@voicenter-team/events-sdk 0.0.19 → 0.0.20
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 +14 -14
- package/dist/voicenter-events-sdk.cjs.js.map +1 -1
- package/dist/voicenter-events-sdk.d.ts +12 -11
- package/dist/voicenter-events-sdk.es.js +1060 -1046
- package/dist/voicenter-events-sdk.es.js.map +1 -1
- package/dist/voicenter-events-sdk.iife.js +13 -13
- package/dist/voicenter-events-sdk.iife.js.map +1 -1
- package/dist/voicenter-events-sdk.umd.js +13 -13
- package/dist/voicenter-events-sdk.umd.js.map +1 -1
- package/docs/src/.vuepress/components/Demo.vue +16 -4
- package/package.json +1 -1
- package/src/classes/auth/auth.class.ts +8 -2
- package/src/classes/events-sdk/events-sdk-default-options.ts +1 -1
- package/src/classes/events-sdk/events-sdk.class.ts +119 -98
- package/src/classes/events-sdk/events-sdk.test.ts +11 -3
- package/src/classes/events-sdk/events-sdk.types.ts +3 -4
- package/src/classes/socket-io/socket-io.class.ts +10 -8
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
(function(et,Fe){typeof exports=="object"&&typeof module<"u"?Fe(exports):typeof define=="function"&&define.amd?define(["exports"],Fe):(et=typeof globalThis<"u"?globalThis:et||self,Fe(et.VoicenterEventsSDK={}))})(this,function(et){"use strict";var Ng=Object.defineProperty;var Ug=(et,Fe,
|
|
1
|
+
(function(et,Fe){typeof exports=="object"&&typeof module<"u"?Fe(exports):typeof define=="function"&&define.amd?define(["exports"],Fe):(et=typeof globalThis<"u"?globalThis:et||self,Fe(et.VoicenterEventsSDK={}))})(this,function(et){"use strict";var Ng=Object.defineProperty;var Ug=(et,Fe,Yt)=>Fe in et?Ng(et,Fe,{enumerable:!0,configurable:!0,writable:!0,value:Yt}):et[Fe]=Yt;var Se=(et,Fe,Yt)=>(Ug(et,typeof Fe!="symbol"?Fe+"":Fe,Yt),Yt);var Fe=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Yt(S){return S&&S.__esModule&&Object.prototype.hasOwnProperty.call(S,"default")?S.default:S}var ro={exports:{}},io={exports:{}};(function(){var S="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",v={rotl:function(r,h){return r<<h|r>>>32-h},rotr:function(r,h){return r<<32-h|r>>>h},endian:function(r){if(r.constructor==Number)return v.rotl(r,8)&16711935|v.rotl(r,24)&4278255360;for(var h=0;h<r.length;h++)r[h]=v.endian(r[h]);return r},randomBytes:function(r){for(var h=[];r>0;r--)h.push(Math.floor(Math.random()*256));return h},bytesToWords:function(r){for(var h=[],c=0,d=0;c<r.length;c++,d+=8)h[d>>>5]|=r[c]<<24-d%32;return h},wordsToBytes:function(r){for(var h=[],c=0;c<r.length*32;c+=8)h.push(r[c>>>5]>>>24-c%32&255);return h},bytesToHex:function(r){for(var h=[],c=0;c<r.length;c++)h.push((r[c]>>>4).toString(16)),h.push((r[c]&15).toString(16));return h.join("")},hexToBytes:function(r){for(var h=[],c=0;c<r.length;c+=2)h.push(parseInt(r.substr(c,2),16));return h},bytesToBase64:function(r){for(var h=[],c=0;c<r.length;c+=3)for(var d=r[c]<<16|r[c+1]<<8|r[c+2],m=0;m<4;m++)c*8+m*6<=r.length*8?h.push(S.charAt(d>>>6*(3-m)&63)):h.push("=");return h.join("")},base64ToBytes:function(r){r=r.replace(/[^A-Z0-9+\/]/ig,"");for(var h=[],c=0,d=0;c<r.length;d=++c%4)d!=0&&h.push((S.indexOf(r.charAt(c-1))&Math.pow(2,-2*d+8)-1)<<d*2|S.indexOf(r.charAt(c))>>>6-d*2);return h}};io.exports=v})();var Fu=io.exports,Nr={utf8:{stringToBytes:function(S){return Nr.bin.stringToBytes(unescape(encodeURIComponent(S)))},bytesToString:function(S){return decodeURIComponent(escape(Nr.bin.bytesToString(S)))}},bin:{stringToBytes:function(S){for(var v=[],r=0;r<S.length;r++)v.push(S.charCodeAt(r)&255);return v},bytesToString:function(S){for(var v=[],r=0;r<S.length;r++)v.push(String.fromCharCode(S[r]));return v.join("")}}},oo=Nr;/*!
|
|
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
|
|
6
|
+
*/var Mu=function(S){return S!=null&&(so(S)||Wu(S)||!!S._isBuffer)};function so(S){return!!S.constructor&&typeof S.constructor.isBuffer=="function"&&S.constructor.isBuffer(S)}function Wu(S){return typeof S.readFloatLE=="function"&&typeof S.slice=="function"&&so(S.slice(0,0))}(function(){var S=Fu,v=oo.utf8,r=Mu,h=oo.bin,c=function(d,m){d.constructor==String?m&&m.encoding==="binary"?d=h.stringToBytes(d):d=v.stringToBytes(d):r(d)?d=Array.prototype.slice.call(d,0):!Array.isArray(d)&&d.constructor!==Uint8Array&&(d=d.toString());for(var g=S.bytesToWords(d),x=d.length*8,l=1732584193,_=-271733879,p=-1732584194,u=271733878,s=0;s<g.length;s++)g[s]=(g[s]<<8|g[s]>>>24)&16711935|(g[s]<<24|g[s]>>>8)&4278255360;g[x>>>5]|=128<<x%32,g[(x+64>>>9<<4)+14]=x;for(var w=c._ff,T=c._gg,k=c._hh,q=c._ii,s=0;s<g.length;s+=16){var oe=l,Y=_,se=p,G=u;l=w(l,_,p,u,g[s+0],7,-680876936),u=w(u,l,_,p,g[s+1],12,-389564586),p=w(p,u,l,_,g[s+2],17,606105819),_=w(_,p,u,l,g[s+3],22,-1044525330),l=w(l,_,p,u,g[s+4],7,-176418897),u=w(u,l,_,p,g[s+5],12,1200080426),p=w(p,u,l,_,g[s+6],17,-1473231341),_=w(_,p,u,l,g[s+7],22,-45705983),l=w(l,_,p,u,g[s+8],7,1770035416),u=w(u,l,_,p,g[s+9],12,-1958414417),p=w(p,u,l,_,g[s+10],17,-42063),_=w(_,p,u,l,g[s+11],22,-1990404162),l=w(l,_,p,u,g[s+12],7,1804603682),u=w(u,l,_,p,g[s+13],12,-40341101),p=w(p,u,l,_,g[s+14],17,-1502002290),_=w(_,p,u,l,g[s+15],22,1236535329),l=T(l,_,p,u,g[s+1],5,-165796510),u=T(u,l,_,p,g[s+6],9,-1069501632),p=T(p,u,l,_,g[s+11],14,643717713),_=T(_,p,u,l,g[s+0],20,-373897302),l=T(l,_,p,u,g[s+5],5,-701558691),u=T(u,l,_,p,g[s+10],9,38016083),p=T(p,u,l,_,g[s+15],14,-660478335),_=T(_,p,u,l,g[s+4],20,-405537848),l=T(l,_,p,u,g[s+9],5,568446438),u=T(u,l,_,p,g[s+14],9,-1019803690),p=T(p,u,l,_,g[s+3],14,-187363961),_=T(_,p,u,l,g[s+8],20,1163531501),l=T(l,_,p,u,g[s+13],5,-1444681467),u=T(u,l,_,p,g[s+2],9,-51403784),p=T(p,u,l,_,g[s+7],14,1735328473),_=T(_,p,u,l,g[s+12],20,-1926607734),l=k(l,_,p,u,g[s+5],4,-378558),u=k(u,l,_,p,g[s+8],11,-2022574463),p=k(p,u,l,_,g[s+11],16,1839030562),_=k(_,p,u,l,g[s+14],23,-35309556),l=k(l,_,p,u,g[s+1],4,-1530992060),u=k(u,l,_,p,g[s+4],11,1272893353),p=k(p,u,l,_,g[s+7],16,-155497632),_=k(_,p,u,l,g[s+10],23,-1094730640),l=k(l,_,p,u,g[s+13],4,681279174),u=k(u,l,_,p,g[s+0],11,-358537222),p=k(p,u,l,_,g[s+3],16,-722521979),_=k(_,p,u,l,g[s+6],23,76029189),l=k(l,_,p,u,g[s+9],4,-640364487),u=k(u,l,_,p,g[s+12],11,-421815835),p=k(p,u,l,_,g[s+15],16,530742520),_=k(_,p,u,l,g[s+2],23,-995338651),l=q(l,_,p,u,g[s+0],6,-198630844),u=q(u,l,_,p,g[s+7],10,1126891415),p=q(p,u,l,_,g[s+14],15,-1416354905),_=q(_,p,u,l,g[s+5],21,-57434055),l=q(l,_,p,u,g[s+12],6,1700485571),u=q(u,l,_,p,g[s+3],10,-1894986606),p=q(p,u,l,_,g[s+10],15,-1051523),_=q(_,p,u,l,g[s+1],21,-2054922799),l=q(l,_,p,u,g[s+8],6,1873313359),u=q(u,l,_,p,g[s+15],10,-30611744),p=q(p,u,l,_,g[s+6],15,-1560198380),_=q(_,p,u,l,g[s+13],21,1309151649),l=q(l,_,p,u,g[s+4],6,-145523070),u=q(u,l,_,p,g[s+11],10,-1120210379),p=q(p,u,l,_,g[s+2],15,718787259),_=q(_,p,u,l,g[s+9],21,-343485551),l=l+oe>>>0,_=_+Y>>>0,p=p+se>>>0,u=u+G>>>0}return S.endian([l,_,p,u])};c._ff=function(d,m,g,x,l,_,p){var u=d+(m&g|~m&x)+(l>>>0)+p;return(u<<_|u>>>32-_)+m},c._gg=function(d,m,g,x,l,_,p){var u=d+(m&x|g&~x)+(l>>>0)+p;return(u<<_|u>>>32-_)+m},c._hh=function(d,m,g,x,l,_,p){var u=d+(m^g^x)+(l>>>0)+p;return(u<<_|u>>>32-_)+m},c._ii=function(d,m,g,x,l,_,p){var u=d+(g^(m|~x))+(l>>>0)+p;return(u<<_|u>>>32-_)+m},c._blocksize=16,c._digestsize=16,ro.exports=function(d,m){if(d==null)throw new Error("Illegal argument "+d);var g=S.wordsToBytes(c(d,m));return m&&m.asBytes?g:m&&m.asString?h.bytesToString(g):S.bytesToHex(g)}})();var qu=ro.exports;const Ku=Yt(qu);var Zt=(S=>(S.MAIN="main",S.NEXT="next",S))(Zt||{}),kt=(S=>(S.USER="User",S.TOKEN="Token",S))(kt||{});class An{static async getSessionStorageDataByKey(v,r=!0){if(typeof chrome<"u"&&typeof chrome.storage<"u"){const h=await chrome.storage.session.get(v);if(h[v])return r?JSON.parse(h[v]):h[v]}if(typeof window<"u"){const h=window.sessionStorage.getItem(v);if(h)return r?JSON.parse(h):h}}static async updateSessionStorageKey(v,r){typeof chrome<"u"&&typeof chrome.storage<"u"&&await chrome.storage.session.set({[v]:JSON.stringify(r)}),typeof window<"u"&&window.sessionStorage.setItem(v,JSON.stringify(r))}static clearSessionStorage(){typeof chrome<"u"&&typeof chrome.storage<"u"&&chrome.storage.session.clear(),typeof window<"u"&&window.sessionStorage.clear()}}class Hu{constructor(v){Se(this,"delay",1e3);Se(this,"lastLoginTimestamp");Se(this,"token");Se(this,"storageKey");this.eventsSdkClass=v,this.eventsSdkClass=v,this.storageKey=""}async login(v){const r={token:v.token,email:v.email,password:v.password};if(this.storageKey=Ku(JSON.stringify(v)),this.lastLoginTimestamp&&this.lastLoginTimestamp+this.delay>new Date().getTime())return;this.updateLastLoginTimestamp(),await this.checkLoginStatus(this.storageKey)||(An.clearSessionStorage(),await this.userLoginFunction(r,this.storageKey,v.loginType))}updateLastLoginTimestamp(){this.lastLoginTimestamp=new Date().getTime()}async checkLoginStatus(v){const r=await An.getSessionStorageDataByKey(v);return r?(this.onLoginResponse(r),!0):!1}async userLoginFunction(v,r,h){let c,d,m;this.eventsSdkClass.options.isNewStack?(c=await this.externalLogin(this.eventsSdkClass.options.loginUrl,v,h),d=await this.getSettings(c.Data.AccessToken),m={...c.Data,...d}):(c=await this.externalLogin(this.eventsSdkClass.options.loginUrl,v,h),m={...c.Data.Socket}),this.onLoginResponse(m),await An.updateSessionStorageKey(r,m)}onLoginResponse(v){v.MonitorList&&v.MonitorList.length&&(this.eventsSdkClass.servers=[...v.MonitorList],this.eventsSdkClass.server=this.eventsSdkClass.servers.reduce((r,h)=>r.Priority>h.Priority?r:h)),!this.eventsSdkClass.options.isNewStack&&this.eventsSdkClass.options.servers&&(this.eventsSdkClass.servers=[...this.eventsSdkClass.options.servers],this.eventsSdkClass.server=this.eventsSdkClass.servers.reduce((r,h)=>r.Priority>h.Priority?r:h)),!this.eventsSdkClass.options.isNewStack&&!this.eventsSdkClass.servers.length&&v.URLList&&(this.eventsSdkClass.URLList=v.URLList),this.eventsSdkClass.server&&(this.eventsSdkClass.socketIoClass.getSocketIoFunction(`v=${this.eventsSdkClass.server.Version}`),this.eventsSdkClass.loggerClass.init()),!this.eventsSdkClass.server&&this.eventsSdkClass.URLList.length&&this.eventsSdkClass.socketIoClass.getSocketIoFunction(`v=${v.Client}`),v.IdentityCode&&(this.token=v.IdentityCode,this.eventsSdkClass.connect(Zt.MAIN)),v.Token&&(this.token=v.Token,this.eventsSdkClass.connect(Zt.MAIN)),v.RefreshToken&&v.IdentityCodeExpiry&&this.eventsSdkClass.options.loginType===kt.USER&&(this.eventsSdkClass.options.refreshToken=v.RefreshToken,this.eventsSdkClass.options.tokenExpiry=v.IdentityCodeExpiry,this.handleTokenExpiry()),v.RefreshToken&&v.TokenExpiry&&this.eventsSdkClass.options.loginType===kt.USER&&(this.eventsSdkClass.options.refreshToken=v.RefreshToken,this.eventsSdkClass.options.tokenExpiry=v.TokenExpiry,this.handleTokenExpiry())}handleTokenExpiry(){let v;if(this.eventsSdkClass.options.tokenExpiry)v=new Date(this.eventsSdkClass.options.tokenExpiry);else return;const r=v.getTime()-new Date().getTime()-5e3,h=Math.min(r,2147483647);setTimeout(async()=>{if(this.eventsSdkClass.options.refreshToken){this.eventsSdkClass.socketIoClass.closeAllConnections();let c,d;if(this.eventsSdkClass.options.isNewStack){const m=await this.refreshToken(this.eventsSdkClass.options.refreshTokenUrl,this.eventsSdkClass.options.refreshToken);c=await this.getSettings(m.Data.AccessToken),d={...m.Data,...c}}else d={...(await this.refreshToken(this.eventsSdkClass.options.refreshTokenUrl,this.eventsSdkClass.options.refreshToken)).Data.Socket};this.onLoginResponse(d),await An.updateSessionStorageKey(this.storageKey,d)}},h)}async externalLogin(v,{password:r,token:h,email:c},d){let m;this.eventsSdkClass.options.isNewStack?d===kt.TOKEN?m=JSON.stringify({identityType:kt.TOKEN,token:h}):m=JSON.stringify({identityType:kt.USER,username:c,password:r}):this.eventsSdkClass.options.loginType===kt.TOKEN?(m=JSON.stringify({token:h}),v=`${v}/${kt.TOKEN}`):(m=JSON.stringify({email:c,pin:r}),v=`${v}/${kt.USER}`);const x=await(await fetch(v,{method:"POST",headers:{"Content-Type":"application/json"},body:m})).json();if(x.error)throw new Error(x.error);return x}async getSettings(v){if(this.eventsSdkClass.options.getSettingsUrl)return(await fetch(this.eventsSdkClass.options.getSettingsUrl,{headers:{Authorization:`Bearer ${v}`}})).json();throw new Error("getSettingsUrl config parameter not provided")}async refreshToken(v,r){return(await fetch(v,{method:"GET",headers:{"Content-Type":"application/json",Authorization:`Bearer ${r}`}})).json()}}var Gn={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
|
-
*/Gn.exports,function(S,y){(function(){var r,h="4.17.21",c=200,d="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",m="Expected a function",g="Invalid `variable` option passed into `_.template`",x="__lodash_hash_undefined__",l=500,_="__lodash_placeholder__",p=1,u=2,s=4,w=1,T=2,k=1,q=2,oe=4,Y=8,se=16,G=32,D=64,M=128,H=256,L=512,U=30,X="...",j=800,V=16,N=1,be=2,Ae=3,ke=1/0,ae=9007199254740991,qe=17976931348623157e292,bt=NaN,tt=4294967295,zn=tt-1,W=tt>>>1,J=[["ary",M],["bind",k],["bindKey",q],["curry",Y],["curryRight",se],["flip",L],["partial",G],["partialRight",D],["rearg",H]],F="[object Arguments]",te="[object Array]",P="[object AsyncFunction]",Q="[object Boolean]",ee="[object Date]",$="[object DOMException]",ue="[object Error]",me="[object Function]",Ke="[object GeneratorFunction]",Re="[object Map]",yt="[object Number]",Cn="[object Null]",nt="[object Object]",un="[object Promise]",Tn="[object Proxy]",ze="[object RegExp]",$e="[object Set]",At="[object String]",xt="[object Symbol]",En="[object Undefined]",It="[object WeakMap]",kn="[object WeakSet]",Wt="[object ArrayBuffer]",an="[object DataView]",Dr="[object Float32Array]",Pr="[object Float64Array]",Fr="[object Int8Array]",Mr="[object Int16Array]",Wr="[object Int32Array]",qr="[object Uint8Array]",Kr="[object Uint8ClampedArray]",Hr="[object Uint16Array]",Gr="[object Uint32Array]",ea=/\b__p \+= '';/g,ta=/\b(__p \+=) '' \+/g,na=/(__e\(.*?\)|\b__t\)) \+\n'';/g,fo=/&(?:amp|lt|gt|quot|#39);/g,co=/[&<>"']/g,ra=RegExp(fo.source),ia=RegExp(co.source),oa=/<%-([\s\S]+?)%>/g,sa=/<%([\s\S]+?)%>/g,lo=/<%=([\s\S]+?)%>/g,ua=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,aa=/^\w*$/,fa=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,zr=/[\\^$.*+?()[\]{}|]/g,ca=RegExp(zr.source),$r=/^\s+/,la=/\s/,ha=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,pa=/\{\n\/\* \[wrapped with (.+)\] \*/,da=/,? & /,ga=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,va=/[()=,{}\[\]\/\s]/,ya=/\\(\\)?/g,_a=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,ho=/\w*$/,ma=/^[-+]0x[0-9a-f]+$/i,wa=/^0b[01]+$/i,Sa=/^\[object .+?Constructor\]$/,ba=/^0o[0-7]+$/i,Aa=/^(?:0|[1-9]\d*)$/,xa=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,$n=/($^)/,Ca=/['\n\r\u2028\u2029\\]/g,Xn="\\ud800-\\udfff",Ta="\\u0300-\\u036f",Ea="\\ufe20-\\ufe2f",ka="\\u20d0-\\u20ff",po=Ta+Ea+ka,go="\\u2700-\\u27bf",vo="a-z\\xdf-\\xf6\\xf8-\\xff",Ra="\\xac\\xb1\\xd7\\xf7",Ia="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",Oa="\\u2000-\\u206f",La=" \\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",yo="A-Z\\xc0-\\xd6\\xd8-\\xde",_o="\\ufe0e\\ufe0f",mo=Ra+Ia+Oa+La,Xr="['’]",Ba="["+Xn+"]",wo="["+mo+"]",Jn="["+po+"]",So="\\d+",Na="["+go+"]",bo="["+vo+"]",Ao="[^"+Xn+mo+So+go+vo+yo+"]",Jr="\\ud83c[\\udffb-\\udfff]",Ua="(?:"+Jn+"|"+Jr+")",xo="[^"+Xn+"]",Yr="(?:\\ud83c[\\udde6-\\uddff]){2}",Zr="[\\ud800-\\udbff][\\udc00-\\udfff]",fn="["+yo+"]",Co="\\u200d",To="(?:"+bo+"|"+Ao+")",Da="(?:"+fn+"|"+Ao+")",Eo="(?:"+Xr+"(?:d|ll|m|re|s|t|ve))?",ko="(?:"+Xr+"(?:D|LL|M|RE|S|T|VE))?",Ro=Ua+"?",Io="["+_o+"]?",Pa="(?:"+Co+"(?:"+[xo,Yr,Zr].join("|")+")"+Io+Ro+")*",Fa="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Ma="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Oo=Io+Ro+Pa,Wa="(?:"+[Na,Yr,Zr].join("|")+")"+Oo,qa="(?:"+[xo+Jn+"?",Jn,Yr,Zr,Ba].join("|")+")",Ka=RegExp(Xr,"g"),Ha=RegExp(Jn,"g"),Vr=RegExp(Jr+"(?="+Jr+")|"+qa+Oo,"g"),Ga=RegExp([fn+"?"+bo+"+"+Eo+"(?="+[wo,fn,"$"].join("|")+")",Da+"+"+ko+"(?="+[wo,fn+To,"$"].join("|")+")",fn+"?"+To+"+"+Eo,fn+"+"+ko,Ma,Fa,So,Wa].join("|"),"g"),za=RegExp("["+Co+Xn+po+_o+"]"),$a=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Xa=["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"],Ja=-1,Ee={};Ee[Dr]=Ee[Pr]=Ee[Fr]=Ee[Mr]=Ee[Wr]=Ee[qr]=Ee[Kr]=Ee[Hr]=Ee[Gr]=!0,Ee[F]=Ee[te]=Ee[Wt]=Ee[Q]=Ee[an]=Ee[ee]=Ee[ue]=Ee[me]=Ee[Re]=Ee[yt]=Ee[nt]=Ee[ze]=Ee[$e]=Ee[At]=Ee[It]=!1;var Ce={};Ce[F]=Ce[te]=Ce[Wt]=Ce[an]=Ce[Q]=Ce[ee]=Ce[Dr]=Ce[Pr]=Ce[Fr]=Ce[Mr]=Ce[Wr]=Ce[Re]=Ce[yt]=Ce[nt]=Ce[ze]=Ce[$e]=Ce[At]=Ce[xt]=Ce[qr]=Ce[Kr]=Ce[Hr]=Ce[Gr]=!0,Ce[ue]=Ce[me]=Ce[It]=!1;var Ya={À:"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"},Za={"&":"&","<":"<",">":">",'"':""","'":"'"},Va={"&":"&","<":"<",">":">",""":'"',"'":"'"},Qa={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},ja=parseFloat,ef=parseInt,Lo=typeof Fe=="object"&&Fe&&Fe.Object===Object&&Fe,tf=typeof self=="object"&&self&&self.Object===Object&&self,Me=Lo||tf||Function("return this")(),Qr=y&&!y.nodeType&&y,Vt=Qr&&!0&&S&&!S.nodeType&&S,Bo=Vt&&Vt.exports===Qr,jr=Bo&&Lo.process,ft=function(){try{var A=Vt&&Vt.require&&Vt.require("util").types;return A||jr&&jr.binding&&jr.binding("util")}catch{}}(),No=ft&&ft.isArrayBuffer,Uo=ft&&ft.isDate,Do=ft&&ft.isMap,Po=ft&&ft.isRegExp,Fo=ft&&ft.isSet,Mo=ft&&ft.isTypedArray;function rt(A,R,E){switch(E.length){case 0:return A.call(R);case 1:return A.call(R,E[0]);case 2:return A.call(R,E[0],E[1]);case 3:return A.call(R,E[0],E[1],E[2])}return A.apply(R,E)}function nf(A,R,E,z){for(var fe=-1,_e=A==null?0:A.length;++fe<_e;){var Ue=A[fe];R(z,Ue,E(Ue),A)}return z}function ct(A,R){for(var E=-1,z=A==null?0:A.length;++E<z&&R(A[E],E,A)!==!1;);return A}function rf(A,R){for(var E=A==null?0:A.length;E--&&R(A[E],E,A)!==!1;);return A}function Wo(A,R){for(var E=-1,z=A==null?0:A.length;++E<z;)if(!R(A[E],E,A))return!1;return!0}function qt(A,R){for(var E=-1,z=A==null?0:A.length,fe=0,_e=[];++E<z;){var Ue=A[E];R(Ue,E,A)&&(_e[fe++]=Ue)}return _e}function Yn(A,R){var E=A==null?0:A.length;return!!E&&cn(A,R,0)>-1}function ei(A,R,E){for(var z=-1,fe=A==null?0:A.length;++z<fe;)if(E(R,A[z]))return!0;return!1}function Ie(A,R){for(var E=-1,z=A==null?0:A.length,fe=Array(z);++E<z;)fe[E]=R(A[E],E,A);return fe}function Kt(A,R){for(var E=-1,z=R.length,fe=A.length;++E<z;)A[fe+E]=R[E];return A}function ti(A,R,E,z){var fe=-1,_e=A==null?0:A.length;for(z&&_e&&(E=A[++fe]);++fe<_e;)E=R(E,A[fe],fe,A);return E}function of(A,R,E,z){var fe=A==null?0:A.length;for(z&&fe&&(E=A[--fe]);fe--;)E=R(E,A[fe],fe,A);return E}function ni(A,R){for(var E=-1,z=A==null?0:A.length;++E<z;)if(R(A[E],E,A))return!0;return!1}var sf=ri("length");function uf(A){return A.split("")}function af(A){return A.match(ga)||[]}function qo(A,R,E){var z;return E(A,function(fe,_e,Ue){if(R(fe,_e,Ue))return z=_e,!1}),z}function Zn(A,R,E,z){for(var fe=A.length,_e=E+(z?1:-1);z?_e--:++_e<fe;)if(R(A[_e],_e,A))return _e;return-1}function cn(A,R,E){return R===R?wf(A,R,E):Zn(A,Ko,E)}function ff(A,R,E,z){for(var fe=E-1,_e=A.length;++fe<_e;)if(z(A[fe],R))return fe;return-1}function Ko(A){return A!==A}function Ho(A,R){var E=A==null?0:A.length;return E?oi(A,R)/E:bt}function ri(A){return function(R){return R==null?r:R[A]}}function ii(A){return function(R){return A==null?r:A[R]}}function Go(A,R,E,z,fe){return fe(A,function(_e,Ue,xe){E=z?(z=!1,_e):R(E,_e,Ue,xe)}),E}function cf(A,R){var E=A.length;for(A.sort(R);E--;)A[E]=A[E].value;return A}function oi(A,R){for(var E,z=-1,fe=A.length;++z<fe;){var _e=R(A[z]);_e!==r&&(E=E===r?_e:E+_e)}return E}function si(A,R){for(var E=-1,z=Array(A);++E<A;)z[E]=R(E);return z}function lf(A,R){return Ie(R,function(E){return[E,A[E]]})}function zo(A){return A&&A.slice(0,Yo(A)+1).replace($r,"")}function it(A){return function(R){return A(R)}}function ui(A,R){return Ie(R,function(E){return A[E]})}function Rn(A,R){return A.has(R)}function $o(A,R){for(var E=-1,z=A.length;++E<z&&cn(R,A[E],0)>-1;);return E}function Xo(A,R){for(var E=A.length;E--&&cn(R,A[E],0)>-1;);return E}function hf(A,R){for(var E=A.length,z=0;E--;)A[E]===R&&++z;return z}var pf=ii(Ya),df=ii(Za);function gf(A){return"\\"+Qa[A]}function vf(A,R){return A==null?r:A[R]}function ln(A){return za.test(A)}function yf(A){return $a.test(A)}function _f(A){for(var R,E=[];!(R=A.next()).done;)E.push(R.value);return E}function ai(A){var R=-1,E=Array(A.size);return A.forEach(function(z,fe){E[++R]=[fe,z]}),E}function Jo(A,R){return function(E){return A(R(E))}}function Ht(A,R){for(var E=-1,z=A.length,fe=0,_e=[];++E<z;){var Ue=A[E];(Ue===R||Ue===_)&&(A[E]=_,_e[fe++]=E)}return _e}function Vn(A){var R=-1,E=Array(A.size);return A.forEach(function(z){E[++R]=z}),E}function mf(A){var R=-1,E=Array(A.size);return A.forEach(function(z){E[++R]=[z,z]}),E}function wf(A,R,E){for(var z=E-1,fe=A.length;++z<fe;)if(A[z]===R)return z;return-1}function Sf(A,R,E){for(var z=E+1;z--;)if(A[z]===R)return z;return z}function hn(A){return ln(A)?Af(A):sf(A)}function _t(A){return ln(A)?xf(A):uf(A)}function Yo(A){for(var R=A.length;R--&&la.test(A.charAt(R)););return R}var bf=ii(Va);function Af(A){for(var R=Vr.lastIndex=0;Vr.test(A);)++R;return R}function xf(A){return A.match(Vr)||[]}function Cf(A){return A.match(Ga)||[]}var Tf=function A(R){R=R==null?Me:pn.defaults(Me.Object(),R,pn.pick(Me,Xa));var E=R.Array,z=R.Date,fe=R.Error,_e=R.Function,Ue=R.Math,xe=R.Object,fi=R.RegExp,Ef=R.String,lt=R.TypeError,Qn=E.prototype,kf=_e.prototype,dn=xe.prototype,jn=R["__core-js_shared__"],er=kf.toString,Se=dn.hasOwnProperty,Rf=0,Zo=function(){var e=/[^.]+$/.exec(jn&&jn.keys&&jn.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),tr=dn.toString,If=er.call(xe),Of=Me._,Lf=fi("^"+er.call(Se).replace(zr,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),nr=Bo?R.Buffer:r,Gt=R.Symbol,rr=R.Uint8Array,Vo=nr?nr.allocUnsafe:r,ir=Jo(xe.getPrototypeOf,xe),Qo=xe.create,jo=dn.propertyIsEnumerable,or=Qn.splice,es=Gt?Gt.isConcatSpreadable:r,In=Gt?Gt.iterator:r,Qt=Gt?Gt.toStringTag:r,sr=function(){try{var e=rn(xe,"defineProperty");return e({},"",{}),e}catch{}}(),Bf=R.clearTimeout!==Me.clearTimeout&&R.clearTimeout,Nf=z&&z.now!==Me.Date.now&&z.now,Uf=R.setTimeout!==Me.setTimeout&&R.setTimeout,ur=Ue.ceil,ar=Ue.floor,ci=xe.getOwnPropertySymbols,Df=nr?nr.isBuffer:r,ts=R.isFinite,Pf=Qn.join,Ff=Jo(xe.keys,xe),De=Ue.max,He=Ue.min,Mf=z.now,Wf=R.parseInt,ns=Ue.random,qf=Qn.reverse,li=rn(R,"DataView"),On=rn(R,"Map"),hi=rn(R,"Promise"),gn=rn(R,"Set"),Ln=rn(R,"WeakMap"),Bn=rn(xe,"create"),fr=Ln&&new Ln,vn={},Kf=on(li),Hf=on(On),Gf=on(hi),zf=on(gn),$f=on(Ln),cr=Gt?Gt.prototype:r,Nn=cr?cr.valueOf:r,rs=cr?cr.toString:r;function a(e){if(Le(e)&&!ce(e)&&!(e instanceof ge)){if(e instanceof ht)return e;if(Se.call(e,"__wrapped__"))return iu(e)}return new ht(e)}var yn=function(){function e(){}return function(t){if(!Oe(t))return{};if(Qo)return Qo(t);e.prototype=t;var n=new e;return e.prototype=r,n}}();function lr(){}function ht(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=r}a.templateSettings={escape:oa,evaluate:sa,interpolate:lo,variable:"",imports:{_:a}},a.prototype=lr.prototype,a.prototype.constructor=a,ht.prototype=yn(lr.prototype),ht.prototype.constructor=ht;function ge(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=tt,this.__views__=[]}function Xf(){var e=new ge(this.__wrapped__);return e.__actions__=Ze(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=Ze(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=Ze(this.__views__),e}function Jf(){if(this.__filtered__){var e=new ge(this);e.__dir__=-1,e.__filtered__=!0}else e=this.clone(),e.__dir__*=-1;return e}function Yf(){var e=this.__wrapped__.value(),t=this.__dir__,n=ce(e),i=t<0,o=n?e.length:0,f=ul(0,o,this.__views__),v=f.start,b=f.end,C=b-v,I=i?b:v-1,O=this.__iteratees__,B=O.length,K=0,Z=He(C,this.__takeCount__);if(!n||!i&&o==C&&Z==C)return Es(e,this.__actions__);var re=[];e:for(;C--&&K<Z;){I+=t;for(var he=-1,ie=e[I];++he<B;){var de=O[he],ye=de.iteratee,ut=de.type,Ye=ye(ie);if(ut==be)ie=Ye;else if(!Ye){if(ut==N)continue e;break e}}re[K++]=ie}return re}ge.prototype=yn(lr.prototype),ge.prototype.constructor=ge;function jt(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}function Zf(){this.__data__=Bn?Bn(null):{},this.size=0}function Vf(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}function Qf(e){var t=this.__data__;if(Bn){var n=t[e];return n===x?r:n}return Se.call(t,e)?t[e]:r}function jf(e){var t=this.__data__;return Bn?t[e]!==r:Se.call(t,e)}function ec(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=Bn&&t===r?x:t,this}jt.prototype.clear=Zf,jt.prototype.delete=Vf,jt.prototype.get=Qf,jt.prototype.has=jf,jt.prototype.set=ec;function Ot(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}function tc(){this.__data__=[],this.size=0}function nc(e){var t=this.__data__,n=hr(t,e);if(n<0)return!1;var i=t.length-1;return n==i?t.pop():or.call(t,n,1),--this.size,!0}function rc(e){var t=this.__data__,n=hr(t,e);return n<0?r:t[n][1]}function ic(e){return hr(this.__data__,e)>-1}function oc(e,t){var n=this.__data__,i=hr(n,e);return i<0?(++this.size,n.push([e,t])):n[i][1]=t,this}Ot.prototype.clear=tc,Ot.prototype.delete=nc,Ot.prototype.get=rc,Ot.prototype.has=ic,Ot.prototype.set=oc;function Lt(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}function sc(){this.size=0,this.__data__={hash:new jt,map:new(On||Ot),string:new jt}}function uc(e){var t=xr(this,e).delete(e);return this.size-=t?1:0,t}function ac(e){return xr(this,e).get(e)}function fc(e){return xr(this,e).has(e)}function cc(e,t){var n=xr(this,e),i=n.size;return n.set(e,t),this.size+=n.size==i?0:1,this}Lt.prototype.clear=sc,Lt.prototype.delete=uc,Lt.prototype.get=ac,Lt.prototype.has=fc,Lt.prototype.set=cc;function en(e){var t=-1,n=e==null?0:e.length;for(this.__data__=new Lt;++t<n;)this.add(e[t])}function lc(e){return this.__data__.set(e,x),this}function hc(e){return this.__data__.has(e)}en.prototype.add=en.prototype.push=lc,en.prototype.has=hc;function mt(e){var t=this.__data__=new Ot(e);this.size=t.size}function pc(){this.__data__=new Ot,this.size=0}function dc(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}function gc(e){return this.__data__.get(e)}function vc(e){return this.__data__.has(e)}function yc(e,t){var n=this.__data__;if(n instanceof Ot){var i=n.__data__;if(!On||i.length<c-1)return i.push([e,t]),this.size=++n.size,this;n=this.__data__=new Lt(i)}return n.set(e,t),this.size=n.size,this}mt.prototype.clear=pc,mt.prototype.delete=dc,mt.prototype.get=gc,mt.prototype.has=vc,mt.prototype.set=yc;function is(e,t){var n=ce(e),i=!n&&sn(e),o=!n&&!i&&Yt(e),f=!n&&!i&&!o&&Sn(e),v=n||i||o||f,b=v?si(e.length,Ef):[],C=b.length;for(var I in e)(t||Se.call(e,I))&&!(v&&(I=="length"||o&&(I=="offset"||I=="parent")||f&&(I=="buffer"||I=="byteLength"||I=="byteOffset")||Dt(I,C)))&&b.push(I);return b}function os(e){var t=e.length;return t?e[Ai(0,t-1)]:r}function _c(e,t){return Cr(Ze(e),tn(t,0,e.length))}function mc(e){return Cr(Ze(e))}function pi(e,t,n){(n!==r&&!wt(e[t],n)||n===r&&!(t in e))&&Bt(e,t,n)}function Un(e,t,n){var i=e[t];(!(Se.call(e,t)&&wt(i,n))||n===r&&!(t in e))&&Bt(e,t,n)}function hr(e,t){for(var n=e.length;n--;)if(wt(e[n][0],t))return n;return-1}function wc(e,t,n,i){return zt(e,function(o,f,v){t(i,o,n(o),v)}),i}function ss(e,t){return e&&Tt(t,Pe(t),e)}function Sc(e,t){return e&&Tt(t,Qe(t),e)}function Bt(e,t,n){t=="__proto__"&&sr?sr(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}function di(e,t){for(var n=-1,i=t.length,o=E(i),f=e==null;++n<i;)o[n]=f?r:Ji(e,t[n]);return o}function tn(e,t,n){return e===e&&(n!==r&&(e=e<=n?e:n),t!==r&&(e=e>=t?e:t)),e}function pt(e,t,n,i,o,f){var v,b=t&p,C=t&u,I=t&s;if(n&&(v=o?n(e,i,o,f):n(e)),v!==r)return v;if(!Oe(e))return e;var O=ce(e);if(O){if(v=fl(e),!b)return Ze(e,v)}else{var B=Ge(e),K=B==me||B==Ke;if(Yt(e))return Is(e,b);if(B==nt||B==F||K&&!o){if(v=C||K?{}:Ys(e),!b)return C?Qc(e,Sc(v,e)):Vc(e,ss(v,e))}else{if(!Ce[B])return o?e:{};v=cl(e,B,b)}}f||(f=new mt);var Z=f.get(e);if(Z)return Z;f.set(e,v),xu(e)?e.forEach(function(ie){v.add(pt(ie,t,n,ie,e,f))}):bu(e)&&e.forEach(function(ie,de){v.set(de,pt(ie,t,n,de,e,f))});var re=I?C?Ni:Bi:C?Qe:Pe,he=O?r:re(e);return ct(he||e,function(ie,de){he&&(de=ie,ie=e[de]),Un(v,de,pt(ie,t,n,de,e,f))}),v}function bc(e){var t=Pe(e);return function(n){return us(n,e,t)}}function us(e,t,n){var i=n.length;if(e==null)return!i;for(e=xe(e);i--;){var o=n[i],f=t[o],v=e[o];if(v===r&&!(o in e)||!f(v))return!1}return!0}function as(e,t,n){if(typeof e!="function")throw new lt(m);return Kn(function(){e.apply(r,n)},t)}function Dn(e,t,n,i){var o=-1,f=Yn,v=!0,b=e.length,C=[],I=t.length;if(!b)return C;n&&(t=Ie(t,it(n))),i?(f=ei,v=!1):t.length>=c&&(f=Rn,v=!1,t=new en(t));e:for(;++o<b;){var O=e[o],B=n==null?O:n(O);if(O=i||O!==0?O:0,v&&B===B){for(var K=I;K--;)if(t[K]===B)continue e;C.push(O)}else f(t,B,i)||C.push(O)}return C}var zt=Us(Ct),fs=Us(vi,!0);function Ac(e,t){var n=!0;return zt(e,function(i,o,f){return n=!!t(i,o,f),n}),n}function pr(e,t,n){for(var i=-1,o=e.length;++i<o;){var f=e[i],v=t(f);if(v!=null&&(b===r?v===v&&!st(v):n(v,b)))var b=v,C=f}return C}function xc(e,t,n,i){var o=e.length;for(n=le(n),n<0&&(n=-n>o?0:o+n),i=i===r||i>o?o:le(i),i<0&&(i+=o),i=n>i?0:Tu(i);n<i;)e[n++]=t;return e}function cs(e,t){var n=[];return zt(e,function(i,o,f){t(i,o,f)&&n.push(i)}),n}function We(e,t,n,i,o){var f=-1,v=e.length;for(n||(n=hl),o||(o=[]);++f<v;){var b=e[f];t>0&&n(b)?t>1?We(b,t-1,n,i,o):Kt(o,b):i||(o[o.length]=b)}return o}var gi=Ds(),ls=Ds(!0);function Ct(e,t){return e&&gi(e,t,Pe)}function vi(e,t){return e&&ls(e,t,Pe)}function dr(e,t){return qt(t,function(n){return Pt(e[n])})}function nn(e,t){t=Xt(t,e);for(var n=0,i=t.length;e!=null&&n<i;)e=e[Et(t[n++])];return n&&n==i?e:r}function hs(e,t,n){var i=t(e);return ce(e)?i:Kt(i,n(e))}function Xe(e){return e==null?e===r?En:Cn:Qt&&Qt in xe(e)?sl(e):ml(e)}function yi(e,t){return e>t}function Cc(e,t){return e!=null&&Se.call(e,t)}function Tc(e,t){return e!=null&&t in xe(e)}function Ec(e,t,n){return e>=He(t,n)&&e<De(t,n)}function _i(e,t,n){for(var i=n?ei:Yn,o=e[0].length,f=e.length,v=f,b=E(f),C=1/0,I=[];v--;){var O=e[v];v&&t&&(O=Ie(O,it(t))),C=He(O.length,C),b[v]=!n&&(t||o>=120&&O.length>=120)?new en(v&&O):r}O=e[0];var B=-1,K=b[0];e:for(;++B<o&&I.length<C;){var Z=O[B],re=t?t(Z):Z;if(Z=n||Z!==0?Z:0,!(K?Rn(K,re):i(I,re,n))){for(v=f;--v;){var he=b[v];if(!(he?Rn(he,re):i(e[v],re,n)))continue e}K&&K.push(re),I.push(Z)}}return I}function kc(e,t,n,i){return Ct(e,function(o,f,v){t(i,n(o),f,v)}),i}function Pn(e,t,n){t=Xt(t,e),e=js(e,t);var i=e==null?e:e[Et(gt(t))];return i==null?r:rt(i,e,n)}function ps(e){return Le(e)&&Xe(e)==F}function Rc(e){return Le(e)&&Xe(e)==Wt}function Ic(e){return Le(e)&&Xe(e)==ee}function Fn(e,t,n,i,o){return e===t?!0:e==null||t==null||!Le(e)&&!Le(t)?e!==e&&t!==t:Oc(e,t,n,i,Fn,o)}function Oc(e,t,n,i,o,f){var v=ce(e),b=ce(t),C=v?te:Ge(e),I=b?te:Ge(t);C=C==F?nt:C,I=I==F?nt:I;var O=C==nt,B=I==nt,K=C==I;if(K&&Yt(e)){if(!Yt(t))return!1;v=!0,O=!1}if(K&&!O)return f||(f=new mt),v||Sn(e)?$s(e,t,n,i,o,f):il(e,t,C,n,i,o,f);if(!(n&w)){var Z=O&&Se.call(e,"__wrapped__"),re=B&&Se.call(t,"__wrapped__");if(Z||re){var he=Z?e.value():e,ie=re?t.value():t;return f||(f=new mt),o(he,ie,n,i,f)}}return K?(f||(f=new mt),ol(e,t,n,i,o,f)):!1}function Lc(e){return Le(e)&&Ge(e)==Re}function mi(e,t,n,i){var o=n.length,f=o,v=!i;if(e==null)return!f;for(e=xe(e);o--;){var b=n[o];if(v&&b[2]?b[1]!==e[b[0]]:!(b[0]in e))return!1}for(;++o<f;){b=n[o];var C=b[0],I=e[C],O=b[1];if(v&&b[2]){if(I===r&&!(C in e))return!1}else{var B=new mt;if(i)var K=i(I,O,C,e,t,B);if(!(K===r?Fn(O,I,w|T,i,B):K))return!1}}return!0}function ds(e){if(!Oe(e)||dl(e))return!1;var t=Pt(e)?Lf:Sa;return t.test(on(e))}function Bc(e){return Le(e)&&Xe(e)==ze}function Nc(e){return Le(e)&&Ge(e)==$e}function Uc(e){return Le(e)&&Or(e.length)&&!!Ee[Xe(e)]}function gs(e){return typeof e=="function"?e:e==null?je:typeof e=="object"?ce(e)?_s(e[0],e[1]):ys(e):Pu(e)}function wi(e){if(!qn(e))return Ff(e);var t=[];for(var n in xe(e))Se.call(e,n)&&n!="constructor"&&t.push(n);return t}function Dc(e){if(!Oe(e))return _l(e);var t=qn(e),n=[];for(var i in e)i=="constructor"&&(t||!Se.call(e,i))||n.push(i);return n}function Si(e,t){return e<t}function vs(e,t){var n=-1,i=Ve(e)?E(e.length):[];return zt(e,function(o,f,v){i[++n]=t(o,f,v)}),i}function ys(e){var t=Di(e);return t.length==1&&t[0][2]?Vs(t[0][0],t[0][1]):function(n){return n===e||mi(n,e,t)}}function _s(e,t){return Fi(e)&&Zs(t)?Vs(Et(e),t):function(n){var i=Ji(n,e);return i===r&&i===t?Yi(n,e):Fn(t,i,w|T)}}function gr(e,t,n,i,o){e!==t&&gi(t,function(f,v){if(o||(o=new mt),Oe(f))Pc(e,t,v,n,gr,i,o);else{var b=i?i(Wi(e,v),f,v+"",e,t,o):r;b===r&&(b=f),pi(e,v,b)}},Qe)}function Pc(e,t,n,i,o,f,v){var b=Wi(e,n),C=Wi(t,n),I=v.get(C);if(I){pi(e,n,I);return}var O=f?f(b,C,n+"",e,t,v):r,B=O===r;if(B){var K=ce(C),Z=!K&&Yt(C),re=!K&&!Z&&Sn(C);O=C,K||Z||re?ce(b)?O=b:Be(b)?O=Ze(b):Z?(B=!1,O=Is(C,!0)):re?(B=!1,O=Os(C,!0)):O=[]:Hn(C)||sn(C)?(O=b,sn(b)?O=Eu(b):(!Oe(b)||Pt(b))&&(O=Ys(C))):B=!1}B&&(v.set(C,O),o(O,C,i,f,v),v.delete(C)),pi(e,n,O)}function ms(e,t){var n=e.length;if(n)return t+=t<0?n:0,Dt(t,n)?e[t]:r}function ws(e,t,n){t.length?t=Ie(t,function(f){return ce(f)?function(v){return nn(v,f.length===1?f[0]:f)}:f}):t=[je];var i=-1;t=Ie(t,it(ne()));var o=vs(e,function(f,v,b){var C=Ie(t,function(I){return I(f)});return{criteria:C,index:++i,value:f}});return cf(o,function(f,v){return Zc(f,v,n)})}function Fc(e,t){return Ss(e,t,function(n,i){return Yi(e,i)})}function Ss(e,t,n){for(var i=-1,o=t.length,f={};++i<o;){var v=t[i],b=nn(e,v);n(b,v)&&Mn(f,Xt(v,e),b)}return f}function Mc(e){return function(t){return nn(t,e)}}function bi(e,t,n,i){var o=i?ff:cn,f=-1,v=t.length,b=e;for(e===t&&(t=Ze(t)),n&&(b=Ie(e,it(n)));++f<v;)for(var C=0,I=t[f],O=n?n(I):I;(C=o(b,O,C,i))>-1;)b!==e&&or.call(b,C,1),or.call(e,C,1);return e}function bs(e,t){for(var n=e?t.length:0,i=n-1;n--;){var o=t[n];if(n==i||o!==f){var f=o;Dt(o)?or.call(e,o,1):Ti(e,o)}}return e}function Ai(e,t){return e+ar(ns()*(t-e+1))}function Wc(e,t,n,i){for(var o=-1,f=De(ur((t-e)/(n||1)),0),v=E(f);f--;)v[i?f:++o]=e,e+=n;return v}function xi(e,t){var n="";if(!e||t<1||t>ae)return n;do t%2&&(n+=e),t=ar(t/2),t&&(e+=e);while(t);return n}function pe(e,t){return qi(Qs(e,t,je),e+"")}function qc(e){return os(bn(e))}function Kc(e,t){var n=bn(e);return Cr(n,tn(t,0,n.length))}function Mn(e,t,n,i){if(!Oe(e))return e;t=Xt(t,e);for(var o=-1,f=t.length,v=f-1,b=e;b!=null&&++o<f;){var C=Et(t[o]),I=n;if(C==="__proto__"||C==="constructor"||C==="prototype")return e;if(o!=v){var O=b[C];I=i?i(O,C,b):r,I===r&&(I=Oe(O)?O:Dt(t[o+1])?[]:{})}Un(b,C,I),b=b[C]}return e}var As=fr?function(e,t){return fr.set(e,t),e}:je,Hc=sr?function(e,t){return sr(e,"toString",{configurable:!0,enumerable:!1,value:Vi(t),writable:!0})}:je;function Gc(e){return Cr(bn(e))}function dt(e,t,n){var i=-1,o=e.length;t<0&&(t=-t>o?0:o+t),n=n>o?o:n,n<0&&(n+=o),o=t>n?0:n-t>>>0,t>>>=0;for(var f=E(o);++i<o;)f[i]=e[i+t];return f}function zc(e,t){var n;return zt(e,function(i,o,f){return n=t(i,o,f),!n}),!!n}function vr(e,t,n){var i=0,o=e==null?i:e.length;if(typeof t=="number"&&t===t&&o<=W){for(;i<o;){var f=i+o>>>1,v=e[f];v!==null&&!st(v)&&(n?v<=t:v<t)?i=f+1:o=f}return o}return Ci(e,t,je,n)}function Ci(e,t,n,i){var o=0,f=e==null?0:e.length;if(f===0)return 0;t=n(t);for(var v=t!==t,b=t===null,C=st(t),I=t===r;o<f;){var O=ar((o+f)/2),B=n(e[O]),K=B!==r,Z=B===null,re=B===B,he=st(B);if(v)var ie=i||re;else I?ie=re&&(i||K):b?ie=re&&K&&(i||!Z):C?ie=re&&K&&!Z&&(i||!he):Z||he?ie=!1:ie=i?B<=t:B<t;ie?o=O+1:f=O}return He(f,zn)}function xs(e,t){for(var n=-1,i=e.length,o=0,f=[];++n<i;){var v=e[n],b=t?t(v):v;if(!n||!wt(b,C)){var C=b;f[o++]=v===0?0:v}}return f}function Cs(e){return typeof e=="number"?e:st(e)?bt:+e}function ot(e){if(typeof e=="string")return e;if(ce(e))return Ie(e,ot)+"";if(st(e))return rs?rs.call(e):"";var t=e+"";return t=="0"&&1/e==-ke?"-0":t}function $t(e,t,n){var i=-1,o=Yn,f=e.length,v=!0,b=[],C=b;if(n)v=!1,o=ei;else if(f>=c){var I=t?null:nl(e);if(I)return Vn(I);v=!1,o=Rn,C=new en}else C=t?[]:b;e:for(;++i<f;){var O=e[i],B=t?t(O):O;if(O=n||O!==0?O:0,v&&B===B){for(var K=C.length;K--;)if(C[K]===B)continue e;t&&C.push(B),b.push(O)}else o(C,B,n)||(C!==b&&C.push(B),b.push(O))}return b}function Ti(e,t){return t=Xt(t,e),e=js(e,t),e==null||delete e[Et(gt(t))]}function Ts(e,t,n,i){return Mn(e,t,n(nn(e,t)),i)}function yr(e,t,n,i){for(var o=e.length,f=i?o:-1;(i?f--:++f<o)&&t(e[f],f,e););return n?dt(e,i?0:f,i?f+1:o):dt(e,i?f+1:0,i?o:f)}function Es(e,t){var n=e;return n instanceof ge&&(n=n.value()),ti(t,function(i,o){return o.func.apply(o.thisArg,Kt([i],o.args))},n)}function Ei(e,t,n){var i=e.length;if(i<2)return i?$t(e[0]):[];for(var o=-1,f=E(i);++o<i;)for(var v=e[o],b=-1;++b<i;)b!=o&&(f[o]=Dn(f[o]||v,e[b],t,n));return $t(We(f,1),t,n)}function ks(e,t,n){for(var i=-1,o=e.length,f=t.length,v={};++i<o;){var b=i<f?t[i]:r;n(v,e[i],b)}return v}function ki(e){return Be(e)?e:[]}function Ri(e){return typeof e=="function"?e:je}function Xt(e,t){return ce(e)?e:Fi(e,t)?[e]:ru(we(e))}var $c=pe;function Jt(e,t,n){var i=e.length;return n=n===r?i:n,!t&&n>=i?e:dt(e,t,n)}var Rs=Bf||function(e){return Me.clearTimeout(e)};function Is(e,t){if(t)return e.slice();var n=e.length,i=Vo?Vo(n):new e.constructor(n);return e.copy(i),i}function Ii(e){var t=new e.constructor(e.byteLength);return new rr(t).set(new rr(e)),t}function Xc(e,t){var n=t?Ii(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}function Jc(e){var t=new e.constructor(e.source,ho.exec(e));return t.lastIndex=e.lastIndex,t}function Yc(e){return Nn?xe(Nn.call(e)):{}}function Os(e,t){var n=t?Ii(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function Ls(e,t){if(e!==t){var n=e!==r,i=e===null,o=e===e,f=st(e),v=t!==r,b=t===null,C=t===t,I=st(t);if(!b&&!I&&!f&&e>t||f&&v&&C&&!b&&!I||i&&v&&C||!n&&C||!o)return 1;if(!i&&!f&&!I&&e<t||I&&n&&o&&!i&&!f||b&&n&&o||!v&&o||!C)return-1}return 0}function Zc(e,t,n){for(var i=-1,o=e.criteria,f=t.criteria,v=o.length,b=n.length;++i<v;){var C=Ls(o[i],f[i]);if(C){if(i>=b)return C;var I=n[i];return C*(I=="desc"?-1:1)}}return e.index-t.index}function Bs(e,t,n,i){for(var o=-1,f=e.length,v=n.length,b=-1,C=t.length,I=De(f-v,0),O=E(C+I),B=!i;++b<C;)O[b]=t[b];for(;++o<v;)(B||o<f)&&(O[n[o]]=e[o]);for(;I--;)O[b++]=e[o++];return O}function Ns(e,t,n,i){for(var o=-1,f=e.length,v=-1,b=n.length,C=-1,I=t.length,O=De(f-b,0),B=E(O+I),K=!i;++o<O;)B[o]=e[o];for(var Z=o;++C<I;)B[Z+C]=t[C];for(;++v<b;)(K||o<f)&&(B[Z+n[v]]=e[o++]);return B}function Ze(e,t){var n=-1,i=e.length;for(t||(t=E(i));++n<i;)t[n]=e[n];return t}function Tt(e,t,n,i){var o=!n;n||(n={});for(var f=-1,v=t.length;++f<v;){var b=t[f],C=i?i(n[b],e[b],b,n,e):r;C===r&&(C=e[b]),o?Bt(n,b,C):Un(n,b,C)}return n}function Vc(e,t){return Tt(e,Pi(e),t)}function Qc(e,t){return Tt(e,Xs(e),t)}function _r(e,t){return function(n,i){var o=ce(n)?nf:wc,f=t?t():{};return o(n,e,ne(i,2),f)}}function _n(e){return pe(function(t,n){var i=-1,o=n.length,f=o>1?n[o-1]:r,v=o>2?n[2]:r;for(f=e.length>3&&typeof f=="function"?(o--,f):r,v&&Je(n[0],n[1],v)&&(f=o<3?r:f,o=1),t=xe(t);++i<o;){var b=n[i];b&&e(t,b,i,f)}return t})}function Us(e,t){return function(n,i){if(n==null)return n;if(!Ve(n))return e(n,i);for(var o=n.length,f=t?o:-1,v=xe(n);(t?f--:++f<o)&&i(v[f],f,v)!==!1;);return n}}function Ds(e){return function(t,n,i){for(var o=-1,f=xe(t),v=i(t),b=v.length;b--;){var C=v[e?b:++o];if(n(f[C],C,f)===!1)break}return t}}function jc(e,t,n){var i=t&k,o=Wn(e);function f(){var v=this&&this!==Me&&this instanceof f?o:e;return v.apply(i?n:this,arguments)}return f}function Ps(e){return function(t){t=we(t);var n=ln(t)?_t(t):r,i=n?n[0]:t.charAt(0),o=n?Jt(n,1).join(""):t.slice(1);return i[e]()+o}}function mn(e){return function(t){return ti(Uu(Nu(t).replace(Ka,"")),e,"")}}function Wn(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var n=yn(e.prototype),i=e.apply(n,t);return Oe(i)?i:n}}function el(e,t,n){var i=Wn(e);function o(){for(var f=arguments.length,v=E(f),b=f,C=wn(o);b--;)v[b]=arguments[b];var I=f<3&&v[0]!==C&&v[f-1]!==C?[]:Ht(v,C);if(f-=I.length,f<n)return Ks(e,t,mr,o.placeholder,r,v,I,r,r,n-f);var O=this&&this!==Me&&this instanceof o?i:e;return rt(O,this,v)}return o}function Fs(e){return function(t,n,i){var o=xe(t);if(!Ve(t)){var f=ne(n,3);t=Pe(t),n=function(b){return f(o[b],b,o)}}var v=e(t,n,i);return v>-1?o[f?t[v]:v]:r}}function Ms(e){return Ut(function(t){var n=t.length,i=n,o=ht.prototype.thru;for(e&&t.reverse();i--;){var f=t[i];if(typeof f!="function")throw new lt(m);if(o&&!v&&Ar(f)=="wrapper")var v=new ht([],!0)}for(i=v?i:n;++i<n;){f=t[i];var b=Ar(f),C=b=="wrapper"?Ui(f):r;C&&Mi(C[0])&&C[1]==(M|Y|G|H)&&!C[4].length&&C[9]==1?v=v[Ar(C[0])].apply(v,C[3]):v=f.length==1&&Mi(f)?v[b]():v.thru(f)}return function(){var I=arguments,O=I[0];if(v&&I.length==1&&ce(O))return v.plant(O).value();for(var B=0,K=n?t[B].apply(this,I):O;++B<n;)K=t[B].call(this,K);return K}})}function mr(e,t,n,i,o,f,v,b,C,I){var O=t&M,B=t&k,K=t&q,Z=t&(Y|se),re=t&L,he=K?r:Wn(e);function ie(){for(var de=arguments.length,ye=E(de),ut=de;ut--;)ye[ut]=arguments[ut];if(Z)var Ye=wn(ie),at=hf(ye,Ye);if(i&&(ye=Bs(ye,i,o,Z)),f&&(ye=Ns(ye,f,v,Z)),de-=at,Z&&de<I){var Ne=Ht(ye,Ye);return Ks(e,t,mr,ie.placeholder,n,ye,Ne,b,C,I-de)}var St=B?n:this,Mt=K?St[e]:e;return de=ye.length,b?ye=wl(ye,b):re&&de>1&&ye.reverse(),O&&C<de&&(ye.length=C),this&&this!==Me&&this instanceof ie&&(Mt=he||Wn(Mt)),Mt.apply(St,ye)}return ie}function Ws(e,t){return function(n,i){return kc(n,e,t(i),{})}}function wr(e,t){return function(n,i){var o;if(n===r&&i===r)return t;if(n!==r&&(o=n),i!==r){if(o===r)return i;typeof n=="string"||typeof i=="string"?(n=ot(n),i=ot(i)):(n=Cs(n),i=Cs(i)),o=e(n,i)}return o}}function Oi(e){return Ut(function(t){return t=Ie(t,it(ne())),pe(function(n){var i=this;return e(t,function(o){return rt(o,i,n)})})})}function Sr(e,t){t=t===r?" ":ot(t);var n=t.length;if(n<2)return n?xi(t,e):t;var i=xi(t,ur(e/hn(t)));return ln(t)?Jt(_t(i),0,e).join(""):i.slice(0,e)}function tl(e,t,n,i){var o=t&k,f=Wn(e);function v(){for(var b=-1,C=arguments.length,I=-1,O=i.length,B=E(O+C),K=this&&this!==Me&&this instanceof v?f:e;++I<O;)B[I]=i[I];for(;C--;)B[I++]=arguments[++b];return rt(K,o?n:this,B)}return v}function qs(e){return function(t,n,i){return i&&typeof i!="number"&&Je(t,n,i)&&(n=i=r),t=Ft(t),n===r?(n=t,t=0):n=Ft(n),i=i===r?t<n?1:-1:Ft(i),Wc(t,n,i,e)}}function br(e){return function(t,n){return typeof t=="string"&&typeof n=="string"||(t=vt(t),n=vt(n)),e(t,n)}}function Ks(e,t,n,i,o,f,v,b,C,I){var O=t&Y,B=O?v:r,K=O?r:v,Z=O?f:r,re=O?r:f;t|=O?G:D,t&=~(O?D:G),t&oe||(t&=~(k|q));var he=[e,t,o,Z,B,re,K,b,C,I],ie=n.apply(r,he);return Mi(e)&&eu(ie,he),ie.placeholder=i,tu(ie,e,t)}function Li(e){var t=Ue[e];return function(n,i){if(n=vt(n),i=i==null?0:He(le(i),292),i&&ts(n)){var o=(we(n)+"e").split("e"),f=t(o[0]+"e"+(+o[1]+i));return o=(we(f)+"e").split("e"),+(o[0]+"e"+(+o[1]-i))}return t(n)}}var nl=gn&&1/Vn(new gn([,-0]))[1]==ke?function(e){return new gn(e)}:eo;function Hs(e){return function(t){var n=Ge(t);return n==Re?ai(t):n==$e?mf(t):lf(t,e(t))}}function Nt(e,t,n,i,o,f,v,b){var C=t&q;if(!C&&typeof e!="function")throw new lt(m);var I=i?i.length:0;if(I||(t&=~(G|D),i=o=r),v=v===r?v:De(le(v),0),b=b===r?b:le(b),I-=o?o.length:0,t&D){var O=i,B=o;i=o=r}var K=C?r:Ui(e),Z=[e,t,n,i,o,O,B,f,v,b];if(K&&yl(Z,K),e=Z[0],t=Z[1],n=Z[2],i=Z[3],o=Z[4],b=Z[9]=Z[9]===r?C?0:e.length:De(Z[9]-I,0),!b&&t&(Y|se)&&(t&=~(Y|se)),!t||t==k)var re=jc(e,t,n);else t==Y||t==se?re=el(e,t,b):(t==G||t==(k|G))&&!o.length?re=tl(e,t,n,i):re=mr.apply(r,Z);var he=K?As:eu;return tu(he(re,Z),e,t)}function Gs(e,t,n,i){return e===r||wt(e,dn[n])&&!Se.call(i,n)?t:e}function zs(e,t,n,i,o,f){return Oe(e)&&Oe(t)&&(f.set(t,e),gr(e,t,r,zs,f),f.delete(t)),e}function rl(e){return Hn(e)?r:e}function $s(e,t,n,i,o,f){var v=n&w,b=e.length,C=t.length;if(b!=C&&!(v&&C>b))return!1;var I=f.get(e),O=f.get(t);if(I&&O)return I==t&&O==e;var B=-1,K=!0,Z=n&T?new en:r;for(f.set(e,t),f.set(t,e);++B<b;){var re=e[B],he=t[B];if(i)var ie=v?i(he,re,B,t,e,f):i(re,he,B,e,t,f);if(ie!==r){if(ie)continue;K=!1;break}if(Z){if(!ni(t,function(de,ye){if(!Rn(Z,ye)&&(re===de||o(re,de,n,i,f)))return Z.push(ye)})){K=!1;break}}else if(!(re===he||o(re,he,n,i,f))){K=!1;break}}return f.delete(e),f.delete(t),K}function il(e,t,n,i,o,f,v){switch(n){case an:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case Wt:return!(e.byteLength!=t.byteLength||!f(new rr(e),new rr(t)));case Q:case ee:case yt:return wt(+e,+t);case ue:return e.name==t.name&&e.message==t.message;case ze:case At:return e==t+"";case Re:var b=ai;case $e:var C=i&w;if(b||(b=Vn),e.size!=t.size&&!C)return!1;var I=v.get(e);if(I)return I==t;i|=T,v.set(e,t);var O=$s(b(e),b(t),i,o,f,v);return v.delete(e),O;case xt:if(Nn)return Nn.call(e)==Nn.call(t)}return!1}function ol(e,t,n,i,o,f){var v=n&w,b=Bi(e),C=b.length,I=Bi(t),O=I.length;if(C!=O&&!v)return!1;for(var B=C;B--;){var K=b[B];if(!(v?K in t:Se.call(t,K)))return!1}var Z=f.get(e),re=f.get(t);if(Z&&re)return Z==t&&re==e;var he=!0;f.set(e,t),f.set(t,e);for(var ie=v;++B<C;){K=b[B];var de=e[K],ye=t[K];if(i)var ut=v?i(ye,de,K,t,e,f):i(de,ye,K,e,t,f);if(!(ut===r?de===ye||o(de,ye,n,i,f):ut)){he=!1;break}ie||(ie=K=="constructor")}if(he&&!ie){var Ye=e.constructor,at=t.constructor;Ye!=at&&"constructor"in e&&"constructor"in t&&!(typeof Ye=="function"&&Ye instanceof Ye&&typeof at=="function"&&at instanceof at)&&(he=!1)}return f.delete(e),f.delete(t),he}function Ut(e){return qi(Qs(e,r,uu),e+"")}function Bi(e){return hs(e,Pe,Pi)}function Ni(e){return hs(e,Qe,Xs)}var Ui=fr?function(e){return fr.get(e)}:eo;function Ar(e){for(var t=e.name+"",n=vn[t],i=Se.call(vn,t)?n.length:0;i--;){var o=n[i],f=o.func;if(f==null||f==e)return o.name}return t}function wn(e){var t=Se.call(a,"placeholder")?a:e;return t.placeholder}function ne(){var e=a.iteratee||Qi;return e=e===Qi?gs:e,arguments.length?e(arguments[0],arguments[1]):e}function xr(e,t){var n=e.__data__;return pl(t)?n[typeof t=="string"?"string":"hash"]:n.map}function Di(e){for(var t=Pe(e),n=t.length;n--;){var i=t[n],o=e[i];t[n]=[i,o,Zs(o)]}return t}function rn(e,t){var n=vf(e,t);return ds(n)?n:r}function sl(e){var t=Se.call(e,Qt),n=e[Qt];try{e[Qt]=r;var i=!0}catch{}var o=tr.call(e);return i&&(t?e[Qt]=n:delete e[Qt]),o}var Pi=ci?function(e){return e==null?[]:(e=xe(e),qt(ci(e),function(t){return jo.call(e,t)}))}:to,Xs=ci?function(e){for(var t=[];e;)Kt(t,Pi(e)),e=ir(e);return t}:to,Ge=Xe;(li&&Ge(new li(new ArrayBuffer(1)))!=an||On&&Ge(new On)!=Re||hi&&Ge(hi.resolve())!=un||gn&&Ge(new gn)!=$e||Ln&&Ge(new Ln)!=It)&&(Ge=function(e){var t=Xe(e),n=t==nt?e.constructor:r,i=n?on(n):"";if(i)switch(i){case Kf:return an;case Hf:return Re;case Gf:return un;case zf:return $e;case $f:return It}return t});function ul(e,t,n){for(var i=-1,o=n.length;++i<o;){var f=n[i],v=f.size;switch(f.type){case"drop":e+=v;break;case"dropRight":t-=v;break;case"take":t=He(t,e+v);break;case"takeRight":e=De(e,t-v);break}}return{start:e,end:t}}function al(e){var t=e.match(pa);return t?t[1].split(da):[]}function Js(e,t,n){t=Xt(t,e);for(var i=-1,o=t.length,f=!1;++i<o;){var v=Et(t[i]);if(!(f=e!=null&&n(e,v)))break;e=e[v]}return f||++i!=o?f:(o=e==null?0:e.length,!!o&&Or(o)&&Dt(v,o)&&(ce(e)||sn(e)))}function fl(e){var t=e.length,n=new e.constructor(t);return t&&typeof e[0]=="string"&&Se.call(e,"index")&&(n.index=e.index,n.input=e.input),n}function Ys(e){return typeof e.constructor=="function"&&!qn(e)?yn(ir(e)):{}}function cl(e,t,n){var i=e.constructor;switch(t){case Wt:return Ii(e);case Q:case ee:return new i(+e);case an:return Xc(e,n);case Dr:case Pr:case Fr:case Mr:case Wr:case qr:case Kr:case Hr:case Gr:return Os(e,n);case Re:return new i;case yt:case At:return new i(e);case ze:return Jc(e);case $e:return new i;case xt:return Yc(e)}}function ll(e,t){var n=t.length;if(!n)return e;var i=n-1;return t[i]=(n>1?"& ":"")+t[i],t=t.join(n>2?", ":" "),e.replace(ha,`{
|
|
13
|
+
*/Gn.exports,function(S,v){(function(){var r,h="4.17.21",c=200,d="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",m="Expected a function",g="Invalid `variable` option passed into `_.template`",x="__lodash_hash_undefined__",l=500,_="__lodash_placeholder__",p=1,u=2,s=4,w=1,T=2,k=1,q=2,oe=4,Y=8,se=16,G=32,D=64,M=128,H=256,O=512,U=30,X="...",j=800,V=16,N=1,Ae=2,xe=3,ke=1/0,ae=9007199254740991,qe=17976931348623157e292,bt=NaN,tt=4294967295,zn=tt-1,W=tt>>>1,J=[["ary",M],["bind",k],["bindKey",q],["curry",Y],["curryRight",se],["flip",O],["partial",G],["partialRight",D],["rearg",H]],F="[object Arguments]",te="[object Array]",P="[object AsyncFunction]",Q="[object Boolean]",ee="[object Date]",$="[object DOMException]",ue="[object Error]",me="[object Function]",Ke="[object GeneratorFunction]",Re="[object Map]",yt="[object Number]",Cn="[object Null]",nt="[object Object]",un="[object Promise]",Tn="[object Proxy]",ze="[object RegExp]",$e="[object Set]",At="[object String]",xt="[object Symbol]",En="[object Undefined]",Rt="[object WeakMap]",kn="[object WeakSet]",Mt="[object ArrayBuffer]",an="[object DataView]",Dr="[object Float32Array]",Pr="[object Float64Array]",Fr="[object Int8Array]",Mr="[object Int16Array]",Wr="[object Int32Array]",qr="[object Uint8Array]",Kr="[object Uint8ClampedArray]",Hr="[object Uint16Array]",Gr="[object Uint32Array]",ea=/\b__p \+= '';/g,ta=/\b(__p \+=) '' \+/g,na=/(__e\(.*?\)|\b__t\)) \+\n'';/g,ao=/&(?:amp|lt|gt|quot|#39);/g,fo=/[&<>"']/g,ra=RegExp(ao.source),ia=RegExp(fo.source),oa=/<%-([\s\S]+?)%>/g,sa=/<%([\s\S]+?)%>/g,co=/<%=([\s\S]+?)%>/g,ua=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,aa=/^\w*$/,fa=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,zr=/[\\^$.*+?()[\]{}|]/g,ca=RegExp(zr.source),$r=/^\s+/,la=/\s/,ha=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,pa=/\{\n\/\* \[wrapped with (.+)\] \*/,da=/,? & /,ga=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,va=/[()=,{}\[\]\/\s]/,ya=/\\(\\)?/g,_a=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,lo=/\w*$/,ma=/^[-+]0x[0-9a-f]+$/i,wa=/^0b[01]+$/i,Sa=/^\[object .+?Constructor\]$/,ba=/^0o[0-7]+$/i,Aa=/^(?:0|[1-9]\d*)$/,xa=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,$n=/($^)/,Ca=/['\n\r\u2028\u2029\\]/g,Xn="\\ud800-\\udfff",Ta="\\u0300-\\u036f",Ea="\\ufe20-\\ufe2f",ka="\\u20d0-\\u20ff",ho=Ta+Ea+ka,po="\\u2700-\\u27bf",go="a-z\\xdf-\\xf6\\xf8-\\xff",Ra="\\xac\\xb1\\xd7\\xf7",La="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",Ia="\\u2000-\\u206f",Oa=" \\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",vo="A-Z\\xc0-\\xd6\\xd8-\\xde",yo="\\ufe0e\\ufe0f",_o=Ra+La+Ia+Oa,Xr="['’]",Ba="["+Xn+"]",mo="["+_o+"]",Jn="["+ho+"]",wo="\\d+",Na="["+po+"]",So="["+go+"]",bo="[^"+Xn+_o+wo+po+go+vo+"]",Jr="\\ud83c[\\udffb-\\udfff]",Ua="(?:"+Jn+"|"+Jr+")",Ao="[^"+Xn+"]",Yr="(?:\\ud83c[\\udde6-\\uddff]){2}",Zr="[\\ud800-\\udbff][\\udc00-\\udfff]",fn="["+vo+"]",xo="\\u200d",Co="(?:"+So+"|"+bo+")",Da="(?:"+fn+"|"+bo+")",To="(?:"+Xr+"(?:d|ll|m|re|s|t|ve))?",Eo="(?:"+Xr+"(?:D|LL|M|RE|S|T|VE))?",ko=Ua+"?",Ro="["+yo+"]?",Pa="(?:"+xo+"(?:"+[Ao,Yr,Zr].join("|")+")"+Ro+ko+")*",Fa="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Ma="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Lo=Ro+ko+Pa,Wa="(?:"+[Na,Yr,Zr].join("|")+")"+Lo,qa="(?:"+[Ao+Jn+"?",Jn,Yr,Zr,Ba].join("|")+")",Ka=RegExp(Xr,"g"),Ha=RegExp(Jn,"g"),Vr=RegExp(Jr+"(?="+Jr+")|"+qa+Lo,"g"),Ga=RegExp([fn+"?"+So+"+"+To+"(?="+[mo,fn,"$"].join("|")+")",Da+"+"+Eo+"(?="+[mo,fn+Co,"$"].join("|")+")",fn+"?"+Co+"+"+To,fn+"+"+Eo,Ma,Fa,wo,Wa].join("|"),"g"),za=RegExp("["+xo+Xn+ho+yo+"]"),$a=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Xa=["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"],Ja=-1,Ee={};Ee[Dr]=Ee[Pr]=Ee[Fr]=Ee[Mr]=Ee[Wr]=Ee[qr]=Ee[Kr]=Ee[Hr]=Ee[Gr]=!0,Ee[F]=Ee[te]=Ee[Mt]=Ee[Q]=Ee[an]=Ee[ee]=Ee[ue]=Ee[me]=Ee[Re]=Ee[yt]=Ee[nt]=Ee[ze]=Ee[$e]=Ee[At]=Ee[Rt]=!1;var Te={};Te[F]=Te[te]=Te[Mt]=Te[an]=Te[Q]=Te[ee]=Te[Dr]=Te[Pr]=Te[Fr]=Te[Mr]=Te[Wr]=Te[Re]=Te[yt]=Te[nt]=Te[ze]=Te[$e]=Te[At]=Te[xt]=Te[qr]=Te[Kr]=Te[Hr]=Te[Gr]=!0,Te[ue]=Te[me]=Te[Rt]=!1;var Ya={À:"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"},Za={"&":"&","<":"<",">":">",'"':""","'":"'"},Va={"&":"&","<":"<",">":">",""":'"',"'":"'"},Qa={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},ja=parseFloat,ef=parseInt,Io=typeof Fe=="object"&&Fe&&Fe.Object===Object&&Fe,tf=typeof self=="object"&&self&&self.Object===Object&&self,Me=Io||tf||Function("return this")(),Qr=v&&!v.nodeType&&v,Vt=Qr&&!0&&S&&!S.nodeType&&S,Oo=Vt&&Vt.exports===Qr,jr=Oo&&Io.process,ft=function(){try{var A=Vt&&Vt.require&&Vt.require("util").types;return A||jr&&jr.binding&&jr.binding("util")}catch{}}(),Bo=ft&&ft.isArrayBuffer,No=ft&&ft.isDate,Uo=ft&&ft.isMap,Do=ft&&ft.isRegExp,Po=ft&&ft.isSet,Fo=ft&&ft.isTypedArray;function rt(A,R,E){switch(E.length){case 0:return A.call(R);case 1:return A.call(R,E[0]);case 2:return A.call(R,E[0],E[1]);case 3:return A.call(R,E[0],E[1],E[2])}return A.apply(R,E)}function nf(A,R,E,z){for(var fe=-1,_e=A==null?0:A.length;++fe<_e;){var Ue=A[fe];R(z,Ue,E(Ue),A)}return z}function ct(A,R){for(var E=-1,z=A==null?0:A.length;++E<z&&R(A[E],E,A)!==!1;);return A}function rf(A,R){for(var E=A==null?0:A.length;E--&&R(A[E],E,A)!==!1;);return A}function Mo(A,R){for(var E=-1,z=A==null?0:A.length;++E<z;)if(!R(A[E],E,A))return!1;return!0}function Wt(A,R){for(var E=-1,z=A==null?0:A.length,fe=0,_e=[];++E<z;){var Ue=A[E];R(Ue,E,A)&&(_e[fe++]=Ue)}return _e}function Yn(A,R){var E=A==null?0:A.length;return!!E&&cn(A,R,0)>-1}function ei(A,R,E){for(var z=-1,fe=A==null?0:A.length;++z<fe;)if(E(R,A[z]))return!0;return!1}function Le(A,R){for(var E=-1,z=A==null?0:A.length,fe=Array(z);++E<z;)fe[E]=R(A[E],E,A);return fe}function qt(A,R){for(var E=-1,z=R.length,fe=A.length;++E<z;)A[fe+E]=R[E];return A}function ti(A,R,E,z){var fe=-1,_e=A==null?0:A.length;for(z&&_e&&(E=A[++fe]);++fe<_e;)E=R(E,A[fe],fe,A);return E}function of(A,R,E,z){var fe=A==null?0:A.length;for(z&&fe&&(E=A[--fe]);fe--;)E=R(E,A[fe],fe,A);return E}function ni(A,R){for(var E=-1,z=A==null?0:A.length;++E<z;)if(R(A[E],E,A))return!0;return!1}var sf=ri("length");function uf(A){return A.split("")}function af(A){return A.match(ga)||[]}function Wo(A,R,E){var z;return E(A,function(fe,_e,Ue){if(R(fe,_e,Ue))return z=_e,!1}),z}function Zn(A,R,E,z){for(var fe=A.length,_e=E+(z?1:-1);z?_e--:++_e<fe;)if(R(A[_e],_e,A))return _e;return-1}function cn(A,R,E){return R===R?wf(A,R,E):Zn(A,qo,E)}function ff(A,R,E,z){for(var fe=E-1,_e=A.length;++fe<_e;)if(z(A[fe],R))return fe;return-1}function qo(A){return A!==A}function Ko(A,R){var E=A==null?0:A.length;return E?oi(A,R)/E:bt}function ri(A){return function(R){return R==null?r:R[A]}}function ii(A){return function(R){return A==null?r:A[R]}}function Ho(A,R,E,z,fe){return fe(A,function(_e,Ue,Ce){E=z?(z=!1,_e):R(E,_e,Ue,Ce)}),E}function cf(A,R){var E=A.length;for(A.sort(R);E--;)A[E]=A[E].value;return A}function oi(A,R){for(var E,z=-1,fe=A.length;++z<fe;){var _e=R(A[z]);_e!==r&&(E=E===r?_e:E+_e)}return E}function si(A,R){for(var E=-1,z=Array(A);++E<A;)z[E]=R(E);return z}function lf(A,R){return Le(R,function(E){return[E,A[E]]})}function Go(A){return A&&A.slice(0,Jo(A)+1).replace($r,"")}function it(A){return function(R){return A(R)}}function ui(A,R){return Le(R,function(E){return A[E]})}function Rn(A,R){return A.has(R)}function zo(A,R){for(var E=-1,z=A.length;++E<z&&cn(R,A[E],0)>-1;);return E}function $o(A,R){for(var E=A.length;E--&&cn(R,A[E],0)>-1;);return E}function hf(A,R){for(var E=A.length,z=0;E--;)A[E]===R&&++z;return z}var pf=ii(Ya),df=ii(Za);function gf(A){return"\\"+Qa[A]}function vf(A,R){return A==null?r:A[R]}function ln(A){return za.test(A)}function yf(A){return $a.test(A)}function _f(A){for(var R,E=[];!(R=A.next()).done;)E.push(R.value);return E}function ai(A){var R=-1,E=Array(A.size);return A.forEach(function(z,fe){E[++R]=[fe,z]}),E}function Xo(A,R){return function(E){return A(R(E))}}function Kt(A,R){for(var E=-1,z=A.length,fe=0,_e=[];++E<z;){var Ue=A[E];(Ue===R||Ue===_)&&(A[E]=_,_e[fe++]=E)}return _e}function Vn(A){var R=-1,E=Array(A.size);return A.forEach(function(z){E[++R]=z}),E}function mf(A){var R=-1,E=Array(A.size);return A.forEach(function(z){E[++R]=[z,z]}),E}function wf(A,R,E){for(var z=E-1,fe=A.length;++z<fe;)if(A[z]===R)return z;return-1}function Sf(A,R,E){for(var z=E+1;z--;)if(A[z]===R)return z;return z}function hn(A){return ln(A)?Af(A):sf(A)}function _t(A){return ln(A)?xf(A):uf(A)}function Jo(A){for(var R=A.length;R--&&la.test(A.charAt(R)););return R}var bf=ii(Va);function Af(A){for(var R=Vr.lastIndex=0;Vr.test(A);)++R;return R}function xf(A){return A.match(Vr)||[]}function Cf(A){return A.match(Ga)||[]}var Tf=function A(R){R=R==null?Me:pn.defaults(Me.Object(),R,pn.pick(Me,Xa));var E=R.Array,z=R.Date,fe=R.Error,_e=R.Function,Ue=R.Math,Ce=R.Object,fi=R.RegExp,Ef=R.String,lt=R.TypeError,Qn=E.prototype,kf=_e.prototype,dn=Ce.prototype,jn=R["__core-js_shared__"],er=kf.toString,be=dn.hasOwnProperty,Rf=0,Yo=function(){var e=/[^.]+$/.exec(jn&&jn.keys&&jn.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),tr=dn.toString,Lf=er.call(Ce),If=Me._,Of=fi("^"+er.call(be).replace(zr,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),nr=Oo?R.Buffer:r,Ht=R.Symbol,rr=R.Uint8Array,Zo=nr?nr.allocUnsafe:r,ir=Xo(Ce.getPrototypeOf,Ce),Vo=Ce.create,Qo=dn.propertyIsEnumerable,or=Qn.splice,jo=Ht?Ht.isConcatSpreadable:r,Ln=Ht?Ht.iterator:r,Qt=Ht?Ht.toStringTag:r,sr=function(){try{var e=rn(Ce,"defineProperty");return e({},"",{}),e}catch{}}(),Bf=R.clearTimeout!==Me.clearTimeout&&R.clearTimeout,Nf=z&&z.now!==Me.Date.now&&z.now,Uf=R.setTimeout!==Me.setTimeout&&R.setTimeout,ur=Ue.ceil,ar=Ue.floor,ci=Ce.getOwnPropertySymbols,Df=nr?nr.isBuffer:r,es=R.isFinite,Pf=Qn.join,Ff=Xo(Ce.keys,Ce),De=Ue.max,He=Ue.min,Mf=z.now,Wf=R.parseInt,ts=Ue.random,qf=Qn.reverse,li=rn(R,"DataView"),In=rn(R,"Map"),hi=rn(R,"Promise"),gn=rn(R,"Set"),On=rn(R,"WeakMap"),Bn=rn(Ce,"create"),fr=On&&new On,vn={},Kf=on(li),Hf=on(In),Gf=on(hi),zf=on(gn),$f=on(On),cr=Ht?Ht.prototype:r,Nn=cr?cr.valueOf:r,ns=cr?cr.toString:r;function a(e){if(Oe(e)&&!ce(e)&&!(e instanceof ge)){if(e instanceof ht)return e;if(be.call(e,"__wrapped__"))return ru(e)}return new ht(e)}var yn=function(){function e(){}return function(t){if(!Ie(t))return{};if(Vo)return Vo(t);e.prototype=t;var n=new e;return e.prototype=r,n}}();function lr(){}function ht(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=r}a.templateSettings={escape:oa,evaluate:sa,interpolate:co,variable:"",imports:{_:a}},a.prototype=lr.prototype,a.prototype.constructor=a,ht.prototype=yn(lr.prototype),ht.prototype.constructor=ht;function ge(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=tt,this.__views__=[]}function Xf(){var e=new ge(this.__wrapped__);return e.__actions__=Ze(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=Ze(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=Ze(this.__views__),e}function Jf(){if(this.__filtered__){var e=new ge(this);e.__dir__=-1,e.__filtered__=!0}else e=this.clone(),e.__dir__*=-1;return e}function Yf(){var e=this.__wrapped__.value(),t=this.__dir__,n=ce(e),i=t<0,o=n?e.length:0,f=ul(0,o,this.__views__),y=f.start,b=f.end,C=b-y,L=i?b:y-1,I=this.__iteratees__,B=I.length,K=0,Z=He(C,this.__takeCount__);if(!n||!i&&o==C&&Z==C)return Ts(e,this.__actions__);var re=[];e:for(;C--&&K<Z;){L+=t;for(var he=-1,ie=e[L];++he<B;){var de=I[he],ye=de.iteratee,ut=de.type,Ye=ye(ie);if(ut==Ae)ie=Ye;else if(!Ye){if(ut==N)continue e;break e}}re[K++]=ie}return re}ge.prototype=yn(lr.prototype),ge.prototype.constructor=ge;function jt(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}function Zf(){this.__data__=Bn?Bn(null):{},this.size=0}function Vf(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}function Qf(e){var t=this.__data__;if(Bn){var n=t[e];return n===x?r:n}return be.call(t,e)?t[e]:r}function jf(e){var t=this.__data__;return Bn?t[e]!==r:be.call(t,e)}function ec(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=Bn&&t===r?x:t,this}jt.prototype.clear=Zf,jt.prototype.delete=Vf,jt.prototype.get=Qf,jt.prototype.has=jf,jt.prototype.set=ec;function Lt(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}function tc(){this.__data__=[],this.size=0}function nc(e){var t=this.__data__,n=hr(t,e);if(n<0)return!1;var i=t.length-1;return n==i?t.pop():or.call(t,n,1),--this.size,!0}function rc(e){var t=this.__data__,n=hr(t,e);return n<0?r:t[n][1]}function ic(e){return hr(this.__data__,e)>-1}function oc(e,t){var n=this.__data__,i=hr(n,e);return i<0?(++this.size,n.push([e,t])):n[i][1]=t,this}Lt.prototype.clear=tc,Lt.prototype.delete=nc,Lt.prototype.get=rc,Lt.prototype.has=ic,Lt.prototype.set=oc;function It(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}function sc(){this.size=0,this.__data__={hash:new jt,map:new(In||Lt),string:new jt}}function uc(e){var t=xr(this,e).delete(e);return this.size-=t?1:0,t}function ac(e){return xr(this,e).get(e)}function fc(e){return xr(this,e).has(e)}function cc(e,t){var n=xr(this,e),i=n.size;return n.set(e,t),this.size+=n.size==i?0:1,this}It.prototype.clear=sc,It.prototype.delete=uc,It.prototype.get=ac,It.prototype.has=fc,It.prototype.set=cc;function en(e){var t=-1,n=e==null?0:e.length;for(this.__data__=new It;++t<n;)this.add(e[t])}function lc(e){return this.__data__.set(e,x),this}function hc(e){return this.__data__.has(e)}en.prototype.add=en.prototype.push=lc,en.prototype.has=hc;function mt(e){var t=this.__data__=new Lt(e);this.size=t.size}function pc(){this.__data__=new Lt,this.size=0}function dc(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}function gc(e){return this.__data__.get(e)}function vc(e){return this.__data__.has(e)}function yc(e,t){var n=this.__data__;if(n instanceof Lt){var i=n.__data__;if(!In||i.length<c-1)return i.push([e,t]),this.size=++n.size,this;n=this.__data__=new It(i)}return n.set(e,t),this.size=n.size,this}mt.prototype.clear=pc,mt.prototype.delete=dc,mt.prototype.get=gc,mt.prototype.has=vc,mt.prototype.set=yc;function rs(e,t){var n=ce(e),i=!n&&sn(e),o=!n&&!i&&Jt(e),f=!n&&!i&&!o&&Sn(e),y=n||i||o||f,b=y?si(e.length,Ef):[],C=b.length;for(var L in e)(t||be.call(e,L))&&!(y&&(L=="length"||o&&(L=="offset"||L=="parent")||f&&(L=="buffer"||L=="byteLength"||L=="byteOffset")||Ut(L,C)))&&b.push(L);return b}function is(e){var t=e.length;return t?e[Ai(0,t-1)]:r}function _c(e,t){return Cr(Ze(e),tn(t,0,e.length))}function mc(e){return Cr(Ze(e))}function pi(e,t,n){(n!==r&&!wt(e[t],n)||n===r&&!(t in e))&&Ot(e,t,n)}function Un(e,t,n){var i=e[t];(!(be.call(e,t)&&wt(i,n))||n===r&&!(t in e))&&Ot(e,t,n)}function hr(e,t){for(var n=e.length;n--;)if(wt(e[n][0],t))return n;return-1}function wc(e,t,n,i){return Gt(e,function(o,f,y){t(i,o,n(o),y)}),i}function os(e,t){return e&&Tt(t,Pe(t),e)}function Sc(e,t){return e&&Tt(t,Qe(t),e)}function Ot(e,t,n){t=="__proto__"&&sr?sr(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}function di(e,t){for(var n=-1,i=t.length,o=E(i),f=e==null;++n<i;)o[n]=f?r:Ji(e,t[n]);return o}function tn(e,t,n){return e===e&&(n!==r&&(e=e<=n?e:n),t!==r&&(e=e>=t?e:t)),e}function pt(e,t,n,i,o,f){var y,b=t&p,C=t&u,L=t&s;if(n&&(y=o?n(e,i,o,f):n(e)),y!==r)return y;if(!Ie(e))return e;var I=ce(e);if(I){if(y=fl(e),!b)return Ze(e,y)}else{var B=Ge(e),K=B==me||B==Ke;if(Jt(e))return Rs(e,b);if(B==nt||B==F||K&&!o){if(y=C||K?{}:Js(e),!b)return C?Qc(e,Sc(y,e)):Vc(e,os(y,e))}else{if(!Te[B])return o?e:{};y=cl(e,B,b)}}f||(f=new mt);var Z=f.get(e);if(Z)return Z;f.set(e,y),Au(e)?e.forEach(function(ie){y.add(pt(ie,t,n,ie,e,f))}):Su(e)&&e.forEach(function(ie,de){y.set(de,pt(ie,t,n,de,e,f))});var re=L?C?Ni:Bi:C?Qe:Pe,he=I?r:re(e);return ct(he||e,function(ie,de){he&&(de=ie,ie=e[de]),Un(y,de,pt(ie,t,n,de,e,f))}),y}function bc(e){var t=Pe(e);return function(n){return ss(n,e,t)}}function ss(e,t,n){var i=n.length;if(e==null)return!i;for(e=Ce(e);i--;){var o=n[i],f=t[o],y=e[o];if(y===r&&!(o in e)||!f(y))return!1}return!0}function us(e,t,n){if(typeof e!="function")throw new lt(m);return Kn(function(){e.apply(r,n)},t)}function Dn(e,t,n,i){var o=-1,f=Yn,y=!0,b=e.length,C=[],L=t.length;if(!b)return C;n&&(t=Le(t,it(n))),i?(f=ei,y=!1):t.length>=c&&(f=Rn,y=!1,t=new en(t));e:for(;++o<b;){var I=e[o],B=n==null?I:n(I);if(I=i||I!==0?I:0,y&&B===B){for(var K=L;K--;)if(t[K]===B)continue e;C.push(I)}else f(t,B,i)||C.push(I)}return C}var Gt=Ns(Ct),as=Ns(vi,!0);function Ac(e,t){var n=!0;return Gt(e,function(i,o,f){return n=!!t(i,o,f),n}),n}function pr(e,t,n){for(var i=-1,o=e.length;++i<o;){var f=e[i],y=t(f);if(y!=null&&(b===r?y===y&&!st(y):n(y,b)))var b=y,C=f}return C}function xc(e,t,n,i){var o=e.length;for(n=le(n),n<0&&(n=-n>o?0:o+n),i=i===r||i>o?o:le(i),i<0&&(i+=o),i=n>i?0:Cu(i);n<i;)e[n++]=t;return e}function fs(e,t){var n=[];return Gt(e,function(i,o,f){t(i,o,f)&&n.push(i)}),n}function We(e,t,n,i,o){var f=-1,y=e.length;for(n||(n=hl),o||(o=[]);++f<y;){var b=e[f];t>0&&n(b)?t>1?We(b,t-1,n,i,o):qt(o,b):i||(o[o.length]=b)}return o}var gi=Us(),cs=Us(!0);function Ct(e,t){return e&&gi(e,t,Pe)}function vi(e,t){return e&&cs(e,t,Pe)}function dr(e,t){return Wt(t,function(n){return Dt(e[n])})}function nn(e,t){t=$t(t,e);for(var n=0,i=t.length;e!=null&&n<i;)e=e[Et(t[n++])];return n&&n==i?e:r}function ls(e,t,n){var i=t(e);return ce(e)?i:qt(i,n(e))}function Xe(e){return e==null?e===r?En:Cn:Qt&&Qt in Ce(e)?sl(e):ml(e)}function yi(e,t){return e>t}function Cc(e,t){return e!=null&&be.call(e,t)}function Tc(e,t){return e!=null&&t in Ce(e)}function Ec(e,t,n){return e>=He(t,n)&&e<De(t,n)}function _i(e,t,n){for(var i=n?ei:Yn,o=e[0].length,f=e.length,y=f,b=E(f),C=1/0,L=[];y--;){var I=e[y];y&&t&&(I=Le(I,it(t))),C=He(I.length,C),b[y]=!n&&(t||o>=120&&I.length>=120)?new en(y&&I):r}I=e[0];var B=-1,K=b[0];e:for(;++B<o&&L.length<C;){var Z=I[B],re=t?t(Z):Z;if(Z=n||Z!==0?Z:0,!(K?Rn(K,re):i(L,re,n))){for(y=f;--y;){var he=b[y];if(!(he?Rn(he,re):i(e[y],re,n)))continue e}K&&K.push(re),L.push(Z)}}return L}function kc(e,t,n,i){return Ct(e,function(o,f,y){t(i,n(o),f,y)}),i}function Pn(e,t,n){t=$t(t,e),e=Qs(e,t);var i=e==null?e:e[Et(gt(t))];return i==null?r:rt(i,e,n)}function hs(e){return Oe(e)&&Xe(e)==F}function Rc(e){return Oe(e)&&Xe(e)==Mt}function Lc(e){return Oe(e)&&Xe(e)==ee}function Fn(e,t,n,i,o){return e===t?!0:e==null||t==null||!Oe(e)&&!Oe(t)?e!==e&&t!==t:Ic(e,t,n,i,Fn,o)}function Ic(e,t,n,i,o,f){var y=ce(e),b=ce(t),C=y?te:Ge(e),L=b?te:Ge(t);C=C==F?nt:C,L=L==F?nt:L;var I=C==nt,B=L==nt,K=C==L;if(K&&Jt(e)){if(!Jt(t))return!1;y=!0,I=!1}if(K&&!I)return f||(f=new mt),y||Sn(e)?zs(e,t,n,i,o,f):il(e,t,C,n,i,o,f);if(!(n&w)){var Z=I&&be.call(e,"__wrapped__"),re=B&&be.call(t,"__wrapped__");if(Z||re){var he=Z?e.value():e,ie=re?t.value():t;return f||(f=new mt),o(he,ie,n,i,f)}}return K?(f||(f=new mt),ol(e,t,n,i,o,f)):!1}function Oc(e){return Oe(e)&&Ge(e)==Re}function mi(e,t,n,i){var o=n.length,f=o,y=!i;if(e==null)return!f;for(e=Ce(e);o--;){var b=n[o];if(y&&b[2]?b[1]!==e[b[0]]:!(b[0]in e))return!1}for(;++o<f;){b=n[o];var C=b[0],L=e[C],I=b[1];if(y&&b[2]){if(L===r&&!(C in e))return!1}else{var B=new mt;if(i)var K=i(L,I,C,e,t,B);if(!(K===r?Fn(I,L,w|T,i,B):K))return!1}}return!0}function ps(e){if(!Ie(e)||dl(e))return!1;var t=Dt(e)?Of:Sa;return t.test(on(e))}function Bc(e){return Oe(e)&&Xe(e)==ze}function Nc(e){return Oe(e)&&Ge(e)==$e}function Uc(e){return Oe(e)&&Ir(e.length)&&!!Ee[Xe(e)]}function ds(e){return typeof e=="function"?e:e==null?je:typeof e=="object"?ce(e)?ys(e[0],e[1]):vs(e):Du(e)}function wi(e){if(!qn(e))return Ff(e);var t=[];for(var n in Ce(e))be.call(e,n)&&n!="constructor"&&t.push(n);return t}function Dc(e){if(!Ie(e))return _l(e);var t=qn(e),n=[];for(var i in e)i=="constructor"&&(t||!be.call(e,i))||n.push(i);return n}function Si(e,t){return e<t}function gs(e,t){var n=-1,i=Ve(e)?E(e.length):[];return Gt(e,function(o,f,y){i[++n]=t(o,f,y)}),i}function vs(e){var t=Di(e);return t.length==1&&t[0][2]?Zs(t[0][0],t[0][1]):function(n){return n===e||mi(n,e,t)}}function ys(e,t){return Fi(e)&&Ys(t)?Zs(Et(e),t):function(n){var i=Ji(n,e);return i===r&&i===t?Yi(n,e):Fn(t,i,w|T)}}function gr(e,t,n,i,o){e!==t&&gi(t,function(f,y){if(o||(o=new mt),Ie(f))Pc(e,t,y,n,gr,i,o);else{var b=i?i(Wi(e,y),f,y+"",e,t,o):r;b===r&&(b=f),pi(e,y,b)}},Qe)}function Pc(e,t,n,i,o,f,y){var b=Wi(e,n),C=Wi(t,n),L=y.get(C);if(L){pi(e,n,L);return}var I=f?f(b,C,n+"",e,t,y):r,B=I===r;if(B){var K=ce(C),Z=!K&&Jt(C),re=!K&&!Z&&Sn(C);I=C,K||Z||re?ce(b)?I=b:Be(b)?I=Ze(b):Z?(B=!1,I=Rs(C,!0)):re?(B=!1,I=Ls(C,!0)):I=[]:Hn(C)||sn(C)?(I=b,sn(b)?I=Tu(b):(!Ie(b)||Dt(b))&&(I=Js(C))):B=!1}B&&(y.set(C,I),o(I,C,i,f,y),y.delete(C)),pi(e,n,I)}function _s(e,t){var n=e.length;if(n)return t+=t<0?n:0,Ut(t,n)?e[t]:r}function ms(e,t,n){t.length?t=Le(t,function(f){return ce(f)?function(y){return nn(y,f.length===1?f[0]:f)}:f}):t=[je];var i=-1;t=Le(t,it(ne()));var o=gs(e,function(f,y,b){var C=Le(t,function(L){return L(f)});return{criteria:C,index:++i,value:f}});return cf(o,function(f,y){return Zc(f,y,n)})}function Fc(e,t){return ws(e,t,function(n,i){return Yi(e,i)})}function ws(e,t,n){for(var i=-1,o=t.length,f={};++i<o;){var y=t[i],b=nn(e,y);n(b,y)&&Mn(f,$t(y,e),b)}return f}function Mc(e){return function(t){return nn(t,e)}}function bi(e,t,n,i){var o=i?ff:cn,f=-1,y=t.length,b=e;for(e===t&&(t=Ze(t)),n&&(b=Le(e,it(n)));++f<y;)for(var C=0,L=t[f],I=n?n(L):L;(C=o(b,I,C,i))>-1;)b!==e&&or.call(b,C,1),or.call(e,C,1);return e}function Ss(e,t){for(var n=e?t.length:0,i=n-1;n--;){var o=t[n];if(n==i||o!==f){var f=o;Ut(o)?or.call(e,o,1):Ti(e,o)}}return e}function Ai(e,t){return e+ar(ts()*(t-e+1))}function Wc(e,t,n,i){for(var o=-1,f=De(ur((t-e)/(n||1)),0),y=E(f);f--;)y[i?f:++o]=e,e+=n;return y}function xi(e,t){var n="";if(!e||t<1||t>ae)return n;do t%2&&(n+=e),t=ar(t/2),t&&(e+=e);while(t);return n}function pe(e,t){return qi(Vs(e,t,je),e+"")}function qc(e){return is(bn(e))}function Kc(e,t){var n=bn(e);return Cr(n,tn(t,0,n.length))}function Mn(e,t,n,i){if(!Ie(e))return e;t=$t(t,e);for(var o=-1,f=t.length,y=f-1,b=e;b!=null&&++o<f;){var C=Et(t[o]),L=n;if(C==="__proto__"||C==="constructor"||C==="prototype")return e;if(o!=y){var I=b[C];L=i?i(I,C,b):r,L===r&&(L=Ie(I)?I:Ut(t[o+1])?[]:{})}Un(b,C,L),b=b[C]}return e}var bs=fr?function(e,t){return fr.set(e,t),e}:je,Hc=sr?function(e,t){return sr(e,"toString",{configurable:!0,enumerable:!1,value:Vi(t),writable:!0})}:je;function Gc(e){return Cr(bn(e))}function dt(e,t,n){var i=-1,o=e.length;t<0&&(t=-t>o?0:o+t),n=n>o?o:n,n<0&&(n+=o),o=t>n?0:n-t>>>0,t>>>=0;for(var f=E(o);++i<o;)f[i]=e[i+t];return f}function zc(e,t){var n;return Gt(e,function(i,o,f){return n=t(i,o,f),!n}),!!n}function vr(e,t,n){var i=0,o=e==null?i:e.length;if(typeof t=="number"&&t===t&&o<=W){for(;i<o;){var f=i+o>>>1,y=e[f];y!==null&&!st(y)&&(n?y<=t:y<t)?i=f+1:o=f}return o}return Ci(e,t,je,n)}function Ci(e,t,n,i){var o=0,f=e==null?0:e.length;if(f===0)return 0;t=n(t);for(var y=t!==t,b=t===null,C=st(t),L=t===r;o<f;){var I=ar((o+f)/2),B=n(e[I]),K=B!==r,Z=B===null,re=B===B,he=st(B);if(y)var ie=i||re;else L?ie=re&&(i||K):b?ie=re&&K&&(i||!Z):C?ie=re&&K&&!Z&&(i||!he):Z||he?ie=!1:ie=i?B<=t:B<t;ie?o=I+1:f=I}return He(f,zn)}function As(e,t){for(var n=-1,i=e.length,o=0,f=[];++n<i;){var y=e[n],b=t?t(y):y;if(!n||!wt(b,C)){var C=b;f[o++]=y===0?0:y}}return f}function xs(e){return typeof e=="number"?e:st(e)?bt:+e}function ot(e){if(typeof e=="string")return e;if(ce(e))return Le(e,ot)+"";if(st(e))return ns?ns.call(e):"";var t=e+"";return t=="0"&&1/e==-ke?"-0":t}function zt(e,t,n){var i=-1,o=Yn,f=e.length,y=!0,b=[],C=b;if(n)y=!1,o=ei;else if(f>=c){var L=t?null:nl(e);if(L)return Vn(L);y=!1,o=Rn,C=new en}else C=t?[]:b;e:for(;++i<f;){var I=e[i],B=t?t(I):I;if(I=n||I!==0?I:0,y&&B===B){for(var K=C.length;K--;)if(C[K]===B)continue e;t&&C.push(B),b.push(I)}else o(C,B,n)||(C!==b&&C.push(B),b.push(I))}return b}function Ti(e,t){return t=$t(t,e),e=Qs(e,t),e==null||delete e[Et(gt(t))]}function Cs(e,t,n,i){return Mn(e,t,n(nn(e,t)),i)}function yr(e,t,n,i){for(var o=e.length,f=i?o:-1;(i?f--:++f<o)&&t(e[f],f,e););return n?dt(e,i?0:f,i?f+1:o):dt(e,i?f+1:0,i?o:f)}function Ts(e,t){var n=e;return n instanceof ge&&(n=n.value()),ti(t,function(i,o){return o.func.apply(o.thisArg,qt([i],o.args))},n)}function Ei(e,t,n){var i=e.length;if(i<2)return i?zt(e[0]):[];for(var o=-1,f=E(i);++o<i;)for(var y=e[o],b=-1;++b<i;)b!=o&&(f[o]=Dn(f[o]||y,e[b],t,n));return zt(We(f,1),t,n)}function Es(e,t,n){for(var i=-1,o=e.length,f=t.length,y={};++i<o;){var b=i<f?t[i]:r;n(y,e[i],b)}return y}function ki(e){return Be(e)?e:[]}function Ri(e){return typeof e=="function"?e:je}function $t(e,t){return ce(e)?e:Fi(e,t)?[e]:nu(we(e))}var $c=pe;function Xt(e,t,n){var i=e.length;return n=n===r?i:n,!t&&n>=i?e:dt(e,t,n)}var ks=Bf||function(e){return Me.clearTimeout(e)};function Rs(e,t){if(t)return e.slice();var n=e.length,i=Zo?Zo(n):new e.constructor(n);return e.copy(i),i}function Li(e){var t=new e.constructor(e.byteLength);return new rr(t).set(new rr(e)),t}function Xc(e,t){var n=t?Li(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}function Jc(e){var t=new e.constructor(e.source,lo.exec(e));return t.lastIndex=e.lastIndex,t}function Yc(e){return Nn?Ce(Nn.call(e)):{}}function Ls(e,t){var n=t?Li(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function Is(e,t){if(e!==t){var n=e!==r,i=e===null,o=e===e,f=st(e),y=t!==r,b=t===null,C=t===t,L=st(t);if(!b&&!L&&!f&&e>t||f&&y&&C&&!b&&!L||i&&y&&C||!n&&C||!o)return 1;if(!i&&!f&&!L&&e<t||L&&n&&o&&!i&&!f||b&&n&&o||!y&&o||!C)return-1}return 0}function Zc(e,t,n){for(var i=-1,o=e.criteria,f=t.criteria,y=o.length,b=n.length;++i<y;){var C=Is(o[i],f[i]);if(C){if(i>=b)return C;var L=n[i];return C*(L=="desc"?-1:1)}}return e.index-t.index}function Os(e,t,n,i){for(var o=-1,f=e.length,y=n.length,b=-1,C=t.length,L=De(f-y,0),I=E(C+L),B=!i;++b<C;)I[b]=t[b];for(;++o<y;)(B||o<f)&&(I[n[o]]=e[o]);for(;L--;)I[b++]=e[o++];return I}function Bs(e,t,n,i){for(var o=-1,f=e.length,y=-1,b=n.length,C=-1,L=t.length,I=De(f-b,0),B=E(I+L),K=!i;++o<I;)B[o]=e[o];for(var Z=o;++C<L;)B[Z+C]=t[C];for(;++y<b;)(K||o<f)&&(B[Z+n[y]]=e[o++]);return B}function Ze(e,t){var n=-1,i=e.length;for(t||(t=E(i));++n<i;)t[n]=e[n];return t}function Tt(e,t,n,i){var o=!n;n||(n={});for(var f=-1,y=t.length;++f<y;){var b=t[f],C=i?i(n[b],e[b],b,n,e):r;C===r&&(C=e[b]),o?Ot(n,b,C):Un(n,b,C)}return n}function Vc(e,t){return Tt(e,Pi(e),t)}function Qc(e,t){return Tt(e,$s(e),t)}function _r(e,t){return function(n,i){var o=ce(n)?nf:wc,f=t?t():{};return o(n,e,ne(i,2),f)}}function _n(e){return pe(function(t,n){var i=-1,o=n.length,f=o>1?n[o-1]:r,y=o>2?n[2]:r;for(f=e.length>3&&typeof f=="function"?(o--,f):r,y&&Je(n[0],n[1],y)&&(f=o<3?r:f,o=1),t=Ce(t);++i<o;){var b=n[i];b&&e(t,b,i,f)}return t})}function Ns(e,t){return function(n,i){if(n==null)return n;if(!Ve(n))return e(n,i);for(var o=n.length,f=t?o:-1,y=Ce(n);(t?f--:++f<o)&&i(y[f],f,y)!==!1;);return n}}function Us(e){return function(t,n,i){for(var o=-1,f=Ce(t),y=i(t),b=y.length;b--;){var C=y[e?b:++o];if(n(f[C],C,f)===!1)break}return t}}function jc(e,t,n){var i=t&k,o=Wn(e);function f(){var y=this&&this!==Me&&this instanceof f?o:e;return y.apply(i?n:this,arguments)}return f}function Ds(e){return function(t){t=we(t);var n=ln(t)?_t(t):r,i=n?n[0]:t.charAt(0),o=n?Xt(n,1).join(""):t.slice(1);return i[e]()+o}}function mn(e){return function(t){return ti(Nu(Bu(t).replace(Ka,"")),e,"")}}function Wn(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var n=yn(e.prototype),i=e.apply(n,t);return Ie(i)?i:n}}function el(e,t,n){var i=Wn(e);function o(){for(var f=arguments.length,y=E(f),b=f,C=wn(o);b--;)y[b]=arguments[b];var L=f<3&&y[0]!==C&&y[f-1]!==C?[]:Kt(y,C);if(f-=L.length,f<n)return qs(e,t,mr,o.placeholder,r,y,L,r,r,n-f);var I=this&&this!==Me&&this instanceof o?i:e;return rt(I,this,y)}return o}function Ps(e){return function(t,n,i){var o=Ce(t);if(!Ve(t)){var f=ne(n,3);t=Pe(t),n=function(b){return f(o[b],b,o)}}var y=e(t,n,i);return y>-1?o[f?t[y]:y]:r}}function Fs(e){return Nt(function(t){var n=t.length,i=n,o=ht.prototype.thru;for(e&&t.reverse();i--;){var f=t[i];if(typeof f!="function")throw new lt(m);if(o&&!y&&Ar(f)=="wrapper")var y=new ht([],!0)}for(i=y?i:n;++i<n;){f=t[i];var b=Ar(f),C=b=="wrapper"?Ui(f):r;C&&Mi(C[0])&&C[1]==(M|Y|G|H)&&!C[4].length&&C[9]==1?y=y[Ar(C[0])].apply(y,C[3]):y=f.length==1&&Mi(f)?y[b]():y.thru(f)}return function(){var L=arguments,I=L[0];if(y&&L.length==1&&ce(I))return y.plant(I).value();for(var B=0,K=n?t[B].apply(this,L):I;++B<n;)K=t[B].call(this,K);return K}})}function mr(e,t,n,i,o,f,y,b,C,L){var I=t&M,B=t&k,K=t&q,Z=t&(Y|se),re=t&O,he=K?r:Wn(e);function ie(){for(var de=arguments.length,ye=E(de),ut=de;ut--;)ye[ut]=arguments[ut];if(Z)var Ye=wn(ie),at=hf(ye,Ye);if(i&&(ye=Os(ye,i,o,Z)),f&&(ye=Bs(ye,f,y,Z)),de-=at,Z&&de<L){var Ne=Kt(ye,Ye);return qs(e,t,mr,ie.placeholder,n,ye,Ne,b,C,L-de)}var St=B?n:this,Ft=K?St[e]:e;return de=ye.length,b?ye=wl(ye,b):re&&de>1&&ye.reverse(),I&&C<de&&(ye.length=C),this&&this!==Me&&this instanceof ie&&(Ft=he||Wn(Ft)),Ft.apply(St,ye)}return ie}function Ms(e,t){return function(n,i){return kc(n,e,t(i),{})}}function wr(e,t){return function(n,i){var o;if(n===r&&i===r)return t;if(n!==r&&(o=n),i!==r){if(o===r)return i;typeof n=="string"||typeof i=="string"?(n=ot(n),i=ot(i)):(n=xs(n),i=xs(i)),o=e(n,i)}return o}}function Ii(e){return Nt(function(t){return t=Le(t,it(ne())),pe(function(n){var i=this;return e(t,function(o){return rt(o,i,n)})})})}function Sr(e,t){t=t===r?" ":ot(t);var n=t.length;if(n<2)return n?xi(t,e):t;var i=xi(t,ur(e/hn(t)));return ln(t)?Xt(_t(i),0,e).join(""):i.slice(0,e)}function tl(e,t,n,i){var o=t&k,f=Wn(e);function y(){for(var b=-1,C=arguments.length,L=-1,I=i.length,B=E(I+C),K=this&&this!==Me&&this instanceof y?f:e;++L<I;)B[L]=i[L];for(;C--;)B[L++]=arguments[++b];return rt(K,o?n:this,B)}return y}function Ws(e){return function(t,n,i){return i&&typeof i!="number"&&Je(t,n,i)&&(n=i=r),t=Pt(t),n===r?(n=t,t=0):n=Pt(n),i=i===r?t<n?1:-1:Pt(i),Wc(t,n,i,e)}}function br(e){return function(t,n){return typeof t=="string"&&typeof n=="string"||(t=vt(t),n=vt(n)),e(t,n)}}function qs(e,t,n,i,o,f,y,b,C,L){var I=t&Y,B=I?y:r,K=I?r:y,Z=I?f:r,re=I?r:f;t|=I?G:D,t&=~(I?D:G),t&oe||(t&=~(k|q));var he=[e,t,o,Z,B,re,K,b,C,L],ie=n.apply(r,he);return Mi(e)&&js(ie,he),ie.placeholder=i,eu(ie,e,t)}function Oi(e){var t=Ue[e];return function(n,i){if(n=vt(n),i=i==null?0:He(le(i),292),i&&es(n)){var o=(we(n)+"e").split("e"),f=t(o[0]+"e"+(+o[1]+i));return o=(we(f)+"e").split("e"),+(o[0]+"e"+(+o[1]-i))}return t(n)}}var nl=gn&&1/Vn(new gn([,-0]))[1]==ke?function(e){return new gn(e)}:eo;function Ks(e){return function(t){var n=Ge(t);return n==Re?ai(t):n==$e?mf(t):lf(t,e(t))}}function Bt(e,t,n,i,o,f,y,b){var C=t&q;if(!C&&typeof e!="function")throw new lt(m);var L=i?i.length:0;if(L||(t&=~(G|D),i=o=r),y=y===r?y:De(le(y),0),b=b===r?b:le(b),L-=o?o.length:0,t&D){var I=i,B=o;i=o=r}var K=C?r:Ui(e),Z=[e,t,n,i,o,I,B,f,y,b];if(K&&yl(Z,K),e=Z[0],t=Z[1],n=Z[2],i=Z[3],o=Z[4],b=Z[9]=Z[9]===r?C?0:e.length:De(Z[9]-L,0),!b&&t&(Y|se)&&(t&=~(Y|se)),!t||t==k)var re=jc(e,t,n);else t==Y||t==se?re=el(e,t,b):(t==G||t==(k|G))&&!o.length?re=tl(e,t,n,i):re=mr.apply(r,Z);var he=K?bs:js;return eu(he(re,Z),e,t)}function Hs(e,t,n,i){return e===r||wt(e,dn[n])&&!be.call(i,n)?t:e}function Gs(e,t,n,i,o,f){return Ie(e)&&Ie(t)&&(f.set(t,e),gr(e,t,r,Gs,f),f.delete(t)),e}function rl(e){return Hn(e)?r:e}function zs(e,t,n,i,o,f){var y=n&w,b=e.length,C=t.length;if(b!=C&&!(y&&C>b))return!1;var L=f.get(e),I=f.get(t);if(L&&I)return L==t&&I==e;var B=-1,K=!0,Z=n&T?new en:r;for(f.set(e,t),f.set(t,e);++B<b;){var re=e[B],he=t[B];if(i)var ie=y?i(he,re,B,t,e,f):i(re,he,B,e,t,f);if(ie!==r){if(ie)continue;K=!1;break}if(Z){if(!ni(t,function(de,ye){if(!Rn(Z,ye)&&(re===de||o(re,de,n,i,f)))return Z.push(ye)})){K=!1;break}}else if(!(re===he||o(re,he,n,i,f))){K=!1;break}}return f.delete(e),f.delete(t),K}function il(e,t,n,i,o,f,y){switch(n){case an:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case Mt:return!(e.byteLength!=t.byteLength||!f(new rr(e),new rr(t)));case Q:case ee:case yt:return wt(+e,+t);case ue:return e.name==t.name&&e.message==t.message;case ze:case At:return e==t+"";case Re:var b=ai;case $e:var C=i&w;if(b||(b=Vn),e.size!=t.size&&!C)return!1;var L=y.get(e);if(L)return L==t;i|=T,y.set(e,t);var I=zs(b(e),b(t),i,o,f,y);return y.delete(e),I;case xt:if(Nn)return Nn.call(e)==Nn.call(t)}return!1}function ol(e,t,n,i,o,f){var y=n&w,b=Bi(e),C=b.length,L=Bi(t),I=L.length;if(C!=I&&!y)return!1;for(var B=C;B--;){var K=b[B];if(!(y?K in t:be.call(t,K)))return!1}var Z=f.get(e),re=f.get(t);if(Z&&re)return Z==t&&re==e;var he=!0;f.set(e,t),f.set(t,e);for(var ie=y;++B<C;){K=b[B];var de=e[K],ye=t[K];if(i)var ut=y?i(ye,de,K,t,e,f):i(de,ye,K,e,t,f);if(!(ut===r?de===ye||o(de,ye,n,i,f):ut)){he=!1;break}ie||(ie=K=="constructor")}if(he&&!ie){var Ye=e.constructor,at=t.constructor;Ye!=at&&"constructor"in e&&"constructor"in t&&!(typeof Ye=="function"&&Ye instanceof Ye&&typeof at=="function"&&at instanceof at)&&(he=!1)}return f.delete(e),f.delete(t),he}function Nt(e){return qi(Vs(e,r,su),e+"")}function Bi(e){return ls(e,Pe,Pi)}function Ni(e){return ls(e,Qe,$s)}var Ui=fr?function(e){return fr.get(e)}:eo;function Ar(e){for(var t=e.name+"",n=vn[t],i=be.call(vn,t)?n.length:0;i--;){var o=n[i],f=o.func;if(f==null||f==e)return o.name}return t}function wn(e){var t=be.call(a,"placeholder")?a:e;return t.placeholder}function ne(){var e=a.iteratee||Qi;return e=e===Qi?ds:e,arguments.length?e(arguments[0],arguments[1]):e}function xr(e,t){var n=e.__data__;return pl(t)?n[typeof t=="string"?"string":"hash"]:n.map}function Di(e){for(var t=Pe(e),n=t.length;n--;){var i=t[n],o=e[i];t[n]=[i,o,Ys(o)]}return t}function rn(e,t){var n=vf(e,t);return ps(n)?n:r}function sl(e){var t=be.call(e,Qt),n=e[Qt];try{e[Qt]=r;var i=!0}catch{}var o=tr.call(e);return i&&(t?e[Qt]=n:delete e[Qt]),o}var Pi=ci?function(e){return e==null?[]:(e=Ce(e),Wt(ci(e),function(t){return Qo.call(e,t)}))}:to,$s=ci?function(e){for(var t=[];e;)qt(t,Pi(e)),e=ir(e);return t}:to,Ge=Xe;(li&&Ge(new li(new ArrayBuffer(1)))!=an||In&&Ge(new In)!=Re||hi&&Ge(hi.resolve())!=un||gn&&Ge(new gn)!=$e||On&&Ge(new On)!=Rt)&&(Ge=function(e){var t=Xe(e),n=t==nt?e.constructor:r,i=n?on(n):"";if(i)switch(i){case Kf:return an;case Hf:return Re;case Gf:return un;case zf:return $e;case $f:return Rt}return t});function ul(e,t,n){for(var i=-1,o=n.length;++i<o;){var f=n[i],y=f.size;switch(f.type){case"drop":e+=y;break;case"dropRight":t-=y;break;case"take":t=He(t,e+y);break;case"takeRight":e=De(e,t-y);break}}return{start:e,end:t}}function al(e){var t=e.match(pa);return t?t[1].split(da):[]}function Xs(e,t,n){t=$t(t,e);for(var i=-1,o=t.length,f=!1;++i<o;){var y=Et(t[i]);if(!(f=e!=null&&n(e,y)))break;e=e[y]}return f||++i!=o?f:(o=e==null?0:e.length,!!o&&Ir(o)&&Ut(y,o)&&(ce(e)||sn(e)))}function fl(e){var t=e.length,n=new e.constructor(t);return t&&typeof e[0]=="string"&&be.call(e,"index")&&(n.index=e.index,n.input=e.input),n}function Js(e){return typeof e.constructor=="function"&&!qn(e)?yn(ir(e)):{}}function cl(e,t,n){var i=e.constructor;switch(t){case Mt:return Li(e);case Q:case ee:return new i(+e);case an:return Xc(e,n);case Dr:case Pr:case Fr:case Mr:case Wr:case qr:case Kr:case Hr:case Gr:return Ls(e,n);case Re:return new i;case yt:case At:return new i(e);case ze:return Jc(e);case $e:return new i;case xt:return Yc(e)}}function ll(e,t){var n=t.length;if(!n)return e;var i=n-1;return t[i]=(n>1?"& ":"")+t[i],t=t.join(n>2?", ":" "),e.replace(ha,`{
|
|
14
14
|
/* [wrapped with `+t+`] */
|
|
15
|
-
`)}function hl(e){return ce(e)||sn(e)||!!(es&&e&&e[es])}function Dt(e,t){var n=typeof e;return t=t??ae,!!t&&(n=="number"||n!="symbol"&&Aa.test(e))&&e>-1&&e%1==0&&e<t}function Je(e,t,n){if(!Oe(n))return!1;var i=typeof t;return(i=="number"?Ve(n)&&Dt(t,n.length):i=="string"&&t in n)?wt(n[t],e):!1}function Fi(e,t){if(ce(e))return!1;var n=typeof e;return n=="number"||n=="symbol"||n=="boolean"||e==null||st(e)?!0:aa.test(e)||!ua.test(e)||t!=null&&e in xe(t)}function pl(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function Mi(e){var t=Ar(e),n=a[t];if(typeof n!="function"||!(t in ge.prototype))return!1;if(e===n)return!0;var i=Ui(n);return!!i&&e===i[0]}function dl(e){return!!Zo&&Zo in e}var gl=jn?Pt:no;function qn(e){var t=e&&e.constructor,n=typeof t=="function"&&t.prototype||dn;return e===n}function Zs(e){return e===e&&!Oe(e)}function Vs(e,t){return function(n){return n==null?!1:n[e]===t&&(t!==r||e in xe(n))}}function vl(e){var t=Rr(e,function(i){return n.size===l&&n.clear(),i}),n=t.cache;return t}function yl(e,t){var n=e[1],i=t[1],o=n|i,f=o<(k|q|M),v=i==M&&n==Y||i==M&&n==H&&e[7].length<=t[8]||i==(M|H)&&t[7].length<=t[8]&&n==Y;if(!(f||v))return e;i&k&&(e[2]=t[2],o|=n&k?0:oe);var b=t[3];if(b){var C=e[3];e[3]=C?Bs(C,b,t[4]):b,e[4]=C?Ht(e[3],_):t[4]}return b=t[5],b&&(C=e[5],e[5]=C?Ns(C,b,t[6]):b,e[6]=C?Ht(e[5],_):t[6]),b=t[7],b&&(e[7]=b),i&M&&(e[8]=e[8]==null?t[8]:He(e[8],t[8])),e[9]==null&&(e[9]=t[9]),e[0]=t[0],e[1]=o,e}function _l(e){var t=[];if(e!=null)for(var n in xe(e))t.push(n);return t}function ml(e){return tr.call(e)}function Qs(e,t,n){return t=De(t===r?e.length-1:t,0),function(){for(var i=arguments,o=-1,f=De(i.length-t,0),v=E(f);++o<f;)v[o]=i[t+o];o=-1;for(var b=E(t+1);++o<t;)b[o]=i[o];return b[t]=n(v),rt(e,this,b)}}function js(e,t){return t.length<2?e:nn(e,dt(t,0,-1))}function wl(e,t){for(var n=e.length,i=He(t.length,n),o=Ze(e);i--;){var f=t[i];e[i]=Dt(f,n)?o[f]:r}return e}function Wi(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}var eu=nu(As),Kn=Uf||function(e,t){return Me.setTimeout(e,t)},qi=nu(Hc);function tu(e,t,n){var i=t+"";return qi(e,ll(i,Sl(al(i),n)))}function nu(e){var t=0,n=0;return function(){var i=Mf(),o=V-(i-n);if(n=i,o>0){if(++t>=j)return arguments[0]}else t=0;return e.apply(r,arguments)}}function Cr(e,t){var n=-1,i=e.length,o=i-1;for(t=t===r?i:t;++n<t;){var f=Ai(n,o),v=e[f];e[f]=e[n],e[n]=v}return e.length=t,e}var ru=vl(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(fa,function(n,i,o,f){t.push(o?f.replace(ya,"$1"):i||n)}),t});function Et(e){if(typeof e=="string"||st(e))return e;var t=e+"";return t=="0"&&1/e==-ke?"-0":t}function on(e){if(e!=null){try{return er.call(e)}catch{}try{return e+""}catch{}}return""}function Sl(e,t){return ct(J,function(n){var i="_."+n[0];t&n[1]&&!Yn(e,i)&&e.push(i)}),e.sort()}function iu(e){if(e instanceof ge)return e.clone();var t=new ht(e.__wrapped__,e.__chain__);return t.__actions__=Ze(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}function bl(e,t,n){(n?Je(e,t,n):t===r)?t=1:t=De(le(t),0);var i=e==null?0:e.length;if(!i||t<1)return[];for(var o=0,f=0,v=E(ur(i/t));o<i;)v[f++]=dt(e,o,o+=t);return v}function Al(e){for(var t=-1,n=e==null?0:e.length,i=0,o=[];++t<n;){var f=e[t];f&&(o[i++]=f)}return o}function xl(){var e=arguments.length;if(!e)return[];for(var t=E(e-1),n=arguments[0],i=e;i--;)t[i-1]=arguments[i];return Kt(ce(n)?Ze(n):[n],We(t,1))}var Cl=pe(function(e,t){return Be(e)?Dn(e,We(t,1,Be,!0)):[]}),Tl=pe(function(e,t){var n=gt(t);return Be(n)&&(n=r),Be(e)?Dn(e,We(t,1,Be,!0),ne(n,2)):[]}),El=pe(function(e,t){var n=gt(t);return Be(n)&&(n=r),Be(e)?Dn(e,We(t,1,Be,!0),r,n):[]});function kl(e,t,n){var i=e==null?0:e.length;return i?(t=n||t===r?1:le(t),dt(e,t<0?0:t,i)):[]}function Rl(e,t,n){var i=e==null?0:e.length;return i?(t=n||t===r?1:le(t),t=i-t,dt(e,0,t<0?0:t)):[]}function Il(e,t){return e&&e.length?yr(e,ne(t,3),!0,!0):[]}function Ol(e,t){return e&&e.length?yr(e,ne(t,3),!0):[]}function Ll(e,t,n,i){var o=e==null?0:e.length;return o?(n&&typeof n!="number"&&Je(e,t,n)&&(n=0,i=o),xc(e,t,n,i)):[]}function ou(e,t,n){var i=e==null?0:e.length;if(!i)return-1;var o=n==null?0:le(n);return o<0&&(o=De(i+o,0)),Zn(e,ne(t,3),o)}function su(e,t,n){var i=e==null?0:e.length;if(!i)return-1;var o=i-1;return n!==r&&(o=le(n),o=n<0?De(i+o,0):He(o,i-1)),Zn(e,ne(t,3),o,!0)}function uu(e){var t=e==null?0:e.length;return t?We(e,1):[]}function Bl(e){var t=e==null?0:e.length;return t?We(e,ke):[]}function Nl(e,t){var n=e==null?0:e.length;return n?(t=t===r?1:le(t),We(e,t)):[]}function Ul(e){for(var t=-1,n=e==null?0:e.length,i={};++t<n;){var o=e[t];i[o[0]]=o[1]}return i}function au(e){return e&&e.length?e[0]:r}function Dl(e,t,n){var i=e==null?0:e.length;if(!i)return-1;var o=n==null?0:le(n);return o<0&&(o=De(i+o,0)),cn(e,t,o)}function Pl(e){var t=e==null?0:e.length;return t?dt(e,0,-1):[]}var Fl=pe(function(e){var t=Ie(e,ki);return t.length&&t[0]===e[0]?_i(t):[]}),Ml=pe(function(e){var t=gt(e),n=Ie(e,ki);return t===gt(n)?t=r:n.pop(),n.length&&n[0]===e[0]?_i(n,ne(t,2)):[]}),Wl=pe(function(e){var t=gt(e),n=Ie(e,ki);return t=typeof t=="function"?t:r,t&&n.pop(),n.length&&n[0]===e[0]?_i(n,r,t):[]});function ql(e,t){return e==null?"":Pf.call(e,t)}function gt(e){var t=e==null?0:e.length;return t?e[t-1]:r}function Kl(e,t,n){var i=e==null?0:e.length;if(!i)return-1;var o=i;return n!==r&&(o=le(n),o=o<0?De(i+o,0):He(o,i-1)),t===t?Sf(e,t,o):Zn(e,Ko,o,!0)}function Hl(e,t){return e&&e.length?ms(e,le(t)):r}var Gl=pe(fu);function fu(e,t){return e&&e.length&&t&&t.length?bi(e,t):e}function zl(e,t,n){return e&&e.length&&t&&t.length?bi(e,t,ne(n,2)):e}function $l(e,t,n){return e&&e.length&&t&&t.length?bi(e,t,r,n):e}var Xl=Ut(function(e,t){var n=e==null?0:e.length,i=di(e,t);return bs(e,Ie(t,function(o){return Dt(o,n)?+o:o}).sort(Ls)),i});function Jl(e,t){var n=[];if(!(e&&e.length))return n;var i=-1,o=[],f=e.length;for(t=ne(t,3);++i<f;){var v=e[i];t(v,i,e)&&(n.push(v),o.push(i))}return bs(e,o),n}function Ki(e){return e==null?e:qf.call(e)}function Yl(e,t,n){var i=e==null?0:e.length;return i?(n&&typeof n!="number"&&Je(e,t,n)?(t=0,n=i):(t=t==null?0:le(t),n=n===r?i:le(n)),dt(e,t,n)):[]}function Zl(e,t){return vr(e,t)}function Vl(e,t,n){return Ci(e,t,ne(n,2))}function Ql(e,t){var n=e==null?0:e.length;if(n){var i=vr(e,t);if(i<n&&wt(e[i],t))return i}return-1}function jl(e,t){return vr(e,t,!0)}function eh(e,t,n){return Ci(e,t,ne(n,2),!0)}function th(e,t){var n=e==null?0:e.length;if(n){var i=vr(e,t,!0)-1;if(wt(e[i],t))return i}return-1}function nh(e){return e&&e.length?xs(e):[]}function rh(e,t){return e&&e.length?xs(e,ne(t,2)):[]}function ih(e){var t=e==null?0:e.length;return t?dt(e,1,t):[]}function oh(e,t,n){return e&&e.length?(t=n||t===r?1:le(t),dt(e,0,t<0?0:t)):[]}function sh(e,t,n){var i=e==null?0:e.length;return i?(t=n||t===r?1:le(t),t=i-t,dt(e,t<0?0:t,i)):[]}function uh(e,t){return e&&e.length?yr(e,ne(t,3),!1,!0):[]}function ah(e,t){return e&&e.length?yr(e,ne(t,3)):[]}var fh=pe(function(e){return $t(We(e,1,Be,!0))}),ch=pe(function(e){var t=gt(e);return Be(t)&&(t=r),$t(We(e,1,Be,!0),ne(t,2))}),lh=pe(function(e){var t=gt(e);return t=typeof t=="function"?t:r,$t(We(e,1,Be,!0),r,t)});function hh(e){return e&&e.length?$t(e):[]}function ph(e,t){return e&&e.length?$t(e,ne(t,2)):[]}function dh(e,t){return t=typeof t=="function"?t:r,e&&e.length?$t(e,r,t):[]}function Hi(e){if(!(e&&e.length))return[];var t=0;return e=qt(e,function(n){if(Be(n))return t=De(n.length,t),!0}),si(t,function(n){return Ie(e,ri(n))})}function cu(e,t){if(!(e&&e.length))return[];var n=Hi(e);return t==null?n:Ie(n,function(i){return rt(t,r,i)})}var gh=pe(function(e,t){return Be(e)?Dn(e,t):[]}),vh=pe(function(e){return Ei(qt(e,Be))}),yh=pe(function(e){var t=gt(e);return Be(t)&&(t=r),Ei(qt(e,Be),ne(t,2))}),_h=pe(function(e){var t=gt(e);return t=typeof t=="function"?t:r,Ei(qt(e,Be),r,t)}),mh=pe(Hi);function wh(e,t){return ks(e||[],t||[],Un)}function Sh(e,t){return ks(e||[],t||[],Mn)}var bh=pe(function(e){var t=e.length,n=t>1?e[t-1]:r;return n=typeof n=="function"?(e.pop(),n):r,cu(e,n)});function lu(e){var t=a(e);return t.__chain__=!0,t}function Ah(e,t){return t(e),e}function Tr(e,t){return t(e)}var xh=Ut(function(e){var t=e.length,n=t?e[0]:0,i=this.__wrapped__,o=function(f){return di(f,e)};return t>1||this.__actions__.length||!(i instanceof ge)||!Dt(n)?this.thru(o):(i=i.slice(n,+n+(t?1:0)),i.__actions__.push({func:Tr,args:[o],thisArg:r}),new ht(i,this.__chain__).thru(function(f){return t&&!f.length&&f.push(r),f}))});function Ch(){return lu(this)}function Th(){return new ht(this.value(),this.__chain__)}function Eh(){this.__values__===r&&(this.__values__=Cu(this.value()));var e=this.__index__>=this.__values__.length,t=e?r:this.__values__[this.__index__++];return{done:e,value:t}}function kh(){return this}function Rh(e){for(var t,n=this;n instanceof lr;){var i=iu(n);i.__index__=0,i.__values__=r,t?o.__wrapped__=i:t=i;var o=i;n=n.__wrapped__}return o.__wrapped__=e,t}function Ih(){var e=this.__wrapped__;if(e instanceof ge){var t=e;return this.__actions__.length&&(t=new ge(this)),t=t.reverse(),t.__actions__.push({func:Tr,args:[Ki],thisArg:r}),new ht(t,this.__chain__)}return this.thru(Ki)}function Oh(){return Es(this.__wrapped__,this.__actions__)}var Lh=_r(function(e,t,n){Se.call(e,n)?++e[n]:Bt(e,n,1)});function Bh(e,t,n){var i=ce(e)?Wo:Ac;return n&&Je(e,t,n)&&(t=r),i(e,ne(t,3))}function Nh(e,t){var n=ce(e)?qt:cs;return n(e,ne(t,3))}var Uh=Fs(ou),Dh=Fs(su);function Ph(e,t){return We(Er(e,t),1)}function Fh(e,t){return We(Er(e,t),ke)}function Mh(e,t,n){return n=n===r?1:le(n),We(Er(e,t),n)}function hu(e,t){var n=ce(e)?ct:zt;return n(e,ne(t,3))}function pu(e,t){var n=ce(e)?rf:fs;return n(e,ne(t,3))}var Wh=_r(function(e,t,n){Se.call(e,n)?e[n].push(t):Bt(e,n,[t])});function qh(e,t,n,i){e=Ve(e)?e:bn(e),n=n&&!i?le(n):0;var o=e.length;return n<0&&(n=De(o+n,0)),Lr(e)?n<=o&&e.indexOf(t,n)>-1:!!o&&cn(e,t,n)>-1}var Kh=pe(function(e,t,n){var i=-1,o=typeof t=="function",f=Ve(e)?E(e.length):[];return zt(e,function(v){f[++i]=o?rt(t,v,n):Pn(v,t,n)}),f}),Hh=_r(function(e,t,n){Bt(e,n,t)});function Er(e,t){var n=ce(e)?Ie:vs;return n(e,ne(t,3))}function Gh(e,t,n,i){return e==null?[]:(ce(t)||(t=t==null?[]:[t]),n=i?r:n,ce(n)||(n=n==null?[]:[n]),ws(e,t,n))}var zh=_r(function(e,t,n){e[n?0:1].push(t)},function(){return[[],[]]});function $h(e,t,n){var i=ce(e)?ti:Go,o=arguments.length<3;return i(e,ne(t,4),n,o,zt)}function Xh(e,t,n){var i=ce(e)?of:Go,o=arguments.length<3;return i(e,ne(t,4),n,o,fs)}function Jh(e,t){var n=ce(e)?qt:cs;return n(e,Ir(ne(t,3)))}function Yh(e){var t=ce(e)?os:qc;return t(e)}function Zh(e,t,n){(n?Je(e,t,n):t===r)?t=1:t=le(t);var i=ce(e)?_c:Kc;return i(e,t)}function Vh(e){var t=ce(e)?mc:Gc;return t(e)}function Qh(e){if(e==null)return 0;if(Ve(e))return Lr(e)?hn(e):e.length;var t=Ge(e);return t==Re||t==$e?e.size:wi(e).length}function jh(e,t,n){var i=ce(e)?ni:zc;return n&&Je(e,t,n)&&(t=r),i(e,ne(t,3))}var ep=pe(function(e,t){if(e==null)return[];var n=t.length;return n>1&&Je(e,t[0],t[1])?t=[]:n>2&&Je(t[0],t[1],t[2])&&(t=[t[0]]),ws(e,We(t,1),[])}),kr=Nf||function(){return Me.Date.now()};function tp(e,t){if(typeof t!="function")throw new lt(m);return e=le(e),function(){if(--e<1)return t.apply(this,arguments)}}function du(e,t,n){return t=n?r:t,t=e&&t==null?e.length:t,Nt(e,M,r,r,r,r,t)}function gu(e,t){var n;if(typeof t!="function")throw new lt(m);return e=le(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=r),n}}var Gi=pe(function(e,t,n){var i=k;if(n.length){var o=Ht(n,wn(Gi));i|=G}return Nt(e,i,t,n,o)}),vu=pe(function(e,t,n){var i=k|q;if(n.length){var o=Ht(n,wn(vu));i|=G}return Nt(t,i,e,n,o)});function yu(e,t,n){t=n?r:t;var i=Nt(e,Y,r,r,r,r,r,t);return i.placeholder=yu.placeholder,i}function _u(e,t,n){t=n?r:t;var i=Nt(e,se,r,r,r,r,r,t);return i.placeholder=_u.placeholder,i}function mu(e,t,n){var i,o,f,v,b,C,I=0,O=!1,B=!1,K=!0;if(typeof e!="function")throw new lt(m);t=vt(t)||0,Oe(n)&&(O=!!n.leading,B="maxWait"in n,f=B?De(vt(n.maxWait)||0,t):f,K="trailing"in n?!!n.trailing:K);function Z(Ne){var St=i,Mt=o;return i=o=r,I=Ne,v=e.apply(Mt,St),v}function re(Ne){return I=Ne,b=Kn(de,t),O?Z(Ne):v}function he(Ne){var St=Ne-C,Mt=Ne-I,Fu=t-St;return B?He(Fu,f-Mt):Fu}function ie(Ne){var St=Ne-C,Mt=Ne-I;return C===r||St>=t||St<0||B&&Mt>=f}function de(){var Ne=kr();if(ie(Ne))return ye(Ne);b=Kn(de,he(Ne))}function ye(Ne){return b=r,K&&i?Z(Ne):(i=o=r,v)}function ut(){b!==r&&Rs(b),I=0,i=C=o=b=r}function Ye(){return b===r?v:ye(kr())}function at(){var Ne=kr(),St=ie(Ne);if(i=arguments,o=this,C=Ne,St){if(b===r)return re(C);if(B)return Rs(b),b=Kn(de,t),Z(C)}return b===r&&(b=Kn(de,t)),v}return at.cancel=ut,at.flush=Ye,at}var np=pe(function(e,t){return as(e,1,t)}),rp=pe(function(e,t,n){return as(e,vt(t)||0,n)});function ip(e){return Nt(e,L)}function Rr(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new lt(m);var n=function(){var i=arguments,o=t?t.apply(this,i):i[0],f=n.cache;if(f.has(o))return f.get(o);var v=e.apply(this,i);return n.cache=f.set(o,v)||f,v};return n.cache=new(Rr.Cache||Lt),n}Rr.Cache=Lt;function Ir(e){if(typeof e!="function")throw new lt(m);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}function op(e){return gu(2,e)}var sp=$c(function(e,t){t=t.length==1&&ce(t[0])?Ie(t[0],it(ne())):Ie(We(t,1),it(ne()));var n=t.length;return pe(function(i){for(var o=-1,f=He(i.length,n);++o<f;)i[o]=t[o].call(this,i[o]);return rt(e,this,i)})}),zi=pe(function(e,t){var n=Ht(t,wn(zi));return Nt(e,G,r,t,n)}),wu=pe(function(e,t){var n=Ht(t,wn(wu));return Nt(e,D,r,t,n)}),up=Ut(function(e,t){return Nt(e,H,r,r,r,t)});function ap(e,t){if(typeof e!="function")throw new lt(m);return t=t===r?t:le(t),pe(e,t)}function fp(e,t){if(typeof e!="function")throw new lt(m);return t=t==null?0:De(le(t),0),pe(function(n){var i=n[t],o=Jt(n,0,t);return i&&Kt(o,i),rt(e,this,o)})}function cp(e,t,n){var i=!0,o=!0;if(typeof e!="function")throw new lt(m);return Oe(n)&&(i="leading"in n?!!n.leading:i,o="trailing"in n?!!n.trailing:o),mu(e,t,{leading:i,maxWait:t,trailing:o})}function lp(e){return du(e,1)}function hp(e,t){return zi(Ri(t),e)}function pp(){if(!arguments.length)return[];var e=arguments[0];return ce(e)?e:[e]}function dp(e){return pt(e,s)}function gp(e,t){return t=typeof t=="function"?t:r,pt(e,s,t)}function vp(e){return pt(e,p|s)}function yp(e,t){return t=typeof t=="function"?t:r,pt(e,p|s,t)}function _p(e,t){return t==null||us(e,t,Pe(t))}function wt(e,t){return e===t||e!==e&&t!==t}var mp=br(yi),wp=br(function(e,t){return e>=t}),sn=ps(function(){return arguments}())?ps:function(e){return Le(e)&&Se.call(e,"callee")&&!jo.call(e,"callee")},ce=E.isArray,Sp=No?it(No):Rc;function Ve(e){return e!=null&&Or(e.length)&&!Pt(e)}function Be(e){return Le(e)&&Ve(e)}function bp(e){return e===!0||e===!1||Le(e)&&Xe(e)==Q}var Yt=Df||no,Ap=Uo?it(Uo):Ic;function xp(e){return Le(e)&&e.nodeType===1&&!Hn(e)}function Cp(e){if(e==null)return!0;if(Ve(e)&&(ce(e)||typeof e=="string"||typeof e.splice=="function"||Yt(e)||Sn(e)||sn(e)))return!e.length;var t=Ge(e);if(t==Re||t==$e)return!e.size;if(qn(e))return!wi(e).length;for(var n in e)if(Se.call(e,n))return!1;return!0}function Tp(e,t){return Fn(e,t)}function Ep(e,t,n){n=typeof n=="function"?n:r;var i=n?n(e,t):r;return i===r?Fn(e,t,r,n):!!i}function $i(e){if(!Le(e))return!1;var t=Xe(e);return t==ue||t==$||typeof e.message=="string"&&typeof e.name=="string"&&!Hn(e)}function kp(e){return typeof e=="number"&&ts(e)}function Pt(e){if(!Oe(e))return!1;var t=Xe(e);return t==me||t==Ke||t==P||t==Tn}function Su(e){return typeof e=="number"&&e==le(e)}function Or(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=ae}function Oe(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}function Le(e){return e!=null&&typeof e=="object"}var bu=Do?it(Do):Lc;function Rp(e,t){return e===t||mi(e,t,Di(t))}function Ip(e,t,n){return n=typeof n=="function"?n:r,mi(e,t,Di(t),n)}function Op(e){return Au(e)&&e!=+e}function Lp(e){if(gl(e))throw new fe(d);return ds(e)}function Bp(e){return e===null}function Np(e){return e==null}function Au(e){return typeof e=="number"||Le(e)&&Xe(e)==yt}function Hn(e){if(!Le(e)||Xe(e)!=nt)return!1;var t=ir(e);if(t===null)return!0;var n=Se.call(t,"constructor")&&t.constructor;return typeof n=="function"&&n instanceof n&&er.call(n)==If}var Xi=Po?it(Po):Bc;function Up(e){return Su(e)&&e>=-ae&&e<=ae}var xu=Fo?it(Fo):Nc;function Lr(e){return typeof e=="string"||!ce(e)&&Le(e)&&Xe(e)==At}function st(e){return typeof e=="symbol"||Le(e)&&Xe(e)==xt}var Sn=Mo?it(Mo):Uc;function Dp(e){return e===r}function Pp(e){return Le(e)&&Ge(e)==It}function Fp(e){return Le(e)&&Xe(e)==kn}var Mp=br(Si),Wp=br(function(e,t){return e<=t});function Cu(e){if(!e)return[];if(Ve(e))return Lr(e)?_t(e):Ze(e);if(In&&e[In])return _f(e[In]());var t=Ge(e),n=t==Re?ai:t==$e?Vn:bn;return n(e)}function Ft(e){if(!e)return e===0?e:0;if(e=vt(e),e===ke||e===-ke){var t=e<0?-1:1;return t*qe}return e===e?e:0}function le(e){var t=Ft(e),n=t%1;return t===t?n?t-n:t:0}function Tu(e){return e?tn(le(e),0,tt):0}function vt(e){if(typeof e=="number")return e;if(st(e))return bt;if(Oe(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=Oe(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=zo(e);var n=wa.test(e);return n||ba.test(e)?ef(e.slice(2),n?2:8):ma.test(e)?bt:+e}function Eu(e){return Tt(e,Qe(e))}function qp(e){return e?tn(le(e),-ae,ae):e===0?e:0}function we(e){return e==null?"":ot(e)}var Kp=_n(function(e,t){if(qn(t)||Ve(t)){Tt(t,Pe(t),e);return}for(var n in t)Se.call(t,n)&&Un(e,n,t[n])}),ku=_n(function(e,t){Tt(t,Qe(t),e)}),Br=_n(function(e,t,n,i){Tt(t,Qe(t),e,i)}),Hp=_n(function(e,t,n,i){Tt(t,Pe(t),e,i)}),Gp=Ut(di);function zp(e,t){var n=yn(e);return t==null?n:ss(n,t)}var $p=pe(function(e,t){e=xe(e);var n=-1,i=t.length,o=i>2?t[2]:r;for(o&&Je(t[0],t[1],o)&&(i=1);++n<i;)for(var f=t[n],v=Qe(f),b=-1,C=v.length;++b<C;){var I=v[b],O=e[I];(O===r||wt(O,dn[I])&&!Se.call(e,I))&&(e[I]=f[I])}return e}),Xp=pe(function(e){return e.push(r,zs),rt(Ru,r,e)});function Jp(e,t){return qo(e,ne(t,3),Ct)}function Yp(e,t){return qo(e,ne(t,3),vi)}function Zp(e,t){return e==null?e:gi(e,ne(t,3),Qe)}function Vp(e,t){return e==null?e:ls(e,ne(t,3),Qe)}function Qp(e,t){return e&&Ct(e,ne(t,3))}function jp(e,t){return e&&vi(e,ne(t,3))}function ed(e){return e==null?[]:dr(e,Pe(e))}function td(e){return e==null?[]:dr(e,Qe(e))}function Ji(e,t,n){var i=e==null?r:nn(e,t);return i===r?n:i}function nd(e,t){return e!=null&&Js(e,t,Cc)}function Yi(e,t){return e!=null&&Js(e,t,Tc)}var rd=Ws(function(e,t,n){t!=null&&typeof t.toString!="function"&&(t=tr.call(t)),e[t]=n},Vi(je)),id=Ws(function(e,t,n){t!=null&&typeof t.toString!="function"&&(t=tr.call(t)),Se.call(e,t)?e[t].push(n):e[t]=[n]},ne),od=pe(Pn);function Pe(e){return Ve(e)?is(e):wi(e)}function Qe(e){return Ve(e)?is(e,!0):Dc(e)}function sd(e,t){var n={};return t=ne(t,3),Ct(e,function(i,o,f){Bt(n,t(i,o,f),i)}),n}function ud(e,t){var n={};return t=ne(t,3),Ct(e,function(i,o,f){Bt(n,o,t(i,o,f))}),n}var ad=_n(function(e,t,n){gr(e,t,n)}),Ru=_n(function(e,t,n,i){gr(e,t,n,i)}),fd=Ut(function(e,t){var n={};if(e==null)return n;var i=!1;t=Ie(t,function(f){return f=Xt(f,e),i||(i=f.length>1),f}),Tt(e,Ni(e),n),i&&(n=pt(n,p|u|s,rl));for(var o=t.length;o--;)Ti(n,t[o]);return n});function cd(e,t){return Iu(e,Ir(ne(t)))}var ld=Ut(function(e,t){return e==null?{}:Fc(e,t)});function Iu(e,t){if(e==null)return{};var n=Ie(Ni(e),function(i){return[i]});return t=ne(t),Ss(e,n,function(i,o){return t(i,o[0])})}function hd(e,t,n){t=Xt(t,e);var i=-1,o=t.length;for(o||(o=1,e=r);++i<o;){var f=e==null?r:e[Et(t[i])];f===r&&(i=o,f=n),e=Pt(f)?f.call(e):f}return e}function pd(e,t,n){return e==null?e:Mn(e,t,n)}function dd(e,t,n,i){return i=typeof i=="function"?i:r,e==null?e:Mn(e,t,n,i)}var Ou=Hs(Pe),Lu=Hs(Qe);function gd(e,t,n){var i=ce(e),o=i||Yt(e)||Sn(e);if(t=ne(t,4),n==null){var f=e&&e.constructor;o?n=i?new f:[]:Oe(e)?n=Pt(f)?yn(ir(e)):{}:n={}}return(o?ct:Ct)(e,function(v,b,C){return t(n,v,b,C)}),n}function vd(e,t){return e==null?!0:Ti(e,t)}function yd(e,t,n){return e==null?e:Ts(e,t,Ri(n))}function _d(e,t,n,i){return i=typeof i=="function"?i:r,e==null?e:Ts(e,t,Ri(n),i)}function bn(e){return e==null?[]:ui(e,Pe(e))}function md(e){return e==null?[]:ui(e,Qe(e))}function wd(e,t,n){return n===r&&(n=t,t=r),n!==r&&(n=vt(n),n=n===n?n:0),t!==r&&(t=vt(t),t=t===t?t:0),tn(vt(e),t,n)}function Sd(e,t,n){return t=Ft(t),n===r?(n=t,t=0):n=Ft(n),e=vt(e),Ec(e,t,n)}function bd(e,t,n){if(n&&typeof n!="boolean"&&Je(e,t,n)&&(t=n=r),n===r&&(typeof t=="boolean"?(n=t,t=r):typeof e=="boolean"&&(n=e,e=r)),e===r&&t===r?(e=0,t=1):(e=Ft(e),t===r?(t=e,e=0):t=Ft(t)),e>t){var i=e;e=t,t=i}if(n||e%1||t%1){var o=ns();return He(e+o*(t-e+ja("1e-"+((o+"").length-1))),t)}return Ai(e,t)}var Ad=mn(function(e,t,n){return t=t.toLowerCase(),e+(n?Bu(t):t)});function Bu(e){return Zi(we(e).toLowerCase())}function Nu(e){return e=we(e),e&&e.replace(xa,pf).replace(Ha,"")}function xd(e,t,n){e=we(e),t=ot(t);var i=e.length;n=n===r?i:tn(le(n),0,i);var o=n;return n-=t.length,n>=0&&e.slice(n,o)==t}function Cd(e){return e=we(e),e&&ia.test(e)?e.replace(co,df):e}function Td(e){return e=we(e),e&&ca.test(e)?e.replace(zr,"\\$&"):e}var Ed=mn(function(e,t,n){return e+(n?"-":"")+t.toLowerCase()}),kd=mn(function(e,t,n){return e+(n?" ":"")+t.toLowerCase()}),Rd=Ps("toLowerCase");function Id(e,t,n){e=we(e),t=le(t);var i=t?hn(e):0;if(!t||i>=t)return e;var o=(t-i)/2;return Sr(ar(o),n)+e+Sr(ur(o),n)}function Od(e,t,n){e=we(e),t=le(t);var i=t?hn(e):0;return t&&i<t?e+Sr(t-i,n):e}function Ld(e,t,n){e=we(e),t=le(t);var i=t?hn(e):0;return t&&i<t?Sr(t-i,n)+e:e}function Bd(e,t,n){return n||t==null?t=0:t&&(t=+t),Wf(we(e).replace($r,""),t||0)}function Nd(e,t,n){return(n?Je(e,t,n):t===r)?t=1:t=le(t),xi(we(e),t)}function Ud(){var e=arguments,t=we(e[0]);return e.length<3?t:t.replace(e[1],e[2])}var Dd=mn(function(e,t,n){return e+(n?"_":"")+t.toLowerCase()});function Pd(e,t,n){return n&&typeof n!="number"&&Je(e,t,n)&&(t=n=r),n=n===r?tt:n>>>0,n?(e=we(e),e&&(typeof t=="string"||t!=null&&!Xi(t))&&(t=ot(t),!t&&ln(e))?Jt(_t(e),0,n):e.split(t,n)):[]}var Fd=mn(function(e,t,n){return e+(n?" ":"")+Zi(t)});function Md(e,t,n){return e=we(e),n=n==null?0:tn(le(n),0,e.length),t=ot(t),e.slice(n,n+t.length)==t}function Wd(e,t,n){var i=a.templateSettings;n&&Je(e,t,n)&&(t=r),e=we(e),t=Br({},t,i,Gs);var o=Br({},t.imports,i.imports,Gs),f=Pe(o),v=ui(o,f),b,C,I=0,O=t.interpolate||$n,B="__p += '",K=fi((t.escape||$n).source+"|"+O.source+"|"+(O===lo?_a:$n).source+"|"+(t.evaluate||$n).source+"|$","g"),Z="//# sourceURL="+(Se.call(t,"sourceURL")?(t.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++Ja+"]")+`
|
|
16
|
-
`;e.replace(K,function(ie,de,ye,ut,Ye,at){return ye||(ye=ut),B+=e.slice(
|
|
15
|
+
`)}function hl(e){return ce(e)||sn(e)||!!(jo&&e&&e[jo])}function Ut(e,t){var n=typeof e;return t=t??ae,!!t&&(n=="number"||n!="symbol"&&Aa.test(e))&&e>-1&&e%1==0&&e<t}function Je(e,t,n){if(!Ie(n))return!1;var i=typeof t;return(i=="number"?Ve(n)&&Ut(t,n.length):i=="string"&&t in n)?wt(n[t],e):!1}function Fi(e,t){if(ce(e))return!1;var n=typeof e;return n=="number"||n=="symbol"||n=="boolean"||e==null||st(e)?!0:aa.test(e)||!ua.test(e)||t!=null&&e in Ce(t)}function pl(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function Mi(e){var t=Ar(e),n=a[t];if(typeof n!="function"||!(t in ge.prototype))return!1;if(e===n)return!0;var i=Ui(n);return!!i&&e===i[0]}function dl(e){return!!Yo&&Yo in e}var gl=jn?Dt:no;function qn(e){var t=e&&e.constructor,n=typeof t=="function"&&t.prototype||dn;return e===n}function Ys(e){return e===e&&!Ie(e)}function Zs(e,t){return function(n){return n==null?!1:n[e]===t&&(t!==r||e in Ce(n))}}function vl(e){var t=Rr(e,function(i){return n.size===l&&n.clear(),i}),n=t.cache;return t}function yl(e,t){var n=e[1],i=t[1],o=n|i,f=o<(k|q|M),y=i==M&&n==Y||i==M&&n==H&&e[7].length<=t[8]||i==(M|H)&&t[7].length<=t[8]&&n==Y;if(!(f||y))return e;i&k&&(e[2]=t[2],o|=n&k?0:oe);var b=t[3];if(b){var C=e[3];e[3]=C?Os(C,b,t[4]):b,e[4]=C?Kt(e[3],_):t[4]}return b=t[5],b&&(C=e[5],e[5]=C?Bs(C,b,t[6]):b,e[6]=C?Kt(e[5],_):t[6]),b=t[7],b&&(e[7]=b),i&M&&(e[8]=e[8]==null?t[8]:He(e[8],t[8])),e[9]==null&&(e[9]=t[9]),e[0]=t[0],e[1]=o,e}function _l(e){var t=[];if(e!=null)for(var n in Ce(e))t.push(n);return t}function ml(e){return tr.call(e)}function Vs(e,t,n){return t=De(t===r?e.length-1:t,0),function(){for(var i=arguments,o=-1,f=De(i.length-t,0),y=E(f);++o<f;)y[o]=i[t+o];o=-1;for(var b=E(t+1);++o<t;)b[o]=i[o];return b[t]=n(y),rt(e,this,b)}}function Qs(e,t){return t.length<2?e:nn(e,dt(t,0,-1))}function wl(e,t){for(var n=e.length,i=He(t.length,n),o=Ze(e);i--;){var f=t[i];e[i]=Ut(f,n)?o[f]:r}return e}function Wi(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}var js=tu(bs),Kn=Uf||function(e,t){return Me.setTimeout(e,t)},qi=tu(Hc);function eu(e,t,n){var i=t+"";return qi(e,ll(i,Sl(al(i),n)))}function tu(e){var t=0,n=0;return function(){var i=Mf(),o=V-(i-n);if(n=i,o>0){if(++t>=j)return arguments[0]}else t=0;return e.apply(r,arguments)}}function Cr(e,t){var n=-1,i=e.length,o=i-1;for(t=t===r?i:t;++n<t;){var f=Ai(n,o),y=e[f];e[f]=e[n],e[n]=y}return e.length=t,e}var nu=vl(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(fa,function(n,i,o,f){t.push(o?f.replace(ya,"$1"):i||n)}),t});function Et(e){if(typeof e=="string"||st(e))return e;var t=e+"";return t=="0"&&1/e==-ke?"-0":t}function on(e){if(e!=null){try{return er.call(e)}catch{}try{return e+""}catch{}}return""}function Sl(e,t){return ct(J,function(n){var i="_."+n[0];t&n[1]&&!Yn(e,i)&&e.push(i)}),e.sort()}function ru(e){if(e instanceof ge)return e.clone();var t=new ht(e.__wrapped__,e.__chain__);return t.__actions__=Ze(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}function bl(e,t,n){(n?Je(e,t,n):t===r)?t=1:t=De(le(t),0);var i=e==null?0:e.length;if(!i||t<1)return[];for(var o=0,f=0,y=E(ur(i/t));o<i;)y[f++]=dt(e,o,o+=t);return y}function Al(e){for(var t=-1,n=e==null?0:e.length,i=0,o=[];++t<n;){var f=e[t];f&&(o[i++]=f)}return o}function xl(){var e=arguments.length;if(!e)return[];for(var t=E(e-1),n=arguments[0],i=e;i--;)t[i-1]=arguments[i];return qt(ce(n)?Ze(n):[n],We(t,1))}var Cl=pe(function(e,t){return Be(e)?Dn(e,We(t,1,Be,!0)):[]}),Tl=pe(function(e,t){var n=gt(t);return Be(n)&&(n=r),Be(e)?Dn(e,We(t,1,Be,!0),ne(n,2)):[]}),El=pe(function(e,t){var n=gt(t);return Be(n)&&(n=r),Be(e)?Dn(e,We(t,1,Be,!0),r,n):[]});function kl(e,t,n){var i=e==null?0:e.length;return i?(t=n||t===r?1:le(t),dt(e,t<0?0:t,i)):[]}function Rl(e,t,n){var i=e==null?0:e.length;return i?(t=n||t===r?1:le(t),t=i-t,dt(e,0,t<0?0:t)):[]}function Ll(e,t){return e&&e.length?yr(e,ne(t,3),!0,!0):[]}function Il(e,t){return e&&e.length?yr(e,ne(t,3),!0):[]}function Ol(e,t,n,i){var o=e==null?0:e.length;return o?(n&&typeof n!="number"&&Je(e,t,n)&&(n=0,i=o),xc(e,t,n,i)):[]}function iu(e,t,n){var i=e==null?0:e.length;if(!i)return-1;var o=n==null?0:le(n);return o<0&&(o=De(i+o,0)),Zn(e,ne(t,3),o)}function ou(e,t,n){var i=e==null?0:e.length;if(!i)return-1;var o=i-1;return n!==r&&(o=le(n),o=n<0?De(i+o,0):He(o,i-1)),Zn(e,ne(t,3),o,!0)}function su(e){var t=e==null?0:e.length;return t?We(e,1):[]}function Bl(e){var t=e==null?0:e.length;return t?We(e,ke):[]}function Nl(e,t){var n=e==null?0:e.length;return n?(t=t===r?1:le(t),We(e,t)):[]}function Ul(e){for(var t=-1,n=e==null?0:e.length,i={};++t<n;){var o=e[t];i[o[0]]=o[1]}return i}function uu(e){return e&&e.length?e[0]:r}function Dl(e,t,n){var i=e==null?0:e.length;if(!i)return-1;var o=n==null?0:le(n);return o<0&&(o=De(i+o,0)),cn(e,t,o)}function Pl(e){var t=e==null?0:e.length;return t?dt(e,0,-1):[]}var Fl=pe(function(e){var t=Le(e,ki);return t.length&&t[0]===e[0]?_i(t):[]}),Ml=pe(function(e){var t=gt(e),n=Le(e,ki);return t===gt(n)?t=r:n.pop(),n.length&&n[0]===e[0]?_i(n,ne(t,2)):[]}),Wl=pe(function(e){var t=gt(e),n=Le(e,ki);return t=typeof t=="function"?t:r,t&&n.pop(),n.length&&n[0]===e[0]?_i(n,r,t):[]});function ql(e,t){return e==null?"":Pf.call(e,t)}function gt(e){var t=e==null?0:e.length;return t?e[t-1]:r}function Kl(e,t,n){var i=e==null?0:e.length;if(!i)return-1;var o=i;return n!==r&&(o=le(n),o=o<0?De(i+o,0):He(o,i-1)),t===t?Sf(e,t,o):Zn(e,qo,o,!0)}function Hl(e,t){return e&&e.length?_s(e,le(t)):r}var Gl=pe(au);function au(e,t){return e&&e.length&&t&&t.length?bi(e,t):e}function zl(e,t,n){return e&&e.length&&t&&t.length?bi(e,t,ne(n,2)):e}function $l(e,t,n){return e&&e.length&&t&&t.length?bi(e,t,r,n):e}var Xl=Nt(function(e,t){var n=e==null?0:e.length,i=di(e,t);return Ss(e,Le(t,function(o){return Ut(o,n)?+o:o}).sort(Is)),i});function Jl(e,t){var n=[];if(!(e&&e.length))return n;var i=-1,o=[],f=e.length;for(t=ne(t,3);++i<f;){var y=e[i];t(y,i,e)&&(n.push(y),o.push(i))}return Ss(e,o),n}function Ki(e){return e==null?e:qf.call(e)}function Yl(e,t,n){var i=e==null?0:e.length;return i?(n&&typeof n!="number"&&Je(e,t,n)?(t=0,n=i):(t=t==null?0:le(t),n=n===r?i:le(n)),dt(e,t,n)):[]}function Zl(e,t){return vr(e,t)}function Vl(e,t,n){return Ci(e,t,ne(n,2))}function Ql(e,t){var n=e==null?0:e.length;if(n){var i=vr(e,t);if(i<n&&wt(e[i],t))return i}return-1}function jl(e,t){return vr(e,t,!0)}function eh(e,t,n){return Ci(e,t,ne(n,2),!0)}function th(e,t){var n=e==null?0:e.length;if(n){var i=vr(e,t,!0)-1;if(wt(e[i],t))return i}return-1}function nh(e){return e&&e.length?As(e):[]}function rh(e,t){return e&&e.length?As(e,ne(t,2)):[]}function ih(e){var t=e==null?0:e.length;return t?dt(e,1,t):[]}function oh(e,t,n){return e&&e.length?(t=n||t===r?1:le(t),dt(e,0,t<0?0:t)):[]}function sh(e,t,n){var i=e==null?0:e.length;return i?(t=n||t===r?1:le(t),t=i-t,dt(e,t<0?0:t,i)):[]}function uh(e,t){return e&&e.length?yr(e,ne(t,3),!1,!0):[]}function ah(e,t){return e&&e.length?yr(e,ne(t,3)):[]}var fh=pe(function(e){return zt(We(e,1,Be,!0))}),ch=pe(function(e){var t=gt(e);return Be(t)&&(t=r),zt(We(e,1,Be,!0),ne(t,2))}),lh=pe(function(e){var t=gt(e);return t=typeof t=="function"?t:r,zt(We(e,1,Be,!0),r,t)});function hh(e){return e&&e.length?zt(e):[]}function ph(e,t){return e&&e.length?zt(e,ne(t,2)):[]}function dh(e,t){return t=typeof t=="function"?t:r,e&&e.length?zt(e,r,t):[]}function Hi(e){if(!(e&&e.length))return[];var t=0;return e=Wt(e,function(n){if(Be(n))return t=De(n.length,t),!0}),si(t,function(n){return Le(e,ri(n))})}function fu(e,t){if(!(e&&e.length))return[];var n=Hi(e);return t==null?n:Le(n,function(i){return rt(t,r,i)})}var gh=pe(function(e,t){return Be(e)?Dn(e,t):[]}),vh=pe(function(e){return Ei(Wt(e,Be))}),yh=pe(function(e){var t=gt(e);return Be(t)&&(t=r),Ei(Wt(e,Be),ne(t,2))}),_h=pe(function(e){var t=gt(e);return t=typeof t=="function"?t:r,Ei(Wt(e,Be),r,t)}),mh=pe(Hi);function wh(e,t){return Es(e||[],t||[],Un)}function Sh(e,t){return Es(e||[],t||[],Mn)}var bh=pe(function(e){var t=e.length,n=t>1?e[t-1]:r;return n=typeof n=="function"?(e.pop(),n):r,fu(e,n)});function cu(e){var t=a(e);return t.__chain__=!0,t}function Ah(e,t){return t(e),e}function Tr(e,t){return t(e)}var xh=Nt(function(e){var t=e.length,n=t?e[0]:0,i=this.__wrapped__,o=function(f){return di(f,e)};return t>1||this.__actions__.length||!(i instanceof ge)||!Ut(n)?this.thru(o):(i=i.slice(n,+n+(t?1:0)),i.__actions__.push({func:Tr,args:[o],thisArg:r}),new ht(i,this.__chain__).thru(function(f){return t&&!f.length&&f.push(r),f}))});function Ch(){return cu(this)}function Th(){return new ht(this.value(),this.__chain__)}function Eh(){this.__values__===r&&(this.__values__=xu(this.value()));var e=this.__index__>=this.__values__.length,t=e?r:this.__values__[this.__index__++];return{done:e,value:t}}function kh(){return this}function Rh(e){for(var t,n=this;n instanceof lr;){var i=ru(n);i.__index__=0,i.__values__=r,t?o.__wrapped__=i:t=i;var o=i;n=n.__wrapped__}return o.__wrapped__=e,t}function Lh(){var e=this.__wrapped__;if(e instanceof ge){var t=e;return this.__actions__.length&&(t=new ge(this)),t=t.reverse(),t.__actions__.push({func:Tr,args:[Ki],thisArg:r}),new ht(t,this.__chain__)}return this.thru(Ki)}function Ih(){return Ts(this.__wrapped__,this.__actions__)}var Oh=_r(function(e,t,n){be.call(e,n)?++e[n]:Ot(e,n,1)});function Bh(e,t,n){var i=ce(e)?Mo:Ac;return n&&Je(e,t,n)&&(t=r),i(e,ne(t,3))}function Nh(e,t){var n=ce(e)?Wt:fs;return n(e,ne(t,3))}var Uh=Ps(iu),Dh=Ps(ou);function Ph(e,t){return We(Er(e,t),1)}function Fh(e,t){return We(Er(e,t),ke)}function Mh(e,t,n){return n=n===r?1:le(n),We(Er(e,t),n)}function lu(e,t){var n=ce(e)?ct:Gt;return n(e,ne(t,3))}function hu(e,t){var n=ce(e)?rf:as;return n(e,ne(t,3))}var Wh=_r(function(e,t,n){be.call(e,n)?e[n].push(t):Ot(e,n,[t])});function qh(e,t,n,i){e=Ve(e)?e:bn(e),n=n&&!i?le(n):0;var o=e.length;return n<0&&(n=De(o+n,0)),Or(e)?n<=o&&e.indexOf(t,n)>-1:!!o&&cn(e,t,n)>-1}var Kh=pe(function(e,t,n){var i=-1,o=typeof t=="function",f=Ve(e)?E(e.length):[];return Gt(e,function(y){f[++i]=o?rt(t,y,n):Pn(y,t,n)}),f}),Hh=_r(function(e,t,n){Ot(e,n,t)});function Er(e,t){var n=ce(e)?Le:gs;return n(e,ne(t,3))}function Gh(e,t,n,i){return e==null?[]:(ce(t)||(t=t==null?[]:[t]),n=i?r:n,ce(n)||(n=n==null?[]:[n]),ms(e,t,n))}var zh=_r(function(e,t,n){e[n?0:1].push(t)},function(){return[[],[]]});function $h(e,t,n){var i=ce(e)?ti:Ho,o=arguments.length<3;return i(e,ne(t,4),n,o,Gt)}function Xh(e,t,n){var i=ce(e)?of:Ho,o=arguments.length<3;return i(e,ne(t,4),n,o,as)}function Jh(e,t){var n=ce(e)?Wt:fs;return n(e,Lr(ne(t,3)))}function Yh(e){var t=ce(e)?is:qc;return t(e)}function Zh(e,t,n){(n?Je(e,t,n):t===r)?t=1:t=le(t);var i=ce(e)?_c:Kc;return i(e,t)}function Vh(e){var t=ce(e)?mc:Gc;return t(e)}function Qh(e){if(e==null)return 0;if(Ve(e))return Or(e)?hn(e):e.length;var t=Ge(e);return t==Re||t==$e?e.size:wi(e).length}function jh(e,t,n){var i=ce(e)?ni:zc;return n&&Je(e,t,n)&&(t=r),i(e,ne(t,3))}var ep=pe(function(e,t){if(e==null)return[];var n=t.length;return n>1&&Je(e,t[0],t[1])?t=[]:n>2&&Je(t[0],t[1],t[2])&&(t=[t[0]]),ms(e,We(t,1),[])}),kr=Nf||function(){return Me.Date.now()};function tp(e,t){if(typeof t!="function")throw new lt(m);return e=le(e),function(){if(--e<1)return t.apply(this,arguments)}}function pu(e,t,n){return t=n?r:t,t=e&&t==null?e.length:t,Bt(e,M,r,r,r,r,t)}function du(e,t){var n;if(typeof t!="function")throw new lt(m);return e=le(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=r),n}}var Gi=pe(function(e,t,n){var i=k;if(n.length){var o=Kt(n,wn(Gi));i|=G}return Bt(e,i,t,n,o)}),gu=pe(function(e,t,n){var i=k|q;if(n.length){var o=Kt(n,wn(gu));i|=G}return Bt(t,i,e,n,o)});function vu(e,t,n){t=n?r:t;var i=Bt(e,Y,r,r,r,r,r,t);return i.placeholder=vu.placeholder,i}function yu(e,t,n){t=n?r:t;var i=Bt(e,se,r,r,r,r,r,t);return i.placeholder=yu.placeholder,i}function _u(e,t,n){var i,o,f,y,b,C,L=0,I=!1,B=!1,K=!0;if(typeof e!="function")throw new lt(m);t=vt(t)||0,Ie(n)&&(I=!!n.leading,B="maxWait"in n,f=B?De(vt(n.maxWait)||0,t):f,K="trailing"in n?!!n.trailing:K);function Z(Ne){var St=i,Ft=o;return i=o=r,L=Ne,y=e.apply(Ft,St),y}function re(Ne){return L=Ne,b=Kn(de,t),I?Z(Ne):y}function he(Ne){var St=Ne-C,Ft=Ne-L,Pu=t-St;return B?He(Pu,f-Ft):Pu}function ie(Ne){var St=Ne-C,Ft=Ne-L;return C===r||St>=t||St<0||B&&Ft>=f}function de(){var Ne=kr();if(ie(Ne))return ye(Ne);b=Kn(de,he(Ne))}function ye(Ne){return b=r,K&&i?Z(Ne):(i=o=r,y)}function ut(){b!==r&&ks(b),L=0,i=C=o=b=r}function Ye(){return b===r?y:ye(kr())}function at(){var Ne=kr(),St=ie(Ne);if(i=arguments,o=this,C=Ne,St){if(b===r)return re(C);if(B)return ks(b),b=Kn(de,t),Z(C)}return b===r&&(b=Kn(de,t)),y}return at.cancel=ut,at.flush=Ye,at}var np=pe(function(e,t){return us(e,1,t)}),rp=pe(function(e,t,n){return us(e,vt(t)||0,n)});function ip(e){return Bt(e,O)}function Rr(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new lt(m);var n=function(){var i=arguments,o=t?t.apply(this,i):i[0],f=n.cache;if(f.has(o))return f.get(o);var y=e.apply(this,i);return n.cache=f.set(o,y)||f,y};return n.cache=new(Rr.Cache||It),n}Rr.Cache=It;function Lr(e){if(typeof e!="function")throw new lt(m);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}function op(e){return du(2,e)}var sp=$c(function(e,t){t=t.length==1&&ce(t[0])?Le(t[0],it(ne())):Le(We(t,1),it(ne()));var n=t.length;return pe(function(i){for(var o=-1,f=He(i.length,n);++o<f;)i[o]=t[o].call(this,i[o]);return rt(e,this,i)})}),zi=pe(function(e,t){var n=Kt(t,wn(zi));return Bt(e,G,r,t,n)}),mu=pe(function(e,t){var n=Kt(t,wn(mu));return Bt(e,D,r,t,n)}),up=Nt(function(e,t){return Bt(e,H,r,r,r,t)});function ap(e,t){if(typeof e!="function")throw new lt(m);return t=t===r?t:le(t),pe(e,t)}function fp(e,t){if(typeof e!="function")throw new lt(m);return t=t==null?0:De(le(t),0),pe(function(n){var i=n[t],o=Xt(n,0,t);return i&&qt(o,i),rt(e,this,o)})}function cp(e,t,n){var i=!0,o=!0;if(typeof e!="function")throw new lt(m);return Ie(n)&&(i="leading"in n?!!n.leading:i,o="trailing"in n?!!n.trailing:o),_u(e,t,{leading:i,maxWait:t,trailing:o})}function lp(e){return pu(e,1)}function hp(e,t){return zi(Ri(t),e)}function pp(){if(!arguments.length)return[];var e=arguments[0];return ce(e)?e:[e]}function dp(e){return pt(e,s)}function gp(e,t){return t=typeof t=="function"?t:r,pt(e,s,t)}function vp(e){return pt(e,p|s)}function yp(e,t){return t=typeof t=="function"?t:r,pt(e,p|s,t)}function _p(e,t){return t==null||ss(e,t,Pe(t))}function wt(e,t){return e===t||e!==e&&t!==t}var mp=br(yi),wp=br(function(e,t){return e>=t}),sn=hs(function(){return arguments}())?hs:function(e){return Oe(e)&&be.call(e,"callee")&&!Qo.call(e,"callee")},ce=E.isArray,Sp=Bo?it(Bo):Rc;function Ve(e){return e!=null&&Ir(e.length)&&!Dt(e)}function Be(e){return Oe(e)&&Ve(e)}function bp(e){return e===!0||e===!1||Oe(e)&&Xe(e)==Q}var Jt=Df||no,Ap=No?it(No):Lc;function xp(e){return Oe(e)&&e.nodeType===1&&!Hn(e)}function Cp(e){if(e==null)return!0;if(Ve(e)&&(ce(e)||typeof e=="string"||typeof e.splice=="function"||Jt(e)||Sn(e)||sn(e)))return!e.length;var t=Ge(e);if(t==Re||t==$e)return!e.size;if(qn(e))return!wi(e).length;for(var n in e)if(be.call(e,n))return!1;return!0}function Tp(e,t){return Fn(e,t)}function Ep(e,t,n){n=typeof n=="function"?n:r;var i=n?n(e,t):r;return i===r?Fn(e,t,r,n):!!i}function $i(e){if(!Oe(e))return!1;var t=Xe(e);return t==ue||t==$||typeof e.message=="string"&&typeof e.name=="string"&&!Hn(e)}function kp(e){return typeof e=="number"&&es(e)}function Dt(e){if(!Ie(e))return!1;var t=Xe(e);return t==me||t==Ke||t==P||t==Tn}function wu(e){return typeof e=="number"&&e==le(e)}function Ir(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=ae}function Ie(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}function Oe(e){return e!=null&&typeof e=="object"}var Su=Uo?it(Uo):Oc;function Rp(e,t){return e===t||mi(e,t,Di(t))}function Lp(e,t,n){return n=typeof n=="function"?n:r,mi(e,t,Di(t),n)}function Ip(e){return bu(e)&&e!=+e}function Op(e){if(gl(e))throw new fe(d);return ps(e)}function Bp(e){return e===null}function Np(e){return e==null}function bu(e){return typeof e=="number"||Oe(e)&&Xe(e)==yt}function Hn(e){if(!Oe(e)||Xe(e)!=nt)return!1;var t=ir(e);if(t===null)return!0;var n=be.call(t,"constructor")&&t.constructor;return typeof n=="function"&&n instanceof n&&er.call(n)==Lf}var Xi=Do?it(Do):Bc;function Up(e){return wu(e)&&e>=-ae&&e<=ae}var Au=Po?it(Po):Nc;function Or(e){return typeof e=="string"||!ce(e)&&Oe(e)&&Xe(e)==At}function st(e){return typeof e=="symbol"||Oe(e)&&Xe(e)==xt}var Sn=Fo?it(Fo):Uc;function Dp(e){return e===r}function Pp(e){return Oe(e)&&Ge(e)==Rt}function Fp(e){return Oe(e)&&Xe(e)==kn}var Mp=br(Si),Wp=br(function(e,t){return e<=t});function xu(e){if(!e)return[];if(Ve(e))return Or(e)?_t(e):Ze(e);if(Ln&&e[Ln])return _f(e[Ln]());var t=Ge(e),n=t==Re?ai:t==$e?Vn:bn;return n(e)}function Pt(e){if(!e)return e===0?e:0;if(e=vt(e),e===ke||e===-ke){var t=e<0?-1:1;return t*qe}return e===e?e:0}function le(e){var t=Pt(e),n=t%1;return t===t?n?t-n:t:0}function Cu(e){return e?tn(le(e),0,tt):0}function vt(e){if(typeof e=="number")return e;if(st(e))return bt;if(Ie(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=Ie(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=Go(e);var n=wa.test(e);return n||ba.test(e)?ef(e.slice(2),n?2:8):ma.test(e)?bt:+e}function Tu(e){return Tt(e,Qe(e))}function qp(e){return e?tn(le(e),-ae,ae):e===0?e:0}function we(e){return e==null?"":ot(e)}var Kp=_n(function(e,t){if(qn(t)||Ve(t)){Tt(t,Pe(t),e);return}for(var n in t)be.call(t,n)&&Un(e,n,t[n])}),Eu=_n(function(e,t){Tt(t,Qe(t),e)}),Br=_n(function(e,t,n,i){Tt(t,Qe(t),e,i)}),Hp=_n(function(e,t,n,i){Tt(t,Pe(t),e,i)}),Gp=Nt(di);function zp(e,t){var n=yn(e);return t==null?n:os(n,t)}var $p=pe(function(e,t){e=Ce(e);var n=-1,i=t.length,o=i>2?t[2]:r;for(o&&Je(t[0],t[1],o)&&(i=1);++n<i;)for(var f=t[n],y=Qe(f),b=-1,C=y.length;++b<C;){var L=y[b],I=e[L];(I===r||wt(I,dn[L])&&!be.call(e,L))&&(e[L]=f[L])}return e}),Xp=pe(function(e){return e.push(r,Gs),rt(ku,r,e)});function Jp(e,t){return Wo(e,ne(t,3),Ct)}function Yp(e,t){return Wo(e,ne(t,3),vi)}function Zp(e,t){return e==null?e:gi(e,ne(t,3),Qe)}function Vp(e,t){return e==null?e:cs(e,ne(t,3),Qe)}function Qp(e,t){return e&&Ct(e,ne(t,3))}function jp(e,t){return e&&vi(e,ne(t,3))}function ed(e){return e==null?[]:dr(e,Pe(e))}function td(e){return e==null?[]:dr(e,Qe(e))}function Ji(e,t,n){var i=e==null?r:nn(e,t);return i===r?n:i}function nd(e,t){return e!=null&&Xs(e,t,Cc)}function Yi(e,t){return e!=null&&Xs(e,t,Tc)}var rd=Ms(function(e,t,n){t!=null&&typeof t.toString!="function"&&(t=tr.call(t)),e[t]=n},Vi(je)),id=Ms(function(e,t,n){t!=null&&typeof t.toString!="function"&&(t=tr.call(t)),be.call(e,t)?e[t].push(n):e[t]=[n]},ne),od=pe(Pn);function Pe(e){return Ve(e)?rs(e):wi(e)}function Qe(e){return Ve(e)?rs(e,!0):Dc(e)}function sd(e,t){var n={};return t=ne(t,3),Ct(e,function(i,o,f){Ot(n,t(i,o,f),i)}),n}function ud(e,t){var n={};return t=ne(t,3),Ct(e,function(i,o,f){Ot(n,o,t(i,o,f))}),n}var ad=_n(function(e,t,n){gr(e,t,n)}),ku=_n(function(e,t,n,i){gr(e,t,n,i)}),fd=Nt(function(e,t){var n={};if(e==null)return n;var i=!1;t=Le(t,function(f){return f=$t(f,e),i||(i=f.length>1),f}),Tt(e,Ni(e),n),i&&(n=pt(n,p|u|s,rl));for(var o=t.length;o--;)Ti(n,t[o]);return n});function cd(e,t){return Ru(e,Lr(ne(t)))}var ld=Nt(function(e,t){return e==null?{}:Fc(e,t)});function Ru(e,t){if(e==null)return{};var n=Le(Ni(e),function(i){return[i]});return t=ne(t),ws(e,n,function(i,o){return t(i,o[0])})}function hd(e,t,n){t=$t(t,e);var i=-1,o=t.length;for(o||(o=1,e=r);++i<o;){var f=e==null?r:e[Et(t[i])];f===r&&(i=o,f=n),e=Dt(f)?f.call(e):f}return e}function pd(e,t,n){return e==null?e:Mn(e,t,n)}function dd(e,t,n,i){return i=typeof i=="function"?i:r,e==null?e:Mn(e,t,n,i)}var Lu=Ks(Pe),Iu=Ks(Qe);function gd(e,t,n){var i=ce(e),o=i||Jt(e)||Sn(e);if(t=ne(t,4),n==null){var f=e&&e.constructor;o?n=i?new f:[]:Ie(e)?n=Dt(f)?yn(ir(e)):{}:n={}}return(o?ct:Ct)(e,function(y,b,C){return t(n,y,b,C)}),n}function vd(e,t){return e==null?!0:Ti(e,t)}function yd(e,t,n){return e==null?e:Cs(e,t,Ri(n))}function _d(e,t,n,i){return i=typeof i=="function"?i:r,e==null?e:Cs(e,t,Ri(n),i)}function bn(e){return e==null?[]:ui(e,Pe(e))}function md(e){return e==null?[]:ui(e,Qe(e))}function wd(e,t,n){return n===r&&(n=t,t=r),n!==r&&(n=vt(n),n=n===n?n:0),t!==r&&(t=vt(t),t=t===t?t:0),tn(vt(e),t,n)}function Sd(e,t,n){return t=Pt(t),n===r?(n=t,t=0):n=Pt(n),e=vt(e),Ec(e,t,n)}function bd(e,t,n){if(n&&typeof n!="boolean"&&Je(e,t,n)&&(t=n=r),n===r&&(typeof t=="boolean"?(n=t,t=r):typeof e=="boolean"&&(n=e,e=r)),e===r&&t===r?(e=0,t=1):(e=Pt(e),t===r?(t=e,e=0):t=Pt(t)),e>t){var i=e;e=t,t=i}if(n||e%1||t%1){var o=ts();return He(e+o*(t-e+ja("1e-"+((o+"").length-1))),t)}return Ai(e,t)}var Ad=mn(function(e,t,n){return t=t.toLowerCase(),e+(n?Ou(t):t)});function Ou(e){return Zi(we(e).toLowerCase())}function Bu(e){return e=we(e),e&&e.replace(xa,pf).replace(Ha,"")}function xd(e,t,n){e=we(e),t=ot(t);var i=e.length;n=n===r?i:tn(le(n),0,i);var o=n;return n-=t.length,n>=0&&e.slice(n,o)==t}function Cd(e){return e=we(e),e&&ia.test(e)?e.replace(fo,df):e}function Td(e){return e=we(e),e&&ca.test(e)?e.replace(zr,"\\$&"):e}var Ed=mn(function(e,t,n){return e+(n?"-":"")+t.toLowerCase()}),kd=mn(function(e,t,n){return e+(n?" ":"")+t.toLowerCase()}),Rd=Ds("toLowerCase");function Ld(e,t,n){e=we(e),t=le(t);var i=t?hn(e):0;if(!t||i>=t)return e;var o=(t-i)/2;return Sr(ar(o),n)+e+Sr(ur(o),n)}function Id(e,t,n){e=we(e),t=le(t);var i=t?hn(e):0;return t&&i<t?e+Sr(t-i,n):e}function Od(e,t,n){e=we(e),t=le(t);var i=t?hn(e):0;return t&&i<t?Sr(t-i,n)+e:e}function Bd(e,t,n){return n||t==null?t=0:t&&(t=+t),Wf(we(e).replace($r,""),t||0)}function Nd(e,t,n){return(n?Je(e,t,n):t===r)?t=1:t=le(t),xi(we(e),t)}function Ud(){var e=arguments,t=we(e[0]);return e.length<3?t:t.replace(e[1],e[2])}var Dd=mn(function(e,t,n){return e+(n?"_":"")+t.toLowerCase()});function Pd(e,t,n){return n&&typeof n!="number"&&Je(e,t,n)&&(t=n=r),n=n===r?tt:n>>>0,n?(e=we(e),e&&(typeof t=="string"||t!=null&&!Xi(t))&&(t=ot(t),!t&&ln(e))?Xt(_t(e),0,n):e.split(t,n)):[]}var Fd=mn(function(e,t,n){return e+(n?" ":"")+Zi(t)});function Md(e,t,n){return e=we(e),n=n==null?0:tn(le(n),0,e.length),t=ot(t),e.slice(n,n+t.length)==t}function Wd(e,t,n){var i=a.templateSettings;n&&Je(e,t,n)&&(t=r),e=we(e),t=Br({},t,i,Hs);var o=Br({},t.imports,i.imports,Hs),f=Pe(o),y=ui(o,f),b,C,L=0,I=t.interpolate||$n,B="__p += '",K=fi((t.escape||$n).source+"|"+I.source+"|"+(I===co?_a:$n).source+"|"+(t.evaluate||$n).source+"|$","g"),Z="//# sourceURL="+(be.call(t,"sourceURL")?(t.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++Ja+"]")+`
|
|
16
|
+
`;e.replace(K,function(ie,de,ye,ut,Ye,at){return ye||(ye=ut),B+=e.slice(L,at).replace(Ca,gf),de&&(b=!0,B+=`' +
|
|
17
17
|
__e(`+de+`) +
|
|
18
18
|
'`),Ye&&(C=!0,B+=`';
|
|
19
19
|
`+Ye+`;
|
|
20
20
|
__p += '`),ye&&(B+=`' +
|
|
21
21
|
((__t = (`+ye+`)) == null ? '' : __t) +
|
|
22
|
-
'`),
|
|
23
|
-
`;var re=
|
|
22
|
+
'`),L=at+ie.length,ie}),B+=`';
|
|
23
|
+
`;var re=be.call(t,"variable")&&t.variable;if(!re)B=`with (obj) {
|
|
24
24
|
`+B+`
|
|
25
25
|
}
|
|
26
26
|
`;else if(va.test(re))throw new fe(g);B=(C?B.replace(ea,""):B).replace(ta,"$1").replace(na,"$1;"),B="function("+(re||"obj")+`) {
|
|
@@ -29,17 +29,17 @@ __p += '`),ye&&(B+=`' +
|
|
|
29
29
|
function print() { __p += __j.call(arguments, '') }
|
|
30
30
|
`:`;
|
|
31
31
|
`)+B+`return __p
|
|
32
|
-
}`;var he=Du(function(){return _e(f,Z+"return "+B).apply(r,v)});if(he.source=B,$i(he))throw he;return he}function qd(e){return we(e).toLowerCase()}function Kd(e){return we(e).toUpperCase()}function Hd(e,t,n){if(e=we(e),e&&(n||t===r))return zo(e);if(!e||!(t=ot(t)))return e;var i=_t(e),o=_t(t),f=$o(i,o),v=Xo(i,o)+1;return Jt(i,f,v).join("")}function Gd(e,t,n){if(e=we(e),e&&(n||t===r))return e.slice(0,Yo(e)+1);if(!e||!(t=ot(t)))return e;var i=_t(e),o=Xo(i,_t(t))+1;return Jt(i,0,o).join("")}function zd(e,t,n){if(e=we(e),e&&(n||t===r))return e.replace($r,"");if(!e||!(t=ot(t)))return e;var i=_t(e),o=$o(i,_t(t));return Jt(i,o).join("")}function $d(e,t){var n=U,i=X;if(Oe(t)){var o="separator"in t?t.separator:o;n="length"in t?le(t.length):n,i="omission"in t?ot(t.omission):i}e=we(e);var f=e.length;if(ln(e)){var v=_t(e);f=v.length}if(n>=f)return e;var b=n-hn(i);if(b<1)return i;var C=v?Jt(v,0,b).join(""):e.slice(0,b);if(o===r)return C+i;if(v&&(b+=C.length-b),Xi(o)){if(e.slice(b).search(o)){var I,O=C;for(o.global||(o=fi(o.source,we(ho.exec(o))+"g")),o.lastIndex=0;I=o.exec(O);)var B=I.index;C=C.slice(0,B===r?b:B)}}else if(e.indexOf(ot(o),b)!=b){var K=C.lastIndexOf(o);K>-1&&(C=C.slice(0,K))}return C+i}function Xd(e){return e=we(e),e&&ra.test(e)?e.replace(fo,bf):e}var Jd=mn(function(e,t,n){return e+(n?" ":"")+t.toUpperCase()}),Zi=Ps("toUpperCase");function Uu(e,t,n){return e=we(e),t=n?r:t,t===r?yf(e)?Cf(e):af(e):e.match(t)||[]}var Du=pe(function(e,t){try{return rt(e,r,t)}catch(n){return $i(n)?n:new fe(n)}}),Yd=Ut(function(e,t){return ct(t,function(n){n=Et(n),Bt(e,n,Gi(e[n],e))}),e});function Zd(e){var t=e==null?0:e.length,n=ne();return e=t?Ie(e,function(i){if(typeof i[1]!="function")throw new lt(m);return[n(i[0]),i[1]]}):[],pe(function(i){for(var o=-1;++o<t;){var f=e[o];if(rt(f[0],this,i))return rt(f[1],this,i)}})}function Vd(e){return bc(pt(e,p))}function Vi(e){return function(){return e}}function Qd(e,t){return e==null||e!==e?t:e}var jd=Ms(),eg=Ms(!0);function je(e){return e}function Qi(e){return gs(typeof e=="function"?e:pt(e,p))}function tg(e){return ys(pt(e,p))}function ng(e,t){return _s(e,pt(t,p))}var rg=pe(function(e,t){return function(n){return Pn(n,e,t)}}),ig=pe(function(e,t){return function(n){return Pn(e,n,t)}});function ji(e,t,n){var i=Pe(t),o=dr(t,i);n==null&&!(Oe(t)&&(o.length||!i.length))&&(n=t,t=e,e=this,o=dr(t,Pe(t)));var f=!(Oe(n)&&"chain"in n)||!!n.chain,v=Pt(e);return ct(o,function(b){var C=t[b];e[b]=C,v&&(e.prototype[b]=function(){var I=this.__chain__;if(f||I){var O=e(this.__wrapped__),B=O.__actions__=Ze(this.__actions__);return B.push({func:C,args:arguments,thisArg:e}),O.__chain__=I,O}return C.apply(e,Kt([this.value()],arguments))})}),e}function og(){return Me._===this&&(Me._=Of),this}function eo(){}function sg(e){return e=le(e),pe(function(t){return ms(t,e)})}var ug=Oi(Ie),ag=Oi(Wo),fg=Oi(ni);function Pu(e){return Fi(e)?ri(Et(e)):Mc(e)}function cg(e){return function(t){return e==null?r:nn(e,t)}}var lg=qs(),hg=qs(!0);function to(){return[]}function no(){return!1}function pg(){return{}}function dg(){return""}function gg(){return!0}function vg(e,t){if(e=le(e),e<1||e>ae)return[];var n=tt,i=He(e,tt);t=ne(t),e-=tt;for(var o=si(i,t);++n<e;)t(n);return o}function yg(e){return ce(e)?Ie(e,Et):st(e)?[e]:Ze(ru(we(e)))}function _g(e){var t=++Rf;return we(e)+t}var mg=wr(function(e,t){return e+t},0),wg=Li("ceil"),Sg=wr(function(e,t){return e/t},1),bg=Li("floor");function Ag(e){return e&&e.length?pr(e,je,yi):r}function xg(e,t){return e&&e.length?pr(e,ne(t,2),yi):r}function Cg(e){return Ho(e,je)}function Tg(e,t){return Ho(e,ne(t,2))}function Eg(e){return e&&e.length?pr(e,je,Si):r}function kg(e,t){return e&&e.length?pr(e,ne(t,2),Si):r}var Rg=wr(function(e,t){return e*t},1),Ig=Li("round"),Og=wr(function(e,t){return e-t},0);function Lg(e){return e&&e.length?oi(e,je):0}function Bg(e,t){return e&&e.length?oi(e,ne(t,2)):0}return a.after=tp,a.ary=du,a.assign=Kp,a.assignIn=ku,a.assignInWith=Br,a.assignWith=Hp,a.at=Gp,a.before=gu,a.bind=Gi,a.bindAll=Yd,a.bindKey=vu,a.castArray=pp,a.chain=lu,a.chunk=bl,a.compact=Al,a.concat=xl,a.cond=Zd,a.conforms=Vd,a.constant=Vi,a.countBy=Lh,a.create=zp,a.curry=yu,a.curryRight=_u,a.debounce=mu,a.defaults=$p,a.defaultsDeep=Xp,a.defer=np,a.delay=rp,a.difference=Cl,a.differenceBy=Tl,a.differenceWith=El,a.drop=kl,a.dropRight=Rl,a.dropRightWhile=Il,a.dropWhile=Ol,a.fill=Ll,a.filter=Nh,a.flatMap=Ph,a.flatMapDeep=Fh,a.flatMapDepth=Mh,a.flatten=uu,a.flattenDeep=Bl,a.flattenDepth=Nl,a.flip=ip,a.flow=jd,a.flowRight=eg,a.fromPairs=Ul,a.functions=ed,a.functionsIn=td,a.groupBy=Wh,a.initial=Pl,a.intersection=Fl,a.intersectionBy=Ml,a.intersectionWith=Wl,a.invert=rd,a.invertBy=id,a.invokeMap=Kh,a.iteratee=Qi,a.keyBy=Hh,a.keys=Pe,a.keysIn=Qe,a.map=Er,a.mapKeys=sd,a.mapValues=ud,a.matches=tg,a.matchesProperty=ng,a.memoize=Rr,a.merge=ad,a.mergeWith=Ru,a.method=rg,a.methodOf=ig,a.mixin=ji,a.negate=Ir,a.nthArg=sg,a.omit=fd,a.omitBy=cd,a.once=op,a.orderBy=Gh,a.over=ug,a.overArgs=sp,a.overEvery=ag,a.overSome=fg,a.partial=zi,a.partialRight=wu,a.partition=zh,a.pick=ld,a.pickBy=Iu,a.property=Pu,a.propertyOf=cg,a.pull=Gl,a.pullAll=fu,a.pullAllBy=zl,a.pullAllWith=$l,a.pullAt=Xl,a.range=lg,a.rangeRight=hg,a.rearg=up,a.reject=Jh,a.remove=Jl,a.rest=ap,a.reverse=Ki,a.sampleSize=Zh,a.set=pd,a.setWith=dd,a.shuffle=Vh,a.slice=Yl,a.sortBy=ep,a.sortedUniq=nh,a.sortedUniqBy=rh,a.split=Pd,a.spread=fp,a.tail=ih,a.take=oh,a.takeRight=sh,a.takeRightWhile=uh,a.takeWhile=ah,a.tap=Ah,a.throttle=cp,a.thru=Tr,a.toArray=Cu,a.toPairs=Ou,a.toPairsIn=Lu,a.toPath=yg,a.toPlainObject=Eu,a.transform=gd,a.unary=lp,a.union=fh,a.unionBy=ch,a.unionWith=lh,a.uniq=hh,a.uniqBy=ph,a.uniqWith=dh,a.unset=vd,a.unzip=Hi,a.unzipWith=cu,a.update=yd,a.updateWith=_d,a.values=bn,a.valuesIn=md,a.without=gh,a.words=Uu,a.wrap=hp,a.xor=vh,a.xorBy=yh,a.xorWith=_h,a.zip=mh,a.zipObject=wh,a.zipObjectDeep=Sh,a.zipWith=bh,a.entries=Ou,a.entriesIn=Lu,a.extend=ku,a.extendWith=Br,ji(a,a),a.add=mg,a.attempt=Du,a.camelCase=Ad,a.capitalize=Bu,a.ceil=wg,a.clamp=wd,a.clone=dp,a.cloneDeep=vp,a.cloneDeepWith=yp,a.cloneWith=gp,a.conformsTo=_p,a.deburr=Nu,a.defaultTo=Qd,a.divide=Sg,a.endsWith=xd,a.eq=wt,a.escape=Cd,a.escapeRegExp=Td,a.every=Bh,a.find=Uh,a.findIndex=ou,a.findKey=Jp,a.findLast=Dh,a.findLastIndex=su,a.findLastKey=Yp,a.floor=bg,a.forEach=hu,a.forEachRight=pu,a.forIn=Zp,a.forInRight=Vp,a.forOwn=Qp,a.forOwnRight=jp,a.get=Ji,a.gt=mp,a.gte=wp,a.has=nd,a.hasIn=Yi,a.head=au,a.identity=je,a.includes=qh,a.indexOf=Dl,a.inRange=Sd,a.invoke=od,a.isArguments=sn,a.isArray=ce,a.isArrayBuffer=Sp,a.isArrayLike=Ve,a.isArrayLikeObject=Be,a.isBoolean=bp,a.isBuffer=Yt,a.isDate=Ap,a.isElement=xp,a.isEmpty=Cp,a.isEqual=Tp,a.isEqualWith=Ep,a.isError=$i,a.isFinite=kp,a.isFunction=Pt,a.isInteger=Su,a.isLength=Or,a.isMap=bu,a.isMatch=Rp,a.isMatchWith=Ip,a.isNaN=Op,a.isNative=Lp,a.isNil=Np,a.isNull=Bp,a.isNumber=Au,a.isObject=Oe,a.isObjectLike=Le,a.isPlainObject=Hn,a.isRegExp=Xi,a.isSafeInteger=Up,a.isSet=xu,a.isString=Lr,a.isSymbol=st,a.isTypedArray=Sn,a.isUndefined=Dp,a.isWeakMap=Pp,a.isWeakSet=Fp,a.join=ql,a.kebabCase=Ed,a.last=gt,a.lastIndexOf=Kl,a.lowerCase=kd,a.lowerFirst=Rd,a.lt=Mp,a.lte=Wp,a.max=Ag,a.maxBy=xg,a.mean=Cg,a.meanBy=Tg,a.min=Eg,a.minBy=kg,a.stubArray=to,a.stubFalse=no,a.stubObject=pg,a.stubString=dg,a.stubTrue=gg,a.multiply=Rg,a.nth=Hl,a.noConflict=og,a.noop=eo,a.now=kr,a.pad=Id,a.padEnd=Od,a.padStart=Ld,a.parseInt=Bd,a.random=bd,a.reduce=$h,a.reduceRight=Xh,a.repeat=Nd,a.replace=Ud,a.result=hd,a.round=Ig,a.runInContext=A,a.sample=Yh,a.size=Qh,a.snakeCase=Dd,a.some=jh,a.sortedIndex=Zl,a.sortedIndexBy=Vl,a.sortedIndexOf=Ql,a.sortedLastIndex=jl,a.sortedLastIndexBy=eh,a.sortedLastIndexOf=th,a.startCase=Fd,a.startsWith=Md,a.subtract=Og,a.sum=Lg,a.sumBy=Bg,a.template=Wd,a.times=vg,a.toFinite=Ft,a.toInteger=le,a.toLength=Tu,a.toLower=qd,a.toNumber=vt,a.toSafeInteger=qp,a.toString=we,a.toUpper=Kd,a.trim=Hd,a.trimEnd=Gd,a.trimStart=zd,a.truncate=$d,a.unescape=Xd,a.uniqueId=_g,a.upperCase=Jd,a.upperFirst=Zi,a.each=hu,a.eachRight=pu,a.first=au,ji(a,function(){var e={};return Ct(a,function(t,n){Se.call(a.prototype,n)||(e[n]=t)}),e}(),{chain:!1}),a.VERSION=h,ct(["bind","bindKey","curry","curryRight","partial","partialRight"],function(e){a[e].placeholder=a}),ct(["drop","take"],function(e,t){ge.prototype[e]=function(n){n=n===r?1:De(le(n),0);var i=this.__filtered__&&!t?new ge(this):this.clone();return i.__filtered__?i.__takeCount__=He(n,i.__takeCount__):i.__views__.push({size:He(n,tt),type:e+(i.__dir__<0?"Right":"")}),i},ge.prototype[e+"Right"]=function(n){return this.reverse()[e](n).reverse()}}),ct(["filter","map","takeWhile"],function(e,t){var n=t+1,i=n==N||n==Ae;ge.prototype[e]=function(o){var f=this.clone();return f.__iteratees__.push({iteratee:ne(o,3),type:n}),f.__filtered__=f.__filtered__||i,f}}),ct(["head","last"],function(e,t){var n="take"+(t?"Right":"");ge.prototype[e]=function(){return this[n](1).value()[0]}}),ct(["initial","tail"],function(e,t){var n="drop"+(t?"":"Right");ge.prototype[e]=function(){return this.__filtered__?new ge(this):this[n](1)}}),ge.prototype.compact=function(){return this.filter(je)},ge.prototype.find=function(e){return this.filter(e).head()},ge.prototype.findLast=function(e){return this.reverse().find(e)},ge.prototype.invokeMap=pe(function(e,t){return typeof e=="function"?new ge(this):this.map(function(n){return Pn(n,e,t)})}),ge.prototype.reject=function(e){return this.filter(Ir(ne(e)))},ge.prototype.slice=function(e,t){e=le(e);var n=this;return n.__filtered__&&(e>0||t<0)?new ge(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),t!==r&&(t=le(t),n=t<0?n.dropRight(-t):n.take(t-e)),n)},ge.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},ge.prototype.toArray=function(){return this.take(tt)},Ct(ge.prototype,function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),i=/^(?:head|last)$/.test(t),o=a[i?"take"+(t=="last"?"Right":""):t],f=i||/^find/.test(t);o&&(a.prototype[t]=function(){var v=this.__wrapped__,b=i?[1]:arguments,C=v instanceof ge,I=b[0],O=C||ce(v),B=function(de){var ye=o.apply(a,Kt([de],b));return i&&K?ye[0]:ye};O&&n&&typeof I=="function"&&I.length!=1&&(C=O=!1);var K=this.__chain__,Z=!!this.__actions__.length,re=f&&!K,he=C&&!Z;if(!f&&O){v=he?v:new ge(this);var ie=e.apply(v,b);return ie.__actions__.push({func:Tr,args:[B],thisArg:r}),new ht(ie,K)}return re&&he?e.apply(this,b):(ie=this.thru(B),re?i?ie.value()[0]:ie.value():ie)})}),ct(["pop","push","shift","sort","splice","unshift"],function(e){var t=Qn[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",i=/^(?:pop|shift)$/.test(e);a.prototype[e]=function(){var o=arguments;if(i&&!this.__chain__){var f=this.value();return t.apply(ce(f)?f:[],o)}return this[n](function(v){return t.apply(ce(v)?v:[],o)})}}),Ct(ge.prototype,function(e,t){var n=a[t];if(n){var i=n.name+"";Se.call(vn,i)||(vn[i]=[]),vn[i].push({name:t,func:n})}}),vn[mr(r,q).name]=[{name:"wrapper",func:r}],ge.prototype.clone=Xf,ge.prototype.reverse=Jf,ge.prototype.value=Yf,a.prototype.at=xh,a.prototype.chain=Ch,a.prototype.commit=Th,a.prototype.next=Eh,a.prototype.plant=Rh,a.prototype.reverse=Ih,a.prototype.toJSON=a.prototype.valueOf=a.prototype.value=Oh,a.prototype.first=a.prototype.head,In&&(a.prototype[In]=kh),a},pn=Tf();Vt?((Vt.exports=pn)._=pn,Qr._=pn):Me._=pn}).call(Fe)}(Gn,Gn.exports);var zu=Gn.exports;const uo={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:!1,upgrade:!1,transports:["websocket"],debug:!1}};function $u(){return function S(y,r,h){function c(g,x){if(!r[g]){if(!y[g]){var l=typeof require=="function"&&require;if(!x&&l)return l(g,!0);if(d)return d(g,!0);throw new Error("Cannot find module '"+g+"'")}var _=r[g]={exports:{}};y[g][0].call(_.exports,function(p){var u=y[g][1][p];return c(u||p)},_,_.exports,S,y,r,h)}return r[g].exports}for(var d=typeof require=="function"&&require,m=0;m<h.length;m++)c(h[m]);return c}({1:[function(S,y){y.exports=S("./lib/")},{"./lib/":2}],2:[function(S,y,r){function h(l,_){typeof l=="object"&&(_=l,l=void 0),_=_||{};var p,u=c(l),s=u.source,w=u.id;return _.forceNew||_["force new connection"]||_.multiplex===!1?(g("ignoring socket cache for %s",s),p=m(s,_)):(x[w]||(g("new io instance for %s",s),x[w]=m(s,_)),p=x[w]),p.socket(u.path)}var c=S("./url"),d=S("socket.io-parser"),m=S("./manager"),g=S("debug")("socket.io-client");y.exports=r=h;var x=r.managers={};r.protocol=d.protocol,r.connect=h,r.Manager=S("./manager"),r.Socket=S("./socket")},{"./manager":3,"./socket":5,"./url":6,debug:10,"socket.io-parser":44}],3:[function(S,y){function r(u,s){return this instanceof r?(u&&typeof u=="object"&&(s=u,u=void 0),s=s||{},s.path=s.path||"/socket.io",this.nsps={},this.subs=[],this.opts=s,this.reconnection(s.reconnection!==!1),this.reconnectionAttempts(s.reconnectionAttempts||1/0),this.reconnectionDelay(s.reconnectionDelay||1e3),this.reconnectionDelayMax(s.reconnectionDelayMax||5e3),this.randomizationFactor(s.randomizationFactor||.5),this.backoff=new p({min:this.reconnectionDelay(),max:this.reconnectionDelayMax(),jitter:this.randomizationFactor()}),this.timeout(s.timeout==null?2e4:s.timeout),this.readyState="closed",this.uri=u,this.connected=[],this.encoding=!1,this.packetBuffer=[],this.encoder=new m.Encoder,this.decoder=new m.Decoder,this.autoConnect=s.autoConnect!==!1,void(this.autoConnect&&this.open())):new r(u,s)}var h=(S("./url"),S("engine.io-client")),c=S("./socket"),d=S("component-emitter"),m=S("socket.io-parser"),g=S("./on"),x=S("component-bind"),l=(S("object-component"),S("debug")("socket.io-client:manager")),_=S("indexof"),p=S("backo2");y.exports=r,r.prototype.emitAll=function(){this.emit.apply(this,arguments);for(var u in this.nsps)this.nsps[u].emit.apply(this.nsps[u],arguments)},r.prototype.updateSocketIds=function(){for(var u in this.nsps)this.nsps[u].id=this.engine.id},d(r.prototype),r.prototype.reconnection=function(u){return arguments.length?(this._reconnection=!!u,this):this._reconnection},r.prototype.reconnectionAttempts=function(u){return arguments.length?(this._reconnectionAttempts=u,this):this._reconnectionAttempts},r.prototype.reconnectionDelay=function(u){return arguments.length?(this._reconnectionDelay=u,this.backoff&&this.backoff.setMin(u),this):this._reconnectionDelay},r.prototype.randomizationFactor=function(u){return arguments.length?(this._randomizationFactor=u,this.backoff&&this.backoff.setJitter(u),this):this._randomizationFactor},r.prototype.reconnectionDelayMax=function(u){return arguments.length?(this._reconnectionDelayMax=u,this.backoff&&this.backoff.setMax(u),this):this._reconnectionDelayMax},r.prototype.timeout=function(u){return arguments.length?(this._timeout=u,this):this._timeout},r.prototype.maybeReconnectOnOpen=function(){!this.reconnecting&&this._reconnection&&this.backoff.attempts===0&&this.reconnect()},r.prototype.open=r.prototype.connect=function(u){if(l("readyState %s",this.readyState),~this.readyState.indexOf("open"))return this;l("opening %s",this.uri),this.engine=h(this.uri,this.opts);var s=this.engine,w=this;this.readyState="opening",this.skipReconnect=!1;var T=g(s,"open",function(){w.onopen(),u&&u()}),k=g(s,"error",function(Y){if(l("connect_error"),w.cleanup(),w.readyState="closed",w.emitAll("connect_error",Y),u){var se=new Error("Connection error");se.data=Y,u(se)}else w.maybeReconnectOnOpen()});if(this._timeout!==!1){var q=this._timeout;l("connect attempt will timeout after %d",q);var oe=setTimeout(function(){l("connect attempt timed out after %d",q),T.destroy(),s.close(),s.emit("error","timeout"),w.emitAll("connect_timeout",q)},q);this.subs.push({destroy:function(){clearTimeout(oe)}})}return this.subs.push(T),this.subs.push(k),this},r.prototype.onopen=function(){l("open"),this.cleanup(),this.readyState="open",this.emit("open");var u=this.engine;this.subs.push(g(u,"data",x(this,"ondata"))),this.subs.push(g(this.decoder,"decoded",x(this,"ondecoded"))),this.subs.push(g(u,"error",x(this,"onerror"))),this.subs.push(g(u,"close",x(this,"onclose")))},r.prototype.ondata=function(u){this.decoder.add(u)},r.prototype.ondecoded=function(u){this.emit("packet",u)},r.prototype.onerror=function(u){l("error",u),this.emitAll("error",u)},r.prototype.socket=function(u){var s=this.nsps[u];if(!s){s=new c(this,u),this.nsps[u]=s;var w=this;s.on("connect",function(){s.id=w.engine.id,~_(w.connected,s)||w.connected.push(s)})}return s},r.prototype.destroy=function(u){var s=_(this.connected,u);~s&&this.connected.splice(s,1),this.connected.length||this.close()},r.prototype.packet=function(u){l("writing packet %j",u);var s=this;s.encoding?s.packetBuffer.push(u):(s.encoding=!0,this.encoder.encode(u,function(w){for(var T=0;T<w.length;T++)s.engine.write(w[T]);s.encoding=!1,s.processPacketQueue()}))},r.prototype.processPacketQueue=function(){if(this.packetBuffer.length>0&&!this.encoding){var u=this.packetBuffer.shift();this.packet(u)}},r.prototype.cleanup=function(){for(var u;u=this.subs.shift();)u.destroy();this.packetBuffer=[],this.encoding=!1,this.decoder.destroy()},r.prototype.close=r.prototype.disconnect=function(){this.skipReconnect=!0,this.backoff.reset(),this.readyState="closed",this.engine&&this.engine.close()},r.prototype.onclose=function(u){l("close"),this.cleanup(),this.backoff.reset(),this.readyState="closed",this.emit("close",u),this._reconnection&&!this.skipReconnect&&this.reconnect()},r.prototype.reconnect=function(){if(this.reconnecting||this.skipReconnect)return this;var u=this;if(this.backoff.attempts>=this._reconnectionAttempts)l("reconnect failed"),this.backoff.reset(),this.emitAll("reconnect_failed"),this.reconnecting=!1;else{var s=this.backoff.duration();l("will wait %dms before reconnect attempt",s),this.reconnecting=!0;var w=setTimeout(function(){u.skipReconnect||(l("attempting reconnect"),u.emitAll("reconnect_attempt",u.backoff.attempts),u.emitAll("reconnecting",u.backoff.attempts),u.skipReconnect||u.open(function(T){T?(l("reconnect attempt error"),u.reconnecting=!1,u.reconnect(),u.emitAll("reconnect_error",T.data)):(l("reconnect success"),u.onreconnect())}))},s);this.subs.push({destroy:function(){clearTimeout(w)}})}},r.prototype.onreconnect=function(){var u=this.backoff.attempts;this.reconnecting=!1,this.backoff.reset(),this.updateSocketIds(),this.emitAll("reconnect",u)}},{"./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,y){function r(h,c,d){return h.on(c,d),{destroy:function(){h.removeListener(c,d)}}}y.exports=r},{}],5:[function(S,y,r){function h(s,w){this.io=s,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=S("socket.io-parser"),d=S("component-emitter"),m=S("to-array"),g=S("./on"),x=S("component-bind"),l=S("debug")("socket.io-client:socket"),_=S("has-binary");y.exports=h;var p={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},u=d.prototype.emit;d(h.prototype),h.prototype.subEvents=function(){if(!this.subs){var s=this.io;this.subs=[g(s,"open",x(this,"onopen")),g(s,"packet",x(this,"onpacket")),g(s,"close",x(this,"onclose"))]}},h.prototype.open=h.prototype.connect=function(){return this.connected?this:(this.subEvents(),this.io.open(),this.io.readyState=="open"&&this.onopen(),this)},h.prototype.send=function(){var s=m(arguments);return s.unshift("message"),this.emit.apply(this,s),this},h.prototype.emit=function(s){if(p.hasOwnProperty(s))return u.apply(this,arguments),this;var w=m(arguments),T=c.EVENT;_(w)&&(T=c.BINARY_EVENT);var k={type:T,data:w};return typeof w[w.length-1]=="function"&&(l("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},h.prototype.packet=function(s){s.nsp=this.nsp,this.io.packet(s)},h.prototype.onopen=function(){l("transport is open - connecting"),this.nsp!="/"&&this.packet({type:c.CONNECT})},h.prototype.onclose=function(s){l("close (%s)",s),this.connected=!1,this.disconnected=!0,delete this.id,this.emit("disconnect",s)},h.prototype.onpacket=function(s){if(s.nsp==this.nsp)switch(s.type){case c.CONNECT:this.onconnect();break;case c.EVENT:this.onevent(s);break;case c.BINARY_EVENT:this.onevent(s);break;case c.ACK:this.onack(s);break;case c.BINARY_ACK:this.onack(s);break;case c.DISCONNECT:this.ondisconnect();break;case c.ERROR:this.emit("error",s.data)}},h.prototype.onevent=function(s){var w=s.data||[];l("emitting event %j",w),s.id!=null&&(l("attaching ack callback to event"),w.push(this.ack(s.id))),this.connected?u.apply(this,w):this.receiveBuffer.push(w)},h.prototype.ack=function(s){var w=this,T=!1;return function(){if(!T){T=!0;var k=m(arguments);l("sending ack %j",k);var q=_(k)?c.BINARY_ACK:c.ACK;w.packet({type:q,id:s,data:k})}}},h.prototype.onack=function(s){l("calling ack %s with %j",s.id,s.data);var w=this.acks[s.id];w.apply(this,s.data),delete this.acks[s.id]},h.prototype.onconnect=function(){this.connected=!0,this.disconnected=!1,this.emit("connect"),this.emitBuffered()},h.prototype.emitBuffered=function(){var s;for(s=0;s<this.receiveBuffer.length;s++)u.apply(this,this.receiveBuffer[s]);for(this.receiveBuffer=[],s=0;s<this.sendBuffer.length;s++)this.packet(this.sendBuffer[s]);this.sendBuffer=[]},h.prototype.ondisconnect=function(){l("server disconnect (%s)",this.nsp),this.destroy(),this.onclose("io server disconnect")},h.prototype.destroy=function(){if(this.subs){for(var s=0;s<this.subs.length;s++)this.subs[s].destroy();this.subs=null}this.io.destroy(this)},h.prototype.close=h.prototype.disconnect=function(){return this.connected&&(l("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(S,y){(function(r){function h(m,l){var x=m,l=l||r.location;return m==null&&(m=l.protocol+"//"+l.host),typeof m=="string"&&(m.charAt(0)=="/"&&(m=m.charAt(1)=="/"?l.protocol+m:l.hostname+m),/^(https?|wss?):\/\//.test(m)||(d("protocol-less url %s",m),m=typeof l<"u"?l.protocol+"//"+m:"https://"+m),d("parse %s",m),x=c(m)),x.port||(/^(http|ws)$/.test(x.protocol)?x.port="80":/^(http|ws)s$/.test(x.protocol)&&(x.port="443")),x.path=x.path||"/",x.id=x.protocol+"://"+x.host+":"+x.port,x.href=x.protocol+"://"+x.host+(l&&l.port==x.port?"":":"+x.port),x}var c=S("parseuri"),d=S("debug")("socket.io-client:url");y.exports=h}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{debug:10,parseuri:42}],7:[function(S,y){function r(h){h=h||{},this.ms=h.min||100,this.max=h.max||1e4,this.factor=h.factor||2,this.jitter=h.jitter>0&&h.jitter<=1?h.jitter:0,this.attempts=0}y.exports=r,r.prototype.duration=function(){var h=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var c=Math.random(),d=Math.floor(c*this.jitter*h);h=1&Math.floor(10*c)?h+d:h-d}return 0|Math.min(h,this.max)},r.prototype.reset=function(){this.attempts=0},r.prototype.setMin=function(h){this.ms=h},r.prototype.setMax=function(h){this.max=h},r.prototype.setJitter=function(h){this.jitter=h}},{}],8:[function(S,y){var r=[].slice;y.exports=function(h,c){if(typeof c=="string"&&(c=h[c]),typeof c!="function")throw new Error("bind() requires a function");var d=r.call(arguments,2);return function(){return c.apply(h,d.concat(r.call(arguments)))}}},{}],9:[function(S,y){function r(c){return c?h(c):void 0}function h(c){for(var d in r.prototype)c[d]=r.prototype[d];return c}y.exports=r,r.prototype.on=r.prototype.addEventListener=function(c,d){return this._callbacks=this._callbacks||{},(this._callbacks[c]=this._callbacks[c]||[]).push(d),this},r.prototype.once=function(c,d){function m(){g.off(c,m),d.apply(this,arguments)}var g=this;return this._callbacks=this._callbacks||{},m.fn=d,this.on(c,m),this},r.prototype.off=r.prototype.removeListener=r.prototype.removeAllListeners=r.prototype.removeEventListener=function(c,d){if(this._callbacks=this._callbacks||{},arguments.length==0)return this._callbacks={},this;var m=this._callbacks[c];if(!m)return this;if(arguments.length==1)return delete this._callbacks[c],this;for(var g,x=0;x<m.length;x++)if(g=m[x],g===d||g.fn===d){m.splice(x,1);break}return this},r.prototype.emit=function(c){this._callbacks=this._callbacks||{};var d=[].slice.call(arguments,1),m=this._callbacks[c];if(m){m=m.slice(0);for(var g=0,x=m.length;x>g;++g)m[g].apply(this,d)}return this},r.prototype.listeners=function(c){return this._callbacks=this._callbacks||{},this._callbacks[c]||[]},r.prototype.hasListeners=function(c){return!!this.listeners(c).length}},{}],10:[function(S,y){function r(c){return r.enabled(c)?function(d){d=h(d);var m=new Date,g=m-(r[c]||m);r[c]=m,d=c+" "+d+" +"+r.humanize(g),window.console&&console.log&&Function.prototype.apply.call(console.log,console,arguments)}:function(){}}function h(c){return c instanceof Error?c.stack||c.message:c}y.exports=r,r.names=[],r.skips=[],r.enable=function(c){try{localStorage.debug=c}catch{}for(var d=(c||"").split(/[\s,]+/),m=d.length,g=0;m>g;g++)c=d[g].replace("*",".*?"),c[0]==="-"?r.skips.push(new RegExp("^"+c.substr(1)+"$")):r.names.push(new RegExp("^"+c+"$"))},r.disable=function(){r.enable("")},r.humanize=function(c){var d=1e3,m=6e4,g=60*m;return c>=g?(c/g).toFixed(1)+"h":c>=m?(c/m).toFixed(1)+"m":c>=d?(c/d|0)+"s":c+"ms"},r.enabled=function(c){for(var d=0,m=r.skips.length;m>d;d++)if(r.skips[d].test(c))return!1;for(var d=0,m=r.names.length;m>d;d++)if(r.names[d].test(c))return!0;return!1};try{window.localStorage&&r.enable(localStorage.debug)}catch{}},{}],11:[function(S,y){y.exports=S("./lib/")},{"./lib/":12}],12:[function(S,y){y.exports=S("./socket"),y.exports.parser=S("engine.io-parser")},{"./socket":13,"engine.io-parser":25}],13:[function(S,y){(function(r){function h(s,w){if(!(this instanceof h))return new h(s,w);if(w=w||{},s&&typeof s=="object"&&(w=s,s=null),s&&(s=_(s),w.host=s.host,w.secure=s.protocol=="https"||s.protocol=="wss",w.port=s.port,s.query&&(w.query=s.query)),this.secure=w.secure!=null?w.secure:r.location&&location.protocol=="https:",w.host){var T=w.host.split(":");w.hostname=T.shift(),T.length?w.port=T.pop():w.port||(w.port=this.secure?"443":"80")}this.agent=w.agent||!1,this.hostname=w.hostname||(r.location?location.hostname:"localhost"),this.port=w.port||(r.location&&location.port?location.port:this.secure?443:80),this.query=w.query||{},typeof this.query=="string"&&(this.query=u.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(s){var w={};for(var T in s)s.hasOwnProperty(T)&&(w[T]=s[T]);return w}var d=S("./transports"),m=S("component-emitter"),g=S("debug")("engine.io-client:socket"),x=S("indexof"),l=S("engine.io-parser"),_=S("parseuri"),p=S("parsejson"),u=S("parseqs");y.exports=h,h.priorWebsocketSuccess=!1,m(h.prototype),h.protocol=l.protocol,h.Socket=h,h.Transport=S("./transport"),h.transports=S("./transports"),h.parser=S("engine.io-parser"),h.prototype.createTransport=function(s){g('creating transport "%s"',s);var w=c(this.query);w.EIO=l.protocol,w.transport=s,this.id&&(w.sid=this.id);var T=new d[s]({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 T},h.prototype.open=function(){var w;if(this.rememberUpgrade&&h.priorWebsocketSuccess&&this.transports.indexOf("websocket")!=-1)w="websocket";else{if(this.transports.length==0){var s=this;return void setTimeout(function(){s.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)},h.prototype.setTransport=function(s){g("setting transport %s",s.name);var w=this;this.transport&&(g("clearing existing transport %s",this.transport.name),this.transport.removeAllListeners()),this.transport=s,s.on("drain",function(){w.onDrain()}).on("packet",function(T){w.onPacket(T)}).on("error",function(T){w.onError(T)}).on("close",function(){w.onClose("transport close")})},h.prototype.probe=function(s){function w(){if(M.onlyBinaryUpgrades){var H=!this.supportsBinary&&M.transport.supportsBinary;D=D||H}D||(g('probe transport "%s" opened',s),G.send([{type:"ping",data:"probe"}]),G.once("packet",function(L){if(!D)if(L.type=="pong"&&L.data=="probe"){if(g('probe transport "%s" pong',s),M.upgrading=!0,M.emit("upgrading",G),!G)return;h.priorWebsocketSuccess=G.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"),se(),M.setTransport(G),G.send([{type:"upgrade"}]),M.emit("upgrade",G),G=null,M.upgrading=!1,M.flush())})}else{g('probe transport "%s" failed',s);var U=new Error("probe error");U.transport=G.name,M.emit("upgradeError",U)}}))}function T(){D||(D=!0,se(),G.close(),G=null)}function k(H){var L=new Error("probe error: "+H);L.transport=G.name,T(),g('probe transport "%s" failed because of error: %s',s,H),M.emit("upgradeError",L)}function q(){k("transport closed")}function oe(){k("socket closed")}function Y(H){G&&H.name!=G.name&&(g('"%s" works - aborting "%s"',H.name,G.name),T())}function se(){G.removeListener("open",w),G.removeListener("error",k),G.removeListener("close",q),M.removeListener("close",oe),M.removeListener("upgrading",Y)}g('probing transport "%s"',s);var G=this.createTransport(s,{probe:1}),D=!1,M=this;h.priorWebsocketSuccess=!1,G.once("open",w),G.once("error",k),G.once("close",q),this.once("close",oe),this.once("upgrading",Y),G.open()},h.prototype.onOpen=function(){if(g("socket open"),this.readyState="open",h.priorWebsocketSuccess=this.transport.name=="websocket",this.emit("open"),this.flush(),this.readyState=="open"&&this.upgrade&&this.transport.pause){g("starting upgrade probes");for(var s=0,w=this.upgrades.length;w>s;s++)this.probe(this.upgrades[s])}},h.prototype.onPacket=function(s){if(this.readyState=="opening"||this.readyState=="open")switch(g('socket receive: type "%s", data "%s"',s.type,s.data),this.emit("packet",s),this.emit("heartbeat"),s.type){case"open":this.onHandshake(p(s.data));break;case"pong":this.setPing();break;case"error":var w=new Error("server error");w.code=s.data,this.emit("error",w);break;case"message":this.emit("data",s.data),this.emit("message",s.data)}else g('packet received with socket readyState "%s"',this.readyState)},h.prototype.onHandshake=function(s){this.emit("handshake",s),this.id=s.sid,this.transport.query.sid=s.sid,this.upgrades=this.filterUpgrades(s.upgrades),this.pingInterval=s.pingInterval,this.pingTimeout=s.pingTimeout,this.onOpen(),this.readyState!="closed"&&(this.setPing(),this.removeListener("heartbeat",this.onHeartbeat),this.on("heartbeat",this.onHeartbeat))},h.prototype.onHeartbeat=function(s){clearTimeout(this.pingTimeoutTimer);var w=this;w.pingTimeoutTimer=setTimeout(function(){w.readyState!="closed"&&w.onClose("ping timeout")},s||w.pingInterval+w.pingTimeout)},h.prototype.setPing=function(){var s=this;clearTimeout(s.pingIntervalTimer),s.pingIntervalTimer=setTimeout(function(){g("writing ping packet - expecting pong within %sms",s.pingTimeout),s.ping(),s.onHeartbeat(s.pingTimeout)},s.pingInterval)},h.prototype.ping=function(){this.sendPacket("ping")},h.prototype.onDrain=function(){for(var s=0;s<this.prevBufferLen;s++)this.callbackBuffer[s]&&this.callbackBuffer[s]();this.writeBuffer.splice(0,this.prevBufferLen),this.callbackBuffer.splice(0,this.prevBufferLen),this.prevBufferLen=0,this.writeBuffer.length==0?this.emit("drain"):this.flush()},h.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"))},h.prototype.write=h.prototype.send=function(s,w){return this.sendPacket("message",s,w),this},h.prototype.sendPacket=function(s,w,T){if(this.readyState!="closing"&&this.readyState!="closed"){var k={type:s,data:w};this.emit("packetCreate",k),this.writeBuffer.push(k),this.callbackBuffer.push(T),this.flush()}},h.prototype.close=function(){function s(){k.onClose("forced close"),g("socket closing - telling transport to close"),k.transport.close()}function w(){k.removeListener("upgrade",w),k.removeListener("upgradeError",w),s()}function T(){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?T():s()}):this.upgrading?T():s()}return this},h.prototype.onError=function(s){g("socket error %j",s),h.priorWebsocketSuccess=!1,this.emit("error",s),this.onClose("transport error",s)},h.prototype.onClose=function(s,w){if(this.readyState=="opening"||this.readyState=="open"||this.readyState=="closing"){g('socket close with reason: "%s"',s);var T=this;clearTimeout(this.pingIntervalTimer),clearTimeout(this.pingTimeoutTimer),setTimeout(function(){T.writeBuffer=[],T.callbackBuffer=[],T.prevBufferLen=0},0),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),this.readyState="closed",this.id=null,this.emit("close",s,w)}},h.prototype.filterUpgrades=function(s){for(var w=[],T=0,k=s.length;k>T;T++)~x(this.transports,s[T])&&w.push(s[T]);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(S,y){function r(d){this.path=d.path,this.hostname=d.hostname,this.port=d.port,this.secure=d.secure,this.query=d.query,this.timestampParam=d.timestampParam,this.timestampRequests=d.timestampRequests,this.readyState="",this.agent=d.agent||!1,this.socket=d.socket,this.enablesXDR=d.enablesXDR,this.pfx=d.pfx,this.key=d.key,this.passphrase=d.passphrase,this.cert=d.cert,this.ca=d.ca,this.ciphers=d.ciphers,this.rejectUnauthorized=d.rejectUnauthorized}var h=S("engine.io-parser"),c=S("component-emitter");y.exports=r,c(r.prototype),r.timestamps=0,r.prototype.onError=function(d,m){var g=new Error(d);return g.type="TransportError",g.description=m,this.emit("error",g),this},r.prototype.open=function(){return(this.readyState=="closed"||this.readyState=="")&&(this.readyState="opening",this.doOpen()),this},r.prototype.close=function(){return(this.readyState=="opening"||this.readyState=="open")&&(this.doClose(),this.onClose()),this},r.prototype.send=function(d){if(this.readyState!="open")throw new Error("Transport not open");this.write(d)},r.prototype.onOpen=function(){this.readyState="open",this.writable=!0,this.emit("open")},r.prototype.onData=function(d){var m=h.decodePacket(d,this.socket.binaryType);this.onPacket(m)},r.prototype.onPacket=function(d){this.emit("packet",d)},r.prototype.onClose=function(){this.readyState="closed",this.emit("close")}},{"component-emitter":9,"engine.io-parser":25}],15:[function(S,y,r){(function(h){function c(l){var _,p=!1,u=!1,s=l.jsonp!==!1;if(h.location){var w=location.protocol=="https:",T=location.port;T||(T=w?443:80),p=l.hostname!=location.hostname||T!=l.port,u=l.secure!=w}if(l.xdomain=p,l.xscheme=u,_=new d(l),"open"in _&&!l.forceJSONP)return new m(l);if(!s)throw new Error("JSONP disabled");return new g(l)}var d=S("xmlhttprequest"),m=S("./polling-xhr"),g=S("./polling-jsonp"),x=S("./websocket");r.polling=c,r.websocket=x}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{"./polling-jsonp":16,"./polling-xhr":17,"./websocket":19,xmlhttprequest:20}],16:[function(S,y){(function(r){function h(){}function c(_){d.call(this,_),this.query=this.query||{},g||(r.___eio||(r.___eio=[]),g=r.___eio),this.index=g.length;var p=this;g.push(function(u){p.onData(u)}),this.query.j=this.index,r.document&&r.addEventListener&&r.addEventListener("beforeunload",function(){p.script&&(p.script.onerror=h)},!1)}var d=S("./polling"),m=S("component-inherit");y.exports=c;var g,x=/\n/g,l=/\\n/g;m(c,d),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),d.prototype.doClose.call(this)},c.prototype.doPoll=function(){var _=this,p=document.createElement("script");this.script&&(this.script.parentNode.removeChild(this.script),this.script=null),p.async=!0,p.src=this.uri(),p.onerror=function(w){_.onError("jsonp poll error",w)};var u=document.getElementsByTagName("script")[0];u.parentNode.insertBefore(p,u),this.script=p;var s=typeof navigator<"u"&&/gecko/i.test(navigator.userAgent);s&&setTimeout(function(){var w=document.createElement("iframe");document.body.appendChild(w),document.body.removeChild(w)},100)},c.prototype.doWrite=function(_,p){function u(){s(),p()}function s(){if(w.iframe)try{w.form.removeChild(w.iframe)}catch(se){w.onError("jsonp polling iframe removal error",se)}try{var Y='<iframe src="javascript:0" name="'+w.iframeId+'">';T=document.createElement(Y)}catch{T=document.createElement("iframe"),T.name=w.iframeId,T.src="javascript:0"}T.id=w.iframeId,w.form.appendChild(T),w.iframe=T}var w=this;if(!this.form){var T,k=document.createElement("form"),q=document.createElement("textarea"),oe=this.iframeId="eio_iframe_"+this.index;k.className="socketio",k.style.position="absolute",k.style.top="-1000px",k.style.left="-1000px",k.target=oe,k.method="POST",k.setAttribute("accept-charset","utf-8"),q.name="d",k.appendChild(q),document.body.appendChild(k),this.form=k,this.area=q}this.form.action=this.uri(),s(),_=_.replace(l,`\\
|
|
33
|
-
`),this.area.value=_.replace(x,"\\n");try{this.form.submit()}catch{}this.iframe.attachEvent?this.iframe.onreadystatechange=function(){w.iframe.readyState=="complete"&&u()}:this.iframe.onload=u}}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{"./polling":18,"component-inherit":21}],17:[function(S,y){(function(r){function h(){}function c(u){if(x.call(this,u),r.location){var s=location.protocol=="https:",w=location.port;w||(w=s?443:80),this.xd=u.hostname!=r.location.hostname||w!=u.port,this.xs=u.secure!=s}}function d(u){this.method=u.method||"GET",this.uri=u.uri,this.xd=!!u.xd,this.xs=!!u.xs,this.async=u.async!==!1,this.data=u.data!=null?u.data:null,this.agent=u.agent,this.isBinary=u.isBinary,this.supportsBinary=u.supportsBinary,this.enablesXDR=u.enablesXDR,this.pfx=u.pfx,this.key=u.key,this.passphrase=u.passphrase,this.cert=u.cert,this.ca=u.ca,this.ciphers=u.ciphers,this.rejectUnauthorized=u.rejectUnauthorized,this.create()}function m(){for(var u in d.requests)d.requests.hasOwnProperty(u)&&d.requests[u].abort()}var g=S("xmlhttprequest"),x=S("./polling"),l=S("component-emitter"),_=S("component-inherit"),p=S("debug")("engine.io-client:polling-xhr");y.exports=c,y.exports.Request=d,_(c,x),c.prototype.supportsBinary=!0,c.prototype.request=function(u){return u=u||{},u.uri=this.uri(),u.xd=this.xd,u.xs=this.xs,u.agent=this.agent||!1,u.supportsBinary=this.supportsBinary,u.enablesXDR=this.enablesXDR,u.pfx=this.pfx,u.key=this.key,u.passphrase=this.passphrase,u.cert=this.cert,u.ca=this.ca,u.ciphers=this.ciphers,u.rejectUnauthorized=this.rejectUnauthorized,new d(u)},c.prototype.doWrite=function(u,s){var w=typeof u!="string"&&u!==void 0,T=this.request({method:"POST",data:u,isBinary:w}),k=this;T.on("success",s),T.on("error",function(q){k.onError("xhr post error",q)}),this.sendXhr=T},c.prototype.doPoll=function(){p("xhr poll");var u=this.request(),s=this;u.on("data",function(w){s.onData(w)}),u.on("error",function(w){s.onError("xhr poll error",w)}),this.pollXhr=u},l(d.prototype),d.prototype.create=function(){var u={agent:this.agent,xdomain:this.xd,xscheme:this.xs,enablesXDR:this.enablesXDR};u.pfx=this.pfx,u.key=this.key,u.passphrase=this.passphrase,u.cert=this.cert,u.ca=this.ca,u.ciphers=this.ciphers,u.rejectUnauthorized=this.rejectUnauthorized;var s=this.xhr=new g(u),w=this;try{if(p("xhr open %s: %s",this.method,this.uri),s.open(this.method,this.uri,this.async),this.supportsBinary&&(s.responseType="arraybuffer"),this.method=="POST")try{this.isBinary?s.setRequestHeader("Content-type","application/octet-stream"):s.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch{}"withCredentials"in s&&(s.withCredentials=!0),this.hasXDR()?(s.onload=function(){w.onLoad()},s.onerror=function(){w.onError(s.responseText)}):s.onreadystatechange=function(){s.readyState==4&&(s.status==200||s.status==1223?w.onLoad():setTimeout(function(){w.onError(s.status)},0))},p("xhr data %s",this.data),s.send(this.data)}catch(T){return void setTimeout(function(){w.onError(T)},0)}r.document&&(this.index=d.requestsCount++,d.requests[this.index]=this)},d.prototype.onSuccess=function(){this.emit("success"),this.cleanup()},d.prototype.onData=function(u){this.emit("data",u),this.onSuccess()},d.prototype.onError=function(u){this.emit("error",u),this.cleanup(!0)},d.prototype.cleanup=function(u){if(typeof this.xhr<"u"&&this.xhr!==null){if(this.hasXDR()?this.xhr.onload=this.xhr.onerror=h:this.xhr.onreadystatechange=h,u)try{this.xhr.abort()}catch{}r.document&&delete d.requests[this.index],this.xhr=null}},d.prototype.onLoad=function(){var u;try{var s;try{s=this.xhr.getResponseHeader("Content-Type").split(";")[0]}catch{}u=s==="application/octet-stream"?this.xhr.response:this.supportsBinary?"ok":this.xhr.responseText}catch(w){this.onError(w)}u!=null&&this.onData(u)},d.prototype.hasXDR=function(){return typeof r.XDomainRequest<"u"&&!this.xs&&this.enablesXDR},d.prototype.abort=function(){this.cleanup()},r.document&&(d.requestsCount=0,d.requests={},r.attachEvent?r.attachEvent("onunload",m):r.addEventListener&&r.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,y){function r(l){var _=l&&l.forceBase64;(!x||_)&&(this.supportsBinary=!1),h.call(this,l)}var h=S("../transport"),c=S("parseqs"),d=S("engine.io-parser"),m=S("component-inherit"),g=S("debug")("engine.io-client:polling");y.exports=r;var x=function(){var l=S("xmlhttprequest"),_=new l({xdomain:!1});return _.responseType!=null}();m(r,h),r.prototype.name="polling",r.prototype.doOpen=function(){this.poll()},r.prototype.pause=function(l){function _(){g("paused"),p.readyState="paused",l()}var p=this;if(this.readyState="pausing",this.polling||!this.writable){var u=0;this.polling&&(g("we are currently polling - waiting to pause"),u++,this.once("pollComplete",function(){g("pre-pause polling complete"),--u||_()})),this.writable||(g("we are currently writing - waiting to pause"),u++,this.once("drain",function(){g("pre-pause writing complete"),--u||_()}))}else _()},r.prototype.poll=function(){g("polling"),this.polling=!0,this.doPoll(),this.emit("poll")},r.prototype.onData=function(l){var _=this;g("polling got data %s",l);var p=function(u){return _.readyState=="opening"&&_.onOpen(),u.type=="close"?(_.onClose(),!1):void _.onPacket(u)};d.decodePayload(l,this.socket.binaryType,p),this.readyState!="closed"&&(this.polling=!1,this.emit("pollComplete"),this.readyState=="open"?this.poll():g('ignoring poll - transport state "%s"',this.readyState))},r.prototype.doClose=function(){function l(){g("writing close packet"),_.write([{type:"close"}])}var _=this;this.readyState=="open"?(g("transport open - closing"),l()):(g("transport not open - deferring close"),this.once("open",l))},r.prototype.write=function(l){var p=this;this.writable=!1;var _=function(){p.writable=!0,p.emit("drain")},p=this;d.encodePayload(l,this.supportsBinary,function(u){p.doWrite(u,_)})},r.prototype.uri=function(){var l=this.query||{},_=this.secure?"https":"http",p="";return this.timestampRequests!==!1&&(l[this.timestampParam]=+new Date+"-"+h.timestamps++),this.supportsBinary||l.sid||(l.b64=1),l=c.encode(l),this.port&&(_=="https"&&this.port!=443||_=="http"&&this.port!=80)&&(p=":"+this.port),l.length&&(l="?"+l),_+"://"+this.hostname+p+this.path+l}},{"../transport":14,"component-inherit":21,debug:22,"engine.io-parser":25,parseqs:33,xmlhttprequest:20}],19:[function(S,y){function r(l){var _=l&&l.forceBase64;_&&(this.supportsBinary=!1),h.call(this,l)}var h=S("../transport"),c=S("engine.io-parser"),d=S("parseqs"),m=S("component-inherit"),g=S("debug")("engine.io-client:websocket"),x=S("ws");y.exports=r,m(r,h),r.prototype.name="websocket",r.prototype.supportsBinary=!0,r.prototype.doOpen=function(){if(this.check()){var l=this.uri(),_=void 0,p={agent:this.agent};p.pfx=this.pfx,p.key=this.key,p.passphrase=this.passphrase,p.cert=this.cert,p.ca=this.ca,p.ciphers=this.ciphers,p.rejectUnauthorized=this.rejectUnauthorized,this.ws=new x(l,_,p),this.ws.binaryType===void 0&&(this.supportsBinary=!1),this.ws.binaryType="arraybuffer",this.addEventListeners()}},r.prototype.addEventListeners=function(){var l=this;this.ws.onopen=function(){l.onOpen()},this.ws.onclose=function(){l.onClose()},this.ws.onmessage=function(_){l.onData(_.data)},this.ws.onerror=function(_){l.onError("websocket error",_)}},typeof navigator<"u"&&/iPad|iPhone|iPod/i.test(navigator.userAgent)&&(r.prototype.onData=function(l){var _=this;setTimeout(function(){h.prototype.onData.call(_,l)},0)}),r.prototype.write=function(l){function _(){p.writable=!0,p.emit("drain")}var p=this;this.writable=!1;for(var u=0,s=l.length;s>u;u++)c.encodePacket(l[u],this.supportsBinary,function(w){try{p.ws.send(w)}catch{g("websocket closed before onclose event")}});setTimeout(_,0)},r.prototype.onClose=function(){h.prototype.onClose.call(this)},r.prototype.doClose=function(){typeof this.ws<"u"&&this.ws.close()},r.prototype.uri=function(){var l=this.query||{},_=this.secure?"wss":"ws",p="";return this.port&&(_=="wss"&&this.port!=443||_=="ws"&&this.port!=80)&&(p=":"+this.port),this.timestampRequests&&(l[this.timestampParam]=+new Date),this.supportsBinary||(l.b64=1),l=d.encode(l),l.length&&(l="?"+l),_+"://"+this.hostname+p+this.path+l},r.prototype.check=function(){return!(!x||"__initialize"in x&&this.name===r.prototype.name)}},{"../transport":14,"component-inherit":21,debug:22,"engine.io-parser":25,parseqs:33,ws:35}],20:[function(S,y){var r=S("has-cors");y.exports=function(h){var c=h.xdomain,d=h.xscheme,m=h.enablesXDR;try{if(typeof XMLHttpRequest<"u"&&(!c||r))return new XMLHttpRequest}catch{}try{if(typeof XDomainRequest<"u"&&!d&&m)return new XDomainRequest}catch{}if(!c)try{return new ActiveXObject("Microsoft.XMLHTTP")}catch{}}},{"has-cors":38}],21:[function(S,y){y.exports=function(r,h){var c=function(){};c.prototype=h.prototype,r.prototype=new c,r.prototype.constructor=r}},{}],22:[function(S,y,r){function h(){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 x=arguments,l=this.useColors;if(x[0]=(l?"%c":"")+this.namespace+(l?" %c":" ")+x[0]+(l?"%c ":" ")+"+"+r.humanize(this.diff),!l)return x;var _="color: "+this.color;x=[x[0],_,"color: inherit"].concat(Array.prototype.slice.call(x,1));var p=0,u=0;return x[0].replace(/%[a-z%]/g,function(s){s!=="%%"&&(p++,s==="%c"&&(u=p))}),x.splice(u,0,_),x}function d(){return typeof console=="object"&&typeof console.log=="function"&&Function.prototype.apply.call(console.log,console,arguments)}function m(x){try{x==null?localStorage.removeItem("debug"):localStorage.debug=x}catch{}}function g(){var x;try{x=localStorage.debug}catch{}return x}r=y.exports=S("./debug"),r.log=d,r.formatArgs=c,r.save=m,r.load=g,r.useColors=h,r.colors=["lightseagreen","forestgreen","goldenrod","dodgerblue","darkorchid","crimson"],r.formatters.j=function(x){return JSON.stringify(x)},r.enable(g())},{"./debug":23}],23:[function(S,y,r){function h(){return r.colors[_++%r.colors.length]}function c(p){function u(){}function s(){var T=s,k=+new Date,q=k-(l||k);T.diff=q,T.prev=l,T.curr=k,l=k,T.useColors==null&&(T.useColors=r.useColors()),T.color==null&&T.useColors&&(T.color=h());var oe=Array.prototype.slice.call(arguments);oe[0]=r.coerce(oe[0]),typeof oe[0]!="string"&&(oe=["%o"].concat(oe));var Y=0;oe[0]=oe[0].replace(/%([a-z%])/g,function(G,D){if(G==="%%")return G;Y++;var M=r.formatters[D];if(typeof M=="function"){var H=oe[Y];G=M.call(T,H),oe.splice(Y,1),Y--}return G}),typeof r.formatArgs=="function"&&(oe=r.formatArgs.apply(T,oe));var se=s.log||r.log||console.log.bind(console);se.apply(T,oe)}u.enabled=!1,s.enabled=!0;var w=r.enabled(p)?s:u;return w.namespace=p,w}function d(p){r.save(p);for(var u=(p||"").split(/[\s,]+/),s=u.length,w=0;s>w;w++)u[w]&&(p=u[w].replace(/\*/g,".*?"),p[0]==="-"?r.skips.push(new RegExp("^"+p.substr(1)+"$")):r.names.push(new RegExp("^"+p+"$")))}function m(){r.enable("")}function g(p){var u,s;for(u=0,s=r.skips.length;s>u;u++)if(r.skips[u].test(p))return!1;for(u=0,s=r.names.length;s>u;u++)if(r.names[u].test(p))return!0;return!1}function x(p){return p instanceof Error?p.stack||p.message:p}r=y.exports=c,r.coerce=x,r.disable=m,r.enable=d,r.enabled=g,r.humanize=S("ms"),r.names=[],r.skips=[],r.formatters={};var l,_=0},{ms:24}],24:[function(S,y){function r(p){var u=/^((?:\d+)?\.?\d+) *(ms|seconds?|s|minutes?|m|hours?|h|days?|d|years?|y)?$/i.exec(p);if(u){var s=parseFloat(u[1]),w=(u[2]||"ms").toLowerCase();switch(w){case"years":case"year":case"y":return s*_;case"days":case"day":case"d":return s*l;case"hours":case"hour":case"h":return s*x;case"minutes":case"minute":case"m":return s*g;case"seconds":case"second":case"s":return s*m;case"ms":return s}}}function h(p){return p>=l?Math.round(p/l)+"d":p>=x?Math.round(p/x)+"h":p>=g?Math.round(p/g)+"m":p>=m?Math.round(p/m)+"s":p+"ms"}function c(p){return d(p,l,"day")||d(p,x,"hour")||d(p,g,"minute")||d(p,m,"second")||p+" ms"}function d(p,u,s){return u>p?void 0:1.5*u>p?Math.floor(p/u)+" "+s:Math.ceil(p/u)+" "+s+"s"}var m=1e3,g=60*m,x=60*g,l=24*x,_=365.25*l;y.exports=function(p,u){return u=u||{},typeof p=="string"?r(p):u.long?c(p):h(p)}},{}],25:[function(S,y,r){(function(h){function c(D,M){var H="b"+r.packets[D.type]+D.data.data;return M(H)}function d(D,M,H){if(!M)return r.encodeBase64Packet(D,H);var L=D.data,U=new Uint8Array(L),X=new Uint8Array(1+L.byteLength);X[0]=oe[D.type];for(var j=0;j<U.length;j++)X[j+1]=U[j];return H(X.buffer)}function m(D,M,H){if(!M)return r.encodeBase64Packet(D,H);var L=new FileReader;return L.onload=function(){D.data=L.result,r.encodePacket(D,M,!0,H)},L.readAsArrayBuffer(D.data)}function g(D,M,H){if(!M)return r.encodeBase64Packet(D,H);if(q)return m(D,M,H);var L=new Uint8Array(1);L[0]=oe[D.type];var U=new G([L.buffer,D.data]);return H(U)}function x(D,M,H){for(var L=new Array(D.length),U=s(D.length,H),X=function(V,N,be){M(N,function(Ae,ke){L[V]=ke,be(Ae,L)})},j=0;j<D.length;j++)X(j,D[j],U)}var l=S("./keys"),_=S("has-binary"),p=S("arraybuffer.slice"),u=S("base64-arraybuffer"),s=S("after"),w=S("utf8"),T=navigator.userAgent.match(/Android/i),k=/PhantomJS/i.test(navigator.userAgent),q=T||k;r.protocol=3;var oe=r.packets={open:0,close:1,ping:2,pong:3,message:4,upgrade:5,noop:6},Y=l(oe),se={type:"error",data:"parser error"},G=S("blob");r.encodePacket=function(D,M,H,L){typeof M=="function"&&(L=M,M=!1),typeof H=="function"&&(L=H,H=null);var U=D.data===void 0?void 0:D.data.buffer||D.data;if(h.ArrayBuffer&&U instanceof ArrayBuffer)return d(D,M,L);if(G&&U instanceof h.Blob)return g(D,M,L);if(U&&U.base64)return c(D,L);var X=oe[D.type];return D.data!==void 0&&(X+=H?w.encode(String(D.data)):String(D.data)),L(""+X)},r.encodeBase64Packet=function(D,M){var H="b"+r.packets[D.type];if(G&&D.data instanceof G){var L=new FileReader;return L.onload=function(){var N=L.result.split(",")[1];M(H+N)},L.readAsDataURL(D.data)}var U;try{U=String.fromCharCode.apply(null,new Uint8Array(D.data))}catch{for(var X=new Uint8Array(D.data),j=new Array(X.length),V=0;V<X.length;V++)j[V]=X[V];U=String.fromCharCode.apply(null,j)}return H+=h.btoa(U),M(H)},r.decodePacket=function(D,M,H){if(typeof D=="string"||D===void 0){if(D.charAt(0)=="b")return r.decodeBase64Packet(D.substr(1),M);if(H)try{D=w.decode(D)}catch{return se}var U=D.charAt(0);return Number(U)==U&&Y[U]?D.length>1?{type:Y[U],data:D.substring(1)}:{type:Y[U]}:se}var L=new Uint8Array(D),U=L[0],X=p(D,1);return G&&M==="blob"&&(X=new G([X])),{type:Y[U],data:X}},r.decodeBase64Packet=function(D,M){var H=Y[D.charAt(0)];if(!h.ArrayBuffer)return{type:H,data:{base64:!0,data:D.substr(1)}};var L=u.decode(D.substr(1));return M==="blob"&&G&&(L=new G([L])),{type:H,data:L}},r.encodePayload=function(D,M,H){function L(j){return j.length+":"+j}function U(j,V){r.encodePacket(j,X?M:!1,!0,function(N){V(null,L(N))})}typeof M=="function"&&(H=M,M=null);var X=_(D);return M&&X?G&&!q?r.encodePayloadAsBlob(D,H):r.encodePayloadAsArrayBuffer(D,H):D.length?void x(D,U,function(j,V){return H(V.join(""))}):H("0:")},r.decodePayload=function(D,M,H){if(typeof D!="string")return r.decodePayloadAsBinary(D,M,H);typeof M=="function"&&(H=M,M=null);var L;if(D=="")return H(se,0,1);for(var U,X,j="",V=0,N=D.length;N>V;V++){var be=D.charAt(V);if(be!=":")j+=be;else{if(j==""||j!=(U=Number(j))||(X=D.substr(V+1,U),j!=X.length))return H(se,0,1);if(X.length){if(L=r.decodePacket(X,M,!0),se.type==L.type&&se.data==L.data)return H(se,0,1);var Ae=H(L,V+U,N);if(Ae===!1)return}V+=U,j=""}}return j!=""?H(se,0,1):void 0},r.encodePayloadAsArrayBuffer=function(D,M){function H(L,U){r.encodePacket(L,!0,!0,function(X){return U(null,X)})}return D.length?void x(D,H,function(L,U){var X=U.reduce(function(N,be){var Ae;return Ae=typeof be=="string"?be.length:be.byteLength,N+Ae.toString().length+Ae+2},0),j=new Uint8Array(X),V=0;return U.forEach(function(N){var be=typeof N=="string",Ae=N;if(be){for(var ke=new Uint8Array(N.length),ae=0;ae<N.length;ae++)ke[ae]=N.charCodeAt(ae);Ae=ke.buffer}j[V++]=be?0:1;for(var qe=Ae.byteLength.toString(),ae=0;ae<qe.length;ae++)j[V++]=parseInt(qe[ae]);j[V++]=255;for(var ke=new Uint8Array(Ae),ae=0;ae<ke.length;ae++)j[V++]=ke[ae]}),M(j.buffer)}):M(new ArrayBuffer(0))},r.encodePayloadAsBlob=function(D,M){function H(L,U){r.encodePacket(L,!0,!0,function(X){var j=new Uint8Array(1);if(j[0]=1,typeof X=="string"){for(var V=new Uint8Array(X.length),N=0;N<X.length;N++)V[N]=X.charCodeAt(N);X=V.buffer,j[0]=0}for(var be=X instanceof ArrayBuffer?X.byteLength:X.size,Ae=be.toString(),ke=new Uint8Array(Ae.length+1),N=0;N<Ae.length;N++)ke[N]=parseInt(Ae[N]);if(ke[Ae.length]=255,G){var ae=new G([j.buffer,ke.buffer,X]);U(null,ae)}})}x(D,H,function(L,U){return M(new G(U))})},r.decodePayloadAsBinary=function(D,M,H){typeof M=="function"&&(H=M,M=null);for(var L=D,U=[],X=!1;L.byteLength>0;){for(var j=new Uint8Array(L),V=j[0]===0,N="",be=1;j[be]!=255;be++){if(N.length>310){X=!0;break}N+=j[be]}if(X)return H(se,0,1);L=p(L,2+N.length),N=parseInt(N);var Ae=p(L,0,N);if(V)try{Ae=String.fromCharCode.apply(null,new Uint8Array(Ae))}catch{var ke=new Uint8Array(Ae);Ae="";for(var be=0;be<ke.length;be++)Ae+=String.fromCharCode(ke[be])}U.push(Ae),L=p(L,N)}var ae=U.length;U.forEach(function(qe,bt){H(r.decodePacket(qe,M,!0),bt,ae)})}}).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,y){y.exports=Object.keys||function(r){var h=[],c=Object.prototype.hasOwnProperty;for(var d in r)c.call(r,d)&&h.push(d);return h}},{}],27:[function(S,y){function r(c,d,m){function g(l,_){if(g.count<=0)throw new Error("after called too many times");--g.count,l?(x=!0,d(l),d=m):g.count!==0||x||d(null,_)}var x=!1;return m=m||h,g.count=c,c===0?d():g}function h(){}y.exports=r},{}],28:[function(S,y){y.exports=function(r,h,c){var d=r.byteLength;if(h=h||0,c=c||d,r.slice)return r.slice(h,c);if(0>h&&(h+=d),0>c&&(c+=d),c>d&&(c=d),h>=d||h>=c||d===0)return new ArrayBuffer(0);for(var m=new Uint8Array(r),g=new Uint8Array(c-h),x=h,l=0;c>x;x++,l++)g[l]=m[x];return g.buffer}},{}],29:[function(S,y,r){(function(h){r.encode=function(c){var d,m=new Uint8Array(c),g=m.length,x="";for(d=0;g>d;d+=3)x+=h[m[d]>>2],x+=h[(3&m[d])<<4|m[d+1]>>4],x+=h[(15&m[d+1])<<2|m[d+2]>>6],x+=h[63&m[d+2]];return g%3===2?x=x.substring(0,x.length-1)+"=":g%3===1&&(x=x.substring(0,x.length-2)+"=="),x},r.decode=function(c){var d,m,g,x,l,_=.75*c.length,p=c.length,u=0;c[c.length-1]==="="&&(_--,c[c.length-2]==="="&&_--);var s=new ArrayBuffer(_),w=new Uint8Array(s);for(d=0;p>d;d+=4)m=h.indexOf(c[d]),g=h.indexOf(c[d+1]),x=h.indexOf(c[d+2]),l=h.indexOf(c[d+3]),w[u++]=m<<2|g>>4,w[u++]=(15&g)<<4|x>>2,w[u++]=(3&x)<<6|63&l;return s}})("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/")},{}],30:[function(S,y){(function(r){function h(_){for(var p=0;p<_.length;p++){var u=_[p];if(u.buffer instanceof ArrayBuffer){var s=u.buffer;if(u.byteLength!==s.byteLength){var w=new Uint8Array(u.byteLength);w.set(new Uint8Array(s,u.byteOffset,u.byteLength)),s=w.buffer}_[p]=s}}}function c(_,p){p=p||{};var u=new m;h(_);for(var s=0;s<_.length;s++)u.append(_[s]);return p.type?u.getBlob(p.type):u.getBlob()}function d(_,p){return h(_),new Blob(_,p||{})}var m=r.BlobBuilder||r.WebKitBlobBuilder||r.MSBlobBuilder||r.MozBlobBuilder,g=function(){try{var _=new Blob(["hi"]);return _.size===2}catch{return!1}}(),x=g&&function(){try{var _=new Blob([new Uint8Array([1,2])]);return _.size===2}catch{return!1}}(),l=m&&m.prototype.append&&m.prototype.getBlob;y.exports=function(){return g?x?r.Blob:d:l?c:void 0}()}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{}],31:[function(S,y,r){(function(h){(function(c){function d(L){for(var U,X,j=[],V=0,N=L.length;N>V;)U=L.charCodeAt(V++),U>=55296&&56319>=U&&N>V?(X=L.charCodeAt(V++),(64512&X)==56320?j.push(((1023&U)<<10)+(1023&X)+65536):(j.push(U),V--)):j.push(U);return j}function m(L){for(var U,X=L.length,j=-1,V="";++j<X;)U=L[j],U>65535&&(U-=65536,V+=se(U>>>10&1023|55296),U=56320|1023&U),V+=se(U);return V}function g(L){if(L>=55296&&57343>=L)throw Error("Lone surrogate U+"+L.toString(16).toUpperCase()+" is not a scalar value")}function x(L,U){return se(L>>U&63|128)}function l(L){if(!(4294967168&L))return se(L);var U="";return 4294965248&L?4294901760&L?!(4292870144&L)&&(U=se(L>>18&7|240),U+=x(L,12),U+=x(L,6)):(g(L),U=se(L>>12&15|224),U+=x(L,6)):U=se(L>>6&31|192),U+=se(63&L|128)}function _(L){for(var U,X=d(L),j=X.length,V=-1,N="";++V<j;)U=X[V],N+=l(U);return N}function p(){if(Y>=oe)throw Error("Invalid byte index");var L=255&q[Y];if(Y++,(192&L)==128)return 63&L;throw Error("Invalid continuation byte")}function u(){var L,U,X,j,V;if(Y>oe)throw Error("Invalid byte index");if(Y==oe)return!1;if(L=255&q[Y],Y++,(128&L)==0)return L;if((224&L)==192){var U=p();if(V=(31&L)<<6|U,V>=128)return V;throw Error("Invalid continuation byte")}if((240&L)==224){if(U=p(),X=p(),V=(15&L)<<12|U<<6|X,V>=2048)return g(V),V;throw Error("Invalid continuation byte")}if((248&L)==240&&(U=p(),X=p(),j=p(),V=(15&L)<<18|U<<12|X<<6|j,V>=65536&&1114111>=V))return V;throw Error("Invalid UTF-8 detected")}function s(L){q=d(L),oe=q.length,Y=0;for(var U,X=[];(U=u())!==!1;)X.push(U);return m(X)}var w=typeof r=="object"&&r,T=typeof y=="object"&&y&&y.exports==w&&y,k=typeof h=="object"&&h;(k.global===k||k.window===k)&&(c=k);var q,oe,Y,se=String.fromCharCode,G={version:"2.0.0",encode:_,decode:s};if(w&&!w.nodeType)if(T)T.exports=G;else{var D={},M=D.hasOwnProperty;for(var H in G)M.call(G,H)&&(w[H]=G[H])}else c.utf8=G})(this)}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{}],32:[function(S,y){(function(r){var h=/^[\],:{}\s]*$/,c=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,d=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,m=/(?:^|:|,)(?:\s*\[)+/g,g=/^\s+/,x=/\s+$/;y.exports=function(l){return typeof l=="string"&&l?(l=l.replace(g,"").replace(x,""),r.JSON&&JSON.parse?JSON.parse(l):h.test(l.replace(c,"@").replace(d,"]").replace(m,""))?new Function("return "+l)():void 0):null}}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{}],33:[function(S,y,r){r.encode=function(h){var c="";for(var d in h)h.hasOwnProperty(d)&&(c.length&&(c+="&"),c+=encodeURIComponent(d)+"="+encodeURIComponent(h[d]));return c},r.decode=function(h){for(var c={},d=h.split("&"),m=0,g=d.length;g>m;m++){var x=d[m].split("=");c[decodeURIComponent(x[0])]=decodeURIComponent(x[1])}return c}},{}],34:[function(S,y){var r=/^(?:(?![^:@]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,h=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];y.exports=function(c){var d=c,m=c.indexOf("["),g=c.indexOf("]");m!=-1&&g!=-1&&(c=c.substring(0,m)+c.substring(m,g).replace(/:/g,";")+c.substring(g,c.length));for(var x=r.exec(c||""),l={},_=14;_--;)l[h[_]]=x[_]||"";return m!=-1&&g!=-1&&(l.source=d,l.host=l.host.substring(1,l.host.length-1).replace(/;/g,":"),l.authority=l.authority.replace("[","").replace("]","").replace(/;/g,":"),l.ipv6uri=!0),l}},{}],35:[function(S,y){function r(d,m){return m?new c(d,m):new c(d)}var h=function(){return self}(),c=h.WebSocket||h.MozWebSocket;y.exports=c?r:null,c&&(r.prototype=c.prototype)},{}],36:[function(S,y){(function(r){function h(d){function m(g){if(!g)return!1;if(r.Buffer&&r.Buffer.isBuffer(g)||r.ArrayBuffer&&g instanceof ArrayBuffer||r.Blob&&g instanceof Blob||r.File&&g instanceof File)return!0;if(c(g)){for(var x=0;x<g.length;x++)if(m(g[x]))return!0}else if(g&&typeof g=="object"){g.toJSON&&(g=g.toJSON());for(var l in g)if(Object.prototype.hasOwnProperty.call(g,l)&&m(g[l]))return!0}return!1}return m(d)}var c=S("isarray");y.exports=h}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{isarray:37}],37:[function(S,y){y.exports=Array.isArray||function(r){return Object.prototype.toString.call(r)=="[object Array]"}},{}],38:[function(S,y){var r=S("global");try{y.exports="XMLHttpRequest"in r&&"withCredentials"in new r.XMLHttpRequest}catch{y.exports=!1}},{global:39}],39:[function(S,y){y.exports=function(){return this}()},{}],40:[function(S,y){var r=[].indexOf;y.exports=function(h,c){if(r)return h.indexOf(c);for(var d=0;d<h.length;++d)if(h[d]===c)return d;return-1}},{}],41:[function(S,y,r){var h=Object.prototype.hasOwnProperty;r.keys=Object.keys||function(c){var d=[];for(var m in c)h.call(c,m)&&d.push(m);return d},r.values=function(c){var d=[];for(var m in c)h.call(c,m)&&d.push(c[m]);return d},r.merge=function(c,d){for(var m in d)h.call(d,m)&&(c[m]=d[m]);return c},r.length=function(c){return r.keys(c).length},r.isEmpty=function(c){return r.length(c)==0}},{}],42:[function(S,y){var r=/^(?:(?![^:@]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,h=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];y.exports=function(c){for(var d=r.exec(c||""),m={},g=14;g--;)m[h[g]]=d[g]||"";return m}},{}],43:[function(S,y,r){(function(h){var c=S("isarray"),d=S("./is-buffer");r.deconstructPacket=function(m){function g(p){if(!p)return p;if(d(p)){var u={_placeholder:!0,num:x.length};return x.push(p),u}if(c(p)){for(var s=new Array(p.length),w=0;w<p.length;w++)s[w]=g(p[w]);return s}if(typeof p=="object"&&!(p instanceof Date)){var s={};for(var T in p)s[T]=g(p[T]);return s}return p}var x=[],l=m.data,_=m;return _.data=g(l),_.attachments=x.length,{packet:_,buffers:x}},r.reconstructPacket=function(m,g){function x(l){if(l&&l._placeholder){var _=g[l.num];return _}if(c(l)){for(var p=0;p<l.length;p++)l[p]=x(l[p]);return l}if(l&&typeof l=="object"){for(var u in l)l[u]=x(l[u]);return l}return l}return m.data=x(m.data),m.attachments=void 0,m},r.removeBlobs=function(m,g){function x(p,u,s){if(!p)return p;if(h.Blob&&p instanceof Blob||h.File&&p instanceof File){l++;var w=new FileReader;w.onload=function(){s?s[u]=this.result:_=this.result,--l||g(_)},w.readAsArrayBuffer(p)}else if(c(p))for(var T=0;T<p.length;T++)x(p[T],T,p);else if(p&&typeof p=="object"&&!d(p))for(var k in p)x(p[k],k,p)}var l=0,_=m;x(_),l||g(_)}}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{"./is-buffer":45,isarray:46}],44:[function(S,y,r){function h(){}function c(T){var k="",q=!1;return k+=T.type,(r.BINARY_EVENT==T.type||r.BINARY_ACK==T.type)&&(k+=T.attachments,k+="-"),T.nsp&&T.nsp!="/"&&(q=!0,k+=T.nsp),T.id!=null&&(q&&(k+=",",q=!1),k+=T.id),T.data!=null&&(q&&(k+=","),k+=p.stringify(T.data)),_("encoded %j as %s",T,k),k}function d(T,k){function q(oe){var Y=s.deconstructPacket(oe),se=c(Y.packet),G=Y.buffers;G.unshift(se),k(G)}s.removeBlobs(T,q)}function m(){this.reconstructor=null}function g(T){var k={},q=0;if(k.type=Number(T.charAt(0)),r.types[k.type]==null)return l();if(r.BINARY_EVENT==k.type||r.BINARY_ACK==k.type){for(var oe="";T.charAt(++q)!="-"&&(oe+=T.charAt(q),q!=T.length););if(oe!=Number(oe)||T.charAt(q)!="-")throw new Error("Illegal attachments");k.attachments=Number(oe)}if(T.charAt(q+1)=="/")for(k.nsp="";++q;){var Y=T.charAt(q);if(Y==","||(k.nsp+=Y,q==T.length))break}else k.nsp="/";var se=T.charAt(q+1);if(se!==""&&Number(se)==se){for(k.id="";++q;){var Y=T.charAt(q);if(Y==null||Number(Y)!=Y){--q;break}if(k.id+=T.charAt(q),q==T.length)break}k.id=Number(k.id)}if(T.charAt(++q))try{k.data=p.parse(T.substr(q))}catch{return l()}return _("decoded %s as %j",T,k),k}function x(T){this.reconPack=T,this.buffers=[]}function l(){return{type:r.ERROR,data:"parser error"}}var _=S("debug")("socket.io-parser"),p=S("json3"),u=(S("isarray"),S("component-emitter")),s=S("./binary"),w=S("./is-buffer");r.protocol=4,r.types=["CONNECT","DISCONNECT","EVENT","BINARY_EVENT","ACK","BINARY_ACK","ERROR"],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=h,r.Decoder=m,h.prototype.encode=function(T,k){if(_("encoding packet %j",T),r.BINARY_EVENT==T.type||r.BINARY_ACK==T.type)d(T,k);else{var q=c(T);k([q])}},u(m.prototype),m.prototype.add=function(T){var k;if(typeof T=="string")k=g(T),r.BINARY_EVENT==k.type||r.BINARY_ACK==k.type?(this.reconstructor=new x(k),this.reconstructor.reconPack.attachments===0&&this.emit("decoded",k)):this.emit("decoded",k);else{if(!w(T)&&!T.base64)throw new Error("Unknown type: "+T);if(!this.reconstructor)throw new Error("got binary data when not reconstructing a packet");k=this.reconstructor.takeBinaryData(T),k&&(this.reconstructor=null,this.emit("decoded",k))}},m.prototype.destroy=function(){this.reconstructor&&this.reconstructor.finishedReconstruction()},x.prototype.takeBinaryData=function(T){if(this.buffers.push(T),this.buffers.length==this.reconPack.attachments){var k=s.reconstructPacket(this.reconPack,this.buffers);return this.finishedReconstruction(),k}return null},x.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,y){(function(r){function h(c){return r.Buffer&&r.Buffer.isBuffer(c)||r.ArrayBuffer&&c instanceof ArrayBuffer}y.exports=h}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{}],46:[function(S,y){y.exports=S(37)},{}],47:[function(S,y,r){(function(h){function c(W){if(c[W]!==g)return c[W];var J;if(W=="bug-string-char-index")J=!1;else if(W=="json")J=c("json-stringify")&&c("json-parse");else{var F,te='{"a":[1,true,false,null,"\\u0000\\b\\n\\f\\r\\t"]}';if(W=="json-stringify"){var P=_.stringify,Q=typeof P=="function"&&p;if(Q){(F=function(){return 1}).toJSON=F;try{Q=P(0)==="0"&&P(new Number)==="0"&&P(new String)=='""'&&P(x)===g&&P(g)===g&&P()===g&&P(F)==="1"&&P([F])=="[1]"&&P([g])=="[null]"&&P(null)=="null"&&P([g,x,null])=="[null,null,null]"&&P({a:[F,!0,!1,null,`\0\b
|
|
32
|
+
}`;var he=Uu(function(){return _e(f,Z+"return "+B).apply(r,y)});if(he.source=B,$i(he))throw he;return he}function qd(e){return we(e).toLowerCase()}function Kd(e){return we(e).toUpperCase()}function Hd(e,t,n){if(e=we(e),e&&(n||t===r))return Go(e);if(!e||!(t=ot(t)))return e;var i=_t(e),o=_t(t),f=zo(i,o),y=$o(i,o)+1;return Xt(i,f,y).join("")}function Gd(e,t,n){if(e=we(e),e&&(n||t===r))return e.slice(0,Jo(e)+1);if(!e||!(t=ot(t)))return e;var i=_t(e),o=$o(i,_t(t))+1;return Xt(i,0,o).join("")}function zd(e,t,n){if(e=we(e),e&&(n||t===r))return e.replace($r,"");if(!e||!(t=ot(t)))return e;var i=_t(e),o=zo(i,_t(t));return Xt(i,o).join("")}function $d(e,t){var n=U,i=X;if(Ie(t)){var o="separator"in t?t.separator:o;n="length"in t?le(t.length):n,i="omission"in t?ot(t.omission):i}e=we(e);var f=e.length;if(ln(e)){var y=_t(e);f=y.length}if(n>=f)return e;var b=n-hn(i);if(b<1)return i;var C=y?Xt(y,0,b).join(""):e.slice(0,b);if(o===r)return C+i;if(y&&(b+=C.length-b),Xi(o)){if(e.slice(b).search(o)){var L,I=C;for(o.global||(o=fi(o.source,we(lo.exec(o))+"g")),o.lastIndex=0;L=o.exec(I);)var B=L.index;C=C.slice(0,B===r?b:B)}}else if(e.indexOf(ot(o),b)!=b){var K=C.lastIndexOf(o);K>-1&&(C=C.slice(0,K))}return C+i}function Xd(e){return e=we(e),e&&ra.test(e)?e.replace(ao,bf):e}var Jd=mn(function(e,t,n){return e+(n?" ":"")+t.toUpperCase()}),Zi=Ds("toUpperCase");function Nu(e,t,n){return e=we(e),t=n?r:t,t===r?yf(e)?Cf(e):af(e):e.match(t)||[]}var Uu=pe(function(e,t){try{return rt(e,r,t)}catch(n){return $i(n)?n:new fe(n)}}),Yd=Nt(function(e,t){return ct(t,function(n){n=Et(n),Ot(e,n,Gi(e[n],e))}),e});function Zd(e){var t=e==null?0:e.length,n=ne();return e=t?Le(e,function(i){if(typeof i[1]!="function")throw new lt(m);return[n(i[0]),i[1]]}):[],pe(function(i){for(var o=-1;++o<t;){var f=e[o];if(rt(f[0],this,i))return rt(f[1],this,i)}})}function Vd(e){return bc(pt(e,p))}function Vi(e){return function(){return e}}function Qd(e,t){return e==null||e!==e?t:e}var jd=Fs(),eg=Fs(!0);function je(e){return e}function Qi(e){return ds(typeof e=="function"?e:pt(e,p))}function tg(e){return vs(pt(e,p))}function ng(e,t){return ys(e,pt(t,p))}var rg=pe(function(e,t){return function(n){return Pn(n,e,t)}}),ig=pe(function(e,t){return function(n){return Pn(e,n,t)}});function ji(e,t,n){var i=Pe(t),o=dr(t,i);n==null&&!(Ie(t)&&(o.length||!i.length))&&(n=t,t=e,e=this,o=dr(t,Pe(t)));var f=!(Ie(n)&&"chain"in n)||!!n.chain,y=Dt(e);return ct(o,function(b){var C=t[b];e[b]=C,y&&(e.prototype[b]=function(){var L=this.__chain__;if(f||L){var I=e(this.__wrapped__),B=I.__actions__=Ze(this.__actions__);return B.push({func:C,args:arguments,thisArg:e}),I.__chain__=L,I}return C.apply(e,qt([this.value()],arguments))})}),e}function og(){return Me._===this&&(Me._=If),this}function eo(){}function sg(e){return e=le(e),pe(function(t){return _s(t,e)})}var ug=Ii(Le),ag=Ii(Mo),fg=Ii(ni);function Du(e){return Fi(e)?ri(Et(e)):Mc(e)}function cg(e){return function(t){return e==null?r:nn(e,t)}}var lg=Ws(),hg=Ws(!0);function to(){return[]}function no(){return!1}function pg(){return{}}function dg(){return""}function gg(){return!0}function vg(e,t){if(e=le(e),e<1||e>ae)return[];var n=tt,i=He(e,tt);t=ne(t),e-=tt;for(var o=si(i,t);++n<e;)t(n);return o}function yg(e){return ce(e)?Le(e,Et):st(e)?[e]:Ze(nu(we(e)))}function _g(e){var t=++Rf;return we(e)+t}var mg=wr(function(e,t){return e+t},0),wg=Oi("ceil"),Sg=wr(function(e,t){return e/t},1),bg=Oi("floor");function Ag(e){return e&&e.length?pr(e,je,yi):r}function xg(e,t){return e&&e.length?pr(e,ne(t,2),yi):r}function Cg(e){return Ko(e,je)}function Tg(e,t){return Ko(e,ne(t,2))}function Eg(e){return e&&e.length?pr(e,je,Si):r}function kg(e,t){return e&&e.length?pr(e,ne(t,2),Si):r}var Rg=wr(function(e,t){return e*t},1),Lg=Oi("round"),Ig=wr(function(e,t){return e-t},0);function Og(e){return e&&e.length?oi(e,je):0}function Bg(e,t){return e&&e.length?oi(e,ne(t,2)):0}return a.after=tp,a.ary=pu,a.assign=Kp,a.assignIn=Eu,a.assignInWith=Br,a.assignWith=Hp,a.at=Gp,a.before=du,a.bind=Gi,a.bindAll=Yd,a.bindKey=gu,a.castArray=pp,a.chain=cu,a.chunk=bl,a.compact=Al,a.concat=xl,a.cond=Zd,a.conforms=Vd,a.constant=Vi,a.countBy=Oh,a.create=zp,a.curry=vu,a.curryRight=yu,a.debounce=_u,a.defaults=$p,a.defaultsDeep=Xp,a.defer=np,a.delay=rp,a.difference=Cl,a.differenceBy=Tl,a.differenceWith=El,a.drop=kl,a.dropRight=Rl,a.dropRightWhile=Ll,a.dropWhile=Il,a.fill=Ol,a.filter=Nh,a.flatMap=Ph,a.flatMapDeep=Fh,a.flatMapDepth=Mh,a.flatten=su,a.flattenDeep=Bl,a.flattenDepth=Nl,a.flip=ip,a.flow=jd,a.flowRight=eg,a.fromPairs=Ul,a.functions=ed,a.functionsIn=td,a.groupBy=Wh,a.initial=Pl,a.intersection=Fl,a.intersectionBy=Ml,a.intersectionWith=Wl,a.invert=rd,a.invertBy=id,a.invokeMap=Kh,a.iteratee=Qi,a.keyBy=Hh,a.keys=Pe,a.keysIn=Qe,a.map=Er,a.mapKeys=sd,a.mapValues=ud,a.matches=tg,a.matchesProperty=ng,a.memoize=Rr,a.merge=ad,a.mergeWith=ku,a.method=rg,a.methodOf=ig,a.mixin=ji,a.negate=Lr,a.nthArg=sg,a.omit=fd,a.omitBy=cd,a.once=op,a.orderBy=Gh,a.over=ug,a.overArgs=sp,a.overEvery=ag,a.overSome=fg,a.partial=zi,a.partialRight=mu,a.partition=zh,a.pick=ld,a.pickBy=Ru,a.property=Du,a.propertyOf=cg,a.pull=Gl,a.pullAll=au,a.pullAllBy=zl,a.pullAllWith=$l,a.pullAt=Xl,a.range=lg,a.rangeRight=hg,a.rearg=up,a.reject=Jh,a.remove=Jl,a.rest=ap,a.reverse=Ki,a.sampleSize=Zh,a.set=pd,a.setWith=dd,a.shuffle=Vh,a.slice=Yl,a.sortBy=ep,a.sortedUniq=nh,a.sortedUniqBy=rh,a.split=Pd,a.spread=fp,a.tail=ih,a.take=oh,a.takeRight=sh,a.takeRightWhile=uh,a.takeWhile=ah,a.tap=Ah,a.throttle=cp,a.thru=Tr,a.toArray=xu,a.toPairs=Lu,a.toPairsIn=Iu,a.toPath=yg,a.toPlainObject=Tu,a.transform=gd,a.unary=lp,a.union=fh,a.unionBy=ch,a.unionWith=lh,a.uniq=hh,a.uniqBy=ph,a.uniqWith=dh,a.unset=vd,a.unzip=Hi,a.unzipWith=fu,a.update=yd,a.updateWith=_d,a.values=bn,a.valuesIn=md,a.without=gh,a.words=Nu,a.wrap=hp,a.xor=vh,a.xorBy=yh,a.xorWith=_h,a.zip=mh,a.zipObject=wh,a.zipObjectDeep=Sh,a.zipWith=bh,a.entries=Lu,a.entriesIn=Iu,a.extend=Eu,a.extendWith=Br,ji(a,a),a.add=mg,a.attempt=Uu,a.camelCase=Ad,a.capitalize=Ou,a.ceil=wg,a.clamp=wd,a.clone=dp,a.cloneDeep=vp,a.cloneDeepWith=yp,a.cloneWith=gp,a.conformsTo=_p,a.deburr=Bu,a.defaultTo=Qd,a.divide=Sg,a.endsWith=xd,a.eq=wt,a.escape=Cd,a.escapeRegExp=Td,a.every=Bh,a.find=Uh,a.findIndex=iu,a.findKey=Jp,a.findLast=Dh,a.findLastIndex=ou,a.findLastKey=Yp,a.floor=bg,a.forEach=lu,a.forEachRight=hu,a.forIn=Zp,a.forInRight=Vp,a.forOwn=Qp,a.forOwnRight=jp,a.get=Ji,a.gt=mp,a.gte=wp,a.has=nd,a.hasIn=Yi,a.head=uu,a.identity=je,a.includes=qh,a.indexOf=Dl,a.inRange=Sd,a.invoke=od,a.isArguments=sn,a.isArray=ce,a.isArrayBuffer=Sp,a.isArrayLike=Ve,a.isArrayLikeObject=Be,a.isBoolean=bp,a.isBuffer=Jt,a.isDate=Ap,a.isElement=xp,a.isEmpty=Cp,a.isEqual=Tp,a.isEqualWith=Ep,a.isError=$i,a.isFinite=kp,a.isFunction=Dt,a.isInteger=wu,a.isLength=Ir,a.isMap=Su,a.isMatch=Rp,a.isMatchWith=Lp,a.isNaN=Ip,a.isNative=Op,a.isNil=Np,a.isNull=Bp,a.isNumber=bu,a.isObject=Ie,a.isObjectLike=Oe,a.isPlainObject=Hn,a.isRegExp=Xi,a.isSafeInteger=Up,a.isSet=Au,a.isString=Or,a.isSymbol=st,a.isTypedArray=Sn,a.isUndefined=Dp,a.isWeakMap=Pp,a.isWeakSet=Fp,a.join=ql,a.kebabCase=Ed,a.last=gt,a.lastIndexOf=Kl,a.lowerCase=kd,a.lowerFirst=Rd,a.lt=Mp,a.lte=Wp,a.max=Ag,a.maxBy=xg,a.mean=Cg,a.meanBy=Tg,a.min=Eg,a.minBy=kg,a.stubArray=to,a.stubFalse=no,a.stubObject=pg,a.stubString=dg,a.stubTrue=gg,a.multiply=Rg,a.nth=Hl,a.noConflict=og,a.noop=eo,a.now=kr,a.pad=Ld,a.padEnd=Id,a.padStart=Od,a.parseInt=Bd,a.random=bd,a.reduce=$h,a.reduceRight=Xh,a.repeat=Nd,a.replace=Ud,a.result=hd,a.round=Lg,a.runInContext=A,a.sample=Yh,a.size=Qh,a.snakeCase=Dd,a.some=jh,a.sortedIndex=Zl,a.sortedIndexBy=Vl,a.sortedIndexOf=Ql,a.sortedLastIndex=jl,a.sortedLastIndexBy=eh,a.sortedLastIndexOf=th,a.startCase=Fd,a.startsWith=Md,a.subtract=Ig,a.sum=Og,a.sumBy=Bg,a.template=Wd,a.times=vg,a.toFinite=Pt,a.toInteger=le,a.toLength=Cu,a.toLower=qd,a.toNumber=vt,a.toSafeInteger=qp,a.toString=we,a.toUpper=Kd,a.trim=Hd,a.trimEnd=Gd,a.trimStart=zd,a.truncate=$d,a.unescape=Xd,a.uniqueId=_g,a.upperCase=Jd,a.upperFirst=Zi,a.each=lu,a.eachRight=hu,a.first=uu,ji(a,function(){var e={};return Ct(a,function(t,n){be.call(a.prototype,n)||(e[n]=t)}),e}(),{chain:!1}),a.VERSION=h,ct(["bind","bindKey","curry","curryRight","partial","partialRight"],function(e){a[e].placeholder=a}),ct(["drop","take"],function(e,t){ge.prototype[e]=function(n){n=n===r?1:De(le(n),0);var i=this.__filtered__&&!t?new ge(this):this.clone();return i.__filtered__?i.__takeCount__=He(n,i.__takeCount__):i.__views__.push({size:He(n,tt),type:e+(i.__dir__<0?"Right":"")}),i},ge.prototype[e+"Right"]=function(n){return this.reverse()[e](n).reverse()}}),ct(["filter","map","takeWhile"],function(e,t){var n=t+1,i=n==N||n==xe;ge.prototype[e]=function(o){var f=this.clone();return f.__iteratees__.push({iteratee:ne(o,3),type:n}),f.__filtered__=f.__filtered__||i,f}}),ct(["head","last"],function(e,t){var n="take"+(t?"Right":"");ge.prototype[e]=function(){return this[n](1).value()[0]}}),ct(["initial","tail"],function(e,t){var n="drop"+(t?"":"Right");ge.prototype[e]=function(){return this.__filtered__?new ge(this):this[n](1)}}),ge.prototype.compact=function(){return this.filter(je)},ge.prototype.find=function(e){return this.filter(e).head()},ge.prototype.findLast=function(e){return this.reverse().find(e)},ge.prototype.invokeMap=pe(function(e,t){return typeof e=="function"?new ge(this):this.map(function(n){return Pn(n,e,t)})}),ge.prototype.reject=function(e){return this.filter(Lr(ne(e)))},ge.prototype.slice=function(e,t){e=le(e);var n=this;return n.__filtered__&&(e>0||t<0)?new ge(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),t!==r&&(t=le(t),n=t<0?n.dropRight(-t):n.take(t-e)),n)},ge.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},ge.prototype.toArray=function(){return this.take(tt)},Ct(ge.prototype,function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),i=/^(?:head|last)$/.test(t),o=a[i?"take"+(t=="last"?"Right":""):t],f=i||/^find/.test(t);o&&(a.prototype[t]=function(){var y=this.__wrapped__,b=i?[1]:arguments,C=y instanceof ge,L=b[0],I=C||ce(y),B=function(de){var ye=o.apply(a,qt([de],b));return i&&K?ye[0]:ye};I&&n&&typeof L=="function"&&L.length!=1&&(C=I=!1);var K=this.__chain__,Z=!!this.__actions__.length,re=f&&!K,he=C&&!Z;if(!f&&I){y=he?y:new ge(this);var ie=e.apply(y,b);return ie.__actions__.push({func:Tr,args:[B],thisArg:r}),new ht(ie,K)}return re&&he?e.apply(this,b):(ie=this.thru(B),re?i?ie.value()[0]:ie.value():ie)})}),ct(["pop","push","shift","sort","splice","unshift"],function(e){var t=Qn[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",i=/^(?:pop|shift)$/.test(e);a.prototype[e]=function(){var o=arguments;if(i&&!this.__chain__){var f=this.value();return t.apply(ce(f)?f:[],o)}return this[n](function(y){return t.apply(ce(y)?y:[],o)})}}),Ct(ge.prototype,function(e,t){var n=a[t];if(n){var i=n.name+"";be.call(vn,i)||(vn[i]=[]),vn[i].push({name:t,func:n})}}),vn[mr(r,q).name]=[{name:"wrapper",func:r}],ge.prototype.clone=Xf,ge.prototype.reverse=Jf,ge.prototype.value=Yf,a.prototype.at=xh,a.prototype.chain=Ch,a.prototype.commit=Th,a.prototype.next=Eh,a.prototype.plant=Rh,a.prototype.reverse=Lh,a.prototype.toJSON=a.prototype.valueOf=a.prototype.value=Ih,a.prototype.first=a.prototype.head,Ln&&(a.prototype[Ln]=kh),a},pn=Tf();Vt?((Vt.exports=pn)._=pn,Qr._=pn):Me._=pn}).call(Fe)}(Gn,Gn.exports);var Gu=Gn.exports;const zu={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 $u(){return function S(v,r,h){function c(g,x){if(!r[g]){if(!v[g]){var l=typeof require=="function"&&require;if(!x&&l)return l(g,!0);if(d)return d(g,!0);throw new Error("Cannot find module '"+g+"'")}var _=r[g]={exports:{}};v[g][0].call(_.exports,function(p){var u=v[g][1][p];return c(u||p)},_,_.exports,S,v,r,h)}return r[g].exports}for(var d=typeof require=="function"&&require,m=0;m<h.length;m++)c(h[m]);return c}({1:[function(S,v){v.exports=S("./lib/")},{"./lib/":2}],2:[function(S,v,r){function h(l,_){typeof l=="object"&&(_=l,l=void 0),_=_||{};var p,u=c(l),s=u.source,w=u.id;return _.forceNew||_["force new connection"]||_.multiplex===!1?(g("ignoring socket cache for %s",s),p=m(s,_)):(x[w]||(g("new io instance for %s",s),x[w]=m(s,_)),p=x[w]),p.socket(u.path)}var c=S("./url"),d=S("socket.io-parser"),m=S("./manager"),g=S("debug")("socket.io-client");v.exports=r=h;var x=r.managers={};r.protocol=d.protocol,r.connect=h,r.Manager=S("./manager"),r.Socket=S("./socket")},{"./manager":3,"./socket":5,"./url":6,debug:10,"socket.io-parser":44}],3:[function(S,v){function r(u,s){return this instanceof r?(u&&typeof u=="object"&&(s=u,u=void 0),s=s||{},s.path=s.path||"/socket.io",this.nsps={},this.subs=[],this.opts=s,this.reconnection(s.reconnection!==!1),this.reconnectionAttempts(s.reconnectionAttempts||1/0),this.reconnectionDelay(s.reconnectionDelay||1e3),this.reconnectionDelayMax(s.reconnectionDelayMax||5e3),this.randomizationFactor(s.randomizationFactor||.5),this.backoff=new p({min:this.reconnectionDelay(),max:this.reconnectionDelayMax(),jitter:this.randomizationFactor()}),this.timeout(s.timeout==null?2e4:s.timeout),this.readyState="closed",this.uri=u,this.connected=[],this.encoding=!1,this.packetBuffer=[],this.encoder=new m.Encoder,this.decoder=new m.Decoder,this.autoConnect=s.autoConnect!==!1,void(this.autoConnect&&this.open())):new r(u,s)}var h=(S("./url"),S("engine.io-client")),c=S("./socket"),d=S("component-emitter"),m=S("socket.io-parser"),g=S("./on"),x=S("component-bind"),l=(S("object-component"),S("debug")("socket.io-client:manager")),_=S("indexof"),p=S("backo2");v.exports=r,r.prototype.emitAll=function(){this.emit.apply(this,arguments);for(var u in this.nsps)this.nsps[u].emit.apply(this.nsps[u],arguments)},r.prototype.updateSocketIds=function(){for(var u in this.nsps)this.nsps[u].id=this.engine.id},d(r.prototype),r.prototype.reconnection=function(u){return arguments.length?(this._reconnection=!!u,this):this._reconnection},r.prototype.reconnectionAttempts=function(u){return arguments.length?(this._reconnectionAttempts=u,this):this._reconnectionAttempts},r.prototype.reconnectionDelay=function(u){return arguments.length?(this._reconnectionDelay=u,this.backoff&&this.backoff.setMin(u),this):this._reconnectionDelay},r.prototype.randomizationFactor=function(u){return arguments.length?(this._randomizationFactor=u,this.backoff&&this.backoff.setJitter(u),this):this._randomizationFactor},r.prototype.reconnectionDelayMax=function(u){return arguments.length?(this._reconnectionDelayMax=u,this.backoff&&this.backoff.setMax(u),this):this._reconnectionDelayMax},r.prototype.timeout=function(u){return arguments.length?(this._timeout=u,this):this._timeout},r.prototype.maybeReconnectOnOpen=function(){!this.reconnecting&&this._reconnection&&this.backoff.attempts===0&&this.reconnect()},r.prototype.open=r.prototype.connect=function(u){if(l("readyState %s",this.readyState),~this.readyState.indexOf("open"))return this;l("opening %s",this.uri),this.engine=h(this.uri,this.opts);var s=this.engine,w=this;this.readyState="opening",this.skipReconnect=!1;var T=g(s,"open",function(){w.onopen(),u&&u()}),k=g(s,"error",function(Y){if(l("connect_error"),w.cleanup(),w.readyState="closed",w.emitAll("connect_error",Y),u){var se=new Error("Connection error");se.data=Y,u(se)}else w.maybeReconnectOnOpen()});if(this._timeout!==!1){var q=this._timeout;l("connect attempt will timeout after %d",q);var oe=setTimeout(function(){l("connect attempt timed out after %d",q),T.destroy(),s.close(),s.emit("error","timeout"),w.emitAll("connect_timeout",q)},q);this.subs.push({destroy:function(){clearTimeout(oe)}})}return this.subs.push(T),this.subs.push(k),this},r.prototype.onopen=function(){l("open"),this.cleanup(),this.readyState="open",this.emit("open");var u=this.engine;this.subs.push(g(u,"data",x(this,"ondata"))),this.subs.push(g(this.decoder,"decoded",x(this,"ondecoded"))),this.subs.push(g(u,"error",x(this,"onerror"))),this.subs.push(g(u,"close",x(this,"onclose")))},r.prototype.ondata=function(u){this.decoder.add(u)},r.prototype.ondecoded=function(u){this.emit("packet",u)},r.prototype.onerror=function(u){l("error",u),this.emitAll("error",u)},r.prototype.socket=function(u){var s=this.nsps[u];if(!s){s=new c(this,u),this.nsps[u]=s;var w=this;s.on("connect",function(){s.id=w.engine.id,~_(w.connected,s)||w.connected.push(s)})}return s},r.prototype.destroy=function(u){var s=_(this.connected,u);~s&&this.connected.splice(s,1),this.connected.length||this.close()},r.prototype.packet=function(u){l("writing packet %j",u);var s=this;s.encoding?s.packetBuffer.push(u):(s.encoding=!0,this.encoder.encode(u,function(w){for(var T=0;T<w.length;T++)s.engine.write(w[T]);s.encoding=!1,s.processPacketQueue()}))},r.prototype.processPacketQueue=function(){if(this.packetBuffer.length>0&&!this.encoding){var u=this.packetBuffer.shift();this.packet(u)}},r.prototype.cleanup=function(){for(var u;u=this.subs.shift();)u.destroy();this.packetBuffer=[],this.encoding=!1,this.decoder.destroy()},r.prototype.close=r.prototype.disconnect=function(){this.skipReconnect=!0,this.backoff.reset(),this.readyState="closed",this.engine&&this.engine.close()},r.prototype.onclose=function(u){l("close"),this.cleanup(),this.backoff.reset(),this.readyState="closed",this.emit("close",u),this._reconnection&&!this.skipReconnect&&this.reconnect()},r.prototype.reconnect=function(){if(this.reconnecting||this.skipReconnect)return this;var u=this;if(this.backoff.attempts>=this._reconnectionAttempts)l("reconnect failed"),this.backoff.reset(),this.emitAll("reconnect_failed"),this.reconnecting=!1;else{var s=this.backoff.duration();l("will wait %dms before reconnect attempt",s),this.reconnecting=!0;var w=setTimeout(function(){u.skipReconnect||(l("attempting reconnect"),u.emitAll("reconnect_attempt",u.backoff.attempts),u.emitAll("reconnecting",u.backoff.attempts),u.skipReconnect||u.open(function(T){T?(l("reconnect attempt error"),u.reconnecting=!1,u.reconnect(),u.emitAll("reconnect_error",T.data)):(l("reconnect success"),u.onreconnect())}))},s);this.subs.push({destroy:function(){clearTimeout(w)}})}},r.prototype.onreconnect=function(){var u=this.backoff.attempts;this.reconnecting=!1,this.backoff.reset(),this.updateSocketIds(),this.emitAll("reconnect",u)}},{"./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,v){function r(h,c,d){return h.on(c,d),{destroy:function(){h.removeListener(c,d)}}}v.exports=r},{}],5:[function(S,v,r){function h(s,w){this.io=s,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=S("socket.io-parser"),d=S("component-emitter"),m=S("to-array"),g=S("./on"),x=S("component-bind"),l=S("debug")("socket.io-client:socket"),_=S("has-binary");v.exports=h;var p={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},u=d.prototype.emit;d(h.prototype),h.prototype.subEvents=function(){if(!this.subs){var s=this.io;this.subs=[g(s,"open",x(this,"onopen")),g(s,"packet",x(this,"onpacket")),g(s,"close",x(this,"onclose"))]}},h.prototype.open=h.prototype.connect=function(){return this.connected?this:(this.subEvents(),this.io.open(),this.io.readyState=="open"&&this.onopen(),this)},h.prototype.send=function(){var s=m(arguments);return s.unshift("message"),this.emit.apply(this,s),this},h.prototype.emit=function(s){if(p.hasOwnProperty(s))return u.apply(this,arguments),this;var w=m(arguments),T=c.EVENT;_(w)&&(T=c.BINARY_EVENT);var k={type:T,data:w};return typeof w[w.length-1]=="function"&&(l("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},h.prototype.packet=function(s){s.nsp=this.nsp,this.io.packet(s)},h.prototype.onopen=function(){l("transport is open - connecting"),this.nsp!="/"&&this.packet({type:c.CONNECT})},h.prototype.onclose=function(s){l("close (%s)",s),this.connected=!1,this.disconnected=!0,delete this.id,this.emit("disconnect",s)},h.prototype.onpacket=function(s){if(s.nsp==this.nsp)switch(s.type){case c.CONNECT:this.onconnect();break;case c.EVENT:this.onevent(s);break;case c.BINARY_EVENT:this.onevent(s);break;case c.ACK:this.onack(s);break;case c.BINARY_ACK:this.onack(s);break;case c.DISCONNECT:this.ondisconnect();break;case c.ERROR:this.emit("error",s.data)}},h.prototype.onevent=function(s){var w=s.data||[];l("emitting event %j",w),s.id!=null&&(l("attaching ack callback to event"),w.push(this.ack(s.id))),this.connected?u.apply(this,w):this.receiveBuffer.push(w)},h.prototype.ack=function(s){var w=this,T=!1;return function(){if(!T){T=!0;var k=m(arguments);l("sending ack %j",k);var q=_(k)?c.BINARY_ACK:c.ACK;w.packet({type:q,id:s,data:k})}}},h.prototype.onack=function(s){l("calling ack %s with %j",s.id,s.data);var w=this.acks[s.id];w.apply(this,s.data),delete this.acks[s.id]},h.prototype.onconnect=function(){this.connected=!0,this.disconnected=!1,this.emit("connect"),this.emitBuffered()},h.prototype.emitBuffered=function(){var s;for(s=0;s<this.receiveBuffer.length;s++)u.apply(this,this.receiveBuffer[s]);for(this.receiveBuffer=[],s=0;s<this.sendBuffer.length;s++)this.packet(this.sendBuffer[s]);this.sendBuffer=[]},h.prototype.ondisconnect=function(){l("server disconnect (%s)",this.nsp),this.destroy(),this.onclose("io server disconnect")},h.prototype.destroy=function(){if(this.subs){for(var s=0;s<this.subs.length;s++)this.subs[s].destroy();this.subs=null}this.io.destroy(this)},h.prototype.close=h.prototype.disconnect=function(){return this.connected&&(l("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(S,v){(function(r){function h(m,l){var x=m,l=l||r.location;return m==null&&(m=l.protocol+"//"+l.host),typeof m=="string"&&(m.charAt(0)=="/"&&(m=m.charAt(1)=="/"?l.protocol+m:l.hostname+m),/^(https?|wss?):\/\//.test(m)||(d("protocol-less url %s",m),m=typeof l<"u"?l.protocol+"//"+m:"https://"+m),d("parse %s",m),x=c(m)),x.port||(/^(http|ws)$/.test(x.protocol)?x.port="80":/^(http|ws)s$/.test(x.protocol)&&(x.port="443")),x.path=x.path||"/",x.id=x.protocol+"://"+x.host+":"+x.port,x.href=x.protocol+"://"+x.host+(l&&l.port==x.port?"":":"+x.port),x}var c=S("parseuri"),d=S("debug")("socket.io-client:url");v.exports=h}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{debug:10,parseuri:42}],7:[function(S,v){function r(h){h=h||{},this.ms=h.min||100,this.max=h.max||1e4,this.factor=h.factor||2,this.jitter=h.jitter>0&&h.jitter<=1?h.jitter:0,this.attempts=0}v.exports=r,r.prototype.duration=function(){var h=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var c=Math.random(),d=Math.floor(c*this.jitter*h);h=1&Math.floor(10*c)?h+d:h-d}return 0|Math.min(h,this.max)},r.prototype.reset=function(){this.attempts=0},r.prototype.setMin=function(h){this.ms=h},r.prototype.setMax=function(h){this.max=h},r.prototype.setJitter=function(h){this.jitter=h}},{}],8:[function(S,v){var r=[].slice;v.exports=function(h,c){if(typeof c=="string"&&(c=h[c]),typeof c!="function")throw new Error("bind() requires a function");var d=r.call(arguments,2);return function(){return c.apply(h,d.concat(r.call(arguments)))}}},{}],9:[function(S,v){function r(c){return c?h(c):void 0}function h(c){for(var d in r.prototype)c[d]=r.prototype[d];return c}v.exports=r,r.prototype.on=r.prototype.addEventListener=function(c,d){return this._callbacks=this._callbacks||{},(this._callbacks[c]=this._callbacks[c]||[]).push(d),this},r.prototype.once=function(c,d){function m(){g.off(c,m),d.apply(this,arguments)}var g=this;return this._callbacks=this._callbacks||{},m.fn=d,this.on(c,m),this},r.prototype.off=r.prototype.removeListener=r.prototype.removeAllListeners=r.prototype.removeEventListener=function(c,d){if(this._callbacks=this._callbacks||{},arguments.length==0)return this._callbacks={},this;var m=this._callbacks[c];if(!m)return this;if(arguments.length==1)return delete this._callbacks[c],this;for(var g,x=0;x<m.length;x++)if(g=m[x],g===d||g.fn===d){m.splice(x,1);break}return this},r.prototype.emit=function(c){this._callbacks=this._callbacks||{};var d=[].slice.call(arguments,1),m=this._callbacks[c];if(m){m=m.slice(0);for(var g=0,x=m.length;x>g;++g)m[g].apply(this,d)}return this},r.prototype.listeners=function(c){return this._callbacks=this._callbacks||{},this._callbacks[c]||[]},r.prototype.hasListeners=function(c){return!!this.listeners(c).length}},{}],10:[function(S,v){function r(c){return r.enabled(c)?function(d){d=h(d);var m=new Date,g=m-(r[c]||m);r[c]=m,d=c+" "+d+" +"+r.humanize(g),window.console&&console.log&&Function.prototype.apply.call(console.log,console,arguments)}:function(){}}function h(c){return c instanceof Error?c.stack||c.message:c}v.exports=r,r.names=[],r.skips=[],r.enable=function(c){try{localStorage.debug=c}catch{}for(var d=(c||"").split(/[\s,]+/),m=d.length,g=0;m>g;g++)c=d[g].replace("*",".*?"),c[0]==="-"?r.skips.push(new RegExp("^"+c.substr(1)+"$")):r.names.push(new RegExp("^"+c+"$"))},r.disable=function(){r.enable("")},r.humanize=function(c){var d=1e3,m=6e4,g=60*m;return c>=g?(c/g).toFixed(1)+"h":c>=m?(c/m).toFixed(1)+"m":c>=d?(c/d|0)+"s":c+"ms"},r.enabled=function(c){for(var d=0,m=r.skips.length;m>d;d++)if(r.skips[d].test(c))return!1;for(var d=0,m=r.names.length;m>d;d++)if(r.names[d].test(c))return!0;return!1};try{window.localStorage&&r.enable(localStorage.debug)}catch{}},{}],11:[function(S,v){v.exports=S("./lib/")},{"./lib/":12}],12:[function(S,v){v.exports=S("./socket"),v.exports.parser=S("engine.io-parser")},{"./socket":13,"engine.io-parser":25}],13:[function(S,v){(function(r){function h(s,w){if(!(this instanceof h))return new h(s,w);if(w=w||{},s&&typeof s=="object"&&(w=s,s=null),s&&(s=_(s),w.host=s.host,w.secure=s.protocol=="https"||s.protocol=="wss",w.port=s.port,s.query&&(w.query=s.query)),this.secure=w.secure!=null?w.secure:r.location&&location.protocol=="https:",w.host){var T=w.host.split(":");w.hostname=T.shift(),T.length?w.port=T.pop():w.port||(w.port=this.secure?"443":"80")}this.agent=w.agent||!1,this.hostname=w.hostname||(r.location?location.hostname:"localhost"),this.port=w.port||(r.location&&location.port?location.port:this.secure?443:80),this.query=w.query||{},typeof this.query=="string"&&(this.query=u.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(s){var w={};for(var T in s)s.hasOwnProperty(T)&&(w[T]=s[T]);return w}var d=S("./transports"),m=S("component-emitter"),g=S("debug")("engine.io-client:socket"),x=S("indexof"),l=S("engine.io-parser"),_=S("parseuri"),p=S("parsejson"),u=S("parseqs");v.exports=h,h.priorWebsocketSuccess=!1,m(h.prototype),h.protocol=l.protocol,h.Socket=h,h.Transport=S("./transport"),h.transports=S("./transports"),h.parser=S("engine.io-parser"),h.prototype.createTransport=function(s){g('creating transport "%s"',s);var w=c(this.query);w.EIO=l.protocol,w.transport=s,this.id&&(w.sid=this.id);var T=new d[s]({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 T},h.prototype.open=function(){var w;if(this.rememberUpgrade&&h.priorWebsocketSuccess&&this.transports.indexOf("websocket")!=-1)w="websocket";else{if(this.transports.length==0){var s=this;return void setTimeout(function(){s.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)},h.prototype.setTransport=function(s){g("setting transport %s",s.name);var w=this;this.transport&&(g("clearing existing transport %s",this.transport.name),this.transport.removeAllListeners()),this.transport=s,s.on("drain",function(){w.onDrain()}).on("packet",function(T){w.onPacket(T)}).on("error",function(T){w.onError(T)}).on("close",function(){w.onClose("transport close")})},h.prototype.probe=function(s){function w(){if(M.onlyBinaryUpgrades){var H=!this.supportsBinary&&M.transport.supportsBinary;D=D||H}D||(g('probe transport "%s" opened',s),G.send([{type:"ping",data:"probe"}]),G.once("packet",function(O){if(!D)if(O.type=="pong"&&O.data=="probe"){if(g('probe transport "%s" pong',s),M.upgrading=!0,M.emit("upgrading",G),!G)return;h.priorWebsocketSuccess=G.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"),se(),M.setTransport(G),G.send([{type:"upgrade"}]),M.emit("upgrade",G),G=null,M.upgrading=!1,M.flush())})}else{g('probe transport "%s" failed',s);var U=new Error("probe error");U.transport=G.name,M.emit("upgradeError",U)}}))}function T(){D||(D=!0,se(),G.close(),G=null)}function k(H){var O=new Error("probe error: "+H);O.transport=G.name,T(),g('probe transport "%s" failed because of error: %s',s,H),M.emit("upgradeError",O)}function q(){k("transport closed")}function oe(){k("socket closed")}function Y(H){G&&H.name!=G.name&&(g('"%s" works - aborting "%s"',H.name,G.name),T())}function se(){G.removeListener("open",w),G.removeListener("error",k),G.removeListener("close",q),M.removeListener("close",oe),M.removeListener("upgrading",Y)}g('probing transport "%s"',s);var G=this.createTransport(s,{probe:1}),D=!1,M=this;h.priorWebsocketSuccess=!1,G.once("open",w),G.once("error",k),G.once("close",q),this.once("close",oe),this.once("upgrading",Y),G.open()},h.prototype.onOpen=function(){if(g("socket open"),this.readyState="open",h.priorWebsocketSuccess=this.transport.name=="websocket",this.emit("open"),this.flush(),this.readyState=="open"&&this.upgrade&&this.transport.pause){g("starting upgrade probes");for(var s=0,w=this.upgrades.length;w>s;s++)this.probe(this.upgrades[s])}},h.prototype.onPacket=function(s){if(this.readyState=="opening"||this.readyState=="open")switch(g('socket receive: type "%s", data "%s"',s.type,s.data),this.emit("packet",s),this.emit("heartbeat"),s.type){case"open":this.onHandshake(p(s.data));break;case"pong":this.setPing();break;case"error":var w=new Error("server error");w.code=s.data,this.emit("error",w);break;case"message":this.emit("data",s.data),this.emit("message",s.data)}else g('packet received with socket readyState "%s"',this.readyState)},h.prototype.onHandshake=function(s){this.emit("handshake",s),this.id=s.sid,this.transport.query.sid=s.sid,this.upgrades=this.filterUpgrades(s.upgrades),this.pingInterval=s.pingInterval,this.pingTimeout=s.pingTimeout,this.onOpen(),this.readyState!="closed"&&(this.setPing(),this.removeListener("heartbeat",this.onHeartbeat),this.on("heartbeat",this.onHeartbeat))},h.prototype.onHeartbeat=function(s){clearTimeout(this.pingTimeoutTimer);var w=this;w.pingTimeoutTimer=setTimeout(function(){w.readyState!="closed"&&w.onClose("ping timeout")},s||w.pingInterval+w.pingTimeout)},h.prototype.setPing=function(){var s=this;clearTimeout(s.pingIntervalTimer),s.pingIntervalTimer=setTimeout(function(){g("writing ping packet - expecting pong within %sms",s.pingTimeout),s.ping(),s.onHeartbeat(s.pingTimeout)},s.pingInterval)},h.prototype.ping=function(){this.sendPacket("ping")},h.prototype.onDrain=function(){for(var s=0;s<this.prevBufferLen;s++)this.callbackBuffer[s]&&this.callbackBuffer[s]();this.writeBuffer.splice(0,this.prevBufferLen),this.callbackBuffer.splice(0,this.prevBufferLen),this.prevBufferLen=0,this.writeBuffer.length==0?this.emit("drain"):this.flush()},h.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"))},h.prototype.write=h.prototype.send=function(s,w){return this.sendPacket("message",s,w),this},h.prototype.sendPacket=function(s,w,T){if(this.readyState!="closing"&&this.readyState!="closed"){var k={type:s,data:w};this.emit("packetCreate",k),this.writeBuffer.push(k),this.callbackBuffer.push(T),this.flush()}},h.prototype.close=function(){function s(){k.onClose("forced close"),g("socket closing - telling transport to close"),k.transport.close()}function w(){k.removeListener("upgrade",w),k.removeListener("upgradeError",w),s()}function T(){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?T():s()}):this.upgrading?T():s()}return this},h.prototype.onError=function(s){g("socket error %j",s),h.priorWebsocketSuccess=!1,this.emit("error",s),this.onClose("transport error",s)},h.prototype.onClose=function(s,w){if(this.readyState=="opening"||this.readyState=="open"||this.readyState=="closing"){g('socket close with reason: "%s"',s);var T=this;clearTimeout(this.pingIntervalTimer),clearTimeout(this.pingTimeoutTimer),setTimeout(function(){T.writeBuffer=[],T.callbackBuffer=[],T.prevBufferLen=0},0),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),this.readyState="closed",this.id=null,this.emit("close",s,w)}},h.prototype.filterUpgrades=function(s){for(var w=[],T=0,k=s.length;k>T;T++)~x(this.transports,s[T])&&w.push(s[T]);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(S,v){function r(d){this.path=d.path,this.hostname=d.hostname,this.port=d.port,this.secure=d.secure,this.query=d.query,this.timestampParam=d.timestampParam,this.timestampRequests=d.timestampRequests,this.readyState="",this.agent=d.agent||!1,this.socket=d.socket,this.enablesXDR=d.enablesXDR,this.pfx=d.pfx,this.key=d.key,this.passphrase=d.passphrase,this.cert=d.cert,this.ca=d.ca,this.ciphers=d.ciphers,this.rejectUnauthorized=d.rejectUnauthorized}var h=S("engine.io-parser"),c=S("component-emitter");v.exports=r,c(r.prototype),r.timestamps=0,r.prototype.onError=function(d,m){var g=new Error(d);return g.type="TransportError",g.description=m,this.emit("error",g),this},r.prototype.open=function(){return(this.readyState=="closed"||this.readyState=="")&&(this.readyState="opening",this.doOpen()),this},r.prototype.close=function(){return(this.readyState=="opening"||this.readyState=="open")&&(this.doClose(),this.onClose()),this},r.prototype.send=function(d){if(this.readyState!="open")throw new Error("Transport not open");this.write(d)},r.prototype.onOpen=function(){this.readyState="open",this.writable=!0,this.emit("open")},r.prototype.onData=function(d){var m=h.decodePacket(d,this.socket.binaryType);this.onPacket(m)},r.prototype.onPacket=function(d){this.emit("packet",d)},r.prototype.onClose=function(){this.readyState="closed",this.emit("close")}},{"component-emitter":9,"engine.io-parser":25}],15:[function(S,v,r){(function(h){function c(l){var _,p=!1,u=!1,s=l.jsonp!==!1;if(h.location){var w=location.protocol=="https:",T=location.port;T||(T=w?443:80),p=l.hostname!=location.hostname||T!=l.port,u=l.secure!=w}if(l.xdomain=p,l.xscheme=u,_=new d(l),"open"in _&&!l.forceJSONP)return new m(l);if(!s)throw new Error("JSONP disabled");return new g(l)}var d=S("xmlhttprequest"),m=S("./polling-xhr"),g=S("./polling-jsonp"),x=S("./websocket");r.polling=c,r.websocket=x}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{"./polling-jsonp":16,"./polling-xhr":17,"./websocket":19,xmlhttprequest:20}],16:[function(S,v){(function(r){function h(){}function c(_){d.call(this,_),this.query=this.query||{},g||(r.___eio||(r.___eio=[]),g=r.___eio),this.index=g.length;var p=this;g.push(function(u){p.onData(u)}),this.query.j=this.index,r.document&&r.addEventListener&&r.addEventListener("beforeunload",function(){p.script&&(p.script.onerror=h)},!1)}var d=S("./polling"),m=S("component-inherit");v.exports=c;var g,x=/\n/g,l=/\\n/g;m(c,d),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),d.prototype.doClose.call(this)},c.prototype.doPoll=function(){var _=this,p=document.createElement("script");this.script&&(this.script.parentNode.removeChild(this.script),this.script=null),p.async=!0,p.src=this.uri(),p.onerror=function(w){_.onError("jsonp poll error",w)};var u=document.getElementsByTagName("script")[0];u.parentNode.insertBefore(p,u),this.script=p;var s=typeof navigator<"u"&&/gecko/i.test(navigator.userAgent);s&&setTimeout(function(){var w=document.createElement("iframe");document.body.appendChild(w),document.body.removeChild(w)},100)},c.prototype.doWrite=function(_,p){function u(){s(),p()}function s(){if(w.iframe)try{w.form.removeChild(w.iframe)}catch(se){w.onError("jsonp polling iframe removal error",se)}try{var Y='<iframe src="javascript:0" name="'+w.iframeId+'">';T=document.createElement(Y)}catch{T=document.createElement("iframe"),T.name=w.iframeId,T.src="javascript:0"}T.id=w.iframeId,w.form.appendChild(T),w.iframe=T}var w=this;if(!this.form){var T,k=document.createElement("form"),q=document.createElement("textarea"),oe=this.iframeId="eio_iframe_"+this.index;k.className="socketio",k.style.position="absolute",k.style.top="-1000px",k.style.left="-1000px",k.target=oe,k.method="POST",k.setAttribute("accept-charset","utf-8"),q.name="d",k.appendChild(q),document.body.appendChild(k),this.form=k,this.area=q}this.form.action=this.uri(),s(),_=_.replace(l,`\\
|
|
33
|
+
`),this.area.value=_.replace(x,"\\n");try{this.form.submit()}catch{}this.iframe.attachEvent?this.iframe.onreadystatechange=function(){w.iframe.readyState=="complete"&&u()}:this.iframe.onload=u}}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{"./polling":18,"component-inherit":21}],17:[function(S,v){(function(r){function h(){}function c(u){if(x.call(this,u),r.location){var s=location.protocol=="https:",w=location.port;w||(w=s?443:80),this.xd=u.hostname!=r.location.hostname||w!=u.port,this.xs=u.secure!=s}}function d(u){this.method=u.method||"GET",this.uri=u.uri,this.xd=!!u.xd,this.xs=!!u.xs,this.async=u.async!==!1,this.data=u.data!=null?u.data:null,this.agent=u.agent,this.isBinary=u.isBinary,this.supportsBinary=u.supportsBinary,this.enablesXDR=u.enablesXDR,this.pfx=u.pfx,this.key=u.key,this.passphrase=u.passphrase,this.cert=u.cert,this.ca=u.ca,this.ciphers=u.ciphers,this.rejectUnauthorized=u.rejectUnauthorized,this.create()}function m(){for(var u in d.requests)d.requests.hasOwnProperty(u)&&d.requests[u].abort()}var g=S("xmlhttprequest"),x=S("./polling"),l=S("component-emitter"),_=S("component-inherit"),p=S("debug")("engine.io-client:polling-xhr");v.exports=c,v.exports.Request=d,_(c,x),c.prototype.supportsBinary=!0,c.prototype.request=function(u){return u=u||{},u.uri=this.uri(),u.xd=this.xd,u.xs=this.xs,u.agent=this.agent||!1,u.supportsBinary=this.supportsBinary,u.enablesXDR=this.enablesXDR,u.pfx=this.pfx,u.key=this.key,u.passphrase=this.passphrase,u.cert=this.cert,u.ca=this.ca,u.ciphers=this.ciphers,u.rejectUnauthorized=this.rejectUnauthorized,new d(u)},c.prototype.doWrite=function(u,s){var w=typeof u!="string"&&u!==void 0,T=this.request({method:"POST",data:u,isBinary:w}),k=this;T.on("success",s),T.on("error",function(q){k.onError("xhr post error",q)}),this.sendXhr=T},c.prototype.doPoll=function(){p("xhr poll");var u=this.request(),s=this;u.on("data",function(w){s.onData(w)}),u.on("error",function(w){s.onError("xhr poll error",w)}),this.pollXhr=u},l(d.prototype),d.prototype.create=function(){var u={agent:this.agent,xdomain:this.xd,xscheme:this.xs,enablesXDR:this.enablesXDR};u.pfx=this.pfx,u.key=this.key,u.passphrase=this.passphrase,u.cert=this.cert,u.ca=this.ca,u.ciphers=this.ciphers,u.rejectUnauthorized=this.rejectUnauthorized;var s=this.xhr=new g(u),w=this;try{if(p("xhr open %s: %s",this.method,this.uri),s.open(this.method,this.uri,this.async),this.supportsBinary&&(s.responseType="arraybuffer"),this.method=="POST")try{this.isBinary?s.setRequestHeader("Content-type","application/octet-stream"):s.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch{}"withCredentials"in s&&(s.withCredentials=!0),this.hasXDR()?(s.onload=function(){w.onLoad()},s.onerror=function(){w.onError(s.responseText)}):s.onreadystatechange=function(){s.readyState==4&&(s.status==200||s.status==1223?w.onLoad():setTimeout(function(){w.onError(s.status)},0))},p("xhr data %s",this.data),s.send(this.data)}catch(T){return void setTimeout(function(){w.onError(T)},0)}r.document&&(this.index=d.requestsCount++,d.requests[this.index]=this)},d.prototype.onSuccess=function(){this.emit("success"),this.cleanup()},d.prototype.onData=function(u){this.emit("data",u),this.onSuccess()},d.prototype.onError=function(u){this.emit("error",u),this.cleanup(!0)},d.prototype.cleanup=function(u){if(typeof this.xhr<"u"&&this.xhr!==null){if(this.hasXDR()?this.xhr.onload=this.xhr.onerror=h:this.xhr.onreadystatechange=h,u)try{this.xhr.abort()}catch{}r.document&&delete d.requests[this.index],this.xhr=null}},d.prototype.onLoad=function(){var u;try{var s;try{s=this.xhr.getResponseHeader("Content-Type").split(";")[0]}catch{}u=s==="application/octet-stream"?this.xhr.response:this.supportsBinary?"ok":this.xhr.responseText}catch(w){this.onError(w)}u!=null&&this.onData(u)},d.prototype.hasXDR=function(){return typeof r.XDomainRequest<"u"&&!this.xs&&this.enablesXDR},d.prototype.abort=function(){this.cleanup()},r.document&&(d.requestsCount=0,d.requests={},r.attachEvent?r.attachEvent("onunload",m):r.addEventListener&&r.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,v){function r(l){var _=l&&l.forceBase64;(!x||_)&&(this.supportsBinary=!1),h.call(this,l)}var h=S("../transport"),c=S("parseqs"),d=S("engine.io-parser"),m=S("component-inherit"),g=S("debug")("engine.io-client:polling");v.exports=r;var x=function(){var l=S("xmlhttprequest"),_=new l({xdomain:!1});return _.responseType!=null}();m(r,h),r.prototype.name="polling",r.prototype.doOpen=function(){this.poll()},r.prototype.pause=function(l){function _(){g("paused"),p.readyState="paused",l()}var p=this;if(this.readyState="pausing",this.polling||!this.writable){var u=0;this.polling&&(g("we are currently polling - waiting to pause"),u++,this.once("pollComplete",function(){g("pre-pause polling complete"),--u||_()})),this.writable||(g("we are currently writing - waiting to pause"),u++,this.once("drain",function(){g("pre-pause writing complete"),--u||_()}))}else _()},r.prototype.poll=function(){g("polling"),this.polling=!0,this.doPoll(),this.emit("poll")},r.prototype.onData=function(l){var _=this;g("polling got data %s",l);var p=function(u){return _.readyState=="opening"&&_.onOpen(),u.type=="close"?(_.onClose(),!1):void _.onPacket(u)};d.decodePayload(l,this.socket.binaryType,p),this.readyState!="closed"&&(this.polling=!1,this.emit("pollComplete"),this.readyState=="open"?this.poll():g('ignoring poll - transport state "%s"',this.readyState))},r.prototype.doClose=function(){function l(){g("writing close packet"),_.write([{type:"close"}])}var _=this;this.readyState=="open"?(g("transport open - closing"),l()):(g("transport not open - deferring close"),this.once("open",l))},r.prototype.write=function(l){var p=this;this.writable=!1;var _=function(){p.writable=!0,p.emit("drain")},p=this;d.encodePayload(l,this.supportsBinary,function(u){p.doWrite(u,_)})},r.prototype.uri=function(){var l=this.query||{},_=this.secure?"https":"http",p="";return this.timestampRequests!==!1&&(l[this.timestampParam]=+new Date+"-"+h.timestamps++),this.supportsBinary||l.sid||(l.b64=1),l=c.encode(l),this.port&&(_=="https"&&this.port!=443||_=="http"&&this.port!=80)&&(p=":"+this.port),l.length&&(l="?"+l),_+"://"+this.hostname+p+this.path+l}},{"../transport":14,"component-inherit":21,debug:22,"engine.io-parser":25,parseqs:33,xmlhttprequest:20}],19:[function(S,v){function r(l){var _=l&&l.forceBase64;_&&(this.supportsBinary=!1),h.call(this,l)}var h=S("../transport"),c=S("engine.io-parser"),d=S("parseqs"),m=S("component-inherit"),g=S("debug")("engine.io-client:websocket"),x=S("ws");v.exports=r,m(r,h),r.prototype.name="websocket",r.prototype.supportsBinary=!0,r.prototype.doOpen=function(){if(this.check()){var l=this.uri(),_=void 0,p={agent:this.agent};p.pfx=this.pfx,p.key=this.key,p.passphrase=this.passphrase,p.cert=this.cert,p.ca=this.ca,p.ciphers=this.ciphers,p.rejectUnauthorized=this.rejectUnauthorized,this.ws=new x(l,_,p),this.ws.binaryType===void 0&&(this.supportsBinary=!1),this.ws.binaryType="arraybuffer",this.addEventListeners()}},r.prototype.addEventListeners=function(){var l=this;this.ws.onopen=function(){l.onOpen()},this.ws.onclose=function(){l.onClose()},this.ws.onmessage=function(_){l.onData(_.data)},this.ws.onerror=function(_){l.onError("websocket error",_)}},typeof navigator<"u"&&/iPad|iPhone|iPod/i.test(navigator.userAgent)&&(r.prototype.onData=function(l){var _=this;setTimeout(function(){h.prototype.onData.call(_,l)},0)}),r.prototype.write=function(l){function _(){p.writable=!0,p.emit("drain")}var p=this;this.writable=!1;for(var u=0,s=l.length;s>u;u++)c.encodePacket(l[u],this.supportsBinary,function(w){try{p.ws.send(w)}catch{g("websocket closed before onclose event")}});setTimeout(_,0)},r.prototype.onClose=function(){h.prototype.onClose.call(this)},r.prototype.doClose=function(){typeof this.ws<"u"&&this.ws.close()},r.prototype.uri=function(){var l=this.query||{},_=this.secure?"wss":"ws",p="";return this.port&&(_=="wss"&&this.port!=443||_=="ws"&&this.port!=80)&&(p=":"+this.port),this.timestampRequests&&(l[this.timestampParam]=+new Date),this.supportsBinary||(l.b64=1),l=d.encode(l),l.length&&(l="?"+l),_+"://"+this.hostname+p+this.path+l},r.prototype.check=function(){return!(!x||"__initialize"in x&&this.name===r.prototype.name)}},{"../transport":14,"component-inherit":21,debug:22,"engine.io-parser":25,parseqs:33,ws:35}],20:[function(S,v){var r=S("has-cors");v.exports=function(h){var c=h.xdomain,d=h.xscheme,m=h.enablesXDR;try{if(typeof XMLHttpRequest<"u"&&(!c||r))return new XMLHttpRequest}catch{}try{if(typeof XDomainRequest<"u"&&!d&&m)return new XDomainRequest}catch{}if(!c)try{return new ActiveXObject("Microsoft.XMLHTTP")}catch{}}},{"has-cors":38}],21:[function(S,v){v.exports=function(r,h){var c=function(){};c.prototype=h.prototype,r.prototype=new c,r.prototype.constructor=r}},{}],22:[function(S,v,r){function h(){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 x=arguments,l=this.useColors;if(x[0]=(l?"%c":"")+this.namespace+(l?" %c":" ")+x[0]+(l?"%c ":" ")+"+"+r.humanize(this.diff),!l)return x;var _="color: "+this.color;x=[x[0],_,"color: inherit"].concat(Array.prototype.slice.call(x,1));var p=0,u=0;return x[0].replace(/%[a-z%]/g,function(s){s!=="%%"&&(p++,s==="%c"&&(u=p))}),x.splice(u,0,_),x}function d(){return typeof console=="object"&&typeof console.log=="function"&&Function.prototype.apply.call(console.log,console,arguments)}function m(x){try{x==null?localStorage.removeItem("debug"):localStorage.debug=x}catch{}}function g(){var x;try{x=localStorage.debug}catch{}return x}r=v.exports=S("./debug"),r.log=d,r.formatArgs=c,r.save=m,r.load=g,r.useColors=h,r.colors=["lightseagreen","forestgreen","goldenrod","dodgerblue","darkorchid","crimson"],r.formatters.j=function(x){return JSON.stringify(x)},r.enable(g())},{"./debug":23}],23:[function(S,v,r){function h(){return r.colors[_++%r.colors.length]}function c(p){function u(){}function s(){var T=s,k=+new Date,q=k-(l||k);T.diff=q,T.prev=l,T.curr=k,l=k,T.useColors==null&&(T.useColors=r.useColors()),T.color==null&&T.useColors&&(T.color=h());var oe=Array.prototype.slice.call(arguments);oe[0]=r.coerce(oe[0]),typeof oe[0]!="string"&&(oe=["%o"].concat(oe));var Y=0;oe[0]=oe[0].replace(/%([a-z%])/g,function(G,D){if(G==="%%")return G;Y++;var M=r.formatters[D];if(typeof M=="function"){var H=oe[Y];G=M.call(T,H),oe.splice(Y,1),Y--}return G}),typeof r.formatArgs=="function"&&(oe=r.formatArgs.apply(T,oe));var se=s.log||r.log||console.log.bind(console);se.apply(T,oe)}u.enabled=!1,s.enabled=!0;var w=r.enabled(p)?s:u;return w.namespace=p,w}function d(p){r.save(p);for(var u=(p||"").split(/[\s,]+/),s=u.length,w=0;s>w;w++)u[w]&&(p=u[w].replace(/\*/g,".*?"),p[0]==="-"?r.skips.push(new RegExp("^"+p.substr(1)+"$")):r.names.push(new RegExp("^"+p+"$")))}function m(){r.enable("")}function g(p){var u,s;for(u=0,s=r.skips.length;s>u;u++)if(r.skips[u].test(p))return!1;for(u=0,s=r.names.length;s>u;u++)if(r.names[u].test(p))return!0;return!1}function x(p){return p instanceof Error?p.stack||p.message:p}r=v.exports=c,r.coerce=x,r.disable=m,r.enable=d,r.enabled=g,r.humanize=S("ms"),r.names=[],r.skips=[],r.formatters={};var l,_=0},{ms:24}],24:[function(S,v){function r(p){var u=/^((?:\d+)?\.?\d+) *(ms|seconds?|s|minutes?|m|hours?|h|days?|d|years?|y)?$/i.exec(p);if(u){var s=parseFloat(u[1]),w=(u[2]||"ms").toLowerCase();switch(w){case"years":case"year":case"y":return s*_;case"days":case"day":case"d":return s*l;case"hours":case"hour":case"h":return s*x;case"minutes":case"minute":case"m":return s*g;case"seconds":case"second":case"s":return s*m;case"ms":return s}}}function h(p){return p>=l?Math.round(p/l)+"d":p>=x?Math.round(p/x)+"h":p>=g?Math.round(p/g)+"m":p>=m?Math.round(p/m)+"s":p+"ms"}function c(p){return d(p,l,"day")||d(p,x,"hour")||d(p,g,"minute")||d(p,m,"second")||p+" ms"}function d(p,u,s){return u>p?void 0:1.5*u>p?Math.floor(p/u)+" "+s:Math.ceil(p/u)+" "+s+"s"}var m=1e3,g=60*m,x=60*g,l=24*x,_=365.25*l;v.exports=function(p,u){return u=u||{},typeof p=="string"?r(p):u.long?c(p):h(p)}},{}],25:[function(S,v,r){(function(h){function c(D,M){var H="b"+r.packets[D.type]+D.data.data;return M(H)}function d(D,M,H){if(!M)return r.encodeBase64Packet(D,H);var O=D.data,U=new Uint8Array(O),X=new Uint8Array(1+O.byteLength);X[0]=oe[D.type];for(var j=0;j<U.length;j++)X[j+1]=U[j];return H(X.buffer)}function m(D,M,H){if(!M)return r.encodeBase64Packet(D,H);var O=new FileReader;return O.onload=function(){D.data=O.result,r.encodePacket(D,M,!0,H)},O.readAsArrayBuffer(D.data)}function g(D,M,H){if(!M)return r.encodeBase64Packet(D,H);if(q)return m(D,M,H);var O=new Uint8Array(1);O[0]=oe[D.type];var U=new G([O.buffer,D.data]);return H(U)}function x(D,M,H){for(var O=new Array(D.length),U=s(D.length,H),X=function(V,N,Ae){M(N,function(xe,ke){O[V]=ke,Ae(xe,O)})},j=0;j<D.length;j++)X(j,D[j],U)}var l=S("./keys"),_=S("has-binary"),p=S("arraybuffer.slice"),u=S("base64-arraybuffer"),s=S("after"),w=S("utf8"),T=navigator.userAgent.match(/Android/i),k=/PhantomJS/i.test(navigator.userAgent),q=T||k;r.protocol=3;var oe=r.packets={open:0,close:1,ping:2,pong:3,message:4,upgrade:5,noop:6},Y=l(oe),se={type:"error",data:"parser error"},G=S("blob");r.encodePacket=function(D,M,H,O){typeof M=="function"&&(O=M,M=!1),typeof H=="function"&&(O=H,H=null);var U=D.data===void 0?void 0:D.data.buffer||D.data;if(h.ArrayBuffer&&U instanceof ArrayBuffer)return d(D,M,O);if(G&&U instanceof h.Blob)return g(D,M,O);if(U&&U.base64)return c(D,O);var X=oe[D.type];return D.data!==void 0&&(X+=H?w.encode(String(D.data)):String(D.data)),O(""+X)},r.encodeBase64Packet=function(D,M){var H="b"+r.packets[D.type];if(G&&D.data instanceof G){var O=new FileReader;return O.onload=function(){var N=O.result.split(",")[1];M(H+N)},O.readAsDataURL(D.data)}var U;try{U=String.fromCharCode.apply(null,new Uint8Array(D.data))}catch{for(var X=new Uint8Array(D.data),j=new Array(X.length),V=0;V<X.length;V++)j[V]=X[V];U=String.fromCharCode.apply(null,j)}return H+=h.btoa(U),M(H)},r.decodePacket=function(D,M,H){if(typeof D=="string"||D===void 0){if(D.charAt(0)=="b")return r.decodeBase64Packet(D.substr(1),M);if(H)try{D=w.decode(D)}catch{return se}var U=D.charAt(0);return Number(U)==U&&Y[U]?D.length>1?{type:Y[U],data:D.substring(1)}:{type:Y[U]}:se}var O=new Uint8Array(D),U=O[0],X=p(D,1);return G&&M==="blob"&&(X=new G([X])),{type:Y[U],data:X}},r.decodeBase64Packet=function(D,M){var H=Y[D.charAt(0)];if(!h.ArrayBuffer)return{type:H,data:{base64:!0,data:D.substr(1)}};var O=u.decode(D.substr(1));return M==="blob"&&G&&(O=new G([O])),{type:H,data:O}},r.encodePayload=function(D,M,H){function O(j){return j.length+":"+j}function U(j,V){r.encodePacket(j,X?M:!1,!0,function(N){V(null,O(N))})}typeof M=="function"&&(H=M,M=null);var X=_(D);return M&&X?G&&!q?r.encodePayloadAsBlob(D,H):r.encodePayloadAsArrayBuffer(D,H):D.length?void x(D,U,function(j,V){return H(V.join(""))}):H("0:")},r.decodePayload=function(D,M,H){if(typeof D!="string")return r.decodePayloadAsBinary(D,M,H);typeof M=="function"&&(H=M,M=null);var O;if(D=="")return H(se,0,1);for(var U,X,j="",V=0,N=D.length;N>V;V++){var Ae=D.charAt(V);if(Ae!=":")j+=Ae;else{if(j==""||j!=(U=Number(j))||(X=D.substr(V+1,U),j!=X.length))return H(se,0,1);if(X.length){if(O=r.decodePacket(X,M,!0),se.type==O.type&&se.data==O.data)return H(se,0,1);var xe=H(O,V+U,N);if(xe===!1)return}V+=U,j=""}}return j!=""?H(se,0,1):void 0},r.encodePayloadAsArrayBuffer=function(D,M){function H(O,U){r.encodePacket(O,!0,!0,function(X){return U(null,X)})}return D.length?void x(D,H,function(O,U){var X=U.reduce(function(N,Ae){var xe;return xe=typeof Ae=="string"?Ae.length:Ae.byteLength,N+xe.toString().length+xe+2},0),j=new Uint8Array(X),V=0;return U.forEach(function(N){var Ae=typeof N=="string",xe=N;if(Ae){for(var ke=new Uint8Array(N.length),ae=0;ae<N.length;ae++)ke[ae]=N.charCodeAt(ae);xe=ke.buffer}j[V++]=Ae?0:1;for(var qe=xe.byteLength.toString(),ae=0;ae<qe.length;ae++)j[V++]=parseInt(qe[ae]);j[V++]=255;for(var ke=new Uint8Array(xe),ae=0;ae<ke.length;ae++)j[V++]=ke[ae]}),M(j.buffer)}):M(new ArrayBuffer(0))},r.encodePayloadAsBlob=function(D,M){function H(O,U){r.encodePacket(O,!0,!0,function(X){var j=new Uint8Array(1);if(j[0]=1,typeof X=="string"){for(var V=new Uint8Array(X.length),N=0;N<X.length;N++)V[N]=X.charCodeAt(N);X=V.buffer,j[0]=0}for(var Ae=X instanceof ArrayBuffer?X.byteLength:X.size,xe=Ae.toString(),ke=new Uint8Array(xe.length+1),N=0;N<xe.length;N++)ke[N]=parseInt(xe[N]);if(ke[xe.length]=255,G){var ae=new G([j.buffer,ke.buffer,X]);U(null,ae)}})}x(D,H,function(O,U){return M(new G(U))})},r.decodePayloadAsBinary=function(D,M,H){typeof M=="function"&&(H=M,M=null);for(var O=D,U=[],X=!1;O.byteLength>0;){for(var j=new Uint8Array(O),V=j[0]===0,N="",Ae=1;j[Ae]!=255;Ae++){if(N.length>310){X=!0;break}N+=j[Ae]}if(X)return H(se,0,1);O=p(O,2+N.length),N=parseInt(N);var xe=p(O,0,N);if(V)try{xe=String.fromCharCode.apply(null,new Uint8Array(xe))}catch{var ke=new Uint8Array(xe);xe="";for(var Ae=0;Ae<ke.length;Ae++)xe+=String.fromCharCode(ke[Ae])}U.push(xe),O=p(O,N)}var ae=U.length;U.forEach(function(qe,bt){H(r.decodePacket(qe,M,!0),bt,ae)})}}).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,v){v.exports=Object.keys||function(r){var h=[],c=Object.prototype.hasOwnProperty;for(var d in r)c.call(r,d)&&h.push(d);return h}},{}],27:[function(S,v){function r(c,d,m){function g(l,_){if(g.count<=0)throw new Error("after called too many times");--g.count,l?(x=!0,d(l),d=m):g.count!==0||x||d(null,_)}var x=!1;return m=m||h,g.count=c,c===0?d():g}function h(){}v.exports=r},{}],28:[function(S,v){v.exports=function(r,h,c){var d=r.byteLength;if(h=h||0,c=c||d,r.slice)return r.slice(h,c);if(0>h&&(h+=d),0>c&&(c+=d),c>d&&(c=d),h>=d||h>=c||d===0)return new ArrayBuffer(0);for(var m=new Uint8Array(r),g=new Uint8Array(c-h),x=h,l=0;c>x;x++,l++)g[l]=m[x];return g.buffer}},{}],29:[function(S,v,r){(function(h){r.encode=function(c){var d,m=new Uint8Array(c),g=m.length,x="";for(d=0;g>d;d+=3)x+=h[m[d]>>2],x+=h[(3&m[d])<<4|m[d+1]>>4],x+=h[(15&m[d+1])<<2|m[d+2]>>6],x+=h[63&m[d+2]];return g%3===2?x=x.substring(0,x.length-1)+"=":g%3===1&&(x=x.substring(0,x.length-2)+"=="),x},r.decode=function(c){var d,m,g,x,l,_=.75*c.length,p=c.length,u=0;c[c.length-1]==="="&&(_--,c[c.length-2]==="="&&_--);var s=new ArrayBuffer(_),w=new Uint8Array(s);for(d=0;p>d;d+=4)m=h.indexOf(c[d]),g=h.indexOf(c[d+1]),x=h.indexOf(c[d+2]),l=h.indexOf(c[d+3]),w[u++]=m<<2|g>>4,w[u++]=(15&g)<<4|x>>2,w[u++]=(3&x)<<6|63&l;return s}})("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/")},{}],30:[function(S,v){(function(r){function h(_){for(var p=0;p<_.length;p++){var u=_[p];if(u.buffer instanceof ArrayBuffer){var s=u.buffer;if(u.byteLength!==s.byteLength){var w=new Uint8Array(u.byteLength);w.set(new Uint8Array(s,u.byteOffset,u.byteLength)),s=w.buffer}_[p]=s}}}function c(_,p){p=p||{};var u=new m;h(_);for(var s=0;s<_.length;s++)u.append(_[s]);return p.type?u.getBlob(p.type):u.getBlob()}function d(_,p){return h(_),new Blob(_,p||{})}var m=r.BlobBuilder||r.WebKitBlobBuilder||r.MSBlobBuilder||r.MozBlobBuilder,g=function(){try{var _=new Blob(["hi"]);return _.size===2}catch{return!1}}(),x=g&&function(){try{var _=new Blob([new Uint8Array([1,2])]);return _.size===2}catch{return!1}}(),l=m&&m.prototype.append&&m.prototype.getBlob;v.exports=function(){return g?x?r.Blob:d:l?c:void 0}()}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{}],31:[function(S,v,r){(function(h){(function(c){function d(O){for(var U,X,j=[],V=0,N=O.length;N>V;)U=O.charCodeAt(V++),U>=55296&&56319>=U&&N>V?(X=O.charCodeAt(V++),(64512&X)==56320?j.push(((1023&U)<<10)+(1023&X)+65536):(j.push(U),V--)):j.push(U);return j}function m(O){for(var U,X=O.length,j=-1,V="";++j<X;)U=O[j],U>65535&&(U-=65536,V+=se(U>>>10&1023|55296),U=56320|1023&U),V+=se(U);return V}function g(O){if(O>=55296&&57343>=O)throw Error("Lone surrogate U+"+O.toString(16).toUpperCase()+" is not a scalar value")}function x(O,U){return se(O>>U&63|128)}function l(O){if(!(4294967168&O))return se(O);var U="";return 4294965248&O?4294901760&O?!(4292870144&O)&&(U=se(O>>18&7|240),U+=x(O,12),U+=x(O,6)):(g(O),U=se(O>>12&15|224),U+=x(O,6)):U=se(O>>6&31|192),U+=se(63&O|128)}function _(O){for(var U,X=d(O),j=X.length,V=-1,N="";++V<j;)U=X[V],N+=l(U);return N}function p(){if(Y>=oe)throw Error("Invalid byte index");var O=255&q[Y];if(Y++,(192&O)==128)return 63&O;throw Error("Invalid continuation byte")}function u(){var O,U,X,j,V;if(Y>oe)throw Error("Invalid byte index");if(Y==oe)return!1;if(O=255&q[Y],Y++,(128&O)==0)return O;if((224&O)==192){var U=p();if(V=(31&O)<<6|U,V>=128)return V;throw Error("Invalid continuation byte")}if((240&O)==224){if(U=p(),X=p(),V=(15&O)<<12|U<<6|X,V>=2048)return g(V),V;throw Error("Invalid continuation byte")}if((248&O)==240&&(U=p(),X=p(),j=p(),V=(15&O)<<18|U<<12|X<<6|j,V>=65536&&1114111>=V))return V;throw Error("Invalid UTF-8 detected")}function s(O){q=d(O),oe=q.length,Y=0;for(var U,X=[];(U=u())!==!1;)X.push(U);return m(X)}var w=typeof r=="object"&&r,T=typeof v=="object"&&v&&v.exports==w&&v,k=typeof h=="object"&&h;(k.global===k||k.window===k)&&(c=k);var q,oe,Y,se=String.fromCharCode,G={version:"2.0.0",encode:_,decode:s};if(w&&!w.nodeType)if(T)T.exports=G;else{var D={},M=D.hasOwnProperty;for(var H in G)M.call(G,H)&&(w[H]=G[H])}else c.utf8=G})(this)}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{}],32:[function(S,v){(function(r){var h=/^[\],:{}\s]*$/,c=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,d=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,m=/(?:^|:|,)(?:\s*\[)+/g,g=/^\s+/,x=/\s+$/;v.exports=function(l){return typeof l=="string"&&l?(l=l.replace(g,"").replace(x,""),r.JSON&&JSON.parse?JSON.parse(l):h.test(l.replace(c,"@").replace(d,"]").replace(m,""))?new Function("return "+l)():void 0):null}}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{}],33:[function(S,v,r){r.encode=function(h){var c="";for(var d in h)h.hasOwnProperty(d)&&(c.length&&(c+="&"),c+=encodeURIComponent(d)+"="+encodeURIComponent(h[d]));return c},r.decode=function(h){for(var c={},d=h.split("&"),m=0,g=d.length;g>m;m++){var x=d[m].split("=");c[decodeURIComponent(x[0])]=decodeURIComponent(x[1])}return c}},{}],34:[function(S,v){var r=/^(?:(?![^:@]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,h=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];v.exports=function(c){var d=c,m=c.indexOf("["),g=c.indexOf("]");m!=-1&&g!=-1&&(c=c.substring(0,m)+c.substring(m,g).replace(/:/g,";")+c.substring(g,c.length));for(var x=r.exec(c||""),l={},_=14;_--;)l[h[_]]=x[_]||"";return m!=-1&&g!=-1&&(l.source=d,l.host=l.host.substring(1,l.host.length-1).replace(/;/g,":"),l.authority=l.authority.replace("[","").replace("]","").replace(/;/g,":"),l.ipv6uri=!0),l}},{}],35:[function(S,v){function r(d,m){return m?new c(d,m):new c(d)}var h=function(){return self}(),c=h.WebSocket||h.MozWebSocket;v.exports=c?r:null,c&&(r.prototype=c.prototype)},{}],36:[function(S,v){(function(r){function h(d){function m(g){if(!g)return!1;if(r.Buffer&&r.Buffer.isBuffer(g)||r.ArrayBuffer&&g instanceof ArrayBuffer||r.Blob&&g instanceof Blob||r.File&&g instanceof File)return!0;if(c(g)){for(var x=0;x<g.length;x++)if(m(g[x]))return!0}else if(g&&typeof g=="object"){g.toJSON&&(g=g.toJSON());for(var l in g)if(Object.prototype.hasOwnProperty.call(g,l)&&m(g[l]))return!0}return!1}return m(d)}var c=S("isarray");v.exports=h}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{isarray:37}],37:[function(S,v){v.exports=Array.isArray||function(r){return Object.prototype.toString.call(r)=="[object Array]"}},{}],38:[function(S,v){var r=S("global");try{v.exports="XMLHttpRequest"in r&&"withCredentials"in new r.XMLHttpRequest}catch{v.exports=!1}},{global:39}],39:[function(S,v){v.exports=function(){return this}()},{}],40:[function(S,v){var r=[].indexOf;v.exports=function(h,c){if(r)return h.indexOf(c);for(var d=0;d<h.length;++d)if(h[d]===c)return d;return-1}},{}],41:[function(S,v,r){var h=Object.prototype.hasOwnProperty;r.keys=Object.keys||function(c){var d=[];for(var m in c)h.call(c,m)&&d.push(m);return d},r.values=function(c){var d=[];for(var m in c)h.call(c,m)&&d.push(c[m]);return d},r.merge=function(c,d){for(var m in d)h.call(d,m)&&(c[m]=d[m]);return c},r.length=function(c){return r.keys(c).length},r.isEmpty=function(c){return r.length(c)==0}},{}],42:[function(S,v){var r=/^(?:(?![^:@]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,h=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];v.exports=function(c){for(var d=r.exec(c||""),m={},g=14;g--;)m[h[g]]=d[g]||"";return m}},{}],43:[function(S,v,r){(function(h){var c=S("isarray"),d=S("./is-buffer");r.deconstructPacket=function(m){function g(p){if(!p)return p;if(d(p)){var u={_placeholder:!0,num:x.length};return x.push(p),u}if(c(p)){for(var s=new Array(p.length),w=0;w<p.length;w++)s[w]=g(p[w]);return s}if(typeof p=="object"&&!(p instanceof Date)){var s={};for(var T in p)s[T]=g(p[T]);return s}return p}var x=[],l=m.data,_=m;return _.data=g(l),_.attachments=x.length,{packet:_,buffers:x}},r.reconstructPacket=function(m,g){function x(l){if(l&&l._placeholder){var _=g[l.num];return _}if(c(l)){for(var p=0;p<l.length;p++)l[p]=x(l[p]);return l}if(l&&typeof l=="object"){for(var u in l)l[u]=x(l[u]);return l}return l}return m.data=x(m.data),m.attachments=void 0,m},r.removeBlobs=function(m,g){function x(p,u,s){if(!p)return p;if(h.Blob&&p instanceof Blob||h.File&&p instanceof File){l++;var w=new FileReader;w.onload=function(){s?s[u]=this.result:_=this.result,--l||g(_)},w.readAsArrayBuffer(p)}else if(c(p))for(var T=0;T<p.length;T++)x(p[T],T,p);else if(p&&typeof p=="object"&&!d(p))for(var k in p)x(p[k],k,p)}var l=0,_=m;x(_),l||g(_)}}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{"./is-buffer":45,isarray:46}],44:[function(S,v,r){function h(){}function c(T){var k="",q=!1;return k+=T.type,(r.BINARY_EVENT==T.type||r.BINARY_ACK==T.type)&&(k+=T.attachments,k+="-"),T.nsp&&T.nsp!="/"&&(q=!0,k+=T.nsp),T.id!=null&&(q&&(k+=",",q=!1),k+=T.id),T.data!=null&&(q&&(k+=","),k+=p.stringify(T.data)),_("encoded %j as %s",T,k),k}function d(T,k){function q(oe){var Y=s.deconstructPacket(oe),se=c(Y.packet),G=Y.buffers;G.unshift(se),k(G)}s.removeBlobs(T,q)}function m(){this.reconstructor=null}function g(T){var k={},q=0;if(k.type=Number(T.charAt(0)),r.types[k.type]==null)return l();if(r.BINARY_EVENT==k.type||r.BINARY_ACK==k.type){for(var oe="";T.charAt(++q)!="-"&&(oe+=T.charAt(q),q!=T.length););if(oe!=Number(oe)||T.charAt(q)!="-")throw new Error("Illegal attachments");k.attachments=Number(oe)}if(T.charAt(q+1)=="/")for(k.nsp="";++q;){var Y=T.charAt(q);if(Y==","||(k.nsp+=Y,q==T.length))break}else k.nsp="/";var se=T.charAt(q+1);if(se!==""&&Number(se)==se){for(k.id="";++q;){var Y=T.charAt(q);if(Y==null||Number(Y)!=Y){--q;break}if(k.id+=T.charAt(q),q==T.length)break}k.id=Number(k.id)}if(T.charAt(++q))try{k.data=p.parse(T.substr(q))}catch{return l()}return _("decoded %s as %j",T,k),k}function x(T){this.reconPack=T,this.buffers=[]}function l(){return{type:r.ERROR,data:"parser error"}}var _=S("debug")("socket.io-parser"),p=S("json3"),u=(S("isarray"),S("component-emitter")),s=S("./binary"),w=S("./is-buffer");r.protocol=4,r.types=["CONNECT","DISCONNECT","EVENT","BINARY_EVENT","ACK","BINARY_ACK","ERROR"],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=h,r.Decoder=m,h.prototype.encode=function(T,k){if(_("encoding packet %j",T),r.BINARY_EVENT==T.type||r.BINARY_ACK==T.type)d(T,k);else{var q=c(T);k([q])}},u(m.prototype),m.prototype.add=function(T){var k;if(typeof T=="string")k=g(T),r.BINARY_EVENT==k.type||r.BINARY_ACK==k.type?(this.reconstructor=new x(k),this.reconstructor.reconPack.attachments===0&&this.emit("decoded",k)):this.emit("decoded",k);else{if(!w(T)&&!T.base64)throw new Error("Unknown type: "+T);if(!this.reconstructor)throw new Error("got binary data when not reconstructing a packet");k=this.reconstructor.takeBinaryData(T),k&&(this.reconstructor=null,this.emit("decoded",k))}},m.prototype.destroy=function(){this.reconstructor&&this.reconstructor.finishedReconstruction()},x.prototype.takeBinaryData=function(T){if(this.buffers.push(T),this.buffers.length==this.reconPack.attachments){var k=s.reconstructPacket(this.reconPack,this.buffers);return this.finishedReconstruction(),k}return null},x.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,v){(function(r){function h(c){return r.Buffer&&r.Buffer.isBuffer(c)||r.ArrayBuffer&&c instanceof ArrayBuffer}v.exports=h}).call(this,typeof self<"u"?self:typeof window<"u"?window:{})},{}],46:[function(S,v){v.exports=S(37)},{}],47:[function(S,v,r){(function(h){function c(W){if(c[W]!==g)return c[W];var J;if(W=="bug-string-char-index")J=!1;else if(W=="json")J=c("json-stringify")&&c("json-parse");else{var F,te='{"a":[1,true,false,null,"\\u0000\\b\\n\\f\\r\\t"]}';if(W=="json-stringify"){var P=_.stringify,Q=typeof P=="function"&&p;if(Q){(F=function(){return 1}).toJSON=F;try{Q=P(0)==="0"&&P(new Number)==="0"&&P(new String)=='""'&&P(x)===g&&P(g)===g&&P()===g&&P(F)==="1"&&P([F])=="[1]"&&P([g])=="[null]"&&P(null)=="null"&&P([g,x,null])=="[null,null,null]"&&P({a:[F,!0,!1,null,`\0\b
|
|
34
34
|
\f\r `]})==te&&P(null,F)==="1"&&P([1,2],null,1)==`[
|
|
35
35
|
1,
|
|
36
36
|
2
|
|
37
|
-
]`&&P(new Date(-864e13))=='"-271821-04-20T00:00:00.000Z"'&&P(new Date(864e13))=='"+275760-09-13T00:00:00.000Z"'&&P(new Date(-621987552e5))=='"-000001-01-01T00:00:00.000Z"'&&P(new Date(-1))=='"1969-12-31T23:59:59.999Z"'}catch{Q=!1}}J=Q}if(W=="json-parse"){var ee=_.parse;if(typeof ee=="function")try{if(ee("0")===0&&!ee(!1)){F=ee(te);var $=F.a.length==5&&F.a[0]===1;if($){try{$=!ee('" "')}catch{}if($)try{$=ee("01")!==1}catch{}if($)try{$=ee("1.")!==1}catch{}}}}catch{$=!1}J=$}}return c[W]=!!J}var d,m,g,x={}.toString,l=typeof JSON=="object"&&JSON,_=typeof r=="object"&&r&&!r.nodeType&&r;_&&l?(_.stringify=l.stringify,_.parse=l.parse):_=h.JSON=l||{};var p=new Date(-0xc782b5b800cec);try{p=p.getUTCFullYear()==-109252&&p.getUTCMonth()===0&&p.getUTCDate()===1&&p.getUTCHours()==10&&p.getUTCMinutes()==37&&p.getUTCSeconds()==6&&p.getUTCMilliseconds()==708}catch{}if(!c("json")){var u="[object Function]",s="[object Date]",w="[object Number]",T="[object String]",k="[object Array]",q="[object Boolean]",oe=c("bug-string-char-index");if(!p)var Y=Math.floor,se=[0,31,59,90,120,151,181,212,243,273,304,334],G=function(W,J){return se[J]+365*(W-1970)+Y((W-1969+(J=+(J>1)))/4)-Y((W-1901+J)/100)+Y((W-1601+J)/400)};(d={}.hasOwnProperty)||(d=function(W){var J,F={};return(F.__proto__=null,F.__proto__={toString:1},F).toString!=x?d=function(te){var P=this.__proto__,Q=te in(this.__proto__=null,this);return this.__proto__=P,Q}:(J=F.constructor,d=function(te){var P=(this.constructor||J).prototype;return te in this&&!(te in P&&this[te]===P[te])}),F=null,d.call(this,W)});var D={boolean:1,number:1,string:1,undefined:1},M=function(W,J){var F=typeof W[J];return F=="object"?!!W[J]:!D[F]};if(m=function(W,J){var F,te,P,Q=0;(F=function(){this.valueOf=0}).prototype.valueOf=0,te=new F;for(P in te)d.call(te,P)&&Q++;return F=te=null,Q?m=Q==2?function(ee,$){var ue,me={},Ke=x.call(ee)==u;for(ue in ee)Ke&&ue=="prototype"||d.call(me,ue)||!(me[ue]=1)||!d.call(ee,ue)||$(ue)}:function(ee,$){var ue,me,Ke=x.call(ee)==u;for(ue in ee)Ke&&ue=="prototype"||!d.call(ee,ue)||(me=ue==="constructor")||$(ue);(me||d.call(ee,ue="constructor"))&&$(ue)}:(te=["valueOf","toString","toLocaleString","propertyIsEnumerable","isPrototypeOf","hasOwnProperty","constructor"],m=function(ee,$){var ue,me,Ke=x.call(ee)==u,Re=!Ke&&typeof ee.constructor!="function"&&M(ee,"hasOwnProperty")?ee.hasOwnProperty:d;for(ue in ee)Ke&&ue=="prototype"||!Re.call(ee,ue)||$(ue);for(me=te.length;ue=te[--me];Re.call(ee,ue)&&$(ue));}),m(W,J)},!c("json-stringify")){var H={92:"\\\\",34:'\\"',8:"\\b",12:"\\f",10:"\\n",13:"\\r",9:"\\t"},
|
|
37
|
+
]`&&P(new Date(-864e13))=='"-271821-04-20T00:00:00.000Z"'&&P(new Date(864e13))=='"+275760-09-13T00:00:00.000Z"'&&P(new Date(-621987552e5))=='"-000001-01-01T00:00:00.000Z"'&&P(new Date(-1))=='"1969-12-31T23:59:59.999Z"'}catch{Q=!1}}J=Q}if(W=="json-parse"){var ee=_.parse;if(typeof ee=="function")try{if(ee("0")===0&&!ee(!1)){F=ee(te);var $=F.a.length==5&&F.a[0]===1;if($){try{$=!ee('" "')}catch{}if($)try{$=ee("01")!==1}catch{}if($)try{$=ee("1.")!==1}catch{}}}}catch{$=!1}J=$}}return c[W]=!!J}var d,m,g,x={}.toString,l=typeof JSON=="object"&&JSON,_=typeof r=="object"&&r&&!r.nodeType&&r;_&&l?(_.stringify=l.stringify,_.parse=l.parse):_=h.JSON=l||{};var p=new Date(-0xc782b5b800cec);try{p=p.getUTCFullYear()==-109252&&p.getUTCMonth()===0&&p.getUTCDate()===1&&p.getUTCHours()==10&&p.getUTCMinutes()==37&&p.getUTCSeconds()==6&&p.getUTCMilliseconds()==708}catch{}if(!c("json")){var u="[object Function]",s="[object Date]",w="[object Number]",T="[object String]",k="[object Array]",q="[object Boolean]",oe=c("bug-string-char-index");if(!p)var Y=Math.floor,se=[0,31,59,90,120,151,181,212,243,273,304,334],G=function(W,J){return se[J]+365*(W-1970)+Y((W-1969+(J=+(J>1)))/4)-Y((W-1901+J)/100)+Y((W-1601+J)/400)};(d={}.hasOwnProperty)||(d=function(W){var J,F={};return(F.__proto__=null,F.__proto__={toString:1},F).toString!=x?d=function(te){var P=this.__proto__,Q=te in(this.__proto__=null,this);return this.__proto__=P,Q}:(J=F.constructor,d=function(te){var P=(this.constructor||J).prototype;return te in this&&!(te in P&&this[te]===P[te])}),F=null,d.call(this,W)});var D={boolean:1,number:1,string:1,undefined:1},M=function(W,J){var F=typeof W[J];return F=="object"?!!W[J]:!D[F]};if(m=function(W,J){var F,te,P,Q=0;(F=function(){this.valueOf=0}).prototype.valueOf=0,te=new F;for(P in te)d.call(te,P)&&Q++;return F=te=null,Q?m=Q==2?function(ee,$){var ue,me={},Ke=x.call(ee)==u;for(ue in ee)Ke&&ue=="prototype"||d.call(me,ue)||!(me[ue]=1)||!d.call(ee,ue)||$(ue)}:function(ee,$){var ue,me,Ke=x.call(ee)==u;for(ue in ee)Ke&&ue=="prototype"||!d.call(ee,ue)||(me=ue==="constructor")||$(ue);(me||d.call(ee,ue="constructor"))&&$(ue)}:(te=["valueOf","toString","toLocaleString","propertyIsEnumerable","isPrototypeOf","hasOwnProperty","constructor"],m=function(ee,$){var ue,me,Ke=x.call(ee)==u,Re=!Ke&&typeof ee.constructor!="function"&&M(ee,"hasOwnProperty")?ee.hasOwnProperty:d;for(ue in ee)Ke&&ue=="prototype"||!Re.call(ee,ue)||$(ue);for(me=te.length;ue=te[--me];Re.call(ee,ue)&&$(ue));}),m(W,J)},!c("json-stringify")){var H={92:"\\\\",34:'\\"',8:"\\b",12:"\\f",10:"\\n",13:"\\r",9:"\\t"},O="000000",U=function(W,J){return(O+(J||0)).slice(-W)},X="\\u00",j=function(W){var J,F='"',te=0,P=W.length,Q=P>10&&oe;for(Q&&(J=W.split(""));P>te;te++){var ee=W.charCodeAt(te);switch(ee){case 8:case 9:case 10:case 12:case 13:case 34:case 92:F+=H[ee];break;default:if(32>ee){F+=X+U(2,ee.toString(16));break}F+=Q?J[te]:oe?W.charAt(te):W[te]}}return F+'"'},V=function(W,J,F,te,P,Q,ee){var $,ue,me,Ke,Re,yt,Cn,nt,un,Tn,ze,$e,At,xt,En,Rt;try{$=J[W]}catch{}if(typeof $=="object"&&$)if(ue=x.call($),ue!=s||d.call($,"toJSON"))typeof $.toJSON=="function"&&(ue!=w&&ue!=T&&ue!=k||d.call($,"toJSON"))&&($=$.toJSON(W));else if($>-1/0&&1/0>$){if(G){for(Re=Y($/864e5),me=Y(Re/365.2425)+1970-1;G(me+1,0)<=Re;me++);for(Ke=Y((Re-G(me,0))/30.42);G(me,Ke+1)<=Re;Ke++);Re=1+Re-G(me,Ke),yt=($%864e5+864e5)%864e5,Cn=Y(yt/36e5)%24,nt=Y(yt/6e4)%60,un=Y(yt/1e3)%60,Tn=yt%1e3}else me=$.getUTCFullYear(),Ke=$.getUTCMonth(),Re=$.getUTCDate(),Cn=$.getUTCHours(),nt=$.getUTCMinutes(),un=$.getUTCSeconds(),Tn=$.getUTCMilliseconds();$=(0>=me||me>=1e4?(0>me?"-":"+")+U(6,0>me?-me:me):U(4,me))+"-"+U(2,Ke+1)+"-"+U(2,Re)+"T"+U(2,Cn)+":"+U(2,nt)+":"+U(2,un)+"."+U(3,Tn)+"Z"}else $=null;if(F&&($=F.call(J,W,$)),$===null)return"null";if(ue=x.call($),ue==q)return""+$;if(ue==w)return $>-1/0&&1/0>$?""+$:"null";if(ue==T)return j(""+$);if(typeof $=="object"){for(xt=ee.length;xt--;)if(ee[xt]===$)throw TypeError();if(ee.push($),ze=[],En=Q,Q+=P,ue==k){for(At=0,xt=$.length;xt>At;At++)$e=V(At,$,F,te,P,Q,ee),ze.push($e===g?"null":$e);Rt=ze.length?P?`[
|
|
38
38
|
`+Q+ze.join(`,
|
|
39
39
|
`+Q)+`
|
|
40
|
-
`+En+"]":"["+ze.join(",")+"]":"[]"}else m(te||$,function(kn){var
|
|
40
|
+
`+En+"]":"["+ze.join(",")+"]":"[]"}else m(te||$,function(kn){var Mt=V(kn,$,F,te,P,Q,ee);Mt!==g&&ze.push(j(kn)+":"+(P?" ":"")+Mt)}),Rt=ze.length?P?`{
|
|
41
41
|
`+Q+ze.join(`,
|
|
42
42
|
`+Q)+`
|
|
43
|
-
`+En+"}":"{"+ze.join(",")+"}":"{}";return ee.pop(),
|
|
44
|
-
`,102:"\f",114:"\r"},ae=function(){throw N=be=null,SyntaxError()},qe=function(){for(var W,J,F,te,P,Q=be,ee=Q.length;ee>N;)switch(P=Q.charCodeAt(N)){case 9:case 10:case 13:case 32:N++;break;case 123:case 125:case 91:case 93:case 58:case 44:return W=oe?Q.charAt(N):Q[N],N++,W;case 34:for(W="@",N++;ee>N;)if(P=Q.charCodeAt(N),32>P)ae();else if(P==92)switch(P=Q.charCodeAt(++N)){case 92:case 34:case 47:case 98:case 116:case 110:case 102:case 114:W+=ke[P],N++;break;case 117:for(J=++N,F=N+4;F>N;N++)P=Q.charCodeAt(N),P>=48&&57>=P||P>=97&&102>=P||P>=65&&70>=P||ae();W+=Ae("0x"+Q.slice(J,N));break;default:ae()}else{if(P==34)break;for(P=Q.charCodeAt(N),J=N;P>=32&&P!=92&&P!=34;)P=Q.charCodeAt(++N);W+=Q.slice(J,N)}if(Q.charCodeAt(N)==34)return N++,W;ae();default:if(J=N,P==45&&(te=!0,P=Q.charCodeAt(++N)),P>=48&&57>=P){for(P==48&&(P=Q.charCodeAt(N+1),P>=48&&57>=P)&&ae(),te=!1;ee>N&&(P=Q.charCodeAt(N),P>=48&&57>=P);N++);if(Q.charCodeAt(N)==46){for(F=++N;ee>F&&(P=Q.charCodeAt(F),P>=48&&57>=P);F++);F==N&&ae(),N=F}if(P=Q.charCodeAt(N),P==101||P==69){for(P=Q.charCodeAt(++N),(P==43||P==45)&&N++,F=N;ee>F&&(P=Q.charCodeAt(F),P>=48&&57>=P);F++);F==N&&ae(),N=F}return+Q.slice(J,N)}if(te&&ae(),Q.slice(N,N+4)=="true")return N+=4,!0;if(Q.slice(N,N+5)=="false")return N+=5,!1;if(Q.slice(N,N+4)=="null")return N+=4,null;ae()}return"$"},bt=function(W){var J,F;if(W=="$"&&ae(),typeof W=="string"){if((oe?W.charAt(0):W[0])=="@")return W.slice(1);if(W=="["){for(J=[];W=qe(),W!="]";F||(F=!0))F&&(W==","?(W=qe(),W=="]"&&ae()):ae()),W==","&&ae(),J.push(bt(W));return J}if(W=="{"){for(J={};W=qe(),W!="}";F||(F=!0))F&&(W==","?(W=qe(),W=="}"&&ae()):ae()),(W==","||typeof W!="string"||(oe?W.charAt(0):W[0])!="@"||qe()!=":")&&ae(),J[W.slice(1)]=bt(qe());return J}ae()}return W},tt=function(W,J,F){var te=zn(W,J,F);te===g?delete W[J]:W[J]=te},zn=function(W,J,F){var te,P=W[J];if(typeof P=="object"&&P)if(x.call(P)==k)for(te=P.length;te--;)tt(P,te,F);else m(P,function(Q){tt(P,Q,F)});return F.call(W,J,P)};_.parse=function(W,J){var F,te;return N=0,be=""+W,F=bt(qe()),qe()!="$"&&ae(),N=be=null,J&&x.call(J)==u?zn((te={},te[""]=F,te),"",J):F}}}})(this)},{}],48:[function(S,y){function r(h,c){var d=[];c=c||0;for(var m=c||0;m<h.length;m++)d[m-c]=h[m];return d}y.exports=r},{}]},{},[1])(1)}const Xu=Object.assign({"./v1_3_7.js":Object.freeze(Object.defineProperty({__proto__:null,default:$u},Symbol.toStringTag,{value:"Module"}))}),Ju=/v\d+_\d+_\d+/;function Yu(S){return typeof S=="function"}const Ur=Object.entries(Xu).reduce((S,y)=>{var c;const r=y[1].default,h=(c=y[0].match(Ju))==null?void 0:c[0];return Yu(r)&&h&&(S[h]=r()),S},{}),ao=S=>{if(S in Ur)return Ur[S];throw new Error(`Socket version ${S} not found`)},Zu={...Ur,getSocketVersion:ao,makeSocketVersion:(S,...y)=>ao(S)(...y)};var ve=(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))(ve||{});class Vu{constructor(y){Te(this,"io");Te(this,"ioFunction");Te(this,"lastEventTimestamp",new Date().getTime());Te(this,"doReconnect",!0);Te(this,"keepAliveInterval");Te(this,"keepReconnectInterval");Te(this,"connected",!1);this.eventsSdkClass=y,this.eventsSdkClass=y}getSocketIoFunction(y){const r=y.split("v="),h="v".concat(r[r.length-1]).replaceAll(".","_");this.ioFunction=Zu.getSocketVersion(h)}initSocketConnection(){const y=this.eventsSdkClass.authClass.token,r=this.eventsSdkClass.options.protocol,h=this.eventsSdkClass.server;try{const c=h.Domain,d=`${r}://${c}`;this.eventsSdkClass.emit(ve.ONLINE_STATUS_EVENT,{isSocketConnected:!1,attemptToConnect:d});const m={reconnection:!1,upgrade:!1,transports:["websocket"],forceNew:!0,query:{token:y}};y&&(m.query={token:y}),this.ioFunction&&(this.io=this.ioFunction(d,m))}catch{}}initSocketEvents(){this.io&&this.io.on(ve.LOGIN_SUCCESS,y=>this.eventsSdkClass.emit(ve.LOGIN_SUCCESS,y)).on(ve.QUEUE_EVENT,y=>this.eventsSdkClass.emit(ve.QUEUE_EVENT,y)).on(ve.EXTENSION_EVENT,y=>this.eventsSdkClass.emit(ve.EXTENSION_EVENT,y)).on(ve.DIALER_EVENT,y=>this.eventsSdkClass.emit(ve.DIALER_EVENT,y)).on(ve.LOGIN_STATUS,y=>this.eventsSdkClass.emit(ve.LOGIN_STATUS,y)).on(ve.ALL_EXTENSION_STATUS,y=>this.eventsSdkClass.emit(ve.ALL_EXTENSION_STATUS,y)).on(ve.ALL_DIALER_STATUS,y=>this.eventsSdkClass.emit(ve.ALL_DIALER_STATUS,y)).on(ve.KEEP_ALIVE_RESPONSE,y=>this.onKeepAliveResponse(y)).on(ve.CONNECT,()=>this.onConnect()).on(ve.DISCONNECT,()=>this.onDisconnect()).on(ve.CONNECT_ERROR_EVENT,()=>{this.eventsSdkClass.emit(ve.ONLINE_STATUS_EVENT,{isSocketConnected:!1}),this.eventsSdkClass.connect(kt.NEXT)})}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.io.emit(ve.KEEP_ALIVE,this.eventsSdkClass.authClass.token);return}},this.eventsSdkClass.options.keepAliveTimeout)}closeAllConnections(){var y;this.io&&(this.io.close(),(y=this.io)==null||y.disconnect(),this.io=void 0),An.clearSessionStorage()}onKeepAliveResponse(y){if(y.errorCode){this.initSocketConnection();return}this.connected?this.lastEventTimestamp=new Date().getTime():this.initSocketConnection()}onConnect(){this.keepReconnectInterval&&clearInterval(this.keepReconnectInterval),this.connected=!0,this.eventsSdkClass.emit(ve.ONLINE_STATUS_EVENT,{isSocketConnected:!0})}onDisconnect(){this.connected=!1,this.closeAllConnections(),this.eventsSdkClass.emit(ve.ONLINE_STATUS_EVENT,{isSocketConnected:!1}),this.doReconnect&&(this.keepReconnectInterval=setInterval(()=>{console.log("attempt to connect..."),this.eventsSdkClass.connect(kt.NEXT,!0)},15e3))}}var xn=(S=>(S.INFO="INFO",S.WARN="WARN",S.ERROR="ERROR",S))(xn||{});class Qu{constructor(y){Te(this,"io");Te(this,"storageLogger");this.eventsSdkClass=y,this.eventsSdkClass=y}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)}log(y,r,...h){const c=[r,...h];this.storageLogger?y===xn.INFO?this.storageLogger.log(c):y===xn.ERROR&&this.storageLogger.error(c):y===xn.INFO?console.log(c):y===xn.ERROR&&console.error(c)}}class ju{constructor(y){Te(this,"argumentOptions");Te(this,"options",{...uo});Te(this,"servers",[]);Te(this,"server");Te(this,"socket");Te(this,"authClass",new Gu(this));Te(this,"socketIoClass",new Vu(this));Te(this,"loggerClass",new Qu(this));Te(this,"reconnectOptions",{retryCount:1,maxReconnectAttempts:this.options.maxReconnectAttempts,reconnectionDelay:this.options.reconnectionDelay,minReconnectionDelay:this.options.reconnectionDelay,maxReconnectionDelay:6e4*5});Te(this,"retryConnection",zu.debounce(this.connect.bind(this),this.reconnectOptions.reconnectionDelay,{leading:!0,trailing:!1}));Te(this,"listeners",{[ve.ALL_EXTENSION_STATUS]:[],[ve.ALL_DIALER_STATUS]:[],[ve.ALL_USERS_STATUS]:[],[ve.QUEUE_EVENT]:[],[ve.EXTENSION_EVENT]:[],[ve.DIALER_EVENT]:[],[ve.LOGIN_SUCCESS]:[],[ve.LOGIN_STATUS]:[],[ve.KEEP_ALIVE_RESPONSE]:[],[ve.ONLINE_STATUS_EVENT]:[]});Te(this,"allListeners",[]);this.options={...uo,...y},this.server=this.options.fallbackServer,this.argumentOptions={...y}}on(y,r){y==="*"?this.allListeners.push(r):this.listeners[y].push(r)}off(y,r){if(y==="*")this.allListeners=this.allListeners.filter(h=>h!==r);else{const c=this.listeners[y].filter(d=>d!==r);this.listeners={...this.listeners,[y]:c}}}emit(y,r){this.socketIoClass.lastEventTimestamp=new Date().getTime(),this.listeners[y].forEach(c=>c({name:y,data:r}));const h={name:y,data:r};this.allListeners.forEach(c=>c(h))}connect(y=kt.DEFAULT){let r;y===kt.DEFAULT&&(r=this.findCurrentServer()),y===kt.NEXT&&(r=this.findNextAvailableServer()),y===kt.PREVIOUS&&(r=this.findMaxPriorityServer()),r||(this.server=this.findCurrentServer()),this.socketIoClass.doReconnect=!0,this.socketIoClass.initSocketConnection(),this.socketIoClass.initSocketEvents(),this.socketIoClass.initKeepAlive()}disconnect(){this.socketIoClass.doReconnect=!1,this.socketIoClass.closeAllConnections()}clearKeepAliveInterval(){this.socketIoClass.clearKeepAliveInterval()}findCurrentServer(){return this.servers.length&&(this.server=this.servers[0]),this.server||(this.server=this.options.fallbackServer),this.server}findNextAvailableServer(){const r=this.server.Priority+1,h=this.servers.find(c=>c.Priority===r)||this.findMinPriorityServer();return this.server={...h},this.server}findMaxPriorityServer(){const y=this.getServerWithHighestPriority(this.servers);return this.server?this.server&&y.Domain!==this.server.Domain?(this.server=y,this.server):this.server:(this.server=y,this.server)}findMinPriorityServer(){const y=Math.min(...this.servers.map(h=>h.Priority)),r=this.servers.find(h=>h.Priority===y);return r?(this.server=r,this.server):this.server}getServerWithHighestPriority(y){let r,h=Number.MAX_SAFE_INTEGER;return r=y.find(c=>{c.Priority<h&&(h=c.Priority,r=c)}),r||this.server}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)}}et.EventsEnum=ve,et.default=ju,Object.defineProperties(et,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
|
43
|
+
`+En+"}":"{"+ze.join(",")+"}":"{}";return ee.pop(),Rt}};_.stringify=function(W,J,F){var te,P,Q,ee;if(typeof J=="function"||typeof J=="object"&&J){if((ee=x.call(J))==u)P=J;else if(ee==k){Q={};for(var $,ue=0,me=J.length;me>ue;$=J[ue++],ee=x.call($),(ee==T||ee==w)&&(Q[$]=1));}}if(F)if((ee=x.call(F))==w){if((F-=F%1)>0)for(te="",F>10&&(F=10);te.length<F;te+=" ");}else ee==T&&(te=F.length<=10?F:F.slice(0,10));return V("",($={},$[""]=W,$),P,Q,te,"",[])}}if(!c("json-parse")){var N,Ae,xe=String.fromCharCode,ke={92:"\\",34:'"',47:"/",98:"\b",116:" ",110:`
|
|
44
|
+
`,102:"\f",114:"\r"},ae=function(){throw N=Ae=null,SyntaxError()},qe=function(){for(var W,J,F,te,P,Q=Ae,ee=Q.length;ee>N;)switch(P=Q.charCodeAt(N)){case 9:case 10:case 13:case 32:N++;break;case 123:case 125:case 91:case 93:case 58:case 44:return W=oe?Q.charAt(N):Q[N],N++,W;case 34:for(W="@",N++;ee>N;)if(P=Q.charCodeAt(N),32>P)ae();else if(P==92)switch(P=Q.charCodeAt(++N)){case 92:case 34:case 47:case 98:case 116:case 110:case 102:case 114:W+=ke[P],N++;break;case 117:for(J=++N,F=N+4;F>N;N++)P=Q.charCodeAt(N),P>=48&&57>=P||P>=97&&102>=P||P>=65&&70>=P||ae();W+=xe("0x"+Q.slice(J,N));break;default:ae()}else{if(P==34)break;for(P=Q.charCodeAt(N),J=N;P>=32&&P!=92&&P!=34;)P=Q.charCodeAt(++N);W+=Q.slice(J,N)}if(Q.charCodeAt(N)==34)return N++,W;ae();default:if(J=N,P==45&&(te=!0,P=Q.charCodeAt(++N)),P>=48&&57>=P){for(P==48&&(P=Q.charCodeAt(N+1),P>=48&&57>=P)&&ae(),te=!1;ee>N&&(P=Q.charCodeAt(N),P>=48&&57>=P);N++);if(Q.charCodeAt(N)==46){for(F=++N;ee>F&&(P=Q.charCodeAt(F),P>=48&&57>=P);F++);F==N&&ae(),N=F}if(P=Q.charCodeAt(N),P==101||P==69){for(P=Q.charCodeAt(++N),(P==43||P==45)&&N++,F=N;ee>F&&(P=Q.charCodeAt(F),P>=48&&57>=P);F++);F==N&&ae(),N=F}return+Q.slice(J,N)}if(te&&ae(),Q.slice(N,N+4)=="true")return N+=4,!0;if(Q.slice(N,N+5)=="false")return N+=5,!1;if(Q.slice(N,N+4)=="null")return N+=4,null;ae()}return"$"},bt=function(W){var J,F;if(W=="$"&&ae(),typeof W=="string"){if((oe?W.charAt(0):W[0])=="@")return W.slice(1);if(W=="["){for(J=[];W=qe(),W!="]";F||(F=!0))F&&(W==","?(W=qe(),W=="]"&&ae()):ae()),W==","&&ae(),J.push(bt(W));return J}if(W=="{"){for(J={};W=qe(),W!="}";F||(F=!0))F&&(W==","?(W=qe(),W=="}"&&ae()):ae()),(W==","||typeof W!="string"||(oe?W.charAt(0):W[0])!="@"||qe()!=":")&&ae(),J[W.slice(1)]=bt(qe());return J}ae()}return W},tt=function(W,J,F){var te=zn(W,J,F);te===g?delete W[J]:W[J]=te},zn=function(W,J,F){var te,P=W[J];if(typeof P=="object"&&P)if(x.call(P)==k)for(te=P.length;te--;)tt(P,te,F);else m(P,function(Q){tt(P,Q,F)});return F.call(W,J,P)};_.parse=function(W,J){var F,te;return N=0,Ae=""+W,F=bt(qe()),qe()!="$"&&ae(),N=Ae=null,J&&x.call(J)==u?zn((te={},te[""]=F,te),"",J):F}}}})(this)},{}],48:[function(S,v){function r(h,c){var d=[];c=c||0;for(var m=c||0;m<h.length;m++)d[m-c]=h[m];return d}v.exports=r},{}]},{},[1])(1)}const Xu=Object.assign({"./v1_3_7.js":Object.freeze(Object.defineProperty({__proto__:null,default:$u},Symbol.toStringTag,{value:"Module"}))}),Ju=/v\d+_\d+_\d+/;function Yu(S){return typeof S=="function"}const Ur=Object.entries(Xu).reduce((S,v)=>{var c;const r=v[1].default,h=(c=v[0].match(Ju))==null?void 0:c[0];return Yu(r)&&h&&(S[h]=r()),S},{}),uo=S=>{if(S in Ur)return Ur[S];throw new Error(`Socket version ${S} not found`)},Zu={...Ur,getSocketVersion:uo,makeSocketVersion:(S,...v)=>uo(S)(...v)};var ve=(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))(ve||{});class Vu{constructor(v){Se(this,"io");Se(this,"ioFunction");Se(this,"lastEventTimestamp",new Date().getTime());Se(this,"doReconnect",!0);Se(this,"keepAliveInterval");Se(this,"keepReconnectInterval");Se(this,"connected",!1);this.eventsSdkClass=v,this.eventsSdkClass=v}getSocketIoFunction(v){const r=v.split("v="),h="v".concat(r[r.length-1]).replaceAll(".","_");this.ioFunction=Zu.getSocketVersion(h)}initSocketConnection(){const v=this.eventsSdkClass.authClass.token,r=this.eventsSdkClass.options.protocol,h=this.eventsSdkClass.server;try{const c=h?h.Domain:this.eventsSdkClass.URL,d=h?`${r}://${c}`:this.eventsSdkClass.URL;this.eventsSdkClass.emit(ve.ONLINE_STATUS_EVENT,{isSocketConnected:!1,attemptToConnect:d});const m={reconnection:!1,upgrade:!1,transports:["websocket"],forceNew:!0,query:{token:v}};if(v&&(m.query={token:v}),this.ioFunction&&d)this.io=this.ioFunction(d,m);else throw new Error("Socket server url no defined")}catch{}}initSocketEvents(){this.io&&this.io.on(ve.LOGIN_SUCCESS,v=>this.eventsSdkClass.emit(ve.LOGIN_SUCCESS,v)).on(ve.QUEUE_EVENT,v=>this.eventsSdkClass.emit(ve.QUEUE_EVENT,v)).on(ve.EXTENSION_EVENT,v=>this.eventsSdkClass.emit(ve.EXTENSION_EVENT,v)).on(ve.DIALER_EVENT,v=>this.eventsSdkClass.emit(ve.DIALER_EVENT,v)).on(ve.LOGIN_STATUS,v=>this.eventsSdkClass.emit(ve.LOGIN_STATUS,v)).on(ve.ALL_EXTENSION_STATUS,v=>this.eventsSdkClass.emit(ve.ALL_EXTENSION_STATUS,v)).on(ve.ALL_DIALER_STATUS,v=>this.eventsSdkClass.emit(ve.ALL_DIALER_STATUS,v)).on(ve.KEEP_ALIVE_RESPONSE,v=>this.onKeepAliveResponse(v)).on(ve.CONNECT,()=>this.onConnect()).on(ve.DISCONNECT,()=>this.onDisconnect()).on(ve.CONNECT_ERROR_EVENT,()=>{this.eventsSdkClass.emit(ve.ONLINE_STATUS_EVENT,{isSocketConnected:!1}),setTimeout(()=>{this.eventsSdkClass.connect(Zt.NEXT)},this.eventsSdkClass.options.reconnectionDelay)})}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.io.emit(ve.KEEP_ALIVE,this.eventsSdkClass.authClass.token);return}},this.eventsSdkClass.options.keepAliveTimeout)}closeAllConnections(){var v;this.io&&(this.io.close(),(v=this.io)==null||v.disconnect(),this.io=void 0),An.clearSessionStorage()}onKeepAliveResponse(v){if(v.errorCode){this.initSocketConnection();return}this.connected?this.lastEventTimestamp=new Date().getTime():this.initSocketConnection()}onConnect(){this.keepReconnectInterval&&clearInterval(this.keepReconnectInterval),this.connected=!0,this.eventsSdkClass.emit(ve.ONLINE_STATUS_EVENT,{isSocketConnected:!0})}onDisconnect(){this.connected=!1,this.closeAllConnections(),this.eventsSdkClass.emit(ve.ONLINE_STATUS_EVENT,{isSocketConnected:!1}),this.doReconnect&&(console.log("attempt to connect..."),this.eventsSdkClass.connect(Zt.NEXT))}}var xn=(S=>(S.INFO="INFO",S.WARN="WARN",S.ERROR="ERROR",S))(xn||{});class Qu{constructor(v){Se(this,"io");Se(this,"storageLogger");this.eventsSdkClass=v,this.eventsSdkClass=v}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)}log(v,r,...h){const c=[r,...h];this.storageLogger?v===xn.INFO?this.storageLogger.log(c):v===xn.ERROR&&this.storageLogger.error(c):v===xn.INFO?console.log(c):v===xn.ERROR&&console.error(c)}}class ju{constructor(v){Se(this,"argumentOptions");Se(this,"options");Se(this,"servers",[]);Se(this,"URLList",[]);Se(this,"server");Se(this,"URL");Se(this,"socket");Se(this,"mainServer");Se(this,"alreadyAttemptedOtherServers",[]);Se(this,"authClass",new Hu(this));Se(this,"socketIoClass",new Vu(this));Se(this,"loggerClass",new Qu(this));Se(this,"reconnectOptions");Se(this,"retryConnection");Se(this,"listeners",{[ve.ALL_EXTENSION_STATUS]:[],[ve.ALL_DIALER_STATUS]:[],[ve.ALL_USERS_STATUS]:[],[ve.QUEUE_EVENT]:[],[ve.EXTENSION_EVENT]:[],[ve.DIALER_EVENT]:[],[ve.LOGIN_SUCCESS]:[],[ve.LOGIN_STATUS]:[],[ve.KEEP_ALIVE_RESPONSE]:[],[ve.ONLINE_STATUS_EVENT]:[]});Se(this,"allListeners",[]);this.options={...zu,...v},this.reconnectOptions={retryCount:1,maxReconnectAttempts:this.options.maxReconnectAttempts,reconnectionDelay:this.options.reconnectionDelay,minReconnectionDelay:this.options.reconnectionDelay,maxReconnectionDelay:6e4*5},this.server=this.options.fallbackServer,this.retryConnection=Gu.debounce(this.connect.bind(this),this.reconnectOptions.reconnectionDelay,{leading:!0,trailing:!1}),this.argumentOptions={...v}}on(v,r){v==="*"?this.allListeners.push(r):this.listeners[v].push(r)}off(v,r){if(v==="*")this.allListeners=this.allListeners.filter(h=>h!==r);else{const c=this.listeners[v].filter(d=>d!==r);this.listeners={...this.listeners,[v]:c}}}emit(v,r){this.socketIoClass.lastEventTimestamp=new Date().getTime(),this.listeners[v].forEach(c=>c({name:v,data:r}));const h={name:v,data:r};this.allListeners.forEach(c=>c(h))}connect(v){v===Zt.MAIN&&this.findMainServer(),v===Zt.NEXT&&this.findNextServer(),this.socketIoClass.doReconnect=!0,this.socketIoClass.initSocketConnection(),this.socketIoClass.initSocketEvents(),this.socketIoClass.initKeepAlive()}disconnect(){this.socketIoClass.doReconnect=!1,this.socketIoClass.closeAllConnections()}clearKeepAliveInterval(){this.socketIoClass.clearKeepAliveInterval()}findMainServer(){this.servers.length?(this.mainServer=this.servers.reduce((v,r)=>r.Priority>v.Priority?r:v),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 v=this.servers.filter(r=>r.Priority!==this.mainServer.Priority&&this.alreadyAttemptedOtherServers.indexOf(r.Priority)+1===0);v.length||(this.alreadyAttemptedOtherServers=[],v=this.servers.filter(r=>r.Priority!==this.mainServer.Priority&&this.alreadyAttemptedOtherServers.indexOf(r.Priority)+1===0)),v.length&&(this.server=v.reduce((r,h)=>h.Priority>r.Priority?h:r),this.alreadyAttemptedOtherServers.push(this.server.Priority))}else this.server=this.mainServer;else if(this.URLList.length)if(this.URL===this.URLList[0]){let v=this.URLList.filter(r=>r!==this.URLList[0]&&this.alreadyAttemptedOtherServers.indexOf(r)+1===0);v.length||(this.alreadyAttemptedOtherServers=[],v=this.URLList.filter(r=>r!==this.URLList[0]&&this.alreadyAttemptedOtherServers.indexOf(r)+1===0)),v.length&&(this.URL=v[0],this.alreadyAttemptedOtherServers.push(this.URL))}else this.URL=this.URLList[0]}getServerWithHighestPriority(v){let r,h=Number.MAX_SAFE_INTEGER;return r=v.find(c=>{c.Priority<h&&(h=c.Priority,r=c)}),r||this.server}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)}}et.EventsEnum=ve,et.default=ju,Object.defineProperties(et,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
|
45
45
|
//# sourceMappingURL=voicenter-events-sdk.umd.js.map
|