@everymatrix/casino-footer-v2 1.22.10 → 1.23.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 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 S(e,t){t=""+t,e.data!==t&&(e.data=t)}function T(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}
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))}const u="undefined"!=typeof window?window:"undefined"!=typeof globalThis?globalThis:global;function h(e,t){e.appendChild(t)}function d(e,t,n){e.insertBefore(t,n||null)}function f(e){e.parentNode&&e.parentNode.removeChild(e)}function p(e,t){for(let n=0;n<e.length;n+=1)e[n]&&e[n].d(t)}function m(e){return document.createElement(e)}function g(e){return document.createElementNS("http://www.w3.org/2000/svg",e)}function y(e){return document.createTextNode(e)}function b(){return y(" ")}function v(){return y("")}function _(e,t,n,r){return e.addEventListener(t,n,r),()=>e.removeEventListener(t,n,r)}function w(e,t,n){null==n?e.removeAttribute(t):e.getAttribute(t)!==n&&e.setAttribute(t,n)}function k(e,t,n){t in e?e[t]="boolean"==typeof e[t]&&""===n||n:w(e,t,n)}function E(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 T(e,t,n){e.classList[n?"add":"remove"](t)}function x(e){const t={};for(const n of e)t[n.name]=n.value;return t}let L;function D(e){L=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 O(e){(function(){if(!D)throw new Error("Function called outside component initialization");return D})().$$.on_mount.push(e)}const F=[],I=[];let A=[];const P=[],$=Promise.resolve();let H=!1;function C(e){A.push(e)}
11
+ function M(e){(function(){if(!L)throw new Error("Function called outside component initialization");return L})().$$.on_mount.push(e)}const O=[],I=[];let F=[];const P=[],A=Promise.resolve();let $=!1;function H(e){F.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.
@@ -27,61 +27,61 @@ function O(e){(function(){if(!D)throw new Error("Function called outside compone
27
27
  // 3. During afterUpdate, any updated components will NOT have their afterUpdate
28
28
  // callback called a second time; the seen_callbacks set, outside the flush()
29
29
  // function, guarantees this behavior.
30
- const B=new Set;let N=0;// Do *not* move this inside the flush() function
31
- function R(){
30
+ const C=new Set;let B=0;// Do *not* move this inside the flush() function
31
+ function N(){
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=D;do{
35
+ if(0!==B)return;const e=L;do{
36
36
  // first, call beforeUpdate functions
37
37
  // and update components
38
- try{for(;N<F.length;){const e=F[N];N++,M(e),Y(e.$$)}}catch(e){
38
+ try{for(;B<O.length;){const e=O[B];B++,D(e),R(e.$$)}}catch(e){
39
39
  // reset dirty state to not end up in a deadlocked state and then rethrow
40
- throw F.length=0,N=0,e}for(M(null),F.length=0,N=0;I.length;)I.pop()();
40
+ throw O.length=0,B=0,e}for(D(null),O.length=0,B=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
- for(let e=0;e<A.length;e+=1){const t=A[e];B.has(t)||(
44
+ for(let e=0;e<F.length;e+=1){const t=F[e];C.has(t)||(
45
45
  // ...so guard against infinite loops
46
- B.add(t),t())}A.length=0}while(F.length);for(;P.length;)P.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)}}
46
+ C.add(t),t())}F.length=0}while(O.length);for(;P.length;)P.pop()();$=!1,C.clear(),D(e)}function R(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(H)}}
47
47
  /**
48
48
  * Useful for example to execute remaining `afterUpdate` callbacks before executing `destroy`.
49
- */const U=new Set;function G(e,t){const n=e.$$;null!==n.fragment&&(!function(e){const t=[],n=[];A.forEach((r=>-1===e.indexOf(r)?t.push(r):n.push(r))),n.forEach((e=>e())),A=t}(n.after_update),r(n.on_destroy),n.fragment&&n.fragment.d(t),
49
+ */const Y=new Set;function U(e,t){const n=e.$$;null!==n.fragment&&(!function(e){const t=[],n=[];F.forEach((r=>-1===e.indexOf(r)?t.push(r):n.push(r))),n.forEach((e=>e())),F=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]&&(F.push(e),H||(H=!0,$.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:[],
52
+ n.on_destroy=n.fragment=null,n.ctx=[])}function G(e,t){-1===e.$$.dirty[0]&&(O.push(e),$||($=!0,A.then(N)),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function j(o,s,a,l,c,u,h,d=[-1]){const p=L;D(o);const m=o.$$={fragment:null,ctx:[],
53
53
  // state
54
54
  props:u,update:e,not_equal:c,bound:n(),
55
55
  // lifecycle
56
- on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(s.context||(f?f.$$.context:[])),
56
+ on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(s.context||(p?p.$$.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&&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),
58
+ callbacks:n(),dirty:d,skip_bound:!1,root:s.target||p.$$.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&&G(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
62
- m.fragment&&m.fragment.l(e),e.forEach(p)}else
62
+ m.fragment&&m.fragment.l(e),e.forEach(f)}else
63
63
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
64
- m.fragment&&m.fragment.c();s.intro&&((y=o.$$.fragment)&&y.i&&(U.delete(y),y.i(b))),function(e,n,o,s){const{fragment:a,after_update:l}=e.$$;a&&a.m(n,o),s||
64
+ m.fragment&&m.fragment.c();s.intro&&((y=o.$$.fragment)&&y.i&&(Y.delete(y),y.i(b))),function(e,n,o,s){const{fragment:a,after_update:l}=e.$$;a&&a.m(n,o),s||
65
65
  // onMount happens before the initial afterUpdate
66
- C((()=>{const n=e.$$.on_mount.map(t).filter(i);
66
+ H((()=>{const n=e.$$.on_mount.map(t).filter(i);
67
67
  // if the component was destroyed immediately
68
68
  // it will update the `$$.on_destroy` reference to `null`.
69
69
  // the destructured on_destroy may still reference to the old array
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;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);
73
+ r(n),e.$$.on_mount=[]})),l.forEach(H)}(o,s.target,s.anchor,s.customElement),N()}var y,b;D(p)}let V;"function"==typeof HTMLElement&&(V=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
77
- this.appendChild(this.$$.slotted[e])}attributeChangedCallback(e,t,n){this[e]=n}disconnectedCallback(){r(this.$$.on_disconnect)}$destroy(){G(this,1),this.$destroy=e}$on(t,n){
77
+ this.appendChild(this.$$.slotted[e])}attributeChangedCallback(e,t,n){this[e]=n}disconnectedCallback(){r(this.$$.on_disconnect)}$destroy(){U(this,1),this.$destroy=e}$on(t,n){
78
78
  // TODO should this delegate to addEventListener?
79
79
  if(!i(n))return e;const r=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return r.push(n),()=>{const e=r.indexOf(n);-1!==e&&r.splice(e,1)}}$set(e){var t;this.$$set&&(t=e,0!==Object.keys(t).length)&&(this.$$.skip_bound=!0,this.$$set(e),this.$$.skip_bound=!1)}})
80
- /* eslint-disable no-prototype-builtins */;var z="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||
80
+ /* eslint-disable no-prototype-builtins */;var W="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||
81
81
  // eslint-disable-next-line no-undef
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}
82
+ "undefined"!=typeof global&&global||{},z="URLSearchParams"in W,Z="Symbol"in W&&"iterator"in Symbol,X="FileReader"in W&&"Blob"in W&&function(){try{return new Blob,!0}catch(e){return!1}}(),K="FormData"in W,q="ArrayBuffer"in W;if(q)var J=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],Q=ArrayBuffer.isView||function(e){return e&&J.indexOf(Object.prototype.toString.call(e))>-1};function ee(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 te(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 ce(){return this.bodyUsed=!1,this._initBody=function(e){var t;
84
+ function ne(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return Z&&(t[Symbol.iterator]=function(){return t}),t}function re(e){this.map={},e instanceof re?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 ie(e){if(!e._noBody)return e.bodyUsed?Promise.reject(new TypeError("Already read")):void(e.bodyUsed=!0)}function oe(e){return new Promise((function(t,n){e.onload=function(){t(e.result)},e.onerror=function(){n(e.error)}}))}function se(e){var t=new FileReader,n=oe(t);return t.readAsArrayBuffer(e),n}function ae(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function le(){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
@@ -93,29 +93,29 @@ function re(e){var t={next:function(){var t=e.shift();return{done:void 0===t,val
93
93
  _initBody is called.
94
94
  */
95
95
  // eslint-disable-next-line no-self-assign
96
- this.bodyUsed=this.bodyUsed,this._bodyInit=e,e?"string"==typeof e?this._bodyText=e:K&&Blob.prototype.isPrototypeOf(e)?this._bodyBlob=e:q&&FormData.prototype.isPrototypeOf(e)?this._bodyFormData=e:Z&&URLSearchParams.prototype.isPrototypeOf(e)?this._bodyText=e.toString():J&&K&&((t=e)&&DataView.prototype.isPrototypeOf(t))?(this._bodyArrayBuffer=le(e.buffer),
96
+ this.bodyUsed=this.bodyUsed,this._bodyInit=e,e?"string"==typeof e?this._bodyText=e:X&&Blob.prototype.isPrototypeOf(e)?this._bodyBlob=e:K&&FormData.prototype.isPrototypeOf(e)?this._bodyFormData=e:z&&URLSearchParams.prototype.isPrototypeOf(e)?this._bodyText=e.toString():q&&X&&((t=e)&&DataView.prototype.isPrototypeOf(t))?(this._bodyArrayBuffer=ae(e.buffer),
97
97
  // IE 10-11 can't handle a DataView body.
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}
98
+ this._bodyInit=new Blob([this._bodyArrayBuffer])):q&&(ArrayBuffer.prototype.isPrototypeOf(e)||Q(e))?this._bodyArrayBuffer=ae(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"))},X&&(this.blob=function(){var e=ie(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=ie(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(X)return this.blob().then(se);throw new Error("could not read as ArrayBuffer")},this.text=function(){var e,t,n,r,i,o=ie(this);if(o)return o;if(this._bodyBlob)return e=this._bodyBlob,t=new FileReader,n=oe(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)},K&&(this.formData=function(){return this.text().then(he)}),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 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)){
100
+ re.prototype.append=function(e,t){e=ee(e),t=te(t);var n=this.map[e];this.map[e]=n?n+", "+t:t},re.prototype.delete=function(e){delete this.map[ee(e)]},re.prototype.get=function(e){return e=ee(e),this.has(e)?this.map[e]:null},re.prototype.has=function(e){return this.map.hasOwnProperty(ee(e))},re.prototype.set=function(e,t){this.map[ee(e)]=te(t)},re.prototype.forEach=function(e,t){for(var n in this.map)this.map.hasOwnProperty(n)&&e.call(t,this.map[n],n,this)},re.prototype.keys=function(){var e=[];return this.forEach((function(t,n){e.push(n)})),ne(e)},re.prototype.values=function(){var e=[];return this.forEach((function(t){e.push(t)})),ne(e)},re.prototype.entries=function(){var e=[];return this.forEach((function(t,n){e.push([n,t])})),ne(e)},Z&&(re.prototype[Symbol.iterator]=re.prototype.entries);var ce=["CONNECT","DELETE","GET","HEAD","OPTIONS","PATCH","POST","PUT","TRACE"];function ue(e,t){if(!(this instanceof ue))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');var n,r,i=(t=t||{}).body;if(e instanceof ue){if(e.bodyUsed)throw new TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new re(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 re(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 W)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})},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={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 he(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 de(e,t){if(!(this instanceof de))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 re(t.headers),this.url=t.url||"",this._initBody(e)}ue.prototype.clone=function(){return new ue(this,{body:this._bodyInit})},le.call(ue.prototype),le.call(de.prototype),de.prototype.clone=function(){return new de(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new re(this.headers),url:this.url})},de.error=function(){var e=new de(null,{status:200,statusText:""});return e.status=0,e.type="error",e};var fe=[301,302,303,307,308];de.redirect=function(e,t){if(-1===fe.indexOf(t))throw new RangeError("Invalid status code");return new de(null,{status:t,headers:{location:e}})};var pe=W.DOMException;try{new pe}catch(e){(pe=function(e,t){this.message=e,this.name=t;var n=Error(e);this.stack=n.stack}).prototype=Object.create(Error.prototype),pe.prototype.constructor=pe}function me(e,t){return new Promise((function(n,r){var i=new ue(e,t);if(i.signal&&i.signal.aborted)return r(new pe("Aborted","AbortError"));var o=new XMLHttpRequest;function s(){o.abort()}if(o.onload=function(){var e,t,r={statusText:o.statusText,headers:(e=o.getAllResponseHeaders()||"",t=new re,
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
108
108
  e.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(e){return 0===e.indexOf("\n")?e.substr(1,e.length):e})).forEach((function(e){var n=e.split(":"),r=n.shift().trim();if(r){var i=n.join(":").trim();try{t.append(r,i)}catch(e){console.warn("Response "+e.message)}}})),t)};
109
109
  // This check if specifically for when a user fetches a file locally from the file system
110
110
  // Only if the status is out of a normal range
111
- i.url.startsWith("file://")&&(o.status<200||o.status>599)?r.status=200:r.status=o.status,r.url="responseURL"in o?o.responseURL:r.headers.get("X-Request-URL");var s="response"in o?o.response:o.responseText;setTimeout((function(){n(new fe(s,r))}),0)},o.onerror=function(){setTimeout((function(){r(new TypeError("Network request failed"))}),0)},o.ontimeout=function(){setTimeout((function(){r(new TypeError("Network request timed out"))}),0)},o.onabort=function(){setTimeout((function(){r(new me("Aborted","AbortError"))}),0)},o.open(i.method,function(e){try{return""===e&&z.location.href?z.location.href:e}catch(t){return e}}(i.url),!0),"include"===i.credentials?o.withCredentials=!0:"omit"===i.credentials&&(o.withCredentials=!1),"responseType"in o&&(K?o.responseType="blob":J&&(o.responseType="arraybuffer")),t&&"object"==typeof t.headers&&!(t.headers instanceof ie||z.Headers&&t.headers instanceof z.Headers)){var a=[];Object.getOwnPropertyNames(t.headers).forEach((function(e){a.push(te(e)),o.setRequestHeader(e,ne(t.headers[e]))})),i.headers.forEach((function(e,t){-1===a.indexOf(t)&&o.setRequestHeader(t,e)}))}else i.headers.forEach((function(e,t){o.setRequestHeader(t,e)}));i.signal&&(i.signal.addEventListener("abort",s),o.onreadystatechange=function(){
111
+ i.url.startsWith("file://")&&(o.status<200||o.status>599)?r.status=200:r.status=o.status,r.url="responseURL"in o?o.responseURL:r.headers.get("X-Request-URL");var s="response"in o?o.response:o.responseText;setTimeout((function(){n(new de(s,r))}),0)},o.onerror=function(){setTimeout((function(){r(new TypeError("Network request failed"))}),0)},o.ontimeout=function(){setTimeout((function(){r(new TypeError("Network request timed out"))}),0)},o.onabort=function(){setTimeout((function(){r(new pe("Aborted","AbortError"))}),0)},o.open(i.method,function(e){try{return""===e&&W.location.href?W.location.href:e}catch(t){return e}}(i.url),!0),"include"===i.credentials?o.withCredentials=!0:"omit"===i.credentials&&(o.withCredentials=!1),"responseType"in o&&(X?o.responseType="blob":q&&(o.responseType="arraybuffer")),t&&"object"==typeof t.headers&&!(t.headers instanceof re||W.Headers&&t.headers instanceof W.Headers)){var a=[];Object.getOwnPropertyNames(t.headers).forEach((function(e){a.push(ee(e)),o.setRequestHeader(e,te(t.headers[e]))})),i.headers.forEach((function(e,t){-1===a.indexOf(t)&&o.setRequestHeader(t,e)}))}else i.headers.forEach((function(e,t){o.setRequestHeader(t,e)}));i.signal&&(i.signal.addEventListener("abort",s),o.onreadystatechange=function(){
112
112
  // DONE (success or failure)
113
- 4===o.readyState&&i.signal.removeEventListener("abort",s)}),o.send(void 0===i._bodyInit?null:i._bodyInit)}))}ge.polyfill=!0,z.fetch||(z.fetch=ge,z.Headers=ie,z.Request=he,z.Response=fe);"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self&&self;function ye(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}
113
+ 4===o.readyState&&i.signal.removeEventListener("abort",s)}),o.send(void 0===i._bodyInit?null:i._bodyInit)}))}me.polyfill=!0,W.fetch||(W.fetch=me,W.Headers=re,W.Request=ue,W.Response=de);"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self&&self;function ge(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}
114
114
  // the whatwg-fetch polyfill installs the fetch() function
115
115
  // on the global object (window or self)
116
116
 
117
117
  // Return that as the export for use in Webpack, Browserify etc.
118
- 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)};
118
+ var ye=self.fetch.bind(self),be=function(e,t){return be=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])},be(e,t)};
119
119
  /******************************************************************************
120
120
  Copyright (c) Microsoft Corporation.
121
121
 
@@ -130,7 +130,7 @@ var be=self.fetch.bind(self),ve=function(e,t){return ve=Object.setPrototypeOf||{
130
130
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
131
131
  PERFORMANCE OF THIS SOFTWARE.
132
132
  ***************************************************************************** */
133
- /* 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 Se(e){return"function"==typeof e}function Te(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=Te((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(Se(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{Fe(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)Fe(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=null!==(n=this._finalizers)&&void 0!==n?n:[]).push(t)}},e.prototype._hasParent=function(e){var t=this._parentage;return t===e||Array.isArray(t)&&t.includes(e)},e.prototype._addParent=function(e){var t=this._parentage;this._parentage=Array.isArray(t)?(t.push(e),t):t?[t,e]:e},e.prototype._removeParent=function(e){var t=this._parentage;t===e?this._parentage=null:Array.isArray(t)&&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 Oe(e){return e instanceof De||e&&"closed"in e&&Se(e.remove)&&Se(e.add)&&Se(e.unsubscribe)}function Fe(e){Se(e)?e():e.unsubscribe()}var Ie={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Ae={setTimeout:function(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var i=Ae.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=Ae.delegate;return((null==t?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function Pe(){}var $e=null;function He(e){if(Ie.useDeprecatedSynchronousErrorHandling){var t=!$e;if(t&&($e={errorThrown:!1,error:null}),e(),t){var n=$e,r=n.errorThrown,i=n.error;if($e=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,Oe(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;Se(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,Ae.setTimeout((function(){throw t}))}var Ge={closed:!0,next:Pe,error:function(e){throw e},complete:Pe},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&&Se(e.next)&&Se(e.error)&&Se(e.complete)}(r)&&Oe(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=Te((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={};
133
+ /* 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}be(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}function _e(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 we(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 ke(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 Ee(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 Te=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 xe(e,t){if(e){var n=e.indexOf(t);0<=n&&e.splice(n,1)}}var Le=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=_e(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(Ee(l))try{l()}catch(e){i=e instanceof Te?e.errors:[e]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var u=_e(c),h=u.next();!h.done;h=u.next()){var d=h.value;try{Oe(d)}catch(e){i=null!=i?i:[],e instanceof Te?i=ke(ke([],we(i)),we(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 Te(i)}},e.prototype.add=function(t){var n;if(t&&t!==this)if(this.closed)Oe(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)&&xe(t,e)},e.prototype.remove=function(t){var n=this._finalizers;n&&xe(n,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}(),De=Le.EMPTY;function Me(e){return e instanceof Le||e&&"closed"in e&&Ee(e.remove)&&Ee(e.add)&&Ee(e.unsubscribe)}function Oe(e){Ee(e)?e():e.unsubscribe()}var Ie={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Fe={setTimeout:function(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var i=Fe.delegate;return(null==i?void 0:i.setTimeout)?i.setTimeout.apply(i,ke([e,t],we(n))):setTimeout.apply(void 0,ke([e,t],we(n)))},clearTimeout:function(e){var t=Fe.delegate;return((null==t?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function Pe(){}var Ae=null;function $e(e){if(Ie.useDeprecatedSynchronousErrorHandling){var t=!Ae;if(t&&(Ae={errorThrown:!1,error:null}),e(),t){var n=Ae,r=n.errorThrown,i=n.error;if(Ae=null,r)throw i}}else e()}var He=function(e){function t(t){var n=e.call(this)||this;return n.isStopped=!1,t?(n.destination=t,Me(t)&&t.add(n)):n.destination=Ue,n}return ve(t,e),t.create=function(e,t,n){return new Re(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}(Le),Ce=Function.prototype.bind;function Be(e,t){return Ce.call(e,t)}var Ne=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){Ye(e)}},e.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(e){Ye(e)}else Ye(e)},e.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(e){Ye(e)}},e}(),Re=function(e){function t(t,n,r){var i,o,s=e.call(this)||this;Ee(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&&Be(t.next,o),error:t.error&&Be(t.error,o),complete:t.complete&&Be(t.complete,o)}):i=t;return s.destination=new Ne(i),s}return ve(t,e),t}(He);function Ye(e){var t;t=e,Fe.setTimeout((function(){throw t}))}var Ue={closed:!0,next:Pe,error:function(e){throw e},complete:Pe},Ge="function"==typeof Symbol&&Symbol.observable||"@@observable";function je(e){return e}var Ve=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 He||function(e){return e&&Ee(e.next)&&Ee(e.error)&&Ee(e.complete)}(r)&&Me(r)?e:new Re(e,t,n);return $e((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=We(t))((function(t,r){var i=new Re({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[Ge]=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?je: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=We(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 We(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"}})),Ze=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 Xe(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;$e((function(){var n,r;if(t._throwIfClosed(),!t.isStopped){t.currentObservers||(t.currentObservers=Array.from(t.observers));try{for(var i=_e(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;$e((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;$e((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 Le((function(){t.currentObservers=null,xe(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 Ve;return e.source=this,e},t.create=function(e,t){return new Xe(e,t)},t}(Ve),Xe=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}(Ze),Ke={now:function(){return(Ke.delegate||Date).now()},delegate:void 0},qe=function(e){function t(t,n,r){void 0===t&&(t=1/0),void 0===n&&(n=1/0),void 0===r&&(r=Ke);var i=e.call(this)||this;return i._bufferSize=t,i._windowTime=n,i._timestampProvider=r,i._buffer=[],i._infiniteTimeWindow=!0,i._infiniteTimeWindow=n===1/0,i._bufferSize=Math.max(1,t),i._windowTime=Math.max(1,n),i}return 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}(Ze);let Je=[],Qe={};
134
134
  /**
135
135
  * @name topic
136
136
  * @description A small wrapper over the rxjs to offer the topic method on top of it
@@ -138,36 +138,36 @@ var be=self.fetch.bind(self),ve=function(e,t){return ve=Object.setPrototypeOf||{
138
138
  * @param step [String] How many values to be buffed for new subscribers - default 0
139
139
  * @returns ReplaySubject
140
140
  */
141
- const tt=[];
141
+ const et=[];
142
142
  /**
143
143
  * Create a `Writable` store that allows both updating and reading by subscription.
144
144
  * @param {*=}value initial value
145
145
  * @param {StartStopNotifier=} start
146
146
  */
147
- function nt(t,n=e){let r;const i=new Set;function s(e){if(o(t,e)&&(t=e,r)){// store is ready
148
- 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(),
147
+ function tt(t,n=e){let r;const i=new Set;function s(e){if(o(t,e)&&(t=e,r)){// store is ready
148
+ const e=!et.length;for(const e of i)e[1](),et.push(e,t);if(e){for(let e=0;e<et.length;e+=2)et[e][0](et[e+1]);et.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 nt(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(),
149
149
  // We need to set this to false because callbacks can still happen despite having unsubscribed:
150
150
  // Callbacks might already be placed in the queue which doesn't know it should no longer
151
151
  // invoke this derived store.
152
- o=!1}},{subscribe:nt(o,u).subscribe};
152
+ o=!1}},{subscribe:tt(o,u).subscribe};
153
153
  /**
154
154
  * Creates a `Readable` store that allows reading by subscription.
155
155
  * @param value initial value
156
156
  * @param {StartStopNotifier} [start]
157
157
  */
158
- 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)}
158
+ var u}var rt=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===it}(e)}
159
159
  // see https://github.com/facebook/react/blob/b5ac963fb791d1298e7f396236383bc955f916c1/src/isomorphic/classic/element/ReactElement.js#L21-L25
160
- (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}}
160
+ (e)};var it="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function ot(e,t){return!1!==t.clone&&t.isMergeableObject(e)?ut((n=e,Array.isArray(n)?[]:{}),e,t):e;var n}function st(e,t,n){return e.concat(t).map((function(e){return ot(e,n)}))}function at(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 lt(e,t){try{return t in e}catch(e){return!1}}
161
161
  // Protects from prototype poisoning and unexpected merging up the prototype chain.
162
- 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.
163
- })(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,
162
+ function ct(e,t,n){var r={};return n.isMergeableObject(e)&&at(e).forEach((function(t){r[t]=ot(e[t],n)})),at(t).forEach((function(i){(function(e,t){return lt(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t));// and also unsafe if they're nonenumerable.
163
+ })(e,i)||(lt(e,i)&&n.isMergeableObject(t[i])?r[i]=function(e,t){if(!t.customMerge)return ut;var n=t.customMerge(e);return"function"==typeof n?n:ut}(i,n)(e[i],t[i],n):r[i]=ot(t[i],n))})),r}function ut(e,t,n){(n=n||{}).arrayMerge=n.arrayMerge||st,n.isMergeableObject=n.isMergeableObject||rt,
164
164
  // cloneUnlessOtherwiseSpecified is added to `options` so that custom arrayMerge()
165
165
  // implementations can use it. The caller may not replace it.
166
- 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))}
166
+ n.cloneUnlessOtherwiseSpecified=ot;var r=Array.isArray(t);return r===Array.isArray(e)?r?n.arrayMerge(e,t,n):ct(e,t,n):ot(t,n)}ut.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,n){return ut(e,n,t)}),{})};var ht=ut,dt=function(e,t){return dt=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])},dt(e,t)};function ft(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}dt(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var pt,mt,gt,yt=function(){return yt=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},yt.apply(this,arguments)};function bt(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))}
167
167
  /**
168
168
  * Type Guards
169
169
  */
170
- 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 St(e){return e.type===gt.time}function Tt(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 Ot(e){return!(!e||"object"!=typeof e||e.type!==yt.dateTime)}
170
+ function vt(e){return e.type===mt.literal}function _t(e){return e.type===mt.argument}function wt(e){return e.type===mt.number}function kt(e){return e.type===mt.date}function Et(e){return e.type===mt.time}function St(e){return e.type===mt.select}function Tt(e){return e.type===mt.plural}function xt(e){return e.type===mt.pound}function Lt(e){return e.type===mt.tag}function Dt(e){return!(!e||"object"!=typeof e||e.type!==gt.number)}function Mt(e){return!(!e||"object"!=typeof e||e.type!==gt.dateTime)}
171
171
  // @generated from regex-gen.ts
172
172
  "function"==typeof SuppressedError&&SuppressedError,function(e){
173
173
  /** Argument is unclosed (e.g. `{0`) */
@@ -229,7 +229,7 @@ e[e.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",
229
229
  /** The closing tag does not match the opening tag. (e.g. `<bold>foo</italic>`) */
230
230
  e[e.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",
231
231
  /** The opening tag has unmatched closing tag. (e.g. `<bold>foo`) */
232
- e[e.UNCLOSED_TAG=27]="UNCLOSED_TAG"}(mt||(mt={})),function(e){
232
+ e[e.UNCLOSED_TAG=27]="UNCLOSED_TAG"}(pt||(pt={})),function(e){
233
233
  /**
234
234
  * Raw text
235
235
  */
@@ -266,7 +266,7 @@ e[e.pound=7]="pound",
266
266
  /**
267
267
  * XML-like tag
268
268
  */
269
- e[e.tag=8]="tag"}(gt||(gt={})),function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"}(yt||(yt={}));var Ft=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,It=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
269
+ e[e.tag=8]="tag"}(mt||(mt={})),function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"}(gt||(gt={}));var Ot=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,It=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
270
270
  /**
271
271
  * https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table
272
272
  * Credit: https://github.com/caridy/intl-datetimeformat-pattern/blob/master/index.js
@@ -278,7 +278,7 @@ e[e.tag=8]="tag"}(gt||(gt={})),function(e){e[e.number=0]="number",e[e.dateTime=1
278
278
  * @public
279
279
  * @param skeleton skeleton string
280
280
  */
281
- function At(e){var t={};return e.replace(It,(function(e){var n=e.length;switch(e[0]){
281
+ function Ft(e){var t={};return e.replace(It,(function(e){var n=e.length;switch(e[0]){
282
282
  // Era
283
283
  case"G":t.era=4===n?"long":5===n?"narrow":"short";break;
284
284
  // Year
@@ -312,33 +312,33 @@ case"X":// 1, 2, 3, 4: The ISO8601 varios formats
312
312
  case"x":// 1, 2, 3, 4: The ISO8601 varios formats
313
313
  throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""})),t}
314
314
  // @generated from regex-gen.ts
315
- var Pt=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;var $t=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Ht=/^(@+)?(\+|#+)?[rs]?$/g,Ct=/(\*)(0+)|(#+)(0+)|(0+)/g,Bt=/^(0+)$/;function Nt(e){var t={};return"r"===e[e.length-1]?t.roundingPriority="morePrecision":"s"===e[e.length-1]&&(t.roundingPriority="lessPrecision"),e.replace(Ht,(function(e,n,r){
315
+ var Pt=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;var At=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,$t=/^(@+)?(\+|#+)?[rs]?$/g,Ht=/(\*)(0+)|(#+)(0+)|(0+)/g,Ct=/^(0+)$/;function Bt(e){var t={};return"r"===e[e.length-1]?t.roundingPriority="morePrecision":"s"===e[e.length-1]&&(t.roundingPriority="lessPrecision"),e.replace($t,(function(e,n,r){
316
316
  // @@@ case
317
- return"string"!=typeof r?(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length):"+"===r?t.minimumSignificantDigits=n.length:"#"===n[0]?t.maximumSignificantDigits=n.length:(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length+("string"==typeof r?r.length:0)),""})),t}function Rt(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function Yt(e){
317
+ return"string"!=typeof r?(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length):"+"===r?t.minimumSignificantDigits=n.length:"#"===n[0]?t.maximumSignificantDigits=n.length:(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length+("string"==typeof r?r.length:0)),""})),t}function Nt(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function Rt(e){
318
318
  // Engineering
319
- var t;if("E"===e[0]&&"E"===e[1]?(t={notation:"engineering"},e=e.slice(2)):"E"===e[0]&&(t={notation:"scientific"},e=e.slice(1)),t){var n=e.slice(0,2);if("+!"===n?(t.signDisplay="always",e=e.slice(2)):"+?"===n&&(t.signDisplay="exceptZero",e=e.slice(2)),!Bt.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function Ut(e){var t=Rt(e);return t||{}}
319
+ var t;if("E"===e[0]&&"E"===e[1]?(t={notation:"engineering"},e=e.slice(2)):"E"===e[0]&&(t={notation:"scientific"},e=e.slice(1)),t){var n=e.slice(0,2);if("+!"===n?(t.signDisplay="always",e=e.slice(2)):"+?"===n&&(t.signDisplay="exceptZero",e=e.slice(2)),!Ct.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function Yt(e){var t=Nt(e);return t||{}}
320
320
  /**
321
321
  * https://github.com/unicode-org/icu/blob/master/docs/userguide/format_parse/numbers/skeletons.md#skeleton-stems-and-options
322
- */function Gt(e){for(var t={},n=0,r=e;n<r.length;n++){var i=r[n];switch(i.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=i.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=i.options[0].replace(/^(.*?)-/,"");continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=bt(bt(bt({},t),{notation:"scientific"}),i.options.reduce((function(e,t){return bt(bt({},e),Ut(t))}),{}));continue;case"engineering":t=bt(bt(bt({},t),{notation:"engineering"}),i.options.reduce((function(e,t){return bt(bt({},e),Ut(t))}),{}));continue;case"notation-simple":t.notation="standard";continue;
322
+ */function Ut(e){for(var t={},n=0,r=e;n<r.length;n++){var i=r[n];switch(i.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=i.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=i.options[0].replace(/^(.*?)-/,"");continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=yt(yt(yt({},t),{notation:"scientific"}),i.options.reduce((function(e,t){return yt(yt({},e),Yt(t))}),{}));continue;case"engineering":t=yt(yt(yt({},t),{notation:"engineering"}),i.options.reduce((function(e,t){return yt(yt({},e),Yt(t))}),{}));continue;case"notation-simple":t.notation="standard";continue;
323
323
  // https://github.com/unicode-org/icu/blob/master/icu4c/source/i18n/unicode/unumberformatter.h
324
324
  case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";continue;case"unit-width-short":t.currencyDisplay="code",t.unitDisplay="short";continue;case"unit-width-full-name":t.currencyDisplay="name",t.unitDisplay="long";continue;case"unit-width-iso-code":t.currencyDisplay="symbol";continue;case"scale":t.scale=parseFloat(i.options[0]);continue;
325
325
  // https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
326
- case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(Ct,(function(e,n,r,i,o,s){if(n)t.minimumIntegerDigits=r.length;else{if(i&&o)throw new Error("We currently do not support maximum integer digits");if(s)throw new Error("We currently do not support exact integer digits")}return""}));continue}
326
+ case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(Ht,(function(e,n,r,i,o,s){if(n)t.minimumIntegerDigits=r.length;else{if(i&&o)throw new Error("We currently do not support maximum integer digits");if(s)throw new Error("We currently do not support exact integer digits")}return""}));continue}
327
327
  // https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
328
- if(Bt.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if($t.test(i.stem)){
328
+ if(Ct.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(At.test(i.stem)){
329
329
  // Precision
330
330
  // https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#fraction-precision
331
331
  // precision-integer case
332
- if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace($t,(function(e,n,r,i,o,s){
332
+ if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(At,(function(e,n,r,i,o,s){
333
333
  // .000* case (before ICU67 it was .000+)
334
334
  return"*"===r?t.minimumFractionDigits=n.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:o&&s?(t.minimumFractionDigits=o.length,t.maximumFractionDigits=o.length+s.length):(t.minimumFractionDigits=n.length,t.maximumFractionDigits=n.length),""}));var o=i.options[0];
335
335
  // https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#trailing-zero-display
336
- "w"===o?t=bt(bt({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=bt(bt({},t),Nt(o)))}
336
+ "w"===o?t=yt(yt({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=yt(yt({},t),Bt(o)))}
337
337
  // https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#significant-digits-precision
338
- else if(Ht.test(i.stem))t=bt(bt({},t),Nt(i.stem));else{var s=Rt(i.stem);s&&(t=bt(bt({},t),s));var a=Yt(i.stem);a&&(t=bt(bt({},t),a))}}return t}
338
+ else if($t.test(i.stem))t=yt(yt({},t),Bt(i.stem));else{var s=Nt(i.stem);s&&(t=yt(yt({},t),s));var a=Rt(i.stem);a&&(t=yt(yt({},t),a))}}return t}
339
339
  // @generated from time-data-gen.ts
340
340
  // prettier-ignore
341
- var jt,Vt={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};
341
+ var Gt,jt={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};
342
342
  /**
343
343
  * Returns the best matching date time pattern if a date time skeleton
344
344
  * pattern is provided with a locale. Follows the Unicode specification:
@@ -351,7 +351,7 @@ var jt,Vt={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H
351
351
  * of the given `locale` to the corresponding time pattern.
352
352
  * @param locale
353
353
  */
354
- function Wt(e){var t=e.hourCycle;if(void 0===t&&
354
+ function Vt(e){var t=e.hourCycle;if(void 0===t&&
355
355
  // @ts-ignore hourCycle(s) is not identified yet
356
356
  e.hourCycles&&
357
357
  // @ts-ignore
@@ -359,37 +359,37 @@ e.hourCycles.length&&(
359
359
  // @ts-ignore
360
360
  t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}
361
361
  // TODO: Once hourCycle is fully supported remove the following with data generation
362
- var n,r=e.language;return"root"!==r&&(n=e.maximize().region),(Vt[n||""]||Vt[r||""]||Vt["".concat(r,"-001")]||Vt["001"])[0]}var zt=new RegExp("^".concat(Ft.source,"*")),Zt=new RegExp("".concat(Ft.source,"*$"));function Xt(e,t){return{start:e,end:t}}
362
+ var n,r=e.language;return"root"!==r&&(n=e.maximize().region),(jt[n||""]||jt[r||""]||jt["".concat(r,"-001")]||jt["001"])[0]}var Wt=new RegExp("^".concat(Ot.source,"*")),zt=new RegExp("".concat(Ot.source,"*$"));function Zt(e,t){return{start:e,end:t}}
363
363
  // #region Ponyfills
364
364
  // Consolidate these variables up top for easier toggling during debugging
365
- var Kt=!!String.prototype.startsWith,qt=!!String.fromCodePoint,Jt=!!Object.fromEntries,Qt=!!String.prototype.codePointAt,en=!!String.prototype.trimStart,tn=!!String.prototype.trimEnd,nn=!!Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},rn=!0;try{
365
+ var Xt=!!String.prototype.startsWith,Kt=!!String.fromCodePoint,qt=!!Object.fromEntries,Jt=!!String.prototype.codePointAt,Qt=!!String.prototype.trimStart,en=!!String.prototype.trimEnd,tn=!!Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},nn=!0;try{
366
366
  /**
367
367
  * legacy Edge or Xbox One browser
368
368
  * Unicode flag support: supported
369
369
  * Pattern_Syntax support: not supported
370
370
  * See https://github.com/formatjs/formatjs/issues/2822
371
371
  */
372
- rn="a"===(null===(jt=dn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===jt?void 0:jt[0])}catch(e){rn=!1}var on,sn=Kt?// Native
372
+ nn="a"===(null===(Gt=hn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===Gt?void 0:Gt[0])}catch(e){nn=!1}var rn,on=Xt?// Native
373
373
  function(e,t,n){return e.startsWith(t,n)}:// For IE11
374
- function(e,t,n){return e.slice(n,n+t.length)===t},an=qt?String.fromCodePoint:// IE11
375
- 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=
374
+ function(e,t,n){return e.slice(n,n+t.length)===t},sn=Kt?String.fromCodePoint:// IE11
375
+ 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},an=
376
376
  // native
377
- Jt?Object.fromEntries:// Ponyfill
378
- 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
377
+ qt?Object.fromEntries:// Ponyfill
378
+ 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},ln=Jt?// Native
379
379
  function(e,t){return e.codePointAt(t)}:// IE 11
380
- 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
380
+ 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=Qt?// Native
381
381
  function(e){return e.trimStart()}:// Ponyfill
382
- function(e){return e.replace(zt,"")},hn=tn?// Native
382
+ function(e){return e.replace(Wt,"")},un=en?// Native
383
383
  function(e){return e.trimEnd()}:// Ponyfill
384
- function(e){return e.replace(Zt,"")};
384
+ function(e){return e.replace(zt,"")};
385
385
  // Prevent minifier to translate new RegExp to literal form that might cause syntax error on IE11.
386
- function dn(e,t){return new RegExp(e,t)}
386
+ function hn(e,t){return new RegExp(e,t)}
387
387
  // #endregion
388
- if(rn){
388
+ if(nn){
389
389
  // Native
390
- 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
390
+ var dn=hn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");rn=function(e,t){var n;return dn.lastIndex=t,null!==(n=dn.exec(e)[1])&&void 0!==n?n:""}}else
391
391
  // IE11
392
- on=function(e,t){for(var n=[];;){var r=cn(e,t);if(void 0===r||gn(r)||yn(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}},
392
+ rn=function(e,t){for(var n=[];;){var r=ln(e,t);if(void 0===r||mn(r)||gn(r))break;n.push(r),t+=r>=65536?2:1}return sn.apply(void 0,n)};var fn=/** @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(pt.UNMATCHED_CLOSING_TAG,Zt(this.clonePosition(),this.clonePosition()))}if(60/* `<` */===i&&!this.ignoreTag&&pn(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:mt.pound,location:Zt(s,this.clonePosition())})}}}return{val:r,err:null}},
393
393
  /**
394
394
  * A tag name must start with an ASCII lower/upper case letter. The grammar is based on the
395
395
  * [custom element name][] except that a dash is NOT always mandatory and uppercase letters
@@ -411,14 +411,14 @@ on=function(e,t){for(var n=[];;){var r=cn(e,t);if(void 0===r||gn(r)||yn(r))break
411
411
  e.prototype.parseTag=function(e,t){var n=this.clonePosition();this.bump();// `<`
412
412
  var r=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))
413
413
  // Self closing tag
414
- return{val:{type:gt.literal,value:"<".concat(r,"/>"),location:Xt(n,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,s=this.clonePosition();
414
+ return{val:{type:mt.literal,value:"<".concat(r,"/>"),location:Zt(n,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,s=this.clonePosition();
415
415
  // Expecting a close tag
416
- if(this.bumpIf("</")){if(this.isEOF()||!mn(this.char()))return this.error(mt.INVALID_TAG,Xt(s,this.clonePosition()));var a=this.clonePosition();return r!==this.parseTagName()?this.error(mt.UNMATCHED_CLOSING_TAG,Xt(a,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:gt.tag,value:r,children:o,location:Xt(n,this.clonePosition())},err:null}:this.error(mt.INVALID_TAG,Xt(s,this.clonePosition())))}return this.error(mt.UNCLOSED_TAG,Xt(n,this.clonePosition()))}return this.error(mt.INVALID_TAG,Xt(n,this.clonePosition()))},
416
+ if(this.bumpIf("</")){if(this.isEOF()||!pn(this.char()))return this.error(pt.INVALID_TAG,Zt(s,this.clonePosition()));var a=this.clonePosition();return r!==this.parseTagName()?this.error(pt.UNMATCHED_CLOSING_TAG,Zt(a,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:mt.tag,value:r,children:o,location:Zt(n,this.clonePosition())},err:null}:this.error(pt.INVALID_TAG,Zt(s,this.clonePosition())))}return this.error(pt.UNCLOSED_TAG,Zt(n,this.clonePosition()))}return this.error(pt.INVALID_TAG,Zt(n,this.clonePosition()))},
417
417
  /**
418
418
  * This method assumes that the caller has peeked ahead for the first tag character.
419
419
  */
420
420
  e.prototype.parseTagName=function(){var e,t=this.offset();// the first tag name character
421
- for(this.bump();!this.isEOF()&&(45/* '-' */===(e=this.char())||46/* '.' */===e||e>=48&&e<=57/* 0..9 */||95/* '_' */===e||e>=97&&e<=122/** a..z */||e>=65&&e<=90/* A..Z */||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var n=this.clonePosition(),r="";;){var i=this.tryParseQuote(t);if(i)r+=i;else{var o=this.tryParseUnquoted(e,t);if(o)r+=o;else{var s=this.tryParseLeftAngleBracket();if(!s)break;r+=s}}}var a=Xt(n,this.clonePosition());return{val:{type:gt.literal,value:r,location:a},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60/* `<` */!==this.char()||!this.ignoreTag&&(mn(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e;
421
+ for(this.bump();!this.isEOF()&&(45/* '-' */===(e=this.char())||46/* '.' */===e||e>=48&&e<=57/* 0..9 */||95/* '_' */===e||e>=97&&e<=122/** a..z */||e>=65&&e<=90/* A..Z */||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var n=this.clonePosition(),r="";;){var i=this.tryParseQuote(t);if(i)r+=i;else{var o=this.tryParseUnquoted(e,t);if(o)r+=o;else{var s=this.tryParseLeftAngleBracket();if(!s)break;r+=s}}}var a=Zt(n,this.clonePosition());return{val:{type:mt.literal,value:r,location:a},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60/* `<` */!==this.char()||!this.ignoreTag&&(pn(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e;
422
422
  /** See `parseTag` function docs. */},
423
423
  /**
424
424
  * Starting with ICU 4.8, an ASCII apostrophe only starts quoted text if it immediately precedes
@@ -440,67 +440,67 @@ for(this.bump();!this.isEOF();){var n=this.char();if(39/* `'` */===n){if(39/* `'
440
440
  // Optional closing apostrophe.
441
441
  this.bump();break}t.push(39),
442
442
  // Bump one more time because we need to skip 2 characters.
443
- this.bump()}else t.push(n);this.bump()}return an.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var n=this.char();return 60/* `<` */===n||123/* `{` */===n||35/* `#` */===n&&("plural"===t||"selectordinal"===t)||125/* `}` */===n&&e>0?null:(this.bump(),an(n))},e.prototype.parseArgument=function(e,t){var n=this.clonePosition();if(this.bump(),// `{`
444
- this.bumpSpace(),this.isEOF())return this.error(mt.EXPECT_ARGUMENT_CLOSING_BRACE,Xt(n,this.clonePosition()));if(125/* `}` */===this.char())return this.bump(),this.error(mt.EMPTY_ARGUMENT,Xt(n,this.clonePosition()));
443
+ this.bump()}else t.push(n);this.bump()}return sn.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var n=this.char();return 60/* `<` */===n||123/* `{` */===n||35/* `#` */===n&&("plural"===t||"selectordinal"===t)||125/* `}` */===n&&e>0?null:(this.bump(),sn(n))},e.prototype.parseArgument=function(e,t){var n=this.clonePosition();if(this.bump(),// `{`
444
+ this.bumpSpace(),this.isEOF())return this.error(pt.EXPECT_ARGUMENT_CLOSING_BRACE,Zt(n,this.clonePosition()));if(125/* `}` */===this.char())return this.bump(),this.error(pt.EMPTY_ARGUMENT,Zt(n,this.clonePosition()));
445
445
  // argument name
446
- var r=this.parseIdentifierIfPossible().value;if(!r)return this.error(mt.MALFORMED_ARGUMENT,Xt(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(mt.EXPECT_ARGUMENT_CLOSING_BRACE,Xt(n,this.clonePosition()));switch(this.char()){
446
+ var r=this.parseIdentifierIfPossible().value;if(!r)return this.error(pt.MALFORMED_ARGUMENT,Zt(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(pt.EXPECT_ARGUMENT_CLOSING_BRACE,Zt(n,this.clonePosition()));switch(this.char()){
447
447
  // Simple argument: `{name}`
448
448
  case 125/* `}` */:// `}`
449
- return this.bump(),{val:{type:gt.argument,
449
+ return this.bump(),{val:{type:mt.argument,
450
450
  // value does not include the opening and closing braces.
451
- value:r,location:Xt(n,this.clonePosition())},err:null};
451
+ value:r,location:Zt(n,this.clonePosition())},err:null};
452
452
  // Argument with options: `{name, format, ...}`
453
453
  case 44/* `,` */:return this.bump(),// `,`
454
- this.bumpSpace(),this.isEOF()?this.error(mt.EXPECT_ARGUMENT_CLOSING_BRACE,Xt(n,this.clonePosition())):this.parseArgumentOptions(e,t,r,n);default:return this.error(mt.MALFORMED_ARGUMENT,Xt(n,this.clonePosition()))}},
454
+ this.bumpSpace(),this.isEOF()?this.error(pt.EXPECT_ARGUMENT_CLOSING_BRACE,Zt(n,this.clonePosition())):this.parseArgumentOptions(e,t,r,n);default:return this.error(pt.MALFORMED_ARGUMENT,Zt(n,this.clonePosition()))}},
455
455
  /**
456
456
  * Advance the parser until the end of the identifier, if it is currently on
457
457
  * an identifier character. Return an empty string otherwise.
458
458
  */
459
- e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),n=on(this.message,t),r=t+n.length;return this.bumpTo(r),{value:n,location:Xt(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,n,r){var i,o=this.clonePosition(),s=this.parseIdentifierIfPossible().value,a=this.clonePosition();
459
+ e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),n=rn(this.message,t),r=t+n.length;return this.bumpTo(r),{value:n,location:Zt(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,n,r){var i,o=this.clonePosition(),s=this.parseIdentifierIfPossible().value,a=this.clonePosition();
460
460
  // Parse this range:
461
461
  // {name, type, style}
462
462
  // ^---^
463
463
  switch(s){case"":
464
464
  // Expecting a style string number, date, time, plural, selectordinal, or select.
465
- return this.error(mt.EXPECT_ARGUMENT_TYPE,Xt(o,a));case"number":case"date":case"time":
465
+ return this.error(pt.EXPECT_ARGUMENT_TYPE,Zt(o,a));case"number":case"date":case"time":
466
466
  // Parse this range:
467
467
  // {name, number, style}
468
468
  // ^-------^
469
- 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());
469
+ this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((y=this.parseSimpleArgStyleIfPossible()).err)return y;if(0===(f=un(y.val)).length)return this.error(pt.EXPECT_ARGUMENT_STYLE,Zt(this.clonePosition(),this.clonePosition()));l={style:f,styleLocation:Zt(c,this.clonePosition())}}if((b=this.tryParseArgumentClose(r)).err)return b;var u=Zt(r,this.clonePosition());
470
470
  // Extract style or skeleton
471
- if(l&&sn(null==l?void 0:l.style,"::",0)){
471
+ if(l&&on(null==l?void 0:l.style,"::",0)){
472
472
  // Skeleton starts with `::`.
473
- 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;
473
+ var h=cn(l.style.slice(2));if("number"===s)return(y=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?y:{val:{type:mt.number,value:n,location:u,style:y.val},err:null};if(0===h.length)return this.error(pt.EXPECT_DATE_TIME_SKELETON,u);var d=h;
474
474
  // Get "best match" pattern only if locale is passed, if not, let it
475
475
  // pass as-is where `parseDateTimeSkeleton()` will throw an error
476
476
  // for unsupported patterns.
477
- 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?At(d):{}};return{val:{type:"date"===s?gt.date:gt.time,value:n,location:u,style:f},err:null}}
477
+ 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=Vt(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:gt.dateTime,pattern:d,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?Ft(d):{}};return{val:{type:"date"===s?mt.date:mt.time,value:n,location:u,style:f},err:null}}
478
478
  // Regular style or no style.
479
- 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":
479
+ return{val:{type:"number"===s?mt.number:"date"===s?mt.date:mt.time,value:n,location:u,style:null!==(i=null==l?void 0:l.style)&&void 0!==i?i:null},err:null};case"plural":case"selectordinal":case"select":
480
480
  // Parse this range:
481
481
  // {name, plural, options}
482
482
  // ^---------^
483
- var p=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(mt.EXPECT_SELECT_ARGUMENT_OPTIONS,Xt(p,bt({},p)));this.bumpSpace();
483
+ var p=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(pt.EXPECT_SELECT_ARGUMENT_OPTIONS,Zt(p,yt({},p)));this.bumpSpace();
484
484
  // Parse offset:
485
485
  // {name, plural, offset:1, options}
486
486
  // ^-----^
487
487
  // or the first option:
488
488
  // {name, plural, one {...} other {...}}
489
489
  // ^--^
490
- 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;
490
+ var m=this.parseIdentifierIfPossible(),g=0;if("select"!==s&&"offset"===m.value){if(!this.bumpIf(":"))return this.error(pt.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Zt(this.clonePosition(),this.clonePosition()));var y;if(this.bumpSpace(),(y=this.tryParseDecimalInteger(pt.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,pt.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return y;
491
491
  // Parse another identifier for option parsing
492
- 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){
492
+ 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 _=Zt(r,this.clonePosition());return"select"===s?{val:{type:mt.select,value:n,options:an(v.val),location:_},err:null}:{val:{type:mt.plural,value:n,options:an(v.val),offset:g,pluralType:"plural"===s?"cardinal":"ordinal",location:_},err:null};default:return this.error(pt.INVALID_ARGUMENT_TYPE,Zt(o,a))}},e.prototype.tryParseArgumentClose=function(e){
493
493
  // Parse: {value, number, ::currency/GBP }
494
- return this.isEOF()||125/* `}` */!==this.char()?this.error(mt.EXPECT_ARGUMENT_CLOSING_BRACE,Xt(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},
494
+ return this.isEOF()||125/* `}` */!==this.char()?this.error(pt.EXPECT_ARGUMENT_CLOSING_BRACE,Zt(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},
495
495
  /**
496
496
  * See: https://github.com/unicode-org/icu/blob/af7ed1f6d2298013dc303628438ec4abe1f16479/icu4c/source/common/messagepattern.cpp#L659
497
497
  */
498
498
  e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();){switch(this.char()){case 39/* `'` */:
499
499
  // Treat apostrophe as quoting but include it in the style part.
500
500
  // Find the end of the quoted literal text.
501
- 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");
501
+ this.bump();var n=this.clonePosition();if(!this.bumpUntil("'"))return this.error(pt.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Zt(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");
502
502
  // Parse the skeleton
503
- for(var t=[],n=0,r=e.split(Pt).filter((function(e){return e.length>0}));n<r.length;n++){var i=r[n].split("/");if(0===i.length)throw new Error("Invalid number skeleton");for(var o=i[0],s=i.slice(1),a=0,l=s;a<l.length;a++)if(0===l[a].length)throw new Error("Invalid number skeleton");t.push({stem:o,options:s})}return t}(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}},
503
+ for(var t=[],n=0,r=e.split(Pt).filter((function(e){return e.length>0}));n<r.length;n++){var i=r[n].split("/");if(0===i.length)throw new Error("Invalid number skeleton");for(var o=i[0],s=i.slice(1),a=0,l=s;a<l.length;a++)if(0===l[a].length)throw new Error("Invalid number skeleton");t.push({stem:o,options:s})}return t}(e)}catch(e){return this.error(pt.INVALID_NUMBER_SKELETON,t)}return{val:{type:gt.number,tokens:n,location:t,parsedOptions:this.shouldParseSkeletons?Ut(n):{}},err:null}},
504
504
  /**
505
505
  * @param nesting_level The current nesting level of messages.
506
506
  * This can be positive when parsing message fragment in select or plural argument options.
@@ -517,24 +517,24 @@ e.prototype.tryParsePluralOrSelectOptions=function(e,t,n,r){
517
517
  // ^--^
518
518
  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;
519
519
  // Try parse `={number}` selector
520
- 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())}
520
+ var h=this.tryParseDecimalInteger(pt.EXPECT_PLURAL_ARGUMENT_SELECTOR,pt.INVALID_PLURAL_ARGUMENT_SELECTOR);if(h.err)return h;c=Zt(u,this.clonePosition()),l=this.message.slice(u.offset,this.offset())}
521
521
  // Duplicate selector clauses
522
- if(a.has(l))return this.error("select"===t?mt.DUPLICATE_SELECT_ARGUMENT_SELECTOR:mt.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,c);"other"===l&&(o=!0),
522
+ if(a.has(l))return this.error("select"===t?pt.DUPLICATE_SELECT_ARGUMENT_SELECTOR:pt.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,c);"other"===l&&(o=!0),
523
523
  // Parse:
524
524
  // one {one apple}
525
525
  // ^----------^
526
- this.bumpSpace();var d=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===t?mt.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:mt.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,Xt(this.clonePosition(),this.clonePosition()));var f=this.parseMessage(e+1,t,n);if(f.err)return f;var p=this.tryParseArgumentClose(d);if(p.err)return p;s.push([l,{value:f.val,location:Xt(d,this.clonePosition())}]),
526
+ this.bumpSpace();var d=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===t?pt.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:pt.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,Zt(this.clonePosition(),this.clonePosition()));var f=this.parseMessage(e+1,t,n);if(f.err)return f;var p=this.tryParseArgumentClose(d);if(p.err)return p;s.push([l,{value:f.val,location:Zt(d,this.clonePosition())}]),
527
527
  // Keep track of the existing selectors
528
528
  a.add(l),
529
529
  // Prep next selector clause.
530
- 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(){
530
+ this.bumpSpace(),l=(i=this.parseIdentifierIfPossible()).value,c=i.location}return 0===s.length?this.error("select"===t?pt.EXPECT_SELECT_ARGUMENT_SELECTOR:pt.EXPECT_PLURAL_ARGUMENT_SELECTOR,Zt(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(pt.MISSING_OTHER_CLAUSE,Zt(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=Zt(r,this.clonePosition());return i?tn(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(){
531
531
  // This is much faster than `Object.assign` or spread.
532
532
  return{offset:this.position.offset,line:this.position.line,column:this.position.column}},
533
533
  /**
534
534
  * Return the code point at the current position of the parser.
535
535
  * Throws if the index is out of bound.
536
536
  */
537
- 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}}},
537
+ e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=ln(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}}},
538
538
  /** Bump the parser to the next UTF-16 code unit. */
539
539
  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,
540
540
  // 0 ~ 0x10000 -> unicode BMP, otherwise skip the surrogate pair.
@@ -545,7 +545,7 @@ this.position.offset+=e<65536?1:2)}},
545
545
  * following the prefix and return true. Otherwise, don't bump the parser
546
546
  * and return false.
547
547
  */
548
- e.prototype.bumpIf=function(e){if(sn(this.message,e,this.offset())){for(var t=0;t<e.length;t++)this.bump();return!0}return!1},
548
+ e.prototype.bumpIf=function(e){if(on(this.message,e,this.offset())){for(var t=0;t<e.length;t++)this.bump();return!0}return!1},
549
549
  /**
550
550
  * Bump the parser until the pattern character is found and return `true`.
551
551
  * Otherwise bump to the end of the file and return `false`.
@@ -557,7 +557,7 @@ e.prototype.bumpUntil=function(e){var t=this.offset(),n=this.message.indexOf(e,t
557
557
  */
558
558
  e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},
559
559
  /** advance the parser through all whitespace to the next non-whitespace code unit. */
560
- e.prototype.bumpSpace=function(){for(;!this.isEOF()&&gn(this.char());)this.bump()},
560
+ e.prototype.bumpSpace=function(){for(;!this.isEOF()&&mn(this.char());)this.bump()},
561
561
  /**
562
562
  * Peek at the *next* Unicode codepoint in the input without advancing the parser.
563
563
  * If the input has been exhausted, then this returns null.
@@ -567,88 +567,88 @@ e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this
567
567
  * This check if codepoint is alphabet (lower & uppercase)
568
568
  * @param codepoint
569
569
  * @returns
570
- */function mn(e){return e>=97&&e<=122||e>=65&&e<=90}
570
+ */function pn(e){return e>=97&&e<=122||e>=65&&e<=90}
571
571
  /**
572
572
  * Code point equivalent of regex `\p{White_Space}`.
573
573
  * From: https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt
574
574
  */
575
- function gn(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}
575
+ function mn(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}
576
576
  /**
577
577
  * Code point equivalent of regex `\p{Pattern_Syntax}`.
578
578
  * See https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt
579
- */function yn(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 bn(e){e.forEach((function(e){if(delete e.location,Tt(e)||xt(e))for(var t in e.options)delete e.options[t].location,bn(e.options[t].value);else kt(e)&&Mt(e.style)||(Et(e)||St(e))&&Ot(e.style)?delete e.style.location:Dt(e)&&bn(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]);
579
+ */function gn(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 yn(e){e.forEach((function(e){if(delete e.location,St(e)||Tt(e))for(var t in e.options)delete e.options[t].location,yn(e.options[t].value);else wt(e)&&Dt(e.style)||(kt(e)||Et(e))&&Mt(e.style)?delete e.style.location:Lt(e)&&yn(e.children)}))}function bn(e,t){void 0===t&&(t={}),t=yt({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var n=new fn(e,t).parse();if(n.err){var r=SyntaxError(pt[n.err.kind]);
580
580
  // @ts-expect-error Assign to error object
581
581
  throw r.location=n.err.location,
582
582
  // @ts-expect-error Assign to error object
583
- r.originalMessage=n.err.message,r}return(null==t?void 0:t.captureLocation)||bn(n.val),n.val}
583
+ r.originalMessage=n.err.message,r}return(null==t?void 0:t.captureLocation)||yn(n.val),n.val}
584
584
 
585
585
  // Main
586
586
 
587
- function _n(e,t){var n=t&&t.cache?t.cache:Dn,r=t&&t.serializer?t.serializer:Tn;return(t&&t.strategy?t.strategy:Sn)(e,{cache:n,serializer:r})}
587
+ function vn(e,t){var n=t&&t.cache?t.cache:Ln,r=t&&t.serializer?t.serializer:Sn;return(t&&t.strategy?t.strategy:En)(e,{cache:n,serializer:r})}
588
588
 
589
589
  // Strategy
590
590
 
591
- function wn(e,t,n,r){var i,o=null==(i=r)||"number"==typeof i||"boolean"==typeof i?r:n(r),s=t.get(o);return void 0===s&&(s=e.call(this,r),t.set(o,s)),s}function kn(e,t,n){var r=Array.prototype.slice.call(arguments,3),i=n(r),o=t.get(i);return void 0===o&&(o=e.apply(this,r),t.set(i,o)),o}function En(e,t,n,r,i){return n.bind(t,e,r,i)}function Sn(e,t){return En(e,this,1===e.length?wn:kn,t.cache.create(),t.serializer)}
591
+ function _n(e,t,n,r){var i,o=null==(i=r)||"number"==typeof i||"boolean"==typeof i?r:n(r),s=t.get(o);return void 0===s&&(s=e.call(this,r),t.set(o,s)),s}function wn(e,t,n){var r=Array.prototype.slice.call(arguments,3),i=n(r),o=t.get(i);return void 0===o&&(o=e.apply(this,r),t.set(i,o)),o}function kn(e,t,n,r,i){return n.bind(t,e,r,i)}function En(e,t){return kn(e,this,1===e.length?_n:wn,t.cache.create(),t.serializer)}
592
592
  // Serializer
593
- var Tn=function(){return JSON.stringify(arguments)};
593
+ var Sn=function(){return JSON.stringify(arguments)};
594
594
 
595
595
  // Cache
596
596
 
597
- function xn(){this.cache=Object.create(null)}xn.prototype.get=function(e){return this.cache[e]},xn.prototype.set=function(e,t){this.cache[e]=t};var Ln,Dn={create:function(){
597
+ function Tn(){this.cache=Object.create(null)}Tn.prototype.get=function(e){return this.cache[e]},Tn.prototype.set=function(e,t){this.cache[e]=t};var xn,Ln={create:function(){
598
598
  // @ts-ignore
599
- return new xn}},Mn={variadic:function(e,t){return En(e,this,kn,t.cache.create(),t.serializer)},monadic:function(e,t){return En(e,this,wn,t.cache.create(),t.serializer)}};!function(e){
599
+ return new Tn}},Dn={variadic:function(e,t){return kn(e,this,wn,t.cache.create(),t.serializer)},monadic:function(e,t){return kn(e,this,_n,t.cache.create(),t.serializer)}};!function(e){
600
600
  // When we have a placeholder but no value to format
601
601
  e.MISSING_VALUE="MISSING_VALUE",
602
602
  // When value supplied is invalid
603
603
  e.INVALID_VALUE="INVALID_VALUE",
604
604
  // When we need specific Intl API but it's not available
605
- e.MISSING_INTL_API="MISSING_INTL_API"}(Ln||(Ln={}));var On,Fn=/** @class */function(e){function t(t,n,r){var i=e.call(this,t)||this;return i.code=n,i.originalMessage=r,i}return pt(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),In=/** @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('", "'),'"'),Ln.INVALID_VALUE,i)||this}return pt(t,e),t}(Fn),An=/** @class */function(e){function t(t,n,r){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(n),Ln.INVALID_VALUE,r)||this}return pt(t,e),t}(Fn),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,'"'),Ln.MISSING_VALUE,n)||this}return pt(t,e),t}(Fn);function $n(e){return"function"==typeof e}
605
+ e.MISSING_INTL_API="MISSING_INTL_API"}(xn||(xn={}));var Mn,On=/** @class */function(e){function t(t,n,r){var i=e.call(this,t)||this;return i.code=n,i.originalMessage=r,i}return ft(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),In=/** @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('", "'),'"'),xn.INVALID_VALUE,i)||this}return ft(t,e),t}(On),Fn=/** @class */function(e){function t(t,n,r){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(n),xn.INVALID_VALUE,r)||this}return ft(t,e),t}(On),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,'"'),xn.MISSING_VALUE,n)||this}return ft(t,e),t}(On);function An(e){return"function"==typeof e}
606
606
  // TODO(skeleton): add skeleton support
607
- function Hn(e,t,n,r,i,o,
607
+ function $n(e,t,n,r,i,o,
608
608
  // For debugging
609
609
  s){
610
610
  // Hot path for straight simple msg translations
611
- if(1===e.length&&_t(e[0]))return[{type:On.literal,value:e[0].value}];for(var a=[],l=0,c=e;l<c.length;l++){var u=c[l];
611
+ if(1===e.length&&vt(e[0]))return[{type:Mn.literal,value:e[0].value}];for(var a=[],l=0,c=e;l<c.length;l++){var u=c[l];
612
612
  // Exit early for string parts.
613
- if(_t(u))a.push({type:On.literal,value:u.value});else
613
+ if(vt(u))a.push({type:Mn.literal,value:u.value});else
614
614
  // TODO: should this part be literal type?
615
615
  // Replace `#` in plural rules with the actual numeric value.
616
- if(Lt(u))"number"==typeof o&&a.push({type:On.literal,value:n.getNumberFormat(t).format(o)});else{var h=u.value;
616
+ if(xt(u))"number"==typeof o&&a.push({type:Mn.literal,value:n.getNumberFormat(t).format(o)});else{var h=u.value;
617
617
  // Enforce that all required values are provided by the caller.
618
- 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?On.literal:On.object,value:d});else
618
+ if(!i||!(h in i))throw new Pn(h,s);var d=i[h];if(_t(u))d&&"string"!=typeof d&&"number"!=typeof d||(d="string"==typeof d||"number"==typeof d?String(d):""),a.push({type:"string"==typeof d?Mn.literal:Mn.object,value:d});else
619
619
  // Recursively format plural and select parts' option — which can be a
620
620
  // nested pattern structure. The choosing of the option to use is
621
621
  // abstracted-by and delegated-to the part helper object.
622
- if(Et(u)){var f="string"==typeof u.style?r.date[u.style]:Ot(u.style)?u.style.parsedOptions:void 0;a.push({type:On.literal,value:n.getDateTimeFormat(t,f).format(d)})}else if(St(u)){f="string"==typeof u.style?r.time[u.style]:Ot(u.style)?u.style.parsedOptions:r.time.medium;a.push({type:On.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:On.literal,value:n.getNumberFormat(t,f).format(d)})}else{if(Dt(u)){var p=u.children,m=u.value,g=i[m];if(!$n(g))throw new An(m,"function",s);var y=g(Hn(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?On.literal:On.object,value:e}})))}if(Tt(u)){if(!(b=u.options[d]||u.options.other))throw new In(u.value,d,Object.keys(u.options),s);a.push.apply(a,Hn(b.value,t,n,r,i))}else if(xt(u)){var b;if(!(b=u.options["=".concat(d)])){if(!Intl.PluralRules)throw new Fn('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',Ln.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 In(u.value,d,Object.keys(u.options),s);a.push.apply(a,Hn(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===On.literal&&t.type===On.literal?n.value+=t.value:e.push(t),e}),[])}(a)}
622
+ if(kt(u)){var f="string"==typeof u.style?r.date[u.style]:Mt(u.style)?u.style.parsedOptions:void 0;a.push({type:Mn.literal,value:n.getDateTimeFormat(t,f).format(d)})}else if(Et(u)){f="string"==typeof u.style?r.time[u.style]:Mt(u.style)?u.style.parsedOptions:r.time.medium;a.push({type:Mn.literal,value:n.getDateTimeFormat(t,f).format(d)})}else if(wt(u)){(f="string"==typeof u.style?r.number[u.style]:Dt(u.style)?u.style.parsedOptions:void 0)&&f.scale&&(d*=f.scale||1),a.push({type:Mn.literal,value:n.getNumberFormat(t,f).format(d)})}else{if(Lt(u)){var p=u.children,m=u.value,g=i[m];if(!An(g))throw new Fn(m,"function",s);var y=g($n(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?Mn.literal:Mn.object,value:e}})))}if(St(u)){if(!(b=u.options[d]||u.options.other))throw new In(u.value,d,Object.keys(u.options),s);a.push.apply(a,$n(b.value,t,n,r,i))}else if(Tt(u)){var b;if(!(b=u.options["=".concat(d)])){if(!Intl.PluralRules)throw new On('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',xn.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 In(u.value,d,Object.keys(u.options),s);a.push.apply(a,$n(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===Mn.literal&&t.type===Mn.literal?n.value+=t.value:e.push(t),e}),[])}(a)}
623
623
  /*
624
624
  Copyright (c) 2014, Yahoo! Inc. All rights reserved.
625
625
  Copyrights licensed under the New BSD License.
626
626
  See the accompanying LICENSE file for terms.
627
627
  */
628
628
  // -- MessageFormat --------------------------------------------------------
629
- function Cn(e,t){return t?Object.keys(e).reduce((function(n,r){var i,o;return n[r]=(i=e[r],(o=t[r])?bt(bt(bt({},i||{}),o||{}),Object.keys(i).reduce((function(e,t){return e[t]=bt(bt({},i[t]),o[t]||{}),e}),{})):i),n}),bt({},e)):e}function Bn(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,n){e[t]=n}}}}}!function(e){e[e.literal=0]="literal",e[e.object=1]="object"}(On||(On={}));var Nn=/** @class */function(){function e(t,n,r,i){var o,s=this;if(void 0===n&&(n=e.defaultLocale),this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(e){var t=s.formatToParts(e);
629
+ function Hn(e,t){return t?Object.keys(e).reduce((function(n,r){var i,o;return n[r]=(i=e[r],(o=t[r])?yt(yt(yt({},i||{}),o||{}),Object.keys(i).reduce((function(e,t){return e[t]=yt(yt({},i[t]),o[t]||{}),e}),{})):i),n}),yt({},e)):e}function Cn(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,n){e[t]=n}}}}}!function(e){e[e.literal=0]="literal",e[e.object=1]="object"}(Mn||(Mn={}));var Bn=/** @class */function(){function e(t,n,r,i){var o,s=this;if(void 0===n&&(n=e.defaultLocale),this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(e){var t=s.formatToParts(e);
630
630
  // Hot path for straight simple msg translations
631
- if(1===t.length)return t[0].value;var n=t.reduce((function(e,t){return e.length&&t.type===On.literal&&"string"==typeof e[e.length-1]?e[e.length-1]+=t.value:e.push(t.value),e}),[]);return n.length<=1?n[0]||"":n},this.formatToParts=function(e){return Hn(s.ast,s.locales,s.formatters,s.formats,e,void 0,s.message)},this.resolvedOptions=function(){return{locale:s.resolvedLocale.toString()}},this.getAst=function(){return s.ast},
631
+ if(1===t.length)return t[0].value;var n=t.reduce((function(e,t){return e.length&&t.type===Mn.literal&&"string"==typeof e[e.length-1]?e[e.length-1]+=t.value:e.push(t.value),e}),[]);return n.length<=1?n[0]||"":n},this.formatToParts=function(e){return $n(s.ast,s.locales,s.formatters,s.formats,e,void 0,s.message)},this.resolvedOptions=function(){return{locale:s.resolvedLocale.toString()}},this.getAst=function(){return s.ast},
632
632
  // Defined first because it's used to build the format pattern.
633
633
  this.locales=n,this.resolvedLocale=e.resolveLocale(n),"string"==typeof t){if(this.message=t,!e.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
634
634
  // Parse string messages into an AST.
635
635
  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.");
636
636
  // Creates a new object with the specified `formats` merged with the default
637
637
  // formats.
638
- this.formats=Cn(e.formats,r),this.formatters=i&&i.formatters||(void 0===(o=this.formatterCache)&&(o={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:_n((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:Bn(o.number),strategy:Mn.variadic}),getDateTimeFormat:_n((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:Bn(o.dateTime),strategy:Mn.variadic}),getPluralRules:_n((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:Bn(o.pluralRules),strategy:Mn.variadic})})}return Object.defineProperty(e,"defaultLocale",{get:function(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=(new Intl.NumberFormat).resolvedOptions().locale),e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.resolveLocale=function(e){var t=Intl.NumberFormat.supportedLocalesOf(e);return t.length>0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=vn,
638
+ this.formats=Hn(e.formats,r),this.formatters=i&&i.formatters||(void 0===(o=this.formatterCache)&&(o={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:vn((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.NumberFormat).bind.apply(e,bt([void 0],t,!1)))}),{cache:Cn(o.number),strategy:Dn.variadic}),getDateTimeFormat:vn((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.DateTimeFormat).bind.apply(e,bt([void 0],t,!1)))}),{cache:Cn(o.dateTime),strategy:Dn.variadic}),getPluralRules:vn((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.PluralRules).bind.apply(e,bt([void 0],t,!1)))}),{cache:Cn(o.pluralRules),strategy:Dn.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=bn,
639
639
  // Default format options used as the prototype of the `formats` provided to the
640
640
  // constructor. These are used when constructing the internal Intl.NumberFormat
641
641
  // and Intl.DateTimeFormat instances.
642
- e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();const Rn={},Yn=(e,t,n)=>n?(t in Rn||(Rn[t]={}),e in Rn[t]||(Rn[t][e]=n),n):n,Un=(e,t)=>{if(null==t)return;if(t in Rn&&e in Rn[t])return Rn[t][e];const n=fr(t);for(let r=0;r<n.length;r++){const i=Wn(n[r],e);if(i)return Yn(e,t,i)}};let Gn;const jn=nt({});function Vn(e){return e in Gn}function Wn(e,t){if(!Vn(e))return null;const n=function(e){return Gn[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 zn(e,...t){delete Rn[e],jn.update((n=>(n[e]=dt.all([n[e]||{},...t]),n)))}rt([jn],(([e])=>Object.keys(e))),jn.subscribe((e=>Gn=e));const Zn={};function Xn(e){return Zn[e]}function Kn(e){return null!=e&&fr(e).some((e=>{var t;return null==(t=Xn(e))?void 0:t.size}))}function qn(e,t){const n=Promise.all(t.map((t=>(function(e,t){Zn[e].delete(t),0===Zn[e].size&&delete Zn[e]}(e,t),t().then((e=>e.default||e))))));return n.then((t=>zn(e,...t)))}const Jn={};function Qn(e){if(!Kn(e))return e in Jn?Jn[e]:Promise.resolve();const t=function(e){return fr(e).map((e=>{const t=Xn(e);return[e,t?[...t]:[]]})).filter((([,e])=>e.length>0))}(e);return Jn[e]=Promise.all(t.map((([e,t])=>qn(e,t)))).then((()=>{if(Kn(e))return Qn(e);delete Jn[e]})),Jn[e]}const er={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 tr(){return er}const nr=nt(!1);var rr=Object.defineProperty,ir=Object.defineProperties,or=Object.getOwnPropertyDescriptors,sr=Object.getOwnPropertySymbols,ar=Object.prototype.hasOwnProperty,lr=Object.prototype.propertyIsEnumerable,cr=(e,t,n)=>t in e?rr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;let ur;const hr=nt(null);function dr(e){return e.split("-").map(((e,t,n)=>n.slice(0,t+1).join("-"))).reverse()}function fr(e,t=tr().fallbackLocale){const n=dr(e);return t?[...new Set([...n,...dr(t)])]:n}function pr(){return null!=ur?ur:void 0}hr.subscribe((e=>{ur=null!=e?e:void 0,"undefined"!=typeof window&&null!=e&&document.documentElement.setAttribute("lang",e)}));const mr=(gr=((e,t)=>{for(var n in t||(t={}))ar.call(t,n)&&cr(e,n,t[n]);if(sr)for(var n of sr(t))lr.call(t,n)&&cr(e,n,t[n]);return e})({},hr),ir(gr,or({set:e=>{if(e&&function(e){if(null==e)return;const t=fr(e);for(let e=0;e<t.length;e++){const n=t[e];if(Vn(n))return n}}(e)&&Kn(e)){const{loadingDelay:t}=tr();let n;return"undefined"!=typeof window&&null!=pr()&&t?n=window.setTimeout((()=>nr.set(!0)),t):nr.set(!0),Qn(e).then((()=>{hr.set(e)})).finally((()=>{clearTimeout(n),nr.set(!1)}))}return hr.set(e)}})));var gr;const yr=e=>{const t=Object.create(null);return n=>{const r=JSON.stringify(n);return r in t?t[r]:t[r]=e(n)}};var br=Object.defineProperty,vr=Object.getOwnPropertySymbols,_r=Object.prototype.hasOwnProperty,wr=Object.prototype.propertyIsEnumerable,kr=(e,t,n)=>t in e?br(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Er=(e,t)=>{for(var n in t||(t={}))_r.call(t,n)&&kr(e,n,t[n]);if(vr)for(var n of vr(t))wr.call(t,n)&&kr(e,n,t[n]);return e},Sr=(e,t)=>{var n={};for(var r in e)_r.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&vr)for(var r of vr(e))t.indexOf(r)<0&&wr.call(e,r)&&(n[r]=e[r]);return n};const Tr=(e,t)=>{const{formats:n}=tr();if(e in n&&t in n[e])return n[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},xr=yr((e=>{var t=e,{locale:n,format:r}=t,i=Sr(t,["locale","format"]);if(null==n)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return r&&(i=Tr("number",r)),new Intl.NumberFormat(n,i)})),Lr=yr((e=>{var t=e,{locale:n,format:r}=t,i=Sr(t,["locale","format"]);if(null==n)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return r?i=Tr("date",r):0===Object.keys(i).length&&(i=Tr("date","short")),new Intl.DateTimeFormat(n,i)})),Dr=yr((e=>{var t=e,{locale:n,format:r}=t,i=Sr(t,["locale","format"]);if(null==n)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return r?i=Tr("time",r):0===Object.keys(i).length&&(i=Tr("time","short")),new Intl.DateTimeFormat(n,i)})),Mr=yr((
642
+ e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();const Nn={},Rn=(e,t,n)=>n?(t in Nn||(Nn[t]={}),e in Nn[t]||(Nn[t][e]=n),n):n,Yn=(e,t)=>{if(null==t)return;if(t in Nn&&e in Nn[t])return Nn[t][e];const n=dr(t);for(let r=0;r<n.length;r++){const i=Vn(n[r],e);if(i)return Rn(e,t,i)}};let Un;const Gn=tt({});function jn(e){return e in Un}function Vn(e,t){if(!jn(e))return null;const n=function(e){return Un[e]||null}(e);return function(e,t){if(null==t)return;if(t in e)return e[t];const n=t.split(".");let r=e;for(let e=0;e<n.length;e++)if("object"==typeof r){if(e>0){const t=n.slice(e,n.length).join(".");if(t in r){r=r[t];break}}r=r[n[e]]}else r=void 0;return r}(n,t)}function Wn(e,...t){delete Nn[e],Gn.update((n=>(n[e]=ht.all([n[e]||{},...t]),n)))}nt([Gn],(([e])=>Object.keys(e))),Gn.subscribe((e=>Un=e));const zn={};function Zn(e){return zn[e]}function Xn(e){return null!=e&&dr(e).some((e=>{var t;return null==(t=Zn(e))?void 0:t.size}))}function Kn(e,t){const n=Promise.all(t.map((t=>(function(e,t){zn[e].delete(t),0===zn[e].size&&delete zn[e]}(e,t),t().then((e=>e.default||e))))));return n.then((t=>Wn(e,...t)))}const qn={};function Jn(e){if(!Xn(e))return e in qn?qn[e]:Promise.resolve();const t=function(e){return dr(e).map((e=>{const t=Zn(e);return[e,t?[...t]:[]]})).filter((([,e])=>e.length>0))}(e);return qn[e]=Promise.all(t.map((([e,t])=>Kn(e,t)))).then((()=>{if(Xn(e))return Jn(e);delete qn[e]})),qn[e]}const Qn={fallbackLocale:null,loadingDelay:200,formats:{number:{scientific:{notation:"scientific"},engineering:{notation:"engineering"},compactLong:{notation:"compact",compactDisplay:"long"},compactShort:{notation:"compact",compactDisplay:"short"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0};function er(){return Qn}const tr=tt(!1);var nr=Object.defineProperty,rr=Object.defineProperties,ir=Object.getOwnPropertyDescriptors,or=Object.getOwnPropertySymbols,sr=Object.prototype.hasOwnProperty,ar=Object.prototype.propertyIsEnumerable,lr=(e,t,n)=>t in e?nr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;let cr;const ur=tt(null);function hr(e){return e.split("-").map(((e,t,n)=>n.slice(0,t+1).join("-"))).reverse()}function dr(e,t=er().fallbackLocale){const n=hr(e);return t?[...new Set([...n,...hr(t)])]:n}function fr(){return null!=cr?cr:void 0}ur.subscribe((e=>{cr=null!=e?e:void 0,"undefined"!=typeof window&&null!=e&&document.documentElement.setAttribute("lang",e)}));const pr=(mr=((e,t)=>{for(var n in t||(t={}))sr.call(t,n)&&lr(e,n,t[n]);if(or)for(var n of or(t))ar.call(t,n)&&lr(e,n,t[n]);return e})({},ur),rr(mr,ir({set:e=>{if(e&&function(e){if(null==e)return;const t=dr(e);for(let e=0;e<t.length;e++){const n=t[e];if(jn(n))return n}}(e)&&Xn(e)){const{loadingDelay:t}=er();let n;return"undefined"!=typeof window&&null!=fr()&&t?n=window.setTimeout((()=>tr.set(!0)),t):tr.set(!0),Jn(e).then((()=>{ur.set(e)})).finally((()=>{clearTimeout(n),tr.set(!1)}))}return ur.set(e)}})));var mr;const gr=e=>{const t=Object.create(null);return n=>{const r=JSON.stringify(n);return r in t?t[r]:t[r]=e(n)}};var yr=Object.defineProperty,br=Object.getOwnPropertySymbols,vr=Object.prototype.hasOwnProperty,_r=Object.prototype.propertyIsEnumerable,wr=(e,t,n)=>t in e?yr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,kr=(e,t)=>{for(var n in t||(t={}))vr.call(t,n)&&wr(e,n,t[n]);if(br)for(var n of br(t))_r.call(t,n)&&wr(e,n,t[n]);return e},Er=(e,t)=>{var n={};for(var r in e)vr.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&br)for(var r of br(e))t.indexOf(r)<0&&_r.call(e,r)&&(n[r]=e[r]);return n};const Sr=(e,t)=>{const{formats:n}=er();if(e in n&&t in n[e])return n[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},Tr=gr((e=>{var t=e,{locale:n,format:r}=t,i=Er(t,["locale","format"]);if(null==n)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return r&&(i=Sr("number",r)),new Intl.NumberFormat(n,i)})),xr=gr((e=>{var t=e,{locale:n,format:r}=t,i=Er(t,["locale","format"]);if(null==n)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return r?i=Sr("date",r):0===Object.keys(i).length&&(i=Sr("date","short")),new Intl.DateTimeFormat(n,i)})),Lr=gr((e=>{var t=e,{locale:n,format:r}=t,i=Er(t,["locale","format"]);if(null==n)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return r?i=Sr("time",r):0===Object.keys(i).length&&(i=Sr("time","short")),new Intl.DateTimeFormat(n,i)})),Dr=gr((
643
643
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
644
- (e,t=pr())=>new Nn(e,t,tr().formats,{ignoreTag:tr().ignoreTag}))),Or=(e,t={})=>{var n,r,i,o;let s=t;"object"==typeof e&&(s=e,e=s.id);const{values:a,locale:l=pr(),default:c}=s;if(null==l)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let u=Un(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=tr()).handleMissingMessage)?void 0:r.call(n,{locale:l,id:e,defaultValue:c}))?i:c)?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},Fr=(e,t)=>((e={})=>{var t=e,{locale:n=pr()}=t,r=Sr(t,["locale"]);return Dr(Er({locale:n},r))})(t).format(e),Ir=(e,t)=>((e={})=>{var t=e,{locale:n=pr()}=t,r=Sr(t,["locale"]);return Lr(Er({locale:n},r))})(t).format(e),Ar=(e,t)=>((e={})=>{var t=e,{locale:n=pr()}=t,r=Sr(t,["locale"]);return xr(Er({locale:n},r))})(t).format(e),Pr=(e,t=pr())=>Un(e,t),$r=rt([mr,jn],(()=>Or));rt([mr],(()=>Fr)),rt([mr],(()=>Ir)),rt([mr],(()=>Ar)),rt([mr,jn],(()=>Pr)),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
+ (e,t=fr())=>new Bn(e,t,er().formats,{ignoreTag:er().ignoreTag}))),Mr=(e,t={})=>{var n,r,i,o;let s=t;"object"==typeof e&&(s=e,e=s.id);const{values:a,locale:l=fr(),default:c}=s;if(null==l)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let u=Yn(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=er()).handleMissingMessage)?void 0:r.call(n,{locale:l,id:e,defaultValue:c}))?i:c)?o:e;if(!a)return u;let h=u;try{h=Dr(u,l).format(a)}catch(t){t instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,t.message)}return h},Or=(e,t)=>((e={})=>{var t=e,{locale:n=fr()}=t,r=Er(t,["locale"]);return Lr(kr({locale:n},r))})(t).format(e),Ir=(e,t)=>((e={})=>{var t=e,{locale:n=fr()}=t,r=Er(t,["locale"]);return xr(kr({locale:n},r))})(t).format(e),Fr=(e,t)=>((e={})=>{var t=e,{locale:n=fr()}=t,r=Er(t,["locale"]);return Tr(kr({locale:n},r))})(t).format(e),Pr=(e,t=fr())=>Yn(e,t),Ar=nt([pr,Gn],(()=>Mr));nt([pr],(()=>Or)),nt([pr],(()=>Ir)),nt([pr],(()=>Fr)),nt([pr,Gn],(()=>Pr)),window.emWidgets={topic:(e,t=0)=>{if(-1==Je.indexOf(e)){let n=new qe(t);Qe[e]=n,Je.push(e)}return Qe[e]}};
645
645
  /**
646
646
  * @name isMobile
647
647
  * @description A method that returns if the browser used to access the app is from a mobile device or not
648
648
  * @param {String} userAgent window.navigator.userAgent
649
649
  * @returns {Boolean} true or false
650
650
  */
651
- const Hr=e=>e.toLowerCase().match(/android/i)?"Android":e.toLowerCase().match(/iphone/i)?"iPhone":e.toLowerCase().match(/ipad|ipod/i)?"iPad":"PC";
651
+ const $r=e=>e.toLowerCase().match(/android/i)?"Android":e.toLowerCase().match(/iphone/i)?"iPhone":e.toLowerCase().match(/ipad|ipod/i)?"iPad":"PC";
652
652
  /**
653
653
  * @name getDevice
654
654
  * @description A method that returns the type of the device
@@ -656,99 +656,99 @@ const Hr=e=>e.toLowerCase().match(/android/i)?"Android":e.toLowerCase().match(/i
656
656
  * @returns {String} Android/iPhone/iPad/PC
657
657
  */
658
658
  /* ../casino-footer-thumbnail/src/CasinoFooterThumbnail.svelte generated by Svelte v3.59.2 */
659
- function Cr(e){let t;function n(e,t){/*sponsorimage*/
660
- return e[1]?jr:/*paymentimage*/e[4]?Gr:/*vendorimage*/e[7]?Ur:/*helperlinkimage*/e[10]?Yr:/*licenseimage*/e[13]?Rr:/*sociallinkimage*/e[16]?Nr: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)}}}
659
+ function Hr(e){let t;function n(e,t){/*sponsorimage*/
660
+ return e[1]?Gr:/*paymentimage*/e[4]?Ur:/*vendorimage*/e[7]?Yr:/*helperlinkimage*/e[10]?Rr:/*licenseimage*/e[13]?Nr:/*sociallinkimage*/e[16]?Br: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),d(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&&f(t)}}}
661
661
  // (64:2) {#if device == 'PC'}
662
- function Br(e){let t;function n(e,t){/*sponsorimage*/
663
- return e[1]?Qr:/*paymentimage*/e[4]?Jr:/*vendorimage*/e[7]?qr:/*helperlinkimage*/e[10]?Kr:/*licenseimage*/e[13]?Xr:/*sociallinkimage*/e[16]?Zr: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)}}}
662
+ function Cr(e){let t;function n(e,t){/*sponsorimage*/
663
+ return e[1]?Jr:/*paymentimage*/e[4]?qr:/*vendorimage*/e[7]?Kr:/*helperlinkimage*/e[10]?Xr:/*licenseimage*/e[13]?Zr:/*sociallinkimage*/e[16]?zr: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),d(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&&f(t)}}}
664
664
  // (174:30)
665
- function Nr(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
+ function Br(e){let t,n,r,i,o,s,l,c;return{c(){t=m("div"),n=m("button"),r=m("img"),w(r,"class","FooterImage"),w(r,"part","FooterImage"),a(r.src,i=/*sociallinkimage*/e[16])||w(r,"src",i),w(r,"title",o=/*sociallinktitle*/e[17]||/*sociallinkurl*/e[15]),w(n,"class",s="FooterLink "+(/*sociallinkurl*/e[15]?"":"FooterLinkDisabled")+" FooterItemAnchor"),w(t,"class","FooterItem SocialItem"),w(t,"part","FooterItem SocialItem")},m(i,o){d(i,t,o),h(t,n),h(n,r),l||(c=_(n,"click",/*click_handler_5*/e[33]),l=!0)},p(e,t){/*sociallinkimage*/65536&t[0]&&!a(r.src,i=/*sociallinkimage*/e[16])&&w(r,"src",i),/*sociallinktitle, sociallinkurl*/163840&t[0]&&o!==(o=/*sociallinktitle*/e[17]||/*sociallinkurl*/e[15])&&w(r,"title",o),/*sociallinkurl*/32768&t[0]&&s!==(s="FooterLink "+(/*sociallinkurl*/e[15]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&w(n,"class",s)},d(e){e&&f(t),l=!1,c()}}}
666
666
  // (167:27)
667
- function Rr(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
+ function Nr(e){let t,n,r,i,o,s,l,c;return{c(){t=m("div"),n=m("button"),r=m("img"),w(r,"class","FooterImage"),w(r,"part","FooterImage"),a(r.src,i=/*licenseimage*/e[13])||w(r,"src",i),w(r,"title",o=/*licensetitle*/e[14]||/*licenseurl*/e[12]),w(n,"class",s="FooterLink "+(/*licenseurl*/e[12]?"":"FooterLinkDisabled")+" FooterItemAnchor"),w(t,"class","FooterItem"),w(t,"part","FooterItem")},m(i,o){d(i,t,o),h(t,n),h(n,r),l||(c=_(n,"click",/*click_handler_4*/e[32]),l=!0)},p(e,t){/*licenseimage*/8192&t[0]&&!a(r.src,i=/*licenseimage*/e[13])&&w(r,"src",i),/*licensetitle, licenseurl*/20480&t[0]&&o!==(o=/*licensetitle*/e[14]||/*licenseurl*/e[12])&&w(r,"title",o),/*licenseurl*/4096&t[0]&&s!==(s="FooterLink "+(/*licenseurl*/e[12]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&w(n,"class",s)},d(e){e&&f(t),l=!1,c()}}}
668
668
  // (157:30)
669
- function Yr(e){let t,n,r,i,o,s,l,c,u,h,m=/*helperlinktitle*/e[11]&&Vr(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=Vr(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
+ function Rr(e){let t,n,r,i,o,s,l,c,u,p,g=/*helperlinktitle*/e[11]&&jr(e);return{c(){t=m("div"),n=m("button"),r=m("img"),s=b(),g&&g.c(),w(r,"class","FooterImage"),w(r,"part","FooterImage"),a(r.src,i=/*helperlinkimage*/e[10])||w(r,"src",i),w(r,"title",o=/*helperlinktitle*/e[11]||/*helperlinkurl*/e[9]),w(n,"class",l=/*helperlinktitle*/(e[11]?"FooterHelperLink":"")+" "+(/*helperlinkurl*/e[9]?"":"FooterLinkDisabled")+" FooterItemAnchor"),w(t,"class",c="FooterItem HelperLinkItem "+(/*displaycolumn*/"true"==e[20]?"DisplayColumn":"")),w(t,"part","FooterItem HelperLinkItem")},m(i,o){d(i,t,o),h(t,n),h(n,r),h(n,s),g&&g.m(n,null),u||(p=_(n,"click",/*click_handler_3*/e[31]),u=!0)},p(e,s){/*helperlinkimage*/1024&s[0]&&!a(r.src,i=/*helperlinkimage*/e[10])&&w(r,"src",i),/*helperlinktitle, helperlinkurl*/2560&s[0]&&o!==(o=/*helperlinktitle*/e[11]||/*helperlinkurl*/e[9])&&w(r,"title",o),/*helperlinktitle*/e[11]?g?g.p(e,s):(g=jr(e),g.c(),g.m(n,null)):g&&(g.d(1),g=null),/*helperlinktitle, helperlinkurl*/2560&s[0]&&l!==(l=/*helperlinktitle*/(e[11]?"FooterHelperLink":"")+" "+(/*helperlinkurl*/e[9]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&w(n,"class",l),/*displaycolumn*/1048576&s[0]&&c!==(c="FooterItem HelperLinkItem "+(/*displaycolumn*/"true"==e[20]?"DisplayColumn":""))&&w(t,"class",c)},d(e){e&&f(t),g&&g.d(),u=!1,p()}}}
670
670
  // (150:26)
671
- function Ur(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
+ function Yr(e){let t,n,r,i,o,s,l,c;return{c(){t=m("div"),n=m("button"),r=m("img"),w(r,"class","FooterImage"),w(r,"part","FooterImage"),a(r.src,i=/*vendorimage*/e[7])||w(r,"src",i),w(r,"title",o=/*vendortitle*/e[8]||/*vendorurl*/e[6]),w(n,"class",s=/*vendorurl*/(e[6]?"":"FooterLinkDisabled")+" FooterItemAnchor"),w(t,"class","FooterItem GameVendorItem"),w(t,"part","FooterItem GameVendorItem")},m(i,o){d(i,t,o),h(t,n),h(n,r),l||(c=_(n,"click",/*click_handler_2*/e[30]),l=!0)},p(e,t){/*vendorimage*/128&t[0]&&!a(r.src,i=/*vendorimage*/e[7])&&w(r,"src",i),/*vendortitle, vendorurl*/320&t[0]&&o!==(o=/*vendortitle*/e[8]||/*vendorurl*/e[6])&&w(r,"title",o),/*vendorurl*/64&t[0]&&s!==(s=/*vendorurl*/(e[6]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&w(n,"class",s)},d(e){e&&f(t),l=!1,c()}}}
672
672
  // (140:27)
673
- function Gr(e){let t,n,r,i,o,s,l,c,u,h=/*paymenttitle*/e[5]&&Wr(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=Wr(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
+ function Ur(e){let t,n,r,i,o,s,l,c,u,p=/*paymenttitle*/e[5]&&Vr(e);return{c(){t=m("div"),n=m("button"),r=m("img"),s=b(),p&&p.c(),w(r,"class","FooterImage"),w(r,"part","FooterImage"),a(r.src,i=/*paymentimage*/e[4])||w(r,"src",i),w(r,"title",o=/*paymenttitle*/e[5]||/*paymenturl*/e[3]),w(n,"class",l=/*paymenttitle*/(e[5]?"FooterPaymentLink":"")+" "+(/*paymenturl*/e[3]?"":"FooterLinkDisabled")+" FooterItemAnchor"),w(t,"class","FooterItem PaymentItem"),w(t,"part","FooterItem PaymentItem")},m(i,o){d(i,t,o),h(t,n),h(n,r),h(n,s),p&&p.m(n,null),c||(u=_(n,"click",/*click_handler_1*/e[29]),c=!0)},p(e,t){/*paymentimage*/16&t[0]&&!a(r.src,i=/*paymentimage*/e[4])&&w(r,"src",i),/*paymenttitle, paymenturl*/40&t[0]&&o!==(o=/*paymenttitle*/e[5]||/*paymenturl*/e[3])&&w(r,"title",o),/*paymenttitle*/e[5]?p?p.p(e,t):(p=Vr(e),p.c(),p.m(n,null)):p&&(p.d(1),p=null),/*paymenttitle, paymenturl*/40&t[0]&&l!==(l=/*paymenttitle*/(e[5]?"FooterPaymentLink":"")+" "+(/*paymenturl*/e[3]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&w(n,"class",l)},d(e){e&&f(t),p&&p.d(),c=!1,u()}}}
674
674
  // (130:4) {#if sponsorimage}
675
- function jr(e){let t,n,r,i,o,s,l,c,u,h=/*sponsortitle*/e[2]&&zr(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=zr(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
+ function Gr(e){let t,n,r,i,o,s,l,c,u,p=/*sponsortitle*/e[2]&&Wr(e);return{c(){t=m("div"),n=m("button"),r=m("img"),s=b(),p&&p.c(),w(r,"class","FooterImage"),w(r,"part","FooterImage"),a(r.src,i=/*sponsorimage*/e[1])||w(r,"src",i),w(r,"title",o=/*sponsortitle*/e[2]||/*sponsorurl*/e[0]),w(n,"class",l=/*sponsortitle*/(e[2]?"FooterSponsorLink":"")+" "+(/*sponsorurl*/e[0]?"":"FooterLinkDisabled")+" FooterItemAnchor"),w(t,"class","FooterItem SponsorItem"),w(t,"part","FooterItem SponsorItem")},m(i,o){d(i,t,o),h(t,n),h(n,r),h(n,s),p&&p.m(n,null),c||(u=_(n,"click",/*click_handler*/e[28]),c=!0)},p(e,t){/*sponsorimage*/2&t[0]&&!a(r.src,i=/*sponsorimage*/e[1])&&w(r,"src",i),/*sponsortitle, sponsorurl*/5&t[0]&&o!==(o=/*sponsortitle*/e[2]||/*sponsorurl*/e[0])&&w(r,"title",o),/*sponsortitle*/e[2]?p?p.p(e,t):(p=Wr(e),p.c(),p.m(n,null)):p&&(p.d(1),p=null),/*sponsortitle, sponsorurl*/5&t[0]&&l!==(l=/*sponsortitle*/(e[2]?"FooterSponsorLink":"")+" "+(/*sponsorurl*/e[0]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&w(n,"class",l)},d(e){e&&f(t),p&&p.d(),c=!1,u()}}}
676
676
  // (162:10) {#if helperlinktitle}
677
- function Vr(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]&&S(n,/*helperlinktitle*/e[11])},d(e){e&&p(t)}}}
677
+ function jr(e){let t,n;return{c(){t=m("p"),n=y(/*helperlinktitle*/e[11]),w(t,"class","HelperTitle"),w(t,"part","HelperTitle")},m(e,r){d(e,t,r),h(t,n)},p(e,t){/*helperlinktitle*/2048&t[0]&&E(n,/*helperlinktitle*/e[11])},d(e){e&&f(t)}}}
678
678
  // (145:10) {#if paymenttitle}
679
- function Wr(e){let t,n;return{c(){t=g("p"),n=b(/*paymenttitle*/e[5]),k(t,"class","PaymentTitle"),k(t,"part","PaymentTitle")},m(e,r){f(e,t,r),d(t,n)},p(e,t){/*paymenttitle*/32&t[0]&&S(n,/*paymenttitle*/e[5])},d(e){e&&p(t)}}}
679
+ function Vr(e){let t,n;return{c(){t=m("p"),n=y(/*paymenttitle*/e[5]),w(t,"class","PaymentTitle"),w(t,"part","PaymentTitle")},m(e,r){d(e,t,r),h(t,n)},p(e,t){/*paymenttitle*/32&t[0]&&E(n,/*paymenttitle*/e[5])},d(e){e&&f(t)}}}
680
680
  // (135:10) {#if sponsortitle}
681
- function zr(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]&&S(n,/*sponsortitle*/e[2])},d(e){e&&p(t)}}}
681
+ function Wr(e){let t,n;return{c(){t=m("p"),n=y(/*sponsortitle*/e[2]),w(t,"class","SponsorTitle"),w(t,"part","SponsorTitle")},m(e,r){d(e,t,r),h(t,n)},p(e,t){/*sponsortitle*/4&t[0]&&E(n,/*sponsortitle*/e[2])},d(e){e&&f(t)}}}
682
682
  // (119:30)
683
- function Zr(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
+ function zr(e){let t,n,r,i,o,s,l,c;return{c(){t=m("div"),n=m("a"),r=m("img"),w(r,"class","FooterImage"),w(r,"part","FooterImage"),a(r.src,i=/*sociallinkimage*/e[16])||w(r,"src",i),w(r,"title",o=/*sociallinktitle*/e[17]||/*sociallinkurl*/e[15]),w(n,"class",s="FooterLink "+(/*sociallinkurl*/e[15]?"":"FooterLinkDisabled")+" FooterItemAnchor"),w(n,"part",l="FooterLink "+(/*sociallinkurl*/e[15]?"":"FooterLinkDisabled")+" FooterItemAnchor"),w(n,"href",c=/*linktype*/e[19]?/*sociallinkurl*/e[15]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*sociallinkurl*/+e[15]),w(n,"target",/*target*/e[18]),w(t,"class","FooterItem SocialItem"),w(t,"part","FooterItem SocialItem")},m(e,i){d(e,t,i),h(t,n),h(n,r)},p(e,t){/*sociallinkimage*/65536&t[0]&&!a(r.src,i=/*sociallinkimage*/e[16])&&w(r,"src",i),/*sociallinktitle, sociallinkurl*/163840&t[0]&&o!==(o=/*sociallinktitle*/e[17]||/*sociallinkurl*/e[15])&&w(r,"title",o),/*sociallinkurl*/32768&t[0]&&s!==(s="FooterLink "+(/*sociallinkurl*/e[15]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&w(n,"class",s),/*sociallinkurl*/32768&t[0]&&l!==(l="FooterLink "+(/*sociallinkurl*/e[15]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&w(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])&&w(n,"href",c),/*target*/262144&t[0]&&w(n,"target",/*target*/e[18])},d(e){e&&f(t)}}}
684
684
  // (110:27)
685
- function Xr(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
+ function Zr(e){let t,n,r,i,o,s,l,c;return{c(){t=m("div"),n=m("a"),r=m("img"),w(r,"class","FooterImage"),w(r,"part","FooterImage"),a(r.src,i=/*licenseimage*/e[13])||w(r,"src",i),w(r,"title",o=/*licensetitle*/e[14]||/*licenseurl*/e[12]),w(n,"class",s="FooterLink "+(/*licenseurl*/e[12]?"":"FooterLinkDisabled")+" FooterItemAnchor"),w(n,"part",l="FooterLink "+(/*licenseurl*/e[12]?"":"FooterLinkDisabled")+" FooterItemAnchor"),w(n,"href",c=/*linktype*/e[19]?/*licenseurl*/e[12]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*licenseurl*/+e[12]),w(n,"target",/*target*/e[18]),w(t,"class","FooterItem"),w(t,"part","FooterItem")},m(e,i){d(e,t,i),h(t,n),h(n,r)},p(e,t){/*licenseimage*/8192&t[0]&&!a(r.src,i=/*licenseimage*/e[13])&&w(r,"src",i),/*licensetitle, licenseurl*/20480&t[0]&&o!==(o=/*licensetitle*/e[14]||/*licenseurl*/e[12])&&w(r,"title",o),/*licenseurl*/4096&t[0]&&s!==(s="FooterLink "+(/*licenseurl*/e[12]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&w(n,"class",s),/*licenseurl*/4096&t[0]&&l!==(l="FooterLink "+(/*licenseurl*/e[12]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&w(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])&&w(n,"href",c),/*target*/262144&t[0]&&w(n,"target",/*target*/e[18])},d(e){e&&f(t)}}}
686
686
  // (98:30)
687
- function Kr(e){let t,n,r,i,o,s,l,c,u,h,m=/*helperlinktitle*/e[11]&&ei(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=ei(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
+ function Xr(e){let t,n,r,i,o,s,l,c,u,p,g=/*helperlinktitle*/e[11]&&Qr(e);return{c(){t=m("div"),n=m("a"),r=m("img"),s=b(),g&&g.c(),w(r,"class","FooterImage"),w(r,"part","FooterImage"),a(r.src,i=/*helperlinkimage*/e[10])||w(r,"src",i),w(r,"title",o=/*helperlinktitle*/e[11]||/*helperlinkurl*/e[9]),w(n,"class",l=/*helperlinktitle*/(e[11]?"FooterHelperLink":"")+" "+(/*helperlinkurl*/e[9]?"":"FooterLinkDisabled")+" FooterItemAnchor"),w(n,"part",c=/*helperlinktitle*/(e[11]?"FooterHelperLink":"")+" "+(/*helperlinkurl*/e[9]?"":"FooterLinkDisabled")+" FooterItemAnchor"),w(n,"href",u=/*linktype*/e[19]?/*helperlinkurl*/e[9]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*helperlinkurl*/+e[9]),w(n,"target",/*target*/e[18]),w(t,"class",p="FooterItem HelperLinkItem "+(/*displaycolumn*/"true"==e[20]?"DisplayColumn":"")),w(t,"part","FooterItem HelperLinkItem")},m(e,i){d(e,t,i),h(t,n),h(n,r),h(n,s),g&&g.m(n,null)},p(e,s){/*helperlinkimage*/1024&s[0]&&!a(r.src,i=/*helperlinkimage*/e[10])&&w(r,"src",i),/*helperlinktitle, helperlinkurl*/2560&s[0]&&o!==(o=/*helperlinktitle*/e[11]||/*helperlinkurl*/e[9])&&w(r,"title",o),/*helperlinktitle*/e[11]?g?g.p(e,s):(g=Qr(e),g.c(),g.m(n,null)):g&&(g.d(1),g=null),/*helperlinktitle, helperlinkurl*/2560&s[0]&&l!==(l=/*helperlinktitle*/(e[11]?"FooterHelperLink":"")+" "+(/*helperlinkurl*/e[9]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&w(n,"class",l),/*helperlinktitle, helperlinkurl*/2560&s[0]&&c!==(c=/*helperlinktitle*/(e[11]?"FooterHelperLink":"")+" "+(/*helperlinkurl*/e[9]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&w(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])&&w(n,"href",u),/*target*/262144&s[0]&&w(n,"target",/*target*/e[18]),/*displaycolumn*/1048576&s[0]&&p!==(p="FooterItem HelperLinkItem "+(/*displaycolumn*/"true"==e[20]?"DisplayColumn":""))&&w(t,"class",p)},d(e){e&&f(t),g&&g.d()}}}
688
688
  // (89:26)
689
- function qr(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
+ function Kr(e){let t,n,r,i,o,s,l,c;return{c(){t=m("div"),n=m("a"),r=m("img"),w(r,"class","FooterImage"),w(r,"part","FooterImage"),a(r.src,i=/*vendorimage*/e[7])||w(r,"src",i),w(r,"title",o=/*vendortitle*/e[8]||/*vendorurl*/e[6]),w(n,"class",s=/*vendorurl*/(e[6]?"":"FooterLinkDisabled")+" FooterItemAnchor"),w(n,"part",l=/*vendorurl*/(e[6]?"":"FooterLinkDisabled")+" FooterItemAnchor"),w(n,"href",c=/*linktype*/e[19]?/*vendorurl*/e[6]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*vendorurl*/+e[6]),w(n,"target",/*target*/e[18]),w(t,"class","FooterItem GameVendorItem"),w(t,"part","FooterItem GameVendorItem")},m(e,i){d(e,t,i),h(t,n),h(n,r)},p(e,t){/*vendorimage*/128&t[0]&&!a(r.src,i=/*vendorimage*/e[7])&&w(r,"src",i),/*vendortitle, vendorurl*/320&t[0]&&o!==(o=/*vendortitle*/e[8]||/*vendorurl*/e[6])&&w(r,"title",o),/*vendorurl*/64&t[0]&&s!==(s=/*vendorurl*/(e[6]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&w(n,"class",s),/*vendorurl*/64&t[0]&&l!==(l=/*vendorurl*/(e[6]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&w(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])&&w(n,"href",c),/*target*/262144&t[0]&&w(n,"target",/*target*/e[18])},d(e){e&&f(t)}}}
690
690
  // (77:27)
691
- function Jr(e){let t,n,r,i,o,s,l,c,u,h=/*paymenttitle*/e[5]&&ti(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=ti(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
+ function qr(e){let t,n,r,i,o,s,l,c,u,p=/*paymenttitle*/e[5]&&ei(e);return{c(){t=m("div"),n=m("a"),r=m("img"),s=b(),p&&p.c(),w(r,"class","FooterImage"),w(r,"part","FooterImage"),a(r.src,i=/*paymentimage*/e[4])||w(r,"src",i),w(r,"title",o=/*paymenttitle*/e[5]||/*paymenturl*/e[3]),w(n,"class",l=/*paymenttitle*/(e[5]?"FooterPaymentLink":"")+" "+(/*paymenturl*/e[3]?"":"FooterLinkDisabled")+" FooterItemAnchor"),w(n,"part",c=/*paymenttitle*/(e[5]?"FooterPaymentLink":"")+" "+(/*paymenturl*/e[3]?"":"FooterLinkDisabled")+" FooterItemAnchor"),w(n,"href",u=/*linktype*/e[19]?/*paymenturl*/e[3]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*paymenturl*/+e[3]),w(n,"target",/*target*/e[18]),w(t,"class","FooterItem PaymentItem"),w(t,"part","FooterItem PaymentItem")},m(e,i){d(e,t,i),h(t,n),h(n,r),h(n,s),p&&p.m(n,null)},p(e,t){/*paymentimage*/16&t[0]&&!a(r.src,i=/*paymentimage*/e[4])&&w(r,"src",i),/*paymenttitle, paymenturl*/40&t[0]&&o!==(o=/*paymenttitle*/e[5]||/*paymenturl*/e[3])&&w(r,"title",o),/*paymenttitle*/e[5]?p?p.p(e,t):(p=ei(e),p.c(),p.m(n,null)):p&&(p.d(1),p=null),/*paymenttitle, paymenturl*/40&t[0]&&l!==(l=/*paymenttitle*/(e[5]?"FooterPaymentLink":"")+" "+(/*paymenturl*/e[3]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&w(n,"class",l),/*paymenttitle, paymenturl*/40&t[0]&&c!==(c=/*paymenttitle*/(e[5]?"FooterPaymentLink":"")+" "+(/*paymenturl*/e[3]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&w(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])&&w(n,"href",u),/*target*/262144&t[0]&&w(n,"target",/*target*/e[18])},d(e){e&&f(t),p&&p.d()}}}
692
692
  // (65:4) {#if sponsorimage}
693
- function Qr(e){let t,n,r,i,o,s,l,c,u,h=/*sponsortitle*/e[2]&&ni(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=ni(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
+ function Jr(e){let t,n,r,i,o,s,l,c,u,p=/*sponsortitle*/e[2]&&ti(e);return{c(){t=m("div"),n=m("a"),r=m("img"),s=b(),p&&p.c(),w(r,"class","FooterImage"),w(r,"part","FooterImage"),a(r.src,i=/*sponsorimage*/e[1])||w(r,"src",i),w(r,"title",o=/*sponsortitle*/e[2]||/*sponsorurl*/e[0]),w(n,"class",l=/*sponsortitle*/(e[2]?"FooterSponsorLink":"")+" "+(/*sponsorurl*/e[0]?"":"FooterLinkDisabled")+" FooterItemAnchor"),w(n,"part",c=/*sponsortitle*/(e[2]?"FooterSponsorLink":"")+" "+(/*sponsorurl*/e[0]?"":"FooterLinkDisabled")+" FooterItemAnchor"),w(n,"href",u=/*linktype*/e[19]?/*sponsorurl*/e[0]:/*baseurl*/e[21]+`/${/*lang*/e[22]}/`/*sponsorurl*/+e[0]),w(n,"target",/*target*/e[18]),w(t,"class","FooterItem SponsorItem"),w(t,"part","FooterItem SponsorItem")},m(e,i){d(e,t,i),h(t,n),h(n,r),h(n,s),p&&p.m(n,null)},p(e,t){/*sponsorimage*/2&t[0]&&!a(r.src,i=/*sponsorimage*/e[1])&&w(r,"src",i),/*sponsortitle, sponsorurl*/5&t[0]&&o!==(o=/*sponsortitle*/e[2]||/*sponsorurl*/e[0])&&w(r,"title",o),/*sponsortitle*/e[2]?p?p.p(e,t):(p=ti(e),p.c(),p.m(n,null)):p&&(p.d(1),p=null),/*sponsortitle, sponsorurl*/5&t[0]&&l!==(l=/*sponsortitle*/(e[2]?"FooterSponsorLink":"")+" "+(/*sponsorurl*/e[0]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&w(n,"class",l),/*sponsortitle, sponsorurl*/5&t[0]&&c!==(c=/*sponsortitle*/(e[2]?"FooterSponsorLink":"")+" "+(/*sponsorurl*/e[0]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&w(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])&&w(n,"href",u),/*target*/262144&t[0]&&w(n,"target",/*target*/e[18])},d(e){e&&f(t),p&&p.d()}}}
694
694
  // (105:10) {#if helperlinktitle}
695
- function ei(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]&&S(n,/*helperlinktitle*/e[11])},d(e){e&&p(t)}}}
695
+ function Qr(e){let t,n;return{c(){t=m("p"),n=y(/*helperlinktitle*/e[11]),w(t,"class","HelperTitle"),w(t,"part","HelperTitle")},m(e,r){d(e,t,r),h(t,n)},p(e,t){/*helperlinktitle*/2048&t[0]&&E(n,/*helperlinktitle*/e[11])},d(e){e&&f(t)}}}
696
696
  // (84:10) {#if paymenttitle}
697
- function ti(e){let t,n;return{c(){t=g("p"),n=b(/*paymenttitle*/e[5]),k(t,"class","PaymentTitle"),k(t,"part","PaymentTitle")},m(e,r){f(e,t,r),d(t,n)},p(e,t){/*paymenttitle*/32&t[0]&&S(n,/*paymenttitle*/e[5])},d(e){e&&p(t)}}}
697
+ function ei(e){let t,n;return{c(){t=m("p"),n=y(/*paymenttitle*/e[5]),w(t,"class","PaymentTitle"),w(t,"part","PaymentTitle")},m(e,r){d(e,t,r),h(t,n)},p(e,t){/*paymenttitle*/32&t[0]&&E(n,/*paymenttitle*/e[5])},d(e){e&&f(t)}}}
698
698
  // (72:10) {#if sponsortitle}
699
- function ni(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]&&S(n,/*sponsortitle*/e[2])},d(e){e&&p(t)}}}function ri(t){let n;let r=function(e,t){/*device*/
700
- return"PC"==e[24]?Br:Cr}(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),
701
- /*div_binding*/t[34](n)},p(e,t){i.p(e,t)},i:e,o:e,d(e){e&&p(n),i.d(),
702
- /*div_binding*/t[34](null)}}}function ii(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:S=""}=t,{baseurl:T=""}=t,{lang:x=""}=t,{clientstyling:L=""}=t,{clientstylingurl:D=""}=t,M=window.navigator.userAgent,O=Hr(M);const F=(e,t,n)=>{const r=t,i=r?e:T+`/${x}/`+e;window.postMessage({type:"NavigateTo",path:e,target:n||null,externalLink:r||!1},window.location.href),
699
+ function ti(e){let t,n;return{c(){t=m("p"),n=y(/*sponsortitle*/e[2]),w(t,"class","SponsorTitle"),w(t,"part","SponsorTitle")},m(e,r){d(e,t,r),h(t,n)},p(e,t){/*sponsortitle*/4&t[0]&&E(n,/*sponsortitle*/e[2])},d(e){e&&f(t)}}}function ni(t){let n;let r=function(e,t){/*device*/
700
+ return"PC"==e[24]?Cr:Hr}(t),i=r(t);return{c(){n=m("div"),i.c(),this.c=e,w(n,"class","ThumbnailContainer"),w(n,"part","ThumbnailContainer")},m(e,r){d(e,n,r),i.m(n,null),
701
+ /*div_binding*/t[34](n)},p(e,t){i.p(e,t)},i:e,o:e,d(e){e&&f(n),i.d(),
702
+ /*div_binding*/t[34](null)}}}function ri(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:S=""}=t,{baseurl:T=""}=t,{lang:x=""}=t,{clientstyling:L=""}=t,{clientstylingurl:D=""}=t,M=window.navigator.userAgent,O=$r(M);const F=(e,t,n)=>{const r=t,i=r?e:T+`/${x}/`+e;window.postMessage({type:"NavigateTo",path:e,target:n||null,externalLink:r||!1},window.location.href),
703
703
  // To avoid breaking changes, send constructed url for native
704
704
  r?window.postMessage({type:"ExternalLinkNavigation",externalUrl:i,target:n},window.location.href):window.postMessage({type:"LinkNavigation",navUrl:i,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,S=e.displaycolumn),"baseurl"in e&&n(21,T=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,S,T,x,r,O,F,L,D,()=>F(i,E,k),()=>F(a,E,k),()=>F(u,E,k),()=>F(f,E,k),()=>F(g,E,k),()=>F(v,E,k),function(e){I[e?"unshift":"push"]((()=>{r=e,n(23,r)}))}]}
705
705
  /* ../casino-footer-section/src/CasinoFooterSection.svelte generated by Svelte v3.59.2 */
706
- function oi(e,t,n){const r=e.slice();return r[30]=t[n],r}function si(e,t,n){const r=e.slice();return r[30]=t[n],r}function ai(e,t,n){const r=e.slice();return r[33]=t[n],r}function li(e,t,n){const r=e.slice();return r[30]=t[n],r}function ci(e,t,n){const r=e.slice();return r[30]=t[n],r}function ui(e,t,n){const r=e.slice();return r[27]=t[n],r}function hi(e,t,n){const r=e.slice();return r[24]=t[n],r}
706
+ function ii(e,t,n){const r=e.slice();return r[30]=t[n],r}function oi(e,t,n){const r=e.slice();return r[30]=t[n],r}function si(e,t,n){const r=e.slice();return r[33]=t[n],r}function ai(e,t,n){const r=e.slice();return r[30]=t[n],r}function li(e,t,n){const r=e.slice();return r[30]=t[n],r}function ci(e,t,n){const r=e.slice();return r[27]=t[n],r}function ui(e,t,n){const r=e.slice();return r[24]=t[n],r}
707
707
  // (157:51)
708
- function di(e){let t,n=/*footersociallinks*/e[16],r=[];for(let t=0;t<n.length;t+=1)r[t]=bi(oi(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=oi(e,n,o);r[o]?r[o].p(s,i):(r[o]=bi(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)}}}
708
+ function hi(e){let t,n=/*footersociallinks*/e[16],r=[];for(let t=0;t<n.length;t+=1)r[t]=yi(ii(e,n,t));return{c(){t=m("div");for(let e=0;e<r.length;e+=1)r[e].c();w(t,"class","FooterSectionInnerContainer"),w(t,"part","FooterSectionInnerContainer")},m(e,n){d(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=ii(e,n,o);r[o]?r[o].p(s,i):(r[o]=yi(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&&f(t),p(r,e)}}}
709
709
  // (143:49)
710
- function fi(e){let t,n=/*footerlicenses*/e[15],r=[];for(let t=0;t<n.length;t+=1)r[t]=vi(si(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=si(e,n,o);r[o]?r[o].p(s,i):(r[o]=vi(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
+ function di(e){let t,n=/*footerlicenses*/e[15],r=[];for(let t=0;t<n.length;t+=1)r[t]=bi(oi(e,n,t));return{c(){t=m("div");for(let e=0;e<r.length;e+=1)r[e].c();w(t,"class","FooterSectionInnerContainer"),w(t,"part","FooterSectionInnerContainer")},m(e,n){d(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=oi(e,n,o);r[o]?r[o].p(s,i):(r[o]=bi(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&&f(t),p(r,e)}}}
711
711
  // (111:51)
712
- function pi(e){let t,n,r=/*footerhelperlinks*/e[14],i=[];for(let t=0;t<r.length;t+=1)i[t]=Ei(ai(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=ai(e,r,n);i[n]?i[n].p(s,o):(i[n]=Ei(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)}}}
712
+ function fi(e){let t,n,r=/*footerhelperlinks*/e[14],i=[];for(let t=0;t<r.length;t+=1)i[t]=ki(si(e,r,t));return{c(){t=m("div");for(let e=0;e<i.length;e+=1)i[e].c();w(t,"class",n="FooterSectionInnerContainer "+(/*displaycolumn*/"true"==e[7]?"DisplayColumn":"")),w(t,"part","FooterSectionInnerContainer")},m(e,n){d(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=si(e,r,n);i[n]?i[n].p(s,o):(i[n]=ki(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":""))&&w(t,"class",n)},d(e){e&&f(t),p(i,e)}}}
713
713
  // (97:47)
714
- function mi(e){let t,n=/*footervendors*/e[13],r=[];for(let t=0;t<n.length;t+=1)r[t]=Si(ci(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=ci(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)}}}
714
+ function pi(e){let t,n=/*footervendors*/e[13],r=[];for(let t=0;t<n.length;t+=1)r[t]=Ei(li(e,n,t));return{c(){t=m("div");for(let e=0;e<r.length;e+=1)r[e].c();w(t,"class","FooterSectionInnerContainer"),w(t,"part","FooterSectionInnerContainer")},m(e,n){d(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=li(e,n,o);r[o]?r[o].p(s,i):(r[o]=Ei(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&&f(t),p(r,e)}}}
715
715
  // (83:48)
716
- function gi(e){let t,n=/*footerpayment*/e[12],r=[];for(let t=0;t<n.length;t+=1)r[t]=Ti(ui(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=ui(e,n,o);r[o]?r[o].p(s,i):(r[o]=Ti(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
+ function mi(e){let t,n=/*footerpayment*/e[12],r=[];for(let t=0;t<n.length;t+=1)r[t]=Si(ci(e,n,t));return{c(){t=m("div");for(let e=0;e<r.length;e+=1)r[e].c();w(t,"class","FooterSectionInnerContainer"),w(t,"part","FooterSectionInnerContainer")},m(e,n){d(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=ci(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&&f(t),p(r,e)}}}
717
717
  // (69:2) {#if sponsorflag && footersponsors.length}
718
- function yi(e){let t,n=/*footersponsors*/e[11],r=[];for(let t=0;t<n.length;t+=1)r[t]=xi(hi(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=hi(e,n,o);r[o]?r[o].p(s,i):(r[o]=xi(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
+ function gi(e){let t,n=/*footersponsors*/e[11],r=[];for(let t=0;t<n.length;t+=1)r[t]=Ti(ui(e,n,t));return{c(){t=m("div");for(let e=0;e<r.length;e+=1)r[e].c();w(t,"class","FooterSectionInnerContainer"),w(t,"part","FooterSectionInnerContainer")},m(e,n){d(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=ui(e,n,o);r[o]?r[o].p(s,i):(r[o]=Ti(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&&f(t),p(r,e)}}}
719
719
  // (159:6) {#each footersociallinks as footerData}
720
- function bi(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)}}}
720
+ function yi(e){let t,n,r,i,o,s;return{c(){t=m("casino-footer-thumbnail"),k(t,"sociallinkurl",n=/*footerData*/e[30].socialLinkUrl),k(t,"sociallinkimage",r=/*footerData*/e[30].socialLinkImage),k(t,"sociallinktitle",i=/*footerData*/e[30].socialLinkTitle),k(t,"clientstyling",/*clientstyling*/e[6]),k(t,"linktype",o=/*footerData*/e[30]?.isExternalLink),k(t,"target",s=/*footerData*/e[30]?.target),k(t,"baseurl",/*baseurl*/e[8]),k(t,"lang",/*lang*/e[9])},m(e,n){d(e,t,n)},p(e,a){/*footersociallinks*/65536&a[0]&&n!==(n=/*footerData*/e[30].socialLinkUrl)&&k(t,"sociallinkurl",n),/*footersociallinks*/65536&a[0]&&r!==(r=/*footerData*/e[30].socialLinkImage)&&k(t,"sociallinkimage",r),/*footersociallinks*/65536&a[0]&&i!==(i=/*footerData*/e[30].socialLinkTitle)&&k(t,"sociallinktitle",i),/*clientstyling*/64&a[0]&&k(t,"clientstyling",/*clientstyling*/e[6]),/*footersociallinks*/65536&a[0]&&o!==(o=/*footerData*/e[30]?.isExternalLink)&&k(t,"linktype",o),/*footersociallinks*/65536&a[0]&&s!==(s=/*footerData*/e[30]?.target)&&k(t,"target",s),/*baseurl*/256&a[0]&&k(t,"baseurl",/*baseurl*/e[8]),/*lang*/512&a[0]&&k(t,"lang",/*lang*/e[9])},d(e){e&&f(t)}}}
721
721
  // (145:6) {#each footerlicenses as footerData}
722
- function vi(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)}}}
722
+ function bi(e){let t,n,r,i,o,s;return{c(){t=m("casino-footer-thumbnail"),k(t,"licenseurl",n=/*footerData*/e[30].licenseUrl),k(t,"licenseimage",r=/*footerData*/e[30].licenseImage),k(t,"licensetitle",i=/*footerData*/e[30].licenseTitle),k(t,"clientstyling",/*clientstyling*/e[6]),k(t,"linktype",o=/*footerData*/e[30]?.isExternalLink),k(t,"target",s=/*footerData*/e[30]?.target),k(t,"baseurl",/*baseurl*/e[8]),k(t,"lang",/*lang*/e[9])},m(e,n){d(e,t,n)},p(e,a){/*footerlicenses*/32768&a[0]&&n!==(n=/*footerData*/e[30].licenseUrl)&&k(t,"licenseurl",n),/*footerlicenses*/32768&a[0]&&r!==(r=/*footerData*/e[30].licenseImage)&&k(t,"licenseimage",r),/*footerlicenses*/32768&a[0]&&i!==(i=/*footerData*/e[30].licenseTitle)&&k(t,"licensetitle",i),/*clientstyling*/64&a[0]&&k(t,"clientstyling",/*clientstyling*/e[6]),/*footerlicenses*/32768&a[0]&&o!==(o=/*footerData*/e[30]?.isExternalLink)&&k(t,"linktype",o),/*footerlicenses*/32768&a[0]&&s!==(s=/*footerData*/e[30]?.target)&&k(t,"target",s),/*baseurl*/256&a[0]&&k(t,"baseurl",/*baseurl*/e[8]),/*lang*/512&a[0]&&k(t,"lang",/*lang*/e[9])},d(e){e&&f(t)}}}
723
723
  // (128:8) {:else}
724
- function _i(e){let t,n,r,i,o,s;return{c(){t=g("casino-footer-thumbnail"),E(t,"helperlinkurl",n=/*item*/e[33].helpLinkUrl),E(t,"helperlinkimage",r=/*item*/e[33].helpLinkImage),E(t,"helperlinktitle",i=/*item*/e[33].helpLinkTitle),E(t,"clientstyling",/*clientstyling*/e[6]),E(t,"displaycolumn",/*displaycolumn*/e[7]),E(t,"linktype",o=/*item*/e[33]?.helpLinkType),E(t,"target",s=/*item*/e[33]?.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=/*item*/e[33].helpLinkUrl)&&E(t,"helperlinkurl",n),/*footerhelperlinks*/16384&a[0]&&r!==(r=/*item*/e[33].helpLinkImage)&&E(t,"helperlinkimage",r),/*footerhelperlinks*/16384&a[0]&&i!==(i=/*item*/e[33].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=/*item*/e[33]?.helpLinkType)&&E(t,"linktype",o),/*footerhelperlinks*/16384&a[0]&&s!==(s=/*item*/e[33]?.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
+ function vi(e){let t,n,r,i,o,s;return{c(){t=m("casino-footer-thumbnail"),k(t,"helperlinkurl",n=/*item*/e[33].helpLinkUrl),k(t,"helperlinkimage",r=/*item*/e[33].helpLinkImage),k(t,"helperlinktitle",i=/*item*/e[33].helpLinkTitle),k(t,"clientstyling",/*clientstyling*/e[6]),k(t,"displaycolumn",/*displaycolumn*/e[7]),k(t,"linktype",o=/*item*/e[33]?.helpLinkType),k(t,"target",s=/*item*/e[33]?.target),k(t,"baseurl",/*baseurl*/e[8]),k(t,"lang",/*lang*/e[9])},m(e,n){d(e,t,n)},p(e,a){/*footerhelperlinks*/16384&a[0]&&n!==(n=/*item*/e[33].helpLinkUrl)&&k(t,"helperlinkurl",n),/*footerhelperlinks*/16384&a[0]&&r!==(r=/*item*/e[33].helpLinkImage)&&k(t,"helperlinkimage",r),/*footerhelperlinks*/16384&a[0]&&i!==(i=/*item*/e[33].helpLinkTitle)&&k(t,"helperlinktitle",i),/*clientstyling*/64&a[0]&&k(t,"clientstyling",/*clientstyling*/e[6]),/*displaycolumn*/128&a[0]&&k(t,"displaycolumn",/*displaycolumn*/e[7]),/*footerhelperlinks*/16384&a[0]&&o!==(o=/*item*/e[33]?.helpLinkType)&&k(t,"linktype",o),/*footerhelperlinks*/16384&a[0]&&s!==(s=/*item*/e[33]?.target)&&k(t,"target",s),/*baseurl*/256&a[0]&&k(t,"baseurl",/*baseurl*/e[8]),/*lang*/512&a[0]&&k(t,"lang",/*lang*/e[9])},d(e){e&&f(t)}}}
725
725
  // (114:8) {#if item.hasOwnProperty('value')}
726
- function wi(e){let t,n=/*item*/e[33].value,r=[];for(let t=0;t<n.length;t+=1)r[t]=ki(li(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(/*footerhelperlinks, clientstyling, displaycolumn, baseurl, lang*/17344&i[0]){let o;for(n=/*item*/e[33].value,o=0;o<n.length;o+=1){const s=li(e,n,o);r[o]?r[o].p(s,i):(r[o]=ki(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)}}}
726
+ function _i(e){let t,n=/*item*/e[33].value,r=[];for(let t=0;t<n.length;t+=1)r[t]=wi(ai(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);d(e,t,n)},p(e,i){if(/*footerhelperlinks, clientstyling, displaycolumn, baseurl, lang*/17344&i[0]){let o;for(n=/*item*/e[33].value,o=0;o<n.length;o+=1){const s=ai(e,n,o);r[o]?r[o].p(s,i):(r[o]=wi(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){p(r,e),e&&f(t)}}}
727
727
  // (115:10) {#each item.value as footerData}
728
- function ki(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)}}}
728
+ function wi(e){let t,n,r,i,o,s;return{c(){t=m("casino-footer-thumbnail"),k(t,"helperlinkurl",n=/*footerData*/e[30].helpLinkUrl),k(t,"helperlinkimage",r=/*footerData*/e[30].helpLinkImage),k(t,"helperlinktitle",i=/*footerData*/e[30].helpLinkTitle),k(t,"clientstyling",/*clientstyling*/e[6]),k(t,"displaycolumn",/*displaycolumn*/e[7]),k(t,"linktype",o=/*footerData*/e[30]?.helpLinkType),k(t,"target",s=/*footerData*/e[30]?.target),k(t,"baseurl",/*baseurl*/e[8]),k(t,"lang",/*lang*/e[9])},m(e,n){d(e,t,n)},p(e,a){/*footerhelperlinks*/16384&a[0]&&n!==(n=/*footerData*/e[30].helpLinkUrl)&&k(t,"helperlinkurl",n),/*footerhelperlinks*/16384&a[0]&&r!==(r=/*footerData*/e[30].helpLinkImage)&&k(t,"helperlinkimage",r),/*footerhelperlinks*/16384&a[0]&&i!==(i=/*footerData*/e[30].helpLinkTitle)&&k(t,"helperlinktitle",i),/*clientstyling*/64&a[0]&&k(t,"clientstyling",/*clientstyling*/e[6]),/*displaycolumn*/128&a[0]&&k(t,"displaycolumn",/*displaycolumn*/e[7]),/*footerhelperlinks*/16384&a[0]&&o!==(o=/*footerData*/e[30]?.helpLinkType)&&k(t,"linktype",o),/*footerhelperlinks*/16384&a[0]&&s!==(s=/*footerData*/e[30]?.target)&&k(t,"target",s),/*baseurl*/256&a[0]&&k(t,"baseurl",/*baseurl*/e[8]),/*lang*/512&a[0]&&k(t,"lang",/*lang*/e[9])},d(e){e&&f(t)}}}
729
729
  // (113:6) {#each footerhelperlinks as item}
730
- function Ei(e){let t,n;function r(e,n){/*footerhelperlinks*/
731
- return 16384&n[0]&&(t=null),null==t&&(t=!!/*item*/e[33].hasOwnProperty("value")),t?wi:_i}let i=r(e,[-1,-1]),o=i(e);return{c(){o.c(),n=_()},m(e,t){o.m(e,t),f(e,n,t)},p(e,t){i===(i=r(e,t))&&o?o.p(e,t):(o.d(1),o=i(e),o&&(o.c(),o.m(n.parentNode,n)))},d(e){o.d(e),e&&p(n)}}}
730
+ function ki(e){let t,n;function r(e,n){/*footerhelperlinks*/
731
+ return 16384&n[0]&&(t=null),null==t&&(t=!!/*item*/e[33].hasOwnProperty("value")),t?_i:vi}let i=r(e,[-1,-1]),o=i(e);return{c(){o.c(),n=v()},m(e,t){o.m(e,t),d(e,n,t)},p(e,t){i===(i=r(e,t))&&o?o.p(e,t):(o.d(1),o=i(e),o&&(o.c(),o.m(n.parentNode,n)))},d(e){o.d(e),e&&f(n)}}}
732
732
  // (99:6) {#each footervendors as footerData}
733
- 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)}}}
733
+ function Ei(e){let t,n,r,i,o,s;return{c(){t=m("casino-footer-thumbnail"),k(t,"vendorurl",n=/*footerData*/e[30].gameVendorUrl),k(t,"vendorimage",r=/*footerData*/e[30].gameVendorImage),k(t,"vendortitle",i=/*footerData*/e[30].gameVendorTitle),k(t,"clientstyling",/*clientstyling*/e[6]),k(t,"linktype",o=/*footerData*/e[30]?.isExternalLink),k(t,"target",s=/*footerData*/e[30]?.target),k(t,"baseurl",/*baseurl*/e[8]),k(t,"lang",/*lang*/e[9])},m(e,n){d(e,t,n)},p(e,a){/*footervendors*/8192&a[0]&&n!==(n=/*footerData*/e[30].gameVendorUrl)&&k(t,"vendorurl",n),/*footervendors*/8192&a[0]&&r!==(r=/*footerData*/e[30].gameVendorImage)&&k(t,"vendorimage",r),/*footervendors*/8192&a[0]&&i!==(i=/*footerData*/e[30].gameVendorTitle)&&k(t,"vendortitle",i),/*clientstyling*/64&a[0]&&k(t,"clientstyling",/*clientstyling*/e[6]),/*footervendors*/8192&a[0]&&o!==(o=/*footerData*/e[30]?.isExternalLink)&&k(t,"linktype",o),/*footervendors*/8192&a[0]&&s!==(s=/*footerData*/e[30]?.target)&&k(t,"target",s),/*baseurl*/256&a[0]&&k(t,"baseurl",/*baseurl*/e[8]),/*lang*/512&a[0]&&k(t,"lang",/*lang*/e[9])},d(e){e&&f(t)}}}
734
734
  // (85:4) {#each footerpayment as paymentData}
735
- function Ti(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)}}}
735
+ function Si(e){let t,n,r,i,o,s;return{c(){t=m("casino-footer-thumbnail"),k(t,"paymenturl",n=/*paymentData*/e[27].paymentMethodUrl),k(t,"paymentimage",r=/*paymentData*/e[27].paymentMethodImage),k(t,"paymenttitle",i=/*paymentData*/e[27].paymentMethodTitle),k(t,"clientstyling",/*clientstyling*/e[6]),k(t,"linktype",o=/*paymentData*/e[27]?.isExternalLink),k(t,"target",s=/*paymentData*/e[27]?.target),k(t,"baseurl",/*baseurl*/e[8]),k(t,"lang",/*lang*/e[9])},m(e,n){d(e,t,n)},p(e,a){/*footerpayment*/4096&a[0]&&n!==(n=/*paymentData*/e[27].paymentMethodUrl)&&k(t,"paymenturl",n),/*footerpayment*/4096&a[0]&&r!==(r=/*paymentData*/e[27].paymentMethodImage)&&k(t,"paymentimage",r),/*footerpayment*/4096&a[0]&&i!==(i=/*paymentData*/e[27].paymentMethodTitle)&&k(t,"paymenttitle",i),/*clientstyling*/64&a[0]&&k(t,"clientstyling",/*clientstyling*/e[6]),/*footerpayment*/4096&a[0]&&o!==(o=/*paymentData*/e[27]?.isExternalLink)&&k(t,"linktype",o),/*footerpayment*/4096&a[0]&&s!==(s=/*paymentData*/e[27]?.target)&&k(t,"target",s),/*baseurl*/256&a[0]&&k(t,"baseurl",/*baseurl*/e[8]),/*lang*/512&a[0]&&k(t,"lang",/*lang*/e[9])},d(e){e&&f(t)}}}
736
736
  // (71:6) {#each footersponsors as sponsorData}
737
- function xi(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 Li(t){let n;function r(e,t){/*sponsorflag*/
738
- return e[0]&&/*footersponsors*/e[11].length?yi:/*paymentflag*/e[1]&&/*footerpayment*/e[12].length?gi:/*vendorflag*/e[2]&&/*footervendors*/e[13].length?mi:/*helperflag*/e[3]&&/*footerhelperlinks*/e[14].length?pi:/*licenseflag*/e[4]&&/*footerlicenses*/e[15].length?fi:/*socialflag*/e[5]&&/*footersociallinks*/e[16].length?di: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)
739
- /*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()
740
- /*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:var(--emfe-w-footer-typography, var(--emfe-w-color-contrast, #111));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},ii,ri,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 Di=/^(?:[^\/]*\/){2}[^\/]+/g;function Mi(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(Di)[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),p&&n(14,_=_.filter((e=>e.key==p))))};return O((()=>(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 Oi(e,t){zn(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},Mi,Li,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"}};
741
- /* ../player-panic-button/src/PlayerPanicButton.svelte generated by Svelte v3.59.2 */function Ii(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"!==Hr(/*userAgent*/t[6])?"PanicButtonMobile":"")),k(i,"part","PanicButton "+("PC"!==Hr(/*userAgent*/t[6])?"PanicButtonMobile":"")),x(i,"PanicButtonAnimation",/*panicLoading*/t[4]),k(r,"class","PanicSection "+("PC"!==Hr(/*userAgent*/t[6])?"PanicSectionMobile":"")),k(r,"part","PanicSection "+("PC"!==Hr(/*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),
737
+ function Ti(e){let t,n,r,i,o,s;return{c(){t=m("casino-footer-thumbnail"),k(t,"sponsorurl",n=/*sponsorData*/e[24].sponsorUrl),k(t,"sponsorimage",r=/*sponsorData*/e[24].sponsorImage),k(t,"sponsortitle",i=/*sponsorData*/e[24].sponsorTitle),k(t,"clientstyling",/*clientstyling*/e[6]),k(t,"linktype",o=/*sponsorData*/e[24]?.isExternalLink),k(t,"target",s=/*sponsorData*/e[24]?.target),k(t,"baseurl",/*baseurl*/e[8]),k(t,"lang",/*lang*/e[9])},m(e,n){d(e,t,n)},p(e,a){/*footersponsors*/2048&a[0]&&n!==(n=/*sponsorData*/e[24].sponsorUrl)&&k(t,"sponsorurl",n),/*footersponsors*/2048&a[0]&&r!==(r=/*sponsorData*/e[24].sponsorImage)&&k(t,"sponsorimage",r),/*footersponsors*/2048&a[0]&&i!==(i=/*sponsorData*/e[24].sponsorTitle)&&k(t,"sponsortitle",i),/*clientstyling*/64&a[0]&&k(t,"clientstyling",/*clientstyling*/e[6]),/*footersponsors*/2048&a[0]&&o!==(o=/*sponsorData*/e[24]?.isExternalLink)&&k(t,"linktype",o),/*footersponsors*/2048&a[0]&&s!==(s=/*sponsorData*/e[24]?.target)&&k(t,"target",s),/*baseurl*/256&a[0]&&k(t,"baseurl",/*baseurl*/e[8]),/*lang*/512&a[0]&&k(t,"lang",/*lang*/e[9])},d(e){e&&f(t)}}}function xi(t){let n;function r(e,t){/*sponsorflag*/
738
+ return e[0]&&/*footersponsors*/e[11].length?gi:/*paymentflag*/e[1]&&/*footerpayment*/e[12].length?mi:/*vendorflag*/e[2]&&/*footervendors*/e[13].length?pi:/*helperflag*/e[3]&&/*footerhelperlinks*/e[14].length?fi:/*licenseflag*/e[4]&&/*footerlicenses*/e[15].length?di:/*socialflag*/e[5]&&/*footersociallinks*/e[16].length?hi:void 0}let i=r(t),o=i&&i(t);return{c(){n=m("div"),o&&o.c(),this.c=e,w(n,"class","FooterSectionContainer"),w(n,"part","FooterSectionContainer")},m(e,r){d(e,n,r),o&&o.m(n,null)
739
+ /*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&&f(n),o&&o.d()
740
+ /*div_binding*/,t[20](null)}}}!customElements.get("casino-footer-thumbnail")&&customElements.define("casino-footer-thumbnail",class extends V{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:var(--emfe-w-footer-typography, var(--emfe-w-color-contrast, #111));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),j(this,{target:this.shadowRoot,props:x(this.attributes),customElement:!0},ri,ni,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&&d(e.target,this,e.anchor),e.props&&(this.$set(e.props),N()))}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}),N()}get sponsorimage(){return this.$$.ctx[1]}set sponsorimage(e){this.$$set({sponsorimage:e}),N()}get sponsortitle(){return this.$$.ctx[2]}set sponsortitle(e){this.$$set({sponsortitle:e}),N()}get paymenturl(){return this.$$.ctx[3]}set paymenturl(e){this.$$set({paymenturl:e}),N()}get paymentimage(){return this.$$.ctx[4]}set paymentimage(e){this.$$set({paymentimage:e}),N()}get paymenttitle(){return this.$$.ctx[5]}set paymenttitle(e){this.$$set({paymenttitle:e}),N()}get vendorurl(){return this.$$.ctx[6]}set vendorurl(e){this.$$set({vendorurl:e}),N()}get vendorimage(){return this.$$.ctx[7]}set vendorimage(e){this.$$set({vendorimage:e}),N()}get vendortitle(){return this.$$.ctx[8]}set vendortitle(e){this.$$set({vendortitle:e}),N()}get helperlinkurl(){return this.$$.ctx[9]}set helperlinkurl(e){this.$$set({helperlinkurl:e}),N()}get helperlinkimage(){return this.$$.ctx[10]}set helperlinkimage(e){this.$$set({helperlinkimage:e}),N()}get helperlinktitle(){return this.$$.ctx[11]}set helperlinktitle(e){this.$$set({helperlinktitle:e}),N()}get licenseurl(){return this.$$.ctx[12]}set licenseurl(e){this.$$set({licenseurl:e}),N()}get licenseimage(){return this.$$.ctx[13]}set licenseimage(e){this.$$set({licenseimage:e}),N()}get licensetitle(){return this.$$.ctx[14]}set licensetitle(e){this.$$set({licensetitle:e}),N()}get sociallinkurl(){return this.$$.ctx[15]}set sociallinkurl(e){this.$$set({sociallinkurl:e}),N()}get sociallinkimage(){return this.$$.ctx[16]}set sociallinkimage(e){this.$$set({sociallinkimage:e}),N()}get sociallinktitle(){return this.$$.ctx[17]}set sociallinktitle(e){this.$$set({sociallinktitle:e}),N()}get target(){return this.$$.ctx[18]}set target(e){this.$$set({target:e}),N()}get linktype(){return this.$$.ctx[19]}set linktype(e){this.$$set({linktype:e}),N()}get displaycolumn(){return this.$$.ctx[20]}set displaycolumn(e){this.$$set({displaycolumn:e}),N()}get baseurl(){return this.$$.ctx[21]}set baseurl(e){this.$$set({baseurl:e}),N()}get lang(){return this.$$.ctx[22]}set lang(e){this.$$set({lang:e}),N()}get clientstyling(){return this.$$.ctx[26]}set clientstyling(e){this.$$set({clientstyling:e}),N()}get clientstylingurl(){return this.$$.ctx[27]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),N()}});let Li=/^(?:[^\/]*\/){2}[^\/]+/g;function Di(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(Li)[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),p&&n(14,_=_.filter((e=>e.key==p))))};return M((()=>(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 Mi(e,t){Wn(e,t)}!customElements.get("casino-footer-section")&&customElements.define("casino-footer-section",class extends V{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),j(this,{target:this.shadowRoot,props:x(this.attributes),customElement:!0},Di,xi,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&&d(e.target,this,e.anchor),e.props&&(this.$set(e.props),N()))}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}),N()}get paymentflag(){return this.$$.ctx[1]}set paymentflag(e){this.$$set({paymentflag:e}),N()}get vendorflag(){return this.$$.ctx[2]}set vendorflag(e){this.$$set({vendorflag:e}),N()}get helperflag(){return this.$$.ctx[3]}set helperflag(e){this.$$set({helperflag:e}),N()}get licenseflag(){return this.$$.ctx[4]}set licenseflag(e){this.$$set({licenseflag:e}),N()}get socialflag(){return this.$$.ctx[5]}set socialflag(e){this.$$set({socialflag:e}),N()}get clientstyling(){return this.$$.ctx[6]}set clientstyling(e){this.$$set({clientstyling:e}),N()}get clientstylingurl(){return this.$$.ctx[17]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),N()}get target(){return this.$$.ctx[18]}set target(e){this.$$set({target:e}),N()}get displaycolumn(){return this.$$.ctx[7]}set displaycolumn(e){this.$$set({displaycolumn:e}),N()}get category(){return this.$$.ctx[19]}set category(e){this.$$set({category:e}),N()}get baseurl(){return this.$$.ctx[8]}set baseurl(e){this.$$set({baseurl:e}),N()}get lang(){return this.$$.ctx[9]}set lang(e){this.$$set({lang:e}),N()}});const Oi={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"}};
741
+ /* ../player-panic-button/src/PlayerPanicButton.svelte generated by Svelte v3.59.2 */function Ii(t){let n,r,i,o,s,a=/*customtext*/(t[0]||/*$_*/t[5]("panicButtonString"))+"";return{c(){n=m("div"),r=m("div"),i=m("button"),o=y(a),this.c=e,w(i,"class","PanicButton "+("PC"!==$r(/*userAgent*/t[6])?"PanicButtonMobile":"")),w(i,"part","PanicButton "+("PC"!==$r(/*userAgent*/t[6])?"PanicButtonMobile":"")),T(i,"PanicButtonAnimation",/*panicLoading*/t[4]),w(r,"class","PanicSection "+("PC"!==$r(/*userAgent*/t[6])?"PanicSectionMobile":"")),w(r,"part","PanicSection "+("PC"!==$r(/*userAgent*/t[6])?"PanicSectionMobile":"")),w(n,"class",s=/*alternativestyling*/"true"==t[1]?"PanicButtonV2":"")},m(e,s){d(e,n,s),h(n,r),h(r,i),h(i,o),
742
742
  /*button_binding*/t[11](i),
743
- /*div1_binding*/t[12](n)},p(e,[t]){/*customtext, $_*/33&t&&a!==(a=/*customtext*/(e[0]||/*$_*/e[5]("panicButtonString"))+"")&&S(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)
743
+ /*div1_binding*/t[12](n)},p(e,[t]){/*customtext, $_*/33&t&&a!==(a=/*customtext*/(e[0]||/*$_*/e[5]("panicButtonString"))+"")&&E(o,a),/*panicLoading*/16&t&&T(i,"PanicButtonAnimation",/*panicLoading*/e[4]),/*alternativestyling*/2&t&&s!==(s=/*alternativestyling*/"true"==e[1]?"PanicButtonV2":"")&&w(n,"class",s)},i:e,o:e,d(e){e&&f(n)
744
744
  /*button_binding*/,t[11](null),
745
- /*div1_binding*/t[12](null)}}}function Ai(e,t,n){let r;c(e,$r,(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=>{Oi(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),
745
+ /*div1_binding*/t[12](null)}}}function Fi(e,t,n){let r;c(e,Ar,(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(Oi).forEach((e=>{Mi(e,Oi[e])}));const y=()=>{m=0,n(4,p=!0),s=setInterval((()=>{m++,m>=2&&(window.postMessage({type:"PanicButtonClicked"},window.location.href),clearInterval(s),
746
746
  //Analytics event
747
- "function"==typeof gtag&&gtag("event","PanicButtonClicked",{context:"PanicButton"}))}),1e3)},b=()=>{n(4,p=!1),clearInterval(s)};return O((()=>()=>{n(4,p=!1),null==i||i.removeEventListener("mousedown",y),null==i||i.removeEventListener("touchstart",y),
747
+ "function"==typeof gtag&&gtag("event","PanicButtonClicked",{context:"PanicButton"}))}),1e3)},b=()=>{n(4,p=!1),clearInterval(s)};return M((()=>()=>{n(4,p=!1),null==i||i.removeEventListener("mousedown",y),null==i||i.removeEventListener("touchstart",y),
748
748
  // on mouseup stop interval count
749
749
  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),
750
750
  // on mouseup stop interval count
751
- null==i||i.addEventListener("mouseup",b,!1),null==i||i.addEventListener("touchend",b,!1)),/*lang*/128&e.$$.dirty&&a&&(t=a,mr.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=>{Oi(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("player-panic-button")&&customElements.define("player-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-primary, #D0046C));background-color:var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #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-primary, #D0046C));background-color:var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #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-primary, #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-primary, #D0046C));background-color:var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));width:388px;font-size:12px}.PanicButtonV2 .PanicButtonMobile{border:1px solid var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));background-color:var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));font-size:10px}.PanicButtonV2 .PanicButtonAnimation{background-color:var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #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},Ai,Ii,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 Pi=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)}
751
+ null==i||i.addEventListener("mouseup",b,!1),null==i||i.addEventListener("touchend",b,!1)),/*lang*/128&e.$$.dirty&&a&&(t=a,pr.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=>{Mi(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("player-panic-button")&&customElements.define("player-panic-button",class extends V{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-primary, #D0046C));background-color:var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #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-primary, #D0046C));background-color:var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #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-primary, #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-primary, #D0046C));background-color:var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));width:388px;font-size:12px}.PanicButtonV2 .PanicButtonMobile{border:1px solid var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));background-color:var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));font-size:10px}.PanicButtonV2 .PanicButtonAnimation{background-color:var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));width:388px}@-webkit-keyframes bar-animation{0%{background-position:0}100%{background-position:388px}}",this.shadowRoot.appendChild(t),j(this,{target:this.shadowRoot,props:x(this.attributes),customElement:!0},Fi,Ii,o,{lang:7,customtext:0,clientstyling:8,clientstylingurl:9,alternativestyling:1,translationurl:10},null),e&&(e.target&&d(e.target,this,e.anchor),e.props&&(this.$set(e.props),N()))}static get observedAttributes(){return["lang","customtext","clientstyling","clientstylingurl","alternativestyling","translationurl"]}get lang(){return this.$$.ctx[7]}set lang(e){this.$$set({lang:e}),N()}get customtext(){return this.$$.ctx[0]}set customtext(e){this.$$set({customtext:e}),N()}get clientstyling(){return this.$$.ctx[8]}set clientstyling(e){this.$$set({clientstyling:e}),N()}get clientstylingurl(){return this.$$.ctx[9]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),N()}get alternativestyling(){return this.$$.ctx[1]}set alternativestyling(e){this.$$set({alternativestyling:e}),N()}get translationurl(){return this.$$.ctx[10]}set translationurl(e){this.$$set({translationurl:e}),N()}});var Pi=function(e,t,n){return e(n={path:t,exports:{},require:function(e,t){return ge(null==t&&n.path)}},n.exports),n.exports}((function(e,t){e.exports=function(){var t,n;function r(){return t.apply(null,arguments)}
752
752
  // This is done to register the method called with moment()
753
753
  // without creating circular dependencies.
754
754
  function i(e){t=e}function o(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function s(e){
@@ -768,9 +768,9 @@ function k(e){w(this,e),this._d=new Date(null!=e._d?e._d.getTime():NaN),this.isV
768
768
  // Lenient ordinal parsing accepts just a number in addition to
769
769
  // number + (possibly) stuff coming from _dayOfMonthOrdinalParse.
770
770
  // TODO: Remove "ordinalParse" fallback in next major release.
771
- this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function F(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])&&(
771
+ this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function I(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])&&(
772
772
  // make sure changes to properties don't modify parent config
773
- 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 A={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function P(e,t,n){var r=this._calendar[e]||this._calendar.sameElse;return M(r)?r.call(t,n):r}function $(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={};
773
+ r[n]=f({},r[n]));return r}function F(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 P={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function A(e,t,n){var r=this._calendar[e]||this._calendar.sameElse;return M(r)?r.call(t,n):r}function $(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={};
774
774
  // token: 'M'
775
775
  // padded: ['MM', 2]
776
776
  // ordinal: 'Mo'
@@ -779,7 +779,7 @@ function R(e,t,n,r){var i=r;"string"==typeof r&&(i=function(){return this[r]()})
779
779
  // format date using native date object
780
780
  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))}
781
781
  // MOMENTS
782
- 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
782
+ 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 ye,be=/\d/,// 0 - 9
783
783
  ve=/\d\d/,// 00 - 99
784
784
  _e=/\d{3}/,// 000 - 999
785
785
  we=/\d{4}/,// 0000 - 9999
@@ -792,14 +792,14 @@ Le=/\d{1,4}/,// 0 - 9999
792
792
  De=/[+-]?\d{1,6}/,// -999999 - 999999
793
793
  Me=/\d+/,// 0 - inf
794
794
  Oe=/[+-]?\d+/,// -inf - inf
795
- Fe=/Z|[+-]\d\d:?\d\d/gi,// +00:00 -00:00 +0000 -0000 or Z
796
- Ie=/Z|[+-]\d\d(?::?\d\d)?/gi,// +00 -00 +00:00 -00:00 +0000 -0000 or Z
797
- Ae=/[+-]?\d+(\.\d{1,3})?/,// 123456789 123456789.123
795
+ Ie=/Z|[+-]\d\d:?\d\d/gi,// +00:00 -00:00 +0000 -0000 or Z
796
+ Fe=/Z|[+-]\d\d(?::?\d\d)?/gi,// +00 -00 +00:00 -00:00 +0000 -0000 or Z
797
+ Pe=/[+-]?\d+(\.\d{1,3})?/,// 123456789 123456789.123
798
798
  // any word (or two) characters or numbers including two/three word month in arabic.
799
799
  // includes scottish gaelic two word and hyphenated months
800
- Pe=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i;function $e(e,t,n){ge[e]=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))}
800
+ Ae=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i;function $e(e,t,n){ye[e]=M(t)?t:function(e,r){return e&&n?n:t}}function He(e,t){return a(ye,e)?ye[e](t._strict,t._locale):new RegExp(Ce(e))}
801
801
  // Code from http://stackoverflow.com/questions/3561493/is-there-a-regexp-escape-function-in-javascript
802
- 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}
802
+ 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,"\\$&")}ye={};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}
803
803
  // FORMATTING
804
804
  Ge=Array.prototype.indexOf?Array.prototype.indexOf:function(e){
805
805
  // I know
@@ -813,7 +813,7 @@ $e("M",Ee),$e("MM",Ee,ve),$e("MMM",(function(e,t){return t.monthsShortRegex(e)})
813
813
  // if we didn't find a month name, mark the date as invalid.
814
814
  null!=i?t[Ve]=i:g(n).invalidMonth=e}));
815
815
  // LOCALES
816
- 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=Pe,ot=Pe;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(
816
+ 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=Ae,ot=Ae;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(
817
817
  // this is not used
818
818
  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);
819
819
  // TODO: add sorting
@@ -879,9 +879,9 @@ doy:6};function Lt(){return this._week.dow}function Dt(){return this._week.doy}
879
879
  function Mt(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")}function Ot(e){var t=Et(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")}
880
880
  // FORMATTING
881
881
  // HELPERS
882
- function Ft(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}
882
+ function It(e,t){return"string"!=typeof e?e:isNaN(e)?"number"==typeof(e=t.weekdaysParse(e))?e:null:parseInt(e,10)}function Ft(e,t){return"string"==typeof e?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}
883
883
  // LOCALES
884
- function At(e,t){return e.slice(t,7).concat(e.slice(0,t))}R("d",0,"do","day"),R("dd",0,0,(function(e){return this.localeData().weekdaysMin(this,e)})),R("ddd",0,0,(function(e){return this.localeData().weekdaysShort(this,e)})),R("dddd",0,0,(function(e){return this.localeData().weekdays(this,e)})),R("e",0,0,"weekday"),R("E",0,0,"isoWeekday"),
884
+ function Pt(e,t){return e.slice(t,7).concat(e.slice(0,t))}R("d",0,"do","day"),R("dd",0,0,(function(e){return this.localeData().weekdaysMin(this,e)})),R("ddd",0,0,(function(e){return this.localeData().weekdaysShort(this,e)})),R("dddd",0,0,(function(e){return this.localeData().weekdays(this,e)})),R("e",0,0,"weekday"),R("E",0,0,"isoWeekday"),
885
885
  // ALIASES
886
886
  ne("day","d"),ne("weekday","e"),ne("isoWeekday","E"),
887
887
  // PRIORITY
@@ -889,17 +889,17 @@ se("day",11),se("weekday",11),se("isoWeekday",11),
889
889
  // PARSING
890
890
  $e("d",Ee),$e("e",Ee),$e("E",Ee),$e("dd",(function(e,t){return t.weekdaysMinRegex(e)})),$e("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),$e("dddd",(function(e,t){return t.weekdaysRegex(e)})),Ye(["dd","ddd","dddd"],(function(e,t,n,r){var i=n._locale.weekdaysParse(e,r,n._strict);
891
891
  // if we didn't get a weekday name, mark the date as invalid
892
- null!=i?t.d=i:g(n).invalidWeekday=e})),Ye(["d","e","E"],(function(e,t,n,r){t[r]=ue(e)}));var Pt="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),$t="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Ht="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Ct=Pe,Bt=Pe,Nt=Pe;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?At(n,this._week.dow):e?n[e.day()]:n}function Yt(e){return!0===e?At(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}function Ut(e){return!0===e?At(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++){
892
+ null!=i?t.d=i:g(n).invalidWeekday=e})),Ye(["d","e","E"],(function(e,t,n,r){t[r]=ue(e)}));var At="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),$t="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Ht="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Ct=Ae,Bt=Ae,Nt=Ae;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?Pt(n,this._week.dow):e?n[e.day()]:n}function Yt(e){return!0===e?Pt(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}function Ut(e){return!0===e?Pt(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin}function 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++){
893
893
  // test the regex
894
894
  if(
895
895
  // make the regex if we don't have it already
896
896
  i=p([2e3,1]).day(r),n&&!this._fullWeekdaysParse[r]&&(this._fullWeekdaysParse[r]=new RegExp("^"+this.weekdays(i,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[r]=new RegExp("^"+this.weekdaysShort(i,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[r]=new RegExp("^"+this.weekdaysMin(i,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[r]||(o="^"+this.weekdays(i,"")+"|^"+this.weekdaysShort(i,"")+"|^"+this.weekdaysMin(i,""),this._weekdaysParse[r]=new RegExp(o.replace(".",""),"i")),n&&"dddd"===t&&this._fullWeekdaysParse[r].test(e))return r;if(n&&"ddd"===t&&this._shortWeekdaysParse[r].test(e))return r;if(n&&"dd"===t&&this._minWeekdaysParse[r].test(e))return r;if(!n&&this._weekdaysParse[r].test(e))return r}}
897
897
  // MOMENTS
898
- function Vt(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=Ft(e,this.localeData()),this.add(e-t,"d")):t}function Wt(e){if(!this.isValid())return null!=e?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")}function zt(e){if(!this.isValid())return null!=e?this:NaN;
898
+ function Vt(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=It(e,this.localeData()),this.add(e-t,"d")):t}function Wt(e){if(!this.isValid())return null!=e?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")}function zt(e){if(!this.isValid())return null!=e?this:NaN;
899
899
  // behaves the same as moment#day except
900
900
  // as a getter, returns 7 instead of 0 (1-7 range instead of 0-6)
901
901
  // as a setter, sunday should belong to the previous week.
902
- 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++)
902
+ if(null!=e){var t=Ft(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++)
903
903
  // make the regex if we don't have it already
904
904
  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);
905
905
  // Sorting makes sure if one weekday (or abbr) is a prefix of another it
@@ -922,7 +922,7 @@ se("hour",13),$e("a",tn),$e("A",tn),$e("H",Ee),$e("h",Ee),$e("k",Ee),$e("HH",Ee,
922
922
  // specified which hour they want. So trying to maintain the same hour (in
923
923
  // a new timezone) makes sense. Adding/subtracting hours does not follow
924
924
  // this rule.
925
- on=he("Hours",!0);function sn(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"}var an,ln={calendar:A,longDateFormat:V,invalidDate:z,ordinal:X,dayOfMonthOrdinalParse:K,relativeTime:J,months:tt,monthsShort:nt,week:xt,weekdays:Pt,weekdaysMin:Ht,weekdaysShort:$t,meridiemParse:rn},cn={},un={};
925
+ on=he("Hours",!0);function sn(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"}var an,ln={calendar:P,longDateFormat:V,invalidDate:z,ordinal:X,dayOfMonthOrdinalParse:K,relativeTime:J,months:tt,monthsShort:nt,week:xt,weekdays:At,weekdaysMin:Ht,weekdaysShort:$t,meridiemParse:rn},cn={},un={};
926
926
  // internal storage for locale config files
927
927
  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}
928
928
  // pick the locale from the array
@@ -934,7 +934,7 @@ break;t--}o++}return an}function pn(e){
934
934
  // Prevent names that look like filesystem paths, i.e contain '/' or '\'
935
935
  return null!=e.match("^[^/\\\\]*$")}function mn(t){var n=null;
936
936
  // TODO: Find a better way to register and load all the locales in Node
937
- if(void 0===cn[t]&&e&&e.exports&&pn(t))try{n=an._abbr,ye(),gn(n)}catch(e){
937
+ if(void 0===cn[t]&&e&&e.exports&&pn(t))try{n=an._abbr,ge(),gn(n)}catch(e){
938
938
  // mark as not found to avoid repeating expensive file require call causing high CPU
939
939
  // when trying to find en-US, en_US, en-us for every format call
940
940
  cn[t]=null;// null means not found
@@ -946,7 +946,7 @@ function gn(e,t){var n;return e&&((n=c(t)?vn(e):yn(e,t))?
946
946
  // moment.duration._locale = moment._locale = data;
947
947
  an=n:"undefined"!=typeof console&&console.warn&&
948
948
  //warn user if arguments are passed but the locale could not be set
949
- 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(F(r,t)),un[e]&&un[e].forEach((function(e){yn(e.name,e.config)})),
949
+ 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 F(I(r,t)),un[e]&&un[e].forEach((function(e){yn(e.name,e.config)})),
950
950
  // backwards compat for now: also set the locale
951
951
  // make sure we set the locale AFTER all child locales have been
952
952
  // created, so we won't end up with the child locale set.
@@ -954,13 +954,13 @@ gn(e),cn[e]}
954
954
  // useful for testing
955
955
  return delete cn[e],null}function bn(e,t){if(null!=t){var n,r,i=ln;null!=cn[e]&&null!=cn[e].parentLocale?
956
956
  // Update existing child locale in-place to avoid memory-leaks
957
- cn[e].set(F(cn[e]._config,t)):(
957
+ cn[e].set(I(cn[e]._config,t)):(
958
958
  // MERGE
959
- null!=(r=mn(e))&&(i=r._config),t=F(i,t),null==r&&(
959
+ null!=(r=mn(e))&&(i=r._config),t=I(i,t),null==r&&(
960
960
  // updateLocale is called for creating a new locale
961
961
  // Set abbr so it will have a name (getters return
962
962
  // undefined otherwise).
963
- t.abbr=e),(n=new I(t)).parentLocale=cn[e],cn[e]=n),
963
+ t.abbr=e),(n=new F(t)).parentLocale=cn[e],cn[e]=n),
964
964
  // backwards compat for now: also set the locale
965
965
  gn(e)}else
966
966
  // pass null for config to unupdate, useful for tests
@@ -979,13 +979,13 @@ Dn=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|J
979
979
  // date from iso format
980
980
  function On(e){var t,n,r,i,o,s,a=e._i,l=kn.exec(a)||En.exec(a),c=Tn.length,u=xn.length;if(l){for(g(e).iso=!0,t=0,n=c;t<n;t++)if(Tn[t][1].exec(l[1])){i=Tn[t][0],r=!1!==Tn[t][2];break}if(null==i)return void(e._isValid=!1);if(l[3]){for(t=0,n=u;t<n;t++)if(xn[t][1].exec(l[3])){
981
981
  // match[2] should be 'T' or space
982
- 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(!Sn.exec(l[4]))return void(e._isValid=!1);s="Z"}e._f=i+(o||"")+(s||""),Un(e)}else e._isValid=!1}function Fn(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 An(e){
982
+ 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(!Sn.exec(l[4]))return void(e._isValid=!1);s="Z"}e._f=i+(o||"")+(s||""),Un(e)}else e._isValid=!1}function In(e,t,n,r,i,o){var s=[Fn(e),nt.indexOf(t),parseInt(n,10),parseInt(r,10),parseInt(i,10)];return o&&s.push(parseInt(o,10)),s}function Fn(e){var t=parseInt(e,10);return t<=49?2e3+t:t<=999?1900+t:t}function Pn(e){
983
983
  // Remove comments and folding whitespace and replace multiple-spaces with a single space
984
- return e.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function Pn(e,t,n){return!e||$t.indexOf(e)===new Date(t[0],t[1],t[2]).getDay()||(g(n).weekdayMismatch=!0,n._isValid=!1,!1)}function $n(e,t,n){if(e)return Mn[e];if(t)
984
+ return e.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function An(e,t,n){return!e||$t.indexOf(e)===new Date(t[0],t[1],t[2]).getDay()||(g(n).weekdayMismatch=!0,n._isValid=!1,!1)}function $n(e,t,n){if(e)return Mn[e];if(t)
985
985
  // the only allowed military tz is Z
986
986
  return 0;var r=parseInt(n,10),i=r%100;return(r-i)/100*60+i}
987
987
  // date and time from ref 2822 format
988
- function Hn(e){var t,n=Dn.exec(An(e._i));if(n){if(t=Fn(n[4],n[3],n[2],n[5],n[6],n[7]),!Pn(n[1],t,e))return;e._a=t,e._tzm=$n(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}
988
+ function Hn(e){var t,n=Dn.exec(Pn(e._i));if(n){if(t=In(n[4],n[3],n[2],n[5],n[6],n[7]),!An(n[1],t,e))return;e._a=t,e._tzm=$n(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}
989
989
  // date from 1) ASP.NET, 2) ISO, 3) RFC 2822 formats, or 4) optional fallback if parsing isn't strict
990
990
  function Cn(e){var t=Ln.exec(e._i);null===t?(On(e),!1===e._isValid&&(delete e._isValid,Hn(e),!1===e._isValid&&(delete e._isValid,e._strict?e._isValid=!1:
991
991
  // Final attempt, use Input Fallback
@@ -1090,7 +1090,7 @@ function ur(e,t,n){var r,i=Math.min(e.length,t.length),o=Math.abs(e.length-t.len
1090
1090
  // FORMATTING
1091
1091
  function hr(e,t){R(e,0,0,(function(){var e=this.utcOffset(),n="+";return e<0&&(e=-e,n="-"),n+$(~~(e/60),2)+t+$(~~e%60,2)}))}hr("Z",":"),hr("ZZ",""),
1092
1092
  // PARSING
1093
- $e("Z",Ie),$e("ZZ",Ie),Re(["Z","ZZ"],(function(e,t,n){n._useUTC=!0,n._tzm=fr(Ie,e)}));
1093
+ $e("Z",Fe),$e("ZZ",Fe),Re(["Z","ZZ"],(function(e,t,n){n._useUTC=!0,n._tzm=fr(Fe,e)}));
1094
1094
  // HELPERS
1095
1095
  // timezone chunker
1096
1096
  // '+10:00' > ['10', '00']
@@ -1116,7 +1116,7 @@ return-Math.round(e._d.getTimezoneOffset())}
1116
1116
  // a second time. In case it wants us to change the offset again
1117
1117
  // _changeInProgress == true case, then we have to adjust, because
1118
1118
  // there is no such time in the given timezone.
1119
- 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?Pr(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(Fe,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 Sr(){return!!this.isValid()&&!this._isUTC}function Tr(){return!!this.isValid()&&this._isUTC}function xr(){return!!this.isValid()&&this._isUTC&&0===this._offset}
1119
+ 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(Fe,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?Ar(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(Ie,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 Sr(){return!!this.isValid()&&!this._isUTC}function Tr(){return!!this.isValid()&&this._isUTC}function xr(){return!!this.isValid()&&this._isUTC&&0===this._offset}
1120
1120
  // ASP.NET json date format regex
1121
1121
  r.updateOffset=function(){};var Lr=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,
1122
1122
  // from http://docs.closure-library.googlecode.com/git/closure_goog_date_date.js.source.html
@@ -1126,17 +1126,17 @@ Dr=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:(
1126
1126
  // matching against regexp is expensive, do it on demand
1127
1127
  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:Or(s[2],n),M:Or(s[3],n),w:Or(s[4],n),d:Or(s[5],n),h:Or(s[6],n),m:Or(s[7],n),s:Or(s[8],n)}):null==o?
1128
1128
  // checks for null or undefined
1129
- 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 Or(e,t){
1129
+ o={}:"object"==typeof o&&("from"in o||"to"in o)&&(i=Fr(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 Or(e,t){
1130
1130
  // We'd normally use ~~inp for this, but unfortunately it also
1131
1131
  // converts floats to ints.
1132
1132
  // inp may be undefined, so careful calling replace on it.
1133
1133
  var n=e&&parseFloat(e.replace(",","."));
1134
1134
  // apply sign while we're at it
1135
- return(isNaN(n)?0:n)*t}function Fr(e,t){var n={};return n.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(n.months,"M").isAfter(t)&&--n.months,n.milliseconds=+t-+e.clone().add(n.months,"M"),n}function Ir(e,t){var n;return e.isValid()&&t.isValid()?(t=pr(t,e),e.isBefore(t)?n=Fr(e,t):((n=Fr(t,e)).milliseconds=-n.milliseconds,n.months=-n.months),n):{milliseconds:0,months:0}}
1135
+ return(isNaN(n)?0:n)*t}function Ir(e,t){var n={};return n.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(n.months,"M").isAfter(t)&&--n.months,n.milliseconds=+t-+e.clone().add(n.months,"M"),n}function Fr(e,t){var n;return e.isValid()&&t.isValid()?(t=pr(t,e),e.isBefore(t)?n=Ir(e,t):((n=Ir(t,e)).milliseconds=-n.milliseconds,n.months=-n.months),n):{milliseconds:0,months:0}}
1136
1136
  // TODO: remove 'name' arg after deprecation is removed
1137
- function Ar(e,t){return function(n,r){var i;
1137
+ function Pr(e,t){return function(n,r){var i;
1138
1138
  //invert the arguments, but complain about it
1139
- 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),Pr(this,Mr(n,r),e),this}}function Pr(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 $r=Ar(1,"add"),Hr=Ar(-1,"subtract");function Cr(e){return"string"==typeof e||e instanceof String}
1139
+ 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),Ar(this,Mr(n,r),e),this}}function Ar(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 $r=Pr(1,"add"),Hr=Pr(-1,"subtract");function Cr(e){return"string"==typeof e||e instanceof String}
1140
1140
  // type MomentInput = Moment | Date | string | number | (number | string)[] | MomentInputObject | void; // null | undefined
1141
1141
  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){
1142
1142
  // Support for single parameter, formats only overload to the calendar function
@@ -1181,11 +1181,11 @@ return this.isValid()?this.toISOString():null}function Ti(){return y(this)}funct
1181
1181
  // truncate time
1182
1182
  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":
1183
1183
  // truncate time
1184
- o=r(s[n].until).startOf("day").valueOf(),s[n].until=o.valueOf()}return s}function Oi(e,t,n){var r,i,o,s,a,l=this.eras();for(e=e.toUpperCase(),r=0,i=l.length;r<i;++r)if(o=l[r].name.toUpperCase(),s=l[r].abbr.toUpperCase(),a=l[r].narrow.toUpperCase(),n)switch(t){case"N":case"NN":case"NNN":if(s===e)return l[r];break;case"NNNN":if(o===e)return l[r];break;case"NNNNN":if(a===e)return l[r]}else if([o,s,a].indexOf(e)>=0)return l[r]}function Fi(e,t){var n=e.since<=e.until?1:-1;return void 0===t?r(e.since).year():r(e.since).year()+(t-e.offset)*n}function Ii(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e){if(
1184
+ o=r(s[n].until).startOf("day").valueOf(),s[n].until=o.valueOf()}return s}function Oi(e,t,n){var r,i,o,s,a,l=this.eras();for(e=e.toUpperCase(),r=0,i=l.length;r<i;++r)if(o=l[r].name.toUpperCase(),s=l[r].abbr.toUpperCase(),a=l[r].narrow.toUpperCase(),n)switch(t){case"N":case"NN":case"NNN":if(s===e)return l[r];break;case"NNNN":if(o===e)return l[r];break;case"NNNNN":if(a===e)return l[r]}else if([o,s,a].indexOf(e)>=0)return l[r]}function Ii(e,t){var n=e.since<=e.until?1:-1;return void 0===t?r(e.since).year():r(e.since).year()+(t-e.offset)*n}function Fi(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e){if(
1185
1185
  // truncate time
1186
- n=this.clone().startOf("day").valueOf(),r[e].since<=n&&n<=r[e].until)return r[e].name;if(r[e].until<=n&&n<=r[e].since)return r[e].name}return""}function Ai(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e){if(
1186
+ n=this.clone().startOf("day").valueOf(),r[e].since<=n&&n<=r[e].until)return r[e].name;if(r[e].until<=n&&n<=r[e].since)return r[e].name}return""}function Pi(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e){if(
1187
1187
  // truncate time
1188
- n=this.clone().startOf("day").valueOf(),r[e].since<=n&&n<=r[e].until)return r[e].narrow;if(r[e].until<=n&&n<=r[e].since)return r[e].narrow}return""}function Pi(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e){if(
1188
+ n=this.clone().startOf("day").valueOf(),r[e].since<=n&&n<=r[e].until)return r[e].narrow;if(r[e].until<=n&&n<=r[e].since)return r[e].narrow}return""}function Ai(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e){if(
1189
1189
  // truncate time
1190
1190
  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 $i(){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,
1191
1191
  // truncate time
@@ -1262,7 +1262,7 @@ $e("S",xe,be),$e("SS",xe,ve),$e("SSS",xe,_e),ro="SSSS";ro.length<=9;ro+="S")$e(r
1262
1262
  // MOMENTS
1263
1263
  function ao(){return this._isUTC?"UTC":""}function lo(){return this._isUTC?"Coordinated Universal Time":""}io=he("Milliseconds",!1),
1264
1264
  // FORMATTING
1265
- 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=$r,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=Ti,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=Si,co.toString=Qr,co.unix=_i,co.valueOf=vi,co.creationData=Di,co.eraName=Ii,co.eraNarrow=Ai,co.eraAbbr=Pi,co.eraYear=$i,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=Ot,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=Sr,co.isUtcOffset=Tr,co.isUtc=xr,co.isUTC=xr,co.zoneAbbr=ao,co.zoneName=lo,co.dates=T("dates accessor is deprecated. Use date instead.",eo),co.months=T("months accessor is deprecated. Use month instead",ht),co.years=T("years accessor is deprecated. Use year instead",yt),co.zone=T("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",yr),co.isDSTShifted=T("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}
1265
+ 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=$r,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=Ti,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=Si,co.toString=Qr,co.unix=_i,co.valueOf=vi,co.creationData=Di,co.eraName=Fi,co.eraNarrow=Pi,co.eraAbbr=Ai,co.eraYear=$i,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=Ot,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=Sr,co.isUtcOffset=Tr,co.isUtc=xr,co.isUTC=xr,co.zoneAbbr=ao,co.zoneName=lo,co.dates=T("dates accessor is deprecated. Use date instead.",eo),co.months=T("months accessor is deprecated. Use month instead",ht),co.years=T("years accessor is deprecated. Use year instead",yt),co.zone=T("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",yr),co.isDSTShifted=T("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",Er);var po=F.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}
1266
1266
  // ()
1267
1267
  // (5)
1268
1268
  // (fmt, 5)
@@ -1271,7 +1271,7 @@ R("z",0,0,"zoneAbbr"),R("zz",0,0,"zoneName");var co=k.prototype;function uo(e){r
1271
1271
  // (true, 5)
1272
1272
  // (true, fmt, 5)
1273
1273
  // (true, fmt)
1274
- 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=P,po.longDateFormat=W,po.invalidDate=Z,po.ordinal=q,po.preparse=fo,po.postformat=fo,po.relativeTime=Q,po.pastFuture=ee,po.set=O,po.eras=Mi,po.erasParse=Oi,po.erasConvertYear=Fi,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=Tt,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")}}),
1274
+ 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=A,po.longDateFormat=W,po.invalidDate=Z,po.ordinal=q,po.preparse=fo,po.postformat=fo,po.relativeTime=Q,po.pastFuture=ee,po.set=O,po.eras=Mi,po.erasParse=Oi,po.erasConvertYear=Ii,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=Tt,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")}}),
1275
1275
  // Side effect imports
1276
1276
  r.lang=T("moment.lang is deprecated. Use moment.locale instead.",gn),r.langData=T("moment.langData is deprecated. Use moment.localeData instead.",vn);var Eo=Math.abs;function So(){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 To(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()}
1277
1277
  // supports only 2.0-style add(1, 's') or add(duration)
@@ -1280,25 +1280,25 @@ function xo(e,t){return To(this,e,t,1)}
1280
1280
  function Lo(e,t){return To(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;
1281
1281
  // if we have a mix of positive and negative values, bubble down first
1282
1282
  // check: https://github.com/moment/moment/issues/2166
1283
- return o>=0&&s>=0&&a>=0||o<=0&&s<=0&&a<=0||(o+=864e5*Do(Fo(a)+s),s=0,a=0),
1283
+ return o>=0&&s>=0&&a>=0||o<=0&&s<=0&&a<=0||(o+=864e5*Do(Io(a)+s),s=0,a=0),
1284
1284
  // The following code bubbles up values, see the tests for
1285
1285
  // examples of what that means.
1286
1286
  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+=
1287
1287
  // convert days to months
1288
- i=ce(Oo(s)),s-=Do(Fo(i)),
1288
+ i=ce(Oo(s)),s-=Do(Io(i)),
1289
1289
  // 12 months -> 1 year
1290
1290
  r=ce(a/12),a%=12,l.days=s,l.months=a,l.years=r,this}function Oo(e){
1291
1291
  // 400 years have 146097 days (taking into account leap year rules)
1292
1292
  // 400 years have 12 months === 4800
1293
- return 4800*e/146097}function Fo(e){
1293
+ return 4800*e/146097}function Io(e){
1294
1294
  // the reverse of daysToMonths
1295
- return 146097*e/4800}function Io(e){if(!this.isValid())return NaN;var t,n,r=this._milliseconds;if("month"===(e=re(e))||"quarter"===e||"year"===e)switch(t=this._days+r/864e5,n=this._months+Oo(t),e){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(
1295
+ return 146097*e/4800}function Fo(e){if(!this.isValid())return NaN;var t,n,r=this._milliseconds;if("month"===(e=re(e))||"quarter"===e||"year"===e)switch(t=this._days+r/864e5,n=this._months+Oo(t),e){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(
1296
1296
  // handle milliseconds separately because of floating point math errors (issue #1867)
1297
- t=this._days+Math.round(Fo(this._months)),e){case"week":return t/7+r/6048e5;case"day":return t+r/864e5;case"hour":return 24*t+r/36e5;case"minute":return 1440*t+r/6e4;case"second":return 86400*t+r/1e3;
1297
+ t=this._days+Math.round(Io(this._months)),e){case"week":return t/7+r/6048e5;case"day":return t+r/864e5;case"hour":return 24*t+r/36e5;case"minute":return 1440*t+r/6e4;case"second":return 86400*t+r/1e3;
1298
1298
  // Math.floor prevents floating point math errors here
1299
1299
  case"millisecond":return Math.floor(864e5*t)+r;default:throw new Error("Unknown unit "+e)}}
1300
1300
  // TODO: Use this.as('ms')?
1301
- function Ao(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*ue(this._months/12):NaN}function Po(e){return function(){return this.as(e)}}var $o=Po("ms"),Ho=Po("s"),Co=Po("m"),Bo=Po("h"),No=Po("d"),Ro=Po("w"),Yo=Po("M"),Uo=Po("Q"),Go=Po("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
1301
+ function Po(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*ue(this._months/12):NaN}function Ao(e){return function(){return this.as(e)}}var $o=Ao("ms"),Ho=Ao("s"),Co=Ao("m"),Bo=Ao("h"),No=Ao("d"),Ro=Ao("w"),Yo=Ao("M"),Uo=Ao("Q"),Go=Ao("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
1302
1302
  s:45,// seconds to minute
1303
1303
  m:45,// minutes to hour
1304
1304
  h:22,// hours to day
@@ -1324,11 +1324,11 @@ e=ce(l/60),t=ce(e/60),l%=60,e%=60,
1324
1324
  // 12 months -> 1 year
1325
1325
  n=ce(u/12),u%=12,
1326
1326
  // inspired by https://github.com/dordille/moment-isoduration/blob/master/moment.isoduration.js
1327
- 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=So,hs.add=xo,hs.subtract=Lo,hs.as=Io,hs.asMilliseconds=$o,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=Ao,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=T("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",us),hs.lang=li,
1327
+ 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=So,hs.add=xo,hs.subtract=Lo,hs.as=Fo,hs.asMilliseconds=$o,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=Po,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=T("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",us),hs.lang=li,
1328
1328
  // FORMATTING
1329
1329
  R("X",0,0,"unix"),R("x",0,0,"valueOf"),
1330
1330
  // PARSING
1331
- $e("x",Oe),$e("X",Ae),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))})),
1331
+ $e("x",Oe),$e("X",Pe),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))})),
1332
1332
  //! moment.js
1333
1333
  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,
1334
1334
  // currently HTML5 input type only supports 24-hour formats
@@ -1340,69 +1340,55 @@ TIME:"HH:mm",// <input type="time" />
1340
1340
  TIME_SECONDS:"HH:mm:ss",// <input type="time" step="1" />
1341
1341
  TIME_MS:"HH:mm:ss.SSS",// <input type="time" step="0.001" />
1342
1342
  WEEK:"GGGG-[W]WW",// <input type="week" />
1343
- MONTH:"YYYY-MM"},r}()}));function $i(e,t){zn(e,t)}const Hi={en:{timeText:"Time",sessionTimer:"logged in for {timeString}",panicButton:"Hold button for 3 seconds to take 24-hour timeout"},de:{timeText:"bet-at-home Zeit:",sessionTimer:"Eingeloggt seit {timeString} Stunden",panicButton:"Button für 3 Sekunden drücken um eine 24-stündige Auszeit zu nehmen"},fr:{timeText:"Time",sessionTimer:"logged in for {timeString}",panicButton:"Hold button for 3 seconds to take 24-hour timeout"},ro:{timeText:"Ora",sessionTimer:"online de {timeString}",panicButton:"Hold button for 3 seconds to take 24-hour timeout"},es:{timeText:"Hora",sessionTimer:"tiempo sesión {timeString}",panicButton:"Dar clic durante 3 segundos para tomar un descanso de 24 horas"},pt:{timeText:"Time",sessionTimer:"logged in for {timeString}",panicButton:"Hold button for 3 seconds to take 24-hour timeout"},hr:{timeText:"Vrijeme",sessionTimer:"Prijavljeni ste {timeString}",panicButton:"Držite gumb 3 sekunde kako bi uzeli 24-satni timeout"},sl:{timeText:"Time",sessionTimer:"logged in for {timeString}",panicButton:"Držite gumb 3 sekunde, da bi vzeli 24 urni premor"},pl:{timeText:"Time",sessionTimer:"logged in for {timeString}",panicButton:"Przytrzymaj przycisk przez 3 sekundy, aby uzyskać 24-godzinny limit czasu"}},{document:Ci}=h;
1344
- /* src/CasinoFooterV2.svelte generated by Svelte v3.59.2 */function Bi(e,t,n){const r=e.slice();return r[81]=t[n],r}function Ni(e,t,n){const r=e.slice();return r[84]=t[n],r}function Ri(e,t,n){const r=e.slice();return r[87]=t[n],r}
1345
- // (294:2) {#if headScript}
1346
- function Yi(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)}}}
1347
- // (304:2) {:else}
1348
- function Ui(e){let t,n,r,i,o,s,a,l,c,u,h,m,y=/*helpLinksRepeater*/e[13]&&Vi(e),b=/*gameVendorsRepeater*/e[8]&&Zi(e),_=/*paymentMethodsRepeater*/e[10]&&Ki(e),w=/*panicbuttonenabled*/"true"===e[3]&&/*isLoggedIn*/e[25]&&Ji(e),E=/*licensesRepeater*/e[15]&&Qi(e),S=/*sponsorsRepeater*/e[12]&&no(e),T=/*socialLinksRepeater*/e[17]&&oo(e),x=/*languageselectorenabled*/"true"===e[2]&&/*languagePackLoaded*/e[31]&&/*selectedLanguage*/e[26]&&ao(e),L=/*copyright*/e[18]&&uo(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(),S&&S.c(),u=v(),T&&T.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),S&&S.m(o,null),d(o,u),T&&T.m(o,null),d(o,h),x&&x.m(o,null),d(o,m),L&&L.m(o,null)
1349
- /*div2_binding*/,e[56](t)},p(e,t){/*helpLinksRepeater*/e[13]?y?y.p(e,t):(y=Vi(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=Zi(e),b.c(),b.m(o,s)):b&&(b.d(1),b=null),/*paymentMethodsRepeater*/e[10]?_?_.p(e,t):(_=Ki(e),_.c(),_.m(o,a)):_&&(_.d(1),_=null),/*panicbuttonenabled*/"true"===e[3]&&/*isLoggedIn*/e[25]?w?w.p(e,t):(w=Ji(e),w.c(),w.m(o,l)):w&&(w.d(1),w=null),/*licensesRepeater*/e[15]?E?E.p(e,t):(E=Qi(e),E.c(),E.m(o,c)):E&&(E.d(1),E=null),/*sponsorsRepeater*/e[12]?S?S.p(e,t):(S=no(e),S.c(),S.m(o,u)):S&&(S.d(1),S=null),/*socialLinksRepeater*/e[17]?T?T.p(e,t):(T=oo(e),T.c(),T.m(o,h)):T&&(T.d(1),T=null),/*languageselectorenabled*/"true"===e[2]&&/*languagePackLoaded*/e[31]&&/*selectedLanguage*/e[26]?x?x.p(e,t):(x=ao(e),x.c(),x.m(o,m)):x&&(x.d(1),x=null),/*copyright*/e[18]?L?L.p(e,t):(L=uo(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(),S&&S.d(),T&&T.d(),x&&x.d(),L&&L.d()
1350
- /*div2_binding*/,e[56](null)}}}
1351
- // (302:2) {#if isLoading}
1352
- function Gi(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)}}}
1353
- // (299:0) {#if hasErrors}
1354
- function ji(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)}}}
1355
- // (309:8) {#if helpLinksRepeater}
1356
- function Vi(e){let t,n=/*helpLinksRepeater*/e[13],r=[];for(let t=0;t<n.length;t+=1)r[t]=zi(Ri(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=Ri(e,n,o);r[o]?r[o].p(s,i):(r[o]=zi(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)}}}
1357
- // (311:12) {#if category.key}
1358
- function Wi(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+"")&&S(n,r)},d(e){e&&p(t)}}}
1359
- // (310:10) {#each helpLinksRepeater as category}
1360
- function zi(e){let t,n,r,i=/*category*/e[87].key&&Wi(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=Wi(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)}}}
1361
- // (329:8) {#if gameVendorsRepeater}
1362
- function Zi(e){let t,n,r,i,o=/*gameVendorsLinksTitle*/e[7]&&Xi(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=Xi(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
- // (332:14) {#if gameVendorsLinksTitle}
1364
- function Xi(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]&&S(n,/*gameVendorsLinksTitle*/e[7])},d(e){e&&p(t)}}}
1365
- // (347:6) {#if paymentMethodsRepeater}
1366
- function Ki(e){let t,n,r,i,o=/*paymentLinksTitle*/e[9]&&qi(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=qi(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()}}}
1367
- // (350:12) {#if paymentLinksTitle}
1368
- function qi(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]&&S(n,/*paymentLinksTitle*/e[9])},d(e){e&&p(t)}}}
1369
- // (366:6) {#if panicbuttonenabled === "true" && isLoggedIn}
1370
- function Ji(e){let t;return{c(){t=g("player-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)}}}
1371
- // (376:6) {#if licensesRepeater}
1372
- function Qi(e){let t,n,r,i,o,s,a=/*licensesLinksTitle*/e[14]&&eo(e),l=/*licenseDesc*/e[19]&&to(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=eo(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=to(e),l.c(),l.m(s,null)):l&&(l.d(1),l=null)},d(e){e&&p(t),a&&a.d(),l&&l.d()}}}
1373
- // (379:12) {#if licensesLinksTitle}
1374
- function eo(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]&&S(n,/*licensesLinksTitle*/e[14])},d(e){e&&p(t)}}}
1375
- // (392:12) {#if licenseDesc}
1376
- function to(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)}}}
1377
- // (403:6) {#if sponsorsRepeater}
1378
- function no(e){let t,n=/*sponsorsRepeater*/e[12]&&ro(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=ro(e),n.c(),n.m(t,null)):n&&(n.d(1),n=null)},d(e){e&&p(t),n&&n.d()}}}
1379
- // (405:10) {#if sponsorsRepeater}
1380
- function ro(e){let t,n,r,i=/*sponsorsLinksTitle*/e[11]&&io(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=io(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
- // (407:12) {#if sponsorsLinksTitle}
1382
- function io(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]&&S(n,/*sponsorsLinksTitle*/e[11])},d(e){e&&p(t)}}}
1383
- // (424:8) {#if socialLinksRepeater}
1384
- function oo(e){let t,n,r,i=/*socialLinksTitle*/e[16]&&so(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=so(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()}}}
1385
- // (426:12) {#if socialLinksTitle}
1386
- function so(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]&&S(n,/*socialLinksTitle*/e[16])},d(e){e&&p(t)}}}
1387
- // (441:6) {#if (languageselectorenabled==="true" && languagePackLoaded && selectedLanguage)}
1388
- function ao(e){let t,n,i,o,s,l,c,u,h,_,E,x,L,D,M,O,F,I=/*languagesArray*/e[27],A=[];for(let t=0;t<I.length;t+=1)A[t]=lo(Ni(e,I,t));let P=/*languages*/e[5],$=[];for(let t=0;t<P.length;t+=1)$[t]=co(Bi(e,P,t));return{c(){t=g("div"),n=g("div"),i=g("select");for(let e=0;e<A.length;e+=1)A[e].c();o=v(),s=g("div"),l=g("div"),c=g("ul");for(let e=0;e<$.length;e+=1)$[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<A.length;e+=1)A[e]&&A[e].m(i,null);T(i,/*selectedLanguage*/e[26],!0),d(n,o),d(n,s),d(s,l),d(l,c);for(let e=0;e<$.length;e+=1)$[e]&&$[e].m(c,null);
1389
- /*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),O||(F=[w(i,"change",/*select_change_handler*/e[53]),w(i,"change",/*change_handler*/e[54]),w(h,"click",/*toggleLanguageDrawer*/e[36])],O=!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=Ni(e,I,n);A[n]?A[n].p(r,t):(A[n]=lo(r),A[n].c(),A[n].m(i,null))}for(;n<A.length;n+=1)A[n].d(1);A.length=I.length}if(/*selectedLanguage, languagesArray*/201326592&t[0]&&T(i,/*selectedLanguage*/e[26]),/*languages*/32&t[0]|/*overlayOptionTrigger*/64&t[1]){let n;for(P=/*languages*/e[5],n=0;n<P.length;n+=1){const r=Bi(e,P,n);$[n]?$[n].p(r,t):($[n]=co(r),$[n].c(),$[n].m(c,null))}for(;n<$.length;n+=1)$[n].d(1);$.length=P.length}/*currentLanguageFlag*/1073741824&t[0]&&!a(_.src,E=/*currentLanguageFlag*/e[30])&&k(_,"src",E),/*languageDisplayName*/536870912&t[0]&&S(x,/*languageDisplayName*/e[29]),/*selectedLanguage, languagesArray*/201326592&t[0]&&(h.value=/*selectedLanguage*/e[26])},d(n){n&&p(t),m(A,n),m($,n),
1390
- /*div0_binding*/e[55](null),O=!1,r(F)}}}
1391
- // (446:14) {#each languagesArray as operatorLanguage}
1392
- function lo(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]+"")&&S(n,i),/*languagesArray*/134217728&o[0]&&r!==(r=/*operatorLanguage*/e[84])&&(t.__value=r,t.value=t.__value)},d(e){e&&p(t)}}}
1393
- // (455:18) {#each languages as language}
1394
- function co(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+"")&&S(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()}}}
1395
- // (471:6) {#if copyright}
1396
- function uo(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 ho(t){let n,r,i,o=/*headScript*/t[22]&&Yi(t);function s(e,t){/*hasErrors*/
1397
- return e[20]?ji:/*isLoading*/e[21]?Gi:Ui}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(Ci.head,null),d(Ci.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=Yi(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 fo(e,t,n){let r;c(e,$r,(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:S="name"}=t,{session:T=""}=t,{userid:x=""}=t,{userendpoint:L=""}=t,{panicbuttonenabled:D="true"}=t,{sessiontimerenabled:M="true"}=t,{grouplink:F="true"}=t,{baseurl:A=""}=t,P=window.navigator.userAgent,$=(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)))(P),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}){mr.subscribe((n=>{null==n&&(jn.set(t),mr.set(e))}));// maybe we will need this to make sure that the i18n is set up only once
1343
+ MONTH:"YYYY-MM"},r}()}));function Ai(e,t){Wn(e,t)}const $i={en:{timeText:"Time",sessionTimer:"logged in for {timeString}",panicButton:"Hold button for 3 seconds to take 24-hour timeout"},de:{timeText:"bet-at-home Zeit:",sessionTimer:"Eingeloggt seit {timeString} Stunden",panicButton:"Button für 3 Sekunden drücken um eine 24-stündige Auszeit zu nehmen"},fr:{timeText:"Time",sessionTimer:"logged in for {timeString}",panicButton:"Hold button for 3 seconds to take 24-hour timeout"},ro:{timeText:"Ora",sessionTimer:"online de {timeString}",panicButton:"Hold button for 3 seconds to take 24-hour timeout"},es:{timeText:"Hora",sessionTimer:"tiempo sesión {timeString}",panicButton:"Dar clic durante 3 segundos para tomar un descanso de 24 horas"},pt:{timeText:"Time",sessionTimer:"logged in for {timeString}",panicButton:"Hold button for 3 seconds to take 24-hour timeout"},hr:{timeText:"Vrijeme",sessionTimer:"Prijavljeni ste {timeString}",panicButton:"Držite gumb 3 sekunde kako bi uzeli 24-satni timeout"},sl:{timeText:"Time",sessionTimer:"logged in for {timeString}",panicButton:"Držite gumb 3 sekunde, da bi vzeli 24 urni premor"},pl:{timeText:"Time",sessionTimer:"logged in for {timeString}",panicButton:"Przytrzymaj przycisk przez 3 sekundy, aby uzyskać 24-godzinny limit czasu"}},{document:Hi}=u;
1344
+ /* src/CasinoFooterV2.svelte generated by Svelte v3.59.2 */function Ci(e,t,n){const r=e.slice();return r[73]=t[n],r}function Bi(e,t,n){const r=e.slice();return r[76]=t[n],r}function Ni(e,t,n){const r=e.slice();return r[79]=t[n],r}
1345
+ // (282:2) {#if headScript}
1346
+ function Ri(e){let t,n;return{c(){t=m("script"),a(t.src,n=/*licenseScriptSrc*/e[9])||w(t,"src",n)},m(e,n){d(e,t,n)},p(e,r){/*licenseScriptSrc*/512&r[0]&&!a(t.src,n=/*licenseScriptSrc*/e[9])&&w(t,"src",n)},d(e){e&&f(t)}}}
1347
+ // (292:2) {:else}
1348
+ function Yi(e){let t,n,r,i,o,s,a,l,c,u,g,y,_=/*helpLinksRepeater*/e[23]&&
1349
+ // (297:8) {#if helpLinksRepeater}
1350
+ function(e){let t,n=/*helpLinksRepeater*/e[23],r=[];for(let t=0;t<n.length;t+=1)r[t]=ji(Ni(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);d(e,t,n)},p(e,i){if(/*clientstyling, helpLinksRepeater, baseurl, lang*/8388627&i[0]){let o;for(n=/*helpLinksRepeater*/e[23],o=0;o<n.length;o+=1){const s=Ni(e,n,o);r[o]?r[o].p(s,i):(r[o]=ji(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){p(r,e),e&&f(t)}}}
1351
+ // (299:12) {#if category.key}
1352
+ (e),E=/*gameVendorsRepeater*/e[20]&&
1353
+ // (317:8) {#if gameVendorsRepeater}
1354
+ function(e){let t,n,r,i;return{c(){t=m("div"),n=m("div"),r=b(),i=m("casino-footer-section"),k(i,"vendorflag","1"),k(i,"clientstyling",/*clientstyling*/e[0]),k(i,"baseurl",/*baseurl*/e[4]),k(i,"lang",/*lang*/e[1]),k(i,"footertype","footersecondary"),w(t,"class","GridRow")},m(e,o){d(e,t,o),h(t,n),h(n,r),h(n,i)},p(e,t){/*clientstyling*/1&t[0]&&k(i,"clientstyling",/*clientstyling*/e[0]),/*baseurl*/16&t[0]&&k(i,"baseurl",/*baseurl*/e[4]),/*lang*/2&t[0]&&k(i,"lang",/*lang*/e[1])},d(e){e&&f(t)}}}
1355
+ // (335:6) {#if paymentMethodsRepeater}
1356
+ (e),S=/*paymentMethodsRepeater*/e[21]&&function(e){let t,n,r,i;return{c(){t=m("div"),n=m("div"),r=b(),i=m("casino-footer-section"),k(i,"paymentflag","1"),k(i,"clientstyling",/*clientstyling*/e[0]),k(i,"baseurl",/*baseurl*/e[4]),k(i,"lang",/*lang*/e[1]),k(i,"footertype","footersecondary"),w(t,"class","GridRow")},m(e,o){d(e,t,o),h(t,n),h(n,r),h(n,i)},p(e,t){/*clientstyling*/1&t[0]&&k(i,"clientstyling",/*clientstyling*/e[0]),/*baseurl*/16&t[0]&&k(i,"baseurl",/*baseurl*/e[4]),/*lang*/2&t[0]&&k(i,"lang",/*lang*/e[1])},d(e){e&&f(t)}}}
1357
+ // (354:6) {#if panicbuttonenabled === "true" && isLoggedIn}
1358
+ (e),T=/*panicbuttonenabled*/"true"===e[3]&&/*isLoggedIn*/e[11]&&Vi(e),x=/*licensesRepeater*/e[24]&&
1359
+ // (364:6) {#if licensesRepeater}
1360
+ function(e){let t,n,r,i,o,s;return{c(){t=m("div"),n=m("div"),r=b(),i=m("casino-footer-section"),o=b(),s=m("div"),k(i,"licenseflag","1"),k(i,"clientstyling",/*clientstyling*/e[0]),k(i,"baseurl",/*baseurl*/e[4]),k(i,"lang",/*lang*/e[1]),k(i,"footertype","footersecondary"),w(n,"class","LicenseLinks"),w(s,"class","LicenseDesc"),w(t,"class","GridRow")},m(e,a){d(e,t,a),h(t,n),h(n,r),h(n,i),h(t,o),h(t,s)},p(e,t){/*clientstyling*/1&t[0]&&k(i,"clientstyling",/*clientstyling*/e[0]),/*baseurl*/16&t[0]&&k(i,"baseurl",/*baseurl*/e[4]),/*lang*/2&t[0]&&k(i,"lang",/*lang*/e[1])},d(e){e&&f(t)}}}
1361
+ // (391:6) {#if sponsorsRepeater}
1362
+ (e),L=/*sponsorsRepeater*/e[22]&&function(e){let t,n=/*sponsorsRepeater*/e[22]&&
1363
+ // (393:10) {#if sponsorsRepeater}
1364
+ function(e){let t,n,r;return{c(){t=m("div"),n=b(),r=m("casino-footer-section"),k(r,"sponsorflag","1"),k(r,"clientstyling",/*clientstyling*/e[0]),k(r,"baseurl",/*baseurl*/e[4]),k(r,"lang",/*lang*/e[1]),k(r,"footertype","footersecondary")},m(e,i){d(e,t,i),h(t,n),h(t,r)},p(e,t){/*clientstyling*/1&t[0]&&k(r,"clientstyling",/*clientstyling*/e[0]),/*baseurl*/16&t[0]&&k(r,"baseurl",/*baseurl*/e[4]),/*lang*/2&t[0]&&k(r,"lang",/*lang*/e[1])},d(e){e&&f(t)}}}
1365
+ // (412:8) {#if socialLinksRepeater}
1366
+ (e);return{c(){t=m("div"),n&&n.c(),w(t,"class","GridRow")},m(e,r){d(e,t,r),n&&n.m(t,null)},p(e,t){/*sponsorsRepeater*/e[22]&&n.p(e,t)},d(e){e&&f(t),n&&n.d()}}}(e),D=/*socialLinksRepeater*/e[25]&&function(e){let t,n,r;return{c(){t=m("div"),n=b(),r=m("casino-footer-section"),k(r,"socialflag","1"),k(r,"clientstyling",/*clientstyling*/e[0]),k(r,"baseurl",/*baseurl*/e[4]),k(r,"lang",/*lang*/e[1]),k(r,"footertype","footersecondary"),w(t,"class","GridRow")},m(e,i){d(e,t,i),h(t,n),h(t,r)},p(e,t){/*clientstyling*/1&t[0]&&k(r,"clientstyling",/*clientstyling*/e[0]),/*baseurl*/16&t[0]&&k(r,"baseurl",/*baseurl*/e[4]),/*lang*/2&t[0]&&k(r,"lang",/*lang*/e[1])},d(e){e&&f(t)}}}
1367
+ // (429:6) {#if (languageselectorenabled==="true" && languagePackLoaded && selectedLanguage)}
1368
+ (e),M=/*languageselectorenabled*/"true"===e[2]&&/*languagePackLoaded*/e[17]&&/*selectedLanguage*/e[12]&&Wi(e);return{c(){t=m("div"),n=m("div"),_&&_.c(),i=b(),o=m("div"),E&&E.c(),s=b(),S&&S.c(),a=b(),T&&T.c(),l=b(),x&&x.c(),c=b(),L&&L.c(),u=b(),D&&D.c(),g=b(),M&&M.c(),y=b(),w(n,"class",r="FooterSide "+(/*isOnMobile*/e[19]&&/*isLoggedIn*/e[11]&&/*panicbuttonenabled*/"true"===e[3]?"FooterSideMobile":"")),w(o,"class","FooterGrid"),w(t,"class","Footer")},m(r,f){d(r,t,f),h(t,n),_&&_.m(n,null),h(t,i),h(t,o),E&&E.m(o,null),h(o,s),S&&S.m(o,null),h(o,a),T&&T.m(o,null),h(o,l),x&&x.m(o,null),h(o,c),L&&L.m(o,null),h(o,u),D&&D.m(o,null),h(o,g),M&&M.m(o,null),h(o,y),
1369
+ /*div2_binding*/e[49](t)},p(e,t){/*helpLinksRepeater*/e[23]&&_.p(e,t),/*isLoggedIn, panicbuttonenabled*/2056&t[0]&&r!==(r="FooterSide "+(/*isOnMobile*/e[19]&&/*isLoggedIn*/e[11]&&/*panicbuttonenabled*/"true"===e[3]?"FooterSideMobile":""))&&w(n,"class",r),/*gameVendorsRepeater*/e[20]&&E.p(e,t),/*paymentMethodsRepeater*/e[21]&&S.p(e,t),/*panicbuttonenabled*/"true"===e[3]&&/*isLoggedIn*/e[11]?T?T.p(e,t):(T=Vi(e),T.c(),T.m(o,l)):T&&(T.d(1),T=null),/*licensesRepeater*/e[24]&&x.p(e,t),/*sponsorsRepeater*/e[22]&&L.p(e,t),/*socialLinksRepeater*/e[25]&&D.p(e,t),/*languageselectorenabled*/"true"===e[2]&&/*languagePackLoaded*/e[17]&&/*selectedLanguage*/e[12]?M?M.p(e,t):(M=Wi(e),M.c(),M.m(o,y)):M&&(M.d(1),M=null)},d(n){n&&f(t),_&&_.d(),E&&E.d(),S&&S.d(),T&&T.d(),x&&x.d(),L&&L.d(),D&&D.d(),M&&M.d()
1370
+ /*div2_binding*/,e[49](null)}}}
1371
+ // (290:2) {#if isLoading}
1372
+ function Ui(t){let n;return{c(){n=m("p"),n.textContent="Loading ...",w(n,"class","SearchLoading")},m(e,t){d(e,n,t)},p:e,d(e){e&&f(n)}}}
1373
+ // (287:0) {#if hasErrors}
1374
+ function Gi(t){let n;return{c(){n=m("p"),n.textContent="500 Error - Internal Server Error",w(n,"class","SearchLoading")},m(e,t){d(e,n,t)},p:e,d(e){e&&f(n)}}}
1375
+ // (298:10) {#each helpLinksRepeater as category}
1376
+ function ji(t){let n,r,i=/*category*/t[79].key&&function(t){let n,r,i=/*category*/t[79].key+"";return{c(){n=m("p"),r=y(i),w(n,"class","FooterTitle")},m(e,t){d(e,n,t),h(n,r)},p:e,d(e){e&&f(n)}}}(t);return{c(){i&&i.c(),n=b(),r=m("casino-footer-section"),k(r,"helperflag","1"),k(r,"clientstyling",/*clientstyling*/t[0]),k(r,"category",/*category*/t[79].key),k(r,"displaycolumn","true"),k(r,"baseurl",/*baseurl*/t[4]),k(r,"lang",/*lang*/t[1]),k(r,"footertype","footersecondary")},m(e,t){i&&i.m(e,t),d(e,n,t),d(e,r,t)},p(e,t){/*category*/e[79].key&&i.p(e,t),/*clientstyling*/1&t[0]&&k(r,"clientstyling",/*clientstyling*/e[0]),/*baseurl*/16&t[0]&&k(r,"baseurl",/*baseurl*/e[4]),/*lang*/2&t[0]&&k(r,"lang",/*lang*/e[1])},d(e){i&&i.d(e),e&&f(n),e&&f(r)}}}function Vi(e){let t;return{c(){t=m("player-panic-button"),k(t,"customtext",/*panicButtonCustomText*/e[18]),k(t,"alternativestyling","true"),k(t,"lang",/*lang*/e[1]),k(t,"clientstyling",/*clientstyling*/e[0])},m(e,n){d(e,t,n)},p(e,n){/*panicButtonCustomText*/262144&n[0]&&k(t,"customtext",/*panicButtonCustomText*/e[18]),/*lang*/2&n[0]&&k(t,"lang",/*lang*/e[1]),/*clientstyling*/1&n[0]&&k(t,"clientstyling",/*clientstyling*/e[0])},d(e){e&&f(t)}}}function Wi(e){let t,n,i,o,s,l,c,u,v,k,T,x,L,D,M,O,I,F=/*languagesArray*/e[13],P=[];for(let t=0;t<F.length;t+=1)P[t]=zi(Bi(e,F,t));let A=/*languages*/e[26],$=[];for(let t=0;t<A.length;t+=1)$[t]=Zi(Ci(e,A,t));return{c(){t=m("div"),n=m("div"),i=m("select");for(let e=0;e<P.length;e+=1)P[e].c();o=b(),s=m("div"),l=m("div"),c=m("ul");for(let e=0;e<$.length;e+=1)$[e].c();u=b(),v=m("button"),k=m("img"),x=y(/*languageDisplayName*/e[15]),L=b(),D=g("svg"),M=g("path"),w(i,"class","Item ItemLanguage"),/*selectedLanguage*/void 0===e[12]&&H((()=>/*select_change_handler*/e[46].call(i))),w(c,"id","LanguageList"),w(l,"class","LanguageDrawer hidden"),w(k,"class","LanguageFlag"),a(k.src,T=/*currentLanguageFlag*/e[16])||w(k,"src",T),w(M,"opacity","0.4"),w(M,"d","M0.94 0L4.00067 3.05467L7.06 0L8 0.940667L4.00067 4.94133L0 0.940667L0.94 0Z"),w(M,"fill","black"),w(D,"width","8"),w(D,"height","5"),w(D,"viewBox","0 0 8 5"),w(D,"fill","none"),w(D,"xmlns","http://www.w3.org/2000/svg"),w(v,"class","DrawerButton"),v.value=/*selectedLanguage*/e[12],w(s,"class","LanguageSelectorOverlay"),w(n,"class","LanguageSelectorContainer"),w(t,"class","GridRow")},m(r,a){d(r,t,a),h(t,n),h(n,i);for(let e=0;e<P.length;e+=1)P[e]&&P[e].m(i,null);S(i,/*selectedLanguage*/e[12],!0),h(n,o),h(n,s),h(s,l),h(l,c);for(let e=0;e<$.length;e+=1)$[e]&&$[e].m(c,null);
1377
+ /*div0_binding*/e[48](l),h(s,u),h(s,v),h(v,k),h(v,x),h(v,L),h(v,D),h(D,M),O||(I=[_(i,"change",/*select_change_handler*/e[46]),_(i,"change",/*change_handler*/e[47]),_(v,"click",/*toggleLanguageDrawer*/e[29])],O=!0)},p(e,t){if(/*languagesArray*/8192&t[0]){let n;for(F=/*languagesArray*/e[13],n=0;n<F.length;n+=1){const r=Bi(e,F,n);P[n]?P[n].p(r,t):(P[n]=zi(r),P[n].c(),P[n].m(i,null))}for(;n<P.length;n+=1)P[n].d(1);P.length=F.length}if(/*selectedLanguage, languagesArray*/12288&t[0]&&S(i,/*selectedLanguage*/e[12]),/*languages, overlayOptionTrigger*/1140850688&t[0]){let n;for(A=/*languages*/e[26],n=0;n<A.length;n+=1){const r=Ci(e,A,n);$[n]?$[n].p(r,t):($[n]=Zi(r),$[n].c(),$[n].m(c,null))}for(;n<$.length;n+=1)$[n].d(1);$.length=A.length}/*currentLanguageFlag*/65536&t[0]&&!a(k.src,T=/*currentLanguageFlag*/e[16])&&w(k,"src",T),/*languageDisplayName*/32768&t[0]&&E(x,/*languageDisplayName*/e[15]),/*selectedLanguage, languagesArray*/12288&t[0]&&(v.value=/*selectedLanguage*/e[12])},d(n){n&&f(t),p(P,n),p($,n),
1378
+ /*div0_binding*/e[48](null),O=!1,r(I)}}}
1379
+ // (434:14) {#each languagesArray as operatorLanguage}
1380
+ function zi(e){let t,n,r,i=/*operatorLanguage*/e[76]+"";return{c(){t=m("option"),n=y(i),t.__value=r=/*operatorLanguage*/e[76],t.value=t.__value,t.selected=!0},m(e,r){d(e,t,r),h(t,n)},p(e,o){/*languagesArray*/8192&o[0]&&i!==(i=/*operatorLanguage*/e[76]+"")&&E(n,i),/*languagesArray*/8192&o[0]&&r!==(r=/*operatorLanguage*/e[76])&&(t.__value=r,t.value=t.__value)},d(e){e&&f(t)}}}
1381
+ // (443:18) {#each languages as language}
1382
+ function Zi(t){let n,r,i,o,s,l,c,u,p=/*language*/t[73].name+"";return{c(){n=m("li"),r=m("img"),o=m("a"),s=m("span"),l=y(p),w(r,"class","LanguageFlag"),a(r.src,i=/*language*/t[73].flag_icon_editable)||w(r,"src",i),w(o,"href","javascript:void(0)"),w(n,"class","OverlayLanguageOption"),w(n,"data-lang",/*language*/t[73].code)},m(e,i){d(e,n,i),h(n,r),h(n,o),h(o,s),h(s,l),c||(u=_(n,"click",/*overlayOptionTrigger*/t[30]),c=!0)},p:e,d(e){e&&f(n),c=!1,u()}}}function Xi(t){let n,r,i,o=/*headScript*/t[8]&&Ri(t);function s(e,t){/*hasErrors*/
1383
+ return e[6]?Gi:/*isLoading*/e[7]?Ui:Yi}let a=s(t),l=a(t);return{c(){o&&o.c(),n=v(),r=b(),l.c(),i=v(),this.c=e},m(e,t){o&&o.m(Hi.head,null),h(Hi.head,n),d(e,r,t),l.m(e,t),d(e,i,t)},p(e,t){/*headScript*/e[8]?o?o.p(e,t):(o=Ri(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),f(n),e&&f(r),l.d(e),e&&f(i)}}}function Ki(e,t,n){let r;c(e,Ar,(e=>n(60,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:S="name"}=t,{session:T=""}=t,{userid:x=""}=t,{userendpoint:L=""}=t,{panicbuttonenabled:D="true"}=t,{sessiontimerenabled:O="true"}=t,{grouplink:F="true"}=t,{baseurl:P=""}=t,A=window.navigator.userAgent,$=(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)))(A),H=!1,C=!1,B=!1,N="",R="",Y=!1,U="hr",G=[],j=[],V="",W="",z=!1,Z="",X=document.createElement("p"),K=document.createElement("p");!function({withLocale:e,translations:t}){pr.subscribe((n=>{null==n&&(Gn.set(t),pr.set(e))}));// maybe we will need this to make sure that the i18n is set up only once
1398
1384
  /*dictionary.set(translations);
1399
- locale.set(_locale);*/}({withLocale:"en",translations:{}});Object.keys(Hi).forEach((e=>{$i(e,Hi[e])}));let he=r("panicButton");const de=()=>{(function(e,t){return new Promise(((n,r)=>{let i=new Headers;i.append("X-SessionID",t),be(`${e}/v1/player/session/player`,{method:"GET",headers:i}).then((e=>e.json())).then((e=>n(e))).catch((e=>r(e)))}))})(L,T).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=>{
1385
+ locale.set(_locale);*/}({withLocale:"en",translations:{}});Object.keys($i).forEach((e=>{Ai(e,$i[e])}));let q=r("panicButton");const J=()=>{(function(e,t){return new Promise(((n,r)=>{let i=new Headers;i.append("X-SessionID",t),ye(`${e}/v1/player/session/player`,{method:"GET",headers:i}).then((e=>e.json())).then((e=>n(e))).catch((e=>r(e)))}))})(L,T).then((e=>{e.Guid,e.UserID,n(11,Y=!0),Q(e)}),(e=>{n(11,Y=!1),console.error("Error while checking the session - ",e)}))},Q=e=>{
1400
1386
  // using Date instead of moment because they recommend in their docs to stop using it for new projects
1401
- 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",{values:{timeString:le}})}`,i+=1e3}),1e3)},pe=()=>{const e="false"!=_?_:`hh:mm${"true"===v?":ss":""} (UTC Z)`;o=Pi().format(e),ue.innerHTML=r("timeText").length>0?` ${r("timeText")} ${o}`:` ${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),S){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,mr.set(e),n(32,he=r("panicButton"))};O((()=>()=>{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,S=e.languagedisplaytype),"session"in e&&n(48,T=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,F=e.grouplink),"baseurl"in e&&n(4,A=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]&&T&&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=Hr(P);e.searchParams.append("env",p),t&&("PC"===t?e.searchParams.append("device","dk"):e.searchParams.append("device","mtWeb")),"true"==F&&e.searchParams.append("helpLinks_groupby","helpLinkCategory"),n(20,K=!1),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=>{$i(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,
1387
+ 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),Z=`${o>9?o:"0"+o}:${s>9?s:"0"+s}:${a>9?a:"0"+a}`,X.innerHTML=` ${r("sessionTimer",{values:{timeString:Z}})}`,i+=1e3}),1e3)},ee=()=>{const e="false"!=_?_:`hh:mm${"true"===v?":ss":""} (UTC Z)`;o=Pi().format(e),K.innerHTML=r("timeText").length>0?` ${r("timeText")} ${o}`:` ${w} ${o}`},te=()=>{window.postMessage({type:"LanguageChanged",selectedLanguage:U},window.location.href)},ne=()=>{let e=!1;G.forEach(((t,r)=>{if(t.code==U.toLowerCase()){let r="";switch(e=!0,n(16,W=t.flag_icon_editable),S){case"name":r=t.name;break;case"translatedName":r=t.translated_name;break;default:r=t.code}n(15,V=r)}})),e||n(15,V=U)},re=()=>{var e;e=f,pr.set(e),n(18,q=r("panicButton"))};M((()=>()=>{clearInterval(l),clearInterval(u)}));return e.$$set=e=>{"endpoint"in e&&n(31,d=e.endpoint),"lang"in e&&n(1,f=e.lang),"env"in e&&n(32,p=e.env),"clientstyling"in e&&n(0,m=e.clientstyling),"clientstylingurl"in e&&n(33,g=e.clientstylingurl),"translationurl"in e&&n(34,y=e.translationurl),"clockenabled"in e&&n(35,b=e.clockenabled),"clocksecondsenabled"in e&&n(36,v=e.clocksecondsenabled),"clockcustomformat"in e&&n(37,_=e.clockcustomformat),"clocktext"in e&&n(38,w=e.clocktext),"languageselectorenabled"in e&&n(2,k=e.languageselectorenabled),"languageslist"in e&&n(39,E=e.languageslist),"languagedisplaytype"in e&&n(40,S=e.languagedisplaytype),"session"in e&&n(41,T=e.session),"userid"in e&&n(42,x=e.userid),"userendpoint"in e&&n(43,L=e.userendpoint),"panicbuttonenabled"in e&&n(3,D=e.panicbuttonenabled),"sessiontimerenabled"in e&&n(44,O=e.sessiontimerenabled),"grouplink"in e&&n(45,F=e.grouplink),"baseurl"in e&&n(4,P=e.baseurl)},e.$$.update=()=>{/*lang*/2&e.$$.dirty[0]&&f&&re(),/*languageslist*/256&e.$$.dirty[1]&&E&&(n(13,j=E.replace(/ /g,"").split(",")),n(13,j=j.map((e=>e.toUpperCase())))),/*session, userid, userendpoint*/7168&e.$$.dirty[1]&&T&&x&&L&&J(),/*lang*/2&e.$$.dirty[0]|/*endpoint, env*/3&e.$$.dirty[1]&&d&&f&&p&&(async()=>{let e=new URL(`${d}/${f}/footer-raw-data`),t=$r(A);e.searchParams.append("env",p),t&&("PC"===t?e.searchParams.append("device","dk"):e.searchParams.append("device","mtWeb")),"true"==F&&e.searchParams.append("helpLinks_groupby","helpLinkCategory"),n(6,H=!1),n(7,C=!0);try{let t=await fetch(e.href);if(t.ok){let e=await t.json();n(7,C=!1),i=e;let{gameVendorsLinksTitle:r,gameVendorsRepeater:o,paymentLinksTitle:s,paymentMethodsRepeater:a,sponsorsLinksTitle:l,sponsorsRepeater:c,helpLinksTitle:u,helpLinksRepeater:h,licensesLinksTitle:d,licensesRepeater:f,socialLinksTitle:p,socialLinksRepeater:m,copyright:g,licenseDesc:y,licenseHeadScriptSrc:b,licenseScriptBody:v,licenseEvent:_,language:w}=i;w&&(n(17,z=!0),ne()),(null==b?void 0:b.length)>0&&(n(8,B=!0),n(9,N=b)),(null==v?void 0:v.length)>0&&n(10,R=v),window.postMessage({type:_},window.location.href),window.postMessage({type:"FooterData",gameVendorsRepeater:o,paymentMethodsRepeater:a,sponsorsRepeater:c,helpLinksRepeater:h,licensesRepeater:f,socialLinksRepeater:m},window.location.href)}else n(6,H=!0),n(7,C=!1),console.error("Error fetching data. Status:",t.status)}catch(e){n(6,H=!0),n(7,C=!1),console.error("Error fetching data:",e)}})(),/*translationurl*/8&e.$$.dirty[1]&&y&&fetch(y).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{Ai(t,e[t])}))})).catch((e=>{console.log(e)})),/*clockenabled, clocksecondsenabled, clockcustomformat*/112&e.$$.dirty[1]&&"false"!==b&&v&&_&&ee(),/*clockenabled, clocksecondsenabled*/48&e.$$.dirty[1]&&"false"!==b&&v&&(s="true"==v?1e3:6e4)&&(l=setInterval((()=>{ee()}),s)),/*lang*/2&e.$$.dirty[0]&&f&&n(12,U=f)&&G&&G.length>0&&ne(),/*clientstyling, customStylingContainer*/33&e.$$.dirty[0]&&m&&h&&(()=>{let e=document.createElement("style");e.innerHTML=m,h.appendChild(e)})(),/*customStylingContainer*/32&e.$$.dirty[0]|/*clientstylingurl*/4&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,
1402
1388
  // after the first call is made for the custom styling file, save the css inside clientstyling in order to avoid multiple fetches inside subwidgets
1403
- n(0,m=m?m+e:e),setTimeout((()=>{h.appendChild(t)}),1)}))})()},[m,f,k,D,A,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,$,(e,t)=>{let n=document.createElement("div");n.innerHTML=t,e.append(n),
1389
+ n(0,m=m?m+e:e),setTimeout((()=>{h.appendChild(t)}),1)}))})()},[m,f,k,D,P,h,H,C,B,N,R,Y,U,j,a,V,W,z,q,$,[],[],[],[],[],[],G,(e,t)=>{let n=document.createElement("div");n.innerHTML=t,e.append(n),
1404
1390
  //Add clock
1405
- "true"===b&&e.classList.contains("DetailedLicenses")&&e.children[0].children[0].append(ue),
1391
+ "true"===b&&e.classList.contains("DetailedLicenses")&&e.children[0].children[0].append(K),
1406
1392
  //Add session timer
1407
- "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,S,T,x,L,M,F,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 po 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:var(--emfe-w-color-footer-bg, var(--emfe-w-color-background-secondary, #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:var(--emfe-w-color-footer-bg, var(--emfe-w-color-background-secondary, #E8E9EB))}.FooterSide .FooterTitle{font-weight:500;font-size:12px;color:var(--emfe-w-footer-typography, var(--emfe-w-color-contrast, #111));text-transform:uppercase;margin:21px 12px}.FooterGrid{font-weight:400;height:100%;display:flex;max-width:1200px;margin:auto;background-color:var(--emfe-w-color-footer-bg, var(--emfe-w-color-background-secondary, #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:var(--emfe-w-footer-typography, var(--emfe-w-color-contrast, #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-color:var(--emfe-w-color-footer-bg, var(--emfe-w-color-background-secondary, #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:var(--emfe-w-footer-typography, var(--emfe-w-color-contrast, #111));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},fo,ho,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",po),po}));
1393
+ "true"==O&&e.classList.contains("DetailedLicenses")&&e.children[0].children[0].append(X)},te,()=>{a.classList.toggle("hidden")},e=>{let t=e.target.closest(".OverlayLanguageOption");n(12,U=t.getAttribute("data-lang")),te(),ne(),a.classList.toggle("hidden")},d,p,g,y,b,v,_,w,E,S,T,x,L,O,F,function(){U=function(e){const t=e.querySelector(":checked");return t&&t.__value}(this),n(12,U),n(1,f),n(26,G),n(13,j)},()=>te(),function(e){I[e?"unshift":"push"]((()=>{a=e,n(14,a)}))},function(e){I[e?"unshift":"push"]((()=>{h=e,n(5,h)}))}]}class qi extends V{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:var(--emfe-w-color-footer-bg, var(--emfe-w-color-background-secondary, #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:var(--emfe-w-color-footer-bg, var(--emfe-w-color-background-secondary, #E8E9EB))}.FooterSide .FooterTitle{font-weight:500;font-size:12px;color:var(--emfe-w-footer-typography, var(--emfe-w-color-contrast, #111));text-transform:uppercase;margin:21px 12px}.FooterGrid{font-weight:400;height:100%;display:flex;max-width:1200px;margin:auto;background-color:var(--emfe-w-color-footer-bg, var(--emfe-w-color-background-secondary, #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:var(--emfe-w-footer-typography, var(--emfe-w-color-contrast, #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-color:var(--emfe-w-color-footer-bg, var(--emfe-w-color-background-secondary, #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:var(--emfe-w-footer-typography, var(--emfe-w-color-contrast, #111));display:inline-block;width:150px}.OverlayLanguageOption a span{width:100%;display:flex;justify-content:center;margin:4px 0}',this.shadowRoot.appendChild(t),j(this,{target:this.shadowRoot,props:x(this.attributes),customElement:!0},Ki,Xi,o,{endpoint:31,lang:1,env:32,clientstyling:0,clientstylingurl:33,translationurl:34,clockenabled:35,clocksecondsenabled:36,clockcustomformat:37,clocktext:38,languageselectorenabled:2,languageslist:39,languagedisplaytype:40,session:41,userid:42,userendpoint:43,panicbuttonenabled:3,sessiontimerenabled:44,grouplink:45,baseurl:4},null,[-1,-1,-1]),e&&(e.target&&d(e.target,this,e.anchor),e.props&&(this.$set(e.props),N()))}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[31]}set endpoint(e){this.$$set({endpoint:e}),N()}get lang(){return this.$$.ctx[1]}set lang(e){this.$$set({lang:e}),N()}get env(){return this.$$.ctx[32]}set env(e){this.$$set({env:e}),N()}get clientstyling(){return this.$$.ctx[0]}set clientstyling(e){this.$$set({clientstyling:e}),N()}get clientstylingurl(){return this.$$.ctx[33]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),N()}get translationurl(){return this.$$.ctx[34]}set translationurl(e){this.$$set({translationurl:e}),N()}get clockenabled(){return this.$$.ctx[35]}set clockenabled(e){this.$$set({clockenabled:e}),N()}get clocksecondsenabled(){return this.$$.ctx[36]}set clocksecondsenabled(e){this.$$set({clocksecondsenabled:e}),N()}get clockcustomformat(){return this.$$.ctx[37]}set clockcustomformat(e){this.$$set({clockcustomformat:e}),N()}get clocktext(){return this.$$.ctx[38]}set clocktext(e){this.$$set({clocktext:e}),N()}get languageselectorenabled(){return this.$$.ctx[2]}set languageselectorenabled(e){this.$$set({languageselectorenabled:e}),N()}get languageslist(){return this.$$.ctx[39]}set languageslist(e){this.$$set({languageslist:e}),N()}get languagedisplaytype(){return this.$$.ctx[40]}set languagedisplaytype(e){this.$$set({languagedisplaytype:e}),N()}get session(){return this.$$.ctx[41]}set session(e){this.$$set({session:e}),N()}get userid(){return this.$$.ctx[42]}set userid(e){this.$$set({userid:e}),N()}get userendpoint(){return this.$$.ctx[43]}set userendpoint(e){this.$$set({userendpoint:e}),N()}get panicbuttonenabled(){return this.$$.ctx[3]}set panicbuttonenabled(e){this.$$set({panicbuttonenabled:e}),N()}get sessiontimerenabled(){return this.$$.ctx[44]}set sessiontimerenabled(e){this.$$set({sessiontimerenabled:e}),N()}get grouplink(){return this.$$.ctx[45]}set grouplink(e){this.$$set({grouplink:e}),N()}get baseurl(){return this.$$.ctx[4]}set baseurl(e){this.$$set({baseurl:e}),N()}}return!customElements.get("casino-footer-v2")&&customElements.define("casino-footer-v2",qi),qi}));
1408
1394
  //# sourceMappingURL=casino-footer-v2.js.map