@everymatrix/casino-footer-v2 0.0.365 → 0.0.368

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).app=t()}(this,(function(){"use strict";function e(){}function t(e){return e()}function n(){return Object.create(null)}function r(e){e.forEach(t)}function i(e){return"function"==typeof e}function o(e,t){return e!=e?t==t:e!==t||e&&"object"==typeof e||"function"==typeof e}let s,a;function l(e,t){return s||(s=document.createElement("a")),s.href=t,e===s.href}function c(t,...n){if(null==t)return e;const r=t.subscribe(...n);return r.unsubscribe?()=>r.unsubscribe():r}function u(e,t,n){e.$$.on_destroy.push(c(t,n))}function h(t){return t&&i(t.destroy)?t.destroy:e}function d(e,t){e.appendChild(t)}function f(e,t,n){e.insertBefore(t,n||null)}function p(e){e.parentNode.removeChild(e)}function m(e,t){for(let n=0;n<e.length;n+=1)e[n]&&e[n].d(t)}function g(e){return document.createElement(e)}function y(e){return document.createElementNS("http://www.w3.org/2000/svg",e)}function b(e){return document.createTextNode(e)}function _(){return b(" ")}function v(){return b("")}function w(e,t,n,r){return e.addEventListener(t,n,r),()=>e.removeEventListener(t,n,r)}function k(e,t,n){null==n?e.removeAttribute(t):e.getAttribute(t)!==n&&e.setAttribute(t,n)}function E(e,t,n){t in e?e[t]="boolean"==typeof e[t]&&""===n||n:k(e,t,n)}function S(e,t){t=""+t,e.wholeText!==t&&(e.data=t)}function T(e,t){for(let n=0;n<e.options.length;n+=1){const r=e.options[n];if(r.__value===t)return void(r.selected=!0)}e.selectedIndex=-1}function x(e,t,n){e.classList[n?"add":"remove"](t)}function M(e){const t={};for(const n of e)t[n.name]=n.value;return t}function D(e){a=e}function L(e){(function(){if(!a)throw new Error("Function called outside component initialization");return a})().$$.on_mount.push(e)}const O=[],A=[],P=[],H=[],I=Promise.resolve();let F=!1;function C(e){P.push(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,a;function l(e,t){return s||(s=document.createElement("a")),s.href=t,e===s.href}function c(t,...n){if(null==t)return e;const r=t.subscribe(...n);return r.unsubscribe?()=>r.unsubscribe():r}function u(e,t,n){e.$$.on_destroy.push(c(t,n))}function h(t){return t&&i(t.destroy)?t.destroy:e}function d(e,t){e.appendChild(t)}function f(e,t,n){e.insertBefore(t,n||null)}function p(e){e.parentNode.removeChild(e)}function m(e,t){for(let n=0;n<e.length;n+=1)e[n]&&e[n].d(t)}function g(e){return document.createElement(e)}function y(e){return document.createElementNS("http://www.w3.org/2000/svg",e)}function b(e){return document.createTextNode(e)}function _(){return b(" ")}function v(){return b("")}function w(e,t,n,r){return e.addEventListener(t,n,r),()=>e.removeEventListener(t,n,r)}function k(e,t,n){null==n?e.removeAttribute(t):e.getAttribute(t)!==n&&e.setAttribute(t,n)}function E(e,t,n){t in e?e[t]="boolean"==typeof e[t]&&""===n||n:k(e,t,n)}function S(e,t){t=""+t,e.wholeText!==t&&(e.data=t)}function T(e,t){for(let n=0;n<e.options.length;n+=1){const r=e.options[n];if(r.__value===t)return void(r.selected=!0)}e.selectedIndex=-1}function x(e,t,n){e.classList[n?"add":"remove"](t)}function M(e){const t={};for(const n of e)t[n.name]=n.value;return t}function L(e){a=e}function D(e){(function(){if(!a)throw new Error("Function called outside component initialization");return a})().$$.on_mount.push(e)}const O=[],A=[],P=[],H=[],I=Promise.resolve();let F=!1;function $(e){P.push(e)}
2
2
  // flush() calls callbacks in this order:
3
3
  // 1. All beforeUpdate callbacks, in order: parents before children
4
4
  // 2. All bind:this callbacks, in reverse order: children before parents.
@@ -17,17 +17,17 @@
17
17
  // 3. During afterUpdate, any updated components will NOT have their afterUpdate
18
18
  // callback called a second time; the seen_callbacks set, outside the flush()
19
19
  // function, guarantees this behavior.
20
- const $=new Set;let N=0;// Do *not* move this inside the flush() function
20
+ const C=new Set;let N=0;// Do *not* move this inside the flush() function
21
21
  function B(){const e=a;do{
22
22
  // first, call beforeUpdate functions
23
23
  // and update components
24
- for(;N<O.length;){const e=O[N];N++,D(e),R(e.$$)}for(D(null),O.length=0,N=0;A.length;)A.pop()();
24
+ for(;N<O.length;){const e=O[N];N++,L(e),R(e.$$)}for(L(null),O.length=0,N=0;A.length;)A.pop()();
25
25
  // then, once components are updated, call
26
26
  // afterUpdate functions. This may cause
27
27
  // subsequent updates...
28
- for(let e=0;e<P.length;e+=1){const t=P[e];$.has(t)||(
28
+ for(let e=0;e<P.length;e+=1){const t=P[e];C.has(t)||(
29
29
  // ...so guard against infinite loops
30
- $.add(t),t())}P.length=0}while(O.length);for(;H.length;)H.pop()();F=!1,$.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(C)}}const Y=new Set;const U="undefined"!=typeof window?window:"undefined"!=typeof globalThis?globalThis:global;function G(e,t){-1===e.$$.dirty[0]&&(O.push(e),F||(F=!0,I.then(B)),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function j(o,s,l,c,u,h,d,f=[-1]){const m=a;D(o);const g=o.$$={fragment:null,ctx:null,
30
+ C.add(t),t())}P.length=0}while(O.length);for(;H.length;)H.pop()();F=!1,C.clear(),L(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($)}}const Y=new Set;const U="undefined"!=typeof window?window:"undefined"!=typeof globalThis?globalThis:global;function G(e,t){-1===e.$$.dirty[0]&&(O.push(e),F||(F=!0,I.then(B)),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function j(o,s,l,c,u,h,d,f=[-1]){const m=a;L(o);const g=o.$$={fragment:null,ctx:null,
31
31
  // state
32
32
  props:h,update:e,not_equal:u,bound:n(),
33
33
  // lifecycle
@@ -41,10 +41,10 @@ g.fragment&&g.fragment.l(e),e.forEach(p)}else
41
41
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
42
42
  g.fragment&&g.fragment.c();s.intro&&((b=o.$$.fragment)&&b.i&&(Y.delete(b),b.i(_))),function(e,n,o,s){const{fragment:a,on_mount:l,on_destroy:c,after_update:u}=e.$$;a&&a.m(n,o),s||
43
43
  // onMount happens before the initial afterUpdate
44
- C((()=>{const n=l.map(t).filter(i);c?c.push(...n):
44
+ $((()=>{const n=l.map(t).filter(i);c?c.push(...n):
45
45
  // Edge case - component was destroyed immediately,
46
46
  // most likely as a result of a binding initialising
47
- r(n),e.$$.on_mount=[]})),u.forEach(C)}(o,s.target,s.anchor,s.customElement),B()}var b,_;D(m)}let V;
47
+ r(n),e.$$.on_mount=[]})),u.forEach($)}(o,s.target,s.anchor,s.customElement),B()}var b,_;L(m)}let V;
48
48
  /* ../casino-footer-thumbnail/src/CasinoFooterThumbnail.svelte generated by Svelte v3.48.0 */
49
49
  function W(e){let t,n,r,i,o,s,a;return{c(){t=g("div"),n=g("a"),r=g("img"),k(r,"class","FooterImage"),k(r,"part","FooterImage"),l(r.src,i=/*sociallinkimage*/e[16])||k(r,"src",i),k(r,"title",/*sociallinktitle*/e[17]),k(n,"class",o="FooterLink "+(/*sociallinkurl*/e[15]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(n,"part",s="FooterLink "+(/*sociallinkurl*/e[15]?"":"FooterLinkDisabled")+" FooterItemAnchor"),k(n,"href",/*sociallinkurl*/e[15]),k(n,"target",a=/*target*/e[18]?/*target*/e[18]:"_blank"),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&&!l(r.src,i=/*sociallinkimage*/e[16])&&k(r,"src",i),/*sociallinktitle*/131072&t&&k(r,"title",/*sociallinktitle*/e[17]),/*sociallinkurl*/32768&t&&o!==(o="FooterLink "+(/*sociallinkurl*/e[15]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"class",o),/*sociallinkurl*/32768&t&&s!==(s="FooterLink "+(/*sociallinkurl*/e[15]?"":"FooterLinkDisabled")+" FooterItemAnchor")&&k(n,"part",s),/*sociallinkurl*/32768&t&&k(n,"href",/*sociallinkurl*/e[15]),/*target*/262144&t&&a!==(a=/*target*/e[18]?/*target*/e[18]:"_blank")&&k(n,"target",a)},d(e){e&&p(t)}}}
50
50
  // (68:25)
@@ -103,9 +103,9 @@ function _e(e){let t,n,r,i;return{c(){t=g("casino-footer-thumbnail"),E(t,"paymen
103
103
  function ve(e){let t,n,r,i;return{c(){t=g("casino-footer-thumbnail"),E(t,"sponsorurl",n=/*sponsorData*/e[20].sponsorUrl),E(t,"sponsorimage",r=/*sponsorData*/e[20].sponsorImage),E(t,"sponsortitle",i=/*sponsorData*/e[20].sponsorTitle),E(t,"clientstyling",/*clientstyling*/e[6]),E(t,"target",/*target*/e[7])},m(e,n){f(e,t,n)},p(e,o){/*footersponsors*/512&o[0]&&n!==(n=/*sponsorData*/e[20].sponsorUrl)&&E(t,"sponsorurl",n),/*footersponsors*/512&o[0]&&r!==(r=/*sponsorData*/e[20].sponsorImage)&&E(t,"sponsorimage",r),/*footersponsors*/512&o[0]&&i!==(i=/*sponsorData*/e[20].sponsorTitle)&&E(t,"sponsortitle",i),/*clientstyling*/64&o[0]&&E(t,"clientstyling",/*clientstyling*/e[6]),/*target*/128&o[0]&&E(t,"target",/*target*/e[7])},d(e){e&&p(t)}}}function we(t){let n;function r(e,t){/*sponsorflag*/
104
104
  return e[0]&&/*footersponsors*/e[9].length?pe:/*paymentflag*/e[1]&&/*footerpayment*/e[10].length?fe:/*vendorflag*/e[2]&&/*footervendors*/e[11].length?de:/*helperflag*/e[3]&&/*footerhelperlinks*/e[12].length?he:/*licenseflag*/e[4]&&/*footerlicenses*/e[13].length?ue:/*socialflag*/e[5]&&/*footersociallinks*/e[14].length?ce: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)
105
105
  /*div_binding*/,t[17](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()
106
- /*div_binding*/,t[17](null)}}}function ke(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,{target:h=""}=t,{displaycolumn:d=""}=t,{category:f=""}=t,p=[],m=[],g=[],y=[],b=[],_=[];const v=e=>{e.data&&"FooterData"===e.data.type&&(n(9,p=e.data.sponsorsRepeater),n(10,m=e.data.paymentMethodsRepeater),n(11,g=e.data.gameVendorsRepeater),n(12,y=e.data.helpLinksRepeater),f&&n(12,y=y.filter((e=>e.key==f))),n(12,y=y[0].value),n(13,b=e.data.licensesRepeater),n(14,_=e.data.socialLinksRepeater))};return L((()=>(window.addEventListener("message",v,!1),()=>{window.removeEventListener("message",v)}))),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),"target"in e&&n(7,h=e.target),"displaycolumn"in e&&n(8,d=e.displaycolumn),"category"in e&&n(16,f=e.category)},e.$$.update=()=>{/*clientstyling*/64&e.$$.dirty[0]&&u&&(()=>{let e=document.createElement("style");e.innerHTML=u,r.appendChild(e)})()},[i,o,s,a,l,c,u,h,d,p,m,g,y,b,_,r,f,function(e){A[e?"unshift":"push"]((()=>{r=e,n(15,r)}))}]}!customElements.get("casino-footer-thumbnail")&&customElements.define("casino-footer-thumbnail",class extends V{constructor(e){super(),this.shadowRoot.innerHTML="<style>:host{font-family:system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'}.FooterItem{display:inline-block;padding:0 15px}.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,.FooterItem .HelperTitle{font-size:9px;text-decoration:none;color:var(--emfe-w-color-gray-150, #828282);text-align:center}.FooterItem .HelperTitle{font-size:8px}.FooterItem.HelperLinkItem p{font-size:10px}.FooterItem .FooterItemAnchor{display:flex;flex-direction:column;gap:6px;text-decoration:none}.FooterItem.SocialItem .FooterItemAnchor{width:42px;height:42px}.SponsorTitle{margin:0}.FooterLink{display:block;text-align:center}.DisplayColumn .FooterItemAnchor{flex-direction:row}.DisplayColumn .FooterImage{height:16px;width:16px}.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}}</style>",j(this,{target:this.shadowRoot,props:M(this.attributes),customElement:!0},ne,te,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,clientstyling:21,target:18,displaycolumn:19,helperlinkblank:22},null),e&&(e.target&&f(e.target,this,e.anchor),e.props&&(this.$set(e.props),B()))}static get observedAttributes(){return["sponsorurl","sponsorimage","sponsortitle","paymenturl","paymentimage","paymenttitle","vendorurl","vendorimage","vendortitle","helperlinkurl","helperlinkimage","helperlinktitle","licenseurl","licenseimage","licensetitle","sociallinkurl","sociallinkimage","sociallinktitle","clientstyling","target","displaycolumn","helperlinkblank"]}get sponsorurl(){return this.$$.ctx[0]}set sponsorurl(e){this.$$set({sponsorurl:e}),B()}get sponsorimage(){return this.$$.ctx[1]}set sponsorimage(e){this.$$set({sponsorimage:e}),B()}get sponsortitle(){return this.$$.ctx[2]}set sponsortitle(e){this.$$set({sponsortitle:e}),B()}get paymenturl(){return this.$$.ctx[3]}set paymenturl(e){this.$$set({paymenturl:e}),B()}get paymentimage(){return this.$$.ctx[4]}set paymentimage(e){this.$$set({paymentimage:e}),B()}get paymenttitle(){return this.$$.ctx[5]}set paymenttitle(e){this.$$set({paymenttitle:e}),B()}get vendorurl(){return this.$$.ctx[6]}set vendorurl(e){this.$$set({vendorurl:e}),B()}get vendorimage(){return this.$$.ctx[7]}set vendorimage(e){this.$$set({vendorimage:e}),B()}get vendortitle(){return this.$$.ctx[8]}set vendortitle(e){this.$$set({vendortitle:e}),B()}get helperlinkurl(){return this.$$.ctx[9]}set helperlinkurl(e){this.$$set({helperlinkurl:e}),B()}get helperlinkimage(){return this.$$.ctx[10]}set helperlinkimage(e){this.$$set({helperlinkimage:e}),B()}get helperlinktitle(){return this.$$.ctx[11]}set helperlinktitle(e){this.$$set({helperlinktitle:e}),B()}get licenseurl(){return this.$$.ctx[12]}set licenseurl(e){this.$$set({licenseurl:e}),B()}get licenseimage(){return this.$$.ctx[13]}set licenseimage(e){this.$$set({licenseimage:e}),B()}get licensetitle(){return this.$$.ctx[14]}set licensetitle(e){this.$$set({licensetitle:e}),B()}get sociallinkurl(){return this.$$.ctx[15]}set sociallinkurl(e){this.$$set({sociallinkurl:e}),B()}get sociallinkimage(){return this.$$.ctx[16]}set sociallinkimage(e){this.$$set({sociallinkimage:e}),B()}get sociallinktitle(){return this.$$.ctx[17]}set sociallinktitle(e){this.$$set({sociallinktitle:e}),B()}get clientstyling(){return this.$$.ctx[21]}set clientstyling(e){this.$$set({clientstyling:e}),B()}get target(){return this.$$.ctx[18]}set target(e){this.$$set({target:e}),B()}get displaycolumn(){return this.$$.ctx[19]}set displaycolumn(e){this.$$set({displaycolumn:e}),B()}get helperlinkblank(){return this.$$.ctx[22]}set helperlinkblank(e){this.$$set({helperlinkblank:e}),B()}});!customElements.get("casino-footer-section")&&customElements.define("casino-footer-section",class extends V{constructor(e){super(),this.shadowRoot.innerHTML="<style>:host{font-family:system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'}.FooterSectionInnerContainer{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.DisplayColumn{flex-direction:column;align-items:flex-start}</style>",j(this,{target:this.shadowRoot,props:M(this.attributes),customElement:!0},ke,we,o,{sponsorflag:0,paymentflag:1,vendorflag:2,helperflag:3,licenseflag:4,socialflag:5,clientstyling:6,target:7,displaycolumn:8,category:16},null,[-1,-1]),e&&(e.target&&f(e.target,this,e.anchor),e.props&&(this.$set(e.props),B()))}static get observedAttributes(){return["sponsorflag","paymentflag","vendorflag","helperflag","licenseflag","socialflag","clientstyling","target","displaycolumn","category"]}get sponsorflag(){return this.$$.ctx[0]}set sponsorflag(e){this.$$set({sponsorflag:e}),B()}get paymentflag(){return this.$$.ctx[1]}set paymentflag(e){this.$$set({paymentflag:e}),B()}get vendorflag(){return this.$$.ctx[2]}set vendorflag(e){this.$$set({vendorflag:e}),B()}get helperflag(){return this.$$.ctx[3]}set helperflag(e){this.$$set({helperflag:e}),B()}get licenseflag(){return this.$$.ctx[4]}set licenseflag(e){this.$$set({licenseflag:e}),B()}get socialflag(){return this.$$.ctx[5]}set socialflag(e){this.$$set({socialflag:e}),B()}get clientstyling(){return this.$$.ctx[6]}set clientstyling(e){this.$$set({clientstyling:e}),B()}get target(){return this.$$.ctx[7]}set target(e){this.$$set({target:e}),B()}get displaycolumn(){return this.$$.ctx[8]}set displaycolumn(e){this.$$set({displaycolumn:e}),B()}get category(){return this.$$.ctx[16]}set category(e){this.$$set({category:e}),B()}});var Ee="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||void 0!==Ee&&Ee,Se="URLSearchParams"in Ee,Te="Symbol"in Ee&&"iterator"in Symbol,xe="FileReader"in Ee&&"Blob"in Ee&&function(){try{return new Blob,!0}catch(e){return!1}}(),Me="FormData"in Ee,De="ArrayBuffer"in Ee;if(De)var Le=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],Oe=ArrayBuffer.isView||function(e){return e&&Le.indexOf(Object.prototype.toString.call(e))>-1};function Ae(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 Pe(e){return"string"!=typeof e&&(e=String(e)),e}
106
+ /*div_binding*/,t[17](null)}}}function ke(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,{target:h=""}=t,{displaycolumn:d=""}=t,{category:f=""}=t,p=[],m=[],g=[],y=[],b=[],_=[];const v=e=>{e.data&&"FooterData"===e.data.type&&(n(9,p=e.data.sponsorsRepeater),n(10,m=e.data.paymentMethodsRepeater),n(11,g=e.data.gameVendorsRepeater),n(12,y=e.data.helpLinksRepeater),f&&n(12,y=y.filter((e=>e.key==f))),n(12,y=y[0].value),n(13,b=e.data.licensesRepeater),n(14,_=e.data.socialLinksRepeater))};return D((()=>(window.addEventListener("message",v,!1),()=>{window.removeEventListener("message",v)}))),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),"target"in e&&n(7,h=e.target),"displaycolumn"in e&&n(8,d=e.displaycolumn),"category"in e&&n(16,f=e.category)},e.$$.update=()=>{/*clientstyling*/64&e.$$.dirty[0]&&u&&(()=>{let e=document.createElement("style");e.innerHTML=u,r.appendChild(e)})()},[i,o,s,a,l,c,u,h,d,p,m,g,y,b,_,r,f,function(e){A[e?"unshift":"push"]((()=>{r=e,n(15,r)}))}]}!customElements.get("casino-footer-thumbnail")&&customElements.define("casino-footer-thumbnail",class extends V{constructor(e){super(),this.shadowRoot.innerHTML="<style>:host{font-family:system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'}.FooterItem{display:inline-block;padding:0 15px}.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,.FooterItem .HelperTitle{font-size:9px;text-decoration:none;color:var(--emfe-w-color-gray-150, #828282);text-align:center}.FooterItem .HelperTitle{font-size:8px}.FooterItem.HelperLinkItem p{font-size:10px}.FooterItem .FooterItemAnchor{display:flex;flex-direction:column;gap:6px;text-decoration:none}.FooterItem.SocialItem .FooterItemAnchor{width:42px;height:42px}.SponsorTitle{margin:0}.FooterLink{display:block;text-align:center}.DisplayColumn .FooterItemAnchor{flex-direction:row}.DisplayColumn .FooterImage{height:16px;width:16px}.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}}</style>",j(this,{target:this.shadowRoot,props:M(this.attributes),customElement:!0},ne,te,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,clientstyling:21,target:18,displaycolumn:19,helperlinkblank:22},null),e&&(e.target&&f(e.target,this,e.anchor),e.props&&(this.$set(e.props),B()))}static get observedAttributes(){return["sponsorurl","sponsorimage","sponsortitle","paymenturl","paymentimage","paymenttitle","vendorurl","vendorimage","vendortitle","helperlinkurl","helperlinkimage","helperlinktitle","licenseurl","licenseimage","licensetitle","sociallinkurl","sociallinkimage","sociallinktitle","clientstyling","target","displaycolumn","helperlinkblank"]}get sponsorurl(){return this.$$.ctx[0]}set sponsorurl(e){this.$$set({sponsorurl:e}),B()}get sponsorimage(){return this.$$.ctx[1]}set sponsorimage(e){this.$$set({sponsorimage:e}),B()}get sponsortitle(){return this.$$.ctx[2]}set sponsortitle(e){this.$$set({sponsortitle:e}),B()}get paymenturl(){return this.$$.ctx[3]}set paymenturl(e){this.$$set({paymenturl:e}),B()}get paymentimage(){return this.$$.ctx[4]}set paymentimage(e){this.$$set({paymentimage:e}),B()}get paymenttitle(){return this.$$.ctx[5]}set paymenttitle(e){this.$$set({paymenttitle:e}),B()}get vendorurl(){return this.$$.ctx[6]}set vendorurl(e){this.$$set({vendorurl:e}),B()}get vendorimage(){return this.$$.ctx[7]}set vendorimage(e){this.$$set({vendorimage:e}),B()}get vendortitle(){return this.$$.ctx[8]}set vendortitle(e){this.$$set({vendortitle:e}),B()}get helperlinkurl(){return this.$$.ctx[9]}set helperlinkurl(e){this.$$set({helperlinkurl:e}),B()}get helperlinkimage(){return this.$$.ctx[10]}set helperlinkimage(e){this.$$set({helperlinkimage:e}),B()}get helperlinktitle(){return this.$$.ctx[11]}set helperlinktitle(e){this.$$set({helperlinktitle:e}),B()}get licenseurl(){return this.$$.ctx[12]}set licenseurl(e){this.$$set({licenseurl:e}),B()}get licenseimage(){return this.$$.ctx[13]}set licenseimage(e){this.$$set({licenseimage:e}),B()}get licensetitle(){return this.$$.ctx[14]}set licensetitle(e){this.$$set({licensetitle:e}),B()}get sociallinkurl(){return this.$$.ctx[15]}set sociallinkurl(e){this.$$set({sociallinkurl:e}),B()}get sociallinkimage(){return this.$$.ctx[16]}set sociallinkimage(e){this.$$set({sociallinkimage:e}),B()}get sociallinktitle(){return this.$$.ctx[17]}set sociallinktitle(e){this.$$set({sociallinktitle:e}),B()}get clientstyling(){return this.$$.ctx[21]}set clientstyling(e){this.$$set({clientstyling:e}),B()}get target(){return this.$$.ctx[18]}set target(e){this.$$set({target:e}),B()}get displaycolumn(){return this.$$.ctx[19]}set displaycolumn(e){this.$$set({displaycolumn:e}),B()}get helperlinkblank(){return this.$$.ctx[22]}set helperlinkblank(e){this.$$set({helperlinkblank:e}),B()}});!customElements.get("casino-footer-section")&&customElements.define("casino-footer-section",class extends V{constructor(e){super(),this.shadowRoot.innerHTML="<style>:host{font-family:system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'}.FooterSectionInnerContainer{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.DisplayColumn{flex-direction:column;align-items:flex-start}</style>",j(this,{target:this.shadowRoot,props:M(this.attributes),customElement:!0},ke,we,o,{sponsorflag:0,paymentflag:1,vendorflag:2,helperflag:3,licenseflag:4,socialflag:5,clientstyling:6,target:7,displaycolumn:8,category:16},null,[-1,-1]),e&&(e.target&&f(e.target,this,e.anchor),e.props&&(this.$set(e.props),B()))}static get observedAttributes(){return["sponsorflag","paymentflag","vendorflag","helperflag","licenseflag","socialflag","clientstyling","target","displaycolumn","category"]}get sponsorflag(){return this.$$.ctx[0]}set sponsorflag(e){this.$$set({sponsorflag:e}),B()}get paymentflag(){return this.$$.ctx[1]}set paymentflag(e){this.$$set({paymentflag:e}),B()}get vendorflag(){return this.$$.ctx[2]}set vendorflag(e){this.$$set({vendorflag:e}),B()}get helperflag(){return this.$$.ctx[3]}set helperflag(e){this.$$set({helperflag:e}),B()}get licenseflag(){return this.$$.ctx[4]}set licenseflag(e){this.$$set({licenseflag:e}),B()}get socialflag(){return this.$$.ctx[5]}set socialflag(e){this.$$set({socialflag:e}),B()}get clientstyling(){return this.$$.ctx[6]}set clientstyling(e){this.$$set({clientstyling:e}),B()}get target(){return this.$$.ctx[7]}set target(e){this.$$set({target:e}),B()}get displaycolumn(){return this.$$.ctx[8]}set displaycolumn(e){this.$$set({displaycolumn:e}),B()}get category(){return this.$$.ctx[16]}set category(e){this.$$set({category:e}),B()}});var Ee="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||void 0!==Ee&&Ee,Se="URLSearchParams"in Ee,Te="Symbol"in Ee&&"iterator"in Symbol,xe="FileReader"in Ee&&"Blob"in Ee&&function(){try{return new Blob,!0}catch(e){return!1}}(),Me="FormData"in Ee,Le="ArrayBuffer"in Ee;if(Le)var De=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],Oe=ArrayBuffer.isView||function(e){return e&&De.indexOf(Object.prototype.toString.call(e))>-1};function Ae(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 Pe(e){return"string"!=typeof e&&(e=String(e)),e}
107
107
  // Build a destructive iterator for the value list
108
- function He(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return Te&&(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){this.append(e[0],e[1])}),this):e&&Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}function Fe(e){if(e.bodyUsed)return Promise.reject(new TypeError("Already read"));e.bodyUsed=!0}function Ce(e){return new Promise((function(t,n){e.onload=function(){t(e.result)},e.onerror=function(){n(e.error)}}))}function $e(e){var t=new FileReader,n=Ce(t);return t.readAsArrayBuffer(e),n}function Ne(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function Be(){return this.bodyUsed=!1,this._initBody=function(e){var t;
108
+ function He(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return Te&&(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){this.append(e[0],e[1])}),this):e&&Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}function Fe(e){if(e.bodyUsed)return Promise.reject(new TypeError("Already read"));e.bodyUsed=!0}function $e(e){return new Promise((function(t,n){e.onload=function(){t(e.result)},e.onerror=function(){n(e.error)}}))}function Ce(e){var t=new FileReader,n=$e(t);return t.readAsArrayBuffer(e),n}function Ne(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function Be(){return this.bodyUsed=!1,this._initBody=function(e){var t;
109
109
  /*
110
110
  fetch-mock wraps the Response object in an ES6 Proxy to
111
111
  provide useful test harness features such as flush. However, on
@@ -116,9 +116,9 @@ function He(e){var t={next:function(){var t=e.shift();return{done:void 0===t,val
116
116
  semantic of setting Request.bodyUsed in the constructor before
117
117
  _initBody is called.
118
118
  */
119
- this.bodyUsed=this.bodyUsed,this._bodyInit=e,e?"string"==typeof e?this._bodyText=e:xe&&Blob.prototype.isPrototypeOf(e)?this._bodyBlob=e:Me&&FormData.prototype.isPrototypeOf(e)?this._bodyFormData=e:Se&&URLSearchParams.prototype.isPrototypeOf(e)?this._bodyText=e.toString():De&&xe&&((t=e)&&DataView.prototype.isPrototypeOf(t))?(this._bodyArrayBuffer=Ne(e.buffer),
119
+ this.bodyUsed=this.bodyUsed,this._bodyInit=e,e?"string"==typeof e?this._bodyText=e:xe&&Blob.prototype.isPrototypeOf(e)?this._bodyBlob=e:Me&&FormData.prototype.isPrototypeOf(e)?this._bodyFormData=e:Se&&URLSearchParams.prototype.isPrototypeOf(e)?this._bodyText=e.toString():Le&&xe&&((t=e)&&DataView.prototype.isPrototypeOf(t))?(this._bodyArrayBuffer=Ne(e.buffer),
120
120
  // IE 10-11 can't handle a DataView body.
121
- this._bodyInit=new Blob([this._bodyArrayBuffer])):De&&(ArrayBuffer.prototype.isPrototypeOf(e)||Oe(e))?this._bodyArrayBuffer=Ne(e):this._bodyText=e=Object.prototype.toString.call(e):this._bodyText="",this.headers.get("content-type")||("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):Se&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},xe&&(this.blob=function(){var e=Fe(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=Fe(this);return e||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}return this.blob().then($e)}),this.text=function(){var e,t,n,r=Fe(this);if(r)return r;if(this._bodyBlob)return e=this._bodyBlob,t=new FileReader,n=Ce(t),t.readAsText(e),n;if(this._bodyArrayBuffer)return Promise.resolve(function(e){for(var t=new Uint8Array(e),n=new Array(t.length),r=0;r<t.length;r++)n[r]=String.fromCharCode(t[r]);return n.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},Me&&(this.formData=function(){return this.text().then(Ue)}),this.json=function(){return this.text().then(JSON.parse)},this}
121
+ this._bodyInit=new Blob([this._bodyArrayBuffer])):Le&&(ArrayBuffer.prototype.isPrototypeOf(e)||Oe(e))?this._bodyArrayBuffer=Ne(e):this._bodyText=e=Object.prototype.toString.call(e):this._bodyText="",this.headers.get("content-type")||("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):Se&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},xe&&(this.blob=function(){var e=Fe(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=Fe(this);return e||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}return this.blob().then(Ce)}),this.text=function(){var e,t,n,r=Fe(this);if(r)return r;if(this._bodyBlob)return e=this._bodyBlob,t=new FileReader,n=$e(t),t.readAsText(e),n;if(this._bodyArrayBuffer)return Promise.resolve(function(e){for(var t=new Uint8Array(e),n=new Array(t.length),r=0;r<t.length;r++)n[r]=String.fromCharCode(t[r]);return n.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},Me&&(this.formData=function(){return this.text().then(Ue)}),this.json=function(){return this.text().then(JSON.parse)},this}
122
122
  // HTTP methods whose capitalization should be normalized
123
123
  Ie.prototype.append=function(e,t){e=Ae(e),t=Pe(t);var n=this.map[e];this.map[e]=n?n+", "+t:t},Ie.prototype.delete=function(e){delete this.map[Ae(e)]},Ie.prototype.get=function(e){return e=Ae(e),this.has(e)?this.map[e]:null},Ie.prototype.has=function(e){return this.map.hasOwnProperty(Ae(e))},Ie.prototype.set=function(e,t){this.map[Ae(e)]=Pe(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)})),He(e)},Ie.prototype.values=function(){var e=[];return this.forEach((function(t){e.push(t)})),He(e)},Ie.prototype.entries=function(){var e=[];return this.forEach((function(t,n){e.push([n,t])})),He(e)},Te&&(Ie.prototype[Symbol.iterator]=Ie.prototype.entries);var Re=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function Ye(e,t){if(!(this instanceof Ye))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 Ye){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(),Re.indexOf(r)>-1?r:n),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&i)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(i),!("GET"!==this.method&&"HEAD"!==this.method||"no-store"!==t.cache&&"no-cache"!==t.cache)){
124
124
  // Search for a '_' parameter in the query string
@@ -128,7 +128,7 @@ this.url=this.url.replace(o,"$1_="+(new Date).getTime());else{this.url+=(/\?/.te
128
128
  // Avoiding split via regex to work around a common IE11 bug with the core-js 3.6.0 regex polyfill
129
129
  // https://github.com/github/fetch/issues/748
130
130
  // https://github.com/zloirock/core-js/issues/751
131
- e.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(e){return 0===e.indexOf("\n")?e.substr(1,e.length):e})).forEach((function(e){var n=e.split(":"),r=n.shift().trim();if(r){var i=n.join(":").trim();t.append(r,i)}})),t)};r.url="responseURL"in o?o.responseURL:r.headers.get("X-Request-URL");var i="response"in o?o.response:o.responseText;setTimeout((function(){n(new Ge(i,r))}),0)},o.onerror=function(){setTimeout((function(){r(new TypeError("Network request failed"))}),0)},o.ontimeout=function(){setTimeout((function(){r(new TypeError("Network request failed"))}),0)},o.onabort=function(){setTimeout((function(){r(new Ve("Aborted","AbortError"))}),0)},o.open(i.method,function(e){try{return""===e&&Ee.location.href?Ee.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&&(xe?o.responseType="blob":De&&i.headers.get("Content-Type")&&-1!==i.headers.get("Content-Type").indexOf("application/octet-stream")&&(o.responseType="arraybuffer")),!t||"object"!=typeof t.headers||t.headers instanceof Ie?i.headers.forEach((function(e,t){o.setRequestHeader(t,e)})):Object.getOwnPropertyNames(t.headers).forEach((function(e){o.setRequestHeader(e,Pe(t.headers[e]))})),i.signal&&(i.signal.addEventListener("abort",s),o.onreadystatechange=function(){
131
+ e.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(e){return 0===e.indexOf("\n")?e.substr(1,e.length):e})).forEach((function(e){var n=e.split(":"),r=n.shift().trim();if(r){var i=n.join(":").trim();t.append(r,i)}})),t)};r.url="responseURL"in o?o.responseURL:r.headers.get("X-Request-URL");var i="response"in o?o.response:o.responseText;setTimeout((function(){n(new Ge(i,r))}),0)},o.onerror=function(){setTimeout((function(){r(new TypeError("Network request failed"))}),0)},o.ontimeout=function(){setTimeout((function(){r(new TypeError("Network request failed"))}),0)},o.onabort=function(){setTimeout((function(){r(new Ve("Aborted","AbortError"))}),0)},o.open(i.method,function(e){try{return""===e&&Ee.location.href?Ee.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&&(xe?o.responseType="blob":Le&&i.headers.get("Content-Type")&&-1!==i.headers.get("Content-Type").indexOf("application/octet-stream")&&(o.responseType="arraybuffer")),!t||"object"!=typeof t.headers||t.headers instanceof Ie?i.headers.forEach((function(e,t){o.setRequestHeader(t,e)})):Object.getOwnPropertyNames(t.headers).forEach((function(e){o.setRequestHeader(e,Pe(t.headers[e]))})),i.signal&&(i.signal.addEventListener("abort",s),o.onreadystatechange=function(){
132
132
  // DONE (success or failure)
133
133
  4===o.readyState&&i.signal.removeEventListener("abort",s)}),o.send(void 0===i._bodyInit?null:i._bodyInit)}))}We.polyfill=!0,Ee.fetch||(Ee.fetch=We,Ee.Headers=Ie,Ee.Request=Ye,Ee.Response=Ge);"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self&&self;function ze(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}
134
134
  // the whatwg-fetch polyfill installs the fetch() function
@@ -150,7 +150,7 @@ var Ze=self.fetch.bind(self),Xe=function(e,t){return Xe=Object.setPrototypeOf||{
150
150
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
151
151
  PERFORMANCE OF THIS SOFTWARE.
152
152
  ***************************************************************************** */
153
- /* global Reflect, Promise */function Ke(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}Xe(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}function qe(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 Je(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 Qe(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 et(e){return"function"==typeof e}function tt(e){var t=e((function(e){Error.call(e),e.stack=(new Error).stack}));return t.prototype=Object.create(Error.prototype),t.prototype.constructor=t,t}var nt=tt((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 rt(e,t){if(e){var n=e.indexOf(t);0<=n&&e.splice(n,1)}}var it=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=qe(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(et(l))try{l()}catch(e){i=e instanceof nt?e.errors:[e]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var u=qe(c),h=u.next();!h.done;h=u.next()){var d=h.value;try{at(d)}catch(e){i=null!=i?i:[],e instanceof nt?i=Qe(Qe([],Je(i)),Je(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 nt(i)}},e.prototype.add=function(t){var n;if(t&&t!==this)if(this.closed)at(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)&&rt(t,e)},e.prototype.remove=function(t){var n=this._finalizers;n&&rt(n,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}(),ot=it.EMPTY;function st(e){return e instanceof it||e&&"closed"in e&&et(e.remove)&&et(e.add)&&et(e.unsubscribe)}function at(e){et(e)?e():e.unsubscribe()}var lt={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},ct={setTimeout:function(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var i=ct.delegate;return(null==i?void 0:i.setTimeout)?i.setTimeout.apply(i,Qe([e,t],Je(n))):setTimeout.apply(void 0,Qe([e,t],Je(n)))},clearTimeout:function(e){var t=ct.delegate;return((null==t?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function ut(){}var ht=null;function dt(e){if(lt.useDeprecatedSynchronousErrorHandling){var t=!ht;if(t&&(ht={errorThrown:!1,error:null}),e(),t){var n=ht,r=n.errorThrown,i=n.error;if(ht=null,r)throw i}}else e()}var ft=function(e){function t(t){var n=e.call(this)||this;return n.isStopped=!1,t?(n.destination=t,st(t)&&t.add(n)):n.destination=_t,n}return Ke(t,e),t.create=function(e,t,n){return new yt(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}(it),pt=Function.prototype.bind;function mt(e,t){return pt.call(e,t)}var gt=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){bt(e)}},e.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(e){bt(e)}else bt(e)},e.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(e){bt(e)}},e}(),yt=function(e){function t(t,n,r){var i,o,s=e.call(this)||this;et(t)||!t?i={next:null!=t?t:void 0,error:null!=n?n:void 0,complete:null!=r?r:void 0}:s&&lt.useDeprecatedNextContext?((o=Object.create(t)).unsubscribe=function(){return s.unsubscribe()},i={next:t.next&&mt(t.next,o),error:t.error&&mt(t.error,o),complete:t.complete&&mt(t.complete,o)}):i=t;return s.destination=new gt(i),s}return Ke(t,e),t}(ft);function bt(e){var t;t=e,ct.setTimeout((function(){throw t}))}var _t={closed:!0,next:ut,error:function(e){throw e},complete:ut},vt="function"==typeof Symbol&&Symbol.observable||"@@observable";function wt(e){return e}function kt(e){return 0===e.length?wt:1===e.length?e[0]:function(t){return e.reduce((function(e,t){return t(e)}),t)}}var Et=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 ft||function(e){return e&&et(e.next)&&et(e.error)&&et(e.complete)}(r)&&st(r)?e:new yt(e,t,n);return dt((function(){var e=i,t=e.operator,n=e.source;o.add(t?t.call(o,n):n?i._subscribe(o):i._trySubscribe(o))})),o},e.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){e.error(t)}},e.prototype.forEach=function(e,t){var n=this;return new(t=St(t))((function(t,r){var i=new yt({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[vt]=function(){return this},e.prototype.pipe=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return kt(e)(this)},e.prototype.toPromise=function(e){var t=this;return new(e=St(e))((function(e,n){var r;t.subscribe((function(e){return r=e}),(function(e){return n(e)}),(function(){return e(r)}))}))},e.create=function(t){return new e(t)},e}();function St(e){var t;return null!==(t=null!=e?e:lt.Promise)&&void 0!==t?t:Promise}var Tt=tt((function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),xt=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 Ke(t,e),t.prototype.lift=function(e){var t=new Mt(this,this);return t.operator=e,t},t.prototype._throwIfClosed=function(){if(this.closed)throw new Tt},t.prototype.next=function(e){var t=this;dt((function(){var n,r;if(t._throwIfClosed(),!t.isStopped){t.currentObservers||(t.currentObservers=Array.from(t.observers));try{for(var i=qe(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;dt((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;dt((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?ot:(this.currentObservers=null,o.push(e),new it((function(){t.currentObservers=null,rt(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 Et;return e.source=this,e},t.create=function(e,t){return new Mt(e,t)},t}(Et),Mt=function(e){function t(t,n){var r=e.call(this)||this;return r.destination=t,r.source=n,r}return Ke(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:ot},t}(xt),Dt={now:function(){return(Dt.delegate||Date).now()},delegate:void 0},Lt=function(e){function t(t,n,r){void 0===t&&(t=1/0),void 0===n&&(n=1/0),void 0===r&&(r=Dt);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 Ke(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}(xt);let Ot=[],At={};
153
+ /* global Reflect, Promise */function Ke(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}Xe(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}function qe(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 Je(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 Qe(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 et(e){return"function"==typeof e}function tt(e){var t=e((function(e){Error.call(e),e.stack=(new Error).stack}));return t.prototype=Object.create(Error.prototype),t.prototype.constructor=t,t}var nt=tt((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 rt(e,t){if(e){var n=e.indexOf(t);0<=n&&e.splice(n,1)}}var it=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=qe(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(et(l))try{l()}catch(e){i=e instanceof nt?e.errors:[e]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var u=qe(c),h=u.next();!h.done;h=u.next()){var d=h.value;try{at(d)}catch(e){i=null!=i?i:[],e instanceof nt?i=Qe(Qe([],Je(i)),Je(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 nt(i)}},e.prototype.add=function(t){var n;if(t&&t!==this)if(this.closed)at(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)&&rt(t,e)},e.prototype.remove=function(t){var n=this._finalizers;n&&rt(n,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}(),ot=it.EMPTY;function st(e){return e instanceof it||e&&"closed"in e&&et(e.remove)&&et(e.add)&&et(e.unsubscribe)}function at(e){et(e)?e():e.unsubscribe()}var lt={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},ct={setTimeout:function(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var i=ct.delegate;return(null==i?void 0:i.setTimeout)?i.setTimeout.apply(i,Qe([e,t],Je(n))):setTimeout.apply(void 0,Qe([e,t],Je(n)))},clearTimeout:function(e){var t=ct.delegate;return((null==t?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function ut(){}var ht=null;function dt(e){if(lt.useDeprecatedSynchronousErrorHandling){var t=!ht;if(t&&(ht={errorThrown:!1,error:null}),e(),t){var n=ht,r=n.errorThrown,i=n.error;if(ht=null,r)throw i}}else e()}var ft=function(e){function t(t){var n=e.call(this)||this;return n.isStopped=!1,t?(n.destination=t,st(t)&&t.add(n)):n.destination=_t,n}return Ke(t,e),t.create=function(e,t,n){return new yt(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}(it),pt=Function.prototype.bind;function mt(e,t){return pt.call(e,t)}var gt=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){bt(e)}},e.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(e){bt(e)}else bt(e)},e.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(e){bt(e)}},e}(),yt=function(e){function t(t,n,r){var i,o,s=e.call(this)||this;et(t)||!t?i={next:null!=t?t:void 0,error:null!=n?n:void 0,complete:null!=r?r:void 0}:s&&lt.useDeprecatedNextContext?((o=Object.create(t)).unsubscribe=function(){return s.unsubscribe()},i={next:t.next&&mt(t.next,o),error:t.error&&mt(t.error,o),complete:t.complete&&mt(t.complete,o)}):i=t;return s.destination=new gt(i),s}return Ke(t,e),t}(ft);function bt(e){var t;t=e,ct.setTimeout((function(){throw t}))}var _t={closed:!0,next:ut,error:function(e){throw e},complete:ut},vt="function"==typeof Symbol&&Symbol.observable||"@@observable";function wt(e){return e}function kt(e){return 0===e.length?wt:1===e.length?e[0]:function(t){return e.reduce((function(e,t){return t(e)}),t)}}var Et=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 ft||function(e){return e&&et(e.next)&&et(e.error)&&et(e.complete)}(r)&&st(r)?e:new yt(e,t,n);return dt((function(){var e=i,t=e.operator,n=e.source;o.add(t?t.call(o,n):n?i._subscribe(o):i._trySubscribe(o))})),o},e.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){e.error(t)}},e.prototype.forEach=function(e,t){var n=this;return new(t=St(t))((function(t,r){var i=new yt({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[vt]=function(){return this},e.prototype.pipe=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return kt(e)(this)},e.prototype.toPromise=function(e){var t=this;return new(e=St(e))((function(e,n){var r;t.subscribe((function(e){return r=e}),(function(e){return n(e)}),(function(){return e(r)}))}))},e.create=function(t){return new e(t)},e}();function St(e){var t;return null!==(t=null!=e?e:lt.Promise)&&void 0!==t?t:Promise}var Tt=tt((function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),xt=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 Ke(t,e),t.prototype.lift=function(e){var t=new Mt(this,this);return t.operator=e,t},t.prototype._throwIfClosed=function(){if(this.closed)throw new Tt},t.prototype.next=function(e){var t=this;dt((function(){var n,r;if(t._throwIfClosed(),!t.isStopped){t.currentObservers||(t.currentObservers=Array.from(t.observers));try{for(var i=qe(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;dt((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;dt((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?ot:(this.currentObservers=null,o.push(e),new it((function(){t.currentObservers=null,rt(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 Et;return e.source=this,e},t.create=function(e,t){return new Mt(e,t)},t}(Et),Mt=function(e){function t(t,n){var r=e.call(this)||this;return r.destination=t,r.source=n,r}return Ke(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:ot},t}(xt),Lt={now:function(){return(Lt.delegate||Date).now()},delegate:void 0},Dt=function(e){function t(t,n,r){void 0===t&&(t=1/0),void 0===n&&(n=1/0),void 0===r&&(r=Lt);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 Ke(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}(xt);let Ot=[],At={};
154
154
  /**
155
155
  * @name topic
156
156
  * @description A small wrapper over the rxjs to offer the topic method on top of it
@@ -171,15 +171,15 @@ const e=!Pt.length;for(const e of i)e[1](),Pt.push(e,t);if(e){for(let e=0;e<Pt.l
171
171
  * @param value initial value
172
172
  * @param {StartStopNotifier}start start and stop notifications for subscriptions
173
173
  */
174
- var u}var Ft=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===Ct}(e)}
174
+ var u}var Ft=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===$t}(e)}
175
175
  // see https://github.com/facebook/react/blob/b5ac963fb791d1298e7f396236383bc955f916c1/src/isomorphic/classic/element/ReactElement.js#L21-L25
176
- (e)};var Ct="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function $t(e,t){return!1!==t.clone&&t.isMergeableObject(e)?Ut((n=e,Array.isArray(n)?[]:{}),e,t):e;var n}function Nt(e,t,n){return e.concat(t).map((function(e){return $t(e,n)}))}function Bt(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return e.propertyIsEnumerable(t)})):[]}(e))}function Rt(e,t){try{return t in e}catch(e){return!1}}
176
+ (e)};var $t="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function Ct(e,t){return!1!==t.clone&&t.isMergeableObject(e)?Ut((n=e,Array.isArray(n)?[]:{}),e,t):e;var n}function Nt(e,t,n){return e.concat(t).map((function(e){return Ct(e,n)}))}function Bt(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return e.propertyIsEnumerable(t)})):[]}(e))}function Rt(e,t){try{return t in e}catch(e){return!1}}
177
177
  // Protects from prototype poisoning and unexpected merging up the prototype chain.
178
- function Yt(e,t,n){var r={};return n.isMergeableObject(e)&&Bt(e).forEach((function(t){r[t]=$t(e[t],n)})),Bt(t).forEach((function(i){(function(e,t){return Rt(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t));// and also unsafe if they're nonenumerable.
179
- })(e,i)||(Rt(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]=$t(t[i],n))})),r}function Ut(e,t,n){(n=n||{}).arrayMerge=n.arrayMerge||Nt,n.isMergeableObject=n.isMergeableObject||Ft,
178
+ function Yt(e,t,n){var r={};return n.isMergeableObject(e)&&Bt(e).forEach((function(t){r[t]=Ct(e[t],n)})),Bt(t).forEach((function(i){(function(e,t){return Rt(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t));// and also unsafe if they're nonenumerable.
179
+ })(e,i)||(Rt(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]=Ct(t[i],n))})),r}function Ut(e,t,n){(n=n||{}).arrayMerge=n.arrayMerge||Nt,n.isMergeableObject=n.isMergeableObject||Ft,
180
180
  // cloneUnlessOtherwiseSpecified is added to `options` so that custom arrayMerge()
181
181
  // implementations can use it. The caller may not replace it.
182
- n.cloneUnlessOtherwiseSpecified=$t;var r=Array.isArray(t);return r===Array.isArray(e)?r?n.arrayMerge(e,t,n):Yt(e,t,n):$t(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 Gt=Ut,jt=function(e,t){return jt=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])},jt(e,t)};function Vt(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}jt(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var Wt,zt,Zt,Xt=function(){return Xt=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},Xt.apply(this,arguments)};function Kt(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))}
182
+ n.cloneUnlessOtherwiseSpecified=Ct;var r=Array.isArray(t);return r===Array.isArray(e)?r?n.arrayMerge(e,t,n):Yt(e,t,n):Ct(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 Gt=Ut,jt=function(e,t){return jt=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])},jt(e,t)};function Vt(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}jt(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var Wt,zt,Zt,Xt=function(){return Xt=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},Xt.apply(this,arguments)};function Kt(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))}
183
183
  /**
184
184
  * Type Guards
185
185
  */
@@ -378,16 +378,16 @@ t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12"
378
378
  var n,r=e.language;return"root"!==r&&(n=e.maximize().region),(En[n||""]||En[r||""]||En["".concat(r,"-001")]||En["001"])[0]}var Tn=new RegExp("^".concat(cn.source,"*")),xn=new RegExp("".concat(cn.source,"*$"));function Mn(e,t){return{start:e,end:t}}
379
379
  // #region Ponyfills
380
380
  // Consolidate these variables up top for easier toggling during debugging
381
- var Dn=!!String.prototype.startsWith,Ln=!!String.fromCodePoint,On=!!Object.fromEntries,An=!!String.prototype.codePointAt,Pn=!!String.prototype.trimStart,Hn=!!String.prototype.trimEnd,In=!!Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},Fn=!0;try{
381
+ var Ln=!!String.prototype.startsWith,Dn=!!String.fromCodePoint,On=!!Object.fromEntries,An=!!String.prototype.codePointAt,Pn=!!String.prototype.trimStart,Hn=!!String.prototype.trimEnd,In=!!Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},Fn=!0;try{
382
382
  /**
383
383
  * legacy Edge or Xbox One browser
384
384
  * Unicode flag support: supported
385
385
  * Pattern_Syntax support: not supported
386
386
  * See https://github.com/formatjs/formatjs/issues/2822
387
387
  */
388
- Fn="a"===(null===(kn=Gn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===kn?void 0:kn[0])}catch(e){Fn=!1}var Cn,$n=Dn?// Native
388
+ Fn="a"===(null===(kn=Gn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===kn?void 0:kn[0])}catch(e){Fn=!1}var $n,Cn=Ln?// Native
389
389
  function(e,t,n){return e.startsWith(t,n)}:// For IE11
390
- function(e,t,n){return e.slice(n,n+t.length)===t},Nn=Ln?String.fromCodePoint:// IE11
390
+ function(e,t,n){return e.slice(n,n+t.length)===t},Nn=Dn?String.fromCodePoint:// IE11
391
391
  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},Bn=
392
392
  // native
393
393
  On?Object.fromEntries:// Ponyfill
@@ -403,9 +403,9 @@ function Gn(e,t){return new RegExp(e,t)}
403
403
  // #endregion
404
404
  if(Fn){
405
405
  // Native
406
- var jn=Gn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Cn=function(e,t){var n;return jn.lastIndex=t,null!==(n=jn.exec(e)[1])&&void 0!==n?n:""}}else
406
+ var jn=Gn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");$n=function(e,t){var n;return jn.lastIndex=t,null!==(n=jn.exec(e)[1])&&void 0!==n?n:""}}else
407
407
  // IE11
408
- Cn=function(e,t){for(var n=[];;){var r=Rn(e,t);if(void 0===r||Zn(r)||Xn(r))break;n.push(r),t+=r>=65536?2:1}return Nn.apply(void 0,n)};var Vn=/** @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(Wt.UNMATCHED_CLOSING_TAG,Mn(this.clonePosition(),this.clonePosition()))}if(60/* `<` */===i&&!this.ignoreTag&&Wn(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:zt.pound,location:Mn(s,this.clonePosition())})}}}return{val:r,err:null}},
408
+ $n=function(e,t){for(var n=[];;){var r=Rn(e,t);if(void 0===r||Zn(r)||Xn(r))break;n.push(r),t+=r>=65536?2:1}return Nn.apply(void 0,n)};var Vn=/** @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(Wt.UNMATCHED_CLOSING_TAG,Mn(this.clonePosition(),this.clonePosition()))}if(60/* `<` */===i&&!this.ignoreTag&&Wn(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:zt.pound,location:Mn(s,this.clonePosition())})}}}return{val:r,err:null}},
409
409
  /**
410
410
  * A tag name must start with an ASCII lower/upper case letter. The grammar is based on the
411
411
  * [custom element name][] except that a dash is NOT always mandatory and uppercase letters
@@ -472,7 +472,7 @@ this.bumpSpace(),this.isEOF()?this.error(Wt.EXPECT_ARGUMENT_CLOSING_BRACE,Mn(n,t
472
472
  * Advance the parser until the end of the identifier, if it is currently on
473
473
  * an identifier character. Return an empty string otherwise.
474
474
  */
475
- e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),n=Cn(this.message,t),r=t+n.length;return this.bumpTo(r),{value:n,location:Mn(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,n,r){var i,o=this.clonePosition(),s=this.parseIdentifierIfPossible().value,a=this.clonePosition();
475
+ e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),n=$n(this.message,t),r=t+n.length;return this.bumpTo(r),{value:n,location:Mn(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,n,r){var i,o=this.clonePosition(),s=this.parseIdentifierIfPossible().value,a=this.clonePosition();
476
476
  // Parse this range:
477
477
  // {name, type, style}
478
478
  // ^---^
@@ -484,7 +484,7 @@ return this.error(Wt.EXPECT_ARGUMENT_TYPE,Mn(o,a));case"number":case"date":case"
484
484
  // ^-------^
485
485
  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(Wt.EXPECT_ARGUMENT_STYLE,Mn(this.clonePosition(),this.clonePosition()));l={style:f,styleLocation:Mn(c,this.clonePosition())}}if((b=this.tryParseArgumentClose(r)).err)return b;var u=Mn(r,this.clonePosition());
486
486
  // Extract style or skeleton
487
- if(l&&$n(null==l?void 0:l.style,"::",0)){
487
+ if(l&&Cn(null==l?void 0:l.style,"::",0)){
488
488
  // Skeleton starts with `::`.
489
489
  var h=Yn(l.style.slice(2));if("number"===s)return(y=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?y:{val:{type:zt.number,value:n,location:u,style:y.val},err:null};if(0===h.length)return this.error(Wt.EXPECT_DATE_TIME_SKELETON,u);var d=h;
490
490
  // Get "best match" pattern only if locale is passed, if not, let it
@@ -561,7 +561,7 @@ this.position.offset+=e<65536?1:2)}},
561
561
  * following the prefix and return true. Otherwise, don't bump the parser
562
562
  * and return false.
563
563
  */
564
- e.prototype.bumpIf=function(e){if($n(this.message,e,this.offset())){for(var t=0;t<e.length;t++)this.bump();return!0}return!1},
564
+ e.prototype.bumpIf=function(e){if(Cn(this.message,e,this.offset())){for(var t=0;t<e.length;t++)this.bump();return!0}return!1},
565
565
  /**
566
566
  * Bump the parser until the pattern character is found and return `true`.
567
567
  * Otherwise bump to the end of the file and return `false`.
@@ -659,7 +659,7 @@ e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"}
659
659
  Copyright (c) 2014, Yahoo! Inc. All rights reserved.
660
660
  Copyrights licensed under the New BSD License.
661
661
  See the accompanying LICENSE file for terms.
662
- */const _r={},vr=(e,t,n)=>n?(t in _r||(_r[t]={}),e in _r[t]||(_r[t][e]=n),n):n,wr=(e,t)=>{if(null==t)return;if(t in _r&&e in _r[t])return _r[t][e];const n=Br(t);for(let r=0;r<n.length;r++){const i=Tr(n[r],e);if(i)return vr(e,t,i)}};let kr;const Er=Ht({});function Sr(e){return e in kr}function Tr(e,t){if(!Sr(e))return null;const n=function(e){return kr[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 xr(e,...t){delete _r[e],Er.update((n=>(n[e]=Gt.all([n[e]||{},...t]),n)))}It([Er],(([e])=>Object.keys(e))),Er.subscribe((e=>kr=e));const Mr={};function Dr(e){return Mr[e]}function Lr(e){return null!=e&&Br(e).some((e=>{var t;return null===(t=Dr(e))||void 0===t?void 0:t.size}))}const Or={};function Ar(e){if(!Lr(e))return e in Or?Or[e]:Promise.resolve();const t=function(e){return Br(e).map((e=>{const t=Dr(e);return[e,t?[...t]:[]]})).filter((([,e])=>e.length>0))}(e);return Or[e]=Promise.all(t.map((([e,t])=>function(e,t){const n=Promise.all(t.map((t=>(function(e,t){Mr[e].delete(t),0===Mr[e].size&&delete Mr[e]}(e,t),t().then((e=>e.default||e))))));return n.then((t=>xr(e,...t)))}(e,t)))).then((()=>{if(Lr(e))return Ar(e);delete Or[e]})),Or[e]}
662
+ */const _r={},vr=(e,t,n)=>n?(t in _r||(_r[t]={}),e in _r[t]||(_r[t][e]=n),n):n,wr=(e,t)=>{if(null==t)return;if(t in _r&&e in _r[t])return _r[t][e];const n=Br(t);for(let r=0;r<n.length;r++){const i=Tr(n[r],e);if(i)return vr(e,t,i)}};let kr;const Er=Ht({});function Sr(e){return e in kr}function Tr(e,t){if(!Sr(e))return null;const n=function(e){return kr[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 xr(e,...t){delete _r[e],Er.update((n=>(n[e]=Gt.all([n[e]||{},...t]),n)))}It([Er],(([e])=>Object.keys(e))),Er.subscribe((e=>kr=e));const Mr={};function Lr(e){return Mr[e]}function Dr(e){return null!=e&&Br(e).some((e=>{var t;return null===(t=Lr(e))||void 0===t?void 0:t.size}))}const Or={};function Ar(e){if(!Dr(e))return e in Or?Or[e]:Promise.resolve();const t=function(e){return Br(e).map((e=>{const t=Lr(e);return[e,t?[...t]:[]]})).filter((([,e])=>e.length>0))}(e);return Or[e]=Promise.all(t.map((([e,t])=>function(e,t){const n=Promise.all(t.map((t=>(function(e,t){Mr[e].delete(t),0===Mr[e].size&&delete Mr[e]}(e,t),t().then((e=>e.default||e))))));return n.then((t=>xr(e,...t)))}(e,t)))).then((()=>{if(Dr(e))return Ar(e);delete Or[e]})),Or[e]}
663
663
  /*! *****************************************************************************
664
664
  Copyright (c) Microsoft Corporation.
665
665
 
@@ -673,7 +673,7 @@ e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"}
673
673
  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
674
674
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
675
675
  PERFORMANCE OF THIS SOFTWARE.
676
- ***************************************************************************** */function Pr(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n}const Hr={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 Ir(){return Hr}const Fr=Ht(!1);let Cr;const $r=Ht(null);function Nr(e){return e.split("-").map(((e,t,n)=>n.slice(0,t+1).join("-"))).reverse()}function Br(e,t=Ir().fallbackLocale){const n=Nr(e);return t?[...new Set([...n,...Nr(t)])]:n}function Rr(){return null!=Cr?Cr:void 0}$r.subscribe((e=>{Cr=null!=e?e:void 0,"undefined"!=typeof window&&null!=e&&document.documentElement.setAttribute("lang",e)}));const Yr=Object.assign(Object.assign({},$r),{set:e=>{if(e&&function(e){if(null==e)return;const t=Br(e);for(let e=0;e<t.length;e++){const n=t[e];if(Sr(n))return n}}(e)&&Lr(e)){const{loadingDelay:t}=Ir();let n;return"undefined"!=typeof window&&null!=Rr()&&t?n=window.setTimeout((()=>Fr.set(!0)),t):Fr.set(!0),Ar(e).then((()=>{$r.set(e)})).finally((()=>{clearTimeout(n),Fr.set(!1)}))}return $r.set(e)}}),Ur=e=>{const t=Object.create(null);return n=>{const r=JSON.stringify(n);return r in t?t[r]:t[r]=e(n)}},Gr=(e,t)=>{const{formats:n}=Ir();if(e in n&&t in n[e])return n[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},jr=Ur((e=>{var{locale:t,format:n}=e,r=Pr(e,["locale","format"]);if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(r=Gr("number",n)),new Intl.NumberFormat(t,r)})),Vr=Ur((e=>{var{locale:t,format:n}=e,r=Pr(e,["locale","format"]);if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?r=Gr("date",n):0===Object.keys(r).length&&(r=Gr("date","short")),new Intl.DateTimeFormat(t,r)})),Wr=Ur((e=>{var{locale:t,format:n}=e,r=Pr(e,["locale","format"]);if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?r=Gr("time",n):0===Object.keys(r).length&&(r=Gr("time","short")),new Intl.DateTimeFormat(t,r)})),zr=Ur(((e,t=Rr())=>new br(e,t,Ir().formats,{ignoreTag:Ir().ignoreTag}))),Zr=(e,t={})=>{var n,r,i,o;let s=t;"object"==typeof e&&(s=e,e=s.id);const{values:a,locale:l=Rr(),default:c}=s;if(null==l)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let u=wr(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=Ir()).handleMissingMessage)||void 0===r?void 0:r.call(n,{locale:l,id:e,defaultValue:c}))&&void 0!==i?i:c)&&void 0!==o?o:e;if(!a)return u;let h=u;try{h=zr(u,l).format(a)}catch(t){console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,t.message)}return h},Xr=(e,t)=>((e={})=>{var{locale:t=Rr()}=e,n=Pr(e,["locale"]);return Wr(Object.assign({locale:t},n))})(t).format(e),Kr=(e,t)=>((e={})=>{var{locale:t=Rr()}=e,n=Pr(e,["locale"]);return Vr(Object.assign({locale:t},n))})(t).format(e),qr=(e,t)=>((e={})=>{var{locale:t=Rr()}=e,n=Pr(e,["locale"]);return jr(Object.assign({locale:t},n))})(t).format(e),Jr=(e,t=Rr())=>wr(e,t),Qr=It([Yr,Er],(()=>Zr));It([Yr],(()=>Xr)),It([Yr],(()=>Kr)),It([Yr],(()=>qr)),It([Yr,Er],(()=>Jr)),window.emWidgets={topic:(e,t=0)=>{if(-1==Ot.indexOf(e)){let n=new Lt(t);At[e]=n,Ot.push(e)}return At[e]}};
676
+ ***************************************************************************** */function Pr(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n}const Hr={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 Ir(){return Hr}const Fr=Ht(!1);let $r;const Cr=Ht(null);function Nr(e){return e.split("-").map(((e,t,n)=>n.slice(0,t+1).join("-"))).reverse()}function Br(e,t=Ir().fallbackLocale){const n=Nr(e);return t?[...new Set([...n,...Nr(t)])]:n}function Rr(){return null!=$r?$r:void 0}Cr.subscribe((e=>{$r=null!=e?e:void 0,"undefined"!=typeof window&&null!=e&&document.documentElement.setAttribute("lang",e)}));const Yr=Object.assign(Object.assign({},Cr),{set:e=>{if(e&&function(e){if(null==e)return;const t=Br(e);for(let e=0;e<t.length;e++){const n=t[e];if(Sr(n))return n}}(e)&&Dr(e)){const{loadingDelay:t}=Ir();let n;return"undefined"!=typeof window&&null!=Rr()&&t?n=window.setTimeout((()=>Fr.set(!0)),t):Fr.set(!0),Ar(e).then((()=>{Cr.set(e)})).finally((()=>{clearTimeout(n),Fr.set(!1)}))}return Cr.set(e)}}),Ur=e=>{const t=Object.create(null);return n=>{const r=JSON.stringify(n);return r in t?t[r]:t[r]=e(n)}},Gr=(e,t)=>{const{formats:n}=Ir();if(e in n&&t in n[e])return n[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},jr=Ur((e=>{var{locale:t,format:n}=e,r=Pr(e,["locale","format"]);if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(r=Gr("number",n)),new Intl.NumberFormat(t,r)})),Vr=Ur((e=>{var{locale:t,format:n}=e,r=Pr(e,["locale","format"]);if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?r=Gr("date",n):0===Object.keys(r).length&&(r=Gr("date","short")),new Intl.DateTimeFormat(t,r)})),Wr=Ur((e=>{var{locale:t,format:n}=e,r=Pr(e,["locale","format"]);if(null==t)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?r=Gr("time",n):0===Object.keys(r).length&&(r=Gr("time","short")),new Intl.DateTimeFormat(t,r)})),zr=Ur(((e,t=Rr())=>new br(e,t,Ir().formats,{ignoreTag:Ir().ignoreTag}))),Zr=(e,t={})=>{var n,r,i,o;let s=t;"object"==typeof e&&(s=e,e=s.id);const{values:a,locale:l=Rr(),default:c}=s;if(null==l)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let u=wr(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=Ir()).handleMissingMessage)||void 0===r?void 0:r.call(n,{locale:l,id:e,defaultValue:c}))&&void 0!==i?i:c)&&void 0!==o?o:e;if(!a)return u;let h=u;try{h=zr(u,l).format(a)}catch(t){console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,t.message)}return h},Xr=(e,t)=>((e={})=>{var{locale:t=Rr()}=e,n=Pr(e,["locale"]);return Wr(Object.assign({locale:t},n))})(t).format(e),Kr=(e,t)=>((e={})=>{var{locale:t=Rr()}=e,n=Pr(e,["locale"]);return Vr(Object.assign({locale:t},n))})(t).format(e),qr=(e,t)=>((e={})=>{var{locale:t=Rr()}=e,n=Pr(e,["locale"]);return jr(Object.assign({locale:t},n))})(t).format(e),Jr=(e,t=Rr())=>wr(e,t),Qr=It([Yr,Er],(()=>Zr));It([Yr],(()=>Xr)),It([Yr],(()=>Kr)),It([Yr],(()=>qr)),It([Yr,Er],(()=>Jr)),window.emWidgets={topic:(e,t=0)=>{if(-1==Ot.indexOf(e)){let n=new Dt(t);At[e]=n,Ot.push(e)}return At[e]}};
677
677
  /**
678
678
  * @name isMobile
679
679
  * @description A method that returns if the browser used to access the app is from a mobile device or not
@@ -691,7 +691,7 @@ const ei=e=>e.toLowerCase().match(/android/i)?"Android":e.toLowerCase().match(/i
691
691
  /*button_binding*/t[10](i),
692
692
  /*div1_binding*/t[11](n)},p(e,[t]){/*customtext, $_*/33&t&&a!==(a=/*customtext*/(e[0]||/*$_*/e[5]("panicButton.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)
693
693
  /*button_binding*/,t[10](null),
694
- /*div1_binding*/t[11](null)}}}function ri(e,t,n){let r;u(e,Qr,(e=>n(5,r=e)));let i,o,s,{lang:a="en"}=t,{customtext:l=""}=t,{clientstyling:c=""}=t,{clientstylingurl:h=""}=t,{alternativestyling:d=""}=t,f=!1,p=0,m=window.navigator.userAgent;Object.keys(ti).forEach((e=>{!function(e,t){xr(e,t)}(e,ti[e])}));const g=()=>{p=0,n(4,f=!0),s=setInterval((()=>{p++,p>=2&&(window.postMessage({type:"PanicButtonClicked"},window.location.href),clearInterval(s))}),1e3)},y=()=>{n(4,f=!1),clearInterval(s)};return L((()=>()=>{n(4,f=!1),null==i||i.removeEventListener("mousedown",g),null==i||i.removeEventListener("touchstart",g),
694
+ /*div1_binding*/t[11](null)}}}function ri(e,t,n){let r;u(e,Qr,(e=>n(5,r=e)));let i,o,s,{lang:a="en"}=t,{customtext:l=""}=t,{clientstyling:c=""}=t,{clientstylingurl:h=""}=t,{alternativestyling:d=""}=t,f=!1,p=0,m=window.navigator.userAgent;Object.keys(ti).forEach((e=>{!function(e,t){xr(e,t)}(e,ti[e])}));const g=()=>{p=0,n(4,f=!0),s=setInterval((()=>{p++,p>=2&&(window.postMessage({type:"PanicButtonClicked"},window.location.href),clearInterval(s))}),1e3)},y=()=>{n(4,f=!1),clearInterval(s)};return D((()=>()=>{n(4,f=!1),null==i||i.removeEventListener("mousedown",g),null==i||i.removeEventListener("touchstart",g),
695
695
  // on mouseup stop interval count
696
696
  null==i||i.removeEventListener("mouseup",y),null==i||i.removeEventListener("touchend",y)})),e.$$set=e=>{"lang"in e&&n(7,a=e.lang),"customtext"in e&&n(0,l=e.customtext),"clientstyling"in e&&n(8,c=e.clientstyling),"clientstylingurl"in e&&n(9,h=e.clientstylingurl),"alternativestyling"in e&&n(1,d=e.alternativestyling)},e.$$.update=()=>{var t;/*panicButton*/4&e.$$.dirty&&i&&(null==i||i.addEventListener("mousedown",g,!1),null==i||i.addEventListener("touchstart",g,!1),
697
697
  // on mouseup stop interval count
@@ -711,22 +711,22 @@ n=Array.prototype.some?Array.prototype.some:function(e){var t,n=Object(this),r=n
711
711
  function k(e){w(this,e),this._d=new Date(null!=e._d?e._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),
712
712
  // Prevent infinite loop in case updateOffset creates new moment
713
713
  // objects.
714
- !1===v&&(v=!0,r.updateOffset(this),v=!1)}function E(e){return e instanceof k||null!=e&&null!=e._isAMomentObject}function S(e){!1===r.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function T(e,t){var n=!0;return f((function(){if(null!=r.deprecationHandler&&r.deprecationHandler(null,e),n){var i,o,s,l=[],c=arguments.length;for(o=0;o<c;o++){if(i="","object"==typeof arguments[o]){for(s in i+="\n["+o+"] ",arguments[0])a(arguments[0],s)&&(i+=s+": "+arguments[0][s]+", ");i=i.slice(0,-2)}else i=arguments[o];l.push(i)}S(e+"\nArguments: "+Array.prototype.slice.call(l).join("")+"\n"+(new Error).stack),n=!1}return t.apply(this,arguments)}),t)}var x,M={};function D(e,t){null!=r.deprecationHandler&&r.deprecationHandler(e,t),M[e]||(S(t),M[e]=!0)}function L(e){return"undefined"!=typeof Function&&e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}function O(e){var t,n;for(n in e)a(e,n)&&(L(t=e[n])?this[n]=t:this["_"+n]=t);this._config=e,
714
+ !1===v&&(v=!0,r.updateOffset(this),v=!1)}function E(e){return e instanceof k||null!=e&&null!=e._isAMomentObject}function S(e){!1===r.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function T(e,t){var n=!0;return f((function(){if(null!=r.deprecationHandler&&r.deprecationHandler(null,e),n){var i,o,s,l=[],c=arguments.length;for(o=0;o<c;o++){if(i="","object"==typeof arguments[o]){for(s in i+="\n["+o+"] ",arguments[0])a(arguments[0],s)&&(i+=s+": "+arguments[0][s]+", ");i=i.slice(0,-2)}else i=arguments[o];l.push(i)}S(e+"\nArguments: "+Array.prototype.slice.call(l).join("")+"\n"+(new Error).stack),n=!1}return t.apply(this,arguments)}),t)}var x,M={};function L(e,t){null!=r.deprecationHandler&&r.deprecationHandler(e,t),M[e]||(S(t),M[e]=!0)}function D(e){return"undefined"!=typeof Function&&e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}function O(e){var t,n;for(n in e)a(e,n)&&(D(t=e[n])?this[n]=t:this["_"+n]=t);this._config=e,
715
715
  // Lenient ordinal parsing accepts just a number in addition to
716
716
  // number + (possibly) stuff coming from _dayOfMonthOrdinalParse.
717
717
  // TODO: Remove "ordinalParse" fallback in next major release.
718
718
  this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function A(e,t){var n,r=f({},e);for(n in t)a(t,n)&&(s(e[n])&&s(t[n])?(r[n]={},f(r[n],e[n]),f(r[n],t[n])):null!=t[n]?r[n]=t[n]:delete r[n]);for(n in e)a(e,n)&&!a(t,n)&&s(e[n])&&(
719
719
  // make sure changes to properties don't modify parent config
720
- r[n]=f({},r[n]));return r}function P(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 H={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function I(e,t,n){var r=this._calendar[e]||this._calendar.sameElse;return L(r)?r.call(t,n):r}function F(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 C=/(\[[^\[]*\])|(\\)?([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,$=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,N={},B={};
720
+ r[n]=f({},r[n]));return r}function P(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 H={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function I(e,t,n){var r=this._calendar[e]||this._calendar.sameElse;return D(r)?r.call(t,n):r}function F(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 $=/(\[[^\[]*\])|(\\)?([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,N={},B={};
721
721
  // token: 'M'
722
722
  // padded: ['MM', 2]
723
723
  // ordinal: 'Mo'
724
724
  // callback: function () { this.month() + 1 }
725
- function R(e,t,n,r){var i=r;"string"==typeof r&&(i=function(){return this[r]()}),e&&(B[e]=i),t&&(B[t[0]]=function(){return F(i.apply(this,arguments),t[1],t[2])}),n&&(B[n]=function(){return this.localeData().ordinal(i.apply(this,arguments),e)})}function Y(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function U(e){var t,n,r=e.match(C);for(t=0,n=r.length;t<n;t++)B[r[t]]?r[t]=B[r[t]]:r[t]=Y(r[t]);return function(t){var i,o="";for(i=0;i<n;i++)o+=L(r[i])?r[i].call(t,e):r[i];return o}}
725
+ function R(e,t,n,r){var i=r;"string"==typeof r&&(i=function(){return this[r]()}),e&&(B[e]=i),t&&(B[t[0]]=function(){return F(i.apply(this,arguments),t[1],t[2])}),n&&(B[n]=function(){return this.localeData().ordinal(i.apply(this,arguments),e)})}function Y(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function U(e){var t,n,r=e.match($);for(t=0,n=r.length;t<n;t++)B[r[t]]?r[t]=B[r[t]]:r[t]=Y(r[t]);return function(t){var i,o="";for(i=0;i<n;i++)o+=D(r[i])?r[i].call(t,e):r[i];return o}}
726
726
  // format date using native date object
727
- function G(e,t){return e.isValid()?(t=j(t,e.localeData()),N[t]=N[t]||U(t),N[t](e)):e.localeData().invalidDate()}function j(e,t){var n=5;function r(e){return t.longDateFormat(e)||e}for($.lastIndex=0;n>=0&&$.test(e);)e=e.replace($,r),$.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(C).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 L(i)?i(e,t,n,r):i.replace(/%d/i,e)}function ee(e,t){var n=this._relativeTime[e>0?"future":"past"];return L(n)?n(t):n.replace(/%s/i,t)}var te={};function ne(e,t){var n=e.toLowerCase();te[n]=te[n+"s"]=te[t]=e}function re(e){return"string"==typeof e?te[e]||te[e.toLowerCase()]:void 0}function ie(e){var t,n,r={};for(n in e)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))}
727
+ function G(e,t){return e.isValid()?(t=j(t,e.localeData()),N[t]=N[t]||U(t),N[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($).map((function(e){return"MMMM"===e||"MM"===e||"DD"===e||"dddd"===e?e.slice(1):e})).join(""),this._longDateFormat[e])}var z="Invalid date";function Z(){return this._invalidDate}var X="%d",K=/\d{1,2}/;function q(e){return this._ordinal.replace("%d",e)}var J={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function Q(e,t,n,r){var i=this._relativeTime[n];return D(i)?i(e,t,n,r):i.replace(/%d/i,e)}function ee(e,t){var n=this._relativeTime[e>0?"future":"past"];return D(n)?n(t):n.replace(/%s/i,t)}var te={};function ne(e,t){var n=e.toLowerCase();te[n]=te[n+"s"]=te[t]=e}function re(e){return"string"==typeof e?te[e]||te[e.toLowerCase()]:void 0}function ie(e){var t,n,r={};for(n in e)a(e,n)&&(t=re(n))&&(r[t]=e[n]);return r}var oe={};function se(e,t){oe[e]=t}function ae(e){var t,n=[];for(t in e)a(e,t)&&n.push({unit:t,priority:oe[t]});return n.sort((function(e,t){return e.priority-t.priority})),n}function le(e){return e%4==0&&e%100!=0||e%400==0}function 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))}
728
728
  // MOMENTS
729
- function pe(e){return L(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(L(this[e=re(e)]))return this[e](t);return this}var ge,ye=/\d/,// 0 - 9
729
+ function pe(e){return D(this[e=re(e)])?this[e]():this}function me(e,t){if("object"==typeof e){var n,r=ae(e=ie(e)),i=r.length;for(n=0;n<i;n++)this[r[n].unit](e[r[n].unit])}else if(D(this[e=re(e)]))return this[e](t);return this}var ge,ye=/\d/,// 0 - 9
730
730
  be=/\d\d/,// 00 - 99
731
731
  _e=/\d{3}/,// 000 - 999
732
732
  ve=/\d{4}/,// 0000 - 9999
@@ -737,16 +737,16 @@ Se=/\d\d\d\d\d\d?/,// 99999 - 999999
737
737
  Te=/\d{1,3}/,// 0 - 999
738
738
  xe=/\d{1,4}/,// 0 - 9999
739
739
  Me=/[+-]?\d{1,6}/,// -999999 - 999999
740
- De=/\d+/,// 0 - inf
741
- Le=/[+-]?\d+/,// -inf - inf
740
+ Le=/\d+/,// 0 - inf
741
+ De=/[+-]?\d+/,// -inf - inf
742
742
  Oe=/Z|[+-]\d\d:?\d\d/gi,// +00:00 -00:00 +0000 -0000 or Z
743
743
  Ae=/Z|[+-]\d\d(?::?\d\d)?/gi,// +00 -00 +00:00 -00:00 +0000 -0000 or Z
744
744
  Pe=/[+-]?\d+(\.\d{1,3})?/,// 123456789 123456789.123
745
745
  // any word (or two) characters or numbers including two/three word month in arabic.
746
746
  // includes scottish gaelic two word and hyphenated months
747
- He=/[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 Ie(e,t,n){ge[e]=L(t)?t:function(e,r){return e&&n?n:t}}function Fe(e,t){return a(ge,e)?ge[e](t._strict,t._locale):new RegExp(Ce(e))}
747
+ He=/[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 Ie(e,t,n){ge[e]=D(t)?t:function(e,r){return e&&n?n:t}}function Fe(e,t){return a(ge,e)?ge[e](t._strict,t._locale):new RegExp($e(e))}
748
748
  // Code from http://stackoverflow.com/questions/3561493/is-there-a-regexp-escape-function-in-javascript
749
- function Ce(e){return $e(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(e,t,n,r,i){return t||n||r||i})))}function $e(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}ge={};var Ne={};function Be(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 Re(e,t){Be(e,(function(e,n,r,i){r._w=r._w||{},t(e,r._w,r,i)}))}function Ye(e,t,n){null!=t&&a(Ne,e)&&Ne[e](t,n._a,n,e)}var Ue,Ge=0,je=1,Ve=2,We=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}
749
+ function $e(e){return Ce(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(e,t,n,r,i){return t||n||r||i})))}function Ce(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}ge={};var Ne={};function Be(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 Re(e,t){Be(e,(function(e,n,r,i){r._w=r._w||{},t(e,r._w,r,i)}))}function Ye(e,t,n){null!=t&&a(Ne,e)&&Ne[e](t,n._a,n,e)}var Ue,Ge=0,je=1,Ve=2,We=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}
750
750
  // FORMATTING
751
751
  Ue=Array.prototype.indexOf?Array.prototype.indexOf:function(e){
752
752
  // I know
@@ -781,7 +781,7 @@ if(!u(t=e.localeData().monthsParse(t)))return e;return n=Math.min(e.date(),et(e.
781
781
  n=p([2e3,t]),r.push(this.monthsShort(n,"")),i.push(this.months(n,"")),o.push(this.months(n,"")),o.push(this.monthsShort(n,""));
782
782
  // Sorting makes sure if one month (or abbr) is a prefix of another it
783
783
  // will match the longer piece.
784
- for(r.sort(e),i.sort(e),o.sort(e),t=0;t<12;t++)r[t]=$e(r[t]),i[t]=$e(i[t]);for(t=0;t<24;t++)o[t]=$e(o[t]);this._monthsRegex=new RegExp("^("+o.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+i.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+r.join("|")+")","i")}
784
+ for(r.sort(e),i.sort(e),o.sort(e),t=0;t<12;t++)r[t]=Ce(r[t]),i[t]=Ce(i[t]);for(t=0;t<24;t++)o[t]=Ce(o[t]);this._monthsRegex=new RegExp("^("+o.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+i.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+r.join("|")+")","i")}
785
785
  // FORMATTING
786
786
  // HELPERS
787
787
  function gt(e){return le(e)?366:365}
@@ -792,7 +792,7 @@ ne("year","y"),
792
792
  // PRIORITIES
793
793
  se("year",1),
794
794
  // PARSING
795
- Ie("Y",Le),Ie("YY",ke,be),Ie("YYYY",xe,ve),Ie("YYYYY",Me,we),Ie("YYYYYY",Me,we),Be(["YYYYY","YYYYYY"],Ge),Be("YYYY",(function(e,t){t[Ge]=2===e.length?r.parseTwoDigitYear(e):ue(e)})),Be("YY",(function(e,t){t[Ge]=r.parseTwoDigitYear(e)})),Be("Y",(function(e,t){t[Ge]=parseInt(e,10)})),r.parseTwoDigitYear=function(e){return ue(e)+(ue(e)>68?1900:2e3)};
795
+ Ie("Y",De),Ie("YY",ke,be),Ie("YYYY",xe,ve),Ie("YYYYY",Me,we),Ie("YYYYYY",Me,we),Be(["YYYYY","YYYYYY"],Ge),Be("YYYY",(function(e,t){t[Ge]=2===e.length?r.parseTwoDigitYear(e):ue(e)})),Be("YY",(function(e,t){t[Ge]=r.parseTwoDigitYear(e)})),Be("Y",(function(e,t){t[Ge]=parseInt(e,10)})),r.parseTwoDigitYear=function(e){return ue(e)+(ue(e)>68?1900:2e3)};
796
796
  // MOMENTS
797
797
  var yt=he("FullYear",!0);function bt(){return le(this.year())}function _t(e,t,n,r,i,o,s){
798
798
  // can't just apply() to create a date:
@@ -821,9 +821,9 @@ ne("week","w"),ne("isoWeek","W"),
821
821
  se("week",5),se("isoWeek",5),
822
822
  // PARSING
823
823
  Ie("w",ke),Ie("ww",ke,be),Ie("W",ke),Ie("WW",ke,be),Re(["w","ww","W","WW"],(function(e,t,n,r){t[r.substr(0,1)]=ue(e)}));var xt={dow:0,// Sunday is the first day of the week.
824
- doy:6};function Mt(){return this._week.dow}function Dt(){return this._week.doy}
824
+ doy:6};function Mt(){return this._week.dow}function Lt(){return this._week.doy}
825
825
  // MOMENTS
826
- function Lt(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")}
826
+ function Dt(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")}
827
827
  // FORMATTING
828
828
  // HELPERS
829
829
  function At(e,t){return"string"!=typeof e?e:isNaN(e)?"number"==typeof(e=t.weekdaysParse(e))?e:null:parseInt(e,10)}function Pt(e,t){return"string"==typeof e?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}
@@ -836,7 +836,7 @@ se("day",11),se("weekday",11),se("isoWeekday",11),
836
836
  // PARSING
837
837
  Ie("d",ke),Ie("e",ke),Ie("E",ke),Ie("dd",(function(e,t){return t.weekdaysMinRegex(e)})),Ie("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),Ie("dddd",(function(e,t){return t.weekdaysRegex(e)})),Re(["dd","ddd","dddd"],(function(e,t,n,r){var i=n._locale.weekdaysParse(e,r,n._strict);
838
838
  // if we didn't get a weekday name, mark the date as invalid
839
- null!=i?t.d=i:g(n).invalidWeekday=e})),Re(["d","e","E"],(function(e,t,n,r){t[r]=ue(e)}));var It="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Ft="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Ct="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),$t=He,Nt=He,Bt=He;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?Ht(n,this._week.dow):e?n[e.day()]:n}function Yt(e){return!0===e?Ht(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}function Ut(e){return!0===e?Ht(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=Ue.call(this._weekdaysParse,s))?i:null:"ddd"===t?-1!==(i=Ue.call(this._shortWeekdaysParse,s))?i:null:-1!==(i=Ue.call(this._minWeekdaysParse,s))?i:null:"dddd"===t?-1!==(i=Ue.call(this._weekdaysParse,s))||-1!==(i=Ue.call(this._shortWeekdaysParse,s))||-1!==(i=Ue.call(this._minWeekdaysParse,s))?i:null:"ddd"===t?-1!==(i=Ue.call(this._shortWeekdaysParse,s))||-1!==(i=Ue.call(this._weekdaysParse,s))||-1!==(i=Ue.call(this._minWeekdaysParse,s))?i:null:-1!==(i=Ue.call(this._minWeekdaysParse,s))||-1!==(i=Ue.call(this._weekdaysParse,s))||-1!==(i=Ue.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++){
839
+ null!=i?t.d=i:g(n).invalidWeekday=e})),Re(["d","e","E"],(function(e,t,n,r){t[r]=ue(e)}));var It="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Ft="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),$t="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Ct=He,Nt=He,Bt=He;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?Ht(n,this._week.dow):e?n[e.day()]:n}function Yt(e){return!0===e?Ht(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}function Ut(e){return!0===e?Ht(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=Ue.call(this._weekdaysParse,s))?i:null:"ddd"===t?-1!==(i=Ue.call(this._shortWeekdaysParse,s))?i:null:-1!==(i=Ue.call(this._minWeekdaysParse,s))?i:null:"dddd"===t?-1!==(i=Ue.call(this._weekdaysParse,s))||-1!==(i=Ue.call(this._shortWeekdaysParse,s))||-1!==(i=Ue.call(this._minWeekdaysParse,s))?i:null:"ddd"===t?-1!==(i=Ue.call(this._shortWeekdaysParse,s))||-1!==(i=Ue.call(this._weekdaysParse,s))||-1!==(i=Ue.call(this._minWeekdaysParse,s))?i:null:-1!==(i=Ue.call(this._minWeekdaysParse,s))||-1!==(i=Ue.call(this._weekdaysParse,s))||-1!==(i=Ue.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++){
840
840
  // test the regex
841
841
  if(
842
842
  // make the regex if we don't have it already
@@ -846,9 +846,9 @@ function Vt(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this
846
846
  // behaves the same as moment#day except
847
847
  // as a getter, returns 7 instead of 0 (1-7 range instead of 0-6)
848
848
  // as a setter, sunday should belong to the previous week.
849
- if(null!=e){var t=Pt(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=$t),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=Nt),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=Bt),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++)
849
+ if(null!=e){var t=Pt(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=Nt),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=Bt),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++)
850
850
  // make the regex if we don't have it already
851
- n=p([2e3,1]).day(t),r=$e(this.weekdaysMin(n,"")),i=$e(this.weekdaysShort(n,"")),o=$e(this.weekdays(n,"")),s.push(r),a.push(i),l.push(o),c.push(r),c.push(i),c.push(o);
851
+ n=p([2e3,1]).day(t),r=Ce(this.weekdaysMin(n,"")),i=Ce(this.weekdaysShort(n,"")),o=Ce(this.weekdays(n,"")),s.push(r),a.push(i),l.push(o),c.push(r),c.push(i),c.push(o);
852
852
  // Sorting makes sure if one weekday (or abbr) is a prefix of another it
853
853
  // will match the longer piece.
854
854
  s.sort(e),a.sort(e),l.sort(e),c.sort(e),this._weekdaysRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+a.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+s.join("|")+")","i")}
@@ -869,7 +869,7 @@ se("hour",13),Ie("a",tn),Ie("A",tn),Ie("H",ke),Ie("h",ke),Ie("k",ke),Ie("HH",ke,
869
869
  // specified which hour they want. So trying to maintain the same hour (in
870
870
  // a new timezone) makes sense. Adding/subtracting hours does not follow
871
871
  // this rule.
872
- on=he("Hours",!0);function sn(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"}var an,ln={calendar:H,longDateFormat:V,invalidDate:z,ordinal:X,dayOfMonthOrdinalParse:K,relativeTime:J,months:tt,monthsShort:nt,week:xt,weekdays:It,weekdaysMin:Ct,weekdaysShort:Ft,meridiemParse:rn},cn={},un={};
872
+ on=he("Hours",!0);function sn(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"}var an,ln={calendar:H,longDateFormat:V,invalidDate:z,ordinal:X,dayOfMonthOrdinalParse:K,relativeTime:J,months:tt,monthsShort:nt,week:xt,weekdays:It,weekdaysMin:$t,weekdaysShort:Ft,meridiemParse:rn},cn={},un={};
873
873
  // internal storage for locale config files
874
874
  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}
875
875
  // pick the locale from the array
@@ -893,7 +893,7 @@ function gn(e,t){var n;return e&&((n=c(t)?_n(e):yn(e,t))?
893
893
  // moment.duration._locale = moment._locale = data;
894
894
  an=n:"undefined"!=typeof console&&console.warn&&
895
895
  //warn user if arguments are passed but the locale could not be set
896
- 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 P(A(r,t)),un[e]&&un[e].forEach((function(e){yn(e.name,e.config)})),
896
+ 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])L("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 P(A(r,t)),un[e]&&un[e].forEach((function(e){yn(e.name,e.config)})),
897
897
  // backwards compat for now: also set the locale
898
898
  // make sure we set the locale AFTER all child locales have been
899
899
  // created, so we won't end up with the child locale set.
@@ -922,19 +922,19 @@ var kn=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T|
922
922
  // iso time formats and regexes
923
923
  xn=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],Mn=/^\/?Date\((-?\d+)/i,
924
924
  // RFC 2822 regex: For details see https://tools.ietf.org/html/rfc2822#section-3.3
925
- Dn=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,Ln={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};
925
+ Ln=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,Dn={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};
926
926
  // date from iso format
927
927
  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])){
928
928
  // match[2] should be 'T' or space
929
929
  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 An(e,t,n,r,i,o){var s=[Pn(e),nt.indexOf(t),parseInt(n,10),parseInt(r,10),parseInt(i,10)];return o&&s.push(parseInt(o,10)),s}function Pn(e){var t=parseInt(e,10);return t<=49?2e3+t:t<=999?1900+t:t}function Hn(e){
930
930
  // Remove comments and folding whitespace and replace multiple-spaces with a single space
931
- return e.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function In(e,t,n){return!e||Ft.indexOf(e)===new Date(t[0],t[1],t[2]).getDay()||(g(n).weekdayMismatch=!0,n._isValid=!1,!1)}function Fn(e,t,n){if(e)return Ln[e];if(t)
931
+ return e.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function In(e,t,n){return!e||Ft.indexOf(e)===new Date(t[0],t[1],t[2]).getDay()||(g(n).weekdayMismatch=!0,n._isValid=!1,!1)}function Fn(e,t,n){if(e)return Dn[e];if(t)
932
932
  // the only allowed military tz is Z
933
933
  return 0;var r=parseInt(n,10),i=r%100;return(r-i)/100*60+i}
934
934
  // date and time from ref 2822 format
935
- function Cn(e){var t,n=Dn.exec(Hn(e._i));if(n){if(t=An(n[4],n[3],n[2],n[5],n[6],n[7]),!In(n[1],t,e))return;e._a=t,e._tzm=Fn(n[8],n[9],n[10]),e._d=vt.apply(null,e._a),e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),g(e).rfc2822=!0}else e._isValid=!1}
935
+ function $n(e){var t,n=Ln.exec(Hn(e._i));if(n){if(t=An(n[4],n[3],n[2],n[5],n[6],n[7]),!In(n[1],t,e))return;e._a=t,e._tzm=Fn(n[8],n[9],n[10]),e._d=vt.apply(null,e._a),e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),g(e).rfc2822=!0}else e._isValid=!1}
936
936
  // date from 1) ASP.NET, 2) ISO, 3) RFC 2822 formats, or 4) optional fallback if parsing isn't strict
937
- function $n(e){var t=Mn.exec(e._i);null===t?(On(e),!1===e._isValid&&(delete e._isValid,Cn(e),!1===e._isValid&&(delete e._isValid,e._strict?e._isValid=!1:
937
+ function Cn(e){var t=Mn.exec(e._i);null===t?(On(e),!1===e._isValid&&(delete e._isValid,$n(e),!1===e._isValid&&(delete e._isValid,e._strict?e._isValid=!1:
938
938
  // Final attempt, use Input Fallback
939
939
  r.createFromInputFallback(e)))):e._d=new Date(+t[1])}
940
940
  // Pick the first defined of two or three arguments.
@@ -984,7 +984,7 @@ function Un(e){
984
984
  // TODO: Move this to another part of the creation flow to prevent circular deps
985
985
  if(e._f!==r.ISO_8601)if(e._f!==r.RFC_2822){e._a=[],g(e).empty=!0;
986
986
  // This array is used to make a Date, either with `new Date` or `Date.UTC`
987
- var t,n,i,o,s,a,l,c=""+e._i,u=c.length,h=0;for(l=(i=j(e._f,e._locale).match(C)||[]).length,t=0;t<l;t++)o=i[t],(n=(c.match(Fe(o,e))||[])[0])&&((s=c.substr(0,c.indexOf(n))).length>0&&g(e).unusedInput.push(s),c=c.slice(c.indexOf(n)+n.length),h+=n.length),
987
+ var t,n,i,o,s,a,l,c=""+e._i,u=c.length,h=0;for(l=(i=j(e._f,e._locale).match($)||[]).length,t=0;t<l;t++)o=i[t],(n=(c.match(Fe(o,e))||[])[0])&&((s=c.substr(0,c.indexOf(n))).length>0&&g(e).unusedInput.push(s),c=c.slice(c.indexOf(n)+n.length),h+=n.length),
988
988
  // don't parse if it's not a known token
989
989
  B[o]?(n?g(e).empty=!1:g(e).unusedTokens.push(o),Ye(o,n,e)):e._strict&&!n&&g(e).unusedTokens.push(o);
990
990
  // add remaining unparsed input length to the string
@@ -994,7 +994,7 @@ e._a[We]<=12&&!0===g(e).bigHour&&e._a[We]>0&&(g(e).bigHour=void 0),g(e).parsedDa
994
994
  // handle meridiem
995
995
  e._a[We]=Gn(e._locale,e._a[We],e._meridiem),null!==(
996
996
  // handle era
997
- a=g(e).era)&&(e._a[Ge]=e._locale.erasConvertYear(a,e._a[Ge])),Rn(e),wn(e)}else Cn(e);else On(e)}function Gn(e,t,n){var r;return null==n?t:null!=e.meridiemHour?e.meridiemHour(t,n):null!=e.isPM?(
997
+ a=g(e).era)&&(e._a[Ge]=e._locale.erasConvertYear(a,e._a[Ge])),Rn(e),wn(e)}else $n(e);else On(e)}function Gn(e,t,n){var r;return null==n?t:null!=e.meridiemHour?e.meridiemHour(t,n):null!=e.isPM?(
998
998
  // Fallback
999
999
  (r=e.isPM(n))&&t<12&&(t+=12),r||12!==t||(t=0),t):t}
1000
1000
  // date from string and array of format strings
@@ -1004,7 +1004,7 @@ o+=g(t).charsLeftOver,
1004
1004
  //or tokens
1005
1005
  o+=10*g(t).unusedTokens.length,g(t).score=o,a?o<r&&(r=o,n=t):(null==r||o<r||s)&&(r=o,n=t,s&&(a=!0));f(e,n||t)}function Vn(e){if(!e._d){var t=ie(e._i),n=void 0===t.day?t.date:t.day;e._a=d([t.year,t.month,n,t.hour,t.minute,t.second,t.millisecond],(function(e){return e&&parseInt(e,10)})),Rn(e)}}function Wn(e){var t=new k(wn(zn(e)));return t._nextDay&&(
1006
1006
  // Adding is smart enough around DST
1007
- t.add(1,"d"),t._nextDay=void 0),t}function zn(e){var t=e._i,n=e._f;return e._locale=e._locale||_n(e._l),null===t||void 0===n&&""===t?b({nullInput:!0}):("string"==typeof t&&(e._i=t=e._locale.preparse(t)),E(t)?new k(wn(t)):(h(t)?e._d=t:o(n)?jn(e):n?Un(e):Zn(e),y(e)||(e._d=null),e))}function Zn(e){var t=e._i;c(t)?e._d=new Date(r.now()):h(t)?e._d=new Date(t.valueOf()):"string"==typeof t?$n(e):o(t)?(e._a=d(t.slice(0),(function(e){return parseInt(e,10)})),Rn(e)):s(t)?Vn(e):u(t)?
1007
+ t.add(1,"d"),t._nextDay=void 0),t}function zn(e){var t=e._i,n=e._f;return e._locale=e._locale||_n(e._l),null===t||void 0===n&&""===t?b({nullInput:!0}):("string"==typeof t&&(e._i=t=e._locale.preparse(t)),E(t)?new k(wn(t)):(h(t)?e._d=t:o(n)?jn(e):n?Un(e):Zn(e),y(e)||(e._d=null),e))}function Zn(e){var t=e._i;c(t)?e._d=new Date(r.now()):h(t)?e._d=new Date(t.valueOf()):"string"==typeof t?Cn(e):o(t)?(e._a=d(t.slice(0),(function(e){return parseInt(e,10)})),Rn(e)):s(t)?Vn(e):u(t)?
1008
1008
  // from milliseconds
1009
1009
  e._d=new Date(t):r.createFromInputFallback(e)}function Xn(e,t,n,r,i){var a={};return!0!==t&&!1!==t||(r=t,t=void 0),!0!==n&&!1!==n||(r=n,n=void 0),(s(e)&&l(e)||o(e)&&0===e.length)&&(e=void 0),
1010
1010
  // object construction must be done this way.
@@ -1020,7 +1020,7 @@ r.RFC_2822=function(){};var qn=T("moment().min is deprecated, use moment.max ins
1020
1020
  function Qn(e,t){var n,r;if(1===t.length&&o(t[0])&&(t=t[0]),!t.length)return Kn();for(n=t[0],r=1;r<t.length;++r)t[r].isValid()&&!t[r][e](n)||(n=t[r]);return n}
1021
1021
  // TODO: Use [].sort instead?
1022
1022
  function er(){return Qn("isBefore",[].slice.call(arguments,0))}function tr(){return Qn("isAfter",[].slice.call(arguments,0))}var nr=function(){return Date.now?Date.now():+new Date},rr=["year","quarter","month","week","day","hour","minute","second","millisecond"];function ir(e){var t,n,r=!1,i=rr.length;for(t in e)if(a(e,t)&&(-1===Ue.call(rr,t)||null!=e[t]&&isNaN(e[t])))return!1;for(n=0;n<i;++n)if(e[rr[n]]){if(r)return!1;// only allow non-integers for smallest unit
1023
- parseFloat(e[rr[n]])!==ue(e[rr[n]])&&(r=!0)}return!0}function or(){return this._isValid}function sr(){return Lr(NaN)}function ar(e){var t=ie(e),n=t.year||0,r=t.quarter||0,i=t.month||0,o=t.week||t.isoWeek||0,s=t.day||0,a=t.hour||0,l=t.minute||0,c=t.second||0,u=t.millisecond||0;this._isValid=ir(t),
1023
+ parseFloat(e[rr[n]])!==ue(e[rr[n]])&&(r=!0)}return!0}function or(){return this._isValid}function sr(){return Dr(NaN)}function ar(e){var t=ie(e),n=t.year||0,r=t.quarter||0,i=t.month||0,o=t.week||t.isoWeek||0,s=t.day||0,a=t.hour||0,l=t.minute||0,c=t.second||0,u=t.millisecond||0;this._isValid=ir(t),
1024
1024
  // representation for dateAddRemove
1025
1025
  this._milliseconds=+u+1e3*c+// 1000
1026
1026
  6e4*l+// 1000 * 60
@@ -1063,15 +1063,15 @@ return-Math.round(e._d.getTimezoneOffset())}
1063
1063
  // a second time. In case it wants us to change the offset again
1064
1064
  // _changeInProgress == true case, then we have to adjust, because
1065
1065
  // there is no such time in the given timezone.
1066
- 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(Ae,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?Ir(this,Lr(e-o,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,r.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?o:mr(this)}function yr(e,t){return null!=e?("string"!=typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()}function br(e){return this.utcOffset(0,e)}function _r(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(mr(this),"m")),this}function vr(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var e=fr(Oe,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}
1066
+ 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(Ae,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?Ir(this,Dr(e-o,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,r.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?o:mr(this)}function yr(e,t){return null!=e?("string"!=typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()}function br(e){return this.utcOffset(0,e)}function _r(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(mr(this),"m")),this}function vr(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var e=fr(Oe,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}
1067
1067
  // ASP.NET json date format regex
1068
1068
  r.updateOffset=function(){};var Mr=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,
1069
1069
  // from http://docs.closure-library.googlecode.com/git/closure_goog_date_date.js.source.html
1070
1070
  // somewhat more in line with 4.4.3.2 2004 spec, but allows decimal anywhere
1071
1071
  // and further modified to allow for strings containing both week and day
1072
- Dr=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Lr(e,t){var n,r,i,o=e,
1072
+ Lr=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Dr(e,t){var n,r,i,o=e,
1073
1073
  // matching against regexp is expensive, do it on demand
1074
- 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=Mr.exec(e))?(n="-"===s[1]?-1:1,o={y:0,d:ue(s[Ve])*n,h:ue(s[We])*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?
1074
+ 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=Mr.exec(e))?(n="-"===s[1]?-1:1,o={y:0,d:ue(s[Ve])*n,h:ue(s[We])*n,m:ue(s[Ze])*n,s:ue(s[Xe])*n,ms:ue(cr(1e3*s[Ke]))*n}):(s=Lr.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?
1075
1075
  // checks for null or undefined
1076
1076
  o={}:"object"==typeof o&&("from"in o||"to"in o)&&(i=Pr(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){
1077
1077
  // We'd normally use ~~inp for this, but unfortunately it also
@@ -1083,14 +1083,14 @@ return(isNaN(n)?0:n)*t}function Ar(e,t){var n={};return n.months=t.month()-e.mon
1083
1083
  // TODO: remove 'name' arg after deprecation is removed
1084
1084
  function Hr(e,t){return function(n,r){var i;
1085
1085
  //invert the arguments, but complain about it
1086
- 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),Ir(this,Lr(n,r),e),this}}function Ir(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))}Lr.fn=ar.prototype,Lr.invalid=sr;var Fr=Hr(1,"add"),Cr=Hr(-1,"subtract");function $r(e){return"string"==typeof e||e instanceof String}
1086
+ return null===r||isNaN(+r)||(L(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),i=n,n=r,r=i),Ir(this,Dr(n,r),e),this}}function Ir(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))}Dr.fn=ar.prototype,Dr.invalid=sr;var Fr=Hr(1,"add"),$r=Hr(-1,"subtract");function Cr(e){return"string"==typeof e||e instanceof String}
1087
1087
  // type MomentInput = Moment | Date | string | number | (number | string)[] | MomentInputObject | void; // null | undefined
1088
- function Nr(e){return E(e)||h(e)||$r(e)||u(e)||Rr(e)||Br(e)||null==e}function Br(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)&&$r(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){
1088
+ function Nr(e){return E(e)||h(e)||Cr(e)||u(e)||Rr(e)||Br(e)||null==e}function Br(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){
1089
1089
  // Support for single parameter, formats only overload to the calendar function
1090
1090
  1===arguments.length&&(arguments[0]?Nr(arguments[0])?(e=arguments[0],t=void 0):Yr(arguments[0])&&(t=arguments[0],e=void 0):(e=void 0,t=void 0));
1091
1091
  // We want to compare the start of today, vs this.
1092
1092
  // Getting start-of-today depends on whether we're local/utc/offset or not.
1093
- var n=e||Kn(),i=pr(n,this).startOf("day"),o=r.calendarFormat(this,i)||"sameElse",s=t&&(L(t[o])?t[o].call(this,n):t[o]);return this.format(s||this.localeData().calendar(o,this,Kn(n)))}function jr(){return new k(this)}function Vr(e,t){var n=E(e)?e:Kn(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=re(t)||"millisecond")?this.valueOf()>n.valueOf():n.valueOf()<this.clone().startOf(t).valueOf())}function Wr(e,t){var n=E(e)?e:Kn(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=re(t)||"millisecond")?this.valueOf()<n.valueOf():this.clone().endOf(t).valueOf()<n.valueOf())}function zr(e,t,n,r){var i=E(e)?e:Kn(e),o=E(t)?t:Kn(t);return!!(this.isValid()&&i.isValid()&&o.isValid())&&("("===(r=r||"()")[0]?this.isAfter(i,n):!this.isBefore(i,n))&&(")"===r[1]?this.isBefore(o,n):!this.isAfter(o,n))}function Zr(e,t){var n,r=E(e)?e:Kn(e);return!(!this.isValid()||!r.isValid())&&("millisecond"===(t=re(t)||"millisecond")?this.valueOf()===r.valueOf():(n=r.valueOf(),this.clone().startOf(t).valueOf()<=n&&n<=this.clone().endOf(t).valueOf()))}function Xr(e,t){return this.isSame(e,t)||this.isAfter(e,t)}function Kr(e,t){return this.isSame(e,t)||this.isBefore(e,t)}function qr(e,t,n){var r,i,o;if(!this.isValid())return NaN;if(!(r=pr(e,this)).isValid())return NaN;switch(i=6e4*(r.utcOffset()-this.utcOffset()),t=re(t)){case"year":o=Jr(this,r)/12;break;case"month":o=Jr(this,r);break;case"quarter":o=Jr(this,r)/3;break;case"second":o=(this-r)/1e3;break;// 1000
1093
+ var n=e||Kn(),i=pr(n,this).startOf("day"),o=r.calendarFormat(this,i)||"sameElse",s=t&&(D(t[o])?t[o].call(this,n):t[o]);return this.format(s||this.localeData().calendar(o,this,Kn(n)))}function jr(){return new k(this)}function Vr(e,t){var n=E(e)?e:Kn(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=re(t)||"millisecond")?this.valueOf()>n.valueOf():n.valueOf()<this.clone().startOf(t).valueOf())}function Wr(e,t){var n=E(e)?e:Kn(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=re(t)||"millisecond")?this.valueOf()<n.valueOf():this.clone().endOf(t).valueOf()<n.valueOf())}function zr(e,t,n,r){var i=E(e)?e:Kn(e),o=E(t)?t:Kn(t);return!!(this.isValid()&&i.isValid()&&o.isValid())&&("("===(r=r||"()")[0]?this.isAfter(i,n):!this.isBefore(i,n))&&(")"===r[1]?this.isBefore(o,n):!this.isAfter(o,n))}function Zr(e,t){var n,r=E(e)?e:Kn(e);return!(!this.isValid()||!r.isValid())&&("millisecond"===(t=re(t)||"millisecond")?this.valueOf()===r.valueOf():(n=r.valueOf(),this.clone().startOf(t).valueOf()<=n&&n<=this.clone().endOf(t).valueOf()))}function Xr(e,t){return this.isSame(e,t)||this.isAfter(e,t)}function Kr(e,t){return this.isSame(e,t)||this.isBefore(e,t)}function qr(e,t,n){var r,i,o;if(!this.isValid())return NaN;if(!(r=pr(e,this)).isValid())return NaN;switch(i=6e4*(r.utcOffset()-this.utcOffset()),t=re(t)){case"year":o=Jr(this,r)/12;break;case"month":o=Jr(this,r);break;case"quarter":o=Jr(this,r)/3;break;case"second":o=(this-r)/1e3;break;// 1000
1094
1094
  case"minute":o=(this-r)/6e4;break;// 1000 * 60
1095
1095
  case"hour":o=(this-r)/36e5;break;// 1000 * 60 * 60
1096
1096
  case"day":o=(this-r-i)/864e5;break;// 1000 * 60 * 60 * 24, negate dst
@@ -1104,7 +1104,7 @@ var n=12*(t.year()-e.year())+(t.month()-e.month()),
1104
1104
  // b is in (anchor - 1 month, anchor + 1 month)
1105
1105
  r=e.clone().add(n,"months");
1106
1106
  //check for negative zero, return zero if negative zero
1107
- return-(n+(t-r<0?(t-r)/(r-e.clone().add(n-1,"months")):(t-r)/(e.clone().add(n+1,"months")-r)))||0}function Qr(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function ei(e){if(!this.isValid())return null;var t=!0!==e,n=t?this.clone().utc():this;return n.year()<0||n.year()>9999?G(n,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):L(Date.prototype.toISOString)?
1107
+ return-(n+(t-r<0?(t-r)/(r-e.clone().add(n-1,"months")):(t-r)/(e.clone().add(n+1,"months")-r)))||0}function Qr(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function ei(e){if(!this.isValid())return null;var t=!0!==e,n=t?this.clone().utc():this;return n.year()<0||n.year()>9999?G(n,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):D(Date.prototype.toISOString)?
1108
1108
  // native implementation is ~50x faster, use it when we can
1109
1109
  t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",G(n,"Z")):G(n,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}
1110
1110
  /**
@@ -1112,7 +1112,7 @@ t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).t
1112
1112
  * also be evaluated to get a new moment which is the same
1113
1113
  *
1114
1114
  * @link https://nodejs.org/dist/latest/docs/api/util.html#util_custom_inspect_function_on_objects
1115
- */function ti(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e,t,n,r,i="moment",o="";return this.isLocal()||(i=0===this.utcOffset()?"moment.utc":"moment.parseZone",o="Z"),e="["+i+'("]',t=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",n="-MM-DD[T]HH:mm:ss.SSS",r=o+'[")]',this.format(e+t+n+r)}function ni(e){e||(e=this.isUtc()?r.defaultFormatUtc:r.defaultFormat);var t=G(this,e);return this.localeData().postformat(t)}function ri(e,t){return this.isValid()&&(E(e)&&e.isValid()||Kn(e).isValid())?Lr({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function ii(e){return this.from(Kn(),e)}function oi(e,t){return this.isValid()&&(E(e)&&e.isValid()||Kn(e).isValid())?Lr({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function si(e){return this.to(Kn(),e)}
1115
+ */function ti(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e,t,n,r,i="moment",o="";return this.isLocal()||(i=0===this.utcOffset()?"moment.utc":"moment.parseZone",o="Z"),e="["+i+'("]',t=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",n="-MM-DD[T]HH:mm:ss.SSS",r=o+'[")]',this.format(e+t+n+r)}function ni(e){e||(e=this.isUtc()?r.defaultFormatUtc:r.defaultFormat);var t=G(this,e);return this.localeData().postformat(t)}function ri(e,t){return this.isValid()&&(E(e)&&e.isValid()||Kn(e).isValid())?Dr({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function ii(e){return this.from(Kn(),e)}function oi(e,t){return this.isValid()&&(E(e)&&e.isValid()||Kn(e).isValid())?Dr({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function si(e){return this.to(Kn(),e)}
1116
1116
  // If passed a locale key, it will set the locale for this
1117
1117
  // instance. Otherwise, it will return the locale configuration
1118
1118
  // variables for this instance.
@@ -1124,7 +1124,7 @@ return e<100&&e>=0?new Date(e+400,t,n)-fi:new Date(e,t,n).valueOf()}function gi(
1124
1124
  // Date.UTC remaps years 0-99 to 1900-1999
1125
1125
  return e<100&&e>=0?Date.UTC(e+400,t,n)-fi:Date.UTC(e,t,n)}function yi(e){var t,n;if(void 0===(e=re(e))||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?gi:mi,e){case"year":t=n(this.year(),0,1);break;case"quarter":t=n(this.year(),this.month()-this.month()%3,1);break;case"month":t=n(this.year(),this.month(),1);break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=n(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=pi(t+(this._isUTC?0:this.utcOffset()*hi),di);break;case"minute":t=this._d.valueOf(),t-=pi(t,hi);break;case"second":t=this._d.valueOf(),t-=pi(t,ui)}return this._d.setTime(t),r.updateOffset(this,!0),this}function bi(e){var t,n;if(void 0===(e=re(e))||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?gi:mi,e){case"year":t=n(this.year()+1,0,1)-1;break;case"quarter":t=n(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=n(this.year(),this.month()+1,1)-1;break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=n(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=di-pi(t+(this._isUTC?0:this.utcOffset()*hi),di)-1;break;case"minute":t=this._d.valueOf(),t+=hi-pi(t,hi)-1;break;case"second":t=this._d.valueOf(),t+=ui-pi(t,ui)-1}return this._d.setTime(t),r.updateOffset(this,!0),this}function _i(){return this._d.valueOf()-6e4*(this._offset||0)}function vi(){return Math.floor(this.valueOf()/1e3)}function wi(){return new Date(this.valueOf())}function ki(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]}function Ei(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}}function Si(){
1126
1126
  // new Date(NaN).toJSON() === null
1127
- return this.isValid()?this.toISOString():null}function Ti(){return y(this)}function xi(){return f({},g(this))}function Mi(){return g(this).overflow}function Di(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function Li(e,t){var n,i,o,s=this._eras||_n("en")._eras;for(n=0,i=s.length;n<i;++n)switch("string"==typeof s[n].since&&(
1127
+ return this.isValid()?this.toISOString():null}function Ti(){return y(this)}function xi(){return f({},g(this))}function Mi(){return g(this).overflow}function Li(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function Di(e,t){var n,i,o,s=this._eras||_n("en")._eras;for(n=0,i=s.length;n<i;++n)switch("string"==typeof s[n].since&&(
1128
1128
  // truncate time
1129
1129
  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":
1130
1130
  // truncate time
@@ -1136,7 +1136,7 @@ n=this.clone().startOf("day").valueOf(),r[e].since<=n&&n<=r[e].until)return r[e]
1136
1136
  // truncate time
1137
1137
  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 Fi(){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,
1138
1138
  // truncate time
1139
- i=this.clone().startOf("day").valueOf(),o[e].since<=i&&i<=o[e].until||o[e].until<=i&&i<=o[e].since)return(this.year()-r(o[e].since).year())*n+o[e].offset;return this.year()}function Ci(e){return a(this,"_erasNameRegex")||Gi.call(this),e?this._erasNameRegex:this._erasRegex}function $i(e){return a(this,"_erasAbbrRegex")||Gi.call(this),e?this._erasAbbrRegex:this._erasRegex}function Ni(e){return a(this,"_erasNarrowRegex")||Gi.call(this),e?this._erasNarrowRegex:this._erasRegex}function Bi(e,t){return t.erasAbbrRegex(e)}function Ri(e,t){return t.erasNameRegex(e)}function Yi(e,t){return t.erasNarrowRegex(e)}function Ui(e,t){return t._eraYearOrdinalRegex||De}function Gi(){var e,t,n=[],r=[],i=[],o=[],s=this.eras();for(e=0,t=s.length;e<t;++e)r.push($e(s[e].name)),n.push($e(s[e].abbr)),i.push($e(s[e].narrow)),o.push($e(s[e].name)),o.push($e(s[e].abbr)),o.push($e(s[e].narrow));this._erasRegex=new RegExp("^("+o.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+r.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+n.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+i.join("|")+")","i")}
1139
+ i=this.clone().startOf("day").valueOf(),o[e].since<=i&&i<=o[e].until||o[e].until<=i&&i<=o[e].since)return(this.year()-r(o[e].since).year())*n+o[e].offset;return this.year()}function $i(e){return a(this,"_erasNameRegex")||Gi.call(this),e?this._erasNameRegex:this._erasRegex}function Ci(e){return a(this,"_erasAbbrRegex")||Gi.call(this),e?this._erasAbbrRegex:this._erasRegex}function Ni(e){return a(this,"_erasNarrowRegex")||Gi.call(this),e?this._erasNarrowRegex:this._erasRegex}function Bi(e,t){return t.erasAbbrRegex(e)}function Ri(e,t){return t.erasNameRegex(e)}function Yi(e,t){return t.erasNarrowRegex(e)}function Ui(e,t){return t._eraYearOrdinalRegex||Le}function Gi(){var e,t,n=[],r=[],i=[],o=[],s=this.eras();for(e=0,t=s.length;e<t;++e)r.push(Ce(s[e].name)),n.push(Ce(s[e].abbr)),i.push(Ce(s[e].narrow)),o.push(Ce(s[e].name)),o.push(Ce(s[e].abbr)),o.push(Ce(s[e].narrow));this._erasRegex=new RegExp("^("+o.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+r.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+n.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+i.join("|")+")","i")}
1140
1140
  // FORMATTING
1141
1141
  function ji(e,t){R(0,[e,e.length],0,t)}
1142
1142
  // MOMENTS
@@ -1145,13 +1145,13 @@ function Vi(e){return qi.call(this,e,this.week(),this.weekday(),this.localeData(
1145
1145
  // MOMENTS
1146
1146
  function Qi(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)}
1147
1147
  // FORMATTING
1148
- R("N",0,0,"eraAbbr"),R("NN",0,0,"eraAbbr"),R("NNN",0,0,"eraAbbr"),R("NNNN",0,0,"eraName"),R("NNNNN",0,0,"eraNarrow"),R("y",["y",1],"yo","eraYear"),R("y",["yy",2],0,"eraYear"),R("y",["yyy",3],0,"eraYear"),R("y",["yyyy",4],0,"eraYear"),Ie("N",Bi),Ie("NN",Bi),Ie("NNN",Bi),Ie("NNNN",Ri),Ie("NNNNN",Yi),Be(["N","NN","NNN","NNNN","NNNNN"],(function(e,t,n,r){var i=n._locale.erasParse(e,r,n._strict);i?g(n).era=i:g(n).invalidEra=e})),Ie("y",De),Ie("yy",De),Ie("yyy",De),Ie("yyyy",De),Ie("yo",Ui),Be(["y","yy","yyy","yyyy"],Ge),Be(["yo"],(function(e,t,n,r){var i;n._locale._eraYearOrdinalRegex&&(i=e.match(n._locale._eraYearOrdinalRegex)),n._locale.eraYearOrdinalParse?t[Ge]=n._locale.eraYearOrdinalParse(e,i):t[Ge]=parseInt(e,10)})),R(0,["gg",2],0,(function(){return this.weekYear()%100})),R(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),ji("gggg","weekYear"),ji("ggggg","weekYear"),ji("GGGG","isoWeekYear"),ji("GGGGG","isoWeekYear"),
1148
+ R("N",0,0,"eraAbbr"),R("NN",0,0,"eraAbbr"),R("NNN",0,0,"eraAbbr"),R("NNNN",0,0,"eraName"),R("NNNNN",0,0,"eraNarrow"),R("y",["y",1],"yo","eraYear"),R("y",["yy",2],0,"eraYear"),R("y",["yyy",3],0,"eraYear"),R("y",["yyyy",4],0,"eraYear"),Ie("N",Bi),Ie("NN",Bi),Ie("NNN",Bi),Ie("NNNN",Ri),Ie("NNNNN",Yi),Be(["N","NN","NNN","NNNN","NNNNN"],(function(e,t,n,r){var i=n._locale.erasParse(e,r,n._strict);i?g(n).era=i:g(n).invalidEra=e})),Ie("y",Le),Ie("yy",Le),Ie("yyy",Le),Ie("yyyy",Le),Ie("yo",Ui),Be(["y","yy","yyy","yyyy"],Ge),Be(["yo"],(function(e,t,n,r){var i;n._locale._eraYearOrdinalRegex&&(i=e.match(n._locale._eraYearOrdinalRegex)),n._locale.eraYearOrdinalParse?t[Ge]=n._locale.eraYearOrdinalParse(e,i):t[Ge]=parseInt(e,10)})),R(0,["gg",2],0,(function(){return this.weekYear()%100})),R(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),ji("gggg","weekYear"),ji("ggggg","weekYear"),ji("GGGG","isoWeekYear"),ji("GGGGG","isoWeekYear"),
1149
1149
  // ALIASES
1150
1150
  ne("weekYear","gg"),ne("isoWeekYear","GG"),
1151
1151
  // PRIORITY
1152
1152
  se("weekYear",1),se("isoWeekYear",1),
1153
1153
  // PARSING
1154
- Ie("G",Le),Ie("g",Le),Ie("GG",ke,be),Ie("gg",ke,be),Ie("GGGG",xe,ve),Ie("gggg",xe,ve),Ie("GGGGG",Me,we),Ie("ggggg",Me,we),Re(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,n,r){t[r.substr(0,2)]=ue(e)})),Re(["gg","GG"],(function(e,t,n,i){t[i]=r.parseTwoDigitYear(e)})),R("Q",0,"Qo","quarter"),
1154
+ Ie("G",De),Ie("g",De),Ie("GG",ke,be),Ie("gg",ke,be),Ie("GGGG",xe,ve),Ie("gggg",xe,ve),Ie("GGGGG",Me,we),Ie("ggggg",Me,we),Re(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,n,r){t[r.substr(0,2)]=ue(e)})),Re(["gg","GG"],(function(e,t,n,i){t[i]=r.parseTwoDigitYear(e)})),R("Q",0,"Qo","quarter"),
1155
1155
  // ALIASES
1156
1156
  ne("quarter","Q"),
1157
1157
  // PRIORITY
@@ -1205,11 +1205,11 @@ ne("millisecond","ms"),
1205
1205
  // PRIORITY
1206
1206
  se("millisecond",16),
1207
1207
  // PARSING
1208
- Ie("S",Te,ye),Ie("SS",Te,be),Ie("SSS",Te,_e),ro="SSSS";ro.length<=9;ro+="S")Ie(ro,De);function so(e,t){t[Ke]=ue(1e3*("0."+e))}for(ro="S";ro.length<=9;ro+="S")Be(ro,so);
1208
+ Ie("S",Te,ye),Ie("SS",Te,be),Ie("SSS",Te,_e),ro="SSSS";ro.length<=9;ro+="S")Ie(ro,Le);function so(e,t){t[Ke]=ue(1e3*("0."+e))}for(ro="S";ro.length<=9;ro+="S")Be(ro,so);
1209
1209
  // MOMENTS
1210
1210
  function ao(){return this._isUTC?"UTC":""}function lo(){return this._isUTC?"Coordinated Universal Time":""}io=he("Milliseconds",!1),
1211
1211
  // FORMATTING
1212
- 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=Fr,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=Mi,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=Cr,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=vi,co.valueOf=_i,co.creationData=Di,co.eraName=Pi,co.eraNarrow=Hi,co.eraAbbr=Ii,co.eraYear=Fi,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=Lt,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=_r,co.parseZone=vr,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=P.prototype;function mo(e,t,n,r){var i=_n(),o=p().set(r,t);return i[n](o,e)}function go(e,t,n){if(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}
1212
+ 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=Fr,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=Mi,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=$r,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=vi,co.valueOf=_i,co.creationData=Li,co.eraName=Pi,co.eraNarrow=Hi,co.eraAbbr=Ii,co.eraYear=Fi,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=Dt,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=_r,co.parseZone=vr,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=P.prototype;function mo(e,t,n,r){var i=_n(),o=p().set(r,t);return i[n](o,e)}function go(e,t,n){if(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}
1213
1213
  // ()
1214
1214
  // (5)
1215
1215
  // (fmt, 5)
@@ -1218,21 +1218,21 @@ R("z",0,0,"zoneAbbr"),R("zz",0,0,"zoneName");var co=k.prototype;function uo(e){r
1218
1218
  // (true, 5)
1219
1219
  // (true, fmt, 5)
1220
1220
  // (true, fmt)
1221
- 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=_n(),s=e?o._week.dow:0,a=[];if(null!=n)return mo(t,(n+s)%7,r,"day");for(i=0;i<7;i++)a[i]=mo(t,(i+s)%7,r,"day");return a}function bo(e,t){return go(e,t,"months")}function _o(e,t){return go(e,t,"monthsShort")}function vo(e,t,n){return yo(e,t,n,"weekdays")}function wo(e,t,n){return yo(e,t,n,"weekdaysShort")}function ko(e,t,n){return yo(e,t,n,"weekdaysMin")}po.calendar=I,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=Li,po.erasParse=Oi,po.erasConvertYear=Ai,po.erasAbbrRegex=$i,po.erasNameRegex=Ci,po.erasNarrowRegex=Ni,po.months=st,po.monthsShort=at,po.monthsParse=ct,po.monthsRegex=pt,po.monthsShortRegex=ft,po.week=Tt,po.firstDayOfYear=Dt,po.firstDayOfWeek=Mt,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")}}),
1221
+ 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=_n(),s=e?o._week.dow:0,a=[];if(null!=n)return mo(t,(n+s)%7,r,"day");for(i=0;i<7;i++)a[i]=mo(t,(i+s)%7,r,"day");return a}function bo(e,t){return go(e,t,"months")}function _o(e,t){return go(e,t,"monthsShort")}function vo(e,t,n){return yo(e,t,n,"weekdays")}function wo(e,t,n){return yo(e,t,n,"weekdaysShort")}function ko(e,t,n){return yo(e,t,n,"weekdaysMin")}po.calendar=I,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=Di,po.erasParse=Oi,po.erasConvertYear=Ai,po.erasAbbrRegex=Ci,po.erasNameRegex=$i,po.erasNarrowRegex=Ni,po.months=st,po.monthsShort=at,po.monthsParse=ct,po.monthsRegex=pt,po.monthsShortRegex=ft,po.week=Tt,po.firstDayOfYear=Lt,po.firstDayOfWeek=Mt,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")}}),
1222
1222
  // Side effect imports
1223
- r.lang=T("moment.lang is deprecated. Use moment.locale instead.",gn),r.langData=T("moment.langData is deprecated. Use moment.localeData instead.",_n);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=Lr(t,n);return e._milliseconds+=r*i._milliseconds,e._days+=r*i._days,e._months+=r*i._months,e._bubble()}
1223
+ r.lang=T("moment.lang is deprecated. Use moment.locale instead.",gn),r.langData=T("moment.langData is deprecated. Use moment.localeData instead.",_n);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=Dr(t,n);return e._milliseconds+=r*i._milliseconds,e._days+=r*i._days,e._months+=r*i._months,e._bubble()}
1224
1224
  // supports only 2.0-style add(1, 's') or add(duration)
1225
1225
  function xo(e,t){return To(this,e,t,1)}
1226
1226
  // supports only 2.0-style subtract(1, 's') or subtract(duration)
1227
- function Mo(e,t){return To(this,e,t,-1)}function Do(e){return e<0?Math.floor(e):Math.ceil(e)}function Lo(){var e,t,n,r,i,o=this._milliseconds,s=this._days,a=this._months,l=this._data;
1227
+ function Mo(e,t){return To(this,e,t,-1)}function Lo(e){return e<0?Math.floor(e):Math.ceil(e)}function Do(){var e,t,n,r,i,o=this._milliseconds,s=this._days,a=this._months,l=this._data;
1228
1228
  // if we have a mix of positive and negative values, bubble down first
1229
1229
  // check: https://github.com/moment/moment/issues/2166
1230
- return o>=0&&s>=0&&a>=0||o<=0&&s<=0&&a<=0||(o+=864e5*Do(Ao(a)+s),s=0,a=0),
1230
+ return o>=0&&s>=0&&a>=0||o<=0&&s<=0&&a<=0||(o+=864e5*Lo(Ao(a)+s),s=0,a=0),
1231
1231
  // The following code bubbles up values, see the tests for
1232
1232
  // examples of what that means.
1233
1233
  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+=
1234
1234
  // convert days to months
1235
- i=ce(Oo(s)),s-=Do(Ao(i)),
1235
+ i=ce(Oo(s)),s-=Lo(Ao(i)),
1236
1236
  // 12 months -> 1 year
1237
1237
  r=ce(a/12),a%=12,l.days=s,l.months=a,l.years=r,this}function Oo(e){
1238
1238
  // 400 years have 146097 days (taking into account leap year rules)
@@ -1245,7 +1245,7 @@ t=this._days+Math.round(Ao(this._months)),e){case"week":return t/7+r/6048e5;case
1245
1245
  // Math.floor prevents floating point math errors here
1246
1246
  case"millisecond":return Math.floor(864e5*t)+r;default:throw new Error("Unknown unit "+e)}}
1247
1247
  // TODO: Use this.as('ms')?
1248
- function Ho(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*ue(this._months/12):NaN}function Io(e){return function(){return this.as(e)}}var Fo=Io("ms"),Co=Io("s"),$o=Io("m"),No=Io("h"),Bo=Io("d"),Ro=Io("w"),Yo=Io("M"),Uo=Io("Q"),Go=Io("y");function jo(){return Lr(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
1248
+ function Ho(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*ue(this._months/12):NaN}function Io(e){return function(){return this.as(e)}}var Fo=Io("ms"),$o=Io("s"),Co=Io("m"),No=Io("h"),Bo=Io("d"),Ro=Io("w"),Yo=Io("M"),Uo=Io("Q"),Go=Io("y");function jo(){return Dr(this)}function Vo(e){return e=re(e),this.isValid()?this[e+"s"]():NaN}function Wo(e){return function(){return this.isValid()?this._data[e]:NaN}}var zo=Wo("milliseconds"),Zo=Wo("seconds"),Xo=Wo("minutes"),Ko=Wo("hours"),qo=Wo("days"),Jo=Wo("months"),Qo=Wo("years");function es(){return ce(this.days()/7)}var ts=Math.round,ns={ss:44,// a few seconds to seconds
1249
1249
  s:45,// seconds to minute
1250
1250
  m:45,// minutes to hour
1251
1251
  h:22,// hours to day
@@ -1253,7 +1253,7 @@ d:26,// days to month/week
1253
1253
  w:null,// weeks to month
1254
1254
  M:11};
1255
1255
  // helper function for moment.fn.from, moment.fn.fromNow, and moment.duration.fn.humanize
1256
- function rs(e,t,n,r,i){return i.relativeTime(t||1,!!n,e,r)}function is(e,t,n,r){var i=Lr(e).abs(),o=ts(i.as("s")),s=ts(i.as("m")),a=ts(i.as("h")),l=ts(i.as("d")),c=ts(i.as("M")),u=ts(i.as("w")),h=ts(i.as("y")),d=o<=n.ss&&["s",o]||o<n.s&&["ss",o]||s<=1&&["m"]||s<n.m&&["mm",s]||a<=1&&["h"]||a<n.h&&["hh",a]||l<=1&&["d"]||l<n.d&&["dd",l];return null!=n.w&&(d=d||u<=1&&["w"]||u<n.w&&["ww",u]),(d=d||c<=1&&["M"]||c<n.M&&["MM",c]||h<=1&&["y"]||["yy",h])[2]=t,d[3]=+e>0,d[4]=r,rs.apply(null,d)}
1256
+ function rs(e,t,n,r,i){return i.relativeTime(t||1,!!n,e,r)}function is(e,t,n,r){var i=Dr(e).abs(),o=ts(i.as("s")),s=ts(i.as("m")),a=ts(i.as("h")),l=ts(i.as("d")),c=ts(i.as("M")),u=ts(i.as("w")),h=ts(i.as("y")),d=o<=n.ss&&["s",o]||o<n.s&&["ss",o]||s<=1&&["m"]||s<n.m&&["mm",s]||a<=1&&["h"]||a<n.h&&["hh",a]||l<=1&&["d"]||l<n.d&&["dd",l];return null!=n.w&&(d=d||u<=1&&["w"]||u<n.w&&["ww",u]),(d=d||c<=1&&["M"]||c<n.M&&["MM",c]||h<=1&&["y"]||["yy",h])[2]=t,d[3]=+e>0,d[4]=r,rs.apply(null,d)}
1257
1257
  // This function allows you to set the rounding function for relative time strings
1258
1258
  function os(e){return void 0===e?ts:"function"==typeof e&&(ts=e,!0)}
1259
1259
  // This function allows you to set a threshold for relative time strings
@@ -1271,13 +1271,13 @@ e=ce(l/60),t=ce(e/60),l%=60,e%=60,
1271
1271
  // 12 months -> 1 year
1272
1272
  n=ce(u/12),u%=12,
1273
1273
  // inspired by https://github.com/dordille/moment-isoduration/blob/master/moment.isoduration.js
1274
- 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=Mo,hs.as=Po,hs.asMilliseconds=Fo,hs.asSeconds=Co,hs.asMinutes=$o,hs.asHours=No,hs.asDays=Bo,hs.asWeeks=Ro,hs.asMonths=Yo,hs.asQuarters=Uo,hs.asYears=Go,hs.valueOf=Ho,hs._bubble=Lo,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,
1274
+ 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=Mo,hs.as=Po,hs.asMilliseconds=Fo,hs.asSeconds=$o,hs.asMinutes=Co,hs.asHours=No,hs.asDays=Bo,hs.asWeeks=Ro,hs.asMonths=Yo,hs.asQuarters=Uo,hs.asYears=Go,hs.valueOf=Ho,hs._bubble=Do,hs.clone=jo,hs.get=Vo,hs.milliseconds=zo,hs.seconds=Zo,hs.minutes=Xo,hs.hours=Ko,hs.days=qo,hs.weeks=es,hs.months=Jo,hs.years=Qo,hs.humanize=as,hs.toISOString=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,
1275
1275
  // FORMATTING
1276
1276
  R("X",0,0,"unix"),R("x",0,0,"valueOf"),
1277
1277
  // PARSING
1278
- Ie("x",Le),Ie("X",Pe),Be("X",(function(e,t,n){n._d=new Date(1e3*parseFloat(e))})),Be("x",(function(e,t,n){n._d=new Date(ue(e))})),
1278
+ Ie("x",De),Ie("X",Pe),Be("X",(function(e,t,n){n._d=new Date(1e3*parseFloat(e))})),Be("x",(function(e,t,n){n._d=new Date(ue(e))})),
1279
1279
  //! moment.js
1280
- r.version="2.29.3",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=Lr,r.isMoment=E,r.weekdays=vo,r.parseZone=ho,r.localeData=_n,r.isDuration=lr,r.monthsShort=_o,r.weekdaysMin=ko,r.defineLocale=yn,r.updateLocale=bn,r.locales=vn,r.weekdaysShort=wo,r.normalizeUnits=re,r.relativeTimeRounding=os,r.relativeTimeThreshold=ss,r.calendarFormat=Ur,r.prototype=co,
1280
+ r.version="2.29.3",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=Dr,r.isMoment=E,r.weekdays=vo,r.parseZone=ho,r.localeData=_n,r.isDuration=lr,r.monthsShort=_o,r.weekdaysMin=ko,r.defineLocale=yn,r.updateLocale=bn,r.locales=vn,r.weekdaysShort=wo,r.normalizeUnits=re,r.relativeTimeRounding=os,r.relativeTimeThreshold=ss,r.calendarFormat=Ur,r.prototype=co,
1281
1281
  // currently HTML5 input type only supports 24-hour formats
1282
1282
  r.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",// <input type="datetime-local" />
1283
1283
  DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",// <input type="datetime-local" step="1" />
@@ -1287,69 +1287,69 @@ TIME:"HH:mm",// <input type="time" />
1287
1287
  TIME_SECONDS:"HH:mm:ss",// <input type="time" step="1" />
1288
1288
  TIME_MS:"HH:mm:ss.SSS",// <input type="time" step="0.001" />
1289
1289
  WEEK:"GGGG-[W]WW",// <input type="week" />
1290
- MONTH:"YYYY-MM"},r}()}));const oi={en:{casinoFooter:{timeText:"Time",sessionTimer:"Logged in for"}},de:{casinoFooter:{timeText:"Time",sessionTimer:"Logged in for"}},fr:{casinoFooter:{timeText:"Catégories",sessionTimer:"Logged in for"}},ro:{casinoFooter:{timeText:"Ora",sessionTimer:"Online de"}},es:{casinoFooter:{timeText:"Categorías",sessionTimer:"Logged in for"}},pt:{casinoFooter:{timeText:"Categorias",sessionTimer:"Logged in for"}}},{document:si}=U;
1291
- /* src/CasinoFooterV2.svelte generated by Svelte v3.48.0 */function ai(e,t,n){const r=e.slice();return r[75]=t[n],r}function li(e,t,n){const r=e.slice();return r[78]=t[n],r}function ci(e,t,n){const r=e.slice();return r[81]=t[n],r}
1292
- // (255:2) {#if headScript}
1293
- function ui(e){let t,n;return{c(){t=g("script"),l(t.src,n=/*licenseScriptSrc*/e[25])||k(t,"src",n)},m(e,n){f(e,t,n)},p(e,r){/*licenseScriptSrc*/33554432&r[0]&&!l(t.src,n=/*licenseScriptSrc*/e[25])&&k(t,"src",n)},d(e){e&&p(t)}}}
1294
- // (266:2) {:else}
1295
- function hi(e){let t,n,r,i,o,s,a,l,c,u,h,m,y=/*helpLinksRepeater*/e[15]&&pi(e),b=/*gameVendorsRepeater*/e[10]&&yi(e),v=/*paymentMethodsRepeater*/e[12]&&_i(e),w=/*panicbuttonenabled*/"true"===e[6]&&/*isLoggedIn*/e[27]&&wi(e),E=/*licensesRepeater*/e[17]&&ki(e),S=/*sponsorsRepeater*/e[14]&&Mi(e),T=/*socialLinksRepeater*/e[19]&&Oi(e),x=/*languageselectorenabled*/"true"===e[5]&&/*languagePackLoaded*/e[34]&&/*selectedLanguage*/e[28]&&Pi(e),M=/*copyright*/e[20]&&Fi(e);return{c(){t=g("div"),n=g("div"),y&&y.c(),i=_(),o=g("div"),b&&b.c(),s=_(),v&&v.c(),a=_(),w&&w.c(),l=_(),E&&E.c(),c=_(),S&&S.c(),u=_(),T&&T.c(),h=_(),x&&x.c(),m=_(),M&&M.c(),k(n,"class",r="FooterSide "+(/*isOnMobile*/e[38]&&/*isLoggedIn*/e[27]?"FooterSideMobile":"")),k(o,"class","FooterGrid"),k(t,"class","Footer")},m(r,p){f(r,t,p),d(t,n),y&&y.m(n,null),d(t,i),d(t,o),b&&b.m(o,null),d(o,s),v&&v.m(o,null),d(o,a),w&&w.m(o,null),d(o,l),E&&E.m(o,null),d(o,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),M&&M.m(o,null)
1296
- /*div2_binding*/,e[57](t)},p(e,t){/*helpLinksRepeater*/e[15]?y?y.p(e,t):(y=pi(e),y.c(),y.m(n,null)):y&&(y.d(1),y=null),/*isLoggedIn*/134217728&t[0]&&r!==(r="FooterSide "+(/*isOnMobile*/e[38]&&/*isLoggedIn*/e[27]?"FooterSideMobile":""))&&k(n,"class",r),/*gameVendorsRepeater*/e[10]?b?b.p(e,t):(b=yi(e),b.c(),b.m(o,s)):b&&(b.d(1),b=null),/*paymentMethodsRepeater*/e[12]?v?v.p(e,t):(v=_i(e),v.c(),v.m(o,a)):v&&(v.d(1),v=null),/*panicbuttonenabled*/"true"===e[6]&&/*isLoggedIn*/e[27]?w?w.p(e,t):(w=wi(e),w.c(),w.m(o,l)):w&&(w.d(1),w=null),/*licensesRepeater*/e[17]?E?E.p(e,t):(E=ki(e),E.c(),E.m(o,c)):E&&(E.d(1),E=null),/*sponsorsRepeater*/e[14]?S?S.p(e,t):(S=Mi(e),S.c(),S.m(o,u)):S&&(S.d(1),S=null),/*socialLinksRepeater*/e[19]?T?T.p(e,t):(T=Oi(e),T.c(),T.m(o,h)):T&&(T.d(1),T=null),/*languageselectorenabled*/"true"===e[5]&&/*languagePackLoaded*/e[34]&&/*selectedLanguage*/e[28]?x?x.p(e,t):(x=Pi(e),x.c(),x.m(o,m)):x&&(x.d(1),x=null),/*copyright*/e[20]?M?M.p(e,t):(M=Fi(e),M.c(),M.m(o,null)):M&&(M.d(1),M=null)},d(n){n&&p(t),y&&y.d(),b&&b.d(),v&&v.d(),w&&w.d(),E&&E.d(),S&&S.d(),T&&T.d(),x&&x.d(),M&&M.d()
1297
- /*div2_binding*/,e[57](null)}}}
1298
- // (264:2) {#if isLoading}
1290
+ MONTH:"YYYY-MM"},r}()}));const oi={en:{casinoFooter:{timeText:"Time",sessionTimer:"logged in for"}},de:{casinoFooter:{timeText:"Time",sessionTimer:"logged in for"}},fr:{casinoFooter:{timeText:"Catégories",sessionTimer:"logged in for"}},ro:{casinoFooter:{timeText:"Ora",sessionTimer:"online de"}},es:{casinoFooter:{timeText:"Categorías",sessionTimer:"logged in for"}},pt:{casinoFooter:{timeText:"Categorias",sessionTimer:"logged in for"}}},{document:si}=U;
1291
+ /* src/CasinoFooterV2.svelte generated by Svelte v3.48.0 */function ai(e,t,n){const r=e.slice();return r[76]=t[n],r}function li(e,t,n){const r=e.slice();return r[79]=t[n],r}function ci(e,t,n){const r=e.slice();return r[82]=t[n],r}
1292
+ // (267:2) {#if headScript}
1293
+ function ui(e){let t,n;return{c(){t=g("script"),l(t.src,n=/*licenseScriptSrc*/e[22])||k(t,"src",n)},m(e,n){f(e,t,n)},p(e,r){/*licenseScriptSrc*/4194304&r[0]&&!l(t.src,n=/*licenseScriptSrc*/e[22])&&k(t,"src",n)},d(e){e&&p(t)}}}
1294
+ // (278:2) {:else}
1295
+ function hi(e){let t,n,r,i,o,s,a,l,c,u,h,m,y=/*helpLinksRepeater*/e[12]&&pi(e),b=/*gameVendorsRepeater*/e[7]&&yi(e),v=/*paymentMethodsRepeater*/e[9]&&_i(e),w=/*panicbuttonenabled*/"true"===e[4]&&/*isLoggedIn*/e[24]&&wi(e),E=/*licensesRepeater*/e[14]&&ki(e),S=/*sponsorsRepeater*/e[11]&&Ti(e),T=/*socialLinksRepeater*/e[16]&&Li(e),x=/*languageselectorenabled*/"true"===e[3]&&/*languagePackLoaded*/e[30]&&/*selectedLanguage*/e[25]&&Oi(e),M=/*copyright*/e[17]&&Hi(e);return{c(){t=g("div"),n=g("div"),y&&y.c(),i=_(),o=g("div"),b&&b.c(),s=_(),v&&v.c(),a=_(),w&&w.c(),l=_(),E&&E.c(),c=_(),S&&S.c(),u=_(),T&&T.c(),h=_(),x&&x.c(),m=_(),M&&M.c(),k(n,"class",r="FooterSide "+(/*isOnMobile*/e[32]&&/*isLoggedIn*/e[24]?"FooterSideMobile":"")),k(o,"class","FooterGrid"),k(t,"class","Footer")},m(r,p){f(r,t,p),d(t,n),y&&y.m(n,null),d(t,i),d(t,o),b&&b.m(o,null),d(o,s),v&&v.m(o,null),d(o,a),w&&w.m(o,null),d(o,l),E&&E.m(o,null),d(o,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),M&&M.m(o,null)
1296
+ /*div2_binding*/,e[54](t)},p(e,t){/*helpLinksRepeater*/e[12]?y?y.p(e,t):(y=pi(e),y.c(),y.m(n,null)):y&&(y.d(1),y=null),/*isLoggedIn*/16777216&t[0]&&r!==(r="FooterSide "+(/*isOnMobile*/e[32]&&/*isLoggedIn*/e[24]?"FooterSideMobile":""))&&k(n,"class",r),/*gameVendorsRepeater*/e[7]?b?b.p(e,t):(b=yi(e),b.c(),b.m(o,s)):b&&(b.d(1),b=null),/*paymentMethodsRepeater*/e[9]?v?v.p(e,t):(v=_i(e),v.c(),v.m(o,a)):v&&(v.d(1),v=null),/*panicbuttonenabled*/"true"===e[4]&&/*isLoggedIn*/e[24]?w?w.p(e,t):(w=wi(e),w.c(),w.m(o,l)):w&&(w.d(1),w=null),/*licensesRepeater*/e[14]?E?E.p(e,t):(E=ki(e),E.c(),E.m(o,c)):E&&(E.d(1),E=null),/*sponsorsRepeater*/e[11]?S?S.p(e,t):(S=Ti(e),S.c(),S.m(o,u)):S&&(S.d(1),S=null),/*socialLinksRepeater*/e[16]?T?T.p(e,t):(T=Li(e),T.c(),T.m(o,h)):T&&(T.d(1),T=null),/*languageselectorenabled*/"true"===e[3]&&/*languagePackLoaded*/e[30]&&/*selectedLanguage*/e[25]?x?x.p(e,t):(x=Oi(e),x.c(),x.m(o,m)):x&&(x.d(1),x=null),/*copyright*/e[17]?M?M.p(e,t):(M=Hi(e),M.c(),M.m(o,null)):M&&(M.d(1),M=null)},d(n){n&&p(t),y&&y.d(),b&&b.d(),v&&v.d(),w&&w.d(),E&&E.d(),S&&S.d(),T&&T.d(),x&&x.d(),M&&M.d()
1297
+ /*div2_binding*/,e[54](null)}}}
1298
+ // (276:2) {#if isLoading}
1299
1299
  function di(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)}}}
1300
- // (261:0) {#if hasErrors}
1300
+ // (273:0) {#if hasErrors}
1301
1301
  function fi(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)}}}
1302
- // (271:8) {#if helpLinksRepeater}
1303
- function pi(e){let t,n=/*helpLinksRepeater*/e[15],r=[];for(let t=0;t<n.length;t+=1)r[t]=gi(ci(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].m(e,n);f(e,t,n)},p(e,i){if(/*helpLinksRepeater, target*/32772&i[0]){let o;for(n=/*helpLinksRepeater*/e[15],o=0;o<n.length;o+=1){const s=ci(e,n,o);r[o]?r[o].p(s,i):(r[o]=gi(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)}}}
1304
- // (273:12) {#if category.key}
1305
- function mi(e){let t,n,r=/*category*/e[81].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*/32768&t[0]&&r!==(r=/*category*/e[81].key+"")&&S(n,r)},d(e){e&&p(t)}}}
1306
- // (272:10) {#each helpLinksRepeater as category}
1307
- function gi(e){let t,n,r,i=/*category*/e[81].key&&mi(e);return{c(){i&&i.c(),t=_(),n=g("casino-footer-section"),E(n,"helperflag","1"),E(n,"clientstyling",$i),E(n,"category",r=/*category*/e[81].key),E(n,"target",/*target*/e[2]),E(n,"displaycolumn","true")},m(e,r){i&&i.m(e,r),f(e,t,r),f(e,n,r)},p(e,o){/*category*/e[81].key?i?i.p(e,o):(i=mi(e),i.c(),i.m(t.parentNode,t)):i&&(i.d(1),i=null),/*helpLinksRepeater*/32768&o[0]&&r!==(r=/*category*/e[81].key)&&E(n,"category",r),/*target*/4&o[0]&&E(n,"target",/*target*/e[2])},d(e){i&&i.d(e),e&&p(t),e&&p(n)}}}
1308
- // (283:8) {#if gameVendorsRepeater}
1309
- function yi(e){let t,n,r,i,o=/*gameVendorsLinksTitle*/e[9]&&bi(e);return{c(){t=g("div"),n=g("div"),o&&o.c(),r=_(),i=g("casino-footer-section"),E(i,"vendorflag","1"),E(i,"clientstyling",$i),E(i,"target",/*target*/e[2]),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[9]?o?o.p(e,t):(o=bi(e),o.c(),o.m(n,r)):o&&(o.d(1),o=null),/*target*/4&t[0]&&E(i,"target",/*target*/e[2])},d(e){e&&p(t),o&&o.d()}}}
1310
- // (286:14) {#if gameVendorsLinksTitle}
1311
- function bi(e){let t,n;return{c(){t=g("p"),n=b(/*gameVendorsLinksTitle*/e[9]),k(t,"class","FooterTitle")},m(e,r){f(e,t,r),d(t,n)},p(e,t){/*gameVendorsLinksTitle*/512&t[0]&&S(n,/*gameVendorsLinksTitle*/e[9])},d(e){e&&p(t)}}}
1312
- // (295:6) {#if paymentMethodsRepeater}
1313
- function _i(e){let t,n,r,i,o=/*paymentLinksTitle*/e[11]&&vi(e);return{c(){t=g("div"),n=g("div"),o&&o.c(),r=_(),i=g("casino-footer-section"),E(i,"paymentflag","1"),E(i,"clientstyling",$i),E(i,"target",/*target*/e[2]),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[11]?o?o.p(e,t):(o=vi(e),o.c(),o.m(n,r)):o&&(o.d(1),o=null),/*target*/4&t[0]&&E(i,"target",/*target*/e[2])},d(e){e&&p(t),o&&o.d()}}}
1314
- // (298:12) {#if paymentLinksTitle}
1315
- function vi(e){let t,n;return{c(){t=g("p"),n=b(/*paymentLinksTitle*/e[11]),k(t,"class","FooterTitle")},m(e,r){f(e,t,r),d(t,n)},p(e,t){/*paymentLinksTitle*/2048&t[0]&&S(n,/*paymentLinksTitle*/e[11])},d(e){e&&p(t)}}}
1316
- // (308:6) {#if panicbuttonenabled === "true" && isLoggedIn}
1302
+ // (283:8) {#if helpLinksRepeater}
1303
+ function pi(e){let t,n=/*helpLinksRepeater*/e[12],r=[];for(let t=0;t<n.length;t+=1)r[t]=gi(ci(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].m(e,n);f(e,t,n)},p(e,i){if(/*helpLinksRepeater, target*/4100&i[0]){let o;for(n=/*helpLinksRepeater*/e[12],o=0;o<n.length;o+=1){const s=ci(e,n,o);r[o]?r[o].p(s,i):(r[o]=gi(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)}}}
1304
+ // (285:12) {#if category.key}
1305
+ function mi(e){let t,n,r=/*category*/e[82].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*/4096&t[0]&&r!==(r=/*category*/e[82].key+"")&&S(n,r)},d(e){e&&p(t)}}}
1306
+ // (284:10) {#each helpLinksRepeater as category}
1307
+ function gi(e){let t,n,r,i=/*category*/e[82].key&&mi(e);return{c(){i&&i.c(),t=_(),n=g("casino-footer-section"),E(n,"helperflag","1"),E(n,"clientstyling",Fi),E(n,"category",r=/*category*/e[82].key),E(n,"target",/*target*/e[2]),E(n,"displaycolumn","true")},m(e,r){i&&i.m(e,r),f(e,t,r),f(e,n,r)},p(e,o){/*category*/e[82].key?i?i.p(e,o):(i=mi(e),i.c(),i.m(t.parentNode,t)):i&&(i.d(1),i=null),/*helpLinksRepeater*/4096&o[0]&&r!==(r=/*category*/e[82].key)&&E(n,"category",r),/*target*/4&o[0]&&E(n,"target",/*target*/e[2])},d(e){i&&i.d(e),e&&p(t),e&&p(n)}}}
1308
+ // (295:8) {#if gameVendorsRepeater}
1309
+ function yi(e){let t,n,r,i,o=/*gameVendorsLinksTitle*/e[6]&&bi(e);return{c(){t=g("div"),n=g("div"),o&&o.c(),r=_(),i=g("casino-footer-section"),E(i,"vendorflag","1"),E(i,"clientstyling",Fi),E(i,"target",/*target*/e[2]),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[6]?o?o.p(e,t):(o=bi(e),o.c(),o.m(n,r)):o&&(o.d(1),o=null),/*target*/4&t[0]&&E(i,"target",/*target*/e[2])},d(e){e&&p(t),o&&o.d()}}}
1310
+ // (298:14) {#if gameVendorsLinksTitle}
1311
+ function bi(e){let t,n;return{c(){t=g("p"),n=b(/*gameVendorsLinksTitle*/e[6]),k(t,"class","FooterTitle")},m(e,r){f(e,t,r),d(t,n)},p(e,t){/*gameVendorsLinksTitle*/64&t[0]&&S(n,/*gameVendorsLinksTitle*/e[6])},d(e){e&&p(t)}}}
1312
+ // (307:6) {#if paymentMethodsRepeater}
1313
+ function _i(e){let t,n,r,i,o=/*paymentLinksTitle*/e[8]&&vi(e);return{c(){t=g("div"),n=g("div"),o&&o.c(),r=_(),i=g("casino-footer-section"),E(i,"paymentflag","1"),E(i,"clientstyling",Fi),E(i,"target",/*target*/e[2]),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[8]?o?o.p(e,t):(o=vi(e),o.c(),o.m(n,r)):o&&(o.d(1),o=null),/*target*/4&t[0]&&E(i,"target",/*target*/e[2])},d(e){e&&p(t),o&&o.d()}}}
1314
+ // (310:12) {#if paymentLinksTitle}
1315
+ function vi(e){let t,n;return{c(){t=g("p"),n=b(/*paymentLinksTitle*/e[8]),k(t,"class","FooterTitle")},m(e,r){f(e,t,r),d(t,n)},p(e,t){/*paymentLinksTitle*/256&t[0]&&S(n,/*paymentLinksTitle*/e[8])},d(e){e&&p(t)}}}
1316
+ // (320:6) {#if panicbuttonenabled === "true" && isLoggedIn}
1317
1317
  function wi(e){let t;return{c(){t=g("panic-button"),E(t,"customtext","Hold the button for 3 seconds to take 24 hours instant lock"),E(t,"alternativestyling","true"),E(t,"lang",/*lang*/e[0]),E(t,"clientstyling",/*clientstyling*/e[1])},m(e,n){f(e,t,n)},p(e,n){/*lang*/1&n[0]&&E(t,"lang",/*lang*/e[0]),/*clientstyling*/2&n[0]&&E(t,"clientstyling",/*clientstyling*/e[1])},d(e){e&&p(t)}}}
1318
- // (318:6) {#if licensesRepeater}
1319
- function ki(e){let t,n,r,i,o,s,a=/*licensesLinksTitle*/e[16]&&Ei(e),l=/*licenseDesc*/e[21]&&Si(e);return{c(){t=g("div"),n=g("div"),a&&a.c(),r=_(),i=g("casino-footer-section"),o=_(),s=g("div"),l&&l.c(),E(i,"licenseflag","1"),E(i,"clientstyling",$i),E(i,"target",/*target*/e[2]),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[16]?a?a.p(e,t):(a=Ei(e),a.c(),a.m(n,r)):a&&(a.d(1),a=null),/*target*/4&t[0]&&E(i,"target",/*target*/e[2]),/*licenseDesc*/e[21]?l?l.p(e,t):(l=Si(e),l.c(),l.m(s,null)):l&&(l.d(1),l=null)},d(e){e&&p(t),a&&a.d(),l&&l.d()}}}
1320
- // (321:12) {#if licensesLinksTitle}
1321
- function Ei(e){let t,n;return{c(){t=g("p"),n=b(/*licensesLinksTitle*/e[16]),k(t,"class","FooterTitle")},m(e,r){f(e,t,r),d(t,n)},p(e,t){/*licensesLinksTitle*/65536&t[0]&&S(n,/*licensesLinksTitle*/e[16])},d(e){e&&p(t)}}}
1322
- // (328:12) {#if licenseDesc}
1323
- function Si(e){let t,n,o,s,a,l,c,u,m,y,b=/*clockenabled*/"true"===e[3]&&Ti(e),v=/*sessiontimerenabled*/e[7]&&xi(e);return{c(){t=g("div"),o=_(),s=g("div"),l=_(),c=g("div"),b&&b.c(),u=_(),v&&v.c(),k(t,"class","DetailedLicenses"),k(s,"class","DetailedCustomLicenses")},m(r,i){f(r,t,i),f(r,o,i),f(r,s,i),f(r,l,i),f(r,c,i),b&&b.m(c,null),d(c,u),v&&v.m(c,null),m||(y=[h(n=/*setContent*/e[39].call(null,t,/*licenseDesc*/e[21])),h(a=/*setContent*/e[39].call(null,s,/*licenseScript*/e[26]))],m=!0)},p(e,t){n&&i(n.update)&&/*licenseDesc*/2097152&t[0]&&n.update.call(null,/*licenseDesc*/e[21]),a&&i(a.update)&&/*licenseScript*/67108864&t[0]&&a.update.call(null,/*licenseScript*/e[26]),/*clockenabled*/"true"===e[3]?b?b.p(e,t):(b=Ti(e),b.c(),b.m(c,u)):b&&(b.d(1),b=null),/*sessiontimerenabled*/e[7]?v?v.p(e,t):(v=xi(e),v.c(),v.m(c,null)):v&&(v.d(1),v=null)},d(e){e&&p(t),e&&p(o),e&&p(s),e&&p(l),e&&p(c),b&&b.d(),v&&v.d(),m=!1,r(y)}}}
1324
- // (333:16) {#if clockenabled==="true"}
1325
- function Ti(e){let t,n,r,i,o,s,a;return{c(){t=g("div"),n=g("span"),r=b(/*clocktext*/e[4]),i=b(":"),o=_(),s=g("span"),a=b(/*time*/e[29]),k(n,"class","ClockText"),k(s,"class","ClockTime"),k(t,"class","ClockContainer")},m(e,l){f(e,t,l),d(t,n),d(n,r),d(n,i),d(t,o),d(t,s),d(s,a)},p(e,t){/*clocktext*/16&t[0]&&S(r,/*clocktext*/e[4]),/*time*/536870912&t[0]&&S(a,/*time*/e[29])},d(e){e&&p(t)}}}
1326
- // (342:16) {#if sessiontimerenabled}
1327
- function xi(e){let t,n,r,i,o,s=/*$_*/e[37]("casinoFooter.sessionTimer")+"";return{c(){t=g("div"),n=g("span"),r=b(s),i=_(),o=b(/*timeString*/e[35]),k(n,"class","SessionText"),k(t,"class","sessionTimerContainer")},m(e,s){f(e,t,s),d(t,n),d(n,r),d(n,i),d(n,o)},p(e,t){/*$_*/64&t[1]&&s!==(s=/*$_*/e[37]("casinoFooter.sessionTimer")+"")&&S(r,s),/*timeString*/16&t[1]&&S(o,/*timeString*/e[35])},d(e){e&&p(t)}}}
1328
- // (357:6) {#if sponsorsRepeater}
1329
- function Mi(e){let t,n=/*sponsorsRepeater*/e[14]&&Di(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[14]?n?n.p(e,r):(n=Di(e),n.c(),n.m(t,null)):n&&(n.d(1),n=null)},d(e){e&&p(t),n&&n.d()}}}
1330
- // (359:10) {#if sponsorsRepeater}
1331
- function Di(e){let t,n,r,i=/*sponsorsLinksTitle*/e[13]&&Li(e);return{c(){t=g("div"),i&&i.c(),n=_(),r=g("casino-footer-section"),E(r,"sponsorflag","1"),E(r,"clientstyling",$i),E(r,"target",/*target*/e[2])},m(e,o){f(e,t,o),i&&i.m(t,null),d(t,n),d(t,r)},p(e,o){/*sponsorsLinksTitle*/e[13]?i?i.p(e,o):(i=Li(e),i.c(),i.m(t,n)):i&&(i.d(1),i=null),/*target*/4&o[0]&&E(r,"target",/*target*/e[2])},d(e){e&&p(t),i&&i.d()}}}
1332
- // (361:12) {#if sponsorsLinksTitle}
1333
- function Li(e){let t,n;return{c(){t=g("p"),n=b(/*sponsorsLinksTitle*/e[13]),k(t,"class","FooterTitle")},m(e,r){f(e,t,r),d(t,n)},p(e,t){/*sponsorsLinksTitle*/8192&t[0]&&S(n,/*sponsorsLinksTitle*/e[13])},d(e){e&&p(t)}}}
1334
- // (372:8) {#if socialLinksRepeater}
1335
- function Oi(e){let t,n,r,i=/*socialLinksTitle*/e[18]&&Ai(e);return{c(){t=g("div"),i&&i.c(),n=_(),r=g("casino-footer-section"),E(r,"socialflag","1"),E(r,"clientstyling",$i),E(r,"target",/*target*/e[2]),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[18]?i?i.p(e,o):(i=Ai(e),i.c(),i.m(t,n)):i&&(i.d(1),i=null),/*target*/4&o[0]&&E(r,"target",/*target*/e[2])},d(e){e&&p(t),i&&i.d()}}}
1336
- // (374:12) {#if socialLinksTitle}
1337
- function Ai(e){let t,n;return{c(){t=g("p"),n=b(/*socialLinksTitle*/e[18]),k(t,"class","FooterTitle")},m(e,r){f(e,t,r),d(t,n)},p(e,t){/*socialLinksTitle*/262144&t[0]&&S(n,/*socialLinksTitle*/e[18])},d(e){e&&p(t)}}}
1338
- // (383:6) {#if (languageselectorenabled==="true" && languagePackLoaded && selectedLanguage)}
1339
- function Pi(e){let t,n,i,o,s,a,c,u,h,v,E,x,M,D,L,O,A,P=/*languagesArray*/e[30],H=[];for(let t=0;t<P.length;t+=1)H[t]=Hi(li(e,P,t));let I=/*languages*/e[8],F=[];for(let t=0;t<I.length;t+=1)F[t]=Ii(ai(e,I,t));return{c(){t=g("div"),n=g("div"),i=g("select");for(let e=0;e<H.length;e+=1)H[e].c();o=_(),s=g("div"),a=g("button"),c=g("img"),h=b(/*languageDisplayName*/e[32]),v=_(),E=y("svg"),x=y("path"),M=_(),D=g("div"),L=g("ul");for(let e=0;e<F.length;e+=1)F[e].c();k(i,"class","Item ItemLanguage"),/*selectedLanguage*/void 0===e[28]&&C((()=>/*select_change_handler*/e[54].call(i))),k(c,"class","languageFlag"),l(c.src,u=/*currentLanguageFlag*/e[33])||k(c,"src",u),k(x,"opacity","0.4"),k(x,"d","M0.94 0L4.00067 3.05467L7.06 0L8 0.940667L4.00067 4.94133L0 0.940667L0.94 0Z"),k(x,"fill","black"),k(E,"width","8"),k(E,"height","5"),k(E,"viewBox","0 0 8 5"),k(E,"fill","none"),k(E,"xmlns","http://www.w3.org/2000/svg"),k(a,"class","drawerButton"),a.value=/*selectedLanguage*/e[28],k(L,"id","languageList"),k(D,"class","languageDrawer hidden"),k(s,"class","languageSelectorOverlay"),k(n,"class","languageSelectorContainer"),k(t,"class","GridRow")},m(r,l){f(r,t,l),d(t,n),d(n,i);for(let e=0;e<H.length;e+=1)H[e].m(i,null);T(i,/*selectedLanguage*/e[28]),d(n,o),d(n,s),d(s,a),d(a,c),d(a,h),d(a,v),d(a,E),d(E,x),d(s,M),d(s,D),d(D,L);for(let e=0;e<F.length;e+=1)F[e].m(L,null);
1340
- /*div0_binding*/e[56](D),O||(A=[w(i,"change",/*select_change_handler*/e[54]),w(i,"change",/*change_handler*/e[55]),w(a,"click",/*toggleLanguageDrawer*/e[41])],O=!0)},p(e,t){if(/*languagesArray*/1073741824&t[0]){let n;for(P=/*languagesArray*/e[30],n=0;n<P.length;n+=1){const r=li(e,P,n);H[n]?H[n].p(r,t):(H[n]=Hi(r),H[n].c(),H[n].m(i,null))}for(;n<H.length;n+=1)H[n].d(1);H.length=P.length}if(/*selectedLanguage, languagesArray*/1342177280&t[0]&&T(i,/*selectedLanguage*/e[28]),/*currentLanguageFlag*/4&t[1]&&!l(c.src,u=/*currentLanguageFlag*/e[33])&&k(c,"src",u),/*languageDisplayName*/2&t[1]&&S(h,/*languageDisplayName*/e[32]),/*selectedLanguage, languagesArray*/1342177280&t[0]&&(a.value=/*selectedLanguage*/e[28]),/*languages*/256&t[0]|/*overlayOptionTrigger*/2048&t[1]){let n;for(I=/*languages*/e[8],n=0;n<I.length;n+=1){const r=ai(e,I,n);F[n]?F[n].p(r,t):(F[n]=Ii(r),F[n].c(),F[n].m(L,null))}for(;n<F.length;n+=1)F[n].d(1);F.length=I.length}},d(n){n&&p(t),m(H,n),m(F,n),
1341
- /*div0_binding*/e[56](null),O=!1,r(A)}}}
1342
- // (388:14) {#each languagesArray as operatorLanguage}
1343
- function Hi(e){let t,n,r,i=/*operatorLanguage*/e[78]+"";return{c(){t=g("option"),n=b(i),t.__value=r=/*operatorLanguage*/e[78],t.value=t.__value,t.selected=!0},m(e,r){f(e,t,r),d(t,n)},p(e,o){/*languagesArray*/1073741824&o[0]&&i!==(i=/*operatorLanguage*/e[78]+"")&&S(n,i),/*languagesArray*/1073741824&o[0]&&r!==(r=/*operatorLanguage*/e[78])&&(t.__value=r,t.value=t.__value)},d(e){e&&p(t)}}}
1344
- // (402:20) {#each languages as language}
1345
- function Ii(e){let t,n,r,i,o,s,a,c,u,h=/*language*/e[75].name+"";return{c(){t=g("li"),n=g("img"),i=g("a"),o=g("span"),s=b(h),k(n,"class","languageFlag"),l(n.src,r=/*language*/e[75].flag_icon_editable)||k(n,"src",r),k(i,"href","javascript:void(0)"),k(t,"class","overlayLanguageOption"),k(t,"data-lang",a=/*language*/e[75].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[42]),c=!0)},p(e,i){/*languages*/256&i[0]&&!l(n.src,r=/*language*/e[75].flag_icon_editable)&&k(n,"src",r),/*languages*/256&i[0]&&h!==(h=/*language*/e[75].name+"")&&S(s,h),/*languages*/256&i[0]&&a!==(a=/*language*/e[75].code)&&k(t,"data-lang",a)},d(e){e&&p(t),c=!1,u()}}}
1346
- // (413:6) {#if copyright}
1347
- function Fi(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=h(n=/*setContent*/e[39].call(null,t,/*copyright*/e[20])),r=!0)},p(e,t){n&&i(n.update)&&/*copyright*/1048576&t[0]&&n.update.call(null,/*copyright*/e[20])},d(e){e&&p(t),r=!1,o()}}}function Ci(t){let n,r,i,o=/*headScript*/t[24]&&ui(t);function s(e,t){/*hasErrors*/
1348
- return e[22]?fi:/*isLoading*/e[23]?di:hi}let a=s(t),l=a(t);return{c(){o&&o.c(),n=g("link"),r=_(),l.c(),i=v(),this.c=e,k(n,"href","http://fonts.googleapis.com/css?family=Roboto Condensed"),k(n,"rel","stylesheet"),k(n,"type","text/css")},m(e,t){o&&o.m(si.head,null),d(si.head,n),f(e,r,t),l.m(e,t),f(e,i,t)},p(e,t){/*headScript*/e[24]?o?o.p(e,t):(o=ui(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)}}}let $i="";function Ni(e,t,n){let r;u(e,Qr,(e=>n(37,r=e)));let i,o,s,a,l,c,h,{endpoint:d=""}=t,{lang:f="en"}=t,{env:p=""}=t,{clientstyling:m=""}=t,{clientstylingurl:g=""}=t,{target:y=""}=t,{clockenabled:b=""}=t,{clocksecondsenabled:_=""}=t,{clockcustomformat:v=""}=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:M=""}=t,{panicbuttonenabled:D="true"}=t,{sessiontimerenabled:O="true"}=t,{grouplink:P="true"}=t,H=(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)))(window.navigator.userAgent),I="",F=[],C="",$=[],N="",B=[],R="",Y=[],U="",G=[],j="",V=[],W="",z="",Z=!1,X=!1,K=!1,q="",J="",Q=!1,ee="hr",te=[],ne=[],re="",ie="",oe=!1,se="";!function({withLocale:e,translations:t}){Yr.subscribe((n=>{null==n&&(Er.set(t),Yr.set(e))}));// maybe we will need this to make sure that the i18n is set up only once
1318
+ // (330:6) {#if licensesRepeater}
1319
+ function ki(e){let t,n,r,i,o,s,a=/*licensesLinksTitle*/e[13]&&Ei(e),l=/*licenseDesc*/e[18]&&Si(e);return{c(){t=g("div"),n=g("div"),a&&a.c(),r=_(),i=g("casino-footer-section"),o=_(),s=g("div"),l&&l.c(),E(i,"licenseflag","1"),E(i,"clientstyling",Fi),E(i,"target",/*target*/e[2]),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[13]?a?a.p(e,t):(a=Ei(e),a.c(),a.m(n,r)):a&&(a.d(1),a=null),/*target*/4&t[0]&&E(i,"target",/*target*/e[2]),/*licenseDesc*/e[18]?l?l.p(e,t):(l=Si(e),l.c(),l.m(s,null)):l&&(l.d(1),l=null)},d(e){e&&p(t),a&&a.d(),l&&l.d()}}}
1320
+ // (333:12) {#if licensesLinksTitle}
1321
+ function Ei(e){let t,n;return{c(){t=g("p"),n=b(/*licensesLinksTitle*/e[13]),k(t,"class","FooterTitle")},m(e,r){f(e,t,r),d(t,n)},p(e,t){/*licensesLinksTitle*/8192&t[0]&&S(n,/*licensesLinksTitle*/e[13])},d(e){e&&p(t)}}}
1322
+ // (340:12) {#if licenseDesc}
1323
+ function Si(e){let t,n,o,s,a,l,c;return{c(){t=g("div"),o=_(),s=g("div"),k(t,"class","DetailedLicenses"),k(s,"class","DetailedCustomLicenses")},m(r,i){f(r,t,i),f(r,o,i),f(r,s,i),l||(c=[h(n=/*setContent*/e[33].call(null,t,/*licenseDesc*/e[18])),h(a=/*setContent*/e[33].call(null,s,/*licenseScript*/e[23]))],l=!0)},p(e,t){n&&i(n.update)&&/*licenseDesc*/262144&t[0]&&n.update.call(null,/*licenseDesc*/e[18]),a&&i(a.update)&&/*licenseScript*/8388608&t[0]&&a.update.call(null,/*licenseScript*/e[23])},d(e){e&&p(t),e&&p(o),e&&p(s),l=!1,r(c)}}}
1324
+ // (351:6) {#if sponsorsRepeater}
1325
+ function Ti(e){let t,n=/*sponsorsRepeater*/e[11]&&xi(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[11]?n?n.p(e,r):(n=xi(e),n.c(),n.m(t,null)):n&&(n.d(1),n=null)},d(e){e&&p(t),n&&n.d()}}}
1326
+ // (353:10) {#if sponsorsRepeater}
1327
+ function xi(e){let t,n,r,i=/*sponsorsLinksTitle*/e[10]&&Mi(e);return{c(){t=g("div"),i&&i.c(),n=_(),r=g("casino-footer-section"),E(r,"sponsorflag","1"),E(r,"clientstyling",Fi),E(r,"target",/*target*/e[2])},m(e,o){f(e,t,o),i&&i.m(t,null),d(t,n),d(t,r)},p(e,o){/*sponsorsLinksTitle*/e[10]?i?i.p(e,o):(i=Mi(e),i.c(),i.m(t,n)):i&&(i.d(1),i=null),/*target*/4&o[0]&&E(r,"target",/*target*/e[2])},d(e){e&&p(t),i&&i.d()}}}
1328
+ // (355:12) {#if sponsorsLinksTitle}
1329
+ function Mi(e){let t,n;return{c(){t=g("p"),n=b(/*sponsorsLinksTitle*/e[10]),k(t,"class","FooterTitle")},m(e,r){f(e,t,r),d(t,n)},p(e,t){/*sponsorsLinksTitle*/1024&t[0]&&S(n,/*sponsorsLinksTitle*/e[10])},d(e){e&&p(t)}}}
1330
+ // (366:8) {#if socialLinksRepeater}
1331
+ function Li(e){let t,n,r,i=/*socialLinksTitle*/e[15]&&Di(e);return{c(){t=g("div"),i&&i.c(),n=_(),r=g("casino-footer-section"),E(r,"socialflag","1"),E(r,"clientstyling",Fi),E(r,"target",/*target*/e[2]),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[15]?i?i.p(e,o):(i=Di(e),i.c(),i.m(t,n)):i&&(i.d(1),i=null),/*target*/4&o[0]&&E(r,"target",/*target*/e[2])},d(e){e&&p(t),i&&i.d()}}}
1332
+ // (368:12) {#if socialLinksTitle}
1333
+ function Di(e){let t,n;return{c(){t=g("p"),n=b(/*socialLinksTitle*/e[15]),k(t,"class","FooterTitle")},m(e,r){f(e,t,r),d(t,n)},p(e,t){/*socialLinksTitle*/32768&t[0]&&S(n,/*socialLinksTitle*/e[15])},d(e){e&&p(t)}}}
1334
+ // (377:6) {#if (languageselectorenabled==="true" && languagePackLoaded && selectedLanguage)}
1335
+ function Oi(e){let t,n,i,o,s,a,c,u,h,v,E,x,M,L,D,O,A,P=/*languagesArray*/e[26],H=[];for(let t=0;t<P.length;t+=1)H[t]=Ai(li(e,P,t));let I=/*languages*/e[5],F=[];for(let t=0;t<I.length;t+=1)F[t]=Pi(ai(e,I,t));return{c(){t=g("div"),n=g("div"),i=g("select");for(let e=0;e<H.length;e+=1)H[e].c();o=_(),s=g("div"),a=g("button"),c=g("img"),h=b(/*languageDisplayName*/e[28]),v=_(),E=y("svg"),x=y("path"),M=_(),L=g("div"),D=g("ul");for(let e=0;e<F.length;e+=1)F[e].c();k(i,"class","Item ItemLanguage"),/*selectedLanguage*/void 0===e[25]&&$((()=>/*select_change_handler*/e[51].call(i))),k(c,"class","LanguageFlag"),l(c.src,u=/*currentLanguageFlag*/e[29])||k(c,"src",u),k(x,"opacity","0.4"),k(x,"d","M0.94 0L4.00067 3.05467L7.06 0L8 0.940667L4.00067 4.94133L0 0.940667L0.94 0Z"),k(x,"fill","black"),k(E,"width","8"),k(E,"height","5"),k(E,"viewBox","0 0 8 5"),k(E,"fill","none"),k(E,"xmlns","http://www.w3.org/2000/svg"),k(a,"class","DrawerButton"),a.value=/*selectedLanguage*/e[25],k(D,"id","LanguageList"),k(L,"class","LanguageDrawer hidden"),k(s,"class","LanguageSelectorOverlay"),k(n,"class","languageSelectorContainer"),k(t,"class","GridRow")},m(r,l){f(r,t,l),d(t,n),d(n,i);for(let e=0;e<H.length;e+=1)H[e].m(i,null);T(i,/*selectedLanguage*/e[25]),d(n,o),d(n,s),d(s,a),d(a,c),d(a,h),d(a,v),d(a,E),d(E,x),d(s,M),d(s,L),d(L,D);for(let e=0;e<F.length;e+=1)F[e].m(D,null);
1336
+ /*div0_binding*/e[53](L),O||(A=[w(i,"change",/*select_change_handler*/e[51]),w(i,"change",/*change_handler*/e[52]),w(a,"click",/*toggleLanguageDrawer*/e[35])],O=!0)},p(e,t){if(/*languagesArray*/67108864&t[0]){let n;for(P=/*languagesArray*/e[26],n=0;n<P.length;n+=1){const r=li(e,P,n);H[n]?H[n].p(r,t):(H[n]=Ai(r),H[n].c(),H[n].m(i,null))}for(;n<H.length;n+=1)H[n].d(1);H.length=P.length}if(/*selectedLanguage, languagesArray*/100663296&t[0]&&T(i,/*selectedLanguage*/e[25]),/*currentLanguageFlag*/536870912&t[0]&&!l(c.src,u=/*currentLanguageFlag*/e[29])&&k(c,"src",u),/*languageDisplayName*/268435456&t[0]&&S(h,/*languageDisplayName*/e[28]),/*selectedLanguage, languagesArray*/100663296&t[0]&&(a.value=/*selectedLanguage*/e[25]),/*languages*/32&t[0]|/*overlayOptionTrigger*/32&t[1]){let n;for(I=/*languages*/e[5],n=0;n<I.length;n+=1){const r=ai(e,I,n);F[n]?F[n].p(r,t):(F[n]=Pi(r),F[n].c(),F[n].m(D,null))}for(;n<F.length;n+=1)F[n].d(1);F.length=I.length}},d(n){n&&p(t),m(H,n),m(F,n),
1337
+ /*div0_binding*/e[53](null),O=!1,r(A)}}}
1338
+ // (382:14) {#each languagesArray as operatorLanguage}
1339
+ function Ai(e){let t,n,r,i=/*operatorLanguage*/e[79]+"";return{c(){t=g("option"),n=b(i),t.__value=r=/*operatorLanguage*/e[79],t.value=t.__value,t.selected=!0},m(e,r){f(e,t,r),d(t,n)},p(e,o){/*languagesArray*/67108864&o[0]&&i!==(i=/*operatorLanguage*/e[79]+"")&&S(n,i),/*languagesArray*/67108864&o[0]&&r!==(r=/*operatorLanguage*/e[79])&&(t.__value=r,t.value=t.__value)},d(e){e&&p(t)}}}
1340
+ // (396:20) {#each languages as language}
1341
+ function Pi(e){let t,n,r,i,o,s,a,c,u,h=/*language*/e[76].name+"";return{c(){t=g("li"),n=g("img"),i=g("a"),o=g("span"),s=b(h),k(n,"class","LanguageFlag"),l(n.src,r=/*language*/e[76].flag_icon_editable)||k(n,"src",r),k(i,"href","javascript:void(0)"),k(t,"class","OverlayLanguageOption"),k(t,"data-lang",a=/*language*/e[76].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[36]),c=!0)},p(e,i){/*languages*/32&i[0]&&!l(n.src,r=/*language*/e[76].flag_icon_editable)&&k(n,"src",r),/*languages*/32&i[0]&&h!==(h=/*language*/e[76].name+"")&&S(s,h),/*languages*/32&i[0]&&a!==(a=/*language*/e[76].code)&&k(t,"data-lang",a)},d(e){e&&p(t),c=!1,u()}}}
1342
+ // (407:6) {#if copyright}
1343
+ function Hi(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=h(n=/*setContent*/e[33].call(null,t,/*copyright*/e[17])),r=!0)},p(e,t){n&&i(n.update)&&/*copyright*/131072&t[0]&&n.update.call(null,/*copyright*/e[17])},d(e){e&&p(t),r=!1,o()}}}function Ii(t){let n,r,i,o=/*headScript*/t[21]&&ui(t);function s(e,t){/*hasErrors*/
1344
+ return e[19]?fi:/*isLoading*/e[20]?di:hi}let a=s(t),l=a(t);return{c(){o&&o.c(),n=g("link"),r=_(),l.c(),i=v(),this.c=e,k(n,"href","http://fonts.googleapis.com/css?family=Roboto Condensed"),k(n,"rel","stylesheet"),k(n,"type","text/css")},m(e,t){o&&o.m(si.head,null),d(si.head,n),f(e,r,t),l.m(e,t),f(e,i,t)},p(e,t){/*headScript*/e[21]?o?o.p(e,t):(o=ui(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)}}}let Fi="";function $i(e,t,n){let r;u(e,Qr,(e=>n(65,r=e)));let i,o,s,a,l,c,h,{endpoint:d=""}=t,{lang:f="en"}=t,{env:p=""}=t,{clientstyling:m=""}=t,{clientstylingurl:g=""}=t,{target:y=""}=t,{clockenabled:b=""}=t,{clocksecondsenabled:_=""}=t,{clockcustomformat:v=""}=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:M=""}=t,{panicbuttonenabled:L="true"}=t,{sessiontimerenabled:O="true"}=t,{grouplink:P="true"}=t,H=(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)))(window.navigator.userAgent),I="",F=[],$="",C=[],N="",B=[],R="",Y=[],U="",G=[],j="",V=[],W="",z="",Z=!1,X=!1,K=!1,q="",J="",Q=!1,ee="hr",te=[],ne=[],re="",ie="",oe=!1,se="",ae=document.createElement("p");!function({withLocale:e,translations:t}){Yr.subscribe((n=>{null==n&&(Er.set(t),Yr.set(e))}));// maybe we will need this to make sure that the i18n is set up only once
1349
1345
  /*dictionary.set(translations);
1350
1346
  locale.set(_locale);*/}({withLocale:"en",translations:{}}),Object.keys(oi).forEach((e=>{!function(e,t){xr(e,t)}(e,oi[e])}));
1351
1347
  // needed for session timer
1352
- const ae=()=>{(function(e,t){return new Promise(((n,r)=>{let i=new Headers;i.append("X-SessionID",t),Ze(`${e}/player/session/player`,{method:"GET",headers:i}).then((e=>e.json())).then((e=>n(e))).catch((e=>r(e)))}))})(M,T).then((e=>{e.Guid,e.UserID,n(27,Q=!0),le(e)}),(e=>{n(27,Q=!1),console.error("Error while checking the session - ",e)}))},le=e=>{
1348
+ const le=()=>{(function(e,t){return new Promise(((n,r)=>{let i=new Headers;i.append("X-SessionID",t),Ze(`${e}/player/session/player`,{method:"GET",headers:i}).then((e=>e.json())).then((e=>n(e))).catch((e=>r(e)))}))})(M,T).then((e=>{e.Guid,e.UserID,n(24,Q=!0),ce(e)}),(e=>{n(24,Q=!1),console.error("Error while checking the session - ",e)}))},ce=e=>{
1353
1349
  // using Date instead of moment because they recommend in their docs to stop using it for new projects
1354
- const t=new Date(e.Login),r=(new Date).getTimezoneOffset()/60;let i=(new Date).getTime()-t.getTime(),o=Math.floor(i/36e5)+r,s=Math.floor(i%36e5/6e4),a=Math.floor(i%6e4/1e3);c=setInterval((()=>{o=Math.floor(i/36e5)+r,s=Math.floor(i%36e5/6e4),a=Math.floor(i%6e4/1e3),n(35,se=`${o>9?o:"0"+o}:${s>9?s:"0"+s}:${a>9?a:"0"+a}`),i+=1e3}),1e3)},ce=()=>{const e="false"!=v?v:`hh:mm${"true"===_?":ss":""} (UTC Z)`;n(29,o=ii().format(e))},ue=()=>{window.postMessage({type:"LanguageChanged",selectedLanguage:ee},window.location.href)},he=()=>{let e=!1;te.forEach(((t,r)=>{if(t.code==ee.toLowerCase()){let r="";switch(e=!0,n(33,ie=t.flag_icon_editable),S){case"name":r=t.name;break;case"translatedName":r=t.translated_name;break;default:r=t.code}n(32,re=r)}})),e||n(32,re=ee)};L((()=>()=>{clearInterval(l),clearInterval(c)}));return e.$$set=e=>{"endpoint"in e&&n(43,d=e.endpoint),"lang"in e&&n(0,f=e.lang),"env"in e&&n(44,p=e.env),"clientstyling"in e&&n(1,m=e.clientstyling),"clientstylingurl"in e&&n(45,g=e.clientstylingurl),"target"in e&&n(2,y=e.target),"clockenabled"in e&&n(3,b=e.clockenabled),"clocksecondsenabled"in e&&n(46,_=e.clocksecondsenabled),"clockcustomformat"in e&&n(47,v=e.clockcustomformat),"clocktext"in e&&n(4,w=e.clocktext),"languageselectorenabled"in e&&n(5,k=e.languageselectorenabled),"languageslist"in e&&n(48,E=e.languageslist),"languagedisplaytype"in e&&n(49,S=e.languagedisplaytype),"session"in e&&n(50,T=e.session),"userid"in e&&n(51,x=e.userid),"userendpoint"in e&&n(52,M=e.userendpoint),"panicbuttonenabled"in e&&n(6,D=e.panicbuttonenabled),"sessiontimerenabled"in e&&n(7,O=e.sessiontimerenabled),"grouplink"in e&&n(53,P=e.grouplink)},e.$$.update=()=>{var t;/*lang*/1&e.$$.dirty[0]&&f&&(t=f,Yr.set(t)),/*languageslist*/131072&e.$$.dirty[1]&&E&&(n(30,ne=E.replace(/ /g,"").split(",")),n(30,ne=ne.map((e=>e.toUpperCase())))),/*session, userid, userendpoint*/3670016&e.$$.dirty[1]&&T&&x&&M&&ae(),/*lang*/1&e.$$.dirty[0]|/*endpoint, env*/12288&e.$$.dirty[1]&&d&&f&&p&&(()=>{let e=new URL(`${d}/${f}/footer-raw-data`);e.searchParams.append("env",p),"true"==P&&e.searchParams.append("helpLinks_groupby","helpLinkCategory"),n(23,X=!0),fetch(e.href).then((e=>e.json())).then((e=>{let t,r,o;n(23,X=!1),i=e,n(9,({gameVendorsLinksTitle:I,gameVendorsRepeater:F,paymentLinksTitle:C,paymentMethodsRepeater:$,sponsorsLinksTitle:N,sponsorsRepeater:B,helpLinksTitle:R,helpLinksRepeater:Y,licensesLinksTitle:U,licensesRepeater:G,socialLinksTitle:j,socialLinksRepeater:V,copyright:W,licenseDesc:z,licenseHeadScriptSrc:t,licenseScriptBody:r,licenseEvent:o,language:te}=i),I,n(10,F),n(11,C),n(12,$),n(13,N),n(14,B),n(15,Y),n(16,U),n(17,G),n(18,j),n(19,V),n(20,W),n(21,z),n(8,te)),te&&(n(34,oe=!0),he()),(null==t?void 0:t.length)>0&&(n(24,K=!0),n(25,q=t)),(null==r?void 0:r.length)>0&&n(26,J=r),window.postMessage({type:o},window.location.href),window.postMessage({type:"FooterData",gameVendorsRepeater:F,paymentMethodsRepeater:$,sponsorsRepeater:B,helpLinksRepeater:Y,licensesRepeater:G,socialLinksRepeater:V},window.location.href)})).catch((e=>{n(22,Z=!0),n(23,X=!1),console.error(e)}))})(),/*clockenabled*/8&e.$$.dirty[0]|/*clocksecondsenabled, clockcustomformat*/98304&e.$$.dirty[1]&&"false"!==b&&_&&v&&ce(),/*clockenabled*/8&e.$$.dirty[0]|/*clocksecondsenabled*/32768&e.$$.dirty[1]&&"false"!==b&&_&&(s="true"==_?1e3:6e4)&&(l=setInterval((()=>{ce()}),s)),/*lang, languages*/257&e.$$.dirty[0]&&f&&n(28,ee=f)&&te&&te.length>0&&he(),/*clientstyling*/2&e.$$.dirty[0]&&m&&(()=>{let e=document.createElement("style");e.innerHTML=m,h&&h.appendChild(e)})(),/*clientstylingurl*/16384&e.$$.dirty[1]&&g&&(()=>{let e=new URL(g),t=document.createElement("style");fetch(e.href).then((e=>e.text())).then((e=>{t.innerHTML=e,h&&setTimeout((()=>{h.appendChild(t)}),1)}))})()},[f,m,y,b,w,k,D,O,te,I,F,C,$,N,B,Y,U,G,j,V,W,z,Z,X,K,q,J,Q,ee,o,ne,a,re,ie,oe,se,h,r,H,(e,t)=>{let n=document.createElement("div");n.innerHTML=t,e.append(n)},ue,()=>{a.classList.toggle("hidden")},e=>{let t=e.target.closest(".overlayLanguageOption");n(28,ee=t.getAttribute("data-lang")),ue(),he(),a.classList.toggle("hidden")},d,p,g,_,v,E,S,T,x,M,P,function(){ee=function(e){const t=e.querySelector(":checked")||e.options[0];return t&&t.__value}(this),n(28,ee),n(0,f),n(8,te),n(30,ne)},()=>ue(),function(e){A[e?"unshift":"push"]((()=>{a=e,n(31,a)}))},function(e){A[e?"unshift":"push"]((()=>{h=e,n(36,h)}))}]}class Bi extends V{constructor(e){super(),this.shadowRoot.innerHTML="<style>:host{font-family:system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'}.SearchLoading{color:var(--emfe-w-color-white, #FFFFFF);text-align:center}.Footer{background-color:#E8E9EB;position:relative}.FooterSideMobile{margin-top:66px}.FooterSide{justify-content:center;height:100%;display:flex;flex-direction:column;position:absolute;background-color:#E8E9EB}.FooterSide .FooterTitle{font-family:'Roboto Condensed';font-weight:500;font-size:12px;color:#111;text-transform:uppercase;margin:21px 12px}.FooterGrid{font-weight:400;height:100%;display:flex;padding:100px 0;max-width:1200px;margin:0 auto;background-color:#E8E9EB;flex-direction:column;align-items:center;justify-content:center}.FooterGrid .GridRow{display:flex;flex-flow:row wrap;width:100%;align-items:flex-start;justify-content:center;align-items:center;padding:20px 0;text-align:center;max-width:1100px}.FooterGrid .GridRow p{font-family:'Roboto';font-style:normal;font-weight:300;font-size:12px;color:#111;text-align:center}.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 .GridRow .LicenseDesc .DetailedLicenses div{text-align:left;white-space:pre-line}.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}.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}}.ClockContainer{color:var(--emfe-w-color-gray-150, #828282);font-size:11px;display:inline}.sessionTimerContainer{color:#828282;font-size:11px;display:inline}.ItemLanguage{display:none}#languageList{padding:0;margin:0}.languageSelectorOverlay{position:relative}.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}.languageDrawer{position:absolute;background:#E8E9EB;width:150px;top:30px;padding:6px 0;left:3.9px}.languageDrawer.hidden{display:none}.languageFlag{margin-right:8px;background:black;border-radius:50%;width:14px;height:14px}.overlayLanguageOption{list-style:none;width:24px;position:relative;padding:0;justify-content:center}.overlayLanguageOption img{position:absolute;z-index:0;cursor:pointer;top:6px;left:12px}.overlayLanguageOption a{text-decoration:none;color:black;display:inline-block;width:150px}.overlayLanguageOption a span{width:100%;display:flex;justify-content:center;margin:4px 0}</style>",j(this,{target:this.shadowRoot,props:M(this.attributes),customElement:!0},Ni,Ci,o,{endpoint:43,lang:0,env:44,clientstyling:1,clientstylingurl:45,target:2,clockenabled:3,clocksecondsenabled:46,clockcustomformat:47,clocktext:4,languageselectorenabled:5,languageslist:48,languagedisplaytype:49,session:50,userid:51,userendpoint:52,panicbuttonenabled:6,sessiontimerenabled:7,grouplink:53},null,[-1,-1,-1]),e&&(e.target&&f(e.target,this,e.anchor),e.props&&(this.$set(e.props),B()))}static get observedAttributes(){return["endpoint","lang","env","clientstyling","clientstylingurl","target","clockenabled","clocksecondsenabled","clockcustomformat","clocktext","languageselectorenabled","languageslist","languagedisplaytype","session","userid","userendpoint","panicbuttonenabled","sessiontimerenabled","grouplink"]}get endpoint(){return this.$$.ctx[43]}set endpoint(e){this.$$set({endpoint:e}),B()}get lang(){return this.$$.ctx[0]}set lang(e){this.$$set({lang:e}),B()}get env(){return this.$$.ctx[44]}set env(e){this.$$set({env:e}),B()}get clientstyling(){return this.$$.ctx[1]}set clientstyling(e){this.$$set({clientstyling:e}),B()}get clientstylingurl(){return this.$$.ctx[45]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),B()}get target(){return this.$$.ctx[2]}set target(e){this.$$set({target:e}),B()}get clockenabled(){return this.$$.ctx[3]}set clockenabled(e){this.$$set({clockenabled:e}),B()}get clocksecondsenabled(){return this.$$.ctx[46]}set clocksecondsenabled(e){this.$$set({clocksecondsenabled:e}),B()}get clockcustomformat(){return this.$$.ctx[47]}set clockcustomformat(e){this.$$set({clockcustomformat:e}),B()}get clocktext(){return this.$$.ctx[4]}set clocktext(e){this.$$set({clocktext:e}),B()}get languageselectorenabled(){return this.$$.ctx[5]}set languageselectorenabled(e){this.$$set({languageselectorenabled:e}),B()}get languageslist(){return this.$$.ctx[48]}set languageslist(e){this.$$set({languageslist:e}),B()}get languagedisplaytype(){return this.$$.ctx[49]}set languagedisplaytype(e){this.$$set({languagedisplaytype:e}),B()}get session(){return this.$$.ctx[50]}set session(e){this.$$set({session:e}),B()}get userid(){return this.$$.ctx[51]}set userid(e){this.$$set({userid:e}),B()}get userendpoint(){return this.$$.ctx[52]}set userendpoint(e){this.$$set({userendpoint:e}),B()}get panicbuttonenabled(){return this.$$.ctx[6]}set panicbuttonenabled(e){this.$$set({panicbuttonenabled:e}),B()}get sessiontimerenabled(){return this.$$.ctx[7]}set sessiontimerenabled(e){this.$$set({sessiontimerenabled:e}),B()}get grouplink(){return this.$$.ctx[53]}set grouplink(e){this.$$set({grouplink:e}),B()}}return!customElements.get("casino-footer-v2")&&customElements.define("casino-footer-v2",Bi),Bi}));
1350
+ const t=new Date(e.Login),n=(new Date).getTimezoneOffset()/60;let i=(new Date).getTime()-t.getTime(),o=Math.floor(i/36e5)+n,s=Math.floor(i%36e5/6e4),a=Math.floor(i%6e4/1e3);c=setInterval((()=>{o=Math.floor(i/36e5)+n,s=Math.floor(i%36e5/6e4),a=Math.floor(i%6e4/1e3),se=`${o>9?o:"0"+o}:${s>9?s:"0"+s}:${a>9?a:"0"+a}`,ae.innerHTML=` ${r("casinoFooter.sessionTimer")} ${se}`,i+=1e3}),1e3)},ue=()=>{const e="false"!=v?v:`hh:mm${"true"===_?":ss":""} (UTC Z)`;o=ii().format(e)},he=()=>{window.postMessage({type:"LanguageChanged",selectedLanguage:ee},window.location.href)},de=()=>{let e=!1;te.forEach(((t,r)=>{if(t.code==ee.toLowerCase()){let r="";switch(e=!0,n(29,ie=t.flag_icon_editable),S){case"name":r=t.name;break;case"translatedName":r=t.translated_name;break;default:r=t.code}n(28,re=r)}})),e||n(28,re=ee)};D((()=>()=>{clearInterval(l),clearInterval(c)}));return e.$$set=e=>{"endpoint"in e&&n(37,d=e.endpoint),"lang"in e&&n(0,f=e.lang),"env"in e&&n(38,p=e.env),"clientstyling"in e&&n(1,m=e.clientstyling),"clientstylingurl"in e&&n(39,g=e.clientstylingurl),"target"in e&&n(2,y=e.target),"clockenabled"in e&&n(40,b=e.clockenabled),"clocksecondsenabled"in e&&n(41,_=e.clocksecondsenabled),"clockcustomformat"in e&&n(42,v=e.clockcustomformat),"clocktext"in e&&n(43,w=e.clocktext),"languageselectorenabled"in e&&n(3,k=e.languageselectorenabled),"languageslist"in e&&n(44,E=e.languageslist),"languagedisplaytype"in e&&n(45,S=e.languagedisplaytype),"session"in e&&n(46,T=e.session),"userid"in e&&n(47,x=e.userid),"userendpoint"in e&&n(48,M=e.userendpoint),"panicbuttonenabled"in e&&n(4,L=e.panicbuttonenabled),"sessiontimerenabled"in e&&n(49,O=e.sessiontimerenabled),"grouplink"in e&&n(50,P=e.grouplink)},e.$$.update=()=>{var t;/*lang*/1&e.$$.dirty[0]&&f&&(t=f,Yr.set(t)),/*languageslist*/8192&e.$$.dirty[1]&&E&&(n(26,ne=E.replace(/ /g,"").split(",")),n(26,ne=ne.map((e=>e.toUpperCase())))),/*session, userid, userendpoint*/229376&e.$$.dirty[1]&&T&&x&&M&&le(),/*lang*/1&e.$$.dirty[0]|/*endpoint, env*/192&e.$$.dirty[1]&&d&&f&&p&&(()=>{let e=new URL(`${d}/${f}/footer-raw-data`);e.searchParams.append("env",p),"true"==P&&e.searchParams.append("helpLinks_groupby","helpLinkCategory"),n(20,X=!0),fetch(e.href).then((e=>e.json())).then((e=>{let t,r,o;n(20,X=!1),i=e,n(6,({gameVendorsLinksTitle:I,gameVendorsRepeater:F,paymentLinksTitle:$,paymentMethodsRepeater:C,sponsorsLinksTitle:N,sponsorsRepeater:B,helpLinksTitle:R,helpLinksRepeater:Y,licensesLinksTitle:U,licensesRepeater:G,socialLinksTitle:j,socialLinksRepeater:V,copyright:W,licenseDesc:z,licenseHeadScriptSrc:t,licenseScriptBody:r,licenseEvent:o,language:te}=i),I,n(7,F),n(8,$),n(9,C),n(10,N),n(11,B),n(12,Y),n(13,U),n(14,G),n(15,j),n(16,V),n(17,W),n(18,z),n(5,te)),te&&(n(30,oe=!0),de()),(null==t?void 0:t.length)>0&&(n(21,K=!0),n(22,q=t)),(null==r?void 0:r.length)>0&&n(23,J=r),window.postMessage({type:o},window.location.href),window.postMessage({type:"FooterData",gameVendorsRepeater:F,paymentMethodsRepeater:C,sponsorsRepeater:B,helpLinksRepeater:Y,licensesRepeater:G,socialLinksRepeater:V},window.location.href)})).catch((e=>{n(19,Z=!0),n(20,X=!1),console.error(e)}))})(),/*clockenabled, clocksecondsenabled, clockcustomformat*/3584&e.$$.dirty[1]&&"false"!==b&&_&&v&&ue(),/*clockenabled, clocksecondsenabled*/1536&e.$$.dirty[1]&&"false"!==b&&_&&(s="true"==_?1e3:6e4)&&(l=setInterval((()=>{ue()}),s)),/*lang, languages*/33&e.$$.dirty[0]&&f&&n(25,ee=f)&&te&&te.length>0&&de(),/*clientstyling*/2&e.$$.dirty[0]&&m&&(()=>{let e=document.createElement("style");e.innerHTML=m,h&&h.appendChild(e)})(),/*clientstylingurl*/256&e.$$.dirty[1]&&g&&(()=>{let e=new URL(g),t=document.createElement("style");fetch(e.href).then((e=>e.text())).then((e=>{t.innerHTML=e,h&&setTimeout((()=>{h.appendChild(t)}),1)}))})()},[f,m,y,k,L,te,I,F,$,C,N,B,Y,U,G,j,V,W,z,Z,X,K,q,J,Q,ee,ne,a,re,ie,oe,h,H,(e,t)=>{let n=document.createElement("div");
1351
+ //Add clock
1352
+ if(n.innerHTML=t,e.append(n),"true"===b&&e.classList.contains("DetailedLicenses")){const t=document.createElement("p");t.innerHTML=` ${w} ${o}`,e.children[0].children[0].append(t)}
1353
+ //Add session timer
1354
+ "true"==O&&e.classList.contains("DetailedLicenses")&&e.children[0].children[0].append(ae)},he,()=>{a.classList.toggle("hidden")},e=>{let t=e.target.closest(".OverlayLanguageOption");n(25,ee=t.getAttribute("data-lang")),he(),de(),a.classList.toggle("hidden")},d,p,g,b,_,v,w,E,S,T,x,M,O,P,function(){ee=function(e){const t=e.querySelector(":checked")||e.options[0];return t&&t.__value}(this),n(25,ee),n(0,f),n(5,te),n(26,ne)},()=>he(),function(e){A[e?"unshift":"push"]((()=>{a=e,n(27,a)}))},function(e){A[e?"unshift":"push"]((()=>{h=e,n(31,h)}))}]}class Ci extends V{constructor(e){super(),this.shadowRoot.innerHTML="<style>:host{font-family:system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'}.SearchLoading{color:var(--emfe-w-color-white, #FFFFFF);text-align:center}.Footer{background-color:#E8E9EB;position:relative}.FooterSideMobile{margin-top:66px}.FooterSide{justify-content:center;height:100%;display:flex;flex-direction:column;position:absolute;background-color:#E8E9EB}.FooterSide .FooterTitle{font-family:'Roboto Condensed';font-weight:500;font-size:12px;color:#111;text-transform:uppercase;margin:21px 12px}.FooterGrid{font-weight:400;height:100%;display:flex;padding:100px 0;max-width:1200px;margin:0 auto;background-color:#E8E9EB;flex-direction:column;align-items:center;justify-content:center}.FooterGrid .GridRow{display:flex;flex-flow:row wrap;width:100%;align-items:flex-start;justify-content:center;align-items:center;padding:20px 0;text-align:left;max-width:1100px}.FooterGrid .GridRow p{display:inline;font-family:'Roboto';font-style:normal;font-weight:300;font-size:12px;color:#111}.FooterGrid .GridRow .LicenseDesc{flex:1;max-width:575px;line-height:1.3;display:flex;flex-direction:column;align-items:flex-start}.FooterGrid .GridRow .LicenseDesc .DetailedLicenses{font-size:10px;color:var(--emfe-w-color-gray-150, #828282)}.FooterGrid .CopyrightAreaRights{margin-top:10px}.FooterGrid .CopyrightTextArea p,.FooterGrid .CopyrightArea p{margin:0;color:var(--emfe-w-color-gray-150, #828282);font-size:9px}@media only screen and (max-width: 768px){.Footer{display:flex;flex-direction:column}.FooterSide{position:relative;margin-left:14px}.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}.LanguageSelectorOverlay{position:relative}.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}.LanguageDrawer{position:absolute;background:#E8E9EB;width:150px;top:30px;padding:6px 0;left:3.9px}.LanguageDrawer.hidden{display:none}.LanguageFlag{margin-right:8px;background:black;border-radius:50%;width:16px;height:16px}.OverlayLanguageOption{list-style:none;width:24px;position:relative;padding:0;justify-content:center}.OverlayLanguageOption img{position:absolute;z-index:0;cursor:pointer;top:6px;left:12px}.OverlayLanguageOption a{text-decoration:none;color:black;display:inline-block;width:150px}.OverlayLanguageOption a span{width:100%;display:flex;justify-content:center;margin:4px 0}</style>",j(this,{target:this.shadowRoot,props:M(this.attributes),customElement:!0},$i,Ii,o,{endpoint:37,lang:0,env:38,clientstyling:1,clientstylingurl:39,target:2,clockenabled:40,clocksecondsenabled:41,clockcustomformat:42,clocktext:43,languageselectorenabled:3,languageslist:44,languagedisplaytype:45,session:46,userid:47,userendpoint:48,panicbuttonenabled:4,sessiontimerenabled:49,grouplink:50},null,[-1,-1,-1]),e&&(e.target&&f(e.target,this,e.anchor),e.props&&(this.$set(e.props),B()))}static get observedAttributes(){return["endpoint","lang","env","clientstyling","clientstylingurl","target","clockenabled","clocksecondsenabled","clockcustomformat","clocktext","languageselectorenabled","languageslist","languagedisplaytype","session","userid","userendpoint","panicbuttonenabled","sessiontimerenabled","grouplink"]}get endpoint(){return this.$$.ctx[37]}set endpoint(e){this.$$set({endpoint:e}),B()}get lang(){return this.$$.ctx[0]}set lang(e){this.$$set({lang:e}),B()}get env(){return this.$$.ctx[38]}set env(e){this.$$set({env:e}),B()}get clientstyling(){return this.$$.ctx[1]}set clientstyling(e){this.$$set({clientstyling:e}),B()}get clientstylingurl(){return this.$$.ctx[39]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),B()}get target(){return this.$$.ctx[2]}set target(e){this.$$set({target:e}),B()}get clockenabled(){return this.$$.ctx[40]}set clockenabled(e){this.$$set({clockenabled:e}),B()}get clocksecondsenabled(){return this.$$.ctx[41]}set clocksecondsenabled(e){this.$$set({clocksecondsenabled:e}),B()}get clockcustomformat(){return this.$$.ctx[42]}set clockcustomformat(e){this.$$set({clockcustomformat:e}),B()}get clocktext(){return this.$$.ctx[43]}set clocktext(e){this.$$set({clocktext:e}),B()}get languageselectorenabled(){return this.$$.ctx[3]}set languageselectorenabled(e){this.$$set({languageselectorenabled:e}),B()}get languageslist(){return this.$$.ctx[44]}set languageslist(e){this.$$set({languageslist:e}),B()}get languagedisplaytype(){return this.$$.ctx[45]}set languagedisplaytype(e){this.$$set({languagedisplaytype:e}),B()}get session(){return this.$$.ctx[46]}set session(e){this.$$set({session:e}),B()}get userid(){return this.$$.ctx[47]}set userid(e){this.$$set({userid:e}),B()}get userendpoint(){return this.$$.ctx[48]}set userendpoint(e){this.$$set({userendpoint:e}),B()}get panicbuttonenabled(){return this.$$.ctx[4]}set panicbuttonenabled(e){this.$$set({panicbuttonenabled:e}),B()}get sessiontimerenabled(){return this.$$.ctx[49]}set sessiontimerenabled(e){this.$$set({sessiontimerenabled:e}),B()}get grouplink(){return this.$$.ctx[50]}set grouplink(e){this.$$set({grouplink:e}),B()}}return!customElements.get("casino-footer-v2")&&customElements.define("casino-footer-v2",Ci),Ci}));
1355
1355
  //# sourceMappingURL=casino-footer-v2.js.map