@everymatrix/casino-tournaments-slider-controller 1.7.3 → 1.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,13 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).app=t()}(this,(function(){"use strict";function e(){}function
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).app=t()}(this,(function(){"use strict";function e(){}const t=e=>e;function n(e){return e()}function r(){return Object.create(null)}function i(e){e.forEach(n)}function o(e){return"function"==typeof e}function s(e,t){return e!=e?t==t:e!==t||e&&"object"==typeof e||"function"==typeof e}let a;function l(e,t){return a||(a=document.createElement("a")),a.href=t,e===a.href}function c(t,...n){if(null==t)return e;const r=t.subscribe(...n);return r.unsubscribe?()=>r.unsubscribe():r}const u="undefined"!=typeof window;let h=u?()=>window.performance.now():()=>Date.now(),p=u?e=>requestAnimationFrame(e):e;const f=new Set;function d(e){f.forEach((t=>{t.c(e)||(f.delete(t),t.f())})),0!==f.size&&p(d)}
|
|
2
|
+
/**
|
|
3
|
+
* Creates a new task that runs on each raf frame
|
|
4
|
+
* until it returns a falsy value or is aborted
|
|
5
|
+
*/function g(e,t){e.appendChild(t)}function m(e){if(!e)return document;const t=e.getRootNode?e.getRootNode():e.ownerDocument;return t&&t.host?t:e.ownerDocument}function A(e){const t=b("style");return function(e,t){g(e.head||e,t)}(m(e),t),t.sheet}function y(e,t,n){e.insertBefore(t,n||null)}function v(e){e.parentNode.removeChild(e)}function b(e){return document.createElement(e)}function w(e){return document.createElementNS("http://www.w3.org/2000/svg",e)}function E(e){return document.createTextNode(e)}function B(){return E(" ")}function T(e,t,n,r){return e.addEventListener(t,n,r),()=>e.removeEventListener(t,n,r)}function I(e,t,n){null==n?e.removeAttribute(t):e.getAttribute(t)!==n&&e.setAttribute(t,n)}function C(e,t,n){t in e?e[t]="boolean"==typeof e[t]&&""===n||n:I(e,t,n)}function R(e,t,n){e.setAttributeNS("http://www.w3.org/1999/xlink",t,n)}function H(e,t){t=""+t,e.wholeText!==t&&(e.data=t)}function S(e){const t={};for(const n of e)t[n.name]=n.value;return t}
|
|
6
|
+
// we need to store the information for multiple documents because a Svelte application could also contain iframes
|
|
7
|
+
// https://github.com/sveltejs/svelte/issues/3624
|
|
8
|
+
const O=new Map;let k,L=0;
|
|
9
|
+
// https://github.com/darkskyapp/string-hash/blob/master/index.js
|
|
10
|
+
function x(e,t,n,r,i,o,s,a=0){const l=16.666/r;let c="{\n";for(let e=0;e<=1;e+=l){const r=t+(n-t)*o(e);c+=100*e+`%{${s(r,1-r)}}\n`}const u=c+`100% {${s(n,1-n)}}\n}`,h=`__svelte_${function(e){let t=5381,n=e.length;for(;n--;)t=(t<<5)-t^e.charCodeAt(n);return t>>>0}(u)}_${a}`,p=m(e),{stylesheet:f,rules:d}=O.get(p)||function(e,t){const n={stylesheet:A(t),rules:{}};return O.set(e,n),n}(p,e);d[h]||(d[h]=!0,f.insertRule(`@keyframes ${h} ${u}`,f.cssRules.length));const g=e.style.animation||"";return e.style.animation=`${g?`${g}, `:""}${h} ${r}ms linear ${i}ms 1 both`,L+=1,h}function P(e,t){const n=(e.style.animation||"").split(", "),r=n.filter(t?e=>e.indexOf(t)<0:e=>-1===e.indexOf("__svelte")),i=n.length-r.length;i&&(e.style.animation=r.join(", "),L-=i,L||p((()=>{L||(O.forEach((e=>{const{stylesheet:t}=e;let n=t.cssRules.length;for(;n--;)t.deleteRule(n);e.rules={}})),O.clear())})))}function N(e){k=e}function D(e){(function(){if(!k)throw new Error("Function called outside component initialization");return k})().$$.on_mount.push(e)}const M=[],U=[],_=[],G=[],j=Promise.resolve();let Q=!1;function F(e){_.push(e)}
|
|
2
11
|
// flush() calls callbacks in this order:
|
|
3
12
|
// 1. All beforeUpdate callbacks, in order: parents before children
|
|
4
13
|
// 2. All bind:this callbacks, in reverse order: children before parents.
|
|
@@ -17,45 +26,58 @@
|
|
|
17
26
|
// 3. During afterUpdate, any updated components will NOT have their afterUpdate
|
|
18
27
|
// callback called a second time; the seen_callbacks set, outside the flush()
|
|
19
28
|
// function, guarantees this behavior.
|
|
20
|
-
const
|
|
21
|
-
function
|
|
29
|
+
const z=new Set;let J,X=0;// Do *not* move this inside the flush() function
|
|
30
|
+
function K(){const e=k;do{
|
|
22
31
|
// first, call beforeUpdate functions
|
|
23
32
|
// and update components
|
|
24
|
-
for(;
|
|
33
|
+
for(;X<M.length;){const e=M[X];X++,N(e),Z(e.$$)}for(N(null),M.length=0,X=0;U.length;)U.pop()();
|
|
25
34
|
// then, once components are updated, call
|
|
26
35
|
// afterUpdate functions. This may cause
|
|
27
36
|
// subsequent updates...
|
|
28
|
-
for(let e=0;e<
|
|
37
|
+
for(let e=0;e<_.length;e+=1){const t=_[e];z.has(t)||(
|
|
29
38
|
// ...so guard against infinite loops
|
|
30
|
-
|
|
39
|
+
z.add(t),t())}_.length=0}while(M.length);for(;G.length;)G.pop()();Q=!1,z.clear(),N(e)}function Z(e){if(null!==e.fragment){e.update(),i(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach(F)}}function V(e,t,n){e.dispatchEvent(function(e,t,{bubbles:n=!1,cancelable:r=!1}={}){const i=document.createEvent("CustomEvent");return i.initCustomEvent(e,n,r,t),i}(`${t?"intro":"outro"}${n}`))}const Y=new Set;let q;function W(e,t){e&&e.i&&(Y.delete(e),e.i(t))}function $(e,t,n,r){if(e&&e.o){if(Y.has(e))return;Y.add(e),q.c.push((()=>{Y.delete(e),r&&(n&&e.d(1),r())})),e.o(t)}}const ee={duration:0};function te(n,r,s,a){let l=r(n,s),c=a?0:1,u=null,g=null,m=null;function A(){m&&P(n,m)}function y(e,t){const n=e.b-c;return t*=Math.abs(n),{a:c,b:e.b,d:n,duration:t,start:e.start,end:e.start+t,group:e.group}}function v(r){const{delay:o=0,duration:s=300,easing:a=t,tick:v=e,css:b}=l||ee,w={start:h()+o,b:r};r||(
|
|
40
|
+
// @ts-ignore todo: improve typings
|
|
41
|
+
w.group=q,q.r+=1),u||g?g=w:(
|
|
42
|
+
// if this is an intro, and there's a delay, we need to do
|
|
43
|
+
// an initial tick and/or apply CSS animation immediately
|
|
44
|
+
b&&(A(),m=x(n,c,r,s,o,a,b)),r&&v(0,1),u=y(w,s),F((()=>V(n,r,"start"))),function(e){let t;0===f.size&&p(d),new Promise((n=>{f.add(t={c:e,f:n})}))}((e=>{if(g&&e>g.start&&(u=y(g,s),g=null,V(n,u.b,"start"),b&&(A(),m=x(n,c,u.b,u.duration,0,a,l.css))),u)if(e>=u.end)v(c=u.b,1-c),V(n,u.b,"end"),g||(
|
|
45
|
+
// we're done
|
|
46
|
+
u.b?
|
|
47
|
+
// intro — we can tidy up immediately
|
|
48
|
+
A():
|
|
49
|
+
// outro — needs to be coordinated
|
|
50
|
+
--u.group.r||i(u.group.c)),u=null;else if(e>=u.start){const t=e-u.start;c=u.a+u.d*a(t/u.duration),v(c,1-c)}return!(!u&&!g)})))}return{run(e){o(l)?(J||(J=Promise.resolve(),J.then((()=>{J=null}))),J).then((()=>{
|
|
51
|
+
// @ts-ignore
|
|
52
|
+
l=l(),v(e)})):v(e)},end(){A(),u=g=null}}}function ne(e,t){-1===e.$$.dirty[0]&&(M.push(e),Q||(Q=!0,j.then(K)),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function re(t,s,a,l,c,u,h,p=[-1]){const f=k;N(t);const d=t.$$={fragment:null,ctx:null,
|
|
31
53
|
// state
|
|
32
|
-
props:
|
|
54
|
+
props:u,update:e,not_equal:c,bound:r(),
|
|
33
55
|
// lifecycle
|
|
34
|
-
on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(s.context||(
|
|
56
|
+
on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(s.context||(f?f.$$.context:[])),
|
|
35
57
|
// everything else
|
|
36
|
-
callbacks:r(),dirty:
|
|
58
|
+
callbacks:r(),dirty:p,skip_bound:!1,root:s.target||f.$$.root};h&&h(d.root);let g=!1;if(d.ctx=a?a(t,s.props||{},((e,n,...r)=>{const i=r.length?r[0]:n;return d.ctx&&c(d.ctx[e],d.ctx[e]=i)&&(!d.skip_bound&&d.bound[e]&&d.bound[e](i),g&&ne(t,e)),n})):[],d.update(),g=!0,i(d.before_update),
|
|
37
59
|
// `false` as a special case of no DOM component
|
|
38
|
-
|
|
60
|
+
d.fragment=!!l&&l(d.ctx),s.target){if(s.hydrate){const e=function(e){return Array.from(e.childNodes)}(s.target);
|
|
39
61
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
40
|
-
|
|
62
|
+
d.fragment&&d.fragment.l(e),e.forEach(v)}else
|
|
41
63
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
42
|
-
|
|
64
|
+
d.fragment&&d.fragment.c();s.intro&&W(t.$$.fragment),function(e,t,r,s){const{fragment:a,on_mount:l,on_destroy:c,after_update:u}=e.$$;a&&a.m(t,r),s||
|
|
43
65
|
// onMount happens before the initial afterUpdate
|
|
44
|
-
|
|
66
|
+
F((()=>{const t=l.map(n).filter(o);c?c.push(...t):
|
|
45
67
|
// Edge case - component was destroyed immediately,
|
|
46
68
|
// most likely as a result of a binding initialising
|
|
47
|
-
|
|
69
|
+
i(t),e.$$.on_mount=[]})),u.forEach(F)}(t,s.target,s.anchor,s.customElement),K()}N(f)}let ie;function oe(e,{delay:n=0,duration:r=400,easing:i=t}={}){const o=+getComputedStyle(e).opacity;return{delay:n,duration:r,easing:i,css:e=>"opacity: "+e*o}}"function"==typeof HTMLElement&&(ie=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){const{on_mount:e}=this.$$;this.$$.on_disconnect=e.map(n).filter(o);
|
|
48
70
|
// @ts-ignore todo: improve typings
|
|
49
71
|
for(const e in this.$$.slotted)
|
|
50
72
|
// @ts-ignore todo: improve typings
|
|
51
|
-
this.appendChild(this.$$.slotted[e])}attributeChangedCallback(e,t,
|
|
73
|
+
this.appendChild(this.$$.slotted[e])}attributeChangedCallback(e,t,n){this[e]=n}disconnectedCallback(){i(this.$$.on_disconnect)}$destroy(){!function(e,t){const n=e.$$;null!==n.fragment&&(i(n.on_destroy),n.fragment&&n.fragment.d(t),
|
|
52
74
|
// TODO null out other refs, including component.$$ (but need to
|
|
53
75
|
// preserve final state?)
|
|
54
|
-
|
|
76
|
+
n.on_destroy=n.fragment=null,n.ctx=[])}(this,1),this.$destroy=e}$on(e,t){
|
|
55
77
|
// TODO should this delegate to addEventListener?
|
|
56
|
-
const
|
|
78
|
+
const n=this.$$.callbacks[e]||(this.$$.callbacks[e]=[]);return n.push(t),()=>{const e=n.indexOf(t);-1!==e&&n.splice(e,1)}}$set(e){var t;this.$$set&&(t=e,0!==Object.keys(t).length)&&(this.$$.skip_bound=!0,this.$$set(e),this.$$.skip_bound=!1)}});var se="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||void 0!==se&&se,ae="URLSearchParams"in se,le="Symbol"in se&&"iterator"in Symbol,ce="FileReader"in se&&"Blob"in se&&function(){try{return new Blob,!0}catch(e){return!1}}(),ue="FormData"in se,he="ArrayBuffer"in se;if(he)var pe=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],fe=ArrayBuffer.isView||function(e){return e&&pe.indexOf(Object.prototype.toString.call(e))>-1};function de(e){if("string"!=typeof e&&(e=String(e)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(e)||""===e)throw new TypeError('Invalid character in header field name: "'+e+'"');return e.toLowerCase()}function ge(e){return"string"!=typeof e&&(e=String(e)),e}
|
|
57
79
|
// Build a destructive iterator for the value list
|
|
58
|
-
function
|
|
80
|
+
function me(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return le&&(t[Symbol.iterator]=function(){return t}),t}function Ae(e){this.map={},e instanceof Ae?e.forEach((function(e,t){this.append(t,e)}),this):Array.isArray(e)?e.forEach((function(e){this.append(e[0],e[1])}),this):e&&Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}function ye(e){if(e.bodyUsed)return Promise.reject(new TypeError("Already read"));e.bodyUsed=!0}function ve(e){return new Promise((function(t,n){e.onload=function(){t(e.result)},e.onerror=function(){n(e.error)}}))}function be(e){var t=new FileReader,n=ve(t);return t.readAsArrayBuffer(e),n}function we(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function Ee(){return this.bodyUsed=!1,this._initBody=function(e){var t;
|
|
59
81
|
/*
|
|
60
82
|
fetch-mock wraps the Response object in an ES6 Proxy to
|
|
61
83
|
provide useful test harness features such as flush. However, on
|
|
@@ -66,21 +88,21 @@ function Y(e){var t={next:function(){var t=e.shift();return{done:void 0===t,valu
|
|
|
66
88
|
semantic of setting Request.bodyUsed in the constructor before
|
|
67
89
|
_initBody is called.
|
|
68
90
|
*/
|
|
69
|
-
this.bodyUsed=this.bodyUsed,this._bodyInit=e,e?"string"==typeof e?this._bodyText=e:
|
|
91
|
+
this.bodyUsed=this.bodyUsed,this._bodyInit=e,e?"string"==typeof e?this._bodyText=e:ce&&Blob.prototype.isPrototypeOf(e)?this._bodyBlob=e:ue&&FormData.prototype.isPrototypeOf(e)?this._bodyFormData=e:ae&&URLSearchParams.prototype.isPrototypeOf(e)?this._bodyText=e.toString():he&&ce&&((t=e)&&DataView.prototype.isPrototypeOf(t))?(this._bodyArrayBuffer=we(e.buffer),
|
|
70
92
|
// IE 10-11 can't handle a DataView body.
|
|
71
|
-
this._bodyInit=new Blob([this._bodyArrayBuffer])):
|
|
93
|
+
this._bodyInit=new Blob([this._bodyArrayBuffer])):he&&(ArrayBuffer.prototype.isPrototypeOf(e)||fe(e))?this._bodyArrayBuffer=we(e):this._bodyText=e=Object.prototype.toString.call(e):this._bodyText="",this.headers.get("content-type")||("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):ae&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},ce&&(this.blob=function(){var e=ye(this);if(e)return e;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){if(this._bodyArrayBuffer){var e=ye(this);return e||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}return this.blob().then(be)}),this.text=function(){var e=ye(this);if(e)return e;if(this._bodyBlob)return function(e){var t=new FileReader,n=ve(t);return t.readAsText(e),n}(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(function(e){for(var t=new Uint8Array(e),n=new Array(t.length),r=0;r<t.length;r++)n[r]=String.fromCharCode(t[r]);return n.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},ue&&(this.formData=function(){return this.text().then(Ie)}),this.json=function(){return this.text().then(JSON.parse)},this}
|
|
72
94
|
// HTTP methods whose capitalization should be normalized
|
|
73
|
-
|
|
95
|
+
Ae.prototype.append=function(e,t){e=de(e),t=ge(t);var n=this.map[e];this.map[e]=n?n+", "+t:t},Ae.prototype.delete=function(e){delete this.map[de(e)]},Ae.prototype.get=function(e){return e=de(e),this.has(e)?this.map[e]:null},Ae.prototype.has=function(e){return this.map.hasOwnProperty(de(e))},Ae.prototype.set=function(e,t){this.map[de(e)]=ge(t)},Ae.prototype.forEach=function(e,t){for(var n in this.map)this.map.hasOwnProperty(n)&&e.call(t,this.map[n],n,this)},Ae.prototype.keys=function(){var e=[];return this.forEach((function(t,n){e.push(n)})),me(e)},Ae.prototype.values=function(){var e=[];return this.forEach((function(t){e.push(t)})),me(e)},Ae.prototype.entries=function(){var e=[];return this.forEach((function(t,n){e.push([n,t])})),me(e)},le&&(Ae.prototype[Symbol.iterator]=Ae.prototype.entries);var Be=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function Te(e,t){if(!(this instanceof Te))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');var n,r,i=(t=t||{}).body;if(e instanceof Te){if(e.bodyUsed)throw new TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new Ae(e.headers)),this.method=e.method,this.mode=e.mode,this.signal=e.signal,i||null==e._bodyInit||(i=e._bodyInit,e.bodyUsed=!0)}else this.url=String(e);if(this.credentials=t.credentials||this.credentials||"same-origin",!t.headers&&this.headers||(this.headers=new Ae(t.headers)),this.method=(n=t.method||this.method||"GET",r=n.toUpperCase(),Be.indexOf(r)>-1?r:n),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&i)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(i),!("GET"!==this.method&&"HEAD"!==this.method||"no-store"!==t.cache&&"no-cache"!==t.cache)){
|
|
74
96
|
// Search for a '_' parameter in the query string
|
|
75
97
|
var o=/([?&])_=[^&]*/;if(o.test(this.url))
|
|
76
98
|
// If it already exists then set the value with the current time
|
|
77
|
-
this.url=this.url.replace(o,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function
|
|
99
|
+
this.url=this.url.replace(o,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function Ie(e){var t=new FormData;return e.trim().split("&").forEach((function(e){if(e){var n=e.split("="),r=n.shift().replace(/\+/g," "),i=n.join("=").replace(/\+/g," ");t.append(decodeURIComponent(r),decodeURIComponent(i))}})),t}function Ce(e,t){if(!(this instanceof Ce))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');t||(t={}),this.type="default",this.status=void 0===t.status?200:t.status,this.ok=this.status>=200&&this.status<300,this.statusText=void 0===t.statusText?"":""+t.statusText,this.headers=new Ae(t.headers),this.url=t.url||"",this._initBody(e)}Te.prototype.clone=function(){return new Te(this,{body:this._bodyInit})},Ee.call(Te.prototype),Ee.call(Ce.prototype),Ce.prototype.clone=function(){return new Ce(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new Ae(this.headers),url:this.url})},Ce.error=function(){var e=new Ce(null,{status:0,statusText:""});return e.type="error",e};var Re=[301,302,303,307,308];Ce.redirect=function(e,t){if(-1===Re.indexOf(t))throw new RangeError("Invalid status code");return new Ce(null,{status:t,headers:{location:e}})};var He=se.DOMException;try{new He}catch(e){(He=function(e,t){this.message=e,this.name=t;var n=Error(e);this.stack=n.stack}).prototype=Object.create(Error.prototype),He.prototype.constructor=He}function Se(e,t){return new Promise((function(n,r){var i=new Te(e,t);if(i.signal&&i.signal.aborted)return r(new He("Aborted","AbortError"));var o=new XMLHttpRequest;function s(){o.abort()}o.onload=function(){var e,t,r={status:o.status,statusText:o.statusText,headers:(e=o.getAllResponseHeaders()||"",t=new Ae,
|
|
78
100
|
// Avoiding split via regex to work around a common IE11 bug with the core-js 3.6.0 regex polyfill
|
|
79
101
|
// https://github.com/github/fetch/issues/748
|
|
80
102
|
// https://github.com/zloirock/core-js/issues/751
|
|
81
|
-
e.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(e){return 0===e.indexOf("\n")?e.substr(1,e.length):e})).forEach((function(e){var
|
|
103
|
+
e.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(e){return 0===e.indexOf("\n")?e.substr(1,e.length):e})).forEach((function(e){var n=e.split(":"),r=n.shift().trim();if(r){var i=n.join(":").trim();t.append(r,i)}})),t)};r.url="responseURL"in o?o.responseURL:r.headers.get("X-Request-URL");var i="response"in o?o.response:o.responseText;setTimeout((function(){n(new Ce(i,r))}),0)},o.onerror=function(){setTimeout((function(){r(new TypeError("Network request failed"))}),0)},o.ontimeout=function(){setTimeout((function(){r(new TypeError("Network request failed"))}),0)},o.onabort=function(){setTimeout((function(){r(new He("Aborted","AbortError"))}),0)},o.open(i.method,function(e){try{return""===e&&se.location.href?se.location.href:e}catch(t){return e}}(i.url),!0),"include"===i.credentials?o.withCredentials=!0:"omit"===i.credentials&&(o.withCredentials=!1),"responseType"in o&&(ce?o.responseType="blob":he&&i.headers.get("Content-Type")&&-1!==i.headers.get("Content-Type").indexOf("application/octet-stream")&&(o.responseType="arraybuffer")),!t||"object"!=typeof t.headers||t.headers instanceof Ae?i.headers.forEach((function(e,t){o.setRequestHeader(t,e)})):Object.getOwnPropertyNames(t.headers).forEach((function(e){o.setRequestHeader(e,ge(t.headers[e]))})),i.signal&&(i.signal.addEventListener("abort",s),o.onreadystatechange=function(){
|
|
82
104
|
// DONE (success or failure)
|
|
83
|
-
4===o.readyState&&i.signal.removeEventListener("abort",s)}),o.send(void 0===i._bodyInit?null:i._bodyInit)}))}
|
|
105
|
+
4===o.readyState&&i.signal.removeEventListener("abort",s)}),o.send(void 0===i._bodyInit?null:i._bodyInit)}))}Se.polyfill=!0,se.fetch||(se.fetch=Se,se.Headers=Ae,se.Request=Te,se.Response=Ce);var Oe="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};
|
|
84
106
|
// the whatwg-fetch polyfill installs the fetch() function
|
|
85
107
|
// on the global object (window or self)
|
|
86
108
|
// Return that as the export for use in Webpack, Browserify etc.
|
|
@@ -100,7 +122,7 @@ self.fetch.bind(self);
|
|
|
100
122
|
PERFORMANCE OF THIS SOFTWARE.
|
|
101
123
|
***************************************************************************** */
|
|
102
124
|
/* global Reflect, Promise */
|
|
103
|
-
var he=function(e,t){return he=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},he(e,t)};function pe(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}he(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}function fe(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function de(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)s.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return s}function ge(e,t,r){if(r||2===arguments.length)for(var n,i=0,o=t.length;i<o;i++)!n&&i in t||(n||(n=Array.prototype.slice.call(t,0,i)),n[i]=t[i]);return e.concat(n||Array.prototype.slice.call(t))}function me(e){return"function"==typeof e}function Ae(e){var t=e((function(e){Error.call(e),e.stack=(new Error).stack}));return t.prototype=Object.create(Error.prototype),t.prototype.constructor=t,t}var ye=Ae((function(e){return function(t){e(this),this.message=t?t.length+" errors occurred during unsubscription:\n"+t.map((function(e,t){return t+1+") "+e.toString()})).join("\n "):"",this.name="UnsubscriptionError",this.errors=t}}));function ve(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var be=function(){function e(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}var t;return e.prototype.unsubscribe=function(){var e,t,r,n,i;if(!this.closed){this.closed=!0;var o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var s=fe(o),a=s.next();!a.done;a=s.next()){a.value.remove(this)}}catch(t){e={error:t}}finally{try{a&&!a.done&&(t=s.return)&&t.call(s)}finally{if(e)throw e.error}}else o.remove(this);var l=this.initialTeardown;if(me(l))try{l()}catch(e){i=e instanceof ye?e.errors:[e]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var u=fe(c),h=u.next();!h.done;h=u.next()){var p=h.value;try{Be(p)}catch(e){i=null!=i?i:[],e instanceof ye?i=ge(ge([],de(i)),de(e.errors)):i.push(e)}}}catch(e){r={error:e}}finally{try{h&&!h.done&&(n=u.return)&&n.call(u)}finally{if(r)throw r.error}}}if(i)throw new ye(i)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)Be(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=null!==(r=this._finalizers)&&void 0!==r?r:[]).push(t)}},e.prototype._hasParent=function(e){var t=this._parentage;return t===e||Array.isArray(t)&&t.includes(e)},e.prototype._addParent=function(e){var t=this._parentage;this._parentage=Array.isArray(t)?(t.push(e),t):t?[t,e]:e},e.prototype._removeParent=function(e){var t=this._parentage;t===e?this._parentage=null:Array.isArray(t)&&ve(t,e)},e.prototype.remove=function(t){var r=this._finalizers;r&&ve(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=((t=new e).closed=!0,t),e}(),Ee=be.EMPTY;function we(e){return e instanceof be||e&&"closed"in e&&me(e.remove)&&me(e.add)&&me(e.unsubscribe)}function Be(e){me(e)?e():e.unsubscribe()}var Te={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Ie={setTimeout:function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var i=Ie.delegate;return(null==i?void 0:i.setTimeout)?i.setTimeout.apply(i,ge([e,t],de(r))):setTimeout.apply(void 0,ge([e,t],de(r)))},clearTimeout:function(e){var t=Ie.delegate;return((null==t?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function Ce(){}var He=null;function Re(e){if(Te.useDeprecatedSynchronousErrorHandling){var t=!He;if(t&&(He={errorThrown:!1,error:null}),e(),t){var r=He,n=r.errorThrown,i=r.error;if(He=null,n)throw i}}else e()}var Se=function(e){function t(t){var r=e.call(this)||this;return r.isStopped=!1,t?(r.destination=t,we(t)&&t.add(r)):r.destination=Ne,r}return pe(t,e),t.create=function(e,t,r){return new xe(e,t,r)},t.prototype.next=function(e){this.isStopped||this._next(e)},t.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},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(e){this.destination.next(e)},t.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(be),ke=Function.prototype.bind;function Oe(e,t){return ke.call(e,t)}var Le=function(){function e(e){this.partialObserver=e}return e.prototype.next=function(e){var t=this.partialObserver;if(t.next)try{t.next(e)}catch(e){Pe(e)}},e.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(e){Pe(e)}else Pe(e)},e.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(e){Pe(e)}},e}(),xe=function(e){function t(t,r,n){var i,o,s=e.call(this)||this;me(t)||!t?i={next:null!=t?t:void 0,error:null!=r?r:void 0,complete:null!=n?n:void 0}:s&&Te.useDeprecatedNextContext?((o=Object.create(t)).unsubscribe=function(){return s.unsubscribe()},i={next:t.next&&Oe(t.next,o),error:t.error&&Oe(t.error,o),complete:t.complete&&Oe(t.complete,o)}):i=t;return s.destination=new Le(i),s}return pe(t,e),t}(Se);function Pe(e){var t;t=e,Ie.setTimeout((function(){throw t}))}var Ne={closed:!0,next:Ce,error:function(e){throw e},complete:Ce},De="function"==typeof Symbol&&Symbol.observable||"@@observable";function Me(e){return e}function Ue(e){return 0===e.length?Me:1===e.length?e[0]:function(t){return e.reduce((function(e,t){return t(e)}),t)}}var Ge=function(){function e(e){e&&(this._subscribe=e)}return e.prototype.lift=function(t){var r=new e;return r.source=this,r.operator=t,r},e.prototype.subscribe=function(e,t,r){var n,i=this,o=(n=e)&&n instanceof Se||function(e){return e&&me(e.next)&&me(e.error)&&me(e.complete)}(n)&&we(n)?e:new xe(e,t,r);return Re((function(){var e=i,t=e.operator,r=e.source;o.add(t?t.call(o,r):r?i._subscribe(o):i._trySubscribe(o))})),o},e.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){e.error(t)}},e.prototype.forEach=function(e,t){var r=this;return new(t=_e(t))((function(t,n){var i=new xe({next:function(t){try{e(t)}catch(e){n(e),i.unsubscribe()}},error:n,complete:t});r.subscribe(i)}))},e.prototype._subscribe=function(e){var t;return null===(t=this.source)||void 0===t?void 0:t.subscribe(e)},e.prototype[De]=function(){return this},e.prototype.pipe=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return Ue(e)(this)},e.prototype.toPromise=function(e){var t=this;return new(e=_e(e))((function(e,r){var n;t.subscribe((function(e){return n=e}),(function(e){return r(e)}),(function(){return e(n)}))}))},e.create=function(t){return new e(t)},e}();function _e(e){var t;return null!==(t=null!=e?e:Te.Promise)&&void 0!==t?t:Promise}var Qe=Ae((function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),je=function(e){function t(){var t=e.call(this)||this;return t.closed=!1,t.currentObservers=null,t.observers=[],t.isStopped=!1,t.hasError=!1,t.thrownError=null,t}return pe(t,e),t.prototype.lift=function(e){var t=new Fe(this,this);return t.operator=e,t},t.prototype._throwIfClosed=function(){if(this.closed)throw new Qe},t.prototype.next=function(e){var t=this;Re((function(){var r,n;if(t._throwIfClosed(),!t.isStopped){t.currentObservers||(t.currentObservers=Array.from(t.observers));try{for(var i=fe(t.currentObservers),o=i.next();!o.done;o=i.next()){o.value.next(e)}}catch(e){r={error:e}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(r)throw r.error}}}}))},t.prototype.error=function(e){var t=this;Re((function(){if(t._throwIfClosed(),!t.isStopped){t.hasError=t.isStopped=!0,t.thrownError=e;for(var r=t.observers;r.length;)r.shift().error(e)}}))},t.prototype.complete=function(){var e=this;Re((function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var t=e.observers;t.length;)t.shift().complete()}}))},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var e;return(null===(e=this.observers)||void 0===e?void 0:e.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(t){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,t)},t.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},t.prototype._innerSubscribe=function(e){var t=this,r=this,n=r.hasError,i=r.isStopped,o=r.observers;return n||i?Ee:(this.currentObservers=null,o.push(e),new be((function(){t.currentObservers=null,ve(o,e)})))},t.prototype._checkFinalizedStatuses=function(e){var t=this,r=t.hasError,n=t.thrownError,i=t.isStopped;r?e.error(n):i&&e.complete()},t.prototype.asObservable=function(){var e=new Ge;return e.source=this,e},t.create=function(e,t){return new Fe(e,t)},t}(Ge),Fe=function(e){function t(t,r){var n=e.call(this)||this;return n.destination=t,n.source=r,n}return pe(t,e),t.prototype.next=function(e){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.next)||void 0===r||r.call(t,e)},t.prototype.error=function(e){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.error)||void 0===r||r.call(t,e)},t.prototype.complete=function(){var e,t;null===(t=null===(e=this.destination)||void 0===e?void 0:e.complete)||void 0===t||t.call(e)},t.prototype._subscribe=function(e){var t,r;return null!==(r=null===(t=this.source)||void 0===t?void 0:t.subscribe(e))&&void 0!==r?r:Ee},t}(je),ze={now:function(){return(ze.delegate||Date).now()},delegate:void 0},Je=function(e){function t(t,r,n){void 0===t&&(t=1/0),void 0===r&&(r=1/0),void 0===n&&(n=ze);var i=e.call(this)||this;return i._bufferSize=t,i._windowTime=r,i._timestampProvider=n,i._buffer=[],i._infiniteTimeWindow=!0,i._infiniteTimeWindow=r===1/0,i._bufferSize=Math.max(1,t),i._windowTime=Math.max(1,r),i}return pe(t,e),t.prototype.next=function(t){var r=this,n=r.isStopped,i=r._buffer,o=r._infiniteTimeWindow,s=r._timestampProvider,a=r._windowTime;n||(i.push(t),!o&&i.push(s.now()+a)),this._trimBuffer(),e.prototype.next.call(this,t)},t.prototype._subscribe=function(e){this._throwIfClosed(),this._trimBuffer();for(var t=this._innerSubscribe(e),r=this._infiniteTimeWindow,n=this._buffer.slice(),i=0;i<n.length&&!e.closed;i+=r?1:2)e.next(n[i]);return this._checkFinalizedStatuses(e),t},t.prototype._trimBuffer=function(){var e=this,t=e._bufferSize,r=e._timestampProvider,n=e._buffer,i=e._infiniteTimeWindow,o=(i?1:2)*t;if(t<1/0&&o<n.length&&n.splice(0,n.length-o),!i){for(var s=r.now(),a=0,l=1;l<n.length&&n[l]<=s;l+=2)a=l;a&&n.splice(0,a+1)}},t}(je);let Xe=[],Ke={};
|
|
125
|
+
var ke=function(e,t){return ke=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},ke(e,t)};function Le(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}ke(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}function xe(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function Pe(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)s.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return s}function Ne(e,t,n){if(n||2===arguments.length)for(var r,i=0,o=t.length;i<o;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.slice.call(t))}function De(e){return"function"==typeof e}function Me(e){var t=e((function(e){Error.call(e),e.stack=(new Error).stack}));return t.prototype=Object.create(Error.prototype),t.prototype.constructor=t,t}var Ue=Me((function(e){return function(t){e(this),this.message=t?t.length+" errors occurred during unsubscription:\n"+t.map((function(e,t){return t+1+") "+e.toString()})).join("\n "):"",this.name="UnsubscriptionError",this.errors=t}}));function _e(e,t){if(e){var n=e.indexOf(t);0<=n&&e.splice(n,1)}}var Ge=function(){function e(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}var t;return e.prototype.unsubscribe=function(){var e,t,n,r,i;if(!this.closed){this.closed=!0;var o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var s=xe(o),a=s.next();!a.done;a=s.next()){a.value.remove(this)}}catch(t){e={error:t}}finally{try{a&&!a.done&&(t=s.return)&&t.call(s)}finally{if(e)throw e.error}}else o.remove(this);var l=this.initialTeardown;if(De(l))try{l()}catch(e){i=e instanceof Ue?e.errors:[e]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var u=xe(c),h=u.next();!h.done;h=u.next()){var p=h.value;try{Fe(p)}catch(e){i=null!=i?i:[],e instanceof Ue?i=Ne(Ne([],Pe(i)),Pe(e.errors)):i.push(e)}}}catch(e){n={error:e}}finally{try{h&&!h.done&&(r=u.return)&&r.call(u)}finally{if(n)throw n.error}}}if(i)throw new Ue(i)}},e.prototype.add=function(t){var n;if(t&&t!==this)if(this.closed)Fe(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=null!==(n=this._finalizers)&&void 0!==n?n:[]).push(t)}},e.prototype._hasParent=function(e){var t=this._parentage;return t===e||Array.isArray(t)&&t.includes(e)},e.prototype._addParent=function(e){var t=this._parentage;this._parentage=Array.isArray(t)?(t.push(e),t):t?[t,e]:e},e.prototype._removeParent=function(e){var t=this._parentage;t===e?this._parentage=null:Array.isArray(t)&&_e(t,e)},e.prototype.remove=function(t){var n=this._finalizers;n&&_e(n,t),t instanceof e&&t._removeParent(this)},e.EMPTY=((t=new e).closed=!0,t),e}(),je=Ge.EMPTY;function Qe(e){return e instanceof Ge||e&&"closed"in e&&De(e.remove)&&De(e.add)&&De(e.unsubscribe)}function Fe(e){De(e)?e():e.unsubscribe()}var ze={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Je={setTimeout:function(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var i=Je.delegate;return(null==i?void 0:i.setTimeout)?i.setTimeout.apply(i,Ne([e,t],Pe(n))):setTimeout.apply(void 0,Ne([e,t],Pe(n)))},clearTimeout:function(e){var t=Je.delegate;return((null==t?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function Xe(){}var Ke=null;function Ze(e){if(ze.useDeprecatedSynchronousErrorHandling){var t=!Ke;if(t&&(Ke={errorThrown:!1,error:null}),e(),t){var n=Ke,r=n.errorThrown,i=n.error;if(Ke=null,r)throw i}}else e()}var Ve=function(e){function t(t){var n=e.call(this)||this;return n.isStopped=!1,t?(n.destination=t,Qe(t)&&t.add(n)):n.destination=tt,n}return Le(t,e),t.create=function(e,t,n){return new $e(e,t,n)},t.prototype.next=function(e){this.isStopped||this._next(e)},t.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},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(e){this.destination.next(e)},t.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(Ge),Ye=Function.prototype.bind;function qe(e,t){return Ye.call(e,t)}var We=function(){function e(e){this.partialObserver=e}return e.prototype.next=function(e){var t=this.partialObserver;if(t.next)try{t.next(e)}catch(e){et(e)}},e.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(e){et(e)}else et(e)},e.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(e){et(e)}},e}(),$e=function(e){function t(t,n,r){var i,o,s=e.call(this)||this;De(t)||!t?i={next:null!=t?t:void 0,error:null!=n?n:void 0,complete:null!=r?r:void 0}:s&&ze.useDeprecatedNextContext?((o=Object.create(t)).unsubscribe=function(){return s.unsubscribe()},i={next:t.next&&qe(t.next,o),error:t.error&&qe(t.error,o),complete:t.complete&&qe(t.complete,o)}):i=t;return s.destination=new We(i),s}return Le(t,e),t}(Ve);function et(e){var t;t=e,Je.setTimeout((function(){throw t}))}var tt={closed:!0,next:Xe,error:function(e){throw e},complete:Xe},nt="function"==typeof Symbol&&Symbol.observable||"@@observable";function rt(e){return e}function it(e){return 0===e.length?rt:1===e.length?e[0]:function(t){return e.reduce((function(e,t){return t(e)}),t)}}var ot=function(){function e(e){e&&(this._subscribe=e)}return e.prototype.lift=function(t){var n=new e;return n.source=this,n.operator=t,n},e.prototype.subscribe=function(e,t,n){var r,i=this,o=(r=e)&&r instanceof Ve||function(e){return e&&De(e.next)&&De(e.error)&&De(e.complete)}(r)&&Qe(r)?e:new $e(e,t,n);return Ze((function(){var e=i,t=e.operator,n=e.source;o.add(t?t.call(o,n):n?i._subscribe(o):i._trySubscribe(o))})),o},e.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){e.error(t)}},e.prototype.forEach=function(e,t){var n=this;return new(t=st(t))((function(t,r){var i=new $e({next:function(t){try{e(t)}catch(e){r(e),i.unsubscribe()}},error:r,complete:t});n.subscribe(i)}))},e.prototype._subscribe=function(e){var t;return null===(t=this.source)||void 0===t?void 0:t.subscribe(e)},e.prototype[nt]=function(){return this},e.prototype.pipe=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return it(e)(this)},e.prototype.toPromise=function(e){var t=this;return new(e=st(e))((function(e,n){var r;t.subscribe((function(e){return r=e}),(function(e){return n(e)}),(function(){return e(r)}))}))},e.create=function(t){return new e(t)},e}();function st(e){var t;return null!==(t=null!=e?e:ze.Promise)&&void 0!==t?t:Promise}var at=Me((function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),lt=function(e){function t(){var t=e.call(this)||this;return t.closed=!1,t.currentObservers=null,t.observers=[],t.isStopped=!1,t.hasError=!1,t.thrownError=null,t}return Le(t,e),t.prototype.lift=function(e){var t=new ct(this,this);return t.operator=e,t},t.prototype._throwIfClosed=function(){if(this.closed)throw new at},t.prototype.next=function(e){var t=this;Ze((function(){var n,r;if(t._throwIfClosed(),!t.isStopped){t.currentObservers||(t.currentObservers=Array.from(t.observers));try{for(var i=xe(t.currentObservers),o=i.next();!o.done;o=i.next()){o.value.next(e)}}catch(e){n={error:e}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}}}))},t.prototype.error=function(e){var t=this;Ze((function(){if(t._throwIfClosed(),!t.isStopped){t.hasError=t.isStopped=!0,t.thrownError=e;for(var n=t.observers;n.length;)n.shift().error(e)}}))},t.prototype.complete=function(){var e=this;Ze((function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var t=e.observers;t.length;)t.shift().complete()}}))},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var e;return(null===(e=this.observers)||void 0===e?void 0:e.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(t){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,t)},t.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},t.prototype._innerSubscribe=function(e){var t=this,n=this,r=n.hasError,i=n.isStopped,o=n.observers;return r||i?je:(this.currentObservers=null,o.push(e),new Ge((function(){t.currentObservers=null,_e(o,e)})))},t.prototype._checkFinalizedStatuses=function(e){var t=this,n=t.hasError,r=t.thrownError,i=t.isStopped;n?e.error(r):i&&e.complete()},t.prototype.asObservable=function(){var e=new ot;return e.source=this,e},t.create=function(e,t){return new ct(e,t)},t}(ot),ct=function(e){function t(t,n){var r=e.call(this)||this;return r.destination=t,r.source=n,r}return Le(t,e),t.prototype.next=function(e){var t,n;null===(n=null===(t=this.destination)||void 0===t?void 0:t.next)||void 0===n||n.call(t,e)},t.prototype.error=function(e){var t,n;null===(n=null===(t=this.destination)||void 0===t?void 0:t.error)||void 0===n||n.call(t,e)},t.prototype.complete=function(){var e,t;null===(t=null===(e=this.destination)||void 0===e?void 0:e.complete)||void 0===t||t.call(e)},t.prototype._subscribe=function(e){var t,n;return null!==(n=null===(t=this.source)||void 0===t?void 0:t.subscribe(e))&&void 0!==n?n:je},t}(lt),ut={now:function(){return(ut.delegate||Date).now()},delegate:void 0},ht=function(e){function t(t,n,r){void 0===t&&(t=1/0),void 0===n&&(n=1/0),void 0===r&&(r=ut);var i=e.call(this)||this;return i._bufferSize=t,i._windowTime=n,i._timestampProvider=r,i._buffer=[],i._infiniteTimeWindow=!0,i._infiniteTimeWindow=n===1/0,i._bufferSize=Math.max(1,t),i._windowTime=Math.max(1,n),i}return Le(t,e),t.prototype.next=function(t){var n=this,r=n.isStopped,i=n._buffer,o=n._infiniteTimeWindow,s=n._timestampProvider,a=n._windowTime;r||(i.push(t),!o&&i.push(s.now()+a)),this._trimBuffer(),e.prototype.next.call(this,t)},t.prototype._subscribe=function(e){this._throwIfClosed(),this._trimBuffer();for(var t=this._innerSubscribe(e),n=this._infiniteTimeWindow,r=this._buffer.slice(),i=0;i<r.length&&!e.closed;i+=n?1:2)e.next(r[i]);return this._checkFinalizedStatuses(e),t},t.prototype._trimBuffer=function(){var e=this,t=e._bufferSize,n=e._timestampProvider,r=e._buffer,i=e._infiniteTimeWindow,o=(i?1:2)*t;if(t<1/0&&o<r.length&&r.splice(0,r.length-o),!i){for(var s=n.now(),a=0,l=1;l<r.length&&r[l]<=s;l+=2)a=l;a&&r.splice(0,a+1)}},t}(lt);let pt=[],ft={};
|
|
104
126
|
/**
|
|
105
127
|
* @name topic
|
|
106
128
|
* @description A small wrapper over the rxjs to offer the topic method on top of it
|
|
@@ -108,32 +130,32 @@ var he=function(e,t){return he=Object.setPrototypeOf||{__proto__:[]}instanceof A
|
|
|
108
130
|
* @param step [String] How many values to be buffed for new subscribers - default 0
|
|
109
131
|
* @returns ReplaySubject
|
|
110
132
|
*/
|
|
111
|
-
const
|
|
133
|
+
const dt=[];
|
|
112
134
|
/**
|
|
113
135
|
* Create a `Writable` store that allows both updating and reading by subscription.
|
|
114
136
|
* @param {*=}value initial value
|
|
115
137
|
* @param {StartStopNotifier=}start start and stop notifications for subscriptions
|
|
116
138
|
*/
|
|
117
|
-
function
|
|
118
|
-
const e=!
|
|
139
|
+
function gt(t,n=e){let r;const i=new Set;function o(e){if(s(t,e)&&(t=e,r)){// store is ready
|
|
140
|
+
const e=!dt.length;for(const e of i)e[1](),dt.push(e,t);if(e){for(let e=0;e<dt.length;e+=2)dt[e][0](dt[e+1]);dt.length=0}}}return{set:o,update:function(e){o(e(t))},subscribe:function(s,a=e){const l=[s,a];return i.add(l),1===i.size&&(r=n(o)||e),s(t),()=>{i.delete(l),0===i.size&&(r(),r=null)}}}}function mt(t,n,r){const s=!Array.isArray(t),a=s?[t]:t,l=n.length<2;return u=t=>{let r=!1;const u=[];let h=0,p=e;const f=()=>{if(h)return;p();const r=n(s?u[0]:u,t);l?t(r):p=o(r)?r:e},d=a.map(((e,t)=>c(e,(e=>{u[t]=e,h&=~(1<<t),r&&f()}),(()=>{h|=1<<t}))));return r=!0,f(),function(){i(d),p()}},{subscribe:gt(r,u).subscribe};
|
|
119
141
|
/**
|
|
120
142
|
* Creates a `Readable` store that allows reading by subscription.
|
|
121
143
|
* @param value initial value
|
|
122
144
|
* @param {StartStopNotifier}start start and stop notifications for subscriptions
|
|
123
145
|
*/
|
|
124
|
-
var u}var
|
|
146
|
+
var u}var At=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===yt}(e)}
|
|
125
147
|
// see https://github.com/facebook/react/blob/b5ac963fb791d1298e7f396236383bc955f916c1/src/isomorphic/classic/element/ReactElement.js#L21-L25
|
|
126
|
-
(e)};var
|
|
148
|
+
(e)};var yt="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function vt(e,t){return!1!==t.clone&&t.isMergeableObject(e)?Tt((n=e,Array.isArray(n)?[]:{}),e,t):e;var n}function bt(e,t,n){return e.concat(t).map((function(e){return vt(e,n)}))}function wt(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return e.propertyIsEnumerable(t)})):[]}(e))}function Et(e,t){try{return t in e}catch(e){return!1}}
|
|
127
149
|
// Protects from prototype poisoning and unexpected merging up the prototype chain.
|
|
128
|
-
function
|
|
129
|
-
})(e,i)||(
|
|
150
|
+
function Bt(e,t,n){var r={};return n.isMergeableObject(e)&&wt(e).forEach((function(t){r[t]=vt(e[t],n)})),wt(t).forEach((function(i){(function(e,t){return Et(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t));// and also unsafe if they're nonenumerable.
|
|
151
|
+
})(e,i)||(Et(e,i)&&n.isMergeableObject(t[i])?r[i]=function(e,t){if(!t.customMerge)return Tt;var n=t.customMerge(e);return"function"==typeof n?n:Tt}(i,n)(e[i],t[i],n):r[i]=vt(t[i],n))})),r}function Tt(e,t,n){(n=n||{}).arrayMerge=n.arrayMerge||bt,n.isMergeableObject=n.isMergeableObject||At,
|
|
130
152
|
// cloneUnlessOtherwiseSpecified is added to `options` so that custom arrayMerge()
|
|
131
153
|
// implementations can use it. The caller may not replace it.
|
|
132
|
-
|
|
154
|
+
n.cloneUnlessOtherwiseSpecified=vt;var r=Array.isArray(t);return r===Array.isArray(e)?r?n.arrayMerge(e,t,n):Bt(e,t,n):vt(t,n)}Tt.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,n){return Tt(e,n,t)}),{})};var It=Tt,Ct=function(e,t){return Ct=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},Ct(e,t)};function Rt(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}Ct(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var Ht,St,Ot,kt=function(){return kt=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},kt.apply(this,arguments)};function Lt(e,t,n){if(n||2===arguments.length)for(var r,i=0,o=t.length;i<o;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.slice.call(t))}
|
|
133
155
|
/**
|
|
134
156
|
* Type Guards
|
|
135
157
|
*/
|
|
136
|
-
function
|
|
158
|
+
function xt(e){return e.type===St.literal}function Pt(e){return e.type===St.argument}function Nt(e){return e.type===St.number}function Dt(e){return e.type===St.date}function Mt(e){return e.type===St.time}function Ut(e){return e.type===St.select}function _t(e){return e.type===St.plural}function Gt(e){return e.type===St.pound}function jt(e){return e.type===St.tag}function Qt(e){return!(!e||"object"!=typeof e||e.type!==Ot.number)}function Ft(e){return!(!e||"object"!=typeof e||e.type!==Ot.dateTime)}
|
|
137
159
|
// @generated from regex-gen.ts
|
|
138
160
|
!function(e){
|
|
139
161
|
/** Argument is unclosed (e.g. `{0`) */
|
|
@@ -195,7 +217,7 @@ e[e.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",
|
|
|
195
217
|
/** The closing tag does not match the opening tag. (e.g. `<bold>foo</italic>`) */
|
|
196
218
|
e[e.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",
|
|
197
219
|
/** The opening tag has unmatched closing tag. (e.g. `<bold>foo`) */
|
|
198
|
-
e[e.UNCLOSED_TAG=27]="UNCLOSED_TAG"}(
|
|
220
|
+
e[e.UNCLOSED_TAG=27]="UNCLOSED_TAG"}(Ht||(Ht={})),function(e){
|
|
199
221
|
/**
|
|
200
222
|
* Raw text
|
|
201
223
|
*/
|
|
@@ -232,7 +254,7 @@ e[e.pound=7]="pound",
|
|
|
232
254
|
/**
|
|
233
255
|
* XML-like tag
|
|
234
256
|
*/
|
|
235
|
-
e[e.tag=8]="tag"}(
|
|
257
|
+
e[e.tag=8]="tag"}(St||(St={})),function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"}(Ot||(Ot={}));var zt=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,Jt=/(?:[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;
|
|
236
258
|
/**
|
|
237
259
|
* https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table
|
|
238
260
|
* Credit: https://github.com/caridy/intl-datetimeformat-pattern/blob/master/index.js
|
|
@@ -244,33 +266,33 @@ e[e.tag=8]="tag"}(ct||(ct={})),function(e){e[e.number=0]="number",e[e.dateTime=1
|
|
|
244
266
|
* @public
|
|
245
267
|
* @param skeleton skeleton string
|
|
246
268
|
*/
|
|
247
|
-
function
|
|
269
|
+
function Xt(e){var t={};return e.replace(Jt,(function(e){var n=e.length;switch(e[0]){
|
|
248
270
|
// Era
|
|
249
|
-
case"G":t.era=4===
|
|
271
|
+
case"G":t.era=4===n?"long":5===n?"narrow":"short";break;
|
|
250
272
|
// Year
|
|
251
|
-
case"y":t.year=2===
|
|
273
|
+
case"y":t.year=2===n?"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");
|
|
252
274
|
// Quarter
|
|
253
275
|
case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");
|
|
254
276
|
// Month
|
|
255
|
-
case"M":case"L":t.month=["numeric","2-digit","short","long","narrow"][
|
|
277
|
+
case"M":case"L":t.month=["numeric","2-digit","short","long","narrow"][n-1];break;
|
|
256
278
|
// Week
|
|
257
|
-
case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":t.day=["numeric","2-digit"][
|
|
279
|
+
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");
|
|
258
280
|
// Weekday
|
|
259
|
-
case"E":t.weekday=4===
|
|
281
|
+
case"E":t.weekday=4===n?"short":5===n?"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;
|
|
260
282
|
// Period
|
|
261
283
|
case"a":// AM, PM
|
|
262
284
|
t.hour12=!0;break;case"b":// am, pm, noon, midnight
|
|
263
285
|
case"B":// flexible day periods
|
|
264
286
|
throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");
|
|
265
287
|
// Hour
|
|
266
|
-
case"h":t.hourCycle="h12",t.hour=["numeric","2-digit"][
|
|
288
|
+
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");
|
|
267
289
|
// Minute
|
|
268
|
-
case"m":t.minute=["numeric","2-digit"][
|
|
290
|
+
case"m":t.minute=["numeric","2-digit"][n-1];break;
|
|
269
291
|
// Second
|
|
270
|
-
case"s":t.second=["numeric","2-digit"][
|
|
292
|
+
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");
|
|
271
293
|
// Zone
|
|
272
294
|
case"z":// 1..3, 4: specific non-location format
|
|
273
|
-
t.timeZoneName=
|
|
295
|
+
t.timeZoneName=n<4?"short":"long";break;case"Z":// 1..3, 4, 5: The ISO8601 varios formats
|
|
274
296
|
case"O":// 1, 4: miliseconds in day short, long
|
|
275
297
|
case"v":// 1, 4: generic non-location format
|
|
276
298
|
case"V":// 1, 2, 3, 4: time zone ID or city
|
|
@@ -278,33 +300,33 @@ case"X":// 1, 2, 3, 4: The ISO8601 varios formats
|
|
|
278
300
|
case"x":// 1, 2, 3, 4: The ISO8601 varios formats
|
|
279
301
|
throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""})),t}
|
|
280
302
|
// @generated from regex-gen.ts
|
|
281
|
-
var
|
|
303
|
+
var Kt=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;var Zt=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Vt=/^(@+)?(\+|#+)?[rs]?$/g,Yt=/(\*)(0+)|(#+)(0+)|(0+)/g,qt=/^(0+)$/;function Wt(e){var t={};return"r"===e[e.length-1]?t.roundingPriority="morePrecision":"s"===e[e.length-1]&&(t.roundingPriority="lessPrecision"),e.replace(Vt,(function(e,n,r){
|
|
282
304
|
// @@@ case
|
|
283
|
-
return"string"!=typeof
|
|
305
|
+
return"string"!=typeof r?(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length):"+"===r?t.minimumSignificantDigits=n.length:"#"===n[0]?t.maximumSignificantDigits=n.length:(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length+("string"==typeof r?r.length:0)),""})),t}function $t(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function en(e){
|
|
284
306
|
// Engineering
|
|
285
|
-
var t;if("E"===e[0]&&"E"===e[1]?(t={notation:"engineering"},e=e.slice(2)):"E"===e[0]&&(t={notation:"scientific"},e=e.slice(1)),t){var
|
|
307
|
+
var t;if("E"===e[0]&&"E"===e[1]?(t={notation:"engineering"},e=e.slice(2)):"E"===e[0]&&(t={notation:"scientific"},e=e.slice(1)),t){var n=e.slice(0,2);if("+!"===n?(t.signDisplay="always",e=e.slice(2)):"+?"===n&&(t.signDisplay="exceptZero",e=e.slice(2)),!qt.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function tn(e){var t=$t(e);return t||{}}
|
|
286
308
|
/**
|
|
287
309
|
* https://github.com/unicode-org/icu/blob/master/docs/userguide/format_parse/numbers/skeletons.md#skeleton-stems-and-options
|
|
288
|
-
*/function
|
|
310
|
+
*/function nn(e){for(var t={},n=0,r=e;n<r.length;n++){var i=r[n];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=i.options[0].replace(/^(.*?)-/,"");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=kt(kt(kt({},t),{notation:"scientific"}),i.options.reduce((function(e,t){return kt(kt({},e),tn(t))}),{}));continue;case"engineering":t=kt(kt(kt({},t),{notation:"engineering"}),i.options.reduce((function(e,t){return kt(kt({},e),tn(t))}),{}));continue;case"notation-simple":t.notation="standard";continue;
|
|
289
311
|
// https://github.com/unicode-org/icu/blob/master/icu4c/source/i18n/unicode/unumberformatter.h
|
|
290
312
|
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;
|
|
291
313
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
|
|
292
|
-
case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(
|
|
314
|
+
case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(Yt,(function(e,n,r,i,o,s){if(n)t.minimumIntegerDigits=r.length;else{if(i&&o)throw new Error("We currently do not support maximum integer digits");if(s)throw new Error("We currently do not support exact integer digits")}return""}));continue}
|
|
293
315
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
|
|
294
|
-
if(
|
|
316
|
+
if(qt.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(Zt.test(i.stem)){
|
|
295
317
|
// Precision
|
|
296
318
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#fraction-precision
|
|
297
319
|
// precision-integer case
|
|
298
|
-
if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(
|
|
320
|
+
if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(Zt,(function(e,n,r,i,o,s){
|
|
299
321
|
// .000* case (before ICU67 it was .000+)
|
|
300
|
-
return"*"===
|
|
322
|
+
return"*"===r?t.minimumFractionDigits=n.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:o&&s?(t.minimumFractionDigits=o.length,t.maximumFractionDigits=o.length+s.length):(t.minimumFractionDigits=n.length,t.maximumFractionDigits=n.length),""}));var o=i.options[0];
|
|
301
323
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#trailing-zero-display
|
|
302
|
-
"w"===o?t=
|
|
324
|
+
"w"===o?t=kt(kt({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=kt(kt({},t),Wt(o)))}
|
|
303
325
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#significant-digits-precision
|
|
304
|
-
else if(
|
|
326
|
+
else if(Vt.test(i.stem))t=kt(kt({},t),Wt(i.stem));else{var s=$t(i.stem);s&&(t=kt(kt({},t),s));var a=en(i.stem);a&&(t=kt(kt({},t),a))}}return t}
|
|
305
327
|
// @generated from time-data-gen.ts
|
|
306
328
|
// prettier-ignore
|
|
307
|
-
var
|
|
329
|
+
var rn,on={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};
|
|
308
330
|
/**
|
|
309
331
|
* Returns the best matching date time pattern if a date time skeleton
|
|
310
332
|
* pattern is provided with a locale. Follows the Unicode specification:
|
|
@@ -317,7 +339,7 @@ var Mt,Ut={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H
|
|
|
317
339
|
* of the given `locale` to the corresponding time pattern.
|
|
318
340
|
* @param locale
|
|
319
341
|
*/
|
|
320
|
-
function
|
|
342
|
+
function sn(e){var t=e.hourCycle;if(void 0===t&&
|
|
321
343
|
// @ts-ignore hourCycle(s) is not identified yet
|
|
322
344
|
e.hourCycles&&
|
|
323
345
|
// @ts-ignore
|
|
@@ -325,37 +347,37 @@ e.hourCycles.length&&(
|
|
|
325
347
|
// @ts-ignore
|
|
326
348
|
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")}
|
|
327
349
|
// TODO: Once hourCycle is fully supported remove the following with data generation
|
|
328
|
-
var r
|
|
350
|
+
var n,r=e.language;return"root"!==r&&(n=e.maximize().region),(on[n||""]||on[r||""]||on["".concat(r,"-001")]||on["001"])[0]}var an=new RegExp("^".concat(zt.source,"*")),ln=new RegExp("".concat(zt.source,"*$"));function cn(e,t){return{start:e,end:t}}
|
|
329
351
|
// #region Ponyfills
|
|
330
352
|
// Consolidate these variables up top for easier toggling during debugging
|
|
331
|
-
var
|
|
353
|
+
var un=!!String.prototype.startsWith,hn=!!String.fromCodePoint,pn=!!Object.fromEntries,fn=!!String.prototype.codePointAt,dn=!!String.prototype.trimStart,gn=!!String.prototype.trimEnd,mn=!!Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},An=!0;try{
|
|
332
354
|
/**
|
|
333
355
|
* legacy Edge or Xbox One browser
|
|
334
356
|
* Unicode flag support: supported
|
|
335
357
|
* Pattern_Syntax support: not supported
|
|
336
358
|
* See https://github.com/formatjs/formatjs/issues/2822
|
|
337
359
|
*/
|
|
338
|
-
|
|
339
|
-
function(e,t,
|
|
340
|
-
function(e,t,
|
|
341
|
-
function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var r
|
|
360
|
+
An="a"===(null===(rn=In("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===rn?void 0:rn[0])}catch(e){An=!1}var yn,vn=un?// Native
|
|
361
|
+
function(e,t,n){return e.startsWith(t,n)}:// For IE11
|
|
362
|
+
function(e,t,n){return e.slice(n,n+t.length)===t},bn=hn?String.fromCodePoint:// IE11
|
|
363
|
+
function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var n,r="",i=e.length,o=0;i>o;){if((n=e[o++])>1114111)throw RangeError(n+" is not a valid code point");r+=n<65536?String.fromCharCode(n):String.fromCharCode(55296+((n-=65536)>>10),n%1024+56320)}return r},wn=
|
|
342
364
|
// native
|
|
343
|
-
|
|
344
|
-
function(e){for(var t={},
|
|
365
|
+
pn?Object.fromEntries:// Ponyfill
|
|
366
|
+
function(e){for(var t={},n=0,r=e;n<r.length;n++){var i=r[n],o=i[0],s=i[1];t[o]=s}return t},En=fn?// Native
|
|
345
367
|
function(e,t){return e.codePointAt(t)}:// IE 11
|
|
346
|
-
function(e,t){var
|
|
368
|
+
function(e,t){var n=e.length;if(!(t<0||t>=n)){var r,i=e.charCodeAt(t);return i<55296||i>56319||t+1===n||(r=e.charCodeAt(t+1))<56320||r>57343?i:r-56320+(i-55296<<10)+65536}},Bn=dn?// Native
|
|
347
369
|
function(e){return e.trimStart()}:// Ponyfill
|
|
348
|
-
function(e){return e.replace(
|
|
370
|
+
function(e){return e.replace(an,"")},Tn=gn?// Native
|
|
349
371
|
function(e){return e.trimEnd()}:// Ponyfill
|
|
350
|
-
function(e){return e.replace(
|
|
372
|
+
function(e){return e.replace(ln,"")};
|
|
351
373
|
// Prevent minifier to translate new RegExp to literal form that might cause syntax error on IE11.
|
|
352
|
-
function
|
|
374
|
+
function In(e,t){return new RegExp(e,t)}
|
|
353
375
|
// #endregion
|
|
354
|
-
if(
|
|
376
|
+
if(An){
|
|
355
377
|
// Native
|
|
356
|
-
var
|
|
378
|
+
var Cn=In("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");yn=function(e,t){var n;return Cn.lastIndex=t,null!==(n=Cn.exec(e)[1])&&void 0!==n?n:""}}else
|
|
357
379
|
// IE11
|
|
358
|
-
|
|
380
|
+
yn=function(e,t){for(var n=[];;){var r=En(e,t);if(void 0===r||On(r)||kn(r))break;n.push(r),t+=r>=65536?2:1}return bn.apply(void 0,n)};var Rn=/** @class */function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,n){for(var r=[];!this.isEOF();){var i=this.char();if(123/* `{` */===i){if((o=this.parseArgument(e,n)).err)return o;r.push(o.val)}else{if(125/* `}` */===i&&e>0)break;if(35/* `#` */!==i||"plural"!==t&&"selectordinal"!==t){if(60/* `<` */===i&&!this.ignoreTag&&47===this.peek()){if(n)break;return this.error(Ht.UNMATCHED_CLOSING_TAG,cn(this.clonePosition(),this.clonePosition()))}if(60/* `<` */===i&&!this.ignoreTag&&Hn(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;r.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;r.push(o.val)}}else{var s=this.clonePosition();this.bump(),r.push({type:St.pound,location:cn(s,this.clonePosition())})}}}return{val:r,err:null}},
|
|
359
381
|
/**
|
|
360
382
|
* A tag name must start with an ASCII lower/upper case letter. The grammar is based on the
|
|
361
383
|
* [custom element name][] except that a dash is NOT always mandatory and uppercase letters
|
|
@@ -374,17 +396,17 @@ qt=function(e,t){for(var r=[];;){var n=tr(e,t);if(void 0===n||cr(n)||ur(n))break
|
|
|
374
396
|
* NOTE: We're a bit more lax here since HTML technically does not allow uppercase HTML element but we do
|
|
375
397
|
* since other tag-based engines like React allow it
|
|
376
398
|
*/
|
|
377
|
-
e.prototype.parseTag=function(e,t){var
|
|
378
|
-
var
|
|
399
|
+
e.prototype.parseTag=function(e,t){var n=this.clonePosition();this.bump();// `<`
|
|
400
|
+
var r=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))
|
|
379
401
|
// Self closing tag
|
|
380
|
-
return{val:{type:
|
|
402
|
+
return{val:{type:St.literal,value:"<".concat(r,"/>"),location:cn(n,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,s=this.clonePosition();
|
|
381
403
|
// Expecting a close tag
|
|
382
|
-
if(this.bumpIf("</")){if(this.isEOF()||!
|
|
404
|
+
if(this.bumpIf("</")){if(this.isEOF()||!Hn(this.char()))return this.error(Ht.INVALID_TAG,cn(s,this.clonePosition()));var a=this.clonePosition();return r!==this.parseTagName()?this.error(Ht.UNMATCHED_CLOSING_TAG,cn(a,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:St.tag,value:r,children:o,location:cn(n,this.clonePosition())},err:null}:this.error(Ht.INVALID_TAG,cn(s,this.clonePosition())))}return this.error(Ht.UNCLOSED_TAG,cn(n,this.clonePosition()))}return this.error(Ht.INVALID_TAG,cn(n,this.clonePosition()))},
|
|
383
405
|
/**
|
|
384
406
|
* This method assumes that the caller has peeked ahead for the first tag character.
|
|
385
407
|
*/
|
|
386
408
|
e.prototype.parseTagName=function(){var e=this.offset();// the first tag name character
|
|
387
|
-
for(this.bump();!this.isEOF()&&
|
|
409
|
+
for(this.bump();!this.isEOF()&&Sn(this.char());)this.bump();return this.message.slice(e,this.offset())},e.prototype.parseLiteral=function(e,t){for(var n=this.clonePosition(),r="";;){var i=this.tryParseQuote(t);if(i)r+=i;else{var o=this.tryParseUnquoted(e,t);if(o)r+=o;else{var s=this.tryParseLeftAngleBracket();if(!s)break;r+=s}}}var a=cn(n,this.clonePosition());return{val:{type:St.literal,value:r,location:a},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60/* `<` */!==this.char()||!this.ignoreTag&&(Hn(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e;
|
|
388
410
|
/** See `parseTag` function docs. */},
|
|
389
411
|
/**
|
|
390
412
|
* Starting with ICU 4.8, an ASCII apostrophe only starts quoted text if it immediately precedes
|
|
@@ -402,71 +424,71 @@ case 123:case 60:case 62:case 125:break;case 35:// '#'
|
|
|
402
424
|
if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();// apostrophe
|
|
403
425
|
var t=[this.char()];// escaped char
|
|
404
426
|
// read chars until the optional closing apostrophe is found
|
|
405
|
-
for(this.bump();!this.isEOF();){var
|
|
427
|
+
for(this.bump();!this.isEOF();){var n=this.char();if(39/* `'` */===n){if(39/* `'` */!==this.peek()){
|
|
406
428
|
// Optional closing apostrophe.
|
|
407
429
|
this.bump();break}t.push(39),
|
|
408
430
|
// Bump one more time because we need to skip 2 characters.
|
|
409
|
-
this.bump()}else t.push(
|
|
410
|
-
this.bumpSpace(),this.isEOF())return this.error(
|
|
431
|
+
this.bump()}else t.push(n);this.bump()}return bn.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var n=this.char();return 60/* `<` */===n||123/* `{` */===n||35/* `#` */===n&&("plural"===t||"selectordinal"===t)||125/* `}` */===n&&e>0?null:(this.bump(),bn(n))},e.prototype.parseArgument=function(e,t){var n=this.clonePosition();if(this.bump(),// `{`
|
|
432
|
+
this.bumpSpace(),this.isEOF())return this.error(Ht.EXPECT_ARGUMENT_CLOSING_BRACE,cn(n,this.clonePosition()));if(125/* `}` */===this.char())return this.bump(),this.error(Ht.EMPTY_ARGUMENT,cn(n,this.clonePosition()));
|
|
411
433
|
// argument name
|
|
412
|
-
var
|
|
434
|
+
var r=this.parseIdentifierIfPossible().value;if(!r)return this.error(Ht.MALFORMED_ARGUMENT,cn(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(Ht.EXPECT_ARGUMENT_CLOSING_BRACE,cn(n,this.clonePosition()));switch(this.char()){
|
|
413
435
|
// Simple argument: `{name}`
|
|
414
436
|
case 125/* `}` */:// `}`
|
|
415
|
-
return this.bump(),{val:{type:
|
|
437
|
+
return this.bump(),{val:{type:St.argument,
|
|
416
438
|
// value does not include the opening and closing braces.
|
|
417
|
-
value:
|
|
439
|
+
value:r,location:cn(n,this.clonePosition())},err:null};
|
|
418
440
|
// Argument with options: `{name, format, ...}`
|
|
419
441
|
case 44/* `,` */:return this.bump(),// `,`
|
|
420
|
-
this.bumpSpace(),this.isEOF()?this.error(
|
|
442
|
+
this.bumpSpace(),this.isEOF()?this.error(Ht.EXPECT_ARGUMENT_CLOSING_BRACE,cn(n,this.clonePosition())):this.parseArgumentOptions(e,t,r,n);default:return this.error(Ht.MALFORMED_ARGUMENT,cn(n,this.clonePosition()))}},
|
|
421
443
|
/**
|
|
422
444
|
* Advance the parser until the end of the identifier, if it is currently on
|
|
423
445
|
* an identifier character. Return an empty string otherwise.
|
|
424
446
|
*/
|
|
425
|
-
e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),
|
|
447
|
+
e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),n=yn(this.message,t),r=t+n.length;return this.bumpTo(r),{value:n,location:cn(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,n,r){var i,o=this.clonePosition(),s=this.parseIdentifierIfPossible().value,a=this.clonePosition();
|
|
426
448
|
// Parse this range:
|
|
427
449
|
// {name, type, style}
|
|
428
450
|
// ^---^
|
|
429
451
|
switch(s){case"":
|
|
430
452
|
// Expecting a style string number, date, time, plural, selectordinal, or select.
|
|
431
|
-
return this.error(
|
|
453
|
+
return this.error(Ht.EXPECT_ARGUMENT_TYPE,cn(o,a));case"number":case"date":case"time":
|
|
432
454
|
// Parse this range:
|
|
433
455
|
// {name, number, style}
|
|
434
456
|
// ^-------^
|
|
435
|
-
this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((A=this.parseSimpleArgStyleIfPossible()).err)return A;if(0===(f=
|
|
457
|
+
this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((A=this.parseSimpleArgStyleIfPossible()).err)return A;if(0===(f=Tn(A.val)).length)return this.error(Ht.EXPECT_ARGUMENT_STYLE,cn(this.clonePosition(),this.clonePosition()));l={style:f,styleLocation:cn(c,this.clonePosition())}}if((y=this.tryParseArgumentClose(r)).err)return y;var u=cn(r,this.clonePosition());
|
|
436
458
|
// Extract style or skeleton
|
|
437
|
-
if(l&&
|
|
459
|
+
if(l&&vn(null==l?void 0:l.style,"::",0)){
|
|
438
460
|
// Skeleton starts with `::`.
|
|
439
|
-
var h=
|
|
461
|
+
var h=Bn(l.style.slice(2));if("number"===s)return(A=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?A:{val:{type:St.number,value:n,location:u,style:A.val},err:null};if(0===h.length)return this.error(Ht.EXPECT_DATE_TIME_SKELETON,u);var p=h;
|
|
440
462
|
// Get "best match" pattern only if locale is passed, if not, let it
|
|
441
463
|
// pass as-is where `parseDateTimeSkeleton()` will throw an error
|
|
442
464
|
// for unsupported patterns.
|
|
443
|
-
this.locale&&(p=function(e,t){for(var
|
|
465
|
+
this.locale&&(p=function(e,t){for(var n="",r=0;r<e.length;r++){var i=e.charAt(r);if("j"===i){for(var o=0;r+1<e.length&&e.charAt(r+1)===i;)o++,r++;var s=1+(1&o),a=o<2?1:3+(o>>1),l=sn(t);for("H"!=l&&"k"!=l||(a=0);a-- >0;)n+="a";for(;s-- >0;)n=l+n}else n+="J"===i?"H":i}return n}(h,this.locale));var f={type:Ot.dateTime,pattern:p,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?Xt(p):{}};return{val:{type:"date"===s?St.date:St.time,value:n,location:u,style:f},err:null}}
|
|
444
466
|
// Regular style or no style.
|
|
445
|
-
return{val:{type:"number"===s?
|
|
467
|
+
return{val:{type:"number"===s?St.number:"date"===s?St.date:St.time,value:n,location:u,style:null!==(i=null==l?void 0:l.style)&&void 0!==i?i:null},err:null};case"plural":case"selectordinal":case"select":
|
|
446
468
|
// Parse this range:
|
|
447
469
|
// {name, plural, options}
|
|
448
470
|
// ^---------^
|
|
449
|
-
var d=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(
|
|
471
|
+
var d=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(Ht.EXPECT_SELECT_ARGUMENT_OPTIONS,cn(d,kt({},d)));this.bumpSpace();
|
|
450
472
|
// Parse offset:
|
|
451
473
|
// {name, plural, offset:1, options}
|
|
452
474
|
// ^-----^
|
|
453
475
|
// or the first option:
|
|
454
476
|
// {name, plural, one {...} other {...}}
|
|
455
477
|
// ^--^
|
|
456
|
-
var g=this.parseIdentifierIfPossible(),m=0;if("select"!==s&&"offset"===g.value){if(!this.bumpIf(":"))return this.error(
|
|
478
|
+
var g=this.parseIdentifierIfPossible(),m=0;if("select"!==s&&"offset"===g.value){if(!this.bumpIf(":"))return this.error(Ht.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,cn(this.clonePosition(),this.clonePosition()));var A;if(this.bumpSpace(),(A=this.tryParseDecimalInteger(Ht.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Ht.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return A;
|
|
457
479
|
// Parse another identifier for option parsing
|
|
458
|
-
this.bumpSpace(),g=this.parseIdentifierIfPossible(),m=A.val}var y,v=this.tryParsePluralOrSelectOptions(e,s,t,g);if(v.err)return v;if((y=this.tryParseArgumentClose(
|
|
480
|
+
this.bumpSpace(),g=this.parseIdentifierIfPossible(),m=A.val}var y,v=this.tryParsePluralOrSelectOptions(e,s,t,g);if(v.err)return v;if((y=this.tryParseArgumentClose(r)).err)return y;var b=cn(r,this.clonePosition());return"select"===s?{val:{type:St.select,value:n,options:wn(v.val),location:b},err:null}:{val:{type:St.plural,value:n,options:wn(v.val),offset:m,pluralType:"plural"===s?"cardinal":"ordinal",location:b},err:null};default:return this.error(Ht.INVALID_ARGUMENT_TYPE,cn(o,a))}},e.prototype.tryParseArgumentClose=function(e){
|
|
459
481
|
// Parse: {value, number, ::currency/GBP }
|
|
460
|
-
return this.isEOF()||125/* `}` */!==this.char()?this.error(
|
|
482
|
+
return this.isEOF()||125/* `}` */!==this.char()?this.error(Ht.EXPECT_ARGUMENT_CLOSING_BRACE,cn(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},
|
|
461
483
|
/**
|
|
462
484
|
* See: https://github.com/unicode-org/icu/blob/af7ed1f6d2298013dc303628438ec4abe1f16479/icu4c/source/common/messagepattern.cpp#L659
|
|
463
485
|
*/
|
|
464
486
|
e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();){switch(this.char()){case 39/* `'` */:
|
|
465
487
|
// Treat apostrophe as quoting but include it in the style part.
|
|
466
488
|
// Find the end of the quoted literal text.
|
|
467
|
-
this.bump();var
|
|
489
|
+
this.bump();var n=this.clonePosition();if(!this.bumpUntil("'"))return this.error(Ht.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,cn(n,this.clonePosition()));this.bump();break;case 123/* `{` */:e+=1,this.bump();break;case 125/* `}` */:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var n=[];try{n=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");
|
|
468
490
|
// Parse the skeleton
|
|
469
|
-
for(var t=e.split(
|
|
491
|
+
for(var t=e.split(Kt).filter((function(e){return e.length>0})),n=[],r=0,i=t;r<i.length;r++){var o=i[r].split("/");if(0===o.length)throw new Error("Invalid number skeleton");for(var s=o[0],a=o.slice(1),l=0,c=a;l<c.length;l++)if(0===c[l].length)throw new Error("Invalid number skeleton");n.push({stem:s,options:a})}return n}(e)}catch(e){return this.error(Ht.INVALID_NUMBER_SKELETON,t)}return{val:{type:Ot.number,tokens:n,location:t,parsedOptions:this.shouldParseSkeletons?nn(n):{}},err:null}},
|
|
470
492
|
/**
|
|
471
493
|
* @param nesting_level The current nesting level of messages.
|
|
472
494
|
* This can be positive when parsing message fragment in select or plural argument options.
|
|
@@ -477,30 +499,30 @@ for(var t=e.split(Ht).filter((function(e){return e.length>0})),r=[],n=0,i=t;n<i.
|
|
|
477
499
|
* between a pair of opening and closing tags. The nested message will not parse beyond
|
|
478
500
|
* the closing tag boundary.
|
|
479
501
|
*/
|
|
480
|
-
e.prototype.tryParsePluralOrSelectOptions=function(e,t,r
|
|
502
|
+
e.prototype.tryParsePluralOrSelectOptions=function(e,t,n,r){
|
|
481
503
|
// Parse:
|
|
482
504
|
// one {one apple}
|
|
483
505
|
// ^--^
|
|
484
|
-
for(var i,o=!1,s=[],a=new Set,l=
|
|
506
|
+
for(var i,o=!1,s=[],a=new Set,l=r.value,c=r.location;;){if(0===l.length){var u=this.clonePosition();if("select"===t||!this.bumpIf("="))break;
|
|
485
507
|
// Try parse `={number}` selector
|
|
486
|
-
var h=this.tryParseDecimalInteger(
|
|
508
|
+
var h=this.tryParseDecimalInteger(Ht.EXPECT_PLURAL_ARGUMENT_SELECTOR,Ht.INVALID_PLURAL_ARGUMENT_SELECTOR);if(h.err)return h;c=cn(u,this.clonePosition()),l=this.message.slice(u.offset,this.offset())}
|
|
487
509
|
// Duplicate selector clauses
|
|
488
|
-
if(a.has(l))return this.error("select"===t?
|
|
510
|
+
if(a.has(l))return this.error("select"===t?Ht.DUPLICATE_SELECT_ARGUMENT_SELECTOR:Ht.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,c);"other"===l&&(o=!0),
|
|
489
511
|
// Parse:
|
|
490
512
|
// one {one apple}
|
|
491
513
|
// ^----------^
|
|
492
|
-
this.bumpSpace();var p=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===t?
|
|
514
|
+
this.bumpSpace();var p=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===t?Ht.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:Ht.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,cn(this.clonePosition(),this.clonePosition()));var f=this.parseMessage(e+1,t,n);if(f.err)return f;var d=this.tryParseArgumentClose(p);if(d.err)return d;s.push([l,{value:f.val,location:cn(p,this.clonePosition())}]),
|
|
493
515
|
// Keep track of the existing selectors
|
|
494
516
|
a.add(l),
|
|
495
517
|
// Prep next selector clause.
|
|
496
|
-
this.bumpSpace(),l=(i=this.parseIdentifierIfPossible()).value,c=i.location}return 0===s.length?this.error("select"===t?
|
|
518
|
+
this.bumpSpace(),l=(i=this.parseIdentifierIfPossible()).value,c=i.location}return 0===s.length?this.error("select"===t?Ht.EXPECT_SELECT_ARGUMENT_SELECTOR:Ht.EXPECT_PLURAL_ARGUMENT_SELECTOR,cn(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(Ht.MISSING_OTHER_CLAUSE,cn(this.clonePosition(),this.clonePosition())):{val:s,err:null}},e.prototype.tryParseDecimalInteger=function(e,t){var n=1,r=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(n=-1);for(var i=!1,o=0;!this.isEOF();){var s=this.char();if(!(s>=48/* `0` */&&s<=57/* `9` */))break;i=!0,o=10*o+(s-48),this.bump()}var a=cn(r,this.clonePosition());return i?mn(o*=n)?{val:o,err:null}:this.error(t,a):this.error(e,a)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){
|
|
497
519
|
// This is much faster than `Object.assign` or spread.
|
|
498
520
|
return{offset:this.position.offset,line:this.position.line,column:this.position.column}},
|
|
499
521
|
/**
|
|
500
522
|
* Return the code point at the current position of the parser.
|
|
501
523
|
* Throws if the index is out of bound.
|
|
502
524
|
*/
|
|
503
|
-
e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=
|
|
525
|
+
e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=En(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},
|
|
504
526
|
/** Bump the parser to the next UTF-16 code unit. */
|
|
505
527
|
e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10/* '\n' */===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,
|
|
506
528
|
// 0 ~ 0x10000 -> unicode BMP, otherwise skip the surrogate pair.
|
|
@@ -511,105 +533,105 @@ this.position.offset+=e<65536?1:2)}},
|
|
|
511
533
|
* following the prefix and return true. Otherwise, don't bump the parser
|
|
512
534
|
* and return false.
|
|
513
535
|
*/
|
|
514
|
-
e.prototype.bumpIf=function(e){if(
|
|
536
|
+
e.prototype.bumpIf=function(e){if(vn(this.message,e,this.offset())){for(var t=0;t<e.length;t++)this.bump();return!0}return!1},
|
|
515
537
|
/**
|
|
516
538
|
* Bump the parser until the pattern character is found and return `true`.
|
|
517
539
|
* Otherwise bump to the end of the file and return `false`.
|
|
518
540
|
*/
|
|
519
|
-
e.prototype.bumpUntil=function(e){var t=this.offset(),
|
|
541
|
+
e.prototype.bumpUntil=function(e){var t=this.offset(),n=this.message.indexOf(e,t);return n>=0?(this.bumpTo(n),!0):(this.bumpTo(this.message.length),!1)},
|
|
520
542
|
/**
|
|
521
543
|
* Bump the parser to the target offset.
|
|
522
544
|
* If target offset is beyond the end of the input, bump the parser to the end of the input.
|
|
523
545
|
*/
|
|
524
546
|
e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},
|
|
525
547
|
/** advance the parser through all whitespace to the next non-whitespace code unit. */
|
|
526
|
-
e.prototype.bumpSpace=function(){for(;!this.isEOF()&&
|
|
548
|
+
e.prototype.bumpSpace=function(){for(;!this.isEOF()&&On(this.char());)this.bump()},
|
|
527
549
|
/**
|
|
528
550
|
* Peek at the *next* Unicode codepoint in the input without advancing the parser.
|
|
529
551
|
* If the input has been exhausted, then this returns null.
|
|
530
552
|
*/
|
|
531
|
-
e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),
|
|
553
|
+
e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),n=this.message.charCodeAt(t+(e>=65536?2:1));return null!=n?n:null},e}();
|
|
532
554
|
/**
|
|
533
555
|
* This check if codepoint is alphabet (lower & uppercase)
|
|
534
556
|
* @param codepoint
|
|
535
557
|
* @returns
|
|
536
|
-
*/function
|
|
558
|
+
*/function Hn(e){return e>=97&&e<=122||e>=65&&e<=90}function Sn(e){return 45/* '-' */===e||46/* '.' */===e||e>=48&&e<=57/* 0..9 */||95/* '_' */===e||e>=97&&e<=122/** a..z */||e>=65&&e<=90/* A..Z */||183==e||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}
|
|
537
559
|
/**
|
|
538
560
|
* Code point equivalent of regex `\p{White_Space}`.
|
|
539
561
|
* From: https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt
|
|
540
|
-
*/function
|
|
562
|
+
*/function On(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}
|
|
541
563
|
/**
|
|
542
564
|
* Code point equivalent of regex `\p{Pattern_Syntax}`.
|
|
543
565
|
* See https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt
|
|
544
|
-
*/function
|
|
566
|
+
*/function kn(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||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||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||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||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||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||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||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||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||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||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Ln(e){e.forEach((function(e){if(delete e.location,Ut(e)||_t(e))for(var t in e.options)delete e.options[t].location,Ln(e.options[t].value);else Nt(e)&&Qt(e.style)||(Dt(e)||Mt(e))&&Ft(e.style)?delete e.style.location:jt(e)&&Ln(e.children)}))}function xn(e,t){void 0===t&&(t={}),t=kt({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var n=new Rn(e,t).parse();if(n.err){var r=SyntaxError(Ht[n.err.kind]);
|
|
545
567
|
// @ts-expect-error Assign to error object
|
|
546
|
-
throw
|
|
568
|
+
throw r.location=n.err.location,
|
|
547
569
|
// @ts-expect-error Assign to error object
|
|
548
|
-
|
|
570
|
+
r.originalMessage=n.err.message,r}return(null==t?void 0:t.captureLocation)||Ln(n.val),n.val}
|
|
549
571
|
|
|
550
572
|
// Main
|
|
551
573
|
|
|
552
|
-
function
|
|
574
|
+
function Pn(e,t){var n=t&&t.cache?t.cache:Qn,r=t&&t.serializer?t.serializer:_n;return(t&&t.strategy?t.strategy:Un)(e,{cache:n,serializer:r})}
|
|
553
575
|
|
|
554
576
|
// Strategy
|
|
555
577
|
|
|
556
|
-
function
|
|
578
|
+
function Nn(e,t,n,r){var i,o=null==(i=r)||"number"==typeof i||"boolean"==typeof i?r:n(r),s=t.get(o);return void 0===s&&(s=e.call(this,r),t.set(o,s)),s}function Dn(e,t,n){var r=Array.prototype.slice.call(arguments,3),i=n(r),o=t.get(i);return void 0===o&&(o=e.apply(this,r),t.set(i,o)),o}function Mn(e,t,n,r,i){return n.bind(t,e,r,i)}function Un(e,t){return Mn(e,this,1===e.length?Nn:Dn,t.cache.create(),t.serializer)}
|
|
557
579
|
// Serializer
|
|
558
|
-
var
|
|
580
|
+
var _n=function(){return JSON.stringify(arguments)};
|
|
559
581
|
|
|
560
582
|
// Cache
|
|
561
583
|
|
|
562
|
-
function
|
|
584
|
+
function Gn(){this.cache=Object.create(null)}Gn.prototype.get=function(e){return this.cache[e]},Gn.prototype.set=function(e,t){this.cache[e]=t};var jn,Qn={create:function(){
|
|
563
585
|
// @ts-ignore
|
|
564
|
-
return new
|
|
586
|
+
return new Gn}},Fn={variadic:function(e,t){return Mn(e,this,Dn,t.cache.create(),t.serializer)},monadic:function(e,t){return Mn(e,this,Nn,t.cache.create(),t.serializer)}};!function(e){
|
|
565
587
|
// When we have a placeholder but no value to format
|
|
566
588
|
e.MISSING_VALUE="MISSING_VALUE",
|
|
567
589
|
// When value supplied is invalid
|
|
568
590
|
e.INVALID_VALUE="INVALID_VALUE",
|
|
569
591
|
// When we need specific Intl API but it's not available
|
|
570
|
-
e.MISSING_INTL_API="MISSING_INTL_API"}(
|
|
592
|
+
e.MISSING_INTL_API="MISSING_INTL_API"}(jn||(jn={}));var zn,Jn=/** @class */function(e){function t(t,n,r){var i=e.call(this,t)||this;return i.code=n,i.originalMessage=r,i}return Rt(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Xn=/** @class */function(e){function t(t,n,r,i){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(n,'". Options are "').concat(Object.keys(r).join('", "'),'"'),jn.INVALID_VALUE,i)||this}return Rt(t,e),t}(Jn),Kn=/** @class */function(e){function t(t,n,r){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(n),jn.INVALID_VALUE,r)||this}return Rt(t,e),t}(Jn),Zn=/** @class */function(e){function t(t,n){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(n,'"'),jn.MISSING_VALUE,n)||this}return Rt(t,e),t}(Jn);function Vn(e){return"function"==typeof e}
|
|
571
593
|
// TODO(skeleton): add skeleton support
|
|
572
|
-
function
|
|
594
|
+
function Yn(e,t,n,r,i,o,
|
|
573
595
|
// For debugging
|
|
574
596
|
s){
|
|
575
597
|
// Hot path for straight simple msg translations
|
|
576
|
-
if(1===e.length&&
|
|
598
|
+
if(1===e.length&&xt(e[0]))return[{type:zn.literal,value:e[0].value}];for(var a=[],l=0,c=e;l<c.length;l++){var u=c[l];
|
|
577
599
|
// Exit early for string parts.
|
|
578
|
-
if(
|
|
600
|
+
if(xt(u))a.push({type:zn.literal,value:u.value});else
|
|
579
601
|
// TODO: should this part be literal type?
|
|
580
602
|
// Replace `#` in plural rules with the actual numeric value.
|
|
581
|
-
if(
|
|
603
|
+
if(Gt(u))"number"==typeof o&&a.push({type:zn.literal,value:n.getNumberFormat(t).format(o)});else{var h=u.value;
|
|
582
604
|
// Enforce that all required values are provided by the caller.
|
|
583
|
-
if(!i||!(h in i))throw new
|
|
605
|
+
if(!i||!(h in i))throw new Zn(h,s);var p=i[h];if(Pt(u))p&&"string"!=typeof p&&"number"!=typeof p||(p="string"==typeof p||"number"==typeof p?String(p):""),a.push({type:"string"==typeof p?zn.literal:zn.object,value:p});else
|
|
584
606
|
// Recursively format plural and select parts' option — which can be a
|
|
585
607
|
// nested pattern structure. The choosing of the option to use is
|
|
586
608
|
// abstracted-by and delegated-to the part helper object.
|
|
587
|
-
if(
|
|
609
|
+
if(Dt(u)){var f="string"==typeof u.style?r.date[u.style]:Ft(u.style)?u.style.parsedOptions:void 0;a.push({type:zn.literal,value:n.getDateTimeFormat(t,f).format(p)})}else if(Mt(u)){f="string"==typeof u.style?r.time[u.style]:Ft(u.style)?u.style.parsedOptions:r.time.medium;a.push({type:zn.literal,value:n.getDateTimeFormat(t,f).format(p)})}else if(Nt(u)){(f="string"==typeof u.style?r.number[u.style]:Qt(u.style)?u.style.parsedOptions:void 0)&&f.scale&&(p*=f.scale||1),a.push({type:zn.literal,value:n.getNumberFormat(t,f).format(p)})}else{if(jt(u)){var d=u.children,g=u.value,m=i[g];if(!Vn(m))throw new Kn(g,"function",s);var A=m(Yn(d,t,n,r,i,o).map((function(e){return e.value})));Array.isArray(A)||(A=[A]),a.push.apply(a,A.map((function(e){return{type:"string"==typeof e?zn.literal:zn.object,value:e}})))}if(Ut(u)){if(!(y=u.options[p]||u.options.other))throw new Xn(u.value,p,Object.keys(u.options),s);a.push.apply(a,Yn(y.value,t,n,r,i))}else if(_t(u)){var y;if(!(y=u.options["=".concat(p)])){if(!Intl.PluralRules)throw new Jn('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',jn.MISSING_INTL_API,s);var v=n.getPluralRules(t,{type:u.pluralType}).select(p-(u.offset||0));y=u.options[v]||u.options.other}if(!y)throw new Xn(u.value,p,Object.keys(u.options),s);a.push.apply(a,Yn(y.value,t,n,r,i,p-(u.offset||0)))}else;}}}return function(e){return e.length<2?e:e.reduce((function(e,t){var n=e[e.length-1];return n&&n.type===zn.literal&&t.type===zn.literal?n.value+=t.value:e.push(t),e}),[])}(a)}
|
|
588
610
|
/*
|
|
589
611
|
Copyright (c) 2014, Yahoo! Inc. All rights reserved.
|
|
590
612
|
Copyrights licensed under the New BSD License.
|
|
591
613
|
See the accompanying LICENSE file for terms.
|
|
592
614
|
*/
|
|
593
615
|
// -- MessageFormat --------------------------------------------------------
|
|
594
|
-
function
|
|
616
|
+
function qn(e,t){return t?Object.keys(e).reduce((function(n,r){var i,o;return n[r]=(i=e[r],(o=t[r])?kt(kt(kt({},i||{}),o||{}),Object.keys(i).reduce((function(e,t){return e[t]=kt(kt({},i[t]),o[t]||{}),e}),{})):i),n}),kt({},e)):e}function Wn(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,n){e[t]=n}}}}}!function(e){e[e.literal=0]="literal",e[e.object=1]="object"}(zn||(zn={}));var $n=/** @class */function(){function e(t,n,r,i){var o,s=this;if(void 0===n&&(n=e.defaultLocale),this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(e){var t=s.formatToParts(e);
|
|
595
617
|
// Hot path for straight simple msg translations
|
|
596
|
-
if(1===t.length)return t[0].value;var
|
|
618
|
+
if(1===t.length)return t[0].value;var n=t.reduce((function(e,t){return e.length&&t.type===zn.literal&&"string"==typeof e[e.length-1]?e[e.length-1]+=t.value:e.push(t.value),e}),[]);return n.length<=1?n[0]||"":n},this.formatToParts=function(e){return Yn(s.ast,s.locales,s.formatters,s.formats,e,void 0,s.message)},this.resolvedOptions=function(){return{locale:s.resolvedLocale.toString()}},this.getAst=function(){return s.ast},
|
|
597
619
|
// Defined first because it's used to build the format pattern.
|
|
598
|
-
this.locales=
|
|
620
|
+
this.locales=n,this.resolvedLocale=e.resolveLocale(n),"string"==typeof t){if(this.message=t,!e.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
599
621
|
// Parse string messages into an AST.
|
|
600
622
|
this.ast=e.__parse(t,{ignoreTag:null==i?void 0:i.ignoreTag,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.");
|
|
601
623
|
// Creates a new object with the specified `formats` merged with the default
|
|
602
624
|
// formats.
|
|
603
|
-
this.formats=
|
|
625
|
+
this.formats=qn(e.formats,r),this.formatters=i&&i.formatters||(void 0===(o=this.formatterCache)&&(o={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:Pn((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.NumberFormat).bind.apply(e,Lt([void 0],t,!1)))}),{cache:Wn(o.number),strategy:Fn.variadic}),getDateTimeFormat:Pn((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.DateTimeFormat).bind.apply(e,Lt([void 0],t,!1)))}),{cache:Wn(o.dateTime),strategy:Fn.variadic}),getPluralRules:Pn((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.PluralRules).bind.apply(e,Lt([void 0],t,!1)))}),{cache:Wn(o.pluralRules),strategy:Fn.variadic})})}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(e){var t=Intl.NumberFormat.supportedLocalesOf(e);return t.length>0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=xn,
|
|
604
626
|
// Default format options used as the prototype of the `formats` provided to the
|
|
605
627
|
// constructor. These are used when constructing the internal Intl.NumberFormat
|
|
606
628
|
// and Intl.DateTimeFormat instances.
|
|
607
|
-
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}(),
|
|
629
|
+
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}(),er=$n;
|
|
608
630
|
/*
|
|
609
631
|
Copyright (c) 2014, Yahoo! Inc. All rights reserved.
|
|
610
632
|
Copyrights licensed under the New BSD License.
|
|
611
633
|
See the accompanying LICENSE file for terms.
|
|
612
|
-
*/const
|
|
634
|
+
*/const tr={},nr=(e,t,n)=>n?(t in tr||(tr[t]={}),e in tr[t]||(tr[t][e]=n),n):n,rr=(e,t)=>{if(null==t)return;if(t in tr&&e in tr[t])return tr[t][e];const n=wr(t);for(let r=0;r<n.length;r++){const i=ar(n[r],e);if(i)return nr(e,t,i)}};let ir;const or=gt({});function sr(e){return e in ir}function ar(e,t){if(!sr(e))return null;const n=function(e){return ir[e]||null}(e);return function(e,t){if(null==t)return;if(t in e)return e[t];const n=t.split(".");let r=e;for(let e=0;e<n.length;e++)if("object"==typeof r){if(e>0){const t=n.slice(e,n.length).join(".");if(t in r){r=r[t];break}}r=r[n[e]]}else r=void 0;return r}(n,t)}function lr(e,...t){delete tr[e],or.update((n=>(n[e]=It.all([n[e]||{},...t]),n)))}mt([or],(([e])=>Object.keys(e))),or.subscribe((e=>ir=e));const cr={};function ur(e){return cr[e]}function hr(e){return null!=e&&wr(e).some((e=>{var t;return null===(t=ur(e))||void 0===t?void 0:t.size}))}const pr={};function fr(e){if(!hr(e))return e in pr?pr[e]:Promise.resolve();const t=function(e){return wr(e).map((e=>{const t=ur(e);return[e,t?[...t]:[]]})).filter((([,e])=>e.length>0))}(e);return pr[e]=Promise.all(t.map((([e,t])=>function(e,t){const n=Promise.all(t.map((t=>(function(e,t){cr[e].delete(t),0===cr[e].size&&delete cr[e]}(e,t),t().then((e=>e.default||e))))));return n.then((t=>lr(e,...t)))}(e,t)))).then((()=>{if(hr(e))return fr(e);delete pr[e]})),pr[e]}
|
|
613
635
|
/*! *****************************************************************************
|
|
614
636
|
Copyright (c) Microsoft Corporation.
|
|
615
637
|
|
|
@@ -623,7 +645,7 @@ e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"}
|
|
|
623
645
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
624
646
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
625
647
|
PERFORMANCE OF THIS SOFTWARE.
|
|
626
|
-
***************************************************************************** */function
|
|
648
|
+
***************************************************************************** */function dr(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n}const gr={fallbackLocale:null,loadingDelay:200,formats:{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"}}},warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0};function mr(){return gr}const Ar=gt(!1);let yr;const vr=gt(null);function br(e){return e.split("-").map(((e,t,n)=>n.slice(0,t+1).join("-"))).reverse()}function wr(e,t=mr().fallbackLocale){const n=br(e);return t?[...new Set([...n,...br(t)])]:n}function Er(){return null!=yr?yr:void 0}vr.subscribe((e=>{yr=null!=e?e:void 0,"undefined"!=typeof window&&null!=e&&document.documentElement.setAttribute("lang",e)}));const Br=Object.assign(Object.assign({},vr),{set:e=>{if(e&&function(e){if(null==e)return;const t=wr(e);for(let e=0;e<t.length;e++){const n=t[e];if(sr(n))return n}}(e)&&hr(e)){const{loadingDelay:t}=mr();let n;return"undefined"!=typeof window&&null!=Er()&&t?n=window.setTimeout((()=>Ar.set(!0)),t):Ar.set(!0),fr(e).then((()=>{vr.set(e)})).finally((()=>{clearTimeout(n),Ar.set(!1)}))}return vr.set(e)}}),Tr=e=>{const t=Object.create(null);return n=>{const r=JSON.stringify(n);return r in t?t[r]:t[r]=e(n)}},Ir=(e,t)=>{const{formats:n}=mr();if(e in n&&t in n[e])return n[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},Cr=Tr((e=>{var{locale:t,format:n}=e,r=dr(e,["locale","format"]);if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(r=Ir("number",n)),new Intl.NumberFormat(t,r)})),Rr=Tr((e=>{var{locale:t,format:n}=e,r=dr(e,["locale","format"]);if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?r=Ir("date",n):0===Object.keys(r).length&&(r=Ir("date","short")),new Intl.DateTimeFormat(t,r)})),Hr=Tr((e=>{var{locale:t,format:n}=e,r=dr(e,["locale","format"]);if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?r=Ir("time",n):0===Object.keys(r).length&&(r=Ir("time","short")),new Intl.DateTimeFormat(t,r)})),Sr=Tr(((e,t=Er())=>new er(e,t,mr().formats,{ignoreTag:mr().ignoreTag}))),Or=(e,t={})=>{var n,r,i,o;let s=t;"object"==typeof e&&(s=e,e=s.id);const{values:a,locale:l=Er(),default:c}=s;if(null==l)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let u=rr(e,l);if(u){if("string"!=typeof u)return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof u}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),u}else u=null!==(o=null!==(i=null===(r=(n=mr()).handleMissingMessage)||void 0===r?void 0:r.call(n,{locale:l,id:e,defaultValue:c}))&&void 0!==i?i:c)&&void 0!==o?o:e;if(!a)return u;let h=u;try{h=Sr(u,l).format(a)}catch(t){console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,t.message)}return h},kr=(e,t)=>((e={})=>{var{locale:t=Er()}=e,n=dr(e,["locale"]);return Hr(Object.assign({locale:t},n))})(t).format(e),Lr=(e,t)=>((e={})=>{var{locale:t=Er()}=e,n=dr(e,["locale"]);return Rr(Object.assign({locale:t},n))})(t).format(e),xr=(e,t)=>((e={})=>{var{locale:t=Er()}=e,n=dr(e,["locale"]);return Cr(Object.assign({locale:t},n))})(t).format(e),Pr=(e,t=Er())=>rr(e,t),Nr=mt([Br,or],(()=>Or));function Dr(e,t){lr(e,t)}mt([Br],(()=>kr)),mt([Br],(()=>Lr)),mt([Br],(()=>xr)),mt([Br,or],(()=>Pr)),window.emWidgets={topic:(e,t=0)=>{if(-1==pt.indexOf(e)){let n=new ht(t);ft[e]=n,pt.push(e)}return ft[e]}};const Mr={en:{tournamentsSlider:{loading:"Loading"}},ro:{tournamentsSlider:{loading:"Se încarcă"}},tr:{tournamentsSlider:{loading:"Yükleniyor"}},el:{tournamentsSlider:{loading:"Φορτώνει"}},es:{tournamentsSlider:{loading:"Cargando"}},hu:{tournamentsSlider:{loading:"Betöltés"}}};var Ur=function(e,t,n){return e(n={path:t,exports:{},require:function(e,t){return function(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}(null==t&&n.path)}},n.exports),n.exports}((function(e,t){
|
|
627
649
|
/** @license
|
|
628
650
|
* eventsource.js
|
|
629
651
|
* Available under MIT License (MIT)
|
|
@@ -631,7 +653,7 @@ e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"}
|
|
|
631
653
|
*/
|
|
632
654
|
/*jslint indent: 2, vars: true, plusplus: true */
|
|
633
655
|
/*global setTimeout, clearTimeout */
|
|
634
|
-
!function(
|
|
656
|
+
!function(n){var r=n.setTimeout,i=n.clearTimeout,o=n.XMLHttpRequest,s=n.XDomainRequest,a=n.ActiveXObject,l=n.EventSource,c=n.document,u=n.Promise,h=n.fetch,p=n.Response,f=n.TextDecoder,d=n.TextEncoder,g=n.AbortController;
|
|
635
657
|
// see #118 (Promise#finally with polyfilled Promise)
|
|
636
658
|
// see #123 (data URLs crash Edge)
|
|
637
659
|
// see #125 (CSP violations)
|
|
@@ -639,25 +661,25 @@ e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"}
|
|
|
639
661
|
// => No way to polyfill Promise#finally
|
|
640
662
|
if("undefined"==typeof window||void 0===c||"readyState"in c||null!=c.body||(// Firefox 2
|
|
641
663
|
c.readyState="loading",window.addEventListener("load",(function(e){c.readyState="complete"}),!1)),null==o&&null!=a&&(// https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/Using_XMLHttpRequest_in_IE6
|
|
642
|
-
o=function(){return new a("Microsoft.XMLHTTP")}),null==Object.create&&(Object.create=function(e){function t(){}return t.prototype=e,new t}),Date.now||(Date.now=function(){return(new Date).getTime()}),null==g){var m=h;h=function(e,t){var
|
|
664
|
+
o=function(){return new a("Microsoft.XMLHTTP")}),null==Object.create&&(Object.create=function(e){function t(){}return t.prototype=e,new t}),Date.now||(Date.now=function(){return(new Date).getTime()}),null==g){var m=h;h=function(e,t){var n=t.signal;return m(e,{headers:t.headers,credentials:t.credentials,cache:t.cache}).then((function(e){var t=e.body.getReader();return n._reader=t,n._aborted&&n._reader.cancel(),{status:e.status,statusText:e.statusText,headers:e.headers,body:{getReader:function(){return t}}}}))},g=function(){this.signal={_reader:null,_aborted:!1},this.abort=function(){null!=this.signal._reader&&this.signal._reader.cancel(),this.signal._aborted=!0}}}function A(){this.bitsNeeded=0,this.codePoint=0}A.prototype.decode=function(e){function t(e,t,n){if(1===n)return e>=128>>t&&e<<t<=2047;if(2===n)return e>=2048>>t&&e<<t<=55295||e>=57344>>t&&e<<t<=65535;if(3===n)return e>=65536>>t&&e<<t<=1114111;throw new Error}function n(e,t){if(6===e)return t>>6>15?3:t>31?2:1;if(12===e)return t>15?3:2;if(18===e)return 3;throw new Error}for(var r=65533,i="",o=this.bitsNeeded,s=this.codePoint,a=0;a<e.length;a+=1){var l=e[a];0!==o&&(l<128||l>191||!t(s<<6|63&l,o-6,n(o,s)))&&(o=0,s=r,i+=String.fromCharCode(s)),0===o?(l>=0&&l<=127?(o=0,s=l):l>=192&&l<=223?(o=6,s=31&l):l>=224&&l<=239?(o=12,s=15&l):l>=240&&l<=247?(o=18,s=7&l):(o=0,s=r),0===o||t(s,o,n(o,s))||(o=0,s=r)):(o-=6,s=s<<6|63&l),0===o&&(s<=65535?i+=String.fromCharCode(s):(i+=String.fromCharCode(55296+(s-65535-1>>10)),i+=String.fromCharCode(56320+(s-65535-1&1023))))}return this.bitsNeeded=o,this.codePoint=s,i};
|
|
643
665
|
// IE, Edge
|
|
644
|
-
null!=f&&null!=d&&function(){try{return"test"===(new f).decode((new d).encode("test"),{stream:!0})}catch(e){console.debug("TextDecoder does not support streaming option. Using polyfill instead: "+e)}return!1}()||(f=A);var y=function(){};function v(e){this.withCredentials=!1,this.readyState=0,this.status=0,this.statusText="",this.responseText="",this.onprogress=y,this.onload=y,this.onerror=y,this.onreadystatechange=y,this._contentType="",this._xhr=e,this._sendTimeout=0,this._abort=y}function b(e){return e.replace(/[A-Z]/g,(function(e){return String.fromCharCode(e.charCodeAt(0)+32)}))}function
|
|
666
|
+
null!=f&&null!=d&&function(){try{return"test"===(new f).decode((new d).encode("test"),{stream:!0})}catch(e){console.debug("TextDecoder does not support streaming option. Using polyfill instead: "+e)}return!1}()||(f=A);var y=function(){};function v(e){this.withCredentials=!1,this.readyState=0,this.status=0,this.statusText="",this.responseText="",this.onprogress=y,this.onload=y,this.onerror=y,this.onreadystatechange=y,this._contentType="",this._xhr=e,this._sendTimeout=0,this._abort=y}function b(e){return e.replace(/[A-Z]/g,(function(e){return String.fromCharCode(e.charCodeAt(0)+32)}))}function w(e){for(
|
|
645
667
|
// Get headers: implemented according to mozilla's example code: https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/getAllResponseHeaders#Example
|
|
646
|
-
var t=Object.create(null),
|
|
668
|
+
var t=Object.create(null),n=e.split("\r\n"),r=0;r<n.length;r+=1){var i=n[r].split(": "),o=i.shift(),s=i.join(": ");t[b(o)]=s}this._map=t}function E(){}function B(e){this._headers=e}function T(){}function I(){this._listeners=Object.create(null)}function C(e){r((function(){throw e}),0)}function R(e){this.type=e,this.target=void 0}function H(e,t){R.call(this,e),this.data=t.data,this.lastEventId=t.lastEventId}function S(e,t){R.call(this,e),this.status=t.status,this.statusText=t.statusText,this.headers=t.headers}function O(e,t){R.call(this,e),this.error=t.error}v.prototype.open=function(e,t){this._abort(!0);var n=this,s=this._xhr,a=1,l=0;this._abort=function(e){0!==n._sendTimeout&&(i(n._sendTimeout),n._sendTimeout=0),1!==a&&2!==a&&3!==a||(a=4,s.onload=y,s.onerror=y,s.onabort=y,s.onprogress=y,s.onreadystatechange=y,
|
|
647
669
|
// IE 8 - 9: XDomainRequest#abort() does not fire any event
|
|
648
670
|
// Opera < 10: XMLHttpRequest#abort() does not fire any event
|
|
649
|
-
s.abort(),0!==l&&(i(l),l=0),e||(
|
|
671
|
+
s.abort(),0!==l&&(i(l),l=0),e||(n.readyState=4,n.onabort(null),n.onreadystatechange())),a=0};var c=function(){if(1===a){
|
|
650
672
|
//state = 2;
|
|
651
|
-
var e=0,t="",
|
|
673
|
+
var e=0,t="",r=void 0;if("contentType"in s)e=200,t="OK",r=s.contentType;else try{e=s.status,t=s.statusText,r=s.getResponseHeader("Content-Type")}catch(n){
|
|
652
674
|
// IE < 10 throws exception for `xhr.status` when xhr.readyState === 2 || xhr.readyState === 3
|
|
653
675
|
// Opera < 11 throws exception for `xhr.status` when xhr.readyState === 2
|
|
654
676
|
// https://bugs.webkit.org/show_bug.cgi?id=29121
|
|
655
|
-
e=0,t="",
|
|
677
|
+
e=0,t="",r=void 0}0!==e&&(a=2,n.readyState=2,n.status=e,n.statusText=t,n._contentType=r,n.onreadystatechange())}},u=function(){if(c(),2===a||3===a){a=3;var e="";try{e=s.responseText}catch(e){
|
|
656
678
|
// IE 8 - 9 with XMLHttpRequest
|
|
657
|
-
}
|
|
679
|
+
}n.readyState=3,n.responseText=e,n.onprogress()}},h=function(e,t){if(null!=t&&null!=t.preventDefault||(t={preventDefault:y}),
|
|
658
680
|
// Firefox 52 fires "readystatechange" (xhr.readyState === 4) without final "readystatechange" (xhr.readyState === 3)
|
|
659
681
|
// IE 8 fires "onload" without "onprogress"
|
|
660
|
-
u(),1===a||2===a||3===a){if(a=4,0!==l&&(i(l),l=0),
|
|
682
|
+
u(),1===a||2===a||3===a){if(a=4,0!==l&&(i(l),l=0),n.readyState=4,"load"===e)n.onload(t);else if("error"===e)n.onerror(t);else{if("abort"!==e)throw new TypeError;n.onabort(t)}n.onreadystatechange()}},p=function(){l=r((function(){p()}),500),3===s.readyState&&u()};
|
|
661
683
|
// XDomainRequest#abort removes onprogress, onerror, onload
|
|
662
684
|
"onload"in s&&(s.onload=function(e){h("load",e)}),"onerror"in s&&(s.onerror=function(e){h("error",e)}),
|
|
663
685
|
// improper fix to match Firefox behaviour, but it is better than just ignore abort
|
|
@@ -678,7 +700,7 @@ u(),1===a||2===a||3===a){if(a=4,0!==l&&(i(l),l=0),r.readyState=4,"load"===e)r.on
|
|
|
678
700
|
u():2===s.readyState&&c())}(e)}),!("contentType"in s)&&"ontimeout"in o.prototype||(t+=(-1===t.indexOf("?")?"?":"&")+"padding=true"),s.open(e,t,!0),"readyState"in s&&(
|
|
679
701
|
// workaround for Opera 12 issue with "progress" events
|
|
680
702
|
// #91 (XMLHttpRequest onprogress not fired for streaming response in Edge 14-15-?)
|
|
681
|
-
l=
|
|
703
|
+
l=r((function(){p()}),0))},v.prototype.abort=function(){this._abort(!1)},v.prototype.getResponseHeader=function(e){return this._contentType},v.prototype.setRequestHeader=function(e,t){var n=this._xhr;"setRequestHeader"in n&&n.setRequestHeader(e,t)},v.prototype.getAllResponseHeaders=function(){
|
|
682
704
|
// XMLHttpRequest#getAllResponseHeaders returns null for CORS requests in Firefox 3.6.28
|
|
683
705
|
return null!=this._xhr.getAllResponseHeaders&&this._xhr.getAllResponseHeaders()||""},v.prototype.send=function(){
|
|
684
706
|
// loading indicator in Safari < ? (6), Chrome < 14, Firefox
|
|
@@ -689,50 +711,52 @@ if("ontimeout"in o.prototype&&("sendAsBinary"in o.prototype||"mozAnon"in o.proto
|
|
|
689
711
|
// xhr.send(); throws "Not enough arguments" in Firefox 3.0
|
|
690
712
|
e.send(void 0)}catch(e){
|
|
691
713
|
// Safari 5.1.7, Opera 12
|
|
692
|
-
throw e}}else{var t=this;t._sendTimeout=
|
|
693
|
-
o.HEADERS_RECEIVED=2),
|
|
714
|
+
throw e}}else{var t=this;t._sendTimeout=r((function(){t._sendTimeout=0,t.send()}),4)}},w.prototype.get=function(e){return this._map[b(e)]},null!=o&&null==o.HEADERS_RECEIVED&&(// IE < 9, Firefox 3.6
|
|
715
|
+
o.HEADERS_RECEIVED=2),E.prototype.open=function(e,t,n,r,i,s,a){e.open("GET",i);var l=0;for(var c in e.onprogress=function(){var t=e.responseText.slice(l);l+=t.length,n(t)},e.onerror=function(e){e.preventDefault(),r(new Error("NetworkError"))},e.onload=function(){r(null)},e.onabort=function(){r(null)},e.onreadystatechange=function(){if(e.readyState===o.HEADERS_RECEIVED){var n=e.status,r=e.statusText,i=e.getResponseHeader("Content-Type"),s=e.getAllResponseHeaders();t(n,r,i,new w(s))}},e.withCredentials=s,a)Object.prototype.hasOwnProperty.call(a,c)&&e.setRequestHeader(c,a[c]);return e.send(),e},B.prototype.get=function(e){return this._headers.get(e)},T.prototype.open=function(e,t,n,r,i,o,s){var a=null,l=new g,c=l.signal,p=new f;return h(i,{headers:s,credentials:o?"include":"same-origin",signal:c,cache:"no-store"}).then((function(e){
|
|
694
716
|
// see https://github.com/promises-aplus/promises-spec/issues/179
|
|
695
|
-
return a=e.body.getReader(),t(e.status,e.statusText,e.headers.get("Content-Type"),new B(e.headers)),new u((function(e,t){var
|
|
717
|
+
return a=e.body.getReader(),t(e.status,e.statusText,e.headers.get("Content-Type"),new B(e.headers)),new u((function(e,t){var r=function(){a.read().then((function(t){if(t.done)
|
|
696
718
|
//Note: bytes in textDecoder are ignored
|
|
697
|
-
e(void 0);else{var i=p.decode(t.value,{stream:!0});
|
|
719
|
+
e(void 0);else{var i=p.decode(t.value,{stream:!0});n(i),r()}})).catch((function(e){t(e)}))};r()}))})).catch((function(e){return"AbortError"===e.name?void 0:e})).then((function(e){r(e)})),{abort:function(){null!=a&&a.cancel(),l.abort()}}},I.prototype.dispatchEvent=function(e){e.target=this;var t=this._listeners[e.type];if(null!=t)for(var n=t.length,r=0;r<n;r+=1){var i=t[r];try{"function"==typeof i.handleEvent?i.handleEvent(e):i.call(this,e)}catch(e){C(e)}}},I.prototype.addEventListener=function(e,t){e=String(e);var n=this._listeners,r=n[e];null==r&&(r=[],n[e]=r);for(var i=!1,o=0;o<r.length;o+=1)r[o]===t&&(i=!0);i||r.push(t)},I.prototype.removeEventListener=function(e,t){e=String(e);var n=this._listeners,r=n[e];if(null!=r){for(var i=[],o=0;o<r.length;o+=1)r[o]!==t&&i.push(r[o]);0===i.length?delete n[e]:n[e]=i}},H.prototype=Object.create(R.prototype),S.prototype=Object.create(R.prototype),O.prototype=Object.create(R.prototype);var k=-1,L=-1,x=/^text\/event\-stream(;.*)?$/i,P=function(e,t){var n=null==e?t:parseInt(e,10);return n!=n&&(n=t),N(n)},N=function(e){return Math.min(Math.max(e,1e3),18e6)},D=function(e,t,n){try{"function"==typeof t&&t.call(e,n)}catch(e){C(e)}};function M(e,t){I.call(this),t=t||{},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,function(e,t,n){t=String(t);var a=Boolean(n.withCredentials),l=n.lastEventIdQueryParameterName||"lastEventId",c=N(1e3),u=P(n.heartbeatTimeout,45e3),h="",p=c,f=!1,d=0,g=n.headers||{},m=n.Transport,A=U&&null==m?void 0:new v(null!=m?new m:null!=o&&"withCredentials"in o.prototype||null==s?new o:new s),y=null!=m&&"string"!=typeof m?new m:null==A?new T:new E,b=void 0,w=0,B=k,I="",C="",R="",M="",_=0,G=0,j=0,Q=function(t,n,r,i){if(0===B)if(200===t&&null!=r&&x.test(r)){B=1,f=Date.now(),p=c,e.readyState=1;var o=new S("open",{status:t,statusText:n,headers:i});e.dispatchEvent(o),D(e,e.onopen,o)}else{var s="";200!==t?(n&&(n=n.replace(/\s+/g," ")),s="EventSource's response has a status "+t+" "+n+" that is not 200. Aborting the connection."):s="EventSource's response has a Content-Type specifying an unsupported type: "+(null==r?"-":r.replace(/\s+/g," "))+". Aborting the connection.",J();o=new S("error",{status:t,statusText:n,headers:i});e.dispatchEvent(o),D(e,e.onerror,o),console.error(s)}},F=function(t){if(1===B){for(var n=-1,o=0;o<t.length;o+=1){(l=t.charCodeAt(o))!=="\n".charCodeAt(0)&&l!=="\r".charCodeAt(0)||(n=o)}var s=(-1!==n?M:"")+t.slice(0,n+1);M=(-1===n?M:"")+t.slice(n+1),""!==t&&(f=Date.now(),d+=t.length);for(var a=0;a<s.length;a+=1){var l=s.charCodeAt(a);if(_===L&&l==="\n".charCodeAt(0))_=0;else if(_===L&&(_=0),l==="\r".charCodeAt(0)||l==="\n".charCodeAt(0)){if(0!==_){1===_&&(j=a+1);var g=s.slice(G,j-1),m=s.slice(j+(j<a&&s.charCodeAt(j)===" ".charCodeAt(0)?1:0),a);"data"===g?(I+="\n",I+=m):"id"===g?C=m:"event"===g?R=m:"retry"===g?(c=P(m,c),p=c):"heartbeatTimeout"===g&&(u=P(m,u),0!==w&&(i(w),w=r((function(){X()}),u)))}if(0===_){if(""!==I){h=C,""===R&&(R="message");var A=new H(R,{data:I.slice(1),lastEventId:C});if(e.dispatchEvent(A),"open"===R?D(e,e.onopen,A):"message"===R?D(e,e.onmessage,A):"error"===R&&D(e,e.onerror,A),2===B)return}I="",R=""}_=l==="\r".charCodeAt(0)?L:0}else 0===_&&(G=a,_=1),1===_?l===":".charCodeAt(0)&&(j=a+1,_=2):2===_&&(_=3)}}},z=function(t){if(1===B||0===B){B=k,0!==w&&(i(w),w=0),w=r((function(){X()}),p),p=N(Math.min(16*c,2*p)),e.readyState=0;var n=new O("error",{error:t});e.dispatchEvent(n),D(e,e.onerror,n),null!=t&&console.error(t)}},J=function(){B=2,null!=b&&(b.abort(),b=void 0),0!==w&&(i(w),w=0),e.readyState=2},X=function(){if(w=0,B===k){f=!1,d=0,w=r((function(){X()}),u),B=0,I="",R="",C=h,M="",G=0,j=0,_=0;
|
|
698
720
|
// https://bugzilla.mozilla.org/show_bug.cgi?id=428916
|
|
699
721
|
// Request header field Last-Event-ID is not allowed by Access-Control-Allow-Headers.
|
|
700
|
-
var
|
|
722
|
+
var n=t;if("data:"!==t.slice(0,5)&&"blob:"!==t.slice(0,5)&&""!==h){
|
|
701
723
|
// Remove the lastEventId parameter if it's already part of the request URL.
|
|
702
|
-
var i=t.indexOf("?");
|
|
724
|
+
var i=t.indexOf("?");n=-1===i?t:t.slice(0,i+1)+t.slice(i+1).replace(/(?:^|&)([^=&]*)(?:=[^&]*)?/g,(function(e,t){return t===l?"":e})),
|
|
703
725
|
// Append the current lastEventId to the request URL.
|
|
704
|
-
|
|
726
|
+
n+=(-1===t.indexOf("?")?"?":"&")+l+"="+encodeURIComponent(h)}var o=e.withCredentials,s={Accept:"text/event-stream"},a=e.headers;if(null!=a)for(var c in a)Object.prototype.hasOwnProperty.call(a,c)&&(s[c]=a[c]);try{b=y.open(A,Q,F,z,n,o,s)}catch(e){throw J(),e}}else if(f||null==b){var p=Math.max((f||Date.now())+u-Date.now(),1);f=!1,w=r((function(){X()}),p)}else z(new Error("No activity within "+u+" milliseconds. "+(0===B?"No response received.":d+" chars received.")+" Reconnecting.")),null!=b&&(b.abort(),b=void 0)};e.url=t,e.readyState=0,e.withCredentials=a,e.headers=g,e._close=J,X()}(this,e,t)}var U=null!=h&&null!=p&&"body"in p.prototype;M.prototype=Object.create(I.prototype),M.prototype.CONNECTING=0,M.prototype.OPEN=1,M.prototype.CLOSED=2,M.prototype.close=function(){this._close()},M.CONNECTING=0,M.OPEN=1,M.CLOSED=2,M.prototype.withCredentials=void 0;var _=l;null==o||null!=l&&"withCredentials"in l.prototype||(
|
|
705
727
|
// Why replace a native EventSource ?
|
|
706
728
|
// https://bugzilla.mozilla.org/show_bug.cgi?id=444328
|
|
707
729
|
// https://bugzilla.mozilla.org/show_bug.cgi?id=831392
|
|
708
730
|
// https://code.google.com/p/chromium/issues/detail?id=260144
|
|
709
731
|
// https://code.google.com/p/chromium/issues/detail?id=225654
|
|
710
732
|
// ...
|
|
711
|
-
|
|
733
|
+
_=M),r((function(){if(-1!==["Asia/Anadyr","Asia/Barnaul","Asia/Chita","Asia/Irkutsk","Asia/Kamchatka","Asia/Khandyga","Asia/Krasnoyarsk","Asia/Magadan","Asia/Novokuznetsk","Asia/Novosibirsk","Asia/Omsk","Asia/Sakhalin","Asia/Srednekolymsk","Asia/Tomsk","Asia/Ust-Nera","Asia/Vladivostok","Asia/Yakutsk","Asia/Yekaterinburg","Europe/Astrakhan","Europe/Kaliningrad","Europe/Kirov","Europe/Moscow","Europe/Samara","Europe/Saratov","Europe/Simferopol","Europe/Ulyanovsk","Europe/Volgograd","W-SU"].indexOf((new Intl.DateTimeFormat).resolvedOptions().timeZone)){var e=function(e){return"[97m[1m"+e+"[22m[37m"},t=["","🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦","","[37m24 февраля "+e("Россия напала на Украину")+".","","Народ Украины всеобще мобилизован и готов защищать свою страну от вражеского вторжения. "+e("91% украинцев полностью поддерживает своего президента Владимира Зеленского")+" и его ответные действия на нападение России.","","Весь мир осудил необоснованное вторжение и решил ввести "+e("невиданные ранее санкции против России")+". С каждым новым днем они будут ощущаться все сильнее и сильнее среди мирных граждан.","","В то же время, "+e("российское правительство ограничивает доступ граждан к внешней информации")+", насаждая однобокие формулировки и версии происходящего.","","В качестве надежного источника информации загрузите безопасный браузер Tor:","",e("https://www.torproject.org/"),"","И посетите:","",e("https://www.bbcweb3hytmzhn5d532owbu6oqadra5z3ar726vq5kgwwn6aucdccrad.onion/russian"),"","🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦","",e("Прекратите эту бессмысленную войну! Остановите военного преступника Путина!")+"[39m","","🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦 🇷🇺 🇺🇦",""].join("\n");alert(t),window.open("http://www.change.org/NetVoyne")}}),15e3),function(n){var r=function(e){e.EventSourcePolyfill=M,e.NativeEventSource=l,e.EventSource=_}(t);void 0!==r&&(e.exports=r)}()}("undefined"==typeof globalThis?"undefined"!=typeof window?window:"undefined"!=typeof self?self:Oe:globalThis)}));
|
|
712
734
|
/* ../casino-tournaments-rank/src/CasinoTournamentsRank.svelte generated by Svelte v3.48.0 */
|
|
713
|
-
function
|
|
735
|
+
function _r(t){let n,r,i;return{c(){n=b("span"),r=b("img"),I(r,"alt","user"),l(r.src,i="data:image/svg+xml,%3csvg width='17' height='17' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='user' class='svg-inline--fa fa-user' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e %3cpath fill='currentColor' d='M224 256c70.7 0 128-57.31 128-128s-57.3-128-128-128C153.3 0 96 57.31 96 128S153.3 256 224 256zM274.7 304H173.3C77.61 304 0 381.6 0 477.3c0 19.14 15.52 34.67 34.66 34.67h378.7C432.5 512 448 496.5 448 477.3C448 381.6 370.4 304 274.7 304z'%3e %3c/path%3e%3c/svg%3e")||I(r,"src","data:image/svg+xml,%3csvg width='17' height='17' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='user' class='svg-inline--fa fa-user' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e %3cpath fill='currentColor' d='M224 256c70.7 0 128-57.31 128-128s-57.3-128-128-128C153.3 0 96 57.31 96 128S153.3 256 224 256zM274.7 304H173.3C77.61 304 0 381.6 0 477.3c0 19.14 15.52 34.67 34.66 34.67h378.7C432.5 512 448 496.5 448 477.3C448 381.6 370.4 304 274.7 304z'%3e %3c/path%3e%3c/svg%3e"),I(n,"class","Icon UserIcon"),I(n,"part","Icon UserIcon")},m(e,t){y(e,n,t),g(n,r)},p:e,d(e){e&&v(n)}}}
|
|
714
736
|
// (105:4) {#if showicon== 'true'}
|
|
715
|
-
function
|
|
716
|
-
/*div2_binding*/t[12](
|
|
717
|
-
/*div2_binding*/,t[12](null)}}}function
|
|
718
|
-
i&&(
|
|
719
|
-
a=setTimeout((()=>{s=(new Date).getTime(),(s-o)/1e3>4&&
|
|
737
|
+
function Gr(t){let n,r,i;return{c(){n=b("span"),r=b("img"),I(r,"alt","prize"),l(r.src,i="data:image/svg+xml,%3csvg width='17' height='17' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='award' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' class='svg-inline--fa fa-award fa-w-12 fa-3x'%3e %3cpath fill='currentColor' d='M97.12 362.63c-8.69-8.69-4.16-6.24-25.12-11.85-9.51-2.55-17.87-7.45-25.43-13.32L1.2 448.7c-4.39 10.77 3.81 22.47 15.43 22.03l52.69-2.01L105.56 507c8 8.44 22.04 5.81 26.43-4.96l52.05-127.62c-10.84 6.04-22.87 9.58-35.31 9.58-19.5 0-37.82-7.59-51.61-21.37zM382.8 448.7l-45.37-111.24c-7.56 5.88-15.92 10.77-25.43 13.32-21.07 5.64-16.45 3.18-25.12 11.85-13.79 13.78-32.12 21.37-51.62 21.37-12.44 0-24.47-3.55-35.31-9.58L252 502.04c4.39 10.77 18.44 13.4 26.43 4.96l36.25-38.28 52.69 2.01c11.62.44 19.82-11.27 15.43-22.03zM263 340c15.28-15.55 17.03-14.21 38.79-20.14 13.89-3.79 24.75-14.84 28.47-28.98 7.48-28.4 5.54-24.97 25.95-45.75 10.17-10.35 14.14-25.44 10.42-39.58-7.47-28.38-7.48-24.42 0-52.83 3.72-14.14-.25-29.23-10.42-39.58-20.41-20.78-18.47-17.36-25.95-45.75-3.72-14.14-14.58-25.19-28.47-28.98-27.88-7.61-24.52-5.62-44.95-26.41-10.17-10.35-25-14.4-38.89-10.61-27.87 7.6-23.98 7.61-51.9 0-13.89-3.79-28.72.25-38.89 10.61-20.41 20.78-17.05 18.8-44.94 26.41-13.89 3.79-24.75 14.84-28.47 28.98-7.47 28.39-5.54 24.97-25.95 45.75-10.17 10.35-14.15 25.44-10.42 39.58 7.47 28.36 7.48 24.4 0 52.82-3.72 14.14.25 29.23 10.42 39.59 20.41 20.78 18.47 17.35 25.95 45.75 3.72 14.14 14.58 25.19 28.47 28.98C104.6 325.96 106.27 325 121 340c13.23 13.47 33.84 15.88 49.74 5.82a39.676 39.676 0 0 1 42.53 0c15.89 10.06 36.5 7.65 49.73-5.82zM97.66 175.96c0-53.03 42.24-96.02 94.34-96.02s94.34 42.99 94.34 96.02-42.24 96.02-94.34 96.02-94.34-42.99-94.34-96.02z' class=''%3e %3c/path%3e%3c/svg%3e")||I(r,"src","data:image/svg+xml,%3csvg width='17' height='17' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='award' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' class='svg-inline--fa fa-award fa-w-12 fa-3x'%3e %3cpath fill='currentColor' d='M97.12 362.63c-8.69-8.69-4.16-6.24-25.12-11.85-9.51-2.55-17.87-7.45-25.43-13.32L1.2 448.7c-4.39 10.77 3.81 22.47 15.43 22.03l52.69-2.01L105.56 507c8 8.44 22.04 5.81 26.43-4.96l52.05-127.62c-10.84 6.04-22.87 9.58-35.31 9.58-19.5 0-37.82-7.59-51.61-21.37zM382.8 448.7l-45.37-111.24c-7.56 5.88-15.92 10.77-25.43 13.32-21.07 5.64-16.45 3.18-25.12 11.85-13.79 13.78-32.12 21.37-51.62 21.37-12.44 0-24.47-3.55-35.31-9.58L252 502.04c4.39 10.77 18.44 13.4 26.43 4.96l36.25-38.28 52.69 2.01c11.62.44 19.82-11.27 15.43-22.03zM263 340c15.28-15.55 17.03-14.21 38.79-20.14 13.89-3.79 24.75-14.84 28.47-28.98 7.48-28.4 5.54-24.97 25.95-45.75 10.17-10.35 14.14-25.44 10.42-39.58-7.47-28.38-7.48-24.42 0-52.83 3.72-14.14-.25-29.23-10.42-39.58-20.41-20.78-18.47-17.36-25.95-45.75-3.72-14.14-14.58-25.19-28.47-28.98-27.88-7.61-24.52-5.62-44.95-26.41-10.17-10.35-25-14.4-38.89-10.61-27.87 7.6-23.98 7.61-51.9 0-13.89-3.79-28.72.25-38.89 10.61-20.41 20.78-17.05 18.8-44.94 26.41-13.89 3.79-24.75 14.84-28.47 28.98-7.47 28.39-5.54 24.97-25.95 45.75-10.17 10.35-14.15 25.44-10.42 39.58 7.47 28.36 7.48 24.4 0 52.82-3.72 14.14.25 29.23 10.42 39.59 20.41 20.78 18.47 17.35 25.95 45.75 3.72 14.14 14.58 25.19 28.47 28.98C104.6 325.96 106.27 325 121 340c13.23 13.47 33.84 15.88 49.74 5.82a39.676 39.676 0 0 1 42.53 0c15.89 10.06 36.5 7.65 49.73-5.82zM97.66 175.96c0-53.03 42.24-96.02 94.34-96.02s94.34 42.99 94.34 96.02-42.24 96.02-94.34 96.02-94.34-42.99-94.34-96.02z' class=''%3e %3c/path%3e%3c/svg%3e"),I(n,"class","Icon PrizeIcon"),I(n,"part","Icon PrizeIcon")},m(e,t){y(e,n,t),g(n,r)},p:e,d(e){e&&v(n)}}}function jr(t){let n,r,i,o,s,a,c,u,h,p,f,d,m,A,w,T,C,R,S,O,k,L,x,P,N=/*overallrank*/(0==t[1]?"-":/*userrank*/t[0]?/*userrank*/t[0]:"-")+"",D=/*overallrank*/(0==t[1]?"-":/*overallrank*/t[1])+"",M=/*showicon*/"true"==t[4]&&_r(),U=/*showicon*/"true"==t[4]&&Gr();return{c(){n=b("div"),r=b("div"),M&&M.c(),i=B(),o=b("span"),s=E(/*rankprefix*/t[3]),a=E(N),c=E("/"),u=E(D),h=B(),p=b("img"),m=B(),A=b("img"),C=B(),R=b("div"),U&&U.c(),S=B(),O=b("span"),k=E(/*prize*/t[2]),this.c=e,I(p,"part","Rank_Arror_UP"),I(p,"alt","Rank Up"),l(p.src,f="data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3ccircle cx='4.9999' cy='4.9999' r='4.9999' fill='%23434647'/%3e %3cg clip-path='url(%23clip0_2591_1149)'%3e %3cline x1='4.93332' y1='4' x2='4.93332' y2='7.99992' stroke='%2359CA00' stroke-width='1.86663'/%3e %3cpath d='M4.99896 2L7.59699 4.99994H2.40094L4.99896 2Z' fill='%2359CA00'%3e %3c/path%3e %3c/g%3e %3cdefs%3e %3cclipPath id='clip0_2591_1149'%3e %3crect width='5.99988' height='5.99928' fill='white' transform='translate(1.99902 2)'/%3e %3c/clipPath%3e %3c/defs%3e%3c/svg%3e")||I(p,"src","data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3ccircle cx='4.9999' cy='4.9999' r='4.9999' fill='%23434647'/%3e %3cg clip-path='url(%23clip0_2591_1149)'%3e %3cline x1='4.93332' y1='4' x2='4.93332' y2='7.99992' stroke='%2359CA00' stroke-width='1.86663'/%3e %3cpath d='M4.99896 2L7.59699 4.99994H2.40094L4.99896 2Z' fill='%2359CA00'%3e %3c/path%3e %3c/g%3e %3cdefs%3e %3cclipPath id='clip0_2591_1149'%3e %3crect width='5.99988' height='5.99928' fill='white' transform='translate(1.99902 2)'/%3e %3c/clipPath%3e %3c/defs%3e%3c/svg%3e"),I(p,"width","20"),I(p,"height","20"),I(p,"class",d="svg Arrow Up "+(/*userRankChanged*/t[7]&&/*isRankingUp*/t[8]?"Show":"Hidden")),I(A,"part","Rank_Arror_Down"),I(A,"alt","Rank Down"),l(A.src,w="data:image/svg+xml,%3csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3ccircle r='4.9999' transform='matrix(1 0 0 -1 4.9999 5.0001)' fill='%23434647'/%3e %3cg clip-path='url(%23clip0_2591_1154)'%3e %3cline y1='-0.933315' x2='3.99992' y2='-0.933315' transform='matrix(0 -1 -1 0 4 6)' stroke='%23CA0000' stroke-width='1.86663'/%3e %3cpath d='M4.99896 8L7.59699 5.00006H2.40094L4.99896 8Z' fill='%23CA0000'/%3e %3c/g%3e %3cdefs%3e %3cclipPath id='clip0_2591_1154'%3e %3crect width='5.99988' height='5.99928' fill='white' transform='matrix(1 0 0 -1 1.99902 8)'/%3e %3c/clipPath%3e %3c/defs%3e%3c/svg%3e")||I(A,"src","data:image/svg+xml,%3csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3ccircle r='4.9999' transform='matrix(1 0 0 -1 4.9999 5.0001)' fill='%23434647'/%3e %3cg clip-path='url(%23clip0_2591_1154)'%3e %3cline y1='-0.933315' x2='3.99992' y2='-0.933315' transform='matrix(0 -1 -1 0 4 6)' stroke='%23CA0000' stroke-width='1.86663'/%3e %3cpath d='M4.99896 8L7.59699 5.00006H2.40094L4.99896 8Z' fill='%23CA0000'/%3e %3c/g%3e %3cdefs%3e %3cclipPath id='clip0_2591_1154'%3e %3crect width='5.99988' height='5.99928' fill='white' transform='matrix(1 0 0 -1 1.99902 8)'/%3e %3c/clipPath%3e %3c/defs%3e%3c/svg%3e"),I(A,"width","10"),I(A,"height","10"),I(A,"class",T="svg Arrow Down "+(/*userRankChanged*/t[7]&&!/*isRankingUp*/t[8]?"Show":"Hidden")),I(o,"class","RankInfo"),I(o,"part","RankText"),I(r,"class","RankSec"),I(r,"part","Rank"),I(O,"class","RankInfo UserPrize"),I(O,"part","PrizeText"),I(R,"class",L=/*displayin*/t[5]+" PrizeSec"),I(R,"part","Prize"),I(n,"class",x=/*displayin*/t[5]+" casino-tournaments-rank"),I(n,"part",P=/*displayin*/t[5]+" casino-tournaments-rank")},m(e,l){y(e,n,l),g(n,r),M&&M.m(r,null),g(r,i),g(r,o),g(o,s),g(o,a),g(o,c),g(o,u),g(o,h),g(o,p),g(o,m),g(o,A),g(n,C),g(n,R),U&&U.m(R,null),g(R,S),g(R,O),g(O,k),
|
|
738
|
+
/*div2_binding*/t[12](n)},p(e,[t]){/*showicon*/"true"==e[4]?M?M.p(e,t):(M=_r(),M.c(),M.m(r,i)):M&&(M.d(1),M=null),/*rankprefix*/8&t&&H(s,/*rankprefix*/e[3]),/*overallrank, userrank*/3&t&&N!==(N=/*overallrank*/(0==e[1]?"-":/*userrank*/e[0]?/*userrank*/e[0]:"-")+"")&&H(a,N),/*overallrank*/2&t&&D!==(D=/*overallrank*/(0==e[1]?"-":/*overallrank*/e[1])+"")&&H(u,D),/*userRankChanged, isRankingUp*/384&t&&d!==(d="svg Arrow Up "+(/*userRankChanged*/e[7]&&/*isRankingUp*/e[8]?"Show":"Hidden"))&&I(p,"class",d),/*userRankChanged, isRankingUp*/384&t&&T!==(T="svg Arrow Down "+(/*userRankChanged*/e[7]&&!/*isRankingUp*/e[8]?"Show":"Hidden"))&&I(A,"class",T),/*showicon*/"true"==e[4]?U?U.p(e,t):(U=Gr(),U.c(),U.m(R,S)):U&&(U.d(1),U=null),/*prize*/4&t&&H(k,/*prize*/e[2]),/*displayin*/32&t&&L!==(L=/*displayin*/e[5]+" PrizeSec")&&I(R,"class",L),/*displayin*/32&t&&x!==(x=/*displayin*/e[5]+" casino-tournaments-rank")&&I(n,"class",x),/*displayin*/32&t&&P!==(P=/*displayin*/e[5]+" casino-tournaments-rank")&&I(n,"part",P)},i:e,o:e,d(e){e&&v(n),M&&M.d(),U&&U.d()
|
|
739
|
+
/*div2_binding*/,t[12](null)}}}function Qr(e,t,n){let r,i,o,s,a,l,{rankprefix:c="#"}=t,{showicon:u="true"}=t,{tournamentid:h=""}=t,{overallrank:p="0"}=t,{userrank:f="0"}=t,{prize:d="PrizeName"}=t,{displayin:g="row"}=t,{clientstyling:m=""}=t,{clientstylingurl:A=""}=t,y=!1,v=!0;const b=e=>{e.data&&e.data.type==`TournamentRankInfo_${h}`&&w(e.data.rankInfo)},w=e=>{let t=e=>{n(0,f=e.rank),n(1,p=e.overallRank),n(2,d=e.prize)};if(!l)return l=i,void t(e);// first place bet, do not show change flag
|
|
740
|
+
i&&(n(7,y=l!=e.rank),n(8,v=l>e.rank),o=(new Date).getTime(),//reset time1, make sure userrank change more than once during 5mins
|
|
741
|
+
a=setTimeout((()=>{s=(new Date).getTime(),(s-o)/1e3>4&&n(7,y=!1),l=i}),5e3),t(e))};return D((()=>(i=null==f?void 0:parseInt(f),l=i,n(0,f=null==f?"-":f),window.addEventListener("message",b,!0),()=>{window.removeEventListener("message",b),clearTimeout(a)}))),e.$$set=e=>{"rankprefix"in e&&n(3,c=e.rankprefix),"showicon"in e&&n(4,u=e.showicon),"tournamentid"in e&&n(9,h=e.tournamentid),"overallrank"in e&&n(1,p=e.overallrank),"userrank"in e&&n(0,f=e.userrank),"prize"in e&&n(2,d=e.prize),"displayin"in e&&n(5,g=e.displayin),"clientstyling"in e&&n(10,m=e.clientstyling),"clientstylingurl"in e&&n(11,A=e.clientstylingurl)},e.$$.update=()=>{/*customStylingContainer, clientstyling*/1088&e.$$.dirty&&r&&m&&(()=>{let e=document.createElement("style");e.innerHTML=m,r.appendChild(e)})(),/*customStylingContainer, clientstylingurl*/2112&e.$$.dirty&&r&&A&&(()=>{let e=new URL(A),t=document.createElement("style");fetch(e.href).then((e=>e.text())).then((e=>{t.innerHTML=e,setTimeout((()=>{r.appendChild(t)}),1),setTimeout((()=>{}),500)}))})(),/*userrank*/1&e.$$.dirty&&(i=parseInt(f))},[f,p,d,c,u,g,r,y,v,h,m,A,function(e){U[e?"unshift":"push"]((()=>{r=e,n(6,r)}))}]}
|
|
720
742
|
/* src/CasinoTournamentsSliderController.svelte generated by Svelte v3.48.0 */
|
|
721
|
-
function
|
|
722
|
-
// (
|
|
723
|
-
function
|
|
724
|
-
// (
|
|
725
|
-
function
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
// (
|
|
729
|
-
function
|
|
730
|
-
|
|
731
|
-
/*
|
|
732
|
-
/*
|
|
733
|
-
/*
|
|
734
|
-
/*
|
|
735
|
-
/*
|
|
743
|
+
function Fr(e,t,n){const r=e.slice();return r[64]=t[n],r[66]=n,r}
|
|
744
|
+
// (347:4) {#if (!tournamentList )}
|
|
745
|
+
function zr(e){let t,n,r,i,o,s,a,l,c,u=/*$_*/e[13]("tournamentsSlider.loading")+"";return{c(){var h,p,f,d;t=b("div"),n=b("div"),r=b("span"),i=E(u),o=B(),s=b("div"),a=b("casino-tournaments-rank"),l=B(),c=b("div"),I(r,"part","TournamentInfo_Name_link"),I(n,"part","TournamentInfo_Name"),I(n,"class","name"),C(a,"displayin","col"),C(a,"showicon","false"),C(a,"userrank","-"),C(a,"prize","-"),C(a,"overallrank","-"),C(a,"tournamentid",""),C(a,"clientstyling",/*clientstyling*/e[1]),C(a,"clientstylingurl",/*clientstylingurl*/e[2]),I(s,"part","TournamentInfo_Rank"),I(s,"class","rank"),I(c,"part","TournamentInfo_Points"),I(c,"class","circle"),I(t,"part","TournamentLoading"),I(t,"class","TournamentInfo SearchLoading"),h=t,p="height",null===(f="200px")?h.style.removeProperty(p):h.style.setProperty(p,f,d?"important":"")},m(e,u){y(e,t,u),g(t,n),g(n,r),g(r,i),g(t,o),g(t,s),g(s,a),g(t,l),g(t,c)},p(e,t){/*$_*/8192&t[0]&&u!==(u=/*$_*/e[13]("tournamentsSlider.loading")+"")&&H(i,u),/*clientstyling*/2&t[0]&&C(a,"clientstyling",/*clientstyling*/e[1]),/*clientstylingurl*/4&t[0]&&C(a,"clientstylingurl",/*clientstylingurl*/e[2])},d(e){e&&v(t)}}}
|
|
746
|
+
// (357:4) {#if (tournamentList && tournamentList.length > 0) }
|
|
747
|
+
function Jr(e){let t,n,r,i,o,s,a,l,c,u,h,p,f,d,m,A,w,R,S=/*currentTournament*/e[7].name+"",O=/*tournamentList*/e[4],k=[];for(let t=0;t<O.length;t+=1)k[t]=Xr(Fr(e,O,t));return{c(){t=b("div"),n=b("div"),r=b("span"),i=E(S),s=B(),a=b("div"),l=b("casino-tournaments-rank"),f=B(),d=b("div");for(let e=0;e<k.length;e+=1)k[e].c();I(r,"part","TournamentInfo_Name_link"),I(r,"class","TournamentNameLink"),I(r,"title",o=/*currentTournament*/e[7].name),I(n,"part","TournamentInfo_Name"),I(n,"class","name"),C(l,"displayin","col"),C(l,"showicon","false"),C(l,"userrank",c=/*currentTournament*/e[7].rank),C(l,"prize",u=/*currentTournament*/e[7].prize),C(l,"overallrank",h=/*currentTournament*/e[7].overallRank),C(l,"tournamentid",p=/*currentTournament*/e[7].id),C(l,"clientstyling",/*clientstyling*/e[1]),C(l,"clientstylingurl",/*clientstylingurl*/e[2]),I(a,"part","TournamentInfo_Rank"),I(a,"class","rank"),I(d,"part","TournamentInfo_Points"),I(d,"class","circle"),I(t,"part","TournamentInfo"),I(t,"class","TournamentInfo")},m(o,c){y(o,t,c),g(t,n),g(n,r),g(r,i),g(t,s),g(t,a),g(a,l),g(t,f),g(t,d);for(let e=0;e<k.length;e+=1)k[e].m(d,null);
|
|
748
|
+
/*div3_binding*/e[27](t),A=!0,w||(R=T(r,"click",/*click_handler_1*/e[26]),w=!0)},p(e,t){if((!A||/*currentTournament*/128&t[0])&&S!==(S=/*currentTournament*/e[7].name+"")&&H(i,S),(!A||/*currentTournament*/128&t[0]&&o!==(o=/*currentTournament*/e[7].name))&&I(r,"title",o),(!A||/*currentTournament*/128&t[0]&&c!==(c=/*currentTournament*/e[7].rank))&&C(l,"userrank",c),(!A||/*currentTournament*/128&t[0]&&u!==(u=/*currentTournament*/e[7].prize))&&C(l,"prize",u),(!A||/*currentTournament*/128&t[0]&&h!==(h=/*currentTournament*/e[7].overallRank))&&C(l,"overallrank",h),(!A||/*currentTournament*/128&t[0]&&p!==(p=/*currentTournament*/e[7].id))&&C(l,"tournamentid",p),(!A||/*clientstyling*/2&t[0])&&C(l,"clientstyling",/*clientstyling*/e[1]),(!A||/*clientstylingurl*/4&t[0])&&C(l,"clientstylingurl",/*clientstylingurl*/e[2]),/*currentTournamentIdx, tournamentList*/48&t[0]){let n;for(O=/*tournamentList*/e[4],n=0;n<O.length;n+=1){const r=Fr(e,O,n);k[n]?k[n].p(r,t):(k[n]=Xr(r),k[n].c(),k[n].m(d,null))}for(;n<k.length;n+=1)k[n].d(1);k.length=O.length}},i(e){A||(F((()=>{m||(m=te(t,oe,{delay:250,duration:300},!0)),m.run(1)})),A=!0)},o(e){m||(m=te(t,oe,{delay:250,duration:300},!1)),m.run(0),A=!1},d(n){n&&v(t),function(e,t){for(let n=0;n<e.length;n+=1)e[n]&&e[n].d(t)}(k,n),
|
|
749
|
+
/*div3_binding*/e[27](null),n&&m&&m.end(),w=!1,R()}}}
|
|
750
|
+
// (366:10) {#each tournamentList as item, idx}
|
|
751
|
+
function Xr(e){let t,n,r;return{c(){t=w("svg"),n=w("circle"),I(n,"cx","2.77888"),I(n,"cy","2.50837"),I(n,"r","2.28571"),I(n,"fill","currentColor"),I(n,"stroke","currentColor"),I(t,"class",r=/*currentTournamentIdx*/e[5]==/*idx*/e[66]?"active":""),I(t,"width","6"),I(t,"height","5"),I(t,"viewBox","0 0 6 5"),I(t,"fill","none"),I(t,"xmlns","http://www.w3.org/2000/svg")},m(e,r){y(e,t,r),g(t,n)},p(e,n){/*currentTournamentIdx*/32&n[0]&&r!==(r=/*currentTournamentIdx*/e[5]==/*idx*/e[66]?"active":"")&&I(t,"class",r)},d(e){e&&v(t)}}}
|
|
752
|
+
// (378:6) {#if isLast}
|
|
753
|
+
function Kr(e){let t,n;return{c(){t=w("svg"),n=w("path"),I(n,"fill-rule","evenodd"),I(n,"clip-rule","evenodd"),I(n,"d","M4.93488 5.75848L5.79688 4.89648L1.48689 0.586501L0.624894 1.4485L4.07278 4.89638L0.624326 8.34484L1.48632 9.20683L4.93478 5.75838L4.93488 5.75848Z"),I(t,"width","6"),I(t,"height","10"),I(t,"fill","currentColor"),I(t,"viewBox","0 0 6 10"),I(t,"xmlns","http://www.w3.org/2000/svg")},m(e,r){y(e,t,r),g(t,n)},d(e){e&&v(t)}}}function Zr(t){let n,r,o,s,a,l,c,u,h,p,f,d,m,A,E,C,H,S,O,k,L,x,P,N,D,M,U,_,G=!/*tournamentList*/t[4]&&zr(t),j=/*tournamentList*/t[4]&&/*tournamentList*/t[4].length>0&&Jr(t),Q=/*isLast*/t[9]&&Kr();return{c(){n=b("div"),r=b("div"),o=b("div"),s=w("svg"),a=w("path"),c=B(),G&&G.c(),u=B(),j&&j.c(),h=B(),p=b("div"),f=w("svg"),d=w("path"),m=B(),Q&&Q.c(),A=B(),E=b("section"),C=b("div"),H=w("svg"),S=w("rect"),O=w("defs"),k=w("pattern"),L=w("use"),x=w("image"),N=B(),D=b("div"),D.innerHTML='<svg width="6" height="10" viewBox="0 0 6 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.861997 5.75848L0 4.89648L4.30998 0.586501L5.17198 1.4485L1.7241 4.89638L5.17255 8.34484L4.31055 9.20683L0.862099 5.75838L0.861997 5.75848Z"></path></svg> \n <svg width="6" height="10" viewBox="0 0 6 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.861997 5.75848L0 4.89648L4.30998 0.586501L5.17198 1.4485L1.7241 4.89638L5.17255 8.34484L4.31055 9.20683L0.862099 5.75838L0.861997 5.75848Z"></path></svg>',this.c=e,I(a,"fill-rule","evenodd"),I(a,"clip-rule","evenodd"),I(a,"d","M0.861997 5.75848L0 4.89648L4.30998 0.586501L5.17198 1.4485L1.7241 4.89638L5.17255 8.34484L4.31055 9.20683L0.862099 5.75838L0.861997 5.75848Z"),I(s,"width","6"),I(s,"height","10"),I(s,"viewBox","0 0 6 10"),I(s,"fill","currentColor"),I(s,"xmlns","http://www.w3.org/2000/svg"),I(o,"part","Tournaments_ArrowLeft"),I(o,"class",l="ArrowLeft "+(/*isFirst*/t[8]?"Disabled":"")),I(d,"fill-rule","evenodd"),I(d,"clip-rule","evenodd"),I(d,"d","M4.93488 5.75848L5.79688 4.89648L1.48689 0.586501L0.624894 1.4485L4.07278 4.89638L0.624326 8.34484L1.48632 9.20683L4.93478 5.75838L4.93488 5.75848Z"),I(f,"width","6"),I(f,"height","10"),I(f,"fill","currentColor"),I(f,"viewBox","0 0 6 10"),I(f,"xmlns","http://www.w3.org/2000/svg"),I(p,"part","Tournaments_ArrowRight"),I(p,"class","ArrowRight"),I(r,"part","Tournaments"),I(r,"class","casino-tournaments-slider-controller"),I(S,"width",/*iconsize*/t[0]),I(S,"height",/*iconsize*/t[0]),I(S,"fill","url(#pattern0)"),R(L,"xlink:href","#image0_2606_356"),I(L,"transform","scale(0.00195312)"),I(k,"id","pattern0"),I(k,"patternContentUnits","objectBoundingBox"),I(k,"width","1"),I(k,"height","1"),I(x,"id","image0_2606_356"),I(x,"width","512"),I(x,"height","512"),R(x,"xlink:href",/*iconHref*/t[12]),I(H,"width",/*iconsize*/t[0]),I(H,"height",/*iconsize*/t[0]),I(H,"viewBox",P=`0 0 ${/*iconsize*/t[0]} ${/*iconsize*/t[0]}`),I(H,"fill","none"),I(H,"xmlns","http://www.w3.org/2000/svg"),I(H,"xmlns:xlink","http://www.w3.org/1999/xlink"),I(C,"class","svg"),I(C,"part","Icon"),I(D,"class","restoreButton"),I(D,"part","RestoreButton"),I(E,"id","animator"),I(E,"part","Animator")},m(e,i){y(e,n,i),g(n,r),g(r,o),g(o,s),g(s,a),g(r,c),G&&G.m(r,null),g(r,u),j&&j.m(r,null),g(r,h),g(r,p),g(p,f),g(f,d),g(p,m),Q&&Q.m(p,null)
|
|
754
|
+
/*div2_binding*/,t[29](r),g(n,A),g(n,E),g(E,C),g(C,H),g(H,S),g(H,O),g(O,k),g(k,L),g(O,x),g(E,N),g(E,D),
|
|
755
|
+
/*section_binding*/t[30](E),
|
|
756
|
+
/*div5_binding*/t[32](n),M=!0,U||(_=[T(o,"click",/*click_handler*/t[25]),T(p,"click",/*click_handler_2*/t[28]),T(E,"click",/*click_handler_3*/t[31])],U=!0)},p(e,t){(!M||/*isFirst*/256&t[0]&&l!==(l="ArrowLeft "+(/*isFirst*/e[8]?"Disabled":"")))&&I(o,"class",l),/*tournamentList*/e[4]?G&&(G.d(1),G=null):G?G.p(e,t):(G=zr(e),G.c(),G.m(r,u)),/*tournamentList*/e[4]&&/*tournamentList*/e[4].length>0?j?(j.p(e,t),/*tournamentList*/16&t[0]&&W(j,1)):(j=Jr(e),j.c(),W(j,1),j.m(r,h)):j&&(q={r:0,c:[],p:q},$(j,1,1,(()=>{j=null})),q.r||i(q.c),q=q.p),/*isLast*/e[9]?Q||(Q=Kr(),Q.c(),Q.m(p,null)):Q&&(Q.d(1),Q=null),(!M||/*iconsize*/1&t[0])&&I(S,"width",/*iconsize*/e[0]),(!M||/*iconsize*/1&t[0])&&I(S,"height",/*iconsize*/e[0]),(!M||/*iconHref*/4096&t[0])&&R(x,"xlink:href",/*iconHref*/e[12]),(!M||/*iconsize*/1&t[0])&&I(H,"width",/*iconsize*/e[0]),(!M||/*iconsize*/1&t[0])&&I(H,"height",/*iconsize*/e[0]),(!M||/*iconsize*/1&t[0]&&P!==(P=`0 0 ${/*iconsize*/e[0]} ${/*iconsize*/e[0]}`))&&I(H,"viewBox",P)},i(e){M||(W(j),M=!0)},o(e){$(j),M=!1},d(e){e&&v(n),G&&G.d(),j&&j.d(),Q&&Q.d()
|
|
757
|
+
/*div2_binding*/,t[29](null),
|
|
758
|
+
/*section_binding*/t[30](null),
|
|
759
|
+
/*div5_binding*/t[32](null),U=!1,i(_)}}}!customElements.get("casino-tournaments-rank")&&customElements.define("casino-tournaments-rank",class extends ie{constructor(e){super(),this.shadowRoot.innerHTML="<style>.row{display:flex}.row .RankSec,.row .PrizeSec{width:49%}.col{display:inline-block}.RankSec,.PrizeSec{background-color:#c4c4c4;display:flex;padding:5px;margin:5px}.RankSec span,.PrizeSec span{text-align:center}.casino-tournaments-rank{background:transparent;min-height:22px;width:100%}.Icon{width:22px;height:22px;display:flex;border-right:2px solid;margin-right:5px;padding-right:3px}.RankInfo{vertical-align:middle;line-height:22px;font-weight:bold;padding-left:5px;padding-right:10px}.svg.Arrow.Up,.svg.Arrow.Down{position:absolute;width:15px;height:15px;vertical-align:bottom;padding-left:3px;display:none;padding:3px;padding:3px}.svg.Arrow.Up.Show,.svg.Arrow.Down.Show{display:inline-flex}.svg.Arrow.Up.Hidden,.svg.Arrow.Down.Hidden{display:none}.svg.Arrow.Up,.svg.Arrow.Down{animation-name:twinkle;animation-duration:1s;animation-iteration-count:infinite}@keyframes twinkle{0%{opacity:0}25%{opacity:1}100%{opacity:0}}</style>",re(this,{target:this.shadowRoot,props:S(this.attributes),customElement:!0},Qr,jr,s,{rankprefix:3,showicon:4,tournamentid:9,overallrank:1,userrank:0,prize:2,displayin:5,clientstyling:10,clientstylingurl:11},null),e&&(e.target&&y(e.target,this,e.anchor),e.props&&(this.$set(e.props),K()))}static get observedAttributes(){return["rankprefix","showicon","tournamentid","overallrank","userrank","prize","displayin","clientstyling","clientstylingurl"]}get rankprefix(){return this.$$.ctx[3]}set rankprefix(e){this.$$set({rankprefix:e}),K()}get showicon(){return this.$$.ctx[4]}set showicon(e){this.$$set({showicon:e}),K()}get tournamentid(){return this.$$.ctx[9]}set tournamentid(e){this.$$set({tournamentid:e}),K()}get overallrank(){return this.$$.ctx[1]}set overallrank(e){this.$$set({overallrank:e}),K()}get userrank(){return this.$$.ctx[0]}set userrank(e){this.$$set({userrank:e}),K()}get prize(){return this.$$.ctx[2]}set prize(e){this.$$set({prize:e}),K()}get displayin(){return this.$$.ctx[5]}set displayin(e){this.$$set({displayin:e}),K()}get clientstyling(){return this.$$.ctx[10]}set clientstyling(e){this.$$set({clientstyling:e}),K()}get clientstylingurl(){return this.$$.ctx[11]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),K()}});function Vr(e,t,n){let r,i;var o,s;o=Nr,s=e=>n(13,i=e),e.$$.on_destroy.push(c(o,s));let a,l,u,h,p,f,d,{session:g=""}=t,{endpoint:m=""}=t,{lang:A="en"}=t,{tournamentsshownnumber:y=5}=t,{looptime:v="5"}=t,{iconsize:b="9"}=t,{icon:w=""}=t,{clientstyling:E=""}=t,{clientstylingurl:B=""}=t,{translationurl:T=""}=t,I=[],C=0,R=!0,H=!1,S=null,O=null,k=!1;!function({withLocale:e,translations:t}){Br.subscribe((n=>{null==n&&(or.set(t),Br.set(e))}));// maybe we will need this to make sure that the i18n is set up only once
|
|
736
760
|
/*dictionary.set(translations);
|
|
737
|
-
locale.set(_locale);*/}({withLocale:"en",translations:{}});Object.keys(An).forEach((e=>{mn(e,An[e])}));const x=e=>{e.data&&"TournamentList"==e.data.type&&r(4,I=e.data.tournamentList)},P=()=>{var e;e=m,rn.set(e)},N=()=>{clearInterval(p),p=setInterval((()=>{L||0!==I.length&&r(5,H=(H+1)%I.length)}),1e3*Number(y))},D=e=>{N(),e>0&&S&&_(),e>0&&S||e<0&&R||r(5,H+=e)},M=e=>setTimeout((()=>e()),1e3),U={icon:{init(){r(10,f.style.transition="all 1s ease-in-out",f)},show(){r(10,f.style.display="flex",f),M((()=>r(10,f.style.opacity="1",f)))},hide(){r(10,f.style.display="none",f),r(10,f.style.opacity="0",f)}},slider:{init(){r(6,h.style.transition="all 1s ease-in-out",h)},show(){r(6,h.style.opacity="1",h),r(6,h.style.transform=null,h),document.querySelector("body").style["overflow-x"]="hidden"},hide(){this.init(),r(6,h.style.opacity="0",h),r(6,h.style.transform=`translateX(${h.clientWidth+20}px)`,h),M((()=>document.querySelector("body").setAttribute("style",null)))}}},G=()=>{U.slider.show(),U.icon.hide(),L=!1},_=()=>{U.slider.hide(),U.icon.show(),L=!0},Q=e=>({id:e.tournament.id,name:e.tournament.nameOrTitle,rank:e.leaderBoard?e.leaderBoard.rank:"-",overallRank:e.endRank,prize:e.leaderBoard&&e.leaderBoard.prizeName?e.leaderBoard.prizeName:"-"}),j=e=>{window.postMessage({type:"MyTournamentFromNavClicked",tournamentid:e,showLeaderboard:!0},window.location.href)},F=e=>{if(e.data)try{let t=e.data,n=JSON.parse(t),i=[];if("PlayerLeaderBoardsUpdate"==n.messageType&&n.items&&(n.items.forEach(((e,t)=>{let r=Q(e);l&&l.id==r.id&&l.rank!=r.rank&&window.postMessage({type:`TournamentRankInfo_${r.id}}`,rankInfo:{rank:r.rank,overallRank:r.overallRank,prize:r.prize}}),i.push(r)})),r(4,I=i),H>=n.items.length&&r(5,H=n.items.length-1),r(7,l=i[H])),"PlayerLeaderBoardUpdate"==n.messageType&&n.item){let e=Q(n.item),t=I.findIndex((t=>t.id==e.id));H==t&&window.postMessage({type:`TournamentRankInfo_${e.id}}`,rankInfo:{rank:e.rank,overallRank:e.overallRank,prize:e.prize}}),r(4,I[t]=e,I)}}catch(e){console.log(e)}},z=e=>{const t=(e=>e.touches||e.originalEvent.touches)(e)[0];k=t.clientX,O=t.clientY},J=e=>{if(!k||!O)return;let t=e.touches[0].clientX,r=e.touches[0].clientY,n=k-t,i=O-r;Math.abs(n)>Math.abs(i)&&D(n>0?1:-1),k=null,O=null},X=()=>{if(!g)return;let e=new URL(`${g}/tournaments/leaderboard/player/updates`);var t,r,n;t=e.searchParams,r=0,n=A,t.append("pagination",`offset=${r},limit=${n}`),t.append("sortField","StartTime"),t.append("sortOrder","desc"),t.append("fields","id,nameOrTitle,state"),t.append("language",m),t.append("filter","state=Running"),u=new yn.EventSourcePolyfill(e.href,{headers:{accept:"text/event-stream","X-SessionId":d}}),void 0!==u&&u.addEventListener("message",F)};T((()=>(X(),window.addEventListener("message",x,!1),N(),()=>{clearInterval(p),window.removeEventListener("message",x),u&&u.removeEventListener("message",F),h.removeEventListener("touchstart",z),h.removeEventListener("touchmove",J)})));return e.$$set=e=>{"session"in e&&r(16,d=e.session),"endpoint"in e&&r(17,g=e.endpoint),"lang"in e&&r(18,m=e.lang),"tournamentsshownnumber"in e&&r(19,A=e.tournamentsshownnumber),"looptime"in e&&r(20,y=e.looptime),"iconsize"in e&&r(0,v=e.iconsize),"icon"in e&&r(21,b=e.icon),"clientstyling"in e&&r(1,E=e.clientstyling),"clientstylingurl"in e&&r(2,w=e.clientstylingurl),"translationurl"in e&&r(22,B=e.translationurl)},e.$$.update=()=>{/*customStylingContainer, clientstyling*/10&e.$$.dirty[0]&&a&&E&&(()=>{let e=document.createElement("style");e.innerHTML=E,a.appendChild(e)})(),/*customStylingContainer, clientstylingurl*/12&e.$$.dirty[0]&&a&&w&&(()=>{let e=new URL(w),t=document.createElement("style");fetch(e.href).then((e=>e.text())).then((e=>{t.innerHTML=e,setTimeout((()=>{a.appendChild(t)}),1),setTimeout((()=>{}),500)}))})(),/*icon*/2097152&e.$$.dirty[0]&&r(11,n=b||"\n data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAACAASURBVHic7d13uF1Vnf/x93fvc25PIYAQmorYCCTBUBVSqJbBNlZ0sI3+1BkLguKMo8Yyo0IAxdFnnLGPZewgKlLTIIQSQxK6SE8hJJB+29l7/f64QQMkN7fsc7577/N5PQ+PSu7d6wMmd3/OWmuvbUimwtxJXcTxywmcDkwFDgTGA+abTGQnbr8Dkpp3CpFniuNApdJDS8sqqtXfkFTPtzMfXesdq0x0U8pImDv5AKLwObAzgDbvPCJDogIgRWEGXV330NF6hr1p3RLvOGWgAjBKYe7MCvHjnyNwFtDunUdkWFQApGiiCMZ0LSSZcKq964Ee7zhFFnkHKLKwaNIEosf/SOBf0c1fRKT+0hQ2bjqB2to14Zf7vcg7TpGpAIxQuPqwfeiPFwMneWcREWk6PdvGsX7dsvDDfQ7zjlJUKgAjEG6f1EI1+jnwfO8sIiJNq6+vhb6Ni8KPJoz1jlJEKgAj8Vj8DWC6dwwRkabX3TOGWv8N3jGKSAVgmMK8qUdhvMc7h4iIbLd586HhJ3u+3TtG0agADJelX0JPT4iI5Mu27q97RygaFYBhCAsPn4Y2/YmI5E/3tvHhJ3u91TtGkagADEdqr/OOICIiu9Df/37vCEWiAjAcgdd6RxARkV3o6TnaO0KRqAAMUVh8zFiMSd45RERkF/p628Klz9rHO0ZRqAAMVXfvwd4RRERkN7qDHtEeIhWAoRvvHUBERHYjpBO9IxSFCoCIiEgTUgEYug3eAUREZDfiaJV3hKJQARiqavdfgOAdQ0REBtFqC70jFIUKwBDZ8XdvBm7zziEiIrvQ2tptr1n7qHeMolABGI4QLvGOICIiu9DWdpN3hCJRARiOmEu9I4iIyC5Uqt/yjlAkKgDDYCesWIJxtXcOERF5mo6O9XbGup96xygSFYDhsuQcIPWOISIiOxjT8WHvCEWjAjBMdsLty8C+7Z1DRES2GzPmdnvTup94xygaFYCR6Kz8MzDfO4aISNNrb9tMpfpS7xhFpAIwAnbkkn760zcD93hnERFpWq0tfew1/lh7++ObvKMUkQrACNnJtz1KFI7VpkAREQcdHesZv8eL7LVr7vCOUlQqAKNgJ6x4gmTCKwjhC8A27zwiIqVnEYwbN58xz93P3vTo/d5xisy8A5RFuGbK/sRhNsbbgHbvPCJDcvsdkNS8U4jsXhRBZ+dddLWdYW94bKl3nDJQAchYuGJyJ212GoHTsTAVOIiBVwlrtkXyRwVA8qoSB+JKDy0tK2lt+RVdrXPs9FXrvGOViQpAjoWHT5pMHC3zziEldt9aSPSOK6mDsZ1fsyNu+Kh3DNk1fSrNswNOuA3Q7lYRKSD7sXcCGZwKQI6ZzU4hLPHOISIyLNW4345YdLN3DBmcCkDu2XLvBCIiw1KJV3tHkN1TAci/u7wDiIgMS2w6JK0AVAByz3TIhYgUS4Sm/wtABSDv0uR27wgiIsNSja7yjiC7pwKQc3bANesBPfsqIsVgBpPaF3rHkN1TASiGB70DiIgMSSXuMZun06UKQAWgEMLD3glERIakEm3wjiBDowJQCPaQdwIRkSGJ7VHvCDI0KgBFYKgAiEgxWKQly4JQASgGFQARKYYYnQFQECoARWBaAhCRggjo9NKCUAEoglgFQEQKorV6o3cEGRoVgCLY64o1QK93DBGRQZlhL75OSwAFoQJQAGYEsEe8c4iIDKoS6YNKgagAFEaqZQARybdKtMk7ggydCkBhaB+AiORd9Jh3Ahk6FYDiWOkdQERkULHp1NICqXgH2J0wd2aF6PHpwAmEcAjGHpi1eudquMe3HsSETu8UIiK79siGw8I5cbO+CbAXeALCvUTRAjpqC202uX4ngnkH2JWw4IhDCckngNOBCd553HW1wcRx3imkbO5bC0nwTiFlcd96uH2Nd4q8eBy4jCj5ip3Hnd5hdiZ3BSDMnbQvFn8B411A7J0nNzpaYP89vFNI2agASJaWrYKHnvBOkTc14Hv0J5+2r5Gr9yTkag9AmD/lCKL4Jox/RDf/p6ql3glERAa3ods7QR5VgPdSjf8UPlE92jvMjnJTAMKCyW+AsAg40DtLLiWJdwIRkV0zYIuOARjEfqTpvHB2/AbvIE/KRQEI8w97KYEfAW3eWXIrCaCZWhHJKzNI9UNqN9oxfhI+XpnhHQRyUADCNUc8G6LfAM23s3+4Ei0DiEhOWe62lOVVFcLPwrkc5B3EvQBQSb4GPMs7RiGoAIhIXunT/9AF9iGJL/KO4VoAwsLJxwCv9sxQKCoAIpJXNRWAYXp9+HjlZZ4BfGcAUvsCOXwUMbf0JICI5FVNG5WHLYTPeA7vVgDC1S/aE8Isr/ELSTMAIpJXvf3eCYropHA2e3kN7jcD0FI9nQIcRZwrehRQRPJqmwrACMRE8Su9BndcArAT/cYuKJ3YJiJ5tbXPO0ExBU7yGtqvAARe6DZ2UWkGQETySocAjZTbvdBzE6DbukdhaQZARPJqY493gqJqwj0AhHa/sQsq1SZAEckj0wzAyLm9593/ICAZOj0GKCJ5FJueUiogz02AWtAerlTvAxARKZma18CeMwBu/9CFppYtInkT9MlkxEIzFgBDMwAjoQIgInmjH0sjZ81YAFLNAIyIngQQkbzRB5NRMLcTlLQEUDR6EkBE8kYblEchdZsN99wEqAIwEmraIpI3ffpxPgpNuARgQadGjIQKgIjkTY/eAzByts1rZM8lgC2OYxeX9gCISN50awZgFNzuhZ4FYKvj2MXlt1wkIrJz2/QioFFwuxdqBqBoNAMgInmzRQVgFJpxBsBUAEZCewBEJG+2aEvXiFkzzgAELQGMiAqAiOSJAVs1AzBy1oQFwMJGt7GLTOcAiEieRNHAe0pkZNJ0g9fQFa+BsbCeYB7jziPh3xs/cEbSAITLwfz+vxMReZJZP9grvWOMXvg0ML3hw0asb/iY2/ndRFJbj8P9H8BmrbjaZ+RshFUT10HY1zuHiAiVaKvNqRX6ZypAOCf+rMvAqT3mMi6uSwDm03qC7e8ybqbCOu8EIiLblWU/l8+9IXa6F+JZAKLU6x+6BAXAb8pIROQp4qjw+7nCwFbGiS6D90duH+j8CkAt9rqJdYS5U8c7jZ0R0wyAiOTFE94BRu1f2Atocxm72teEMwB9qdu6B7Ht5zZ2JrQEICI5EZfgA0lv1eueEOig+WYA7LTlWwGfqaO0v+jLAFoCEJF8CLbGO8KoRekBTiM/ZrNxO0TB8yhgIKx0GTYq/EZAFQARyYcIn5/jWQpee8Oc7oHbOReAyOcfPi34EoBpCUBEcsLsIe8Io+b1oTBYExcASx/xGbfwTwJoBkBE8sGi+70jjF7w+VAYscpl3L8O7yk4zQAYB7uMmxXze2xEROQpKvGfvSOMWuAQl3HTpl4CwGcGAF7sNG42rKYCICL+zLBDF672jpGBF7mMGpnXPXBgeM/BCcl9PuNyUJg7qctl7CxUWv0eoZTy6Omn/0999F7bQ9/NvSQP1rwTSdHEUeIdYbTCRxkPOB2tbn/xGXeA7wtlEu5zSmDE8QuAP7mMPkq25+WbwqpTuoF27yxSMP0JLH0YblsNG7pZ/40Xknb/7fyTqCOh5eA+2k8MtL2yHWt3emGHFENkxX8PcLUyieD0NkOrNXEBiPZ6EB7vB6oNHzuEF1PQArDdWuDZ3iGkQP78GMz7M2zu2eWXpNtiem5rp+c2iL9bo+sNfXSe2Q6xioDsRGTd3hFGLQ0vdnoxXS8dTbwJ0GbNqwEPO41e7H0AAwVAZPc2bINf3wqXrRj05v90yZYKG7/fwfr39ZI+VviZXqkHizZ5Rxg187oX2H02m9Rn7AHemwDB8NkHUPSNgCoAsju1FG64H35wEzzw+Igv03tvG+s+mJBuVAmQp4kY+W+s3Ag+94IQXKf/IQ8FIHCv08jFLgCmAiCDuG89/PDGgQKQjP5DRm1tC5u+2JtBMCkV83uXfYa8ngBQASBwp9PIh4RbpjV+70F2VADkmTb1wG9XwCXLYEO2y7Pbbmknua8/02tKwVmxjwEOs+nAay9VGu5wGXcHvpsAASJux2cDZpWe2guA211GH62gAiA7SAIsewQW3Qd9dZqqT43e6/rpOLjIvVkyFVPsY4A3V1+MpU4fhE0FAKp3gNOnijQ9iqIWAM0AyJMeegKuuQee2Fr3oWpOW3Ylp4J57eHKSHIMTo8AkNbcC4D7EoBNX7IanDaSBDvGZdxsqAA0uy298Mc74FdLG3LzB0BnBcmOzO7xjjAq5nYPWG0X+W+gzMEMAAB3Ai9zGPdYhzGzkUaPErk+QSJe0gC3PjKwwa9Xd2RxlPbc7R1hdOwYPNagDfdP/5CDGYAB4TangQ8LV0zudBp7dFo1A9CUVm6EH900cKCPbv7iKbZgR9y6wTvGSIVPsgeEF7gMnuajAORjBsCiW52OYqzQFqYBCzwGH5W9eh9jdTUlNyVO6qqnH254YOCTv9expSI7iqJiPxLSHx+LeW0AYInTuE+Rj5tHan7/MvzWgEbFbF4NeMI7h9RZCHDHGvje4oEz/HXzl7yIbOjHSuaR58/+NM7FMfT5mAHYtmU5nR1O7wSgkAVgu7XAnt4hpE7Wboar7oJHN3snEXkms4L/xgxeP/t72Np3l9PYT5GLGQB75b29BLdnIo9zGjcLj3oHkDpZ8hD89Bbd/CW/4qiwM5Bh4Nm/o52GX2b/7fXs+1PlogAAEKVeUyL7hbmTD3Aae3R0GFA53fwgzL934HAfkbyKWOcdYcQ+xvOBCS5jG0tdxt2J/BQAz1fzRmGG29ijEZlmAMrm4SfguoKfrSLNYo13gBGzeKbb2Gk+NgBCngqAcYPj4Kf4jT0KaSj0OdzyNAGYe482+kkxWFTccyGNU/0GTxb5jf1U+SkAtT2XAVucRj8tBLfHQUau4C/ikKd55AlY16AT/URG7wHvACMR3kgMzHIafgNjyMUGQMhRAbBZ82rAzU7D78uCww9zGnvkLFIBKJP71nsnEBm6OPY6wG10nl05Gq/1f1hks8nNEa65KQDbOU6N2Gl+Y49QUlMBKJMntnknEBm6bcmt3hFGJvWb/g/Bcan7mXJWAIJjAQjF2wdQiVUAymRzsc9VkSYSW2rH3rjJO8bIOO75sig36/+QtwIQcQN4TY/Y9LDouHafsUfG9r1yK7DRO4dkpKbNf1IQcdzrHWEkwrmMA7fD32psq93kNPZO5aoA2AkrngCWOQ3fRv+2E5zGHg3NApRFez4O5hTZrciK+ek/iU/E7wTcm+2bbhvddypXBWC7a/2GDo6PhoyYCkBZTCjmiymlCcVRUXesOk7/2zVuY+9CDgtAcCwAvMpx7JEJKgClccB47wQiQxNZ4Q4B2n787ysdA8x1G3sX8lcA4r6F4HZO8ovCdVMmOY09MmYqAGVxyF7QomUAKYQHvAMM2znVo4FnO43eQ1LL1RMAkMMCYMffvRm4xS1AEt7oNvZIWKoCUBYtFZg0ceTfHxXvLCspqDi+1zvCsJnjz3bjeruIbrfxdyF3BWCA51pJwQpAqhmAUnnpc6CzZXjfExm85EA4/nl1iSTyDOb29tYRCWCk4e/9AoTcrf9DXguA2R8dBz+0UMsAWgIol9YqvHoyVOOhff2zuuAt02Dm86FliN8jMlpW8Xt520icUz0a4zlu46fxH9zGHkQ+C8Ca5y8G/HaZFmkZoNKnAlA2E8fCa6dAV+uuv6a1Aie+AM44CvYd27hsImbY4QuK9SIgz+l/WM2F/csdx9+lXBYAe9MvEowrHSO82XHs4dl75lr8Nk1KvRw4Hs48Gl76XNizE+IIKjHs3QXHPhfefRxMPUDr/tJ4lajPO8JwBDBCeINjhN/ZwLs+cye/W45TuxwLb3Ua/UVhwRGH2vSluV/nMpudhlWnrAEO9M4iGWurDtzsj33uwCuCTTd7yYHIivXKyo9Vj4HUa/c/wOWOYw8qlzMAAITK5bgdCwyEpDjLADoLoPx085e8iKPHvSMMS+Q6/d9PnHiebTOo3BYAm7VkHXCjY4TiLAMYj3hHEJEmEUVrvSMMVZhN5Pxk13z7Sn7f15LbAgCA8RvH0V8c5h/2Usfxh+NB7wAi0iQiirMBcHN8Gp7LoyH8ym3sIch3AQj80nV8s390HX+oQlABEJHGsOh+7whDZnj+DE9J0ksdx9+tXBcAm7H8fuBWtwDB3hLmTi3AAe3RA94JRKRJRJbLR9qeLnyEfYDTHSMssq+y2nH83cp1AQDA7NeOo7cTh7c4jj80aaIZABFpDDPPvVlDV43eCVTdxg/B8941JPkvABG+/xJT3u86/lC0dRZnSk5EiiuyYIcv+ot3jN0ZePNf9B7XEJZe4jr+EOS+ANjxy26H4Pc8voUpYcHkl7iNPwS29283A8V6NEdEiieOe70jDMk5lRkQnu82fuAmm0PuP5jlvgBs91Pn8QuwGTA84J1AREquEm3wjjA04b3O4//Ed/yhKUYBqFX+F8+jFANnhCsmd7qNPyT2gHcCESm5yNZ4R9id8FHGA69zjJASp79wHH/IClEA7KSlD4Ld4BhhHO14HUs8VA94BxCRkost/xuOK9G7gXa38Y1r7DxWuY0/DIUoAABY6rsMkHJOCDn+92Xc5x1BRErOoru8IwwmvI8q2EecYxRi+h+KVACo/AyouQ1vvJD5k1/lNv7uhDT3O3NFpOjipd4JBjUmfhNwkGOCHnqS3D/+96TCFACbvvQxvN+qZJzjOv5g4vBn7wgiUnJpWOwdYVAWznZO8Gv7OpucMwxZYQoAABa+45xgepg7+VjnDDv3rPRBoN87hoiUVGypvWRRbvcAhI9XTgU7wjeFed+jhqVYBSDZ8/cQfI9WNLwb5k6ZzatheimQiNRJpbLVO8KgQvi4c4L76arNc84wLIUqADZrXg2iH/qG4HVh7qRDXDPsSrB7vSOISEnF9ph3hF0J57RMBk5yTvEdm03qm2F4ClUAAIj4Lp5nAkBMFJ/lOP6uWVABEJH6iO0h7wi7lpwLmGOAlDT1/XA6AoUrAHbCsnuAhc4x3hnmTtvLOcMzBVQARKQ+zO70jrAz4VwOAt7oHONyu5CHnTMMW+EKwAD7pnOADqz/Y84ZnkkzACJSL5X4Fu8IO5XEn8TzrX8Ahvc9aUSKWQA6K78GVrpmMD4c5k7a1zXD0yV6FFBE6iRigXeEpwuf5DmA71v/4C90Jn90zjAihSwAduSSfuDbzjE6ieJ/cc7wVPsn9wF93jFEpGQiCzbphvzNMNbizwMtviHCN4u2+e9JhSwAAFj1W/g/9/7+MH/yc50z/JXZvBpoH4CIZKwabfOO8HTh3JZJwBnOMbaRpN93zjBihS0ANn3JasD7yMUWCP/mnOHpcn1Wt4gUUBw/6h3hGZLkC0DsnOLHdhGPO2cYscIWgAHpxd4JwM4M101+oXeKHagAiEi2oihXM4vh7OpRwGu9Y0D8n84ZRqXQBcBm3LYIbJFzjAoJn3POsCMVABHJVmx/8o7wFJZ+Ed/n/gGusDl9y50zjEqhCwAAgTneEYA3hflTnM+g3s5SFQARyVY1mu8d4Unh45UTgFO9c4Cd751gtIpfAGYsuxTwfvzNsPAfzhkGxMmd+J6UKCJls0dfLh4BDGCE8BXvHBCW2pzatd4pRqvwBcCMFLMLvXMQeHlYOOXvvGPYs+ZtwfuMBBEpj2rca/stycdTAGfHbweO845BKP6nfyhBAQCg0vEDYK13DEL4apj7nDbvGGBaBhCRbMTROu8IAOFDjMXIwad/HmRM8gvvEFkoRQGwl97QjfFV7xwEnkc0NgevCw63eycQkZKoVO73jgBAa+WzwETvGIRwns2m5h0jC6UoAAAkydeBPDTVT4W5U5/jmiDYCtfxRaQ8IpZ5RwhncyiED3nnAFaTpt/zDpGV0hQAm3X7FsxycC4A7cThPNcEUVLoR1NEJEeicL13BCy+EO8X/gAQvmwX0e2dIiulKQAA9FYuBp7wjkEIbwwLppzmNn5t221A4ja+iJSDAd32e88I4Zz4TYDfz9MnGY+SpP/jHSNLpSoAdsqSjVj4uncOAEJ6YbhlmktjtQNv6Aa9GlhERqla6bFjb9zkNXyYTQfgO6P6pDScX6ZP/1CyAgCwfTPgBu8YYIeypea4ZmVaBhCR0anGa1zH31L5N+DZrhkGrMHS//IOkbXSFQA7YcUTBPLxjKaFL4S5kw7xGRttBBSR0TG722vo8LHqFAjneI3/FCF8weaw1TtG1kpXAADo5WuAb3Md0EEUfz8Eh3/PadAMgIiMToUbPIYN76NKlHyXPGz8CzzAmPTb3jHqoZQFwE5bvhUL/+6dY7uXsfDwDzZ81DhSARCR0anZ71zGHVf5DNhLXMZ+pn+z2fR5h6iHUhYAADpavgXc5x0DgGBfafhSwD5XPgC4bd4RkYKLomDTblzS6GHDx6tTCeHcRo+7UxZWMCb5qXeMeiltAbAjl/QTbLZ3ju06iOLvNHIpwIwALG3UeCJSMi1RwzdTh9m0QPJD8jD1DxDsUzab1DtGvZS2AAAwY9mPIdzsHWO76cyf8k8NHrPh7V1ESqISP9TwMbdUPkOwwxs+7s4E5tqc5DLvGPVU6gJgRgrho+Tl9bgWvhzmT31+w8YL3NKwsUSkXCJr6Ien8LHqERA+0cgxB5ESRfl4AqGOSl0AAGzGbYuA33jn2K4D0m83bCkgVQEQkRGKKw3bABg+RCtRjqb+je/a+f1/8o5Rb6UvAABE4eNAr3eM7aazcMqnGjLSAVfdSy4ORRKRQjGDeP/LGzZeS3wB2GENG29wm+lPPuMdohGaogDYCSvuA/JxRDBACJ8Nc6fOrPcwZgQCpW+xIpKx1nijTfpFQx59C2fHb8Bo9P6oQYQv2VdZ7Z2iEZqiAAAQ934eWOUdY7uYKP2/MHfSvnUfKdIygIgMUxz/pRHDhI/zPIw8HbJzL13pRd4hGqVpCoAdf/fmHG0wAdiHKP5J+Pkb4/oOE/QkgIgMT2w31nuI8CFaCfHPgHH1HmvIjI/YbHq8YzRK0xQAAJux4sfAtd45djCLfe7+ZF1H0AyAiAxXpXJJ3cdoiS8AptV9nKH7pZ2f/ME7RCM1VQEAwOIPAf3eMXbw+bBg8kl1u/qzrr4fWFe364tIucQWOKylrh+U8rfuzzZCUvrH/p6u6QqATV96B4GveufYQUTgx/XaD2BGwHxe6CEiBVSJN5jNq9Xr8jlc9wfCbLuAB71TNFrTFQAAQvJ54AHvGDvYhyj6Qd32A4SwqC7XFZHyqVbuqdelw1m0E6Kfk6d1f8JyNqV5+lDYME1ZAGzW7VuA95CXEwIBsFPZ5+459bl2pAIgIkNTia6ux2UDGJX4Ozl6yx9AQhS/x/47V8vCDdOUBQDAZiy/FuNH3jme5qNhwZT3Z37VZPPNUM7XWYpIxqytPj8Xz6l8lsBb63LtEbOL7Lz+pt0o3bQFAIC+vrOAR71jPEUIF2e9KdAOvKEbvRlQRHanGvfZ5Hl3ZX3ZcHb8Bgj5Ol0v8ADUZnvH8NTUBcBOvms92Ee8czxNlcDPw8IpL8j2stoHICK70RJlvhEunF2dhvEDwLK+9igEsPfZHLZ6B/HU1AUAwGYs+xlwqXeOp5lAEn4b5k4dn+E1r8/wWiJSRlE10w8K4RMcgKWXAR1ZXjcD37YLald5h/DW9AUAAIvfS96WAowXEoWfh7kzK5lcLw7XZXIdESmvavqLrC4VzqKdNP41MDGra2bkfqLkbO8QeaACANj0pY8R7APeOZ4pnEL0+NeyuJLtc82jwP1ZXEtESiiywGEdV2RxqTCbiDj+EXBUFtfLUIrZO+w8NnsHyQMVgO1s5rLfAD/wzrETHwzzJv9rRtdakNF1RKRsWiprMzsAaGtlDvD6TK6VKTvfzq8t9E6RFyoAO+qrfgTL4WlQxr+HBZM/OvrrhDy9B0FE8qQSL8viMuHsyr8TwllZXCtbdgddzb3r/+lUAHZgpyzZSGrvAlLvLM8QuCDMP/yMUV2jll6TURoRKZtq9MvRXiJ8PDoHC1nNWGapB6K3NtOb/oZCBeBpbOayucCXvHPsRAT2/bBwyt+N9AJ24LUrgT9nmElEyiCywF79Px7NJcLZ8TsIdl5WkTJl4Ryb07fcO0beqADsTDphNvl8bK5KGn4eFhw+YxTX0DKAiDxVS/yY7bdk20i/PZwTv277C37y9Kz/k37P+ek3vUPkkQrATtiseTVI3wo87p1lJ9oJ/DYsPHxk79EONjfjPCJSdNXq4pF+azincjLwUyCbR5az9QjV5B2Wq/e+5IcKwC7YjNsexnifd46ds7GkdnmYe/iLhv2tMXPRHwYR2VFU+clIvi2cXTkewqVAa8aJspBgdoZ9ifXeQfJKBWAQNn35r8C+4Z1jF/Ym4tqw4IhDh/NNtu+Va4Hb6pRJRIomjgJTqr8a7reFsyvTsfAH8nfK33bhs3rkb3AqALvTWTmLfO4HAGwiIVkY5k0d7mEb2gcgIgNaKiuH+/x/OKcyEwu/B8bUKdXoBH5HV5rHzdy5ogKwG3bkkn5S3gI85p1lFyZg6ZVh3uHHDfk7gulxQBEZUI2H9Sk5nBO/CsLlQFedEo1O4AFaknfa7Bw+zp0zKgBDYLOWP0KwNwOJd5ZdGI/ZVWH+5BOH9NUx14KehxURoBJ/f6hfGs6J3wT8BmirW57R6SGK/l7r/kOjAjBENnPZXIxPe+cYRCdwWZg/5dTdfaHte+VWYH79I4lIrlXimh2+6MqhfGk4Jz4D+DFQrW+oUTA+YOf3/8k7RlGoAAzHCcu/DAx7s0wDdUD4bZg3+fQhfO3ldU8jIvnWWrl7KF8Wzo7eD/wv+XzUbzu72M5Pvu+dokhUAIbBjEAP7wCWemcZRCvGr8L8KW8e9KvicFmD8ohIXlXj3R7/O3C8r32TPN8vjKvoqukVv8OU3/9Dc8pOLjrHfQAAIABJREFUW76VOP47YJV3lkFUIfw0zJ88e1dfYPtcfR9wT+MiiUiuGNDW9p+7+uXwRuJwTuVrBDuffJ7w96T7SZMzbDbZvMmwiagAjIAdv3QVpG8Eer2zDMKAz4b5h38n3DJtF2t29oeGJhKR/GitPmYvnLduZ78UPkgXz45/A+HDjY41TJuJ49PtAnb6zyGDUwEYIZtx2yIsvN87x+7Zu9na97uw+Jixz/ilgAqASLOqVnZ6Hkg4i/3piBYCQ9lL5Ckh8Gb7St/t3kGKSgVgFGz6iu+DfdE7x+7ZqfR2Xx+uOeLZT/nbG8bNh7DZKZRkrRLXf4xWnSJdGlH1GdP/4ayWw4njRWBTPSINi4Wz7IJEm5lHQQVgtKYv+wzwA+8YQ3AYlWRxmHvYkU/+DZv0iz5AhwKVxfj6n8haOSjPS8EyZNW416Zed92OfyucXTmNOLkOOMgp1TDYV+z89OveKYpOBWCUzAh0Vt8LdpV3liHYlyiaFxYc/pq//h2LLnHMI1napws66/dOFqsEWk/I7yPgMgwtlWU7/s9wdvw+LPwOeOZSYd4EfkZX7V+9Y5SBCkAG7Mgl/bS2vQFY7p1lCDoJ9pswf8qXQyCip+9SoM87lGQgjuC459Tt8p0ztxEfqAJQCpX4RwBhNm3hnMrXML5Frp/x/6sF9CXv0DG/2VAByIgde+MmSP8OeMQ7yxAYhHNZOPn3PLC5AlztHUgyMnl/ODL7Gdy2F3cz5tycvvRNhqcSpVQP/Fb4OM9jS7SoADv9B1hYQSV5rX09109fFYoKQIZsxm0PQ3Qi8Kh3liEJvJyofylb+271jiIZmn4IvPxQaMngA10U6DptG3tc3Ia1aP2/FFqrt/P9X59KiG8GO8I7zhD9hf70NPsyT3gHKRP9ia6DsHDSFNJ4HjDeO8uQRFGN5+1lYA3YRi4Ns7UXlq6E5Suhp3+nX7LmGy8k7X5mUbCWlI5jeuj8hwqVF7bUO6k00mNbr2DxA6dQnA+AqyA53uZwv3eQslEBqJMw/7CXQnQVUIx50/33gA79oC+lNMDqjfDgE7B+Czy+Dbb2QX/Co/95CCGNiDpTKnvXqBwYaD0mouX4VqxNPx5KJzL43R2QFGYJfQMWzbLz+zVLWQf6E15HYf7kVzPw8qD8b64Z1wHPGuOdQhrtvrWQ6Nn+plFL4fI7vVMM1RaITrY5/Td6BymrokwBFZLNWP5bjLdCAc6o3tINug+IlNuDhVlC30Zkr9bNv75UAOrMpi//JSGcQd5LQBKgW08DipRWZHD3Wu8UQ9ENdrqdV5vrHaTsVAAawGau+AXY28h7Cdjc451AROqlPy3C2n832KttTm2n7ymQbKkANIjNWPZz4B8hxwdYbO3RMoBIWT3wuHeC3ekD3mhzajqXpEFUABrIZiz/AfBuIPHOslNJgC2aBRApnTjK+/T/NsxOtznJ772DNBMVgAYbKAF2BrDzB7O9ber2TiAiWdval+fp/61gp9v5tSu9gzQbFQAHA8sB4bVA/u622/qhls8JChEZoTtyezjpBtLoZK35+1ABcGIzVvwBC68ANntneaqgzYAiZRJFsHKDd4qdWUsazbQL+xd7B2lWKgCObPqK+Vj0CsjZ+dZaBhApj3VbvRPszMOEZIZd2L9s918q9aIC4Mym33o9Fh8PPOyd5a/6kl2eHS8iRWID74LIFbuDNHmZXcBd3kmanQpADtj0pXcQx8cCy72z/NUmLQOIFF+AzTl6e66xmGptul2Yow88TUwFICfs+KWriMJMjOu8swCwuRuCDgUQKbQ8Hf1rXEItOdG+xHrvKDJABSBH7IQVT1DpPBX4rXcWUm0GFCm0yOD2Nd4pBgS+wQPJG+yiHD751MRUAHLGXnpDN9OXvxb4nHcWNurPqkhhbcnFs/8JhE/aBck/2y9yegBaE1MByCEzgs1YPhvjvXgeGNTTD73aDChSOAYsXeWdYgvwOpuTfsU7iOycCkCO2fTl38Z4BeD3EO9GLQOIFE4weHyLZ4KVWDTD5iSXeYaQwakA5JxNX34NaTgO7F6XAJu7B/YDiEhx3LfOb2xjMZYcaef3/8kvhAyFCkAB2KwVd9HaNg24tOGDp0F7AUSKJI7gTrfNf/9LLTnRzicnuw9lMOYdQIYuBIwFh38C7D9oZHmrxPCcvfS7pYzuWzvwFkgpj8e74fr7Gj1qLyGcaxekX2v0wDJymgEokIHNgSu+QmSvATY2bOBaAltydJiIiOxcZLCk4WfsrAKbpZt/8agAFJCdsOx3kB4H3NmwQTe4bigSkaHY2t/oY7wXYMk0m1O7oZGDSjZUAArKZtx2J9XOaRj/05ABe2p6P4BI3i19pFEjBbCL2ZScrPX+4tKqbgmE+ZPPBL4JdNZ1oK5WmDi+rkNIg2kPQHmkAX5/RyNGWkfgTLsgubwRg0n9aAagBGzG8h+ShiOBFXUdaEsv9NXqOoSIjNBtDTn4ZwFJMlU3/3JQASgJm7XiLno4Dgvfq+tAT+Ty3eIiTc7gwbqeF5aAfYGu5CS7iLy9X1hGSEsAJRQWTP57Av8D7JH5xQ04aC9oiTO/tDjQEkA53P0Y3LO2Xld/GLN/sPNr8+s1gPjQDEAJ2fTlvyJOptbl1cIB2Lgt88uKyAhFUf1u/sYlVJMjdPMvJxWAkrLjb3+IZMIsBt4qmO1buDZ2D5wNICL+7nmsHlftIYSP2vnJ6+xLrK/HAOJPSwBNIMydOpMo/RGwf2YXHdcOzxqb2eXEiZYAii2O4JKs9/7aHRC91eb0Lc/4wpIzmgFoAjbr1nmk1anAbzO76KZu6NcsgIiruzOd+g/Af9JVm6abf3PQDEAT2f4ugQ+CzQHaRn3Bse2wj2YBCk0zAMUVRXBpZp/+15HyHrswye5DguSeZgCayPZ3CXwDwtEQRn9iyOZu6Ne5ACIubl+d1ZWuJUqm6ObffFQAmpDNWLGCdPM04OJRXSgA6/WOAJGGM4N71432KjWwz/FgcqqdR0NOEZJ80RJAkwvzp7wewrcZzZkBB0yA9mp2oaRxtARQQAYrVsEDj4/mIg9i9jY7v3Z9VqmkeDQD0ORsxrJfEydTgYUjvsj6zdkFEpHBJelob/4/oTeZrJu/qADIwJkBj75wFoRPAsN/5V93/8B7AkSkviKDxQ+N9Ls3E/h/Nid5m32dTVnGkmLSEoA8RZg75Xii8GPgoGF9YzWGZ++l31FFoyWAYtnWD9fcM5LvvAVLzrDz+XPWkaS4NAMgT2Gzll1HX3Uyxk+H9Y39CWzQEcEidRMZXH//cL8rgF1MV/Iy3fzl6fR5TXYpzJ98JvBNoHNI3xBF8Jw9B04nk2LQDEBxrNkMNw9r+n8tgXfq1b2yK/pJLbtkM5b/EIuPBoZ2KliawjptCBTJXBzBkmHd/P8AyeG6+ctgVABkUDZ96R1s3XY0A2cG7P6j4qYe6O6rey6RpmHArY9AOqSv7oXwSbqS020OdXs/sJSDlgBkyML8KadC+AGw76Bf2FKFgybod1cRaAkg//oSuOKuIXyh3UVqZ9iF/UvrnklKQTMAMmQ2Y9mV1OxI4NpBv7CvXxsCRbIQGVw3hI1/xrehdqRu/jIc+owmwzbwUqHJHwbOA1p2+kVmA7MALZWGZpNh0gxAvj2yEZY+MthXbCLwfrsgGd5TOyJoBkBGYOClQsu/RoiOB7t3p18UAqzVhkCRkbPd3fxvJEmO0M1fRkoFQEbMZt56M32VIwn8306/oLsPNnU3OJVICUQG19+3q19NMPs8XcnxdhG7/CKR3dESgGRi+5kB3wC6nvILscGBe0FVXTOXtASQT49tgcUP7uxXHibY2+2C2oJGR5Ly0U9lyYTNWP5DYDKw+Cm/kAR4dCNDeYJQRBj49H/jTm/+vyFJpurmL1lRAZDM2Izl97NXMgMLF7LjHb+7DzZoKUBktyKDBX95el/etv0lPq+3ixjVawBFdqQlAKmLMHfyy4n4AfAsYOCpgAMnQKueCsgVLQHky6pNsOThHf5GWE5I32oXcIdbJiktzQBIXdis5X8kTaZAuBIYeCrg0U0D/ykiz5SGHW/+gcDX6UqP0c1f6kUzAFJXzzgzYHwH7D3GO5Y8STMA+RBHcNU9sLUXYB3wbpuTXOacSkpOMwBSV389MyBNXwb8mQ3bYEuvdyyR/DCDW1cN3PyNa4iSKbr5SyOoAEhD2KzbbiHunQb8kEc3Qn/iHUkkH9ZvgwfW90P4JJ3JqXYeq7wjSXPQEoA0XFgw+Q20V7/Jfnvsjem3oCstAfgKwO9uv4UQvd8u6F/iHUeai2YApOFs+vJf0rvleWzY9lvvLCJuKlHgpofPpSs5Rjd/8aCPX+IqrDz5vzF7r3eOpqUZAB+RBdraT7WjFl/tHUWal2YAxNd+T/wToJPNpIkYjG39nG7+4k0FQFyZLemnGr0FeMg7i0hDjGm53Kbc9DnvGCIqAOLO9r5iNZa+AtjgnUWkrjqrf7aX3PxK7xgioAIgOWETr7kDC68D+ryziNRFW2UD7WNe4h1D5EkqAJIbNvHqeQT7gHcOkcxVol6qbVNt0rwt3lFEnqQCILli+1/5XbBPe+cQyUwlTuhqm2EvWbTTd/yKeFEBkNyx/a78IsHmeOcQGbWKpYxrfZ1NWXyjdxSRp1MBkHza78pPAN/2jiEyYpEFOtveaYct1rn+kksqAJJLZgQmjn8/2K+8s4gMmwFj2z9qU2/8X+8oIruiAiC5ZfaLhInr36oSIIViwLiOT9mUxRd7RxEZjAqA5JrZkn4mjnszhB97ZxHZLTMY03auTVn8H95RRHZHBUByb2AmYI93AD/yziKyS2Ywru3jdsRN53lHERkKFQAphIESMP6dWPiudxaRZ4gtML7jn23KjXp6RQpDbwOUQgkBY9Wpn8XCZ72zlILeBjh6lSilq+XtNuWmn3pHERkOzQBIoZgRbP8rZ4N9BEi980iTq8Q1Ojpfrpu/FJEKgBSS7XflxWBnAr3eWaRJtVS20RUfYUdcf5V3FJGRUAGQwrL9rvwxUZgJPOqdRZpMe8sauvY42Kbccpt3FJGRUgGQQrN9r15MWjkSuNU7izSJrtZlHNV1oB1+jYqnFJoKgBSeHXD5I7RWZmD81juLlJgZjOv4L5t281SzeTXvOCKjpacApDRCwFh9yoeB84Gqd55C0FMAQ1OJa4xpf59NXvQ97ygiWVEBkNIJq06dDvwMwr7eWXJPBWD32ipraes61qYsuN87ikiWVACklMLDJ+5PFP8Q40TvLLmmAjC4MW1XcMRNrzTTI6dSPtoDIKVkB167kv2uOhn4KHpUUIarGvczru0D9pKbXq6bv5SVZgCk9MIjp0wl4sfAod5ZckczAM/U0XIPLS0n2JRFa72jiNSTZgCk9OyAq26lt38a2JcB7d6WnavENca1f8aOuuWFuvlLM9AMgDSV8PBJk4mj7wBHemfJBc0ADOhsuZOu1pPtRdev8o4i0igqANJ0QphZYVX1bIxPA53eeVw1ewGoxL10Vj9qU2/6L+8oIo2mAiBNKzx0yn5U+DLwdpr1z0KzFoDYAh0tf6S18002ad4W7zgiHprzh57IDsKq006A9GJgqneWhmu6AmDQUbmXjsprbNKNd3inEfGkTYDS9Gy/KxYy8WXTgH8AdNhLWbVVHmNC+5vtqCXP181fRDMAIk8RwrQqq/d8F/C5pjhJsBlmAForW2hr+YxNXXyRdxSRPFEBENmJsHZmF0n1/xE4G5jonaduylwAWiqb6Wi50KYsnu0dRSSPVABEBhFuf2MLE554C8E+BbzAO0/mylgAWiubaGm52F6y+NPeUUTyTAVAZAhCmFlhTeX1BPsQcLx3nsyUpQCYQXvLX2ipfNqm3PBT7zgiRaACIDJMYeXJRxDZhwi8FWjzzjMqRS8AcZTQXp1PS/s/2+EL7vSOI1IkKgAiIxQefNUetPSdQeCdFPVkwSIWADNoq6ykpfo9xrX9uz13Xo93JJEiUgEQyUBYc+phpOGdwJuAA53jDF2RCkBrZSutlcsxPmVTb7rHO45I0akAiGQs3HTgB4hbvsmEidDa7h1ncHkvAHEEm3vh8XVz7W2PnegdR6RMKt4BREpn/cP3kAJr/gIdY2HcXjBmr4H/burcg4oMArB+G/x5LazdfkrvxKADmkQypgIgkrXA39akt20a+Gv1fVCpwpg9YewE6NoDWjocQ+aEAVEE2/ph5Qa45zHoT3b2lb0NTiZSeioAIlkLu7hZ1frhiTUDfwFUWweKQOd46BwH7V1gJT+dOzLAYEsvrNkE962H7v7df5+xre7ZRJqMCoBI9ob2abW/96mFwAzaxwz81TEW2jqhrWtg5qBwDGKDFOjph/VbYeVGeHTTwBT/8HVnm09EVABEshbRRzqC7wvhb0sG61f+7e9XWqC9E1o7oaUNWtr/9p/V1sxiD9/2m3wAagn01GBzD6zbCqs3De2T/VBFWgIQyZoKgEjWaqSZvmez1geb+2DzE8/8NbOBghBXB8pAtWXgf0cxxDFEFYgrA//d4r99XxQPfK9FEIcdPpVv/+9JgDRAkg6syfcnAzf0rb2wpQ829Qz81SiBnW4MEJGRUwEQyVpMOsJp7uELYWApob8XerYM//uviyHDD+oiUhwl33Ek4qA2ogUAGUzQmSUiWVMBEMlatWGf/5tHpJ9VIlnTHyqRrGkGQEQKQAVAJGuxCkAd6GeVSMb0h0oka4n+XGXOtAdAJGv6QSWStZgintyTbzX9OxXJmgqASNZSWrwjlI6hFyeIZEwFQCRrmgGoh07vACJlowIgkjXNAGQv0QyASNZUAESylmoGIHtBMwAiGVMBEMlapAJQB23eAUTKRgVAJGsRXd4RSieNtAQgkjEVAJGsBcZ4RyidoD0AIllTARDJmgpA9kIY6x1BpGxUAESypwKQtVSPAYpkTQVAJGuaAcheTUsAIllTARDJWqQCkLmEVu8IImWjAiCSPa1XZy01Ha4kkjEVAJHs7e0doHRqVLwjiJSNCoBI9vb1DlA6CRa+ofMVRLKkAiCStcA+3hFKJwCBSd4xRMpEBUAkeyoA9ZDEh3pHECkTFQCRDIUr6ESvrq2PJLzAO4JImagAiGQp0fp/3aQ8xzuCSJmoAIhkKdX0f90ktr93BJEyUQEQydbB3gFKKwkqACIZUgEQyZLxPO8IpdWv8xVEsqQCIJItzQDUS49pc6VIhlQARLIUVADqpp8o/I/2WIhkRQVAJEtaAqivLfHLvCOIlIUKgEhGwmV0oGOA6ywc551ApCxUAESyUuEQwLxjlFqfHeUdQaQsVABEspJwhHeE0usLz/eOIFIWKgAiWTGmeEcovR7To4AiGVEBEMmKaQag7vqohgvRgUAiGVABEMlACBiByd45Si8AcXS6dwyRMlABEMnC73kRMME7RlPoD6/yjiBSBioAItk4wTtA0+ixad4RRMpABUAkC6YC0DBbbZ8wWz+7REZLf4hEsqEC0Cj9RIznJO8YIkWnAiAySuGPHAI82ztHU0mid3hHECk6FQCR0Up4tXeEprNNMwAio6UCIDJahh5La7TNtm+4mLHeMUSKTAVAZBTCVYwjoDfUNVoKpNEHvGOIFJkKgMho9PJaoOodoyl1c6Z3BJEiUwEQGQ3j3d4RmtYGe3G4UIcviYyUCoDICIXf8lz0+J+fBIPoX71jiBSVCoDISFV4D2DeMZraFi0DiIyUCoDICIS5dBF4r3eOprfZ9g5fj1/rHUOkiFQAREZiKx8BnuUdo+kFYHO4wDuGSBGpAIgMU/gDYzE+5p1DtnvCDg5f5RTvGCJFowIgMlyBz6NX/+ZHADZGPwvajyEyLCoAIsMQ/sCpwIe9c8jTbLY9uCD6hncMkSJRARAZonAp+xD4PvqkmU9r7f3h4vit3jFEikIFQGQIwmXsT4VrgYneWWQXEow1/Cj8Z/wa7ygiRaBPMiKDCD+nhQ7+AePLwF7eeTJ3XQz93iEyFgF7pZewd3iXvYsN3nFE8koFQJpOCNOqrJ4wBcILgBeDPQ9sb0LoIqR7ENIJhNBCmrYS0lbK/Odk1VYIwTtFfRkBCJjVMOsjivqI2IzZQ8TRcowbeVbtV7bfkm3eUUUaqbw/2ER2EFafNok0fRXGicDxQKd3ply4by0kJS8AQ2EGbZV1VOMbqUbfssMWX+YdSaTeVACktMKqmXtByxkQzgSmeefJJRWAnWutbKWlejnt1U/Zi6+7xzuOSD2oAEjphEdP2oc0OovAh4AO7zy5pgIwODPoqN5J3PIOO2LRzd5xRLKkAiClER4+bQJx+CKE9wAt3nkKQQVgaMygo3U51bbX2pQF93vHEcmCCoAUXggYa07+B4Kdj87nHx4VgOGJokBHyyW8pONNZvNq3nFERkMFQAotrJ25L0n1RwRO8s5SSCoAI9PW8jhtzLApt9zmHUVkpHQQkBRWWH3aLGrVP+nmLw3X0zeBzf3LwrLj/sU7ishIqQBIIYWVJ3+IkF6NTuYTL0mI2Lj1P8Kfjvk/7ygiI6ECIIUTVp5yLmYXo9+/4i0Am7vfHJYcfYN3FJHh0g9QKZSw+pSvbz+WVyQ/tvQcG2456lbvGCLDoQIghRFWnfJ5Av/snUNkp7b2Tgl/OmqudwyRoVIBkEIIq0/5J+DT3jlEBrW5d2ZYeuyPvGOIDIUKgOReWHXqdAJf9c4hMiSbt70tLD3mg94xRHZH5wBIroXVr9ibUFsK7O+dpZR0DkB9VOKECZ2H6j0CkmeaAZB8C7Xvo5u/FE0tidncvcA7hshgVAAkt8LKU98CvNI7h8iIdPfvE5YdM8c7hsiuaAlAcik89uox9HffiT7915eWAOqrEieMbdnfDr/xUe8oIk+nGQDJp75tn0Y3fym6WhLTm17iHUNkZ1QAJHfCIyftidkHvHOIZGJb37HhzuNf4B1D5OlUACR/ovgsoMs7hkgmQoBtvf/jHUPk6bQHQHIlrJ3ZRa36MDDeO0tT0B6AxogtMKZzX5uyaK13FJEnaQZA8iWpvB7d/KVskmCE9HPeMUR2pAIgOWNneicQqYve/jd6RxDZkQqA5EZ45BUHEJjlnUOkLnr79wy3H3eEdwyRJ6kASH5EtZej35NSVgHoT/7JO4bIk/TDVnLE9Olfyq0/nekdQeRJKgCSHxZmekcQqave2nO8I4g8SQVAciGsOvkgAvt55xCpqySNw9KXHuUdQwRUACQvQvRC7wgiDWHJdO8IIqACILmRvsg7gUhDpGgGQHJBBUDywewQ7wgiDZGmei+A5IIKgOTFHt4BRBoihDHeEURABUDyQy//keaQhnbvCCKgAiC5YfpUJE3C2rwTiIAKgORG2uqdQKQx0op3AhFQARAREWlKKgAiIiJNSAVARESkCakAiIiINCEVABERkSakAiAiItKEVABERESakAqAiIhIE1IBEBERaUIqACIiIk1IBUBERKQJqQCIiIg0IRUAERGRJqQCICIi0oRUAERERJqQCoCIiEgTUgEQERFpQuYdQBovzHzteNK+VxL4O2AKsB8w3jmWOFi8+G76+xPvGNJglUoUqtVKX0trdU1HW8tlcXv7nIPvX/Sgdy5pLBWAJhJmnnYISfQFsL8Hqt55xJ8KgACYwbhxnQ+N7Wx753NWLpnrnUcaQwWgCYTj3thOZctXwN6PbvyyAxUA2ZGZMWGPzls7xlZmPfeBWzd455H60h6AkgsnnDaRytZ5YB9CN38RGUQIgfWPb5m6/tHuVfcfMO0Y7zxSXyoAJRaOf9XBWHwzcLR3FhEpjm3dve1r1m68/v4DjprhnUXqRwWgpMLLXj0GC5cQ2N87i4gUT39fLV63buMV9z7vqAO9s0h9qACUVVT7X+Bw7xgiUlzdPX2tWx7butg7h9SHCkAJhekvfyXwGu8cIlJ8mzZt2+/PE1/yr945JHsqACUTmB0Roi965xCR8tiwYcunAzMr3jkkWyoAZXP8TacCR3jHEJHy6O7ua7t34qZPeOeQbKkAlE0UXucdQUTKp7e3723eGSRbKgAlMjD9b6d75xCR8tmyuedFQfeMUtH/mWXy0hufC0z0jiEi5dPXX4vuP/Co471zSHZUAMqkagd7RxCR8kqS9DjvDJIdFYAySUxv9BOR+knCPt4RJDsqAGUSpS3eEUSkvIKFdu8Mkh0VABERkSakAiAiItKEVABERESakAqAiIhIE1IBEBERaUIqACIiIk1IBUBERKQJqQCIiIg0IRUAERGRJqQCICIi0oRUAERERJqQCoCIiEgTUgEQERFpQioAIiIiTUgFQEREpAmpAIiIiDQhFQAREZEmpAIgIiLShFQAREREmpAKgIiISBNSARAREWlCKgAiIiJNSAVARESkCakAiIiINCEVABERkSakAiAiItKEVABERESakAqAiIhIE1IBEBERaUIqACIiIk1IBUBERKQJqQCIiIg0IRUAERGRJqQCICIi0oRUAERERJqQCoCIiEgTUgEQERFpQioAIiIiTUgFQEREpAmpAIiIiDQhFQAREZEmpAIgIiLShFQAREREmpAKgIiISBNSARAREWlCKgAiIiJNSAVARESkCakAiIiINCEVABERkSakAiAiItKEVABERESakAqAiIhIE1IBEBERaUIqACIiIk1IBUBERKQJqQCIiIg0IRUAERGRJqQCICIi0oRUAERERJqQCkCZpFGfdwQRKS8L1u2dQbKjAlAmcdjgHUFEysviaI13BsmOCkCZJPYX7wgiUl5WCYu8M0h2VADK5Lrf3w884h1DRMqn2lJJDn5oiQpAiagAlIhBAH7nnUNEyqerq/1Og9Q7h2RHBaBsApd6RxCR8mlrrf7UO4NkSwWgbK47+koIf/KOISLl0d7e0n3I6rHneeeQbKkAlIwxO4XoX71ziEh5jN9jzOeMeTXvHJItFYASsoW/vwILv/HOISLFN25c58rnr1ryFe8ckj1hLOs1AAAA8klEQVQVgLKKus8EVnjHEJHiam9r6Z0wZuwx3jmkPlQASsrmzduCxa9BjwWKyAi0tMTJnnuPO/XAR25Y6Z1F6kMFoMRswWX3Q3I0cKN3FhEpjs6uti377D3myIMfvnmBdxapHxWAkrOFV6wm3jYTwlcBvStARHbJzNhzzzFLxu47bv/nrrz1Vu88Ul/mHUAaJxz/qoMhfAHjDUCLdx7xt3jx3fT3J94xxJmZMW5cxwNjujre+dxHbp7vnUcaQwWgCYWTTx5HX/XlpPZqjMOBA4A9vHNJ46kANKdKJQ7Vatzb2lpd09ZevbQ9bj9fa/3N5/8DLDrhXaS1FJcAAAAASUVORK5CYII=\n"),/*endpoint*/131072&e.$$.dirty[0]&&g&&X(),/*tourSlider*/64&e.$$.dirty[0]&&h&&(h.addEventListener("touchstart",z,{passive:!0}),h.addEventListener("touchmove",J,{passive:!0})),/*session*/65536&e.$$.dirty[0]&&d&&d.length,/*lang*/262144&e.$$.dirty[0]&&m&&P(),/*looptime*/1048576&e.$$.dirty[0]&&y&&N(),/*translationurl*/4194304&e.$$.dirty[0]&&B&&fetch(B).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{mn(t,e[t])}))})).catch((e=>{console.log(e)})),/*tournamentList, currentTournamentIdx*/48&e.$$.dirty[0]&&r(7,l=I[H]),/*currentTournamentIdx, tournamentList*/48&e.$$.dirty[0]&&r(9,S=H==I.length-1),/*currentTournamentIdx*/32&e.$$.dirty[0]&&r(8,R=0==H),/*tournamentsshownnumber, lang*/786432&e.$$.dirty[0]&&A&&m&&u&&(u.removeEventListener("message",F),u.close(),X())},[v,E,w,a,I,H,h,l,R,S,f,n,i,D,G,j,d,g,m,A,y,b,B,()=>D(-1),()=>j(l.id),()=>D(1),function(e){C[e?"unshift":"push"]((()=>{h=e,r(6,h)}))},function(e){C[e?"unshift":"push"]((()=>{f=e,r(10,f)}))},()=>G(),function(e){C[e?"unshift":"push"]((()=>{a=e,r(3,a)}))}]}class kn extends G{constructor(e){super(),this.shadowRoot.innerHTML="<style>.casino-tournaments-slider-controller{position:relative;width:100%;background:#212223;color:#fff;display:inline-flex;padding:10px 5px;border:1px solid #ff8364;border-radius:5px;min-height:70px;-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5)}.TournamentInfo{width:calc(100% - 4px);padding:2px}.TournamentInfo .name{white-space:nowrap;overflow:auto;width:99%;text-align:center;text-transform:capitalize;font-size:11px;margin-bottom:5px;cursor:pointer}.TournamentInfo .circle{text-align:center;height:7px;height:5px;margin-top:3px}.TournamentInfo .circle svg{color:#C4C4C4;margin:0 2px;vertical-align:top;margin-top:3px}.TournamentInfo .circle svg.active{color:white}.ArrowLeft{left:1px}.ArrowRight{right:1px}.ArrowLeft,.ArrowRight{position:absolute;cursor:pointer;top:calc(50% - 7px);margin:0px;display:flex;width:7px}.ArrowLeft.Disabled svg{color:darkgrey}.ArrowLeft svg,.ArrowRight svg{vertical-align:middle;width:11px;height:11px;color:#FF8364}section#animator{position:absolute;right:0;top:0;opacity:0;display:none;cursor:pointer;text-align:center;align-items:center;flex-direction:column}section#animator .restoreButton{color:#000;display:inline-flex}casino-tournaments-rank::part(Rank),casino-tournaments-rank::part(Prize){background-color:transparent;padding:0px;margin:0px;line-height:14px}casino-tournaments-rank::part(RankText),casino-tournaments-rank::part(PrizeText){line-height:16px;margin:auto}casino-tournaments-rank::part(Rank_Arror_UP),casino-tournaments-rank::part(Rank_Arror_Down){padding:0px 3px}casino-tournaments-rank::part(PrizeText){font-weight:normal}casino-tournaments-rank::part(Rank){color:#ff8364;font-size:10px}casino-tournaments-rank::part(Prize){color:#fdd500;font-size:10px}</style>",U(this,{target:this.shadowRoot,props:w(this.attributes),customElement:!0},Sn,Rn,o,{session:16,endpoint:17,lang:18,tournamentsshownnumber:19,looptime:20,iconsize:0,icon:21,clientstyling:1,clientstylingurl:2,translationurl:22},null,[-1,-1,-1]),e&&(e.target&&h(e.target,this,e.anchor),e.props&&(this.$set(e.props),P()))}static get observedAttributes(){return["session","endpoint","lang","tournamentsshownnumber","looptime","iconsize","icon","clientstyling","clientstylingurl","translationurl"]}get session(){return this.$$.ctx[16]}set session(e){this.$$set({session:e}),P()}get endpoint(){return this.$$.ctx[17]}set endpoint(e){this.$$set({endpoint:e}),P()}get lang(){return this.$$.ctx[18]}set lang(e){this.$$set({lang:e}),P()}get tournamentsshownnumber(){return this.$$.ctx[19]}set tournamentsshownnumber(e){this.$$set({tournamentsshownnumber:e}),P()}get looptime(){return this.$$.ctx[20]}set looptime(e){this.$$set({looptime:e}),P()}get iconsize(){return this.$$.ctx[0]}set iconsize(e){this.$$set({iconsize:e}),P()}get icon(){return this.$$.ctx[21]}set icon(e){this.$$set({icon:e}),P()}get clientstyling(){return this.$$.ctx[1]}set clientstyling(e){this.$$set({clientstyling:e}),P()}get clientstylingurl(){return this.$$.ctx[2]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),P()}get translationurl(){return this.$$.ctx[22]}set translationurl(e){this.$$set({translationurl:e}),P()}}return!customElements.get("casino-tournaments-slider-controller")&&customElements.define("casino-tournaments-slider-controller",kn),kn}));
|
|
761
|
+
locale.set(_locale);*/}({withLocale:"en",translations:{}});Object.keys(Mr).forEach((e=>{Dr(e,Mr[e])}));const L=e=>{e.data&&"TournamentList"==e.data.type&&n(4,I=e.data.tournamentList)},x=()=>{var e;e=A,Br.set(e)},P=()=>{clearInterval(p),p=setInterval((()=>{k||0!==I.length&&(_.curTournament.hide(),setTimeout((()=>{n(5,C=(C+1)%I.length),_.curTournament.show()}),450))}),1e3*Number(v))},N=e=>{_.curTournament.hide(),P(),e>0&&H&&j(),e>0&&H||e<0&&R||setTimeout((()=>{n(5,C+=e),_.curTournament.show()}),450)},M=e=>setTimeout((()=>e()),1e3),_={icon:{init(){n(10,f.style.transition="all 1s ease-in-out",f)},show(){n(10,f.style.display="flex",f),M((()=>n(10,f.style.opacity="1",f)))},hide(){n(10,f.style.display="none",f),n(10,f.style.opacity="0",f)}},slider:{init(){n(6,h.style.transition="all 1s ease-in-out",h)},show(){n(6,h.style.opacity="1",h),n(6,h.style.transform=null,h),document.querySelector("body").style["overflow-x"]="hidden"},hide(){this.init(),n(6,h.style.opacity="0",h),n(6,h.style.transform=`translateX(${h.clientWidth+20}px)`,h),M((()=>document.querySelector("body").setAttribute("style",null)))}},curTournament:{init(){n(11,d.style.transition="all 300ms linear",d)},show(){n(11,d.style.opacity="1",d)},hide(){this.init(),n(11,d.style.opacity="0",d)}}},G=()=>{_.slider.show(),_.icon.hide(),k=!1},j=()=>{_.slider.hide(),_.icon.show(),k=!0},Q=e=>({id:e.tournament.id,name:e.tournament.nameOrTitle,rank:e.leaderBoard?e.leaderBoard.rank:"-",overallRank:e.endRank,prize:e.leaderBoard&&e.leaderBoard.prizeName?e.leaderBoard.prizeName:"-"}),F=e=>{window.postMessage({type:"MyTournamentFromNavClicked",tournamentid:e,showLeaderboard:!0},window.location.href)},z=(e,t,n)=>(e.append("pagination",`offset=${t},limit=${n}`),e.append("sortField","StartTime"),e.append("sortOrder","desc"),e.append("fields","id,nameOrTitle,state"),e.append("language",A),e.append("filter","state=Running"),e),J=e=>{let t=Q(e),r=I.findIndex((e=>e.id==t.id));C==r&&window.postMessage({type:`TournamentRankInfo_${t.id}}`,rankInfo:{rank:t.rank,overallRank:t.overallRank,prize:t.prize}}),n(4,I[r]=t,I)},X=e=>{if(e.data)try{let t=e.data,n=JSON.parse(t);"PlayerLeaderBoardsUpdate"==n.messageType&&n.items?n.items.forEach(((e,t)=>{J(e)})):"PlayerLeaderBoardUpdate"==n.messageType&&n.item&&J(n.item)}catch(e){console.log(e)}},K=e=>{const t=(e=>e.touches||e.originalEvent.touches)(e)[0];S=t.clientX,O=t.clientY},Z=e=>{if(!S||!O)return;let t=e.touches[0].clientX,n=e.touches[0].clientY,r=S-t,i=O-n;Math.abs(r)>Math.abs(i)&&N(r>0?1:-1),S=null,O=null},V=()=>{if(!m||!g)return;let e=new URL(`${m}/tournaments/leaderboard/player`),t=new Headers;z(e.searchParams,0,y),g&&t.append("X-SessionID",g),fetch(e,{method:"GET",headers:t}).then((e=>e.json())).then((e=>{if(!e.items)return;n(4,I=[]),e.items.forEach(((e,t)=>{I.push(Q(e))})),n(7,l=I[C]),(()=>{if(!m)return;u&&(u.removeEventListener("message",X),u.close());let e=new URL(`${m}/tournaments/leaderboard/player/updates`);z(e.searchParams,0,y),u=new Ur.EventSourcePolyfill(e.href,{headers:{accept:"text/event-stream","X-SessionId":g}}),void 0!==u&&u.addEventListener("message",X)})(),P()}))};let Y=!1;D((()=>(n(24,Y=!0),window.addEventListener("message",L,!1),setTimeout((()=>{n(17,A="tr")}),5e3),()=>{clearInterval(p),window.removeEventListener("message",L),u&&u.removeEventListener("message",X),h.removeEventListener("touchstart",K),h.removeEventListener("touchmove",Z)})));return e.$$set=e=>{"session"in e&&n(18,g=e.session),"endpoint"in e&&n(19,m=e.endpoint),"lang"in e&&n(17,A=e.lang),"tournamentsshownnumber"in e&&n(20,y=e.tournamentsshownnumber),"looptime"in e&&n(21,v=e.looptime),"iconsize"in e&&n(0,b=e.iconsize),"icon"in e&&n(22,w=e.icon),"clientstyling"in e&&n(1,E=e.clientstyling),"clientstylingurl"in e&&n(2,B=e.clientstylingurl),"translationurl"in e&&n(23,T=e.translationurl)},e.$$.update=()=>{/*customStylingContainer, clientstyling*/10&e.$$.dirty[0]&&a&&E&&(()=>{let e=document.createElement("style");e.innerHTML=E,a.appendChild(e)})(),/*customStylingContainer, clientstylingurl*/12&e.$$.dirty[0]&&a&&B&&(()=>{let e=new URL(B),t=document.createElement("style");fetch(e.href).then((e=>e.text())).then((e=>{t.innerHTML=e,setTimeout((()=>{a.appendChild(t)}),1),setTimeout((()=>{}),500)}))})(),/*icon*/4194304&e.$$.dirty[0]&&n(12,r=w||"\n data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAACAASURBVHic7d13uF1Vnf/x93fvc25PIYAQmorYCCTBUBVSqJbBNlZ0sI3+1BkLguKMo8Yyo0IAxdFnnLGPZewgKlLTIIQSQxK6SE8hJJB+29l7/f64QQMkN7fsc7577/N5PQ+PSu7d6wMmd3/OWmuvbUimwtxJXcTxywmcDkwFDgTGA+abTGQnbr8Dkpp3CpFniuNApdJDS8sqqtXfkFTPtzMfXesdq0x0U8pImDv5AKLwObAzgDbvPCJDogIgRWEGXV330NF6hr1p3RLvOGWgAjBKYe7MCvHjnyNwFtDunUdkWFQApGiiCMZ0LSSZcKq964Ee7zhFFnkHKLKwaNIEosf/SOBf0c1fRKT+0hQ2bjqB2to14Zf7vcg7TpGpAIxQuPqwfeiPFwMneWcREWk6PdvGsX7dsvDDfQ7zjlJUKgAjEG6f1EI1+jnwfO8sIiJNq6+vhb6Ni8KPJoz1jlJEKgAj8Vj8DWC6dwwRkabX3TOGWv8N3jGKSAVgmMK8qUdhvMc7h4iIbLd586HhJ3u+3TtG0agADJelX0JPT4iI5Mu27q97RygaFYBhCAsPn4Y2/YmI5E/3tvHhJ3u91TtGkagADEdqr/OOICIiu9Df/37vCEWiAjAcgdd6RxARkV3o6TnaO0KRqAAMUVh8zFiMSd45RERkF/p628Klz9rHO0ZRqAAMVXfvwd4RRERkN7qDHtEeIhWAoRvvHUBERHYjpBO9IxSFCoCIiEgTUgEYug3eAUREZDfiaJV3hKJQARiqavdfgOAdQ0REBtFqC70jFIUKwBDZ8XdvBm7zziEiIrvQ2tptr1n7qHeMolABGI4QLvGOICIiu9DWdpN3hCJRARiOmEu9I4iIyC5Uqt/yjlAkKgDDYCesWIJxtXcOERF5mo6O9XbGup96xygSFYDhsuQcIPWOISIiOxjT8WHvCEWjAjBMdsLty8C+7Z1DRES2GzPmdnvTup94xygaFYCR6Kz8MzDfO4aISNNrb9tMpfpS7xhFpAIwAnbkkn760zcD93hnERFpWq0tfew1/lh7++ObvKMUkQrACNnJtz1KFI7VpkAREQcdHesZv8eL7LVr7vCOUlQqAKNgJ6x4gmTCKwjhC8A27zwiIqVnEYwbN58xz93P3vTo/d5xisy8A5RFuGbK/sRhNsbbgHbvPCJDcvsdkNS8U4jsXhRBZ+dddLWdYW94bKl3nDJQAchYuGJyJ212GoHTsTAVOIiBVwlrtkXyRwVA8qoSB+JKDy0tK2lt+RVdrXPs9FXrvGOViQpAjoWHT5pMHC3zziEldt9aSPSOK6mDsZ1fsyNu+Kh3DNk1fSrNswNOuA3Q7lYRKSD7sXcCGZwKQI6ZzU4hLPHOISIyLNW4345YdLN3DBmcCkDu2XLvBCIiw1KJV3tHkN1TAci/u7wDiIgMS2w6JK0AVAByz3TIhYgUS4Sm/wtABSDv0uR27wgiIsNSja7yjiC7pwKQc3bANesBPfsqIsVgBpPaF3rHkN1TASiGB70DiIgMSSXuMZun06UKQAWgEMLD3glERIakEm3wjiBDowJQCPaQdwIRkSGJ7VHvCDI0KgBFYKgAiEgxWKQly4JQASgGFQARKYYYnQFQECoARWBaAhCRggjo9NKCUAEoglgFQEQKorV6o3cEGRoVgCLY64o1QK93DBGRQZlhL75OSwAFoQJQAGYEsEe8c4iIDKoS6YNKgagAFEaqZQARybdKtMk7ggydCkBhaB+AiORd9Jh3Ahk6FYDiWOkdQERkULHp1NICqXgH2J0wd2aF6PHpwAmEcAjGHpi1eudquMe3HsSETu8UIiK79siGw8I5cbO+CbAXeALCvUTRAjpqC202uX4ngnkH2JWw4IhDCckngNOBCd553HW1wcRx3imkbO5bC0nwTiFlcd96uH2Nd4q8eBy4jCj5ip3Hnd5hdiZ3BSDMnbQvFn8B411A7J0nNzpaYP89vFNI2agASJaWrYKHnvBOkTc14Hv0J5+2r5Gr9yTkag9AmD/lCKL4Jox/RDf/p6ql3glERAa3ods7QR5VgPdSjf8UPlE92jvMjnJTAMKCyW+AsAg40DtLLiWJdwIRkV0zYIuOARjEfqTpvHB2/AbvIE/KRQEI8w97KYEfAW3eWXIrCaCZWhHJKzNI9UNqN9oxfhI+XpnhHQRyUADCNUc8G6LfAM23s3+4Ei0DiEhOWe62lOVVFcLPwrkc5B3EvQBQSb4GPMs7RiGoAIhIXunT/9AF9iGJL/KO4VoAwsLJxwCv9sxQKCoAIpJXNRWAYXp9+HjlZZ4BfGcAUvsCOXwUMbf0JICI5FVNG5WHLYTPeA7vVgDC1S/aE8Isr/ELSTMAIpJXvf3eCYropHA2e3kN7jcD0FI9nQIcRZwrehRQRPJqmwrACMRE8Su9BndcArAT/cYuKJ3YJiJ5tbXPO0ExBU7yGtqvAARe6DZ2UWkGQETySocAjZTbvdBzE6DbukdhaQZARPJqY493gqJqwj0AhHa/sQsq1SZAEckj0wzAyLm9593/ICAZOj0GKCJ5FJueUiogz02AWtAerlTvAxARKZma18CeMwBu/9CFppYtInkT9MlkxEIzFgBDMwAjoQIgInmjH0sjZ81YAFLNAIyIngQQkbzRB5NRMLcTlLQEUDR6EkBE8kYblEchdZsN99wEqAIwEmraIpI3ffpxPgpNuARgQadGjIQKgIjkTY/eAzByts1rZM8lgC2OYxeX9gCISN50awZgFNzuhZ4FYKvj2MXlt1wkIrJz2/QioFFwuxdqBqBoNAMgInmzRQVgFJpxBsBUAEZCewBEJG+2aEvXiFkzzgAELQGMiAqAiOSJAVs1AzBy1oQFwMJGt7GLTOcAiEieRNHAe0pkZNJ0g9fQFa+BsbCeYB7jziPh3xs/cEbSAITLwfz+vxMReZJZP9grvWOMXvg0ML3hw0asb/iY2/ndRFJbj8P9H8BmrbjaZ+RshFUT10HY1zuHiAiVaKvNqRX6ZypAOCf+rMvAqT3mMi6uSwDm03qC7e8ybqbCOu8EIiLblWU/l8+9IXa6F+JZAKLU6x+6BAXAb8pIROQp4qjw+7nCwFbGiS6D90duH+j8CkAt9rqJdYS5U8c7jZ0R0wyAiOTFE94BRu1f2Atocxm72teEMwB9qdu6B7Ht5zZ2JrQEICI5EZfgA0lv1eueEOig+WYA7LTlWwGfqaO0v+jLAFoCEJF8CLbGO8KoRekBTiM/ZrNxO0TB8yhgIKx0GTYq/EZAFQARyYcIn5/jWQpee8Oc7oHbOReAyOcfPi34EoBpCUBEcsLsIe8Io+b1oTBYExcASx/xGbfwTwJoBkBE8sGi+70jjF7w+VAYscpl3L8O7yk4zQAYB7uMmxXze2xEROQpKvGfvSOMWuAQl3HTpl4CwGcGAF7sNG42rKYCICL+zLBDF672jpGBF7mMGpnXPXBgeM/BCcl9PuNyUJg7qctl7CxUWv0eoZTy6Omn/0999F7bQ9/NvSQP1rwTSdHEUeIdYbTCRxkPOB2tbn/xGXeA7wtlEu5zSmDE8QuAP7mMPkq25+WbwqpTuoF27yxSMP0JLH0YblsNG7pZ/40Xknb/7fyTqCOh5eA+2k8MtL2yHWt3emGHFENkxX8PcLUyieD0NkOrNXEBiPZ6EB7vB6oNHzuEF1PQArDdWuDZ3iGkQP78GMz7M2zu2eWXpNtiem5rp+c2iL9bo+sNfXSe2Q6xioDsRGTd3hFGLQ0vdnoxXS8dTbwJ0GbNqwEPO41e7H0AAwVAZPc2bINf3wqXrRj05v90yZYKG7/fwfr39ZI+VviZXqkHizZ5Rxg187oX2H02m9Rn7AHemwDB8NkHUPSNgCoAsju1FG64H35wEzzw+Igv03tvG+s+mJBuVAmQp4kY+W+s3Ag+94IQXKf/IQ8FIHCv08jFLgCmAiCDuG89/PDGgQKQjP5DRm1tC5u+2JtBMCkV83uXfYa8ngBQASBwp9PIh4RbpjV+70F2VADkmTb1wG9XwCXLYEO2y7Pbbmknua8/02tKwVmxjwEOs+nAay9VGu5wGXcHvpsAASJux2cDZpWe2guA211GH62gAiA7SAIsewQW3Qd9dZqqT43e6/rpOLjIvVkyFVPsY4A3V1+MpU4fhE0FAKp3gNOnijQ9iqIWAM0AyJMeegKuuQee2Fr3oWpOW3Ylp4J57eHKSHIMTo8AkNbcC4D7EoBNX7IanDaSBDvGZdxsqAA0uy298Mc74FdLG3LzB0BnBcmOzO7xjjAq5nYPWG0X+W+gzMEMAAB3Ai9zGPdYhzGzkUaPErk+QSJe0gC3PjKwwa9Xd2RxlPbc7R1hdOwYPNagDfdP/5CDGYAB4TangQ8LV0zudBp7dFo1A9CUVm6EH900cKCPbv7iKbZgR9y6wTvGSIVPsgeEF7gMnuajAORjBsCiW52OYqzQFqYBCzwGH5W9eh9jdTUlNyVO6qqnH254YOCTv9expSI7iqJiPxLSHx+LeW0AYInTuE+Rj5tHan7/MvzWgEbFbF4NeMI7h9RZCHDHGvje4oEz/HXzl7yIbOjHSuaR58/+NM7FMfT5mAHYtmU5nR1O7wSgkAVgu7XAnt4hpE7Wboar7oJHN3snEXkms4L/xgxeP/t72Np3l9PYT5GLGQB75b29BLdnIo9zGjcLj3oHkDpZ8hD89Bbd/CW/4qiwM5Bh4Nm/o52GX2b/7fXs+1PlogAAEKVeUyL7hbmTD3Aae3R0GFA53fwgzL934HAfkbyKWOcdYcQ+xvOBCS5jG0tdxt2J/BQAz1fzRmGG29ijEZlmAMrm4SfguoKfrSLNYo13gBGzeKbb2Gk+NgBCngqAcYPj4Kf4jT0KaSj0OdzyNAGYe482+kkxWFTccyGNU/0GTxb5jf1U+SkAtT2XAVucRj8tBLfHQUau4C/ikKd55AlY16AT/URG7wHvACMR3kgMzHIafgNjyMUGQMhRAbBZ82rAzU7D78uCww9zGnvkLFIBKJP71nsnEBm6OPY6wG10nl05Gq/1f1hks8nNEa65KQDbOU6N2Gl+Y49QUlMBKJMntnknEBm6bcmt3hFGJvWb/g/Bcan7mXJWAIJjAQjF2wdQiVUAymRzsc9VkSYSW2rH3rjJO8bIOO75sig36/+QtwIQcQN4TY/Y9LDouHafsUfG9r1yK7DRO4dkpKbNf1IQcdzrHWEkwrmMA7fD32psq93kNPZO5aoA2AkrngCWOQ3fRv+2E5zGHg3NApRFez4O5hTZrciK+ek/iU/E7wTcm+2bbhvddypXBWC7a/2GDo6PhoyYCkBZTCjmiymlCcVRUXesOk7/2zVuY+9CDgtAcCwAvMpx7JEJKgClccB47wQiQxNZ4Q4B2n787ysdA8x1G3sX8lcA4r6F4HZO8ovCdVMmOY09MmYqAGVxyF7QomUAKYQHvAMM2znVo4FnO43eQ1LL1RMAkMMCYMffvRm4xS1AEt7oNvZIWKoCUBYtFZg0ceTfHxXvLCspqDi+1zvCsJnjz3bjeruIbrfxdyF3BWCA51pJwQpAqhmAUnnpc6CzZXjfExm85EA4/nl1iSTyDOb29tYRCWCk4e/9AoTcrf9DXguA2R8dBz+0UMsAWgIol9YqvHoyVOOhff2zuuAt02Dm86FliN8jMlpW8Xt520icUz0a4zlu46fxH9zGHkQ+C8Ca5y8G/HaZFmkZoNKnAlA2E8fCa6dAV+uuv6a1Aie+AM44CvYd27hsImbY4QuK9SIgz+l/WM2F/csdx9+lXBYAe9MvEowrHSO82XHs4dl75lr8Nk1KvRw4Hs48Gl76XNizE+IIKjHs3QXHPhfefRxMPUDr/tJ4lajPO8JwBDBCeINjhN/ZwLs+cye/W45TuxwLb3Ua/UVhwRGH2vSluV/nMpudhlWnrAEO9M4iGWurDtzsj33uwCuCTTd7yYHIivXKyo9Vj4HUa/c/wOWOYw8qlzMAAITK5bgdCwyEpDjLADoLoPx085e8iKPHvSMMS+Q6/d9PnHiebTOo3BYAm7VkHXCjY4TiLAMYj3hHEJEmEUVrvSMMVZhN5Pxk13z7Sn7f15LbAgCA8RvH0V8c5h/2Usfxh+NB7wAi0iQiirMBcHN8Gp7LoyH8ym3sIch3AQj80nV8s390HX+oQlABEJHGsOh+7whDZnj+DE9J0ksdx9+tXBcAm7H8fuBWtwDB3hLmTi3AAe3RA94JRKRJRJbLR9qeLnyEfYDTHSMssq+y2nH83cp1AQDA7NeOo7cTh7c4jj80aaIZABFpDDPPvVlDV43eCVTdxg/B8941JPkvABG+/xJT3u86/lC0dRZnSk5EiiuyYIcv+ot3jN0ZePNf9B7XEJZe4jr+EOS+ANjxy26H4Pc8voUpYcHkl7iNPwS29283A8V6NEdEiieOe70jDMk5lRkQnu82fuAmm0PuP5jlvgBs91Pn8QuwGTA84J1AREquEm3wjjA04b3O4//Ed/yhKUYBqFX+F8+jFANnhCsmd7qNPyT2gHcCESm5yNZ4R9id8FHGA69zjJASp79wHH/IClEA7KSlD4Ld4BhhHO14HUs8VA94BxCRkost/xuOK9G7gXa38Y1r7DxWuY0/DIUoAABY6rsMkHJOCDn+92Xc5x1BRErOoru8IwwmvI8q2EecYxRi+h+KVACo/AyouQ1vvJD5k1/lNv7uhDT3O3NFpOjipd4JBjUmfhNwkGOCHnqS3D/+96TCFACbvvQxvN+qZJzjOv5g4vBn7wgiUnJpWOwdYVAWznZO8Gv7OpucMwxZYQoAABa+45xgepg7+VjnDDv3rPRBoN87hoiUVGypvWRRbvcAhI9XTgU7wjeFed+jhqVYBSDZ8/cQfI9WNLwb5k6ZzatheimQiNRJpbLVO8KgQvi4c4L76arNc84wLIUqADZrXg2iH/qG4HVh7qRDXDPsSrB7vSOISEnF9ph3hF0J57RMBk5yTvEdm03qm2F4ClUAAIj4Lp5nAkBMFJ/lOP6uWVABEJH6iO0h7wi7lpwLmGOAlDT1/XA6AoUrAHbCsnuAhc4x3hnmTtvLOcMzBVQARKQ+zO70jrAz4VwOAt7oHONyu5CHnTMMW+EKwAD7pnOADqz/Y84ZnkkzACJSL5X4Fu8IO5XEn8TzrX8Ahvc9aUSKWQA6K78GVrpmMD4c5k7a1zXD0yV6FFBE6iRigXeEpwuf5DmA71v/4C90Jn90zjAihSwAduSSfuDbzjE6ieJ/cc7wVPsn9wF93jFEpGQiCzbphvzNMNbizwMtviHCN4u2+e9JhSwAAFj1W/g/9/7+MH/yc50z/JXZvBpoH4CIZKwabfOO8HTh3JZJwBnOMbaRpN93zjBihS0ANn3JasD7yMUWCP/mnOHpcn1Wt4gUUBw/6h3hGZLkC0DsnOLHdhGPO2cYscIWgAHpxd4JwM4M101+oXeKHagAiEi2oihXM4vh7OpRwGu9Y0D8n84ZRqXQBcBm3LYIbJFzjAoJn3POsCMVABHJVmx/8o7wFJZ+Ed/n/gGusDl9y50zjEqhCwAAgTneEYA3hflTnM+g3s5SFQARyVY1mu8d4Unh45UTgFO9c4Cd751gtIpfAGYsuxTwfvzNsPAfzhkGxMmd+J6UKCJls0dfLh4BDGCE8BXvHBCW2pzatd4pRqvwBcCMFLMLvXMQeHlYOOXvvGPYs+ZtwfuMBBEpj2rca/stycdTAGfHbweO845BKP6nfyhBAQCg0vEDYK13DEL4apj7nDbvGGBaBhCRbMTROu8IAOFDjMXIwad/HmRM8gvvEFkoRQGwl97QjfFV7xwEnkc0NgevCw63eycQkZKoVO73jgBAa+WzwETvGIRwns2m5h0jC6UoAAAkydeBPDTVT4W5U5/jmiDYCtfxRaQ8IpZ5RwhncyiED3nnAFaTpt/zDpGV0hQAm3X7FsxycC4A7cThPNcEUVLoR1NEJEeicL13BCy+EO8X/gAQvmwX0e2dIiulKQAA9FYuBp7wjkEIbwwLppzmNn5t221A4ja+iJSDAd32e88I4Zz4TYDfz9MnGY+SpP/jHSNLpSoAdsqSjVj4uncOAEJ6YbhlmktjtQNv6Aa9GlhERqla6bFjb9zkNXyYTQfgO6P6pDScX6ZP/1CyAgCwfTPgBu8YYIeypea4ZmVaBhCR0anGa1zH31L5N+DZrhkGrMHS//IOkbXSFQA7YcUTBPLxjKaFL4S5kw7xGRttBBSR0TG722vo8LHqFAjneI3/FCF8weaw1TtG1kpXAADo5WuAb3Md0EEUfz8Eh3/PadAMgIiMToUbPIYN76NKlHyXPGz8CzzAmPTb3jHqoZQFwE5bvhUL/+6dY7uXsfDwDzZ81DhSARCR0anZ71zGHVf5DNhLXMZ+pn+z2fR5h6iHUhYAADpavgXc5x0DgGBfafhSwD5XPgC4bd4RkYKLomDTblzS6GHDx6tTCeHcRo+7UxZWMCb5qXeMeiltAbAjl/QTbLZ3ju06iOLvNHIpwIwALG3UeCJSMi1RwzdTh9m0QPJD8jD1DxDsUzab1DtGvZS2AAAwY9mPIdzsHWO76cyf8k8NHrPh7V1ESqISP9TwMbdUPkOwwxs+7s4E5tqc5DLvGPVU6gJgRgrho+Tl9bgWvhzmT31+w8YL3NKwsUSkXCJr6Ien8LHqERA+0cgxB5ESRfl4AqGOSl0AAGzGbYuA33jn2K4D0m83bCkgVQEQkRGKKw3bABg+RCtRjqb+je/a+f1/8o5Rb6UvAABE4eNAr3eM7aazcMqnGjLSAVfdSy4ORRKRQjGDeP/LGzZeS3wB2GENG29wm+lPPuMdohGaogDYCSvuA/JxRDBACJ8Nc6fOrPcwZgQCpW+xIpKx1nijTfpFQx59C2fHb8Bo9P6oQYQv2VdZ7Z2iEZqiAAAQ934eWOUdY7uYKP2/MHfSvnUfKdIygIgMUxz/pRHDhI/zPIw8HbJzL13pRd4hGqVpCoAdf/fmHG0wAdiHKP5J+Pkb4/oOE/QkgIgMT2w31nuI8CFaCfHPgHH1HmvIjI/YbHq8YzRK0xQAAJux4sfAtd45djCLfe7+ZF1H0AyAiAxXpXJJ3cdoiS8AptV9nKH7pZ2f/ME7RCM1VQEAwOIPAf3eMXbw+bBg8kl1u/qzrr4fWFe364tIucQWOKylrh+U8rfuzzZCUvrH/p6u6QqATV96B4GveufYQUTgx/XaD2BGwHxe6CEiBVSJN5jNq9Xr8jlc9wfCbLuAB71TNFrTFQAAQvJ54AHvGDvYhyj6Qd32A4SwqC7XFZHyqVbuqdelw1m0E6Kfk6d1f8JyNqV5+lDYME1ZAGzW7VuA95CXEwIBsFPZ5+459bl2pAIgIkNTia6ux2UDGJX4Ozl6yx9AQhS/x/47V8vCDdOUBQDAZiy/FuNH3jme5qNhwZT3Z37VZPPNUM7XWYpIxqytPj8Xz6l8lsBb63LtEbOL7Lz+pt0o3bQFAIC+vrOAR71jPEUIF2e9KdAOvKEbvRlQRHanGvfZ5Hl3ZX3ZcHb8Bgj5Ol0v8ADUZnvH8NTUBcBOvms92Ee8czxNlcDPw8IpL8j2stoHICK70RJlvhEunF2dhvEDwLK+9igEsPfZHLZ6B/HU1AUAwGYs+xlwqXeOp5lAEn4b5k4dn+E1r8/wWiJSRlE10w8K4RMcgKWXAR1ZXjcD37YLald5h/DW9AUAAIvfS96WAowXEoWfh7kzK5lcLw7XZXIdESmvavqLrC4VzqKdNP41MDGra2bkfqLkbO8QeaACANj0pY8R7APeOZ4pnEL0+NeyuJLtc82jwP1ZXEtESiiywGEdV2RxqTCbiDj+EXBUFtfLUIrZO+w8NnsHyQMVgO1s5rLfAD/wzrETHwzzJv9rRtdakNF1RKRsWiprMzsAaGtlDvD6TK6VKTvfzq8t9E6RFyoAO+qrfgTL4WlQxr+HBZM/OvrrhDy9B0FE8qQSL8viMuHsyr8TwllZXCtbdgddzb3r/+lUAHZgpyzZSGrvAlLvLM8QuCDMP/yMUV2jll6TURoRKZtq9MvRXiJ8PDoHC1nNWGapB6K3NtOb/oZCBeBpbOayucCXvHPsRAT2/bBwyt+N9AJ24LUrgT9nmElEyiCywF79Px7NJcLZ8TsIdl5WkTJl4Ryb07fcO0beqADsTDphNvl8bK5KGn4eFhw+YxTX0DKAiDxVS/yY7bdk20i/PZwTv277C37y9Kz/k37P+ek3vUPkkQrATtiseTVI3wo87p1lJ9oJ/DYsPHxk79EONjfjPCJSdNXq4pF+azincjLwUyCbR5az9QjV5B2Wq/e+5IcKwC7YjNsexnifd46ds7GkdnmYe/iLhv2tMXPRHwYR2VFU+clIvi2cXTkewqVAa8aJspBgdoZ9ifXeQfJKBWAQNn35r8C+4Z1jF/Ym4tqw4IhDh/NNtu+Va4Hb6pRJRIomjgJTqr8a7reFsyvTsfAH8nfK33bhs3rkb3AqALvTWTmLfO4HAGwiIVkY5k0d7mEb2gcgIgNaKiuH+/x/OKcyEwu/B8bUKdXoBH5HV5rHzdy5ogKwG3bkkn5S3gI85p1lFyZg6ZVh3uHHDfk7gulxQBEZUI2H9Sk5nBO/CsLlQFedEo1O4AFaknfa7Bw+zp0zKgBDYLOWP0KwNwOJd5ZdGI/ZVWH+5BOH9NUx14KehxURoBJ/f6hfGs6J3wT8BmirW57R6SGK/l7r/kOjAjBENnPZXIxPe+cYRCdwWZg/5dTdfaHte+VWYH79I4lIrlXimh2+6MqhfGk4Jz4D+DFQrW+oUTA+YOf3/8k7RlGoAAzHCcu/DAx7s0wDdUD4bZg3+fQhfO3ldU8jIvnWWrl7KF8Wzo7eD/wv+XzUbzu72M5Pvu+dokhUAIbBjEAP7wCWemcZRCvGr8L8KW8e9KvicFmD8ohIXlXj3R7/O3C8r32TPN8vjKvoqukVv8OU3/9Dc8pOLjrHfQAAIABJREFUW76VOP47YJV3lkFUIfw0zJ88e1dfYPtcfR9wT+MiiUiuGNDW9p+7+uXwRuJwTuVrBDuffJ7w96T7SZMzbDbZvMmwiagAjIAdv3QVpG8Eer2zDMKAz4b5h38n3DJtF2t29oeGJhKR/GitPmYvnLduZ78UPkgXz45/A+HDjY41TJuJ49PtAnb6zyGDUwEYIZtx2yIsvN87x+7Zu9na97uw+Jixz/ilgAqASLOqVnZ6Hkg4i/3piBYCQ9lL5Ckh8Gb7St/t3kGKSgVgFGz6iu+DfdE7x+7ZqfR2Xx+uOeLZT/nbG8bNh7DZKZRkrRLXf4xWnSJdGlH1GdP/4ayWw4njRWBTPSINi4Wz7IJEm5lHQQVgtKYv+wzwA+8YQ3AYlWRxmHvYkU/+DZv0iz5AhwKVxfj6n8haOSjPS8EyZNW416Zed92OfyucXTmNOLkOOMgp1TDYV+z89OveKYpOBWCUzAh0Vt8LdpV3liHYlyiaFxYc/pq//h2LLnHMI1napws66/dOFqsEWk/I7yPgMgwtlWU7/s9wdvw+LPwOeOZSYd4EfkZX7V+9Y5SBCkAG7Mgl/bS2vQFY7p1lCDoJ9pswf8qXQyCip+9SoM87lGQgjuC459Tt8p0ztxEfqAJQCpX4RwBhNm3hnMrXML5Frp/x/6sF9CXv0DG/2VAByIgde+MmSP8OeMQ7yxAYhHNZOPn3PLC5AlztHUgyMnl/ODL7Gdy2F3cz5tycvvRNhqcSpVQP/Fb4OM9jS7SoADv9B1hYQSV5rX09109fFYoKQIZsxm0PQ3Qi8Kh3liEJvJyofylb+271jiIZmn4IvPxQaMngA10U6DptG3tc3Ia1aP2/FFqrt/P9X59KiG8GO8I7zhD9hf70NPsyT3gHKRP9ia6DsHDSFNJ4HjDeO8uQRFGN5+1lYA3YRi4Ns7UXlq6E5Suhp3+nX7LmGy8k7X5mUbCWlI5jeuj8hwqVF7bUO6k00mNbr2DxA6dQnA+AqyA53uZwv3eQslEBqJMw/7CXQnQVUIx50/33gA79oC+lNMDqjfDgE7B+Czy+Dbb2QX/Co/95CCGNiDpTKnvXqBwYaD0mouX4VqxNPx5KJzL43R2QFGYJfQMWzbLz+zVLWQf6E15HYf7kVzPw8qD8b64Z1wHPGuOdQhrtvrWQ6Nn+plFL4fI7vVMM1RaITrY5/Td6BymrokwBFZLNWP5bjLdCAc6o3tINug+IlNuDhVlC30Zkr9bNv75UAOrMpi//JSGcQd5LQBKgW08DipRWZHD3Wu8UQ9ENdrqdV5vrHaTsVAAawGau+AXY28h7Cdjc451AROqlPy3C2n832KttTm2n7ymQbKkANIjNWPZz4B8hxwdYbO3RMoBIWT3wuHeC3ekD3mhzajqXpEFUABrIZiz/AfBuIPHOslNJgC2aBRApnTjK+/T/NsxOtznJ772DNBMVgAYbKAF2BrDzB7O9ber2TiAiWdval+fp/61gp9v5tSu9gzQbFQAHA8sB4bVA/u622/qhls8JChEZoTtyezjpBtLoZK35+1ABcGIzVvwBC68ANntneaqgzYAiZRJFsHKDd4qdWUsazbQL+xd7B2lWKgCObPqK+Vj0CsjZ+dZaBhApj3VbvRPszMOEZIZd2L9s918q9aIC4Mym33o9Fh8PPOyd5a/6kl2eHS8iRWID74LIFbuDNHmZXcBd3kmanQpADtj0pXcQx8cCy72z/NUmLQOIFF+AzTl6e66xmGptul2Yow88TUwFICfs+KWriMJMjOu8swCwuRuCDgUQKbQ8Hf1rXEItOdG+xHrvKDJABSBH7IQVT1DpPBX4rXcWUm0GFCm0yOD2Nd4pBgS+wQPJG+yiHD751MRUAHLGXnpDN9OXvxb4nHcWNurPqkhhbcnFs/8JhE/aBck/2y9yegBaE1MByCEzgs1YPhvjvXgeGNTTD73aDChSOAYsXeWdYgvwOpuTfsU7iOycCkCO2fTl38Z4BeD3EO9GLQOIFE4weHyLZ4KVWDTD5iSXeYaQwakA5JxNX34NaTgO7F6XAJu7B/YDiEhx3LfOb2xjMZYcaef3/8kvhAyFCkAB2KwVd9HaNg24tOGDp0F7AUSKJI7gTrfNf/9LLTnRzicnuw9lMOYdQIYuBIwFh38C7D9oZHmrxPCcvfS7pYzuWzvwFkgpj8e74fr7Gj1qLyGcaxekX2v0wDJymgEokIHNgSu+QmSvATY2bOBaAltydJiIiOxcZLCk4WfsrAKbpZt/8agAFJCdsOx3kB4H3NmwQTe4bigSkaHY2t/oY7wXYMk0m1O7oZGDSjZUAArKZtx2J9XOaRj/05ABe2p6P4BI3i19pFEjBbCL2ZScrPX+4tKqbgmE+ZPPBL4JdNZ1oK5WmDi+rkNIg2kPQHmkAX5/RyNGWkfgTLsgubwRg0n9aAagBGzG8h+ShiOBFXUdaEsv9NXqOoSIjNBtDTn4ZwFJMlU3/3JQASgJm7XiLno4Dgvfq+tAT+Ty3eIiTc7gwbqeF5aAfYGu5CS7iLy9X1hGSEsAJRQWTP57Av8D7JH5xQ04aC9oiTO/tDjQEkA53P0Y3LO2Xld/GLN/sPNr8+s1gPjQDEAJ2fTlvyJOptbl1cIB2Lgt88uKyAhFUf1u/sYlVJMjdPMvJxWAkrLjb3+IZMIsBt4qmO1buDZ2D5wNICL+7nmsHlftIYSP2vnJ6+xLrK/HAOJPSwBNIMydOpMo/RGwf2YXHdcOzxqb2eXEiZYAii2O4JKs9/7aHRC91eb0Lc/4wpIzmgFoAjbr1nmk1anAbzO76KZu6NcsgIiruzOd+g/Af9JVm6abf3PQDEAT2f4ugQ+CzQHaRn3Bse2wj2YBCk0zAMUVRXBpZp/+15HyHrswye5DguSeZgCayPZ3CXwDwtEQRn9iyOZu6Ne5ACIubl+d1ZWuJUqm6ObffFQAmpDNWLGCdPM04OJRXSgA6/WOAJGGM4N71432KjWwz/FgcqqdR0NOEZJ80RJAkwvzp7wewrcZzZkBB0yA9mp2oaRxtARQQAYrVsEDj4/mIg9i9jY7v3Z9VqmkeDQD0ORsxrJfEydTgYUjvsj6zdkFEpHBJelob/4/oTeZrJu/qADIwJkBj75wFoRPAsN/5V93/8B7AkSkviKDxQ+N9Ls3E/h/Nid5m32dTVnGkmLSEoA8RZg75Xii8GPgoGF9YzWGZ++l31FFoyWAYtnWD9fcM5LvvAVLzrDz+XPWkaS4NAMgT2Gzll1HX3Uyxk+H9Y39CWzQEcEidRMZXH//cL8rgF1MV/Iy3fzl6fR5TXYpzJ98JvBNoHNI3xBF8Jw9B04nk2LQDEBxrNkMNw9r+n8tgXfq1b2yK/pJLbtkM5b/EIuPBoZ2KliawjptCBTJXBzBkmHd/P8AyeG6+ctgVABkUDZ96R1s3XY0A2cG7P6j4qYe6O6rey6RpmHArY9AOqSv7oXwSbqS020OdXs/sJSDlgBkyML8KadC+AGw76Bf2FKFgybod1cRaAkg//oSuOKuIXyh3UVqZ9iF/UvrnklKQTMAMmQ2Y9mV1OxI4NpBv7CvXxsCRbIQGVw3hI1/xrehdqRu/jIc+owmwzbwUqHJHwbOA1p2+kVmA7MALZWGZpNh0gxAvj2yEZY+MthXbCLwfrsgGd5TOyJoBkBGYOClQsu/RoiOB7t3p18UAqzVhkCRkbPd3fxvJEmO0M1fRkoFQEbMZt56M32VIwn8306/oLsPNnU3OJVICUQG19+3q19NMPs8XcnxdhG7/CKR3dESgGRi+5kB3wC6nvILscGBe0FVXTOXtASQT49tgcUP7uxXHibY2+2C2oJGR5Ly0U9lyYTNWP5DYDKw+Cm/kAR4dCNDeYJQRBj49H/jTm/+vyFJpurmL1lRAZDM2Izl97NXMgMLF7LjHb+7DzZoKUBktyKDBX95el/etv0lPq+3ixjVawBFdqQlAKmLMHfyy4n4AfAsYOCpgAMnQKueCsgVLQHky6pNsOThHf5GWE5I32oXcIdbJiktzQBIXdis5X8kTaZAuBIYeCrg0U0D/ykiz5SGHW/+gcDX6UqP0c1f6kUzAFJXzzgzYHwH7D3GO5Y8STMA+RBHcNU9sLUXYB3wbpuTXOacSkpOMwBSV389MyBNXwb8mQ3bYEuvdyyR/DCDW1cN3PyNa4iSKbr5SyOoAEhD2KzbbiHunQb8kEc3Qn/iHUkkH9ZvgwfW90P4JJ3JqXYeq7wjSXPQEoA0XFgw+Q20V7/Jfnvsjem3oCstAfgKwO9uv4UQvd8u6F/iHUeai2YApOFs+vJf0rvleWzY9lvvLCJuKlHgpofPpSs5Rjd/8aCPX+IqrDz5vzF7r3eOpqUZAB+RBdraT7WjFl/tHUWal2YAxNd+T/wToJPNpIkYjG39nG7+4k0FQFyZLemnGr0FeMg7i0hDjGm53Kbc9DnvGCIqAOLO9r5iNZa+AtjgnUWkrjqrf7aX3PxK7xgioAIgOWETr7kDC68D+ryziNRFW2UD7WNe4h1D5EkqAJIbNvHqeQT7gHcOkcxVol6qbVNt0rwt3lFEnqQCILli+1/5XbBPe+cQyUwlTuhqm2EvWbTTd/yKeFEBkNyx/a78IsHmeOcQGbWKpYxrfZ1NWXyjdxSRp1MBkHza78pPAN/2jiEyYpEFOtveaYct1rn+kksqAJJLZgQmjn8/2K+8s4gMmwFj2z9qU2/8X+8oIruiAiC5ZfaLhInr36oSIIViwLiOT9mUxRd7RxEZjAqA5JrZkn4mjnszhB97ZxHZLTMY03auTVn8H95RRHZHBUByb2AmYI93AD/yziKyS2Ywru3jdsRN53lHERkKFQAphIESMP6dWPiudxaRZ4gtML7jn23KjXp6RQpDbwOUQgkBY9Wpn8XCZ72zlILeBjh6lSilq+XtNuWmn3pHERkOzQBIoZgRbP8rZ4N9BEi980iTq8Q1Ojpfrpu/FJEKgBSS7XflxWBnAr3eWaRJtVS20RUfYUdcf5V3FJGRUAGQwrL9rvwxUZgJPOqdRZpMe8sauvY42Kbccpt3FJGRUgGQQrN9r15MWjkSuNU7izSJrtZlHNV1oB1+jYqnFJoKgBSeHXD5I7RWZmD81juLlJgZjOv4L5t281SzeTXvOCKjpacApDRCwFh9yoeB84Gqd55C0FMAQ1OJa4xpf59NXvQ97ygiWVEBkNIJq06dDvwMwr7eWXJPBWD32ipraes61qYsuN87ikiWVACklMLDJ+5PFP8Q40TvLLmmAjC4MW1XcMRNrzTTI6dSPtoDIKVkB167kv2uOhn4KHpUUIarGvczru0D9pKbXq6bv5SVZgCk9MIjp0wl4sfAod5ZckczAM/U0XIPLS0n2JRFa72jiNSTZgCk9OyAq26lt38a2JcB7d6WnavENca1f8aOuuWFuvlLM9AMgDSV8PBJk4mj7wBHemfJBc0ADOhsuZOu1pPtRdev8o4i0igqANJ0QphZYVX1bIxPA53eeVw1ewGoxL10Vj9qU2/6L+8oIo2mAiBNKzx0yn5U+DLwdpr1z0KzFoDYAh0tf6S18002ad4W7zgiHprzh57IDsKq006A9GJgqneWhmu6AmDQUbmXjsprbNKNd3inEfGkTYDS9Gy/KxYy8WXTgH8AdNhLWbVVHmNC+5vtqCXP181fRDMAIk8RwrQqq/d8F/C5pjhJsBlmAForW2hr+YxNXXyRdxSRPFEBENmJsHZmF0n1/xE4G5jonaduylwAWiqb6Wi50KYsnu0dRSSPVABEBhFuf2MLE554C8E+BbzAO0/mylgAWiubaGm52F6y+NPeUUTyTAVAZAhCmFlhTeX1BPsQcLx3nsyUpQCYQXvLX2ipfNqm3PBT7zgiRaACIDJMYeXJRxDZhwi8FWjzzjMqRS8AcZTQXp1PS/s/2+EL7vSOI1IkKgAiIxQefNUetPSdQeCdFPVkwSIWADNoq6ykpfo9xrX9uz13Xo93JJEiUgEQyUBYc+phpOGdwJuAA53jDF2RCkBrZSutlcsxPmVTb7rHO45I0akAiGQs3HTgB4hbvsmEidDa7h1ncHkvAHEEm3vh8XVz7W2PnegdR6RMKt4BREpn/cP3kAJr/gIdY2HcXjBmr4H/burcg4oMArB+G/x5LazdfkrvxKADmkQypgIgkrXA39akt20a+Gv1fVCpwpg9YewE6NoDWjocQ+aEAVEE2/ph5Qa45zHoT3b2lb0NTiZSeioAIlkLu7hZ1frhiTUDfwFUWweKQOd46BwH7V1gJT+dOzLAYEsvrNkE962H7v7df5+xre7ZRJqMCoBI9ob2abW/96mFwAzaxwz81TEW2jqhrWtg5qBwDGKDFOjph/VbYeVGeHTTwBT/8HVnm09EVABEshbRRzqC7wvhb0sG61f+7e9XWqC9E1o7oaUNWtr/9p/V1sxiD9/2m3wAagn01GBzD6zbCqs3De2T/VBFWgIQyZoKgEjWaqSZvmez1geb+2DzE8/8NbOBghBXB8pAtWXgf0cxxDFEFYgrA//d4r99XxQPfK9FEIcdPpVv/+9JgDRAkg6syfcnAzf0rb2wpQ829Qz81SiBnW4MEJGRUwEQyVpMOsJp7uELYWApob8XerYM//uviyHDD+oiUhwl33Ek4qA2ogUAGUzQmSUiWVMBEMlatWGf/5tHpJ9VIlnTHyqRrGkGQEQKQAVAJGuxCkAd6GeVSMb0h0oka4n+XGXOtAdAJGv6QSWStZgintyTbzX9OxXJmgqASNZSWrwjlI6hFyeIZEwFQCRrmgGoh07vACJlowIgkjXNAGQv0QyASNZUAESylmoGIHtBMwAiGVMBEMlapAJQB23eAUTKRgVAJGsRXd4RSieNtAQgkjEVAJGsBcZ4RyidoD0AIllTARDJmgpA9kIY6x1BpGxUAESypwKQtVSPAYpkTQVAJGuaAcheTUsAIllTARDJWqQCkLmEVu8IImWjAiCSPa1XZy01Ha4kkjEVAJHs7e0doHRqVLwjiJSNCoBI9vb1DlA6CRa+ofMVRLKkAiCStcA+3hFKJwCBSd4xRMpEBUAkeyoA9ZDEh3pHECkTFQCRDIUr6ESvrq2PJLzAO4JImagAiGQp0fp/3aQ8xzuCSJmoAIhkKdX0f90ktr93BJEyUQEQydbB3gFKKwkqACIZUgEQyZLxPO8IpdWv8xVEsqQCIJItzQDUS49pc6VIhlQARLIUVADqpp8o/I/2WIhkRQVAJEtaAqivLfHLvCOIlIUKgEhGwmV0oGOA6ywc551ApCxUAESyUuEQwLxjlFqfHeUdQaQsVABEspJwhHeE0usLz/eOIFIWKgAiWTGmeEcovR7To4AiGVEBEMmKaQag7vqohgvRgUAiGVABEMlACBiByd45Si8AcXS6dwyRMlABEMnC73kRMME7RlPoD6/yjiBSBioAItk4wTtA0+ixad4RRMpABUAkC6YC0DBbbZ8wWz+7REZLf4hEsqEC0Cj9RIznJO8YIkWnAiAySuGPHAI82ztHU0mid3hHECk6FQCR0Up4tXeEprNNMwAio6UCIDJahh5La7TNtm+4mLHeMUSKTAVAZBTCVYwjoDfUNVoKpNEHvGOIFJkKgMho9PJaoOodoyl1c6Z3BJEiUwEQGQ3j3d4RmtYGe3G4UIcviYyUCoDICIXf8lz0+J+fBIPoX71jiBSVCoDISFV4D2DeMZraFi0DiIyUCoDICIS5dBF4r3eOprfZ9g5fj1/rHUOkiFQAREZiKx8BnuUdo+kFYHO4wDuGSBGpAIgMU/gDYzE+5p1DtnvCDg5f5RTvGCJFowIgMlyBz6NX/+ZHADZGPwvajyEyLCoAIsMQ/sCpwIe9c8jTbLY9uCD6hncMkSJRARAZonAp+xD4PvqkmU9r7f3h4vit3jFEikIFQGQIwmXsT4VrgYneWWQXEow1/Cj8Z/wa7ygiRaBPMiKDCD+nhQ7+AePLwF7eeTJ3XQz93iEyFgF7pZewd3iXvYsN3nFE8koFQJpOCNOqrJ4wBcILgBeDPQ9sb0LoIqR7ENIJhNBCmrYS0lbK/Odk1VYIwTtFfRkBCJjVMOsjivqI2IzZQ8TRcowbeVbtV7bfkm3eUUUaqbw/2ER2EFafNok0fRXGicDxQKd3ply4by0kJS8AQ2EGbZV1VOMbqUbfssMWX+YdSaTeVACktMKqmXtByxkQzgSmeefJJRWAnWutbKWlejnt1U/Zi6+7xzuOSD2oAEjphEdP2oc0OovAh4AO7zy5pgIwODPoqN5J3PIOO2LRzd5xRLKkAiClER4+bQJx+CKE9wAt3nkKQQVgaMygo3U51bbX2pQF93vHEcmCCoAUXggYa07+B4Kdj87nHx4VgOGJokBHyyW8pONNZvNq3nFERkMFQAotrJ25L0n1RwRO8s5SSCoAI9PW8jhtzLApt9zmHUVkpHQQkBRWWH3aLGrVP+nmLw3X0zeBzf3LwrLj/sU7ishIqQBIIYWVJ3+IkF6NTuYTL0mI2Lj1P8Kfjvk/7ygiI6ECIIUTVp5yLmYXo9+/4i0Am7vfHJYcfYN3FJHh0g9QKZSw+pSvbz+WVyQ/tvQcG2456lbvGCLDoQIghRFWnfJ5Av/snUNkp7b2Tgl/OmqudwyRoVIBkEIIq0/5J+DT3jlEBrW5d2ZYeuyPvGOIDIUKgOReWHXqdAJf9c4hMiSbt70tLD3mg94xRHZH5wBIroXVr9ibUFsK7O+dpZR0DkB9VOKECZ2H6j0CkmeaAZB8C7Xvo5u/FE0tidncvcA7hshgVAAkt8LKU98CvNI7h8iIdPfvE5YdM8c7hsiuaAlAcik89uox9HffiT7915eWAOqrEieMbdnfDr/xUe8oIk+nGQDJp75tn0Y3fym6WhLTm17iHUNkZ1QAJHfCIyftidkHvHOIZGJb37HhzuNf4B1D5OlUACR/ovgsoMs7hkgmQoBtvf/jHUPk6bQHQHIlrJ3ZRa36MDDeO0tT0B6AxogtMKZzX5uyaK13FJEnaQZA8iWpvB7d/KVskmCE9HPeMUR2pAIgOWNneicQqYve/jd6RxDZkQqA5EZ45BUHEJjlnUOkLnr79wy3H3eEdwyRJ6kASH5EtZej35NSVgHoT/7JO4bIk/TDVnLE9Olfyq0/nekdQeRJKgCSHxZmekcQqave2nO8I4g8SQVAciGsOvkgAvt55xCpqySNw9KXHuUdQwRUACQvQvRC7wgiDWHJdO8IIqACILmRvsg7gUhDpGgGQHJBBUDywewQ7wgiDZGmei+A5IIKgOTFHt4BRBoihDHeEURABUDyQy//keaQhnbvCCKgAiC5YfpUJE3C2rwTiIAKgORG2uqdQKQx0op3AhFQARAREWlKKgAiIiJNSAVARESkCakAiIiINCEVABERkSakAiAiItKEVABERESakAqAiIhIE1IBEBERaUIqACIiIk1IBUBERKQJqQCIiIg0IRUAERGRJqQCICIi0oRUAERERJqQCoCIiEgTUgEQERFpQuYdQBovzHzteNK+VxL4O2AKsB8w3jmWOFi8+G76+xPvGNJglUoUqtVKX0trdU1HW8tlcXv7nIPvX/Sgdy5pLBWAJhJmnnYISfQFsL8Hqt55xJ8KgACYwbhxnQ+N7Wx753NWLpnrnUcaQwWgCYTj3thOZctXwN6PbvyyAxUA2ZGZMWGPzls7xlZmPfeBWzd455H60h6AkgsnnDaRytZ5YB9CN38RGUQIgfWPb5m6/tHuVfcfMO0Y7zxSXyoAJRaOf9XBWHwzcLR3FhEpjm3dve1r1m68/v4DjprhnUXqRwWgpMLLXj0GC5cQ2N87i4gUT39fLV63buMV9z7vqAO9s0h9qACUVVT7X+Bw7xgiUlzdPX2tWx7butg7h9SHCkAJhekvfyXwGu8cIlJ8mzZt2+/PE1/yr945JHsqACUTmB0Roi965xCR8tiwYcunAzMr3jkkWyoAZXP8TacCR3jHEJHy6O7ua7t34qZPeOeQbKkAlE0UXucdQUTKp7e3723eGSRbKgAlMjD9b6d75xCR8tmyuedFQfeMUtH/mWXy0hufC0z0jiEi5dPXX4vuP/Co471zSHZUAMqkagd7RxCR8kqS9DjvDJIdFYAySUxv9BOR+knCPt4RJDsqAGUSpS3eEUSkvIKFdu8Mkh0VABERkSakAiAiItKEVABERESakAqAiIhIE1IBEBERaUIqACIiIk1IBUBERKQJqQCIiIg0IRUAERGRJqQCICIi0oRUAERERJqQCoCIiEgTUgEQERFpQioAIiIiTUgFQEREpAmpAIiIiDQhFQAREZEmpAIgIiLShFQAREREmpAKgIiISBNSARAREWlCKgAiIiJNSAVARESkCakAiIiINCEVABERkSakAiAiItKEVABERESakAqAiIhIE1IBEBERaUIqACIiIk1IBUBERKQJqQCIiIg0IRUAERGRJqQCICIi0oRUAERERJqQCoCIiEgTUgEQERFpQioAIiIiTUgFQEREpAmpAIiIiDQhFQAREZEmpAIgIiLShFQAREREmpAKgIiISBNSARAREWlCKgAiIiJNSAVARESkCakAiIiINCEVABERkSakAiAiItKEVABERESakAqAiIhIE1IBEBERaUIqACIiIk1IBUBERKQJqQCIiIg0IRUAERGRJqQCICIi0oRUAERERJqQCkCZpFGfdwQRKS8L1u2dQbKjAlAmcdjgHUFEysviaI13BsmOCkCZJPYX7wgiUl5WCYu8M0h2VADK5Lrf3w884h1DRMqn2lJJDn5oiQpAiagAlIhBAH7nnUNEyqerq/1Og9Q7h2RHBaBsApd6RxCR8mlrrf7UO4NkSwWgbK47+koIf/KOISLl0d7e0n3I6rHneeeQbKkAlIwxO4XoX71ziEh5jN9jzOeMeTXvHJItFYASsoW/vwILv/HOISLFN25c58rnr1ryFe8ckj1hLOs1AAAA8klEQVQVgLKKus8EVnjHEJHiam9r6Z0wZuwx3jmkPlQASsrmzduCxa9BjwWKyAi0tMTJnnuPO/XAR25Y6Z1F6kMFoMRswWX3Q3I0cKN3FhEpjs6uti377D3myIMfvnmBdxapHxWAkrOFV6wm3jYTwlcBvStARHbJzNhzzzFLxu47bv/nrrz1Vu88Ul/mHUAaJxz/qoMhfAHjDUCLdx7xt3jx3fT3J94xxJmZMW5cxwNjujre+dxHbp7vnUcaQwWgCYWTTx5HX/XlpPZqjMOBA4A9vHNJ46kANKdKJQ7Vatzb2lpd09ZevbQ9bj9fa/3N5/8DLDrhXaS1FJcAAAAASUVORK5CYII=\n"),/*isMounted, endpoint, tournamentsshownnumber, lang*/18481152&e.$$.dirty[0]&&Y&&m&&y&&A&&V(),/*tourSlider*/64&e.$$.dirty[0]&&h&&(h.addEventListener("touchstart",K,{passive:!0}),h.addEventListener("touchmove",Z,{passive:!0})),/*session*/262144&e.$$.dirty[0]&&g&&g.length,/*lang*/131072&e.$$.dirty[0]&&A&&x(),/*translationurl*/8388608&e.$$.dirty[0]&&T&&fetch(T).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{Dr(t,e[t])}))})).catch((e=>{console.log(e)})),/*tournamentList, currentTournamentIdx*/48&e.$$.dirty[0]&&n(7,l=I[C]),/*currentTournamentIdx, tournamentList*/48&e.$$.dirty[0]&&n(9,H=C==I.length-1),/*currentTournamentIdx*/32&e.$$.dirty[0]&&n(8,R=0==C)},[b,E,B,a,I,C,h,l,R,H,f,d,r,i,N,G,F,A,g,m,y,v,w,T,Y,()=>N(-1),()=>F(l.id),function(e){U[e?"unshift":"push"]((()=>{d=e,n(11,d)}))},()=>N(1),function(e){U[e?"unshift":"push"]((()=>{h=e,n(6,h)}))},function(e){U[e?"unshift":"push"]((()=>{f=e,n(10,f)}))},()=>G(),function(e){U[e?"unshift":"push"]((()=>{a=e,n(3,a)}))}]}class Yr extends ie{constructor(e){super(),this.shadowRoot.innerHTML="<style>.casino-tournaments-slider-controller{position:relative;width:100%;background:#212223;color:#fff;display:inline-flex;padding:10px 5px;border:1px solid #ff8364;border-radius:5px;min-height:70px;-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5)}.TournamentInfo{width:calc(100% - 4px);padding:2px;display:flex;flex-direction:column;justify-content:center}.TournamentInfo .name{white-space:nowrap;width:99%;text-align:center;text-transform:capitalize;font-size:11px;margin-bottom:5px;cursor:pointer;overflow:hidden;text-overflow:ellipsis}.TournamentInfo .TournamentNameLink{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.TournamentInfo .circle{text-align:center;height:7px;height:5px;margin-top:3px}.TournamentInfo .circle svg{color:#C4C4C4;margin:0 2px;vertical-align:top;margin-top:3px}.TournamentInfo .circle svg.active{color:white}.ArrowLeft{left:1px}.ArrowRight{right:1px}.ArrowLeft,.ArrowRight{position:absolute;cursor:pointer;top:calc(50% - 7px);margin:0px;display:flex;width:7px}.ArrowLeft.Disabled svg{color:darkgrey}.ArrowLeft svg,.ArrowRight svg{vertical-align:middle;width:11px;height:11px;color:#FF8364}section#animator{position:absolute;right:0;top:0;opacity:0;display:none;cursor:pointer;text-align:center;align-items:center;flex-direction:column}section#animator .restoreButton{color:#000;display:inline-flex}casino-tournaments-rank::part(Rank),casino-tournaments-rank::part(Prize){background-color:transparent;padding:0px;margin:0px;line-height:14px}casino-tournaments-rank::part(RankText),casino-tournaments-rank::part(PrizeText){line-height:16px;margin:auto}casino-tournaments-rank::part(Rank_Arror_UP),casino-tournaments-rank::part(Rank_Arror_Down){padding:0px 3px}casino-tournaments-rank::part(PrizeText){font-weight:normal}casino-tournaments-rank::part(Rank){color:#ff8364;font-size:10px}casino-tournaments-rank::part(Prize){color:#fdd500;font-size:10px}</style>",re(this,{target:this.shadowRoot,props:S(this.attributes),customElement:!0},Vr,Zr,s,{session:18,endpoint:19,lang:17,tournamentsshownnumber:20,looptime:21,iconsize:0,icon:22,clientstyling:1,clientstylingurl:2,translationurl:23},null,[-1,-1,-1]),e&&(e.target&&y(e.target,this,e.anchor),e.props&&(this.$set(e.props),K()))}static get observedAttributes(){return["session","endpoint","lang","tournamentsshownnumber","looptime","iconsize","icon","clientstyling","clientstylingurl","translationurl"]}get session(){return this.$$.ctx[18]}set session(e){this.$$set({session:e}),K()}get endpoint(){return this.$$.ctx[19]}set endpoint(e){this.$$set({endpoint:e}),K()}get lang(){return this.$$.ctx[17]}set lang(e){this.$$set({lang:e}),K()}get tournamentsshownnumber(){return this.$$.ctx[20]}set tournamentsshownnumber(e){this.$$set({tournamentsshownnumber:e}),K()}get looptime(){return this.$$.ctx[21]}set looptime(e){this.$$set({looptime:e}),K()}get iconsize(){return this.$$.ctx[0]}set iconsize(e){this.$$set({iconsize:e}),K()}get icon(){return this.$$.ctx[22]}set icon(e){this.$$set({icon:e}),K()}get clientstyling(){return this.$$.ctx[1]}set clientstyling(e){this.$$set({clientstyling:e}),K()}get clientstylingurl(){return this.$$.ctx[2]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),K()}get translationurl(){return this.$$.ctx[23]}set translationurl(e){this.$$set({translationurl:e}),K()}}return!customElements.get("casino-tournaments-slider-controller")&&customElements.define("casino-tournaments-slider-controller",Yr),Yr}));
|
|
738
762
|
//# sourceMappingURL=casino-tournaments-slider-controller.js.map
|