@everymatrix/casino-favorites-section 1.3.4 → 1.4.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.
|
@@ -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 o,s;function l(e,t){return o||(o=document.createElement("a")),o.href=t,e===o.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 h(e,t){e.appendChild(t)}function d(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 S(e,t,n){t in e?e[t]="boolean"==typeof e[t]&&""===n||n:_(e,t,n)}function x(e,t){t=""+t,e.wholeText!==t&&(e.data=t)}function T(e,t,n,r){null===n?e.style.removeProperty(t):e.style.setProperty(t,n,r?"important":"")}class
|
|
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 o,s;function l(e,t){return o||(o=document.createElement("a")),o.href=t,e===o.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 h(e,t){e.appendChild(t)}function d(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 S(e,t,n){t in e?e[t]="boolean"==typeof e[t]&&""===n||n:_(e,t,n)}function x(e,t){t=""+t,e.wholeText!==t&&(e.data=t)}function T(e,t,n,r){null===n?e.style.removeProperty(t):e.style.setProperty(t,n,r?"important":"")}class E{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)d(this.t,this.n[t],e)}p(e){this.d(),this.h(e),this.i(this.a)}d(){this.n.forEach(m)}}function G(e){const t={};for(const n of e)t[n.name]=n.value;return t}function M(e){s=e}function C(e){(function(){if(!s)throw new Error("Function called outside component initialization");return s})().$$.on_mount.push(e)}const L=[],k=[],I=[],F=[],D=Promise.resolve();let $=!1;function O(){$||($=!0,D.then(H))}function N(){return O(),D}function P(e){I.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,23 +17,23 @@
|
|
|
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
|
|
20
|
+
const A=new Set;let R=0;// Do *not* move this inside the flush() function
|
|
21
21
|
function H(){const e=s;do{
|
|
22
22
|
// first, call beforeUpdate functions
|
|
23
23
|
// and update components
|
|
24
|
-
for(;
|
|
24
|
+
for(;R<L.length;){const e=L[R];R++,M(e),B(e.$$)}for(M(null),L.length=0,R=0;k.length;)k.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<I.length;e+=1){const t=I[e];
|
|
28
|
+
for(let e=0;e<I.length;e+=1){const t=I[e];A.has(t)||(
|
|
29
29
|
// ...so guard against infinite loops
|
|
30
|
-
|
|
30
|
+
A.add(t),t())}I.length=0}while(L.length);for(;F.length;)F.pop()();$=!1,A.clear(),M(e)}function B(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(P)}}const U=new Set;function Y(a,o,l,c,u,h,d,f=[-1]){const p=s;M(a);const g=a.$$={fragment:null,ctx:null,
|
|
31
31
|
// state
|
|
32
32
|
props:h,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(o.context||(p?p.$$.context:[])),
|
|
35
35
|
// everything else
|
|
36
|
-
callbacks:n(),dirty:f,skip_bound:!1,root:o.target||p.$$.root};d&&d(g.root);let y=!1;if(g.ctx=l?l(a,o.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]&&(L.push(e)
|
|
36
|
+
callbacks:n(),dirty:f,skip_bound:!1,root:o.target||p.$$.root};d&&d(g.root);let y=!1;if(g.ctx=l?l(a,o.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]&&(L.push(e),O(),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),o.target){if(o.hydrate){const e=function(e){return Array.from(e.childNodes)}(o.target);
|
|
39
39
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
@@ -222,7 +222,7 @@ case"X":// 1, 2, 3, 4: The ISO8601 varios formats
|
|
|
222
222
|
case"x":// 1, 2, 3, 4: The ISO8601 varios formats
|
|
223
223
|
throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""})),t}
|
|
224
224
|
// @generated from regex-gen.ts
|
|
225
|
-
var Te=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;var
|
|
225
|
+
var Te=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;var Ee=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Ge=/^(@+)?(\+|#+)?[rs]?$/g,Me=/(\*)(0+)|(#+)(0+)|(0+)/g,Ce=/^(0+)$/;function Le(e){var t={};return"r"===e[e.length-1]?t.roundingPriority="morePrecision":"s"===e[e.length-1]&&(t.roundingPriority="lessPrecision"),e.replace(Ge,(function(e,n,r){
|
|
226
226
|
// @@@ case
|
|
227
227
|
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 ke(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 Ie(e){
|
|
228
228
|
// Engineering
|
|
@@ -235,20 +235,20 @@ case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";
|
|
|
235
235
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
|
|
236
236
|
case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(Me,(function(e,n,r,i,a,o){if(n)t.minimumIntegerDigits=r.length;else{if(i&&a)throw new Error("We currently do not support maximum integer digits");if(o)throw new Error("We currently do not support exact integer digits")}return""}));continue}
|
|
237
237
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
|
|
238
|
-
if(Ce.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(
|
|
238
|
+
if(Ce.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(Ee.test(i.stem)){
|
|
239
239
|
// Precision
|
|
240
240
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#fraction-precision
|
|
241
241
|
// precision-integer case
|
|
242
|
-
if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(
|
|
242
|
+
if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(Ee,(function(e,n,r,i,a,o){
|
|
243
243
|
// .000* case (before ICU67 it was .000+)
|
|
244
244
|
return"*"===r?t.minimumFractionDigits=n.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:a&&o?(t.minimumFractionDigits=a.length,t.maximumFractionDigits=a.length+o.length):(t.minimumFractionDigits=n.length,t.maximumFractionDigits=n.length),""}));var a=i.options[0];
|
|
245
245
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#trailing-zero-display
|
|
246
246
|
"w"===a?t=le(le({},t),{trailingZeroDisplay:"stripIfInteger"}):a&&(t=le(le({},t),Le(a)))}
|
|
247
247
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#significant-digits-precision
|
|
248
|
-
else if(
|
|
248
|
+
else if(Ge.test(i.stem))t=le(le({},t),Le(i.stem));else{var o=ke(i.stem);o&&(t=le(le({},t),o));var s=Ie(i.stem);s&&(t=le(le({},t),s))}}return t}
|
|
249
249
|
// @generated from time-data-gen.ts
|
|
250
250
|
// prettier-ignore
|
|
251
|
-
var Oe
|
|
251
|
+
var $e,Oe={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"]};
|
|
252
252
|
/**
|
|
253
253
|
* Returns the best matching date time pattern if a date time skeleton
|
|
254
254
|
* pattern is provided with a locale. Follows the Unicode specification:
|
|
@@ -269,7 +269,7 @@ e.hourCycles.length&&(
|
|
|
269
269
|
// @ts-ignore
|
|
270
270
|
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")}
|
|
271
271
|
// TODO: Once hourCycle is fully supported remove the following with data generation
|
|
272
|
-
var n,r=e.language;return"root"!==r&&(n=e.maximize().region),(
|
|
272
|
+
var n,r=e.language;return"root"!==r&&(n=e.maximize().region),(Oe[n||""]||Oe[r||""]||Oe["".concat(r,"-001")]||Oe["001"])[0]}var Pe=new RegExp("^".concat(_e.source,"*")),Ae=new RegExp("".concat(_e.source,"*$"));function Re(e,t){return{start:e,end:t}}
|
|
273
273
|
// #region Ponyfills
|
|
274
274
|
// Consolidate these variables up top for easier toggling during debugging
|
|
275
275
|
var He=!!String.prototype.startsWith,Be=!!String.fromCodePoint,Ue=!!Object.fromEntries,Ye=!!String.prototype.codePointAt,je=!!String.prototype.trimStart,ze=!!String.prototype.trimEnd,We=!!Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},Ve=!0;try{
|
|
@@ -279,7 +279,7 @@ var He=!!String.prototype.startsWith,Be=!!String.fromCodePoint,Ue=!!Object.fromE
|
|
|
279
279
|
* Pattern_Syntax support: not supported
|
|
280
280
|
* See https://github.com/formatjs/formatjs/issues/2822
|
|
281
281
|
*/
|
|
282
|
-
Ve="a"===(null===(
|
|
282
|
+
Ve="a"===(null===($e=tt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===$e?void 0:$e[0])}catch(e){Ve=!1}var Ze,Ke=He?// Native
|
|
283
283
|
function(e,t,n){return e.startsWith(t,n)}:// For IE11
|
|
284
284
|
function(e,t,n){return e.slice(n,n+t.length)===t},Xe=Be?String.fromCodePoint:// IE11
|
|
285
285
|
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},Je=
|
|
@@ -291,7 +291,7 @@ function(e,t){var n=e.length;if(!(t<0||t>=n)){var r,i=e.charCodeAt(t);return i<5
|
|
|
291
291
|
function(e){return e.trimStart()}:// Ponyfill
|
|
292
292
|
function(e){return e.replace(Pe,"")},et=ze?// Native
|
|
293
293
|
function(e){return e.trimEnd()}:// Ponyfill
|
|
294
|
-
function(e){return e.replace(
|
|
294
|
+
function(e){return e.replace(Ae,"")};
|
|
295
295
|
// Prevent minifier to translate new RegExp to literal form that might cause syntax error on IE11.
|
|
296
296
|
function tt(e,t){return new RegExp(e,t)}
|
|
297
297
|
// #endregion
|
|
@@ -299,7 +299,7 @@ if(Ve){
|
|
|
299
299
|
// Native
|
|
300
300
|
var nt=tt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Ze=function(e,t){var n;return nt.lastIndex=t,null!==(n=nt.exec(e)[1])&&void 0!==n?n:""}}else
|
|
301
301
|
// IE11
|
|
302
|
-
Ze=function(e,t){for(var n=[];;){var r=qe(e,t);if(void 0===r||ot(r)||st(r))break;n.push(r),t+=r>=65536?2:1}return Xe.apply(void 0,n)};var rt=/** @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(ae.UNMATCHED_CLOSING_TAG,
|
|
302
|
+
Ze=function(e,t){for(var n=[];;){var r=qe(e,t);if(void 0===r||ot(r)||st(r))break;n.push(r),t+=r>=65536?2:1}return Xe.apply(void 0,n)};var rt=/** @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(ae.UNMATCHED_CLOSING_TAG,Re(this.clonePosition(),this.clonePosition()))}if(60/* `<` */===i&&!this.ignoreTag&&it(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 o=this.clonePosition();this.bump(),r.push({type:oe.pound,location:Re(o,this.clonePosition())})}}}return{val:r,err:null}},
|
|
303
303
|
/**
|
|
304
304
|
* A tag name must start with an ASCII lower/upper case letter. The grammar is based on the
|
|
305
305
|
* [custom element name][] except that a dash is NOT always mandatory and uppercase letters
|
|
@@ -321,14 +321,14 @@ Ze=function(e,t){for(var n=[];;){var r=qe(e,t);if(void 0===r||ot(r)||st(r))break
|
|
|
321
321
|
e.prototype.parseTag=function(e,t){var n=this.clonePosition();this.bump();// `<`
|
|
322
322
|
var r=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))
|
|
323
323
|
// Self closing tag
|
|
324
|
-
return{val:{type:oe.literal,value:"<".concat(r,"/>"),location:
|
|
324
|
+
return{val:{type:oe.literal,value:"<".concat(r,"/>"),location:Re(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,o=this.clonePosition();
|
|
325
325
|
// Expecting a close tag
|
|
326
|
-
if(this.bumpIf("</")){if(this.isEOF()||!it(this.char()))return this.error(ae.INVALID_TAG,
|
|
326
|
+
if(this.bumpIf("</")){if(this.isEOF()||!it(this.char()))return this.error(ae.INVALID_TAG,Re(o,this.clonePosition()));var s=this.clonePosition();return r!==this.parseTagName()?this.error(ae.UNMATCHED_CLOSING_TAG,Re(s,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:oe.tag,value:r,children:a,location:Re(n,this.clonePosition())},err:null}:this.error(ae.INVALID_TAG,Re(o,this.clonePosition())))}return this.error(ae.UNCLOSED_TAG,Re(n,this.clonePosition()))}return this.error(ae.INVALID_TAG,Re(n,this.clonePosition()))},
|
|
327
327
|
/**
|
|
328
328
|
* This method assumes that the caller has peeked ahead for the first tag character.
|
|
329
329
|
*/
|
|
330
330
|
e.prototype.parseTagName=function(){var e=this.offset();// the first tag name character
|
|
331
|
-
for(this.bump();!this.isEOF()&&at(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 o=this.tryParseLeftAngleBracket();if(!o)break;r+=o}}}var s=
|
|
331
|
+
for(this.bump();!this.isEOF()&&at(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 o=this.tryParseLeftAngleBracket();if(!o)break;r+=o}}}var s=Re(n,this.clonePosition());return{val:{type:oe.literal,value:r,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60/* `<` */!==this.char()||!this.ignoreTag&&(it(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e;
|
|
332
332
|
/** See `parseTag` function docs. */},
|
|
333
333
|
/**
|
|
334
334
|
* Starting with ICU 4.8, an ASCII apostrophe only starts quoted text if it immediately precedes
|
|
@@ -351,32 +351,32 @@ for(this.bump();!this.isEOF();){var n=this.char();if(39/* `'` */===n){if(39/* `'
|
|
|
351
351
|
this.bump();break}t.push(39),
|
|
352
352
|
// Bump one more time because we need to skip 2 characters.
|
|
353
353
|
this.bump()}else t.push(n);this.bump()}return Xe.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(),Xe(n))},e.prototype.parseArgument=function(e,t){var n=this.clonePosition();if(this.bump(),// `{`
|
|
354
|
-
this.bumpSpace(),this.isEOF())return this.error(ae.EXPECT_ARGUMENT_CLOSING_BRACE,
|
|
354
|
+
this.bumpSpace(),this.isEOF())return this.error(ae.EXPECT_ARGUMENT_CLOSING_BRACE,Re(n,this.clonePosition()));if(125/* `}` */===this.char())return this.bump(),this.error(ae.EMPTY_ARGUMENT,Re(n,this.clonePosition()));
|
|
355
355
|
// argument name
|
|
356
|
-
var r=this.parseIdentifierIfPossible().value;if(!r)return this.error(ae.MALFORMED_ARGUMENT,
|
|
356
|
+
var r=this.parseIdentifierIfPossible().value;if(!r)return this.error(ae.MALFORMED_ARGUMENT,Re(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(ae.EXPECT_ARGUMENT_CLOSING_BRACE,Re(n,this.clonePosition()));switch(this.char()){
|
|
357
357
|
// Simple argument: `{name}`
|
|
358
358
|
case 125/* `}` */:// `}`
|
|
359
359
|
return this.bump(),{val:{type:oe.argument,
|
|
360
360
|
// value does not include the opening and closing braces.
|
|
361
|
-
value:r,location:
|
|
361
|
+
value:r,location:Re(n,this.clonePosition())},err:null};
|
|
362
362
|
// Argument with options: `{name, format, ...}`
|
|
363
363
|
case 44/* `,` */:return this.bump(),// `,`
|
|
364
|
-
this.bumpSpace(),this.isEOF()?this.error(ae.EXPECT_ARGUMENT_CLOSING_BRACE,
|
|
364
|
+
this.bumpSpace(),this.isEOF()?this.error(ae.EXPECT_ARGUMENT_CLOSING_BRACE,Re(n,this.clonePosition())):this.parseArgumentOptions(e,t,r,n);default:return this.error(ae.MALFORMED_ARGUMENT,Re(n,this.clonePosition()))}},
|
|
365
365
|
/**
|
|
366
366
|
* Advance the parser until the end of the identifier, if it is currently on
|
|
367
367
|
* an identifier character. Return an empty string otherwise.
|
|
368
368
|
*/
|
|
369
|
-
e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),n=Ze(this.message,t),r=t+n.length;return this.bumpTo(r),{value:n,location:
|
|
369
|
+
e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),n=Ze(this.message,t),r=t+n.length;return this.bumpTo(r),{value:n,location:Re(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,n,r){var i,a=this.clonePosition(),o=this.parseIdentifierIfPossible().value,s=this.clonePosition();
|
|
370
370
|
// Parse this range:
|
|
371
371
|
// {name, type, style}
|
|
372
372
|
// ^---^
|
|
373
373
|
switch(o){case"":
|
|
374
374
|
// Expecting a style string number, date, time, plural, selectordinal, or select.
|
|
375
|
-
return this.error(ae.EXPECT_ARGUMENT_TYPE,
|
|
375
|
+
return this.error(ae.EXPECT_ARGUMENT_TYPE,Re(a,s));case"number":case"date":case"time":
|
|
376
376
|
// Parse this range:
|
|
377
377
|
// {name, number, style}
|
|
378
378
|
// ^-------^
|
|
379
|
-
this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((y=this.parseSimpleArgStyleIfPossible()).err)return y;if(0===(m=et(y.val)).length)return this.error(ae.EXPECT_ARGUMENT_STYLE,
|
|
379
|
+
this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((y=this.parseSimpleArgStyleIfPossible()).err)return y;if(0===(m=et(y.val)).length)return this.error(ae.EXPECT_ARGUMENT_STYLE,Re(this.clonePosition(),this.clonePosition()));l={style:m,styleLocation:Re(c,this.clonePosition())}}if((v=this.tryParseArgumentClose(r)).err)return v;var u=Re(r,this.clonePosition());
|
|
380
380
|
// Extract style or skeleton
|
|
381
381
|
if(l&&Ke(null==l?void 0:l.style,"::",0)){
|
|
382
382
|
// Skeleton starts with `::`.
|
|
@@ -390,25 +390,25 @@ return{val:{type:"number"===o?oe.number:"date"===o?oe.date:oe.time,value:n,locat
|
|
|
390
390
|
// Parse this range:
|
|
391
391
|
// {name, plural, options}
|
|
392
392
|
// ^---------^
|
|
393
|
-
var f=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(ae.EXPECT_SELECT_ARGUMENT_OPTIONS,
|
|
393
|
+
var f=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(ae.EXPECT_SELECT_ARGUMENT_OPTIONS,Re(f,le({},f)));this.bumpSpace();
|
|
394
394
|
// Parse offset:
|
|
395
395
|
// {name, plural, offset:1, options}
|
|
396
396
|
// ^-----^
|
|
397
397
|
// or the first option:
|
|
398
398
|
// {name, plural, one {...} other {...}}
|
|
399
399
|
// ^--^
|
|
400
|
-
var p=this.parseIdentifierIfPossible(),g=0;if("select"!==o&&"offset"===p.value){if(!this.bumpIf(":"))return this.error(ae.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,
|
|
400
|
+
var p=this.parseIdentifierIfPossible(),g=0;if("select"!==o&&"offset"===p.value){if(!this.bumpIf(":"))return this.error(ae.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Re(this.clonePosition(),this.clonePosition()));var y;if(this.bumpSpace(),(y=this.tryParseDecimalInteger(ae.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,ae.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return y;
|
|
401
401
|
// Parse another identifier for option parsing
|
|
402
|
-
this.bumpSpace(),p=this.parseIdentifierIfPossible(),g=y.val}var v,b=this.tryParsePluralOrSelectOptions(e,o,t,p);if(b.err)return b;if((v=this.tryParseArgumentClose(r)).err)return v;var w=
|
|
402
|
+
this.bumpSpace(),p=this.parseIdentifierIfPossible(),g=y.val}var v,b=this.tryParsePluralOrSelectOptions(e,o,t,p);if(b.err)return b;if((v=this.tryParseArgumentClose(r)).err)return v;var w=Re(r,this.clonePosition());return"select"===o?{val:{type:oe.select,value:n,options:Je(b.val),location:w},err:null}:{val:{type:oe.plural,value:n,options:Je(b.val),offset:g,pluralType:"plural"===o?"cardinal":"ordinal",location:w},err:null};default:return this.error(ae.INVALID_ARGUMENT_TYPE,Re(a,s))}},e.prototype.tryParseArgumentClose=function(e){
|
|
403
403
|
// Parse: {value, number, ::currency/GBP }
|
|
404
|
-
return this.isEOF()||125/* `}` */!==this.char()?this.error(ae.EXPECT_ARGUMENT_CLOSING_BRACE,
|
|
404
|
+
return this.isEOF()||125/* `}` */!==this.char()?this.error(ae.EXPECT_ARGUMENT_CLOSING_BRACE,Re(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},
|
|
405
405
|
/**
|
|
406
406
|
* See: https://github.com/unicode-org/icu/blob/af7ed1f6d2298013dc303628438ec4abe1f16479/icu4c/source/common/messagepattern.cpp#L659
|
|
407
407
|
*/
|
|
408
408
|
e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();){switch(this.char()){case 39/* `'` */:
|
|
409
409
|
// Treat apostrophe as quoting but include it in the style part.
|
|
410
410
|
// Find the end of the quoted literal text.
|
|
411
|
-
this.bump();var n=this.clonePosition();if(!this.bumpUntil("'"))return this.error(ae.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,
|
|
411
|
+
this.bump();var n=this.clonePosition();if(!this.bumpUntil("'"))return this.error(ae.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Re(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");
|
|
412
412
|
// Parse the skeleton
|
|
413
413
|
for(var t=e.split(Te).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 o=a[0],s=a.slice(1),l=0,c=s;l<c.length;l++)if(0===c[l].length)throw new Error("Invalid number skeleton");n.push({stem:o,options:s})}return n}(e)}catch(e){return this.error(ae.INVALID_NUMBER_SKELETON,t)}return{val:{type:se.number,tokens:n,location:t,parsedOptions:this.shouldParseSkeletons?De(n):{}},err:null}},
|
|
414
414
|
/**
|
|
@@ -427,17 +427,17 @@ e.prototype.tryParsePluralOrSelectOptions=function(e,t,n,r){
|
|
|
427
427
|
// ^--^
|
|
428
428
|
for(var i,a=!1,o=[],s=new Set,l=r.value,c=r.location;;){if(0===l.length){var u=this.clonePosition();if("select"===t||!this.bumpIf("="))break;
|
|
429
429
|
// Try parse `={number}` selector
|
|
430
|
-
var h=this.tryParseDecimalInteger(ae.EXPECT_PLURAL_ARGUMENT_SELECTOR,ae.INVALID_PLURAL_ARGUMENT_SELECTOR);if(h.err)return h;c=
|
|
430
|
+
var h=this.tryParseDecimalInteger(ae.EXPECT_PLURAL_ARGUMENT_SELECTOR,ae.INVALID_PLURAL_ARGUMENT_SELECTOR);if(h.err)return h;c=Re(u,this.clonePosition()),l=this.message.slice(u.offset,this.offset())}
|
|
431
431
|
// Duplicate selector clauses
|
|
432
432
|
if(s.has(l))return this.error("select"===t?ae.DUPLICATE_SELECT_ARGUMENT_SELECTOR:ae.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,c);"other"===l&&(a=!0),
|
|
433
433
|
// Parse:
|
|
434
434
|
// one {one apple}
|
|
435
435
|
// ^----------^
|
|
436
|
-
this.bumpSpace();var d=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===t?ae.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:ae.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,
|
|
436
|
+
this.bumpSpace();var d=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===t?ae.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:ae.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,Re(this.clonePosition(),this.clonePosition()));var m=this.parseMessage(e+1,t,n);if(m.err)return m;var f=this.tryParseArgumentClose(d);if(f.err)return f;o.push([l,{value:m.val,location:Re(d,this.clonePosition())}]),
|
|
437
437
|
// Keep track of the existing selectors
|
|
438
438
|
s.add(l),
|
|
439
439
|
// Prep next selector clause.
|
|
440
|
-
this.bumpSpace(),l=(i=this.parseIdentifierIfPossible()).value,c=i.location}return 0===o.length?this.error("select"===t?ae.EXPECT_SELECT_ARGUMENT_SELECTOR:ae.EXPECT_PLURAL_ARGUMENT_SELECTOR,
|
|
440
|
+
this.bumpSpace(),l=(i=this.parseIdentifierIfPossible()).value,c=i.location}return 0===o.length?this.error("select"===t?ae.EXPECT_SELECT_ARGUMENT_SELECTOR:ae.EXPECT_PLURAL_ARGUMENT_SELECTOR,Re(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!a?this.error(ae.MISSING_OTHER_CLAUSE,Re(this.clonePosition(),this.clonePosition())):{val:o,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 o=this.char();if(!(o>=48/* `0` */&&o<=57/* `9` */))break;i=!0,a=10*a+(o-48),this.bump()}var s=Re(r,this.clonePosition());return i?We(a*=n)?{val:a,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){
|
|
441
441
|
// This is much faster than `Object.assign` or spread.
|
|
442
442
|
return{offset:this.position.offset,line:this.position.line,column:this.position.column}},
|
|
443
443
|
/**
|
|
@@ -511,9 +511,9 @@ e.MISSING_VALUE="MISSING_VALUE",
|
|
|
511
511
|
// When value supplied is invalid
|
|
512
512
|
e.INVALID_VALUE="INVALID_VALUE",
|
|
513
513
|
// When we need specific Intl API but it's not available
|
|
514
|
-
e.MISSING_INTL_API="MISSING_INTL_API"}(yt||(yt={}));var wt,_t=/** @class */function(e){function t(t,n,r){var i=e.call(this,t)||this;return i.code=n,i.originalMessage=r,i}return ie(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),St=/** @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('", "'),'"'),yt.INVALID_VALUE,i)||this}return ie(t,e),t}(_t),xt=/** @class */function(e){function t(t,n,r){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(n),yt.INVALID_VALUE,r)||this}return ie(t,e),t}(_t),Tt=/** @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,'"'),yt.MISSING_VALUE,n)||this}return ie(t,e),t}(_t);function
|
|
514
|
+
e.MISSING_INTL_API="MISSING_INTL_API"}(yt||(yt={}));var wt,_t=/** @class */function(e){function t(t,n,r){var i=e.call(this,t)||this;return i.code=n,i.originalMessage=r,i}return ie(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),St=/** @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('", "'),'"'),yt.INVALID_VALUE,i)||this}return ie(t,e),t}(_t),xt=/** @class */function(e){function t(t,n,r){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(n),yt.INVALID_VALUE,r)||this}return ie(t,e),t}(_t),Tt=/** @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,'"'),yt.MISSING_VALUE,n)||this}return ie(t,e),t}(_t);function Et(e){return"function"==typeof e}
|
|
515
515
|
// TODO(skeleton): add skeleton support
|
|
516
|
-
function
|
|
516
|
+
function Gt(e,t,n,r,i,a,
|
|
517
517
|
// For debugging
|
|
518
518
|
o){
|
|
519
519
|
// Hot path for straight simple msg translations
|
|
@@ -528,7 +528,7 @@ if(!i||!(h in i))throw new Tt(h,o);var d=i[h];if(he(u))d&&"string"!=typeof d&&"n
|
|
|
528
528
|
// Recursively format plural and select parts' option — which can be a
|
|
529
529
|
// nested pattern structure. The choosing of the option to use is
|
|
530
530
|
// abstracted-by and delegated-to the part helper object.
|
|
531
|
-
if(me(u)){var m="string"==typeof u.style?r.date[u.style]:we(u.style)?u.style.parsedOptions:void 0;s.push({type:wt.literal,value:n.getDateTimeFormat(t,m).format(d)})}else if(fe(u)){m="string"==typeof u.style?r.time[u.style]:we(u.style)?u.style.parsedOptions:r.time.medium;s.push({type:wt.literal,value:n.getDateTimeFormat(t,m).format(d)})}else if(de(u)){(m="string"==typeof u.style?r.number[u.style]:be(u.style)?u.style.parsedOptions:void 0)&&m.scale&&(d*=m.scale||1),s.push({type:wt.literal,value:n.getNumberFormat(t,m).format(d)})}else{if(ve(u)){var f=u.children,p=u.value,g=i[p];if(!
|
|
531
|
+
if(me(u)){var m="string"==typeof u.style?r.date[u.style]:we(u.style)?u.style.parsedOptions:void 0;s.push({type:wt.literal,value:n.getDateTimeFormat(t,m).format(d)})}else if(fe(u)){m="string"==typeof u.style?r.time[u.style]:we(u.style)?u.style.parsedOptions:r.time.medium;s.push({type:wt.literal,value:n.getDateTimeFormat(t,m).format(d)})}else if(de(u)){(m="string"==typeof u.style?r.number[u.style]:be(u.style)?u.style.parsedOptions:void 0)&&m.scale&&(d*=m.scale||1),s.push({type:wt.literal,value:n.getNumberFormat(t,m).format(d)})}else{if(ve(u)){var f=u.children,p=u.value,g=i[p];if(!Et(g))throw new xt(p,"function",o);var y=g(Gt(f,t,n,r,i,a).map((function(e){return e.value})));Array.isArray(y)||(y=[y]),s.push.apply(s,y.map((function(e){return{type:"string"==typeof e?wt.literal:wt.object,value:e}})))}if(pe(u)){if(!(v=u.options[d]||u.options.other))throw new St(u.value,d,Object.keys(u.options),o);s.push.apply(s,Gt(v.value,t,n,r,i))}else if(ge(u)){var v;if(!(v=u.options["=".concat(d)])){if(!Intl.PluralRules)throw new _t('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',yt.MISSING_INTL_API,o);var b=n.getPluralRules(t,{type:u.pluralType}).select(d-(u.offset||0));v=u.options[b]||u.options.other}if(!v)throw new St(u.value,d,Object.keys(u.options),o);s.push.apply(s,Gt(v.value,t,n,r,i,d-(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===wt.literal&&t.type===wt.literal?n.value+=t.value:e.push(t),e}),[])}(s)}
|
|
532
532
|
/*
|
|
533
533
|
Copyright (c) 2014, Yahoo! Inc. All rights reserved.
|
|
534
534
|
Copyrights licensed under the New BSD License.
|
|
@@ -537,7 +537,7 @@ if(me(u)){var m="string"==typeof u.style?r.date[u.style]:we(u.style)?u.style.par
|
|
|
537
537
|
// -- MessageFormat --------------------------------------------------------
|
|
538
538
|
function Mt(e,t){return t?Object.keys(e).reduce((function(n,r){var i,a;return n[r]=(i=e[r],(a=t[r])?le(le(le({},i||{}),a||{}),Object.keys(i).reduce((function(e,t){return e[t]=le(le({},i[t]),a[t]||{}),e}),{})):i),n}),le({},e)):e}function Ct(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"}(wt||(wt={}));var Lt=/** @class */function(){function e(t,n,r,i){var a,o=this;if(void 0===n&&(n=e.defaultLocale),this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(e){var t=o.formatToParts(e);
|
|
539
539
|
// Hot path for straight simple msg translations
|
|
540
|
-
if(1===t.length)return t[0].value;var n=t.reduce((function(e,t){return e.length&&t.type===wt.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
|
|
540
|
+
if(1===t.length)return t[0].value;var n=t.reduce((function(e,t){return e.length&&t.type===wt.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 Gt(o.ast,o.locales,o.formatters,o.formats,e,void 0,o.message)},this.resolvedOptions=function(){return{locale:o.resolvedLocale.toString()}},this.getAst=function(){return o.ast},
|
|
541
541
|
// Defined first because it's used to build the format pattern.
|
|
542
542
|
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`");
|
|
543
543
|
// Parse string messages into an AST.
|
|
@@ -553,7 +553,7 @@ e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"}
|
|
|
553
553
|
Copyright (c) 2014, Yahoo! Inc. All rights reserved.
|
|
554
554
|
Copyrights licensed under the New BSD License.
|
|
555
555
|
See the accompanying LICENSE file for terms.
|
|
556
|
-
*/const It={},Ft=(e,t,n)=>n?(t in It||(It[t]={}),e in It[t]||(It[t][e]=n),n):n,Dt=(e,t)=>{if(null==t)return;if(t in It&&e in It[t])return It[t][e];const n=Jt(t);for(let r=0;r<n.length;r++){const i=Pt(n[r],e);if(i)return Ft(e,t,i)}};let
|
|
556
|
+
*/const It={},Ft=(e,t,n)=>n?(t in It||(It[t]={}),e in It[t]||(It[t][e]=n),n):n,Dt=(e,t)=>{if(null==t)return;if(t in It&&e in It[t])return It[t][e];const n=Jt(t);for(let r=0;r<n.length;r++){const i=Pt(n[r],e);if(i)return Ft(e,t,i)}};let $t;const Ot=W({});function Nt(e){return e in $t}function Pt(e,t){if(!Nt(e))return null;const n=function(e){return $t[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 At(e,...t){delete It[e],Ot.update((n=>(n[e]=ne.all([n[e]||{},...t]),n)))}V([Ot],(([e])=>Object.keys(e))),Ot.subscribe((e=>$t=e));const Rt={};function Ht(e){return Rt[e]}function Bt(e){return null!=e&&Jt(e).some((e=>{var t;return null===(t=Ht(e))||void 0===t?void 0:t.size}))}const Ut={};function Yt(e){if(!Bt(e))return e in Ut?Ut[e]:Promise.resolve();const t=function(e){return Jt(e).map((e=>{const t=Ht(e);return[e,t?[...t]:[]]})).filter((([,e])=>e.length>0))}(e);return Ut[e]=Promise.all(t.map((([e,t])=>function(e,t){const n=Promise.all(t.map((t=>(function(e,t){Rt[e].delete(t),0===Rt[e].size&&delete Rt[e]}(e,t),t().then((e=>e.default||e))))));return n.then((t=>At(e,...t)))}(e,t)))).then((()=>{if(Bt(e))return Yt(e);delete Ut[e]})),Ut[e]}
|
|
557
557
|
/*! *****************************************************************************
|
|
558
558
|
Copyright (c) Microsoft Corporation.
|
|
559
559
|
|
|
@@ -567,9 +567,9 @@ e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"}
|
|
|
567
567
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
568
568
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
569
569
|
PERFORMANCE OF THIS SOFTWARE.
|
|
570
|
-
***************************************************************************** */function jt(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 zt={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 Wt(){return zt}const Vt=W(!1);let Zt;const Kt=W(null);function Xt(e){return e.split("-").map(((e,t,n)=>n.slice(0,t+1).join("-"))).reverse()}function Jt(e,t=Wt().fallbackLocale){const n=Xt(e);return t?[...new Set([...n,...Xt(t)])]:n}function qt(){return null!=Zt?Zt:void 0}Kt.subscribe((e=>{Zt=null!=e?e:void 0,"undefined"!=typeof window&&null!=e&&document.documentElement.setAttribute("lang",e)}));const Qt=Object.assign(Object.assign({},Kt),{set:e=>{if(e&&function(e){if(null==e)return;const t=Jt(e);for(let e=0;e<t.length;e++){const n=t[e];if(Nt(n))return n}}(e)&&Bt(e)){const{loadingDelay:t}=Wt();let n;return"undefined"!=typeof window&&null!=qt()&&t?n=window.setTimeout((()=>Vt.set(!0)),t):Vt.set(!0),Yt(e).then((()=>{Kt.set(e)})).finally((()=>{clearTimeout(n),Vt.set(!1)}))}return Kt.set(e)}}),en=e=>{const t=Object.create(null);return n=>{const r=JSON.stringify(n);return r in t?t[r]:t[r]=e(n)}},tn=(e,t)=>{const{formats:n}=Wt();if(e in n&&t in n[e])return n[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},nn=en((e=>{var{locale:t,format:n}=e,r=jt(e,["locale","format"]);if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(r=tn("number",n)),new Intl.NumberFormat(t,r)})),rn=en((e=>{var{locale:t,format:n}=e,r=jt(e,["locale","format"]);if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?r=tn("date",n):0===Object.keys(r).length&&(r=tn("date","short")),new Intl.DateTimeFormat(t,r)})),an=en((e=>{var{locale:t,format:n}=e,r=jt(e,["locale","format"]);if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?r=tn("time",n):0===Object.keys(r).length&&(r=tn("time","short")),new Intl.DateTimeFormat(t,r)})),on=en(((e,t=qt())=>new kt(e,t,Wt().formats,{ignoreTag:Wt().ignoreTag}))),sn=(e,t={})=>{var n,r,i,a;let o=t;"object"==typeof e&&(o=e,e=o.id);const{values:s,locale:l=qt(),default:c}=o;if(null==l)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let u=Dt(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=Wt()).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(!s)return u;let h=u;try{h=on(u,l).format(s)}catch(t){console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,t.message)}return h},ln=(e,t)=>((e={})=>{var{locale:t=qt()}=e,n=jt(e,["locale"]);return an(Object.assign({locale:t},n))})(t).format(e),cn=(e,t)=>((e={})=>{var{locale:t=qt()}=e,n=jt(e,["locale"]);return rn(Object.assign({locale:t},n))})(t).format(e),un=(e,t)=>((e={})=>{var{locale:t=qt()}=e,n=jt(e,["locale"]);return nn(Object.assign({locale:t},n))})(t).format(e),hn=(e,t=qt())=>Dt(e,t),dn=V([Qt
|
|
570
|
+
***************************************************************************** */function jt(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 zt={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 Wt(){return zt}const Vt=W(!1);let Zt;const Kt=W(null);function Xt(e){return e.split("-").map(((e,t,n)=>n.slice(0,t+1).join("-"))).reverse()}function Jt(e,t=Wt().fallbackLocale){const n=Xt(e);return t?[...new Set([...n,...Xt(t)])]:n}function qt(){return null!=Zt?Zt:void 0}Kt.subscribe((e=>{Zt=null!=e?e:void 0,"undefined"!=typeof window&&null!=e&&document.documentElement.setAttribute("lang",e)}));const Qt=Object.assign(Object.assign({},Kt),{set:e=>{if(e&&function(e){if(null==e)return;const t=Jt(e);for(let e=0;e<t.length;e++){const n=t[e];if(Nt(n))return n}}(e)&&Bt(e)){const{loadingDelay:t}=Wt();let n;return"undefined"!=typeof window&&null!=qt()&&t?n=window.setTimeout((()=>Vt.set(!0)),t):Vt.set(!0),Yt(e).then((()=>{Kt.set(e)})).finally((()=>{clearTimeout(n),Vt.set(!1)}))}return Kt.set(e)}}),en=e=>{const t=Object.create(null);return n=>{const r=JSON.stringify(n);return r in t?t[r]:t[r]=e(n)}},tn=(e,t)=>{const{formats:n}=Wt();if(e in n&&t in n[e])return n[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},nn=en((e=>{var{locale:t,format:n}=e,r=jt(e,["locale","format"]);if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(r=tn("number",n)),new Intl.NumberFormat(t,r)})),rn=en((e=>{var{locale:t,format:n}=e,r=jt(e,["locale","format"]);if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?r=tn("date",n):0===Object.keys(r).length&&(r=tn("date","short")),new Intl.DateTimeFormat(t,r)})),an=en((e=>{var{locale:t,format:n}=e,r=jt(e,["locale","format"]);if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?r=tn("time",n):0===Object.keys(r).length&&(r=tn("time","short")),new Intl.DateTimeFormat(t,r)})),on=en(((e,t=qt())=>new kt(e,t,Wt().formats,{ignoreTag:Wt().ignoreTag}))),sn=(e,t={})=>{var n,r,i,a;let o=t;"object"==typeof e&&(o=e,e=o.id);const{values:s,locale:l=qt(),default:c}=o;if(null==l)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let u=Dt(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=Wt()).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(!s)return u;let h=u;try{h=on(u,l).format(s)}catch(t){console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,t.message)}return h},ln=(e,t)=>((e={})=>{var{locale:t=qt()}=e,n=jt(e,["locale"]);return an(Object.assign({locale:t},n))})(t).format(e),cn=(e,t)=>((e={})=>{var{locale:t=qt()}=e,n=jt(e,["locale"]);return rn(Object.assign({locale:t},n))})(t).format(e),un=(e,t)=>((e={})=>{var{locale:t=qt()}=e,n=jt(e,["locale"]);return nn(Object.assign({locale:t},n))})(t).format(e),hn=(e,t=qt())=>Dt(e,t),dn=V([Qt,Ot],(()=>sn));V([Qt],(()=>ln)),V([Qt],(()=>cn)),V([Qt],(()=>un)),V([Qt,Ot],(()=>hn));var mn="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||void 0!==mn&&mn,fn="URLSearchParams"in mn,pn="Symbol"in mn&&"iterator"in Symbol,gn="FileReader"in mn&&"Blob"in mn&&function(){try{return new Blob,!0}catch(e){return!1}}(),yn="FormData"in mn,vn="ArrayBuffer"in mn;if(vn)var bn=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],wn=ArrayBuffer.isView||function(e){return e&&bn.indexOf(Object.prototype.toString.call(e))>-1};function _n(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 Sn(e){return"string"!=typeof e&&(e=String(e)),e}
|
|
571
571
|
// Build a destructive iterator for the value list
|
|
572
|
-
function xn(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return pn&&(t[Symbol.iterator]=function(){return t}),t}function Tn(e){this.map={},e instanceof Tn?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
|
|
572
|
+
function xn(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return pn&&(t[Symbol.iterator]=function(){return t}),t}function Tn(e){this.map={},e instanceof Tn?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 En(e){if(e.bodyUsed)return Promise.reject(new TypeError("Already read"));e.bodyUsed=!0}function Gn(e){return new Promise((function(t,n){e.onload=function(){t(e.result)},e.onerror=function(){n(e.error)}}))}function Mn(e){var t=new FileReader,n=Gn(t);return t.readAsArrayBuffer(e),n}function Cn(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function Ln(){return this.bodyUsed=!1,this._initBody=function(e){var t;
|
|
573
573
|
/*
|
|
574
574
|
fetch-mock wraps the Response object in an ES6 Proxy to
|
|
575
575
|
provide useful test harness features such as flush. However, on
|
|
@@ -582,17 +582,17 @@ function xn(e){var t={next:function(){var t=e.shift();return{done:void 0===t,val
|
|
|
582
582
|
*/
|
|
583
583
|
this.bodyUsed=this.bodyUsed,this._bodyInit=e,e?"string"==typeof e?this._bodyText=e:gn&&Blob.prototype.isPrototypeOf(e)?this._bodyBlob=e:yn&&FormData.prototype.isPrototypeOf(e)?this._bodyFormData=e:fn&&URLSearchParams.prototype.isPrototypeOf(e)?this._bodyText=e.toString():vn&&gn&&((t=e)&&DataView.prototype.isPrototypeOf(t))?(this._bodyArrayBuffer=Cn(e.buffer),
|
|
584
584
|
// IE 10-11 can't handle a DataView body.
|
|
585
|
-
this._bodyInit=new Blob([this._bodyArrayBuffer])):vn&&(ArrayBuffer.prototype.isPrototypeOf(e)||wn(e))?this._bodyArrayBuffer=Cn(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):fn&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},gn&&(this.blob=function(){var e=
|
|
585
|
+
this._bodyInit=new Blob([this._bodyArrayBuffer])):vn&&(ArrayBuffer.prototype.isPrototypeOf(e)||wn(e))?this._bodyArrayBuffer=Cn(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):fn&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},gn&&(this.blob=function(){var e=En(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=En(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(Mn)}),this.text=function(){var e,t,n,r=En(this);if(r)return r;if(this._bodyBlob)return e=this._bodyBlob,t=new FileReader,n=Gn(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)},yn&&(this.formData=function(){return this.text().then(Fn)}),this.json=function(){return this.text().then(JSON.parse)},this}
|
|
586
586
|
// HTTP methods whose capitalization should be normalized
|
|
587
587
|
Tn.prototype.append=function(e,t){e=_n(e),t=Sn(t);var n=this.map[e];this.map[e]=n?n+", "+t:t},Tn.prototype.delete=function(e){delete this.map[_n(e)]},Tn.prototype.get=function(e){return e=_n(e),this.has(e)?this.map[e]:null},Tn.prototype.has=function(e){return this.map.hasOwnProperty(_n(e))},Tn.prototype.set=function(e,t){this.map[_n(e)]=Sn(t)},Tn.prototype.forEach=function(e,t){for(var n in this.map)this.map.hasOwnProperty(n)&&e.call(t,this.map[n],n,this)},Tn.prototype.keys=function(){var e=[];return this.forEach((function(t,n){e.push(n)})),xn(e)},Tn.prototype.values=function(){var e=[];return this.forEach((function(t){e.push(t)})),xn(e)},Tn.prototype.entries=function(){var e=[];return this.forEach((function(t,n){e.push([n,t])})),xn(e)},pn&&(Tn.prototype[Symbol.iterator]=Tn.prototype.entries);var kn=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function In(e,t){if(!(this instanceof In))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 In){if(e.bodyUsed)throw new TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new Tn(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 Tn(t.headers)),this.method=(n=t.method||this.method||"GET",r=n.toUpperCase(),kn.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)){
|
|
588
588
|
// Search for a '_' parameter in the query string
|
|
589
589
|
var a=/([?&])_=[^&]*/;if(a.test(this.url))
|
|
590
590
|
// If it already exists then set the value with the current time
|
|
591
|
-
this.url=this.url.replace(a,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function Fn(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 Dn(e,t){if(!(this instanceof Dn))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 Tn(t.headers),this.url=t.url||"",this._initBody(e)}In.prototype.clone=function(){return new In(this,{body:this._bodyInit})},Ln.call(In.prototype),Ln.call(Dn.prototype),Dn.prototype.clone=function(){return new Dn(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new Tn(this.headers),url:this.url})},Dn.error=function(){var e=new Dn(null,{status:0,statusText:""});return e.type="error",e};var
|
|
591
|
+
this.url=this.url.replace(a,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function Fn(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 Dn(e,t){if(!(this instanceof Dn))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 Tn(t.headers),this.url=t.url||"",this._initBody(e)}In.prototype.clone=function(){return new In(this,{body:this._bodyInit})},Ln.call(In.prototype),Ln.call(Dn.prototype),Dn.prototype.clone=function(){return new Dn(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new Tn(this.headers),url:this.url})},Dn.error=function(){var e=new Dn(null,{status:0,statusText:""});return e.type="error",e};var $n=[301,302,303,307,308];Dn.redirect=function(e,t){if(-1===$n.indexOf(t))throw new RangeError("Invalid status code");return new Dn(null,{status:t,headers:{location:e}})};var On=mn.DOMException;try{new On}catch(e){(On=function(e,t){this.message=e,this.name=t;var n=Error(e);this.stack=n.stack}).prototype=Object.create(Error.prototype),On.prototype.constructor=On}function Nn(e,t){return new Promise((function(n,r){var i=new In(e,t);if(i.signal&&i.signal.aborted)return r(new On("Aborted","AbortError"));var a=new XMLHttpRequest;function o(){a.abort()}a.onload=function(){var e,t,r={status:a.status,statusText:a.statusText,headers:(e=a.getAllResponseHeaders()||"",t=new Tn,
|
|
592
592
|
// Avoiding split via regex to work around a common IE11 bug with the core-js 3.6.0 regex polyfill
|
|
593
593
|
// https://github.com/github/fetch/issues/748
|
|
594
594
|
// https://github.com/zloirock/core-js/issues/751
|
|
595
|
-
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 Dn(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
|
|
595
|
+
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 Dn(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 On("Aborted","AbortError"))}),0)},a.open(i.method,function(e){try{return""===e&&mn.location.href?mn.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&&(gn?a.responseType="blob":vn&&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 Tn?i.headers.forEach((function(e,t){a.setRequestHeader(t,e)})):Object.getOwnPropertyNames(t.headers).forEach((function(e){a.setRequestHeader(e,Sn(t.headers[e]))})),i.signal&&(i.signal.addEventListener("abort",o),a.onreadystatechange=function(){
|
|
596
596
|
// DONE (success or failure)
|
|
597
597
|
4===a.readyState&&i.signal.removeEventListener("abort",o)}),a.send(void 0===i._bodyInit?null:i._bodyInit)}))}Nn.polyfill=!0,mn.fetch||(mn.fetch=Nn,mn.Headers=Tn,mn.Request=In,mn.Response=Dn);"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self&&self;function Pn(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}
|
|
598
598
|
// the whatwg-fetch polyfill installs the fetch() function
|
|
@@ -615,7 +615,7 @@ self.fetch.bind(self);
|
|
|
615
615
|
PERFORMANCE OF THIS SOFTWARE.
|
|
616
616
|
***************************************************************************** */
|
|
617
617
|
/* global Reflect, Promise */
|
|
618
|
-
var Rn=function(e,t){return Rn=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])},Rn(e,t)};function An(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}Rn(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}function Hn(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 Bn(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,a=n.call(e),o=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)o.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 o}function Un(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 Yn(e){return"function"==typeof e}function jn(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 zn=jn((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 Wn(e,t){if(e){var n=e.indexOf(t);0<=n&&e.splice(n,1)}}var Vn=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 o=Hn(a),s=o.next();!s.done;s=o.next()){s.value.remove(this)}}catch(t){e={error:t}}finally{try{s&&!s.done&&(t=o.return)&&t.call(o)}finally{if(e)throw e.error}}else a.remove(this);var l=this.initialTeardown;if(Yn(l))try{l()}catch(e){i=e instanceof zn?e.errors:[e]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var u=Hn(c),h=u.next();!h.done;h=u.next()){var d=h.value;try{Xn(d)}catch(e){i=null!=i?i:[],e instanceof zn?i=Un(Un([],Bn(i)),Bn(e.errors)):i.push(e)}}}catch(e){n={error:e}}finally{try{h&&!h.done&&(r=u.return)&&r.call(u)}finally{if(n)throw n.error}}}if(i)throw new zn(i)}},e.prototype.add=function(t){var n;if(t&&t!==this)if(this.closed)Xn(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)&&Wn(t,e)},e.prototype.remove=function(t){var n=this._finalizers;n&&Wn(n,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}(),Zn=Vn.EMPTY;function Kn(e){return e instanceof Vn||e&&"closed"in e&&Yn(e.remove)&&Yn(e.add)&&Yn(e.unsubscribe)}function Xn(e){Yn(e)?e():e.unsubscribe()}var Jn={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},qn={setTimeout:function(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var i=qn.delegate;return(null==i?void 0:i.setTimeout)?i.setTimeout.apply(i,Un([e,t],Bn(n))):setTimeout.apply(void 0,Un([e,t],Bn(n)))},clearTimeout:function(e){var t=qn.delegate;return((null==t?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function Qn(){}var er=null;function tr(e){if(Jn.useDeprecatedSynchronousErrorHandling){var t=!er;if(t&&(er={errorThrown:!1,error:null}),e(),t){var n=er,r=n.errorThrown,i=n.error;if(er=null,r)throw i}}else e()}var nr=function(e){function t(t){var n=e.call(this)||this;return n.isStopped=!1,t?(n.destination=t,Kn(t)&&t.add(n)):n.destination=lr,n}return An(t,e),t.create=function(e,t,n){return new or(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}(Vn),rr=Function.prototype.bind;function ir(e,t){return rr.call(e,t)}var ar=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){sr(e)}},e.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(e){sr(e)}else sr(e)},e.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(e){sr(e)}},e}(),or=function(e){function t(t,n,r){var i,a,o=e.call(this)||this;Yn(t)||!t?i={next:null!=t?t:void 0,error:null!=n?n:void 0,complete:null!=r?r:void 0}:o&&Jn.useDeprecatedNextContext?((a=Object.create(t)).unsubscribe=function(){return o.unsubscribe()},i={next:t.next&&ir(t.next,a),error:t.error&&ir(t.error,a),complete:t.complete&&ir(t.complete,a)}):i=t;return o.destination=new ar(i),o}return An(t,e),t}(nr);function sr(e){var t;t=e,qn.setTimeout((function(){throw t}))}var lr={closed:!0,next:Qn,error:function(e){throw e},complete:Qn},cr="function"==typeof Symbol&&Symbol.observable||"@@observable";function ur(e){return e}function hr(e){return 0===e.length?ur:1===e.length?e[0]:function(t){return e.reduce((function(e,t){return t(e)}),t)}}var dr=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 nr||function(e){return e&&Yn(e.next)&&Yn(e.error)&&Yn(e.complete)}(r)&&Kn(r)?e:new or(e,t,n);return tr((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=mr(t))((function(t,r){var i=new or({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[cr]=function(){return this},e.prototype.pipe=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return hr(e)(this)},e.prototype.toPromise=function(e){var t=this;return new(e=mr(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 mr(e){var t;return null!==(t=null!=e?e:Jn.Promise)&&void 0!==t?t:Promise}var fr=jn((function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),pr=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 An(t,e),t.prototype.lift=function(e){var t=new gr(this,this);return t.operator=e,t},t.prototype._throwIfClosed=function(){if(this.closed)throw new fr},t.prototype.next=function(e){var t=this;tr((function(){var n,r;if(t._throwIfClosed(),!t.isStopped){t.currentObservers||(t.currentObservers=Array.from(t.observers));try{for(var i=Hn(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;tr((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;tr((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?Zn:(this.currentObservers=null,a.push(e),new Vn((function(){t.currentObservers=null,Wn(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 dr;return e.source=this,e},t.create=function(e,t){return new gr(e,t)},t}(dr),gr=function(e){function t(t,n){var r=e.call(this)||this;return r.destination=t,r.source=n,r}return An(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:Zn},t}(pr),yr={now:function(){return(yr.delegate||Date).now()},delegate:void 0},vr=function(e){function t(t,n,r){void 0===t&&(t=1/0),void 0===n&&(n=1/0),void 0===r&&(r=yr);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 An(t,e),t.prototype.next=function(t){var n=this,r=n.isStopped,i=n._buffer,a=n._infiniteTimeWindow,o=n._timestampProvider,s=n._windowTime;r||(i.push(t),!a&&i.push(o.now()+s)),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 o=n.now(),s=0,l=1;l<r.length&&r[l]<=o;l+=2)s=l;s&&r.splice(0,s+1)}},t}(pr);let br=[],wr={};window.emWidgets={topic:(e,t=0)=>{if(-1==br.indexOf(e)){let n=new vr(t);wr[e]=n,br.push(e)}return wr[e]}};
|
|
618
|
+
var An=function(e,t){return An=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])},An(e,t)};function Rn(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}An(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}function Hn(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 Bn(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,a=n.call(e),o=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)o.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 o}function Un(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 Yn(e){return"function"==typeof e}function jn(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 zn=jn((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 Wn(e,t){if(e){var n=e.indexOf(t);0<=n&&e.splice(n,1)}}var Vn=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 o=Hn(a),s=o.next();!s.done;s=o.next()){s.value.remove(this)}}catch(t){e={error:t}}finally{try{s&&!s.done&&(t=o.return)&&t.call(o)}finally{if(e)throw e.error}}else a.remove(this);var l=this.initialTeardown;if(Yn(l))try{l()}catch(e){i=e instanceof zn?e.errors:[e]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var u=Hn(c),h=u.next();!h.done;h=u.next()){var d=h.value;try{Xn(d)}catch(e){i=null!=i?i:[],e instanceof zn?i=Un(Un([],Bn(i)),Bn(e.errors)):i.push(e)}}}catch(e){n={error:e}}finally{try{h&&!h.done&&(r=u.return)&&r.call(u)}finally{if(n)throw n.error}}}if(i)throw new zn(i)}},e.prototype.add=function(t){var n;if(t&&t!==this)if(this.closed)Xn(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)&&Wn(t,e)},e.prototype.remove=function(t){var n=this._finalizers;n&&Wn(n,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}(),Zn=Vn.EMPTY;function Kn(e){return e instanceof Vn||e&&"closed"in e&&Yn(e.remove)&&Yn(e.add)&&Yn(e.unsubscribe)}function Xn(e){Yn(e)?e():e.unsubscribe()}var Jn={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},qn={setTimeout:function(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var i=qn.delegate;return(null==i?void 0:i.setTimeout)?i.setTimeout.apply(i,Un([e,t],Bn(n))):setTimeout.apply(void 0,Un([e,t],Bn(n)))},clearTimeout:function(e){var t=qn.delegate;return((null==t?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function Qn(){}var er=null;function tr(e){if(Jn.useDeprecatedSynchronousErrorHandling){var t=!er;if(t&&(er={errorThrown:!1,error:null}),e(),t){var n=er,r=n.errorThrown,i=n.error;if(er=null,r)throw i}}else e()}var nr=function(e){function t(t){var n=e.call(this)||this;return n.isStopped=!1,t?(n.destination=t,Kn(t)&&t.add(n)):n.destination=lr,n}return Rn(t,e),t.create=function(e,t,n){return new or(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}(Vn),rr=Function.prototype.bind;function ir(e,t){return rr.call(e,t)}var ar=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){sr(e)}},e.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(e){sr(e)}else sr(e)},e.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(e){sr(e)}},e}(),or=function(e){function t(t,n,r){var i,a,o=e.call(this)||this;Yn(t)||!t?i={next:null!=t?t:void 0,error:null!=n?n:void 0,complete:null!=r?r:void 0}:o&&Jn.useDeprecatedNextContext?((a=Object.create(t)).unsubscribe=function(){return o.unsubscribe()},i={next:t.next&&ir(t.next,a),error:t.error&&ir(t.error,a),complete:t.complete&&ir(t.complete,a)}):i=t;return o.destination=new ar(i),o}return Rn(t,e),t}(nr);function sr(e){var t;t=e,qn.setTimeout((function(){throw t}))}var lr={closed:!0,next:Qn,error:function(e){throw e},complete:Qn},cr="function"==typeof Symbol&&Symbol.observable||"@@observable";function ur(e){return e}function hr(e){return 0===e.length?ur:1===e.length?e[0]:function(t){return e.reduce((function(e,t){return t(e)}),t)}}var dr=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 nr||function(e){return e&&Yn(e.next)&&Yn(e.error)&&Yn(e.complete)}(r)&&Kn(r)?e:new or(e,t,n);return tr((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=mr(t))((function(t,r){var i=new or({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[cr]=function(){return this},e.prototype.pipe=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return hr(e)(this)},e.prototype.toPromise=function(e){var t=this;return new(e=mr(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 mr(e){var t;return null!==(t=null!=e?e:Jn.Promise)&&void 0!==t?t:Promise}var fr=jn((function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),pr=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 Rn(t,e),t.prototype.lift=function(e){var t=new gr(this,this);return t.operator=e,t},t.prototype._throwIfClosed=function(){if(this.closed)throw new fr},t.prototype.next=function(e){var t=this;tr((function(){var n,r;if(t._throwIfClosed(),!t.isStopped){t.currentObservers||(t.currentObservers=Array.from(t.observers));try{for(var i=Hn(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;tr((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;tr((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?Zn:(this.currentObservers=null,a.push(e),new Vn((function(){t.currentObservers=null,Wn(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 dr;return e.source=this,e},t.create=function(e,t){return new gr(e,t)},t}(dr),gr=function(e){function t(t,n){var r=e.call(this)||this;return r.destination=t,r.source=n,r}return Rn(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:Zn},t}(pr),yr={now:function(){return(yr.delegate||Date).now()},delegate:void 0},vr=function(e){function t(t,n,r){void 0===t&&(t=1/0),void 0===n&&(n=1/0),void 0===r&&(r=yr);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 Rn(t,e),t.prototype.next=function(t){var n=this,r=n.isStopped,i=n._buffer,a=n._infiniteTimeWindow,o=n._timestampProvider,s=n._windowTime;r||(i.push(t),!a&&i.push(o.now()+s)),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 o=n.now(),s=0,l=1;l<r.length&&r[l]<=o;l+=2)s=l;s&&r.splice(0,s+1)}},t}(pr);let br=[],wr={};window.emWidgets={topic:(e,t=0)=>{if(-1==br.indexOf(e)){let n=new vr(t);wr[e]=n,br.push(e)}return wr[e]}};
|
|
619
619
|
/**
|
|
620
620
|
* @name isMobile
|
|
621
621
|
* @description A method that returns if the browser used to access the app is from a mobile device or not
|
|
@@ -628,7 +628,7 @@ const _r=e=>!!(e.toLowerCase().match(/android/i)||e.toLowerCase().match(/blackbe
|
|
|
628
628
|
* @description A method that returns the type of the device
|
|
629
629
|
* @param {String} userAgent window.navigator.userAgent
|
|
630
630
|
* @returns {String} Android/iPhone/iPad/PC
|
|
631
|
-
*/function xr(e,t){
|
|
631
|
+
*/function xr(e,t){At(e,t)}const Tr={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:"You can now add games to favorites by tapping on the star icon located on the game page.",noFavorites:"You can now add games to favorites by clicking on the star icon located on the game thumbnail.",noFavoritesTitle:"You do not have any favored games yet.",waiting:"Waiting"}},zh:{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."}},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 todo",searchedItems:"Resultado de búsqueda",recentSearchedItems:"Aún no se ha iniciado ninguna búsqueda. Simplemente busca un juego.",favorites:"Favorito",noRecentSearch:"Aún no se inició ninguna búsqueda. Simplemente busque un juego.",noResults:"Lo sentimos, no se encontraron resultados. Inténtalo de nuevo.",noFavoritesMobile:"Ahora puede agregar juegos a favoritos tocando el ícono de estrella ubicado en la página del juego.",noFavorites:"Ahora puede agregar juegos a favoritos haciendo clic en el ícono de estrella ubicado en la miniatura del juego.",noFavoritesTitle:"Aún no tienes ningún juego favorito.",waiting:"Esperando"}},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 Er=function(e,t,n){return e(n={path:t,exports:{},require:function(e,t){return Pn(null==t&&n.path)}},n.exports),n.exports}((function(e,t){e.exports=function(){var t,n;function r(){return t.apply(null,arguments)}
|
|
632
632
|
// This is done to register the method called with moment()
|
|
633
633
|
// without creating circular dependencies.
|
|
634
634
|
function i(e){t=e}function a(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function o(e){
|
|
@@ -644,20 +644,20 @@ n=Array.prototype.some?Array.prototype.some:function(e){var t,n=Object(this),r=n
|
|
|
644
644
|
function S(e){_(this,e),this._d=new Date(null!=e._d?e._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),
|
|
645
645
|
// Prevent infinite loop in case updateOffset creates new moment
|
|
646
646
|
// objects.
|
|
647
|
-
!1===w&&(w=!0,r.updateOffset(this),w=!1)}function x(e){return e instanceof S||null!=e&&null!=e._isAMomentObject}function T(e){!1===r.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function
|
|
647
|
+
!1===w&&(w=!0,r.updateOffset(this),w=!1)}function x(e){return e instanceof S||null!=e&&null!=e._isAMomentObject}function T(e){!1===r.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function E(e,t){var n=!0;return m((function(){if(null!=r.deprecationHandler&&r.deprecationHandler(null,e),n){var i,a,o,l=[],c=arguments.length;for(a=0;a<c;a++){if(i="","object"==typeof arguments[a]){for(o in i+="\n["+a+"] ",arguments[0])s(arguments[0],o)&&(i+=o+": "+arguments[0][o]+", ");i=i.slice(0,-2)}else i=arguments[a];l.push(i)}T(e+"\nArguments: "+Array.prototype.slice.call(l).join("")+"\n"+(new Error).stack),n=!1}return t.apply(this,arguments)}),t)}var G,M={};function C(e,t){null!=r.deprecationHandler&&r.deprecationHandler(e,t),M[e]||(T(t),M[e]=!0)}function L(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)s(e,n)&&(L(t=e[n])?this[n]=t:this["_"+n]=t);this._config=e,
|
|
648
648
|
// Lenient ordinal parsing accepts just a number in addition to
|
|
649
649
|
// number + (possibly) stuff coming from _dayOfMonthOrdinalParse.
|
|
650
650
|
// TODO: Remove "ordinalParse" fallback in next major release.
|
|
651
651
|
this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function I(e,t){var n,r=m({},e);for(n in t)s(t,n)&&(o(e[n])&&o(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)s(e,n)&&!s(t,n)&&o(e[n])&&(
|
|
652
652
|
// make sure changes to properties don't modify parent config
|
|
653
|
-
r[n]=m({},r[n]));return r}function F(e){null!=e&&this.set(e)}r.suppressDeprecationWarnings=!1,r.deprecationHandler=null,
|
|
653
|
+
r[n]=m({},r[n]));return r}function F(e){null!=e&&this.set(e)}r.suppressDeprecationWarnings=!1,r.deprecationHandler=null,G=Object.keys?Object.keys:function(e){var t,n=[];for(t in e)s(e,t)&&n.push(t);return n};var D={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function $(e,t,n){var r=this._calendar[e]||this._calendar.sameElse;return L(r)?r.call(t,n):r}function O(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 N=/(\[[^\[]*\])|(\\)?([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,P=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,A={},R={};
|
|
654
654
|
// token: 'M'
|
|
655
655
|
// padded: ['MM', 2]
|
|
656
656
|
// ordinal: 'Mo'
|
|
657
657
|
// callback: function () { this.month() + 1 }
|
|
658
|
-
function H(e,t,n,r){var i=r;"string"==typeof r&&(i=function(){return this[r]()}),e&&(
|
|
658
|
+
function H(e,t,n,r){var i=r;"string"==typeof r&&(i=function(){return this[r]()}),e&&(R[e]=i),t&&(R[t[0]]=function(){return O(i.apply(this,arguments),t[1],t[2])}),n&&(R[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(N);for(t=0,n=r.length;t<n;t++)R[r[t]]?r[t]=R[r[t]]:r[t]=B(r[t]);return function(t){var i,a="";for(i=0;i<n;i++)a+=L(r[i])?r[i].call(t,e):r[i];return a}}
|
|
659
659
|
// format date using native date object
|
|
660
|
-
function Y(e,t){return e.isValid()?(t=j(t,e.localeData()),
|
|
660
|
+
function Y(e,t){return e.isValid()?(t=j(t,e.localeData()),A[t]=A[t]||U(t),A[t](e)):e.localeData().invalidDate()}function j(e,t){var n=5;function r(e){return t.longDateFormat(e)||e}for(P.lastIndex=0;n>=0&&P.test(e);)e=e.replace(P,r),P.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(N).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 J(e){return this._ordinal.replace("%d",e)}var q={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 L(i)?i(e,t,n,r):i.replace(/%d/i,e)}function ee(e,t){var n=this._relativeTime[e>0?"future":"past"];return L(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)s(e,n)&&(t=re(n))&&(r[t]=e[n]);return r}var ae={};function oe(e,t){ae[e]=t}function se(e){var t,n=[];for(t in e)s(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 he(e,t){return function(n){return null!=n?(me(this,e,n),r.updateOffset(this,t),this):de(this,e)}}function de(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(),Qe(n,e.month()))):e._d["set"+(e._isUTC?"UTC":"")+t](n))}
|
|
661
661
|
// MOMENTS
|
|
662
662
|
function fe(e){return L(this[e=re(e)])?this[e]():this}function pe(e,t){if("object"==typeof e){var n,r=se(e=ie(e)),i=r.length;for(n=0;n<i;n++)this[r[n].unit](e[r[n].unit])}else if(L(this[e=re(e)]))return this[e](t);return this}var ge,ye=/\d/,// 0 - 9
|
|
663
663
|
ve=/\d\d/,// 00 - 99
|
|
@@ -667,8 +667,8 @@ _e=/[+-]?\d{6}/,// -999999 - 999999
|
|
|
667
667
|
Se=/\d\d?/,// 0 - 99
|
|
668
668
|
xe=/\d\d\d\d?/,// 999 - 9999
|
|
669
669
|
Te=/\d\d\d\d\d\d?/,// 99999 - 999999
|
|
670
|
-
|
|
671
|
-
|
|
670
|
+
Ee=/\d{1,3}/,// 0 - 999
|
|
671
|
+
Ge=/\d{1,4}/,// 0 - 9999
|
|
672
672
|
Me=/[+-]?\d{1,6}/,// -999999 - 999999
|
|
673
673
|
Ce=/\d+/,// 0 - inf
|
|
674
674
|
Le=/[+-]?\d+/,// -inf - inf
|
|
@@ -677,9 +677,9 @@ Ie=/Z|[+-]\d\d(?::?\d\d)?/gi,// +00 -00 +00:00 -00:00 +0000 -0000 or Z
|
|
|
677
677
|
Fe=/[+-]?\d+(\.\d{1,3})?/,// 123456789 123456789.123
|
|
678
678
|
// any word (or two) characters or numbers including two/three word month in arabic.
|
|
679
679
|
// includes scottish gaelic two word and hyphenated months
|
|
680
|
-
De=/[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
|
|
680
|
+
De=/[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 $e(e,t,n){ge[e]=L(t)?t:function(e,r){return e&&n?n:t}}function Oe(e,t){return s(ge,e)?ge[e](t._strict,t._locale):new RegExp(Ne(e))}
|
|
681
681
|
// Code from http://stackoverflow.com/questions/3561493/is-there-a-regexp-escape-function-in-javascript
|
|
682
|
-
function Ne(e){return Pe(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(e,t,n,r,i){return t||n||r||i})))}function Pe(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}ge={};var
|
|
682
|
+
function Ne(e){return Pe(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(e,t,n,r,i){return t||n||r||i})))}function Pe(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}ge={};var Ae={};function Re(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++)Ae[e[n]]=i}function He(e,t){Re(e,(function(e,n,r,i){r._w=r._w||{},t(e,r._w,r,i)}))}function Be(e,t,n){null!=t&&s(Ae,e)&&Ae[e](t,n._a,n,e)}var Ue,Ye=0,je=1,ze=2,We=3,Ve=4,Ze=5,Ke=6,Xe=7,Je=8;function qe(e,t){return(e%t+t)%t}function Qe(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}
|
|
683
683
|
// FORMATTING
|
|
684
684
|
Ue=Array.prototype.indexOf?Array.prototype.indexOf:function(e){
|
|
685
685
|
// I know
|
|
@@ -689,7 +689,7 @@ ne("month","M"),
|
|
|
689
689
|
// PRIORITY
|
|
690
690
|
oe("month",8),
|
|
691
691
|
// PARSING
|
|
692
|
-
|
|
692
|
+
$e("M",Se),$e("MM",Se,ve),$e("MMM",(function(e,t){return t.monthsShortRegex(e)})),$e("MMMM",(function(e,t){return t.monthsRegex(e)})),Re(["M","MM"],(function(e,t){t[je]=ue(e)-1})),Re(["MMM","MMMM"],(function(e,t,n,r){var i=n._locale.monthsParse(e,r,n._strict);
|
|
693
693
|
// if we didn't find a month name, mark the date as invalid.
|
|
694
694
|
null!=i?t[je]=i:g(n).invalidMonth=e}));
|
|
695
695
|
// LOCALES
|
|
@@ -719,13 +719,13 @@ for(r.sort(e),i.sort(e),a.sort(e),t=0;t<12;t++)r[t]=Pe(r[t]),i[t]=Pe(i[t]);for(t
|
|
|
719
719
|
// HELPERS
|
|
720
720
|
function pt(e){return le(e)?366:365}
|
|
721
721
|
// HOOKS
|
|
722
|
-
H("Y",0,0,(function(){var e=this.year();return e<=9999
|
|
722
|
+
H("Y",0,0,(function(){var e=this.year();return e<=9999?O(e,4):"+"+e})),H(0,["YY",2],0,(function(){return this.year()%100})),H(0,["YYYY",4],0,"year"),H(0,["YYYYY",5],0,"year"),H(0,["YYYYYY",6,!0],0,"year"),
|
|
723
723
|
// ALIASES
|
|
724
724
|
ne("year","y"),
|
|
725
725
|
// PRIORITIES
|
|
726
726
|
oe("year",1),
|
|
727
727
|
// PARSING
|
|
728
|
-
|
|
728
|
+
$e("Y",Le),$e("YY",Se,ve),$e("YYYY",Ge,we),$e("YYYYY",Me,_e),$e("YYYYYY",Me,_e),Re(["YYYYY","YYYYYY"],Ye),Re("YYYY",(function(e,t){t[Ye]=2===e.length?r.parseTwoDigitYear(e):ue(e)})),Re("YY",(function(e,t){t[Ye]=r.parseTwoDigitYear(e)})),Re("Y",(function(e,t){t[Ye]=parseInt(e,10)})),r.parseTwoDigitYear=function(e){return ue(e)+(ue(e)>68?1900:2e3)};
|
|
729
729
|
// MOMENTS
|
|
730
730
|
var gt=he("FullYear",!0);function yt(){return le(this.year())}function vt(e,t,n,r,i,a,o){
|
|
731
731
|
// can't just apply() to create a date:
|
|
@@ -753,8 +753,8 @@ ne("week","w"),ne("isoWeek","W"),
|
|
|
753
753
|
// PRIORITIES
|
|
754
754
|
oe("week",5),oe("isoWeek",5),
|
|
755
755
|
// PARSING
|
|
756
|
-
|
|
757
|
-
doy:6};function
|
|
756
|
+
$e("w",Se),$e("ww",Se,ve),$e("W",Se),$e("WW",Se,ve),He(["w","ww","W","WW"],(function(e,t,n,r){t[r.substr(0,1)]=ue(e)}));var Et={dow:0,// Sunday is the first day of the week.
|
|
757
|
+
doy:6};function Gt(){return this._week.dow}function Mt(){return this._week.doy}
|
|
758
758
|
// MOMENTS
|
|
759
759
|
function Ct(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")}function Lt(e){var t=St(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")}
|
|
760
760
|
// FORMATTING
|
|
@@ -767,9 +767,9 @@ ne("day","d"),ne("weekday","e"),ne("isoWeekday","E"),
|
|
|
767
767
|
// PRIORITY
|
|
768
768
|
oe("day",11),oe("weekday",11),oe("isoWeekday",11),
|
|
769
769
|
// PARSING
|
|
770
|
-
|
|
770
|
+
$e("d",Se),$e("e",Se),$e("E",Se),$e("dd",(function(e,t){return t.weekdaysMinRegex(e)})),$e("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),$e("dddd",(function(e,t){return t.weekdaysRegex(e)})),He(["dd","ddd","dddd"],(function(e,t,n,r){var i=n._locale.weekdaysParse(e,r,n._strict);
|
|
771
771
|
// if we didn't get a weekday name, mark the date as invalid
|
|
772
|
-
null!=i?t.d=i:g(n).invalidWeekday=e})),He(["d","e","E"],(function(e,t,n,r){t[r]=ue(e)}));var Dt="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_")
|
|
772
|
+
null!=i?t.d=i:g(n).invalidWeekday=e})),He(["d","e","E"],(function(e,t,n,r){t[r]=ue(e)}));var Dt="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),$t="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Ot="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Nt=De,Pt=De,At=De;function Rt(e,t){var n=a(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(t)?"format":"standalone"];return!0===e?Ft(n,this._week.dow):e?n[e.day()]:n}function Ht(e){return!0===e?Ft(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}function Bt(e){return!0===e?Ft(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin}function Ut(e,t,n){var r,i,a,o=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=Ue.call(this._weekdaysParse,o))?i:null:"ddd"===t?-1!==(i=Ue.call(this._shortWeekdaysParse,o))?i:null:-1!==(i=Ue.call(this._minWeekdaysParse,o))?i:null:"dddd"===t?-1!==(i=Ue.call(this._weekdaysParse,o))||-1!==(i=Ue.call(this._shortWeekdaysParse,o))||-1!==(i=Ue.call(this._minWeekdaysParse,o))?i:null:"ddd"===t?-1!==(i=Ue.call(this._shortWeekdaysParse,o))||-1!==(i=Ue.call(this._weekdaysParse,o))||-1!==(i=Ue.call(this._minWeekdaysParse,o))?i:null:-1!==(i=Ue.call(this._minWeekdaysParse,o))||-1!==(i=Ue.call(this._weekdaysParse,o))||-1!==(i=Ue.call(this._shortWeekdaysParse,o))?i:null}function Yt(e,t,n){var r,i,a;if(this._weekdaysParseExact)return Ut.call(this,e,t,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){
|
|
773
773
|
// test the regex
|
|
774
774
|
if(
|
|
775
775
|
// make the regex if we don't have it already
|
|
@@ -779,7 +779,7 @@ function jt(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this
|
|
|
779
779
|
// behaves the same as moment#day except
|
|
780
780
|
// as a getter, returns 7 instead of 0 (1-7 range instead of 0-6)
|
|
781
781
|
// as a setter, sunday should belong to the previous week.
|
|
782
|
-
if(null!=e){var t=It(e,this.localeData());return this.day(this.day()%7?t:t-7)}return this.day()||7}function Vt(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Xt.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(s(this,"_weekdaysRegex")||(this._weekdaysRegex=Nt),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)}function Zt(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Xt.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(s(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Pt),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Kt(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Xt.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(s(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=
|
|
782
|
+
if(null!=e){var t=It(e,this.localeData());return this.day(this.day()%7?t:t-7)}return this.day()||7}function Vt(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Xt.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(s(this,"_weekdaysRegex")||(this._weekdaysRegex=Nt),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)}function Zt(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Xt.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(s(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Pt),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Kt(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Xt.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(s(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=At),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function Xt(){function e(e,t){return t.length-e.length}var t,n,r,i,a,o=[],s=[],l=[],c=[];for(t=0;t<7;t++)
|
|
783
783
|
// make the regex if we don't have it already
|
|
784
784
|
n=f([2e3,1]).day(t),r=Pe(this.weekdaysMin(n,"")),i=Pe(this.weekdaysShort(n,"")),a=Pe(this.weekdays(n,"")),o.push(r),s.push(i),l.push(a),c.push(r),c.push(i),c.push(a);
|
|
785
785
|
// Sorting makes sure if one weekday (or abbr) is a prefix of another it
|
|
@@ -793,16 +793,16 @@ function en(e,t){return t._meridiemParse}
|
|
|
793
793
|
function tn(e){
|
|
794
794
|
// IE8 Quirks Mode & IE7 Standards Mode do not allow accessing strings like arrays
|
|
795
795
|
// Using charAt should be more compatible.
|
|
796
|
-
return"p"===(e+"").toLowerCase().charAt(0)}H("H",["HH",2],0,"hour"),H("h",["hh",2],0,Jt),H("k",["kk",2],0,qt),H("hmm",0,0,(function(){return""+Jt.apply(this)
|
|
796
|
+
return"p"===(e+"").toLowerCase().charAt(0)}H("H",["HH",2],0,"hour"),H("h",["hh",2],0,Jt),H("k",["kk",2],0,qt),H("hmm",0,0,(function(){return""+Jt.apply(this)+O(this.minutes(),2)})),H("hmmss",0,0,(function(){return""+Jt.apply(this)+O(this.minutes(),2)+O(this.seconds(),2)})),H("Hmm",0,0,(function(){return""+this.hours()+O(this.minutes(),2)})),H("Hmmss",0,0,(function(){return""+this.hours()+O(this.minutes(),2)+O(this.seconds(),2)})),Qt("a",!0),Qt("A",!1),
|
|
797
797
|
// ALIASES
|
|
798
798
|
ne("hour","h"),
|
|
799
799
|
// PRIORITY
|
|
800
|
-
oe("hour",13)
|
|
800
|
+
oe("hour",13),$e("a",en),$e("A",en),$e("H",Se),$e("h",Se),$e("k",Se),$e("HH",Se,ve),$e("hh",Se,ve),$e("kk",Se,ve),$e("hmm",xe),$e("hmmss",Te),$e("Hmm",xe),$e("Hmmss",Te),Re(["H","HH"],We),Re(["k","kk"],(function(e,t,n){var r=ue(e);t[We]=24===r?0:r})),Re(["a","A"],(function(e,t,n){n._isPm=n._locale.isPM(e),n._meridiem=e})),Re(["h","hh"],(function(e,t,n){t[We]=ue(e),g(n).bigHour=!0})),Re("hmm",(function(e,t,n){var r=e.length-2;t[We]=ue(e.substr(0,r)),t[Ve]=ue(e.substr(r)),g(n).bigHour=!0})),Re("hmmss",(function(e,t,n){var r=e.length-4,i=e.length-2;t[We]=ue(e.substr(0,r)),t[Ve]=ue(e.substr(r,2)),t[Ze]=ue(e.substr(i)),g(n).bigHour=!0})),Re("Hmm",(function(e,t,n){var r=e.length-2;t[We]=ue(e.substr(0,r)),t[Ve]=ue(e.substr(r))})),Re("Hmmss",(function(e,t,n){var r=e.length-4,i=e.length-2;t[We]=ue(e.substr(0,r)),t[Ve]=ue(e.substr(r,2)),t[Ze]=ue(e.substr(i))}));var nn=/[ap]\.?m?\.?/i,
|
|
801
801
|
// Setting the hour should keep the time, because the user explicitly
|
|
802
802
|
// specified which hour they want. So trying to maintain the same hour (in
|
|
803
803
|
// a new timezone) makes sense. Adding/subtracting hours does not follow
|
|
804
804
|
// this rule.
|
|
805
|
-
rn=he("Hours",!0);function an(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"}var on,sn={calendar:D,longDateFormat:z,invalidDate:V,ordinal:K,dayOfMonthOrdinalParse:X,relativeTime:q,months:et,monthsShort:tt,week:
|
|
805
|
+
rn=he("Hours",!0);function an(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"}var on,sn={calendar:D,longDateFormat:z,invalidDate:V,ordinal:K,dayOfMonthOrdinalParse:X,relativeTime:q,months:et,monthsShort:tt,week:Et,weekdays:Dt,weekdaysMin:Ot,weekdaysShort:$t,meridiemParse:nn},ln={},cn={};
|
|
806
806
|
// internal storage for locale config files
|
|
807
807
|
function un(e,t){var n,r=Math.min(e.length,t.length);for(n=0;n<r;n+=1)if(e[n]!==t[n])return n;return r}function hn(e){return e?e.toLowerCase().replace("_","-"):e}
|
|
808
808
|
// pick the locale from the array
|
|
@@ -848,30 +848,30 @@ null!=ln[e]&&(null!=ln[e].parentLocale?(ln[e]=ln[e].parentLocale,e===pn()&&pn(e)
|
|
|
848
848
|
// returns locale data
|
|
849
849
|
function vn(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return on;if(!a(e)){if(
|
|
850
850
|
//short-circuit everything else
|
|
851
|
-
t=fn(e))return t;e=[e]}return dn(e)}function bn(){return
|
|
851
|
+
t=fn(e))return t;e=[e]}return dn(e)}function bn(){return G(ln)}function wn(e){var t,n=e._a;return n&&-2===g(e).overflow&&(t=n[je]<0||n[je]>11?je:n[ze]<1||n[ze]>Qe(n[Ye],n[je])?ze:n[We]<0||n[We]>24||24===n[We]&&(0!==n[Ve]||0!==n[Ze]||0!==n[Ke])?We:n[Ve]<0||n[Ve]>59?Ve:n[Ze]<0||n[Ze]>59?Ze:n[Ke]<0||n[Ke]>999?Ke:-1,g(e)._overflowDayOfYear&&(t<Ye||t>ze)&&(t=ze),g(e)._overflowWeeks&&-1===t&&(t=Xe),g(e)._overflowWeekday&&-1===t&&(t=Je),g(e).overflow=t),e}
|
|
852
852
|
// iso 8601 regex
|
|
853
853
|
// 0000-00-00 0000-W00 or 0000-W00-0 + T + 00 or 00:00 or 00:00:00 or 00:00:00.000 + +00:00 or +0000 or +00)
|
|
854
854
|
var _n=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Sn=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,xn=/Z|[+-]\d\d(?::?\d\d)?/,Tn=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],
|
|
855
855
|
// iso time formats and regexes
|
|
856
|
-
|
|
856
|
+
En=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],Gn=/^\/?Date\((-?\d+)/i,
|
|
857
857
|
// RFC 2822 regex: For details see https://tools.ietf.org/html/rfc2822#section-3.3
|
|
858
858
|
Mn=/^(?:(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}))$/,Cn={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};
|
|
859
859
|
// date from iso format
|
|
860
|
-
function Ln(e){var t,n,r,i,a,o,s=e._i,l=_n.exec(s)||Sn.exec(s),c=Tn.length,u=
|
|
860
|
+
function Ln(e){var t,n,r,i,a,o,s=e._i,l=_n.exec(s)||Sn.exec(s),c=Tn.length,u=En.length;if(l){for(g(e).iso=!0,t=0,n=c;t<n;t++)if(Tn[t][1].exec(l[1])){i=Tn[t][0],r=!1!==Tn[t][2];break}if(null==i)return void(e._isValid=!1);if(l[3]){for(t=0,n=u;t<n;t++)if(En[t][1].exec(l[3])){
|
|
861
861
|
// match[2] should be 'T' or space
|
|
862
|
-
a=(l[2]||" ")+
|
|
862
|
+
a=(l[2]||" ")+En[t][0];break}if(null==a)return void(e._isValid=!1)}if(!r&&null!=a)return void(e._isValid=!1);if(l[4]){if(!xn.exec(l[4]))return void(e._isValid=!1);o="Z"}e._f=i+(a||"")+(o||""),Un(e)}else e._isValid=!1}function kn(e,t,n,r,i,a){var o=[In(e),tt.indexOf(t),parseInt(n,10),parseInt(r,10),parseInt(i,10)];return a&&o.push(parseInt(a,10)),o}function In(e){var t=parseInt(e,10);return t<=49?2e3+t:t<=999?1900+t:t}function Fn(e){
|
|
863
863
|
// Remove comments and folding whitespace and replace multiple-spaces with a single space
|
|
864
|
-
return e.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function Dn(e,t,n){return!e
|
|
864
|
+
return e.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function Dn(e,t,n){return!e||$t.indexOf(e)===new Date(t[0],t[1],t[2]).getDay()||(g(n).weekdayMismatch=!0,n._isValid=!1,!1)}function $n(e,t,n){if(e)return Cn[e];if(t)
|
|
865
865
|
// the only allowed military tz is Z
|
|
866
866
|
return 0;var r=parseInt(n,10),i=r%100;return(r-i)/100*60+i}
|
|
867
867
|
// date and time from ref 2822 format
|
|
868
|
-
function
|
|
868
|
+
function On(e){var t,n=Mn.exec(Fn(e._i));if(n){if(t=kn(n[4],n[3],n[2],n[5],n[6],n[7]),!Dn(n[1],t,e))return;e._a=t,e._tzm=$n(n[8],n[9],n[10]),e._d=bt.apply(null,e._a),e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),g(e).rfc2822=!0}else e._isValid=!1}
|
|
869
869
|
// date from 1) ASP.NET, 2) ISO, 3) RFC 2822 formats, or 4) optional fallback if parsing isn't strict
|
|
870
|
-
function Nn(e){var t=
|
|
870
|
+
function Nn(e){var t=Gn.exec(e._i);null===t?(Ln(e),!1===e._isValid&&(delete e._isValid,On(e),!1===e._isValid&&(delete e._isValid,e._strict?e._isValid=!1:
|
|
871
871
|
// Final attempt, use Input Fallback
|
|
872
872
|
r.createFromInputFallback(e)))):e._d=new Date(+t[1])}
|
|
873
873
|
// Pick the first defined of two or three arguments.
|
|
874
|
-
function
|
|
874
|
+
function An(e,t,n){return null!=e?e:null!=t?t:n}function Rn(e){
|
|
875
875
|
// hooks is actually the exported moment object
|
|
876
876
|
var t=new Date(r.now());return e._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}
|
|
877
877
|
// convert an array to a date.
|
|
@@ -884,11 +884,11 @@ function Hn(e){var t,n,r,i,a,o=[];if(!e._d){
|
|
|
884
884
|
// * if day of month is given, default month and year
|
|
885
885
|
// * if month is given, default only year
|
|
886
886
|
// * if year is given, don't default anything
|
|
887
|
-
for(r=
|
|
887
|
+
for(r=Rn(e),
|
|
888
888
|
//compute day of the year from weeks and weekdays
|
|
889
889
|
e._w&&null==e._a[ze]&&null==e._a[je]&&Bn(e),
|
|
890
890
|
//if the day of the year is set, figure out what it is
|
|
891
|
-
null!=e._dayOfYear&&(a=
|
|
891
|
+
null!=e._dayOfYear&&(a=An(e._a[Ye],r[Ye]),(e._dayOfYear>pt(a)||0===e._dayOfYear)&&(g(e)._overflowDayOfYear=!0),n=bt(a,0,e._dayOfYear),e._a[je]=n.getUTCMonth(),e._a[ze]=n.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=o[t]=r[t];
|
|
892
892
|
// Zero out whatever was not defaulted, including time
|
|
893
893
|
for(;t<7;t++)e._a[t]=o[t]=null==e._a[t]?2===t?1:0:e._a[t];
|
|
894
894
|
// Check for 24:00:00.000
|
|
@@ -902,9 +902,9 @@ e._w&&void 0!==e._w.d&&e._w.d!==i&&(g(e).weekdayMismatch=!0)}}function Bn(e){var
|
|
|
902
902
|
// how we interpret now (local, utc, fixed offset). So create
|
|
903
903
|
// a now version of current config (take local/utc/offset flags, and
|
|
904
904
|
// create now).
|
|
905
|
-
n=
|
|
905
|
+
n=An(t.GG,e._a[Ye],St(Xn(),1,4).year),r=An(t.W,1),((i=An(t.E,1))<1||i>7)&&(l=!0)):(a=e._locale._week.dow,o=e._locale._week.doy,c=St(Xn(),a,o),n=An(t.gg,e._a[Ye],c.year),
|
|
906
906
|
// Default to current week.
|
|
907
|
-
r=
|
|
907
|
+
r=An(t.w,c.week),null!=t.d?((
|
|
908
908
|
// weekday -- low day numbers are considered next week
|
|
909
909
|
i=t.d)<0||i>6)&&(l=!0):null!=t.e?(
|
|
910
910
|
// local weekday -- counting starts from beginning of week
|
|
@@ -917,9 +917,9 @@ function Un(e){
|
|
|
917
917
|
// TODO: Move this to another part of the creation flow to prevent circular deps
|
|
918
918
|
if(e._f!==r.ISO_8601)if(e._f!==r.RFC_2822){e._a=[],g(e).empty=!0;
|
|
919
919
|
// This array is used to make a Date, either with `new Date` or `Date.UTC`
|
|
920
|
-
var t,n,i,a,o,s,l,c=""+e._i,u=c.length,h=0;for(l=(i=j(e._f,e._locale).match(N)||[]).length,t=0;t<l;t++)a=i[t],(n=(c.match(
|
|
920
|
+
var t,n,i,a,o,s,l,c=""+e._i,u=c.length,h=0;for(l=(i=j(e._f,e._locale).match(N)||[]).length,t=0;t<l;t++)a=i[t],(n=(c.match(Oe(a,e))||[])[0])&&((o=c.substr(0,c.indexOf(n))).length>0&&g(e).unusedInput.push(o),c=c.slice(c.indexOf(n)+n.length),h+=n.length),
|
|
921
921
|
// don't parse if it's not a known token
|
|
922
|
-
|
|
922
|
+
R[a]?(n?g(e).empty=!1:g(e).unusedTokens.push(a),Be(a,n,e)):e._strict&&!n&&g(e).unusedTokens.push(a);
|
|
923
923
|
// add remaining unparsed input length to the string
|
|
924
924
|
g(e).charsLeftOver=u-h,c.length>0&&g(e).unusedInput.push(c),
|
|
925
925
|
// clear _12h flag if hour is <= 12
|
|
@@ -927,7 +927,7 @@ e._a[We]<=12&&!0===g(e).bigHour&&e._a[We]>0&&(g(e).bigHour=void 0),g(e).parsedDa
|
|
|
927
927
|
// handle meridiem
|
|
928
928
|
e._a[We]=Yn(e._locale,e._a[We],e._meridiem),null!==(
|
|
929
929
|
// handle era
|
|
930
|
-
s=g(e).era)&&(e._a[Ye]=e._locale.erasConvertYear(s,e._a[Ye])),Hn(e),wn(e)}else
|
|
930
|
+
s=g(e).era)&&(e._a[Ye]=e._locale.erasConvertYear(s,e._a[Ye])),Hn(e),wn(e)}else On(e);else Ln(e)}function Yn(e,t,n){var r;return null==n?t:null!=e.meridiemHour?e.meridiemHour(t,n):null!=e.isPM?(
|
|
931
931
|
// Fallback
|
|
932
932
|
(r=e.isPM(n))&&t<12&&(t+=12),r||12!==t||(t=0),t):t}
|
|
933
933
|
// date from string and array of format strings
|
|
@@ -942,9 +942,9 @@ t.add(1,"d"),t._nextDay=void 0),t}function Vn(e){var t=e._i,n=e._f;return e._loc
|
|
|
942
942
|
e._d=new Date(t):r.createFromInputFallback(e)}function Kn(e,t,n,r,i){var s={};return!0!==t&&!1!==t||(r=t,t=void 0),!0!==n&&!1!==n||(r=n,n=void 0),(o(e)&&l(e)||a(e)&&0===e.length)&&(e=void 0),
|
|
943
943
|
// object construction must be done this way.
|
|
944
944
|
// https://github.com/moment/moment/issues/1423
|
|
945
|
-
s._isAMomentObject=!0,s._useUTC=s._isUTC=i,s._l=n,s._i=e,s._f=t,s._strict=r,Wn(s)}function Xn(e,t,n,r){return Kn(e,t,n,r,!1)}r.createFromInputFallback=
|
|
945
|
+
s._isAMomentObject=!0,s._useUTC=s._isUTC=i,s._l=n,s._i=e,s._f=t,s._strict=r,Wn(s)}function Xn(e,t,n,r){return Kn(e,t,n,r,!1)}r.createFromInputFallback=E("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",(function(e){e._d=new Date(e._i+(e._useUTC?" UTC":""))})),r.ISO_8601=function(){},
|
|
946
946
|
// constant that refers to the RFC 2822 form
|
|
947
|
-
r.RFC_2822=function(){};var Jn=
|
|
947
|
+
r.RFC_2822=function(){};var Jn=E("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var e=Xn.apply(null,arguments);return this.isValid()&&e.isValid()?e<this?this:e:v()})),qn=E("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var e=Xn.apply(null,arguments);return this.isValid()&&e.isValid()?e>this?this:e:v()}));
|
|
948
948
|
// Pick a moment m from moments so that m[fn](other) is true for all
|
|
949
949
|
// other. This relies on the function fn to be transitive.
|
|
950
950
|
|
|
@@ -968,9 +968,9 @@ this._months=+i+3*r+12*n,this._data={},this._locale=vn(),this._bubble()}function
|
|
|
968
968
|
// compare two arrays, return the number of differences
|
|
969
969
|
function ur(e,t,n){var r,i=Math.min(e.length,t.length),a=Math.abs(e.length-t.length),o=0;for(r=0;r<i;r++)(n&&e[r]!==t[r]||!n&&ue(e[r])!==ue(t[r]))&&o++;return o+a}
|
|
970
970
|
// FORMATTING
|
|
971
|
-
function hr(e,t){H(e,0,0,(function(){var e=this.utcOffset(),n="+";return e<0&&(e=-e,n="-"),n
|
|
971
|
+
function hr(e,t){H(e,0,0,(function(){var e=this.utcOffset(),n="+";return e<0&&(e=-e,n="-"),n+O(~~(e/60),2)+t+O(~~e%60,2)}))}hr("Z",":"),hr("ZZ",""),
|
|
972
972
|
// PARSING
|
|
973
|
-
|
|
973
|
+
$e("Z",Ie),$e("ZZ",Ie),Re(["Z","ZZ"],(function(e,t,n){n._useUTC=!0,n._tzm=mr(Ie,e)}));
|
|
974
974
|
// HELPERS
|
|
975
975
|
// timezone chunker
|
|
976
976
|
// '+10:00' > ['10', '00']
|
|
@@ -996,7 +996,7 @@ return-Math.round(e._d.getTimezoneOffset())}
|
|
|
996
996
|
// a second time. In case it wants us to change the offset again
|
|
997
997
|
// _changeInProgress == true case, then we have to adjust, because
|
|
998
998
|
// there is no such time in the given timezone.
|
|
999
|
-
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(Ie,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
|
|
999
|
+
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(Ie,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?$r(this,Lr(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(ke,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 Sr(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function xr(){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 Tr(){return!!this.isValid()&&!this._isUTC}function Er(){return!!this.isValid()&&this._isUTC}function Gr(){return!!this.isValid()&&this._isUTC&&0===this._offset}
|
|
1000
1000
|
// ASP.NET json date format regex
|
|
1001
1001
|
r.updateOffset=function(){};var Mr=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,
|
|
1002
1002
|
// from http://docs.closure-library.googlecode.com/git/closure_goog_date_date.js.source.html
|
|
@@ -1016,11 +1016,11 @@ return(isNaN(n)?0:n)*t}function Ir(e,t){var n={};return n.months=t.month()-e.mon
|
|
|
1016
1016
|
// TODO: remove 'name' arg after deprecation is removed
|
|
1017
1017
|
function Dr(e,t){return function(n,r){var i;
|
|
1018
1018
|
//invert the arguments, but complain about it
|
|
1019
|
-
return null===r||isNaN(+r)||(C(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)
|
|
1019
|
+
return null===r||isNaN(+r)||(C(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),$r(this,Lr(n,r),e),this}}function $r(e,t,n,i){var a=t._milliseconds,o=cr(t._days),s=cr(t._months);e.isValid()&&(i=null==i||i,s&&ct(e,de(e,"Month")+s*n),o&&me(e,"Date",de(e,"Date")+o*n),a&&e._d.setTime(e._d.valueOf()+a*n),i&&r.updateOffset(e,o||s))}Lr.fn=sr.prototype,Lr.invalid=or;var Or=Dr(1,"add"),Nr=Dr(-1,"subtract");function Pr(e){return"string"==typeof e||e instanceof String}
|
|
1020
1020
|
// type MomentInput = Moment | Date | string | number | (number | string)[] | MomentInputObject | void; // null | undefined
|
|
1021
|
-
function
|
|
1021
|
+
function Ar(e){return x(e)||h(e)||Pr(e)||u(e)||Hr(e)||Rr(e)||null==e}function Rr(e){var t,n,r=o(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||s(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)&&Pr(e)})).length),t&&n}function Br(e){var t,n,r=o(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||s(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){
|
|
1022
1022
|
// Support for single parameter, formats only overload to the calendar function
|
|
1023
|
-
1===arguments.length&&(arguments[0]?
|
|
1023
|
+
1===arguments.length&&(arguments[0]?Ar(arguments[0])?(e=arguments[0],t=void 0):Br(arguments[0])&&(t=arguments[0],e=void 0):(e=void 0,t=void 0));
|
|
1024
1024
|
// We want to compare the start of today, vs this.
|
|
1025
1025
|
// Getting start-of-today depends on whether we're local/utc/offset or not.
|
|
1026
1026
|
var n=e||Xn(),i=fr(n,this).startOf("day"),a=r.calendarFormat(this,i)||"sameElse",o=t&&(L(t[a])?t[a].call(this,n):t[a]);return this.format(o||this.localeData().calendar(a,this,Xn(n)))}function jr(){return new S(this)}function zr(e,t){var n=x(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=x(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=x(e)?e:Xn(e),a=x(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=x(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 Jr(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=qr(this,r)/12;break;case"month":a=qr(this,r);break;case"quarter":a=qr(this,r)/3;break;case"second":a=(this-r)/1e3;break;// 1000
|
|
@@ -1049,7 +1049,7 @@ t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).t
|
|
|
1049
1049
|
// If passed a locale key, it will set the locale for this
|
|
1050
1050
|
// instance. Otherwise, it will return the locale configuration
|
|
1051
1051
|
// variables for this instance.
|
|
1052
|
-
function si(e){var t;return void 0===e?this._locale._abbr:(null!=(t=vn(e))&&(this._locale=t),this)}r.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",r.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var li=
|
|
1052
|
+
function si(e){var t;return void 0===e?this._locale._abbr:(null!=(t=vn(e))&&(this._locale=t),this)}r.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",r.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var li=E("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(e){return void 0===e?this.localeData():this.locale(e)}));function ci(){return this._locale}var ui=1e3,hi=60*ui,di=60*hi,mi=3506328*di;
|
|
1053
1053
|
// actual modulo - handles negative numbers (for dates before 1970):
|
|
1054
1054
|
function fi(e,t){return(e%t+t)%t}function pi(e,t,n){
|
|
1055
1055
|
// the date constructor remaps years 0-99 to 1900-1999
|
|
@@ -1057,7 +1057,7 @@ return e<100&&e>=0?new Date(e+400,t,n)-mi:new Date(e,t,n).valueOf()}function gi(
|
|
|
1057
1057
|
// Date.UTC remaps years 0-99 to 1900-1999
|
|
1058
1058
|
return e<100&&e>=0?Date.UTC(e+400,t,n)-mi:Date.UTC(e,t,n)}function yi(e){var t,n;if(void 0===(e=re(e))||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?gi:pi,e){case"year":t=n(this.year(),0,1);break;case"quarter":t=n(this.year(),this.month()-this.month()%3,1);break;case"month":t=n(this.year(),this.month(),1);break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=n(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=fi(t+(this._isUTC?0:this.utcOffset()*hi),di);break;case"minute":t=this._d.valueOf(),t-=fi(t,hi);break;case"second":t=this._d.valueOf(),t-=fi(t,ui)}return this._d.setTime(t),r.updateOffset(this,!0),this}function vi(e){var t,n;if(void 0===(e=re(e))||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?gi:pi,e){case"year":t=n(this.year()+1,0,1)-1;break;case"quarter":t=n(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=n(this.year(),this.month()+1,1)-1;break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=n(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=di-fi(t+(this._isUTC?0:this.utcOffset()*hi),di)-1;break;case"minute":t=this._d.valueOf(),t+=hi-fi(t,hi)-1;break;case"second":t=this._d.valueOf(),t+=ui-fi(t,ui)-1}return this._d.setTime(t),r.updateOffset(this,!0),this}function bi(){return this._d.valueOf()-6e4*(this._offset||0)}function wi(){return Math.floor(this.valueOf()/1e3)}function _i(){return new Date(this.valueOf())}function Si(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]}function xi(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}}function Ti(){
|
|
1059
1059
|
// new Date(NaN).toJSON() === null
|
|
1060
|
-
return this.isValid()?this.toISOString():null}function
|
|
1060
|
+
return this.isValid()?this.toISOString():null}function Ei(){return y(this)}function Gi(){return m({},g(this))}function Mi(){return g(this).overflow}function Ci(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function Li(e,t){var n,i,a,o=this._eras||vn("en")._eras;for(n=0,i=o.length;n<i;++n)switch("string"==typeof o[n].since&&(
|
|
1061
1061
|
// truncate time
|
|
1062
1062
|
a=r(o[n].since).startOf("day"),o[n].since=a.valueOf()),typeof o[n].until){case"undefined":o[n].until=1/0;break;case"string":
|
|
1063
1063
|
// truncate time
|
|
@@ -1065,11 +1065,11 @@ a=r(o[n].until).startOf("day").valueOf(),o[n].until=a.valueOf()}return o}functio
|
|
|
1065
1065
|
// truncate time
|
|
1066
1066
|
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 Di(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e){if(
|
|
1067
1067
|
// truncate time
|
|
1068
|
-
n=this.clone().startOf("day").valueOf(),r[e].since<=n&&n<=r[e].until)return r[e].narrow;if(r[e].until<=n&&n<=r[e].since)return r[e].narrow}return""}function
|
|
1068
|
+
n=this.clone().startOf("day").valueOf(),r[e].since<=n&&n<=r[e].until)return r[e].narrow;if(r[e].until<=n&&n<=r[e].since)return r[e].narrow}return""}function $i(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e){if(
|
|
1069
1069
|
// truncate time
|
|
1070
|
-
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
|
|
1070
|
+
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 Oi(){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,
|
|
1071
1071
|
// truncate time
|
|
1072
|
-
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 Ni(e){return s(this,"_erasNameRegex")||Yi.call(this),e?this._erasNameRegex:this._erasRegex}function Pi(e){return s(this,"_erasAbbrRegex")||Yi.call(this),e?this._erasAbbrRegex:this._erasRegex}function
|
|
1072
|
+
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 Ni(e){return s(this,"_erasNameRegex")||Yi.call(this),e?this._erasNameRegex:this._erasRegex}function Pi(e){return s(this,"_erasAbbrRegex")||Yi.call(this),e?this._erasAbbrRegex:this._erasRegex}function Ai(e){return s(this,"_erasNarrowRegex")||Yi.call(this),e?this._erasNarrowRegex:this._erasRegex}function Ri(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||Ce}function Yi(){var e,t,n=[],r=[],i=[],a=[],o=this.eras();for(e=0,t=o.length;e<t;++e)r.push(Pe(o[e].name)),n.push(Pe(o[e].abbr)),i.push(Pe(o[e].narrow)),a.push(Pe(o[e].name)),a.push(Pe(o[e].abbr)),a.push(Pe(o[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")}
|
|
1073
1073
|
// FORMATTING
|
|
1074
1074
|
function ji(e,t){H(0,[e,e.length],0,t)}
|
|
1075
1075
|
// MOMENTS
|
|
@@ -1078,27 +1078,27 @@ function zi(e){return Ji.call(this,e,this.week(),this.weekday(),this.localeData(
|
|
|
1078
1078
|
// MOMENTS
|
|
1079
1079
|
function Qi(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)}
|
|
1080
1080
|
// FORMATTING
|
|
1081
|
-
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")
|
|
1081
|
+
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"),$e("N",Ri),$e("NN",Ri),$e("NNN",Ri),$e("NNNN",Hi),$e("NNNNN",Bi),Re(["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})),$e("y",Ce),$e("yy",Ce),$e("yyy",Ce),$e("yyyy",Ce),$e("yo",Ui),Re(["y","yy","yyy","yyyy"],Ye),Re(["yo"],(function(e,t,n,r){var i;n._locale._eraYearOrdinalRegex&&(i=e.match(n._locale._eraYearOrdinalRegex)),n._locale.eraYearOrdinalParse?t[Ye]=n._locale.eraYearOrdinalParse(e,i):t[Ye]=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"),
|
|
1082
1082
|
// ALIASES
|
|
1083
1083
|
ne("weekYear","gg"),ne("isoWeekYear","GG"),
|
|
1084
1084
|
// PRIORITY
|
|
1085
1085
|
oe("weekYear",1),oe("isoWeekYear",1),
|
|
1086
1086
|
// PARSING
|
|
1087
|
-
|
|
1087
|
+
$e("G",Le),$e("g",Le),$e("GG",Se,ve),$e("gg",Se,ve),$e("GGGG",Ge,we),$e("gggg",Ge,we),$e("GGGGG",Me,_e),$e("ggggg",Me,_e),He(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,n,r){t[r.substr(0,2)]=ue(e)})),He(["gg","GG"],(function(e,t,n,i){t[i]=r.parseTwoDigitYear(e)})),H("Q",0,"Qo","quarter"),
|
|
1088
1088
|
// ALIASES
|
|
1089
1089
|
ne("quarter","Q"),
|
|
1090
1090
|
// PRIORITY
|
|
1091
1091
|
oe("quarter",7),
|
|
1092
1092
|
// PARSING
|
|
1093
|
-
|
|
1093
|
+
$e("Q",ye),Re("Q",(function(e,t){t[je]=3*(ue(e)-1)})),H("D",["DD",2],"Do","date"),
|
|
1094
1094
|
// ALIASES
|
|
1095
1095
|
ne("date","D"),
|
|
1096
1096
|
// PRIORITY
|
|
1097
1097
|
oe("date",9),
|
|
1098
1098
|
// PARSING
|
|
1099
|
-
|
|
1099
|
+
$e("D",Se),$e("DD",Se,ve),$e("Do",(function(e,t){
|
|
1100
1100
|
// TODO: Remove "ordinalParse" fallback in next major release.
|
|
1101
|
-
return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient})),
|
|
1101
|
+
return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient})),Re(["D","DD"],ze),Re("Do",(function(e,t){t[ze]=ue(e.match(Se)[0])}));
|
|
1102
1102
|
// MOMENTS
|
|
1103
1103
|
var ea=he("Date",!0);
|
|
1104
1104
|
// FORMATTING
|
|
@@ -1112,13 +1112,13 @@ ne("dayOfYear","DDD"),
|
|
|
1112
1112
|
// PRIORITY
|
|
1113
1113
|
oe("dayOfYear",4),
|
|
1114
1114
|
// PARSING
|
|
1115
|
-
|
|
1115
|
+
$e("DDD",Ee),$e("DDDD",be),Re(["DDD","DDDD"],(function(e,t,n){n._dayOfYear=ue(e)})),H("m",["mm",2],0,"minute"),
|
|
1116
1116
|
// ALIASES
|
|
1117
1117
|
ne("minute","m"),
|
|
1118
1118
|
// PRIORITY
|
|
1119
1119
|
oe("minute",14),
|
|
1120
1120
|
// PARSING
|
|
1121
|
-
|
|
1121
|
+
$e("m",Se),$e("mm",Se,ve),Re(["m","mm"],Ve);
|
|
1122
1122
|
// MOMENTS
|
|
1123
1123
|
var na=he("Minutes",!1);
|
|
1124
1124
|
// FORMATTING
|
|
@@ -1128,7 +1128,7 @@ ne("second","s"),
|
|
|
1128
1128
|
// PRIORITY
|
|
1129
1129
|
oe("second",15),
|
|
1130
1130
|
// PARSING
|
|
1131
|
-
|
|
1131
|
+
$e("s",Se),$e("ss",Se,ve),Re(["s","ss"],Ze);
|
|
1132
1132
|
// MOMENTS
|
|
1133
1133
|
var ra,ia,aa=he("Seconds",!1);
|
|
1134
1134
|
// FORMATTING
|
|
@@ -1138,11 +1138,11 @@ ne("millisecond","ms"),
|
|
|
1138
1138
|
// PRIORITY
|
|
1139
1139
|
oe("millisecond",16),
|
|
1140
1140
|
// PARSING
|
|
1141
|
-
|
|
1141
|
+
$e("S",Ee,ye),$e("SS",Ee,ve),$e("SSS",Ee,be),ra="SSSS";ra.length<=9;ra+="S")$e(ra,Ce);function oa(e,t){t[Ke]=ue(1e3*("0."+e))}for(ra="S";ra.length<=9;ra+="S")Re(ra,oa);
|
|
1142
1142
|
// MOMENTS
|
|
1143
1143
|
function sa(){return this._isUTC?"UTC":""}function la(){return this._isUTC?"Coordinated Universal Time":""}ia=he("Milliseconds",!1),
|
|
1144
1144
|
// FORMATTING
|
|
1145
|
-
H("z",0,0,"zoneAbbr"),H("zz",0,0,"zoneName");var ca=S.prototype;function ua(e){return Xn(1e3*e)}function ha(){return Xn.apply(null,arguments).parseZone()}function da(e){return e}ca.add
|
|
1145
|
+
H("z",0,0,"zoneAbbr"),H("zz",0,0,"zoneName");var ca=S.prototype;function ua(e){return Xn(1e3*e)}function ha(){return Xn.apply(null,arguments).parseZone()}function da(e){return e}ca.add=Or,ca.calendar=Yr,ca.clone=jr,ca.diff=Jr,ca.endOf=vi,ca.format=ni,ca.from=ri,ca.fromNow=ii,ca.to=ai,ca.toNow=oi,ca.get=fe,ca.invalidAt=Mi,ca.isAfter=zr,ca.isBefore=Wr,ca.isBetween=Vr,ca.isSame=Zr,ca.isSameOrAfter=Kr,ca.isSameOrBefore=Xr,ca.isValid=Ei,ca.lang=li,ca.locale=si,ca.localeData=ci,ca.max=qn,ca.min=Jn,ca.parsingFlags=Gi,ca.set=pe,ca.startOf=yi,ca.subtract=Nr,ca.toArray=Si,ca.toObject=xi,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=Ti,ca.toString=Qr,ca.unix=wi,ca.valueOf=bi,ca.creationData=Ci,ca.eraName=Fi,ca.eraNarrow=Di,ca.eraAbbr=$i,ca.eraYear=Oi,ca.year=gt,ca.isLeapYear=yt,ca.weekYear=zi,ca.isoWeekYear=Wi,ca.quarter=ca.quarters=Qi,ca.month=ut,ca.daysInMonth=ht,ca.week=ca.weeks=Ct,ca.isoWeek=ca.isoWeeks=Lt,ca.weeksInYear=Ki,ca.weeksInWeekYear=Xi,ca.isoWeeksInYear=Vi,ca.isoWeeksInISOWeekYear=Zi,ca.date=ea,ca.day=ca.days=jt,ca.weekday=zt,ca.isoWeekday=Wt,ca.dayOfYear=ta,ca.hour=ca.hours=rn,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=Sr,ca.isLocal=Tr,ca.isUtcOffset=Er,ca.isUtc=Gr,ca.isUTC=Gr,ca.zoneAbbr=sa,ca.zoneName=la,ca.dates=E("dates accessor is deprecated. Use date instead.",ea),ca.months=E("months accessor is deprecated. Use month instead",ut),ca.years=E("years accessor is deprecated. Use year instead",gt),ca.zone=E("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",yr),ca.isDSTShifted=E("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",xr);var ma=F.prototype;function fa(e,t,n,r){var i=vn(),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}
|
|
1146
1146
|
// ()
|
|
1147
1147
|
// (5)
|
|
1148
1148
|
// (fmt, 5)
|
|
@@ -1151,13 +1151,13 @@ H("z",0,0,"zoneAbbr"),H("zz",0,0,"zoneName");var ca=S.prototype;function ua(e){r
|
|
|
1151
1151
|
// (true, 5)
|
|
1152
1152
|
// (true, fmt, 5)
|
|
1153
1153
|
// (true, fmt)
|
|
1154
|
-
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=vn(),o=e?a._week.dow:0,s=[];if(null!=n)return fa(t,(n+o)%7,r,"day");for(i=0;i<7;i++)s[i]=fa(t,(i+o)%7,r,"day");return s}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
|
|
1154
|
+
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=vn(),o=e?a._week.dow:0,s=[];if(null!=n)return fa(t,(n+o)%7,r,"day");for(i=0;i<7;i++)s[i]=fa(t,(i+o)%7,r,"day");return s}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=$,ma.longDateFormat=W,ma.invalidDate=Z,ma.ordinal=J,ma.preparse=da,ma.postformat=da,ma.relativeTime=Q,ma.pastFuture=ee,ma.set=k,ma.eras=Li,ma.erasParse=ki,ma.erasConvertYear=Ii,ma.erasAbbrRegex=Pi,ma.erasNameRegex=Ni,ma.erasNarrowRegex=Ai,ma.months=at,ma.monthsShort=ot,ma.monthsParse=lt,ma.monthsRegex=mt,ma.monthsShortRegex=dt,ma.week=Tt,ma.firstDayOfYear=Mt,ma.firstDayOfWeek=Gt,ma.weekdays=Rt,ma.weekdaysMin=Bt,ma.weekdaysShort=Ht,ma.weekdaysParse=Yt,ma.weekdaysRegex=Vt,ma.weekdaysShortRegex=Zt,ma.weekdaysMinRegex=Kt,ma.isPM=tn,ma.meridiem=an,pn("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")}}),
|
|
1155
1155
|
// Side effect imports
|
|
1156
|
-
r.lang=
|
|
1156
|
+
r.lang=E("moment.lang is deprecated. Use moment.locale instead.",pn),r.langData=E("moment.langData is deprecated. Use moment.localeData instead.",vn);var Sa=Math.abs;function xa(){var e=this._data;return this._milliseconds=Sa(this._milliseconds),this._days=Sa(this._days),this._months=Sa(this._months),e.milliseconds=Sa(e.milliseconds),e.seconds=Sa(e.seconds),e.minutes=Sa(e.minutes),e.hours=Sa(e.hours),e.months=Sa(e.months),e.years=Sa(e.years),this}function Ta(e,t,n,r){var i=Lr(t,n);return e._milliseconds+=r*i._milliseconds,e._days+=r*i._days,e._months+=r*i._months,e._bubble()}
|
|
1157
1157
|
// supports only 2.0-style add(1, 's') or add(duration)
|
|
1158
|
-
function
|
|
1158
|
+
function Ea(e,t){return Ta(this,e,t,1)}
|
|
1159
1159
|
// supports only 2.0-style subtract(1, 's') or subtract(duration)
|
|
1160
|
-
function
|
|
1160
|
+
function Ga(e,t){return Ta(this,e,t,-1)}function Ma(e){return e<0?Math.floor(e):Math.ceil(e)}function Ca(){var e,t,n,r,i,a=this._milliseconds,o=this._days,s=this._months,l=this._data;
|
|
1161
1161
|
// if we have a mix of positive and negative values, bubble down first
|
|
1162
1162
|
// check: https://github.com/moment/moment/issues/2166
|
|
1163
1163
|
return a>=0&&o>=0&&s>=0||a<=0&&o<=0&&s<=0||(a+=864e5*Ma(ka(s)+o),o=0,s=0),
|
|
@@ -1178,7 +1178,7 @@ t=this._days+Math.round(ka(this._months)),e){case"week":return t/7+r/6048e5;case
|
|
|
1178
1178
|
// Math.floor prevents floating point math errors here
|
|
1179
1179
|
case"millisecond":return Math.floor(864e5*t)+r;default:throw new Error("Unknown unit "+e)}}
|
|
1180
1180
|
// TODO: Use this.as('ms')?
|
|
1181
|
-
function Fa(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*ue(this._months/12):NaN}function Da(e){return function(){return this.as(e)}}var
|
|
1181
|
+
function Fa(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*ue(this._months/12):NaN}function Da(e){return function(){return this.as(e)}}var $a=Da("ms"),Oa=Da("s"),Na=Da("m"),Pa=Da("h"),Aa=Da("d"),Ra=Da("w"),Ha=Da("M"),Ba=Da("Q"),Ua=Da("y");function Ya(){return Lr(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"),Ja=za("months"),qa=za("years");function Qa(){return ce(this.days()/7)}var eo=Math.round,to={ss:44,// a few seconds to seconds
|
|
1182
1182
|
s:45,// seconds to minute
|
|
1183
1183
|
m:45,// minutes to hour
|
|
1184
1184
|
h:22,// hours to day
|
|
@@ -1204,11 +1204,11 @@ e=ce(l/60),t=ce(e/60),l%=60,e%=60,
|
|
|
1204
1204
|
// 12 months -> 1 year
|
|
1205
1205
|
n=ce(u/12),u%=12,
|
|
1206
1206
|
// inspired by https://github.com/dordille/moment-isoduration/blob/master/moment.isoduration.js
|
|
1207
|
-
r=l?l.toFixed(3).replace(/\.?0+$/,""):"",i=h<0?"-":"",a=lo(this._months)!==lo(h)?"-":"",o=lo(this._days)!==lo(h)?"-":"",s=lo(this._milliseconds)!==lo(h)?"-":"",i+"P"+(n?a+n+"Y":"")+(u?a+u+"M":"")+(c?o+c+"D":"")+(t||e||l?"T":"")+(t?s+t+"H":"")+(e?s+e+"M":"")+(l?s+r+"S":"")):"P0D"}var uo=sr.prototype;return uo.isValid=ar,uo.abs=xa,uo.add=
|
|
1207
|
+
r=l?l.toFixed(3).replace(/\.?0+$/,""):"",i=h<0?"-":"",a=lo(this._months)!==lo(h)?"-":"",o=lo(this._days)!==lo(h)?"-":"",s=lo(this._milliseconds)!==lo(h)?"-":"",i+"P"+(n?a+n+"Y":"")+(u?a+u+"M":"")+(c?o+c+"D":"")+(t||e||l?"T":"")+(t?s+t+"H":"")+(e?s+e+"M":"")+(l?s+r+"S":"")):"P0D"}var uo=sr.prototype;return uo.isValid=ar,uo.abs=xa,uo.add=Ea,uo.subtract=Ga,uo.as=Ia,uo.asMilliseconds=$a,uo.asSeconds=Oa,uo.asMinutes=Na,uo.asHours=Pa,uo.asDays=Aa,uo.asWeeks=Ra,uo.asMonths=Ha,uo.asQuarters=Ba,uo.asYears=Ua,uo.valueOf=Fa,uo._bubble=Ca,uo.clone=Ya,uo.get=ja,uo.milliseconds=Wa,uo.seconds=Va,uo.minutes=Za,uo.hours=Ka,uo.days=Xa,uo.weeks=Qa,uo.months=Ja,uo.years=qa,uo.humanize=oo,uo.toISOString=co,uo.toString=co,uo.toJSON=co,uo.locale=si,uo.localeData=ci,uo.toIsoString=E("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",co),uo.lang=li,
|
|
1208
1208
|
// FORMATTING
|
|
1209
1209
|
H("X",0,0,"unix"),H("x",0,0,"valueOf"),
|
|
1210
1210
|
// PARSING
|
|
1211
|
-
|
|
1211
|
+
$e("x",Le),$e("X",Fe),Re("X",(function(e,t,n){n._d=new Date(1e3*parseFloat(e))})),Re("x",(function(e,t,n){n._d=new Date(ue(e))})),
|
|
1212
1212
|
//! moment.js
|
|
1213
1213
|
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=h,r.locale=pn,r.invalid=v,r.duration=Lr,r.isMoment=x,r.weekdays=ba,r.parseZone=ha,r.localeData=vn,r.isDuration=lr,r.monthsShort=va,r.weekdaysMin=_a,r.defineLocale=gn,r.updateLocale=yn,r.locales=bn,r.weekdaysShort=wa,r.normalizeUnits=re,r.relativeTimeRounding=io,r.relativeTimeThreshold=ao,r.calendarFormat=Ur,r.prototype=ca,
|
|
1214
1214
|
// currently HTML5 input type only supports 24-hour formats
|
|
@@ -1220,193 +1220,202 @@ TIME:"HH:mm",// <input type="time" />
|
|
|
1220
1220
|
TIME_SECONDS:"HH:mm:ss",// <input type="time" step="1" />
|
|
1221
1221
|
TIME_MS:"HH:mm:ss.SSS",// <input type="time" step="0.001" />
|
|
1222
1222
|
WEEK:"GGGG-[W]WW",// <input type="week" />
|
|
1223
|
-
MONTH:"YYYY-MM"},r}()}));function
|
|
1223
|
+
MONTH:"YYYY-MM"},r}()}));function Gr(e,t){At(e,t)}const Mr={en:{gameThumbnail:{playNow:"Start now!",new:"NEW",hot:"Hot",opens:"Opens ",full:"table full - bet behind",dealer:"Dealer"}},zh:{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",
|
|
1224
1224
|
// TODO: translate all other supported languages
|
|
1225
1225
|
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:"Empezar ahora!",new:"NUEVO",hot:"Hot",opens:"Abierto ",full:"Mesa completa - apuesta detrás",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"}}},Cr={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$"};
|
|
1226
1226
|
/* eslint-disable quote-props */
|
|
1227
1227
|
/* ../casino-game-thumbnail/src/CasinoGameThumbnail.svelte generated by Svelte v3.48.0 */
|
|
1228
1228
|
function Lr(e,t,n){const r=e.slice();return r[109]=t[n],r[111]=n,r}function kr(e,t,n){const r=e.slice();return r[106]=t[n],r}
|
|
1229
|
-
// (
|
|
1229
|
+
// (556:8) {#if fav}
|
|
1230
1230
|
function Ir(e){let t,n=!_r(/*userAgent*/e[37])&&!/*gamefavorite*/e[0]&&/*isLoggedIn*/e[15],r=n&&Fr(e);return{c(){r&&r.c(),t=b()},m(e,n){r&&r.m(e,n),d(e,t,n)},p(e,i){/*gamefavorite, isLoggedIn*/32769&i[0]&&(n=!_r(/*userAgent*/e[37])&&!/*gamefavorite*/e[0]&&/*isLoggedIn*/e[15]),n?r?r.p(e,i):(r=Fr(e),r.c(),r.m(t.parentNode,t)):r&&(r.d(1),r=null)},d(e){r&&r.d(e),e&&m(t)}}}
|
|
1231
|
-
// (
|
|
1231
|
+
// (557:10) {#if !isMobile(userAgent) && !gamefavorite && isLoggedIn}
|
|
1232
1232
|
function Fr(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){d(e,n,a),r||(i=w(n,"click",/*click_handler*/t[67]),r=!0)},p:e,d(e){e&&m(n),r=!1,i()}}}
|
|
1233
|
-
// (
|
|
1233
|
+
// (573:8) {#if lang}
|
|
1234
1234
|
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,o){d(a,t,o),h(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")+"")&&x(n,a)},d(e){e&&m(t),r=!1,i()}}}
|
|
1235
|
-
// (
|
|
1236
|
-
function
|
|
1237
|
-
// (
|
|
1238
|
-
function
|
|
1239
|
-
// (
|
|
1235
|
+
// (587:77)
|
|
1236
|
+
function $r(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){d(e,n,t)},p:e,d(e){e&&m(n)}}}
|
|
1237
|
+
// (581:4) {#if !isMobile(userAgent) && gamefavorite && isLoggedIn && favorites}
|
|
1238
|
+
function Or(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){d(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()}}}
|
|
1239
|
+
// (595:6) {#if gameisnew}
|
|
1240
1240
|
function Nr(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){d(e,t,r),h(t,n)},p(e,t){/*$_*/32&t[1]&&r!==(r=/*$_*/e[36]("gameThumbnail.new")+"")&&x(n,r)},d(e){e&&m(t)}}}
|
|
1241
|
-
// (
|
|
1241
|
+
// (598:6) {#if gametag}
|
|
1242
1242
|
function Pr(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){d(e,t,r),h(t,n)},p(e,t){/*gametag*/256&t[0]&&x(n,/*gametag*/e[8])},d(e){e&&m(t)}}}
|
|
1243
|
-
// (
|
|
1244
|
-
function
|
|
1245
|
-
return e[23]&&/*displaytype*/e[20]&&/*displaytype*/e[20]===Jr?Br:/*isopen*/e[23]&&/*displaytype*/e[20]&&/*displaytype*/e[20]===qr?Hr:void 0}let a=i(e),o=a&&a(e);return{c(){r&&r.c(),t=v(),o&&o.c(),n=b()},m(e,i){r&&r.m(e,i),d(e,t,i),o&&o.m(e,i),d(e,n,i)},p(e,s){!/*isopen*/e[23]&&/*starttime*/e[21]&&/*timeformat*/e[22]?r?r.p(e,s):(r=
|
|
1246
|
-
// (
|
|
1247
|
-
function
|
|
1248
|
-
// (
|
|
1249
|
-
function Hr(e){let t,n,r,i,a,o,s=/*renderDealerName*/e[46](/*dealername*/e[35])+"",l=/*renderBetLimits*/e[45](/*min*/e[27],/*max*/e[28],/*currencySymbol*/e[26])+"",c=new Array(ei),u=[];for(let t=0;t<c.length;t+=1)u[t]=zr(Lr(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
|
|
1243
|
+
// (601:6) {#if livegamedata}
|
|
1244
|
+
function Ar(e){let t,n,r=!/*isopen*/e[23]&&/*starttime*/e[21]&&/*timeformat*/e[22]&&Rr(e);function i(e,t){/*isopen*/
|
|
1245
|
+
return e[23]&&/*displaytype*/e[20]&&/*displaytype*/e[20]===Jr?Br:/*isopen*/e[23]&&/*displaytype*/e[20]&&/*displaytype*/e[20]===qr?Hr:void 0}let a=i(e),o=a&&a(e);return{c(){r&&r.c(),t=v(),o&&o.c(),n=b()},m(e,i){r&&r.m(e,i),d(e,t,i),o&&o.m(e,i),d(e,n,i)},p(e,s){!/*isopen*/e[23]&&/*starttime*/e[21]&&/*timeformat*/e[22]?r?r.p(e,s):(r=Rr(e),r.c(),r.m(t.parentNode,t)):r&&(r.d(1),r=null),a===(a=i(e))&&o?o.p(e,s):(o&&o.d(1),o=a&&a(e),o&&(o.c(),o.m(n.parentNode,n)))},d(e){r&&r.d(e),e&&m(t),o&&o.d(e),e&&m(n)}}}
|
|
1246
|
+
// (602:8) {#if !isopen && starttime && timeformat}
|
|
1247
|
+
function Rr(e){let t,n,r,i,a,o,s,l,c,u,f=/*$_*/e[36]("gameThumbnail.opens")+"",g=Er.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"),o=y(g),s=v(),l=new E(!1),c=v(),u=new E(!1),_(n,"class","ClosedGame"),_(n,"part","ClosedGame"),l.a=c,u.a=null,_(t,"class","GameProp LiveProps"),_(t,"part","GameProp LiveProps")},m(e,m){d(e,t,m),h(t,n),h(n,r),h(n,i),h(n,a),h(a,o),h(t,s),l.m(b,t),h(t,c),u.m(w,t)},p(e,t){/*$_*/32&t[1]&&f!==(f=/*$_*/e[36]("gameThumbnail.opens")+"")&&x(r,f),/*starttime, timeformat*/6291456&t[0]&&g!==(g=Er.utc(/*starttime*/e[21]).local().format(/*timeformat*/e[22])+"")&&x(o,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)}}}
|
|
1248
|
+
// (635:68)
|
|
1249
|
+
function Hr(e){let t,n,r,i,a,o,s=/*renderDealerName*/e[46](/*dealername*/e[35])+"",l=/*renderBetLimits*/e[45](/*min*/e[27],/*max*/e[28],/*currencySymbol*/e[26])+"",c=new Array(ei),u=[];for(let t=0;t<c.length;t+=1)u[t]=zr(Lr(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 E(!1),a=v(),o=new E(!1),_(n,"class","LiveIcons"),_(n,"part","LiveIcons"),i.a=a,o.a=null,_(t,"class",/*roulettecontainerclassname*/e[31]),_(t,"part",/*roulettecontainerclassname*/e[31])},m(c,m){d(c,t,m),h(t,n);for(let e=0;e<u.length;e+=1)u[e].m(n,null);
|
|
1250
1250
|
/*div0_binding*/e[70](n),h(t,r),i.m(s,t),h(t,a),o.m(l,t)},p(e,r){if(/*roulleteresults, isdouble*/1073750016&r[0]|/*renderSpan, colorsourcearray*/65538&r[1]){let t;for(c=new Array(ei),t=0;t<c.length;t+=1){const i=Lr(e,c,t);u[t]?u[t].p(i,r):(u[t]=zr(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]&&s!==(s=/*renderDealerName*/e[46](/*dealername*/e[35])+"")&&i.p(s),/*min, max, currencySymbol*/469762048&r[0]&&l!==(l=/*renderBetLimits*/e[45](/*min*/e[27],/*max*/e[28],/*currencySymbol*/e[26])+"")&&o.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),
|
|
1251
1251
|
/*div0_binding*/e[70](null)}}}
|
|
1252
|
-
// (
|
|
1252
|
+
// (614:8) {#if isopen && displaytype && displaytype === BLACKJACK}
|
|
1253
1253
|
function Br(e){let t,n,r,i,a,o,s=/*renderDealerName*/e[46](/*dealername*/e[35])+"",l=/*renderBetLimits*/e[45](/*min*/e[27],/*max*/e[28],/*currencySymbol*/e[26])+"";function c(e,t){/*istablefull*/
|
|
1254
|
-
return e[33]?Vr:Wr}let u=c(e),f=u(e);return{c(){t=p("div"),n=p("div"),f.c(),r=v(),i=new
|
|
1255
|
-
// (
|
|
1254
|
+
return e[33]?Vr:Wr}let u=c(e),f=u(e);return{c(){t=p("div"),n=p("div"),f.c(),r=v(),i=new E(!1),a=v(),o=new E(!1),_(n,"class","LiveIcons"),_(n,"part","LiveIcons"),i.a=a,o.a=null,_(t,"class","GameProp LiveProps BlackjackDisplay"),_(t,"part","GameProp LiveProps BlackjackDisplay")},m(e,c){d(e,t,c),h(t,n),f.m(n,null),h(t,r),i.m(s,t),h(t,a),o.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]&&s!==(s=/*renderDealerName*/e[46](/*dealername*/e[35])+"")&&i.p(s),/*min, max, currencySymbol*/469762048&t[0]&&l!==(l=/*renderBetLimits*/e[45](/*min*/e[27],/*max*/e[28],/*currencySymbol*/e[26])+"")&&o.p(l)},d(e){e&&m(t),f.d()}}}
|
|
1255
|
+
// (639:16) {#if roulleteresults && roulleteresults[i]}
|
|
1256
1256
|
function Ur(e){let t;function n(e,t){/*isdouble*/
|
|
1257
1257
|
return e[30]?jr:Yr}let r=n(e),i=r(e);return{c(){i.c(),t=b()},m(e,n){i.m(e,n),d(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)}}}
|
|
1258
|
-
// (
|
|
1259
|
-
function Yr(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
|
|
1260
|
-
// (
|
|
1261
|
-
function jr(e){let t,n,r,i,a,o=/*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]])+"",s=/*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
|
|
1262
|
-
// (
|
|
1258
|
+
// (645:18) {:else}
|
|
1259
|
+
function Yr(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 E(!1),n=b(),t.a=n},m(e,i){t.m(r,e,i),d(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()}}}
|
|
1260
|
+
// (640:18) {#if isdouble}
|
|
1261
|
+
function jr(e){let t,n,r,i,a,o=/*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]])+"",s=/*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 E(!1),r=v(),i=new E(!1),a=v(),n.a=r,i.a=a,_(t,"class","Double"),_(t,"part","Double")},m(e,l){d(e,t,l),n.m(o,t),h(t,r),i.m(s,t),h(t,a)},p(e,t){/*roulleteresults*/8192&t[0]|/*colorsourcearray*/2&t[1]&&o!==(o=/*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(o),/*roulleteresults*/8192&t[0]|/*colorsourcearray*/2&t[1]&&s!==(s=/*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(s)},d(e){e&&m(t)}}}
|
|
1262
|
+
// (638:14) {#each new Array(numberofdisplayedresults) as garbage, i}
|
|
1263
1263
|
function zr(e){let t,n=/*roulleteresults*/e[13]&&/*roulleteresults*/e[13][/*i*/e[111]]&&Ur(e);return{c(){n&&n.c(),t=b()},m(e,r){n&&n.m(e,r),d(e,t,r)},p(e,r){/*roulleteresults*/e[13]&&/*roulleteresults*/e[13][/*i*/e[111]]?n?n.p(e,r):(n=Ur(e),n.c(),n.m(t.parentNode,t)):n&&(n.d(1),n=null)},d(e){n&&n.d(e),e&&m(t)}}}
|
|
1264
|
-
// (
|
|
1264
|
+
// (621:14) {:else}
|
|
1265
1265
|
function Wr(e){let t,n=/*seats*/e[25],r=[];for(let t=0;t<n.length;t+=1)r[t]=Zr(kr(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);d(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 o=kr(e,n,a);r[a]?r[a].p(o,i):(r[a]=Zr(o),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)}}}
|
|
1266
|
-
// (
|
|
1266
|
+
// (617:14) {#if istablefull}
|
|
1267
1267
|
function Vr(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){d(e,t,r),h(t,n)},p(e,t){/*$_*/32&t[1]&&r!==(r=/*$_*/e[36]("gameThumbnail.full")+"")&&x(n,r)},d(e){e&&m(t)}}}
|
|
1268
|
-
// (
|
|
1268
|
+
// (622:16) {#each seats as seatData}
|
|
1269
1269
|
function Zr(e){let t,n,r,i,a,o,s;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",o=/*contains*/e[44](/*currentoccupiedseats*/e[29],/*seatData*/e[106].toString())?"ClosedSeat":"OpenSeat"),_(t,"part",s=/*contains*/e[44](/*currentoccupiedseats*/e[29],/*seatData*/e[106].toString())?"ClosedSeat":"OpenSeat")},m(e,o){d(e,t,o),h(t,n),h(n,r),h(n,i),h(t,a)},p(e,n){/*currentoccupiedseats, seats*/570425344&n[0]&&o!==(o=/*contains*/e[44](/*currentoccupiedseats*/e[29],/*seatData*/e[106].toString())?"ClosedSeat":"OpenSeat")&&_(t,"class",o),/*currentoccupiedseats, seats*/570425344&n[0]&&s!==(s=/*contains*/e[44](/*currentoccupiedseats*/e[29],/*seatData*/e[106].toString())?"ClosedSeat":"OpenSeat")&&_(t,"part",s)},d(e){e&&m(t)}}}
|
|
1270
|
-
// (
|
|
1271
|
-
function Kr(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){d(e,t,r),h(t,n)},p(e,r){/*gamename*/16&r[0]&&x(n,/*gamename*/e[4]),/*gamename*/16&r[0]&&_(t,"title",/*gamename*/e[4])},d(e){e&&m(t)}}}function Xr(t){let n,i,a,o,s,c,u,f,g,b,S,T,G,
|
|
1272
|
-
return 32773&t[0]&&(F=null),/*gamefavorite, isLoggedIn, favorites*/32773&t[0]&&(D=null),null==F&&(F=!(_r(/*userAgent*/e[37])||/*gamefavorite*/!e[0]||/*isLoggedIn*/!e[15]||/*favorites*/!e[2])),F
|
|
1273
|
-
/*img_binding*/t[66](a),h(i,u),h(i,f),h(f,g),W&&W.m(g,null),h(g,b),h(g,S),h(S,T),h(g,
|
|
1274
|
-
/*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,o=/*gamethumbnail*/e[3])&&_(a,"src",o),/*gamecellsize, hover, loaded*/393728&t[0]&&s!==(s=`GameBg GameBg-${/*gamecellsize*/e[9]} ${/*hover*/e[17]?"GameContainerHovered":""} ${/*loaded*/e[18]?"Loaded":""}`)&&_(a,"class",s),/*hover, loaded*/393216&t[0]&&c!==(c="GameBg "+(/*hover*/e[17]?"GameContainerHovered":"")+" "+(/*loaded*/e[18]?"Loaded":""))&&_(a,"part",c),/*fav*/e[16]?W?W.p(e,t):(W=Ir(e),W.c(),W.m(g,b)):W&&(W.d(1),W=null),/*gamename*/16&t[0]&&x(T,/*gamename*/e[4]),/*gamename*/16&t[0]&&_(S,"title",/*gamename*/e[4]),/*lang*/e[1]?V?V.p(e,t):(V=Dr(e),V.c(),V.m(g,null)):V&&(V.d(1),V=null),/*hover*/131072&t[0]&&
|
|
1270
|
+
// (658:2) {#if showgamename}
|
|
1271
|
+
function Kr(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){d(e,t,r),h(t,n)},p(e,r){/*gamename*/16&r[0]&&x(n,/*gamename*/e[4]),/*gamename*/16&r[0]&&_(t,"title",/*gamename*/e[4])},d(e){e&&m(t)}}}function Xr(t){let n,i,a,o,s,c,u,f,g,b,S,T,E,G,M,C,L,k,I,F,D,$,O,N,P,A,R,H,B,U,Y,j,z=/*gamevendor*/(t[5]?/*gamevendor*/t[5]:"-")+"",W=/*fav*/t[16]&&Ir(t),V=/*lang*/t[1]&&Dr(t);function Z(e,t){/*gamefavorite, isLoggedIn, favorites*/
|
|
1272
|
+
return 32773&t[0]&&(F=null),/*gamefavorite, isLoggedIn, favorites*/32773&t[0]&&(D=null),null==F&&(F=!(_r(/*userAgent*/e[37])||/*gamefavorite*/!e[0]||/*isLoggedIn*/!e[15]||/*favorites*/!e[2])),F?Or:(null==D&&(D=!!(_r(/*userAgent*/e[37])&&/*gamefavorite*/e[0]&&/*isLoggedIn*/e[15]&&/*favorites*/e[2])),D?$r:void 0)}let K=Z(t,[-1,-1,-1,-1]),X=K&&K(t),J=/*gameisnew*/t[7]&&Nr(t),q=/*gametag*/t[8]&&Pr(t),Q=/*livegamedata*/t[12]&&Ar(t),ee=/*showgamename*/t[10]&&Kr(t);return{c(){n=p("div"),i=p("div"),a=p("img"),u=v(),f=p("div"),g=p("div"),W&&W.c(),b=v(),S=p("p"),T=y(/*gamename*/t[4]),E=v(),V&&V.c(),C=v(),L=p("span"),k=y(z),I=v(),X&&X.c(),$=v(),O=p("div"),J&&J.c(),N=v(),q&&q.c(),P=v(),Q&&Q.c(),H=v(),ee&&ee.c(),this.c=e,l(a.src,o=/*gamethumbnail*/t[3])||_(a,"src",o),_(a,"class",s=`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"),_(S,"class","GameInfoName"),_(S,"part","GameInfoName"),_(S,"title",/*gamename*/t[4]),_(g,"class",G="GameInfo "+(/*hover*/t[17]?"GameHovered":"")),_(g,"part",M="GameInfo "+(/*hover*/t[17]?"GameHovered":"")),_(L,"class","GameInfoVendor"),_(L,"part","GameInfoVendor"),_(f,"class","GameInfoWrapper"),_(f,"part","GameInfoWrapper"),_(O,"class","GameExtraInfo"),_(O,"part","GameExtraInfo"),_(i,"class",A="GameInnerContainer "+(/*livegamedata*/t[12]&&!/*isopen*/t[23]&&/*openhours*/t[24].value||/*livegamedata*/t[12]&&/*istablefull*/t[33]?"GameInnerContainerUnavailable":"")),_(i,"part",R="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){d(e,n,r),h(n,i),h(i,a),
|
|
1273
|
+
/*img_binding*/t[66](a),h(i,u),h(i,f),h(f,g),W&&W.m(g,null),h(g,b),h(g,S),h(S,T),h(g,E),V&&V.m(g,null),h(f,C),h(f,L),h(L,k),h(i,I),X&&X.m(i,null),h(i,$),h(i,O),J&&J.m(O,null),h(O,N),q&&q.m(O,null),h(O,P),Q&&Q.m(O,null),h(n,H),ee&&ee.m(n,null)
|
|
1274
|
+
/*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,o=/*gamethumbnail*/e[3])&&_(a,"src",o),/*gamecellsize, hover, loaded*/393728&t[0]&&s!==(s=`GameBg GameBg-${/*gamecellsize*/e[9]} ${/*hover*/e[17]?"GameContainerHovered":""} ${/*loaded*/e[18]?"Loaded":""}`)&&_(a,"class",s),/*hover, loaded*/393216&t[0]&&c!==(c="GameBg "+(/*hover*/e[17]?"GameContainerHovered":"")+" "+(/*loaded*/e[18]?"Loaded":""))&&_(a,"part",c),/*fav*/e[16]?W?W.p(e,t):(W=Ir(e),W.c(),W.m(g,b)):W&&(W.d(1),W=null),/*gamename*/16&t[0]&&x(T,/*gamename*/e[4]),/*gamename*/16&t[0]&&_(S,"title",/*gamename*/e[4]),/*lang*/e[1]?V?V.p(e,t):(V=Dr(e),V.c(),V.m(g,null)):V&&(V.d(1),V=null),/*hover*/131072&t[0]&&G!==(G="GameInfo "+(/*hover*/e[17]?"GameHovered":""))&&_(g,"class",G),/*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]:"-")+"")&&x(k,z),K===(K=Z(e,t))&&X?X.p(e,t):(X&&X.d(1),X=K&&K(e),X&&(X.c(),X.m(i,$))),/*gameisnew*/e[7]?J?J.p(e,t):(J=Nr(e),J.c(),J.m(O,N)):J&&(J.d(1),J=null),/*gametag*/e[8]?q?q.p(e,t):(q=Pr(e),q.c(),q.m(O,P)):q&&(q.d(1),q=null),/*livegamedata*/e[12]?Q?Q.p(e,t):(Q=Ar(e),Q.c(),Q.m(O,null)):Q&&(Q.d(1),Q=null),/*livegamedata, isopen, openhours*/25169920&t[0]|/*istablefull*/4&t[1]&&A!==(A="GameInnerContainer "+(/*livegamedata*/e[12]&&!/*isopen*/e[23]&&/*openhours*/e[24].value||/*livegamedata*/e[12]&&/*istablefull*/e[33]?"GameInnerContainerUnavailable":""))&&_(i,"class",A),/*livegamedata, isopen*/8392704&t[0]|/*istablefull*/4&t[1]&&R!==(R="GameInnerContainer "+(/*livegamedata*/e[12]&&!/*isopen*/e[23]||/*livegamedata*/e[12]&&/*istablefull*/e[33]?"GameInnerContainerUnavailable":""))&&_(i,"part",R),/*showgamename*/e[10]?ee?ee.p(e,t):(ee=Kr(e),ee.c(),ee.m(n,null)):ee&&(ee.d(1),ee=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)
|
|
1275
1275
|
/*img_binding*/,t[66](null),W&&W.d(),V&&V.d(),X&&X.d(),J&&J.d(),q&&q.d(),Q&&Q.d(),ee&&ee.d()
|
|
1276
|
-
/*div4_binding*/,t[71](null),Y=!1,r(j)}}}const Jr="blackjack",qr="roulette",Qr="doubleballroulette",ei=5;function ti(e,t,n){let r;u(e,dn,(e=>n(36,r=e)));let i,a,o,s,l,c,h,d,m,f,p,g,y,v,b,w,_,S,x,T,G,
|
|
1276
|
+
/*div4_binding*/,t[71](null),Y=!1,r(j)}}}const Jr="blackjack",qr="roulette",Qr="doubleballroulette",ei=5;function ti(e,t,n){let r;u(e,dn,(e=>n(36,r=e)));let i,a,o,s,l,c,h,d,m,f,p,g,y,v,b,w,_,S,x,T,E,G,M,L,I,{session:F=""}=t,{userid:D=""}=t,{lang:$="en"}=t,{clientstyling:O=""}=t,{clientstylingurl:P=""}=t,{translationurl:A=""}=t,{favorites:R=""}=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:J=!1}=t,{currency:q=""}=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,oe=!1,se=!1,le=!1,ce=window.navigator.userAgent,ue="HH:mm",he={},de=[],me="EUR",fe="";const pe=[Jr],ge=[qr,Qr],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(Mr).forEach((e=>{Gr(e,Mr[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,oe=!0),e.data.session,i=e.data.userID),"CategoryUpdate"===e.data.type&&n(12,s=null)},we=e=>{window.postMessage({type:"SearchedItemClicked",gameId:e},window.location.href),
|
|
1277
1277
|
//Analytics event -- if game was searched
|
|
1278
|
-
"function"==typeof gtag&>ag("event","OpenGame",{context:"GameThumbnail--Searched",gameId:`${e}`,userId:`${i||"Not logged in"}`})):
|
|
1279
|
-
//Analytics event
|
|
1280
|
-
"function"==typeof gtag&>ag("event","OpenGame",{context:"GameThumbnail",gameId:`${e}`,userId:`${i||"Not logged in"}`}),_r(ce)&&"true"==ae?window.postMessage({type:"OpenGameFrame",gameId:e,gamefunmode:W,gamepagemodalurl:Q,isMobile:_r(ce),source:"GameThumbnail"},window.location.href):_r(ce)&&"false"==ae&&window.postMessage({type:"ShowGameModal",gameId:e,isMobile:_r(ce)},window.location.href),_r(ce)||"true"!=ie?_r(ce)||"false"!=ie||window.postMessage({type:"ShowGameModal",gameId:e,isMobile:_r(ce)},window.location.href):window.postMessage({type:"OpenGameFrame",gameId:e,gamefunmode:W,gamepagemodalurl:Q,isMobile:_r(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)},Se=()=>{var e;e=O,Qt.set(e)},xe=()=>{te&&EventSource&&!l&&U&&Y&&(l=new EventSource(`${ee}/encoder/lobby/updates/${U}/${Y}`),l.addEventListener("message",Ge))},Te=()=>{l&&(l.close(),l=void 0)},Ge=async e=>{const{type:t,data:r}=e;let i;if("message"===t){if(r)try{i=JSON.parse(r)}catch(e){
|
|
1278
|
+
"function"==typeof gtag&>ag("event","OpenGame",{context:"GameThumbnail--Searched",gameId:`${e}`,userId:`${i||"Not logged in"}`}),_r(ce)&&"true"==ae?window.postMessage({type:"OpenGameFrame",gameId:e,gamefunmode:W,gamepagemodalurl:Q,isMobile:_r(ce),source:"GameThumbnail"},window.location.href):_r(ce)&&"false"==ae&&window.postMessage({type:"ShowGameModal",gameId:e,isMobile:_r(ce)},window.location.href),_r(ce)||"true"!=ie?_r(ce)||"false"!=ie||window.postMessage({type:"ShowGameModal",gameId:e,isMobile:_r(ce)},window.location.href):window.postMessage({type:"OpenGameFrame",gameId:e,gamefunmode:W,gamepagemodalurl:Q,isMobile:_r(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)},Se=()=>{var e;e=$,Qt.set(e)},xe=()=>{te&&EventSource&&!l&&U&&Y&&(l=new EventSource(`${ee}/encoder/lobby/updates/${U}/${Y}`),l.addEventListener("message",Ee))},Te=()=>{l&&(l.close(),l=void 0)},Ee=async e=>{const{type:t,data:r}=e;let i;if("message"===t){if(r)try{i=JSON.parse(r)}catch(e){
|
|
1281
1279
|
// eslint-disable-next-line no-console
|
|
1282
1280
|
console.error("MESSAGE PARSING ERROR: ",e)}if(i){const{InternalTableId:e,MessageType:t,Results:// TakenSeats,
|
|
1283
1281
|
r,Seats:// Roads, // for baccarat
|
|
1284
1282
|
a,Open:o}=i;if(e)switch(t){case"SeatsUpdated":a&&Array.isArray(a)&&(n(29,y=a),n(12,s.currentOccupiedSeats=a,s),await N());break;case"RouletteResultsUpdated":r&&Array.isArray(r)&&(v=r,n(12,s.currentRouletteNumbers=r,s),await N());break;case"DoubleBallRouletteResultsUpdated":r&&Array.isArray(r)&&(b=r,n(12,s.currentDoubleBallRouletteNumbers=r,s),await N());break;case"TableOpened":case"TableClosed":n(23,d=o),n(12,s.isOpen=o,s),await N()}// default case
|
|
1285
1283
|
}}// default case
|
|
1286
|
-
},
|
|
1284
|
+
},Ge=(e,t=",")=>null!=e?`${e}`.replace(/\B(?=(\d{3})+(?!\d))/g,t):"",Me=(e,t)=>e.some((e=>e===t)),Ce=()=>{if(s){if(n(23,d=s.isOpen),he=s.betLimit||{},n(24,m=s.openHours),n(25,de=(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}})(s).seats),m&&m.value){const{value:{startTime:e,originalTimeFormat:t}}=m;/* , timeFormat: timeFormatRaw */n(21,h=e),n(22,ue=t||ue)}d&&n(20,c=(e=>{let t=null;if(e){const{vendorCategory:n}=e;if(n){const e=n.toLowerCase();Me(pe,e)?t=Jr:Me(ge,e)&&(t=qr)}// else if (contains(baccaratCategory, gameTypeToLower)) {
|
|
1287
1285
|
// GameComponent = 'baccarat';
|
|
1288
1286
|
}// } else if (contains(otherLiveGamesCategory, gameTypeToLower)) {
|
|
1289
1287
|
// GameComponent = 'poker';
|
|
1290
1288
|
// }
|
|
1291
|
-
return t})(s)),n(26,me=Cr[q]),n(27,f=(he.min||{})[q]),n(28,p=(he.max||{})[q]),v=s.currentRouletteNumbers,b=s.currentDoubleBallRouletteNumbers,w=s.vendorCategory,n(30,_=w.toLowerCase()===Qr),n(13,S=(_?b:v)||[]),n(31,x="GameProp LiveProps RoulleteProps"),n(31,x+=_?" Double":""),n(32,T=Me(ge,w.toLowerCase())?ve:ye),E
|
|
1289
|
+
return t})(s)),n(26,me=Cr[q]),n(27,f=(he.min||{})[q]),n(28,p=(he.max||{})[q]),v=s.currentRouletteNumbers,b=s.currentDoubleBallRouletteNumbers,w=s.vendorCategory,n(30,_=w.toLowerCase()===Qr),n(13,S=(_?b:v)||[]),n(31,x="GameProp LiveProps RoulleteProps"),n(31,x+=_?" Double":""),n(32,T=Me(ge,w.toLowerCase())?ve:ye),G=E,n(33,E=Array.isArray(y)&&y.length===g),s.dealer&&n(35,L=s.dealer.DealerName),I=s.numberOfPlayers,n(34,fe="ListGame"),s.isOpen&&s.currentRouletteNumbers&&n(34,fe+=" GameBackdrop"),d&&E&&f&&p&&s.currentOccupiedSeats?n(34,fe+=" GameContainerDimmed"):!1===d&&h&&n(34,fe+=" GameContainerFullyDimmed"),o&&(!G&&E?(n(34,fe+=" PulsatingRedShadow"),n(34,fe=fe.replace(" PulsatingGreenShadow",""))):G&&!E&&(n(34,fe+=" PulsatingGreenShadow"),n(34,fe=fe.replace(" PulsatingRedShadow",""))))}},Le=()=>{let e=new URL(P),t=document.createElement("style");fetch(e.href).then((e=>e.text())).then((e=>{t.innerHTML=e,setTimeout((()=>{o.appendChild(t)}),1)}))};C((()=>(window.addEventListener("message",be,!1),()=>{window.removeEventListener("message",be),l&&l.removeEventListener("message",Ee)})));return e.$$set=e=>{"session"in e&&n(48,F=e.session),"userid"in e&&n(49,D=e.userid),"lang"in e&&n(1,$=e.lang),"clientstyling"in e&&n(50,O=e.clientstyling),"clientstylingurl"in e&&n(51,P=e.clientstylingurl),"translationurl"in e&&n(52,A=e.translationurl),"favorites"in e&&n(2,R=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,J=e.showgamename),"currency"in e&&n(56,q=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?Te():"connect"===ne&&xe()),/*visibilityconnect*/1073741824&e.$$.dirty[1]&&re&&("disconnect"===re?Te():"connect"===re&&"connect"===ne&&xe()),/*lang*/2&e.$$.dirty[0]&&$&&Se(),/*session, userid, endpoint*/134610944&e.$$.dirty[1]&&F&&D&&ee&&(n(15,oe=!0),i=D),/*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&&o&&(()=>{let e=document.createElement("style");e.innerHTML=O,o.appendChild(e)})(),/*customStylingContainer*/2048&e.$$.dirty[0]|/*clientstylingurl*/1048576&e.$$.dirty[1]&&P&&o&&Le(),/*favorites*/4&e.$$.dirty[0]&&R&&"true"==R&&n(16,se=!0),/*translationurl*/2097152&e.$$.dirty[1]&&A&&fetch(A).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{Gr(t,e[t])}))})).catch((e=>{console.log(e)})),/*gamecellsize*/512&e.$$.dirty[0]|/*clientstylingurl*/1048576&e.$$.dirty[1]&&K&&P&&Le(),/*endpoint, livelobbyendpoint*/402653184&e.$$.dirty[1]&&ee&&te&&(()=>{let e=new URL(`${te.split("?")[0]}`);e.searchParams.append("platform",Sr(ce)),e.searchParams.append("language",$),
|
|
1292
1290
|
// let url:URL = new URL(`${endpoint}${livelobbyendpoint}`);
|
|
1293
|
-
fetch(e).then((e=>e.json())).then((e=>{const{details:t}=e[0];n(12,s=t)}))})(),/*livegamedata*/4096&e.$$.dirty[0]&&s&&Ce(),/*roulletteref, roulleteresults*/24576&e.$$.dirty[0]&&M&&S&&(()=>{const e="FirstElementAnimated",t=M.getElementsByClassName("First")[0];t&&(t.classList.add(e),setTimeout((()=>{t.classList.remove(e)}),2e3))})()},[Z,
|
|
1291
|
+
fetch(e).then((e=>e.json())).then((e=>{const{details:t}=e[0];n(12,s=t)}))})(),/*livegamedata*/4096&e.$$.dirty[0]&&s&&Ce(),/*roulletteref, roulleteresults*/24576&e.$$.dirty[0]&&M&&S&&(()=>{const e="FirstElementAnimated",t=M.getElementsByClassName("First")[0];t&&(t.classList.add(e),setTimeout((()=>{t.classList.remove(e)}),2e3))})()},[Z,$,R,H,B,U,Y,j,z,K,J,o,s,S,M,oe,se,!1,le,a,c,h,ue,d,m,de,me,f,p,y,_,x,T,E,fe,L,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 ${Ge(e)}-${Ge(t)}`),I&&(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">${I}</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 `},F,D,O,P,A,W,V,X,q,Q,ee,te,ne,re,ie,ae,ye,ve,function(e){k[e?"unshift":"push"]((()=>{a=e,n(19,a)}))},()=>_e(Y),()=>we(Y),()=>_e(Y),function(e){k[e?"unshift":"push"]((()=>{M=e,n(14,M)}))},function(e){k[e?"unshift":"push"]((()=>{o=e,n(11,o)}))}]}
|
|
1294
1292
|
/* ../casino-games-category-section/src/CasinoGamesCategorySection.svelte generated by Svelte v3.48.0 */
|
|
1295
|
-
function ni(e,t,n){const r=e.slice();return r[
|
|
1296
|
-
// (
|
|
1293
|
+
function ni(e,t,n){const r=e.slice();return r[77]=t[n],r[79]=n,r}function ri(e,t,n){const r=e.slice();return r[77]=t[n],r[80]=t,r[79]=n,r}function ii(e,t,n){const r=e.slice();return r[77]=t[n],r[79]=n,r}
|
|
1294
|
+
// (589:4) {:else}
|
|
1297
1295
|
function ai(e){let t;function n(e,t){/*categoryData*/
|
|
1298
|
-
return e[
|
|
1299
|
-
// (
|
|
1296
|
+
return e[17]?ci:/*showFavGamesCategory*/e[27]?li:void 0}let r=n(e),i=r&&r(e);return{c(){t=p("div"),i&&i.c()},m(e,n){d(e,t,n),i&&i.m(t,null)},p(e,a){r===(r=n(e))&&i?i.p(e,a):(i&&i.d(1),i=r&&r(e),i&&(i.c(),i.m(t,null)))},d(e){e&&m(t),i&&i.d()}}}
|
|
1297
|
+
// (531:4) {#if searched}
|
|
1300
1298
|
function oi(e){let t,n,r;function i(e,t){/*recentSearched*/
|
|
1301
|
-
return e[
|
|
1302
|
-
return e[
|
|
1303
|
-
// (
|
|
1299
|
+
return e[21]?Ii:/*shownCategoryData*/e[18].length?Li:ki}let a=i(e),o=a(e);function s(e,t){/*shownCategoryData*/
|
|
1300
|
+
return e[18]?Di:Fi}let l=s(e),c=l(e);return{c(){t=p("div"),n=p("div"),o.c(),r=v(),c.c(),_(n,"class","CasinoGamesHeader Searched "+(_r(/*userAgent*/e[32])?"CasinoGamesHeaderMobile":"")),_(n,"part","CasinoGamesHeader Searched "+(_r(/*userAgent*/e[32])?"CasinoGamesHeaderMobile":"")),_(t,"class","CasinoGamesContainer"),_(t,"part","CasinoGamesContainer")},m(e,i){d(e,t,i),h(t,n),o.m(n,null),h(t,r),c.m(t,null)},p(e,r){a===(a=i(e))&&o?o.p(e,r):(o.d(1),o=a(e),o&&(o.c(),o.m(n,null))),l===(l=s(e))&&c?c.p(e,r):(c.d(1),c=l(e),c&&(c.c(),c.m(t,null)))},d(e){e&&m(t),o.d(),c.d()}}}
|
|
1301
|
+
// (523:2) {#if hasErrors}
|
|
1304
1302
|
function si(e){let t;function n(e,t){/*filteresPresent*/
|
|
1305
|
-
return e[
|
|
1306
|
-
// (
|
|
1307
|
-
function li(e){let t,n,r,i,a,o
|
|
1308
|
-
return e[
|
|
1309
|
-
/*
|
|
1310
|
-
/*ul_binding_1*/e[
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
/*
|
|
1317
|
-
/*
|
|
1318
|
-
// (
|
|
1319
|
-
function
|
|
1320
|
-
// (
|
|
1321
|
-
function
|
|
1322
|
-
// (
|
|
1323
|
-
function
|
|
1324
|
-
// (
|
|
1325
|
-
function
|
|
1326
|
-
// (
|
|
1327
|
-
function
|
|
1328
|
-
// (
|
|
1329
|
-
function
|
|
1330
|
-
// (
|
|
1331
|
-
function
|
|
1332
|
-
// (
|
|
1303
|
+
return e[23]?Pi:Ni}let r=n(e),i=r(e);return{c(){i.c(),t=b()},m(e,n){i.m(e,n),d(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)}}}
|
|
1304
|
+
// (652:39)
|
|
1305
|
+
function li(e){let t,n,r,i,a,o=/*casinomygames*/"true"!==e[12]&&ui(e);function s(e,t){/*isLoading*/
|
|
1306
|
+
return e[15]?mi:/*favoriteGamesData*/e[30]?di:hi}let l=s(e),c=l(e);return{c(){t=p("div"),o&&o.c(),n=v(),r=p("ul"),c.c(),_(r,"class",i=/*favoriteGamesData*/(0!=e[30].items.length?"CasinoGamesGrid":"")+" 'GamesListIncreasedGap'}"),_(r,"part",a=/*favoriteGamesData*/(0!=e[30].items.length?"CasinoGamesGrid":"")+" 'GamesListIncreasedGap'}"),_(t,"class","CasinoGamesContainer"),_(t,"part","CasinoGamesContainer")},m(i,a){d(i,t,a),o&&o.m(t,null),h(t,n),h(t,r),c.m(r,null),
|
|
1307
|
+
/*ul_binding_1*/e[52](r)},p(e,u){/*casinomygames*/"true"!==e[12]?o?o.p(e,u):(o=ui(e),o.c(),o.m(t,n)):o&&(o.d(1),o=null),l===(l=s(e))&&c?c.p(e,u):(c.d(1),c=l(e),c&&(c.c(),c.m(r,null))),/*favoriteGamesData*/1073741824&u[0]&&i!==(i=/*favoriteGamesData*/(0!=e[30].items.length?"CasinoGamesGrid":"")+" 'GamesListIncreasedGap'}")&&_(r,"class",i),/*favoriteGamesData*/1073741824&u[0]&&a!==(a=/*favoriteGamesData*/(0!=e[30].items.length?"CasinoGamesGrid":"")+" 'GamesListIncreasedGap'}")&&_(r,"part",a)},d(n){n&&m(t),o&&o.d(),c.d(),
|
|
1308
|
+
/*ul_binding_1*/e[52](null)}}}
|
|
1309
|
+
// (591:8) {#if categoryData}
|
|
1310
|
+
function ci(e){let t,n,r=/*casinomygames*/"true"!==e[12]&&xi(e);function i(e,t){/*isLoading*/
|
|
1311
|
+
return e[15]?Mi:/*shownCategoryData*/0!==e[18].length?Gi:Ei}let a=i(e),o=a(e);return{c(){t=p("div"),r&&r.c(),n=v(),o.c(),_(t,"class","CasinoGamesContainer"),_(t,"part","CasinoGamesContainer")},m(e,i){d(e,t,i),r&&r.m(t,null),h(t,n),o.m(t,null)},p(e,s){/*casinomygames*/"true"!==e[12]?r?r.p(e,s):(r=xi(e),r.c(),r.m(t,n)):r&&(r.d(1),r=null),a===(a=i(e))&&o?o.p(e,s):(o.d(1),o=a(e),o&&(o.c(),o.m(t,null)))},d(e){e&&m(t),r&&r.d(),o.d()}}}
|
|
1312
|
+
// (654:14) {#if casinomygames !== 'true'}
|
|
1313
|
+
function ui(e){let t,n,r,i,a,o,s,l,c=/*$_*/e[31]("gamesCategorySection.favorites")+"",u=/*favoriteGamesData*/e[30].items.length+"";return{c(){t=p("div"),n=p("h3"),r=y(c),i=v(),a=p("span"),o=y("("),s=y(u),l=y(")"),_(a,"class","CategoryFavName"),_(n,"class","CategoryName"),_(n,"part","CategoryName"),_(t,"class","CasinoGamesHeader"),_(t,"part","CasinoGamesHeader")},m(c,u){d(c,t,u),h(t,n),h(n,r),h(n,i),h(n,a),h(a,o),h(a,s),h(a,l),
|
|
1314
|
+
/*h3_binding_1*/e[51](n)},p(e,t){/*$_*/1&t[1]&&c!==(c=/*$_*/e[31]("gamesCategorySection.favorites")+"")&&x(r,c),/*favoriteGamesData*/1073741824&t[0]&&u!==(u=/*favoriteGamesData*/e[30].items.length+"")&&x(s,u)},d(n){n&&m(t)
|
|
1315
|
+
/*h3_binding_1*/,e[51](null)}}}
|
|
1316
|
+
// (758:18) {:else}
|
|
1317
|
+
function hi(e){let t,n,r=/*$_*/e[31]("gamesCategorySection.waiting")+"";return{c(){t=p("p"),n=y(r)},m(e,r){d(e,t,r),h(t,n)},p(e,t){/*$_*/1&t[1]&&r!==(r=/*$_*/e[31]("gamesCategorySection.waiting")+"")&&x(n,r)},d(e){e&&m(t)}}}
|
|
1318
|
+
// (667:18) {#if favoriteGamesData}
|
|
1319
|
+
function di(e){let t,n=/*favoriteGamesData*/e[30].items,r=[];for(let t=0;t<n.length;t+=1)r[t]=Si(ni(e,n,t));let i=null;return n.length||(i=fi(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);d(e,t,n),i&&i.m(e,n)},p(e,a){if(/*favoriteGamesData, session, userid, lang, favorites, showFavGamesCategory, intersectingIndexes, visibilityconnect, currency, clientstyling, clientstylingurl, endpoint, livecasino, gamepagemodalurl, integratedgameframedesktop, integratedgameframemobile*/2013270015&a[0]|/*addGameTag, userAgent, $_*/7&a[1]){let o;for(n=/*favoriteGamesData*/e[30].items,o=0;o<n.length;o+=1){const i=ni(e,n,o);r[o]?r[o].p(i,a):(r[o]=Si(i),r[o].c(),r[o].m(t.parentNode,t))}for(;o<r.length;o+=1)r[o].d(1);r.length=n.length,!n.length&&i?i.p(e,a):n.length?i&&(i.d(1),i=null):(i=fi(e),i.c(),i.m(t.parentNode,t))}},d(e){f(r,e),e&&m(t),i&&i.d(e)}}}
|
|
1320
|
+
// (664:16) {#if isLoading}
|
|
1321
|
+
function mi(t){let n;return{c(){n=p("div"),_(n,"class","lds-dual-ring"),_(n,"part","lds-dual-ring")},m(e,t){d(e,n,t)},p:e,d(e){e&&m(n)}}}
|
|
1322
|
+
// (738:20) {:else}
|
|
1323
|
+
function fi(e){let t,n,r,i,a,o,s,l,c,u,f=/*$_*/e[31]("gamesCategorySection.noFavoritesTitle")+"";let b=function(e,t){return _r(/*userAgent*/e[32])?gi:pi}(e),w=b(e);return{c(){t=p("p"),n=g("svg"),r=g("path"),i=v(),a=p("span"),o=y(f),s=v(),w.c(),l=v(),T(r,"fill","white"),_(r,"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"),_(n,"version","1.1"),_(n,"class","UnfavoredIcon"),_(n,"part","UnfavoredIcon"),_(n,"xmlns","http://www.w3.org/2000/svg"),_(n,"xmlns:xlink","http://www.w3.org/1999/xlink"),_(n,"x","50px"),_(n,"y","50px"),_(n,"viewBox","0 0 512.001 512.001"),T(n,"enable-background","new 0 0 512.001 512.001"),_(n,"xml:space","preserve"),_(a,"class","NoFavoriteText NoFavoriteTextHighlight"),_(a,"part","NoFavoriteText NoFavoriteTextHighlight"),_(t,"class",c="NoFavoriteGames "+(_r(/*userAgent*/e[32])?"NoFavoriteGamesMobile":"")),_(t,"part",u="NoFavoriteGames "+(_r(/*userAgent*/e[32])?"NoFavoriteGamesMobile":""))},m(e,c){d(e,t,c),h(t,n),h(n,r),h(t,i),h(t,a),h(a,o),h(t,s),w.m(t,null),h(t,l)},p(e,t){/*$_*/1&t[1]&&f!==(f=/*$_*/e[31]("gamesCategorySection.noFavoritesTitle")+"")&&x(o,f),w.p(e,t)},d(e){e&&m(t),w.d()}}}
|
|
1324
|
+
// (753:24) {:else}
|
|
1325
|
+
function pi(e){let t,n,r=/*$_*/e[31]("gamesCategorySection.noFavorites")+"";return{c(){t=p("span"),n=y(r),_(t,"class","NoFavoriteText"),_(t,"part","NoFavoriteText")},m(e,r){d(e,t,r),h(t,n)},p(e,t){/*$_*/1&t[1]&&r!==(r=/*$_*/e[31]("gamesCategorySection.noFavorites")+"")&&x(n,r)},d(e){e&&m(t)}}}
|
|
1326
|
+
// (751:24) {#if isMobile(userAgent)}
|
|
1327
|
+
function gi(e){let t,n,r=/*$_*/e[31]("gamesCategorySection.noFavoritesMobile")+"";return{c(){t=p("span"),n=y(r),_(t,"class","NoFavoriteText"),_(t,"part","NoFavoriteText")},m(e,r){d(e,t,r),h(t,n)},p(e,t){/*$_*/1&t[1]&&r!==(r=/*$_*/e[31]("gamesCategorySection.noFavoritesMobile")+"")&&x(n,r)},d(e){e&&m(t)}}}
|
|
1328
|
+
// (669:22) {#if gameprops.gameModel}
|
|
1329
|
+
function yi(e){let t,n=/*gameprops*/e[77].gameModel.isFavorite&&vi(e);return{c(){n&&n.c(),t=b()},m(e,r){n&&n.m(e,r),d(e,t,r)},p(e,r){/*gameprops*/e[77].gameModel.isFavorite?n?n.p(e,r):(n=vi(e),n.c(),n.m(t.parentNode,t)):n&&(n.d(1),n=null)},d(e){n&&n.d(e),e&&m(t)}}}
|
|
1330
|
+
// (670:24) {#if gameprops.gameModel.isFavorite}
|
|
1331
|
+
function vi(e){let t,n=
|
|
1332
|
+
// (671:26) {#if intersecting || nativeLoading}
|
|
1333
1333
|
function(e){let t,n,r;function i(e,r){/*favoriteGamesData*/
|
|
1334
|
-
return
|
|
1335
|
-
// (
|
|
1336
|
-
(e);return{c(){n&&n.c(),t=b()},m(e,r){n&&n.m(e,r),d(e,t,r)},p(e,t){n.p(e,t)},d(e){n&&n.d(e),e&&m(t)}}}function
|
|
1337
|
-
// (
|
|
1338
|
-
function
|
|
1339
|
-
// (
|
|
1340
|
-
function
|
|
1341
|
-
// (
|
|
1342
|
-
function
|
|
1343
|
-
// (
|
|
1344
|
-
function
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
// (
|
|
1348
|
-
function
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
// (
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
// (
|
|
1359
|
-
function
|
|
1360
|
-
// (
|
|
1361
|
-
function
|
|
1362
|
-
// (
|
|
1363
|
-
function
|
|
1364
|
-
// (
|
|
1365
|
-
function
|
|
1366
|
-
// (
|
|
1367
|
-
function
|
|
1368
|
-
// (
|
|
1369
|
-
function
|
|
1370
|
-
// (
|
|
1371
|
-
function
|
|
1372
|
-
|
|
1373
|
-
/*
|
|
1374
|
-
/*div_binding*/t[51](null)}}}!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:.2}.ListGame.GameBackdrop .GameInnerContainer::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg, black 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:E(this.attributes),customElement:!0},ti,Xr,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&&d(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 $i="game-tile-";function Ni(e,t,n){let r;u(e,dn,(e=>n(29,r=e)));let i,a,o,s,l,c,h,d,m,f,{categoryindex:p=""}=t,{endpoint:g=""}=t,{datasource:y=""}=t,{lang:v=""}=t,{session:b=""}=t,{userid:w=""}=t,{favorites:_=""}=t,{clientstyling:S=""}=t,{clientstylingurl:x=""}=t,{translationurl:T=""}=t,{currency:G=""}=t,{categoryid:E=""}=t,{categorygames:M=0}=t,{livecasino:L="false"}=t,{visiblegames:I=""}=t,{gamepagemodalurl:F="false"}=t,{integratedgameframedesktop:D="false"}=t,{integratedgameframemobile:O="false"}=t,{once:$=!0}=t,{top:N=0}=t,{bottom:P=0}=t,{left:R=0}=t,{right:A=0}=t,H=!1,B=!0,U=window.navigator.userAgent,Y=[],j=!0,z=40,W=!1,V=!1,Z=!1,K=!1,X=!1,J=!0,q=!1,Q=!1,ee=!1,te=new Array(1e4),ne={},re="",ie={items:[],count:0,name:""};Object.keys(Tr).forEach((e=>{xr(e,Tr[e])})),void 0!==document.hidden?
|
|
1334
|
+
return 1073741824&r[0]&&(n=null),null==t&&(t=!!_r(/*userAgent*/e[32])),t?wi:(null==n&&(n=!!/*gameprops*/e[77].gameModel.platform.includes("PC")),n?bi:void 0)}let a=i(e,[-1,-1,-1]),o=a&&a(e);return{c(){o&&o.c(),r=b()},m(e,t){o&&o.m(e,t),d(e,r,t)},p(e,t){a===(a=i(e,t))&&o?o.p(e,t):(o&&o.d(1),o=a&&a(e),o&&(o.c(),o.m(r.parentNode,r)))},d(e){o&&o.d(e),e&&m(r)}}}
|
|
1335
|
+
// (704:82)
|
|
1336
|
+
(e);return{c(){n&&n.c(),t=b()},m(e,r){n&&n.m(e,r),d(e,t,r)},p(e,t){n.p(e,t)},d(e){n&&n.d(e),e&&m(t)}}}function bi(e){let t,n,r,i,a,o,s,l,c,u,h,f,g,y;return{c(){t=p("casino-game-thumbnail"),S(t,"class",n=""+(Ri+(/*gameprops*/e[77].cellSize?/*gameprops*/e[77].cellSize:"1x1"))),S(t,"part",r=""+(Ri+(/*gameprops*/e[77].cellSize?/*gameprops*/e[77].cellSize:"1x1"))),S(t,"session",/*session*/e[2]),S(t,"userid",/*userid*/e[3]),S(t,"lang",/*lang*/e[1]),S(t,"favorites",/*favorites*/e[4]),S(t,"gamethumbnail",i=/*gameprops*/e[77].gameModel.thumbnail),S(t,"gamename",a=/*gameprops*/e[77].gameModel.name),S(t,"gamevendor",o=/*gameprops*/e[77].gameModel.vendor.name),S(t,"gameisnew",s=/*gameprops*/e[77].gameModel.isNew),S(t,"gametag",l=/*gameprops*/e[77].gameModel.advancedTags?.length>0&&/*addGameTag*/e[33](/*gameprops*/e[77].advancedTags)),S(t,"gamecellsize",c=/*gameprops*/e[77].cellSize),S(t,"gameid",u=/*gameprops*/e[77].gameModel.id),S(t,"gamefunmode",h=/*gameprops*/e[77].gameModel.hasFunMode),S(t,"gamefavorite",f=/*gameprops*/e[77].gameModel.isFavorite),S(t,"showfavoredcategory",/*showFavGamesCategory*/e[27]),S(t,"connectlive",g=/*intersectingIndexes*/1==e[28][/*gameprops*/e[77].id]?"connect":"disconnect"),S(t,"visibilityconnect",/*visibilityconnect*/e[29]),S(t,"currency",/*currency*/e[7]),S(t,"livelobbyendpoint",y=/*gameprops*/e[77].gameModel.details?/*gameprops*/e[77].gameModel.launchUrl:""),S(t,"clientstyling",/*clientstyling*/e[5]),S(t,"clientstylingurl",/*clientstylingurl*/e[6]),S(t,"endpoint",/*endpoint*/e[0]),S(t,"livecasino",/*livecasino*/e[8]),S(t,"gamepagemodalurl",/*gamepagemodalurl*/e[9]),S(t,"integratedgameframedesktop",/*integratedgameframedesktop*/e[10]),S(t,"integratedgameframemobile",/*integratedgameframemobile*/e[11])},m(e,n){d(e,t,n)},p(e,d){/*favoriteGamesData*/1073741824&d[0]&&n!==(n=""+(Ri+(/*gameprops*/e[77].cellSize?/*gameprops*/e[77].cellSize:"1x1")))&&S(t,"class",n),/*favoriteGamesData*/1073741824&d[0]&&r!==(r=""+(Ri+(/*gameprops*/e[77].cellSize?/*gameprops*/e[77].cellSize:"1x1")))&&S(t,"part",r),/*session*/4&d[0]&&S(t,"session",/*session*/e[2]),/*userid*/8&d[0]&&S(t,"userid",/*userid*/e[3]),/*lang*/2&d[0]&&S(t,"lang",/*lang*/e[1]),/*favorites*/16&d[0]&&S(t,"favorites",/*favorites*/e[4]),/*favoriteGamesData*/1073741824&d[0]&&i!==(i=/*gameprops*/e[77].gameModel.thumbnail)&&S(t,"gamethumbnail",i),/*favoriteGamesData*/1073741824&d[0]&&a!==(a=/*gameprops*/e[77].gameModel.name)&&S(t,"gamename",a),/*favoriteGamesData*/1073741824&d[0]&&o!==(o=/*gameprops*/e[77].gameModel.vendor.name)&&S(t,"gamevendor",o),/*favoriteGamesData*/1073741824&d[0]&&s!==(s=/*gameprops*/e[77].gameModel.isNew)&&S(t,"gameisnew",s),/*favoriteGamesData*/1073741824&d[0]&&l!==(l=/*gameprops*/e[77].gameModel.advancedTags?.length>0&&/*addGameTag*/e[33](/*gameprops*/e[77].advancedTags))&&S(t,"gametag",l),/*favoriteGamesData*/1073741824&d[0]&&c!==(c=/*gameprops*/e[77].cellSize)&&S(t,"gamecellsize",c),/*favoriteGamesData*/1073741824&d[0]&&u!==(u=/*gameprops*/e[77].gameModel.id)&&S(t,"gameid",u),/*favoriteGamesData*/1073741824&d[0]&&h!==(h=/*gameprops*/e[77].gameModel.hasFunMode)&&S(t,"gamefunmode",h),/*favoriteGamesData*/1073741824&d[0]&&f!==(f=/*gameprops*/e[77].gameModel.isFavorite)&&S(t,"gamefavorite",f),/*showFavGamesCategory*/134217728&d[0]&&S(t,"showfavoredcategory",/*showFavGamesCategory*/e[27]),/*intersectingIndexes, favoriteGamesData*/1342177280&d[0]&&g!==(g=/*intersectingIndexes*/1==e[28][/*gameprops*/e[77].id]?"connect":"disconnect")&&S(t,"connectlive",g),/*visibilityconnect*/536870912&d[0]&&S(t,"visibilityconnect",/*visibilityconnect*/e[29]),/*currency*/128&d[0]&&S(t,"currency",/*currency*/e[7]),/*favoriteGamesData*/1073741824&d[0]&&y!==(y=/*gameprops*/e[77].gameModel.details?/*gameprops*/e[77].gameModel.launchUrl:"")&&S(t,"livelobbyendpoint",y),/*clientstyling*/32&d[0]&&S(t,"clientstyling",/*clientstyling*/e[5]),/*clientstylingurl*/64&d[0]&&S(t,"clientstylingurl",/*clientstylingurl*/e[6]),/*endpoint*/1&d[0]&&S(t,"endpoint",/*endpoint*/e[0]),/*livecasino*/256&d[0]&&S(t,"livecasino",/*livecasino*/e[8]),/*gamepagemodalurl*/512&d[0]&&S(t,"gamepagemodalurl",/*gamepagemodalurl*/e[9]),/*integratedgameframedesktop*/1024&d[0]&&S(t,"integratedgameframedesktop",/*integratedgameframedesktop*/e[10]),/*integratedgameframemobile*/2048&d[0]&&S(t,"integratedgameframemobile",/*integratedgameframemobile*/e[11])},d(e){e&&m(t)}}}
|
|
1337
|
+
// (672:28) {#if isMobile(userAgent)}
|
|
1338
|
+
function wi(e){let t,n=/*gameprops*/e[77].gameModel.platform.includes("iPad")||/*gameprops*/e[77].gameModel.platform.includes("iPhone")||/*gameprops*/e[77].gameModel.platform.includes("Android"),r=n&&_i(e);return{c(){r&&r.c(),t=b()},m(e,n){r&&r.m(e,n),d(e,t,n)},p(e,i){/*favoriteGamesData*/1073741824&i[0]&&(n=/*gameprops*/e[77].gameModel.platform.includes("iPad")||/*gameprops*/e[77].gameModel.platform.includes("iPhone")||/*gameprops*/e[77].gameModel.platform.includes("Android")),n?r?r.p(e,i):(r=_i(e),r.c(),r.m(t.parentNode,t)):r&&(r.d(1),r=null)},d(e){r&&r.d(e),e&&m(t)}}}
|
|
1339
|
+
// (673:30) {#if (gameprops.gameModel.platform.includes("iPad") || gameprops.gameModel.platform.includes("iPhone") || gameprops.gameModel.platform.includes("Android"))}
|
|
1340
|
+
function _i(e){let t,n,r,i,a,o,s,l,c,u,h,f,g,y;return{c(){t=p("casino-game-thumbnail"),S(t,"class",n=""+(Ri+(/*gameprops*/e[77].cellSize?/*gameprops*/e[77].cellSize:"1x1"))),S(t,"part",r=""+(Ri+(/*gameprops*/e[77].cellSize?/*gameprops*/e[77].cellSize:"1x1"))),S(t,"session",/*session*/e[2]),S(t,"userid",/*userid*/e[3]),S(t,"lang",/*lang*/e[1]),S(t,"favorites",/*favorites*/e[4]),S(t,"gamethumbnail",i=/*gameprops*/e[77].gameModel.thumbnail),S(t,"gamename",a=/*gameprops*/e[77].gameModel.name),S(t,"gamevendor",o=/*gameprops*/e[77].gameModel.vendor.name),S(t,"gameisnew",s=/*gameprops*/e[77].gameModel.isNew),S(t,"gametag",l=/*gameprops*/e[77].gameModel.advancedTags?.length>0&&/*addGameTag*/e[33](/*gameprops*/e[77].advancedTags)),S(t,"gamecellsize",c=/*gameprops*/e[77].cellSize),S(t,"gameid",u=/*gameprops*/e[77].gameModel.id),S(t,"gamefunmode",h=/*gameprops*/e[77].gameModel.hasFunMode),S(t,"gamefavorite",f=/*gameprops*/e[77].gameModel.isFavorite),S(t,"showfavoredcategory",/*showFavGamesCategory*/e[27]),S(t,"connectlive",g=/*intersectingIndexes*/1==e[28][/*gameprops*/e[77].id]?"connect":"disconnect"),S(t,"visibilityconnect",/*visibilityconnect*/e[29]),S(t,"currency",/*currency*/e[7]),S(t,"livelobbyendpoint",y=/*gameprops*/e[77].gameModel.details?/*gameprops*/e[77].gameModel.launchUrl:""),S(t,"clientstyling",/*clientstyling*/e[5]),S(t,"clientstylingurl",/*clientstylingurl*/e[6]),S(t,"endpoint",/*endpoint*/e[0]),S(t,"livecasino",/*livecasino*/e[8]),S(t,"gamepagemodalurl",/*gamepagemodalurl*/e[9]),S(t,"integratedgameframedesktop",/*integratedgameframedesktop*/e[10]),S(t,"integratedgameframemobile",/*integratedgameframemobile*/e[11])},m(e,n){d(e,t,n)},p(e,d){/*favoriteGamesData*/1073741824&d[0]&&n!==(n=""+(Ri+(/*gameprops*/e[77].cellSize?/*gameprops*/e[77].cellSize:"1x1")))&&S(t,"class",n),/*favoriteGamesData*/1073741824&d[0]&&r!==(r=""+(Ri+(/*gameprops*/e[77].cellSize?/*gameprops*/e[77].cellSize:"1x1")))&&S(t,"part",r),/*session*/4&d[0]&&S(t,"session",/*session*/e[2]),/*userid*/8&d[0]&&S(t,"userid",/*userid*/e[3]),/*lang*/2&d[0]&&S(t,"lang",/*lang*/e[1]),/*favorites*/16&d[0]&&S(t,"favorites",/*favorites*/e[4]),/*favoriteGamesData*/1073741824&d[0]&&i!==(i=/*gameprops*/e[77].gameModel.thumbnail)&&S(t,"gamethumbnail",i),/*favoriteGamesData*/1073741824&d[0]&&a!==(a=/*gameprops*/e[77].gameModel.name)&&S(t,"gamename",a),/*favoriteGamesData*/1073741824&d[0]&&o!==(o=/*gameprops*/e[77].gameModel.vendor.name)&&S(t,"gamevendor",o),/*favoriteGamesData*/1073741824&d[0]&&s!==(s=/*gameprops*/e[77].gameModel.isNew)&&S(t,"gameisnew",s),/*favoriteGamesData*/1073741824&d[0]&&l!==(l=/*gameprops*/e[77].gameModel.advancedTags?.length>0&&/*addGameTag*/e[33](/*gameprops*/e[77].advancedTags))&&S(t,"gametag",l),/*favoriteGamesData*/1073741824&d[0]&&c!==(c=/*gameprops*/e[77].cellSize)&&S(t,"gamecellsize",c),/*favoriteGamesData*/1073741824&d[0]&&u!==(u=/*gameprops*/e[77].gameModel.id)&&S(t,"gameid",u),/*favoriteGamesData*/1073741824&d[0]&&h!==(h=/*gameprops*/e[77].gameModel.hasFunMode)&&S(t,"gamefunmode",h),/*favoriteGamesData*/1073741824&d[0]&&f!==(f=/*gameprops*/e[77].gameModel.isFavorite)&&S(t,"gamefavorite",f),/*showFavGamesCategory*/134217728&d[0]&&S(t,"showfavoredcategory",/*showFavGamesCategory*/e[27]),/*intersectingIndexes, favoriteGamesData*/1342177280&d[0]&&g!==(g=/*intersectingIndexes*/1==e[28][/*gameprops*/e[77].id]?"connect":"disconnect")&&S(t,"connectlive",g),/*visibilityconnect*/536870912&d[0]&&S(t,"visibilityconnect",/*visibilityconnect*/e[29]),/*currency*/128&d[0]&&S(t,"currency",/*currency*/e[7]),/*favoriteGamesData*/1073741824&d[0]&&y!==(y=/*gameprops*/e[77].gameModel.details?/*gameprops*/e[77].gameModel.launchUrl:"")&&S(t,"livelobbyendpoint",y),/*clientstyling*/32&d[0]&&S(t,"clientstyling",/*clientstyling*/e[5]),/*clientstylingurl*/64&d[0]&&S(t,"clientstylingurl",/*clientstylingurl*/e[6]),/*endpoint*/1&d[0]&&S(t,"endpoint",/*endpoint*/e[0]),/*livecasino*/256&d[0]&&S(t,"livecasino",/*livecasino*/e[8]),/*gamepagemodalurl*/512&d[0]&&S(t,"gamepagemodalurl",/*gamepagemodalurl*/e[9]),/*integratedgameframedesktop*/1024&d[0]&&S(t,"integratedgameframedesktop",/*integratedgameframedesktop*/e[10]),/*integratedgameframemobile*/2048&d[0]&&S(t,"integratedgameframemobile",/*integratedgameframemobile*/e[11])},d(e){e&&m(t)}}}
|
|
1341
|
+
// (668:20) {#each favoriteGamesData.items as gameprops, index}
|
|
1342
|
+
function Si(e){let t,n=/*gameprops*/e[77].gameModel&&yi(e);return{c(){n&&n.c(),t=b()},m(e,r){n&&n.m(e,r),d(e,t,r)},p(e,r){/*gameprops*/e[77].gameModel?n?n.p(e,r):(n=yi(e),n.c(),n.m(t.parentNode,t)):n&&(n.d(1),n=null)},d(e){n&&n.d(e),e&&m(t)}}}
|
|
1343
|
+
// (593:12) {#if casinomygames !== 'true'}
|
|
1344
|
+
function xi(e){let t,n,r,i,a=/*categoryData*/e[17].name+"",o=/*showLoadCategory*/e[19]&&Ti(e);return{c(){t=p("div"),n=p("h3"),r=y(a),i=v(),o&&o.c(),_(n,"class","CategoryName"),_(n,"part","CategoryName"),_(t,"class","CasinoGamesHeader"),_(t,"part","CasinoGamesHeader")},m(a,s){d(a,t,s),h(t,n),h(n,r),
|
|
1345
|
+
/*h3_binding*/e[47](n),h(t,i),o&&o.m(t,null)},p(e,n){/*categoryData*/131072&n[0]&&a!==(a=/*categoryData*/e[17].name+"")&&x(r,a),/*showLoadCategory*/e[19]?o?o.p(e,n):(o=Ti(e),o.c(),o.m(t,null)):o&&(o.d(1),o=null)},d(n){n&&m(t)
|
|
1346
|
+
/*h3_binding*/,e[47](null),o&&o.d()}}}
|
|
1347
|
+
// (598:14) {#if showLoadCategory}
|
|
1348
|
+
function Ti(e){let t,n,r,i,a,o,s,l,c=/*$_*/e[31]("gamesCategorySection.viewAll")+"",u=/*categoryData*/e[17].games.total+"";return{c(){t=p("a"),n=p("span"),r=y(c),i=y(" ("),a=y(u),o=y(")"),_(n,"class","CategoryLoadMore"),_(n,"part","CategoryLoadMore"),_(t,"class","CategoryNameLink"),_(t,"part","CategoryNameLink")},m(c,u){d(c,t,u),h(t,n),h(n,r),h(n,i),h(n,a),h(n,o),s||(l=w(t,"click",/*click_handler*/e[48]),s=!0)},p(e,t){/*$_*/1&t[1]&&c!==(c=/*$_*/e[31]("gamesCategorySection.viewAll")+"")&&x(r,c),/*categoryData*/131072&t[0]&&u!==(u=/*categoryData*/e[17].games.total+"")&&x(a,u)},d(e){e&&m(t),s=!1,l()}}}
|
|
1349
|
+
// (647:14) {:else}
|
|
1350
|
+
function Ei(t){let n;return{c(){n=p("p"),n.textContent="You don't have any games in this category.",_(n,"class","NoSearchResults"),_(n,"part","NoSearchResults")},m(e,t){d(e,n,t)},p:e,d(e){e&&m(n)}}}
|
|
1351
|
+
// (611:14) {#if shownCategoryData.length !== 0}
|
|
1352
|
+
function Gi(e){let t,n,r,i=/*shownCategoryData*/e[18],a=[];for(let t=0;t<i.length;t+=1)a[t]=Ci(ri(e,i,t));return{c(){t=p("ul");for(let e=0;e<a.length;e+=1)a[e].c();_(t,"class",n=/*favoriteGamesData*/(0===e[30].items.length&&/*showFavGamesCategory*/e[27]?"":"CasinoGamesGrid")+" GamesListIncreasedGap"),_(t,"part",r=/*favoriteGamesData*/(0===e[30].items.length&&/*showFavGamesCategory*/e[27]?"":"CasinoGamesGrid")+" GamesListIncreasedGap")},m(n,r){d(n,t,r);for(let e=0;e<a.length;e+=1)a[e].m(t,null);
|
|
1353
|
+
/*ul_binding*/e[50](t)},p(e,o){if(/*session, userid, lang, shownCategoryData, favorites, intersectingIndexes, visibilityconnect, currency, clientstyling, clientstylingurl, endpoint, livecasino, gamepagemodalurl, integratedgameframedesktop, integratedgameframemobile, thumbnailContainer*/805588991&o[0]|/*addGameTag*/4&o[1]){let n;for(i=/*shownCategoryData*/e[18],n=0;n<i.length;n+=1){const r=ri(e,i,n);a[n]?a[n].p(r,o):(a[n]=Ci(r),a[n].c(),a[n].m(t,null))}for(;n<a.length;n+=1)a[n].d(1);a.length=i.length}/*favoriteGamesData, showFavGamesCategory*/1207959552&o[0]&&n!==(n=/*favoriteGamesData*/(0===e[30].items.length&&/*showFavGamesCategory*/e[27]?"":"CasinoGamesGrid")+" GamesListIncreasedGap")&&_(t,"class",n),/*favoriteGamesData, showFavGamesCategory*/1207959552&o[0]&&r!==(r=/*favoriteGamesData*/(0===e[30].items.length&&/*showFavGamesCategory*/e[27]?"":"CasinoGamesGrid")+" GamesListIncreasedGap")&&_(t,"part",r)},d(n){n&&m(t),f(a,n),
|
|
1354
|
+
/*ul_binding*/e[50](null)}}}
|
|
1355
|
+
// (608:12) {#if isLoading}
|
|
1356
|
+
function Mi(t){let n;return{c(){n=p("div"),_(n,"class","lds-dual-ring"),_(n,"part","lds-dual-ring")},m(e,t){d(e,n,t)},p:e,d(e){e&&m(n)}}}
|
|
1357
|
+
// (614:20) {#if intersecting || nativeLoading}
|
|
1358
|
+
// (613:18) {#each shownCategoryData as gameprops, index}
|
|
1359
|
+
function Ci(e){let t,n=function(e){let t,n,r,i,a,o,s,l,c,u,h,f,g,y,v=/*index*/e[79];const b=()=>/*casino_game_thumbnail_binding*/e[49](t,v),w=()=>/*casino_game_thumbnail_binding*/e[49](null,v);return{c(){t=p("casino-game-thumbnail"),S(t,"session",/*session*/e[2]),S(t,"userid",/*userid*/e[3]),S(t,"lang",/*lang*/e[1]),S(t,"class",n=""+(Ri+(/*gameprops*/e[77].cellSize?/*gameprops*/e[77].cellSize:"1x1"))),S(t,"part",r=""+(Ri+(/*gameprops*/e[77].cellSize?/*gameprops*/e[77].cellSize:"1x1"))),S(t,"favorites",/*favorites*/e[4]),S(t,"gamethumbnail",i=/*gameprops*/e[77].thumbnail),S(t,"gamename",a=/*gameprops*/e[77].name),S(t,"gamevendor",o=/*gameprops*/e[77].vendor.name),S(t,"gameisnew",s=/*gameprops*/e[77].isNew),S(t,"gametag",l=/*gameprops*/e[77].advancedTags?.length>0&&/*addGameTag*/e[33](/*gameprops*/e[77].advancedTags)),S(t,"gamecellsize",c=/*gameprops*/e[77].cellSize),S(t,"gameid",u=/*gameprops*/e[77].id),S(t,"gamefunmode",h=/*gameprops*/e[77].hasFunMode),S(t,"gamefavorite",f=/*gameprops*/e[77].isFavorite),S(t,"connectlive",g=/*intersectingIndexes*/1==e[28][/*gameprops*/e[77].id]?"connect":"disconnect"),S(t,"visibilityconnect",/*visibilityconnect*/e[29]),S(t,"currency",/*currency*/e[7]),S(t,"livelobbyendpoint",y=/*gameprops*/e[77].details?/*gameprops*/e[77].href:""),S(t,"clientstyling",/*clientstyling*/e[5]),S(t,"clientstylingurl",/*clientstylingurl*/e[6]),S(t,"endpoint",/*endpoint*/e[0]),S(t,"livecasino",/*livecasino*/e[8]),S(t,"gamepagemodalurl",/*gamepagemodalurl*/e[9]),S(t,"integratedgameframedesktop",/*integratedgameframedesktop*/e[10]),S(t,"integratedgameframemobile",/*integratedgameframemobile*/e[11])},m(e,n){d(e,t,n),b()},p(d,m){e=d,/*session*/4&m[0]&&S(t,"session",/*session*/e[2]),/*userid*/8&m[0]&&S(t,"userid",/*userid*/e[3]),/*lang*/2&m[0]&&S(t,"lang",/*lang*/e[1]),/*shownCategoryData*/262144&m[0]&&n!==(n=""+(Ri+(/*gameprops*/e[77].cellSize?/*gameprops*/e[77].cellSize:"1x1")))&&S(t,"class",n),/*shownCategoryData*/262144&m[0]&&r!==(r=""+(Ri+(/*gameprops*/e[77].cellSize?/*gameprops*/e[77].cellSize:"1x1")))&&S(t,"part",r),/*favorites*/16&m[0]&&S(t,"favorites",/*favorites*/e[4]),/*shownCategoryData*/262144&m[0]&&i!==(i=/*gameprops*/e[77].thumbnail)&&S(t,"gamethumbnail",i),/*shownCategoryData*/262144&m[0]&&a!==(a=/*gameprops*/e[77].name)&&S(t,"gamename",a),/*shownCategoryData*/262144&m[0]&&o!==(o=/*gameprops*/e[77].vendor.name)&&S(t,"gamevendor",o),/*shownCategoryData*/262144&m[0]&&s!==(s=/*gameprops*/e[77].isNew)&&S(t,"gameisnew",s),/*shownCategoryData*/262144&m[0]&&l!==(l=/*gameprops*/e[77].advancedTags?.length>0&&/*addGameTag*/e[33](/*gameprops*/e[77].advancedTags))&&S(t,"gametag",l),/*shownCategoryData*/262144&m[0]&&c!==(c=/*gameprops*/e[77].cellSize)&&S(t,"gamecellsize",c),/*shownCategoryData*/262144&m[0]&&u!==(u=/*gameprops*/e[77].id)&&S(t,"gameid",u),/*shownCategoryData*/262144&m[0]&&h!==(h=/*gameprops*/e[77].hasFunMode)&&S(t,"gamefunmode",h),/*shownCategoryData*/262144&m[0]&&f!==(f=/*gameprops*/e[77].isFavorite)&&S(t,"gamefavorite",f),/*intersectingIndexes, shownCategoryData*/268697600&m[0]&&g!==(g=/*intersectingIndexes*/1==e[28][/*gameprops*/e[77].id]?"connect":"disconnect")&&S(t,"connectlive",g),/*visibilityconnect*/536870912&m[0]&&S(t,"visibilityconnect",/*visibilityconnect*/e[29]),/*currency*/128&m[0]&&S(t,"currency",/*currency*/e[7]),/*shownCategoryData*/262144&m[0]&&y!==(y=/*gameprops*/e[77].details?/*gameprops*/e[77].href:"")&&S(t,"livelobbyendpoint",y),/*clientstyling*/32&m[0]&&S(t,"clientstyling",/*clientstyling*/e[5]),/*clientstylingurl*/64&m[0]&&S(t,"clientstylingurl",/*clientstylingurl*/e[6]),/*endpoint*/1&m[0]&&S(t,"endpoint",/*endpoint*/e[0]),/*livecasino*/256&m[0]&&S(t,"livecasino",/*livecasino*/e[8]),/*gamepagemodalurl*/512&m[0]&&S(t,"gamepagemodalurl",/*gamepagemodalurl*/e[9]),/*integratedgameframedesktop*/1024&m[0]&&S(t,"integratedgameframedesktop",/*integratedgameframedesktop*/e[10]),/*integratedgameframemobile*/2048&m[0]&&S(t,"integratedgameframemobile",/*integratedgameframemobile*/e[11]),v!==/*index*/e[79]&&(w(),v=/*index*/e[79],b())},d(e){e&&m(t),w()}}}(e);return{c(){n&&n.c(),t=b()},m(e,r){n&&n.m(e,r),d(e,t,r)},p(e,t){n.p(e,t)},d(e){n&&n.d(e),e&&m(t)}}}
|
|
1360
|
+
// (543:12) {:else}
|
|
1361
|
+
function Li(e){let t,n,r=/*$_*/e[31]("gamesCategorySection.searchedItems")+"";return{c(){t=p("h3"),n=y(r),_(t,"class","StatusText"),_(t,"part","StatusText")},m(e,r){d(e,t,r),h(t,n)},p(e,t){/*$_*/1&t[1]&&r!==(r=/*$_*/e[31]("gamesCategorySection.searchedItems")+"")&&x(n,r)},d(e){e&&m(t)}}}
|
|
1362
|
+
// (539:12) {#if !shownCategoryData.length}
|
|
1363
|
+
function ki(e){let t,n,r=/*$_*/e[31]("gamesCategorySection.noResults")+"";return{c(){t=p("h3"),n=y(r),_(t,"class","StatusText"),_(t,"part","StatusText")},m(e,r){d(e,t,r),h(t,n)},p(e,t){/*$_*/1&t[1]&&r!==(r=/*$_*/e[31]("gamesCategorySection.noResults")+"")&&x(n,r)},d(e){e&&m(t)}}}
|
|
1364
|
+
// (534:10) {#if recentSearched}
|
|
1365
|
+
function Ii(e){let t,n,r=/*$_*/e[31]("gamesCategorySection.recentSearchedItems")+"";return{c(){t=p("h3"),n=y(r),_(t,"class","StatusText"),_(t,"part","StatusText")},m(e,r){d(e,t,r),h(t,n)},p(e,t){/*$_*/1&t[1]&&r!==(r=/*$_*/e[31]("gamesCategorySection.recentSearchedItems")+"")&&x(n,r)},d(e){e&&m(t)}}}
|
|
1366
|
+
// (585:8) {:else}
|
|
1367
|
+
function Fi(t){let n;return{c(){n=p("p"),n.textContent="Waiting",_(n,"class","SearchWaiting"),_(n,"part","SearchWaiting")},m(e,t){d(e,n,t)},p:e,d(e){e&&m(n)}}}
|
|
1368
|
+
// (550:8) {#if shownCategoryData}
|
|
1369
|
+
function Di(e){let t,n,r=!/*showItems*/e[24]&&$i(e),i=/*shownCategoryData*/e[18],a=[];for(let t=0;t<i.length;t+=1)a[t]=Oi(ii(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),d(e,t,i),d(e,n,i);for(let e=0;e<a.length;e+=1)a[e].m(n,null)},p(e,o){if(/*showItems*/e[24]?r&&(r.d(1),r=null):r?r.p(e,o):(r=$i(e),r.c(),r.m(t.parentNode,t)),/*shownCategoryData, session, userid, lang, searchItem, favorites, currency, clientstyling, clientstylingurl, endpoint, livecasino, gamepagemodalurl, integratedgameframedesktop, integratedgameframemobile*/4460543&o[0]|/*addGameTag*/4&o[1]){let t;for(i=/*shownCategoryData*/e[18],t=0;t<i.length;t+=1){const r=ii(e,i,t);a[t]?a[t].p(r,o):(a[t]=Oi(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)}}}
|
|
1370
|
+
// (551:10) {#if !showItems}
|
|
1371
|
+
function $i(e){let t,n,r,i,a=/*$_*/e[31]("gamesCategorySection.noRecentSearch")+"";return{c(){t=p("p"),n=y(a),_(t,"class",r="NoSearchResults NoRecentSearches NoRecentSearchesCenter "+(_r(/*userAgent*/e[32])?"NoRecentSearchesMobile":"")),_(t,"part",i="NoSearchResults NoRecentSearches NoRecentSearchesCenter "+(_r(/*userAgent*/e[32])?"NoRecentSearchesMobile":""))},m(e,r){d(e,t,r),h(t,n)},p(e,t){/*$_*/1&t[1]&&a!==(a=/*$_*/e[31]("gamesCategorySection.noRecentSearch")+"")&&x(n,a)},d(e){e&&m(t)}}}
|
|
1372
|
+
// (555:12) {#each shownCategoryData as gameprops, index}
|
|
1373
|
+
function Oi(e){let t,n,r,i,a,o,s,l,c,u,h,f,g;return{c(){t=p("casino-game-thumbnail"),S(t,"class",n=""+(Ri+(/*gameprops*/e[77].cellSize?/*gameprops*/e[77].cellSize:"1x1"))),S(t,"part",r=""+(Ri+(/*gameprops*/e[77].cellSize?/*gameprops*/e[77].cellSize:"1x1"))),S(t,"session",/*session*/e[2]),S(t,"userid",/*userid*/e[3]),S(t,"lang",/*lang*/e[1]),S(t,"searchitem",/*searchItem*/e[22]),S(t,"favorites",/*favorites*/e[4]),S(t,"gamethumbnail",i=/*gameprops*/e[77].thumbnail),S(t,"gamename",a=/*gameprops*/e[77].name),S(t,"gamevendor",o=/*gameprops*/e[77].vendor.name),S(t,"gameisnew",s=/*gameprops*/e[77].isNew),S(t,"gametag",l=/*gameprops*/e[77].advancedTags?.length>0&&/*addGameTag*/e[33](/*gameprops*/e[77].advancedTags)),S(t,"gamecellsize",c=/*gameprops*/e[77].cellSize),S(t,"gameid",u=/*gameprops*/e[77].id),S(t,"gamefunmode",h=/*gameprops*/e[77].hasFunMode),S(t,"gamefavorite",f=/*gameprops*/e[77].isFavorite),S(t,"currency",/*currency*/e[7]),S(t,"livelobbyendpoint",g=/*gameprops*/e[77].details?/*gameprops*/e[77].href:""),S(t,"clientstyling",/*clientstyling*/e[5]),S(t,"clientstylingurl",/*clientstylingurl*/e[6]),S(t,"endpoint",/*endpoint*/e[0]),S(t,"livecasino",/*livecasino*/e[8]),S(t,"gamepagemodalurl",/*gamepagemodalurl*/e[9]),S(t,"integratedgameframedesktop",/*integratedgameframedesktop*/e[10]),S(t,"integratedgameframemobile",/*integratedgameframemobile*/e[11])},m(e,n){d(e,t,n)},p(e,d){/*shownCategoryData*/262144&d[0]&&n!==(n=""+(Ri+(/*gameprops*/e[77].cellSize?/*gameprops*/e[77].cellSize:"1x1")))&&S(t,"class",n),/*shownCategoryData*/262144&d[0]&&r!==(r=""+(Ri+(/*gameprops*/e[77].cellSize?/*gameprops*/e[77].cellSize:"1x1")))&&S(t,"part",r),/*session*/4&d[0]&&S(t,"session",/*session*/e[2]),/*userid*/8&d[0]&&S(t,"userid",/*userid*/e[3]),/*lang*/2&d[0]&&S(t,"lang",/*lang*/e[1]),/*searchItem*/4194304&d[0]&&S(t,"searchitem",/*searchItem*/e[22]),/*favorites*/16&d[0]&&S(t,"favorites",/*favorites*/e[4]),/*shownCategoryData*/262144&d[0]&&i!==(i=/*gameprops*/e[77].thumbnail)&&S(t,"gamethumbnail",i),/*shownCategoryData*/262144&d[0]&&a!==(a=/*gameprops*/e[77].name)&&S(t,"gamename",a),/*shownCategoryData*/262144&d[0]&&o!==(o=/*gameprops*/e[77].vendor.name)&&S(t,"gamevendor",o),/*shownCategoryData*/262144&d[0]&&s!==(s=/*gameprops*/e[77].isNew)&&S(t,"gameisnew",s),/*shownCategoryData*/262144&d[0]&&l!==(l=/*gameprops*/e[77].advancedTags?.length>0&&/*addGameTag*/e[33](/*gameprops*/e[77].advancedTags))&&S(t,"gametag",l),/*shownCategoryData*/262144&d[0]&&c!==(c=/*gameprops*/e[77].cellSize)&&S(t,"gamecellsize",c),/*shownCategoryData*/262144&d[0]&&u!==(u=/*gameprops*/e[77].id)&&S(t,"gameid",u),/*shownCategoryData*/262144&d[0]&&h!==(h=/*gameprops*/e[77].hasFunMode)&&S(t,"gamefunmode",h),/*shownCategoryData*/262144&d[0]&&f!==(f=/*gameprops*/e[77].isFavorite)&&S(t,"gamefavorite",f),/*currency*/128&d[0]&&S(t,"currency",/*currency*/e[7]),/*shownCategoryData*/262144&d[0]&&g!==(g=/*gameprops*/e[77].details?/*gameprops*/e[77].href:"")&&S(t,"livelobbyendpoint",g),/*clientstyling*/32&d[0]&&S(t,"clientstyling",/*clientstyling*/e[5]),/*clientstylingurl*/64&d[0]&&S(t,"clientstylingurl",/*clientstylingurl*/e[6]),/*endpoint*/1&d[0]&&S(t,"endpoint",/*endpoint*/e[0]),/*livecasino*/256&d[0]&&S(t,"livecasino",/*livecasino*/e[8]),/*gamepagemodalurl*/512&d[0]&&S(t,"gamepagemodalurl",/*gamepagemodalurl*/e[9]),/*integratedgameframedesktop*/1024&d[0]&&S(t,"integratedgameframedesktop",/*integratedgameframedesktop*/e[10]),/*integratedgameframemobile*/2048&d[0]&&S(t,"integratedgameframemobile",/*integratedgameframemobile*/e[11])},d(e){e&&m(t)}}}
|
|
1374
|
+
// (527:4) {:else}
|
|
1375
|
+
function Ni(e){let t;return{c(){t=p("p"),t.textContent="500 Error - Internal Server Error.",_(t,"class","SearchLoading"),_(t,"part","SearchLoading")},m(e,n){d(e,t,n)},d(e){e&&m(t)}}}
|
|
1376
|
+
// (525:4) {#if filteresPresent}
|
|
1377
|
+
function Pi(e){let t;return{c(){t=p("p"),t.textContent="404 Error - No result found.",_(t,"class","SearchLoading"),_(t,"part","SearchLoading")},m(e,n){d(e,t,n)},d(e){e&&m(t)}}}function Ai(t){let n;function r(e,t){/*hasErrors*/
|
|
1378
|
+
return e[16]?si:/*searched*/e[20]?oi:ai}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){d(e,n,r),a.m(n,null),
|
|
1379
|
+
/*div_binding*/t[53](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(),
|
|
1380
|
+
/*div_binding*/t[53](null)}}}!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:.2}.ListGame.GameBackdrop .GameInnerContainer::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg, black 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:G(this.attributes),customElement:!0},ti,Xr,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&&d(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 Ri="game-tile-";function Hi(e,t,n){let r;u(e,dn,(e=>n(31,r=e)));let i,a,o,s,l,c,h,d,m,f,{categoryindex:p=""}=t,{endpoint:g=""}=t,{datasource:y=""}=t,{lang:v=""}=t,{session:b=""}=t,{userid:w=""}=t,{favorites:_=""}=t,{clientstyling:S=""}=t,{clientstylingurl:x=""}=t,{translationurl:T=""}=t,{currency:E=""}=t,{categoryid:G=""}=t,{categorygames:M=0}=t,{livecasino:L="false"}=t,{visiblegames:I=""}=t,{gamepagemodalurl:F="false"}=t,{integratedgameframedesktop:D="false"}=t,{integratedgameframemobile:$="false"}=t,{casinomygames:O="false"}=t,{once:N=!0}=t,{top:P=0}=t,{bottom:A=0}=t,{left:R=0}=t,{right:H=0}=t,B=!0,U=!1,Y=!0,j=window.navigator.userAgent,z=[],W=!0,V=40,Z=!1,K=!1,X=!1,J=!1,q=!1,Q=!0,ee=!1,te=!1,ne=new Array(1e4),re={},ie="",ae={items:[],count:0,name:""};Object.keys(Tr).forEach((e=>{xr(e,Tr[e])})),void 0!==document.hidden?
|
|
1375
1381
|
// Opera 12.10 and Firefox 18 and later support
|
|
1376
1382
|
m="hidden":void 0!==document.msHidden?m="msHidden":void 0!==document.webkitHidden&&(m="webkitHidden");
|
|
1377
1383
|
// IntersectionObserver used for loading more games
|
|
1378
|
-
let
|
|
1384
|
+
let oe=new IntersectionObserver((e=>{e.forEach((async e=>{let t=e.target.gameid,r=e.target.elems_index;// eslint-disable-line
|
|
1379
1385
|
// eslint-disable-line
|
|
1380
|
-
e.isIntersecting?(1.2*r>
|
|
1386
|
+
e.isIntersecting?(1.2*r>V&&ce(G),n(28,re[t]=1,re)):n(28,re[t]=0,re)}))}));
|
|
1381
1387
|
// Start favored games section
|
|
1382
|
-
const
|
|
1388
|
+
const se=(e,t,r,i=[])=>{let a="",o="";n(15,B=!0),(G.match(/\$/g)||[]).length>1?(a=G.split("$").slice(0,2).join("$"),o=new URL(`${g}/casino/groups/${y}/${a}/subGroups`)):o=new URL(`${g}/casino/groups/${y}/${G}`);let s=JSON.parse(sessionStorage.getItem("vendorFiltersByCategory"));return new Promise(((e,i)=>{if(o.searchParams.delete("pagination"),o.searchParams.append("expand","games(vendor)"),o.searchParams.append("fields","id,name,games"),o.searchParams.append("platform",Sr(j)),o.searchParams.append("pagination",`games(offset=${t},limit=${r})`),o.searchParams.append("language",v),
|
|
1383
1389
|
// if vendor filters are active, get filtered games
|
|
1384
|
-
window.postMessage({type:"CategoryVendors",categoryid:
|
|
1390
|
+
window.postMessage({type:"CategoryVendors",categoryid:G},window.location.href),s&&s[G])if(s[G].length&&!1===Y&&!1===ee){let e="";n(23,q=!0),s[G].forEach((t=>{e+=e?`, id=${t}`:`id=${t}`})),o.searchParams.append("filter",`games(vendor(${e}))`)}else n(23,q=!1);fetch(o).then((e=>e.json())).then((t=>{n(15,B=!1),(G.match(/\$/g)||[]).length>1&&(t=t.items.filter((e=>{if(e.id==G)return e}))[0]),n(46,f=!0),n(16,U=!1),l=t.games.total,e(t)}),(e=>{n(16,U=!0),console.error(e),i(e)}))}))},le=e=>{if(e.data)switch(e.data.type){case"MostPlayedData":"MOSTPLAYED"==G&&(n(20,Z=!1),Y=!1,n(19,W=!1),n(18,z=e.data.mostPlayedGames),n(17,o={id:"MOSTPLAYED",name:"Most Played Games",games:{count:e.data.mostPlayedGames.length,total:e.data.mostPlayedGames.length,items:e.data.mostPlayedGames}})),n(15,B=!1);break;case"LastPlayedData":"LASTPLAYED"==G&&(n(20,Z=!1),Y=!1,n(19,W=!1),n(18,z=e.data.lastPlayedGames),n(17,o={id:"LASTPLAYED",name:"Last Played Games",games:{count:e.data.lastPlayedGames.length,total:e.data.lastPlayedGames.length,items:e.data.lastPlayedGames}})),n(15,B=!1);break;case"CustomOperatorData":e.data.operatordetail;break;case"RecentSearchData":n(20,Z=!0),n(21,K=!0),e.data.searchData.length>0?(n(18,z=e.data.searchData),n(24,Q=!0),z&&z.forEach((e=>{e.isFavorite=ue(e.id)}))):(n(18,z=[]),n(24,Q=!1));break;case"OutOfRecentSearches":n(20,Z=!1),n(21,K=!1);break;case"SearchData":n(20,Z=!0),n(21,K=!1),n(18,z=e.data.searchData.items||[]),n(22,J=!0),e.data.receivedFavoriteResults&&(h=e.data.receivedFavoriteResults.items),z&&z.forEach((e=>{e.isFavorite=ue(e.id)}));break;case`CategoryData_${G}`:n(20,Z=!1),Y=!0,n(19,W=!0),n(22,J=!1),te=!1,e.data.receivedFavoriteResults&&(h=e.data.receivedFavoriteResults.items),se(e.data.categoryId,0,e.data.visiblegames).then((e=>{n(17,o=e),n(18,z=o.games.items),z&&z.forEach((e=>{e.isFavorite=ue(e.id)}))}));break;case"CategoryChange":V=20;break;case"CategoryUpdate":n(20,Z=!1),Y=!1,n(22,J=!1),te=!0,n(35,G=e.data.itemId),"MOSTPLAYED"!==G&&n(19,W=!1),"true"!==O&&se(0,0,V).then((e=>{n(17,o=e),o.games.items.forEach((e=>{e.isFavorite=ue(e.id)})),n(18,z=o.games.items),n(19,W=!1),
|
|
1385
1391
|
// @TODO: replace this quick fix - when there are only a few category games, the view scrolls to the footer
|
|
1386
|
-
|
|
1392
|
+
z.length<10&&(X=!0,setTimeout((()=>{window.postMessage({type:"WidgetTopReference",scrollTop:X},window.location.href)}),500))}));break;case"FavoriteUpdate":Y=!0,n(18,z=o.games.items),z.forEach((e=>{e.isFavorite=ue(e.id)}));break;case"UpdateCategoryFavoriteGames":if(e.data.receivedFavoriteResults){if(h=e.data.receivedFavoriteResults.items,e.data.favStadalone)return;ee?Y||window.postMessage({type:"CategoryUpdate",itemId:G},window.location.href):window.postMessage({type:"FavoriteUpdate"},window.location.href)}break;case"ShowFavoriteSection":let t;Y=!1,e.data&&(t=e.data.receivedFavoriteResults.items,t.length&&t.forEach((e=>{e.gameModel&&(e.gameModel.isFavorite=!!e.gameModel)})),n(30,ae.items=
|
|
1387
1393
|
// separate favorites array into mobile and desktop favorites
|
|
1388
1394
|
function(e,t){let n=window.navigator.userAgent;
|
|
1389
1395
|
// make sure to display favored games specific to the platform used
|
|
1390
|
-
return _r(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,
|
|
1396
|
+
return _r(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,ae.items),ae),n(30,ae.name="Favorites",ae),n(27,ee=!0),n(15,B=!1));break;case"UserSessionID":i=e.data.session,a=e.data.userID,"true"==_&&a&&a.length&&i&&i.length>0&&((e,t)=>{n(15,B=!0);let r={method:"GET",headers:{"X-SessionID":t}};new Promise(((t,i)=>{fetch(e,r).then((e=>e.json())).then((e=>{n(15,B=!1),h=e?e.items:[],z.forEach((e=>{e.isFavorite=ue(e.id)}));let r=z;n(18,z=void 0),n(18,z=r),t(h)})).catch((e=>{console.error(e),i(e)}))}))})(`${g}/player/${a}/favorites/`,i)}},ce=e=>{V+=1,V<=l&&se(0,0,V).then((e=>{n(17,o=e),
|
|
1391
1397
|
// @TODO categoryData type fix
|
|
1392
1398
|
/**
|
|
1393
1399
|
* This check is needed to prevent requests with less items
|
|
1394
1400
|
* that started before but ended after the last request to add items to list
|
|
1395
1401
|
* This could also use abort controller instead but refactoring is needed
|
|
1396
1402
|
*/
|
|
1397
|
-
o.games.items.length>
|
|
1403
|
+
o.games.items.length>z.length&&(n(18,z=o.games.items),z.forEach((e=>{e.isFavorite=ue(e.id)})))}))},ue=e=>!!h&&-1!==h.findIndex((t=>t.id==e)),he=e=>{window.postMessage({type:"CategoryChange",itemId:e},window.location.href)};
|
|
1398
1404
|
// @TODO categoryId type
|
|
1399
|
-
C((()=>(window.addEventListener("visibilitychange",(e=>{document[m]?n(
|
|
1405
|
+
C((()=>(window.addEventListener("visibilitychange",(e=>{document[m]?n(29,ie="disconnect"):n(29,ie="connect")})),window.addEventListener("message",le,!1),"FAVORITES"===G&&window.postMessage({type:"GetFavoredGame"},window.location.href),()=>{window.removeEventListener("message",le),window.removeEventListener("visibilitychange",le)})));return e.$$set=e=>{"categoryindex"in e&&n(36,p=e.categoryindex),"endpoint"in e&&n(0,g=e.endpoint),"datasource"in e&&n(37,y=e.datasource),"lang"in e&&n(1,v=e.lang),"session"in e&&n(2,b=e.session),"userid"in e&&n(3,w=e.userid),"favorites"in e&&n(4,_=e.favorites),"clientstyling"in e&&n(5,S=e.clientstyling),"clientstylingurl"in e&&n(6,x=e.clientstylingurl),"translationurl"in e&&n(38,T=e.translationurl),"currency"in e&&n(7,E=e.currency),"categoryid"in e&&n(35,G=e.categoryid),"categorygames"in e&&n(39,M=e.categorygames),"livecasino"in e&&n(8,L=e.livecasino),"visiblegames"in e&&n(40,I=e.visiblegames),"gamepagemodalurl"in e&&n(9,F=e.gamepagemodalurl),"integratedgameframedesktop"in e&&n(10,D=e.integratedgameframedesktop),"integratedgameframemobile"in e&&n(11,$=e.integratedgameframemobile),"casinomygames"in e&&n(12,O=e.casinomygames),"once"in e&&n(41,N=e.once),"top"in e&&n(42,P=e.top),"bottom"in e&&n(43,A=e.bottom),"left"in e&&n(44,R=e.left),"right"in e&&n(45,H=e.right)},e.$$.update=()=>{/*thumbnailContainer*/16384&e.$$.dirty[0]|/*dataloaded*/32768&e.$$.dirty[1]&&f&&ne&&te&&ne.forEach(((e,t)=>{e&&(
|
|
1400
1406
|
// Hack to make sure that I can identify the thumbnail index
|
|
1401
|
-
e.elems_index=t,
|
|
1407
|
+
e.elems_index=t,oe.observe(e))})),/*lang*/2&e.$$.dirty[0]|/*categoryid*/16&e.$$.dirty[1]&&v&&G&&(()=>{
|
|
1408
|
+
// showFavGamesCategory vs categoryData
|
|
1409
|
+
// favoriteGamesData vs shownCategoryData
|
|
1410
|
+
switch(G){case"FAVORITES":n(27,ee=!0);break;case"MOSTPLAYED":case"LASTPLAYED":"false"===O&&n(27,ee=!1)}})(),/*translationurl*/128&e.$$.dirty[1]&&T&&fetch(T).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{xr(t,e[t])}))})).catch((e=>{console.log(e)})),/*clientstyling, customStylingContainer*/8224&e.$$.dirty[0]&&S&&d&&(()=>{let e=document.createElement("style");e.innerHTML=S,d.appendChild(e)})(),/*clientstylingurl, customStylingContainer*/8256&e.$$.dirty[0]&&x&&d&&(()=>{let e=new URL(x),t=document.createElement("style");fetch(e.href).then((e=>e.text())).then((e=>{t.innerHTML=e,setTimeout((()=>{d.appendChild(t)}),1)}))})()},[g,v,b,w,_,S,x,E,L,F,D,$,O,d,ne,B,U,o,z,W,Z,K,J,q,Q,s,c,ee,re,ie,ae,r,j,e=>{if(0===(null==e?void 0:e.length))return"";let t,n,r=99999999999;const i=new Date(Date.now());return e.forEach(((a,o)=>{const s=new Date(a.schedules[0].startTime),l=new Date(a.schedules[0].endTime);Er(l).diff(i)<r&&(r=Er(l).diff(i),n=o),Er(i).isAfter(s)&&Er(i).isBefore(l)&&(t=e[n].name)})),t},he,G,p,y,T,M,I,N,P,A,R,H,f,function(e){k[e?"unshift":"push"]((()=>{c=e,n(26,c)}))},e=>he(o.id),function(e,t){k[e?"unshift":"push"]((()=>{ne[t]=e,n(14,ne)}))},function(e){k[e?"unshift":"push"]((()=>{s=e,n(25,s)}))},function(e){k[e?"unshift":"push"]((()=>{c=e,n(26,c)}))},function(e){k[e?"unshift":"push"]((()=>{s=e,n(25,s)}))},function(e){k[e?"unshift":"push"]((()=>{d=e,n(13,d)}))}]}
|
|
1402
1411
|
/* src/CasinoFavoritesSection.svelte generated by Svelte v3.48.0 */
|
|
1403
|
-
function
|
|
1404
|
-
/*div_binding*/t[
|
|
1405
|
-
/*div_binding*/,t[
|
|
1412
|
+
function Bi(t){let n,r,a,o,s;return{c(){n=p("div"),r=p("casino-games-category-section"),this.c=e,S(r,"session",/*session*/t[0]),S(r,"userid",/*userid*/t[1]),S(r,"endpoint",/*endpoint*/t[2]),S(r,"datasource",/*datasource*/t[3]),S(r,"lang",/*lang*/t[5]),S(r,"currency",/*currency*/t[4]),S(r,"favorites",/*favorites*/t[13]),S(r,"categoryid","FAVORITES"),S(r,"class","CategoryContainer"),S(r,"clientstyling",/*clientstyling*/t[6]),S(r,"clientstylingurl",/*clientstylingurl*/t[7]),S(r,"livecasino",/*livecasino*/t[8]),S(r,"visiblegames",/*visiblegames*/t[12]),S(r,"gamepagemodalurl",/*gamepagemodalurl*/t[11]),S(r,"integratedgameframedesktop",/*integratedgameframedesktop*/t[10]),S(r,"integratedgameframemobile",/*integratedgameframemobile*/t[9]),S(r,"casinomygames",/*casinomygames*/t[14]),_(n,"class","CasinoFavoritesSectionContainer")},m(l,c){var u;d(l,n,c),h(n,r),
|
|
1413
|
+
/*div_binding*/t[18](n),o||(u=a=/*getFavoredGames*/t[16].call(null,r,(/*endpoint*/t[2],/*userid*/t[1],/*session*/t[0],/*userid*/t[1])),s=u&&i(u.destroy)?u.destroy:e,o=!0)},p(e,[t]){/*session*/1&t&&S(r,"session",/*session*/e[0]),/*userid*/2&t&&S(r,"userid",/*userid*/e[1]),/*endpoint*/4&t&&S(r,"endpoint",/*endpoint*/e[2]),/*datasource*/8&t&&S(r,"datasource",/*datasource*/e[3]),/*lang*/32&t&&S(r,"lang",/*lang*/e[5]),/*currency*/16&t&&S(r,"currency",/*currency*/e[4]),/*favorites*/8192&t&&S(r,"favorites",/*favorites*/e[13]),/*clientstyling*/64&t&&S(r,"clientstyling",/*clientstyling*/e[6]),/*clientstylingurl*/128&t&&S(r,"clientstylingurl",/*clientstylingurl*/e[7]),/*livecasino*/256&t&&S(r,"livecasino",/*livecasino*/e[8]),/*visiblegames*/4096&t&&S(r,"visiblegames",/*visiblegames*/e[12]),/*gamepagemodalurl*/2048&t&&S(r,"gamepagemodalurl",/*gamepagemodalurl*/e[11]),/*integratedgameframedesktop*/1024&t&&S(r,"integratedgameframedesktop",/*integratedgameframedesktop*/e[10]),/*integratedgameframemobile*/512&t&&S(r,"integratedgameframemobile",/*integratedgameframemobile*/e[9]),/*casinomygames*/16384&t&&S(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)
|
|
1414
|
+
/*div_binding*/,t[18](null),o=!1,s()}}}function Ui(e,t,n){let r,i,{endpoint:a=""}=t,{datasource:o=""}=t,{currency:s=""}=t,{lang:l=""}=t,{session:c=""}=t,{userid:u=""}=t,{clientstyling:h=""}=t,{clientstylingurl:d=""}=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}){Qt.subscribe((n=>{null==n&&(Ot.set(t),Qt.set(e))}));// maybe we will need this to make sure that the i18n is set up only once
|
|
1406
1415
|
/*dictionary.set(translations);
|
|
1407
|
-
locale.set(_locale);*/}({withLocale:"en",translations:{}});const
|
|
1416
|
+
locale.set(_locale);*/}({withLocale:"en",translations:{}});const S=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&&x(a,c,u);break;case"SetUnfavoredGame":E(`${a}/player/${u}/favorites`,c,u,e.data.id,e.data.triggerFactor);break;case"SetFavoredGame":T(`${a}/player/${u}/favorites`,c,u,e.data.id,e.data.triggerFactor);break;case"GetFavoredGame":u&&u.length&&c&&c.length>0&&x(a,c,u)}};let x=(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&&(M(),window.postMessage({type:"UpdateCategoryFavoriteGames",receivedFavoriteResults:i,favStadalone:!0},window.location.href),L(i.items)),i))).then((e=>e)).catch((e=>{console.error(e)}))}},T=(e,t,n,r,i)=>{
|
|
1408
1417
|
// 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
|
|
1409
|
-
|
|
1418
|
+
_.includes(r)||_.push(r);let a={items:_},o={method:"POST",headers:{"X-SessionID":t,"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(a)};fetch(e,o).then((e=>e.json())).then((()=>{window.postMessage({type:`AddFavoriteThumbnail_${r}`},window.location.href),G(e,t)})).catch((e=>{console.error("Err",e)}))};const E=(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),G(e,t)}))};let G=(e,t)=>{fetch(e,{method:"GET",headers:{"X-SessionID":t}}).then((e=>e.json())).then((e=>(i=e,M(),i&&window.postMessage({type:"UpdateCategoryFavoriteGames",receivedFavoriteResults:i,favStadalone:!0},window.location.href),i))).catch((e=>{console.error(e)}))};const M=()=>{window.postMessage({type:"ShowFavoriteSection",receivedFavoriteResults:i},window.location.href)},L=(e=[])=>(
|
|
1410
1419
|
// construct favorite array used to check if game id is not already present in fav list
|
|
1411
|
-
w=[],e.length>0&&e.forEach((e=>{w.push(e.id)})),w);return C((()=>(window.addEventListener("message",_,!1),()=>{window.removeEventListener("message",_)}))),e.$$set=e=>{"endpoint"in e&&n(2,a=e.endpoint),"datasource"in e&&n(3,o=e.datasource),"currency"in e&&n(4,s=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,h=e.clientstyling),"clientstylingurl"in e&&n(7,d=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(16,b=e.categoryid)},e.$$.update=()=>{/*endpoint, userid, session, lang, favorites*/8231&e.$$.dirty[0]&&a&&u&&c&&l&&v&&"true"==v&&S(a,c,u),/*clientstyling, customStylingContainer*/16448&e.$$.dirty[0]&&h&&r&&(()=>{let e=document.createElement("style");e.innerHTML=h,r.appendChild(e)})(),/*clientstylingurl, customStylingContainer*/16512&e.$$.dirty[0]&&d&&r&&(()=>{let e=document.createElement("style");fetch(new URL(d)).then((e=>e.text())).then((t=>{e.innerHTML=t,setTimeout((()=>{r.appendChild(e)}),1)}))})()},[c,u,a,o,s,l,h,d,m,f,p,g,y,v,r,S,b,function(e){k[e?"unshift":"push"]((()=>{r=e,n(14,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}@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 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)}</style>",Y(this,{target:this.shadowRoot,props:E(this.attributes),customElement:!0},Ni,Oi,a,{categoryindex:34,endpoint:0,datasource:35,lang:1,session:2,userid:3,favorites:4,clientstyling:5,clientstylingurl:6,translationurl:36,currency:7,categoryid:33,categorygames:37,livecasino:8,visiblegames:38,gamepagemodalurl:9,integratedgameframedesktop:10,integratedgameframemobile:11,once:39,top:40,bottom:41,left:42,right:43},null,[-1,-1,-1]),e&&(e.target&&d(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","once","top","bottom","left","right"]}get categoryindex(){return this.$$.ctx[34]}set categoryindex(e){this.$$set({categoryindex:e}),H()}get endpoint(){return this.$$.ctx[0]}set endpoint(e){this.$$set({endpoint:e}),H()}get datasource(){return this.$$.ctx[35]}set datasource(e){this.$$set({datasource:e}),H()}get lang(){return this.$$.ctx[1]}set lang(e){this.$$set({lang:e}),H()}get session(){return this.$$.ctx[2]}set session(e){this.$$set({session:e}),H()}get userid(){return this.$$.ctx[3]}set userid(e){this.$$set({userid:e}),H()}get favorites(){return this.$$.ctx[4]}set favorites(e){this.$$set({favorites:e}),H()}get clientstyling(){return this.$$.ctx[5]}set clientstyling(e){this.$$set({clientstyling:e}),H()}get clientstylingurl(){return this.$$.ctx[6]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),H()}get translationurl(){return this.$$.ctx[36]}set translationurl(e){this.$$set({translationurl:e}),H()}get currency(){return this.$$.ctx[7]}set currency(e){this.$$set({currency:e}),H()}get categoryid(){return this.$$.ctx[33]}set categoryid(e){this.$$set({categoryid:e}),H()}get categorygames(){return this.$$.ctx[37]}set categorygames(e){this.$$set({categorygames:e}),H()}get livecasino(){return this.$$.ctx[8]}set livecasino(e){this.$$set({livecasino:e}),H()}get visiblegames(){return this.$$.ctx[38]}set visiblegames(e){this.$$set({visiblegames:e}),H()}get gamepagemodalurl(){return this.$$.ctx[9]}set gamepagemodalurl(e){this.$$set({gamepagemodalurl:e}),H()}get integratedgameframedesktop(){return this.$$.ctx[10]}set integratedgameframedesktop(e){this.$$set({integratedgameframedesktop:e}),H()}get integratedgameframemobile(){return this.$$.ctx[11]}set integratedgameframemobile(e){this.$$set({integratedgameframemobile:e}),H()}get once(){return this.$$.ctx[39]}set once(e){this.$$set({once:e}),H()}get top(){return this.$$.ctx[40]}set top(e){this.$$set({top:e}),H()}get bottom(){return this.$$.ctx[41]}set bottom(e){this.$$set({bottom:e}),H()}get left(){return this.$$.ctx[42]}set left(e){this.$$set({left:e}),H()}get right(){return this.$$.ctx[43]}set right(e){this.$$set({right:e}),H()}});class Ai extends j{constructor(e){super(),Y(this,{target:this.shadowRoot,props:E(this.attributes),customElement:!0},Ri,Pi,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:16},null,[-1,-1]),e&&(e.target&&d(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"]}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[16]}set categoryid(e){this.$$set({categoryid:e}),H()}}return!customElements.get("casino-favorites-section")&&customElements.define("casino-favorites-section",Ai),Ai}));
|
|
1420
|
+
_=[],e.length>0&&e.forEach((e=>{_.push(e.id)})),_);return C((()=>(window.addEventListener("message",S,!1),()=>{window.removeEventListener("message",S)}))),e.$$set=e=>{"endpoint"in e&&n(2,a=e.endpoint),"datasource"in e&&n(3,o=e.datasource),"currency"in e&&n(4,s=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,h=e.clientstyling),"clientstylingurl"in e&&n(7,d=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&&x(a,c,u),/*clientstyling, customStylingContainer*/32832&e.$$.dirty&&h&&r&&(()=>{let e=document.createElement("style");e.innerHTML=h,r.appendChild(e)})(),/*clientstylingurl, customStylingContainer*/32896&e.$$.dirty&&d&&r&&(()=>{let e=document.createElement("style");fetch(new URL(d)).then((e=>e.text())).then((t=>{e.innerHTML=t,setTimeout((()=>{r.appendChild(e)}),1)}))})()},[c,u,a,o,s,l,h,d,m,f,p,g,y,v,w,r,x,b,function(e){k[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}@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 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:G(this.attributes),customElement:!0},Hi,Ai,a,{categoryindex:36,endpoint:0,datasource:37,lang:1,session:2,userid:3,favorites:4,clientstyling:5,clientstylingurl:6,translationurl:38,currency:7,categoryid:35,categorygames:39,livecasino:8,visiblegames:40,gamepagemodalurl:9,integratedgameframedesktop:10,integratedgameframemobile:11,casinomygames:12,once:41,top:42,bottom:43,left:44,right:45},null,[-1,-1,-1]),e&&(e.target&&d(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","once","top","bottom","left","right"]}get categoryindex(){return this.$$.ctx[36]}set categoryindex(e){this.$$set({categoryindex:e}),H()}get endpoint(){return this.$$.ctx[0]}set endpoint(e){this.$$set({endpoint:e}),H()}get datasource(){return this.$$.ctx[37]}set datasource(e){this.$$set({datasource:e}),H()}get lang(){return this.$$.ctx[1]}set lang(e){this.$$set({lang:e}),H()}get session(){return this.$$.ctx[2]}set session(e){this.$$set({session:e}),H()}get userid(){return this.$$.ctx[3]}set userid(e){this.$$set({userid:e}),H()}get favorites(){return this.$$.ctx[4]}set favorites(e){this.$$set({favorites:e}),H()}get clientstyling(){return this.$$.ctx[5]}set clientstyling(e){this.$$set({clientstyling:e}),H()}get clientstylingurl(){return this.$$.ctx[6]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),H()}get translationurl(){return this.$$.ctx[38]}set translationurl(e){this.$$set({translationurl:e}),H()}get currency(){return this.$$.ctx[7]}set currency(e){this.$$set({currency:e}),H()}get categoryid(){return this.$$.ctx[35]}set categoryid(e){this.$$set({categoryid:e}),H()}get categorygames(){return this.$$.ctx[39]}set categorygames(e){this.$$set({categorygames:e}),H()}get livecasino(){return this.$$.ctx[8]}set livecasino(e){this.$$set({livecasino:e}),H()}get visiblegames(){return this.$$.ctx[40]}set visiblegames(e){this.$$set({visiblegames:e}),H()}get gamepagemodalurl(){return this.$$.ctx[9]}set gamepagemodalurl(e){this.$$set({gamepagemodalurl:e}),H()}get integratedgameframedesktop(){return this.$$.ctx[10]}set integratedgameframedesktop(e){this.$$set({integratedgameframedesktop:e}),H()}get integratedgameframemobile(){return this.$$.ctx[11]}set integratedgameframemobile(e){this.$$set({integratedgameframemobile:e}),H()}get casinomygames(){return this.$$.ctx[12]}set casinomygames(e){this.$$set({casinomygames:e}),H()}get once(){return this.$$.ctx[41]}set once(e){this.$$set({once:e}),H()}get top(){return this.$$.ctx[42]}set top(e){this.$$set({top:e}),H()}get bottom(){return this.$$.ctx[43]}set bottom(e){this.$$set({bottom:e}),H()}get left(){return this.$$.ctx[44]}set left(e){this.$$set({left:e}),H()}get right(){return this.$$.ctx[45]}set right(e){this.$$set({right:e}),H()}});class Yi 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:G(this.attributes),customElement:!0},Ui,Bi,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&&d(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()}}return!customElements.get("casino-favorites-section")&&customElements.define("casino-favorites-section",Yi),Yi}));
|
|
1412
1421
|
//# sourceMappingURL=casino-favorites-section.js.map
|