@everymatrix/casino-footer-v2 1.13.15 → 1.13.17

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 o(e,t){return e!=e?t==t:e!==t||e&&"object"==typeof e||"function"==typeof e}let s;function a(e,t){return s||(s=document.createElement("a")),s.href=t,e===s.href}function l(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(l(t,n))}function c(t){return t&&i(t.destroy)?t.destroy:e}const h="undefined"!=typeof window?window:"undefined"!=typeof globalThis?globalThis:global;function d(e,t){e.appendChild(t)}function f(e,t,n){e.insertBefore(t,n||null)}function p(e){e.parentNode&&e.parentNode.removeChild(e)}function m(e,t){for(let n=0;n<e.length;n+=1)e[n]&&e[n].d(t)}function g(e){return document.createElement(e)}function y(e){return document.createElementNS("http://www.w3.org/2000/svg",e)}function b(e){return document.createTextNode(e)}function _(){return b(" ")}function v(){return b("")}function w(e,t,n,r){return e.addEventListener(t,n,r),()=>e.removeEventListener(t,n,r)}function k(e,t,n){null==n?e.removeAttribute(t):e.getAttribute(t)!==n&&e.setAttribute(t,n)}function E(e,t,n){t in e?e[t]="boolean"==typeof e[t]&&""===n||n:k(e,t,n)}function T(e,t){t=""+t,e.data!==t&&(e.data=t)}function S(e,t,n){for(let n=0;n<e.options.length;n+=1){const r=e.options[n];if(r.__value===t)return void(r.selected=!0)}n&&void 0===t||(e.selectedIndex=-1)}function x(e,t,n){e.classList[n?"add":"remove"](t)}function L(e){const t={};for(const n of e)t[n.name]=n.value;return t}let M;function D(e){M=e}
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 o(e,t){return e!=e?t==t:e!==t||e&&"object"==typeof e||"function"==typeof e}let s;function a(e,t){return s||(s=document.createElement("a")),s.href=t,e===s.href}function l(t,...n){if(null==t)return e;const r=t.subscribe(...n);return r.unsubscribe?()=>r.unsubscribe():r}function c(e,t,n){e.$$.on_destroy.push(l(t,n))}function u(t){return t&&i(t.destroy)?t.destroy:e}const h="undefined"!=typeof window?window:"undefined"!=typeof globalThis?globalThis:global;function d(e,t){e.appendChild(t)}function f(e,t,n){e.insertBefore(t,n||null)}function p(e){e.parentNode&&e.parentNode.removeChild(e)}function m(e,t){for(let n=0;n<e.length;n+=1)e[n]&&e[n].d(t)}function g(e){return document.createElement(e)}function y(e){return document.createElementNS("http://www.w3.org/2000/svg",e)}function b(e){return document.createTextNode(e)}function v(){return b(" ")}function _(){return b("")}function w(e,t,n,r){return e.addEventListener(t,n,r),()=>e.removeEventListener(t,n,r)}function k(e,t,n){null==n?e.removeAttribute(t):e.getAttribute(t)!==n&&e.setAttribute(t,n)}function E(e,t,n){t in e?e[t]="boolean"==typeof e[t]&&""===n||n:k(e,t,n)}function T(e,t){t=""+t,e.data!==t&&(e.data=t)}function S(e,t,n){for(let n=0;n<e.options.length;n+=1){const r=e.options[n];if(r.__value===t)return void(r.selected=!0)}n&&void 0===t||(e.selectedIndex=-1)}function x(e,t,n){e.classList[n?"add":"remove"](t)}function L(e){const t={};for(const n of e)t[n.name]=n.value;return t}let D;function M(e){D=e}
2
2
  /**
3
3
  * The `onMount` function schedules a callback to run as soon as the component has been mounted to the DOM.
4
4
  * It must be called during the component's initialisation (but doesn't need to live *inside* the component;
@@ -8,7 +8,7 @@
8
8
  *
9
9
  * https://svelte.dev/docs#run-time-svelte-onmount
10
10
  */
11
- function F(e){(function(){if(!M)throw new Error("Function called outside component initialization");return M})().$$.on_mount.push(e)}const A=[],I=[];let $=[];const O=[],P=Promise.resolve();let H=!1;function C(e){$.push(e)}
11
+ function F(e){(function(){if(!D)throw new Error("Function called outside component initialization");return D})().$$.on_mount.push(e)}const A=[],I=[];let $=[];const O=[],P=Promise.resolve();let H=!1;function C(e){$.push(e)}
12
12
  // flush() calls callbacks in this order:
13
13
  // 1. All beforeUpdate callbacks, in order: parents before children
14
14
  // 2. All bind:this callbacks, in reverse order: children before parents.
@@ -32,30 +32,30 @@ function R(){
32
32
  // Do not reenter flush while dirty components are updated, as this can
33
33
  // result in an infinite loop. Instead, let the inner flush handle it.
34
34
  // Reentrancy is ok afterwards for bindings etc.
35
- if(0!==N)return;const e=M;do{
35
+ if(0!==N)return;const e=D;do{
36
36
  // first, call beforeUpdate functions
37
37
  // and update components
38
- try{for(;N<A.length;){const e=A[N];N++,D(e),Y(e.$$)}}catch(e){
38
+ try{for(;N<A.length;){const e=A[N];N++,M(e),Y(e.$$)}}catch(e){
39
39
  // reset dirty state to not end up in a deadlocked state and then rethrow
40
- throw A.length=0,N=0,e}for(D(null),A.length=0,N=0;I.length;)I.pop()();
40
+ throw A.length=0,N=0,e}for(M(null),A.length=0,N=0;I.length;)I.pop()();
41
41
  // then, once components are updated, call
42
42
  // afterUpdate functions. This may cause
43
43
  // subsequent updates...
44
44
  for(let e=0;e<$.length;e+=1){const t=$[e];B.has(t)||(
45
45
  // ...so guard against infinite loops
46
- B.add(t),t())}$.length=0}while(A.length);for(;O.length;)O.pop()();H=!1,B.clear(),D(e)}function Y(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(C)}}
46
+ B.add(t),t())}$.length=0}while(A.length);for(;O.length;)O.pop()();H=!1,B.clear(),M(e)}function Y(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(C)}}
47
47
  /**
48
48
  * Useful for example to execute remaining `afterUpdate` callbacks before executing `destroy`.
49
49
  */const U=new Set;function G(e,t){const n=e.$$;null!==n.fragment&&(!function(e){const t=[],n=[];$.forEach((r=>-1===e.indexOf(r)?t.push(r):n.push(r))),n.forEach((e=>e())),$=t}(n.after_update),r(n.on_destroy),n.fragment&&n.fragment.d(t),
50
50
  // TODO null out other refs, including component.$$ (but need to
51
51
  // preserve final state?)
52
- n.on_destroy=n.fragment=null,n.ctx=[])}function j(e,t){-1===e.$$.dirty[0]&&(A.push(e),H||(H=!0,P.then(R)),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function V(o,s,a,l,u,c,h,d=[-1]){const f=M;D(o);const m=o.$$={fragment:null,ctx:[],
52
+ n.on_destroy=n.fragment=null,n.ctx=[])}function j(e,t){-1===e.$$.dirty[0]&&(A.push(e),H||(H=!0,P.then(R)),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function V(o,s,a,l,c,u,h,d=[-1]){const f=D;M(o);const m=o.$$={fragment:null,ctx:[],
53
53
  // state
54
- props:c,update:e,not_equal:u,bound:n(),
54
+ props:u,update:e,not_equal:c,bound:n(),
55
55
  // lifecycle
56
56
  on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(s.context||(f?f.$$.context:[])),
57
57
  // everything else
58
- callbacks:n(),dirty:d,skip_bound:!1,root:s.target||f.$$.root};h&&h(m.root);let g=!1;if(m.ctx=a?a(o,s.props||{},((e,t,...n)=>{const r=n.length?n[0]:t;return m.ctx&&u(m.ctx[e],m.ctx[e]=r)&&(!m.skip_bound&&m.bound[e]&&m.bound[e](r),g&&j(o,e)),t})):[],m.update(),g=!0,r(m.before_update),
58
+ callbacks:n(),dirty:d,skip_bound:!1,root:s.target||f.$$.root};h&&h(m.root);let g=!1;if(m.ctx=a?a(o,s.props||{},((e,t,...n)=>{const r=n.length?n[0]:t;return m.ctx&&c(m.ctx[e],m.ctx[e]=r)&&(!m.skip_bound&&m.bound[e]&&m.bound[e](r),g&&j(o,e)),t})):[],m.update(),g=!0,r(m.before_update),
59
59
  // `false` as a special case of no DOM component
60
60
  m.fragment=!!l&&l(m.ctx),s.target){if(s.hydrate){const e=function(e){return Array.from(e.childNodes)}(s.target);
61
61
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
@@ -70,7 +70,7 @@ C((()=>{const n=e.$$.on_mount.map(t).filter(i);
70
70
  e.$$.on_destroy?e.$$.on_destroy.push(...n):
71
71
  // Edge case - component was destroyed immediately,
72
72
  // most likely as a result of a binding initialising
73
- r(n),e.$$.on_mount=[]})),l.forEach(C)}(o,s.target,s.anchor,s.customElement),R()}var y,b;D(f)}let W;"function"==typeof HTMLElement&&(W=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){const{on_mount:e}=this.$$;this.$$.on_disconnect=e.map(t).filter(i);
73
+ r(n),e.$$.on_mount=[]})),l.forEach(C)}(o,s.target,s.anchor,s.customElement),R()}var y,b;M(f)}let W;"function"==typeof HTMLElement&&(W=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){const{on_mount:e}=this.$$;this.$$.on_disconnect=e.map(t).filter(i);
74
74
  // @ts-ignore todo: improve typings
75
75
  for(const e in this.$$.slotted)
76
76
  // @ts-ignore todo: improve typings
@@ -81,7 +81,7 @@ if(!i(n))return e;const r=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return
81
81
  // eslint-disable-next-line no-undef
82
82
  "undefined"!=typeof global&&global||{},Z="URLSearchParams"in z,X="Symbol"in z&&"iterator"in Symbol,K="FileReader"in z&&"Blob"in z&&function(){try{return new Blob,!0}catch(e){return!1}}(),q="FormData"in z,J="ArrayBuffer"in z;if(J)var Q=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],ee=ArrayBuffer.isView||function(e){return e&&Q.indexOf(Object.prototype.toString.call(e))>-1};function te(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 ne(e){return"string"!=typeof e&&(e=String(e)),e}
83
83
  // Build a destructive iterator for the value list
84
- function re(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return X&&(t[Symbol.iterator]=function(){return t}),t}function ie(e){this.map={},e instanceof ie?e.forEach((function(e,t){this.append(t,e)}),this):Array.isArray(e)?e.forEach((function(e){if(2!=e.length)throw new TypeError("Headers constructor: expected name/value pair to be length 2, found"+e.length);this.append(e[0],e[1])}),this):e&&Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}function oe(e){if(!e._noBody)return e.bodyUsed?Promise.reject(new TypeError("Already read")):void(e.bodyUsed=!0)}function se(e){return new Promise((function(t,n){e.onload=function(){t(e.result)},e.onerror=function(){n(e.error)}}))}function ae(e){var t=new FileReader,n=se(t);return t.readAsArrayBuffer(e),n}function le(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function ue(){return this.bodyUsed=!1,this._initBody=function(e){var t;
84
+ function re(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return X&&(t[Symbol.iterator]=function(){return t}),t}function ie(e){this.map={},e instanceof ie?e.forEach((function(e,t){this.append(t,e)}),this):Array.isArray(e)?e.forEach((function(e){if(2!=e.length)throw new TypeError("Headers constructor: expected name/value pair to be length 2, found"+e.length);this.append(e[0],e[1])}),this):e&&Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}function oe(e){if(!e._noBody)return e.bodyUsed?Promise.reject(new TypeError("Already read")):void(e.bodyUsed=!0)}function se(e){return new Promise((function(t,n){e.onload=function(){t(e.result)},e.onerror=function(){n(e.error)}}))}function ae(e){var t=new FileReader,n=se(t);return t.readAsArrayBuffer(e),n}function le(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function ce(){return this.bodyUsed=!1,this._initBody=function(e){var t;
85
85
  /*
86
86
  fetch-mock wraps the Response object in an ES6 Proxy to
87
87
  provide useful test harness features such as flush. However, on
@@ -97,11 +97,11 @@ this.bodyUsed=this.bodyUsed,this._bodyInit=e,e?"string"==typeof e?this._bodyText
97
97
  // IE 10-11 can't handle a DataView body.
98
98
  this._bodyInit=new Blob([this._bodyArrayBuffer])):J&&(ArrayBuffer.prototype.isPrototypeOf(e)||ee(e))?this._bodyArrayBuffer=le(e):this._bodyText=e=Object.prototype.toString.call(e):(this._noBody=!0,this._bodyText=""),this.headers.get("content-type")||("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):Z&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},K&&(this.blob=function(){var e=oe(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=oe(this);return e||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}if(K)return this.blob().then(ae);throw new Error("could not read as ArrayBuffer")},this.text=function(){var e,t,n,r,i,o=oe(this);if(o)return o;if(this._bodyBlob)return e=this._bodyBlob,t=new FileReader,n=se(t),r=/charset=([A-Za-z0-9_-]+)/.exec(e.type),i=r?r[1]:"utf-8",t.readAsText(e,i),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)},q&&(this.formData=function(){return this.text().then(de)}),this.json=function(){return this.text().then(JSON.parse)},this}
99
99
  // HTTP methods whose capitalization should be normalized
100
- ie.prototype.append=function(e,t){e=te(e),t=ne(t);var n=this.map[e];this.map[e]=n?n+", "+t:t},ie.prototype.delete=function(e){delete this.map[te(e)]},ie.prototype.get=function(e){return e=te(e),this.has(e)?this.map[e]:null},ie.prototype.has=function(e){return this.map.hasOwnProperty(te(e))},ie.prototype.set=function(e,t){this.map[te(e)]=ne(t)},ie.prototype.forEach=function(e,t){for(var n in this.map)this.map.hasOwnProperty(n)&&e.call(t,this.map[n],n,this)},ie.prototype.keys=function(){var e=[];return this.forEach((function(t,n){e.push(n)})),re(e)},ie.prototype.values=function(){var e=[];return this.forEach((function(t){e.push(t)})),re(e)},ie.prototype.entries=function(){var e=[];return this.forEach((function(t,n){e.push([n,t])})),re(e)},X&&(ie.prototype[Symbol.iterator]=ie.prototype.entries);var ce=["CONNECT","DELETE","GET","HEAD","OPTIONS","PATCH","POST","PUT","TRACE"];function he(e,t){if(!(this instanceof he))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 he){if(e.bodyUsed)throw new TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new ie(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 ie(t.headers)),this.method=(n=t.method||this.method||"GET",r=n.toUpperCase(),ce.indexOf(r)>-1?r:n),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal||function(){if("AbortController"in z)return(new AbortController).signal}(),this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&i)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(i),!("GET"!==this.method&&"HEAD"!==this.method||"no-store"!==t.cache&&"no-cache"!==t.cache)){
100
+ ie.prototype.append=function(e,t){e=te(e),t=ne(t);var n=this.map[e];this.map[e]=n?n+", "+t:t},ie.prototype.delete=function(e){delete this.map[te(e)]},ie.prototype.get=function(e){return e=te(e),this.has(e)?this.map[e]:null},ie.prototype.has=function(e){return this.map.hasOwnProperty(te(e))},ie.prototype.set=function(e,t){this.map[te(e)]=ne(t)},ie.prototype.forEach=function(e,t){for(var n in this.map)this.map.hasOwnProperty(n)&&e.call(t,this.map[n],n,this)},ie.prototype.keys=function(){var e=[];return this.forEach((function(t,n){e.push(n)})),re(e)},ie.prototype.values=function(){var e=[];return this.forEach((function(t){e.push(t)})),re(e)},ie.prototype.entries=function(){var e=[];return this.forEach((function(t,n){e.push([n,t])})),re(e)},X&&(ie.prototype[Symbol.iterator]=ie.prototype.entries);var ue=["CONNECT","DELETE","GET","HEAD","OPTIONS","PATCH","POST","PUT","TRACE"];function he(e,t){if(!(this instanceof he))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 he){if(e.bodyUsed)throw new TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new ie(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 ie(t.headers)),this.method=(n=t.method||this.method||"GET",r=n.toUpperCase(),ue.indexOf(r)>-1?r:n),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal||function(){if("AbortController"in z)return(new AbortController).signal}(),this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&i)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(i),!("GET"!==this.method&&"HEAD"!==this.method||"no-store"!==t.cache&&"no-cache"!==t.cache)){
101
101
  // Search for a '_' parameter in the query string
102
102
  var o=/([?&])_=[^&]*/;if(o.test(this.url))
103
103
  // If it already exists then set the value with the current time
104
- this.url=this.url.replace(o,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function de(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 fe(e,t){if(!(this instanceof fe))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');if(t||(t={}),this.type="default",this.status=void 0===t.status?200:t.status,this.status<200||this.status>599)throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].");this.ok=this.status>=200&&this.status<300,this.statusText=void 0===t.statusText?"":""+t.statusText,this.headers=new ie(t.headers),this.url=t.url||"",this._initBody(e)}he.prototype.clone=function(){return new he(this,{body:this._bodyInit})},ue.call(he.prototype),ue.call(fe.prototype),fe.prototype.clone=function(){return new fe(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new ie(this.headers),url:this.url})},fe.error=function(){var e=new fe(null,{status:200,statusText:""});return e.status=0,e.type="error",e};var pe=[301,302,303,307,308];fe.redirect=function(e,t){if(-1===pe.indexOf(t))throw new RangeError("Invalid status code");return new fe(null,{status:t,headers:{location:e}})};var me=z.DOMException;try{new me}catch(e){(me=function(e,t){this.message=e,this.name=t;var n=Error(e);this.stack=n.stack}).prototype=Object.create(Error.prototype),me.prototype.constructor=me}function ge(e,t){return new Promise((function(n,r){var i=new he(e,t);if(i.signal&&i.signal.aborted)return r(new me("Aborted","AbortError"));var o=new XMLHttpRequest;function s(){o.abort()}if(o.onload=function(){var e,t,r={status:o.status,statusText:o.statusText,headers:(e=o.getAllResponseHeaders()||"",t=new ie,
104
+ this.url=this.url.replace(o,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function de(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 fe(e,t){if(!(this instanceof fe))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');if(t||(t={}),this.type="default",this.status=void 0===t.status?200:t.status,this.status<200||this.status>599)throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].");this.ok=this.status>=200&&this.status<300,this.statusText=void 0===t.statusText?"":""+t.statusText,this.headers=new ie(t.headers),this.url=t.url||"",this._initBody(e)}he.prototype.clone=function(){return new he(this,{body:this._bodyInit})},ce.call(he.prototype),ce.call(fe.prototype),fe.prototype.clone=function(){return new fe(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new ie(this.headers),url:this.url})},fe.error=function(){var e=new fe(null,{status:200,statusText:""});return e.status=0,e.type="error",e};var pe=[301,302,303,307,308];fe.redirect=function(e,t){if(-1===pe.indexOf(t))throw new RangeError("Invalid status code");return new fe(null,{status:t,headers:{location:e}})};var me=z.DOMException;try{new me}catch(e){(me=function(e,t){this.message=e,this.name=t;var n=Error(e);this.stack=n.stack}).prototype=Object.create(Error.prototype),me.prototype.constructor=me}function ge(e,t){return new Promise((function(n,r){var i=new he(e,t);if(i.signal&&i.signal.aborted)return r(new me("Aborted","AbortError"));var o=new XMLHttpRequest;function s(){o.abort()}if(o.onload=function(){var e,t,r={status:o.status,statusText:o.statusText,headers:(e=o.getAllResponseHeaders()||"",t=new ie,
105
105
  // Avoiding split via regex to work around a common IE11 bug with the core-js 3.6.0 regex polyfill
106
106
  // https://github.com/github/fetch/issues/748
107
107
  // https://github.com/zloirock/core-js/issues/751
@@ -112,7 +112,7 @@ e.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(e){return 0===e.indexOf(
112
112
  // on the global object (window or self)
113
113
 
114
114
  // Return that as the export for use in Webpack, Browserify etc.
115
- var be=self.fetch.bind(self),_e=function(e,t){return _e=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])},_e(e,t)};
115
+ var be=self.fetch.bind(self),ve=function(e,t){return ve=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])},ve(e,t)};
116
116
  /******************************************************************************
117
117
  Copyright (c) Microsoft Corporation.
118
118
 
@@ -127,7 +127,7 @@ var be=self.fetch.bind(self),_e=function(e,t){return _e=Object.setPrototypeOf||{
127
127
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
128
128
  PERFORMANCE OF THIS SOFTWARE.
129
129
  ***************************************************************************** */
130
- /* global Reflect, Promise, SuppressedError, Symbol */function ve(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}_e(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}function we(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 ke(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)s.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return s}function Ee(e,t,n){if(n||2===arguments.length)for(var r,i=0,o=t.length;i<o;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.slice.call(t))}function Te(e){return"function"==typeof e}function Se(e){var t=e((function(e){Error.call(e),e.stack=(new Error).stack}));return t.prototype=Object.create(Error.prototype),t.prototype.constructor=t,t}"function"==typeof SuppressedError&&SuppressedError;var xe=Se((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 Le(e,t){if(e){var n=e.indexOf(t);0<=n&&e.splice(n,1)}}var Me=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 o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var s=we(o),a=s.next();!a.done;a=s.next()){a.value.remove(this)}}catch(t){e={error:t}}finally{try{a&&!a.done&&(t=s.return)&&t.call(s)}finally{if(e)throw e.error}}else o.remove(this);var l=this.initialTeardown;if(Te(l))try{l()}catch(e){i=e instanceof xe?e.errors:[e]}var u=this._finalizers;if(u){this._finalizers=null;try{for(var c=we(u),h=c.next();!h.done;h=c.next()){var d=h.value;try{Ae(d)}catch(e){i=null!=i?i:[],e instanceof xe?i=Ee(Ee([],ke(i)),ke(e.errors)):i.push(e)}}}catch(e){n={error:e}}finally{try{h&&!h.done&&(r=c.return)&&r.call(c)}finally{if(n)throw n.error}}}if(i)throw new xe(i)}},e.prototype.add=function(t){var n;if(t&&t!==this)if(this.closed)Ae(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)&&Le(t,e)},e.prototype.remove=function(t){var n=this._finalizers;n&&Le(n,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}(),De=Me.EMPTY;function Fe(e){return e instanceof Me||e&&"closed"in e&&Te(e.remove)&&Te(e.add)&&Te(e.unsubscribe)}function Ae(e){Te(e)?e():e.unsubscribe()}var Ie={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},$e={setTimeout:function(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var i=$e.delegate;return(null==i?void 0:i.setTimeout)?i.setTimeout.apply(i,Ee([e,t],ke(n))):setTimeout.apply(void 0,Ee([e,t],ke(n)))},clearTimeout:function(e){var t=$e.delegate;return((null==t?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function Oe(){}var Pe=null;function He(e){if(Ie.useDeprecatedSynchronousErrorHandling){var t=!Pe;if(t&&(Pe={errorThrown:!1,error:null}),e(),t){var n=Pe,r=n.errorThrown,i=n.error;if(Pe=null,r)throw i}}else e()}var Ce=function(e){function t(t){var n=e.call(this)||this;return n.isStopped=!1,t?(n.destination=t,Fe(t)&&t.add(n)):n.destination=Ge,n}return ve(t,e),t.create=function(e,t,n){return new Ye(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}(Me),Be=Function.prototype.bind;function Ne(e,t){return Be.call(e,t)}var Re=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){Ue(e)}},e.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(e){Ue(e)}else Ue(e)},e.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(e){Ue(e)}},e}(),Ye=function(e){function t(t,n,r){var i,o,s=e.call(this)||this;Te(t)||!t?i={next:null!=t?t:void 0,error:null!=n?n:void 0,complete:null!=r?r:void 0}:s&&Ie.useDeprecatedNextContext?((o=Object.create(t)).unsubscribe=function(){return s.unsubscribe()},i={next:t.next&&Ne(t.next,o),error:t.error&&Ne(t.error,o),complete:t.complete&&Ne(t.complete,o)}):i=t;return s.destination=new Re(i),s}return ve(t,e),t}(Ce);function Ue(e){var t;t=e,$e.setTimeout((function(){throw t}))}var Ge={closed:!0,next:Oe,error:function(e){throw e},complete:Oe},je="function"==typeof Symbol&&Symbol.observable||"@@observable";function Ve(e){return e}var We=function(){function e(e){e&&(this._subscribe=e)}return e.prototype.lift=function(t){var n=new e;return n.source=this,n.operator=t,n},e.prototype.subscribe=function(e,t,n){var r,i=this,o=(r=e)&&r instanceof Ce||function(e){return e&&Te(e.next)&&Te(e.error)&&Te(e.complete)}(r)&&Fe(r)?e:new Ye(e,t,n);return He((function(){var e=i,t=e.operator,n=e.source;o.add(t?t.call(o,n):n?i._subscribe(o):i._trySubscribe(o))})),o},e.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){e.error(t)}},e.prototype.forEach=function(e,t){var n=this;return new(t=ze(t))((function(t,r){var i=new Ye({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[je]=function(){return this},e.prototype.pipe=function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return(0===(e=t).length?Ve:1===e.length?e[0]:function(t){return e.reduce((function(e,t){return t(e)}),t)})(this)},e.prototype.toPromise=function(e){var t=this;return new(e=ze(e))((function(e,n){var r;t.subscribe((function(e){return r=e}),(function(e){return n(e)}),(function(){return e(r)}))}))},e.create=function(t){return new e(t)},e}();function ze(e){var t;return null!==(t=null!=e?e:Ie.Promise)&&void 0!==t?t:Promise}var Ze=Se((function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),Xe=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 ve(t,e),t.prototype.lift=function(e){var t=new Ke(this,this);return t.operator=e,t},t.prototype._throwIfClosed=function(){if(this.closed)throw new Ze},t.prototype.next=function(e){var t=this;He((function(){var n,r;if(t._throwIfClosed(),!t.isStopped){t.currentObservers||(t.currentObservers=Array.from(t.observers));try{for(var i=we(t.currentObservers),o=i.next();!o.done;o=i.next()){o.value.next(e)}}catch(e){n={error:e}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}}}))},t.prototype.error=function(e){var t=this;He((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;He((function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var t=e.observers;t.length;)t.shift().complete()}}))},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var e;return(null===(e=this.observers)||void 0===e?void 0:e.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(t){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,t)},t.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},t.prototype._innerSubscribe=function(e){var t=this,n=this,r=n.hasError,i=n.isStopped,o=n.observers;return r||i?De:(this.currentObservers=null,o.push(e),new Me((function(){t.currentObservers=null,Le(o,e)})))},t.prototype._checkFinalizedStatuses=function(e){var t=this,n=t.hasError,r=t.thrownError,i=t.isStopped;n?e.error(r):i&&e.complete()},t.prototype.asObservable=function(){var e=new We;return e.source=this,e},t.create=function(e,t){return new Ke(e,t)},t}(We),Ke=function(e){function t(t,n){var r=e.call(this)||this;return r.destination=t,r.source=n,r}return ve(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:De},t}(Xe),qe={now:function(){return(qe.delegate||Date).now()},delegate:void 0},Je=function(e){function t(t,n,r){void 0===t&&(t=1/0),void 0===n&&(n=1/0),void 0===r&&(r=qe);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 ve(t,e),t.prototype.next=function(t){var n=this,r=n.isStopped,i=n._buffer,o=n._infiniteTimeWindow,s=n._timestampProvider,a=n._windowTime;r||(i.push(t),!o&&i.push(s.now()+a)),this._trimBuffer(),e.prototype.next.call(this,t)},t.prototype._subscribe=function(e){this._throwIfClosed(),this._trimBuffer();for(var t=this._innerSubscribe(e),n=this._infiniteTimeWindow,r=this._buffer.slice(),i=0;i<r.length&&!e.closed;i+=n?1:2)e.next(r[i]);return this._checkFinalizedStatuses(e),t},t.prototype._trimBuffer=function(){var e=this,t=e._bufferSize,n=e._timestampProvider,r=e._buffer,i=e._infiniteTimeWindow,o=(i?1:2)*t;if(t<1/0&&o<r.length&&r.splice(0,r.length-o),!i){for(var s=n.now(),a=0,l=1;l<r.length&&r[l]<=s;l+=2)a=l;a&&r.splice(0,a+1)}},t}(Xe);let Qe=[],et={};
130
+ /* global Reflect, Promise, SuppressedError, Symbol */function _e(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}ve(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}function we(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 ke(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)s.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return s}function Ee(e,t,n){if(n||2===arguments.length)for(var r,i=0,o=t.length;i<o;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.slice.call(t))}function Te(e){return"function"==typeof e}function Se(e){var t=e((function(e){Error.call(e),e.stack=(new Error).stack}));return t.prototype=Object.create(Error.prototype),t.prototype.constructor=t,t}"function"==typeof SuppressedError&&SuppressedError;var xe=Se((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 Le(e,t){if(e){var n=e.indexOf(t);0<=n&&e.splice(n,1)}}var De=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 o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var s=we(o),a=s.next();!a.done;a=s.next()){a.value.remove(this)}}catch(t){e={error:t}}finally{try{a&&!a.done&&(t=s.return)&&t.call(s)}finally{if(e)throw e.error}}else o.remove(this);var l=this.initialTeardown;if(Te(l))try{l()}catch(e){i=e instanceof xe?e.errors:[e]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var u=we(c),h=u.next();!h.done;h=u.next()){var d=h.value;try{Ae(d)}catch(e){i=null!=i?i:[],e instanceof xe?i=Ee(Ee([],ke(i)),ke(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 xe(i)}},e.prototype.add=function(t){var n;if(t&&t!==this)if(this.closed)Ae(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)&&Le(t,e)},e.prototype.remove=function(t){var n=this._finalizers;n&&Le(n,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}(),Me=De.EMPTY;function Fe(e){return e instanceof De||e&&"closed"in e&&Te(e.remove)&&Te(e.add)&&Te(e.unsubscribe)}function Ae(e){Te(e)?e():e.unsubscribe()}var Ie={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},$e={setTimeout:function(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var i=$e.delegate;return(null==i?void 0:i.setTimeout)?i.setTimeout.apply(i,Ee([e,t],ke(n))):setTimeout.apply(void 0,Ee([e,t],ke(n)))},clearTimeout:function(e){var t=$e.delegate;return((null==t?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function Oe(){}var Pe=null;function He(e){if(Ie.useDeprecatedSynchronousErrorHandling){var t=!Pe;if(t&&(Pe={errorThrown:!1,error:null}),e(),t){var n=Pe,r=n.errorThrown,i=n.error;if(Pe=null,r)throw i}}else e()}var Ce=function(e){function t(t){var n=e.call(this)||this;return n.isStopped=!1,t?(n.destination=t,Fe(t)&&t.add(n)):n.destination=Ge,n}return _e(t,e),t.create=function(e,t,n){return new Ye(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}(De),Be=Function.prototype.bind;function Ne(e,t){return Be.call(e,t)}var Re=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){Ue(e)}},e.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(e){Ue(e)}else Ue(e)},e.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(e){Ue(e)}},e}(),Ye=function(e){function t(t,n,r){var i,o,s=e.call(this)||this;Te(t)||!t?i={next:null!=t?t:void 0,error:null!=n?n:void 0,complete:null!=r?r:void 0}:s&&Ie.useDeprecatedNextContext?((o=Object.create(t)).unsubscribe=function(){return s.unsubscribe()},i={next:t.next&&Ne(t.next,o),error:t.error&&Ne(t.error,o),complete:t.complete&&Ne(t.complete,o)}):i=t;return s.destination=new Re(i),s}return _e(t,e),t}(Ce);function Ue(e){var t;t=e,$e.setTimeout((function(){throw t}))}var Ge={closed:!0,next:Oe,error:function(e){throw e},complete:Oe},je="function"==typeof Symbol&&Symbol.observable||"@@observable";function Ve(e){return e}var We=function(){function e(e){e&&(this._subscribe=e)}return e.prototype.lift=function(t){var n=new e;return n.source=this,n.operator=t,n},e.prototype.subscribe=function(e,t,n){var r,i=this,o=(r=e)&&r instanceof Ce||function(e){return e&&Te(e.next)&&Te(e.error)&&Te(e.complete)}(r)&&Fe(r)?e:new Ye(e,t,n);return He((function(){var e=i,t=e.operator,n=e.source;o.add(t?t.call(o,n):n?i._subscribe(o):i._trySubscribe(o))})),o},e.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){e.error(t)}},e.prototype.forEach=function(e,t){var n=this;return new(t=ze(t))((function(t,r){var i=new Ye({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[je]=function(){return this},e.prototype.pipe=function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return(0===(e=t).length?Ve:1===e.length?e[0]:function(t){return e.reduce((function(e,t){return t(e)}),t)})(this)},e.prototype.toPromise=function(e){var t=this;return new(e=ze(e))((function(e,n){var r;t.subscribe((function(e){return r=e}),(function(e){return n(e)}),(function(){return e(r)}))}))},e.create=function(t){return new e(t)},e}();function ze(e){var t;return null!==(t=null!=e?e:Ie.Promise)&&void 0!==t?t:Promise}var Ze=Se((function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),Xe=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 _e(t,e),t.prototype.lift=function(e){var t=new Ke(this,this);return t.operator=e,t},t.prototype._throwIfClosed=function(){if(this.closed)throw new Ze},t.prototype.next=function(e){var t=this;He((function(){var n,r;if(t._throwIfClosed(),!t.isStopped){t.currentObservers||(t.currentObservers=Array.from(t.observers));try{for(var i=we(t.currentObservers),o=i.next();!o.done;o=i.next()){o.value.next(e)}}catch(e){n={error:e}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}}}))},t.prototype.error=function(e){var t=this;He((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;He((function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var t=e.observers;t.length;)t.shift().complete()}}))},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var e;return(null===(e=this.observers)||void 0===e?void 0:e.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(t){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,t)},t.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},t.prototype._innerSubscribe=function(e){var t=this,n=this,r=n.hasError,i=n.isStopped,o=n.observers;return r||i?Me:(this.currentObservers=null,o.push(e),new De((function(){t.currentObservers=null,Le(o,e)})))},t.prototype._checkFinalizedStatuses=function(e){var t=this,n=t.hasError,r=t.thrownError,i=t.isStopped;n?e.error(r):i&&e.complete()},t.prototype.asObservable=function(){var e=new We;return e.source=this,e},t.create=function(e,t){return new Ke(e,t)},t}(We),Ke=function(e){function t(t,n){var r=e.call(this)||this;return r.destination=t,r.source=n,r}return _e(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:Me},t}(Xe),qe={now:function(){return(qe.delegate||Date).now()},delegate:void 0},Je=function(e){function t(t,n,r){void 0===t&&(t=1/0),void 0===n&&(n=1/0),void 0===r&&(r=qe);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 _e(t,e),t.prototype.next=function(t){var n=this,r=n.isStopped,i=n._buffer,o=n._infiniteTimeWindow,s=n._timestampProvider,a=n._windowTime;r||(i.push(t),!o&&i.push(s.now()+a)),this._trimBuffer(),e.prototype.next.call(this,t)},t.prototype._subscribe=function(e){this._throwIfClosed(),this._trimBuffer();for(var t=this._innerSubscribe(e),n=this._infiniteTimeWindow,r=this._buffer.slice(),i=0;i<r.length&&!e.closed;i+=n?1:2)e.next(r[i]);return this._checkFinalizedStatuses(e),t},t.prototype._trimBuffer=function(){var e=this,t=e._bufferSize,n=e._timestampProvider,r=e._buffer,i=e._infiniteTimeWindow,o=(i?1:2)*t;if(t<1/0&&o<r.length&&r.splice(0,r.length-o),!i){for(var s=n.now(),a=0,l=1;l<r.length&&r[l]<=s;l+=2)a=l;a&&r.splice(0,a+1)}},t}(Xe);let Qe=[],et={};
131
131
  /**
132
132
  * @name topic
133
133
  * @description A small wrapper over the rxjs to offer the topic method on top of it
@@ -142,29 +142,29 @@ const tt=[];
142
142
  * @param {StartStopNotifier=} start
143
143
  */
144
144
  function nt(t,n=e){let r;const i=new Set;function s(e){if(o(t,e)&&(t=e,r)){// store is ready
145
- const e=!tt.length;for(const e of i)e[1](),tt.push(e,t);if(e){for(let e=0;e<tt.length;e+=2)tt[e][0](tt[e+1]);tt.length=0}}}return{set:s,update:function(e){s(e(t))},subscribe:function(o,a=e){const l=[o,a];return i.add(l),1===i.size&&(r=n(s)||e),o(t),()=>{i.delete(l),0===i.size&&r&&(r(),r=null)}}}}function rt(t,n,o){const s=!Array.isArray(t),a=s?[t]:t,u=n.length<2;return c=t=>{let o=!1;const c=[];let h=0,d=e;const f=()=>{if(h)return;d();const r=n(s?c[0]:c,t);u?t(r):d=i(r)?r:e},p=a.map(((e,t)=>l(e,(e=>{c[t]=e,h&=~(1<<t),o&&f()}),(()=>{h|=1<<t}))));return o=!0,f(),function(){r(p),d(),
145
+ const e=!tt.length;for(const e of i)e[1](),tt.push(e,t);if(e){for(let e=0;e<tt.length;e+=2)tt[e][0](tt[e+1]);tt.length=0}}}return{set:s,update:function(e){s(e(t))},subscribe:function(o,a=e){const l=[o,a];return i.add(l),1===i.size&&(r=n(s)||e),o(t),()=>{i.delete(l),0===i.size&&r&&(r(),r=null)}}}}function rt(t,n,o){const s=!Array.isArray(t),a=s?[t]:t,c=n.length<2;return u=t=>{let o=!1;const u=[];let h=0,d=e;const f=()=>{if(h)return;d();const r=n(s?u[0]:u,t);c?t(r):d=i(r)?r:e},p=a.map(((e,t)=>l(e,(e=>{u[t]=e,h&=~(1<<t),o&&f()}),(()=>{h|=1<<t}))));return o=!0,f(),function(){r(p),d(),
146
146
  // We need to set this to false because callbacks can still happen despite having unsubscribed:
147
147
  // Callbacks might already be placed in the queue which doesn't know it should no longer
148
148
  // invoke this derived store.
149
- o=!1}},{subscribe:nt(o,c).subscribe};
149
+ o=!1}},{subscribe:nt(o,u).subscribe};
150
150
  /**
151
151
  * Creates a `Readable` store that allows reading by subscription.
152
152
  * @param value initial value
153
153
  * @param {StartStopNotifier} [start]
154
154
  */
155
- var c}var it=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===ot}(e)}
155
+ var u}var it=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===ot}(e)}
156
156
  // see https://github.com/facebook/react/blob/b5ac963fb791d1298e7f396236383bc955f916c1/src/isomorphic/classic/element/ReactElement.js#L21-L25
157
- (e)};var ot="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function st(e,t){return!1!==t.clone&&t.isMergeableObject(e)?ht((n=e,Array.isArray(n)?[]:{}),e,t):e;var n}function at(e,t,n){return e.concat(t).map((function(e){return st(e,n)}))}function lt(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return Object.propertyIsEnumerable.call(e,t)})):[]}(e))}function ut(e,t){try{return t in e}catch(e){return!1}}
157
+ (e)};var ot="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function st(e,t){return!1!==t.clone&&t.isMergeableObject(e)?ht((n=e,Array.isArray(n)?[]:{}),e,t):e;var n}function at(e,t,n){return e.concat(t).map((function(e){return st(e,n)}))}function lt(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return Object.propertyIsEnumerable.call(e,t)})):[]}(e))}function ct(e,t){try{return t in e}catch(e){return!1}}
158
158
  // Protects from prototype poisoning and unexpected merging up the prototype chain.
159
- function ct(e,t,n){var r={};return n.isMergeableObject(e)&&lt(e).forEach((function(t){r[t]=st(e[t],n)})),lt(t).forEach((function(i){(function(e,t){return ut(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t));// and also unsafe if they're nonenumerable.
160
- })(e,i)||(ut(e,i)&&n.isMergeableObject(t[i])?r[i]=function(e,t){if(!t.customMerge)return ht;var n=t.customMerge(e);return"function"==typeof n?n:ht}(i,n)(e[i],t[i],n):r[i]=st(t[i],n))})),r}function ht(e,t,n){(n=n||{}).arrayMerge=n.arrayMerge||at,n.isMergeableObject=n.isMergeableObject||it,
159
+ function ut(e,t,n){var r={};return n.isMergeableObject(e)&&lt(e).forEach((function(t){r[t]=st(e[t],n)})),lt(t).forEach((function(i){(function(e,t){return ct(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t));// and also unsafe if they're nonenumerable.
160
+ })(e,i)||(ct(e,i)&&n.isMergeableObject(t[i])?r[i]=function(e,t){if(!t.customMerge)return ht;var n=t.customMerge(e);return"function"==typeof n?n:ht}(i,n)(e[i],t[i],n):r[i]=st(t[i],n))})),r}function ht(e,t,n){(n=n||{}).arrayMerge=n.arrayMerge||at,n.isMergeableObject=n.isMergeableObject||it,
161
161
  // cloneUnlessOtherwiseSpecified is added to `options` so that custom arrayMerge()
162
162
  // implementations can use it. The caller may not replace it.
163
- n.cloneUnlessOtherwiseSpecified=st;var r=Array.isArray(t);return r===Array.isArray(e)?r?n.arrayMerge(e,t,n):ct(e,t,n):st(t,n)}ht.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,n){return ht(e,n,t)}),{})};var dt=ht,ft=function(e,t){return ft=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])},ft(e,t)};function pt(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}ft(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var mt,gt,yt,bt=function(){return bt=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},bt.apply(this,arguments)};function _t(e,t,n){if(n||2===arguments.length)for(var r,i=0,o=t.length;i<o;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.slice.call(t))}
163
+ n.cloneUnlessOtherwiseSpecified=st;var r=Array.isArray(t);return r===Array.isArray(e)?r?n.arrayMerge(e,t,n):ut(e,t,n):st(t,n)}ht.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,n){return ht(e,n,t)}),{})};var dt=ht,ft=function(e,t){return ft=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])},ft(e,t)};function pt(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}ft(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var mt,gt,yt,bt=function(){return bt=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},bt.apply(this,arguments)};function vt(e,t,n){if(n||2===arguments.length)for(var r,i=0,o=t.length;i<o;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.slice.call(t))}
164
164
  /**
165
165
  * Type Guards
166
166
  */
167
- function vt(e){return e.type===gt.literal}function wt(e){return e.type===gt.argument}function kt(e){return e.type===gt.number}function Et(e){return e.type===gt.date}function Tt(e){return e.type===gt.time}function St(e){return e.type===gt.select}function xt(e){return e.type===gt.plural}function Lt(e){return e.type===gt.pound}function Mt(e){return e.type===gt.tag}function Dt(e){return!(!e||"object"!=typeof e||e.type!==yt.number)}function Ft(e){return!(!e||"object"!=typeof e||e.type!==yt.dateTime)}
167
+ function _t(e){return e.type===gt.literal}function wt(e){return e.type===gt.argument}function kt(e){return e.type===gt.number}function Et(e){return e.type===gt.date}function Tt(e){return e.type===gt.time}function St(e){return e.type===gt.select}function xt(e){return e.type===gt.plural}function Lt(e){return e.type===gt.pound}function Dt(e){return e.type===gt.tag}function Mt(e){return!(!e||"object"!=typeof e||e.type!==yt.number)}function Ft(e){return!(!e||"object"!=typeof e||e.type!==yt.dateTime)}
168
168
  // @generated from regex-gen.ts
169
169
  "function"==typeof SuppressedError&&SuppressedError,function(e){
170
170
  /** Argument is unclosed (e.g. `{0`) */
@@ -372,9 +372,9 @@ function(e,t,n){return e.slice(n,n+t.length)===t},an=qt?String.fromCodePoint://
372
372
  function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var n,r="",i=e.length,o=0;i>o;){if((n=e[o++])>1114111)throw RangeError(n+" is not a valid code point");r+=n<65536?String.fromCharCode(n):String.fromCharCode(55296+((n-=65536)>>10),n%1024+56320)}return r},ln=
373
373
  // native
374
374
  Jt?Object.fromEntries:// Ponyfill
375
- function(e){for(var t={},n=0,r=e;n<r.length;n++){var i=r[n],o=i[0],s=i[1];t[o]=s}return t},un=Qt?// Native
375
+ function(e){for(var t={},n=0,r=e;n<r.length;n++){var i=r[n],o=i[0],s=i[1];t[o]=s}return t},cn=Qt?// Native
376
376
  function(e,t){return e.codePointAt(t)}:// IE 11
377
- function(e,t){var n=e.length;if(!(t<0||t>=n)){var r,i=e.charCodeAt(t);return i<55296||i>56319||t+1===n||(r=e.charCodeAt(t+1))<56320||r>57343?i:r-56320+(i-55296<<10)+65536}},cn=en?// Native
377
+ function(e,t){var n=e.length;if(!(t<0||t>=n)){var r,i=e.charCodeAt(t);return i<55296||i>56319||t+1===n||(r=e.charCodeAt(t+1))<56320||r>57343?i:r-56320+(i-55296<<10)+65536}},un=en?// Native
378
378
  function(e){return e.trimStart()}:// Ponyfill
379
379
  function(e){return e.replace(zt,"")},hn=tn?// Native
380
380
  function(e){return e.trimEnd()}:// Ponyfill
@@ -386,7 +386,7 @@ if(rn){
386
386
  // Native
387
387
  var fn=dn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");on=function(e,t){var n;return fn.lastIndex=t,null!==(n=fn.exec(e)[1])&&void 0!==n?n:""}}else
388
388
  // IE11
389
- on=function(e,t){for(var n=[];;){var r=un(e,t);if(void 0===r||yn(r)||bn(r))break;n.push(r),t+=r>=65536?2:1}return an.apply(void 0,n)};var pn=/** @class */function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,n){for(var r=[];!this.isEOF();){var i=this.char();if(123/* `{` */===i){if((o=this.parseArgument(e,n)).err)return o;r.push(o.val)}else{if(125/* `}` */===i&&e>0)break;if(35/* `#` */!==i||"plural"!==t&&"selectordinal"!==t){if(60/* `<` */===i&&!this.ignoreTag&&47===this.peek()){if(n)break;return this.error(mt.UNMATCHED_CLOSING_TAG,Xt(this.clonePosition(),this.clonePosition()))}if(60/* `<` */===i&&!this.ignoreTag&&mn(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;r.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;r.push(o.val)}}else{var s=this.clonePosition();this.bump(),r.push({type:gt.pound,location:Xt(s,this.clonePosition())})}}}return{val:r,err:null}},
389
+ on=function(e,t){for(var n=[];;){var r=cn(e,t);if(void 0===r||yn(r)||bn(r))break;n.push(r),t+=r>=65536?2:1}return an.apply(void 0,n)};var pn=/** @class */function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,n){for(var r=[];!this.isEOF();){var i=this.char();if(123/* `{` */===i){if((o=this.parseArgument(e,n)).err)return o;r.push(o.val)}else{if(125/* `}` */===i&&e>0)break;if(35/* `#` */!==i||"plural"!==t&&"selectordinal"!==t){if(60/* `<` */===i&&!this.ignoreTag&&47===this.peek()){if(n)break;return this.error(mt.UNMATCHED_CLOSING_TAG,Xt(this.clonePosition(),this.clonePosition()))}if(60/* `<` */===i&&!this.ignoreTag&&mn(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;r.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;r.push(o.val)}}else{var s=this.clonePosition();this.bump(),r.push({type:gt.pound,location:Xt(s,this.clonePosition())})}}}return{val:r,err:null}},
390
390
  /**
391
391
  * A tag name must start with an ASCII lower/upper case letter. The grammar is based on the
392
392
  * [custom element name][] except that a dash is NOT always mandatory and uppercase letters
@@ -463,17 +463,17 @@ return this.error(mt.EXPECT_ARGUMENT_TYPE,Xt(o,a));case"number":case"date":case"
463
463
  // Parse this range:
464
464
  // {name, number, style}
465
465
  // ^-------^
466
- this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var u=this.clonePosition();if((y=this.parseSimpleArgStyleIfPossible()).err)return y;if(0===(f=hn(y.val)).length)return this.error(mt.EXPECT_ARGUMENT_STYLE,Xt(this.clonePosition(),this.clonePosition()));l={style:f,styleLocation:Xt(u,this.clonePosition())}}if((b=this.tryParseArgumentClose(r)).err)return b;var c=Xt(r,this.clonePosition());
466
+ this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((y=this.parseSimpleArgStyleIfPossible()).err)return y;if(0===(f=hn(y.val)).length)return this.error(mt.EXPECT_ARGUMENT_STYLE,Xt(this.clonePosition(),this.clonePosition()));l={style:f,styleLocation:Xt(c,this.clonePosition())}}if((b=this.tryParseArgumentClose(r)).err)return b;var u=Xt(r,this.clonePosition());
467
467
  // Extract style or skeleton
468
468
  if(l&&sn(null==l?void 0:l.style,"::",0)){
469
469
  // Skeleton starts with `::`.
470
- var h=cn(l.style.slice(2));if("number"===s)return(y=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?y:{val:{type:gt.number,value:n,location:c,style:y.val},err:null};if(0===h.length)return this.error(mt.EXPECT_DATE_TIME_SKELETON,c);var d=h;
470
+ var h=un(l.style.slice(2));if("number"===s)return(y=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?y:{val:{type:gt.number,value:n,location:u,style:y.val},err:null};if(0===h.length)return this.error(mt.EXPECT_DATE_TIME_SKELETON,u);var d=h;
471
471
  // Get "best match" pattern only if locale is passed, if not, let it
472
472
  // pass as-is where `parseDateTimeSkeleton()` will throw an error
473
473
  // for unsupported patterns.
474
- this.locale&&(d=function(e,t){for(var n="",r=0;r<e.length;r++){var i=e.charAt(r);if("j"===i){for(var o=0;r+1<e.length&&e.charAt(r+1)===i;)o++,r++;var s=1+(1&o),a=o<2?1:3+(o>>1),l=Wt(t);for("H"!=l&&"k"!=l||(a=0);a-- >0;)n+="a";for(;s-- >0;)n=l+n}else n+="J"===i?"H":i}return n}(h,this.locale));var f={type:yt.dateTime,pattern:d,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?$t(d):{}};return{val:{type:"date"===s?gt.date:gt.time,value:n,location:c,style:f},err:null}}
474
+ this.locale&&(d=function(e,t){for(var n="",r=0;r<e.length;r++){var i=e.charAt(r);if("j"===i){for(var o=0;r+1<e.length&&e.charAt(r+1)===i;)o++,r++;var s=1+(1&o),a=o<2?1:3+(o>>1),l=Wt(t);for("H"!=l&&"k"!=l||(a=0);a-- >0;)n+="a";for(;s-- >0;)n=l+n}else n+="J"===i?"H":i}return n}(h,this.locale));var f={type:yt.dateTime,pattern:d,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?$t(d):{}};return{val:{type:"date"===s?gt.date:gt.time,value:n,location:u,style:f},err:null}}
475
475
  // Regular style or no style.
476
- return{val:{type:"number"===s?gt.number:"date"===s?gt.date:gt.time,value:n,location:c,style:null!==(i=null==l?void 0:l.style)&&void 0!==i?i:null},err:null};case"plural":case"selectordinal":case"select":
476
+ return{val:{type:"number"===s?gt.number:"date"===s?gt.date:gt.time,value:n,location:u,style:null!==(i=null==l?void 0:l.style)&&void 0!==i?i:null},err:null};case"plural":case"selectordinal":case"select":
477
477
  // Parse this range:
478
478
  // {name, plural, options}
479
479
  // ^---------^
@@ -486,7 +486,7 @@ var p=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.err
486
486
  // ^--^
487
487
  var m=this.parseIdentifierIfPossible(),g=0;if("select"!==s&&"offset"===m.value){if(!this.bumpIf(":"))return this.error(mt.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Xt(this.clonePosition(),this.clonePosition()));var y;if(this.bumpSpace(),(y=this.tryParseDecimalInteger(mt.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,mt.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return y;
488
488
  // Parse another identifier for option parsing
489
- this.bumpSpace(),m=this.parseIdentifierIfPossible(),g=y.val}var b,_=this.tryParsePluralOrSelectOptions(e,s,t,m);if(_.err)return _;if((b=this.tryParseArgumentClose(r)).err)return b;var v=Xt(r,this.clonePosition());return"select"===s?{val:{type:gt.select,value:n,options:ln(_.val),location:v},err:null}:{val:{type:gt.plural,value:n,options:ln(_.val),offset:g,pluralType:"plural"===s?"cardinal":"ordinal",location:v},err:null};default:return this.error(mt.INVALID_ARGUMENT_TYPE,Xt(o,a))}},e.prototype.tryParseArgumentClose=function(e){
489
+ this.bumpSpace(),m=this.parseIdentifierIfPossible(),g=y.val}var b,v=this.tryParsePluralOrSelectOptions(e,s,t,m);if(v.err)return v;if((b=this.tryParseArgumentClose(r)).err)return b;var _=Xt(r,this.clonePosition());return"select"===s?{val:{type:gt.select,value:n,options:ln(v.val),location:_},err:null}:{val:{type:gt.plural,value:n,options:ln(v.val),offset:g,pluralType:"plural"===s?"cardinal":"ordinal",location:_},err:null};default:return this.error(mt.INVALID_ARGUMENT_TYPE,Xt(o,a))}},e.prototype.tryParseArgumentClose=function(e){
490
490
  // Parse: {value, number, ::currency/GBP }
491
491
  return this.isEOF()||125/* `}` */!==this.char()?this.error(mt.EXPECT_ARGUMENT_CLOSING_BRACE,Xt(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},
492
492
  /**
@@ -497,7 +497,7 @@ e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePos
497
497
  // Find the end of the quoted literal text.
498
498
  this.bump();var n=this.clonePosition();if(!this.bumpUntil("'"))return this.error(mt.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Xt(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");
499
499
  // Parse the skeleton
500
- for(var t=e.split(Ot).filter((function(e){return e.length>0})),n=[],r=0,i=t;r<i.length;r++){var o=i[r].split("/");if(0===o.length)throw new Error("Invalid number skeleton");for(var s=o[0],a=o.slice(1),l=0,u=a;l<u.length;l++)if(0===u[l].length)throw new Error("Invalid number skeleton");n.push({stem:s,options:a})}return n}(e)}catch(e){return this.error(mt.INVALID_NUMBER_SKELETON,t)}return{val:{type:yt.number,tokens:n,location:t,parsedOptions:this.shouldParseSkeletons?Gt(n):{}},err:null}},
500
+ for(var t=e.split(Ot).filter((function(e){return e.length>0})),n=[],r=0,i=t;r<i.length;r++){var o=i[r].split("/");if(0===o.length)throw new Error("Invalid number skeleton");for(var s=o[0],a=o.slice(1),l=0,c=a;l<c.length;l++)if(0===c[l].length)throw new Error("Invalid number skeleton");n.push({stem:s,options:a})}return n}(e)}catch(e){return this.error(mt.INVALID_NUMBER_SKELETON,t)}return{val:{type:yt.number,tokens:n,location:t,parsedOptions:this.shouldParseSkeletons?Gt(n):{}},err:null}},
501
501
  /**
502
502
  * @param nesting_level The current nesting level of messages.
503
503
  * This can be positive when parsing message fragment in select or plural argument options.
@@ -512,11 +512,11 @@ e.prototype.tryParsePluralOrSelectOptions=function(e,t,n,r){
512
512
  // Parse:
513
513
  // one {one apple}
514
514
  // ^--^
515
- for(var i,o=!1,s=[],a=new Set,l=r.value,u=r.location;;){if(0===l.length){var c=this.clonePosition();if("select"===t||!this.bumpIf("="))break;
515
+ for(var i,o=!1,s=[],a=new Set,l=r.value,c=r.location;;){if(0===l.length){var u=this.clonePosition();if("select"===t||!this.bumpIf("="))break;
516
516
  // Try parse `={number}` selector
517
- var h=this.tryParseDecimalInteger(mt.EXPECT_PLURAL_ARGUMENT_SELECTOR,mt.INVALID_PLURAL_ARGUMENT_SELECTOR);if(h.err)return h;u=Xt(c,this.clonePosition()),l=this.message.slice(c.offset,this.offset())}
517
+ var h=this.tryParseDecimalInteger(mt.EXPECT_PLURAL_ARGUMENT_SELECTOR,mt.INVALID_PLURAL_ARGUMENT_SELECTOR);if(h.err)return h;c=Xt(u,this.clonePosition()),l=this.message.slice(u.offset,this.offset())}
518
518
  // Duplicate selector clauses
519
- if(a.has(l))return this.error("select"===t?mt.DUPLICATE_SELECT_ARGUMENT_SELECTOR:mt.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,u);"other"===l&&(o=!0),
519
+ if(a.has(l))return this.error("select"===t?mt.DUPLICATE_SELECT_ARGUMENT_SELECTOR:mt.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,c);"other"===l&&(o=!0),
520
520
  // Parse:
521
521
  // one {one apple}
522
522
  // ^----------^
@@ -524,14 +524,14 @@ this.bumpSpace();var d=this.clonePosition();if(!this.bumpIf("{"))return this.err
524
524
  // Keep track of the existing selectors
525
525
  a.add(l),
526
526
  // Prep next selector clause.
527
- this.bumpSpace(),l=(i=this.parseIdentifierIfPossible()).value,u=i.location}return 0===s.length?this.error("select"===t?mt.EXPECT_SELECT_ARGUMENT_SELECTOR:mt.EXPECT_PLURAL_ARGUMENT_SELECTOR,Xt(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(mt.MISSING_OTHER_CLAUSE,Xt(this.clonePosition(),this.clonePosition())):{val:s,err:null}},e.prototype.tryParseDecimalInteger=function(e,t){var n=1,r=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(n=-1);for(var i=!1,o=0;!this.isEOF();){var s=this.char();if(!(s>=48/* `0` */&&s<=57/* `9` */))break;i=!0,o=10*o+(s-48),this.bump()}var a=Xt(r,this.clonePosition());return i?nn(o*=n)?{val:o,err:null}:this.error(t,a):this.error(e,a)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){
527
+ this.bumpSpace(),l=(i=this.parseIdentifierIfPossible()).value,c=i.location}return 0===s.length?this.error("select"===t?mt.EXPECT_SELECT_ARGUMENT_SELECTOR:mt.EXPECT_PLURAL_ARGUMENT_SELECTOR,Xt(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(mt.MISSING_OTHER_CLAUSE,Xt(this.clonePosition(),this.clonePosition())):{val:s,err:null}},e.prototype.tryParseDecimalInteger=function(e,t){var n=1,r=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(n=-1);for(var i=!1,o=0;!this.isEOF();){var s=this.char();if(!(s>=48/* `0` */&&s<=57/* `9` */))break;i=!0,o=10*o+(s-48),this.bump()}var a=Xt(r,this.clonePosition());return i?nn(o*=n)?{val:o,err:null}:this.error(t,a):this.error(e,a)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){
528
528
  // This is much faster than `Object.assign` or spread.
529
529
  return{offset:this.position.offset,line:this.position.line,column:this.position.column}},
530
530
  /**
531
531
  * Return the code point at the current position of the parser.
532
532
  * Throws if the index is out of bound.
533
533
  */
534
- e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=un(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},
534
+ e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=cn(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},
535
535
  /** Bump the parser to the next UTF-16 code unit. */
536
536
  e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10/* '\n' */===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,
537
537
  // 0 ~ 0x10000 -> unicode BMP, otherwise skip the surrogate pair.
@@ -572,15 +572,15 @@ e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this
572
572
  /**
573
573
  * Code point equivalent of regex `\p{Pattern_Syntax}`.
574
574
  * See https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt
575
- */function bn(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function _n(e){e.forEach((function(e){if(delete e.location,St(e)||xt(e))for(var t in e.options)delete e.options[t].location,_n(e.options[t].value);else kt(e)&&Dt(e.style)||(Et(e)||Tt(e))&&Ft(e.style)?delete e.style.location:Mt(e)&&_n(e.children)}))}function vn(e,t){void 0===t&&(t={}),t=bt({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var n=new pn(e,t).parse();if(n.err){var r=SyntaxError(mt[n.err.kind]);
575
+ */function bn(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function vn(e){e.forEach((function(e){if(delete e.location,St(e)||xt(e))for(var t in e.options)delete e.options[t].location,vn(e.options[t].value);else kt(e)&&Mt(e.style)||(Et(e)||Tt(e))&&Ft(e.style)?delete e.style.location:Dt(e)&&vn(e.children)}))}function _n(e,t){void 0===t&&(t={}),t=bt({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var n=new pn(e,t).parse();if(n.err){var r=SyntaxError(mt[n.err.kind]);
576
576
  // @ts-expect-error Assign to error object
577
577
  throw r.location=n.err.location,
578
578
  // @ts-expect-error Assign to error object
579
- r.originalMessage=n.err.message,r}return(null==t?void 0:t.captureLocation)||_n(n.val),n.val}
579
+ r.originalMessage=n.err.message,r}return(null==t?void 0:t.captureLocation)||vn(n.val),n.val}
580
580
 
581
581
  // Main
582
582
 
583
- function wn(e,t){var n=t&&t.cache?t.cache:Dn,r=t&&t.serializer?t.serializer:xn;return(t&&t.strategy?t.strategy:Sn)(e,{cache:n,serializer:r})}
583
+ function wn(e,t){var n=t&&t.cache?t.cache:Mn,r=t&&t.serializer?t.serializer:xn;return(t&&t.strategy?t.strategy:Sn)(e,{cache:n,serializer:r})}
584
584
 
585
585
  // Strategy
586
586
 
@@ -590,7 +590,7 @@ var xn=function(){return JSON.stringify(arguments)};
590
590
 
591
591
  // Cache
592
592
 
593
- function Ln(){this.cache=Object.create(null)}Ln.prototype.get=function(e){return this.cache[e]},Ln.prototype.set=function(e,t){this.cache[e]=t};var Mn,Dn={create:function(){
593
+ function Ln(){this.cache=Object.create(null)}Ln.prototype.get=function(e){return this.cache[e]},Ln.prototype.set=function(e,t){this.cache[e]=t};var Dn,Mn={create:function(){
594
594
  // @ts-ignore
595
595
  return new Ln}},Fn={variadic:function(e,t){return Tn(e,this,En,t.cache.create(),t.serializer)},monadic:function(e,t){return Tn(e,this,kn,t.cache.create(),t.serializer)}};!function(e){
596
596
  // When we have a placeholder but no value to format
@@ -598,24 +598,24 @@ e.MISSING_VALUE="MISSING_VALUE",
598
598
  // When value supplied is invalid
599
599
  e.INVALID_VALUE="INVALID_VALUE",
600
600
  // When we need specific Intl API but it's not available
601
- e.MISSING_INTL_API="MISSING_INTL_API"}(Mn||(Mn={}));var An,In=/** @class */function(e){function t(t,n,r){var i=e.call(this,t)||this;return i.code=n,i.originalMessage=r,i}return pt(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),$n=/** @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('", "'),'"'),Mn.INVALID_VALUE,i)||this}return pt(t,e),t}(In),On=/** @class */function(e){function t(t,n,r){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(n),Mn.INVALID_VALUE,r)||this}return pt(t,e),t}(In),Pn=/** @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,'"'),Mn.MISSING_VALUE,n)||this}return pt(t,e),t}(In);function Hn(e){return"function"==typeof e}
601
+ e.MISSING_INTL_API="MISSING_INTL_API"}(Dn||(Dn={}));var An,In=/** @class */function(e){function t(t,n,r){var i=e.call(this,t)||this;return i.code=n,i.originalMessage=r,i}return pt(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),$n=/** @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('", "'),'"'),Dn.INVALID_VALUE,i)||this}return pt(t,e),t}(In),On=/** @class */function(e){function t(t,n,r){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(n),Dn.INVALID_VALUE,r)||this}return pt(t,e),t}(In),Pn=/** @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,'"'),Dn.MISSING_VALUE,n)||this}return pt(t,e),t}(In);function Hn(e){return"function"==typeof e}
602
602
  // TODO(skeleton): add skeleton support
603
603
  function Cn(e,t,n,r,i,o,
604
604
  // For debugging
605
605
  s){
606
606
  // Hot path for straight simple msg translations
607
- if(1===e.length&&vt(e[0]))return[{type:An.literal,value:e[0].value}];for(var a=[],l=0,u=e;l<u.length;l++){var c=u[l];
607
+ if(1===e.length&&_t(e[0]))return[{type:An.literal,value:e[0].value}];for(var a=[],l=0,c=e;l<c.length;l++){var u=c[l];
608
608
  // Exit early for string parts.
609
- if(vt(c))a.push({type:An.literal,value:c.value});else
609
+ if(_t(u))a.push({type:An.literal,value:u.value});else
610
610
  // TODO: should this part be literal type?
611
611
  // Replace `#` in plural rules with the actual numeric value.
612
- if(Lt(c))"number"==typeof o&&a.push({type:An.literal,value:n.getNumberFormat(t).format(o)});else{var h=c.value;
612
+ if(Lt(u))"number"==typeof o&&a.push({type:An.literal,value:n.getNumberFormat(t).format(o)});else{var h=u.value;
613
613
  // Enforce that all required values are provided by the caller.
614
- if(!i||!(h in i))throw new Pn(h,s);var d=i[h];if(wt(c))d&&"string"!=typeof d&&"number"!=typeof d||(d="string"==typeof d||"number"==typeof d?String(d):""),a.push({type:"string"==typeof d?An.literal:An.object,value:d});else
614
+ if(!i||!(h in i))throw new Pn(h,s);var d=i[h];if(wt(u))d&&"string"!=typeof d&&"number"!=typeof d||(d="string"==typeof d||"number"==typeof d?String(d):""),a.push({type:"string"==typeof d?An.literal:An.object,value:d});else
615
615
  // Recursively format plural and select parts' option — which can be a
616
616
  // nested pattern structure. The choosing of the option to use is
617
617
  // abstracted-by and delegated-to the part helper object.
618
- if(Et(c)){var f="string"==typeof c.style?r.date[c.style]:Ft(c.style)?c.style.parsedOptions:void 0;a.push({type:An.literal,value:n.getDateTimeFormat(t,f).format(d)})}else if(Tt(c)){f="string"==typeof c.style?r.time[c.style]:Ft(c.style)?c.style.parsedOptions:r.time.medium;a.push({type:An.literal,value:n.getDateTimeFormat(t,f).format(d)})}else if(kt(c)){(f="string"==typeof c.style?r.number[c.style]:Dt(c.style)?c.style.parsedOptions:void 0)&&f.scale&&(d*=f.scale||1),a.push({type:An.literal,value:n.getNumberFormat(t,f).format(d)})}else{if(Mt(c)){var p=c.children,m=c.value,g=i[m];if(!Hn(g))throw new On(m,"function",s);var y=g(Cn(p,t,n,r,i,o).map((function(e){return e.value})));Array.isArray(y)||(y=[y]),a.push.apply(a,y.map((function(e){return{type:"string"==typeof e?An.literal:An.object,value:e}})))}if(St(c)){if(!(b=c.options[d]||c.options.other))throw new $n(c.value,d,Object.keys(c.options),s);a.push.apply(a,Cn(b.value,t,n,r,i))}else if(xt(c)){var b;if(!(b=c.options["=".concat(d)])){if(!Intl.PluralRules)throw new In('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',Mn.MISSING_INTL_API,s);var _=n.getPluralRules(t,{type:c.pluralType}).select(d-(c.offset||0));b=c.options[_]||c.options.other}if(!b)throw new $n(c.value,d,Object.keys(c.options),s);a.push.apply(a,Cn(b.value,t,n,r,i,d-(c.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===An.literal&&t.type===An.literal?n.value+=t.value:e.push(t),e}),[])}(a)}
618
+ if(Et(u)){var f="string"==typeof u.style?r.date[u.style]:Ft(u.style)?u.style.parsedOptions:void 0;a.push({type:An.literal,value:n.getDateTimeFormat(t,f).format(d)})}else if(Tt(u)){f="string"==typeof u.style?r.time[u.style]:Ft(u.style)?u.style.parsedOptions:r.time.medium;a.push({type:An.literal,value:n.getDateTimeFormat(t,f).format(d)})}else if(kt(u)){(f="string"==typeof u.style?r.number[u.style]:Mt(u.style)?u.style.parsedOptions:void 0)&&f.scale&&(d*=f.scale||1),a.push({type:An.literal,value:n.getNumberFormat(t,f).format(d)})}else{if(Dt(u)){var p=u.children,m=u.value,g=i[m];if(!Hn(g))throw new On(m,"function",s);var y=g(Cn(p,t,n,r,i,o).map((function(e){return e.value})));Array.isArray(y)||(y=[y]),a.push.apply(a,y.map((function(e){return{type:"string"==typeof e?An.literal:An.object,value:e}})))}if(St(u)){if(!(b=u.options[d]||u.options.other))throw new $n(u.value,d,Object.keys(u.options),s);a.push.apply(a,Cn(b.value,t,n,r,i))}else if(xt(u)){var b;if(!(b=u.options["=".concat(d)])){if(!Intl.PluralRules)throw new In('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',Dn.MISSING_INTL_API,s);var v=n.getPluralRules(t,{type:u.pluralType}).select(d-(u.offset||0));b=u.options[v]||u.options.other}if(!b)throw new $n(u.value,d,Object.keys(u.options),s);a.push.apply(a,Cn(b.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===An.literal&&t.type===An.literal?n.value+=t.value:e.push(t),e}),[])}(a)}
619
619
  /*
620
620
  Copyright (c) 2014, Yahoo! Inc. All rights reserved.
621
621
  Copyrights licensed under the New BSD License.
@@ -631,7 +631,7 @@ this.locales=n,this.resolvedLocale=e.resolveLocale(n),"string"==typeof t){if(thi
631
631
  this.ast=e.__parse(t,{ignoreTag:null==i?void 0:i.ignoreTag,locale:this.resolvedLocale})}else this.ast=t;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");
632
632
  // Creates a new object with the specified `formats` merged with the default
633
633
  // formats.
634
- this.formats=Bn(e.formats,r),this.formatters=i&&i.formatters||(void 0===(o=this.formatterCache)&&(o={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:wn((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.NumberFormat).bind.apply(e,_t([void 0],t,!1)))}),{cache:Nn(o.number),strategy:Fn.variadic}),getDateTimeFormat:wn((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.DateTimeFormat).bind.apply(e,_t([void 0],t,!1)))}),{cache:Nn(o.dateTime),strategy:Fn.variadic}),getPluralRules:wn((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.PluralRules).bind.apply(e,_t([void 0],t,!1)))}),{cache:Nn(o.pluralRules),strategy:Fn.variadic})})}return Object.defineProperty(e,"defaultLocale",{get:function(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=(new Intl.NumberFormat).resolvedOptions().locale),e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.resolveLocale=function(e){var t=Intl.NumberFormat.supportedLocalesOf(e);return t.length>0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=vn,
634
+ this.formats=Bn(e.formats,r),this.formatters=i&&i.formatters||(void 0===(o=this.formatterCache)&&(o={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:wn((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.NumberFormat).bind.apply(e,vt([void 0],t,!1)))}),{cache:Nn(o.number),strategy:Fn.variadic}),getDateTimeFormat:wn((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.DateTimeFormat).bind.apply(e,vt([void 0],t,!1)))}),{cache:Nn(o.dateTime),strategy:Fn.variadic}),getPluralRules:wn((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.PluralRules).bind.apply(e,vt([void 0],t,!1)))}),{cache:Nn(o.pluralRules),strategy:Fn.variadic})})}return Object.defineProperty(e,"defaultLocale",{get:function(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=(new Intl.NumberFormat).resolvedOptions().locale),e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.resolveLocale=function(e){var t=Intl.NumberFormat.supportedLocalesOf(e);return t.length>0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=_n,
635
635
  // Default format options used as the prototype of the `formats` provided to the
636
636
  // constructor. These are used when constructing the internal Intl.NumberFormat
637
637
  // and Intl.DateTimeFormat instances.
@@ -640,7 +640,7 @@ e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"}
640
640
  Copyright (c) 2014, Yahoo! Inc. All rights reserved.
641
641
  Copyrights licensed under the New BSD License.
642
642
  See the accompanying LICENSE file for terms.
643
- */const Un={},Gn=(e,t,n)=>n?(t in Un||(Un[t]={}),e in Un[t]||(Un[t][e]=n),n):n,jn=(e,t)=>{if(null==t)return;if(t in Un&&e in Un[t])return Un[t][e];const n=ar(t);for(let r=0;r<n.length;r++){const i=Zn(n[r],e);if(i)return Gn(e,t,i)}};let Vn;const Wn=nt({});function zn(e){return e in Vn}function Zn(e,t){if(!zn(e))return null;const n=function(e){return Vn[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 Xn(e,...t){delete Un[e],Wn.update((n=>(n[e]=dt.all([n[e]||{},...t]),n)))}rt([Wn],(([e])=>Object.keys(e))),Wn.subscribe((e=>Vn=e));const Kn={};function qn(e){return Kn[e]}function Jn(e){return null!=e&&ar(e).some((e=>{var t;return null===(t=qn(e))||void 0===t?void 0:t.size}))}const Qn={};function er(e){if(!Jn(e))return e in Qn?Qn[e]:Promise.resolve();const t=function(e){return ar(e).map((e=>{const t=qn(e);return[e,t?[...t]:[]]})).filter((([,e])=>e.length>0))}(e);return Qn[e]=Promise.all(t.map((([e,t])=>function(e,t){const n=Promise.all(t.map((t=>(function(e,t){Kn[e].delete(t),0===Kn[e].size&&delete Kn[e]}(e,t),t().then((e=>e.default||e))))));return n.then((t=>Xn(e,...t)))}(e,t)))).then((()=>{if(Jn(e))return er(e);delete Qn[e]})),Qn[e]}const tr={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 nr(){return tr}const rr=nt(!1);let ir;const or=nt(null);function sr(e){return e.split("-").map(((e,t,n)=>n.slice(0,t+1).join("-"))).reverse()}function ar(e,t=nr().fallbackLocale){const n=sr(e);return t?[...new Set([...n,...sr(t)])]:n}function lr(){return null!=ir?ir:void 0}or.subscribe((e=>{ir=null!=e?e:void 0,"undefined"!=typeof window&&null!=e&&document.documentElement.setAttribute("lang",e)}));const ur={...or,set:e=>{if(e&&function(e){if(null==e)return;const t=ar(e);for(let e=0;e<t.length;e++){const n=t[e];if(zn(n))return n}}(e)&&Jn(e)){const{loadingDelay:t}=nr();let n;return"undefined"!=typeof window&&null!=lr()&&t?n=window.setTimeout((()=>rr.set(!0)),t):rr.set(!0),er(e).then((()=>{or.set(e)})).finally((()=>{clearTimeout(n),rr.set(!1)}))}return or.set(e)}},cr=e=>{const t=Object.create(null);return n=>{const r=JSON.stringify(n);return r in t?t[r]:t[r]=e(n)}},hr=(e,t)=>{const{formats:n}=nr();if(e in n&&t in n[e])return n[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},dr=cr((({locale:e,format:t,...n})=>{if(null==e)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return t&&(n=hr("number",t)),new Intl.NumberFormat(e,n)})),fr=cr((({locale:e,format:t,...n})=>{if(null==e)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return t?n=hr("date",t):0===Object.keys(n).length&&(n=hr("date","short")),new Intl.DateTimeFormat(e,n)})),pr=cr((({locale:e,format:t,...n})=>{if(null==e)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return t?n=hr("time",t):0===Object.keys(n).length&&(n=hr("time","short")),new Intl.DateTimeFormat(e,n)})),mr=cr(((e,t=lr())=>new Yn(e,t,nr().formats,{ignoreTag:nr().ignoreTag}))),gr=(e,t={})=>{var n,r,i,o;let s=t;"object"==typeof e&&(s=e,e=s.id);const{values:a,locale:l=lr(),default:u}=s;if(null==l)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let c=jn(e,l);if(c){if("string"!=typeof c)return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof c}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),c}else c=null!==(o=null!==(i=null===(r=(n=nr()).handleMissingMessage)||void 0===r?void 0:r.call(n,{locale:l,id:e,defaultValue:u}))&&void 0!==i?i:u)&&void 0!==o?o:e;if(!a)return c;let h=c;try{h=mr(c,l).format(a)}catch(t){t instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,t.message)}return h},yr=(e,t)=>(({locale:e=lr(),...t}={})=>pr({locale:e,...t}))(t).format(e),br=(e,t)=>(({locale:e=lr(),...t}={})=>fr({locale:e,...t}))(t).format(e),_r=(e,t)=>(({locale:e=lr(),...t}={})=>dr({locale:e,...t}))(t).format(e),vr=(e,t=lr())=>jn(e,t),wr=rt([ur,Wn],(()=>gr));rt([ur],(()=>yr)),rt([ur],(()=>br)),rt([ur],(()=>_r)),rt([ur,Wn],(()=>vr)),window.emWidgets={topic:(e,t=0)=>{if(-1==Qe.indexOf(e)){let n=new Je(t);et[e]=n,Qe.push(e)}return et[e]}};
643
+ */const Un={},Gn=(e,t,n)=>n?(t in Un||(Un[t]={}),e in Un[t]||(Un[t][e]=n),n):n,jn=(e,t)=>{if(null==t)return;if(t in Un&&e in Un[t])return Un[t][e];const n=ar(t);for(let r=0;r<n.length;r++){const i=Zn(n[r],e);if(i)return Gn(e,t,i)}};let Vn;const Wn=nt({});function zn(e){return e in Vn}function Zn(e,t){if(!zn(e))return null;const n=function(e){return Vn[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 Xn(e,...t){delete Un[e],Wn.update((n=>(n[e]=dt.all([n[e]||{},...t]),n)))}rt([Wn],(([e])=>Object.keys(e))),Wn.subscribe((e=>Vn=e));const Kn={};function qn(e){return Kn[e]}function Jn(e){return null!=e&&ar(e).some((e=>{var t;return null===(t=qn(e))||void 0===t?void 0:t.size}))}const Qn={};function er(e){if(!Jn(e))return e in Qn?Qn[e]:Promise.resolve();const t=function(e){return ar(e).map((e=>{const t=qn(e);return[e,t?[...t]:[]]})).filter((([,e])=>e.length>0))}(e);return Qn[e]=Promise.all(t.map((([e,t])=>function(e,t){const n=Promise.all(t.map((t=>(function(e,t){Kn[e].delete(t),0===Kn[e].size&&delete Kn[e]}(e,t),t().then((e=>e.default||e))))));return n.then((t=>Xn(e,...t)))}(e,t)))).then((()=>{if(Jn(e))return er(e);delete Qn[e]})),Qn[e]}const tr={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 nr(){return tr}const rr=nt(!1);let ir;const or=nt(null);function sr(e){return e.split("-").map(((e,t,n)=>n.slice(0,t+1).join("-"))).reverse()}function ar(e,t=nr().fallbackLocale){const n=sr(e);return t?[...new Set([...n,...sr(t)])]:n}function lr(){return null!=ir?ir:void 0}or.subscribe((e=>{ir=null!=e?e:void 0,"undefined"!=typeof window&&null!=e&&document.documentElement.setAttribute("lang",e)}));const cr={...or,set:e=>{if(e&&function(e){if(null==e)return;const t=ar(e);for(let e=0;e<t.length;e++){const n=t[e];if(zn(n))return n}}(e)&&Jn(e)){const{loadingDelay:t}=nr();let n;return"undefined"!=typeof window&&null!=lr()&&t?n=window.setTimeout((()=>rr.set(!0)),t):rr.set(!0),er(e).then((()=>{or.set(e)})).finally((()=>{clearTimeout(n),rr.set(!1)}))}return or.set(e)}},ur=e=>{const t=Object.create(null);return n=>{const r=JSON.stringify(n);return r in t?t[r]:t[r]=e(n)}},hr=(e,t)=>{const{formats:n}=nr();if(e in n&&t in n[e])return n[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},dr=ur((({locale:e,format:t,...n})=>{if(null==e)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return t&&(n=hr("number",t)),new Intl.NumberFormat(e,n)})),fr=ur((({locale:e,format:t,...n})=>{if(null==e)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return t?n=hr("date",t):0===Object.keys(n).length&&(n=hr("date","short")),new Intl.DateTimeFormat(e,n)})),pr=ur((({locale:e,format:t,...n})=>{if(null==e)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return t?n=hr("time",t):0===Object.keys(n).length&&(n=hr("time","short")),new Intl.DateTimeFormat(e,n)})),mr=ur(((e,t=lr())=>new Yn(e,t,nr().formats,{ignoreTag:nr().ignoreTag}))),gr=(e,t={})=>{var n,r,i,o;let s=t;"object"==typeof e&&(s=e,e=s.id);const{values:a,locale:l=lr(),default:c}=s;if(null==l)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let u=jn(e,l);if(u){if("string"!=typeof u)return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof u}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),u}else u=null!==(o=null!==(i=null===(r=(n=nr()).handleMissingMessage)||void 0===r?void 0:r.call(n,{locale:l,id:e,defaultValue:c}))&&void 0!==i?i:c)&&void 0!==o?o:e;if(!a)return u;let h=u;try{h=mr(u,l).format(a)}catch(t){t instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,t.message)}return h},yr=(e,t)=>(({locale:e=lr(),...t}={})=>pr({locale:e,...t}))(t).format(e),br=(e,t)=>(({locale:e=lr(),...t}={})=>fr({locale:e,...t}))(t).format(e),vr=(e,t)=>(({locale:e=lr(),...t}={})=>dr({locale:e,...t}))(t).format(e),_r=(e,t=lr())=>jn(e,t),wr=rt([cr,Wn],(()=>gr));rt([cr],(()=>yr)),rt([cr],(()=>br)),rt([cr],(()=>vr)),rt([cr,Wn],(()=>_r)),window.emWidgets={topic:(e,t=0)=>{if(-1==Qe.indexOf(e)){let n=new Je(t);et[e]=n,Qe.push(e)}return et[e]}};
644
644
  /**
645
645
  * @name isMobile
646
646
  * @description A method that returns if the browser used to access the app is from a mobile device or not
@@ -656,22 +656,22 @@ const kr=e=>e.toLowerCase().match(/android/i)?"Android":e.toLowerCase().match(/i
656
656
  */
657
657
  /* ../casino-footer-thumbnail/src/CasinoFooterThumbnail.svelte generated by Svelte v3.59.2 */
658
658
  function Er(e){let t;function n(e,t){/*sponsorimage*/
659
- return e[1]?Fr:/*paymentimage*/e[4]?Dr:/*vendorimage*/e[7]?Mr:/*helperlinkimage*/e[10]?Lr:/*licenseimage*/e[13]?xr:/*sociallinkimage*/e[16]?Sr:void 0}let r=n(e),i=r&&r(e);return{c(){i&&i.c(),t=v()},m(e,n){i&&i.m(e,n),f(e,t,n)},p(e,o){r===(r=n(e))&&i?i.p(e,o):(i&&i.d(1),i=r&&r(e),i&&(i.c(),i.m(t.parentNode,t)))},d(e){i&&i.d(e),e&&p(t)}}}
659
+ return e[1]?Fr:/*paymentimage*/e[4]?Mr:/*vendorimage*/e[7]?Dr:/*helperlinkimage*/e[10]?Lr:/*licenseimage*/e[13]?xr:/*sociallinkimage*/e[16]?Sr:void 0}let r=n(e),i=r&&r(e);return{c(){i&&i.c(),t=_()},m(e,n){i&&i.m(e,n),f(e,t,n)},p(e,o){r===(r=n(e))&&i?i.p(e,o):(i&&i.d(1),i=r&&r(e),i&&(i.c(),i.m(t.parentNode,t)))},d(e){i&&i.d(e),e&&p(t)}}}
660
660
  // (60:2) {#if device == 'PC'}
661
661
  function Tr(e){let t;function n(e,t){/*sponsorimage*/
662
- return e[1]?Nr:/*paymentimage*/e[4]?Br:/*vendorimage*/e[7]?Cr:/*helperlinkimage*/e[10]?Hr:/*licenseimage*/e[13]?Pr:/*sociallinkimage*/e[16]?Or:void 0}let r=n(e),i=r&&r(e);return{c(){i&&i.c(),t=v()},m(e,n){i&&i.m(e,n),f(e,t,n)},p(e,o){r===(r=n(e))&&i?i.p(e,o):(i&&i.d(1),i=r&&r(e),i&&(i.c(),i.m(t.parentNode,t)))},d(e){i&&i.d(e),e&&p(t)}}}
662
+ return e[1]?Nr:/*paymentimage*/e[4]?Br:/*vendorimage*/e[7]?Cr:/*helperlinkimage*/e[10]?Hr:/*licenseimage*/e[13]?Pr:/*sociallinkimage*/e[16]?Or:void 0}let r=n(e),i=r&&r(e);return{c(){i&&i.c(),t=_()},m(e,n){i&&i.m(e,n),f(e,t,n)},p(e,o){r===(r=n(e))&&i?i.p(e,o):(i&&i.d(1),i=r&&r(e),i&&(i.c(),i.m(t.parentNode,t)))},d(e){i&&i.d(e),e&&p(t)}}}
663
663
  // (170:30)
664
- function Sr(e){let t,n,r,i,o,s,l,u;return{c(){t=g("div"),n=g("button"),r=g("img"),k(r,"class","FooterImage"),k(r,"part","FooterImage"),a(r.src,i=/*sociallinkimage*/e[16])||k(r,"src",i),k(r,"title",o=/*sociallinktitle*/e[17]||/*sociallinkurl*/e[15]),k(n,"class",s="FooterLink "+(/*sociallinkurl*/e[15]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(t,"class","FooterItem SocialItem"),k(t,"part","FooterItem SocialItem")},m(i,o){f(i,t,o),d(t,n),d(n,r),l||(u=w(n,"click",/*click_handler_5*/e[33]),l=!0)},p(e,t){/*sociallinkimage*/65536&t[0]&&!a(r.src,i=/*sociallinkimage*/e[16])&&k(r,"src",i),/*sociallinktitle, sociallinkurl*/163840&t[0]&&o!==(o=/*sociallinktitle*/e[17]||/*sociallinkurl*/e[15])&&k(r,"title",o),/*sociallinkurl*/32768&t[0]&&s!==(s="FooterLink "+(/*sociallinkurl*/e[15]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"class",s)},d(e){e&&p(t),l=!1,u()}}}
664
+ function Sr(e){let t,n,r,i,o,s,l,c;return{c(){t=g("div"),n=g("button"),r=g("img"),k(r,"class","FooterImage"),k(r,"part","FooterImage"),a(r.src,i=/*sociallinkimage*/e[16])||k(r,"src",i),k(r,"title",o=/*sociallinktitle*/e[17]||/*sociallinkurl*/e[15]),k(n,"class",s="FooterLink "+(/*sociallinkurl*/e[15]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(t,"class","FooterItem SocialItem"),k(t,"part","FooterItem SocialItem")},m(i,o){f(i,t,o),d(t,n),d(n,r),l||(c=w(n,"click",/*click_handler_5*/e[33]),l=!0)},p(e,t){/*sociallinkimage*/65536&t[0]&&!a(r.src,i=/*sociallinkimage*/e[16])&&k(r,"src",i),/*sociallinktitle, sociallinkurl*/163840&t[0]&&o!==(o=/*sociallinktitle*/e[17]||/*sociallinkurl*/e[15])&&k(r,"title",o),/*sociallinkurl*/32768&t[0]&&s!==(s="FooterLink "+(/*sociallinkurl*/e[15]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"class",s)},d(e){e&&p(t),l=!1,c()}}}
665
665
  // (163:27)
666
- function xr(e){let t,n,r,i,o,s,l,u;return{c(){t=g("div"),n=g("button"),r=g("img"),k(r,"class","FooterImage"),k(r,"part","FooterImage"),a(r.src,i=/*licenseimage*/e[13])||k(r,"src",i),k(r,"title",o=/*licensetitle*/e[14]||/*licenseurl*/e[12]),k(n,"class",s="FooterLink "+(/*licenseurl*/e[12]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(t,"class","FooterItem"),k(t,"part","FooterItem")},m(i,o){f(i,t,o),d(t,n),d(n,r),l||(u=w(n,"click",/*click_handler_4*/e[32]),l=!0)},p(e,t){/*licenseimage*/8192&t[0]&&!a(r.src,i=/*licenseimage*/e[13])&&k(r,"src",i),/*licensetitle, licenseurl*/20480&t[0]&&o!==(o=/*licensetitle*/e[14]||/*licenseurl*/e[12])&&k(r,"title",o),/*licenseurl*/4096&t[0]&&s!==(s="FooterLink "+(/*licenseurl*/e[12]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"class",s)},d(e){e&&p(t),l=!1,u()}}}
666
+ function xr(e){let t,n,r,i,o,s,l,c;return{c(){t=g("div"),n=g("button"),r=g("img"),k(r,"class","FooterImage"),k(r,"part","FooterImage"),a(r.src,i=/*licenseimage*/e[13])||k(r,"src",i),k(r,"title",o=/*licensetitle*/e[14]||/*licenseurl*/e[12]),k(n,"class",s="FooterLink "+(/*licenseurl*/e[12]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(t,"class","FooterItem"),k(t,"part","FooterItem")},m(i,o){f(i,t,o),d(t,n),d(n,r),l||(c=w(n,"click",/*click_handler_4*/e[32]),l=!0)},p(e,t){/*licenseimage*/8192&t[0]&&!a(r.src,i=/*licenseimage*/e[13])&&k(r,"src",i),/*licensetitle, licenseurl*/20480&t[0]&&o!==(o=/*licensetitle*/e[14]||/*licenseurl*/e[12])&&k(r,"title",o),/*licenseurl*/4096&t[0]&&s!==(s="FooterLink "+(/*licenseurl*/e[12]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"class",s)},d(e){e&&p(t),l=!1,c()}}}
667
667
  // (153:30)
668
- function Lr(e){let t,n,r,i,o,s,l,u,c,h,m=/*helperlinktitle*/e[11]&&Ar(e);return{c(){t=g("div"),n=g("button"),r=g("img"),s=_(),m&&m.c(),k(r,"class","FooterImage"),k(r,"part","FooterImage"),a(r.src,i=/*helperlinkimage*/e[10])||k(r,"src",i),k(r,"title",o=/*helperlinktitle*/e[11]||/*helperlinkurl*/e[9]),k(n,"class",l=/*helperlinktitle*/(e[11]?"FooterHelperLink":"")+" "+(/*helperlinkurl*/e[9]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(t,"class",u="FooterItem HelperLinkItem "+(/*displaycolumn*/"true"==e[20]?"DisplayColumn":"")),k(t,"part","FooterItem HelperLinkItem")},m(i,o){f(i,t,o),d(t,n),d(n,r),d(n,s),m&&m.m(n,null),c||(h=w(n,"click",/*click_handler_3*/e[31]),c=!0)},p(e,s){/*helperlinkimage*/1024&s[0]&&!a(r.src,i=/*helperlinkimage*/e[10])&&k(r,"src",i),/*helperlinktitle, helperlinkurl*/2560&s[0]&&o!==(o=/*helperlinktitle*/e[11]||/*helperlinkurl*/e[9])&&k(r,"title",o),/*helperlinktitle*/e[11]?m?m.p(e,s):(m=Ar(e),m.c(),m.m(n,null)):m&&(m.d(1),m=null),/*helperlinktitle, helperlinkurl*/2560&s[0]&&l!==(l=/*helperlinktitle*/(e[11]?"FooterHelperLink":"")+" "+(/*helperlinkurl*/e[9]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"class",l),/*displaycolumn*/1048576&s[0]&&u!==(u="FooterItem HelperLinkItem "+(/*displaycolumn*/"true"==e[20]?"DisplayColumn":""))&&k(t,"class",u)},d(e){e&&p(t),m&&m.d(),c=!1,h()}}}
668
+ function Lr(e){let t,n,r,i,o,s,l,c,u,h,m=/*helperlinktitle*/e[11]&&Ar(e);return{c(){t=g("div"),n=g("button"),r=g("img"),s=v(),m&&m.c(),k(r,"class","FooterImage"),k(r,"part","FooterImage"),a(r.src,i=/*helperlinkimage*/e[10])||k(r,"src",i),k(r,"title",o=/*helperlinktitle*/e[11]||/*helperlinkurl*/e[9]),k(n,"class",l=/*helperlinktitle*/(e[11]?"FooterHelperLink":"")+" "+(/*helperlinkurl*/e[9]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(t,"class",c="FooterItem HelperLinkItem "+(/*displaycolumn*/"true"==e[20]?"DisplayColumn":"")),k(t,"part","FooterItem HelperLinkItem")},m(i,o){f(i,t,o),d(t,n),d(n,r),d(n,s),m&&m.m(n,null),u||(h=w(n,"click",/*click_handler_3*/e[31]),u=!0)},p(e,s){/*helperlinkimage*/1024&s[0]&&!a(r.src,i=/*helperlinkimage*/e[10])&&k(r,"src",i),/*helperlinktitle, helperlinkurl*/2560&s[0]&&o!==(o=/*helperlinktitle*/e[11]||/*helperlinkurl*/e[9])&&k(r,"title",o),/*helperlinktitle*/e[11]?m?m.p(e,s):(m=Ar(e),m.c(),m.m(n,null)):m&&(m.d(1),m=null),/*helperlinktitle, helperlinkurl*/2560&s[0]&&l!==(l=/*helperlinktitle*/(e[11]?"FooterHelperLink":"")+" "+(/*helperlinkurl*/e[9]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"class",l),/*displaycolumn*/1048576&s[0]&&c!==(c="FooterItem HelperLinkItem "+(/*displaycolumn*/"true"==e[20]?"DisplayColumn":""))&&k(t,"class",c)},d(e){e&&p(t),m&&m.d(),u=!1,h()}}}
669
669
  // (146:26)
670
- function Mr(e){let t,n,r,i,o,s,l,u;return{c(){t=g("div"),n=g("button"),r=g("img"),k(r,"class","FooterImage"),k(r,"part","FooterImage"),a(r.src,i=/*vendorimage*/e[7])||k(r,"src",i),k(r,"title",o=/*vendortitle*/e[8]||/*vendorurl*/e[6]),k(n,"class",s=/*vendorurl*/(e[6]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(t,"class","FooterItem GameVendorItem"),k(t,"part","FooterItem GameVendorItem")},m(i,o){f(i,t,o),d(t,n),d(n,r),l||(u=w(n,"click",/*click_handler_2*/e[30]),l=!0)},p(e,t){/*vendorimage*/128&t[0]&&!a(r.src,i=/*vendorimage*/e[7])&&k(r,"src",i),/*vendortitle, vendorurl*/320&t[0]&&o!==(o=/*vendortitle*/e[8]||/*vendorurl*/e[6])&&k(r,"title",o),/*vendorurl*/64&t[0]&&s!==(s=/*vendorurl*/(e[6]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"class",s)},d(e){e&&p(t),l=!1,u()}}}
670
+ function Dr(e){let t,n,r,i,o,s,l,c;return{c(){t=g("div"),n=g("button"),r=g("img"),k(r,"class","FooterImage"),k(r,"part","FooterImage"),a(r.src,i=/*vendorimage*/e[7])||k(r,"src",i),k(r,"title",o=/*vendortitle*/e[8]||/*vendorurl*/e[6]),k(n,"class",s=/*vendorurl*/(e[6]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(t,"class","FooterItem GameVendorItem"),k(t,"part","FooterItem GameVendorItem")},m(i,o){f(i,t,o),d(t,n),d(n,r),l||(c=w(n,"click",/*click_handler_2*/e[30]),l=!0)},p(e,t){/*vendorimage*/128&t[0]&&!a(r.src,i=/*vendorimage*/e[7])&&k(r,"src",i),/*vendortitle, vendorurl*/320&t[0]&&o!==(o=/*vendortitle*/e[8]||/*vendorurl*/e[6])&&k(r,"title",o),/*vendorurl*/64&t[0]&&s!==(s=/*vendorurl*/(e[6]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"class",s)},d(e){e&&p(t),l=!1,c()}}}
671
671
  // (136:27)
672
- function Dr(e){let t,n,r,i,o,s,l,u,c,h=/*paymenttitle*/e[5]&&Ir(e);return{c(){t=g("div"),n=g("button"),r=g("img"),s=_(),h&&h.c(),k(r,"class","FooterImage"),k(r,"part","FooterImage"),a(r.src,i=/*paymentimage*/e[4])||k(r,"src",i),k(r,"title",o=/*paymenttitle*/e[5]||/*paymenturl*/e[3]),k(n,"class",l=/*paymenttitle*/(e[5]?"FooterPaymentLink":"")+" "+(/*paymenturl*/e[3]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(t,"class","FooterItem PaymentItem"),k(t,"part","FooterItem PaymentItem")},m(i,o){f(i,t,o),d(t,n),d(n,r),d(n,s),h&&h.m(n,null),u||(c=w(n,"click",/*click_handler_1*/e[29]),u=!0)},p(e,t){/*paymentimage*/16&t[0]&&!a(r.src,i=/*paymentimage*/e[4])&&k(r,"src",i),/*paymenttitle, paymenturl*/40&t[0]&&o!==(o=/*paymenttitle*/e[5]||/*paymenturl*/e[3])&&k(r,"title",o),/*paymenttitle*/e[5]?h?h.p(e,t):(h=Ir(e),h.c(),h.m(n,null)):h&&(h.d(1),h=null),/*paymenttitle, paymenturl*/40&t[0]&&l!==(l=/*paymenttitle*/(e[5]?"FooterPaymentLink":"")+" "+(/*paymenturl*/e[3]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"class",l)},d(e){e&&p(t),h&&h.d(),u=!1,c()}}}
672
+ function Mr(e){let t,n,r,i,o,s,l,c,u,h=/*paymenttitle*/e[5]&&Ir(e);return{c(){t=g("div"),n=g("button"),r=g("img"),s=v(),h&&h.c(),k(r,"class","FooterImage"),k(r,"part","FooterImage"),a(r.src,i=/*paymentimage*/e[4])||k(r,"src",i),k(r,"title",o=/*paymenttitle*/e[5]||/*paymenturl*/e[3]),k(n,"class",l=/*paymenttitle*/(e[5]?"FooterPaymentLink":"")+" "+(/*paymenturl*/e[3]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(t,"class","FooterItem PaymentItem"),k(t,"part","FooterItem PaymentItem")},m(i,o){f(i,t,o),d(t,n),d(n,r),d(n,s),h&&h.m(n,null),c||(u=w(n,"click",/*click_handler_1*/e[29]),c=!0)},p(e,t){/*paymentimage*/16&t[0]&&!a(r.src,i=/*paymentimage*/e[4])&&k(r,"src",i),/*paymenttitle, paymenturl*/40&t[0]&&o!==(o=/*paymenttitle*/e[5]||/*paymenturl*/e[3])&&k(r,"title",o),/*paymenttitle*/e[5]?h?h.p(e,t):(h=Ir(e),h.c(),h.m(n,null)):h&&(h.d(1),h=null),/*paymenttitle, paymenturl*/40&t[0]&&l!==(l=/*paymenttitle*/(e[5]?"FooterPaymentLink":"")+" "+(/*paymenturl*/e[3]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"class",l)},d(e){e&&p(t),h&&h.d(),c=!1,u()}}}
673
673
  // (126:4) {#if sponsorimage}
674
- function Fr(e){let t,n,r,i,o,s,l,u,c,h=/*sponsortitle*/e[2]&&$r(e);return{c(){t=g("div"),n=g("button"),r=g("img"),s=_(),h&&h.c(),k(r,"class","FooterImage"),k(r,"part","FooterImage"),a(r.src,i=/*sponsorimage*/e[1])||k(r,"src",i),k(r,"title",o=/*sponsortitle*/e[2]||/*sponsorurl*/e[0]),k(n,"class",l=/*sponsortitle*/(e[2]?"FooterSponsorLink":"")+" "+(/*sponsorurl*/e[0]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(t,"class","FooterItem SponsorItem"),k(t,"part","FooterItem SponsorItem")},m(i,o){f(i,t,o),d(t,n),d(n,r),d(n,s),h&&h.m(n,null),u||(c=w(n,"click",/*click_handler*/e[28]),u=!0)},p(e,t){/*sponsorimage*/2&t[0]&&!a(r.src,i=/*sponsorimage*/e[1])&&k(r,"src",i),/*sponsortitle, sponsorurl*/5&t[0]&&o!==(o=/*sponsortitle*/e[2]||/*sponsorurl*/e[0])&&k(r,"title",o),/*sponsortitle*/e[2]?h?h.p(e,t):(h=$r(e),h.c(),h.m(n,null)):h&&(h.d(1),h=null),/*sponsortitle, sponsorurl*/5&t[0]&&l!==(l=/*sponsortitle*/(e[2]?"FooterSponsorLink":"")+" "+(/*sponsorurl*/e[0]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"class",l)},d(e){e&&p(t),h&&h.d(),u=!1,c()}}}
674
+ function Fr(e){let t,n,r,i,o,s,l,c,u,h=/*sponsortitle*/e[2]&&$r(e);return{c(){t=g("div"),n=g("button"),r=g("img"),s=v(),h&&h.c(),k(r,"class","FooterImage"),k(r,"part","FooterImage"),a(r.src,i=/*sponsorimage*/e[1])||k(r,"src",i),k(r,"title",o=/*sponsortitle*/e[2]||/*sponsorurl*/e[0]),k(n,"class",l=/*sponsortitle*/(e[2]?"FooterSponsorLink":"")+" "+(/*sponsorurl*/e[0]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(t,"class","FooterItem SponsorItem"),k(t,"part","FooterItem SponsorItem")},m(i,o){f(i,t,o),d(t,n),d(n,r),d(n,s),h&&h.m(n,null),c||(u=w(n,"click",/*click_handler*/e[28]),c=!0)},p(e,t){/*sponsorimage*/2&t[0]&&!a(r.src,i=/*sponsorimage*/e[1])&&k(r,"src",i),/*sponsortitle, sponsorurl*/5&t[0]&&o!==(o=/*sponsortitle*/e[2]||/*sponsorurl*/e[0])&&k(r,"title",o),/*sponsortitle*/e[2]?h?h.p(e,t):(h=$r(e),h.c(),h.m(n,null)):h&&(h.d(1),h=null),/*sponsortitle, sponsorurl*/5&t[0]&&l!==(l=/*sponsortitle*/(e[2]?"FooterSponsorLink":"")+" "+(/*sponsorurl*/e[0]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"class",l)},d(e){e&&p(t),h&&h.d(),c=!1,u()}}}
675
675
  // (158:10) {#if helperlinktitle}
676
676
  function Ar(e){let t,n;return{c(){t=g("p"),n=b(/*helperlinktitle*/e[11]),k(t,"class","HelperTitle"),k(t,"part","HelperTitle")},m(e,r){f(e,t,r),d(t,n)},p(e,t){/*helperlinktitle*/2048&t[0]&&T(n,/*helperlinktitle*/e[11])},d(e){e&&p(t)}}}
677
677
  // (141:10) {#if paymenttitle}
@@ -679,17 +679,17 @@ function Ir(e){let t,n;return{c(){t=g("p"),n=b(/*paymenttitle*/e[5]),k(t,"class"
679
679
  // (131:10) {#if sponsortitle}
680
680
  function $r(e){let t,n;return{c(){t=g("p"),n=b(/*sponsortitle*/e[2]),k(t,"class","SponsorTitle"),k(t,"part","SponsorTitle")},m(e,r){f(e,t,r),d(t,n)},p(e,t){/*sponsortitle*/4&t[0]&&T(n,/*sponsortitle*/e[2])},d(e){e&&p(t)}}}
681
681
  // (115:30)
682
- function Or(e){let t,n,r,i,o,s,l,u;return{c(){t=g("div"),n=g("a"),r=g("img"),k(r,"class","FooterImage"),k(r,"part","FooterImage"),a(r.src,i=/*sociallinkimage*/e[16])||k(r,"src",i),k(r,"title",o=/*sociallinktitle*/e[17]||/*sociallinkurl*/e[15]),k(n,"class",s="FooterLink "+(/*sociallinkurl*/e[15]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(n,"part",l="FooterLink "+(/*sociallinkurl*/e[15]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(n,"href",u=/*linktype*/e[19]?/*sociallinkurl*/e[15]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*sociallinkurl*/+e[15]),k(n,"target",/*target*/e[18]),k(t,"class","FooterItem SocialItem"),k(t,"part","FooterItem SocialItem")},m(e,i){f(e,t,i),d(t,n),d(n,r)},p(e,t){/*sociallinkimage*/65536&t[0]&&!a(r.src,i=/*sociallinkimage*/e[16])&&k(r,"src",i),/*sociallinktitle, sociallinkurl*/163840&t[0]&&o!==(o=/*sociallinktitle*/e[17]||/*sociallinkurl*/e[15])&&k(r,"title",o),/*sociallinkurl*/32768&t[0]&&s!==(s="FooterLink "+(/*sociallinkurl*/e[15]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"class",s),/*sociallinkurl*/32768&t[0]&&l!==(l="FooterLink "+(/*sociallinkurl*/e[15]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"part",l),/*linktype, sociallinkurl, baseurl, lang*/6848512&t[0]&&u!==(u=/*linktype*/e[19]?/*sociallinkurl*/e[15]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*sociallinkurl*/+e[15])&&k(n,"href",u),/*target*/262144&t[0]&&k(n,"target",/*target*/e[18])},d(e){e&&p(t)}}}
682
+ function Or(e){let t,n,r,i,o,s,l,c;return{c(){t=g("div"),n=g("a"),r=g("img"),k(r,"class","FooterImage"),k(r,"part","FooterImage"),a(r.src,i=/*sociallinkimage*/e[16])||k(r,"src",i),k(r,"title",o=/*sociallinktitle*/e[17]||/*sociallinkurl*/e[15]),k(n,"class",s="FooterLink "+(/*sociallinkurl*/e[15]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(n,"part",l="FooterLink "+(/*sociallinkurl*/e[15]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(n,"href",c=/*linktype*/e[19]?/*sociallinkurl*/e[15]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*sociallinkurl*/+e[15]),k(n,"target",/*target*/e[18]),k(t,"class","FooterItem SocialItem"),k(t,"part","FooterItem SocialItem")},m(e,i){f(e,t,i),d(t,n),d(n,r)},p(e,t){/*sociallinkimage*/65536&t[0]&&!a(r.src,i=/*sociallinkimage*/e[16])&&k(r,"src",i),/*sociallinktitle, sociallinkurl*/163840&t[0]&&o!==(o=/*sociallinktitle*/e[17]||/*sociallinkurl*/e[15])&&k(r,"title",o),/*sociallinkurl*/32768&t[0]&&s!==(s="FooterLink "+(/*sociallinkurl*/e[15]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"class",s),/*sociallinkurl*/32768&t[0]&&l!==(l="FooterLink "+(/*sociallinkurl*/e[15]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"part",l),/*linktype, sociallinkurl, baseurl, lang*/6848512&t[0]&&c!==(c=/*linktype*/e[19]?/*sociallinkurl*/e[15]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*sociallinkurl*/+e[15])&&k(n,"href",c),/*target*/262144&t[0]&&k(n,"target",/*target*/e[18])},d(e){e&&p(t)}}}
683
683
  // (106:27)
684
- function Pr(e){let t,n,r,i,o,s,l,u;return{c(){t=g("div"),n=g("a"),r=g("img"),k(r,"class","FooterImage"),k(r,"part","FooterImage"),a(r.src,i=/*licenseimage*/e[13])||k(r,"src",i),k(r,"title",o=/*licensetitle*/e[14]||/*licenseurl*/e[12]),k(n,"class",s="FooterLink "+(/*licenseurl*/e[12]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(n,"part",l="FooterLink "+(/*licenseurl*/e[12]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(n,"href",u=/*linktype*/e[19]?/*licenseurl*/e[12]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*licenseurl*/+e[12]),k(n,"target",/*target*/e[18]),k(t,"class","FooterItem"),k(t,"part","FooterItem")},m(e,i){f(e,t,i),d(t,n),d(n,r)},p(e,t){/*licenseimage*/8192&t[0]&&!a(r.src,i=/*licenseimage*/e[13])&&k(r,"src",i),/*licensetitle, licenseurl*/20480&t[0]&&o!==(o=/*licensetitle*/e[14]||/*licenseurl*/e[12])&&k(r,"title",o),/*licenseurl*/4096&t[0]&&s!==(s="FooterLink "+(/*licenseurl*/e[12]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"class",s),/*licenseurl*/4096&t[0]&&l!==(l="FooterLink "+(/*licenseurl*/e[12]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"part",l),/*linktype, licenseurl, baseurl, lang*/6819840&t[0]&&u!==(u=/*linktype*/e[19]?/*licenseurl*/e[12]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*licenseurl*/+e[12])&&k(n,"href",u),/*target*/262144&t[0]&&k(n,"target",/*target*/e[18])},d(e){e&&p(t)}}}
684
+ function Pr(e){let t,n,r,i,o,s,l,c;return{c(){t=g("div"),n=g("a"),r=g("img"),k(r,"class","FooterImage"),k(r,"part","FooterImage"),a(r.src,i=/*licenseimage*/e[13])||k(r,"src",i),k(r,"title",o=/*licensetitle*/e[14]||/*licenseurl*/e[12]),k(n,"class",s="FooterLink "+(/*licenseurl*/e[12]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(n,"part",l="FooterLink "+(/*licenseurl*/e[12]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(n,"href",c=/*linktype*/e[19]?/*licenseurl*/e[12]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*licenseurl*/+e[12]),k(n,"target",/*target*/e[18]),k(t,"class","FooterItem"),k(t,"part","FooterItem")},m(e,i){f(e,t,i),d(t,n),d(n,r)},p(e,t){/*licenseimage*/8192&t[0]&&!a(r.src,i=/*licenseimage*/e[13])&&k(r,"src",i),/*licensetitle, licenseurl*/20480&t[0]&&o!==(o=/*licensetitle*/e[14]||/*licenseurl*/e[12])&&k(r,"title",o),/*licenseurl*/4096&t[0]&&s!==(s="FooterLink "+(/*licenseurl*/e[12]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"class",s),/*licenseurl*/4096&t[0]&&l!==(l="FooterLink "+(/*licenseurl*/e[12]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"part",l),/*linktype, licenseurl, baseurl, lang*/6819840&t[0]&&c!==(c=/*linktype*/e[19]?/*licenseurl*/e[12]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*licenseurl*/+e[12])&&k(n,"href",c),/*target*/262144&t[0]&&k(n,"target",/*target*/e[18])},d(e){e&&p(t)}}}
685
685
  // (94:30)
686
- function Hr(e){let t,n,r,i,o,s,l,u,c,h,m=/*helperlinktitle*/e[11]&&Rr(e);return{c(){t=g("div"),n=g("a"),r=g("img"),s=_(),m&&m.c(),k(r,"class","FooterImage"),k(r,"part","FooterImage"),a(r.src,i=/*helperlinkimage*/e[10])||k(r,"src",i),k(r,"title",o=/*helperlinktitle*/e[11]||/*helperlinkurl*/e[9]),k(n,"class",l=/*helperlinktitle*/(e[11]?"FooterHelperLink":"")+" "+(/*helperlinkurl*/e[9]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(n,"part",u=/*helperlinktitle*/(e[11]?"FooterHelperLink":"")+" "+(/*helperlinkurl*/e[9]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(n,"href",c=/*linktype*/e[19]?/*helperlinkurl*/e[9]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*helperlinkurl*/+e[9]),k(n,"target",/*target*/e[18]),k(t,"class",h="FooterItem HelperLinkItem "+(/*displaycolumn*/"true"==e[20]?"DisplayColumn":"")),k(t,"part","FooterItem HelperLinkItem")},m(e,i){f(e,t,i),d(t,n),d(n,r),d(n,s),m&&m.m(n,null)},p(e,s){/*helperlinkimage*/1024&s[0]&&!a(r.src,i=/*helperlinkimage*/e[10])&&k(r,"src",i),/*helperlinktitle, helperlinkurl*/2560&s[0]&&o!==(o=/*helperlinktitle*/e[11]||/*helperlinkurl*/e[9])&&k(r,"title",o),/*helperlinktitle*/e[11]?m?m.p(e,s):(m=Rr(e),m.c(),m.m(n,null)):m&&(m.d(1),m=null),/*helperlinktitle, helperlinkurl*/2560&s[0]&&l!==(l=/*helperlinktitle*/(e[11]?"FooterHelperLink":"")+" "+(/*helperlinkurl*/e[9]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"class",l),/*helperlinktitle, helperlinkurl*/2560&s[0]&&u!==(u=/*helperlinktitle*/(e[11]?"FooterHelperLink":"")+" "+(/*helperlinkurl*/e[9]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"part",u),/*linktype, helperlinkurl, baseurl, lang*/6816256&s[0]&&c!==(c=/*linktype*/e[19]?/*helperlinkurl*/e[9]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*helperlinkurl*/+e[9])&&k(n,"href",c),/*target*/262144&s[0]&&k(n,"target",/*target*/e[18]),/*displaycolumn*/1048576&s[0]&&h!==(h="FooterItem HelperLinkItem "+(/*displaycolumn*/"true"==e[20]?"DisplayColumn":""))&&k(t,"class",h)},d(e){e&&p(t),m&&m.d()}}}
686
+ function Hr(e){let t,n,r,i,o,s,l,c,u,h,m=/*helperlinktitle*/e[11]&&Rr(e);return{c(){t=g("div"),n=g("a"),r=g("img"),s=v(),m&&m.c(),k(r,"class","FooterImage"),k(r,"part","FooterImage"),a(r.src,i=/*helperlinkimage*/e[10])||k(r,"src",i),k(r,"title",o=/*helperlinktitle*/e[11]||/*helperlinkurl*/e[9]),k(n,"class",l=/*helperlinktitle*/(e[11]?"FooterHelperLink":"")+" "+(/*helperlinkurl*/e[9]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(n,"part",c=/*helperlinktitle*/(e[11]?"FooterHelperLink":"")+" "+(/*helperlinkurl*/e[9]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(n,"href",u=/*linktype*/e[19]?/*helperlinkurl*/e[9]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*helperlinkurl*/+e[9]),k(n,"target",/*target*/e[18]),k(t,"class",h="FooterItem HelperLinkItem "+(/*displaycolumn*/"true"==e[20]?"DisplayColumn":"")),k(t,"part","FooterItem HelperLinkItem")},m(e,i){f(e,t,i),d(t,n),d(n,r),d(n,s),m&&m.m(n,null)},p(e,s){/*helperlinkimage*/1024&s[0]&&!a(r.src,i=/*helperlinkimage*/e[10])&&k(r,"src",i),/*helperlinktitle, helperlinkurl*/2560&s[0]&&o!==(o=/*helperlinktitle*/e[11]||/*helperlinkurl*/e[9])&&k(r,"title",o),/*helperlinktitle*/e[11]?m?m.p(e,s):(m=Rr(e),m.c(),m.m(n,null)):m&&(m.d(1),m=null),/*helperlinktitle, helperlinkurl*/2560&s[0]&&l!==(l=/*helperlinktitle*/(e[11]?"FooterHelperLink":"")+" "+(/*helperlinkurl*/e[9]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"class",l),/*helperlinktitle, helperlinkurl*/2560&s[0]&&c!==(c=/*helperlinktitle*/(e[11]?"FooterHelperLink":"")+" "+(/*helperlinkurl*/e[9]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"part",c),/*linktype, helperlinkurl, baseurl, lang*/6816256&s[0]&&u!==(u=/*linktype*/e[19]?/*helperlinkurl*/e[9]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*helperlinkurl*/+e[9])&&k(n,"href",u),/*target*/262144&s[0]&&k(n,"target",/*target*/e[18]),/*displaycolumn*/1048576&s[0]&&h!==(h="FooterItem HelperLinkItem "+(/*displaycolumn*/"true"==e[20]?"DisplayColumn":""))&&k(t,"class",h)},d(e){e&&p(t),m&&m.d()}}}
687
687
  // (85:26)
688
- function Cr(e){let t,n,r,i,o,s,l,u;return{c(){t=g("div"),n=g("a"),r=g("img"),k(r,"class","FooterImage"),k(r,"part","FooterImage"),a(r.src,i=/*vendorimage*/e[7])||k(r,"src",i),k(r,"title",o=/*vendortitle*/e[8]||/*vendorurl*/e[6]),k(n,"class",s=/*vendorurl*/(e[6]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(n,"part",l=/*vendorurl*/(e[6]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(n,"href",u=/*linktype*/e[19]?/*vendorurl*/e[6]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*vendorurl*/+e[6]),k(n,"target",/*target*/e[18]),k(t,"class","FooterItem GameVendorItem"),k(t,"part","FooterItem GameVendorItem")},m(e,i){f(e,t,i),d(t,n),d(n,r)},p(e,t){/*vendorimage*/128&t[0]&&!a(r.src,i=/*vendorimage*/e[7])&&k(r,"src",i),/*vendortitle, vendorurl*/320&t[0]&&o!==(o=/*vendortitle*/e[8]||/*vendorurl*/e[6])&&k(r,"title",o),/*vendorurl*/64&t[0]&&s!==(s=/*vendorurl*/(e[6]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"class",s),/*vendorurl*/64&t[0]&&l!==(l=/*vendorurl*/(e[6]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"part",l),/*linktype, vendorurl, baseurl, lang*/6815808&t[0]&&u!==(u=/*linktype*/e[19]?/*vendorurl*/e[6]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*vendorurl*/+e[6])&&k(n,"href",u),/*target*/262144&t[0]&&k(n,"target",/*target*/e[18])},d(e){e&&p(t)}}}
688
+ function Cr(e){let t,n,r,i,o,s,l,c;return{c(){t=g("div"),n=g("a"),r=g("img"),k(r,"class","FooterImage"),k(r,"part","FooterImage"),a(r.src,i=/*vendorimage*/e[7])||k(r,"src",i),k(r,"title",o=/*vendortitle*/e[8]||/*vendorurl*/e[6]),k(n,"class",s=/*vendorurl*/(e[6]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(n,"part",l=/*vendorurl*/(e[6]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(n,"href",c=/*linktype*/e[19]?/*vendorurl*/e[6]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*vendorurl*/+e[6]),k(n,"target",/*target*/e[18]),k(t,"class","FooterItem GameVendorItem"),k(t,"part","FooterItem GameVendorItem")},m(e,i){f(e,t,i),d(t,n),d(n,r)},p(e,t){/*vendorimage*/128&t[0]&&!a(r.src,i=/*vendorimage*/e[7])&&k(r,"src",i),/*vendortitle, vendorurl*/320&t[0]&&o!==(o=/*vendortitle*/e[8]||/*vendorurl*/e[6])&&k(r,"title",o),/*vendorurl*/64&t[0]&&s!==(s=/*vendorurl*/(e[6]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"class",s),/*vendorurl*/64&t[0]&&l!==(l=/*vendorurl*/(e[6]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"part",l),/*linktype, vendorurl, baseurl, lang*/6815808&t[0]&&c!==(c=/*linktype*/e[19]?/*vendorurl*/e[6]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*vendorurl*/+e[6])&&k(n,"href",c),/*target*/262144&t[0]&&k(n,"target",/*target*/e[18])},d(e){e&&p(t)}}}
689
689
  // (73:27)
690
- function Br(e){let t,n,r,i,o,s,l,u,c,h=/*paymenttitle*/e[5]&&Yr(e);return{c(){t=g("div"),n=g("a"),r=g("img"),s=_(),h&&h.c(),k(r,"class","FooterImage"),k(r,"part","FooterImage"),a(r.src,i=/*paymentimage*/e[4])||k(r,"src",i),k(r,"title",o=/*paymenttitle*/e[5]||/*paymenturl*/e[3]),k(n,"class",l=/*paymenttitle*/(e[5]?"FooterPaymentLink":"")+" "+(/*paymenturl*/e[3]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(n,"part",u=/*paymenttitle*/(e[5]?"FooterPaymentLink":"")+" "+(/*paymenturl*/e[3]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(n,"href",c=/*linktype*/e[19]?/*paymenturl*/e[3]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*paymenturl*/+e[3]),k(n,"target",/*target*/e[18]),k(t,"class","FooterItem PaymentItem"),k(t,"part","FooterItem PaymentItem")},m(e,i){f(e,t,i),d(t,n),d(n,r),d(n,s),h&&h.m(n,null)},p(e,t){/*paymentimage*/16&t[0]&&!a(r.src,i=/*paymentimage*/e[4])&&k(r,"src",i),/*paymenttitle, paymenturl*/40&t[0]&&o!==(o=/*paymenttitle*/e[5]||/*paymenturl*/e[3])&&k(r,"title",o),/*paymenttitle*/e[5]?h?h.p(e,t):(h=Yr(e),h.c(),h.m(n,null)):h&&(h.d(1),h=null),/*paymenttitle, paymenturl*/40&t[0]&&l!==(l=/*paymenttitle*/(e[5]?"FooterPaymentLink":"")+" "+(/*paymenturl*/e[3]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"class",l),/*paymenttitle, paymenturl*/40&t[0]&&u!==(u=/*paymenttitle*/(e[5]?"FooterPaymentLink":"")+" "+(/*paymenturl*/e[3]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"part",u),/*linktype, paymenturl, baseurl, lang*/6815752&t[0]&&c!==(c=/*linktype*/e[19]?/*paymenturl*/e[3]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*paymenturl*/+e[3])&&k(n,"href",c),/*target*/262144&t[0]&&k(n,"target",/*target*/e[18])},d(e){e&&p(t),h&&h.d()}}}
690
+ function Br(e){let t,n,r,i,o,s,l,c,u,h=/*paymenttitle*/e[5]&&Yr(e);return{c(){t=g("div"),n=g("a"),r=g("img"),s=v(),h&&h.c(),k(r,"class","FooterImage"),k(r,"part","FooterImage"),a(r.src,i=/*paymentimage*/e[4])||k(r,"src",i),k(r,"title",o=/*paymenttitle*/e[5]||/*paymenturl*/e[3]),k(n,"class",l=/*paymenttitle*/(e[5]?"FooterPaymentLink":"")+" "+(/*paymenturl*/e[3]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(n,"part",c=/*paymenttitle*/(e[5]?"FooterPaymentLink":"")+" "+(/*paymenturl*/e[3]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(n,"href",u=/*linktype*/e[19]?/*paymenturl*/e[3]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*paymenturl*/+e[3]),k(n,"target",/*target*/e[18]),k(t,"class","FooterItem PaymentItem"),k(t,"part","FooterItem PaymentItem")},m(e,i){f(e,t,i),d(t,n),d(n,r),d(n,s),h&&h.m(n,null)},p(e,t){/*paymentimage*/16&t[0]&&!a(r.src,i=/*paymentimage*/e[4])&&k(r,"src",i),/*paymenttitle, paymenturl*/40&t[0]&&o!==(o=/*paymenttitle*/e[5]||/*paymenturl*/e[3])&&k(r,"title",o),/*paymenttitle*/e[5]?h?h.p(e,t):(h=Yr(e),h.c(),h.m(n,null)):h&&(h.d(1),h=null),/*paymenttitle, paymenturl*/40&t[0]&&l!==(l=/*paymenttitle*/(e[5]?"FooterPaymentLink":"")+" "+(/*paymenturl*/e[3]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"class",l),/*paymenttitle, paymenturl*/40&t[0]&&c!==(c=/*paymenttitle*/(e[5]?"FooterPaymentLink":"")+" "+(/*paymenturl*/e[3]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"part",c),/*linktype, paymenturl, baseurl, lang*/6815752&t[0]&&u!==(u=/*linktype*/e[19]?/*paymenturl*/e[3]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*paymenturl*/+e[3])&&k(n,"href",u),/*target*/262144&t[0]&&k(n,"target",/*target*/e[18])},d(e){e&&p(t),h&&h.d()}}}
691
691
  // (61:4) {#if sponsorimage}
692
- function Nr(e){let t,n,r,i,o,s,l,u,c,h=/*sponsortitle*/e[2]&&Ur(e);return{c(){t=g("div"),n=g("a"),r=g("img"),s=_(),h&&h.c(),k(r,"class","FooterImage"),k(r,"part","FooterImage"),a(r.src,i=/*sponsorimage*/e[1])||k(r,"src",i),k(r,"title",o=/*sponsortitle*/e[2]||/*sponsorurl*/e[0]),k(n,"class",l=/*sponsortitle*/(e[2]?"FooterSponsorLink":"")+" "+(/*sponsorurl*/e[0]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(n,"part",u=/*sponsortitle*/(e[2]?"FooterSponsorLink":"")+" "+(/*sponsorurl*/e[0]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(n,"href",c=/*linktype*/e[19]?/*sponsorurl*/e[0]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*sponsorurl*/+e[0]),k(n,"target",/*target*/e[18]),k(t,"class","FooterItem SponsorItem"),k(t,"part","FooterItem SponsorItem")},m(e,i){f(e,t,i),d(t,n),d(n,r),d(n,s),h&&h.m(n,null)},p(e,t){/*sponsorimage*/2&t[0]&&!a(r.src,i=/*sponsorimage*/e[1])&&k(r,"src",i),/*sponsortitle, sponsorurl*/5&t[0]&&o!==(o=/*sponsortitle*/e[2]||/*sponsorurl*/e[0])&&k(r,"title",o),/*sponsortitle*/e[2]?h?h.p(e,t):(h=Ur(e),h.c(),h.m(n,null)):h&&(h.d(1),h=null),/*sponsortitle, sponsorurl*/5&t[0]&&l!==(l=/*sponsortitle*/(e[2]?"FooterSponsorLink":"")+" "+(/*sponsorurl*/e[0]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"class",l),/*sponsortitle, sponsorurl*/5&t[0]&&u!==(u=/*sponsortitle*/(e[2]?"FooterSponsorLink":"")+" "+(/*sponsorurl*/e[0]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"part",u),/*linktype, sponsorurl, baseurl, lang*/6815745&t[0]&&c!==(c=/*linktype*/e[19]?/*sponsorurl*/e[0]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*sponsorurl*/+e[0])&&k(n,"href",c),/*target*/262144&t[0]&&k(n,"target",/*target*/e[18])},d(e){e&&p(t),h&&h.d()}}}
692
+ function Nr(e){let t,n,r,i,o,s,l,c,u,h=/*sponsortitle*/e[2]&&Ur(e);return{c(){t=g("div"),n=g("a"),r=g("img"),s=v(),h&&h.c(),k(r,"class","FooterImage"),k(r,"part","FooterImage"),a(r.src,i=/*sponsorimage*/e[1])||k(r,"src",i),k(r,"title",o=/*sponsortitle*/e[2]||/*sponsorurl*/e[0]),k(n,"class",l=/*sponsortitle*/(e[2]?"FooterSponsorLink":"")+" "+(/*sponsorurl*/e[0]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(n,"part",c=/*sponsortitle*/(e[2]?"FooterSponsorLink":"")+" "+(/*sponsorurl*/e[0]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(n,"href",u=/*linktype*/e[19]?/*sponsorurl*/e[0]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*sponsorurl*/+e[0]),k(n,"target",/*target*/e[18]),k(t,"class","FooterItem SponsorItem"),k(t,"part","FooterItem SponsorItem")},m(e,i){f(e,t,i),d(t,n),d(n,r),d(n,s),h&&h.m(n,null)},p(e,t){/*sponsorimage*/2&t[0]&&!a(r.src,i=/*sponsorimage*/e[1])&&k(r,"src",i),/*sponsortitle, sponsorurl*/5&t[0]&&o!==(o=/*sponsortitle*/e[2]||/*sponsorurl*/e[0])&&k(r,"title",o),/*sponsortitle*/e[2]?h?h.p(e,t):(h=Ur(e),h.c(),h.m(n,null)):h&&(h.d(1),h=null),/*sponsortitle, sponsorurl*/5&t[0]&&l!==(l=/*sponsortitle*/(e[2]?"FooterSponsorLink":"")+" "+(/*sponsorurl*/e[0]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"class",l),/*sponsortitle, sponsorurl*/5&t[0]&&c!==(c=/*sponsortitle*/(e[2]?"FooterSponsorLink":"")+" "+(/*sponsorurl*/e[0]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"part",c),/*linktype, sponsorurl, baseurl, lang*/6815745&t[0]&&u!==(u=/*linktype*/e[19]?/*sponsorurl*/e[0]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*sponsorurl*/+e[0])&&k(n,"href",u),/*target*/262144&t[0]&&k(n,"target",/*target*/e[18])},d(e){e&&p(t),h&&h.d()}}}
693
693
  // (101:10) {#if helperlinktitle}
694
694
  function Rr(e){let t,n;return{c(){t=g("p"),n=b(/*helperlinktitle*/e[11]),k(t,"class","HelperTitle"),k(t,"part","HelperTitle")},m(e,r){f(e,t,r),d(t,n)},p(e,t){/*helperlinktitle*/2048&t[0]&&T(n,/*helperlinktitle*/e[11])},d(e){e&&p(t)}}}
695
695
  // (80:10) {#if paymenttitle}
@@ -698,86 +698,84 @@ function Yr(e){let t,n;return{c(){t=g("p"),n=b(/*paymenttitle*/e[5]),k(t,"class"
698
698
  function Ur(e){let t,n;return{c(){t=g("p"),n=b(/*sponsortitle*/e[2]),k(t,"class","SponsorTitle"),k(t,"part","SponsorTitle")},m(e,r){f(e,t,r),d(t,n)},p(e,t){/*sponsortitle*/4&t[0]&&T(n,/*sponsortitle*/e[2])},d(e){e&&p(t)}}}function Gr(t){let n;let r=function(e,t){/*device*/
699
699
  return"PC"==e[24]?Tr:Er}(t),i=r(t);return{c(){n=g("div"),i.c(),this.c=e,k(n,"class","ThumbnailContainer"),k(n,"part","ThumbnailContainer")},m(e,r){f(e,n,r),i.m(n,null),
700
700
  /*div_binding*/t[34](n)},p(e,t){i.p(e,t)},i:e,o:e,d(e){e&&p(n),i.d(),
701
- /*div_binding*/t[34](null)}}}function jr(e,t,n){let r,{sponsorurl:i=""}=t,{sponsorimage:o=""}=t,{sponsortitle:s=""}=t,{paymenturl:a=""}=t,{paymentimage:l=""}=t,{paymenttitle:u=""}=t,{vendorurl:c=""}=t,{vendorimage:h=""}=t,{vendortitle:d=""}=t,{helperlinkurl:f=""}=t,{helperlinkimage:p=""}=t,{helperlinktitle:m=""}=t,{licenseurl:g=""}=t,{licenseimage:y=""}=t,{licensetitle:b=""}=t,{sociallinkurl:_=""}=t,{sociallinkimage:v=""}=t,{sociallinktitle:w=""}=t,{target:k="_self"}=t,{linktype:E="false"}=t,{displaycolumn:T=""}=t,{baseurl:S=""}=t,{lang:x=""}=t,{clientstyling:L=""}=t,{clientstylingurl:M=""}=t,D=window.navigator.userAgent,F=kr(D);const A=(e,t,n)=>{t?
701
+ /*div_binding*/t[34](null)}}}function jr(e,t,n){let r,{sponsorurl:i=""}=t,{sponsorimage:o=""}=t,{sponsortitle:s=""}=t,{paymenturl:a=""}=t,{paymentimage:l=""}=t,{paymenttitle:c=""}=t,{vendorurl:u=""}=t,{vendorimage:h=""}=t,{vendortitle:d=""}=t,{helperlinkurl:f=""}=t,{helperlinkimage:p=""}=t,{helperlinktitle:m=""}=t,{licenseurl:g=""}=t,{licenseimage:y=""}=t,{licensetitle:b=""}=t,{sociallinkurl:v=""}=t,{sociallinkimage:_=""}=t,{sociallinktitle:w=""}=t,{target:k="_self"}=t,{linktype:E="false"}=t,{displaycolumn:T=""}=t,{baseurl:S=""}=t,{lang:x=""}=t,{clientstyling:L=""}=t,{clientstylingurl:D=""}=t,M=window.navigator.userAgent,F=kr(M);const A=(e,t,n)=>{t?
702
702
  // if link is external, inform FE
703
703
  window.postMessage({type:"ExternalLinkNavigation",externalUrl:e,target:n},window.location.href):
704
704
  // if link is internal, inform FE
705
- window.postMessage({type:"LinkNavigation",navUrl:e,target:n},window.location.href)};return e.$$set=e=>{"sponsorurl"in e&&n(0,i=e.sponsorurl),"sponsorimage"in e&&n(1,o=e.sponsorimage),"sponsortitle"in e&&n(2,s=e.sponsortitle),"paymenturl"in e&&n(3,a=e.paymenturl),"paymentimage"in e&&n(4,l=e.paymentimage),"paymenttitle"in e&&n(5,u=e.paymenttitle),"vendorurl"in e&&n(6,c=e.vendorurl),"vendorimage"in e&&n(7,h=e.vendorimage),"vendortitle"in e&&n(8,d=e.vendortitle),"helperlinkurl"in e&&n(9,f=e.helperlinkurl),"helperlinkimage"in e&&n(10,p=e.helperlinkimage),"helperlinktitle"in e&&n(11,m=e.helperlinktitle),"licenseurl"in e&&n(12,g=e.licenseurl),"licenseimage"in e&&n(13,y=e.licenseimage),"licensetitle"in e&&n(14,b=e.licensetitle),"sociallinkurl"in e&&n(15,_=e.sociallinkurl),"sociallinkimage"in e&&n(16,v=e.sociallinkimage),"sociallinktitle"in e&&n(17,w=e.sociallinktitle),"target"in e&&n(18,k=e.target),"linktype"in e&&n(19,E=e.linktype),"displaycolumn"in e&&n(20,T=e.displaycolumn),"baseurl"in e&&n(21,S=e.baseurl),"lang"in e&&n(22,x=e.lang),"clientstyling"in e&&n(26,L=e.clientstyling),"clientstylingurl"in e&&n(27,M=e.clientstylingurl)},e.$$.update=()=>{/*clientstyling, customStylingContainer*/75497472&e.$$.dirty[0]&&L&&r&&(()=>{let e=document.createElement("style");e.innerHTML=L,r.appendChild(e)})(),/*clientstylingurl, customStylingContainer*/142606336&e.$$.dirty[0]&&M&&r&&(()=>{let e=new URL(M),t=document.createElement("style");fetch(e.href).then((e=>e.text())).then((e=>{t.innerHTML=e,setTimeout((()=>{r.appendChild(t)}),1)}))})()},[i,o,s,a,l,u,c,h,d,f,p,m,g,y,b,_,v,w,k,E,T,S,x,r,F,A,L,M,()=>A(E?i:S+`/${x}/`+i,E,k),()=>A(E?a:S+`/${x}/`+a,E,k),()=>A(E?c:S+`/${x}/`+c,E,k),()=>A(E?f:S+`/${x}/`+f,E,k),()=>A(E?g:S+`/${x}/`+g,E,k),()=>A(E?_:S+`/${x}/`+_,E,k),function(e){I[e?"unshift":"push"]((()=>{r=e,n(23,r)}))}]}
705
+ window.postMessage({type:"LinkNavigation",navUrl:e,target:n},window.location.href)};return e.$$set=e=>{"sponsorurl"in e&&n(0,i=e.sponsorurl),"sponsorimage"in e&&n(1,o=e.sponsorimage),"sponsortitle"in e&&n(2,s=e.sponsortitle),"paymenturl"in e&&n(3,a=e.paymenturl),"paymentimage"in e&&n(4,l=e.paymentimage),"paymenttitle"in e&&n(5,c=e.paymenttitle),"vendorurl"in e&&n(6,u=e.vendorurl),"vendorimage"in e&&n(7,h=e.vendorimage),"vendortitle"in e&&n(8,d=e.vendortitle),"helperlinkurl"in e&&n(9,f=e.helperlinkurl),"helperlinkimage"in e&&n(10,p=e.helperlinkimage),"helperlinktitle"in e&&n(11,m=e.helperlinktitle),"licenseurl"in e&&n(12,g=e.licenseurl),"licenseimage"in e&&n(13,y=e.licenseimage),"licensetitle"in e&&n(14,b=e.licensetitle),"sociallinkurl"in e&&n(15,v=e.sociallinkurl),"sociallinkimage"in e&&n(16,_=e.sociallinkimage),"sociallinktitle"in e&&n(17,w=e.sociallinktitle),"target"in e&&n(18,k=e.target),"linktype"in e&&n(19,E=e.linktype),"displaycolumn"in e&&n(20,T=e.displaycolumn),"baseurl"in e&&n(21,S=e.baseurl),"lang"in e&&n(22,x=e.lang),"clientstyling"in e&&n(26,L=e.clientstyling),"clientstylingurl"in e&&n(27,D=e.clientstylingurl)},e.$$.update=()=>{/*clientstyling, customStylingContainer*/75497472&e.$$.dirty[0]&&L&&r&&(()=>{let e=document.createElement("style");e.innerHTML=L,r.appendChild(e)})(),/*clientstylingurl, customStylingContainer*/142606336&e.$$.dirty[0]&&D&&r&&(()=>{let e=new URL(D),t=document.createElement("style");fetch(e.href).then((e=>e.text())).then((e=>{t.innerHTML=e,setTimeout((()=>{r.appendChild(t)}),1)}))})()},[i,o,s,a,l,c,u,h,d,f,p,m,g,y,b,v,_,w,k,E,T,S,x,r,F,A,L,D,()=>A(E?i:S+`/${x}/`+i,E,k),()=>A(E?a:S+`/${x}/`+a,E,k),()=>A(E?u:S+`/${x}/`+u,E,k),()=>A(E?f:S+`/${x}/`+f,E,k),()=>A(E?g:S+`/${x}/`+g,E,k),()=>A(E?v:S+`/${x}/`+v,E,k),function(e){I[e?"unshift":"push"]((()=>{r=e,n(23,r)}))}]}
706
706
  /* ../casino-footer-section/src/CasinoFooterSection.svelte generated by Svelte v3.59.2 */
707
- function Vr(e,t,n){const r=e.slice();return r[31]=t[n],r}function Wr(e,t,n){const r=e.slice();return r[31]=t[n],r}function zr(e,t,n){const r=e.slice();return r[31]=t[n],r}function Zr(e,t,n){const r=e.slice();return r[31]=t[n],r}function Xr(e,t,n){const r=e.slice();return r[28]=t[n],r}function Kr(e,t,n){const r=e.slice();return r[25]=t[n],r}
708
- // (147:51)
709
- function qr(e){let t,n=/*footersociallinks*/e[17],r=[];for(let t=0;t<n.length;t+=1)r[t]=ri(Vr(e,n,t));return{c(){t=g("div");for(let e=0;e<r.length;e+=1)r[e].c();k(t,"class","FooterSectionInnerContainer"),k(t,"part","FooterSectionInnerContainer")},m(e,n){f(e,t,n);for(let e=0;e<r.length;e+=1)r[e]&&r[e].m(t,null)},p(e,i){if(/*footersociallinks, clientstyling, clientstylingurl, baseurl, lang*/132992&i[0]){let o;for(n=/*footersociallinks*/e[17],o=0;o<n.length;o+=1){const s=Vr(e,n,o);r[o]?r[o].p(s,i):(r[o]=ri(s),r[o].c(),r[o].m(t,null))}for(;o<r.length;o+=1)r[o].d(1);r.length=n.length}},d(e){e&&p(t),m(r,e)}}}
710
- // (132:49)
711
- function Jr(e){let t,n=/*footerlicenses*/e[16],r=[];for(let t=0;t<n.length;t+=1)r[t]=ii(Wr(e,n,t));return{c(){t=g("div");for(let e=0;e<r.length;e+=1)r[e].c();k(t,"class","FooterSectionInnerContainer"),k(t,"part","FooterSectionInnerContainer")},m(e,n){f(e,t,n);for(let e=0;e<r.length;e+=1)r[e]&&r[e].m(t,null)},p(e,i){if(/*footerlicenses, clientstyling, clientstylingurl, baseurl, lang*/67456&i[0]){let o;for(n=/*footerlicenses*/e[16],o=0;o<n.length;o+=1){const s=Wr(e,n,o);r[o]?r[o].p(s,i):(r[o]=ii(s),r[o].c(),r[o].m(t,null))}for(;o<r.length;o+=1)r[o].d(1);r.length=n.length}},d(e){e&&p(t),m(r,e)}}}
712
- // (116:51)
713
- function Qr(e){let t,n,r=/*footerhelperlinks*/e[15],i=[];for(let t=0;t<r.length;t+=1)i[t]=oi(zr(e,r,t));return{c(){t=g("div");for(let e=0;e<i.length;e+=1)i[e].c();k(t,"class",n="FooterSectionInnerContainer "+(/*displaycolumn*/"true"==e[6]?"DisplayColumn":"")),k(t,"part","FooterSectionInnerContainer")},m(e,n){f(e,t,n);for(let e=0;e<i.length;e+=1)i[e]&&i[e].m(t,null)},p(e,o){if(/*footerhelperlinks, clientstyling, clientstylingurl, displaycolumn, baseurl, lang*/34752&o[0]){let n;for(r=/*footerhelperlinks*/e[15],n=0;n<r.length;n+=1){const s=zr(e,r,n);i[n]?i[n].p(s,o):(i[n]=oi(s),i[n].c(),i[n].m(t,null))}for(;n<i.length;n+=1)i[n].d(1);i.length=r.length}/*displaycolumn*/64&o[0]&&n!==(n="FooterSectionInnerContainer "+(/*displaycolumn*/"true"==e[6]?"DisplayColumn":""))&&k(t,"class",n)},d(e){e&&p(t),m(i,e)}}}
714
- // (101:47)
715
- function ei(e){let t,n=/*footervendors*/e[14],r=[];for(let t=0;t<n.length;t+=1)r[t]=si(Zr(e,n,t));return{c(){t=g("div");for(let e=0;e<r.length;e+=1)r[e].c();k(t,"class","FooterSectionInnerContainer"),k(t,"part","FooterSectionInnerContainer")},m(e,n){f(e,t,n);for(let e=0;e<r.length;e+=1)r[e]&&r[e].m(t,null)},p(e,i){if(/*footervendors, clientstyling, clientstylingurl, baseurl, lang*/18304&i[0]){let o;for(n=/*footervendors*/e[14],o=0;o<n.length;o+=1){const s=Zr(e,n,o);r[o]?r[o].p(s,i):(r[o]=si(s),r[o].c(),r[o].m(t,null))}for(;o<r.length;o+=1)r[o].d(1);r.length=n.length}},d(e){e&&p(t),m(r,e)}}}
716
- // (86:48)
717
- function ti(e){let t,n=/*footerpayment*/e[13],r=[];for(let t=0;t<n.length;t+=1)r[t]=ai(Xr(e,n,t));return{c(){t=g("div");for(let e=0;e<r.length;e+=1)r[e].c();k(t,"class","FooterSectionInnerContainer"),k(t,"part","FooterSectionInnerContainer")},m(e,n){f(e,t,n);for(let e=0;e<r.length;e+=1)r[e]&&r[e].m(t,null)},p(e,i){if(/*footerpayment, clientstyling, clientstylingurl, baseurl, lang*/10112&i[0]){let o;for(n=/*footerpayment*/e[13],o=0;o<n.length;o+=1){const s=Xr(e,n,o);r[o]?r[o].p(s,i):(r[o]=ai(s),r[o].c(),r[o].m(t,null))}for(;o<r.length;o+=1)r[o].d(1);r.length=n.length}},d(e){e&&p(t),m(r,e)}}}
718
- // (71:2) {#if sponsorflag && footersponsors.length}
719
- function ni(e){let t,n=/*footersponsors*/e[12],r=[];for(let t=0;t<n.length;t+=1)r[t]=li(Kr(e,n,t));return{c(){t=g("div");for(let e=0;e<r.length;e+=1)r[e].c();k(t,"class","FooterSectionInnerContainer"),k(t,"part","FooterSectionInnerContainer")},m(e,n){f(e,t,n);for(let e=0;e<r.length;e+=1)r[e]&&r[e].m(t,null)},p(e,i){if(/*footersponsors, clientstyling, clientstylingurl, baseurl, lang*/6016&i[0]){let o;for(n=/*footersponsors*/e[12],o=0;o<n.length;o+=1){const s=Kr(e,n,o);r[o]?r[o].p(s,i):(r[o]=li(s),r[o].c(),r[o].m(t,null))}for(;o<r.length;o+=1)r[o].d(1);r.length=n.length}},d(e){e&&p(t),m(r,e)}}}
720
- // (149:6) {#each footersociallinks as footerData}
721
- function ri(e){let t,n,r,i,o,s;return{c(){t=g("casino-footer-thumbnail"),E(t,"sociallinkurl",n=/*footerData*/e[31].socialLinkUrl),E(t,"sociallinkimage",r=/*footerData*/e[31].socialLinkImage),E(t,"sociallinktitle",i=/*footerData*/e[31].socialLinkTitle),E(t,"clientstyling",/*clientstyling*/e[9]),E(t,"clientstylingurl",/*clientstylingurl*/e[10]),E(t,"linktype",o=/*footerData*/e[31]?.isExternalLink),E(t,"target",s=/*footerData*/e[31]?.target),E(t,"baseurl",/*baseurl*/e[7]),E(t,"lang",/*lang*/e[8])},m(e,n){f(e,t,n)},p(e,a){/*footersociallinks*/131072&a[0]&&n!==(n=/*footerData*/e[31].socialLinkUrl)&&E(t,"sociallinkurl",n),/*footersociallinks*/131072&a[0]&&r!==(r=/*footerData*/e[31].socialLinkImage)&&E(t,"sociallinkimage",r),/*footersociallinks*/131072&a[0]&&i!==(i=/*footerData*/e[31].socialLinkTitle)&&E(t,"sociallinktitle",i),/*clientstyling*/512&a[0]&&E(t,"clientstyling",/*clientstyling*/e[9]),/*clientstylingurl*/1024&a[0]&&E(t,"clientstylingurl",/*clientstylingurl*/e[10]),/*footersociallinks*/131072&a[0]&&o!==(o=/*footerData*/e[31]?.isExternalLink)&&E(t,"linktype",o),/*footersociallinks*/131072&a[0]&&s!==(s=/*footerData*/e[31]?.target)&&E(t,"target",s),/*baseurl*/128&a[0]&&E(t,"baseurl",/*baseurl*/e[7]),/*lang*/256&a[0]&&E(t,"lang",/*lang*/e[8])},d(e){e&&p(t)}}}
722
- // (134:6) {#each footerlicenses as footerData}
723
- function ii(e){let t,n,r,i,o,s;return{c(){t=g("casino-footer-thumbnail"),E(t,"licenseurl",n=/*footerData*/e[31].licenseUrl),E(t,"licenseimage",r=/*footerData*/e[31].licenseImage),E(t,"licensetitle",i=/*footerData*/e[31].licenseTitle),E(t,"clientstyling",/*clientstyling*/e[9]),E(t,"clientstylingurl",/*clientstylingurl*/e[10]),E(t,"linktype",o=/*footerData*/e[31]?.isExternalLink),E(t,"target",s=/*footerData*/e[31]?.target),E(t,"baseurl",/*baseurl*/e[7]),E(t,"lang",/*lang*/e[8])},m(e,n){f(e,t,n)},p(e,a){/*footerlicenses*/65536&a[0]&&n!==(n=/*footerData*/e[31].licenseUrl)&&E(t,"licenseurl",n),/*footerlicenses*/65536&a[0]&&r!==(r=/*footerData*/e[31].licenseImage)&&E(t,"licenseimage",r),/*footerlicenses*/65536&a[0]&&i!==(i=/*footerData*/e[31].licenseTitle)&&E(t,"licensetitle",i),/*clientstyling*/512&a[0]&&E(t,"clientstyling",/*clientstyling*/e[9]),/*clientstylingurl*/1024&a[0]&&E(t,"clientstylingurl",/*clientstylingurl*/e[10]),/*footerlicenses*/65536&a[0]&&o!==(o=/*footerData*/e[31]?.isExternalLink)&&E(t,"linktype",o),/*footerlicenses*/65536&a[0]&&s!==(s=/*footerData*/e[31]?.target)&&E(t,"target",s),/*baseurl*/128&a[0]&&E(t,"baseurl",/*baseurl*/e[7]),/*lang*/256&a[0]&&E(t,"lang",/*lang*/e[8])},d(e){e&&p(t)}}}
724
- // (118:6) {#each footerhelperlinks as footerData}
725
- function oi(e){let t,n,r,i,o,s;return{c(){t=g("casino-footer-thumbnail"),E(t,"helperlinkurl",n=/*footerData*/e[31].helpLinkUrl),E(t,"helperlinkimage",r=/*footerData*/e[31].helpLinkImage),E(t,"helperlinktitle",i=/*footerData*/e[31].helpLinkTitle),E(t,"clientstyling",/*clientstyling*/e[9]),E(t,"clientstylingurl",/*clientstylingurl*/e[10]),E(t,"displaycolumn",/*displaycolumn*/e[6]),E(t,"linktype",o=/*footerData*/e[31]?.helpLinkType),E(t,"target",s=/*footerData*/e[31]?.target),E(t,"baseurl",/*baseurl*/e[7]),E(t,"lang",/*lang*/e[8])},m(e,n){f(e,t,n)},p(e,a){/*footerhelperlinks*/32768&a[0]&&n!==(n=/*footerData*/e[31].helpLinkUrl)&&E(t,"helperlinkurl",n),/*footerhelperlinks*/32768&a[0]&&r!==(r=/*footerData*/e[31].helpLinkImage)&&E(t,"helperlinkimage",r),/*footerhelperlinks*/32768&a[0]&&i!==(i=/*footerData*/e[31].helpLinkTitle)&&E(t,"helperlinktitle",i),/*clientstyling*/512&a[0]&&E(t,"clientstyling",/*clientstyling*/e[9]),/*clientstylingurl*/1024&a[0]&&E(t,"clientstylingurl",/*clientstylingurl*/e[10]),/*displaycolumn*/64&a[0]&&E(t,"displaycolumn",/*displaycolumn*/e[6]),/*footerhelperlinks*/32768&a[0]&&o!==(o=/*footerData*/e[31]?.helpLinkType)&&E(t,"linktype",o),/*footerhelperlinks*/32768&a[0]&&s!==(s=/*footerData*/e[31]?.target)&&E(t,"target",s),/*baseurl*/128&a[0]&&E(t,"baseurl",/*baseurl*/e[7]),/*lang*/256&a[0]&&E(t,"lang",/*lang*/e[8])},d(e){e&&p(t)}}}
726
- // (103:6) {#each footervendors as footerData}
727
- function si(e){let t,n,r,i,o,s;return{c(){t=g("casino-footer-thumbnail"),E(t,"vendorurl",n=/*footerData*/e[31].gameVendorUrl),E(t,"vendorimage",r=/*footerData*/e[31].gameVendorImage),E(t,"vendortitle",i=/*footerData*/e[31].gameVendorTitle),E(t,"clientstyling",/*clientstyling*/e[9]),E(t,"clientstylingurl",/*clientstylingurl*/e[10]),E(t,"linktype",o=/*footerData*/e[31]?.isExternalLink),E(t,"target",s=/*footerData*/e[31]?.target),E(t,"baseurl",/*baseurl*/e[7]),E(t,"lang",/*lang*/e[8])},m(e,n){f(e,t,n)},p(e,a){/*footervendors*/16384&a[0]&&n!==(n=/*footerData*/e[31].gameVendorUrl)&&E(t,"vendorurl",n),/*footervendors*/16384&a[0]&&r!==(r=/*footerData*/e[31].gameVendorImage)&&E(t,"vendorimage",r),/*footervendors*/16384&a[0]&&i!==(i=/*footerData*/e[31].gameVendorTitle)&&E(t,"vendortitle",i),/*clientstyling*/512&a[0]&&E(t,"clientstyling",/*clientstyling*/e[9]),/*clientstylingurl*/1024&a[0]&&E(t,"clientstylingurl",/*clientstylingurl*/e[10]),/*footervendors*/16384&a[0]&&o!==(o=/*footerData*/e[31]?.isExternalLink)&&E(t,"linktype",o),/*footervendors*/16384&a[0]&&s!==(s=/*footerData*/e[31]?.target)&&E(t,"target",s),/*baseurl*/128&a[0]&&E(t,"baseurl",/*baseurl*/e[7]),/*lang*/256&a[0]&&E(t,"lang",/*lang*/e[8])},d(e){e&&p(t)}}}
728
- // (88:4) {#each footerpayment as paymentData}
729
- function ai(e){let t,n,r,i,o,s;return{c(){t=g("casino-footer-thumbnail"),E(t,"paymenturl",n=/*paymentData*/e[28].paymentMethodUrl),E(t,"paymentimage",r=/*paymentData*/e[28].paymentMethodImage),E(t,"paymenttitle",i=/*paymentData*/e[28].paymentMethodTitle),E(t,"clientstyling",/*clientstyling*/e[9]),E(t,"clientstylingurl",/*clientstylingurl*/e[10]),E(t,"linktype",o=/*paymentData*/e[28]?.isExternalLink),E(t,"target",s=/*paymentData*/e[28]?.target),E(t,"baseurl",/*baseurl*/e[7]),E(t,"lang",/*lang*/e[8])},m(e,n){f(e,t,n)},p(e,a){/*footerpayment*/8192&a[0]&&n!==(n=/*paymentData*/e[28].paymentMethodUrl)&&E(t,"paymenturl",n),/*footerpayment*/8192&a[0]&&r!==(r=/*paymentData*/e[28].paymentMethodImage)&&E(t,"paymentimage",r),/*footerpayment*/8192&a[0]&&i!==(i=/*paymentData*/e[28].paymentMethodTitle)&&E(t,"paymenttitle",i),/*clientstyling*/512&a[0]&&E(t,"clientstyling",/*clientstyling*/e[9]),/*clientstylingurl*/1024&a[0]&&E(t,"clientstylingurl",/*clientstylingurl*/e[10]),/*footerpayment*/8192&a[0]&&o!==(o=/*paymentData*/e[28]?.isExternalLink)&&E(t,"linktype",o),/*footerpayment*/8192&a[0]&&s!==(s=/*paymentData*/e[28]?.target)&&E(t,"target",s),/*baseurl*/128&a[0]&&E(t,"baseurl",/*baseurl*/e[7]),/*lang*/256&a[0]&&E(t,"lang",/*lang*/e[8])},d(e){e&&p(t)}}}
730
- // (73:6) {#each footersponsors as sponsorData}
731
- function li(e){let t,n,r,i,o,s;return{c(){t=g("casino-footer-thumbnail"),E(t,"sponsorurl",n=/*sponsorData*/e[25].sponsorUrl),E(t,"sponsorimage",r=/*sponsorData*/e[25].sponsorImage),E(t,"sponsortitle",i=/*sponsorData*/e[25].sponsorTitle),E(t,"clientstyling",/*clientstyling*/e[9]),E(t,"clientstylingurl",/*clientstylingurl*/e[10]),E(t,"linktype",o=/*sponsorData*/e[25]?.isExternalLink),E(t,"target",s=/*sponsorData*/e[25]?.target),E(t,"baseurl",/*baseurl*/e[7]),E(t,"lang",/*lang*/e[8])},m(e,n){f(e,t,n)},p(e,a){/*footersponsors*/4096&a[0]&&n!==(n=/*sponsorData*/e[25].sponsorUrl)&&E(t,"sponsorurl",n),/*footersponsors*/4096&a[0]&&r!==(r=/*sponsorData*/e[25].sponsorImage)&&E(t,"sponsorimage",r),/*footersponsors*/4096&a[0]&&i!==(i=/*sponsorData*/e[25].sponsorTitle)&&E(t,"sponsortitle",i),/*clientstyling*/512&a[0]&&E(t,"clientstyling",/*clientstyling*/e[9]),/*clientstylingurl*/1024&a[0]&&E(t,"clientstylingurl",/*clientstylingurl*/e[10]),/*footersponsors*/4096&a[0]&&o!==(o=/*sponsorData*/e[25]?.isExternalLink)&&E(t,"linktype",o),/*footersponsors*/4096&a[0]&&s!==(s=/*sponsorData*/e[25]?.target)&&E(t,"target",s),/*baseurl*/128&a[0]&&E(t,"baseurl",/*baseurl*/e[7]),/*lang*/256&a[0]&&E(t,"lang",/*lang*/e[8])},d(e){e&&p(t)}}}function ui(t){let n;function r(e,t){/*sponsorflag*/
732
- return e[0]&&/*footersponsors*/e[12].length?ni:/*paymentflag*/e[1]&&/*footerpayment*/e[13].length?ti:/*vendorflag*/e[2]&&/*footervendors*/e[14].length?ei:/*helperflag*/e[3]&&/*footerhelperlinks*/e[15].length?Qr:/*licenseflag*/e[4]&&/*footerlicenses*/e[16].length?Jr:/*socialflag*/e[5]&&/*footersociallinks*/e[17].length?qr:void 0}let i=r(t),o=i&&i(t);return{c(){n=g("div"),o&&o.c(),this.c=e,k(n,"class","FooterSectionContainer"),k(n,"part","FooterSectionContainer")},m(e,r){f(e,n,r),o&&o.m(n,null)
733
- /*div_binding*/,t[21](n)},p(e,t){i===(i=r(e))&&o?o.p(e,t):(o&&o.d(1),o=i&&i(e),o&&(o.c(),o.m(n,null)))},i:e,o:e,d(e){e&&p(n),o&&o.d()
734
- /*div_binding*/,t[21](null)}}}function ci(e,t,n){let r,{sponsorflag:i=""}=t,{paymentflag:o=""}=t,{vendorflag:s=""}=t,{helperflag:a=""}=t,{licenseflag:l=""}=t,{socialflag:u=""}=t,{target:c=""}=t,{displaycolumn:h=""}=t,{category:d=""}=t,{baseurl:f=""}=t,{lang:p=""}=t,{clientstyling:m=""}=t,{clientstylingurl:g=""}=t,{footertype:y=""}=t,b=[],_=[],v=[],w=[],k=[],E=[];const T=e=>{e.data&&"FooterData"===e.data.type&&(n(12,b=e.data.sponsorsRepeater),n(13,_=e.data.paymentMethodsRepeater),n(14,v=e.data.gameVendorsRepeater),n(15,w=e.data.helpLinksRepeater),n(16,k=e.data.licensesRepeater),n(17,E=e.data.socialLinksRepeater),d&&n(15,w=w.filter((e=>e.key==d))),
735
- // casino-footer-v2 uses a different structure for the CMS data for the helper links
736
- "footersecondary"===y&&n(15,w=w[0].value))};return F((()=>(window.addEventListener("message",T,!1),()=>{window.removeEventListener("message",T)}))),e.$$set=e=>{"sponsorflag"in e&&n(0,i=e.sponsorflag),"paymentflag"in e&&n(1,o=e.paymentflag),"vendorflag"in e&&n(2,s=e.vendorflag),"helperflag"in e&&n(3,a=e.helperflag),"licenseflag"in e&&n(4,l=e.licenseflag),"socialflag"in e&&n(5,u=e.socialflag),"target"in e&&n(18,c=e.target),"displaycolumn"in e&&n(6,h=e.displaycolumn),"category"in e&&n(19,d=e.category),"baseurl"in e&&n(7,f=e.baseurl),"lang"in e&&n(8,p=e.lang),"clientstyling"in e&&n(9,m=e.clientstyling),"clientstylingurl"in e&&n(10,g=e.clientstylingurl),"footertype"in e&&n(20,y=e.footertype)},e.$$.update=()=>{/*clientstyling, customStylingContainer*/2560&e.$$.dirty[0]&&m&&r&&(()=>{let e=document.createElement("style");e.innerHTML=m,r.appendChild(e)})(),/*clientstylingurl, customStylingContainer*/3072&e.$$.dirty[0]&&g&&r&&(()=>{let e=new URL(g),t=document.createElement("style");fetch(e.href).then((e=>e.text())).then((e=>{t.innerHTML=e,setTimeout((()=>{r.appendChild(t)}),1)}))})()},[i,o,s,a,l,u,h,f,p,m,g,r,b,_,v,w,k,E,c,d,y,function(e){I[e?"unshift":"push"]((()=>{r=e,n(11,r)}))}]}!customElements.get("casino-footer-thumbnail")&&customElements.define("casino-footer-thumbnail",class extends W{constructor(e){super();const t=document.createElement("style");t.textContent=":host{font-family:system-ui, -apple-system, Roboto, Helvetica}.FooterItem{display:inline-block;padding:0 12px}.FooterItem .FooterSponsorLink,.FooterItem .FooterPaymentLink{display:block}.FooterItem .FooterSponsorLink{display:flex;align-items:center}.FooterItem .FooterPaymentLink,.FooterItem .FooterHelperLink{display:flex;align-items:center;justify-content:center}.FooterItem .FooterLinkDisabled{pointer-events:none;cursor:auto}.FooterItem .SponsorTitle,.FooterItem .PaymentTitle{font-size:9px;text-decoration:none;color:var(--emfe-w-color-gray-150, #828282);text-align:center}.FooterItem .HelperTitle{color:#111111;font-size:8px}.FooterItem.HelperLinkItem p{font-size:10px}.FooterItem .FooterItemAnchor{display:flex;flex-direction:column;gap:6px;text-decoration:none;cursor:pointer;border:none;background:transparent;padding:0}.FooterItem.SocialItem .FooterItemAnchor{width:42px;height:42px}.FooterItem .FooterImage{min-height:38px}.SponsorTitle{margin:0}.FooterLink{display:block;text-align:center}.DisplayColumn .FooterItemAnchor{flex-direction:row}.DisplayColumn .FooterImage{height:16px;width:16px;min-height:unset}.DisplayColumn.FooterItem.HelperLinkItem p{font-size:12px}@media only screen and (max-width: 768px){.FooterItem{padding:0 5px}.FooterItem.PaymentItem{padding:15px 5px}.FooterItem.GameVendorItem{padding:0 10px}}",this.shadowRoot.appendChild(t),V(this,{target:this.shadowRoot,props:L(this.attributes),customElement:!0},jr,Gr,o,{sponsorurl:0,sponsorimage:1,sponsortitle:2,paymenturl:3,paymentimage:4,paymenttitle:5,vendorurl:6,vendorimage:7,vendortitle:8,helperlinkurl:9,helperlinkimage:10,helperlinktitle:11,licenseurl:12,licenseimage:13,licensetitle:14,sociallinkurl:15,sociallinkimage:16,sociallinktitle:17,target:18,linktype:19,displaycolumn:20,baseurl:21,lang:22,clientstyling:26,clientstylingurl:27},null,[-1,-1]),e&&(e.target&&f(e.target,this,e.anchor),e.props&&(this.$set(e.props),R()))}static get observedAttributes(){return["sponsorurl","sponsorimage","sponsortitle","paymenturl","paymentimage","paymenttitle","vendorurl","vendorimage","vendortitle","helperlinkurl","helperlinkimage","helperlinktitle","licenseurl","licenseimage","licensetitle","sociallinkurl","sociallinkimage","sociallinktitle","target","linktype","displaycolumn","baseurl","lang","clientstyling","clientstylingurl"]}get sponsorurl(){return this.$$.ctx[0]}set sponsorurl(e){this.$$set({sponsorurl:e}),R()}get sponsorimage(){return this.$$.ctx[1]}set sponsorimage(e){this.$$set({sponsorimage:e}),R()}get sponsortitle(){return this.$$.ctx[2]}set sponsortitle(e){this.$$set({sponsortitle:e}),R()}get paymenturl(){return this.$$.ctx[3]}set paymenturl(e){this.$$set({paymenturl:e}),R()}get paymentimage(){return this.$$.ctx[4]}set paymentimage(e){this.$$set({paymentimage:e}),R()}get paymenttitle(){return this.$$.ctx[5]}set paymenttitle(e){this.$$set({paymenttitle:e}),R()}get vendorurl(){return this.$$.ctx[6]}set vendorurl(e){this.$$set({vendorurl:e}),R()}get vendorimage(){return this.$$.ctx[7]}set vendorimage(e){this.$$set({vendorimage:e}),R()}get vendortitle(){return this.$$.ctx[8]}set vendortitle(e){this.$$set({vendortitle:e}),R()}get helperlinkurl(){return this.$$.ctx[9]}set helperlinkurl(e){this.$$set({helperlinkurl:e}),R()}get helperlinkimage(){return this.$$.ctx[10]}set helperlinkimage(e){this.$$set({helperlinkimage:e}),R()}get helperlinktitle(){return this.$$.ctx[11]}set helperlinktitle(e){this.$$set({helperlinktitle:e}),R()}get licenseurl(){return this.$$.ctx[12]}set licenseurl(e){this.$$set({licenseurl:e}),R()}get licenseimage(){return this.$$.ctx[13]}set licenseimage(e){this.$$set({licenseimage:e}),R()}get licensetitle(){return this.$$.ctx[14]}set licensetitle(e){this.$$set({licensetitle:e}),R()}get sociallinkurl(){return this.$$.ctx[15]}set sociallinkurl(e){this.$$set({sociallinkurl:e}),R()}get sociallinkimage(){return this.$$.ctx[16]}set sociallinkimage(e){this.$$set({sociallinkimage:e}),R()}get sociallinktitle(){return this.$$.ctx[17]}set sociallinktitle(e){this.$$set({sociallinktitle:e}),R()}get target(){return this.$$.ctx[18]}set target(e){this.$$set({target:e}),R()}get linktype(){return this.$$.ctx[19]}set linktype(e){this.$$set({linktype:e}),R()}get displaycolumn(){return this.$$.ctx[20]}set displaycolumn(e){this.$$set({displaycolumn:e}),R()}get baseurl(){return this.$$.ctx[21]}set baseurl(e){this.$$set({baseurl:e}),R()}get lang(){return this.$$.ctx[22]}set lang(e){this.$$set({lang:e}),R()}get clientstyling(){return this.$$.ctx[26]}set clientstyling(e){this.$$set({clientstyling:e}),R()}get clientstylingurl(){return this.$$.ctx[27]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),R()}});function hi(e,t){Xn(e,t)}!customElements.get("casino-footer-section")&&customElements.define("casino-footer-section",class extends W{constructor(e){super();const t=document.createElement("style");t.textContent=":host{font-family:system-ui, -apple-system, Roboto, Helvetica}.FooterSectionInnerContainer{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.DisplayColumn{flex-direction:column;align-items:flex-start}",this.shadowRoot.appendChild(t),V(this,{target:this.shadowRoot,props:L(this.attributes),customElement:!0},ci,ui,o,{sponsorflag:0,paymentflag:1,vendorflag:2,helperflag:3,licenseflag:4,socialflag:5,target:18,displaycolumn:6,category:19,baseurl:7,lang:8,clientstyling:9,clientstylingurl:10,footertype:20},null,[-1,-1]),e&&(e.target&&f(e.target,this,e.anchor),e.props&&(this.$set(e.props),R()))}static get observedAttributes(){return["sponsorflag","paymentflag","vendorflag","helperflag","licenseflag","socialflag","target","displaycolumn","category","baseurl","lang","clientstyling","clientstylingurl","footertype"]}get sponsorflag(){return this.$$.ctx[0]}set sponsorflag(e){this.$$set({sponsorflag:e}),R()}get paymentflag(){return this.$$.ctx[1]}set paymentflag(e){this.$$set({paymentflag:e}),R()}get vendorflag(){return this.$$.ctx[2]}set vendorflag(e){this.$$set({vendorflag:e}),R()}get helperflag(){return this.$$.ctx[3]}set helperflag(e){this.$$set({helperflag:e}),R()}get licenseflag(){return this.$$.ctx[4]}set licenseflag(e){this.$$set({licenseflag:e}),R()}get socialflag(){return this.$$.ctx[5]}set socialflag(e){this.$$set({socialflag:e}),R()}get target(){return this.$$.ctx[18]}set target(e){this.$$set({target:e}),R()}get displaycolumn(){return this.$$.ctx[6]}set displaycolumn(e){this.$$set({displaycolumn:e}),R()}get category(){return this.$$.ctx[19]}set category(e){this.$$set({category:e}),R()}get baseurl(){return this.$$.ctx[7]}set baseurl(e){this.$$set({baseurl:e}),R()}get lang(){return this.$$.ctx[8]}set lang(e){this.$$set({lang:e}),R()}get clientstyling(){return this.$$.ctx[9]}set clientstyling(e){this.$$set({clientstyling:e}),R()}get clientstylingurl(){return this.$$.ctx[10]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),R()}get footertype(){return this.$$.ctx[20]}set footertype(e){this.$$set({footertype:e}),R()}});const di={en:{panicButtonString:"Hold button for 3 seconds to take 24-hour timeout"},"zh-hk":{panicButtonString:"长按3秒24小时即时锁定"},fr:{panicButtonString:"Maintenez le bouton enfoncé pendant 3 secondes pour prendre un verrouillage instantané de 24 heures"},ro:{panicButtonString:"Tine apasat 3 secunde pentru a lua o pauza de 24h"},es:{panicButtonString:"Dar clic durante 3 segundos para tomar un descanso de 24 horas"},de:{panicButtonString:"Button für 3 Sekunden drücken um eine 24-stündige Auszeit zu nehmen"},hr:{panicButtonString:"Držite gumb 3 sekunde kako biste aktivirali vremensko ograničenje od 24 sata"},sl:{panicButtonString:"Držite gumb 3 sekunde, da bi vzeli 24 urni premor"},pl:{panicButtonString:"Przytrzymaj przycisk przez 3 sekundy, aby uzyskać 24-godzinny limit czasu"}};
737
- /* ../panic-button/src/PanicButton.svelte generated by Svelte v3.59.2 */function fi(t){let n,r,i,o,s,a=/*customtext*/(t[0]||/*$_*/t[5]("panicButtonString"))+"";return{c(){n=g("div"),r=g("div"),i=g("button"),o=b(a),this.c=e,k(i,"class","PanicButton "+("PC"!==kr(/*userAgent*/t[6])?"PanicButtonMobile":"")),k(i,"part","PanicButton "+("PC"!==kr(/*userAgent*/t[6])?"PanicButtonMobile":"")),x(i,"PanicButtonAnimation",/*panicLoading*/t[4]),k(r,"class","PanicSection "+("PC"!==kr(/*userAgent*/t[6])?"PanicSectionMobile":"")),k(r,"part","PanicSection "+("PC"!==kr(/*userAgent*/t[6])?"PanicSectionMobile":"")),k(n,"class",s=/*alternativestyling*/"true"==t[1]?"PanicButtonV2":"")},m(e,s){f(e,n,s),d(n,r),d(r,i),d(i,o),
707
+ function Vr(e,t,n){const r=e.slice();return r[30]=t[n],r}function Wr(e,t,n){const r=e.slice();return r[30]=t[n],r}function zr(e,t,n){const r=e.slice();return r[30]=t[n],r}function Zr(e,t,n){const r=e.slice();return r[30]=t[n],r}function Xr(e,t,n){const r=e.slice();return r[27]=t[n],r}function Kr(e,t,n){const r=e.slice();return r[24]=t[n],r}
708
+ // (141:51)
709
+ function qr(e){let t,n=/*footersociallinks*/e[16],r=[];for(let t=0;t<n.length;t+=1)r[t]=ri(Vr(e,n,t));return{c(){t=g("div");for(let e=0;e<r.length;e+=1)r[e].c();k(t,"class","FooterSectionInnerContainer"),k(t,"part","FooterSectionInnerContainer")},m(e,n){f(e,t,n);for(let e=0;e<r.length;e+=1)r[e]&&r[e].m(t,null)},p(e,i){if(/*footersociallinks, clientstyling, baseurl, lang*/66368&i[0]){let o;for(n=/*footersociallinks*/e[16],o=0;o<n.length;o+=1){const s=Vr(e,n,o);r[o]?r[o].p(s,i):(r[o]=ri(s),r[o].c(),r[o].m(t,null))}for(;o<r.length;o+=1)r[o].d(1);r.length=n.length}},d(e){e&&p(t),m(r,e)}}}
710
+ // (127:49)
711
+ function Jr(e){let t,n=/*footerlicenses*/e[15],r=[];for(let t=0;t<n.length;t+=1)r[t]=ii(Wr(e,n,t));return{c(){t=g("div");for(let e=0;e<r.length;e+=1)r[e].c();k(t,"class","FooterSectionInnerContainer"),k(t,"part","FooterSectionInnerContainer")},m(e,n){f(e,t,n);for(let e=0;e<r.length;e+=1)r[e]&&r[e].m(t,null)},p(e,i){if(/*footerlicenses, clientstyling, baseurl, lang*/33600&i[0]){let o;for(n=/*footerlicenses*/e[15],o=0;o<n.length;o+=1){const s=Wr(e,n,o);r[o]?r[o].p(s,i):(r[o]=ii(s),r[o].c(),r[o].m(t,null))}for(;o<r.length;o+=1)r[o].d(1);r.length=n.length}},d(e){e&&p(t),m(r,e)}}}
712
+ // (112:51)
713
+ function Qr(e){let t,n,r=/*footerhelperlinks*/e[14],i=[];for(let t=0;t<r.length;t+=1)i[t]=oi(zr(e,r,t));return{c(){t=g("div");for(let e=0;e<i.length;e+=1)i[e].c();k(t,"class",n="FooterSectionInnerContainer "+(/*displaycolumn*/"true"==e[7]?"DisplayColumn":"")),k(t,"part","FooterSectionInnerContainer")},m(e,n){f(e,t,n);for(let e=0;e<i.length;e+=1)i[e]&&i[e].m(t,null)},p(e,o){if(/*footerhelperlinks, clientstyling, displaycolumn, baseurl, lang*/17344&o[0]){let n;for(r=/*footerhelperlinks*/e[14],n=0;n<r.length;n+=1){const s=zr(e,r,n);i[n]?i[n].p(s,o):(i[n]=oi(s),i[n].c(),i[n].m(t,null))}for(;n<i.length;n+=1)i[n].d(1);i.length=r.length}/*displaycolumn*/128&o[0]&&n!==(n="FooterSectionInnerContainer "+(/*displaycolumn*/"true"==e[7]?"DisplayColumn":""))&&k(t,"class",n)},d(e){e&&p(t),m(i,e)}}}
714
+ // (98:47)
715
+ function ei(e){let t,n=/*footervendors*/e[13],r=[];for(let t=0;t<n.length;t+=1)r[t]=si(Zr(e,n,t));return{c(){t=g("div");for(let e=0;e<r.length;e+=1)r[e].c();k(t,"class","FooterSectionInnerContainer"),k(t,"part","FooterSectionInnerContainer")},m(e,n){f(e,t,n);for(let e=0;e<r.length;e+=1)r[e]&&r[e].m(t,null)},p(e,i){if(/*footervendors, clientstyling, baseurl, lang*/9024&i[0]){let o;for(n=/*footervendors*/e[13],o=0;o<n.length;o+=1){const s=Zr(e,n,o);r[o]?r[o].p(s,i):(r[o]=si(s),r[o].c(),r[o].m(t,null))}for(;o<r.length;o+=1)r[o].d(1);r.length=n.length}},d(e){e&&p(t),m(r,e)}}}
716
+ // (84:48)
717
+ function ti(e){let t,n=/*footerpayment*/e[12],r=[];for(let t=0;t<n.length;t+=1)r[t]=ai(Xr(e,n,t));return{c(){t=g("div");for(let e=0;e<r.length;e+=1)r[e].c();k(t,"class","FooterSectionInnerContainer"),k(t,"part","FooterSectionInnerContainer")},m(e,n){f(e,t,n);for(let e=0;e<r.length;e+=1)r[e]&&r[e].m(t,null)},p(e,i){if(/*footerpayment, clientstyling, baseurl, lang*/4928&i[0]){let o;for(n=/*footerpayment*/e[12],o=0;o<n.length;o+=1){const s=Xr(e,n,o);r[o]?r[o].p(s,i):(r[o]=ai(s),r[o].c(),r[o].m(t,null))}for(;o<r.length;o+=1)r[o].d(1);r.length=n.length}},d(e){e&&p(t),m(r,e)}}}
718
+ // (70:2) {#if sponsorflag && footersponsors.length}
719
+ function ni(e){let t,n=/*footersponsors*/e[11],r=[];for(let t=0;t<n.length;t+=1)r[t]=li(Kr(e,n,t));return{c(){t=g("div");for(let e=0;e<r.length;e+=1)r[e].c();k(t,"class","FooterSectionInnerContainer"),k(t,"part","FooterSectionInnerContainer")},m(e,n){f(e,t,n);for(let e=0;e<r.length;e+=1)r[e]&&r[e].m(t,null)},p(e,i){if(/*footersponsors, clientstyling, baseurl, lang*/2880&i[0]){let o;for(n=/*footersponsors*/e[11],o=0;o<n.length;o+=1){const s=Kr(e,n,o);r[o]?r[o].p(s,i):(r[o]=li(s),r[o].c(),r[o].m(t,null))}for(;o<r.length;o+=1)r[o].d(1);r.length=n.length}},d(e){e&&p(t),m(r,e)}}}
720
+ // (143:6) {#each footersociallinks as footerData}
721
+ function ri(e){let t,n,r,i,o,s;return{c(){t=g("casino-footer-thumbnail"),E(t,"sociallinkurl",n=/*footerData*/e[30].socialLinkUrl),E(t,"sociallinkimage",r=/*footerData*/e[30].socialLinkImage),E(t,"sociallinktitle",i=/*footerData*/e[30].socialLinkTitle),E(t,"clientstyling",/*clientstyling*/e[6]),E(t,"linktype",o=/*footerData*/e[30]?.isExternalLink),E(t,"target",s=/*footerData*/e[30]?.target),E(t,"baseurl",/*baseurl*/e[8]),E(t,"lang",/*lang*/e[9])},m(e,n){f(e,t,n)},p(e,a){/*footersociallinks*/65536&a[0]&&n!==(n=/*footerData*/e[30].socialLinkUrl)&&E(t,"sociallinkurl",n),/*footersociallinks*/65536&a[0]&&r!==(r=/*footerData*/e[30].socialLinkImage)&&E(t,"sociallinkimage",r),/*footersociallinks*/65536&a[0]&&i!==(i=/*footerData*/e[30].socialLinkTitle)&&E(t,"sociallinktitle",i),/*clientstyling*/64&a[0]&&E(t,"clientstyling",/*clientstyling*/e[6]),/*footersociallinks*/65536&a[0]&&o!==(o=/*footerData*/e[30]?.isExternalLink)&&E(t,"linktype",o),/*footersociallinks*/65536&a[0]&&s!==(s=/*footerData*/e[30]?.target)&&E(t,"target",s),/*baseurl*/256&a[0]&&E(t,"baseurl",/*baseurl*/e[8]),/*lang*/512&a[0]&&E(t,"lang",/*lang*/e[9])},d(e){e&&p(t)}}}
722
+ // (129:6) {#each footerlicenses as footerData}
723
+ function ii(e){let t,n,r,i,o,s;return{c(){t=g("casino-footer-thumbnail"),E(t,"licenseurl",n=/*footerData*/e[30].licenseUrl),E(t,"licenseimage",r=/*footerData*/e[30].licenseImage),E(t,"licensetitle",i=/*footerData*/e[30].licenseTitle),E(t,"clientstyling",/*clientstyling*/e[6]),E(t,"linktype",o=/*footerData*/e[30]?.isExternalLink),E(t,"target",s=/*footerData*/e[30]?.target),E(t,"baseurl",/*baseurl*/e[8]),E(t,"lang",/*lang*/e[9])},m(e,n){f(e,t,n)},p(e,a){/*footerlicenses*/32768&a[0]&&n!==(n=/*footerData*/e[30].licenseUrl)&&E(t,"licenseurl",n),/*footerlicenses*/32768&a[0]&&r!==(r=/*footerData*/e[30].licenseImage)&&E(t,"licenseimage",r),/*footerlicenses*/32768&a[0]&&i!==(i=/*footerData*/e[30].licenseTitle)&&E(t,"licensetitle",i),/*clientstyling*/64&a[0]&&E(t,"clientstyling",/*clientstyling*/e[6]),/*footerlicenses*/32768&a[0]&&o!==(o=/*footerData*/e[30]?.isExternalLink)&&E(t,"linktype",o),/*footerlicenses*/32768&a[0]&&s!==(s=/*footerData*/e[30]?.target)&&E(t,"target",s),/*baseurl*/256&a[0]&&E(t,"baseurl",/*baseurl*/e[8]),/*lang*/512&a[0]&&E(t,"lang",/*lang*/e[9])},d(e){e&&p(t)}}}
724
+ // (114:6) {#each footerhelperlinks as footerData}
725
+ function oi(e){let t,n,r,i,o,s;return{c(){t=g("casino-footer-thumbnail"),E(t,"helperlinkurl",n=/*footerData*/e[30].helpLinkUrl),E(t,"helperlinkimage",r=/*footerData*/e[30].helpLinkImage),E(t,"helperlinktitle",i=/*footerData*/e[30].helpLinkTitle),E(t,"clientstyling",/*clientstyling*/e[6]),E(t,"displaycolumn",/*displaycolumn*/e[7]),E(t,"linktype",o=/*footerData*/e[30]?.helpLinkType),E(t,"target",s=/*footerData*/e[30]?.target),E(t,"baseurl",/*baseurl*/e[8]),E(t,"lang",/*lang*/e[9])},m(e,n){f(e,t,n)},p(e,a){/*footerhelperlinks*/16384&a[0]&&n!==(n=/*footerData*/e[30].helpLinkUrl)&&E(t,"helperlinkurl",n),/*footerhelperlinks*/16384&a[0]&&r!==(r=/*footerData*/e[30].helpLinkImage)&&E(t,"helperlinkimage",r),/*footerhelperlinks*/16384&a[0]&&i!==(i=/*footerData*/e[30].helpLinkTitle)&&E(t,"helperlinktitle",i),/*clientstyling*/64&a[0]&&E(t,"clientstyling",/*clientstyling*/e[6]),/*displaycolumn*/128&a[0]&&E(t,"displaycolumn",/*displaycolumn*/e[7]),/*footerhelperlinks*/16384&a[0]&&o!==(o=/*footerData*/e[30]?.helpLinkType)&&E(t,"linktype",o),/*footerhelperlinks*/16384&a[0]&&s!==(s=/*footerData*/e[30]?.target)&&E(t,"target",s),/*baseurl*/256&a[0]&&E(t,"baseurl",/*baseurl*/e[8]),/*lang*/512&a[0]&&E(t,"lang",/*lang*/e[9])},d(e){e&&p(t)}}}
726
+ // (100:6) {#each footervendors as footerData}
727
+ function si(e){let t,n,r,i,o,s;return{c(){t=g("casino-footer-thumbnail"),E(t,"vendorurl",n=/*footerData*/e[30].gameVendorUrl),E(t,"vendorimage",r=/*footerData*/e[30].gameVendorImage),E(t,"vendortitle",i=/*footerData*/e[30].gameVendorTitle),E(t,"clientstyling",/*clientstyling*/e[6]),E(t,"linktype",o=/*footerData*/e[30]?.isExternalLink),E(t,"target",s=/*footerData*/e[30]?.target),E(t,"baseurl",/*baseurl*/e[8]),E(t,"lang",/*lang*/e[9])},m(e,n){f(e,t,n)},p(e,a){/*footervendors*/8192&a[0]&&n!==(n=/*footerData*/e[30].gameVendorUrl)&&E(t,"vendorurl",n),/*footervendors*/8192&a[0]&&r!==(r=/*footerData*/e[30].gameVendorImage)&&E(t,"vendorimage",r),/*footervendors*/8192&a[0]&&i!==(i=/*footerData*/e[30].gameVendorTitle)&&E(t,"vendortitle",i),/*clientstyling*/64&a[0]&&E(t,"clientstyling",/*clientstyling*/e[6]),/*footervendors*/8192&a[0]&&o!==(o=/*footerData*/e[30]?.isExternalLink)&&E(t,"linktype",o),/*footervendors*/8192&a[0]&&s!==(s=/*footerData*/e[30]?.target)&&E(t,"target",s),/*baseurl*/256&a[0]&&E(t,"baseurl",/*baseurl*/e[8]),/*lang*/512&a[0]&&E(t,"lang",/*lang*/e[9])},d(e){e&&p(t)}}}
728
+ // (86:4) {#each footerpayment as paymentData}
729
+ function ai(e){let t,n,r,i,o,s;return{c(){t=g("casino-footer-thumbnail"),E(t,"paymenturl",n=/*paymentData*/e[27].paymentMethodUrl),E(t,"paymentimage",r=/*paymentData*/e[27].paymentMethodImage),E(t,"paymenttitle",i=/*paymentData*/e[27].paymentMethodTitle),E(t,"clientstyling",/*clientstyling*/e[6]),E(t,"linktype",o=/*paymentData*/e[27]?.isExternalLink),E(t,"target",s=/*paymentData*/e[27]?.target),E(t,"baseurl",/*baseurl*/e[8]),E(t,"lang",/*lang*/e[9])},m(e,n){f(e,t,n)},p(e,a){/*footerpayment*/4096&a[0]&&n!==(n=/*paymentData*/e[27].paymentMethodUrl)&&E(t,"paymenturl",n),/*footerpayment*/4096&a[0]&&r!==(r=/*paymentData*/e[27].paymentMethodImage)&&E(t,"paymentimage",r),/*footerpayment*/4096&a[0]&&i!==(i=/*paymentData*/e[27].paymentMethodTitle)&&E(t,"paymenttitle",i),/*clientstyling*/64&a[0]&&E(t,"clientstyling",/*clientstyling*/e[6]),/*footerpayment*/4096&a[0]&&o!==(o=/*paymentData*/e[27]?.isExternalLink)&&E(t,"linktype",o),/*footerpayment*/4096&a[0]&&s!==(s=/*paymentData*/e[27]?.target)&&E(t,"target",s),/*baseurl*/256&a[0]&&E(t,"baseurl",/*baseurl*/e[8]),/*lang*/512&a[0]&&E(t,"lang",/*lang*/e[9])},d(e){e&&p(t)}}}
730
+ // (72:6) {#each footersponsors as sponsorData}
731
+ function li(e){let t,n,r,i,o,s;return{c(){t=g("casino-footer-thumbnail"),E(t,"sponsorurl",n=/*sponsorData*/e[24].sponsorUrl),E(t,"sponsorimage",r=/*sponsorData*/e[24].sponsorImage),E(t,"sponsortitle",i=/*sponsorData*/e[24].sponsorTitle),E(t,"clientstyling",/*clientstyling*/e[6]),E(t,"linktype",o=/*sponsorData*/e[24]?.isExternalLink),E(t,"target",s=/*sponsorData*/e[24]?.target),E(t,"baseurl",/*baseurl*/e[8]),E(t,"lang",/*lang*/e[9])},m(e,n){f(e,t,n)},p(e,a){/*footersponsors*/2048&a[0]&&n!==(n=/*sponsorData*/e[24].sponsorUrl)&&E(t,"sponsorurl",n),/*footersponsors*/2048&a[0]&&r!==(r=/*sponsorData*/e[24].sponsorImage)&&E(t,"sponsorimage",r),/*footersponsors*/2048&a[0]&&i!==(i=/*sponsorData*/e[24].sponsorTitle)&&E(t,"sponsortitle",i),/*clientstyling*/64&a[0]&&E(t,"clientstyling",/*clientstyling*/e[6]),/*footersponsors*/2048&a[0]&&o!==(o=/*sponsorData*/e[24]?.isExternalLink)&&E(t,"linktype",o),/*footersponsors*/2048&a[0]&&s!==(s=/*sponsorData*/e[24]?.target)&&E(t,"target",s),/*baseurl*/256&a[0]&&E(t,"baseurl",/*baseurl*/e[8]),/*lang*/512&a[0]&&E(t,"lang",/*lang*/e[9])},d(e){e&&p(t)}}}function ci(t){let n;function r(e,t){/*sponsorflag*/
732
+ return e[0]&&/*footersponsors*/e[11].length?ni:/*paymentflag*/e[1]&&/*footerpayment*/e[12].length?ti:/*vendorflag*/e[2]&&/*footervendors*/e[13].length?ei:/*helperflag*/e[3]&&/*footerhelperlinks*/e[14].length?Qr:/*licenseflag*/e[4]&&/*footerlicenses*/e[15].length?Jr:/*socialflag*/e[5]&&/*footersociallinks*/e[16].length?qr:void 0}let i=r(t),o=i&&i(t);return{c(){n=g("div"),o&&o.c(),this.c=e,k(n,"class","FooterSectionContainer"),k(n,"part","FooterSectionContainer")},m(e,r){f(e,n,r),o&&o.m(n,null)
733
+ /*div_binding*/,t[20](n)},p(e,t){i===(i=r(e))&&o?o.p(e,t):(o&&o.d(1),o=i&&i(e),o&&(o.c(),o.m(n,null)))},i:e,o:e,d(e){e&&p(n),o&&o.d()
734
+ /*div_binding*/,t[20](null)}}}!customElements.get("casino-footer-thumbnail")&&customElements.define("casino-footer-thumbnail",class extends W{constructor(e){super();const t=document.createElement("style");t.textContent=":host{font-family:system-ui, -apple-system, Roboto, Helvetica}.FooterItem{display:inline-block;padding:0 12px}.FooterItem .FooterSponsorLink,.FooterItem .FooterPaymentLink{display:block}.FooterItem .FooterSponsorLink{display:flex;align-items:center}.FooterItem .FooterPaymentLink,.FooterItem .FooterHelperLink{display:flex;align-items:center;justify-content:center}.FooterItem .FooterLinkDisabled{pointer-events:none;cursor:auto}.FooterItem .SponsorTitle,.FooterItem .PaymentTitle{font-size:9px;text-decoration:none;color:var(--emfe-w-color-gray-150, #828282);text-align:center}.FooterItem .HelperTitle{color:#111111;font-size:8px}.FooterItem.HelperLinkItem p{font-size:10px}.FooterItem .FooterItemAnchor{display:flex;flex-direction:column;gap:6px;text-decoration:none;cursor:pointer;border:none;background:transparent;padding:0}.FooterItem.SocialItem .FooterItemAnchor{width:42px;height:42px}.FooterItem .FooterImage{min-height:38px}.SponsorTitle{margin:0}.FooterLink{display:block;text-align:center}.DisplayColumn .FooterItemAnchor{flex-direction:row}.DisplayColumn .FooterImage{height:16px;width:16px;min-height:unset}.DisplayColumn.FooterItem.HelperLinkItem p{font-size:12px}@media only screen and (max-width: 768px){.FooterItem{padding:0 5px}.FooterItem.PaymentItem{padding:15px 5px}.FooterItem.GameVendorItem{padding:0 10px}}",this.shadowRoot.appendChild(t),V(this,{target:this.shadowRoot,props:L(this.attributes),customElement:!0},jr,Gr,o,{sponsorurl:0,sponsorimage:1,sponsortitle:2,paymenturl:3,paymentimage:4,paymenttitle:5,vendorurl:6,vendorimage:7,vendortitle:8,helperlinkurl:9,helperlinkimage:10,helperlinktitle:11,licenseurl:12,licenseimage:13,licensetitle:14,sociallinkurl:15,sociallinkimage:16,sociallinktitle:17,target:18,linktype:19,displaycolumn:20,baseurl:21,lang:22,clientstyling:26,clientstylingurl:27},null,[-1,-1]),e&&(e.target&&f(e.target,this,e.anchor),e.props&&(this.$set(e.props),R()))}static get observedAttributes(){return["sponsorurl","sponsorimage","sponsortitle","paymenturl","paymentimage","paymenttitle","vendorurl","vendorimage","vendortitle","helperlinkurl","helperlinkimage","helperlinktitle","licenseurl","licenseimage","licensetitle","sociallinkurl","sociallinkimage","sociallinktitle","target","linktype","displaycolumn","baseurl","lang","clientstyling","clientstylingurl"]}get sponsorurl(){return this.$$.ctx[0]}set sponsorurl(e){this.$$set({sponsorurl:e}),R()}get sponsorimage(){return this.$$.ctx[1]}set sponsorimage(e){this.$$set({sponsorimage:e}),R()}get sponsortitle(){return this.$$.ctx[2]}set sponsortitle(e){this.$$set({sponsortitle:e}),R()}get paymenturl(){return this.$$.ctx[3]}set paymenturl(e){this.$$set({paymenturl:e}),R()}get paymentimage(){return this.$$.ctx[4]}set paymentimage(e){this.$$set({paymentimage:e}),R()}get paymenttitle(){return this.$$.ctx[5]}set paymenttitle(e){this.$$set({paymenttitle:e}),R()}get vendorurl(){return this.$$.ctx[6]}set vendorurl(e){this.$$set({vendorurl:e}),R()}get vendorimage(){return this.$$.ctx[7]}set vendorimage(e){this.$$set({vendorimage:e}),R()}get vendortitle(){return this.$$.ctx[8]}set vendortitle(e){this.$$set({vendortitle:e}),R()}get helperlinkurl(){return this.$$.ctx[9]}set helperlinkurl(e){this.$$set({helperlinkurl:e}),R()}get helperlinkimage(){return this.$$.ctx[10]}set helperlinkimage(e){this.$$set({helperlinkimage:e}),R()}get helperlinktitle(){return this.$$.ctx[11]}set helperlinktitle(e){this.$$set({helperlinktitle:e}),R()}get licenseurl(){return this.$$.ctx[12]}set licenseurl(e){this.$$set({licenseurl:e}),R()}get licenseimage(){return this.$$.ctx[13]}set licenseimage(e){this.$$set({licenseimage:e}),R()}get licensetitle(){return this.$$.ctx[14]}set licensetitle(e){this.$$set({licensetitle:e}),R()}get sociallinkurl(){return this.$$.ctx[15]}set sociallinkurl(e){this.$$set({sociallinkurl:e}),R()}get sociallinkimage(){return this.$$.ctx[16]}set sociallinkimage(e){this.$$set({sociallinkimage:e}),R()}get sociallinktitle(){return this.$$.ctx[17]}set sociallinktitle(e){this.$$set({sociallinktitle:e}),R()}get target(){return this.$$.ctx[18]}set target(e){this.$$set({target:e}),R()}get linktype(){return this.$$.ctx[19]}set linktype(e){this.$$set({linktype:e}),R()}get displaycolumn(){return this.$$.ctx[20]}set displaycolumn(e){this.$$set({displaycolumn:e}),R()}get baseurl(){return this.$$.ctx[21]}set baseurl(e){this.$$set({baseurl:e}),R()}get lang(){return this.$$.ctx[22]}set lang(e){this.$$set({lang:e}),R()}get clientstyling(){return this.$$.ctx[26]}set clientstyling(e){this.$$set({clientstyling:e}),R()}get clientstylingurl(){return this.$$.ctx[27]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),R()}});let ui=/^(?:[^\/]*\/){2}[^\/]+/g;function hi(e,t,n){let r,{sponsorflag:i=""}=t,{paymentflag:o=""}=t,{vendorflag:s=""}=t,{helperflag:a=""}=t,{licenseflag:l=""}=t,{socialflag:c=""}=t,{clientstyling:u=""}=t,{clientstylingurl:h=""}=t,{target:d=""}=t,{displaycolumn:f=""}=t,{category:p=""}=t,{baseurl:m=""}=t,{lang:g=""}=t,y=[],b=[],v=[],_=[],w=[],k=[];const E=e=>{e.origin==window.location.href.match(ui)[0]&&e.data&&"FooterData"===e.data.type&&(n(11,y=e.data.sponsorsRepeater),n(12,b=e.data.paymentMethodsRepeater),n(13,v=e.data.gameVendorsRepeater),n(14,_=e.data.helpLinksRepeater),n(15,w=e.data.licensesRepeater),n(16,k=e.data.socialLinksRepeater),n(14,_=_[0].value),p&&n(14,_=_.filter((e=>e.key==p))))};return F((()=>(window.addEventListener("message",E,!1),()=>{window.removeEventListener("message",E)}))),e.$$set=e=>{"sponsorflag"in e&&n(0,i=e.sponsorflag),"paymentflag"in e&&n(1,o=e.paymentflag),"vendorflag"in e&&n(2,s=e.vendorflag),"helperflag"in e&&n(3,a=e.helperflag),"licenseflag"in e&&n(4,l=e.licenseflag),"socialflag"in e&&n(5,c=e.socialflag),"clientstyling"in e&&n(6,u=e.clientstyling),"clientstylingurl"in e&&n(17,h=e.clientstylingurl),"target"in e&&n(18,d=e.target),"displaycolumn"in e&&n(7,f=e.displaycolumn),"category"in e&&n(19,p=e.category),"baseurl"in e&&n(8,m=e.baseurl),"lang"in e&&n(9,g=e.lang)},e.$$.update=()=>{/*clientstyling, customStylingContainer*/1088&e.$$.dirty[0]&&u&&r&&(()=>{let e=document.createElement("style");e.innerHTML=u,r.appendChild(e)})(),/*clientstylingurl, customStylingContainer*/132096&e.$$.dirty[0]&&h&&r&&(()=>{let e=new URL(h),t=document.createElement("style");fetch(e.href).then((e=>e.text())).then((e=>{t.innerHTML=e,setTimeout((()=>{r.appendChild(t)}),1)}))})()},[i,o,s,a,l,c,u,f,m,g,r,y,b,v,_,w,k,h,d,p,function(e){I[e?"unshift":"push"]((()=>{r=e,n(10,r)}))}]}function di(e,t){Xn(e,t)}!customElements.get("casino-footer-section")&&customElements.define("casino-footer-section",class extends W{constructor(e){super();const t=document.createElement("style");t.textContent=":host{font-family:system-ui, -apple-system, Roboto, Helvetica}.FooterSectionInnerContainer{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.DisplayColumn{flex-direction:column;align-items:flex-start}",this.shadowRoot.appendChild(t),V(this,{target:this.shadowRoot,props:L(this.attributes),customElement:!0},hi,ci,o,{sponsorflag:0,paymentflag:1,vendorflag:2,helperflag:3,licenseflag:4,socialflag:5,clientstyling:6,clientstylingurl:17,target:18,displaycolumn:7,category:19,baseurl:8,lang:9},null,[-1,-1]),e&&(e.target&&f(e.target,this,e.anchor),e.props&&(this.$set(e.props),R()))}static get observedAttributes(){return["sponsorflag","paymentflag","vendorflag","helperflag","licenseflag","socialflag","clientstyling","clientstylingurl","target","displaycolumn","category","baseurl","lang"]}get sponsorflag(){return this.$$.ctx[0]}set sponsorflag(e){this.$$set({sponsorflag:e}),R()}get paymentflag(){return this.$$.ctx[1]}set paymentflag(e){this.$$set({paymentflag:e}),R()}get vendorflag(){return this.$$.ctx[2]}set vendorflag(e){this.$$set({vendorflag:e}),R()}get helperflag(){return this.$$.ctx[3]}set helperflag(e){this.$$set({helperflag:e}),R()}get licenseflag(){return this.$$.ctx[4]}set licenseflag(e){this.$$set({licenseflag:e}),R()}get socialflag(){return this.$$.ctx[5]}set socialflag(e){this.$$set({socialflag:e}),R()}get clientstyling(){return this.$$.ctx[6]}set clientstyling(e){this.$$set({clientstyling:e}),R()}get clientstylingurl(){return this.$$.ctx[17]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),R()}get target(){return this.$$.ctx[18]}set target(e){this.$$set({target:e}),R()}get displaycolumn(){return this.$$.ctx[7]}set displaycolumn(e){this.$$set({displaycolumn:e}),R()}get category(){return this.$$.ctx[19]}set category(e){this.$$set({category:e}),R()}get baseurl(){return this.$$.ctx[8]}set baseurl(e){this.$$set({baseurl:e}),R()}get lang(){return this.$$.ctx[9]}set lang(e){this.$$set({lang:e}),R()}});const fi={en:{panicButtonString:"Hold button for 3 seconds to take 24-hour timeout"},"zh-hk":{panicButtonString:"长按3秒24小时即时锁定"},fr:{panicButtonString:"Maintenez le bouton enfoncé pendant 3 secondes pour prendre un verrouillage instantané de 24 heures"},ro:{panicButtonString:"Tine apasat 3 secunde pentru a lua o pauza de 24h"},es:{panicButtonString:"Dar clic durante 3 segundos para tomar un descanso de 24 horas"},de:{panicButtonString:"Button für 3 Sekunden drücken um eine 24-stündige Auszeit zu nehmen"},hr:{panicButtonString:"Držite gumb 3 sekunde kako biste aktivirali vremensko ograničenje od 24 sata"},sl:{panicButtonString:"Držite gumb 3 sekunde, da bi vzeli 24 urni premor"},pl:{panicButtonString:"Przytrzymaj przycisk przez 3 sekundy, aby uzyskać 24-godzinny limit czasu"}};
735
+ /* ../panic-button/src/PanicButton.svelte generated by Svelte v3.59.2 */function pi(t){let n,r,i,o,s,a=/*customtext*/(t[0]||/*$_*/t[5]("panicButtonString"))+"";return{c(){n=g("div"),r=g("div"),i=g("button"),o=b(a),this.c=e,k(i,"class","PanicButton "+("PC"!==kr(/*userAgent*/t[6])?"PanicButtonMobile":"")),k(i,"part","PanicButton "+("PC"!==kr(/*userAgent*/t[6])?"PanicButtonMobile":"")),x(i,"PanicButtonAnimation",/*panicLoading*/t[4]),k(r,"class","PanicSection "+("PC"!==kr(/*userAgent*/t[6])?"PanicSectionMobile":"")),k(r,"part","PanicSection "+("PC"!==kr(/*userAgent*/t[6])?"PanicSectionMobile":"")),k(n,"class",s=/*alternativestyling*/"true"==t[1]?"PanicButtonV2":"")},m(e,s){f(e,n,s),d(n,r),d(r,i),d(i,o),
738
736
  /*button_binding*/t[11](i),
739
737
  /*div1_binding*/t[12](n)},p(e,[t]){/*customtext, $_*/33&t&&a!==(a=/*customtext*/(e[0]||/*$_*/e[5]("panicButtonString"))+"")&&T(o,a),/*panicLoading*/16&t&&x(i,"PanicButtonAnimation",/*panicLoading*/e[4]),/*alternativestyling*/2&t&&s!==(s=/*alternativestyling*/"true"==e[1]?"PanicButtonV2":"")&&k(n,"class",s)},i:e,o:e,d(e){e&&p(n)
740
738
  /*button_binding*/,t[11](null),
741
- /*div1_binding*/t[12](null)}}}function pi(e,t,n){let r;u(e,wr,(e=>n(5,r=e)));let i,o,s,{lang:a="en"}=t,{customtext:l=""}=t,{clientstyling:c=""}=t,{clientstylingurl:h=""}=t,{alternativestyling:d=""}=t,{translationurl:f=""}=t,p=!1,m=0,g=window.navigator.userAgent;Object.keys(di).forEach((e=>{hi(e,di[e])}));const y=()=>{m=0,n(4,p=!0),s=setInterval((()=>{m++,m>=2&&(window.postMessage({type:"PanicButtonClicked"},window.location.href),clearInterval(s),
739
+ /*div1_binding*/t[12](null)}}}function mi(e,t,n){let r;c(e,wr,(e=>n(5,r=e)));let i,o,s,{lang:a="en"}=t,{customtext:l=""}=t,{clientstyling:u=""}=t,{clientstylingurl:h=""}=t,{alternativestyling:d=""}=t,{translationurl:f=""}=t,p=!1,m=0,g=window.navigator.userAgent;Object.keys(fi).forEach((e=>{di(e,fi[e])}));const y=()=>{m=0,n(4,p=!0),s=setInterval((()=>{m++,m>=2&&(window.postMessage({type:"PanicButtonClicked"},window.location.href),clearInterval(s),
742
740
  //Analytics event
743
741
  "function"==typeof gtag&&gtag("event","PanicButtonClicked",{context:"PanicButton"}))}),1e3)},b=()=>{n(4,p=!1),clearInterval(s)};return F((()=>()=>{n(4,p=!1),null==i||i.removeEventListener("mousedown",y),null==i||i.removeEventListener("touchstart",y),
744
742
  // on mouseup stop interval count
745
- null==i||i.removeEventListener("mouseup",b),null==i||i.removeEventListener("touchend",b)})),e.$$set=e=>{"lang"in e&&n(7,a=e.lang),"customtext"in e&&n(0,l=e.customtext),"clientstyling"in e&&n(8,c=e.clientstyling),"clientstylingurl"in e&&n(9,h=e.clientstylingurl),"alternativestyling"in e&&n(1,d=e.alternativestyling),"translationurl"in e&&n(10,f=e.translationurl)},e.$$.update=()=>{var t;/*panicButton*/4&e.$$.dirty&&i&&(null==i||i.addEventListener("mousedown",y,!1),null==i||i.addEventListener("touchstart",y,!1),
743
+ null==i||i.removeEventListener("mouseup",b),null==i||i.removeEventListener("touchend",b)})),e.$$set=e=>{"lang"in e&&n(7,a=e.lang),"customtext"in e&&n(0,l=e.customtext),"clientstyling"in e&&n(8,u=e.clientstyling),"clientstylingurl"in e&&n(9,h=e.clientstylingurl),"alternativestyling"in e&&n(1,d=e.alternativestyling),"translationurl"in e&&n(10,f=e.translationurl)},e.$$.update=()=>{var t;/*panicButton*/4&e.$$.dirty&&i&&(null==i||i.addEventListener("mousedown",y,!1),null==i||i.addEventListener("touchstart",y,!1),
746
744
  // on mouseup stop interval count
747
- null==i||i.addEventListener("mouseup",b,!1),null==i||i.addEventListener("touchend",b,!1)),/*lang*/128&e.$$.dirty&&a&&(t=a,ur.set(t)),/*clientstyling, customStylingContainer*/264&e.$$.dirty&&c&&o&&(()=>{let e=document.createElement("style");e.innerHTML=c,o.appendChild(e)})(),/*clientstylingurl, customStylingContainer*/520&e.$$.dirty&&h&&o&&(()=>{let e=new URL(h),t=document.createElement("style");fetch(e.href).then((e=>e.text())).then((e=>{t.innerHTML=e,setTimeout((()=>{o.appendChild(t)}),1)}))})(),/*translationurl*/1024&e.$$.dirty&&f&&fetch(f).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{hi(t,e[t])}))})).catch((e=>{console.log(e)}))},[l,d,i,o,p,r,g,a,c,h,f,function(e){I[e?"unshift":"push"]((()=>{i=e,n(2,i)}))},function(e){I[e?"unshift":"push"]((()=>{o=e,n(3,o)}))}]}!customElements.get("panic-button")&&customElements.define("panic-button",class extends W{constructor(e){super();const t=document.createElement("style");t.textContent="*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.PanicSection{display:flex;align-items:center;gap:10px;margin:20px 0}.PanicSection .PanicButton{border-radius:5px;border:1px solid #D0046C;background-color:#D0046C;font-size:10px;width:280px;height:fit-content;padding:15px;color:var(--emfe-w-color-white, #FFFFFF);cursor:pointer}.PanicSectionMobile{position:absolute;top:0;left:0;width:100%;text-align:center;margin:20px 0 0 0 !important}.PanicButtonMobile{border-radius:5px;margin:0 10px;border:1px solid #D0046C;background-color:#D0046C;width:100% !important;height:30px;color:var(--emfe-w-color-white, #FFFFFF);cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.PanicButtonAnimation{background:-webkit-linear-gradient(135deg, rgba(20, 20, 20, 0) 55%, rgba(20, 20, 20, 0.3) 100%);background:-moz-linear-gradient(135deg, rgba(20, 20, 20, 0) 55%, rgba(20, 20, 20, 0.3) 100%);background:-o-linear-gradient(135deg, rgba(20, 20, 20, 0) 55%, rgba(20, 20, 20, 0.3) 100%);background-color:#D0046C;width:280px;color:#fff;-webkit-animation:bar-animation 2s linear}@-webkit-keyframes bar-animation{0%{background-position:0}100%{background-position:280px}}.PanicButtonV2 .PanicButton{border:1px solid #F57F17;background-color:#F57F17;width:388px;font-size:12px}.PanicButtonV2 .PanicButtonMobile{border:1px solid #F57F17;background-color:#F57F17;font-size:10px}.PanicButtonV2 .PanicButtonAnimation{background-color:#F57F17;width:388px}@-webkit-keyframes bar-animation{0%{background-position:0}100%{background-position:388px}}",this.shadowRoot.appendChild(t),V(this,{target:this.shadowRoot,props:L(this.attributes),customElement:!0},pi,fi,o,{lang:7,customtext:0,clientstyling:8,clientstylingurl:9,alternativestyling:1,translationurl:10},null),e&&(e.target&&f(e.target,this,e.anchor),e.props&&(this.$set(e.props),R()))}static get observedAttributes(){return["lang","customtext","clientstyling","clientstylingurl","alternativestyling","translationurl"]}get lang(){return this.$$.ctx[7]}set lang(e){this.$$set({lang:e}),R()}get customtext(){return this.$$.ctx[0]}set customtext(e){this.$$set({customtext:e}),R()}get clientstyling(){return this.$$.ctx[8]}set clientstyling(e){this.$$set({clientstyling:e}),R()}get clientstylingurl(){return this.$$.ctx[9]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),R()}get alternativestyling(){return this.$$.ctx[1]}set alternativestyling(e){this.$$set({alternativestyling:e}),R()}get translationurl(){return this.$$.ctx[10]}set translationurl(e){this.$$set({translationurl:e}),R()}});var mi=function(e,t,n){return e(n={path:t,exports:{},require:function(e,t){return ye(null==t&&n.path)}},n.exports),n.exports}((function(e,t){e.exports=function(){var t,n;function r(){return t.apply(null,arguments)}
745
+ null==i||i.addEventListener("mouseup",b,!1),null==i||i.addEventListener("touchend",b,!1)),/*lang*/128&e.$$.dirty&&a&&(t=a,cr.set(t)),/*clientstyling, customStylingContainer*/264&e.$$.dirty&&u&&o&&(()=>{let e=document.createElement("style");e.innerHTML=u,o.appendChild(e)})(),/*clientstylingurl, customStylingContainer*/520&e.$$.dirty&&h&&o&&(()=>{let e=new URL(h),t=document.createElement("style");fetch(e.href).then((e=>e.text())).then((e=>{t.innerHTML=e,setTimeout((()=>{o.appendChild(t)}),1)}))})(),/*translationurl*/1024&e.$$.dirty&&f&&fetch(f).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{di(t,e[t])}))})).catch((e=>{console.log(e)}))},[l,d,i,o,p,r,g,a,u,h,f,function(e){I[e?"unshift":"push"]((()=>{i=e,n(2,i)}))},function(e){I[e?"unshift":"push"]((()=>{o=e,n(3,o)}))}]}!customElements.get("panic-button")&&customElements.define("panic-button",class extends W{constructor(e){super();const t=document.createElement("style");t.textContent="*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.PanicSection{display:flex;align-items:center;gap:10px;margin:20px 0}.PanicSection .PanicButton{border-radius:5px;border:1px solid var(--emfe-w-casino-color-primary, var(--emfe-w-color-pink-500, #D0046C));background-color:var(--emfe-w-casino-color-primary, var(--emfe-w-color-pink-500, #D0046C));font-size:10px;width:280px;height:fit-content;padding:15px;color:var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));cursor:pointer}.PanicSectionMobile{position:absolute;top:0;left:0;width:100%;text-align:center;margin:20px 0 0 0 !important}.PanicButtonMobile{border-radius:5px;margin:0 10px;border:1px solid var(--emfe-w-casino-color-primary, var(--emfe-w-color-pink-500, #D0046C));background-color:var(--emfe-w-casino-color-primary, var(--emfe-w-color-pink-500, #D0046C));width:100% !important;height:30px;color:var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.PanicButtonAnimation{background:-webkit-linear-gradient(135deg, rgba(20, 20, 20, 0) 55%, rgba(20, 20, 20, 0.3) 100%);background:-moz-linear-gradient(135deg, rgba(20, 20, 20, 0) 55%, rgba(20, 20, 20, 0.3) 100%);background:-o-linear-gradient(135deg, rgba(20, 20, 20, 0) 55%, rgba(20, 20, 20, 0.3) 100%);background-color:var(--emfe-w-casino-color-primary, var(--emfe-w-color-pink-500, #D0046C));width:280px;color:var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));-webkit-animation:bar-animation 2s linear}@-webkit-keyframes bar-animation{0%{background-position:0}100%{background-position:280px}}.PanicButtonV2 .PanicButton{border:1px solid var(--emfe-w-casino-color-primary, var(--emfe-w-color-pink-500, #D0046C));background-color:var(--emfe-w-casino-color-primary, var(--emfe-w-color-pink-500, #D0046C));width:388px;font-size:12px}.PanicButtonV2 .PanicButtonMobile{border:1px solid var(--emfe-w-casino-color-primary, var(--emfe-w-color-pink-500, #D0046C));background-color:var(--emfe-w-casino-color-primary, var(--emfe-w-color-pink-500, #D0046C));font-size:10px}.PanicButtonV2 .PanicButtonAnimation{background-color:var(--emfe-w-casino-color-primary, var(--emfe-w-color-pink-500, #D0046C));width:388px}@-webkit-keyframes bar-animation{0%{background-position:0}100%{background-position:388px}}",this.shadowRoot.appendChild(t),V(this,{target:this.shadowRoot,props:L(this.attributes),customElement:!0},mi,pi,o,{lang:7,customtext:0,clientstyling:8,clientstylingurl:9,alternativestyling:1,translationurl:10},null),e&&(e.target&&f(e.target,this,e.anchor),e.props&&(this.$set(e.props),R()))}static get observedAttributes(){return["lang","customtext","clientstyling","clientstylingurl","alternativestyling","translationurl"]}get lang(){return this.$$.ctx[7]}set lang(e){this.$$set({lang:e}),R()}get customtext(){return this.$$.ctx[0]}set customtext(e){this.$$set({customtext:e}),R()}get clientstyling(){return this.$$.ctx[8]}set clientstyling(e){this.$$set({clientstyling:e}),R()}get clientstylingurl(){return this.$$.ctx[9]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),R()}get alternativestyling(){return this.$$.ctx[1]}set alternativestyling(e){this.$$set({alternativestyling:e}),R()}get translationurl(){return this.$$.ctx[10]}set translationurl(e){this.$$set({translationurl:e}),R()}});var gi=function(e,t,n){return e(n={path:t,exports:{},require:function(e,t){return ye(null==t&&n.path)}},n.exports),n.exports}((function(e,t){e.exports=function(){var t,n;function r(){return t.apply(null,arguments)}
748
746
  // This is done to register the method called with moment()
749
747
  // without creating circular dependencies.
750
748
  function i(e){t=e}function o(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function s(e){
751
749
  // IE8 will treat undefined and null as object if it wasn't for
752
750
  // input != null
753
- return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function a(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function l(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(a(e,t))return!1;return!0}function u(e){return void 0===e}function c(e){return"number"==typeof e||"[object Number]"===Object.prototype.toString.call(e)}function h(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function d(e,t){var n,r=[],i=e.length;for(n=0;n<i;++n)r.push(t(e[n],n));return r}function f(e,t){for(var n in t)a(t,n)&&(e[n]=t[n]);return a(t,"toString")&&(e.toString=t.toString),a(t,"valueOf")&&(e.valueOf=t.valueOf),e}function p(e,t,n,r){return Xn(e,t,n,r,!0).utc()}function m(){
751
+ return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function a(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function l(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(a(e,t))return!1;return!0}function c(e){return void 0===e}function u(e){return"number"==typeof e||"[object Number]"===Object.prototype.toString.call(e)}function h(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function d(e,t){var n,r=[],i=e.length;for(n=0;n<i;++n)r.push(t(e[n],n));return r}function f(e,t){for(var n in t)a(t,n)&&(e[n]=t[n]);return a(t,"toString")&&(e.toString=t.toString),a(t,"valueOf")&&(e.valueOf=t.valueOf),e}function p(e,t,n,r){return Xn(e,t,n,r,!0).utc()}function m(){
754
752
  // We need to deep clone this object.
755
753
  return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}}function g(e){return null==e._pf&&(e._pf=m()),e._pf}function y(e){if(null==e._isValid){var t=g(e),r=n.call(t.parsedDateParts,(function(e){return null!=e})),i=!isNaN(e._d.getTime())&&t.overflow<0&&!t.empty&&!t.invalidEra&&!t.invalidMonth&&!t.invalidWeekday&&!t.weekdayMismatch&&!t.nullInput&&!t.invalidFormat&&!t.userInvalidated&&(!t.meridiem||t.meridiem&&r);if(e._strict&&(i=i&&0===t.charsLeftOver&&0===t.unusedTokens.length&&void 0===t.bigHour),null!=Object.isFrozen&&Object.isFrozen(e))return i;e._isValid=i}return e._isValid}function b(e){var t=p(NaN);return null!=e?f(g(t),e):g(t).userInvalidated=!0,t}
756
754
  // Plugins that add properties should also add the key here (null value),
757
755
  // so we can properly clone ourselves.
758
- n=Array.prototype.some?Array.prototype.some:function(e){var t,n=Object(this),r=n.length>>>0;for(t=0;t<r;t++)if(t in n&&e.call(this,n[t],t,n))return!0;return!1};var _=r.momentProperties=[],v=!1;function w(e,t){var n,r,i,o=_.length;if(u(t._isAMomentObject)||(e._isAMomentObject=t._isAMomentObject),u(t._i)||(e._i=t._i),u(t._f)||(e._f=t._f),u(t._l)||(e._l=t._l),u(t._strict)||(e._strict=t._strict),u(t._tzm)||(e._tzm=t._tzm),u(t._isUTC)||(e._isUTC=t._isUTC),u(t._offset)||(e._offset=t._offset),u(t._pf)||(e._pf=g(t)),u(t._locale)||(e._locale=t._locale),o>0)for(n=0;n<o;n++)u(i=t[r=_[n]])||(e[r]=i);return e}
756
+ n=Array.prototype.some?Array.prototype.some:function(e){var t,n=Object(this),r=n.length>>>0;for(t=0;t<r;t++)if(t in n&&e.call(this,n[t],t,n))return!0;return!1};var v=r.momentProperties=[],_=!1;function w(e,t){var n,r,i,o=v.length;if(c(t._isAMomentObject)||(e._isAMomentObject=t._isAMomentObject),c(t._i)||(e._i=t._i),c(t._f)||(e._f=t._f),c(t._l)||(e._l=t._l),c(t._strict)||(e._strict=t._strict),c(t._tzm)||(e._tzm=t._tzm),c(t._isUTC)||(e._isUTC=t._isUTC),c(t._offset)||(e._offset=t._offset),c(t._pf)||(e._pf=g(t)),c(t._locale)||(e._locale=t._locale),o>0)for(n=0;n<o;n++)c(i=t[r=v[n]])||(e[r]=i);return e}
759
757
  // Moment prototype object
760
758
  function k(e){w(this,e),this._d=new Date(null!=e._d?e._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),
761
759
  // Prevent infinite loop in case updateOffset creates new moment
762
760
  // objects.
763
- !1===v&&(v=!0,r.updateOffset(this),v=!1)}function E(e){return e instanceof k||null!=e&&null!=e._isAMomentObject}function T(e){!1===r.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function S(e,t){var n=!0;return f((function(){if(null!=r.deprecationHandler&&r.deprecationHandler(null,e),n){var i,o,s,l=[],u=arguments.length;for(o=0;o<u;o++){if(i="","object"==typeof arguments[o]){for(s in i+="\n["+o+"] ",arguments[0])a(arguments[0],s)&&(i+=s+": "+arguments[0][s]+", ");i=i.slice(0,-2)}else i=arguments[o];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 x,L={};function M(e,t){null!=r.deprecationHandler&&r.deprecationHandler(e,t),L[e]||(T(t),L[e]=!0)}function D(e){return"undefined"!=typeof Function&&e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}function F(e){var t,n;for(n in e)a(e,n)&&(D(t=e[n])?this[n]=t:this["_"+n]=t);this._config=e,
761
+ !1===_&&(_=!0,r.updateOffset(this),_=!1)}function E(e){return e instanceof k||null!=e&&null!=e._isAMomentObject}function T(e){!1===r.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function S(e,t){var n=!0;return f((function(){if(null!=r.deprecationHandler&&r.deprecationHandler(null,e),n){var i,o,s,l=[],c=arguments.length;for(o=0;o<c;o++){if(i="","object"==typeof arguments[o]){for(s in i+="\n["+o+"] ",arguments[0])a(arguments[0],s)&&(i+=s+": "+arguments[0][s]+", ");i=i.slice(0,-2)}else i=arguments[o];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 x,L={};function D(e,t){null!=r.deprecationHandler&&r.deprecationHandler(e,t),L[e]||(T(t),L[e]=!0)}function M(e){return"undefined"!=typeof Function&&e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}function F(e){var t,n;for(n in e)a(e,n)&&(M(t=e[n])?this[n]=t:this["_"+n]=t);this._config=e,
764
762
  // Lenient ordinal parsing accepts just a number in addition to
765
763
  // number + (possibly) stuff coming from _dayOfMonthOrdinalParse.
766
764
  // TODO: Remove "ordinalParse" fallback in next major release.
767
765
  this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function A(e,t){var n,r=f({},e);for(n in t)a(t,n)&&(s(e[n])&&s(t[n])?(r[n]={},f(r[n],e[n]),f(r[n],t[n])):null!=t[n]?r[n]=t[n]:delete r[n]);for(n in e)a(e,n)&&!a(t,n)&&s(e[n])&&(
768
766
  // make sure changes to properties don't modify parent config
769
- r[n]=f({},r[n]));return r}function I(e){null!=e&&this.set(e)}r.suppressDeprecationWarnings=!1,r.deprecationHandler=null,x=Object.keys?Object.keys:function(e){var t,n=[];for(t in e)a(e,t)&&n.push(t);return n};var $={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function O(e,t,n){var r=this._calendar[e]||this._calendar.sameElse;return D(r)?r.call(t,n):r}function P(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 H=/(\[[^\[]*\])|(\\)?([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,C=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,B={},N={};
767
+ r[n]=f({},r[n]));return r}function I(e){null!=e&&this.set(e)}r.suppressDeprecationWarnings=!1,r.deprecationHandler=null,x=Object.keys?Object.keys:function(e){var t,n=[];for(t in e)a(e,t)&&n.push(t);return n};var $={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function O(e,t,n){var r=this._calendar[e]||this._calendar.sameElse;return M(r)?r.call(t,n):r}function P(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 H=/(\[[^\[]*\])|(\\)?([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,C=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,B={},N={};
770
768
  // token: 'M'
771
769
  // padded: ['MM', 2]
772
770
  // ordinal: 'Mo'
773
771
  // callback: function () { this.month() + 1 }
774
- function R(e,t,n,r){var i=r;"string"==typeof r&&(i=function(){return this[r]()}),e&&(N[e]=i),t&&(N[t[0]]=function(){return P(i.apply(this,arguments),t[1],t[2])}),n&&(N[n]=function(){return this.localeData().ordinal(i.apply(this,arguments),e)})}function Y(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function U(e){var t,n,r=e.match(H);for(t=0,n=r.length;t<n;t++)N[r[t]]?r[t]=N[r[t]]:r[t]=Y(r[t]);return function(t){var i,o="";for(i=0;i<n;i++)o+=D(r[i])?r[i].call(t,e):r[i];return o}}
772
+ function R(e,t,n,r){var i=r;"string"==typeof r&&(i=function(){return this[r]()}),e&&(N[e]=i),t&&(N[t[0]]=function(){return P(i.apply(this,arguments),t[1],t[2])}),n&&(N[n]=function(){return this.localeData().ordinal(i.apply(this,arguments),e)})}function Y(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function U(e){var t,n,r=e.match(H);for(t=0,n=r.length;t<n;t++)N[r[t]]?r[t]=N[r[t]]:r[t]=Y(r[t]);return function(t){var i,o="";for(i=0;i<n;i++)o+=M(r[i])?r[i].call(t,e):r[i];return o}}
775
773
  // format date using native date object
776
- function G(e,t){return e.isValid()?(t=j(t,e.localeData()),B[t]=B[t]||U(t),B[t](e)):e.localeData().invalidDate()}function j(e,t){var n=5;function r(e){return t.longDateFormat(e)||e}for(C.lastIndex=0;n>=0&&C.test(e);)e=e.replace(C,r),C.lastIndex=0,n-=1;return e}var V={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(H).map((function(e){return"MMMM"===e||"MM"===e||"DD"===e||"dddd"===e?e.slice(1):e})).join(""),this._longDateFormat[e])}var z="Invalid date";function Z(){return this._invalidDate}var X="%d",K=/\d{1,2}/;function q(e){return this._ordinal.replace("%d",e)}var J={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function Q(e,t,n,r){var i=this._relativeTime[n];return D(i)?i(e,t,n,r):i.replace(/%d/i,e)}function ee(e,t){var n=this._relativeTime[e>0?"future":"past"];return D(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)a(e,n)&&(t=re(n))&&(r[t]=e[n]);return r}var oe={};function se(e,t){oe[e]=t}function ae(e){var t,n=[];for(t in e)a(e,t)&&n.push({unit:t,priority:oe[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 ue(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function ce(e){var t=+e,n=0;return 0!==t&&isFinite(t)&&(n=ue(t)),n}function he(e,t){return function(n){return null!=n?(fe(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 fe(e,t,n){e.isValid()&&!isNaN(n)&&("FullYear"===t&&le(e.year())&&1===e.month()&&29===e.date()?(n=ce(n),e._d["set"+(e._isUTC?"UTC":"")+t](n,e.month(),et(n,e.month()))):e._d["set"+(e._isUTC?"UTC":"")+t](n))}
774
+ function G(e,t){return e.isValid()?(t=j(t,e.localeData()),B[t]=B[t]||U(t),B[t](e)):e.localeData().invalidDate()}function j(e,t){var n=5;function r(e){return t.longDateFormat(e)||e}for(C.lastIndex=0;n>=0&&C.test(e);)e=e.replace(C,r),C.lastIndex=0,n-=1;return e}var V={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(H).map((function(e){return"MMMM"===e||"MM"===e||"DD"===e||"dddd"===e?e.slice(1):e})).join(""),this._longDateFormat[e])}var z="Invalid date";function Z(){return this._invalidDate}var X="%d",K=/\d{1,2}/;function q(e){return this._ordinal.replace("%d",e)}var J={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function Q(e,t,n,r){var i=this._relativeTime[n];return M(i)?i(e,t,n,r):i.replace(/%d/i,e)}function ee(e,t){var n=this._relativeTime[e>0?"future":"past"];return M(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)a(e,n)&&(t=re(n))&&(r[t]=e[n]);return r}var oe={};function se(e,t){oe[e]=t}function ae(e){var t,n=[];for(t in e)a(e,t)&&n.push({unit:t,priority:oe[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?(fe(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 fe(e,t,n){e.isValid()&&!isNaN(n)&&("FullYear"===t&&le(e.year())&&1===e.month()&&29===e.date()?(n=ue(n),e._d["set"+(e._isUTC?"UTC":"")+t](n,e.month(),et(n,e.month()))):e._d["set"+(e._isUTC?"UTC":"")+t](n))}
777
775
  // MOMENTS
778
- function pe(e){return D(this[e=re(e)])?this[e]():this}function me(e,t){if("object"==typeof e){var n,r=ae(e=ie(e)),i=r.length;for(n=0;n<i;n++)this[r[n].unit](e[r[n].unit])}else if(D(this[e=re(e)]))return this[e](t);return this}var ge,be=/\d/,// 0 - 9
779
- _e=/\d\d/,// 00 - 99
780
- ve=/\d{3}/,// 000 - 999
776
+ function pe(e){return M(this[e=re(e)])?this[e]():this}function me(e,t){if("object"==typeof e){var n,r=ae(e=ie(e)),i=r.length;for(n=0;n<i;n++)this[r[n].unit](e[r[n].unit])}else if(M(this[e=re(e)]))return this[e](t);return this}var ge,be=/\d/,// 0 - 9
777
+ ve=/\d\d/,// 00 - 99
778
+ _e=/\d{3}/,// 000 - 999
781
779
  we=/\d{4}/,// 0000 - 9999
782
780
  ke=/[+-]?\d{6}/,// -999999 - 999999
783
781
  Ee=/\d\d?/,// 0 - 99
@@ -785,17 +783,17 @@ Te=/\d\d\d\d?/,// 999 - 9999
785
783
  Se=/\d\d\d\d\d\d?/,// 99999 - 999999
786
784
  xe=/\d{1,3}/,// 0 - 999
787
785
  Le=/\d{1,4}/,// 0 - 9999
788
- Me=/[+-]?\d{1,6}/,// -999999 - 999999
789
- De=/\d+/,// 0 - inf
786
+ De=/[+-]?\d{1,6}/,// -999999 - 999999
787
+ Me=/\d+/,// 0 - inf
790
788
  Fe=/[+-]?\d+/,// -inf - inf
791
789
  Ae=/Z|[+-]\d\d:?\d\d/gi,// +00:00 -00:00 +0000 -0000 or Z
792
790
  Ie=/Z|[+-]\d\d(?::?\d\d)?/gi,// +00 -00 +00:00 -00:00 +0000 -0000 or Z
793
791
  $e=/[+-]?\d+(\.\d{1,3})?/,// 123456789 123456789.123
794
792
  // any word (or two) characters or numbers including two/three word month in arabic.
795
793
  // includes scottish gaelic two word and hyphenated months
796
- Oe=/[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 Pe(e,t,n){ge[e]=D(t)?t:function(e,r){return e&&n?n:t}}function He(e,t){return a(ge,e)?ge[e](t._strict,t._locale):new RegExp(Ce(e))}
794
+ Oe=/[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 Pe(e,t,n){ge[e]=M(t)?t:function(e,r){return e&&n?n:t}}function He(e,t){return a(ge,e)?ge[e](t._strict,t._locale):new RegExp(Ce(e))}
797
795
  // Code from http://stackoverflow.com/questions/3561493/is-there-a-regexp-escape-function-in-javascript
798
- function Ce(e){return Be(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(e,t,n,r,i){return t||n||r||i})))}function Be(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}ge={};var Ne={};function Re(e,t){var n,r,i=t;for("string"==typeof e&&(e=[e]),c(t)&&(i=function(e,n){n[t]=ce(e)}),r=e.length,n=0;n<r;n++)Ne[e[n]]=i}function Ye(e,t){Re(e,(function(e,n,r,i){r._w=r._w||{},t(e,r._w,r,i)}))}function Ue(e,t,n){null!=t&&a(Ne,e)&&Ne[e](t,n._a,n,e)}var Ge,je=0,Ve=1,We=2,ze=3,Ze=4,Xe=5,Ke=6,qe=7,Je=8;function Qe(e,t){return(e%t+t)%t}function et(e,t){if(isNaN(e)||isNaN(t))return NaN;var n=Qe(t,12);return e+=(t-n)/12,1===n?le(e)?29:28:31-n%7%2}
796
+ function Ce(e){return Be(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(e,t,n,r,i){return t||n||r||i})))}function Be(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}ge={};var Ne={};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++)Ne[e[n]]=i}function Ye(e,t){Re(e,(function(e,n,r,i){r._w=r._w||{},t(e,r._w,r,i)}))}function Ue(e,t,n){null!=t&&a(Ne,e)&&Ne[e](t,n._a,n,e)}var Ge,je=0,Ve=1,We=2,ze=3,Ze=4,Xe=5,Ke=6,qe=7,Je=8;function Qe(e,t){return(e%t+t)%t}function et(e,t){if(isNaN(e)||isNaN(t))return NaN;var n=Qe(t,12);return e+=(t-n)/12,1===n?le(e)?29:28:31-n%7%2}
799
797
  // FORMATTING
800
798
  Ge=Array.prototype.indexOf?Array.prototype.indexOf:function(e){
801
799
  // I know
@@ -805,13 +803,13 @@ ne("month","M"),
805
803
  // PRIORITY
806
804
  se("month",8),
807
805
  // PARSING
808
- Pe("M",Ee),Pe("MM",Ee,_e),Pe("MMM",(function(e,t){return t.monthsShortRegex(e)})),Pe("MMMM",(function(e,t){return t.monthsRegex(e)})),Re(["M","MM"],(function(e,t){t[Ve]=ce(e)-1})),Re(["MMM","MMMM"],(function(e,t,n,r){var i=n._locale.monthsParse(e,r,n._strict);
806
+ Pe("M",Ee),Pe("MM",Ee,ve),Pe("MMM",(function(e,t){return t.monthsShortRegex(e)})),Pe("MMMM",(function(e,t){return t.monthsRegex(e)})),Re(["M","MM"],(function(e,t){t[Ve]=ue(e)-1})),Re(["MMM","MMMM"],(function(e,t,n,r){var i=n._locale.monthsParse(e,r,n._strict);
809
807
  // if we didn't find a month name, mark the date as invalid.
810
808
  null!=i?t[Ve]=i:g(n).invalidMonth=e}));
811
809
  // LOCALES
812
810
  var tt="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),nt="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),rt=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,it=Oe,ot=Oe;function st(e,t){return e?o(this._months)?this._months[e.month()]:this._months[(this._months.isFormat||rt).test(t)?"format":"standalone"][e.month()]:o(this._months)?this._months:this._months.standalone}function at(e,t){return e?o(this._monthsShort)?this._monthsShort[e.month()]:this._monthsShort[rt.test(t)?"format":"standalone"][e.month()]:o(this._monthsShort)?this._monthsShort:this._monthsShort.standalone}function lt(e,t,n){var r,i,o,s=e.toLocaleLowerCase();if(!this._monthsParse)for(
813
811
  // this is not used
814
- this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],r=0;r<12;++r)o=p([2e3,r]),this._shortMonthsParse[r]=this.monthsShort(o,"").toLocaleLowerCase(),this._longMonthsParse[r]=this.months(o,"").toLocaleLowerCase();return n?"MMM"===t?-1!==(i=Ge.call(this._shortMonthsParse,s))?i:null:-1!==(i=Ge.call(this._longMonthsParse,s))?i:null:"MMM"===t?-1!==(i=Ge.call(this._shortMonthsParse,s))||-1!==(i=Ge.call(this._longMonthsParse,s))?i:null:-1!==(i=Ge.call(this._longMonthsParse,s))||-1!==(i=Ge.call(this._shortMonthsParse,s))?i:null}function ut(e,t,n){var r,i,o;if(this._monthsParseExact)return lt.call(this,e,t,n);
812
+ this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],r=0;r<12;++r)o=p([2e3,r]),this._shortMonthsParse[r]=this.monthsShort(o,"").toLocaleLowerCase(),this._longMonthsParse[r]=this.months(o,"").toLocaleLowerCase();return n?"MMM"===t?-1!==(i=Ge.call(this._shortMonthsParse,s))?i:null:-1!==(i=Ge.call(this._longMonthsParse,s))?i:null:"MMM"===t?-1!==(i=Ge.call(this._shortMonthsParse,s))||-1!==(i=Ge.call(this._longMonthsParse,s))?i:null:-1!==(i=Ge.call(this._longMonthsParse,s))||-1!==(i=Ge.call(this._shortMonthsParse,s))?i:null}function ct(e,t,n){var r,i,o;if(this._monthsParseExact)return lt.call(this,e,t,n);
815
813
  // TODO: add sorting
816
814
  // Sorting makes sure if one month (or abbr) is a prefix of another
817
815
  // see sorting in computeMonthsParse
@@ -821,11 +819,11 @@ if(
821
819
  // make the regex if we don't have it already
822
820
  i=p([2e3,r]),n&&!this._longMonthsParse[r]&&(this._longMonthsParse[r]=new RegExp("^"+this.months(i,"").replace(".","")+"$","i"),this._shortMonthsParse[r]=new RegExp("^"+this.monthsShort(i,"").replace(".","")+"$","i")),n||this._monthsParse[r]||(o="^"+this.months(i,"")+"|^"+this.monthsShort(i,""),this._monthsParse[r]=new RegExp(o.replace(".",""),"i")),n&&"MMMM"===t&&this._longMonthsParse[r].test(e))return r;if(n&&"MMM"===t&&this._shortMonthsParse[r].test(e))return r;if(!n&&this._monthsParse[r].test(e))return r}}
823
821
  // MOMENTS
824
- function ct(e,t){var n;if(!e.isValid())
822
+ function ut(e,t){var n;if(!e.isValid())
825
823
  // No op
826
- return e;if("string"==typeof t)if(/^\d+$/.test(t))t=ce(t);else
824
+ return e;if("string"==typeof t)if(/^\d+$/.test(t))t=ue(t);else
827
825
  // TODO: Another silent failure?
828
- if(!c(t=e.localeData().monthsParse(t)))return e;return n=Math.min(e.date(),et(e.year(),t)),e._d["set"+(e._isUTC?"UTC":"")+"Month"](t,n),e}function ht(e){return null!=e?(ct(this,e),r.updateOffset(this,!0),this):de(this,"Month")}function dt(){return et(this.year(),this.month())}function ft(e){return this._monthsParseExact?(a(this,"_monthsRegex")||mt.call(this),e?this._monthsShortStrictRegex:this._monthsShortRegex):(a(this,"_monthsShortRegex")||(this._monthsShortRegex=it),this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex)}function pt(e){return this._monthsParseExact?(a(this,"_monthsRegex")||mt.call(this),e?this._monthsStrictRegex:this._monthsRegex):(a(this,"_monthsRegex")||(this._monthsRegex=ot),this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex)}function mt(){function e(e,t){return t.length-e.length}var t,n,r=[],i=[],o=[];for(t=0;t<12;t++)
826
+ if(!u(t=e.localeData().monthsParse(t)))return e;return n=Math.min(e.date(),et(e.year(),t)),e._d["set"+(e._isUTC?"UTC":"")+"Month"](t,n),e}function ht(e){return null!=e?(ut(this,e),r.updateOffset(this,!0),this):de(this,"Month")}function dt(){return et(this.year(),this.month())}function ft(e){return this._monthsParseExact?(a(this,"_monthsRegex")||mt.call(this),e?this._monthsShortStrictRegex:this._monthsShortRegex):(a(this,"_monthsShortRegex")||(this._monthsShortRegex=it),this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex)}function pt(e){return this._monthsParseExact?(a(this,"_monthsRegex")||mt.call(this),e?this._monthsStrictRegex:this._monthsRegex):(a(this,"_monthsRegex")||(this._monthsRegex=ot),this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex)}function mt(){function e(e,t){return t.length-e.length}var t,n,r=[],i=[],o=[];for(t=0;t<12;t++)
829
827
  // make the regex if we don't have it already
830
828
  n=p([2e3,t]),r.push(this.monthsShort(n,"")),i.push(this.months(n,"")),o.push(this.months(n,"")),o.push(this.monthsShort(n,""));
831
829
  // Sorting makes sure if one month (or abbr) is a prefix of another it
@@ -841,23 +839,23 @@ ne("year","y"),
841
839
  // PRIORITIES
842
840
  se("year",1),
843
841
  // PARSING
844
- Pe("Y",Fe),Pe("YY",Ee,_e),Pe("YYYY",Le,we),Pe("YYYYY",Me,ke),Pe("YYYYYY",Me,ke),Re(["YYYYY","YYYYYY"],je),Re("YYYY",(function(e,t){t[je]=2===e.length?r.parseTwoDigitYear(e):ce(e)})),Re("YY",(function(e,t){t[je]=r.parseTwoDigitYear(e)})),Re("Y",(function(e,t){t[je]=parseInt(e,10)})),r.parseTwoDigitYear=function(e){return ce(e)+(ce(e)>68?1900:2e3)};
842
+ Pe("Y",Fe),Pe("YY",Ee,ve),Pe("YYYY",Le,we),Pe("YYYYY",De,ke),Pe("YYYYYY",De,ke),Re(["YYYYY","YYYYYY"],je),Re("YYYY",(function(e,t){t[je]=2===e.length?r.parseTwoDigitYear(e):ue(e)})),Re("YY",(function(e,t){t[je]=r.parseTwoDigitYear(e)})),Re("Y",(function(e,t){t[je]=parseInt(e,10)})),r.parseTwoDigitYear=function(e){return ue(e)+(ue(e)>68?1900:2e3)};
845
843
  // MOMENTS
846
- var yt=he("FullYear",!0);function bt(){return le(this.year())}function _t(e,t,n,r,i,o,s){
844
+ var yt=he("FullYear",!0);function bt(){return le(this.year())}function vt(e,t,n,r,i,o,s){
847
845
  // can't just apply() to create a date:
848
846
  // https://stackoverflow.com/q/181348
849
847
  var a;
850
848
  // the date constructor remaps years 0-99 to 1900-1999
851
849
  return e<100&&e>=0?(
852
850
  // preserve leap years using a full 400 year cycle, then reset
853
- a=new Date(e+400,t,n,r,i,o,s),isFinite(a.getFullYear())&&a.setFullYear(e)):a=new Date(e,t,n,r,i,o,s),a}function vt(e){var t,n;
851
+ a=new Date(e+400,t,n,r,i,o,s),isFinite(a.getFullYear())&&a.setFullYear(e)):a=new Date(e,t,n,r,i,o,s),a}function _t(e){var t,n;
854
852
  // the Date.UTC function remaps years 0-99 to 1900-1999
855
853
  return e<100&&e>=0?(
856
854
  // preserve leap years using a full 400 year cycle, then reset
857
855
  (n=Array.prototype.slice.call(arguments))[0]=e+400,t=new Date(Date.UTC.apply(null,n)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)):t=new Date(Date.UTC.apply(null,arguments)),t}
858
856
  // start-of-first-week - start-of-year
859
857
  function wt(e,t,n){var// first-week day -- which january is always in the first week (4 for iso, 1 for other)
860
- r=7+t-n;return-(7+vt(e,0,r).getUTCDay()-t)%7+r-1}
858
+ r=7+t-n;return-(7+_t(e,0,r).getUTCDay()-t)%7+r-1}
861
859
  // https://en.wikipedia.org/wiki/ISO_week_date#Calculating_a_date_given_the_year.2C_week_number_and_weekday
862
860
  function kt(e,t,n,r,i){var o,s,a=1+7*(t-1)+(7+n-r)%7+wt(e,r,i);return a<=0?s=gt(o=e-1)+a:a>gt(e)?(o=e+1,s=a-gt(e)):(o=e,s=a),{year:o,dayOfYear:s}}function Et(e,t,n){var r,i,o=wt(e.year(),t,n),s=Math.floor((e.dayOfYear()-o-1)/7)+1;return s<1?r=s+Tt(i=e.year()-1,t,n):s>Tt(e.year(),t,n)?(r=s-Tt(e.year(),t,n),i=e.year()+1):(i=e.year(),r=s),{week:r,year:i}}function Tt(e,t,n){var r=wt(e,t,n),i=wt(e+1,t,n);return(gt(e)-r+i)/7}
863
861
  // FORMATTING
@@ -869,10 +867,10 @@ ne("week","w"),ne("isoWeek","W"),
869
867
  // PRIORITIES
870
868
  se("week",5),se("isoWeek",5),
871
869
  // PARSING
872
- Pe("w",Ee),Pe("ww",Ee,_e),Pe("W",Ee),Pe("WW",Ee,_e),Ye(["w","ww","W","WW"],(function(e,t,n,r){t[r.substr(0,1)]=ce(e)}));var xt={dow:0,// Sunday is the first day of the week.
873
- doy:6};function Lt(){return this._week.dow}function Mt(){return this._week.doy}
870
+ Pe("w",Ee),Pe("ww",Ee,ve),Pe("W",Ee),Pe("WW",Ee,ve),Ye(["w","ww","W","WW"],(function(e,t,n,r){t[r.substr(0,1)]=ue(e)}));var xt={dow:0,// Sunday is the first day of the week.
871
+ doy:6};function Lt(){return this._week.dow}function Dt(){return this._week.doy}
874
872
  // MOMENTS
875
- function Dt(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")}function Ft(e){var t=Et(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")}
873
+ function Mt(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")}function Ft(e){var t=Et(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")}
876
874
  // FORMATTING
877
875
  // HELPERS
878
876
  function At(e,t){return"string"!=typeof e?e:isNaN(e)?"number"==typeof(e=t.weekdaysParse(e))?e:null:parseInt(e,10)}function It(e,t){return"string"==typeof e?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}
@@ -885,7 +883,7 @@ se("day",11),se("weekday",11),se("isoWeekday",11),
885
883
  // PARSING
886
884
  Pe("d",Ee),Pe("e",Ee),Pe("E",Ee),Pe("dd",(function(e,t){return t.weekdaysMinRegex(e)})),Pe("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),Pe("dddd",(function(e,t){return t.weekdaysRegex(e)})),Ye(["dd","ddd","dddd"],(function(e,t,n,r){var i=n._locale.weekdaysParse(e,r,n._strict);
887
885
  // if we didn't get a weekday name, mark the date as invalid
888
- null!=i?t.d=i:g(n).invalidWeekday=e})),Ye(["d","e","E"],(function(e,t,n,r){t[r]=ce(e)}));var Ot="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Pt="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Ht="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Ct=Oe,Bt=Oe,Nt=Oe;function Rt(e,t){var n=o(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(t)?"format":"standalone"];return!0===e?$t(n,this._week.dow):e?n[e.day()]:n}function Yt(e){return!0===e?$t(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}function Ut(e){return!0===e?$t(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin}function Gt(e,t,n){var r,i,o,s=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],r=0;r<7;++r)o=p([2e3,1]).day(r),this._minWeekdaysParse[r]=this.weekdaysMin(o,"").toLocaleLowerCase(),this._shortWeekdaysParse[r]=this.weekdaysShort(o,"").toLocaleLowerCase(),this._weekdaysParse[r]=this.weekdays(o,"").toLocaleLowerCase();return n?"dddd"===t?-1!==(i=Ge.call(this._weekdaysParse,s))?i:null:"ddd"===t?-1!==(i=Ge.call(this._shortWeekdaysParse,s))?i:null:-1!==(i=Ge.call(this._minWeekdaysParse,s))?i:null:"dddd"===t?-1!==(i=Ge.call(this._weekdaysParse,s))||-1!==(i=Ge.call(this._shortWeekdaysParse,s))||-1!==(i=Ge.call(this._minWeekdaysParse,s))?i:null:"ddd"===t?-1!==(i=Ge.call(this._shortWeekdaysParse,s))||-1!==(i=Ge.call(this._weekdaysParse,s))||-1!==(i=Ge.call(this._minWeekdaysParse,s))?i:null:-1!==(i=Ge.call(this._minWeekdaysParse,s))||-1!==(i=Ge.call(this._weekdaysParse,s))||-1!==(i=Ge.call(this._shortWeekdaysParse,s))?i:null}function jt(e,t,n){var r,i,o;if(this._weekdaysParseExact)return Gt.call(this,e,t,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){
886
+ null!=i?t.d=i:g(n).invalidWeekday=e})),Ye(["d","e","E"],(function(e,t,n,r){t[r]=ue(e)}));var Ot="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Pt="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Ht="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Ct=Oe,Bt=Oe,Nt=Oe;function Rt(e,t){var n=o(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(t)?"format":"standalone"];return!0===e?$t(n,this._week.dow):e?n[e.day()]:n}function Yt(e){return!0===e?$t(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}function Ut(e){return!0===e?$t(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin}function Gt(e,t,n){var r,i,o,s=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],r=0;r<7;++r)o=p([2e3,1]).day(r),this._minWeekdaysParse[r]=this.weekdaysMin(o,"").toLocaleLowerCase(),this._shortWeekdaysParse[r]=this.weekdaysShort(o,"").toLocaleLowerCase(),this._weekdaysParse[r]=this.weekdays(o,"").toLocaleLowerCase();return n?"dddd"===t?-1!==(i=Ge.call(this._weekdaysParse,s))?i:null:"ddd"===t?-1!==(i=Ge.call(this._shortWeekdaysParse,s))?i:null:-1!==(i=Ge.call(this._minWeekdaysParse,s))?i:null:"dddd"===t?-1!==(i=Ge.call(this._weekdaysParse,s))||-1!==(i=Ge.call(this._shortWeekdaysParse,s))||-1!==(i=Ge.call(this._minWeekdaysParse,s))?i:null:"ddd"===t?-1!==(i=Ge.call(this._shortWeekdaysParse,s))||-1!==(i=Ge.call(this._weekdaysParse,s))||-1!==(i=Ge.call(this._minWeekdaysParse,s))?i:null:-1!==(i=Ge.call(this._minWeekdaysParse,s))||-1!==(i=Ge.call(this._weekdaysParse,s))||-1!==(i=Ge.call(this._shortWeekdaysParse,s))?i:null}function jt(e,t,n){var r,i,o;if(this._weekdaysParseExact)return Gt.call(this,e,t,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){
889
887
  // test the regex
890
888
  if(
891
889
  // make the regex if we don't have it already
@@ -895,12 +893,12 @@ function Vt(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this
895
893
  // behaves the same as moment#day except
896
894
  // as a getter, returns 7 instead of 0 (1-7 range instead of 0-6)
897
895
  // as a setter, sunday should belong to the previous week.
898
- if(null!=e){var t=It(e,this.localeData());return this.day(this.day()%7?t:t-7)}return this.day()||7}function Zt(e){return this._weekdaysParseExact?(a(this,"_weekdaysRegex")||qt.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(a(this,"_weekdaysRegex")||(this._weekdaysRegex=Ct),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)}function Xt(e){return this._weekdaysParseExact?(a(this,"_weekdaysRegex")||qt.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(a(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Bt),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Kt(e){return this._weekdaysParseExact?(a(this,"_weekdaysRegex")||qt.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(a(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Nt),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function qt(){function e(e,t){return t.length-e.length}var t,n,r,i,o,s=[],a=[],l=[],u=[];for(t=0;t<7;t++)
896
+ if(null!=e){var t=It(e,this.localeData());return this.day(this.day()%7?t:t-7)}return this.day()||7}function Zt(e){return this._weekdaysParseExact?(a(this,"_weekdaysRegex")||qt.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(a(this,"_weekdaysRegex")||(this._weekdaysRegex=Ct),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)}function Xt(e){return this._weekdaysParseExact?(a(this,"_weekdaysRegex")||qt.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(a(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Bt),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Kt(e){return this._weekdaysParseExact?(a(this,"_weekdaysRegex")||qt.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(a(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Nt),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function qt(){function e(e,t){return t.length-e.length}var t,n,r,i,o,s=[],a=[],l=[],c=[];for(t=0;t<7;t++)
899
897
  // make the regex if we don't have it already
900
- n=p([2e3,1]).day(t),r=Be(this.weekdaysMin(n,"")),i=Be(this.weekdaysShort(n,"")),o=Be(this.weekdays(n,"")),s.push(r),a.push(i),l.push(o),u.push(r),u.push(i),u.push(o);
898
+ n=p([2e3,1]).day(t),r=Be(this.weekdaysMin(n,"")),i=Be(this.weekdaysShort(n,"")),o=Be(this.weekdays(n,"")),s.push(r),a.push(i),l.push(o),c.push(r),c.push(i),c.push(o);
901
899
  // Sorting makes sure if one weekday (or abbr) is a prefix of another it
902
900
  // will match the longer piece.
903
- s.sort(e),a.sort(e),l.sort(e),u.sort(e),this._weekdaysRegex=new RegExp("^("+u.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+a.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+s.join("|")+")","i")}
901
+ s.sort(e),a.sort(e),l.sort(e),c.sort(e),this._weekdaysRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+a.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+s.join("|")+")","i")}
904
902
  // FORMATTING
905
903
  function Jt(){return this.hours()%12||12}function Qt(){return this.hours()||24}function en(e,t){R(e,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)}))}
906
904
  // PARSING
@@ -913,12 +911,12 @@ return"p"===(e+"").toLowerCase().charAt(0)}R("H",["HH",2],0,"hour"),R("h",["hh",
913
911
  // ALIASES
914
912
  ne("hour","h"),
915
913
  // PRIORITY
916
- se("hour",13),Pe("a",tn),Pe("A",tn),Pe("H",Ee),Pe("h",Ee),Pe("k",Ee),Pe("HH",Ee,_e),Pe("hh",Ee,_e),Pe("kk",Ee,_e),Pe("hmm",Te),Pe("hmmss",Se),Pe("Hmm",Te),Pe("Hmmss",Se),Re(["H","HH"],ze),Re(["k","kk"],(function(e,t,n){var r=ce(e);t[ze]=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[ze]=ce(e),g(n).bigHour=!0})),Re("hmm",(function(e,t,n){var r=e.length-2;t[ze]=ce(e.substr(0,r)),t[Ze]=ce(e.substr(r)),g(n).bigHour=!0})),Re("hmmss",(function(e,t,n){var r=e.length-4,i=e.length-2;t[ze]=ce(e.substr(0,r)),t[Ze]=ce(e.substr(r,2)),t[Xe]=ce(e.substr(i)),g(n).bigHour=!0})),Re("Hmm",(function(e,t,n){var r=e.length-2;t[ze]=ce(e.substr(0,r)),t[Ze]=ce(e.substr(r))})),Re("Hmmss",(function(e,t,n){var r=e.length-4,i=e.length-2;t[ze]=ce(e.substr(0,r)),t[Ze]=ce(e.substr(r,2)),t[Xe]=ce(e.substr(i))}));var rn=/[ap]\.?m?\.?/i,
914
+ se("hour",13),Pe("a",tn),Pe("A",tn),Pe("H",Ee),Pe("h",Ee),Pe("k",Ee),Pe("HH",Ee,ve),Pe("hh",Ee,ve),Pe("kk",Ee,ve),Pe("hmm",Te),Pe("hmmss",Se),Pe("Hmm",Te),Pe("Hmmss",Se),Re(["H","HH"],ze),Re(["k","kk"],(function(e,t,n){var r=ue(e);t[ze]=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[ze]=ue(e),g(n).bigHour=!0})),Re("hmm",(function(e,t,n){var r=e.length-2;t[ze]=ue(e.substr(0,r)),t[Ze]=ue(e.substr(r)),g(n).bigHour=!0})),Re("hmmss",(function(e,t,n){var r=e.length-4,i=e.length-2;t[ze]=ue(e.substr(0,r)),t[Ze]=ue(e.substr(r,2)),t[Xe]=ue(e.substr(i)),g(n).bigHour=!0})),Re("Hmm",(function(e,t,n){var r=e.length-2;t[ze]=ue(e.substr(0,r)),t[Ze]=ue(e.substr(r))})),Re("Hmmss",(function(e,t,n){var r=e.length-4,i=e.length-2;t[ze]=ue(e.substr(0,r)),t[Ze]=ue(e.substr(r,2)),t[Xe]=ue(e.substr(i))}));var rn=/[ap]\.?m?\.?/i,
917
915
  // Setting the hour should keep the time, because the user explicitly
918
916
  // specified which hour they want. So trying to maintain the same hour (in
919
917
  // a new timezone) makes sense. Adding/subtracting hours does not follow
920
918
  // this rule.
921
- on=he("Hours",!0);function sn(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"}var an,ln={calendar:$,longDateFormat:V,invalidDate:z,ordinal:X,dayOfMonthOrdinalParse:K,relativeTime:J,months:tt,monthsShort:nt,week:xt,weekdays:Ot,weekdaysMin:Ht,weekdaysShort:Pt,meridiemParse:rn},un={},cn={};
919
+ on=he("Hours",!0);function sn(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"}var an,ln={calendar:$,longDateFormat:V,invalidDate:z,ordinal:X,dayOfMonthOrdinalParse:K,relativeTime:J,months:tt,monthsShort:nt,week:xt,weekdays:Ot,weekdaysMin:Ht,weekdaysShort:Pt,meridiemParse:rn},cn={},un={};
922
920
  // internal storage for locale config files
923
921
  function hn(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 dn(e){return e?e.toLowerCase().replace("_","-"):e}
924
922
  // pick the locale from the array
@@ -930,58 +928,58 @@ break;t--}o++}return an}function pn(e){
930
928
  // Prevent names that look like filesystem paths, i.e contain '/' or '\'
931
929
  return null!=e.match("^[^/\\\\]*$")}function mn(t){var n=null;
932
930
  // TODO: Find a better way to register and load all the locales in Node
933
- if(void 0===un[t]&&e&&e.exports&&pn(t))try{n=an._abbr,ye(),gn(n)}catch(e){
931
+ if(void 0===cn[t]&&e&&e.exports&&pn(t))try{n=an._abbr,ye(),gn(n)}catch(e){
934
932
  // mark as not found to avoid repeating expensive file require call causing high CPU
935
933
  // when trying to find en-US, en_US, en-us for every format call
936
- un[t]=null;// null means not found
937
- }return un[t]}
934
+ cn[t]=null;// null means not found
935
+ }return cn[t]}
938
936
  // This function will load locale and then set the global locale. If
939
937
  // no arguments are passed in, it will simply return the current global
940
938
  // locale key.
941
- function gn(e,t){var n;return e&&((n=u(t)?_n(e):yn(e,t))?
939
+ function gn(e,t){var n;return e&&((n=c(t)?vn(e):yn(e,t))?
942
940
  // moment.duration._locale = moment._locale = data;
943
941
  an=n:"undefined"!=typeof console&&console.warn&&
944
942
  //warn user if arguments are passed but the locale could not be set
945
- console.warn("Locale "+e+" not found. Did you forget to load it?")),an._abbr}function yn(e,t){if(null!==t){var n,r=ln;if(t.abbr=e,null!=un[e])M("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),r=un[e]._config;else if(null!=t.parentLocale)if(null!=un[t.parentLocale])r=un[t.parentLocale]._config;else{if(null==(n=mn(t.parentLocale)))return cn[t.parentLocale]||(cn[t.parentLocale]=[]),cn[t.parentLocale].push({name:e,config:t}),null;r=n._config}return un[e]=new I(A(r,t)),cn[e]&&cn[e].forEach((function(e){yn(e.name,e.config)})),
943
+ console.warn("Locale "+e+" not found. Did you forget to load it?")),an._abbr}function yn(e,t){if(null!==t){var n,r=ln;if(t.abbr=e,null!=cn[e])D("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),r=cn[e]._config;else if(null!=t.parentLocale)if(null!=cn[t.parentLocale])r=cn[t.parentLocale]._config;else{if(null==(n=mn(t.parentLocale)))return un[t.parentLocale]||(un[t.parentLocale]=[]),un[t.parentLocale].push({name:e,config:t}),null;r=n._config}return cn[e]=new I(A(r,t)),un[e]&&un[e].forEach((function(e){yn(e.name,e.config)})),
946
944
  // backwards compat for now: also set the locale
947
945
  // make sure we set the locale AFTER all child locales have been
948
946
  // created, so we won't end up with the child locale set.
949
- gn(e),un[e]}
947
+ gn(e),cn[e]}
950
948
  // useful for testing
951
- return delete un[e],null}function bn(e,t){if(null!=t){var n,r,i=ln;null!=un[e]&&null!=un[e].parentLocale?
949
+ return delete cn[e],null}function bn(e,t){if(null!=t){var n,r,i=ln;null!=cn[e]&&null!=cn[e].parentLocale?
952
950
  // Update existing child locale in-place to avoid memory-leaks
953
- un[e].set(A(un[e]._config,t)):(
951
+ cn[e].set(A(cn[e]._config,t)):(
954
952
  // MERGE
955
953
  null!=(r=mn(e))&&(i=r._config),t=A(i,t),null==r&&(
956
954
  // updateLocale is called for creating a new locale
957
955
  // Set abbr so it will have a name (getters return
958
956
  // undefined otherwise).
959
- t.abbr=e),(n=new I(t)).parentLocale=un[e],un[e]=n),
957
+ t.abbr=e),(n=new I(t)).parentLocale=cn[e],cn[e]=n),
960
958
  // backwards compat for now: also set the locale
961
959
  gn(e)}else
962
960
  // pass null for config to unupdate, useful for tests
963
- null!=un[e]&&(null!=un[e].parentLocale?(un[e]=un[e].parentLocale,e===gn()&&gn(e)):null!=un[e]&&delete un[e]);return un[e]}
961
+ null!=cn[e]&&(null!=cn[e].parentLocale?(cn[e]=cn[e].parentLocale,e===gn()&&gn(e)):null!=cn[e]&&delete cn[e]);return cn[e]}
964
962
  // returns locale data
965
- function _n(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return an;if(!o(e)){if(
963
+ function vn(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return an;if(!o(e)){if(
966
964
  //short-circuit everything else
967
- t=mn(e))return t;e=[e]}return fn(e)}function vn(){return x(un)}function wn(e){var t,n=e._a;return n&&-2===g(e).overflow&&(t=n[Ve]<0||n[Ve]>11?Ve:n[We]<1||n[We]>et(n[je],n[Ve])?We:n[ze]<0||n[ze]>24||24===n[ze]&&(0!==n[Ze]||0!==n[Xe]||0!==n[Ke])?ze:n[Ze]<0||n[Ze]>59?Ze:n[Xe]<0||n[Xe]>59?Xe:n[Ke]<0||n[Ke]>999?Ke:-1,g(e)._overflowDayOfYear&&(t<je||t>We)&&(t=We),g(e)._overflowWeeks&&-1===t&&(t=qe),g(e)._overflowWeekday&&-1===t&&(t=Je),g(e).overflow=t),e}
965
+ t=mn(e))return t;e=[e]}return fn(e)}function _n(){return x(cn)}function wn(e){var t,n=e._a;return n&&-2===g(e).overflow&&(t=n[Ve]<0||n[Ve]>11?Ve:n[We]<1||n[We]>et(n[je],n[Ve])?We:n[ze]<0||n[ze]>24||24===n[ze]&&(0!==n[Ze]||0!==n[Xe]||0!==n[Ke])?ze:n[Ze]<0||n[Ze]>59?Ze:n[Xe]<0||n[Xe]>59?Xe:n[Ke]<0||n[Ke]>999?Ke:-1,g(e)._overflowDayOfYear&&(t<je||t>We)&&(t=We),g(e)._overflowWeeks&&-1===t&&(t=qe),g(e)._overflowWeekday&&-1===t&&(t=Je),g(e).overflow=t),e}
968
966
  // iso 8601 regex
969
967
  // 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)
970
968
  var kn=/^\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)?)?$/,En=/^\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)?)?$/,Tn=/Z|[+-]\d\d(?::?\d\d)?/,Sn=[["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]],
971
969
  // iso time formats and regexes
972
970
  xn=[["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/]],Ln=/^\/?Date\((-?\d+)/i,
973
971
  // RFC 2822 regex: For details see https://tools.ietf.org/html/rfc2822#section-3.3
974
- 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}))$/,Dn={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};
972
+ Dn=/^(?:(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}))$/,Mn={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};
975
973
  // date from iso format
976
- function Fn(e){var t,n,r,i,o,s,a=e._i,l=kn.exec(a)||En.exec(a),u=Sn.length,c=xn.length;if(l){for(g(e).iso=!0,t=0,n=u;t<n;t++)if(Sn[t][1].exec(l[1])){i=Sn[t][0],r=!1!==Sn[t][2];break}if(null==i)return void(e._isValid=!1);if(l[3]){for(t=0,n=c;t<n;t++)if(xn[t][1].exec(l[3])){
974
+ function Fn(e){var t,n,r,i,o,s,a=e._i,l=kn.exec(a)||En.exec(a),c=Sn.length,u=xn.length;if(l){for(g(e).iso=!0,t=0,n=c;t<n;t++)if(Sn[t][1].exec(l[1])){i=Sn[t][0],r=!1!==Sn[t][2];break}if(null==i)return void(e._isValid=!1);if(l[3]){for(t=0,n=u;t<n;t++)if(xn[t][1].exec(l[3])){
977
975
  // match[2] should be 'T' or space
978
976
  o=(l[2]||" ")+xn[t][0];break}if(null==o)return void(e._isValid=!1)}if(!r&&null!=o)return void(e._isValid=!1);if(l[4]){if(!Tn.exec(l[4]))return void(e._isValid=!1);s="Z"}e._f=i+(o||"")+(s||""),Un(e)}else e._isValid=!1}function An(e,t,n,r,i,o){var s=[In(e),nt.indexOf(t),parseInt(n,10),parseInt(r,10),parseInt(i,10)];return o&&s.push(parseInt(o,10)),s}function In(e){var t=parseInt(e,10);return t<=49?2e3+t:t<=999?1900+t:t}function $n(e){
979
977
  // Remove comments and folding whitespace and replace multiple-spaces with a single space
980
- return e.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function On(e,t,n){return!e||Pt.indexOf(e)===new Date(t[0],t[1],t[2]).getDay()||(g(n).weekdayMismatch=!0,n._isValid=!1,!1)}function Pn(e,t,n){if(e)return Dn[e];if(t)
978
+ return e.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function On(e,t,n){return!e||Pt.indexOf(e)===new Date(t[0],t[1],t[2]).getDay()||(g(n).weekdayMismatch=!0,n._isValid=!1,!1)}function Pn(e,t,n){if(e)return Mn[e];if(t)
981
979
  // the only allowed military tz is Z
982
980
  return 0;var r=parseInt(n,10),i=r%100;return(r-i)/100*60+i}
983
981
  // date and time from ref 2822 format
984
- function Hn(e){var t,n=Mn.exec($n(e._i));if(n){if(t=An(n[4],n[3],n[2],n[5],n[6],n[7]),!On(n[1],t,e))return;e._a=t,e._tzm=Pn(n[8],n[9],n[10]),e._d=vt.apply(null,e._a),e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),g(e).rfc2822=!0}else e._isValid=!1}
982
+ function Hn(e){var t,n=Dn.exec($n(e._i));if(n){if(t=An(n[4],n[3],n[2],n[5],n[6],n[7]),!On(n[1],t,e))return;e._a=t,e._tzm=Pn(n[8],n[9],n[10]),e._d=_t.apply(null,e._a),e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),g(e).rfc2822=!0}else e._isValid=!1}
985
983
  // date from 1) ASP.NET, 2) ISO, 3) RFC 2822 formats, or 4) optional fallback if parsing isn't strict
986
984
  function Cn(e){var t=Ln.exec(e._i);null===t?(Fn(e),!1===e._isValid&&(delete e._isValid,Hn(e),!1===e._isValid&&(delete e._isValid,e._strict?e._isValid=!1:
987
985
  // Final attempt, use Input Fallback
@@ -1004,23 +1002,23 @@ for(r=Nn(e),
1004
1002
  //compute day of the year from weeks and weekdays
1005
1003
  e._w&&null==e._a[We]&&null==e._a[Ve]&&Yn(e),
1006
1004
  //if the day of the year is set, figure out what it is
1007
- null!=e._dayOfYear&&(o=Bn(e._a[je],r[je]),(e._dayOfYear>gt(o)||0===e._dayOfYear)&&(g(e)._overflowDayOfYear=!0),n=vt(o,0,e._dayOfYear),e._a[Ve]=n.getUTCMonth(),e._a[We]=n.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=s[t]=r[t];
1005
+ null!=e._dayOfYear&&(o=Bn(e._a[je],r[je]),(e._dayOfYear>gt(o)||0===e._dayOfYear)&&(g(e)._overflowDayOfYear=!0),n=_t(o,0,e._dayOfYear),e._a[Ve]=n.getUTCMonth(),e._a[We]=n.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=s[t]=r[t];
1008
1006
  // Zero out whatever was not defaulted, including time
1009
1007
  for(;t<7;t++)e._a[t]=s[t]=null==e._a[t]?2===t?1:0:e._a[t];
1010
1008
  // Check for 24:00:00.000
1011
- 24===e._a[ze]&&0===e._a[Ze]&&0===e._a[Xe]&&0===e._a[Ke]&&(e._nextDay=!0,e._a[ze]=0),e._d=(e._useUTC?vt:_t).apply(null,s),i=e._useUTC?e._d.getUTCDay():e._d.getDay(),
1009
+ 24===e._a[ze]&&0===e._a[Ze]&&0===e._a[Xe]&&0===e._a[Ke]&&(e._nextDay=!0,e._a[ze]=0),e._d=(e._useUTC?_t:vt).apply(null,s),i=e._useUTC?e._d.getUTCDay():e._d.getDay(),
1012
1010
  // Apply timezone offset from input. The actual utcOffset can be changed
1013
1011
  // with parseZone.
1014
1012
  null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[ze]=24),
1015
1013
  // check for mismatching day of week
1016
- e._w&&void 0!==e._w.d&&e._w.d!==i&&(g(e).weekdayMismatch=!0)}}function Yn(e){var t,n,r,i,o,s,a,l,u;null!=(t=e._w).GG||null!=t.W||null!=t.E?(o=1,s=4,
1014
+ e._w&&void 0!==e._w.d&&e._w.d!==i&&(g(e).weekdayMismatch=!0)}}function Yn(e){var t,n,r,i,o,s,a,l,c;null!=(t=e._w).GG||null!=t.W||null!=t.E?(o=1,s=4,
1017
1015
  // TODO: We need to take the current isoWeekYear, but that depends on
1018
1016
  // how we interpret now (local, utc, fixed offset). So create
1019
1017
  // a now version of current config (take local/utc/offset flags, and
1020
1018
  // create now).
1021
- n=Bn(t.GG,e._a[je],Et(Kn(),1,4).year),r=Bn(t.W,1),((i=Bn(t.E,1))<1||i>7)&&(l=!0)):(o=e._locale._week.dow,s=e._locale._week.doy,u=Et(Kn(),o,s),n=Bn(t.gg,e._a[je],u.year),
1019
+ n=Bn(t.GG,e._a[je],Et(Kn(),1,4).year),r=Bn(t.W,1),((i=Bn(t.E,1))<1||i>7)&&(l=!0)):(o=e._locale._week.dow,s=e._locale._week.doy,c=Et(Kn(),o,s),n=Bn(t.gg,e._a[je],c.year),
1022
1020
  // Default to current week.
1023
- r=Bn(t.w,u.week),null!=t.d?((
1021
+ r=Bn(t.w,c.week),null!=t.d?((
1024
1022
  // weekday -- low day numbers are considered next week
1025
1023
  i=t.d)<0||i>6)&&(l=!0):null!=t.e?(
1026
1024
  // local weekday -- counting starts from beginning of week
@@ -1033,11 +1031,11 @@ function Un(e){
1033
1031
  // TODO: Move this to another part of the creation flow to prevent circular deps
1034
1032
  if(e._f!==r.ISO_8601)if(e._f!==r.RFC_2822){e._a=[],g(e).empty=!0;
1035
1033
  // This array is used to make a Date, either with `new Date` or `Date.UTC`
1036
- var t,n,i,o,s,a,l,u=""+e._i,c=u.length,h=0;for(l=(i=j(e._f,e._locale).match(H)||[]).length,t=0;t<l;t++)o=i[t],(n=(u.match(He(o,e))||[])[0])&&((s=u.substr(0,u.indexOf(n))).length>0&&g(e).unusedInput.push(s),u=u.slice(u.indexOf(n)+n.length),h+=n.length),
1034
+ var t,n,i,o,s,a,l,c=""+e._i,u=c.length,h=0;for(l=(i=j(e._f,e._locale).match(H)||[]).length,t=0;t<l;t++)o=i[t],(n=(c.match(He(o,e))||[])[0])&&((s=c.substr(0,c.indexOf(n))).length>0&&g(e).unusedInput.push(s),c=c.slice(c.indexOf(n)+n.length),h+=n.length),
1037
1035
  // don't parse if it's not a known token
1038
1036
  N[o]?(n?g(e).empty=!1:g(e).unusedTokens.push(o),Ue(o,n,e)):e._strict&&!n&&g(e).unusedTokens.push(o);
1039
1037
  // add remaining unparsed input length to the string
1040
- g(e).charsLeftOver=c-h,u.length>0&&g(e).unusedInput.push(u),
1038
+ g(e).charsLeftOver=u-h,c.length>0&&g(e).unusedInput.push(c),
1041
1039
  // clear _12h flag if hour is <= 12
1042
1040
  e._a[ze]<=12&&!0===g(e).bigHour&&e._a[ze]>0&&(g(e).bigHour=void 0),g(e).parsedDateParts=e._a.slice(0),g(e).meridiem=e._meridiem,
1043
1041
  // handle meridiem
@@ -1053,7 +1051,7 @@ o+=g(t).charsLeftOver,
1053
1051
  //or tokens
1054
1052
  o+=10*g(t).unusedTokens.length,g(t).score=o,a?o<r&&(r=o,n=t):(null==r||o<r||s)&&(r=o,n=t,s&&(a=!0));f(e,n||t)}function Vn(e){if(!e._d){var t=ie(e._i),n=void 0===t.day?t.date:t.day;e._a=d([t.year,t.month,n,t.hour,t.minute,t.second,t.millisecond],(function(e){return e&&parseInt(e,10)})),Rn(e)}}function Wn(e){var t=new k(wn(zn(e)));return t._nextDay&&(
1055
1053
  // Adding is smart enough around DST
1056
- t.add(1,"d"),t._nextDay=void 0),t}function zn(e){var t=e._i,n=e._f;return e._locale=e._locale||_n(e._l),null===t||void 0===n&&""===t?b({nullInput:!0}):("string"==typeof t&&(e._i=t=e._locale.preparse(t)),E(t)?new k(wn(t)):(h(t)?e._d=t:o(n)?jn(e):n?Un(e):Zn(e),y(e)||(e._d=null),e))}function Zn(e){var t=e._i;u(t)?e._d=new Date(r.now()):h(t)?e._d=new Date(t.valueOf()):"string"==typeof t?Cn(e):o(t)?(e._a=d(t.slice(0),(function(e){return parseInt(e,10)})),Rn(e)):s(t)?Vn(e):c(t)?
1054
+ t.add(1,"d"),t._nextDay=void 0),t}function zn(e){var t=e._i,n=e._f;return e._locale=e._locale||vn(e._l),null===t||void 0===n&&""===t?b({nullInput:!0}):("string"==typeof t&&(e._i=t=e._locale.preparse(t)),E(t)?new k(wn(t)):(h(t)?e._d=t:o(n)?jn(e):n?Un(e):Zn(e),y(e)||(e._d=null),e))}function Zn(e){var t=e._i;c(t)?e._d=new Date(r.now()):h(t)?e._d=new Date(t.valueOf()):"string"==typeof t?Cn(e):o(t)?(e._a=d(t.slice(0),(function(e){return parseInt(e,10)})),Rn(e)):s(t)?Vn(e):u(t)?
1057
1055
  // from milliseconds
1058
1056
  e._d=new Date(t):r.createFromInputFallback(e)}function Xn(e,t,n,r,i){var a={};return!0!==t&&!1!==t||(r=t,t=void 0),!0!==n&&!1!==n||(r=n,n=void 0),(s(e)&&l(e)||o(e)&&0===e.length)&&(e=void 0),
1059
1057
  // object construction must be done this way.
@@ -1069,9 +1067,9 @@ r.RFC_2822=function(){};var qn=S("moment().min is deprecated, use moment.max ins
1069
1067
  function Qn(e,t){var n,r;if(1===t.length&&o(t[0])&&(t=t[0]),!t.length)return Kn();for(n=t[0],r=1;r<t.length;++r)t[r].isValid()&&!t[r][e](n)||(n=t[r]);return n}
1070
1068
  // TODO: Use [].sort instead?
1071
1069
  function er(){return Qn("isBefore",[].slice.call(arguments,0))}function tr(){return Qn("isAfter",[].slice.call(arguments,0))}var nr=function(){return Date.now?Date.now():+new Date},rr=["year","quarter","month","week","day","hour","minute","second","millisecond"];function ir(e){var t,n,r=!1,i=rr.length;for(t in e)if(a(e,t)&&(-1===Ge.call(rr,t)||null!=e[t]&&isNaN(e[t])))return!1;for(n=0;n<i;++n)if(e[rr[n]]){if(r)return!1;// only allow non-integers for smallest unit
1072
- parseFloat(e[rr[n]])!==ce(e[rr[n]])&&(r=!0)}return!0}function or(){return this._isValid}function sr(){return Dr(NaN)}function ar(e){var t=ie(e),n=t.year||0,r=t.quarter||0,i=t.month||0,o=t.week||t.isoWeek||0,s=t.day||0,a=t.hour||0,l=t.minute||0,u=t.second||0,c=t.millisecond||0;this._isValid=ir(t),
1070
+ parseFloat(e[rr[n]])!==ue(e[rr[n]])&&(r=!0)}return!0}function or(){return this._isValid}function sr(){return Mr(NaN)}function ar(e){var t=ie(e),n=t.year||0,r=t.quarter||0,i=t.month||0,o=t.week||t.isoWeek||0,s=t.day||0,a=t.hour||0,l=t.minute||0,c=t.second||0,u=t.millisecond||0;this._isValid=ir(t),
1073
1071
  // representation for dateAddRemove
1074
- this._milliseconds=+c+1e3*u+// 1000
1072
+ this._milliseconds=+u+1e3*c+// 1000
1075
1073
  6e4*l+// 1000 * 60
1076
1074
  1e3*a*60*60,//using 1000 * 60 * 60 instead of 36e5 to avoid floating point rounding errors https://github.com/moment/moment/issues/2978
1077
1075
  // Because of dateAddRemove treats 24 hours as different from a
@@ -1080,9 +1078,9 @@ this._days=+s+7*o,
1080
1078
  // It is impossible to translate months into days without knowing
1081
1079
  // which months you are are talking about, so we have to store
1082
1080
  // it separately.
1083
- this._months=+i+3*r+12*n,this._data={},this._locale=_n(),this._bubble()}function lr(e){return e instanceof ar}function ur(e){return e<0?-1*Math.round(-1*e):Math.round(e)}
1081
+ this._months=+i+3*r+12*n,this._data={},this._locale=vn(),this._bubble()}function lr(e){return e instanceof ar}function cr(e){return e<0?-1*Math.round(-1*e):Math.round(e)}
1084
1082
  // compare two arrays, return the number of differences
1085
- function cr(e,t,n){var r,i=Math.min(e.length,t.length),o=Math.abs(e.length-t.length),s=0;for(r=0;r<i;r++)(n&&e[r]!==t[r]||!n&&ce(e[r])!==ce(t[r]))&&s++;return s+o}
1083
+ function ur(e,t,n){var r,i=Math.min(e.length,t.length),o=Math.abs(e.length-t.length),s=0;for(r=0;r<i;r++)(n&&e[r]!==t[r]||!n&&ue(e[r])!==ue(t[r]))&&s++;return s+o}
1086
1084
  // FORMATTING
1087
1085
  function hr(e,t){R(e,0,0,(function(){var e=this.utcOffset(),n="+";return e<0&&(e=-e,n="-"),n+P(~~(e/60),2)+t+P(~~e%60,2)}))}hr("Z",":"),hr("ZZ",""),
1088
1086
  // PARSING
@@ -1091,7 +1089,7 @@ Pe("Z",Ie),Pe("ZZ",Ie),Re(["Z","ZZ"],(function(e,t,n){n._useUTC=!0,n._tzm=fr(Ie,
1091
1089
  // timezone chunker
1092
1090
  // '+10:00' > ['10', '00']
1093
1091
  // '-1530' > ['-15', '30']
1094
- var dr=/([\+\-]|\d\d)/gi;function fr(e,t){var n,r,i=(t||"").match(e);return null===i?null:0===(r=60*(n=((i[i.length-1]||[])+"").match(dr)||["-",0,0])[1]+ce(n[2]))?0:"+"===n[0]?r:-r}
1092
+ var dr=/([\+\-]|\d\d)/gi;function fr(e,t){var n,r,i=(t||"").match(e);return null===i?null:0===(r=60*(n=((i[i.length-1]||[])+"").match(dr)||["-",0,0])[1]+ue(n[2]))?0:"+"===n[0]?r:-r}
1095
1093
  // Return a moment from input, that is local/utc/zone equivalent to model.
1096
1094
  function pr(e,t){var n,i;return t._isUTC?(n=t.clone(),i=(E(e)||h(e)?e.valueOf():Kn(e).valueOf())-n.valueOf(),
1097
1095
  // Use low-level api, because this fn is low-level api.
@@ -1112,15 +1110,15 @@ return-Math.round(e._d.getTimezoneOffset())}
1112
1110
  // a second time. In case it wants us to change the offset again
1113
1111
  // _changeInProgress == true case, then we have to adjust, because
1114
1112
  // there is no such time in the given timezone.
1115
- function gr(e,t,n){var i,o=this._offset||0;if(!this.isValid())return null!=e?this:NaN;if(null!=e){if("string"==typeof e){if(null===(e=fr(Ie,e)))return this}else Math.abs(e)<16&&!n&&(e*=60);return!this._isUTC&&t&&(i=mr(this)),this._offset=e,this._isUTC=!0,null!=i&&this.add(i,"m"),o!==e&&(!t||this._changeInProgress?Or(this,Dr(e-o,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,r.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?o:mr(this)}function yr(e,t){return null!=e?("string"!=typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()}function br(e){return this.utcOffset(0,e)}function _r(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(mr(this),"m")),this}function vr(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var e=fr(Ae,this._i);null!=e?this.utcOffset(e):this.utcOffset(0,!0)}return this}function wr(e){return!!this.isValid()&&(e=e?Kn(e).utcOffset():0,(this.utcOffset()-e)%60==0)}function kr(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function Er(){if(!u(this._isDSTShifted))return this._isDSTShifted;var e,t={};return w(t,this),(t=zn(t))._a?(e=t._isUTC?p(t._a):Kn(t._a),this._isDSTShifted=this.isValid()&&cr(t._a,e.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function Tr(){return!!this.isValid()&&!this._isUTC}function Sr(){return!!this.isValid()&&this._isUTC}function xr(){return!!this.isValid()&&this._isUTC&&0===this._offset}
1113
+ function gr(e,t,n){var i,o=this._offset||0;if(!this.isValid())return null!=e?this:NaN;if(null!=e){if("string"==typeof e){if(null===(e=fr(Ie,e)))return this}else Math.abs(e)<16&&!n&&(e*=60);return!this._isUTC&&t&&(i=mr(this)),this._offset=e,this._isUTC=!0,null!=i&&this.add(i,"m"),o!==e&&(!t||this._changeInProgress?Or(this,Mr(e-o,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,r.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?o:mr(this)}function yr(e,t){return null!=e?("string"!=typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()}function br(e){return this.utcOffset(0,e)}function vr(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(mr(this),"m")),this}function _r(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var e=fr(Ae,this._i);null!=e?this.utcOffset(e):this.utcOffset(0,!0)}return this}function wr(e){return!!this.isValid()&&(e=e?Kn(e).utcOffset():0,(this.utcOffset()-e)%60==0)}function kr(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function Er(){if(!c(this._isDSTShifted))return this._isDSTShifted;var e,t={};return w(t,this),(t=zn(t))._a?(e=t._isUTC?p(t._a):Kn(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 Sr(){return!!this.isValid()&&this._isUTC}function xr(){return!!this.isValid()&&this._isUTC&&0===this._offset}
1116
1114
  // ASP.NET json date format regex
1117
1115
  r.updateOffset=function(){};var Lr=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,
1118
1116
  // from http://docs.closure-library.googlecode.com/git/closure_goog_date_date.js.source.html
1119
1117
  // somewhat more in line with 4.4.3.2 2004 spec, but allows decimal anywhere
1120
1118
  // and further modified to allow for strings containing both week and day
1121
- Mr=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Dr(e,t){var n,r,i,o=e,
1119
+ Dr=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Mr(e,t){var n,r,i,o=e,
1122
1120
  // matching against regexp is expensive, do it on demand
1123
- s=null;return lr(e)?o={ms:e._milliseconds,d:e._days,M:e._months}:c(e)||!isNaN(+e)?(o={},t?o[t]=+e:o.milliseconds=+e):(s=Lr.exec(e))?(n="-"===s[1]?-1:1,o={y:0,d:ce(s[We])*n,h:ce(s[ze])*n,m:ce(s[Ze])*n,s:ce(s[Xe])*n,ms:ce(ur(1e3*s[Ke]))*n}):(s=Mr.exec(e))?(n="-"===s[1]?-1:1,o={y:Fr(s[2],n),M:Fr(s[3],n),w:Fr(s[4],n),d:Fr(s[5],n),h:Fr(s[6],n),m:Fr(s[7],n),s:Fr(s[8],n)}):null==o?
1121
+ s=null;return lr(e)?o={ms:e._milliseconds,d:e._days,M:e._months}:u(e)||!isNaN(+e)?(o={},t?o[t]=+e:o.milliseconds=+e):(s=Lr.exec(e))?(n="-"===s[1]?-1:1,o={y:0,d:ue(s[We])*n,h:ue(s[ze])*n,m:ue(s[Ze])*n,s:ue(s[Xe])*n,ms:ue(cr(1e3*s[Ke]))*n}):(s=Dr.exec(e))?(n="-"===s[1]?-1:1,o={y:Fr(s[2],n),M:Fr(s[3],n),w:Fr(s[4],n),d:Fr(s[5],n),h:Fr(s[6],n),m:Fr(s[7],n),s:Fr(s[8],n)}):null==o?
1124
1122
  // checks for null or undefined
1125
1123
  o={}:"object"==typeof o&&("from"in o||"to"in o)&&(i=Ir(Kn(o.from),Kn(o.to)),(o={}).ms=i.milliseconds,o.M=i.months),r=new ar(o),lr(e)&&a(e,"_locale")&&(r._locale=e._locale),lr(e)&&a(e,"_isValid")&&(r._isValid=e._isValid),r}function Fr(e,t){
1126
1124
  // We'd normally use ~~inp for this, but unfortunately it also
@@ -1132,19 +1130,19 @@ return(isNaN(n)?0:n)*t}function Ar(e,t){var n={};return n.months=t.month()-e.mon
1132
1130
  // TODO: remove 'name' arg after deprecation is removed
1133
1131
  function $r(e,t){return function(n,r){var i;
1134
1132
  //invert the arguments, but complain about it
1135
- return null===r||isNaN(+r)||(M(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),Or(this,Dr(n,r),e),this}}function Or(e,t,n,i){var o=t._milliseconds,s=ur(t._days),a=ur(t._months);e.isValid()&&(i=null==i||i,a&&ct(e,de(e,"Month")+a*n),s&&fe(e,"Date",de(e,"Date")+s*n),o&&e._d.setTime(e._d.valueOf()+o*n),i&&r.updateOffset(e,s||a))}Dr.fn=ar.prototype,Dr.invalid=sr;var Pr=$r(1,"add"),Hr=$r(-1,"subtract");function Cr(e){return"string"==typeof e||e instanceof String}
1133
+ return null===r||isNaN(+r)||(D(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),Or(this,Mr(n,r),e),this}}function Or(e,t,n,i){var o=t._milliseconds,s=cr(t._days),a=cr(t._months);e.isValid()&&(i=null==i||i,a&&ut(e,de(e,"Month")+a*n),s&&fe(e,"Date",de(e,"Date")+s*n),o&&e._d.setTime(e._d.valueOf()+o*n),i&&r.updateOffset(e,s||a))}Mr.fn=ar.prototype,Mr.invalid=sr;var Pr=$r(1,"add"),Hr=$r(-1,"subtract");function Cr(e){return"string"==typeof e||e instanceof String}
1136
1134
  // type MomentInput = Moment | Date | string | number | (number | string)[] | MomentInputObject | void; // null | undefined
1137
- function Br(e){return E(e)||h(e)||Cr(e)||c(e)||Rr(e)||Nr(e)||null==e}function Nr(e){var t,n,r=s(e)&&!l(e),i=!1,o=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],u=o.length;for(t=0;t<u;t+=1)n=o[t],i=i||a(e,n);return r&&i}function Rr(e){var t=o(e),n=!1;return t&&(n=0===e.filter((function(t){return!c(t)&&Cr(e)})).length),t&&n}function Yr(e){var t,n,r=s(e)&&!l(e),i=!1,o=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"];for(t=0;t<o.length;t+=1)n=o[t],i=i||a(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 Gr(e,t){
1135
+ function Br(e){return E(e)||h(e)||Cr(e)||u(e)||Rr(e)||Nr(e)||null==e}function Nr(e){var t,n,r=s(e)&&!l(e),i=!1,o=["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=o.length;for(t=0;t<c;t+=1)n=o[t],i=i||a(e,n);return r&&i}function Rr(e){var t=o(e),n=!1;return t&&(n=0===e.filter((function(t){return!u(t)&&Cr(e)})).length),t&&n}function Yr(e){var t,n,r=s(e)&&!l(e),i=!1,o=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"];for(t=0;t<o.length;t+=1)n=o[t],i=i||a(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 Gr(e,t){
1138
1136
  // Support for single parameter, formats only overload to the calendar function
1139
1137
  1===arguments.length&&(arguments[0]?Br(arguments[0])?(e=arguments[0],t=void 0):Yr(arguments[0])&&(t=arguments[0],e=void 0):(e=void 0,t=void 0));
1140
1138
  // We want to compare the start of today, vs this.
1141
1139
  // Getting start-of-today depends on whether we're local/utc/offset or not.
1142
- var n=e||Kn(),i=pr(n,this).startOf("day"),o=r.calendarFormat(this,i)||"sameElse",s=t&&(D(t[o])?t[o].call(this,n):t[o]);return this.format(s||this.localeData().calendar(o,this,Kn(n)))}function jr(){return new k(this)}function Vr(e,t){var n=E(e)?e:Kn(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=re(t)||"millisecond")?this.valueOf()>n.valueOf():n.valueOf()<this.clone().startOf(t).valueOf())}function Wr(e,t){var n=E(e)?e:Kn(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=re(t)||"millisecond")?this.valueOf()<n.valueOf():this.clone().endOf(t).valueOf()<n.valueOf())}function zr(e,t,n,r){var i=E(e)?e:Kn(e),o=E(t)?t:Kn(t);return!!(this.isValid()&&i.isValid()&&o.isValid())&&("("===(r=r||"()")[0]?this.isAfter(i,n):!this.isBefore(i,n))&&(")"===r[1]?this.isBefore(o,n):!this.isAfter(o,n))}function Zr(e,t){var n,r=E(e)?e:Kn(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 Xr(e,t){return this.isSame(e,t)||this.isAfter(e,t)}function Kr(e,t){return this.isSame(e,t)||this.isBefore(e,t)}function qr(e,t,n){var r,i,o;if(!this.isValid())return NaN;if(!(r=pr(e,this)).isValid())return NaN;switch(i=6e4*(r.utcOffset()-this.utcOffset()),t=re(t)){case"year":o=Jr(this,r)/12;break;case"month":o=Jr(this,r);break;case"quarter":o=Jr(this,r)/3;break;case"second":o=(this-r)/1e3;break;// 1000
1140
+ var n=e||Kn(),i=pr(n,this).startOf("day"),o=r.calendarFormat(this,i)||"sameElse",s=t&&(M(t[o])?t[o].call(this,n):t[o]);return this.format(s||this.localeData().calendar(o,this,Kn(n)))}function jr(){return new k(this)}function Vr(e,t){var n=E(e)?e:Kn(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=re(t)||"millisecond")?this.valueOf()>n.valueOf():n.valueOf()<this.clone().startOf(t).valueOf())}function Wr(e,t){var n=E(e)?e:Kn(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=re(t)||"millisecond")?this.valueOf()<n.valueOf():this.clone().endOf(t).valueOf()<n.valueOf())}function zr(e,t,n,r){var i=E(e)?e:Kn(e),o=E(t)?t:Kn(t);return!!(this.isValid()&&i.isValid()&&o.isValid())&&("("===(r=r||"()")[0]?this.isAfter(i,n):!this.isBefore(i,n))&&(")"===r[1]?this.isBefore(o,n):!this.isAfter(o,n))}function Zr(e,t){var n,r=E(e)?e:Kn(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 Xr(e,t){return this.isSame(e,t)||this.isAfter(e,t)}function Kr(e,t){return this.isSame(e,t)||this.isBefore(e,t)}function qr(e,t,n){var r,i,o;if(!this.isValid())return NaN;if(!(r=pr(e,this)).isValid())return NaN;switch(i=6e4*(r.utcOffset()-this.utcOffset()),t=re(t)){case"year":o=Jr(this,r)/12;break;case"month":o=Jr(this,r);break;case"quarter":o=Jr(this,r)/3;break;case"second":o=(this-r)/1e3;break;// 1000
1143
1141
  case"minute":o=(this-r)/6e4;break;// 1000 * 60
1144
1142
  case"hour":o=(this-r)/36e5;break;// 1000 * 60 * 60
1145
1143
  case"day":o=(this-r-i)/864e5;break;// 1000 * 60 * 60 * 24, negate dst
1146
1144
  case"week":o=(this-r-i)/6048e5;break;// 1000 * 60 * 60 * 24 * 7, negate dst
1147
- default:o=this-r}return n?o:ue(o)}function Jr(e,t){if(e.date()<t.date())
1145
+ default:o=this-r}return n?o:ce(o)}function Jr(e,t){if(e.date()<t.date())
1148
1146
  // end-of-month calculations work correct when the start month has more
1149
1147
  // days than the end month.
1150
1148
  return-Jr(t,e);
@@ -1153,7 +1151,7 @@ var n=12*(t.year()-e.year())+(t.month()-e.month()),
1153
1151
  // b is in (anchor - 1 month, anchor + 1 month)
1154
1152
  r=e.clone().add(n,"months");
1155
1153
  //check for negative zero, return zero if negative zero
1156
- return-(n+(t-r<0?(t-r)/(r-e.clone().add(n-1,"months")):(t-r)/(e.clone().add(n+1,"months")-r)))||0}function Qr(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function ei(e){if(!this.isValid())return null;var t=!0!==e,n=t?this.clone().utc():this;return n.year()<0||n.year()>9999?G(n,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):D(Date.prototype.toISOString)?
1154
+ return-(n+(t-r<0?(t-r)/(r-e.clone().add(n-1,"months")):(t-r)/(e.clone().add(n+1,"months")-r)))||0}function Qr(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function ei(e){if(!this.isValid())return null;var t=!0!==e,n=t?this.clone().utc():this;return n.year()<0||n.year()>9999?G(n,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):M(Date.prototype.toISOString)?
1157
1155
  // native implementation is ~50x faster, use it when we can
1158
1156
  t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",G(n,"Z")):G(n,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}
1159
1157
  /**
@@ -1161,19 +1159,19 @@ t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).t
1161
1159
  * also be evaluated to get a new moment which is the same
1162
1160
  *
1163
1161
  * @link https://nodejs.org/dist/latest/docs/api/util.html#util_custom_inspect_function_on_objects
1164
- */function ti(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e,t,n,r,i="moment",o="";return this.isLocal()||(i=0===this.utcOffset()?"moment.utc":"moment.parseZone",o="Z"),e="["+i+'("]',t=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",n="-MM-DD[T]HH:mm:ss.SSS",r=o+'[")]',this.format(e+t+n+r)}function ni(e){e||(e=this.isUtc()?r.defaultFormatUtc:r.defaultFormat);var t=G(this,e);return this.localeData().postformat(t)}function ri(e,t){return this.isValid()&&(E(e)&&e.isValid()||Kn(e).isValid())?Dr({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function ii(e){return this.from(Kn(),e)}function oi(e,t){return this.isValid()&&(E(e)&&e.isValid()||Kn(e).isValid())?Dr({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function si(e){return this.to(Kn(),e)}
1162
+ */function ti(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e,t,n,r,i="moment",o="";return this.isLocal()||(i=0===this.utcOffset()?"moment.utc":"moment.parseZone",o="Z"),e="["+i+'("]',t=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",n="-MM-DD[T]HH:mm:ss.SSS",r=o+'[")]',this.format(e+t+n+r)}function ni(e){e||(e=this.isUtc()?r.defaultFormatUtc:r.defaultFormat);var t=G(this,e);return this.localeData().postformat(t)}function ri(e,t){return this.isValid()&&(E(e)&&e.isValid()||Kn(e).isValid())?Mr({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function ii(e){return this.from(Kn(),e)}function oi(e,t){return this.isValid()&&(E(e)&&e.isValid()||Kn(e).isValid())?Mr({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function si(e){return this.to(Kn(),e)}
1165
1163
  // If passed a locale key, it will set the locale for this
1166
1164
  // instance. Otherwise, it will return the locale configuration
1167
1165
  // variables for this instance.
1168
- function ai(e){var t;return void 0===e?this._locale._abbr:(null!=(t=_n(e))&&(this._locale=t),this)}r.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",r.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var li=S("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 ui(){return this._locale}var ci=1e3,hi=60*ci,di=60*hi,fi=3506328*di;
1166
+ function ai(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=S("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,fi=3506328*di;
1169
1167
  // actual modulo - handles negative numbers (for dates before 1970):
1170
1168
  function pi(e,t){return(e%t+t)%t}function mi(e,t,n){
1171
1169
  // the date constructor remaps years 0-99 to 1900-1999
1172
1170
  return e<100&&e>=0?new Date(e+400,t,n)-fi:new Date(e,t,n).valueOf()}function gi(e,t,n){
1173
1171
  // Date.UTC remaps years 0-99 to 1900-1999
1174
- return e<100&&e>=0?Date.UTC(e+400,t,n)-fi: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:mi,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-=pi(t+(this._isUTC?0:this.utcOffset()*hi),di);break;case"minute":t=this._d.valueOf(),t-=pi(t,hi);break;case"second":t=this._d.valueOf(),t-=pi(t,ci)}return this._d.setTime(t),r.updateOffset(this,!0),this}function bi(e){var t,n;if(void 0===(e=re(e))||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?gi:mi,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-pi(t+(this._isUTC?0:this.utcOffset()*hi),di)-1;break;case"minute":t=this._d.valueOf(),t+=hi-pi(t,hi)-1;break;case"second":t=this._d.valueOf(),t+=ci-pi(t,ci)-1}return this._d.setTime(t),r.updateOffset(this,!0),this}function _i(){return this._d.valueOf()-6e4*(this._offset||0)}function vi(){return Math.floor(this.valueOf()/1e3)}function wi(){return new Date(this.valueOf())}function ki(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]}function Ei(){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(){
1172
+ return e<100&&e>=0?Date.UTC(e+400,t,n)-fi: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:mi,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-=pi(t+(this._isUTC?0:this.utcOffset()*hi),di);break;case"minute":t=this._d.valueOf(),t-=pi(t,hi);break;case"second":t=this._d.valueOf(),t-=pi(t,ui)}return this._d.setTime(t),r.updateOffset(this,!0),this}function bi(e){var t,n;if(void 0===(e=re(e))||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?gi:mi,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-pi(t+(this._isUTC?0:this.utcOffset()*hi),di)-1;break;case"minute":t=this._d.valueOf(),t+=hi-pi(t,hi)-1;break;case"second":t=this._d.valueOf(),t+=ui-pi(t,ui)-1}return this._d.setTime(t),r.updateOffset(this,!0),this}function vi(){return this._d.valueOf()-6e4*(this._offset||0)}function _i(){return Math.floor(this.valueOf()/1e3)}function wi(){return new Date(this.valueOf())}function ki(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]}function Ei(){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(){
1175
1173
  // new Date(NaN).toJSON() === null
1176
- return this.isValid()?this.toISOString():null}function Si(){return y(this)}function xi(){return f({},g(this))}function Li(){return g(this).overflow}function Mi(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function Di(e,t){var n,i,o,s=this._eras||_n("en")._eras;for(n=0,i=s.length;n<i;++n)switch("string"==typeof s[n].since&&(
1174
+ return this.isValid()?this.toISOString():null}function Si(){return y(this)}function xi(){return f({},g(this))}function Li(){return g(this).overflow}function Di(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function Mi(e,t){var n,i,o,s=this._eras||vn("en")._eras;for(n=0,i=s.length;n<i;++n)switch("string"==typeof s[n].since&&(
1177
1175
  // truncate time
1178
1176
  o=r(s[n].since).startOf("day"),s[n].since=o.valueOf()),typeof s[n].until){case"undefined":s[n].until=1/0;break;case"string":
1179
1177
  // truncate time
@@ -1185,36 +1183,36 @@ n=this.clone().startOf("day").valueOf(),r[e].since<=n&&n<=r[e].until)return r[e]
1185
1183
  // truncate time
1186
1184
  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 Pi(){var e,t,n,i,o=this.localeData().eras();for(e=0,t=o.length;e<t;++e)if(n=o[e].since<=o[e].until?1:-1,
1187
1185
  // truncate time
1188
- i=this.clone().startOf("day").valueOf(),o[e].since<=i&&i<=o[e].until||o[e].until<=i&&i<=o[e].since)return(this.year()-r(o[e].since).year())*n+o[e].offset;return this.year()}function Hi(e){return a(this,"_erasNameRegex")||Gi.call(this),e?this._erasNameRegex:this._erasRegex}function Ci(e){return a(this,"_erasAbbrRegex")||Gi.call(this),e?this._erasAbbrRegex:this._erasRegex}function Bi(e){return a(this,"_erasNarrowRegex")||Gi.call(this),e?this._erasNarrowRegex:this._erasRegex}function Ni(e,t){return t.erasAbbrRegex(e)}function Ri(e,t){return t.erasNameRegex(e)}function Yi(e,t){return t.erasNarrowRegex(e)}function Ui(e,t){return t._eraYearOrdinalRegex||De}function Gi(){var e,t,n=[],r=[],i=[],o=[],s=this.eras();for(e=0,t=s.length;e<t;++e)r.push(Be(s[e].name)),n.push(Be(s[e].abbr)),i.push(Be(s[e].narrow)),o.push(Be(s[e].name)),o.push(Be(s[e].abbr)),o.push(Be(s[e].narrow));this._erasRegex=new RegExp("^("+o.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+r.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+n.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+i.join("|")+")","i")}
1186
+ i=this.clone().startOf("day").valueOf(),o[e].since<=i&&i<=o[e].until||o[e].until<=i&&i<=o[e].since)return(this.year()-r(o[e].since).year())*n+o[e].offset;return this.year()}function Hi(e){return a(this,"_erasNameRegex")||Gi.call(this),e?this._erasNameRegex:this._erasRegex}function Ci(e){return a(this,"_erasAbbrRegex")||Gi.call(this),e?this._erasAbbrRegex:this._erasRegex}function Bi(e){return a(this,"_erasNarrowRegex")||Gi.call(this),e?this._erasNarrowRegex:this._erasRegex}function Ni(e,t){return t.erasAbbrRegex(e)}function Ri(e,t){return t.erasNameRegex(e)}function Yi(e,t){return t.erasNarrowRegex(e)}function Ui(e,t){return t._eraYearOrdinalRegex||Me}function Gi(){var e,t,n=[],r=[],i=[],o=[],s=this.eras();for(e=0,t=s.length;e<t;++e)r.push(Be(s[e].name)),n.push(Be(s[e].abbr)),i.push(Be(s[e].narrow)),o.push(Be(s[e].name)),o.push(Be(s[e].abbr)),o.push(Be(s[e].narrow));this._erasRegex=new RegExp("^("+o.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+r.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+n.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+i.join("|")+")","i")}
1189
1187
  // FORMATTING
1190
1188
  function ji(e,t){R(0,[e,e.length],0,t)}
1191
1189
  // MOMENTS
1192
- function Vi(e){return qi.call(this,e,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)}function Wi(e){return qi.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)}function zi(){return Tt(this.year(),1,4)}function Zi(){return Tt(this.isoWeekYear(),1,4)}function Xi(){var e=this.localeData()._week;return Tt(this.year(),e.dow,e.doy)}function Ki(){var e=this.localeData()._week;return Tt(this.weekYear(),e.dow,e.doy)}function qi(e,t,n,r,i){var o;return null==e?Et(this,r,i).year:(t>(o=Tt(e,r,i))&&(t=o),Ji.call(this,e,t,n,r,i))}function Ji(e,t,n,r,i){var o=kt(e,t,n,r,i),s=vt(o.year,0,o.dayOfYear);return this.year(s.getUTCFullYear()),this.month(s.getUTCMonth()),this.date(s.getUTCDate()),this}
1190
+ function Vi(e){return qi.call(this,e,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)}function Wi(e){return qi.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)}function zi(){return Tt(this.year(),1,4)}function Zi(){return Tt(this.isoWeekYear(),1,4)}function Xi(){var e=this.localeData()._week;return Tt(this.year(),e.dow,e.doy)}function Ki(){var e=this.localeData()._week;return Tt(this.weekYear(),e.dow,e.doy)}function qi(e,t,n,r,i){var o;return null==e?Et(this,r,i).year:(t>(o=Tt(e,r,i))&&(t=o),Ji.call(this,e,t,n,r,i))}function Ji(e,t,n,r,i){var o=kt(e,t,n,r,i),s=_t(o.year,0,o.dayOfYear);return this.year(s.getUTCFullYear()),this.month(s.getUTCMonth()),this.date(s.getUTCDate()),this}
1193
1191
  // FORMATTING
1194
1192
  // MOMENTS
1195
1193
  function Qi(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)}
1196
1194
  // FORMATTING
1197
- R("N",0,0,"eraAbbr"),R("NN",0,0,"eraAbbr"),R("NNN",0,0,"eraAbbr"),R("NNNN",0,0,"eraName"),R("NNNNN",0,0,"eraNarrow"),R("y",["y",1],"yo","eraYear"),R("y",["yy",2],0,"eraYear"),R("y",["yyy",3],0,"eraYear"),R("y",["yyyy",4],0,"eraYear"),Pe("N",Ni),Pe("NN",Ni),Pe("NNN",Ni),Pe("NNNN",Ri),Pe("NNNNN",Yi),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})),Pe("y",De),Pe("yy",De),Pe("yyy",De),Pe("yyyy",De),Pe("yo",Ui),Re(["y","yy","yyy","yyyy"],je),Re(["yo"],(function(e,t,n,r){var i;n._locale._eraYearOrdinalRegex&&(i=e.match(n._locale._eraYearOrdinalRegex)),n._locale.eraYearOrdinalParse?t[je]=n._locale.eraYearOrdinalParse(e,i):t[je]=parseInt(e,10)})),R(0,["gg",2],0,(function(){return this.weekYear()%100})),R(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),ji("gggg","weekYear"),ji("ggggg","weekYear"),ji("GGGG","isoWeekYear"),ji("GGGGG","isoWeekYear"),
1195
+ R("N",0,0,"eraAbbr"),R("NN",0,0,"eraAbbr"),R("NNN",0,0,"eraAbbr"),R("NNNN",0,0,"eraName"),R("NNNNN",0,0,"eraNarrow"),R("y",["y",1],"yo","eraYear"),R("y",["yy",2],0,"eraYear"),R("y",["yyy",3],0,"eraYear"),R("y",["yyyy",4],0,"eraYear"),Pe("N",Ni),Pe("NN",Ni),Pe("NNN",Ni),Pe("NNNN",Ri),Pe("NNNNN",Yi),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})),Pe("y",Me),Pe("yy",Me),Pe("yyy",Me),Pe("yyyy",Me),Pe("yo",Ui),Re(["y","yy","yyy","yyyy"],je),Re(["yo"],(function(e,t,n,r){var i;n._locale._eraYearOrdinalRegex&&(i=e.match(n._locale._eraYearOrdinalRegex)),n._locale.eraYearOrdinalParse?t[je]=n._locale.eraYearOrdinalParse(e,i):t[je]=parseInt(e,10)})),R(0,["gg",2],0,(function(){return this.weekYear()%100})),R(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),ji("gggg","weekYear"),ji("ggggg","weekYear"),ji("GGGG","isoWeekYear"),ji("GGGGG","isoWeekYear"),
1198
1196
  // ALIASES
1199
1197
  ne("weekYear","gg"),ne("isoWeekYear","GG"),
1200
1198
  // PRIORITY
1201
1199
  se("weekYear",1),se("isoWeekYear",1),
1202
1200
  // PARSING
1203
- Pe("G",Fe),Pe("g",Fe),Pe("GG",Ee,_e),Pe("gg",Ee,_e),Pe("GGGG",Le,we),Pe("gggg",Le,we),Pe("GGGGG",Me,ke),Pe("ggggg",Me,ke),Ye(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,n,r){t[r.substr(0,2)]=ce(e)})),Ye(["gg","GG"],(function(e,t,n,i){t[i]=r.parseTwoDigitYear(e)})),R("Q",0,"Qo","quarter"),
1201
+ Pe("G",Fe),Pe("g",Fe),Pe("GG",Ee,ve),Pe("gg",Ee,ve),Pe("GGGG",Le,we),Pe("gggg",Le,we),Pe("GGGGG",De,ke),Pe("ggggg",De,ke),Ye(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,n,r){t[r.substr(0,2)]=ue(e)})),Ye(["gg","GG"],(function(e,t,n,i){t[i]=r.parseTwoDigitYear(e)})),R("Q",0,"Qo","quarter"),
1204
1202
  // ALIASES
1205
1203
  ne("quarter","Q"),
1206
1204
  // PRIORITY
1207
1205
  se("quarter",7),
1208
1206
  // PARSING
1209
- Pe("Q",be),Re("Q",(function(e,t){t[Ve]=3*(ce(e)-1)})),R("D",["DD",2],"Do","date"),
1207
+ Pe("Q",be),Re("Q",(function(e,t){t[Ve]=3*(ue(e)-1)})),R("D",["DD",2],"Do","date"),
1210
1208
  // ALIASES
1211
1209
  ne("date","D"),
1212
1210
  // PRIORITY
1213
1211
  se("date",9),
1214
1212
  // PARSING
1215
- Pe("D",Ee),Pe("DD",Ee,_e),Pe("Do",(function(e,t){
1213
+ Pe("D",Ee),Pe("DD",Ee,ve),Pe("Do",(function(e,t){
1216
1214
  // TODO: Remove "ordinalParse" fallback in next major release.
1217
- return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient})),Re(["D","DD"],We),Re("Do",(function(e,t){t[We]=ce(e.match(Ee)[0])}));
1215
+ return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient})),Re(["D","DD"],We),Re("Do",(function(e,t){t[We]=ue(e.match(Ee)[0])}));
1218
1216
  // MOMENTS
1219
1217
  var eo=he("Date",!0);
1220
1218
  // FORMATTING
@@ -1228,13 +1226,13 @@ ne("dayOfYear","DDD"),
1228
1226
  // PRIORITY
1229
1227
  se("dayOfYear",4),
1230
1228
  // PARSING
1231
- Pe("DDD",xe),Pe("DDDD",ve),Re(["DDD","DDDD"],(function(e,t,n){n._dayOfYear=ce(e)})),R("m",["mm",2],0,"minute"),
1229
+ Pe("DDD",xe),Pe("DDDD",_e),Re(["DDD","DDDD"],(function(e,t,n){n._dayOfYear=ue(e)})),R("m",["mm",2],0,"minute"),
1232
1230
  // ALIASES
1233
1231
  ne("minute","m"),
1234
1232
  // PRIORITY
1235
1233
  se("minute",14),
1236
1234
  // PARSING
1237
- Pe("m",Ee),Pe("mm",Ee,_e),Re(["m","mm"],Ze);
1235
+ Pe("m",Ee),Pe("mm",Ee,ve),Re(["m","mm"],Ze);
1238
1236
  // MOMENTS
1239
1237
  var no=he("Minutes",!1);
1240
1238
  // FORMATTING
@@ -1244,7 +1242,7 @@ ne("second","s"),
1244
1242
  // PRIORITY
1245
1243
  se("second",15),
1246
1244
  // PARSING
1247
- Pe("s",Ee),Pe("ss",Ee,_e),Re(["s","ss"],Xe);
1245
+ Pe("s",Ee),Pe("ss",Ee,ve),Re(["s","ss"],Xe);
1248
1246
  // MOMENTS
1249
1247
  var ro,io,oo=he("Seconds",!1);
1250
1248
  // FORMATTING
@@ -1254,11 +1252,11 @@ ne("millisecond","ms"),
1254
1252
  // PRIORITY
1255
1253
  se("millisecond",16),
1256
1254
  // PARSING
1257
- Pe("S",xe,be),Pe("SS",xe,_e),Pe("SSS",xe,ve),ro="SSSS";ro.length<=9;ro+="S")Pe(ro,De);function so(e,t){t[Ke]=ce(1e3*("0."+e))}for(ro="S";ro.length<=9;ro+="S")Re(ro,so);
1255
+ Pe("S",xe,be),Pe("SS",xe,ve),Pe("SSS",xe,_e),ro="SSSS";ro.length<=9;ro+="S")Pe(ro,Me);function so(e,t){t[Ke]=ue(1e3*("0."+e))}for(ro="S";ro.length<=9;ro+="S")Re(ro,so);
1258
1256
  // MOMENTS
1259
1257
  function ao(){return this._isUTC?"UTC":""}function lo(){return this._isUTC?"Coordinated Universal Time":""}io=he("Milliseconds",!1),
1260
1258
  // FORMATTING
1261
- R("z",0,0,"zoneAbbr"),R("zz",0,0,"zoneName");var uo=k.prototype;function co(e){return Kn(1e3*e)}function ho(){return Kn.apply(null,arguments).parseZone()}function fo(e){return e}uo.add=Pr,uo.calendar=Gr,uo.clone=jr,uo.diff=qr,uo.endOf=bi,uo.format=ni,uo.from=ri,uo.fromNow=ii,uo.to=oi,uo.toNow=si,uo.get=pe,uo.invalidAt=Li,uo.isAfter=Vr,uo.isBefore=Wr,uo.isBetween=zr,uo.isSame=Zr,uo.isSameOrAfter=Xr,uo.isSameOrBefore=Kr,uo.isValid=Si,uo.lang=li,uo.locale=ai,uo.localeData=ui,uo.max=Jn,uo.min=qn,uo.parsingFlags=xi,uo.set=me,uo.startOf=yi,uo.subtract=Hr,uo.toArray=ki,uo.toObject=Ei,uo.toDate=wi,uo.toISOString=ei,uo.inspect=ti,"undefined"!=typeof Symbol&&null!=Symbol.for&&(uo[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),uo.toJSON=Ti,uo.toString=Qr,uo.unix=vi,uo.valueOf=_i,uo.creationData=Mi,uo.eraName=Ii,uo.eraNarrow=$i,uo.eraAbbr=Oi,uo.eraYear=Pi,uo.year=yt,uo.isLeapYear=bt,uo.weekYear=Vi,uo.isoWeekYear=Wi,uo.quarter=uo.quarters=Qi,uo.month=ht,uo.daysInMonth=dt,uo.week=uo.weeks=Dt,uo.isoWeek=uo.isoWeeks=Ft,uo.weeksInYear=Xi,uo.weeksInWeekYear=Ki,uo.isoWeeksInYear=zi,uo.isoWeeksInISOWeekYear=Zi,uo.date=eo,uo.day=uo.days=Vt,uo.weekday=Wt,uo.isoWeekday=zt,uo.dayOfYear=to,uo.hour=uo.hours=on,uo.minute=uo.minutes=no,uo.second=uo.seconds=oo,uo.millisecond=uo.milliseconds=io,uo.utcOffset=gr,uo.utc=br,uo.local=_r,uo.parseZone=vr,uo.hasAlignedHourOffset=wr,uo.isDST=kr,uo.isLocal=Tr,uo.isUtcOffset=Sr,uo.isUtc=xr,uo.isUTC=xr,uo.zoneAbbr=ao,uo.zoneName=lo,uo.dates=S("dates accessor is deprecated. Use date instead.",eo),uo.months=S("months accessor is deprecated. Use month instead",ht),uo.years=S("years accessor is deprecated. Use year instead",yt),uo.zone=S("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",yr),uo.isDSTShifted=S("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",Er);var po=I.prototype;function mo(e,t,n,r){var i=_n(),o=p().set(r,t);return i[n](o,e)}function go(e,t,n){if(c(e)&&(t=e,e=void 0),e=e||"",null!=t)return mo(e,t,n,"month");var r,i=[];for(r=0;r<12;r++)i[r]=mo(e,r,n,"month");return i}
1259
+ R("z",0,0,"zoneAbbr"),R("zz",0,0,"zoneName");var co=k.prototype;function uo(e){return Kn(1e3*e)}function ho(){return Kn.apply(null,arguments).parseZone()}function fo(e){return e}co.add=Pr,co.calendar=Gr,co.clone=jr,co.diff=qr,co.endOf=bi,co.format=ni,co.from=ri,co.fromNow=ii,co.to=oi,co.toNow=si,co.get=pe,co.invalidAt=Li,co.isAfter=Vr,co.isBefore=Wr,co.isBetween=zr,co.isSame=Zr,co.isSameOrAfter=Xr,co.isSameOrBefore=Kr,co.isValid=Si,co.lang=li,co.locale=ai,co.localeData=ci,co.max=Jn,co.min=qn,co.parsingFlags=xi,co.set=me,co.startOf=yi,co.subtract=Hr,co.toArray=ki,co.toObject=Ei,co.toDate=wi,co.toISOString=ei,co.inspect=ti,"undefined"!=typeof Symbol&&null!=Symbol.for&&(co[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),co.toJSON=Ti,co.toString=Qr,co.unix=_i,co.valueOf=vi,co.creationData=Di,co.eraName=Ii,co.eraNarrow=$i,co.eraAbbr=Oi,co.eraYear=Pi,co.year=yt,co.isLeapYear=bt,co.weekYear=Vi,co.isoWeekYear=Wi,co.quarter=co.quarters=Qi,co.month=ht,co.daysInMonth=dt,co.week=co.weeks=Mt,co.isoWeek=co.isoWeeks=Ft,co.weeksInYear=Xi,co.weeksInWeekYear=Ki,co.isoWeeksInYear=zi,co.isoWeeksInISOWeekYear=Zi,co.date=eo,co.day=co.days=Vt,co.weekday=Wt,co.isoWeekday=zt,co.dayOfYear=to,co.hour=co.hours=on,co.minute=co.minutes=no,co.second=co.seconds=oo,co.millisecond=co.milliseconds=io,co.utcOffset=gr,co.utc=br,co.local=vr,co.parseZone=_r,co.hasAlignedHourOffset=wr,co.isDST=kr,co.isLocal=Tr,co.isUtcOffset=Sr,co.isUtc=xr,co.isUTC=xr,co.zoneAbbr=ao,co.zoneName=lo,co.dates=S("dates accessor is deprecated. Use date instead.",eo),co.months=S("months accessor is deprecated. Use month instead",ht),co.years=S("years accessor is deprecated. Use year instead",yt),co.zone=S("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",yr),co.isDSTShifted=S("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",Er);var po=I.prototype;function mo(e,t,n,r){var i=vn(),o=p().set(r,t);return i[n](o,e)}function go(e,t,n){if(u(e)&&(t=e,e=void 0),e=e||"",null!=t)return mo(e,t,n,"month");var r,i=[];for(r=0;r<12;r++)i[r]=mo(e,r,n,"month");return i}
1262
1260
  // ()
1263
1261
  // (5)
1264
1262
  // (fmt, 5)
@@ -1267,23 +1265,23 @@ R("z",0,0,"zoneAbbr"),R("zz",0,0,"zoneName");var uo=k.prototype;function co(e){r
1267
1265
  // (true, 5)
1268
1266
  // (true, fmt, 5)
1269
1267
  // (true, fmt)
1270
- function yo(e,t,n,r){"boolean"==typeof e?(c(t)&&(n=t,t=void 0),t=t||""):(n=t=e,e=!1,c(t)&&(n=t,t=void 0),t=t||"");var i,o=_n(),s=e?o._week.dow:0,a=[];if(null!=n)return mo(t,(n+s)%7,r,"day");for(i=0;i<7;i++)a[i]=mo(t,(i+s)%7,r,"day");return a}function bo(e,t){return go(e,t,"months")}function _o(e,t){return go(e,t,"monthsShort")}function vo(e,t,n){return yo(e,t,n,"weekdays")}function wo(e,t,n){return yo(e,t,n,"weekdaysShort")}function ko(e,t,n){return yo(e,t,n,"weekdaysMin")}po.calendar=O,po.longDateFormat=W,po.invalidDate=Z,po.ordinal=q,po.preparse=fo,po.postformat=fo,po.relativeTime=Q,po.pastFuture=ee,po.set=F,po.eras=Di,po.erasParse=Fi,po.erasConvertYear=Ai,po.erasAbbrRegex=Ci,po.erasNameRegex=Hi,po.erasNarrowRegex=Bi,po.months=st,po.monthsShort=at,po.monthsParse=ut,po.monthsRegex=pt,po.monthsShortRegex=ft,po.week=St,po.firstDayOfYear=Mt,po.firstDayOfWeek=Lt,po.weekdays=Rt,po.weekdaysMin=Ut,po.weekdaysShort=Yt,po.weekdaysParse=jt,po.weekdaysRegex=Zt,po.weekdaysShortRegex=Xt,po.weekdaysMinRegex=Kt,po.isPM=nn,po.meridiem=sn,gn("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1===ce(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}}),
1268
+ function yo(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,o=vn(),s=e?o._week.dow:0,a=[];if(null!=n)return mo(t,(n+s)%7,r,"day");for(i=0;i<7;i++)a[i]=mo(t,(i+s)%7,r,"day");return a}function bo(e,t){return go(e,t,"months")}function vo(e,t){return go(e,t,"monthsShort")}function _o(e,t,n){return yo(e,t,n,"weekdays")}function wo(e,t,n){return yo(e,t,n,"weekdaysShort")}function ko(e,t,n){return yo(e,t,n,"weekdaysMin")}po.calendar=O,po.longDateFormat=W,po.invalidDate=Z,po.ordinal=q,po.preparse=fo,po.postformat=fo,po.relativeTime=Q,po.pastFuture=ee,po.set=F,po.eras=Mi,po.erasParse=Fi,po.erasConvertYear=Ai,po.erasAbbrRegex=Ci,po.erasNameRegex=Hi,po.erasNarrowRegex=Bi,po.months=st,po.monthsShort=at,po.monthsParse=ct,po.monthsRegex=pt,po.monthsShortRegex=ft,po.week=St,po.firstDayOfYear=Dt,po.firstDayOfWeek=Lt,po.weekdays=Rt,po.weekdaysMin=Ut,po.weekdaysShort=Yt,po.weekdaysParse=jt,po.weekdaysRegex=Zt,po.weekdaysShortRegex=Xt,po.weekdaysMinRegex=Kt,po.isPM=nn,po.meridiem=sn,gn("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1===ue(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}}),
1271
1269
  // Side effect imports
1272
- r.lang=S("moment.lang is deprecated. Use moment.locale instead.",gn),r.langData=S("moment.langData is deprecated. Use moment.localeData instead.",_n);var Eo=Math.abs;function To(){var e=this._data;return this._milliseconds=Eo(this._milliseconds),this._days=Eo(this._days),this._months=Eo(this._months),e.milliseconds=Eo(e.milliseconds),e.seconds=Eo(e.seconds),e.minutes=Eo(e.minutes),e.hours=Eo(e.hours),e.months=Eo(e.months),e.years=Eo(e.years),this}function So(e,t,n,r){var i=Dr(t,n);return e._milliseconds+=r*i._milliseconds,e._days+=r*i._days,e._months+=r*i._months,e._bubble()}
1270
+ r.lang=S("moment.lang is deprecated. Use moment.locale instead.",gn),r.langData=S("moment.langData is deprecated. Use moment.localeData instead.",vn);var Eo=Math.abs;function To(){var e=this._data;return this._milliseconds=Eo(this._milliseconds),this._days=Eo(this._days),this._months=Eo(this._months),e.milliseconds=Eo(e.milliseconds),e.seconds=Eo(e.seconds),e.minutes=Eo(e.minutes),e.hours=Eo(e.hours),e.months=Eo(e.months),e.years=Eo(e.years),this}function So(e,t,n,r){var i=Mr(t,n);return e._milliseconds+=r*i._milliseconds,e._days+=r*i._days,e._months+=r*i._months,e._bubble()}
1273
1271
  // supports only 2.0-style add(1, 's') or add(duration)
1274
1272
  function xo(e,t){return So(this,e,t,1)}
1275
1273
  // supports only 2.0-style subtract(1, 's') or subtract(duration)
1276
- function Lo(e,t){return So(this,e,t,-1)}function Mo(e){return e<0?Math.floor(e):Math.ceil(e)}function Do(){var e,t,n,r,i,o=this._milliseconds,s=this._days,a=this._months,l=this._data;
1274
+ function Lo(e,t){return So(this,e,t,-1)}function Do(e){return e<0?Math.floor(e):Math.ceil(e)}function Mo(){var e,t,n,r,i,o=this._milliseconds,s=this._days,a=this._months,l=this._data;
1277
1275
  // if we have a mix of positive and negative values, bubble down first
1278
1276
  // check: https://github.com/moment/moment/issues/2166
1279
- return o>=0&&s>=0&&a>=0||o<=0&&s<=0&&a<=0||(o+=864e5*Mo(Ao(a)+s),s=0,a=0),
1277
+ return o>=0&&s>=0&&a>=0||o<=0&&s<=0&&a<=0||(o+=864e5*Do(Ao(a)+s),s=0,a=0),
1280
1278
  // The following code bubbles up values, see the tests for
1281
1279
  // examples of what that means.
1282
- l.milliseconds=o%1e3,e=ue(o/1e3),l.seconds=e%60,t=ue(e/60),l.minutes=t%60,n=ue(t/60),l.hours=n%24,s+=ue(n/24),a+=
1280
+ l.milliseconds=o%1e3,e=ce(o/1e3),l.seconds=e%60,t=ce(e/60),l.minutes=t%60,n=ce(t/60),l.hours=n%24,s+=ce(n/24),a+=
1283
1281
  // convert days to months
1284
- i=ue(Fo(s)),s-=Mo(Ao(i)),
1282
+ i=ce(Fo(s)),s-=Do(Ao(i)),
1285
1283
  // 12 months -> 1 year
1286
- r=ue(a/12),a%=12,l.days=s,l.months=a,l.years=r,this}function Fo(e){
1284
+ r=ce(a/12),a%=12,l.days=s,l.months=a,l.years=r,this}function Fo(e){
1287
1285
  // 400 years have 146097 days (taking into account leap year rules)
1288
1286
  // 400 years have 12 months === 4800
1289
1287
  return 4800*e/146097}function Ao(e){
@@ -1294,7 +1292,7 @@ t=this._days+Math.round(Ao(this._months)),e){case"week":return t/7+r/6048e5;case
1294
1292
  // Math.floor prevents floating point math errors here
1295
1293
  case"millisecond":return Math.floor(864e5*t)+r;default:throw new Error("Unknown unit "+e)}}
1296
1294
  // TODO: Use this.as('ms')?
1297
- function $o(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*ce(this._months/12):NaN}function Oo(e){return function(){return this.as(e)}}var Po=Oo("ms"),Ho=Oo("s"),Co=Oo("m"),Bo=Oo("h"),No=Oo("d"),Ro=Oo("w"),Yo=Oo("M"),Uo=Oo("Q"),Go=Oo("y");function jo(){return Dr(this)}function Vo(e){return e=re(e),this.isValid()?this[e+"s"]():NaN}function Wo(e){return function(){return this.isValid()?this._data[e]:NaN}}var zo=Wo("milliseconds"),Zo=Wo("seconds"),Xo=Wo("minutes"),Ko=Wo("hours"),qo=Wo("days"),Jo=Wo("months"),Qo=Wo("years");function es(){return ue(this.days()/7)}var ts=Math.round,ns={ss:44,// a few seconds to seconds
1295
+ function $o(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*ue(this._months/12):NaN}function Oo(e){return function(){return this.as(e)}}var Po=Oo("ms"),Ho=Oo("s"),Co=Oo("m"),Bo=Oo("h"),No=Oo("d"),Ro=Oo("w"),Yo=Oo("M"),Uo=Oo("Q"),Go=Oo("y");function jo(){return Mr(this)}function Vo(e){return e=re(e),this.isValid()?this[e+"s"]():NaN}function Wo(e){return function(){return this.isValid()?this._data[e]:NaN}}var zo=Wo("milliseconds"),Zo=Wo("seconds"),Xo=Wo("minutes"),Ko=Wo("hours"),qo=Wo("days"),Jo=Wo("months"),Qo=Wo("years");function es(){return ce(this.days()/7)}var ts=Math.round,ns={ss:44,// a few seconds to seconds
1298
1296
  s:45,// seconds to minute
1299
1297
  m:45,// minutes to hour
1300
1298
  h:22,// hours to day
@@ -1302,11 +1300,11 @@ d:26,// days to month/week
1302
1300
  w:null,// weeks to month
1303
1301
  M:11};
1304
1302
  // helper function for moment.fn.from, moment.fn.fromNow, and moment.duration.fn.humanize
1305
- function rs(e,t,n,r,i){return i.relativeTime(t||1,!!n,e,r)}function is(e,t,n,r){var i=Dr(e).abs(),o=ts(i.as("s")),s=ts(i.as("m")),a=ts(i.as("h")),l=ts(i.as("d")),u=ts(i.as("M")),c=ts(i.as("w")),h=ts(i.as("y")),d=o<=n.ss&&["s",o]||o<n.s&&["ss",o]||s<=1&&["m"]||s<n.m&&["mm",s]||a<=1&&["h"]||a<n.h&&["hh",a]||l<=1&&["d"]||l<n.d&&["dd",l];return null!=n.w&&(d=d||c<=1&&["w"]||c<n.w&&["ww",c]),(d=d||u<=1&&["M"]||u<n.M&&["MM",u]||h<=1&&["y"]||["yy",h])[2]=t,d[3]=+e>0,d[4]=r,rs.apply(null,d)}
1303
+ function rs(e,t,n,r,i){return i.relativeTime(t||1,!!n,e,r)}function is(e,t,n,r){var i=Mr(e).abs(),o=ts(i.as("s")),s=ts(i.as("m")),a=ts(i.as("h")),l=ts(i.as("d")),c=ts(i.as("M")),u=ts(i.as("w")),h=ts(i.as("y")),d=o<=n.ss&&["s",o]||o<n.s&&["ss",o]||s<=1&&["m"]||s<n.m&&["mm",s]||a<=1&&["h"]||a<n.h&&["hh",a]||l<=1&&["d"]||l<n.d&&["dd",l];return null!=n.w&&(d=d||u<=1&&["w"]||u<n.w&&["ww",u]),(d=d||c<=1&&["M"]||c<n.M&&["MM",c]||h<=1&&["y"]||["yy",h])[2]=t,d[3]=+e>0,d[4]=r,rs.apply(null,d)}
1306
1304
  // This function allows you to set the rounding function for relative time strings
1307
1305
  function os(e){return void 0===e?ts:"function"==typeof e&&(ts=e,!0)}
1308
1306
  // This function allows you to set a threshold for relative time strings
1309
- function ss(e,t){return void 0!==ns[e]&&(void 0===t?ns[e]:(ns[e]=t,"s"===e&&(ns.ss=t-1),!0))}function as(e,t){if(!this.isValid())return this.localeData().invalidDate();var n,r,i=!1,o=ns;return"object"==typeof e&&(t=e,e=!1),"boolean"==typeof e&&(i=e),"object"==typeof t&&(o=Object.assign({},ns,t),null!=t.s&&null==t.ss&&(o.ss=t.s-1)),r=is(this,!i,o,n=this.localeData()),i&&(r=n.pastFuture(+this,r)),n.postformat(r)}var ls=Math.abs;function us(e){return(e>0)-(e<0)||+e}function cs(){
1307
+ function ss(e,t){return void 0!==ns[e]&&(void 0===t?ns[e]:(ns[e]=t,"s"===e&&(ns.ss=t-1),!0))}function as(e,t){if(!this.isValid())return this.localeData().invalidDate();var n,r,i=!1,o=ns;return"object"==typeof e&&(t=e,e=!1),"boolean"==typeof e&&(i=e),"object"==typeof t&&(o=Object.assign({},ns,t),null!=t.s&&null==t.ss&&(o.ss=t.s-1)),r=is(this,!i,o,n=this.localeData()),i&&(r=n.pastFuture(+this,r)),n.postformat(r)}var ls=Math.abs;function cs(e){return(e>0)-(e<0)||+e}function us(){
1310
1308
  // for ISO strings we do not use the normal bubbling rules:
1311
1309
  // * milliseconds bubble up until they become hours
1312
1310
  // * days do not bubble at all
@@ -1314,19 +1312,19 @@ function ss(e,t){return void 0!==ns[e]&&(void 0===t?ns[e]:(ns[e]=t,"s"===e&&(ns.
1314
1312
  // This is because there is no context-free conversion between hours and days
1315
1313
  // (think of clock changes)
1316
1314
  // and also not between days and months (28-31 days per month)
1317
- if(!this.isValid())return this.localeData().invalidDate();var e,t,n,r,i,o,s,a,l=ls(this._milliseconds)/1e3,u=ls(this._days),c=ls(this._months),h=this.asSeconds();return h?(
1315
+ if(!this.isValid())return this.localeData().invalidDate();var e,t,n,r,i,o,s,a,l=ls(this._milliseconds)/1e3,c=ls(this._days),u=ls(this._months),h=this.asSeconds();return h?(
1318
1316
  // 3600 seconds -> 60 minutes -> 1 hour
1319
- e=ue(l/60),t=ue(e/60),l%=60,e%=60,
1317
+ e=ce(l/60),t=ce(e/60),l%=60,e%=60,
1320
1318
  // 12 months -> 1 year
1321
- n=ue(c/12),c%=12,
1319
+ n=ce(u/12),u%=12,
1322
1320
  // inspired by https://github.com/dordille/moment-isoduration/blob/master/moment.isoduration.js
1323
- r=l?l.toFixed(3).replace(/\.?0+$/,""):"",i=h<0?"-":"",o=us(this._months)!==us(h)?"-":"",s=us(this._days)!==us(h)?"-":"",a=us(this._milliseconds)!==us(h)?"-":"",i+"P"+(n?o+n+"Y":"")+(c?o+c+"M":"")+(u?s+u+"D":"")+(t||e||l?"T":"")+(t?a+t+"H":"")+(e?a+e+"M":"")+(l?a+r+"S":"")):"P0D"}var hs=ar.prototype;return hs.isValid=or,hs.abs=To,hs.add=xo,hs.subtract=Lo,hs.as=Io,hs.asMilliseconds=Po,hs.asSeconds=Ho,hs.asMinutes=Co,hs.asHours=Bo,hs.asDays=No,hs.asWeeks=Ro,hs.asMonths=Yo,hs.asQuarters=Uo,hs.asYears=Go,hs.valueOf=$o,hs._bubble=Do,hs.clone=jo,hs.get=Vo,hs.milliseconds=zo,hs.seconds=Zo,hs.minutes=Xo,hs.hours=Ko,hs.days=qo,hs.weeks=es,hs.months=Jo,hs.years=Qo,hs.humanize=as,hs.toISOString=cs,hs.toString=cs,hs.toJSON=cs,hs.locale=ai,hs.localeData=ui,hs.toIsoString=S("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",cs),hs.lang=li,
1321
+ r=l?l.toFixed(3).replace(/\.?0+$/,""):"",i=h<0?"-":"",o=cs(this._months)!==cs(h)?"-":"",s=cs(this._days)!==cs(h)?"-":"",a=cs(this._milliseconds)!==cs(h)?"-":"",i+"P"+(n?o+n+"Y":"")+(u?o+u+"M":"")+(c?s+c+"D":"")+(t||e||l?"T":"")+(t?a+t+"H":"")+(e?a+e+"M":"")+(l?a+r+"S":"")):"P0D"}var hs=ar.prototype;return hs.isValid=or,hs.abs=To,hs.add=xo,hs.subtract=Lo,hs.as=Io,hs.asMilliseconds=Po,hs.asSeconds=Ho,hs.asMinutes=Co,hs.asHours=Bo,hs.asDays=No,hs.asWeeks=Ro,hs.asMonths=Yo,hs.asQuarters=Uo,hs.asYears=Go,hs.valueOf=$o,hs._bubble=Mo,hs.clone=jo,hs.get=Vo,hs.milliseconds=zo,hs.seconds=Zo,hs.minutes=Xo,hs.hours=Ko,hs.days=qo,hs.weeks=es,hs.months=Jo,hs.years=Qo,hs.humanize=as,hs.toISOString=us,hs.toString=us,hs.toJSON=us,hs.locale=ai,hs.localeData=ci,hs.toIsoString=S("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",us),hs.lang=li,
1324
1322
  // FORMATTING
1325
1323
  R("X",0,0,"unix"),R("x",0,0,"valueOf"),
1326
1324
  // PARSING
1327
- Pe("x",Fe),Pe("X",$e),Re("X",(function(e,t,n){n._d=new Date(1e3*parseFloat(e))})),Re("x",(function(e,t,n){n._d=new Date(ce(e))})),
1325
+ Pe("x",Fe),Pe("X",$e),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))})),
1328
1326
  //! moment.js
1329
- r.version="2.29.4",i(Kn),r.fn=uo,r.min=er,r.max=tr,r.now=nr,r.utc=p,r.unix=co,r.months=bo,r.isDate=h,r.locale=gn,r.invalid=b,r.duration=Dr,r.isMoment=E,r.weekdays=vo,r.parseZone=ho,r.localeData=_n,r.isDuration=lr,r.monthsShort=_o,r.weekdaysMin=ko,r.defineLocale=yn,r.updateLocale=bn,r.locales=vn,r.weekdaysShort=wo,r.normalizeUnits=re,r.relativeTimeRounding=os,r.relativeTimeThreshold=ss,r.calendarFormat=Ur,r.prototype=uo,
1327
+ r.version="2.29.4",i(Kn),r.fn=co,r.min=er,r.max=tr,r.now=nr,r.utc=p,r.unix=uo,r.months=bo,r.isDate=h,r.locale=gn,r.invalid=b,r.duration=Mr,r.isMoment=E,r.weekdays=_o,r.parseZone=ho,r.localeData=vn,r.isDuration=lr,r.monthsShort=vo,r.weekdaysMin=ko,r.defineLocale=yn,r.updateLocale=bn,r.locales=_n,r.weekdaysShort=wo,r.normalizeUnits=re,r.relativeTimeRounding=os,r.relativeTimeThreshold=ss,r.calendarFormat=Ur,r.prototype=co,
1330
1328
  // currently HTML5 input type only supports 24-hour formats
1331
1329
  r.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",// <input type="datetime-local" />
1332
1330
  DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",// <input type="datetime-local" step="1" />
@@ -1336,69 +1334,69 @@ TIME:"HH:mm",// <input type="time" />
1336
1334
  TIME_SECONDS:"HH:mm:ss",// <input type="time" step="1" />
1337
1335
  TIME_MS:"HH:mm:ss.SSS",// <input type="time" step="0.001" />
1338
1336
  WEEK:"GGGG-[W]WW",// <input type="week" />
1339
- MONTH:"YYYY-MM"},r}()}));function gi(e,t){Xn(e,t)}const yi={en:{timeText:"Time",sessionTimer:"logged in for",panicButton:"Hold button for 3 seconds to take 24-hour timeout"},de:{timeText:"Time",sessionTimer:"logged in for",panicButton:"Button für 3 Sekunden drücken um eine 24-stündige Auszeit zu nehmen"},fr:{timeText:"Time",sessionTimer:"logged in for",panicButton:"Hold button for 3 seconds to take 24-hour timeout"},ro:{timeText:"Ora",sessionTimer:"online de",panicButton:"Hold button for 3 seconds to take 24-hour timeout"},es:{timeText:"Hora",sessionTimer:"tiempo sesión",panicButton:"Dar clic durante 3 segundos para tomar un descanso de 24 horas"},pt:{timeText:"Time",sessionTimer:"logged in for",panicButton:"Hold button for 3 seconds to take 24-hour timeout"},hr:{timeText:"Time",sessionTimer:"logged in for",panicButton:"Držite gumb 3 sekunde kako biste aktivirali vremensko ograničenje od 24 sata"},sl:{timeText:"Time",sessionTimer:"logged in for",panicButton:"Držite gumb 3 sekunde, da bi vzeli 24 urni premor"},pl:{timeText:"Time",sessionTimer:"logged in for",panicButton:"Przytrzymaj przycisk przez 3 sekundy, aby uzyskać 24-godzinny limit czasu"}},{document:bi}=h;
1340
- /* src/CasinoFooterV2.svelte generated by Svelte v3.59.2 */function _i(e,t,n){const r=e.slice();return r[81]=t[n],r}function vi(e,t,n){const r=e.slice();return r[84]=t[n],r}function wi(e,t,n){const r=e.slice();return r[87]=t[n],r}
1337
+ MONTH:"YYYY-MM"},r}()}));function yi(e,t){Xn(e,t)}const bi={en:{timeText:"Time",sessionTimer:"logged in for",panicButton:"Hold button for 3 seconds to take 24-hour timeout"},de:{timeText:"Time",sessionTimer:"logged in for",panicButton:"Button für 3 Sekunden drücken um eine 24-stündige Auszeit zu nehmen"},fr:{timeText:"Time",sessionTimer:"logged in for",panicButton:"Hold button for 3 seconds to take 24-hour timeout"},ro:{timeText:"Ora",sessionTimer:"online de",panicButton:"Hold button for 3 seconds to take 24-hour timeout"},es:{timeText:"Hora",sessionTimer:"tiempo sesión",panicButton:"Dar clic durante 3 segundos para tomar un descanso de 24 horas"},pt:{timeText:"Time",sessionTimer:"logged in for",panicButton:"Hold button for 3 seconds to take 24-hour timeout"},hr:{timeText:"Time",sessionTimer:"logged in for",panicButton:"Držite gumb 3 sekunde kako biste aktivirali vremensko ograničenje od 24 sata"},sl:{timeText:"Time",sessionTimer:"logged in for",panicButton:"Držite gumb 3 sekunde, da bi vzeli 24 urni premor"},pl:{timeText:"Time",sessionTimer:"logged in for",panicButton:"Przytrzymaj przycisk przez 3 sekundy, aby uzyskać 24-godzinny limit czasu"}},{document:vi}=h;
1338
+ /* src/CasinoFooterV2.svelte generated by Svelte v3.59.2 */function _i(e,t,n){const r=e.slice();return r[81]=t[n],r}function wi(e,t,n){const r=e.slice();return r[84]=t[n],r}function ki(e,t,n){const r=e.slice();return r[87]=t[n],r}
1341
1339
  // (293:2) {#if headScript}
1342
- function ki(e){let t,n;return{c(){t=g("script"),a(t.src,n=/*licenseScriptSrc*/e[23])||k(t,"src",n)},m(e,n){f(e,t,n)},p(e,r){/*licenseScriptSrc*/8388608&r[0]&&!a(t.src,n=/*licenseScriptSrc*/e[23])&&k(t,"src",n)},d(e){e&&p(t)}}}
1340
+ function Ei(e){let t,n;return{c(){t=g("script"),a(t.src,n=/*licenseScriptSrc*/e[23])||k(t,"src",n)},m(e,n){f(e,t,n)},p(e,r){/*licenseScriptSrc*/8388608&r[0]&&!a(t.src,n=/*licenseScriptSrc*/e[23])&&k(t,"src",n)},d(e){e&&p(t)}}}
1343
1341
  // (303:2) {:else}
1344
- function Ei(e){let t,n,r,i,o,s,a,l,u,c,h,m,y=/*helpLinksRepeater*/e[13]&&xi(e),b=/*gameVendorsRepeater*/e[8]&&Di(e),v=/*paymentMethodsRepeater*/e[10]&&Ai(e),w=/*panicbuttonenabled*/"true"===e[3]&&/*isLoggedIn*/e[25]&&$i(e),E=/*licensesRepeater*/e[15]&&Oi(e),T=/*sponsorsRepeater*/e[12]&&Ci(e),S=/*socialLinksRepeater*/e[17]&&Ri(e),x=/*languageselectorenabled*/"true"===e[2]&&/*languagePackLoaded*/e[31]&&/*selectedLanguage*/e[26]&&Ui(e),L=/*copyright*/e[18]&&Vi(e);return{c(){t=g("div"),n=g("div"),y&&y.c(),i=_(),o=g("div"),b&&b.c(),s=_(),v&&v.c(),a=_(),w&&w.c(),l=_(),E&&E.c(),u=_(),T&&T.c(),c=_(),S&&S.c(),h=_(),x&&x.c(),m=_(),L&&L.c(),k(n,"class",r="FooterSide "+(/*isOnMobile*/e[33]&&/*isLoggedIn*/e[25]&&/*panicbuttonenabled*/"true"===e[3]?"FooterSideMobile":"")),k(o,"class","FooterGrid"),k(t,"class","Footer")},m(r,p){f(r,t,p),d(t,n),y&&y.m(n,null),d(t,i),d(t,o),b&&b.m(o,null),d(o,s),v&&v.m(o,null),d(o,a),w&&w.m(o,null),d(o,l),E&&E.m(o,null),d(o,u),T&&T.m(o,null),d(o,c),S&&S.m(o,null),d(o,h),x&&x.m(o,null),d(o,m),L&&L.m(o,null)
1345
- /*div2_binding*/,e[56](t)},p(e,t){/*helpLinksRepeater*/e[13]?y?y.p(e,t):(y=xi(e),y.c(),y.m(n,null)):y&&(y.d(1),y=null),/*isLoggedIn, panicbuttonenabled*/33554440&t[0]&&r!==(r="FooterSide "+(/*isOnMobile*/e[33]&&/*isLoggedIn*/e[25]&&/*panicbuttonenabled*/"true"===e[3]?"FooterSideMobile":""))&&k(n,"class",r),/*gameVendorsRepeater*/e[8]?b?b.p(e,t):(b=Di(e),b.c(),b.m(o,s)):b&&(b.d(1),b=null),/*paymentMethodsRepeater*/e[10]?v?v.p(e,t):(v=Ai(e),v.c(),v.m(o,a)):v&&(v.d(1),v=null),/*panicbuttonenabled*/"true"===e[3]&&/*isLoggedIn*/e[25]?w?w.p(e,t):(w=$i(e),w.c(),w.m(o,l)):w&&(w.d(1),w=null),/*licensesRepeater*/e[15]?E?E.p(e,t):(E=Oi(e),E.c(),E.m(o,u)):E&&(E.d(1),E=null),/*sponsorsRepeater*/e[12]?T?T.p(e,t):(T=Ci(e),T.c(),T.m(o,c)):T&&(T.d(1),T=null),/*socialLinksRepeater*/e[17]?S?S.p(e,t):(S=Ri(e),S.c(),S.m(o,h)):S&&(S.d(1),S=null),/*languageselectorenabled*/"true"===e[2]&&/*languagePackLoaded*/e[31]&&/*selectedLanguage*/e[26]?x?x.p(e,t):(x=Ui(e),x.c(),x.m(o,m)):x&&(x.d(1),x=null),/*copyright*/e[18]?L?L.p(e,t):(L=Vi(e),L.c(),L.m(o,null)):L&&(L.d(1),L=null)},d(n){n&&p(t),y&&y.d(),b&&b.d(),v&&v.d(),w&&w.d(),E&&E.d(),T&&T.d(),S&&S.d(),x&&x.d(),L&&L.d()
1342
+ function Ti(e){let t,n,r,i,o,s,a,l,c,u,h,m,y=/*helpLinksRepeater*/e[13]&&Li(e),b=/*gameVendorsRepeater*/e[8]&&Fi(e),_=/*paymentMethodsRepeater*/e[10]&&Ii(e),w=/*panicbuttonenabled*/"true"===e[3]&&/*isLoggedIn*/e[25]&&Oi(e),E=/*licensesRepeater*/e[15]&&Pi(e),T=/*sponsorsRepeater*/e[12]&&Bi(e),S=/*socialLinksRepeater*/e[17]&&Yi(e),x=/*languageselectorenabled*/"true"===e[2]&&/*languagePackLoaded*/e[31]&&/*selectedLanguage*/e[26]&&Gi(e),L=/*copyright*/e[18]&&Wi(e);return{c(){t=g("div"),n=g("div"),y&&y.c(),i=v(),o=g("div"),b&&b.c(),s=v(),_&&_.c(),a=v(),w&&w.c(),l=v(),E&&E.c(),c=v(),T&&T.c(),u=v(),S&&S.c(),h=v(),x&&x.c(),m=v(),L&&L.c(),k(n,"class",r="FooterSide "+(/*isOnMobile*/e[33]&&/*isLoggedIn*/e[25]&&/*panicbuttonenabled*/"true"===e[3]?"FooterSideMobile":"")),k(o,"class","FooterGrid"),k(t,"class","Footer")},m(r,p){f(r,t,p),d(t,n),y&&y.m(n,null),d(t,i),d(t,o),b&&b.m(o,null),d(o,s),_&&_.m(o,null),d(o,a),w&&w.m(o,null),d(o,l),E&&E.m(o,null),d(o,c),T&&T.m(o,null),d(o,u),S&&S.m(o,null),d(o,h),x&&x.m(o,null),d(o,m),L&&L.m(o,null)
1343
+ /*div2_binding*/,e[56](t)},p(e,t){/*helpLinksRepeater*/e[13]?y?y.p(e,t):(y=Li(e),y.c(),y.m(n,null)):y&&(y.d(1),y=null),/*isLoggedIn, panicbuttonenabled*/33554440&t[0]&&r!==(r="FooterSide "+(/*isOnMobile*/e[33]&&/*isLoggedIn*/e[25]&&/*panicbuttonenabled*/"true"===e[3]?"FooterSideMobile":""))&&k(n,"class",r),/*gameVendorsRepeater*/e[8]?b?b.p(e,t):(b=Fi(e),b.c(),b.m(o,s)):b&&(b.d(1),b=null),/*paymentMethodsRepeater*/e[10]?_?_.p(e,t):(_=Ii(e),_.c(),_.m(o,a)):_&&(_.d(1),_=null),/*panicbuttonenabled*/"true"===e[3]&&/*isLoggedIn*/e[25]?w?w.p(e,t):(w=Oi(e),w.c(),w.m(o,l)):w&&(w.d(1),w=null),/*licensesRepeater*/e[15]?E?E.p(e,t):(E=Pi(e),E.c(),E.m(o,c)):E&&(E.d(1),E=null),/*sponsorsRepeater*/e[12]?T?T.p(e,t):(T=Bi(e),T.c(),T.m(o,u)):T&&(T.d(1),T=null),/*socialLinksRepeater*/e[17]?S?S.p(e,t):(S=Yi(e),S.c(),S.m(o,h)):S&&(S.d(1),S=null),/*languageselectorenabled*/"true"===e[2]&&/*languagePackLoaded*/e[31]&&/*selectedLanguage*/e[26]?x?x.p(e,t):(x=Gi(e),x.c(),x.m(o,m)):x&&(x.d(1),x=null),/*copyright*/e[18]?L?L.p(e,t):(L=Wi(e),L.c(),L.m(o,null)):L&&(L.d(1),L=null)},d(n){n&&p(t),y&&y.d(),b&&b.d(),_&&_.d(),w&&w.d(),E&&E.d(),T&&T.d(),S&&S.d(),x&&x.d(),L&&L.d()
1346
1344
  /*div2_binding*/,e[56](null)}}}
1347
1345
  // (301:2) {#if isLoading}
1348
- function Ti(t){let n;return{c(){n=g("p"),n.textContent="Loading ...",k(n,"class","SearchLoading")},m(e,t){f(e,n,t)},p:e,d(e){e&&p(n)}}}
1346
+ function Si(t){let n;return{c(){n=g("p"),n.textContent="Loading ...",k(n,"class","SearchLoading")},m(e,t){f(e,n,t)},p:e,d(e){e&&p(n)}}}
1349
1347
  // (298:0) {#if hasErrors}
1350
- function Si(t){let n;return{c(){n=g("p"),n.textContent="500 Error - Internal Server Error",k(n,"class","SearchLoading")},m(e,t){f(e,n,t)},p:e,d(e){e&&p(n)}}}
1348
+ function xi(t){let n;return{c(){n=g("p"),n.textContent="500 Error - Internal Server Error",k(n,"class","SearchLoading")},m(e,t){f(e,n,t)},p:e,d(e){e&&p(n)}}}
1351
1349
  // (308:8) {#if helpLinksRepeater}
1352
- function xi(e){let t,n=/*helpLinksRepeater*/e[13],r=[];for(let t=0;t<n.length;t+=1)r[t]=Mi(wi(e,n,t));return{c(){for(let e=0;e<r.length;e+=1)r[e].c();t=v()},m(e,n){for(let t=0;t<r.length;t+=1)r[t]&&r[t].m(e,n);f(e,t,n)},p(e,i){if(/*clientstyling, helpLinksRepeater, baseurl, lang*/8211&i[0]){let o;for(n=/*helpLinksRepeater*/e[13],o=0;o<n.length;o+=1){const s=wi(e,n,o);r[o]?r[o].p(s,i):(r[o]=Mi(s),r[o].c(),r[o].m(t.parentNode,t))}for(;o<r.length;o+=1)r[o].d(1);r.length=n.length}},d(e){m(r,e),e&&p(t)}}}
1350
+ function Li(e){let t,n=/*helpLinksRepeater*/e[13],r=[];for(let t=0;t<n.length;t+=1)r[t]=Mi(ki(e,n,t));return{c(){for(let e=0;e<r.length;e+=1)r[e].c();t=_()},m(e,n){for(let t=0;t<r.length;t+=1)r[t]&&r[t].m(e,n);f(e,t,n)},p(e,i){if(/*clientstyling, helpLinksRepeater, baseurl, lang*/8211&i[0]){let o;for(n=/*helpLinksRepeater*/e[13],o=0;o<n.length;o+=1){const s=ki(e,n,o);r[o]?r[o].p(s,i):(r[o]=Mi(s),r[o].c(),r[o].m(t.parentNode,t))}for(;o<r.length;o+=1)r[o].d(1);r.length=n.length}},d(e){m(r,e),e&&p(t)}}}
1353
1351
  // (310:12) {#if category.key}
1354
- function Li(e){let t,n,r=/*category*/e[87].key+"";return{c(){t=g("p"),n=b(r),k(t,"class","FooterTitle")},m(e,r){f(e,t,r),d(t,n)},p(e,t){/*helpLinksRepeater*/8192&t[0]&&r!==(r=/*category*/e[87].key+"")&&T(n,r)},d(e){e&&p(t)}}}
1352
+ function Di(e){let t,n,r=/*category*/e[87].key+"";return{c(){t=g("p"),n=b(r),k(t,"class","FooterTitle")},m(e,r){f(e,t,r),d(t,n)},p(e,t){/*helpLinksRepeater*/8192&t[0]&&r!==(r=/*category*/e[87].key+"")&&T(n,r)},d(e){e&&p(t)}}}
1355
1353
  // (309:10) {#each helpLinksRepeater as category}
1356
- function Mi(e){let t,n,r,i=/*category*/e[87].key&&Li(e);return{c(){i&&i.c(),t=_(),n=g("casino-footer-section"),E(n,"helperflag","1"),E(n,"clientstyling",/*clientstyling*/e[0]),E(n,"category",r=/*category*/e[87].key),E(n,"displaycolumn","true"),E(n,"baseurl",/*baseurl*/e[4]),E(n,"lang",/*lang*/e[1]),E(n,"footertype","footersecondary")},m(e,r){i&&i.m(e,r),f(e,t,r),f(e,n,r)},p(e,o){/*category*/e[87].key?i?i.p(e,o):(i=Li(e),i.c(),i.m(t.parentNode,t)):i&&(i.d(1),i=null),/*clientstyling*/1&o[0]&&E(n,"clientstyling",/*clientstyling*/e[0]),/*helpLinksRepeater*/8192&o[0]&&r!==(r=/*category*/e[87].key)&&E(n,"category",r),/*baseurl*/16&o[0]&&E(n,"baseurl",/*baseurl*/e[4]),/*lang*/2&o[0]&&E(n,"lang",/*lang*/e[1])},d(e){i&&i.d(e),e&&p(t),e&&p(n)}}}
1354
+ function Mi(e){let t,n,r,i=/*category*/e[87].key&&Di(e);return{c(){i&&i.c(),t=v(),n=g("casino-footer-section"),E(n,"helperflag","1"),E(n,"clientstyling",/*clientstyling*/e[0]),E(n,"category",r=/*category*/e[87].key),E(n,"displaycolumn","true"),E(n,"baseurl",/*baseurl*/e[4]),E(n,"lang",/*lang*/e[1]),E(n,"footertype","footersecondary")},m(e,r){i&&i.m(e,r),f(e,t,r),f(e,n,r)},p(e,o){/*category*/e[87].key?i?i.p(e,o):(i=Di(e),i.c(),i.m(t.parentNode,t)):i&&(i.d(1),i=null),/*clientstyling*/1&o[0]&&E(n,"clientstyling",/*clientstyling*/e[0]),/*helpLinksRepeater*/8192&o[0]&&r!==(r=/*category*/e[87].key)&&E(n,"category",r),/*baseurl*/16&o[0]&&E(n,"baseurl",/*baseurl*/e[4]),/*lang*/2&o[0]&&E(n,"lang",/*lang*/e[1])},d(e){i&&i.d(e),e&&p(t),e&&p(n)}}}
1357
1355
  // (328:8) {#if gameVendorsRepeater}
1358
- function Di(e){let t,n,r,i,o=/*gameVendorsLinksTitle*/e[7]&&Fi(e);return{c(){t=g("div"),n=g("div"),o&&o.c(),r=_(),i=g("casino-footer-section"),E(i,"vendorflag","1"),E(i,"clientstyling",/*clientstyling*/e[0]),E(i,"baseurl",/*baseurl*/e[4]),E(i,"lang",/*lang*/e[1]),E(i,"footertype","footersecondary"),k(t,"class","GridRow")},m(e,s){f(e,t,s),d(t,n),o&&o.m(n,null),d(n,r),d(n,i)},p(e,t){/*gameVendorsLinksTitle*/e[7]?o?o.p(e,t):(o=Fi(e),o.c(),o.m(n,r)):o&&(o.d(1),o=null),/*clientstyling*/1&t[0]&&E(i,"clientstyling",/*clientstyling*/e[0]),/*baseurl*/16&t[0]&&E(i,"baseurl",/*baseurl*/e[4]),/*lang*/2&t[0]&&E(i,"lang",/*lang*/e[1])},d(e){e&&p(t),o&&o.d()}}}
1356
+ function Fi(e){let t,n,r,i,o=/*gameVendorsLinksTitle*/e[7]&&Ai(e);return{c(){t=g("div"),n=g("div"),o&&o.c(),r=v(),i=g("casino-footer-section"),E(i,"vendorflag","1"),E(i,"clientstyling",/*clientstyling*/e[0]),E(i,"baseurl",/*baseurl*/e[4]),E(i,"lang",/*lang*/e[1]),E(i,"footertype","footersecondary"),k(t,"class","GridRow")},m(e,s){f(e,t,s),d(t,n),o&&o.m(n,null),d(n,r),d(n,i)},p(e,t){/*gameVendorsLinksTitle*/e[7]?o?o.p(e,t):(o=Ai(e),o.c(),o.m(n,r)):o&&(o.d(1),o=null),/*clientstyling*/1&t[0]&&E(i,"clientstyling",/*clientstyling*/e[0]),/*baseurl*/16&t[0]&&E(i,"baseurl",/*baseurl*/e[4]),/*lang*/2&t[0]&&E(i,"lang",/*lang*/e[1])},d(e){e&&p(t),o&&o.d()}}}
1359
1357
  // (331:14) {#if gameVendorsLinksTitle}
1360
- function Fi(e){let t,n;return{c(){t=g("p"),n=b(/*gameVendorsLinksTitle*/e[7]),k(t,"class","FooterTitle")},m(e,r){f(e,t,r),d(t,n)},p(e,t){/*gameVendorsLinksTitle*/128&t[0]&&T(n,/*gameVendorsLinksTitle*/e[7])},d(e){e&&p(t)}}}
1358
+ function Ai(e){let t,n;return{c(){t=g("p"),n=b(/*gameVendorsLinksTitle*/e[7]),k(t,"class","FooterTitle")},m(e,r){f(e,t,r),d(t,n)},p(e,t){/*gameVendorsLinksTitle*/128&t[0]&&T(n,/*gameVendorsLinksTitle*/e[7])},d(e){e&&p(t)}}}
1361
1359
  // (346:6) {#if paymentMethodsRepeater}
1362
- function Ai(e){let t,n,r,i,o=/*paymentLinksTitle*/e[9]&&Ii(e);return{c(){t=g("div"),n=g("div"),o&&o.c(),r=_(),i=g("casino-footer-section"),E(i,"paymentflag","1"),E(i,"clientstyling",/*clientstyling*/e[0]),E(i,"baseurl",/*baseurl*/e[4]),E(i,"lang",/*lang*/e[1]),E(i,"footertype","footersecondary"),k(t,"class","GridRow")},m(e,s){f(e,t,s),d(t,n),o&&o.m(n,null),d(n,r),d(n,i)},p(e,t){/*paymentLinksTitle*/e[9]?o?o.p(e,t):(o=Ii(e),o.c(),o.m(n,r)):o&&(o.d(1),o=null),/*clientstyling*/1&t[0]&&E(i,"clientstyling",/*clientstyling*/e[0]),/*baseurl*/16&t[0]&&E(i,"baseurl",/*baseurl*/e[4]),/*lang*/2&t[0]&&E(i,"lang",/*lang*/e[1])},d(e){e&&p(t),o&&o.d()}}}
1360
+ function Ii(e){let t,n,r,i,o=/*paymentLinksTitle*/e[9]&&$i(e);return{c(){t=g("div"),n=g("div"),o&&o.c(),r=v(),i=g("casino-footer-section"),E(i,"paymentflag","1"),E(i,"clientstyling",/*clientstyling*/e[0]),E(i,"baseurl",/*baseurl*/e[4]),E(i,"lang",/*lang*/e[1]),E(i,"footertype","footersecondary"),k(t,"class","GridRow")},m(e,s){f(e,t,s),d(t,n),o&&o.m(n,null),d(n,r),d(n,i)},p(e,t){/*paymentLinksTitle*/e[9]?o?o.p(e,t):(o=$i(e),o.c(),o.m(n,r)):o&&(o.d(1),o=null),/*clientstyling*/1&t[0]&&E(i,"clientstyling",/*clientstyling*/e[0]),/*baseurl*/16&t[0]&&E(i,"baseurl",/*baseurl*/e[4]),/*lang*/2&t[0]&&E(i,"lang",/*lang*/e[1])},d(e){e&&p(t),o&&o.d()}}}
1363
1361
  // (349:12) {#if paymentLinksTitle}
1364
- function Ii(e){let t,n;return{c(){t=g("p"),n=b(/*paymentLinksTitle*/e[9]),k(t,"class","FooterTitle")},m(e,r){f(e,t,r),d(t,n)},p(e,t){/*paymentLinksTitle*/512&t[0]&&T(n,/*paymentLinksTitle*/e[9])},d(e){e&&p(t)}}}
1362
+ function $i(e){let t,n;return{c(){t=g("p"),n=b(/*paymentLinksTitle*/e[9]),k(t,"class","FooterTitle")},m(e,r){f(e,t,r),d(t,n)},p(e,t){/*paymentLinksTitle*/512&t[0]&&T(n,/*paymentLinksTitle*/e[9])},d(e){e&&p(t)}}}
1365
1363
  // (365:6) {#if panicbuttonenabled === "true" && isLoggedIn}
1366
- function $i(e){let t;return{c(){t=g("panic-button"),E(t,"customtext",/*panicButtonCustomText*/e[32]),E(t,"alternativestyling","true"),E(t,"lang",/*lang*/e[1]),E(t,"clientstyling",/*clientstyling*/e[0])},m(e,n){f(e,t,n)},p(e,n){/*panicButtonCustomText*/2&n[1]&&E(t,"customtext",/*panicButtonCustomText*/e[32]),/*lang*/2&n[0]&&E(t,"lang",/*lang*/e[1]),/*clientstyling*/1&n[0]&&E(t,"clientstyling",/*clientstyling*/e[0])},d(e){e&&p(t)}}}
1364
+ function Oi(e){let t;return{c(){t=g("panic-button"),E(t,"customtext",/*panicButtonCustomText*/e[32]),E(t,"alternativestyling","true"),E(t,"lang",/*lang*/e[1]),E(t,"clientstyling",/*clientstyling*/e[0])},m(e,n){f(e,t,n)},p(e,n){/*panicButtonCustomText*/2&n[1]&&E(t,"customtext",/*panicButtonCustomText*/e[32]),/*lang*/2&n[0]&&E(t,"lang",/*lang*/e[1]),/*clientstyling*/1&n[0]&&E(t,"clientstyling",/*clientstyling*/e[0])},d(e){e&&p(t)}}}
1367
1365
  // (375:6) {#if licensesRepeater}
1368
- function Oi(e){let t,n,r,i,o,s,a=/*licensesLinksTitle*/e[14]&&Pi(e),l=/*licenseDesc*/e[19]&&Hi(e);return{c(){t=g("div"),n=g("div"),a&&a.c(),r=_(),i=g("casino-footer-section"),o=_(),s=g("div"),l&&l.c(),E(i,"licenseflag","1"),E(i,"clientstyling",/*clientstyling*/e[0]),E(i,"baseurl",/*baseurl*/e[4]),E(i,"lang",/*lang*/e[1]),E(i,"footertype","footersecondary"),k(n,"class","LicenseLinks"),k(s,"class","LicenseDesc"),k(t,"class","GridRow")},m(e,u){f(e,t,u),d(t,n),a&&a.m(n,null),d(n,r),d(n,i),d(t,o),d(t,s),l&&l.m(s,null)},p(e,t){/*licensesLinksTitle*/e[14]?a?a.p(e,t):(a=Pi(e),a.c(),a.m(n,r)):a&&(a.d(1),a=null),/*clientstyling*/1&t[0]&&E(i,"clientstyling",/*clientstyling*/e[0]),/*baseurl*/16&t[0]&&E(i,"baseurl",/*baseurl*/e[4]),/*lang*/2&t[0]&&E(i,"lang",/*lang*/e[1]),/*licenseDesc*/e[19]?l?l.p(e,t):(l=Hi(e),l.c(),l.m(s,null)):l&&(l.d(1),l=null)},d(e){e&&p(t),a&&a.d(),l&&l.d()}}}
1366
+ function Pi(e){let t,n,r,i,o,s,a=/*licensesLinksTitle*/e[14]&&Hi(e),l=/*licenseDesc*/e[19]&&Ci(e);return{c(){t=g("div"),n=g("div"),a&&a.c(),r=v(),i=g("casino-footer-section"),o=v(),s=g("div"),l&&l.c(),E(i,"licenseflag","1"),E(i,"clientstyling",/*clientstyling*/e[0]),E(i,"baseurl",/*baseurl*/e[4]),E(i,"lang",/*lang*/e[1]),E(i,"footertype","footersecondary"),k(n,"class","LicenseLinks"),k(s,"class","LicenseDesc"),k(t,"class","GridRow")},m(e,c){f(e,t,c),d(t,n),a&&a.m(n,null),d(n,r),d(n,i),d(t,o),d(t,s),l&&l.m(s,null)},p(e,t){/*licensesLinksTitle*/e[14]?a?a.p(e,t):(a=Hi(e),a.c(),a.m(n,r)):a&&(a.d(1),a=null),/*clientstyling*/1&t[0]&&E(i,"clientstyling",/*clientstyling*/e[0]),/*baseurl*/16&t[0]&&E(i,"baseurl",/*baseurl*/e[4]),/*lang*/2&t[0]&&E(i,"lang",/*lang*/e[1]),/*licenseDesc*/e[19]?l?l.p(e,t):(l=Ci(e),l.c(),l.m(s,null)):l&&(l.d(1),l=null)},d(e){e&&p(t),a&&a.d(),l&&l.d()}}}
1369
1367
  // (378:12) {#if licensesLinksTitle}
1370
- function Pi(e){let t,n;return{c(){t=g("p"),n=b(/*licensesLinksTitle*/e[14]),k(t,"class","FooterTitle")},m(e,r){f(e,t,r),d(t,n)},p(e,t){/*licensesLinksTitle*/16384&t[0]&&T(n,/*licensesLinksTitle*/e[14])},d(e){e&&p(t)}}}
1368
+ function Hi(e){let t,n;return{c(){t=g("p"),n=b(/*licensesLinksTitle*/e[14]),k(t,"class","FooterTitle")},m(e,r){f(e,t,r),d(t,n)},p(e,t){/*licensesLinksTitle*/16384&t[0]&&T(n,/*licensesLinksTitle*/e[14])},d(e){e&&p(t)}}}
1371
1369
  // (391:12) {#if licenseDesc}
1372
- function Hi(e){let t,n,o,s,a,l,u;return{c(){t=g("div"),o=_(),s=g("div"),k(t,"class","DetailedLicenses"),k(s,"class","DetailedCustomLicenses")},m(r,i){f(r,t,i),f(r,o,i),f(r,s,i),l||(u=[c(n=/*setContent*/e[34].call(null,t,/*licenseDesc*/e[19])),c(a=/*setContent*/e[34].call(null,s,/*licenseScript*/e[24]))],l=!0)},p(e,t){n&&i(n.update)&&/*licenseDesc*/524288&t[0]&&n.update.call(null,/*licenseDesc*/e[19]),a&&i(a.update)&&/*licenseScript*/16777216&t[0]&&a.update.call(null,/*licenseScript*/e[24])},d(e){e&&p(t),e&&p(o),e&&p(s),l=!1,r(u)}}}
1370
+ function Ci(e){let t,n,o,s,a,l,c;return{c(){t=g("div"),o=v(),s=g("div"),k(t,"class","DetailedLicenses"),k(s,"class","DetailedCustomLicenses")},m(r,i){f(r,t,i),f(r,o,i),f(r,s,i),l||(c=[u(n=/*setContent*/e[34].call(null,t,/*licenseDesc*/e[19])),u(a=/*setContent*/e[34].call(null,s,/*licenseScript*/e[24]))],l=!0)},p(e,t){n&&i(n.update)&&/*licenseDesc*/524288&t[0]&&n.update.call(null,/*licenseDesc*/e[19]),a&&i(a.update)&&/*licenseScript*/16777216&t[0]&&a.update.call(null,/*licenseScript*/e[24])},d(e){e&&p(t),e&&p(o),e&&p(s),l=!1,r(c)}}}
1373
1371
  // (402:6) {#if sponsorsRepeater}
1374
- function Ci(e){let t,n=/*sponsorsRepeater*/e[12]&&Bi(e);return{c(){t=g("div"),n&&n.c(),k(t,"class","GridRow")},m(e,r){f(e,t,r),n&&n.m(t,null)},p(e,r){/*sponsorsRepeater*/e[12]?n?n.p(e,r):(n=Bi(e),n.c(),n.m(t,null)):n&&(n.d(1),n=null)},d(e){e&&p(t),n&&n.d()}}}
1372
+ function Bi(e){let t,n=/*sponsorsRepeater*/e[12]&&Ni(e);return{c(){t=g("div"),n&&n.c(),k(t,"class","GridRow")},m(e,r){f(e,t,r),n&&n.m(t,null)},p(e,r){/*sponsorsRepeater*/e[12]?n?n.p(e,r):(n=Ni(e),n.c(),n.m(t,null)):n&&(n.d(1),n=null)},d(e){e&&p(t),n&&n.d()}}}
1375
1373
  // (404:10) {#if sponsorsRepeater}
1376
- function Bi(e){let t,n,r,i=/*sponsorsLinksTitle*/e[11]&&Ni(e);return{c(){t=g("div"),i&&i.c(),n=_(),r=g("casino-footer-section"),E(r,"sponsorflag","1"),E(r,"clientstyling",/*clientstyling*/e[0]),E(r,"baseurl",/*baseurl*/e[4]),E(r,"lang",/*lang*/e[1]),E(r,"footertype","footersecondary")},m(e,o){f(e,t,o),i&&i.m(t,null),d(t,n),d(t,r)},p(e,o){/*sponsorsLinksTitle*/e[11]?i?i.p(e,o):(i=Ni(e),i.c(),i.m(t,n)):i&&(i.d(1),i=null),/*clientstyling*/1&o[0]&&E(r,"clientstyling",/*clientstyling*/e[0]),/*baseurl*/16&o[0]&&E(r,"baseurl",/*baseurl*/e[4]),/*lang*/2&o[0]&&E(r,"lang",/*lang*/e[1])},d(e){e&&p(t),i&&i.d()}}}
1374
+ function Ni(e){let t,n,r,i=/*sponsorsLinksTitle*/e[11]&&Ri(e);return{c(){t=g("div"),i&&i.c(),n=v(),r=g("casino-footer-section"),E(r,"sponsorflag","1"),E(r,"clientstyling",/*clientstyling*/e[0]),E(r,"baseurl",/*baseurl*/e[4]),E(r,"lang",/*lang*/e[1]),E(r,"footertype","footersecondary")},m(e,o){f(e,t,o),i&&i.m(t,null),d(t,n),d(t,r)},p(e,o){/*sponsorsLinksTitle*/e[11]?i?i.p(e,o):(i=Ri(e),i.c(),i.m(t,n)):i&&(i.d(1),i=null),/*clientstyling*/1&o[0]&&E(r,"clientstyling",/*clientstyling*/e[0]),/*baseurl*/16&o[0]&&E(r,"baseurl",/*baseurl*/e[4]),/*lang*/2&o[0]&&E(r,"lang",/*lang*/e[1])},d(e){e&&p(t),i&&i.d()}}}
1377
1375
  // (406:12) {#if sponsorsLinksTitle}
1378
- function Ni(e){let t,n;return{c(){t=g("p"),n=b(/*sponsorsLinksTitle*/e[11]),k(t,"class","FooterTitle")},m(e,r){f(e,t,r),d(t,n)},p(e,t){/*sponsorsLinksTitle*/2048&t[0]&&T(n,/*sponsorsLinksTitle*/e[11])},d(e){e&&p(t)}}}
1376
+ function Ri(e){let t,n;return{c(){t=g("p"),n=b(/*sponsorsLinksTitle*/e[11]),k(t,"class","FooterTitle")},m(e,r){f(e,t,r),d(t,n)},p(e,t){/*sponsorsLinksTitle*/2048&t[0]&&T(n,/*sponsorsLinksTitle*/e[11])},d(e){e&&p(t)}}}
1379
1377
  // (423:8) {#if socialLinksRepeater}
1380
- function Ri(e){let t,n,r,i=/*socialLinksTitle*/e[16]&&Yi(e);return{c(){t=g("div"),i&&i.c(),n=_(),r=g("casino-footer-section"),E(r,"socialflag","1"),E(r,"clientstyling",/*clientstyling*/e[0]),E(r,"baseurl",/*baseurl*/e[4]),E(r,"lang",/*lang*/e[1]),E(r,"footertype","footersecondary"),k(t,"class","GridRow")},m(e,o){f(e,t,o),i&&i.m(t,null),d(t,n),d(t,r)},p(e,o){/*socialLinksTitle*/e[16]?i?i.p(e,o):(i=Yi(e),i.c(),i.m(t,n)):i&&(i.d(1),i=null),/*clientstyling*/1&o[0]&&E(r,"clientstyling",/*clientstyling*/e[0]),/*baseurl*/16&o[0]&&E(r,"baseurl",/*baseurl*/e[4]),/*lang*/2&o[0]&&E(r,"lang",/*lang*/e[1])},d(e){e&&p(t),i&&i.d()}}}
1378
+ function Yi(e){let t,n,r,i=/*socialLinksTitle*/e[16]&&Ui(e);return{c(){t=g("div"),i&&i.c(),n=v(),r=g("casino-footer-section"),E(r,"socialflag","1"),E(r,"clientstyling",/*clientstyling*/e[0]),E(r,"baseurl",/*baseurl*/e[4]),E(r,"lang",/*lang*/e[1]),E(r,"footertype","footersecondary"),k(t,"class","GridRow")},m(e,o){f(e,t,o),i&&i.m(t,null),d(t,n),d(t,r)},p(e,o){/*socialLinksTitle*/e[16]?i?i.p(e,o):(i=Ui(e),i.c(),i.m(t,n)):i&&(i.d(1),i=null),/*clientstyling*/1&o[0]&&E(r,"clientstyling",/*clientstyling*/e[0]),/*baseurl*/16&o[0]&&E(r,"baseurl",/*baseurl*/e[4]),/*lang*/2&o[0]&&E(r,"lang",/*lang*/e[1])},d(e){e&&p(t),i&&i.d()}}}
1381
1379
  // (425:12) {#if socialLinksTitle}
1382
- function Yi(e){let t,n;return{c(){t=g("p"),n=b(/*socialLinksTitle*/e[16]),k(t,"class","FooterTitle")},m(e,r){f(e,t,r),d(t,n)},p(e,t){/*socialLinksTitle*/65536&t[0]&&T(n,/*socialLinksTitle*/e[16])},d(e){e&&p(t)}}}
1380
+ function Ui(e){let t,n;return{c(){t=g("p"),n=b(/*socialLinksTitle*/e[16]),k(t,"class","FooterTitle")},m(e,r){f(e,t,r),d(t,n)},p(e,t){/*socialLinksTitle*/65536&t[0]&&T(n,/*socialLinksTitle*/e[16])},d(e){e&&p(t)}}}
1383
1381
  // (440:6) {#if (languageselectorenabled==="true" && languagePackLoaded && selectedLanguage)}
1384
- function Ui(e){let t,n,i,o,s,l,u,c,h,v,E,x,L,M,D,F,A,I=/*languagesArray*/e[27],$=[];for(let t=0;t<I.length;t+=1)$[t]=Gi(vi(e,I,t));let O=/*languages*/e[5],P=[];for(let t=0;t<O.length;t+=1)P[t]=ji(_i(e,O,t));return{c(){t=g("div"),n=g("div"),i=g("select");for(let e=0;e<$.length;e+=1)$[e].c();o=_(),s=g("div"),l=g("div"),u=g("ul");for(let e=0;e<P.length;e+=1)P[e].c();c=_(),h=g("button"),v=g("img"),x=b(/*languageDisplayName*/e[29]),L=_(),M=y("svg"),D=y("path"),k(i,"class","Item ItemLanguage"),/*selectedLanguage*/void 0===e[26]&&C((()=>/*select_change_handler*/e[53].call(i))),k(u,"id","LanguageList"),k(l,"class","LanguageDrawer hidden"),k(v,"class","LanguageFlag"),a(v.src,E=/*currentLanguageFlag*/e[30])||k(v,"src",E),k(D,"opacity","0.4"),k(D,"d","M0.94 0L4.00067 3.05467L7.06 0L8 0.940667L4.00067 4.94133L0 0.940667L0.94 0Z"),k(D,"fill","black"),k(M,"width","8"),k(M,"height","5"),k(M,"viewBox","0 0 8 5"),k(M,"fill","none"),k(M,"xmlns","http://www.w3.org/2000/svg"),k(h,"class","DrawerButton"),h.value=/*selectedLanguage*/e[26],k(s,"class","LanguageSelectorOverlay"),k(n,"class","LanguageSelectorContainer"),k(t,"class","GridRow")},m(r,a){f(r,t,a),d(t,n),d(n,i);for(let e=0;e<$.length;e+=1)$[e]&&$[e].m(i,null);S(i,/*selectedLanguage*/e[26],!0),d(n,o),d(n,s),d(s,l),d(l,u);for(let e=0;e<P.length;e+=1)P[e]&&P[e].m(u,null);
1385
- /*div0_binding*/e[55](l),d(s,c),d(s,h),d(h,v),d(h,x),d(h,L),d(h,M),d(M,D),F||(A=[w(i,"change",/*select_change_handler*/e[53]),w(i,"change",/*change_handler*/e[54]),w(h,"click",/*toggleLanguageDrawer*/e[36])],F=!0)},p(e,t){if(/*languagesArray*/134217728&t[0]){let n;for(I=/*languagesArray*/e[27],n=0;n<I.length;n+=1){const r=vi(e,I,n);$[n]?$[n].p(r,t):($[n]=Gi(r),$[n].c(),$[n].m(i,null))}for(;n<$.length;n+=1)$[n].d(1);$.length=I.length}if(/*selectedLanguage, languagesArray*/201326592&t[0]&&S(i,/*selectedLanguage*/e[26]),/*languages*/32&t[0]|/*overlayOptionTrigger*/64&t[1]){let n;for(O=/*languages*/e[5],n=0;n<O.length;n+=1){const r=_i(e,O,n);P[n]?P[n].p(r,t):(P[n]=ji(r),P[n].c(),P[n].m(u,null))}for(;n<P.length;n+=1)P[n].d(1);P.length=O.length}/*currentLanguageFlag*/1073741824&t[0]&&!a(v.src,E=/*currentLanguageFlag*/e[30])&&k(v,"src",E),/*languageDisplayName*/536870912&t[0]&&T(x,/*languageDisplayName*/e[29]),/*selectedLanguage, languagesArray*/201326592&t[0]&&(h.value=/*selectedLanguage*/e[26])},d(n){n&&p(t),m($,n),m(P,n),
1382
+ function Gi(e){let t,n,i,o,s,l,c,u,h,_,E,x,L,D,M,F,A,I=/*languagesArray*/e[27],$=[];for(let t=0;t<I.length;t+=1)$[t]=ji(wi(e,I,t));let O=/*languages*/e[5],P=[];for(let t=0;t<O.length;t+=1)P[t]=Vi(_i(e,O,t));return{c(){t=g("div"),n=g("div"),i=g("select");for(let e=0;e<$.length;e+=1)$[e].c();o=v(),s=g("div"),l=g("div"),c=g("ul");for(let e=0;e<P.length;e+=1)P[e].c();u=v(),h=g("button"),_=g("img"),x=b(/*languageDisplayName*/e[29]),L=v(),D=y("svg"),M=y("path"),k(i,"class","Item ItemLanguage"),/*selectedLanguage*/void 0===e[26]&&C((()=>/*select_change_handler*/e[53].call(i))),k(c,"id","LanguageList"),k(l,"class","LanguageDrawer hidden"),k(_,"class","LanguageFlag"),a(_.src,E=/*currentLanguageFlag*/e[30])||k(_,"src",E),k(M,"opacity","0.4"),k(M,"d","M0.94 0L4.00067 3.05467L7.06 0L8 0.940667L4.00067 4.94133L0 0.940667L0.94 0Z"),k(M,"fill","black"),k(D,"width","8"),k(D,"height","5"),k(D,"viewBox","0 0 8 5"),k(D,"fill","none"),k(D,"xmlns","http://www.w3.org/2000/svg"),k(h,"class","DrawerButton"),h.value=/*selectedLanguage*/e[26],k(s,"class","LanguageSelectorOverlay"),k(n,"class","LanguageSelectorContainer"),k(t,"class","GridRow")},m(r,a){f(r,t,a),d(t,n),d(n,i);for(let e=0;e<$.length;e+=1)$[e]&&$[e].m(i,null);S(i,/*selectedLanguage*/e[26],!0),d(n,o),d(n,s),d(s,l),d(l,c);for(let e=0;e<P.length;e+=1)P[e]&&P[e].m(c,null);
1383
+ /*div0_binding*/e[55](l),d(s,u),d(s,h),d(h,_),d(h,x),d(h,L),d(h,D),d(D,M),F||(A=[w(i,"change",/*select_change_handler*/e[53]),w(i,"change",/*change_handler*/e[54]),w(h,"click",/*toggleLanguageDrawer*/e[36])],F=!0)},p(e,t){if(/*languagesArray*/134217728&t[0]){let n;for(I=/*languagesArray*/e[27],n=0;n<I.length;n+=1){const r=wi(e,I,n);$[n]?$[n].p(r,t):($[n]=ji(r),$[n].c(),$[n].m(i,null))}for(;n<$.length;n+=1)$[n].d(1);$.length=I.length}if(/*selectedLanguage, languagesArray*/201326592&t[0]&&S(i,/*selectedLanguage*/e[26]),/*languages*/32&t[0]|/*overlayOptionTrigger*/64&t[1]){let n;for(O=/*languages*/e[5],n=0;n<O.length;n+=1){const r=_i(e,O,n);P[n]?P[n].p(r,t):(P[n]=Vi(r),P[n].c(),P[n].m(c,null))}for(;n<P.length;n+=1)P[n].d(1);P.length=O.length}/*currentLanguageFlag*/1073741824&t[0]&&!a(_.src,E=/*currentLanguageFlag*/e[30])&&k(_,"src",E),/*languageDisplayName*/536870912&t[0]&&T(x,/*languageDisplayName*/e[29]),/*selectedLanguage, languagesArray*/201326592&t[0]&&(h.value=/*selectedLanguage*/e[26])},d(n){n&&p(t),m($,n),m(P,n),
1386
1384
  /*div0_binding*/e[55](null),F=!1,r(A)}}}
1387
1385
  // (445:14) {#each languagesArray as operatorLanguage}
1388
- function Gi(e){let t,n,r,i=/*operatorLanguage*/e[84]+"";return{c(){t=g("option"),n=b(i),t.__value=r=/*operatorLanguage*/e[84],t.value=t.__value,t.selected=!0},m(e,r){f(e,t,r),d(t,n)},p(e,o){/*languagesArray*/134217728&o[0]&&i!==(i=/*operatorLanguage*/e[84]+"")&&T(n,i),/*languagesArray*/134217728&o[0]&&r!==(r=/*operatorLanguage*/e[84])&&(t.__value=r,t.value=t.__value)},d(e){e&&p(t)}}}
1386
+ function ji(e){let t,n,r,i=/*operatorLanguage*/e[84]+"";return{c(){t=g("option"),n=b(i),t.__value=r=/*operatorLanguage*/e[84],t.value=t.__value,t.selected=!0},m(e,r){f(e,t,r),d(t,n)},p(e,o){/*languagesArray*/134217728&o[0]&&i!==(i=/*operatorLanguage*/e[84]+"")&&T(n,i),/*languagesArray*/134217728&o[0]&&r!==(r=/*operatorLanguage*/e[84])&&(t.__value=r,t.value=t.__value)},d(e){e&&p(t)}}}
1389
1387
  // (454:18) {#each languages as language}
1390
- function ji(e){let t,n,r,i,o,s,l,u,c,h=/*language*/e[81].name+"";return{c(){t=g("li"),n=g("img"),i=g("a"),o=g("span"),s=b(h),k(n,"class","LanguageFlag"),a(n.src,r=/*language*/e[81].flag_icon_editable)||k(n,"src",r),k(i,"href","javascript:void(0)"),k(t,"class","OverlayLanguageOption"),k(t,"data-lang",l=/*language*/e[81].code)},m(r,a){f(r,t,a),d(t,n),d(t,i),d(i,o),d(o,s),u||(c=w(t,"click",/*overlayOptionTrigger*/e[37]),u=!0)},p(e,i){/*languages*/32&i[0]&&!a(n.src,r=/*language*/e[81].flag_icon_editable)&&k(n,"src",r),/*languages*/32&i[0]&&h!==(h=/*language*/e[81].name+"")&&T(s,h),/*languages*/32&i[0]&&l!==(l=/*language*/e[81].code)&&k(t,"data-lang",l)},d(e){e&&p(t),u=!1,c()}}}
1388
+ function Vi(e){let t,n,r,i,o,s,l,c,u,h=/*language*/e[81].name+"";return{c(){t=g("li"),n=g("img"),i=g("a"),o=g("span"),s=b(h),k(n,"class","LanguageFlag"),a(n.src,r=/*language*/e[81].flag_icon_editable)||k(n,"src",r),k(i,"href","javascript:void(0)"),k(t,"class","OverlayLanguageOption"),k(t,"data-lang",l=/*language*/e[81].code)},m(r,a){f(r,t,a),d(t,n),d(t,i),d(i,o),d(o,s),c||(u=w(t,"click",/*overlayOptionTrigger*/e[37]),c=!0)},p(e,i){/*languages*/32&i[0]&&!a(n.src,r=/*language*/e[81].flag_icon_editable)&&k(n,"src",r),/*languages*/32&i[0]&&h!==(h=/*language*/e[81].name+"")&&T(s,h),/*languages*/32&i[0]&&l!==(l=/*language*/e[81].code)&&k(t,"data-lang",l)},d(e){e&&p(t),c=!1,u()}}}
1391
1389
  // (470:6) {#if copyright}
1392
- function Vi(e){let t,n,r,o;return{c(){t=g("div"),k(t,"class","CopyrightAreaRights CopyrightArea")},m(i,s){f(i,t,s),r||(o=c(n=/*setContent*/e[34].call(null,t,/*copyright*/e[18])),r=!0)},p(e,t){n&&i(n.update)&&/*copyright*/262144&t[0]&&n.update.call(null,/*copyright*/e[18])},d(e){e&&p(t),r=!1,o()}}}function Wi(t){let n,r,i,o=/*headScript*/t[22]&&ki(t);function s(e,t){/*hasErrors*/
1393
- return e[20]?Si:/*isLoading*/e[21]?Ti:Ei}let a=s(t),l=a(t);return{c(){o&&o.c(),n=v(),r=_(),l.c(),i=v(),this.c=e},m(e,t){o&&o.m(bi.head,null),d(bi.head,n),f(e,r,t),l.m(e,t),f(e,i,t)},p(e,t){/*headScript*/e[22]?o?o.p(e,t):(o=ki(e),o.c(),o.m(n.parentNode,n)):o&&(o.d(1),o=null),a===(a=s(e))&&l?l.p(e,t):(l.d(1),l=a(e),l&&(l.c(),l.m(i.parentNode,i)))},i:e,o:e,d(e){o&&o.d(e),p(n),e&&p(r),l.d(e),e&&p(i)}}}function zi(e,t,n){let r;u(e,wr,(e=>n(68,r=e)));let i,o,s,a,l,c,h,{endpoint:d=""}=t,{lang:f="en"}=t,{env:p=""}=t,{clientstyling:m=""}=t,{clientstylingurl:g=""}=t,{translationurl:y=""}=t,{clockenabled:b=""}=t,{clocksecondsenabled:_=""}=t,{clockcustomformat:v=""}=t,{clocktext:w="Time:"}=t,{languageselectorenabled:k="true"}=t,{languageslist:E="en, ro"}=t,{languagedisplaytype:T="name"}=t,{session:S=""}=t,{userid:x=""}=t,{userendpoint:L=""}=t,{panicbuttonenabled:M="true"}=t,{sessiontimerenabled:D="true"}=t,{grouplink:A="true"}=t,{baseurl:$=""}=t,O=window.navigator.userAgent,P=(e=>!!(e.toLowerCase().match(/android/i)||e.toLowerCase().match(/blackberry|bb/i)||e.toLowerCase().match(/iphone|ipad|ipod/i)||e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i)))(O),H="",C=[],B="",N=[],R="",Y=[],U="",G=[],j="",V=[],W="",z=[],Z="",X="",K=!1,q=!1,J=!1,Q="",ee="",te=!1,ne="hr",re=[],ie=[],oe="",se="",ae=!1,le="",ue=document.createElement("p"),ce=document.createElement("p");!function({withLocale:e,translations:t}){ur.subscribe((n=>{null==n&&(Wn.set(t),ur.set(e))}));// maybe we will need this to make sure that the i18n is set up only once
1390
+ function Wi(e){let t,n,r,o;return{c(){t=g("div"),k(t,"class","CopyrightAreaRights CopyrightArea")},m(i,s){f(i,t,s),r||(o=u(n=/*setContent*/e[34].call(null,t,/*copyright*/e[18])),r=!0)},p(e,t){n&&i(n.update)&&/*copyright*/262144&t[0]&&n.update.call(null,/*copyright*/e[18])},d(e){e&&p(t),r=!1,o()}}}function zi(t){let n,r,i,o=/*headScript*/t[22]&&Ei(t);function s(e,t){/*hasErrors*/
1391
+ return e[20]?xi:/*isLoading*/e[21]?Si:Ti}let a=s(t),l=a(t);return{c(){o&&o.c(),n=_(),r=v(),l.c(),i=_(),this.c=e},m(e,t){o&&o.m(vi.head,null),d(vi.head,n),f(e,r,t),l.m(e,t),f(e,i,t)},p(e,t){/*headScript*/e[22]?o?o.p(e,t):(o=Ei(e),o.c(),o.m(n.parentNode,n)):o&&(o.d(1),o=null),a===(a=s(e))&&l?l.p(e,t):(l.d(1),l=a(e),l&&(l.c(),l.m(i.parentNode,i)))},i:e,o:e,d(e){o&&o.d(e),p(n),e&&p(r),l.d(e),e&&p(i)}}}function Zi(e,t,n){let r;c(e,wr,(e=>n(68,r=e)));let i,o,s,a,l,u,h,{endpoint:d=""}=t,{lang:f="en"}=t,{env:p=""}=t,{clientstyling:m=""}=t,{clientstylingurl:g=""}=t,{translationurl:y=""}=t,{clockenabled:b=""}=t,{clocksecondsenabled:v=""}=t,{clockcustomformat:_=""}=t,{clocktext:w="Time:"}=t,{languageselectorenabled:k="true"}=t,{languageslist:E="en, ro"}=t,{languagedisplaytype:T="name"}=t,{session:S=""}=t,{userid:x=""}=t,{userendpoint:L=""}=t,{panicbuttonenabled:D="true"}=t,{sessiontimerenabled:M="true"}=t,{grouplink:A="true"}=t,{baseurl:$=""}=t,O=window.navigator.userAgent,P=(e=>!!(e.toLowerCase().match(/android/i)||e.toLowerCase().match(/blackberry|bb/i)||e.toLowerCase().match(/iphone|ipad|ipod/i)||e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i)))(O),H="",C=[],B="",N=[],R="",Y=[],U="",G=[],j="",V=[],W="",z=[],Z="",X="",K=!1,q=!1,J=!1,Q="",ee="",te=!1,ne="hr",re=[],ie=[],oe="",se="",ae=!1,le="",ce=document.createElement("p"),ue=document.createElement("p");!function({withLocale:e,translations:t}){cr.subscribe((n=>{null==n&&(Wn.set(t),cr.set(e))}));// maybe we will need this to make sure that the i18n is set up only once
1394
1392
  /*dictionary.set(translations);
1395
- locale.set(_locale);*/}({withLocale:"en",translations:{}});Object.keys(yi).forEach((e=>{gi(e,yi[e])}));let he=r("casinoFooter.panicButton");const de=()=>{(function(e,t){return new Promise(((n,r)=>{let i=new Headers;i.append("X-SessionID",t),be(`${e}/player/session/player`,{method:"GET",headers:i}).then((e=>e.json())).then((e=>n(e))).catch((e=>r(e)))}))})(L,S).then((e=>{e.Guid,e.UserID,n(25,te=!0),fe(e)}),(e=>{n(25,te=!1),console.error("Error while checking the session - ",e)}))},fe=e=>{
1393
+ locale.set(_locale);*/}({withLocale:"en",translations:{}});Object.keys(bi).forEach((e=>{yi(e,bi[e])}));let he=r("casinoFooter.panicButton");const de=()=>{(function(e,t){return new Promise(((n,r)=>{let i=new Headers;i.append("X-SessionID",t),be(`${e}/player/session/player`,{method:"GET",headers:i}).then((e=>e.json())).then((e=>n(e))).catch((e=>r(e)))}))})(L,S).then((e=>{e.Guid,e.UserID,n(25,te=!0),fe(e)}),(e=>{n(25,te=!1),console.error("Error while checking the session - ",e)}))},fe=e=>{
1396
1394
  // using Date instead of moment because they recommend in their docs to stop using it for new projects
1397
- const t=new Date(e.Login),n=(new Date).getTimezoneOffset()/60;let i=(new Date).getTime()-t.getTime(),o=Math.floor(i/36e5)+n,s=Math.floor(i%36e5/6e4),a=Math.floor(i%6e4/1e3);c=setInterval((()=>{o=Math.floor(i/36e5)+n,s=Math.floor(i%36e5/6e4),a=Math.floor(i%6e4/1e3),le=`${o>9?o:"0"+o}:${s>9?s:"0"+s}:${a>9?a:"0"+a}`,ue.innerHTML=` ${r("sessionTimer")} ${le}`,i+=1e3}),1e3)},pe=()=>{const e="false"!=v?v:`hh:mm${"true"===_?":ss":""} (UTC Z)`;o=mi().format(e),ce.innerHTML=` ${w} ${o}`},me=()=>{window.postMessage({type:"LanguageChanged",selectedLanguage:ne},window.location.href)},ge=()=>{let e=!1;re.forEach(((t,r)=>{if(t.code==ne.toLowerCase()){let r="";switch(e=!0,n(30,se=t.flag_icon_editable),T){case"name":r=t.name;break;case"translatedName":r=t.translated_name;break;default:r=t.code}n(29,oe=r)}})),e||n(29,oe=ne)},ye=()=>{var e;e=f,ur.set(e),n(32,he=r("casinoFooter.panicButton"))};F((()=>()=>{clearInterval(l),clearInterval(c)}));return e.$$set=e=>{"endpoint"in e&&n(38,d=e.endpoint),"lang"in e&&n(1,f=e.lang),"env"in e&&n(39,p=e.env),"clientstyling"in e&&n(0,m=e.clientstyling),"clientstylingurl"in e&&n(40,g=e.clientstylingurl),"translationurl"in e&&n(41,y=e.translationurl),"clockenabled"in e&&n(42,b=e.clockenabled),"clocksecondsenabled"in e&&n(43,_=e.clocksecondsenabled),"clockcustomformat"in e&&n(44,v=e.clockcustomformat),"clocktext"in e&&n(45,w=e.clocktext),"languageselectorenabled"in e&&n(2,k=e.languageselectorenabled),"languageslist"in e&&n(46,E=e.languageslist),"languagedisplaytype"in e&&n(47,T=e.languagedisplaytype),"session"in e&&n(48,S=e.session),"userid"in e&&n(49,x=e.userid),"userendpoint"in e&&n(50,L=e.userendpoint),"panicbuttonenabled"in e&&n(3,M=e.panicbuttonenabled),"sessiontimerenabled"in e&&n(51,D=e.sessiontimerenabled),"grouplink"in e&&n(52,A=e.grouplink),"baseurl"in e&&n(4,$=e.baseurl)},e.$$.update=()=>{/*lang*/2&e.$$.dirty[0]&&f&&ye(),/*languageslist*/32768&e.$$.dirty[1]&&E&&(n(27,ie=E.replace(/ /g,"").split(",")),n(27,ie=ie.map((e=>e.toUpperCase())))),/*session, userid, userendpoint*/917504&e.$$.dirty[1]&&S&&x&&L&&de(),/*lang*/2&e.$$.dirty[0]|/*endpoint, env*/384&e.$$.dirty[1]&&d&&f&&p&&(()=>{let e=new URL(`${d}/${f}/footer-raw-data`),t=kr(O);e.searchParams.append("env",p),t&&("PC"===t?e.searchParams.append("device","dk"):e.searchParams.append("device","mtWeb")),"true"==A&&e.searchParams.append("helpLinks_groupby","helpLinkCategory"),n(21,q=!0),fetch(e.href).then((e=>e.json())).then((e=>{let t,r,o;n(21,q=!1),i=e,n(7,({gameVendorsLinksTitle:H,gameVendorsRepeater:C,paymentLinksTitle:B,paymentMethodsRepeater:N,sponsorsLinksTitle:R,sponsorsRepeater:Y,helpLinksTitle:U,helpLinksRepeater:G,licensesLinksTitle:j,licensesRepeater:V,socialLinksTitle:W,socialLinksRepeater:z,copyright:Z,licenseDesc:X,licenseHeadScriptSrc:t,licenseScriptBody:r,licenseEvent:o,language:re}=i),H,n(8,C),n(9,B),n(10,N),n(11,R),n(12,Y),n(13,G),n(14,j),n(15,V),n(16,W),n(17,z),n(18,Z),n(19,X),n(5,re)),re&&(n(31,ae=!0),ge()),(null==t?void 0:t.length)>0&&(n(22,J=!0),n(23,Q=t)),(null==r?void 0:r.length)>0&&n(24,ee=r),window.postMessage({type:o},window.location.href),window.postMessage({type:"FooterData",gameVendorsRepeater:C,paymentMethodsRepeater:N,sponsorsRepeater:Y,helpLinksRepeater:G,licensesRepeater:V,socialLinksRepeater:z},window.location.href)})).catch((e=>{n(20,K=!0),n(21,q=!1),console.error(e)}))})(),/*translationurl*/1024&e.$$.dirty[1]&&y&&fetch(y).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{gi(t,e[t])}))})).catch((e=>{console.log(e)})),/*clockenabled, clocksecondsenabled, clockcustomformat*/14336&e.$$.dirty[1]&&"false"!==b&&_&&v&&pe(),/*clockenabled, clocksecondsenabled*/6144&e.$$.dirty[1]&&"false"!==b&&_&&(s="true"==_?1e3:6e4)&&(l=setInterval((()=>{pe()}),s)),/*lang, languages*/34&e.$$.dirty[0]&&f&&n(26,ne=f)&&re&&re.length>0&&ge(),/*clientstyling, customStylingContainer*/65&e.$$.dirty[0]&&m&&h&&(()=>{let e=document.createElement("style");e.innerHTML=m,h.appendChild(e)})(),/*customStylingContainer*/64&e.$$.dirty[0]|/*clientstylingurl*/512&e.$$.dirty[1]&&g&&h&&(()=>{let e=new URL(g),t=document.createElement("style");fetch(e.href).then((e=>e.text())).then((e=>{t.innerHTML=e,
1395
+ const t=new Date(e.Login),n=(new Date).getTimezoneOffset()/60;let i=(new Date).getTime()-t.getTime(),o=Math.floor(i/36e5)+n,s=Math.floor(i%36e5/6e4),a=Math.floor(i%6e4/1e3);u=setInterval((()=>{o=Math.floor(i/36e5)+n,s=Math.floor(i%36e5/6e4),a=Math.floor(i%6e4/1e3),le=`${o>9?o:"0"+o}:${s>9?s:"0"+s}:${a>9?a:"0"+a}`,ce.innerHTML=` ${r("sessionTimer")} ${le}`,i+=1e3}),1e3)},pe=()=>{const e="false"!=_?_:`hh:mm${"true"===v?":ss":""} (UTC Z)`;o=gi().format(e),ue.innerHTML=` ${w} ${o}`},me=()=>{window.postMessage({type:"LanguageChanged",selectedLanguage:ne},window.location.href)},ge=()=>{let e=!1;re.forEach(((t,r)=>{if(t.code==ne.toLowerCase()){let r="";switch(e=!0,n(30,se=t.flag_icon_editable),T){case"name":r=t.name;break;case"translatedName":r=t.translated_name;break;default:r=t.code}n(29,oe=r)}})),e||n(29,oe=ne)},ye=()=>{var e;e=f,cr.set(e),n(32,he=r("casinoFooter.panicButton"))};F((()=>()=>{clearInterval(l),clearInterval(u)}));return e.$$set=e=>{"endpoint"in e&&n(38,d=e.endpoint),"lang"in e&&n(1,f=e.lang),"env"in e&&n(39,p=e.env),"clientstyling"in e&&n(0,m=e.clientstyling),"clientstylingurl"in e&&n(40,g=e.clientstylingurl),"translationurl"in e&&n(41,y=e.translationurl),"clockenabled"in e&&n(42,b=e.clockenabled),"clocksecondsenabled"in e&&n(43,v=e.clocksecondsenabled),"clockcustomformat"in e&&n(44,_=e.clockcustomformat),"clocktext"in e&&n(45,w=e.clocktext),"languageselectorenabled"in e&&n(2,k=e.languageselectorenabled),"languageslist"in e&&n(46,E=e.languageslist),"languagedisplaytype"in e&&n(47,T=e.languagedisplaytype),"session"in e&&n(48,S=e.session),"userid"in e&&n(49,x=e.userid),"userendpoint"in e&&n(50,L=e.userendpoint),"panicbuttonenabled"in e&&n(3,D=e.panicbuttonenabled),"sessiontimerenabled"in e&&n(51,M=e.sessiontimerenabled),"grouplink"in e&&n(52,A=e.grouplink),"baseurl"in e&&n(4,$=e.baseurl)},e.$$.update=()=>{/*lang*/2&e.$$.dirty[0]&&f&&ye(),/*languageslist*/32768&e.$$.dirty[1]&&E&&(n(27,ie=E.replace(/ /g,"").split(",")),n(27,ie=ie.map((e=>e.toUpperCase())))),/*session, userid, userendpoint*/917504&e.$$.dirty[1]&&S&&x&&L&&de(),/*lang*/2&e.$$.dirty[0]|/*endpoint, env*/384&e.$$.dirty[1]&&d&&f&&p&&(()=>{let e=new URL(`${d}/${f}/footer-raw-data`),t=kr(O);e.searchParams.append("env",p),t&&("PC"===t?e.searchParams.append("device","dk"):e.searchParams.append("device","mtWeb")),"true"==A&&e.searchParams.append("helpLinks_groupby","helpLinkCategory"),n(21,q=!0),fetch(e.href).then((e=>e.json())).then((e=>{let t,r,o;n(21,q=!1),i=e,n(7,({gameVendorsLinksTitle:H,gameVendorsRepeater:C,paymentLinksTitle:B,paymentMethodsRepeater:N,sponsorsLinksTitle:R,sponsorsRepeater:Y,helpLinksTitle:U,helpLinksRepeater:G,licensesLinksTitle:j,licensesRepeater:V,socialLinksTitle:W,socialLinksRepeater:z,copyright:Z,licenseDesc:X,licenseHeadScriptSrc:t,licenseScriptBody:r,licenseEvent:o,language:re}=i),H,n(8,C),n(9,B),n(10,N),n(11,R),n(12,Y),n(13,G),n(14,j),n(15,V),n(16,W),n(17,z),n(18,Z),n(19,X),n(5,re)),re&&(n(31,ae=!0),ge()),(null==t?void 0:t.length)>0&&(n(22,J=!0),n(23,Q=t)),(null==r?void 0:r.length)>0&&n(24,ee=r),window.postMessage({type:o},window.location.href),window.postMessage({type:"FooterData",gameVendorsRepeater:C,paymentMethodsRepeater:N,sponsorsRepeater:Y,helpLinksRepeater:G,licensesRepeater:V,socialLinksRepeater:z},window.location.href)})).catch((e=>{n(20,K=!0),n(21,q=!1),console.error(e)}))})(),/*translationurl*/1024&e.$$.dirty[1]&&y&&fetch(y).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{yi(t,e[t])}))})).catch((e=>{console.log(e)})),/*clockenabled, clocksecondsenabled, clockcustomformat*/14336&e.$$.dirty[1]&&"false"!==b&&v&&_&&pe(),/*clockenabled, clocksecondsenabled*/6144&e.$$.dirty[1]&&"false"!==b&&v&&(s="true"==v?1e3:6e4)&&(l=setInterval((()=>{pe()}),s)),/*lang, languages*/34&e.$$.dirty[0]&&f&&n(26,ne=f)&&re&&re.length>0&&ge(),/*clientstyling, customStylingContainer*/65&e.$$.dirty[0]&&m&&h&&(()=>{let e=document.createElement("style");e.innerHTML=m,h.appendChild(e)})(),/*customStylingContainer*/64&e.$$.dirty[0]|/*clientstylingurl*/512&e.$$.dirty[1]&&g&&h&&(()=>{let e=new URL(g),t=document.createElement("style");fetch(e.href).then((e=>e.text())).then((e=>{t.innerHTML=e,
1398
1396
  // after the first call is made for the custom styling file, save the css inside clientstyling in order to avoid multiple fetches inside subwidgets
1399
- n(0,m=m?m+e:e),setTimeout((()=>{h.appendChild(t)}),1)}))})()},[m,f,k,M,$,re,h,H,C,B,N,R,Y,G,j,V,W,z,Z,X,K,q,J,Q,ee,te,ne,ie,a,oe,se,ae,he,P,(e,t)=>{let n=document.createElement("div");n.innerHTML=t,e.append(n),
1397
+ n(0,m=m?m+e:e),setTimeout((()=>{h.appendChild(t)}),1)}))})()},[m,f,k,D,$,re,h,H,C,B,N,R,Y,G,j,V,W,z,Z,X,K,q,J,Q,ee,te,ne,ie,a,oe,se,ae,he,P,(e,t)=>{let n=document.createElement("div");n.innerHTML=t,e.append(n),
1400
1398
  //Add clock
1401
- "true"===b&&e.classList.contains("DetailedLicenses")&&e.children[0].children[0].append(ce),
1399
+ "true"===b&&e.classList.contains("DetailedLicenses")&&e.children[0].children[0].append(ue),
1402
1400
  //Add session timer
1403
- "true"==D&&e.classList.contains("DetailedLicenses")&&e.children[0].children[0].append(ue)},me,()=>{a.classList.toggle("hidden")},e=>{let t=e.target.closest(".OverlayLanguageOption");n(26,ne=t.getAttribute("data-lang")),me(),ge(),a.classList.toggle("hidden")},d,p,g,y,b,_,v,w,E,T,S,x,L,D,A,function(){ne=function(e){const t=e.querySelector(":checked");return t&&t.__value}(this),n(26,ne),n(1,f),n(5,re),n(27,ie)},()=>me(),function(e){I[e?"unshift":"push"]((()=>{a=e,n(28,a)}))},function(e){I[e?"unshift":"push"]((()=>{h=e,n(6,h)}))}]}class Zi extends W{constructor(e){super();const t=document.createElement("style");t.textContent=':host{font-family:system-ui, -apple-system, Roboto, Helvetica}.SearchLoading{color:var(--emfe-w-color-white, #FFFFFF);text-align:center}.Footer{position:relative;background-color:#E8E9EB;display:flex;padding:21px 12px;flex-direction:row}.FooterSideMobile{margin-top:44px}.FooterSide{justify-content:center;height:100%;display:flex;flex-direction:column;background-color:#E8E9EB}.FooterSide .FooterTitle{font-weight:500;font-size:12px;color:#111;text-transform:uppercase;margin:21px 12px}.FooterGrid{font-weight:400;height:100%;display:flex;max-width:1200px;margin:auto;background-color:#E8E9EB;flex-direction:column;align-items:center;justify-content:center}.FooterGrid .GridRow{display:flex;flex-flow:row wrap;width:100%;align-items:flex-start;justify-content:center;align-items:center;padding:20px 0;text-align:left;max-width:1100px}.FooterGrid .GridRow p{display:inline;font-family:"Roboto";font-style:normal;font-weight:300;font-size:12px;color:#111}.FooterGrid .GridRow .LicenseDesc{flex:1;max-width:575px;line-height:1.3;display:flex;flex-direction:column;align-items:flex-start}.FooterGrid .GridRow .LicenseDesc .DetailedLicenses{font-size:10px;color:var(--emfe-w-color-gray-150, #828282)}.FooterGrid .CopyrightAreaRights{margin-top:10px}.FooterGrid .CopyrightTextArea p,.FooterGrid .CopyrightArea p{margin:0;color:var(--emfe-w-color-gray-150, #828282);font-size:9px}@media only screen and (max-width: 768px){.Footer{display:flex;flex-direction:column}.FooterSide{position:relative;margin-left:14px;margin-top:66px}.FooterGrid{padding:0}.FooterGrid:last-child{padding-bottom:50px}.GridRow{border-bottom:1px solid rgba(0, 0, 0, 0.05);gap:15px}.GridRow:last-child{border:none}}.ItemLanguage{display:none}#LanguageList{padding:0;margin:0}.LanguageSelectorContainer{position:relative}.LanguageSelectorOverlay{position:relative;font-size:12px}.DrawerButton{height:30px;width:150px;background:inherit;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit;display:flex;justify-content:space-evenly;align-items:center;border-radius:0px;border:0;position:relative}.LanguageDrawer{position:absolute;background:#E8E9EB;width:150px;bottom:30px;padding:6px 0;left:7px}.LanguageDrawer.hidden{display:none}.LanguageFlag{margin-right:8px;background:black;border-radius:50%;width:16px;height:16px}.OverlayLanguageOption{justify-content:center;list-style:none;position:relative;height:35px;padding:0;justify-content:space-between;display:flex;flex-direction:row}.OverlayLanguageOption img{position:absolute;z-index:0;cursor:pointer;top:6px;left:12px}.OverlayLanguageOption a{text-decoration:none;color:black;display:inline-block;width:150px}.OverlayLanguageOption a span{width:100%;display:flex;justify-content:center;margin:4px 0}',this.shadowRoot.appendChild(t),V(this,{target:this.shadowRoot,props:L(this.attributes),customElement:!0},zi,Wi,o,{endpoint:38,lang:1,env:39,clientstyling:0,clientstylingurl:40,translationurl:41,clockenabled:42,clocksecondsenabled:43,clockcustomformat:44,clocktext:45,languageselectorenabled:2,languageslist:46,languagedisplaytype:47,session:48,userid:49,userendpoint:50,panicbuttonenabled:3,sessiontimerenabled:51,grouplink:52,baseurl:4},null,[-1,-1,-1]),e&&(e.target&&f(e.target,this,e.anchor),e.props&&(this.$set(e.props),R()))}static get observedAttributes(){return["endpoint","lang","env","clientstyling","clientstylingurl","translationurl","clockenabled","clocksecondsenabled","clockcustomformat","clocktext","languageselectorenabled","languageslist","languagedisplaytype","session","userid","userendpoint","panicbuttonenabled","sessiontimerenabled","grouplink","baseurl"]}get endpoint(){return this.$$.ctx[38]}set endpoint(e){this.$$set({endpoint:e}),R()}get lang(){return this.$$.ctx[1]}set lang(e){this.$$set({lang:e}),R()}get env(){return this.$$.ctx[39]}set env(e){this.$$set({env:e}),R()}get clientstyling(){return this.$$.ctx[0]}set clientstyling(e){this.$$set({clientstyling:e}),R()}get clientstylingurl(){return this.$$.ctx[40]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),R()}get translationurl(){return this.$$.ctx[41]}set translationurl(e){this.$$set({translationurl:e}),R()}get clockenabled(){return this.$$.ctx[42]}set clockenabled(e){this.$$set({clockenabled:e}),R()}get clocksecondsenabled(){return this.$$.ctx[43]}set clocksecondsenabled(e){this.$$set({clocksecondsenabled:e}),R()}get clockcustomformat(){return this.$$.ctx[44]}set clockcustomformat(e){this.$$set({clockcustomformat:e}),R()}get clocktext(){return this.$$.ctx[45]}set clocktext(e){this.$$set({clocktext:e}),R()}get languageselectorenabled(){return this.$$.ctx[2]}set languageselectorenabled(e){this.$$set({languageselectorenabled:e}),R()}get languageslist(){return this.$$.ctx[46]}set languageslist(e){this.$$set({languageslist:e}),R()}get languagedisplaytype(){return this.$$.ctx[47]}set languagedisplaytype(e){this.$$set({languagedisplaytype:e}),R()}get session(){return this.$$.ctx[48]}set session(e){this.$$set({session:e}),R()}get userid(){return this.$$.ctx[49]}set userid(e){this.$$set({userid:e}),R()}get userendpoint(){return this.$$.ctx[50]}set userendpoint(e){this.$$set({userendpoint:e}),R()}get panicbuttonenabled(){return this.$$.ctx[3]}set panicbuttonenabled(e){this.$$set({panicbuttonenabled:e}),R()}get sessiontimerenabled(){return this.$$.ctx[51]}set sessiontimerenabled(e){this.$$set({sessiontimerenabled:e}),R()}get grouplink(){return this.$$.ctx[52]}set grouplink(e){this.$$set({grouplink:e}),R()}get baseurl(){return this.$$.ctx[4]}set baseurl(e){this.$$set({baseurl:e}),R()}}return!customElements.get("casino-footer-v2")&&customElements.define("casino-footer-v2",Zi),Zi}));
1401
+ "true"==M&&e.classList.contains("DetailedLicenses")&&e.children[0].children[0].append(ce)},me,()=>{a.classList.toggle("hidden")},e=>{let t=e.target.closest(".OverlayLanguageOption");n(26,ne=t.getAttribute("data-lang")),me(),ge(),a.classList.toggle("hidden")},d,p,g,y,b,v,_,w,E,T,S,x,L,M,A,function(){ne=function(e){const t=e.querySelector(":checked");return t&&t.__value}(this),n(26,ne),n(1,f),n(5,re),n(27,ie)},()=>me(),function(e){I[e?"unshift":"push"]((()=>{a=e,n(28,a)}))},function(e){I[e?"unshift":"push"]((()=>{h=e,n(6,h)}))}]}class Xi extends W{constructor(e){super();const t=document.createElement("style");t.textContent=':host{font-family:system-ui, -apple-system, Roboto, Helvetica}.SearchLoading{color:var(--emfe-w-color-white, #FFFFFF);text-align:center}.Footer{position:relative;background-color:#E8E9EB;display:flex;padding:21px 12px;flex-direction:row}.FooterSideMobile{margin-top:44px}.FooterSide{justify-content:center;height:100%;display:flex;flex-direction:column;background-color:#E8E9EB}.FooterSide .FooterTitle{font-weight:500;font-size:12px;color:#111;text-transform:uppercase;margin:21px 12px}.FooterGrid{font-weight:400;height:100%;display:flex;max-width:1200px;margin:auto;background-color:#E8E9EB;flex-direction:column;align-items:center;justify-content:center}.FooterGrid .GridRow{display:flex;flex-flow:row wrap;width:100%;align-items:flex-start;justify-content:center;align-items:center;padding:20px 0;text-align:left;max-width:1100px}.FooterGrid .GridRow p{display:inline;font-family:"Roboto";font-style:normal;font-weight:300;font-size:12px;color:#111}.FooterGrid .GridRow .LicenseDesc{flex:1;max-width:575px;line-height:1.3;display:flex;flex-direction:column;align-items:flex-start}.FooterGrid .GridRow .LicenseDesc .DetailedLicenses{font-size:10px;color:var(--emfe-w-color-gray-150, #828282)}.FooterGrid .CopyrightAreaRights{margin-top:10px}.FooterGrid .CopyrightTextArea p,.FooterGrid .CopyrightArea p{margin:0;color:var(--emfe-w-color-gray-150, #828282);font-size:9px}@media only screen and (max-width: 768px){.Footer{display:flex;flex-direction:column}.FooterSide{position:relative;margin-left:14px;margin-top:66px}.FooterGrid{padding:0}.FooterGrid:last-child{padding-bottom:50px}.GridRow{border-bottom:1px solid rgba(0, 0, 0, 0.05);gap:15px}.GridRow:last-child{border:none}}.ItemLanguage{display:none}#LanguageList{padding:0;margin:0}.LanguageSelectorContainer{position:relative}.LanguageSelectorOverlay{position:relative;font-size:12px}.DrawerButton{height:30px;width:150px;background:inherit;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit;display:flex;justify-content:space-evenly;align-items:center;border-radius:0px;border:0;position:relative}.LanguageDrawer{position:absolute;background:#E8E9EB;width:150px;bottom:30px;padding:6px 0;left:7px}.LanguageDrawer.hidden{display:none}.LanguageFlag{margin-right:8px;background:black;border-radius:50%;width:16px;height:16px}.OverlayLanguageOption{justify-content:center;list-style:none;position:relative;height:35px;padding:0;justify-content:space-between;display:flex;flex-direction:row}.OverlayLanguageOption img{position:absolute;z-index:0;cursor:pointer;top:6px;left:12px}.OverlayLanguageOption a{text-decoration:none;color:black;display:inline-block;width:150px}.OverlayLanguageOption a span{width:100%;display:flex;justify-content:center;margin:4px 0}',this.shadowRoot.appendChild(t),V(this,{target:this.shadowRoot,props:L(this.attributes),customElement:!0},Zi,zi,o,{endpoint:38,lang:1,env:39,clientstyling:0,clientstylingurl:40,translationurl:41,clockenabled:42,clocksecondsenabled:43,clockcustomformat:44,clocktext:45,languageselectorenabled:2,languageslist:46,languagedisplaytype:47,session:48,userid:49,userendpoint:50,panicbuttonenabled:3,sessiontimerenabled:51,grouplink:52,baseurl:4},null,[-1,-1,-1]),e&&(e.target&&f(e.target,this,e.anchor),e.props&&(this.$set(e.props),R()))}static get observedAttributes(){return["endpoint","lang","env","clientstyling","clientstylingurl","translationurl","clockenabled","clocksecondsenabled","clockcustomformat","clocktext","languageselectorenabled","languageslist","languagedisplaytype","session","userid","userendpoint","panicbuttonenabled","sessiontimerenabled","grouplink","baseurl"]}get endpoint(){return this.$$.ctx[38]}set endpoint(e){this.$$set({endpoint:e}),R()}get lang(){return this.$$.ctx[1]}set lang(e){this.$$set({lang:e}),R()}get env(){return this.$$.ctx[39]}set env(e){this.$$set({env:e}),R()}get clientstyling(){return this.$$.ctx[0]}set clientstyling(e){this.$$set({clientstyling:e}),R()}get clientstylingurl(){return this.$$.ctx[40]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),R()}get translationurl(){return this.$$.ctx[41]}set translationurl(e){this.$$set({translationurl:e}),R()}get clockenabled(){return this.$$.ctx[42]}set clockenabled(e){this.$$set({clockenabled:e}),R()}get clocksecondsenabled(){return this.$$.ctx[43]}set clocksecondsenabled(e){this.$$set({clocksecondsenabled:e}),R()}get clockcustomformat(){return this.$$.ctx[44]}set clockcustomformat(e){this.$$set({clockcustomformat:e}),R()}get clocktext(){return this.$$.ctx[45]}set clocktext(e){this.$$set({clocktext:e}),R()}get languageselectorenabled(){return this.$$.ctx[2]}set languageselectorenabled(e){this.$$set({languageselectorenabled:e}),R()}get languageslist(){return this.$$.ctx[46]}set languageslist(e){this.$$set({languageslist:e}),R()}get languagedisplaytype(){return this.$$.ctx[47]}set languagedisplaytype(e){this.$$set({languagedisplaytype:e}),R()}get session(){return this.$$.ctx[48]}set session(e){this.$$set({session:e}),R()}get userid(){return this.$$.ctx[49]}set userid(e){this.$$set({userid:e}),R()}get userendpoint(){return this.$$.ctx[50]}set userendpoint(e){this.$$set({userendpoint:e}),R()}get panicbuttonenabled(){return this.$$.ctx[3]}set panicbuttonenabled(e){this.$$set({panicbuttonenabled:e}),R()}get sessiontimerenabled(){return this.$$.ctx[51]}set sessiontimerenabled(e){this.$$set({sessiontimerenabled:e}),R()}get grouplink(){return this.$$.ctx[52]}set grouplink(e){this.$$set({grouplink:e}),R()}get baseurl(){return this.$$.ctx[4]}set baseurl(e){this.$$set({baseurl:e}),R()}}return!customElements.get("casino-footer-v2")&&customElements.define("casino-footer-v2",Xi),Xi}));
1404
1402
  //# sourceMappingURL=casino-footer-v2.js.map