@voicenter-team/events-sdk 0.0.51 → 0.0.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/voicenter-events-sdk.cjs.js +29 -28
- package/dist/voicenter-events-sdk.cjs.js.map +1 -1
- package/dist/voicenter-events-sdk.d.ts +26 -10
- package/dist/voicenter-events-sdk.es.js +6171 -6270
- package/dist/voicenter-events-sdk.es.js.map +1 -1
- package/dist/voicenter-events-sdk.iife.js +29 -28
- package/dist/voicenter-events-sdk.iife.js.map +1 -1
- package/dist/voicenter-events-sdk.umd.js +29 -28
- package/dist/voicenter-events-sdk.umd.js.map +1 -1
- package/package.json +3 -3
|
@@ -1,45 +1,46 @@
|
|
|
1
|
-
var VoicenterEventsSDK=function(
|
|
1
|
+
var VoicenterEventsSDK=function(Mt){"use strict";var Dm=Object.defineProperty;var Pm=(Mt,ce,ln)=>ce in Mt?Dm(Mt,ce,{enumerable:!0,configurable:!0,writable:!0,value:ln}):Mt[ce]=ln;var At=(Mt,ce,ln)=>(Pm(Mt,typeof ce!="symbol"?ce+"":ce,ln),ln);var ce=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function ln(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}var ms={exports:{}},_s={exports:{}};(function(){var r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",o={rotl:function(n,s){return n<<s|n>>>32-s},rotr:function(n,s){return n<<32-s|n>>>s},endian:function(n){if(n.constructor==Number)return o.rotl(n,8)&16711935|o.rotl(n,24)&4278255360;for(var s=0;s<n.length;s++)n[s]=o.endian(n[s]);return n},randomBytes:function(n){for(var s=[];n>0;n--)s.push(Math.floor(Math.random()*256));return s},bytesToWords:function(n){for(var s=[],c=0,f=0;c<n.length;c++,f+=8)s[f>>>5]|=n[c]<<24-f%32;return s},wordsToBytes:function(n){for(var s=[],c=0;c<n.length*32;c+=8)s.push(n[c>>>5]>>>24-c%32&255);return s},bytesToHex:function(n){for(var s=[],c=0;c<n.length;c++)s.push((n[c]>>>4).toString(16)),s.push((n[c]&15).toString(16));return s.join("")},hexToBytes:function(n){for(var s=[],c=0;c<n.length;c+=2)s.push(parseInt(n.substr(c,2),16));return s},bytesToBase64:function(n){for(var s=[],c=0;c<n.length;c+=3)for(var f=n[c]<<16|n[c+1]<<8|n[c+2],v=0;v<4;v++)c*8+v*6<=n.length*8?s.push(r.charAt(f>>>6*(3-v)&63)):s.push("=");return s.join("")},base64ToBytes:function(n){n=n.replace(/[^A-Z0-9+\/]/ig,"");for(var s=[],c=0,f=0;c<n.length;f=++c%4)f!=0&&s.push((r.indexOf(n.charAt(c-1))&Math.pow(2,-2*f+8)-1)<<f*2|r.indexOf(n.charAt(c))>>>6-f*2);return s}};_s.exports=o})();var Ku=_s.exports,bi={utf8:{stringToBytes:function(r){return bi.bin.stringToBytes(unescape(encodeURIComponent(r)))},bytesToString:function(r){return decodeURIComponent(escape(bi.bin.bytesToString(r)))}},bin:{stringToBytes:function(r){for(var o=[],n=0;n<r.length;n++)o.push(r.charCodeAt(n)&255);return o},bytesToString:function(r){for(var o=[],n=0;n<r.length;n++)o.push(String.fromCharCode(r[n]));return o.join("")}}},ws=bi;/*!
|
|
2
2
|
* Determine if an object is a Buffer
|
|
3
3
|
*
|
|
4
4
|
* @author Feross Aboukhadijeh <https://feross.org>
|
|
5
5
|
* @license MIT
|
|
6
|
-
*/var ic=function(s){return s!=null&&($s(s)||sc(s)||!!s._isBuffer)};function $s(s){return!!s.constructor&&typeof s.constructor.isBuffer=="function"&&s.constructor.isBuffer(s)}function sc(s){return typeof s.readFloatLE=="function"&&typeof s.slice=="function"&&$s(s.slice(0,0))}(function(){var s=rc,i=Hs.utf8,n=ic,o=Hs.bin,u=function(h,m){h.constructor==String?m&&m.encoding==="binary"?h=o.stringToBytes(h):h=i.stringToBytes(h):n(h)?h=Array.prototype.slice.call(h,0):!Array.isArray(h)&&h.constructor!==Uint8Array&&(h=h.toString());for(var g=s.bytesToWords(h),S=h.length*8,v=1732584193,_=-271733879,y=-1732584194,l=271733878,f=0;f<g.length;f++)g[f]=(g[f]<<8|g[f]>>>24)&16711935|(g[f]<<24|g[f]>>>8)&4278255360;g[S>>>5]|=128<<S%32,g[(S+64>>>9<<4)+14]=S;for(var b=u._ff,k=u._gg,x=u._hh,W=u._ii,f=0;f<g.length;f+=16){var st=v,V=_,ot=y,H=l;v=b(v,_,y,l,g[f+0],7,-680876936),l=b(l,v,_,y,g[f+1],12,-389564586),y=b(y,l,v,_,g[f+2],17,606105819),_=b(_,y,l,v,g[f+3],22,-1044525330),v=b(v,_,y,l,g[f+4],7,-176418897),l=b(l,v,_,y,g[f+5],12,1200080426),y=b(y,l,v,_,g[f+6],17,-1473231341),_=b(_,y,l,v,g[f+7],22,-45705983),v=b(v,_,y,l,g[f+8],7,1770035416),l=b(l,v,_,y,g[f+9],12,-1958414417),y=b(y,l,v,_,g[f+10],17,-42063),_=b(_,y,l,v,g[f+11],22,-1990404162),v=b(v,_,y,l,g[f+12],7,1804603682),l=b(l,v,_,y,g[f+13],12,-40341101),y=b(y,l,v,_,g[f+14],17,-1502002290),_=b(_,y,l,v,g[f+15],22,1236535329),v=k(v,_,y,l,g[f+1],5,-165796510),l=k(l,v,_,y,g[f+6],9,-1069501632),y=k(y,l,v,_,g[f+11],14,643717713),_=k(_,y,l,v,g[f+0],20,-373897302),v=k(v,_,y,l,g[f+5],5,-701558691),l=k(l,v,_,y,g[f+10],9,38016083),y=k(y,l,v,_,g[f+15],14,-660478335),_=k(_,y,l,v,g[f+4],20,-405537848),v=k(v,_,y,l,g[f+9],5,568446438),l=k(l,v,_,y,g[f+14],9,-1019803690),y=k(y,l,v,_,g[f+3],14,-187363961),_=k(_,y,l,v,g[f+8],20,1163531501),v=k(v,_,y,l,g[f+13],5,-1444681467),l=k(l,v,_,y,g[f+2],9,-51403784),y=k(y,l,v,_,g[f+7],14,1735328473),_=k(_,y,l,v,g[f+12],20,-1926607734),v=x(v,_,y,l,g[f+5],4,-378558),l=x(l,v,_,y,g[f+8],11,-2022574463),y=x(y,l,v,_,g[f+11],16,1839030562),_=x(_,y,l,v,g[f+14],23,-35309556),v=x(v,_,y,l,g[f+1],4,-1530992060),l=x(l,v,_,y,g[f+4],11,1272893353),y=x(y,l,v,_,g[f+7],16,-155497632),_=x(_,y,l,v,g[f+10],23,-1094730640),v=x(v,_,y,l,g[f+13],4,681279174),l=x(l,v,_,y,g[f+0],11,-358537222),y=x(y,l,v,_,g[f+3],16,-722521979),_=x(_,y,l,v,g[f+6],23,76029189),v=x(v,_,y,l,g[f+9],4,-640364487),l=x(l,v,_,y,g[f+12],11,-421815835),y=x(y,l,v,_,g[f+15],16,530742520),_=x(_,y,l,v,g[f+2],23,-995338651),v=W(v,_,y,l,g[f+0],6,-198630844),l=W(l,v,_,y,g[f+7],10,1126891415),y=W(y,l,v,_,g[f+14],15,-1416354905),_=W(_,y,l,v,g[f+5],21,-57434055),v=W(v,_,y,l,g[f+12],6,1700485571),l=W(l,v,_,y,g[f+3],10,-1894986606),y=W(y,l,v,_,g[f+10],15,-1051523),_=W(_,y,l,v,g[f+1],21,-2054922799),v=W(v,_,y,l,g[f+8],6,1873313359),l=W(l,v,_,y,g[f+15],10,-30611744),y=W(y,l,v,_,g[f+6],15,-1560198380),_=W(_,y,l,v,g[f+13],21,1309151649),v=W(v,_,y,l,g[f+4],6,-145523070),l=W(l,v,_,y,g[f+11],10,-1120210379),y=W(y,l,v,_,g[f+2],15,718787259),_=W(_,y,l,v,g[f+9],21,-343485551),v=v+st>>>0,_=_+V>>>0,y=y+ot>>>0,l=l+H>>>0}return s.endian([v,_,y,l])};u._ff=function(h,m,g,S,v,_,y){var l=h+(m&g|~m&S)+(v>>>0)+y;return(l<<_|l>>>32-_)+m},u._gg=function(h,m,g,S,v,_,y){var l=h+(m&S|g&~S)+(v>>>0)+y;return(l<<_|l>>>32-_)+m},u._hh=function(h,m,g,S,v,_,y){var l=h+(m^g^S)+(v>>>0)+y;return(l<<_|l>>>32-_)+m},u._ii=function(h,m,g,S,v,_,y){var l=h+(g^(m|~S))+(v>>>0)+y;return(l<<_|l>>>32-_)+m},u._blocksize=16,u._digestsize=16,Ks.exports=function(h,m){if(h==null)throw new Error("Illegal argument "+h);var g=s.wordsToBytes(u(h,m));return m&&m.asBytes?g:m&&m.asString?o.bytesToString(g):s.bytesToHex(g)}})();var oc=Ks.exports;const ac=on(oc);var an=(s=>(s.MAIN="main",s.NEXT="next",s))(an||{}),Fe=(s=>(s.USER="User",s.TOKEN="Token",s))(Fe||{});class Un{static async getSessionStorageDataByKey(i,n=!0){if(typeof chrome<"u"&&typeof chrome.storage<"u"){const o=await chrome.storage.session.get(i);if(o[i])return n?JSON.parse(o[i]):o[i]}if(typeof window<"u"){const o=window.sessionStorage.getItem(i);if(o)return n?JSON.parse(o):o}}static async updateSessionStorageKey(i,n){typeof chrome<"u"&&typeof chrome.storage<"u"&&await chrome.storage.session.set({[i]:JSON.stringify(n)}),typeof window<"u"&&window.sessionStorage.setItem(i,JSON.stringify(n))}static clearSessionStorage(){typeof chrome<"u"&&typeof chrome.storage<"u"&&chrome.storage.session.clear(),typeof window<"u"&&window.sessionStorage.clear()}}var $t=(s=>(s.INFO="INFO",s.WARN="WARN",s.ERROR="ERROR",s))($t||{});class uc{constructor(i){wt(this,"delay",1e3);wt(this,"lastLoginTimestamp");wt(this,"token");wt(this,"storageKey");this.eventsSdkClass=i,this.eventsSdkClass=i,this.storageKey=""}async login(i){const n={token:i.token,email:i.email,password:i.password};if(this.storageKey=ac(JSON.stringify({...i,loggerSocketConnection:null})),this.lastLoginTimestamp&&this.lastLoginTimestamp+this.delay>new Date().getTime())return;this.updateLastLoginTimestamp(),await this.checkLoginStatus(this.storageKey)||(Un.clearSessionStorage(),await this.userLoginFunction(n,this.storageKey,i.loginType))}updateLastLoginTimestamp(){this.lastLoginTimestamp=new Date().getTime()}async checkLoginStatus(i){const n=await Un.getSessionStorageDataByKey(i);return n?(this.eventsSdkClass.loggerClass.log($t.INFO,"got data from session",n),this.onLoginResponse(n),!0):!1}async userLoginFunction(i,n,o){let u,h,m;this.eventsSdkClass.options.isNewStack?(u=await this.externalLogin(this.eventsSdkClass.options.loginUrl,i,o),h=await this.getSettings(u.Data.AccessToken),m={...u.Data,...h}):(u=await this.externalLogin(this.eventsSdkClass.options.loginUrl,i,o),m={...u.Data.Socket}),this.onLoginResponse(m),await Un.updateSessionStorageKey(n,m)}onLoginResponse(i){if(!this.eventsSdkClass.options.isNewStack&&this.eventsSdkClass.options.servers&&(this.eventsSdkClass.servers=[...this.eventsSdkClass.options.servers],this.eventsSdkClass.server=this.eventsSdkClass.servers.reduce((n,o)=>n.Priority>o.Priority?n:o)),this.eventsSdkClass.options.isNewStack&&this.eventsSdkClass.options.servers&&(this.eventsSdkClass.servers=[...this.eventsSdkClass.options.servers],this.eventsSdkClass.server=this.eventsSdkClass.servers.reduce((n,o)=>n.Priority>o.Priority?n:o)),i.MonitorList&&i.MonitorList.length&&(this.eventsSdkClass.servers=[...i.MonitorList],this.eventsSdkClass.server=this.eventsSdkClass.servers.reduce((n,o)=>n.Priority>o.Priority?n:o)),!this.eventsSdkClass.options.isNewStack&&!this.eventsSdkClass.servers.length&&i.URLList&&(this.eventsSdkClass.URLList=i.URLList),!this.eventsSdkClass.options.isNewStack&&!this.eventsSdkClass.URLList.length&&!this.eventsSdkClass.servers.length)throw new Error("Socket servers not defined");if(this.eventsSdkClass.options.isNewStack&&!this.eventsSdkClass.servers.length)throw new Error("Socket servers not defined");this.eventsSdkClass.server&&this.eventsSdkClass.socketIoClass.getSocketIoFunction(`v=${this.eventsSdkClass.server.Version}`),!this.eventsSdkClass.server&&this.eventsSdkClass.URLList.length&&this.eventsSdkClass.socketIoClass.getSocketIoFunction(`v=${i.Client}`),i.IdentityCode&&(this.token=i.IdentityCode,this.eventsSdkClass.connect(an.MAIN)),i.Token&&(this.token=i.Token,this.eventsSdkClass.connect(an.MAIN)),i.RefreshToken&&i.IdentityCodeExpiry&&this.eventsSdkClass.options.loginType===Fe.USER&&(this.eventsSdkClass.options.refreshToken=i.RefreshToken,this.eventsSdkClass.options.tokenExpiry=i.IdentityCodeExpiry,this.handleTokenExpiry()),i.RefreshToken&&i.TokenExpiry&&this.eventsSdkClass.options.loginType===Fe.USER&&(this.eventsSdkClass.options.refreshToken=i.RefreshToken,this.eventsSdkClass.options.tokenExpiry=i.TokenExpiry,this.handleTokenExpiry())}handleTokenExpiry(){if(!this.eventsSdkClass.options.refreshTokenUrl)throw new Error("refreshTokenUrl not provided");let i;if(this.eventsSdkClass.options.tokenExpiry)i=new Date(this.eventsSdkClass.options.tokenExpiry);else return;const n=i.getTime()-new Date().getTime()-5e3,o=Math.min(n,2147483647);setTimeout(async()=>{if(this.eventsSdkClass.options.refreshToken){this.eventsSdkClass.socketIoClass.closeAllConnections();let u,h;if(this.eventsSdkClass.options.isNewStack){const m=await this.refreshToken(this.eventsSdkClass.options.refreshTokenUrl,this.eventsSdkClass.options.refreshToken);u=await this.getSettings(m.Data.AccessToken),h={...m.Data,...u}}else h={...(await this.refreshToken(this.eventsSdkClass.options.refreshTokenUrl,this.eventsSdkClass.options.refreshToken)).Data.Socket};this.onLoginResponse(h),await Un.updateSessionStorageKey(this.storageKey,h)}},o)}async externalLogin(i,{password:n,token:o,email:u},h){if(!i)throw new Error("loginUrl not provided");let m;this.eventsSdkClass.options.isNewStack?h===Fe.TOKEN?m=JSON.stringify({identityType:Fe.TOKEN,token:o}):m=JSON.stringify({identityType:Fe.USER,username:u,password:n}):this.eventsSdkClass.options.loginType===Fe.TOKEN?(m=JSON.stringify({token:o}),i=`${i}/${Fe.TOKEN}`):(m=JSON.stringify({email:u,pin:n}),i=`${i}/${Fe.USER}`);try{const g=await fetch(i,{method:"POST",headers:{"Content-Type":"application/json"},body:m});if(!g.ok&&g.status===400)throw new Error("Bad body request. Login type or isNewStack values not correct or not provided");if(!g.ok&&g.status===401)throw new Error("Unauthorized. Invalid token provided");if(!g.ok&&g.status===403)throw new Error("Forbidden. Identity token not provided or not valid");const S=await g.json();if(S.error)throw new Error(S.error);return S}catch(g){throw this.eventsSdkClass.loggerClass.log($t.ERROR,`External login ${i}`,g),g}}async getSettings(i){try{if(!this.eventsSdkClass.options.getSettingsUrl)throw new Error("getSettingsUrl not provided");const n=await fetch(this.eventsSdkClass.options.getSettingsUrl,{headers:{Authorization:`Bearer ${i}`}});if(!n.ok&&n.status===401)throw new Error("Unauthorized. Access token not provided or not valid");return n.json()}catch(n){throw this.eventsSdkClass.loggerClass.log($t.ERROR,`Get settings ${this.eventsSdkClass.options.getSettingsUrl}`,n),n}}async refreshToken(i,n){try{return(await fetch(i,{method:"GET",headers:{"Content-Type":"application/json",Authorization:`Bearer ${n}`}})).json()}catch(o){throw this.eventsSdkClass.loggerClass.log($t.ERROR,`Refresh token ${i}`,o),o}}}var rr={exports:{}};/**
|
|
6
|
+
*/var zu=function(r){return r!=null&&(bs(r)||Gu(r)||!!r._isBuffer)};function bs(r){return!!r.constructor&&typeof r.constructor.isBuffer=="function"&&r.constructor.isBuffer(r)}function Gu(r){return typeof r.readFloatLE=="function"&&typeof r.slice=="function"&&bs(r.slice(0,0))}(function(){var r=Ku,o=ws.utf8,n=zu,s=ws.bin,c=function(f,v){f.constructor==String?v&&v.encoding==="binary"?f=s.stringToBytes(f):f=o.stringToBytes(f):n(f)?f=Array.prototype.slice.call(f,0):!Array.isArray(f)&&f.constructor!==Uint8Array&&(f=f.toString());for(var d=r.bytesToWords(f),b=f.length*8,p=1732584193,_=-271733879,g=-1732584194,l=271733878,u=0;u<d.length;u++)d[u]=(d[u]<<8|d[u]>>>24)&16711935|(d[u]<<24|d[u]>>>8)&4278255360;d[b>>>5]|=128<<b%32,d[(b+64>>>9<<4)+14]=b;for(var w=c._ff,A=c._gg,k=c._hh,B=c._ii,u=0;u<d.length;u+=16){var Y=p,j=_,N=g,U=l;p=w(p,_,g,l,d[u+0],7,-680876936),l=w(l,p,_,g,d[u+1],12,-389564586),g=w(g,l,p,_,d[u+2],17,606105819),_=w(_,g,l,p,d[u+3],22,-1044525330),p=w(p,_,g,l,d[u+4],7,-176418897),l=w(l,p,_,g,d[u+5],12,1200080426),g=w(g,l,p,_,d[u+6],17,-1473231341),_=w(_,g,l,p,d[u+7],22,-45705983),p=w(p,_,g,l,d[u+8],7,1770035416),l=w(l,p,_,g,d[u+9],12,-1958414417),g=w(g,l,p,_,d[u+10],17,-42063),_=w(_,g,l,p,d[u+11],22,-1990404162),p=w(p,_,g,l,d[u+12],7,1804603682),l=w(l,p,_,g,d[u+13],12,-40341101),g=w(g,l,p,_,d[u+14],17,-1502002290),_=w(_,g,l,p,d[u+15],22,1236535329),p=A(p,_,g,l,d[u+1],5,-165796510),l=A(l,p,_,g,d[u+6],9,-1069501632),g=A(g,l,p,_,d[u+11],14,643717713),_=A(_,g,l,p,d[u+0],20,-373897302),p=A(p,_,g,l,d[u+5],5,-701558691),l=A(l,p,_,g,d[u+10],9,38016083),g=A(g,l,p,_,d[u+15],14,-660478335),_=A(_,g,l,p,d[u+4],20,-405537848),p=A(p,_,g,l,d[u+9],5,568446438),l=A(l,p,_,g,d[u+14],9,-1019803690),g=A(g,l,p,_,d[u+3],14,-187363961),_=A(_,g,l,p,d[u+8],20,1163531501),p=A(p,_,g,l,d[u+13],5,-1444681467),l=A(l,p,_,g,d[u+2],9,-51403784),g=A(g,l,p,_,d[u+7],14,1735328473),_=A(_,g,l,p,d[u+12],20,-1926607734),p=k(p,_,g,l,d[u+5],4,-378558),l=k(l,p,_,g,d[u+8],11,-2022574463),g=k(g,l,p,_,d[u+11],16,1839030562),_=k(_,g,l,p,d[u+14],23,-35309556),p=k(p,_,g,l,d[u+1],4,-1530992060),l=k(l,p,_,g,d[u+4],11,1272893353),g=k(g,l,p,_,d[u+7],16,-155497632),_=k(_,g,l,p,d[u+10],23,-1094730640),p=k(p,_,g,l,d[u+13],4,681279174),l=k(l,p,_,g,d[u+0],11,-358537222),g=k(g,l,p,_,d[u+3],16,-722521979),_=k(_,g,l,p,d[u+6],23,76029189),p=k(p,_,g,l,d[u+9],4,-640364487),l=k(l,p,_,g,d[u+12],11,-421815835),g=k(g,l,p,_,d[u+15],16,530742520),_=k(_,g,l,p,d[u+2],23,-995338651),p=B(p,_,g,l,d[u+0],6,-198630844),l=B(l,p,_,g,d[u+7],10,1126891415),g=B(g,l,p,_,d[u+14],15,-1416354905),_=B(_,g,l,p,d[u+5],21,-57434055),p=B(p,_,g,l,d[u+12],6,1700485571),l=B(l,p,_,g,d[u+3],10,-1894986606),g=B(g,l,p,_,d[u+10],15,-1051523),_=B(_,g,l,p,d[u+1],21,-2054922799),p=B(p,_,g,l,d[u+8],6,1873313359),l=B(l,p,_,g,d[u+15],10,-30611744),g=B(g,l,p,_,d[u+6],15,-1560198380),_=B(_,g,l,p,d[u+13],21,1309151649),p=B(p,_,g,l,d[u+4],6,-145523070),l=B(l,p,_,g,d[u+11],10,-1120210379),g=B(g,l,p,_,d[u+2],15,718787259),_=B(_,g,l,p,d[u+9],21,-343485551),p=p+Y>>>0,_=_+j>>>0,g=g+N>>>0,l=l+U>>>0}return r.endian([p,_,g,l])};c._ff=function(f,v,d,b,p,_,g){var l=f+(v&d|~v&b)+(p>>>0)+g;return(l<<_|l>>>32-_)+v},c._gg=function(f,v,d,b,p,_,g){var l=f+(v&b|d&~b)+(p>>>0)+g;return(l<<_|l>>>32-_)+v},c._hh=function(f,v,d,b,p,_,g){var l=f+(v^d^b)+(p>>>0)+g;return(l<<_|l>>>32-_)+v},c._ii=function(f,v,d,b,p,_,g){var l=f+(d^(v|~b))+(p>>>0)+g;return(l<<_|l>>>32-_)+v},c._blocksize=16,c._digestsize=16,ms.exports=function(f,v){if(f==null)throw new Error("Illegal argument "+f);var d=r.wordsToBytes(c(f,v));return v&&v.asBytes?d:v&&v.asString?s.bytesToString(d):r.bytesToHex(d)}})();var Xu=ms.exports;const $u=ln(Xu);var pn=(r=>(r.MAIN="main",r.NEXT="next",r))(pn||{}),Me=(r=>(r.USER="User",r.TOKEN="Token",r))(Me||{});class jn{static async getSessionStorageDataByKey(o,n=!0){if(typeof chrome<"u"&&typeof chrome.storage<"u"){const s=await chrome.storage.session.get(o);if(s[o])return n?JSON.parse(s[o]):s[o]}if(typeof window<"u"){const s=window.sessionStorage.getItem(o);if(s)return n?JSON.parse(s):s}}static async updateSessionStorageKey(o,n){typeof chrome<"u"&&typeof chrome.storage<"u"&&await chrome.storage.session.set({[o]:JSON.stringify(n)}),typeof window<"u"&&window.sessionStorage.setItem(o,JSON.stringify(n))}static clearSessionStorage(){typeof chrome<"u"&&typeof chrome.storage<"u"&&chrome.storage.session.clear(),typeof window<"u"&&window.sessionStorage.clear()}}class ju{constructor(o){At(this,"delay",1e3);At(this,"lastLoginTimestamp");At(this,"token");At(this,"storageKey");this.eventsSdkClass=o,this.eventsSdkClass=o,this.storageKey=""}async login(o){const n={token:o.token,email:o.email,password:o.password};if(this.storageKey=$u(JSON.stringify({...o,loggerSocketConnection:null})),this.lastLoginTimestamp&&this.lastLoginTimestamp+this.delay>new Date().getTime())return;this.updateLastLoginTimestamp(),await this.checkLoginStatus(this.storageKey)||(jn.clearSessionStorage(),await this.userLoginFunction(n,this.storageKey,o.loginType))}updateLastLoginTimestamp(){this.lastLoginTimestamp=new Date().getTime()}async checkLoginStatus(o){const n=await jn.getSessionStorageDataByKey(o);return n?(this.onLoginResponse(n),!0):!1}async userLoginFunction(o,n,s){let c,f,v;this.eventsSdkClass.options.isNewStack?(c=await this.externalLogin(this.eventsSdkClass.options.loginUrl,o,s),f=await this.getSettings(c.Data.AccessToken),v={...c.Data,...f}):(c=await this.externalLogin(this.eventsSdkClass.options.loginUrl,o,s),v={...c.Data.Socket}),this.onLoginResponse(v),await jn.updateSessionStorageKey(n,v)}onLoginResponse(o){if(!this.eventsSdkClass.options.isNewStack&&this.eventsSdkClass.options.servers&&(this.eventsSdkClass.servers=[...this.eventsSdkClass.options.servers],this.eventsSdkClass.server=this.eventsSdkClass.servers.reduce((n,s)=>n.Priority>s.Priority?n:s)),this.eventsSdkClass.options.isNewStack&&this.eventsSdkClass.options.servers&&(this.eventsSdkClass.servers=[...this.eventsSdkClass.options.servers],this.eventsSdkClass.server=this.eventsSdkClass.servers.reduce((n,s)=>n.Priority>s.Priority?n:s)),o.MonitorList&&o.MonitorList.length&&(this.eventsSdkClass.servers=[...o.MonitorList],this.eventsSdkClass.server=this.eventsSdkClass.servers.reduce((n,s)=>n.Priority>s.Priority?n:s)),!this.eventsSdkClass.options.isNewStack&&!this.eventsSdkClass.servers.length&&o.URLList&&(this.eventsSdkClass.URLList=o.URLList),!this.eventsSdkClass.options.isNewStack&&!this.eventsSdkClass.URLList.length&&!this.eventsSdkClass.servers.length)throw new Error("Socket servers not defined");if(this.eventsSdkClass.options.isNewStack&&!this.eventsSdkClass.servers.length)throw new Error("Socket servers not defined");this.eventsSdkClass.server&&this.eventsSdkClass.socketIoClass.getSocketIoFunction(`v=${this.eventsSdkClass.server.Version}`),!this.eventsSdkClass.server&&this.eventsSdkClass.URLList.length&&this.eventsSdkClass.socketIoClass.getSocketIoFunction(`v=${o.Client}`),o.IdentityCode&&(this.token=o.IdentityCode,this.eventsSdkClass.connect(pn.MAIN)),o.Token&&(this.token=o.Token,this.eventsSdkClass.connect(pn.MAIN)),o.RefreshToken&&o.IdentityCodeExpiry&&this.eventsSdkClass.options.loginType===Me.USER&&(this.eventsSdkClass.options.refreshToken=o.RefreshToken,this.eventsSdkClass.options.tokenExpiry=o.IdentityCodeExpiry,this.handleTokenExpiry()),o.RefreshToken&&o.TokenExpiry&&this.eventsSdkClass.options.loginType===Me.USER&&(this.eventsSdkClass.options.refreshToken=o.RefreshToken,this.eventsSdkClass.options.tokenExpiry=o.TokenExpiry,this.handleTokenExpiry())}handleTokenExpiry(){if(!this.eventsSdkClass.options.refreshTokenUrl)throw new Error("refreshTokenUrl not provided");let o;if(this.eventsSdkClass.options.tokenExpiry)o=new Date(this.eventsSdkClass.options.tokenExpiry);else return;const n=o.getTime()-new Date().getTime()-5e3,s=Math.min(n,2147483647);setTimeout(async()=>{if(this.eventsSdkClass.options.refreshToken){this.eventsSdkClass.socketIoClass.closeAllConnections();let c,f;if(this.eventsSdkClass.options.isNewStack){const v=await this.refreshToken(this.eventsSdkClass.options.refreshTokenUrl,this.eventsSdkClass.options.refreshToken);c=await this.getSettings(v.Data.AccessToken),f={...v.Data,...c}}else f={...(await this.refreshToken(this.eventsSdkClass.options.refreshTokenUrl,this.eventsSdkClass.options.refreshToken)).Data.Socket};this.onLoginResponse(f),await jn.updateSessionStorageKey(this.storageKey,f)}},s)}async externalLogin(o,{password:n,token:s,email:c},f){if(!o)throw new Error("loginUrl not provided");let v;this.eventsSdkClass.options.isNewStack?f===Me.TOKEN?v=JSON.stringify({identityType:Me.TOKEN,token:s}):v=JSON.stringify({identityType:Me.USER,username:c,password:n}):this.eventsSdkClass.options.loginType===Me.TOKEN?(v=JSON.stringify({token:s}),o=`${o}/${Me.TOKEN}`):(v=JSON.stringify({email:c,pin:n}),o=`${o}/${Me.USER}`);try{const d=await fetch(o,{method:"POST",headers:{"Content-Type":"application/json"},body:v});if(!d.ok&&d.status===400)throw new Error("Bad body request. Login type or isNewStack values not correct or not provided");if(!d.ok&&d.status===401)throw new Error("Unauthorized. Invalid token provided");if(!d.ok&&d.status===403)throw new Error("Forbidden. Identity token not provided or not valid");const b=await d.json();if(b.error)throw new Error(b.error);return b}catch(d){throw d}}async getSettings(o){try{if(!this.eventsSdkClass.options.getSettingsUrl)throw new Error("getSettingsUrl not provided");const n=await fetch(this.eventsSdkClass.options.getSettingsUrl,{headers:{Authorization:`Bearer ${o}`}});if(!n.ok&&n.status===401)throw new Error("Unauthorized. Access token not provided or not valid");return n.json()}catch(n){throw n}}async refreshToken(o,n){try{return(await fetch(o,{method:"GET",headers:{"Content-Type":"application/json",Authorization:`Bearer ${n}`}})).json()}catch(s){throw s}}}var _r={exports:{}};/**
|
|
7
7
|
* @license
|
|
8
8
|
* Lodash <https://lodash.com/>
|
|
9
9
|
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
10
10
|
* Released under MIT license <https://lodash.com/license>
|
|
11
11
|
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
12
12
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
13
|
-
*/rr.exports,function(s,i){(function(){var n,o="4.17.21",u=200,h="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",m="Expected a function",g="Invalid `variable` option passed into `_.template`",S="__lodash_hash_undefined__",v=500,_="__lodash_placeholder__",y=1,l=2,f=4,b=1,k=2,x=1,W=2,st=4,V=8,ot=16,H=32,D=64,M=128,G=256,L=512,U=30,X="...",Q=800,j=16,B=1,Et=2,At=3,Rt=1/0,ut=9007199254740991,zt=17976931348623157e292,Le=NaN,ae=4294967295,pr=ae-1,q=ae>>>1,J=[["ary",M],["bind",x],["bindKey",W],["curry",V],["curryRight",ot],["flip",L],["partial",H],["partialRight",D],["rearg",G]],F="[object Arguments]",et="[object Array]",P="[object AsyncFunction]",Z="[object Boolean]",tt="[object Date]",z="[object DOMException]",at="[object Error]",bt="[object Function]",Xt="[object GeneratorFunction]",Ot="[object Map]",Ae="[object Number]",Fn="[object Null]",ue="[object Object]",mn="[object Promise]",Mn="[object Proxy]",Yt="[object RegExp]",jt="[object Set]",Ne="[object String]",Be="[object Symbol]",qn="[object Undefined]",Me="[object WeakMap]",Wn="[object WeakSet]",Ve="[object ArrayBuffer]",_n="[object DataView]",bi="[object Float32Array]",Si="[object Float64Array]",Ci="[object Int8Array]",Ei="[object Int16Array]",Ai="[object Int32Array]",ki="[object Uint8Array]",Ti="[object Uint8ClampedArray]",xi="[object Uint16Array]",Ri="[object Uint32Array]",bh=/\b__p \+= '';/g,Sh=/\b(__p \+=) '' \+/g,Ch=/(__e\(.*?\)|\b__t\)) \+\n'';/g,xo=/&(?:amp|lt|gt|quot|#39);/g,Ro=/[&<>"']/g,Eh=RegExp(xo.source),Ah=RegExp(Ro.source),kh=/<%-([\s\S]+?)%>/g,Th=/<%([\s\S]+?)%>/g,Oo=/<%=([\s\S]+?)%>/g,xh=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Rh=/^\w*$/,Oh=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Oi=/[\\^$.*+?()[\]{}|]/g,Ih=RegExp(Oi.source),Ii=/^\s+/,Lh=/\s/,Nh=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Bh=/\{\n\/\* \[wrapped with (.+)\] \*/,Uh=/,? & /,Dh=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Ph=/[()=,{}\[\]\/\s]/,Fh=/\\(\\)?/g,Mh=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Io=/\w*$/,qh=/^[-+]0x[0-9a-f]+$/i,Wh=/^0b[01]+$/i,Kh=/^\[object .+?Constructor\]$/,Gh=/^0o[0-7]+$/i,Hh=/^(?:0|[1-9]\d*)$/,$h=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,dr=/($^)/,zh=/['\n\r\u2028\u2029\\]/g,gr="\\ud800-\\udfff",Xh="\\u0300-\\u036f",Jh="\\ufe20-\\ufe2f",Vh="\\u20d0-\\u20ff",Lo=Xh+Jh+Vh,No="\\u2700-\\u27bf",Bo="a-z\\xdf-\\xf6\\xf8-\\xff",Yh="\\xac\\xb1\\xd7\\xf7",jh="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",Zh="\\u2000-\\u206f",Qh=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Uo="A-Z\\xc0-\\xd6\\xd8-\\xde",Do="\\ufe0e\\ufe0f",Po=Yh+jh+Zh+Qh,Li="['’]",tf="["+gr+"]",Fo="["+Po+"]",vr="["+Lo+"]",Mo="\\d+",ef="["+No+"]",qo="["+Bo+"]",Wo="[^"+gr+Po+Mo+No+Bo+Uo+"]",Ni="\\ud83c[\\udffb-\\udfff]",nf="(?:"+vr+"|"+Ni+")",Ko="[^"+gr+"]",Bi="(?:\\ud83c[\\udde6-\\uddff]){2}",Ui="[\\ud800-\\udbff][\\udc00-\\udfff]",wn="["+Uo+"]",Go="\\u200d",Ho="(?:"+qo+"|"+Wo+")",rf="(?:"+wn+"|"+Wo+")",$o="(?:"+Li+"(?:d|ll|m|re|s|t|ve))?",zo="(?:"+Li+"(?:D|LL|M|RE|S|T|VE))?",Xo=nf+"?",Jo="["+Do+"]?",sf="(?:"+Go+"(?:"+[Ko,Bi,Ui].join("|")+")"+Jo+Xo+")*",of="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",af="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Vo=Jo+Xo+sf,uf="(?:"+[ef,Bi,Ui].join("|")+")"+Vo,cf="(?:"+[Ko+vr+"?",vr,Bi,Ui,tf].join("|")+")",hf=RegExp(Li,"g"),ff=RegExp(vr,"g"),Di=RegExp(Ni+"(?="+Ni+")|"+cf+Vo,"g"),lf=RegExp([wn+"?"+qo+"+"+$o+"(?="+[Fo,wn,"$"].join("|")+")",rf+"+"+zo+"(?="+[Fo,wn+Ho,"$"].join("|")+")",wn+"?"+Ho+"+"+$o,wn+"+"+zo,af,of,Mo,uf].join("|"),"g"),pf=RegExp("["+Go+gr+Lo+Do+"]"),df=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,gf=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],vf=-1,xt={};xt[bi]=xt[Si]=xt[Ci]=xt[Ei]=xt[Ai]=xt[ki]=xt[Ti]=xt[xi]=xt[Ri]=!0,xt[F]=xt[et]=xt[Ve]=xt[Z]=xt[_n]=xt[tt]=xt[at]=xt[bt]=xt[Ot]=xt[Ae]=xt[ue]=xt[Yt]=xt[jt]=xt[Ne]=xt[Me]=!1;var Tt={};Tt[F]=Tt[et]=Tt[Ve]=Tt[_n]=Tt[Z]=Tt[tt]=Tt[bi]=Tt[Si]=Tt[Ci]=Tt[Ei]=Tt[Ai]=Tt[Ot]=Tt[Ae]=Tt[ue]=Tt[Yt]=Tt[jt]=Tt[Ne]=Tt[Be]=Tt[ki]=Tt[Ti]=Tt[xi]=Tt[Ri]=!0,Tt[at]=Tt[bt]=Tt[Me]=!1;var yf={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},mf={"&":"&","<":"<",">":">",'"':""","'":"'"},_f={"&":"&","<":"<",">":">",""":'"',"'":"'"},wf={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},bf=parseFloat,Sf=parseInt,Yo=typeof oe=="object"&&oe&&oe.Object===Object&&oe,Cf=typeof self=="object"&&self&&self.Object===Object&&self,Gt=Yo||Cf||Function("return this")(),Pi=i&&!i.nodeType&&i,un=Pi&&!0&&s&&!s.nodeType&&s,jo=un&&un.exports===Pi,Fi=jo&&Yo.process,ve=function(){try{var E=un&&un.require&&un.require("util").types;return E||Fi&&Fi.binding&&Fi.binding("util")}catch{}}(),Zo=ve&&ve.isArrayBuffer,Qo=ve&&ve.isDate,ta=ve&&ve.isMap,ea=ve&&ve.isRegExp,na=ve&&ve.isSet,ra=ve&&ve.isTypedArray;function ce(E,R,T){switch(T.length){case 0:return E.call(R);case 1:return E.call(R,T[0]);case 2:return E.call(R,T[0],T[1]);case 3:return E.call(R,T[0],T[1],T[2])}return E.apply(R,T)}function Ef(E,R,T,$){for(var ct=-1,_t=E==null?0:E.length;++ct<_t;){var Ft=E[ct];R($,Ft,T(Ft),E)}return $}function ye(E,R){for(var T=-1,$=E==null?0:E.length;++T<$&&R(E[T],T,E)!==!1;);return E}function Af(E,R){for(var T=E==null?0:E.length;T--&&R(E[T],T,E)!==!1;);return E}function ia(E,R){for(var T=-1,$=E==null?0:E.length;++T<$;)if(!R(E[T],T,E))return!1;return!0}function Ye(E,R){for(var T=-1,$=E==null?0:E.length,ct=0,_t=[];++T<$;){var Ft=E[T];R(Ft,T,E)&&(_t[ct++]=Ft)}return _t}function yr(E,R){var T=E==null?0:E.length;return!!T&&bn(E,R,0)>-1}function Mi(E,R,T){for(var $=-1,ct=E==null?0:E.length;++$<ct;)if(T(R,E[$]))return!0;return!1}function It(E,R){for(var T=-1,$=E==null?0:E.length,ct=Array($);++T<$;)ct[T]=R(E[T],T,E);return ct}function je(E,R){for(var T=-1,$=R.length,ct=E.length;++T<$;)E[ct+T]=R[T];return E}function qi(E,R,T,$){var ct=-1,_t=E==null?0:E.length;for($&&_t&&(T=E[++ct]);++ct<_t;)T=R(T,E[ct],ct,E);return T}function kf(E,R,T,$){var ct=E==null?0:E.length;for($&&ct&&(T=E[--ct]);ct--;)T=R(T,E[ct],ct,E);return T}function Wi(E,R){for(var T=-1,$=E==null?0:E.length;++T<$;)if(R(E[T],T,E))return!0;return!1}var Tf=Ki("length");function xf(E){return E.split("")}function Rf(E){return E.match(Dh)||[]}function sa(E,R,T){var $;return T(E,function(ct,_t,Ft){if(R(ct,_t,Ft))return $=_t,!1}),$}function mr(E,R,T,$){for(var ct=E.length,_t=T+($?1:-1);$?_t--:++_t<ct;)if(R(E[_t],_t,E))return _t;return-1}function bn(E,R,T){return R===R?Wf(E,R,T):mr(E,oa,T)}function Of(E,R,T,$){for(var ct=T-1,_t=E.length;++ct<_t;)if($(E[ct],R))return ct;return-1}function oa(E){return E!==E}function aa(E,R){var T=E==null?0:E.length;return T?Hi(E,R)/T:Le}function Ki(E){return function(R){return R==null?n:R[E]}}function Gi(E){return function(R){return E==null?n:E[R]}}function ua(E,R,T,$,ct){return ct(E,function(_t,Ft,kt){T=$?($=!1,_t):R(T,_t,Ft,kt)}),T}function If(E,R){var T=E.length;for(E.sort(R);T--;)E[T]=E[T].value;return E}function Hi(E,R){for(var T,$=-1,ct=E.length;++$<ct;){var _t=R(E[$]);_t!==n&&(T=T===n?_t:T+_t)}return T}function $i(E,R){for(var T=-1,$=Array(E);++T<E;)$[T]=R(T);return $}function Lf(E,R){return It(R,function(T){return[T,E[T]]})}function ca(E){return E&&E.slice(0,pa(E)+1).replace(Ii,"")}function he(E){return function(R){return E(R)}}function zi(E,R){return It(R,function(T){return E[T]})}function Kn(E,R){return E.has(R)}function ha(E,R){for(var T=-1,$=E.length;++T<$&&bn(R,E[T],0)>-1;);return T}function fa(E,R){for(var T=E.length;T--&&bn(R,E[T],0)>-1;);return T}function Nf(E,R){for(var T=E.length,$=0;T--;)E[T]===R&&++$;return $}var Bf=Gi(yf),Uf=Gi(mf);function Df(E){return"\\"+wf[E]}function Pf(E,R){return E==null?n:E[R]}function Sn(E){return pf.test(E)}function Ff(E){return df.test(E)}function Mf(E){for(var R,T=[];!(R=E.next()).done;)T.push(R.value);return T}function Xi(E){var R=-1,T=Array(E.size);return E.forEach(function($,ct){T[++R]=[ct,$]}),T}function la(E,R){return function(T){return E(R(T))}}function Ze(E,R){for(var T=-1,$=E.length,ct=0,_t=[];++T<$;){var Ft=E[T];(Ft===R||Ft===_)&&(E[T]=_,_t[ct++]=T)}return _t}function _r(E){var R=-1,T=Array(E.size);return E.forEach(function($){T[++R]=$}),T}function qf(E){var R=-1,T=Array(E.size);return E.forEach(function($){T[++R]=[$,$]}),T}function Wf(E,R,T){for(var $=T-1,ct=E.length;++$<ct;)if(E[$]===R)return $;return-1}function Kf(E,R,T){for(var $=T+1;$--;)if(E[$]===R)return $;return $}function Cn(E){return Sn(E)?Hf(E):Tf(E)}function ke(E){return Sn(E)?$f(E):xf(E)}function pa(E){for(var R=E.length;R--&&Lh.test(E.charAt(R)););return R}var Gf=Gi(_f);function Hf(E){for(var R=Di.lastIndex=0;Di.test(E);)++R;return R}function $f(E){return E.match(Di)||[]}function zf(E){return E.match(lf)||[]}var Xf=function E(R){R=R==null?Gt:En.defaults(Gt.Object(),R,En.pick(Gt,gf));var T=R.Array,$=R.Date,ct=R.Error,_t=R.Function,Ft=R.Math,kt=R.Object,Ji=R.RegExp,Jf=R.String,me=R.TypeError,wr=T.prototype,Vf=_t.prototype,An=kt.prototype,br=R["__core-js_shared__"],Sr=Vf.toString,Ct=An.hasOwnProperty,Yf=0,da=function(){var t=/[^.]+$/.exec(br&&br.keys&&br.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}(),Cr=An.toString,jf=Sr.call(kt),Zf=Gt._,Qf=Ji("^"+Sr.call(Ct).replace(Oi,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Er=jo?R.Buffer:n,Qe=R.Symbol,Ar=R.Uint8Array,ga=Er?Er.allocUnsafe:n,kr=la(kt.getPrototypeOf,kt),va=kt.create,ya=An.propertyIsEnumerable,Tr=wr.splice,ma=Qe?Qe.isConcatSpreadable:n,Gn=Qe?Qe.iterator:n,cn=Qe?Qe.toStringTag:n,xr=function(){try{var t=dn(kt,"defineProperty");return t({},"",{}),t}catch{}}(),tl=R.clearTimeout!==Gt.clearTimeout&&R.clearTimeout,el=$&&$.now!==Gt.Date.now&&$.now,nl=R.setTimeout!==Gt.setTimeout&&R.setTimeout,Rr=Ft.ceil,Or=Ft.floor,Vi=kt.getOwnPropertySymbols,rl=Er?Er.isBuffer:n,_a=R.isFinite,il=wr.join,sl=la(kt.keys,kt),Mt=Ft.max,Jt=Ft.min,ol=$.now,al=R.parseInt,wa=Ft.random,ul=wr.reverse,Yi=dn(R,"DataView"),Hn=dn(R,"Map"),ji=dn(R,"Promise"),kn=dn(R,"Set"),$n=dn(R,"WeakMap"),zn=dn(kt,"create"),Ir=$n&&new $n,Tn={},cl=gn(Yi),hl=gn(Hn),fl=gn(ji),ll=gn(kn),pl=gn($n),Lr=Qe?Qe.prototype:n,Xn=Lr?Lr.valueOf:n,ba=Lr?Lr.toString:n;function p(t){if(Nt(t)&&!ht(t)&&!(t instanceof vt)){if(t instanceof _e)return t;if(Ct.call(t,"__wrapped__"))return Su(t)}return new _e(t)}var xn=function(){function t(){}return function(e){if(!Lt(e))return{};if(va)return va(e);t.prototype=e;var r=new t;return t.prototype=n,r}}();function Nr(){}function _e(t,e){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!e,this.__index__=0,this.__values__=n}p.templateSettings={escape:kh,evaluate:Th,interpolate:Oo,variable:"",imports:{_:p}},p.prototype=Nr.prototype,p.prototype.constructor=p,_e.prototype=xn(Nr.prototype),_e.prototype.constructor=_e;function vt(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=ae,this.__views__=[]}function dl(){var t=new vt(this.__wrapped__);return t.__actions__=ne(this.__actions__),t.__dir__=this.__dir__,t.__filtered__=this.__filtered__,t.__iteratees__=ne(this.__iteratees__),t.__takeCount__=this.__takeCount__,t.__views__=ne(this.__views__),t}function gl(){if(this.__filtered__){var t=new vt(this);t.__dir__=-1,t.__filtered__=!0}else t=this.clone(),t.__dir__*=-1;return t}function vl(){var t=this.__wrapped__.value(),e=this.__dir__,r=ht(t),a=e<0,c=r?t.length:0,d=xp(0,c,this.__views__),w=d.start,C=d.end,A=C-w,O=a?C:w-1,I=this.__iteratees__,N=I.length,K=0,Y=Jt(A,this.__takeCount__);if(!r||!a&&c==A&&Y==A)return $a(t,this.__actions__);var rt=[];t:for(;A--&&K<Y;){O+=e;for(var pt=-1,it=t[O];++pt<N;){var gt=I[pt],mt=gt.iteratee,pe=gt.type,te=mt(it);if(pe==Et)it=te;else if(!te){if(pe==B)continue t;break t}}rt[K++]=it}return rt}vt.prototype=xn(Nr.prototype),vt.prototype.constructor=vt;function hn(t){var e=-1,r=t==null?0:t.length;for(this.clear();++e<r;){var a=t[e];this.set(a[0],a[1])}}function yl(){this.__data__=zn?zn(null):{},this.size=0}function ml(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}function _l(t){var e=this.__data__;if(zn){var r=e[t];return r===S?n:r}return Ct.call(e,t)?e[t]:n}function wl(t){var e=this.__data__;return zn?e[t]!==n:Ct.call(e,t)}function bl(t,e){var r=this.__data__;return this.size+=this.has(t)?0:1,r[t]=zn&&e===n?S:e,this}hn.prototype.clear=yl,hn.prototype.delete=ml,hn.prototype.get=_l,hn.prototype.has=wl,hn.prototype.set=bl;function qe(t){var e=-1,r=t==null?0:t.length;for(this.clear();++e<r;){var a=t[e];this.set(a[0],a[1])}}function Sl(){this.__data__=[],this.size=0}function Cl(t){var e=this.__data__,r=Br(e,t);if(r<0)return!1;var a=e.length-1;return r==a?e.pop():Tr.call(e,r,1),--this.size,!0}function El(t){var e=this.__data__,r=Br(e,t);return r<0?n:e[r][1]}function Al(t){return Br(this.__data__,t)>-1}function kl(t,e){var r=this.__data__,a=Br(r,t);return a<0?(++this.size,r.push([t,e])):r[a][1]=e,this}qe.prototype.clear=Sl,qe.prototype.delete=Cl,qe.prototype.get=El,qe.prototype.has=Al,qe.prototype.set=kl;function We(t){var e=-1,r=t==null?0:t.length;for(this.clear();++e<r;){var a=t[e];this.set(a[0],a[1])}}function Tl(){this.size=0,this.__data__={hash:new hn,map:new(Hn||qe),string:new hn}}function xl(t){var e=zr(this,t).delete(t);return this.size-=e?1:0,e}function Rl(t){return zr(this,t).get(t)}function Ol(t){return zr(this,t).has(t)}function Il(t,e){var r=zr(this,t),a=r.size;return r.set(t,e),this.size+=r.size==a?0:1,this}We.prototype.clear=Tl,We.prototype.delete=xl,We.prototype.get=Rl,We.prototype.has=Ol,We.prototype.set=Il;function fn(t){var e=-1,r=t==null?0:t.length;for(this.__data__=new We;++e<r;)this.add(t[e])}function Ll(t){return this.__data__.set(t,S),this}function Nl(t){return this.__data__.has(t)}fn.prototype.add=fn.prototype.push=Ll,fn.prototype.has=Nl;function Te(t){var e=this.__data__=new qe(t);this.size=e.size}function Bl(){this.__data__=new qe,this.size=0}function Ul(t){var e=this.__data__,r=e.delete(t);return this.size=e.size,r}function Dl(t){return this.__data__.get(t)}function Pl(t){return this.__data__.has(t)}function Fl(t,e){var r=this.__data__;if(r instanceof qe){var a=r.__data__;if(!Hn||a.length<u-1)return a.push([t,e]),this.size=++r.size,this;r=this.__data__=new We(a)}return r.set(t,e),this.size=r.size,this}Te.prototype.clear=Bl,Te.prototype.delete=Ul,Te.prototype.get=Dl,Te.prototype.has=Pl,Te.prototype.set=Fl;function Sa(t,e){var r=ht(t),a=!r&&vn(t),c=!r&&!a&&sn(t),d=!r&&!a&&!c&&Ln(t),w=r||a||c||d,C=w?$i(t.length,Jf):[],A=C.length;for(var O in t)(e||Ct.call(t,O))&&!(w&&(O=="length"||c&&(O=="offset"||O=="parent")||d&&(O=="buffer"||O=="byteLength"||O=="byteOffset")||$e(O,A)))&&C.push(O);return C}function Ca(t){var e=t.length;return e?t[us(0,e-1)]:n}function Ml(t,e){return Xr(ne(t),ln(e,0,t.length))}function ql(t){return Xr(ne(t))}function Zi(t,e,r){(r!==n&&!xe(t[e],r)||r===n&&!(e in t))&&Ke(t,e,r)}function Jn(t,e,r){var a=t[e];(!(Ct.call(t,e)&&xe(a,r))||r===n&&!(e in t))&&Ke(t,e,r)}function Br(t,e){for(var r=t.length;r--;)if(xe(t[r][0],e))return r;return-1}function Wl(t,e,r,a){return tn(t,function(c,d,w){e(a,c,r(c),w)}),a}function Ea(t,e){return t&&De(e,Wt(e),t)}function Kl(t,e){return t&&De(e,ie(e),t)}function Ke(t,e,r){e=="__proto__"&&xr?xr(t,e,{configurable:!0,enumerable:!0,value:r,writable:!0}):t[e]=r}function Qi(t,e){for(var r=-1,a=e.length,c=T(a),d=t==null;++r<a;)c[r]=d?n:Ns(t,e[r]);return c}function ln(t,e,r){return t===t&&(r!==n&&(t=t<=r?t:r),e!==n&&(t=t>=e?t:e)),t}function we(t,e,r,a,c,d){var w,C=e&y,A=e&l,O=e&f;if(r&&(w=c?r(t,a,c,d):r(t)),w!==n)return w;if(!Lt(t))return t;var I=ht(t);if(I){if(w=Op(t),!C)return ne(t,w)}else{var N=Vt(t),K=N==bt||N==Xt;if(sn(t))return Ja(t,C);if(N==ue||N==F||K&&!c){if(w=A||K?{}:pu(t),!C)return A?_p(t,Kl(w,t)):mp(t,Ea(w,t))}else{if(!Tt[N])return c?t:{};w=Ip(t,N,C)}}d||(d=new Te);var Y=d.get(t);if(Y)return Y;d.set(t,w),Ku(t)?t.forEach(function(it){w.add(we(it,e,r,it,t,d))}):qu(t)&&t.forEach(function(it,gt){w.set(gt,we(it,e,r,gt,t,d))});var rt=O?A?_s:ms:A?ie:Wt,pt=I?n:rt(t);return ye(pt||t,function(it,gt){pt&&(gt=it,it=t[gt]),Jn(w,gt,we(it,e,r,gt,t,d))}),w}function Gl(t){var e=Wt(t);return function(r){return Aa(r,t,e)}}function Aa(t,e,r){var a=r.length;if(t==null)return!a;for(t=kt(t);a--;){var c=r[a],d=e[c],w=t[c];if(w===n&&!(c in t)||!d(w))return!1}return!0}function ka(t,e,r){if(typeof t!="function")throw new me(m);return er(function(){t.apply(n,r)},e)}function Vn(t,e,r,a){var c=-1,d=yr,w=!0,C=t.length,A=[],O=e.length;if(!C)return A;r&&(e=It(e,he(r))),a?(d=Mi,w=!1):e.length>=u&&(d=Kn,w=!1,e=new fn(e));t:for(;++c<C;){var I=t[c],N=r==null?I:r(I);if(I=a||I!==0?I:0,w&&N===N){for(var K=O;K--;)if(e[K]===N)continue t;A.push(I)}else d(e,N,a)||A.push(I)}return A}var tn=Qa(Ue),Ta=Qa(es,!0);function Hl(t,e){var r=!0;return tn(t,function(a,c,d){return r=!!e(a,c,d),r}),r}function Ur(t,e,r){for(var a=-1,c=t.length;++a<c;){var d=t[a],w=e(d);if(w!=null&&(C===n?w===w&&!le(w):r(w,C)))var C=w,A=d}return A}function $l(t,e,r,a){var c=t.length;for(r=lt(r),r<0&&(r=-r>c?0:c+r),a=a===n||a>c?c:lt(a),a<0&&(a+=c),a=r>a?0:Hu(a);r<a;)t[r++]=e;return t}function xa(t,e){var r=[];return tn(t,function(a,c,d){e(a,c,d)&&r.push(a)}),r}function Ht(t,e,r,a,c){var d=-1,w=t.length;for(r||(r=Np),c||(c=[]);++d<w;){var C=t[d];e>0&&r(C)?e>1?Ht(C,e-1,r,a,c):je(c,C):a||(c[c.length]=C)}return c}var ts=tu(),Ra=tu(!0);function Ue(t,e){return t&&ts(t,e,Wt)}function es(t,e){return t&&Ra(t,e,Wt)}function Dr(t,e){return Ye(e,function(r){return ze(t[r])})}function pn(t,e){e=nn(e,t);for(var r=0,a=e.length;t!=null&&r<a;)t=t[Pe(e[r++])];return r&&r==a?t:n}function Oa(t,e,r){var a=e(t);return ht(t)?a:je(a,r(t))}function Zt(t){return t==null?t===n?qn:Fn:cn&&cn in kt(t)?Tp(t):qp(t)}function ns(t,e){return t>e}function zl(t,e){return t!=null&&Ct.call(t,e)}function Xl(t,e){return t!=null&&e in kt(t)}function Jl(t,e,r){return t>=Jt(e,r)&&t<Mt(e,r)}function rs(t,e,r){for(var a=r?Mi:yr,c=t[0].length,d=t.length,w=d,C=T(d),A=1/0,O=[];w--;){var I=t[w];w&&e&&(I=It(I,he(e))),A=Jt(I.length,A),C[w]=!r&&(e||c>=120&&I.length>=120)?new fn(w&&I):n}I=t[0];var N=-1,K=C[0];t:for(;++N<c&&O.length<A;){var Y=I[N],rt=e?e(Y):Y;if(Y=r||Y!==0?Y:0,!(K?Kn(K,rt):a(O,rt,r))){for(w=d;--w;){var pt=C[w];if(!(pt?Kn(pt,rt):a(t[w],rt,r)))continue t}K&&K.push(rt),O.push(Y)}}return O}function Vl(t,e,r,a){return Ue(t,function(c,d,w){e(a,r(c),d,w)}),a}function Yn(t,e,r){e=nn(e,t),t=yu(t,e);var a=t==null?t:t[Pe(Se(e))];return a==null?n:ce(a,t,r)}function Ia(t){return Nt(t)&&Zt(t)==F}function Yl(t){return Nt(t)&&Zt(t)==Ve}function jl(t){return Nt(t)&&Zt(t)==tt}function jn(t,e,r,a,c){return t===e?!0:t==null||e==null||!Nt(t)&&!Nt(e)?t!==t&&e!==e:Zl(t,e,r,a,jn,c)}function Zl(t,e,r,a,c,d){var w=ht(t),C=ht(e),A=w?et:Vt(t),O=C?et:Vt(e);A=A==F?ue:A,O=O==F?ue:O;var I=A==ue,N=O==ue,K=A==O;if(K&&sn(t)){if(!sn(e))return!1;w=!0,I=!1}if(K&&!I)return d||(d=new Te),w||Ln(t)?hu(t,e,r,a,c,d):Ap(t,e,A,r,a,c,d);if(!(r&b)){var Y=I&&Ct.call(t,"__wrapped__"),rt=N&&Ct.call(e,"__wrapped__");if(Y||rt){var pt=Y?t.value():t,it=rt?e.value():e;return d||(d=new Te),c(pt,it,r,a,d)}}return K?(d||(d=new Te),kp(t,e,r,a,c,d)):!1}function Ql(t){return Nt(t)&&Vt(t)==Ot}function is(t,e,r,a){var c=r.length,d=c,w=!a;if(t==null)return!d;for(t=kt(t);c--;){var C=r[c];if(w&&C[2]?C[1]!==t[C[0]]:!(C[0]in t))return!1}for(;++c<d;){C=r[c];var A=C[0],O=t[A],I=C[1];if(w&&C[2]){if(O===n&&!(A in t))return!1}else{var N=new Te;if(a)var K=a(O,I,A,t,e,N);if(!(K===n?jn(I,O,b|k,a,N):K))return!1}}return!0}function La(t){if(!Lt(t)||Up(t))return!1;var e=ze(t)?Qf:Kh;return e.test(gn(t))}function tp(t){return Nt(t)&&Zt(t)==Yt}function ep(t){return Nt(t)&&Vt(t)==jt}function np(t){return Nt(t)&&Qr(t.length)&&!!xt[Zt(t)]}function Na(t){return typeof t=="function"?t:t==null?se:typeof t=="object"?ht(t)?Da(t[0],t[1]):Ua(t):ec(t)}function ss(t){if(!tr(t))return sl(t);var e=[];for(var r in kt(t))Ct.call(t,r)&&r!="constructor"&&e.push(r);return e}function rp(t){if(!Lt(t))return Mp(t);var e=tr(t),r=[];for(var a in t)a=="constructor"&&(e||!Ct.call(t,a))||r.push(a);return r}function os(t,e){return t<e}function Ba(t,e){var r=-1,a=re(t)?T(t.length):[];return tn(t,function(c,d,w){a[++r]=e(c,d,w)}),a}function Ua(t){var e=bs(t);return e.length==1&&e[0][2]?gu(e[0][0],e[0][1]):function(r){return r===t||is(r,t,e)}}function Da(t,e){return Cs(t)&&du(e)?gu(Pe(t),e):function(r){var a=Ns(r,t);return a===n&&a===e?Bs(r,t):jn(e,a,b|k)}}function Pr(t,e,r,a,c){t!==e&&ts(e,function(d,w){if(c||(c=new Te),Lt(d))ip(t,e,w,r,Pr,a,c);else{var C=a?a(As(t,w),d,w+"",t,e,c):n;C===n&&(C=d),Zi(t,w,C)}},ie)}function ip(t,e,r,a,c,d,w){var C=As(t,r),A=As(e,r),O=w.get(A);if(O){Zi(t,r,O);return}var I=d?d(C,A,r+"",t,e,w):n,N=I===n;if(N){var K=ht(A),Y=!K&&sn(A),rt=!K&&!Y&&Ln(A);I=A,K||Y||rt?ht(C)?I=C:Bt(C)?I=ne(C):Y?(N=!1,I=Ja(A,!0)):rt?(N=!1,I=Va(A,!0)):I=[]:nr(A)||vn(A)?(I=C,vn(C)?I=$u(C):(!Lt(C)||ze(C))&&(I=pu(A))):N=!1}N&&(w.set(A,I),c(I,A,a,d,w),w.delete(A)),Zi(t,r,I)}function Pa(t,e){var r=t.length;if(r)return e+=e<0?r:0,$e(e,r)?t[e]:n}function Fa(t,e,r){e.length?e=It(e,function(d){return ht(d)?function(w){return pn(w,d.length===1?d[0]:d)}:d}):e=[se];var a=-1;e=It(e,he(nt()));var c=Ba(t,function(d,w,C){var A=It(e,function(O){return O(d)});return{criteria:A,index:++a,value:d}});return If(c,function(d,w){return yp(d,w,r)})}function sp(t,e){return Ma(t,e,function(r,a){return Bs(t,a)})}function Ma(t,e,r){for(var a=-1,c=e.length,d={};++a<c;){var w=e[a],C=pn(t,w);r(C,w)&&Zn(d,nn(w,t),C)}return d}function op(t){return function(e){return pn(e,t)}}function as(t,e,r,a){var c=a?Of:bn,d=-1,w=e.length,C=t;for(t===e&&(e=ne(e)),r&&(C=It(t,he(r)));++d<w;)for(var A=0,O=e[d],I=r?r(O):O;(A=c(C,I,A,a))>-1;)C!==t&&Tr.call(C,A,1),Tr.call(t,A,1);return t}function qa(t,e){for(var r=t?e.length:0,a=r-1;r--;){var c=e[r];if(r==a||c!==d){var d=c;$e(c)?Tr.call(t,c,1):fs(t,c)}}return t}function us(t,e){return t+Or(wa()*(e-t+1))}function ap(t,e,r,a){for(var c=-1,d=Mt(Rr((e-t)/(r||1)),0),w=T(d);d--;)w[a?d:++c]=t,t+=r;return w}function cs(t,e){var r="";if(!t||e<1||e>ut)return r;do e%2&&(r+=t),e=Or(e/2),e&&(t+=t);while(e);return r}function dt(t,e){return ks(vu(t,e,se),t+"")}function up(t){return Ca(Nn(t))}function cp(t,e){var r=Nn(t);return Xr(r,ln(e,0,r.length))}function Zn(t,e,r,a){if(!Lt(t))return t;e=nn(e,t);for(var c=-1,d=e.length,w=d-1,C=t;C!=null&&++c<d;){var A=Pe(e[c]),O=r;if(A==="__proto__"||A==="constructor"||A==="prototype")return t;if(c!=w){var I=C[A];O=a?a(I,A,C):n,O===n&&(O=Lt(I)?I:$e(e[c+1])?[]:{})}Jn(C,A,O),C=C[A]}return t}var Wa=Ir?function(t,e){return Ir.set(t,e),t}:se,hp=xr?function(t,e){return xr(t,"toString",{configurable:!0,enumerable:!1,value:Ds(e),writable:!0})}:se;function fp(t){return Xr(Nn(t))}function be(t,e,r){var a=-1,c=t.length;e<0&&(e=-e>c?0:c+e),r=r>c?c:r,r<0&&(r+=c),c=e>r?0:r-e>>>0,e>>>=0;for(var d=T(c);++a<c;)d[a]=t[a+e];return d}function lp(t,e){var r;return tn(t,function(a,c,d){return r=e(a,c,d),!r}),!!r}function Fr(t,e,r){var a=0,c=t==null?a:t.length;if(typeof e=="number"&&e===e&&c<=q){for(;a<c;){var d=a+c>>>1,w=t[d];w!==null&&!le(w)&&(r?w<=e:w<e)?a=d+1:c=d}return c}return hs(t,e,se,r)}function hs(t,e,r,a){var c=0,d=t==null?0:t.length;if(d===0)return 0;e=r(e);for(var w=e!==e,C=e===null,A=le(e),O=e===n;c<d;){var I=Or((c+d)/2),N=r(t[I]),K=N!==n,Y=N===null,rt=N===N,pt=le(N);if(w)var it=a||rt;else O?it=rt&&(a||K):C?it=rt&&K&&(a||!Y):A?it=rt&&K&&!Y&&(a||!pt):Y||pt?it=!1:it=a?N<=e:N<e;it?c=I+1:d=I}return Jt(d,pr)}function Ka(t,e){for(var r=-1,a=t.length,c=0,d=[];++r<a;){var w=t[r],C=e?e(w):w;if(!r||!xe(C,A)){var A=C;d[c++]=w===0?0:w}}return d}function Ga(t){return typeof t=="number"?t:le(t)?Le:+t}function fe(t){if(typeof t=="string")return t;if(ht(t))return It(t,fe)+"";if(le(t))return ba?ba.call(t):"";var e=t+"";return e=="0"&&1/t==-Rt?"-0":e}function en(t,e,r){var a=-1,c=yr,d=t.length,w=!0,C=[],A=C;if(r)w=!1,c=Mi;else if(d>=u){var O=e?null:Cp(t);if(O)return _r(O);w=!1,c=Kn,A=new fn}else A=e?[]:C;t:for(;++a<d;){var I=t[a],N=e?e(I):I;if(I=r||I!==0?I:0,w&&N===N){for(var K=A.length;K--;)if(A[K]===N)continue t;e&&A.push(N),C.push(I)}else c(A,N,r)||(A!==C&&A.push(N),C.push(I))}return C}function fs(t,e){return e=nn(e,t),t=yu(t,e),t==null||delete t[Pe(Se(e))]}function Ha(t,e,r,a){return Zn(t,e,r(pn(t,e)),a)}function Mr(t,e,r,a){for(var c=t.length,d=a?c:-1;(a?d--:++d<c)&&e(t[d],d,t););return r?be(t,a?0:d,a?d+1:c):be(t,a?d+1:0,a?c:d)}function $a(t,e){var r=t;return r instanceof vt&&(r=r.value()),qi(e,function(a,c){return c.func.apply(c.thisArg,je([a],c.args))},r)}function ls(t,e,r){var a=t.length;if(a<2)return a?en(t[0]):[];for(var c=-1,d=T(a);++c<a;)for(var w=t[c],C=-1;++C<a;)C!=c&&(d[c]=Vn(d[c]||w,t[C],e,r));return en(Ht(d,1),e,r)}function za(t,e,r){for(var a=-1,c=t.length,d=e.length,w={};++a<c;){var C=a<d?e[a]:n;r(w,t[a],C)}return w}function ps(t){return Bt(t)?t:[]}function ds(t){return typeof t=="function"?t:se}function nn(t,e){return ht(t)?t:Cs(t,e)?[t]:bu(St(t))}var pp=dt;function rn(t,e,r){var a=t.length;return r=r===n?a:r,!e&&r>=a?t:be(t,e,r)}var Xa=tl||function(t){return Gt.clearTimeout(t)};function Ja(t,e){if(e)return t.slice();var r=t.length,a=ga?ga(r):new t.constructor(r);return t.copy(a),a}function gs(t){var e=new t.constructor(t.byteLength);return new Ar(e).set(new Ar(t)),e}function dp(t,e){var r=e?gs(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.byteLength)}function gp(t){var e=new t.constructor(t.source,Io.exec(t));return e.lastIndex=t.lastIndex,e}function vp(t){return Xn?kt(Xn.call(t)):{}}function Va(t,e){var r=e?gs(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.length)}function Ya(t,e){if(t!==e){var r=t!==n,a=t===null,c=t===t,d=le(t),w=e!==n,C=e===null,A=e===e,O=le(e);if(!C&&!O&&!d&&t>e||d&&w&&A&&!C&&!O||a&&w&&A||!r&&A||!c)return 1;if(!a&&!d&&!O&&t<e||O&&r&&c&&!a&&!d||C&&r&&c||!w&&c||!A)return-1}return 0}function yp(t,e,r){for(var a=-1,c=t.criteria,d=e.criteria,w=c.length,C=r.length;++a<w;){var A=Ya(c[a],d[a]);if(A){if(a>=C)return A;var O=r[a];return A*(O=="desc"?-1:1)}}return t.index-e.index}function ja(t,e,r,a){for(var c=-1,d=t.length,w=r.length,C=-1,A=e.length,O=Mt(d-w,0),I=T(A+O),N=!a;++C<A;)I[C]=e[C];for(;++c<w;)(N||c<d)&&(I[r[c]]=t[c]);for(;O--;)I[C++]=t[c++];return I}function Za(t,e,r,a){for(var c=-1,d=t.length,w=-1,C=r.length,A=-1,O=e.length,I=Mt(d-C,0),N=T(I+O),K=!a;++c<I;)N[c]=t[c];for(var Y=c;++A<O;)N[Y+A]=e[A];for(;++w<C;)(K||c<d)&&(N[Y+r[w]]=t[c++]);return N}function ne(t,e){var r=-1,a=t.length;for(e||(e=T(a));++r<a;)e[r]=t[r];return e}function De(t,e,r,a){var c=!r;r||(r={});for(var d=-1,w=e.length;++d<w;){var C=e[d],A=a?a(r[C],t[C],C,r,t):n;A===n&&(A=t[C]),c?Ke(r,C,A):Jn(r,C,A)}return r}function mp(t,e){return De(t,Ss(t),e)}function _p(t,e){return De(t,fu(t),e)}function qr(t,e){return function(r,a){var c=ht(r)?Ef:Wl,d=e?e():{};return c(r,t,nt(a,2),d)}}function Rn(t){return dt(function(e,r){var a=-1,c=r.length,d=c>1?r[c-1]:n,w=c>2?r[2]:n;for(d=t.length>3&&typeof d=="function"?(c--,d):n,w&&Qt(r[0],r[1],w)&&(d=c<3?n:d,c=1),e=kt(e);++a<c;){var C=r[a];C&&t(e,C,a,d)}return e})}function Qa(t,e){return function(r,a){if(r==null)return r;if(!re(r))return t(r,a);for(var c=r.length,d=e?c:-1,w=kt(r);(e?d--:++d<c)&&a(w[d],d,w)!==!1;);return r}}function tu(t){return function(e,r,a){for(var c=-1,d=kt(e),w=a(e),C=w.length;C--;){var A=w[t?C:++c];if(r(d[A],A,d)===!1)break}return e}}function wp(t,e,r){var a=e&x,c=Qn(t);function d(){var w=this&&this!==Gt&&this instanceof d?c:t;return w.apply(a?r:this,arguments)}return d}function eu(t){return function(e){e=St(e);var r=Sn(e)?ke(e):n,a=r?r[0]:e.charAt(0),c=r?rn(r,1).join(""):e.slice(1);return a[t]()+c}}function On(t){return function(e){return qi(Qu(Zu(e).replace(hf,"")),t,"")}}function Qn(t){return function(){var e=arguments;switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3]);case 5:return new t(e[0],e[1],e[2],e[3],e[4]);case 6:return new t(e[0],e[1],e[2],e[3],e[4],e[5]);case 7:return new t(e[0],e[1],e[2],e[3],e[4],e[5],e[6])}var r=xn(t.prototype),a=t.apply(r,e);return Lt(a)?a:r}}function bp(t,e,r){var a=Qn(t);function c(){for(var d=arguments.length,w=T(d),C=d,A=In(c);C--;)w[C]=arguments[C];var O=d<3&&w[0]!==A&&w[d-1]!==A?[]:Ze(w,A);if(d-=O.length,d<r)return ou(t,e,Wr,c.placeholder,n,w,O,n,n,r-d);var I=this&&this!==Gt&&this instanceof c?a:t;return ce(I,this,w)}return c}function nu(t){return function(e,r,a){var c=kt(e);if(!re(e)){var d=nt(r,3);e=Wt(e),r=function(C){return d(c[C],C,c)}}var w=t(e,r,a);return w>-1?c[d?e[w]:w]:n}}function ru(t){return He(function(e){var r=e.length,a=r,c=_e.prototype.thru;for(t&&e.reverse();a--;){var d=e[a];if(typeof d!="function")throw new me(m);if(c&&!w&&$r(d)=="wrapper")var w=new _e([],!0)}for(a=w?a:r;++a<r;){d=e[a];var C=$r(d),A=C=="wrapper"?ws(d):n;A&&Es(A[0])&&A[1]==(M|V|H|G)&&!A[4].length&&A[9]==1?w=w[$r(A[0])].apply(w,A[3]):w=d.length==1&&Es(d)?w[C]():w.thru(d)}return function(){var O=arguments,I=O[0];if(w&&O.length==1&&ht(I))return w.plant(I).value();for(var N=0,K=r?e[N].apply(this,O):I;++N<r;)K=e[N].call(this,K);return K}})}function Wr(t,e,r,a,c,d,w,C,A,O){var I=e&M,N=e&x,K=e&W,Y=e&(V|ot),rt=e&L,pt=K?n:Qn(t);function it(){for(var gt=arguments.length,mt=T(gt),pe=gt;pe--;)mt[pe]=arguments[pe];if(Y)var te=In(it),de=Nf(mt,te);if(a&&(mt=ja(mt,a,c,Y)),d&&(mt=Za(mt,d,w,Y)),gt-=de,Y&><O){var Ut=Ze(mt,te);return ou(t,e,Wr,it.placeholder,r,mt,Ut,C,A,O-gt)}var Re=N?r:this,Je=K?Re[t]:t;return gt=mt.length,C?mt=Wp(mt,C):rt&>>1&&mt.reverse(),I&&A<gt&&(mt.length=A),this&&this!==Gt&&this instanceof it&&(Je=pt||Qn(Je)),Je.apply(Re,mt)}return it}function iu(t,e){return function(r,a){return Vl(r,t,e(a),{})}}function Kr(t,e){return function(r,a){var c;if(r===n&&a===n)return e;if(r!==n&&(c=r),a!==n){if(c===n)return a;typeof r=="string"||typeof a=="string"?(r=fe(r),a=fe(a)):(r=Ga(r),a=Ga(a)),c=t(r,a)}return c}}function vs(t){return He(function(e){return e=It(e,he(nt())),dt(function(r){var a=this;return t(e,function(c){return ce(c,a,r)})})})}function Gr(t,e){e=e===n?" ":fe(e);var r=e.length;if(r<2)return r?cs(e,t):e;var a=cs(e,Rr(t/Cn(e)));return Sn(e)?rn(ke(a),0,t).join(""):a.slice(0,t)}function Sp(t,e,r,a){var c=e&x,d=Qn(t);function w(){for(var C=-1,A=arguments.length,O=-1,I=a.length,N=T(I+A),K=this&&this!==Gt&&this instanceof w?d:t;++O<I;)N[O]=a[O];for(;A--;)N[O++]=arguments[++C];return ce(K,c?r:this,N)}return w}function su(t){return function(e,r,a){return a&&typeof a!="number"&&Qt(e,r,a)&&(r=a=n),e=Xe(e),r===n?(r=e,e=0):r=Xe(r),a=a===n?e<r?1:-1:Xe(a),ap(e,r,a,t)}}function Hr(t){return function(e,r){return typeof e=="string"&&typeof r=="string"||(e=Ce(e),r=Ce(r)),t(e,r)}}function ou(t,e,r,a,c,d,w,C,A,O){var I=e&V,N=I?w:n,K=I?n:w,Y=I?d:n,rt=I?n:d;e|=I?H:D,e&=~(I?D:H),e&st||(e&=~(x|W));var pt=[t,e,c,Y,N,rt,K,C,A,O],it=r.apply(n,pt);return Es(t)&&mu(it,pt),it.placeholder=a,_u(it,t,e)}function ys(t){var e=Ft[t];return function(r,a){if(r=Ce(r),a=a==null?0:Jt(lt(a),292),a&&_a(r)){var c=(St(r)+"e").split("e"),d=e(c[0]+"e"+(+c[1]+a));return c=(St(d)+"e").split("e"),+(c[0]+"e"+(+c[1]-a))}return e(r)}}var Cp=kn&&1/_r(new kn([,-0]))[1]==Rt?function(t){return new kn(t)}:Ms;function au(t){return function(e){var r=Vt(e);return r==Ot?Xi(e):r==jt?qf(e):Lf(e,t(e))}}function Ge(t,e,r,a,c,d,w,C){var A=e&W;if(!A&&typeof t!="function")throw new me(m);var O=a?a.length:0;if(O||(e&=~(H|D),a=c=n),w=w===n?w:Mt(lt(w),0),C=C===n?C:lt(C),O-=c?c.length:0,e&D){var I=a,N=c;a=c=n}var K=A?n:ws(t),Y=[t,e,r,a,c,I,N,d,w,C];if(K&&Fp(Y,K),t=Y[0],e=Y[1],r=Y[2],a=Y[3],c=Y[4],C=Y[9]=Y[9]===n?A?0:t.length:Mt(Y[9]-O,0),!C&&e&(V|ot)&&(e&=~(V|ot)),!e||e==x)var rt=wp(t,e,r);else e==V||e==ot?rt=bp(t,e,C):(e==H||e==(x|H))&&!c.length?rt=Sp(t,e,r,a):rt=Wr.apply(n,Y);var pt=K?Wa:mu;return _u(pt(rt,Y),t,e)}function uu(t,e,r,a){return t===n||xe(t,An[r])&&!Ct.call(a,r)?e:t}function cu(t,e,r,a,c,d){return Lt(t)&&Lt(e)&&(d.set(e,t),Pr(t,e,n,cu,d),d.delete(e)),t}function Ep(t){return nr(t)?n:t}function hu(t,e,r,a,c,d){var w=r&b,C=t.length,A=e.length;if(C!=A&&!(w&&A>C))return!1;var O=d.get(t),I=d.get(e);if(O&&I)return O==e&&I==t;var N=-1,K=!0,Y=r&k?new fn:n;for(d.set(t,e),d.set(e,t);++N<C;){var rt=t[N],pt=e[N];if(a)var it=w?a(pt,rt,N,e,t,d):a(rt,pt,N,t,e,d);if(it!==n){if(it)continue;K=!1;break}if(Y){if(!Wi(e,function(gt,mt){if(!Kn(Y,mt)&&(rt===gt||c(rt,gt,r,a,d)))return Y.push(mt)})){K=!1;break}}else if(!(rt===pt||c(rt,pt,r,a,d))){K=!1;break}}return d.delete(t),d.delete(e),K}function Ap(t,e,r,a,c,d,w){switch(r){case _n:if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case Ve:return!(t.byteLength!=e.byteLength||!d(new Ar(t),new Ar(e)));case Z:case tt:case Ae:return xe(+t,+e);case at:return t.name==e.name&&t.message==e.message;case Yt:case Ne:return t==e+"";case Ot:var C=Xi;case jt:var A=a&b;if(C||(C=_r),t.size!=e.size&&!A)return!1;var O=w.get(t);if(O)return O==e;a|=k,w.set(t,e);var I=hu(C(t),C(e),a,c,d,w);return w.delete(t),I;case Be:if(Xn)return Xn.call(t)==Xn.call(e)}return!1}function kp(t,e,r,a,c,d){var w=r&b,C=ms(t),A=C.length,O=ms(e),I=O.length;if(A!=I&&!w)return!1;for(var N=A;N--;){var K=C[N];if(!(w?K in e:Ct.call(e,K)))return!1}var Y=d.get(t),rt=d.get(e);if(Y&&rt)return Y==e&&rt==t;var pt=!0;d.set(t,e),d.set(e,t);for(var it=w;++N<A;){K=C[N];var gt=t[K],mt=e[K];if(a)var pe=w?a(mt,gt,K,e,t,d):a(gt,mt,K,t,e,d);if(!(pe===n?gt===mt||c(gt,mt,r,a,d):pe)){pt=!1;break}it||(it=K=="constructor")}if(pt&&!it){var te=t.constructor,de=e.constructor;te!=de&&"constructor"in t&&"constructor"in e&&!(typeof te=="function"&&te instanceof te&&typeof de=="function"&&de instanceof de)&&(pt=!1)}return d.delete(t),d.delete(e),pt}function He(t){return ks(vu(t,n,Au),t+"")}function ms(t){return Oa(t,Wt,Ss)}function _s(t){return Oa(t,ie,fu)}var ws=Ir?function(t){return Ir.get(t)}:Ms;function $r(t){for(var e=t.name+"",r=Tn[e],a=Ct.call(Tn,e)?r.length:0;a--;){var c=r[a],d=c.func;if(d==null||d==t)return c.name}return e}function In(t){var e=Ct.call(p,"placeholder")?p:t;return e.placeholder}function nt(){var t=p.iteratee||Ps;return t=t===Ps?Na:t,arguments.length?t(arguments[0],arguments[1]):t}function zr(t,e){var r=t.__data__;return Bp(e)?r[typeof e=="string"?"string":"hash"]:r.map}function bs(t){for(var e=Wt(t),r=e.length;r--;){var a=e[r],c=t[a];e[r]=[a,c,du(c)]}return e}function dn(t,e){var r=Pf(t,e);return La(r)?r:n}function Tp(t){var e=Ct.call(t,cn),r=t[cn];try{t[cn]=n;var a=!0}catch{}var c=Cr.call(t);return a&&(e?t[cn]=r:delete t[cn]),c}var Ss=Vi?function(t){return t==null?[]:(t=kt(t),Ye(Vi(t),function(e){return ya.call(t,e)}))}:qs,fu=Vi?function(t){for(var e=[];t;)je(e,Ss(t)),t=kr(t);return e}:qs,Vt=Zt;(Yi&&Vt(new Yi(new ArrayBuffer(1)))!=_n||Hn&&Vt(new Hn)!=Ot||ji&&Vt(ji.resolve())!=mn||kn&&Vt(new kn)!=jt||$n&&Vt(new $n)!=Me)&&(Vt=function(t){var e=Zt(t),r=e==ue?t.constructor:n,a=r?gn(r):"";if(a)switch(a){case cl:return _n;case hl:return Ot;case fl:return mn;case ll:return jt;case pl:return Me}return e});function xp(t,e,r){for(var a=-1,c=r.length;++a<c;){var d=r[a],w=d.size;switch(d.type){case"drop":t+=w;break;case"dropRight":e-=w;break;case"take":e=Jt(e,t+w);break;case"takeRight":t=Mt(t,e-w);break}}return{start:t,end:e}}function Rp(t){var e=t.match(Bh);return e?e[1].split(Uh):[]}function lu(t,e,r){e=nn(e,t);for(var a=-1,c=e.length,d=!1;++a<c;){var w=Pe(e[a]);if(!(d=t!=null&&r(t,w)))break;t=t[w]}return d||++a!=c?d:(c=t==null?0:t.length,!!c&&Qr(c)&&$e(w,c)&&(ht(t)||vn(t)))}function Op(t){var e=t.length,r=new t.constructor(e);return e&&typeof t[0]=="string"&&Ct.call(t,"index")&&(r.index=t.index,r.input=t.input),r}function pu(t){return typeof t.constructor=="function"&&!tr(t)?xn(kr(t)):{}}function Ip(t,e,r){var a=t.constructor;switch(e){case Ve:return gs(t);case Z:case tt:return new a(+t);case _n:return dp(t,r);case bi:case Si:case Ci:case Ei:case Ai:case ki:case Ti:case xi:case Ri:return Va(t,r);case Ot:return new a;case Ae:case Ne:return new a(t);case Yt:return gp(t);case jt:return new a;case Be:return vp(t)}}function Lp(t,e){var r=e.length;if(!r)return t;var a=r-1;return e[a]=(r>1?"& ":"")+e[a],e=e.join(r>2?", ":" "),t.replace(Nh,`{
|
|
13
|
+
*/_r.exports,function(r,o){(function(){var n,s="4.17.21",c=200,f="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",v="Expected a function",d="Invalid `variable` option passed into `_.template`",b="__lodash_hash_undefined__",p=500,_="__lodash_placeholder__",g=1,l=2,u=4,w=1,A=2,k=1,B=2,Y=4,j=8,N=16,U=32,T=64,O=128,P=256,R=512,L=30,H="...",z=800,X=16,F=1,lt=2,ct=3,xt=1/0,ut=9007199254740991,jt=17976931348623157e292,Le=NaN,ue=4294967295,Nr=ue-1,$=ue>>>1,Q=[["ary",O],["bind",k],["bindKey",B],["curry",j],["curryRight",N],["flip",R],["partial",U],["partialRight",T],["rearg",P]],G="[object Arguments]",rt="[object Array]",K="[object AsyncFunction]",et="[object Boolean]",nt="[object Date]",Z="[object DOMException]",at="[object Error]",St="[object Function]",Jt="[object GeneratorFunction]",Ot="[object Map]",Ee="[object Number]",tr="[object Null]",fe="[object Object]",Nn="[object Promise]",er="[object Proxy]",Zt="[object RegExp]",Qt="[object Set]",Be="[object String]",Ue="[object Symbol]",nr="[object Undefined]",We="[object WeakMap]",rr="[object WeakSet]",en="[object ArrayBuffer]",Ln="[object DataView]",Yi="[object Float32Array]",Vi="[object Float64Array]",Zi="[object Int8Array]",Qi="[object Int16Array]",to="[object Int32Array]",eo="[object Uint8Array]",no="[object Uint8ClampedArray]",ro="[object Uint16Array]",io="[object Uint32Array]",rl=/\b__p \+= '';/g,il=/\b(__p \+=) '' \+/g,ol=/(__e\(.*?\)|\b__t\)) \+\n'';/g,da=/&(?:amp|lt|gt|quot|#39);/g,ga=/[&<>"']/g,sl=RegExp(da.source),al=RegExp(ga.source),cl=/<%-([\s\S]+?)%>/g,ul=/<%([\s\S]+?)%>/g,ya=/<%=([\s\S]+?)%>/g,fl=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,hl=/^\w*$/,ll=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,oo=/[\\^$.*+?()[\]{}|]/g,pl=RegExp(oo.source),so=/^\s+/,dl=/\s/,gl=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,yl=/\{\n\/\* \[wrapped with (.+)\] \*/,vl=/,? & /,ml=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,_l=/[()=,{}\[\]\/\s]/,wl=/\\(\\)?/g,bl=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,va=/\w*$/,Cl=/^[-+]0x[0-9a-f]+$/i,Sl=/^0b[01]+$/i,kl=/^\[object .+?Constructor\]$/,Al=/^0o[0-7]+$/i,xl=/^(?:0|[1-9]\d*)$/,El=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Lr=/($^)/,Tl=/['\n\r\u2028\u2029\\]/g,Br="\\ud800-\\udfff",Rl="\\u0300-\\u036f",Il="\\ufe20-\\ufe2f",Ol="\\u20d0-\\u20ff",ma=Rl+Il+Ol,_a="\\u2700-\\u27bf",wa="a-z\\xdf-\\xf6\\xf8-\\xff",Nl="\\xac\\xb1\\xd7\\xf7",Ll="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",Bl="\\u2000-\\u206f",Ul=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",ba="A-Z\\xc0-\\xd6\\xd8-\\xde",Ca="\\ufe0e\\ufe0f",Sa=Nl+Ll+Bl+Ul,ao="['’]",Dl="["+Br+"]",ka="["+Sa+"]",Ur="["+ma+"]",Aa="\\d+",Pl="["+_a+"]",xa="["+wa+"]",Ea="[^"+Br+Sa+Aa+_a+wa+ba+"]",co="\\ud83c[\\udffb-\\udfff]",Fl="(?:"+Ur+"|"+co+")",Ta="[^"+Br+"]",uo="(?:\\ud83c[\\udde6-\\uddff]){2}",fo="[\\ud800-\\udbff][\\udc00-\\udfff]",Bn="["+ba+"]",Ra="\\u200d",Ia="(?:"+xa+"|"+Ea+")",Ml="(?:"+Bn+"|"+Ea+")",Oa="(?:"+ao+"(?:d|ll|m|re|s|t|ve))?",Na="(?:"+ao+"(?:D|LL|M|RE|S|T|VE))?",La=Fl+"?",Ba="["+Ca+"]?",ql="(?:"+Ra+"(?:"+[Ta,uo,fo].join("|")+")"+Ba+La+")*",Wl="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Hl="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Ua=Ba+La+ql,Kl="(?:"+[Pl,uo,fo].join("|")+")"+Ua,zl="(?:"+[Ta+Ur+"?",Ur,uo,fo,Dl].join("|")+")",Gl=RegExp(ao,"g"),Xl=RegExp(Ur,"g"),ho=RegExp(co+"(?="+co+")|"+zl+Ua,"g"),$l=RegExp([Bn+"?"+xa+"+"+Oa+"(?="+[ka,Bn,"$"].join("|")+")",Ml+"+"+Na+"(?="+[ka,Bn+Ia,"$"].join("|")+")",Bn+"?"+Ia+"+"+Oa,Bn+"+"+Na,Hl,Wl,Aa,Kl].join("|"),"g"),jl=RegExp("["+Ra+Br+ma+Ca+"]"),Jl=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Yl=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],Vl=-1,It={};It[Yi]=It[Vi]=It[Zi]=It[Qi]=It[to]=It[eo]=It[no]=It[ro]=It[io]=!0,It[G]=It[rt]=It[en]=It[et]=It[Ln]=It[nt]=It[at]=It[St]=It[Ot]=It[Ee]=It[fe]=It[Zt]=It[Qt]=It[Be]=It[We]=!1;var Rt={};Rt[G]=Rt[rt]=Rt[en]=Rt[Ln]=Rt[et]=Rt[nt]=Rt[Yi]=Rt[Vi]=Rt[Zi]=Rt[Qi]=Rt[to]=Rt[Ot]=Rt[Ee]=Rt[fe]=Rt[Zt]=Rt[Qt]=Rt[Be]=Rt[Ue]=Rt[eo]=Rt[no]=Rt[ro]=Rt[io]=!0,Rt[at]=Rt[St]=Rt[We]=!1;var Zl={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},Ql={"&":"&","<":"<",">":">",'"':""","'":"'"},tp={"&":"&","<":"<",">":">",""":'"',"'":"'"},ep={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},np=parseFloat,rp=parseInt,Da=typeof ce=="object"&&ce&&ce.Object===Object&&ce,ip=typeof self=="object"&&self&&self.Object===Object&&self,Gt=Da||ip||Function("return this")(),lo=o&&!o.nodeType&&o,gn=lo&&!0&&r&&!r.nodeType&&r,Pa=gn&&gn.exports===lo,po=Pa&&Da.process,me=function(){try{var x=gn&&gn.require&&gn.require("util").types;return x||po&&po.binding&&po.binding("util")}catch{}}(),Fa=me&&me.isArrayBuffer,Ma=me&&me.isDate,qa=me&&me.isMap,Wa=me&&me.isRegExp,Ha=me&&me.isSet,Ka=me&&me.isTypedArray;function he(x,D,I){switch(I.length){case 0:return x.call(D);case 1:return x.call(D,I[0]);case 2:return x.call(D,I[0],I[1]);case 3:return x.call(D,I[0],I[1],I[2])}return x.apply(D,I)}function op(x,D,I,V){for(var ft=-1,Ct=x==null?0:x.length;++ft<Ct;){var Wt=x[ft];D(V,Wt,I(Wt),x)}return V}function _e(x,D){for(var I=-1,V=x==null?0:x.length;++I<V&&D(x[I],I,x)!==!1;);return x}function sp(x,D){for(var I=x==null?0:x.length;I--&&D(x[I],I,x)!==!1;);return x}function za(x,D){for(var I=-1,V=x==null?0:x.length;++I<V;)if(!D(x[I],I,x))return!1;return!0}function nn(x,D){for(var I=-1,V=x==null?0:x.length,ft=0,Ct=[];++I<V;){var Wt=x[I];D(Wt,I,x)&&(Ct[ft++]=Wt)}return Ct}function Dr(x,D){var I=x==null?0:x.length;return!!I&&Un(x,D,0)>-1}function go(x,D,I){for(var V=-1,ft=x==null?0:x.length;++V<ft;)if(I(D,x[V]))return!0;return!1}function Nt(x,D){for(var I=-1,V=x==null?0:x.length,ft=Array(V);++I<V;)ft[I]=D(x[I],I,x);return ft}function rn(x,D){for(var I=-1,V=D.length,ft=x.length;++I<V;)x[ft+I]=D[I];return x}function yo(x,D,I,V){var ft=-1,Ct=x==null?0:x.length;for(V&&Ct&&(I=x[++ft]);++ft<Ct;)I=D(I,x[ft],ft,x);return I}function ap(x,D,I,V){var ft=x==null?0:x.length;for(V&&ft&&(I=x[--ft]);ft--;)I=D(I,x[ft],ft,x);return I}function vo(x,D){for(var I=-1,V=x==null?0:x.length;++I<V;)if(D(x[I],I,x))return!0;return!1}var cp=mo("length");function up(x){return x.split("")}function fp(x){return x.match(ml)||[]}function Ga(x,D,I){var V;return I(x,function(ft,Ct,Wt){if(D(ft,Ct,Wt))return V=Ct,!1}),V}function Pr(x,D,I,V){for(var ft=x.length,Ct=I+(V?1:-1);V?Ct--:++Ct<ft;)if(D(x[Ct],Ct,x))return Ct;return-1}function Un(x,D,I){return D===D?Cp(x,D,I):Pr(x,Xa,I)}function hp(x,D,I,V){for(var ft=I-1,Ct=x.length;++ft<Ct;)if(V(x[ft],D))return ft;return-1}function Xa(x){return x!==x}function $a(x,D){var I=x==null?0:x.length;return I?wo(x,D)/I:Le}function mo(x){return function(D){return D==null?n:D[x]}}function _o(x){return function(D){return x==null?n:x[D]}}function ja(x,D,I,V,ft){return ft(x,function(Ct,Wt,Tt){I=V?(V=!1,Ct):D(I,Ct,Wt,Tt)}),I}function lp(x,D){var I=x.length;for(x.sort(D);I--;)x[I]=x[I].value;return x}function wo(x,D){for(var I,V=-1,ft=x.length;++V<ft;){var Ct=D(x[V]);Ct!==n&&(I=I===n?Ct:I+Ct)}return I}function bo(x,D){for(var I=-1,V=Array(x);++I<x;)V[I]=D(I);return V}function pp(x,D){return Nt(D,function(I){return[I,x[I]]})}function Ja(x){return x&&x.slice(0,Qa(x)+1).replace(so,"")}function le(x){return function(D){return x(D)}}function Co(x,D){return Nt(D,function(I){return x[I]})}function ir(x,D){return x.has(D)}function Ya(x,D){for(var I=-1,V=x.length;++I<V&&Un(D,x[I],0)>-1;);return I}function Va(x,D){for(var I=x.length;I--&&Un(D,x[I],0)>-1;);return I}function dp(x,D){for(var I=x.length,V=0;I--;)x[I]===D&&++V;return V}var gp=_o(Zl),yp=_o(Ql);function vp(x){return"\\"+ep[x]}function mp(x,D){return x==null?n:x[D]}function Dn(x){return jl.test(x)}function _p(x){return Jl.test(x)}function wp(x){for(var D,I=[];!(D=x.next()).done;)I.push(D.value);return I}function So(x){var D=-1,I=Array(x.size);return x.forEach(function(V,ft){I[++D]=[ft,V]}),I}function Za(x,D){return function(I){return x(D(I))}}function on(x,D){for(var I=-1,V=x.length,ft=0,Ct=[];++I<V;){var Wt=x[I];(Wt===D||Wt===_)&&(x[I]=_,Ct[ft++]=I)}return Ct}function Fr(x){var D=-1,I=Array(x.size);return x.forEach(function(V){I[++D]=V}),I}function bp(x){var D=-1,I=Array(x.size);return x.forEach(function(V){I[++D]=[V,V]}),I}function Cp(x,D,I){for(var V=I-1,ft=x.length;++V<ft;)if(x[V]===D)return V;return-1}function Sp(x,D,I){for(var V=I+1;V--;)if(x[V]===D)return V;return V}function Pn(x){return Dn(x)?Ap(x):cp(x)}function Te(x){return Dn(x)?xp(x):up(x)}function Qa(x){for(var D=x.length;D--&&dl.test(x.charAt(D)););return D}var kp=_o(tp);function Ap(x){for(var D=ho.lastIndex=0;ho.test(x);)++D;return D}function xp(x){return x.match(ho)||[]}function Ep(x){return x.match($l)||[]}var Tp=function x(D){D=D==null?Gt:Fn.defaults(Gt.Object(),D,Fn.pick(Gt,Yl));var I=D.Array,V=D.Date,ft=D.Error,Ct=D.Function,Wt=D.Math,Tt=D.Object,ko=D.RegExp,Rp=D.String,we=D.TypeError,Mr=I.prototype,Ip=Ct.prototype,Mn=Tt.prototype,qr=D["__core-js_shared__"],Wr=Ip.toString,Et=Mn.hasOwnProperty,Op=0,tc=function(){var t=/[^.]+$/.exec(qr&&qr.keys&&qr.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}(),Hr=Mn.toString,Np=Wr.call(Tt),Lp=Gt._,Bp=ko("^"+Wr.call(Et).replace(oo,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Kr=Pa?D.Buffer:n,sn=D.Symbol,zr=D.Uint8Array,ec=Kr?Kr.allocUnsafe:n,Gr=Za(Tt.getPrototypeOf,Tt),nc=Tt.create,rc=Mn.propertyIsEnumerable,Xr=Mr.splice,ic=sn?sn.isConcatSpreadable:n,or=sn?sn.iterator:n,yn=sn?sn.toStringTag:n,$r=function(){try{var t=bn(Tt,"defineProperty");return t({},"",{}),t}catch{}}(),Up=D.clearTimeout!==Gt.clearTimeout&&D.clearTimeout,Dp=V&&V.now!==Gt.Date.now&&V.now,Pp=D.setTimeout!==Gt.setTimeout&&D.setTimeout,jr=Wt.ceil,Jr=Wt.floor,Ao=Tt.getOwnPropertySymbols,Fp=Kr?Kr.isBuffer:n,oc=D.isFinite,Mp=Mr.join,qp=Za(Tt.keys,Tt),Ht=Wt.max,Yt=Wt.min,Wp=V.now,Hp=D.parseInt,sc=Wt.random,Kp=Mr.reverse,xo=bn(D,"DataView"),sr=bn(D,"Map"),Eo=bn(D,"Promise"),qn=bn(D,"Set"),ar=bn(D,"WeakMap"),cr=bn(Tt,"create"),Yr=ar&&new ar,Wn={},zp=Cn(xo),Gp=Cn(sr),Xp=Cn(Eo),$p=Cn(qn),jp=Cn(ar),Vr=sn?sn.prototype:n,ur=Vr?Vr.valueOf:n,ac=Vr?Vr.toString:n;function y(t){if(Bt(t)&&!ht(t)&&!(t instanceof mt)){if(t instanceof be)return t;if(Et.call(t,"__wrapped__"))return cu(t)}return new be(t)}var Hn=function(){function t(){}return function(e){if(!Lt(e))return{};if(nc)return nc(e);t.prototype=e;var i=new t;return t.prototype=n,i}}();function Zr(){}function be(t,e){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!e,this.__index__=0,this.__values__=n}y.templateSettings={escape:cl,evaluate:ul,interpolate:ya,variable:"",imports:{_:y}},y.prototype=Zr.prototype,y.prototype.constructor=y,be.prototype=Hn(Zr.prototype),be.prototype.constructor=be;function mt(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=ue,this.__views__=[]}function Jp(){var t=new mt(this.__wrapped__);return t.__actions__=ie(this.__actions__),t.__dir__=this.__dir__,t.__filtered__=this.__filtered__,t.__iteratees__=ie(this.__iteratees__),t.__takeCount__=this.__takeCount__,t.__views__=ie(this.__views__),t}function Yp(){if(this.__filtered__){var t=new mt(this);t.__dir__=-1,t.__filtered__=!0}else t=this.clone(),t.__dir__*=-1;return t}function Vp(){var t=this.__wrapped__.value(),e=this.__dir__,i=ht(t),a=e<0,h=i?t.length:0,m=ug(0,h,this.__views__),C=m.start,S=m.end,E=S-C,M=a?S:C-1,q=this.__iteratees__,W=q.length,J=0,tt=Yt(E,this.__takeCount__);if(!i||!a&&h==E&&tt==E)return Oc(t,this.__actions__);var ot=[];t:for(;E--&&J<tt;){M+=e;for(var dt=-1,st=t[M];++dt<W;){var vt=q[dt],wt=vt.iteratee,ge=vt.type,ne=wt(st);if(ge==lt)st=ne;else if(!ne){if(ge==F)continue t;break t}}ot[J++]=st}return ot}mt.prototype=Hn(Zr.prototype),mt.prototype.constructor=mt;function vn(t){var e=-1,i=t==null?0:t.length;for(this.clear();++e<i;){var a=t[e];this.set(a[0],a[1])}}function Zp(){this.__data__=cr?cr(null):{},this.size=0}function Qp(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}function td(t){var e=this.__data__;if(cr){var i=e[t];return i===b?n:i}return Et.call(e,t)?e[t]:n}function ed(t){var e=this.__data__;return cr?e[t]!==n:Et.call(e,t)}function nd(t,e){var i=this.__data__;return this.size+=this.has(t)?0:1,i[t]=cr&&e===n?b:e,this}vn.prototype.clear=Zp,vn.prototype.delete=Qp,vn.prototype.get=td,vn.prototype.has=ed,vn.prototype.set=nd;function He(t){var e=-1,i=t==null?0:t.length;for(this.clear();++e<i;){var a=t[e];this.set(a[0],a[1])}}function rd(){this.__data__=[],this.size=0}function id(t){var e=this.__data__,i=Qr(e,t);if(i<0)return!1;var a=e.length-1;return i==a?e.pop():Xr.call(e,i,1),--this.size,!0}function od(t){var e=this.__data__,i=Qr(e,t);return i<0?n:e[i][1]}function sd(t){return Qr(this.__data__,t)>-1}function ad(t,e){var i=this.__data__,a=Qr(i,t);return a<0?(++this.size,i.push([t,e])):i[a][1]=e,this}He.prototype.clear=rd,He.prototype.delete=id,He.prototype.get=od,He.prototype.has=sd,He.prototype.set=ad;function Ke(t){var e=-1,i=t==null?0:t.length;for(this.clear();++e<i;){var a=t[e];this.set(a[0],a[1])}}function cd(){this.size=0,this.__data__={hash:new vn,map:new(sr||He),string:new vn}}function ud(t){var e=hi(this,t).delete(t);return this.size-=e?1:0,e}function fd(t){return hi(this,t).get(t)}function hd(t){return hi(this,t).has(t)}function ld(t,e){var i=hi(this,t),a=i.size;return i.set(t,e),this.size+=i.size==a?0:1,this}Ke.prototype.clear=cd,Ke.prototype.delete=ud,Ke.prototype.get=fd,Ke.prototype.has=hd,Ke.prototype.set=ld;function mn(t){var e=-1,i=t==null?0:t.length;for(this.__data__=new Ke;++e<i;)this.add(t[e])}function pd(t){return this.__data__.set(t,b),this}function dd(t){return this.__data__.has(t)}mn.prototype.add=mn.prototype.push=pd,mn.prototype.has=dd;function Re(t){var e=this.__data__=new He(t);this.size=e.size}function gd(){this.__data__=new He,this.size=0}function yd(t){var e=this.__data__,i=e.delete(t);return this.size=e.size,i}function vd(t){return this.__data__.get(t)}function md(t){return this.__data__.has(t)}function _d(t,e){var i=this.__data__;if(i instanceof He){var a=i.__data__;if(!sr||a.length<c-1)return a.push([t,e]),this.size=++i.size,this;i=this.__data__=new Ke(a)}return i.set(t,e),this.size=i.size,this}Re.prototype.clear=gd,Re.prototype.delete=yd,Re.prototype.get=vd,Re.prototype.has=md,Re.prototype.set=_d;function cc(t,e){var i=ht(t),a=!i&&Sn(t),h=!i&&!a&&hn(t),m=!i&&!a&&!h&&Xn(t),C=i||a||h||m,S=C?bo(t.length,Rp):[],E=S.length;for(var M in t)(e||Et.call(t,M))&&!(C&&(M=="length"||h&&(M=="offset"||M=="parent")||m&&(M=="buffer"||M=="byteLength"||M=="byteOffset")||$e(M,E)))&&S.push(M);return S}function uc(t){var e=t.length;return e?t[Fo(0,e-1)]:n}function wd(t,e){return li(ie(t),_n(e,0,t.length))}function bd(t){return li(ie(t))}function To(t,e,i){(i!==n&&!Ie(t[e],i)||i===n&&!(e in t))&&ze(t,e,i)}function fr(t,e,i){var a=t[e];(!(Et.call(t,e)&&Ie(a,i))||i===n&&!(e in t))&&ze(t,e,i)}function Qr(t,e){for(var i=t.length;i--;)if(Ie(t[i][0],e))return i;return-1}function Cd(t,e,i,a){return an(t,function(h,m,C){e(a,h,i(h),C)}),a}function fc(t,e){return t&&Pe(e,Kt(e),t)}function Sd(t,e){return t&&Pe(e,se(e),t)}function ze(t,e,i){e=="__proto__"&&$r?$r(t,e,{configurable:!0,enumerable:!0,value:i,writable:!0}):t[e]=i}function Ro(t,e){for(var i=-1,a=e.length,h=I(a),m=t==null;++i<a;)h[i]=m?n:us(t,e[i]);return h}function _n(t,e,i){return t===t&&(i!==n&&(t=t<=i?t:i),e!==n&&(t=t>=e?t:e)),t}function Ce(t,e,i,a,h,m){var C,S=e&g,E=e&l,M=e&u;if(i&&(C=h?i(t,a,h,m):i(t)),C!==n)return C;if(!Lt(t))return t;var q=ht(t);if(q){if(C=hg(t),!S)return ie(t,C)}else{var W=Vt(t),J=W==St||W==Jt;if(hn(t))return Bc(t,S);if(W==fe||W==G||J&&!h){if(C=E||J?{}:Qc(t),!S)return E?tg(t,Sd(C,t)):Qd(t,fc(C,t))}else{if(!Rt[W])return h?t:{};C=lg(t,W,S)}}m||(m=new Re);var tt=m.get(t);if(tt)return tt;m.set(t,C),Tu(t)?t.forEach(function(st){C.add(Ce(st,e,i,st,t,m))}):xu(t)&&t.forEach(function(st,vt){C.set(vt,Ce(st,e,i,vt,t,m))});var ot=M?E?Jo:jo:E?se:Kt,dt=q?n:ot(t);return _e(dt||t,function(st,vt){dt&&(vt=st,st=t[vt]),fr(C,vt,Ce(st,e,i,vt,t,m))}),C}function kd(t){var e=Kt(t);return function(i){return hc(i,t,e)}}function hc(t,e,i){var a=i.length;if(t==null)return!a;for(t=Tt(t);a--;){var h=i[a],m=e[h],C=t[h];if(C===n&&!(h in t)||!m(C))return!1}return!0}function lc(t,e,i){if(typeof t!="function")throw new we(v);return vr(function(){t.apply(n,i)},e)}function hr(t,e,i,a){var h=-1,m=Dr,C=!0,S=t.length,E=[],M=e.length;if(!S)return E;i&&(e=Nt(e,le(i))),a?(m=go,C=!1):e.length>=c&&(m=ir,C=!1,e=new mn(e));t:for(;++h<S;){var q=t[h],W=i==null?q:i(q);if(q=a||q!==0?q:0,C&&W===W){for(var J=M;J--;)if(e[J]===W)continue t;E.push(q)}else m(e,W,a)||E.push(q)}return E}var an=Mc(De),pc=Mc(Oo,!0);function Ad(t,e){var i=!0;return an(t,function(a,h,m){return i=!!e(a,h,m),i}),i}function ti(t,e,i){for(var a=-1,h=t.length;++a<h;){var m=t[a],C=e(m);if(C!=null&&(S===n?C===C&&!de(C):i(C,S)))var S=C,E=m}return E}function xd(t,e,i,a){var h=t.length;for(i=pt(i),i<0&&(i=-i>h?0:h+i),a=a===n||a>h?h:pt(a),a<0&&(a+=h),a=i>a?0:Iu(a);i<a;)t[i++]=e;return t}function dc(t,e){var i=[];return an(t,function(a,h,m){e(a,h,m)&&i.push(a)}),i}function Xt(t,e,i,a,h){var m=-1,C=t.length;for(i||(i=dg),h||(h=[]);++m<C;){var S=t[m];e>0&&i(S)?e>1?Xt(S,e-1,i,a,h):rn(h,S):a||(h[h.length]=S)}return h}var Io=qc(),gc=qc(!0);function De(t,e){return t&&Io(t,e,Kt)}function Oo(t,e){return t&&gc(t,e,Kt)}function ei(t,e){return nn(e,function(i){return je(t[i])})}function wn(t,e){e=un(e,t);for(var i=0,a=e.length;t!=null&&i<a;)t=t[Fe(e[i++])];return i&&i==a?t:n}function yc(t,e,i){var a=e(t);return ht(t)?a:rn(a,i(t))}function te(t){return t==null?t===n?nr:tr:yn&&yn in Tt(t)?cg(t):bg(t)}function No(t,e){return t>e}function Ed(t,e){return t!=null&&Et.call(t,e)}function Td(t,e){return t!=null&&e in Tt(t)}function Rd(t,e,i){return t>=Yt(e,i)&&t<Ht(e,i)}function Lo(t,e,i){for(var a=i?go:Dr,h=t[0].length,m=t.length,C=m,S=I(m),E=1/0,M=[];C--;){var q=t[C];C&&e&&(q=Nt(q,le(e))),E=Yt(q.length,E),S[C]=!i&&(e||h>=120&&q.length>=120)?new mn(C&&q):n}q=t[0];var W=-1,J=S[0];t:for(;++W<h&&M.length<E;){var tt=q[W],ot=e?e(tt):tt;if(tt=i||tt!==0?tt:0,!(J?ir(J,ot):a(M,ot,i))){for(C=m;--C;){var dt=S[C];if(!(dt?ir(dt,ot):a(t[C],ot,i)))continue t}J&&J.push(ot),M.push(tt)}}return M}function Id(t,e,i,a){return De(t,function(h,m,C){e(a,i(h),m,C)}),a}function lr(t,e,i){e=un(e,t),t=ru(t,e);var a=t==null?t:t[Fe(ke(e))];return a==null?n:he(a,t,i)}function vc(t){return Bt(t)&&te(t)==G}function Od(t){return Bt(t)&&te(t)==en}function Nd(t){return Bt(t)&&te(t)==nt}function pr(t,e,i,a,h){return t===e?!0:t==null||e==null||!Bt(t)&&!Bt(e)?t!==t&&e!==e:Ld(t,e,i,a,pr,h)}function Ld(t,e,i,a,h,m){var C=ht(t),S=ht(e),E=C?rt:Vt(t),M=S?rt:Vt(e);E=E==G?fe:E,M=M==G?fe:M;var q=E==fe,W=M==fe,J=E==M;if(J&&hn(t)){if(!hn(e))return!1;C=!0,q=!1}if(J&&!q)return m||(m=new Re),C||Xn(t)?Yc(t,e,i,a,h,m):sg(t,e,E,i,a,h,m);if(!(i&w)){var tt=q&&Et.call(t,"__wrapped__"),ot=W&&Et.call(e,"__wrapped__");if(tt||ot){var dt=tt?t.value():t,st=ot?e.value():e;return m||(m=new Re),h(dt,st,i,a,m)}}return J?(m||(m=new Re),ag(t,e,i,a,h,m)):!1}function Bd(t){return Bt(t)&&Vt(t)==Ot}function Bo(t,e,i,a){var h=i.length,m=h,C=!a;if(t==null)return!m;for(t=Tt(t);h--;){var S=i[h];if(C&&S[2]?S[1]!==t[S[0]]:!(S[0]in t))return!1}for(;++h<m;){S=i[h];var E=S[0],M=t[E],q=S[1];if(C&&S[2]){if(M===n&&!(E in t))return!1}else{var W=new Re;if(a)var J=a(M,q,E,t,e,W);if(!(J===n?pr(q,M,w|A,a,W):J))return!1}}return!0}function mc(t){if(!Lt(t)||yg(t))return!1;var e=je(t)?Bp:kl;return e.test(Cn(t))}function Ud(t){return Bt(t)&&te(t)==Zt}function Dd(t){return Bt(t)&&Vt(t)==Qt}function Pd(t){return Bt(t)&&mi(t.length)&&!!It[te(t)]}function _c(t){return typeof t=="function"?t:t==null?ae:typeof t=="object"?ht(t)?Cc(t[0],t[1]):bc(t):Wu(t)}function Uo(t){if(!yr(t))return qp(t);var e=[];for(var i in Tt(t))Et.call(t,i)&&i!="constructor"&&e.push(i);return e}function Fd(t){if(!Lt(t))return wg(t);var e=yr(t),i=[];for(var a in t)a=="constructor"&&(e||!Et.call(t,a))||i.push(a);return i}function Do(t,e){return t<e}function wc(t,e){var i=-1,a=oe(t)?I(t.length):[];return an(t,function(h,m,C){a[++i]=e(h,m,C)}),a}function bc(t){var e=Vo(t);return e.length==1&&e[0][2]?eu(e[0][0],e[0][1]):function(i){return i===t||Bo(i,t,e)}}function Cc(t,e){return Qo(t)&&tu(e)?eu(Fe(t),e):function(i){var a=us(i,t);return a===n&&a===e?fs(i,t):pr(e,a,w|A)}}function ni(t,e,i,a,h){t!==e&&Io(e,function(m,C){if(h||(h=new Re),Lt(m))Md(t,e,C,i,ni,a,h);else{var S=a?a(es(t,C),m,C+"",t,e,h):n;S===n&&(S=m),To(t,C,S)}},se)}function Md(t,e,i,a,h,m,C){var S=es(t,i),E=es(e,i),M=C.get(E);if(M){To(t,i,M);return}var q=m?m(S,E,i+"",t,e,C):n,W=q===n;if(W){var J=ht(E),tt=!J&&hn(E),ot=!J&&!tt&&Xn(E);q=E,J||tt||ot?ht(S)?q=S:Dt(S)?q=ie(S):tt?(W=!1,q=Bc(E,!0)):ot?(W=!1,q=Uc(E,!0)):q=[]:mr(E)||Sn(E)?(q=S,Sn(S)?q=Ou(S):(!Lt(S)||je(S))&&(q=Qc(E))):W=!1}W&&(C.set(E,q),h(q,E,a,m,C),C.delete(E)),To(t,i,q)}function Sc(t,e){var i=t.length;if(i)return e+=e<0?i:0,$e(e,i)?t[e]:n}function kc(t,e,i){e.length?e=Nt(e,function(m){return ht(m)?function(C){return wn(C,m.length===1?m[0]:m)}:m}):e=[ae];var a=-1;e=Nt(e,le(it()));var h=wc(t,function(m,C,S){var E=Nt(e,function(M){return M(m)});return{criteria:E,index:++a,value:m}});return lp(h,function(m,C){return Zd(m,C,i)})}function qd(t,e){return Ac(t,e,function(i,a){return fs(t,a)})}function Ac(t,e,i){for(var a=-1,h=e.length,m={};++a<h;){var C=e[a],S=wn(t,C);i(S,C)&&dr(m,un(C,t),S)}return m}function Wd(t){return function(e){return wn(e,t)}}function Po(t,e,i,a){var h=a?hp:Un,m=-1,C=e.length,S=t;for(t===e&&(e=ie(e)),i&&(S=Nt(t,le(i)));++m<C;)for(var E=0,M=e[m],q=i?i(M):M;(E=h(S,q,E,a))>-1;)S!==t&&Xr.call(S,E,1),Xr.call(t,E,1);return t}function xc(t,e){for(var i=t?e.length:0,a=i-1;i--;){var h=e[i];if(i==a||h!==m){var m=h;$e(h)?Xr.call(t,h,1):Wo(t,h)}}return t}function Fo(t,e){return t+Jr(sc()*(e-t+1))}function Hd(t,e,i,a){for(var h=-1,m=Ht(jr((e-t)/(i||1)),0),C=I(m);m--;)C[a?m:++h]=t,t+=i;return C}function Mo(t,e){var i="";if(!t||e<1||e>ut)return i;do e%2&&(i+=t),e=Jr(e/2),e&&(t+=t);while(e);return i}function gt(t,e){return ns(nu(t,e,ae),t+"")}function Kd(t){return uc($n(t))}function zd(t,e){var i=$n(t);return li(i,_n(e,0,i.length))}function dr(t,e,i,a){if(!Lt(t))return t;e=un(e,t);for(var h=-1,m=e.length,C=m-1,S=t;S!=null&&++h<m;){var E=Fe(e[h]),M=i;if(E==="__proto__"||E==="constructor"||E==="prototype")return t;if(h!=C){var q=S[E];M=a?a(q,E,S):n,M===n&&(M=Lt(q)?q:$e(e[h+1])?[]:{})}fr(S,E,M),S=S[E]}return t}var Ec=Yr?function(t,e){return Yr.set(t,e),t}:ae,Gd=$r?function(t,e){return $r(t,"toString",{configurable:!0,enumerable:!1,value:ls(e),writable:!0})}:ae;function Xd(t){return li($n(t))}function Se(t,e,i){var a=-1,h=t.length;e<0&&(e=-e>h?0:h+e),i=i>h?h:i,i<0&&(i+=h),h=e>i?0:i-e>>>0,e>>>=0;for(var m=I(h);++a<h;)m[a]=t[a+e];return m}function $d(t,e){var i;return an(t,function(a,h,m){return i=e(a,h,m),!i}),!!i}function ri(t,e,i){var a=0,h=t==null?a:t.length;if(typeof e=="number"&&e===e&&h<=$){for(;a<h;){var m=a+h>>>1,C=t[m];C!==null&&!de(C)&&(i?C<=e:C<e)?a=m+1:h=m}return h}return qo(t,e,ae,i)}function qo(t,e,i,a){var h=0,m=t==null?0:t.length;if(m===0)return 0;e=i(e);for(var C=e!==e,S=e===null,E=de(e),M=e===n;h<m;){var q=Jr((h+m)/2),W=i(t[q]),J=W!==n,tt=W===null,ot=W===W,dt=de(W);if(C)var st=a||ot;else M?st=ot&&(a||J):S?st=ot&&J&&(a||!tt):E?st=ot&&J&&!tt&&(a||!dt):tt||dt?st=!1:st=a?W<=e:W<e;st?h=q+1:m=q}return Yt(m,Nr)}function Tc(t,e){for(var i=-1,a=t.length,h=0,m=[];++i<a;){var C=t[i],S=e?e(C):C;if(!i||!Ie(S,E)){var E=S;m[h++]=C===0?0:C}}return m}function Rc(t){return typeof t=="number"?t:de(t)?Le:+t}function pe(t){if(typeof t=="string")return t;if(ht(t))return Nt(t,pe)+"";if(de(t))return ac?ac.call(t):"";var e=t+"";return e=="0"&&1/t==-xt?"-0":e}function cn(t,e,i){var a=-1,h=Dr,m=t.length,C=!0,S=[],E=S;if(i)C=!1,h=go;else if(m>=c){var M=e?null:ig(t);if(M)return Fr(M);C=!1,h=ir,E=new mn}else E=e?[]:S;t:for(;++a<m;){var q=t[a],W=e?e(q):q;if(q=i||q!==0?q:0,C&&W===W){for(var J=E.length;J--;)if(E[J]===W)continue t;e&&E.push(W),S.push(q)}else h(E,W,i)||(E!==S&&E.push(W),S.push(q))}return S}function Wo(t,e){return e=un(e,t),t=ru(t,e),t==null||delete t[Fe(ke(e))]}function Ic(t,e,i,a){return dr(t,e,i(wn(t,e)),a)}function ii(t,e,i,a){for(var h=t.length,m=a?h:-1;(a?m--:++m<h)&&e(t[m],m,t););return i?Se(t,a?0:m,a?m+1:h):Se(t,a?m+1:0,a?h:m)}function Oc(t,e){var i=t;return i instanceof mt&&(i=i.value()),yo(e,function(a,h){return h.func.apply(h.thisArg,rn([a],h.args))},i)}function Ho(t,e,i){var a=t.length;if(a<2)return a?cn(t[0]):[];for(var h=-1,m=I(a);++h<a;)for(var C=t[h],S=-1;++S<a;)S!=h&&(m[h]=hr(m[h]||C,t[S],e,i));return cn(Xt(m,1),e,i)}function Nc(t,e,i){for(var a=-1,h=t.length,m=e.length,C={};++a<h;){var S=a<m?e[a]:n;i(C,t[a],S)}return C}function Ko(t){return Dt(t)?t:[]}function zo(t){return typeof t=="function"?t:ae}function un(t,e){return ht(t)?t:Qo(t,e)?[t]:au(kt(t))}var jd=gt;function fn(t,e,i){var a=t.length;return i=i===n?a:i,!e&&i>=a?t:Se(t,e,i)}var Lc=Up||function(t){return Gt.clearTimeout(t)};function Bc(t,e){if(e)return t.slice();var i=t.length,a=ec?ec(i):new t.constructor(i);return t.copy(a),a}function Go(t){var e=new t.constructor(t.byteLength);return new zr(e).set(new zr(t)),e}function Jd(t,e){var i=e?Go(t.buffer):t.buffer;return new t.constructor(i,t.byteOffset,t.byteLength)}function Yd(t){var e=new t.constructor(t.source,va.exec(t));return e.lastIndex=t.lastIndex,e}function Vd(t){return ur?Tt(ur.call(t)):{}}function Uc(t,e){var i=e?Go(t.buffer):t.buffer;return new t.constructor(i,t.byteOffset,t.length)}function Dc(t,e){if(t!==e){var i=t!==n,a=t===null,h=t===t,m=de(t),C=e!==n,S=e===null,E=e===e,M=de(e);if(!S&&!M&&!m&&t>e||m&&C&&E&&!S&&!M||a&&C&&E||!i&&E||!h)return 1;if(!a&&!m&&!M&&t<e||M&&i&&h&&!a&&!m||S&&i&&h||!C&&h||!E)return-1}return 0}function Zd(t,e,i){for(var a=-1,h=t.criteria,m=e.criteria,C=h.length,S=i.length;++a<C;){var E=Dc(h[a],m[a]);if(E){if(a>=S)return E;var M=i[a];return E*(M=="desc"?-1:1)}}return t.index-e.index}function Pc(t,e,i,a){for(var h=-1,m=t.length,C=i.length,S=-1,E=e.length,M=Ht(m-C,0),q=I(E+M),W=!a;++S<E;)q[S]=e[S];for(;++h<C;)(W||h<m)&&(q[i[h]]=t[h]);for(;M--;)q[S++]=t[h++];return q}function Fc(t,e,i,a){for(var h=-1,m=t.length,C=-1,S=i.length,E=-1,M=e.length,q=Ht(m-S,0),W=I(q+M),J=!a;++h<q;)W[h]=t[h];for(var tt=h;++E<M;)W[tt+E]=e[E];for(;++C<S;)(J||h<m)&&(W[tt+i[C]]=t[h++]);return W}function ie(t,e){var i=-1,a=t.length;for(e||(e=I(a));++i<a;)e[i]=t[i];return e}function Pe(t,e,i,a){var h=!i;i||(i={});for(var m=-1,C=e.length;++m<C;){var S=e[m],E=a?a(i[S],t[S],S,i,t):n;E===n&&(E=t[S]),h?ze(i,S,E):fr(i,S,E)}return i}function Qd(t,e){return Pe(t,Zo(t),e)}function tg(t,e){return Pe(t,Vc(t),e)}function oi(t,e){return function(i,a){var h=ht(i)?op:Cd,m=e?e():{};return h(i,t,it(a,2),m)}}function Kn(t){return gt(function(e,i){var a=-1,h=i.length,m=h>1?i[h-1]:n,C=h>2?i[2]:n;for(m=t.length>3&&typeof m=="function"?(h--,m):n,C&&ee(i[0],i[1],C)&&(m=h<3?n:m,h=1),e=Tt(e);++a<h;){var S=i[a];S&&t(e,S,a,m)}return e})}function Mc(t,e){return function(i,a){if(i==null)return i;if(!oe(i))return t(i,a);for(var h=i.length,m=e?h:-1,C=Tt(i);(e?m--:++m<h)&&a(C[m],m,C)!==!1;);return i}}function qc(t){return function(e,i,a){for(var h=-1,m=Tt(e),C=a(e),S=C.length;S--;){var E=C[t?S:++h];if(i(m[E],E,m)===!1)break}return e}}function eg(t,e,i){var a=e&k,h=gr(t);function m(){var C=this&&this!==Gt&&this instanceof m?h:t;return C.apply(a?i:this,arguments)}return m}function Wc(t){return function(e){e=kt(e);var i=Dn(e)?Te(e):n,a=i?i[0]:e.charAt(0),h=i?fn(i,1).join(""):e.slice(1);return a[t]()+h}}function zn(t){return function(e){return yo(Mu(Fu(e).replace(Gl,"")),t,"")}}function gr(t){return function(){var e=arguments;switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3]);case 5:return new t(e[0],e[1],e[2],e[3],e[4]);case 6:return new t(e[0],e[1],e[2],e[3],e[4],e[5]);case 7:return new t(e[0],e[1],e[2],e[3],e[4],e[5],e[6])}var i=Hn(t.prototype),a=t.apply(i,e);return Lt(a)?a:i}}function ng(t,e,i){var a=gr(t);function h(){for(var m=arguments.length,C=I(m),S=m,E=Gn(h);S--;)C[S]=arguments[S];var M=m<3&&C[0]!==E&&C[m-1]!==E?[]:on(C,E);if(m-=M.length,m<i)return Xc(t,e,si,h.placeholder,n,C,M,n,n,i-m);var q=this&&this!==Gt&&this instanceof h?a:t;return he(q,this,C)}return h}function Hc(t){return function(e,i,a){var h=Tt(e);if(!oe(e)){var m=it(i,3);e=Kt(e),i=function(S){return m(h[S],S,h)}}var C=t(e,i,a);return C>-1?h[m?e[C]:C]:n}}function Kc(t){return Xe(function(e){var i=e.length,a=i,h=be.prototype.thru;for(t&&e.reverse();a--;){var m=e[a];if(typeof m!="function")throw new we(v);if(h&&!C&&fi(m)=="wrapper")var C=new be([],!0)}for(a=C?a:i;++a<i;){m=e[a];var S=fi(m),E=S=="wrapper"?Yo(m):n;E&&ts(E[0])&&E[1]==(O|j|U|P)&&!E[4].length&&E[9]==1?C=C[fi(E[0])].apply(C,E[3]):C=m.length==1&&ts(m)?C[S]():C.thru(m)}return function(){var M=arguments,q=M[0];if(C&&M.length==1&&ht(q))return C.plant(q).value();for(var W=0,J=i?e[W].apply(this,M):q;++W<i;)J=e[W].call(this,J);return J}})}function si(t,e,i,a,h,m,C,S,E,M){var q=e&O,W=e&k,J=e&B,tt=e&(j|N),ot=e&R,dt=J?n:gr(t);function st(){for(var vt=arguments.length,wt=I(vt),ge=vt;ge--;)wt[ge]=arguments[ge];if(tt)var ne=Gn(st),ye=dp(wt,ne);if(a&&(wt=Pc(wt,a,h,tt)),m&&(wt=Fc(wt,m,C,tt)),vt-=ye,tt&&vt<M){var Pt=on(wt,ne);return Xc(t,e,si,st.placeholder,i,wt,Pt,S,E,M-vt)}var Oe=W?i:this,Ye=J?Oe[t]:t;return vt=wt.length,S?wt=Cg(wt,S):ot&&vt>1&&wt.reverse(),q&&E<vt&&(wt.length=E),this&&this!==Gt&&this instanceof st&&(Ye=dt||gr(Ye)),Ye.apply(Oe,wt)}return st}function zc(t,e){return function(i,a){return Id(i,t,e(a),{})}}function ai(t,e){return function(i,a){var h;if(i===n&&a===n)return e;if(i!==n&&(h=i),a!==n){if(h===n)return a;typeof i=="string"||typeof a=="string"?(i=pe(i),a=pe(a)):(i=Rc(i),a=Rc(a)),h=t(i,a)}return h}}function Xo(t){return Xe(function(e){return e=Nt(e,le(it())),gt(function(i){var a=this;return t(e,function(h){return he(h,a,i)})})})}function ci(t,e){e=e===n?" ":pe(e);var i=e.length;if(i<2)return i?Mo(e,t):e;var a=Mo(e,jr(t/Pn(e)));return Dn(e)?fn(Te(a),0,t).join(""):a.slice(0,t)}function rg(t,e,i,a){var h=e&k,m=gr(t);function C(){for(var S=-1,E=arguments.length,M=-1,q=a.length,W=I(q+E),J=this&&this!==Gt&&this instanceof C?m:t;++M<q;)W[M]=a[M];for(;E--;)W[M++]=arguments[++S];return he(J,h?i:this,W)}return C}function Gc(t){return function(e,i,a){return a&&typeof a!="number"&&ee(e,i,a)&&(i=a=n),e=Je(e),i===n?(i=e,e=0):i=Je(i),a=a===n?e<i?1:-1:Je(a),Hd(e,i,a,t)}}function ui(t){return function(e,i){return typeof e=="string"&&typeof i=="string"||(e=Ae(e),i=Ae(i)),t(e,i)}}function Xc(t,e,i,a,h,m,C,S,E,M){var q=e&j,W=q?C:n,J=q?n:C,tt=q?m:n,ot=q?n:m;e|=q?U:T,e&=~(q?T:U),e&Y||(e&=~(k|B));var dt=[t,e,h,tt,W,ot,J,S,E,M],st=i.apply(n,dt);return ts(t)&&iu(st,dt),st.placeholder=a,ou(st,t,e)}function $o(t){var e=Wt[t];return function(i,a){if(i=Ae(i),a=a==null?0:Yt(pt(a),292),a&&oc(i)){var h=(kt(i)+"e").split("e"),m=e(h[0]+"e"+(+h[1]+a));return h=(kt(m)+"e").split("e"),+(h[0]+"e"+(+h[1]-a))}return e(i)}}var ig=qn&&1/Fr(new qn([,-0]))[1]==xt?function(t){return new qn(t)}:gs;function $c(t){return function(e){var i=Vt(e);return i==Ot?So(e):i==Qt?bp(e):pp(e,t(e))}}function Ge(t,e,i,a,h,m,C,S){var E=e&B;if(!E&&typeof t!="function")throw new we(v);var M=a?a.length:0;if(M||(e&=~(U|T),a=h=n),C=C===n?C:Ht(pt(C),0),S=S===n?S:pt(S),M-=h?h.length:0,e&T){var q=a,W=h;a=h=n}var J=E?n:Yo(t),tt=[t,e,i,a,h,q,W,m,C,S];if(J&&_g(tt,J),t=tt[0],e=tt[1],i=tt[2],a=tt[3],h=tt[4],S=tt[9]=tt[9]===n?E?0:t.length:Ht(tt[9]-M,0),!S&&e&(j|N)&&(e&=~(j|N)),!e||e==k)var ot=eg(t,e,i);else e==j||e==N?ot=ng(t,e,S):(e==U||e==(k|U))&&!h.length?ot=rg(t,e,i,a):ot=si.apply(n,tt);var dt=J?Ec:iu;return ou(dt(ot,tt),t,e)}function jc(t,e,i,a){return t===n||Ie(t,Mn[i])&&!Et.call(a,i)?e:t}function Jc(t,e,i,a,h,m){return Lt(t)&&Lt(e)&&(m.set(e,t),ni(t,e,n,Jc,m),m.delete(e)),t}function og(t){return mr(t)?n:t}function Yc(t,e,i,a,h,m){var C=i&w,S=t.length,E=e.length;if(S!=E&&!(C&&E>S))return!1;var M=m.get(t),q=m.get(e);if(M&&q)return M==e&&q==t;var W=-1,J=!0,tt=i&A?new mn:n;for(m.set(t,e),m.set(e,t);++W<S;){var ot=t[W],dt=e[W];if(a)var st=C?a(dt,ot,W,e,t,m):a(ot,dt,W,t,e,m);if(st!==n){if(st)continue;J=!1;break}if(tt){if(!vo(e,function(vt,wt){if(!ir(tt,wt)&&(ot===vt||h(ot,vt,i,a,m)))return tt.push(wt)})){J=!1;break}}else if(!(ot===dt||h(ot,dt,i,a,m))){J=!1;break}}return m.delete(t),m.delete(e),J}function sg(t,e,i,a,h,m,C){switch(i){case Ln:if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case en:return!(t.byteLength!=e.byteLength||!m(new zr(t),new zr(e)));case et:case nt:case Ee:return Ie(+t,+e);case at:return t.name==e.name&&t.message==e.message;case Zt:case Be:return t==e+"";case Ot:var S=So;case Qt:var E=a&w;if(S||(S=Fr),t.size!=e.size&&!E)return!1;var M=C.get(t);if(M)return M==e;a|=A,C.set(t,e);var q=Yc(S(t),S(e),a,h,m,C);return C.delete(t),q;case Ue:if(ur)return ur.call(t)==ur.call(e)}return!1}function ag(t,e,i,a,h,m){var C=i&w,S=jo(t),E=S.length,M=jo(e),q=M.length;if(E!=q&&!C)return!1;for(var W=E;W--;){var J=S[W];if(!(C?J in e:Et.call(e,J)))return!1}var tt=m.get(t),ot=m.get(e);if(tt&&ot)return tt==e&&ot==t;var dt=!0;m.set(t,e),m.set(e,t);for(var st=C;++W<E;){J=S[W];var vt=t[J],wt=e[J];if(a)var ge=C?a(wt,vt,J,e,t,m):a(vt,wt,J,t,e,m);if(!(ge===n?vt===wt||h(vt,wt,i,a,m):ge)){dt=!1;break}st||(st=J=="constructor")}if(dt&&!st){var ne=t.constructor,ye=e.constructor;ne!=ye&&"constructor"in t&&"constructor"in e&&!(typeof ne=="function"&&ne instanceof ne&&typeof ye=="function"&&ye instanceof ye)&&(dt=!1)}return m.delete(t),m.delete(e),dt}function Xe(t){return ns(nu(t,n,hu),t+"")}function jo(t){return yc(t,Kt,Zo)}function Jo(t){return yc(t,se,Vc)}var Yo=Yr?function(t){return Yr.get(t)}:gs;function fi(t){for(var e=t.name+"",i=Wn[e],a=Et.call(Wn,e)?i.length:0;a--;){var h=i[a],m=h.func;if(m==null||m==t)return h.name}return e}function Gn(t){var e=Et.call(y,"placeholder")?y:t;return e.placeholder}function it(){var t=y.iteratee||ps;return t=t===ps?_c:t,arguments.length?t(arguments[0],arguments[1]):t}function hi(t,e){var i=t.__data__;return gg(e)?i[typeof e=="string"?"string":"hash"]:i.map}function Vo(t){for(var e=Kt(t),i=e.length;i--;){var a=e[i],h=t[a];e[i]=[a,h,tu(h)]}return e}function bn(t,e){var i=mp(t,e);return mc(i)?i:n}function cg(t){var e=Et.call(t,yn),i=t[yn];try{t[yn]=n;var a=!0}catch{}var h=Hr.call(t);return a&&(e?t[yn]=i:delete t[yn]),h}var Zo=Ao?function(t){return t==null?[]:(t=Tt(t),nn(Ao(t),function(e){return rc.call(t,e)}))}:ys,Vc=Ao?function(t){for(var e=[];t;)rn(e,Zo(t)),t=Gr(t);return e}:ys,Vt=te;(xo&&Vt(new xo(new ArrayBuffer(1)))!=Ln||sr&&Vt(new sr)!=Ot||Eo&&Vt(Eo.resolve())!=Nn||qn&&Vt(new qn)!=Qt||ar&&Vt(new ar)!=We)&&(Vt=function(t){var e=te(t),i=e==fe?t.constructor:n,a=i?Cn(i):"";if(a)switch(a){case zp:return Ln;case Gp:return Ot;case Xp:return Nn;case $p:return Qt;case jp:return We}return e});function ug(t,e,i){for(var a=-1,h=i.length;++a<h;){var m=i[a],C=m.size;switch(m.type){case"drop":t+=C;break;case"dropRight":e-=C;break;case"take":e=Yt(e,t+C);break;case"takeRight":t=Ht(t,e-C);break}}return{start:t,end:e}}function fg(t){var e=t.match(yl);return e?e[1].split(vl):[]}function Zc(t,e,i){e=un(e,t);for(var a=-1,h=e.length,m=!1;++a<h;){var C=Fe(e[a]);if(!(m=t!=null&&i(t,C)))break;t=t[C]}return m||++a!=h?m:(h=t==null?0:t.length,!!h&&mi(h)&&$e(C,h)&&(ht(t)||Sn(t)))}function hg(t){var e=t.length,i=new t.constructor(e);return e&&typeof t[0]=="string"&&Et.call(t,"index")&&(i.index=t.index,i.input=t.input),i}function Qc(t){return typeof t.constructor=="function"&&!yr(t)?Hn(Gr(t)):{}}function lg(t,e,i){var a=t.constructor;switch(e){case en:return Go(t);case et:case nt:return new a(+t);case Ln:return Jd(t,i);case Yi:case Vi:case Zi:case Qi:case to:case eo:case no:case ro:case io:return Uc(t,i);case Ot:return new a;case Ee:case Be:return new a(t);case Zt:return Yd(t);case Qt:return new a;case Ue:return Vd(t)}}function pg(t,e){var i=e.length;if(!i)return t;var a=i-1;return e[a]=(i>1?"& ":"")+e[a],e=e.join(i>2?", ":" "),t.replace(gl,`{
|
|
14
14
|
/* [wrapped with `+e+`] */
|
|
15
|
-
`)}function Np(t){return ht(t)||vn(t)||!!(ma&&t&&t[ma])}function $e(t,e){var r=typeof t;return e=e??ut,!!e&&(r=="number"||r!="symbol"&&Hh.test(t))&&t>-1&&t%1==0&&t<e}function Qt(t,e,r){if(!Lt(r))return!1;var a=typeof e;return(a=="number"?re(r)&&$e(e,r.length):a=="string"&&e in r)?xe(r[e],t):!1}function Cs(t,e){if(ht(t))return!1;var r=typeof t;return r=="number"||r=="symbol"||r=="boolean"||t==null||le(t)?!0:Rh.test(t)||!xh.test(t)||e!=null&&t in kt(e)}function Bp(t){var e=typeof t;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?t!=="__proto__":t===null}function Es(t){var e=$r(t),r=p[e];if(typeof r!="function"||!(e in vt.prototype))return!1;if(t===r)return!0;var a=ws(r);return!!a&&t===a[0]}function Up(t){return!!da&&da in t}var Dp=br?ze:Ws;function tr(t){var e=t&&t.constructor,r=typeof e=="function"&&e.prototype||An;return t===r}function du(t){return t===t&&!Lt(t)}function gu(t,e){return function(r){return r==null?!1:r[t]===e&&(e!==n||t in kt(r))}}function Pp(t){var e=jr(t,function(a){return r.size===v&&r.clear(),a}),r=e.cache;return e}function Fp(t,e){var r=t[1],a=e[1],c=r|a,d=c<(x|W|M),w=a==M&&r==V||a==M&&r==G&&t[7].length<=e[8]||a==(M|G)&&e[7].length<=e[8]&&r==V;if(!(d||w))return t;a&x&&(t[2]=e[2],c|=r&x?0:st);var C=e[3];if(C){var A=t[3];t[3]=A?ja(A,C,e[4]):C,t[4]=A?Ze(t[3],_):e[4]}return C=e[5],C&&(A=t[5],t[5]=A?Za(A,C,e[6]):C,t[6]=A?Ze(t[5],_):e[6]),C=e[7],C&&(t[7]=C),a&M&&(t[8]=t[8]==null?e[8]:Jt(t[8],e[8])),t[9]==null&&(t[9]=e[9]),t[0]=e[0],t[1]=c,t}function Mp(t){var e=[];if(t!=null)for(var r in kt(t))e.push(r);return e}function qp(t){return Cr.call(t)}function vu(t,e,r){return e=Mt(e===n?t.length-1:e,0),function(){for(var a=arguments,c=-1,d=Mt(a.length-e,0),w=T(d);++c<d;)w[c]=a[e+c];c=-1;for(var C=T(e+1);++c<e;)C[c]=a[c];return C[e]=r(w),ce(t,this,C)}}function yu(t,e){return e.length<2?t:pn(t,be(e,0,-1))}function Wp(t,e){for(var r=t.length,a=Jt(e.length,r),c=ne(t);a--;){var d=e[a];t[a]=$e(d,r)?c[d]:n}return t}function As(t,e){if(!(e==="constructor"&&typeof t[e]=="function")&&e!="__proto__")return t[e]}var mu=wu(Wa),er=nl||function(t,e){return Gt.setTimeout(t,e)},ks=wu(hp);function _u(t,e,r){var a=e+"";return ks(t,Lp(a,Kp(Rp(a),r)))}function wu(t){var e=0,r=0;return function(){var a=ol(),c=j-(a-r);if(r=a,c>0){if(++e>=Q)return arguments[0]}else e=0;return t.apply(n,arguments)}}function Xr(t,e){var r=-1,a=t.length,c=a-1;for(e=e===n?a:e;++r<e;){var d=us(r,c),w=t[d];t[d]=t[r],t[r]=w}return t.length=e,t}var bu=Pp(function(t){var e=[];return t.charCodeAt(0)===46&&e.push(""),t.replace(Oh,function(r,a,c,d){e.push(c?d.replace(Fh,"$1"):a||r)}),e});function Pe(t){if(typeof t=="string"||le(t))return t;var e=t+"";return e=="0"&&1/t==-Rt?"-0":e}function gn(t){if(t!=null){try{return Sr.call(t)}catch{}try{return t+""}catch{}}return""}function Kp(t,e){return ye(J,function(r){var a="_."+r[0];e&r[1]&&!yr(t,a)&&t.push(a)}),t.sort()}function Su(t){if(t instanceof vt)return t.clone();var e=new _e(t.__wrapped__,t.__chain__);return e.__actions__=ne(t.__actions__),e.__index__=t.__index__,e.__values__=t.__values__,e}function Gp(t,e,r){(r?Qt(t,e,r):e===n)?e=1:e=Mt(lt(e),0);var a=t==null?0:t.length;if(!a||e<1)return[];for(var c=0,d=0,w=T(Rr(a/e));c<a;)w[d++]=be(t,c,c+=e);return w}function Hp(t){for(var e=-1,r=t==null?0:t.length,a=0,c=[];++e<r;){var d=t[e];d&&(c[a++]=d)}return c}function $p(){var t=arguments.length;if(!t)return[];for(var e=T(t-1),r=arguments[0],a=t;a--;)e[a-1]=arguments[a];return je(ht(r)?ne(r):[r],Ht(e,1))}var zp=dt(function(t,e){return Bt(t)?Vn(t,Ht(e,1,Bt,!0)):[]}),Xp=dt(function(t,e){var r=Se(e);return Bt(r)&&(r=n),Bt(t)?Vn(t,Ht(e,1,Bt,!0),nt(r,2)):[]}),Jp=dt(function(t,e){var r=Se(e);return Bt(r)&&(r=n),Bt(t)?Vn(t,Ht(e,1,Bt,!0),n,r):[]});function Vp(t,e,r){var a=t==null?0:t.length;return a?(e=r||e===n?1:lt(e),be(t,e<0?0:e,a)):[]}function Yp(t,e,r){var a=t==null?0:t.length;return a?(e=r||e===n?1:lt(e),e=a-e,be(t,0,e<0?0:e)):[]}function jp(t,e){return t&&t.length?Mr(t,nt(e,3),!0,!0):[]}function Zp(t,e){return t&&t.length?Mr(t,nt(e,3),!0):[]}function Qp(t,e,r,a){var c=t==null?0:t.length;return c?(r&&typeof r!="number"&&Qt(t,e,r)&&(r=0,a=c),$l(t,e,r,a)):[]}function Cu(t,e,r){var a=t==null?0:t.length;if(!a)return-1;var c=r==null?0:lt(r);return c<0&&(c=Mt(a+c,0)),mr(t,nt(e,3),c)}function Eu(t,e,r){var a=t==null?0:t.length;if(!a)return-1;var c=a-1;return r!==n&&(c=lt(r),c=r<0?Mt(a+c,0):Jt(c,a-1)),mr(t,nt(e,3),c,!0)}function Au(t){var e=t==null?0:t.length;return e?Ht(t,1):[]}function td(t){var e=t==null?0:t.length;return e?Ht(t,Rt):[]}function ed(t,e){var r=t==null?0:t.length;return r?(e=e===n?1:lt(e),Ht(t,e)):[]}function nd(t){for(var e=-1,r=t==null?0:t.length,a={};++e<r;){var c=t[e];a[c[0]]=c[1]}return a}function ku(t){return t&&t.length?t[0]:n}function rd(t,e,r){var a=t==null?0:t.length;if(!a)return-1;var c=r==null?0:lt(r);return c<0&&(c=Mt(a+c,0)),bn(t,e,c)}function id(t){var e=t==null?0:t.length;return e?be(t,0,-1):[]}var sd=dt(function(t){var e=It(t,ps);return e.length&&e[0]===t[0]?rs(e):[]}),od=dt(function(t){var e=Se(t),r=It(t,ps);return e===Se(r)?e=n:r.pop(),r.length&&r[0]===t[0]?rs(r,nt(e,2)):[]}),ad=dt(function(t){var e=Se(t),r=It(t,ps);return e=typeof e=="function"?e:n,e&&r.pop(),r.length&&r[0]===t[0]?rs(r,n,e):[]});function ud(t,e){return t==null?"":il.call(t,e)}function Se(t){var e=t==null?0:t.length;return e?t[e-1]:n}function cd(t,e,r){var a=t==null?0:t.length;if(!a)return-1;var c=a;return r!==n&&(c=lt(r),c=c<0?Mt(a+c,0):Jt(c,a-1)),e===e?Kf(t,e,c):mr(t,oa,c,!0)}function hd(t,e){return t&&t.length?Pa(t,lt(e)):n}var fd=dt(Tu);function Tu(t,e){return t&&t.length&&e&&e.length?as(t,e):t}function ld(t,e,r){return t&&t.length&&e&&e.length?as(t,e,nt(r,2)):t}function pd(t,e,r){return t&&t.length&&e&&e.length?as(t,e,n,r):t}var dd=He(function(t,e){var r=t==null?0:t.length,a=Qi(t,e);return qa(t,It(e,function(c){return $e(c,r)?+c:c}).sort(Ya)),a});function gd(t,e){var r=[];if(!(t&&t.length))return r;var a=-1,c=[],d=t.length;for(e=nt(e,3);++a<d;){var w=t[a];e(w,a,t)&&(r.push(w),c.push(a))}return qa(t,c),r}function Ts(t){return t==null?t:ul.call(t)}function vd(t,e,r){var a=t==null?0:t.length;return a?(r&&typeof r!="number"&&Qt(t,e,r)?(e=0,r=a):(e=e==null?0:lt(e),r=r===n?a:lt(r)),be(t,e,r)):[]}function yd(t,e){return Fr(t,e)}function md(t,e,r){return hs(t,e,nt(r,2))}function _d(t,e){var r=t==null?0:t.length;if(r){var a=Fr(t,e);if(a<r&&xe(t[a],e))return a}return-1}function wd(t,e){return Fr(t,e,!0)}function bd(t,e,r){return hs(t,e,nt(r,2),!0)}function Sd(t,e){var r=t==null?0:t.length;if(r){var a=Fr(t,e,!0)-1;if(xe(t[a],e))return a}return-1}function Cd(t){return t&&t.length?Ka(t):[]}function Ed(t,e){return t&&t.length?Ka(t,nt(e,2)):[]}function Ad(t){var e=t==null?0:t.length;return e?be(t,1,e):[]}function kd(t,e,r){return t&&t.length?(e=r||e===n?1:lt(e),be(t,0,e<0?0:e)):[]}function Td(t,e,r){var a=t==null?0:t.length;return a?(e=r||e===n?1:lt(e),e=a-e,be(t,e<0?0:e,a)):[]}function xd(t,e){return t&&t.length?Mr(t,nt(e,3),!1,!0):[]}function Rd(t,e){return t&&t.length?Mr(t,nt(e,3)):[]}var Od=dt(function(t){return en(Ht(t,1,Bt,!0))}),Id=dt(function(t){var e=Se(t);return Bt(e)&&(e=n),en(Ht(t,1,Bt,!0),nt(e,2))}),Ld=dt(function(t){var e=Se(t);return e=typeof e=="function"?e:n,en(Ht(t,1,Bt,!0),n,e)});function Nd(t){return t&&t.length?en(t):[]}function Bd(t,e){return t&&t.length?en(t,nt(e,2)):[]}function Ud(t,e){return e=typeof e=="function"?e:n,t&&t.length?en(t,n,e):[]}function xs(t){if(!(t&&t.length))return[];var e=0;return t=Ye(t,function(r){if(Bt(r))return e=Mt(r.length,e),!0}),$i(e,function(r){return It(t,Ki(r))})}function xu(t,e){if(!(t&&t.length))return[];var r=xs(t);return e==null?r:It(r,function(a){return ce(e,n,a)})}var Dd=dt(function(t,e){return Bt(t)?Vn(t,e):[]}),Pd=dt(function(t){return ls(Ye(t,Bt))}),Fd=dt(function(t){var e=Se(t);return Bt(e)&&(e=n),ls(Ye(t,Bt),nt(e,2))}),Md=dt(function(t){var e=Se(t);return e=typeof e=="function"?e:n,ls(Ye(t,Bt),n,e)}),qd=dt(xs);function Wd(t,e){return za(t||[],e||[],Jn)}function Kd(t,e){return za(t||[],e||[],Zn)}var Gd=dt(function(t){var e=t.length,r=e>1?t[e-1]:n;return r=typeof r=="function"?(t.pop(),r):n,xu(t,r)});function Ru(t){var e=p(t);return e.__chain__=!0,e}function Hd(t,e){return e(t),t}function Jr(t,e){return e(t)}var $d=He(function(t){var e=t.length,r=e?t[0]:0,a=this.__wrapped__,c=function(d){return Qi(d,t)};return e>1||this.__actions__.length||!(a instanceof vt)||!$e(r)?this.thru(c):(a=a.slice(r,+r+(e?1:0)),a.__actions__.push({func:Jr,args:[c],thisArg:n}),new _e(a,this.__chain__).thru(function(d){return e&&!d.length&&d.push(n),d}))});function zd(){return Ru(this)}function Xd(){return new _e(this.value(),this.__chain__)}function Jd(){this.__values__===n&&(this.__values__=Gu(this.value()));var t=this.__index__>=this.__values__.length,e=t?n:this.__values__[this.__index__++];return{done:t,value:e}}function Vd(){return this}function Yd(t){for(var e,r=this;r instanceof Nr;){var a=Su(r);a.__index__=0,a.__values__=n,e?c.__wrapped__=a:e=a;var c=a;r=r.__wrapped__}return c.__wrapped__=t,e}function jd(){var t=this.__wrapped__;if(t instanceof vt){var e=t;return this.__actions__.length&&(e=new vt(this)),e=e.reverse(),e.__actions__.push({func:Jr,args:[Ts],thisArg:n}),new _e(e,this.__chain__)}return this.thru(Ts)}function Zd(){return $a(this.__wrapped__,this.__actions__)}var Qd=qr(function(t,e,r){Ct.call(t,r)?++t[r]:Ke(t,r,1)});function tg(t,e,r){var a=ht(t)?ia:Hl;return r&&Qt(t,e,r)&&(e=n),a(t,nt(e,3))}function eg(t,e){var r=ht(t)?Ye:xa;return r(t,nt(e,3))}var ng=nu(Cu),rg=nu(Eu);function ig(t,e){return Ht(Vr(t,e),1)}function sg(t,e){return Ht(Vr(t,e),Rt)}function og(t,e,r){return r=r===n?1:lt(r),Ht(Vr(t,e),r)}function Ou(t,e){var r=ht(t)?ye:tn;return r(t,nt(e,3))}function Iu(t,e){var r=ht(t)?Af:Ta;return r(t,nt(e,3))}var ag=qr(function(t,e,r){Ct.call(t,r)?t[r].push(e):Ke(t,r,[e])});function ug(t,e,r,a){t=re(t)?t:Nn(t),r=r&&!a?lt(r):0;var c=t.length;return r<0&&(r=Mt(c+r,0)),ti(t)?r<=c&&t.indexOf(e,r)>-1:!!c&&bn(t,e,r)>-1}var cg=dt(function(t,e,r){var a=-1,c=typeof e=="function",d=re(t)?T(t.length):[];return tn(t,function(w){d[++a]=c?ce(e,w,r):Yn(w,e,r)}),d}),hg=qr(function(t,e,r){Ke(t,r,e)});function Vr(t,e){var r=ht(t)?It:Ba;return r(t,nt(e,3))}function fg(t,e,r,a){return t==null?[]:(ht(e)||(e=e==null?[]:[e]),r=a?n:r,ht(r)||(r=r==null?[]:[r]),Fa(t,e,r))}var lg=qr(function(t,e,r){t[r?0:1].push(e)},function(){return[[],[]]});function pg(t,e,r){var a=ht(t)?qi:ua,c=arguments.length<3;return a(t,nt(e,4),r,c,tn)}function dg(t,e,r){var a=ht(t)?kf:ua,c=arguments.length<3;return a(t,nt(e,4),r,c,Ta)}function gg(t,e){var r=ht(t)?Ye:xa;return r(t,Zr(nt(e,3)))}function vg(t){var e=ht(t)?Ca:up;return e(t)}function yg(t,e,r){(r?Qt(t,e,r):e===n)?e=1:e=lt(e);var a=ht(t)?Ml:cp;return a(t,e)}function mg(t){var e=ht(t)?ql:fp;return e(t)}function _g(t){if(t==null)return 0;if(re(t))return ti(t)?Cn(t):t.length;var e=Vt(t);return e==Ot||e==jt?t.size:ss(t).length}function wg(t,e,r){var a=ht(t)?Wi:lp;return r&&Qt(t,e,r)&&(e=n),a(t,nt(e,3))}var bg=dt(function(t,e){if(t==null)return[];var r=e.length;return r>1&&Qt(t,e[0],e[1])?e=[]:r>2&&Qt(e[0],e[1],e[2])&&(e=[e[0]]),Fa(t,Ht(e,1),[])}),Yr=el||function(){return Gt.Date.now()};function Sg(t,e){if(typeof e!="function")throw new me(m);return t=lt(t),function(){if(--t<1)return e.apply(this,arguments)}}function Lu(t,e,r){return e=r?n:e,e=t&&e==null?t.length:e,Ge(t,M,n,n,n,n,e)}function Nu(t,e){var r;if(typeof e!="function")throw new me(m);return t=lt(t),function(){return--t>0&&(r=e.apply(this,arguments)),t<=1&&(e=n),r}}var Rs=dt(function(t,e,r){var a=x;if(r.length){var c=Ze(r,In(Rs));a|=H}return Ge(t,a,e,r,c)}),Bu=dt(function(t,e,r){var a=x|W;if(r.length){var c=Ze(r,In(Bu));a|=H}return Ge(e,a,t,r,c)});function Uu(t,e,r){e=r?n:e;var a=Ge(t,V,n,n,n,n,n,e);return a.placeholder=Uu.placeholder,a}function Du(t,e,r){e=r?n:e;var a=Ge(t,ot,n,n,n,n,n,e);return a.placeholder=Du.placeholder,a}function Pu(t,e,r){var a,c,d,w,C,A,O=0,I=!1,N=!1,K=!0;if(typeof t!="function")throw new me(m);e=Ce(e)||0,Lt(r)&&(I=!!r.leading,N="maxWait"in r,d=N?Mt(Ce(r.maxWait)||0,e):d,K="trailing"in r?!!r.trailing:K);function Y(Ut){var Re=a,Je=c;return a=c=n,O=Ut,w=t.apply(Je,Re),w}function rt(Ut){return O=Ut,C=er(gt,e),I?Y(Ut):w}function pt(Ut){var Re=Ut-A,Je=Ut-O,nc=e-Re;return N?Jt(nc,d-Je):nc}function it(Ut){var Re=Ut-A,Je=Ut-O;return A===n||Re>=e||Re<0||N&&Je>=d}function gt(){var Ut=Yr();if(it(Ut))return mt(Ut);C=er(gt,pt(Ut))}function mt(Ut){return C=n,K&&a?Y(Ut):(a=c=n,w)}function pe(){C!==n&&Xa(C),O=0,a=A=c=C=n}function te(){return C===n?w:mt(Yr())}function de(){var Ut=Yr(),Re=it(Ut);if(a=arguments,c=this,A=Ut,Re){if(C===n)return rt(A);if(N)return Xa(C),C=er(gt,e),Y(A)}return C===n&&(C=er(gt,e)),w}return de.cancel=pe,de.flush=te,de}var Cg=dt(function(t,e){return ka(t,1,e)}),Eg=dt(function(t,e,r){return ka(t,Ce(e)||0,r)});function Ag(t){return Ge(t,L)}function jr(t,e){if(typeof t!="function"||e!=null&&typeof e!="function")throw new me(m);var r=function(){var a=arguments,c=e?e.apply(this,a):a[0],d=r.cache;if(d.has(c))return d.get(c);var w=t.apply(this,a);return r.cache=d.set(c,w)||d,w};return r.cache=new(jr.Cache||We),r}jr.Cache=We;function Zr(t){if(typeof t!="function")throw new me(m);return function(){var e=arguments;switch(e.length){case 0:return!t.call(this);case 1:return!t.call(this,e[0]);case 2:return!t.call(this,e[0],e[1]);case 3:return!t.call(this,e[0],e[1],e[2])}return!t.apply(this,e)}}function kg(t){return Nu(2,t)}var Tg=pp(function(t,e){e=e.length==1&&ht(e[0])?It(e[0],he(nt())):It(Ht(e,1),he(nt()));var r=e.length;return dt(function(a){for(var c=-1,d=Jt(a.length,r);++c<d;)a[c]=e[c].call(this,a[c]);return ce(t,this,a)})}),Os=dt(function(t,e){var r=Ze(e,In(Os));return Ge(t,H,n,e,r)}),Fu=dt(function(t,e){var r=Ze(e,In(Fu));return Ge(t,D,n,e,r)}),xg=He(function(t,e){return Ge(t,G,n,n,n,e)});function Rg(t,e){if(typeof t!="function")throw new me(m);return e=e===n?e:lt(e),dt(t,e)}function Og(t,e){if(typeof t!="function")throw new me(m);return e=e==null?0:Mt(lt(e),0),dt(function(r){var a=r[e],c=rn(r,0,e);return a&&je(c,a),ce(t,this,c)})}function Ig(t,e,r){var a=!0,c=!0;if(typeof t!="function")throw new me(m);return Lt(r)&&(a="leading"in r?!!r.leading:a,c="trailing"in r?!!r.trailing:c),Pu(t,e,{leading:a,maxWait:e,trailing:c})}function Lg(t){return Lu(t,1)}function Ng(t,e){return Os(ds(e),t)}function Bg(){if(!arguments.length)return[];var t=arguments[0];return ht(t)?t:[t]}function Ug(t){return we(t,f)}function Dg(t,e){return e=typeof e=="function"?e:n,we(t,f,e)}function Pg(t){return we(t,y|f)}function Fg(t,e){return e=typeof e=="function"?e:n,we(t,y|f,e)}function Mg(t,e){return e==null||Aa(t,e,Wt(e))}function xe(t,e){return t===e||t!==t&&e!==e}var qg=Hr(ns),Wg=Hr(function(t,e){return t>=e}),vn=Ia(function(){return arguments}())?Ia:function(t){return Nt(t)&&Ct.call(t,"callee")&&!ya.call(t,"callee")},ht=T.isArray,Kg=Zo?he(Zo):Yl;function re(t){return t!=null&&Qr(t.length)&&!ze(t)}function Bt(t){return Nt(t)&&re(t)}function Gg(t){return t===!0||t===!1||Nt(t)&&Zt(t)==Z}var sn=rl||Ws,Hg=Qo?he(Qo):jl;function $g(t){return Nt(t)&&t.nodeType===1&&!nr(t)}function zg(t){if(t==null)return!0;if(re(t)&&(ht(t)||typeof t=="string"||typeof t.splice=="function"||sn(t)||Ln(t)||vn(t)))return!t.length;var e=Vt(t);if(e==Ot||e==jt)return!t.size;if(tr(t))return!ss(t).length;for(var r in t)if(Ct.call(t,r))return!1;return!0}function Xg(t,e){return jn(t,e)}function Jg(t,e,r){r=typeof r=="function"?r:n;var a=r?r(t,e):n;return a===n?jn(t,e,n,r):!!a}function Is(t){if(!Nt(t))return!1;var e=Zt(t);return e==at||e==z||typeof t.message=="string"&&typeof t.name=="string"&&!nr(t)}function Vg(t){return typeof t=="number"&&_a(t)}function ze(t){if(!Lt(t))return!1;var e=Zt(t);return e==bt||e==Xt||e==P||e==Mn}function Mu(t){return typeof t=="number"&&t==lt(t)}function Qr(t){return typeof t=="number"&&t>-1&&t%1==0&&t<=ut}function Lt(t){var e=typeof t;return t!=null&&(e=="object"||e=="function")}function Nt(t){return t!=null&&typeof t=="object"}var qu=ta?he(ta):Ql;function Yg(t,e){return t===e||is(t,e,bs(e))}function jg(t,e,r){return r=typeof r=="function"?r:n,is(t,e,bs(e),r)}function Zg(t){return Wu(t)&&t!=+t}function Qg(t){if(Dp(t))throw new ct(h);return La(t)}function tv(t){return t===null}function ev(t){return t==null}function Wu(t){return typeof t=="number"||Nt(t)&&Zt(t)==Ae}function nr(t){if(!Nt(t)||Zt(t)!=ue)return!1;var e=kr(t);if(e===null)return!0;var r=Ct.call(e,"constructor")&&e.constructor;return typeof r=="function"&&r instanceof r&&Sr.call(r)==jf}var Ls=ea?he(ea):tp;function nv(t){return Mu(t)&&t>=-ut&&t<=ut}var Ku=na?he(na):ep;function ti(t){return typeof t=="string"||!ht(t)&&Nt(t)&&Zt(t)==Ne}function le(t){return typeof t=="symbol"||Nt(t)&&Zt(t)==Be}var Ln=ra?he(ra):np;function rv(t){return t===n}function iv(t){return Nt(t)&&Vt(t)==Me}function sv(t){return Nt(t)&&Zt(t)==Wn}var ov=Hr(os),av=Hr(function(t,e){return t<=e});function Gu(t){if(!t)return[];if(re(t))return ti(t)?ke(t):ne(t);if(Gn&&t[Gn])return Mf(t[Gn]());var e=Vt(t),r=e==Ot?Xi:e==jt?_r:Nn;return r(t)}function Xe(t){if(!t)return t===0?t:0;if(t=Ce(t),t===Rt||t===-Rt){var e=t<0?-1:1;return e*zt}return t===t?t:0}function lt(t){var e=Xe(t),r=e%1;return e===e?r?e-r:e:0}function Hu(t){return t?ln(lt(t),0,ae):0}function Ce(t){if(typeof t=="number")return t;if(le(t))return Le;if(Lt(t)){var e=typeof t.valueOf=="function"?t.valueOf():t;t=Lt(e)?e+"":e}if(typeof t!="string")return t===0?t:+t;t=ca(t);var r=Wh.test(t);return r||Gh.test(t)?Sf(t.slice(2),r?2:8):qh.test(t)?Le:+t}function $u(t){return De(t,ie(t))}function uv(t){return t?ln(lt(t),-ut,ut):t===0?t:0}function St(t){return t==null?"":fe(t)}var cv=Rn(function(t,e){if(tr(e)||re(e)){De(e,Wt(e),t);return}for(var r in e)Ct.call(e,r)&&Jn(t,r,e[r])}),zu=Rn(function(t,e){De(e,ie(e),t)}),ei=Rn(function(t,e,r,a){De(e,ie(e),t,a)}),hv=Rn(function(t,e,r,a){De(e,Wt(e),t,a)}),fv=He(Qi);function lv(t,e){var r=xn(t);return e==null?r:Ea(r,e)}var pv=dt(function(t,e){t=kt(t);var r=-1,a=e.length,c=a>2?e[2]:n;for(c&&Qt(e[0],e[1],c)&&(a=1);++r<a;)for(var d=e[r],w=ie(d),C=-1,A=w.length;++C<A;){var O=w[C],I=t[O];(I===n||xe(I,An[O])&&!Ct.call(t,O))&&(t[O]=d[O])}return t}),dv=dt(function(t){return t.push(n,cu),ce(Xu,n,t)});function gv(t,e){return sa(t,nt(e,3),Ue)}function vv(t,e){return sa(t,nt(e,3),es)}function yv(t,e){return t==null?t:ts(t,nt(e,3),ie)}function mv(t,e){return t==null?t:Ra(t,nt(e,3),ie)}function _v(t,e){return t&&Ue(t,nt(e,3))}function wv(t,e){return t&&es(t,nt(e,3))}function bv(t){return t==null?[]:Dr(t,Wt(t))}function Sv(t){return t==null?[]:Dr(t,ie(t))}function Ns(t,e,r){var a=t==null?n:pn(t,e);return a===n?r:a}function Cv(t,e){return t!=null&&lu(t,e,zl)}function Bs(t,e){return t!=null&&lu(t,e,Xl)}var Ev=iu(function(t,e,r){e!=null&&typeof e.toString!="function"&&(e=Cr.call(e)),t[e]=r},Ds(se)),Av=iu(function(t,e,r){e!=null&&typeof e.toString!="function"&&(e=Cr.call(e)),Ct.call(t,e)?t[e].push(r):t[e]=[r]},nt),kv=dt(Yn);function Wt(t){return re(t)?Sa(t):ss(t)}function ie(t){return re(t)?Sa(t,!0):rp(t)}function Tv(t,e){var r={};return e=nt(e,3),Ue(t,function(a,c,d){Ke(r,e(a,c,d),a)}),r}function xv(t,e){var r={};return e=nt(e,3),Ue(t,function(a,c,d){Ke(r,c,e(a,c,d))}),r}var Rv=Rn(function(t,e,r){Pr(t,e,r)}),Xu=Rn(function(t,e,r,a){Pr(t,e,r,a)}),Ov=He(function(t,e){var r={};if(t==null)return r;var a=!1;e=It(e,function(d){return d=nn(d,t),a||(a=d.length>1),d}),De(t,_s(t),r),a&&(r=we(r,y|l|f,Ep));for(var c=e.length;c--;)fs(r,e[c]);return r});function Iv(t,e){return Ju(t,Zr(nt(e)))}var Lv=He(function(t,e){return t==null?{}:sp(t,e)});function Ju(t,e){if(t==null)return{};var r=It(_s(t),function(a){return[a]});return e=nt(e),Ma(t,r,function(a,c){return e(a,c[0])})}function Nv(t,e,r){e=nn(e,t);var a=-1,c=e.length;for(c||(c=1,t=n);++a<c;){var d=t==null?n:t[Pe(e[a])];d===n&&(a=c,d=r),t=ze(d)?d.call(t):d}return t}function Bv(t,e,r){return t==null?t:Zn(t,e,r)}function Uv(t,e,r,a){return a=typeof a=="function"?a:n,t==null?t:Zn(t,e,r,a)}var Vu=au(Wt),Yu=au(ie);function Dv(t,e,r){var a=ht(t),c=a||sn(t)||Ln(t);if(e=nt(e,4),r==null){var d=t&&t.constructor;c?r=a?new d:[]:Lt(t)?r=ze(d)?xn(kr(t)):{}:r={}}return(c?ye:Ue)(t,function(w,C,A){return e(r,w,C,A)}),r}function Pv(t,e){return t==null?!0:fs(t,e)}function Fv(t,e,r){return t==null?t:Ha(t,e,ds(r))}function Mv(t,e,r,a){return a=typeof a=="function"?a:n,t==null?t:Ha(t,e,ds(r),a)}function Nn(t){return t==null?[]:zi(t,Wt(t))}function qv(t){return t==null?[]:zi(t,ie(t))}function Wv(t,e,r){return r===n&&(r=e,e=n),r!==n&&(r=Ce(r),r=r===r?r:0),e!==n&&(e=Ce(e),e=e===e?e:0),ln(Ce(t),e,r)}function Kv(t,e,r){return e=Xe(e),r===n?(r=e,e=0):r=Xe(r),t=Ce(t),Jl(t,e,r)}function Gv(t,e,r){if(r&&typeof r!="boolean"&&Qt(t,e,r)&&(e=r=n),r===n&&(typeof e=="boolean"?(r=e,e=n):typeof t=="boolean"&&(r=t,t=n)),t===n&&e===n?(t=0,e=1):(t=Xe(t),e===n?(e=t,t=0):e=Xe(e)),t>e){var a=t;t=e,e=a}if(r||t%1||e%1){var c=wa();return Jt(t+c*(e-t+bf("1e-"+((c+"").length-1))),e)}return us(t,e)}var Hv=On(function(t,e,r){return e=e.toLowerCase(),t+(r?ju(e):e)});function ju(t){return Us(St(t).toLowerCase())}function Zu(t){return t=St(t),t&&t.replace($h,Bf).replace(ff,"")}function $v(t,e,r){t=St(t),e=fe(e);var a=t.length;r=r===n?a:ln(lt(r),0,a);var c=r;return r-=e.length,r>=0&&t.slice(r,c)==e}function zv(t){return t=St(t),t&&Ah.test(t)?t.replace(Ro,Uf):t}function Xv(t){return t=St(t),t&&Ih.test(t)?t.replace(Oi,"\\$&"):t}var Jv=On(function(t,e,r){return t+(r?"-":"")+e.toLowerCase()}),Vv=On(function(t,e,r){return t+(r?" ":"")+e.toLowerCase()}),Yv=eu("toLowerCase");function jv(t,e,r){t=St(t),e=lt(e);var a=e?Cn(t):0;if(!e||a>=e)return t;var c=(e-a)/2;return Gr(Or(c),r)+t+Gr(Rr(c),r)}function Zv(t,e,r){t=St(t),e=lt(e);var a=e?Cn(t):0;return e&&a<e?t+Gr(e-a,r):t}function Qv(t,e,r){t=St(t),e=lt(e);var a=e?Cn(t):0;return e&&a<e?Gr(e-a,r)+t:t}function ty(t,e,r){return r||e==null?e=0:e&&(e=+e),al(St(t).replace(Ii,""),e||0)}function ey(t,e,r){return(r?Qt(t,e,r):e===n)?e=1:e=lt(e),cs(St(t),e)}function ny(){var t=arguments,e=St(t[0]);return t.length<3?e:e.replace(t[1],t[2])}var ry=On(function(t,e,r){return t+(r?"_":"")+e.toLowerCase()});function iy(t,e,r){return r&&typeof r!="number"&&Qt(t,e,r)&&(e=r=n),r=r===n?ae:r>>>0,r?(t=St(t),t&&(typeof e=="string"||e!=null&&!Ls(e))&&(e=fe(e),!e&&Sn(t))?rn(ke(t),0,r):t.split(e,r)):[]}var sy=On(function(t,e,r){return t+(r?" ":"")+Us(e)});function oy(t,e,r){return t=St(t),r=r==null?0:ln(lt(r),0,t.length),e=fe(e),t.slice(r,r+e.length)==e}function ay(t,e,r){var a=p.templateSettings;r&&Qt(t,e,r)&&(e=n),t=St(t),e=ei({},e,a,uu);var c=ei({},e.imports,a.imports,uu),d=Wt(c),w=zi(c,d),C,A,O=0,I=e.interpolate||dr,N="__p += '",K=Ji((e.escape||dr).source+"|"+I.source+"|"+(I===Oo?Mh:dr).source+"|"+(e.evaluate||dr).source+"|$","g"),Y="//# sourceURL="+(Ct.call(e,"sourceURL")?(e.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++vf+"]")+`
|
|
16
|
-
`;t.replace(
|
|
17
|
-
__e(`+
|
|
18
|
-
'`),
|
|
19
|
-
`+
|
|
20
|
-
__p += '`),
|
|
21
|
-
((__t = (`+
|
|
22
|
-
'`),
|
|
23
|
-
`;var
|
|
24
|
-
`+
|
|
15
|
+
`)}function dg(t){return ht(t)||Sn(t)||!!(ic&&t&&t[ic])}function $e(t,e){var i=typeof t;return e=e??ut,!!e&&(i=="number"||i!="symbol"&&xl.test(t))&&t>-1&&t%1==0&&t<e}function ee(t,e,i){if(!Lt(i))return!1;var a=typeof e;return(a=="number"?oe(i)&&$e(e,i.length):a=="string"&&e in i)?Ie(i[e],t):!1}function Qo(t,e){if(ht(t))return!1;var i=typeof t;return i=="number"||i=="symbol"||i=="boolean"||t==null||de(t)?!0:hl.test(t)||!fl.test(t)||e!=null&&t in Tt(e)}function gg(t){var e=typeof t;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?t!=="__proto__":t===null}function ts(t){var e=fi(t),i=y[e];if(typeof i!="function"||!(e in mt.prototype))return!1;if(t===i)return!0;var a=Yo(i);return!!a&&t===a[0]}function yg(t){return!!tc&&tc in t}var vg=qr?je:vs;function yr(t){var e=t&&t.constructor,i=typeof e=="function"&&e.prototype||Mn;return t===i}function tu(t){return t===t&&!Lt(t)}function eu(t,e){return function(i){return i==null?!1:i[t]===e&&(e!==n||t in Tt(i))}}function mg(t){var e=yi(t,function(a){return i.size===p&&i.clear(),a}),i=e.cache;return e}function _g(t,e){var i=t[1],a=e[1],h=i|a,m=h<(k|B|O),C=a==O&&i==j||a==O&&i==P&&t[7].length<=e[8]||a==(O|P)&&e[7].length<=e[8]&&i==j;if(!(m||C))return t;a&k&&(t[2]=e[2],h|=i&k?0:Y);var S=e[3];if(S){var E=t[3];t[3]=E?Pc(E,S,e[4]):S,t[4]=E?on(t[3],_):e[4]}return S=e[5],S&&(E=t[5],t[5]=E?Fc(E,S,e[6]):S,t[6]=E?on(t[5],_):e[6]),S=e[7],S&&(t[7]=S),a&O&&(t[8]=t[8]==null?e[8]:Yt(t[8],e[8])),t[9]==null&&(t[9]=e[9]),t[0]=e[0],t[1]=h,t}function wg(t){var e=[];if(t!=null)for(var i in Tt(t))e.push(i);return e}function bg(t){return Hr.call(t)}function nu(t,e,i){return e=Ht(e===n?t.length-1:e,0),function(){for(var a=arguments,h=-1,m=Ht(a.length-e,0),C=I(m);++h<m;)C[h]=a[e+h];h=-1;for(var S=I(e+1);++h<e;)S[h]=a[h];return S[e]=i(C),he(t,this,S)}}function ru(t,e){return e.length<2?t:wn(t,Se(e,0,-1))}function Cg(t,e){for(var i=t.length,a=Yt(e.length,i),h=ie(t);a--;){var m=e[a];t[a]=$e(m,i)?h[m]:n}return t}function es(t,e){if(!(e==="constructor"&&typeof t[e]=="function")&&e!="__proto__")return t[e]}var iu=su(Ec),vr=Pp||function(t,e){return Gt.setTimeout(t,e)},ns=su(Gd);function ou(t,e,i){var a=e+"";return ns(t,pg(a,Sg(fg(a),i)))}function su(t){var e=0,i=0;return function(){var a=Wp(),h=X-(a-i);if(i=a,h>0){if(++e>=z)return arguments[0]}else e=0;return t.apply(n,arguments)}}function li(t,e){var i=-1,a=t.length,h=a-1;for(e=e===n?a:e;++i<e;){var m=Fo(i,h),C=t[m];t[m]=t[i],t[i]=C}return t.length=e,t}var au=mg(function(t){var e=[];return t.charCodeAt(0)===46&&e.push(""),t.replace(ll,function(i,a,h,m){e.push(h?m.replace(wl,"$1"):a||i)}),e});function Fe(t){if(typeof t=="string"||de(t))return t;var e=t+"";return e=="0"&&1/t==-xt?"-0":e}function Cn(t){if(t!=null){try{return Wr.call(t)}catch{}try{return t+""}catch{}}return""}function Sg(t,e){return _e(Q,function(i){var a="_."+i[0];e&i[1]&&!Dr(t,a)&&t.push(a)}),t.sort()}function cu(t){if(t instanceof mt)return t.clone();var e=new be(t.__wrapped__,t.__chain__);return e.__actions__=ie(t.__actions__),e.__index__=t.__index__,e.__values__=t.__values__,e}function kg(t,e,i){(i?ee(t,e,i):e===n)?e=1:e=Ht(pt(e),0);var a=t==null?0:t.length;if(!a||e<1)return[];for(var h=0,m=0,C=I(jr(a/e));h<a;)C[m++]=Se(t,h,h+=e);return C}function Ag(t){for(var e=-1,i=t==null?0:t.length,a=0,h=[];++e<i;){var m=t[e];m&&(h[a++]=m)}return h}function xg(){var t=arguments.length;if(!t)return[];for(var e=I(t-1),i=arguments[0],a=t;a--;)e[a-1]=arguments[a];return rn(ht(i)?ie(i):[i],Xt(e,1))}var Eg=gt(function(t,e){return Dt(t)?hr(t,Xt(e,1,Dt,!0)):[]}),Tg=gt(function(t,e){var i=ke(e);return Dt(i)&&(i=n),Dt(t)?hr(t,Xt(e,1,Dt,!0),it(i,2)):[]}),Rg=gt(function(t,e){var i=ke(e);return Dt(i)&&(i=n),Dt(t)?hr(t,Xt(e,1,Dt,!0),n,i):[]});function Ig(t,e,i){var a=t==null?0:t.length;return a?(e=i||e===n?1:pt(e),Se(t,e<0?0:e,a)):[]}function Og(t,e,i){var a=t==null?0:t.length;return a?(e=i||e===n?1:pt(e),e=a-e,Se(t,0,e<0?0:e)):[]}function Ng(t,e){return t&&t.length?ii(t,it(e,3),!0,!0):[]}function Lg(t,e){return t&&t.length?ii(t,it(e,3),!0):[]}function Bg(t,e,i,a){var h=t==null?0:t.length;return h?(i&&typeof i!="number"&&ee(t,e,i)&&(i=0,a=h),xd(t,e,i,a)):[]}function uu(t,e,i){var a=t==null?0:t.length;if(!a)return-1;var h=i==null?0:pt(i);return h<0&&(h=Ht(a+h,0)),Pr(t,it(e,3),h)}function fu(t,e,i){var a=t==null?0:t.length;if(!a)return-1;var h=a-1;return i!==n&&(h=pt(i),h=i<0?Ht(a+h,0):Yt(h,a-1)),Pr(t,it(e,3),h,!0)}function hu(t){var e=t==null?0:t.length;return e?Xt(t,1):[]}function Ug(t){var e=t==null?0:t.length;return e?Xt(t,xt):[]}function Dg(t,e){var i=t==null?0:t.length;return i?(e=e===n?1:pt(e),Xt(t,e)):[]}function Pg(t){for(var e=-1,i=t==null?0:t.length,a={};++e<i;){var h=t[e];a[h[0]]=h[1]}return a}function lu(t){return t&&t.length?t[0]:n}function Fg(t,e,i){var a=t==null?0:t.length;if(!a)return-1;var h=i==null?0:pt(i);return h<0&&(h=Ht(a+h,0)),Un(t,e,h)}function Mg(t){var e=t==null?0:t.length;return e?Se(t,0,-1):[]}var qg=gt(function(t){var e=Nt(t,Ko);return e.length&&e[0]===t[0]?Lo(e):[]}),Wg=gt(function(t){var e=ke(t),i=Nt(t,Ko);return e===ke(i)?e=n:i.pop(),i.length&&i[0]===t[0]?Lo(i,it(e,2)):[]}),Hg=gt(function(t){var e=ke(t),i=Nt(t,Ko);return e=typeof e=="function"?e:n,e&&i.pop(),i.length&&i[0]===t[0]?Lo(i,n,e):[]});function Kg(t,e){return t==null?"":Mp.call(t,e)}function ke(t){var e=t==null?0:t.length;return e?t[e-1]:n}function zg(t,e,i){var a=t==null?0:t.length;if(!a)return-1;var h=a;return i!==n&&(h=pt(i),h=h<0?Ht(a+h,0):Yt(h,a-1)),e===e?Sp(t,e,h):Pr(t,Xa,h,!0)}function Gg(t,e){return t&&t.length?Sc(t,pt(e)):n}var Xg=gt(pu);function pu(t,e){return t&&t.length&&e&&e.length?Po(t,e):t}function $g(t,e,i){return t&&t.length&&e&&e.length?Po(t,e,it(i,2)):t}function jg(t,e,i){return t&&t.length&&e&&e.length?Po(t,e,n,i):t}var Jg=Xe(function(t,e){var i=t==null?0:t.length,a=Ro(t,e);return xc(t,Nt(e,function(h){return $e(h,i)?+h:h}).sort(Dc)),a});function Yg(t,e){var i=[];if(!(t&&t.length))return i;var a=-1,h=[],m=t.length;for(e=it(e,3);++a<m;){var C=t[a];e(C,a,t)&&(i.push(C),h.push(a))}return xc(t,h),i}function rs(t){return t==null?t:Kp.call(t)}function Vg(t,e,i){var a=t==null?0:t.length;return a?(i&&typeof i!="number"&&ee(t,e,i)?(e=0,i=a):(e=e==null?0:pt(e),i=i===n?a:pt(i)),Se(t,e,i)):[]}function Zg(t,e){return ri(t,e)}function Qg(t,e,i){return qo(t,e,it(i,2))}function ty(t,e){var i=t==null?0:t.length;if(i){var a=ri(t,e);if(a<i&&Ie(t[a],e))return a}return-1}function ey(t,e){return ri(t,e,!0)}function ny(t,e,i){return qo(t,e,it(i,2),!0)}function ry(t,e){var i=t==null?0:t.length;if(i){var a=ri(t,e,!0)-1;if(Ie(t[a],e))return a}return-1}function iy(t){return t&&t.length?Tc(t):[]}function oy(t,e){return t&&t.length?Tc(t,it(e,2)):[]}function sy(t){var e=t==null?0:t.length;return e?Se(t,1,e):[]}function ay(t,e,i){return t&&t.length?(e=i||e===n?1:pt(e),Se(t,0,e<0?0:e)):[]}function cy(t,e,i){var a=t==null?0:t.length;return a?(e=i||e===n?1:pt(e),e=a-e,Se(t,e<0?0:e,a)):[]}function uy(t,e){return t&&t.length?ii(t,it(e,3),!1,!0):[]}function fy(t,e){return t&&t.length?ii(t,it(e,3)):[]}var hy=gt(function(t){return cn(Xt(t,1,Dt,!0))}),ly=gt(function(t){var e=ke(t);return Dt(e)&&(e=n),cn(Xt(t,1,Dt,!0),it(e,2))}),py=gt(function(t){var e=ke(t);return e=typeof e=="function"?e:n,cn(Xt(t,1,Dt,!0),n,e)});function dy(t){return t&&t.length?cn(t):[]}function gy(t,e){return t&&t.length?cn(t,it(e,2)):[]}function yy(t,e){return e=typeof e=="function"?e:n,t&&t.length?cn(t,n,e):[]}function is(t){if(!(t&&t.length))return[];var e=0;return t=nn(t,function(i){if(Dt(i))return e=Ht(i.length,e),!0}),bo(e,function(i){return Nt(t,mo(i))})}function du(t,e){if(!(t&&t.length))return[];var i=is(t);return e==null?i:Nt(i,function(a){return he(e,n,a)})}var vy=gt(function(t,e){return Dt(t)?hr(t,e):[]}),my=gt(function(t){return Ho(nn(t,Dt))}),_y=gt(function(t){var e=ke(t);return Dt(e)&&(e=n),Ho(nn(t,Dt),it(e,2))}),wy=gt(function(t){var e=ke(t);return e=typeof e=="function"?e:n,Ho(nn(t,Dt),n,e)}),by=gt(is);function Cy(t,e){return Nc(t||[],e||[],fr)}function Sy(t,e){return Nc(t||[],e||[],dr)}var ky=gt(function(t){var e=t.length,i=e>1?t[e-1]:n;return i=typeof i=="function"?(t.pop(),i):n,du(t,i)});function gu(t){var e=y(t);return e.__chain__=!0,e}function Ay(t,e){return e(t),t}function pi(t,e){return e(t)}var xy=Xe(function(t){var e=t.length,i=e?t[0]:0,a=this.__wrapped__,h=function(m){return Ro(m,t)};return e>1||this.__actions__.length||!(a instanceof mt)||!$e(i)?this.thru(h):(a=a.slice(i,+i+(e?1:0)),a.__actions__.push({func:pi,args:[h],thisArg:n}),new be(a,this.__chain__).thru(function(m){return e&&!m.length&&m.push(n),m}))});function Ey(){return gu(this)}function Ty(){return new be(this.value(),this.__chain__)}function Ry(){this.__values__===n&&(this.__values__=Ru(this.value()));var t=this.__index__>=this.__values__.length,e=t?n:this.__values__[this.__index__++];return{done:t,value:e}}function Iy(){return this}function Oy(t){for(var e,i=this;i instanceof Zr;){var a=cu(i);a.__index__=0,a.__values__=n,e?h.__wrapped__=a:e=a;var h=a;i=i.__wrapped__}return h.__wrapped__=t,e}function Ny(){var t=this.__wrapped__;if(t instanceof mt){var e=t;return this.__actions__.length&&(e=new mt(this)),e=e.reverse(),e.__actions__.push({func:pi,args:[rs],thisArg:n}),new be(e,this.__chain__)}return this.thru(rs)}function Ly(){return Oc(this.__wrapped__,this.__actions__)}var By=oi(function(t,e,i){Et.call(t,i)?++t[i]:ze(t,i,1)});function Uy(t,e,i){var a=ht(t)?za:Ad;return i&&ee(t,e,i)&&(e=n),a(t,it(e,3))}function Dy(t,e){var i=ht(t)?nn:dc;return i(t,it(e,3))}var Py=Hc(uu),Fy=Hc(fu);function My(t,e){return Xt(di(t,e),1)}function qy(t,e){return Xt(di(t,e),xt)}function Wy(t,e,i){return i=i===n?1:pt(i),Xt(di(t,e),i)}function yu(t,e){var i=ht(t)?_e:an;return i(t,it(e,3))}function vu(t,e){var i=ht(t)?sp:pc;return i(t,it(e,3))}var Hy=oi(function(t,e,i){Et.call(t,i)?t[i].push(e):ze(t,i,[e])});function Ky(t,e,i,a){t=oe(t)?t:$n(t),i=i&&!a?pt(i):0;var h=t.length;return i<0&&(i=Ht(h+i,0)),_i(t)?i<=h&&t.indexOf(e,i)>-1:!!h&&Un(t,e,i)>-1}var zy=gt(function(t,e,i){var a=-1,h=typeof e=="function",m=oe(t)?I(t.length):[];return an(t,function(C){m[++a]=h?he(e,C,i):lr(C,e,i)}),m}),Gy=oi(function(t,e,i){ze(t,i,e)});function di(t,e){var i=ht(t)?Nt:wc;return i(t,it(e,3))}function Xy(t,e,i,a){return t==null?[]:(ht(e)||(e=e==null?[]:[e]),i=a?n:i,ht(i)||(i=i==null?[]:[i]),kc(t,e,i))}var $y=oi(function(t,e,i){t[i?0:1].push(e)},function(){return[[],[]]});function jy(t,e,i){var a=ht(t)?yo:ja,h=arguments.length<3;return a(t,it(e,4),i,h,an)}function Jy(t,e,i){var a=ht(t)?ap:ja,h=arguments.length<3;return a(t,it(e,4),i,h,pc)}function Yy(t,e){var i=ht(t)?nn:dc;return i(t,vi(it(e,3)))}function Vy(t){var e=ht(t)?uc:Kd;return e(t)}function Zy(t,e,i){(i?ee(t,e,i):e===n)?e=1:e=pt(e);var a=ht(t)?wd:zd;return a(t,e)}function Qy(t){var e=ht(t)?bd:Xd;return e(t)}function tv(t){if(t==null)return 0;if(oe(t))return _i(t)?Pn(t):t.length;var e=Vt(t);return e==Ot||e==Qt?t.size:Uo(t).length}function ev(t,e,i){var a=ht(t)?vo:$d;return i&&ee(t,e,i)&&(e=n),a(t,it(e,3))}var nv=gt(function(t,e){if(t==null)return[];var i=e.length;return i>1&&ee(t,e[0],e[1])?e=[]:i>2&&ee(e[0],e[1],e[2])&&(e=[e[0]]),kc(t,Xt(e,1),[])}),gi=Dp||function(){return Gt.Date.now()};function rv(t,e){if(typeof e!="function")throw new we(v);return t=pt(t),function(){if(--t<1)return e.apply(this,arguments)}}function mu(t,e,i){return e=i?n:e,e=t&&e==null?t.length:e,Ge(t,O,n,n,n,n,e)}function _u(t,e){var i;if(typeof e!="function")throw new we(v);return t=pt(t),function(){return--t>0&&(i=e.apply(this,arguments)),t<=1&&(e=n),i}}var os=gt(function(t,e,i){var a=k;if(i.length){var h=on(i,Gn(os));a|=U}return Ge(t,a,e,i,h)}),wu=gt(function(t,e,i){var a=k|B;if(i.length){var h=on(i,Gn(wu));a|=U}return Ge(e,a,t,i,h)});function bu(t,e,i){e=i?n:e;var a=Ge(t,j,n,n,n,n,n,e);return a.placeholder=bu.placeholder,a}function Cu(t,e,i){e=i?n:e;var a=Ge(t,N,n,n,n,n,n,e);return a.placeholder=Cu.placeholder,a}function Su(t,e,i){var a,h,m,C,S,E,M=0,q=!1,W=!1,J=!0;if(typeof t!="function")throw new we(v);e=Ae(e)||0,Lt(i)&&(q=!!i.leading,W="maxWait"in i,m=W?Ht(Ae(i.maxWait)||0,e):m,J="trailing"in i?!!i.trailing:J);function tt(Pt){var Oe=a,Ye=h;return a=h=n,M=Pt,C=t.apply(Ye,Oe),C}function ot(Pt){return M=Pt,S=vr(vt,e),q?tt(Pt):C}function dt(Pt){var Oe=Pt-E,Ye=Pt-M,Hu=e-Oe;return W?Yt(Hu,m-Ye):Hu}function st(Pt){var Oe=Pt-E,Ye=Pt-M;return E===n||Oe>=e||Oe<0||W&&Ye>=m}function vt(){var Pt=gi();if(st(Pt))return wt(Pt);S=vr(vt,dt(Pt))}function wt(Pt){return S=n,J&&a?tt(Pt):(a=h=n,C)}function ge(){S!==n&&Lc(S),M=0,a=E=h=S=n}function ne(){return S===n?C:wt(gi())}function ye(){var Pt=gi(),Oe=st(Pt);if(a=arguments,h=this,E=Pt,Oe){if(S===n)return ot(E);if(W)return Lc(S),S=vr(vt,e),tt(E)}return S===n&&(S=vr(vt,e)),C}return ye.cancel=ge,ye.flush=ne,ye}var iv=gt(function(t,e){return lc(t,1,e)}),ov=gt(function(t,e,i){return lc(t,Ae(e)||0,i)});function sv(t){return Ge(t,R)}function yi(t,e){if(typeof t!="function"||e!=null&&typeof e!="function")throw new we(v);var i=function(){var a=arguments,h=e?e.apply(this,a):a[0],m=i.cache;if(m.has(h))return m.get(h);var C=t.apply(this,a);return i.cache=m.set(h,C)||m,C};return i.cache=new(yi.Cache||Ke),i}yi.Cache=Ke;function vi(t){if(typeof t!="function")throw new we(v);return function(){var e=arguments;switch(e.length){case 0:return!t.call(this);case 1:return!t.call(this,e[0]);case 2:return!t.call(this,e[0],e[1]);case 3:return!t.call(this,e[0],e[1],e[2])}return!t.apply(this,e)}}function av(t){return _u(2,t)}var cv=jd(function(t,e){e=e.length==1&&ht(e[0])?Nt(e[0],le(it())):Nt(Xt(e,1),le(it()));var i=e.length;return gt(function(a){for(var h=-1,m=Yt(a.length,i);++h<m;)a[h]=e[h].call(this,a[h]);return he(t,this,a)})}),ss=gt(function(t,e){var i=on(e,Gn(ss));return Ge(t,U,n,e,i)}),ku=gt(function(t,e){var i=on(e,Gn(ku));return Ge(t,T,n,e,i)}),uv=Xe(function(t,e){return Ge(t,P,n,n,n,e)});function fv(t,e){if(typeof t!="function")throw new we(v);return e=e===n?e:pt(e),gt(t,e)}function hv(t,e){if(typeof t!="function")throw new we(v);return e=e==null?0:Ht(pt(e),0),gt(function(i){var a=i[e],h=fn(i,0,e);return a&&rn(h,a),he(t,this,h)})}function lv(t,e,i){var a=!0,h=!0;if(typeof t!="function")throw new we(v);return Lt(i)&&(a="leading"in i?!!i.leading:a,h="trailing"in i?!!i.trailing:h),Su(t,e,{leading:a,maxWait:e,trailing:h})}function pv(t){return mu(t,1)}function dv(t,e){return ss(zo(e),t)}function gv(){if(!arguments.length)return[];var t=arguments[0];return ht(t)?t:[t]}function yv(t){return Ce(t,u)}function vv(t,e){return e=typeof e=="function"?e:n,Ce(t,u,e)}function mv(t){return Ce(t,g|u)}function _v(t,e){return e=typeof e=="function"?e:n,Ce(t,g|u,e)}function wv(t,e){return e==null||hc(t,e,Kt(e))}function Ie(t,e){return t===e||t!==t&&e!==e}var bv=ui(No),Cv=ui(function(t,e){return t>=e}),Sn=vc(function(){return arguments}())?vc:function(t){return Bt(t)&&Et.call(t,"callee")&&!rc.call(t,"callee")},ht=I.isArray,Sv=Fa?le(Fa):Od;function oe(t){return t!=null&&mi(t.length)&&!je(t)}function Dt(t){return Bt(t)&&oe(t)}function kv(t){return t===!0||t===!1||Bt(t)&&te(t)==et}var hn=Fp||vs,Av=Ma?le(Ma):Nd;function xv(t){return Bt(t)&&t.nodeType===1&&!mr(t)}function Ev(t){if(t==null)return!0;if(oe(t)&&(ht(t)||typeof t=="string"||typeof t.splice=="function"||hn(t)||Xn(t)||Sn(t)))return!t.length;var e=Vt(t);if(e==Ot||e==Qt)return!t.size;if(yr(t))return!Uo(t).length;for(var i in t)if(Et.call(t,i))return!1;return!0}function Tv(t,e){return pr(t,e)}function Rv(t,e,i){i=typeof i=="function"?i:n;var a=i?i(t,e):n;return a===n?pr(t,e,n,i):!!a}function as(t){if(!Bt(t))return!1;var e=te(t);return e==at||e==Z||typeof t.message=="string"&&typeof t.name=="string"&&!mr(t)}function Iv(t){return typeof t=="number"&&oc(t)}function je(t){if(!Lt(t))return!1;var e=te(t);return e==St||e==Jt||e==K||e==er}function Au(t){return typeof t=="number"&&t==pt(t)}function mi(t){return typeof t=="number"&&t>-1&&t%1==0&&t<=ut}function Lt(t){var e=typeof t;return t!=null&&(e=="object"||e=="function")}function Bt(t){return t!=null&&typeof t=="object"}var xu=qa?le(qa):Bd;function Ov(t,e){return t===e||Bo(t,e,Vo(e))}function Nv(t,e,i){return i=typeof i=="function"?i:n,Bo(t,e,Vo(e),i)}function Lv(t){return Eu(t)&&t!=+t}function Bv(t){if(vg(t))throw new ft(f);return mc(t)}function Uv(t){return t===null}function Dv(t){return t==null}function Eu(t){return typeof t=="number"||Bt(t)&&te(t)==Ee}function mr(t){if(!Bt(t)||te(t)!=fe)return!1;var e=Gr(t);if(e===null)return!0;var i=Et.call(e,"constructor")&&e.constructor;return typeof i=="function"&&i instanceof i&&Wr.call(i)==Np}var cs=Wa?le(Wa):Ud;function Pv(t){return Au(t)&&t>=-ut&&t<=ut}var Tu=Ha?le(Ha):Dd;function _i(t){return typeof t=="string"||!ht(t)&&Bt(t)&&te(t)==Be}function de(t){return typeof t=="symbol"||Bt(t)&&te(t)==Ue}var Xn=Ka?le(Ka):Pd;function Fv(t){return t===n}function Mv(t){return Bt(t)&&Vt(t)==We}function qv(t){return Bt(t)&&te(t)==rr}var Wv=ui(Do),Hv=ui(function(t,e){return t<=e});function Ru(t){if(!t)return[];if(oe(t))return _i(t)?Te(t):ie(t);if(or&&t[or])return wp(t[or]());var e=Vt(t),i=e==Ot?So:e==Qt?Fr:$n;return i(t)}function Je(t){if(!t)return t===0?t:0;if(t=Ae(t),t===xt||t===-xt){var e=t<0?-1:1;return e*jt}return t===t?t:0}function pt(t){var e=Je(t),i=e%1;return e===e?i?e-i:e:0}function Iu(t){return t?_n(pt(t),0,ue):0}function Ae(t){if(typeof t=="number")return t;if(de(t))return Le;if(Lt(t)){var e=typeof t.valueOf=="function"?t.valueOf():t;t=Lt(e)?e+"":e}if(typeof t!="string")return t===0?t:+t;t=Ja(t);var i=Sl.test(t);return i||Al.test(t)?rp(t.slice(2),i?2:8):Cl.test(t)?Le:+t}function Ou(t){return Pe(t,se(t))}function Kv(t){return t?_n(pt(t),-ut,ut):t===0?t:0}function kt(t){return t==null?"":pe(t)}var zv=Kn(function(t,e){if(yr(e)||oe(e)){Pe(e,Kt(e),t);return}for(var i in e)Et.call(e,i)&&fr(t,i,e[i])}),Nu=Kn(function(t,e){Pe(e,se(e),t)}),wi=Kn(function(t,e,i,a){Pe(e,se(e),t,a)}),Gv=Kn(function(t,e,i,a){Pe(e,Kt(e),t,a)}),Xv=Xe(Ro);function $v(t,e){var i=Hn(t);return e==null?i:fc(i,e)}var jv=gt(function(t,e){t=Tt(t);var i=-1,a=e.length,h=a>2?e[2]:n;for(h&&ee(e[0],e[1],h)&&(a=1);++i<a;)for(var m=e[i],C=se(m),S=-1,E=C.length;++S<E;){var M=C[S],q=t[M];(q===n||Ie(q,Mn[M])&&!Et.call(t,M))&&(t[M]=m[M])}return t}),Jv=gt(function(t){return t.push(n,Jc),he(Lu,n,t)});function Yv(t,e){return Ga(t,it(e,3),De)}function Vv(t,e){return Ga(t,it(e,3),Oo)}function Zv(t,e){return t==null?t:Io(t,it(e,3),se)}function Qv(t,e){return t==null?t:gc(t,it(e,3),se)}function t0(t,e){return t&&De(t,it(e,3))}function e0(t,e){return t&&Oo(t,it(e,3))}function n0(t){return t==null?[]:ei(t,Kt(t))}function r0(t){return t==null?[]:ei(t,se(t))}function us(t,e,i){var a=t==null?n:wn(t,e);return a===n?i:a}function i0(t,e){return t!=null&&Zc(t,e,Ed)}function fs(t,e){return t!=null&&Zc(t,e,Td)}var o0=zc(function(t,e,i){e!=null&&typeof e.toString!="function"&&(e=Hr.call(e)),t[e]=i},ls(ae)),s0=zc(function(t,e,i){e!=null&&typeof e.toString!="function"&&(e=Hr.call(e)),Et.call(t,e)?t[e].push(i):t[e]=[i]},it),a0=gt(lr);function Kt(t){return oe(t)?cc(t):Uo(t)}function se(t){return oe(t)?cc(t,!0):Fd(t)}function c0(t,e){var i={};return e=it(e,3),De(t,function(a,h,m){ze(i,e(a,h,m),a)}),i}function u0(t,e){var i={};return e=it(e,3),De(t,function(a,h,m){ze(i,h,e(a,h,m))}),i}var f0=Kn(function(t,e,i){ni(t,e,i)}),Lu=Kn(function(t,e,i,a){ni(t,e,i,a)}),h0=Xe(function(t,e){var i={};if(t==null)return i;var a=!1;e=Nt(e,function(m){return m=un(m,t),a||(a=m.length>1),m}),Pe(t,Jo(t),i),a&&(i=Ce(i,g|l|u,og));for(var h=e.length;h--;)Wo(i,e[h]);return i});function l0(t,e){return Bu(t,vi(it(e)))}var p0=Xe(function(t,e){return t==null?{}:qd(t,e)});function Bu(t,e){if(t==null)return{};var i=Nt(Jo(t),function(a){return[a]});return e=it(e),Ac(t,i,function(a,h){return e(a,h[0])})}function d0(t,e,i){e=un(e,t);var a=-1,h=e.length;for(h||(h=1,t=n);++a<h;){var m=t==null?n:t[Fe(e[a])];m===n&&(a=h,m=i),t=je(m)?m.call(t):m}return t}function g0(t,e,i){return t==null?t:dr(t,e,i)}function y0(t,e,i,a){return a=typeof a=="function"?a:n,t==null?t:dr(t,e,i,a)}var Uu=$c(Kt),Du=$c(se);function v0(t,e,i){var a=ht(t),h=a||hn(t)||Xn(t);if(e=it(e,4),i==null){var m=t&&t.constructor;h?i=a?new m:[]:Lt(t)?i=je(m)?Hn(Gr(t)):{}:i={}}return(h?_e:De)(t,function(C,S,E){return e(i,C,S,E)}),i}function m0(t,e){return t==null?!0:Wo(t,e)}function _0(t,e,i){return t==null?t:Ic(t,e,zo(i))}function w0(t,e,i,a){return a=typeof a=="function"?a:n,t==null?t:Ic(t,e,zo(i),a)}function $n(t){return t==null?[]:Co(t,Kt(t))}function b0(t){return t==null?[]:Co(t,se(t))}function C0(t,e,i){return i===n&&(i=e,e=n),i!==n&&(i=Ae(i),i=i===i?i:0),e!==n&&(e=Ae(e),e=e===e?e:0),_n(Ae(t),e,i)}function S0(t,e,i){return e=Je(e),i===n?(i=e,e=0):i=Je(i),t=Ae(t),Rd(t,e,i)}function k0(t,e,i){if(i&&typeof i!="boolean"&&ee(t,e,i)&&(e=i=n),i===n&&(typeof e=="boolean"?(i=e,e=n):typeof t=="boolean"&&(i=t,t=n)),t===n&&e===n?(t=0,e=1):(t=Je(t),e===n?(e=t,t=0):e=Je(e)),t>e){var a=t;t=e,e=a}if(i||t%1||e%1){var h=sc();return Yt(t+h*(e-t+np("1e-"+((h+"").length-1))),e)}return Fo(t,e)}var A0=zn(function(t,e,i){return e=e.toLowerCase(),t+(i?Pu(e):e)});function Pu(t){return hs(kt(t).toLowerCase())}function Fu(t){return t=kt(t),t&&t.replace(El,gp).replace(Xl,"")}function x0(t,e,i){t=kt(t),e=pe(e);var a=t.length;i=i===n?a:_n(pt(i),0,a);var h=i;return i-=e.length,i>=0&&t.slice(i,h)==e}function E0(t){return t=kt(t),t&&al.test(t)?t.replace(ga,yp):t}function T0(t){return t=kt(t),t&&pl.test(t)?t.replace(oo,"\\$&"):t}var R0=zn(function(t,e,i){return t+(i?"-":"")+e.toLowerCase()}),I0=zn(function(t,e,i){return t+(i?" ":"")+e.toLowerCase()}),O0=Wc("toLowerCase");function N0(t,e,i){t=kt(t),e=pt(e);var a=e?Pn(t):0;if(!e||a>=e)return t;var h=(e-a)/2;return ci(Jr(h),i)+t+ci(jr(h),i)}function L0(t,e,i){t=kt(t),e=pt(e);var a=e?Pn(t):0;return e&&a<e?t+ci(e-a,i):t}function B0(t,e,i){t=kt(t),e=pt(e);var a=e?Pn(t):0;return e&&a<e?ci(e-a,i)+t:t}function U0(t,e,i){return i||e==null?e=0:e&&(e=+e),Hp(kt(t).replace(so,""),e||0)}function D0(t,e,i){return(i?ee(t,e,i):e===n)?e=1:e=pt(e),Mo(kt(t),e)}function P0(){var t=arguments,e=kt(t[0]);return t.length<3?e:e.replace(t[1],t[2])}var F0=zn(function(t,e,i){return t+(i?"_":"")+e.toLowerCase()});function M0(t,e,i){return i&&typeof i!="number"&&ee(t,e,i)&&(e=i=n),i=i===n?ue:i>>>0,i?(t=kt(t),t&&(typeof e=="string"||e!=null&&!cs(e))&&(e=pe(e),!e&&Dn(t))?fn(Te(t),0,i):t.split(e,i)):[]}var q0=zn(function(t,e,i){return t+(i?" ":"")+hs(e)});function W0(t,e,i){return t=kt(t),i=i==null?0:_n(pt(i),0,t.length),e=pe(e),t.slice(i,i+e.length)==e}function H0(t,e,i){var a=y.templateSettings;i&&ee(t,e,i)&&(e=n),t=kt(t),e=wi({},e,a,jc);var h=wi({},e.imports,a.imports,jc),m=Kt(h),C=Co(h,m),S,E,M=0,q=e.interpolate||Lr,W="__p += '",J=ko((e.escape||Lr).source+"|"+q.source+"|"+(q===ya?bl:Lr).source+"|"+(e.evaluate||Lr).source+"|$","g"),tt="//# sourceURL="+(Et.call(e,"sourceURL")?(e.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++Vl+"]")+`
|
|
16
|
+
`;t.replace(J,function(st,vt,wt,ge,ne,ye){return wt||(wt=ge),W+=t.slice(M,ye).replace(Tl,vp),vt&&(S=!0,W+=`' +
|
|
17
|
+
__e(`+vt+`) +
|
|
18
|
+
'`),ne&&(E=!0,W+=`';
|
|
19
|
+
`+ne+`;
|
|
20
|
+
__p += '`),wt&&(W+=`' +
|
|
21
|
+
((__t = (`+wt+`)) == null ? '' : __t) +
|
|
22
|
+
'`),M=ye+st.length,st}),W+=`';
|
|
23
|
+
`;var ot=Et.call(e,"variable")&&e.variable;if(!ot)W=`with (obj) {
|
|
24
|
+
`+W+`
|
|
25
25
|
}
|
|
26
|
-
`;else if(
|
|
27
|
-
`+(
|
|
28
|
-
`)+"var __t, __p = ''"+(
|
|
26
|
+
`;else if(_l.test(ot))throw new ft(d);W=(E?W.replace(rl,""):W).replace(il,"$1").replace(ol,"$1;"),W="function("+(ot||"obj")+`) {
|
|
27
|
+
`+(ot?"":`obj || (obj = {});
|
|
28
|
+
`)+"var __t, __p = ''"+(S?", __e = _.escape":"")+(E?`, __j = Array.prototype.join;
|
|
29
29
|
function print() { __p += __j.call(arguments, '') }
|
|
30
30
|
`:`;
|
|
31
|
-
`)+
|
|
32
|
-
}`;var pt=tc(function(){return _t(d,Y+"return "+N).apply(n,w)});if(pt.source=N,Is(pt))throw pt;return pt}function uy(t){return St(t).toLowerCase()}function cy(t){return St(t).toUpperCase()}function hy(t,e,r){if(t=St(t),t&&(r||e===n))return ca(t);if(!t||!(e=fe(e)))return t;var a=ke(t),c=ke(e),d=ha(a,c),w=fa(a,c)+1;return rn(a,d,w).join("")}function fy(t,e,r){if(t=St(t),t&&(r||e===n))return t.slice(0,pa(t)+1);if(!t||!(e=fe(e)))return t;var a=ke(t),c=fa(a,ke(e))+1;return rn(a,0,c).join("")}function ly(t,e,r){if(t=St(t),t&&(r||e===n))return t.replace(Ii,"");if(!t||!(e=fe(e)))return t;var a=ke(t),c=ha(a,ke(e));return rn(a,c).join("")}function py(t,e){var r=U,a=X;if(Lt(e)){var c="separator"in e?e.separator:c;r="length"in e?lt(e.length):r,a="omission"in e?fe(e.omission):a}t=St(t);var d=t.length;if(Sn(t)){var w=ke(t);d=w.length}if(r>=d)return t;var C=r-Cn(a);if(C<1)return a;var A=w?rn(w,0,C).join(""):t.slice(0,C);if(c===n)return A+a;if(w&&(C+=A.length-C),Ls(c)){if(t.slice(C).search(c)){var O,I=A;for(c.global||(c=Ji(c.source,St(Io.exec(c))+"g")),c.lastIndex=0;O=c.exec(I);)var N=O.index;A=A.slice(0,N===n?C:N)}}else if(t.indexOf(fe(c),C)!=C){var K=A.lastIndexOf(c);K>-1&&(A=A.slice(0,K))}return A+a}function dy(t){return t=St(t),t&&Eh.test(t)?t.replace(xo,Gf):t}var gy=On(function(t,e,r){return t+(r?" ":"")+e.toUpperCase()}),Us=eu("toUpperCase");function Qu(t,e,r){return t=St(t),e=r?n:e,e===n?Ff(t)?zf(t):Rf(t):t.match(e)||[]}var tc=dt(function(t,e){try{return ce(t,n,e)}catch(r){return Is(r)?r:new ct(r)}}),vy=He(function(t,e){return ye(e,function(r){r=Pe(r),Ke(t,r,Rs(t[r],t))}),t});function yy(t){var e=t==null?0:t.length,r=nt();return t=e?It(t,function(a){if(typeof a[1]!="function")throw new me(m);return[r(a[0]),a[1]]}):[],dt(function(a){for(var c=-1;++c<e;){var d=t[c];if(ce(d[0],this,a))return ce(d[1],this,a)}})}function my(t){return Gl(we(t,y))}function Ds(t){return function(){return t}}function _y(t,e){return t==null||t!==t?e:t}var wy=ru(),by=ru(!0);function se(t){return t}function Ps(t){return Na(typeof t=="function"?t:we(t,y))}function Sy(t){return Ua(we(t,y))}function Cy(t,e){return Da(t,we(e,y))}var Ey=dt(function(t,e){return function(r){return Yn(r,t,e)}}),Ay=dt(function(t,e){return function(r){return Yn(t,r,e)}});function Fs(t,e,r){var a=Wt(e),c=Dr(e,a);r==null&&!(Lt(e)&&(c.length||!a.length))&&(r=e,e=t,t=this,c=Dr(e,Wt(e)));var d=!(Lt(r)&&"chain"in r)||!!r.chain,w=ze(t);return ye(c,function(C){var A=e[C];t[C]=A,w&&(t.prototype[C]=function(){var O=this.__chain__;if(d||O){var I=t(this.__wrapped__),N=I.__actions__=ne(this.__actions__);return N.push({func:A,args:arguments,thisArg:t}),I.__chain__=O,I}return A.apply(t,je([this.value()],arguments))})}),t}function ky(){return Gt._===this&&(Gt._=Zf),this}function Ms(){}function Ty(t){return t=lt(t),dt(function(e){return Pa(e,t)})}var xy=vs(It),Ry=vs(ia),Oy=vs(Wi);function ec(t){return Cs(t)?Ki(Pe(t)):op(t)}function Iy(t){return function(e){return t==null?n:pn(t,e)}}var Ly=su(),Ny=su(!0);function qs(){return[]}function Ws(){return!1}function By(){return{}}function Uy(){return""}function Dy(){return!0}function Py(t,e){if(t=lt(t),t<1||t>ut)return[];var r=ae,a=Jt(t,ae);e=nt(e),t-=ae;for(var c=$i(a,e);++r<t;)e(r);return c}function Fy(t){return ht(t)?It(t,Pe):le(t)?[t]:ne(bu(St(t)))}function My(t){var e=++Yf;return St(t)+e}var qy=Kr(function(t,e){return t+e},0),Wy=ys("ceil"),Ky=Kr(function(t,e){return t/e},1),Gy=ys("floor");function Hy(t){return t&&t.length?Ur(t,se,ns):n}function $y(t,e){return t&&t.length?Ur(t,nt(e,2),ns):n}function zy(t){return aa(t,se)}function Xy(t,e){return aa(t,nt(e,2))}function Jy(t){return t&&t.length?Ur(t,se,os):n}function Vy(t,e){return t&&t.length?Ur(t,nt(e,2),os):n}var Yy=Kr(function(t,e){return t*e},1),jy=ys("round"),Zy=Kr(function(t,e){return t-e},0);function Qy(t){return t&&t.length?Hi(t,se):0}function t0(t,e){return t&&t.length?Hi(t,nt(e,2)):0}return p.after=Sg,p.ary=Lu,p.assign=cv,p.assignIn=zu,p.assignInWith=ei,p.assignWith=hv,p.at=fv,p.before=Nu,p.bind=Rs,p.bindAll=vy,p.bindKey=Bu,p.castArray=Bg,p.chain=Ru,p.chunk=Gp,p.compact=Hp,p.concat=$p,p.cond=yy,p.conforms=my,p.constant=Ds,p.countBy=Qd,p.create=lv,p.curry=Uu,p.curryRight=Du,p.debounce=Pu,p.defaults=pv,p.defaultsDeep=dv,p.defer=Cg,p.delay=Eg,p.difference=zp,p.differenceBy=Xp,p.differenceWith=Jp,p.drop=Vp,p.dropRight=Yp,p.dropRightWhile=jp,p.dropWhile=Zp,p.fill=Qp,p.filter=eg,p.flatMap=ig,p.flatMapDeep=sg,p.flatMapDepth=og,p.flatten=Au,p.flattenDeep=td,p.flattenDepth=ed,p.flip=Ag,p.flow=wy,p.flowRight=by,p.fromPairs=nd,p.functions=bv,p.functionsIn=Sv,p.groupBy=ag,p.initial=id,p.intersection=sd,p.intersectionBy=od,p.intersectionWith=ad,p.invert=Ev,p.invertBy=Av,p.invokeMap=cg,p.iteratee=Ps,p.keyBy=hg,p.keys=Wt,p.keysIn=ie,p.map=Vr,p.mapKeys=Tv,p.mapValues=xv,p.matches=Sy,p.matchesProperty=Cy,p.memoize=jr,p.merge=Rv,p.mergeWith=Xu,p.method=Ey,p.methodOf=Ay,p.mixin=Fs,p.negate=Zr,p.nthArg=Ty,p.omit=Ov,p.omitBy=Iv,p.once=kg,p.orderBy=fg,p.over=xy,p.overArgs=Tg,p.overEvery=Ry,p.overSome=Oy,p.partial=Os,p.partialRight=Fu,p.partition=lg,p.pick=Lv,p.pickBy=Ju,p.property=ec,p.propertyOf=Iy,p.pull=fd,p.pullAll=Tu,p.pullAllBy=ld,p.pullAllWith=pd,p.pullAt=dd,p.range=Ly,p.rangeRight=Ny,p.rearg=xg,p.reject=gg,p.remove=gd,p.rest=Rg,p.reverse=Ts,p.sampleSize=yg,p.set=Bv,p.setWith=Uv,p.shuffle=mg,p.slice=vd,p.sortBy=bg,p.sortedUniq=Cd,p.sortedUniqBy=Ed,p.split=iy,p.spread=Og,p.tail=Ad,p.take=kd,p.takeRight=Td,p.takeRightWhile=xd,p.takeWhile=Rd,p.tap=Hd,p.throttle=Ig,p.thru=Jr,p.toArray=Gu,p.toPairs=Vu,p.toPairsIn=Yu,p.toPath=Fy,p.toPlainObject=$u,p.transform=Dv,p.unary=Lg,p.union=Od,p.unionBy=Id,p.unionWith=Ld,p.uniq=Nd,p.uniqBy=Bd,p.uniqWith=Ud,p.unset=Pv,p.unzip=xs,p.unzipWith=xu,p.update=Fv,p.updateWith=Mv,p.values=Nn,p.valuesIn=qv,p.without=Dd,p.words=Qu,p.wrap=Ng,p.xor=Pd,p.xorBy=Fd,p.xorWith=Md,p.zip=qd,p.zipObject=Wd,p.zipObjectDeep=Kd,p.zipWith=Gd,p.entries=Vu,p.entriesIn=Yu,p.extend=zu,p.extendWith=ei,Fs(p,p),p.add=qy,p.attempt=tc,p.camelCase=Hv,p.capitalize=ju,p.ceil=Wy,p.clamp=Wv,p.clone=Ug,p.cloneDeep=Pg,p.cloneDeepWith=Fg,p.cloneWith=Dg,p.conformsTo=Mg,p.deburr=Zu,p.defaultTo=_y,p.divide=Ky,p.endsWith=$v,p.eq=xe,p.escape=zv,p.escapeRegExp=Xv,p.every=tg,p.find=ng,p.findIndex=Cu,p.findKey=gv,p.findLast=rg,p.findLastIndex=Eu,p.findLastKey=vv,p.floor=Gy,p.forEach=Ou,p.forEachRight=Iu,p.forIn=yv,p.forInRight=mv,p.forOwn=_v,p.forOwnRight=wv,p.get=Ns,p.gt=qg,p.gte=Wg,p.has=Cv,p.hasIn=Bs,p.head=ku,p.identity=se,p.includes=ug,p.indexOf=rd,p.inRange=Kv,p.invoke=kv,p.isArguments=vn,p.isArray=ht,p.isArrayBuffer=Kg,p.isArrayLike=re,p.isArrayLikeObject=Bt,p.isBoolean=Gg,p.isBuffer=sn,p.isDate=Hg,p.isElement=$g,p.isEmpty=zg,p.isEqual=Xg,p.isEqualWith=Jg,p.isError=Is,p.isFinite=Vg,p.isFunction=ze,p.isInteger=Mu,p.isLength=Qr,p.isMap=qu,p.isMatch=Yg,p.isMatchWith=jg,p.isNaN=Zg,p.isNative=Qg,p.isNil=ev,p.isNull=tv,p.isNumber=Wu,p.isObject=Lt,p.isObjectLike=Nt,p.isPlainObject=nr,p.isRegExp=Ls,p.isSafeInteger=nv,p.isSet=Ku,p.isString=ti,p.isSymbol=le,p.isTypedArray=Ln,p.isUndefined=rv,p.isWeakMap=iv,p.isWeakSet=sv,p.join=ud,p.kebabCase=Jv,p.last=Se,p.lastIndexOf=cd,p.lowerCase=Vv,p.lowerFirst=Yv,p.lt=ov,p.lte=av,p.max=Hy,p.maxBy=$y,p.mean=zy,p.meanBy=Xy,p.min=Jy,p.minBy=Vy,p.stubArray=qs,p.stubFalse=Ws,p.stubObject=By,p.stubString=Uy,p.stubTrue=Dy,p.multiply=Yy,p.nth=hd,p.noConflict=ky,p.noop=Ms,p.now=Yr,p.pad=jv,p.padEnd=Zv,p.padStart=Qv,p.parseInt=ty,p.random=Gv,p.reduce=pg,p.reduceRight=dg,p.repeat=ey,p.replace=ny,p.result=Nv,p.round=jy,p.runInContext=E,p.sample=vg,p.size=_g,p.snakeCase=ry,p.some=wg,p.sortedIndex=yd,p.sortedIndexBy=md,p.sortedIndexOf=_d,p.sortedLastIndex=wd,p.sortedLastIndexBy=bd,p.sortedLastIndexOf=Sd,p.startCase=sy,p.startsWith=oy,p.subtract=Zy,p.sum=Qy,p.sumBy=t0,p.template=ay,p.times=Py,p.toFinite=Xe,p.toInteger=lt,p.toLength=Hu,p.toLower=uy,p.toNumber=Ce,p.toSafeInteger=uv,p.toString=St,p.toUpper=cy,p.trim=hy,p.trimEnd=fy,p.trimStart=ly,p.truncate=py,p.unescape=dy,p.uniqueId=My,p.upperCase=gy,p.upperFirst=Us,p.each=Ou,p.eachRight=Iu,p.first=ku,Fs(p,function(){var t={};return Ue(p,function(e,r){Ct.call(p.prototype,r)||(t[r]=e)}),t}(),{chain:!1}),p.VERSION=o,ye(["bind","bindKey","curry","curryRight","partial","partialRight"],function(t){p[t].placeholder=p}),ye(["drop","take"],function(t,e){vt.prototype[t]=function(r){r=r===n?1:Mt(lt(r),0);var a=this.__filtered__&&!e?new vt(this):this.clone();return a.__filtered__?a.__takeCount__=Jt(r,a.__takeCount__):a.__views__.push({size:Jt(r,ae),type:t+(a.__dir__<0?"Right":"")}),a},vt.prototype[t+"Right"]=function(r){return this.reverse()[t](r).reverse()}}),ye(["filter","map","takeWhile"],function(t,e){var r=e+1,a=r==B||r==At;vt.prototype[t]=function(c){var d=this.clone();return d.__iteratees__.push({iteratee:nt(c,3),type:r}),d.__filtered__=d.__filtered__||a,d}}),ye(["head","last"],function(t,e){var r="take"+(e?"Right":"");vt.prototype[t]=function(){return this[r](1).value()[0]}}),ye(["initial","tail"],function(t,e){var r="drop"+(e?"":"Right");vt.prototype[t]=function(){return this.__filtered__?new vt(this):this[r](1)}}),vt.prototype.compact=function(){return this.filter(se)},vt.prototype.find=function(t){return this.filter(t).head()},vt.prototype.findLast=function(t){return this.reverse().find(t)},vt.prototype.invokeMap=dt(function(t,e){return typeof t=="function"?new vt(this):this.map(function(r){return Yn(r,t,e)})}),vt.prototype.reject=function(t){return this.filter(Zr(nt(t)))},vt.prototype.slice=function(t,e){t=lt(t);var r=this;return r.__filtered__&&(t>0||e<0)?new vt(r):(t<0?r=r.takeRight(-t):t&&(r=r.drop(t)),e!==n&&(e=lt(e),r=e<0?r.dropRight(-e):r.take(e-t)),r)},vt.prototype.takeRightWhile=function(t){return this.reverse().takeWhile(t).reverse()},vt.prototype.toArray=function(){return this.take(ae)},Ue(vt.prototype,function(t,e){var r=/^(?:filter|find|map|reject)|While$/.test(e),a=/^(?:head|last)$/.test(e),c=p[a?"take"+(e=="last"?"Right":""):e],d=a||/^find/.test(e);c&&(p.prototype[e]=function(){var w=this.__wrapped__,C=a?[1]:arguments,A=w instanceof vt,O=C[0],I=A||ht(w),N=function(gt){var mt=c.apply(p,je([gt],C));return a&&K?mt[0]:mt};I&&r&&typeof O=="function"&&O.length!=1&&(A=I=!1);var K=this.__chain__,Y=!!this.__actions__.length,rt=d&&!K,pt=A&&!Y;if(!d&&I){w=pt?w:new vt(this);var it=t.apply(w,C);return it.__actions__.push({func:Jr,args:[N],thisArg:n}),new _e(it,K)}return rt&&pt?t.apply(this,C):(it=this.thru(N),rt?a?it.value()[0]:it.value():it)})}),ye(["pop","push","shift","sort","splice","unshift"],function(t){var e=wr[t],r=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",a=/^(?:pop|shift)$/.test(t);p.prototype[t]=function(){var c=arguments;if(a&&!this.__chain__){var d=this.value();return e.apply(ht(d)?d:[],c)}return this[r](function(w){return e.apply(ht(w)?w:[],c)})}}),Ue(vt.prototype,function(t,e){var r=p[e];if(r){var a=r.name+"";Ct.call(Tn,a)||(Tn[a]=[]),Tn[a].push({name:e,func:r})}}),Tn[Wr(n,W).name]=[{name:"wrapper",func:n}],vt.prototype.clone=dl,vt.prototype.reverse=gl,vt.prototype.value=vl,p.prototype.at=$d,p.prototype.chain=zd,p.prototype.commit=Xd,p.prototype.next=Jd,p.prototype.plant=Yd,p.prototype.reverse=jd,p.prototype.toJSON=p.prototype.valueOf=p.prototype.value=Zd,p.prototype.first=p.prototype.head,Gn&&(p.prototype[Gn]=Vd),p},En=Xf();un?((un.exports=En)._=En,Pi._=En):Gt._=En}).call(oe)}(rr,rr.exports);var cc=rr.exports;const hc={isNewStack:!1,forceNew:!0,reconnectionDelay:1e4,reconnectionDelayMax:1e4,maxReconnectAttempts:5,timeout:1e4,keepAliveTimeout:6e4,idleInterval:6e4*5,protocol:"https",transports:["websocket"],upgrade:!1,serverFetchStrategy:"static",serverType:0,useLogger:!0,loggerServer:"http://socketlog.voicenter.co",loggerConfig:{logToConsole:!0,overloadGlobalConsole:!1,namespace:"events-sdk",socketEmitInterval:1e4},loggerConnectOptions:{reconnection:!0,reconnectionDelay:5e3,reconnectionAttempts:10,perMessageDeflate:void 0,upgrade:!1,transports:["websocket"],debug:!1}};function fc(){return function s(i,n,o){function u(g,S){if(!n[g]){if(!i[g]){var v=typeof require=="function"&&require;if(!S&&v)return v(g,!0);if(h)return h(g,!0);throw new Error("Cannot find module '"+g+"'")}var _=n[g]={exports:{}};i[g][0].call(_.exports,function(y){var l=i[g][1][y];return u(l||y)},_,_.exports,s,i,n,o)}return n[g].exports}for(var h=typeof require=="function"&&require,m=0;m<o.length;m++)u(o[m]);return u}({1:[function(s,i){i.exports=s("./lib/")},{"./lib/":2}],2:[function(s,i,n){function o(v,_){typeof v=="object"&&(_=v,v=void 0),_=_||{};var y,l=u(v),f=l.source,b=l.id;return _.forceNew||_["force new connection"]||_.multiplex===!1?(g("ignoring socket cache for %s",f),y=m(f,_)):(S[b]||(g("new io instance for %s",f),S[b]=m(f,_)),y=S[b]),y.socket(l.path)}var u=s("./url"),h=s("socket.io-parser"),m=s("./manager"),g=s("debug")("socket.io-client");i.exports=n=o;var S=n.managers={};n.protocol=h.protocol,n.connect=o,n.Manager=s("./manager"),n.Socket=s("./socket")},{"./manager":3,"./socket":5,"./url":6,debug:10,"socket.io-parser":44}],3:[function(s,i){function n(l,f){return this instanceof n?(l&&typeof l=="object"&&(f=l,l=void 0),f=f||{},f.path=f.path||"/socket.io",this.nsps={},this.subs=[],this.opts=f,this.reconnection(f.reconnection!==!1),this.reconnectionAttempts(f.reconnectionAttempts||1/0),this.reconnectionDelay(f.reconnectionDelay||1e3),this.reconnectionDelayMax(f.reconnectionDelayMax||5e3),this.randomizationFactor(f.randomizationFactor||.5),this.backoff=new y({min:this.reconnectionDelay(),max:this.reconnectionDelayMax(),jitter:this.randomizationFactor()}),this.timeout(f.timeout==null?2e4:f.timeout),this.readyState="closed",this.uri=l,this.connected=[],this.encoding=!1,this.packetBuffer=[],this.encoder=new m.Encoder,this.decoder=new m.Decoder,this.autoConnect=f.autoConnect!==!1,void(this.autoConnect&&this.open())):new n(l,f)}var o=(s("./url"),s("engine.io-client")),u=s("./socket"),h=s("component-emitter"),m=s("socket.io-parser"),g=s("./on"),S=s("component-bind"),v=(s("object-component"),s("debug")("socket.io-client:manager")),_=s("indexof"),y=s("backo2");i.exports=n,n.prototype.emitAll=function(){this.emit.apply(this,arguments);for(var l in this.nsps)this.nsps[l].emit.apply(this.nsps[l],arguments)},n.prototype.updateSocketIds=function(){for(var l in this.nsps)this.nsps[l].id=this.engine.id},h(n.prototype),n.prototype.reconnection=function(l){return arguments.length?(this._reconnection=!!l,this):this._reconnection},n.prototype.reconnectionAttempts=function(l){return arguments.length?(this._reconnectionAttempts=l,this):this._reconnectionAttempts},n.prototype.reconnectionDelay=function(l){return arguments.length?(this._reconnectionDelay=l,this.backoff&&this.backoff.setMin(l),this):this._reconnectionDelay},n.prototype.randomizationFactor=function(l){return arguments.length?(this._randomizationFactor=l,this.backoff&&this.backoff.setJitter(l),this):this._randomizationFactor},n.prototype.reconnectionDelayMax=function(l){return arguments.length?(this._reconnectionDelayMax=l,this.backoff&&this.backoff.setMax(l),this):this._reconnectionDelayMax},n.prototype.timeout=function(l){return arguments.length?(this._timeout=l,this):this._timeout},n.prototype.maybeReconnectOnOpen=function(){!this.reconnecting&&this._reconnection&&this.backoff.attempts===0&&this.reconnect()},n.prototype.open=n.prototype.connect=function(l){if(v("readyState %s",this.readyState),~this.readyState.indexOf("open"))return this;v("opening %s",this.uri),this.engine=o(this.uri,this.opts);var f=this.engine,b=this;this.readyState="opening",this.skipReconnect=!1;var k=g(f,"open",function(){b.onopen(),l&&l()}),x=g(f,"error",function(V){if(v("connect_error"),b.cleanup(),b.readyState="closed",b.emitAll("connect_error",V),l){var ot=new Error("Connection error");ot.data=V,l(ot)}else b.maybeReconnectOnOpen()});if(this._timeout!==!1){var W=this._timeout;v("connect attempt will timeout after %d",W);var st=setTimeout(function(){v("connect attempt timed out after %d",W),k.destroy(),f.close(),f.emit("error","timeout"),b.emitAll("connect_timeout",W)},W);this.subs.push({destroy:function(){clearTimeout(st)}})}return this.subs.push(k),this.subs.push(x),this},n.prototype.onopen=function(){v("open"),this.cleanup(),this.readyState="open",this.emit("open");var l=this.engine;this.subs.push(g(l,"data",S(this,"ondata"))),this.subs.push(g(this.decoder,"decoded",S(this,"ondecoded"))),this.subs.push(g(l,"error",S(this,"onerror"))),this.subs.push(g(l,"close",S(this,"onclose")))},n.prototype.ondata=function(l){this.decoder.add(l)},n.prototype.ondecoded=function(l){this.emit("packet",l)},n.prototype.onerror=function(l){v("error",l),this.emitAll("error",l)},n.prototype.socket=function(l){var f=this.nsps[l];if(!f){f=new u(this,l),this.nsps[l]=f;var b=this;f.on("connect",function(){f.id=b.engine.id,~_(b.connected,f)||b.connected.push(f)})}return f},n.prototype.destroy=function(l){var f=_(this.connected,l);~f&&this.connected.splice(f,1),this.connected.length||this.close()},n.prototype.packet=function(l){v("writing packet %j",l);var f=this;f.encoding?f.packetBuffer.push(l):(f.encoding=!0,this.encoder.encode(l,function(b){for(var k=0;k<b.length;k++)f.engine.write(b[k]);f.encoding=!1,f.processPacketQueue()}))},n.prototype.processPacketQueue=function(){if(this.packetBuffer.length>0&&!this.encoding){var l=this.packetBuffer.shift();this.packet(l)}},n.prototype.cleanup=function(){for(var l;l=this.subs.shift();)l.destroy();this.packetBuffer=[],this.encoding=!1,this.decoder.destroy()},n.prototype.close=n.prototype.disconnect=function(){this.skipReconnect=!0,this.backoff.reset(),this.readyState="closed",this.engine&&this.engine.close()},n.prototype.onclose=function(l){v("close"),this.cleanup(),this.backoff.reset(),this.readyState="closed",this.emit("close",l),this._reconnection&&!this.skipReconnect&&this.reconnect()},n.prototype.reconnect=function(){if(this.reconnecting||this.skipReconnect)return this;var l=this;if(this.backoff.attempts>=this._reconnectionAttempts)v("reconnect failed"),this.backoff.reset(),this.emitAll("reconnect_failed"),this.reconnecting=!1;else{var f=this.backoff.duration();v("will wait %dms before reconnect attempt",f),this.reconnecting=!0;var b=setTimeout(function(){l.skipReconnect||(v("attempting reconnect"),l.emitAll("reconnect_attempt",l.backoff.attempts),l.emitAll("reconnecting",l.backoff.attempts),l.skipReconnect||l.open(function(k){k?(v("reconnect attempt error"),l.reconnecting=!1,l.reconnect(),l.emitAll("reconnect_error",k.data)):(v("reconnect success"),l.onreconnect())}))},f);this.subs.push({destroy:function(){clearTimeout(b)}})}},n.prototype.onreconnect=function(){var l=this.backoff.attempts;this.reconnecting=!1,this.backoff.reset(),this.updateSocketIds(),this.emitAll("reconnect",l)}},{"./on":4,"./socket":5,"./url":6,backo2:7,"component-bind":8,"component-emitter":9,debug:10,"engine.io-client":11,indexof:40,"object-component":41,"socket.io-parser":44}],4:[function(s,i){function n(o,u,h){return o.on(u,h),{destroy:function(){o.removeListener(u,h)}}}i.exports=n},{}],5:[function(s,i,n){function o(f,b){this.io=f,this.nsp=b,this.json=this,this.ids=0,this.acks={},this.io.autoConnect&&this.open(),this.receiveBuffer=[],this.sendBuffer=[],this.connected=!1,this.disconnected=!0}var u=s("socket.io-parser"),h=s("component-emitter"),m=s("to-array"),g=s("./on"),S=s("component-bind"),v=s("debug")("socket.io-client:socket"),_=s("has-binary");i.exports=o;var y={connect:1,connect_error:1,connect_timeout:1,disconnect:1,error:1,reconnect:1,reconnect_attempt:1,reconnect_failed:1,reconnect_error:1,reconnecting:1},l=h.prototype.emit;h(o.prototype),o.prototype.subEvents=function(){if(!this.subs){var f=this.io;this.subs=[g(f,"open",S(this,"onopen")),g(f,"packet",S(this,"onpacket")),g(f,"close",S(this,"onclose"))]}},o.prototype.open=o.prototype.connect=function(){return this.connected?this:(this.subEvents(),this.io.open(),this.io.readyState=="open"&&this.onopen(),this)},o.prototype.send=function(){var f=m(arguments);return f.unshift("message"),this.emit.apply(this,f),this},o.prototype.emit=function(f){if(y.hasOwnProperty(f))return l.apply(this,arguments),this;var b=m(arguments),k=u.EVENT;_(b)&&(k=u.BINARY_EVENT);var x={type:k,data:b};return typeof b[b.length-1]=="function"&&(v("emitting packet with ack id %d",this.ids),this.acks[this.ids]=b.pop(),x.id=this.ids++),this.connected?this.packet(x):this.sendBuffer.push(x),this},o.prototype.packet=function(f){f.nsp=this.nsp,this.io.packet(f)},o.prototype.onopen=function(){v("transport is open - connecting"),this.nsp!="/"&&this.packet({type:u.CONNECT})},o.prototype.onclose=function(f){v("close (%s)",f),this.connected=!1,this.disconnected=!0,delete this.id,this.emit("disconnect",f)},o.prototype.onpacket=function(f){if(f.nsp==this.nsp)switch(f.type){case u.CONNECT:this.onconnect();break;case u.EVENT:this.onevent(f);break;case u.BINARY_EVENT:this.onevent(f);break;case u.ACK:this.onack(f);break;case u.BINARY_ACK:this.onack(f);break;case u.DISCONNECT:this.ondisconnect();break;case u.ERROR:this.emit("error",f.data)}},o.prototype.onevent=function(f){var b=f.data||[];v("emitting event %j",b),f.id!=null&&(v("attaching ack callback to event"),b.push(this.ack(f.id))),this.connected?l.apply(this,b):this.receiveBuffer.push(b)},o.prototype.ack=function(f){var b=this,k=!1;return function(){if(!k){k=!0;var x=m(arguments);v("sending ack %j",x);var W=_(x)?u.BINARY_ACK:u.ACK;b.packet({type:W,id:f,data:x})}}},o.prototype.onack=function(f){v("calling ack %s with %j",f.id,f.data);var b=this.acks[f.id];b.apply(this,f.data),delete this.acks[f.id]},o.prototype.onconnect=function(){this.connected=!0,this.disconnected=!1,this.emit("connect"),this.emitBuffered()},o.prototype.emitBuffered=function(){var f;for(f=0;f<this.receiveBuffer.length;f++)l.apply(this,this.receiveBuffer[f]);for(this.receiveBuffer=[],f=0;f<this.sendBuffer.length;f++)this.packet(this.sendBuffer[f]);this.sendBuffer=[]},o.prototype.ondisconnect=function(){v("server disconnect (%s)",this.nsp),this.destroy(),this.onclose("io server disconnect")},o.prototype.destroy=function(){if(this.subs){for(var f=0;f<this.subs.length;f++)this.subs[f].destroy();this.subs=null}this.io.destroy(this)},o.prototype.close=o.prototype.disconnect=function(){return this.connected&&(v("performing disconnect (%s)",this.nsp),this.packet({type:u.DISCONNECT})),this.destroy(),this.connected&&this.onclose("io client disconnect"),this}},{"./on":4,"component-bind":8,"component-emitter":9,debug:10,"has-binary":36,"socket.io-parser":44,"to-array":48}],6:[function(s,i){(function(n){function o(m,v){var S=m,v=v||n.location;return m==null&&(m=v.protocol+"//"+v.host),typeof m=="string"&&(m.charAt(0)=="/"&&(m=m.charAt(1)=="/"?v.protocol+m:v.hostname+m),/^(https?|wss?):\/\//.test(m)||(h("protocol-less url %s",m),m=typeof v<"u"?v.protocol+"//"+m:"https://"+m),h("parse %s",m),S=u(m)),S.port||(/^(http|ws)$/.test(S.protocol)?S.port="80":/^(http|ws)s$/.test(S.protocol)&&(S.port="443")),S.path=S.path||"/",S.id=S.protocol+"://"+S.host+":"+S.port,S.href=S.protocol+"://"+S.host+(v&&v.port==S.port?"":":"+S.port),S}var u=s("parseuri"),h=s("debug")("socket.io-client:url");i.exports=o}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{debug:10,parseuri:42}],7:[function(s,i){function n(o){o=o||{},this.ms=o.min||100,this.max=o.max||1e4,this.factor=o.factor||2,this.jitter=o.jitter>0&&o.jitter<=1?o.jitter:0,this.attempts=0}i.exports=n,n.prototype.duration=function(){var o=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var u=Math.random(),h=Math.floor(u*this.jitter*o);o=1&Math.floor(10*u)?o+h:o-h}return 0|Math.min(o,this.max)},n.prototype.reset=function(){this.attempts=0},n.prototype.setMin=function(o){this.ms=o},n.prototype.setMax=function(o){this.max=o},n.prototype.setJitter=function(o){this.jitter=o}},{}],8:[function(s,i){var n=[].slice;i.exports=function(o,u){if(typeof u=="string"&&(u=o[u]),typeof u!="function")throw new Error("bind() requires a function");var h=n.call(arguments,2);return function(){return u.apply(o,h.concat(n.call(arguments)))}}},{}],9:[function(s,i){function n(u){return u?o(u):void 0}function o(u){for(var h in n.prototype)u[h]=n.prototype[h];return u}i.exports=n,n.prototype.on=n.prototype.addEventListener=function(u,h){return this._callbacks=this._callbacks||{},(this._callbacks[u]=this._callbacks[u]||[]).push(h),this},n.prototype.once=function(u,h){function m(){g.off(u,m),h.apply(this,arguments)}var g=this;return this._callbacks=this._callbacks||{},m.fn=h,this.on(u,m),this},n.prototype.off=n.prototype.removeListener=n.prototype.removeAllListeners=n.prototype.removeEventListener=function(u,h){if(this._callbacks=this._callbacks||{},arguments.length==0)return this._callbacks={},this;var m=this._callbacks[u];if(!m)return this;if(arguments.length==1)return delete this._callbacks[u],this;for(var g,S=0;S<m.length;S++)if(g=m[S],g===h||g.fn===h){m.splice(S,1);break}return this},n.prototype.emit=function(u){this._callbacks=this._callbacks||{};var h=[].slice.call(arguments,1),m=this._callbacks[u];if(m){m=m.slice(0);for(var g=0,S=m.length;S>g;++g)m[g].apply(this,h)}return this},n.prototype.listeners=function(u){return this._callbacks=this._callbacks||{},this._callbacks[u]||[]},n.prototype.hasListeners=function(u){return!!this.listeners(u).length}},{}],10:[function(s,i){function n(u){return n.enabled(u)?function(h){h=o(h);var m=new Date,g=m-(n[u]||m);n[u]=m,h=u+" "+h+" +"+n.humanize(g),window.console&&console.log&&Function.prototype.apply.call(console.log,console,arguments)}:function(){}}function o(u){return u instanceof Error?u.stack||u.message:u}i.exports=n,n.names=[],n.skips=[],n.enable=function(u){try{localStorage.debug=u}catch{}for(var h=(u||"").split(/[\s,]+/),m=h.length,g=0;m>g;g++)u=h[g].replace("*",".*?"),u[0]==="-"?n.skips.push(new RegExp("^"+u.substr(1)+"$")):n.names.push(new RegExp("^"+u+"$"))},n.disable=function(){n.enable("")},n.humanize=function(u){var h=1e3,m=6e4,g=60*m;return u>=g?(u/g).toFixed(1)+"h":u>=m?(u/m).toFixed(1)+"m":u>=h?(u/h|0)+"s":u+"ms"},n.enabled=function(u){for(var h=0,m=n.skips.length;m>h;h++)if(n.skips[h].test(u))return!1;for(var h=0,m=n.names.length;m>h;h++)if(n.names[h].test(u))return!0;return!1};try{window.localStorage&&n.enable(localStorage.debug)}catch{}},{}],11:[function(s,i){i.exports=s("./lib/")},{"./lib/":12}],12:[function(s,i){i.exports=s("./socket"),i.exports.parser=s("engine.io-parser")},{"./socket":13,"engine.io-parser":25}],13:[function(s,i){(function(n){function o(f,b){if(!(this instanceof o))return new o(f,b);if(b=b||{},f&&typeof f=="object"&&(b=f,f=null),f&&(f=_(f),b.host=f.host,b.secure=f.protocol=="https"||f.protocol=="wss",b.port=f.port,f.query&&(b.query=f.query)),this.secure=b.secure!=null?b.secure:n.location&&location.protocol=="https:",b.host){var k=b.host.split(":");b.hostname=k.shift(),k.length?b.port=k.pop():b.port||(b.port=this.secure?"443":"80")}this.agent=b.agent||!1,this.hostname=b.hostname||(n.location?location.hostname:"localhost"),this.port=b.port||(n.location&&location.port?location.port:this.secure?443:80),this.query=b.query||{},typeof this.query=="string"&&(this.query=l.decode(this.query)),this.upgrade=b.upgrade!==!1,this.path=(b.path||"/engine.io").replace(/\/$/,"")+"/",this.forceJSONP=!!b.forceJSONP,this.jsonp=b.jsonp!==!1,this.forceBase64=!!b.forceBase64,this.enablesXDR=!!b.enablesXDR,this.timestampParam=b.timestampParam||"t",this.timestampRequests=b.timestampRequests,this.transports=b.transports||["polling","websocket"],this.readyState="",this.writeBuffer=[],this.callbackBuffer=[],this.policyPort=b.policyPort||843,this.rememberUpgrade=b.rememberUpgrade||!1,this.binaryType=null,this.onlyBinaryUpgrades=b.onlyBinaryUpgrades,this.pfx=b.pfx||null,this.key=b.key||null,this.passphrase=b.passphrase||null,this.cert=b.cert||null,this.ca=b.ca||null,this.ciphers=b.ciphers||null,this.rejectUnauthorized=b.rejectUnauthorized||null,this.open()}function u(f){var b={};for(var k in f)f.hasOwnProperty(k)&&(b[k]=f[k]);return b}var h=s("./transports"),m=s("component-emitter"),g=s("debug")("engine.io-client:socket"),S=s("indexof"),v=s("engine.io-parser"),_=s("parseuri"),y=s("parsejson"),l=s("parseqs");i.exports=o,o.priorWebsocketSuccess=!1,m(o.prototype),o.protocol=v.protocol,o.Socket=o,o.Transport=s("./transport"),o.transports=s("./transports"),o.parser=s("engine.io-parser"),o.prototype.createTransport=function(f){g('creating transport "%s"',f);var b=u(this.query);b.EIO=v.protocol,b.transport=f,this.id&&(b.sid=this.id);var k=new h[f]({agent:this.agent,hostname:this.hostname,port:this.port,secure:this.secure,path:this.path,query:b,forceJSONP:this.forceJSONP,jsonp:this.jsonp,forceBase64:this.forceBase64,enablesXDR:this.enablesXDR,timestampRequests:this.timestampRequests,timestampParam:this.timestampParam,policyPort:this.policyPort,socket:this,pfx:this.pfx,key:this.key,passphrase:this.passphrase,cert:this.cert,ca:this.ca,ciphers:this.ciphers,rejectUnauthorized:this.rejectUnauthorized});return k},o.prototype.open=function(){var b;if(this.rememberUpgrade&&o.priorWebsocketSuccess&&this.transports.indexOf("websocket")!=-1)b="websocket";else{if(this.transports.length==0){var f=this;return void setTimeout(function(){f.emit("error","No transports available")},0)}b=this.transports[0]}this.readyState="opening";var b;try{b=this.createTransport(b)}catch{return this.transports.shift(),void this.open()}b.open(),this.setTransport(b)},o.prototype.setTransport=function(f){g("setting transport %s",f.name);var b=this;this.transport&&(g("clearing existing transport %s",this.transport.name),this.transport.removeAllListeners()),this.transport=f,f.on("drain",function(){b.onDrain()}).on("packet",function(k){b.onPacket(k)}).on("error",function(k){b.onError(k)}).on("close",function(){b.onClose("transport close")})},o.prototype.probe=function(f){function b(){if(M.onlyBinaryUpgrades){var G=!this.supportsBinary&&M.transport.supportsBinary;D=D||G}D||(g('probe transport "%s" opened',f),H.send([{type:"ping",data:"probe"}]),H.once("packet",function(L){if(!D)if(L.type=="pong"&&L.data=="probe"){if(g('probe transport "%s" pong',f),M.upgrading=!0,M.emit("upgrading",H),!H)return;o.priorWebsocketSuccess=H.name=="websocket",g('pausing current transport "%s"',M.transport.name),M.transport.pause(function(){D||M.readyState!="closed"&&(g("changing transport and sending upgrade packet"),ot(),M.setTransport(H),H.send([{type:"upgrade"}]),M.emit("upgrade",H),H=null,M.upgrading=!1,M.flush())})}else{g('probe transport "%s" failed',f);var U=new Error("probe error");U.transport=H.name,M.emit("upgradeError",U)}}))}function k(){D||(D=!0,ot(),H.close(),H=null)}function x(G){var L=new Error("probe error: "+G);L.transport=H.name,k(),g('probe transport "%s" failed because of error: %s',f,G),M.emit("upgradeError",L)}function W(){x("transport closed")}function st(){x("socket closed")}function V(G){H&&G.name!=H.name&&(g('"%s" works - aborting "%s"',G.name,H.name),k())}function ot(){H.removeListener("open",b),H.removeListener("error",x),H.removeListener("close",W),M.removeListener("close",st),M.removeListener("upgrading",V)}g('probing transport "%s"',f);var H=this.createTransport(f,{probe:1}),D=!1,M=this;o.priorWebsocketSuccess=!1,H.once("open",b),H.once("error",x),H.once("close",W),this.once("close",st),this.once("upgrading",V),H.open()},o.prototype.onOpen=function(){if(g("socket open"),this.readyState="open",o.priorWebsocketSuccess=this.transport.name=="websocket",this.emit("open"),this.flush(),this.readyState=="open"&&this.upgrade&&this.transport.pause){g("starting upgrade probes");for(var f=0,b=this.upgrades.length;b>f;f++)this.probe(this.upgrades[f])}},o.prototype.onPacket=function(f){if(this.readyState=="opening"||this.readyState=="open")switch(g('socket receive: type "%s", data "%s"',f.type,f.data),this.emit("packet",f),this.emit("heartbeat"),f.type){case"open":this.onHandshake(y(f.data));break;case"pong":this.setPing();break;case"error":var b=new Error("server error");b.code=f.data,this.emit("error",b);break;case"message":this.emit("data",f.data),this.emit("message",f.data)}else g('packet received with socket readyState "%s"',this.readyState)},o.prototype.onHandshake=function(f){this.emit("handshake",f),this.id=f.sid,this.transport.query.sid=f.sid,this.upgrades=this.filterUpgrades(f.upgrades),this.pingInterval=f.pingInterval,this.pingTimeout=f.pingTimeout,this.onOpen(),this.readyState!="closed"&&(this.setPing(),this.removeListener("heartbeat",this.onHeartbeat),this.on("heartbeat",this.onHeartbeat))},o.prototype.onHeartbeat=function(f){clearTimeout(this.pingTimeoutTimer);var b=this;b.pingTimeoutTimer=setTimeout(function(){b.readyState!="closed"&&b.onClose("ping timeout")},f||b.pingInterval+b.pingTimeout)},o.prototype.setPing=function(){var f=this;clearTimeout(f.pingIntervalTimer),f.pingIntervalTimer=setTimeout(function(){g("writing ping packet - expecting pong within %sms",f.pingTimeout),f.ping(),f.onHeartbeat(f.pingTimeout)},f.pingInterval)},o.prototype.ping=function(){this.sendPacket("ping")},o.prototype.onDrain=function(){for(var f=0;f<this.prevBufferLen;f++)this.callbackBuffer[f]&&this.callbackBuffer[f]();this.writeBuffer.splice(0,this.prevBufferLen),this.callbackBuffer.splice(0,this.prevBufferLen),this.prevBufferLen=0,this.writeBuffer.length==0?this.emit("drain"):this.flush()},o.prototype.flush=function(){this.readyState!="closed"&&this.transport.writable&&!this.upgrading&&this.writeBuffer.length&&(g("flushing %d packets in socket",this.writeBuffer.length),this.transport.send(this.writeBuffer),this.prevBufferLen=this.writeBuffer.length,this.emit("flush"))},o.prototype.write=o.prototype.send=function(f,b){return this.sendPacket("message",f,b),this},o.prototype.sendPacket=function(f,b,k){if(this.readyState!="closing"&&this.readyState!="closed"){var x={type:f,data:b};this.emit("packetCreate",x),this.writeBuffer.push(x),this.callbackBuffer.push(k),this.flush()}},o.prototype.close=function(){function f(){x.onClose("forced close"),g("socket closing - telling transport to close"),x.transport.close()}function b(){x.removeListener("upgrade",b),x.removeListener("upgradeError",b),f()}function k(){x.once("upgrade",b),x.once("upgradeError",b)}if(this.readyState=="opening"||this.readyState=="open"){this.readyState="closing";var x=this;this.writeBuffer.length?this.once("drain",function(){this.upgrading?k():f()}):this.upgrading?k():f()}return this},o.prototype.onError=function(f){g("socket error %j",f),o.priorWebsocketSuccess=!1,this.emit("error",f),this.onClose("transport error",f)},o.prototype.onClose=function(f,b){if(this.readyState=="opening"||this.readyState=="open"||this.readyState=="closing"){g('socket close with reason: "%s"',f);var k=this;clearTimeout(this.pingIntervalTimer),clearTimeout(this.pingTimeoutTimer),setTimeout(function(){k.writeBuffer=[],k.callbackBuffer=[],k.prevBufferLen=0},0),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),this.readyState="closed",this.id=null,this.emit("close",f,b)}},o.prototype.filterUpgrades=function(f){for(var b=[],k=0,x=f.length;x>k;k++)~S(this.transports,f[k])&&b.push(f[k]);return b}}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{"./transport":14,"./transports":15,"component-emitter":9,debug:22,"engine.io-parser":25,indexof:40,parsejson:32,parseqs:33,parseuri:34}],14:[function(s,i){function n(h){this.path=h.path,this.hostname=h.hostname,this.port=h.port,this.secure=h.secure,this.query=h.query,this.timestampParam=h.timestampParam,this.timestampRequests=h.timestampRequests,this.readyState="",this.agent=h.agent||!1,this.socket=h.socket,this.enablesXDR=h.enablesXDR,this.pfx=h.pfx,this.key=h.key,this.passphrase=h.passphrase,this.cert=h.cert,this.ca=h.ca,this.ciphers=h.ciphers,this.rejectUnauthorized=h.rejectUnauthorized}var o=s("engine.io-parser"),u=s("component-emitter");i.exports=n,u(n.prototype),n.timestamps=0,n.prototype.onError=function(h,m){var g=new Error(h);return g.type="TransportError",g.description=m,this.emit("error",g),this},n.prototype.open=function(){return(this.readyState=="closed"||this.readyState=="")&&(this.readyState="opening",this.doOpen()),this},n.prototype.close=function(){return(this.readyState=="opening"||this.readyState=="open")&&(this.doClose(),this.onClose()),this},n.prototype.send=function(h){if(this.readyState!="open")throw new Error("Transport not open");this.write(h)},n.prototype.onOpen=function(){this.readyState="open",this.writable=!0,this.emit("open")},n.prototype.onData=function(h){var m=o.decodePacket(h,this.socket.binaryType);this.onPacket(m)},n.prototype.onPacket=function(h){this.emit("packet",h)},n.prototype.onClose=function(){this.readyState="closed",this.emit("close")}},{"component-emitter":9,"engine.io-parser":25}],15:[function(s,i,n){(function(o){function u(v){var _,y=!1,l=!1,f=v.jsonp!==!1;if(o.location){var b=location.protocol=="https:",k=location.port;k||(k=b?443:80),y=v.hostname!=location.hostname||k!=v.port,l=v.secure!=b}if(v.xdomain=y,v.xscheme=l,_=new h(v),"open"in _&&!v.forceJSONP)return new m(v);if(!f)throw new Error("JSONP disabled");return new g(v)}var h=s("xmlhttprequest"),m=s("./polling-xhr"),g=s("./polling-jsonp"),S=s("./websocket");n.polling=u,n.websocket=S}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{"./polling-jsonp":16,"./polling-xhr":17,"./websocket":19,xmlhttprequest:20}],16:[function(s,i){(function(n){function o(){}function u(_){h.call(this,_),this.query=this.query||{},g||(n.___eio||(n.___eio=[]),g=n.___eio),this.index=g.length;var y=this;g.push(function(l){y.onData(l)}),this.query.j=this.index,n.document&&n.addEventListener&&n.addEventListener("beforeunload",function(){y.script&&(y.script.onerror=o)},!1)}var h=s("./polling"),m=s("component-inherit");i.exports=u;var g,S=/\n/g,v=/\\n/g;m(u,h),u.prototype.supportsBinary=!1,u.prototype.doClose=function(){this.script&&(this.script.parentNode.removeChild(this.script),this.script=null),this.form&&(this.form.parentNode.removeChild(this.form),this.form=null,this.iframe=null),h.prototype.doClose.call(this)},u.prototype.doPoll=function(){var _=this,y=document.createElement("script");this.script&&(this.script.parentNode.removeChild(this.script),this.script=null),y.async=!0,y.src=this.uri(),y.onerror=function(b){_.onError("jsonp poll error",b)};var l=document.getElementsByTagName("script")[0];l.parentNode.insertBefore(y,l),this.script=y;var f=typeof navigator<"u"&&/gecko/i.test(navigator.userAgent);f&&setTimeout(function(){var b=document.createElement("iframe");document.body.appendChild(b),document.body.removeChild(b)},100)},u.prototype.doWrite=function(_,y){function l(){f(),y()}function f(){if(b.iframe)try{b.form.removeChild(b.iframe)}catch(ot){b.onError("jsonp polling iframe removal error",ot)}try{var V='<iframe src="javascript:0" name="'+b.iframeId+'">';k=document.createElement(V)}catch{k=document.createElement("iframe"),k.name=b.iframeId,k.src="javascript:0"}k.id=b.iframeId,b.form.appendChild(k),b.iframe=k}var b=this;if(!this.form){var k,x=document.createElement("form"),W=document.createElement("textarea"),st=this.iframeId="eio_iframe_"+this.index;x.className="socketio",x.style.position="absolute",x.style.top="-1000px",x.style.left="-1000px",x.target=st,x.method="POST",x.setAttribute("accept-charset","utf-8"),W.name="d",x.appendChild(W),document.body.appendChild(x),this.form=x,this.area=W}this.form.action=this.uri(),f(),_=_.replace(v,`\\
|
|
33
|
-
`),this.area.value=_.replace(S,"\\n");try{this.form.submit()}catch{}this.iframe.attachEvent?this.iframe.onreadystatechange=function(){b.iframe.readyState=="complete"&&l()}:this.iframe.onload=l}}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{"./polling":18,"component-inherit":21}],17:[function(s,i){(function(n){function o(){}function u(l){if(S.call(this,l),n.location){var f=location.protocol=="https:",b=location.port;b||(b=f?443:80),this.xd=l.hostname!=n.location.hostname||b!=l.port,this.xs=l.secure!=f}}function h(l){this.method=l.method||"GET",this.uri=l.uri,this.xd=!!l.xd,this.xs=!!l.xs,this.async=l.async!==!1,this.data=l.data!=null?l.data:null,this.agent=l.agent,this.isBinary=l.isBinary,this.supportsBinary=l.supportsBinary,this.enablesXDR=l.enablesXDR,this.pfx=l.pfx,this.key=l.key,this.passphrase=l.passphrase,this.cert=l.cert,this.ca=l.ca,this.ciphers=l.ciphers,this.rejectUnauthorized=l.rejectUnauthorized,this.create()}function m(){for(var l in h.requests)h.requests.hasOwnProperty(l)&&h.requests[l].abort()}var g=s("xmlhttprequest"),S=s("./polling"),v=s("component-emitter"),_=s("component-inherit"),y=s("debug")("engine.io-client:polling-xhr");i.exports=u,i.exports.Request=h,_(u,S),u.prototype.supportsBinary=!0,u.prototype.request=function(l){return l=l||{},l.uri=this.uri(),l.xd=this.xd,l.xs=this.xs,l.agent=this.agent||!1,l.supportsBinary=this.supportsBinary,l.enablesXDR=this.enablesXDR,l.pfx=this.pfx,l.key=this.key,l.passphrase=this.passphrase,l.cert=this.cert,l.ca=this.ca,l.ciphers=this.ciphers,l.rejectUnauthorized=this.rejectUnauthorized,new h(l)},u.prototype.doWrite=function(l,f){var b=typeof l!="string"&&l!==void 0,k=this.request({method:"POST",data:l,isBinary:b}),x=this;k.on("success",f),k.on("error",function(W){x.onError("xhr post error",W)}),this.sendXhr=k},u.prototype.doPoll=function(){y("xhr poll");var l=this.request(),f=this;l.on("data",function(b){f.onData(b)}),l.on("error",function(b){f.onError("xhr poll error",b)}),this.pollXhr=l},v(h.prototype),h.prototype.create=function(){var l={agent:this.agent,xdomain:this.xd,xscheme:this.xs,enablesXDR:this.enablesXDR};l.pfx=this.pfx,l.key=this.key,l.passphrase=this.passphrase,l.cert=this.cert,l.ca=this.ca,l.ciphers=this.ciphers,l.rejectUnauthorized=this.rejectUnauthorized;var f=this.xhr=new g(l),b=this;try{if(y("xhr open %s: %s",this.method,this.uri),f.open(this.method,this.uri,this.async),this.supportsBinary&&(f.responseType="arraybuffer"),this.method=="POST")try{this.isBinary?f.setRequestHeader("Content-type","application/octet-stream"):f.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch{}"withCredentials"in f&&(f.withCredentials=!0),this.hasXDR()?(f.onload=function(){b.onLoad()},f.onerror=function(){b.onError(f.responseText)}):f.onreadystatechange=function(){f.readyState==4&&(f.status==200||f.status==1223?b.onLoad():setTimeout(function(){b.onError(f.status)},0))},y("xhr data %s",this.data),f.send(this.data)}catch(k){return void setTimeout(function(){b.onError(k)},0)}n.document&&(this.index=h.requestsCount++,h.requests[this.index]=this)},h.prototype.onSuccess=function(){this.emit("success"),this.cleanup()},h.prototype.onData=function(l){this.emit("data",l),this.onSuccess()},h.prototype.onError=function(l){this.emit("error",l),this.cleanup(!0)},h.prototype.cleanup=function(l){if(typeof this.xhr<"u"&&this.xhr!==null){if(this.hasXDR()?this.xhr.onload=this.xhr.onerror=o:this.xhr.onreadystatechange=o,l)try{this.xhr.abort()}catch{}n.document&&delete h.requests[this.index],this.xhr=null}},h.prototype.onLoad=function(){var l;try{var f;try{f=this.xhr.getResponseHeader("Content-Type").split(";")[0]}catch{}l=f==="application/octet-stream"?this.xhr.response:this.supportsBinary?"ok":this.xhr.responseText}catch(b){this.onError(b)}l!=null&&this.onData(l)},h.prototype.hasXDR=function(){return typeof n.XDomainRequest<"u"&&!this.xs&&this.enablesXDR},h.prototype.abort=function(){this.cleanup()},n.document&&(h.requestsCount=0,h.requests={},n.attachEvent?n.attachEvent("onunload",m):n.addEventListener&&n.addEventListener("beforeunload",m,!1))}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{"./polling":18,"component-emitter":9,"component-inherit":21,debug:22,xmlhttprequest:20}],18:[function(s,i){function n(v){var _=v&&v.forceBase64;(!S||_)&&(this.supportsBinary=!1),o.call(this,v)}var o=s("../transport"),u=s("parseqs"),h=s("engine.io-parser"),m=s("component-inherit"),g=s("debug")("engine.io-client:polling");i.exports=n;var S=function(){var v=s("xmlhttprequest"),_=new v({xdomain:!1});return _.responseType!=null}();m(n,o),n.prototype.name="polling",n.prototype.doOpen=function(){this.poll()},n.prototype.pause=function(v){function _(){g("paused"),y.readyState="paused",v()}var y=this;if(this.readyState="pausing",this.polling||!this.writable){var l=0;this.polling&&(g("we are currently polling - waiting to pause"),l++,this.once("pollComplete",function(){g("pre-pause polling complete"),--l||_()})),this.writable||(g("we are currently writing - waiting to pause"),l++,this.once("drain",function(){g("pre-pause writing complete"),--l||_()}))}else _()},n.prototype.poll=function(){g("polling"),this.polling=!0,this.doPoll(),this.emit("poll")},n.prototype.onData=function(v){var _=this;g("polling got data %s",v);var y=function(l){return _.readyState=="opening"&&_.onOpen(),l.type=="close"?(_.onClose(),!1):void _.onPacket(l)};h.decodePayload(v,this.socket.binaryType,y),this.readyState!="closed"&&(this.polling=!1,this.emit("pollComplete"),this.readyState=="open"?this.poll():g('ignoring poll - transport state "%s"',this.readyState))},n.prototype.doClose=function(){function v(){g("writing close packet"),_.write([{type:"close"}])}var _=this;this.readyState=="open"?(g("transport open - closing"),v()):(g("transport not open - deferring close"),this.once("open",v))},n.prototype.write=function(v){var y=this;this.writable=!1;var _=function(){y.writable=!0,y.emit("drain")},y=this;h.encodePayload(v,this.supportsBinary,function(l){y.doWrite(l,_)})},n.prototype.uri=function(){var v=this.query||{},_=this.secure?"https":"http",y="";return this.timestampRequests!==!1&&(v[this.timestampParam]=+new Date+"-"+o.timestamps++),this.supportsBinary||v.sid||(v.b64=1),v=u.encode(v),this.port&&(_=="https"&&this.port!=443||_=="http"&&this.port!=80)&&(y=":"+this.port),v.length&&(v="?"+v),_+"://"+this.hostname+y+this.path+v}},{"../transport":14,"component-inherit":21,debug:22,"engine.io-parser":25,parseqs:33,xmlhttprequest:20}],19:[function(s,i){function n(v){var _=v&&v.forceBase64;_&&(this.supportsBinary=!1),o.call(this,v)}var o=s("../transport"),u=s("engine.io-parser"),h=s("parseqs"),m=s("component-inherit"),g=s("debug")("engine.io-client:websocket"),S=s("ws");i.exports=n,m(n,o),n.prototype.name="websocket",n.prototype.supportsBinary=!0,n.prototype.doOpen=function(){if(this.check()){var v=this.uri(),_=void 0,y={agent:this.agent};y.pfx=this.pfx,y.key=this.key,y.passphrase=this.passphrase,y.cert=this.cert,y.ca=this.ca,y.ciphers=this.ciphers,y.rejectUnauthorized=this.rejectUnauthorized,this.ws=new S(v,_,y),this.ws.binaryType===void 0&&(this.supportsBinary=!1),this.ws.binaryType="arraybuffer",this.addEventListeners()}},n.prototype.addEventListeners=function(){var v=this;this.ws.onopen=function(){v.onOpen()},this.ws.onclose=function(){v.onClose()},this.ws.onmessage=function(_){v.onData(_.data)},this.ws.onerror=function(_){v.onError("websocket error",_)}},typeof navigator<"u"&&/iPad|iPhone|iPod/i.test(navigator.userAgent)&&(n.prototype.onData=function(v){var _=this;setTimeout(function(){o.prototype.onData.call(_,v)},0)}),n.prototype.write=function(v){function _(){y.writable=!0,y.emit("drain")}var y=this;this.writable=!1;for(var l=0,f=v.length;f>l;l++)u.encodePacket(v[l],this.supportsBinary,function(b){try{y.ws.send(b)}catch{g("websocket closed before onclose event")}});setTimeout(_,0)},n.prototype.onClose=function(){o.prototype.onClose.call(this)},n.prototype.doClose=function(){typeof this.ws<"u"&&this.ws.close()},n.prototype.uri=function(){var v=this.query||{},_=this.secure?"wss":"ws",y="";return this.port&&(_=="wss"&&this.port!=443||_=="ws"&&this.port!=80)&&(y=":"+this.port),this.timestampRequests&&(v[this.timestampParam]=+new Date),this.supportsBinary||(v.b64=1),v=h.encode(v),v.length&&(v="?"+v),_+"://"+this.hostname+y+this.path+v},n.prototype.check=function(){return!(!S||"__initialize"in S&&this.name===n.prototype.name)}},{"../transport":14,"component-inherit":21,debug:22,"engine.io-parser":25,parseqs:33,ws:35}],20:[function(s,i){var n=s("has-cors");i.exports=function(o){var u=o.xdomain,h=o.xscheme,m=o.enablesXDR;try{if(typeof XMLHttpRequest<"u"&&(!u||n))return new XMLHttpRequest}catch{}try{if(typeof XDomainRequest<"u"&&!h&&m)return new XDomainRequest}catch{}if(!u)try{return new ActiveXObject("Microsoft.XMLHTTP")}catch{}}},{"has-cors":38}],21:[function(s,i){i.exports=function(n,o){var u=function(){};u.prototype=o.prototype,n.prototype=new u,n.prototype.constructor=n}},{}],22:[function(s,i,n){function o(){return"WebkitAppearance"in document.documentElement.style||window.console&&(console.firebug||console.exception&&console.table)||navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31}function u(){var S=arguments,v=this.useColors;if(S[0]=(v?"%c":"")+this.namespace+(v?" %c":" ")+S[0]+(v?"%c ":" ")+"+"+n.humanize(this.diff),!v)return S;var _="color: "+this.color;S=[S[0],_,"color: inherit"].concat(Array.prototype.slice.call(S,1));var y=0,l=0;return S[0].replace(/%[a-z%]/g,function(f){f!=="%%"&&(y++,f==="%c"&&(l=y))}),S.splice(l,0,_),S}function h(){return typeof console=="object"&&typeof console.log=="function"&&Function.prototype.apply.call(console.log,console,arguments)}function m(S){try{S==null?localStorage.removeItem("debug"):localStorage.debug=S}catch{}}function g(){var S;try{S=localStorage.debug}catch{}return S}n=i.exports=s("./debug"),n.log=h,n.formatArgs=u,n.save=m,n.load=g,n.useColors=o,n.colors=["lightseagreen","forestgreen","goldenrod","dodgerblue","darkorchid","crimson"],n.formatters.j=function(S){return JSON.stringify(S)},n.enable(g())},{"./debug":23}],23:[function(s,i,n){function o(){return n.colors[_++%n.colors.length]}function u(y){function l(){}function f(){var k=f,x=+new Date,W=x-(v||x);k.diff=W,k.prev=v,k.curr=x,v=x,k.useColors==null&&(k.useColors=n.useColors()),k.color==null&&k.useColors&&(k.color=o());var st=Array.prototype.slice.call(arguments);st[0]=n.coerce(st[0]),typeof st[0]!="string"&&(st=["%o"].concat(st));var V=0;st[0]=st[0].replace(/%([a-z%])/g,function(H,D){if(H==="%%")return H;V++;var M=n.formatters[D];if(typeof M=="function"){var G=st[V];H=M.call(k,G),st.splice(V,1),V--}return H}),typeof n.formatArgs=="function"&&(st=n.formatArgs.apply(k,st));var ot=f.log||n.log||console.log.bind(console);ot.apply(k,st)}l.enabled=!1,f.enabled=!0;var b=n.enabled(y)?f:l;return b.namespace=y,b}function h(y){n.save(y);for(var l=(y||"").split(/[\s,]+/),f=l.length,b=0;f>b;b++)l[b]&&(y=l[b].replace(/\*/g,".*?"),y[0]==="-"?n.skips.push(new RegExp("^"+y.substr(1)+"$")):n.names.push(new RegExp("^"+y+"$")))}function m(){n.enable("")}function g(y){var l,f;for(l=0,f=n.skips.length;f>l;l++)if(n.skips[l].test(y))return!1;for(l=0,f=n.names.length;f>l;l++)if(n.names[l].test(y))return!0;return!1}function S(y){return y instanceof Error?y.stack||y.message:y}n=i.exports=u,n.coerce=S,n.disable=m,n.enable=h,n.enabled=g,n.humanize=s("ms"),n.names=[],n.skips=[],n.formatters={};var v,_=0},{ms:24}],24:[function(s,i){function n(y){var l=/^((?:\d+)?\.?\d+) *(ms|seconds?|s|minutes?|m|hours?|h|days?|d|years?|y)?$/i.exec(y);if(l){var f=parseFloat(l[1]),b=(l[2]||"ms").toLowerCase();switch(b){case"years":case"year":case"y":return f*_;case"days":case"day":case"d":return f*v;case"hours":case"hour":case"h":return f*S;case"minutes":case"minute":case"m":return f*g;case"seconds":case"second":case"s":return f*m;case"ms":return f}}}function o(y){return y>=v?Math.round(y/v)+"d":y>=S?Math.round(y/S)+"h":y>=g?Math.round(y/g)+"m":y>=m?Math.round(y/m)+"s":y+"ms"}function u(y){return h(y,v,"day")||h(y,S,"hour")||h(y,g,"minute")||h(y,m,"second")||y+" ms"}function h(y,l,f){return l>y?void 0:1.5*l>y?Math.floor(y/l)+" "+f:Math.ceil(y/l)+" "+f+"s"}var m=1e3,g=60*m,S=60*g,v=24*S,_=365.25*v;i.exports=function(y,l){return l=l||{},typeof y=="string"?n(y):l.long?u(y):o(y)}},{}],25:[function(s,i,n){(function(o){function u(D,M){var G="b"+n.packets[D.type]+D.data.data;return M(G)}function h(D,M,G){if(!M)return n.encodeBase64Packet(D,G);var L=D.data,U=new Uint8Array(L),X=new Uint8Array(1+L.byteLength);X[0]=st[D.type];for(var Q=0;Q<U.length;Q++)X[Q+1]=U[Q];return G(X.buffer)}function m(D,M,G){if(!M)return n.encodeBase64Packet(D,G);var L=new FileReader;return L.onload=function(){D.data=L.result,n.encodePacket(D,M,!0,G)},L.readAsArrayBuffer(D.data)}function g(D,M,G){if(!M)return n.encodeBase64Packet(D,G);if(W)return m(D,M,G);var L=new Uint8Array(1);L[0]=st[D.type];var U=new H([L.buffer,D.data]);return G(U)}function S(D,M,G){for(var L=new Array(D.length),U=f(D.length,G),X=function(j,B,Et){M(B,function(At,Rt){L[j]=Rt,Et(At,L)})},Q=0;Q<D.length;Q++)X(Q,D[Q],U)}var v=s("./keys"),_=s("has-binary"),y=s("arraybuffer.slice"),l=s("base64-arraybuffer"),f=s("after"),b=s("utf8"),k=navigator.userAgent.match(/Android/i),x=/PhantomJS/i.test(navigator.userAgent),W=k||x;n.protocol=3;var st=n.packets={open:0,close:1,ping:2,pong:3,message:4,upgrade:5,noop:6},V=v(st),ot={type:"error",data:"parser error"},H=s("blob");n.encodePacket=function(D,M,G,L){typeof M=="function"&&(L=M,M=!1),typeof G=="function"&&(L=G,G=null);var U=D.data===void 0?void 0:D.data.buffer||D.data;if(o.ArrayBuffer&&U instanceof ArrayBuffer)return h(D,M,L);if(H&&U instanceof o.Blob)return g(D,M,L);if(U&&U.base64)return u(D,L);var X=st[D.type];return D.data!==void 0&&(X+=G?b.encode(String(D.data)):String(D.data)),L(""+X)},n.encodeBase64Packet=function(D,M){var G="b"+n.packets[D.type];if(H&&D.data instanceof H){var L=new FileReader;return L.onload=function(){var B=L.result.split(",")[1];M(G+B)},L.readAsDataURL(D.data)}var U;try{U=String.fromCharCode.apply(null,new Uint8Array(D.data))}catch{for(var X=new Uint8Array(D.data),Q=new Array(X.length),j=0;j<X.length;j++)Q[j]=X[j];U=String.fromCharCode.apply(null,Q)}return G+=o.btoa(U),M(G)},n.decodePacket=function(D,M,G){if(typeof D=="string"||D===void 0){if(D.charAt(0)=="b")return n.decodeBase64Packet(D.substr(1),M);if(G)try{D=b.decode(D)}catch{return ot}var U=D.charAt(0);return Number(U)==U&&V[U]?D.length>1?{type:V[U],data:D.substring(1)}:{type:V[U]}:ot}var L=new Uint8Array(D),U=L[0],X=y(D,1);return H&&M==="blob"&&(X=new H([X])),{type:V[U],data:X}},n.decodeBase64Packet=function(D,M){var G=V[D.charAt(0)];if(!o.ArrayBuffer)return{type:G,data:{base64:!0,data:D.substr(1)}};var L=l.decode(D.substr(1));return M==="blob"&&H&&(L=new H([L])),{type:G,data:L}},n.encodePayload=function(D,M,G){function L(Q){return Q.length+":"+Q}function U(Q,j){n.encodePacket(Q,X?M:!1,!0,function(B){j(null,L(B))})}typeof M=="function"&&(G=M,M=null);var X=_(D);return M&&X?H&&!W?n.encodePayloadAsBlob(D,G):n.encodePayloadAsArrayBuffer(D,G):D.length?void S(D,U,function(Q,j){return G(j.join(""))}):G("0:")},n.decodePayload=function(D,M,G){if(typeof D!="string")return n.decodePayloadAsBinary(D,M,G);typeof M=="function"&&(G=M,M=null);var L;if(D=="")return G(ot,0,1);for(var U,X,Q="",j=0,B=D.length;B>j;j++){var Et=D.charAt(j);if(Et!=":")Q+=Et;else{if(Q==""||Q!=(U=Number(Q))||(X=D.substr(j+1,U),Q!=X.length))return G(ot,0,1);if(X.length){if(L=n.decodePacket(X,M,!0),ot.type==L.type&&ot.data==L.data)return G(ot,0,1);var At=G(L,j+U,B);if(At===!1)return}j+=U,Q=""}}return Q!=""?G(ot,0,1):void 0},n.encodePayloadAsArrayBuffer=function(D,M){function G(L,U){n.encodePacket(L,!0,!0,function(X){return U(null,X)})}return D.length?void S(D,G,function(L,U){var X=U.reduce(function(B,Et){var At;return At=typeof Et=="string"?Et.length:Et.byteLength,B+At.toString().length+At+2},0),Q=new Uint8Array(X),j=0;return U.forEach(function(B){var Et=typeof B=="string",At=B;if(Et){for(var Rt=new Uint8Array(B.length),ut=0;ut<B.length;ut++)Rt[ut]=B.charCodeAt(ut);At=Rt.buffer}Q[j++]=Et?0:1;for(var zt=At.byteLength.toString(),ut=0;ut<zt.length;ut++)Q[j++]=parseInt(zt[ut]);Q[j++]=255;for(var Rt=new Uint8Array(At),ut=0;ut<Rt.length;ut++)Q[j++]=Rt[ut]}),M(Q.buffer)}):M(new ArrayBuffer(0))},n.encodePayloadAsBlob=function(D,M){function G(L,U){n.encodePacket(L,!0,!0,function(X){var Q=new Uint8Array(1);if(Q[0]=1,typeof X=="string"){for(var j=new Uint8Array(X.length),B=0;B<X.length;B++)j[B]=X.charCodeAt(B);X=j.buffer,Q[0]=0}for(var Et=X instanceof ArrayBuffer?X.byteLength:X.size,At=Et.toString(),Rt=new Uint8Array(At.length+1),B=0;B<At.length;B++)Rt[B]=parseInt(At[B]);if(Rt[At.length]=255,H){var ut=new H([Q.buffer,Rt.buffer,X]);U(null,ut)}})}S(D,G,function(L,U){return M(new H(U))})},n.decodePayloadAsBinary=function(D,M,G){typeof M=="function"&&(G=M,M=null);for(var L=D,U=[],X=!1;L.byteLength>0;){for(var Q=new Uint8Array(L),j=Q[0]===0,B="",Et=1;Q[Et]!=255;Et++){if(B.length>310){X=!0;break}B+=Q[Et]}if(X)return G(ot,0,1);L=y(L,2+B.length),B=parseInt(B);var At=y(L,0,B);if(j)try{At=String.fromCharCode.apply(null,new Uint8Array(At))}catch{var Rt=new Uint8Array(At);At="";for(var Et=0;Et<Rt.length;Et++)At+=String.fromCharCode(Rt[Et])}U.push(At),L=y(L,B)}var ut=U.length;U.forEach(function(zt,Le){G(n.decodePacket(zt,M,!0),Le,ut)})}}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{"./keys":26,after:27,"arraybuffer.slice":28,"base64-arraybuffer":29,blob:30,"has-binary":36,utf8:31}],26:[function(s,i){i.exports=Object.keys||function(n){var o=[],u=Object.prototype.hasOwnProperty;for(var h in n)u.call(n,h)&&o.push(h);return o}},{}],27:[function(s,i){function n(u,h,m){function g(v,_){if(g.count<=0)throw new Error("after called too many times");--g.count,v?(S=!0,h(v),h=m):g.count!==0||S||h(null,_)}var S=!1;return m=m||o,g.count=u,u===0?h():g}function o(){}i.exports=n},{}],28:[function(s,i){i.exports=function(n,o,u){var h=n.byteLength;if(o=o||0,u=u||h,n.slice)return n.slice(o,u);if(0>o&&(o+=h),0>u&&(u+=h),u>h&&(u=h),o>=h||o>=u||h===0)return new ArrayBuffer(0);for(var m=new Uint8Array(n),g=new Uint8Array(u-o),S=o,v=0;u>S;S++,v++)g[v]=m[S];return g.buffer}},{}],29:[function(s,i,n){(function(o){n.encode=function(u){var h,m=new Uint8Array(u),g=m.length,S="";for(h=0;g>h;h+=3)S+=o[m[h]>>2],S+=o[(3&m[h])<<4|m[h+1]>>4],S+=o[(15&m[h+1])<<2|m[h+2]>>6],S+=o[63&m[h+2]];return g%3===2?S=S.substring(0,S.length-1)+"=":g%3===1&&(S=S.substring(0,S.length-2)+"=="),S},n.decode=function(u){var h,m,g,S,v,_=.75*u.length,y=u.length,l=0;u[u.length-1]==="="&&(_--,u[u.length-2]==="="&&_--);var f=new ArrayBuffer(_),b=new Uint8Array(f);for(h=0;y>h;h+=4)m=o.indexOf(u[h]),g=o.indexOf(u[h+1]),S=o.indexOf(u[h+2]),v=o.indexOf(u[h+3]),b[l++]=m<<2|g>>4,b[l++]=(15&g)<<4|S>>2,b[l++]=(3&S)<<6|63&v;return f}})("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/")},{}],30:[function(s,i){(function(n){function o(_){for(var y=0;y<_.length;y++){var l=_[y];if(l.buffer instanceof ArrayBuffer){var f=l.buffer;if(l.byteLength!==f.byteLength){var b=new Uint8Array(l.byteLength);b.set(new Uint8Array(f,l.byteOffset,l.byteLength)),f=b.buffer}_[y]=f}}}function u(_,y){y=y||{};var l=new m;o(_);for(var f=0;f<_.length;f++)l.append(_[f]);return y.type?l.getBlob(y.type):l.getBlob()}function h(_,y){return o(_),new Blob(_,y||{})}var m=n.BlobBuilder||n.WebKitBlobBuilder||n.MSBlobBuilder||n.MozBlobBuilder,g=function(){try{var _=new Blob(["hi"]);return _.size===2}catch{return!1}}(),S=g&&function(){try{var _=new Blob([new Uint8Array([1,2])]);return _.size===2}catch{return!1}}(),v=m&&m.prototype.append&&m.prototype.getBlob;i.exports=function(){return g?S?n.Blob:h:v?u:void 0}()}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{}],31:[function(s,i,n){(function(o){(function(u){function h(L){for(var U,X,Q=[],j=0,B=L.length;B>j;)U=L.charCodeAt(j++),U>=55296&&56319>=U&&B>j?(X=L.charCodeAt(j++),(64512&X)==56320?Q.push(((1023&U)<<10)+(1023&X)+65536):(Q.push(U),j--)):Q.push(U);return Q}function m(L){for(var U,X=L.length,Q=-1,j="";++Q<X;)U=L[Q],U>65535&&(U-=65536,j+=ot(U>>>10&1023|55296),U=56320|1023&U),j+=ot(U);return j}function g(L){if(L>=55296&&57343>=L)throw Error("Lone surrogate U+"+L.toString(16).toUpperCase()+" is not a scalar value")}function S(L,U){return ot(L>>U&63|128)}function v(L){if(!(4294967168&L))return ot(L);var U="";return 4294965248&L?4294901760&L?!(4292870144&L)&&(U=ot(L>>18&7|240),U+=S(L,12),U+=S(L,6)):(g(L),U=ot(L>>12&15|224),U+=S(L,6)):U=ot(L>>6&31|192),U+=ot(63&L|128)}function _(L){for(var U,X=h(L),Q=X.length,j=-1,B="";++j<Q;)U=X[j],B+=v(U);return B}function y(){if(V>=st)throw Error("Invalid byte index");var L=255&W[V];if(V++,(192&L)==128)return 63&L;throw Error("Invalid continuation byte")}function l(){var L,U,X,Q,j;if(V>st)throw Error("Invalid byte index");if(V==st)return!1;if(L=255&W[V],V++,(128&L)==0)return L;if((224&L)==192){var U=y();if(j=(31&L)<<6|U,j>=128)return j;throw Error("Invalid continuation byte")}if((240&L)==224){if(U=y(),X=y(),j=(15&L)<<12|U<<6|X,j>=2048)return g(j),j;throw Error("Invalid continuation byte")}if((248&L)==240&&(U=y(),X=y(),Q=y(),j=(15&L)<<18|U<<12|X<<6|Q,j>=65536&&1114111>=j))return j;throw Error("Invalid UTF-8 detected")}function f(L){W=h(L),st=W.length,V=0;for(var U,X=[];(U=l())!==!1;)X.push(U);return m(X)}var b=typeof n=="object"&&n,k=typeof i=="object"&&i&&i.exports==b&&i,x=typeof o=="object"&&o;(x.global===x||x.window===x)&&(u=x);var W,st,V,ot=String.fromCharCode,H={version:"2.0.0",encode:_,decode:f};if(b&&!b.nodeType)if(k)k.exports=H;else{var D={},M=D.hasOwnProperty;for(var G in H)M.call(H,G)&&(b[G]=H[G])}else u.utf8=H})(this)}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{}],32:[function(s,i){(function(n){var o=/^[\],:{}\s]*$/,u=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,h=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,m=/(?:^|:|,)(?:\s*\[)+/g,g=/^\s+/,S=/\s+$/;i.exports=function(v){return typeof v=="string"&&v?(v=v.replace(g,"").replace(S,""),n.JSON&&JSON.parse?JSON.parse(v):o.test(v.replace(u,"@").replace(h,"]").replace(m,""))?new Function("return "+v)():void 0):null}}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{}],33:[function(s,i,n){n.encode=function(o){var u="";for(var h in o)o.hasOwnProperty(h)&&(u.length&&(u+="&"),u+=encodeURIComponent(h)+"="+encodeURIComponent(o[h]));return u},n.decode=function(o){for(var u={},h=o.split("&"),m=0,g=h.length;g>m;m++){var S=h[m].split("=");u[decodeURIComponent(S[0])]=decodeURIComponent(S[1])}return u}},{}],34:[function(s,i){var n=/^(?:(?![^:@]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,o=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];i.exports=function(u){var h=u,m=u.indexOf("["),g=u.indexOf("]");m!=-1&&g!=-1&&(u=u.substring(0,m)+u.substring(m,g).replace(/:/g,";")+u.substring(g,u.length));for(var S=n.exec(u||""),v={},_=14;_--;)v[o[_]]=S[_]||"";return m!=-1&&g!=-1&&(v.source=h,v.host=v.host.substring(1,v.host.length-1).replace(/;/g,":"),v.authority=v.authority.replace("[","").replace("]","").replace(/;/g,":"),v.ipv6uri=!0),v}},{}],35:[function(s,i){function n(h,m){return m?new u(h,m):new u(h)}var o=function(){return self}(),u=o.WebSocket||o.MozWebSocket;i.exports=u?n:null,u&&(n.prototype=u.prototype)},{}],36:[function(s,i){(function(n){function o(h){function m(g){if(!g)return!1;if(n.Buffer&&n.Buffer.isBuffer(g)||n.ArrayBuffer&&g instanceof ArrayBuffer||n.Blob&&g instanceof Blob||n.File&&g instanceof File)return!0;if(u(g)){for(var S=0;S<g.length;S++)if(m(g[S]))return!0}else if(g&&typeof g=="object"){g.toJSON&&(g=g.toJSON());for(var v in g)if(Object.prototype.hasOwnProperty.call(g,v)&&m(g[v]))return!0}return!1}return m(h)}var u=s("isarray");i.exports=o}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{isarray:37}],37:[function(s,i){i.exports=Array.isArray||function(n){return Object.prototype.toString.call(n)=="[object Array]"}},{}],38:[function(s,i){var n=s("global");try{i.exports="XMLHttpRequest"in n&&"withCredentials"in new n.XMLHttpRequest}catch{i.exports=!1}},{global:39}],39:[function(s,i){i.exports=function(){return this}()},{}],40:[function(s,i){var n=[].indexOf;i.exports=function(o,u){if(n)return o.indexOf(u);for(var h=0;h<o.length;++h)if(o[h]===u)return h;return-1}},{}],41:[function(s,i,n){var o=Object.prototype.hasOwnProperty;n.keys=Object.keys||function(u){var h=[];for(var m in u)o.call(u,m)&&h.push(m);return h},n.values=function(u){var h=[];for(var m in u)o.call(u,m)&&h.push(u[m]);return h},n.merge=function(u,h){for(var m in h)o.call(h,m)&&(u[m]=h[m]);return u},n.length=function(u){return n.keys(u).length},n.isEmpty=function(u){return n.length(u)==0}},{}],42:[function(s,i){var n=/^(?:(?![^:@]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,o=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];i.exports=function(u){for(var h=n.exec(u||""),m={},g=14;g--;)m[o[g]]=h[g]||"";return m}},{}],43:[function(s,i,n){(function(o){var u=s("isarray"),h=s("./is-buffer");n.deconstructPacket=function(m){function g(y){if(!y)return y;if(h(y)){var l={_placeholder:!0,num:S.length};return S.push(y),l}if(u(y)){for(var f=new Array(y.length),b=0;b<y.length;b++)f[b]=g(y[b]);return f}if(typeof y=="object"&&!(y instanceof Date)){var f={};for(var k in y)f[k]=g(y[k]);return f}return y}var S=[],v=m.data,_=m;return _.data=g(v),_.attachments=S.length,{packet:_,buffers:S}},n.reconstructPacket=function(m,g){function S(v){if(v&&v._placeholder){var _=g[v.num];return _}if(u(v)){for(var y=0;y<v.length;y++)v[y]=S(v[y]);return v}if(v&&typeof v=="object"){for(var l in v)v[l]=S(v[l]);return v}return v}return m.data=S(m.data),m.attachments=void 0,m},n.removeBlobs=function(m,g){function S(y,l,f){if(!y)return y;if(o.Blob&&y instanceof Blob||o.File&&y instanceof File){v++;var b=new FileReader;b.onload=function(){f?f[l]=this.result:_=this.result,--v||g(_)},b.readAsArrayBuffer(y)}else if(u(y))for(var k=0;k<y.length;k++)S(y[k],k,y);else if(y&&typeof y=="object"&&!h(y))for(var x in y)S(y[x],x,y)}var v=0,_=m;S(_),v||g(_)}}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{"./is-buffer":45,isarray:46}],44:[function(s,i,n){function o(){}function u(k){var x="",W=!1;return x+=k.type,(n.BINARY_EVENT==k.type||n.BINARY_ACK==k.type)&&(x+=k.attachments,x+="-"),k.nsp&&k.nsp!="/"&&(W=!0,x+=k.nsp),k.id!=null&&(W&&(x+=",",W=!1),x+=k.id),k.data!=null&&(W&&(x+=","),x+=y.stringify(k.data)),_("encoded %j as %s",k,x),x}function h(k,x){function W(st){var V=f.deconstructPacket(st),ot=u(V.packet),H=V.buffers;H.unshift(ot),x(H)}f.removeBlobs(k,W)}function m(){this.reconstructor=null}function g(k){var x={},W=0;if(x.type=Number(k.charAt(0)),n.types[x.type]==null)return v();if(n.BINARY_EVENT==x.type||n.BINARY_ACK==x.type){for(var st="";k.charAt(++W)!="-"&&(st+=k.charAt(W),W!=k.length););if(st!=Number(st)||k.charAt(W)!="-")throw new Error("Illegal attachments");x.attachments=Number(st)}if(k.charAt(W+1)=="/")for(x.nsp="";++W;){var V=k.charAt(W);if(V==","||(x.nsp+=V,W==k.length))break}else x.nsp="/";var ot=k.charAt(W+1);if(ot!==""&&Number(ot)==ot){for(x.id="";++W;){var V=k.charAt(W);if(V==null||Number(V)!=V){--W;break}if(x.id+=k.charAt(W),W==k.length)break}x.id=Number(x.id)}if(k.charAt(++W))try{x.data=y.parse(k.substr(W))}catch{return v()}return _("decoded %s as %j",k,x),x}function S(k){this.reconPack=k,this.buffers=[]}function v(){return{type:n.ERROR,data:"parser error"}}var _=s("debug")("socket.io-parser"),y=s("json3"),l=(s("isarray"),s("component-emitter")),f=s("./binary"),b=s("./is-buffer");n.protocol=4,n.types=["CONNECT","DISCONNECT","EVENT","BINARY_EVENT","ACK","BINARY_ACK","ERROR"],n.CONNECT=0,n.DISCONNECT=1,n.EVENT=2,n.ACK=3,n.ERROR=4,n.BINARY_EVENT=5,n.BINARY_ACK=6,n.Encoder=o,n.Decoder=m,o.prototype.encode=function(k,x){if(_("encoding packet %j",k),n.BINARY_EVENT==k.type||n.BINARY_ACK==k.type)h(k,x);else{var W=u(k);x([W])}},l(m.prototype),m.prototype.add=function(k){var x;if(typeof k=="string")x=g(k),n.BINARY_EVENT==x.type||n.BINARY_ACK==x.type?(this.reconstructor=new S(x),this.reconstructor.reconPack.attachments===0&&this.emit("decoded",x)):this.emit("decoded",x);else{if(!b(k)&&!k.base64)throw new Error("Unknown type: "+k);if(!this.reconstructor)throw new Error("got binary data when not reconstructing a packet");x=this.reconstructor.takeBinaryData(k),x&&(this.reconstructor=null,this.emit("decoded",x))}},m.prototype.destroy=function(){this.reconstructor&&this.reconstructor.finishedReconstruction()},S.prototype.takeBinaryData=function(k){if(this.buffers.push(k),this.buffers.length==this.reconPack.attachments){var x=f.reconstructPacket(this.reconPack,this.buffers);return this.finishedReconstruction(),x}return null},S.prototype.finishedReconstruction=function(){this.reconPack=null,this.buffers=[]}},{"./binary":43,"./is-buffer":45,"component-emitter":9,debug:10,isarray:46,json3:47}],45:[function(s,i){(function(n){function o(u){return n.Buffer&&n.Buffer.isBuffer(u)||n.ArrayBuffer&&u instanceof ArrayBuffer}i.exports=o}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{}],46:[function(s,i){i.exports=s(37)},{}],47:[function(s,i,n){(function(o){function u(q){if(u[q]!==g)return u[q];var J;if(q=="bug-string-char-index")J=!1;else if(q=="json")J=u("json-stringify")&&u("json-parse");else{var F,et='{"a":[1,true,false,null,"\\u0000\\b\\n\\f\\r\\t"]}';if(q=="json-stringify"){var P=_.stringify,Z=typeof P=="function"&&y;if(Z){(F=function(){return 1}).toJSON=F;try{Z=P(0)==="0"&&P(new Number)==="0"&&P(new String)=='""'&&P(S)===g&&P(g)===g&&P()===g&&P(F)==="1"&&P([F])=="[1]"&&P([g])=="[null]"&&P(null)=="null"&&P([g,S,null])=="[null,null,null]"&&P({a:[F,!0,!1,null,`\0\b
|
|
34
|
-
\f\r `]})==
|
|
31
|
+
`)+W+`return __p
|
|
32
|
+
}`;var dt=qu(function(){return Ct(m,tt+"return "+W).apply(n,C)});if(dt.source=W,as(dt))throw dt;return dt}function K0(t){return kt(t).toLowerCase()}function z0(t){return kt(t).toUpperCase()}function G0(t,e,i){if(t=kt(t),t&&(i||e===n))return Ja(t);if(!t||!(e=pe(e)))return t;var a=Te(t),h=Te(e),m=Ya(a,h),C=Va(a,h)+1;return fn(a,m,C).join("")}function X0(t,e,i){if(t=kt(t),t&&(i||e===n))return t.slice(0,Qa(t)+1);if(!t||!(e=pe(e)))return t;var a=Te(t),h=Va(a,Te(e))+1;return fn(a,0,h).join("")}function $0(t,e,i){if(t=kt(t),t&&(i||e===n))return t.replace(so,"");if(!t||!(e=pe(e)))return t;var a=Te(t),h=Ya(a,Te(e));return fn(a,h).join("")}function j0(t,e){var i=L,a=H;if(Lt(e)){var h="separator"in e?e.separator:h;i="length"in e?pt(e.length):i,a="omission"in e?pe(e.omission):a}t=kt(t);var m=t.length;if(Dn(t)){var C=Te(t);m=C.length}if(i>=m)return t;var S=i-Pn(a);if(S<1)return a;var E=C?fn(C,0,S).join(""):t.slice(0,S);if(h===n)return E+a;if(C&&(S+=E.length-S),cs(h)){if(t.slice(S).search(h)){var M,q=E;for(h.global||(h=ko(h.source,kt(va.exec(h))+"g")),h.lastIndex=0;M=h.exec(q);)var W=M.index;E=E.slice(0,W===n?S:W)}}else if(t.indexOf(pe(h),S)!=S){var J=E.lastIndexOf(h);J>-1&&(E=E.slice(0,J))}return E+a}function J0(t){return t=kt(t),t&&sl.test(t)?t.replace(da,kp):t}var Y0=zn(function(t,e,i){return t+(i?" ":"")+e.toUpperCase()}),hs=Wc("toUpperCase");function Mu(t,e,i){return t=kt(t),e=i?n:e,e===n?_p(t)?Ep(t):fp(t):t.match(e)||[]}var qu=gt(function(t,e){try{return he(t,n,e)}catch(i){return as(i)?i:new ft(i)}}),V0=Xe(function(t,e){return _e(e,function(i){i=Fe(i),ze(t,i,os(t[i],t))}),t});function Z0(t){var e=t==null?0:t.length,i=it();return t=e?Nt(t,function(a){if(typeof a[1]!="function")throw new we(v);return[i(a[0]),a[1]]}):[],gt(function(a){for(var h=-1;++h<e;){var m=t[h];if(he(m[0],this,a))return he(m[1],this,a)}})}function Q0(t){return kd(Ce(t,g))}function ls(t){return function(){return t}}function tm(t,e){return t==null||t!==t?e:t}var em=Kc(),nm=Kc(!0);function ae(t){return t}function ps(t){return _c(typeof t=="function"?t:Ce(t,g))}function rm(t){return bc(Ce(t,g))}function im(t,e){return Cc(t,Ce(e,g))}var om=gt(function(t,e){return function(i){return lr(i,t,e)}}),sm=gt(function(t,e){return function(i){return lr(t,i,e)}});function ds(t,e,i){var a=Kt(e),h=ei(e,a);i==null&&!(Lt(e)&&(h.length||!a.length))&&(i=e,e=t,t=this,h=ei(e,Kt(e)));var m=!(Lt(i)&&"chain"in i)||!!i.chain,C=je(t);return _e(h,function(S){var E=e[S];t[S]=E,C&&(t.prototype[S]=function(){var M=this.__chain__;if(m||M){var q=t(this.__wrapped__),W=q.__actions__=ie(this.__actions__);return W.push({func:E,args:arguments,thisArg:t}),q.__chain__=M,q}return E.apply(t,rn([this.value()],arguments))})}),t}function am(){return Gt._===this&&(Gt._=Lp),this}function gs(){}function cm(t){return t=pt(t),gt(function(e){return Sc(e,t)})}var um=Xo(Nt),fm=Xo(za),hm=Xo(vo);function Wu(t){return Qo(t)?mo(Fe(t)):Wd(t)}function lm(t){return function(e){return t==null?n:wn(t,e)}}var pm=Gc(),dm=Gc(!0);function ys(){return[]}function vs(){return!1}function gm(){return{}}function ym(){return""}function vm(){return!0}function mm(t,e){if(t=pt(t),t<1||t>ut)return[];var i=ue,a=Yt(t,ue);e=it(e),t-=ue;for(var h=bo(a,e);++i<t;)e(i);return h}function _m(t){return ht(t)?Nt(t,Fe):de(t)?[t]:ie(au(kt(t)))}function wm(t){var e=++Op;return kt(t)+e}var bm=ai(function(t,e){return t+e},0),Cm=$o("ceil"),Sm=ai(function(t,e){return t/e},1),km=$o("floor");function Am(t){return t&&t.length?ti(t,ae,No):n}function xm(t,e){return t&&t.length?ti(t,it(e,2),No):n}function Em(t){return $a(t,ae)}function Tm(t,e){return $a(t,it(e,2))}function Rm(t){return t&&t.length?ti(t,ae,Do):n}function Im(t,e){return t&&t.length?ti(t,it(e,2),Do):n}var Om=ai(function(t,e){return t*e},1),Nm=$o("round"),Lm=ai(function(t,e){return t-e},0);function Bm(t){return t&&t.length?wo(t,ae):0}function Um(t,e){return t&&t.length?wo(t,it(e,2)):0}return y.after=rv,y.ary=mu,y.assign=zv,y.assignIn=Nu,y.assignInWith=wi,y.assignWith=Gv,y.at=Xv,y.before=_u,y.bind=os,y.bindAll=V0,y.bindKey=wu,y.castArray=gv,y.chain=gu,y.chunk=kg,y.compact=Ag,y.concat=xg,y.cond=Z0,y.conforms=Q0,y.constant=ls,y.countBy=By,y.create=$v,y.curry=bu,y.curryRight=Cu,y.debounce=Su,y.defaults=jv,y.defaultsDeep=Jv,y.defer=iv,y.delay=ov,y.difference=Eg,y.differenceBy=Tg,y.differenceWith=Rg,y.drop=Ig,y.dropRight=Og,y.dropRightWhile=Ng,y.dropWhile=Lg,y.fill=Bg,y.filter=Dy,y.flatMap=My,y.flatMapDeep=qy,y.flatMapDepth=Wy,y.flatten=hu,y.flattenDeep=Ug,y.flattenDepth=Dg,y.flip=sv,y.flow=em,y.flowRight=nm,y.fromPairs=Pg,y.functions=n0,y.functionsIn=r0,y.groupBy=Hy,y.initial=Mg,y.intersection=qg,y.intersectionBy=Wg,y.intersectionWith=Hg,y.invert=o0,y.invertBy=s0,y.invokeMap=zy,y.iteratee=ps,y.keyBy=Gy,y.keys=Kt,y.keysIn=se,y.map=di,y.mapKeys=c0,y.mapValues=u0,y.matches=rm,y.matchesProperty=im,y.memoize=yi,y.merge=f0,y.mergeWith=Lu,y.method=om,y.methodOf=sm,y.mixin=ds,y.negate=vi,y.nthArg=cm,y.omit=h0,y.omitBy=l0,y.once=av,y.orderBy=Xy,y.over=um,y.overArgs=cv,y.overEvery=fm,y.overSome=hm,y.partial=ss,y.partialRight=ku,y.partition=$y,y.pick=p0,y.pickBy=Bu,y.property=Wu,y.propertyOf=lm,y.pull=Xg,y.pullAll=pu,y.pullAllBy=$g,y.pullAllWith=jg,y.pullAt=Jg,y.range=pm,y.rangeRight=dm,y.rearg=uv,y.reject=Yy,y.remove=Yg,y.rest=fv,y.reverse=rs,y.sampleSize=Zy,y.set=g0,y.setWith=y0,y.shuffle=Qy,y.slice=Vg,y.sortBy=nv,y.sortedUniq=iy,y.sortedUniqBy=oy,y.split=M0,y.spread=hv,y.tail=sy,y.take=ay,y.takeRight=cy,y.takeRightWhile=uy,y.takeWhile=fy,y.tap=Ay,y.throttle=lv,y.thru=pi,y.toArray=Ru,y.toPairs=Uu,y.toPairsIn=Du,y.toPath=_m,y.toPlainObject=Ou,y.transform=v0,y.unary=pv,y.union=hy,y.unionBy=ly,y.unionWith=py,y.uniq=dy,y.uniqBy=gy,y.uniqWith=yy,y.unset=m0,y.unzip=is,y.unzipWith=du,y.update=_0,y.updateWith=w0,y.values=$n,y.valuesIn=b0,y.without=vy,y.words=Mu,y.wrap=dv,y.xor=my,y.xorBy=_y,y.xorWith=wy,y.zip=by,y.zipObject=Cy,y.zipObjectDeep=Sy,y.zipWith=ky,y.entries=Uu,y.entriesIn=Du,y.extend=Nu,y.extendWith=wi,ds(y,y),y.add=bm,y.attempt=qu,y.camelCase=A0,y.capitalize=Pu,y.ceil=Cm,y.clamp=C0,y.clone=yv,y.cloneDeep=mv,y.cloneDeepWith=_v,y.cloneWith=vv,y.conformsTo=wv,y.deburr=Fu,y.defaultTo=tm,y.divide=Sm,y.endsWith=x0,y.eq=Ie,y.escape=E0,y.escapeRegExp=T0,y.every=Uy,y.find=Py,y.findIndex=uu,y.findKey=Yv,y.findLast=Fy,y.findLastIndex=fu,y.findLastKey=Vv,y.floor=km,y.forEach=yu,y.forEachRight=vu,y.forIn=Zv,y.forInRight=Qv,y.forOwn=t0,y.forOwnRight=e0,y.get=us,y.gt=bv,y.gte=Cv,y.has=i0,y.hasIn=fs,y.head=lu,y.identity=ae,y.includes=Ky,y.indexOf=Fg,y.inRange=S0,y.invoke=a0,y.isArguments=Sn,y.isArray=ht,y.isArrayBuffer=Sv,y.isArrayLike=oe,y.isArrayLikeObject=Dt,y.isBoolean=kv,y.isBuffer=hn,y.isDate=Av,y.isElement=xv,y.isEmpty=Ev,y.isEqual=Tv,y.isEqualWith=Rv,y.isError=as,y.isFinite=Iv,y.isFunction=je,y.isInteger=Au,y.isLength=mi,y.isMap=xu,y.isMatch=Ov,y.isMatchWith=Nv,y.isNaN=Lv,y.isNative=Bv,y.isNil=Dv,y.isNull=Uv,y.isNumber=Eu,y.isObject=Lt,y.isObjectLike=Bt,y.isPlainObject=mr,y.isRegExp=cs,y.isSafeInteger=Pv,y.isSet=Tu,y.isString=_i,y.isSymbol=de,y.isTypedArray=Xn,y.isUndefined=Fv,y.isWeakMap=Mv,y.isWeakSet=qv,y.join=Kg,y.kebabCase=R0,y.last=ke,y.lastIndexOf=zg,y.lowerCase=I0,y.lowerFirst=O0,y.lt=Wv,y.lte=Hv,y.max=Am,y.maxBy=xm,y.mean=Em,y.meanBy=Tm,y.min=Rm,y.minBy=Im,y.stubArray=ys,y.stubFalse=vs,y.stubObject=gm,y.stubString=ym,y.stubTrue=vm,y.multiply=Om,y.nth=Gg,y.noConflict=am,y.noop=gs,y.now=gi,y.pad=N0,y.padEnd=L0,y.padStart=B0,y.parseInt=U0,y.random=k0,y.reduce=jy,y.reduceRight=Jy,y.repeat=D0,y.replace=P0,y.result=d0,y.round=Nm,y.runInContext=x,y.sample=Vy,y.size=tv,y.snakeCase=F0,y.some=ev,y.sortedIndex=Zg,y.sortedIndexBy=Qg,y.sortedIndexOf=ty,y.sortedLastIndex=ey,y.sortedLastIndexBy=ny,y.sortedLastIndexOf=ry,y.startCase=q0,y.startsWith=W0,y.subtract=Lm,y.sum=Bm,y.sumBy=Um,y.template=H0,y.times=mm,y.toFinite=Je,y.toInteger=pt,y.toLength=Iu,y.toLower=K0,y.toNumber=Ae,y.toSafeInteger=Kv,y.toString=kt,y.toUpper=z0,y.trim=G0,y.trimEnd=X0,y.trimStart=$0,y.truncate=j0,y.unescape=J0,y.uniqueId=wm,y.upperCase=Y0,y.upperFirst=hs,y.each=yu,y.eachRight=vu,y.first=lu,ds(y,function(){var t={};return De(y,function(e,i){Et.call(y.prototype,i)||(t[i]=e)}),t}(),{chain:!1}),y.VERSION=s,_e(["bind","bindKey","curry","curryRight","partial","partialRight"],function(t){y[t].placeholder=y}),_e(["drop","take"],function(t,e){mt.prototype[t]=function(i){i=i===n?1:Ht(pt(i),0);var a=this.__filtered__&&!e?new mt(this):this.clone();return a.__filtered__?a.__takeCount__=Yt(i,a.__takeCount__):a.__views__.push({size:Yt(i,ue),type:t+(a.__dir__<0?"Right":"")}),a},mt.prototype[t+"Right"]=function(i){return this.reverse()[t](i).reverse()}}),_e(["filter","map","takeWhile"],function(t,e){var i=e+1,a=i==F||i==ct;mt.prototype[t]=function(h){var m=this.clone();return m.__iteratees__.push({iteratee:it(h,3),type:i}),m.__filtered__=m.__filtered__||a,m}}),_e(["head","last"],function(t,e){var i="take"+(e?"Right":"");mt.prototype[t]=function(){return this[i](1).value()[0]}}),_e(["initial","tail"],function(t,e){var i="drop"+(e?"":"Right");mt.prototype[t]=function(){return this.__filtered__?new mt(this):this[i](1)}}),mt.prototype.compact=function(){return this.filter(ae)},mt.prototype.find=function(t){return this.filter(t).head()},mt.prototype.findLast=function(t){return this.reverse().find(t)},mt.prototype.invokeMap=gt(function(t,e){return typeof t=="function"?new mt(this):this.map(function(i){return lr(i,t,e)})}),mt.prototype.reject=function(t){return this.filter(vi(it(t)))},mt.prototype.slice=function(t,e){t=pt(t);var i=this;return i.__filtered__&&(t>0||e<0)?new mt(i):(t<0?i=i.takeRight(-t):t&&(i=i.drop(t)),e!==n&&(e=pt(e),i=e<0?i.dropRight(-e):i.take(e-t)),i)},mt.prototype.takeRightWhile=function(t){return this.reverse().takeWhile(t).reverse()},mt.prototype.toArray=function(){return this.take(ue)},De(mt.prototype,function(t,e){var i=/^(?:filter|find|map|reject)|While$/.test(e),a=/^(?:head|last)$/.test(e),h=y[a?"take"+(e=="last"?"Right":""):e],m=a||/^find/.test(e);h&&(y.prototype[e]=function(){var C=this.__wrapped__,S=a?[1]:arguments,E=C instanceof mt,M=S[0],q=E||ht(C),W=function(vt){var wt=h.apply(y,rn([vt],S));return a&&J?wt[0]:wt};q&&i&&typeof M=="function"&&M.length!=1&&(E=q=!1);var J=this.__chain__,tt=!!this.__actions__.length,ot=m&&!J,dt=E&&!tt;if(!m&&q){C=dt?C:new mt(this);var st=t.apply(C,S);return st.__actions__.push({func:pi,args:[W],thisArg:n}),new be(st,J)}return ot&&dt?t.apply(this,S):(st=this.thru(W),ot?a?st.value()[0]:st.value():st)})}),_e(["pop","push","shift","sort","splice","unshift"],function(t){var e=Mr[t],i=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",a=/^(?:pop|shift)$/.test(t);y.prototype[t]=function(){var h=arguments;if(a&&!this.__chain__){var m=this.value();return e.apply(ht(m)?m:[],h)}return this[i](function(C){return e.apply(ht(C)?C:[],h)})}}),De(mt.prototype,function(t,e){var i=y[e];if(i){var a=i.name+"";Et.call(Wn,a)||(Wn[a]=[]),Wn[a].push({name:e,func:i})}}),Wn[si(n,B).name]=[{name:"wrapper",func:n}],mt.prototype.clone=Jp,mt.prototype.reverse=Yp,mt.prototype.value=Vp,y.prototype.at=xy,y.prototype.chain=Ey,y.prototype.commit=Ty,y.prototype.next=Ry,y.prototype.plant=Oy,y.prototype.reverse=Ny,y.prototype.toJSON=y.prototype.valueOf=y.prototype.value=Ly,y.prototype.first=y.prototype.head,or&&(y.prototype[or]=Iy),y},Fn=Tp();gn?((gn.exports=Fn)._=Fn,lo._=Fn):Gt._=Fn}).call(ce)}(_r,_r.exports);var Ju=_r.exports;const Yu={isNewStack:!1,forceNew:!0,reconnectionDelay:1e4,reconnectionDelayMax:1e4,maxReconnectAttempts:5,timeout:1e4,keepAliveTimeout:6e4,idleInterval:6e4*5,protocol:"https",transports:["websocket"],upgrade:!1,serverFetchStrategy:"static",serverType:0,useLogger:!0,loggerServer:"http://socketlog.voicenter.co",loggerConfig:{logToConsole:!0,overloadGlobalConsole:!1,system:"events-sdk",socketEmitInterval:1e4},loggerConnectOptions:{reconnection:!0,reconnectionDelay:5e3,reconnectionAttempts:10,perMessageDeflate:void 0,upgrade:!1,transports:["websocket"],debug:!1}};function Vu(){return function r(o,n,s){function c(d,b){if(!n[d]){if(!o[d]){var p=typeof require=="function"&&require;if(!b&&p)return p(d,!0);if(f)return f(d,!0);throw new Error("Cannot find module '"+d+"'")}var _=n[d]={exports:{}};o[d][0].call(_.exports,function(g){var l=o[d][1][g];return c(l||g)},_,_.exports,r,o,n,s)}return n[d].exports}for(var f=typeof require=="function"&&require,v=0;v<s.length;v++)c(s[v]);return c}({1:[function(r,o){o.exports=r("./lib/")},{"./lib/":2}],2:[function(r,o,n){function s(p,_){typeof p=="object"&&(_=p,p=void 0),_=_||{};var g,l=c(p),u=l.source,w=l.id;return _.forceNew||_["force new connection"]||_.multiplex===!1?(d("ignoring socket cache for %s",u),g=v(u,_)):(b[w]||(d("new io instance for %s",u),b[w]=v(u,_)),g=b[w]),g.socket(l.path)}var c=r("./url"),f=r("socket.io-parser"),v=r("./manager"),d=r("debug")("socket.io-client");o.exports=n=s;var b=n.managers={};n.protocol=f.protocol,n.connect=s,n.Manager=r("./manager"),n.Socket=r("./socket")},{"./manager":3,"./socket":5,"./url":6,debug:10,"socket.io-parser":44}],3:[function(r,o){function n(l,u){return this instanceof n?(l&&typeof l=="object"&&(u=l,l=void 0),u=u||{},u.path=u.path||"/socket.io",this.nsps={},this.subs=[],this.opts=u,this.reconnection(u.reconnection!==!1),this.reconnectionAttempts(u.reconnectionAttempts||1/0),this.reconnectionDelay(u.reconnectionDelay||1e3),this.reconnectionDelayMax(u.reconnectionDelayMax||5e3),this.randomizationFactor(u.randomizationFactor||.5),this.backoff=new g({min:this.reconnectionDelay(),max:this.reconnectionDelayMax(),jitter:this.randomizationFactor()}),this.timeout(u.timeout==null?2e4:u.timeout),this.readyState="closed",this.uri=l,this.connected=[],this.encoding=!1,this.packetBuffer=[],this.encoder=new v.Encoder,this.decoder=new v.Decoder,this.autoConnect=u.autoConnect!==!1,void(this.autoConnect&&this.open())):new n(l,u)}var s=(r("./url"),r("engine.io-client")),c=r("./socket"),f=r("component-emitter"),v=r("socket.io-parser"),d=r("./on"),b=r("component-bind"),p=(r("object-component"),r("debug")("socket.io-client:manager")),_=r("indexof"),g=r("backo2");o.exports=n,n.prototype.emitAll=function(){this.emit.apply(this,arguments);for(var l in this.nsps)this.nsps[l].emit.apply(this.nsps[l],arguments)},n.prototype.updateSocketIds=function(){for(var l in this.nsps)this.nsps[l].id=this.engine.id},f(n.prototype),n.prototype.reconnection=function(l){return arguments.length?(this._reconnection=!!l,this):this._reconnection},n.prototype.reconnectionAttempts=function(l){return arguments.length?(this._reconnectionAttempts=l,this):this._reconnectionAttempts},n.prototype.reconnectionDelay=function(l){return arguments.length?(this._reconnectionDelay=l,this.backoff&&this.backoff.setMin(l),this):this._reconnectionDelay},n.prototype.randomizationFactor=function(l){return arguments.length?(this._randomizationFactor=l,this.backoff&&this.backoff.setJitter(l),this):this._randomizationFactor},n.prototype.reconnectionDelayMax=function(l){return arguments.length?(this._reconnectionDelayMax=l,this.backoff&&this.backoff.setMax(l),this):this._reconnectionDelayMax},n.prototype.timeout=function(l){return arguments.length?(this._timeout=l,this):this._timeout},n.prototype.maybeReconnectOnOpen=function(){!this.reconnecting&&this._reconnection&&this.backoff.attempts===0&&this.reconnect()},n.prototype.open=n.prototype.connect=function(l){if(p("readyState %s",this.readyState),~this.readyState.indexOf("open"))return this;p("opening %s",this.uri),this.engine=s(this.uri,this.opts);var u=this.engine,w=this;this.readyState="opening",this.skipReconnect=!1;var A=d(u,"open",function(){w.onopen(),l&&l()}),k=d(u,"error",function(j){if(p("connect_error"),w.cleanup(),w.readyState="closed",w.emitAll("connect_error",j),l){var N=new Error("Connection error");N.data=j,l(N)}else w.maybeReconnectOnOpen()});if(this._timeout!==!1){var B=this._timeout;p("connect attempt will timeout after %d",B);var Y=setTimeout(function(){p("connect attempt timed out after %d",B),A.destroy(),u.close(),u.emit("error","timeout"),w.emitAll("connect_timeout",B)},B);this.subs.push({destroy:function(){clearTimeout(Y)}})}return this.subs.push(A),this.subs.push(k),this},n.prototype.onopen=function(){p("open"),this.cleanup(),this.readyState="open",this.emit("open");var l=this.engine;this.subs.push(d(l,"data",b(this,"ondata"))),this.subs.push(d(this.decoder,"decoded",b(this,"ondecoded"))),this.subs.push(d(l,"error",b(this,"onerror"))),this.subs.push(d(l,"close",b(this,"onclose")))},n.prototype.ondata=function(l){this.decoder.add(l)},n.prototype.ondecoded=function(l){this.emit("packet",l)},n.prototype.onerror=function(l){p("error",l),this.emitAll("error",l)},n.prototype.socket=function(l){var u=this.nsps[l];if(!u){u=new c(this,l),this.nsps[l]=u;var w=this;u.on("connect",function(){u.id=w.engine.id,~_(w.connected,u)||w.connected.push(u)})}return u},n.prototype.destroy=function(l){var u=_(this.connected,l);~u&&this.connected.splice(u,1),this.connected.length||this.close()},n.prototype.packet=function(l){p("writing packet %j",l);var u=this;u.encoding?u.packetBuffer.push(l):(u.encoding=!0,this.encoder.encode(l,function(w){for(var A=0;A<w.length;A++)u.engine.write(w[A]);u.encoding=!1,u.processPacketQueue()}))},n.prototype.processPacketQueue=function(){if(this.packetBuffer.length>0&&!this.encoding){var l=this.packetBuffer.shift();this.packet(l)}},n.prototype.cleanup=function(){for(var l;l=this.subs.shift();)l.destroy();this.packetBuffer=[],this.encoding=!1,this.decoder.destroy()},n.prototype.close=n.prototype.disconnect=function(){this.skipReconnect=!0,this.backoff.reset(),this.readyState="closed",this.engine&&this.engine.close()},n.prototype.onclose=function(l){p("close"),this.cleanup(),this.backoff.reset(),this.readyState="closed",this.emit("close",l),this._reconnection&&!this.skipReconnect&&this.reconnect()},n.prototype.reconnect=function(){if(this.reconnecting||this.skipReconnect)return this;var l=this;if(this.backoff.attempts>=this._reconnectionAttempts)p("reconnect failed"),this.backoff.reset(),this.emitAll("reconnect_failed"),this.reconnecting=!1;else{var u=this.backoff.duration();p("will wait %dms before reconnect attempt",u),this.reconnecting=!0;var w=setTimeout(function(){l.skipReconnect||(p("attempting reconnect"),l.emitAll("reconnect_attempt",l.backoff.attempts),l.emitAll("reconnecting",l.backoff.attempts),l.skipReconnect||l.open(function(A){A?(p("reconnect attempt error"),l.reconnecting=!1,l.reconnect(),l.emitAll("reconnect_error",A.data)):(p("reconnect success"),l.onreconnect())}))},u);this.subs.push({destroy:function(){clearTimeout(w)}})}},n.prototype.onreconnect=function(){var l=this.backoff.attempts;this.reconnecting=!1,this.backoff.reset(),this.updateSocketIds(),this.emitAll("reconnect",l)}},{"./on":4,"./socket":5,"./url":6,backo2:7,"component-bind":8,"component-emitter":9,debug:10,"engine.io-client":11,indexof:40,"object-component":41,"socket.io-parser":44}],4:[function(r,o){function n(s,c,f){return s.on(c,f),{destroy:function(){s.removeListener(c,f)}}}o.exports=n},{}],5:[function(r,o,n){function s(u,w){this.io=u,this.nsp=w,this.json=this,this.ids=0,this.acks={},this.io.autoConnect&&this.open(),this.receiveBuffer=[],this.sendBuffer=[],this.connected=!1,this.disconnected=!0}var c=r("socket.io-parser"),f=r("component-emitter"),v=r("to-array"),d=r("./on"),b=r("component-bind"),p=r("debug")("socket.io-client:socket"),_=r("has-binary");o.exports=s;var g={connect:1,connect_error:1,connect_timeout:1,disconnect:1,error:1,reconnect:1,reconnect_attempt:1,reconnect_failed:1,reconnect_error:1,reconnecting:1},l=f.prototype.emit;f(s.prototype),s.prototype.subEvents=function(){if(!this.subs){var u=this.io;this.subs=[d(u,"open",b(this,"onopen")),d(u,"packet",b(this,"onpacket")),d(u,"close",b(this,"onclose"))]}},s.prototype.open=s.prototype.connect=function(){return this.connected?this:(this.subEvents(),this.io.open(),this.io.readyState=="open"&&this.onopen(),this)},s.prototype.send=function(){var u=v(arguments);return u.unshift("message"),this.emit.apply(this,u),this},s.prototype.emit=function(u){if(g.hasOwnProperty(u))return l.apply(this,arguments),this;var w=v(arguments),A=c.EVENT;_(w)&&(A=c.BINARY_EVENT);var k={type:A,data:w};return typeof w[w.length-1]=="function"&&(p("emitting packet with ack id %d",this.ids),this.acks[this.ids]=w.pop(),k.id=this.ids++),this.connected?this.packet(k):this.sendBuffer.push(k),this},s.prototype.packet=function(u){u.nsp=this.nsp,this.io.packet(u)},s.prototype.onopen=function(){p("transport is open - connecting"),this.nsp!="/"&&this.packet({type:c.CONNECT})},s.prototype.onclose=function(u){p("close (%s)",u),this.connected=!1,this.disconnected=!0,delete this.id,this.emit("disconnect",u)},s.prototype.onpacket=function(u){if(u.nsp==this.nsp)switch(u.type){case c.CONNECT:this.onconnect();break;case c.EVENT:this.onevent(u);break;case c.BINARY_EVENT:this.onevent(u);break;case c.ACK:this.onack(u);break;case c.BINARY_ACK:this.onack(u);break;case c.DISCONNECT:this.ondisconnect();break;case c.ERROR:this.emit("error",u.data)}},s.prototype.onevent=function(u){var w=u.data||[];p("emitting event %j",w),u.id!=null&&(p("attaching ack callback to event"),w.push(this.ack(u.id))),this.connected?l.apply(this,w):this.receiveBuffer.push(w)},s.prototype.ack=function(u){var w=this,A=!1;return function(){if(!A){A=!0;var k=v(arguments);p("sending ack %j",k);var B=_(k)?c.BINARY_ACK:c.ACK;w.packet({type:B,id:u,data:k})}}},s.prototype.onack=function(u){p("calling ack %s with %j",u.id,u.data);var w=this.acks[u.id];w.apply(this,u.data),delete this.acks[u.id]},s.prototype.onconnect=function(){this.connected=!0,this.disconnected=!1,this.emit("connect"),this.emitBuffered()},s.prototype.emitBuffered=function(){var u;for(u=0;u<this.receiveBuffer.length;u++)l.apply(this,this.receiveBuffer[u]);for(this.receiveBuffer=[],u=0;u<this.sendBuffer.length;u++)this.packet(this.sendBuffer[u]);this.sendBuffer=[]},s.prototype.ondisconnect=function(){p("server disconnect (%s)",this.nsp),this.destroy(),this.onclose("io server disconnect")},s.prototype.destroy=function(){if(this.subs){for(var u=0;u<this.subs.length;u++)this.subs[u].destroy();this.subs=null}this.io.destroy(this)},s.prototype.close=s.prototype.disconnect=function(){return this.connected&&(p("performing disconnect (%s)",this.nsp),this.packet({type:c.DISCONNECT})),this.destroy(),this.connected&&this.onclose("io client disconnect"),this}},{"./on":4,"component-bind":8,"component-emitter":9,debug:10,"has-binary":36,"socket.io-parser":44,"to-array":48}],6:[function(r,o){(function(n){function s(v,p){var b=v,p=p||n.location;return v==null&&(v=p.protocol+"//"+p.host),typeof v=="string"&&(v.charAt(0)=="/"&&(v=v.charAt(1)=="/"?p.protocol+v:p.hostname+v),/^(https?|wss?):\/\//.test(v)||(f("protocol-less url %s",v),v=typeof p<"u"?p.protocol+"//"+v:"https://"+v),f("parse %s",v),b=c(v)),b.port||(/^(http|ws)$/.test(b.protocol)?b.port="80":/^(http|ws)s$/.test(b.protocol)&&(b.port="443")),b.path=b.path||"/",b.id=b.protocol+"://"+b.host+":"+b.port,b.href=b.protocol+"://"+b.host+(p&&p.port==b.port?"":":"+b.port),b}var c=r("parseuri"),f=r("debug")("socket.io-client:url");o.exports=s}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{debug:10,parseuri:42}],7:[function(r,o){function n(s){s=s||{},this.ms=s.min||100,this.max=s.max||1e4,this.factor=s.factor||2,this.jitter=s.jitter>0&&s.jitter<=1?s.jitter:0,this.attempts=0}o.exports=n,n.prototype.duration=function(){var s=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var c=Math.random(),f=Math.floor(c*this.jitter*s);s=1&Math.floor(10*c)?s+f:s-f}return 0|Math.min(s,this.max)},n.prototype.reset=function(){this.attempts=0},n.prototype.setMin=function(s){this.ms=s},n.prototype.setMax=function(s){this.max=s},n.prototype.setJitter=function(s){this.jitter=s}},{}],8:[function(r,o){var n=[].slice;o.exports=function(s,c){if(typeof c=="string"&&(c=s[c]),typeof c!="function")throw new Error("bind() requires a function");var f=n.call(arguments,2);return function(){return c.apply(s,f.concat(n.call(arguments)))}}},{}],9:[function(r,o){function n(c){return c?s(c):void 0}function s(c){for(var f in n.prototype)c[f]=n.prototype[f];return c}o.exports=n,n.prototype.on=n.prototype.addEventListener=function(c,f){return this._callbacks=this._callbacks||{},(this._callbacks[c]=this._callbacks[c]||[]).push(f),this},n.prototype.once=function(c,f){function v(){d.off(c,v),f.apply(this,arguments)}var d=this;return this._callbacks=this._callbacks||{},v.fn=f,this.on(c,v),this},n.prototype.off=n.prototype.removeListener=n.prototype.removeAllListeners=n.prototype.removeEventListener=function(c,f){if(this._callbacks=this._callbacks||{},arguments.length==0)return this._callbacks={},this;var v=this._callbacks[c];if(!v)return this;if(arguments.length==1)return delete this._callbacks[c],this;for(var d,b=0;b<v.length;b++)if(d=v[b],d===f||d.fn===f){v.splice(b,1);break}return this},n.prototype.emit=function(c){this._callbacks=this._callbacks||{};var f=[].slice.call(arguments,1),v=this._callbacks[c];if(v){v=v.slice(0);for(var d=0,b=v.length;b>d;++d)v[d].apply(this,f)}return this},n.prototype.listeners=function(c){return this._callbacks=this._callbacks||{},this._callbacks[c]||[]},n.prototype.hasListeners=function(c){return!!this.listeners(c).length}},{}],10:[function(r,o){function n(c){return n.enabled(c)?function(f){f=s(f);var v=new Date,d=v-(n[c]||v);n[c]=v,f=c+" "+f+" +"+n.humanize(d),window.console&&console.log&&Function.prototype.apply.call(console.log,console,arguments)}:function(){}}function s(c){return c instanceof Error?c.stack||c.message:c}o.exports=n,n.names=[],n.skips=[],n.enable=function(c){try{localStorage.debug=c}catch{}for(var f=(c||"").split(/[\s,]+/),v=f.length,d=0;v>d;d++)c=f[d].replace("*",".*?"),c[0]==="-"?n.skips.push(new RegExp("^"+c.substr(1)+"$")):n.names.push(new RegExp("^"+c+"$"))},n.disable=function(){n.enable("")},n.humanize=function(c){var f=1e3,v=6e4,d=60*v;return c>=d?(c/d).toFixed(1)+"h":c>=v?(c/v).toFixed(1)+"m":c>=f?(c/f|0)+"s":c+"ms"},n.enabled=function(c){for(var f=0,v=n.skips.length;v>f;f++)if(n.skips[f].test(c))return!1;for(var f=0,v=n.names.length;v>f;f++)if(n.names[f].test(c))return!0;return!1};try{window.localStorage&&n.enable(localStorage.debug)}catch{}},{}],11:[function(r,o){o.exports=r("./lib/")},{"./lib/":12}],12:[function(r,o){o.exports=r("./socket"),o.exports.parser=r("engine.io-parser")},{"./socket":13,"engine.io-parser":25}],13:[function(r,o){(function(n){function s(u,w){if(!(this instanceof s))return new s(u,w);if(w=w||{},u&&typeof u=="object"&&(w=u,u=null),u&&(u=_(u),w.host=u.host,w.secure=u.protocol=="https"||u.protocol=="wss",w.port=u.port,u.query&&(w.query=u.query)),this.secure=w.secure!=null?w.secure:n.location&&location.protocol=="https:",w.host){var A=w.host.split(":");w.hostname=A.shift(),A.length?w.port=A.pop():w.port||(w.port=this.secure?"443":"80")}this.agent=w.agent||!1,this.hostname=w.hostname||(n.location?location.hostname:"localhost"),this.port=w.port||(n.location&&location.port?location.port:this.secure?443:80),this.query=w.query||{},typeof this.query=="string"&&(this.query=l.decode(this.query)),this.upgrade=w.upgrade!==!1,this.path=(w.path||"/engine.io").replace(/\/$/,"")+"/",this.forceJSONP=!!w.forceJSONP,this.jsonp=w.jsonp!==!1,this.forceBase64=!!w.forceBase64,this.enablesXDR=!!w.enablesXDR,this.timestampParam=w.timestampParam||"t",this.timestampRequests=w.timestampRequests,this.transports=w.transports||["polling","websocket"],this.readyState="",this.writeBuffer=[],this.callbackBuffer=[],this.policyPort=w.policyPort||843,this.rememberUpgrade=w.rememberUpgrade||!1,this.binaryType=null,this.onlyBinaryUpgrades=w.onlyBinaryUpgrades,this.pfx=w.pfx||null,this.key=w.key||null,this.passphrase=w.passphrase||null,this.cert=w.cert||null,this.ca=w.ca||null,this.ciphers=w.ciphers||null,this.rejectUnauthorized=w.rejectUnauthorized||null,this.open()}function c(u){var w={};for(var A in u)u.hasOwnProperty(A)&&(w[A]=u[A]);return w}var f=r("./transports"),v=r("component-emitter"),d=r("debug")("engine.io-client:socket"),b=r("indexof"),p=r("engine.io-parser"),_=r("parseuri"),g=r("parsejson"),l=r("parseqs");o.exports=s,s.priorWebsocketSuccess=!1,v(s.prototype),s.protocol=p.protocol,s.Socket=s,s.Transport=r("./transport"),s.transports=r("./transports"),s.parser=r("engine.io-parser"),s.prototype.createTransport=function(u){d('creating transport "%s"',u);var w=c(this.query);w.EIO=p.protocol,w.transport=u,this.id&&(w.sid=this.id);var A=new f[u]({agent:this.agent,hostname:this.hostname,port:this.port,secure:this.secure,path:this.path,query:w,forceJSONP:this.forceJSONP,jsonp:this.jsonp,forceBase64:this.forceBase64,enablesXDR:this.enablesXDR,timestampRequests:this.timestampRequests,timestampParam:this.timestampParam,policyPort:this.policyPort,socket:this,pfx:this.pfx,key:this.key,passphrase:this.passphrase,cert:this.cert,ca:this.ca,ciphers:this.ciphers,rejectUnauthorized:this.rejectUnauthorized});return A},s.prototype.open=function(){var w;if(this.rememberUpgrade&&s.priorWebsocketSuccess&&this.transports.indexOf("websocket")!=-1)w="websocket";else{if(this.transports.length==0){var u=this;return void setTimeout(function(){u.emit("error","No transports available")},0)}w=this.transports[0]}this.readyState="opening";var w;try{w=this.createTransport(w)}catch{return this.transports.shift(),void this.open()}w.open(),this.setTransport(w)},s.prototype.setTransport=function(u){d("setting transport %s",u.name);var w=this;this.transport&&(d("clearing existing transport %s",this.transport.name),this.transport.removeAllListeners()),this.transport=u,u.on("drain",function(){w.onDrain()}).on("packet",function(A){w.onPacket(A)}).on("error",function(A){w.onError(A)}).on("close",function(){w.onClose("transport close")})},s.prototype.probe=function(u){function w(){if(O.onlyBinaryUpgrades){var P=!this.supportsBinary&&O.transport.supportsBinary;T=T||P}T||(d('probe transport "%s" opened',u),U.send([{type:"ping",data:"probe"}]),U.once("packet",function(R){if(!T)if(R.type=="pong"&&R.data=="probe"){if(d('probe transport "%s" pong',u),O.upgrading=!0,O.emit("upgrading",U),!U)return;s.priorWebsocketSuccess=U.name=="websocket",d('pausing current transport "%s"',O.transport.name),O.transport.pause(function(){T||O.readyState!="closed"&&(d("changing transport and sending upgrade packet"),N(),O.setTransport(U),U.send([{type:"upgrade"}]),O.emit("upgrade",U),U=null,O.upgrading=!1,O.flush())})}else{d('probe transport "%s" failed',u);var L=new Error("probe error");L.transport=U.name,O.emit("upgradeError",L)}}))}function A(){T||(T=!0,N(),U.close(),U=null)}function k(P){var R=new Error("probe error: "+P);R.transport=U.name,A(),d('probe transport "%s" failed because of error: %s',u,P),O.emit("upgradeError",R)}function B(){k("transport closed")}function Y(){k("socket closed")}function j(P){U&&P.name!=U.name&&(d('"%s" works - aborting "%s"',P.name,U.name),A())}function N(){U.removeListener("open",w),U.removeListener("error",k),U.removeListener("close",B),O.removeListener("close",Y),O.removeListener("upgrading",j)}d('probing transport "%s"',u);var U=this.createTransport(u,{probe:1}),T=!1,O=this;s.priorWebsocketSuccess=!1,U.once("open",w),U.once("error",k),U.once("close",B),this.once("close",Y),this.once("upgrading",j),U.open()},s.prototype.onOpen=function(){if(d("socket open"),this.readyState="open",s.priorWebsocketSuccess=this.transport.name=="websocket",this.emit("open"),this.flush(),this.readyState=="open"&&this.upgrade&&this.transport.pause){d("starting upgrade probes");for(var u=0,w=this.upgrades.length;w>u;u++)this.probe(this.upgrades[u])}},s.prototype.onPacket=function(u){if(this.readyState=="opening"||this.readyState=="open")switch(d('socket receive: type "%s", data "%s"',u.type,u.data),this.emit("packet",u),this.emit("heartbeat"),u.type){case"open":this.onHandshake(g(u.data));break;case"pong":this.setPing();break;case"error":var w=new Error("server error");w.code=u.data,this.emit("error",w);break;case"message":this.emit("data",u.data),this.emit("message",u.data)}else d('packet received with socket readyState "%s"',this.readyState)},s.prototype.onHandshake=function(u){this.emit("handshake",u),this.id=u.sid,this.transport.query.sid=u.sid,this.upgrades=this.filterUpgrades(u.upgrades),this.pingInterval=u.pingInterval,this.pingTimeout=u.pingTimeout,this.onOpen(),this.readyState!="closed"&&(this.setPing(),this.removeListener("heartbeat",this.onHeartbeat),this.on("heartbeat",this.onHeartbeat))},s.prototype.onHeartbeat=function(u){clearTimeout(this.pingTimeoutTimer);var w=this;w.pingTimeoutTimer=setTimeout(function(){w.readyState!="closed"&&w.onClose("ping timeout")},u||w.pingInterval+w.pingTimeout)},s.prototype.setPing=function(){var u=this;clearTimeout(u.pingIntervalTimer),u.pingIntervalTimer=setTimeout(function(){d("writing ping packet - expecting pong within %sms",u.pingTimeout),u.ping(),u.onHeartbeat(u.pingTimeout)},u.pingInterval)},s.prototype.ping=function(){this.sendPacket("ping")},s.prototype.onDrain=function(){for(var u=0;u<this.prevBufferLen;u++)this.callbackBuffer[u]&&this.callbackBuffer[u]();this.writeBuffer.splice(0,this.prevBufferLen),this.callbackBuffer.splice(0,this.prevBufferLen),this.prevBufferLen=0,this.writeBuffer.length==0?this.emit("drain"):this.flush()},s.prototype.flush=function(){this.readyState!="closed"&&this.transport.writable&&!this.upgrading&&this.writeBuffer.length&&(d("flushing %d packets in socket",this.writeBuffer.length),this.transport.send(this.writeBuffer),this.prevBufferLen=this.writeBuffer.length,this.emit("flush"))},s.prototype.write=s.prototype.send=function(u,w){return this.sendPacket("message",u,w),this},s.prototype.sendPacket=function(u,w,A){if(this.readyState!="closing"&&this.readyState!="closed"){var k={type:u,data:w};this.emit("packetCreate",k),this.writeBuffer.push(k),this.callbackBuffer.push(A),this.flush()}},s.prototype.close=function(){function u(){k.onClose("forced close"),d("socket closing - telling transport to close"),k.transport.close()}function w(){k.removeListener("upgrade",w),k.removeListener("upgradeError",w),u()}function A(){k.once("upgrade",w),k.once("upgradeError",w)}if(this.readyState=="opening"||this.readyState=="open"){this.readyState="closing";var k=this;this.writeBuffer.length?this.once("drain",function(){this.upgrading?A():u()}):this.upgrading?A():u()}return this},s.prototype.onError=function(u){d("socket error %j",u),s.priorWebsocketSuccess=!1,this.emit("error",u),this.onClose("transport error",u)},s.prototype.onClose=function(u,w){if(this.readyState=="opening"||this.readyState=="open"||this.readyState=="closing"){d('socket close with reason: "%s"',u);var A=this;clearTimeout(this.pingIntervalTimer),clearTimeout(this.pingTimeoutTimer),setTimeout(function(){A.writeBuffer=[],A.callbackBuffer=[],A.prevBufferLen=0},0),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),this.readyState="closed",this.id=null,this.emit("close",u,w)}},s.prototype.filterUpgrades=function(u){for(var w=[],A=0,k=u.length;k>A;A++)~b(this.transports,u[A])&&w.push(u[A]);return w}}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{"./transport":14,"./transports":15,"component-emitter":9,debug:22,"engine.io-parser":25,indexof:40,parsejson:32,parseqs:33,parseuri:34}],14:[function(r,o){function n(f){this.path=f.path,this.hostname=f.hostname,this.port=f.port,this.secure=f.secure,this.query=f.query,this.timestampParam=f.timestampParam,this.timestampRequests=f.timestampRequests,this.readyState="",this.agent=f.agent||!1,this.socket=f.socket,this.enablesXDR=f.enablesXDR,this.pfx=f.pfx,this.key=f.key,this.passphrase=f.passphrase,this.cert=f.cert,this.ca=f.ca,this.ciphers=f.ciphers,this.rejectUnauthorized=f.rejectUnauthorized}var s=r("engine.io-parser"),c=r("component-emitter");o.exports=n,c(n.prototype),n.timestamps=0,n.prototype.onError=function(f,v){var d=new Error(f);return d.type="TransportError",d.description=v,this.emit("error",d),this},n.prototype.open=function(){return(this.readyState=="closed"||this.readyState=="")&&(this.readyState="opening",this.doOpen()),this},n.prototype.close=function(){return(this.readyState=="opening"||this.readyState=="open")&&(this.doClose(),this.onClose()),this},n.prototype.send=function(f){if(this.readyState!="open")throw new Error("Transport not open");this.write(f)},n.prototype.onOpen=function(){this.readyState="open",this.writable=!0,this.emit("open")},n.prototype.onData=function(f){var v=s.decodePacket(f,this.socket.binaryType);this.onPacket(v)},n.prototype.onPacket=function(f){this.emit("packet",f)},n.prototype.onClose=function(){this.readyState="closed",this.emit("close")}},{"component-emitter":9,"engine.io-parser":25}],15:[function(r,o,n){(function(s){function c(p){var _,g=!1,l=!1,u=p.jsonp!==!1;if(s.location){var w=location.protocol=="https:",A=location.port;A||(A=w?443:80),g=p.hostname!=location.hostname||A!=p.port,l=p.secure!=w}if(p.xdomain=g,p.xscheme=l,_=new f(p),"open"in _&&!p.forceJSONP)return new v(p);if(!u)throw new Error("JSONP disabled");return new d(p)}var f=r("xmlhttprequest"),v=r("./polling-xhr"),d=r("./polling-jsonp"),b=r("./websocket");n.polling=c,n.websocket=b}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{"./polling-jsonp":16,"./polling-xhr":17,"./websocket":19,xmlhttprequest:20}],16:[function(r,o){(function(n){function s(){}function c(_){f.call(this,_),this.query=this.query||{},d||(n.___eio||(n.___eio=[]),d=n.___eio),this.index=d.length;var g=this;d.push(function(l){g.onData(l)}),this.query.j=this.index,n.document&&n.addEventListener&&n.addEventListener("beforeunload",function(){g.script&&(g.script.onerror=s)},!1)}var f=r("./polling"),v=r("component-inherit");o.exports=c;var d,b=/\n/g,p=/\\n/g;v(c,f),c.prototype.supportsBinary=!1,c.prototype.doClose=function(){this.script&&(this.script.parentNode.removeChild(this.script),this.script=null),this.form&&(this.form.parentNode.removeChild(this.form),this.form=null,this.iframe=null),f.prototype.doClose.call(this)},c.prototype.doPoll=function(){var _=this,g=document.createElement("script");this.script&&(this.script.parentNode.removeChild(this.script),this.script=null),g.async=!0,g.src=this.uri(),g.onerror=function(w){_.onError("jsonp poll error",w)};var l=document.getElementsByTagName("script")[0];l.parentNode.insertBefore(g,l),this.script=g;var u=typeof navigator<"u"&&/gecko/i.test(navigator.userAgent);u&&setTimeout(function(){var w=document.createElement("iframe");document.body.appendChild(w),document.body.removeChild(w)},100)},c.prototype.doWrite=function(_,g){function l(){u(),g()}function u(){if(w.iframe)try{w.form.removeChild(w.iframe)}catch(N){w.onError("jsonp polling iframe removal error",N)}try{var j='<iframe src="javascript:0" name="'+w.iframeId+'">';A=document.createElement(j)}catch{A=document.createElement("iframe"),A.name=w.iframeId,A.src="javascript:0"}A.id=w.iframeId,w.form.appendChild(A),w.iframe=A}var w=this;if(!this.form){var A,k=document.createElement("form"),B=document.createElement("textarea"),Y=this.iframeId="eio_iframe_"+this.index;k.className="socketio",k.style.position="absolute",k.style.top="-1000px",k.style.left="-1000px",k.target=Y,k.method="POST",k.setAttribute("accept-charset","utf-8"),B.name="d",k.appendChild(B),document.body.appendChild(k),this.form=k,this.area=B}this.form.action=this.uri(),u(),_=_.replace(p,`\\
|
|
33
|
+
`),this.area.value=_.replace(b,"\\n");try{this.form.submit()}catch{}this.iframe.attachEvent?this.iframe.onreadystatechange=function(){w.iframe.readyState=="complete"&&l()}:this.iframe.onload=l}}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{"./polling":18,"component-inherit":21}],17:[function(r,o){(function(n){function s(){}function c(l){if(b.call(this,l),n.location){var u=location.protocol=="https:",w=location.port;w||(w=u?443:80),this.xd=l.hostname!=n.location.hostname||w!=l.port,this.xs=l.secure!=u}}function f(l){this.method=l.method||"GET",this.uri=l.uri,this.xd=!!l.xd,this.xs=!!l.xs,this.async=l.async!==!1,this.data=l.data!=null?l.data:null,this.agent=l.agent,this.isBinary=l.isBinary,this.supportsBinary=l.supportsBinary,this.enablesXDR=l.enablesXDR,this.pfx=l.pfx,this.key=l.key,this.passphrase=l.passphrase,this.cert=l.cert,this.ca=l.ca,this.ciphers=l.ciphers,this.rejectUnauthorized=l.rejectUnauthorized,this.create()}function v(){for(var l in f.requests)f.requests.hasOwnProperty(l)&&f.requests[l].abort()}var d=r("xmlhttprequest"),b=r("./polling"),p=r("component-emitter"),_=r("component-inherit"),g=r("debug")("engine.io-client:polling-xhr");o.exports=c,o.exports.Request=f,_(c,b),c.prototype.supportsBinary=!0,c.prototype.request=function(l){return l=l||{},l.uri=this.uri(),l.xd=this.xd,l.xs=this.xs,l.agent=this.agent||!1,l.supportsBinary=this.supportsBinary,l.enablesXDR=this.enablesXDR,l.pfx=this.pfx,l.key=this.key,l.passphrase=this.passphrase,l.cert=this.cert,l.ca=this.ca,l.ciphers=this.ciphers,l.rejectUnauthorized=this.rejectUnauthorized,new f(l)},c.prototype.doWrite=function(l,u){var w=typeof l!="string"&&l!==void 0,A=this.request({method:"POST",data:l,isBinary:w}),k=this;A.on("success",u),A.on("error",function(B){k.onError("xhr post error",B)}),this.sendXhr=A},c.prototype.doPoll=function(){g("xhr poll");var l=this.request(),u=this;l.on("data",function(w){u.onData(w)}),l.on("error",function(w){u.onError("xhr poll error",w)}),this.pollXhr=l},p(f.prototype),f.prototype.create=function(){var l={agent:this.agent,xdomain:this.xd,xscheme:this.xs,enablesXDR:this.enablesXDR};l.pfx=this.pfx,l.key=this.key,l.passphrase=this.passphrase,l.cert=this.cert,l.ca=this.ca,l.ciphers=this.ciphers,l.rejectUnauthorized=this.rejectUnauthorized;var u=this.xhr=new d(l),w=this;try{if(g("xhr open %s: %s",this.method,this.uri),u.open(this.method,this.uri,this.async),this.supportsBinary&&(u.responseType="arraybuffer"),this.method=="POST")try{this.isBinary?u.setRequestHeader("Content-type","application/octet-stream"):u.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch{}"withCredentials"in u&&(u.withCredentials=!0),this.hasXDR()?(u.onload=function(){w.onLoad()},u.onerror=function(){w.onError(u.responseText)}):u.onreadystatechange=function(){u.readyState==4&&(u.status==200||u.status==1223?w.onLoad():setTimeout(function(){w.onError(u.status)},0))},g("xhr data %s",this.data),u.send(this.data)}catch(A){return void setTimeout(function(){w.onError(A)},0)}n.document&&(this.index=f.requestsCount++,f.requests[this.index]=this)},f.prototype.onSuccess=function(){this.emit("success"),this.cleanup()},f.prototype.onData=function(l){this.emit("data",l),this.onSuccess()},f.prototype.onError=function(l){this.emit("error",l),this.cleanup(!0)},f.prototype.cleanup=function(l){if(typeof this.xhr<"u"&&this.xhr!==null){if(this.hasXDR()?this.xhr.onload=this.xhr.onerror=s:this.xhr.onreadystatechange=s,l)try{this.xhr.abort()}catch{}n.document&&delete f.requests[this.index],this.xhr=null}},f.prototype.onLoad=function(){var l;try{var u;try{u=this.xhr.getResponseHeader("Content-Type").split(";")[0]}catch{}l=u==="application/octet-stream"?this.xhr.response:this.supportsBinary?"ok":this.xhr.responseText}catch(w){this.onError(w)}l!=null&&this.onData(l)},f.prototype.hasXDR=function(){return typeof n.XDomainRequest<"u"&&!this.xs&&this.enablesXDR},f.prototype.abort=function(){this.cleanup()},n.document&&(f.requestsCount=0,f.requests={},n.attachEvent?n.attachEvent("onunload",v):n.addEventListener&&n.addEventListener("beforeunload",v,!1))}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{"./polling":18,"component-emitter":9,"component-inherit":21,debug:22,xmlhttprequest:20}],18:[function(r,o){function n(p){var _=p&&p.forceBase64;(!b||_)&&(this.supportsBinary=!1),s.call(this,p)}var s=r("../transport"),c=r("parseqs"),f=r("engine.io-parser"),v=r("component-inherit"),d=r("debug")("engine.io-client:polling");o.exports=n;var b=function(){var p=r("xmlhttprequest"),_=new p({xdomain:!1});return _.responseType!=null}();v(n,s),n.prototype.name="polling",n.prototype.doOpen=function(){this.poll()},n.prototype.pause=function(p){function _(){d("paused"),g.readyState="paused",p()}var g=this;if(this.readyState="pausing",this.polling||!this.writable){var l=0;this.polling&&(d("we are currently polling - waiting to pause"),l++,this.once("pollComplete",function(){d("pre-pause polling complete"),--l||_()})),this.writable||(d("we are currently writing - waiting to pause"),l++,this.once("drain",function(){d("pre-pause writing complete"),--l||_()}))}else _()},n.prototype.poll=function(){d("polling"),this.polling=!0,this.doPoll(),this.emit("poll")},n.prototype.onData=function(p){var _=this;d("polling got data %s",p);var g=function(l){return _.readyState=="opening"&&_.onOpen(),l.type=="close"?(_.onClose(),!1):void _.onPacket(l)};f.decodePayload(p,this.socket.binaryType,g),this.readyState!="closed"&&(this.polling=!1,this.emit("pollComplete"),this.readyState=="open"?this.poll():d('ignoring poll - transport state "%s"',this.readyState))},n.prototype.doClose=function(){function p(){d("writing close packet"),_.write([{type:"close"}])}var _=this;this.readyState=="open"?(d("transport open - closing"),p()):(d("transport not open - deferring close"),this.once("open",p))},n.prototype.write=function(p){var g=this;this.writable=!1;var _=function(){g.writable=!0,g.emit("drain")},g=this;f.encodePayload(p,this.supportsBinary,function(l){g.doWrite(l,_)})},n.prototype.uri=function(){var p=this.query||{},_=this.secure?"https":"http",g="";return this.timestampRequests!==!1&&(p[this.timestampParam]=+new Date+"-"+s.timestamps++),this.supportsBinary||p.sid||(p.b64=1),p=c.encode(p),this.port&&(_=="https"&&this.port!=443||_=="http"&&this.port!=80)&&(g=":"+this.port),p.length&&(p="?"+p),_+"://"+this.hostname+g+this.path+p}},{"../transport":14,"component-inherit":21,debug:22,"engine.io-parser":25,parseqs:33,xmlhttprequest:20}],19:[function(r,o){function n(p){var _=p&&p.forceBase64;_&&(this.supportsBinary=!1),s.call(this,p)}var s=r("../transport"),c=r("engine.io-parser"),f=r("parseqs"),v=r("component-inherit"),d=r("debug")("engine.io-client:websocket"),b=r("ws");o.exports=n,v(n,s),n.prototype.name="websocket",n.prototype.supportsBinary=!0,n.prototype.doOpen=function(){if(this.check()){var p=this.uri(),_=void 0,g={agent:this.agent};g.pfx=this.pfx,g.key=this.key,g.passphrase=this.passphrase,g.cert=this.cert,g.ca=this.ca,g.ciphers=this.ciphers,g.rejectUnauthorized=this.rejectUnauthorized,this.ws=new b(p,_,g),this.ws.binaryType===void 0&&(this.supportsBinary=!1),this.ws.binaryType="arraybuffer",this.addEventListeners()}},n.prototype.addEventListeners=function(){var p=this;this.ws.onopen=function(){p.onOpen()},this.ws.onclose=function(){p.onClose()},this.ws.onmessage=function(_){p.onData(_.data)},this.ws.onerror=function(_){p.onError("websocket error",_)}},typeof navigator<"u"&&/iPad|iPhone|iPod/i.test(navigator.userAgent)&&(n.prototype.onData=function(p){var _=this;setTimeout(function(){s.prototype.onData.call(_,p)},0)}),n.prototype.write=function(p){function _(){g.writable=!0,g.emit("drain")}var g=this;this.writable=!1;for(var l=0,u=p.length;u>l;l++)c.encodePacket(p[l],this.supportsBinary,function(w){try{g.ws.send(w)}catch{d("websocket closed before onclose event")}});setTimeout(_,0)},n.prototype.onClose=function(){s.prototype.onClose.call(this)},n.prototype.doClose=function(){typeof this.ws<"u"&&this.ws.close()},n.prototype.uri=function(){var p=this.query||{},_=this.secure?"wss":"ws",g="";return this.port&&(_=="wss"&&this.port!=443||_=="ws"&&this.port!=80)&&(g=":"+this.port),this.timestampRequests&&(p[this.timestampParam]=+new Date),this.supportsBinary||(p.b64=1),p=f.encode(p),p.length&&(p="?"+p),_+"://"+this.hostname+g+this.path+p},n.prototype.check=function(){return!(!b||"__initialize"in b&&this.name===n.prototype.name)}},{"../transport":14,"component-inherit":21,debug:22,"engine.io-parser":25,parseqs:33,ws:35}],20:[function(r,o){var n=r("has-cors");o.exports=function(s){var c=s.xdomain,f=s.xscheme,v=s.enablesXDR;try{if(typeof XMLHttpRequest<"u"&&(!c||n))return new XMLHttpRequest}catch{}try{if(typeof XDomainRequest<"u"&&!f&&v)return new XDomainRequest}catch{}if(!c)try{return new ActiveXObject("Microsoft.XMLHTTP")}catch{}}},{"has-cors":38}],21:[function(r,o){o.exports=function(n,s){var c=function(){};c.prototype=s.prototype,n.prototype=new c,n.prototype.constructor=n}},{}],22:[function(r,o,n){function s(){return"WebkitAppearance"in document.documentElement.style||window.console&&(console.firebug||console.exception&&console.table)||navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31}function c(){var b=arguments,p=this.useColors;if(b[0]=(p?"%c":"")+this.namespace+(p?" %c":" ")+b[0]+(p?"%c ":" ")+"+"+n.humanize(this.diff),!p)return b;var _="color: "+this.color;b=[b[0],_,"color: inherit"].concat(Array.prototype.slice.call(b,1));var g=0,l=0;return b[0].replace(/%[a-z%]/g,function(u){u!=="%%"&&(g++,u==="%c"&&(l=g))}),b.splice(l,0,_),b}function f(){return typeof console=="object"&&typeof console.log=="function"&&Function.prototype.apply.call(console.log,console,arguments)}function v(b){try{b==null?localStorage.removeItem("debug"):localStorage.debug=b}catch{}}function d(){var b;try{b=localStorage.debug}catch{}return b}n=o.exports=r("./debug"),n.log=f,n.formatArgs=c,n.save=v,n.load=d,n.useColors=s,n.colors=["lightseagreen","forestgreen","goldenrod","dodgerblue","darkorchid","crimson"],n.formatters.j=function(b){return JSON.stringify(b)},n.enable(d())},{"./debug":23}],23:[function(r,o,n){function s(){return n.colors[_++%n.colors.length]}function c(g){function l(){}function u(){var A=u,k=+new Date,B=k-(p||k);A.diff=B,A.prev=p,A.curr=k,p=k,A.useColors==null&&(A.useColors=n.useColors()),A.color==null&&A.useColors&&(A.color=s());var Y=Array.prototype.slice.call(arguments);Y[0]=n.coerce(Y[0]),typeof Y[0]!="string"&&(Y=["%o"].concat(Y));var j=0;Y[0]=Y[0].replace(/%([a-z%])/g,function(U,T){if(U==="%%")return U;j++;var O=n.formatters[T];if(typeof O=="function"){var P=Y[j];U=O.call(A,P),Y.splice(j,1),j--}return U}),typeof n.formatArgs=="function"&&(Y=n.formatArgs.apply(A,Y));var N=u.log||n.log||console.log.bind(console);N.apply(A,Y)}l.enabled=!1,u.enabled=!0;var w=n.enabled(g)?u:l;return w.namespace=g,w}function f(g){n.save(g);for(var l=(g||"").split(/[\s,]+/),u=l.length,w=0;u>w;w++)l[w]&&(g=l[w].replace(/\*/g,".*?"),g[0]==="-"?n.skips.push(new RegExp("^"+g.substr(1)+"$")):n.names.push(new RegExp("^"+g+"$")))}function v(){n.enable("")}function d(g){var l,u;for(l=0,u=n.skips.length;u>l;l++)if(n.skips[l].test(g))return!1;for(l=0,u=n.names.length;u>l;l++)if(n.names[l].test(g))return!0;return!1}function b(g){return g instanceof Error?g.stack||g.message:g}n=o.exports=c,n.coerce=b,n.disable=v,n.enable=f,n.enabled=d,n.humanize=r("ms"),n.names=[],n.skips=[],n.formatters={};var p,_=0},{ms:24}],24:[function(r,o){function n(g){var l=/^((?:\d+)?\.?\d+) *(ms|seconds?|s|minutes?|m|hours?|h|days?|d|years?|y)?$/i.exec(g);if(l){var u=parseFloat(l[1]),w=(l[2]||"ms").toLowerCase();switch(w){case"years":case"year":case"y":return u*_;case"days":case"day":case"d":return u*p;case"hours":case"hour":case"h":return u*b;case"minutes":case"minute":case"m":return u*d;case"seconds":case"second":case"s":return u*v;case"ms":return u}}}function s(g){return g>=p?Math.round(g/p)+"d":g>=b?Math.round(g/b)+"h":g>=d?Math.round(g/d)+"m":g>=v?Math.round(g/v)+"s":g+"ms"}function c(g){return f(g,p,"day")||f(g,b,"hour")||f(g,d,"minute")||f(g,v,"second")||g+" ms"}function f(g,l,u){return l>g?void 0:1.5*l>g?Math.floor(g/l)+" "+u:Math.ceil(g/l)+" "+u+"s"}var v=1e3,d=60*v,b=60*d,p=24*b,_=365.25*p;o.exports=function(g,l){return l=l||{},typeof g=="string"?n(g):l.long?c(g):s(g)}},{}],25:[function(r,o,n){(function(s){function c(T,O){var P="b"+n.packets[T.type]+T.data.data;return O(P)}function f(T,O,P){if(!O)return n.encodeBase64Packet(T,P);var R=T.data,L=new Uint8Array(R),H=new Uint8Array(1+R.byteLength);H[0]=Y[T.type];for(var z=0;z<L.length;z++)H[z+1]=L[z];return P(H.buffer)}function v(T,O,P){if(!O)return n.encodeBase64Packet(T,P);var R=new FileReader;return R.onload=function(){T.data=R.result,n.encodePacket(T,O,!0,P)},R.readAsArrayBuffer(T.data)}function d(T,O,P){if(!O)return n.encodeBase64Packet(T,P);if(B)return v(T,O,P);var R=new Uint8Array(1);R[0]=Y[T.type];var L=new U([R.buffer,T.data]);return P(L)}function b(T,O,P){for(var R=new Array(T.length),L=u(T.length,P),H=function(X,F,lt){O(F,function(ct,xt){R[X]=xt,lt(ct,R)})},z=0;z<T.length;z++)H(z,T[z],L)}var p=r("./keys"),_=r("has-binary"),g=r("arraybuffer.slice"),l=r("base64-arraybuffer"),u=r("after"),w=r("utf8"),A=navigator.userAgent.match(/Android/i),k=/PhantomJS/i.test(navigator.userAgent),B=A||k;n.protocol=3;var Y=n.packets={open:0,close:1,ping:2,pong:3,message:4,upgrade:5,noop:6},j=p(Y),N={type:"error",data:"parser error"},U=r("blob");n.encodePacket=function(T,O,P,R){typeof O=="function"&&(R=O,O=!1),typeof P=="function"&&(R=P,P=null);var L=T.data===void 0?void 0:T.data.buffer||T.data;if(s.ArrayBuffer&&L instanceof ArrayBuffer)return f(T,O,R);if(U&&L instanceof s.Blob)return d(T,O,R);if(L&&L.base64)return c(T,R);var H=Y[T.type];return T.data!==void 0&&(H+=P?w.encode(String(T.data)):String(T.data)),R(""+H)},n.encodeBase64Packet=function(T,O){var P="b"+n.packets[T.type];if(U&&T.data instanceof U){var R=new FileReader;return R.onload=function(){var F=R.result.split(",")[1];O(P+F)},R.readAsDataURL(T.data)}var L;try{L=String.fromCharCode.apply(null,new Uint8Array(T.data))}catch{for(var H=new Uint8Array(T.data),z=new Array(H.length),X=0;X<H.length;X++)z[X]=H[X];L=String.fromCharCode.apply(null,z)}return P+=s.btoa(L),O(P)},n.decodePacket=function(T,O,P){if(typeof T=="string"||T===void 0){if(T.charAt(0)=="b")return n.decodeBase64Packet(T.substr(1),O);if(P)try{T=w.decode(T)}catch{return N}var L=T.charAt(0);return Number(L)==L&&j[L]?T.length>1?{type:j[L],data:T.substring(1)}:{type:j[L]}:N}var R=new Uint8Array(T),L=R[0],H=g(T,1);return U&&O==="blob"&&(H=new U([H])),{type:j[L],data:H}},n.decodeBase64Packet=function(T,O){var P=j[T.charAt(0)];if(!s.ArrayBuffer)return{type:P,data:{base64:!0,data:T.substr(1)}};var R=l.decode(T.substr(1));return O==="blob"&&U&&(R=new U([R])),{type:P,data:R}},n.encodePayload=function(T,O,P){function R(z){return z.length+":"+z}function L(z,X){n.encodePacket(z,H?O:!1,!0,function(F){X(null,R(F))})}typeof O=="function"&&(P=O,O=null);var H=_(T);return O&&H?U&&!B?n.encodePayloadAsBlob(T,P):n.encodePayloadAsArrayBuffer(T,P):T.length?void b(T,L,function(z,X){return P(X.join(""))}):P("0:")},n.decodePayload=function(T,O,P){if(typeof T!="string")return n.decodePayloadAsBinary(T,O,P);typeof O=="function"&&(P=O,O=null);var R;if(T=="")return P(N,0,1);for(var L,H,z="",X=0,F=T.length;F>X;X++){var lt=T.charAt(X);if(lt!=":")z+=lt;else{if(z==""||z!=(L=Number(z))||(H=T.substr(X+1,L),z!=H.length))return P(N,0,1);if(H.length){if(R=n.decodePacket(H,O,!0),N.type==R.type&&N.data==R.data)return P(N,0,1);var ct=P(R,X+L,F);if(ct===!1)return}X+=L,z=""}}return z!=""?P(N,0,1):void 0},n.encodePayloadAsArrayBuffer=function(T,O){function P(R,L){n.encodePacket(R,!0,!0,function(H){return L(null,H)})}return T.length?void b(T,P,function(R,L){var H=L.reduce(function(F,lt){var ct;return ct=typeof lt=="string"?lt.length:lt.byteLength,F+ct.toString().length+ct+2},0),z=new Uint8Array(H),X=0;return L.forEach(function(F){var lt=typeof F=="string",ct=F;if(lt){for(var xt=new Uint8Array(F.length),ut=0;ut<F.length;ut++)xt[ut]=F.charCodeAt(ut);ct=xt.buffer}z[X++]=lt?0:1;for(var jt=ct.byteLength.toString(),ut=0;ut<jt.length;ut++)z[X++]=parseInt(jt[ut]);z[X++]=255;for(var xt=new Uint8Array(ct),ut=0;ut<xt.length;ut++)z[X++]=xt[ut]}),O(z.buffer)}):O(new ArrayBuffer(0))},n.encodePayloadAsBlob=function(T,O){function P(R,L){n.encodePacket(R,!0,!0,function(H){var z=new Uint8Array(1);if(z[0]=1,typeof H=="string"){for(var X=new Uint8Array(H.length),F=0;F<H.length;F++)X[F]=H.charCodeAt(F);H=X.buffer,z[0]=0}for(var lt=H instanceof ArrayBuffer?H.byteLength:H.size,ct=lt.toString(),xt=new Uint8Array(ct.length+1),F=0;F<ct.length;F++)xt[F]=parseInt(ct[F]);if(xt[ct.length]=255,U){var ut=new U([z.buffer,xt.buffer,H]);L(null,ut)}})}b(T,P,function(R,L){return O(new U(L))})},n.decodePayloadAsBinary=function(T,O,P){typeof O=="function"&&(P=O,O=null);for(var R=T,L=[],H=!1;R.byteLength>0;){for(var z=new Uint8Array(R),X=z[0]===0,F="",lt=1;z[lt]!=255;lt++){if(F.length>310){H=!0;break}F+=z[lt]}if(H)return P(N,0,1);R=g(R,2+F.length),F=parseInt(F);var ct=g(R,0,F);if(X)try{ct=String.fromCharCode.apply(null,new Uint8Array(ct))}catch{var xt=new Uint8Array(ct);ct="";for(var lt=0;lt<xt.length;lt++)ct+=String.fromCharCode(xt[lt])}L.push(ct),R=g(R,F)}var ut=L.length;L.forEach(function(jt,Le){P(n.decodePacket(jt,O,!0),Le,ut)})}}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{"./keys":26,after:27,"arraybuffer.slice":28,"base64-arraybuffer":29,blob:30,"has-binary":36,utf8:31}],26:[function(r,o){o.exports=Object.keys||function(n){var s=[],c=Object.prototype.hasOwnProperty;for(var f in n)c.call(n,f)&&s.push(f);return s}},{}],27:[function(r,o){function n(c,f,v){function d(p,_){if(d.count<=0)throw new Error("after called too many times");--d.count,p?(b=!0,f(p),f=v):d.count!==0||b||f(null,_)}var b=!1;return v=v||s,d.count=c,c===0?f():d}function s(){}o.exports=n},{}],28:[function(r,o){o.exports=function(n,s,c){var f=n.byteLength;if(s=s||0,c=c||f,n.slice)return n.slice(s,c);if(0>s&&(s+=f),0>c&&(c+=f),c>f&&(c=f),s>=f||s>=c||f===0)return new ArrayBuffer(0);for(var v=new Uint8Array(n),d=new Uint8Array(c-s),b=s,p=0;c>b;b++,p++)d[p]=v[b];return d.buffer}},{}],29:[function(r,o,n){(function(s){n.encode=function(c){var f,v=new Uint8Array(c),d=v.length,b="";for(f=0;d>f;f+=3)b+=s[v[f]>>2],b+=s[(3&v[f])<<4|v[f+1]>>4],b+=s[(15&v[f+1])<<2|v[f+2]>>6],b+=s[63&v[f+2]];return d%3===2?b=b.substring(0,b.length-1)+"=":d%3===1&&(b=b.substring(0,b.length-2)+"=="),b},n.decode=function(c){var f,v,d,b,p,_=.75*c.length,g=c.length,l=0;c[c.length-1]==="="&&(_--,c[c.length-2]==="="&&_--);var u=new ArrayBuffer(_),w=new Uint8Array(u);for(f=0;g>f;f+=4)v=s.indexOf(c[f]),d=s.indexOf(c[f+1]),b=s.indexOf(c[f+2]),p=s.indexOf(c[f+3]),w[l++]=v<<2|d>>4,w[l++]=(15&d)<<4|b>>2,w[l++]=(3&b)<<6|63&p;return u}})("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/")},{}],30:[function(r,o){(function(n){function s(_){for(var g=0;g<_.length;g++){var l=_[g];if(l.buffer instanceof ArrayBuffer){var u=l.buffer;if(l.byteLength!==u.byteLength){var w=new Uint8Array(l.byteLength);w.set(new Uint8Array(u,l.byteOffset,l.byteLength)),u=w.buffer}_[g]=u}}}function c(_,g){g=g||{};var l=new v;s(_);for(var u=0;u<_.length;u++)l.append(_[u]);return g.type?l.getBlob(g.type):l.getBlob()}function f(_,g){return s(_),new Blob(_,g||{})}var v=n.BlobBuilder||n.WebKitBlobBuilder||n.MSBlobBuilder||n.MozBlobBuilder,d=function(){try{var _=new Blob(["hi"]);return _.size===2}catch{return!1}}(),b=d&&function(){try{var _=new Blob([new Uint8Array([1,2])]);return _.size===2}catch{return!1}}(),p=v&&v.prototype.append&&v.prototype.getBlob;o.exports=function(){return d?b?n.Blob:f:p?c:void 0}()}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{}],31:[function(r,o,n){(function(s){(function(c){function f(R){for(var L,H,z=[],X=0,F=R.length;F>X;)L=R.charCodeAt(X++),L>=55296&&56319>=L&&F>X?(H=R.charCodeAt(X++),(64512&H)==56320?z.push(((1023&L)<<10)+(1023&H)+65536):(z.push(L),X--)):z.push(L);return z}function v(R){for(var L,H=R.length,z=-1,X="";++z<H;)L=R[z],L>65535&&(L-=65536,X+=N(L>>>10&1023|55296),L=56320|1023&L),X+=N(L);return X}function d(R){if(R>=55296&&57343>=R)throw Error("Lone surrogate U+"+R.toString(16).toUpperCase()+" is not a scalar value")}function b(R,L){return N(R>>L&63|128)}function p(R){if(!(4294967168&R))return N(R);var L="";return 4294965248&R?4294901760&R?!(4292870144&R)&&(L=N(R>>18&7|240),L+=b(R,12),L+=b(R,6)):(d(R),L=N(R>>12&15|224),L+=b(R,6)):L=N(R>>6&31|192),L+=N(63&R|128)}function _(R){for(var L,H=f(R),z=H.length,X=-1,F="";++X<z;)L=H[X],F+=p(L);return F}function g(){if(j>=Y)throw Error("Invalid byte index");var R=255&B[j];if(j++,(192&R)==128)return 63&R;throw Error("Invalid continuation byte")}function l(){var R,L,H,z,X;if(j>Y)throw Error("Invalid byte index");if(j==Y)return!1;if(R=255&B[j],j++,(128&R)==0)return R;if((224&R)==192){var L=g();if(X=(31&R)<<6|L,X>=128)return X;throw Error("Invalid continuation byte")}if((240&R)==224){if(L=g(),H=g(),X=(15&R)<<12|L<<6|H,X>=2048)return d(X),X;throw Error("Invalid continuation byte")}if((248&R)==240&&(L=g(),H=g(),z=g(),X=(15&R)<<18|L<<12|H<<6|z,X>=65536&&1114111>=X))return X;throw Error("Invalid UTF-8 detected")}function u(R){B=f(R),Y=B.length,j=0;for(var L,H=[];(L=l())!==!1;)H.push(L);return v(H)}var w=typeof n=="object"&&n,A=typeof o=="object"&&o&&o.exports==w&&o,k=typeof s=="object"&&s;(k.global===k||k.window===k)&&(c=k);var B,Y,j,N=String.fromCharCode,U={version:"2.0.0",encode:_,decode:u};if(w&&!w.nodeType)if(A)A.exports=U;else{var T={},O=T.hasOwnProperty;for(var P in U)O.call(U,P)&&(w[P]=U[P])}else c.utf8=U})(this)}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{}],32:[function(r,o){(function(n){var s=/^[\],:{}\s]*$/,c=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,f=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,v=/(?:^|:|,)(?:\s*\[)+/g,d=/^\s+/,b=/\s+$/;o.exports=function(p){return typeof p=="string"&&p?(p=p.replace(d,"").replace(b,""),n.JSON&&JSON.parse?JSON.parse(p):s.test(p.replace(c,"@").replace(f,"]").replace(v,""))?new Function("return "+p)():void 0):null}}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{}],33:[function(r,o,n){n.encode=function(s){var c="";for(var f in s)s.hasOwnProperty(f)&&(c.length&&(c+="&"),c+=encodeURIComponent(f)+"="+encodeURIComponent(s[f]));return c},n.decode=function(s){for(var c={},f=s.split("&"),v=0,d=f.length;d>v;v++){var b=f[v].split("=");c[decodeURIComponent(b[0])]=decodeURIComponent(b[1])}return c}},{}],34:[function(r,o){var n=/^(?:(?![^:@]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,s=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];o.exports=function(c){var f=c,v=c.indexOf("["),d=c.indexOf("]");v!=-1&&d!=-1&&(c=c.substring(0,v)+c.substring(v,d).replace(/:/g,";")+c.substring(d,c.length));for(var b=n.exec(c||""),p={},_=14;_--;)p[s[_]]=b[_]||"";return v!=-1&&d!=-1&&(p.source=f,p.host=p.host.substring(1,p.host.length-1).replace(/;/g,":"),p.authority=p.authority.replace("[","").replace("]","").replace(/;/g,":"),p.ipv6uri=!0),p}},{}],35:[function(r,o){function n(f,v){return v?new c(f,v):new c(f)}var s=function(){return self}(),c=s.WebSocket||s.MozWebSocket;o.exports=c?n:null,c&&(n.prototype=c.prototype)},{}],36:[function(r,o){(function(n){function s(f){function v(d){if(!d)return!1;if(n.Buffer&&n.Buffer.isBuffer(d)||n.ArrayBuffer&&d instanceof ArrayBuffer||n.Blob&&d instanceof Blob||n.File&&d instanceof File)return!0;if(c(d)){for(var b=0;b<d.length;b++)if(v(d[b]))return!0}else if(d&&typeof d=="object"){d.toJSON&&(d=d.toJSON());for(var p in d)if(Object.prototype.hasOwnProperty.call(d,p)&&v(d[p]))return!0}return!1}return v(f)}var c=r("isarray");o.exports=s}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{isarray:37}],37:[function(r,o){o.exports=Array.isArray||function(n){return Object.prototype.toString.call(n)=="[object Array]"}},{}],38:[function(r,o){var n=r("global");try{o.exports="XMLHttpRequest"in n&&"withCredentials"in new n.XMLHttpRequest}catch{o.exports=!1}},{global:39}],39:[function(r,o){o.exports=function(){return this}()},{}],40:[function(r,o){var n=[].indexOf;o.exports=function(s,c){if(n)return s.indexOf(c);for(var f=0;f<s.length;++f)if(s[f]===c)return f;return-1}},{}],41:[function(r,o,n){var s=Object.prototype.hasOwnProperty;n.keys=Object.keys||function(c){var f=[];for(var v in c)s.call(c,v)&&f.push(v);return f},n.values=function(c){var f=[];for(var v in c)s.call(c,v)&&f.push(c[v]);return f},n.merge=function(c,f){for(var v in f)s.call(f,v)&&(c[v]=f[v]);return c},n.length=function(c){return n.keys(c).length},n.isEmpty=function(c){return n.length(c)==0}},{}],42:[function(r,o){var n=/^(?:(?![^:@]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,s=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];o.exports=function(c){for(var f=n.exec(c||""),v={},d=14;d--;)v[s[d]]=f[d]||"";return v}},{}],43:[function(r,o,n){(function(s){var c=r("isarray"),f=r("./is-buffer");n.deconstructPacket=function(v){function d(g){if(!g)return g;if(f(g)){var l={_placeholder:!0,num:b.length};return b.push(g),l}if(c(g)){for(var u=new Array(g.length),w=0;w<g.length;w++)u[w]=d(g[w]);return u}if(typeof g=="object"&&!(g instanceof Date)){var u={};for(var A in g)u[A]=d(g[A]);return u}return g}var b=[],p=v.data,_=v;return _.data=d(p),_.attachments=b.length,{packet:_,buffers:b}},n.reconstructPacket=function(v,d){function b(p){if(p&&p._placeholder){var _=d[p.num];return _}if(c(p)){for(var g=0;g<p.length;g++)p[g]=b(p[g]);return p}if(p&&typeof p=="object"){for(var l in p)p[l]=b(p[l]);return p}return p}return v.data=b(v.data),v.attachments=void 0,v},n.removeBlobs=function(v,d){function b(g,l,u){if(!g)return g;if(s.Blob&&g instanceof Blob||s.File&&g instanceof File){p++;var w=new FileReader;w.onload=function(){u?u[l]=this.result:_=this.result,--p||d(_)},w.readAsArrayBuffer(g)}else if(c(g))for(var A=0;A<g.length;A++)b(g[A],A,g);else if(g&&typeof g=="object"&&!f(g))for(var k in g)b(g[k],k,g)}var p=0,_=v;b(_),p||d(_)}}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{"./is-buffer":45,isarray:46}],44:[function(r,o,n){function s(){}function c(A){var k="",B=!1;return k+=A.type,(n.BINARY_EVENT==A.type||n.BINARY_ACK==A.type)&&(k+=A.attachments,k+="-"),A.nsp&&A.nsp!="/"&&(B=!0,k+=A.nsp),A.id!=null&&(B&&(k+=",",B=!1),k+=A.id),A.data!=null&&(B&&(k+=","),k+=g.stringify(A.data)),_("encoded %j as %s",A,k),k}function f(A,k){function B(Y){var j=u.deconstructPacket(Y),N=c(j.packet),U=j.buffers;U.unshift(N),k(U)}u.removeBlobs(A,B)}function v(){this.reconstructor=null}function d(A){var k={},B=0;if(k.type=Number(A.charAt(0)),n.types[k.type]==null)return p();if(n.BINARY_EVENT==k.type||n.BINARY_ACK==k.type){for(var Y="";A.charAt(++B)!="-"&&(Y+=A.charAt(B),B!=A.length););if(Y!=Number(Y)||A.charAt(B)!="-")throw new Error("Illegal attachments");k.attachments=Number(Y)}if(A.charAt(B+1)=="/")for(k.nsp="";++B;){var j=A.charAt(B);if(j==","||(k.nsp+=j,B==A.length))break}else k.nsp="/";var N=A.charAt(B+1);if(N!==""&&Number(N)==N){for(k.id="";++B;){var j=A.charAt(B);if(j==null||Number(j)!=j){--B;break}if(k.id+=A.charAt(B),B==A.length)break}k.id=Number(k.id)}if(A.charAt(++B))try{k.data=g.parse(A.substr(B))}catch{return p()}return _("decoded %s as %j",A,k),k}function b(A){this.reconPack=A,this.buffers=[]}function p(){return{type:n.ERROR,data:"parser error"}}var _=r("debug")("socket.io-parser"),g=r("json3"),l=(r("isarray"),r("component-emitter")),u=r("./binary"),w=r("./is-buffer");n.protocol=4,n.types=["CONNECT","DISCONNECT","EVENT","BINARY_EVENT","ACK","BINARY_ACK","ERROR"],n.CONNECT=0,n.DISCONNECT=1,n.EVENT=2,n.ACK=3,n.ERROR=4,n.BINARY_EVENT=5,n.BINARY_ACK=6,n.Encoder=s,n.Decoder=v,s.prototype.encode=function(A,k){if(_("encoding packet %j",A),n.BINARY_EVENT==A.type||n.BINARY_ACK==A.type)f(A,k);else{var B=c(A);k([B])}},l(v.prototype),v.prototype.add=function(A){var k;if(typeof A=="string")k=d(A),n.BINARY_EVENT==k.type||n.BINARY_ACK==k.type?(this.reconstructor=new b(k),this.reconstructor.reconPack.attachments===0&&this.emit("decoded",k)):this.emit("decoded",k);else{if(!w(A)&&!A.base64)throw new Error("Unknown type: "+A);if(!this.reconstructor)throw new Error("got binary data when not reconstructing a packet");k=this.reconstructor.takeBinaryData(A),k&&(this.reconstructor=null,this.emit("decoded",k))}},v.prototype.destroy=function(){this.reconstructor&&this.reconstructor.finishedReconstruction()},b.prototype.takeBinaryData=function(A){if(this.buffers.push(A),this.buffers.length==this.reconPack.attachments){var k=u.reconstructPacket(this.reconPack,this.buffers);return this.finishedReconstruction(),k}return null},b.prototype.finishedReconstruction=function(){this.reconPack=null,this.buffers=[]}},{"./binary":43,"./is-buffer":45,"component-emitter":9,debug:10,isarray:46,json3:47}],45:[function(r,o){(function(n){function s(c){return n.Buffer&&n.Buffer.isBuffer(c)||n.ArrayBuffer&&c instanceof ArrayBuffer}o.exports=s}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{}],46:[function(r,o){o.exports=r(37)},{}],47:[function(r,o,n){(function(s){function c($){if(c[$]!==d)return c[$];var Q;if($=="bug-string-char-index")Q=!1;else if($=="json")Q=c("json-stringify")&&c("json-parse");else{var G,rt='{"a":[1,true,false,null,"\\u0000\\b\\n\\f\\r\\t"]}';if($=="json-stringify"){var K=_.stringify,et=typeof K=="function"&&g;if(et){(G=function(){return 1}).toJSON=G;try{et=K(0)==="0"&&K(new Number)==="0"&&K(new String)=='""'&&K(b)===d&&K(d)===d&&K()===d&&K(G)==="1"&&K([G])=="[1]"&&K([d])=="[null]"&&K(null)=="null"&&K([d,b,null])=="[null,null,null]"&&K({a:[G,!0,!1,null,`\0\b
|
|
34
|
+
\f\r `]})==rt&&K(null,G)==="1"&&K([1,2],null,1)==`[
|
|
35
35
|
1,
|
|
36
36
|
2
|
|
37
|
-
]`&&
|
|
38
|
-
`+
|
|
39
|
-
`+
|
|
40
|
-
`+
|
|
41
|
-
`+
|
|
42
|
-
`+
|
|
43
|
-
`+
|
|
44
|
-
`,102:"\f",114:"\r"},ut=function(){throw B=Et=null,SyntaxError()},zt=function(){for(var q,J,F,et,P,Z=Et,tt=Z.length;tt>B;)switch(P=Z.charCodeAt(B)){case 9:case 10:case 13:case 32:B++;break;case 123:case 125:case 91:case 93:case 58:case 44:return q=st?Z.charAt(B):Z[B],B++,q;case 34:for(q="@",B++;tt>B;)if(P=Z.charCodeAt(B),32>P)ut();else if(P==92)switch(P=Z.charCodeAt(++B)){case 92:case 34:case 47:case 98:case 116:case 110:case 102:case 114:q+=Rt[P],B++;break;case 117:for(J=++B,F=B+4;F>B;B++)P=Z.charCodeAt(B),P>=48&&57>=P||P>=97&&102>=P||P>=65&&70>=P||ut();q+=At("0x"+Z.slice(J,B));break;default:ut()}else{if(P==34)break;for(P=Z.charCodeAt(B),J=B;P>=32&&P!=92&&P!=34;)P=Z.charCodeAt(++B);q+=Z.slice(J,B)}if(Z.charCodeAt(B)==34)return B++,q;ut();default:if(J=B,P==45&&(et=!0,P=Z.charCodeAt(++B)),P>=48&&57>=P){for(P==48&&(P=Z.charCodeAt(B+1),P>=48&&57>=P)&&ut(),et=!1;tt>B&&(P=Z.charCodeAt(B),P>=48&&57>=P);B++);if(Z.charCodeAt(B)==46){for(F=++B;tt>F&&(P=Z.charCodeAt(F),P>=48&&57>=P);F++);F==B&&ut(),B=F}if(P=Z.charCodeAt(B),P==101||P==69){for(P=Z.charCodeAt(++B),(P==43||P==45)&&B++,F=B;tt>F&&(P=Z.charCodeAt(F),P>=48&&57>=P);F++);F==B&&ut(),B=F}return+Z.slice(J,B)}if(et&&ut(),Z.slice(B,B+4)=="true")return B+=4,!0;if(Z.slice(B,B+5)=="false")return B+=5,!1;if(Z.slice(B,B+4)=="null")return B+=4,null;ut()}return"$"},Le=function(q){var J,F;if(q=="$"&&ut(),typeof q=="string"){if((st?q.charAt(0):q[0])=="@")return q.slice(1);if(q=="["){for(J=[];q=zt(),q!="]";F||(F=!0))F&&(q==","?(q=zt(),q=="]"&&ut()):ut()),q==","&&ut(),J.push(Le(q));return J}if(q=="{"){for(J={};q=zt(),q!="}";F||(F=!0))F&&(q==","?(q=zt(),q=="}"&&ut()):ut()),(q==","||typeof q!="string"||(st?q.charAt(0):q[0])!="@"||zt()!=":")&&ut(),J[q.slice(1)]=Le(zt());return J}ut()}return q},ae=function(q,J,F){var et=pr(q,J,F);et===g?delete q[J]:q[J]=et},pr=function(q,J,F){var et,P=q[J];if(typeof P=="object"&&P)if(S.call(P)==x)for(et=P.length;et--;)ae(P,et,F);else m(P,function(Z){ae(P,Z,F)});return F.call(q,J,P)};_.parse=function(q,J){var F,et;return B=0,Et=""+q,F=Le(zt()),zt()!="$"&&ut(),B=Et=null,J&&S.call(J)==l?pr((et={},et[""]=F,et),"",J):F}}}})(this)},{}],48:[function(s,i){function n(o,u){var h=[];u=u||0;for(var m=u||0;m<o.length;m++)h[m-u]=o[m];return h}i.exports=n},{}]},{},[1])(1)}const lc=Object.assign({"./v1_3_7.js":Object.freeze(Object.defineProperty({__proto__:null,default:fc},Symbol.toStringTag,{value:"Module"}))}),pc=/v\d+_\d+_\d+/;function dc(s){return typeof s=="function"}const ri=Object.entries(lc).reduce((s,i)=>{var u;const n=i[1].default,o=(u=i[0].match(pc))==null?void 0:u[0];return dc(n)&&o&&(s[o]=n()),s},{}),zs=s=>{if(s in ri)return ri[s];throw new Error(`Socket version ${s} not found`)},gc={...ri,getSocketVersion:zs,makeSocketVersion:(s,...i)=>zs(s)(...i)};var Xs=(s=>(s.RINGING="Ringing",s.TALKING="Talking",s.DIALING="Dialing",s.HOLD="Hold",s))(Xs||{}),Js=(s=>(s.INCOMING="Incoming",s.OUTGOING="Outgoing",s))(Js||{}),Vs=(s=>(s.AUTOMATIC="Automatic",s.IVR="IVR",s))(Vs||{}),Ys=(s=>(s.INCOMINC="Incoming",s.OUTGOING="Outgoing",s.SPY="Spy",s.CLICK2CALL="Click2Call",s))(Ys||{}),js=(s=>(s.RESPONSE_FROM_API_VALID="RESPONSE_FROM_API_VALID",s.RESPONSE_FROM_API_INVALID="RESPONSE_FROM_API_INVALID",s))(js||{}),ft=(s=>(s.ALL_DIALER_STATUS="AllDialersStatus",s.ALL_EXTENSION_STATUS="AllExtensionsStatus",s.ALL_USERS_STATUS="AllUsersStatus",s.CONNECT="connect",s.DISCONNECT="disconnect",s.CONNECT_ERROR_EVENT="connect_error",s.EXTENSION_EVENT="ExtensionEvent",s.KEEP_ALIVE="keepalive",s.KEEP_ALIVE_RESPONSE="keepaliveResponse",s.LOGIN_STATUS="loginStatus",s.LOGIN_SUCCESS="loginSuccess",s.QUEUE_EVENT="QueueEvent",s.ONLINE_STATUS_EVENT="onlineStatusEvent",s.DIALER_EVENT="DialerEvent",s.EXTENSIONS_UPDATED="ExtensionsUpdated",s))(ft||{}),ii=(s=>(s.NEWCALL="NEWCALL",s.ANSWER="ANSWER",s.HOLD="HOLD",s.UNHOLD="UNHOLD",s.HANGUP="HANGUP",s.USER_STATUS_UPDATE="userStatusUpdate",s))(ii||{}),Zs=(s=>(s.NORMAL_HANGUP="Normal hangup",s.USER_BUSY="User busy",s.CALL_REJECTED="Call Rejected",s.UNALLOCATED_NUMBER="Unallocated (unassigned) number",s.UNKNOWN="Unknown",s.NO_USER_RESPONDING="No user responding",s.USER_ALERTING="User alerting, no answer",s.ANSWERED_ELSEWHERE="Answered elsewhere",s))(Zs||{}),Qs=(s=>(s.ANSWER="ANSWER",s.ABANDONED="ABANDONED",s.EXIT="EXIT",s.JOIN="JOIN",s))(Qs||{});class to{static mapExtensionEvent(i){var m,g;const n=i.reason;let o,u;i.data.currentCall&&(u=this.mapExtensionCall(i,i.data.currentCall));const h=this.configureUTCForObject(i.data,["lastAnsweredCallEventEpoch","lastCallEventEpoch","lastHangupCallEpoch"],i.servertime,i.servertimeoffset);return n===ii.HANGUP?o={...i,reason:n,data:{...h,currentCall:u?{...u,duration:Date.now()-((u==null?void 0:u.callAnswered_UTC_CLIENT)??0)}:void 0,calls:(m=i.data.calls)==null?void 0:m.map(S=>{const v=this.mapExtensionCall(i,S);return{...v,duration:Date.now()-(v.callAnswered_UTC_CLIENT??0)}})}}:o={...i,data:{...h,currentCall:u,calls:(g=i.data.calls)==null?void 0:g.map(S=>this.mapExtensionCall(i,S))},reason:n},o}static mapAllExtensionStatus(i){return{...i,extensions:i.extensions.map(n=>{var u;return{...this.configureUTCForObject(n,["lastAnsweredCallEventEpoch","lastCallEventEpoch","lastHangupCallEpoch"],i.servertime,i.servertimeoffset),currentCall:n.currentCall?this.mapExtensionCall(i,n.currentCall):void 0,calls:(u=n.calls)==null?void 0:u.map(h=>this.mapExtensionCall(i,h))}})}}static mapExtensionCall(i,n){return this.configureUTCForObject(n,["callAnswered","callStarted"],i.servertime,i.servertimeoffset)}static assignProperty(i,n,o){i[n]=o}static configureUTCForObject(i,n,o,u){const h=(o-u*60)*1e3,m=Date.now()-h,g={};return n.forEach(S=>{const v=i[S];if(console.log("####################"),console.log("property",S),console.log("value",v),console.log("####################"),v===0)this.assignProperty(g,`${S}_UTC`,0),this.assignProperty(g,`${S}_UTC_CLIENT`,0);else{const _=(v-u*60)*1e3;this.assignProperty(g,`${S}_UTC`,_),this.assignProperty(g,`${S}_UTC_CLIENT`,_+m)}}),{...i,...g}}}var si=(s=>(s.UPDATE_MONITORED_EXTENSIONS="updateMonitoredExtensions",s.KEEP_ALIVE="keepAlive",s))(si||{});class vc{constructor(i){wt(this,"io");wt(this,"ioFunction");wt(this,"lastEventTimestamp",new Date().getTime());wt(this,"doReconnect",!0);wt(this,"keepAliveInterval");wt(this,"keepReconnectInterval");wt(this,"connected",!1);this.eventsSdkClass=i,this.eventsSdkClass=i}getSocketIoFunction(i){const n=i.split("v="),o="v".concat(n[n.length-1]).replaceAll(".","_");this.ioFunction=gc.getSocketVersion(o)}initSocketConnection(){const i=this.eventsSdkClass.authClass.token,n=this.eventsSdkClass.options.protocol,o=this.eventsSdkClass.server;try{const u=o?o.Domain:this.eventsSdkClass.URL,h=o?`${n}://${u}`:this.eventsSdkClass.URL;this.eventsSdkClass.loggerClass.log($t.INFO,"Connecting to..",h),this.eventsSdkClass.eventEmitterClass.emit(ft.ONLINE_STATUS_EVENT,{isSocketConnected:!1,attemptToConnect:h,doReconnect:this.doReconnect});const m={reconnection:!1,upgrade:!1,transports:["websocket"],forceNew:!0,query:{token:i},timeout:this.eventsSdkClass.options.timeout};if(i&&(m.query={token:i}),this.ioFunction&&h)this.io=this.ioFunction(h,m);else throw new Error("Socket server url no defined")}catch(u){this.eventsSdkClass.loggerClass.log($t.ERROR,"init socket connection error",u)}}clearKeepAliveInterval(){this.keepAliveInterval&&clearInterval(this.keepAliveInterval)}initKeepAlive(){this.clearKeepAliveInterval(),this.keepAliveInterval=setInterval(async()=>{if(new Date().getTime()>this.lastEventTimestamp+this.eventsSdkClass.options.keepAliveTimeout&&this.io&&this.eventsSdkClass.authClass.token){this.eventsSdkClass.emit(si.KEEP_ALIVE,this.eventsSdkClass.authClass.token),this.eventsSdkClass.loggerClass.log($t.INFO,`EMIT -> ${ft.KEEP_ALIVE}`,this.eventsSdkClass.authClass.token);return}},this.eventsSdkClass.options.keepAliveTimeout)}closeAllConnections(){var i;this.io&&(this.io.close(),(i=this.io)==null||i.disconnect(),this.io=void 0),Un.clearSessionStorage()}initSocketEvents(){this.io&&this.io.on(ft.LOGIN_SUCCESS,i=>this.onLoginSuccessEvent(i)).on(ft.QUEUE_EVENT,i=>this.onQueueEvent(i)).on(ft.EXTENSION_EVENT,i=>this.onExtensionEvent(i)).on(ft.DIALER_EVENT,i=>this.onDialerEvent(i)).on(ft.LOGIN_STATUS,i=>this.onLoginStatusEvent(i)).on(ft.ALL_EXTENSION_STATUS,i=>this.onAllExtensionStatus(i)).on(ft.ALL_DIALER_STATUS,i=>this.onAllDialerStatus(i)).on(ft.KEEP_ALIVE_RESPONSE,i=>this.onKeepAliveResponse(i)).on(ft.EXTENSIONS_UPDATED,i=>this.onExtensionsUpdatedEvent(i)).on(ft.CONNECT,()=>this.onConnect()).on(ft.DISCONNECT,i=>this.onDisconnect(i)).on(ft.CONNECT_ERROR_EVENT,i=>this.onConnectError(i))}onLoginSuccessEvent(i){this.eventsSdkClass.eventEmitterClass.emit(ft.LOGIN_SUCCESS,i)}onQueueEvent(i){this.eventsSdkClass.eventEmitterClass.emit(ft.QUEUE_EVENT,i)}onExtensionEvent(i){const n=to.mapExtensionEvent(i);n&&this.eventsSdkClass.eventEmitterClass.emit(ft.EXTENSION_EVENT,n)}onDialerEvent(i){this.eventsSdkClass.eventEmitterClass.emit(ft.DIALER_EVENT,i)}onLoginStatusEvent(i){this.eventsSdkClass.eventEmitterClass.emit(ft.LOGIN_STATUS,i)}onAllExtensionStatus(i){const n=to.mapAllExtensionStatus(i);this.eventsSdkClass.eventEmitterClass.emit(ft.ALL_EXTENSION_STATUS,n)}onAllDialerStatus(i){this.eventsSdkClass.eventEmitterClass.emit(ft.ALL_DIALER_STATUS,i)}onKeepAliveResponse(i){if(this.eventsSdkClass.loggerClass.log($t.INFO,ft.KEEP_ALIVE_RESPONSE),i.errorCode){this.initSocketConnection();return}this.connected?this.lastEventTimestamp=new Date().getTime():this.initSocketConnection()}onExtensionsUpdatedEvent(i){this.eventsSdkClass.eventEmitterClass.emit(ft.EXTENSIONS_UPDATED,i)}onConnect(){this.keepReconnectInterval&&clearInterval(this.keepReconnectInterval),this.connected=!0,this.eventsSdkClass.loggerClass.log($t.INFO,ft.CONNECT,this.eventsSdkClass.reconnectOptions),this.eventsSdkClass.eventEmitterClass.emit(ft.ONLINE_STATUS_EVENT,{isSocketConnected:!0,doReconnect:this.doReconnect})}onDisconnect(i){this.connected=!1,this.eventsSdkClass.loggerClass.log($t.INFO,ft.DISCONNECT,i),this.closeAllConnections(),this.eventsSdkClass.eventEmitterClass.emit(ft.ONLINE_STATUS_EVENT,{isSocketConnected:!1,doReconnect:this.doReconnect}),this.doReconnect&&(console.log("attempt to connect..."),this.eventsSdkClass.connect(an.NEXT))}onConnectError(i){this.eventsSdkClass.eventEmitterClass.emit(ft.ONLINE_STATUS_EVENT,{isSocketConnected:!1,doReconnect:this.doReconnect}),this.eventsSdkClass.loggerClass.log($t.ERROR,ft.CONNECT_ERROR_EVENT,i),setTimeout(()=>{this.eventsSdkClass.connect(an.NEXT)},this.eventsSdkClass.options.reconnectionDelay)}}var yc=Object.defineProperty,mc=(s,i,n)=>i in s?yc(s,i,{enumerable:!0,configurable:!0,writable:!0,value:n}):s[i]=n,qt=(s,i,n)=>(mc(s,typeof i!="symbol"?i+"":i,n),n);const Oe=Object.create(null);Oe.open="0",Oe.close="1",Oe.ping="2",Oe.pong="3",Oe.message="4",Oe.upgrade="5",Oe.noop="6";const ir=Object.create(null);Object.keys(Oe).forEach(s=>{ir[Oe[s]]=s});const oi={type:"error",data:"parser error"},eo=typeof Blob=="function"||typeof Blob<"u"&&Object.prototype.toString.call(Blob)==="[object BlobConstructor]",no=typeof ArrayBuffer=="function",ro=s=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(s):s&&s.buffer instanceof ArrayBuffer,ai=({type:s,data:i},n,o)=>eo&&i instanceof Blob?n?o(i):io(i,o):no&&(i instanceof ArrayBuffer||ro(i))?n?o(i):io(new Blob([i]),o):o(Oe[s]+(i||"")),io=(s,i)=>{const n=new FileReader;return n.onload=function(){const o=n.result.split(",")[1];i("b"+(o||""))},n.readAsDataURL(s)};function so(s){return s instanceof Uint8Array?s:s instanceof ArrayBuffer?new Uint8Array(s):new Uint8Array(s.buffer,s.byteOffset,s.byteLength)}let ui;function _c(s,i){if(eo&&s.data instanceof Blob)return s.data.arrayBuffer().then(so).then(i);if(no&&(s.data instanceof ArrayBuffer||ro(s.data)))return i(so(s.data));ai(s,!1,n=>{ui||(ui=new TextEncoder),i(ui.encode(n))})}const oo="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Dn=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(let s=0;s<oo.length;s++)Dn[oo.charCodeAt(s)]=s;const wc=s=>{let i=s.length*.75,n=s.length,o,u=0,h,m,g,S;s[s.length-1]==="="&&(i--,s[s.length-2]==="="&&i--);const v=new ArrayBuffer(i),_=new Uint8Array(v);for(o=0;o<n;o+=4)h=Dn[s.charCodeAt(o)],m=Dn[s.charCodeAt(o+1)],g=Dn[s.charCodeAt(o+2)],S=Dn[s.charCodeAt(o+3)],_[u++]=h<<2|m>>4,_[u++]=(m&15)<<4|g>>2,_[u++]=(g&3)<<6|S&63;return v},bc=typeof ArrayBuffer=="function",ci=(s,i)=>{if(typeof s!="string")return{type:"message",data:ao(s,i)};const n=s.charAt(0);return n==="b"?{type:"message",data:Sc(s.substring(1),i)}:ir[n]?s.length>1?{type:ir[n],data:s.substring(1)}:{type:ir[n]}:oi},Sc=(s,i)=>{if(bc){const n=wc(s);return ao(n,i)}else return{base64:!0,data:s}},ao=(s,i)=>{switch(i){case"blob":return s instanceof Blob?s:new Blob([s]);case"arraybuffer":default:return s instanceof ArrayBuffer?s:s.buffer}},uo="",Cc=(s,i)=>{const n=s.length,o=new Array(n);let u=0;s.forEach((h,m)=>{ai(h,!1,g=>{o[m]=g,++u===n&&i(o.join(uo))})})},Ec=(s,i)=>{const n=s.split(uo),o=[];for(let u=0;u<n.length;u++){const h=ci(n[u],i);if(o.push(h),h.type==="error")break}return o};function Ac(){return new TransformStream({transform(s,i){_c(s,n=>{const o=n.length;let u;if(o<126)u=new Uint8Array(1),new DataView(u.buffer).setUint8(0,o);else if(o<65536){u=new Uint8Array(3);const h=new DataView(u.buffer);h.setUint8(0,126),h.setUint16(1,o)}else{u=new Uint8Array(9);const h=new DataView(u.buffer);h.setUint8(0,127),h.setBigUint64(1,BigInt(o))}s.data&&typeof s.data!="string"&&(u[0]|=128),i.enqueue(u),i.enqueue(n)})}})}let hi;function sr(s){return s.reduce((i,n)=>i+n.length,0)}function or(s,i){if(s[0].length===i)return s.shift();const n=new Uint8Array(i);let o=0;for(let u=0;u<i;u++)n[u]=s[0][o++],o===s[0].length&&(s.shift(),o=0);return s.length&&o<s[0].length&&(s[0]=s[0].slice(o)),n}function kc(s,i){hi||(hi=new TextDecoder);const n=[];let o=0,u=-1,h=!1;return new TransformStream({transform(m,g){for(n.push(m);;){if(o===0){if(sr(n)<1)break;const S=or(n,1);h=(S[0]&128)===128,u=S[0]&127,u<126?o=3:u===126?o=1:o=2}else if(o===1){if(sr(n)<2)break;const S=or(n,2);u=new DataView(S.buffer,S.byteOffset,S.length).getUint16(0),o=3}else if(o===2){if(sr(n)<8)break;const S=or(n,8),v=new DataView(S.buffer,S.byteOffset,S.length),_=v.getUint32(0);if(_>Math.pow(2,21)-1){g.enqueue(oi);break}u=_*Math.pow(2,32)+v.getUint32(4),o=3}else{if(sr(n)<u)break;const S=or(n,u);g.enqueue(ci(h?S:hi.decode(S),i)),o=0}if(u===0||u>s){g.enqueue(oi);break}}}})}const co=4;function Dt(s){if(s)return Tc(s)}function Tc(s){for(var i in Dt.prototype)s[i]=Dt.prototype[i];return s}Dt.prototype.on=Dt.prototype.addEventListener=function(s,i){return this._callbacks=this._callbacks||{},(this._callbacks["$"+s]=this._callbacks["$"+s]||[]).push(i),this},Dt.prototype.once=function(s,i){function n(){this.off(s,n),i.apply(this,arguments)}return n.fn=i,this.on(s,n),this},Dt.prototype.off=Dt.prototype.removeListener=Dt.prototype.removeAllListeners=Dt.prototype.removeEventListener=function(s,i){if(this._callbacks=this._callbacks||{},arguments.length==0)return this._callbacks={},this;var n=this._callbacks["$"+s];if(!n)return this;if(arguments.length==1)return delete this._callbacks["$"+s],this;for(var o,u=0;u<n.length;u++)if(o=n[u],o===i||o.fn===i){n.splice(u,1);break}return n.length===0&&delete this._callbacks["$"+s],this},Dt.prototype.emit=function(s){this._callbacks=this._callbacks||{};for(var i=new Array(arguments.length-1),n=this._callbacks["$"+s],o=1;o<arguments.length;o++)i[o-1]=arguments[o];if(n){n=n.slice(0);for(var o=0,u=n.length;o<u;++o)n[o].apply(this,i)}return this},Dt.prototype.emitReserved=Dt.prototype.emit,Dt.prototype.listeners=function(s){return this._callbacks=this._callbacks||{},this._callbacks["$"+s]||[]},Dt.prototype.hasListeners=function(s){return!!this.listeners(s).length};const ge=typeof self<"u"?self:typeof window<"u"?window:Function("return this")();function ho(s,...i){return i.reduce((n,o)=>(s.hasOwnProperty(o)&&(n[o]=s[o]),n),{})}const xc=ge.setTimeout,Rc=ge.clearTimeout;function ar(s,i){i.useNativeTimers?(s.setTimeoutFn=xc.bind(ge),s.clearTimeoutFn=Rc.bind(ge)):(s.setTimeoutFn=ge.setTimeout.bind(ge),s.clearTimeoutFn=ge.clearTimeout.bind(ge))}const Oc=1.33;function Ic(s){return typeof s=="string"?Lc(s):Math.ceil((s.byteLength||s.size)*Oc)}function Lc(s){let i=0,n=0;for(let o=0,u=s.length;o<u;o++)i=s.charCodeAt(o),i<128?n+=1:i<2048?n+=2:i<55296||i>=57344?n+=3:(o++,n+=4);return n}function Nc(s){let i="";for(let n in s)s.hasOwnProperty(n)&&(i.length&&(i+="&"),i+=encodeURIComponent(n)+"="+encodeURIComponent(s[n]));return i}function Bc(s){let i={},n=s.split("&");for(let o=0,u=n.length;o<u;o++){let h=n[o].split("=");i[decodeURIComponent(h[0])]=decodeURIComponent(h[1])}return i}class Uc extends Error{constructor(i,n,o){super(i),this.description=n,this.context=o,this.type="TransportError"}}class fi extends Dt{constructor(i){super(),this.writable=!1,ar(this,i),this.opts=i,this.query=i.query,this.socket=i.socket}onError(i,n,o){return super.emitReserved("error",new Uc(i,n,o)),this}open(){return this.readyState="opening",this.doOpen(),this}close(){return(this.readyState==="opening"||this.readyState==="open")&&(this.doClose(),this.onClose()),this}send(i){this.readyState==="open"&&this.write(i)}onOpen(){this.readyState="open",this.writable=!0,super.emitReserved("open")}onData(i){const n=ci(i,this.socket.binaryType);this.onPacket(n)}onPacket(i){super.emitReserved("packet",i)}onClose(i){this.readyState="closed",super.emitReserved("close",i)}pause(i){}createUri(i,n={}){return i+"://"+this._hostname()+this._port()+this.opts.path+this._query(n)}_hostname(){const i=this.opts.hostname;return i.indexOf(":")===-1?i:"["+i+"]"}_port(){return this.opts.port&&(this.opts.secure&&+(this.opts.port!==443)||!this.opts.secure&&Number(this.opts.port)!==80)?":"+this.opts.port:""}_query(i){const n=Nc(i);return n.length?"?"+n:""}}const fo="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_".split(""),li=64,Dc={};let lo=0,ur=0,po;function go(s){let i="";do i=fo[s%li]+i,s=Math.floor(s/li);while(s>0);return i}function vo(){const s=go(+new Date);return s!==po?(lo=0,po=s):s+"."+go(lo++)}for(;ur<li;ur++)Dc[fo[ur]]=ur;let yo=!1;try{yo=typeof XMLHttpRequest<"u"&&"withCredentials"in new XMLHttpRequest}catch{}const Pc=yo;function mo(s){const i=s.xdomain;try{if(typeof XMLHttpRequest<"u"&&(!i||Pc))return new XMLHttpRequest}catch{}if(!i)try{return new ge[["Active"].concat("Object").join("X")]("Microsoft.XMLHTTP")}catch{}}function Fc(){}const Mc=function(){return new mo({xdomain:!1}).responseType!=null}();class qc extends fi{constructor(i){if(super(i),this.polling=!1,typeof location<"u"){const o=location.protocol==="https:";let u=location.port;u||(u=o?"443":"80"),this.xd=typeof location<"u"&&i.hostname!==location.hostname||u!==i.port}const n=i&&i.forceBase64;this.supportsBinary=Mc&&!n,this.opts.withCredentials&&(this.cookieJar=void 0)}get name(){return"polling"}doOpen(){this.poll()}pause(i){this.readyState="pausing";const n=()=>{this.readyState="paused",i()};if(this.polling||!this.writable){let o=0;this.polling&&(o++,this.once("pollComplete",function(){--o||n()})),this.writable||(o++,this.once("drain",function(){--o||n()}))}else n()}poll(){this.polling=!0,this.doPoll(),this.emitReserved("poll")}onData(i){const n=o=>{if(this.readyState==="opening"&&o.type==="open"&&this.onOpen(),o.type==="close")return this.onClose({description:"transport closed by the server"}),!1;this.onPacket(o)};Ec(i,this.socket.binaryType).forEach(n),this.readyState!=="closed"&&(this.polling=!1,this.emitReserved("pollComplete"),this.readyState==="open"&&this.poll())}doClose(){const i=()=>{this.write([{type:"close"}])};this.readyState==="open"?i():this.once("open",i)}write(i){this.writable=!1,Cc(i,n=>{this.doWrite(n,()=>{this.writable=!0,this.emitReserved("drain")})})}uri(){const i=this.opts.secure?"https":"http",n=this.query||{};return this.opts.timestampRequests!==!1&&(n[this.opts.timestampParam]=vo()),!this.supportsBinary&&!n.sid&&(n.b64=1),this.createUri(i,n)}request(i={}){return Object.assign(i,{xd:this.xd,cookieJar:this.cookieJar},this.opts),new Ie(this.uri(),i)}doWrite(i,n){const o=this.request({method:"POST",data:i});o.on("success",n),o.on("error",(u,h)=>{this.onError("xhr post error",u,h)})}doPoll(){const i=this.request();i.on("data",this.onData.bind(this)),i.on("error",(n,o)=>{this.onError("xhr poll error",n,o)}),this.pollXhr=i}}class Ie extends Dt{constructor(i,n){super(),ar(this,n),this.opts=n,this.method=n.method||"GET",this.uri=i,this.data=n.data!==void 0?n.data:null,this.create()}create(){var i;const n=ho(this.opts,"agent","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","autoUnref");n.xdomain=!!this.opts.xd;const o=this.xhr=new mo(n);try{o.open(this.method,this.uri,!0);try{if(this.opts.extraHeaders){o.setDisableHeaderCheck&&o.setDisableHeaderCheck(!0);for(let u in this.opts.extraHeaders)this.opts.extraHeaders.hasOwnProperty(u)&&o.setRequestHeader(u,this.opts.extraHeaders[u])}}catch{}if(this.method==="POST")try{o.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch{}try{o.setRequestHeader("Accept","*/*")}catch{}(i=this.opts.cookieJar)===null||i===void 0||i.addCookies(o),"withCredentials"in o&&(o.withCredentials=this.opts.withCredentials),this.opts.requestTimeout&&(o.timeout=this.opts.requestTimeout),o.onreadystatechange=()=>{var u;o.readyState===3&&((u=this.opts.cookieJar)===null||u===void 0||u.parseCookies(o)),o.readyState===4&&(o.status===200||o.status===1223?this.onLoad():this.setTimeoutFn(()=>{this.onError(typeof o.status=="number"?o.status:0)},0))},o.send(this.data)}catch(u){this.setTimeoutFn(()=>{this.onError(u)},0);return}typeof document<"u"&&(this.index=Ie.requestsCount++,Ie.requests[this.index]=this)}onError(i){this.emitReserved("error",i,this.xhr),this.cleanup(!0)}cleanup(i){if(!(typeof this.xhr>"u"||this.xhr===null)){if(this.xhr.onreadystatechange=Fc,i)try{this.xhr.abort()}catch{}typeof document<"u"&&delete Ie.requests[this.index],this.xhr=null}}onLoad(){const i=this.xhr.responseText;i!==null&&(this.emitReserved("data",i),this.emitReserved("success"),this.cleanup())}abort(){this.cleanup()}}if(Ie.requestsCount=0,Ie.requests={},typeof document<"u"){if(typeof attachEvent=="function")attachEvent("onunload",_o);else if(typeof addEventListener=="function"){const s="onpagehide"in ge?"pagehide":"unload";addEventListener(s,_o,!1)}}function _o(){for(let s in Ie.requests)Ie.requests.hasOwnProperty(s)&&Ie.requests[s].abort()}const pi=typeof Promise=="function"&&typeof Promise.resolve=="function"?s=>Promise.resolve().then(s):(s,i)=>i(s,0),cr=ge.WebSocket||ge.MozWebSocket,wo=!0,Wc="arraybuffer",bo=typeof navigator<"u"&&typeof navigator.product=="string"&&navigator.product.toLowerCase()==="reactnative";class Kc extends fi{constructor(i){super(i),this.supportsBinary=!i.forceBase64}get name(){return"websocket"}doOpen(){if(!this.check())return;const i=this.uri(),n=this.opts.protocols,o=bo?{}:ho(this.opts,"agent","perMessageDeflate","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","localAddress","protocolVersion","origin","maxPayload","family","checkServerIdentity");this.opts.extraHeaders&&(o.headers=this.opts.extraHeaders);try{this.ws=wo&&!bo?n?new cr(i,n):new cr(i):new cr(i,n,o)}catch(u){return this.emitReserved("error",u)}this.ws.binaryType=this.socket.binaryType,this.addEventListeners()}addEventListeners(){this.ws.onopen=()=>{this.opts.autoUnref&&this.ws._socket.unref(),this.onOpen()},this.ws.onclose=i=>this.onClose({description:"websocket connection closed",context:i}),this.ws.onmessage=i=>this.onData(i.data),this.ws.onerror=i=>this.onError("websocket error",i)}write(i){this.writable=!1;for(let n=0;n<i.length;n++){const o=i[n],u=n===i.length-1;ai(o,this.supportsBinary,h=>{try{wo&&this.ws.send(h)}catch{}u&&pi(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){typeof this.ws<"u"&&(this.ws.close(),this.ws=null)}uri(){const i=this.opts.secure?"wss":"ws",n=this.query||{};return this.opts.timestampRequests&&(n[this.opts.timestampParam]=vo()),this.supportsBinary||(n.b64=1),this.createUri(i,n)}check(){return!!cr}}class Gc extends fi{get name(){return"webtransport"}doOpen(){typeof WebTransport=="function"&&(this.transport=new WebTransport(this.createUri("https"),this.opts.transportOptions[this.name]),this.transport.closed.then(()=>{this.onClose()}).catch(i=>{this.onError("webtransport error",i)}),this.transport.ready.then(()=>{this.transport.createBidirectionalStream().then(i=>{const n=kc(Number.MAX_SAFE_INTEGER,this.socket.binaryType),o=i.readable.pipeThrough(n).getReader(),u=Ac();u.readable.pipeTo(i.writable),this.writer=u.writable.getWriter();const h=()=>{o.read().then(({done:g,value:S})=>{g||(this.onPacket(S),h())}).catch(g=>{})};h();const m={type:"open"};this.query.sid&&(m.data=`{"sid":"${this.query.sid}"}`),this.writer.write(m).then(()=>this.onOpen())})}))}write(i){this.writable=!1;for(let n=0;n<i.length;n++){const o=i[n],u=n===i.length-1;this.writer.write(o).then(()=>{u&&pi(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){var i;(i=this.transport)===null||i===void 0||i.close()}}const Hc={websocket:Kc,webtransport:Gc,polling:qc},$c=/^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,zc=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];function di(s){if(s.length>2e3)throw"URI too long";const i=s,n=s.indexOf("["),o=s.indexOf("]");n!=-1&&o!=-1&&(s=s.substring(0,n)+s.substring(n,o).replace(/:/g,";")+s.substring(o,s.length));let u=$c.exec(s||""),h={},m=14;for(;m--;)h[zc[m]]=u[m]||"";return n!=-1&&o!=-1&&(h.source=i,h.host=h.host.substring(1,h.host.length-1).replace(/;/g,":"),h.authority=h.authority.replace("[","").replace("]","").replace(/;/g,":"),h.ipv6uri=!0),h.pathNames=Xc(h,h.path),h.queryKey=Jc(h,h.query),h}function Xc(s,i){const n=/\/{2,9}/g,o=i.replace(n,"/").split("/");return(i.slice(0,1)=="/"||i.length===0)&&o.splice(0,1),i.slice(-1)=="/"&&o.splice(o.length-1,1),o}function Jc(s,i){const n={};return i.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,function(o,u,h){u&&(n[u]=h)}),n}let So=class Bn extends Dt{constructor(i,n={}){super(),this.binaryType=Wc,this.writeBuffer=[],i&&typeof i=="object"&&(n=i,i=null),i?(i=di(i),n.hostname=i.host,n.secure=i.protocol==="https"||i.protocol==="wss",n.port=i.port,i.query&&(n.query=i.query)):n.host&&(n.hostname=di(n.host).host),ar(this,n),this.secure=n.secure!=null?n.secure:typeof location<"u"&&location.protocol==="https:",n.hostname&&!n.port&&(n.port=this.secure?"443":"80"),this.hostname=n.hostname||(typeof location<"u"?location.hostname:"localhost"),this.port=n.port||(typeof location<"u"&&location.port?location.port:this.secure?"443":"80"),this.transports=n.transports||["polling","websocket","webtransport"],this.writeBuffer=[],this.prevBufferLen=0,this.opts=Object.assign({path:"/engine.io",agent:!1,withCredentials:!1,upgrade:!0,timestampParam:"t",rememberUpgrade:!1,addTrailingSlash:!0,rejectUnauthorized:!0,perMessageDeflate:{threshold:1024},transportOptions:{},closeOnBeforeunload:!1},n),this.opts.path=this.opts.path.replace(/\/$/,"")+(this.opts.addTrailingSlash?"/":""),typeof this.opts.query=="string"&&(this.opts.query=Bc(this.opts.query)),this.id=null,this.upgrades=null,this.pingInterval=null,this.pingTimeout=null,this.pingTimeoutTimer=null,typeof addEventListener=="function"&&(this.opts.closeOnBeforeunload&&(this.beforeunloadEventListener=()=>{this.transport&&(this.transport.removeAllListeners(),this.transport.close())},addEventListener("beforeunload",this.beforeunloadEventListener,!1)),this.hostname!=="localhost"&&(this.offlineEventListener=()=>{this.onClose("transport close",{description:"network connection lost"})},addEventListener("offline",this.offlineEventListener,!1))),this.open()}createTransport(i){const n=Object.assign({},this.opts.query);n.EIO=co,n.transport=i,this.id&&(n.sid=this.id);const o=Object.assign({},this.opts,{query:n,socket:this,hostname:this.hostname,secure:this.secure,port:this.port},this.opts.transportOptions[i]);return new Hc[i](o)}open(){let i;if(this.opts.rememberUpgrade&&Bn.priorWebsocketSuccess&&this.transports.indexOf("websocket")!==-1)i="websocket";else if(this.transports.length===0){this.setTimeoutFn(()=>{this.emitReserved("error","No transports available")},0);return}else i=this.transports[0];this.readyState="opening";try{i=this.createTransport(i)}catch{this.transports.shift(),this.open();return}i.open(),this.setTransport(i)}setTransport(i){this.transport&&this.transport.removeAllListeners(),this.transport=i,i.on("drain",this.onDrain.bind(this)).on("packet",this.onPacket.bind(this)).on("error",this.onError.bind(this)).on("close",n=>this.onClose("transport close",n))}probe(i){let n=this.createTransport(i),o=!1;Bn.priorWebsocketSuccess=!1;const u=()=>{o||(n.send([{type:"ping",data:"probe"}]),n.once("packet",y=>{if(!o)if(y.type==="pong"&&y.data==="probe"){if(this.upgrading=!0,this.emitReserved("upgrading",n),!n)return;Bn.priorWebsocketSuccess=n.name==="websocket",this.transport.pause(()=>{o||this.readyState!=="closed"&&(_(),this.setTransport(n),n.send([{type:"upgrade"}]),this.emitReserved("upgrade",n),n=null,this.upgrading=!1,this.flush())})}else{const l=new Error("probe error");l.transport=n.name,this.emitReserved("upgradeError",l)}}))};function h(){o||(o=!0,_(),n.close(),n=null)}const m=y=>{const l=new Error("probe error: "+y);l.transport=n.name,h(),this.emitReserved("upgradeError",l)};function g(){m("transport closed")}function S(){m("socket closed")}function v(y){n&&y.name!==n.name&&h()}const _=()=>{n.removeListener("open",u),n.removeListener("error",m),n.removeListener("close",g),this.off("close",S),this.off("upgrading",v)};n.once("open",u),n.once("error",m),n.once("close",g),this.once("close",S),this.once("upgrading",v),this.upgrades.indexOf("webtransport")!==-1&&i!=="webtransport"?this.setTimeoutFn(()=>{o||n.open()},200):n.open()}onOpen(){if(this.readyState="open",Bn.priorWebsocketSuccess=this.transport.name==="websocket",this.emitReserved("open"),this.flush(),this.readyState==="open"&&this.opts.upgrade){let i=0;const n=this.upgrades.length;for(;i<n;i++)this.probe(this.upgrades[i])}}onPacket(i){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing")switch(this.emitReserved("packet",i),this.emitReserved("heartbeat"),this.resetPingTimeout(),i.type){case"open":this.onHandshake(JSON.parse(i.data));break;case"ping":this.sendPacket("pong"),this.emitReserved("ping"),this.emitReserved("pong");break;case"error":const n=new Error("server error");n.code=i.data,this.onError(n);break;case"message":this.emitReserved("data",i.data),this.emitReserved("message",i.data);break}}onHandshake(i){this.emitReserved("handshake",i),this.id=i.sid,this.transport.query.sid=i.sid,this.upgrades=this.filterUpgrades(i.upgrades),this.pingInterval=i.pingInterval,this.pingTimeout=i.pingTimeout,this.maxPayload=i.maxPayload,this.onOpen(),this.readyState!=="closed"&&this.resetPingTimeout()}resetPingTimeout(){this.clearTimeoutFn(this.pingTimeoutTimer),this.pingTimeoutTimer=this.setTimeoutFn(()=>{this.onClose("ping timeout")},this.pingInterval+this.pingTimeout),this.opts.autoUnref&&this.pingTimeoutTimer.unref()}onDrain(){this.writeBuffer.splice(0,this.prevBufferLen),this.prevBufferLen=0,this.writeBuffer.length===0?this.emitReserved("drain"):this.flush()}flush(){if(this.readyState!=="closed"&&this.transport.writable&&!this.upgrading&&this.writeBuffer.length){const i=this.getWritablePackets();this.transport.send(i),this.prevBufferLen=i.length,this.emitReserved("flush")}}getWritablePackets(){if(!(this.maxPayload&&this.transport.name==="polling"&&this.writeBuffer.length>1))return this.writeBuffer;let i=1;for(let n=0;n<this.writeBuffer.length;n++){const o=this.writeBuffer[n].data;if(o&&(i+=Ic(o)),n>0&&i>this.maxPayload)return this.writeBuffer.slice(0,n);i+=2}return this.writeBuffer}write(i,n,o){return this.sendPacket("message",i,n,o),this}send(i,n,o){return this.sendPacket("message",i,n,o),this}sendPacket(i,n,o,u){if(typeof n=="function"&&(u=n,n=void 0),typeof o=="function"&&(u=o,o=null),this.readyState==="closing"||this.readyState==="closed")return;o=o||{},o.compress=o.compress!==!1;const h={type:i,data:n,options:o};this.emitReserved("packetCreate",h),this.writeBuffer.push(h),u&&this.once("flush",u),this.flush()}close(){const i=()=>{this.onClose("forced close"),this.transport.close()},n=()=>{this.off("upgrade",n),this.off("upgradeError",n),i()},o=()=>{this.once("upgrade",n),this.once("upgradeError",n)};return(this.readyState==="opening"||this.readyState==="open")&&(this.readyState="closing",this.writeBuffer.length?this.once("drain",()=>{this.upgrading?o():i()}):this.upgrading?o():i()),this}onError(i){Bn.priorWebsocketSuccess=!1,this.emitReserved("error",i),this.onClose("transport error",i)}onClose(i,n){(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing")&&(this.clearTimeoutFn(this.pingTimeoutTimer),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),typeof removeEventListener=="function"&&(removeEventListener("beforeunload",this.beforeunloadEventListener,!1),removeEventListener("offline",this.offlineEventListener,!1)),this.readyState="closed",this.id=null,this.emitReserved("close",i,n),this.writeBuffer=[],this.prevBufferLen=0)}filterUpgrades(i){const n=[];let o=0;const u=i.length;for(;o<u;o++)~this.transports.indexOf(i[o])&&n.push(i[o]);return n}};So.protocol=co;function Vc(s,i="",n){let o=s;n=n||typeof location<"u"&&location,s==null&&(s=n.protocol+"//"+n.host),typeof s=="string"&&(s.charAt(0)==="/"&&(s.charAt(1)==="/"?s=n.protocol+s:s=n.host+s),/^(https?|wss?):\/\//.test(s)||(typeof n<"u"?s=n.protocol+"//"+s:s="https://"+s),o=di(s)),o.port||(/^(http|ws)$/.test(o.protocol)?o.port="80":/^(http|ws)s$/.test(o.protocol)&&(o.port="443")),o.path=o.path||"/";const u=o.host.indexOf(":")!==-1?"["+o.host+"]":o.host;return o.id=o.protocol+"://"+u+":"+o.port+i,o.href=o.protocol+"://"+u+(n&&n.port===o.port?"":":"+o.port),o}const Yc=typeof ArrayBuffer=="function",jc=s=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(s):s.buffer instanceof ArrayBuffer,Co=Object.prototype.toString,Zc=typeof Blob=="function"||typeof Blob<"u"&&Co.call(Blob)==="[object BlobConstructor]",Qc=typeof File=="function"||typeof File<"u"&&Co.call(File)==="[object FileConstructor]";function gi(s){return Yc&&(s instanceof ArrayBuffer||jc(s))||Zc&&s instanceof Blob||Qc&&s instanceof File}function hr(s,i){if(!s||typeof s!="object")return!1;if(Array.isArray(s)){for(let n=0,o=s.length;n<o;n++)if(hr(s[n]))return!0;return!1}if(gi(s))return!0;if(s.toJSON&&typeof s.toJSON=="function"&&arguments.length===1)return hr(s.toJSON(),!0);for(const n in s)if(Object.prototype.hasOwnProperty.call(s,n)&&hr(s[n]))return!0;return!1}function th(s){const i=[],n=s.data,o=s;return o.data=vi(n,i),o.attachments=i.length,{packet:o,buffers:i}}function vi(s,i){if(!s)return s;if(gi(s)){const n={_placeholder:!0,num:i.length};return i.push(s),n}else if(Array.isArray(s)){const n=new Array(s.length);for(let o=0;o<s.length;o++)n[o]=vi(s[o],i);return n}else if(typeof s=="object"&&!(s instanceof Date)){const n={};for(const o in s)Object.prototype.hasOwnProperty.call(s,o)&&(n[o]=vi(s[o],i));return n}return s}function eh(s,i){return s.data=yi(s.data,i),delete s.attachments,s}function yi(s,i){if(!s)return s;if(s&&s._placeholder===!0){if(typeof s.num=="number"&&s.num>=0&&s.num<i.length)return i[s.num];throw new Error("illegal attachments")}else if(Array.isArray(s))for(let n=0;n<s.length;n++)s[n]=yi(s[n],i);else if(typeof s=="object")for(const n in s)Object.prototype.hasOwnProperty.call(s,n)&&(s[n]=yi(s[n],i));return s}const nh=["connect","connect_error","disconnect","disconnecting","newListener","removeListener"],rh=5;var yt;(function(s){s[s.CONNECT=0]="CONNECT",s[s.DISCONNECT=1]="DISCONNECT",s[s.EVENT=2]="EVENT",s[s.ACK=3]="ACK",s[s.CONNECT_ERROR=4]="CONNECT_ERROR",s[s.BINARY_EVENT=5]="BINARY_EVENT",s[s.BINARY_ACK=6]="BINARY_ACK"})(yt||(yt={}));class ih{constructor(i){this.replacer=i}encode(i){return(i.type===yt.EVENT||i.type===yt.ACK)&&hr(i)?this.encodeAsBinary({type:i.type===yt.EVENT?yt.BINARY_EVENT:yt.BINARY_ACK,nsp:i.nsp,data:i.data,id:i.id}):[this.encodeAsString(i)]}encodeAsString(i){let n=""+i.type;return(i.type===yt.BINARY_EVENT||i.type===yt.BINARY_ACK)&&(n+=i.attachments+"-"),i.nsp&&i.nsp!=="/"&&(n+=i.nsp+","),i.id!=null&&(n+=i.id),i.data!=null&&(n+=JSON.stringify(i.data,this.replacer)),n}encodeAsBinary(i){const n=th(i),o=this.encodeAsString(n.packet),u=n.buffers;return u.unshift(o),u}}function Eo(s){return Object.prototype.toString.call(s)==="[object Object]"}class mi extends Dt{constructor(i){super(),this.reviver=i}add(i){let n;if(typeof i=="string"){if(this.reconstructor)throw new Error("got plaintext data when reconstructing a packet");n=this.decodeString(i);const o=n.type===yt.BINARY_EVENT;o||n.type===yt.BINARY_ACK?(n.type=o?yt.EVENT:yt.ACK,this.reconstructor=new sh(n),n.attachments===0&&super.emitReserved("decoded",n)):super.emitReserved("decoded",n)}else if(gi(i)||i.base64)if(this.reconstructor)n=this.reconstructor.takeBinaryData(i),n&&(this.reconstructor=null,super.emitReserved("decoded",n));else throw new Error("got binary data when not reconstructing a packet");else throw new Error("Unknown type: "+i)}decodeString(i){let n=0;const o={type:Number(i.charAt(0))};if(yt[o.type]===void 0)throw new Error("unknown packet type "+o.type);if(o.type===yt.BINARY_EVENT||o.type===yt.BINARY_ACK){const h=n+1;for(;i.charAt(++n)!=="-"&&n!=i.length;);const m=i.substring(h,n);if(m!=Number(m)||i.charAt(n)!=="-")throw new Error("Illegal attachments");o.attachments=Number(m)}if(i.charAt(n+1)==="/"){const h=n+1;for(;++n&&!(i.charAt(n)===","||n===i.length););o.nsp=i.substring(h,n)}else o.nsp="/";const u=i.charAt(n+1);if(u!==""&&Number(u)==u){const h=n+1;for(;++n;){const m=i.charAt(n);if(m==null||Number(m)!=m){--n;break}if(n===i.length)break}o.id=Number(i.substring(h,n+1))}if(i.charAt(++n)){const h=this.tryParse(i.substr(n));if(mi.isPayloadValid(o.type,h))o.data=h;else throw new Error("invalid payload")}return o}tryParse(i){try{return JSON.parse(i,this.reviver)}catch{return!1}}static isPayloadValid(i,n){switch(i){case yt.CONNECT:return Eo(n);case yt.DISCONNECT:return n===void 0;case yt.CONNECT_ERROR:return typeof n=="string"||Eo(n);case yt.EVENT:case yt.BINARY_EVENT:return Array.isArray(n)&&(typeof n[0]=="number"||typeof n[0]=="string"&&nh.indexOf(n[0])===-1);case yt.ACK:case yt.BINARY_ACK:return Array.isArray(n)}}destroy(){this.reconstructor&&(this.reconstructor.finishedReconstruction(),this.reconstructor=null)}}class sh{constructor(i){this.packet=i,this.buffers=[],this.reconPack=i}takeBinaryData(i){if(this.buffers.push(i),this.buffers.length===this.reconPack.attachments){const n=eh(this.reconPack,this.buffers);return this.finishedReconstruction(),n}return null}finishedReconstruction(){this.reconPack=null,this.buffers=[]}}const oh=Object.freeze(Object.defineProperty({__proto__:null,Decoder:mi,Encoder:ih,get PacketType(){return yt},protocol:rh},Symbol.toStringTag,{value:"Module"}));function Ee(s,i,n){return s.on(i,n),function(){s.off(i,n)}}const ah=Object.freeze({connect:1,connect_error:1,disconnect:1,disconnecting:1,newListener:1,removeListener:1});class Ao extends Dt{constructor(i,n,o){super(),this.connected=!1,this.recovered=!1,this.receiveBuffer=[],this.sendBuffer=[],this._queue=[],this._queueSeq=0,this.ids=0,this.acks={},this.flags={},this.io=i,this.nsp=n,o&&o.auth&&(this.auth=o.auth),this._opts=Object.assign({},o),this.io._autoConnect&&this.open()}get disconnected(){return!this.connected}subEvents(){if(this.subs)return;const i=this.io;this.subs=[Ee(i,"open",this.onopen.bind(this)),Ee(i,"packet",this.onpacket.bind(this)),Ee(i,"error",this.onerror.bind(this)),Ee(i,"close",this.onclose.bind(this))]}get active(){return!!this.subs}connect(){return this.connected?this:(this.subEvents(),this.io._reconnecting||this.io.open(),this.io._readyState==="open"&&this.onopen(),this)}open(){return this.connect()}send(...i){return i.unshift("message"),this.emit.apply(this,i),this}emit(i,...n){if(ah.hasOwnProperty(i))throw new Error('"'+i.toString()+'" is a reserved event name');if(n.unshift(i),this._opts.retries&&!this.flags.fromQueue&&!this.flags.volatile)return this._addToQueue(n),this;const o={type:yt.EVENT,data:n};if(o.options={},o.options.compress=this.flags.compress!==!1,typeof n[n.length-1]=="function"){const h=this.ids++,m=n.pop();this._registerAckCallback(h,m),o.id=h}const u=this.io.engine&&this.io.engine.transport&&this.io.engine.transport.writable;return this.flags.volatile&&(!u||!this.connected)||(this.connected?(this.notifyOutgoingListeners(o),this.packet(o)):this.sendBuffer.push(o)),this.flags={},this}_registerAckCallback(i,n){var o;const u=(o=this.flags.timeout)!==null&&o!==void 0?o:this._opts.ackTimeout;if(u===void 0){this.acks[i]=n;return}const h=this.io.setTimeoutFn(()=>{delete this.acks[i];for(let m=0;m<this.sendBuffer.length;m++)this.sendBuffer[m].id===i&&this.sendBuffer.splice(m,1);n.call(this,new Error("operation has timed out"))},u);this.acks[i]=(...m)=>{this.io.clearTimeoutFn(h),n.apply(this,[null,...m])}}emitWithAck(i,...n){const o=this.flags.timeout!==void 0||this._opts.ackTimeout!==void 0;return new Promise((u,h)=>{n.push((m,g)=>o?m?h(m):u(g):u(m)),this.emit(i,...n)})}_addToQueue(i){let n;typeof i[i.length-1]=="function"&&(n=i.pop());const o={id:this._queueSeq++,tryCount:0,pending:!1,args:i,flags:Object.assign({fromQueue:!0},this.flags)};i.push((u,...h)=>o!==this._queue[0]?void 0:(u!==null?o.tryCount>this._opts.retries&&(this._queue.shift(),n&&n(u)):(this._queue.shift(),n&&n(null,...h)),o.pending=!1,this._drainQueue())),this._queue.push(o),this._drainQueue()}_drainQueue(i=!1){if(!this.connected||this._queue.length===0)return;const n=this._queue[0];n.pending&&!i||(n.pending=!0,n.tryCount++,this.flags=n.flags,this.emit.apply(this,n.args))}packet(i){i.nsp=this.nsp,this.io._packet(i)}onopen(){typeof this.auth=="function"?this.auth(i=>{this._sendConnectPacket(i)}):this._sendConnectPacket(this.auth)}_sendConnectPacket(i){this.packet({type:yt.CONNECT,data:this._pid?Object.assign({pid:this._pid,offset:this._lastOffset},i):i})}onerror(i){this.connected||this.emitReserved("connect_error",i)}onclose(i,n){this.connected=!1,delete this.id,this.emitReserved("disconnect",i,n)}onpacket(i){if(i.nsp===this.nsp)switch(i.type){case yt.CONNECT:i.data&&i.data.sid?this.onconnect(i.data.sid,i.data.pid):this.emitReserved("connect_error",new Error("It seems you are trying to reach a Socket.IO server in v2.x with a v3.x client, but they are not compatible (more information here: https://socket.io/docs/v3/migrating-from-2-x-to-3-0/)"));break;case yt.EVENT:case yt.BINARY_EVENT:this.onevent(i);break;case yt.ACK:case yt.BINARY_ACK:this.onack(i);break;case yt.DISCONNECT:this.ondisconnect();break;case yt.CONNECT_ERROR:this.destroy();const n=new Error(i.data.message);n.data=i.data.data,this.emitReserved("connect_error",n);break}}onevent(i){const n=i.data||[];i.id!=null&&n.push(this.ack(i.id)),this.connected?this.emitEvent(n):this.receiveBuffer.push(Object.freeze(n))}emitEvent(i){if(this._anyListeners&&this._anyListeners.length){const n=this._anyListeners.slice();for(const o of n)o.apply(this,i)}super.emit.apply(this,i),this._pid&&i.length&&typeof i[i.length-1]=="string"&&(this._lastOffset=i[i.length-1])}ack(i){const n=this;let o=!1;return function(...u){o||(o=!0,n.packet({type:yt.ACK,id:i,data:u}))}}onack(i){const n=this.acks[i.id];typeof n=="function"&&(n.apply(this,i.data),delete this.acks[i.id])}onconnect(i,n){this.id=i,this.recovered=n&&this._pid===n,this._pid=n,this.connected=!0,this.emitBuffered(),this.emitReserved("connect"),this._drainQueue(!0)}emitBuffered(){this.receiveBuffer.forEach(i=>this.emitEvent(i)),this.receiveBuffer=[],this.sendBuffer.forEach(i=>{this.notifyOutgoingListeners(i),this.packet(i)}),this.sendBuffer=[]}ondisconnect(){this.destroy(),this.onclose("io server disconnect")}destroy(){this.subs&&(this.subs.forEach(i=>i()),this.subs=void 0),this.io._destroy(this)}disconnect(){return this.connected&&this.packet({type:yt.DISCONNECT}),this.destroy(),this.connected&&this.onclose("io client disconnect"),this}close(){return this.disconnect()}compress(i){return this.flags.compress=i,this}get volatile(){return this.flags.volatile=!0,this}timeout(i){return this.flags.timeout=i,this}onAny(i){return this._anyListeners=this._anyListeners||[],this._anyListeners.push(i),this}prependAny(i){return this._anyListeners=this._anyListeners||[],this._anyListeners.unshift(i),this}offAny(i){if(!this._anyListeners)return this;if(i){const n=this._anyListeners;for(let o=0;o<n.length;o++)if(i===n[o])return n.splice(o,1),this}else this._anyListeners=[];return this}listenersAny(){return this._anyListeners||[]}onAnyOutgoing(i){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.push(i),this}prependAnyOutgoing(i){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.unshift(i),this}offAnyOutgoing(i){if(!this._anyOutgoingListeners)return this;if(i){const n=this._anyOutgoingListeners;for(let o=0;o<n.length;o++)if(i===n[o])return n.splice(o,1),this}else this._anyOutgoingListeners=[];return this}listenersAnyOutgoing(){return this._anyOutgoingListeners||[]}notifyOutgoingListeners(i){if(this._anyOutgoingListeners&&this._anyOutgoingListeners.length){const n=this._anyOutgoingListeners.slice();for(const o of n)o.apply(this,i.data)}}}function yn(s){s=s||{},this.ms=s.min||100,this.max=s.max||1e4,this.factor=s.factor||2,this.jitter=s.jitter>0&&s.jitter<=1?s.jitter:0,this.attempts=0}yn.prototype.duration=function(){var s=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var i=Math.random(),n=Math.floor(i*this.jitter*s);s=Math.floor(i*10)&1?s+n:s-n}return Math.min(s,this.max)|0},yn.prototype.reset=function(){this.attempts=0},yn.prototype.setMin=function(s){this.ms=s},yn.prototype.setMax=function(s){this.max=s},yn.prototype.setJitter=function(s){this.jitter=s};class _i extends Dt{constructor(i,n){var o;super(),this.nsps={},this.subs=[],i&&typeof i=="object"&&(n=i,i=void 0),n=n||{},n.path=n.path||"/socket.io",this.opts=n,ar(this,n),this.reconnection(n.reconnection!==!1),this.reconnectionAttempts(n.reconnectionAttempts||1/0),this.reconnectionDelay(n.reconnectionDelay||1e3),this.reconnectionDelayMax(n.reconnectionDelayMax||5e3),this.randomizationFactor((o=n.randomizationFactor)!==null&&o!==void 0?o:.5),this.backoff=new yn({min:this.reconnectionDelay(),max:this.reconnectionDelayMax(),jitter:this.randomizationFactor()}),this.timeout(n.timeout==null?2e4:n.timeout),this._readyState="closed",this.uri=i;const u=n.parser||oh;this.encoder=new u.Encoder,this.decoder=new u.Decoder,this._autoConnect=n.autoConnect!==!1,this._autoConnect&&this.open()}reconnection(i){return arguments.length?(this._reconnection=!!i,this):this._reconnection}reconnectionAttempts(i){return i===void 0?this._reconnectionAttempts:(this._reconnectionAttempts=i,this)}reconnectionDelay(i){var n;return i===void 0?this._reconnectionDelay:(this._reconnectionDelay=i,(n=this.backoff)===null||n===void 0||n.setMin(i),this)}randomizationFactor(i){var n;return i===void 0?this._randomizationFactor:(this._randomizationFactor=i,(n=this.backoff)===null||n===void 0||n.setJitter(i),this)}reconnectionDelayMax(i){var n;return i===void 0?this._reconnectionDelayMax:(this._reconnectionDelayMax=i,(n=this.backoff)===null||n===void 0||n.setMax(i),this)}timeout(i){return arguments.length?(this._timeout=i,this):this._timeout}maybeReconnectOnOpen(){!this._reconnecting&&this._reconnection&&this.backoff.attempts===0&&this.reconnect()}open(i){if(~this._readyState.indexOf("open"))return this;this.engine=new So(this.uri,this.opts);const n=this.engine,o=this;this._readyState="opening",this.skipReconnect=!1;const u=Ee(n,"open",function(){o.onopen(),i&&i()}),h=g=>{this.cleanup(),this._readyState="closed",this.emitReserved("error",g),i?i(g):this.maybeReconnectOnOpen()},m=Ee(n,"error",h);if(this._timeout!==!1){const g=this._timeout,S=this.setTimeoutFn(()=>{u(),h(new Error("timeout")),n.close()},g);this.opts.autoUnref&&S.unref(),this.subs.push(()=>{this.clearTimeoutFn(S)})}return this.subs.push(u),this.subs.push(m),this}connect(i){return this.open(i)}onopen(){this.cleanup(),this._readyState="open",this.emitReserved("open");const i=this.engine;this.subs.push(Ee(i,"ping",this.onping.bind(this)),Ee(i,"data",this.ondata.bind(this)),Ee(i,"error",this.onerror.bind(this)),Ee(i,"close",this.onclose.bind(this)),Ee(this.decoder,"decoded",this.ondecoded.bind(this)))}onping(){this.emitReserved("ping")}ondata(i){try{this.decoder.add(i)}catch(n){this.onclose("parse error",n)}}ondecoded(i){pi(()=>{this.emitReserved("packet",i)},this.setTimeoutFn)}onerror(i){this.emitReserved("error",i)}socket(i,n){let o=this.nsps[i];return o?this._autoConnect&&!o.active&&o.connect():(o=new Ao(this,i,n),this.nsps[i]=o),o}_destroy(i){const n=Object.keys(this.nsps);for(const o of n)if(this.nsps[o].active)return;this._close()}_packet(i){const n=this.encoder.encode(i);for(let o=0;o<n.length;o++)this.engine.write(n[o],i.options)}cleanup(){this.subs.forEach(i=>i()),this.subs.length=0,this.decoder.destroy()}_close(){this.skipReconnect=!0,this._reconnecting=!1,this.onclose("forced close"),this.engine&&this.engine.close()}disconnect(){return this._close()}onclose(i,n){this.cleanup(),this.backoff.reset(),this._readyState="closed",this.emitReserved("close",i,n),this._reconnection&&!this.skipReconnect&&this.reconnect()}reconnect(){if(this._reconnecting||this.skipReconnect)return this;const i=this;if(this.backoff.attempts>=this._reconnectionAttempts)this.backoff.reset(),this.emitReserved("reconnect_failed"),this._reconnecting=!1;else{const n=this.backoff.duration();this._reconnecting=!0;const o=this.setTimeoutFn(()=>{i.skipReconnect||(this.emitReserved("reconnect_attempt",i.backoff.attempts),!i.skipReconnect&&i.open(u=>{u?(i._reconnecting=!1,i.reconnect(),this.emitReserved("reconnect_error",u)):i.onreconnect()}))},n);this.opts.autoUnref&&o.unref(),this.subs.push(()=>{this.clearTimeoutFn(o)})}}onreconnect(){const i=this.backoff.attempts;this._reconnecting=!1,this.backoff.reset(),this.emitReserved("reconnect",i)}}const Pn={};function fr(s,i){typeof s=="object"&&(i=s,s=void 0),i=i||{};const n=Vc(s,i.path||"/socket.io"),o=n.source,u=n.id,h=n.path,m=Pn[u]&&h in Pn[u].nsps,g=i.forceNew||i["force new connection"]||i.multiplex===!1||m;let S;return g?S=new _i(o,i):(Pn[u]||(Pn[u]=new _i(o,i)),S=Pn[u]),n.query&&!i.query&&(i.query=n.queryKey),S.socket(n.path,i)}Object.assign(fr,{Manager:_i,Socket:Ao,io:fr,connect:fr});let lr;const uh=new Uint8Array(16);function ch(){if(!lr&&(lr=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!lr))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return lr(uh)}const Kt=[];for(let s=0;s<256;++s)Kt.push((s+256).toString(16).slice(1));function hh(s,i=0){return Kt[s[i+0]]+Kt[s[i+1]]+Kt[s[i+2]]+Kt[s[i+3]]+"-"+Kt[s[i+4]]+Kt[s[i+5]]+"-"+Kt[s[i+6]]+Kt[s[i+7]]+"-"+Kt[s[i+8]]+Kt[s[i+9]]+"-"+Kt[s[i+10]]+Kt[s[i+11]]+Kt[s[i+12]]+Kt[s[i+13]]+Kt[s[i+14]]+Kt[s[i+15]]}const fh=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),ko={randomUUID:fh};function lh(s,i,n){if(ko.randomUUID&&!i&&!s)return ko.randomUUID();s=s||{};const o=s.random||(s.rng||ch)();if(o[6]=o[6]&15|64,o[8]=o[8]&63|128,i){n=n||0;for(let u=0;u<16;++u)i[n+u]=o[u];return i}return hh(o)}function ph(s){return!!s&&(typeof s=="object"||typeof s=="function")&&typeof s.then=="function"}function dh(s,i){const n=i.map(u=>JSON.stringify(u)).join(" "),o=new Date().toISOString();return JSON.stringify({level:s,time:o,message:n})}function gh(s){const i=String(s[0]),n=s.slice(1);return{level:i,logs:n}}function vh(s,i){const n=JSON.parse(s);return i.forEach(o=>delete n[o]),n}const yh={reconnection:!0,reconnectionDelay:5e3,reconnectionAttempts:10,upgrade:!1,transports:["websocket"],debug:!1},wi={logToConsole:!0,overloadGlobalConsole:!1,socketEmitInterval:6e4};let ee=console;class To{constructor(i){qt(this,"logToConsole"),qt(this,"overloadGlobalConsole"),qt(this,"namespace"),qt(this,"socketEmitInterval"),qt(this,"storageId"),qt(this,"emitInProgress"),qt(this,"queue"),qt(this,"processing"),qt(this,"interval"),qt(this,"logIndex"),qt(this,"socket"),qt(this,"getItem"),qt(this,"setItem"),qt(this,"parseLog"),qt(this,"_logMethod"),qt(this,"_warnMethod"),qt(this,"_errorMethod"),qt(this,"_debugMethod");const{loggerOptions:n}=i;if(!n.namespace)throw new Error("Config property 'namespace' should be provided!");this.setupStorageFunctions(n.getItem,n.setItem,n.parseLog),this.namespace=n.namespace,this.socketEmitInterval=n.socketEmitInterval||wi.socketEmitInterval,this.logToConsole=n.logToConsole!==void 0?n.logToConsole:wi.logToConsole,this.overloadGlobalConsole=n.overloadGlobalConsole!==void 0?n.overloadGlobalConsole:wi.overloadGlobalConsole,this.storageId=this.getStorageName(),this.queue=[],this.processing=!1,this.emitInProgress=!1,this.logIndex=0,this.init(i)}setupStorageFunctions(i,n,o){this.getItem=i&&typeof i=="function"?this.promisifyStorageFunction(i):this.defaultGetItemFunction,this.setItem=n&&typeof n=="function"?this.promisifyStorageFunction(n):this.defaultSetItemFunction,this.parseLog=o&&typeof o=="function"?o:dh}promisifyStorageFunction(i){const n=i("");return ph(n)?async(...o)=>new Promise((u,h)=>{try{const m=i(...o);u(m)}catch(m){h(m)}}):i}init(i){const{socket:n,url:o,socketOptions:u={}}=i;this._logMethod=ee.log.bind(ee),this._warnMethod=ee.warn.bind(ee),this._errorMethod=ee.error.bind(ee),this._debugMethod=ee.debug.bind(ee),this.initStorage().then(()=>{if(n)this.socket=n;else if(o)this.socket=this.createConnection(o,u);else throw new Error("Must provide either a 'socket' or a 'url' for socket connection");this.interval=setInterval(async()=>{await this.emitLogs()},this.socketEmitInterval),this.overloadGlobalConsole&&this._overloadConsole()})}createConnection(i,n={}){const o={...yh,...n};return fr(i,o)}async emitLogs(){if(!this.emitInProgress)try{const i=await this.getItem(this.storageId);if(!i)return;const n=[];this.emitInProgress=!0;const o=JSON.parse(i),u=Object.keys(o);if(!u.length)return;if(!this.socket||!this.socket.connected)throw new Error("Socket is disconnected");for(const g of u)this.socket.emit("Log",o[g]),n.push(g);const h=await this.getItem(this.storageId);if(!h)return;const m=vh(h,n);await this.setItem(this.storageId,JSON.stringify(m))}catch(i){this._errorMethod(i)}finally{this.emitInProgress=!1}}disconnectSocket(){!this.socket||!this.interval||(this.socket.disconnect(),clearInterval(this.interval))}_overloadConsole(){ee=Object.assign(ee,{log:(...i)=>{this.log(...i)},warn:(...i)=>{this.warn(...i)},error:(...i)=>{this.error(...i)},debug:(...i)=>{this.debug(...i)}})}async initStorage(){const i=await this.getItem(this.storageId);(!i||typeof i!="string")&&await this.setItem(this.storageId,JSON.stringify({}))}async resetStorage(){await this.setItem(this.storageId,JSON.stringify({}))}getStorageName(){const i=lh();return this.namespace.toString().toUpperCase()+i+Date.now()}async processLog(...i){try{if(i.length<2)return;const n=await this.getItem(this.storageId);if(!n)return;const{level:o,logs:u}=gh(i),h=JSON.parse(n),m=this.formItemKey(o);h[m]=this.parseLog(o,u),await this.setItem(this.storageId,JSON.stringify(h))}catch(n){this._errorMethod(n)}}async processQueue(){if(this.processing||this.queue.length===0)return;const i=this.queue.shift();i&&(this.processing=!0,await this.processLog(...i).finally(()=>{this.processing=!1,this.processQueue()}))}log(...i){const n=["INFO",...i];this.queue.push(n),this.logToConsole&&this._logMethod.apply(ee,i),this.processQueue()}warn(...i){const n=["WARN",...i];this.queue.push(n),this.logToConsole&&this._warnMethod.apply(ee,i),this.processQueue()}error(...i){const n=["ERROR",...i];this.queue.push(n),this.logToConsole&&this._errorMethod.apply(ee,i),this.processQueue()}debug(...i){const n=["DEBUG",...i];this.queue.push(n),this.logToConsole&&this._debugMethod.apply(ee,i),this.processQueue()}async defaultGetItemFunction(i){return localStorage.getItem(i)}async defaultSetItemFunction(i,n){try{localStorage.setItem(i,n)}catch(o){this._errorMethod(o)}}formItemKey(i){const n=new Date().toISOString();return this.logIndex++,`${i}-${this.namespace}-${n}-${this.logIndex}`}}class mh{constructor(i){wt(this,"io");wt(this,"storageLogger");this.eventsSdkClass=i,this.eventsSdkClass=i}init(){this.eventsSdkClass.options.useLogger&&(this.eventsSdkClass.options.loggerSocketConnection?this.io=this.eventsSdkClass.options.loggerSocketConnection:this.eventsSdkClass.socketIoClass.ioFunction&&(this.io=this.eventsSdkClass.socketIoClass.ioFunction(this.eventsSdkClass.options.loggerServer,this.eventsSdkClass.options.loggerConnectOptions)),this.io?this.storageLogger=new To({socket:this.io,loggerOptions:this.eventsSdkClass.options.loggerConfig}):this.storageLogger=new To({url:this.eventsSdkClass.options.loggerServer,socketOptions:this.eventsSdkClass.options.loggerConnectOptions,loggerOptions:this.eventsSdkClass.options.loggerConfig}))}log(i,n,...o){const u=[n,...o];this.storageLogger?i===$t.INFO?this.storageLogger.log(u):i===$t.ERROR&&this.storageLogger.error(u):i===$t.INFO?console.log(u):i===$t.ERROR&&console.error(u)}}class _h{constructor(i){wt(this,"listeners",{[ft.ALL_EXTENSION_STATUS]:[],[ft.ALL_DIALER_STATUS]:[],[ft.ALL_USERS_STATUS]:[],[ft.QUEUE_EVENT]:[],[ft.EXTENSION_EVENT]:[],[ft.DIALER_EVENT]:[],[ft.LOGIN_SUCCESS]:[],[ft.LOGIN_STATUS]:[],[ft.KEEP_ALIVE_RESPONSE]:[],[ft.ONLINE_STATUS_EVENT]:[],[ft.EXTENSIONS_UPDATED]:[]});wt(this,"allListeners",[]);this.eventsSdkClass=i,this.eventsSdkClass=i}on(i,n){i==="*"?this.allListeners.push(n):this.listeners[i].push(n)}off(i,n){if(i==="*")this.allListeners=this.allListeners.filter(o=>o!==n);else{const u=this.listeners[i].filter(h=>h!==n);this.listeners={...this.listeners,[i]:u}}}emit(i,n){this.eventsSdkClass.socketIoClass.lastEventTimestamp=new Date().getTime(),this.listeners[i].forEach(u=>u({name:i,data:n}));const o={name:i,data:n};this.allListeners.forEach(u=>u(o))}}class wh{constructor(i){wt(this,"argumentOptions");wt(this,"options");wt(this,"servers",[]);wt(this,"URLList",[]);wt(this,"server");wt(this,"URL");wt(this,"socket");wt(this,"mainServer");wt(this,"alreadyAttemptedOtherServers",[]);wt(this,"authClass",new uc(this));wt(this,"socketIoClass",new vc(this));wt(this,"loggerClass",new mh(this));wt(this,"eventEmitterClass",new _h(this));wt(this,"reconnectOptions");wt(this,"retryConnection");this.options={...hc,...i},this.reconnectOptions={retryCount:1,maxReconnectAttempts:this.options.maxReconnectAttempts,reconnectionDelay:this.options.reconnectionDelay,minReconnectionDelay:this.options.reconnectionDelay,maxReconnectionDelay:3e5},this.server=this.options.fallbackServer,this.retryConnection=cc.debounce(this.connect.bind(this),this.reconnectOptions.reconnectionDelay,{leading:!0,trailing:!1}),this.argumentOptions={...i}}on(i,n){this.eventEmitterClass.on(i,n)}emit(i,...n){this.socketIoClass.io&&this.socketIoClass.io.emit(i,...n)}connect(i){i===an.MAIN&&this.findMainServer(),i===an.NEXT&&this.findNextServer(),this.socketIoClass.doReconnect=!0,this.socketIoClass.initSocketConnection(),this.socketIoClass.initSocketEvents(),this.socketIoClass.initKeepAlive(),this.loggerClass.init()}disconnect(){this.socketIoClass.doReconnect=!1,this.socketIoClass.closeAllConnections()}clearKeepAliveInterval(){this.socketIoClass.clearKeepAliveInterval()}findMainServer(){this.servers.length?(this.mainServer=this.servers.reduce((i,n)=>n.Priority>i.Priority?n:i),this.server=this.mainServer):this.URLList.length&&(this.URL=this.URLList[0])}findNextServer(){if(this.servers.length)if(this.server.Priority===this.mainServer.Priority){let i=this.servers.filter(n=>n.Priority!==this.mainServer.Priority&&this.alreadyAttemptedOtherServers.indexOf(n.Priority)+1===0);i.length||(this.alreadyAttemptedOtherServers=[],i=this.servers.filter(n=>n.Priority!==this.mainServer.Priority&&this.alreadyAttemptedOtherServers.indexOf(n.Priority)+1===0)),i.length&&(this.server=i.reduce((n,o)=>o.Priority>n.Priority?o:n),this.alreadyAttemptedOtherServers.push(this.server.Priority))}else this.server=this.mainServer;else if(this.URLList.length)if(this.URL===this.URLList[0]){let i=this.URLList.filter(n=>n!==this.URLList[0]&&this.alreadyAttemptedOtherServers.indexOf(n)+1===0);i.length||(this.alreadyAttemptedOtherServers=[],i=this.URLList.filter(n=>n!==this.URLList[0]&&this.alreadyAttemptedOtherServers.indexOf(n)+1===0)),i.length&&(this.URL=i[0],this.alreadyAttemptedOtherServers.push(this.URL))}else this.URL=this.URLList[0]}async init(){return this.socket,await this.authClass.login(this.options),this.getServers(),!0}getServers(){this.options.serverFetchStrategy==="static"&&this.argumentOptions.servers&&Array.isArray(this.argumentOptions.servers)&&this.argumentOptions.servers.length>1&&(this.servers=this.argumentOptions.servers)}}return Pt.CallStatusEnum=Xs,Pt.CallTypeEnum=Js,Pt.DialerTypeEnum=Vs,Pt.DirectionEnum=Ys,Pt.DoNotCallMeStatusCodeEnum=js,Pt.EventsEnum=ft,Pt.ExtensionEventReasonEnum=ii,Pt.ExtensionHangupCauseEnum=Zs,Pt.QueueEventReasonEnum=Qs,Pt.ServerListenerEventsEnum=si,Pt.default=wh,Object.defineProperties(Pt,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}}),Pt}({});
|
|
37
|
+
]`&&K(new Date(-864e13))=='"-271821-04-20T00:00:00.000Z"'&&K(new Date(864e13))=='"+275760-09-13T00:00:00.000Z"'&&K(new Date(-621987552e5))=='"-000001-01-01T00:00:00.000Z"'&&K(new Date(-1))=='"1969-12-31T23:59:59.999Z"'}catch{et=!1}}Q=et}if($=="json-parse"){var nt=_.parse;if(typeof nt=="function")try{if(nt("0")===0&&!nt(!1)){G=nt(rt);var Z=G.a.length==5&&G.a[0]===1;if(Z){try{Z=!nt('" "')}catch{}if(Z)try{Z=nt("01")!==1}catch{}if(Z)try{Z=nt("1.")!==1}catch{}}}}catch{Z=!1}Q=Z}}return c[$]=!!Q}var f,v,d,b={}.toString,p=typeof JSON=="object"&&JSON,_=typeof n=="object"&&n&&!n.nodeType&&n;_&&p?(_.stringify=p.stringify,_.parse=p.parse):_=s.JSON=p||{};var g=new Date(-0xc782b5b800cec);try{g=g.getUTCFullYear()==-109252&&g.getUTCMonth()===0&&g.getUTCDate()===1&&g.getUTCHours()==10&&g.getUTCMinutes()==37&&g.getUTCSeconds()==6&&g.getUTCMilliseconds()==708}catch{}if(!c("json")){var l="[object Function]",u="[object Date]",w="[object Number]",A="[object String]",k="[object Array]",B="[object Boolean]",Y=c("bug-string-char-index");if(!g)var j=Math.floor,N=[0,31,59,90,120,151,181,212,243,273,304,334],U=function($,Q){return N[Q]+365*($-1970)+j(($-1969+(Q=+(Q>1)))/4)-j(($-1901+Q)/100)+j(($-1601+Q)/400)};(f={}.hasOwnProperty)||(f=function($){var Q,G={};return(G.__proto__=null,G.__proto__={toString:1},G).toString!=b?f=function(rt){var K=this.__proto__,et=rt in(this.__proto__=null,this);return this.__proto__=K,et}:(Q=G.constructor,f=function(rt){var K=(this.constructor||Q).prototype;return rt in this&&!(rt in K&&this[rt]===K[rt])}),G=null,f.call(this,$)});var T={boolean:1,number:1,string:1,undefined:1},O=function($,Q){var G=typeof $[Q];return G=="object"?!!$[Q]:!T[G]};if(v=function($,Q){var G,rt,K,et=0;(G=function(){this.valueOf=0}).prototype.valueOf=0,rt=new G;for(K in rt)f.call(rt,K)&&et++;return G=rt=null,et?v=et==2?function(nt,Z){var at,St={},Jt=b.call(nt)==l;for(at in nt)Jt&&at=="prototype"||f.call(St,at)||!(St[at]=1)||!f.call(nt,at)||Z(at)}:function(nt,Z){var at,St,Jt=b.call(nt)==l;for(at in nt)Jt&&at=="prototype"||!f.call(nt,at)||(St=at==="constructor")||Z(at);(St||f.call(nt,at="constructor"))&&Z(at)}:(rt=["valueOf","toString","toLocaleString","propertyIsEnumerable","isPrototypeOf","hasOwnProperty","constructor"],v=function(nt,Z){var at,St,Jt=b.call(nt)==l,Ot=!Jt&&typeof nt.constructor!="function"&&O(nt,"hasOwnProperty")?nt.hasOwnProperty:f;for(at in nt)Jt&&at=="prototype"||!Ot.call(nt,at)||Z(at);for(St=rt.length;at=rt[--St];Ot.call(nt,at)&&Z(at));}),v($,Q)},!c("json-stringify")){var P={92:"\\\\",34:'\\"',8:"\\b",12:"\\f",10:"\\n",13:"\\r",9:"\\t"},R="000000",L=function($,Q){return(R+(Q||0)).slice(-$)},H="\\u00",z=function($){var Q,G='"',rt=0,K=$.length,et=K>10&&Y;for(et&&(Q=$.split(""));K>rt;rt++){var nt=$.charCodeAt(rt);switch(nt){case 8:case 9:case 10:case 12:case 13:case 34:case 92:G+=P[nt];break;default:if(32>nt){G+=H+L(2,nt.toString(16));break}G+=et?Q[rt]:Y?$.charAt(rt):$[rt]}}return G+'"'},X=function($,Q,G,rt,K,et,nt){var Z,at,St,Jt,Ot,Ee,tr,fe,Nn,er,Zt,Qt,Be,Ue,nr,We;try{Z=Q[$]}catch{}if(typeof Z=="object"&&Z)if(at=b.call(Z),at!=u||f.call(Z,"toJSON"))typeof Z.toJSON=="function"&&(at!=w&&at!=A&&at!=k||f.call(Z,"toJSON"))&&(Z=Z.toJSON($));else if(Z>-1/0&&1/0>Z){if(U){for(Ot=j(Z/864e5),St=j(Ot/365.2425)+1970-1;U(St+1,0)<=Ot;St++);for(Jt=j((Ot-U(St,0))/30.42);U(St,Jt+1)<=Ot;Jt++);Ot=1+Ot-U(St,Jt),Ee=(Z%864e5+864e5)%864e5,tr=j(Ee/36e5)%24,fe=j(Ee/6e4)%60,Nn=j(Ee/1e3)%60,er=Ee%1e3}else St=Z.getUTCFullYear(),Jt=Z.getUTCMonth(),Ot=Z.getUTCDate(),tr=Z.getUTCHours(),fe=Z.getUTCMinutes(),Nn=Z.getUTCSeconds(),er=Z.getUTCMilliseconds();Z=(0>=St||St>=1e4?(0>St?"-":"+")+L(6,0>St?-St:St):L(4,St))+"-"+L(2,Jt+1)+"-"+L(2,Ot)+"T"+L(2,tr)+":"+L(2,fe)+":"+L(2,Nn)+"."+L(3,er)+"Z"}else Z=null;if(G&&(Z=G.call(Q,$,Z)),Z===null)return"null";if(at=b.call(Z),at==B)return""+Z;if(at==w)return Z>-1/0&&1/0>Z?""+Z:"null";if(at==A)return z(""+Z);if(typeof Z=="object"){for(Ue=nt.length;Ue--;)if(nt[Ue]===Z)throw TypeError();if(nt.push(Z),Zt=[],nr=et,et+=K,at==k){for(Be=0,Ue=Z.length;Ue>Be;Be++)Qt=X(Be,Z,G,rt,K,et,nt),Zt.push(Qt===d?"null":Qt);We=Zt.length?K?`[
|
|
38
|
+
`+et+Zt.join(`,
|
|
39
|
+
`+et)+`
|
|
40
|
+
`+nr+"]":"["+Zt.join(",")+"]":"[]"}else v(rt||Z,function(rr){var en=X(rr,Z,G,rt,K,et,nt);en!==d&&Zt.push(z(rr)+":"+(K?" ":"")+en)}),We=Zt.length?K?`{
|
|
41
|
+
`+et+Zt.join(`,
|
|
42
|
+
`+et)+`
|
|
43
|
+
`+nr+"}":"{"+Zt.join(",")+"}":"{}";return nt.pop(),We}};_.stringify=function($,Q,G){var rt,K,et,nt;if(typeof Q=="function"||typeof Q=="object"&&Q){if((nt=b.call(Q))==l)K=Q;else if(nt==k){et={};for(var Z,at=0,St=Q.length;St>at;Z=Q[at++],nt=b.call(Z),(nt==A||nt==w)&&(et[Z]=1));}}if(G)if((nt=b.call(G))==w){if((G-=G%1)>0)for(rt="",G>10&&(G=10);rt.length<G;rt+=" ");}else nt==A&&(rt=G.length<=10?G:G.slice(0,10));return X("",(Z={},Z[""]=$,Z),K,et,rt,"",[])}}if(!c("json-parse")){var F,lt,ct=String.fromCharCode,xt={92:"\\",34:'"',47:"/",98:"\b",116:" ",110:`
|
|
44
|
+
`,102:"\f",114:"\r"},ut=function(){throw F=lt=null,SyntaxError()},jt=function(){for(var $,Q,G,rt,K,et=lt,nt=et.length;nt>F;)switch(K=et.charCodeAt(F)){case 9:case 10:case 13:case 32:F++;break;case 123:case 125:case 91:case 93:case 58:case 44:return $=Y?et.charAt(F):et[F],F++,$;case 34:for($="@",F++;nt>F;)if(K=et.charCodeAt(F),32>K)ut();else if(K==92)switch(K=et.charCodeAt(++F)){case 92:case 34:case 47:case 98:case 116:case 110:case 102:case 114:$+=xt[K],F++;break;case 117:for(Q=++F,G=F+4;G>F;F++)K=et.charCodeAt(F),K>=48&&57>=K||K>=97&&102>=K||K>=65&&70>=K||ut();$+=ct("0x"+et.slice(Q,F));break;default:ut()}else{if(K==34)break;for(K=et.charCodeAt(F),Q=F;K>=32&&K!=92&&K!=34;)K=et.charCodeAt(++F);$+=et.slice(Q,F)}if(et.charCodeAt(F)==34)return F++,$;ut();default:if(Q=F,K==45&&(rt=!0,K=et.charCodeAt(++F)),K>=48&&57>=K){for(K==48&&(K=et.charCodeAt(F+1),K>=48&&57>=K)&&ut(),rt=!1;nt>F&&(K=et.charCodeAt(F),K>=48&&57>=K);F++);if(et.charCodeAt(F)==46){for(G=++F;nt>G&&(K=et.charCodeAt(G),K>=48&&57>=K);G++);G==F&&ut(),F=G}if(K=et.charCodeAt(F),K==101||K==69){for(K=et.charCodeAt(++F),(K==43||K==45)&&F++,G=F;nt>G&&(K=et.charCodeAt(G),K>=48&&57>=K);G++);G==F&&ut(),F=G}return+et.slice(Q,F)}if(rt&&ut(),et.slice(F,F+4)=="true")return F+=4,!0;if(et.slice(F,F+5)=="false")return F+=5,!1;if(et.slice(F,F+4)=="null")return F+=4,null;ut()}return"$"},Le=function($){var Q,G;if($=="$"&&ut(),typeof $=="string"){if((Y?$.charAt(0):$[0])=="@")return $.slice(1);if($=="["){for(Q=[];$=jt(),$!="]";G||(G=!0))G&&($==","?($=jt(),$=="]"&&ut()):ut()),$==","&&ut(),Q.push(Le($));return Q}if($=="{"){for(Q={};$=jt(),$!="}";G||(G=!0))G&&($==","?($=jt(),$=="}"&&ut()):ut()),($==","||typeof $!="string"||(Y?$.charAt(0):$[0])!="@"||jt()!=":")&&ut(),Q[$.slice(1)]=Le(jt());return Q}ut()}return $},ue=function($,Q,G){var rt=Nr($,Q,G);rt===d?delete $[Q]:$[Q]=rt},Nr=function($,Q,G){var rt,K=$[Q];if(typeof K=="object"&&K)if(b.call(K)==k)for(rt=K.length;rt--;)ue(K,rt,G);else v(K,function(et){ue(K,et,G)});return G.call($,Q,K)};_.parse=function($,Q){var G,rt;return F=0,lt=""+$,G=Le(jt()),jt()!="$"&&ut(),F=lt=null,Q&&b.call(Q)==l?Nr((rt={},rt[""]=G,rt),"",Q):G}}}})(this)},{}],48:[function(r,o){function n(s,c){var f=[];c=c||0;for(var v=c||0;v<s.length;v++)f[v-c]=s[v];return f}o.exports=n},{}]},{},[1])(1)}const Zu=Object.assign({"./v1_3_7.js":Object.freeze(Object.defineProperty({__proto__:null,default:Vu},Symbol.toStringTag,{value:"Module"}))}),Qu=/v\d+_\d+_\d+/;function tf(r){return typeof r=="function"}const Ci=Object.entries(Zu).reduce((r,o)=>{var c;const n=o[1].default,s=(c=o[0].match(Qu))==null?void 0:c[0];return tf(n)&&s&&(r[s]=n()),r},{}),Cs=r=>{if(r in Ci)return Ci[r];throw new Error(`Socket version ${r} not found`)},ef={...Ci,getSocketVersion:Cs,makeSocketVersion:(r,...o)=>Cs(r)(...o)};var Ss=(r=>(r.RINGING="Ringing",r.TALKING="Talking",r.DIALING="Dialing",r.HOLD="Hold",r))(Ss||{}),ks=(r=>(r.INCOMING="Incoming",r.OUTGOING="Outgoing",r))(ks||{}),As=(r=>(r.AUTOMATIC="Automatic",r.IVR="IVR",r))(As||{}),xs=(r=>(r.INCOMINC="Incoming",r.OUTGOING="Outgoing",r.SPY="Spy",r.CLICK2CALL="Click2Call",r))(xs||{}),Es=(r=>(r.RESPONSE_FROM_API_VALID="RESPONSE_FROM_API_VALID",r.RESPONSE_FROM_API_INVALID="RESPONSE_FROM_API_INVALID",r))(Es||{}),yt=(r=>(r.ALL_DIALER_STATUS="AllDialersStatus",r.ALL_EXTENSION_STATUS="AllExtensionsStatus",r.ALL_USERS_STATUS="AllUsersStatus",r.CONNECT="connect",r.DISCONNECT="disconnect",r.CONNECT_ERROR_EVENT="connect_error",r.EXTENSION_EVENT="ExtensionEvent",r.KEEP_ALIVE="keepalive",r.KEEP_ALIVE_RESPONSE="keepaliveResponse",r.LOGIN_STATUS="loginStatus",r.LOGIN_SUCCESS="loginSuccess",r.QUEUE_EVENT="QueueEvent",r.ONLINE_STATUS_EVENT="onlineStatusEvent",r.DIALER_EVENT="DialerEvent",r.EXTENSIONS_UPDATED="ExtensionsUpdated",r))(yt||{}),Si=(r=>(r.NEWCALL="NEWCALL",r.ANSWER="ANSWER",r.HOLD="HOLD",r.UNHOLD="UNHOLD",r.HANGUP="HANGUP",r.USER_STATUS_UPDATE="userStatusUpdate",r))(Si||{}),Ts=(r=>(r.NORMAL_HANGUP="Normal hangup",r.USER_BUSY="User busy",r.CALL_REJECTED="Call Rejected",r.UNALLOCATED_NUMBER="Unallocated (unassigned) number",r.UNKNOWN="Unknown",r.NO_USER_RESPONDING="No user responding",r.USER_ALERTING="User alerting, no answer",r.ANSWERED_ELSEWHERE="Answered elsewhere",r))(Ts||{}),Rs=(r=>(r.ANSWER="ANSWER",r.ABANDONED="ABANDONED",r.EXIT="EXIT",r.JOIN="JOIN",r))(Rs||{});class ki{static mapExtensionEvent(o){var v,d;const n=o.reason;let s,c;o.data.currentCall&&(c=this.mapExtensionCall(o,o.data.currentCall));const f=this.mapExtensionData(o,o.data);return n===Si.HANGUP?s={...o,reason:n,data:{...f,currentCall:c?{...c,duration:Date.now()-((c==null?void 0:c.callAnswered_UTC_CLIENT)??0)}:void 0,calls:(v=o.data.calls)==null?void 0:v.map(b=>{const p=this.mapExtensionCall(o,b);return{...p,duration:Date.now()-(p.callAnswered_UTC_CLIENT??0)}})}}:s={...o,data:{...f,currentCall:c,calls:(d=o.data.calls)==null?void 0:d.map(b=>this.mapExtensionCall(o,b))},reason:n},s}static mapAllExtensionStatus(o){return{...o,extensions:o.extensions.map(n=>{var s;return{...this.mapExtensionData(o,n),currentCall:n.currentCall?this.mapExtensionCall(o,n.currentCall):void 0,calls:(s=n.calls)==null?void 0:s.map(c=>this.mapExtensionCall(o,c))}})}}static mapExtensionData(o,n){return this.configureUTCForObject(n,[{key:"lastAnsweredCallEventEpoch",format:"sec"},{key:"lastCallEventEpoch",format:"sec"},{key:"lastHangupCallEpoch",format:"sec"},{key:"representativeUpdated",format:"ms"}],o.servertime,o.servertimeoffset)}static mapExtensionCall(o,n){return this.configureUTCForObject(n,[{key:"callAnswered",format:"sec"},{key:"callStarted",format:"sec"}],o.servertime,o.servertimeoffset)}static mapQueueEvent(o){var n;return{...o,data:{...o.data,Calls:(n=o.data.Calls)==null?void 0:n.map(s=>this.configureUTCForObject(s,[{key:"JoinTimeStamp",format:"sec"}],o.servertime,o.servertimeoffset))}}}static assignProperty(o,n,s){o[n]=s}static configureUTCForObject(o,n,s,c){const f=(s-c*60)*1e3,v=Date.now()-f,d={};return n.forEach(b=>{const p=o[b.key],_=b.key;if(p!==0&&typeof p=="number"&&!isNaN(p)){let g=p;b.format==="ms"&&(g=Math.floor(g/1e3));const l=(g-c*60)*1e3;this.assignProperty(d,`${_}_UTC`,l),this.assignProperty(d,`${_}_UTC_CLIENT`,l+v)}else this.assignProperty(d,`${_}_UTC`,0),this.assignProperty(d,`${_}_UTC_CLIENT`,0)}),{...o,...d}}}var Ai=(r=>(r.UPDATE_MONITORED_EXTENSIONS="updateMonitoredExtensions",r.KEEP_ALIVE="keepAlive",r))(Ai||{});class nf{constructor(o){At(this,"io");At(this,"ioFunction");At(this,"lastEventTimestamp",new Date().getTime());At(this,"doReconnect",!0);At(this,"keepAliveInterval");At(this,"keepReconnectInterval");At(this,"connected",!1);this.eventsSdkClass=o,this.eventsSdkClass=o}getSocketIoFunction(o){const n=o.split("v="),s="v".concat(n[n.length-1]).replaceAll(".","_");this.ioFunction=ef.getSocketVersion(s)}initSocketConnection(){const o=this.eventsSdkClass.authClass.token,n=this.eventsSdkClass.options.protocol,s=this.eventsSdkClass.server;try{const c=s?s.Domain:this.eventsSdkClass.URL,f=s?`${n}://${c}`:this.eventsSdkClass.URL;this.eventsSdkClass.eventEmitterClass.emit(yt.ONLINE_STATUS_EVENT,{isSocketConnected:!1,attemptToConnect:f,doReconnect:this.doReconnect});const v={reconnection:!1,upgrade:!1,transports:["websocket"],forceNew:!0,query:{token:o},timeout:this.eventsSdkClass.options.timeout};if(o&&(v.query={token:o}),this.ioFunction&&f)this.io=this.ioFunction(f,v);else throw new Error("Socket server url no defined")}catch{}}clearKeepAliveInterval(){this.keepAliveInterval&&clearInterval(this.keepAliveInterval)}initKeepAlive(){this.clearKeepAliveInterval(),this.keepAliveInterval=setInterval(async()=>{if(new Date().getTime()>this.lastEventTimestamp+this.eventsSdkClass.options.keepAliveTimeout&&this.io&&this.eventsSdkClass.authClass.token){this.eventsSdkClass.emit(Ai.KEEP_ALIVE,this.eventsSdkClass.authClass.token);return}},this.eventsSdkClass.options.keepAliveTimeout)}closeAllConnections(){var o;this.io&&(this.io.close(),(o=this.io)==null||o.disconnect(),this.io=void 0),jn.clearSessionStorage()}initSocketEvents(){this.io&&this.io.on(yt.LOGIN_SUCCESS,o=>this.onLoginSuccessEvent(o)).on(yt.QUEUE_EVENT,o=>this.onQueueEvent(o)).on(yt.EXTENSION_EVENT,o=>this.onExtensionEvent(o)).on(yt.DIALER_EVENT,o=>this.onDialerEvent(o)).on(yt.LOGIN_STATUS,o=>this.onLoginStatusEvent(o)).on(yt.ALL_EXTENSION_STATUS,o=>this.onAllExtensionStatus(o)).on(yt.ALL_DIALER_STATUS,o=>this.onAllDialerStatus(o)).on(yt.KEEP_ALIVE_RESPONSE,o=>this.onKeepAliveResponse(o)).on(yt.EXTENSIONS_UPDATED,o=>this.onExtensionsUpdatedEvent(o)).on(yt.CONNECT,()=>this.onConnect()).on(yt.DISCONNECT,o=>this.onDisconnect(o)).on(yt.CONNECT_ERROR_EVENT,o=>this.onConnectError(o))}onLoginSuccessEvent(o){this.eventsSdkClass.eventEmitterClass.emit(yt.LOGIN_SUCCESS,o)}onQueueEvent(o){this.eventsSdkClass.eventEmitterClass.emit(yt.QUEUE_EVENT,ki.mapQueueEvent(o))}onExtensionEvent(o){const n=ki.mapExtensionEvent(o);n&&this.eventsSdkClass.eventEmitterClass.emit(yt.EXTENSION_EVENT,n)}onDialerEvent(o){this.eventsSdkClass.eventEmitterClass.emit(yt.DIALER_EVENT,o)}onLoginStatusEvent(o){this.eventsSdkClass.eventEmitterClass.emit(yt.LOGIN_STATUS,o)}onAllExtensionStatus(o){const n=ki.mapAllExtensionStatus(o);this.eventsSdkClass.eventEmitterClass.emit(yt.ALL_EXTENSION_STATUS,n)}onAllDialerStatus(o){this.eventsSdkClass.eventEmitterClass.emit(yt.ALL_DIALER_STATUS,o)}onKeepAliveResponse(o){if(o.errorCode){this.initSocketConnection();return}this.connected?this.lastEventTimestamp=new Date().getTime():this.initSocketConnection()}onExtensionsUpdatedEvent(o){this.eventsSdkClass.eventEmitterClass.emit(yt.EXTENSIONS_UPDATED,o)}onConnect(){this.keepReconnectInterval&&clearInterval(this.keepReconnectInterval),this.connected=!0,this.eventsSdkClass.eventEmitterClass.emit(yt.ONLINE_STATUS_EVENT,{isSocketConnected:!0,doReconnect:this.doReconnect})}onDisconnect(o){this.connected=!1,this.closeAllConnections(),this.eventsSdkClass.eventEmitterClass.emit(yt.ONLINE_STATUS_EVENT,{isSocketConnected:!1,doReconnect:this.doReconnect}),this.doReconnect&&this.eventsSdkClass.connect(pn.NEXT)}onConnectError(o){this.eventsSdkClass.eventEmitterClass.emit(yt.ONLINE_STATUS_EVENT,{isSocketConnected:!1,doReconnect:this.doReconnect}),setTimeout(()=>{this.eventsSdkClass.connect(pn.NEXT)},this.eventsSdkClass.options.reconnectionDelay)}}var Jn=(r=>(r.INFO="INFO",r.WARN="WARN",r.ERROR="ERROR",r))(Jn||{}),rf=Object.defineProperty,of=(r,o,n)=>o in r?rf(r,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):r[o]=n,Ut=(r,o,n)=>(of(r,typeof o!="symbol"?o+"":o,n),n);function sf(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}function af(r){if(r.__esModule)return r;var o=r.default;if(typeof o=="function"){var n=function s(){return this instanceof s?Reflect.construct(o,arguments,this.constructor):o.apply(this,arguments)};n.prototype=o.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(r).forEach(function(s){var c=Object.getOwnPropertyDescriptor(r,s);Object.defineProperty(n,s,c.get?c:{enumerable:!0,get:function(){return r[s]}})}),n}var xi={exports:{}},cf=/^(?:(?![^:@]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,uf=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"],Is=function(r){var o=r,n=r.indexOf("["),s=r.indexOf("]");n!=-1&&s!=-1&&(r=r.substring(0,n)+r.substring(n,s).replace(/:/g,";")+r.substring(s,r.length));for(var c=cf.exec(r||""),f={},v=14;v--;)f[uf[v]]=c[v]||"";return n!=-1&&s!=-1&&(f.source=o,f.host=f.host.substring(1,f.host.length-1).replace(/;/g,":"),f.authority=f.authority.replace("[","").replace("]","").replace(/;/g,":"),f.ipv6uri=!0),f.pathNames=ff(f,f.path),f.queryKey=hf(f,f.query),f};function ff(r,o){var n=/\/{2,9}/g,s=o.replace(n,"/").split("/");return(o.substr(0,1)=="/"||o.length===0)&&s.splice(0,1),o.substr(o.length-1,1)=="/"&&s.splice(s.length-1,1),s}function hf(r,o){var n={};return o.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,function(s,c,f){c&&(n[c]=f)}),n}var Ei={exports:{}},Ti={exports:{}},Yn=1e3,Vn=Yn*60,Zn=Vn*60,Qn=Zn*24,lf=Qn*365.25,pf=function(r,o){o=o||{};var n=typeof r;if(n==="string"&&r.length>0)return df(r);if(n==="number"&&isNaN(r)===!1)return o.long?yf(r):gf(r);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(r))};function df(r){if(r=String(r),!(r.length>100)){var o=/^((?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|years?|yrs?|y)?$/i.exec(r);if(o){var n=parseFloat(o[1]),s=(o[2]||"ms").toLowerCase();switch(s){case"years":case"year":case"yrs":case"yr":case"y":return n*lf;case"days":case"day":case"d":return n*Qn;case"hours":case"hour":case"hrs":case"hr":case"h":return n*Zn;case"minutes":case"minute":case"mins":case"min":case"m":return n*Vn;case"seconds":case"second":case"secs":case"sec":case"s":return n*Yn;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return n;default:return}}}}function gf(r){return r>=Qn?Math.round(r/Qn)+"d":r>=Zn?Math.round(r/Zn)+"h":r>=Vn?Math.round(r/Vn)+"m":r>=Yn?Math.round(r/Yn)+"s":r+"ms"}function yf(r){return wr(r,Qn,"day")||wr(r,Zn,"hour")||wr(r,Vn,"minute")||wr(r,Yn,"second")||r+" ms"}function wr(r,o,n){if(!(r<o))return r<o*1.5?Math.floor(r/o)+" "+n:Math.ceil(r/o)+" "+n+"s"}(function(r,o){o=r.exports=s.debug=s.default=s,o.coerce=b,o.disable=v,o.enable=f,o.enabled=d,o.humanize=pf,o.instances=[],o.names=[],o.skips=[],o.formatters={};function n(p){var _=0,g;for(g in p)_=(_<<5)-_+p.charCodeAt(g),_|=0;return o.colors[Math.abs(_)%o.colors.length]}function s(p){var _;function g(){if(g.enabled){var l=g,u=+new Date,w=u-(_||u);l.diff=w,l.prev=_,l.curr=u,_=u;for(var A=new Array(arguments.length),k=0;k<A.length;k++)A[k]=arguments[k];A[0]=o.coerce(A[0]),typeof A[0]!="string"&&A.unshift("%O");var B=0;A[0]=A[0].replace(/%([a-zA-Z%])/g,function(j,N){if(j==="%%")return j;B++;var U=o.formatters[N];if(typeof U=="function"){var T=A[B];j=U.call(l,T),A.splice(B,1),B--}return j}),o.formatArgs.call(l,A);var Y=g.log||o.log||console.log.bind(console);Y.apply(l,A)}}return g.namespace=p,g.enabled=o.enabled(p),g.useColors=o.useColors(),g.color=n(p),g.destroy=c,typeof o.init=="function"&&o.init(g),o.instances.push(g),g}function c(){var p=o.instances.indexOf(this);return p!==-1?(o.instances.splice(p,1),!0):!1}function f(p){o.save(p),o.names=[],o.skips=[];var _,g=(typeof p=="string"?p:"").split(/[\s,]+/),l=g.length;for(_=0;_<l;_++)g[_]&&(p=g[_].replace(/\*/g,".*?"),p[0]==="-"?o.skips.push(new RegExp("^"+p.substr(1)+"$")):o.names.push(new RegExp("^"+p+"$")));for(_=0;_<o.instances.length;_++){var u=o.instances[_];u.enabled=o.enabled(u.namespace)}}function v(){o.enable("")}function d(p){if(p[p.length-1]==="*")return!0;var _,g;for(_=0,g=o.skips.length;_<g;_++)if(o.skips[_].test(p))return!1;for(_=0,g=o.names.length;_<g;_++)if(o.names[_].test(p))return!0;return!1}function b(p){return p instanceof Error?p.stack||p.message:p}})(Ti,Ti.exports);var vf=Ti.exports;(function(r,o){o=r.exports=vf,o.log=c,o.formatArgs=s,o.save=f,o.load=v,o.useColors=n,o.storage=typeof chrome<"u"&&typeof chrome.storage<"u"?chrome.storage.local:d(),o.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function n(){return typeof window<"u"&&window.process&&window.process.type==="renderer"?!0:typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)?!1:typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}o.formatters.j=function(b){try{return JSON.stringify(b)}catch(p){return"[UnexpectedJSONParseError]: "+p.message}};function s(b){var p=this.useColors;if(b[0]=(p?"%c":"")+this.namespace+(p?" %c":" ")+b[0]+(p?"%c ":" ")+"+"+o.humanize(this.diff),!!p){var _="color: "+this.color;b.splice(1,0,_,"color: inherit");var g=0,l=0;b[0].replace(/%[a-zA-Z%]/g,function(u){u!=="%%"&&(g++,u==="%c"&&(l=g))}),b.splice(l,0,_)}}function c(){return typeof console=="object"&&console.log&&Function.prototype.apply.call(console.log,console,arguments)}function f(b){try{b==null?o.storage.removeItem("debug"):o.storage.debug=b}catch{}}function v(){var b;try{b=o.storage.debug}catch{}return!b&&typeof process<"u"&&"env"in process&&(b=process.env.DEBUG),b}o.enable(v());function d(){try{return window.localStorage}catch{}}})(Ei,Ei.exports);var qe=Ei.exports,mf=Is,Os=qe("socket.io-client:url"),_f=wf;function wf(r,o){var n=r;o=o||typeof location<"u"&&location,r==null&&(r=o.protocol+"//"+o.host),typeof r=="string"&&(r.charAt(0)==="/"&&(r.charAt(1)==="/"?r=o.protocol+r:r=o.host+r),/^(https?|wss?):\/\//.test(r)||(Os("protocol-less url %s",r),typeof o<"u"?r=o.protocol+"//"+r:r="https://"+r),Os("parse %s",r),n=mf(r)),n.port||(/^(http|ws)$/.test(n.protocol)?n.port="80":/^(http|ws)s$/.test(n.protocol)&&(n.port="443")),n.path=n.path||"/";var s=n.host.indexOf(":")!==-1,c=s?"["+n.host+"]":n.host;return n.id=n.protocol+"://"+c+":"+n.port,n.href=n.protocol+"://"+c+(o&&o.port===n.port?"":":"+n.port),n}var br={},Ns={exports:{}};(function(r){r.exports=o;function o(s){if(s)return n(s)}function n(s){for(var c in o.prototype)s[c]=o.prototype[c];return s}o.prototype.on=o.prototype.addEventListener=function(s,c){return this._callbacks=this._callbacks||{},(this._callbacks["$"+s]=this._callbacks["$"+s]||[]).push(c),this},o.prototype.once=function(s,c){function f(){this.off(s,f),c.apply(this,arguments)}return f.fn=c,this.on(s,f),this},o.prototype.off=o.prototype.removeListener=o.prototype.removeAllListeners=o.prototype.removeEventListener=function(s,c){if(this._callbacks=this._callbacks||{},arguments.length==0)return this._callbacks={},this;var f=this._callbacks["$"+s];if(!f)return this;if(arguments.length==1)return delete this._callbacks["$"+s],this;for(var v,d=0;d<f.length;d++)if(v=f[d],v===c||v.fn===c){f.splice(d,1);break}return f.length===0&&delete this._callbacks["$"+s],this},o.prototype.emit=function(s){this._callbacks=this._callbacks||{};for(var c=new Array(arguments.length-1),f=this._callbacks["$"+s],v=1;v<arguments.length;v++)c[v-1]=arguments[v];if(f){f=f.slice(0);for(var v=0,d=f.length;v<d;++v)f[v].apply(this,c)}return this},o.prototype.listeners=function(s){return this._callbacks=this._callbacks||{},this._callbacks["$"+s]||[]},o.prototype.hasListeners=function(s){return!!this.listeners(s).length}})(Ns);var kn=Ns.exports,Cr={},bf={}.toString,Ri=Array.isArray||function(r){return bf.call(r)=="[object Array]"},Ls=Af,Cf=typeof Buffer=="function"&&typeof Buffer.isBuffer=="function",Sf=typeof ArrayBuffer=="function",kf=function(r){return typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(r):r.buffer instanceof ArrayBuffer};function Af(r){return Cf&&Buffer.isBuffer(r)||Sf&&(r instanceof ArrayBuffer||kf(r))}var Ii=Ri,Bs=Ls,Us=Object.prototype.toString,xf=typeof Blob=="function"||typeof Blob<"u"&&Us.call(Blob)==="[object BlobConstructor]",Ef=typeof File=="function"||typeof File<"u"&&Us.call(File)==="[object FileConstructor]";Cr.deconstructPacket=function(r){var o=[],n=r.data,s=r;return s.data=Oi(n,o),s.attachments=o.length,{packet:s,buffers:o}};function Oi(r,o){if(!r)return r;if(Bs(r)){var n={_placeholder:!0,num:o.length};return o.push(r),n}else if(Ii(r)){for(var s=new Array(r.length),c=0;c<r.length;c++)s[c]=Oi(r[c],o);return s}else if(typeof r=="object"&&!(r instanceof Date)){var s={};for(var f in r)s[f]=Oi(r[f],o);return s}return r}Cr.reconstructPacket=function(r,o){return r.data=Ni(r.data,o),r.attachments=void 0,r};function Ni(r,o){if(!r)return r;if(r&&r._placeholder===!0){var n=typeof r.num=="number"&&r.num>=0&&r.num<o.length;if(n)return o[r.num];throw new Error("illegal attachments")}else if(Ii(r))for(var s=0;s<r.length;s++)r[s]=Ni(r[s],o);else if(typeof r=="object")for(var c in r)r[c]=Ni(r[c],o);return r}Cr.removeBlobs=function(r,o){function n(f,v,d){if(!f)return f;if(xf&&f instanceof Blob||Ef&&f instanceof File){s++;var b=new FileReader;b.onload=function(){d?d[v]=this.result:c=this.result,--s||o(c)},b.readAsArrayBuffer(f)}else if(Ii(f))for(var p=0;p<f.length;p++)n(f[p],p,f);else if(typeof f=="object"&&!Bs(f))for(var _ in f)n(f[_],_,f)}var s=0,c=r;n(c),s||o(c)},function(r){var o=qe("socket.io-parser"),n=kn,s=Cr,c=Ri,f=Ls;r.protocol=4,r.types=["CONNECT","DISCONNECT","EVENT","ACK","ERROR","BINARY_EVENT","BINARY_ACK"],r.CONNECT=0,r.DISCONNECT=1,r.EVENT=2,r.ACK=3,r.ERROR=4,r.BINARY_EVENT=5,r.BINARY_ACK=6,r.Encoder=v,r.Decoder=g;function v(){}var d=r.ERROR+'"encode error"';v.prototype.encode=function(k,B){if(o("encoding packet %j",k),r.BINARY_EVENT===k.type||r.BINARY_ACK===k.type)_(k,B);else{var Y=b(k);B([Y])}};function b(k){var B=""+k.type;if((r.BINARY_EVENT===k.type||r.BINARY_ACK===k.type)&&(B+=k.attachments+"-"),k.nsp&&k.nsp!=="/"&&(B+=k.nsp+","),k.id!=null&&(B+=k.id),k.data!=null){var Y=p(k.data);if(Y!==!1)B+=Y;else return d}return o("encoded %j as %s",k,B),B}function p(k){try{return JSON.stringify(k)}catch{return!1}}function _(k,B){function Y(j){var N=s.deconstructPacket(j),U=b(N.packet),T=N.buffers;T.unshift(U),B(T)}s.removeBlobs(k,Y)}function g(){this.reconstructor=null}n(g.prototype),g.prototype.add=function(k){var B;if(typeof k=="string"){if(this.reconstructor)throw new Error("got plaintext data when reconstructing a packet");B=l(k),r.BINARY_EVENT===B.type||r.BINARY_ACK===B.type?(this.reconstructor=new w(B),this.reconstructor.reconPack.attachments===0&&this.emit("decoded",B)):this.emit("decoded",B)}else if(f(k)||k.base64)if(this.reconstructor)B=this.reconstructor.takeBinaryData(k),B&&(this.reconstructor=null,this.emit("decoded",B));else throw new Error("got binary data when not reconstructing a packet");else throw new Error("Unknown type: "+k)};function l(k){var B=0,Y={type:Number(k.charAt(0))};if(r.types[Y.type]==null)return A("unknown packet type "+Y.type);if(r.BINARY_EVENT===Y.type||r.BINARY_ACK===Y.type){for(var j=B+1;k.charAt(++B)!=="-"&&B!=k.length;);var N=k.substring(j,B);if(N!=Number(N)||k.charAt(B)!=="-")throw new Error("Illegal attachments");Y.attachments=Number(N)}if(k.charAt(B+1)==="/"){for(var j=B+1;++B;){var U=k.charAt(B);if(U===","||B===k.length)break}Y.nsp=k.substring(j,B)}else Y.nsp="/";var T=k.charAt(B+1);if(T!==""&&Number(T)==T){for(var j=B+1;++B;){var U=k.charAt(B);if(U==null||Number(U)!=U){--B;break}if(B===k.length)break}Y.id=Number(k.substring(j,B+1))}if(k.charAt(++B)){var O=u(k.substr(B)),P=O!==!1&&(Y.type===r.ERROR||c(O));if(P)Y.data=O;else return A("invalid payload")}return o("decoded %s as %j",k,Y),Y}function u(k){try{return JSON.parse(k)}catch{return!1}}g.prototype.destroy=function(){this.reconstructor&&this.reconstructor.finishedReconstruction()};function w(k){this.reconPack=k,this.buffers=[]}w.prototype.takeBinaryData=function(k){if(this.buffers.push(k),this.buffers.length===this.reconPack.attachments){var B=s.reconstructPacket(this.reconPack,this.buffers);return this.finishedReconstruction(),B}return null},w.prototype.finishedReconstruction=function(){this.reconPack=null,this.buffers=[]};function A(k){return{type:r.ERROR,data:"parser error: "+k}}}(br);var Li={exports:{}},Sr={},Bi={exports:{}};try{Bi.exports=typeof XMLHttpRequest<"u"&&"withCredentials"in new XMLHttpRequest}catch{Bi.exports=!1}var Tf=Bi.exports,Ui=function(){return typeof self<"u"?self:typeof window<"u"?window:Function("return this")()}(),Rf=Tf,If=Ui,Di=function(r){var o=r.xdomain,n=r.xscheme,s=r.enablesXDR;try{if(typeof XMLHttpRequest<"u"&&(!o||Rf))return new XMLHttpRequest}catch{}try{if(typeof XDomainRequest<"u"&&!n&&s)return new XDomainRequest}catch{}if(!o)try{return new If[["Active"].concat("Object").join("X")]("Microsoft.XMLHTTP")}catch{}},Pi={exports:{}},dn={},Of=Object.keys||function(r){var o=[],n=Object.prototype.hasOwnProperty;for(var s in r)n.call(r,s)&&o.push(s);return o},Nf=Ri,Ds=Object.prototype.toString,Lf=typeof Blob=="function"||typeof Blob<"u"&&Ds.call(Blob)==="[object BlobConstructor]",Bf=typeof File=="function"||typeof File<"u"&&Ds.call(File)==="[object FileConstructor]",Ps=kr;function kr(r){if(!r||typeof r!="object")return!1;if(Nf(r)){for(var o=0,n=r.length;o<n;o++)if(kr(r[o]))return!0;return!1}if(typeof Buffer=="function"&&Buffer.isBuffer&&Buffer.isBuffer(r)||typeof ArrayBuffer=="function"&&r instanceof ArrayBuffer||Lf&&r instanceof Blob||Bf&&r instanceof File)return!0;if(r.toJSON&&typeof r.toJSON=="function"&&arguments.length===1)return kr(r.toJSON(),!0);for(var s in r)if(Object.prototype.hasOwnProperty.call(r,s)&&kr(r[s]))return!0;return!1}var Uf=function(r,o,n){var s=r.byteLength;if(o=o||0,n=n||s,r.slice)return r.slice(o,n);if(o<0&&(o+=s),n<0&&(n+=s),n>s&&(n=s),o>=s||o>=n||s===0)return new ArrayBuffer(0);for(var c=new Uint8Array(r),f=new Uint8Array(n-o),v=o,d=0;v<n;v++,d++)f[d]=c[v];return f.buffer},Df=Pf;function Pf(r,o,n){var s=!1;return n=n||Ff,c.count=r,r===0?o():c;function c(f,v){if(c.count<=0)throw new Error("after called too many times");--c.count,f?(s=!0,o(f),o=n):c.count===0&&!s&&o(null,v)}}function Ff(){}/*! https://mths.be/utf8js v2.1.2 by @mathias */var Ve=String.fromCharCode;function Fs(r){for(var o=[],n=0,s=r.length,c,f;n<s;)c=r.charCodeAt(n++),c>=55296&&c<=56319&&n<s?(f=r.charCodeAt(n++),(f&64512)==56320?o.push(((c&1023)<<10)+(f&1023)+65536):(o.push(c),n--)):o.push(c);return o}function Mf(r){for(var o=r.length,n=-1,s,c="";++n<o;)s=r[n],s>65535&&(s-=65536,c+=Ve(s>>>10&1023|55296),s=56320|s&1023),c+=Ve(s);return c}function Ms(r,o){if(r>=55296&&r<=57343){if(o)throw Error("Lone surrogate U+"+r.toString(16).toUpperCase()+" is not a scalar value");return!1}return!0}function Fi(r,o){return Ve(r>>o&63|128)}function qf(r,o){if(!(r&4294967168))return Ve(r);var n="";return r&4294965248?r&4294901760?r&4292870144||(n=Ve(r>>18&7|240),n+=Fi(r,12),n+=Fi(r,6)):(Ms(r,o)||(r=65533),n=Ve(r>>12&15|224),n+=Fi(r,6)):n=Ve(r>>6&31|192),n+=Ve(r&63|128),n}function Wf(r,o){o=o||{};for(var n=o.strict!==!1,s=Fs(r),c=s.length,f=-1,v,d="";++f<c;)v=s[f],d+=qf(v,n);return d}function An(){if(Ze>=xr)throw Error("Invalid byte index");var r=Ar[Ze]&255;if(Ze++,(r&192)==128)return r&63;throw Error("Invalid continuation byte")}function Hf(r){var o,n,s,c,f;if(Ze>xr)throw Error("Invalid byte index");if(Ze==xr)return!1;if(o=Ar[Ze]&255,Ze++,!(o&128))return o;if((o&224)==192){if(n=An(),f=(o&31)<<6|n,f>=128)return f;throw Error("Invalid continuation byte")}if((o&240)==224){if(n=An(),s=An(),f=(o&15)<<12|n<<6|s,f>=2048)return Ms(f,r)?f:65533;throw Error("Invalid continuation byte")}if((o&248)==240&&(n=An(),s=An(),c=An(),f=(o&7)<<18|n<<12|s<<6|c,f>=65536&&f<=1114111))return f;throw Error("Invalid UTF-8 detected")}var Ar,xr,Ze;function Kf(r,o){o=o||{};var n=o.strict!==!1;Ar=Fs(r),xr=Ar.length,Ze=0;for(var s=[],c;(c=Hf(n))!==!1;)s.push(c);return Mf(s)}var zf={version:"2.1.2",encode:Wf,decode:Kf},Mi={},qs;function Gf(){return qs||(qs=1,function(r){Mi.encode=function(o){var n=new Uint8Array(o),s,c=n.length,f="";for(s=0;s<c;s+=3)f+=r[n[s]>>2],f+=r[(n[s]&3)<<4|n[s+1]>>4],f+=r[(n[s+1]&15)<<2|n[s+2]>>6],f+=r[n[s+2]&63];return c%3===2?f=f.substring(0,f.length-1)+"=":c%3===1&&(f=f.substring(0,f.length-2)+"=="),f},Mi.decode=function(o){var n=o.length*.75,s=o.length,c,f=0,v,d,b,p;o[o.length-1]==="="&&(n--,o[o.length-2]==="="&&n--);var _=new ArrayBuffer(n),g=new Uint8Array(_);for(c=0;c<s;c+=4)v=r.indexOf(o[c]),d=r.indexOf(o[c+1]),b=r.indexOf(o[c+2]),p=r.indexOf(o[c+3]),g[f++]=v<<2|d>>4,g[f++]=(d&15)<<4|b>>2,g[f++]=(b&3)<<6|p&63;return _}}("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/")),Mi}var qi,Ws;function Xf(){if(Ws)return qi;Ws=1;var r=typeof r<"u"?r:typeof WebKitBlobBuilder<"u"?WebKitBlobBuilder:typeof MSBlobBuilder<"u"?MSBlobBuilder:typeof MozBlobBuilder<"u"?MozBlobBuilder:!1,o=function(){try{var d=new Blob(["hi"]);return d.size===2}catch{return!1}}(),n=o&&function(){try{var d=new Blob([new Uint8Array([1,2])]);return d.size===2}catch{return!1}}(),s=r&&r.prototype.append&&r.prototype.getBlob;function c(d){return d.map(function(b){if(b.buffer instanceof ArrayBuffer){var p=b.buffer;if(b.byteLength!==p.byteLength){var _=new Uint8Array(b.byteLength);_.set(new Uint8Array(p,b.byteOffset,b.byteLength)),p=_.buffer}return p}return b})}function f(d,b){b=b||{};var p=new r;return c(d).forEach(function(_){p.append(_)}),b.type?p.getBlob(b.type):p.getBlob()}function v(d,b){return new Blob(c(d),b||{})}return typeof Blob<"u"&&(f.prototype=Blob.prototype,v.prototype=Blob.prototype),qi=function(){return o?n?Blob:v:s?f:void 0}(),qi}(function(r){var o=Of,n=Ps,s=Uf,c=Df,f=zf,v;typeof ArrayBuffer<"u"&&(v=Gf());var d=typeof navigator<"u"&&/Android/i.test(navigator.userAgent),b=typeof navigator<"u"&&/PhantomJS/i.test(navigator.userAgent),p=d||b;r.protocol=3;var _=r.packets={open:0,close:1,ping:2,pong:3,message:4,upgrade:5,noop:6},g=o(_),l={type:"error",data:"parser error"},u=Xf();r.encodePacket=function(N,U,T,O){typeof U=="function"&&(O=U,U=!1),typeof T=="function"&&(O=T,T=null);var P=N.data===void 0?void 0:N.data.buffer||N.data;if(typeof ArrayBuffer<"u"&&P instanceof ArrayBuffer)return A(N,U,O);if(typeof u<"u"&&P instanceof u)return B(N,U,O);if(P&&P.base64)return w(N,O);var R=_[N.type];return N.data!==void 0&&(R+=T?f.encode(String(N.data),{strict:!1}):String(N.data)),O(""+R)};function w(N,U){var T="b"+r.packets[N.type]+N.data.data;return U(T)}function A(N,U,T){if(!U)return r.encodeBase64Packet(N,T);var O=N.data,P=new Uint8Array(O),R=new Uint8Array(1+O.byteLength);R[0]=_[N.type];for(var L=0;L<P.length;L++)R[L+1]=P[L];return T(R.buffer)}function k(N,U,T){if(!U)return r.encodeBase64Packet(N,T);var O=new FileReader;return O.onload=function(){r.encodePacket({type:N.type,data:O.result},U,!0,T)},O.readAsArrayBuffer(N.data)}function B(N,U,T){if(!U)return r.encodeBase64Packet(N,T);if(p)return k(N,U,T);var O=new Uint8Array(1);O[0]=_[N.type];var P=new u([O.buffer,N.data]);return T(P)}r.encodeBase64Packet=function(N,U){var T="b"+r.packets[N.type];if(typeof u<"u"&&N.data instanceof u){var O=new FileReader;return O.onload=function(){var z=O.result.split(",")[1];U(T+z)},O.readAsDataURL(N.data)}var P;try{P=String.fromCharCode.apply(null,new Uint8Array(N.data))}catch{for(var R=new Uint8Array(N.data),L=new Array(R.length),H=0;H<R.length;H++)L[H]=R[H];P=String.fromCharCode.apply(null,L)}return T+=btoa(P),U(T)},r.decodePacket=function(N,U,T){if(N===void 0)return l;if(typeof N=="string"){if(N.charAt(0)==="b")return r.decodeBase64Packet(N.substr(1),U);if(T&&(N=Y(N),N===!1))return l;var P=N.charAt(0);return Number(P)!=P||!g[P]?l:N.length>1?{type:g[P],data:N.substring(1)}:{type:g[P]}}var O=new Uint8Array(N),P=O[0],R=s(N,1);return u&&U==="blob"&&(R=new u([R])),{type:g[P],data:R}};function Y(N){try{N=f.decode(N,{strict:!1})}catch{return!1}return N}r.decodeBase64Packet=function(N,U){var T=g[N.charAt(0)];if(!v)return{type:T,data:{base64:!0,data:N.substr(1)}};var O=v.decode(N.substr(1));return U==="blob"&&u&&(O=new u([O])),{type:T,data:O}},r.encodePayload=function(N,U,T){typeof U=="function"&&(T=U,U=null);var O=n(N);if(U&&O)return u&&!p?r.encodePayloadAsBlob(N,T):r.encodePayloadAsArrayBuffer(N,T);if(!N.length)return T("0:");function P(L){return L.length+":"+L}function R(L,H){r.encodePacket(L,O?U:!1,!1,function(z){H(null,P(z))})}j(N,R,function(L,H){return T(H.join(""))})};function j(N,U,T){for(var O=new Array(N.length),P=c(N.length,T),R=function(H,z,X){U(z,function(F,lt){O[H]=lt,X(F,O)})},L=0;L<N.length;L++)R(L,N[L],P)}r.decodePayload=function(N,U,T){if(typeof N!="string")return r.decodePayloadAsBinary(N,U,T);typeof U=="function"&&(T=U,U=null);var O;if(N==="")return T(l,0,1);for(var P="",R,L,H=0,z=N.length;H<z;H++){var X=N.charAt(H);if(X!==":"){P+=X;continue}if(P===""||P!=(R=Number(P))||(L=N.substr(H+1,R),P!=L.length))return T(l,0,1);if(L.length){if(O=r.decodePacket(L,U,!1),l.type===O.type&&l.data===O.data)return T(l,0,1);var F=T(O,H+R,z);if(F===!1)return}H+=R,P=""}if(P!=="")return T(l,0,1)},r.encodePayloadAsArrayBuffer=function(N,U){if(!N.length)return U(new ArrayBuffer(0));function T(O,P){r.encodePacket(O,!0,!0,function(R){return P(null,R)})}j(N,T,function(O,P){var R=P.reduce(function(z,X){var F;return typeof X=="string"?F=X.length:F=X.byteLength,z+F.toString().length+F+2},0),L=new Uint8Array(R),H=0;return P.forEach(function(z){var X=typeof z=="string",F=z;if(X){for(var lt=new Uint8Array(z.length),ct=0;ct<z.length;ct++)lt[ct]=z.charCodeAt(ct);F=lt.buffer}X?L[H++]=0:L[H++]=1;for(var xt=F.byteLength.toString(),ct=0;ct<xt.length;ct++)L[H++]=parseInt(xt[ct]);L[H++]=255;for(var lt=new Uint8Array(F),ct=0;ct<lt.length;ct++)L[H++]=lt[ct]}),U(L.buffer)})},r.encodePayloadAsBlob=function(N,U){function T(O,P){r.encodePacket(O,!0,!0,function(R){var L=new Uint8Array(1);if(L[0]=1,typeof R=="string"){for(var H=new Uint8Array(R.length),z=0;z<R.length;z++)H[z]=R.charCodeAt(z);R=H.buffer,L[0]=0}for(var X=R instanceof ArrayBuffer?R.byteLength:R.size,F=X.toString(),lt=new Uint8Array(F.length+1),z=0;z<F.length;z++)lt[z]=parseInt(F[z]);if(lt[F.length]=255,u){var ct=new u([L.buffer,lt.buffer,R]);P(null,ct)}})}j(N,T,function(O,P){return U(new u(P))})},r.decodePayloadAsBinary=function(N,U,T){typeof U=="function"&&(T=U,U=null);for(var O=N,P=[];O.byteLength>0;){for(var R=new Uint8Array(O),L=R[0]===0,H="",z=1;R[z]!==255;z++){if(H.length>310)return T(l,0,1);H+=R[z]}O=s(O,2+H.length),H=parseInt(H);var X=s(O,0,H);if(L)try{X=String.fromCharCode.apply(null,new Uint8Array(X))}catch{var F=new Uint8Array(X);X="";for(var z=0;z<F.length;z++)X+=String.fromCharCode(F[z])}P.push(X),O=s(O,H)}var lt=P.length;P.forEach(function(ct,xt){T(r.decodePacket(ct,U,!0),xt,lt)})}})(dn);var Wi,Hs;function Hi(){if(Hs)return Wi;Hs=1;var r=dn,o=kn;Wi=n;function n(s){this.path=s.path,this.hostname=s.hostname,this.port=s.port,this.secure=s.secure,this.query=s.query,this.timestampParam=s.timestampParam,this.timestampRequests=s.timestampRequests,this.readyState="",this.agent=s.agent||!1,this.socket=s.socket,this.enablesXDR=s.enablesXDR,this.withCredentials=s.withCredentials,this.pfx=s.pfx,this.key=s.key,this.passphrase=s.passphrase,this.cert=s.cert,this.ca=s.ca,this.ciphers=s.ciphers,this.rejectUnauthorized=s.rejectUnauthorized,this.forceNode=s.forceNode,this.isReactNative=s.isReactNative,this.extraHeaders=s.extraHeaders,this.localAddress=s.localAddress}return o(n.prototype),n.prototype.onError=function(s,c){var f=new Error(s);return f.type="TransportError",f.description=c,this.emit("error",f),this},n.prototype.open=function(){return(this.readyState==="closed"||this.readyState==="")&&(this.readyState="opening",this.doOpen()),this},n.prototype.close=function(){return(this.readyState==="opening"||this.readyState==="open")&&(this.doClose(),this.onClose()),this},n.prototype.send=function(s){if(this.readyState==="open")this.write(s);else throw new Error("Transport not open")},n.prototype.onOpen=function(){this.readyState="open",this.writable=!0,this.emit("open")},n.prototype.onData=function(s){var c=r.decodePacket(s,this.socket.binaryType);this.onPacket(c)},n.prototype.onPacket=function(s){this.emit("packet",s)},n.prototype.onClose=function(){this.readyState="closed",this.emit("close")},Wi}var xn={};xn.encode=function(r){var o="";for(var n in r)r.hasOwnProperty(n)&&(o.length&&(o+="&"),o+=encodeURIComponent(n)+"="+encodeURIComponent(r[n]));return o},xn.decode=function(r){for(var o={},n=r.split("&"),s=0,c=n.length;s<c;s++){var f=n[s].split("=");o[decodeURIComponent(f[0])]=decodeURIComponent(f[1])}return o};var Er=function(r,o){var n=function(){};n.prototype=o.prototype,r.prototype=new n,r.prototype.constructor=r},Ks="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_".split(""),Tr=64,zs={},Gs=0,Qe=0,Xs;function Ki(r){var o="";do o=Ks[r%Tr]+o,r=Math.floor(r/Tr);while(r>0);return o}function $f(r){var o=0;for(Qe=0;Qe<r.length;Qe++)o=o*Tr+zs[r.charAt(Qe)];return o}function zi(){var r=Ki(+new Date);return r!==Xs?(Gs=0,Xs=r):r+"."+Ki(Gs++)}for(;Qe<Tr;Qe++)zs[Ks[Qe]]=Qe;zi.encode=Ki,zi.decode=$f;var $s=zi,js=Hi(),jf=xn,Js=dn,Jf=Er,Yf=$s,xe=qe("engine.io-client:polling"),Ys=Ne,Vf=function(){var r=Di,o=new r({xdomain:!1});return o.responseType!=null}();function Ne(r){var o=r&&r.forceBase64;(!Vf||o)&&(this.supportsBinary=!1),js.call(this,r)}Jf(Ne,js),Ne.prototype.name="polling",Ne.prototype.doOpen=function(){this.poll()},Ne.prototype.pause=function(r){var o=this;this.readyState="pausing";function n(){xe("paused"),o.readyState="paused",r()}if(this.polling||!this.writable){var s=0;this.polling&&(xe("we are currently polling - waiting to pause"),s++,this.once("pollComplete",function(){xe("pre-pause polling complete"),--s||n()})),this.writable||(xe("we are currently writing - waiting to pause"),s++,this.once("drain",function(){xe("pre-pause writing complete"),--s||n()}))}else n()},Ne.prototype.poll=function(){xe("polling"),this.polling=!0,this.doPoll(),this.emit("poll")},Ne.prototype.onData=function(r){var o=this;xe("polling got data %s",r);var n=function(s,c,f){if(o.readyState==="opening"&&s.type==="open"&&o.onOpen(),s.type==="close")return o.onClose(),!1;o.onPacket(s)};Js.decodePayload(r,this.socket.binaryType,n),this.readyState!=="closed"&&(this.polling=!1,this.emit("pollComplete"),this.readyState==="open"?this.poll():xe('ignoring poll - transport state "%s"',this.readyState))},Ne.prototype.doClose=function(){var r=this;function o(){xe("writing close packet"),r.write([{type:"close"}])}this.readyState==="open"?(xe("transport open - closing"),o()):(xe("transport not open - deferring close"),this.once("open",o))},Ne.prototype.write=function(r){var o=this;this.writable=!1;var n=function(){o.writable=!0,o.emit("drain")};Js.encodePayload(r,this.supportsBinary,function(s){o.doWrite(s,n)})},Ne.prototype.uri=function(){var r=this.query||{},o=this.secure?"https":"http",n="";this.timestampRequests!==!1&&(r[this.timestampParam]=Yf()),!this.supportsBinary&&!r.sid&&(r.b64=1),r=jf.encode(r),this.port&&(o==="https"&&Number(this.port)!==443||o==="http"&&Number(this.port)!==80)&&(n=":"+this.port),r.length&&(r="?"+r);var s=this.hostname.indexOf(":")!==-1;return o+"://"+(s?"["+this.hostname+"]":this.hostname)+n+this.path+r};var Zf=Di,Vs=Ys,Qf=kn,th=Er,Gi=qe("engine.io-client:polling-xhr"),eh=Ui;Pi.exports=En,Pi.exports.Request=qt;function Zs(){}function En(r){if(Vs.call(this,r),this.requestTimeout=r.requestTimeout,this.extraHeaders=r.extraHeaders,typeof location<"u"){var o=location.protocol==="https:",n=location.port;n||(n=o?443:80),this.xd=typeof location<"u"&&r.hostname!==location.hostname||n!==r.port,this.xs=r.secure!==o}}th(En,Vs),En.prototype.supportsBinary=!0,En.prototype.request=function(r){return r=r||{},r.uri=this.uri(),r.xd=this.xd,r.xs=this.xs,r.agent=this.agent||!1,r.supportsBinary=this.supportsBinary,r.enablesXDR=this.enablesXDR,r.withCredentials=this.withCredentials,r.pfx=this.pfx,r.key=this.key,r.passphrase=this.passphrase,r.cert=this.cert,r.ca=this.ca,r.ciphers=this.ciphers,r.rejectUnauthorized=this.rejectUnauthorized,r.requestTimeout=this.requestTimeout,r.extraHeaders=this.extraHeaders,new qt(r)},En.prototype.doWrite=function(r,o){var n=typeof r!="string"&&r!==void 0,s=this.request({method:"POST",data:r,isBinary:n}),c=this;s.on("success",o),s.on("error",function(f){c.onError("xhr post error",f)}),this.sendXhr=s},En.prototype.doPoll=function(){Gi("xhr poll");var r=this.request(),o=this;r.on("data",function(n){o.onData(n)}),r.on("error",function(n){o.onError("xhr poll error",n)}),this.pollXhr=r};function qt(r){this.method=r.method||"GET",this.uri=r.uri,this.xd=!!r.xd,this.xs=!!r.xs,this.async=r.async!==!1,this.data=r.data!==void 0?r.data:null,this.agent=r.agent,this.isBinary=r.isBinary,this.supportsBinary=r.supportsBinary,this.enablesXDR=r.enablesXDR,this.withCredentials=r.withCredentials,this.requestTimeout=r.requestTimeout,this.pfx=r.pfx,this.key=r.key,this.passphrase=r.passphrase,this.cert=r.cert,this.ca=r.ca,this.ciphers=r.ciphers,this.rejectUnauthorized=r.rejectUnauthorized,this.extraHeaders=r.extraHeaders,this.create()}if(Qf(qt.prototype),qt.prototype.create=function(){var r={agent:this.agent,xdomain:this.xd,xscheme:this.xs,enablesXDR:this.enablesXDR};r.pfx=this.pfx,r.key=this.key,r.passphrase=this.passphrase,r.cert=this.cert,r.ca=this.ca,r.ciphers=this.ciphers,r.rejectUnauthorized=this.rejectUnauthorized;var o=this.xhr=new Zf(r),n=this;try{Gi("xhr open %s: %s",this.method,this.uri),o.open(this.method,this.uri,this.async);try{if(this.extraHeaders){o.setDisableHeaderCheck&&o.setDisableHeaderCheck(!0);for(var s in this.extraHeaders)this.extraHeaders.hasOwnProperty(s)&&o.setRequestHeader(s,this.extraHeaders[s])}}catch{}if(this.method==="POST")try{this.isBinary?o.setRequestHeader("Content-type","application/octet-stream"):o.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch{}try{o.setRequestHeader("Accept","*/*")}catch{}"withCredentials"in o&&(o.withCredentials=this.withCredentials),this.requestTimeout&&(o.timeout=this.requestTimeout),this.hasXDR()?(o.onload=function(){n.onLoad()},o.onerror=function(){n.onError(o.responseText)}):o.onreadystatechange=function(){if(o.readyState===2)try{var c=o.getResponseHeader("Content-Type");(n.supportsBinary&&c==="application/octet-stream"||c==="application/octet-stream; charset=UTF-8")&&(o.responseType="arraybuffer")}catch{}o.readyState===4&&(o.status===200||o.status===1223?n.onLoad():setTimeout(function(){n.onError(typeof o.status=="number"?o.status:0)},0))},Gi("xhr data %s",this.data),o.send(this.data)}catch(c){setTimeout(function(){n.onError(c)},0);return}typeof document<"u"&&(this.index=qt.requestsCount++,qt.requests[this.index]=this)},qt.prototype.onSuccess=function(){this.emit("success"),this.cleanup()},qt.prototype.onData=function(r){this.emit("data",r),this.onSuccess()},qt.prototype.onError=function(r){this.emit("error",r),this.cleanup(!0)},qt.prototype.cleanup=function(r){if(!(typeof this.xhr>"u"||this.xhr===null)){if(this.hasXDR()?this.xhr.onload=this.xhr.onerror=Zs:this.xhr.onreadystatechange=Zs,r)try{this.xhr.abort()}catch{}typeof document<"u"&&delete qt.requests[this.index],this.xhr=null}},qt.prototype.onLoad=function(){var r;try{var o;try{o=this.xhr.getResponseHeader("Content-Type")}catch{}o==="application/octet-stream"||o==="application/octet-stream; charset=UTF-8"?r=this.xhr.response||this.xhr.responseText:r=this.xhr.responseText}catch(n){this.onError(n)}r!=null&&this.onData(r)},qt.prototype.hasXDR=function(){return typeof XDomainRequest<"u"&&!this.xs&&this.enablesXDR},qt.prototype.abort=function(){this.cleanup()},qt.requestsCount=0,qt.requests={},typeof document<"u"){if(typeof attachEvent=="function")attachEvent("onunload",Qs);else if(typeof addEventListener=="function"){var nh="onpagehide"in eh?"pagehide":"unload";addEventListener(nh,Qs,!1)}}function Qs(){for(var r in qt.requests)qt.requests.hasOwnProperty(r)&&qt.requests[r].abort()}var rh=Pi.exports,Xi=Ys,ih=Er,ta=Ui,oh=Tn,sh=/\n/g,ah=/\\n/g,Rr;function ch(){}function Tn(r){Xi.call(this,r),this.query=this.query||{},Rr||(Rr=ta.___eio=ta.___eio||[]),this.index=Rr.length;var o=this;Rr.push(function(n){o.onData(n)}),this.query.j=this.index,typeof addEventListener=="function"&&addEventListener("beforeunload",function(){o.script&&(o.script.onerror=ch)},!1)}ih(Tn,Xi),Tn.prototype.supportsBinary=!1,Tn.prototype.doClose=function(){this.script&&(this.script.parentNode.removeChild(this.script),this.script=null),this.form&&(this.form.parentNode.removeChild(this.form),this.form=null,this.iframe=null),Xi.prototype.doClose.call(this)},Tn.prototype.doPoll=function(){var r=this,o=document.createElement("script");this.script&&(this.script.parentNode.removeChild(this.script),this.script=null),o.async=!0,o.src=this.uri(),o.onerror=function(c){r.onError("jsonp poll error",c)};var n=document.getElementsByTagName("script")[0];n?n.parentNode.insertBefore(o,n):(document.head||document.body).appendChild(o),this.script=o;var s=typeof navigator<"u"&&/gecko/i.test(navigator.userAgent);s&&setTimeout(function(){var c=document.createElement("iframe");document.body.appendChild(c),document.body.removeChild(c)},100)},Tn.prototype.doWrite=function(r,o){var n=this;if(!this.form){var s=document.createElement("form"),c=document.createElement("textarea"),f=this.iframeId="eio_iframe_"+this.index,v;s.className="socketio",s.style.position="absolute",s.style.top="-1000px",s.style.left="-1000px",s.target=f,s.method="POST",s.setAttribute("accept-charset","utf-8"),c.name="d",s.appendChild(c),document.body.appendChild(s),this.form=s,this.area=c}this.form.action=this.uri();function d(){b(),o()}function b(){if(n.iframe)try{n.form.removeChild(n.iframe)}catch(_){n.onError("jsonp polling iframe removal error",_)}try{var p='<iframe src="javascript:0" name="'+n.iframeId+'">';v=document.createElement(p)}catch{v=document.createElement("iframe"),v.name=n.iframeId,v.src="javascript:0"}v.id=n.iframeId,n.form.appendChild(v),n.iframe=v}b(),r=r.replace(ah,`\\
|
|
45
|
+
`),this.area.value=r.replace(sh,"\\n");try{this.form.submit()}catch{}this.iframe.attachEvent?this.iframe.onreadystatechange=function(){n.iframe.readyState==="complete"&&d()}:this.iframe.onload=d};const uh={},fh=Object.freeze(Object.defineProperty({__proto__:null,default:uh},Symbol.toStringTag,{value:"Module"})),hh=af(fh);var $i=Hi(),lh=dn,ph=xn,dh=Er,gh=$s,yh=qe("engine.io-client:websocket"),Ir,ji;if(typeof WebSocket<"u"?Ir=WebSocket:typeof self<"u"&&(Ir=self.WebSocket||self.MozWebSocket),typeof window>"u")try{ji=hh}catch{}var Rn=Ir||ji,vh=ve;function ve(r){var o=r&&r.forceBase64;o&&(this.supportsBinary=!1),this.perMessageDeflate=r.perMessageDeflate,this.usingBrowserWebSocket=Ir&&!r.forceNode,this.protocols=r.protocols,this.usingBrowserWebSocket||(Rn=ji),$i.call(this,r)}dh(ve,$i),ve.prototype.name="websocket",ve.prototype.supportsBinary=!0,ve.prototype.doOpen=function(){if(this.check()){var r=this.uri(),o=this.protocols,n={};this.isReactNative||(n.agent=this.agent,n.perMessageDeflate=this.perMessageDeflate,n.pfx=this.pfx,n.key=this.key,n.passphrase=this.passphrase,n.cert=this.cert,n.ca=this.ca,n.ciphers=this.ciphers,n.rejectUnauthorized=this.rejectUnauthorized),this.extraHeaders&&(n.headers=this.extraHeaders),this.localAddress&&(n.localAddress=this.localAddress);try{this.ws=this.usingBrowserWebSocket&&!this.isReactNative?o?new Rn(r,o):new Rn(r):new Rn(r,o,n)}catch(s){return this.emit("error",s)}this.ws.binaryType===void 0&&(this.supportsBinary=!1),this.ws.supports&&this.ws.supports.binary?(this.supportsBinary=!0,this.ws.binaryType="nodebuffer"):this.ws.binaryType="arraybuffer",this.addEventListeners()}},ve.prototype.addEventListeners=function(){var r=this;this.ws.onopen=function(){r.onOpen()},this.ws.onclose=function(){r.onClose()},this.ws.onmessage=function(o){r.onData(o.data)},this.ws.onerror=function(o){r.onError("websocket error",o)}},ve.prototype.write=function(r){var o=this;this.writable=!1;for(var n=r.length,s=0,c=n;s<c;s++)(function(v){lh.encodePacket(v,o.supportsBinary,function(d){if(!o.usingBrowserWebSocket){var b={};if(v.options&&(b.compress=v.options.compress),o.perMessageDeflate){var p=typeof d=="string"?Buffer.byteLength(d):d.length;p<o.perMessageDeflate.threshold&&(b.compress=!1)}}try{o.usingBrowserWebSocket?o.ws.send(d):o.ws.send(d,b)}catch{yh("websocket closed before onclose event")}--n||f()})})(r[s]);function f(){o.emit("flush"),setTimeout(function(){o.writable=!0,o.emit("drain")},0)}},ve.prototype.onClose=function(){$i.prototype.onClose.call(this)},ve.prototype.doClose=function(){typeof this.ws<"u"&&this.ws.close()},ve.prototype.uri=function(){var r=this.query||{},o=this.secure?"wss":"ws",n="";this.port&&(o==="wss"&&Number(this.port)!==443||o==="ws"&&Number(this.port)!==80)&&(n=":"+this.port),this.timestampRequests&&(r[this.timestampParam]=gh()),this.supportsBinary||(r.b64=1),r=ph.encode(r),r.length&&(r="?"+r);var s=this.hostname.indexOf(":")!==-1;return o+"://"+(s?"["+this.hostname+"]":this.hostname)+n+this.path+r},ve.prototype.check=function(){return!!Rn&&!("__initialize"in Rn&&this.name===ve.prototype.name)};var mh=Di,_h=rh,wh=oh,bh=vh;Sr.polling=Ch,Sr.websocket=bh;function Ch(r){var o,n=!1,s=!1,c=r.jsonp!==!1;if(typeof location<"u"){var f=location.protocol==="https:",v=location.port;v||(v=f?443:80),n=r.hostname!==location.hostname||v!==r.port,s=r.secure!==f}if(r.xdomain=n,r.xscheme=s,o=new mh(r),"open"in o&&!r.forceJSONP)return new _h(r);if(!c)throw new Error("JSONP disabled");return new wh(r)}var Sh=[].indexOf,ea=function(r,o){if(Sh)return r.indexOf(o);for(var n=0;n<r.length;++n)if(r[n]===o)return n;return-1},kh=Sr,Ah=kn,Ft=qe("engine.io-client:socket"),xh=ea,na=dn,ra=Is,Eh=xn,Th=_t;function _t(r,o){if(!(this instanceof _t))return new _t(r,o);o=o||{},r&&typeof r=="object"&&(o=r,r=null),r?(r=ra(r),o.hostname=r.host,o.secure=r.protocol==="https"||r.protocol==="wss",o.port=r.port,r.query&&(o.query=r.query)):o.host&&(o.hostname=ra(o.host).host),this.secure=o.secure!=null?o.secure:typeof location<"u"&&location.protocol==="https:",o.hostname&&!o.port&&(o.port=this.secure?"443":"80"),this.agent=o.agent||!1,this.hostname=o.hostname||(typeof location<"u"?location.hostname:"localhost"),this.port=o.port||(typeof location<"u"&&location.port?location.port:this.secure?443:80),this.query=o.query||{},typeof this.query=="string"&&(this.query=Eh.decode(this.query)),this.upgrade=o.upgrade!==!1,this.path=(o.path||"/engine.io").replace(/\/$/,"")+"/",this.forceJSONP=!!o.forceJSONP,this.jsonp=o.jsonp!==!1,this.forceBase64=!!o.forceBase64,this.enablesXDR=!!o.enablesXDR,this.withCredentials=o.withCredentials!==!1,this.timestampParam=o.timestampParam||"t",this.timestampRequests=o.timestampRequests,this.transports=o.transports||["polling","websocket"],this.transportOptions=o.transportOptions||{},this.readyState="",this.writeBuffer=[],this.prevBufferLen=0,this.policyPort=o.policyPort||843,this.rememberUpgrade=o.rememberUpgrade||!1,this.binaryType=null,this.onlyBinaryUpgrades=o.onlyBinaryUpgrades,this.perMessageDeflate=o.perMessageDeflate!==!1?o.perMessageDeflate||{}:!1,this.perMessageDeflate===!0&&(this.perMessageDeflate={}),this.perMessageDeflate&&this.perMessageDeflate.threshold==null&&(this.perMessageDeflate.threshold=1024),this.pfx=o.pfx||void 0,this.key=o.key||void 0,this.passphrase=o.passphrase||void 0,this.cert=o.cert||void 0,this.ca=o.ca||void 0,this.ciphers=o.ciphers||void 0,this.rejectUnauthorized=o.rejectUnauthorized===void 0?!0:o.rejectUnauthorized,this.forceNode=!!o.forceNode,this.isReactNative=typeof navigator<"u"&&typeof navigator.product=="string"&&navigator.product.toLowerCase()==="reactnative",(typeof self>"u"||this.isReactNative)&&(o.extraHeaders&&Object.keys(o.extraHeaders).length>0&&(this.extraHeaders=o.extraHeaders),o.localAddress&&(this.localAddress=o.localAddress)),this.id=null,this.upgrades=null,this.pingInterval=null,this.pingTimeout=null,this.pingIntervalTimer=null,this.pingTimeoutTimer=null,this.open()}_t.priorWebsocketSuccess=!1,Ah(_t.prototype),_t.protocol=na.protocol,_t.Socket=_t,_t.Transport=Hi(),_t.transports=Sr,_t.parser=dn,_t.prototype.createTransport=function(r){Ft('creating transport "%s"',r);var o=Rh(this.query);o.EIO=na.protocol,o.transport=r;var n=this.transportOptions[r]||{};this.id&&(o.sid=this.id);var s=new kh[r]({query:o,socket:this,agent:n.agent||this.agent,hostname:n.hostname||this.hostname,port:n.port||this.port,secure:n.secure||this.secure,path:n.path||this.path,forceJSONP:n.forceJSONP||this.forceJSONP,jsonp:n.jsonp||this.jsonp,forceBase64:n.forceBase64||this.forceBase64,enablesXDR:n.enablesXDR||this.enablesXDR,withCredentials:n.withCredentials||this.withCredentials,timestampRequests:n.timestampRequests||this.timestampRequests,timestampParam:n.timestampParam||this.timestampParam,policyPort:n.policyPort||this.policyPort,pfx:n.pfx||this.pfx,key:n.key||this.key,passphrase:n.passphrase||this.passphrase,cert:n.cert||this.cert,ca:n.ca||this.ca,ciphers:n.ciphers||this.ciphers,rejectUnauthorized:n.rejectUnauthorized||this.rejectUnauthorized,perMessageDeflate:n.perMessageDeflate||this.perMessageDeflate,extraHeaders:n.extraHeaders||this.extraHeaders,forceNode:n.forceNode||this.forceNode,localAddress:n.localAddress||this.localAddress,requestTimeout:n.requestTimeout||this.requestTimeout,protocols:n.protocols||void 0,isReactNative:this.isReactNative});return s};function Rh(r){var o={};for(var n in r)r.hasOwnProperty(n)&&(o[n]=r[n]);return o}_t.prototype.open=function(){var r;if(this.rememberUpgrade&&_t.priorWebsocketSuccess&&this.transports.indexOf("websocket")!==-1)r="websocket";else if(this.transports.length===0){var o=this;setTimeout(function(){o.emit("error","No transports available")},0);return}else r=this.transports[0];this.readyState="opening";try{r=this.createTransport(r)}catch{this.transports.shift(),this.open();return}r.open(),this.setTransport(r)},_t.prototype.setTransport=function(r){Ft("setting transport %s",r.name);var o=this;this.transport&&(Ft("clearing existing transport %s",this.transport.name),this.transport.removeAllListeners()),this.transport=r,r.on("drain",function(){o.onDrain()}).on("packet",function(n){o.onPacket(n)}).on("error",function(n){o.onError(n)}).on("close",function(){o.onClose("transport close")})},_t.prototype.probe=function(r){Ft('probing transport "%s"',r);var o=this.createTransport(r,{probe:1}),n=!1,s=this;_t.priorWebsocketSuccess=!1;function c(){if(s.onlyBinaryUpgrades){var g=!this.supportsBinary&&s.transport.supportsBinary;n=n||g}n||(Ft('probe transport "%s" opened',r),o.send([{type:"ping",data:"probe"}]),o.once("packet",function(l){if(!n)if(l.type==="pong"&&l.data==="probe"){if(Ft('probe transport "%s" pong',r),s.upgrading=!0,s.emit("upgrading",o),!o)return;_t.priorWebsocketSuccess=o.name==="websocket",Ft('pausing current transport "%s"',s.transport.name),s.transport.pause(function(){n||s.readyState!=="closed"&&(Ft("changing transport and sending upgrade packet"),_(),s.setTransport(o),o.send([{type:"upgrade"}]),s.emit("upgrade",o),o=null,s.upgrading=!1,s.flush())})}else{Ft('probe transport "%s" failed',r);var u=new Error("probe error");u.transport=o.name,s.emit("upgradeError",u)}}))}function f(){n||(n=!0,_(),o.close(),o=null)}function v(g){var l=new Error("probe error: "+g);l.transport=o.name,f(),Ft('probe transport "%s" failed because of error: %s',r,g),s.emit("upgradeError",l)}function d(){v("transport closed")}function b(){v("socket closed")}function p(g){o&&g.name!==o.name&&(Ft('"%s" works - aborting "%s"',g.name,o.name),f())}function _(){o.removeListener("open",c),o.removeListener("error",v),o.removeListener("close",d),s.removeListener("close",b),s.removeListener("upgrading",p)}o.once("open",c),o.once("error",v),o.once("close",d),this.once("close",b),this.once("upgrading",p),o.open()},_t.prototype.onOpen=function(){if(Ft("socket open"),this.readyState="open",_t.priorWebsocketSuccess=this.transport.name==="websocket",this.emit("open"),this.flush(),this.readyState==="open"&&this.upgrade&&this.transport.pause){Ft("starting upgrade probes");for(var r=0,o=this.upgrades.length;r<o;r++)this.probe(this.upgrades[r])}},_t.prototype.onPacket=function(r){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing")switch(Ft('socket receive: type "%s", data "%s"',r.type,r.data),this.emit("packet",r),this.emit("heartbeat"),r.type){case"open":this.onHandshake(JSON.parse(r.data));break;case"pong":this.setPing(),this.emit("pong");break;case"error":var o=new Error("server error");o.code=r.data,this.onError(o);break;case"message":this.emit("data",r.data),this.emit("message",r.data);break}else Ft('packet received with socket readyState "%s"',this.readyState)},_t.prototype.onHandshake=function(r){this.emit("handshake",r),this.id=r.sid,this.transport.query.sid=r.sid,this.upgrades=this.filterUpgrades(r.upgrades),this.pingInterval=r.pingInterval,this.pingTimeout=r.pingTimeout,this.onOpen(),this.readyState!=="closed"&&(this.setPing(),this.removeListener("heartbeat",this.onHeartbeat),this.on("heartbeat",this.onHeartbeat))},_t.prototype.onHeartbeat=function(r){clearTimeout(this.pingTimeoutTimer);var o=this;o.pingTimeoutTimer=setTimeout(function(){o.readyState!=="closed"&&o.onClose("ping timeout")},r||o.pingInterval+o.pingTimeout)},_t.prototype.setPing=function(){var r=this;clearTimeout(r.pingIntervalTimer),r.pingIntervalTimer=setTimeout(function(){Ft("writing ping packet - expecting pong within %sms",r.pingTimeout),r.ping(),r.onHeartbeat(r.pingTimeout)},r.pingInterval)},_t.prototype.ping=function(){var r=this;this.sendPacket("ping",function(){r.emit("ping")})},_t.prototype.onDrain=function(){this.writeBuffer.splice(0,this.prevBufferLen),this.prevBufferLen=0,this.writeBuffer.length===0?this.emit("drain"):this.flush()},_t.prototype.flush=function(){this.readyState!=="closed"&&this.transport.writable&&!this.upgrading&&this.writeBuffer.length&&(Ft("flushing %d packets in socket",this.writeBuffer.length),this.transport.send(this.writeBuffer),this.prevBufferLen=this.writeBuffer.length,this.emit("flush"))},_t.prototype.write=_t.prototype.send=function(r,o,n){return this.sendPacket("message",r,o,n),this},_t.prototype.sendPacket=function(r,o,n,s){if(typeof o=="function"&&(s=o,o=void 0),typeof n=="function"&&(s=n,n=null),!(this.readyState==="closing"||this.readyState==="closed")){n=n||{},n.compress=n.compress!==!1;var c={type:r,data:o,options:n};this.emit("packetCreate",c),this.writeBuffer.push(c),s&&this.once("flush",s),this.flush()}},_t.prototype.close=function(){if(this.readyState==="opening"||this.readyState==="open"){this.readyState="closing";var r=this;this.writeBuffer.length?this.once("drain",function(){this.upgrading?s():o()}):this.upgrading?s():o()}function o(){r.onClose("forced close"),Ft("socket closing - telling transport to close"),r.transport.close()}function n(){r.removeListener("upgrade",n),r.removeListener("upgradeError",n),o()}function s(){r.once("upgrade",n),r.once("upgradeError",n)}return this},_t.prototype.onError=function(r){Ft("socket error %j",r),_t.priorWebsocketSuccess=!1,this.emit("error",r),this.onClose("transport error",r)},_t.prototype.onClose=function(r,o){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing"){Ft('socket close with reason: "%s"',r);var n=this;clearTimeout(this.pingIntervalTimer),clearTimeout(this.pingTimeoutTimer),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),this.readyState="closed",this.id=null,this.emit("close",r,o),n.writeBuffer=[],n.prevBufferLen=0}},_t.prototype.filterUpgrades=function(r){for(var o=[],n=0,s=r.length;n<s;n++)~xh(this.transports,r[n])&&o.push(r[n]);return o},Li.exports=Th,Li.exports.parser=dn;var Ih=Li.exports,ia={exports:{}},Oh=Nh;function Nh(r,o){var n=[];o=o||0;for(var s=o||0;s<r.length;s++)n[s-o]=r[s];return n}var oa=Lh;function Lh(r,o,n){return r.on(o,n),{destroy:function(){r.removeListener(o,n)}}}var sa=[].slice,aa=function(r,o){if(typeof o=="string"&&(o=r[o]),typeof o!="function")throw new Error("bind() requires a function");var n=sa.call(arguments,2);return function(){return o.apply(r,n.concat(sa.call(arguments)))}};(function(r,o){var n=br,s=kn,c=Oh,f=oa,v=aa,d=qe("socket.io-client:socket"),b=xn,p=Ps;r.exports=l;var _={connect:1,connect_error:1,connect_timeout:1,connecting:1,disconnect:1,error:1,reconnect:1,reconnect_attempt:1,reconnect_failed:1,reconnect_error:1,reconnecting:1,ping:1,pong:1},g=s.prototype.emit;function l(u,w,A){this.io=u,this.nsp=w,this.json=this,this.ids=0,this.acks={},this.receiveBuffer=[],this.sendBuffer=[],this.connected=!1,this.disconnected=!0,this.flags={},A&&A.query&&(this.query=A.query),this.io.autoConnect&&this.open()}s(l.prototype),l.prototype.subEvents=function(){if(!this.subs){var u=this.io;this.subs=[f(u,"open",v(this,"onopen")),f(u,"packet",v(this,"onpacket")),f(u,"close",v(this,"onclose"))]}},l.prototype.open=l.prototype.connect=function(){return this.connected?this:(this.subEvents(),this.io.reconnecting||this.io.open(),this.io.readyState==="open"&&this.onopen(),this.emit("connecting"),this)},l.prototype.send=function(){var u=c(arguments);return u.unshift("message"),this.emit.apply(this,u),this},l.prototype.emit=function(u){if(_.hasOwnProperty(u))return g.apply(this,arguments),this;var w=c(arguments),A={type:(this.flags.binary!==void 0?this.flags.binary:p(w))?n.BINARY_EVENT:n.EVENT,data:w};return A.options={},A.options.compress=!this.flags||this.flags.compress!==!1,typeof w[w.length-1]=="function"&&(d("emitting packet with ack id %d",this.ids),this.acks[this.ids]=w.pop(),A.id=this.ids++),this.connected?this.packet(A):this.sendBuffer.push(A),this.flags={},this},l.prototype.packet=function(u){u.nsp=this.nsp,this.io.packet(u)},l.prototype.onopen=function(){if(d("transport is open - connecting"),this.nsp!=="/")if(this.query){var u=typeof this.query=="object"?b.encode(this.query):this.query;d("sending connect packet with query %s",u),this.packet({type:n.CONNECT,query:u})}else this.packet({type:n.CONNECT})},l.prototype.onclose=function(u){d("close (%s)",u),this.connected=!1,this.disconnected=!0,delete this.id,this.emit("disconnect",u)},l.prototype.onpacket=function(u){var w=u.nsp===this.nsp,A=u.type===n.ERROR&&u.nsp==="/";if(!(!w&&!A))switch(u.type){case n.CONNECT:this.onconnect();break;case n.EVENT:this.onevent(u);break;case n.BINARY_EVENT:this.onevent(u);break;case n.ACK:this.onack(u);break;case n.BINARY_ACK:this.onack(u);break;case n.DISCONNECT:this.ondisconnect();break;case n.ERROR:this.emit("error",u.data);break}},l.prototype.onevent=function(u){var w=u.data||[];d("emitting event %j",w),u.id!=null&&(d("attaching ack callback to event"),w.push(this.ack(u.id))),this.connected?g.apply(this,w):this.receiveBuffer.push(w)},l.prototype.ack=function(u){var w=this,A=!1;return function(){if(!A){A=!0;var k=c(arguments);d("sending ack %j",k),w.packet({type:p(k)?n.BINARY_ACK:n.ACK,id:u,data:k})}}},l.prototype.onack=function(u){var w=this.acks[u.id];typeof w=="function"?(d("calling ack %s with %j",u.id,u.data),w.apply(this,u.data),delete this.acks[u.id]):d("bad ack %s",u.id)},l.prototype.onconnect=function(){this.connected=!0,this.disconnected=!1,this.emitBuffered(),this.emit("connect")},l.prototype.emitBuffered=function(){var u;for(u=0;u<this.receiveBuffer.length;u++)g.apply(this,this.receiveBuffer[u]);for(this.receiveBuffer=[],u=0;u<this.sendBuffer.length;u++)this.packet(this.sendBuffer[u]);this.sendBuffer=[]},l.prototype.ondisconnect=function(){d("server disconnect (%s)",this.nsp),this.destroy(),this.onclose("io server disconnect")},l.prototype.destroy=function(){if(this.subs){for(var u=0;u<this.subs.length;u++)this.subs[u].destroy();this.subs=null}this.io.destroy(this)},l.prototype.close=l.prototype.disconnect=function(){return this.connected&&(d("performing disconnect (%s)",this.nsp),this.packet({type:n.DISCONNECT})),this.destroy(),this.connected&&this.onclose("io client disconnect"),this},l.prototype.compress=function(u){return this.flags.compress=u,this},l.prototype.binary=function(u){return this.flags.binary=u,this}})(ia);var ca=ia.exports,Bh=In;function In(r){r=r||{},this.ms=r.min||100,this.max=r.max||1e4,this.factor=r.factor||2,this.jitter=r.jitter>0&&r.jitter<=1?r.jitter:0,this.attempts=0}In.prototype.duration=function(){var r=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var o=Math.random(),n=Math.floor(o*this.jitter*r);r=Math.floor(o*10)&1?r+n:r-n}return Math.min(r,this.max)|0},In.prototype.reset=function(){this.attempts=0},In.prototype.setMin=function(r){this.ms=r},In.prototype.setMax=function(r){this.max=r},In.prototype.setJitter=function(r){this.jitter=r};var Uh=Ih,Dh=ca,Ph=kn,Fh=br,tn=oa,On=aa,$t=qe("socket.io-client:manager"),ua=ea,Mh=Bh,fa=Object.prototype.hasOwnProperty,ha=bt;function bt(r,o){if(!(this instanceof bt))return new bt(r,o);r&&typeof r=="object"&&(o=r,r=void 0),o=o||{},o.path=o.path||"/socket.io",this.nsps={},this.subs=[],this.opts=o,this.reconnection(o.reconnection!==!1),this.reconnectionAttempts(o.reconnectionAttempts||1/0),this.reconnectionDelay(o.reconnectionDelay||1e3),this.reconnectionDelayMax(o.reconnectionDelayMax||5e3),this.randomizationFactor(o.randomizationFactor||.5),this.backoff=new Mh({min:this.reconnectionDelay(),max:this.reconnectionDelayMax(),jitter:this.randomizationFactor()}),this.timeout(o.timeout==null?2e4:o.timeout),this.readyState="closed",this.uri=r,this.connecting=[],this.lastPing=null,this.encoding=!1,this.packetBuffer=[];var n=o.parser||Fh;this.encoder=new n.Encoder,this.decoder=new n.Decoder,this.autoConnect=o.autoConnect!==!1,this.autoConnect&&this.open()}bt.prototype.emitAll=function(){this.emit.apply(this,arguments);for(var r in this.nsps)fa.call(this.nsps,r)&&this.nsps[r].emit.apply(this.nsps[r],arguments)},bt.prototype.updateSocketIds=function(){for(var r in this.nsps)fa.call(this.nsps,r)&&(this.nsps[r].id=this.generateId(r))},bt.prototype.generateId=function(r){return(r==="/"?"":r+"#")+this.engine.id},Ph(bt.prototype),bt.prototype.reconnection=function(r){return arguments.length?(this._reconnection=!!r,this):this._reconnection},bt.prototype.reconnectionAttempts=function(r){return arguments.length?(this._reconnectionAttempts=r,this):this._reconnectionAttempts},bt.prototype.reconnectionDelay=function(r){return arguments.length?(this._reconnectionDelay=r,this.backoff&&this.backoff.setMin(r),this):this._reconnectionDelay},bt.prototype.randomizationFactor=function(r){return arguments.length?(this._randomizationFactor=r,this.backoff&&this.backoff.setJitter(r),this):this._randomizationFactor},bt.prototype.reconnectionDelayMax=function(r){return arguments.length?(this._reconnectionDelayMax=r,this.backoff&&this.backoff.setMax(r),this):this._reconnectionDelayMax},bt.prototype.timeout=function(r){return arguments.length?(this._timeout=r,this):this._timeout},bt.prototype.maybeReconnectOnOpen=function(){!this.reconnecting&&this._reconnection&&this.backoff.attempts===0&&this.reconnect()},bt.prototype.open=bt.prototype.connect=function(r,o){if($t("readyState %s",this.readyState),~this.readyState.indexOf("open"))return this;$t("opening %s",this.uri),this.engine=Uh(this.uri,this.opts);var n=this.engine,s=this;this.readyState="opening",this.skipReconnect=!1;var c=tn(n,"open",function(){s.onopen(),r&&r()}),f=tn(n,"error",function(b){if($t("connect_error"),s.cleanup(),s.readyState="closed",s.emitAll("connect_error",b),r){var p=new Error("Connection error");p.data=b,r(p)}else s.maybeReconnectOnOpen()});if(this._timeout!==!1){var v=this._timeout;$t("connect attempt will timeout after %d",v),v===0&&c.destroy();var d=setTimeout(function(){$t("connect attempt timed out after %d",v),c.destroy(),n.close(),n.emit("error","timeout"),s.emitAll("connect_timeout",v)},v);this.subs.push({destroy:function(){clearTimeout(d)}})}return this.subs.push(c),this.subs.push(f),this},bt.prototype.onopen=function(){$t("open"),this.cleanup(),this.readyState="open",this.emit("open");var r=this.engine;this.subs.push(tn(r,"data",On(this,"ondata"))),this.subs.push(tn(r,"ping",On(this,"onping"))),this.subs.push(tn(r,"pong",On(this,"onpong"))),this.subs.push(tn(r,"error",On(this,"onerror"))),this.subs.push(tn(r,"close",On(this,"onclose"))),this.subs.push(tn(this.decoder,"decoded",On(this,"ondecoded")))},bt.prototype.onping=function(){this.lastPing=new Date,this.emitAll("ping")},bt.prototype.onpong=function(){this.emitAll("pong",new Date-this.lastPing)},bt.prototype.ondata=function(r){this.decoder.add(r)},bt.prototype.ondecoded=function(r){this.emit("packet",r)},bt.prototype.onerror=function(r){$t("error",r),this.emitAll("error",r)},bt.prototype.socket=function(r,o){var n=this.nsps[r];if(!n){n=new Dh(this,r,o),this.nsps[r]=n;var s=this;n.on("connecting",c),n.on("connect",function(){n.id=s.generateId(r)}),this.autoConnect&&c()}function c(){~ua(s.connecting,n)||s.connecting.push(n)}return n},bt.prototype.destroy=function(r){var o=ua(this.connecting,r);~o&&this.connecting.splice(o,1),!this.connecting.length&&this.close()},bt.prototype.packet=function(r){$t("writing packet %j",r);var o=this;r.query&&r.type===0&&(r.nsp+="?"+r.query),o.encoding?o.packetBuffer.push(r):(o.encoding=!0,this.encoder.encode(r,function(n){for(var s=0;s<n.length;s++)o.engine.write(n[s],r.options);o.encoding=!1,o.processPacketQueue()}))},bt.prototype.processPacketQueue=function(){if(this.packetBuffer.length>0&&!this.encoding){var r=this.packetBuffer.shift();this.packet(r)}},bt.prototype.cleanup=function(){$t("cleanup");for(var r=this.subs.length,o=0;o<r;o++){var n=this.subs.shift();n.destroy()}this.packetBuffer=[],this.encoding=!1,this.lastPing=null,this.decoder.destroy()},bt.prototype.close=bt.prototype.disconnect=function(){$t("disconnect"),this.skipReconnect=!0,this.reconnecting=!1,this.readyState==="opening"&&this.cleanup(),this.backoff.reset(),this.readyState="closed",this.engine&&this.engine.close()},bt.prototype.onclose=function(r){$t("onclose"),this.cleanup(),this.backoff.reset(),this.readyState="closed",this.emit("close",r),this._reconnection&&!this.skipReconnect&&this.reconnect()},bt.prototype.reconnect=function(){if(this.reconnecting||this.skipReconnect)return this;var r=this;if(this.backoff.attempts>=this._reconnectionAttempts)$t("reconnect failed"),this.backoff.reset(),this.emitAll("reconnect_failed"),this.reconnecting=!1;else{var o=this.backoff.duration();$t("will wait %dms before reconnect attempt",o),this.reconnecting=!0;var n=setTimeout(function(){r.skipReconnect||($t("attempting reconnect"),r.emitAll("reconnect_attempt",r.backoff.attempts),r.emitAll("reconnecting",r.backoff.attempts),!r.skipReconnect&&r.open(function(s){s?($t("reconnect attempt error"),r.reconnecting=!1,r.reconnect(),r.emitAll("reconnect_error",s.data)):($t("reconnect success"),r.onreconnect())}))},o);this.subs.push({destroy:function(){clearTimeout(n)}})}},bt.prototype.onreconnect=function(){var r=this.backoff.attempts;this.reconnecting=!1,this.backoff.reset(),this.updateSocketIds(),this.emitAll("reconnect",r)},function(r,o){var n=_f,s=br,c=ha,f=qe("socket.io-client");r.exports=o=d;var v=o.managers={};function d(b,p){typeof b=="object"&&(p=b,b=void 0),p=p||{};var _=n(b),g=_.source,l=_.id,u=_.path,w=v[l]&&u in v[l].nsps,A=p.forceNew||p["force new connection"]||p.multiplex===!1||w,k;return A?(f("ignoring socket cache for %s",g),k=c(g,p)):(v[l]||(f("new io instance for %s",g),v[l]=c(g,p)),k=v[l]),_.query&&!p.query&&(p.query=_.query),k.socket(_.path,p)}o.protocol=s.protocol,o.connect=d,o.Manager=ha,o.Socket=ca}(xi,xi.exports);var qh=xi.exports;const Wh=sf(qh);let Or;const Hh=new Uint8Array(16);function Kh(){if(!Or&&(Or=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Or))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Or(Hh)}const zt=[];for(let r=0;r<256;++r)zt.push((r+256).toString(16).slice(1));function zh(r,o=0){return zt[r[o+0]]+zt[r[o+1]]+zt[r[o+2]]+zt[r[o+3]]+"-"+zt[r[o+4]]+zt[r[o+5]]+"-"+zt[r[o+6]]+zt[r[o+7]]+"-"+zt[r[o+8]]+zt[r[o+9]]+"-"+zt[r[o+10]]+zt[r[o+11]]+zt[r[o+12]]+zt[r[o+13]]+zt[r[o+14]]+zt[r[o+15]]}const Gh=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),la={randomUUID:Gh};function Xh(r,o,n){if(la.randomUUID&&!o&&!r)return la.randomUUID();r=r||{};const s=r.random||(r.rng||Kh)();if(s[6]=s[6]&15|64,s[8]=s[8]&63|128,o){n=n||0;for(let c=0;c<16;++c)o[n+c]=s[c];return o}return zh(s)}function $h(r,o){const n=o.map(c=>JSON.stringify(c)).join(" "),s=new Date().toISOString();return JSON.stringify({level:r,time:s,message:n})}function jh(r){const o=String(r[0]),n=r.slice(1);return{level:o,logs:n}}function Jh(r,o){const n=JSON.parse(r);return o.forEach(s=>delete n[s]),n}function Yh(r){if(typeof r=="object"&&r!==null)return r;try{return JSON.parse(r)}catch{return{extraData:r}}}function Vh(r){const o=/\(([^)]+)\)/,n=r.match(o);if(n&&n[1]){const s=n[1].split(";");for(let c of s)if(c=c.trim(),c.startsWith("Windows")||c.startsWith("Macintosh")||c.startsWith("Linux"))return c}return"Unknown"}function pa(r){return(...o)=>new Promise((n,s)=>{try{const c=r(...o);n(c)}catch(c){s(c)}})}const Zh={reconnection:!0,reconnectionDelay:5e3,reconnectionAttempts:10,upgrade:!1,transports:["websocket"],debug:!1},Ji={logToConsole:!0,overloadGlobalConsole:!1,socketEmitInterval:6e4};let re=console;class Qh{constructor(o){Ut(this,"logToConsole"),Ut(this,"overloadGlobalConsole"),Ut(this,"system"),Ut(this,"socketEmitInterval"),Ut(this,"storageId"),Ut(this,"emitInProgress"),Ut(this,"queue"),Ut(this,"processing"),Ut(this,"interval"),Ut(this,"logIndex"),Ut(this,"socket"),Ut(this,"staticObject",{}),Ut(this,"isGetItemAsync"),Ut(this,"isSetItemAsync"),Ut(this,"getItem"),Ut(this,"setItem"),Ut(this,"parseLog"),Ut(this,"_logMethod"),Ut(this,"_warnMethod"),Ut(this,"_errorMethod"),Ut(this,"_debugMethod");const{loggerOptions:n}=o;if(!n.system)throw new Error("Config property 'system' should be provided!");this.isGetItemAsync=n.isGetItemAsync||!1,this.isSetItemAsync=n.isSetItemAsync||!1,this.setupStorageFunctions(n.getItem,n.setItem,n.parseLog),this.system=n.system,this.socketEmitInterval=n.socketEmitInterval||Ji.socketEmitInterval,this.logToConsole=n.logToConsole!==void 0?n.logToConsole:Ji.logToConsole,this.overloadGlobalConsole=n.overloadGlobalConsole!==void 0?n.overloadGlobalConsole:Ji.overloadGlobalConsole,this.storageId=this.getStorageName(),this.queue=[],this.processing=!1,this.emitInProgress=!1,this.logIndex=0,this.init(o)}setupStorageFunctions(o,n,s){this.getItem=o&&typeof o=="function"?this.isGetItemAsync?o:pa(o):this.defaultGetItemFunction,this.setItem=n&&typeof n=="function"?this.isSetItemAsync?n:pa(n):this.defaultSetItemFunction,this.parseLog=s&&typeof s=="function"?s:$h}init(o){const{socket:n,url:s,socketOptions:c={}}=o;this._logMethod=re.log.bind(re),this._warnMethod=re.warn.bind(re),this._errorMethod=re.error.bind(re),this._debugMethod=re.debug.bind(re),this.initStorage().then(()=>{if(n)this.socket=n;else if(s)this.socket=this.createConnection(s,c);else throw new Error("Must provide either a 'socket' or a 'url' for socket connection");this.interval=setInterval(async()=>{await this.emitLogs()},this.socketEmitInterval),this.overloadGlobalConsole&&this._overloadConsole()})}createConnection(o,n={}){const s={...Zh,...n};return Wh(o,s)}async emitLogs(){if(!this.emitInProgress)try{const o=await this.getItem(this.storageId);if(!o)return;const n=[];this.emitInProgress=!0;const s=JSON.parse(o),c=Object.keys(s);if(!c.length)return;if(!this.socket||!this.socket.connected)throw new Error("Socket is disconnected");for(const d of c){const b=Yh(s[d]),p={...this.populateMetaData(),...this.staticObject,...b};await this.socket.emit("Log",JSON.stringify(p)),n.push(d)}const f=await this.getItem(this.storageId);if(!f)return;const v=Jh(f,n);await this.setItem(this.storageId,JSON.stringify(v))}catch(o){this._errorMethod(o)}finally{this.emitInProgress=!1}}setupStaticFields(o){this.staticObject={...o}}populateMetaData(){const o=new Date;let n;typeof window<"u"&&typeof window.document<"u"?n=window==null?void 0:window.navigator.userAgent:typeof self<"u"&&self.navigator&&(n=self.navigator.userAgent);let s;return n&&(s=Vh(n)),{System:this.system,DateTime:o,UserAgent:n,OSVersion:s}}disconnectSocket(){!this.socket||!this.interval||(this.socket.disconnect(),clearInterval(this.interval))}_overloadConsole(){re=Object.assign(re,{log:o=>{this.log(o)},warn:o=>{this.warn(o)},error:o=>{this.error(o)},debug:o=>{this.debug(o)}})}async initStorage(){const o=await this.getItem(this.storageId);(!o||typeof o!="string")&&await this.setItem(this.storageId,JSON.stringify({}))}async resetStorage(){await this.setItem(this.storageId,JSON.stringify({}))}getStorageName(){const o=Xh();return this.system.toString().toUpperCase()+o+Date.now()}async processLog(...o){try{if(o.length<2)return;const n=await this.getItem(this.storageId);if(!n)return;const{level:s,logs:c}=jh(o),f=JSON.parse(n),v=this.formItemKey(s);f[v]=this.parseLog(s,c),await this.setItem(this.storageId,JSON.stringify(f))}catch(n){this._errorMethod(n)}}async processQueue(){if(this.processing||this.queue.length===0)return;const o=this.queue.shift();o&&(this.processing=!0,await this.processLog(...o).finally(()=>{this.processing=!1,this.processQueue()}))}log(o){const n=["INFO",o];this.queue.push(n),this.logToConsole&&this._logMethod.apply(re,[o]),this.processQueue()}warn(o){const n=["WARN",o];this.queue.push(n),this.logToConsole&&this._warnMethod.apply(re,[o]),this.processQueue()}error(o){const n=["ERROR",o];this.queue.push(n),this.logToConsole&&this._errorMethod.apply(re,[o]),this.processQueue()}debug(o){const n=["DEBUG",o];this.queue.push(n),this.logToConsole&&this._debugMethod.apply(re,[o]),this.processQueue()}async defaultGetItemFunction(o){return localStorage.getItem(o)}async defaultSetItemFunction(o,n){try{localStorage.setItem(o,n)}catch(s){this._errorMethod(s)}}formItemKey(o){const n=new Date().toISOString();return this.logIndex++,`${o}-${this.system}-${n}-${this.logIndex}`}}class tl{constructor(o){At(this,"storageLogger");this.eventsSdkClass=o,this.eventsSdkClass=o}init(){if(!this.eventsSdkClass.options.useLogger)return;if(this.eventsSdkClass.options.storageLoggerInstance){this.storageLogger=this.eventsSdkClass.options.storageLoggerInstance;return}let o;this.eventsSdkClass.options.loggerSocketConnection&&(o=this.eventsSdkClass.options.loggerSocketConnection),this.eventsSdkClass.socketIoClass.ioFunction&&!o&&(o=this.eventsSdkClass.socketIoClass.ioFunction(this.eventsSdkClass.options.loggerServer,this.eventsSdkClass.options.loggerConnectOptions)),o&&(this.storageLogger=new Qh({socket:o,loggerOptions:this.eventsSdkClass.options.loggerConfig}))}log(o){this.storageLogger?o.Level===Jn.INFO?this.storageLogger.log(o):o.Level===Jn.ERROR&&this.storageLogger.error(o):o.Level===Jn.INFO?console.log(o):o.Level===Jn.ERROR&&console.error(o)}}class el{constructor(o){At(this,"listeners",{[yt.ALL_EXTENSION_STATUS]:[],[yt.ALL_DIALER_STATUS]:[],[yt.ALL_USERS_STATUS]:[],[yt.QUEUE_EVENT]:[],[yt.EXTENSION_EVENT]:[],[yt.DIALER_EVENT]:[],[yt.LOGIN_SUCCESS]:[],[yt.LOGIN_STATUS]:[],[yt.KEEP_ALIVE_RESPONSE]:[],[yt.ONLINE_STATUS_EVENT]:[],[yt.EXTENSIONS_UPDATED]:[]});At(this,"allListeners",[]);this.eventsSdkClass=o,this.eventsSdkClass=o}on(o,n){o==="*"?this.allListeners.push(n):this.listeners[o].push(n)}off(o,n){if(o==="*")this.allListeners=this.allListeners.filter(s=>s!==n);else{const c=this.listeners[o].filter(f=>f!==n);this.listeners={...this.listeners,[o]:c}}}emit(o,n){this.eventsSdkClass.socketIoClass.lastEventTimestamp=new Date().getTime(),this.listeners[o].forEach(c=>c({name:o,data:n}));const s={name:o,data:n};this.allListeners.forEach(c=>c(s))}}class nl{constructor(o){At(this,"argumentOptions");At(this,"options");At(this,"servers",[]);At(this,"URLList",[]);At(this,"server");At(this,"URL");At(this,"socket");At(this,"mainServer");At(this,"alreadyAttemptedOtherServers",[]);At(this,"authClass",new ju(this));At(this,"socketIoClass",new nf(this));At(this,"loggerClass",new tl(this));At(this,"eventEmitterClass",new el(this));At(this,"reconnectOptions");At(this,"retryConnection");this.options={...Yu,...o},this.reconnectOptions={retryCount:1,maxReconnectAttempts:this.options.maxReconnectAttempts,reconnectionDelay:this.options.reconnectionDelay,minReconnectionDelay:this.options.reconnectionDelay,maxReconnectionDelay:3e5},this.server=this.options.fallbackServer,this.retryConnection=Ju.debounce(this.connect.bind(this),this.reconnectOptions.reconnectionDelay,{leading:!0,trailing:!1}),this.argumentOptions={...o}}on(o,n){this.eventEmitterClass.on(o,n)}emit(o,...n){this.socketIoClass.io&&this.socketIoClass.io.emit(o,...n)}connect(o){o===pn.MAIN&&this.findMainServer(),o===pn.NEXT&&this.findNextServer(),this.socketIoClass.doReconnect=!0,this.socketIoClass.initSocketConnection(),this.socketIoClass.initSocketEvents(),this.socketIoClass.initKeepAlive(),this.loggerClass.init()}disconnect(){this.socketIoClass.doReconnect=!1,this.socketIoClass.closeAllConnections()}clearKeepAliveInterval(){this.socketIoClass.clearKeepAliveInterval()}findMainServer(){this.servers.length?(this.mainServer=this.servers.reduce((o,n)=>n.Priority>o.Priority?n:o),this.server=this.mainServer):this.URLList.length&&(this.URL=this.URLList[0])}findNextServer(){if(this.servers.length)if(this.server.Priority===this.mainServer.Priority){let o=this.servers.filter(n=>n.Priority!==this.mainServer.Priority&&this.alreadyAttemptedOtherServers.indexOf(n.Priority)+1===0);o.length||(this.alreadyAttemptedOtherServers=[],o=this.servers.filter(n=>n.Priority!==this.mainServer.Priority&&this.alreadyAttemptedOtherServers.indexOf(n.Priority)+1===0)),o.length&&(this.server=o.reduce((n,s)=>s.Priority>n.Priority?s:n),this.alreadyAttemptedOtherServers.push(this.server.Priority))}else this.server=this.mainServer;else if(this.URLList.length)if(this.URL===this.URLList[0]){let o=this.URLList.filter(n=>n!==this.URLList[0]&&this.alreadyAttemptedOtherServers.indexOf(n)+1===0);o.length||(this.alreadyAttemptedOtherServers=[],o=this.URLList.filter(n=>n!==this.URLList[0]&&this.alreadyAttemptedOtherServers.indexOf(n)+1===0)),o.length&&(this.URL=o[0],this.alreadyAttemptedOtherServers.push(this.URL))}else this.URL=this.URLList[0]}async init(){return this.socket,await this.authClass.login(this.options),this.getServers(),!0}getServers(){this.options.serverFetchStrategy==="static"&&this.argumentOptions.servers&&Array.isArray(this.argumentOptions.servers)&&this.argumentOptions.servers.length>1&&(this.servers=this.argumentOptions.servers)}}return Mt.CallStatusEnum=Ss,Mt.CallTypeEnum=ks,Mt.DialerTypeEnum=As,Mt.DirectionEnum=xs,Mt.DoNotCallMeStatusCodeEnum=Es,Mt.EventsEnum=yt,Mt.ExtensionEventReasonEnum=Si,Mt.ExtensionHangupCauseEnum=Ts,Mt.QueueEventReasonEnum=Rs,Mt.ServerListenerEventsEnum=Ai,Mt.default=nl,Object.defineProperties(Mt,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}}),Mt}({});
|
|
45
46
|
//# sourceMappingURL=voicenter-events-sdk.iife.js.map
|