@everymatrix/casino-my-games 1.8.3 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/casino-my-games.js +257 -250
- package/dist/casino-my-games.js.map +1 -1
- package/package.json +2 -2
- package/src/CasinoMyGames.svelte +19 -1
package/dist/casino-my-games.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).app=t()}(this,(function(){"use strict";function e(){}function t(e){return e()}function n(){return Object.create(null)}function r(e){e.forEach(t)}function i(e){return"function"==typeof e}function a(e,t){return e!=e?t==t:e!==t||e&&"object"==typeof e||"function"==typeof e}let s,o;function l(e,t){return s||(s=document.createElement("a")),s.href=t,e===s.href}function c(t,...n){if(null==t)return e;const r=t.subscribe(...n);return r.unsubscribe?()=>r.unsubscribe():r}function u(e,t,n){e.$$.on_destroy.push(c(t,n))}function d(e,t){e.appendChild(t)}function h(e,t,n){e.insertBefore(t,n||null)}function m(e){e.parentNode.removeChild(e)}function f(e,t){for(let n=0;n<e.length;n+=1)e[n]&&e[n].d(t)}function p(e){return document.createElement(e)}function g(e){return document.createElementNS("http://www.w3.org/2000/svg",e)}function y(e){return document.createTextNode(e)}function v(){return y(" ")}function b(){return y("")}function w(e,t,n,r){return e.addEventListener(t,n,r),()=>e.removeEventListener(t,n,r)}function _(e,t,n){null==n?e.removeAttribute(t):e.getAttribute(t)!==n&&e.setAttribute(t,n)}function x(e,t,n){t in e?e[t]="boolean"==typeof e[t]&&""===n||n:_(e,t,n)}function $(e,t){t=""+t,e.wholeText!==t&&(e.data=t)}
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).app=t()}(this,(function(){"use strict";function e(){}function t(e){return e()}function n(){return Object.create(null)}function r(e){e.forEach(t)}function i(e){return"function"==typeof e}function a(e,t){return e!=e?t==t:e!==t||e&&"object"==typeof e||"function"==typeof e}let s,o;function l(e,t){return s||(s=document.createElement("a")),s.href=t,e===s.href}function c(t,...n){if(null==t)return e;const r=t.subscribe(...n);return r.unsubscribe?()=>r.unsubscribe():r}function u(e,t,n){e.$$.on_destroy.push(c(t,n))}function d(e,t){e.appendChild(t)}function h(e,t,n){e.insertBefore(t,n||null)}function m(e){e.parentNode.removeChild(e)}function f(e,t){for(let n=0;n<e.length;n+=1)e[n]&&e[n].d(t)}function p(e){return document.createElement(e)}function g(e){return document.createElementNS("http://www.w3.org/2000/svg",e)}function y(e){return document.createTextNode(e)}function v(){return y(" ")}function b(){return y("")}function w(e,t,n,r){return e.addEventListener(t,n,r),()=>e.removeEventListener(t,n,r)}function _(e,t,n){null==n?e.removeAttribute(t):e.getAttribute(t)!==n&&e.setAttribute(t,n)}function x(e,t,n){t in e?e[t]="boolean"==typeof e[t]&&""===n||n:_(e,t,n)}function $(e,t){t=""+t,e.wholeText!==t&&(e.data=t)}class S{constructor(e=!1){this.is_svg=!1,this.is_svg=e,this.e=this.n=null}c(e){this.h(e)}m(e,t,n=null){this.e||(this.is_svg?this.e=g(t.nodeName):this.e=p(t.nodeName),this.t=t,this.c(e)),this.i(n)}h(e){this.e.innerHTML=e,this.n=Array.from(this.e.childNodes)}i(e){for(let t=0;t<this.n.length;t+=1)h(this.t,this.n[t],e)}p(e){this.d(),this.h(e),this.i(this.a)}d(){this.n.forEach(m)}}function C(e){const t={};for(const n of e)t[n.name]=n.value;return t}function T(e){o=e}function M(e){(function(){if(!o)throw new Error("Function called outside component initialization");return o})().$$.on_mount.push(e)}const E=[],F=[],k=[],L=[],G=Promise.resolve();let P=!1;function I(){P||(P=!0,G.then(N))}function D(){return I(),G}function O(e){k.push(e)}
|
|
2
2
|
// flush() calls callbacks in this order:
|
|
3
3
|
// 1. All beforeUpdate callbacks, in order: parents before children
|
|
4
4
|
// 2. All bind:this callbacks, in reverse order: children before parents.
|
|
@@ -17,34 +17,34 @@
|
|
|
17
17
|
// 3. During afterUpdate, any updated components will NOT have their afterUpdate
|
|
18
18
|
// callback called a second time; the seen_callbacks set, outside the flush()
|
|
19
19
|
// function, guarantees this behavior.
|
|
20
|
-
const
|
|
21
|
-
function
|
|
20
|
+
const A=new Set;let R=0;// Do *not* move this inside the flush() function
|
|
21
|
+
function N(){const e=o;do{
|
|
22
22
|
// first, call beforeUpdate functions
|
|
23
23
|
// and update components
|
|
24
|
-
for(;R<
|
|
24
|
+
for(;R<E.length;){const e=E[R];R++,T(e),H(e.$$)}for(T(null),E.length=0,R=0;F.length;)F.pop()();
|
|
25
25
|
// then, once components are updated, call
|
|
26
26
|
// afterUpdate functions. This may cause
|
|
27
27
|
// subsequent updates...
|
|
28
|
-
for(let e=0;e<
|
|
28
|
+
for(let e=0;e<k.length;e+=1){const t=k[e];A.has(t)||(
|
|
29
29
|
// ...so guard against infinite loops
|
|
30
|
-
|
|
30
|
+
A.add(t),t())}k.length=0}while(E.length);for(;L.length;)L.pop()();P=!1,A.clear(),T(e)}function H(e){if(null!==e.fragment){e.update(),r(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach(O)}}const B=new Set;function U(a,s,l,c,u,d,h,f=[-1]){const p=o;T(a);const g=a.$$={fragment:null,ctx:null,
|
|
31
31
|
// state
|
|
32
32
|
props:d,update:e,not_equal:u,bound:n(),
|
|
33
33
|
// lifecycle
|
|
34
34
|
on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(s.context||(p?p.$$.context:[])),
|
|
35
35
|
// everything else
|
|
36
|
-
callbacks:n(),dirty:f,skip_bound:!1,root:s.target||p.$$.root};h&&h(g.root);let y=!1;if(g.ctx=l?l(a,s.props||{},((e,t,...n)=>{const r=n.length?n[0]:t;return g.ctx&&u(g.ctx[e],g.ctx[e]=r)&&(!g.skip_bound&&g.bound[e]&&g.bound[e](r),y&&function(e,t){-1===e.$$.dirty[0]&&(
|
|
36
|
+
callbacks:n(),dirty:f,skip_bound:!1,root:s.target||p.$$.root};h&&h(g.root);let y=!1;if(g.ctx=l?l(a,s.props||{},((e,t,...n)=>{const r=n.length?n[0]:t;return g.ctx&&u(g.ctx[e],g.ctx[e]=r)&&(!g.skip_bound&&g.bound[e]&&g.bound[e](r),y&&function(e,t){-1===e.$$.dirty[0]&&(E.push(e),I(),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}(a,e)),t})):[],g.update(),y=!0,r(g.before_update),
|
|
37
37
|
// `false` as a special case of no DOM component
|
|
38
38
|
g.fragment=!!c&&c(g.ctx),s.target){if(s.hydrate){const e=function(e){return Array.from(e.childNodes)}(s.target);
|
|
39
39
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
40
40
|
g.fragment&&g.fragment.l(e),e.forEach(m)}else
|
|
41
41
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
42
|
-
g.fragment&&g.fragment.c();s.intro&&((v=a.$$.fragment)&&v.i&&(
|
|
42
|
+
g.fragment&&g.fragment.c();s.intro&&((v=a.$$.fragment)&&v.i&&(B.delete(v),v.i(b))),function(e,n,a,s){const{fragment:o,on_mount:l,on_destroy:c,after_update:u}=e.$$;o&&o.m(n,a),s||
|
|
43
43
|
// onMount happens before the initial afterUpdate
|
|
44
|
-
|
|
44
|
+
O((()=>{const n=l.map(t).filter(i);c?c.push(...n):
|
|
45
45
|
// Edge case - component was destroyed immediately,
|
|
46
46
|
// most likely as a result of a binding initialising
|
|
47
|
-
r(n),e.$$.on_mount=[]})),u.forEach(
|
|
47
|
+
r(n),e.$$.on_mount=[]})),u.forEach(O)}(a,s.target,s.anchor,s.customElement),N()}var v,b;T(p)}let Y;"function"==typeof HTMLElement&&(Y=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){const{on_mount:e}=this.$$;this.$$.on_disconnect=e.map(t).filter(i);
|
|
48
48
|
// @ts-ignore todo: improve typings
|
|
49
49
|
for(const e in this.$$.slotted)
|
|
50
50
|
// @ts-ignore todo: improve typings
|
|
@@ -53,9 +53,9 @@ this.appendChild(this.$$.slotted[e])}attributeChangedCallback(e,t,n){this[e]=n}d
|
|
|
53
53
|
// preserve final state?)
|
|
54
54
|
n.on_destroy=n.fragment=null,n.ctx=[])}(this,1),this.$destroy=e}$on(e,t){
|
|
55
55
|
// TODO should this delegate to addEventListener?
|
|
56
|
-
const n=this.$$.callbacks[e]||(this.$$.callbacks[e]=[]);return n.push(t),()=>{const e=n.indexOf(t);-1!==e&&n.splice(e,1)}}$set(e){var t;this.$$set&&(t=e,0!==Object.keys(t).length)&&(this.$$.skip_bound=!0,this.$$set(e),this.$$.skip_bound=!1)}});var
|
|
56
|
+
const n=this.$$.callbacks[e]||(this.$$.callbacks[e]=[]);return n.push(t),()=>{const e=n.indexOf(t);-1!==e&&n.splice(e,1)}}$set(e){var t;this.$$set&&(t=e,0!==Object.keys(t).length)&&(this.$$.skip_bound=!0,this.$$set(e),this.$$.skip_bound=!1)}});var j="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||void 0!==j&&j,z="URLSearchParams"in j,W="Symbol"in j&&"iterator"in Symbol,V="FileReader"in j&&"Blob"in j&&function(){try{return new Blob,!0}catch(e){return!1}}(),Z="FormData"in j,K="ArrayBuffer"in j;if(K)var X=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],q=ArrayBuffer.isView||function(e){return e&&X.indexOf(Object.prototype.toString.call(e))>-1};function J(e){if("string"!=typeof e&&(e=String(e)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(e)||""===e)throw new TypeError('Invalid character in header field name: "'+e+'"');return e.toLowerCase()}function Q(e){return"string"!=typeof e&&(e=String(e)),e}
|
|
57
57
|
// Build a destructive iterator for the value list
|
|
58
|
-
function
|
|
58
|
+
function ee(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return W&&(t[Symbol.iterator]=function(){return t}),t}function te(e){this.map={},e instanceof te?e.forEach((function(e,t){this.append(t,e)}),this):Array.isArray(e)?e.forEach((function(e){this.append(e[0],e[1])}),this):e&&Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}function ne(e){if(e.bodyUsed)return Promise.reject(new TypeError("Already read"));e.bodyUsed=!0}function re(e){return new Promise((function(t,n){e.onload=function(){t(e.result)},e.onerror=function(){n(e.error)}}))}function ie(e){var t=new FileReader,n=re(t);return t.readAsArrayBuffer(e),n}function ae(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function se(){return this.bodyUsed=!1,this._initBody=function(e){var t;
|
|
59
59
|
/*
|
|
60
60
|
fetch-mock wraps the Response object in an ES6 Proxy to
|
|
61
61
|
provide useful test harness features such as flush. However, on
|
|
@@ -66,21 +66,21 @@ function te(e){var t={next:function(){var t=e.shift();return{done:void 0===t,val
|
|
|
66
66
|
semantic of setting Request.bodyUsed in the constructor before
|
|
67
67
|
_initBody is called.
|
|
68
68
|
*/
|
|
69
|
-
this.bodyUsed=this.bodyUsed,this._bodyInit=e,e?"string"==typeof e?this._bodyText=e:
|
|
69
|
+
this.bodyUsed=this.bodyUsed,this._bodyInit=e,e?"string"==typeof e?this._bodyText=e:V&&Blob.prototype.isPrototypeOf(e)?this._bodyBlob=e:Z&&FormData.prototype.isPrototypeOf(e)?this._bodyFormData=e:z&&URLSearchParams.prototype.isPrototypeOf(e)?this._bodyText=e.toString():K&&V&&((t=e)&&DataView.prototype.isPrototypeOf(t))?(this._bodyArrayBuffer=ae(e.buffer),
|
|
70
70
|
// IE 10-11 can't handle a DataView body.
|
|
71
|
-
this._bodyInit=new Blob([this._bodyArrayBuffer])):
|
|
71
|
+
this._bodyInit=new Blob([this._bodyArrayBuffer])):K&&(ArrayBuffer.prototype.isPrototypeOf(e)||q(e))?this._bodyArrayBuffer=ae(e):this._bodyText=e=Object.prototype.toString.call(e):this._bodyText="",this.headers.get("content-type")||("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):z&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},V&&(this.blob=function(){var e=ne(this);if(e)return e;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){if(this._bodyArrayBuffer){var e=ne(this);return e||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}return this.blob().then(ie)}),this.text=function(){var e,t,n,r=ne(this);if(r)return r;if(this._bodyBlob)return e=this._bodyBlob,t=new FileReader,n=re(t),t.readAsText(e),n;if(this._bodyArrayBuffer)return Promise.resolve(function(e){for(var t=new Uint8Array(e),n=new Array(t.length),r=0;r<t.length;r++)n[r]=String.fromCharCode(t[r]);return n.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},Z&&(this.formData=function(){return this.text().then(ce)}),this.json=function(){return this.text().then(JSON.parse)},this}
|
|
72
72
|
// HTTP methods whose capitalization should be normalized
|
|
73
|
-
|
|
73
|
+
te.prototype.append=function(e,t){e=J(e),t=Q(t);var n=this.map[e];this.map[e]=n?n+", "+t:t},te.prototype.delete=function(e){delete this.map[J(e)]},te.prototype.get=function(e){return e=J(e),this.has(e)?this.map[e]:null},te.prototype.has=function(e){return this.map.hasOwnProperty(J(e))},te.prototype.set=function(e,t){this.map[J(e)]=Q(t)},te.prototype.forEach=function(e,t){for(var n in this.map)this.map.hasOwnProperty(n)&&e.call(t,this.map[n],n,this)},te.prototype.keys=function(){var e=[];return this.forEach((function(t,n){e.push(n)})),ee(e)},te.prototype.values=function(){var e=[];return this.forEach((function(t){e.push(t)})),ee(e)},te.prototype.entries=function(){var e=[];return this.forEach((function(t,n){e.push([n,t])})),ee(e)},W&&(te.prototype[Symbol.iterator]=te.prototype.entries);var oe=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function le(e,t){if(!(this instanceof le))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');var n,r,i=(t=t||{}).body;if(e instanceof le){if(e.bodyUsed)throw new TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new te(e.headers)),this.method=e.method,this.mode=e.mode,this.signal=e.signal,i||null==e._bodyInit||(i=e._bodyInit,e.bodyUsed=!0)}else this.url=String(e);if(this.credentials=t.credentials||this.credentials||"same-origin",!t.headers&&this.headers||(this.headers=new te(t.headers)),this.method=(n=t.method||this.method||"GET",r=n.toUpperCase(),oe.indexOf(r)>-1?r:n),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&i)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(i),!("GET"!==this.method&&"HEAD"!==this.method||"no-store"!==t.cache&&"no-cache"!==t.cache)){
|
|
74
74
|
// Search for a '_' parameter in the query string
|
|
75
75
|
var a=/([?&])_=[^&]*/;if(a.test(this.url))
|
|
76
76
|
// If it already exists then set the value with the current time
|
|
77
|
-
this.url=this.url.replace(a,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function
|
|
77
|
+
this.url=this.url.replace(a,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function ce(e){var t=new FormData;return e.trim().split("&").forEach((function(e){if(e){var n=e.split("="),r=n.shift().replace(/\+/g," "),i=n.join("=").replace(/\+/g," ");t.append(decodeURIComponent(r),decodeURIComponent(i))}})),t}function ue(e,t){if(!(this instanceof ue))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');t||(t={}),this.type="default",this.status=void 0===t.status?200:t.status,this.ok=this.status>=200&&this.status<300,this.statusText=void 0===t.statusText?"":""+t.statusText,this.headers=new te(t.headers),this.url=t.url||"",this._initBody(e)}le.prototype.clone=function(){return new le(this,{body:this._bodyInit})},se.call(le.prototype),se.call(ue.prototype),ue.prototype.clone=function(){return new ue(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new te(this.headers),url:this.url})},ue.error=function(){var e=new ue(null,{status:0,statusText:""});return e.type="error",e};var de=[301,302,303,307,308];ue.redirect=function(e,t){if(-1===de.indexOf(t))throw new RangeError("Invalid status code");return new ue(null,{status:t,headers:{location:e}})};var he=j.DOMException;try{new he}catch(e){(he=function(e,t){this.message=e,this.name=t;var n=Error(e);this.stack=n.stack}).prototype=Object.create(Error.prototype),he.prototype.constructor=he}function me(e,t){return new Promise((function(n,r){var i=new le(e,t);if(i.signal&&i.signal.aborted)return r(new he("Aborted","AbortError"));var a=new XMLHttpRequest;function s(){a.abort()}a.onload=function(){var e,t,r={status:a.status,statusText:a.statusText,headers:(e=a.getAllResponseHeaders()||"",t=new te,
|
|
78
78
|
// Avoiding split via regex to work around a common IE11 bug with the core-js 3.6.0 regex polyfill
|
|
79
79
|
// https://github.com/github/fetch/issues/748
|
|
80
80
|
// https://github.com/zloirock/core-js/issues/751
|
|
81
|
-
e.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(e){return 0===e.indexOf("\n")?e.substr(1,e.length):e})).forEach((function(e){var n=e.split(":"),r=n.shift().trim();if(r){var i=n.join(":").trim();t.append(r,i)}})),t)};r.url="responseURL"in a?a.responseURL:r.headers.get("X-Request-URL");var i="response"in a?a.response:a.responseText;setTimeout((function(){n(new
|
|
81
|
+
e.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(e){return 0===e.indexOf("\n")?e.substr(1,e.length):e})).forEach((function(e){var n=e.split(":"),r=n.shift().trim();if(r){var i=n.join(":").trim();t.append(r,i)}})),t)};r.url="responseURL"in a?a.responseURL:r.headers.get("X-Request-URL");var i="response"in a?a.response:a.responseText;setTimeout((function(){n(new ue(i,r))}),0)},a.onerror=function(){setTimeout((function(){r(new TypeError("Network request failed"))}),0)},a.ontimeout=function(){setTimeout((function(){r(new TypeError("Network request failed"))}),0)},a.onabort=function(){setTimeout((function(){r(new he("Aborted","AbortError"))}),0)},a.open(i.method,function(e){try{return""===e&&j.location.href?j.location.href:e}catch(t){return e}}(i.url),!0),"include"===i.credentials?a.withCredentials=!0:"omit"===i.credentials&&(a.withCredentials=!1),"responseType"in a&&(V?a.responseType="blob":K&&i.headers.get("Content-Type")&&-1!==i.headers.get("Content-Type").indexOf("application/octet-stream")&&(a.responseType="arraybuffer")),!t||"object"!=typeof t.headers||t.headers instanceof te?i.headers.forEach((function(e,t){a.setRequestHeader(t,e)})):Object.getOwnPropertyNames(t.headers).forEach((function(e){a.setRequestHeader(e,Q(t.headers[e]))})),i.signal&&(i.signal.addEventListener("abort",s),a.onreadystatechange=function(){
|
|
82
82
|
// DONE (success or failure)
|
|
83
|
-
4===a.readyState&&i.signal.removeEventListener("abort",s)}),a.send(void 0===i._bodyInit?null:i._bodyInit)}))}
|
|
83
|
+
4===a.readyState&&i.signal.removeEventListener("abort",s)}),a.send(void 0===i._bodyInit?null:i._bodyInit)}))}me.polyfill=!0,j.fetch||(j.fetch=me,j.Headers=te,j.Request=le,j.Response=ue);"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self&&self;function fe(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}
|
|
84
84
|
// the whatwg-fetch polyfill installs the fetch() function
|
|
85
85
|
// on the global object (window or self)
|
|
86
86
|
|
|
@@ -101,7 +101,7 @@ self.fetch.bind(self);
|
|
|
101
101
|
PERFORMANCE OF THIS SOFTWARE.
|
|
102
102
|
***************************************************************************** */
|
|
103
103
|
/* global Reflect, Promise */
|
|
104
|
-
var ge=function(e,t){return ge=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])},ge(e,t)};function ye(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}ge(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}function ve(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 be(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,a=n.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)s.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(i)throw i.error}}return s}function we(e,t,n){if(n||2===arguments.length)for(var r,i=0,a=t.length;i<a;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 _e(e){return"function"==typeof e}function xe(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 $e=xe((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 Se(e,t){if(e){var n=e.indexOf(t);0<=n&&e.splice(n,1)}}var Ce=function(){function e(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var e,t,n,r,i;if(!this.closed){this.closed=!0;var a=this._parentage;if(a)if(this._parentage=null,Array.isArray(a))try{for(var s=ve(a),o=s.next();!o.done;o=s.next()){o.value.remove(this)}}catch(t){e={error:t}}finally{try{o&&!o.done&&(t=s.return)&&t.call(s)}finally{if(e)throw e.error}}else a.remove(this);var l=this.initialTeardown;if(_e(l))try{l()}catch(e){i=e instanceof $e?e.errors:[e]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var u=ve(c),d=u.next();!d.done;d=u.next()){var h=d.value;try{Ee(h)}catch(e){i=null!=i?i:[],e instanceof $e?i=we(we([],be(i)),be(e.errors)):i.push(e)}}}catch(e){n={error:e}}finally{try{d&&!d.done&&(r=u.return)&&r.call(u)}finally{if(n)throw n.error}}}if(i)throw new $e(i)}},e.prototype.add=function(t){var n;if(t&&t!==this)if(this.closed)Ee(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)&&Se(t,e)},e.prototype.remove=function(t){var n=this._finalizers;n&&Se(n,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}(),Te=Ce.EMPTY;function Me(e){return e instanceof Ce||e&&"closed"in e&&_e(e.remove)&&_e(e.add)&&_e(e.unsubscribe)}function Ee(e){_e(e)?e():e.unsubscribe()}var Fe={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Ge={setTimeout:function(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var i=Ge.delegate;return(null==i?void 0:i.setTimeout)?i.setTimeout.apply(i,we([e,t],be(n))):setTimeout.apply(void 0,we([e,t],be(n)))},clearTimeout:function(e){var t=Ge.delegate;return((null==t?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function Le(){}var ke=null;function Pe(e){if(Fe.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 Ie=function(e){function t(t){var n=e.call(this)||this;return n.isStopped=!1,t?(n.destination=t,Me(t)&&t.add(n)):n.destination=He,n}return ye(t,e),t.create=function(e,t,n){return new Ne(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}(Ce),De=Function.prototype.bind;function Oe(e,t){return De.call(e,t)}var Ae=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){Re(e)}},e.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(e){Re(e)}else Re(e)},e.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(e){Re(e)}},e}(),Ne=function(e){function t(t,n,r){var i,a,s=e.call(this)||this;_e(t)||!t?i={next:null!=t?t:void 0,error:null!=n?n:void 0,complete:null!=r?r:void 0}:s&&Fe.useDeprecatedNextContext?((a=Object.create(t)).unsubscribe=function(){return s.unsubscribe()},i={next:t.next&&Oe(t.next,a),error:t.error&&Oe(t.error,a),complete:t.complete&&Oe(t.complete,a)}):i=t;return s.destination=new Ae(i),s}return ye(t,e),t}(Ie);function Re(e){var t;t=e,Ge.setTimeout((function(){throw t}))}var He={closed:!0,next:Le,error:function(e){throw e},complete:Le},Be="function"==typeof Symbol&&Symbol.observable||"@@observable";function Ue(e){return e}function Ye(e){return 0===e.length?Ue:1===e.length?e[0]:function(t){return e.reduce((function(e,t){return t(e)}),t)}}var je=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,a=(r=e)&&r instanceof Ie||function(e){return e&&_e(e.next)&&_e(e.error)&&_e(e.complete)}(r)&&Me(r)?e:new Ne(e,t,n);return Pe((function(){var e=i,t=e.operator,n=e.source;a.add(t?t.call(a,n):n?i._subscribe(a):i._trySubscribe(a))})),a},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=ze(t))((function(t,r){var i=new Ne({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[Be]=function(){return this},e.prototype.pipe=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return Ye(e)(this)},e.prototype.toPromise=function(e){var t=this;return new(e=ze(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 ze(e){var t;return null!==(t=null!=e?e:Fe.Promise)&&void 0!==t?t:Promise}var We=xe((function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),Ve=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 ye(t,e),t.prototype.lift=function(e){var t=new Ze(this,this);return t.operator=e,t},t.prototype._throwIfClosed=function(){if(this.closed)throw new We},t.prototype.next=function(e){var t=this;Pe((function(){var n,r;if(t._throwIfClosed(),!t.isStopped){t.currentObservers||(t.currentObservers=Array.from(t.observers));try{for(var i=ve(t.currentObservers),a=i.next();!a.done;a=i.next()){a.value.next(e)}}catch(e){n={error:e}}finally{try{a&&!a.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}}}))},t.prototype.error=function(e){var t=this;Pe((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;Pe((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,a=n.observers;return r||i?Te:(this.currentObservers=null,a.push(e),new Ce((function(){t.currentObservers=null,Se(a,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 je;return e.source=this,e},t.create=function(e,t){return new Ze(e,t)},t}(je),Ze=function(e){function t(t,n){var r=e.call(this)||this;return r.destination=t,r.source=n,r}return ye(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:Te},t}(Ve),Ke={now:function(){return(Ke.delegate||Date).now()},delegate:void 0},Xe=function(e){function t(t,n,r){void 0===t&&(t=1/0),void 0===n&&(n=1/0),void 0===r&&(r=Ke);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 ye(t,e),t.prototype.next=function(t){var n=this,r=n.isStopped,i=n._buffer,a=n._infiniteTimeWindow,s=n._timestampProvider,o=n._windowTime;r||(i.push(t),!a&&i.push(s.now()+o)),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,a=(i?1:2)*t;if(t<1/0&&a<r.length&&r.splice(0,r.length-a),!i){for(var s=n.now(),o=0,l=1;l<r.length&&r[l]<=s;l+=2)o=l;o&&r.splice(0,o+1)}},t}(Ve);let qe=[],Je={};
|
|
104
|
+
var pe=function(e,t){return pe=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])},pe(e,t)};function ge(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}pe(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}function ye(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 ve(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,a=n.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)s.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(i)throw i.error}}return s}function be(e,t,n){if(n||2===arguments.length)for(var r,i=0,a=t.length;i<a;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 we(e){return"function"==typeof e}function _e(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 xe=_e((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 Se=function(){function e(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var e,t,n,r,i;if(!this.closed){this.closed=!0;var a=this._parentage;if(a)if(this._parentage=null,Array.isArray(a))try{for(var s=ye(a),o=s.next();!o.done;o=s.next()){o.value.remove(this)}}catch(t){e={error:t}}finally{try{o&&!o.done&&(t=s.return)&&t.call(s)}finally{if(e)throw e.error}}else a.remove(this);var l=this.initialTeardown;if(we(l))try{l()}catch(e){i=e instanceof xe?e.errors:[e]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var u=ye(c),d=u.next();!d.done;d=u.next()){var h=d.value;try{Me(h)}catch(e){i=null!=i?i:[],e instanceof xe?i=be(be([],ve(i)),ve(e.errors)):i.push(e)}}}catch(e){n={error:e}}finally{try{d&&!d.done&&(r=u.return)&&r.call(u)}finally{if(n)throw n.error}}}if(i)throw new xe(i)}},e.prototype.add=function(t){var n;if(t&&t!==this)if(this.closed)Me(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=function(){var t=new e;return t.closed=!0,t}(),e}(),Ce=Se.EMPTY;function Te(e){return e instanceof Se||e&&"closed"in e&&we(e.remove)&&we(e.add)&&we(e.unsubscribe)}function Me(e){we(e)?e():e.unsubscribe()}var Ee={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Fe={setTimeout:function(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var i=Fe.delegate;return(null==i?void 0:i.setTimeout)?i.setTimeout.apply(i,be([e,t],ve(n))):setTimeout.apply(void 0,be([e,t],ve(n)))},clearTimeout:function(e){var t=Fe.delegate;return((null==t?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function ke(){}var Le=null;function Ge(e){if(Ee.useDeprecatedSynchronousErrorHandling){var t=!Le;if(t&&(Le={errorThrown:!1,error:null}),e(),t){var n=Le,r=n.errorThrown,i=n.error;if(Le=null,r)throw i}}else e()}var Pe=function(e){function t(t){var n=e.call(this)||this;return n.isStopped=!1,t?(n.destination=t,Te(t)&&t.add(n)):n.destination=Ne,n}return ge(t,e),t.create=function(e,t,n){return new Ae(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}(Se),Ie=Function.prototype.bind;function De(e,t){return Ie.call(e,t)}var Oe=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){Re(e)}},e.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(e){Re(e)}else Re(e)},e.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(e){Re(e)}},e}(),Ae=function(e){function t(t,n,r){var i,a,s=e.call(this)||this;we(t)||!t?i={next:null!=t?t:void 0,error:null!=n?n:void 0,complete:null!=r?r:void 0}:s&&Ee.useDeprecatedNextContext?((a=Object.create(t)).unsubscribe=function(){return s.unsubscribe()},i={next:t.next&&De(t.next,a),error:t.error&&De(t.error,a),complete:t.complete&&De(t.complete,a)}):i=t;return s.destination=new Oe(i),s}return ge(t,e),t}(Pe);function Re(e){var t;t=e,Fe.setTimeout((function(){throw t}))}var Ne={closed:!0,next:ke,error:function(e){throw e},complete:ke},He="function"==typeof Symbol&&Symbol.observable||"@@observable";function Be(e){return e}function Ue(e){return 0===e.length?Be:1===e.length?e[0]:function(t){return e.reduce((function(e,t){return t(e)}),t)}}var Ye=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,a=(r=e)&&r instanceof Pe||function(e){return e&&we(e.next)&&we(e.error)&&we(e.complete)}(r)&&Te(r)?e:new Ae(e,t,n);return Ge((function(){var e=i,t=e.operator,n=e.source;a.add(t?t.call(a,n):n?i._subscribe(a):i._trySubscribe(a))})),a},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=je(t))((function(t,r){var i=new Ae({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[He]=function(){return this},e.prototype.pipe=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return Ue(e)(this)},e.prototype.toPromise=function(e){var t=this;return new(e=je(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 je(e){var t;return null!==(t=null!=e?e:Ee.Promise)&&void 0!==t?t:Promise}var ze=_e((function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),We=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 ge(t,e),t.prototype.lift=function(e){var t=new Ve(this,this);return t.operator=e,t},t.prototype._throwIfClosed=function(){if(this.closed)throw new ze},t.prototype.next=function(e){var t=this;Ge((function(){var n,r;if(t._throwIfClosed(),!t.isStopped){t.currentObservers||(t.currentObservers=Array.from(t.observers));try{for(var i=ye(t.currentObservers),a=i.next();!a.done;a=i.next()){a.value.next(e)}}catch(e){n={error:e}}finally{try{a&&!a.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}}}))},t.prototype.error=function(e){var t=this;Ge((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;Ge((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,a=n.observers;return r||i?Ce:(this.currentObservers=null,a.push(e),new Se((function(){t.currentObservers=null,$e(a,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 Ye;return e.source=this,e},t.create=function(e,t){return new Ve(e,t)},t}(Ye),Ve=function(e){function t(t,n){var r=e.call(this)||this;return r.destination=t,r.source=n,r}return ge(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:Ce},t}(We),Ze={now:function(){return(Ze.delegate||Date).now()},delegate:void 0},Ke=function(e){function t(t,n,r){void 0===t&&(t=1/0),void 0===n&&(n=1/0),void 0===r&&(r=Ze);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 ge(t,e),t.prototype.next=function(t){var n=this,r=n.isStopped,i=n._buffer,a=n._infiniteTimeWindow,s=n._timestampProvider,o=n._windowTime;r||(i.push(t),!a&&i.push(s.now()+o)),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,a=(i?1:2)*t;if(t<1/0&&a<r.length&&r.splice(0,r.length-a),!i){for(var s=n.now(),o=0,l=1;l<r.length&&r[l]<=s;l+=2)o=l;o&&r.splice(0,o+1)}},t}(We);let Xe=[],qe={};
|
|
105
105
|
/**
|
|
106
106
|
* @name topic
|
|
107
107
|
* @description A small wrapper over the rxjs to offer the topic method on top of it
|
|
@@ -109,32 +109,32 @@ var ge=function(e,t){return ge=Object.setPrototypeOf||{__proto__:[]}instanceof A
|
|
|
109
109
|
* @param step [String] How many values to be buffed for new subscribers - default 0
|
|
110
110
|
* @returns ReplaySubject
|
|
111
111
|
*/
|
|
112
|
-
const
|
|
112
|
+
const Je=[];
|
|
113
113
|
/**
|
|
114
114
|
* Create a `Writable` store that allows both updating and reading by subscription.
|
|
115
115
|
* @param {*=}value initial value
|
|
116
116
|
* @param {StartStopNotifier=}start start and stop notifications for subscriptions
|
|
117
117
|
*/
|
|
118
|
-
function
|
|
119
|
-
const e=!
|
|
118
|
+
function Qe(t,n=e){let r;const i=new Set;function s(e){if(a(t,e)&&(t=e,r)){// store is ready
|
|
119
|
+
const e=!Je.length;for(const e of i)e[1](),Je.push(e,t);if(e){for(let e=0;e<Je.length;e+=2)Je[e][0](Je[e+1]);Je.length=0}}}return{set:s,update:function(e){s(e(t))},subscribe:function(a,o=e){const l=[a,o];return i.add(l),1===i.size&&(r=n(s)||e),a(t),()=>{i.delete(l),0===i.size&&(r(),r=null)}}}}function et(t,n,a){const s=!Array.isArray(t),o=s?[t]:t,l=n.length<2;return u=t=>{let a=!1;const u=[];let d=0,h=e;const m=()=>{if(d)return;h();const r=n(s?u[0]:u,t);l?t(r):h=i(r)?r:e},f=o.map(((e,t)=>c(e,(e=>{u[t]=e,d&=~(1<<t),a&&m()}),(()=>{d|=1<<t}))));return a=!0,m(),function(){r(f),h()}},{subscribe:Qe(a,u).subscribe};
|
|
120
120
|
/**
|
|
121
121
|
* Creates a `Readable` store that allows reading by subscription.
|
|
122
122
|
* @param value initial value
|
|
123
123
|
* @param {StartStopNotifier}start start and stop notifications for subscriptions
|
|
124
124
|
*/
|
|
125
|
-
var u}var
|
|
125
|
+
var u}var tt=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===nt}(e)}
|
|
126
126
|
// see https://github.com/facebook/react/blob/b5ac963fb791d1298e7f396236383bc955f916c1/src/isomorphic/classic/element/ReactElement.js#L21-L25
|
|
127
|
-
(e)};var
|
|
127
|
+
(e)};var nt="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function rt(e,t){return!1!==t.clone&&t.isMergeableObject(e)?lt((n=e,Array.isArray(n)?[]:{}),e,t):e;var n}function it(e,t,n){return e.concat(t).map((function(e){return rt(e,n)}))}function at(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return e.propertyIsEnumerable(t)})):[]}(e))}function st(e,t){try{return t in e}catch(e){return!1}}
|
|
128
128
|
// Protects from prototype poisoning and unexpected merging up the prototype chain.
|
|
129
|
-
function
|
|
130
|
-
})(e,i)||(
|
|
129
|
+
function ot(e,t,n){var r={};return n.isMergeableObject(e)&&at(e).forEach((function(t){r[t]=rt(e[t],n)})),at(t).forEach((function(i){(function(e,t){return st(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t));// and also unsafe if they're nonenumerable.
|
|
130
|
+
})(e,i)||(st(e,i)&&n.isMergeableObject(t[i])?r[i]=function(e,t){if(!t.customMerge)return lt;var n=t.customMerge(e);return"function"==typeof n?n:lt}(i,n)(e[i],t[i],n):r[i]=rt(t[i],n))})),r}function lt(e,t,n){(n=n||{}).arrayMerge=n.arrayMerge||it,n.isMergeableObject=n.isMergeableObject||tt,
|
|
131
131
|
// cloneUnlessOtherwiseSpecified is added to `options` so that custom arrayMerge()
|
|
132
132
|
// implementations can use it. The caller may not replace it.
|
|
133
|
-
n.cloneUnlessOtherwiseSpecified=
|
|
133
|
+
n.cloneUnlessOtherwiseSpecified=rt;var r=Array.isArray(t);return r===Array.isArray(e)?r?n.arrayMerge(e,t,n):ot(e,t,n):rt(t,n)}lt.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,n){return lt(e,n,t)}),{})};var ct=lt,ut=function(e,t){return ut=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])},ut(e,t)};function dt(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}ut(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var ht,mt,ft,pt=function(){return pt=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},pt.apply(this,arguments)};function gt(e,t,n){if(n||2===arguments.length)for(var r,i=0,a=t.length;i<a;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))}
|
|
134
134
|
/**
|
|
135
135
|
* Type Guards
|
|
136
136
|
*/
|
|
137
|
-
function
|
|
137
|
+
function yt(e){return e.type===mt.literal}function vt(e){return e.type===mt.argument}function bt(e){return e.type===mt.number}function wt(e){return e.type===mt.date}function _t(e){return e.type===mt.time}function xt(e){return e.type===mt.select}function $t(e){return e.type===mt.plural}function St(e){return e.type===mt.pound}function Ct(e){return e.type===mt.tag}function Tt(e){return!(!e||"object"!=typeof e||e.type!==ft.number)}function Mt(e){return!(!e||"object"!=typeof e||e.type!==ft.dateTime)}
|
|
138
138
|
// @generated from regex-gen.ts
|
|
139
139
|
!function(e){
|
|
140
140
|
/** Argument is unclosed (e.g. `{0`) */
|
|
@@ -196,7 +196,7 @@ e[e.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",
|
|
|
196
196
|
/** The closing tag does not match the opening tag. (e.g. `<bold>foo</italic>`) */
|
|
197
197
|
e[e.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",
|
|
198
198
|
/** The opening tag has unmatched closing tag. (e.g. `<bold>foo`) */
|
|
199
|
-
e[e.UNCLOSED_TAG=27]="UNCLOSED_TAG"}(
|
|
199
|
+
e[e.UNCLOSED_TAG=27]="UNCLOSED_TAG"}(ht||(ht={})),function(e){
|
|
200
200
|
/**
|
|
201
201
|
* Raw text
|
|
202
202
|
*/
|
|
@@ -233,7 +233,7 @@ e[e.pound=7]="pound",
|
|
|
233
233
|
/**
|
|
234
234
|
* XML-like tag
|
|
235
235
|
*/
|
|
236
|
-
e[e.tag=8]="tag"}(
|
|
236
|
+
e[e.tag=8]="tag"}(mt||(mt={})),function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"}(ft||(ft={}));var Et=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,Ft=/(?:[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;
|
|
237
237
|
/**
|
|
238
238
|
* https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table
|
|
239
239
|
* Credit: https://github.com/caridy/intl-datetimeformat-pattern/blob/master/index.js
|
|
@@ -245,7 +245,7 @@ e[e.tag=8]="tag"}(ft||(ft={})),function(e){e[e.number=0]="number",e[e.dateTime=1
|
|
|
245
245
|
* @public
|
|
246
246
|
* @param skeleton skeleton string
|
|
247
247
|
*/
|
|
248
|
-
function
|
|
248
|
+
function kt(e){var t={};return e.replace(Ft,(function(e){var n=e.length;switch(e[0]){
|
|
249
249
|
// Era
|
|
250
250
|
case"G":t.era=4===n?"long":5===n?"narrow":"short";break;
|
|
251
251
|
// Year
|
|
@@ -279,33 +279,33 @@ case"X":// 1, 2, 3, 4: The ISO8601 varios formats
|
|
|
279
279
|
case"x":// 1, 2, 3, 4: The ISO8601 varios formats
|
|
280
280
|
throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""})),t}
|
|
281
281
|
// @generated from regex-gen.ts
|
|
282
|
-
var
|
|
282
|
+
var Lt=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;var Gt=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Pt=/^(@+)?(\+|#+)?[rs]?$/g,It=/(\*)(0+)|(#+)(0+)|(0+)/g,Dt=/^(0+)$/;function Ot(e){var t={};return"r"===e[e.length-1]?t.roundingPriority="morePrecision":"s"===e[e.length-1]&&(t.roundingPriority="lessPrecision"),e.replace(Pt,(function(e,n,r){
|
|
283
283
|
// @@@ case
|
|
284
|
-
return"string"!=typeof r?(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length):"+"===r?t.minimumSignificantDigits=n.length:"#"===n[0]?t.maximumSignificantDigits=n.length:(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length+("string"==typeof r?r.length:0)),""})),t}function
|
|
284
|
+
return"string"!=typeof r?(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length):"+"===r?t.minimumSignificantDigits=n.length:"#"===n[0]?t.maximumSignificantDigits=n.length:(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length+("string"==typeof r?r.length:0)),""})),t}function At(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function Rt(e){
|
|
285
285
|
// Engineering
|
|
286
|
-
var t;if("E"===e[0]&&"E"===e[1]?(t={notation:"engineering"},e=e.slice(2)):"E"===e[0]&&(t={notation:"scientific"},e=e.slice(1)),t){var n=e.slice(0,2);if("+!"===n?(t.signDisplay="always",e=e.slice(2)):"+?"===n&&(t.signDisplay="exceptZero",e=e.slice(2)),!
|
|
286
|
+
var t;if("E"===e[0]&&"E"===e[1]?(t={notation:"engineering"},e=e.slice(2)):"E"===e[0]&&(t={notation:"scientific"},e=e.slice(1)),t){var n=e.slice(0,2);if("+!"===n?(t.signDisplay="always",e=e.slice(2)):"+?"===n&&(t.signDisplay="exceptZero",e=e.slice(2)),!Dt.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function Nt(e){var t=At(e);return t||{}}
|
|
287
287
|
/**
|
|
288
288
|
* https://github.com/unicode-org/icu/blob/master/docs/userguide/format_parse/numbers/skeletons.md#skeleton-stems-and-options
|
|
289
|
-
*/function
|
|
289
|
+
*/function Ht(e){for(var t={},n=0,r=e;n<r.length;n++){var i=r[n];switch(i.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=i.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=i.options[0].replace(/^(.*?)-/,"");continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=pt(pt(pt({},t),{notation:"scientific"}),i.options.reduce((function(e,t){return pt(pt({},e),Nt(t))}),{}));continue;case"engineering":t=pt(pt(pt({},t),{notation:"engineering"}),i.options.reduce((function(e,t){return pt(pt({},e),Nt(t))}),{}));continue;case"notation-simple":t.notation="standard";continue;
|
|
290
290
|
// https://github.com/unicode-org/icu/blob/master/icu4c/source/i18n/unicode/unumberformatter.h
|
|
291
291
|
case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";continue;case"unit-width-short":t.currencyDisplay="code",t.unitDisplay="short";continue;case"unit-width-full-name":t.currencyDisplay="name",t.unitDisplay="long";continue;case"unit-width-iso-code":t.currencyDisplay="symbol";continue;case"scale":t.scale=parseFloat(i.options[0]);continue;
|
|
292
292
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
|
|
293
|
-
case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(
|
|
293
|
+
case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(It,(function(e,n,r,i,a,s){if(n)t.minimumIntegerDigits=r.length;else{if(i&&a)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}
|
|
294
294
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
|
|
295
|
-
if(
|
|
295
|
+
if(Dt.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(Gt.test(i.stem)){
|
|
296
296
|
// Precision
|
|
297
297
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#fraction-precision
|
|
298
298
|
// precision-integer case
|
|
299
|
-
if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(
|
|
299
|
+
if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(Gt,(function(e,n,r,i,a,s){
|
|
300
300
|
// .000* case (before ICU67 it was .000+)
|
|
301
301
|
return"*"===r?t.minimumFractionDigits=n.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:a&&s?(t.minimumFractionDigits=a.length,t.maximumFractionDigits=a.length+s.length):(t.minimumFractionDigits=n.length,t.maximumFractionDigits=n.length),""}));var a=i.options[0];
|
|
302
302
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#trailing-zero-display
|
|
303
|
-
"w"===a?t=
|
|
303
|
+
"w"===a?t=pt(pt({},t),{trailingZeroDisplay:"stripIfInteger"}):a&&(t=pt(pt({},t),Ot(a)))}
|
|
304
304
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#significant-digits-precision
|
|
305
|
-
else if(
|
|
305
|
+
else if(Pt.test(i.stem))t=pt(pt({},t),Ot(i.stem));else{var s=At(i.stem);s&&(t=pt(pt({},t),s));var o=Rt(i.stem);o&&(t=pt(pt({},t),o))}}return t}
|
|
306
306
|
// @generated from time-data-gen.ts
|
|
307
307
|
// prettier-ignore
|
|
308
|
-
var Ut
|
|
308
|
+
var Bt,Ut={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"]};
|
|
309
309
|
/**
|
|
310
310
|
* Returns the best matching date time pattern if a date time skeleton
|
|
311
311
|
* pattern is provided with a locale. Follows the Unicode specification:
|
|
@@ -318,7 +318,7 @@ var Ut,Yt={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H
|
|
|
318
318
|
* of the given `locale` to the corresponding time pattern.
|
|
319
319
|
* @param locale
|
|
320
320
|
*/
|
|
321
|
-
function
|
|
321
|
+
function Yt(e){var t=e.hourCycle;if(void 0===t&&
|
|
322
322
|
// @ts-ignore hourCycle(s) is not identified yet
|
|
323
323
|
e.hourCycles&&
|
|
324
324
|
// @ts-ignore
|
|
@@ -326,37 +326,37 @@ e.hourCycles.length&&(
|
|
|
326
326
|
// @ts-ignore
|
|
327
327
|
t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}
|
|
328
328
|
// TODO: Once hourCycle is fully supported remove the following with data generation
|
|
329
|
-
var n,r=e.language;return"root"!==r&&(n=e.maximize().region),(
|
|
329
|
+
var n,r=e.language;return"root"!==r&&(n=e.maximize().region),(Ut[n||""]||Ut[r||""]||Ut["".concat(r,"-001")]||Ut["001"])[0]}var jt=new RegExp("^".concat(Et.source,"*")),zt=new RegExp("".concat(Et.source,"*$"));function Wt(e,t){return{start:e,end:t}}
|
|
330
330
|
// #region Ponyfills
|
|
331
331
|
// Consolidate these variables up top for easier toggling during debugging
|
|
332
|
-
var
|
|
332
|
+
var Vt=!!String.prototype.startsWith,Zt=!!String.fromCodePoint,Kt=!!Object.fromEntries,Xt=!!String.prototype.codePointAt,qt=!!String.prototype.trimStart,Jt=!!String.prototype.trimEnd,Qt=!!Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},en=!0;try{
|
|
333
333
|
/**
|
|
334
334
|
* legacy Edge or Xbox One browser
|
|
335
335
|
* Unicode flag support: supported
|
|
336
336
|
* Pattern_Syntax support: not supported
|
|
337
337
|
* See https://github.com/formatjs/formatjs/issues/2822
|
|
338
338
|
*/
|
|
339
|
-
|
|
339
|
+
en="a"===(null===(Bt=cn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===Bt?void 0:Bt[0])}catch(e){en=!1}var tn,nn=Vt?// Native
|
|
340
340
|
function(e,t,n){return e.startsWith(t,n)}:// For IE11
|
|
341
|
-
function(e,t,n){return e.slice(n,n+t.length)===t},
|
|
342
|
-
function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var n,r="",i=e.length,a=0;i>a;){if((n=e[a++])>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},
|
|
341
|
+
function(e,t,n){return e.slice(n,n+t.length)===t},rn=Zt?String.fromCodePoint:// IE11
|
|
342
|
+
function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var n,r="",i=e.length,a=0;i>a;){if((n=e[a++])>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=
|
|
343
343
|
// native
|
|
344
|
-
|
|
345
|
-
function(e){for(var t={},n=0,r=e;n<r.length;n++){var i=r[n],a=i[0],s=i[1];t[a]=s}return t},
|
|
344
|
+
Kt?Object.fromEntries:// Ponyfill
|
|
345
|
+
function(e){for(var t={},n=0,r=e;n<r.length;n++){var i=r[n],a=i[0],s=i[1];t[a]=s}return t},sn=Xt?// Native
|
|
346
346
|
function(e,t){return e.codePointAt(t)}:// IE 11
|
|
347
|
-
function(e,t){var n=e.length;if(!(t<0||t>=n)){var r,i=e.charCodeAt(t);return i<55296||i>56319||t+1===n||(r=e.charCodeAt(t+1))<56320||r>57343?i:r-56320+(i-55296<<10)+65536}},
|
|
347
|
+
function(e,t){var n=e.length;if(!(t<0||t>=n)){var r,i=e.charCodeAt(t);return i<55296||i>56319||t+1===n||(r=e.charCodeAt(t+1))<56320||r>57343?i:r-56320+(i-55296<<10)+65536}},on=qt?// Native
|
|
348
348
|
function(e){return e.trimStart()}:// Ponyfill
|
|
349
|
-
function(e){return e.replace(
|
|
349
|
+
function(e){return e.replace(jt,"")},ln=Jt?// Native
|
|
350
350
|
function(e){return e.trimEnd()}:// Ponyfill
|
|
351
|
-
function(e){return e.replace(
|
|
351
|
+
function(e){return e.replace(zt,"")};
|
|
352
352
|
// Prevent minifier to translate new RegExp to literal form that might cause syntax error on IE11.
|
|
353
|
-
function
|
|
353
|
+
function cn(e,t){return new RegExp(e,t)}
|
|
354
354
|
// #endregion
|
|
355
|
-
if(
|
|
355
|
+
if(en){
|
|
356
356
|
// Native
|
|
357
|
-
var
|
|
357
|
+
var un=cn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");tn=function(e,t){var n;return un.lastIndex=t,null!==(n=un.exec(e)[1])&&void 0!==n?n:""}}else
|
|
358
358
|
// IE11
|
|
359
|
-
|
|
359
|
+
tn=function(e,t){for(var n=[];;){var r=sn(e,t);if(void 0===r||fn(r)||pn(r))break;n.push(r),t+=r>=65536?2:1}return rn.apply(void 0,n)};var dn=/** @class */function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,n){for(var r=[];!this.isEOF();){var i=this.char();if(123/* `{` */===i){if((a=this.parseArgument(e,n)).err)return a;r.push(a.val)}else{if(125/* `}` */===i&&e>0)break;if(35/* `#` */!==i||"plural"!==t&&"selectordinal"!==t){if(60/* `<` */===i&&!this.ignoreTag&&47===this.peek()){if(n)break;return this.error(ht.UNMATCHED_CLOSING_TAG,Wt(this.clonePosition(),this.clonePosition()))}if(60/* `<` */===i&&!this.ignoreTag&&hn(this.peek()||0)){if((a=this.parseTag(e,t)).err)return a;r.push(a.val)}else{var a;if((a=this.parseLiteral(e,t)).err)return a;r.push(a.val)}}else{var s=this.clonePosition();this.bump(),r.push({type:mt.pound,location:Wt(s,this.clonePosition())})}}}return{val:r,err:null}},
|
|
360
360
|
/**
|
|
361
361
|
* A tag name must start with an ASCII lower/upper case letter. The grammar is based on the
|
|
362
362
|
* [custom element name][] except that a dash is NOT always mandatory and uppercase letters
|
|
@@ -378,14 +378,14 @@ nn=function(e,t){for(var n=[];;){var r=on(e,t);if(void 0===r||pn(r)||gn(r))break
|
|
|
378
378
|
e.prototype.parseTag=function(e,t){var n=this.clonePosition();this.bump();// `<`
|
|
379
379
|
var r=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))
|
|
380
380
|
// Self closing tag
|
|
381
|
-
return{val:{type:
|
|
381
|
+
return{val:{type:mt.literal,value:"<".concat(r,"/>"),location:Wt(n,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var a=i.val,s=this.clonePosition();
|
|
382
382
|
// Expecting a close tag
|
|
383
|
-
if(this.bumpIf("</")){if(this.isEOF()||!
|
|
383
|
+
if(this.bumpIf("</")){if(this.isEOF()||!hn(this.char()))return this.error(ht.INVALID_TAG,Wt(s,this.clonePosition()));var o=this.clonePosition();return r!==this.parseTagName()?this.error(ht.UNMATCHED_CLOSING_TAG,Wt(o,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:mt.tag,value:r,children:a,location:Wt(n,this.clonePosition())},err:null}:this.error(ht.INVALID_TAG,Wt(s,this.clonePosition())))}return this.error(ht.UNCLOSED_TAG,Wt(n,this.clonePosition()))}return this.error(ht.INVALID_TAG,Wt(n,this.clonePosition()))},
|
|
384
384
|
/**
|
|
385
385
|
* This method assumes that the caller has peeked ahead for the first tag character.
|
|
386
386
|
*/
|
|
387
387
|
e.prototype.parseTagName=function(){var e=this.offset();// the first tag name character
|
|
388
|
-
for(this.bump();!this.isEOF()&&
|
|
388
|
+
for(this.bump();!this.isEOF()&&mn(this.char());)this.bump();return this.message.slice(e,this.offset())},e.prototype.parseLiteral=function(e,t){for(var n=this.clonePosition(),r="";;){var i=this.tryParseQuote(t);if(i)r+=i;else{var a=this.tryParseUnquoted(e,t);if(a)r+=a;else{var s=this.tryParseLeftAngleBracket();if(!s)break;r+=s}}}var o=Wt(n,this.clonePosition());return{val:{type:mt.literal,value:r,location:o},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60/* `<` */!==this.char()||!this.ignoreTag&&(hn(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e;
|
|
389
389
|
/** See `parseTag` function docs. */},
|
|
390
390
|
/**
|
|
391
391
|
* Starting with ICU 4.8, an ASCII apostrophe only starts quoted text if it immediately precedes
|
|
@@ -407,67 +407,67 @@ for(this.bump();!this.isEOF();){var n=this.char();if(39/* `'` */===n){if(39/* `'
|
|
|
407
407
|
// Optional closing apostrophe.
|
|
408
408
|
this.bump();break}t.push(39),
|
|
409
409
|
// Bump one more time because we need to skip 2 characters.
|
|
410
|
-
this.bump()}else t.push(n);this.bump()}return
|
|
411
|
-
this.bumpSpace(),this.isEOF())return this.error(
|
|
410
|
+
this.bump()}else t.push(n);this.bump()}return rn.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var n=this.char();return 60/* `<` */===n||123/* `{` */===n||35/* `#` */===n&&("plural"===t||"selectordinal"===t)||125/* `}` */===n&&e>0?null:(this.bump(),rn(n))},e.prototype.parseArgument=function(e,t){var n=this.clonePosition();if(this.bump(),// `{`
|
|
411
|
+
this.bumpSpace(),this.isEOF())return this.error(ht.EXPECT_ARGUMENT_CLOSING_BRACE,Wt(n,this.clonePosition()));if(125/* `}` */===this.char())return this.bump(),this.error(ht.EMPTY_ARGUMENT,Wt(n,this.clonePosition()));
|
|
412
412
|
// argument name
|
|
413
|
-
var r=this.parseIdentifierIfPossible().value;if(!r)return this.error(
|
|
413
|
+
var r=this.parseIdentifierIfPossible().value;if(!r)return this.error(ht.MALFORMED_ARGUMENT,Wt(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(ht.EXPECT_ARGUMENT_CLOSING_BRACE,Wt(n,this.clonePosition()));switch(this.char()){
|
|
414
414
|
// Simple argument: `{name}`
|
|
415
415
|
case 125/* `}` */:// `}`
|
|
416
|
-
return this.bump(),{val:{type:
|
|
416
|
+
return this.bump(),{val:{type:mt.argument,
|
|
417
417
|
// value does not include the opening and closing braces.
|
|
418
|
-
value:r,location:
|
|
418
|
+
value:r,location:Wt(n,this.clonePosition())},err:null};
|
|
419
419
|
// Argument with options: `{name, format, ...}`
|
|
420
420
|
case 44/* `,` */:return this.bump(),// `,`
|
|
421
|
-
this.bumpSpace(),this.isEOF()?this.error(
|
|
421
|
+
this.bumpSpace(),this.isEOF()?this.error(ht.EXPECT_ARGUMENT_CLOSING_BRACE,Wt(n,this.clonePosition())):this.parseArgumentOptions(e,t,r,n);default:return this.error(ht.MALFORMED_ARGUMENT,Wt(n,this.clonePosition()))}},
|
|
422
422
|
/**
|
|
423
423
|
* Advance the parser until the end of the identifier, if it is currently on
|
|
424
424
|
* an identifier character. Return an empty string otherwise.
|
|
425
425
|
*/
|
|
426
|
-
e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),n=
|
|
426
|
+
e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),n=tn(this.message,t),r=t+n.length;return this.bumpTo(r),{value:n,location:Wt(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,n,r){var i,a=this.clonePosition(),s=this.parseIdentifierIfPossible().value,o=this.clonePosition();
|
|
427
427
|
// Parse this range:
|
|
428
428
|
// {name, type, style}
|
|
429
429
|
// ^---^
|
|
430
430
|
switch(s){case"":
|
|
431
431
|
// Expecting a style string number, date, time, plural, selectordinal, or select.
|
|
432
|
-
return this.error(
|
|
432
|
+
return this.error(ht.EXPECT_ARGUMENT_TYPE,Wt(a,o));case"number":case"date":case"time":
|
|
433
433
|
// Parse this range:
|
|
434
434
|
// {name, number, style}
|
|
435
435
|
// ^-------^
|
|
436
|
-
this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((y=this.parseSimpleArgStyleIfPossible()).err)return y;if(0===(m=
|
|
436
|
+
this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((y=this.parseSimpleArgStyleIfPossible()).err)return y;if(0===(m=ln(y.val)).length)return this.error(ht.EXPECT_ARGUMENT_STYLE,Wt(this.clonePosition(),this.clonePosition()));l={style:m,styleLocation:Wt(c,this.clonePosition())}}if((v=this.tryParseArgumentClose(r)).err)return v;var u=Wt(r,this.clonePosition());
|
|
437
437
|
// Extract style or skeleton
|
|
438
|
-
if(l&&
|
|
438
|
+
if(l&&nn(null==l?void 0:l.style,"::",0)){
|
|
439
439
|
// Skeleton starts with `::`.
|
|
440
|
-
var d=
|
|
440
|
+
var d=on(l.style.slice(2));if("number"===s)return(y=this.parseNumberSkeletonFromString(d,l.styleLocation)).err?y:{val:{type:mt.number,value:n,location:u,style:y.val},err:null};if(0===d.length)return this.error(ht.EXPECT_DATE_TIME_SKELETON,u);var h=d;
|
|
441
441
|
// Get "best match" pattern only if locale is passed, if not, let it
|
|
442
442
|
// pass as-is where `parseDateTimeSkeleton()` will throw an error
|
|
443
443
|
// for unsupported patterns.
|
|
444
|
-
this.locale&&(h=function(e,t){for(var n="",r=0;r<e.length;r++){var i=e.charAt(r);if("j"===i){for(var a=0;r+1<e.length&&e.charAt(r+1)===i;)a++,r++;var s=1+(1&a),o=a<2?1:3+(a>>1),l=
|
|
444
|
+
this.locale&&(h=function(e,t){for(var n="",r=0;r<e.length;r++){var i=e.charAt(r);if("j"===i){for(var a=0;r+1<e.length&&e.charAt(r+1)===i;)a++,r++;var s=1+(1&a),o=a<2?1:3+(a>>1),l=Yt(t);for("H"!=l&&"k"!=l||(o=0);o-- >0;)n+="a";for(;s-- >0;)n=l+n}else n+="J"===i?"H":i}return n}(d,this.locale));var m={type:ft.dateTime,pattern:h,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?kt(h):{}};return{val:{type:"date"===s?mt.date:mt.time,value:n,location:u,style:m},err:null}}
|
|
445
445
|
// Regular style or no style.
|
|
446
|
-
return{val:{type:"number"===s?
|
|
446
|
+
return{val:{type:"number"===s?mt.number:"date"===s?mt.date:mt.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":
|
|
447
447
|
// Parse this range:
|
|
448
448
|
// {name, plural, options}
|
|
449
449
|
// ^---------^
|
|
450
|
-
var f=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(
|
|
450
|
+
var f=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(ht.EXPECT_SELECT_ARGUMENT_OPTIONS,Wt(f,pt({},f)));this.bumpSpace();
|
|
451
451
|
// Parse offset:
|
|
452
452
|
// {name, plural, offset:1, options}
|
|
453
453
|
// ^-----^
|
|
454
454
|
// or the first option:
|
|
455
455
|
// {name, plural, one {...} other {...}}
|
|
456
456
|
// ^--^
|
|
457
|
-
var p=this.parseIdentifierIfPossible(),g=0;if("select"!==s&&"offset"===p.value){if(!this.bumpIf(":"))return this.error(
|
|
457
|
+
var p=this.parseIdentifierIfPossible(),g=0;if("select"!==s&&"offset"===p.value){if(!this.bumpIf(":"))return this.error(ht.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Wt(this.clonePosition(),this.clonePosition()));var y;if(this.bumpSpace(),(y=this.tryParseDecimalInteger(ht.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,ht.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return y;
|
|
458
458
|
// Parse another identifier for option parsing
|
|
459
|
-
this.bumpSpace(),p=this.parseIdentifierIfPossible(),g=y.val}var v,b=this.tryParsePluralOrSelectOptions(e,s,t,p);if(b.err)return b;if((v=this.tryParseArgumentClose(r)).err)return v;var w=
|
|
459
|
+
this.bumpSpace(),p=this.parseIdentifierIfPossible(),g=y.val}var v,b=this.tryParsePluralOrSelectOptions(e,s,t,p);if(b.err)return b;if((v=this.tryParseArgumentClose(r)).err)return v;var w=Wt(r,this.clonePosition());return"select"===s?{val:{type:mt.select,value:n,options:an(b.val),location:w},err:null}:{val:{type:mt.plural,value:n,options:an(b.val),offset:g,pluralType:"plural"===s?"cardinal":"ordinal",location:w},err:null};default:return this.error(ht.INVALID_ARGUMENT_TYPE,Wt(a,o))}},e.prototype.tryParseArgumentClose=function(e){
|
|
460
460
|
// Parse: {value, number, ::currency/GBP }
|
|
461
|
-
return this.isEOF()||125/* `}` */!==this.char()?this.error(
|
|
461
|
+
return this.isEOF()||125/* `}` */!==this.char()?this.error(ht.EXPECT_ARGUMENT_CLOSING_BRACE,Wt(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},
|
|
462
462
|
/**
|
|
463
463
|
* See: https://github.com/unicode-org/icu/blob/af7ed1f6d2298013dc303628438ec4abe1f16479/icu4c/source/common/messagepattern.cpp#L659
|
|
464
464
|
*/
|
|
465
465
|
e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();){switch(this.char()){case 39/* `'` */:
|
|
466
466
|
// Treat apostrophe as quoting but include it in the style part.
|
|
467
467
|
// Find the end of the quoted literal text.
|
|
468
|
-
this.bump();var n=this.clonePosition();if(!this.bumpUntil("'"))return this.error(
|
|
468
|
+
this.bump();var n=this.clonePosition();if(!this.bumpUntil("'"))return this.error(ht.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Wt(n,this.clonePosition()));this.bump();break;case 123/* `{` */:e+=1,this.bump();break;case 125/* `}` */:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var n=[];try{n=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");
|
|
469
469
|
// Parse the skeleton
|
|
470
|
-
for(var t=e.split(
|
|
470
|
+
for(var t=e.split(Lt).filter((function(e){return e.length>0})),n=[],r=0,i=t;r<i.length;r++){var a=i[r].split("/");if(0===a.length)throw new Error("Invalid number skeleton");for(var s=a[0],o=a.slice(1),l=0,c=o;l<c.length;l++)if(0===c[l].length)throw new Error("Invalid number skeleton");n.push({stem:s,options:o})}return n}(e)}catch(e){return this.error(ht.INVALID_NUMBER_SKELETON,t)}return{val:{type:ft.number,tokens:n,location:t,parsedOptions:this.shouldParseSkeletons?Ht(n):{}},err:null}},
|
|
471
471
|
/**
|
|
472
472
|
* @param nesting_level The current nesting level of messages.
|
|
473
473
|
* This can be positive when parsing message fragment in select or plural argument options.
|
|
@@ -484,24 +484,24 @@ e.prototype.tryParsePluralOrSelectOptions=function(e,t,n,r){
|
|
|
484
484
|
// ^--^
|
|
485
485
|
for(var i,a=!1,s=[],o=new Set,l=r.value,c=r.location;;){if(0===l.length){var u=this.clonePosition();if("select"===t||!this.bumpIf("="))break;
|
|
486
486
|
// Try parse `={number}` selector
|
|
487
|
-
var d=this.tryParseDecimalInteger(
|
|
487
|
+
var d=this.tryParseDecimalInteger(ht.EXPECT_PLURAL_ARGUMENT_SELECTOR,ht.INVALID_PLURAL_ARGUMENT_SELECTOR);if(d.err)return d;c=Wt(u,this.clonePosition()),l=this.message.slice(u.offset,this.offset())}
|
|
488
488
|
// Duplicate selector clauses
|
|
489
|
-
if(o.has(l))return this.error("select"===t?
|
|
489
|
+
if(o.has(l))return this.error("select"===t?ht.DUPLICATE_SELECT_ARGUMENT_SELECTOR:ht.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,c);"other"===l&&(a=!0),
|
|
490
490
|
// Parse:
|
|
491
491
|
// one {one apple}
|
|
492
492
|
// ^----------^
|
|
493
|
-
this.bumpSpace();var h=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===t?
|
|
493
|
+
this.bumpSpace();var h=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===t?ht.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:ht.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,Wt(this.clonePosition(),this.clonePosition()));var m=this.parseMessage(e+1,t,n);if(m.err)return m;var f=this.tryParseArgumentClose(h);if(f.err)return f;s.push([l,{value:m.val,location:Wt(h,this.clonePosition())}]),
|
|
494
494
|
// Keep track of the existing selectors
|
|
495
495
|
o.add(l),
|
|
496
496
|
// Prep next selector clause.
|
|
497
|
-
this.bumpSpace(),l=(i=this.parseIdentifierIfPossible()).value,c=i.location}return 0===s.length?this.error("select"===t?
|
|
497
|
+
this.bumpSpace(),l=(i=this.parseIdentifierIfPossible()).value,c=i.location}return 0===s.length?this.error("select"===t?ht.EXPECT_SELECT_ARGUMENT_SELECTOR:ht.EXPECT_PLURAL_ARGUMENT_SELECTOR,Wt(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!a?this.error(ht.MISSING_OTHER_CLAUSE,Wt(this.clonePosition(),this.clonePosition())):{val:s,err:null}},e.prototype.tryParseDecimalInteger=function(e,t){var n=1,r=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(n=-1);for(var i=!1,a=0;!this.isEOF();){var s=this.char();if(!(s>=48/* `0` */&&s<=57/* `9` */))break;i=!0,a=10*a+(s-48),this.bump()}var o=Wt(r,this.clonePosition());return i?Qt(a*=n)?{val:a,err:null}:this.error(t,o):this.error(e,o)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){
|
|
498
498
|
// This is much faster than `Object.assign` or spread.
|
|
499
499
|
return{offset:this.position.offset,line:this.position.line,column:this.position.column}},
|
|
500
500
|
/**
|
|
501
501
|
* Return the code point at the current position of the parser.
|
|
502
502
|
* Throws if the index is out of bound.
|
|
503
503
|
*/
|
|
504
|
-
e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=
|
|
504
|
+
e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=sn(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},
|
|
505
505
|
/** Bump the parser to the next UTF-16 code unit. */
|
|
506
506
|
e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10/* '\n' */===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,
|
|
507
507
|
// 0 ~ 0x10000 -> unicode BMP, otherwise skip the surrogate pair.
|
|
@@ -512,7 +512,7 @@ this.position.offset+=e<65536?1:2)}},
|
|
|
512
512
|
* following the prefix and return true. Otherwise, don't bump the parser
|
|
513
513
|
* and return false.
|
|
514
514
|
*/
|
|
515
|
-
e.prototype.bumpIf=function(e){if(
|
|
515
|
+
e.prototype.bumpIf=function(e){if(nn(this.message,e,this.offset())){for(var t=0;t<e.length;t++)this.bump();return!0}return!1},
|
|
516
516
|
/**
|
|
517
517
|
* Bump the parser until the pattern character is found and return `true`.
|
|
518
518
|
* Otherwise bump to the end of the file and return `false`.
|
|
@@ -524,7 +524,7 @@ e.prototype.bumpUntil=function(e){var t=this.offset(),n=this.message.indexOf(e,t
|
|
|
524
524
|
*/
|
|
525
525
|
e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},
|
|
526
526
|
/** advance the parser through all whitespace to the next non-whitespace code unit. */
|
|
527
|
-
e.prototype.bumpSpace=function(){for(;!this.isEOF()&&
|
|
527
|
+
e.prototype.bumpSpace=function(){for(;!this.isEOF()&&fn(this.char());)this.bump()},
|
|
528
528
|
/**
|
|
529
529
|
* Peek at the *next* Unicode codepoint in the input without advancing the parser.
|
|
530
530
|
* If the input has been exhausted, then this returns null.
|
|
@@ -534,83 +534,83 @@ e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this
|
|
|
534
534
|
* This check if codepoint is alphabet (lower & uppercase)
|
|
535
535
|
* @param codepoint
|
|
536
536
|
* @returns
|
|
537
|
-
*/function
|
|
537
|
+
*/function hn(e){return e>=97&&e<=122||e>=65&&e<=90}function mn(e){return 45/* '-' */===e||46/* '.' */===e||e>=48&&e<=57/* 0..9 */||95/* '_' */===e||e>=97&&e<=122/** a..z */||e>=65&&e<=90/* A..Z */||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039}
|
|
538
538
|
/**
|
|
539
539
|
* Code point equivalent of regex `\p{White_Space}`.
|
|
540
540
|
* From: https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt
|
|
541
|
-
*/function
|
|
541
|
+
*/function fn(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}
|
|
542
542
|
/**
|
|
543
543
|
* Code point equivalent of regex `\p{Pattern_Syntax}`.
|
|
544
544
|
* See https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt
|
|
545
|
-
*/function
|
|
545
|
+
*/function pn(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function gn(e){e.forEach((function(e){if(delete e.location,xt(e)||$t(e))for(var t in e.options)delete e.options[t].location,gn(e.options[t].value);else bt(e)&&Tt(e.style)||(wt(e)||_t(e))&&Mt(e.style)?delete e.style.location:Ct(e)&&gn(e.children)}))}function yn(e,t){void 0===t&&(t={}),t=pt({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var n=new dn(e,t).parse();if(n.err){var r=SyntaxError(ht[n.err.kind]);
|
|
546
546
|
// @ts-expect-error Assign to error object
|
|
547
547
|
throw r.location=n.err.location,
|
|
548
548
|
// @ts-expect-error Assign to error object
|
|
549
|
-
r.originalMessage=n.err.message,r}return(null==t?void 0:t.captureLocation)||
|
|
549
|
+
r.originalMessage=n.err.message,r}return(null==t?void 0:t.captureLocation)||gn(n.val),n.val}
|
|
550
550
|
|
|
551
551
|
// Main
|
|
552
552
|
|
|
553
|
-
function
|
|
553
|
+
function vn(e,t){var n=t&&t.cache?t.cache:Tn,r=t&&t.serializer?t.serializer:$n;return(t&&t.strategy?t.strategy:xn)(e,{cache:n,serializer:r})}
|
|
554
554
|
|
|
555
555
|
// Strategy
|
|
556
556
|
|
|
557
|
-
function
|
|
557
|
+
function bn(e,t,n,r){var i,a=null==(i=r)||"number"==typeof i||"boolean"==typeof i?r:n(r),s=t.get(a);return void 0===s&&(s=e.call(this,r),t.set(a,s)),s}function wn(e,t,n){var r=Array.prototype.slice.call(arguments,3),i=n(r),a=t.get(i);return void 0===a&&(a=e.apply(this,r),t.set(i,a)),a}function _n(e,t,n,r,i){return n.bind(t,e,r,i)}function xn(e,t){return _n(e,this,1===e.length?bn:wn,t.cache.create(),t.serializer)}
|
|
558
558
|
// Serializer
|
|
559
|
-
var
|
|
559
|
+
var $n=function(){return JSON.stringify(arguments)};
|
|
560
560
|
|
|
561
561
|
// Cache
|
|
562
562
|
|
|
563
|
-
function
|
|
563
|
+
function Sn(){this.cache=Object.create(null)}Sn.prototype.get=function(e){return this.cache[e]},Sn.prototype.set=function(e,t){this.cache[e]=t};var Cn,Tn={create:function(){
|
|
564
564
|
// @ts-ignore
|
|
565
|
-
return new
|
|
565
|
+
return new Sn}},Mn={variadic:function(e,t){return _n(e,this,wn,t.cache.create(),t.serializer)},monadic:function(e,t){return _n(e,this,bn,t.cache.create(),t.serializer)}};!function(e){
|
|
566
566
|
// When we have a placeholder but no value to format
|
|
567
567
|
e.MISSING_VALUE="MISSING_VALUE",
|
|
568
568
|
// When value supplied is invalid
|
|
569
569
|
e.INVALID_VALUE="INVALID_VALUE",
|
|
570
570
|
// When we need specific Intl API but it's not available
|
|
571
|
-
e.MISSING_INTL_API="MISSING_INTL_API"}(
|
|
571
|
+
e.MISSING_INTL_API="MISSING_INTL_API"}(Cn||(Cn={}));var En,Fn=/** @class */function(e){function t(t,n,r){var i=e.call(this,t)||this;return i.code=n,i.originalMessage=r,i}return dt(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),kn=/** @class */function(e){function t(t,n,r,i){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(n,'". Options are "').concat(Object.keys(r).join('", "'),'"'),Cn.INVALID_VALUE,i)||this}return dt(t,e),t}(Fn),Ln=/** @class */function(e){function t(t,n,r){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(n),Cn.INVALID_VALUE,r)||this}return dt(t,e),t}(Fn),Gn=/** @class */function(e){function t(t,n){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(n,'"'),Cn.MISSING_VALUE,n)||this}return dt(t,e),t}(Fn);function Pn(e){return"function"==typeof e}
|
|
572
572
|
// TODO(skeleton): add skeleton support
|
|
573
|
-
function
|
|
573
|
+
function In(e,t,n,r,i,a,
|
|
574
574
|
// For debugging
|
|
575
575
|
s){
|
|
576
576
|
// Hot path for straight simple msg translations
|
|
577
|
-
if(1===e.length&&
|
|
577
|
+
if(1===e.length&&yt(e[0]))return[{type:En.literal,value:e[0].value}];for(var o=[],l=0,c=e;l<c.length;l++){var u=c[l];
|
|
578
578
|
// Exit early for string parts.
|
|
579
|
-
if(
|
|
579
|
+
if(yt(u))o.push({type:En.literal,value:u.value});else
|
|
580
580
|
// TODO: should this part be literal type?
|
|
581
581
|
// Replace `#` in plural rules with the actual numeric value.
|
|
582
|
-
if(
|
|
582
|
+
if(St(u))"number"==typeof a&&o.push({type:En.literal,value:n.getNumberFormat(t).format(a)});else{var d=u.value;
|
|
583
583
|
// Enforce that all required values are provided by the caller.
|
|
584
|
-
if(!i||!(d in i))throw new
|
|
584
|
+
if(!i||!(d in i))throw new Gn(d,s);var h=i[d];if(vt(u))h&&"string"!=typeof h&&"number"!=typeof h||(h="string"==typeof h||"number"==typeof h?String(h):""),o.push({type:"string"==typeof h?En.literal:En.object,value:h});else
|
|
585
585
|
// Recursively format plural and select parts' option — which can be a
|
|
586
586
|
// nested pattern structure. The choosing of the option to use is
|
|
587
587
|
// abstracted-by and delegated-to the part helper object.
|
|
588
|
-
if(
|
|
588
|
+
if(wt(u)){var m="string"==typeof u.style?r.date[u.style]:Mt(u.style)?u.style.parsedOptions:void 0;o.push({type:En.literal,value:n.getDateTimeFormat(t,m).format(h)})}else if(_t(u)){m="string"==typeof u.style?r.time[u.style]:Mt(u.style)?u.style.parsedOptions:r.time.medium;o.push({type:En.literal,value:n.getDateTimeFormat(t,m).format(h)})}else if(bt(u)){(m="string"==typeof u.style?r.number[u.style]:Tt(u.style)?u.style.parsedOptions:void 0)&&m.scale&&(h*=m.scale||1),o.push({type:En.literal,value:n.getNumberFormat(t,m).format(h)})}else{if(Ct(u)){var f=u.children,p=u.value,g=i[p];if(!Pn(g))throw new Ln(p,"function",s);var y=g(In(f,t,n,r,i,a).map((function(e){return e.value})));Array.isArray(y)||(y=[y]),o.push.apply(o,y.map((function(e){return{type:"string"==typeof e?En.literal:En.object,value:e}})))}if(xt(u)){if(!(v=u.options[h]||u.options.other))throw new kn(u.value,h,Object.keys(u.options),s);o.push.apply(o,In(v.value,t,n,r,i))}else if($t(u)){var v;if(!(v=u.options["=".concat(h)])){if(!Intl.PluralRules)throw new Fn('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',Cn.MISSING_INTL_API,s);var b=n.getPluralRules(t,{type:u.pluralType}).select(h-(u.offset||0));v=u.options[b]||u.options.other}if(!v)throw new kn(u.value,h,Object.keys(u.options),s);o.push.apply(o,In(v.value,t,n,r,i,h-(u.offset||0)))}else;}}}return function(e){return e.length<2?e:e.reduce((function(e,t){var n=e[e.length-1];return n&&n.type===En.literal&&t.type===En.literal?n.value+=t.value:e.push(t),e}),[])}(o)}
|
|
589
589
|
/*
|
|
590
590
|
Copyright (c) 2014, Yahoo! Inc. All rights reserved.
|
|
591
591
|
Copyrights licensed under the New BSD License.
|
|
592
592
|
See the accompanying LICENSE file for terms.
|
|
593
593
|
*/
|
|
594
594
|
// -- MessageFormat --------------------------------------------------------
|
|
595
|
-
function
|
|
595
|
+
function Dn(e,t){return t?Object.keys(e).reduce((function(n,r){var i,a;return n[r]=(i=e[r],(a=t[r])?pt(pt(pt({},i||{}),a||{}),Object.keys(i).reduce((function(e,t){return e[t]=pt(pt({},i[t]),a[t]||{}),e}),{})):i),n}),pt({},e)):e}function On(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,n){e[t]=n}}}}}!function(e){e[e.literal=0]="literal",e[e.object=1]="object"}(En||(En={}));var An=/** @class */function(){function e(t,n,r,i){var a,s=this;if(void 0===n&&(n=e.defaultLocale),this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(e){var t=s.formatToParts(e);
|
|
596
596
|
// Hot path for straight simple msg translations
|
|
597
|
-
if(1===t.length)return t[0].value;var n=t.reduce((function(e,t){return e.length&&t.type===
|
|
597
|
+
if(1===t.length)return t[0].value;var n=t.reduce((function(e,t){return e.length&&t.type===En.literal&&"string"==typeof e[e.length-1]?e[e.length-1]+=t.value:e.push(t.value),e}),[]);return n.length<=1?n[0]||"":n},this.formatToParts=function(e){return In(s.ast,s.locales,s.formatters,s.formats,e,void 0,s.message)},this.resolvedOptions=function(){return{locale:s.resolvedLocale.toString()}},this.getAst=function(){return s.ast},
|
|
598
598
|
// Defined first because it's used to build the format pattern.
|
|
599
599
|
this.locales=n,this.resolvedLocale=e.resolveLocale(n),"string"==typeof t){if(this.message=t,!e.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
600
600
|
// Parse string messages into an AST.
|
|
601
601
|
this.ast=e.__parse(t,{ignoreTag:null==i?void 0:i.ignoreTag,locale:this.resolvedLocale})}else this.ast=t;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");
|
|
602
602
|
// Creates a new object with the specified `formats` merged with the default
|
|
603
603
|
// formats.
|
|
604
|
-
this.formats=
|
|
604
|
+
this.formats=Dn(e.formats,r),this.formatters=i&&i.formatters||(void 0===(a=this.formatterCache)&&(a={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:vn((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.NumberFormat).bind.apply(e,gt([void 0],t,!1)))}),{cache:On(a.number),strategy:Mn.variadic}),getDateTimeFormat:vn((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.DateTimeFormat).bind.apply(e,gt([void 0],t,!1)))}),{cache:On(a.dateTime),strategy:Mn.variadic}),getPluralRules:vn((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.PluralRules).bind.apply(e,gt([void 0],t,!1)))}),{cache:On(a.pluralRules),strategy:Mn.variadic})})}return Object.defineProperty(e,"defaultLocale",{get:function(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=(new Intl.NumberFormat).resolvedOptions().locale),e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.resolveLocale=function(e){var t=Intl.NumberFormat.supportedLocalesOf(e);return t.length>0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=yn,
|
|
605
605
|
// Default format options used as the prototype of the `formats` provided to the
|
|
606
606
|
// constructor. These are used when constructing the internal Intl.NumberFormat
|
|
607
607
|
// and Intl.DateTimeFormat instances.
|
|
608
|
-
e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}(),Rn=
|
|
608
|
+
e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}(),Rn=An;
|
|
609
609
|
/*
|
|
610
610
|
Copyright (c) 2014, Yahoo! Inc. All rights reserved.
|
|
611
611
|
Copyrights licensed under the New BSD License.
|
|
612
612
|
See the accompanying LICENSE file for terms.
|
|
613
|
-
*/const
|
|
613
|
+
*/const Nn={},Hn=(e,t,n)=>n?(t in Nn||(Nn[t]={}),e in Nn[t]||(Nn[t][e]=n),n):n,Bn=(e,t)=>{if(null==t)return;if(t in Nn&&e in Nn[t])return Nn[t][e];const n=ar(t);for(let r=0;r<n.length;r++){const i=zn(n[r],e);if(i)return Hn(e,t,i)}};let Un;const Yn=Qe({});function jn(e){return e in Un}function zn(e,t){if(!jn(e))return null;const n=function(e){return Un[e]||null}(e);return function(e,t){if(null==t)return;if(t in e)return e[t];const n=t.split(".");let r=e;for(let e=0;e<n.length;e++)if("object"==typeof r){if(e>0){const t=n.slice(e,n.length).join(".");if(t in r){r=r[t];break}}r=r[n[e]]}else r=void 0;return r}(n,t)}function Wn(e,...t){delete Nn[e],Yn.update((n=>(n[e]=ct.all([n[e]||{},...t]),n)))}et([Yn],(([e])=>Object.keys(e))),Yn.subscribe((e=>Un=e));const Vn={};function Zn(e){return Vn[e]}function Kn(e){return null!=e&&ar(e).some((e=>{var t;return null===(t=Zn(e))||void 0===t?void 0:t.size}))}const Xn={};function qn(e){if(!Kn(e))return e in Xn?Xn[e]:Promise.resolve();const t=function(e){return ar(e).map((e=>{const t=Zn(e);return[e,t?[...t]:[]]})).filter((([,e])=>e.length>0))}(e);return Xn[e]=Promise.all(t.map((([e,t])=>function(e,t){const n=Promise.all(t.map((t=>(function(e,t){Vn[e].delete(t),0===Vn[e].size&&delete Vn[e]}(e,t),t().then((e=>e.default||e))))));return n.then((t=>Wn(e,...t)))}(e,t)))).then((()=>{if(Kn(e))return qn(e);delete Xn[e]})),Xn[e]}
|
|
614
614
|
/*! *****************************************************************************
|
|
615
615
|
Copyright (c) Microsoft Corporation.
|
|
616
616
|
|
|
@@ -624,20 +624,20 @@ e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"}
|
|
|
624
624
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
625
625
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
626
626
|
PERFORMANCE OF THIS SOFTWARE.
|
|
627
|
-
***************************************************************************** */function
|
|
627
|
+
***************************************************************************** */function Jn(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 Qn={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 er(){return Qn}const tr=Qe(!1);let nr;const rr=Qe(null);function ir(e){return e.split("-").map(((e,t,n)=>n.slice(0,t+1).join("-"))).reverse()}function ar(e,t=er().fallbackLocale){const n=ir(e);return t?[...new Set([...n,...ir(t)])]:n}function sr(){return null!=nr?nr:void 0}rr.subscribe((e=>{nr=null!=e?e:void 0,"undefined"!=typeof window&&null!=e&&document.documentElement.setAttribute("lang",e)}));const or=Object.assign(Object.assign({},rr),{set:e=>{if(e&&function(e){if(null==e)return;const t=ar(e);for(let e=0;e<t.length;e++){const n=t[e];if(jn(n))return n}}(e)&&Kn(e)){const{loadingDelay:t}=er();let n;return"undefined"!=typeof window&&null!=sr()&&t?n=window.setTimeout((()=>tr.set(!0)),t):tr.set(!0),qn(e).then((()=>{rr.set(e)})).finally((()=>{clearTimeout(n),tr.set(!1)}))}return rr.set(e)}}),lr=e=>{const t=Object.create(null);return n=>{const r=JSON.stringify(n);return r in t?t[r]:t[r]=e(n)}},cr=(e,t)=>{const{formats:n}=er();if(e in n&&t in n[e])return n[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},ur=lr((e=>{var{locale:t,format:n}=e,r=Jn(e,["locale","format"]);if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(r=cr("number",n)),new Intl.NumberFormat(t,r)})),dr=lr((e=>{var{locale:t,format:n}=e,r=Jn(e,["locale","format"]);if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?r=cr("date",n):0===Object.keys(r).length&&(r=cr("date","short")),new Intl.DateTimeFormat(t,r)})),hr=lr((e=>{var{locale:t,format:n}=e,r=Jn(e,["locale","format"]);if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?r=cr("time",n):0===Object.keys(r).length&&(r=cr("time","short")),new Intl.DateTimeFormat(t,r)})),mr=lr(((e,t=sr())=>new Rn(e,t,er().formats,{ignoreTag:er().ignoreTag}))),fr=(e,t={})=>{var n,r,i,a;let s=t;"object"==typeof e&&(s=e,e=s.id);const{values:o,locale:l=sr(),default:c}=s;if(null==l)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let u=Bn(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!==(a=null!==(i=null===(r=(n=er()).handleMissingMessage)||void 0===r?void 0:r.call(n,{locale:l,id:e,defaultValue:c}))&&void 0!==i?i:c)&&void 0!==a?a:e;if(!o)return u;let d=u;try{d=mr(u,l).format(o)}catch(t){console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,t.message)}return d},pr=(e,t)=>((e={})=>{var{locale:t=sr()}=e,n=Jn(e,["locale"]);return hr(Object.assign({locale:t},n))})(t).format(e),gr=(e,t)=>((e={})=>{var{locale:t=sr()}=e,n=Jn(e,["locale"]);return dr(Object.assign({locale:t},n))})(t).format(e),yr=(e,t)=>((e={})=>{var{locale:t=sr()}=e,n=Jn(e,["locale"]);return ur(Object.assign({locale:t},n))})(t).format(e),vr=(e,t=sr())=>Bn(e,t),br=et([or,Yn],(()=>fr));et([or],(()=>pr)),et([or],(()=>gr)),et([or],(()=>yr)),et([or,Yn],(()=>vr)),window.emWidgets={topic:(e,t=0)=>{if(-1==Xe.indexOf(e)){let n=new Ke(t);qe[e]=n,Xe.push(e)}return qe[e]}};
|
|
628
628
|
/**
|
|
629
629
|
* @name isMobile
|
|
630
630
|
* @description A method that returns if the browser used to access the app is from a mobile device or not
|
|
631
631
|
* @param {String} userAgent window.navigator.userAgent
|
|
632
632
|
* @returns {Boolean} true or false
|
|
633
633
|
*/
|
|
634
|
-
const
|
|
634
|
+
const wr=e=>!!(e.toLowerCase().match(/android/i)||e.toLowerCase().match(/blackberry|bb/i)||e.toLowerCase().match(/iphone|ipad|ipod/i)||e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i)),_r=e=>e.toLowerCase().match(/android/i)?"Android":e.toLowerCase().match(/iphone/i)?"iPhone":e.toLowerCase().match(/ipad|ipod/i)?"iPad":"PC";
|
|
635
635
|
/**
|
|
636
636
|
* @name getDevice
|
|
637
637
|
* @description A method that returns the type of the device
|
|
638
638
|
* @param {String} userAgent window.navigator.userAgent
|
|
639
639
|
* @returns {String} Android/iPhone/iPad/PC
|
|
640
|
-
*/function
|
|
640
|
+
*/function xr(e,t){Wn(e,t)}const $r={en:{Translations:{favorites:"Favorites",mostPlayed:"Most Played",recentlyPlayed:"Last Played"}},"zh-hk":{Translations:{favorites:"Favorites",mostPlayed:"Most Played",recentlyPlayed:"Last Played"}},de:{Translations:{favorites:"Favorites",mostPlayed:"Most Played",recentlyPlayed:"Last Played"}},it:{Translations:{favorites:"Favorites",mostPlayed:"Most Played",recentlyPlayed:"Last Played"}},fr:{Translations:{favorites:"Favorites",mostPlayed:"Most Played",recentlyPlayed:"Last Played"}},es:{Translations:{favorites:"Favorites",mostPlayed:"Most Played",recentlyPlayed:"Last Played"}},tr:{Translations:{favorites:"Favorites",mostPlayed:"Most Played",recentlyPlayed:"Last Played"}},ru:{Translations:{favorites:"Favorites",mostPlayed:"Most Played",recentlyPlayed:"Last Played"}},ro:{Translations:{favorites:"Favorites",mostPlayed:"Most Played",recentlyPlayed:"Last Played"}},hr:{Translations:{favorites:"Favorites",mostPlayed:"Most Played",recentlyPlayed:"Last Played"}},hu:{Translations:{favorites:"Favorites",mostPlayed:"Most Played",recentlyPlayed:"Last Played"}},pl:{Translations:{favorites:"Favorites",mostPlayed:"Most Played",recentlyPlayed:"Last Played"}},pt:{Translations:{favorites:"Favorites",mostPlayed:"Most Played",recentlyPlayed:"Last Played"}},sl:{Translations:{favorites:"Favorites",mostPlayed:"Most Played",recentlyPlayed:"Last Played"}},sr:{Translations:{favorites:"Favorites",mostPlayed:"Most Played",recentlyPlayed:"Last Played"}}};function Sr(e,t){Wn(e,t)}const Cr={en:{gamesCategorySection:{showMore:"More",viewAll:"Show all",searchedItems:"Search result",recentSearchedItems:"Recently searched",favorites:"Favorites",noRecentSearch:"No search started yet. Simply search for a game.",noResults:"Sorry, no results found. Please try again.",noFavoritesMobile:"Click on the star icon at the top right corner of a game to save it as favorite.",noFavorites:"Click on the star icon at the top right corner of a game to save it as favorite.",noFavoritesTitle:"You do not have any favored games yet.",waiting:"Waiting"}},"zh-hk":{gamesCategorySection:{showMore:"更多的",viewAll:"顯示所有",searchedItems:"搜索結果",recentSearchedItems:"最近搜索過",favorites:"收藏夹",noRecentSearch:"尚未開始搜索。 只需搜索遊戲。",noResults:"抱歉,沒有找到結果。 請再試一次。",noFavoritesMobile:"您現在可以通過點擊遊戲頁面上的星形圖標將游戲添加到收藏夾。",noFavorites:"您現在可以通過單擊遊戲縮略圖上的星形圖標將游戲添加到收藏夾。",noFavoritesTitle:"您還沒有任何喜歡的遊戲。",waiting:"等待"}},de:{gamesCategorySection:{showMore:"Mehr",viewAll:"Alle anzeigen",searchedItems:"Ergebnis suchen",recentSearchedItems:"Zuletzt gesucht",noRecentSearch:"Noch keine Suche gestartet. Einfach nach einem Spiel suchen.",noResults:"Sorry, kein Treffer. Bitte erneut versuchen.",noResults:"Sorry, no results found. Please try again.",noFavoritesMobile:"Klicke auf das Sternsymbol in der oberen rechten Ecke eines Spiels, um es als Favorit zu speichern.",noFavorites:"Klicke auf das Sternsymbol in der oberen rechten Ecke eines Spiels, um es als Favorit zu speichern.",noFavoritesTitle:"You do not have any favored games yet.",waiting:"Waiting"}},it:{gamesCategorySection:{showMore:"Altro",viewAll:"Mostra tutto",searchedItems:"risultato",recentSearchedItems:"Ricerche recenti",noRecentSearch:"Non sono ancora state avviate ricerche. Esegui semplicemente la ricerca per un gioco.",noResults:"Spiacenti, nessun risultato. Si prega di riprovare."}},fr:{gamesCategorySection:{showMore:"Plus de",viewAll:"Afficher tous",searchedItems:"Recherche du resultat",recentSearchedItems:"Recherches récentes",favorites:"Favoris",noRecentSearch:"Aucune recherche n'a encore été lancée . il suffit de chercher un jeu.",noResults:"Désolé , aucun résultat trouvé.veuillez réessayer.",noFavoritesMobile:"Vous pouvez désormais ajouter des jeux à vos favoris en cliquant sur l'icone étoile située sur la page du jeu.",noFavorites:"Vous pouvez désormais ajouter des jeux à vos favoris en cliquant sur l'icone en forme d'etoile située sur la vignette du jeu",noFavoritesTitle:"Vous n'avez pas encore de jeux favoris.",waiting:"Attente"}},es:{gamesCategorySection:{showMore:"Más",viewAll:"Mostrar todas",searchedItems:"Resultado de busqueda",recentSearchedItems:"Buscado recientemente",favorites:"Favoritos",noRecentSearch:"Aún no inicia busqueda. Solo busque un juego",noResults:"Disculpe",noFavoritesMobile:"Ahora puede agregar juegos a sus Favoritos dando clic al ícono de estrella en esta página",noFavorites:"Ahora puede agregar juegos a sus Favoritos dando click al ícono de la miniatura del juego.",noFavoritesTitle:"No tiene juegos Favoritos aún",waiting:"Cargando"}},tr:{gamesCategorySection:{showMore:"Daha fazla göster",viewAll:"Hepsini gör",searchedItems:"Aranan öğeler",recentSearchedItems:"Son Aranan Öğeler",noRecentSearch:"Henüz arama başlamadı. Sadece bir oyun arayın.",noResults:"Üzgünüz, sonuç bulunamadı. Lütfen tekrar deneyin"}},ru:{gamesCategorySection:{showMore:"Показать больше",viewAll:"Посмотреть все",searchedItems:"Искомые товары",recentSearchedItems:"Недавние поисковые запросы",noRecentSearch:"Поиск еще не начался. Просто найдите игру.",noResults:"Извините, результатов не найдено. Пожалуйста, попробуйте еще раз"}},ro:{gamesCategorySection:{showMore:"Arata mai mult",viewAll:"Vezi toate",searchedItems:"Rezultatele cautarii",recentSearchedItems:"Cautari recente",favorites:"Favorite",noRecentSearch:"Nici o căutare nu a început încă. Pur și simplu căutați un joc.",noResults:"Ne pare rau, nu s-au gasit rezultate. Va rugam sa incercati din nou",noFavoritesMobile:"Acum puteți adăuga jocuri la favorite atingând pictograma stea situată pe pagina jocului.",noFavorites:"Acum puteți adăuga jocuri la favorite făcând clic pe pictograma stea situată pe miniatura jocului.",noFavoritesTitle:"Nu aveți încă niciun joc preferat.",waiting:"Aşteptare"}},hr:{gamesCategorySection:{showMore:"Više",viewAll:"Pokaži sve",searchedItems:"Pretraži rezultat",recentSearchedItems:"Zadnje pretrage",noRecentSearch:"Pretraživanje nije pokrenuto. Jednostavno potražite željenu igru.",noResults:"Žao nam je, nema rezultata. Molimo pokušajte ponovno."}},hu:{gamesCategorySection:{showMore:"Több",viewAll:"Az összes megjelenítése",searchedItems:"Keresés eredménye",recentSearchedItems:"Legutóbb keresett",noRecentSearch:"A keresés még nem kezdődött el. Egyszerűen keressen egy játékot.",noResults:"Sajnos nincs találat. Kérjük próbálja újra."}},pl:{gamesCategorySection:{showMore:"Więcej",viewAll:"Pokaż wszystkie",searchedItems:"Wynik wyszukiwania",recentSearchedItems:"Ostatnio wyszukiwane",noRecentSearch:"Nie rozpoczęto wyszukiwania. W prosty sposób wyszukaj grę.",noResults:"Przepraszamy, brak wyników. Prosimy spróbować ponownie."}},pt:{gamesCategorySection:{showMore:"Mais",viewAll:"Mostre tudo",searchedItems:"Resultado da pesquisa",recentSearchedItems:"Pesquisado recentemente",favorites:"Favorito",noRecentSearch:"Nenhuma pesquisa foi iniciada ainda. Simplesmente procure por um jogo.",noResults:"Desculpe, nenhum resultado encontrado. Por favor, tente novamente.",noFavoritesMobile:"Agora você pode adicionar jogos aos favoritos tocando no ícone da estrela localizado na página do jogo.",noFavorites:"Agora você pode adicionar jogos aos favoritos clicando no ícone da estrela localizado na miniatura do jogo.",noFavoritesTitle:"Você ainda não tem nenhum jogo favorito.",waiting:"Aguardando"}},sl:{gamesCategorySection:{showMore:"Več",viewAll:"Prikaži vse",searchedItems:"Rezultati iskanja",recentSearchedItems:"Nedavno iskanje",noRecentSearch:"Niste še začeli z iskanjem. Enostavno poiščite želeno igro.",noResults:"Oprostite, ni rezultata. Prosimo poizkusite ponovno."}},sr:{gamesCategorySection:{showMore:"Više",viewAll:"Prikaži sve",searchedItems:"Pretraži rezultat",recentSearchedItems:"Zadnja pretraga",noRecentSearch:"Još nije pokrenuta pretraga. Jednostavno pretraži igre.",noResults:"Žao nam je, nema pogodaka. Pokušaj ponovo."}}};var Tr=function(e,t,n){return e(n={path:t,exports:{},require:function(e,t){return fe(null==t&&n.path)}},n.exports),n.exports}((function(e,t){e.exports=function(){var t,n;function r(){return t.apply(null,arguments)}
|
|
641
641
|
// This is done to register the method called with moment()
|
|
642
642
|
// without creating circular dependencies.
|
|
643
643
|
function i(e){t=e}function a(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function s(e){
|
|
@@ -653,22 +653,22 @@ n=Array.prototype.some?Array.prototype.some:function(e){var t,n=Object(this),r=n
|
|
|
653
653
|
function x(e){_(this,e),this._d=new Date(null!=e._d?e._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),
|
|
654
654
|
// Prevent infinite loop in case updateOffset creates new moment
|
|
655
655
|
// objects.
|
|
656
|
-
!1===w&&(w=!0,r.updateOffset(this),w=!1)}function $(e){return e instanceof x||null!=e&&null!=e._isAMomentObject}function S(e){!1===r.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function C(e,t){var n=!0;return m((function(){if(null!=r.deprecationHandler&&r.deprecationHandler(null,e),n){var i,a,s,l=[],c=arguments.length;for(a=0;a<c;a++){if(i="","object"==typeof arguments[a]){for(s in i+="\n["+a+"] ",arguments[0])o(arguments[0],s)&&(i+=s+": "+arguments[0][s]+", ");i=i.slice(0,-2)}else i=arguments[a];l.push(i)}S(e+"\nArguments: "+Array.prototype.slice.call(l).join("")+"\n"+(new Error).stack),n=!1}return t.apply(this,arguments)}),t)}var T,M={};function E(e,t){null!=r.deprecationHandler&&r.deprecationHandler(e,t),M[e]||(S(t),M[e]=!0)}function F(e){return"undefined"!=typeof Function&&e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}function
|
|
656
|
+
!1===w&&(w=!0,r.updateOffset(this),w=!1)}function $(e){return e instanceof x||null!=e&&null!=e._isAMomentObject}function S(e){!1===r.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function C(e,t){var n=!0;return m((function(){if(null!=r.deprecationHandler&&r.deprecationHandler(null,e),n){var i,a,s,l=[],c=arguments.length;for(a=0;a<c;a++){if(i="","object"==typeof arguments[a]){for(s in i+="\n["+a+"] ",arguments[0])o(arguments[0],s)&&(i+=s+": "+arguments[0][s]+", ");i=i.slice(0,-2)}else i=arguments[a];l.push(i)}S(e+"\nArguments: "+Array.prototype.slice.call(l).join("")+"\n"+(new Error).stack),n=!1}return t.apply(this,arguments)}),t)}var T,M={};function E(e,t){null!=r.deprecationHandler&&r.deprecationHandler(e,t),M[e]||(S(t),M[e]=!0)}function F(e){return"undefined"!=typeof Function&&e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}function k(e){var t,n;for(n in e)o(e,n)&&(F(t=e[n])?this[n]=t:this["_"+n]=t);this._config=e,
|
|
657
657
|
// Lenient ordinal parsing accepts just a number in addition to
|
|
658
658
|
// number + (possibly) stuff coming from _dayOfMonthOrdinalParse.
|
|
659
659
|
// TODO: Remove "ordinalParse" fallback in next major release.
|
|
660
660
|
this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function L(e,t){var n,r=m({},e);for(n in t)o(t,n)&&(s(e[n])&&s(t[n])?(r[n]={},m(r[n],e[n]),m(r[n],t[n])):null!=t[n]?r[n]=t[n]:delete r[n]);for(n in e)o(e,n)&&!o(t,n)&&s(e[n])&&(
|
|
661
661
|
// make sure changes to properties don't modify parent config
|
|
662
|
-
r[n]=m({},r[n]));return r}function
|
|
662
|
+
r[n]=m({},r[n]));return r}function G(e){null!=e&&this.set(e)}r.suppressDeprecationWarnings=!1,r.deprecationHandler=null,T=Object.keys?Object.keys:function(e){var t,n=[];for(t in e)o(e,t)&&n.push(t);return n};var P={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function I(e,t,n){var r=this._calendar[e]||this._calendar.sameElse;return F(r)?r.call(t,n):r}function D(e,t,n){var r=""+Math.abs(e),i=t-r.length;return(e>=0?n?"+":"":"-")+Math.pow(10,Math.max(0,i)).toString().substr(1)+r}var O=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,A=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,R={},N={};
|
|
663
663
|
// token: 'M'
|
|
664
664
|
// padded: ['MM', 2]
|
|
665
665
|
// ordinal: 'Mo'
|
|
666
666
|
// callback: function () { this.month() + 1 }
|
|
667
|
-
function H(e,t,n,r){var i=r;"string"==typeof r&&(i=function(){return this[r]()}),e&&(
|
|
667
|
+
function H(e,t,n,r){var i=r;"string"==typeof r&&(i=function(){return this[r]()}),e&&(N[e]=i),t&&(N[t[0]]=function(){return D(i.apply(this,arguments),t[1],t[2])}),n&&(N[n]=function(){return this.localeData().ordinal(i.apply(this,arguments),e)})}function B(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function U(e){var t,n,r=e.match(O);for(t=0,n=r.length;t<n;t++)N[r[t]]?r[t]=N[r[t]]:r[t]=B(r[t]);return function(t){var i,a="";for(i=0;i<n;i++)a+=F(r[i])?r[i].call(t,e):r[i];return a}}
|
|
668
668
|
// format date using native date object
|
|
669
|
-
function Y(e,t){return e.isValid()?(t=j(t,e.localeData()),
|
|
669
|
+
function Y(e,t){return e.isValid()?(t=j(t,e.localeData()),R[t]=R[t]||U(t),R[t](e)):e.localeData().invalidDate()}function j(e,t){var n=5;function r(e){return t.longDateFormat(e)||e}for(A.lastIndex=0;n>=0&&A.test(e);)e=e.replace(A,r),A.lastIndex=0,n-=1;return e}var z={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function W(e){var t=this._longDateFormat[e],n=this._longDateFormat[e.toUpperCase()];return t||!n?t:(this._longDateFormat[e]=n.match(O).map((function(e){return"MMMM"===e||"MM"===e||"DD"===e||"dddd"===e?e.slice(1):e})).join(""),this._longDateFormat[e])}var V="Invalid date";function Z(){return this._invalidDate}var K="%d",X=/\d{1,2}/;function q(e){return this._ordinal.replace("%d",e)}var J={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function Q(e,t,n,r){var i=this._relativeTime[n];return F(i)?i(e,t,n,r):i.replace(/%d/i,e)}function ee(e,t){var n=this._relativeTime[e>0?"future":"past"];return F(n)?n(t):n.replace(/%s/i,t)}var te={};function ne(e,t){var n=e.toLowerCase();te[n]=te[n+"s"]=te[t]=e}function re(e){return"string"==typeof e?te[e]||te[e.toLowerCase()]:void 0}function ie(e){var t,n,r={};for(n in e)o(e,n)&&(t=re(n))&&(r[t]=e[n]);return r}var ae={};function se(e,t){ae[e]=t}function oe(e){var t,n=[];for(t in e)o(e,t)&&n.push({unit:t,priority:ae[t]});return n.sort((function(e,t){return e.priority-t.priority})),n}function le(e){return e%4==0&&e%100!=0||e%400==0}function ce(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function ue(e){var t=+e,n=0;return 0!==t&&isFinite(t)&&(n=ce(t)),n}function de(e,t){return function(n){return null!=n?(me(this,e,n),r.updateOffset(this,t),this):he(this,e)}}function he(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function me(e,t,n){e.isValid()&&!isNaN(n)&&("FullYear"===t&&le(e.year())&&1===e.month()&&29===e.date()?(n=ue(n),e._d["set"+(e._isUTC?"UTC":"")+t](n,e.month(),et(n,e.month()))):e._d["set"+(e._isUTC?"UTC":"")+t](n))}
|
|
670
670
|
// MOMENTS
|
|
671
|
-
function
|
|
671
|
+
function pe(e){return F(this[e=re(e)])?this[e]():this}function ge(e,t){if("object"==typeof e){var n,r=oe(e=ie(e)),i=r.length;for(n=0;n<i;n++)this[r[n].unit](e[r[n].unit])}else if(F(this[e=re(e)]))return this[e](t);return this}var ye,ve=/\d/,// 0 - 9
|
|
672
672
|
be=/\d\d/,// 00 - 99
|
|
673
673
|
we=/\d{3}/,// 000 - 999
|
|
674
674
|
_e=/\d{4}/,// 0000 - 9999
|
|
@@ -680,15 +680,15 @@ Te=/\d{1,3}/,// 0 - 999
|
|
|
680
680
|
Me=/\d{1,4}/,// 0 - 9999
|
|
681
681
|
Ee=/[+-]?\d{1,6}/,// -999999 - 999999
|
|
682
682
|
Fe=/\d+/,// 0 - inf
|
|
683
|
-
|
|
683
|
+
ke=/[+-]?\d+/,// -inf - inf
|
|
684
684
|
Le=/Z|[+-]\d\d:?\d\d/gi,// +00:00 -00:00 +0000 -0000 or Z
|
|
685
|
-
|
|
685
|
+
Ge=/Z|[+-]\d\d(?::?\d\d)?/gi,// +00 -00 +00:00 -00:00 +0000 -0000 or Z
|
|
686
686
|
Pe=/[+-]?\d+(\.\d{1,3})?/,// 123456789 123456789.123
|
|
687
687
|
// any word (or two) characters or numbers including two/three word month in arabic.
|
|
688
688
|
// includes scottish gaelic two word and hyphenated months
|
|
689
689
|
Ie=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i;function De(e,t,n){ye[e]=F(t)?t:function(e,r){return e&&n?n:t}}function Oe(e,t){return o(ye,e)?ye[e](t._strict,t._locale):new RegExp(Ae(e))}
|
|
690
690
|
// Code from http://stackoverflow.com/questions/3561493/is-there-a-regexp-escape-function-in-javascript
|
|
691
|
-
function Ae(e){return
|
|
691
|
+
function Ae(e){return Re(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(e,t,n,r,i){return t||n||r||i})))}function Re(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}ye={};var Ne={};function He(e,t){var n,r,i=t;for("string"==typeof e&&(e=[e]),u(t)&&(i=function(e,n){n[t]=ue(e)}),r=e.length,n=0;n<r;n++)Ne[e[n]]=i}function Be(e,t){He(e,(function(e,n,r,i){r._w=r._w||{},t(e,r._w,r,i)}))}function Ue(e,t,n){null!=t&&o(Ne,e)&&Ne[e](t,n._a,n,e)}var Ye,je=0,ze=1,We=2,Ve=3,Ze=4,Ke=5,Xe=6,qe=7,Je=8;function Qe(e,t){return(e%t+t)%t}function et(e,t){if(isNaN(e)||isNaN(t))return NaN;var n=Qe(t,12);return e+=(t-n)/12,1===n?le(e)?29:28:31-n%7%2}
|
|
692
692
|
// FORMATTING
|
|
693
693
|
Ye=Array.prototype.indexOf?Array.prototype.indexOf:function(e){
|
|
694
694
|
// I know
|
|
@@ -723,7 +723,7 @@ if(!u(t=e.localeData().monthsParse(t)))return e;return n=Math.min(e.date(),et(e.
|
|
|
723
723
|
n=f([2e3,t]),r.push(this.monthsShort(n,"")),i.push(this.months(n,"")),a.push(this.months(n,"")),a.push(this.monthsShort(n,""));
|
|
724
724
|
// Sorting makes sure if one month (or abbr) is a prefix of another it
|
|
725
725
|
// will match the longer piece.
|
|
726
|
-
for(r.sort(e),i.sort(e),a.sort(e),t=0;t<12;t++)r[t]=
|
|
726
|
+
for(r.sort(e),i.sort(e),a.sort(e),t=0;t<12;t++)r[t]=Re(r[t]),i[t]=Re(i[t]);for(t=0;t<24;t++)a[t]=Re(a[t]);this._monthsRegex=new RegExp("^("+a.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+i.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+r.join("|")+")","i")}
|
|
727
727
|
// FORMATTING
|
|
728
728
|
// HELPERS
|
|
729
729
|
function gt(e){return le(e)?366:365}
|
|
@@ -734,7 +734,7 @@ ne("year","y"),
|
|
|
734
734
|
// PRIORITIES
|
|
735
735
|
se("year",1),
|
|
736
736
|
// PARSING
|
|
737
|
-
De("Y",
|
|
737
|
+
De("Y",ke),De("YY",$e,be),De("YYYY",Me,_e),De("YYYYY",Ee,xe),De("YYYYYY",Ee,xe),He(["YYYYY","YYYYYY"],je),He("YYYY",(function(e,t){t[je]=2===e.length?r.parseTwoDigitYear(e):ue(e)})),He("YY",(function(e,t){t[je]=r.parseTwoDigitYear(e)})),He("Y",(function(e,t){t[je]=parseInt(e,10)})),r.parseTwoDigitYear=function(e){return ue(e)+(ue(e)>68?1900:2e3)};
|
|
738
738
|
// MOMENTS
|
|
739
739
|
var yt=de("FullYear",!0);function vt(){return le(this.year())}function bt(e,t,n,r,i,a,s){
|
|
740
740
|
// can't just apply() to create a date:
|
|
@@ -765,10 +765,10 @@ se("week",5),se("isoWeek",5),
|
|
|
765
765
|
De("w",$e),De("ww",$e,be),De("W",$e),De("WW",$e,be),Be(["w","ww","W","WW"],(function(e,t,n,r){t[r.substr(0,1)]=ue(e)}));var Tt={dow:0,// Sunday is the first day of the week.
|
|
766
766
|
doy:6};function Mt(){return this._week.dow}function Et(){return this._week.doy}
|
|
767
767
|
// MOMENTS
|
|
768
|
-
function Ft(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")}function
|
|
768
|
+
function Ft(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")}function kt(e){var t=$t(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")}
|
|
769
769
|
// FORMATTING
|
|
770
770
|
// HELPERS
|
|
771
|
-
function Lt(e,t){return"string"!=typeof e?e:isNaN(e)?"number"==typeof(e=t.weekdaysParse(e))?e:null:parseInt(e,10)}function
|
|
771
|
+
function Lt(e,t){return"string"!=typeof e?e:isNaN(e)?"number"==typeof(e=t.weekdaysParse(e))?e:null:parseInt(e,10)}function Gt(e,t){return"string"==typeof e?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}
|
|
772
772
|
// LOCALES
|
|
773
773
|
function Pt(e,t){return e.slice(t,7).concat(e.slice(0,t))}H("d",0,"do","day"),H("dd",0,0,(function(e){return this.localeData().weekdaysMin(this,e)})),H("ddd",0,0,(function(e){return this.localeData().weekdaysShort(this,e)})),H("dddd",0,0,(function(e){return this.localeData().weekdays(this,e)})),H("e",0,0,"weekday"),H("E",0,0,"isoWeekday"),
|
|
774
774
|
// ALIASES
|
|
@@ -778,7 +778,7 @@ se("day",11),se("weekday",11),se("isoWeekday",11),
|
|
|
778
778
|
// PARSING
|
|
779
779
|
De("d",$e),De("e",$e),De("E",$e),De("dd",(function(e,t){return t.weekdaysMinRegex(e)})),De("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),De("dddd",(function(e,t){return t.weekdaysRegex(e)})),Be(["dd","ddd","dddd"],(function(e,t,n,r){var i=n._locale.weekdaysParse(e,r,n._strict);
|
|
780
780
|
// if we didn't get a weekday name, mark the date as invalid
|
|
781
|
-
null!=i?t.d=i:g(n).invalidWeekday=e})),Be(["d","e","E"],(function(e,t,n,r){t[r]=ue(e)}));var It="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Dt="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Ot="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),At=Ie,
|
|
781
|
+
null!=i?t.d=i:g(n).invalidWeekday=e})),Be(["d","e","E"],(function(e,t,n,r){t[r]=ue(e)}));var It="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Dt="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Ot="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),At=Ie,Rt=Ie,Nt=Ie;function Ht(e,t){var n=a(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(t)?"format":"standalone"];return!0===e?Pt(n,this._week.dow):e?n[e.day()]:n}function Bt(e){return!0===e?Pt(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}function Ut(e){return!0===e?Pt(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin}function Yt(e,t,n){var r,i,a,s=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],r=0;r<7;++r)a=f([2e3,1]).day(r),this._minWeekdaysParse[r]=this.weekdaysMin(a,"").toLocaleLowerCase(),this._shortWeekdaysParse[r]=this.weekdaysShort(a,"").toLocaleLowerCase(),this._weekdaysParse[r]=this.weekdays(a,"").toLocaleLowerCase();return n?"dddd"===t?-1!==(i=Ye.call(this._weekdaysParse,s))?i:null:"ddd"===t?-1!==(i=Ye.call(this._shortWeekdaysParse,s))?i:null:-1!==(i=Ye.call(this._minWeekdaysParse,s))?i:null:"dddd"===t?-1!==(i=Ye.call(this._weekdaysParse,s))||-1!==(i=Ye.call(this._shortWeekdaysParse,s))||-1!==(i=Ye.call(this._minWeekdaysParse,s))?i:null:"ddd"===t?-1!==(i=Ye.call(this._shortWeekdaysParse,s))||-1!==(i=Ye.call(this._weekdaysParse,s))||-1!==(i=Ye.call(this._minWeekdaysParse,s))?i:null:-1!==(i=Ye.call(this._minWeekdaysParse,s))||-1!==(i=Ye.call(this._weekdaysParse,s))||-1!==(i=Ye.call(this._shortWeekdaysParse,s))?i:null}function jt(e,t,n){var r,i,a;if(this._weekdaysParseExact)return Yt.call(this,e,t,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){
|
|
782
782
|
// test the regex
|
|
783
783
|
if(
|
|
784
784
|
// make the regex if we don't have it already
|
|
@@ -788,9 +788,9 @@ function zt(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this
|
|
|
788
788
|
// behaves the same as moment#day except
|
|
789
789
|
// as a getter, returns 7 instead of 0 (1-7 range instead of 0-6)
|
|
790
790
|
// as a setter, sunday should belong to the previous week.
|
|
791
|
-
if(null!=e){var t=
|
|
791
|
+
if(null!=e){var t=Gt(e,this.localeData());return this.day(this.day()%7?t:t-7)}return this.day()||7}function Zt(e){return this._weekdaysParseExact?(o(this,"_weekdaysRegex")||qt.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(o(this,"_weekdaysRegex")||(this._weekdaysRegex=At),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)}function Kt(e){return this._weekdaysParseExact?(o(this,"_weekdaysRegex")||qt.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(o(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Rt),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Xt(e){return this._weekdaysParseExact?(o(this,"_weekdaysRegex")||qt.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(o(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Nt),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function qt(){function e(e,t){return t.length-e.length}var t,n,r,i,a,s=[],o=[],l=[],c=[];for(t=0;t<7;t++)
|
|
792
792
|
// make the regex if we don't have it already
|
|
793
|
-
n=f([2e3,1]).day(t),r=
|
|
793
|
+
n=f([2e3,1]).day(t),r=Re(this.weekdaysMin(n,"")),i=Re(this.weekdaysShort(n,"")),a=Re(this.weekdays(n,"")),s.push(r),o.push(i),l.push(a),c.push(r),c.push(i),c.push(a);
|
|
794
794
|
// Sorting makes sure if one weekday (or abbr) is a prefix of another it
|
|
795
795
|
// will match the longer piece.
|
|
796
796
|
s.sort(e),o.sort(e),l.sort(e),c.sort(e),this._weekdaysRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+o.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+s.join("|")+")","i")}
|
|
@@ -823,7 +823,7 @@ break;t--}a++}return on}function fn(e){
|
|
|
823
823
|
// Prevent names that look like filesystem paths, i.e contain '/' or '\'
|
|
824
824
|
return null!=e.match("^[^/\\\\]*$")}function pn(t){var n=null;
|
|
825
825
|
// TODO: Find a better way to register and load all the locales in Node
|
|
826
|
-
if(void 0===cn[t]&&e&&e.exports&&fn(t))try{n=on._abbr,
|
|
826
|
+
if(void 0===cn[t]&&e&&e.exports&&fn(t))try{n=on._abbr,fe(),gn(n)}catch(e){
|
|
827
827
|
// mark as not found to avoid repeating expensive file require call causing high CPU
|
|
828
828
|
// when trying to find en-US, en_US, en-us for every format call
|
|
829
829
|
cn[t]=null;// null means not found
|
|
@@ -835,7 +835,7 @@ function gn(e,t){var n;return e&&((n=c(t)?bn(e):yn(e,t))?
|
|
|
835
835
|
// moment.duration._locale = moment._locale = data;
|
|
836
836
|
on=n:"undefined"!=typeof console&&console.warn&&
|
|
837
837
|
//warn user if arguments are passed but the locale could not be set
|
|
838
|
-
console.warn("Locale "+e+" not found. Did you forget to load it?")),on._abbr}function yn(e,t){if(null!==t){var n,r=ln;if(t.abbr=e,null!=cn[e])E("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),r=cn[e]._config;else if(null!=t.parentLocale)if(null!=cn[t.parentLocale])r=cn[t.parentLocale]._config;else{if(null==(n=pn(t.parentLocale)))return un[t.parentLocale]||(un[t.parentLocale]=[]),un[t.parentLocale].push({name:e,config:t}),null;r=n._config}return cn[e]=new
|
|
838
|
+
console.warn("Locale "+e+" not found. Did you forget to load it?")),on._abbr}function yn(e,t){if(null!==t){var n,r=ln;if(t.abbr=e,null!=cn[e])E("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),r=cn[e]._config;else if(null!=t.parentLocale)if(null!=cn[t.parentLocale])r=cn[t.parentLocale]._config;else{if(null==(n=pn(t.parentLocale)))return un[t.parentLocale]||(un[t.parentLocale]=[]),un[t.parentLocale].push({name:e,config:t}),null;r=n._config}return cn[e]=new G(L(r,t)),un[e]&&un[e].forEach((function(e){yn(e.name,e.config)})),
|
|
839
839
|
// backwards compat for now: also set the locale
|
|
840
840
|
// make sure we set the locale AFTER all child locales have been
|
|
841
841
|
// created, so we won't end up with the child locale set.
|
|
@@ -849,7 +849,7 @@ null!=(r=pn(e))&&(i=r._config),t=L(i,t),null==r&&(
|
|
|
849
849
|
// updateLocale is called for creating a new locale
|
|
850
850
|
// Set abbr so it will have a name (getters return
|
|
851
851
|
// undefined otherwise).
|
|
852
|
-
t.abbr=e),(n=new
|
|
852
|
+
t.abbr=e),(n=new G(t)).parentLocale=cn[e],cn[e]=n),
|
|
853
853
|
// backwards compat for now: also set the locale
|
|
854
854
|
gn(e)}else
|
|
855
855
|
// pass null for config to unupdate, useful for tests
|
|
@@ -866,9 +866,9 @@ Tn=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+
|
|
|
866
866
|
// RFC 2822 regex: For details see https://tools.ietf.org/html/rfc2822#section-3.3
|
|
867
867
|
En=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,Fn={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};
|
|
868
868
|
// date from iso format
|
|
869
|
-
function
|
|
869
|
+
function kn(e){var t,n,r,i,a,s,o=e._i,l=xn.exec(o)||$n.exec(o),c=Cn.length,u=Tn.length;if(l){for(g(e).iso=!0,t=0,n=c;t<n;t++)if(Cn[t][1].exec(l[1])){i=Cn[t][0],r=!1!==Cn[t][2];break}if(null==i)return void(e._isValid=!1);if(l[3]){for(t=0,n=u;t<n;t++)if(Tn[t][1].exec(l[3])){
|
|
870
870
|
// match[2] should be 'T' or space
|
|
871
|
-
a=(l[2]||" ")+Tn[t][0];break}if(null==a)return void(e._isValid=!1)}if(!r&&null!=a)return void(e._isValid=!1);if(l[4]){if(!Sn.exec(l[4]))return void(e._isValid=!1);s="Z"}e._f=i+(a||"")+(s||""),Un(e)}else e._isValid=!1}function Ln(e,t,n,r,i,a){var s=[
|
|
871
|
+
a=(l[2]||" ")+Tn[t][0];break}if(null==a)return void(e._isValid=!1)}if(!r&&null!=a)return void(e._isValid=!1);if(l[4]){if(!Sn.exec(l[4]))return void(e._isValid=!1);s="Z"}e._f=i+(a||"")+(s||""),Un(e)}else e._isValid=!1}function Ln(e,t,n,r,i,a){var s=[Gn(e),nt.indexOf(t),parseInt(n,10),parseInt(r,10),parseInt(i,10)];return a&&s.push(parseInt(a,10)),s}function Gn(e){var t=parseInt(e,10);return t<=49?2e3+t:t<=999?1900+t:t}function Pn(e){
|
|
872
872
|
// Remove comments and folding whitespace and replace multiple-spaces with a single space
|
|
873
873
|
return e.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function In(e,t,n){return!e||Dt.indexOf(e)===new Date(t[0],t[1],t[2]).getDay()||(g(n).weekdayMismatch=!0,n._isValid=!1,!1)}function Dn(e,t,n){if(e)return Fn[e];if(t)
|
|
874
874
|
// the only allowed military tz is Z
|
|
@@ -876,11 +876,11 @@ return 0;var r=parseInt(n,10),i=r%100;return(r-i)/100*60+i}
|
|
|
876
876
|
// date and time from ref 2822 format
|
|
877
877
|
function On(e){var t,n=En.exec(Pn(e._i));if(n){if(t=Ln(n[4],n[3],n[2],n[5],n[6],n[7]),!In(n[1],t,e))return;e._a=t,e._tzm=Dn(n[8],n[9],n[10]),e._d=wt.apply(null,e._a),e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),g(e).rfc2822=!0}else e._isValid=!1}
|
|
878
878
|
// date from 1) ASP.NET, 2) ISO, 3) RFC 2822 formats, or 4) optional fallback if parsing isn't strict
|
|
879
|
-
function An(e){var t=Mn.exec(e._i);null===t?(
|
|
879
|
+
function An(e){var t=Mn.exec(e._i);null===t?(kn(e),!1===e._isValid&&(delete e._isValid,On(e),!1===e._isValid&&(delete e._isValid,e._strict?e._isValid=!1:
|
|
880
880
|
// Final attempt, use Input Fallback
|
|
881
881
|
r.createFromInputFallback(e)))):e._d=new Date(+t[1])}
|
|
882
882
|
// Pick the first defined of two or three arguments.
|
|
883
|
-
function
|
|
883
|
+
function Rn(e,t,n){return null!=e?e:null!=t?t:n}function Nn(e){
|
|
884
884
|
// hooks is actually the exported moment object
|
|
885
885
|
var t=new Date(r.now());return e._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}
|
|
886
886
|
// convert an array to a date.
|
|
@@ -893,11 +893,11 @@ function Hn(e){var t,n,r,i,a,s=[];if(!e._d){
|
|
|
893
893
|
// * if day of month is given, default month and year
|
|
894
894
|
// * if month is given, default only year
|
|
895
895
|
// * if year is given, don't default anything
|
|
896
|
-
for(r=
|
|
896
|
+
for(r=Nn(e),
|
|
897
897
|
//compute day of the year from weeks and weekdays
|
|
898
898
|
e._w&&null==e._a[We]&&null==e._a[ze]&&Bn(e),
|
|
899
899
|
//if the day of the year is set, figure out what it is
|
|
900
|
-
null!=e._dayOfYear&&(a=
|
|
900
|
+
null!=e._dayOfYear&&(a=Rn(e._a[je],r[je]),(e._dayOfYear>gt(a)||0===e._dayOfYear)&&(g(e)._overflowDayOfYear=!0),n=wt(a,0,e._dayOfYear),e._a[ze]=n.getUTCMonth(),e._a[We]=n.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=s[t]=r[t];
|
|
901
901
|
// Zero out whatever was not defaulted, including time
|
|
902
902
|
for(;t<7;t++)e._a[t]=s[t]=null==e._a[t]?2===t?1:0:e._a[t];
|
|
903
903
|
// Check for 24:00:00.000
|
|
@@ -911,9 +911,9 @@ e._w&&void 0!==e._w.d&&e._w.d!==i&&(g(e).weekdayMismatch=!0)}}function Bn(e){var
|
|
|
911
911
|
// how we interpret now (local, utc, fixed offset). So create
|
|
912
912
|
// a now version of current config (take local/utc/offset flags, and
|
|
913
913
|
// create now).
|
|
914
|
-
n=
|
|
914
|
+
n=Rn(t.GG,e._a[je],$t(Xn(),1,4).year),r=Rn(t.W,1),((i=Rn(t.E,1))<1||i>7)&&(l=!0)):(a=e._locale._week.dow,s=e._locale._week.doy,c=$t(Xn(),a,s),n=Rn(t.gg,e._a[je],c.year),
|
|
915
915
|
// Default to current week.
|
|
916
|
-
r=
|
|
916
|
+
r=Rn(t.w,c.week),null!=t.d?((
|
|
917
917
|
// weekday -- low day numbers are considered next week
|
|
918
918
|
i=t.d)<0||i>6)&&(l=!0):null!=t.e?(
|
|
919
919
|
// local weekday -- counting starts from beginning of week
|
|
@@ -928,7 +928,7 @@ if(e._f!==r.ISO_8601)if(e._f!==r.RFC_2822){e._a=[],g(e).empty=!0;
|
|
|
928
928
|
// This array is used to make a Date, either with `new Date` or `Date.UTC`
|
|
929
929
|
var t,n,i,a,s,o,l,c=""+e._i,u=c.length,d=0;for(l=(i=j(e._f,e._locale).match(O)||[]).length,t=0;t<l;t++)a=i[t],(n=(c.match(Oe(a,e))||[])[0])&&((s=c.substr(0,c.indexOf(n))).length>0&&g(e).unusedInput.push(s),c=c.slice(c.indexOf(n)+n.length),d+=n.length),
|
|
930
930
|
// don't parse if it's not a known token
|
|
931
|
-
|
|
931
|
+
N[a]?(n?g(e).empty=!1:g(e).unusedTokens.push(a),Ue(a,n,e)):e._strict&&!n&&g(e).unusedTokens.push(a);
|
|
932
932
|
// add remaining unparsed input length to the string
|
|
933
933
|
g(e).charsLeftOver=u-d,c.length>0&&g(e).unusedInput.push(c),
|
|
934
934
|
// clear _12h flag if hour is <= 12
|
|
@@ -936,7 +936,7 @@ e._a[Ve]<=12&&!0===g(e).bigHour&&e._a[Ve]>0&&(g(e).bigHour=void 0),g(e).parsedDa
|
|
|
936
936
|
// handle meridiem
|
|
937
937
|
e._a[Ve]=Yn(e._locale,e._a[Ve],e._meridiem),null!==(
|
|
938
938
|
// handle era
|
|
939
|
-
o=g(e).era)&&(e._a[je]=e._locale.erasConvertYear(o,e._a[je])),Hn(e),_n(e)}else On(e);else
|
|
939
|
+
o=g(e).era)&&(e._a[je]=e._locale.erasConvertYear(o,e._a[je])),Hn(e),_n(e)}else On(e);else kn(e)}function Yn(e,t,n){var r;return null==n?t:null!=e.meridiemHour?e.meridiemHour(t,n):null!=e.isPM?(
|
|
940
940
|
// Fallback
|
|
941
941
|
(r=e.isPM(n))&&t<12&&(t+=12),r||12!==t||(t=0),t):t}
|
|
942
942
|
// date from string and array of format strings
|
|
@@ -979,7 +979,7 @@ function ur(e,t,n){var r,i=Math.min(e.length,t.length),a=Math.abs(e.length-t.len
|
|
|
979
979
|
// FORMATTING
|
|
980
980
|
function dr(e,t){H(e,0,0,(function(){var e=this.utcOffset(),n="+";return e<0&&(e=-e,n="-"),n+D(~~(e/60),2)+t+D(~~e%60,2)}))}dr("Z",":"),dr("ZZ",""),
|
|
981
981
|
// PARSING
|
|
982
|
-
De("Z",
|
|
982
|
+
De("Z",Ge),De("ZZ",Ge),He(["Z","ZZ"],(function(e,t,n){n._useUTC=!0,n._tzm=mr(Ge,e)}));
|
|
983
983
|
// HELPERS
|
|
984
984
|
// timezone chunker
|
|
985
985
|
// '+10:00' > ['10', '00']
|
|
@@ -1005,7 +1005,7 @@ return-Math.round(e._d.getTimezoneOffset())}
|
|
|
1005
1005
|
// a second time. In case it wants us to change the offset again
|
|
1006
1006
|
// _changeInProgress == true case, then we have to adjust, because
|
|
1007
1007
|
// there is no such time in the given timezone.
|
|
1008
|
-
function gr(e,t,n){var i,a=this._offset||0;if(!this.isValid())return null!=e?this:NaN;if(null!=e){if("string"==typeof e){if(null===(e=mr(
|
|
1008
|
+
function gr(e,t,n){var i,a=this._offset||0;if(!this.isValid())return null!=e?this:NaN;if(null!=e){if("string"==typeof e){if(null===(e=mr(Ge,e)))return this}else Math.abs(e)<16&&!n&&(e*=60);return!this._isUTC&&t&&(i=pr(this)),this._offset=e,this._isUTC=!0,null!=i&&this.add(i,"m"),a!==e&&(!t||this._changeInProgress?Ir(this,Fr(e-a,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,r.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?a:pr(this)}function yr(e,t){return null!=e?("string"!=typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()}function vr(e){return this.utcOffset(0,e)}function br(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(pr(this),"m")),this}function wr(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var e=mr(Le,this._i);null!=e?this.utcOffset(e):this.utcOffset(0,!0)}return this}function _r(e){return!!this.isValid()&&(e=e?Xn(e).utcOffset():0,(this.utcOffset()-e)%60==0)}function xr(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function $r(){if(!c(this._isDSTShifted))return this._isDSTShifted;var e,t={};return _(t,this),(t=Vn(t))._a?(e=t._isUTC?f(t._a):Xn(t._a),this._isDSTShifted=this.isValid()&&ur(t._a,e.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function Sr(){return!!this.isValid()&&!this._isUTC}function Cr(){return!!this.isValid()&&this._isUTC}function Tr(){return!!this.isValid()&&this._isUTC&&0===this._offset}
|
|
1009
1009
|
// ASP.NET json date format regex
|
|
1010
1010
|
r.updateOffset=function(){};var Mr=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,
|
|
1011
1011
|
// from http://docs.closure-library.googlecode.com/git/closure_goog_date_date.js.source.html
|
|
@@ -1013,23 +1013,23 @@ r.updateOffset=function(){};var Mr=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\
|
|
|
1013
1013
|
// and further modified to allow for strings containing both week and day
|
|
1014
1014
|
Er=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Fr(e,t){var n,r,i,a=e,
|
|
1015
1015
|
// matching against regexp is expensive, do it on demand
|
|
1016
|
-
s=null;return lr(e)?a={ms:e._milliseconds,d:e._days,M:e._months}:u(e)||!isNaN(+e)?(a={},t?a[t]=+e:a.milliseconds=+e):(s=Mr.exec(e))?(n="-"===s[1]?-1:1,a={y:0,d:ue(s[We])*n,h:ue(s[Ve])*n,m:ue(s[Ze])*n,s:ue(s[Ke])*n,ms:ue(cr(1e3*s[Xe]))*n}):(s=Er.exec(e))?(n="-"===s[1]?-1:1,a={y:
|
|
1016
|
+
s=null;return lr(e)?a={ms:e._milliseconds,d:e._days,M:e._months}:u(e)||!isNaN(+e)?(a={},t?a[t]=+e:a.milliseconds=+e):(s=Mr.exec(e))?(n="-"===s[1]?-1:1,a={y:0,d:ue(s[We])*n,h:ue(s[Ve])*n,m:ue(s[Ze])*n,s:ue(s[Ke])*n,ms:ue(cr(1e3*s[Xe]))*n}):(s=Er.exec(e))?(n="-"===s[1]?-1:1,a={y:kr(s[2],n),M:kr(s[3],n),w:kr(s[4],n),d:kr(s[5],n),h:kr(s[6],n),m:kr(s[7],n),s:kr(s[8],n)}):null==a?
|
|
1017
1017
|
// checks for null or undefined
|
|
1018
|
-
a={}:"object"==typeof a&&("from"in a||"to"in a)&&(i=
|
|
1018
|
+
a={}:"object"==typeof a&&("from"in a||"to"in a)&&(i=Gr(Xn(a.from),Xn(a.to)),(a={}).ms=i.milliseconds,a.M=i.months),r=new or(a),lr(e)&&o(e,"_locale")&&(r._locale=e._locale),lr(e)&&o(e,"_isValid")&&(r._isValid=e._isValid),r}function kr(e,t){
|
|
1019
1019
|
// We'd normally use ~~inp for this, but unfortunately it also
|
|
1020
1020
|
// converts floats to ints.
|
|
1021
1021
|
// inp may be undefined, so careful calling replace on it.
|
|
1022
1022
|
var n=e&&parseFloat(e.replace(",","."));
|
|
1023
1023
|
// apply sign while we're at it
|
|
1024
|
-
return(isNaN(n)?0:n)*t}function Lr(e,t){var n={};return n.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(n.months,"M").isAfter(t)&&--n.months,n.milliseconds=+t-+e.clone().add(n.months,"M"),n}function
|
|
1024
|
+
return(isNaN(n)?0:n)*t}function Lr(e,t){var n={};return n.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(n.months,"M").isAfter(t)&&--n.months,n.milliseconds=+t-+e.clone().add(n.months,"M"),n}function Gr(e,t){var n;return e.isValid()&&t.isValid()?(t=fr(t,e),e.isBefore(t)?n=Lr(e,t):((n=Lr(t,e)).milliseconds=-n.milliseconds,n.months=-n.months),n):{milliseconds:0,months:0}}
|
|
1025
1025
|
// TODO: remove 'name' arg after deprecation is removed
|
|
1026
1026
|
function Pr(e,t){return function(n,r){var i;
|
|
1027
1027
|
//invert the arguments, but complain about it
|
|
1028
1028
|
return null===r||isNaN(+r)||(E(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),i=n,n=r,r=i),Ir(this,Fr(n,r),e),this}}function Ir(e,t,n,i){var a=t._milliseconds,s=cr(t._days),o=cr(t._months);e.isValid()&&(i=null==i||i,o&&ut(e,he(e,"Month")+o*n),s&&me(e,"Date",he(e,"Date")+s*n),a&&e._d.setTime(e._d.valueOf()+a*n),i&&r.updateOffset(e,s||o))}Fr.fn=or.prototype,Fr.invalid=sr;var Dr=Pr(1,"add"),Or=Pr(-1,"subtract");function Ar(e){return"string"==typeof e||e instanceof String}
|
|
1029
1029
|
// type MomentInput = Moment | Date | string | number | (number | string)[] | MomentInputObject | void; // null | undefined
|
|
1030
|
-
function
|
|
1030
|
+
function Rr(e){return $(e)||d(e)||Ar(e)||u(e)||Hr(e)||Nr(e)||null==e}function Nr(e){var t,n,r=s(e)&&!l(e),i=!1,a=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],c=a.length;for(t=0;t<c;t+=1)n=a[t],i=i||o(e,n);return r&&i}function Hr(e){var t=a(e),n=!1;return t&&(n=0===e.filter((function(t){return!u(t)&&Ar(e)})).length),t&&n}function Br(e){var t,n,r=s(e)&&!l(e),i=!1,a=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"];for(t=0;t<a.length;t+=1)n=a[t],i=i||o(e,n);return r&&i}function Ur(e,t){var n=e.diff(t,"days",!0);return n<-6?"sameElse":n<-1?"lastWeek":n<0?"lastDay":n<1?"sameDay":n<2?"nextDay":n<7?"nextWeek":"sameElse"}function Yr(e,t){
|
|
1031
1031
|
// Support for single parameter, formats only overload to the calendar function
|
|
1032
|
-
1===arguments.length&&(arguments[0]?
|
|
1032
|
+
1===arguments.length&&(arguments[0]?Rr(arguments[0])?(e=arguments[0],t=void 0):Br(arguments[0])&&(t=arguments[0],e=void 0):(e=void 0,t=void 0));
|
|
1033
1033
|
// We want to compare the start of today, vs this.
|
|
1034
1034
|
// Getting start-of-today depends on whether we're local/utc/offset or not.
|
|
1035
1035
|
var n=e||Xn(),i=fr(n,this).startOf("day"),a=r.calendarFormat(this,i)||"sameElse",s=t&&(F(t[a])?t[a].call(this,n):t[a]);return this.format(s||this.localeData().calendar(a,this,Xn(n)))}function jr(){return new x(this)}function zr(e,t){var n=$(e)?e:Xn(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=re(t)||"millisecond")?this.valueOf()>n.valueOf():n.valueOf()<this.clone().startOf(t).valueOf())}function Wr(e,t){var n=$(e)?e:Xn(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=re(t)||"millisecond")?this.valueOf()<n.valueOf():this.clone().endOf(t).valueOf()<n.valueOf())}function Vr(e,t,n,r){var i=$(e)?e:Xn(e),a=$(t)?t:Xn(t);return!!(this.isValid()&&i.isValid()&&a.isValid())&&("("===(r=r||"()")[0]?this.isAfter(i,n):!this.isBefore(i,n))&&(")"===r[1]?this.isBefore(a,n):!this.isAfter(a,n))}function Zr(e,t){var n,r=$(e)?e:Xn(e);return!(!this.isValid()||!r.isValid())&&("millisecond"===(t=re(t)||"millisecond")?this.valueOf()===r.valueOf():(n=r.valueOf(),this.clone().startOf(t).valueOf()<=n&&n<=this.clone().endOf(t).valueOf()))}function Kr(e,t){return this.isSame(e,t)||this.isAfter(e,t)}function Xr(e,t){return this.isSame(e,t)||this.isBefore(e,t)}function qr(e,t,n){var r,i,a;if(!this.isValid())return NaN;if(!(r=fr(e,this)).isValid())return NaN;switch(i=6e4*(r.utcOffset()-this.utcOffset()),t=re(t)){case"year":a=Jr(this,r)/12;break;case"month":a=Jr(this,r);break;case"quarter":a=Jr(this,r)/3;break;case"second":a=(this-r)/1e3;break;// 1000
|
|
@@ -1070,7 +1070,7 @@ return this.isValid()?this.toISOString():null}function Ci(){return y(this)}funct
|
|
|
1070
1070
|
// truncate time
|
|
1071
1071
|
a=r(s[n].since).startOf("day"),s[n].since=a.valueOf()),typeof s[n].until){case"undefined":s[n].until=1/0;break;case"string":
|
|
1072
1072
|
// truncate time
|
|
1073
|
-
a=r(s[n].until).startOf("day").valueOf(),s[n].until=a.valueOf()}return s}function
|
|
1073
|
+
a=r(s[n].until).startOf("day").valueOf(),s[n].until=a.valueOf()}return s}function ki(e,t,n){var r,i,a,s,o,l=this.eras();for(e=e.toUpperCase(),r=0,i=l.length;r<i;++r)if(a=l[r].name.toUpperCase(),s=l[r].abbr.toUpperCase(),o=l[r].narrow.toUpperCase(),n)switch(t){case"N":case"NN":case"NNN":if(s===e)return l[r];break;case"NNNN":if(a===e)return l[r];break;case"NNNNN":if(o===e)return l[r]}else if([a,s,o].indexOf(e)>=0)return l[r]}function Li(e,t){var n=e.since<=e.until?1:-1;return void 0===t?r(e.since).year():r(e.since).year()+(t-e.offset)*n}function Gi(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e){if(
|
|
1074
1074
|
// truncate time
|
|
1075
1075
|
n=this.clone().startOf("day").valueOf(),r[e].since<=n&&n<=r[e].until)return r[e].name;if(r[e].until<=n&&n<=r[e].since)return r[e].name}return""}function Pi(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e){if(
|
|
1076
1076
|
// truncate time
|
|
@@ -1078,7 +1078,7 @@ n=this.clone().startOf("day").valueOf(),r[e].since<=n&&n<=r[e].until)return r[e]
|
|
|
1078
1078
|
// truncate time
|
|
1079
1079
|
n=this.clone().startOf("day").valueOf(),r[e].since<=n&&n<=r[e].until)return r[e].abbr;if(r[e].until<=n&&n<=r[e].since)return r[e].abbr}return""}function Di(){var e,t,n,i,a=this.localeData().eras();for(e=0,t=a.length;e<t;++e)if(n=a[e].since<=a[e].until?1:-1,
|
|
1080
1080
|
// truncate time
|
|
1081
|
-
i=this.clone().startOf("day").valueOf(),a[e].since<=i&&i<=a[e].until||a[e].until<=i&&i<=a[e].since)return(this.year()-r(a[e].since).year())*n+a[e].offset;return this.year()}function Oi(e){return o(this,"_erasNameRegex")||Yi.call(this),e?this._erasNameRegex:this._erasRegex}function Ai(e){return o(this,"_erasAbbrRegex")||Yi.call(this),e?this._erasAbbrRegex:this._erasRegex}function
|
|
1081
|
+
i=this.clone().startOf("day").valueOf(),a[e].since<=i&&i<=a[e].until||a[e].until<=i&&i<=a[e].since)return(this.year()-r(a[e].since).year())*n+a[e].offset;return this.year()}function Oi(e){return o(this,"_erasNameRegex")||Yi.call(this),e?this._erasNameRegex:this._erasRegex}function Ai(e){return o(this,"_erasAbbrRegex")||Yi.call(this),e?this._erasAbbrRegex:this._erasRegex}function Ri(e){return o(this,"_erasNarrowRegex")||Yi.call(this),e?this._erasNarrowRegex:this._erasRegex}function Ni(e,t){return t.erasAbbrRegex(e)}function Hi(e,t){return t.erasNameRegex(e)}function Bi(e,t){return t.erasNarrowRegex(e)}function Ui(e,t){return t._eraYearOrdinalRegex||Fe}function Yi(){var e,t,n=[],r=[],i=[],a=[],s=this.eras();for(e=0,t=s.length;e<t;++e)r.push(Re(s[e].name)),n.push(Re(s[e].abbr)),i.push(Re(s[e].narrow)),a.push(Re(s[e].name)),a.push(Re(s[e].abbr)),a.push(Re(s[e].narrow));this._erasRegex=new RegExp("^("+a.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+r.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+n.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+i.join("|")+")","i")}
|
|
1082
1082
|
// FORMATTING
|
|
1083
1083
|
function ji(e,t){H(0,[e,e.length],0,t)}
|
|
1084
1084
|
// MOMENTS
|
|
@@ -1087,13 +1087,13 @@ function zi(e){return qi.call(this,e,this.week(),this.weekday(),this.localeData(
|
|
|
1087
1087
|
// MOMENTS
|
|
1088
1088
|
function Qi(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)}
|
|
1089
1089
|
// FORMATTING
|
|
1090
|
-
H("N",0,0,"eraAbbr"),H("NN",0,0,"eraAbbr"),H("NNN",0,0,"eraAbbr"),H("NNNN",0,0,"eraName"),H("NNNNN",0,0,"eraNarrow"),H("y",["y",1],"yo","eraYear"),H("y",["yy",2],0,"eraYear"),H("y",["yyy",3],0,"eraYear"),H("y",["yyyy",4],0,"eraYear"),De("N",
|
|
1090
|
+
H("N",0,0,"eraAbbr"),H("NN",0,0,"eraAbbr"),H("NNN",0,0,"eraAbbr"),H("NNNN",0,0,"eraName"),H("NNNNN",0,0,"eraNarrow"),H("y",["y",1],"yo","eraYear"),H("y",["yy",2],0,"eraYear"),H("y",["yyy",3],0,"eraYear"),H("y",["yyyy",4],0,"eraYear"),De("N",Ni),De("NN",Ni),De("NNN",Ni),De("NNNN",Hi),De("NNNNN",Bi),He(["N","NN","NNN","NNNN","NNNNN"],(function(e,t,n,r){var i=n._locale.erasParse(e,r,n._strict);i?g(n).era=i:g(n).invalidEra=e})),De("y",Fe),De("yy",Fe),De("yyy",Fe),De("yyyy",Fe),De("yo",Ui),He(["y","yy","yyy","yyyy"],je),He(["yo"],(function(e,t,n,r){var i;n._locale._eraYearOrdinalRegex&&(i=e.match(n._locale._eraYearOrdinalRegex)),n._locale.eraYearOrdinalParse?t[je]=n._locale.eraYearOrdinalParse(e,i):t[je]=parseInt(e,10)})),H(0,["gg",2],0,(function(){return this.weekYear()%100})),H(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),ji("gggg","weekYear"),ji("ggggg","weekYear"),ji("GGGG","isoWeekYear"),ji("GGGGG","isoWeekYear"),
|
|
1091
1091
|
// ALIASES
|
|
1092
1092
|
ne("weekYear","gg"),ne("isoWeekYear","GG"),
|
|
1093
1093
|
// PRIORITY
|
|
1094
1094
|
se("weekYear",1),se("isoWeekYear",1),
|
|
1095
1095
|
// PARSING
|
|
1096
|
-
De("G",
|
|
1096
|
+
De("G",ke),De("g",ke),De("GG",$e,be),De("gg",$e,be),De("GGGG",Me,_e),De("gggg",Me,_e),De("GGGGG",Ee,xe),De("ggggg",Ee,xe),Be(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,n,r){t[r.substr(0,2)]=ue(e)})),Be(["gg","GG"],(function(e,t,n,i){t[i]=r.parseTwoDigitYear(e)})),H("Q",0,"Qo","quarter"),
|
|
1097
1097
|
// ALIASES
|
|
1098
1098
|
ne("quarter","Q"),
|
|
1099
1099
|
// PRIORITY
|
|
@@ -1151,7 +1151,7 @@ De("S",Te,ve),De("SS",Te,be),De("SSS",Te,we),ra="SSSS";ra.length<=9;ra+="S")De(r
|
|
|
1151
1151
|
// MOMENTS
|
|
1152
1152
|
function oa(){return this._isUTC?"UTC":""}function la(){return this._isUTC?"Coordinated Universal Time":""}ia=de("Milliseconds",!1),
|
|
1153
1153
|
// FORMATTING
|
|
1154
|
-
H("z",0,0,"zoneAbbr"),H("zz",0,0,"zoneName");var ca=x.prototype;function ua(e){return Xn(1e3*e)}function da(){return Xn.apply(null,arguments).parseZone()}function ha(e){return e}ca.add=Dr,ca.calendar=Yr,ca.clone=jr,ca.diff=qr,ca.endOf=vi,ca.format=ni,ca.from=ri,ca.fromNow=ii,ca.to=ai,ca.toNow=si,ca.get=
|
|
1154
|
+
H("z",0,0,"zoneAbbr"),H("zz",0,0,"zoneName");var ca=x.prototype;function ua(e){return Xn(1e3*e)}function da(){return Xn.apply(null,arguments).parseZone()}function ha(e){return e}ca.add=Dr,ca.calendar=Yr,ca.clone=jr,ca.diff=qr,ca.endOf=vi,ca.format=ni,ca.from=ri,ca.fromNow=ii,ca.to=ai,ca.toNow=si,ca.get=pe,ca.invalidAt=Mi,ca.isAfter=zr,ca.isBefore=Wr,ca.isBetween=Vr,ca.isSame=Zr,ca.isSameOrAfter=Kr,ca.isSameOrBefore=Xr,ca.isValid=Ci,ca.lang=li,ca.locale=oi,ca.localeData=ci,ca.max=Jn,ca.min=qn,ca.parsingFlags=Ti,ca.set=ge,ca.startOf=yi,ca.subtract=Or,ca.toArray=xi,ca.toObject=$i,ca.toDate=_i,ca.toISOString=ei,ca.inspect=ti,"undefined"!=typeof Symbol&&null!=Symbol.for&&(ca[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),ca.toJSON=Si,ca.toString=Qr,ca.unix=wi,ca.valueOf=bi,ca.creationData=Ei,ca.eraName=Gi,ca.eraNarrow=Pi,ca.eraAbbr=Ii,ca.eraYear=Di,ca.year=yt,ca.isLeapYear=vt,ca.weekYear=zi,ca.isoWeekYear=Wi,ca.quarter=ca.quarters=Qi,ca.month=dt,ca.daysInMonth=ht,ca.week=ca.weeks=Ft,ca.isoWeek=ca.isoWeeks=kt,ca.weeksInYear=Ki,ca.weeksInWeekYear=Xi,ca.isoWeeksInYear=Vi,ca.isoWeeksInISOWeekYear=Zi,ca.date=ea,ca.day=ca.days=zt,ca.weekday=Wt,ca.isoWeekday=Vt,ca.dayOfYear=ta,ca.hour=ca.hours=an,ca.minute=ca.minutes=na,ca.second=ca.seconds=aa,ca.millisecond=ca.milliseconds=ia,ca.utcOffset=gr,ca.utc=vr,ca.local=br,ca.parseZone=wr,ca.hasAlignedHourOffset=_r,ca.isDST=xr,ca.isLocal=Sr,ca.isUtcOffset=Cr,ca.isUtc=Tr,ca.isUTC=Tr,ca.zoneAbbr=oa,ca.zoneName=la,ca.dates=C("dates accessor is deprecated. Use date instead.",ea),ca.months=C("months accessor is deprecated. Use month instead",dt),ca.years=C("years accessor is deprecated. Use year instead",yt),ca.zone=C("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",yr),ca.isDSTShifted=C("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",$r);var ma=G.prototype;function fa(e,t,n,r){var i=bn(),a=f().set(r,t);return i[n](a,e)}function pa(e,t,n){if(u(e)&&(t=e,e=void 0),e=e||"",null!=t)return fa(e,t,n,"month");var r,i=[];for(r=0;r<12;r++)i[r]=fa(e,r,n,"month");return i}
|
|
1155
1155
|
// ()
|
|
1156
1156
|
// (5)
|
|
1157
1157
|
// (fmt, 5)
|
|
@@ -1160,7 +1160,7 @@ H("z",0,0,"zoneAbbr"),H("zz",0,0,"zoneName");var ca=x.prototype;function ua(e){r
|
|
|
1160
1160
|
// (true, 5)
|
|
1161
1161
|
// (true, fmt, 5)
|
|
1162
1162
|
// (true, fmt)
|
|
1163
|
-
function ga(e,t,n,r){"boolean"==typeof e?(u(t)&&(n=t,t=void 0),t=t||""):(n=t=e,e=!1,u(t)&&(n=t,t=void 0),t=t||"");var i,a=bn(),s=e?a._week.dow:0,o=[];if(null!=n)return fa(t,(n+s)%7,r,"day");for(i=0;i<7;i++)o[i]=fa(t,(i+s)%7,r,"day");return o}function ya(e,t){return pa(e,t,"months")}function va(e,t){return pa(e,t,"monthsShort")}function ba(e,t,n){return ga(e,t,n,"weekdays")}function wa(e,t,n){return ga(e,t,n,"weekdaysShort")}function _a(e,t,n){return ga(e,t,n,"weekdaysMin")}ma.calendar=I,ma.longDateFormat=W,ma.invalidDate=Z,ma.ordinal=q,ma.preparse=ha,ma.postformat=ha,ma.relativeTime=Q,ma.pastFuture=ee,ma.set=
|
|
1163
|
+
function ga(e,t,n,r){"boolean"==typeof e?(u(t)&&(n=t,t=void 0),t=t||""):(n=t=e,e=!1,u(t)&&(n=t,t=void 0),t=t||"");var i,a=bn(),s=e?a._week.dow:0,o=[];if(null!=n)return fa(t,(n+s)%7,r,"day");for(i=0;i<7;i++)o[i]=fa(t,(i+s)%7,r,"day");return o}function ya(e,t){return pa(e,t,"months")}function va(e,t){return pa(e,t,"monthsShort")}function ba(e,t,n){return ga(e,t,n,"weekdays")}function wa(e,t,n){return ga(e,t,n,"weekdaysShort")}function _a(e,t,n){return ga(e,t,n,"weekdaysMin")}ma.calendar=I,ma.longDateFormat=W,ma.invalidDate=Z,ma.ordinal=q,ma.preparse=ha,ma.postformat=ha,ma.relativeTime=Q,ma.pastFuture=ee,ma.set=k,ma.eras=Fi,ma.erasParse=ki,ma.erasConvertYear=Li,ma.erasAbbrRegex=Ai,ma.erasNameRegex=Oi,ma.erasNarrowRegex=Ri,ma.months=st,ma.monthsShort=ot,ma.monthsParse=ct,ma.monthsRegex=ft,ma.monthsShortRegex=mt,ma.week=Ct,ma.firstDayOfYear=Et,ma.firstDayOfWeek=Mt,ma.weekdays=Ht,ma.weekdaysMin=Ut,ma.weekdaysShort=Bt,ma.weekdaysParse=jt,ma.weekdaysRegex=Zt,ma.weekdaysShortRegex=Kt,ma.weekdaysMinRegex=Xt,ma.isPM=nn,ma.meridiem=sn,gn("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1===ue(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}}),
|
|
1164
1164
|
// Side effect imports
|
|
1165
1165
|
r.lang=C("moment.lang is deprecated. Use moment.locale instead.",gn),r.langData=C("moment.langData is deprecated. Use moment.localeData instead.",bn);var xa=Math.abs;function $a(){var e=this._data;return this._milliseconds=xa(this._milliseconds),this._days=xa(this._days),this._months=xa(this._months),e.milliseconds=xa(e.milliseconds),e.seconds=xa(e.seconds),e.minutes=xa(e.minutes),e.hours=xa(e.hours),e.months=xa(e.months),e.years=xa(e.years),this}function Sa(e,t,n,r){var i=Fr(t,n);return e._milliseconds+=r*i._milliseconds,e._days+=r*i._days,e._months+=r*i._months,e._bubble()}
|
|
1166
1166
|
// supports only 2.0-style add(1, 's') or add(duration)
|
|
@@ -1169,25 +1169,25 @@ function Ca(e,t){return Sa(this,e,t,1)}
|
|
|
1169
1169
|
function Ta(e,t){return Sa(this,e,t,-1)}function Ma(e){return e<0?Math.floor(e):Math.ceil(e)}function Ea(){var e,t,n,r,i,a=this._milliseconds,s=this._days,o=this._months,l=this._data;
|
|
1170
1170
|
// if we have a mix of positive and negative values, bubble down first
|
|
1171
1171
|
// check: https://github.com/moment/moment/issues/2166
|
|
1172
|
-
return a>=0&&s>=0&&o>=0||a<=0&&s<=0&&o<=0||(a+=864e5*Ma(
|
|
1172
|
+
return a>=0&&s>=0&&o>=0||a<=0&&s<=0&&o<=0||(a+=864e5*Ma(ka(o)+s),s=0,o=0),
|
|
1173
1173
|
// The following code bubbles up values, see the tests for
|
|
1174
1174
|
// examples of what that means.
|
|
1175
1175
|
l.milliseconds=a%1e3,e=ce(a/1e3),l.seconds=e%60,t=ce(e/60),l.minutes=t%60,n=ce(t/60),l.hours=n%24,s+=ce(n/24),o+=
|
|
1176
1176
|
// convert days to months
|
|
1177
|
-
i=ce(Fa(s)),s-=Ma(
|
|
1177
|
+
i=ce(Fa(s)),s-=Ma(ka(i)),
|
|
1178
1178
|
// 12 months -> 1 year
|
|
1179
1179
|
r=ce(o/12),o%=12,l.days=s,l.months=o,l.years=r,this}function Fa(e){
|
|
1180
1180
|
// 400 years have 146097 days (taking into account leap year rules)
|
|
1181
1181
|
// 400 years have 12 months === 4800
|
|
1182
|
-
return 4800*e/146097}function
|
|
1182
|
+
return 4800*e/146097}function ka(e){
|
|
1183
1183
|
// the reverse of daysToMonths
|
|
1184
1184
|
return 146097*e/4800}function La(e){if(!this.isValid())return NaN;var t,n,r=this._milliseconds;if("month"===(e=re(e))||"quarter"===e||"year"===e)switch(t=this._days+r/864e5,n=this._months+Fa(t),e){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(
|
|
1185
1185
|
// handle milliseconds separately because of floating point math errors (issue #1867)
|
|
1186
|
-
t=this._days+Math.round(
|
|
1186
|
+
t=this._days+Math.round(ka(this._months)),e){case"week":return t/7+r/6048e5;case"day":return t+r/864e5;case"hour":return 24*t+r/36e5;case"minute":return 1440*t+r/6e4;case"second":return 86400*t+r/1e3;
|
|
1187
1187
|
// Math.floor prevents floating point math errors here
|
|
1188
1188
|
case"millisecond":return Math.floor(864e5*t)+r;default:throw new Error("Unknown unit "+e)}}
|
|
1189
1189
|
// TODO: Use this.as('ms')?
|
|
1190
|
-
function
|
|
1190
|
+
function Ga(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*ue(this._months/12):NaN}function Pa(e){return function(){return this.as(e)}}var Ia=Pa("ms"),Da=Pa("s"),Oa=Pa("m"),Aa=Pa("h"),Ra=Pa("d"),Na=Pa("w"),Ha=Pa("M"),Ba=Pa("Q"),Ua=Pa("y");function Ya(){return Fr(this)}function ja(e){return e=re(e),this.isValid()?this[e+"s"]():NaN}function za(e){return function(){return this.isValid()?this._data[e]:NaN}}var Wa=za("milliseconds"),Va=za("seconds"),Za=za("minutes"),Ka=za("hours"),Xa=za("days"),qa=za("months"),Ja=za("years");function Qa(){return ce(this.days()/7)}var es=Math.round,ts={ss:44,// a few seconds to seconds
|
|
1191
1191
|
s:45,// seconds to minute
|
|
1192
1192
|
m:45,// minutes to hour
|
|
1193
1193
|
h:22,// hours to day
|
|
@@ -1213,11 +1213,11 @@ e=ce(l/60),t=ce(e/60),l%=60,e%=60,
|
|
|
1213
1213
|
// 12 months -> 1 year
|
|
1214
1214
|
n=ce(u/12),u%=12,
|
|
1215
1215
|
// inspired by https://github.com/dordille/moment-isoduration/blob/master/moment.isoduration.js
|
|
1216
|
-
r=l?l.toFixed(3).replace(/\.?0+$/,""):"",i=d<0?"-":"",a=ls(this._months)!==ls(d)?"-":"",s=ls(this._days)!==ls(d)?"-":"",o=ls(this._milliseconds)!==ls(d)?"-":"",i+"P"+(n?a+n+"Y":"")+(u?a+u+"M":"")+(c?s+c+"D":"")+(t||e||l?"T":"")+(t?o+t+"H":"")+(e?o+e+"M":"")+(l?o+r+"S":"")):"P0D"}var us=or.prototype;return us.isValid=ar,us.abs=$a,us.add=Ca,us.subtract=Ta,us.as=La,us.asMilliseconds=Ia,us.asSeconds=Da,us.asMinutes=Oa,us.asHours=Aa,us.asDays=
|
|
1216
|
+
r=l?l.toFixed(3).replace(/\.?0+$/,""):"",i=d<0?"-":"",a=ls(this._months)!==ls(d)?"-":"",s=ls(this._days)!==ls(d)?"-":"",o=ls(this._milliseconds)!==ls(d)?"-":"",i+"P"+(n?a+n+"Y":"")+(u?a+u+"M":"")+(c?s+c+"D":"")+(t||e||l?"T":"")+(t?o+t+"H":"")+(e?o+e+"M":"")+(l?o+r+"S":"")):"P0D"}var us=or.prototype;return us.isValid=ar,us.abs=$a,us.add=Ca,us.subtract=Ta,us.as=La,us.asMilliseconds=Ia,us.asSeconds=Da,us.asMinutes=Oa,us.asHours=Aa,us.asDays=Ra,us.asWeeks=Na,us.asMonths=Ha,us.asQuarters=Ba,us.asYears=Ua,us.valueOf=Ga,us._bubble=Ea,us.clone=Ya,us.get=ja,us.milliseconds=Wa,us.seconds=Va,us.minutes=Za,us.hours=Ka,us.days=Xa,us.weeks=Qa,us.months=qa,us.years=Ja,us.humanize=ss,us.toISOString=cs,us.toString=cs,us.toJSON=cs,us.locale=oi,us.localeData=ci,us.toIsoString=C("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",cs),us.lang=li,
|
|
1217
1217
|
// FORMATTING
|
|
1218
1218
|
H("X",0,0,"unix"),H("x",0,0,"valueOf"),
|
|
1219
1219
|
// PARSING
|
|
1220
|
-
De("x",
|
|
1220
|
+
De("x",ke),De("X",Pe),He("X",(function(e,t,n){n._d=new Date(1e3*parseFloat(e))})),He("x",(function(e,t,n){n._d=new Date(ue(e))})),
|
|
1221
1221
|
//! moment.js
|
|
1222
1222
|
r.version="2.29.3",i(Xn),r.fn=ca,r.min=er,r.max=tr,r.now=nr,r.utc=f,r.unix=ua,r.months=ya,r.isDate=d,r.locale=gn,r.invalid=v,r.duration=Fr,r.isMoment=$,r.weekdays=ba,r.parseZone=da,r.localeData=bn,r.isDuration=lr,r.monthsShort=va,r.weekdaysMin=_a,r.defineLocale=yn,r.updateLocale=vn,r.locales=wn,r.weekdaysShort=wa,r.normalizeUnits=re,r.relativeTimeRounding=is,r.relativeTimeThreshold=as,r.calendarFormat=Ur,r.prototype=ca,
|
|
1223
1223
|
// currently HTML5 input type only supports 24-hour formats
|
|
@@ -1229,79 +1229,86 @@ TIME:"HH:mm",// <input type="time" />
|
|
|
1229
1229
|
TIME_SECONDS:"HH:mm:ss",// <input type="time" step="1" />
|
|
1230
1230
|
TIME_MS:"HH:mm:ss.SSS",// <input type="time" step="0.001" />
|
|
1231
1231
|
WEEK:"GGGG-[W]WW",// <input type="week" />
|
|
1232
|
-
MONTH:"YYYY-MM"},r}()}));function
|
|
1232
|
+
MONTH:"YYYY-MM"},r}()}));function Mr(e,t){Wn(e,t)}const Er={en:{gameThumbnail:{playNow:"Start now!",new:"NEW",hot:"Hot",opens:"Opens ",full:"table full - bet behind",dealer:"Dealer"}},"zh-hk":{gameThumbnail:{playNow:"現在開始!",new:"新的",hot:"熱的",opens:"打開 ",full:"滿桌 - 下注",dealer:"經銷商"}},de:{gameThumbnail:{playNow:"Jetzt beginnen!",new:"NEU",hot:"Hot",opens:"Öffnet ",full:"full - bet behind",dealer:"Dealer"}},it:{gameThumbnail:{playNow:"Inizia ora!",new:"NOVITÀ",hot:"HOT",
|
|
1233
1233
|
// TODO: translate all other supported languages
|
|
1234
|
-
opens:"Opens ",full:"table full - bet behind",dealer:"Dealer"}},fr:{gameThumbnail:{playNow:"Commencez maintenant",new:"Nouveau",hot:"Chaud",opens:"Ouvre ",full:"Table pleine - pari derrière",dealer:"Concessionnaire"}},es:{gameThumbnail:{playNow:"Juega ahora!",new:"NUEVO",hot:"HOT",opens:"Abiertas",full:"Mesa llena - Apostar de pie",dealer:"Dealer"}},tr:{gameThumbnail:{playNow:"Şimdi oyna",new:"YENİ",hot:"SICAK",opens:"Açılır ",full:"masa dolu - bet behind",dealer:"Dealer"}},ru:{gameThumbnail:{playNow:"Играть сейчас",new:"НОВАЯ",hot:"ГОРЯЧЕЙ",opens:"Opens ",full:"table full - bet behind",dealer:"Dealer"}},ro:{gameThumbnail:{playNow:"Joaca acum",new:"NOU",hot:"POPULAR",opens:"Opens ",full:"table full - bet behind",dealer:"Dealer"}},hr:{gameThumbnail:{playNow:"Započnite sada!",new:"NOVO",hot:"Vruće",opens:"Opens ",full:"table full - bet behind",dealer:"Dealer"}},hu:{gameThumbnail:{playNow:"Játsszon most!",new:"ÚJ",hot:"Hot",opens:"Opens ",full:"table full - bet behind",dealer:"Dealer"}},pl:{gameThumbnail:{playNow:"Rozpocznij teraz!",new:"NOWOŚĆ",hot:"Hot",opens:"Opens ",full:"table full - bet behind",dealer:"Dealer"}},pt:{gameThumbnail:{playNow:"Comece agora!",new:"NOVO",hot:"Hot",opens:"Abrir ",full:"Mesa cheia - aposta atrás",dealer:"Dealer"}},sl:{gameThumbnail:{playNow:"Začnite zdaj!",new:"NOVO",hot:"Vroče",opens:"Opens ",full:"table full - bet behind",dealer:"Dealer"}},sr:{gameThumbnail:{playNow:"Započnite sada!",new:"NOVO",hot:"Vruće",opens:"Opens ",full:"table full - bet behind",dealer:"Dealer"}}},
|
|
1234
|
+
opens:"Opens ",full:"table full - bet behind",dealer:"Dealer"}},fr:{gameThumbnail:{playNow:"Commencez maintenant",new:"Nouveau",hot:"Chaud",opens:"Ouvre ",full:"Table pleine - pari derrière",dealer:"Concessionnaire"}},es:{gameThumbnail:{playNow:"Juega ahora!",new:"NUEVO",hot:"HOT",opens:"Abiertas",full:"Mesa llena - Apostar de pie",dealer:"Dealer"}},tr:{gameThumbnail:{playNow:"Şimdi oyna",new:"YENİ",hot:"SICAK",opens:"Açılır ",full:"masa dolu - bet behind",dealer:"Dealer"}},ru:{gameThumbnail:{playNow:"Играть сейчас",new:"НОВАЯ",hot:"ГОРЯЧЕЙ",opens:"Opens ",full:"table full - bet behind",dealer:"Dealer"}},ro:{gameThumbnail:{playNow:"Joaca acum",new:"NOU",hot:"POPULAR",opens:"Opens ",full:"table full - bet behind",dealer:"Dealer"}},hr:{gameThumbnail:{playNow:"Započnite sada!",new:"NOVO",hot:"Vruće",opens:"Opens ",full:"table full - bet behind",dealer:"Dealer"}},hu:{gameThumbnail:{playNow:"Játsszon most!",new:"ÚJ",hot:"Hot",opens:"Opens ",full:"table full - bet behind",dealer:"Dealer"}},pl:{gameThumbnail:{playNow:"Rozpocznij teraz!",new:"NOWOŚĆ",hot:"Hot",opens:"Opens ",full:"table full - bet behind",dealer:"Dealer"}},pt:{gameThumbnail:{playNow:"Comece agora!",new:"NOVO",hot:"Hot",opens:"Abrir ",full:"Mesa cheia - aposta atrás",dealer:"Dealer"}},sl:{gameThumbnail:{playNow:"Začnite zdaj!",new:"NOVO",hot:"Vroče",opens:"Opens ",full:"table full - bet behind",dealer:"Dealer"}},sr:{gameThumbnail:{playNow:"Započnite sada!",new:"NOVO",hot:"Vruće",opens:"Opens ",full:"table full - bet behind",dealer:"Dealer"}}},Fr={AED:"د.إ",AFN:"؋",ALL:"L",AMD:"֏",ANG:"ƒ",AOA:"Kz",ARS:"$",AUD:"$",AWG:"ƒ",AZN:"ман",BAM:"KM",BBD:"$",BDT:"৳",BGN:"лв",BHD:".د.ب",BIF:"FBu",BMD:"$",BND:"$",BOB:"$b",BRL:"R$",BSD:"$",BTC:"฿",BTN:"Nu.",BWP:"P",BYR:"p.",BZD:"BZ$",CAD:"$",CDF:"FC",CHF:"CHF",CLP:"$",CNY:"¥",COP:"$",CRC:"₡",CUC:"$",CUP:"₱",CVE:"$",CZK:"Kč",DJF:"Fdj",DKK:"kr",DOP:"RD$",DZD:"دج",EEK:"kr",EGP:"£",ERN:"Nfk",ETB:"Br",ETH:"Ξ",EUR:"€",FJD:"$",FKP:"£",GBP:"£",GEL:"₾",GGP:"£",GHC:"₵",GHS:"GH₵",GIP:"£",GMD:"D",GNF:"FG",GTQ:"Q",GYD:"$",HKD:"$",HNL:"L",HRK:"kn",HTG:"G",HUF:"Ft",IDR:"Rp",ILS:"₪",IMP:"£",INR:"₹",IQD:"ع.د",IRR:"﷼",ISK:"kr",JEP:"£",JMD:"J$",JOD:"JD",JPY:"¥",KES:"KSh",KGS:"лв",KHR:"៛",KMF:"CF",KPW:"₩",KRW:"₩",KWD:"KD",KYD:"$",KZT:"лв",LAK:"₭",LBP:"£",LKR:"₨",LRD:"$",LSL:"M",LTC:"Ł",LTL:"Lt",LVL:"Ls",LYD:"LD",MAD:"MAD",MDL:"lei",MGA:"Ar",MKD:"ден",MMK:"K",MNT:"₮",MOP:"MOP$",MRO:"UM",MUR:"₨",MVR:"Rf",MWK:"MK",MXN:"$",MYR:"RM",MZN:"MT",NAD:"$",NGN:"₦",NIO:"C$",NOK:"kr",NPR:"₨",NZD:"$",OMR:"﷼",PAB:"B/.",PEN:"S/.",PGK:"K",PHP:"₱",PKR:"₨",PLN:"zł",PYG:"Gs",QAR:"﷼",RMB:"¥",RON:"lei",RSD:"Дин.",RUB:"₽",RWF:"R₣",SAR:"﷼",SBD:"$",SCR:"₨",SDG:"ج.س.",SEK:"kr",SGD:"$",SHP:"£",SLL:"Le",SOS:"S",SRD:"$",SSP:"£",STD:"Db",SVC:"$",SYP:"£",SZL:"E",THB:"฿",TJS:"SM",TMT:"T",TND:"د.ت",TOP:"T$",TRL:"₤",TRY:"₺",TTD:"TT$",TVD:"$",TWD:"NT$",TZS:"TSh",UAH:"₴",UGX:"USh",USD:"$",UYU:"$U",UZS:"лв",VEF:"Bs",VND:"₫",VUV:"VT",WST:"WS$",XAF:"FCFA",XBT:"Ƀ",XCD:"$",XOF:"CFA",XPF:"₣",YER:"﷼",ZAR:"R",ZWD:"Z$"};
|
|
1235
1235
|
/* eslint-disable quote-props */
|
|
1236
1236
|
/* ../casino-game-thumbnail/src/CasinoGameThumbnail.svelte generated by Svelte v3.48.0 */
|
|
1237
|
-
function
|
|
1238
|
-
// (
|
|
1239
|
-
function
|
|
1240
|
-
// (
|
|
1237
|
+
function kr(e,t,n){const r=e.slice();return r[109]=t[n],r[111]=n,r}function Lr(e,t,n){const r=e.slice();return r[106]=t[n],r}
|
|
1238
|
+
// (573:8) {:else}
|
|
1239
|
+
function Gr(t){let n;return{c(){n=p("div"),n.innerHTML="<div></div><div></div>",_(n,"class","LoaderRipple")},m(e,t){h(e,n,t)},p:e,d(e){e&&m(n)}}}
|
|
1240
|
+
// (558:8) {#if fav}
|
|
1241
|
+
function Pr(e){let t,n=!wr(/*userAgent*/e[37])&&!/*gamefavorite*/e[0]&&/*isLoggedIn*/e[15],r=n&&Ir(e);return{c(){r&&r.c(),t=b()},m(e,n){r&&r.m(e,n),h(e,t,n)},p(e,i){/*gamefavorite, isLoggedIn*/32769&i[0]&&(n=!wr(/*userAgent*/e[37])&&!/*gamefavorite*/e[0]&&/*isLoggedIn*/e[15]),n?r?r.p(e,i):(r=Ir(e),r.c(),r.m(t.parentNode,t)):r&&(r.d(1),r=null)},d(e){r&&r.d(e),e&&m(t)}}}
|
|
1242
|
+
// (559:10) {#if !isMobile(userAgent) && !gamefavorite && isLoggedIn}
|
|
1241
1243
|
function Ir(t){let n,r,i;return{c(){n=p("div"),n.innerHTML='<svg version="1.1" class="UnfavoredIcon" part="UnfavoredIcon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="20px" y="20px" viewBox="0 0 512.001 512.001" style="enable-background:new 0 0 512.001 512.001;" xml:space="preserve"><path style="fill: white" d="M511.266,197.256c-1.764-5.431-6.458-9.388-12.108-10.209l-158.722-23.065L269.452,20.155\n c-2.527-5.12-7.741-8.361-13.451-8.361c-5.709,0-10.924,3.242-13.451,8.361l-70.988,143.828L12.843,187.047\n c-5.65,0.821-10.344,4.779-12.108,10.209c-1.765,5.43-0.293,11.391,3.795,15.376l114.848,111.955L92.27,482.67\n c-0.965,5.627,1.349,11.315,5.968,14.67c4.618,3.355,10.74,3.798,15.797,1.142L256,423.846l141.961,74.637\n c2.195,1.154,4.591,1.723,6.979,1.723c3.11,0,6.206-0.966,8.818-2.865c4.619-3.356,6.933-9.043,5.968-14.671L392.61,324.587\n l114.86-111.954C511.559,208.647,513.031,202.686,511.266,197.256z M366.023,308.608c-3.536,3.446-5.15,8.412-4.314,13.278\n l23.311,135.898l-122.038-64.162c-4.37-2.297-9.591-2.297-13.961,0l-122.045,64.163l23.304-135.9\n c0.834-4.866-0.779-9.83-4.313-13.276l-98.731-96.244l136.445-19.829c4.886-0.71,9.108-3.778,11.294-8.205L256,60.685\n l61.023,123.645c2.186,4.427,6.408,7.496,11.294,8.206l136.447,19.828L366.023,308.608z"></path></svg>',_(n,"class","FavIconContainer"),_(n,"part","FavIconContainer")},m(e,a){h(e,n,a),r||(i=w(n,"click",/*click_handler*/t[67]),r=!0)},p:e,d(e){e&&m(n),r=!1,i()}}}
|
|
1242
|
-
// (
|
|
1244
|
+
// (577:8) {#if lang}
|
|
1243
1245
|
function Dr(e){let t,n,r,i,a=/*$_*/e[36]("gameThumbnail.playNow")+"";return{c(){t=p("button"),n=y(a),_(t,"class","GameInfoBtn"),_(t,"part","GameInfoBtn")},m(a,s){h(a,t,s),d(t,n),r||(i=w(t,"click",/*click_handler_1*/e[68]),r=!0)},p(e,t){/*$_*/32&t[1]&&a!==(a=/*$_*/e[36]("gameThumbnail.playNow")+"")&&$(n,a)},d(e){e&&m(t),r=!1,i()}}}
|
|
1244
|
-
// (
|
|
1246
|
+
// (591:77)
|
|
1245
1247
|
function Or(t){let n;return{c(){n=p("div"),n.innerHTML='<svg version="1.1" class="FavoredIcon" part="FavoredIcon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.481 19.481" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 19.481 19.481"><path style="fill: white" d="m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z"></path></svg>',_(n,"class","FavIconContainer"),_(n,"part","FavIconContainer")},m(e,t){h(e,n,t)},p:e,d(e){e&&m(n)}}}
|
|
1246
|
-
// (
|
|
1248
|
+
// (585:4) {#if !isMobile(userAgent) && gamefavorite && isLoggedIn && favorites}
|
|
1247
1249
|
function Ar(t){let n,r,i;return{c(){n=p("div"),n.innerHTML='<svg version="1.1" class="FavoredIcon" part="FavoredIcon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.481 19.481" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 19.481 19.481"><path style="fill: white" d="m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z"></path></svg>',_(n,"class","FavIconContainer"),_(n,"part","FavIconContainer")},m(e,a){h(e,n,a),r||(i=w(n,"click",/*click_handler_2*/t[69]),r=!0)},p:e,d(e){e&&m(n),r=!1,i()}}}
|
|
1248
|
-
// (
|
|
1249
|
-
function
|
|
1250
|
-
// (
|
|
1251
|
-
function
|
|
1252
|
-
// (
|
|
1250
|
+
// (599:6) {#if gameisnew}
|
|
1251
|
+
function Rr(e){let t,n,r=/*$_*/e[36]("gameThumbnail.new")+"";return{c(){t=p("span"),n=y(r),_(t,"class","GameExtraInfoLabel NewGameTag"),_(t,"part","GameExtraInfoLabel NewGameTag")},m(e,r){h(e,t,r),d(t,n)},p(e,t){/*$_*/32&t[1]&&r!==(r=/*$_*/e[36]("gameThumbnail.new")+"")&&$(n,r)},d(e){e&&m(t)}}}
|
|
1252
|
+
// (602:6) {#if gametag}
|
|
1253
|
+
function Nr(e){let t,n;return{c(){t=p("span"),n=y(/*gametag*/e[8]),_(t,"class","GameExtraInfoLabel PopularGameTag"),_(t,"part","GameExtraInfoLabel PopularGameTag")},m(e,r){h(e,t,r),d(t,n)},p(e,t){/*gametag*/256&t[0]&&$(n,/*gametag*/e[8])},d(e){e&&m(t)}}}
|
|
1254
|
+
// (605:6) {#if livegamedata}
|
|
1253
1255
|
function Hr(e){let t,n,r=!/*isopen*/e[23]&&/*starttime*/e[21]&&/*timeformat*/e[22]&&Br(e);function i(e,t){/*isopen*/
|
|
1254
1256
|
return e[23]&&/*displaytype*/e[20]&&/*displaytype*/e[20]===Qr?Yr:/*isopen*/e[23]&&/*displaytype*/e[20]&&/*displaytype*/e[20]===ei?Ur:void 0}let a=i(e),s=a&&a(e);return{c(){r&&r.c(),t=v(),s&&s.c(),n=b()},m(e,i){r&&r.m(e,i),h(e,t,i),s&&s.m(e,i),h(e,n,i)},p(e,o){!/*isopen*/e[23]&&/*starttime*/e[21]&&/*timeformat*/e[22]?r?r.p(e,o):(r=Br(e),r.c(),r.m(t.parentNode,t)):r&&(r.d(1),r=null),a===(a=i(e))&&s?s.p(e,o):(s&&s.d(1),s=a&&a(e),s&&(s.c(),s.m(n.parentNode,n)))},d(e){r&&r.d(e),e&&m(t),s&&s.d(e),e&&m(n)}}}
|
|
1255
|
-
// (
|
|
1256
|
-
function Br(e){let t,n,r,i,a,s,o,l,c,u,f=/*$_*/e[36]("gameThumbnail.opens")+"",g=
|
|
1257
|
-
// (
|
|
1258
|
-
function Ur(e){let t,n,r,i,a,s,o=/*renderDealerName*/e[46](/*dealername*/e[35])+"",l=/*renderBetLimits*/e[45](/*min*/e[27],/*max*/e[28],/*currencySymbol*/e[26])+"",c=new Array(ni),u=[];for(let t=0;t<c.length;t+=1)u[t]=Vr(
|
|
1259
|
-
/*div0_binding*/e[70](n),d(t,r),i.m(o,t),d(t,a),s.m(l,t)},p(e,r){if(/*roulleteresults, isdouble*/1073750016&r[0]|/*renderSpan, colorsourcearray*/65538&r[1]){let t;for(c=new Array(ni),t=0;t<c.length;t+=1){const i=
|
|
1257
|
+
// (606:8) {#if !isopen && starttime && timeformat}
|
|
1258
|
+
function Br(e){let t,n,r,i,a,s,o,l,c,u,f=/*$_*/e[36]("gameThumbnail.opens")+"",g=Tr.utc(/*starttime*/e[21]).local().format(/*timeformat*/e[22])+"",b=/*renderDealerName*/e[46](/*dealername*/e[35])+"",w=/*renderBetLimits*/e[45](/*min*/e[27],/*max*/e[28],/*currencySymbol*/e[26])+"";return{c(){t=p("div"),n=p("div"),r=y(f),i=v(),a=p("span"),s=y(g),o=v(),l=new S(!1),c=v(),u=new S(!1),_(n,"class","ClosedGame"),_(n,"part","ClosedGame"),l.a=c,u.a=null,_(t,"class","GameProp LiveProps"),_(t,"part","GameProp LiveProps")},m(e,m){h(e,t,m),d(t,n),d(n,r),d(n,i),d(n,a),d(a,s),d(t,o),l.m(b,t),d(t,c),u.m(w,t)},p(e,t){/*$_*/32&t[1]&&f!==(f=/*$_*/e[36]("gameThumbnail.opens")+"")&&$(r,f),/*starttime, timeformat*/6291456&t[0]&&g!==(g=Tr.utc(/*starttime*/e[21]).local().format(/*timeformat*/e[22])+"")&&$(s,g),/*dealername*/16&t[1]&&b!==(b=/*renderDealerName*/e[46](/*dealername*/e[35])+"")&&l.p(b),/*min, max, currencySymbol*/469762048&t[0]&&w!==(w=/*renderBetLimits*/e[45](/*min*/e[27],/*max*/e[28],/*currencySymbol*/e[26])+"")&&u.p(w)},d(e){e&&m(t)}}}
|
|
1259
|
+
// (639:68)
|
|
1260
|
+
function Ur(e){let t,n,r,i,a,s,o=/*renderDealerName*/e[46](/*dealername*/e[35])+"",l=/*renderBetLimits*/e[45](/*min*/e[27],/*max*/e[28],/*currencySymbol*/e[26])+"",c=new Array(ni),u=[];for(let t=0;t<c.length;t+=1)u[t]=Vr(kr(e,c,t));return{c(){t=p("div"),n=p("div");for(let e=0;e<u.length;e+=1)u[e].c();r=v(),i=new S(!1),a=v(),s=new S(!1),_(n,"class","LiveIcons"),_(n,"part","LiveIcons"),i.a=a,s.a=null,_(t,"class",/*roulettecontainerclassname*/e[31]),_(t,"part",/*roulettecontainerclassname*/e[31])},m(c,m){h(c,t,m),d(t,n);for(let e=0;e<u.length;e+=1)u[e].m(n,null);
|
|
1261
|
+
/*div0_binding*/e[70](n),d(t,r),i.m(o,t),d(t,a),s.m(l,t)},p(e,r){if(/*roulleteresults, isdouble*/1073750016&r[0]|/*renderSpan, colorsourcearray*/65538&r[1]){let t;for(c=new Array(ni),t=0;t<c.length;t+=1){const i=kr(e,c,t);u[t]?u[t].p(i,r):(u[t]=Vr(i),u[t].c(),u[t].m(n,null))}for(;t<u.length;t+=1)u[t].d(1);u.length=c.length}/*dealername*/16&r[1]&&o!==(o=/*renderDealerName*/e[46](/*dealername*/e[35])+"")&&i.p(o),/*min, max, currencySymbol*/469762048&r[0]&&l!==(l=/*renderBetLimits*/e[45](/*min*/e[27],/*max*/e[28],/*currencySymbol*/e[26])+"")&&s.p(l),/*roulettecontainerclassname*/1&r[1]&&_(t,"class",/*roulettecontainerclassname*/e[31]),/*roulettecontainerclassname*/1&r[1]&&_(t,"part",/*roulettecontainerclassname*/e[31])},d(n){n&&m(t),f(u,n),
|
|
1260
1262
|
/*div0_binding*/e[70](null)}}}
|
|
1261
|
-
// (
|
|
1263
|
+
// (618:8) {#if isopen && displaytype && displaytype === BLACKJACK}
|
|
1262
1264
|
function Yr(e){let t,n,r,i,a,s,o=/*renderDealerName*/e[46](/*dealername*/e[35])+"",l=/*renderBetLimits*/e[45](/*min*/e[27],/*max*/e[28],/*currencySymbol*/e[26])+"";function c(e,t){/*istablefull*/
|
|
1263
|
-
return e[33]?Kr:Zr}let u=c(e),f=u(e);return{c(){t=p("div"),n=p("div"),f.c(),r=v(),i=new
|
|
1264
|
-
// (
|
|
1265
|
+
return e[33]?Kr:Zr}let u=c(e),f=u(e);return{c(){t=p("div"),n=p("div"),f.c(),r=v(),i=new S(!1),a=v(),s=new S(!1),_(n,"class","LiveIcons"),_(n,"part","LiveIcons"),i.a=a,s.a=null,_(t,"class","GameProp LiveProps BlackjackDisplay"),_(t,"part","GameProp LiveProps BlackjackDisplay")},m(e,c){h(e,t,c),d(t,n),f.m(n,null),d(t,r),i.m(o,t),d(t,a),s.m(l,t)},p(e,t){u===(u=c(e))&&f?f.p(e,t):(f.d(1),f=u(e),f&&(f.c(),f.m(n,null))),/*dealername*/16&t[1]&&o!==(o=/*renderDealerName*/e[46](/*dealername*/e[35])+"")&&i.p(o),/*min, max, currencySymbol*/469762048&t[0]&&l!==(l=/*renderBetLimits*/e[45](/*min*/e[27],/*max*/e[28],/*currencySymbol*/e[26])+"")&&s.p(l)},d(e){e&&m(t),f.d()}}}
|
|
1266
|
+
// (643:16) {#if roulleteresults && roulleteresults[i]}
|
|
1265
1267
|
function jr(e){let t;function n(e,t){/*isdouble*/
|
|
1266
1268
|
return e[30]?Wr:zr}let r=n(e),i=r(e);return{c(){i.c(),t=b()},m(e,n){i.m(e,n),h(e,t,n)},p(e,a){r===(r=n(e))&&i?i.p(e,a):(i.d(1),i=r(e),i&&(i.c(),i.m(t.parentNode,t)))},d(e){i.d(e),e&&m(t)}}}
|
|
1267
|
-
// (
|
|
1268
|
-
function zr(e){let t,n,r=/*renderSpan*/e[47]("LatestResult "/*i*/+(/*i*/0===e[111]?"First":""),e[111],/*roulleteresults*/e[13][/*i*/e[111]],/*colorsourcearray*/e[32][/*roulleteresults*/e[13][/*i*/e[111]]])+"";return{c(){t=new
|
|
1269
|
-
// (
|
|
1270
|
-
function Wr(e){let t,n,r,i,a,s=/*renderSpan*/e[47]("LatestResult "+(/*i*/0===e[111]?"First":""),`first${/*i*/e[111]}${/*roulleteresults*/e[13][/*i*/e[111]][0]}`/*roulleteresults*/,e[13][/*i*/e[111]][0],/*colorsourcearray*/e[32][/*roulleteresults*/e[13][/*i*/e[111]][0]])+"",o=/*renderSpan*/e[47]("LatestResult "+(/*i*/0===e[111]?"First":""),`second${/*i*/e[111]}${/*roulleteresults*/e[13][/*i*/e[111]][1]}`/*roulleteresults*/,e[13][/*i*/e[111]][1],/*colorsourcearray*/e[32][/*roulleteresults*/e[13][/*i*/e[111]][1]])+"";return{c(){t=p("div"),n=new
|
|
1271
|
-
// (
|
|
1269
|
+
// (649:18) {:else}
|
|
1270
|
+
function zr(e){let t,n,r=/*renderSpan*/e[47]("LatestResult "/*i*/+(/*i*/0===e[111]?"First":""),e[111],/*roulleteresults*/e[13][/*i*/e[111]],/*colorsourcearray*/e[32][/*roulleteresults*/e[13][/*i*/e[111]]])+"";return{c(){t=new S(!1),n=b(),t.a=n},m(e,i){t.m(r,e,i),h(e,n,i)},p(e,n){/*roulleteresults*/8192&n[0]|/*colorsourcearray*/2&n[1]&&r!==(r=/*renderSpan*/e[47]("LatestResult "/*i*/+(/*i*/0===e[111]?"First":""),e[111],/*roulleteresults*/e[13][/*i*/e[111]],/*colorsourcearray*/e[32][/*roulleteresults*/e[13][/*i*/e[111]]])+"")&&t.p(r)},d(e){e&&m(n),e&&t.d()}}}
|
|
1271
|
+
// (644:18) {#if isdouble}
|
|
1272
|
+
function Wr(e){let t,n,r,i,a,s=/*renderSpan*/e[47]("LatestResult "+(/*i*/0===e[111]?"First":""),`first${/*i*/e[111]}${/*roulleteresults*/e[13][/*i*/e[111]][0]}`/*roulleteresults*/,e[13][/*i*/e[111]][0],/*colorsourcearray*/e[32][/*roulleteresults*/e[13][/*i*/e[111]][0]])+"",o=/*renderSpan*/e[47]("LatestResult "+(/*i*/0===e[111]?"First":""),`second${/*i*/e[111]}${/*roulleteresults*/e[13][/*i*/e[111]][1]}`/*roulleteresults*/,e[13][/*i*/e[111]][1],/*colorsourcearray*/e[32][/*roulleteresults*/e[13][/*i*/e[111]][1]])+"";return{c(){t=p("div"),n=new S(!1),r=v(),i=new S(!1),a=v(),n.a=r,i.a=a,_(t,"class","Double"),_(t,"part","Double")},m(e,l){h(e,t,l),n.m(s,t),d(t,r),i.m(o,t),d(t,a)},p(e,t){/*roulleteresults*/8192&t[0]|/*colorsourcearray*/2&t[1]&&s!==(s=/*renderSpan*/e[47]("LatestResult "+(/*i*/0===e[111]?"First":""),`first${/*i*/e[111]}${/*roulleteresults*/e[13][/*i*/e[111]][0]}`/*roulleteresults*/,e[13][/*i*/e[111]][0],/*colorsourcearray*/e[32][/*roulleteresults*/e[13][/*i*/e[111]][0]])+"")&&n.p(s),/*roulleteresults*/8192&t[0]|/*colorsourcearray*/2&t[1]&&o!==(o=/*renderSpan*/e[47]("LatestResult "+(/*i*/0===e[111]?"First":""),`second${/*i*/e[111]}${/*roulleteresults*/e[13][/*i*/e[111]][1]}`/*roulleteresults*/,e[13][/*i*/e[111]][1],/*colorsourcearray*/e[32][/*roulleteresults*/e[13][/*i*/e[111]][1]])+"")&&i.p(o)},d(e){e&&m(t)}}}
|
|
1273
|
+
// (642:14) {#each new Array(numberofdisplayedresults) as garbage, i}
|
|
1272
1274
|
function Vr(e){let t,n=/*roulleteresults*/e[13]&&/*roulleteresults*/e[13][/*i*/e[111]]&&jr(e);return{c(){n&&n.c(),t=b()},m(e,r){n&&n.m(e,r),h(e,t,r)},p(e,r){/*roulleteresults*/e[13]&&/*roulleteresults*/e[13][/*i*/e[111]]?n?n.p(e,r):(n=jr(e),n.c(),n.m(t.parentNode,t)):n&&(n.d(1),n=null)},d(e){n&&n.d(e),e&&m(t)}}}
|
|
1273
|
-
// (
|
|
1274
|
-
function Zr(e){let t,n=/*seats*/e[25],r=[];for(let t=0;t<n.length;t+=1)r[t]=Xr(
|
|
1275
|
-
// (
|
|
1275
|
+
// (625:14) {:else}
|
|
1276
|
+
function Zr(e){let t,n=/*seats*/e[25],r=[];for(let t=0;t<n.length;t+=1)r[t]=Xr(Lr(e,n,t));return{c(){for(let e=0;e<r.length;e+=1)r[e].c();t=b()},m(e,n){for(let t=0;t<r.length;t+=1)r[t].m(e,n);h(e,t,n)},p(e,i){if(/*currentoccupiedseats, seats*/570425344&i[0]|/*contains*/8192&i[1]){let a;for(n=/*seats*/e[25],a=0;a<n.length;a+=1){const s=Lr(e,n,a);r[a]?r[a].p(s,i):(r[a]=Xr(s),r[a].c(),r[a].m(t.parentNode,t))}for(;a<r.length;a+=1)r[a].d(1);r.length=n.length}},d(e){f(r,e),e&&m(t)}}}
|
|
1277
|
+
// (621:14) {#if istablefull}
|
|
1276
1278
|
function Kr(e){let t,n,r=/*$_*/e[36]("gameThumbnail.full")+"";return{c(){t=p("span"),n=y(r),_(t,"class","FullTable"),_(t,"part","FullTable")},m(e,r){h(e,t,r),d(t,n)},p(e,t){/*$_*/32&t[1]&&r!==(r=/*$_*/e[36]("gameThumbnail.full")+"")&&$(n,r)},d(e){e&&m(t)}}}
|
|
1277
|
-
// (
|
|
1279
|
+
// (626:16) {#each seats as seatData}
|
|
1278
1280
|
function Xr(e){let t,n,r,i,a,s,o;return{c(){t=p("span"),n=g("svg"),r=g("path"),i=g("path"),a=v(),_(r,"d","M11.58 6c-1.17 0-2.13.95-2.13 2.12v.4a8.82 8.82 0 00-2.92-.4c-1.54 0-2.45.22-2.92.4v-.4A2.136 2.136 0 001.48 6a1.33 1.33 0 00-.5 2.55c.14.07.24.21.24.37l.26 1.06c0 .96.73 1.75 1.65 1.85a.65.65 0 00.28 1.23.65.65 0 00.3-1.22h5.64a.65.65 0 00.3 1.22.65.65 0 00.28-1.23c.93-.1 1.65-.9 1.65-1.85l.27-1.06c0-.16.1-.3.24-.37A1.33 1.33 0 0011.58 6z"),_(i,"d","M4.34 7.5c.55-.1 1.27-.17 2.2-.17.91 0 1.63.07 2.18.17.21-.96.9-1.74 1.8-2.1V4a3.99 3.99 0 00-7.97 0v1.4c.9.36 1.58 1.14 1.79 2.1z"),_(n,"xmlns","http://www.w3.org/2000/svg"),_(n,"width","13"),_(n,"height","14"),_(n,"viewBox","0 0 13 14"),_(t,"class",s=/*contains*/e[44](/*currentoccupiedseats*/e[29],/*seatData*/e[106].toString())?"ClosedSeat":"OpenSeat"),_(t,"part",o=/*contains*/e[44](/*currentoccupiedseats*/e[29],/*seatData*/e[106].toString())?"ClosedSeat":"OpenSeat")},m(e,s){h(e,t,s),d(t,n),d(n,r),d(n,i),d(t,a)},p(e,n){/*currentoccupiedseats, seats*/570425344&n[0]&&s!==(s=/*contains*/e[44](/*currentoccupiedseats*/e[29],/*seatData*/e[106].toString())?"ClosedSeat":"OpenSeat")&&_(t,"class",s),/*currentoccupiedseats, seats*/570425344&n[0]&&o!==(o=/*contains*/e[44](/*currentoccupiedseats*/e[29],/*seatData*/e[106].toString())?"ClosedSeat":"OpenSeat")&&_(t,"part",o)},d(e){e&&m(t)}}}
|
|
1279
|
-
// (
|
|
1280
|
-
function qr(e){let t,n;return{c(){t=p("p"),n=y(/*gamename*/e[4]),_(t,"class","GameNameBelow"),_(t,"part","GameNameBelow"),_(t,"title",/*gamename*/e[4])},m(e,r){h(e,t,r),d(t,n)},p(e,r){/*gamename*/16&r[0]&&$(n,/*gamename*/e[4]),/*gamename*/16&r[0]&&_(t,"title",/*gamename*/e[4])},d(e){e&&m(t)}}}function Jr(t){let n,i,a,s,o,c,u,f,g,b,x,S,C,T,M,E,F,
|
|
1281
|
-
return
|
|
1282
|
-
/*
|
|
1283
|
-
/*
|
|
1284
|
-
/*
|
|
1285
|
-
/*
|
|
1281
|
+
// (662:2) {#if showgamename}
|
|
1282
|
+
function qr(e){let t,n;return{c(){t=p("p"),n=y(/*gamename*/e[4]),_(t,"class","GameNameBelow"),_(t,"part","GameNameBelow"),_(t,"title",/*gamename*/e[4])},m(e,r){h(e,t,r),d(t,n)},p(e,r){/*gamename*/16&r[0]&&$(n,/*gamename*/e[4]),/*gamename*/16&r[0]&&_(t,"title",/*gamename*/e[4])},d(e){e&&m(t)}}}function Jr(t){let n,i,a,s,o,c,u,f,g,b,x,S,C,T,M,E,F,k,L,G,P,I,D,O,A,R,N,H,B,U,Y,j,z=/*gamevendor*/(t[5]?/*gamevendor*/t[5]:"-")+"";function W(e,t){/*fav*/
|
|
1283
|
+
return e[16]?Pr:Gr}let V=W(t),Z=V(t),K=/*lang*/t[1]&&Dr(t);function X(e,t){/*gamefavorite, isLoggedIn, favorites*/
|
|
1284
|
+
return 32773&t[0]&&(G=null),/*gamefavorite, isLoggedIn, favorites*/32773&t[0]&&(P=null),null==G&&(G=!(wr(/*userAgent*/e[37])||/*gamefavorite*/!e[0]||/*isLoggedIn*/!e[15]||/*favorites*/!e[2])),G?Ar:(null==P&&(P=!!(wr(/*userAgent*/e[37])&&/*gamefavorite*/e[0]&&/*isLoggedIn*/e[15]&&/*favorites*/e[2])),P?Or:void 0)}let q=X(t,[-1,-1,-1,-1]),J=q&&q(t),Q=/*gameisnew*/t[7]&&Rr(t),ee=/*gametag*/t[8]&&Nr(t),te=/*livegamedata*/t[12]&&Hr(t),ne=/*showgamename*/t[10]&&qr(t);return{c(){n=p("div"),i=p("div"),a=p("img"),u=v(),f=p("div"),g=p("div"),Z.c(),b=v(),x=p("p"),S=y(/*gamename*/t[4]),C=v(),K&&K.c(),E=v(),F=p("span"),k=y(z),L=v(),J&&J.c(),I=v(),D=p("div"),Q&&Q.c(),O=v(),ee&&ee.c(),A=v(),te&&te.c(),H=v(),ne&&ne.c(),this.c=e,l(a.src,s=/*gamethumbnail*/t[3])||_(a,"src",s),_(a,"class",o=`GameBg GameBg-${/*gamecellsize*/t[9]} ${/*hover*/t[17]?"GameContainerHovered":""} ${/*loaded*/t[18]?"Loaded":""}`),_(a,"part",c="GameBg "+(/*hover*/t[17]?"GameContainerHovered":"")+" "+(/*loaded*/t[18]?"Loaded":"")),_(a,"alt",""),_(a,"loading","lazy"),_(x,"class","GameInfoName"),_(x,"part","GameInfoName"),_(x,"title",/*gamename*/t[4]),_(g,"class",T="GameInfo "+(/*hover*/t[17]?"GameHovered":"")),_(g,"part",M="GameInfo "+(/*hover*/t[17]?"GameHovered":"")),_(F,"class","GameInfoVendor"),_(F,"part","GameInfoVendor"),_(f,"class","GameInfoWrapper"),_(f,"part","GameInfoWrapper"),_(D,"class","GameExtraInfo"),_(D,"part","GameExtraInfo"),_(i,"class",R="GameInnerContainer "+(/*livegamedata*/t[12]&&!/*isopen*/t[23]&&/*openhours*/t[24].value||/*livegamedata*/t[12]&&/*istablefull*/t[33]?"GameInnerContainerUnavailable":"")),_(i,"part",N="GameInnerContainer "+(/*livegamedata*/t[12]&&!/*isopen*/t[23]||/*livegamedata*/t[12]&&/*istablefull*/t[33]?"GameInnerContainerUnavailable":"")),_(n,"class",B=`GameContainer ${/*extraclassname*/t[34]}`),_(n,"part",U=`GameContainer ${/*extraclassname*/t[34]}`)},m(e,r){h(e,n,r),d(n,i),d(i,a),
|
|
1285
|
+
/*img_binding*/t[66](a),d(i,u),d(i,f),d(f,g),Z.m(g,null),d(g,b),d(g,x),d(x,S),d(g,C),K&&K.m(g,null),d(f,E),d(f,F),d(F,k),d(i,L),J&&J.m(i,null),d(i,I),d(i,D),Q&&Q.m(D,null),d(D,O),ee&&ee.m(D,null),d(D,A),te&&te.m(D,null),d(n,H),ne&&ne.m(n,null)
|
|
1286
|
+
/*div4_binding*/,t[71](n),Y||(j=[w(i,"mouseenter",/*gameHover*/t[42]),w(i,"mouseleave",/*gameBlur*/t[43]),w(i,"touchstart",/*gameTouch*/t[40],{passive:!0}),w(i,"touchend",/*gameTouchEnd*/t[41],{passive:!0})],Y=!0)},p(e,t){/*gamethumbnail*/8&t[0]&&!l(a.src,s=/*gamethumbnail*/e[3])&&_(a,"src",s),/*gamecellsize, hover, loaded*/393728&t[0]&&o!==(o=`GameBg GameBg-${/*gamecellsize*/e[9]} ${/*hover*/e[17]?"GameContainerHovered":""} ${/*loaded*/e[18]?"Loaded":""}`)&&_(a,"class",o),/*hover, loaded*/393216&t[0]&&c!==(c="GameBg "+(/*hover*/e[17]?"GameContainerHovered":"")+" "+(/*loaded*/e[18]?"Loaded":""))&&_(a,"part",c),V===(V=W(e))&&Z?Z.p(e,t):(Z.d(1),Z=V(e),Z&&(Z.c(),Z.m(g,b))),/*gamename*/16&t[0]&&$(S,/*gamename*/e[4]),/*gamename*/16&t[0]&&_(x,"title",/*gamename*/e[4]),/*lang*/e[1]?K?K.p(e,t):(K=Dr(e),K.c(),K.m(g,null)):K&&(K.d(1),K=null),/*hover*/131072&t[0]&&T!==(T="GameInfo "+(/*hover*/e[17]?"GameHovered":""))&&_(g,"class",T),/*hover*/131072&t[0]&&M!==(M="GameInfo "+(/*hover*/e[17]?"GameHovered":""))&&_(g,"part",M),/*gamevendor*/32&t[0]&&z!==(z=/*gamevendor*/(e[5]?/*gamevendor*/e[5]:"-")+"")&&$(k,z),q===(q=X(e,t))&&J?J.p(e,t):(J&&J.d(1),J=q&&q(e),J&&(J.c(),J.m(i,I))),/*gameisnew*/e[7]?Q?Q.p(e,t):(Q=Rr(e),Q.c(),Q.m(D,O)):Q&&(Q.d(1),Q=null),/*gametag*/e[8]?ee?ee.p(e,t):(ee=Nr(e),ee.c(),ee.m(D,A)):ee&&(ee.d(1),ee=null),/*livegamedata*/e[12]?te?te.p(e,t):(te=Hr(e),te.c(),te.m(D,null)):te&&(te.d(1),te=null),/*livegamedata, isopen, openhours*/25169920&t[0]|/*istablefull*/4&t[1]&&R!==(R="GameInnerContainer "+(/*livegamedata*/e[12]&&!/*isopen*/e[23]&&/*openhours*/e[24].value||/*livegamedata*/e[12]&&/*istablefull*/e[33]?"GameInnerContainerUnavailable":""))&&_(i,"class",R),/*livegamedata, isopen*/8392704&t[0]|/*istablefull*/4&t[1]&&N!==(N="GameInnerContainer "+(/*livegamedata*/e[12]&&!/*isopen*/e[23]||/*livegamedata*/e[12]&&/*istablefull*/e[33]?"GameInnerContainerUnavailable":""))&&_(i,"part",N),/*showgamename*/e[10]?ne?ne.p(e,t):(ne=qr(e),ne.c(),ne.m(n,null)):ne&&(ne.d(1),ne=null),/*extraclassname*/8&t[1]&&B!==(B=`GameContainer ${/*extraclassname*/e[34]}`)&&_(n,"class",B),/*extraclassname*/8&t[1]&&U!==(U=`GameContainer ${/*extraclassname*/e[34]}`)&&_(n,"part",U)},i:e,o:e,d(e){e&&m(n)
|
|
1287
|
+
/*img_binding*/,t[66](null),Z.d(),K&&K.d(),J&&J.d(),Q&&Q.d(),ee&&ee.d(),te&&te.d(),ne&&ne.d()
|
|
1288
|
+
/*div4_binding*/,t[71](null),Y=!1,r(j)}}}const Qr="blackjack",ei="roulette",ti="doubleballroulette",ni=5;function ri(e,t,n){let r;u(e,br,(e=>n(36,r=e)));let i,a,s,o,l,c,d,h,m,f,p,g,y,v,b,w,_,x,$,S,C,T,E,k,L,{session:G=""}=t,{userid:P=""}=t,{lang:I="en"}=t,{clientstyling:O=""}=t,{clientstylingurl:A=""}=t,{translationurl:R=""}=t,{favorites:N=""}=t,{gamethumbnail:H=""}=t,{gamename:B=""}=t,{gamevendor:U=""}=t,{gameid:Y=""}=t,{gameisnew:j=""}=t,{gametag:z=""}=t,{gamefunmode:W=!1}=t,{searchitem:V=!1}=t,{gamefavorite:Z=!1}=t,{gamecellsize:K=""}=t,{showfavoredcategory:X=!1}=t,{showgamename:q=!1}=t,{currency:J=""}=t,{gamepagemodalurl:Q="false"}=t,{endpoint:ee=""}=t,{livelobbyendpoint:te=""}=t,{connectlive:ne=""}=t,{visibilityconnect:re=""}=t,{integratedgameframedesktop:ie="false"}=t,{integratedgameframemobile:ae="false"}=t,se=!1,oe=!1,le=!1,ce=window.navigator.userAgent,ue="HH:mm",de={},he=[],me="EUR",fe="";const pe=[Qr],ge=[ei,ti],ye={"01":"Yellow","02":"Blue",10:"Green",40:"Red","05":"Purple",20:"Orange",X7:"Gold",X2:"Gold"},ve={1:"Red",3:"Red",5:"Red",7:"Red",9:"Red",12:"Red",14:"Red",16:"Red",18:"Red",19:"Red",21:"Red",23:"Red",25:"Red",27:"Red",30:"Red",32:"Red",34:"Red",36:"Red",2:"Black",4:"Black",6:"Black",8:"Black",10:"Black",11:"Black",13:"Black",15:"Black",17:"Black",20:"Black",22:"Black",24:"Black",26:"Black",28:"Black",29:"Black",31:"Black",33:"Black",35:"Black",0:"Green","00":"Green"};Object.keys(Er).forEach((e=>{Mr(e,Er[e])}));const be=e=>{e.data.type!==`AddFavoriteThumbnail_${Y}`||X||n(0,Z=!0),e.data.type!==`RemoveFavoriteThumbnail_${Y}`||X||n(0,Z=!1),"UserSessionID"===e.data.type&&(n(15,se=!0),e.data.session,i=e.data.userID),"CategoryUpdate"===e.data.type&&n(12,o=null)},we=e=>{window.postMessage({type:"SearchedItemClicked",gameId:e},window.location.href),
|
|
1286
1289
|
//Analytics event -- if game was searched
|
|
1287
|
-
"function"==typeof gtag&>ag("event","OpenGame",{context:"GameThumbnail--Searched",gameId:`${e}`,userId:`${i||"Not logged in"}`}),
|
|
1290
|
+
"function"==typeof gtag&>ag("event","OpenGame",{context:"GameThumbnail--Searched",gameId:`${e}`,userId:`${i||"Not logged in"}`}),
|
|
1291
|
+
// Case mobile
|
|
1292
|
+
wr(ce)&&"true"==ae?window.postMessage({type:"OpenGameFrame",gameId:e,gamefunmode:W,gamepagemodalurl:Q,isMobile:wr(ce),source:"GameThumbnail"},window.location.href):wr(ce)&&"false"==ae&&window.postMessage({type:"ShowGameModal",gameId:e,isMobile:wr(ce)},window.location.href),
|
|
1293
|
+
// Case desktop
|
|
1294
|
+
wr(ce)||"true"!=ie?wr(ce)||"false"!=ie||window.postMessage({type:"ShowGameModal",gameId:e,isMobile:wr(ce)},window.location.href):window.postMessage({type:"OpenGameFrame",gameId:e,gamefunmode:W,gamepagemodalurl:Q,isMobile:wr(ce)},window.location.href)},_e=e=>{let t="thumbnail";Z?window.postMessage({type:"SetUnfavoredGame",id:e,triggerFactor:t},window.location.href):window.postMessage({type:"SetFavoredGame",id:e,triggerFactor:t},window.location.href)},xe=()=>{var e;e=I,or.set(e)},$e=()=>{te&&EventSource&&!l&&U&&Y&&(l=new EventSource(`${ee}/encoder/lobby/updates/${U}/${Y}`),l.addEventListener("message",Ce))},Se=()=>{l&&(l.close(),l=void 0)},Ce=async e=>{const{type:t,data:r}=e;let i;if("message"===t){if(r)try{i=JSON.parse(r)}catch(e){
|
|
1288
1295
|
// eslint-disable-next-line no-console
|
|
1289
1296
|
console.error("MESSAGE PARSING ERROR: ",e)}if(i){const{InternalTableId:e,MessageType:t,Results:// TakenSeats,
|
|
1290
1297
|
r,Seats:// Roads, // for baccarat
|
|
1291
|
-
a,Open:s}=i;if(e)switch(t){case"SeatsUpdated":a&&Array.isArray(a)&&(n(29,y=a),n(12,o.currentOccupiedSeats=a,o),await
|
|
1298
|
+
a,Open:s}=i;if(e)switch(t){case"SeatsUpdated":a&&Array.isArray(a)&&(n(29,y=a),n(12,o.currentOccupiedSeats=a,o),await D());break;case"RouletteResultsUpdated":r&&Array.isArray(r)&&(v=r,n(12,o.currentRouletteNumbers=r,o),await D());break;case"DoubleBallRouletteResultsUpdated":r&&Array.isArray(r)&&(b=r,n(12,o.currentDoubleBallRouletteNumbers=r,o),await D());break;case"TableOpened":case"TableClosed":n(23,h=s),n(12,o.isOpen=s,o),await D()}// default case
|
|
1292
1299
|
}}// default case
|
|
1293
1300
|
},Te=(e,t=",")=>null!=e?`${e}`.replace(/\B(?=(\d{3})+(?!\d))/g,t):"",Me=(e,t)=>e.some((e=>e===t)),Ee=()=>{if(o){if(n(23,h=o.isOpen),de=o.betLimit||{},n(24,m=o.openHours),n(25,he=(e=>{g=e.totalSeats||7,n(29,y=e.currentOccupiedSeats||[]);const t=[];for(let e=1;e<=g;e++)t.push(e);return{seats:t}})(o).seats),m&&m.value){const{value:{startTime:e,originalTimeFormat:t}}=m;/* , timeFormat: timeFormatRaw */n(21,d=e),n(22,ue=t||ue)}h&&n(20,c=(e=>{let t=null;if(e){const{vendorCategory:n}=e;if(n){const e=n.toLowerCase();Me(pe,e)?t=Qr:Me(ge,e)&&(t=ei)}// else if (contains(baccaratCategory, gameTypeToLower)) {
|
|
1294
1301
|
// GameComponent = 'baccarat';
|
|
1295
1302
|
}// } else if (contains(otherLiveGamesCategory, gameTypeToLower)) {
|
|
1296
1303
|
// GameComponent = 'poker';
|
|
1297
1304
|
// }
|
|
1298
|
-
return t})(o)),n(26,me=
|
|
1305
|
+
return t})(o)),n(26,me=Fr[J]),n(27,f=(de.min||{})[J]),n(28,p=(de.max||{})[J]),v=o.currentRouletteNumbers,b=o.currentDoubleBallRouletteNumbers,w=o.vendorCategory,n(30,_=w.toLowerCase()===ti),n(13,x=(_?b:v)||[]),n(31,$="GameProp LiveProps RoulleteProps"),n(31,$+=_?" Double":""),n(32,S=Me(ge,w.toLowerCase())?ve:ye),T=C,n(33,C=Array.isArray(y)&&y.length===g),o.dealer&&n(35,k=o.dealer.DealerName),L=o.numberOfPlayers,n(34,fe="ListGame"),o.isOpen&&o.currentRouletteNumbers&&n(34,fe+=" GameBackdrop"),h&&C&&f&&p&&o.currentOccupiedSeats?n(34,fe+=" GameContainerDimmed"):!1===h&&d&&n(34,fe+=" GameContainerFullyDimmed"),s&&(!T&&C?(n(34,fe+=" PulsatingRedShadow"),n(34,fe=fe.replace(" PulsatingGreenShadow",""))):T&&!C&&(n(34,fe+=" PulsatingGreenShadow"),n(34,fe=fe.replace(" PulsatingRedShadow",""))))}},Fe=()=>{let e=new URL(A),t=document.createElement("style");fetch(e.href).then((e=>e.text())).then((e=>{t.innerHTML=e,setTimeout((()=>{s.appendChild(t)}),1)}))};M((()=>(window.addEventListener("message",be,!1),()=>{window.removeEventListener("message",be),l&&l.removeEventListener("message",Ce)})));return e.$$set=e=>{"session"in e&&n(48,G=e.session),"userid"in e&&n(49,P=e.userid),"lang"in e&&n(1,I=e.lang),"clientstyling"in e&&n(50,O=e.clientstyling),"clientstylingurl"in e&&n(51,A=e.clientstylingurl),"translationurl"in e&&n(52,R=e.translationurl),"favorites"in e&&n(2,N=e.favorites),"gamethumbnail"in e&&n(3,H=e.gamethumbnail),"gamename"in e&&n(4,B=e.gamename),"gamevendor"in e&&n(5,U=e.gamevendor),"gameid"in e&&n(6,Y=e.gameid),"gameisnew"in e&&n(7,j=e.gameisnew),"gametag"in e&&n(8,z=e.gametag),"gamefunmode"in e&&n(53,W=e.gamefunmode),"searchitem"in e&&n(54,V=e.searchitem),"gamefavorite"in e&&n(0,Z=e.gamefavorite),"gamecellsize"in e&&n(9,K=e.gamecellsize),"showfavoredcategory"in e&&n(55,X=e.showfavoredcategory),"showgamename"in e&&n(10,q=e.showgamename),"currency"in e&&n(56,J=e.currency),"gamepagemodalurl"in e&&n(57,Q=e.gamepagemodalurl),"endpoint"in e&&n(58,ee=e.endpoint),"livelobbyendpoint"in e&&n(59,te=e.livelobbyendpoint),"connectlive"in e&&n(60,ne=e.connectlive),"visibilityconnect"in e&&n(61,re=e.visibilityconnect),"integratedgameframedesktop"in e&&n(62,ie=e.integratedgameframedesktop),"integratedgameframemobile"in e&&n(63,ae=e.integratedgameframemobile)},e.$$.update=()=>{/*connectlive*/536870912&e.$$.dirty[1]&&ne&&("disconnect"===ne?Se():"connect"===ne&&$e()),/*visibilityconnect*/1073741824&e.$$.dirty[1]&&re&&("disconnect"===re?Se():"connect"===re&&"connect"===ne&&$e()),/*lang*/2&e.$$.dirty[0]&&I&&xe(),/*session, userid, endpoint*/134610944&e.$$.dirty[1]&&G&&P&&ee&&(n(15,se=!0),i=P),/*gamethumbnail*/8&e.$$.dirty[0]&&H&&a&&n(19,a.onload=()=>{n(18,le=!0)},a),/*customStylingContainer*/2048&e.$$.dirty[0]|/*clientstyling*/524288&e.$$.dirty[1]&&O&&s&&(()=>{let e=document.createElement("style");e.innerHTML=O,s.appendChild(e)})(),/*customStylingContainer*/2048&e.$$.dirty[0]|/*clientstylingurl*/1048576&e.$$.dirty[1]&&A&&s&&Fe(),/*favorites*/4&e.$$.dirty[0]&&N&&"true"==N&&n(16,oe=!0),/*translationurl*/2097152&e.$$.dirty[1]&&R&&fetch(R).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{Mr(t,e[t])}))})).catch((e=>{console.log(e)})),/*gamecellsize*/512&e.$$.dirty[0]|/*clientstylingurl*/1048576&e.$$.dirty[1]&&K&&A&&Fe(),/*endpoint, livelobbyendpoint*/402653184&e.$$.dirty[1]&&ee&&te&&(()=>{let e=new URL(`${te.split("?")[0]}`);e.searchParams.append("platform",_r(ce)),e.searchParams.append("language",I),
|
|
1299
1306
|
// let url:URL = new URL(`${endpoint}${livelobbyendpoint}`);
|
|
1300
|
-
fetch(e).then((e=>e.json())).then((e=>{const{details:t}=e[0];n(12,o=t)}))})(),/*livegamedata*/4096&e.$$.dirty[0]&&o&&Ee(),/*roulletteref, roulleteresults*/24576&e.$$.dirty[0]&&M&&x&&(()=>{const e="FirstElementAnimated",t=M.getElementsByClassName("First")[0];t&&(t.classList.add(e),setTimeout((()=>{t.classList.remove(e)}),2e3))})()},[Z,I,R,H,B,U,Y,j,z,K,q,s,o,x,M,se,oe,!1,le,a,c,d,ue,h,m,he,me,f,p,y,_,$,S,C,fe,F,r,ce,we,_e,()=>{window.postMessage({type:"GameHoveredMobile"},window.location.href)},()=>{window.postMessage({type:"GameBlurMobile"},window.location.href)},()=>{window.postMessage({type:"GameHoveredPc"},window.location.href)},()=>{window.postMessage({type:"GameBlurPc"},window.location.href)},Me,(e,t,n)=>{let r,i;return null!=e&&null!=t&&(i=`\n <span>\n ${n}\n </span>\n ${Te(e)}-${Te(t)}`),L&&(r=`\n <svg fill="white" width="13" height="13" viewBox="0 0 13 14" xmlns="http://www.w3.org/2000/svg"><path d="M4 8.2a4.6 4.6 0 0 0 5 0c2.7.8 4 2.6 4 4.8H0c0-2.2 1.3-4 4-4.8zM6.6 8c2 0 3.8-1.7 3.8-4 0-2.1-1.7-4-3.8-4a3.9 3.9 0 0 0-3.8 4c0 2.2 1.7 4 3.8 4z"/></svg>\n <span class="NrOfPlayers">${L}</span>`),r||i?`\n <p class="LiveLimits">\n <span class="BetLimitLeft">\n ${i||""}\n </span>\n <span class="BetLimitRight">\n ${r||""}\n </span>\n </p>`:""},e=>e?`\n <p class="LiveLimits">\n <span class="DealerName">${r("gameThumbnail.dealer")}: ${e}</span>\n </p>\n `:"",(e,t,n,r="")=>{const i=`${e} ${r}`,a=t.toString().match(/first0|second0|0/g);return 0===t||a&&0!==a.length?`\n <span\n id=${t}\n class="${i}"\n >\n ${n}\n </span>\n `:`\n <span id=${t} class="${i}">\n ${n}\n </span>\n `},k,P,D,A,N,W,V,X,J,Q,ee,te,ne,re,ie,ae,ye,ve,function(e){G[e?"unshift":"push"]((()=>{a=e,n(19,a)}))},()=>_e(Y),()=>we(Y),()=>_e(Y),function(e){G[e?"unshift":"push"]((()=>{M=e,n(14,M)}))},function(e){G[e?"unshift":"push"]((()=>{s=e,n(11,s)}))}]}function ii(e,t){Vn(e,t)}!customElements.get("casino-game-thumbnail")&&customElements.define("casino-game-thumbnail",class extends j{constructor(e){super(),this.shadowRoot.innerHTML='<style>:host{font-family:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.GameContainer{width:100%;height:100%;position:relative}.GameInnerContainer{position:relative;width:100%;height:100%;overflow:hidden;border-radius:5px}.GameInnerContainer .GameBg{width:100%;height:100%;object-fit:unset;transition:all 150ms ease-in-out}.GameInnerContainer .GameBg.GameBg-1x2,.GameInnerContainer .GameBg.GameBg-2x1,.GameInnerContainer .GameBg.GameBg-2x2{object-fit:cover}.GameInnerContainer .GameInfoWrapper{display:none;position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;background:rgba(0, 0, 0, 0.65);z-index:15}.GameInnerContainer .GameInfoWrapper .GameInfo{display:flex;width:100%;height:100%;flex-direction:column;align-items:center;justify-content:center}.GameInnerContainer .GameInfoWrapper .GameInfoName{color:white;margin-bottom:10px;text-align:center;font-size:14px}.GameInnerContainer .GameInfoWrapper .GameInfoBtn{appearance:none;padding:6px;background:var(--emfe-w-color-primary, #D0046C);color:var(--emfe-w-color-primary-50, #FBECF4);font-size:16px;border:2px solid var(--emfe-w-color-primary-600, #99034F);border-radius:5px;cursor:pointer;transition:border 150ms ease-in-out}.GameInnerContainer .GameInfoWrapper .GameInfoBtn:hover{border:2px solid var(--emfe-w-color-primary-100, #F1BED9)}.GameInnerContainer .GameInfoWrapper .GameInfoVendor{display:block;position:absolute;bottom:8px;right:8px;color:white;font-size:12px;font-weight:normal}.GameInnerContainer:hover{cursor:pointer}.GameInnerContainer:hover .GameInfoWrapper{display:block}.GameInnerContainer:hover .GameBg{filter:blur(5px) grayscale(1)}.GameInnerContainer .GameExtraInfo{display:block;position:absolute;width:100%;height:100%;top:8px;left:8px;z-index:0}.GameInnerContainer .GameExtraInfoLabel{font-size:11px;padding:3px;background-color:var(--emfe-w-color-primary, #D0046C);color:var(--emfe-w-color-primary-50, #FBECF4);font-weight:bold;text-transform:uppercase;border-radius:5px}.GameNameBelow{color:var(--emfe-w-color-white, #FFFFFF);position:relative;bottom:-5px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.FavoredIcon,.UnfavoredIcon{width:20px;height:20px}.FavIconContainer{position:absolute;top:10px;right:10px;cursor:pointer;z-index:15}@media(min-width: 1100px){.GamesWrapper .ListGame:hover .GamePlayNowText{z-index:4}}.ListGame:hover .OpenSeat,.ListGame:hover .ClosedSeat,.ListGame:hover .LiveLimits,.ListGame:hover .LatestResult,.ListGame:hover .FullTable,.ListGame:active .OpenSeat,.ListGame:active .ClosedSeat,.ListGame:active .LiveLimits,.ListGame:active .LatestResult,.ListGame:active .FullTable{opacity:0.2}.ListGame.GameBackdrop .GameInnerContainer::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg, rgb(0, 0, 0) 15%, rgba(0, 0, 0, 0) 100%)}.ListGame .GameInnerContainer{z-index:0}.ListGame .GameInnerContainer .GameBg{z-index:5}.ListGame .GameInnerContainer .GameExtraInfo{z-index:10}.ListGame .GameInnerContainer::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.ListGame .GameInnerContainer.GameInnerContainerUnavailable::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0, 0, 0, 0.9)}.ListGame .GameInnerContainer .ListGame.GameContainerDimmed:before{display:block;content:" ";width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:rgba(0, 0, 0, 0.4);color:var(--emfe-w-color-white, #FFFFFF);fill:var(--emfe-w-color-white, #FFFFFF);opacity:1;border-radius:4px}.ListGame .GameInnerContainer .ListGame.GameContainerFullyDimmed:before{display:block;content:" ";width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:rgba(0, 0, 0, 0.8);color:var(--emfe-w-color-white, #FFFFFF);fill:var(--emfe-w-color-white, #FFFFFF);opacity:1;border-radius:4px}.ListGame .GameInnerContainer .LiveProps{display:flex;flex-direction:column;position:absolute;bottom:8px;left:-8px;right:0;width:100%;padding:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.99) 100%);color:var(--emfe-w-color-white, #FFFFFF);opacity:1;font-size:14px}.ListGame .GameInnerContainer .ListGame:hover .LiveProps,.ListGame .GameInnerContainer .ListGameLink:hover .LiveProps{opacity:0}@keyframes red-pulse{0%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}15%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}30%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}50%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}65%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}80%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}100%{box-shadow:0 0 0 0 rgba(255, 0, 0, 0.75)}}@keyframes green-pulse{0%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}15%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}30%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}50%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}65%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}80%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}100%{box-shadow:0 0 0 0 rgba(86, 168, 10, 0.75)}}@keyframes flip-open{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.ListGame .GameInnerContainer .silde-in-from-left{-webkit-animation-name:silde-in-from-left;animation-name:silde-in-from-left;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes silde-in-from-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes silde-in-from-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes flip-closed-seat{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.ListGame .GameInnerContainer .ListGame.PulsatingGreenShadow,.ListGame .GameInnerContainer .ListGame.PulsatingRedShadow{overflow:auto}.ListGame .GameInnerContainer .ListGame.PulsatingGreenShadow{animation:green-pulse 2s linear}.ListGame .GameInnerContainer .ListGame.PulsatingRedShadow{animation:red-pulse 2s linear}.ListGame .GameInnerContainer .LiveIcons{position:relative;display:flex;padding:0 16px;box-sizing:border-box;flex-direction:row;align-items:center;justify-content:flex-start;min-height:auto;margin-bottom:5px}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons{min-height:auto}}.ListGame .GameInnerContainer .LiveIcons:first-child{margin-left:0}.ListGame .GameInnerContainer .LiveIcons:last-child{margin-right:0}.ListGame .GameInnerContainer .LiveIcons.Black,.ListGame .GameInnerContainer .LiveIcons.Red,.ListGame .GameInnerContainer .LiveIcons.Green{color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .LatestResult{min-width:12px;padding:2px;margin:0 1px;margin-right:6px;font-size:14px;text-align:center}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons .LatestResult{min-width:12px;font-size:14px;margin:0 2px;margin-right:5px;padding:2px}}.ListGame .GameInnerContainer .LiveIcons .LatestResult.FirstElementAnimated{animation:flip-open 2s both;-webkit-animation:flip-open 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First{min-width:24px;padding:4px}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Black,.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Red,.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Green{color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Black{background:var(--emfe-w-color-black, #000000)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Red{background:red}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Green{background:#56A80A}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons .LatestResult.First{padding:4px}}.ListGame .GameInnerContainer .LiveIcons .Double{display:flex;flex-direction:column}.ListGame .GameInnerContainer .LiveIcons .Double .LatestResult:first-child{margin-bottom:10px}.ListGame .GameInnerContainer .LiveIcons .Double:first-child .LatestResult{margin-left:0;margin-bottom:0}.ListGame .GameInnerContainer .LiveIcons .Double:last-child .LatestResult{margin-right:0}.ListGame .GameInnerContainer .LiveIcons .Black,.ListGame .GameInnerContainer .LiveIcons .Red,.ListGame .GameInnerContainer .LiveIcons .Green{background-color:transparent}.ListGame .GameInnerContainer .LiveIcons .Black{color:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .Red{color:red}.ListGame .GameInnerContainer .LiveIcons .Green{color:#56A80A}.ListGame .GameInnerContainer .Blue{color:#4d90a7}.ListGame .GameInnerContainer .Red{background-color:red}.ListGame .GameInnerContainer .Black{background-color:var(--emfe-w-color-black, #000000)}.ListGame .GameInnerContainer .Green{background-color:#56A80A}.ListGame .GameInnerContainer .White{background-color:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .Yellow{background-color:#eeca3d}.ListGame .GameInnerContainer .Gold{background-color:#866d0c}.ListGame .GameInnerContainer .Orange{background-color:#574708}.ListGame .GameInnerContainer .Purple{background-color:#330033}.ListGame .GameInnerContainer .Tie{background-color:var(--emfe-w-color-white, #FFFFFF);background-image:linear-gradient(135deg, var(--emfe-w-color-white, #FFFFFF) 25%, transparent 25%, transparent 50%, #212121 50%, var(--emfe-w-color-white, #FFFFFF) 75%, transparent 75%, var(--emfe-w-color-white, #FFFFFF))}.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{display:inline-block;width:16px;height:16px;margin-right:4px}@media(min-width: 768px){.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{width:16px;height:16px}}@media(min-width: 1100px){.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{width:16px;height:16px}}.ListGame .GameInnerContainer .OpenSeat svg,.ListGame .GameInnerContainer .ClosedSeat svg{width:100%;height:100%}.ListGame .GameInnerContainer .OpenSeat{animation:flip-closed-seat 2s both;-webkit-animation:flip-closed-seat 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .ClosedSeat{animation:flip-open 2s both;-webkit-animation:flip-open 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .OpenSeat svg{fill:transparent;stroke:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .ClosedSeat svg{fill:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .FullTable{display:flex;position:relative;z-index:10;height:20px;padding:1px 4px 1px 0;align-items:center;border-radius:3px;font-size:12px;white-space:normal;text-transform:uppercase;-webkit-animation-name:silde-in-from-left;animation-name:silde-in-from-left;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ListGame .GameInnerContainer .FullTable svg{width:100%;height:100%;fill:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .FullTable.ClosedSeat{margin-right:-3px}.ListGame .GameInnerContainer .PlayersDisplay{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;padding:2px 10px;background:linear-gradient(to bottom, rgba(33, 33, 33, 0.9) 0%, rgba(33, 33, 33, 0.1) 100%);color:var(--emfe-w-color-white, #FFFFFF)}@media(min-width: 1100px){.ListGame .GameInnerContainer .PlayersDisplay{padding:2px 16px}}.ListGame .GameInnerContainer .PlayersDisplay .PlayersIcon{width:14px;height:14px;margin-right:4px}.ListGame .GameInnerContainer .PlayersDisplay .PlayersIcon svg{fill:var(--emfe-w-color-white, #FFFFFF);width:100%;height:100%}.ListGame .GameInnerContainer .ClosedGame{opacity:1;z-index:10;padding:8px 10px;color:var(--emfe-w-color-white, #FFFFFF);font-size:18px}@media(min-width: 1100px){.ListGame .GameInnerContainer .ClosedGame{padding:8px 16px}}.ListGame .GameInnerContainer .ClosedGame span{font-size:18px}.ListGame .GameInnerContainer .LiveLimits{opacity:1;display:flex;flex-direction:row;justify-content:space-between;padding:2px 20px 5px 20px;background:var(--emfe-w-color-black, #000000);color:var(--emfe-w-color-white, #FFFFFF);font-weight:normal;font-size:12px}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveLimits{padding:2px 18px 5px 18px}}.ListGame .GameInnerContainer .LiveLimits span{font-size:12px}.ListGame .GameInnerContainer .Players{display:inline-block;width:19px;height:19px}</style>',Y(this,{target:this.shadowRoot,props:T(this.attributes),customElement:!0},ri,Jr,a,{session:48,userid:49,lang:1,clientstyling:50,clientstylingurl:51,translationurl:52,favorites:2,gamethumbnail:3,gamename:4,gamevendor:5,gameid:6,gameisnew:7,gametag:8,gamefunmode:53,searchitem:54,gamefavorite:0,gamecellsize:9,showfavoredcategory:55,showgamename:10,currency:56,gamepagemodalurl:57,endpoint:58,livelobbyendpoint:59,connectlive:60,visibilityconnect:61,integratedgameframedesktop:62,integratedgameframemobile:63,MONEY_WHEEL_COLOR_MAP:64,ROULETTE_COLOR_MAP:65},null,[-1,-1,-1,-1]),e&&(e.target&&h(e.target,this,e.anchor),e.props&&(this.$set(e.props),H()))}static get observedAttributes(){return["session","userid","lang","clientstyling","clientstylingurl","translationurl","favorites","gamethumbnail","gamename","gamevendor","gameid","gameisnew","gametag","gamefunmode","searchitem","gamefavorite","gamecellsize","showfavoredcategory","showgamename","currency","gamepagemodalurl","endpoint","livelobbyendpoint","connectlive","visibilityconnect","integratedgameframedesktop","integratedgameframemobile","MONEY_WHEEL_COLOR_MAP","ROULETTE_COLOR_MAP"]}get session(){return this.$$.ctx[48]}set session(e){this.$$set({session:e}),H()}get userid(){return this.$$.ctx[49]}set userid(e){this.$$set({userid:e}),H()}get lang(){return this.$$.ctx[1]}set lang(e){this.$$set({lang:e}),H()}get clientstyling(){return this.$$.ctx[50]}set clientstyling(e){this.$$set({clientstyling:e}),H()}get clientstylingurl(){return this.$$.ctx[51]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),H()}get translationurl(){return this.$$.ctx[52]}set translationurl(e){this.$$set({translationurl:e}),H()}get favorites(){return this.$$.ctx[2]}set favorites(e){this.$$set({favorites:e}),H()}get gamethumbnail(){return this.$$.ctx[3]}set gamethumbnail(e){this.$$set({gamethumbnail:e}),H()}get gamename(){return this.$$.ctx[4]}set gamename(e){this.$$set({gamename:e}),H()}get gamevendor(){return this.$$.ctx[5]}set gamevendor(e){this.$$set({gamevendor:e}),H()}get gameid(){return this.$$.ctx[6]}set gameid(e){this.$$set({gameid:e}),H()}get gameisnew(){return this.$$.ctx[7]}set gameisnew(e){this.$$set({gameisnew:e}),H()}get gametag(){return this.$$.ctx[8]}set gametag(e){this.$$set({gametag:e}),H()}get gamefunmode(){return this.$$.ctx[53]}set gamefunmode(e){this.$$set({gamefunmode:e}),H()}get searchitem(){return this.$$.ctx[54]}set searchitem(e){this.$$set({searchitem:e}),H()}get gamefavorite(){return this.$$.ctx[0]}set gamefavorite(e){this.$$set({gamefavorite:e}),H()}get gamecellsize(){return this.$$.ctx[9]}set gamecellsize(e){this.$$set({gamecellsize:e}),H()}get showfavoredcategory(){return this.$$.ctx[55]}set showfavoredcategory(e){this.$$set({showfavoredcategory:e}),H()}get showgamename(){return this.$$.ctx[10]}set showgamename(e){this.$$set({showgamename:e}),H()}get currency(){return this.$$.ctx[56]}set currency(e){this.$$set({currency:e}),H()}get gamepagemodalurl(){return this.$$.ctx[57]}set gamepagemodalurl(e){this.$$set({gamepagemodalurl:e}),H()}get endpoint(){return this.$$.ctx[58]}set endpoint(e){this.$$set({endpoint:e}),H()}get livelobbyendpoint(){return this.$$.ctx[59]}set livelobbyendpoint(e){this.$$set({livelobbyendpoint:e}),H()}get connectlive(){return this.$$.ctx[60]}set connectlive(e){this.$$set({connectlive:e}),H()}get visibilityconnect(){return this.$$.ctx[61]}set visibilityconnect(e){this.$$set({visibilityconnect:e}),H()}get integratedgameframedesktop(){return this.$$.ctx[62]}set integratedgameframedesktop(e){this.$$set({integratedgameframedesktop:e}),H()}get integratedgameframemobile(){return this.$$.ctx[63]}set integratedgameframemobile(e){this.$$set({integratedgameframemobile:e}),H()}get MONEY_WHEEL_COLOR_MAP(){return this.$$.ctx[64]}get ROULETTE_COLOR_MAP(){return this.$$.ctx[65]}});const ai={en:{Translations:{providers:"Providers:",filterby:"Filter by:",all:"all",clear:"Clear all"}},zh:{Translations:{providers:"Providers:",filterby:"Filter by",all:"all",clear:"Clear all"}},de:{Translations:{providers:"Providers:",filterby:"Filter by:",all:"all",clear:"Clear all"}},it:{Translations:{providers:"Providers:",filterby:"Filter by:",all:"all",clear:"Clear all"}},fr:{Translations:{providers:"Providers:",filterby:"Filter by:",all:"all",clear:"Clear all"}},es:{Translations:{providers:"Providers:",filterby:"Filter by:",all:"all",clear:"Clear all"}},tr:{Translations:{providers:"Providers:",filterby:"Filter by:",all:"all",clear:"Clear all"}},ru:{Translations:{providers:"Providers:",filterby:"Filter by:",all:"all",clear:"Clear all"}},ro:{Translations:{providers:"Providers:",filterby:"Filter by:",all:"all",clear:"Clear all"}},hr:{Translations:{providers:"Providers:",filterby:"Filter by:",all:"all",clear:"Clear all"}},hu:{Translations:{providers:"Providers:",filterby:"Filter by:",all:"all",clear:"Clear all"}},pl:{Translations:{providers:"Providers:",filterby:"Filter by:",all:"all",clear:"Clear all"}},pt:{Translations:{providers:"Providers:",filterby:"Filter by:",all:"all",clear:"Clear all"}},sl:{Translations:{providers:"Providers:",filterby:"Filter by:",all:"all",clear:"Clear all"}},sr:{Translations:{providers:"Providers:",filterby:"Filter by:",all:"all",clear:"Clear all"}}};
|
|
1307
|
+
fetch(e).then((e=>e.json())).then((e=>{const{details:t}=e[0];n(12,o=t)}))})(),/*livegamedata*/4096&e.$$.dirty[0]&&o&&Ee(),/*roulletteref, roulleteresults*/24576&e.$$.dirty[0]&&E&&x&&(()=>{const e="FirstElementAnimated",t=E.getElementsByClassName("First")[0];t&&(t.classList.add(e),setTimeout((()=>{t.classList.remove(e)}),2e3))})()},[Z,I,N,H,B,U,Y,j,z,K,q,s,o,x,E,se,oe,!1,le,a,c,d,ue,h,m,he,me,f,p,y,_,$,S,C,fe,k,r,ce,we,_e,()=>{window.postMessage({type:"GameHoveredMobile"},window.location.href)},()=>{window.postMessage({type:"GameBlurMobile"},window.location.href)},()=>{window.postMessage({type:"GameHoveredPc"},window.location.href)},()=>{window.postMessage({type:"GameBlurPc"},window.location.href)},Me,(e,t,n)=>{let r,i;return null!=e&&null!=t&&(i=`\n <span>\n ${n}\n </span>\n ${Te(e)}-${Te(t)}`),L&&(r=`\n <svg fill="white" width="13" height="13" viewBox="0 0 13 14" xmlns="http://www.w3.org/2000/svg"><path d="M4 8.2a4.6 4.6 0 0 0 5 0c2.7.8 4 2.6 4 4.8H0c0-2.2 1.3-4 4-4.8zM6.6 8c2 0 3.8-1.7 3.8-4 0-2.1-1.7-4-3.8-4a3.9 3.9 0 0 0-3.8 4c0 2.2 1.7 4 3.8 4z"/></svg>\n <span class="NrOfPlayers">${L}</span>`),r||i?`\n <p class="LiveLimits">\n <span class="BetLimitLeft">\n ${i||""}\n </span>\n <span class="BetLimitRight">\n ${r||""}\n </span>\n </p>`:""},e=>e?`\n <p class="LiveLimits">\n <span class="DealerName">${r("gameThumbnail.dealer")}: ${e}</span>\n </p>\n `:"",(e,t,n,r="")=>{const i=`${e} ${r}`,a=t.toString().match(/first0|second0|0/g);return 0===t||a&&0!==a.length?`\n <span\n id=${t}\n class="${i}"\n >\n ${n}\n </span>\n `:`\n <span id=${t} class="${i}">\n ${n}\n </span>\n `},G,P,O,A,R,W,V,X,J,Q,ee,te,ne,re,ie,ae,ye,ve,function(e){F[e?"unshift":"push"]((()=>{a=e,n(19,a)}))},()=>_e(Y),()=>we(Y),()=>_e(Y),function(e){F[e?"unshift":"push"]((()=>{E=e,n(14,E)}))},function(e){F[e?"unshift":"push"]((()=>{s=e,n(11,s)}))}]}function ii(e,t){Wn(e,t)}!customElements.get("casino-game-thumbnail")&&customElements.define("casino-game-thumbnail",class extends Y{constructor(e){super(),this.shadowRoot.innerHTML='<style>:host{font-family:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.GameContainer{width:100%;height:100%;position:relative}.GameInnerContainer{position:relative;width:100%;height:100%;overflow:hidden;border-radius:5px}.GameInnerContainer .GameBg{width:100%;height:100%;object-fit:unset;transition:all 150ms ease-in-out}.GameInnerContainer .GameBg.GameBg-1x2,.GameInnerContainer .GameBg.GameBg-2x1,.GameInnerContainer .GameBg.GameBg-2x2{object-fit:cover}.GameInnerContainer .GameInfoWrapper{display:none;position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;background:rgba(0, 0, 0, 0.65);z-index:15}.GameInnerContainer .GameInfoWrapper .GameInfo{display:flex;width:100%;height:100%;flex-direction:column;align-items:center;justify-content:center}.GameInnerContainer .GameInfoWrapper .GameInfoName{color:white;margin-bottom:10px;text-align:center;font-size:14px}.GameInnerContainer .GameInfoWrapper .GameInfoBtn{appearance:none;padding:6px;background:var(--emfe-w-color-primary, #D0046C);color:var(--emfe-w-color-primary-50, #FBECF4);font-size:16px;border:2px solid var(--emfe-w-color-primary-600, #99034F);border-radius:5px;cursor:pointer;transition:border 150ms ease-in-out}.GameInnerContainer .GameInfoWrapper .GameInfoBtn:hover{border:2px solid var(--emfe-w-color-primary-100, #F1BED9)}.GameInnerContainer .GameInfoWrapper .GameInfoVendor{display:block;position:absolute;bottom:8px;right:8px;color:white;font-size:12px;font-weight:normal}.GameInnerContainer:hover{cursor:pointer}.GameInnerContainer:hover .GameInfoWrapper{display:block}.GameInnerContainer:hover .GameBg{filter:blur(5px) grayscale(1)}.GameInnerContainer .GameExtraInfo{display:block;position:absolute;width:100%;height:100%;top:8px;left:8px;z-index:0}.GameInnerContainer .GameExtraInfoLabel{font-size:11px;padding:3px;background-color:var(--emfe-w-color-primary, #D0046C);color:var(--emfe-w-color-primary-50, #FBECF4);font-weight:bold;text-transform:uppercase;border-radius:5px}.GameNameBelow{color:var(--emfe-w-color-white, #FFFFFF);position:relative;bottom:-5px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.FavoredIcon,.UnfavoredIcon{width:20px;height:20px}.FavIconContainer{position:absolute;top:10px;right:10px;cursor:pointer;z-index:15}@media(min-width: 1100px){.GamesWrapper .ListGame:hover .GamePlayNowText{z-index:4}}.ListGame:hover .OpenSeat,.ListGame:hover .ClosedSeat,.ListGame:hover .LiveLimits,.ListGame:hover .LatestResult,.ListGame:hover .FullTable,.ListGame:active .OpenSeat,.ListGame:active .ClosedSeat,.ListGame:active .LiveLimits,.ListGame:active .LatestResult,.ListGame:active .FullTable{opacity:0.2}.ListGame.GameBackdrop .GameInnerContainer::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg, rgb(0, 0, 0) 15%, rgba(0, 0, 0, 0) 100%)}.ListGame .GameInnerContainer{z-index:0}.ListGame .GameInnerContainer .GameBg{z-index:5}.ListGame .GameInnerContainer .GameExtraInfo{z-index:10}.ListGame .GameInnerContainer::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.ListGame .GameInnerContainer.GameInnerContainerUnavailable::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0, 0, 0, 0.9)}.ListGame .GameInnerContainer .ListGame.GameContainerDimmed:before{display:block;content:" ";width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:rgba(0, 0, 0, 0.4);color:var(--emfe-w-color-white, #FFFFFF);fill:var(--emfe-w-color-white, #FFFFFF);opacity:1;border-radius:4px}.ListGame .GameInnerContainer .ListGame.GameContainerFullyDimmed:before{display:block;content:" ";width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:rgba(0, 0, 0, 0.8);color:var(--emfe-w-color-white, #FFFFFF);fill:var(--emfe-w-color-white, #FFFFFF);opacity:1;border-radius:4px}.ListGame .GameInnerContainer .LiveProps{display:flex;flex-direction:column;position:absolute;bottom:8px;left:-8px;right:0;width:100%;padding:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.99) 100%);color:var(--emfe-w-color-white, #FFFFFF);opacity:1;font-size:14px}.ListGame .GameInnerContainer .ListGame:hover .LiveProps,.ListGame .GameInnerContainer .ListGameLink:hover .LiveProps{opacity:0}@keyframes red-pulse{0%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}15%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}30%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}50%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}65%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}80%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}100%{box-shadow:0 0 0 0 rgba(255, 0, 0, 0.75)}}@keyframes green-pulse{0%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}15%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}30%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}50%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}65%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}80%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}100%{box-shadow:0 0 0 0 rgba(86, 168, 10, 0.75)}}@keyframes flip-open{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.ListGame .GameInnerContainer .silde-in-from-left{-webkit-animation-name:silde-in-from-left;animation-name:silde-in-from-left;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes silde-in-from-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes silde-in-from-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes flip-closed-seat{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.ListGame .GameInnerContainer .ListGame.PulsatingGreenShadow,.ListGame .GameInnerContainer .ListGame.PulsatingRedShadow{overflow:auto}.ListGame .GameInnerContainer .ListGame.PulsatingGreenShadow{animation:green-pulse 2s linear}.ListGame .GameInnerContainer .ListGame.PulsatingRedShadow{animation:red-pulse 2s linear}.ListGame .GameInnerContainer .LiveIcons{position:relative;display:flex;padding:0 16px;box-sizing:border-box;flex-direction:row;align-items:center;justify-content:flex-start;min-height:auto;margin-bottom:5px}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons{min-height:auto}}.ListGame .GameInnerContainer .LiveIcons:first-child{margin-left:0}.ListGame .GameInnerContainer .LiveIcons:last-child{margin-right:0}.ListGame .GameInnerContainer .LiveIcons.Black,.ListGame .GameInnerContainer .LiveIcons.Red,.ListGame .GameInnerContainer .LiveIcons.Green{color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .LatestResult{min-width:12px;padding:2px;margin:0 1px;margin-right:6px;font-size:14px;text-align:center}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons .LatestResult{min-width:12px;font-size:14px;margin:0 2px;margin-right:5px;padding:2px}}.ListGame .GameInnerContainer .LiveIcons .LatestResult.FirstElementAnimated{animation:flip-open 2s both;-webkit-animation:flip-open 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First{min-width:24px;padding:4px}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Black,.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Red,.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Green{color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Black{background:var(--emfe-w-color-black, #000000)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Red{background:red}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Green{background:#56A80A}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons .LatestResult.First{padding:4px}}.ListGame .GameInnerContainer .LiveIcons .Double{display:flex;flex-direction:column}.ListGame .GameInnerContainer .LiveIcons .Double .LatestResult:first-child{margin-bottom:10px}.ListGame .GameInnerContainer .LiveIcons .Double:first-child .LatestResult{margin-left:0;margin-bottom:0}.ListGame .GameInnerContainer .LiveIcons .Double:last-child .LatestResult{margin-right:0}.ListGame .GameInnerContainer .LiveIcons .Black,.ListGame .GameInnerContainer .LiveIcons .Red,.ListGame .GameInnerContainer .LiveIcons .Green{background-color:transparent}.ListGame .GameInnerContainer .LiveIcons .Black{color:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .Red{color:red}.ListGame .GameInnerContainer .LiveIcons .Green{color:#56A80A}.ListGame .GameInnerContainer .Blue{color:#4d90a7}.ListGame .GameInnerContainer .Red{background-color:red}.ListGame .GameInnerContainer .Black{background-color:var(--emfe-w-color-black, #000000)}.ListGame .GameInnerContainer .Green{background-color:#56A80A}.ListGame .GameInnerContainer .White{background-color:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .Yellow{background-color:#eeca3d}.ListGame .GameInnerContainer .Gold{background-color:#866d0c}.ListGame .GameInnerContainer .Orange{background-color:#574708}.ListGame .GameInnerContainer .Purple{background-color:#330033}.ListGame .GameInnerContainer .Tie{background-color:var(--emfe-w-color-white, #FFFFFF);background-image:linear-gradient(135deg, var(--emfe-w-color-white, #FFFFFF) 25%, transparent 25%, transparent 50%, #212121 50%, var(--emfe-w-color-white, #FFFFFF) 75%, transparent 75%, var(--emfe-w-color-white, #FFFFFF))}.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{display:inline-block;width:16px;height:16px;margin-right:4px}@media(min-width: 768px){.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{width:16px;height:16px}}@media(min-width: 1100px){.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{width:16px;height:16px}}.ListGame .GameInnerContainer .OpenSeat svg,.ListGame .GameInnerContainer .ClosedSeat svg{width:100%;height:100%}.ListGame .GameInnerContainer .OpenSeat{animation:flip-closed-seat 2s both;-webkit-animation:flip-closed-seat 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .ClosedSeat{animation:flip-open 2s both;-webkit-animation:flip-open 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .OpenSeat svg{fill:transparent;stroke:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .ClosedSeat svg{fill:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .FullTable{display:flex;position:relative;z-index:10;height:20px;padding:1px 4px 1px 0;align-items:center;border-radius:3px;font-size:12px;white-space:normal;text-transform:uppercase;-webkit-animation-name:silde-in-from-left;animation-name:silde-in-from-left;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ListGame .GameInnerContainer .FullTable svg{width:100%;height:100%;fill:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .FullTable.ClosedSeat{margin-right:-3px}.ListGame .GameInnerContainer .PlayersDisplay{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;padding:2px 10px;background:linear-gradient(to bottom, rgba(33, 33, 33, 0.9) 0%, rgba(33, 33, 33, 0.1) 100%);color:var(--emfe-w-color-white, #FFFFFF)}@media(min-width: 1100px){.ListGame .GameInnerContainer .PlayersDisplay{padding:2px 16px}}.ListGame .GameInnerContainer .PlayersDisplay .PlayersIcon{width:14px;height:14px;margin-right:4px}.ListGame .GameInnerContainer .PlayersDisplay .PlayersIcon svg{fill:var(--emfe-w-color-white, #FFFFFF);width:100%;height:100%}.ListGame .GameInnerContainer .ClosedGame{opacity:1;z-index:10;padding:8px 10px;color:var(--emfe-w-color-white, #FFFFFF);font-size:18px}@media(min-width: 1100px){.ListGame .GameInnerContainer .ClosedGame{padding:8px 16px}}.ListGame .GameInnerContainer .ClosedGame span{font-size:18px}.ListGame .GameInnerContainer .LiveLimits{opacity:1;display:flex;flex-direction:row;justify-content:space-between;padding:2px 20px 5px 20px;background:var(--emfe-w-color-black, #000000);color:var(--emfe-w-color-white, #FFFFFF);font-weight:normal;font-size:12px}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveLimits{padding:2px 18px 5px 18px}}.ListGame .GameInnerContainer .LiveLimits span{font-size:12px}.ListGame .GameInnerContainer .Players{display:inline-block;width:19px;height:19px}.LoaderRipple{width:80px;height:80px;position:absolute;top:40px;left:-8px}.LoaderRipple div{position:absolute;border:4px solid #fff;opacity:1;border-radius:50%;animation:ripple-effect 1s cubic-bezier(0, 0.2, 0.8, 1) infinite}.LoaderRipple div:nth-child(2){animation-delay:-0.5s}@keyframes ripple-effect{0%{top:36px;left:36px;width:0;height:0;opacity:0}4.9%{top:36px;left:36px;width:0;height:0;opacity:0}5%{top:36px;left:36px;width:0;height:0;opacity:1}100%{top:0px;left:0px;width:72px;height:72px;opacity:0}}</style>',U(this,{target:this.shadowRoot,props:C(this.attributes),customElement:!0},ri,Jr,a,{session:48,userid:49,lang:1,clientstyling:50,clientstylingurl:51,translationurl:52,favorites:2,gamethumbnail:3,gamename:4,gamevendor:5,gameid:6,gameisnew:7,gametag:8,gamefunmode:53,searchitem:54,gamefavorite:0,gamecellsize:9,showfavoredcategory:55,showgamename:10,currency:56,gamepagemodalurl:57,endpoint:58,livelobbyendpoint:59,connectlive:60,visibilityconnect:61,integratedgameframedesktop:62,integratedgameframemobile:63,MONEY_WHEEL_COLOR_MAP:64,ROULETTE_COLOR_MAP:65},null,[-1,-1,-1,-1]),e&&(e.target&&h(e.target,this,e.anchor),e.props&&(this.$set(e.props),N()))}static get observedAttributes(){return["session","userid","lang","clientstyling","clientstylingurl","translationurl","favorites","gamethumbnail","gamename","gamevendor","gameid","gameisnew","gametag","gamefunmode","searchitem","gamefavorite","gamecellsize","showfavoredcategory","showgamename","currency","gamepagemodalurl","endpoint","livelobbyendpoint","connectlive","visibilityconnect","integratedgameframedesktop","integratedgameframemobile","MONEY_WHEEL_COLOR_MAP","ROULETTE_COLOR_MAP"]}get session(){return this.$$.ctx[48]}set session(e){this.$$set({session:e}),N()}get userid(){return this.$$.ctx[49]}set userid(e){this.$$set({userid:e}),N()}get lang(){return this.$$.ctx[1]}set lang(e){this.$$set({lang:e}),N()}get clientstyling(){return this.$$.ctx[50]}set clientstyling(e){this.$$set({clientstyling:e}),N()}get clientstylingurl(){return this.$$.ctx[51]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),N()}get translationurl(){return this.$$.ctx[52]}set translationurl(e){this.$$set({translationurl:e}),N()}get favorites(){return this.$$.ctx[2]}set favorites(e){this.$$set({favorites:e}),N()}get gamethumbnail(){return this.$$.ctx[3]}set gamethumbnail(e){this.$$set({gamethumbnail:e}),N()}get gamename(){return this.$$.ctx[4]}set gamename(e){this.$$set({gamename:e}),N()}get gamevendor(){return this.$$.ctx[5]}set gamevendor(e){this.$$set({gamevendor:e}),N()}get gameid(){return this.$$.ctx[6]}set gameid(e){this.$$set({gameid:e}),N()}get gameisnew(){return this.$$.ctx[7]}set gameisnew(e){this.$$set({gameisnew:e}),N()}get gametag(){return this.$$.ctx[8]}set gametag(e){this.$$set({gametag:e}),N()}get gamefunmode(){return this.$$.ctx[53]}set gamefunmode(e){this.$$set({gamefunmode:e}),N()}get searchitem(){return this.$$.ctx[54]}set searchitem(e){this.$$set({searchitem:e}),N()}get gamefavorite(){return this.$$.ctx[0]}set gamefavorite(e){this.$$set({gamefavorite:e}),N()}get gamecellsize(){return this.$$.ctx[9]}set gamecellsize(e){this.$$set({gamecellsize:e}),N()}get showfavoredcategory(){return this.$$.ctx[55]}set showfavoredcategory(e){this.$$set({showfavoredcategory:e}),N()}get showgamename(){return this.$$.ctx[10]}set showgamename(e){this.$$set({showgamename:e}),N()}get currency(){return this.$$.ctx[56]}set currency(e){this.$$set({currency:e}),N()}get gamepagemodalurl(){return this.$$.ctx[57]}set gamepagemodalurl(e){this.$$set({gamepagemodalurl:e}),N()}get endpoint(){return this.$$.ctx[58]}set endpoint(e){this.$$set({endpoint:e}),N()}get livelobbyendpoint(){return this.$$.ctx[59]}set livelobbyendpoint(e){this.$$set({livelobbyendpoint:e}),N()}get connectlive(){return this.$$.ctx[60]}set connectlive(e){this.$$set({connectlive:e}),N()}get visibilityconnect(){return this.$$.ctx[61]}set visibilityconnect(e){this.$$set({visibilityconnect:e}),N()}get integratedgameframedesktop(){return this.$$.ctx[62]}set integratedgameframedesktop(e){this.$$set({integratedgameframedesktop:e}),N()}get integratedgameframemobile(){return this.$$.ctx[63]}set integratedgameframemobile(e){this.$$set({integratedgameframemobile:e}),N()}get MONEY_WHEEL_COLOR_MAP(){return this.$$.ctx[64]}get ROULETTE_COLOR_MAP(){return this.$$.ctx[65]}});const ai={en:{Translations:{providers:"Providers:",filterby:"Filter by:",all:"all",clear:"Clear all"}},zh:{Translations:{providers:"Providers:",filterby:"Filter by",all:"all",clear:"Clear all"}},de:{Translations:{providers:"Providers:",filterby:"Filter by:",all:"all",clear:"Clear all"}},it:{Translations:{providers:"Providers:",filterby:"Filter by:",all:"all",clear:"Clear all"}},fr:{Translations:{providers:"Providers:",filterby:"Filter by:",all:"all",clear:"Clear all"}},es:{Translations:{providers:"Providers:",filterby:"Filter by:",all:"all",clear:"Clear all"}},tr:{Translations:{providers:"Providers:",filterby:"Filter by:",all:"all",clear:"Clear all"}},ru:{Translations:{providers:"Providers:",filterby:"Filter by:",all:"all",clear:"Clear all"}},ro:{Translations:{providers:"Providers:",filterby:"Filter by:",all:"all",clear:"Clear all"}},hr:{Translations:{providers:"Providers:",filterby:"Filter by:",all:"all",clear:"Clear all"}},hu:{Translations:{providers:"Providers:",filterby:"Filter by:",all:"all",clear:"Clear all"}},pl:{Translations:{providers:"Providers:",filterby:"Filter by:",all:"all",clear:"Clear all"}},pt:{Translations:{providers:"Providers:",filterby:"Filter by:",all:"all",clear:"Clear all"}},sl:{Translations:{providers:"Providers:",filterby:"Filter by:",all:"all",clear:"Clear all"}},sr:{Translations:{providers:"Providers:",filterby:"Filter by:",all:"all",clear:"Clear all"}}};
|
|
1301
1308
|
/* ../casino-filter/src/CasinoFilter.svelte generated by Svelte v3.48.0 */function si(e,t,n){const r=e.slice();return r[35]=t[n],r[36]=t,r[37]=n,r}
|
|
1302
1309
|
// (164:4) {#if !isLoading}
|
|
1303
|
-
function oi(e){let t,n,i,a,s,o,l,c,u,b,x,S,C,T,M,E,F,
|
|
1304
|
-
return e[7]?ui:ci}let Z=V(e),K=Z(e),X=/*vendorArray*/e[5],q=[];for(let t=0;t<X.length;t+=1)q[t]=mi(si(e,X,t));return{c(){t=p("div"),n=p("div"),i=p("div"),a=g("svg"),s=g("path"),o=v(),l=p("div"),c=p("span"),u=y(j),b=v(),x=p("div"),S=p("span"),C=y(z),T=v(),K.c(),M=v(),E=p("span"),F=g("svg"),
|
|
1310
|
+
function oi(e){let t,n,i,a,s,o,l,c,u,b,x,S,C,T,M,E,F,k,L,G,P,I,D,O,A,R,N,H,B,U,Y,j=/*$_*/e[11]("Translations.filterby")+"",z=/*$_*/e[11]("Translations.providers")+"",W=/*$_*/e[11]("Translations.clear")+"";function V(e,t){/*fullSelection*/
|
|
1311
|
+
return e[7]?ui:ci}let Z=V(e),K=Z(e),X=/*vendorArray*/e[5],q=[];for(let t=0;t<X.length;t+=1)q[t]=mi(si(e,X,t));return{c(){t=p("div"),n=p("div"),i=p("div"),a=g("svg"),s=g("path"),o=v(),l=p("div"),c=p("span"),u=y(j),b=v(),x=p("div"),S=p("span"),C=y(z),T=v(),K.c(),M=v(),E=p("span"),F=g("svg"),k=g("path"),P=v(),I=p("div"),D=p("ul");for(let e=0;e<q.length;e+=1)q[e].c();O=v(),A=p("button"),R=y(W),_(s,"id","noun_filter_736223"),_(s,"d","M12.2,22.2a1.018,1.018,0,0,1-.391-.091.939.939,0,0,1-.533-.857v-6.2L5.267,8.9A.95.95,0,0,1,5,8.225V7.149A.93.93,0,0,1,5.924,6.2H20.076A.93.93,0,0,1,21,7.149V8.225a.95.95,0,0,1-.267.675l-6.009,6.148V19.81a.981.981,0,0,1-.32.712l-1.6,1.423A.9.9,0,0,1,12.2,22.2ZM6,8.189,12,14.355a.95.95,0,0,1,.267.675v6.039l1.44-1.277v-4.78a.95.95,0,0,1,.267-.675L19.987,8.17V7.2H6Z"),_(s,"transform","translate(-5 -6.2)"),_(s,"fill","#fff"),_(a,"xmlns","http://www.w3.org/2000/svg"),_(a,"width","16"),_(a,"height","16"),_(a,"viewBox","0 0 16 16"),_(c,"class","FilterName"),_(x,"class","FilterValueContainer"),_(l,"class","FilterTextContainer"),_(i,"class","FilterMainArea"),_(k,"id","arrow"),_(k,"d","M281.541,447.921a.488.488,0,0,0,.295-.122l6.5-5.851a.488.488,0,1,0-.65-.726l-6.176,5.556-6.176-5.556h0a.488.488,0,1,0-.65.726l6.5,5.851a.488.488,0,0,0,.355.122Z"),_(k,"transform","translate(-274.511 -441.088)"),_(k,"fill","#d1d1d1"),_(F,"xmlns","http://www.w3.org/2000/svg"),_(F,"width","14"),_(F,"height","6.835"),_(F,"viewBox","0 0 14 6.835"),_(E,"class",L="TriangleInactive "+(/*isFilterActive*/e[4]?"TriangleActive":"")),_(n,"class",G="FilterSelector "+(/*isFilterActive*/e[4]?"FilterSelectorOpen":"")),_(D,"class","FilterDropdown"),_(A,"class","ClearFilters"),A.disabled=N=/*fullSelection*/e[7]&&/*selectedVendorArray*/e[6].length!=/*vendorArray*/e[5].length,_(I,"class",H="FilterDropdownContainer "+(/*isFilterActive*/e[4]?"FilterOpen":"")),_(t,"class",B="FilterContainer "+(/*addfilterselector*/"true"==e[0]&&/*addsortingselector*/"true"==e[1]?"FilerContainerSplit":""))},m(r,m){h(r,t,m),d(t,n),d(n,i),d(i,a),d(a,s),d(i,o),d(i,l),d(l,c),d(c,u),d(l,b),d(l,x),d(x,S),d(S,C),d(x,T),K.m(x,null),d(n,M),d(n,E),d(E,F),d(F,k),d(t,P),d(t,I),d(I,D);for(let e=0;e<q.length;e+=1)q[e].m(D,null);d(I,O),d(I,A),d(A,R),U||(Y=[w(n,"click",/*click_handler*/e[22]),w(A,"click",/*click_handler_2*/e[25])],U=!0)},p(e,r){if(/*$_*/2048&r[0]&&j!==(j=/*$_*/e[11]("Translations.filterby")+"")&&$(u,j),/*$_*/2048&r[0]&&z!==(z=/*$_*/e[11]("Translations.providers")+"")&&$(C,z),Z===(Z=V(e))&&K?K.p(e,r):(K.d(1),K=Z(e),K&&(K.c(),K.m(x,null))),/*isFilterActive*/16&r[0]&&L!==(L="TriangleInactive "+(/*isFilterActive*/e[4]?"TriangleActive":""))&&_(E,"class",L),/*isFilterActive*/16&r[0]&&G!==(G="FilterSelector "+(/*isFilterActive*/e[4]?"FilterSelectorOpen":""))&&_(n,"class",G),/*filterbylogo, vendorArray, filterByVendors*/8228&r[0]){let t;for(X=/*vendorArray*/e[5],t=0;t<X.length;t+=1){const n=si(e,X,t);q[t]?q[t].p(n,r):(q[t]=mi(n),q[t].c(),q[t].m(D,null))}for(;t<q.length;t+=1)q[t].d(1);q.length=X.length}/*$_*/2048&r[0]&&W!==(W=/*$_*/e[11]("Translations.clear")+"")&&$(R,W),/*fullSelection, selectedVendorArray, vendorArray*/224&r[0]&&N!==(N=/*fullSelection*/e[7]&&/*selectedVendorArray*/e[6].length!=/*vendorArray*/e[5].length)&&(A.disabled=N),/*isFilterActive*/16&r[0]&&H!==(H="FilterDropdownContainer "+(/*isFilterActive*/e[4]?"FilterOpen":""))&&_(I,"class",H),/*addfilterselector, addsortingselector*/3&r[0]&&B!==(B="FilterContainer "+(/*addfilterselector*/"true"==e[0]&&/*addsortingselector*/"true"==e[1]?"FilerContainerSplit":""))&&_(t,"class",B)},d(e){e&&m(t),K.d(),f(q,e),U=!1,r(Y)}}}
|
|
1305
1312
|
// (161:2) {#if hasErrors}
|
|
1306
1313
|
function li(e){let t,n,r=/*$_*/e[11]("casinoPage.500")+"";return{c(){t=p("p"),n=y(r),_(t,"class","SearchLoading"),_(t,"part","SearchLoading")},m(e,r){h(e,t,r),d(t,n)},p(e,t){/*$_*/2048&t[0]&&r!==(r=/*$_*/e[11]("casinoPage.500")+"")&&$(n,r)},d(e){e&&m(t)}}}
|
|
1307
1314
|
// (177:14) {:else}
|
|
@@ -1319,19 +1326,19 @@ return e[24](/*vendor*/e[35])}function $(e,t){/*filterbylogo*/
|
|
|
1319
1326
|
return"false"===e[2]?hi:/*filterbylogo*/"true"===e[2]?di:void 0}let S=$(e),C=S&&S(e);return{c(){t=p("li"),n=p("label"),i=p("input"),s=v(),o=p("span"),l=v(),C&&C.c(),c=v(),_(i,"type","checkbox"),_(i,"name","checkbox"),i.__value=a=/*vendor*/e[35].name,i.value=i.__value,_(o,"class","FiltersCheckmark"),_(n,"class","FilterLabel"),_(t,"class",u="FilterItem "+(/*filterbylogo*/"true"===e[2]?"FilterItemWithLogos":"")),t.value=f=/*vendor*/e[35].name},m(r,a){h(r,t,a),d(t,n),d(n,i),i.checked=/*vendor*/e[35].isFilterSelected,d(n,s),d(n,o),d(n,l),C&&C.m(n,null),d(t,c),g||(y=[w(i,"change",b),w(i,"click",x)],g=!0)},p(r,s){e=r,/*vendorArray*/32&s[0]&&a!==(a=/*vendor*/e[35].name)&&(i.__value=a,i.value=i.__value),/*vendorArray*/32&s[0]&&(i.checked=/*vendor*/e[35].isFilterSelected),S===(S=$(e))&&C?C.p(e,s):(C&&C.d(1),C=S&&S(e),C&&(C.c(),C.m(n,null))),/*filterbylogo*/4&s[0]&&u!==(u="FilterItem "+(/*filterbylogo*/"true"===e[2]?"FilterItemWithLogos":""))&&_(t,"class",u),/*vendorArray*/32&s[0]&&f!==(f=/*vendor*/e[35].name)&&(t.value=f)},d(e){e&&m(t),C&&C.d(),g=!1,r(y)}}}function fi(t){let n;function r(e,t){/*hasErrors*/
|
|
1320
1327
|
return e[10]?li:/*isLoading*/e[9]?void 0:oi}let i=r(t),a=i&&i(t);return{c(){n=p("div"),a&&a.c(),this.c=e},m(e,r){h(e,n,r),a&&a.m(n,null)
|
|
1321
1328
|
/*div_binding*/,t[26](n)},p(e,t){i===(i=r(e))&&a?a.p(e,t):(a&&a.d(1),a=i&&i(e),a&&(a.c(),a.m(n,null)))},i:e,o:e,d(e){e&&m(n),a&&a.d()
|
|
1322
|
-
/*div_binding*/,t[26](null)}}}function pi(e,t,n){let r;u(e,
|
|
1329
|
+
/*div_binding*/,t[26](null)}}}function pi(e,t,n){let r;u(e,br,(e=>n(11,r=e)));let i,{endpoint:a=""}=t,{datasource:s=""}=t,{lang:o=""}=t,{translationurl:l=""}=t,{clientstyling:c=""}=t,{clientstylingurl:d=""}=t,{categoryid:h=""}=t,{addfilterselector:m="false"}=t,{addsortingselector:f="false"}=t,{filterbylogo:p="false"}=t,g=!1,y=window.navigator.userAgent,v=[],b=[],w={},_=!1,x=0,$=!0,S=!1;
|
|
1323
1330
|
// start translations area
|
|
1324
|
-
!function({withLocale:e,translations:t}){
|
|
1331
|
+
!function({withLocale:e,translations:t}){or.subscribe((n=>{null==n&&(Yn.set(t),or.set(e))}));// maybe we will need this to make sure that the i18n is set up only once
|
|
1325
1332
|
/*dictionary.set(translations);
|
|
1326
1333
|
locale.set(_locale);*/}({withLocale:"en",translations:{}});Object.keys(ai).forEach((e=>{ii(e,ai[e])}));
|
|
1327
1334
|
// end custom styling area
|
|
1328
1335
|
w[h]&&(w={[h]:[]});const C=()=>{n(4,g=!g)},T=e=>{let t=localStorage.getItem("vendorFiltersByCategory");e.isFilterSelected=!e.isFilterSelected,b.length&&0!=b.filter((t=>t.name===e.name)).length?n(6,b=b.filter((t=>t.name!==e.name))):b.push(e),null==t?localStorage.setItem("vendorFiltersByCategory",JSON.stringify(w={[h]:b.map((e=>e.id))})):(t=JSON.parse(t),t[h]=b.map((e=>e.id)),localStorage.setItem("vendorFiltersByCategory",JSON.stringify(t))),window.postMessage({type:"ApplyFilters",origin:"filters"},window.location.href),M()},M=()=>{
|
|
1329
1336
|
// update filters value
|
|
1330
|
-
n(7,_=b.length===v.length||0==b.length),n(8,x=b.length)},E=()=>{const e=new URL(`${a}/casino/vendors`);e.searchParams.append("fields","id,name,logo,subVendors"),e.searchParams.append("language",o),e.searchParams.append("datasource",s),e.searchParams.append("platform",
|
|
1337
|
+
n(7,_=b.length===v.length||0==b.length),n(8,x=b.length)},E=()=>{const e=new URL(`${a}/casino/vendors`);e.searchParams.append("fields","id,name,logo,subVendors"),e.searchParams.append("language",o),e.searchParams.append("datasource",s),e.searchParams.append("platform",_r(y)),(h.match(/\$/g)||[]).length>1?(e.searchParams.append("filter",`games(subGroups=${h})`),e.searchParams.append("subVendors",`games(subGroups=${h})`)):e.searchParams.append("filter",`games(groups=${h})`),(e=>{n(9,$=!0),new Promise(((t,r)=>{fetch(e).then((e=>e.json())).then((e=>{e=e.items,t(e.items),n(6,b=[]);let r=JSON.parse(localStorage.getItem("vendorFiltersByCategory"));e.forEach((e=>{var t;r||(r={currentCategoryId:[]}),(null===(t=r[h])||void 0===t?void 0:t.indexOf(e.id))>=0?(e.isFilterSelected=!0,b.push(e)):e.isFilterSelected=!1})),n(5,v=e),
|
|
1331
1338
|
// needed to force the update of the filters value
|
|
1332
|
-
M()})).catch((e=>{console.error(e),n(10,S=!0),r(e)})).finally((()=>{n(9,$=!1)}))}))})(e)},
|
|
1339
|
+
M()})).catch((e=>{console.error(e),n(10,S=!0),r(e)})).finally((()=>{n(9,$=!1)}))}))})(e)},k=()=>{n(6,b=[]),localStorage.setItem("vendorFiltersByCategory",JSON.stringify(w={[h]:b.map((e=>e.id))})),v.forEach((e=>e.isFilterSelected=!1)),
|
|
1333
1340
|
// this reassignation of the pointer value is required in order to have Svelte trigger a re-render
|
|
1334
|
-
n(5,v),window.postMessage({type:"ApplyFilters"},window.location.href),n(7,_=!0),n(4,g=!1)};return e.$$set=e=>{"endpoint"in e&&n(15,a=e.endpoint),"datasource"in e&&n(16,s=e.datasource),"lang"in e&&n(17,o=e.lang),"translationurl"in e&&n(18,l=e.translationurl),"clientstyling"in e&&n(19,c=e.clientstyling),"clientstylingurl"in e&&n(20,d=e.clientstylingurl),"categoryid"in e&&n(21,h=e.categoryid),"addfilterselector"in e&&n(0,m=e.addfilterselector),"addsortingselector"in e&&n(1,f=e.addsortingselector),"filterbylogo"in e&&n(2,p=e.filterbylogo)},e.$$.update=()=>{/*endpoint, datasource, categoryid, filterbylogo*/2195460&e.$$.dirty[0]&&a&&s&&h&&p&&E(),/*clientstyling, customStylingContainer*/524296&e.$$.dirty[0]&&c&&i&&(()=>{let e=document.createElement("style");e.innerHTML=c,i.appendChild(e)})(),/*clientstylingurl, customStylingContainer*/1048584&e.$$.dirty[0]&&d&&i&&(()=>{let e=document.createElement("style");fetch(new URL(d)).then((e=>e.text())).then((t=>{e.innerHTML=t,setTimeout((()=>{i.appendChild(e)}),1)}))})(),/*translationurl*/262144&e.$$.dirty[0]&&l&&fetch(l).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{ii(t,e[t])}))})).catch((e=>{console.log(e)}))},[m,f,p,i,g,v,b,_,x,$,S,r,C,T,
|
|
1341
|
+
n(5,v),window.postMessage({type:"ApplyFilters"},window.location.href),n(7,_=!0),n(4,g=!1)};return e.$$set=e=>{"endpoint"in e&&n(15,a=e.endpoint),"datasource"in e&&n(16,s=e.datasource),"lang"in e&&n(17,o=e.lang),"translationurl"in e&&n(18,l=e.translationurl),"clientstyling"in e&&n(19,c=e.clientstyling),"clientstylingurl"in e&&n(20,d=e.clientstylingurl),"categoryid"in e&&n(21,h=e.categoryid),"addfilterselector"in e&&n(0,m=e.addfilterselector),"addsortingselector"in e&&n(1,f=e.addsortingselector),"filterbylogo"in e&&n(2,p=e.filterbylogo)},e.$$.update=()=>{/*endpoint, datasource, categoryid, filterbylogo*/2195460&e.$$.dirty[0]&&a&&s&&h&&p&&E(),/*clientstyling, customStylingContainer*/524296&e.$$.dirty[0]&&c&&i&&(()=>{let e=document.createElement("style");e.innerHTML=c,i.appendChild(e)})(),/*clientstylingurl, customStylingContainer*/1048584&e.$$.dirty[0]&&d&&i&&(()=>{let e=document.createElement("style");fetch(new URL(d)).then((e=>e.text())).then((t=>{e.innerHTML=t,setTimeout((()=>{i.appendChild(e)}),1)}))})(),/*translationurl*/262144&e.$$.dirty[0]&&l&&fetch(l).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{ii(t,e[t])}))})).catch((e=>{console.log(e)}))},[m,f,p,i,g,v,b,_,x,$,S,r,C,T,k,a,s,o,l,c,d,h,()=>C(),function(e,t){e[t].isFilterSelected=this.checked,n(5,v)},e=>T(e),()=>k(),function(e){F[e?"unshift":"push"]((()=>{i=e,n(3,i)}))}]}
|
|
1335
1342
|
/* ../casino-games-category-section/src/CasinoGamesCategorySection.svelte generated by Svelte v3.48.0 */
|
|
1336
1343
|
function gi(e,t,n){const r=e.slice();return r[81]=t[n],r[83]=n,r}function yi(e,t,n){const r=e.slice();return r[81]=t[n],r[84]=t,r[83]=n,r}function vi(e,t,n){const r=e.slice();return r[81]=t[n],r[83]=n,r}
|
|
1337
1344
|
// (599:4) {:else}
|
|
@@ -1340,7 +1347,7 @@ return e[22]?$i:/*showFavGamesCategory*/e[33]?xi:void 0}let r=n(e),i=r&&r(e);ret
|
|
|
1340
1347
|
// (541:4) {#if searched}
|
|
1341
1348
|
function wi(e){let t,n,r;function i(e,t){/*recentSearched*/
|
|
1342
1349
|
return e[26]?Vi:/*shownCategoryData*/e[23].length?zi:Wi}let a=i(e),s=a(e);function o(e,t){/*shownCategoryData*/
|
|
1343
|
-
return e[23]?Ki:Zi}let l=o(e),c=l(e);return{c(){t=p("div"),n=p("div"),s.c(),r=v(),c.c(),_(n,"class","CasinoGamesHeader Searched "+(
|
|
1350
|
+
return e[23]?Ki:Zi}let l=o(e),c=l(e);return{c(){t=p("div"),n=p("div"),s.c(),r=v(),c.c(),_(n,"class","CasinoGamesHeader Searched "+(wr(/*userAgent*/e[38])?"CasinoGamesHeaderMobile":"")),_(n,"part","CasinoGamesHeader Searched "+(wr(/*userAgent*/e[38])?"CasinoGamesHeaderMobile":"")),_(t,"class","CasinoGamesContainer"),_(t,"part","CasinoGamesContainer")},m(e,i){h(e,t,i),d(t,n),s.m(n,null),d(t,r),c.m(t,null)},p(e,r){a===(a=i(e))&&s?s.p(e,r):(s.d(1),s=a(e),s&&(s.c(),s.m(n,null))),l===(l=o(e))&&c?c.p(e,r):(c.d(1),c=l(e),c&&(c.c(),c.m(t,null)))},d(e){e&&m(t),s.d(),c.d()}}}
|
|
1344
1351
|
// (533:2) {#if hasErrors}
|
|
1345
1352
|
function _i(e){let t;function n(e,t){/*filteresPresent*/
|
|
1346
1353
|
return e[28]?Qi:Ji}let r=n(e),i=r(e);return{c(){i.c(),t=b()},m(e,n){i.m(e,n),h(e,t,n)},p(e,a){r!==(r=n(e))&&(i.d(1),i=r(e),i&&(i.c(),i.m(t.parentNode,t)))},d(e){i.d(e),e&&m(t)}}}
|
|
@@ -1356,25 +1363,25 @@ return e[20]&&!/*isLazyLoading*/e[30]?Yi:/*shownCategoryData*/0!==e[23].length?U
|
|
|
1356
1363
|
function Si(e){let t,n,r,i,a,s,o,l,c=/*$_*/e[37]("gamesCategorySection.favorites")+"",u=/*favoriteGamesData*/e[36].items.length+"";return{c(){t=p("div"),n=p("h3"),r=y(c),i=v(),a=p("span"),s=y("("),o=y(u),l=y(")"),_(a,"class","CategoryFavName"),_(n,"class","CategoryName"),_(n,"part","CategoryName"),_(t,"class","CasinoGamesHeader"),_(t,"part","CasinoGamesHeader")},m(c,u){h(c,t,u),d(t,n),d(n,r),d(n,i),d(n,a),d(a,s),d(a,o),d(a,l),
|
|
1357
1364
|
/*h3_binding_1*/e[55](n)},p(e,t){/*$_*/64&t[1]&&c!==(c=/*$_*/e[37]("gamesCategorySection.favorites")+"")&&$(r,c),/*favoriteGamesData*/32&t[1]&&u!==(u=/*favoriteGamesData*/e[36].items.length+"")&&$(o,u)},d(n){n&&m(t)
|
|
1358
1365
|
/*h3_binding_1*/,e[55](null)}}}
|
|
1359
|
-
// (
|
|
1366
|
+
// (783:18) {:else}
|
|
1360
1367
|
function Ci(e){let t,n,r=/*$_*/e[37]("gamesCategorySection.waiting")+"";return{c(){t=p("p"),n=y(r)},m(e,r){h(e,t,r),d(t,n)},p(e,t){/*$_*/64&t[1]&&r!==(r=/*$_*/e[37]("gamesCategorySection.waiting")+"")&&$(n,r)},d(e){e&&m(t)}}}
|
|
1361
1368
|
// (693:18) {#if favoriteGamesData}
|
|
1362
1369
|
function Ti(e){let t,n=/*favoriteGamesData*/e[36].items,r=[];for(let t=0;t<n.length;t+=1)r[t]=Oi(gi(e,n,t));let i=null;return n.length||(i=Ei(e)),{c(){for(let e=0;e<r.length;e+=1)r[e].c();t=b(),i&&i.c()},m(e,n){for(let t=0;t<r.length;t+=1)r[t].m(e,n);h(e,t,n),i&&i.m(e,n)},p(e,a){if(/*session, userid, lang, favorites, currency, clientstyling, clientstylingurl, endpoint, livecasino, gamepagemodalurl, integratedgameframedesktop, integratedgameframemobile*/16378&a[0]|/*favoriteGamesData, addGameTag, showFavGamesCategory, intersectingIndexes, visibilityconnect, userAgent, $_*/508&a[1]){let s;for(n=/*favoriteGamesData*/e[36].items,s=0;s<n.length;s+=1){const i=gi(e,n,s);r[s]?r[s].p(i,a):(r[s]=Oi(i),r[s].c(),r[s].m(t.parentNode,t))}for(;s<r.length;s+=1)r[s].d(1);r.length=n.length,!n.length&&i?i.p(e,a):n.length?i&&(i.d(1),i=null):(i=Ei(e),i.c(),i.m(t.parentNode,t))}},d(e){f(r,e),e&&m(t),i&&i.d(e)}}}
|
|
1363
1370
|
// (690:16) {#if isLoading && !isLazyLoading}
|
|
1364
1371
|
function Mi(t){let n;return{c(){n=p("div"),_(n,"class","lds-dual-ring"),_(n,"part","lds-dual-ring")},m(e,t){h(e,n,t)},p:e,d(e){e&&m(n)}}}
|
|
1365
1372
|
// (764:20) {:else}
|
|
1366
|
-
function Ei(e){let t,n,r,i,a,s,o,l,c,u,f=/*$_*/e[37]("gamesCategorySection.noFavoritesTitle")+"";let
|
|
1367
|
-
// (
|
|
1373
|
+
function Ei(e){let t,n,r,i,a,s,o,l,c,u,f,b,w,x,S,C,T=/*$_*/e[37]("gamesCategorySection.noFavoritesTitle")+"";let M=function(e,t){return wr(/*userAgent*/e[38])?ki:Fi}(e),E=M(e);return{c(){t=p("p"),n=g("svg"),r=g("rect"),i=g("rect"),a=g("circle"),s=g("path"),o=g("path"),l=g("path"),c=g("path"),u=v(),f=p("span"),b=y(T),w=v(),E.c(),x=v(),_(r,"x","1"),_(r,"y","18.053"),_(r,"width","90.263"),_(r,"height","90.263"),_(r,"rx","12"),_(r,"stroke","var(--emfe-w-color-gray-150, #828282)"),_(r,"stroke-width","1.5"),_(i,"x","106.737"),_(i,"y","56.737"),_(i,"width","90.263"),_(i,"height","90.263"),_(i,"rx","12"),_(i,"stroke","var(--emfe-w-color-gray-150, #828282)"),_(i,"stroke-width","1.5"),_(a,"cx","70.5"),_(a,"cy","32.237"),_(a,"r","31.487"),_(a,"stroke","var(--emfe-w-color-primary, #D0046C)"),_(a,"stroke-width","1.5"),_(a,"stroke-dasharray","5 0"),_(s,"d","M153.909 81.631a.747.747 0 0 0-.166-1.046l-5.466-3.954a.751.751 0 0 0-.882 1.214l4.859 3.514-3.529 4.858a.75.75 0 1 0 1.215.878l3.969-5.464zm-.725-1.18c-.501.081-.999.159-1.493.233l.223 1.482c.498-.075 1-.153 1.506-.234l-.236-1.48zm-4.457.654c-1.006.133-1.996.253-2.97.36l.162 1.49c.985-.109 1.986-.23 3.002-.364l-.194-1.486zm-5.944.65c-1.01.085-2.002.155-2.978.209l.081 1.496c.991-.054 1.997-.125 3.021-.212l-.124-1.493zm-5.955.326c-1.009.022-2 .026-2.974.01l-.026 1.5c.994.015 2.003.011 3.031-.012l-.031-1.498zm-5.953-.099a61.03 61.03 0 0 1-2.961-.245l-.164 1.49c.995.107 2.006.19 3.035.251l.09-1.496zm-5.898-.641a49.97 49.97 0 0 1-2.907-.56l-.332 1.462c.983.22 1.98.412 2.995.577l.244-1.48zm-5.773-1.298a44.435 44.435 0 0 1-2.807-.92l-.518 1.407c.953.348 1.92.665 2.901.951l.424-1.438zm-5.546-2.027A44.285 44.285 0 0 1 111 76.73l-.702 1.326a45.9 45.9 0 0 0 2.748 1.331l.612-1.37zm-5.23-2.75a49.031 49.031 0 0 1-2.472-1.616l-.861 1.229a50.27 50.27 0 0 0 2.548 1.666l.785-1.278zm-4.851-3.378c-.767-.601-1.529-1.231-2.289-1.891l-.987 1.131c.778.676 1.56 1.322 2.348 1.94l.928-1.18zm-4.486-3.889a74.64 74.64 0 0 1-2.11-2.088l-1.078 1.044a76.17 76.17 0 0 0 2.152 2.13L99.091 68zm-4.143-4.259a97.17 97.17 0 0 1-1.965-2.239l-1.145.972a98.31 98.31 0 0 0 1.996 2.274l1.114-1.007zm-3.867-4.536a127.63 127.63 0 0 1-1.845-2.346l-1.192.914c.624.812 1.246 1.603 1.867 2.373l1.17-.94zm-3.64-4.733c-.58-.788-1.163-1.596-1.749-2.423l-1.225.867c.59.834 1.179 1.649 1.764 2.445l1.21-.89z"),_(s,"fill","var(--emfe-w-color-gray-150, #828282)"),_(o,"d","M78 43h11v13H78V43z"),_(o,"stroke","var(--emfe-w-color-primary, #D0046C)"),_(l,"d","m180 65 2.021 6.219h6.539l-5.291 3.843 2.021 6.22-5.29-3.844-5.29 3.843 2.021-6.219-5.291-3.843h6.539L180 65z"),_(l,"fill","var(--emfe-w-color-primary, #D0046C)"),_(l,"stroke","var(--emfe-w-color-primary, #D0046C)"),_(l,"stroke-linecap","round"),_(l,"stroke-linejoin","round"),_(c,"d","m74 27 2.02 6.219h6.54l-5.29 3.843 2.02 6.22L74 39.437l-5.29 3.843 2.02-6.219-5.29-3.843h6.54L74 27z"),_(c,"stroke","var(--emfe-w-color-primary, #D0046C)"),_(c,"stroke-width","1.5"),_(c,"stroke-linecap","round"),_(c,"stroke-linejoin","round"),_(n,"width","198"),_(n,"height","148"),_(n,"viewBox","0 0 198 148"),_(n,"fill","none"),_(n,"xmlns","http://www.w3.org/2000/svg"),_(f,"class","NoFavoriteText NoFavoriteTextHighlight"),_(f,"part","NoFavoriteText NoFavoriteTextHighlight"),_(t,"class",S="NoFavoriteGames "+(wr(/*userAgent*/e[38])?"NoFavoriteGamesMobile":"")),_(t,"part",C="NoFavoriteGames "+(wr(/*userAgent*/e[38])?"NoFavoriteGamesMobile":""))},m(e,m){h(e,t,m),d(t,n),d(n,r),d(n,i),d(n,a),d(n,s),d(n,o),d(n,l),d(n,c),d(t,u),d(t,f),d(f,b),d(t,w),E.m(t,null),d(t,x)},p(e,t){/*$_*/64&t[1]&&T!==(T=/*$_*/e[37]("gamesCategorySection.noFavoritesTitle")+"")&&$(b,T),E.p(e,t)},d(e){e&&m(t),E.d()}}}
|
|
1374
|
+
// (778:24) {:else}
|
|
1368
1375
|
function Fi(e){let t,n,r=/*$_*/e[37]("gamesCategorySection.noFavorites")+"";return{c(){t=p("span"),n=y(r),_(t,"class","NoFavoriteText"),_(t,"part","NoFavoriteText")},m(e,r){h(e,t,r),d(t,n)},p(e,t){/*$_*/64&t[1]&&r!==(r=/*$_*/e[37]("gamesCategorySection.noFavorites")+"")&&$(n,r)},d(e){e&&m(t)}}}
|
|
1369
|
-
// (
|
|
1370
|
-
function
|
|
1376
|
+
// (776:24) {#if isMobile(userAgent)}
|
|
1377
|
+
function ki(e){let t,n,r=/*$_*/e[37]("gamesCategorySection.noFavoritesMobile")+"";return{c(){t=p("span"),n=y(r),_(t,"class","NoFavoriteText"),_(t,"part","NoFavoriteText")},m(e,r){h(e,t,r),d(t,n)},p(e,t){/*$_*/64&t[1]&&r!==(r=/*$_*/e[37]("gamesCategorySection.noFavoritesMobile")+"")&&$(n,r)},d(e){e&&m(t)}}}
|
|
1371
1378
|
// (695:22) {#if gameprops.gameModel}
|
|
1372
|
-
function Li(e){let t,n=/*gameprops*/e[81].gameModel.isFavorite&&
|
|
1379
|
+
function Li(e){let t,n=/*gameprops*/e[81].gameModel.isFavorite&&Gi(e);return{c(){n&&n.c(),t=b()},m(e,r){n&&n.m(e,r),h(e,t,r)},p(e,r){/*gameprops*/e[81].gameModel.isFavorite?n?n.p(e,r):(n=Gi(e),n.c(),n.m(t.parentNode,t)):n&&(n.d(1),n=null)},d(e){n&&n.d(e),e&&m(t)}}}
|
|
1373
1380
|
// (696:24) {#if gameprops.gameModel.isFavorite}
|
|
1374
|
-
function
|
|
1381
|
+
function Gi(e){let t,n=
|
|
1375
1382
|
// (697:26) {#if intersecting || nativeLoading}
|
|
1376
1383
|
function(e){let t,n,r;function i(e,r){/*favoriteGamesData*/
|
|
1377
|
-
return 32&r[1]&&(n=null),null==t&&(t=!!
|
|
1384
|
+
return 32&r[1]&&(n=null),null==t&&(t=!!wr(/*userAgent*/e[38])),t?Ii:(null==n&&(n=!!/*gameprops*/e[81].gameModel.platform.includes("PC")),n?Pi:void 0)}let a=i(e,[-1,-1,-1]),s=a&&a(e);return{c(){s&&s.c(),r=b()},m(e,t){s&&s.m(e,t),h(e,r,t)},p(e,t){a===(a=i(e,t))&&s?s.p(e,t):(s&&s.d(1),s=a&&a(e),s&&(s.c(),s.m(r.parentNode,r)))},d(e){s&&s.d(e),e&&m(r)}}}
|
|
1378
1385
|
// (730:82)
|
|
1379
1386
|
(e);return{c(){n&&n.c(),t=b()},m(e,r){n&&n.m(e,r),h(e,t,r)},p(e,t){n.p(e,t)},d(e){n&&n.d(e),e&&m(t)}}}function Pi(e){let t,n,r,i,a,s,o,l,c,u,d,f,g,y;return{c(){t=p("casino-game-thumbnail"),x(t,"class",n=""+(ta+(/*gameprops*/e[81].cellSize?/*gameprops*/e[81].cellSize:"1x1"))),x(t,"part",r=""+(ta+(/*gameprops*/e[81].cellSize?/*gameprops*/e[81].cellSize:"1x1"))),x(t,"session",/*session*/e[4]),x(t,"userid",/*userid*/e[5]),x(t,"lang",/*lang*/e[3]),x(t,"favorites",/*favorites*/e[6]),x(t,"gamethumbnail",i=/*gameprops*/e[81].gameModel.thumbnail),x(t,"gamename",a=/*gameprops*/e[81].gameModel.name),x(t,"gamevendor",s=/*gameprops*/e[81].gameModel.vendor.name),x(t,"gameisnew",o=/*gameprops*/e[81].gameModel.isNew),x(t,"gametag",l=/*gameprops*/e[81].gameModel.advancedTags?.length>0&&/*addGameTag*/e[39](/*gameprops*/e[81].gameModel.advancedTags)),x(t,"gamecellsize",c=/*gameprops*/e[81].cellSize),x(t,"gameid",u=/*gameprops*/e[81].gameModel.id),x(t,"gamefunmode",d=/*gameprops*/e[81].gameModel.hasFunMode),x(t,"gamefavorite",f=/*gameprops*/e[81].gameModel.isFavorite),x(t,"showfavoredcategory",/*showFavGamesCategory*/e[33]),x(t,"connectlive",g=/*intersectingIndexes*/1==e[34][/*gameprops*/e[81].id]?"connect":"disconnect"),x(t,"visibilityconnect",/*visibilityconnect*/e[35]),x(t,"currency",/*currency*/e[9]),x(t,"livelobbyendpoint",y=/*gameprops*/e[81].gameModel.details?/*gameprops*/e[81].gameModel.launchUrl:""),x(t,"clientstyling",/*clientstyling*/e[7]),x(t,"clientstylingurl",/*clientstylingurl*/e[8]),x(t,"endpoint",/*endpoint*/e[1]),x(t,"livecasino",/*livecasino*/e[10]),x(t,"gamepagemodalurl",/*gamepagemodalurl*/e[11]),x(t,"integratedgameframedesktop",/*integratedgameframedesktop*/e[12]),x(t,"integratedgameframemobile",/*integratedgameframemobile*/e[13])},m(e,n){h(e,t,n)},p(e,h){/*favoriteGamesData*/32&h[1]&&n!==(n=""+(ta+(/*gameprops*/e[81].cellSize?/*gameprops*/e[81].cellSize:"1x1")))&&x(t,"class",n),/*favoriteGamesData*/32&h[1]&&r!==(r=""+(ta+(/*gameprops*/e[81].cellSize?/*gameprops*/e[81].cellSize:"1x1")))&&x(t,"part",r),/*session*/16&h[0]&&x(t,"session",/*session*/e[4]),/*userid*/32&h[0]&&x(t,"userid",/*userid*/e[5]),/*lang*/8&h[0]&&x(t,"lang",/*lang*/e[3]),/*favorites*/64&h[0]&&x(t,"favorites",/*favorites*/e[6]),/*favoriteGamesData*/32&h[1]&&i!==(i=/*gameprops*/e[81].gameModel.thumbnail)&&x(t,"gamethumbnail",i),/*favoriteGamesData*/32&h[1]&&a!==(a=/*gameprops*/e[81].gameModel.name)&&x(t,"gamename",a),/*favoriteGamesData*/32&h[1]&&s!==(s=/*gameprops*/e[81].gameModel.vendor.name)&&x(t,"gamevendor",s),/*favoriteGamesData*/32&h[1]&&o!==(o=/*gameprops*/e[81].gameModel.isNew)&&x(t,"gameisnew",o),/*favoriteGamesData*/32&h[1]&&l!==(l=/*gameprops*/e[81].gameModel.advancedTags?.length>0&&/*addGameTag*/e[39](/*gameprops*/e[81].gameModel.advancedTags))&&x(t,"gametag",l),/*favoriteGamesData*/32&h[1]&&c!==(c=/*gameprops*/e[81].cellSize)&&x(t,"gamecellsize",c),/*favoriteGamesData*/32&h[1]&&u!==(u=/*gameprops*/e[81].gameModel.id)&&x(t,"gameid",u),/*favoriteGamesData*/32&h[1]&&d!==(d=/*gameprops*/e[81].gameModel.hasFunMode)&&x(t,"gamefunmode",d),/*favoriteGamesData*/32&h[1]&&f!==(f=/*gameprops*/e[81].gameModel.isFavorite)&&x(t,"gamefavorite",f),/*showFavGamesCategory*/4&h[1]&&x(t,"showfavoredcategory",/*showFavGamesCategory*/e[33]),/*intersectingIndexes, favoriteGamesData*/40&h[1]&&g!==(g=/*intersectingIndexes*/1==e[34][/*gameprops*/e[81].id]?"connect":"disconnect")&&x(t,"connectlive",g),/*visibilityconnect*/16&h[1]&&x(t,"visibilityconnect",/*visibilityconnect*/e[35]),/*currency*/512&h[0]&&x(t,"currency",/*currency*/e[9]),/*favoriteGamesData*/32&h[1]&&y!==(y=/*gameprops*/e[81].gameModel.details?/*gameprops*/e[81].gameModel.launchUrl:"")&&x(t,"livelobbyendpoint",y),/*clientstyling*/128&h[0]&&x(t,"clientstyling",/*clientstyling*/e[7]),/*clientstylingurl*/256&h[0]&&x(t,"clientstylingurl",/*clientstylingurl*/e[8]),/*endpoint*/2&h[0]&&x(t,"endpoint",/*endpoint*/e[1]),/*livecasino*/1024&h[0]&&x(t,"livecasino",/*livecasino*/e[10]),/*gamepagemodalurl*/2048&h[0]&&x(t,"gamepagemodalurl",/*gamepagemodalurl*/e[11]),/*integratedgameframedesktop*/4096&h[0]&&x(t,"integratedgameframedesktop",/*integratedgameframedesktop*/e[12]),/*integratedgameframemobile*/8192&h[0]&&x(t,"integratedgameframemobile",/*integratedgameframemobile*/e[13])},d(e){e&&m(t)}}}
|
|
1380
1387
|
// (698:28) {#if isMobile(userAgent)}
|
|
@@ -1385,13 +1392,13 @@ function Di(e){let t,n,r,i,a,s,o,l,c,u,d,f,g,y;return{c(){t=p("casino-game-thumb
|
|
|
1385
1392
|
function Oi(e){let t,n=/*gameprops*/e[81].gameModel&&Li(e);return{c(){n&&n.c(),t=b()},m(e,r){n&&n.m(e,r),h(e,t,r)},p(e,r){/*gameprops*/e[81].gameModel?n?n.p(e,r):(n=Li(e),n.c(),n.m(t.parentNode,t)):n&&(n.d(1),n=null)},d(e){n&&n.d(e),e&&m(t)}}}
|
|
1386
1393
|
// (603:12) {#if casinomygames !== 'true'}
|
|
1387
1394
|
function Ai(e){let t,n,r,i,a=/*categoryData*/e[22].name+"";function s(e,t){/*showLoadCategory*/
|
|
1388
|
-
return e[24]?Ri
|
|
1395
|
+
return e[24]?Ni:Ri}let o=s(e),l=o(e);return{c(){t=p("div"),n=p("h3"),r=y(a),i=v(),l.c(),_(n,"class","CategoryName"),_(n,"part","CategoryName"),_(t,"class","CasinoGamesHeader"),_(t,"part","CasinoGamesHeader")},m(a,s){h(a,t,s),d(t,n),d(n,r),
|
|
1389
1396
|
/*h3_binding*/e[51](n),d(t,i),l.m(t,null)},p(e,n){/*categoryData*/4194304&n[0]&&a!==(a=/*categoryData*/e[22].name+"")&&$(r,a),o===(o=s(e))&&l?l.p(e,n):(l.d(1),l=o(e),l&&(l.c(),l.m(t,null)))},d(n){n&&m(t)
|
|
1390
1397
|
/*h3_binding*/,e[51](null),l.d()}}}
|
|
1391
1398
|
// (615:16) {:else}
|
|
1392
|
-
function
|
|
1399
|
+
function Ri(e){let t,n,r=/*addfilterselector*/"true"==e[15]&&Hi(e);return{c(){t=p("div"),r&&r.c(),_(t,"class",n=/*addfilterselector*/"true"==e[15]&&/*addsortingselector*/"true"==e[16]?"CategoryFilterContainer":"")},m(e,n){h(e,t,n),r&&r.m(t,null)},p(e,i){/*addfilterselector*/"true"==e[15]?r?r.p(e,i):(r=Hi(e),r.c(),r.m(t,null)):r&&(r.d(1),r=null),/*addfilterselector, addsortingselector*/98304&i[0]&&n!==(n=/*addfilterselector*/"true"==e[15]&&/*addsortingselector*/"true"==e[16]?"CategoryFilterContainer":"")&&_(t,"class",n)},d(e){e&&m(t),r&&r.d()}}}
|
|
1393
1400
|
// (608:16) {#if showLoadCategory}
|
|
1394
|
-
function
|
|
1401
|
+
function Ni(e){let t,n,r,i,a,s,o,l,c=/*$_*/e[37]("gamesCategorySection.viewAll")+"",u=/*categoryData*/e[22].games.total+"";return{c(){t=p("a"),n=p("span"),r=y(c),i=y(" ("),a=y(u),s=y(")"),_(n,"class","CategoryLoadMore"),_(n,"part","CategoryLoadMore"),_(t,"class","CategoryNameLink"),_(t,"part","CategoryNameLink")},m(c,u){h(c,t,u),d(t,n),d(n,r),d(n,i),d(n,a),d(n,s),o||(l=w(t,"click",/*click_handler*/e[52]),o=!0)},p(e,t){/*$_*/64&t[1]&&c!==(c=/*$_*/e[37]("gamesCategorySection.viewAll")+"")&&$(r,c),/*categoryData*/4194304&t[0]&&u!==(u=/*categoryData*/e[22].games.total+"")&&$(a,u)},d(e){e&&m(t),o=!1,l()}}}
|
|
1395
1402
|
// (617:22) {#if addfilterselector == "true"}
|
|
1396
1403
|
function Hi(e){let t;return{c(){t=p("casino-filter"),x(t,"clientstylingurl",/*clientstylingurl*/e[8]),x(t,"clientstyling",/*clientstyling*/e[7]),x(t,"endpoint",/*endpoint*/e[1]),x(t,"datasource",/*datasource*/e[2]),x(t,"lang",/*lang*/e[3]),x(t,"categoryid",/*categoryid*/e[0]),x(t,"addfilterselector",/*addfilterselector*/e[15]),x(t,"addsortingselector",/*addsortingselector*/e[16]),x(t,"filterbylogo",/*filterbylogo*/e[17])},m(e,n){h(e,t,n)},p(e,n){/*clientstylingurl*/256&n[0]&&x(t,"clientstylingurl",/*clientstylingurl*/e[8]),/*clientstyling*/128&n[0]&&x(t,"clientstyling",/*clientstyling*/e[7]),/*endpoint*/2&n[0]&&x(t,"endpoint",/*endpoint*/e[1]),/*datasource*/4&n[0]&&x(t,"datasource",/*datasource*/e[2]),/*lang*/8&n[0]&&x(t,"lang",/*lang*/e[3]),/*categoryid*/1&n[0]&&x(t,"categoryid",/*categoryid*/e[0]),/*addfilterselector*/32768&n[0]&&x(t,"addfilterselector",/*addfilterselector*/e[15]),/*addsortingselector*/65536&n[0]&&x(t,"addsortingselector",/*addsortingselector*/e[16]),/*filterbylogo*/131072&n[0]&&x(t,"filterbylogo",/*filterbylogo*/e[17])},d(e){e&&m(t)}}}
|
|
1397
1404
|
// (673:14) {:else}
|
|
@@ -1416,7 +1423,7 @@ function Zi(t){let n;return{c(){n=p("p"),n.textContent="Waiting",_(n,"class","Se
|
|
|
1416
1423
|
// (560:8) {#if shownCategoryData}
|
|
1417
1424
|
function Ki(e){let t,n,r=!/*showItems*/e[29]&&Xi(e),i=/*shownCategoryData*/e[23],a=[];for(let t=0;t<i.length;t+=1)a[t]=qi(vi(e,i,t));return{c(){r&&r.c(),t=v(),n=p("ul");for(let e=0;e<a.length;e+=1)a[e].c();_(n,"class","CasinoGamesGrid SearchedGamesGrid GamesListIncreasedGap"),_(n,"part","CasinoGamesGrid SearchedGamesGrid GamesListIncreasedGap")},m(e,i){r&&r.m(e,i),h(e,t,i),h(e,n,i);for(let e=0;e<a.length;e+=1)a[e].m(n,null)},p(e,s){if(/*showItems*/e[29]?r&&(r.d(1),r=null):r?r.p(e,s):(r=Xi(e),r.c(),r.m(t.parentNode,t)),/*shownCategoryData, session, userid, lang, searchItem, favorites, currency, clientstyling, clientstylingurl, endpoint, livecasino, gamepagemodalurl, integratedgameframedesktop, integratedgameframemobile*/142622714&s[0]|/*addGameTag*/256&s[1]){let t;for(i=/*shownCategoryData*/e[23],t=0;t<i.length;t+=1){const r=vi(e,i,t);a[t]?a[t].p(r,s):(a[t]=qi(r),a[t].c(),a[t].m(n,null))}for(;t<a.length;t+=1)a[t].d(1);a.length=i.length}},d(e){r&&r.d(e),e&&m(t),e&&m(n),f(a,e)}}}
|
|
1418
1425
|
// (561:10) {#if !showItems}
|
|
1419
|
-
function Xi(e){let t,n,r,i,a=/*$_*/e[37]("gamesCategorySection.noRecentSearch")+"";return{c(){t=p("p"),n=y(a),_(t,"class",r="NoSearchResults NoRecentSearches NoRecentSearchesCenter "+(
|
|
1426
|
+
function Xi(e){let t,n,r,i,a=/*$_*/e[37]("gamesCategorySection.noRecentSearch")+"";return{c(){t=p("p"),n=y(a),_(t,"class",r="NoSearchResults NoRecentSearches NoRecentSearchesCenter "+(wr(/*userAgent*/e[38])?"NoRecentSearchesMobile":"")),_(t,"part",i="NoSearchResults NoRecentSearches NoRecentSearchesCenter "+(wr(/*userAgent*/e[38])?"NoRecentSearchesMobile":""))},m(e,r){h(e,t,r),d(t,n)},p(e,t){/*$_*/64&t[1]&&a!==(a=/*$_*/e[37]("gamesCategorySection.noRecentSearch")+"")&&$(n,a)},d(e){e&&m(t)}}}
|
|
1420
1427
|
// (565:12) {#each shownCategoryData as gameprops, index}
|
|
1421
1428
|
function qi(e){let t,n,r,i,a,s,o,l,c,u,d,f,g;return{c(){t=p("casino-game-thumbnail"),x(t,"class",n=""+(ta+(/*gameprops*/e[81].cellSize?/*gameprops*/e[81].cellSize:"1x1"))),x(t,"part",r=""+(ta+(/*gameprops*/e[81].cellSize?/*gameprops*/e[81].cellSize:"1x1"))),x(t,"session",/*session*/e[4]),x(t,"userid",/*userid*/e[5]),x(t,"lang",/*lang*/e[3]),x(t,"searchitem",/*searchItem*/e[27]),x(t,"favorites",/*favorites*/e[6]),x(t,"gamethumbnail",i=/*gameprops*/e[81].thumbnail),x(t,"gamename",a=/*gameprops*/e[81].name),x(t,"gamevendor",s=/*gameprops*/e[81].vendor.name),x(t,"gameisnew",o=/*gameprops*/e[81].isNew),x(t,"gametag",l=/*gameprops*/e[81].advancedTags?.length>0&&/*addGameTag*/e[39](/*gameprops*/e[81].advancedTags)),x(t,"gamecellsize",c=/*gameprops*/e[81].cellSize),x(t,"gameid",u=/*gameprops*/e[81].id),x(t,"gamefunmode",d=/*gameprops*/e[81].hasFunMode),x(t,"gamefavorite",f=/*gameprops*/e[81].isFavorite),x(t,"currency",/*currency*/e[9]),x(t,"livelobbyendpoint",g=/*gameprops*/e[81].details?/*gameprops*/e[81].href:""),x(t,"clientstyling",/*clientstyling*/e[7]),x(t,"clientstylingurl",/*clientstylingurl*/e[8]),x(t,"endpoint",/*endpoint*/e[1]),x(t,"livecasino",/*livecasino*/e[10]),x(t,"gamepagemodalurl",/*gamepagemodalurl*/e[11]),x(t,"integratedgameframedesktop",/*integratedgameframedesktop*/e[12]),x(t,"integratedgameframemobile",/*integratedgameframemobile*/e[13])},m(e,n){h(e,t,n)},p(e,h){/*shownCategoryData*/8388608&h[0]&&n!==(n=""+(ta+(/*gameprops*/e[81].cellSize?/*gameprops*/e[81].cellSize:"1x1")))&&x(t,"class",n),/*shownCategoryData*/8388608&h[0]&&r!==(r=""+(ta+(/*gameprops*/e[81].cellSize?/*gameprops*/e[81].cellSize:"1x1")))&&x(t,"part",r),/*session*/16&h[0]&&x(t,"session",/*session*/e[4]),/*userid*/32&h[0]&&x(t,"userid",/*userid*/e[5]),/*lang*/8&h[0]&&x(t,"lang",/*lang*/e[3]),/*searchItem*/134217728&h[0]&&x(t,"searchitem",/*searchItem*/e[27]),/*favorites*/64&h[0]&&x(t,"favorites",/*favorites*/e[6]),/*shownCategoryData*/8388608&h[0]&&i!==(i=/*gameprops*/e[81].thumbnail)&&x(t,"gamethumbnail",i),/*shownCategoryData*/8388608&h[0]&&a!==(a=/*gameprops*/e[81].name)&&x(t,"gamename",a),/*shownCategoryData*/8388608&h[0]&&s!==(s=/*gameprops*/e[81].vendor.name)&&x(t,"gamevendor",s),/*shownCategoryData*/8388608&h[0]&&o!==(o=/*gameprops*/e[81].isNew)&&x(t,"gameisnew",o),/*shownCategoryData*/8388608&h[0]&&l!==(l=/*gameprops*/e[81].advancedTags?.length>0&&/*addGameTag*/e[39](/*gameprops*/e[81].advancedTags))&&x(t,"gametag",l),/*shownCategoryData*/8388608&h[0]&&c!==(c=/*gameprops*/e[81].cellSize)&&x(t,"gamecellsize",c),/*shownCategoryData*/8388608&h[0]&&u!==(u=/*gameprops*/e[81].id)&&x(t,"gameid",u),/*shownCategoryData*/8388608&h[0]&&d!==(d=/*gameprops*/e[81].hasFunMode)&&x(t,"gamefunmode",d),/*shownCategoryData*/8388608&h[0]&&f!==(f=/*gameprops*/e[81].isFavorite)&&x(t,"gamefavorite",f),/*currency*/512&h[0]&&x(t,"currency",/*currency*/e[9]),/*shownCategoryData*/8388608&h[0]&&g!==(g=/*gameprops*/e[81].details?/*gameprops*/e[81].href:"")&&x(t,"livelobbyendpoint",g),/*clientstyling*/128&h[0]&&x(t,"clientstyling",/*clientstyling*/e[7]),/*clientstylingurl*/256&h[0]&&x(t,"clientstylingurl",/*clientstylingurl*/e[8]),/*endpoint*/2&h[0]&&x(t,"endpoint",/*endpoint*/e[1]),/*livecasino*/1024&h[0]&&x(t,"livecasino",/*livecasino*/e[10]),/*gamepagemodalurl*/2048&h[0]&&x(t,"gamepagemodalurl",/*gamepagemodalurl*/e[11]),/*integratedgameframedesktop*/4096&h[0]&&x(t,"integratedgameframedesktop",/*integratedgameframedesktop*/e[12]),/*integratedgameframemobile*/8192&h[0]&&x(t,"integratedgameframemobile",/*integratedgameframemobile*/e[13])},d(e){e&&m(t)}}}
|
|
1422
1429
|
// (537:4) {:else}
|
|
@@ -1425,7 +1432,7 @@ function Ji(e){let t;return{c(){t=p("p"),t.textContent="500 Error - Internal Ser
|
|
|
1425
1432
|
function Qi(e){let t;return{c(){t=p("p"),t.textContent="404 Error - No result found.",_(t,"class","SearchLoading"),_(t,"part","SearchLoading")},m(e,n){h(e,t,n)},d(e){e&&m(t)}}}function ea(t){let n;function r(e,t){/*hasErrors*/
|
|
1426
1433
|
return e[21]?_i:/*searched*/e[25]?wi:bi}let i=r(t),a=i(t);return{c(){n=p("div"),a.c(),this.c=e,_(n,"class","CasinoGamesCategorySectionContainer"),_(n,"part","CasinoGamesCategorySectionContainer")},m(e,r){h(e,n,r),a.m(n,null),
|
|
1427
1434
|
/*div_binding*/t[57](n)},p(e,t){i===(i=r(e))&&a?a.p(e,t):(a.d(1),a=i(e),a&&(a.c(),a.m(n,null)))},i:e,o:e,d(e){e&&m(n),a.d(),
|
|
1428
|
-
/*div_binding*/t[57](null)}}}!customElements.get("casino-filter")&&customElements.define("casino-filter",class extends
|
|
1435
|
+
/*div_binding*/t[57](null)}}}!customElements.get("casino-filter")&&customElements.define("casino-filter",class extends Y{constructor(e){super(),this.shadowRoot.innerHTML='<style>.FilterContainer{color:#fff;position:relative;z-index:16}.FilterSelector{background-color:#58586B;display:flex;position:relative;padding:10px 16px;border-radius:5px;justify-content:space-between;align-items:center;max-width:fit-content;cursor:pointer}.FilterSelector.FilterSelectorOpen{border-radius:5px 5px 0 0}.FilterMainArea{display:flex;align-items:center}.FilterMainArea svg{margin-right:16px}.FilterName{font-size:11px;line-height:12px;color:#D1D1D1;text-transform:uppercase}.FilterTextContainer{display:flex;flex-direction:column}.FilterValueContainer{font-size:14px;line-height:16px;font-weight:300}.TriangleInactive{display:block;color:currentColor;margin:0 0 0 15px;transition:all 0.5s}.TriangleActive{transform:rotate(180deg);position:relative;top:2px}.FilterDropdownContainer{padding:0;background:rgb(88, 88, 107);background:linear-gradient(180deg, rgba(88, 88, 107, 0.9) 0%, rgba(7, 7, 42, 0.9) 95%);display:flex;flex-direction:column;align-items:center;transition:max-height 0.15s ease-out;max-height:0;border-radius:0 0 5px 5px;position:absolute;top:48px;margin-bottom:40px;overflow:hidden;margin:0}.FilterDropdownContainer.FilterOpen{width:100%;max-height:fit-content;transition:max-height 0.25s ease-in;padding-top:20px}.FilterDropdown{width:100%;max-height:300px;display:grid;gap:10px;margin:0;padding-inline-start:0;overflow:scroll;list-style:none;-ms-overflow-style:none;scrollbar-width:none}.FilterDropdown::-webkit-scrollbar{display:none}.FilterItem{position:relative}.FilterItem label{font-size:14px;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;-webkit-user-select:none;-ms-user-select:none;user-select:none}.FilterItem input{cursor:pointer;margin-right:10px}.FilterItem:hover input~.FiltersCheckmark{background-color:transparent;border:1px solid #D0046C}.FilterItem input:checked~.FiltersCheckmark{background-color:#D0046C;border:1px solid #D0046C}.FilterItem .FiltersCheckmark{transition:all 0.05s ease-in;margin:0 15px}.FilterItem .FiltersCheckmark:after{content:"";position:absolute;left:9px;display:none}.FilterItem input:checked~.FiltersCheckmark:after{display:block}.FilterItem .FiltersCheckmark:after{left:8px;top:4px;width:5px;height:10px;border:1px solid white;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.FilerContainerSplit .FilterItemWithLogos .FiltersCheckmark{margin:0}.FilterLabel input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.FilterLabel .FiltersCheckmark{border-radius:8px;position:relative;height:22px;width:22px;min-width:22px;background-color:transparent;border:1px solid #fff}.FilterItemWithLogos label{height:70px;display:flex;justify-content:space-evenly;align-items:center}.FilterItemWithLogos label img{width:70px}.FilterLabel input:checked+span{font-weight:600}.FilterCounter{display:inline-flex;margin-left:10px;min-width:17px}.ClearFilters{margin:20px auto;border:0;color:#fff;background-color:var(--emfe-w-color-primary, #D0046C);border:1px solid var(--emfe-w-color-primary, #D0046C);font-size:18px;padding:10px 50px;border-radius:5px;cursor:pointer;transition:all 0.1s ease-in;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ClearFilters:disabled{background:var(--emfe-w-color-gray-100, #E6E6E6);border:1px solid var(--emfe-w-color-gray-150, #828282);pointer-events:none;cursor:not-allowed}@media only screen and (max-width: 768px){.FilterSelector{max-width:initial}.FilterDropdownContainer{width:100%;margin-bottom:20px}.FilterDropdown{display:grid;grid-template-columns:minmax(150px, 150px);gap:20px;margin-block-start:0}.FilterItemWithLogos label{justify-content:center}.FilerContainerSplit .FilterSelector{padding:7px}.FilerContainerSplit .FilterSelector .FilterCounter{margin-left:0}.FilerContainerSplit .FilterMainArea svg{margin:0 10px}.FilerContainerSplit .FilterDropdown{grid-template-columns:1fr}.FilerContainerSplit .FilterDropdownContainer{top:42px}.FilerContainerSplit .ClearFilters{padding:10px 25px}.FilterLabel .FiltersCheckmark{margin-right:15px}.FilterItem.FilterItemWithLogos{display:flex;align-items:center;justify-content:center}.FilerContainerSplit .FilterItemWithLogos .FiltersCheckmark{margin:0 20px 0 0}}</style>',U(this,{target:this.shadowRoot,props:C(this.attributes),customElement:!0},pi,fi,a,{endpoint:15,datasource:16,lang:17,translationurl:18,clientstyling:19,clientstylingurl:20,categoryid:21,addfilterselector:0,addsortingselector:1,filterbylogo:2},null,[-1,-1]),e&&(e.target&&h(e.target,this,e.anchor),e.props&&(this.$set(e.props),N()))}static get observedAttributes(){return["endpoint","datasource","lang","translationurl","clientstyling","clientstylingurl","categoryid","addfilterselector","addsortingselector","filterbylogo"]}get endpoint(){return this.$$.ctx[15]}set endpoint(e){this.$$set({endpoint:e}),N()}get datasource(){return this.$$.ctx[16]}set datasource(e){this.$$set({datasource:e}),N()}get lang(){return this.$$.ctx[17]}set lang(e){this.$$set({lang:e}),N()}get translationurl(){return this.$$.ctx[18]}set translationurl(e){this.$$set({translationurl:e}),N()}get clientstyling(){return this.$$.ctx[19]}set clientstyling(e){this.$$set({clientstyling:e}),N()}get clientstylingurl(){return this.$$.ctx[20]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),N()}get categoryid(){return this.$$.ctx[21]}set categoryid(e){this.$$set({categoryid:e}),N()}get addfilterselector(){return this.$$.ctx[0]}set addfilterselector(e){this.$$set({addfilterselector:e}),N()}get addsortingselector(){return this.$$.ctx[1]}set addsortingselector(e){this.$$set({addsortingselector:e}),N()}get filterbylogo(){return this.$$.ctx[2]}set filterbylogo(e){this.$$set({filterbylogo:e}),N()}});const ta="game-tile-";function na(e,t,n){let r;u(e,br,(e=>n(37,r=e)));let i,a,s,o,l,c,d,h,m,f,{categoryindex:p=""}=t,{endpoint:g=""}=t,{datasource:y=""}=t,{lang:v=""}=t,{session:b=""}=t,{userid:w=""}=t,{favorites:_=""}=t,{clientstyling:x=""}=t,{clientstylingurl:$=""}=t,{translationurl:S=""}=t,{currency:C=""}=t,{categoryid:T=""}=t,{categorygames:E=0}=t,{livecasino:k="false"}=t,{visiblegames:L=""}=t,{gamepagemodalurl:G="false"}=t,{integratedgameframedesktop:P="false"}=t,{integratedgameframemobile:I="false"}=t,{casinomygames:D="false"}=t,{addfilterselector:O="false"}=t,{addsortingselector:A="false"}=t,{filterbylogo:R=""}=t,{once:N=!0}=t,{top:H=0}=t,{bottom:B=0}=t,{left:U=0}=t,{right:Y=0}=t,j=!0,z=!1,W=!0,V=window.navigator.userAgent,Z=[],K=!0,X=40,q=!1,J=!1,Q=!1,ee=!1,te=!1,ne=!0,re=!1,ie=!1,ae=!1,se=new Array(1e4),oe={},le="",ce={items:[],count:0,name:""};Object.keys(Cr).forEach((e=>{Sr(e,Cr[e])})),void 0!==document.hidden?
|
|
1429
1436
|
// Opera 12.10 and Firefox 18 and later support
|
|
1430
1437
|
m="hidden":void 0!==document.msHidden?m="msHidden":void 0!==document.webkitHidden&&(m="webkitHidden");
|
|
1431
1438
|
// IntersectionObserver used for loading more games
|
|
@@ -1434,7 +1441,7 @@ let ue=new IntersectionObserver((e=>{e.forEach((async e=>{let t=e.target.gameid,
|
|
|
1434
1441
|
e.isIntersecting?(1.2*r>X&&me(T),n(34,oe[t]=1,oe)):n(34,oe[t]=0,oe)}))}));
|
|
1435
1442
|
// Start favored games section
|
|
1436
1443
|
const de=(e,t,r,i=[])=>{n(20,j=!0);let a="",s="",o=JSON.parse(localStorage.getItem("vendorFiltersByCategory")),c=g.replace(/.$/,"2");// @TODO remove after we migrate with all endpoints to v2 - hack for the endpoint since the filtering of categories functionality was developed only for the v2 api
|
|
1437
|
-
return(T.match(/\$/g)||[]).length>1?(a=T.split("$").slice(0,2).join("$"),s=new URL(`${c}/casino/groups/${y}/${a}/subGroups`)):s=new URL(`${c}/casino/groups/${y}/${T}`),new Promise(((e,i)=>{if(s.searchParams.delete("pagination"),s.searchParams.append("expand","games(vendor)"),s.searchParams.append("fields","id,name,games"),s.searchParams.append("platform",
|
|
1444
|
+
return(T.match(/\$/g)||[]).length>1?(a=T.split("$").slice(0,2).join("$"),s=new URL(`${c}/casino/groups/${y}/${a}/subGroups`)):s=new URL(`${c}/casino/groups/${y}/${T}`),new Promise(((e,i)=>{if(s.searchParams.delete("pagination"),s.searchParams.append("expand","games(vendor)"),s.searchParams.append("fields","id,name,games"),s.searchParams.append("platform",_r(V)),s.searchParams.append("pagination",`games(offset=${t},limit=${r})`),s.searchParams.append("language",v),
|
|
1438
1445
|
// if vendor filters are active, get filtered games
|
|
1439
1446
|
window.postMessage({type:"CategoryVendors",categoryid:T},window.location.href),o&&o[T])if(o[T].length&&!1===W&&!1===ie){let e="";n(28,te=!0),o[T].forEach((t=>{e+=e?`,games(vendor(id=${t}))`:`games(vendor(id=${t}))`})),s.searchParams.append("filter",(o&&o[T].length<2?"$and":"$or")+`(${e})`)}else n(28,te=!1);fetch(s).then((e=>e.json())).then((t=>{n(20,j=!1),(T.match(/\$/g)||[]).length>1&&(t=t.items.filter((e=>{if(e.id==T)return e}))[0]),n(50,f=!0),n(21,z=!1),l=t.games.total,e(t)}),(e=>{n(21,z=!0),console.error(e),i(e)}))}))},he=e=>{if(e.data)switch(e.data.type){case"MostPlayedData":"MOSTPLAYED"==T&&(n(25,q=!1),W=!1,n(24,K=!1),n(23,Z=e.data.mostPlayedGames),n(22,s={id:"MOSTPLAYED",name:"Most Played Games",games:{count:e.data.mostPlayedGames.length,total:e.data.mostPlayedGames.length,items:e.data.mostPlayedGames}})),n(20,j=!1);break;case"LastPlayedData":"LASTPLAYED"==T&&(n(25,q=!1),W=!1,n(24,K=!1),n(23,Z=e.data.lastPlayedGames),n(22,s={id:"LASTPLAYED",name:"Last Played Games",games:{count:e.data.lastPlayedGames.length,total:e.data.lastPlayedGames.length,items:e.data.lastPlayedGames}})),n(20,j=!1);break;case"CustomOperatorData":e.data.operatordetail;break;case"RecentSearchData":n(25,q=!0),n(26,J=!0),e.data.searchData.length>0?(n(23,Z=e.data.searchData),n(29,ne=!0),Z&&Z.forEach((e=>{e.isFavorite=fe(e.id)}))):(n(23,Z=[]),n(29,ne=!1));break;case"OutOfRecentSearches":n(25,q=!1),n(26,J=!1);break;case"SearchData":n(25,q=!0),n(26,J=!1),n(23,Z=e.data.searchData.items||[]),n(27,ee=!0),e.data.receivedFavoriteResults&&(d=e.data.receivedFavoriteResults.items),Z&&Z.forEach((e=>{e.isFavorite=fe(e.id)}));break;case`CategoryData_${T}`:n(25,q=!1),W=!0,n(24,K=!0),n(27,ee=!1),ae=!1,e.data.receivedFavoriteResults&&(d=e.data.receivedFavoriteResults.items),de(e.data.categoryId,0,e.data.visiblegames).then((e=>{n(22,s=e),n(23,Z=s.games.items),Z&&Z.forEach((e=>{e.isFavorite=fe(e.id)}))}));break;case"CategoryChange":X=20;break;case"CategoryUpdate":n(25,q=!1),W=!1,n(27,ee=!1),ae=!0,n(0,T=e.data.itemId),"MOSTPLAYED"!==T&&n(24,K=!1),"true"!==D&&de(0,0,X).then((t=>{n(22,s=t),s.games.items.forEach((e=>{e.isFavorite=fe(e.id)})),n(23,Z=s.games.items),n(24,K=!1),
|
|
1440
1447
|
// @TODO: replace this quick fix - when there are only a few category games, the view scrolls to the footer
|
|
@@ -1442,7 +1449,7 @@ Z.length<10&&0==e.data.origin&&(Q=!0,setTimeout((()=>{window.postMessage({type:"
|
|
|
1442
1449
|
// separate favorites array into mobile and desktop favorites
|
|
1443
1450
|
function(e,t){let n=window.navigator.userAgent;
|
|
1444
1451
|
// make sure to display favored games specific to the platform used
|
|
1445
|
-
return
|
|
1452
|
+
return wr(n)?e.filter((e=>{if(e.gameModel&&(e.gameModel.platform.includes("iPad")||e.gameModel.platform.includes("iPhone")||e.gameModel.platform.includes("Android")))return e})):e.filter((e=>{if(e.gameModel&&e.gameModel.platform.includes("PC"))return e}))}(t,ce.items),ce),n(36,ce.name="Favorites",ce),n(33,ie=!0),n(20,j=!1));break;case"UserSessionID":i=e.data.session,a=e.data.userID,"true"==_&&a&&a.length&&i&&i.length>0&&((e,t)=>{n(20,j=!0);let r={method:"GET",headers:{"X-SessionID":t}};new Promise(((t,i)=>{fetch(e,r).then((e=>e.json())).then((e=>{n(20,j=!1),d=e?e.items:[],Z.forEach((e=>{e.isFavorite=fe(e.id)}));let r=Z;n(23,Z=void 0),n(23,Z=r),t(d)})).catch((e=>{console.error(e),i(e)}))}))})(`${g}/player/${a}/favorites/`,i)}},me=e=>{X+=1,n(30,re=!0),X<=l&&de(0,0,X).then((e=>{n(22,s=e),
|
|
1446
1453
|
// @TODO categoryData type fix
|
|
1447
1454
|
/**
|
|
1448
1455
|
* This check is needed to prevent requests with less items
|
|
@@ -1451,56 +1458,56 @@ return _r(n)?e.filter((e=>{if(e.gameModel&&(e.gameModel.platform.includes("iPad"
|
|
|
1451
1458
|
*/
|
|
1452
1459
|
s.games.items.length>Z.length&&(n(23,Z=s.games.items),Z.forEach((e=>{e.isFavorite=fe(e.id)}))),n(30,re=!1)}))},fe=e=>!!d&&-1!==d.findIndex((t=>t.id==e)),pe=e=>{window.postMessage({type:"CategoryChange",itemId:e},window.location.href)};
|
|
1453
1460
|
// @TODO categoryId type
|
|
1454
|
-
|
|
1461
|
+
M((()=>(window.addEventListener("visibilitychange",(e=>{document[m]?n(35,le="disconnect"):n(35,le="connect")})),window.addEventListener("message",he,!1),"FAVORITES"===T&&window.postMessage({type:"GetFavoredGame"},window.location.href),()=>{window.removeEventListener("message",he),window.removeEventListener("visibilitychange",he)})));return e.$$set=e=>{"categoryindex"in e&&n(41,p=e.categoryindex),"endpoint"in e&&n(1,g=e.endpoint),"datasource"in e&&n(2,y=e.datasource),"lang"in e&&n(3,v=e.lang),"session"in e&&n(4,b=e.session),"userid"in e&&n(5,w=e.userid),"favorites"in e&&n(6,_=e.favorites),"clientstyling"in e&&n(7,x=e.clientstyling),"clientstylingurl"in e&&n(8,$=e.clientstylingurl),"translationurl"in e&&n(42,S=e.translationurl),"currency"in e&&n(9,C=e.currency),"categoryid"in e&&n(0,T=e.categoryid),"categorygames"in e&&n(43,E=e.categorygames),"livecasino"in e&&n(10,k=e.livecasino),"visiblegames"in e&&n(44,L=e.visiblegames),"gamepagemodalurl"in e&&n(11,G=e.gamepagemodalurl),"integratedgameframedesktop"in e&&n(12,P=e.integratedgameframedesktop),"integratedgameframemobile"in e&&n(13,I=e.integratedgameframemobile),"casinomygames"in e&&n(14,D=e.casinomygames),"addfilterselector"in e&&n(15,O=e.addfilterselector),"addsortingselector"in e&&n(16,A=e.addsortingselector),"filterbylogo"in e&&n(17,R=e.filterbylogo),"once"in e&&n(45,N=e.once),"top"in e&&n(46,H=e.top),"bottom"in e&&n(47,B=e.bottom),"left"in e&&n(48,U=e.left),"right"in e&&n(49,Y=e.right)},e.$$.update=()=>{/*thumbnailContainer*/524288&e.$$.dirty[0]|/*dataloaded*/524288&e.$$.dirty[1]&&f&&se&&ae&&se.forEach(((e,t)=>{e&&(
|
|
1455
1462
|
// Hack to make sure that I can identify the thumbnail index
|
|
1456
1463
|
e.elems_index=t,ue.observe(e))})),/*lang, categoryid*/9&e.$$.dirty[0]&&v&&T&&(()=>{
|
|
1457
1464
|
// showFavGamesCategory vs categoryData
|
|
1458
1465
|
// favoriteGamesData vs shownCategoryData
|
|
1459
|
-
switch(T){case"FAVORITES":n(33,ie=!0);break;case"MOSTPLAYED":case"LASTPLAYED":"false"===D&&n(33,ie=!1)}})(),/*translationurl*/2048&e.$$.dirty[1]&&S&&fetch(S).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{
|
|
1466
|
+
switch(T){case"FAVORITES":n(33,ie=!0);break;case"MOSTPLAYED":case"LASTPLAYED":"false"===D&&n(33,ie=!1)}})(),/*translationurl*/2048&e.$$.dirty[1]&&S&&fetch(S).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{Sr(t,e[t])}))})).catch((e=>{console.log(e)})),/*clientstyling, customStylingContainer*/262272&e.$$.dirty[0]&&x&&h&&(()=>{let e=document.createElement("style");e.innerHTML=x,h.appendChild(e)})(),/*clientstylingurl, customStylingContainer*/262400&e.$$.dirty[0]&&$&&h&&(()=>{let e=new URL($),t=document.createElement("style");fetch(e.href).then((e=>e.text())).then((e=>{t.innerHTML=e,setTimeout((()=>{h.appendChild(t)}),1)}))})()},[T,g,y,v,b,w,_,x,$,C,k,G,P,I,D,O,A,R,h,se,j,z,s,Z,K,q,J,ee,te,ne,re,o,c,ie,oe,le,ce,r,V,e=>{if(0===(null==e?void 0:e.length))return"";let t,n="",r=999999999999;const i=new Date(Date.now());return e.forEach(((a,s)=>{const o=new Date(a.schedules[0].startTime),l=new Date(a.schedules[0].endTime);Tr(l).diff(i)<r&&(r=Tr(l).diff(i),t=s),Tr(i).isAfter(o)&&Tr(i).isBefore(l)&&(n=e[t].name)})),n},pe,p,S,E,L,N,H,B,U,Y,f,function(e){F[e?"unshift":"push"]((()=>{c=e,n(32,c)}))},e=>pe(s.id),function(e,t){F[e?"unshift":"push"]((()=>{se[t]=e,n(19,se)}))},function(e){F[e?"unshift":"push"]((()=>{o=e,n(31,o)}))},function(e){F[e?"unshift":"push"]((()=>{c=e,n(32,c)}))},function(e){F[e?"unshift":"push"]((()=>{o=e,n(31,o)}))},function(e){F[e?"unshift":"push"]((()=>{h=e,n(18,h)}))}]}
|
|
1460
1467
|
/* ../casino-favorites-section/src/CasinoFavoritesSection.svelte generated by Svelte v3.48.0 */
|
|
1461
1468
|
function ra(t){let n,r,a,s,o;return{c(){n=p("div"),r=p("casino-games-category-section"),this.c=e,x(r,"session",/*session*/t[0]),x(r,"userid",/*userid*/t[1]),x(r,"endpoint",/*endpoint*/t[2]),x(r,"datasource",/*datasource*/t[3]),x(r,"lang",/*lang*/t[5]),x(r,"currency",/*currency*/t[4]),x(r,"favorites",/*favorites*/t[13]),x(r,"categoryid","FAVORITES"),x(r,"class","CategoryContainer"),x(r,"clientstyling",/*clientstyling*/t[6]),x(r,"clientstylingurl",/*clientstylingurl*/t[7]),x(r,"livecasino",/*livecasino*/t[8]),x(r,"visiblegames",/*visiblegames*/t[12]),x(r,"gamepagemodalurl",/*gamepagemodalurl*/t[11]),x(r,"integratedgameframedesktop",/*integratedgameframedesktop*/t[10]),x(r,"integratedgameframemobile",/*integratedgameframemobile*/t[9]),x(r,"casinomygames",/*casinomygames*/t[14]),_(n,"class","CasinoFavoritesSectionContainer")},m(l,c){var u;h(l,n,c),d(n,r),
|
|
1462
1469
|
/*div_binding*/t[18](n),s||(u=a=/*getFavoredGames*/t[16].call(null,r,(/*endpoint*/t[2],/*userid*/t[1],/*session*/t[0],/*userid*/t[1])),o=u&&i(u.destroy)?u.destroy:e,s=!0)},p(e,[t]){/*session*/1&t&&x(r,"session",/*session*/e[0]),/*userid*/2&t&&x(r,"userid",/*userid*/e[1]),/*endpoint*/4&t&&x(r,"endpoint",/*endpoint*/e[2]),/*datasource*/8&t&&x(r,"datasource",/*datasource*/e[3]),/*lang*/32&t&&x(r,"lang",/*lang*/e[5]),/*currency*/16&t&&x(r,"currency",/*currency*/e[4]),/*favorites*/8192&t&&x(r,"favorites",/*favorites*/e[13]),/*clientstyling*/64&t&&x(r,"clientstyling",/*clientstyling*/e[6]),/*clientstylingurl*/128&t&&x(r,"clientstylingurl",/*clientstylingurl*/e[7]),/*livecasino*/256&t&&x(r,"livecasino",/*livecasino*/e[8]),/*visiblegames*/4096&t&&x(r,"visiblegames",/*visiblegames*/e[12]),/*gamepagemodalurl*/2048&t&&x(r,"gamepagemodalurl",/*gamepagemodalurl*/e[11]),/*integratedgameframedesktop*/1024&t&&x(r,"integratedgameframedesktop",/*integratedgameframedesktop*/e[10]),/*integratedgameframemobile*/512&t&&x(r,"integratedgameframemobile",/*integratedgameframemobile*/e[9]),/*casinomygames*/16384&t&&x(r,"casinomygames",/*casinomygames*/e[14]),a&&i(a.update)&&/*endpoint, userid, session*/7&t&&a.update.call(null,(/*endpoint*/e[2],/*userid*/e[1],/*session*/e[0],/*userid*/e[1]))},i:e,o:e,d(e){e&&m(n)
|
|
1463
|
-
/*div_binding*/,t[18](null),s=!1,o()}}}function ia(e,t,n){let r,i,{endpoint:a=""}=t,{datasource:s=""}=t,{currency:o=""}=t,{lang:l=""}=t,{session:c=""}=t,{userid:u=""}=t,{clientstyling:d=""}=t,{clientstylingurl:h=""}=t,{livecasino:m="false"}=t,{integratedgameframemobile:f="false"}=t,{integratedgameframedesktop:p="false"}=t,{gamepagemodalurl:g="false"}=t,{visiblegames:y=""}=t,{favorites:v=""}=t,{categoryid:b=""}=t,{casinomygames:w="false"}=t,_=[];!function({withLocale:e,translations:t}){
|
|
1470
|
+
/*div_binding*/,t[18](null),s=!1,o()}}}function ia(e,t,n){let r,i,{endpoint:a=""}=t,{datasource:s=""}=t,{currency:o=""}=t,{lang:l=""}=t,{session:c=""}=t,{userid:u=""}=t,{clientstyling:d=""}=t,{clientstylingurl:h=""}=t,{livecasino:m="false"}=t,{integratedgameframemobile:f="false"}=t,{integratedgameframedesktop:p="false"}=t,{gamepagemodalurl:g="false"}=t,{visiblegames:y=""}=t,{favorites:v=""}=t,{categoryid:b=""}=t,{casinomygames:w="false"}=t,_=[];!function({withLocale:e,translations:t}){or.subscribe((n=>{null==n&&(Yn.set(t),or.set(e))}));// maybe we will need this to make sure that the i18n is set up only once
|
|
1464
1471
|
/*dictionary.set(translations);
|
|
1465
|
-
locale.set(_locale);*/}({withLocale:"en",translations:{}});const x=e=>{if(e.data)switch(e.data.type){case"UserSessionID":n(0,c=e.data.session),n(1,u=e.data.userID),u&&u.length&&c&&c.length>0&&$(a,c,u);break;case"SetUnfavoredGame":C(`${a}/player/${u}/favorites`,c,u,e.data.id,e.data.triggerFactor);break;case"SetFavoredGame":S(`${a}/player/${u}/favorites`,c,u,e.data.id,e.data.triggerFactor);break;case"GetFavoredGame":u&&u.length&&c&&c.length>0&&$(a,c,u)}};let $=(e,t,n)=>{if("true"==v&&c&&n){fetch(`${e}/player/${n}/favorites/`,{method:"GET",headers:{"X-SessionID":t}}).then((e=>e.json())).then((e=>(i=e,i&&(
|
|
1472
|
+
locale.set(_locale);*/}({withLocale:"en",translations:{}});const x=e=>{if(e.data)switch(e.data.type){case"UserSessionID":n(0,c=e.data.session),n(1,u=e.data.userID),u&&u.length&&c&&c.length>0&&$(a,c,u);break;case"SetUnfavoredGame":C(`${a}/player/${u}/favorites`,c,u,e.data.id,e.data.triggerFactor);break;case"SetFavoredGame":S(`${a}/player/${u}/favorites`,c,u,e.data.id,e.data.triggerFactor);break;case"GetFavoredGame":u&&u.length&&c&&c.length>0&&$(a,c,u)}};let $=(e,t,n)=>{if("true"==v&&c&&n){fetch(`${e}/player/${n}/favorites/`,{method:"GET",headers:{"X-SessionID":t}}).then((e=>e.json())).then((e=>(i=e,i&&(E(),window.postMessage({type:"UpdateCategoryFavoriteGames",receivedFavoriteResults:i,favStadalone:!0},window.location.href),k(i.items)),i))).then((e=>e)).catch((e=>{console.error(e)}))}},S=(e,t,n,r,i)=>{
|
|
1466
1473
|
// When adding new favored games, the api requires an array with all the current favored games due to the fact that it overwrites the old ones with the ones found in the body of the POST request
|
|
1467
|
-
_.includes(r)||_.push(r);let a={items:_},s={method:"POST",headers:{"X-SessionID":t,"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(a)};fetch(e,s).then((e=>e.json())).then((()=>{window.postMessage({type:`AddFavoriteThumbnail_${r}`},window.location.href),T(e,t)})).catch((e=>{console.error("Err",e)}))};const C=(e,t,n,r,i)=>{_.includes(r)&&(_=_.filter((e=>e!=r))),fetch(`${e}/${r}`,{method:"DELETE",headers:{"X-SessionID":t}}).then((e=>e.json())).then((()=>{window.postMessage({type:`RemoveFavoriteThumbnail_${r}`},window.location.href),T(e,t)}))};let T=(e,t)=>{fetch(e,{method:"GET",headers:{"X-SessionID":t}}).then((e=>e.json())).then((e=>(i=e,
|
|
1474
|
+
_.includes(r)||_.push(r);let a={items:_},s={method:"POST",headers:{"X-SessionID":t,"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(a)};fetch(e,s).then((e=>e.json())).then((()=>{window.postMessage({type:`AddFavoriteThumbnail_${r}`},window.location.href),T(e,t)})).catch((e=>{console.error("Err",e)}))};const C=(e,t,n,r,i)=>{_.includes(r)&&(_=_.filter((e=>e!=r))),fetch(`${e}/${r}`,{method:"DELETE",headers:{"X-SessionID":t}}).then((e=>e.json())).then((()=>{window.postMessage({type:`RemoveFavoriteThumbnail_${r}`},window.location.href),T(e,t)}))};let T=(e,t)=>{fetch(e,{method:"GET",headers:{"X-SessionID":t}}).then((e=>e.json())).then((e=>(i=e,E(),i&&window.postMessage({type:"UpdateCategoryFavoriteGames",receivedFavoriteResults:i,favStadalone:!0},window.location.href),i))).catch((e=>{console.error(e)}))};const E=()=>{window.postMessage({type:"ShowFavoriteSection",receivedFavoriteResults:i},window.location.href)},k=(e=[])=>(
|
|
1468
1475
|
// construct favorite array used to check if game id is not already present in fav list
|
|
1469
|
-
_=[],e.length>0&&e.forEach((e=>{_.push(e.id)})),_);return E((()=>(window.addEventListener("message",x,!1),()=>{window.removeEventListener("message",x)}))),e.$$set=e=>{"endpoint"in e&&n(2,a=e.endpoint),"datasource"in e&&n(3,s=e.datasource),"currency"in e&&n(4,o=e.currency),"lang"in e&&n(5,l=e.lang),"session"in e&&n(0,c=e.session),"userid"in e&&n(1,u=e.userid),"clientstyling"in e&&n(6,d=e.clientstyling),"clientstylingurl"in e&&n(7,h=e.clientstylingurl),"livecasino"in e&&n(8,m=e.livecasino),"integratedgameframemobile"in e&&n(9,f=e.integratedgameframemobile),"integratedgameframedesktop"in e&&n(10,p=e.integratedgameframedesktop),"gamepagemodalurl"in e&&n(11,g=e.gamepagemodalurl),"visiblegames"in e&&n(12,y=e.visiblegames),"favorites"in e&&n(13,v=e.favorites),"categoryid"in e&&n(17,b=e.categoryid),"casinomygames"in e&&n(14,w=e.casinomygames)},e.$$.update=()=>{/*endpoint, userid, session, lang, favorites*/8231&e.$$.dirty&&a&&u&&c&&l&&v&&"true"==v&&$(a,c,u),/*clientstyling, customStylingContainer*/32832&e.$$.dirty&&d&&r&&(()=>{let e=document.createElement("style");e.innerHTML=d,r.appendChild(e)})(),/*clientstylingurl, customStylingContainer*/32896&e.$$.dirty&&h&&r&&(()=>{let e=document.createElement("style");fetch(new URL(h)).then((e=>e.text())).then((t=>{e.innerHTML=t,setTimeout((()=>{r.appendChild(e)}),1)}))})()},[c,u,a,s,o,l,d,h,m,f,p,g,y,v,w,r,$,b,function(e){G[e?"unshift":"push"]((()=>{r=e,n(15,r)}))}]}!customElements.get("casino-games-category-section")&&customElements.define("casino-games-category-section",class extends j{constructor(e){super(),this.shadowRoot.innerHTML='<style>:host{font-family:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.CategoryName,.StatusText{color:var(--emfe-w-color-white, #FFFFFF);font-size:22px;font-weight:500}.CategoryLoadMore{font-size:14px;color:var(--emfe-w-color-white, #FFFFFF)}.NoSearchResults{color:var(--emfe-w-color-white, #FFFFFF);text-align:center;width:100%;padding-left:5px;font-size:16px}.NoRecentSearches{padding-bottom:30px}.NoRecentSearchesCenter{text-align:center}.NoFavoriteGames{color:var(--emfe-w-color-white, #FFFFFF);font-size:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 20px;height:20vh}.NoFavoriteGames .UnfavoredIcon{width:50px;height:50px}.NoFavoriteGames .NoFavoriteText{text-align:center}.NoFavoriteGames .NoFavoriteTextHighlight{font-weight:600;font-size:18px;padding:15px 0}.NoFavoriteGamesMobile{height:50vh}.SearchWaiting{grid-column:1/-1;color:var(--emfe-w-color-white, #FFFFFF);font-size:13px;text-align:center}.CasinoGamesHeader{width:100%;display:flex;align-items:center;justify-content:space-between;padding:8px 5px 0;margin-bottom:16px}.CasinoGamesHeader .CategoryNameLink{display:block;cursor:pointer}.CasinoGamesHeader .CategoryLoadMore{font-weight:normal}.CasinoGamesHeader.Searched{justify-content:center}.CasinoGamesContainer{width:100%;margin-top:24px;padding-bottom:16px}.CasinoGamesGrid{display:grid;gap:16px;grid-template-columns:repeat(auto-fill, minmax(min(192px, 46%), 1fr));grid-template-rows:repeat(auto-fill, 192px);grid-auto-rows:192px;grid-auto-columns:192px;grid-auto-flow:row dense}.CasinoGamesGrid .game-tile-2x1{grid-row:span 2}@media screen and (max-width: 375px){.CasinoGamesGrid .game-tile-2x1{grid-row:span 1}}.CasinoGamesGrid .game-tile-2x2{grid-row:span 2;grid-column:span 2}@media screen and (max-width: 375px){.CasinoGamesGrid .game-tile-2x2{grid-row:span 1;grid-column:span 1}}.CasinoGamesGrid .game-tile-1x2{grid-column:span 2}@media screen and (max-width: 375px){.CasinoGamesGrid .game-tile-1x2{grid-column:span 1}}.CasinoGamesGrid.GamesListIncreasedGap{gap:28px}.CategoryFilterContainer{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media screen and (max-width: 385px){.CasinoGamesGrid{display:grid;gap:16px;grid-template-columns:repeat(auto-fill, minmax(min(110px, 46%), 1fr));grid-template-rows:repeat(auto-fill, 110px);grid-auto-rows:110px;grid-auto-columns:110px}.CasinoGamesGrid.GamesListIncreasedGap{gap:16px}}@media screen and (max-width: 480px){.CasinoGamesGrid{display:grid;gap:16px;grid-template-columns:repeat(auto-fill, minmax(min(122px, 46%), 1fr));grid-template-rows:repeat(auto-fill, 122px);grid-auto-rows:122px;grid-auto-columns:122px}.CasinoGamesGrid.GamesListIncreasedGap{gap:16px}}@media only screen and (max-width: 768px){.CasinoGamesHeader{align-items:unset;flex-direction:row}.CategoryName{margin-bottom:20px}}@media screen and (min-width: 1100px){.CasinoGamesGrid{grid-template-rows:repeat(auto-fill, 142px);grid-auto-rows:142px}}.SearchLoading{display:block;padding:50px;color:var(--emfe-w-color-white, #FFFFFF)}.lds-dual-ring{display:block;width:80px;height:80px;margin:0 auto}.lds-dual-ring:after{content:" ";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border:6px solid var(--emfe-w-color-primary, #D0046C);border-color:var(--emfe-w-color-primary, #D0046C) transparent var(--emfe-w-color-primary, #D0046C) transparent;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}</style>',Y(this,{target:this.shadowRoot,props:T(this.attributes),customElement:!0},na,ea,a,{categoryindex:41,endpoint:1,datasource:2,lang:3,session:4,userid:5,favorites:6,clientstyling:7,clientstylingurl:8,translationurl:42,currency:9,categoryid:0,categorygames:43,livecasino:10,visiblegames:44,gamepagemodalurl:11,integratedgameframedesktop:12,integratedgameframemobile:13,casinomygames:14,addfilterselector:15,addsortingselector:16,filterbylogo:17,once:45,top:46,bottom:47,left:48,right:49},null,[-1,-1,-1]),e&&(e.target&&h(e.target,this,e.anchor),e.props&&(this.$set(e.props),H()))}static get observedAttributes(){return["categoryindex","endpoint","datasource","lang","session","userid","favorites","clientstyling","clientstylingurl","translationurl","currency","categoryid","categorygames","livecasino","visiblegames","gamepagemodalurl","integratedgameframedesktop","integratedgameframemobile","casinomygames","addfilterselector","addsortingselector","filterbylogo","once","top","bottom","left","right"]}get categoryindex(){return this.$$.ctx[41]}set categoryindex(e){this.$$set({categoryindex:e}),H()}get endpoint(){return this.$$.ctx[1]}set endpoint(e){this.$$set({endpoint:e}),H()}get datasource(){return this.$$.ctx[2]}set datasource(e){this.$$set({datasource:e}),H()}get lang(){return this.$$.ctx[3]}set lang(e){this.$$set({lang:e}),H()}get session(){return this.$$.ctx[4]}set session(e){this.$$set({session:e}),H()}get userid(){return this.$$.ctx[5]}set userid(e){this.$$set({userid:e}),H()}get favorites(){return this.$$.ctx[6]}set favorites(e){this.$$set({favorites:e}),H()}get clientstyling(){return this.$$.ctx[7]}set clientstyling(e){this.$$set({clientstyling:e}),H()}get clientstylingurl(){return this.$$.ctx[8]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),H()}get translationurl(){return this.$$.ctx[42]}set translationurl(e){this.$$set({translationurl:e}),H()}get currency(){return this.$$.ctx[9]}set currency(e){this.$$set({currency:e}),H()}get categoryid(){return this.$$.ctx[0]}set categoryid(e){this.$$set({categoryid:e}),H()}get categorygames(){return this.$$.ctx[43]}set categorygames(e){this.$$set({categorygames:e}),H()}get livecasino(){return this.$$.ctx[10]}set livecasino(e){this.$$set({livecasino:e}),H()}get visiblegames(){return this.$$.ctx[44]}set visiblegames(e){this.$$set({visiblegames:e}),H()}get gamepagemodalurl(){return this.$$.ctx[11]}set gamepagemodalurl(e){this.$$set({gamepagemodalurl:e}),H()}get integratedgameframedesktop(){return this.$$.ctx[12]}set integratedgameframedesktop(e){this.$$set({integratedgameframedesktop:e}),H()}get integratedgameframemobile(){return this.$$.ctx[13]}set integratedgameframemobile(e){this.$$set({integratedgameframemobile:e}),H()}get casinomygames(){return this.$$.ctx[14]}set casinomygames(e){this.$$set({casinomygames:e}),H()}get addfilterselector(){return this.$$.ctx[15]}set addfilterselector(e){this.$$set({addfilterselector:e}),H()}get addsortingselector(){return this.$$.ctx[16]}set addsortingselector(e){this.$$set({addsortingselector:e}),H()}get filterbylogo(){return this.$$.ctx[17]}set filterbylogo(e){this.$$set({filterbylogo:e}),H()}get once(){return this.$$.ctx[45]}set once(e){this.$$set({once:e}),H()}get top(){return this.$$.ctx[46]}set top(e){this.$$set({top:e}),H()}get bottom(){return this.$$.ctx[47]}set bottom(e){this.$$set({bottom:e}),H()}get left(){return this.$$.ctx[48]}set left(e){this.$$set({left:e}),H()}get right(){return this.$$.ctx[49]}set right(e){this.$$set({right:e}),H()}});function aa(e,t){Vn(e,t)}!customElements.get("casino-favorites-section")&&customElements.define("casino-favorites-section",class extends j{constructor(e){super(),this.shadowRoot.innerHTML="<style>.CasinoFavoritesSectionContainer{background:var(--emfe-w-color-contrast, #07072A);color:var(--emfe-w-color-white, #FFFFFF)}</style>",Y(this,{target:this.shadowRoot,props:T(this.attributes),customElement:!0},ia,ra,a,{endpoint:2,datasource:3,currency:4,lang:5,session:0,userid:1,clientstyling:6,clientstylingurl:7,livecasino:8,integratedgameframemobile:9,integratedgameframedesktop:10,gamepagemodalurl:11,visiblegames:12,favorites:13,categoryid:17,casinomygames:14},null),e&&(e.target&&h(e.target,this,e.anchor),e.props&&(this.$set(e.props),H()))}static get observedAttributes(){return["endpoint","datasource","currency","lang","session","userid","clientstyling","clientstylingurl","livecasino","integratedgameframemobile","integratedgameframedesktop","gamepagemodalurl","visiblegames","favorites","categoryid","casinomygames"]}get endpoint(){return this.$$.ctx[2]}set endpoint(e){this.$$set({endpoint:e}),H()}get datasource(){return this.$$.ctx[3]}set datasource(e){this.$$set({datasource:e}),H()}get currency(){return this.$$.ctx[4]}set currency(e){this.$$set({currency:e}),H()}get lang(){return this.$$.ctx[5]}set lang(e){this.$$set({lang:e}),H()}get session(){return this.$$.ctx[0]}set session(e){this.$$set({session:e}),H()}get userid(){return this.$$.ctx[1]}set userid(e){this.$$set({userid:e}),H()}get clientstyling(){return this.$$.ctx[6]}set clientstyling(e){this.$$set({clientstyling:e}),H()}get clientstylingurl(){return this.$$.ctx[7]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),H()}get livecasino(){return this.$$.ctx[8]}set livecasino(e){this.$$set({livecasino:e}),H()}get integratedgameframemobile(){return this.$$.ctx[9]}set integratedgameframemobile(e){this.$$set({integratedgameframemobile:e}),H()}get integratedgameframedesktop(){return this.$$.ctx[10]}set integratedgameframedesktop(e){this.$$set({integratedgameframedesktop:e}),H()}get gamepagemodalurl(){return this.$$.ctx[11]}set gamepagemodalurl(e){this.$$set({gamepagemodalurl:e}),H()}get visiblegames(){return this.$$.ctx[12]}set visiblegames(e){this.$$set({visiblegames:e}),H()}get favorites(){return this.$$.ctx[13]}set favorites(e){this.$$set({favorites:e}),H()}get categoryid(){return this.$$.ctx[17]}set categoryid(e){this.$$set({categoryid:e}),H()}get casinomygames(){return this.$$.ctx[14]}set casinomygames(e){this.$$set({casinomygames:e}),H()}});const sa={en:{LastPlayedTranslations:{noRecentGames:"You haven't played yet but here you will find in the future a list of your games."}},de:{LastPlayedTranslations:{noRecentGames:"Du hast bisher noch nicht gespielt, aber hier findest du in Zukunft eine Liste deiner Spiele."}}};
|
|
1476
|
+
_=[],e.length>0&&e.forEach((e=>{_.push(e.id)})),_);return M((()=>(window.addEventListener("message",x,!1),()=>{window.removeEventListener("message",x)}))),e.$$set=e=>{"endpoint"in e&&n(2,a=e.endpoint),"datasource"in e&&n(3,s=e.datasource),"currency"in e&&n(4,o=e.currency),"lang"in e&&n(5,l=e.lang),"session"in e&&n(0,c=e.session),"userid"in e&&n(1,u=e.userid),"clientstyling"in e&&n(6,d=e.clientstyling),"clientstylingurl"in e&&n(7,h=e.clientstylingurl),"livecasino"in e&&n(8,m=e.livecasino),"integratedgameframemobile"in e&&n(9,f=e.integratedgameframemobile),"integratedgameframedesktop"in e&&n(10,p=e.integratedgameframedesktop),"gamepagemodalurl"in e&&n(11,g=e.gamepagemodalurl),"visiblegames"in e&&n(12,y=e.visiblegames),"favorites"in e&&n(13,v=e.favorites),"categoryid"in e&&n(17,b=e.categoryid),"casinomygames"in e&&n(14,w=e.casinomygames)},e.$$.update=()=>{/*endpoint, userid, session, lang, favorites*/8231&e.$$.dirty&&a&&u&&c&&l&&v&&"true"==v&&$(a,c,u),/*clientstyling, customStylingContainer*/32832&e.$$.dirty&&d&&r&&(()=>{let e=document.createElement("style");e.innerHTML=d,r.appendChild(e)})(),/*clientstylingurl, customStylingContainer*/32896&e.$$.dirty&&h&&r&&(()=>{let e=document.createElement("style");fetch(new URL(h)).then((e=>e.text())).then((t=>{e.innerHTML=t,setTimeout((()=>{r.appendChild(e)}),1)}))})()},[c,u,a,s,o,l,d,h,m,f,p,g,y,v,w,r,$,b,function(e){F[e?"unshift":"push"]((()=>{r=e,n(15,r)}))}]}!customElements.get("casino-games-category-section")&&customElements.define("casino-games-category-section",class extends Y{constructor(e){super(),this.shadowRoot.innerHTML='<style>:host{font-family:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.CategoryName,.StatusText{color:var(--emfe-w-color-white, #FFFFFF);font-size:22px;font-weight:500}.CategoryLoadMore{font-size:14px;color:var(--emfe-w-color-white, #FFFFFF)}.NoSearchResults{color:var(--emfe-w-color-white, #FFFFFF);text-align:center;width:100%;padding-left:5px;font-size:16px}.NoRecentSearches{padding-bottom:30px}.NoRecentSearchesCenter{text-align:center}.NoFavoriteGames{color:var(--emfe-w-color-white, #FFFFFF);font-size:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 20px;height:20vh}.NoFavoriteGames .NoFavoriteText{text-align:center}.NoFavoriteGames .NoFavoriteTextHighlight{font-weight:600;font-size:18px;padding:15px 0}.NoFavoriteGamesMobile{height:50vh}.SearchWaiting{grid-column:1/-1;color:var(--emfe-w-color-white, #FFFFFF);font-size:13px;text-align:center}.CasinoGamesHeader{width:100%;display:flex;align-items:center;justify-content:space-between;padding:8px 5px 0;margin-bottom:16px}.CasinoGamesHeader .CategoryNameLink{display:block;cursor:pointer}.CasinoGamesHeader .CategoryLoadMore{font-weight:normal}.CasinoGamesHeader.Searched{justify-content:center}.CasinoGamesContainer{width:100%;margin-top:24px;padding-bottom:16px}.CasinoGamesGrid{display:grid;gap:16px;grid-template-columns:repeat(auto-fill, minmax(min(192px, 46%), 1fr));grid-template-rows:repeat(auto-fill, 192px);grid-auto-rows:192px;grid-auto-columns:192px;grid-auto-flow:row dense}.CasinoGamesGrid .game-tile-2x1{grid-row:span 2}@media screen and (max-width: 375px){.CasinoGamesGrid .game-tile-2x1{grid-row:span 1}}.CasinoGamesGrid .game-tile-2x2{grid-row:span 2;grid-column:span 2}@media screen and (max-width: 375px){.CasinoGamesGrid .game-tile-2x2{grid-row:span 1;grid-column:span 1}}.CasinoGamesGrid .game-tile-1x2{grid-column:span 2}@media screen and (max-width: 375px){.CasinoGamesGrid .game-tile-1x2{grid-column:span 1}}.CasinoGamesGrid.GamesListIncreasedGap{gap:28px}.CategoryFilterContainer{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media screen and (max-width: 385px){.CasinoGamesGrid{display:grid;gap:16px;grid-template-columns:repeat(auto-fill, minmax(min(110px, 46%), 1fr));grid-template-rows:repeat(auto-fill, 110px);grid-auto-rows:110px;grid-auto-columns:110px}.CasinoGamesGrid.GamesListIncreasedGap{gap:16px}}@media screen and (max-width: 480px){.CasinoGamesGrid{display:grid;gap:16px;grid-template-columns:repeat(auto-fill, minmax(min(122px, 46%), 1fr));grid-template-rows:repeat(auto-fill, 122px);grid-auto-rows:122px;grid-auto-columns:122px}.CasinoGamesGrid.GamesListIncreasedGap{gap:16px}}@media only screen and (max-width: 768px){.CasinoGamesHeader{align-items:unset;flex-direction:row}.CategoryName{margin-bottom:20px}}@media screen and (min-width: 1100px){.CasinoGamesGrid{grid-template-rows:repeat(auto-fill, 142px);grid-auto-rows:142px}}.SearchLoading{display:block;padding:50px;color:var(--emfe-w-color-white, #FFFFFF)}.lds-dual-ring{display:block;width:80px;height:80px;margin:0 auto}.lds-dual-ring:after{content:" ";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border:6px solid var(--emfe-w-color-primary, #D0046C);border-color:var(--emfe-w-color-primary, #D0046C) transparent var(--emfe-w-color-primary, #D0046C) transparent;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}</style>',U(this,{target:this.shadowRoot,props:C(this.attributes),customElement:!0},na,ea,a,{categoryindex:41,endpoint:1,datasource:2,lang:3,session:4,userid:5,favorites:6,clientstyling:7,clientstylingurl:8,translationurl:42,currency:9,categoryid:0,categorygames:43,livecasino:10,visiblegames:44,gamepagemodalurl:11,integratedgameframedesktop:12,integratedgameframemobile:13,casinomygames:14,addfilterselector:15,addsortingselector:16,filterbylogo:17,once:45,top:46,bottom:47,left:48,right:49},null,[-1,-1,-1]),e&&(e.target&&h(e.target,this,e.anchor),e.props&&(this.$set(e.props),N()))}static get observedAttributes(){return["categoryindex","endpoint","datasource","lang","session","userid","favorites","clientstyling","clientstylingurl","translationurl","currency","categoryid","categorygames","livecasino","visiblegames","gamepagemodalurl","integratedgameframedesktop","integratedgameframemobile","casinomygames","addfilterselector","addsortingselector","filterbylogo","once","top","bottom","left","right"]}get categoryindex(){return this.$$.ctx[41]}set categoryindex(e){this.$$set({categoryindex:e}),N()}get endpoint(){return this.$$.ctx[1]}set endpoint(e){this.$$set({endpoint:e}),N()}get datasource(){return this.$$.ctx[2]}set datasource(e){this.$$set({datasource:e}),N()}get lang(){return this.$$.ctx[3]}set lang(e){this.$$set({lang:e}),N()}get session(){return this.$$.ctx[4]}set session(e){this.$$set({session:e}),N()}get userid(){return this.$$.ctx[5]}set userid(e){this.$$set({userid:e}),N()}get favorites(){return this.$$.ctx[6]}set favorites(e){this.$$set({favorites:e}),N()}get clientstyling(){return this.$$.ctx[7]}set clientstyling(e){this.$$set({clientstyling:e}),N()}get clientstylingurl(){return this.$$.ctx[8]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),N()}get translationurl(){return this.$$.ctx[42]}set translationurl(e){this.$$set({translationurl:e}),N()}get currency(){return this.$$.ctx[9]}set currency(e){this.$$set({currency:e}),N()}get categoryid(){return this.$$.ctx[0]}set categoryid(e){this.$$set({categoryid:e}),N()}get categorygames(){return this.$$.ctx[43]}set categorygames(e){this.$$set({categorygames:e}),N()}get livecasino(){return this.$$.ctx[10]}set livecasino(e){this.$$set({livecasino:e}),N()}get visiblegames(){return this.$$.ctx[44]}set visiblegames(e){this.$$set({visiblegames:e}),N()}get gamepagemodalurl(){return this.$$.ctx[11]}set gamepagemodalurl(e){this.$$set({gamepagemodalurl:e}),N()}get integratedgameframedesktop(){return this.$$.ctx[12]}set integratedgameframedesktop(e){this.$$set({integratedgameframedesktop:e}),N()}get integratedgameframemobile(){return this.$$.ctx[13]}set integratedgameframemobile(e){this.$$set({integratedgameframemobile:e}),N()}get casinomygames(){return this.$$.ctx[14]}set casinomygames(e){this.$$set({casinomygames:e}),N()}get addfilterselector(){return this.$$.ctx[15]}set addfilterselector(e){this.$$set({addfilterselector:e}),N()}get addsortingselector(){return this.$$.ctx[16]}set addsortingselector(e){this.$$set({addsortingselector:e}),N()}get filterbylogo(){return this.$$.ctx[17]}set filterbylogo(e){this.$$set({filterbylogo:e}),N()}get once(){return this.$$.ctx[45]}set once(e){this.$$set({once:e}),N()}get top(){return this.$$.ctx[46]}set top(e){this.$$set({top:e}),N()}get bottom(){return this.$$.ctx[47]}set bottom(e){this.$$set({bottom:e}),N()}get left(){return this.$$.ctx[48]}set left(e){this.$$set({left:e}),N()}get right(){return this.$$.ctx[49]}set right(e){this.$$set({right:e}),N()}});function aa(e,t){Wn(e,t)}!customElements.get("casino-favorites-section")&&customElements.define("casino-favorites-section",class extends Y{constructor(e){super(),this.shadowRoot.innerHTML="<style>.CasinoFavoritesSectionContainer{background:var(--emfe-w-color-contrast, #07072A);color:var(--emfe-w-color-white, #FFFFFF)}</style>",U(this,{target:this.shadowRoot,props:C(this.attributes),customElement:!0},ia,ra,a,{endpoint:2,datasource:3,currency:4,lang:5,session:0,userid:1,clientstyling:6,clientstylingurl:7,livecasino:8,integratedgameframemobile:9,integratedgameframedesktop:10,gamepagemodalurl:11,visiblegames:12,favorites:13,categoryid:17,casinomygames:14},null),e&&(e.target&&h(e.target,this,e.anchor),e.props&&(this.$set(e.props),N()))}static get observedAttributes(){return["endpoint","datasource","currency","lang","session","userid","clientstyling","clientstylingurl","livecasino","integratedgameframemobile","integratedgameframedesktop","gamepagemodalurl","visiblegames","favorites","categoryid","casinomygames"]}get endpoint(){return this.$$.ctx[2]}set endpoint(e){this.$$set({endpoint:e}),N()}get datasource(){return this.$$.ctx[3]}set datasource(e){this.$$set({datasource:e}),N()}get currency(){return this.$$.ctx[4]}set currency(e){this.$$set({currency:e}),N()}get lang(){return this.$$.ctx[5]}set lang(e){this.$$set({lang:e}),N()}get session(){return this.$$.ctx[0]}set session(e){this.$$set({session:e}),N()}get userid(){return this.$$.ctx[1]}set userid(e){this.$$set({userid:e}),N()}get clientstyling(){return this.$$.ctx[6]}set clientstyling(e){this.$$set({clientstyling:e}),N()}get clientstylingurl(){return this.$$.ctx[7]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),N()}get livecasino(){return this.$$.ctx[8]}set livecasino(e){this.$$set({livecasino:e}),N()}get integratedgameframemobile(){return this.$$.ctx[9]}set integratedgameframemobile(e){this.$$set({integratedgameframemobile:e}),N()}get integratedgameframedesktop(){return this.$$.ctx[10]}set integratedgameframedesktop(e){this.$$set({integratedgameframedesktop:e}),N()}get gamepagemodalurl(){return this.$$.ctx[11]}set gamepagemodalurl(e){this.$$set({gamepagemodalurl:e}),N()}get visiblegames(){return this.$$.ctx[12]}set visiblegames(e){this.$$set({visiblegames:e}),N()}get favorites(){return this.$$.ctx[13]}set favorites(e){this.$$set({favorites:e}),N()}get categoryid(){return this.$$.ctx[17]}set categoryid(e){this.$$set({categoryid:e}),N()}get casinomygames(){return this.$$.ctx[14]}set casinomygames(e){this.$$set({casinomygames:e}),N()}});const sa={en:{LastPlayedTranslations:{noRecentGames:"You haven't played yet but here you will find in the future a list of your games."}},de:{LastPlayedTranslations:{noRecentGames:"Du hast bisher noch nicht gespielt, aber hier findest du in Zukunft eine Liste deiner Spiele."}}};
|
|
1470
1477
|
/* ../casino-last-played-section/src/CasinoLastPlayedSection.svelte generated by Svelte v3.48.0 */function oa(e){let t;return{c(){t=p("casino-games-category-section"),x(t,"session",/*session*/e[4]),x(t,"userid",/*userid*/e[5]),x(t,"endpoint",/*endpoint*/e[0]),x(t,"datasource",/*datasource*/e[1]),x(t,"lang",/*lang*/e[3]),x(t,"currency",/*currency*/e[2]),x(t,"favorites",/*favorites*/e[13]),x(t,"categoryid","LASTPLAYED"),x(t,"categoryindex","1"),x(t,"categorygames","9"),x(t,"class","CategoryContainer"),x(t,"clientstyling",/*clientstyling*/e[6]),x(t,"clientstylingurl",/*clientstylingurl*/e[7]),x(t,"livecasino",/*livecasino*/e[8]),x(t,"visiblegames",/*visiblegames*/e[12]),x(t,"gamepagemodalurl",/*gamepagemodalurl*/e[11]),x(t,"integratedgameframedesktop",/*integratedgameframedesktop*/e[10]),x(t,"integratedgameframemobile",/*integratedgameframemobile*/e[9]),x(t,"casinomygames",/*casinomygames*/e[14])},m(e,n){h(e,t,n)},p(e,n){/*session*/16&n[0]&&x(t,"session",/*session*/e[4]),/*userid*/32&n[0]&&x(t,"userid",/*userid*/e[5]),/*endpoint*/1&n[0]&&x(t,"endpoint",/*endpoint*/e[0]),/*datasource*/2&n[0]&&x(t,"datasource",/*datasource*/e[1]),/*lang*/8&n[0]&&x(t,"lang",/*lang*/e[3]),/*currency*/4&n[0]&&x(t,"currency",/*currency*/e[2]),/*favorites*/8192&n[0]&&x(t,"favorites",/*favorites*/e[13]),/*clientstyling*/64&n[0]&&x(t,"clientstyling",/*clientstyling*/e[6]),/*clientstylingurl*/128&n[0]&&x(t,"clientstylingurl",/*clientstylingurl*/e[7]),/*livecasino*/256&n[0]&&x(t,"livecasino",/*livecasino*/e[8]),/*visiblegames*/4096&n[0]&&x(t,"visiblegames",/*visiblegames*/e[12]),/*gamepagemodalurl*/2048&n[0]&&x(t,"gamepagemodalurl",/*gamepagemodalurl*/e[11]),/*integratedgameframedesktop*/1024&n[0]&&x(t,"integratedgameframedesktop",/*integratedgameframedesktop*/e[10]),/*integratedgameframemobile*/512&n[0]&&x(t,"integratedgameframemobile",/*integratedgameframemobile*/e[9]),/*casinomygames*/16384&n[0]&&x(t,"casinomygames",/*casinomygames*/e[14])},d(e){e&&m(t)}}}
|
|
1471
1478
|
// (135:4) {#if lastPlayedEmpty}
|
|
1472
1479
|
function la(e){let t,n,r=/*$_*/e[17]("LastPlayedTranslations.noRecentGames")+"";return{c(){t=p("p"),n=y(r),_(t,"class","SearchLoading")},m(e,r){h(e,t,r),d(t,n)},p(e,t){/*$_*/131072&t[0]&&r!==(r=/*$_*/e[17]("LastPlayedTranslations.noRecentGames")+"")&&$(n,r)},d(e){e&&m(t)}}}function ca(t){let n,r;function i(e,t){/*lastPlayedEmpty*/
|
|
1473
1480
|
return e[16]?la:oa}let a=i(t),s=a(t);return{c(){n=p("div"),r=p("div"),s.c(),this.c=e,_(r,"class","CasinoLastPlayedSection"),_(n,"class","CasinoGamesCategorySectionContainer")},m(e,i){h(e,n,i),d(n,r),s.m(r,null),
|
|
1474
1481
|
/*div1_binding*/t[23](n)},p(e,t){a===(a=i(e))&&s?s.p(e,t):(s.d(1),s=a(e),s&&(s.c(),s.m(r,null)))},i:e,o:e,d(e){e&&m(n),s.d(),
|
|
1475
|
-
/*div1_binding*/t[23](null)}}}function ua(e,t,n){let r;u(e,
|
|
1482
|
+
/*div1_binding*/t[23](null)}}}function ua(e,t,n){let r;u(e,br,(e=>n(17,r=e)));let i,a,{endpoint:s=""}=t,{datasource:o=""}=t,{currency:l=""}=t,{lang:c=""}=t,{session:d=""}=t,{userid:h=""}=t,{clientstyling:m=""}=t,{clientstylingurl:f=""}=t,{translationurl:p=""}=t,{livecasino:g="false"}=t,{integratedgameframemobile:y="false"}=t,{integratedgameframedesktop:v="false"}=t,{gamepagemodalurl:b="false"}=t,{visiblegames:w=""}=t,{favorites:_=""}=t,{lastplayedperiod:x="Last30Days"}=t,{lastplayedorder:$=""}=t,{lastplayedlimit:S=""}=t,{casinomygames:C="false"}=t,{lastplayedunique:T="true"}=t,M=window.navigator.userAgent,E=!1,k=[];Object.keys(sa).forEach((e=>{aa(e,sa[e])}));const L=()=>{new Promise(((e,t)=>{let n=new URL(`${s}/player/${h}/games/last-played`);n.searchParams.append("unique",T),n.searchParams.append("limit",S),n.searchParams.append("order",$),n.searchParams.append("period",x),"PC"===_r(M)?n.searchParams.append("device","Desktop"):n.searchParams.append("device","Mobile"),i=g?n:n.href,fetch(i).then((e=>e.json())).then((t=>{t.items=t.items.filter((e=>{let n=!0;return"OddsMatrix2"==e.gameCode&&(t.count--,n=!1),n})),e(t),window.postMessage({type:"AddNewCategory",category:{name:"Last Played",id:"LASTPLAYED"}},window.location.href),window.postMessage({type:"LastPlayedGames",data:t},window.location.href)})).catch((e=>{console.error(e),t(e)}))})).then((e=>{if(window.postMessage({type:"GetFavoredGame"},window.location.href),e.count>0){let t=[];e.items.forEach((e=>{let n=new URL(`${s}/casino/games/${e.gameId}`);n.searchParams.append("datasource",o),t.push(fetch(n.href).then((e=>e.json())))})),Promise.all(t).then((e=>{k=e.map((e=>e[0])),window.postMessage({type:"LastPlayedData",lastPlayedGames:k},window.location.href)}))}else n(16,E=!0)}))},G=()=>{var e;e=c,or.set(e)};return e.$$set=e=>{"endpoint"in e&&n(0,s=e.endpoint),"datasource"in e&&n(1,o=e.datasource),"currency"in e&&n(2,l=e.currency),"lang"in e&&n(3,c=e.lang),"session"in e&&n(4,d=e.session),"userid"in e&&n(5,h=e.userid),"clientstyling"in e&&n(6,m=e.clientstyling),"clientstylingurl"in e&&n(7,f=e.clientstylingurl),"translationurl"in e&&n(18,p=e.translationurl),"livecasino"in e&&n(8,g=e.livecasino),"integratedgameframemobile"in e&&n(9,y=e.integratedgameframemobile),"integratedgameframedesktop"in e&&n(10,v=e.integratedgameframedesktop),"gamepagemodalurl"in e&&n(11,b=e.gamepagemodalurl),"visiblegames"in e&&n(12,w=e.visiblegames),"favorites"in e&&n(13,_=e.favorites),"lastplayedperiod"in e&&n(19,x=e.lastplayedperiod),"lastplayedorder"in e&&n(20,$=e.lastplayedorder),"lastplayedlimit"in e&&n(21,S=e.lastplayedlimit),"casinomygames"in e&&n(14,C=e.casinomygames),"lastplayedunique"in e&&n(22,T=e.lastplayedunique)},e.$$.update=()=>{/*endpoint, userid, lang*/41&e.$$.dirty[0]&&s&&h&&c&&L(),/*translationurl*/262144&e.$$.dirty[0]&&p&&(()=>{let e=translationUrl;fetch(e).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{aa(t,e[t])}))})).catch((e=>{console.log(e)}))})(),/*clientstyling, customStylingContainer*/32832&e.$$.dirty[0]&&m&&a&&(()=>{let e=document.createElement("style");e.innerHTML=m,a.appendChild(e)})(),/*clientstylingurl, customStylingContainer*/32896&e.$$.dirty[0]&&f&&a&&(()=>{let e=document.createElement("style");fetch(new URL(f)).then((e=>e.text())).then((t=>{e.innerHTML=t,setTimeout((()=>{a.appendChild(e)}),1)}))})(),/*lang*/8&e.$$.dirty[0]&&c&&G()},[s,o,l,c,d,h,m,f,g,y,v,b,w,_,C,a,E,r,p,x,$,S,T,function(e){F[e?"unshift":"push"]((()=>{a=e,n(15,a)}))}]}
|
|
1476
1483
|
/* ../casino-most-played-section/src/CasinoMostPlayedSection.svelte generated by Svelte v3.48.0 */
|
|
1477
|
-
function da(e){let t;return{c(){t=p("casino-games-category-section"),x(t,"session",/*session*/e[4]),x(t,"userid",/*userid*/e[5]),x(t,"endpoint",/*endpoint*/e[0]),x(t,"datasource",/*datasource*/e[1]),x(t,"lang",/*lang*/e[3]),x(t,"currency",/*currency*/e[2]),x(t,"favorites",/*favorites*/e[13]),x(t,"categoryid","MOSTPLAYED"),x(t,"categoryindex","1"),x(t,"categorygames","9"),x(t,"class","CategoryContainer"),x(t,"clientstyling",/*clientstyling*/e[6]),x(t,"clientstylingurl",/*clientstylingurl*/e[7]),x(t,"livecasino",/*livecasino*/e[8]),x(t,"visiblegames",/*visiblegames*/e[12]),x(t,"gamepagemodalurl",/*gamepagemodalurl*/e[11]),x(t,"integratedgameframedesktop",/*integratedgameframedesktop*/e[10]),x(t,"integratedgameframemobile",/*integratedgameframemobile*/e[9]),x(t,"casinomygames",/*casinomygames*/e[14])},m(e,n){h(e,t,n)},p(e,n){/*session*/16&n&&x(t,"session",/*session*/e[4]),/*userid*/32&n&&x(t,"userid",/*userid*/e[5]),/*endpoint*/1&n&&x(t,"endpoint",/*endpoint*/e[0]),/*datasource*/2&n&&x(t,"datasource",/*datasource*/e[1]),/*lang*/8&n&&x(t,"lang",/*lang*/e[3]),/*currency*/4&n&&x(t,"currency",/*currency*/e[2]),/*favorites*/8192&n&&x(t,"favorites",/*favorites*/e[13]),/*clientstyling*/64&n&&x(t,"clientstyling",/*clientstyling*/e[6]),/*clientstylingurl*/128&n&&x(t,"clientstylingurl",/*clientstylingurl*/e[7]),/*livecasino*/256&n&&x(t,"livecasino",/*livecasino*/e[8]),/*visiblegames*/4096&n&&x(t,"visiblegames",/*visiblegames*/e[12]),/*gamepagemodalurl*/2048&n&&x(t,"gamepagemodalurl",/*gamepagemodalurl*/e[11]),/*integratedgameframedesktop*/1024&n&&x(t,"integratedgameframedesktop",/*integratedgameframedesktop*/e[10]),/*integratedgameframemobile*/512&n&&x(t,"integratedgameframemobile",/*integratedgameframemobile*/e[9]),/*casinomygames*/16384&n&&x(t,"casinomygames",/*casinomygames*/e[14])},d(e){e&&m(t)}}}
|
|
1478
|
-
// (
|
|
1484
|
+
function da(e){let t;return{c(){t=p("casino-games-category-section"),x(t,"session",/*session*/e[4]),x(t,"userid",/*userid*/e[5]),x(t,"endpoint",/*endpoint*/e[0]),x(t,"datasource",/*datasource*/e[1]),x(t,"lang",/*lang*/e[3]),x(t,"currency",/*currency*/e[2]),x(t,"favorites",/*favorites*/e[13]),x(t,"categoryid","MOSTPLAYED"),x(t,"categoryindex","1"),x(t,"categorygames","9"),x(t,"class","CategoryContainer"),x(t,"clientstyling",/*clientstyling*/e[6]),x(t,"clientstylingurl",/*clientstylingurl*/e[7]),x(t,"livecasino",/*livecasino*/e[8]),x(t,"visiblegames",/*visiblegames*/e[12]),x(t,"gamepagemodalurl",/*gamepagemodalurl*/e[11]),x(t,"integratedgameframedesktop",/*integratedgameframedesktop*/e[10]),x(t,"integratedgameframemobile",/*integratedgameframemobile*/e[9]),x(t,"casinomygames",/*casinomygames*/e[14])},m(e,n){h(e,t,n)},p(e,n){/*session*/16&n[0]&&x(t,"session",/*session*/e[4]),/*userid*/32&n[0]&&x(t,"userid",/*userid*/e[5]),/*endpoint*/1&n[0]&&x(t,"endpoint",/*endpoint*/e[0]),/*datasource*/2&n[0]&&x(t,"datasource",/*datasource*/e[1]),/*lang*/8&n[0]&&x(t,"lang",/*lang*/e[3]),/*currency*/4&n[0]&&x(t,"currency",/*currency*/e[2]),/*favorites*/8192&n[0]&&x(t,"favorites",/*favorites*/e[13]),/*clientstyling*/64&n[0]&&x(t,"clientstyling",/*clientstyling*/e[6]),/*clientstylingurl*/128&n[0]&&x(t,"clientstylingurl",/*clientstylingurl*/e[7]),/*livecasino*/256&n[0]&&x(t,"livecasino",/*livecasino*/e[8]),/*visiblegames*/4096&n[0]&&x(t,"visiblegames",/*visiblegames*/e[12]),/*gamepagemodalurl*/2048&n[0]&&x(t,"gamepagemodalurl",/*gamepagemodalurl*/e[11]),/*integratedgameframedesktop*/1024&n[0]&&x(t,"integratedgameframedesktop",/*integratedgameframedesktop*/e[10]),/*integratedgameframemobile*/512&n[0]&&x(t,"integratedgameframemobile",/*integratedgameframemobile*/e[9]),/*casinomygames*/16384&n[0]&&x(t,"casinomygames",/*casinomygames*/e[14])},d(e){e&&m(t)}}}
|
|
1485
|
+
// (135:4) {#if mostPlayedEmpty}
|
|
1479
1486
|
function ha(t){let n;return{c(){n=p("p"),n.textContent="No games in most played",_(n,"class","SearchLoading"),_(n,"part","SearchLoading")},m(e,t){h(e,n,t)},p:e,d(e){e&&m(n)}}}function ma(t){let n,r;function i(e,t){/*mostPlayedEmpty*/
|
|
1480
1487
|
return e[16]?ha:da}let a=i(t),s=a(t);return{c(){n=p("div"),r=p("div"),s.c(),this.c=e,_(r,"class","casino-most-played-section"),_(n,"class","CasinoGamesCategorySectionContainer"),_(n,"part","CasinoGamesCategorySectionContainer")},m(e,i){h(e,n,i),d(n,r),s.m(r,null),
|
|
1481
|
-
/*div1_binding*/t[
|
|
1482
|
-
/*div1_binding*/t[
|
|
1488
|
+
/*div1_binding*/t[20](n)},p(e,t){a===(a=i(e))&&s?s.p(e,t):(s.d(1),s=a(e),s&&(s.c(),s.m(r,null)))},i:e,o:e,d(e){e&&m(n),s.d(),
|
|
1489
|
+
/*div1_binding*/t[20](null)}}}function fa(e,t,n){let r,i,{endpoint:a=""}=t,{datasource:s=""}=t,{currency:o=""}=t,{lang:l=""}=t,{session:c=""}=t,{userid:u=""}=t,{clientstyling:d=""}=t,{clientstylingurl:h=""}=t,{livecasino:m="false"}=t,{integratedgameframemobile:f="false"}=t,{integratedgameframedesktop:p="false"}=t,{gamepagemodalurl:g="false"}=t,{visiblegames:y}=t,{favorites:v=""}=t,{lastPlayedEmpty:b=""}=t,{casinomygames:w="false"}=t,{mostplayedperiod:_="Last30Days"}=t,{mostplayedrounds:x="10"}=t,$=window.navigator.userAgent,S=[],C=!1;const T=()=>{(e=>{let t=new URL(`${a}/player/${u}/games/most-played`);e.limit&&t.searchParams.append("limit",e.limit),e.order&&t.searchParams.append("order",e.order),t.searchParams.append("expand","games"),t.searchParams.append("period",_);let n=e.device;return n?"PC"===n?t.searchParams.append("device","Desktop"):t.searchParams.append("device","Mobile"):t.searchParams.append("device","All"),e.rounds&&t.searchParams.append("rounds",e.rounds),r=m?t:t.href,new Promise(((e,t)=>{fetch(r).then((e=>e.json())).then((t=>{t.items=t.items.filter((e=>{let n=!0;return"OddsMatrix2"==e.gameCode&&(t.count--,n=!1),n})),e(t)})).catch((e=>{console.error(e),t(e)}))}))})({limit:100,device:_r($),rounds:x}).then((e=>{if(window.postMessage({type:"GetFavoredGame"},window.location.href),e.count>0){let t=[];e.items.forEach((e=>{let n=new URL(`${a}/casino/games/${e.gameId}`);n.searchParams.append("datasource",s),t.push(fetch(n.href).then((e=>e.json())))})),Promise.all(t).then((e=>{S=e.map((e=>e[0])),"true"===w&&(S=S.slice(0,JSON.parse(y))),window.postMessage({type:"MostPlayedData",mostPlayedGames:S},window.location.href)}))}else n(16,C=!0)}))},M=()=>{var e;e=l,or.set(e)};return e.$$set=e=>{"endpoint"in e&&n(0,a=e.endpoint),"datasource"in e&&n(1,s=e.datasource),"currency"in e&&n(2,o=e.currency),"lang"in e&&n(3,l=e.lang),"session"in e&&n(4,c=e.session),"userid"in e&&n(5,u=e.userid),"clientstyling"in e&&n(6,d=e.clientstyling),"clientstylingurl"in e&&n(7,h=e.clientstylingurl),"livecasino"in e&&n(8,m=e.livecasino),"integratedgameframemobile"in e&&n(9,f=e.integratedgameframemobile),"integratedgameframedesktop"in e&&n(10,p=e.integratedgameframedesktop),"gamepagemodalurl"in e&&n(11,g=e.gamepagemodalurl),"visiblegames"in e&&n(12,y=e.visiblegames),"favorites"in e&&n(13,v=e.favorites),"lastPlayedEmpty"in e&&n(17,b=e.lastPlayedEmpty),"casinomygames"in e&&n(14,w=e.casinomygames),"mostplayedperiod"in e&&n(18,_=e.mostplayedperiod),"mostplayedrounds"in e&&n(19,x=e.mostplayedrounds)},e.$$.update=()=>{/*endpoint, userid, lang*/41&e.$$.dirty[0]&&a&&u&&l&&T(),/*clientstyling, customStylingContainer*/32832&e.$$.dirty[0]&&d&&i&&(()=>{let e=document.createElement("style");e.innerHTML=d,i.appendChild(e)})(),/*clientstylingurl, customStylingContainer*/32896&e.$$.dirty[0]&&h&&i&&(()=>{let e=document.createElement("style");fetch(new URL(h)).then((e=>e.text())).then((t=>{e.innerHTML=t,setTimeout((()=>{i.appendChild(e)}),1)}))})(),/*lang*/8&e.$$.dirty[0]&&l&&M()},[a,s,o,l,c,u,d,h,m,f,p,g,y,v,w,i,C,b,_,x,function(e){F[e?"unshift":"push"]((()=>{i=e,n(15,i)}))}]}!customElements.get("casino-last-played-section")&&customElements.define("casino-last-played-section",class extends Y{constructor(e){super(),this.shadowRoot.innerHTML='<style>:host{font-family:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"}*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.CasinoLastPlayedSection{background:var(--emfe-w-color-contrast, #07072A);color:var(--emfe-w-color-white, #FFFFFF)}</style>',U(this,{target:this.shadowRoot,props:C(this.attributes),customElement:!0},ua,ca,a,{endpoint:0,datasource:1,currency:2,lang:3,session:4,userid:5,clientstyling:6,clientstylingurl:7,translationurl:18,livecasino:8,integratedgameframemobile:9,integratedgameframedesktop:10,gamepagemodalurl:11,visiblegames:12,favorites:13,lastplayedperiod:19,lastplayedorder:20,lastplayedlimit:21,casinomygames:14,lastplayedunique:22},null,[-1,-1]),e&&(e.target&&h(e.target,this,e.anchor),e.props&&(this.$set(e.props),N()))}static get observedAttributes(){return["endpoint","datasource","currency","lang","session","userid","clientstyling","clientstylingurl","translationurl","livecasino","integratedgameframemobile","integratedgameframedesktop","gamepagemodalurl","visiblegames","favorites","lastplayedperiod","lastplayedorder","lastplayedlimit","casinomygames","lastplayedunique"]}get endpoint(){return this.$$.ctx[0]}set endpoint(e){this.$$set({endpoint:e}),N()}get datasource(){return this.$$.ctx[1]}set datasource(e){this.$$set({datasource:e}),N()}get currency(){return this.$$.ctx[2]}set currency(e){this.$$set({currency:e}),N()}get lang(){return this.$$.ctx[3]}set lang(e){this.$$set({lang:e}),N()}get session(){return this.$$.ctx[4]}set session(e){this.$$set({session:e}),N()}get userid(){return this.$$.ctx[5]}set userid(e){this.$$set({userid:e}),N()}get clientstyling(){return this.$$.ctx[6]}set clientstyling(e){this.$$set({clientstyling:e}),N()}get clientstylingurl(){return this.$$.ctx[7]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),N()}get translationurl(){return this.$$.ctx[18]}set translationurl(e){this.$$set({translationurl:e}),N()}get livecasino(){return this.$$.ctx[8]}set livecasino(e){this.$$set({livecasino:e}),N()}get integratedgameframemobile(){return this.$$.ctx[9]}set integratedgameframemobile(e){this.$$set({integratedgameframemobile:e}),N()}get integratedgameframedesktop(){return this.$$.ctx[10]}set integratedgameframedesktop(e){this.$$set({integratedgameframedesktop:e}),N()}get gamepagemodalurl(){return this.$$.ctx[11]}set gamepagemodalurl(e){this.$$set({gamepagemodalurl:e}),N()}get visiblegames(){return this.$$.ctx[12]}set visiblegames(e){this.$$set({visiblegames:e}),N()}get favorites(){return this.$$.ctx[13]}set favorites(e){this.$$set({favorites:e}),N()}get lastplayedperiod(){return this.$$.ctx[19]}set lastplayedperiod(e){this.$$set({lastplayedperiod:e}),N()}get lastplayedorder(){return this.$$.ctx[20]}set lastplayedorder(e){this.$$set({lastplayedorder:e}),N()}get lastplayedlimit(){return this.$$.ctx[21]}set lastplayedlimit(e){this.$$set({lastplayedlimit:e}),N()}get casinomygames(){return this.$$.ctx[14]}set casinomygames(e){this.$$set({casinomygames:e}),N()}get lastplayedunique(){return this.$$.ctx[22]}set lastplayedunique(e){this.$$set({lastplayedunique:e}),N()}});
|
|
1483
1490
|
/* src/CasinoMyGames.svelte generated by Svelte v3.48.0 */
|
|
1484
|
-
function pa(e,t,n){const r=e.slice();return r[
|
|
1485
|
-
// (
|
|
1491
|
+
function pa(e,t,n){const r=e.slice();return r[42]=t[n],r}
|
|
1492
|
+
// (113:4) {#if casinomygames}
|
|
1486
1493
|
function ga(e){let t,n,r,i,a,s,o=/*tabsArray*/e[26],l=[];for(let t=0;t<o.length;t+=1)l[t]=wa(pa(e,o,t));function c(e,t){/*gamesType*/
|
|
1487
|
-
return"Favorites"==e[24]?$a:/*gamesType*/"MostPlayed"==e[24]?xa:/*gamesType*/"LastPlayed"==e[24]?_a:void 0}let u=c(e),g=u&&u(e);return{c(){t=p("div"),n=p("div"),r=p("div");for(let e=0;e<l.length;e+=1)l[e].c();i=v(),a=p("div"),g&&g.c(),_(r,"class","MyGamesButtonsContainer"),_(n,"class","MyGamesHeader"),_(t,"class",s="CasinoMyGames "+(/*mobile*/e[25]?"Mobile":""))},m(e,s){h(e,t,s),d(t,n),d(n,r);for(let e=0;e<l.length;e+=1)l[e].m(r,null);d(t,i),d(t,a),g&&g.m(a,null)},p(e,n){if(/*gamesType, lastplayed, toggleTab, $_, tabsArray, mostplayed, favorites*/
|
|
1488
|
-
// (
|
|
1489
|
-
function ya(e){let t,n,r,i,a,s=/*$_*/e[
|
|
1490
|
-
// (
|
|
1491
|
-
function va(e){let t,n,r,i,a,s=/*$_*/e[
|
|
1492
|
-
// (
|
|
1493
|
-
function ba(e){let t,n,r,i,a,s,o=/*$_*/e[
|
|
1494
|
-
// (
|
|
1495
|
-
function wa(e){let t,n,r,i=/*tab*/"Favorites"==e[
|
|
1496
|
-
// (
|
|
1494
|
+
return"Favorites"==e[24]?$a:/*gamesType*/"MostPlayed"==e[24]?xa:/*gamesType*/"LastPlayed"==e[24]?_a:void 0}let u=c(e),g=u&&u(e);return{c(){t=p("div"),n=p("div"),r=p("div");for(let e=0;e<l.length;e+=1)l[e].c();i=v(),a=p("div"),g&&g.c(),_(r,"class","MyGamesButtonsContainer"),_(n,"class","MyGamesHeader"),_(t,"class",s="CasinoMyGames "+(/*mobile*/e[25]?"Mobile":""))},m(e,s){h(e,t,s),d(t,n),d(n,r);for(let e=0;e<l.length;e+=1)l[e].m(r,null);d(t,i),d(t,a),g&&g.m(a,null)},p(e,n){if(/*gamesType, lastplayed, toggleTab, $_, tabsArray, mostplayed, favorites, favoritesCount*/1023467520&n[0]){let t;for(o=/*tabsArray*/e[26],t=0;t<o.length;t+=1){const i=pa(e,o,t);l[t]?l[t].p(i,n):(l[t]=wa(i),l[t].c(),l[t].m(r,null))}for(;t<l.length;t+=1)l[t].d(1);l.length=o.length}u===(u=c(e))&&g?g.p(e,n):(g&&g.d(1),g=u&&u(e),g&&(g.c(),g.m(a,null))),/*mobile*/33554432&n[0]&&s!==(s="CasinoMyGames "+(/*mobile*/e[25]?"Mobile":""))&&_(t,"class",s)},d(e){e&&m(t),f(l,e),g&&g.d()}}}
|
|
1495
|
+
// (119:14) {#if tab == 'Favorites'}
|
|
1496
|
+
function ya(e){let t,n,r,i,a,s,o,l,c,u,f=/*$_*/e[28]("Translations.favorites")+"";return{c(){t=p("button"),n=y(f),r=v(),i=p("span"),a=y("("),s=y(/*favoritesCount*/e[27]),o=y(")"),_(t,"class",l="MyGamesButton "+(/*gamesType*/"Favorites"==e[24]?"Active":"")+" "+(/*favorites*/"false"==e[13]?"Off":""))},m(l,m){h(l,t,m),d(t,n),d(t,r),d(t,i),d(i,a),d(i,s),d(i,o),c||(u=w(t,"click",/*click_handler*/e[31]),c=!0)},p(e,r){/*$_*/268435456&r[0]&&f!==(f=/*$_*/e[28]("Translations.favorites")+"")&&$(n,f),/*favoritesCount*/134217728&r[0]&&$(s,/*favoritesCount*/e[27]),/*gamesType, favorites*/16785408&r[0]&&l!==(l="MyGamesButton "+(/*gamesType*/"Favorites"==e[24]?"Active":"")+" "+(/*favorites*/"false"==e[13]?"Off":""))&&_(t,"class",l)},d(e){e&&m(t),c=!1,u()}}}
|
|
1497
|
+
// (124:14) {#if tab == 'MostPlayed'}
|
|
1498
|
+
function va(e){let t,n,r,i,a,s=/*$_*/e[28]("Translations.mostPlayed")+"";return{c(){t=p("button"),n=y(s),_(t,"class",r="MyGamesButton "+(/*gamesType*/"MostPlayed"==e[24]?"Active":"")+" "+(/*mostplayed*/"false"==e[14]?"Off":""))},m(r,s){h(r,t,s),d(t,n),i||(a=w(t,"click",/*click_handler_1*/e[32]),i=!0)},p(e,i){/*$_*/268435456&i[0]&&s!==(s=/*$_*/e[28]("Translations.mostPlayed")+"")&&$(n,s),/*gamesType, mostplayed*/16793600&i[0]&&r!==(r="MyGamesButton "+(/*gamesType*/"MostPlayed"==e[24]?"Active":"")+" "+(/*mostplayed*/"false"==e[14]?"Off":""))&&_(t,"class",r)},d(e){e&&m(t),i=!1,a()}}}
|
|
1499
|
+
// (129:14) {#if tab == 'LastPlayed'}
|
|
1500
|
+
function ba(e){let t,n,r,i,a,s,o=/*$_*/e[28]("Translations.recentlyPlayed")+"";return{c(){t=p("button"),n=y(o),r=v(),_(t,"class",i="MyGamesButton "+(/*gamesType*/"LastPlayed"==e[24]?"Active":"")+" "+(/*lastplayed*/"false"==e[15]?"Off":""))},m(i,o){h(i,t,o),d(t,n),d(t,r),a||(s=w(t,"click",/*click_handler_2*/e[33]),a=!0)},p(e,r){/*$_*/268435456&r[0]&&o!==(o=/*$_*/e[28]("Translations.recentlyPlayed")+"")&&$(n,o),/*gamesType, lastplayed*/16809984&r[0]&&i!==(i="MyGamesButton "+(/*gamesType*/"LastPlayed"==e[24]?"Active":"")+" "+(/*lastplayed*/"false"==e[15]?"Off":""))&&_(t,"class",i)},d(e){e&&m(t),a=!1,s()}}}
|
|
1501
|
+
// (118:12) {#each tabsArray as tab}
|
|
1502
|
+
function wa(e){let t,n,r,i=/*tab*/"Favorites"==e[42]&&ya(e),a=/*tab*/"MostPlayed"==e[42]&&va(e),s=/*tab*/"LastPlayed"==e[42]&&ba(e);return{c(){i&&i.c(),t=v(),a&&a.c(),n=v(),s&&s.c(),r=b()},m(e,o){i&&i.m(e,o),h(e,t,o),a&&a.m(e,o),h(e,n,o),s&&s.m(e,o),h(e,r,o)},p(e,o){/*tab*/"Favorites"==e[42]?i?i.p(e,o):(i=ya(e),i.c(),i.m(t.parentNode,t)):i&&(i.d(1),i=null),/*tab*/"MostPlayed"==e[42]?a?a.p(e,o):(a=va(e),a.c(),a.m(n.parentNode,n)):a&&(a.d(1),a=null),/*tab*/"LastPlayed"==e[42]?s?s.p(e,o):(s=ba(e),s.c(),s.m(r.parentNode,r)):s&&(s.d(1),s=null)},d(e){i&&i.d(e),e&&m(t),a&&a.d(e),e&&m(n),s&&s.d(e),e&&m(r)}}}
|
|
1503
|
+
// (179:47)
|
|
1497
1504
|
function _a(e){let t;return{c(){t=p("casino-last-played-section"),x(t,"userid",/*userid*/e[0]),x(t,"endpoint",/*endpoint*/e[2]),x(t,"datasource",/*datasource*/e[3]),x(t,"favorites",/*favorites*/e[13]),x(t,"lang",/*lang*/e[4]),x(t,"currency",/*currency*/e[5]),x(t,"session",/*session*/e[1]),x(t,"class","CategoryContainer"),x(t,"clientstyling",/*clientstyling*/e[6]),x(t,"clientstylingurl",/*clientstylingurl*/e[7]),x(t,"livecasino",/*livecasino*/e[8]),x(t,"visiblegames",/*visiblegames*/e[9]),x(t,"lastplayedperiod",/*lastplayedperiod*/e[17]),x(t,"lastplayedorder",/*lastplayedorder*/e[19]),x(t,"lastplayedlimit",/*lastplayedlimit*/e[20]),x(t,"lastplayedunique",/*lastplayedunique*/e[21]),x(t,"gamepagemodalurl",/*gamepagemodalurl*/e[10]),x(t,"integratedgameframedesktop",/*integratedgameframedesktop*/e[11]),x(t,"integratedgameframemobile",/*integratedgameframemobile*/e[12]),x(t,"casinomygames",/*casinomygames*/e[16])},m(e,n){h(e,t,n)},p(e,n){/*userid*/1&n[0]&&x(t,"userid",/*userid*/e[0]),/*endpoint*/4&n[0]&&x(t,"endpoint",/*endpoint*/e[2]),/*datasource*/8&n[0]&&x(t,"datasource",/*datasource*/e[3]),/*favorites*/8192&n[0]&&x(t,"favorites",/*favorites*/e[13]),/*lang*/16&n[0]&&x(t,"lang",/*lang*/e[4]),/*currency*/32&n[0]&&x(t,"currency",/*currency*/e[5]),/*session*/2&n[0]&&x(t,"session",/*session*/e[1]),/*clientstyling*/64&n[0]&&x(t,"clientstyling",/*clientstyling*/e[6]),/*clientstylingurl*/128&n[0]&&x(t,"clientstylingurl",/*clientstylingurl*/e[7]),/*livecasino*/256&n[0]&&x(t,"livecasino",/*livecasino*/e[8]),/*visiblegames*/512&n[0]&&x(t,"visiblegames",/*visiblegames*/e[9]),/*lastplayedperiod*/131072&n[0]&&x(t,"lastplayedperiod",/*lastplayedperiod*/e[17]),/*lastplayedorder*/524288&n[0]&&x(t,"lastplayedorder",/*lastplayedorder*/e[19]),/*lastplayedlimit*/1048576&n[0]&&x(t,"lastplayedlimit",/*lastplayedlimit*/e[20]),/*lastplayedunique*/2097152&n[0]&&x(t,"lastplayedunique",/*lastplayedunique*/e[21]),/*gamepagemodalurl*/1024&n[0]&&x(t,"gamepagemodalurl",/*gamepagemodalurl*/e[10]),/*integratedgameframedesktop*/2048&n[0]&&x(t,"integratedgameframedesktop",/*integratedgameframedesktop*/e[11]),/*integratedgameframemobile*/4096&n[0]&&x(t,"integratedgameframemobile",/*integratedgameframemobile*/e[12]),/*casinomygames*/65536&n[0]&&x(t,"casinomygames",/*casinomygames*/e[16])},d(e){e&&m(t)}}}
|
|
1498
|
-
// (
|
|
1505
|
+
// (158:46)
|
|
1499
1506
|
function xa(e){let t;return{c(){t=p("casino-most-played-section"),x(t,"endpoint",/*endpoint*/e[2]),x(t,"datasource",/*datasource*/e[3]),x(t,"lang",/*lang*/e[4]),x(t,"currency",/*currency*/e[5]),x(t,"session",/*session*/e[1]),x(t,"userid",/*userid*/e[0]),x(t,"favorites",/*favorites*/e[13]),x(t,"categoryindex","0"),x(t,"class","CategoryContainer"),x(t,"clientstyling",/*clientstyling*/e[6]),x(t,"clientstylingurl",/*clientstylingurl*/e[7]),x(t,"livecasino",/*livecasino*/e[8]),x(t,"visiblegames",/*visiblegames*/e[9]),x(t,"gamepagemodalurl",/*gamepagemodalurl*/e[10]),x(t,"mostplayedrounds",/*mostplayedrounds*/e[22]),x(t,"integratedgameframedesktop",/*integratedgameframedesktop*/e[11]),x(t,"integratedgameframemobile",/*integratedgameframemobile*/e[12]),x(t,"mostplayedperiod",/*mostplayedperiod*/e[18]),x(t,"casinomygames",/*casinomygames*/e[16])},m(e,n){h(e,t,n)},p(e,n){/*endpoint*/4&n[0]&&x(t,"endpoint",/*endpoint*/e[2]),/*datasource*/8&n[0]&&x(t,"datasource",/*datasource*/e[3]),/*lang*/16&n[0]&&x(t,"lang",/*lang*/e[4]),/*currency*/32&n[0]&&x(t,"currency",/*currency*/e[5]),/*session*/2&n[0]&&x(t,"session",/*session*/e[1]),/*userid*/1&n[0]&&x(t,"userid",/*userid*/e[0]),/*favorites*/8192&n[0]&&x(t,"favorites",/*favorites*/e[13]),/*clientstyling*/64&n[0]&&x(t,"clientstyling",/*clientstyling*/e[6]),/*clientstylingurl*/128&n[0]&&x(t,"clientstylingurl",/*clientstylingurl*/e[7]),/*livecasino*/256&n[0]&&x(t,"livecasino",/*livecasino*/e[8]),/*visiblegames*/512&n[0]&&x(t,"visiblegames",/*visiblegames*/e[9]),/*gamepagemodalurl*/1024&n[0]&&x(t,"gamepagemodalurl",/*gamepagemodalurl*/e[10]),/*mostplayedrounds*/4194304&n[0]&&x(t,"mostplayedrounds",/*mostplayedrounds*/e[22]),/*integratedgameframedesktop*/2048&n[0]&&x(t,"integratedgameframedesktop",/*integratedgameframedesktop*/e[11]),/*integratedgameframemobile*/4096&n[0]&&x(t,"integratedgameframemobile",/*integratedgameframemobile*/e[12]),/*mostplayedperiod*/262144&n[0]&&x(t,"mostplayedperiod",/*mostplayedperiod*/e[18]),/*casinomygames*/65536&n[0]&&x(t,"casinomygames",/*casinomygames*/e[16])},d(e){e&&m(t)}}}
|
|
1500
|
-
// (
|
|
1507
|
+
// (139:10) {#if gamesType == 'Favorites'}
|
|
1501
1508
|
function $a(e){let t;return{c(){t=p("casino-favorites-section"),x(t,"session",/*session*/e[1]),x(t,"userid",/*userid*/e[0]),x(t,"endpoint",/*endpoint*/e[2]),x(t,"datasource",/*datasource*/e[3]),x(t,"lang",/*lang*/e[4]),x(t,"currency",/*currency*/e[5]),x(t,"favorites",/*favorites*/e[13]),x(t,"categoryid","FAVORITES"),x(t,"class","CategoryContainer"),x(t,"clientstyling",/*clientstyling*/e[6]),x(t,"clientstylingurl",/*clientstylingurl*/e[7]),x(t,"livecasino",/*livecasino*/e[8]),x(t,"visiblegames",/*visiblegames*/e[9]),x(t,"gamepagemodalurl",/*gamepagemodalurl*/e[10]),x(t,"integratedgameframedesktop",/*integratedgameframedesktop*/e[11]),x(t,"integratedgameframemobile",/*integratedgameframemobile*/e[12]),x(t,"casinomygames",/*casinomygames*/e[16])},m(e,n){h(e,t,n)},p(e,n){/*session*/2&n[0]&&x(t,"session",/*session*/e[1]),/*userid*/1&n[0]&&x(t,"userid",/*userid*/e[0]),/*endpoint*/4&n[0]&&x(t,"endpoint",/*endpoint*/e[2]),/*datasource*/8&n[0]&&x(t,"datasource",/*datasource*/e[3]),/*lang*/16&n[0]&&x(t,"lang",/*lang*/e[4]),/*currency*/32&n[0]&&x(t,"currency",/*currency*/e[5]),/*favorites*/8192&n[0]&&x(t,"favorites",/*favorites*/e[13]),/*clientstyling*/64&n[0]&&x(t,"clientstyling",/*clientstyling*/e[6]),/*clientstylingurl*/128&n[0]&&x(t,"clientstylingurl",/*clientstylingurl*/e[7]),/*livecasino*/256&n[0]&&x(t,"livecasino",/*livecasino*/e[8]),/*visiblegames*/512&n[0]&&x(t,"visiblegames",/*visiblegames*/e[9]),/*gamepagemodalurl*/1024&n[0]&&x(t,"gamepagemodalurl",/*gamepagemodalurl*/e[10]),/*integratedgameframedesktop*/2048&n[0]&&x(t,"integratedgameframedesktop",/*integratedgameframedesktop*/e[11]),/*integratedgameframemobile*/4096&n[0]&&x(t,"integratedgameframemobile",/*integratedgameframemobile*/e[12]),/*casinomygames*/65536&n[0]&&x(t,"casinomygames",/*casinomygames*/e[16])},d(e){e&&m(t)}}}function Sa(t){let n;function r(e,t){if(/*casinomygames*/e[16])return ga}let i=r(t),a=i&&i(t);return{c(){n=p("div"),a&&a.c(),this.c=e},m(e,r){h(e,n,r),a&&a.m(n,null)
|
|
1502
|
-
/*div_binding*/,t[
|
|
1503
|
-
/*div_binding*/,t[
|
|
1509
|
+
/*div_binding*/,t[34](n)},p(e,t){i===(i=r(e))&&a?a.p(e,t):(a&&a.d(1),a=i&&i(e),a&&(a.c(),a.m(n,null)))},i:e,o:e,d(e){e&&m(n),a&&a.d()
|
|
1510
|
+
/*div_binding*/,t[34](null)}}}function Ca(e,t,n){let r;u(e,br,(e=>n(28,r=e)));let i,{userid:a=""}=t,{session:s=""}=t,{endpoint:o=""}=t,{datasource:l=""}=t,{lang:c=""}=t,{currency:d=""}=t,{clientstyling:h=""}=t,{clientstylingurl:m=""}=t,{livecasino:f=""}=t,{visiblegames:p=""}=t,{gamepagemodalurl:g=""}=t,{integratedgameframedesktop:y=""}=t,{integratedgameframemobile:v=""}=t,{translationurl:b=""}=t,{favorites:w="false"}=t,{mostplayed:_="false"}=t,{lastplayed:x="false"}=t,{casinomygames:$="false"}=t,{lastplayedperiod:S="Last30Days"}=t,{mostplayedperiod:C="Last30Days"}=t,{lastplayedorder:T=""}=t,{lastplayedlimit:E=""}=t,{lastplayedunique:k="true"}=t,{mostplayedrounds:L=""}=t,G=window.navigator.userAgent,P="",I=!1,D=["","",""],O="0";!function({withLocale:e,translations:t}){or.subscribe((n=>{null==n&&(Yn.set(t),or.set(e))}));// maybe we will need this to make sure that the i18n is set up only once
|
|
1504
1511
|
/*dictionary.set(translations);
|
|
1505
|
-
locale.set(_locale);*/}({withLocale:"en",translations:{}});Object.keys(Sr).forEach((e=>{$r(e,Sr[e])}));const O=e=>{P!==e&&n(24,P=e)},A=()=>{var e;n(24,P="true"===w?"Favorites":"true"===_?"MostPlayed":"true"===x?"LastPlayed":""),n(26,D[0]="true"===w?"Favorites":"",D),n(26,D[1]="true"===_?"MostPlayed":"",D),n(26,D[2]="true"===x?"LastPlayed":"",D),e=c,lr.set(e)};E((()=>{n(25,I=_r(k))}));return e.$$set=e=>{"userid"in e&&n(0,a=e.userid),"session"in e&&n(1,s=e.session),"endpoint"in e&&n(2,o=e.endpoint),"datasource"in e&&n(3,l=e.datasource),"lang"in e&&n(4,c=e.lang),"currency"in e&&n(5,d=e.currency),"clientstyling"in e&&n(6,h=e.clientstyling),"clientstylingurl"in e&&n(7,m=e.clientstylingurl),"livecasino"in e&&n(8,f=e.livecasino),"visiblegames"in e&&n(9,p=e.visiblegames),"gamepagemodalurl"in e&&n(10,g=e.gamepagemodalurl),"integratedgameframedesktop"in e&&n(11,y=e.integratedgameframedesktop),"integratedgameframemobile"in e&&n(12,v=e.integratedgameframemobile),"translationurl"in e&&n(29,b=e.translationurl),"favorites"in e&&n(13,w=e.favorites),"mostplayed"in e&&n(14,_=e.mostplayed),"lastplayed"in e&&n(15,x=e.lastplayed),"casinomygames"in e&&n(16,$=e.casinomygames),"lastplayedperiod"in e&&n(17,S=e.lastplayedperiod),"mostplayedperiod"in e&&n(18,C=e.mostplayedperiod),"lastplayedorder"in e&&n(19,T=e.lastplayedorder),"lastplayedlimit"in e&&n(20,M=e.lastplayedlimit),"lastplayedunique"in e&&n(21,F=e.lastplayedunique),"mostplayedrounds"in e&&n(22,L=e.mostplayedrounds)},e.$$.update=()=>{/*endpoint, datasource, lang*/28&e.$$.dirty[0]&&o&&l&&c&&A(),/*favorites, mostplayed, lastplayed*/57344&e.$$.dirty[0]&&w&&_&&x&&A(),/*translationurl*/536870912&e.$$.dirty[0]&&b&&fetch(b).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{$r(t,e[t])}))})).catch((e=>{console.log(e)})),/*clientstyling, customStylingContainer*/8388672&e.$$.dirty[0]&&h&&i&&(()=>{let e=document.createElement("style");e.innerHTML=h,i.appendChild(e)})(),/*clientstylingurl, customStylingContainer*/8388736&e.$$.dirty[0]&&m&&i&&(()=>{let e=document.createElement("style");fetch(new URL(m)).then((e=>e.text())).then((t=>{e.innerHTML=t,setTimeout((()=>{i.appendChild(e)}),1)}))})()},[a,s,o,l,c,d,h,m,f,p,g,y,v,w,_,x,$,S,C,T,M,F,L,i,P,I,D,r,O,b,()=>O("Favorites"),()=>O("MostPlayed"),()=>O("LastPlayed"),function(e){G[e?"unshift":"push"]((()=>{i=e,n(23,i)}))}]}!customElements.get("casino-most-played-section")&&customElements.define("casino-most-played-section",class extends j{constructor(e){super(),this.shadowRoot.innerHTML='<style>:host{font-family:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"}*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.casino-most-played-section{background:var(--emfe-w-color-contrast, #07072A);color:var(--emfe-w-color-white, #FFFFFF)}</style>',Y(this,{target:this.shadowRoot,props:T(this.attributes),customElement:!0},fa,ma,a,{endpoint:0,datasource:1,currency:2,lang:3,session:4,userid:5,clientstyling:6,clientstylingurl:7,livecasino:8,integratedgameframemobile:9,integratedgameframedesktop:10,gamepagemodalurl:11,visiblegames:12,favorites:13,lastPlayedEmpty:17,casinomygames:14,mostplayedperiod:18},null),e&&(e.target&&h(e.target,this,e.anchor),e.props&&(this.$set(e.props),H()))}static get observedAttributes(){return["endpoint","datasource","currency","lang","session","userid","clientstyling","clientstylingurl","livecasino","integratedgameframemobile","integratedgameframedesktop","gamepagemodalurl","visiblegames","favorites","lastPlayedEmpty","casinomygames","mostplayedperiod"]}get endpoint(){return this.$$.ctx[0]}set endpoint(e){this.$$set({endpoint:e}),H()}get datasource(){return this.$$.ctx[1]}set datasource(e){this.$$set({datasource:e}),H()}get currency(){return this.$$.ctx[2]}set currency(e){this.$$set({currency:e}),H()}get lang(){return this.$$.ctx[3]}set lang(e){this.$$set({lang:e}),H()}get session(){return this.$$.ctx[4]}set session(e){this.$$set({session:e}),H()}get userid(){return this.$$.ctx[5]}set userid(e){this.$$set({userid:e}),H()}get clientstyling(){return this.$$.ctx[6]}set clientstyling(e){this.$$set({clientstyling:e}),H()}get clientstylingurl(){return this.$$.ctx[7]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),H()}get livecasino(){return this.$$.ctx[8]}set livecasino(e){this.$$set({livecasino:e}),H()}get integratedgameframemobile(){return this.$$.ctx[9]}set integratedgameframemobile(e){this.$$set({integratedgameframemobile:e}),H()}get integratedgameframedesktop(){return this.$$.ctx[10]}set integratedgameframedesktop(e){this.$$set({integratedgameframedesktop:e}),H()}get gamepagemodalurl(){return this.$$.ctx[11]}set gamepagemodalurl(e){this.$$set({gamepagemodalurl:e}),H()}get visiblegames(){return this.$$.ctx[12]}set visiblegames(e){this.$$set({visiblegames:e}),H()}get favorites(){return this.$$.ctx[13]}set favorites(e){this.$$set({favorites:e}),H()}get lastPlayedEmpty(){return this.$$.ctx[17]}set lastPlayedEmpty(e){this.$$set({lastPlayedEmpty:e}),H()}get casinomygames(){return this.$$.ctx[14]}set casinomygames(e){this.$$set({casinomygames:e}),H()}get mostplayedperiod(){return this.$$.ctx[18]}set mostplayedperiod(e){this.$$set({mostplayedperiod:e}),H()}});class Ta extends j{constructor(e){super(),this.shadowRoot.innerHTML="<style>.CasinoMyGames{background-color:var(--emfe-w-color-contrast, #07072A);width:100%;margin:50px 0;box-sizing:border-box}.CasinoMyGames.Mobile{padding:25px 10px}.MyGamesHeader{display:flex;justify-content:space-between;margin-bottom:40px}.MyGamesButton{border:none;background:none;color:var(--emfe-w-color-white, #FFFFFF);font-size:20px;font-weight:500;margin-right:60px;transition:linear 100ms;cursor:pointer}.MyGamesButton:hover{border-bottom:1px solid var(--emfe-w-color-primary, #D0046C);line-height:36px}.MyGamesButton:focus{color:var(--emfe-w-color-primary, #D0046C);line-height:36px}.MyGamesButton.Active{border-bottom:2px solid #D0046C;padding-bottom:10px;color:var(--emfe-w-color-primary, #D0046C)}.MyGamesButton.Active{border-bottom:1px solid var(--emfe-w-color-primary, #D0046C);color:var(--emfe-w-color-primary, #D0046C);line-height:36px}.Mobile .MyGamesHeader{justify-content:flex-start}.Mobile .MyGamesButton{font-size:16px;white-space:nowrap;margin-right:10px}.Mobile .MyGamesButton.Active{padding-bottom:4px}</style>",Y(this,{target:this.shadowRoot,props:T(this.attributes),customElement:!0},Ca,Sa,a,{userid:0,session:1,endpoint:2,datasource:3,lang:4,currency:5,clientstyling:6,clientstylingurl:7,livecasino:8,visiblegames:9,gamepagemodalurl:10,integratedgameframedesktop:11,integratedgameframemobile:12,translationurl:29,favorites:13,mostplayed:14,lastplayed:15,casinomygames:16,lastplayedperiod:17,mostplayedperiod:18,lastplayedorder:19,lastplayedlimit:20,lastplayedunique:21,mostplayedrounds:22},null,[-1,-1]),e&&(e.target&&h(e.target,this,e.anchor),e.props&&(this.$set(e.props),H()))}static get observedAttributes(){return["userid","session","endpoint","datasource","lang","currency","clientstyling","clientstylingurl","livecasino","visiblegames","gamepagemodalurl","integratedgameframedesktop","integratedgameframemobile","translationurl","favorites","mostplayed","lastplayed","casinomygames","lastplayedperiod","mostplayedperiod","lastplayedorder","lastplayedlimit","lastplayedunique","mostplayedrounds"]}get userid(){return this.$$.ctx[0]}set userid(e){this.$$set({userid:e}),H()}get session(){return this.$$.ctx[1]}set session(e){this.$$set({session:e}),H()}get endpoint(){return this.$$.ctx[2]}set endpoint(e){this.$$set({endpoint:e}),H()}get datasource(){return this.$$.ctx[3]}set datasource(e){this.$$set({datasource:e}),H()}get lang(){return this.$$.ctx[4]}set lang(e){this.$$set({lang:e}),H()}get currency(){return this.$$.ctx[5]}set currency(e){this.$$set({currency:e}),H()}get clientstyling(){return this.$$.ctx[6]}set clientstyling(e){this.$$set({clientstyling:e}),H()}get clientstylingurl(){return this.$$.ctx[7]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),H()}get livecasino(){return this.$$.ctx[8]}set livecasino(e){this.$$set({livecasino:e}),H()}get visiblegames(){return this.$$.ctx[9]}set visiblegames(e){this.$$set({visiblegames:e}),H()}get gamepagemodalurl(){return this.$$.ctx[10]}set gamepagemodalurl(e){this.$$set({gamepagemodalurl:e}),H()}get integratedgameframedesktop(){return this.$$.ctx[11]}set integratedgameframedesktop(e){this.$$set({integratedgameframedesktop:e}),H()}get integratedgameframemobile(){return this.$$.ctx[12]}set integratedgameframemobile(e){this.$$set({integratedgameframemobile:e}),H()}get translationurl(){return this.$$.ctx[29]}set translationurl(e){this.$$set({translationurl:e}),H()}get favorites(){return this.$$.ctx[13]}set favorites(e){this.$$set({favorites:e}),H()}get mostplayed(){return this.$$.ctx[14]}set mostplayed(e){this.$$set({mostplayed:e}),H()}get lastplayed(){return this.$$.ctx[15]}set lastplayed(e){this.$$set({lastplayed:e}),H()}get casinomygames(){return this.$$.ctx[16]}set casinomygames(e){this.$$set({casinomygames:e}),H()}get lastplayedperiod(){return this.$$.ctx[17]}set lastplayedperiod(e){this.$$set({lastplayedperiod:e}),H()}get mostplayedperiod(){return this.$$.ctx[18]}set mostplayedperiod(e){this.$$set({mostplayedperiod:e}),H()}get lastplayedorder(){return this.$$.ctx[19]}set lastplayedorder(e){this.$$set({lastplayedorder:e}),H()}get lastplayedlimit(){return this.$$.ctx[20]}set lastplayedlimit(e){this.$$set({lastplayedlimit:e}),H()}get lastplayedunique(){return this.$$.ctx[21]}set lastplayedunique(e){this.$$set({lastplayedunique:e}),H()}get mostplayedrounds(){return this.$$.ctx[22]}set mostplayedrounds(e){this.$$set({mostplayedrounds:e}),H()}}return!customElements.get("casino-my-games")&&customElements.define("casino-my-games",Ta),Ta}));
|
|
1512
|
+
locale.set(_locale);*/}({withLocale:"en",translations:{}});Object.keys($r).forEach((e=>{xr(e,$r[e])}));const A=e=>{P!==e&&n(24,P=e)},R=()=>{var e;n(24,P="true"===w?"Favorites":"true"===_?"MostPlayed":"true"===x?"LastPlayed":""),n(26,D[0]="true"===w?"Favorites":"",D),n(26,D[1]="true"===_?"MostPlayed":"",D),n(26,D[2]="true"===x?"LastPlayed":"",D),e=c,or.set(e)},N=e=>{if(e.data&&"UpdateCategoryFavoriteGames"===e.data.type)n(27,O=e.data.receivedFavoriteResults.count)};M((()=>(window.addEventListener("message",N,!1),n(25,I=wr(G)),()=>{window.removeEventListener("message",N)})));return e.$$set=e=>{"userid"in e&&n(0,a=e.userid),"session"in e&&n(1,s=e.session),"endpoint"in e&&n(2,o=e.endpoint),"datasource"in e&&n(3,l=e.datasource),"lang"in e&&n(4,c=e.lang),"currency"in e&&n(5,d=e.currency),"clientstyling"in e&&n(6,h=e.clientstyling),"clientstylingurl"in e&&n(7,m=e.clientstylingurl),"livecasino"in e&&n(8,f=e.livecasino),"visiblegames"in e&&n(9,p=e.visiblegames),"gamepagemodalurl"in e&&n(10,g=e.gamepagemodalurl),"integratedgameframedesktop"in e&&n(11,y=e.integratedgameframedesktop),"integratedgameframemobile"in e&&n(12,v=e.integratedgameframemobile),"translationurl"in e&&n(30,b=e.translationurl),"favorites"in e&&n(13,w=e.favorites),"mostplayed"in e&&n(14,_=e.mostplayed),"lastplayed"in e&&n(15,x=e.lastplayed),"casinomygames"in e&&n(16,$=e.casinomygames),"lastplayedperiod"in e&&n(17,S=e.lastplayedperiod),"mostplayedperiod"in e&&n(18,C=e.mostplayedperiod),"lastplayedorder"in e&&n(19,T=e.lastplayedorder),"lastplayedlimit"in e&&n(20,E=e.lastplayedlimit),"lastplayedunique"in e&&n(21,k=e.lastplayedunique),"mostplayedrounds"in e&&n(22,L=e.mostplayedrounds)},e.$$.update=()=>{/*endpoint, datasource, lang*/28&e.$$.dirty[0]&&o&&l&&c&&R(),/*favorites, mostplayed, lastplayed*/57344&e.$$.dirty[0]&&w&&_&&x&&R(),/*translationurl*/1073741824&e.$$.dirty[0]&&b&&fetch(b).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{xr(t,e[t])}))})).catch((e=>{console.log(e)})),/*clientstyling, customStylingContainer*/8388672&e.$$.dirty[0]&&h&&i&&(()=>{let e=document.createElement("style");e.innerHTML=h,i.appendChild(e)})(),/*clientstylingurl, customStylingContainer*/8388736&e.$$.dirty[0]&&m&&i&&(()=>{let e=document.createElement("style");fetch(new URL(m)).then((e=>e.text())).then((t=>{e.innerHTML=t,setTimeout((()=>{i.appendChild(e)}),1)}))})()},[a,s,o,l,c,d,h,m,f,p,g,y,v,w,_,x,$,S,C,T,E,k,L,i,P,I,D,O,r,A,b,()=>A("Favorites"),()=>A("MostPlayed"),()=>A("LastPlayed"),function(e){F[e?"unshift":"push"]((()=>{i=e,n(23,i)}))}]}!customElements.get("casino-most-played-section")&&customElements.define("casino-most-played-section",class extends Y{constructor(e){super(),this.shadowRoot.innerHTML='<style>:host{font-family:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"}*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.casino-most-played-section{background:var(--emfe-w-color-contrast, #07072A);color:var(--emfe-w-color-white, #FFFFFF)}</style>',U(this,{target:this.shadowRoot,props:C(this.attributes),customElement:!0},fa,ma,a,{endpoint:0,datasource:1,currency:2,lang:3,session:4,userid:5,clientstyling:6,clientstylingurl:7,livecasino:8,integratedgameframemobile:9,integratedgameframedesktop:10,gamepagemodalurl:11,visiblegames:12,favorites:13,lastPlayedEmpty:17,casinomygames:14,mostplayedperiod:18,mostplayedrounds:19},null,[-1,-1]),e&&(e.target&&h(e.target,this,e.anchor),e.props&&(this.$set(e.props),N()))}static get observedAttributes(){return["endpoint","datasource","currency","lang","session","userid","clientstyling","clientstylingurl","livecasino","integratedgameframemobile","integratedgameframedesktop","gamepagemodalurl","visiblegames","favorites","lastPlayedEmpty","casinomygames","mostplayedperiod","mostplayedrounds"]}get endpoint(){return this.$$.ctx[0]}set endpoint(e){this.$$set({endpoint:e}),N()}get datasource(){return this.$$.ctx[1]}set datasource(e){this.$$set({datasource:e}),N()}get currency(){return this.$$.ctx[2]}set currency(e){this.$$set({currency:e}),N()}get lang(){return this.$$.ctx[3]}set lang(e){this.$$set({lang:e}),N()}get session(){return this.$$.ctx[4]}set session(e){this.$$set({session:e}),N()}get userid(){return this.$$.ctx[5]}set userid(e){this.$$set({userid:e}),N()}get clientstyling(){return this.$$.ctx[6]}set clientstyling(e){this.$$set({clientstyling:e}),N()}get clientstylingurl(){return this.$$.ctx[7]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),N()}get livecasino(){return this.$$.ctx[8]}set livecasino(e){this.$$set({livecasino:e}),N()}get integratedgameframemobile(){return this.$$.ctx[9]}set integratedgameframemobile(e){this.$$set({integratedgameframemobile:e}),N()}get integratedgameframedesktop(){return this.$$.ctx[10]}set integratedgameframedesktop(e){this.$$set({integratedgameframedesktop:e}),N()}get gamepagemodalurl(){return this.$$.ctx[11]}set gamepagemodalurl(e){this.$$set({gamepagemodalurl:e}),N()}get visiblegames(){return this.$$.ctx[12]}set visiblegames(e){this.$$set({visiblegames:e}),N()}get favorites(){return this.$$.ctx[13]}set favorites(e){this.$$set({favorites:e}),N()}get lastPlayedEmpty(){return this.$$.ctx[17]}set lastPlayedEmpty(e){this.$$set({lastPlayedEmpty:e}),N()}get casinomygames(){return this.$$.ctx[14]}set casinomygames(e){this.$$set({casinomygames:e}),N()}get mostplayedperiod(){return this.$$.ctx[18]}set mostplayedperiod(e){this.$$set({mostplayedperiod:e}),N()}get mostplayedrounds(){return this.$$.ctx[19]}set mostplayedrounds(e){this.$$set({mostplayedrounds:e}),N()}});class Ta extends Y{constructor(e){super(),this.shadowRoot.innerHTML="<style>.CasinoMyGames{background-color:var(--emfe-w-color-contrast, #07072A);width:100%;margin:50px 0;box-sizing:border-box}.CasinoMyGames.Mobile{padding:25px 10px}.MyGamesHeader{display:flex;justify-content:space-between;margin-bottom:40px}.MyGamesButton{border:none;background:none;color:var(--emfe-w-color-white, #FFFFFF);font-size:20px;font-weight:500;margin-right:60px;transition:linear 100ms;cursor:pointer}.MyGamesButton:hover{border-bottom:1px solid var(--emfe-w-color-primary, #D0046C);line-height:36px}.MyGamesButton:focus{color:var(--emfe-w-color-primary, #D0046C);line-height:36px}.MyGamesButton.Active{border-bottom:2px solid #D0046C;padding-bottom:10px;color:var(--emfe-w-color-primary, #D0046C)}.MyGamesButton.Active{border-bottom:1px solid var(--emfe-w-color-primary, #D0046C);color:var(--emfe-w-color-primary, #D0046C);line-height:36px}.Mobile .MyGamesHeader{justify-content:flex-start}.Mobile .MyGamesButton{font-size:16px;white-space:nowrap;margin-right:10px}.Mobile .MyGamesButton.Active{padding-bottom:4px}</style>",U(this,{target:this.shadowRoot,props:C(this.attributes),customElement:!0},Ca,Sa,a,{userid:0,session:1,endpoint:2,datasource:3,lang:4,currency:5,clientstyling:6,clientstylingurl:7,livecasino:8,visiblegames:9,gamepagemodalurl:10,integratedgameframedesktop:11,integratedgameframemobile:12,translationurl:30,favorites:13,mostplayed:14,lastplayed:15,casinomygames:16,lastplayedperiod:17,mostplayedperiod:18,lastplayedorder:19,lastplayedlimit:20,lastplayedunique:21,mostplayedrounds:22},null,[-1,-1]),e&&(e.target&&h(e.target,this,e.anchor),e.props&&(this.$set(e.props),N()))}static get observedAttributes(){return["userid","session","endpoint","datasource","lang","currency","clientstyling","clientstylingurl","livecasino","visiblegames","gamepagemodalurl","integratedgameframedesktop","integratedgameframemobile","translationurl","favorites","mostplayed","lastplayed","casinomygames","lastplayedperiod","mostplayedperiod","lastplayedorder","lastplayedlimit","lastplayedunique","mostplayedrounds"]}get userid(){return this.$$.ctx[0]}set userid(e){this.$$set({userid:e}),N()}get session(){return this.$$.ctx[1]}set session(e){this.$$set({session:e}),N()}get endpoint(){return this.$$.ctx[2]}set endpoint(e){this.$$set({endpoint:e}),N()}get datasource(){return this.$$.ctx[3]}set datasource(e){this.$$set({datasource:e}),N()}get lang(){return this.$$.ctx[4]}set lang(e){this.$$set({lang:e}),N()}get currency(){return this.$$.ctx[5]}set currency(e){this.$$set({currency:e}),N()}get clientstyling(){return this.$$.ctx[6]}set clientstyling(e){this.$$set({clientstyling:e}),N()}get clientstylingurl(){return this.$$.ctx[7]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),N()}get livecasino(){return this.$$.ctx[8]}set livecasino(e){this.$$set({livecasino:e}),N()}get visiblegames(){return this.$$.ctx[9]}set visiblegames(e){this.$$set({visiblegames:e}),N()}get gamepagemodalurl(){return this.$$.ctx[10]}set gamepagemodalurl(e){this.$$set({gamepagemodalurl:e}),N()}get integratedgameframedesktop(){return this.$$.ctx[11]}set integratedgameframedesktop(e){this.$$set({integratedgameframedesktop:e}),N()}get integratedgameframemobile(){return this.$$.ctx[12]}set integratedgameframemobile(e){this.$$set({integratedgameframemobile:e}),N()}get translationurl(){return this.$$.ctx[30]}set translationurl(e){this.$$set({translationurl:e}),N()}get favorites(){return this.$$.ctx[13]}set favorites(e){this.$$set({favorites:e}),N()}get mostplayed(){return this.$$.ctx[14]}set mostplayed(e){this.$$set({mostplayed:e}),N()}get lastplayed(){return this.$$.ctx[15]}set lastplayed(e){this.$$set({lastplayed:e}),N()}get casinomygames(){return this.$$.ctx[16]}set casinomygames(e){this.$$set({casinomygames:e}),N()}get lastplayedperiod(){return this.$$.ctx[17]}set lastplayedperiod(e){this.$$set({lastplayedperiod:e}),N()}get mostplayedperiod(){return this.$$.ctx[18]}set mostplayedperiod(e){this.$$set({mostplayedperiod:e}),N()}get lastplayedorder(){return this.$$.ctx[19]}set lastplayedorder(e){this.$$set({lastplayedorder:e}),N()}get lastplayedlimit(){return this.$$.ctx[20]}set lastplayedlimit(e){this.$$set({lastplayedlimit:e}),N()}get lastplayedunique(){return this.$$.ctx[21]}set lastplayedunique(e){this.$$set({lastplayedunique:e}),N()}get mostplayedrounds(){return this.$$.ctx[22]}set mostplayedrounds(e){this.$$set({mostplayedrounds:e}),N()}}return!customElements.get("casino-my-games")&&customElements.define("casino-my-games",Ta),Ta}));
|
|
1506
1513
|
//# sourceMappingURL=casino-my-games.js.map
|