@everymatrix/casino-tournaments-slider-controller 1.13.7 → 1.13.8
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,15 +1,15 @@
|
|
|
1
|
-
!function(t
|
|
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
2
|
/**
|
|
3
3
|
* Creates a new task that runs on each raf frame
|
|
4
4
|
* until it returns a falsy value or is aborted
|
|
5
|
-
*/function g(t
|
|
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),t.sheet}(m(e),t),t.sheet}function y(e,t,n){e.insertBefore(t,n||null)}function v(e){e.parentNode&&e.parentNode.removeChild(e)}function b(e){return document.createElement(e)}function E(e){return document.createElementNS("http://www.w3.org/2000/svg",e)}function w(e){return document.createTextNode(e)}function B(){return w(" ")}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.data!==t&&(e.data=t)}function S(e){const t={};for(const n of e)t[n.name]=n.value;return t}
|
|
6
6
|
// we need to store the information for multiple documents because a Svelte application could also contain iframes
|
|
7
7
|
// https://github.com/sveltejs/svelte/issues/3624
|
|
8
8
|
const O=new Map;let L,k=0;
|
|
9
9
|
// https://github.com/darkskyapp/string-hash/blob/master/index.js
|
|
10
|
-
function x(t,
|
|
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`,k+=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(", "),k-=i,k||p((()=>{k||(O.forEach((e=>{const{ownerNode:t}=e.stylesheet;
|
|
11
11
|
// there is no ownerNode if it runs on jsdom.
|
|
12
|
-
|
|
12
|
+
t&&v(t)})),O.clear())})))}function N(e){L=e}
|
|
13
13
|
/**
|
|
14
14
|
* The `onMount` function schedules a callback to run as soon as the component has been mounted to the DOM.
|
|
15
15
|
* It must be called during the component's initialisation (but doesn't need to live *inside* the component;
|
|
@@ -19,7 +19,7 @@ e&&v(e)})),O.clear())})))}function N(t){L=t}
|
|
|
19
19
|
*
|
|
20
20
|
* https://svelte.dev/docs#run-time-svelte-onmount
|
|
21
21
|
*/
|
|
22
|
-
function D(
|
|
22
|
+
function D(e){(function(){if(!L)throw new Error("Function called outside component initialization");return L})().$$.on_mount.push(e)}const U=[],M=[];let _=[];const G=[],Q=Promise.resolve();let F=!1;function j(e){_.push(e)}
|
|
23
23
|
// flush() calls callbacks in this order:
|
|
24
24
|
// 1. All beforeUpdate callbacks, in order: parents before children
|
|
25
25
|
// 2. All bind:this callbacks, in reverse order: children before parents.
|
|
@@ -43,66 +43,69 @@ function K(){
|
|
|
43
43
|
// Do not reenter flush while dirty components are updated, as this can
|
|
44
44
|
// result in an infinite loop. Instead, let the inner flush handle it.
|
|
45
45
|
// Reentrancy is ok afterwards for bindings etc.
|
|
46
|
-
if(0!==X)return;const
|
|
46
|
+
if(0!==X)return;const e=L;do{
|
|
47
47
|
// first, call beforeUpdate functions
|
|
48
48
|
// and update components
|
|
49
|
-
try{for(;X<U.length;){const
|
|
49
|
+
try{for(;X<U.length;){const e=U[X];X++,N(e),Z(e.$$)}}catch(e){
|
|
50
50
|
// reset dirty state to not end up in a deadlocked state and then rethrow
|
|
51
|
-
throw U.length=0,X=0,
|
|
51
|
+
throw U.length=0,X=0,e}for(N(null),U.length=0,X=0;M.length;)M.pop()();
|
|
52
52
|
// then, once components are updated, call
|
|
53
53
|
// afterUpdate functions. This may cause
|
|
54
54
|
// subsequent updates...
|
|
55
|
-
for(let
|
|
55
|
+
for(let e=0;e<_.length;e+=1){const t=_[e];z.has(t)||(
|
|
56
56
|
// ...so guard against infinite loops
|
|
57
|
-
z.add(
|
|
57
|
+
z.add(t),t())}_.length=0}while(U.length);for(;G.length;)G.pop()();F=!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(j)}}
|
|
58
58
|
/**
|
|
59
59
|
* Useful for example to execute remaining `afterUpdate` callbacks before executing `destroy`.
|
|
60
|
-
*/function V(t,
|
|
60
|
+
*/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)}else r&&r()}const ee={duration:0};function te(n,r,s,a){const l={direction:"both"};let c=r(n,s,l),u=a?0:1,g=null,m=null,A=null;function y(){A&&P(n,A)}function v(e,t){const n=e.b-u;return t*=Math.abs(n),{a:u,b:e.b,d:n,duration:t,start:e.start,end:e.start+t,group:e.group}}function b(r){const{delay:o=0,duration:s=300,easing:a=t,tick:l=e,css:b}=c||ee,E={start:h()+o,b:r};r||(
|
|
61
61
|
// @ts-ignore todo: improve typings
|
|
62
62
|
E.group=q,q.r+=1),g||m?m=E:(
|
|
63
63
|
// if this is an intro, and there's a delay, we need to do
|
|
64
64
|
// an initial tick and/or apply CSS animation immediately
|
|
65
|
-
b&&(y(),A=x(n,u,r,s,o,a,b)),r&&l(0,1),g=v(E,s),j((()=>V(n,r,"start"))),function(
|
|
65
|
+
b&&(y(),A=x(n,u,r,s,o,a,b)),r&&l(0,1),g=v(E,s),j((()=>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(m&&e>m.start&&(g=v(m,s),m=null,V(n,g.b,"start"),b&&(y(),A=x(n,u,g.b,g.duration,0,a,c.css))),g)if(e>=g.end)l(u=g.b,1-u),V(n,g.b,"end"),m||(
|
|
66
66
|
// we're done
|
|
67
67
|
g.b?
|
|
68
68
|
// intro — we can tidy up immediately
|
|
69
69
|
y():
|
|
70
70
|
// outro — needs to be coordinated
|
|
71
|
-
--g.group.r||i(g.group.c)),g=null;else if(
|
|
71
|
+
--g.group.r||i(g.group.c)),g=null;else if(e>=g.start){const t=e-g.start;u=g.a+g.d*a(t/g.duration),l(u,1-u)}return!(!g&&!m)})))}return{run(e){o(c)?(J||(J=Promise.resolve(),J.then((()=>{J=null}))),J).then((()=>{
|
|
72
72
|
// @ts-ignore
|
|
73
|
-
c=c(l),b(
|
|
73
|
+
c=c(l),b(e)})):b(e)},end(){y(),g=m=null}}}function ne(e,t){const n=e.$$;null!==n.fragment&&(!function(e){const t=[],n=[];_.forEach((r=>-1===e.indexOf(r)?t.push(r):n.push(r))),n.forEach((e=>e())),_=t}(n.after_update),i(n.on_destroy),n.fragment&&n.fragment.d(t),
|
|
74
74
|
// TODO null out other refs, including component.$$ (but need to
|
|
75
75
|
// preserve final state?)
|
|
76
|
-
n.on_destroy=n.fragment=null,n.ctx=[])}function
|
|
76
|
+
n.on_destroy=n.fragment=null,n.ctx=[])}function re(e,t){-1===e.$$.dirty[0]&&(U.push(e),F||(F=!0,Q.then(K)),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function ie(t,s,a,l,c,u,h,p=[-1]){const f=L;N(t);const d=t.$$={fragment:null,ctx:[],
|
|
77
77
|
// state
|
|
78
|
-
props:u,update:
|
|
78
|
+
props:u,update:e,not_equal:c,bound:r(),
|
|
79
79
|
// lifecycle
|
|
80
80
|
on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(s.context||(f?f.$$.context:[])),
|
|
81
81
|
// everything else
|
|
82
|
-
callbacks:r(),dirty:p,skip_bound:!1,root:s.target||f.$$.root};h&&h(d.root);let g=!1;if(d.ctx=a?a(
|
|
82
|
+
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&&re(t,e)),n})):[],d.update(),g=!0,i(d.before_update),
|
|
83
83
|
// `false` as a special case of no DOM component
|
|
84
|
-
d.fragment=!!l&&l(d.ctx),s.target){if(s.hydrate){const
|
|
84
|
+
d.fragment=!!l&&l(d.ctx),s.target){if(s.hydrate){const e=function(e){return Array.from(e.childNodes)}(s.target);
|
|
85
85
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
86
|
-
d.fragment&&d.fragment.l(
|
|
86
|
+
d.fragment&&d.fragment.l(e),e.forEach(v)}else
|
|
87
87
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
88
|
-
d.fragment&&d.fragment.c();s.intro&&W(
|
|
88
|
+
d.fragment&&d.fragment.c();s.intro&&W(t.$$.fragment),function(e,t,r,s){const{fragment:a,after_update:l}=e.$$;a&&a.m(t,r),s||
|
|
89
89
|
// onMount happens before the initial afterUpdate
|
|
90
|
-
j((()=>{const e
|
|
90
|
+
j((()=>{const t=e.$$.on_mount.map(n).filter(o);
|
|
91
91
|
// if the component was destroyed immediately
|
|
92
92
|
// it will update the `$$.on_destroy` reference to `null`.
|
|
93
93
|
// the destructured on_destroy may still reference to the old array
|
|
94
|
-
|
|
94
|
+
e.$$.on_destroy?e.$$.on_destroy.push(...t):
|
|
95
95
|
// Edge case - component was destroyed immediately,
|
|
96
96
|
// most likely as a result of a binding initialising
|
|
97
|
-
i(
|
|
97
|
+
i(t),e.$$.on_mount=[]})),l.forEach(j)}(t,s.target,s.anchor,s.customElement),K()}N(f)}let oe;function se(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}}
|
|
98
|
+
/* eslint-disable no-prototype-builtins */"function"==typeof HTMLElement&&(oe=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){const{on_mount:e}=this.$$;this.$$.on_disconnect=e.map(n).filter(o);
|
|
98
99
|
// @ts-ignore todo: improve typings
|
|
99
|
-
for(const
|
|
100
|
+
for(const e in this.$$.slotted)
|
|
100
101
|
// @ts-ignore todo: improve typings
|
|
101
|
-
this.appendChild(this.$$.slotted[
|
|
102
|
+
this.appendChild(this.$$.slotted[e])}attributeChangedCallback(e,t,n){this[e]=n}disconnectedCallback(){i(this.$$.on_disconnect)}$destroy(){ne(this,1),this.$destroy=e}$on(t,n){
|
|
102
103
|
// TODO should this delegate to addEventListener?
|
|
103
|
-
if(!o(n))return
|
|
104
|
+
if(!o(n))return e;const r=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return r.push(n),()=>{const e=r.indexOf(n);-1!==e&&r.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 ae="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||
|
|
105
|
+
// eslint-disable-next-line no-undef
|
|
106
|
+
"undefined"!=typeof global&&global||{},le="URLSearchParams"in ae,ce="Symbol"in ae&&"iterator"in Symbol,ue="FileReader"in ae&&"Blob"in ae&&function(){try{return new Blob,!0}catch(e){return!1}}(),he="FormData"in ae,pe="ArrayBuffer"in ae;if(pe)var fe=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],de=ArrayBuffer.isView||function(e){return e&&fe.indexOf(Object.prototype.toString.call(e))>-1};function ge(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 me(e){return"string"!=typeof e&&(e=String(e)),e}
|
|
104
107
|
// Build a destructive iterator for the value list
|
|
105
|
-
function
|
|
108
|
+
function Ae(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return ce&&(t[Symbol.iterator]=function(){return t}),t}function ye(e){this.map={},e instanceof ye?e.forEach((function(e,t){this.append(t,e)}),this):Array.isArray(e)?e.forEach((function(e){if(2!=e.length)throw new TypeError("Headers constructor: expected name/value pair to be length 2, found"+e.length);this.append(e[0],e[1])}),this):e&&Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}function ve(e){if(!e._noBody)return e.bodyUsed?Promise.reject(new TypeError("Already read")):void(e.bodyUsed=!0)}function be(e){return new Promise((function(t,n){e.onload=function(){t(e.result)},e.onerror=function(){n(e.error)}}))}function Ee(e){var t=new FileReader,n=be(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 Be(){return this.bodyUsed=!1,this._initBody=function(e){var t;
|
|
106
109
|
/*
|
|
107
110
|
fetch-mock wraps the Response object in an ES6 Proxy to
|
|
108
111
|
provide useful test harness features such as flush. However, on
|
|
@@ -113,21 +116,22 @@ function At(t){var e={next:function(){var e=t.shift();return{done:void 0===e,val
|
|
|
113
116
|
semantic of setting Request.bodyUsed in the constructor before
|
|
114
117
|
_initBody is called.
|
|
115
118
|
*/
|
|
116
|
-
|
|
119
|
+
// eslint-disable-next-line no-self-assign
|
|
120
|
+
this.bodyUsed=this.bodyUsed,this._bodyInit=e,e?"string"==typeof e?this._bodyText=e:ue&&Blob.prototype.isPrototypeOf(e)?this._bodyBlob=e:he&&FormData.prototype.isPrototypeOf(e)?this._bodyFormData=e:le&&URLSearchParams.prototype.isPrototypeOf(e)?this._bodyText=e.toString():pe&&ue&&((t=e)&&DataView.prototype.isPrototypeOf(t))?(this._bodyArrayBuffer=we(e.buffer),
|
|
117
121
|
// IE 10-11 can't handle a DataView body.
|
|
118
|
-
this._bodyInit=new Blob([this._bodyArrayBuffer])):
|
|
122
|
+
this._bodyInit=new Blob([this._bodyArrayBuffer])):pe&&(ArrayBuffer.prototype.isPrototypeOf(e)||de(e))?this._bodyArrayBuffer=we(e):this._bodyText=e=Object.prototype.toString.call(e):(this._noBody=!0,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):le&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},ue&&(this.blob=function(){var e=ve(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=ve(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))}if(ue)return this.blob().then(Ee);throw new Error("could not read as ArrayBuffer")},this.text=function(){var e=ve(this);if(e)return e;if(this._bodyBlob)return function(e){var t=new FileReader,n=be(t),r=/charset=([A-Za-z0-9_-]+)/.exec(e.type),i=r?r[1]:"utf-8";return t.readAsText(e,i),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)},he&&(this.formData=function(){return this.text().then(Ce)}),this.json=function(){return this.text().then(JSON.parse)},this}
|
|
119
123
|
// HTTP methods whose capitalization should be normalized
|
|
120
|
-
|
|
124
|
+
ye.prototype.append=function(e,t){e=ge(e),t=me(t);var n=this.map[e];this.map[e]=n?n+", "+t:t},ye.prototype.delete=function(e){delete this.map[ge(e)]},ye.prototype.get=function(e){return e=ge(e),this.has(e)?this.map[e]:null},ye.prototype.has=function(e){return this.map.hasOwnProperty(ge(e))},ye.prototype.set=function(e,t){this.map[ge(e)]=me(t)},ye.prototype.forEach=function(e,t){for(var n in this.map)this.map.hasOwnProperty(n)&&e.call(t,this.map[n],n,this)},ye.prototype.keys=function(){var e=[];return this.forEach((function(t,n){e.push(n)})),Ae(e)},ye.prototype.values=function(){var e=[];return this.forEach((function(t){e.push(t)})),Ae(e)},ye.prototype.entries=function(){var e=[];return this.forEach((function(t,n){e.push([n,t])})),Ae(e)},ce&&(ye.prototype[Symbol.iterator]=ye.prototype.entries);var Te=["CONNECT","DELETE","GET","HEAD","OPTIONS","PATCH","POST","PUT","TRACE"];function Ie(e,t){if(!(this instanceof Ie))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 Ie){if(e.bodyUsed)throw new TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new ye(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 ye(t.headers)),this.method=(n=t.method||this.method||"GET",r=n.toUpperCase(),Te.indexOf(r)>-1?r:n),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal||function(){if("AbortController"in ae)return(new AbortController).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)){
|
|
121
125
|
// Search for a '_' parameter in the query string
|
|
122
126
|
var o=/([?&])_=[^&]*/;if(o.test(this.url))
|
|
123
127
|
// If it already exists then set the value with the current time
|
|
124
|
-
this.url=this.url.replace(o,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function
|
|
128
|
+
this.url=this.url.replace(o,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function Ce(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 Re(e,t){if(!(this instanceof Re))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');if(t||(t={}),this.type="default",this.status=void 0===t.status?200:t.status,this.status<200||this.status>599)throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].");this.ok=this.status>=200&&this.status<300,this.statusText=void 0===t.statusText?"":""+t.statusText,this.headers=new ye(t.headers),this.url=t.url||"",this._initBody(e)}Ie.prototype.clone=function(){return new Ie(this,{body:this._bodyInit})},Be.call(Ie.prototype),Be.call(Re.prototype),Re.prototype.clone=function(){return new Re(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new ye(this.headers),url:this.url})},Re.error=function(){var e=new Re(null,{status:200,statusText:""});return e.status=0,e.type="error",e};var He=[301,302,303,307,308];Re.redirect=function(e,t){if(-1===He.indexOf(t))throw new RangeError("Invalid status code");return new Re(null,{status:t,headers:{location:e}})};var Se=ae.DOMException;try{new Se}catch(e){(Se=function(e,t){this.message=e,this.name=t;var n=Error(e);this.stack=n.stack}).prototype=Object.create(Error.prototype),Se.prototype.constructor=Se}function Oe(e,t){return new Promise((function(n,r){var i=new Ie(e,t);if(i.signal&&i.signal.aborted)return r(new Se("Aborted","AbortError"));var o=new XMLHttpRequest;function s(){o.abort()}if(o.onload=function(){var e=o.getAllResponseHeaders(),t=o.getResponseHeader("set-cookie");t&&(e=e.replace(t,t.replace(/\r?\n/g,", ")));var r,i,s={status:o.status,statusText:o.statusText,headers:(r=e||"",i=new ye,
|
|
125
129
|
// Avoiding split via regex to work around a common IE11 bug with the core-js 3.6.0 regex polyfill
|
|
126
130
|
// https://github.com/github/fetch/issues/748
|
|
127
131
|
// https://github.com/zloirock/core-js/issues/751
|
|
128
|
-
|
|
132
|
+
r.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 t=e.split(":"),n=t.shift().trim();if(n){var r=t.join(":").trim();try{i.append(n,r)}catch(e){console.warn("Response "+e.message)}}})),i)};s.url="responseURL"in o?o.responseURL:s.headers.get("X-Request-URL");var a="response"in o?o.response:o.responseText;setTimeout((function(){n(new Re(a,s))}),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 Se("Aborted","AbortError"))}),0)},o.open(i.method,function(e){try{return""===e&&ae.location.href?ae.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&&(ue?o.responseType="blob":pe&&(o.responseType="arraybuffer")),t&&"object"==typeof t.headers&&!(t.headers instanceof ye||ae.Headers&&t.headers instanceof ae.Headers)){var a=[];Object.getOwnPropertyNames(t.headers).forEach((function(e){a.push(ge(e)),o.setRequestHeader(e,me(t.headers[e]))})),i.headers.forEach((function(e,t){-1===a.indexOf(t)&&o.setRequestHeader(t,e)}))}else i.headers.forEach((function(e,t){o.setRequestHeader(t,e)}));i.signal&&(i.signal.addEventListener("abort",s),o.onreadystatechange=function(){
|
|
129
133
|
// DONE (success or failure)
|
|
130
|
-
4===o.readyState&&i.signal.removeEventListener("abort",s)}),o.send(void 0===i._bodyInit?null:i._bodyInit)}))}
|
|
134
|
+
4===o.readyState&&i.signal.removeEventListener("abort",s)}),o.send(void 0===i._bodyInit?null:i._bodyInit)}))}Oe.polyfill=!0,ae.fetch||(ae.fetch=Oe,ae.Headers=ye,ae.Request=Ie,ae.Response=Re);var Le="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};
|
|
131
135
|
// the whatwg-fetch polyfill installs the fetch() function
|
|
132
136
|
// on the global object (window or self)
|
|
133
137
|
// Return that as the export for use in Webpack, Browserify etc.
|
|
@@ -147,7 +151,7 @@ self.fetch.bind(self);
|
|
|
147
151
|
PERFORMANCE OF THIS SOFTWARE.
|
|
148
152
|
***************************************************************************** */
|
|
149
153
|
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
150
|
-
var kt=function(t,e){return kt=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},kt(t,e)};function xt(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}kt(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}function Pt(t){var e="function"==typeof Symbol&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function Nt(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var r,i,o=n.call(t),s=[];try{for(;(void 0===e||e-- >0)&&!(r=o.next()).done;)s.push(r.value)}catch(t){i={error:t}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return s}function Dt(t,e,n){if(n||2===arguments.length)for(var r,i=0,o=e.length;i<o;i++)!r&&i in e||(r||(r=Array.prototype.slice.call(e,0,i)),r[i]=e[i]);return t.concat(r||Array.prototype.slice.call(e))}function Ut(t){return"function"==typeof t}function Mt(t){var e=t((function(t){Error.call(t),t.stack=(new Error).stack}));return e.prototype=Object.create(Error.prototype),e.prototype.constructor=e,e}"function"==typeof SuppressedError&&SuppressedError;var _t=Mt((function(t){return function(e){t(this),this.message=e?e.length+" errors occurred during unsubscription:\n"+e.map((function(t,e){return e+1+") "+t.toString()})).join("\n "):"",this.name="UnsubscriptionError",this.errors=e}}));function Gt(t,e){if(t){var n=t.indexOf(e);0<=n&&t.splice(n,1)}}var Qt=function(){function t(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}var e;return t.prototype.unsubscribe=function(){var t,e,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=Pt(o),a=s.next();!a.done;a=s.next()){a.value.remove(this)}}catch(e){t={error:e}}finally{try{a&&!a.done&&(e=s.return)&&e.call(s)}finally{if(t)throw t.error}}else o.remove(this);var l=this.initialTeardown;if(Ut(l))try{l()}catch(t){i=t instanceof _t?t.errors:[t]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var u=Pt(c),h=u.next();!h.done;h=u.next()){var p=h.value;try{zt(p)}catch(t){i=null!=i?i:[],t instanceof _t?i=Dt(Dt([],Nt(i)),Nt(t.errors)):i.push(t)}}}catch(t){n={error:t}}finally{try{h&&!h.done&&(r=u.return)&&r.call(u)}finally{if(n)throw n.error}}}if(i)throw new _t(i)}},t.prototype.add=function(e){var n;if(e&&e!==this)if(this.closed)zt(e);else{if(e instanceof t){if(e.closed||e._hasParent(this))return;e._addParent(this)}(this._finalizers=null!==(n=this._finalizers)&&void 0!==n?n:[]).push(e)}},t.prototype._hasParent=function(t){var e=this._parentage;return e===t||Array.isArray(e)&&e.includes(t)},t.prototype._addParent=function(t){var e=this._parentage;this._parentage=Array.isArray(e)?(e.push(t),e):e?[e,t]:t},t.prototype._removeParent=function(t){var e=this._parentage;e===t?this._parentage=null:Array.isArray(e)&&Gt(e,t)},t.prototype.remove=function(e){var n=this._finalizers;n&&Gt(n,e),e instanceof t&&e._removeParent(this)},t.EMPTY=((e=new t).closed=!0,e),t}(),Ft=Qt.EMPTY;function jt(t){return t instanceof Qt||t&&"closed"in t&&Ut(t.remove)&&Ut(t.add)&&Ut(t.unsubscribe)}function zt(t){Ut(t)?t():t.unsubscribe()}var Jt={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Xt={setTimeout:function(t,e){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var i=Xt.delegate;return(null==i?void 0:i.setTimeout)?i.setTimeout.apply(i,Dt([t,e],Nt(n))):setTimeout.apply(void 0,Dt([t,e],Nt(n)))},clearTimeout:function(t){var e=Xt.delegate;return((null==e?void 0:e.clearTimeout)||clearTimeout)(t)},delegate:void 0};function Kt(){}var Zt=null;function Vt(t){if(Jt.useDeprecatedSynchronousErrorHandling){var e=!Zt;if(e&&(Zt={errorThrown:!1,error:null}),t(),e){var n=Zt,r=n.errorThrown,i=n.error;if(Zt=null,r)throw i}}else t()}var Yt=function(t){function e(e){var n=t.call(this)||this;return n.isStopped=!1,e?(n.destination=e,jt(e)&&e.add(n)):n.destination=ne,n}return xt(e,t),e.create=function(t,e,n){return new te(t,e,n)},e.prototype.next=function(t){this.isStopped||this._next(t)},e.prototype.error=function(t){this.isStopped||(this.isStopped=!0,this._error(t))},e.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},e.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,t.prototype.unsubscribe.call(this),this.destination=null)},e.prototype._next=function(t){this.destination.next(t)},e.prototype._error=function(t){try{this.destination.error(t)}finally{this.unsubscribe()}},e.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},e}(Qt),qt=Function.prototype.bind;function Wt(t,e){return qt.call(t,e)}var $t=function(){function t(t){this.partialObserver=t}return t.prototype.next=function(t){var e=this.partialObserver;if(e.next)try{e.next(t)}catch(t){ee(t)}},t.prototype.error=function(t){var e=this.partialObserver;if(e.error)try{e.error(t)}catch(t){ee(t)}else ee(t)},t.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(t){ee(t)}},t}(),te=function(t){function e(e,n,r){var i,o,s=t.call(this)||this;Ut(e)||!e?i={next:null!=e?e:void 0,error:null!=n?n:void 0,complete:null!=r?r:void 0}:s&&Jt.useDeprecatedNextContext?((o=Object.create(e)).unsubscribe=function(){return s.unsubscribe()},i={next:e.next&&Wt(e.next,o),error:e.error&&Wt(e.error,o),complete:e.complete&&Wt(e.complete,o)}):i=e;return s.destination=new $t(i),s}return xt(e,t),e}(Yt);function ee(t){var e;e=t,Xt.setTimeout((function(){throw e}))}var ne={closed:!0,next:Kt,error:function(t){throw t},complete:Kt},re="function"==typeof Symbol&&Symbol.observable||"@@observable";function ie(t){return t}var oe=function(){function t(t){t&&(this._subscribe=t)}return t.prototype.lift=function(e){var n=new t;return n.source=this,n.operator=e,n},t.prototype.subscribe=function(t,e,n){var r,i=this,o=(r=t)&&r instanceof Yt||function(t){return t&&Ut(t.next)&&Ut(t.error)&&Ut(t.complete)}(r)&&jt(r)?t:new te(t,e,n);return Vt((function(){var t=i,e=t.operator,n=t.source;o.add(e?e.call(o,n):n?i._subscribe(o):i._trySubscribe(o))})),o},t.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){t.error(e)}},t.prototype.forEach=function(t,e){var n=this;return new(e=se(e))((function(e,r){var i=new te({next:function(e){try{t(e)}catch(t){r(t),i.unsubscribe()}},error:r,complete:e});n.subscribe(i)}))},t.prototype._subscribe=function(t){var e;return null===(e=this.source)||void 0===e?void 0:e.subscribe(t)},t.prototype[re]=function(){return this},t.prototype.pipe=function(){for(var t,e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return(0===(t=e).length?ie:1===t.length?t[0]:function(e){return t.reduce((function(t,e){return e(t)}),e)})(this)},t.prototype.toPromise=function(t){var e=this;return new(t=se(t))((function(t,n){var r;e.subscribe((function(t){return r=t}),(function(t){return n(t)}),(function(){return t(r)}))}))},t.create=function(e){return new t(e)},t}();function se(t){var e;return null!==(e=null!=t?t:Jt.Promise)&&void 0!==e?e:Promise}var ae=Mt((function(t){return function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),le=function(t){function e(){var e=t.call(this)||this;return e.closed=!1,e.currentObservers=null,e.observers=[],e.isStopped=!1,e.hasError=!1,e.thrownError=null,e}return xt(e,t),e.prototype.lift=function(t){var e=new ce(this,this);return e.operator=t,e},e.prototype._throwIfClosed=function(){if(this.closed)throw new ae},e.prototype.next=function(t){var e=this;Vt((function(){var n,r;if(e._throwIfClosed(),!e.isStopped){e.currentObservers||(e.currentObservers=Array.from(e.observers));try{for(var i=Pt(e.currentObservers),o=i.next();!o.done;o=i.next()){o.value.next(t)}}catch(t){n={error:t}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}}}))},e.prototype.error=function(t){var e=this;Vt((function(){if(e._throwIfClosed(),!e.isStopped){e.hasError=e.isStopped=!0,e.thrownError=t;for(var n=e.observers;n.length;)n.shift().error(t)}}))},e.prototype.complete=function(){var t=this;Vt((function(){if(t._throwIfClosed(),!t.isStopped){t.isStopped=!0;for(var e=t.observers;e.length;)e.shift().complete()}}))},e.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(e.prototype,"observed",{get:function(){var t;return(null===(t=this.observers)||void 0===t?void 0:t.length)>0},enumerable:!1,configurable:!0}),e.prototype._trySubscribe=function(e){return this._throwIfClosed(),t.prototype._trySubscribe.call(this,e)},e.prototype._subscribe=function(t){return this._throwIfClosed(),this._checkFinalizedStatuses(t),this._innerSubscribe(t)},e.prototype._innerSubscribe=function(t){var e=this,n=this,r=n.hasError,i=n.isStopped,o=n.observers;return r||i?Ft:(this.currentObservers=null,o.push(t),new Qt((function(){e.currentObservers=null,Gt(o,t)})))},e.prototype._checkFinalizedStatuses=function(t){var e=this,n=e.hasError,r=e.thrownError,i=e.isStopped;n?t.error(r):i&&t.complete()},e.prototype.asObservable=function(){var t=new oe;return t.source=this,t},e.create=function(t,e){return new ce(t,e)},e}(oe),ce=function(t){function e(e,n){var r=t.call(this)||this;return r.destination=e,r.source=n,r}return xt(e,t),e.prototype.next=function(t){var e,n;null===(n=null===(e=this.destination)||void 0===e?void 0:e.next)||void 0===n||n.call(e,t)},e.prototype.error=function(t){var e,n;null===(n=null===(e=this.destination)||void 0===e?void 0:e.error)||void 0===n||n.call(e,t)},e.prototype.complete=function(){var t,e;null===(e=null===(t=this.destination)||void 0===t?void 0:t.complete)||void 0===e||e.call(t)},e.prototype._subscribe=function(t){var e,n;return null!==(n=null===(e=this.source)||void 0===e?void 0:e.subscribe(t))&&void 0!==n?n:Ft},e}(le),ue={now:function(){return(ue.delegate||Date).now()},delegate:void 0},he=function(t){function e(e,n,r){void 0===e&&(e=1/0),void 0===n&&(n=1/0),void 0===r&&(r=ue);var i=t.call(this)||this;return i._bufferSize=e,i._windowTime=n,i._timestampProvider=r,i._buffer=[],i._infiniteTimeWindow=!0,i._infiniteTimeWindow=n===1/0,i._bufferSize=Math.max(1,e),i._windowTime=Math.max(1,n),i}return xt(e,t),e.prototype.next=function(e){var n=this,r=n.isStopped,i=n._buffer,o=n._infiniteTimeWindow,s=n._timestampProvider,a=n._windowTime;r||(i.push(e),!o&&i.push(s.now()+a)),this._trimBuffer(),t.prototype.next.call(this,e)},e.prototype._subscribe=function(t){this._throwIfClosed(),this._trimBuffer();for(var e=this._innerSubscribe(t),n=this._infiniteTimeWindow,r=this._buffer.slice(),i=0;i<r.length&&!t.closed;i+=n?1:2)t.next(r[i]);return this._checkFinalizedStatuses(t),e},e.prototype._trimBuffer=function(){var t=this,e=t._bufferSize,n=t._timestampProvider,r=t._buffer,i=t._infiniteTimeWindow,o=(i?1:2)*e;if(e<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)}},e}(le);let pe=[],fe={};
|
|
154
|
+
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 xe(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 Pe(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 Ne(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 De(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 Ue(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}"function"==typeof SuppressedError&&SuppressedError;var _e=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 Ge(e,t){if(e){var n=e.indexOf(t);0<=n&&e.splice(n,1)}}var Qe=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=Pe(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(Ue(l))try{l()}catch(e){i=e instanceof _e?e.errors:[e]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var u=Pe(c),h=u.next();!h.done;h=u.next()){var p=h.value;try{ze(p)}catch(e){i=null!=i?i:[],e instanceof _e?i=De(De([],Ne(i)),Ne(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 _e(i)}},e.prototype.add=function(t){var n;if(t&&t!==this)if(this.closed)ze(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)&&Ge(t,e)},e.prototype.remove=function(t){var n=this._finalizers;n&&Ge(n,t),t instanceof e&&t._removeParent(this)},e.EMPTY=((t=new e).closed=!0,t),e}(),Fe=Qe.EMPTY;function je(e){return e instanceof Qe||e&&"closed"in e&&Ue(e.remove)&&Ue(e.add)&&Ue(e.unsubscribe)}function ze(e){Ue(e)?e():e.unsubscribe()}var Je={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Xe={setTimeout:function(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var i=Xe.delegate;return(null==i?void 0:i.setTimeout)?i.setTimeout.apply(i,De([e,t],Ne(n))):setTimeout.apply(void 0,De([e,t],Ne(n)))},clearTimeout:function(e){var t=Xe.delegate;return((null==t?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function Ke(){}var Ze=null;function Ve(e){if(Je.useDeprecatedSynchronousErrorHandling){var t=!Ze;if(t&&(Ze={errorThrown:!1,error:null}),e(),t){var n=Ze,r=n.errorThrown,i=n.error;if(Ze=null,r)throw i}}else e()}var Ye=function(e){function t(t){var n=e.call(this)||this;return n.isStopped=!1,t?(n.destination=t,je(t)&&t.add(n)):n.destination=nt,n}return xe(t,e),t.create=function(e,t,n){return new et(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}(Qe),qe=Function.prototype.bind;function We(e,t){return qe.call(e,t)}var $e=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){tt(e)}},e.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(e){tt(e)}else tt(e)},e.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(e){tt(e)}},e}(),et=function(e){function t(t,n,r){var i,o,s=e.call(this)||this;Ue(t)||!t?i={next:null!=t?t:void 0,error:null!=n?n:void 0,complete:null!=r?r:void 0}:s&&Je.useDeprecatedNextContext?((o=Object.create(t)).unsubscribe=function(){return s.unsubscribe()},i={next:t.next&&We(t.next,o),error:t.error&&We(t.error,o),complete:t.complete&&We(t.complete,o)}):i=t;return s.destination=new $e(i),s}return xe(t,e),t}(Ye);function tt(e){var t;t=e,Xe.setTimeout((function(){throw t}))}var nt={closed:!0,next:Ke,error:function(e){throw e},complete:Ke},rt="function"==typeof Symbol&&Symbol.observable||"@@observable";function it(e){return e}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 Ye||function(e){return e&&Ue(e.next)&&Ue(e.error)&&Ue(e.complete)}(r)&&je(r)?e:new et(e,t,n);return Ve((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 et({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[rt]=function(){return this},e.prototype.pipe=function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return(0===(e=t).length?it:1===e.length?e[0]:function(t){return e.reduce((function(e,t){return t(e)}),t)})(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:Je.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 xe(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;Ve((function(){var n,r;if(t._throwIfClosed(),!t.isStopped){t.currentObservers||(t.currentObservers=Array.from(t.observers));try{for(var i=Pe(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;Ve((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;Ve((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?Fe:(this.currentObservers=null,o.push(e),new Qe((function(){t.currentObservers=null,Ge(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 xe(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:Fe},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 xe(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={};
|
|
151
155
|
/**
|
|
152
156
|
* @name topic
|
|
153
157
|
* @description A small wrapper over the rxjs to offer the topic method on top of it
|
|
@@ -155,135 +159,135 @@ var kt=function(t,e){return kt=Object.setPrototypeOf||{__proto__:[]}instanceof A
|
|
|
155
159
|
* @param step [String] How many values to be buffed for new subscribers - default 0
|
|
156
160
|
* @returns ReplaySubject
|
|
157
161
|
*/
|
|
158
|
-
const
|
|
162
|
+
const dt=[];
|
|
159
163
|
/**
|
|
160
164
|
* Create a `Writable` store that allows both updating and reading by subscription.
|
|
161
165
|
* @param {*=}value initial value
|
|
162
166
|
* @param {StartStopNotifier=} start
|
|
163
167
|
*/
|
|
164
|
-
function
|
|
165
|
-
const
|
|
168
|
+
function gt(t,n=e){let r;const i=new Set;function o(e){if(s(t,e)&&(t=e,r)){// store is ready
|
|
169
|
+
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(),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(),
|
|
166
170
|
// We need to set this to false because callbacks can still happen despite having unsubscribed:
|
|
167
171
|
// Callbacks might already be placed in the queue which doesn't know it should no longer
|
|
168
172
|
// invoke this derived store.
|
|
169
|
-
r=!1}},{subscribe:
|
|
173
|
+
r=!1}},{subscribe:gt(r,u).subscribe};
|
|
170
174
|
/**
|
|
171
175
|
* Creates a `Readable` store that allows reading by subscription.
|
|
172
176
|
* @param value initial value
|
|
173
177
|
* @param {StartStopNotifier} [start]
|
|
174
178
|
*/
|
|
175
|
-
var u}var
|
|
179
|
+
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)}
|
|
176
180
|
// see https://github.com/facebook/react/blob/b5ac963fb791d1298e7f396236383bc955f916c1/src/isomorphic/classic/element/ReactElement.js#L21-L25
|
|
177
|
-
(
|
|
181
|
+
(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 Et(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return Object.propertyIsEnumerable.call(e,t)})):[]}(e))}function wt(e,t){try{return t in e}catch(e){return!1}}
|
|
178
182
|
// Protects from prototype poisoning and unexpected merging up the prototype chain.
|
|
179
|
-
function
|
|
180
|
-
})(
|
|
183
|
+
function Bt(e,t,n){var r={};return n.isMergeableObject(e)&&Et(e).forEach((function(t){r[t]=vt(e[t],n)})),Et(t).forEach((function(i){(function(e,t){return wt(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t));// and also unsafe if they're nonenumerable.
|
|
184
|
+
})(e,i)||(wt(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,
|
|
181
185
|
// cloneUnlessOtherwiseSpecified is added to `options` so that custom arrayMerge()
|
|
182
186
|
// implementations can use it. The caller may not replace it.
|
|
183
|
-
n.cloneUnlessOtherwiseSpecified=
|
|
187
|
+
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,Lt=function(){return Lt=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},Lt.apply(this,arguments)};function kt(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))}
|
|
184
188
|
/**
|
|
185
189
|
* Type Guards
|
|
186
190
|
*/
|
|
187
|
-
function
|
|
191
|
+
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 Ut(e){return e.type===St.time}function Mt(e){return e.type===St.select}function _t(e){return e.type===St.plural}function Gt(e){return e.type===St.pound}function Qt(e){return e.type===St.tag}function Ft(e){return!(!e||"object"!=typeof e||e.type!==Ot.number)}function jt(e){return!(!e||"object"!=typeof e||e.type!==Ot.dateTime)}
|
|
188
192
|
// @generated from regex-gen.ts
|
|
189
|
-
"function"==typeof SuppressedError&&SuppressedError,function(
|
|
193
|
+
"function"==typeof SuppressedError&&SuppressedError,function(e){
|
|
190
194
|
/** Argument is unclosed (e.g. `{0`) */
|
|
191
|
-
|
|
195
|
+
e[e.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",
|
|
192
196
|
/** Argument is empty (e.g. `{}`). */
|
|
193
|
-
|
|
197
|
+
e[e.EMPTY_ARGUMENT=2]="EMPTY_ARGUMENT",
|
|
194
198
|
/** Argument is malformed (e.g. `{foo!}``) */
|
|
195
|
-
|
|
199
|
+
e[e.MALFORMED_ARGUMENT=3]="MALFORMED_ARGUMENT",
|
|
196
200
|
/** Expect an argument type (e.g. `{foo,}`) */
|
|
197
|
-
|
|
201
|
+
e[e.EXPECT_ARGUMENT_TYPE=4]="EXPECT_ARGUMENT_TYPE",
|
|
198
202
|
/** Unsupported argument type (e.g. `{foo,foo}`) */
|
|
199
|
-
|
|
203
|
+
e[e.INVALID_ARGUMENT_TYPE=5]="INVALID_ARGUMENT_TYPE",
|
|
200
204
|
/** Expect an argument style (e.g. `{foo, number, }`) */
|
|
201
|
-
|
|
205
|
+
e[e.EXPECT_ARGUMENT_STYLE=6]="EXPECT_ARGUMENT_STYLE",
|
|
202
206
|
/** The number skeleton is invalid. */
|
|
203
|
-
|
|
207
|
+
e[e.INVALID_NUMBER_SKELETON=7]="INVALID_NUMBER_SKELETON",
|
|
204
208
|
/** The date time skeleton is invalid. */
|
|
205
|
-
|
|
209
|
+
e[e.INVALID_DATE_TIME_SKELETON=8]="INVALID_DATE_TIME_SKELETON",
|
|
206
210
|
/** Exepct a number skeleton following the `::` (e.g. `{foo, number, ::}`) */
|
|
207
|
-
|
|
211
|
+
e[e.EXPECT_NUMBER_SKELETON=9]="EXPECT_NUMBER_SKELETON",
|
|
208
212
|
/** Exepct a date time skeleton following the `::` (e.g. `{foo, date, ::}`) */
|
|
209
|
-
|
|
213
|
+
e[e.EXPECT_DATE_TIME_SKELETON=10]="EXPECT_DATE_TIME_SKELETON",
|
|
210
214
|
/** Unmatched apostrophes in the argument style (e.g. `{foo, number, 'test`) */
|
|
211
|
-
|
|
215
|
+
e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]="UNCLOSED_QUOTE_IN_ARGUMENT_STYLE",
|
|
212
216
|
/** Missing select argument options (e.g. `{foo, select}`) */
|
|
213
|
-
|
|
217
|
+
e[e.EXPECT_SELECT_ARGUMENT_OPTIONS=12]="EXPECT_SELECT_ARGUMENT_OPTIONS",
|
|
214
218
|
/** Expecting an offset value in `plural` or `selectordinal` argument (e.g `{foo, plural, offset}`) */
|
|
215
|
-
|
|
219
|
+
e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]="EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE",
|
|
216
220
|
/** Offset value in `plural` or `selectordinal` is invalid (e.g. `{foo, plural, offset: x}`) */
|
|
217
|
-
|
|
221
|
+
e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]="INVALID_PLURAL_ARGUMENT_OFFSET_VALUE",
|
|
218
222
|
/** Expecting a selector in `select` argument (e.g `{foo, select}`) */
|
|
219
|
-
|
|
223
|
+
e[e.EXPECT_SELECT_ARGUMENT_SELECTOR=15]="EXPECT_SELECT_ARGUMENT_SELECTOR",
|
|
220
224
|
/** Expecting a selector in `plural` or `selectordinal` argument (e.g `{foo, plural}`) */
|
|
221
|
-
|
|
225
|
+
e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]="EXPECT_PLURAL_ARGUMENT_SELECTOR",
|
|
222
226
|
/** Expecting a message fragment after the `select` selector (e.g. `{foo, select, apple}`) */
|
|
223
|
-
|
|
227
|
+
e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]="EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT",
|
|
224
228
|
/**
|
|
225
229
|
* Expecting a message fragment after the `plural` or `selectordinal` selector
|
|
226
230
|
* (e.g. `{foo, plural, one}`)
|
|
227
231
|
*/
|
|
228
|
-
|
|
232
|
+
e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]="EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT",
|
|
229
233
|
/** Selector in `plural` or `selectordinal` is malformed (e.g. `{foo, plural, =x {#}}`) */
|
|
230
|
-
|
|
234
|
+
e[e.INVALID_PLURAL_ARGUMENT_SELECTOR=19]="INVALID_PLURAL_ARGUMENT_SELECTOR",
|
|
231
235
|
/**
|
|
232
236
|
* Duplicate selectors in `plural` or `selectordinal` argument.
|
|
233
237
|
* (e.g. {foo, plural, one {#} one {#}})
|
|
234
238
|
*/
|
|
235
|
-
|
|
239
|
+
e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]="DUPLICATE_PLURAL_ARGUMENT_SELECTOR",
|
|
236
240
|
/** Duplicate selectors in `select` argument.
|
|
237
241
|
* (e.g. {foo, select, apple {apple} apple {apple}})
|
|
238
242
|
*/
|
|
239
|
-
|
|
243
|
+
e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]="DUPLICATE_SELECT_ARGUMENT_SELECTOR",
|
|
240
244
|
/** Plural or select argument option must have `other` clause. */
|
|
241
|
-
|
|
245
|
+
e[e.MISSING_OTHER_CLAUSE=22]="MISSING_OTHER_CLAUSE",
|
|
242
246
|
/** The tag is malformed. (e.g. `<bold!>foo</bold!>) */
|
|
243
|
-
|
|
247
|
+
e[e.INVALID_TAG=23]="INVALID_TAG",
|
|
244
248
|
/** The tag name is invalid. (e.g. `<123>foo</123>`) */
|
|
245
|
-
|
|
249
|
+
e[e.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",
|
|
246
250
|
/** The closing tag does not match the opening tag. (e.g. `<bold>foo</italic>`) */
|
|
247
|
-
|
|
251
|
+
e[e.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",
|
|
248
252
|
/** The opening tag has unmatched closing tag. (e.g. `<bold>foo`) */
|
|
249
|
-
|
|
253
|
+
e[e.UNCLOSED_TAG=27]="UNCLOSED_TAG"}(Ht||(Ht={})),function(e){
|
|
250
254
|
/**
|
|
251
255
|
* Raw text
|
|
252
256
|
*/
|
|
253
|
-
|
|
257
|
+
e[e.literal=0]="literal",
|
|
254
258
|
/**
|
|
255
259
|
* Variable w/o any format, e.g `var` in `this is a {var}`
|
|
256
260
|
*/
|
|
257
|
-
|
|
261
|
+
e[e.argument=1]="argument",
|
|
258
262
|
/**
|
|
259
263
|
* Variable w/ number format
|
|
260
264
|
*/
|
|
261
|
-
|
|
265
|
+
e[e.number=2]="number",
|
|
262
266
|
/**
|
|
263
267
|
* Variable w/ date format
|
|
264
268
|
*/
|
|
265
|
-
|
|
269
|
+
e[e.date=3]="date",
|
|
266
270
|
/**
|
|
267
271
|
* Variable w/ time format
|
|
268
272
|
*/
|
|
269
|
-
|
|
273
|
+
e[e.time=4]="time",
|
|
270
274
|
/**
|
|
271
275
|
* Variable w/ select format
|
|
272
276
|
*/
|
|
273
|
-
|
|
277
|
+
e[e.select=5]="select",
|
|
274
278
|
/**
|
|
275
279
|
* Variable w/ plural format
|
|
276
280
|
*/
|
|
277
|
-
|
|
281
|
+
e[e.plural=6]="plural",
|
|
278
282
|
/**
|
|
279
283
|
* Only possible within plural argument.
|
|
280
284
|
* This is the `#` symbol that will be substituted with the count.
|
|
281
285
|
*/
|
|
282
|
-
|
|
286
|
+
e[e.pound=7]="pound",
|
|
283
287
|
/**
|
|
284
288
|
* XML-like tag
|
|
285
289
|
*/
|
|
286
|
-
|
|
290
|
+
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;
|
|
287
291
|
/**
|
|
288
292
|
* https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table
|
|
289
293
|
* Credit: https://github.com/caridy/intl-datetimeformat-pattern/blob/master/index.js
|
|
@@ -295,64 +299,64 @@ t[t.tag=8]="tag"}(Se||(Se={})),function(t){t[t.number=0]="number",t[t.dateTime=1
|
|
|
295
299
|
* @public
|
|
296
300
|
* @param skeleton skeleton string
|
|
297
301
|
*/
|
|
298
|
-
function
|
|
302
|
+
function Xt(e){var t={};return e.replace(Jt,(function(e){var n=e.length;switch(e[0]){
|
|
299
303
|
// Era
|
|
300
|
-
case"G":
|
|
304
|
+
case"G":t.era=4===n?"long":5===n?"narrow":"short";break;
|
|
301
305
|
// Year
|
|
302
|
-
case"y":
|
|
306
|
+
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");
|
|
303
307
|
// Quarter
|
|
304
308
|
case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");
|
|
305
309
|
// Month
|
|
306
|
-
case"M":case"L":
|
|
310
|
+
case"M":case"L":t.month=["numeric","2-digit","short","long","narrow"][n-1];break;
|
|
307
311
|
// Week
|
|
308
|
-
case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":
|
|
312
|
+
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");
|
|
309
313
|
// Weekday
|
|
310
|
-
case"E":
|
|
314
|
+
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;
|
|
311
315
|
// Period
|
|
312
316
|
case"a":// AM, PM
|
|
313
|
-
|
|
317
|
+
t.hour12=!0;break;case"b":// am, pm, noon, midnight
|
|
314
318
|
case"B":// flexible day periods
|
|
315
319
|
throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");
|
|
316
320
|
// Hour
|
|
317
|
-
case"h":
|
|
321
|
+
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");
|
|
318
322
|
// Minute
|
|
319
|
-
case"m":
|
|
323
|
+
case"m":t.minute=["numeric","2-digit"][n-1];break;
|
|
320
324
|
// Second
|
|
321
|
-
case"s":
|
|
325
|
+
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");
|
|
322
326
|
// Zone
|
|
323
327
|
case"z":// 1..3, 4: specific non-location format
|
|
324
|
-
|
|
328
|
+
t.timeZoneName=n<4?"short":"long";break;case"Z":// 1..3, 4, 5: The ISO8601 varios formats
|
|
325
329
|
case"O":// 1, 4: miliseconds in day short, long
|
|
326
330
|
case"v":// 1, 4: generic non-location format
|
|
327
331
|
case"V":// 1, 2, 3, 4: time zone ID or city
|
|
328
332
|
case"X":// 1, 2, 3, 4: The ISO8601 varios formats
|
|
329
333
|
case"x":// 1, 2, 3, 4: The ISO8601 varios formats
|
|
330
|
-
throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""})),
|
|
334
|
+
throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""})),t}
|
|
331
335
|
// @generated from regex-gen.ts
|
|
332
|
-
var
|
|
336
|
+
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){
|
|
333
337
|
// @@@ case
|
|
334
|
-
return"string"!=typeof r?(
|
|
338
|
+
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){
|
|
335
339
|
// Engineering
|
|
336
|
-
var
|
|
340
|
+
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||{}}
|
|
337
341
|
/**
|
|
338
342
|
* https://github.com/unicode-org/icu/blob/master/docs/userguide/format_parse/numbers/skeletons.md#skeleton-stems-and-options
|
|
339
|
-
*/function nn(
|
|
343
|
+
*/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=Lt(Lt(Lt({},t),{notation:"scientific"}),i.options.reduce((function(e,t){return Lt(Lt({},e),tn(t))}),{}));continue;case"engineering":t=Lt(Lt(Lt({},t),{notation:"engineering"}),i.options.reduce((function(e,t){return Lt(Lt({},e),tn(t))}),{}));continue;case"notation-simple":t.notation="standard";continue;
|
|
340
344
|
// https://github.com/unicode-org/icu/blob/master/icu4c/source/i18n/unicode/unumberformatter.h
|
|
341
|
-
case"unit-width-narrow":
|
|
345
|
+
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;
|
|
342
346
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
|
|
343
|
-
case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(
|
|
347
|
+
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}
|
|
344
348
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
|
|
345
|
-
if(
|
|
349
|
+
if(qt.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(Zt.test(i.stem)){
|
|
346
350
|
// Precision
|
|
347
351
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#fraction-precision
|
|
348
352
|
// precision-integer case
|
|
349
|
-
if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(
|
|
353
|
+
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){
|
|
350
354
|
// .000* case (before ICU67 it was .000+)
|
|
351
|
-
return"*"===r?
|
|
355
|
+
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];
|
|
352
356
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#trailing-zero-display
|
|
353
|
-
"w"===o?
|
|
357
|
+
"w"===o?t=Lt(Lt({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=Lt(Lt({},t),Wt(o)))}
|
|
354
358
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#significant-digits-precision
|
|
355
|
-
else if(
|
|
359
|
+
else if(Vt.test(i.stem))t=Lt(Lt({},t),Wt(i.stem));else{var s=$t(i.stem);s&&(t=Lt(Lt({},t),s));var a=en(i.stem);a&&(t=Lt(Lt({},t),a))}}return t}
|
|
356
360
|
// @generated from time-data-gen.ts
|
|
357
361
|
// prettier-ignore
|
|
358
362
|
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"]};
|
|
@@ -368,45 +372,45 @@ var rn,on={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H
|
|
|
368
372
|
* of the given `locale` to the corresponding time pattern.
|
|
369
373
|
* @param locale
|
|
370
374
|
*/
|
|
371
|
-
function sn(
|
|
375
|
+
function sn(e){var t=e.hourCycle;if(void 0===t&&
|
|
372
376
|
// @ts-ignore hourCycle(s) is not identified yet
|
|
373
|
-
|
|
377
|
+
e.hourCycles&&
|
|
374
378
|
// @ts-ignore
|
|
375
|
-
|
|
379
|
+
e.hourCycles.length&&(
|
|
376
380
|
// @ts-ignore
|
|
377
|
-
e
|
|
381
|
+
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")}
|
|
378
382
|
// TODO: Once hourCycle is fully supported remove the following with data generation
|
|
379
|
-
var n,r=
|
|
383
|
+
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}}
|
|
380
384
|
// #region Ponyfills
|
|
381
385
|
// Consolidate these variables up top for easier toggling during debugging
|
|
382
|
-
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(
|
|
386
|
+
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{
|
|
383
387
|
/**
|
|
384
388
|
* legacy Edge or Xbox One browser
|
|
385
389
|
* Unicode flag support: supported
|
|
386
390
|
* Pattern_Syntax support: not supported
|
|
387
391
|
* See https://github.com/formatjs/formatjs/issues/2822
|
|
388
392
|
*/
|
|
389
|
-
An="a"===(null===(rn=In("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===rn?void 0:rn[0])}catch(
|
|
390
|
-
function(t,
|
|
391
|
-
function(t,
|
|
392
|
-
function(){for(var
|
|
393
|
+
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
|
|
394
|
+
function(e,t,n){return e.startsWith(t,n)}:// For IE11
|
|
395
|
+
function(e,t,n){return e.slice(n,n+t.length)===t},bn=hn?String.fromCodePoint:// IE11
|
|
396
|
+
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},En=
|
|
393
397
|
// native
|
|
394
398
|
pn?Object.fromEntries:// Ponyfill
|
|
395
|
-
function(
|
|
396
|
-
function(t
|
|
397
|
-
function(t
|
|
398
|
-
function(
|
|
399
|
-
function(
|
|
400
|
-
function(
|
|
401
|
-
function(
|
|
399
|
+
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},wn=fn?// Native
|
|
400
|
+
function(e,t){return e.codePointAt(t)}:// IE 11
|
|
401
|
+
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
|
|
402
|
+
function(e){return e.trimStart()}:// Ponyfill
|
|
403
|
+
function(e){return e.replace(an,"")},Tn=gn?// Native
|
|
404
|
+
function(e){return e.trimEnd()}:// Ponyfill
|
|
405
|
+
function(e){return e.replace(ln,"")};
|
|
402
406
|
// Prevent minifier to translate new RegExp to literal form that might cause syntax error on IE11.
|
|
403
|
-
function In(t
|
|
407
|
+
function In(e,t){return new RegExp(e,t)}
|
|
404
408
|
// #endregion
|
|
405
409
|
if(An){
|
|
406
410
|
// Native
|
|
407
|
-
var Cn=In("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");yn=function(t
|
|
411
|
+
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
|
|
408
412
|
// IE11
|
|
409
|
-
yn=function(t
|
|
413
|
+
yn=function(e,t){for(var n=[];;){var r=wn(e,t);if(void 0===r||On(r)||Ln(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}},
|
|
410
414
|
/**
|
|
411
415
|
* A tag name must start with an ASCII lower/upper case letter. The grammar is based on the
|
|
412
416
|
* [custom element name][] except that a dash is NOT always mandatory and uppercase letters
|
|
@@ -425,24 +429,24 @@ yn=function(t,e){for(var n=[];;){var r=wn(t,e);if(void 0===r||On(r)||Ln(r))break
|
|
|
425
429
|
* NOTE: We're a bit more lax here since HTML technically does not allow uppercase HTML element but we do
|
|
426
430
|
* since other tag-based engines like React allow it
|
|
427
431
|
*/
|
|
428
|
-
|
|
432
|
+
e.prototype.parseTag=function(e,t){var n=this.clonePosition();this.bump();// `<`
|
|
429
433
|
var r=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))
|
|
430
434
|
// Self closing tag
|
|
431
|
-
return{val:{type:
|
|
435
|
+
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();
|
|
432
436
|
// Expecting a close tag
|
|
433
|
-
if(this.bumpIf("</")){if(this.isEOF()||!Hn(this.char()))return this.error(
|
|
437
|
+
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()))},
|
|
434
438
|
/**
|
|
435
439
|
* This method assumes that the caller has peeked ahead for the first tag character.
|
|
436
440
|
*/
|
|
437
|
-
|
|
438
|
-
for(this.bump();!this.isEOF()&&Sn(this.char());)this.bump();return this.message.slice(
|
|
441
|
+
e.prototype.parseTagName=function(){var e=this.offset();// the first tag name character
|
|
442
|
+
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;
|
|
439
443
|
/** See `parseTag` function docs. */},
|
|
440
444
|
/**
|
|
441
445
|
* Starting with ICU 4.8, an ASCII apostrophe only starts quoted text if it immediately precedes
|
|
442
446
|
* a character that requires quoting (that is, "only where needed"), and works the same in
|
|
443
447
|
* nested messages as on the top level of the pattern. The new behavior is otherwise compatible.
|
|
444
448
|
*/
|
|
445
|
-
|
|
449
|
+
e.prototype.tryParseQuote=function(e){if(this.isEOF()||39/* `'` */!==this.char())return null;
|
|
446
450
|
// Parse escaped char following the apostrophe, or early return if there is no escaped char.
|
|
447
451
|
// Check if is valid escaped character
|
|
448
452
|
switch(this.peek()){case 39/* `'` */:
|
|
@@ -450,74 +454,74 @@ switch(this.peek()){case 39/* `'` */:
|
|
|
450
454
|
return this.bump(),this.bump(),"'";
|
|
451
455
|
// '{', '<', '>', '}'
|
|
452
456
|
case 123:case 60:case 62:case 125:break;case 35:// '#'
|
|
453
|
-
if("plural"===
|
|
454
|
-
var
|
|
457
|
+
if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();// apostrophe
|
|
458
|
+
var t=[this.char()];// escaped char
|
|
455
459
|
// read chars until the optional closing apostrophe is found
|
|
456
460
|
for(this.bump();!this.isEOF();){var n=this.char();if(39/* `'` */===n){if(39/* `'` */!==this.peek()){
|
|
457
461
|
// Optional closing apostrophe.
|
|
458
|
-
this.bump();break}
|
|
462
|
+
this.bump();break}t.push(39),
|
|
459
463
|
// Bump one more time because we need to skip 2 characters.
|
|
460
|
-
this.bump()}else
|
|
461
|
-
this.bumpSpace(),this.isEOF())return this.error(
|
|
464
|
+
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(),// `{`
|
|
465
|
+
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()));
|
|
462
466
|
// argument name
|
|
463
|
-
var r=this.parseIdentifierIfPossible().value;if(!r)return this.error(
|
|
467
|
+
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()){
|
|
464
468
|
// Simple argument: `{name}`
|
|
465
469
|
case 125/* `}` */:// `}`
|
|
466
|
-
return this.bump(),{val:{type:
|
|
470
|
+
return this.bump(),{val:{type:St.argument,
|
|
467
471
|
// value does not include the opening and closing braces.
|
|
468
472
|
value:r,location:cn(n,this.clonePosition())},err:null};
|
|
469
473
|
// Argument with options: `{name, format, ...}`
|
|
470
474
|
case 44/* `,` */:return this.bump(),// `,`
|
|
471
|
-
this.bumpSpace(),this.isEOF()?this.error(
|
|
475
|
+
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()))}},
|
|
472
476
|
/**
|
|
473
477
|
* Advance the parser until the end of the identifier, if it is currently on
|
|
474
478
|
* an identifier character. Return an empty string otherwise.
|
|
475
479
|
*/
|
|
476
|
-
|
|
480
|
+
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();
|
|
477
481
|
// Parse this range:
|
|
478
482
|
// {name, type, style}
|
|
479
483
|
// ^---^
|
|
480
484
|
switch(s){case"":
|
|
481
485
|
// Expecting a style string number, date, time, plural, selectordinal, or select.
|
|
482
|
-
return this.error(
|
|
486
|
+
return this.error(Ht.EXPECT_ARGUMENT_TYPE,cn(o,a));case"number":case"date":case"time":
|
|
483
487
|
// Parse this range:
|
|
484
488
|
// {name, number, style}
|
|
485
489
|
// ^-------^
|
|
486
|
-
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(
|
|
490
|
+
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());
|
|
487
491
|
// Extract style or skeleton
|
|
488
492
|
if(l&&vn(null==l?void 0:l.style,"::",0)){
|
|
489
493
|
// Skeleton starts with `::`.
|
|
490
|
-
var h=Bn(l.style.slice(2));if("number"===s)return(A=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?A:{val:{type:
|
|
494
|
+
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;
|
|
491
495
|
// Get "best match" pattern only if locale is passed, if not, let it
|
|
492
496
|
// pass as-is where `parseDateTimeSkeleton()` will throw an error
|
|
493
497
|
// for unsupported patterns.
|
|
494
|
-
this.locale&&(p=function(t
|
|
498
|
+
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}}
|
|
495
499
|
// Regular style or no style.
|
|
496
|
-
return{val:{type:"number"===s?
|
|
500
|
+
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":
|
|
497
501
|
// Parse this range:
|
|
498
502
|
// {name, plural, options}
|
|
499
503
|
// ^---------^
|
|
500
|
-
var d=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(
|
|
504
|
+
var d=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(Ht.EXPECT_SELECT_ARGUMENT_OPTIONS,cn(d,Lt({},d)));this.bumpSpace();
|
|
501
505
|
// Parse offset:
|
|
502
506
|
// {name, plural, offset:1, options}
|
|
503
507
|
// ^-----^
|
|
504
508
|
// or the first option:
|
|
505
509
|
// {name, plural, one {...} other {...}}
|
|
506
510
|
// ^--^
|
|
507
|
-
var g=this.parseIdentifierIfPossible(),m=0;if("select"!==s&&"offset"===g.value){if(!this.bumpIf(":"))return this.error(
|
|
511
|
+
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;
|
|
508
512
|
// Parse another identifier for option parsing
|
|
509
|
-
this.bumpSpace(),g=this.parseIdentifierIfPossible(),m=A.val}var y,v=this.tryParsePluralOrSelectOptions(
|
|
513
|
+
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:En(v.val),location:b},err:null}:{val:{type:St.plural,value:n,options:En(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){
|
|
510
514
|
// Parse: {value, number, ::currency/GBP }
|
|
511
|
-
return this.isEOF()||125/* `}` */!==this.char()?this.error(
|
|
515
|
+
return this.isEOF()||125/* `}` */!==this.char()?this.error(Ht.EXPECT_ARGUMENT_CLOSING_BRACE,cn(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},
|
|
512
516
|
/**
|
|
513
517
|
* See: https://github.com/unicode-org/icu/blob/af7ed1f6d2298013dc303628438ec4abe1f16479/icu4c/source/common/messagepattern.cpp#L659
|
|
514
518
|
*/
|
|
515
|
-
|
|
519
|
+
e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();){switch(this.char()){case 39/* `'` */:
|
|
516
520
|
// Treat apostrophe as quoting but include it in the style part.
|
|
517
521
|
// Find the end of the quoted literal text.
|
|
518
|
-
this.bump();var n=this.clonePosition();if(!this.bumpUntil("'"))return this.error(
|
|
522
|
+
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");
|
|
519
523
|
// Parse the skeleton
|
|
520
|
-
for(var e
|
|
524
|
+
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}},
|
|
521
525
|
/**
|
|
522
526
|
* @param nesting_level The current nesting level of messages.
|
|
523
527
|
* This can be positive when parsing message fragment in select or plural argument options.
|
|
@@ -528,139 +532,139 @@ for(var e=t.split(Ke).filter((function(t){return t.length>0})),n=[],r=0,i=e;r<i.
|
|
|
528
532
|
* between a pair of opening and closing tags. The nested message will not parse beyond
|
|
529
533
|
* the closing tag boundary.
|
|
530
534
|
*/
|
|
531
|
-
|
|
535
|
+
e.prototype.tryParsePluralOrSelectOptions=function(e,t,n,r){
|
|
532
536
|
// Parse:
|
|
533
537
|
// one {one apple}
|
|
534
538
|
// ^--^
|
|
535
|
-
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"===
|
|
539
|
+
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;
|
|
536
540
|
// Try parse `={number}` selector
|
|
537
|
-
var h=this.tryParseDecimalInteger(
|
|
541
|
+
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())}
|
|
538
542
|
// Duplicate selector clauses
|
|
539
|
-
if(a.has(l))return this.error("select"===
|
|
543
|
+
if(a.has(l))return this.error("select"===t?Ht.DUPLICATE_SELECT_ARGUMENT_SELECTOR:Ht.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,c);"other"===l&&(o=!0),
|
|
540
544
|
// Parse:
|
|
541
545
|
// one {one apple}
|
|
542
546
|
// ^----------^
|
|
543
|
-
this.bumpSpace();var p=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===
|
|
547
|
+
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())}]),
|
|
544
548
|
// Keep track of the existing selectors
|
|
545
549
|
a.add(l),
|
|
546
550
|
// Prep next selector clause.
|
|
547
|
-
this.bumpSpace(),l=(i=this.parseIdentifierIfPossible()).value,c=i.location}return 0===s.length?this.error("select"===
|
|
551
|
+
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(){
|
|
548
552
|
// This is much faster than `Object.assign` or spread.
|
|
549
553
|
return{offset:this.position.offset,line:this.position.line,column:this.position.column}},
|
|
550
554
|
/**
|
|
551
555
|
* Return the code point at the current position of the parser.
|
|
552
556
|
* Throws if the index is out of bound.
|
|
553
557
|
*/
|
|
554
|
-
|
|
558
|
+
e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=wn(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}}},
|
|
555
559
|
/** Bump the parser to the next UTF-16 code unit. */
|
|
556
|
-
|
|
560
|
+
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,
|
|
557
561
|
// 0 ~ 0x10000 -> unicode BMP, otherwise skip the surrogate pair.
|
|
558
|
-
this.position.offset+=
|
|
562
|
+
this.position.offset+=e<65536?1:2)}},
|
|
559
563
|
/**
|
|
560
564
|
* If the substring starting at the current position of the parser has
|
|
561
565
|
* the given prefix, then bump the parser to the character immediately
|
|
562
566
|
* following the prefix and return true. Otherwise, don't bump the parser
|
|
563
567
|
* and return false.
|
|
564
568
|
*/
|
|
565
|
-
|
|
569
|
+
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},
|
|
566
570
|
/**
|
|
567
571
|
* Bump the parser until the pattern character is found and return `true`.
|
|
568
572
|
* Otherwise bump to the end of the file and return `false`.
|
|
569
573
|
*/
|
|
570
|
-
|
|
574
|
+
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)},
|
|
571
575
|
/**
|
|
572
576
|
* Bump the parser to the target offset.
|
|
573
577
|
* If target offset is beyond the end of the input, bump the parser to the end of the input.
|
|
574
578
|
*/
|
|
575
|
-
|
|
579
|
+
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}},
|
|
576
580
|
/** advance the parser through all whitespace to the next non-whitespace code unit. */
|
|
577
|
-
|
|
581
|
+
e.prototype.bumpSpace=function(){for(;!this.isEOF()&&On(this.char());)this.bump()},
|
|
578
582
|
/**
|
|
579
583
|
* Peek at the *next* Unicode codepoint in the input without advancing the parser.
|
|
580
584
|
* If the input has been exhausted, then this returns null.
|
|
581
585
|
*/
|
|
582
|
-
|
|
586
|
+
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}();
|
|
583
587
|
/**
|
|
584
588
|
* This check if codepoint is alphabet (lower & uppercase)
|
|
585
589
|
* @param codepoint
|
|
586
590
|
* @returns
|
|
587
|
-
*/function Hn(
|
|
591
|
+
*/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}
|
|
588
592
|
/**
|
|
589
593
|
* Code point equivalent of regex `\p{White_Space}`.
|
|
590
594
|
* From: https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt
|
|
591
|
-
*/function On(
|
|
595
|
+
*/function On(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}
|
|
592
596
|
/**
|
|
593
597
|
* Code point equivalent of regex `\p{Pattern_Syntax}`.
|
|
594
598
|
* See https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt
|
|
595
|
-
*/function Ln(
|
|
599
|
+
*/function Ln(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 kn(e){e.forEach((function(e){if(delete e.location,Mt(e)||_t(e))for(var t in e.options)delete e.options[t].location,kn(e.options[t].value);else Nt(e)&&Ft(e.style)||(Dt(e)||Ut(e))&&jt(e.style)?delete e.style.location:Qt(e)&&kn(e.children)}))}function xn(e,t){void 0===t&&(t={}),t=Lt({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var n=new Rn(e,t).parse();if(n.err){var r=SyntaxError(Ht[n.err.kind]);
|
|
596
600
|
// @ts-expect-error Assign to error object
|
|
597
601
|
throw r.location=n.err.location,
|
|
598
602
|
// @ts-expect-error Assign to error object
|
|
599
|
-
r.originalMessage=n.err.message,r}return(null==
|
|
603
|
+
r.originalMessage=n.err.message,r}return(null==t?void 0:t.captureLocation)||kn(n.val),n.val}
|
|
600
604
|
|
|
601
605
|
// Main
|
|
602
606
|
|
|
603
|
-
function Pn(t
|
|
607
|
+
function Pn(e,t){var n=t&&t.cache?t.cache:Fn,r=t&&t.serializer?t.serializer:_n;return(t&&t.strategy?t.strategy:Mn)(e,{cache:n,serializer:r})}
|
|
604
608
|
|
|
605
609
|
// Strategy
|
|
606
610
|
|
|
607
|
-
function Nn(t,
|
|
611
|
+
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 Un(e,t,n,r,i){return n.bind(t,e,r,i)}function Mn(e,t){return Un(e,this,1===e.length?Nn:Dn,t.cache.create(),t.serializer)}
|
|
608
612
|
// Serializer
|
|
609
613
|
var _n=function(){return JSON.stringify(arguments)};
|
|
610
614
|
|
|
611
615
|
// Cache
|
|
612
616
|
|
|
613
|
-
function Gn(){this.cache=Object.create(null)}Gn.prototype.get=function(
|
|
617
|
+
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 Qn,Fn={create:function(){
|
|
614
618
|
// @ts-ignore
|
|
615
|
-
return new Gn}},jn={variadic:function(t
|
|
619
|
+
return new Gn}},jn={variadic:function(e,t){return Un(e,this,Dn,t.cache.create(),t.serializer)},monadic:function(e,t){return Un(e,this,Nn,t.cache.create(),t.serializer)}};!function(e){
|
|
616
620
|
// When we have a placeholder but no value to format
|
|
617
|
-
|
|
621
|
+
e.MISSING_VALUE="MISSING_VALUE",
|
|
618
622
|
// When value supplied is invalid
|
|
619
|
-
|
|
623
|
+
e.INVALID_VALUE="INVALID_VALUE",
|
|
620
624
|
// When we need specific Intl API but it's not available
|
|
621
|
-
|
|
625
|
+
e.MISSING_INTL_API="MISSING_INTL_API"}(Qn||(Qn={}));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('", "'),'"'),Qn.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),Qn.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,'"'),Qn.MISSING_VALUE,n)||this}return Rt(t,e),t}(Jn);function Vn(e){return"function"==typeof e}
|
|
622
626
|
// TODO(skeleton): add skeleton support
|
|
623
|
-
function Yn(t,
|
|
627
|
+
function Yn(e,t,n,r,i,o,
|
|
624
628
|
// For debugging
|
|
625
629
|
s){
|
|
626
630
|
// Hot path for straight simple msg translations
|
|
627
|
-
if(1===
|
|
631
|
+
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];
|
|
628
632
|
// Exit early for string parts.
|
|
629
|
-
if(
|
|
633
|
+
if(xt(u))a.push({type:zn.literal,value:u.value});else
|
|
630
634
|
// TODO: should this part be literal type?
|
|
631
635
|
// Replace `#` in plural rules with the actual numeric value.
|
|
632
|
-
if(
|
|
636
|
+
if(Gt(u))"number"==typeof o&&a.push({type:zn.literal,value:n.getNumberFormat(t).format(o)});else{var h=u.value;
|
|
633
637
|
// Enforce that all required values are provided by the caller.
|
|
634
|
-
if(!i||!(h in i))throw new Zn(h,s);var p=i[h];if(
|
|
638
|
+
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
|
|
635
639
|
// Recursively format plural and select parts' option — which can be a
|
|
636
640
|
// nested pattern structure. The choosing of the option to use is
|
|
637
641
|
// abstracted-by and delegated-to the part helper object.
|
|
638
|
-
if(
|
|
642
|
+
if(Dt(u)){var f="string"==typeof u.style?r.date[u.style]:jt(u.style)?u.style.parsedOptions:void 0;a.push({type:zn.literal,value:n.getDateTimeFormat(t,f).format(p)})}else if(Ut(u)){f="string"==typeof u.style?r.time[u.style]:jt(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]:Ft(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(Qt(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(Mt(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',Qn.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)}
|
|
639
643
|
/*
|
|
640
644
|
Copyright (c) 2014, Yahoo! Inc. All rights reserved.
|
|
641
645
|
Copyrights licensed under the New BSD License.
|
|
642
646
|
See the accompanying LICENSE file for terms.
|
|
643
647
|
*/
|
|
644
648
|
// -- MessageFormat --------------------------------------------------------
|
|
645
|
-
function qn(t
|
|
649
|
+
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])?Lt(Lt(Lt({},i||{}),o||{}),Object.keys(i).reduce((function(e,t){return e[t]=Lt(Lt({},i[t]),o[t]||{}),e}),{})):i),n}),Lt({},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);
|
|
646
650
|
// Hot path for straight simple msg translations
|
|
647
|
-
if(1===
|
|
651
|
+
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},
|
|
648
652
|
// Defined first because it's used to build the format pattern.
|
|
649
|
-
this.locales=n,this.resolvedLocale=
|
|
653
|
+
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`");
|
|
650
654
|
// Parse string messages into an AST.
|
|
651
|
-
this.ast=
|
|
655
|
+
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.");
|
|
652
656
|
// Creates a new object with the specified `formats` merged with the default
|
|
653
657
|
// formats.
|
|
654
|
-
this.formats=qn(
|
|
658
|
+
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,kt([void 0],t,!1)))}),{cache:Wn(o.number),strategy:jn.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,kt([void 0],t,!1)))}),{cache:Wn(o.dateTime),strategy:jn.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,kt([void 0],t,!1)))}),{cache:Wn(o.pluralRules),strategy:jn.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,
|
|
655
659
|
// Default format options used as the prototype of the `formats` provided to the
|
|
656
660
|
// constructor. These are used when constructing the internal Intl.NumberFormat
|
|
657
661
|
// and Intl.DateTimeFormat instances.
|
|
658
|
-
|
|
662
|
+
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;
|
|
659
663
|
/*
|
|
660
664
|
Copyright (c) 2014, Yahoo! Inc. All rights reserved.
|
|
661
665
|
Copyrights licensed under the New BSD License.
|
|
662
666
|
See the accompanying LICENSE file for terms.
|
|
663
|
-
*/const
|
|
667
|
+
*/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=br(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&&br(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 br(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]}const dr={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 gr(){return dr}const mr=gt(!1);let Ar;const yr=gt(null);function vr(e){return e.split("-").map(((e,t,n)=>n.slice(0,t+1).join("-"))).reverse()}function br(e,t=gr().fallbackLocale){const n=vr(e);return t?[...new Set([...n,...vr(t)])]:n}function Er(){return null!=Ar?Ar:void 0}yr.subscribe((e=>{Ar=null!=e?e:void 0,"undefined"!=typeof window&&null!=e&&document.documentElement.setAttribute("lang",e)}));const wr={...yr,set:e=>{if(e&&function(e){if(null==e)return;const t=br(e);for(let e=0;e<t.length;e++){const n=t[e];if(sr(n))return n}}(e)&&hr(e)){const{loadingDelay:t}=gr();let n;return"undefined"!=typeof window&&null!=Er()&&t?n=window.setTimeout((()=>mr.set(!0)),t):mr.set(!0),fr(e).then((()=>{yr.set(e)})).finally((()=>{clearTimeout(n),mr.set(!1)}))}return yr.set(e)}},Br=e=>{const t=Object.create(null);return n=>{const r=JSON.stringify(n);return r in t?t[r]:t[r]=e(n)}},Tr=(e,t)=>{const{formats:n}=gr();if(e in n&&t in n[e])return n[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},Ir=Br((({locale:e,format:t,...n})=>{if(null==e)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return t&&(n=Tr("number",t)),new Intl.NumberFormat(e,n)})),Cr=Br((({locale:e,format:t,...n})=>{if(null==e)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return t?n=Tr("date",t):0===Object.keys(n).length&&(n=Tr("date","short")),new Intl.DateTimeFormat(e,n)})),Rr=Br((({locale:e,format:t,...n})=>{if(null==e)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return t?n=Tr("time",t):0===Object.keys(n).length&&(n=Tr("time","short")),new Intl.DateTimeFormat(e,n)})),Hr=Br(((e,t=Er())=>new er(e,t,gr().formats,{ignoreTag:gr().ignoreTag}))),Sr=(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=gr()).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=Hr(u,l).format(a)}catch(t){t instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,t.message)}return h},Or=(e,t)=>(({locale:e=Er(),...t}={})=>Rr({locale:e,...t}))(t).format(e),Lr=(e,t)=>(({locale:e=Er(),...t}={})=>Cr({locale:e,...t}))(t).format(e),kr=(e,t)=>(({locale:e=Er(),...t}={})=>Ir({locale:e,...t}))(t).format(e),xr=(e,t=Er())=>rr(e,t),Pr=mt([wr,or],(()=>Sr));function Nr(e,t){lr(e,t)}mt([wr],(()=>Or)),mt([wr],(()=>Lr)),mt([wr],(()=>kr)),mt([wr,or],(()=>xr)),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 Dr={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){
|
|
664
668
|
/** @license
|
|
665
669
|
* eventsource.js
|
|
666
670
|
* Available under MIT License (MIT)
|
|
@@ -675,103 +679,103 @@ t.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"}
|
|
|
675
679
|
// see pull/#138
|
|
676
680
|
// => No way to polyfill Promise#finally
|
|
677
681
|
if("undefined"==typeof window||void 0===c||"readyState"in c||null!=c.body||(// Firefox 2
|
|
678
|
-
c.readyState="loading",window.addEventListener("load",(function(
|
|
679
|
-
o=function(){return new a("Microsoft.XMLHTTP")}),null==Object.create&&(Object.create=function(
|
|
682
|
+
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
|
|
683
|
+
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};
|
|
680
684
|
// IE, Edge
|
|
681
|
-
null!=f&&null!=d&&function(){try{return"test"===(new f).decode((new d).encode("test"),{stream:!0})}catch(
|
|
685
|
+
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 E(e){for(
|
|
682
686
|
// Get headers: implemented according to mozilla's example code: https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/getAllResponseHeaders#Example
|
|
683
|
-
var
|
|
687
|
+
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 w(){}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,
|
|
684
688
|
// IE 8 - 9: XDomainRequest#abort() does not fire any event
|
|
685
689
|
// Opera < 10: XMLHttpRequest#abort() does not fire any event
|
|
686
|
-
s.abort(),0!==l&&(i(l),l=0),
|
|
690
|
+
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){
|
|
687
691
|
//state = 2;
|
|
688
|
-
var
|
|
692
|
+
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){
|
|
689
693
|
// IE < 10 throws exception for `xhr.status` when xhr.readyState === 2 || xhr.readyState === 3
|
|
690
694
|
// Opera < 11 throws exception for `xhr.status` when xhr.readyState === 2
|
|
691
695
|
// https://bugs.webkit.org/show_bug.cgi?id=29121
|
|
692
|
-
|
|
696
|
+
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){
|
|
693
697
|
// IE 8 - 9 with XMLHttpRequest
|
|
694
|
-
}n.readyState=3,n.responseText=
|
|
698
|
+
}n.readyState=3,n.responseText=e,n.onprogress()}},h=function(e,t){if(null!=t&&null!=t.preventDefault||(t={preventDefault:y}),
|
|
695
699
|
// Firefox 52 fires "readystatechange" (xhr.readyState === 4) without final "readystatechange" (xhr.readyState === 3)
|
|
696
700
|
// IE 8 fires "onload" without "onprogress"
|
|
697
|
-
u(),1===a||2===a||3===a){if(a=4,0!==l&&(i(l),l=0),n.readyState=4,"load"===
|
|
701
|
+
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()};
|
|
698
702
|
// XDomainRequest#abort removes onprogress, onerror, onload
|
|
699
|
-
"onload"in s&&(s.onload=function(
|
|
703
|
+
"onload"in s&&(s.onload=function(e){h("load",e)}),"onerror"in s&&(s.onerror=function(e){h("error",e)}),
|
|
700
704
|
// improper fix to match Firefox behaviour, but it is better than just ignore abort
|
|
701
705
|
// see https://bugzilla.mozilla.org/show_bug.cgi?id=768596
|
|
702
706
|
// https://bugzilla.mozilla.org/show_bug.cgi?id=880200
|
|
703
707
|
// https://code.google.com/p/chromium/issues/detail?id=153570
|
|
704
708
|
// IE 8 fires "onload" without "onprogress
|
|
705
|
-
"onabort"in s&&(s.onabort=function(
|
|
709
|
+
"onabort"in s&&(s.onabort=function(e){h("abort",e)}),"onprogress"in s&&(s.onprogress=u),
|
|
706
710
|
// IE 8 - 9 (XMLHTTPRequest)
|
|
707
711
|
// Opera < 12
|
|
708
712
|
// Firefox < 3.5
|
|
709
713
|
// Firefox 3.5 - 3.6 - ? < 9.0
|
|
710
714
|
// onprogress is not fired sometimes or delayed
|
|
711
715
|
// see also #64 (significant lag in IE 11)
|
|
712
|
-
"onreadystatechange"in s&&(s.onreadystatechange=function(
|
|
713
|
-
4===s.readyState?"onload"in s&&"onerror"in s&&"onabort"in s||h(""===s.responseText?"error":"load",
|
|
716
|
+
"onreadystatechange"in s&&(s.onreadystatechange=function(e){!function(e){null!=s&&(// Opera 12
|
|
717
|
+
4===s.readyState?"onload"in s&&"onerror"in s&&"onabort"in s||h(""===s.responseText?"error":"load",e):3===s.readyState?"onprogress"in s||// testing XMLHttpRequest#responseText too many times is too slow in IE 11
|
|
714
718
|
// and in Firefox 3.6
|
|
715
|
-
u():2===s.readyState&&c())}(
|
|
719
|
+
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&&(
|
|
716
720
|
// workaround for Opera 12 issue with "progress" events
|
|
717
721
|
// #91 (XMLHttpRequest onprogress not fired for streaming response in Edge 14-15-?)
|
|
718
|
-
l=r((function(){p()}),0))},v.prototype.abort=function(){this._abort(!1)},v.prototype.getResponseHeader=function(
|
|
722
|
+
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(){
|
|
719
723
|
// XMLHttpRequest#getAllResponseHeaders returns null for CORS requests in Firefox 3.6.28
|
|
720
724
|
return null!=this._xhr.getAllResponseHeaders&&this._xhr.getAllResponseHeaders()||""},v.prototype.send=function(){
|
|
721
725
|
// loading indicator in Safari < ? (6), Chrome < 14, Firefox
|
|
722
726
|
// https://bugzilla.mozilla.org/show_bug.cgi?id=736723
|
|
723
|
-
if("ontimeout"in o.prototype&&("sendAsBinary"in o.prototype||"mozAnon"in o.prototype)||null==c||null==c.readyState||"complete"===c.readyState){var
|
|
727
|
+
if("ontimeout"in o.prototype&&("sendAsBinary"in o.prototype||"mozAnon"in o.prototype)||null==c||null==c.readyState||"complete"===c.readyState){var e=this._xhr;
|
|
724
728
|
// withCredentials should be set after "open" for Safari and Chrome (< 19 ?)
|
|
725
|
-
"withCredentials"in
|
|
729
|
+
"withCredentials"in e&&(e.withCredentials=this.withCredentials);try{
|
|
726
730
|
// xhr.send(); throws "Not enough arguments" in Firefox 3.0
|
|
727
|
-
|
|
731
|
+
e.send(void 0)}catch(e){
|
|
728
732
|
// Safari 5.1.7, Opera 12
|
|
729
|
-
throw
|
|
730
|
-
o.HEADERS_RECEIVED=2),w.prototype.open=function(t,
|
|
733
|
+
throw e}}else{var t=this;t._sendTimeout=r((function(){t._sendTimeout=0,t.send()}),4)}},E.prototype.get=function(e){return this._map[b(e)]},null!=o&&null==o.HEADERS_RECEIVED&&(// IE < 9, Firefox 3.6
|
|
734
|
+
o.HEADERS_RECEIVED=2),w.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 E(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){
|
|
731
735
|
// see https://github.com/promises-aplus/promises-spec/issues/179
|
|
732
|
-
return a=
|
|
736
|
+
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)
|
|
733
737
|
//Note: bytes in textDecoder are ignored
|
|
734
|
-
|
|
738
|
+
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 L=-1,k=0,x=1,P=2,N=-1,D=0,U=1,M=2,_=3,G=/^text\/event\-stream(;.*)?$/i,Q=function(e,t){var n=null==e?t:parseInt(e,10);return n!=n&&(n=t),F(n)},F=function(e){return Math.min(Math.max(e,1e3),18e6)},j=function(e,t,n){try{"function"==typeof t&&t.call(e,n)}catch(e){C(e)}};function z(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=F(1e3),u=Q(n.heartbeatTimeout,45e3),h="",p=c,f=!1,d=0,g=n.headers||{},m=n.Transport,A=J&&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 w,b=void 0,E=0,B=L,I="",C="",R="",z="",X=D,K=0,Z=0,V=function(t,n,r,i){if(B===k)if(200===t&&null!=r&&G.test(r)){B=x,f=Date.now(),p=c,e.readyState=x;var o=new S("open",{status:t,statusText:n,headers:i});e.dispatchEvent(o),j(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.",W();o=new S("error",{status:t,statusText:n,headers:i});e.dispatchEvent(o),j(e,e.onerror,o),console.error(s)}},Y=function(t){if(B===x){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?z:"")+t.slice(0,n+1);z=(-1===n?z:"")+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(X===N&&l==="\n".charCodeAt(0))X=D;else if(X===N&&(X=D),l==="\r".charCodeAt(0)||l==="\n".charCodeAt(0)){if(X!==D){X===U&&(Z=a+1);var g=s.slice(K,Z-1),m=s.slice(Z+(Z<a&&s.charCodeAt(Z)===" ".charCodeAt(0)?1:0),a);"data"===g?(I+="\n",I+=m):"id"===g?C=m:"event"===g?R=m:"retry"===g?(c=Q(m,c),p=c):"heartbeatTimeout"===g&&(u=Q(m,u),0!==E&&(i(E),E=r((function(){$()}),u)))}if(X===D){if(""!==I){h=C,""===R&&(R="message");var A=new H(R,{data:I.slice(1),lastEventId:C});if(e.dispatchEvent(A),"open"===R?j(e,e.onopen,A):"message"===R?j(e,e.onmessage,A):"error"===R&&j(e,e.onerror,A),B===P)return}I="",R=""}X=l==="\r".charCodeAt(0)?N:D}else X===D&&(K=a,X=U),X===U?l===":".charCodeAt(0)&&(Z=a+1,X=M):X===M&&(X=_)}}},q=function(t){if(B===x||B===k){B=L,0!==E&&(i(E),E=0),E=r((function(){$()}),p),p=F(Math.min(16*c,2*p)),e.readyState=k;var n=new O("error",{error:t});e.dispatchEvent(n),j(e,e.onerror,n),null!=t&&console.error(t)}},W=function(){B=P,null!=b&&(b.abort(),b=void 0),0!==E&&(i(E),E=0),e.readyState=P},$=function(){if(E=0,B===L){f=!1,d=0,E=r((function(){$()}),u),B=k,I="",R="",C=h,z="",K=0,Z=0,X=D;
|
|
735
739
|
// https://bugzilla.mozilla.org/show_bug.cgi?id=428916
|
|
736
740
|
// Request header field Last-Event-ID is not allowed by Access-Control-Allow-Headers.
|
|
737
|
-
var n=
|
|
741
|
+
var n=t;if("data:"!==t.slice(0,5)&&"blob:"!==t.slice(0,5)&&""!==h){
|
|
738
742
|
// Remove the lastEventId parameter if it's already part of the request URL.
|
|
739
|
-
var i=
|
|
743
|
+
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})),
|
|
740
744
|
// Append the current lastEventId to the request URL.
|
|
741
|
-
n+=(-1===
|
|
745
|
+
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,V,Y,q,n,o,s)}catch(e){throw W(),e}}else if(f||null==b){var p=Math.max((f||Date.now())+u-Date.now(),1);f=!1,E=r((function(){$()}),p)}else q(new Error("No activity within "+u+" milliseconds. "+(B===k?"No response received.":d+" chars received.")+" Reconnecting.")),null!=b&&(b.abort(),b=void 0)};e.url=t,e.readyState=k,e.withCredentials=a,e.headers=g,e._close=W,$()}(this,e,t)}var J=null!=h&&null!=p&&"body"in p.prototype;z.prototype=Object.create(I.prototype),z.prototype.CONNECTING=k,z.prototype.OPEN=x,z.prototype.CLOSED=P,z.prototype.close=function(){this._close()},z.CONNECTING=k,z.OPEN=x,z.CLOSED=P,z.prototype.withCredentials=void 0;var X,K=l;null==o||null!=l&&"withCredentials"in l.prototype||(
|
|
742
746
|
// Why replace a native EventSource ?
|
|
743
747
|
// https://bugzilla.mozilla.org/show_bug.cgi?id=444328
|
|
744
748
|
// https://bugzilla.mozilla.org/show_bug.cgi?id=831392
|
|
745
749
|
// https://code.google.com/p/chromium/issues/detail?id=260144
|
|
746
750
|
// https://code.google.com/p/chromium/issues/detail?id=225654
|
|
747
751
|
// ...
|
|
748
|
-
K=z),X=function(
|
|
752
|
+
K=z),X=function(e){e.EventSourcePolyfill=z,e.NativeEventSource=l,e.EventSource=K}(t),void 0!==X&&(e.exports=X)}("undefined"==typeof globalThis?"undefined"!=typeof window?window:"undefined"!=typeof self?self:Le:globalThis)})),Mr="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",_r="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";
|
|
749
753
|
/* ../casino-tournaments-rank/src/CasinoTournamentsRank.svelte generated by Svelte v3.59.2 */
|
|
750
|
-
function Gr(
|
|
754
|
+
function Gr(t){let n,r,i;return{c(){n=b("span"),r=b("img"),I(r,"alt","user"),l(r.src,i=_r)||I(r,"src",i),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)}}}
|
|
751
755
|
// (105:4) {#if showicon== 'true'}
|
|
752
|
-
function Qr(
|
|
753
|
-
/*div2_binding*/
|
|
754
|
-
/*div2_binding*/,
|
|
755
|
-
i&&(n(7,y=l!=
|
|
756
|
-
a=setTimeout((()=>{s=(new Date).getTime(),(s-o)/1e3>4&&n(7,y=!1),l=i}),5e3),e
|
|
756
|
+
function Qr(t){let n,r,i;return{c(){n=b("span"),r=b("img"),I(r,"alt","prize"),l(r.src,i=Mr)||I(r,"src",i),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 Fr(t){let n,r,i,o,s,a,c,u,h,p,f,d,m,A,E,T,C,R,S,O,L,k,x,P,N=/*overallrank*/(0==t[1]?"-":/*userrank*/t[0]?/*userrank*/t[0]:"-")+"",D=/*overallrank*/(0==t[1]?"-":/*overallrank*/t[1])+"",U=/*showicon*/"true"==t[4]&&Gr(),M=/*showicon*/"true"==t[4]&&Qr();return{c(){n=b("div"),r=b("div"),U&&U.c(),i=B(),o=b("span"),s=w(/*rankprefix*/t[3]),a=w(N),c=w("/"),u=w(D),h=B(),p=b("img"),m=B(),A=b("img"),C=B(),R=b("div"),M&&M.c(),S=B(),O=b("span"),L=w(/*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,E="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",k=/*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),U&&U.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),M&&M.m(R,null),g(R,S),g(R,O),g(O,L),
|
|
757
|
+
/*div2_binding*/t[12](n)},p(e,[t]){/*showicon*/"true"==e[4]?U?U.p(e,t):(U=Gr(),U.c(),U.m(r,i)):U&&(U.d(1),U=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]?M?M.p(e,t):(M=Qr(),M.c(),M.m(R,S)):M&&(M.d(1),M=null),/*prize*/4&t&&H(L,/*prize*/e[2]),/*displayin*/32&t&&k!==(k=/*displayin*/e[5]+" PrizeSec")&&I(R,"class",k),/*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),U&&U.d(),M&&M.d()
|
|
758
|
+
/*div2_binding*/,t[12](null)}}}function jr(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}`&&E(e.data.rankInfo)},E=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
|
|
759
|
+
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
|
|
760
|
+
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){M[e?"unshift":"push"]((()=>{r=e,n(6,r)}))}]}
|
|
757
761
|
/* src/CasinoTournamentsSliderController.svelte generated by Svelte v3.59.2 */
|
|
758
|
-
function zr(t,
|
|
762
|
+
function zr(e,t,n){const r=e.slice();return r[64]=t[n],r[66]=n,r}
|
|
759
763
|
// (347:4) {#if (!tournamentList )}
|
|
760
|
-
function Jr(
|
|
764
|
+
function Jr(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=w(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)}}}
|
|
761
765
|
// (357:4) {#if (tournamentList && tournamentList.length > 0) }
|
|
762
|
-
function Xr(
|
|
763
|
-
/*div3_binding*/
|
|
764
|
-
/*div3_binding*/
|
|
766
|
+
function Xr(e){let t,n,r,i,o,s,a,l,c,u,h,p,f,d,m,A,E,R,S=/*currentTournament*/e[7].name+"",O=/*tournamentList*/e[4],L=[];for(let t=0;t<O.length;t+=1)L[t]=Kr(zr(e,O,t));return{c(){t=b("div"),n=b("div"),r=b("span"),i=w(S),s=B(),a=b("div"),l=b("casino-tournaments-rank"),f=B(),d=b("div");for(let e=0;e<L.length;e+=1)L[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<L.length;e+=1)L[e]&&L[e].m(d,null);
|
|
767
|
+
/*div3_binding*/e[27](t),A=!0,E||(R=T(r,"click",/*click_handler_1*/e[26]),E=!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=zr(e,O,n);L[n]?L[n].p(r,t):(L[n]=Kr(r),L[n].c(),L[n].m(d,null))}for(;n<L.length;n+=1)L[n].d(1);L.length=O.length}},i(e){A||(j((()=>{A&&(m||(m=te(t,se,{delay:250,duration:300},!0)),m.run(1))})),A=!0)},o(e){m||(m=te(t,se,{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)}(L,n),
|
|
768
|
+
/*div3_binding*/e[27](null),n&&m&&m.end(),E=!1,R()}}}
|
|
765
769
|
// (366:10) {#each tournamentList as item, idx}
|
|
766
|
-
function Kr(
|
|
770
|
+
function Kr(e){let t,n,r;return{c(){t=E("svg"),n=E("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)}}}
|
|
767
771
|
// (378:6) {#if isLast}
|
|
768
|
-
function Zr(
|
|
769
|
-
/*div2_binding*/,
|
|
770
|
-
/*section_binding*/
|
|
771
|
-
/*div5_binding*/
|
|
772
|
-
/*div2_binding*/,
|
|
773
|
-
/*section_binding*/
|
|
774
|
-
/*div5_binding*/
|
|
772
|
+
function Zr(e){let t,n;return{c(){t=E("svg"),n=E("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 Vr(t){let n,r,o,s,a,l,c,u,h,p,f,d,m,A,w,C,H,S,O,L,k,x,P,N,D,U,M,_,G=!/*tournamentList*/t[4]&&Jr(t),Q=/*tournamentList*/t[4]&&/*tournamentList*/t[4].length>0&&Xr(t),F=/*isLast*/t[9]&&Zr();return{c(){n=b("div"),r=b("div"),o=b("div"),s=E("svg"),a=E("path"),c=B(),G&&G.c(),u=B(),Q&&Q.c(),h=B(),p=b("div"),f=E("svg"),d=E("path"),m=B(),F&&F.c(),A=B(),w=b("section"),C=b("div"),H=E("svg"),S=E("rect"),O=E("defs"),L=E("pattern"),k=E("use"),x=E("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(k,"xlink:href","#image0_2606_356"),I(k,"transform","scale(0.00195312)"),I(L,"id","pattern0"),I(L,"patternContentUnits","objectBoundingBox"),I(L,"width","1"),I(L,"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(w,"id","animator"),I(w,"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),Q&&Q.m(r,null),g(r,h),g(r,p),g(p,f),g(f,d),g(p,m),F&&F.m(p,null)
|
|
773
|
+
/*div2_binding*/,t[29](r),g(n,A),g(n,w),g(w,C),g(C,H),g(H,S),g(H,O),g(O,L),g(L,k),g(O,x),g(w,N),g(w,D),
|
|
774
|
+
/*section_binding*/t[30](w),
|
|
775
|
+
/*div5_binding*/t[32](n),U=!0,M||(_=[T(o,"click",/*click_handler*/t[25]),T(p,"click",/*click_handler_2*/t[28]),T(w,"click",/*click_handler_3*/t[31])],M=!0)},p(e,t){(!U||/*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=Jr(e),G.c(),G.m(r,u)),/*tournamentList*/e[4]&&/*tournamentList*/e[4].length>0?Q?(Q.p(e,t),/*tournamentList*/16&t[0]&&W(Q,1)):(Q=Xr(e),Q.c(),W(Q,1),Q.m(r,h)):Q&&(q={r:0,c:[],p:q},$(Q,1,1,(()=>{Q=null})),q.r||i(q.c),q=q.p),/*isLast*/e[9]?F||(F=Zr(),F.c(),F.m(p,null)):F&&(F.d(1),F=null),(!U||/*iconsize*/1&t[0])&&I(S,"width",/*iconsize*/e[0]),(!U||/*iconsize*/1&t[0])&&I(S,"height",/*iconsize*/e[0]),(!U||/*iconHref*/4096&t[0])&&R(x,"xlink:href",/*iconHref*/e[12]),(!U||/*iconsize*/1&t[0])&&I(H,"width",/*iconsize*/e[0]),(!U||/*iconsize*/1&t[0])&&I(H,"height",/*iconsize*/e[0]),(!U||/*iconsize*/1&t[0]&&P!==(P=`0 0 ${/*iconsize*/e[0]} ${/*iconsize*/e[0]}`))&&I(H,"viewBox",P)},i(e){U||(W(Q),U=!0)},o(e){$(Q),U=!1},d(e){e&&v(n),G&&G.d(),Q&&Q.d(),F&&F.d()
|
|
776
|
+
/*div2_binding*/,t[29](null),
|
|
777
|
+
/*section_binding*/t[30](null),
|
|
778
|
+
/*div5_binding*/t[32](null),M=!1,i(_)}}}!customElements.get("casino-tournaments-rank")&&customElements.define("casino-tournaments-rank",class extends oe{constructor(e){super();const t=document.createElement("style");t.textContent=".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}}",this.shadowRoot.appendChild(t),ie(this,{target:this.shadowRoot,props:S(this.attributes),customElement:!0},jr,Fr,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 Yr(e,t,n){let r,i;var o,s;o=Pr,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:E=""}=t,{clientstyling:w=""}=t,{clientstylingurl:B=""}=t,{translationurl:T=""}=t,I=[],C=0,R=!0,H=!1,S=null,O=null,L=!1;!function({withLocale:e,translations:t}){wr.subscribe((n=>{null==n&&(or.set(t),wr.set(e))}));// maybe we will need this to make sure that the i18n is set up only once
|
|
775
779
|
/*dictionary.set(translations);
|
|
776
|
-
locale.set(_locale);*/}({withLocale:"en",translations:{}});Object.keys(Dr).forEach((t=>{Nr(t,Dr[t])}));const k=t=>{t.data&&"TournamentList"==t.data.type&&n(4,I=t.data.tournamentList)},x=()=>{var t;t=A,wr.set(t)},P=()=>{clearInterval(p),p=setInterval((()=>{L||0!==I.length&&(_.curTournament.hide(),setTimeout((()=>{n(5,C=(C+1)%I.length),_.curTournament.show()}),450))}),1e3*Number(v))},N=t=>{_.curTournament.hide(),P(),t>0&&H&&Q(),t>0&&H||t<0&&R||setTimeout((()=>{n(5,C+=t),_.curTournament.show()}),450)},U=t=>setTimeout((()=>t()),1e3),_={icon:{init(){n(10,f.style.transition="all 1s ease-in-out",f)},show(){n(10,f.style.display="flex",f),U((()=>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),U((()=>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(),L=!1},Q=()=>{_.slider.hide(),_.icon.show(),L=!0},F=t=>({id:t.tournament.id,name:t.tournament.nameOrTitle,rank:t.leaderBoard?t.leaderBoard.rank:"-",overallRank:t.endRank,prize:t.leaderBoard&&t.leaderBoard.prizeName?t.leaderBoard.prizeName:"-"}),j=t=>{window.postMessage({type:"MyTournamentFromNavClicked",tournamentid:t,showLeaderboard:!0},window.location.href)},z=(t,e,n)=>(t.append("pagination",`offset=${e},limit=${n}`),t.append("sortField","StartTime"),t.append("sortOrder","desc"),t.append("fields","id,nameOrTitle,state"),t.append("language",A),t.append("filter","state=Running"),t),J=t=>{let e=F(t),r=I.findIndex((t=>t.id==e.id));C==r&&window.postMessage({type:`TournamentRankInfo_${e.id}}`,rankInfo:{rank:e.rank,overallRank:e.overallRank,prize:e.prize}}),n(4,I[r]=e,I)},X=t=>{if(t.data)try{let e=t.data,n=JSON.parse(e);"PlayerLeaderBoardsUpdate"==n.messageType&&n.items?n.items.forEach(((t,e)=>{J(t)})):"PlayerLeaderBoardUpdate"==n.messageType&&n.item&&J(n.item)}catch(t){console.log(t)}},K=t=>{const e=(t=>t.touches||t.originalEvent.touches)(t)[0];S=e.clientX,O=e.clientY},Z=t=>{if(!S||!O)return;let e=t.touches[0].clientX,n=t.touches[0].clientY,r=S-e,i=O-n;Math.abs(r)>Math.abs(i)&&N(r>0?1:-1),S=null,O=null},V=()=>{if(!m||!g)return;let t=new URL(`${m}/tournaments/leaderboard/player`),e=new Headers;z(t.searchParams,0,y),g&&e.append("X-SessionID",g),fetch(t,{method:"GET",headers:e}).then((t=>t.json())).then((t=>{if(!t.items)return;n(4,I=[]),t.items.forEach(((t,e)=>{I.push(F(t))})),n(7,l=I[C]),(()=>{if(!m)return;u&&(u.removeEventListener("message",X),u.close());let t=new URL(`${m}/tournaments/leaderboard/player/updates`);z(t.searchParams,0,y),u=new Ur.EventSourcePolyfill(t.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",k,!1),setTimeout((()=>{n(17,A="tr")}),5e3),()=>{clearInterval(p),window.removeEventListener("message",k),u&&u.removeEventListener("message",X),h.removeEventListener("touchstart",K),h.removeEventListener("touchmove",Z)})));return t.$$set=t=>{"session"in t&&n(18,g=t.session),"endpoint"in t&&n(19,m=t.endpoint),"lang"in t&&n(17,A=t.lang),"tournamentsshownnumber"in t&&n(20,y=t.tournamentsshownnumber),"looptime"in t&&n(21,v=t.looptime),"iconsize"in t&&n(0,b=t.iconsize),"icon"in t&&n(22,E=t.icon),"clientstyling"in t&&n(1,w=t.clientstyling),"clientstylingurl"in t&&n(2,B=t.clientstylingurl),"translationurl"in t&&n(23,T=t.translationurl)},t.$$.update=()=>{/*customStylingContainer, clientstyling*/10&t.$$.dirty[0]&&a&&w&&(()=>{let t=document.createElement("style");t.innerHTML=w,a.appendChild(t)})(),/*customStylingContainer, clientstylingurl*/12&t.$$.dirty[0]&&a&&B&&(()=>{let t=new URL(B),e=document.createElement("style");fetch(t.href).then((t=>t.text())).then((t=>{e.innerHTML=t,setTimeout((()=>{a.appendChild(e)}),1),setTimeout((()=>{}),500)}))})(),/*icon*/4194304&t.$$.dirty[0]&&n(12,r=E||"\n data:image/png;base64,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gORG2uqdQKQx0op3AhFQARAREWlKKgAiIiJNSAVARESkCakAiIiINCEVABERkSakAiAiItKEVABERESakAqAiIhIE1IBEBERaUIqACIiIk1IBUBERKQJqQCIiIg0IRUAERGRJqQCICIi0oRUAERERJqQCoCIiEgTUgEQERFpQuYdQBovzHzteNK+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&t.$$.dirty[0]&&Y&&m&&y&&A&&V(),/*tourSlider*/64&t.$$.dirty[0]&&h&&(h.addEventListener("touchstart",K,{passive:!0}),h.addEventListener("touchmove",Z,{passive:!0})),/*session*/262144&t.$$.dirty[0]&&g&&g.length,/*lang*/131072&t.$$.dirty[0]&&A&&x(),/*translationurl*/8388608&t.$$.dirty[0]&&T&&fetch(T).then((t=>t.json())).then((t=>{Object.keys(t).forEach((e=>{Nr(e,t[e])}))})).catch((t=>{console.log(t)})),/*tournamentList, currentTournamentIdx*/48&t.$$.dirty[0]&&n(7,l=I[C]),/*currentTournamentIdx, tournamentList*/48&t.$$.dirty[0]&&n(9,H=C==I.length-1),/*currentTournamentIdx*/32&t.$$.dirty[0]&&n(8,R=0==C)},[b,w,B,a,I,C,h,l,R,H,f,d,r,i,N,G,j,A,g,m,y,v,E,T,Y,()=>N(-1),()=>j(l.id),function(t){M[t?"unshift":"push"]((()=>{d=t,n(11,d)}))},()=>N(1),function(t){M[t?"unshift":"push"]((()=>{h=t,n(6,h)}))},function(t){M[t?"unshift":"push"]((()=>{f=t,n(10,f)}))},()=>G(),function(t){M[t?"unshift":"push"]((()=>{a=t,n(3,a)}))}]}class qr extends ot{constructor(t){super();const e=document.createElement("style");e.textContent=".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}",this.shadowRoot.appendChild(e),it(this,{target:this.shadowRoot,props:S(this.attributes),customElement:!0},Yr,Vr,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]),t&&(t.target&&y(t.target,this,t.anchor),t.props&&(this.$set(t.props),K()))}static get observedAttributes(){return["session","endpoint","lang","tournamentsshownnumber","looptime","iconsize","icon","clientstyling","clientstylingurl","translationurl"]}get session(){return this.$$.ctx[18]}set session(t){this.$$set({session:t}),K()}get endpoint(){return this.$$.ctx[19]}set endpoint(t){this.$$set({endpoint:t}),K()}get lang(){return this.$$.ctx[17]}set lang(t){this.$$set({lang:t}),K()}get tournamentsshownnumber(){return this.$$.ctx[20]}set tournamentsshownnumber(t){this.$$set({tournamentsshownnumber:t}),K()}get looptime(){return this.$$.ctx[21]}set looptime(t){this.$$set({looptime:t}),K()}get iconsize(){return this.$$.ctx[0]}set iconsize(t){this.$$set({iconsize:t}),K()}get icon(){return this.$$.ctx[22]}set icon(t){this.$$set({icon:t}),K()}get clientstyling(){return this.$$.ctx[1]}set clientstyling(t){this.$$set({clientstyling:t}),K()}get clientstylingurl(){return this.$$.ctx[2]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),K()}get translationurl(){return this.$$.ctx[23]}set translationurl(t){this.$$set({translationurl:t}),K()}}return!customElements.get("casino-tournaments-slider-controller")&&customElements.define("casino-tournaments-slider-controller",qr),qr}));
|
|
780
|
+
locale.set(_locale);*/}({withLocale:"en",translations:{}});Object.keys(Dr).forEach((e=>{Nr(e,Dr[e])}));const k=e=>{e.data&&"TournamentList"==e.data.type&&n(4,I=e.data.tournamentList)},x=()=>{var e;e=A,wr.set(e)},P=()=>{clearInterval(p),p=setInterval((()=>{L||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&&Q(),e>0&&H||e<0&&R||setTimeout((()=>{n(5,C+=e),_.curTournament.show()}),450)},U=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),U((()=>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),U((()=>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(),L=!1},Q=()=>{_.slider.hide(),_.icon.show(),L=!0},F=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)},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=F(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(F(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",k,!1),setTimeout((()=>{n(17,A="tr")}),5e3),()=>{clearInterval(p),window.removeEventListener("message",k),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,E=e.icon),"clientstyling"in e&&n(1,w=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&&w&&(()=>{let e=document.createElement("style");e.innerHTML=w,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=E||"\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=>{Nr(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,w,B,a,I,C,h,l,R,H,f,d,r,i,N,G,j,A,g,m,y,v,E,T,Y,()=>N(-1),()=>j(l.id),function(e){M[e?"unshift":"push"]((()=>{d=e,n(11,d)}))},()=>N(1),function(e){M[e?"unshift":"push"]((()=>{h=e,n(6,h)}))},function(e){M[e?"unshift":"push"]((()=>{f=e,n(10,f)}))},()=>G(),function(e){M[e?"unshift":"push"]((()=>{a=e,n(3,a)}))}]}class qr extends oe{constructor(e){super();const t=document.createElement("style");t.textContent=".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}",this.shadowRoot.appendChild(t),ie(this,{target:this.shadowRoot,props:S(this.attributes),customElement:!0},Yr,Vr,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",qr),qr}));
|
|
777
781
|
//# sourceMappingURL=casino-tournaments-slider-controller.js.map
|