@everymatrix/casino-tournaments-slider-controller 1.9.1 → 1.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,13 +1,25 @@
|
|
|
1
|
-
!function(e
|
|
1
|
+
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).app=e()}(this,(function(){"use strict";function t(){}const e=t=>t;function n(t){return t()}function r(){return Object.create(null)}function i(t){t.forEach(n)}function o(t){return"function"==typeof t}function s(t,e){return t!=t?e==e:t!==e||t&&"object"==typeof t||"function"==typeof t}let a;function l(t,e){return a||(a=document.createElement("a")),a.href=e,t===a.href}function c(e,...n){if(null==e)return t;const r=e.subscribe(...n);return r.unsubscribe?()=>r.unsubscribe():r}const u="undefined"!=typeof window;let h=u?()=>window.performance.now():()=>Date.now(),f=u?t=>requestAnimationFrame(t):t;const p=new Set;function d(t){p.forEach((e=>{e.c(t)||(p.delete(e),e.f())})),0!==p.size&&f(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(e
|
|
5
|
+
*/function g(t,e){t.appendChild(e)}function m(t){if(!t)return document;const e=t.getRootNode?t.getRootNode():t.ownerDocument;return e&&e.host?e:t.ownerDocument}function A(t){const e=b("style");return function(t,e){g(t.head||t,e),e.sheet}(m(t),e),e.sheet}function y(t,e,n){t.insertBefore(e,n||null)}function v(t){t.parentNode&&t.parentNode.removeChild(t)}function b(t){return document.createElement(t)}function E(t){return document.createElementNS("http://www.w3.org/2000/svg",t)}function w(t){return document.createTextNode(t)}function B(){return w(" ")}function T(t,e,n,r){return t.addEventListener(e,n,r),()=>t.removeEventListener(e,n,r)}function I(t,e,n){null==n?t.removeAttribute(e):t.getAttribute(e)!==n&&t.setAttribute(e,n)}function C(t,e,n){e in t?t[e]="boolean"==typeof t[e]&&""===n||n:I(t,e,n)}function R(t,e,n){t.setAttributeNS("http://www.w3.org/1999/xlink",e,n)}function H(t,e){e=""+e,t.data!==e&&(t.data=e)}function S(t){const e={};for(const n of t)e[n.name]=n.value;return e}
|
|
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
|
-
const O=new Map;let k
|
|
8
|
+
const O=new Map;let L,k=0;
|
|
9
9
|
// https://github.com/darkskyapp/string-hash/blob/master/index.js
|
|
10
|
-
function x(e,
|
|
10
|
+
function x(t,e,n,r,i,o,s,a=0){const l=16.666/r;let c="{\n";for(let t=0;t<=1;t+=l){const r=e+(n-e)*o(t);c+=100*t+`%{${s(r,1-r)}}\n`}const u=c+`100% {${s(n,1-n)}}\n}`,h=`__svelte_${function(t){let e=5381,n=t.length;for(;n--;)e=(e<<5)-e^t.charCodeAt(n);return e>>>0}(u)}_${a}`,f=m(t),{stylesheet:p,rules:d}=O.get(f)||function(t,e){const n={stylesheet:A(e),rules:{}};return O.set(t,n),n}(f,t);d[h]||(d[h]=!0,p.insertRule(`@keyframes ${h} ${u}`,p.cssRules.length));const g=t.style.animation||"";return t.style.animation=`${g?`${g}, `:""}${h} ${r}ms linear ${i}ms 1 both`,k+=1,h}function P(t,e){const n=(t.style.animation||"").split(", "),r=n.filter(e?t=>t.indexOf(e)<0:t=>-1===t.indexOf("__svelte")),i=n.length-r.length;i&&(t.style.animation=r.join(", "),k-=i,k||f((()=>{k||(O.forEach((t=>{const{ownerNode:e}=t.stylesheet;
|
|
11
|
+
// there is no ownerNode if it runs on jsdom.
|
|
12
|
+
e&&v(e)})),O.clear())})))}function N(t){L=t}
|
|
13
|
+
/**
|
|
14
|
+
* The `onMount` function schedules a callback to run as soon as the component has been mounted to the DOM.
|
|
15
|
+
* It must be called during the component's initialisation (but doesn't need to live *inside* the component;
|
|
16
|
+
* it can be called from an external module).
|
|
17
|
+
*
|
|
18
|
+
* `onMount` does not run inside a [server-side component](/docs#run-time-server-side-component-api).
|
|
19
|
+
*
|
|
20
|
+
* https://svelte.dev/docs#run-time-svelte-onmount
|
|
21
|
+
*/
|
|
22
|
+
function D(t){(function(){if(!L)throw new Error("Function called outside component initialization");return L})().$$.on_mount.push(t)}const U=[],M=[];let _=[];const G=[],Q=Promise.resolve();let F=!1;function j(t){_.push(t)}
|
|
11
23
|
// flush() calls callbacks in this order:
|
|
12
24
|
// 1. All beforeUpdate callbacks, in order: parents before children
|
|
13
25
|
// 2. All bind:this callbacks, in reverse order: children before parents.
|
|
@@ -27,57 +39,70 @@ 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
|
|
|
27
39
|
// callback called a second time; the seen_callbacks set, outside the flush()
|
|
28
40
|
// function, guarantees this behavior.
|
|
29
41
|
const z=new Set;let J,X=0;// Do *not* move this inside the flush() function
|
|
30
|
-
function K(){
|
|
42
|
+
function K(){
|
|
43
|
+
// Do not reenter flush while dirty components are updated, as this can
|
|
44
|
+
// result in an infinite loop. Instead, let the inner flush handle it.
|
|
45
|
+
// Reentrancy is ok afterwards for bindings etc.
|
|
46
|
+
if(0!==X)return;const t=L;do{
|
|
31
47
|
// first, call beforeUpdate functions
|
|
32
48
|
// and update components
|
|
33
|
-
for(;X<
|
|
49
|
+
try{for(;X<U.length;){const t=U[X];X++,N(t),Z(t.$$)}}catch(t){
|
|
50
|
+
// reset dirty state to not end up in a deadlocked state and then rethrow
|
|
51
|
+
throw U.length=0,X=0,t}for(N(null),U.length=0,X=0;M.length;)M.pop()();
|
|
34
52
|
// then, once components are updated, call
|
|
35
53
|
// afterUpdate functions. This may cause
|
|
36
54
|
// subsequent updates...
|
|
37
|
-
for(let
|
|
55
|
+
for(let t=0;t<_.length;t+=1){const e=_[t];z.has(e)||(
|
|
38
56
|
// ...so guard against infinite loops
|
|
39
|
-
z.add(
|
|
57
|
+
z.add(e),e())}_.length=0}while(U.length);for(;G.length;)G.pop()();F=!1,z.clear(),N(t)}function Z(t){if(null!==t.fragment){t.update(),i(t.before_update);const e=t.dirty;t.dirty=[-1],t.fragment&&t.fragment.p(t.ctx,e),t.after_update.forEach(j)}}
|
|
58
|
+
/**
|
|
59
|
+
* Useful for example to execute remaining `afterUpdate` callbacks before executing `destroy`.
|
|
60
|
+
*/function V(t,e,n){t.dispatchEvent(function(t,e,{bubbles:n=!1,cancelable:r=!1}={}){const i=document.createEvent("CustomEvent");return i.initCustomEvent(t,n,r,e),i}(`${e?"intro":"outro"}${n}`))}const Y=new Set;let q;function W(t,e){t&&t.i&&(Y.delete(t),t.i(e))}function $(t,e,n,r){if(t&&t.o){if(Y.has(t))return;Y.add(t),q.c.push((()=>{Y.delete(t),r&&(n&&t.d(1),r())})),t.o(e)}else r&&r()}const tt={duration:0};function et(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(t,e){const n=t.b-u;return e*=Math.abs(n),{a:u,b:t.b,d:n,duration:e,start:t.start,end:t.start+e,group:t.group}}function b(r){const{delay:o=0,duration:s=300,easing:a=e,tick:l=t,css:b}=c||tt,E={start:h()+o,b:r};r||(
|
|
40
61
|
// @ts-ignore todo: improve typings
|
|
41
|
-
|
|
62
|
+
E.group=q,q.r+=1),g||m?m=E:(
|
|
42
63
|
// if this is an intro, and there's a delay, we need to do
|
|
43
64
|
// an initial tick and/or apply CSS animation immediately
|
|
44
|
-
b&&(
|
|
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(t){let e;0===p.size&&f(d),new Promise((n=>{p.add(e={c:t,f:n})}))}((t=>{if(m&&t>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(t>=g.end)l(u=g.b,1-u),V(n,g.b,"end"),m||(
|
|
45
66
|
// we're done
|
|
46
|
-
|
|
67
|
+
g.b?
|
|
47
68
|
// intro — we can tidy up immediately
|
|
48
|
-
|
|
69
|
+
y():
|
|
49
70
|
// outro — needs to be coordinated
|
|
50
|
-
--
|
|
71
|
+
--g.group.r||i(g.group.c)),g=null;else if(t>=g.start){const e=t-g.start;u=g.a+g.d*a(e/g.duration),l(u,1-u)}return!(!g&&!m)})))}return{run(t){o(c)?(J||(J=Promise.resolve(),J.then((()=>{J=null}))),J).then((()=>{
|
|
51
72
|
// @ts-ignore
|
|
52
|
-
|
|
73
|
+
c=c(l),b(t)})):b(t)},end(){y(),g=m=null}}}function nt(t,e){const n=t.$$;null!==n.fragment&&(!function(t){const e=[],n=[];_.forEach((r=>-1===t.indexOf(r)?e.push(r):n.push(r))),n.forEach((t=>t())),_=e}(n.after_update),i(n.on_destroy),n.fragment&&n.fragment.d(e),
|
|
74
|
+
// TODO null out other refs, including component.$$ (but need to
|
|
75
|
+
// preserve final state?)
|
|
76
|
+
n.on_destroy=n.fragment=null,n.ctx=[])}function rt(t,e){-1===t.$$.dirty[0]&&(U.push(t),F||(F=!0,Q.then(K)),t.$$.dirty.fill(0)),t.$$.dirty[e/31|0]|=1<<e%31}function it(e,s,a,l,c,u,h,f=[-1]){const p=L;N(e);const d=e.$$={fragment:null,ctx:[],
|
|
53
77
|
// state
|
|
54
|
-
props:u,update:
|
|
78
|
+
props:u,update:t,not_equal:c,bound:r(),
|
|
55
79
|
// lifecycle
|
|
56
|
-
on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(s.context||(
|
|
80
|
+
on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(s.context||(p?p.$$.context:[])),
|
|
57
81
|
// everything else
|
|
58
|
-
callbacks:r(),dirty:
|
|
82
|
+
callbacks:r(),dirty:f,skip_bound:!1,root:s.target||p.$$.root};h&&h(d.root);let g=!1;if(d.ctx=a?a(e,s.props||{},((t,n,...r)=>{const i=r.length?r[0]:n;return d.ctx&&c(d.ctx[t],d.ctx[t]=i)&&(!d.skip_bound&&d.bound[t]&&d.bound[t](i),g&&rt(e,t)),n})):[],d.update(),g=!0,i(d.before_update),
|
|
59
83
|
// `false` as a special case of no DOM component
|
|
60
|
-
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 t=function(t){return Array.from(t.childNodes)}(s.target);
|
|
61
85
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
62
|
-
d.fragment&&d.fragment.l(
|
|
86
|
+
d.fragment&&d.fragment.l(t),t.forEach(v)}else
|
|
63
87
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
64
|
-
d.fragment&&d.fragment.c();s.intro&&W(
|
|
88
|
+
d.fragment&&d.fragment.c();s.intro&&W(e.$$.fragment),function(t,e,r,s){const{fragment:a,after_update:l}=t.$$;a&&a.m(e,r),s||
|
|
65
89
|
// onMount happens before the initial afterUpdate
|
|
66
|
-
|
|
90
|
+
j((()=>{const e=t.$$.on_mount.map(n).filter(o);
|
|
91
|
+
// if the component was destroyed immediately
|
|
92
|
+
// it will update the `$$.on_destroy` reference to `null`.
|
|
93
|
+
// the destructured on_destroy may still reference to the old array
|
|
94
|
+
t.$$.on_destroy?t.$$.on_destroy.push(...e):
|
|
67
95
|
// Edge case - component was destroyed immediately,
|
|
68
96
|
// most likely as a result of a binding initialising
|
|
69
|
-
i(
|
|
97
|
+
i(e),t.$$.on_mount=[]})),l.forEach(j)}(e,s.target,s.anchor,s.customElement),K()}N(p)}let ot;function st(t,{delay:n=0,duration:r=400,easing:i=e}={}){const o=+getComputedStyle(t).opacity;return{delay:n,duration:r,easing:i,css:t=>"opacity: "+t*o}}"function"==typeof HTMLElement&&(ot=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){const{on_mount:t}=this.$$;this.$$.on_disconnect=t.map(n).filter(o);
|
|
70
98
|
// @ts-ignore todo: improve typings
|
|
71
|
-
for(const
|
|
99
|
+
for(const t in this.$$.slotted)
|
|
72
100
|
// @ts-ignore todo: improve typings
|
|
73
|
-
this.appendChild(this.$$.slotted[
|
|
74
|
-
// TODO null out other refs, including component.$$ (but need to
|
|
75
|
-
// preserve final state?)
|
|
76
|
-
n.on_destroy=n.fragment=null,n.ctx=[])}(this,1),this.$destroy=e}$on(e,t){
|
|
101
|
+
this.appendChild(this.$$.slotted[t])}attributeChangedCallback(t,e,n){this[t]=n}disconnectedCallback(){i(this.$$.on_disconnect)}$destroy(){nt(this,1),this.$destroy=t}$on(e,n){
|
|
77
102
|
// TODO should this delegate to addEventListener?
|
|
78
|
-
const
|
|
103
|
+
if(!o(n))return t;const r=this.$$.callbacks[e]||(this.$$.callbacks[e]=[]);return r.push(n),()=>{const t=r.indexOf(n);-1!==t&&r.splice(t,1)}}$set(t){var e;this.$$set&&(e=t,0!==Object.keys(e).length)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}});var at="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||void 0!==at&&at,lt={searchParams:"URLSearchParams"in at,iterable:"Symbol"in at&&"iterator"in Symbol,blob:"FileReader"in at&&"Blob"in at&&function(){try{return new Blob,!0}catch(t){return!1}}(),formData:"FormData"in at,arrayBuffer:"ArrayBuffer"in at};if(lt.arrayBuffer)var ct=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],ut=ArrayBuffer.isView||function(t){return t&&ct.indexOf(Object.prototype.toString.call(t))>-1};function ht(t){if("string"!=typeof t&&(t=String(t)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(t)||""===t)throw new TypeError('Invalid character in header field name: "'+t+'"');return t.toLowerCase()}function ft(t){return"string"!=typeof t&&(t=String(t)),t}
|
|
79
104
|
// Build a destructive iterator for the value list
|
|
80
|
-
function
|
|
105
|
+
function pt(t){var e={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return lt.iterable&&(e[Symbol.iterator]=function(){return e}),e}function dt(t){this.map={},t instanceof dt?t.forEach((function(t,e){this.append(e,t)}),this):Array.isArray(t)?t.forEach((function(t){this.append(t[0],t[1])}),this):t&&Object.getOwnPropertyNames(t).forEach((function(e){this.append(e,t[e])}),this)}function gt(t){if(t.bodyUsed)return Promise.reject(new TypeError("Already read"));t.bodyUsed=!0}function mt(t){return new Promise((function(e,n){t.onload=function(){e(t.result)},t.onerror=function(){n(t.error)}}))}function At(t){var e=new FileReader,n=mt(e);return e.readAsArrayBuffer(t),n}function yt(t){if(t.slice)return t.slice(0);var e=new Uint8Array(t.byteLength);return e.set(new Uint8Array(t)),e.buffer}function vt(){return this.bodyUsed=!1,this._initBody=function(t){var e;
|
|
81
106
|
/*
|
|
82
107
|
fetch-mock wraps the Response object in an ES6 Proxy to
|
|
83
108
|
provide useful test harness features such as flush. However, on
|
|
@@ -88,21 +113,21 @@ function me(e){var t={next:function(){var t=e.shift();return{done:void 0===t,val
|
|
|
88
113
|
semantic of setting Request.bodyUsed in the constructor before
|
|
89
114
|
_initBody is called.
|
|
90
115
|
*/
|
|
91
|
-
this.bodyUsed=this.bodyUsed,this._bodyInit=
|
|
116
|
+
this.bodyUsed=this.bodyUsed,this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:lt.blob&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:lt.formData&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:lt.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():lt.arrayBuffer&<.blob&&((e=t)&&DataView.prototype.isPrototypeOf(e))?(this._bodyArrayBuffer=yt(t.buffer),
|
|
92
117
|
// IE 10-11 can't handle a DataView body.
|
|
93
|
-
this._bodyInit=new Blob([this._bodyArrayBuffer])):
|
|
118
|
+
this._bodyInit=new Blob([this._bodyArrayBuffer])):lt.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(t)||ut(t))?this._bodyArrayBuffer=yt(t):this._bodyText=t=Object.prototype.toString.call(t):this._bodyText="",this.headers.get("content-type")||("string"==typeof t?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):lt.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},lt.blob&&(this.blob=function(){var t=gt(this);if(t)return t;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 t=gt(this);return t||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}return this.blob().then(At)}),this.text=function(){var t=gt(this);if(t)return t;if(this._bodyBlob)return function(t){var e=new FileReader,n=mt(e);return e.readAsText(t),n}(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var e=new Uint8Array(t),n=new Array(e.length),r=0;r<e.length;r++)n[r]=String.fromCharCode(e[r]);return n.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},lt.formData&&(this.formData=function(){return this.text().then(wt)}),this.json=function(){return this.text().then(JSON.parse)},this}
|
|
94
119
|
// HTTP methods whose capitalization should be normalized
|
|
95
|
-
|
|
120
|
+
dt.prototype.append=function(t,e){t=ht(t),e=ft(e);var n=this.map[t];this.map[t]=n?n+", "+e:e},dt.prototype.delete=function(t){delete this.map[ht(t)]},dt.prototype.get=function(t){return t=ht(t),this.has(t)?this.map[t]:null},dt.prototype.has=function(t){return this.map.hasOwnProperty(ht(t))},dt.prototype.set=function(t,e){this.map[ht(t)]=ft(e)},dt.prototype.forEach=function(t,e){for(var n in this.map)this.map.hasOwnProperty(n)&&t.call(e,this.map[n],n,this)},dt.prototype.keys=function(){var t=[];return this.forEach((function(e,n){t.push(n)})),pt(t)},dt.prototype.values=function(){var t=[];return this.forEach((function(e){t.push(e)})),pt(t)},dt.prototype.entries=function(){var t=[];return this.forEach((function(e,n){t.push([n,e])})),pt(t)},lt.iterable&&(dt.prototype[Symbol.iterator]=dt.prototype.entries);var bt=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function Et(t,e){if(!(this instanceof Et))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');var n,r,i=(e=e||{}).body;if(t instanceof Et){if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,e.headers||(this.headers=new dt(t.headers)),this.method=t.method,this.mode=t.mode,this.signal=t.signal,i||null==t._bodyInit||(i=t._bodyInit,t.bodyUsed=!0)}else this.url=String(t);if(this.credentials=e.credentials||this.credentials||"same-origin",!e.headers&&this.headers||(this.headers=new dt(e.headers)),this.method=(n=e.method||this.method||"GET",r=n.toUpperCase(),bt.indexOf(r)>-1?r:n),this.mode=e.mode||this.mode||null,this.signal=e.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&i)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(i),!("GET"!==this.method&&"HEAD"!==this.method||"no-store"!==e.cache&&"no-cache"!==e.cache)){
|
|
96
121
|
// Search for a '_' parameter in the query string
|
|
97
122
|
var o=/([?&])_=[^&]*/;if(o.test(this.url))
|
|
98
123
|
// If it already exists then set the value with the current time
|
|
99
|
-
this.url=this.url.replace(o,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function
|
|
124
|
+
this.url=this.url.replace(o,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function wt(t){var e=new FormData;return t.trim().split("&").forEach((function(t){if(t){var n=t.split("="),r=n.shift().replace(/\+/g," "),i=n.join("=").replace(/\+/g," ");e.append(decodeURIComponent(r),decodeURIComponent(i))}})),e}function Bt(t,e){if(!(this instanceof Bt))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');e||(e={}),this.type="default",this.status=void 0===e.status?200:e.status,this.ok=this.status>=200&&this.status<300,this.statusText=void 0===e.statusText?"":""+e.statusText,this.headers=new dt(e.headers),this.url=e.url||"",this._initBody(t)}Et.prototype.clone=function(){return new Et(this,{body:this._bodyInit})},vt.call(Et.prototype),vt.call(Bt.prototype),Bt.prototype.clone=function(){return new Bt(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new dt(this.headers),url:this.url})},Bt.error=function(){var t=new Bt(null,{status:0,statusText:""});return t.type="error",t};var Tt=[301,302,303,307,308];Bt.redirect=function(t,e){if(-1===Tt.indexOf(e))throw new RangeError("Invalid status code");return new Bt(null,{status:e,headers:{location:t}})};var It=at.DOMException;try{new It}catch(t){(It=function(t,e){this.message=t,this.name=e;var n=Error(t);this.stack=n.stack}).prototype=Object.create(Error.prototype),It.prototype.constructor=It}function Ct(t,e){return new Promise((function(n,r){var i=new Et(t,e);if(i.signal&&i.signal.aborted)return r(new It("Aborted","AbortError"));var o=new XMLHttpRequest;function s(){o.abort()}o.onload=function(){var t,e,r={status:o.status,statusText:o.statusText,headers:(t=o.getAllResponseHeaders()||"",e=new dt,
|
|
100
125
|
// Avoiding split via regex to work around a common IE11 bug with the core-js 3.6.0 regex polyfill
|
|
101
126
|
// https://github.com/github/fetch/issues/748
|
|
102
127
|
// https://github.com/zloirock/core-js/issues/751
|
|
103
|
-
|
|
128
|
+
t.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(t){return 0===t.indexOf("\n")?t.substr(1,t.length):t})).forEach((function(t){var n=t.split(":"),r=n.shift().trim();if(r){var i=n.join(":").trim();e.append(r,i)}})),e)};r.url="responseURL"in o?o.responseURL:r.headers.get("X-Request-URL");var i="response"in o?o.response:o.responseText;setTimeout((function(){n(new Bt(i,r))}),0)},o.onerror=function(){setTimeout((function(){r(new TypeError("Network request failed"))}),0)},o.ontimeout=function(){setTimeout((function(){r(new TypeError("Network request failed"))}),0)},o.onabort=function(){setTimeout((function(){r(new It("Aborted","AbortError"))}),0)},o.open(i.method,function(t){try{return""===t&&at.location.href?at.location.href:t}catch(e){return t}}(i.url),!0),"include"===i.credentials?o.withCredentials=!0:"omit"===i.credentials&&(o.withCredentials=!1),"responseType"in o&&(lt.blob?o.responseType="blob":lt.arrayBuffer&&i.headers.get("Content-Type")&&-1!==i.headers.get("Content-Type").indexOf("application/octet-stream")&&(o.responseType="arraybuffer")),!e||"object"!=typeof e.headers||e.headers instanceof dt?i.headers.forEach((function(t,e){o.setRequestHeader(e,t)})):Object.getOwnPropertyNames(e.headers).forEach((function(t){o.setRequestHeader(t,ft(e.headers[t]))})),i.signal&&(i.signal.addEventListener("abort",s),o.onreadystatechange=function(){
|
|
104
129
|
// DONE (success or failure)
|
|
105
|
-
4===o.readyState&&i.signal.removeEventListener("abort",s)}),o.send(void 0===i._bodyInit?null:i._bodyInit)}))}
|
|
130
|
+
4===o.readyState&&i.signal.removeEventListener("abort",s)}),o.send(void 0===i._bodyInit?null:i._bodyInit)}))}Ct.polyfill=!0,at.fetch||(at.fetch=Ct,at.Headers=dt,at.Request=Et,at.Response=Bt);var Rt="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};
|
|
106
131
|
// the whatwg-fetch polyfill installs the fetch() function
|
|
107
132
|
// on the global object (window or self)
|
|
108
133
|
// Return that as the export for use in Webpack, Browserify etc.
|
|
@@ -122,7 +147,7 @@ self.fetch.bind(self);
|
|
|
122
147
|
PERFORMANCE OF THIS SOFTWARE.
|
|
123
148
|
***************************************************************************** */
|
|
124
149
|
/* global Reflect, Promise */
|
|
125
|
-
var ke=function(e,t){return ke=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},ke(e,t)};function Le(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}ke(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}function xe(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function Pe(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)s.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return s}function Ne(e,t,n){if(n||2===arguments.length)for(var r,i=0,o=t.length;i<o;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.slice.call(t))}function De(e){return"function"==typeof e}function Me(e){var t=e((function(e){Error.call(e),e.stack=(new Error).stack}));return t.prototype=Object.create(Error.prototype),t.prototype.constructor=t,t}var Ue=Me((function(e){return function(t){e(this),this.message=t?t.length+" errors occurred during unsubscription:\n"+t.map((function(e,t){return t+1+") "+e.toString()})).join("\n "):"",this.name="UnsubscriptionError",this.errors=t}}));function _e(e,t){if(e){var n=e.indexOf(t);0<=n&&e.splice(n,1)}}var Ge=function(){function e(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}var t;return e.prototype.unsubscribe=function(){var e,t,n,r,i;if(!this.closed){this.closed=!0;var o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var s=xe(o),a=s.next();!a.done;a=s.next()){a.value.remove(this)}}catch(t){e={error:t}}finally{try{a&&!a.done&&(t=s.return)&&t.call(s)}finally{if(e)throw e.error}}else o.remove(this);var l=this.initialTeardown;if(De(l))try{l()}catch(e){i=e instanceof Ue?e.errors:[e]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var u=xe(c),h=u.next();!h.done;h=u.next()){var p=h.value;try{Fe(p)}catch(e){i=null!=i?i:[],e instanceof Ue?i=Ne(Ne([],Pe(i)),Pe(e.errors)):i.push(e)}}}catch(e){n={error:e}}finally{try{h&&!h.done&&(r=u.return)&&r.call(u)}finally{if(n)throw n.error}}}if(i)throw new Ue(i)}},e.prototype.add=function(t){var n;if(t&&t!==this)if(this.closed)Fe(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=null!==(n=this._finalizers)&&void 0!==n?n:[]).push(t)}},e.prototype._hasParent=function(e){var t=this._parentage;return t===e||Array.isArray(t)&&t.includes(e)},e.prototype._addParent=function(e){var t=this._parentage;this._parentage=Array.isArray(t)?(t.push(e),t):t?[t,e]:e},e.prototype._removeParent=function(e){var t=this._parentage;t===e?this._parentage=null:Array.isArray(t)&&_e(t,e)},e.prototype.remove=function(t){var n=this._finalizers;n&&_e(n,t),t instanceof e&&t._removeParent(this)},e.EMPTY=((t=new e).closed=!0,t),e}(),je=Ge.EMPTY;function Qe(e){return e instanceof Ge||e&&"closed"in e&&De(e.remove)&&De(e.add)&&De(e.unsubscribe)}function Fe(e){De(e)?e():e.unsubscribe()}var ze={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Je={setTimeout:function(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var i=Je.delegate;return(null==i?void 0:i.setTimeout)?i.setTimeout.apply(i,Ne([e,t],Pe(n))):setTimeout.apply(void 0,Ne([e,t],Pe(n)))},clearTimeout:function(e){var t=Je.delegate;return((null==t?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function Xe(){}var Ke=null;function Ze(e){if(ze.useDeprecatedSynchronousErrorHandling){var t=!Ke;if(t&&(Ke={errorThrown:!1,error:null}),e(),t){var n=Ke,r=n.errorThrown,i=n.error;if(Ke=null,r)throw i}}else e()}var Ve=function(e){function t(t){var n=e.call(this)||this;return n.isStopped=!1,t?(n.destination=t,Qe(t)&&t.add(n)):n.destination=tt,n}return Le(t,e),t.create=function(e,t,n){return new $e(e,t,n)},t.prototype.next=function(e){this.isStopped||this._next(e)},t.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(Ge),Ye=Function.prototype.bind;function qe(e,t){return Ye.call(e,t)}var We=function(){function e(e){this.partialObserver=e}return e.prototype.next=function(e){var t=this.partialObserver;if(t.next)try{t.next(e)}catch(e){et(e)}},e.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(e){et(e)}else et(e)},e.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(e){et(e)}},e}(),$e=function(e){function t(t,n,r){var i,o,s=e.call(this)||this;De(t)||!t?i={next:null!=t?t:void 0,error:null!=n?n:void 0,complete:null!=r?r:void 0}:s&&ze.useDeprecatedNextContext?((o=Object.create(t)).unsubscribe=function(){return s.unsubscribe()},i={next:t.next&&qe(t.next,o),error:t.error&&qe(t.error,o),complete:t.complete&&qe(t.complete,o)}):i=t;return s.destination=new We(i),s}return Le(t,e),t}(Ve);function et(e){var t;t=e,Je.setTimeout((function(){throw t}))}var tt={closed:!0,next:Xe,error:function(e){throw e},complete:Xe},nt="function"==typeof Symbol&&Symbol.observable||"@@observable";function rt(e){return e}function it(e){return 0===e.length?rt:1===e.length?e[0]:function(t){return e.reduce((function(e,t){return t(e)}),t)}}var ot=function(){function e(e){e&&(this._subscribe=e)}return e.prototype.lift=function(t){var n=new e;return n.source=this,n.operator=t,n},e.prototype.subscribe=function(e,t,n){var r,i=this,o=(r=e)&&r instanceof Ve||function(e){return e&&De(e.next)&&De(e.error)&&De(e.complete)}(r)&&Qe(r)?e:new $e(e,t,n);return Ze((function(){var e=i,t=e.operator,n=e.source;o.add(t?t.call(o,n):n?i._subscribe(o):i._trySubscribe(o))})),o},e.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){e.error(t)}},e.prototype.forEach=function(e,t){var n=this;return new(t=st(t))((function(t,r){var i=new $e({next:function(t){try{e(t)}catch(e){r(e),i.unsubscribe()}},error:r,complete:t});n.subscribe(i)}))},e.prototype._subscribe=function(e){var t;return null===(t=this.source)||void 0===t?void 0:t.subscribe(e)},e.prototype[nt]=function(){return this},e.prototype.pipe=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return it(e)(this)},e.prototype.toPromise=function(e){var t=this;return new(e=st(e))((function(e,n){var r;t.subscribe((function(e){return r=e}),(function(e){return n(e)}),(function(){return e(r)}))}))},e.create=function(t){return new e(t)},e}();function st(e){var t;return null!==(t=null!=e?e:ze.Promise)&&void 0!==t?t:Promise}var at=Me((function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),lt=function(e){function t(){var t=e.call(this)||this;return t.closed=!1,t.currentObservers=null,t.observers=[],t.isStopped=!1,t.hasError=!1,t.thrownError=null,t}return Le(t,e),t.prototype.lift=function(e){var t=new ct(this,this);return t.operator=e,t},t.prototype._throwIfClosed=function(){if(this.closed)throw new at},t.prototype.next=function(e){var t=this;Ze((function(){var n,r;if(t._throwIfClosed(),!t.isStopped){t.currentObservers||(t.currentObservers=Array.from(t.observers));try{for(var i=xe(t.currentObservers),o=i.next();!o.done;o=i.next()){o.value.next(e)}}catch(e){n={error:e}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}}}))},t.prototype.error=function(e){var t=this;Ze((function(){if(t._throwIfClosed(),!t.isStopped){t.hasError=t.isStopped=!0,t.thrownError=e;for(var n=t.observers;n.length;)n.shift().error(e)}}))},t.prototype.complete=function(){var e=this;Ze((function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var t=e.observers;t.length;)t.shift().complete()}}))},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var e;return(null===(e=this.observers)||void 0===e?void 0:e.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(t){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,t)},t.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},t.prototype._innerSubscribe=function(e){var t=this,n=this,r=n.hasError,i=n.isStopped,o=n.observers;return r||i?je:(this.currentObservers=null,o.push(e),new Ge((function(){t.currentObservers=null,_e(o,e)})))},t.prototype._checkFinalizedStatuses=function(e){var t=this,n=t.hasError,r=t.thrownError,i=t.isStopped;n?e.error(r):i&&e.complete()},t.prototype.asObservable=function(){var e=new ot;return e.source=this,e},t.create=function(e,t){return new ct(e,t)},t}(ot),ct=function(e){function t(t,n){var r=e.call(this)||this;return r.destination=t,r.source=n,r}return Le(t,e),t.prototype.next=function(e){var t,n;null===(n=null===(t=this.destination)||void 0===t?void 0:t.next)||void 0===n||n.call(t,e)},t.prototype.error=function(e){var t,n;null===(n=null===(t=this.destination)||void 0===t?void 0:t.error)||void 0===n||n.call(t,e)},t.prototype.complete=function(){var e,t;null===(t=null===(e=this.destination)||void 0===e?void 0:e.complete)||void 0===t||t.call(e)},t.prototype._subscribe=function(e){var t,n;return null!==(n=null===(t=this.source)||void 0===t?void 0:t.subscribe(e))&&void 0!==n?n:je},t}(lt),ut={now:function(){return(ut.delegate||Date).now()},delegate:void 0},ht=function(e){function t(t,n,r){void 0===t&&(t=1/0),void 0===n&&(n=1/0),void 0===r&&(r=ut);var i=e.call(this)||this;return i._bufferSize=t,i._windowTime=n,i._timestampProvider=r,i._buffer=[],i._infiniteTimeWindow=!0,i._infiniteTimeWindow=n===1/0,i._bufferSize=Math.max(1,t),i._windowTime=Math.max(1,n),i}return Le(t,e),t.prototype.next=function(t){var n=this,r=n.isStopped,i=n._buffer,o=n._infiniteTimeWindow,s=n._timestampProvider,a=n._windowTime;r||(i.push(t),!o&&i.push(s.now()+a)),this._trimBuffer(),e.prototype.next.call(this,t)},t.prototype._subscribe=function(e){this._throwIfClosed(),this._trimBuffer();for(var t=this._innerSubscribe(e),n=this._infiniteTimeWindow,r=this._buffer.slice(),i=0;i<r.length&&!e.closed;i+=n?1:2)e.next(r[i]);return this._checkFinalizedStatuses(e),t},t.prototype._trimBuffer=function(){var e=this,t=e._bufferSize,n=e._timestampProvider,r=e._buffer,i=e._infiniteTimeWindow,o=(i?1:2)*t;if(t<1/0&&o<r.length&&r.splice(0,r.length-o),!i){for(var s=n.now(),a=0,l=1;l<r.length&&r[l]<=s;l+=2)a=l;a&&r.splice(0,a+1)}},t}(lt);let pt=[],ft={};
|
|
150
|
+
var Ht=function(t,e){return Ht=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])},Ht(t,e)};function St(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}Ht(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}function Ot(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 Lt(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 kt(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 xt(t){return"function"==typeof t}function Pt(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}var Nt=Pt((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 Dt(t,e){if(t){var n=t.indexOf(e);0<=n&&t.splice(n,1)}}var Ut=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=Ot(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(xt(l))try{l()}catch(t){i=t instanceof Nt?t.errors:[t]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var u=Ot(c),h=u.next();!h.done;h=u.next()){var f=h.value;try{Gt(f)}catch(t){i=null!=i?i:[],t instanceof Nt?i=kt(kt([],Lt(i)),Lt(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 Nt(i)}},t.prototype.add=function(e){var n;if(e&&e!==this)if(this.closed)Gt(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)&&Dt(e,t)},t.prototype.remove=function(e){var n=this._finalizers;n&&Dt(n,e),e instanceof t&&e._removeParent(this)},t.EMPTY=((e=new t).closed=!0,e),t}(),Mt=Ut.EMPTY;function _t(t){return t instanceof Ut||t&&"closed"in t&&xt(t.remove)&&xt(t.add)&&xt(t.unsubscribe)}function Gt(t){xt(t)?t():t.unsubscribe()}var Qt={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Ft={setTimeout:function(t,e){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var i=Ft.delegate;return(null==i?void 0:i.setTimeout)?i.setTimeout.apply(i,kt([t,e],Lt(n))):setTimeout.apply(void 0,kt([t,e],Lt(n)))},clearTimeout:function(t){var e=Ft.delegate;return((null==e?void 0:e.clearTimeout)||clearTimeout)(t)},delegate:void 0};function jt(){}var zt=null;function Jt(t){if(Qt.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 Xt=function(t){function e(e){var n=t.call(this)||this;return n.isStopped=!1,e?(n.destination=e,_t(e)&&e.add(n)):n.destination=Wt,n}return St(e,t),e.create=function(t,e,n){return new Yt(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}(Ut),Kt=Function.prototype.bind;function Zt(t,e){return Kt.call(t,e)}var Vt=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){qt(t)}},t.prototype.error=function(t){var e=this.partialObserver;if(e.error)try{e.error(t)}catch(t){qt(t)}else qt(t)},t.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(t){qt(t)}},t}(),Yt=function(t){function e(e,n,r){var i,o,s=t.call(this)||this;xt(e)||!e?i={next:null!=e?e:void 0,error:null!=n?n:void 0,complete:null!=r?r:void 0}:s&&Qt.useDeprecatedNextContext?((o=Object.create(e)).unsubscribe=function(){return s.unsubscribe()},i={next:e.next&&Zt(e.next,o),error:e.error&&Zt(e.error,o),complete:e.complete&&Zt(e.complete,o)}):i=e;return s.destination=new Vt(i),s}return St(e,t),e}(Xt);function qt(t){var e;e=t,Ft.setTimeout((function(){throw e}))}var Wt={closed:!0,next:jt,error:function(t){throw t},complete:jt},$t="function"==typeof Symbol&&Symbol.observable||"@@observable";function te(t){return t}var ee=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 Xt||function(t){return t&&xt(t.next)&&xt(t.error)&&xt(t.complete)}(r)&&_t(r)?t:new Yt(t,e,n);return Jt((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=ne(e))((function(e,r){var i=new Yt({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[$t]=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?te: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=ne(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 ne(t){var e;return null!==(e=null!=t?t:Qt.Promise)&&void 0!==e?e:Promise}var re=Pt((function(t){return function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),ie=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 St(e,t),e.prototype.lift=function(t){var e=new oe(this,this);return e.operator=t,e},e.prototype._throwIfClosed=function(){if(this.closed)throw new re},e.prototype.next=function(t){var e=this;Jt((function(){var n,r;if(e._throwIfClosed(),!e.isStopped){e.currentObservers||(e.currentObservers=Array.from(e.observers));try{for(var i=Ot(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;Jt((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;Jt((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?Mt:(this.currentObservers=null,o.push(t),new Ut((function(){e.currentObservers=null,Dt(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 ee;return t.source=this,t},e.create=function(t,e){return new oe(t,e)},e}(ee),oe=function(t){function e(e,n){var r=t.call(this)||this;return r.destination=e,r.source=n,r}return St(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:Mt},e}(ie),se={now:function(){return(se.delegate||Date).now()},delegate:void 0},ae=function(t){function e(e,n,r){void 0===e&&(e=1/0),void 0===n&&(n=1/0),void 0===r&&(r=se);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 St(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}(ie);let le=[],ce={};
|
|
126
151
|
/**
|
|
127
152
|
* @name topic
|
|
128
153
|
* @description A small wrapper over the rxjs to offer the topic method on top of it
|
|
@@ -130,131 +155,135 @@ var ke=function(e,t){return ke=Object.setPrototypeOf||{__proto__:[]}instanceof A
|
|
|
130
155
|
* @param step [String] How many values to be buffed for new subscribers - default 0
|
|
131
156
|
* @returns ReplaySubject
|
|
132
157
|
*/
|
|
133
|
-
const
|
|
158
|
+
const ue=[];
|
|
134
159
|
/**
|
|
135
160
|
* Create a `Writable` store that allows both updating and reading by subscription.
|
|
136
161
|
* @param {*=}value initial value
|
|
137
162
|
* @param {StartStopNotifier=}start start and stop notifications for subscriptions
|
|
138
163
|
*/
|
|
139
|
-
function
|
|
140
|
-
const
|
|
164
|
+
function he(e,n=t){let r;const i=new Set;function o(t){if(s(e,t)&&(e=t,r)){// store is ready
|
|
165
|
+
const t=!ue.length;for(const t of i)t[1](),ue.push(t,e);if(t){for(let t=0;t<ue.length;t+=2)ue[t][0](ue[t+1]);ue.length=0}}}return{set:o,update:function(t){o(t(e))},subscribe:function(s,a=t){const l=[s,a];return i.add(l),1===i.size&&(r=n(o)||t),s(e),()=>{i.delete(l),0===i.size&&r&&(r(),r=null)}}}}function fe(e,n,r){const s=!Array.isArray(e),a=s?[e]:e,l=n.length<2;return u=e=>{let r=!1;const u=[];let h=0,f=t;const p=()=>{if(h)return;f();const r=n(s?u[0]:u,e);l?e(r):f=o(r)?r:t},d=a.map(((t,e)=>c(t,(t=>{u[e]=t,h&=~(1<<e),r&&p()}),(()=>{h|=1<<e}))));return r=!0,p(),function(){i(d),f(),
|
|
166
|
+
// We need to set this to false because callbacks can still happen despite having unsubscribed:
|
|
167
|
+
// Callbacks might already be placed in the queue which doesn't know it should no longer
|
|
168
|
+
// invoke this derived store.
|
|
169
|
+
r=!1}},{subscribe:he(r,u).subscribe};
|
|
141
170
|
/**
|
|
142
171
|
* Creates a `Readable` store that allows reading by subscription.
|
|
143
172
|
* @param value initial value
|
|
144
173
|
* @param {StartStopNotifier}start start and stop notifications for subscriptions
|
|
145
174
|
*/
|
|
146
|
-
var u}var
|
|
175
|
+
var u}var pe=function(t){return function(t){return!!t&&"object"==typeof t}(t)&&!function(t){var e=Object.prototype.toString.call(t);return"[object RegExp]"===e||"[object Date]"===e||function(t){return t.$$typeof===de}(t)}
|
|
147
176
|
// see https://github.com/facebook/react/blob/b5ac963fb791d1298e7f396236383bc955f916c1/src/isomorphic/classic/element/ReactElement.js#L21-L25
|
|
148
|
-
(
|
|
177
|
+
(t)};var de="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function ge(t,e){return!1!==e.clone&&e.isMergeableObject(t)?be((n=t,Array.isArray(n)?[]:{}),t,e):t;var n}function me(t,e,n){return t.concat(e).map((function(t){return ge(t,n)}))}function Ae(t){return Object.keys(t).concat(function(t){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(t).filter((function(e){return Object.propertyIsEnumerable.call(t,e)})):[]}(t))}function ye(t,e){try{return e in t}catch(t){return!1}}
|
|
149
178
|
// Protects from prototype poisoning and unexpected merging up the prototype chain.
|
|
150
|
-
function
|
|
151
|
-
})(
|
|
179
|
+
function ve(t,e,n){var r={};return n.isMergeableObject(t)&&Ae(t).forEach((function(e){r[e]=ge(t[e],n)})),Ae(e).forEach((function(i){(function(t,e){return ye(t,e)&&!(Object.hasOwnProperty.call(t,e)&&Object.propertyIsEnumerable.call(t,e));// and also unsafe if they're nonenumerable.
|
|
180
|
+
})(t,i)||(ye(t,i)&&n.isMergeableObject(e[i])?r[i]=function(t,e){if(!e.customMerge)return be;var n=e.customMerge(t);return"function"==typeof n?n:be}(i,n)(t[i],e[i],n):r[i]=ge(e[i],n))})),r}function be(t,e,n){(n=n||{}).arrayMerge=n.arrayMerge||me,n.isMergeableObject=n.isMergeableObject||pe,
|
|
152
181
|
// cloneUnlessOtherwiseSpecified is added to `options` so that custom arrayMerge()
|
|
153
182
|
// implementations can use it. The caller may not replace it.
|
|
154
|
-
n.cloneUnlessOtherwiseSpecified=
|
|
183
|
+
n.cloneUnlessOtherwiseSpecified=ge;var r=Array.isArray(e);return r===Array.isArray(t)?r?n.arrayMerge(t,e,n):ve(t,e,n):ge(e,n)}be.all=function(t,e){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce((function(t,n){return be(t,n,e)}),{})};var Ee=be,we=function(t,e){return we=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])},we(t,e)};function Be(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}we(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}var Te,Ie,Ce,Re=function(){return Re=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var i in e=arguments[n])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},Re.apply(this,arguments)};function He(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))}
|
|
155
184
|
/**
|
|
156
185
|
* Type Guards
|
|
157
186
|
*/
|
|
158
|
-
function
|
|
187
|
+
function Se(t){return t.type===Ie.literal}function Oe(t){return t.type===Ie.argument}function Le(t){return t.type===Ie.number}function ke(t){return t.type===Ie.date}function xe(t){return t.type===Ie.time}function Pe(t){return t.type===Ie.select}function Ne(t){return t.type===Ie.plural}function De(t){return t.type===Ie.pound}function Ue(t){return t.type===Ie.tag}function Me(t){return!(!t||"object"!=typeof t||t.type!==Ce.number)}function _e(t){return!(!t||"object"!=typeof t||t.type!==Ce.dateTime)}
|
|
159
188
|
// @generated from regex-gen.ts
|
|
160
|
-
!function(
|
|
189
|
+
!function(t){
|
|
161
190
|
/** Argument is unclosed (e.g. `{0`) */
|
|
162
|
-
|
|
191
|
+
t[t.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",
|
|
163
192
|
/** Argument is empty (e.g. `{}`). */
|
|
164
|
-
|
|
193
|
+
t[t.EMPTY_ARGUMENT=2]="EMPTY_ARGUMENT",
|
|
165
194
|
/** Argument is malformed (e.g. `{foo!}``) */
|
|
166
|
-
|
|
195
|
+
t[t.MALFORMED_ARGUMENT=3]="MALFORMED_ARGUMENT",
|
|
167
196
|
/** Expect an argument type (e.g. `{foo,}`) */
|
|
168
|
-
|
|
197
|
+
t[t.EXPECT_ARGUMENT_TYPE=4]="EXPECT_ARGUMENT_TYPE",
|
|
169
198
|
/** Unsupported argument type (e.g. `{foo,foo}`) */
|
|
170
|
-
|
|
199
|
+
t[t.INVALID_ARGUMENT_TYPE=5]="INVALID_ARGUMENT_TYPE",
|
|
171
200
|
/** Expect an argument style (e.g. `{foo, number, }`) */
|
|
172
|
-
|
|
201
|
+
t[t.EXPECT_ARGUMENT_STYLE=6]="EXPECT_ARGUMENT_STYLE",
|
|
173
202
|
/** The number skeleton is invalid. */
|
|
174
|
-
|
|
203
|
+
t[t.INVALID_NUMBER_SKELETON=7]="INVALID_NUMBER_SKELETON",
|
|
175
204
|
/** The date time skeleton is invalid. */
|
|
176
|
-
|
|
205
|
+
t[t.INVALID_DATE_TIME_SKELETON=8]="INVALID_DATE_TIME_SKELETON",
|
|
177
206
|
/** Exepct a number skeleton following the `::` (e.g. `{foo, number, ::}`) */
|
|
178
|
-
|
|
207
|
+
t[t.EXPECT_NUMBER_SKELETON=9]="EXPECT_NUMBER_SKELETON",
|
|
179
208
|
/** Exepct a date time skeleton following the `::` (e.g. `{foo, date, ::}`) */
|
|
180
|
-
|
|
209
|
+
t[t.EXPECT_DATE_TIME_SKELETON=10]="EXPECT_DATE_TIME_SKELETON",
|
|
181
210
|
/** Unmatched apostrophes in the argument style (e.g. `{foo, number, 'test`) */
|
|
182
|
-
|
|
211
|
+
t[t.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]="UNCLOSED_QUOTE_IN_ARGUMENT_STYLE",
|
|
183
212
|
/** Missing select argument options (e.g. `{foo, select}`) */
|
|
184
|
-
|
|
213
|
+
t[t.EXPECT_SELECT_ARGUMENT_OPTIONS=12]="EXPECT_SELECT_ARGUMENT_OPTIONS",
|
|
185
214
|
/** Expecting an offset value in `plural` or `selectordinal` argument (e.g `{foo, plural, offset}`) */
|
|
186
|
-
|
|
215
|
+
t[t.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]="EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE",
|
|
187
216
|
/** Offset value in `plural` or `selectordinal` is invalid (e.g. `{foo, plural, offset: x}`) */
|
|
188
|
-
|
|
217
|
+
t[t.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]="INVALID_PLURAL_ARGUMENT_OFFSET_VALUE",
|
|
189
218
|
/** Expecting a selector in `select` argument (e.g `{foo, select}`) */
|
|
190
|
-
|
|
219
|
+
t[t.EXPECT_SELECT_ARGUMENT_SELECTOR=15]="EXPECT_SELECT_ARGUMENT_SELECTOR",
|
|
191
220
|
/** Expecting a selector in `plural` or `selectordinal` argument (e.g `{foo, plural}`) */
|
|
192
|
-
|
|
221
|
+
t[t.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]="EXPECT_PLURAL_ARGUMENT_SELECTOR",
|
|
193
222
|
/** Expecting a message fragment after the `select` selector (e.g. `{foo, select, apple}`) */
|
|
194
|
-
|
|
223
|
+
t[t.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]="EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT",
|
|
195
224
|
/**
|
|
196
225
|
* Expecting a message fragment after the `plural` or `selectordinal` selector
|
|
197
226
|
* (e.g. `{foo, plural, one}`)
|
|
198
227
|
*/
|
|
199
|
-
|
|
228
|
+
t[t.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]="EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT",
|
|
200
229
|
/** Selector in `plural` or `selectordinal` is malformed (e.g. `{foo, plural, =x {#}}`) */
|
|
201
|
-
|
|
230
|
+
t[t.INVALID_PLURAL_ARGUMENT_SELECTOR=19]="INVALID_PLURAL_ARGUMENT_SELECTOR",
|
|
202
231
|
/**
|
|
203
232
|
* Duplicate selectors in `plural` or `selectordinal` argument.
|
|
204
233
|
* (e.g. {foo, plural, one {#} one {#}})
|
|
205
234
|
*/
|
|
206
|
-
|
|
235
|
+
t[t.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]="DUPLICATE_PLURAL_ARGUMENT_SELECTOR",
|
|
207
236
|
/** Duplicate selectors in `select` argument.
|
|
208
237
|
* (e.g. {foo, select, apple {apple} apple {apple}})
|
|
209
238
|
*/
|
|
210
|
-
|
|
239
|
+
t[t.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]="DUPLICATE_SELECT_ARGUMENT_SELECTOR",
|
|
211
240
|
/** Plural or select argument option must have `other` clause. */
|
|
212
|
-
|
|
241
|
+
t[t.MISSING_OTHER_CLAUSE=22]="MISSING_OTHER_CLAUSE",
|
|
213
242
|
/** The tag is malformed. (e.g. `<bold!>foo</bold!>) */
|
|
214
|
-
|
|
243
|
+
t[t.INVALID_TAG=23]="INVALID_TAG",
|
|
215
244
|
/** The tag name is invalid. (e.g. `<123>foo</123>`) */
|
|
216
|
-
|
|
245
|
+
t[t.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",
|
|
217
246
|
/** The closing tag does not match the opening tag. (e.g. `<bold>foo</italic>`) */
|
|
218
|
-
|
|
247
|
+
t[t.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",
|
|
219
248
|
/** The opening tag has unmatched closing tag. (e.g. `<bold>foo`) */
|
|
220
|
-
|
|
249
|
+
t[t.UNCLOSED_TAG=27]="UNCLOSED_TAG"}(Te||(Te={})),function(t){
|
|
221
250
|
/**
|
|
222
251
|
* Raw text
|
|
223
252
|
*/
|
|
224
|
-
|
|
253
|
+
t[t.literal=0]="literal",
|
|
225
254
|
/**
|
|
226
255
|
* Variable w/o any format, e.g `var` in `this is a {var}`
|
|
227
256
|
*/
|
|
228
|
-
|
|
257
|
+
t[t.argument=1]="argument",
|
|
229
258
|
/**
|
|
230
259
|
* Variable w/ number format
|
|
231
260
|
*/
|
|
232
|
-
|
|
261
|
+
t[t.number=2]="number",
|
|
233
262
|
/**
|
|
234
263
|
* Variable w/ date format
|
|
235
264
|
*/
|
|
236
|
-
|
|
265
|
+
t[t.date=3]="date",
|
|
237
266
|
/**
|
|
238
267
|
* Variable w/ time format
|
|
239
268
|
*/
|
|
240
|
-
|
|
269
|
+
t[t.time=4]="time",
|
|
241
270
|
/**
|
|
242
271
|
* Variable w/ select format
|
|
243
272
|
*/
|
|
244
|
-
|
|
273
|
+
t[t.select=5]="select",
|
|
245
274
|
/**
|
|
246
275
|
* Variable w/ plural format
|
|
247
276
|
*/
|
|
248
|
-
|
|
277
|
+
t[t.plural=6]="plural",
|
|
249
278
|
/**
|
|
250
279
|
* Only possible within plural argument.
|
|
251
280
|
* This is the `#` symbol that will be substituted with the count.
|
|
252
281
|
*/
|
|
253
|
-
|
|
282
|
+
t[t.pound=7]="pound",
|
|
254
283
|
/**
|
|
255
284
|
* XML-like tag
|
|
256
285
|
*/
|
|
257
|
-
|
|
286
|
+
t[t.tag=8]="tag"}(Ie||(Ie={})),function(t){t[t.number=0]="number",t[t.dateTime=1]="dateTime"}(Ce||(Ce={}));var Ge=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,Qe=/(?:[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;
|
|
258
287
|
/**
|
|
259
288
|
* https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table
|
|
260
289
|
* Credit: https://github.com/caridy/intl-datetimeformat-pattern/blob/master/index.js
|
|
@@ -266,67 +295,67 @@ e[e.tag=8]="tag"}(St||(St={})),function(e){e[e.number=0]="number",e[e.dateTime=1
|
|
|
266
295
|
* @public
|
|
267
296
|
* @param skeleton skeleton string
|
|
268
297
|
*/
|
|
269
|
-
function
|
|
298
|
+
function Fe(t){var e={};return t.replace(Qe,(function(t){var n=t.length;switch(t[0]){
|
|
270
299
|
// Era
|
|
271
|
-
case"G":
|
|
300
|
+
case"G":e.era=4===n?"long":5===n?"narrow":"short";break;
|
|
272
301
|
// Year
|
|
273
|
-
case"y":
|
|
302
|
+
case"y":e.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");
|
|
274
303
|
// Quarter
|
|
275
304
|
case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");
|
|
276
305
|
// Month
|
|
277
|
-
case"M":case"L":
|
|
306
|
+
case"M":case"L":e.month=["numeric","2-digit","short","long","narrow"][n-1];break;
|
|
278
307
|
// Week
|
|
279
|
-
case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":
|
|
308
|
+
case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":e.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");
|
|
280
309
|
// Weekday
|
|
281
|
-
case"E":
|
|
310
|
+
case"E":e.weekday=4===n?"short":5===n?"narrow":"short";break;case"e":if(n<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");e.weekday=["short","long","narrow","short"][n-4];break;case"c":if(n<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");e.weekday=["short","long","narrow","short"][n-4];break;
|
|
282
311
|
// Period
|
|
283
312
|
case"a":// AM, PM
|
|
284
|
-
|
|
313
|
+
e.hour12=!0;break;case"b":// am, pm, noon, midnight
|
|
285
314
|
case"B":// flexible day periods
|
|
286
315
|
throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");
|
|
287
316
|
// Hour
|
|
288
|
-
case"h":
|
|
317
|
+
case"h":e.hourCycle="h12",e.hour=["numeric","2-digit"][n-1];break;case"H":e.hourCycle="h23",e.hour=["numeric","2-digit"][n-1];break;case"K":e.hourCycle="h11",e.hour=["numeric","2-digit"][n-1];break;case"k":e.hourCycle="h24",e.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");
|
|
289
318
|
// Minute
|
|
290
|
-
case"m":
|
|
319
|
+
case"m":e.minute=["numeric","2-digit"][n-1];break;
|
|
291
320
|
// Second
|
|
292
|
-
case"s":
|
|
321
|
+
case"s":e.second=["numeric","2-digit"][n-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");
|
|
293
322
|
// Zone
|
|
294
323
|
case"z":// 1..3, 4: specific non-location format
|
|
295
|
-
|
|
324
|
+
e.timeZoneName=n<4?"short":"long";break;case"Z":// 1..3, 4, 5: The ISO8601 varios formats
|
|
296
325
|
case"O":// 1, 4: miliseconds in day short, long
|
|
297
326
|
case"v":// 1, 4: generic non-location format
|
|
298
327
|
case"V":// 1, 2, 3, 4: time zone ID or city
|
|
299
328
|
case"X":// 1, 2, 3, 4: The ISO8601 varios formats
|
|
300
329
|
case"x":// 1, 2, 3, 4: The ISO8601 varios formats
|
|
301
|
-
throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""})),
|
|
330
|
+
throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""})),e}
|
|
302
331
|
// @generated from regex-gen.ts
|
|
303
|
-
var
|
|
332
|
+
var je=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;var ze=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Je=/^(@+)?(\+|#+)?[rs]?$/g,Xe=/(\*)(0+)|(#+)(0+)|(0+)/g,Ke=/^(0+)$/;function Ze(t){var e={};return"r"===t[t.length-1]?e.roundingPriority="morePrecision":"s"===t[t.length-1]&&(e.roundingPriority="lessPrecision"),t.replace(Je,(function(t,n,r){
|
|
304
333
|
// @@@ case
|
|
305
|
-
return"string"!=typeof r?(
|
|
334
|
+
return"string"!=typeof r?(e.minimumSignificantDigits=n.length,e.maximumSignificantDigits=n.length):"+"===r?e.minimumSignificantDigits=n.length:"#"===n[0]?e.maximumSignificantDigits=n.length:(e.minimumSignificantDigits=n.length,e.maximumSignificantDigits=n.length+("string"==typeof r?r.length:0)),""})),e}function Ve(t){switch(t){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 Ye(t){
|
|
306
335
|
// Engineering
|
|
307
|
-
var
|
|
336
|
+
var e;if("E"===t[0]&&"E"===t[1]?(e={notation:"engineering"},t=t.slice(2)):"E"===t[0]&&(e={notation:"scientific"},t=t.slice(1)),e){var n=t.slice(0,2);if("+!"===n?(e.signDisplay="always",t=t.slice(2)):"+?"===n&&(e.signDisplay="exceptZero",t=t.slice(2)),!Ke.test(t))throw new Error("Malformed concise eng/scientific notation");e.minimumIntegerDigits=t.length}return e}function qe(t){var e=Ve(t);return e||{}}
|
|
308
337
|
/**
|
|
309
338
|
* https://github.com/unicode-org/icu/blob/master/docs/userguide/format_parse/numbers/skeletons.md#skeleton-stems-and-options
|
|
310
|
-
*/function
|
|
339
|
+
*/function We(t){for(var e={},n=0,r=t;n<r.length;n++){var i=r[n];switch(i.stem){case"percent":case"%":e.style="percent";continue;case"%x100":e.style="percent",e.scale=100;continue;case"currency":e.style="currency",e.currency=i.options[0];continue;case"group-off":case",_":e.useGrouping=!1;continue;case"precision-integer":case".":e.maximumFractionDigits=0;continue;case"measure-unit":case"unit":e.style="unit",e.unit=i.options[0].replace(/^(.*?)-/,"");continue;case"compact-short":case"K":e.notation="compact",e.compactDisplay="short";continue;case"compact-long":case"KK":e.notation="compact",e.compactDisplay="long";continue;case"scientific":e=Re(Re(Re({},e),{notation:"scientific"}),i.options.reduce((function(t,e){return Re(Re({},t),qe(e))}),{}));continue;case"engineering":e=Re(Re(Re({},e),{notation:"engineering"}),i.options.reduce((function(t,e){return Re(Re({},t),qe(e))}),{}));continue;case"notation-simple":e.notation="standard";continue;
|
|
311
340
|
// https://github.com/unicode-org/icu/blob/master/icu4c/source/i18n/unicode/unumberformatter.h
|
|
312
|
-
case"unit-width-narrow":
|
|
341
|
+
case"unit-width-narrow":e.currencyDisplay="narrowSymbol",e.unitDisplay="narrow";continue;case"unit-width-short":e.currencyDisplay="code",e.unitDisplay="short";continue;case"unit-width-full-name":e.currencyDisplay="name",e.unitDisplay="long";continue;case"unit-width-iso-code":e.currencyDisplay="symbol";continue;case"scale":e.scale=parseFloat(i.options[0]);continue;
|
|
313
342
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
|
|
314
|
-
case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(
|
|
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(Xe,(function(t,n,r,i,o,s){if(n)e.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}
|
|
315
344
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
|
|
316
|
-
if(
|
|
345
|
+
if(Ke.test(i.stem))e.minimumIntegerDigits=i.stem.length;else if(ze.test(i.stem)){
|
|
317
346
|
// Precision
|
|
318
347
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#fraction-precision
|
|
319
348
|
// precision-integer case
|
|
320
|
-
if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(
|
|
349
|
+
if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(ze,(function(t,n,r,i,o,s){
|
|
321
350
|
// .000* case (before ICU67 it was .000+)
|
|
322
|
-
return"*"===r?
|
|
351
|
+
return"*"===r?e.minimumFractionDigits=n.length:i&&"#"===i[0]?e.maximumFractionDigits=i.length:o&&s?(e.minimumFractionDigits=o.length,e.maximumFractionDigits=o.length+s.length):(e.minimumFractionDigits=n.length,e.maximumFractionDigits=n.length),""}));var o=i.options[0];
|
|
323
352
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#trailing-zero-display
|
|
324
|
-
"w"===o?
|
|
353
|
+
"w"===o?e=Re(Re({},e),{trailingZeroDisplay:"stripIfInteger"}):o&&(e=Re(Re({},e),Ze(o)))}
|
|
325
354
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#significant-digits-precision
|
|
326
|
-
else if(
|
|
355
|
+
else if(Je.test(i.stem))e=Re(Re({},e),Ze(i.stem));else{var s=Ve(i.stem);s&&(e=Re(Re({},e),s));var a=Ye(i.stem);a&&(e=Re(Re({},e),a))}}return e}
|
|
327
356
|
// @generated from time-data-gen.ts
|
|
328
357
|
// prettier-ignore
|
|
329
|
-
var
|
|
358
|
+
var $e,tn={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"]};
|
|
330
359
|
/**
|
|
331
360
|
* Returns the best matching date time pattern if a date time skeleton
|
|
332
361
|
* pattern is provided with a locale. Follows the Unicode specification:
|
|
@@ -339,45 +368,45 @@ var rn,on={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H
|
|
|
339
368
|
* of the given `locale` to the corresponding time pattern.
|
|
340
369
|
* @param locale
|
|
341
370
|
*/
|
|
342
|
-
function
|
|
371
|
+
function en(t){var e=t.hourCycle;if(void 0===e&&
|
|
343
372
|
// @ts-ignore hourCycle(s) is not identified yet
|
|
344
|
-
|
|
373
|
+
t.hourCycles&&
|
|
345
374
|
// @ts-ignore
|
|
346
|
-
|
|
375
|
+
t.hourCycles.length&&(
|
|
347
376
|
// @ts-ignore
|
|
348
|
-
t
|
|
377
|
+
e=t.hourCycles[0]),e)switch(e){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}
|
|
349
378
|
// TODO: Once hourCycle is fully supported remove the following with data generation
|
|
350
|
-
var n,r=
|
|
379
|
+
var n,r=t.language;return"root"!==r&&(n=t.maximize().region),(tn[n||""]||tn[r||""]||tn["".concat(r,"-001")]||tn["001"])[0]}var nn=new RegExp("^".concat(Ge.source,"*")),rn=new RegExp("".concat(Ge.source,"*$"));function on(t,e){return{start:t,end:e}}
|
|
351
380
|
// #region Ponyfills
|
|
352
381
|
// Consolidate these variables up top for easier toggling during debugging
|
|
353
|
-
var
|
|
382
|
+
var sn=!!String.prototype.startsWith,an=!!String.fromCodePoint,ln=!!Object.fromEntries,cn=!!String.prototype.codePointAt,un=!!String.prototype.trimStart,hn=!!String.prototype.trimEnd,fn=!!Number.isSafeInteger?Number.isSafeInteger:function(t){return"number"==typeof t&&isFinite(t)&&Math.floor(t)===t&&Math.abs(t)<=9007199254740991},pn=!0;try{
|
|
354
383
|
/**
|
|
355
384
|
* legacy Edge or Xbox One browser
|
|
356
385
|
* Unicode flag support: supported
|
|
357
386
|
* Pattern_Syntax support: not supported
|
|
358
387
|
* See https://github.com/formatjs/formatjs/issues/2822
|
|
359
388
|
*/
|
|
360
|
-
|
|
361
|
-
function(e,
|
|
362
|
-
function(e,
|
|
363
|
-
function(){for(var
|
|
389
|
+
pn="a"===(null===($e=En("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===$e?void 0:$e[0])}catch(t){pn=!1}var dn,gn=sn?// Native
|
|
390
|
+
function(t,e,n){return t.startsWith(e,n)}:// For IE11
|
|
391
|
+
function(t,e,n){return t.slice(n,n+e.length)===e},mn=an?String.fromCodePoint:// IE11
|
|
392
|
+
function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];for(var n,r="",i=t.length,o=0;i>o;){if((n=t[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},An=
|
|
364
393
|
// native
|
|
365
|
-
|
|
366
|
-
function(
|
|
367
|
-
function(e
|
|
368
|
-
function(e
|
|
369
|
-
function(
|
|
370
|
-
function(
|
|
371
|
-
function(
|
|
372
|
-
function(
|
|
394
|
+
ln?Object.fromEntries:// Ponyfill
|
|
395
|
+
function(t){for(var e={},n=0,r=t;n<r.length;n++){var i=r[n],o=i[0],s=i[1];e[o]=s}return e},yn=cn?// Native
|
|
396
|
+
function(t,e){return t.codePointAt(e)}:// IE 11
|
|
397
|
+
function(t,e){var n=t.length;if(!(e<0||e>=n)){var r,i=t.charCodeAt(e);return i<55296||i>56319||e+1===n||(r=t.charCodeAt(e+1))<56320||r>57343?i:r-56320+(i-55296<<10)+65536}},vn=un?// Native
|
|
398
|
+
function(t){return t.trimStart()}:// Ponyfill
|
|
399
|
+
function(t){return t.replace(nn,"")},bn=hn?// Native
|
|
400
|
+
function(t){return t.trimEnd()}:// Ponyfill
|
|
401
|
+
function(t){return t.replace(rn,"")};
|
|
373
402
|
// Prevent minifier to translate new RegExp to literal form that might cause syntax error on IE11.
|
|
374
|
-
function
|
|
403
|
+
function En(t,e){return new RegExp(t,e)}
|
|
375
404
|
// #endregion
|
|
376
|
-
if(
|
|
405
|
+
if(pn){
|
|
377
406
|
// Native
|
|
378
|
-
var
|
|
407
|
+
var wn=En("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");dn=function(t,e){var n;return wn.lastIndex=e,null!==(n=wn.exec(t)[1])&&void 0!==n?n:""}}else
|
|
379
408
|
// IE11
|
|
380
|
-
|
|
409
|
+
dn=function(t,e){for(var n=[];;){var r=yn(t,e);if(void 0===r||Cn(r)||Rn(r))break;n.push(r),e+=r>=65536?2:1}return mn.apply(void 0,n)};var Bn=/** @class */function(){function t(t,e){void 0===e&&(e={}),this.message=t,this.position={offset:0,line:1,column:1},this.ignoreTag=!!e.ignoreTag,this.locale=e.locale,this.requiresOtherClause=!!e.requiresOtherClause,this.shouldParseSkeletons=!!e.shouldParseSkeletons}return t.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},t.prototype.parseMessage=function(t,e,n){for(var r=[];!this.isEOF();){var i=this.char();if(123/* `{` */===i){if((o=this.parseArgument(t,n)).err)return o;r.push(o.val)}else{if(125/* `}` */===i&&t>0)break;if(35/* `#` */!==i||"plural"!==e&&"selectordinal"!==e){if(60/* `<` */===i&&!this.ignoreTag&&47===this.peek()){if(n)break;return this.error(Te.UNMATCHED_CLOSING_TAG,on(this.clonePosition(),this.clonePosition()))}if(60/* `<` */===i&&!this.ignoreTag&&Tn(this.peek()||0)){if((o=this.parseTag(t,e)).err)return o;r.push(o.val)}else{var o;if((o=this.parseLiteral(t,e)).err)return o;r.push(o.val)}}else{var s=this.clonePosition();this.bump(),r.push({type:Ie.pound,location:on(s,this.clonePosition())})}}}return{val:r,err:null}},
|
|
381
410
|
/**
|
|
382
411
|
* A tag name must start with an ASCII lower/upper case letter. The grammar is based on the
|
|
383
412
|
* [custom element name][] except that a dash is NOT always mandatory and uppercase letters
|
|
@@ -396,24 +425,24 @@ yn=function(e,t){for(var n=[];;){var r=En(e,t);if(void 0===r||On(r)||kn(r))break
|
|
|
396
425
|
* NOTE: We're a bit more lax here since HTML technically does not allow uppercase HTML element but we do
|
|
397
426
|
* since other tag-based engines like React allow it
|
|
398
427
|
*/
|
|
399
|
-
|
|
428
|
+
t.prototype.parseTag=function(t,e){var n=this.clonePosition();this.bump();// `<`
|
|
400
429
|
var r=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))
|
|
401
430
|
// Self closing tag
|
|
402
|
-
return{val:{type:
|
|
431
|
+
return{val:{type:Ie.literal,value:"<".concat(r,"/>"),location:on(n,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(t+1,e,!0);if(i.err)return i;var o=i.val,s=this.clonePosition();
|
|
403
432
|
// Expecting a close tag
|
|
404
|
-
if(this.bumpIf("</")){if(this.isEOF()||!
|
|
433
|
+
if(this.bumpIf("</")){if(this.isEOF()||!Tn(this.char()))return this.error(Te.INVALID_TAG,on(s,this.clonePosition()));var a=this.clonePosition();return r!==this.parseTagName()?this.error(Te.UNMATCHED_CLOSING_TAG,on(a,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:Ie.tag,value:r,children:o,location:on(n,this.clonePosition())},err:null}:this.error(Te.INVALID_TAG,on(s,this.clonePosition())))}return this.error(Te.UNCLOSED_TAG,on(n,this.clonePosition()))}return this.error(Te.INVALID_TAG,on(n,this.clonePosition()))},
|
|
405
434
|
/**
|
|
406
435
|
* This method assumes that the caller has peeked ahead for the first tag character.
|
|
407
436
|
*/
|
|
408
|
-
|
|
409
|
-
for(this.bump();!this.isEOF()&&
|
|
437
|
+
t.prototype.parseTagName=function(){var t=this.offset();// the first tag name character
|
|
438
|
+
for(this.bump();!this.isEOF()&&In(this.char());)this.bump();return this.message.slice(t,this.offset())},t.prototype.parseLiteral=function(t,e){for(var n=this.clonePosition(),r="";;){var i=this.tryParseQuote(e);if(i)r+=i;else{var o=this.tryParseUnquoted(t,e);if(o)r+=o;else{var s=this.tryParseLeftAngleBracket();if(!s)break;r+=s}}}var a=on(n,this.clonePosition());return{val:{type:Ie.literal,value:r,location:a},err:null}},t.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60/* `<` */!==this.char()||!this.ignoreTag&&(Tn(t=this.peek()||0)||47===t)?null:(this.bump(),"<");var t;
|
|
410
439
|
/** See `parseTag` function docs. */},
|
|
411
440
|
/**
|
|
412
441
|
* Starting with ICU 4.8, an ASCII apostrophe only starts quoted text if it immediately precedes
|
|
413
442
|
* a character that requires quoting (that is, "only where needed"), and works the same in
|
|
414
443
|
* nested messages as on the top level of the pattern. The new behavior is otherwise compatible.
|
|
415
444
|
*/
|
|
416
|
-
|
|
445
|
+
t.prototype.tryParseQuote=function(t){if(this.isEOF()||39/* `'` */!==this.char())return null;
|
|
417
446
|
// Parse escaped char following the apostrophe, or early return if there is no escaped char.
|
|
418
447
|
// Check if is valid escaped character
|
|
419
448
|
switch(this.peek()){case 39/* `'` */:
|
|
@@ -421,74 +450,74 @@ switch(this.peek()){case 39/* `'` */:
|
|
|
421
450
|
return this.bump(),this.bump(),"'";
|
|
422
451
|
// '{', '<', '>', '}'
|
|
423
452
|
case 123:case 60:case 62:case 125:break;case 35:// '#'
|
|
424
|
-
if("plural"===
|
|
425
|
-
var
|
|
453
|
+
if("plural"===t||"selectordinal"===t)break;return null;default:return null}this.bump();// apostrophe
|
|
454
|
+
var e=[this.char()];// escaped char
|
|
426
455
|
// read chars until the optional closing apostrophe is found
|
|
427
456
|
for(this.bump();!this.isEOF();){var n=this.char();if(39/* `'` */===n){if(39/* `'` */!==this.peek()){
|
|
428
457
|
// Optional closing apostrophe.
|
|
429
|
-
this.bump();break}
|
|
458
|
+
this.bump();break}e.push(39),
|
|
430
459
|
// Bump one more time because we need to skip 2 characters.
|
|
431
|
-
this.bump()}else
|
|
432
|
-
this.bumpSpace(),this.isEOF())return this.error(
|
|
460
|
+
this.bump()}else e.push(n);this.bump()}return mn.apply(void 0,e)},t.prototype.tryParseUnquoted=function(t,e){if(this.isEOF())return null;var n=this.char();return 60/* `<` */===n||123/* `{` */===n||35/* `#` */===n&&("plural"===e||"selectordinal"===e)||125/* `}` */===n&&t>0?null:(this.bump(),mn(n))},t.prototype.parseArgument=function(t,e){var n=this.clonePosition();if(this.bump(),// `{`
|
|
461
|
+
this.bumpSpace(),this.isEOF())return this.error(Te.EXPECT_ARGUMENT_CLOSING_BRACE,on(n,this.clonePosition()));if(125/* `}` */===this.char())return this.bump(),this.error(Te.EMPTY_ARGUMENT,on(n,this.clonePosition()));
|
|
433
462
|
// argument name
|
|
434
|
-
var r=this.parseIdentifierIfPossible().value;if(!r)return this.error(
|
|
463
|
+
var r=this.parseIdentifierIfPossible().value;if(!r)return this.error(Te.MALFORMED_ARGUMENT,on(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(Te.EXPECT_ARGUMENT_CLOSING_BRACE,on(n,this.clonePosition()));switch(this.char()){
|
|
435
464
|
// Simple argument: `{name}`
|
|
436
465
|
case 125/* `}` */:// `}`
|
|
437
|
-
return this.bump(),{val:{type:
|
|
466
|
+
return this.bump(),{val:{type:Ie.argument,
|
|
438
467
|
// value does not include the opening and closing braces.
|
|
439
|
-
value:r,location:
|
|
468
|
+
value:r,location:on(n,this.clonePosition())},err:null};
|
|
440
469
|
// Argument with options: `{name, format, ...}`
|
|
441
470
|
case 44/* `,` */:return this.bump(),// `,`
|
|
442
|
-
this.bumpSpace(),this.isEOF()?this.error(
|
|
471
|
+
this.bumpSpace(),this.isEOF()?this.error(Te.EXPECT_ARGUMENT_CLOSING_BRACE,on(n,this.clonePosition())):this.parseArgumentOptions(t,e,r,n);default:return this.error(Te.MALFORMED_ARGUMENT,on(n,this.clonePosition()))}},
|
|
443
472
|
/**
|
|
444
473
|
* Advance the parser until the end of the identifier, if it is currently on
|
|
445
474
|
* an identifier character. Return an empty string otherwise.
|
|
446
475
|
*/
|
|
447
|
-
|
|
476
|
+
t.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),e=this.offset(),n=dn(this.message,e),r=e+n.length;return this.bumpTo(r),{value:n,location:on(t,this.clonePosition())}},t.prototype.parseArgumentOptions=function(t,e,n,r){var i,o=this.clonePosition(),s=this.parseIdentifierIfPossible().value,a=this.clonePosition();
|
|
448
477
|
// Parse this range:
|
|
449
478
|
// {name, type, style}
|
|
450
479
|
// ^---^
|
|
451
480
|
switch(s){case"":
|
|
452
481
|
// Expecting a style string number, date, time, plural, selectordinal, or select.
|
|
453
|
-
return this.error(
|
|
482
|
+
return this.error(Te.EXPECT_ARGUMENT_TYPE,on(o,a));case"number":case"date":case"time":
|
|
454
483
|
// Parse this range:
|
|
455
484
|
// {name, number, style}
|
|
456
485
|
// ^-------^
|
|
457
|
-
this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((A=this.parseSimpleArgStyleIfPossible()).err)return A;if(0===(
|
|
486
|
+
this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((A=this.parseSimpleArgStyleIfPossible()).err)return A;if(0===(p=bn(A.val)).length)return this.error(Te.EXPECT_ARGUMENT_STYLE,on(this.clonePosition(),this.clonePosition()));l={style:p,styleLocation:on(c,this.clonePosition())}}if((y=this.tryParseArgumentClose(r)).err)return y;var u=on(r,this.clonePosition());
|
|
458
487
|
// Extract style or skeleton
|
|
459
|
-
if(l&&
|
|
488
|
+
if(l&&gn(null==l?void 0:l.style,"::",0)){
|
|
460
489
|
// Skeleton starts with `::`.
|
|
461
|
-
var h=
|
|
490
|
+
var h=vn(l.style.slice(2));if("number"===s)return(A=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?A:{val:{type:Ie.number,value:n,location:u,style:A.val},err:null};if(0===h.length)return this.error(Te.EXPECT_DATE_TIME_SKELETON,u);var f=h;
|
|
462
491
|
// Get "best match" pattern only if locale is passed, if not, let it
|
|
463
492
|
// pass as-is where `parseDateTimeSkeleton()` will throw an error
|
|
464
493
|
// for unsupported patterns.
|
|
465
|
-
this.locale&&(
|
|
494
|
+
this.locale&&(f=function(t,e){for(var n="",r=0;r<t.length;r++){var i=t.charAt(r);if("j"===i){for(var o=0;r+1<t.length&&t.charAt(r+1)===i;)o++,r++;var s=1+(1&o),a=o<2?1:3+(o>>1),l=en(e);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 p={type:Ce.dateTime,pattern:f,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?Fe(f):{}};return{val:{type:"date"===s?Ie.date:Ie.time,value:n,location:u,style:p},err:null}}
|
|
466
495
|
// Regular style or no style.
|
|
467
|
-
return{val:{type:"number"===s?
|
|
496
|
+
return{val:{type:"number"===s?Ie.number:"date"===s?Ie.date:Ie.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":
|
|
468
497
|
// Parse this range:
|
|
469
498
|
// {name, plural, options}
|
|
470
499
|
// ^---------^
|
|
471
|
-
var d=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(
|
|
500
|
+
var d=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(Te.EXPECT_SELECT_ARGUMENT_OPTIONS,on(d,Re({},d)));this.bumpSpace();
|
|
472
501
|
// Parse offset:
|
|
473
502
|
// {name, plural, offset:1, options}
|
|
474
503
|
// ^-----^
|
|
475
504
|
// or the first option:
|
|
476
505
|
// {name, plural, one {...} other {...}}
|
|
477
506
|
// ^--^
|
|
478
|
-
var g=this.parseIdentifierIfPossible(),m=0;if("select"!==s&&"offset"===g.value){if(!this.bumpIf(":"))return this.error(
|
|
507
|
+
var g=this.parseIdentifierIfPossible(),m=0;if("select"!==s&&"offset"===g.value){if(!this.bumpIf(":"))return this.error(Te.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,on(this.clonePosition(),this.clonePosition()));var A;if(this.bumpSpace(),(A=this.tryParseDecimalInteger(Te.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Te.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return A;
|
|
479
508
|
// Parse another identifier for option parsing
|
|
480
|
-
this.bumpSpace(),g=this.parseIdentifierIfPossible(),m=A.val}var y,v=this.tryParsePluralOrSelectOptions(
|
|
509
|
+
this.bumpSpace(),g=this.parseIdentifierIfPossible(),m=A.val}var y,v=this.tryParsePluralOrSelectOptions(t,s,e,g);if(v.err)return v;if((y=this.tryParseArgumentClose(r)).err)return y;var b=on(r,this.clonePosition());return"select"===s?{val:{type:Ie.select,value:n,options:An(v.val),location:b},err:null}:{val:{type:Ie.plural,value:n,options:An(v.val),offset:m,pluralType:"plural"===s?"cardinal":"ordinal",location:b},err:null};default:return this.error(Te.INVALID_ARGUMENT_TYPE,on(o,a))}},t.prototype.tryParseArgumentClose=function(t){
|
|
481
510
|
// Parse: {value, number, ::currency/GBP }
|
|
482
|
-
return this.isEOF()||125/* `}` */!==this.char()?this.error(
|
|
511
|
+
return this.isEOF()||125/* `}` */!==this.char()?this.error(Te.EXPECT_ARGUMENT_CLOSING_BRACE,on(t,this.clonePosition())):(this.bump(),{val:!0,err:null})},
|
|
483
512
|
/**
|
|
484
513
|
* See: https://github.com/unicode-org/icu/blob/af7ed1f6d2298013dc303628438ec4abe1f16479/icu4c/source/common/messagepattern.cpp#L659
|
|
485
514
|
*/
|
|
486
|
-
|
|
515
|
+
t.prototype.parseSimpleArgStyleIfPossible=function(){for(var t=0,e=this.clonePosition();!this.isEOF();){switch(this.char()){case 39/* `'` */:
|
|
487
516
|
// Treat apostrophe as quoting but include it in the style part.
|
|
488
517
|
// Find the end of the quoted literal text.
|
|
489
|
-
this.bump();var n=this.clonePosition();if(!this.bumpUntil("'"))return this.error(
|
|
518
|
+
this.bump();var n=this.clonePosition();if(!this.bumpUntil("'"))return this.error(Te.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,on(n,this.clonePosition()));this.bump();break;case 123/* `{` */:t+=1,this.bump();break;case 125/* `}` */:if(!(t>0))return{val:this.message.slice(e.offset,this.offset()),err:null};t-=1;break;default:this.bump()}}return{val:this.message.slice(e.offset,this.offset()),err:null}},t.prototype.parseNumberSkeletonFromString=function(t,e){var n=[];try{n=function(t){if(0===t.length)throw new Error("Number skeleton cannot be empty");
|
|
490
519
|
// Parse the skeleton
|
|
491
|
-
for(var t
|
|
520
|
+
for(var e=t.split(je).filter((function(t){return t.length>0})),n=[],r=0,i=e;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}(t)}catch(t){return this.error(Te.INVALID_NUMBER_SKELETON,e)}return{val:{type:Ce.number,tokens:n,location:e,parsedOptions:this.shouldParseSkeletons?We(n):{}},err:null}},
|
|
492
521
|
/**
|
|
493
522
|
* @param nesting_level The current nesting level of messages.
|
|
494
523
|
* This can be positive when parsing message fragment in select or plural argument options.
|
|
@@ -499,153 +528,139 @@ for(var t=e.split(Kt).filter((function(e){return e.length>0})),n=[],r=0,i=t;r<i.
|
|
|
499
528
|
* between a pair of opening and closing tags. The nested message will not parse beyond
|
|
500
529
|
* the closing tag boundary.
|
|
501
530
|
*/
|
|
502
|
-
|
|
531
|
+
t.prototype.tryParsePluralOrSelectOptions=function(t,e,n,r){
|
|
503
532
|
// Parse:
|
|
504
533
|
// one {one apple}
|
|
505
534
|
// ^--^
|
|
506
|
-
for(var i,o=!1,s=[],a=new Set,l=r.value,c=r.location;;){if(0===l.length){var u=this.clonePosition();if("select"===
|
|
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"===e||!this.bumpIf("="))break;
|
|
507
536
|
// Try parse `={number}` selector
|
|
508
|
-
var h=this.tryParseDecimalInteger(
|
|
537
|
+
var h=this.tryParseDecimalInteger(Te.EXPECT_PLURAL_ARGUMENT_SELECTOR,Te.INVALID_PLURAL_ARGUMENT_SELECTOR);if(h.err)return h;c=on(u,this.clonePosition()),l=this.message.slice(u.offset,this.offset())}
|
|
509
538
|
// Duplicate selector clauses
|
|
510
|
-
if(a.has(l))return this.error("select"===
|
|
539
|
+
if(a.has(l))return this.error("select"===e?Te.DUPLICATE_SELECT_ARGUMENT_SELECTOR:Te.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,c);"other"===l&&(o=!0),
|
|
511
540
|
// Parse:
|
|
512
541
|
// one {one apple}
|
|
513
542
|
// ^----------^
|
|
514
|
-
this.bumpSpace();var
|
|
543
|
+
this.bumpSpace();var f=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===e?Te.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:Te.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,on(this.clonePosition(),this.clonePosition()));var p=this.parseMessage(t+1,e,n);if(p.err)return p;var d=this.tryParseArgumentClose(f);if(d.err)return d;s.push([l,{value:p.val,location:on(f,this.clonePosition())}]),
|
|
515
544
|
// Keep track of the existing selectors
|
|
516
545
|
a.add(l),
|
|
517
546
|
// Prep next selector clause.
|
|
518
|
-
this.bumpSpace(),l=(i=this.parseIdentifierIfPossible()).value,c=i.location}return 0===s.length?this.error("select"===
|
|
547
|
+
this.bumpSpace(),l=(i=this.parseIdentifierIfPossible()).value,c=i.location}return 0===s.length?this.error("select"===e?Te.EXPECT_SELECT_ARGUMENT_SELECTOR:Te.EXPECT_PLURAL_ARGUMENT_SELECTOR,on(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(Te.MISSING_OTHER_CLAUSE,on(this.clonePosition(),this.clonePosition())):{val:s,err:null}},t.prototype.tryParseDecimalInteger=function(t,e){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=on(r,this.clonePosition());return i?fn(o*=n)?{val:o,err:null}:this.error(e,a):this.error(t,a)},t.prototype.offset=function(){return this.position.offset},t.prototype.isEOF=function(){return this.offset()===this.message.length},t.prototype.clonePosition=function(){
|
|
519
548
|
// This is much faster than `Object.assign` or spread.
|
|
520
549
|
return{offset:this.position.offset,line:this.position.line,column:this.position.column}},
|
|
521
550
|
/**
|
|
522
551
|
* Return the code point at the current position of the parser.
|
|
523
552
|
* Throws if the index is out of bound.
|
|
524
553
|
*/
|
|
525
|
-
|
|
554
|
+
t.prototype.char=function(){var t=this.position.offset;if(t>=this.message.length)throw Error("out of bound");var e=yn(this.message,t);if(void 0===e)throw Error("Offset ".concat(t," is at invalid UTF-16 code unit boundary"));return e},t.prototype.error=function(t,e){return{val:null,err:{kind:t,message:this.message,location:e}}},
|
|
526
555
|
/** Bump the parser to the next UTF-16 code unit. */
|
|
527
|
-
|
|
556
|
+
t.prototype.bump=function(){if(!this.isEOF()){var t=this.char();10/* '\n' */===t?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,
|
|
528
557
|
// 0 ~ 0x10000 -> unicode BMP, otherwise skip the surrogate pair.
|
|
529
|
-
this.position.offset+=
|
|
558
|
+
this.position.offset+=t<65536?1:2)}},
|
|
530
559
|
/**
|
|
531
560
|
* If the substring starting at the current position of the parser has
|
|
532
561
|
* the given prefix, then bump the parser to the character immediately
|
|
533
562
|
* following the prefix and return true. Otherwise, don't bump the parser
|
|
534
563
|
* and return false.
|
|
535
564
|
*/
|
|
536
|
-
|
|
565
|
+
t.prototype.bumpIf=function(t){if(gn(this.message,t,this.offset())){for(var e=0;e<t.length;e++)this.bump();return!0}return!1},
|
|
537
566
|
/**
|
|
538
567
|
* Bump the parser until the pattern character is found and return `true`.
|
|
539
568
|
* Otherwise bump to the end of the file and return `false`.
|
|
540
569
|
*/
|
|
541
|
-
|
|
570
|
+
t.prototype.bumpUntil=function(t){var e=this.offset(),n=this.message.indexOf(t,e);return n>=0?(this.bumpTo(n),!0):(this.bumpTo(this.message.length),!1)},
|
|
542
571
|
/**
|
|
543
572
|
* Bump the parser to the target offset.
|
|
544
573
|
* If target offset is beyond the end of the input, bump the parser to the end of the input.
|
|
545
574
|
*/
|
|
546
|
-
|
|
575
|
+
t.prototype.bumpTo=function(t){if(this.offset()>t)throw Error("targetOffset ".concat(t," must be greater than or equal to the current offset ").concat(this.offset()));for(t=Math.min(t,this.message.length);;){var e=this.offset();if(e===t)break;if(e>t)throw Error("targetOffset ".concat(t," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},
|
|
547
576
|
/** advance the parser through all whitespace to the next non-whitespace code unit. */
|
|
548
|
-
|
|
577
|
+
t.prototype.bumpSpace=function(){for(;!this.isEOF()&&Cn(this.char());)this.bump()},
|
|
549
578
|
/**
|
|
550
579
|
* Peek at the *next* Unicode codepoint in the input without advancing the parser.
|
|
551
580
|
* If the input has been exhausted, then this returns null.
|
|
552
581
|
*/
|
|
553
|
-
|
|
582
|
+
t.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),e=this.offset(),n=this.message.charCodeAt(e+(t>=65536?2:1));return null!=n?n:null},t}();
|
|
554
583
|
/**
|
|
555
584
|
* This check if codepoint is alphabet (lower & uppercase)
|
|
556
585
|
* @param codepoint
|
|
557
586
|
* @returns
|
|
558
|
-
*/function
|
|
587
|
+
*/function Tn(t){return t>=97&&t<=122||t>=65&&t<=90}function In(t){return 45/* '-' */===t||46/* '.' */===t||t>=48&&t<=57/* 0..9 */||95/* '_' */===t||t>=97&&t<=122/** a..z */||t>=65&&t<=90/* A..Z */||183==t||t>=192&&t<=214||t>=216&&t<=246||t>=248&&t<=893||t>=895&&t<=8191||t>=8204&&t<=8205||t>=8255&&t<=8256||t>=8304&&t<=8591||t>=11264&&t<=12271||t>=12289&&t<=55295||t>=63744&&t<=64975||t>=65008&&t<=65533||t>=65536&&t<=983039}
|
|
559
588
|
/**
|
|
560
589
|
* Code point equivalent of regex `\p{White_Space}`.
|
|
561
590
|
* From: https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt
|
|
562
|
-
*/function
|
|
591
|
+
*/function Cn(t){return t>=9&&t<=13||32===t||133===t||t>=8206&&t<=8207||8232===t||8233===t}
|
|
563
592
|
/**
|
|
564
593
|
* Code point equivalent of regex `\p{Pattern_Syntax}`.
|
|
565
594
|
* See https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt
|
|
566
|
-
*/function
|
|
595
|
+
*/function Rn(t){return t>=33&&t<=35||36===t||t>=37&&t<=39||40===t||41===t||42===t||43===t||44===t||45===t||t>=46&&t<=47||t>=58&&t<=59||t>=60&&t<=62||t>=63&&t<=64||91===t||92===t||93===t||94===t||96===t||123===t||124===t||125===t||126===t||161===t||t>=162&&t<=165||166===t||167===t||169===t||171===t||172===t||174===t||176===t||177===t||182===t||187===t||191===t||215===t||247===t||t>=8208&&t<=8213||t>=8214&&t<=8215||8216===t||8217===t||8218===t||t>=8219&&t<=8220||8221===t||8222===t||8223===t||t>=8224&&t<=8231||t>=8240&&t<=8248||8249===t||8250===t||t>=8251&&t<=8254||t>=8257&&t<=8259||8260===t||8261===t||8262===t||t>=8263&&t<=8273||8274===t||8275===t||t>=8277&&t<=8286||t>=8592&&t<=8596||t>=8597&&t<=8601||t>=8602&&t<=8603||t>=8604&&t<=8607||8608===t||t>=8609&&t<=8610||8611===t||t>=8612&&t<=8613||8614===t||t>=8615&&t<=8621||8622===t||t>=8623&&t<=8653||t>=8654&&t<=8655||t>=8656&&t<=8657||8658===t||8659===t||8660===t||t>=8661&&t<=8691||t>=8692&&t<=8959||t>=8960&&t<=8967||8968===t||8969===t||8970===t||8971===t||t>=8972&&t<=8991||t>=8992&&t<=8993||t>=8994&&t<=9e3||9001===t||9002===t||t>=9003&&t<=9083||9084===t||t>=9085&&t<=9114||t>=9115&&t<=9139||t>=9140&&t<=9179||t>=9180&&t<=9185||t>=9186&&t<=9254||t>=9255&&t<=9279||t>=9280&&t<=9290||t>=9291&&t<=9311||t>=9472&&t<=9654||9655===t||t>=9656&&t<=9664||9665===t||t>=9666&&t<=9719||t>=9720&&t<=9727||t>=9728&&t<=9838||9839===t||t>=9840&&t<=10087||10088===t||10089===t||10090===t||10091===t||10092===t||10093===t||10094===t||10095===t||10096===t||10097===t||10098===t||10099===t||10100===t||10101===t||t>=10132&&t<=10175||t>=10176&&t<=10180||10181===t||10182===t||t>=10183&&t<=10213||10214===t||10215===t||10216===t||10217===t||10218===t||10219===t||10220===t||10221===t||10222===t||10223===t||t>=10224&&t<=10239||t>=10240&&t<=10495||t>=10496&&t<=10626||10627===t||10628===t||10629===t||10630===t||10631===t||10632===t||10633===t||10634===t||10635===t||10636===t||10637===t||10638===t||10639===t||10640===t||10641===t||10642===t||10643===t||10644===t||10645===t||10646===t||10647===t||10648===t||t>=10649&&t<=10711||10712===t||10713===t||10714===t||10715===t||t>=10716&&t<=10747||10748===t||10749===t||t>=10750&&t<=11007||t>=11008&&t<=11055||t>=11056&&t<=11076||t>=11077&&t<=11078||t>=11079&&t<=11084||t>=11085&&t<=11123||t>=11124&&t<=11125||t>=11126&&t<=11157||11158===t||t>=11159&&t<=11263||t>=11776&&t<=11777||11778===t||11779===t||11780===t||11781===t||t>=11782&&t<=11784||11785===t||11786===t||11787===t||11788===t||11789===t||t>=11790&&t<=11798||11799===t||t>=11800&&t<=11801||11802===t||11803===t||11804===t||11805===t||t>=11806&&t<=11807||11808===t||11809===t||11810===t||11811===t||11812===t||11813===t||11814===t||11815===t||11816===t||11817===t||t>=11818&&t<=11822||11823===t||t>=11824&&t<=11833||t>=11834&&t<=11835||t>=11836&&t<=11839||11840===t||11841===t||11842===t||t>=11843&&t<=11855||t>=11856&&t<=11857||11858===t||t>=11859&&t<=11903||t>=12289&&t<=12291||12296===t||12297===t||12298===t||12299===t||12300===t||12301===t||12302===t||12303===t||12304===t||12305===t||t>=12306&&t<=12307||12308===t||12309===t||12310===t||12311===t||12312===t||12313===t||12314===t||12315===t||12316===t||12317===t||t>=12318&&t<=12319||12320===t||12336===t||64830===t||64831===t||t>=65093&&t<=65094}function Hn(t){t.forEach((function(t){if(delete t.location,Pe(t)||Ne(t))for(var e in t.options)delete t.options[e].location,Hn(t.options[e].value);else Le(t)&&Me(t.style)||(ke(t)||xe(t))&&_e(t.style)?delete t.style.location:Ue(t)&&Hn(t.children)}))}function Sn(t,e){void 0===e&&(e={}),e=Re({shouldParseSkeletons:!0,requiresOtherClause:!0},e);var n=new Bn(t,e).parse();if(n.err){var r=SyntaxError(Te[n.err.kind]);
|
|
567
596
|
// @ts-expect-error Assign to error object
|
|
568
597
|
throw r.location=n.err.location,
|
|
569
598
|
// @ts-expect-error Assign to error object
|
|
570
|
-
r.originalMessage=n.err.message,r}return(null==
|
|
599
|
+
r.originalMessage=n.err.message,r}return(null==e?void 0:e.captureLocation)||Hn(n.val),n.val}
|
|
571
600
|
|
|
572
601
|
// Main
|
|
573
602
|
|
|
574
|
-
function
|
|
603
|
+
function On(t,e){var n=e&&e.cache?e.cache:Mn,r=e&&e.serializer?e.serializer:Nn;return(e&&e.strategy?e.strategy:Pn)(t,{cache:n,serializer:r})}
|
|
575
604
|
|
|
576
605
|
// Strategy
|
|
577
606
|
|
|
578
|
-
function
|
|
607
|
+
function Ln(t,e,n,r){var i,o=null==(i=r)||"number"==typeof i||"boolean"==typeof i?r:n(r),s=e.get(o);return void 0===s&&(s=t.call(this,r),e.set(o,s)),s}function kn(t,e,n){var r=Array.prototype.slice.call(arguments,3),i=n(r),o=e.get(i);return void 0===o&&(o=t.apply(this,r),e.set(i,o)),o}function xn(t,e,n,r,i){return n.bind(e,t,r,i)}function Pn(t,e){return xn(t,this,1===t.length?Ln:kn,e.cache.create(),e.serializer)}
|
|
579
608
|
// Serializer
|
|
580
|
-
var
|
|
609
|
+
var Nn=function(){return JSON.stringify(arguments)};
|
|
581
610
|
|
|
582
611
|
// Cache
|
|
583
612
|
|
|
584
|
-
function
|
|
613
|
+
function Dn(){this.cache=Object.create(null)}Dn.prototype.get=function(t){return this.cache[t]},Dn.prototype.set=function(t,e){this.cache[t]=e};var Un,Mn={create:function(){
|
|
585
614
|
// @ts-ignore
|
|
586
|
-
return new
|
|
615
|
+
return new Dn}},_n={variadic:function(t,e){return xn(t,this,kn,e.cache.create(),e.serializer)},monadic:function(t,e){return xn(t,this,Ln,e.cache.create(),e.serializer)}};!function(t){
|
|
587
616
|
// When we have a placeholder but no value to format
|
|
588
|
-
|
|
617
|
+
t.MISSING_VALUE="MISSING_VALUE",
|
|
589
618
|
// When value supplied is invalid
|
|
590
|
-
|
|
619
|
+
t.INVALID_VALUE="INVALID_VALUE",
|
|
591
620
|
// When we need specific Intl API but it's not available
|
|
592
|
-
|
|
621
|
+
t.MISSING_INTL_API="MISSING_INTL_API"}(Un||(Un={}));var Gn,Qn=/** @class */function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.code=n,i.originalMessage=r,i}return Be(e,t),e.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},e}(Error),Fn=/** @class */function(t){function e(e,n,r,i){return t.call(this,'Invalid values for "'.concat(e,'": "').concat(n,'". Options are "').concat(Object.keys(r).join('", "'),'"'),Un.INVALID_VALUE,i)||this}return Be(e,t),e}(Qn),jn=/** @class */function(t){function e(e,n,r){return t.call(this,'Value for "'.concat(e,'" must be of type ').concat(n),Un.INVALID_VALUE,r)||this}return Be(e,t),e}(Qn),zn=/** @class */function(t){function e(e,n){return t.call(this,'The intl string context variable "'.concat(e,'" was not provided to the string "').concat(n,'"'),Un.MISSING_VALUE,n)||this}return Be(e,t),e}(Qn);function Jn(t){return"function"==typeof t}
|
|
593
622
|
// TODO(skeleton): add skeleton support
|
|
594
|
-
function
|
|
623
|
+
function Xn(t,e,n,r,i,o,
|
|
595
624
|
// For debugging
|
|
596
625
|
s){
|
|
597
626
|
// Hot path for straight simple msg translations
|
|
598
|
-
if(1===
|
|
627
|
+
if(1===t.length&&Se(t[0]))return[{type:Gn.literal,value:t[0].value}];for(var a=[],l=0,c=t;l<c.length;l++){var u=c[l];
|
|
599
628
|
// Exit early for string parts.
|
|
600
|
-
if(
|
|
629
|
+
if(Se(u))a.push({type:Gn.literal,value:u.value});else
|
|
601
630
|
// TODO: should this part be literal type?
|
|
602
631
|
// Replace `#` in plural rules with the actual numeric value.
|
|
603
|
-
if(
|
|
632
|
+
if(De(u))"number"==typeof o&&a.push({type:Gn.literal,value:n.getNumberFormat(e).format(o)});else{var h=u.value;
|
|
604
633
|
// Enforce that all required values are provided by the caller.
|
|
605
|
-
if(!i||!(h in i))throw new
|
|
634
|
+
if(!i||!(h in i))throw new zn(h,s);var f=i[h];if(Oe(u))f&&"string"!=typeof f&&"number"!=typeof f||(f="string"==typeof f||"number"==typeof f?String(f):""),a.push({type:"string"==typeof f?Gn.literal:Gn.object,value:f});else
|
|
606
635
|
// Recursively format plural and select parts' option — which can be a
|
|
607
636
|
// nested pattern structure. The choosing of the option to use is
|
|
608
637
|
// abstracted-by and delegated-to the part helper object.
|
|
609
|
-
if(
|
|
638
|
+
if(ke(u)){var p="string"==typeof u.style?r.date[u.style]:_e(u.style)?u.style.parsedOptions:void 0;a.push({type:Gn.literal,value:n.getDateTimeFormat(e,p).format(f)})}else if(xe(u)){p="string"==typeof u.style?r.time[u.style]:_e(u.style)?u.style.parsedOptions:r.time.medium;a.push({type:Gn.literal,value:n.getDateTimeFormat(e,p).format(f)})}else if(Le(u)){(p="string"==typeof u.style?r.number[u.style]:Me(u.style)?u.style.parsedOptions:void 0)&&p.scale&&(f*=p.scale||1),a.push({type:Gn.literal,value:n.getNumberFormat(e,p).format(f)})}else{if(Ue(u)){var d=u.children,g=u.value,m=i[g];if(!Jn(m))throw new jn(g,"function",s);var A=m(Xn(d,e,n,r,i,o).map((function(t){return t.value})));Array.isArray(A)||(A=[A]),a.push.apply(a,A.map((function(t){return{type:"string"==typeof t?Gn.literal:Gn.object,value:t}})))}if(Pe(u)){if(!(y=u.options[f]||u.options.other))throw new Fn(u.value,f,Object.keys(u.options),s);a.push.apply(a,Xn(y.value,e,n,r,i))}else if(Ne(u)){var y;if(!(y=u.options["=".concat(f)])){if(!Intl.PluralRules)throw new Qn('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',Un.MISSING_INTL_API,s);var v=n.getPluralRules(e,{type:u.pluralType}).select(f-(u.offset||0));y=u.options[v]||u.options.other}if(!y)throw new Fn(u.value,f,Object.keys(u.options),s);a.push.apply(a,Xn(y.value,e,n,r,i,f-(u.offset||0)))}else;}}}return function(t){return t.length<2?t:t.reduce((function(t,e){var n=t[t.length-1];return n&&n.type===Gn.literal&&e.type===Gn.literal?n.value+=e.value:t.push(e),t}),[])}(a)}
|
|
610
639
|
/*
|
|
611
640
|
Copyright (c) 2014, Yahoo! Inc. All rights reserved.
|
|
612
641
|
Copyrights licensed under the New BSD License.
|
|
613
642
|
See the accompanying LICENSE file for terms.
|
|
614
643
|
*/
|
|
615
644
|
// -- MessageFormat --------------------------------------------------------
|
|
616
|
-
function
|
|
645
|
+
function Kn(t,e){return e?Object.keys(t).reduce((function(n,r){var i,o;return n[r]=(i=t[r],(o=e[r])?Re(Re(Re({},i||{}),o||{}),Object.keys(i).reduce((function(t,e){return t[e]=Re(Re({},i[e]),o[e]||{}),t}),{})):i),n}),Re({},t)):t}function Zn(t){return{create:function(){return{get:function(e){return t[e]},set:function(e,n){t[e]=n}}}}}!function(t){t[t.literal=0]="literal",t[t.object=1]="object"}(Gn||(Gn={}));var Vn=/** @class */function(){function t(e,n,r,i){var o,s=this;if(void 0===n&&(n=t.defaultLocale),this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(t){var e=s.formatToParts(t);
|
|
617
646
|
// Hot path for straight simple msg translations
|
|
618
|
-
if(1===
|
|
647
|
+
if(1===e.length)return e[0].value;var n=e.reduce((function(t,e){return t.length&&e.type===Gn.literal&&"string"==typeof t[t.length-1]?t[t.length-1]+=e.value:t.push(e.value),t}),[]);return n.length<=1?n[0]||"":n},this.formatToParts=function(t){return Xn(s.ast,s.locales,s.formatters,s.formats,t,void 0,s.message)},this.resolvedOptions=function(){return{locale:s.resolvedLocale.toString()}},this.getAst=function(){return s.ast},
|
|
619
648
|
// Defined first because it's used to build the format pattern.
|
|
620
|
-
this.locales=n,this.resolvedLocale=
|
|
649
|
+
this.locales=n,this.resolvedLocale=t.resolveLocale(n),"string"==typeof e){if(this.message=e,!t.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
621
650
|
// Parse string messages into an AST.
|
|
622
|
-
this.ast=
|
|
651
|
+
this.ast=t.__parse(e,{ignoreTag:null==i?void 0:i.ignoreTag,locale:this.resolvedLocale})}else this.ast=e;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");
|
|
623
652
|
// Creates a new object with the specified `formats` merged with the default
|
|
624
653
|
// formats.
|
|
625
|
-
this.formats=
|
|
654
|
+
this.formats=Kn(t.formats,r),this.formatters=i&&i.formatters||(void 0===(o=this.formatterCache)&&(o={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:On((function(){for(var t,e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return new((t=Intl.NumberFormat).bind.apply(t,He([void 0],e,!1)))}),{cache:Zn(o.number),strategy:_n.variadic}),getDateTimeFormat:On((function(){for(var t,e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return new((t=Intl.DateTimeFormat).bind.apply(t,He([void 0],e,!1)))}),{cache:Zn(o.dateTime),strategy:_n.variadic}),getPluralRules:On((function(){for(var t,e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return new((t=Intl.PluralRules).bind.apply(t,He([void 0],e,!1)))}),{cache:Zn(o.pluralRules),strategy:_n.variadic})})}return Object.defineProperty(t,"defaultLocale",{get:function(){return t.memoizedDefaultLocale||(t.memoizedDefaultLocale=(new Intl.NumberFormat).resolvedOptions().locale),t.memoizedDefaultLocale},enumerable:!1,configurable:!0}),t.memoizedDefaultLocale=null,t.resolveLocale=function(t){var e=Intl.NumberFormat.supportedLocalesOf(t);return e.length>0?new Intl.Locale(e[0]):new Intl.Locale("string"==typeof t?t:t[0])},t.__parse=Sn,
|
|
626
655
|
// Default format options used as the prototype of the `formats` provided to the
|
|
627
656
|
// constructor. These are used when constructing the internal Intl.NumberFormat
|
|
628
657
|
// and Intl.DateTimeFormat instances.
|
|
629
|
-
|
|
658
|
+
t.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"}}},t}(),Yn=Vn;
|
|
630
659
|
/*
|
|
631
660
|
Copyright (c) 2014, Yahoo! Inc. All rights reserved.
|
|
632
661
|
Copyrights licensed under the New BSD License.
|
|
633
662
|
See the accompanying LICENSE file for terms.
|
|
634
|
-
*/const
|
|
635
|
-
/*! *****************************************************************************
|
|
636
|
-
Copyright (c) Microsoft Corporation.
|
|
637
|
-
|
|
638
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
639
|
-
purpose with or without fee is hereby granted.
|
|
640
|
-
|
|
641
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
642
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
643
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
644
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
645
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
646
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
647
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
648
|
-
***************************************************************************** */function dr(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n}const gr={fallbackLocale:null,loadingDelay:200,formats:{number:{scientific:{notation:"scientific"},engineering:{notation:"engineering"},compactLong:{notation:"compact",compactDisplay:"long"},compactShort:{notation:"compact",compactDisplay:"short"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0};function mr(){return gr}const Ar=gt(!1);let yr;const vr=gt(null);function br(e){return e.split("-").map(((e,t,n)=>n.slice(0,t+1).join("-"))).reverse()}function wr(e,t=mr().fallbackLocale){const n=br(e);return t?[...new Set([...n,...br(t)])]:n}function Er(){return null!=yr?yr:void 0}vr.subscribe((e=>{yr=null!=e?e:void 0,"undefined"!=typeof window&&null!=e&&document.documentElement.setAttribute("lang",e)}));const Br=Object.assign(Object.assign({},vr),{set:e=>{if(e&&function(e){if(null==e)return;const t=wr(e);for(let e=0;e<t.length;e++){const n=t[e];if(sr(n))return n}}(e)&&hr(e)){const{loadingDelay:t}=mr();let n;return"undefined"!=typeof window&&null!=Er()&&t?n=window.setTimeout((()=>Ar.set(!0)),t):Ar.set(!0),fr(e).then((()=>{vr.set(e)})).finally((()=>{clearTimeout(n),Ar.set(!1)}))}return vr.set(e)}}),Tr=e=>{const t=Object.create(null);return n=>{const r=JSON.stringify(n);return r in t?t[r]:t[r]=e(n)}},Ir=(e,t)=>{const{formats:n}=mr();if(e in n&&t in n[e])return n[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},Cr=Tr((e=>{var{locale:t,format:n}=e,r=dr(e,["locale","format"]);if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(r=Ir("number",n)),new Intl.NumberFormat(t,r)})),Rr=Tr((e=>{var{locale:t,format:n}=e,r=dr(e,["locale","format"]);if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?r=Ir("date",n):0===Object.keys(r).length&&(r=Ir("date","short")),new Intl.DateTimeFormat(t,r)})),Hr=Tr((e=>{var{locale:t,format:n}=e,r=dr(e,["locale","format"]);if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?r=Ir("time",n):0===Object.keys(r).length&&(r=Ir("time","short")),new Intl.DateTimeFormat(t,r)})),Sr=Tr(((e,t=Er())=>new er(e,t,mr().formats,{ignoreTag:mr().ignoreTag}))),Or=(e,t={})=>{var n,r,i,o;let s=t;"object"==typeof e&&(s=e,e=s.id);const{values:a,locale:l=Er(),default:c}=s;if(null==l)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let u=rr(e,l);if(u){if("string"!=typeof u)return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof u}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),u}else u=null!==(o=null!==(i=null===(r=(n=mr()).handleMissingMessage)||void 0===r?void 0:r.call(n,{locale:l,id:e,defaultValue:c}))&&void 0!==i?i:c)&&void 0!==o?o:e;if(!a)return u;let h=u;try{h=Sr(u,l).format(a)}catch(t){console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,t.message)}return h},kr=(e,t)=>((e={})=>{var{locale:t=Er()}=e,n=dr(e,["locale"]);return Hr(Object.assign({locale:t},n))})(t).format(e),Lr=(e,t)=>((e={})=>{var{locale:t=Er()}=e,n=dr(e,["locale"]);return Rr(Object.assign({locale:t},n))})(t).format(e),xr=(e,t)=>((e={})=>{var{locale:t=Er()}=e,n=dr(e,["locale"]);return Cr(Object.assign({locale:t},n))})(t).format(e),Pr=(e,t=Er())=>rr(e,t),Nr=mt([Br,or],(()=>Or));function Dr(e,t){lr(e,t)}mt([Br],(()=>kr)),mt([Br],(()=>Lr)),mt([Br],(()=>xr)),mt([Br,or],(()=>Pr)),window.emWidgets={topic:(e,t=0)=>{if(-1==pt.indexOf(e)){let n=new ht(t);ft[e]=n,pt.push(e)}return ft[e]}};const Mr={en:{tournamentsSlider:{loading:"Loading"}},ro:{tournamentsSlider:{loading:"Se încarcă"}},tr:{tournamentsSlider:{loading:"Yükleniyor"}},el:{tournamentsSlider:{loading:"Φο’ρτωση"}},es:{tournamentsSlider:{loading:"Cargando"}},hu:{tournamentsSlider:{loading:"Betöltés"}}};var Ur=function(e,t,n){return e(n={path:t,exports:{},require:function(e,t){return function(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}(null==t&&n.path)}},n.exports),n.exports}((function(e,t){
|
|
663
|
+
*/const qn={},Wn=(t,e,n)=>n?(e in qn||(qn[e]={}),t in qn[e]||(qn[e][t]=n),n):n,$n=(t,e)=>{if(null==e)return;if(e in qn&&t in qn[e])return qn[e][t];const n=mr(e);for(let r=0;r<n.length;r++){const i=rr(n[r],t);if(i)return Wn(t,e,i)}};let tr;const er=he({});function nr(t){return t in tr}function rr(t,e){if(!nr(t))return null;const n=function(t){return tr[t]||null}(t);return function(t,e){if(null==e)return;if(e in t)return t[e];const n=e.split(".");let r=t;for(let t=0;t<n.length;t++)if("object"==typeof r){if(t>0){const e=n.slice(t,n.length).join(".");if(e in r){r=r[e];break}}r=r[n[t]]}else r=void 0;return r}(n,e)}function ir(t,...e){delete qn[t],er.update((n=>(n[t]=Ee.all([n[t]||{},...e]),n)))}fe([er],(([t])=>Object.keys(t))),er.subscribe((t=>tr=t));const or={};function sr(t){return or[t]}function ar(t){return null!=t&&mr(t).some((t=>{var e;return null===(e=sr(t))||void 0===e?void 0:e.size}))}const lr={};function cr(t){if(!ar(t))return t in lr?lr[t]:Promise.resolve();const e=function(t){return mr(t).map((t=>{const e=sr(t);return[t,e?[...e]:[]]})).filter((([,t])=>t.length>0))}(t);return lr[t]=Promise.all(e.map((([t,e])=>function(t,e){const n=Promise.all(e.map((e=>(function(t,e){or[t].delete(e),0===or[t].size&&delete or[t]}(t,e),e().then((t=>t.default||t))))));return n.then((e=>ir(t,...e)))}(t,e)))).then((()=>{if(ar(t))return cr(t);delete lr[t]})),lr[t]}const ur={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 hr(){return ur}const fr=he(!1);let pr;const dr=he(null);function gr(t){return t.split("-").map(((t,e,n)=>n.slice(0,e+1).join("-"))).reverse()}function mr(t,e=hr().fallbackLocale){const n=gr(t);return e?[...new Set([...n,...gr(e)])]:n}function Ar(){return null!=pr?pr:void 0}dr.subscribe((t=>{pr=null!=t?t:void 0,"undefined"!=typeof window&&null!=t&&document.documentElement.setAttribute("lang",t)}));const yr={...dr,set:t=>{if(t&&function(t){if(null==t)return;const e=mr(t);for(let t=0;t<e.length;t++){const n=e[t];if(nr(n))return n}}(t)&&ar(t)){const{loadingDelay:e}=hr();let n;return"undefined"!=typeof window&&null!=Ar()&&e?n=window.setTimeout((()=>fr.set(!0)),e):fr.set(!0),cr(t).then((()=>{dr.set(t)})).finally((()=>{clearTimeout(n),fr.set(!1)}))}return dr.set(t)}},vr=t=>{const e=Object.create(null);return n=>{const r=JSON.stringify(n);return r in e?e[r]:e[r]=t(n)}},br=(t,e)=>{const{formats:n}=hr();if(t in n&&e in n[t])return n[t][e];throw new Error(`[svelte-i18n] Unknown "${e}" ${t} format.`)},Er=vr((({locale:t,format:e,...n})=>{if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return e&&(n=br("number",e)),new Intl.NumberFormat(t,n)})),wr=vr((({locale:t,format:e,...n})=>{if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return e?n=br("date",e):0===Object.keys(n).length&&(n=br("date","short")),new Intl.DateTimeFormat(t,n)})),Br=vr((({locale:t,format:e,...n})=>{if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return e?n=br("time",e):0===Object.keys(n).length&&(n=br("time","short")),new Intl.DateTimeFormat(t,n)})),Tr=vr(((t,e=Ar())=>new Yn(t,e,hr().formats,{ignoreTag:hr().ignoreTag}))),Ir=(t,e={})=>{var n,r,i,o;let s=e;"object"==typeof t&&(s=t,t=s.id);const{values:a,locale:l=Ar(),default:c}=s;if(null==l)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let u=$n(t,l);if(u){if("string"!=typeof u)return console.warn(`[svelte-i18n] Message with id "${t}" 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=hr()).handleMissingMessage)||void 0===r?void 0:r.call(n,{locale:l,id:t,defaultValue:c}))&&void 0!==i?i:c)&&void 0!==o?o:t;if(!a)return u;let h=u;try{h=Tr(u,l).format(a)}catch(e){e instanceof Error&&console.warn(`[svelte-i18n] Message "${t}" has syntax error:`,e.message)}return h},Cr=(t,e)=>(({locale:t=Ar(),...e}={})=>Br({locale:t,...e}))(e).format(t),Rr=(t,e)=>(({locale:t=Ar(),...e}={})=>wr({locale:t,...e}))(e).format(t),Hr=(t,e)=>(({locale:t=Ar(),...e}={})=>Er({locale:t,...e}))(e).format(t),Sr=(t,e=Ar())=>$n(t,e),Or=fe([yr,er],(()=>Ir));function Lr(t,e){ir(t,e)}fe([yr],(()=>Cr)),fe([yr],(()=>Rr)),fe([yr],(()=>Hr)),fe([yr,er],(()=>Sr)),window.emWidgets={topic:(t,e=0)=>{if(-1==le.indexOf(t)){let n=new ae(e);ce[t]=n,le.push(t)}return ce[t]}};const kr={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 xr=function(t,e,n){return t(n={path:e,exports:{},require:function(t,e){return function(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}(null==e&&n.path)}},n.exports),n.exports}((function(t,e){
|
|
649
664
|
/** @license
|
|
650
665
|
* eventsource.js
|
|
651
666
|
* Available under MIT License (MIT)
|
|
@@ -653,110 +668,110 @@ e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"}
|
|
|
653
668
|
*/
|
|
654
669
|
/*jslint indent: 2, vars: true, plusplus: true */
|
|
655
670
|
/*global setTimeout, clearTimeout */
|
|
656
|
-
!function(n){var r=n.setTimeout,i=n.clearTimeout,o=n.XMLHttpRequest,s=n.XDomainRequest,a=n.ActiveXObject,l=n.EventSource,c=n.document,u=n.Promise,h=n.fetch,
|
|
671
|
+
!function(n){var r=n.setTimeout,i=n.clearTimeout,o=n.XMLHttpRequest,s=n.XDomainRequest,a=n.ActiveXObject,l=n.EventSource,c=n.document,u=n.Promise,h=n.fetch,f=n.Response,p=n.TextDecoder,d=n.TextEncoder,g=n.AbortController;
|
|
657
672
|
// see #118 (Promise#finally with polyfilled Promise)
|
|
658
673
|
// see #123 (data URLs crash Edge)
|
|
659
674
|
// see #125 (CSP violations)
|
|
660
675
|
// see pull/#138
|
|
661
676
|
// => No way to polyfill Promise#finally
|
|
662
677
|
if("undefined"==typeof window||void 0===c||"readyState"in c||null!=c.body||(// Firefox 2
|
|
663
|
-
c.readyState="loading",window.addEventListener("load",(function(
|
|
664
|
-
o=function(){return new a("Microsoft.XMLHTTP")}),null==Object.create&&(Object.create=function(
|
|
678
|
+
c.readyState="loading",window.addEventListener("load",(function(t){c.readyState="complete"}),!1)),null==o&&null!=a&&(// https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/Using_XMLHttpRequest_in_IE6
|
|
679
|
+
o=function(){return new a("Microsoft.XMLHTTP")}),null==Object.create&&(Object.create=function(t){function e(){}return e.prototype=t,new e}),Date.now||(Date.now=function(){return(new Date).getTime()}),null==g){var m=h;h=function(t,e){var n=e.signal;return m(t,{headers:e.headers,credentials:e.credentials,cache:e.cache}).then((function(t){var e=t.body.getReader();return n._reader=e,n._aborted&&n._reader.cancel(),{status:t.status,statusText:t.statusText,headers:t.headers,body:{getReader:function(){return e}}}}))},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(t){function e(t,e,n){if(1===n)return t>=128>>e&&t<<e<=2047;if(2===n)return t>=2048>>e&&t<<e<=55295||t>=57344>>e&&t<<e<=65535;if(3===n)return t>=65536>>e&&t<<e<=1114111;throw new Error}function n(t,e){if(6===t)return e>>6>15?3:e>31?2:1;if(12===t)return e>15?3:2;if(18===t)return 3;throw new Error}for(var r=65533,i="",o=this.bitsNeeded,s=this.codePoint,a=0;a<t.length;a+=1){var l=t[a];0!==o&&(l<128||l>191||!e(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||e(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};
|
|
665
680
|
// IE, Edge
|
|
666
|
-
null!=
|
|
681
|
+
null!=p&&null!=d&&function(){try{return"test"===(new p).decode((new d).encode("test"),{stream:!0})}catch(t){console.debug("TextDecoder does not support streaming option. Using polyfill instead: "+t)}return!1}()||(p=A);var y=function(){};function v(t){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=t,this._sendTimeout=0,this._abort=y}function b(t){return t.replace(/[A-Z]/g,(function(t){return String.fromCharCode(t.charCodeAt(0)+32)}))}function E(t){for(
|
|
667
682
|
// Get headers: implemented according to mozilla's example code: https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/getAllResponseHeaders#Example
|
|
668
|
-
var
|
|
683
|
+
var e=Object.create(null),n=t.split("\r\n"),r=0;r<n.length;r+=1){var i=n[r].split(": "),o=i.shift(),s=i.join(": ");e[b(o)]=s}this._map=e}function w(){}function B(t){this._headers=t}function T(){}function I(){this._listeners=Object.create(null)}function C(t){r((function(){throw t}),0)}function R(t){this.type=t,this.target=void 0}function H(t,e){R.call(this,t),this.data=e.data,this.lastEventId=e.lastEventId}function S(t,e){R.call(this,t),this.status=e.status,this.statusText=e.statusText,this.headers=e.headers}function O(t,e){R.call(this,t),this.error=e.error}v.prototype.open=function(t,e){this._abort(!0);var n=this,s=this._xhr,a=1,l=0;this._abort=function(t){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,
|
|
669
684
|
// IE 8 - 9: XDomainRequest#abort() does not fire any event
|
|
670
685
|
// Opera < 10: XMLHttpRequest#abort() does not fire any event
|
|
671
|
-
s.abort(),0!==l&&(i(l),l=0),
|
|
686
|
+
s.abort(),0!==l&&(i(l),l=0),t||(n.readyState=4,n.onabort(null),n.onreadystatechange())),a=0};var c=function(){if(1===a){
|
|
672
687
|
//state = 2;
|
|
673
|
-
var
|
|
688
|
+
var t=0,e="",r=void 0;if("contentType"in s)t=200,e="OK",r=s.contentType;else try{t=s.status,e=s.statusText,r=s.getResponseHeader("Content-Type")}catch(n){
|
|
674
689
|
// IE < 10 throws exception for `xhr.status` when xhr.readyState === 2 || xhr.readyState === 3
|
|
675
690
|
// Opera < 11 throws exception for `xhr.status` when xhr.readyState === 2
|
|
676
691
|
// https://bugs.webkit.org/show_bug.cgi?id=29121
|
|
677
|
-
|
|
692
|
+
t=0,e="",r=void 0}0!==t&&(a=2,n.readyState=2,n.status=t,n.statusText=e,n._contentType=r,n.onreadystatechange())}},u=function(){if(c(),2===a||3===a){a=3;var t="";try{t=s.responseText}catch(t){
|
|
678
693
|
// IE 8 - 9 with XMLHttpRequest
|
|
679
|
-
}n.readyState=3,n.responseText=
|
|
694
|
+
}n.readyState=3,n.responseText=t,n.onprogress()}},h=function(t,e){if(null!=e&&null!=e.preventDefault||(e={preventDefault:y}),
|
|
680
695
|
// Firefox 52 fires "readystatechange" (xhr.readyState === 4) without final "readystatechange" (xhr.readyState === 3)
|
|
681
696
|
// IE 8 fires "onload" without "onprogress"
|
|
682
|
-
u(),1===a||2===a||3===a){if(a=4,0!==l&&(i(l),l=0),n.readyState=4,"load"===
|
|
697
|
+
u(),1===a||2===a||3===a){if(a=4,0!==l&&(i(l),l=0),n.readyState=4,"load"===t)n.onload(e);else if("error"===t)n.onerror(e);else{if("abort"!==t)throw new TypeError;n.onabort(e)}n.onreadystatechange()}},f=function(){l=r((function(){f()}),500),3===s.readyState&&u()};
|
|
683
698
|
// XDomainRequest#abort removes onprogress, onerror, onload
|
|
684
|
-
"onload"in s&&(s.onload=function(
|
|
699
|
+
"onload"in s&&(s.onload=function(t){h("load",t)}),"onerror"in s&&(s.onerror=function(t){h("error",t)}),
|
|
685
700
|
// improper fix to match Firefox behaviour, but it is better than just ignore abort
|
|
686
701
|
// see https://bugzilla.mozilla.org/show_bug.cgi?id=768596
|
|
687
702
|
// https://bugzilla.mozilla.org/show_bug.cgi?id=880200
|
|
688
703
|
// https://code.google.com/p/chromium/issues/detail?id=153570
|
|
689
704
|
// IE 8 fires "onload" without "onprogress
|
|
690
|
-
"onabort"in s&&(s.onabort=function(
|
|
705
|
+
"onabort"in s&&(s.onabort=function(t){h("abort",t)}),"onprogress"in s&&(s.onprogress=u),
|
|
691
706
|
// IE 8 - 9 (XMLHTTPRequest)
|
|
692
707
|
// Opera < 12
|
|
693
708
|
// Firefox < 3.5
|
|
694
709
|
// Firefox 3.5 - 3.6 - ? < 9.0
|
|
695
710
|
// onprogress is not fired sometimes or delayed
|
|
696
711
|
// see also #64 (significant lag in IE 11)
|
|
697
|
-
"onreadystatechange"in s&&(s.onreadystatechange=function(
|
|
698
|
-
4===s.readyState?"onload"in s&&"onerror"in s&&"onabort"in s||h(""===s.responseText?"error":"load",
|
|
712
|
+
"onreadystatechange"in s&&(s.onreadystatechange=function(t){!function(t){null!=s&&(// Opera 12
|
|
713
|
+
4===s.readyState?"onload"in s&&"onerror"in s&&"onabort"in s||h(""===s.responseText?"error":"load",t):3===s.readyState?"onprogress"in s||// testing XMLHttpRequest#responseText too many times is too slow in IE 11
|
|
699
714
|
// and in Firefox 3.6
|
|
700
|
-
u():2===s.readyState&&c())}(
|
|
715
|
+
u():2===s.readyState&&c())}(t)}),!("contentType"in s)&&"ontimeout"in o.prototype||(e+=(-1===e.indexOf("?")?"?":"&")+"padding=true"),s.open(t,e,!0),"readyState"in s&&(
|
|
701
716
|
// workaround for Opera 12 issue with "progress" events
|
|
702
717
|
// #91 (XMLHttpRequest onprogress not fired for streaming response in Edge 14-15-?)
|
|
703
|
-
l=r((function(){
|
|
718
|
+
l=r((function(){f()}),0))},v.prototype.abort=function(){this._abort(!1)},v.prototype.getResponseHeader=function(t){return this._contentType},v.prototype.setRequestHeader=function(t,e){var n=this._xhr;"setRequestHeader"in n&&n.setRequestHeader(t,e)},v.prototype.getAllResponseHeaders=function(){
|
|
704
719
|
// XMLHttpRequest#getAllResponseHeaders returns null for CORS requests in Firefox 3.6.28
|
|
705
720
|
return null!=this._xhr.getAllResponseHeaders&&this._xhr.getAllResponseHeaders()||""},v.prototype.send=function(){
|
|
706
721
|
// loading indicator in Safari < ? (6), Chrome < 14, Firefox
|
|
707
722
|
// https://bugzilla.mozilla.org/show_bug.cgi?id=736723
|
|
708
|
-
if("ontimeout"in o.prototype&&("sendAsBinary"in o.prototype||"mozAnon"in o.prototype)||null==c||null==c.readyState||"complete"===c.readyState){var
|
|
723
|
+
if("ontimeout"in o.prototype&&("sendAsBinary"in o.prototype||"mozAnon"in o.prototype)||null==c||null==c.readyState||"complete"===c.readyState){var t=this._xhr;
|
|
709
724
|
// withCredentials should be set after "open" for Safari and Chrome (< 19 ?)
|
|
710
|
-
"withCredentials"in
|
|
725
|
+
"withCredentials"in t&&(t.withCredentials=this.withCredentials);try{
|
|
711
726
|
// xhr.send(); throws "Not enough arguments" in Firefox 3.0
|
|
712
|
-
|
|
727
|
+
t.send(void 0)}catch(t){
|
|
713
728
|
// Safari 5.1.7, Opera 12
|
|
714
|
-
throw
|
|
715
|
-
o.HEADERS_RECEIVED=2),
|
|
729
|
+
throw t}}else{var e=this;e._sendTimeout=r((function(){e._sendTimeout=0,e.send()}),4)}},E.prototype.get=function(t){return this._map[b(t)]},null!=o&&null==o.HEADERS_RECEIVED&&(// IE < 9, Firefox 3.6
|
|
730
|
+
o.HEADERS_RECEIVED=2),w.prototype.open=function(t,e,n,r,i,s,a){t.open("GET",i);var l=0;for(var c in t.onprogress=function(){var e=t.responseText.slice(l);l+=e.length,n(e)},t.onerror=function(t){t.preventDefault(),r(new Error("NetworkError"))},t.onload=function(){r(null)},t.onabort=function(){r(null)},t.onreadystatechange=function(){if(t.readyState===o.HEADERS_RECEIVED){var n=t.status,r=t.statusText,i=t.getResponseHeader("Content-Type"),s=t.getAllResponseHeaders();e(n,r,i,new E(s))}},t.withCredentials=s,a)Object.prototype.hasOwnProperty.call(a,c)&&t.setRequestHeader(c,a[c]);return t.send(),t},B.prototype.get=function(t){return this._headers.get(t)},T.prototype.open=function(t,e,n,r,i,o,s){var a=null,l=new g,c=l.signal,f=new p;return h(i,{headers:s,credentials:o?"include":"same-origin",signal:c,cache:"no-store"}).then((function(t){
|
|
716
731
|
// see https://github.com/promises-aplus/promises-spec/issues/179
|
|
717
|
-
return a=
|
|
732
|
+
return a=t.body.getReader(),e(t.status,t.statusText,t.headers.get("Content-Type"),new B(t.headers)),new u((function(t,e){var r=function(){a.read().then((function(e){if(e.done)
|
|
718
733
|
//Note: bytes in textDecoder are ignored
|
|
719
|
-
|
|
734
|
+
t(void 0);else{var i=f.decode(e.value,{stream:!0});n(i),r()}})).catch((function(t){e(t)}))};r()}))})).catch((function(t){return"AbortError"===t.name?void 0:t})).then((function(t){r(t)})),{abort:function(){null!=a&&a.cancel(),l.abort()}}},I.prototype.dispatchEvent=function(t){t.target=this;var e=this._listeners[t.type];if(null!=e)for(var n=e.length,r=0;r<n;r+=1){var i=e[r];try{"function"==typeof i.handleEvent?i.handleEvent(t):i.call(this,t)}catch(t){C(t)}}},I.prototype.addEventListener=function(t,e){t=String(t);var n=this._listeners,r=n[t];null==r&&(r=[],n[t]=r);for(var i=!1,o=0;o<r.length;o+=1)r[o]===e&&(i=!0);i||r.push(e)},I.prototype.removeEventListener=function(t,e){t=String(t);var n=this._listeners,r=n[t];if(null!=r){for(var i=[],o=0;o<r.length;o+=1)r[o]!==e&&i.push(r[o]);0===i.length?delete n[t]:n[t]=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(t,e){var n=null==t?e:parseInt(t,10);return n!=n&&(n=e),F(n)},F=function(t){return Math.min(Math.max(t,1e3),18e6)},j=function(t,e,n){try{"function"==typeof e&&e.call(t,n)}catch(t){C(t)}};function z(t,e){I.call(this),e=e||{},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(t,e,n){e=String(e);var a=Boolean(n.withCredentials),l=n.lastEventIdQueryParameterName||"lastEventId",c=F(1e3),u=Q(n.heartbeatTimeout,45e3),h="",f=c,p=!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(e,n,r,i){if(B===k)if(200===e&&null!=r&&G.test(r)){B=x,p=Date.now(),f=c,t.readyState=x;var o=new S("open",{status:e,statusText:n,headers:i});t.dispatchEvent(o),j(t,t.onopen,o)}else{var s="";200!==e?(n&&(n=n.replace(/\s+/g," ")),s="EventSource's response has a status "+e+" "+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:e,statusText:n,headers:i});t.dispatchEvent(o),j(t,t.onerror,o),console.error(s)}},Y=function(e){if(B===x){for(var n=-1,o=0;o<e.length;o+=1){(l=e.charCodeAt(o))!=="\n".charCodeAt(0)&&l!=="\r".charCodeAt(0)||(n=o)}var s=(-1!==n?z:"")+e.slice(0,n+1);z=(-1===n?z:"")+e.slice(n+1),""!==e&&(p=Date.now(),d+=e.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),f=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(t.dispatchEvent(A),"open"===R?j(t,t.onopen,A):"message"===R?j(t,t.onmessage,A):"error"===R&&j(t,t.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(e){if(B===x||B===k){B=L,0!==E&&(i(E),E=0),E=r((function(){$()}),f),f=F(Math.min(16*c,2*f)),t.readyState=k;var n=new O("error",{error:e});t.dispatchEvent(n),j(t,t.onerror,n),null!=e&&console.error(e)}},W=function(){B=P,null!=b&&(b.abort(),b=void 0),0!==E&&(i(E),E=0),t.readyState=P},$=function(){if(E=0,B===L){p=!1,d=0,E=r((function(){$()}),u),B=k,I="",R="",C=h,z="",K=0,Z=0,X=D;
|
|
720
735
|
// https://bugzilla.mozilla.org/show_bug.cgi?id=428916
|
|
721
736
|
// Request header field Last-Event-ID is not allowed by Access-Control-Allow-Headers.
|
|
722
|
-
var n=
|
|
737
|
+
var n=e;if("data:"!==e.slice(0,5)&&"blob:"!==e.slice(0,5)&&""!==h){
|
|
723
738
|
// Remove the lastEventId parameter if it's already part of the request URL.
|
|
724
|
-
var i=
|
|
739
|
+
var i=e.indexOf("?");n=-1===i?e:e.slice(0,i+1)+e.slice(i+1).replace(/(?:^|&)([^=&]*)(?:=[^&]*)?/g,(function(t,e){return e===l?"":t})),
|
|
725
740
|
// Append the current lastEventId to the request URL.
|
|
726
|
-
n+=(-1===
|
|
741
|
+
n+=(-1===e.indexOf("?")?"?":"&")+l+"="+encodeURIComponent(h)}var o=t.withCredentials,s={Accept:"text/event-stream"},a=t.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(t){throw W(),t}}else if(p||null==b){var f=Math.max((p||Date.now())+u-Date.now(),1);p=!1,E=r((function(){$()}),f)}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)};t.url=e,t.readyState=k,t.withCredentials=a,t.headers=g,t._close=W,$()}(this,t,e)}var J=null!=h&&null!=f&&"body"in f.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||(
|
|
727
742
|
// Why replace a native EventSource ?
|
|
728
743
|
// https://bugzilla.mozilla.org/show_bug.cgi?id=444328
|
|
729
744
|
// https://bugzilla.mozilla.org/show_bug.cgi?id=831392
|
|
730
745
|
// https://code.google.com/p/chromium/issues/detail?id=260144
|
|
731
746
|
// https://code.google.com/p/chromium/issues/detail?id=225654
|
|
732
747
|
// ...
|
|
733
|
-
|
|
734
|
-
/* ../casino-tournaments-rank/src/CasinoTournamentsRank.svelte generated by Svelte v3.
|
|
735
|
-
function
|
|
748
|
+
K=z),X=function(t){t.EventSourcePolyfill=z,t.NativeEventSource=l,t.EventSource=K}(e),void 0!==X&&(t.exports=X)}("undefined"==typeof globalThis?"undefined"!=typeof window?window:"undefined"!=typeof self?self:Rt:globalThis)})),Pr="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",Nr="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
|
+
/* ../casino-tournaments-rank/src/CasinoTournamentsRank.svelte generated by Svelte v3.58.0 */
|
|
750
|
+
function Dr(e){let n,r,i;return{c(){n=b("span"),r=b("img"),I(r,"alt","user"),l(r.src,i=Nr)||I(r,"src",i),I(n,"class","Icon UserIcon"),I(n,"part","Icon UserIcon")},m(t,e){y(t,n,e),g(n,r)},p:t,d(t){t&&v(n)}}}
|
|
736
751
|
// (105:4) {#if showicon== 'true'}
|
|
737
|
-
function
|
|
738
|
-
/*div2_binding*/
|
|
739
|
-
/*div2_binding*/,
|
|
740
|
-
i&&(n(7,y=l!=
|
|
741
|
-
a=setTimeout((()=>{s=(new Date).getTime(),(s-o)/1e3>4&&n(7,y=!1),l=i}),5e3),t
|
|
742
|
-
/* src/CasinoTournamentsSliderController.svelte generated by Svelte v3.
|
|
743
|
-
function
|
|
752
|
+
function Ur(e){let n,r,i;return{c(){n=b("span"),r=b("img"),I(r,"alt","prize"),l(r.src,i=Pr)||I(r,"src",i),I(n,"class","Icon PrizeIcon"),I(n,"part","Icon PrizeIcon")},m(t,e){y(t,n,e),g(n,r)},p:t,d(t){t&&v(n)}}}function Mr(e){let n,r,i,o,s,a,c,u,h,f,p,d,m,A,E,T,C,R,S,O,L,k,x,P,N=/*overallrank*/(0==e[1]?"-":/*userrank*/e[0]?/*userrank*/e[0]:"-")+"",D=/*overallrank*/(0==e[1]?"-":/*overallrank*/e[1])+"",U=/*showicon*/"true"==e[4]&&Dr(),M=/*showicon*/"true"==e[4]&&Ur();return{c(){n=b("div"),r=b("div"),U&&U.c(),i=B(),o=b("span"),s=w(/*rankprefix*/e[3]),a=w(N),c=w("/"),u=w(D),h=B(),f=b("img"),m=B(),A=b("img"),C=B(),R=b("div"),M&&M.c(),S=B(),O=b("span"),L=w(/*prize*/e[2]),this.c=t,I(f,"part","Rank_Arror_UP"),I(f,"alt","Rank Up"),l(f.src,p="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(f,"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(f,"width","20"),I(f,"height","20"),I(f,"class",d="svg Arrow Up "+(/*userRankChanged*/e[7]&&/*isRankingUp*/e[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*/e[7]&&!/*isRankingUp*/e[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*/e[5]+" PrizeSec"),I(R,"part","Prize"),I(n,"class",x=/*displayin*/e[5]+" casino-tournaments-rank"),I(n,"part",P=/*displayin*/e[5]+" casino-tournaments-rank")},m(t,l){y(t,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,f),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),
|
|
753
|
+
/*div2_binding*/e[12](n)},p(t,[e]){/*showicon*/"true"==t[4]?U?U.p(t,e):(U=Dr(),U.c(),U.m(r,i)):U&&(U.d(1),U=null),/*rankprefix*/8&e&&H(s,/*rankprefix*/t[3]),/*overallrank, userrank*/3&e&&N!==(N=/*overallrank*/(0==t[1]?"-":/*userrank*/t[0]?/*userrank*/t[0]:"-")+"")&&H(a,N),/*overallrank*/2&e&&D!==(D=/*overallrank*/(0==t[1]?"-":/*overallrank*/t[1])+"")&&H(u,D),/*userRankChanged, isRankingUp*/384&e&&d!==(d="svg Arrow Up "+(/*userRankChanged*/t[7]&&/*isRankingUp*/t[8]?"Show":"Hidden"))&&I(f,"class",d),/*userRankChanged, isRankingUp*/384&e&&T!==(T="svg Arrow Down "+(/*userRankChanged*/t[7]&&!/*isRankingUp*/t[8]?"Show":"Hidden"))&&I(A,"class",T),/*showicon*/"true"==t[4]?M?M.p(t,e):(M=Ur(),M.c(),M.m(R,S)):M&&(M.d(1),M=null),/*prize*/4&e&&H(L,/*prize*/t[2]),/*displayin*/32&e&&k!==(k=/*displayin*/t[5]+" PrizeSec")&&I(R,"class",k),/*displayin*/32&e&&x!==(x=/*displayin*/t[5]+" casino-tournaments-rank")&&I(n,"class",x),/*displayin*/32&e&&P!==(P=/*displayin*/t[5]+" casino-tournaments-rank")&&I(n,"part",P)},i:t,o:t,d(t){t&&v(n),U&&U.d(),M&&M.d()
|
|
754
|
+
/*div2_binding*/,e[12](null)}}}function _r(t,e,n){let r,i,o,s,a,l,{rankprefix:c="#"}=e,{showicon:u="true"}=e,{tournamentid:h=""}=e,{overallrank:f="0"}=e,{userrank:p="0"}=e,{prize:d="PrizeName"}=e,{displayin:g="row"}=e,{clientstyling:m=""}=e,{clientstylingurl:A=""}=e,y=!1,v=!0;const b=t=>{t.data&&t.data.type==`TournamentRankInfo_${h}`&&E(t.data.rankInfo)},E=t=>{let e=t=>{n(0,p=t.rank),n(1,f=t.overallRank),n(2,d=t.prize)};if(!l)return l=i,void e(t);// first place bet, do not show change flag
|
|
755
|
+
i&&(n(7,y=l!=t.rank),n(8,v=l>t.rank),o=(new Date).getTime(),//reset time1, make sure userrank change more than once during 5mins
|
|
756
|
+
a=setTimeout((()=>{s=(new Date).getTime(),(s-o)/1e3>4&&n(7,y=!1),l=i}),5e3),e(t))};return D((()=>(i=null==p?void 0:parseInt(p),l=i,n(0,p=null==p?"-":p),window.addEventListener("message",b,!0),()=>{window.removeEventListener("message",b),clearTimeout(a)}))),t.$$set=t=>{"rankprefix"in t&&n(3,c=t.rankprefix),"showicon"in t&&n(4,u=t.showicon),"tournamentid"in t&&n(9,h=t.tournamentid),"overallrank"in t&&n(1,f=t.overallrank),"userrank"in t&&n(0,p=t.userrank),"prize"in t&&n(2,d=t.prize),"displayin"in t&&n(5,g=t.displayin),"clientstyling"in t&&n(10,m=t.clientstyling),"clientstylingurl"in t&&n(11,A=t.clientstylingurl)},t.$$.update=()=>{/*customStylingContainer, clientstyling*/1088&t.$$.dirty&&r&&m&&(()=>{let t=document.createElement("style");t.innerHTML=m,r.appendChild(t)})(),/*customStylingContainer, clientstylingurl*/2112&t.$$.dirty&&r&&A&&(()=>{let t=new URL(A),e=document.createElement("style");fetch(t.href).then((t=>t.text())).then((t=>{e.innerHTML=t,setTimeout((()=>{r.appendChild(e)}),1),setTimeout((()=>{}),500)}))})(),/*userrank*/1&t.$$.dirty&&(i=parseInt(p))},[p,f,d,c,u,g,r,y,v,h,m,A,function(t){M[t?"unshift":"push"]((()=>{r=t,n(6,r)}))}]}
|
|
757
|
+
/* src/CasinoTournamentsSliderController.svelte generated by Svelte v3.58.0 */
|
|
758
|
+
function Gr(t,e,n){const r=t.slice();return r[64]=e[n],r[66]=n,r}
|
|
744
759
|
// (347:4) {#if (!tournamentList )}
|
|
745
|
-
function
|
|
760
|
+
function Qr(t){let e,n,r,i,o,s,a,l,c,u=/*$_*/t[13]("tournamentsSlider.loading")+"";return{c(){var h,f,p,d;e=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*/t[1]),C(a,"clientstylingurl",/*clientstylingurl*/t[2]),I(s,"part","TournamentInfo_Rank"),I(s,"class","rank"),I(c,"part","TournamentInfo_Points"),I(c,"class","circle"),I(e,"part","TournamentLoading"),I(e,"class","TournamentInfo SearchLoading"),h=e,f="height",null===(p="200px")?h.style.removeProperty(f):h.style.setProperty(f,p,d?"important":"")},m(t,u){y(t,e,u),g(e,n),g(n,r),g(r,i),g(e,o),g(e,s),g(s,a),g(e,l),g(e,c)},p(t,e){/*$_*/8192&e[0]&&u!==(u=/*$_*/t[13]("tournamentsSlider.loading")+"")&&H(i,u),/*clientstyling*/2&e[0]&&C(a,"clientstyling",/*clientstyling*/t[1]),/*clientstylingurl*/4&e[0]&&C(a,"clientstylingurl",/*clientstylingurl*/t[2])},d(t){t&&v(e)}}}
|
|
746
761
|
// (357:4) {#if (tournamentList && tournamentList.length > 0) }
|
|
747
|
-
function
|
|
748
|
-
/*div3_binding*/
|
|
749
|
-
/*div3_binding*/
|
|
762
|
+
function Fr(t){let e,n,r,i,o,s,a,l,c,u,h,f,p,d,m,A,E,R,S=/*currentTournament*/t[7].name+"",O=/*tournamentList*/t[4],L=[];for(let e=0;e<O.length;e+=1)L[e]=jr(Gr(t,O,e));return{c(){e=b("div"),n=b("div"),r=b("span"),i=w(S),s=B(),a=b("div"),l=b("casino-tournaments-rank"),p=B(),d=b("div");for(let t=0;t<L.length;t+=1)L[t].c();I(r,"part","TournamentInfo_Name_link"),I(r,"class","TournamentNameLink"),I(r,"title",o=/*currentTournament*/t[7].name),I(n,"part","TournamentInfo_Name"),I(n,"class","name"),C(l,"displayin","col"),C(l,"showicon","false"),C(l,"userrank",c=/*currentTournament*/t[7].rank),C(l,"prize",u=/*currentTournament*/t[7].prize),C(l,"overallrank",h=/*currentTournament*/t[7].overallRank),C(l,"tournamentid",f=/*currentTournament*/t[7].id),C(l,"clientstyling",/*clientstyling*/t[1]),C(l,"clientstylingurl",/*clientstylingurl*/t[2]),I(a,"part","TournamentInfo_Rank"),I(a,"class","rank"),I(d,"part","TournamentInfo_Points"),I(d,"class","circle"),I(e,"part","TournamentInfo"),I(e,"class","TournamentInfo")},m(o,c){y(o,e,c),g(e,n),g(n,r),g(r,i),g(e,s),g(e,a),g(a,l),g(e,p),g(e,d);for(let t=0;t<L.length;t+=1)L[t]&&L[t].m(d,null);
|
|
763
|
+
/*div3_binding*/t[27](e),A=!0,E||(R=T(r,"click",/*click_handler_1*/t[26]),E=!0)},p(t,e){if((!A||/*currentTournament*/128&e[0])&&S!==(S=/*currentTournament*/t[7].name+"")&&H(i,S),(!A||/*currentTournament*/128&e[0]&&o!==(o=/*currentTournament*/t[7].name))&&I(r,"title",o),(!A||/*currentTournament*/128&e[0]&&c!==(c=/*currentTournament*/t[7].rank))&&C(l,"userrank",c),(!A||/*currentTournament*/128&e[0]&&u!==(u=/*currentTournament*/t[7].prize))&&C(l,"prize",u),(!A||/*currentTournament*/128&e[0]&&h!==(h=/*currentTournament*/t[7].overallRank))&&C(l,"overallrank",h),(!A||/*currentTournament*/128&e[0]&&f!==(f=/*currentTournament*/t[7].id))&&C(l,"tournamentid",f),(!A||/*clientstyling*/2&e[0])&&C(l,"clientstyling",/*clientstyling*/t[1]),(!A||/*clientstylingurl*/4&e[0])&&C(l,"clientstylingurl",/*clientstylingurl*/t[2]),/*currentTournamentIdx, tournamentList*/48&e[0]){let n;for(O=/*tournamentList*/t[4],n=0;n<O.length;n+=1){const r=Gr(t,O,n);L[n]?L[n].p(r,e):(L[n]=jr(r),L[n].c(),L[n].m(d,null))}for(;n<L.length;n+=1)L[n].d(1);L.length=O.length}},i(t){A||(j((()=>{A&&(m||(m=et(e,st,{delay:250,duration:300},!0)),m.run(1))})),A=!0)},o(t){m||(m=et(e,st,{delay:250,duration:300},!1)),m.run(0),A=!1},d(n){n&&v(e),function(t,e){for(let n=0;n<t.length;n+=1)t[n]&&t[n].d(e)}(L,n),
|
|
764
|
+
/*div3_binding*/t[27](null),n&&m&&m.end(),E=!1,R()}}}
|
|
750
765
|
// (366:10) {#each tournamentList as item, idx}
|
|
751
|
-
function
|
|
766
|
+
function jr(t){let e,n,r;return{c(){e=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(e,"class",r=/*currentTournamentIdx*/t[5]==/*idx*/t[66]?"active":""),I(e,"width","6"),I(e,"height","5"),I(e,"viewBox","0 0 6 5"),I(e,"fill","none"),I(e,"xmlns","http://www.w3.org/2000/svg")},m(t,r){y(t,e,r),g(e,n)},p(t,n){/*currentTournamentIdx*/32&n[0]&&r!==(r=/*currentTournamentIdx*/t[5]==/*idx*/t[66]?"active":"")&&I(e,"class",r)},d(t){t&&v(e)}}}
|
|
752
767
|
// (378:6) {#if isLast}
|
|
753
|
-
function
|
|
754
|
-
/*div2_binding*/,
|
|
755
|
-
/*section_binding*/
|
|
756
|
-
/*div5_binding*/
|
|
757
|
-
/*div2_binding*/,
|
|
758
|
-
/*section_binding*/
|
|
759
|
-
/*div5_binding*/
|
|
768
|
+
function zr(t){let e,n;return{c(){e=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(e,"width","6"),I(e,"height","10"),I(e,"fill","currentColor"),I(e,"viewBox","0 0 6 10"),I(e,"xmlns","http://www.w3.org/2000/svg")},m(t,r){y(t,e,r),g(e,n)},d(t){t&&v(e)}}}function Jr(e){let n,r,o,s,a,l,c,u,h,f,p,d,m,A,w,C,H,S,O,L,k,x,P,N,D,U,M,_,G=!/*tournamentList*/e[4]&&Qr(e),Q=/*tournamentList*/e[4]&&/*tournamentList*/e[4].length>0&&Fr(e),F=/*isLast*/e[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(),f=b("div"),p=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=t,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*/e[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(p,"width","6"),I(p,"height","10"),I(p,"fill","currentColor"),I(p,"viewBox","0 0 6 10"),I(p,"xmlns","http://www.w3.org/2000/svg"),I(f,"part","Tournaments_ArrowRight"),I(f,"class","ArrowRight"),I(r,"part","Tournaments"),I(r,"class","casino-tournaments-slider-controller"),I(S,"width",/*iconsize*/e[0]),I(S,"height",/*iconsize*/e[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*/e[12]),I(H,"width",/*iconsize*/e[0]),I(H,"height",/*iconsize*/e[0]),I(H,"viewBox",P=`0 0 ${/*iconsize*/e[0]} ${/*iconsize*/e[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(t,i){y(t,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,f),g(f,p),g(p,d),g(f,m),F&&F.m(f,null)
|
|
769
|
+
/*div2_binding*/,e[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),
|
|
770
|
+
/*section_binding*/e[30](w),
|
|
771
|
+
/*div5_binding*/e[32](n),U=!0,M||(_=[T(o,"click",/*click_handler*/e[25]),T(f,"click",/*click_handler_2*/e[28]),T(w,"click",/*click_handler_3*/e[31])],M=!0)},p(t,e){(!U||/*isFirst*/256&e[0]&&l!==(l="ArrowLeft "+(/*isFirst*/t[8]?"Disabled":"")))&&I(o,"class",l),/*tournamentList*/t[4]?G&&(G.d(1),G=null):G?G.p(t,e):(G=Qr(t),G.c(),G.m(r,u)),/*tournamentList*/t[4]&&/*tournamentList*/t[4].length>0?Q?(Q.p(t,e),/*tournamentList*/16&e[0]&&W(Q,1)):(Q=Fr(t),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*/t[9]?F||(F=zr(),F.c(),F.m(f,null)):F&&(F.d(1),F=null),(!U||/*iconsize*/1&e[0])&&I(S,"width",/*iconsize*/t[0]),(!U||/*iconsize*/1&e[0])&&I(S,"height",/*iconsize*/t[0]),(!U||/*iconHref*/4096&e[0])&&R(x,"xlink:href",/*iconHref*/t[12]),(!U||/*iconsize*/1&e[0])&&I(H,"width",/*iconsize*/t[0]),(!U||/*iconsize*/1&e[0])&&I(H,"height",/*iconsize*/t[0]),(!U||/*iconsize*/1&e[0]&&P!==(P=`0 0 ${/*iconsize*/t[0]} ${/*iconsize*/t[0]}`))&&I(H,"viewBox",P)},i(t){U||(W(Q),U=!0)},o(t){$(Q),U=!1},d(t){t&&v(n),G&&G.d(),Q&&Q.d(),F&&F.d()
|
|
772
|
+
/*div2_binding*/,e[29](null),
|
|
773
|
+
/*section_binding*/e[30](null),
|
|
774
|
+
/*div5_binding*/e[32](null),M=!1,i(_)}}}!customElements.get("casino-tournaments-rank")&&customElements.define("casino-tournaments-rank",class extends ot{constructor(t){super();const e=document.createElement("style");e.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(e),it(this,{target:this.shadowRoot,props:S(this.attributes),customElement:!0},_r,Mr,s,{rankprefix:3,showicon:4,tournamentid:9,overallrank:1,userrank:0,prize:2,displayin:5,clientstyling:10,clientstylingurl:11},null),t&&(t.target&&y(t.target,this,t.anchor),t.props&&(this.$set(t.props),K()))}static get observedAttributes(){return["rankprefix","showicon","tournamentid","overallrank","userrank","prize","displayin","clientstyling","clientstylingurl"]}get rankprefix(){return this.$$.ctx[3]}set rankprefix(t){this.$$set({rankprefix:t}),K()}get showicon(){return this.$$.ctx[4]}set showicon(t){this.$$set({showicon:t}),K()}get tournamentid(){return this.$$.ctx[9]}set tournamentid(t){this.$$set({tournamentid:t}),K()}get overallrank(){return this.$$.ctx[1]}set overallrank(t){this.$$set({overallrank:t}),K()}get userrank(){return this.$$.ctx[0]}set userrank(t){this.$$set({userrank:t}),K()}get prize(){return this.$$.ctx[2]}set prize(t){this.$$set({prize:t}),K()}get displayin(){return this.$$.ctx[5]}set displayin(t){this.$$set({displayin:t}),K()}get clientstyling(){return this.$$.ctx[10]}set clientstyling(t){this.$$set({clientstyling:t}),K()}get clientstylingurl(){return this.$$.ctx[11]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),K()}});function Xr(t,e,n){let r,i;var o,s;o=Or,s=t=>n(13,i=t),t.$$.on_destroy.push(c(o,s));let a,l,u,h,f,p,d,{session:g=""}=e,{endpoint:m=""}=e,{lang:A="en"}=e,{tournamentsshownnumber:y=5}=e,{looptime:v="5"}=e,{iconsize:b="9"}=e,{icon:E=""}=e,{clientstyling:w=""}=e,{clientstylingurl:B=""}=e,{translationurl:T=""}=e,I=[],C=0,R=!0,H=!1,S=null,O=null,L=!1;!function({withLocale:t,translations:e}){yr.subscribe((n=>{null==n&&(er.set(e),yr.set(t))}));// maybe we will need this to make sure that the i18n is set up only once
|
|
760
775
|
/*dictionary.set(translations);
|
|
761
|
-
locale.set(_locale);*/}({withLocale:"en",translations:{}});Object.keys(Mr).forEach((e=>{Dr(e,Mr[e])}));const L=e=>{e.data&&"TournamentList"==e.data.type&&n(4,I=e.data.tournamentList)},x=()=>{var e;e=A,Br.set(e)},P=()=>{clearInterval(p),p=setInterval((()=>{k||0!==I.length&&(_.curTournament.hide(),setTimeout((()=>{n(5,C=(C+1)%I.length),_.curTournament.show()}),450))}),1e3*Number(v))},N=e=>{_.curTournament.hide(),P(),e>0&&H&&j(),e>0&&H||e<0&&R||setTimeout((()=>{n(5,C+=e),_.curTournament.show()}),450)},M=e=>setTimeout((()=>e()),1e3),_={icon:{init(){n(10,f.style.transition="all 1s ease-in-out",f)},show(){n(10,f.style.display="flex",f),M((()=>n(10,f.style.opacity="1",f)))},hide(){n(10,f.style.display="none",f),n(10,f.style.opacity="0",f)}},slider:{init(){n(6,h.style.transition="all 1s ease-in-out",h)},show(){n(6,h.style.opacity="1",h),n(6,h.style.transform=null,h),document.querySelector("body").style["overflow-x"]="hidden"},hide(){this.init(),n(6,h.style.opacity="0",h),n(6,h.style.transform=`translateX(${h.clientWidth+20}px)`,h),M((()=>document.querySelector("body").setAttribute("style",null)))}},curTournament:{init(){n(11,d.style.transition="all 300ms linear",d)},show(){n(11,d.style.opacity="1",d)},hide(){this.init(),n(11,d.style.opacity="0",d)}}},G=()=>{_.slider.show(),_.icon.hide(),k=!1},j=()=>{_.slider.hide(),_.icon.show(),k=!0},Q=e=>({id:e.tournament.id,name:e.tournament.nameOrTitle,rank:e.leaderBoard?e.leaderBoard.rank:"-",overallRank:e.endRank,prize:e.leaderBoard&&e.leaderBoard.prizeName?e.leaderBoard.prizeName:"-"}),F=e=>{window.postMessage({type:"MyTournamentFromNavClicked",tournamentid:e,showLeaderboard:!0},window.location.href)},z=(e,t,n)=>(e.append("pagination",`offset=${t},limit=${n}`),e.append("sortField","StartTime"),e.append("sortOrder","desc"),e.append("fields","id,nameOrTitle,state"),e.append("language",A),e.append("filter","state=Running"),e),J=e=>{let t=Q(e),r=I.findIndex((e=>e.id==t.id));C==r&&window.postMessage({type:`TournamentRankInfo_${t.id}}`,rankInfo:{rank:t.rank,overallRank:t.overallRank,prize:t.prize}}),n(4,I[r]=t,I)},X=e=>{if(e.data)try{let t=e.data,n=JSON.parse(t);"PlayerLeaderBoardsUpdate"==n.messageType&&n.items?n.items.forEach(((e,t)=>{J(e)})):"PlayerLeaderBoardUpdate"==n.messageType&&n.item&&J(n.item)}catch(e){console.log(e)}},K=e=>{const t=(e=>e.touches||e.originalEvent.touches)(e)[0];S=t.clientX,O=t.clientY},Z=e=>{if(!S||!O)return;let t=e.touches[0].clientX,n=e.touches[0].clientY,r=S-t,i=O-n;Math.abs(r)>Math.abs(i)&&N(r>0?1:-1),S=null,O=null},V=()=>{if(!m||!g)return;let e=new URL(`${m}/tournaments/leaderboard/player`),t=new Headers;z(e.searchParams,0,y),g&&t.append("X-SessionID",g),fetch(e,{method:"GET",headers:t}).then((e=>e.json())).then((e=>{if(!e.items)return;n(4,I=[]),e.items.forEach(((e,t)=>{I.push(Q(e))})),n(7,l=I[C]),(()=>{if(!m)return;u&&(u.removeEventListener("message",X),u.close());let e=new URL(`${m}/tournaments/leaderboard/player/updates`);z(e.searchParams,0,y),u=new Ur.EventSourcePolyfill(e.href,{headers:{accept:"text/event-stream","X-SessionId":g}}),void 0!==u&&u.addEventListener("message",X)})(),P()}))};let Y=!1;D((()=>(n(24,Y=!0),window.addEventListener("message",L,!1),setTimeout((()=>{n(17,A="tr")}),5e3),()=>{clearInterval(p),window.removeEventListener("message",L),u&&u.removeEventListener("message",X),h.removeEventListener("touchstart",K),h.removeEventListener("touchmove",Z)})));return e.$$set=e=>{"session"in e&&n(18,g=e.session),"endpoint"in e&&n(19,m=e.endpoint),"lang"in e&&n(17,A=e.lang),"tournamentsshownnumber"in e&&n(20,y=e.tournamentsshownnumber),"looptime"in e&&n(21,v=e.looptime),"iconsize"in e&&n(0,b=e.iconsize),"icon"in e&&n(22,w=e.icon),"clientstyling"in e&&n(1,E=e.clientstyling),"clientstylingurl"in e&&n(2,B=e.clientstylingurl),"translationurl"in e&&n(23,T=e.translationurl)},e.$$.update=()=>{/*customStylingContainer, clientstyling*/10&e.$$.dirty[0]&&a&&E&&(()=>{let e=document.createElement("style");e.innerHTML=E,a.appendChild(e)})(),/*customStylingContainer, clientstylingurl*/12&e.$$.dirty[0]&&a&&B&&(()=>{let e=new URL(B),t=document.createElement("style");fetch(e.href).then((e=>e.text())).then((e=>{t.innerHTML=e,setTimeout((()=>{a.appendChild(t)}),1),setTimeout((()=>{}),500)}))})(),/*icon*/4194304&e.$$.dirty[0]&&n(12,r=w||"\n data:image/png;base64,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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&e.$$.dirty[0]&&Y&&m&&y&&A&&V(),/*tourSlider*/64&e.$$.dirty[0]&&h&&(h.addEventListener("touchstart",K,{passive:!0}),h.addEventListener("touchmove",Z,{passive:!0})),/*session*/262144&e.$$.dirty[0]&&g&&g.length,/*lang*/131072&e.$$.dirty[0]&&A&&x(),/*translationurl*/8388608&e.$$.dirty[0]&&T&&fetch(T).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{Dr(t,e[t])}))})).catch((e=>{console.log(e)})),/*tournamentList, currentTournamentIdx*/48&e.$$.dirty[0]&&n(7,l=I[C]),/*currentTournamentIdx, tournamentList*/48&e.$$.dirty[0]&&n(9,H=C==I.length-1),/*currentTournamentIdx*/32&e.$$.dirty[0]&&n(8,R=0==C)},[b,E,B,a,I,C,h,l,R,H,f,d,r,i,N,G,F,A,g,m,y,v,w,T,Y,()=>N(-1),()=>F(l.id),function(e){U[e?"unshift":"push"]((()=>{d=e,n(11,d)}))},()=>N(1),function(e){U[e?"unshift":"push"]((()=>{h=e,n(6,h)}))},function(e){U[e?"unshift":"push"]((()=>{f=e,n(10,f)}))},()=>G(),function(e){U[e?"unshift":"push"]((()=>{a=e,n(3,a)}))}]}class Yr extends ie{constructor(e){super(),this.shadowRoot.innerHTML="<style>.casino-tournaments-slider-controller{position:relative;width:100%;background:#212223;color:#fff;display:inline-flex;padding:10px 5px;border:1px solid #ff8364;border-radius:5px;min-height:70px;-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5)}.TournamentInfo{width:calc(100% - 4px);padding:2px;display:flex;flex-direction:column;justify-content:center}.TournamentInfo .name{white-space:nowrap;width:99%;text-align:center;text-transform:capitalize;font-size:11px;margin-bottom:5px;cursor:pointer;overflow:hidden;text-overflow:ellipsis}.TournamentInfo .TournamentNameLink{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.TournamentInfo .circle{text-align:center;height:7px;height:5px;margin-top:3px}.TournamentInfo .circle svg{color:#C4C4C4;margin:0 2px;vertical-align:top;margin-top:3px}.TournamentInfo .circle svg.active{color:white}.ArrowLeft{left:1px}.ArrowRight{right:1px}.ArrowLeft,.ArrowRight{position:absolute;cursor:pointer;top:calc(50% - 7px);margin:0px;display:flex;width:7px}.ArrowLeft.Disabled svg{color:darkgrey}.ArrowLeft svg,.ArrowRight svg{vertical-align:middle;width:11px;height:11px;color:#FF8364}section#animator{position:absolute;right:0;top:0;opacity:0;display:none;cursor:pointer;text-align:center;align-items:center;flex-direction:column}section#animator .restoreButton{color:#000;display:inline-flex}casino-tournaments-rank::part(Rank),casino-tournaments-rank::part(Prize){background-color:transparent;padding:0px;margin:0px;line-height:14px}casino-tournaments-rank::part(RankText),casino-tournaments-rank::part(PrizeText){line-height:16px;margin:auto}casino-tournaments-rank::part(Rank_Arror_UP),casino-tournaments-rank::part(Rank_Arror_Down){padding:0px 3px}casino-tournaments-rank::part(PrizeText){font-weight:normal}casino-tournaments-rank::part(Rank){color:#ff8364;font-size:10px}casino-tournaments-rank::part(Prize){color:#fdd500;font-size:10px}</style>",re(this,{target:this.shadowRoot,props:S(this.attributes),customElement:!0},Vr,Zr,s,{session:18,endpoint:19,lang:17,tournamentsshownnumber:20,looptime:21,iconsize:0,icon:22,clientstyling:1,clientstylingurl:2,translationurl:23},null,[-1,-1,-1]),e&&(e.target&&y(e.target,this,e.anchor),e.props&&(this.$set(e.props),K()))}static get observedAttributes(){return["session","endpoint","lang","tournamentsshownnumber","looptime","iconsize","icon","clientstyling","clientstylingurl","translationurl"]}get session(){return this.$$.ctx[18]}set session(e){this.$$set({session:e}),K()}get endpoint(){return this.$$.ctx[19]}set endpoint(e){this.$$set({endpoint:e}),K()}get lang(){return this.$$.ctx[17]}set lang(e){this.$$set({lang:e}),K()}get tournamentsshownnumber(){return this.$$.ctx[20]}set tournamentsshownnumber(e){this.$$set({tournamentsshownnumber:e}),K()}get looptime(){return this.$$.ctx[21]}set looptime(e){this.$$set({looptime:e}),K()}get iconsize(){return this.$$.ctx[0]}set iconsize(e){this.$$set({iconsize:e}),K()}get icon(){return this.$$.ctx[22]}set icon(e){this.$$set({icon:e}),K()}get clientstyling(){return this.$$.ctx[1]}set clientstyling(e){this.$$set({clientstyling:e}),K()}get clientstylingurl(){return this.$$.ctx[2]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),K()}get translationurl(){return this.$$.ctx[23]}set translationurl(e){this.$$set({translationurl:e}),K()}}return!customElements.get("casino-tournaments-slider-controller")&&customElements.define("casino-tournaments-slider-controller",Yr),Yr}));
|
|
776
|
+
locale.set(_locale);*/}({withLocale:"en",translations:{}});Object.keys(kr).forEach((t=>{Lr(t,kr[t])}));const k=t=>{t.data&&"TournamentList"==t.data.type&&n(4,I=t.data.tournamentList)},x=()=>{var t;t=A,yr.set(t)},P=()=>{clearInterval(f),f=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,p.style.transition="all 1s ease-in-out",p)},show(){n(10,p.style.display="flex",p),U((()=>n(10,p.style.opacity="1",p)))},hide(){n(10,p.style.display="none",p),n(10,p.style.opacity="0",p)}},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 xr.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(f),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=>{Lr(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,p,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"]((()=>{p=t,n(10,p)}))},()=>G(),function(t){M[t?"unshift":"push"]((()=>{a=t,n(3,a)}))}]}class Kr 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},Xr,Jr,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",Kr),Kr}));
|
|
762
777
|
//# sourceMappingURL=casino-tournaments-slider-controller.js.map
|