@piedata/pieui 2.0.2 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,21 +1,2 @@
1
1
  "use client";
2
- var hG=Object.create;var{getPrototypeOf:kG,defineProperty:I1,getOwnPropertyNames:S9,getOwnPropertyDescriptor:bG}=Object,v9=Object.prototype.hasOwnProperty;var _=($,Z,J)=>{J=$!=null?hG(kG($)):{};let G=Z||!$||!$.__esModule?I1(J,"default",{value:$,enumerable:!0}):J;for(let K of S9($))if(!v9.call(G,K))I1(G,K,{get:()=>$[K],enumerable:!0});return G},E9=new WeakMap,mG=($)=>{var Z=E9.get($),J;if(Z)return Z;if(Z=I1({},"__esModule",{value:!0}),$&&typeof $==="object"||typeof $==="function")S9($).map((G)=>!v9.call(Z,G)&&I1(Z,G,{get:()=>$[G],enumerable:!(J=bG($,G))||J.enumerable}));return E9.set($,Z),Z},M=($,Z)=>()=>(Z||$((Z={exports:{}}).exports,Z),Z.exports);var y9=($,Z)=>{for(var J in Z)I1($,J,{get:Z[J],enumerable:!0,configurable:!0,set:(G)=>Z[J]=()=>G})};var J7=M((gH,Z7)=>{var e$=require("fs"),$7=require("url"),YK=require("child_process").spawn;Z7.exports=f6;f6.XMLHttpRequest=f6;function f6($){$=$||{};var Z=this,J=require("http"),G=require("https"),K,Q,Y={},X=!1,V={"User-Agent":"node-XMLHttpRequest",Accept:"*/*"},z=Object.assign({},V),H=["accept-charset","accept-encoding","access-control-request-headers","access-control-request-method","connection","content-length","content-transfer-encoding","cookie","cookie2","date","expect","host","keep-alive","origin","referer","te","trailer","transfer-encoding","upgrade","via"],A=["TRACE","TRACK","CONNECT"],W=!1,q=!1,F=!1,U={};this.UNSENT=0,this.OPENED=1,this.HEADERS_RECEIVED=2,this.LOADING=3,this.DONE=4,this.readyState=this.UNSENT,this.onreadystatechange=null,this.responseText="",this.responseXML="",this.response=Buffer.alloc(0),this.status=null,this.statusText=null;var R=function(O){return X||O&&H.indexOf(O.toLowerCase())===-1},I=function(O){return O&&A.indexOf(O)===-1};this.open=function(O,B,E,C,j){if(this.abort(),q=!1,F=!1,!I(O))throw new Error("SecurityError: Request method not allowed");Y={method:O,url:B.toString(),async:typeof E!=="boolean"?!0:E,user:C||null,password:j||null},N(this.OPENED)},this.setDisableHeaderCheck=function(O){X=O},this.setRequestHeader=function(O,B){if(this.readyState!=this.OPENED)throw new Error("INVALID_STATE_ERR: setRequestHeader can only be called when state is OPEN");if(!R(O))return console.warn('Refused to set unsafe header "'+O+'"'),!1;if(W)throw new Error("INVALID_STATE_ERR: send flag is true");return z[O]=B,!0},this.getResponseHeader=function(O){if(typeof O==="string"&&this.readyState>this.OPENED&&Q.headers[O.toLowerCase()]&&!q)return Q.headers[O.toLowerCase()];return null},this.getAllResponseHeaders=function(){if(this.readyState<this.HEADERS_RECEIVED||q)return"";var O="";for(var B in Q.headers)if(B!=="set-cookie"&&B!=="set-cookie2")O+=B+": "+Q.headers[B]+`\r
3
- `;return O.substr(0,O.length-2)},this.getRequestHeader=function(O){if(typeof O==="string"&&z[O])return z[O];return""},this.send=function(O){if(this.readyState!=this.OPENED)throw new Error("INVALID_STATE_ERR: connection must be opened before send() is called");if(W)throw new Error("INVALID_STATE_ERR: send has already been called");var B=!1,E=!1,C=$7.parse(Y.url),j;switch(C.protocol){case"https:":B=!0;case"http:":j=C.hostname;break;case"file:":E=!0;break;case void 0:case"":j="localhost";break;default:throw new Error("Protocol not supported.")}if(E){if(Y.method!=="GET")throw new Error("XMLHttpRequest: Only GET method is supported");if(Y.async)e$.readFile(unescape(C.pathname),function(Q0,O$){if(Q0)Z.handleError(Q0,Q0.errno||-1);else Z.status=200,Z.responseText=O$.toString("utf8"),Z.response=O$,N(Z.DONE)});else try{this.response=e$.readFileSync(unescape(C.pathname)),this.responseText=this.response.toString("utf8"),this.status=200,N(Z.DONE)}catch(Q0){this.handleError(Q0,Q0.errno||-1)}return}var f=C.port||(B?443:80),c=C.pathname+(C.search?C.search:"");if(z.Host=j,!(B&&f===443||f===80))z.Host+=":"+C.port;if(Y.user){if(typeof Y.password=="undefined")Y.password="";var N0=new Buffer(Y.user+":"+Y.password);z.Authorization="Basic "+N0.toString("base64")}if(Y.method==="GET"||Y.method==="HEAD")O=null;else if(O){z["Content-Length"]=Buffer.isBuffer(O)?O.length:Buffer.byteLength(O);var T0=Object.keys(z);if(!T0.some(function(Q0){return Q0.toLowerCase()==="content-type"}))z["Content-Type"]="text/plain;charset=UTF-8"}else if(Y.method==="POST")z["Content-Length"]=0;var l0=$.agent||!1,K0={host:j,port:f,path:c,method:Y.method,headers:z,agent:l0};if(B)K0.pfx=$.pfx,K0.key=$.key,K0.passphrase=$.passphrase,K0.cert=$.cert,K0.ca=$.ca,K0.ciphers=$.ciphers,K0.rejectUnauthorized=$.rejectUnauthorized===!1?!1:!0;if(q=!1,Y.async){var s$=B?G.request:J.request;W=!0,Z.dispatchEvent("readystatechange");var f$=function(Q0){if(Q=Q0,Q.statusCode===302||Q.statusCode===303||Q.statusCode===307){Y.url=Q.headers.location;var O$=$7.parse(Y.url);j=O$.hostname;var Z$={hostname:O$.hostname,port:O$.port,path:O$.path,method:Q.statusCode===303?"GET":Y.method,headers:z};if(B)Z$.pfx=$.pfx,Z$.key=$.key,Z$.passphrase=$.passphrase,Z$.cert=$.cert,Z$.ca=$.ca,Z$.ciphers=$.ciphers,Z$.rejectUnauthorized=$.rejectUnauthorized===!1?!1:!0;K=s$(Z$,f$).on("error",C$),K.end();return}N(Z.HEADERS_RECEIVED),Z.status=Q.statusCode,Q.on("data",function(w){if(w){var J$=Buffer.from(w);Z.response=Buffer.concat([Z.response,J$])}if(W)N(Z.LOADING)}),Q.on("end",function(){if(W)W=!1,N(Z.DONE),Z.responseText=Z.response.toString("utf8")}),Q.on("error",function(w){Z.handleError(w)})},C$=function(Q0){if(K.reusedSocket&&Q0.code==="ECONNRESET")return s$(K0,f$).on("error",C$);Z.handleError(Q0)};if(K=s$(K0,f$).on("error",C$),$.autoUnref)K.on("socket",(Q0)=>{Q0.unref()});if(O)K.write(O);K.end(),Z.dispatchEvent("loadstart")}else{var p0=".node-xmlhttprequest-content-"+process.pid,v0=".node-xmlhttprequest-sync-"+process.pid;e$.writeFileSync(v0,"","utf8");var M9="var http = require('http'), https = require('https'), fs = require('fs');var doRequest = http"+(B?"s":"")+".request;var options = "+JSON.stringify(K0)+";var responseText = '';var responseData = Buffer.alloc(0);var req = doRequest(options, function(response) {response.on('data', function(chunk) { var data = Buffer.from(chunk); responseText += data.toString('utf8'); responseData = Buffer.concat([responseData, data]);});response.on('end', function() {fs.writeFileSync('"+p0+"', JSON.stringify({err: null, data: {statusCode: response.statusCode, headers: response.headers, text: responseText, data: responseData.toString('base64')}}), 'utf8');fs.unlinkSync('"+v0+"');});response.on('error', function(error) {fs.writeFileSync('"+p0+"', 'NODE-XMLHTTPREQUEST-ERROR:' + JSON.stringify(error), 'utf8');fs.unlinkSync('"+v0+"');});}).on('error', function(error) {fs.writeFileSync('"+p0+"', 'NODE-XMLHTTPREQUEST-ERROR:' + JSON.stringify(error), 'utf8');fs.unlinkSync('"+v0+"');});"+(O?"req.write('"+JSON.stringify(O).slice(1,-1).replace(/'/g,"\\'")+"');":"")+"req.end();",P9=YK(process.argv[0],["-e",M9]),gG;while(e$.existsSync(v0));if(Z.responseText=e$.readFileSync(p0,"utf8"),P9.stdin.end(),e$.unlinkSync(p0),Z.responseText.match(/^NODE-XMLHTTPREQUEST-ERROR:/)){var w9=JSON.parse(Z.responseText.replace(/^NODE-XMLHTTPREQUEST-ERROR:/,""));Z.handleError(w9,503)}else{Z.status=Z.responseText.replace(/^NODE-XMLHTTPREQUEST-STATUS:([0-9]*),.*/,"$1");var H5=JSON.parse(Z.responseText.replace(/^NODE-XMLHTTPREQUEST-STATUS:[0-9]*,(.*)/,"$1"));Q={statusCode:Z.status,headers:H5.data.headers},Z.responseText=H5.data.text,Z.response=Buffer.from(H5.data.data,"base64"),N(Z.DONE,!0)}}},this.handleError=function(O,B){this.status=B||0,this.statusText=O,this.responseText=O.stack,q=!0,N(this.DONE)},this.abort=function(){if(K)K.abort(),K=null;if(z=Object.assign({},V),this.responseText="",this.responseXML="",this.response=Buffer.alloc(0),q=F=!0,this.readyState!==this.UNSENT&&(this.readyState!==this.OPENED||W)&&this.readyState!==this.DONE)W=!1,N(this.DONE);this.readyState=this.UNSENT},this.addEventListener=function(O,B){if(!(O in U))U[O]=[];U[O].push(B)},this.removeEventListener=function(O,B){if(O in U)U[O]=U[O].filter(function(E){return E!==B})},this.dispatchEvent=function(O){if(typeof Z["on"+O]==="function")if(this.readyState===this.DONE&&Y.async)setTimeout(function(){Z["on"+O]()},0);else Z["on"+O]();if(O in U)for(let B=0,E=U[O].length;B<E;B++)if(this.readyState===this.DONE)setTimeout(function(){U[O][B].call(Z)},0);else U[O][B].call(Z)};var N=function(O){if(Z.readyState===O||Z.readyState===Z.UNSENT&&F)return;if(Z.readyState=O,Y.async||Z.readyState<Z.OPENED||Z.readyState===Z.DONE)Z.dispatchEvent("readystatechange");if(Z.readyState===Z.DONE){let B;if(F)B="abort";else if(q)B="error";else B="load";Z.dispatchEvent(B),Z.dispatchEvent("loadend")}}}});var _$=M((U7)=>{U7.Emitter=H0;function H0($){if($)return XK($)}function XK($){for(var Z in H0.prototype)$[Z]=H0.prototype[Z];return $}H0.prototype.on=H0.prototype.addEventListener=function($,Z){return this._callbacks=this._callbacks||{},(this._callbacks["$"+$]=this._callbacks["$"+$]||[]).push(Z),this};H0.prototype.once=function($,Z){function J(){this.off($,J),Z.apply(this,arguments)}return J.fn=Z,this.on($,J),this};H0.prototype.off=H0.prototype.removeListener=H0.prototype.removeAllListeners=H0.prototype.removeEventListener=function($,Z){if(this._callbacks=this._callbacks||{},arguments.length==0)return this._callbacks={},this;var J=this._callbacks["$"+$];if(!J)return this;if(arguments.length==1)return delete this._callbacks["$"+$],this;var G;for(var K=0;K<J.length;K++)if(G=J[K],G===Z||G.fn===Z){J.splice(K,1);break}if(J.length===0)delete this._callbacks["$"+$];return this};H0.prototype.emit=function($){this._callbacks=this._callbacks||{};var Z=new Array(arguments.length-1),J=this._callbacks["$"+$];for(var G=1;G<arguments.length;G++)Z[G-1]=arguments[G];if(J){J=J.slice(0);for(var G=0,K=J.length;G<K;++G)J[G].apply(this,Z)}return this};H0.prototype.emitReserved=H0.prototype.emit;H0.prototype.listeners=function($){return this._callbacks=this._callbacks||{},this._callbacks["$"+$]||[]};H0.prototype.hasListeners=function($){return!!this.listeners($).length}});var L7=M((sH,B7)=>{var $1=1000,Z1=$1*60,J1=Z1*60,x$=J1*24,FK=x$*7,WK=x$*365.25;B7.exports=function($,Z){Z=Z||{};var J=typeof $;if(J==="string"&&$.length>0)return OK($);else if(J==="number"&&isFinite($))return Z.long?qK($):RK($);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify($))};function OK($){if($=String($),$.length>100)return;var Z=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec($);if(!Z)return;var J=parseFloat(Z[1]),G=(Z[2]||"ms").toLowerCase();switch(G){case"years":case"year":case"yrs":case"yr":case"y":return J*WK;case"weeks":case"week":case"w":return J*FK;case"days":case"day":case"d":return J*x$;case"hours":case"hour":case"hrs":case"hr":case"h":return J*J1;case"minutes":case"minute":case"mins":case"min":case"m":return J*Z1;case"seconds":case"second":case"secs":case"sec":case"s":return J*$1;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return J;default:return}}function RK($){var Z=Math.abs($);if(Z>=x$)return Math.round($/x$)+"d";if(Z>=J1)return Math.round($/J1)+"h";if(Z>=Z1)return Math.round($/Z1)+"m";if(Z>=$1)return Math.round($/$1)+"s";return $+"ms"}function qK($){var Z=Math.abs($);if(Z>=x$)return M5($,Z,x$,"day");if(Z>=J1)return M5($,Z,J1,"hour");if(Z>=Z1)return M5($,Z,Z1,"minute");if(Z>=$1)return M5($,Z,$1,"second");return $+" ms"}function M5($,Z,J,G){var K=Z>=J*1.5;return Math.round($/J)+" "+G+(K?"s":"")}});var g6=M((tH,N7)=>{function BK($){J.debug=J,J.default=J,J.coerce=V,J.disable=Y,J.enable=K,J.enabled=X,J.humanize=L7(),J.destroy=z,Object.keys($).forEach((H)=>{J[H]=$[H]}),J.names=[],J.skips=[],J.formatters={};function Z(H){let A=0;for(let W=0;W<H.length;W++)A=(A<<5)-A+H.charCodeAt(W),A|=0;return J.colors[Math.abs(A)%J.colors.length]}J.selectColor=Z;function J(H){let A,W=null,q,F;function U(...R){if(!U.enabled)return;let I=U,N=Number(new Date),O=N-(A||N);if(I.diff=O,I.prev=A,I.curr=N,A=N,R[0]=J.coerce(R[0]),typeof R[0]!=="string")R.unshift("%O");let B=0;R[0]=R[0].replace(/%([a-zA-Z%])/g,(C,j)=>{if(C==="%%")return"%";B++;let f=J.formatters[j];if(typeof f==="function"){let c=R[B];C=f.call(I,c),R.splice(B,1),B--}return C}),J.formatArgs.call(I,R),(I.log||J.log).apply(I,R)}if(U.namespace=H,U.useColors=J.useColors(),U.color=J.selectColor(H),U.extend=G,U.destroy=J.destroy,Object.defineProperty(U,"enabled",{enumerable:!0,configurable:!1,get:()=>{if(W!==null)return W;if(q!==J.namespaces)q=J.namespaces,F=J.enabled(H);return F},set:(R)=>{W=R}}),typeof J.init==="function")J.init(U);return U}function G(H,A){let W=J(this.namespace+(typeof A==="undefined"?":":A)+H);return W.log=this.log,W}function K(H){J.save(H),J.namespaces=H,J.names=[],J.skips=[];let A=(typeof H==="string"?H:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(let W of A)if(W[0]==="-")J.skips.push(W.slice(1));else J.names.push(W)}function Q(H,A){let W=0,q=0,F=-1,U=0;while(W<H.length)if(q<A.length&&(A[q]===H[W]||A[q]==="*"))if(A[q]==="*")F=q,U=W,q++;else W++,q++;else if(F!==-1)q=F+1,U++,W=U;else return!1;while(q<A.length&&A[q]==="*")q++;return q===A.length}function Y(){let H=[...J.names,...J.skips.map((A)=>"-"+A)].join(",");return J.enable(""),H}function X(H){for(let A of J.skips)if(Q(H,A))return!1;for(let A of J.names)if(Q(H,A))return!0;return!1}function V(H){if(H instanceof Error)return H.stack||H.message;return H}function z(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return J.enable(J.load()),J}N7.exports=BK});var I7=M((q0,P5)=>{q0.formatArgs=NK;q0.save=IK;q0.load=MK;q0.useColors=LK;q0.storage=PK();q0.destroy=(()=>{let $=!1;return()=>{if(!$)$=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}})();q0.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function LK(){if(typeof window!=="undefined"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs))return!0;if(typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let $;return typeof document!=="undefined"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window!=="undefined"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator!=="undefined"&&navigator.userAgent&&($=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt($[1],10)>=31||typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function NK($){if($[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+$[0]+(this.useColors?"%c ":" ")+"+"+P5.exports.humanize(this.diff),!this.useColors)return;let Z="color: "+this.color;$.splice(1,0,Z,"color: inherit");let J=0,G=0;$[0].replace(/%[a-zA-Z%]/g,(K)=>{if(K==="%%")return;if(J++,K==="%c")G=J}),$.splice(G,0,Z)}q0.log=console.debug||console.log||(()=>{});function IK($){try{if($)q0.storage.setItem("debug",$);else q0.storage.removeItem("debug")}catch(Z){}}function MK(){let $;try{$=q0.storage.getItem("debug")||q0.storage.getItem("DEBUG")}catch(Z){}if(!$&&typeof process!=="undefined"&&"env"in process)$=process.env.DEBUG;return $}function PK(){try{return localStorage}catch($){}}P5.exports=g6()(q0);var{formatters:wK}=P5.exports;wK.j=function($){try{return JSON.stringify($)}catch(Z){return"[UnexpectedJSONParseError]: "+Z.message}}});var P7=M((s,D5)=>{var DK=require("tty"),w5=require("util");s.init=fK;s.log=SK;s.formatArgs=TK;s.save=vK;s.load=yK;s.useColors=jK;s.destroy=w5.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");s.colors=[6,2,3,4,5,1];try{let $=(()=>{throw new Error("Cannot require module "+"supports-color");})();if($&&($.stderr||$).level>=2)s.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221]}catch($){}s.inspectOpts=Object.keys(process.env).filter(($)=>{return/^debug_/i.test($)}).reduce(($,Z)=>{let J=Z.substring(6).toLowerCase().replace(/_([a-z])/g,(K,Q)=>{return Q.toUpperCase()}),G=process.env[Z];if(/^(yes|on|true|enabled)$/i.test(G))G=!0;else if(/^(no|off|false|disabled)$/i.test(G))G=!1;else if(G==="null")G=null;else G=Number(G);return $[J]=G,$},{});function jK(){return"colors"in s.inspectOpts?Boolean(s.inspectOpts.colors):DK.isatty(process.stderr.fd)}function TK($){let{namespace:Z,useColors:J}=this;if(J){let G=this.color,K="\x1B[3"+(G<8?G:"8;5;"+G),Q=` ${K};1m${Z} \x1B[0m`;$[0]=Q+$[0].split(`
4
- `).join(`
5
- `+Q),$.push(K+"m+"+D5.exports.humanize(this.diff)+"\x1B[0m")}else $[0]=EK()+Z+" "+$[0]}function EK(){if(s.inspectOpts.hideDate)return"";return new Date().toISOString()+" "}function SK(...$){return process.stderr.write(w5.formatWithOptions(s.inspectOpts,...$)+`
6
- `)}function vK($){if($)process.env.DEBUG=$;else delete process.env.DEBUG}function yK(){return process.env.DEBUG}function fK($){$.inspectOpts={};let Z=Object.keys(s.inspectOpts);for(let J=0;J<Z.length;J++)$.inspectOpts[Z[J]]=s.inspectOpts[Z[J]]}D5.exports=g6()(s);var{formatters:M7}=D5.exports;M7.o=function($){return this.inspectOpts.colors=this.useColors,w5.inspect($,this.inspectOpts).split(`
7
- `).map((Z)=>Z.trim()).join(" ")};M7.O=function($){return this.inspectOpts.colors=this.useColors,w5.inspect($,this.inspectOpts)}});var E0=M((eH,h6)=>{if(typeof process==="undefined"||process.type==="renderer"||!1||process.__nwjs)h6.exports=I7();else h6.exports=P7()});var Q$=M((qU,_7)=>{var f7=["nodebuffer","arraybuffer","fragments"],C7=typeof Blob!=="undefined";if(C7)f7.push("blob");_7.exports={BINARY_TYPES:f7,EMPTY_BUFFER:Buffer.alloc(0),GUID:"258EAFA5-E914-47DA-95CA-C5AB0DC85B11",hasBlob:C7,kForOnEventAttribute:Symbol("kIsForOnEventAttribute"),kListener:Symbol("kListener"),kStatusCode:Symbol("status-code"),kWebSocket:Symbol("websocket"),NOOP:()=>{}}});var v1=M((BU,T5)=>{var{EMPTY_BUFFER:hK}=Q$(),l6=Buffer[Symbol.species];function kK($,Z){if($.length===0)return hK;if($.length===1)return $[0];let J=Buffer.allocUnsafe(Z),G=0;for(let K=0;K<$.length;K++){let Q=$[K];J.set(Q,G),G+=Q.length}if(G<Z)return new l6(J.buffer,J.byteOffset,G);return J}function x7($,Z,J,G,K){for(let Q=0;Q<K;Q++)J[G+Q]=$[Q]^Z[Q&3]}function g7($,Z){for(let J=0;J<$.length;J++)$[J]^=Z[J&3]}function bK($){if($.length===$.buffer.byteLength)return $.buffer;return $.buffer.slice($.byteOffset,$.byteOffset+$.length)}function p6($){if(p6.readOnly=!0,Buffer.isBuffer($))return $;let Z;if($ instanceof ArrayBuffer)Z=new l6($);else if(ArrayBuffer.isView($))Z=new l6($.buffer,$.byteOffset,$.byteLength);else Z=Buffer.from($),p6.readOnly=!1;return Z}T5.exports={concat:kK,mask:x7,toArrayBuffer:bK,toBuffer:p6,unmask:g7};if(!process.env.WS_NO_BUFFER_UTIL)try{let $=(()=>{throw new Error("Cannot require module "+"bufferutil");})();T5.exports.mask=function(Z,J,G,K,Q){if(Q<48)x7(Z,J,G,K,Q);else $.mask(Z,J,G,K,Q)},T5.exports.unmask=function(Z,J){if(Z.length<32)g7(Z,J);else $.unmask(Z,J)}}catch($){}});var m7=M((LU,b7)=>{var h7=Symbol("kDone"),i6=Symbol("kRun");class k7{constructor($){this[h7]=()=>{this.pending--,this[i6]()},this.concurrency=$||1/0,this.jobs=[],this.pending=0}add($){this.jobs.push($),this[i6]()}[i6](){if(this.pending===this.concurrency)return;if(this.jobs.length){let $=this.jobs.shift();this.pending++,$(this[h7])}}}b7.exports=k7});var f1=M((NU,c7)=>{var y1=require("zlib"),u7=v1(),mK=m7(),{kStatusCode:l7}=Q$(),uK=Buffer[Symbol.species],lK=Buffer.from([0,0,255,255]),S5=Symbol("permessage-deflate"),Y$=Symbol("total-length"),G1=Symbol("callback"),B$=Symbol("buffers"),K1=Symbol("error"),E5;class p7{constructor($,Z,J){if(this._maxPayload=J|0,this._options=$||{},this._threshold=this._options.threshold!==void 0?this._options.threshold:1024,this._isServer=!!Z,this._deflate=null,this._inflate=null,this.params=null,!E5){let G=this._options.concurrencyLimit!==void 0?this._options.concurrencyLimit:10;E5=new mK(G)}}static get extensionName(){return"permessage-deflate"}offer(){let $={};if(this._options.serverNoContextTakeover)$.server_no_context_takeover=!0;if(this._options.clientNoContextTakeover)$.client_no_context_takeover=!0;if(this._options.serverMaxWindowBits)$.server_max_window_bits=this._options.serverMaxWindowBits;if(this._options.clientMaxWindowBits)$.client_max_window_bits=this._options.clientMaxWindowBits;else if(this._options.clientMaxWindowBits==null)$.client_max_window_bits=!0;return $}accept($){return $=this.normalizeParams($),this.params=this._isServer?this.acceptAsServer($):this.acceptAsClient($),this.params}cleanup(){if(this._inflate)this._inflate.close(),this._inflate=null;if(this._deflate){let $=this._deflate[G1];if(this._deflate.close(),this._deflate=null,$)$(new Error("The deflate stream was closed while data was being processed"))}}acceptAsServer($){let Z=this._options,J=$.find((G)=>{if(Z.serverNoContextTakeover===!1&&G.server_no_context_takeover||G.server_max_window_bits&&(Z.serverMaxWindowBits===!1||typeof Z.serverMaxWindowBits==="number"&&Z.serverMaxWindowBits>G.server_max_window_bits)||typeof Z.clientMaxWindowBits==="number"&&!G.client_max_window_bits)return!1;return!0});if(!J)throw new Error("None of the extension offers can be accepted");if(Z.serverNoContextTakeover)J.server_no_context_takeover=!0;if(Z.clientNoContextTakeover)J.client_no_context_takeover=!0;if(typeof Z.serverMaxWindowBits==="number")J.server_max_window_bits=Z.serverMaxWindowBits;if(typeof Z.clientMaxWindowBits==="number")J.client_max_window_bits=Z.clientMaxWindowBits;else if(J.client_max_window_bits===!0||Z.clientMaxWindowBits===!1)delete J.client_max_window_bits;return J}acceptAsClient($){let Z=$[0];if(this._options.clientNoContextTakeover===!1&&Z.client_no_context_takeover)throw new Error('Unexpected parameter "client_no_context_takeover"');if(!Z.client_max_window_bits){if(typeof this._options.clientMaxWindowBits==="number")Z.client_max_window_bits=this._options.clientMaxWindowBits}else if(this._options.clientMaxWindowBits===!1||typeof this._options.clientMaxWindowBits==="number"&&Z.client_max_window_bits>this._options.clientMaxWindowBits)throw new Error('Unexpected or invalid parameter "client_max_window_bits"');return Z}normalizeParams($){return $.forEach((Z)=>{Object.keys(Z).forEach((J)=>{let G=Z[J];if(G.length>1)throw new Error(`Parameter "${J}" must have only a single value`);if(G=G[0],J==="client_max_window_bits"){if(G!==!0){let K=+G;if(!Number.isInteger(K)||K<8||K>15)throw new TypeError(`Invalid value for parameter "${J}": ${G}`);G=K}else if(!this._isServer)throw new TypeError(`Invalid value for parameter "${J}": ${G}`)}else if(J==="server_max_window_bits"){let K=+G;if(!Number.isInteger(K)||K<8||K>15)throw new TypeError(`Invalid value for parameter "${J}": ${G}`);G=K}else if(J==="client_no_context_takeover"||J==="server_no_context_takeover"){if(G!==!0)throw new TypeError(`Invalid value for parameter "${J}": ${G}`)}else throw new Error(`Unknown parameter "${J}"`);Z[J]=G})}),$}decompress($,Z,J){E5.add((G)=>{this._decompress($,Z,(K,Q)=>{G(),J(K,Q)})})}compress($,Z,J){E5.add((G)=>{this._compress($,Z,(K,Q)=>{G(),J(K,Q)})})}_decompress($,Z,J){let G=this._isServer?"client":"server";if(!this._inflate){let K=`${G}_max_window_bits`,Q=typeof this.params[K]!=="number"?y1.Z_DEFAULT_WINDOWBITS:this.params[K];this._inflate=y1.createInflateRaw({...this._options.zlibInflateOptions,windowBits:Q}),this._inflate[S5]=this,this._inflate[Y$]=0,this._inflate[B$]=[],this._inflate.on("error",iK),this._inflate.on("data",i7)}if(this._inflate[G1]=J,this._inflate.write($),Z)this._inflate.write(lK);this._inflate.flush(()=>{let K=this._inflate[K1];if(K){this._inflate.close(),this._inflate=null,J(K);return}let Q=u7.concat(this._inflate[B$],this._inflate[Y$]);if(this._inflate._readableState.endEmitted)this._inflate.close(),this._inflate=null;else if(this._inflate[Y$]=0,this._inflate[B$]=[],Z&&this.params[`${G}_no_context_takeover`])this._inflate.reset();J(null,Q)})}_compress($,Z,J){let G=this._isServer?"server":"client";if(!this._deflate){let K=`${G}_max_window_bits`,Q=typeof this.params[K]!=="number"?y1.Z_DEFAULT_WINDOWBITS:this.params[K];this._deflate=y1.createDeflateRaw({...this._options.zlibDeflateOptions,windowBits:Q}),this._deflate[Y$]=0,this._deflate[B$]=[],this._deflate.on("data",pK)}this._deflate[G1]=J,this._deflate.write($),this._deflate.flush(y1.Z_SYNC_FLUSH,()=>{if(!this._deflate)return;let K=u7.concat(this._deflate[B$],this._deflate[Y$]);if(Z)K=new uK(K.buffer,K.byteOffset,K.length-4);if(this._deflate[G1]=null,this._deflate[Y$]=0,this._deflate[B$]=[],Z&&this.params[`${G}_no_context_takeover`])this._deflate.reset();J(null,K)})}}c7.exports=p7;function pK($){this[B$].push($),this[Y$]+=$.length}function i7($){if(this[Y$]+=$.length,this[S5]._maxPayload<1||this[Y$]<=this[S5]._maxPayload){this[B$].push($);return}this[K1]=new RangeError("Max payload size exceeded"),this[K1].code="WS_ERR_UNSUPPORTED_MESSAGE_LENGTH",this[K1][l7]=1009,this.removeListener("data",i7),this.reset()}function iK($){if(this[S5]._inflate=null,this[K1]){this[G1](this[K1]);return}$[l7]=1007,this[G1]($)}});var Q1=M((IU,v5)=>{var{isUtf8:d7}=require("buffer"),{hasBlob:cK}=Q$(),dK=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,0,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0];function nK($){return $>=1000&&$<=1014&&$!==1004&&$!==1005&&$!==1006||$>=3000&&$<=4999}function c6($){let Z=$.length,J=0;while(J<Z)if(($[J]&128)===0)J++;else if(($[J]&224)===192){if(J+1===Z||($[J+1]&192)!==128||($[J]&254)===192)return!1;J+=2}else if(($[J]&240)===224){if(J+2>=Z||($[J+1]&192)!==128||($[J+2]&192)!==128||$[J]===224&&($[J+1]&224)===128||$[J]===237&&($[J+1]&224)===160)return!1;J+=3}else if(($[J]&248)===240){if(J+3>=Z||($[J+1]&192)!==128||($[J+2]&192)!==128||($[J+3]&192)!==128||$[J]===240&&($[J+1]&240)===128||$[J]===244&&$[J+1]>143||$[J]>244)return!1;J+=4}else return!1;return!0}function rK($){return cK&&typeof $==="object"&&typeof $.arrayBuffer==="function"&&typeof $.type==="string"&&typeof $.stream==="function"&&($[Symbol.toStringTag]==="Blob"||$[Symbol.toStringTag]==="File")}v5.exports={isBlob:rK,isValidStatusCode:nK,isValidUTF8:c6,tokenChars:dK};if(d7)v5.exports.isValidUTF8=function($){return $.length<24?c6($):d7($)};else if(!process.env.WS_NO_UTF_8_VALIDATE)try{let $=(()=>{throw new Error("Cannot require module "+"utf-8-validate");})();v5.exports.isValidUTF8=function(Z){return Z.length<32?c6(Z):$(Z)}}catch($){}});var n6=M((MU,s7)=>{var{Writable:aK}=require("stream"),n7=f1(),{BINARY_TYPES:oK,EMPTY_BUFFER:r7,kStatusCode:sK,kWebSocket:tK}=Q$(),{concat:d6,toArrayBuffer:eK,unmask:$Q}=v1(),{isValidStatusCode:ZQ,isValidUTF8:a7}=Q1(),y5=Buffer[Symbol.species];class o7 extends aK{constructor($={}){super();this._allowSynchronousEvents=$.allowSynchronousEvents!==void 0?$.allowSynchronousEvents:!0,this._binaryType=$.binaryType||oK[0],this._extensions=$.extensions||{},this._isServer=!!$.isServer,this._maxPayload=$.maxPayload|0,this._skipUTF8Validation=!!$.skipUTF8Validation,this[tK]=void 0,this._bufferedBytes=0,this._buffers=[],this._compressed=!1,this._payloadLength=0,this._mask=void 0,this._fragmented=0,this._masked=!1,this._fin=!1,this._opcode=0,this._totalPayloadLength=0,this._messageLength=0,this._fragments=[],this._errored=!1,this._loop=!1,this._state=0}_write($,Z,J){if(this._opcode===8&&this._state==0)return J();this._bufferedBytes+=$.length,this._buffers.push($),this.startLoop(J)}consume($){if(this._bufferedBytes-=$,$===this._buffers[0].length)return this._buffers.shift();if($<this._buffers[0].length){let J=this._buffers[0];return this._buffers[0]=new y5(J.buffer,J.byteOffset+$,J.length-$),new y5(J.buffer,J.byteOffset,$)}let Z=Buffer.allocUnsafe($);do{let J=this._buffers[0],G=Z.length-$;if($>=J.length)Z.set(this._buffers.shift(),G);else Z.set(new Uint8Array(J.buffer,J.byteOffset,$),G),this._buffers[0]=new y5(J.buffer,J.byteOffset+$,J.length-$);$-=J.length}while($>0);return Z}startLoop($){this._loop=!0;do switch(this._state){case 0:this.getInfo($);break;case 1:this.getPayloadLength16($);break;case 2:this.getPayloadLength64($);break;case 3:this.getMask();break;case 4:this.getData($);break;case 5:case 6:this._loop=!1;return}while(this._loop);if(!this._errored)$()}getInfo($){if(this._bufferedBytes<2){this._loop=!1;return}let Z=this.consume(2);if((Z[0]&48)!==0){let G=this.createError(RangeError,"RSV2 and RSV3 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_2_3");$(G);return}let J=(Z[0]&64)===64;if(J&&!this._extensions[n7.extensionName]){let G=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");$(G);return}if(this._fin=(Z[0]&128)===128,this._opcode=Z[0]&15,this._payloadLength=Z[1]&127,this._opcode===0){if(J){let G=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");$(G);return}if(!this._fragmented){let G=this.createError(RangeError,"invalid opcode 0",!0,1002,"WS_ERR_INVALID_OPCODE");$(G);return}this._opcode=this._fragmented}else if(this._opcode===1||this._opcode===2){if(this._fragmented){let G=this.createError(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");$(G);return}this._compressed=J}else if(this._opcode>7&&this._opcode<11){if(!this._fin){let G=this.createError(RangeError,"FIN must be set",!0,1002,"WS_ERR_EXPECTED_FIN");$(G);return}if(J){let G=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");$(G);return}if(this._payloadLength>125||this._opcode===8&&this._payloadLength===1){let G=this.createError(RangeError,`invalid payload length ${this._payloadLength}`,!0,1002,"WS_ERR_INVALID_CONTROL_PAYLOAD_LENGTH");$(G);return}}else{let G=this.createError(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");$(G);return}if(!this._fin&&!this._fragmented)this._fragmented=this._opcode;if(this._masked=(Z[1]&128)===128,this._isServer){if(!this._masked){let G=this.createError(RangeError,"MASK must be set",!0,1002,"WS_ERR_EXPECTED_MASK");$(G);return}}else if(this._masked){let G=this.createError(RangeError,"MASK must be clear",!0,1002,"WS_ERR_UNEXPECTED_MASK");$(G);return}if(this._payloadLength===126)this._state=1;else if(this._payloadLength===127)this._state=2;else this.haveLength($)}getPayloadLength16($){if(this._bufferedBytes<2){this._loop=!1;return}this._payloadLength=this.consume(2).readUInt16BE(0),this.haveLength($)}getPayloadLength64($){if(this._bufferedBytes<8){this._loop=!1;return}let Z=this.consume(8),J=Z.readUInt32BE(0);if(J>Math.pow(2,21)-1){let G=this.createError(RangeError,"Unsupported WebSocket frame: payload length > 2^53 - 1",!1,1009,"WS_ERR_UNSUPPORTED_DATA_PAYLOAD_LENGTH");$(G);return}this._payloadLength=J*Math.pow(2,32)+Z.readUInt32BE(4),this.haveLength($)}haveLength($){if(this._payloadLength&&this._opcode<8){if(this._totalPayloadLength+=this._payloadLength,this._totalPayloadLength>this._maxPayload&&this._maxPayload>0){let Z=this.createError(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");$(Z);return}}if(this._masked)this._state=3;else this._state=4}getMask(){if(this._bufferedBytes<4){this._loop=!1;return}this._mask=this.consume(4),this._state=4}getData($){let Z=r7;if(this._payloadLength){if(this._bufferedBytes<this._payloadLength){this._loop=!1;return}if(Z=this.consume(this._payloadLength),this._masked&&(this._mask[0]|this._mask[1]|this._mask[2]|this._mask[3])!==0)$Q(Z,this._mask)}if(this._opcode>7){this.controlMessage(Z,$);return}if(this._compressed){this._state=5,this.decompress(Z,$);return}if(Z.length)this._messageLength=this._totalPayloadLength,this._fragments.push(Z);this.dataMessage($)}decompress($,Z){this._extensions[n7.extensionName].decompress($,this._fin,(G,K)=>{if(G)return Z(G);if(K.length){if(this._messageLength+=K.length,this._messageLength>this._maxPayload&&this._maxPayload>0){let Q=this.createError(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");Z(Q);return}this._fragments.push(K)}if(this.dataMessage(Z),this._state===0)this.startLoop(Z)})}dataMessage($){if(!this._fin){this._state=0;return}let Z=this._messageLength,J=this._fragments;if(this._totalPayloadLength=0,this._messageLength=0,this._fragmented=0,this._fragments=[],this._opcode===2){let G;if(this._binaryType==="nodebuffer")G=d6(J,Z);else if(this._binaryType==="arraybuffer")G=eK(d6(J,Z));else if(this._binaryType==="blob")G=new Blob(J);else G=J;if(this._allowSynchronousEvents)this.emit("message",G,!0),this._state=0;else this._state=6,setImmediate(()=>{this.emit("message",G,!0),this._state=0,this.startLoop($)})}else{let G=d6(J,Z);if(!this._skipUTF8Validation&&!a7(G)){let K=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");$(K);return}if(this._state===5||this._allowSynchronousEvents)this.emit("message",G,!1),this._state=0;else this._state=6,setImmediate(()=>{this.emit("message",G,!1),this._state=0,this.startLoop($)})}}controlMessage($,Z){if(this._opcode===8){if($.length===0)this._loop=!1,this.emit("conclude",1005,r7),this.end();else{let J=$.readUInt16BE(0);if(!ZQ(J)){let K=this.createError(RangeError,`invalid status code ${J}`,!0,1002,"WS_ERR_INVALID_CLOSE_CODE");Z(K);return}let G=new y5($.buffer,$.byteOffset+2,$.length-2);if(!this._skipUTF8Validation&&!a7(G)){let K=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");Z(K);return}this._loop=!1,this.emit("conclude",J,G),this.end()}this._state=0;return}if(this._allowSynchronousEvents)this.emit(this._opcode===9?"ping":"pong",$),this._state=0;else this._state=6,setImmediate(()=>{this.emit(this._opcode===9?"ping":"pong",$),this._state=0,this.startLoop(Z)})}createError($,Z,J,G,K){this._loop=!1,this._errored=!0;let Q=new $(J?`Invalid WebSocket frame: ${Z}`:Z);return Error.captureStackTrace(Q,this.createError),Q.code=K,Q[sK]=G,Q}}s7.exports=o7});var a6=M((wU,$Z)=>{var{Duplex:PU}=require("stream"),{randomFillSync:JQ}=require("crypto"),t7=f1(),{EMPTY_BUFFER:GQ,kWebSocket:KQ,NOOP:QQ}=Q$(),{isBlob:Y1,isValidStatusCode:YQ}=Q1(),{mask:e7,toBuffer:g$}=v1(),S0=Symbol("kByteLength"),XQ=Buffer.alloc(4),h$,X1=8192,_0=0,VQ=1,zQ=2;class L${constructor($,Z,J){if(this._extensions=Z||{},J)this._generateMask=J,this._maskBuffer=Buffer.alloc(4);this._socket=$,this._firstFragment=!0,this._compress=!1,this._bufferedBytes=0,this._queue=[],this._state=_0,this.onerror=QQ,this[KQ]=void 0}static frame($,Z){let J,G=!1,K=2,Q=!1;if(Z.mask){if(J=Z.maskBuffer||XQ,Z.generateMask)Z.generateMask(J);else{if(X1===8192){if(h$===void 0)h$=Buffer.alloc(8192);JQ(h$,0,8192),X1=0}J[0]=h$[X1++],J[1]=h$[X1++],J[2]=h$[X1++],J[3]=h$[X1++]}Q=(J[0]|J[1]|J[2]|J[3])===0,K=6}let Y;if(typeof $==="string")if((!Z.mask||Q)&&Z[S0]!==void 0)Y=Z[S0];else $=Buffer.from($),Y=$.length;else Y=$.length,G=Z.mask&&Z.readOnly&&!Q;let X=Y;if(Y>=65536)K+=8,X=127;else if(Y>125)K+=2,X=126;let V=Buffer.allocUnsafe(G?Y+K:K);if(V[0]=Z.fin?Z.opcode|128:Z.opcode,Z.rsv1)V[0]|=64;if(V[1]=X,X===126)V.writeUInt16BE(Y,2);else if(X===127)V[2]=V[3]=0,V.writeUIntBE(Y,4,6);if(!Z.mask)return[V,$];if(V[1]|=128,V[K-4]=J[0],V[K-3]=J[1],V[K-2]=J[2],V[K-1]=J[3],Q)return[V,$];if(G)return e7($,J,V,K,Y),[V];return e7($,J,$,0,Y),[V,$]}close($,Z,J,G){let K;if($===void 0)K=GQ;else if(typeof $!=="number"||!YQ($))throw new TypeError("First argument must be a valid error code number");else if(Z===void 0||!Z.length)K=Buffer.allocUnsafe(2),K.writeUInt16BE($,0);else{let Y=Buffer.byteLength(Z);if(Y>123)throw new RangeError("The message must not be greater than 123 bytes");if(K=Buffer.allocUnsafe(2+Y),K.writeUInt16BE($,0),typeof Z==="string")K.write(Z,2);else K.set(Z,2)}let Q={[S0]:K.length,fin:!0,generateMask:this._generateMask,mask:J,maskBuffer:this._maskBuffer,opcode:8,readOnly:!1,rsv1:!1};if(this._state!==_0)this.enqueue([this.dispatch,K,!1,Q,G]);else this.sendFrame(L$.frame(K,Q),G)}ping($,Z,J){let G,K;if(typeof $==="string")G=Buffer.byteLength($),K=!1;else if(Y1($))G=$.size,K=!1;else $=g$($),G=$.length,K=g$.readOnly;if(G>125)throw new RangeError("The data size must not be greater than 125 bytes");let Q={[S0]:G,fin:!0,generateMask:this._generateMask,mask:Z,maskBuffer:this._maskBuffer,opcode:9,readOnly:K,rsv1:!1};if(Y1($))if(this._state!==_0)this.enqueue([this.getBlobData,$,!1,Q,J]);else this.getBlobData($,!1,Q,J);else if(this._state!==_0)this.enqueue([this.dispatch,$,!1,Q,J]);else this.sendFrame(L$.frame($,Q),J)}pong($,Z,J){let G,K;if(typeof $==="string")G=Buffer.byteLength($),K=!1;else if(Y1($))G=$.size,K=!1;else $=g$($),G=$.length,K=g$.readOnly;if(G>125)throw new RangeError("The data size must not be greater than 125 bytes");let Q={[S0]:G,fin:!0,generateMask:this._generateMask,mask:Z,maskBuffer:this._maskBuffer,opcode:10,readOnly:K,rsv1:!1};if(Y1($))if(this._state!==_0)this.enqueue([this.getBlobData,$,!1,Q,J]);else this.getBlobData($,!1,Q,J);else if(this._state!==_0)this.enqueue([this.dispatch,$,!1,Q,J]);else this.sendFrame(L$.frame($,Q),J)}send($,Z,J){let G=this._extensions[t7.extensionName],K=Z.binary?2:1,Q=Z.compress,Y,X;if(typeof $==="string")Y=Buffer.byteLength($),X=!1;else if(Y1($))Y=$.size,X=!1;else $=g$($),Y=$.length,X=g$.readOnly;if(this._firstFragment){if(this._firstFragment=!1,Q&&G&&G.params[G._isServer?"server_no_context_takeover":"client_no_context_takeover"])Q=Y>=G._threshold;this._compress=Q}else Q=!1,K=0;if(Z.fin)this._firstFragment=!0;let V={[S0]:Y,fin:Z.fin,generateMask:this._generateMask,mask:Z.mask,maskBuffer:this._maskBuffer,opcode:K,readOnly:X,rsv1:Q};if(Y1($))if(this._state!==_0)this.enqueue([this.getBlobData,$,this._compress,V,J]);else this.getBlobData($,this._compress,V,J);else if(this._state!==_0)this.enqueue([this.dispatch,$,this._compress,V,J]);else this.dispatch($,this._compress,V,J)}getBlobData($,Z,J,G){this._bufferedBytes+=J[S0],this._state=zQ,$.arrayBuffer().then((K)=>{if(this._socket.destroyed){let Y=new Error("The socket was closed while the blob was being read");process.nextTick(r6,this,Y,G);return}this._bufferedBytes-=J[S0];let Q=g$(K);if(!Z)this._state=_0,this.sendFrame(L$.frame(Q,J),G),this.dequeue();else this.dispatch(Q,Z,J,G)}).catch((K)=>{process.nextTick(HQ,this,K,G)})}dispatch($,Z,J,G){if(!Z){this.sendFrame(L$.frame($,J),G);return}let K=this._extensions[t7.extensionName];this._bufferedBytes+=J[S0],this._state=VQ,K.compress($,J.fin,(Q,Y)=>{if(this._socket.destroyed){let X=new Error("The socket was closed while data was being compressed");r6(this,X,G);return}this._bufferedBytes-=J[S0],this._state=_0,J.readOnly=!1,this.sendFrame(L$.frame(Y,J),G),this.dequeue()})}dequeue(){while(this._state===_0&&this._queue.length){let $=this._queue.shift();this._bufferedBytes-=$[3][S0],Reflect.apply($[0],this,$.slice(1))}}enqueue($){this._bufferedBytes+=$[3][S0],this._queue.push($)}sendFrame($,Z){if($.length===2)this._socket.cork(),this._socket.write($[0]),this._socket.write($[1],Z),this._socket.uncork();else this._socket.write($[0],Z)}}$Z.exports=L$;function r6($,Z,J){if(typeof J==="function")J(Z);for(let G=0;G<$._queue.length;G++){let K=$._queue[G],Q=K[K.length-1];if(typeof Q==="function")Q(Z)}}function HQ($,Z,J){r6($,Z,J),$.onerror(Z)}});var zZ=M((DU,VZ)=>{var{kForOnEventAttribute:C1,kListener:o6}=Q$(),ZZ=Symbol("kCode"),JZ=Symbol("kData"),GZ=Symbol("kError"),KZ=Symbol("kMessage"),QZ=Symbol("kReason"),V1=Symbol("kTarget"),YZ=Symbol("kType"),XZ=Symbol("kWasClean");class N${constructor($){this[V1]=null,this[YZ]=$}get target(){return this[V1]}get type(){return this[YZ]}}Object.defineProperty(N$.prototype,"target",{enumerable:!0});Object.defineProperty(N$.prototype,"type",{enumerable:!0});class z1 extends N${constructor($,Z={}){super($);this[ZZ]=Z.code===void 0?0:Z.code,this[QZ]=Z.reason===void 0?"":Z.reason,this[XZ]=Z.wasClean===void 0?!1:Z.wasClean}get code(){return this[ZZ]}get reason(){return this[QZ]}get wasClean(){return this[XZ]}}Object.defineProperty(z1.prototype,"code",{enumerable:!0});Object.defineProperty(z1.prototype,"reason",{enumerable:!0});Object.defineProperty(z1.prototype,"wasClean",{enumerable:!0});class _1 extends N${constructor($,Z={}){super($);this[GZ]=Z.error===void 0?null:Z.error,this[KZ]=Z.message===void 0?"":Z.message}get error(){return this[GZ]}get message(){return this[KZ]}}Object.defineProperty(_1.prototype,"error",{enumerable:!0});Object.defineProperty(_1.prototype,"message",{enumerable:!0});class C5 extends N${constructor($,Z={}){super($);this[JZ]=Z.data===void 0?null:Z.data}get data(){return this[JZ]}}Object.defineProperty(C5.prototype,"data",{enumerable:!0});var UQ={addEventListener($,Z,J={}){for(let K of this.listeners($))if(!J[C1]&&K[o6]===Z&&!K[C1])return;let G;if($==="message")G=function K(Q,Y){let X=new C5("message",{data:Y?Q:Q.toString()});X[V1]=this,f5(Z,this,X)};else if($==="close")G=function K(Q,Y){let X=new z1("close",{code:Q,reason:Y.toString(),wasClean:this._closeFrameReceived&&this._closeFrameSent});X[V1]=this,f5(Z,this,X)};else if($==="error")G=function K(Q){let Y=new _1("error",{error:Q,message:Q.message});Y[V1]=this,f5(Z,this,Y)};else if($==="open")G=function K(){let Q=new N$("open");Q[V1]=this,f5(Z,this,Q)};else return;if(G[C1]=!!J[C1],G[o6]=Z,J.once)this.once($,G);else this.on($,G)},removeEventListener($,Z){for(let J of this.listeners($))if(J[o6]===Z&&!J[C1]){this.removeListener($,J);break}}};VZ.exports={CloseEvent:z1,ErrorEvent:_1,Event:N$,EventTarget:UQ,MessageEvent:C5};function f5($,Z,J){if(typeof $==="object"&&$.handleEvent)$.handleEvent.call($,J);else $.call(Z,J)}});var s6=M((jU,HZ)=>{var{tokenChars:x1}=Q1();function c0($,Z,J){if($[Z]===void 0)$[Z]=[J];else $[Z].push(J)}function AQ($){let Z=Object.create(null),J=Object.create(null),G=!1,K=!1,Q=!1,Y,X,V=-1,z=-1,H=-1,A=0;for(;A<$.length;A++)if(z=$.charCodeAt(A),Y===void 0)if(H===-1&&x1[z]===1){if(V===-1)V=A}else if(A!==0&&(z===32||z===9)){if(H===-1&&V!==-1)H=A}else if(z===59||z===44){if(V===-1)throw new SyntaxError(`Unexpected character at index ${A}`);if(H===-1)H=A;let q=$.slice(V,H);if(z===44)c0(Z,q,J),J=Object.create(null);else Y=q;V=H=-1}else throw new SyntaxError(`Unexpected character at index ${A}`);else if(X===void 0)if(H===-1&&x1[z]===1){if(V===-1)V=A}else if(z===32||z===9){if(H===-1&&V!==-1)H=A}else if(z===59||z===44){if(V===-1)throw new SyntaxError(`Unexpected character at index ${A}`);if(H===-1)H=A;if(c0(J,$.slice(V,H),!0),z===44)c0(Z,Y,J),J=Object.create(null),Y=void 0;V=H=-1}else if(z===61&&V!==-1&&H===-1)X=$.slice(V,A),V=H=-1;else throw new SyntaxError(`Unexpected character at index ${A}`);else if(K){if(x1[z]!==1)throw new SyntaxError(`Unexpected character at index ${A}`);if(V===-1)V=A;else if(!G)G=!0;K=!1}else if(Q)if(x1[z]===1){if(V===-1)V=A}else if(z===34&&V!==-1)Q=!1,H=A;else if(z===92)K=!0;else throw new SyntaxError(`Unexpected character at index ${A}`);else if(z===34&&$.charCodeAt(A-1)===61)Q=!0;else if(H===-1&&x1[z]===1){if(V===-1)V=A}else if(V!==-1&&(z===32||z===9)){if(H===-1)H=A}else if(z===59||z===44){if(V===-1)throw new SyntaxError(`Unexpected character at index ${A}`);if(H===-1)H=A;let q=$.slice(V,H);if(G)q=q.replace(/\\/g,""),G=!1;if(c0(J,X,q),z===44)c0(Z,Y,J),J=Object.create(null),Y=void 0;X=void 0,V=H=-1}else throw new SyntaxError(`Unexpected character at index ${A}`);if(V===-1||Q||z===32||z===9)throw new SyntaxError("Unexpected end of input");if(H===-1)H=A;let W=$.slice(V,H);if(Y===void 0)c0(Z,W,J);else{if(X===void 0)c0(J,W,!0);else if(G)c0(J,X,W.replace(/\\/g,""));else c0(J,X,W);c0(Z,Y,J)}return Z}function FQ($){return Object.keys($).map((Z)=>{let J=$[Z];if(!Array.isArray(J))J=[J];return J.map((G)=>{return[Z].concat(Object.keys(G).map((K)=>{let Q=G[K];if(!Array.isArray(Q))Q=[Q];return Q.map((Y)=>Y===!0?K:`${K}=${Y}`).join("; ")})).join("; ")}).join(", ")}).join(", ")}HZ.exports={format:FQ,parse:AQ}});var h5=M((SU,MZ)=>{var WQ=require("events"),OQ=require("https"),RQ=require("http"),FZ=require("net"),qQ=require("tls"),{randomBytes:BQ,createHash:LQ}=require("crypto"),{Duplex:TU,Readable:EU}=require("stream"),{URL:t6}=require("url"),I$=f1(),NQ=n6(),IQ=a6(),{isBlob:MQ}=Q1(),{BINARY_TYPES:UZ,EMPTY_BUFFER:_5,GUID:PQ,kForOnEventAttribute:e6,kListener:wQ,kStatusCode:DQ,kWebSocket:t,NOOP:WZ}=Q$(),{EventTarget:{addEventListener:jQ,removeEventListener:TQ}}=zZ(),{format:EQ,parse:SQ}=s6(),{toBuffer:vQ}=v1(),OZ=Symbol("kAborted"),$8=[8,13],X$=["CONNECTING","OPEN","CLOSING","CLOSED"],yQ=/^[!#$%&'*+\-.0-9A-Z^_`|a-z~]+$/;class T extends WQ{constructor($,Z,J){super();if(this._binaryType=UZ[0],this._closeCode=1006,this._closeFrameReceived=!1,this._closeFrameSent=!1,this._closeMessage=_5,this._closeTimer=null,this._errorEmitted=!1,this._extensions={},this._paused=!1,this._protocol="",this._readyState=T.CONNECTING,this._receiver=null,this._sender=null,this._socket=null,$!==null){if(this._bufferedAmount=0,this._isServer=!1,this._redirects=0,Z===void 0)Z=[];else if(!Array.isArray(Z))if(typeof Z==="object"&&Z!==null)J=Z,Z=[];else Z=[Z];RZ(this,$,Z,J)}else this._autoPong=J.autoPong,this._isServer=!0}get binaryType(){return this._binaryType}set binaryType($){if(!UZ.includes($))return;if(this._binaryType=$,this._receiver)this._receiver._binaryType=$}get bufferedAmount(){if(!this._socket)return this._bufferedAmount;return this._socket._writableState.length+this._sender._bufferedBytes}get extensions(){return Object.keys(this._extensions).join()}get isPaused(){return this._paused}get onclose(){return null}get onerror(){return null}get onopen(){return null}get onmessage(){return null}get protocol(){return this._protocol}get readyState(){return this._readyState}get url(){return this._url}setSocket($,Z,J){let G=new NQ({allowSynchronousEvents:J.allowSynchronousEvents,binaryType:this.binaryType,extensions:this._extensions,isServer:this._isServer,maxPayload:J.maxPayload,skipUTF8Validation:J.skipUTF8Validation}),K=new IQ($,this._extensions,J.generateMask);if(this._receiver=G,this._sender=K,this._socket=$,G[t]=this,K[t]=this,$[t]=this,G.on("conclude",_Q),G.on("drain",xQ),G.on("error",gQ),G.on("message",hQ),G.on("ping",kQ),G.on("pong",bQ),K.onerror=mQ,$.setTimeout)$.setTimeout(0);if($.setNoDelay)$.setNoDelay();if(Z.length>0)$.unshift(Z);$.on("close",LZ),$.on("data",g5),$.on("end",NZ),$.on("error",IZ),this._readyState=T.OPEN,this.emit("open")}emitClose(){if(!this._socket){this._readyState=T.CLOSED,this.emit("close",this._closeCode,this._closeMessage);return}if(this._extensions[I$.extensionName])this._extensions[I$.extensionName].cleanup();this._receiver.removeAllListeners(),this._readyState=T.CLOSED,this.emit("close",this._closeCode,this._closeMessage)}close($,Z){if(this.readyState===T.CLOSED)return;if(this.readyState===T.CONNECTING){I0(this,this._req,"WebSocket was closed before the connection was established");return}if(this.readyState===T.CLOSING){if(this._closeFrameSent&&(this._closeFrameReceived||this._receiver._writableState.errorEmitted))this._socket.end();return}this._readyState=T.CLOSING,this._sender.close($,Z,!this._isServer,(J)=>{if(J)return;if(this._closeFrameSent=!0,this._closeFrameReceived||this._receiver._writableState.errorEmitted)this._socket.end()}),BZ(this)}pause(){if(this.readyState===T.CONNECTING||this.readyState===T.CLOSED)return;this._paused=!0,this._socket.pause()}ping($,Z,J){if(this.readyState===T.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof $==="function")J=$,$=Z=void 0;else if(typeof Z==="function")J=Z,Z=void 0;if(typeof $==="number")$=$.toString();if(this.readyState!==T.OPEN){Z8(this,$,J);return}if(Z===void 0)Z=!this._isServer;this._sender.ping($||_5,Z,J)}pong($,Z,J){if(this.readyState===T.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof $==="function")J=$,$=Z=void 0;else if(typeof Z==="function")J=Z,Z=void 0;if(typeof $==="number")$=$.toString();if(this.readyState!==T.OPEN){Z8(this,$,J);return}if(Z===void 0)Z=!this._isServer;this._sender.pong($||_5,Z,J)}resume(){if(this.readyState===T.CONNECTING||this.readyState===T.CLOSED)return;if(this._paused=!1,!this._receiver._writableState.needDrain)this._socket.resume()}send($,Z,J){if(this.readyState===T.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof Z==="function")J=Z,Z={};if(typeof $==="number")$=$.toString();if(this.readyState!==T.OPEN){Z8(this,$,J);return}let G={binary:typeof $!=="string",mask:!this._isServer,compress:!0,fin:!0,...Z};if(!this._extensions[I$.extensionName])G.compress=!1;this._sender.send($||_5,G,J)}terminate(){if(this.readyState===T.CLOSED)return;if(this.readyState===T.CONNECTING){I0(this,this._req,"WebSocket was closed before the connection was established");return}if(this._socket)this._readyState=T.CLOSING,this._socket.destroy()}}Object.defineProperty(T,"CONNECTING",{enumerable:!0,value:X$.indexOf("CONNECTING")});Object.defineProperty(T.prototype,"CONNECTING",{enumerable:!0,value:X$.indexOf("CONNECTING")});Object.defineProperty(T,"OPEN",{enumerable:!0,value:X$.indexOf("OPEN")});Object.defineProperty(T.prototype,"OPEN",{enumerable:!0,value:X$.indexOf("OPEN")});Object.defineProperty(T,"CLOSING",{enumerable:!0,value:X$.indexOf("CLOSING")});Object.defineProperty(T.prototype,"CLOSING",{enumerable:!0,value:X$.indexOf("CLOSING")});Object.defineProperty(T,"CLOSED",{enumerable:!0,value:X$.indexOf("CLOSED")});Object.defineProperty(T.prototype,"CLOSED",{enumerable:!0,value:X$.indexOf("CLOSED")});["binaryType","bufferedAmount","extensions","isPaused","protocol","readyState","url"].forEach(($)=>{Object.defineProperty(T.prototype,$,{enumerable:!0})});["open","error","close","message"].forEach(($)=>{Object.defineProperty(T.prototype,`on${$}`,{enumerable:!0,get(){for(let Z of this.listeners($))if(Z[e6])return Z[wQ];return null},set(Z){for(let J of this.listeners($))if(J[e6]){this.removeListener($,J);break}if(typeof Z!=="function")return;this.addEventListener($,Z,{[e6]:!0})}})});T.prototype.addEventListener=jQ;T.prototype.removeEventListener=TQ;MZ.exports=T;function RZ($,Z,J,G){let K={allowSynchronousEvents:!0,autoPong:!0,protocolVersion:$8[1],maxPayload:104857600,skipUTF8Validation:!1,perMessageDeflate:!0,followRedirects:!1,maxRedirects:10,...G,socketPath:void 0,hostname:void 0,protocol:void 0,timeout:void 0,method:"GET",host:void 0,path:void 0,port:void 0};if($._autoPong=K.autoPong,!$8.includes(K.protocolVersion))throw new RangeError(`Unsupported protocol version: ${K.protocolVersion} (supported versions: ${$8.join(", ")})`);let Q;if(Z instanceof t6)Q=Z;else try{Q=new t6(Z)}catch(U){throw new SyntaxError(`Invalid URL: ${Z}`)}if(Q.protocol==="http:")Q.protocol="ws:";else if(Q.protocol==="https:")Q.protocol="wss:";$._url=Q.href;let Y=Q.protocol==="wss:",X=Q.protocol==="ws+unix:",V;if(Q.protocol!=="ws:"&&!Y&&!X)V=`The URL's protocol must be one of "ws:", "wss:", "http:", "https:", or "ws+unix:"`;else if(X&&!Q.pathname)V="The URL's pathname is empty";else if(Q.hash)V="The URL contains a fragment identifier";if(V){let U=new SyntaxError(V);if($._redirects===0)throw U;else{x5($,U);return}}let z=Y?443:80,H=BQ(16).toString("base64"),A=Y?OQ.request:RQ.request,W=new Set,q;if(K.createConnection=K.createConnection||(Y?CQ:fQ),K.defaultPort=K.defaultPort||z,K.port=Q.port||z,K.host=Q.hostname.startsWith("[")?Q.hostname.slice(1,-1):Q.hostname,K.headers={...K.headers,"Sec-WebSocket-Version":K.protocolVersion,"Sec-WebSocket-Key":H,Connection:"Upgrade",Upgrade:"websocket"},K.path=Q.pathname+Q.search,K.timeout=K.handshakeTimeout,K.perMessageDeflate)q=new I$(K.perMessageDeflate!==!0?K.perMessageDeflate:{},!1,K.maxPayload),K.headers["Sec-WebSocket-Extensions"]=EQ({[I$.extensionName]:q.offer()});if(J.length){for(let U of J){if(typeof U!=="string"||!yQ.test(U)||W.has(U))throw new SyntaxError("An invalid or duplicated subprotocol was specified");W.add(U)}K.headers["Sec-WebSocket-Protocol"]=J.join(",")}if(K.origin)if(K.protocolVersion<13)K.headers["Sec-WebSocket-Origin"]=K.origin;else K.headers.Origin=K.origin;if(Q.username||Q.password)K.auth=`${Q.username}:${Q.password}`;if(X){let U=K.path.split(":");K.socketPath=U[0],K.path=U[1]}let F;if(K.followRedirects){if($._redirects===0){$._originalIpc=X,$._originalSecure=Y,$._originalHostOrSocketPath=X?K.socketPath:Q.host;let U=G&&G.headers;if(G={...G,headers:{}},U)for(let[R,I]of Object.entries(U))G.headers[R.toLowerCase()]=I}else if($.listenerCount("redirect")===0){let U=X?$._originalIpc?K.socketPath===$._originalHostOrSocketPath:!1:$._originalIpc?!1:Q.host===$._originalHostOrSocketPath;if(!U||$._originalSecure&&!Y){if(delete K.headers.authorization,delete K.headers.cookie,!U)delete K.headers.host;K.auth=void 0}}if(K.auth&&!G.headers.authorization)G.headers.authorization="Basic "+Buffer.from(K.auth).toString("base64");if(F=$._req=A(K),$._redirects)$.emit("redirect",$.url,F)}else F=$._req=A(K);if(K.timeout)F.on("timeout",()=>{I0($,F,"Opening handshake has timed out")});if(F.on("error",(U)=>{if(F===null||F[OZ])return;F=$._req=null,x5($,U)}),F.on("response",(U)=>{let R=U.headers.location,I=U.statusCode;if(R&&K.followRedirects&&I>=300&&I<400){if(++$._redirects>K.maxRedirects){I0($,F,"Maximum redirects exceeded");return}F.abort();let N;try{N=new t6(R,Z)}catch(O){let B=new SyntaxError(`Invalid URL: ${R}`);x5($,B);return}RZ($,N,J,G)}else if(!$.emit("unexpected-response",F,U))I0($,F,`Unexpected server response: ${U.statusCode}`)}),F.on("upgrade",(U,R,I)=>{if($.emit("upgrade",U),$.readyState!==T.CONNECTING)return;F=$._req=null;let N=U.headers.upgrade;if(N===void 0||N.toLowerCase()!=="websocket"){I0($,R,"Invalid Upgrade header");return}let O=LQ("sha1").update(H+PQ).digest("base64");if(U.headers["sec-websocket-accept"]!==O){I0($,R,"Invalid Sec-WebSocket-Accept header");return}let B=U.headers["sec-websocket-protocol"],E;if(B!==void 0){if(!W.size)E="Server sent a subprotocol but none was requested";else if(!W.has(B))E="Server sent an invalid subprotocol"}else if(W.size)E="Server sent no subprotocol";if(E){I0($,R,E);return}if(B)$._protocol=B;let C=U.headers["sec-websocket-extensions"];if(C!==void 0){if(!q){I0($,R,"Server sent a Sec-WebSocket-Extensions header but no extension was requested");return}let j;try{j=SQ(C)}catch(c){I0($,R,"Invalid Sec-WebSocket-Extensions header");return}let f=Object.keys(j);if(f.length!==1||f[0]!==I$.extensionName){I0($,R,"Server indicated an extension that was not requested");return}try{q.accept(j[I$.extensionName])}catch(c){I0($,R,"Invalid Sec-WebSocket-Extensions header");return}$._extensions[I$.extensionName]=q}$.setSocket(R,I,{allowSynchronousEvents:K.allowSynchronousEvents,generateMask:K.generateMask,maxPayload:K.maxPayload,skipUTF8Validation:K.skipUTF8Validation})}),K.finishRequest)K.finishRequest(F,$);else F.end()}function x5($,Z){$._readyState=T.CLOSING,$._errorEmitted=!0,$.emit("error",Z),$.emitClose()}function fQ($){return $.path=$.socketPath,FZ.connect($)}function CQ($){if($.path=void 0,!$.servername&&$.servername!=="")$.servername=FZ.isIP($.host)?"":$.host;return qQ.connect($)}function I0($,Z,J){$._readyState=T.CLOSING;let G=new Error(J);if(Error.captureStackTrace(G,I0),Z.setHeader){if(Z[OZ]=!0,Z.abort(),Z.socket&&!Z.socket.destroyed)Z.socket.destroy();process.nextTick(x5,$,G)}else Z.destroy(G),Z.once("error",$.emit.bind($,"error")),Z.once("close",$.emitClose.bind($))}function Z8($,Z,J){if(Z){let G=MQ(Z)?Z.size:vQ(Z).length;if($._socket)$._sender._bufferedBytes+=G;else $._bufferedAmount+=G}if(J){let G=new Error(`WebSocket is not open: readyState ${$.readyState} (${X$[$.readyState]})`);process.nextTick(J,G)}}function _Q($,Z){let J=this[t];if(J._closeFrameReceived=!0,J._closeMessage=Z,J._closeCode=$,J._socket[t]===void 0)return;if(J._socket.removeListener("data",g5),process.nextTick(qZ,J._socket),$===1005)J.close();else J.close($,Z)}function xQ(){let $=this[t];if(!$.isPaused)$._socket.resume()}function gQ($){let Z=this[t];if(Z._socket[t]!==void 0)Z._socket.removeListener("data",g5),process.nextTick(qZ,Z._socket),Z.close($[DQ]);if(!Z._errorEmitted)Z._errorEmitted=!0,Z.emit("error",$)}function AZ(){this[t].emitClose()}function hQ($,Z){this[t].emit("message",$,Z)}function kQ($){let Z=this[t];if(Z._autoPong)Z.pong($,!this._isServer,WZ);Z.emit("ping",$)}function bQ($){this[t].emit("pong",$)}function qZ($){$.resume()}function mQ($){let Z=this[t];if(Z.readyState===T.CLOSED)return;if(Z.readyState===T.OPEN)Z._readyState=T.CLOSING,BZ(Z);if(this._socket.end(),!Z._errorEmitted)Z._errorEmitted=!0,Z.emit("error",$)}function BZ($){$._closeTimer=setTimeout($._socket.destroy.bind($._socket),30000)}function LZ(){let $=this[t];this.removeListener("close",LZ),this.removeListener("data",g5),this.removeListener("end",NZ),$._readyState=T.CLOSING;let Z;if(!this._readableState.endEmitted&&!$._closeFrameReceived&&!$._receiver._writableState.errorEmitted&&(Z=$._socket.read())!==null)$._receiver.write(Z);if($._receiver.end(),this[t]=void 0,clearTimeout($._closeTimer),$._receiver._writableState.finished||$._receiver._writableState.errorEmitted)$.emitClose();else $._receiver.on("error",AZ),$._receiver.on("finish",AZ)}function g5($){if(!this[t]._receiver.write($))this.pause()}function NZ(){let $=this[t];$._readyState=T.CLOSING,$._receiver.end(),this.end()}function IZ(){let $=this[t];if(this.removeListener("error",IZ),this.on("error",WZ),$)$._readyState=T.CLOSING,this.destroy()}});var jZ=M((yU,DZ)=>{var vU=h5(),{Duplex:uQ}=require("stream");function PZ($){$.emit("close")}function lQ(){if(!this.destroyed&&this._writableState.finished)this.destroy()}function wZ($){if(this.removeListener("error",wZ),this.destroy(),this.listenerCount("error")===0)this.emit("error",$)}function pQ($,Z){let J=!0,G=new uQ({...Z,autoDestroy:!1,emitClose:!1,objectMode:!1,writableObjectMode:!1});return $.on("message",function K(Q,Y){let X=!Y&&G._readableState.objectMode?Q.toString():Q;if(!G.push(X))$.pause()}),$.once("error",function K(Q){if(G.destroyed)return;J=!1,G.destroy(Q)}),$.once("close",function K(){if(G.destroyed)return;G.push(null)}),G._destroy=function(K,Q){if($.readyState===$.CLOSED){Q(K),process.nextTick(PZ,G);return}let Y=!1;if($.once("error",function X(V){Y=!0,Q(V)}),$.once("close",function X(){if(!Y)Q(K);process.nextTick(PZ,G)}),J)$.terminate()},G._final=function(K){if($.readyState===$.CONNECTING){$.once("open",function Q(){G._final(K)});return}if($._socket===null)return;if($._socket._writableState.finished){if(K(),G._readableState.endEmitted)G.destroy()}else $._socket.once("finish",function Q(){K()}),$.close()},G._read=function(){if($.isPaused)$.resume()},G._write=function(K,Q,Y){if($.readyState===$.CONNECTING){$.once("open",function X(){G._write(K,Q,Y)});return}$.send(K,Y)},G.on("end",lQ),G.on("error",wZ),G}DZ.exports=pQ});var EZ=M((fU,TZ)=>{var{tokenChars:iQ}=Q1();function cQ($){let Z=new Set,J=-1,G=-1,K=0;for(K;K<$.length;K++){let Y=$.charCodeAt(K);if(G===-1&&iQ[Y]===1){if(J===-1)J=K}else if(K!==0&&(Y===32||Y===9)){if(G===-1&&J!==-1)G=K}else if(Y===44){if(J===-1)throw new SyntaxError(`Unexpected character at index ${K}`);if(G===-1)G=K;let X=$.slice(J,G);if(Z.has(X))throw new SyntaxError(`The "${X}" subprotocol is duplicated`);Z.add(X),J=G=-1}else throw new SyntaxError(`Unexpected character at index ${K}`)}if(J===-1||G!==-1)throw new SyntaxError("Unexpected end of input");let Q=$.slice(J,K);if(Z.has(Q))throw new SyntaxError(`The "${Q}" subprotocol is duplicated`);return Z.add(Q),Z}TZ.exports={parse:cQ}});var CZ=M((_U,fZ)=>{var dQ=require("events"),k5=require("http"),{Duplex:CU}=require("stream"),{createHash:nQ}=require("crypto"),SZ=s6(),k$=f1(),rQ=EZ(),aQ=h5(),{GUID:oQ,kWebSocket:sQ}=Q$(),tQ=/^[+/0-9A-Za-z]{22}==$/;class yZ extends dQ{constructor($,Z){super();if($={allowSynchronousEvents:!0,autoPong:!0,maxPayload:104857600,skipUTF8Validation:!1,perMessageDeflate:!1,handleProtocols:null,clientTracking:!0,verifyClient:null,noServer:!1,backlog:null,server:null,host:null,path:null,port:null,WebSocket:aQ,...$},$.port==null&&!$.server&&!$.noServer||$.port!=null&&($.server||$.noServer)||$.server&&$.noServer)throw new TypeError('One and only one of the "port", "server", or "noServer" options must be specified');if($.port!=null)this._server=k5.createServer((J,G)=>{let K=k5.STATUS_CODES[426];G.writeHead(426,{"Content-Length":K.length,"Content-Type":"text/plain"}),G.end(K)}),this._server.listen($.port,$.host,$.backlog,Z);else if($.server)this._server=$.server;if(this._server){let J=this.emit.bind(this,"connection");this._removeListeners=eQ(this._server,{listening:this.emit.bind(this,"listening"),error:this.emit.bind(this,"error"),upgrade:(G,K,Q)=>{this.handleUpgrade(G,K,Q,J)}})}if($.perMessageDeflate===!0)$.perMessageDeflate={};if($.clientTracking)this.clients=new Set,this._shouldEmitClose=!1;this.options=$,this._state=0}address(){if(this.options.noServer)throw new Error('The server is operating in "noServer" mode');if(!this._server)return null;return this._server.address()}close($){if(this._state===2){if($)this.once("close",()=>{$(new Error("The server is not running"))});process.nextTick(g1,this);return}if($)this.once("close",$);if(this._state===1)return;if(this._state=1,this.options.noServer||this.options.server){if(this._server)this._removeListeners(),this._removeListeners=this._server=null;if(this.clients)if(!this.clients.size)process.nextTick(g1,this);else this._shouldEmitClose=!0;else process.nextTick(g1,this)}else{let Z=this._server;this._removeListeners(),this._removeListeners=this._server=null,Z.close(()=>{g1(this)})}}shouldHandle($){if(this.options.path){let Z=$.url.indexOf("?");if((Z!==-1?$.url.slice(0,Z):$.url)!==this.options.path)return!1}return!0}handleUpgrade($,Z,J,G){Z.on("error",vZ);let K=$.headers["sec-websocket-key"],Q=$.headers.upgrade,Y=+$.headers["sec-websocket-version"];if($.method!=="GET"){b$(this,$,Z,405,"Invalid HTTP method");return}if(Q===void 0||Q.toLowerCase()!=="websocket"){b$(this,$,Z,400,"Invalid Upgrade header");return}if(K===void 0||!tQ.test(K)){b$(this,$,Z,400,"Missing or invalid Sec-WebSocket-Key header");return}if(Y!==13&&Y!==8){b$(this,$,Z,400,"Missing or invalid Sec-WebSocket-Version header",{"Sec-WebSocket-Version":"13, 8"});return}if(!this.shouldHandle($)){h1(Z,400);return}let X=$.headers["sec-websocket-protocol"],V=new Set;if(X!==void 0)try{V=rQ.parse(X)}catch(A){b$(this,$,Z,400,"Invalid Sec-WebSocket-Protocol header");return}let z=$.headers["sec-websocket-extensions"],H={};if(this.options.perMessageDeflate&&z!==void 0){let A=new k$(this.options.perMessageDeflate,!0,this.options.maxPayload);try{let W=SZ.parse(z);if(W[k$.extensionName])A.accept(W[k$.extensionName]),H[k$.extensionName]=A}catch(W){b$(this,$,Z,400,"Invalid or unacceptable Sec-WebSocket-Extensions header");return}}if(this.options.verifyClient){let A={origin:$.headers[`${Y===8?"sec-websocket-origin":"origin"}`],secure:!!($.socket.authorized||$.socket.encrypted),req:$};if(this.options.verifyClient.length===2){this.options.verifyClient(A,(W,q,F,U)=>{if(!W)return h1(Z,q||401,F,U);this.completeUpgrade(H,K,V,$,Z,J,G)});return}if(!this.options.verifyClient(A))return h1(Z,401)}this.completeUpgrade(H,K,V,$,Z,J,G)}completeUpgrade($,Z,J,G,K,Q,Y){if(!K.readable||!K.writable)return K.destroy();if(K[sQ])throw new Error("server.handleUpgrade() was called more than once with the same socket, possibly due to a misconfiguration");if(this._state>0)return h1(K,503);let V=["HTTP/1.1 101 Switching Protocols","Upgrade: websocket","Connection: Upgrade",`Sec-WebSocket-Accept: ${nQ("sha1").update(Z+oQ).digest("base64")}`],z=new this.options.WebSocket(null,void 0,this.options);if(J.size){let H=this.options.handleProtocols?this.options.handleProtocols(J,G):J.values().next().value;if(H)V.push(`Sec-WebSocket-Protocol: ${H}`),z._protocol=H}if($[k$.extensionName]){let H=$[k$.extensionName].params,A=SZ.format({[k$.extensionName]:[H]});V.push(`Sec-WebSocket-Extensions: ${A}`),z._extensions=$}if(this.emit("headers",V,G),K.write(V.concat(`\r
8
- `).join(`\r
9
- `)),K.removeListener("error",vZ),z.setSocket(K,Q,{allowSynchronousEvents:this.options.allowSynchronousEvents,maxPayload:this.options.maxPayload,skipUTF8Validation:this.options.skipUTF8Validation}),this.clients)this.clients.add(z),z.on("close",()=>{if(this.clients.delete(z),this._shouldEmitClose&&!this.clients.size)process.nextTick(g1,this)});Y(z,G)}}fZ.exports=yZ;function eQ($,Z){for(let J of Object.keys(Z))$.on(J,Z[J]);return function J(){for(let G of Object.keys(Z))$.removeListener(G,Z[G])}}function g1($){$._state=2,$.emit("close")}function vZ(){this.destroy()}function h1($,Z,J,G){J=J||k5.STATUS_CODES[Z],G={Connection:"close","Content-Type":"text/html","Content-Length":Buffer.byteLength(J),...G},$.once("finish",$.destroy),$.end(`HTTP/1.1 ${Z} ${k5.STATUS_CODES[Z]}\r
10
- `+Object.keys(G).map((K)=>`${K}: ${G[K]}`).join(`\r
11
- `)+`\r
12
- \r
13
- `+J)}function b$($,Z,J,G,K,Q){if($.listenerCount("wsClientError")){let Y=new Error(K);Error.captureStackTrace(Y,b$),$.emit("wsClientError",Y,J,Z)}else h1(J,G,K,Q)}});var A1=M((u)=>{Object.defineProperty(u,"__esModule",{value:!0});u.Doctype=u.CDATA=u.Tag=u.Style=u.Script=u.Comment=u.Directive=u.Text=u.Root=u.isTag=u.ElementType=void 0;var P0;(function($){$.Root="root",$.Text="text",$.Directive="directive",$.Comment="comment",$.Script="script",$.Style="style",$.Tag="tag",$.CDATA="cdata",$.Doctype="doctype"})(P0=u.ElementType||(u.ElementType={}));function fY($){return $.type===P0.Tag||$.type===P0.Script||$.type===P0.Style}u.isTag=fY;u.Root=P0.Root;u.Text=P0.Text;u.Directive=P0.Directive;u.Comment=P0.Comment;u.Script=P0.Script;u.Style=P0.Style;u.Tag=P0.Tag;u.CDATA=P0.CDATA;u.Doctype=P0.Doctype});var q8=M((v)=>{var P$=v&&v.__extends||function(){var $=function(Z,J){return $=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(G,K){G.__proto__=K}||function(G,K){for(var Q in K)if(Object.prototype.hasOwnProperty.call(K,Q))G[Q]=K[Q]},$(Z,J)};return function(Z,J){if(typeof J!=="function"&&J!==null)throw new TypeError("Class extends value "+String(J)+" is not a constructor or null");$(Z,J);function G(){this.constructor=Z}Z.prototype=J===null?Object.create(J):(G.prototype=J.prototype,new G)}}(),a1=v&&v.__assign||function(){return a1=Object.assign||function($){for(var Z,J=1,G=arguments.length;J<G;J++){Z=arguments[J];for(var K in Z)if(Object.prototype.hasOwnProperty.call(Z,K))$[K]=Z[K]}return $},a1.apply(this,arguments)};Object.defineProperty(v,"__esModule",{value:!0});v.cloneNode=v.hasChildren=v.isDocument=v.isDirective=v.isComment=v.isText=v.isCDATA=v.isTag=v.Element=v.Document=v.CDATA=v.NodeWithChildren=v.ProcessingInstruction=v.Comment=v.Text=v.DataNode=v.Node=void 0;var B0=A1(),O8=function(){function $(){this.parent=null,this.prev=null,this.next=null,this.startIndex=null,this.endIndex=null}return Object.defineProperty($.prototype,"parentNode",{get:function(){return this.parent},set:function(Z){this.parent=Z},enumerable:!1,configurable:!0}),Object.defineProperty($.prototype,"previousSibling",{get:function(){return this.prev},set:function(Z){this.prev=Z},enumerable:!1,configurable:!0}),Object.defineProperty($.prototype,"nextSibling",{get:function(){return this.next},set:function(Z){this.next=Z},enumerable:!1,configurable:!0}),$.prototype.cloneNode=function(Z){if(Z===void 0)Z=!1;return R8(this,Z)},$}();v.Node=O8;var n5=function($){P$(Z,$);function Z(J){var G=$.call(this)||this;return G.data=J,G}return Object.defineProperty(Z.prototype,"nodeValue",{get:function(){return this.data},set:function(J){this.data=J},enumerable:!1,configurable:!0}),Z}(O8);v.DataNode=n5;var L4=function($){P$(Z,$);function Z(){var J=$!==null&&$.apply(this,arguments)||this;return J.type=B0.ElementType.Text,J}return Object.defineProperty(Z.prototype,"nodeType",{get:function(){return 3},enumerable:!1,configurable:!0}),Z}(n5);v.Text=L4;var N4=function($){P$(Z,$);function Z(){var J=$!==null&&$.apply(this,arguments)||this;return J.type=B0.ElementType.Comment,J}return Object.defineProperty(Z.prototype,"nodeType",{get:function(){return 8},enumerable:!1,configurable:!0}),Z}(n5);v.Comment=N4;var I4=function($){P$(Z,$);function Z(J,G){var K=$.call(this,G)||this;return K.name=J,K.type=B0.ElementType.Directive,K}return Object.defineProperty(Z.prototype,"nodeType",{get:function(){return 1},enumerable:!1,configurable:!0}),Z}(n5);v.ProcessingInstruction=I4;var r5=function($){P$(Z,$);function Z(J){var G=$.call(this)||this;return G.children=J,G}return Object.defineProperty(Z.prototype,"firstChild",{get:function(){var J;return(J=this.children[0])!==null&&J!==void 0?J:null},enumerable:!1,configurable:!0}),Object.defineProperty(Z.prototype,"lastChild",{get:function(){return this.children.length>0?this.children[this.children.length-1]:null},enumerable:!1,configurable:!0}),Object.defineProperty(Z.prototype,"childNodes",{get:function(){return this.children},set:function(J){this.children=J},enumerable:!1,configurable:!0}),Z}(O8);v.NodeWithChildren=r5;var M4=function($){P$(Z,$);function Z(){var J=$!==null&&$.apply(this,arguments)||this;return J.type=B0.ElementType.CDATA,J}return Object.defineProperty(Z.prototype,"nodeType",{get:function(){return 4},enumerable:!1,configurable:!0}),Z}(r5);v.CDATA=M4;var P4=function($){P$(Z,$);function Z(){var J=$!==null&&$.apply(this,arguments)||this;return J.type=B0.ElementType.Root,J}return Object.defineProperty(Z.prototype,"nodeType",{get:function(){return 9},enumerable:!1,configurable:!0}),Z}(r5);v.Document=P4;var w4=function($){P$(Z,$);function Z(J,G,K,Q){if(K===void 0)K=[];if(Q===void 0)Q=J==="script"?B0.ElementType.Script:J==="style"?B0.ElementType.Style:B0.ElementType.Tag;var Y=$.call(this,K)||this;return Y.name=J,Y.attribs=G,Y.type=Q,Y}return Object.defineProperty(Z.prototype,"nodeType",{get:function(){return 1},enumerable:!1,configurable:!0}),Object.defineProperty(Z.prototype,"tagName",{get:function(){return this.name},set:function(J){this.name=J},enumerable:!1,configurable:!0}),Object.defineProperty(Z.prototype,"attributes",{get:function(){var J=this;return Object.keys(this.attribs).map(function(G){var K,Q;return{name:G,value:J.attribs[G],namespace:(K=J["x-attribsNamespace"])===null||K===void 0?void 0:K[G],prefix:(Q=J["x-attribsPrefix"])===null||Q===void 0?void 0:Q[G]}})},enumerable:!1,configurable:!0}),Z}(r5);v.Element=w4;function D4($){return B0.isTag($)}v.isTag=D4;function j4($){return $.type===B0.ElementType.CDATA}v.isCDATA=j4;function T4($){return $.type===B0.ElementType.Text}v.isText=T4;function E4($){return $.type===B0.ElementType.Comment}v.isComment=E4;function S4($){return $.type===B0.ElementType.Directive}v.isDirective=S4;function v4($){return $.type===B0.ElementType.Root}v.isDocument=v4;function CY($){return Object.prototype.hasOwnProperty.call($,"children")}v.hasChildren=CY;function R8($,Z){if(Z===void 0)Z=!1;var J;if(T4($))J=new L4($.data);else if(E4($))J=new N4($.data);else if(D4($)){var G=Z?W8($.children):[],K=new w4($.name,a1({},$.attribs),G);if(G.forEach(function(V){return V.parent=K}),$.namespace!=null)K.namespace=$.namespace;if($["x-attribsNamespace"])K["x-attribsNamespace"]=a1({},$["x-attribsNamespace"]);if($["x-attribsPrefix"])K["x-attribsPrefix"]=a1({},$["x-attribsPrefix"]);J=K}else if(j4($)){var G=Z?W8($.children):[],Q=new M4(G);G.forEach(function(z){return z.parent=Q}),J=Q}else if(v4($)){var G=Z?W8($.children):[],Y=new P4(G);if(G.forEach(function(z){return z.parent=Y}),$["x-mode"])Y["x-mode"]=$["x-mode"];J=Y}else if(S4($)){var X=new I4($.name,$.data);if($["x-name"]!=null)X["x-name"]=$["x-name"],X["x-publicId"]=$["x-publicId"],X["x-systemId"]=$["x-systemId"];J=X}else throw new Error("Not implemented yet: ".concat($.type));if(J.startIndex=$.startIndex,J.endIndex=$.endIndex,$.sourceCodeLocation!=null)J.sourceCodeLocation=$.sourceCodeLocation;return J}v.cloneNode=R8;function W8($){var Z=$.map(function(G){return R8(G,!0)});for(var J=1;J<Z.length;J++)Z[J].prev=Z[J-1],Z[J-1].next=Z[J];return Z}});var g0=M((r0)=>{var _Y=r0&&r0.__createBinding||(Object.create?function($,Z,J,G){if(G===void 0)G=J;var K=Object.getOwnPropertyDescriptor(Z,J);if(!K||("get"in K?!Z.__esModule:K.writable||K.configurable))K={enumerable:!0,get:function(){return Z[J]}};Object.defineProperty($,G,K)}:function($,Z,J,G){if(G===void 0)G=J;$[G]=Z[J]}),xY=r0&&r0.__exportStar||function($,Z){for(var J in $)if(J!=="default"&&!Object.prototype.hasOwnProperty.call(Z,J))_Y(Z,$,J)};Object.defineProperty(r0,"__esModule",{value:!0});r0.DomHandler=void 0;var B8=A1(),w$=q8();xY(q8(),r0);var y4={withStartIndices:!1,withEndIndices:!1,xmlMode:!1},f4=function(){function $(Z,J,G){if(this.dom=[],this.root=new w$.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,typeof J==="function")G=J,J=y4;if(typeof Z==="object")J=Z,Z=void 0;this.callback=Z!==null&&Z!==void 0?Z:null,this.options=J!==null&&J!==void 0?J:y4,this.elementCB=G!==null&&G!==void 0?G:null}return $.prototype.onparserinit=function(Z){this.parser=Z},$.prototype.onreset=function(){this.dom=[],this.root=new w$.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null},$.prototype.onend=function(){if(this.done)return;this.done=!0,this.parser=null,this.handleCallback(null)},$.prototype.onerror=function(Z){this.handleCallback(Z)},$.prototype.onclosetag=function(){this.lastNode=null;var Z=this.tagStack.pop();if(this.options.withEndIndices)Z.endIndex=this.parser.endIndex;if(this.elementCB)this.elementCB(Z)},$.prototype.onopentag=function(Z,J){var G=this.options.xmlMode?B8.ElementType.Tag:void 0,K=new w$.Element(Z,J,void 0,G);this.addNode(K),this.tagStack.push(K)},$.prototype.ontext=function(Z){var J=this.lastNode;if(J&&J.type===B8.ElementType.Text){if(J.data+=Z,this.options.withEndIndices)J.endIndex=this.parser.endIndex}else{var G=new w$.Text(Z);this.addNode(G),this.lastNode=G}},$.prototype.oncomment=function(Z){if(this.lastNode&&this.lastNode.type===B8.ElementType.Comment){this.lastNode.data+=Z;return}var J=new w$.Comment(Z);this.addNode(J),this.lastNode=J},$.prototype.oncommentend=function(){this.lastNode=null},$.prototype.oncdatastart=function(){var Z=new w$.Text(""),J=new w$.CDATA([Z]);this.addNode(J),Z.parent=J,this.lastNode=Z},$.prototype.oncdataend=function(){this.lastNode=null},$.prototype.onprocessinginstruction=function(Z,J){var G=new w$.ProcessingInstruction(Z,J);this.addNode(G)},$.prototype.handleCallback=function(Z){if(typeof this.callback==="function")this.callback(Z,this.dom);else if(Z)throw Z},$.prototype.addNode=function(Z){var J=this.tagStack[this.tagStack.length-1],G=J.children[J.children.length-1];if(this.options.withStartIndices)Z.startIndex=this.parser.startIndex;if(this.options.withEndIndices)Z.endIndex=this.parser.endIndex;if(J.children.push(Z),G)Z.prev=G,G.next=Z;Z.parent=J,this.lastNode=null},$}();r0.DomHandler=f4;r0.default=f4});var N8=M((u$)=>{var L8;Object.defineProperty(u$,"__esModule",{value:!0});u$.fromCodePoint=void 0;u$.replaceCodePoint=C4;u$.decodeCodePoint=hY;var gY=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);u$.fromCodePoint=(L8=String.fromCodePoint)!==null&&L8!==void 0?L8:($)=>{let Z="";if($>65535)$-=65536,Z+=String.fromCharCode($>>>10&1023|55296),$=56320|$&1023;return Z+=String.fromCharCode($),Z};function C4($){var Z;if($>=55296&&$<=57343||$>1114111)return 65533;return(Z=gY.get($))!==null&&Z!==void 0?Z:$}function hY($){return u$.fromCodePoint(C4($))}});var M8=M((I8)=>{Object.defineProperty(I8,"__esModule",{value:!0});I8.decodeBase64=kY;function kY($){let Z=typeof atob==="function"?atob($):typeof Buffer.from==="function"?Buffer.from($,"base64").toString("binary"):new Buffer($,"base64").toString("binary"),J=Z.length&-2,G=new Uint16Array(J/2);for(let K=0,Q=0;K<J;K+=2){let Y=Z.charCodeAt(K),X=Z.charCodeAt(K+1);G[Q++]=Y|X<<8}return G}});var P8=M((a5)=>{Object.defineProperty(a5,"__esModule",{value:!0});a5.htmlDecodeTree=void 0;var bY=M8();a5.htmlDecodeTree=bY.decodeBase64("QR08ALkAAgH6AYsDNQR2BO0EPgXZBQEGLAbdBxMISQrvCmQLfQurDKQNLw4fD4YPpA+6D/IPAAAAAAAAAAAAAAAAKhBMEY8TmxUWF2EYLBkxGuAa3RsJHDscWR8YIC8jSCSIJcMl6ie3Ku8rEC0CLjoupS7kLgAIRU1hYmNmZ2xtbm9wcnN0dVQAWgBeAGUAaQBzAHcAfgCBAIQAhwCSAJoAoACsALMAbABpAGcAO4DGAMZAUAA7gCYAJkBjAHUAdABlADuAwQDBQHIiZXZlAAJhAAFpeW0AcgByAGMAO4DCAMJAEGRyAADgNdgE3XIAYQB2AGUAO4DAAMBA8CFoYZFj4SFjcgBhZAAAoFMqAAFncIsAjgBvAG4ABGFmAADgNdg43fAlbHlGdW5jdGlvbgCgYSBpAG4AZwA7gMUAxUAAAWNzpACoAHIAAOA12Jzc6SFnbgCgVCJpAGwAZABlADuAwwDDQG0AbAA7gMQAxEAABGFjZWZvcnN1xQDYANoA7QDxAPYA+QD8AAABY3LJAM8AayNzbGFzaAAAoBYidgHTANUAAKDnKmUAZAAAoAYjeQARZIABY3J0AOAA5QDrAGEidXNlAACgNSLuI291bGxpcwCgLCFhAJJjcgAA4DXYBd1wAGYAAOA12Dnd5SF2ZdhiYwDyAOoAbSJwZXEAAKBOIgAHSE9hY2RlZmhpbG9yc3UXARoBHwE6AVIBVQFiAWQBZgGCAakB6QHtAfIBYwB5ACdkUABZADuAqQCpQIABY3B5ACUBKAE1AfUhdGUGYWmg0iJ0KGFsRGlmZmVyZW50aWFsRAAAoEUhbCJleXMAAKAtIQACYWVpb0EBRAFKAU0B8iFvbgxhZABpAGwAO4DHAMdAcgBjAAhhbiJpbnQAAKAwIm8AdAAKYQABZG5ZAV0BaSJsbGEAuGB0I2VyRG90ALdg8gA5AWkAp2NyImNsZQAAAkRNUFRwAXQBeQF9AW8AdAAAoJkiaSJudXMAAKCWIuwhdXMAoJUiaSJtZXMAAKCXIm8AAAFjc4cBlAFrKndpc2VDb250b3VySW50ZWdyYWwAAKAyImUjQ3VybHkAAAFEUZwBpAFvJXVibGVRdW90ZQAAoB0gdSJvdGUAAKAZIAACbG5wdbABtgHNAdgBbwBuAGWgNyIAoHQqgAFnaXQAvAHBAcUB8iJ1ZW50AKBhIm4AdAAAoC8i7yV1ckludGVncmFsAKAuIgABZnLRAdMBAKACIe8iZHVjdACgECJuLnRlckNsb2Nrd2lzZUNvbnRvdXJJbnRlZ3JhbAAAoDMi7yFzcwCgLypjAHIAAOA12J7ccABDoNMiYQBwAACgTSKABURKU1phY2VmaW9zAAsCEgIVAhgCGwIsAjQCOQI9AnMCfwNvoEUh9CJyYWhkAKARKWMAeQACZGMAeQAFZGMAeQAPZIABZ3JzACECJQIoAuchZXIAoCEgcgAAoKEhaAB2AACg5CoAAWF5MAIzAvIhb24OYRRkbAB0oAciYQCUY3IAAOA12AfdAAFhZkECawIAAWNtRQJnAvIjaXRpY2FsAAJBREdUUAJUAl8CYwJjInV0ZQC0YG8AdAFZAloC2WJiJGxlQWN1dGUA3WJyImF2ZQBgYGkibGRlANxi7yFuZACgxCJmJWVyZW50aWFsRAAAoEYhcAR9AgAAAAAAAIECjgIAABoDZgAA4DXYO91EoagAhQKJAm8AdAAAoNwgcSJ1YWwAAKBQIuIhbGUAA0NETFJVVpkCqAK1Au8C/wIRA28AbgB0AG8AdQByAEkAbgB0AGUAZwByAGEA7ADEAW8AdAKvAgAAAACwAqhgbiNBcnJvdwAAoNMhAAFlb7kC0AJmAHQAgAFBUlQAwQLGAs0CciJyb3cAAKDQIekkZ2h0QXJyb3cAoNQhZQDlACsCbgBnAAABTFLWAugC5SFmdAABQVLcAuECciJyb3cAAKD4J+kkZ2h0QXJyb3cAoPon6SRnaHRBcnJvdwCg+SdpImdodAAAAUFU9gL7AnIicm93AACg0iFlAGUAAKCoInAAQQIGAwAAAAALA3Iicm93AACg0SFvJHduQXJyb3cAAKDVIWUlcnRpY2FsQmFyAACgJSJuAAADQUJMUlRhJAM2AzoDWgNxA3oDciJyb3cAAKGTIUJVLAMwA2EAcgAAoBMpcCNBcnJvdwAAoPUhciJldmUAEWPlIWZ00gJDAwAASwMAAFIDaSVnaHRWZWN0b3IAAKBQKWUkZVZlY3RvcgAAoF4p5SJjdG9yQqC9IWEAcgAAoFYpaSJnaHQA1AFiAwAAaQNlJGVWZWN0b3IAAKBfKeUiY3RvckKgwSFhAHIAAKBXKWUAZQBBoKQiciJyb3cAAKCnIXIAcgBvAPcAtAIAAWN0gwOHA3IA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YwAAoN8i4SFycnCgtiEAoD0pgKIqImJjZG9zACsVMBU6FT4VQRVyImNhcAAAoEgqAAFhdTQVNxVwAACgRipwAACgSipvAHQAAKCNInIAAKBFKgDgKiIA/gACYWxydksVURVuFXMVcgByAG2gtyEAoDwpeQCAAWV2dwBYFWUVaRVxAHACXxUAAAAAYxVyAGUA4wAXFXUA4wAZFWUAZQAAoM4iZSJkZ2UAAKDPImUAbgA7gKQApEBlI2Fycm93AAABbHJ7FX8V5SFmdACgtiFpImdodAAAoLchZQDkAG0VAAFjaYsVkRVvAG4AaQBuAPQAkwFuAHQAAKAxImwiY3R5AACgLSOACUFIYWJjZGVmaGlqbG9yc3R1d3oAuBW7Fb8V1RXgFegV+RUKFhUWHxZUFlcWZRbFFtsW7xb7FgUXChdyAPIAtAJhAHIAAKBlKQACZ2xyc8YVyhXOFdAV5yFlcgCgICDlIXRoAKA4IfIA9QxoAHagECAAoKMiawHZFd4VYSJyb3cAAKAPKWEA4wBfAgABYXnkFecV8iFvbg9hNGQAoUYhYW/tFfQVAAFnciEC8RVyAACgyiF0InNlcQAAoHcqgAFnbG0A/xUCFgUWO4CwALBAdABhALRjcCJ0eXYAAKCxKQABaXIOFhIW8yFodACgfykA4DXYId1hAHIAAAFschsWHRYAoMMhAKDCIYACYWVnc3YAKBauAjYWOhY+Fm0AAKHEIm9zLhY0Fm4AZABzoMQi9SFpdACgZiZhIm1tYQDdY2kAbgAAoPIiAKH3AGlvQxZRFmQAZQAAgfcAO29KFksW90BuI3RpbWVzAACgxyJuAPgAUBZjAHkAUmRjAG8CXhYAAAAAYhZyAG4AAKAeI28AcAAAoA0jgAJscHR1dwBuFnEWdRaSFp4W7CFhciRgZgAA4DXYVd0AotkCZW1wc30WhBaJFo0WcQBkoFAibwB0AACgUSJpIm51cwAAoDgi7CF1cwCgFCLxInVhcmUAoKEiYgBsAGUAYgBhAHIAdwBlAGQAZwDlANcAbgCAAWFkaAClFqoWtBZyAHIAbwD3APUMbwB3AG4AYQByAHIAbwB3APMA8xVhI3Jwb29uAAABbHK8FsAWZQBmAPQAHBZpAGcAaAD0AB4WYgHJFs8WawBhAHIAbwD3AJILbwLUFgAAAADYFnIAbgAAoB8jbwBwAACgDCOAAWNvdADhFukW7BYAAXJ55RboFgDgNdi53FVkbAAAoPYp8iFvaxFhAAFkcvMW9xZvAHQAAKDxImkA5qC/JVsSAAFhaP8WAhdyAPIANQNhAPIA1wvhIm5nbGUAoKYpAAFjaQ4XEBd5AF9k5yJyYXJyAKD/JwAJRGFjZGVmZ2xtbm9wcXJzdHV4MRc4F0YXWxcyBF4XaRd5F40XrBe0F78X2RcVGCEYLRg1GEAYAAFEbzUXgRZvAPQA+BUAAWNzPBdCF3UAdABlADuA6QDpQPQhZXIAoG4qAAJhaW95TRdQF1YXWhfyIW9uG2FyAGOgViI7gOoA6kDsIW9uAKBVIk1kbwB0ABdhAAFEcmIXZhdvAHQAAKBSIgDgNdgi3XKhmipuF3QXYQB2AGUAO4DoAOhAZKCWKm8AdAAAoJgqgKGZKmlscwCAF4UXhxfuInRlcnMAoOcjAKATIWSglSpvAHQAAKCXKoABYXBzAJMXlheiF2MAcgATYXQAeQBzogUinxcAAAAAoRdlAHQAAKAFInAAMaADIDMBqRerFwCgBCAAoAUgAAFnc7AXsRdLYXAAAKACIAABZ3C4F7sXbwBuABlhZgAA4DXYVt2AAWFscwDFF8sXzxdyAHOg1SJsAACg4yl1AHMAAKBxKmkAAKG1A2x21RfYF28AbgC1Y/VjAAJjc3V24BfoF/0XEBgAAWlv5BdWF3IAYwAAoFYiaQLuFwAAAADwF+0ADQThIW50AAFnbPUX+Rd0AHIAAKCWKuUhc3MAoJUqgAFhZWkAAxgGGAoYbABzAD1gcwB0AACgXyJ2AESgYSJEAACgeCrwImFyc2wAoOUpAAFEYRkYHRhvAHQAAKBTInIAcgAAoHEpgAFjZGkAJxgqGO0XcgAAoC8hbwD0AIwCAAFhaDEYMhi3YzuA8ADwQAABbXI5GD0YbAA7gOsA60BvAACgrCCAAWNpcABGGEgYSxhsACFgcwD0ACwEAAFlb08YVxhjAHQAYQB0AGkAbwDuABoEbgBlAG4AdABpAGEAbADlADME4Ql1GAAAgRgAAIMYiBgAAAAAoRilGAAAqhgAALsYvhjRGAAA1xgnGWwAbABpAG4AZwBkAG8AdABzAGUA8QBlF3kARGRtImFsZQAAoEAmgAFpbHIAjRiRGJ0Y7CFpZwCgA/tpApcYAAAAAJoYZwAAoAD7aQBnAACgBPsA4DXYI93sIWlnAKAB++whaWcA4GYAagCAAWFsdACvGLIYthh0AACgbSZpAGcAAKAC+24AcwAAoLElbwBmAJJh8AHCGAAAxhhmAADgNdhX3QABYWvJGMwYbADsAGsEdqDUIgCg2SphI3J0aW50AACgDSoAAWFv2hgiGQABY3PeGB8ZsQPnGP0YBRkSGRUZAAAdGbID7xjyGPQY9xj5GAAA+xg7gL0AvUAAoFMhO4C8ALxAAKBVIQCgWSEAoFshswEBGQAAAxkAoFQhAKBWIbQCCxkOGQAAAAAQGTuAvgC+QACgVyEAoFwhNQAAoFghtgEZGQAAGxkAoFohAKBdITgAAKBeIWwAAKBEIHcAbgAAoCIjYwByAADgNdi73IAIRWFiY2RlZmdpamxub3JzdHYARhlKGVoZXhlmGWkZkhmWGZkZnRmgGa0ZxhnLGc8Z4BkjGmygZyIAoIwqgAFjbXAAUBlTGVgZ9SF0ZfVhbQBhAOSgswM6FgCghipyImV2ZQAfYQABaXliGWUZcgBjAB1hM2RvAHQAIWGAoWUibHFzAMYEcBl6GfGhZSLOBAAAdhlsAGEAbgD0AN8EgKF+KmNkbACBGYQZjBljAACgqSpvAHQAb6CAKmyggioAoIQqZeDbIgD+cwAAoJQqcgAA4DXYJN3noGsirATtIWVsAKA3IWMAeQBTZIChdyJFYWoApxmpGasZAKCSKgCgpSoAoKQqAAJFYWVztBm2Gb0ZwhkAoGkicABwoIoq8iFveACgiipxoIgq8aCIKrUZaQBtAACg5yJwAGYAAOA12FjdYQB2AOUAYwIAAWNp0xnWGXIAAKAKIW0AAKFzImVs3BneGQCgjioAoJAqAIM+ADtjZGxxco0E6xn0GfgZ/BkBGgABY2nvGfEZAKCnKnIAAKB6Km8AdAAAoNci0CFhcgCglSl1ImVzdAAAoHwqgAJhZGVscwAKGvQZFhrVBCAa8AEPGgAAFBpwAHIAbwD4AFkZcgAAoHgpcQAAAWxxxAQbGmwAZQBzAPMASRlpAO0A5AQAAWVuJxouGnIjdG5lcXEAAOBpIgD+xQAsGgAFQWFiY2Vma29zeUAaQxpmGmoabRqDGocalhrCGtMacgDyAMwCAAJpbG1yShpOGlAaVBpyAHMA8ABxD2YAvWBpAGwA9AASBQABZHJYGlsaYwB5AEpkAKGUIWN3YBpkGmkAcgAAoEgpAKCtIWEAcgAAoA8h6SFyYyVhgAFhbHIAcxp7Gn8a8iF0c3WgZSZpAHQAAKBlJuwhaXAAoCYg4yFvbgCguSJyAADgNdgl3XMAAAFld4wakRphInJvdwAAoCUpYSJyb3cAAKAmKYACYW1vcHIAnxqjGqcauhq+GnIAcgAAoP8h9CFodACgOyJrAAABbHKsGrMaZSRmdGFycm93AACgqSHpJGdodGFycm93AKCqIWYAAOA12Fnd4iFhcgCgFSCAAWNsdADIGswa0BpyAADgNdi93GEAcwDoAGka8iFvaydhAAFicNca2xr1IWxsAKBDIOghZW4AoBAg4Qr2GgAA/RoAAAgbExsaGwAAIRs7GwAAAAA+G2IbmRuVG6sbAACyG80b0htjAHUAdABlADuA7QDtQAChYyBpeQEbBhtyAGMAO4DuAO5AOGQAAWN4CxsNG3kANWRjAGwAO4ChAKFAAAFmcssCFhsA4DXYJt1yAGEAdgBlADuA7ADsQIChSCFpbm8AJxsyGzYbAAFpbisbLxtuAHQAAKAMKnQAAKAtIuYhaW4AoNwpdABhAACgKSHsIWlnM2GAAWFvcABDG1sbXhuAAWNndABJG0sbWRtyACthgAFlbHAAcQVRG1UbaQBuAOUAyAVhAHIA9AByBWgAMWFmAACgtyJlAGQAtWEAoggiY2ZvdGkbbRt1G3kb4SFyZQCgBSFpAG4AdKAeImkAZQAAoN0pZABvAPQAWxsAoisiY2VscIEbhRuPG5QbYQBsAACguiIAAWdyiRuNG2UAcgDzACMQ4wCCG2EicmhrAACgFyryIW9kAKA8KgACY2dwdJ8boRukG6gbeQBRZG8AbgAvYWYAAOA12FrdYQC5Y3UAZQBzAHQAO4C/AL9AAAFjabUbuRtyAADgNdi+3G4AAKIIIkVkc3bCG8QbyBvQAwCg+SJvAHQAAKD1Inag9CIAoPMiaaBiIOwhZGUpYesB1hsAANkbYwB5AFZkbAA7gO8A70AAA2NmbW9zdeYb7hvyG/Ub+hsFHAABaXnqG+0bcgBjADVhOWRyAADgNdgn3eEhdGg3YnAAZgAA4DXYW93jAf8bAAADHHIAAOA12L/c8iFjeVhk6yFjeVRkAARhY2ZnaGpvcxUcGhwiHCYcKhwtHDAcNRzwIXBhdqC6A/BjAAFleR4cIRzkIWlsN2E6ZHIAAOA12CjdciJlZW4AOGFjAHkARWRjAHkAXGRwAGYAAOA12FzdYwByAADgNdjA3IALQUJFSGFiY2RlZmdoamxtbm9wcnN0dXYAXhxtHHEcdRx5HN8cBx0dHTwd3B3tHfEdAR4EHh0eLB5FHrwewx7hHgkfPR9LH4ABYXJ0AGQcZxxpHHIA8gBvB/IAxQLhIWlsAKAbKeEhcnIAoA4pZ6BmIgCgiyphAHIAAKBiKWMJjRwAAJAcAACVHAAAAAAAAAAAAACZHJwcAACmHKgcrRwAANIc9SF0ZTph7SJwdHl2AKC0KXIAYQDuAFoG4iFkYbtjZwAAoegnZGyhHKMcAKCRKeUAiwYAoIUqdQBvADuAqwCrQHIAgKOQIWJmaGxwc3QAuhy/HMIcxBzHHMoczhxmoOQhcwAAoB8pcwAAoB0p6wCyGnAAAKCrIWwAAKA5KWkAbQAAoHMpbAAAoKIhAKGrKmFl1hzaHGkAbAAAoBkpc6CtKgDgrSoA/oABYWJyAOUc6RztHHIAcgAAoAwpcgBrAACgcicAAWFr8Rz4HGMAAAFla/Yc9xx7YFtgAAFlc/wc/hwAoIspbAAAAWR1Ax0FHQCgjykAoI0pAAJhZXV5Dh0RHRodHB3yIW9uPmEAAWRpFR0YHWkAbAA8YewAowbiAPccO2QAAmNxcnMkHScdLB05HWEAAKA2KXUAbwDyoBwgqhEAAWR1MB00HeghYXIAoGcpcyJoYXIAAKBLKWgAAKCyIQCiZCJmZ3FzRB1FB5Qdnh10AIACYWhscnQATh1WHWUdbB2NHXIicm93AHSgkCFhAOkAzxxhI3Jwb29uAAABZHVeHWId7yF3bgCgvSFwAACgvCHlJGZ0YXJyb3dzAKDHIWkiZ2h0AIABYWhzAHUdex2DHXIicm93APOglCGdBmEAcgBwAG8AbwBuAPMAzgtxAHUAaQBnAGEAcgByAG8A9wBlGugkcmVldGltZXMAoMsi8aFkIk0HAACaHWwAYQBuAPQAXgcAon0qY2Rnc6YdqR2xHbcdYwAAoKgqbwB0AG+gfypyoIEqAKCDKmXg2iIA/nMAAKCTKoACYWRlZ3MAwB3GHcod1h3ZHXAAcAByAG8A+ACmHG8AdAAAoNYicQAAAWdxzx3SHXQA8gBGB2cAdADyAHQcdADyAFMHaQDtAGMHgAFpbHIA4h3mHeod8yFodACgfClvAG8A8gDKBgDgNdgp3UWgdiIAoJEqYQH1Hf4dcgAAAWR1YB35HWygvCEAoGopbABrAACghCVjAHkAWWQAomoiYWNodAweDx4VHhkecgDyAGsdbwByAG4AZQDyAGAW4SFyZACgaylyAGkAAKD6JQABaW8hHiQe5CFvdEBh9SFzdGGgsCPjIWhlAKCwIwACRWFlczMeNR48HkEeAKBoInAAcKCJKvIhb3gAoIkqcaCHKvGghyo0HmkAbQAAoOYiAARhYm5vcHR3elIeXB5fHoUelh6mHqsetB4AAW5yVh5ZHmcAAKDsJ3IAAKD9IXIA6wCwBmcAgAFsbXIAZh52Hnse5SFmdAABYXKIB2weaQBnAGgAdABhAHIAcgBvAPcAkwfhInBzdG8AoPwnaQBnAGgAdABhAHIAcgBvAPcAmgdwI2Fycm93AAABbHKNHpEeZQBmAPQAxhxpImdodAAAoKwhgAFhZmwAnB6fHqIecgAAoIUpAOA12F3ddQBzAACgLSppIm1lcwAAoDQqYQGvHrMecwB0AACgFyLhAIoOZaHKJbkeRhLuIWdlAKDKJWEAcgBsoCgAdAAAoJMpgAJhY2htdADMHs8e1R7bHt0ecgDyAJ0GbwByAG4AZQDyANYWYQByAGSgyyEAoG0pAKAOIHIAaQAAoL8iAANhY2hpcXTrHu8e1QfzHv0eBh/xIXVvAKA5IHIAAOA12MHcbQDloXIi+h4AAPweAKCNKgCgjyoAAWJ19xwBH28AcqAYIACgGiDyIW9rQmEAhDwAO2NkaGlscXJCBhcfxh0gHyQfKB8sHzEfAAFjaRsfHR8AoKYqcgAAoHkqcgBlAOUAkx3tIWVzAKDJIuEhcnIAoHYpdSJlc3QAAKB7KgABUGk1HzkfYQByAACglillocMlAgdfEnIAAAFkdUIfRx9zImhhcgAAoEop6CFhcgCgZikAAWVuTx9WH3IjdG5lcXEAAOBoIgD+xQBUHwAHRGFjZGVmaGlsbm9wc3VuH3Ifoh+rH68ftx+7H74f5h/uH/MfBwj/HwsgxCFvdACgOiIAAmNscHJ5H30fiR+eH3IAO4CvAK9AAAFldIEfgx8AoEImZaAgJ3MAZQAAoCAnc6CmIXQAbwCAoaYhZGx1AJQfmB+cH28AdwDuAHkDZQBmAPQA6gbwAOkO6yFlcgCgriUAAW95ph+qH+0hbWEAoCkqPGThIXNoAKAUIOElc3VyZWRhbmdsZQCgISJyAADgNdgq3W8AAKAnIYABY2RuAMQfyR/bH3IAbwA7gLUAtUBhoiMi0B8AANMf1x9zAPQAKxFpAHIAAKDwKm8AdAA7gLcAt0B1AHMA4qESIh4TAADjH3WgOCIAoCoqYwHqH+0fcAAAoNsq8gB+GnAAbAB1APMACAgAAWRw9x/7H+UhbHMAoKciZgAA4DXYXt0AAWN0AyAHIHIAAOA12MLc8CFvcwCgPiJsobwDECAVIPQiaW1hcACguCJhAPAAEyAADEdMUlZhYmNkZWZnaGlqbG1vcHJzdHV2dzwgRyBmIG0geSCqILgg2iDeIBEhFSEyIUMhTSFQIZwhnyHSIQAiIyKLIrEivyIUIwABZ3RAIEMgAODZIjgD9uBrItIgBwmAAWVsdABNIF8gYiBmAHQAAAFhclMgWCByInJvdwAAoM0h6SRnaHRhcnJvdwCgziEA4NgiOAP24Goi0iBfCekkZ2h0YXJyb3cAoM8hAAFEZHEgdSDhIXNoAKCvIuEhc2gAoK4igAJiY25wdACCIIYgiSCNIKIgbABhAACgByL1IXRlRGFnAADgICLSIACiSSJFaW9wlSCYIJwgniAA4HAqOANkAADgSyI4A3MASWFyAG8A+AAyCnUAcgBhoG4mbADzoG4mmwjzAa8gAACzIHAAO4CgAKBAbQBwAOXgTiI4AyoJgAJhZW91eQDBIMogzSDWINkg8AHGIAAAyCAAoEMqbwBuAEhh5CFpbEZhbgBnAGSgRyJvAHQAAOBtKjgDcAAAoEIqPWThIXNoAKATIACjYCJBYWRxc3jpIO0g+SD+IAIhDCFyAHIAAKDXIXIAAAFocvIg9SBrAACgJClvoJch9wAGD28AdAAA4FAiOAN1AGkA9gC7CAABZWkGIQohYQByAACgKCntAN8I6SFzdPOgBCLlCHIAAOA12CvdAAJFZXN0/wgcISshLiHxoXEiIiEAABMJ8aFxIgAJAAAnIWwAYQBuAPQAEwlpAO0AGQlyoG8iAKBvIoABQWFwADghOyE/IXIA8gBeIHIAcgAAoK4hYQByAACg8ipzogsiSiEAAAAAxwtkoPwiAKD6ImMAeQBaZIADQUVhZGVzdABcIV8hYiFmIWkhkyGWIXIA8gBXIADgZiI4A3IAcgAAoJohcgAAoCUggKFwImZxcwBwIYQhjiF0AAABYXJ1IXohcgByAG8A9wBlIWkAZwBoAHQAYQByAHIAbwD3AD4h8aFwImAhAACKIWwAYQBuAPQAZwlz4H0qOAMAoG4iaQDtAG0JcqBuImkA5aDqIkUJaQDkADoKAAFwdKMhpyFmAADgNdhf3YCBrAA7aW4AriGvIcchrEBuAIChCSJFZHYAtyG6Ib8hAOD5IjgDbwB0AADg9SI4A+EB1gjEIcYhAKD3IgCg9iJpAHagDCLhAagJzyHRIQCg/iIAoP0igAFhb3IA2CHsIfEhcgCAoSYiYXN0AOAh5SHpIWwAbABlAOwAywhsAADg/SrlIADgAiI4A2wiaW50AACgFCrjoYAi9yEAAPohdQDlAJsJY+CvKjgDZaCAIvEAkwkAAkFhaXQHIgoiFyIeInIA8gBsIHIAcgAAoZshY3cRIhQiAOAzKTgDAOCdITgDZyRodGFycm93AACgmyFyAGkA5aDrIr4JgANjaGltcHF1AC8iPCJHIpwhTSJQIloigKGBImNlcgA2Iv0JOSJ1AOUABgoA4DXYw9zvIXJ0bQKdIQAAAABEImEAcgDhAOEhbQBloEEi8aBEIiYKYQDyAMsIcwB1AAABYnBWIlgi5QDUCeUA3wmAAWJjcABgInMieCKAoYQiRWVzAGci7glqIgDgxSo4A2UAdABl4IIi0iBxAPGgiCJoImMAZaCBIvEA/gmAoYUiRWVzAH8iFgqCIgDgxio4A2UAdABl4IMi0iBxAPGgiSKAIgACZ2lscpIilCKaIpwi7AAMCWwAZABlADuA8QDxQOcAWwlpI2FuZ2xlAAABbHKkIqoi5SFmdGWg6iLxAEUJaSJnaHQAZaDrIvEAvgltoL0DAKEjAGVzuCK8InIAbwAAoBYhcAAAoAcggARESGFkZ2lscnMAziLSItYi2iLeIugi7SICIw8j4SFzaACgrSLhIXJyAKAEKXAAAOBNItIg4SFzaACgrCIAAWV04iLlIgDgZSLSIADgPgDSIG4iZmluAACg3imAAUFldADzIvci+iJyAHIAAKACKQDgZCLSIHLgPADSIGkAZQAA4LQi0iAAAUF0BiMKI3IAcgAAoAMp8iFpZQDgtSLSIGkAbQAA4Dwi0iCAAUFhbgAaIx4jKiNyAHIAAKDWIXIAAAFociMjJiNrAACgIylvoJYh9wD/DuUhYXIAoCcpUxJqFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVCMAAF4jaSN/I4IjjSOeI8AUAAAAAKYjwCMAANoj3yMAAO8jHiQvJD8kRCQAAWNzVyNsFHUAdABlADuA8wDzQAABaXlhI2cjcgBjoJoiO4D0APRAPmSAAmFiaW9zAHEjdCN3I3EBeiNzAOgAdhTsIWFjUWF2AACgOCrvIWxkAKC8KewhaWdTYQABY3KFI4kjaQByAACgvykA4DXYLN1vA5QjAAAAAJYjAACcI24A22JhAHYAZQA7gPIA8kAAoMEpAAFibaEjjAphAHIAAKC1KQACYWNpdKwjryO6I70jcgDyAFkUAAFpcrMjtiNyAACgvinvIXNzAKC7KW4A5QDZCgCgwCmAAWFlaQDFI8gjyyNjAHIATWFnAGEAyWOAAWNkbgDRI9Qj1iPyIW9uv2MAoLYpdQDzAHgBcABmAADgNdhg3YABYWVsAOQj5yPrI3IAAKC3KXIAcAAAoLkpdQDzAHwBAKMoImFkaW9zdvkj/CMPJBMkFiQbJHIA8gBeFIChXSplZm0AAyQJJAwkcgBvoDQhZgAAoDQhO4CqAKpAO4C6ALpA5yFvZgCgtiJyAACgVipsIm9wZQAAoFcqAKBbKoABY2xvACMkJSQrJPIACCRhAHMAaAA7gPgA+EBsAACgmCJpAGwBMyQ4JGQAZQA7gPUA9UBlAHMAYaCXInMAAKA2Km0AbAA7gPYA9kDiIWFyAKA9I+EKXiQAAHokAAB8JJQkAACYJKkkAAAAALUkEQsAAPAkAAAAAAQleiUAAIMlcgCAoSUiYXN0AGUkbyQBCwCBtgA7bGokayS2QGwAZQDsABgDaQJ1JAAAAAB4JG0AAKDzKgCg/Sp5AD9kcgCAAmNpbXB0AIUkiCSLJJkSjyRuAHQAJWBvAGQALmBpAGwAAKAwIOUhbmsAoDEgcgAA4DXYLd2AAWltbwCdJKAkpCR2oMYD1WNtAGEA9AD+B24AZQAAoA4m9KHAA64kAAC0JGMjaGZvcmsAAKDUItZjAAFhdbgkxCRuAAABY2u9JMIkawBooA8hAKAOIfYAaRpzAACkKwBhYmNkZW1zdNMkIRPXJNsk4STjJOck6yTjIWlyAKAjKmkAcgAAoCIqAAFvdYsW3yQAoCUqAKByKm4AO4CxALFAaQBtAACgJip3AG8AAKAnKoABaXB1APUk+iT+JO4idGludACgFSpmAADgNdhh3W4AZAA7gKMAo0CApHoiRWFjZWlub3N1ABMlFSUYJRslTCVRJVklSSV1JQCgsypwAACgtyp1AOUAPwtjoK8qgKJ6ImFjZW5zACclLSU0JTYlSSVwAHAAcgBvAPgAFyV1AHIAbAB5AGUA8QA/C/EAOAuAAWFlcwA8JUElRSXwInByb3gAoLkqcQBxAACgtSppAG0AAKDoImkA7QBEC20AZQDzoDIgIguAAUVhcwBDJVclRSXwAEAlgAFkZnAATwtfJXElgAFhbHMAZSVpJW0l7CFhcgCgLiPpIW5lAKASI/UhcmYAoBMjdKAdIu8AWQvyIWVsAKCwIgABY2l9JYElcgAA4DXYxdzIY24iY3NwAACgCCAAA2Zpb3BzdZElKxuVJZolnyWkJXIAAOA12C7dcABmAADgNdhi3XIiaW1lAACgVyBjAHIAAOA12MbcgAFhZW8AqiW6JcAldAAAAWVpryW2JXIAbgBpAG8AbgDzABkFbgB0AACgFipzAHQAZaA/APEACRj0AG0LgApBQkhhYmNkZWZoaWxtbm9wcnN0dXgA4yXyJfYl+iVpJpAmpia9JtUm5ib4JlonaCdxJ3UnnietJ7EnyCfiJ+cngAFhcnQA6SXsJe4lcgDyAJkM8gD6AuEhaWwAoBwpYQByAPIA3BVhAHIAAKBkKYADY2RlbnFydAAGJhAmEyYYJiYmKyZaJgABZXUKJg0mAOA9IjEDdABlAFVhaQDjACAN7SJwdHl2AKCzKWcAgKHpJ2RlbAAgJiImJCYAoJIpAKClKeUA9wt1AG8AO4C7ALtAcgAApZIhYWJjZmhscHN0dz0mQCZFJkcmSiZMJk4mUSZVJlgmcAAAoHUpZqDlIXMAAKAgKQCgMylzAACgHinrALka8ACVHmwAAKBFKWkAbQAAoHQpbAAAoKMhAKCdIQABYWleJmImaQBsAACgGilvAG6gNiJhAGwA8wB2C4ABYWJyAG8mciZ2JnIA8gAvEnIAawAAoHMnAAFha3omgSZjAAABZWt/JoAmfWBdYAABZXOFJocmAKCMKWwAAAFkdYwmjiYAoI4pAKCQKQACYWV1eZcmmiajJqUm8iFvbllhAAFkaZ4moSZpAGwAV2HsAA8M4gCAJkBkAAJjbHFzrSawJrUmuiZhAACgNylkImhhcgAAoGkpdQBvAPKgHSCjAWgAAKCzIYABYWNnAMMm0iaUC2wAgKEcIWlwcwDLJs4migxuAOUAoAxhAHIA9ADaC3QAAKCtJYABaWxyANsm3ybjJvMhaHQAoH0pbwBvAPIANgwA4DXYL90AAWFv6ib1JnIAAAFkde8m8SYAoMEhbKDAIQCgbCl2oMED8WOAAWducwD+Jk4nUCdoAHQAAANhaGxyc3QKJxInISc1Jz0nRydyInJvdwB0oJIhYQDpAFYmYSNycG9vbgAAAWR1GiceJ28AdwDuAPAmcAAAoMAh5SFmdAABYWgnJy0ncgByAG8AdwDzAAkMYQByAHAAbwBvAG4A8wATBGklZ2h0YXJyb3dzAACgySFxAHUAaQBnAGEAcgByAG8A9wBZJugkcmVldGltZXMAoMwiZwDaYmkAbgBnAGQAbwB0AHMAZQDxABwYgAFhaG0AYCdjJ2YncgDyAAkMYQDyABMEAKAPIG8idXN0AGGgsSPjIWhlAKCxI+0haWQAoO4qAAJhYnB0fCeGJ4knmScAAW5ygCeDJ2cAAKDtJ3IAAKD+IXIA6wAcDIABYWZsAI8nkieVJ3IAAKCGKQDgNdhj3XUAcwAAoC4qaSJtZXMAAKA1KgABYXCiJ6gncgBnoCkAdAAAoJQp7yJsaW50AKASKmEAcgDyADwnAAJhY2hxuCe8J6EMwCfxIXVvAKA6IHIAAOA12MfcAAFidYAmxCdvAPKgGSCoAYABaGlyAM4n0ifWJ3IAZQDlAE0n7SFlcwCgyiJpAIChuSVlZmwAXAxjEt4n9CFyaQCgzinsInVoYXIAoGgpAKAeIWENBSgJKA0oSyhVKIYoAACLKLAoAAAAAOMo5ygAABApJCkxKW0pcSmHKaYpAACYKgAAAACxKmMidXRlAFthcQB1AO8ABR+ApHsiRWFjZWlucHN5ABwoHignKCooLygyKEEoRihJKACgtCrwASMoAAAlKACguCpvAG4AYWF1AOUAgw1koLAqaQBsAF9hcgBjAF1hgAFFYXMAOCg6KD0oAKC2KnAAAKC6KmkAbQAAoOki7yJsaW50AKATKmkA7QCIDUFkbwB0AGKixSKRFgAAAABTKACgZiqAA0FhY21zdHgAYChkKG8ocyh1KHkogihyAHIAAKDYIXIAAAFocmkoayjrAJAab6CYIfcAzAd0ADuApwCnQGkAO2D3IWFyAKApKW0AAAFpbn4ozQBuAHUA8wDOAHQAAKA2J3IA7+A12DDdIxkAAmFjb3mRKJUonSisKHIAcAAAoG8mAAFoeZkonChjAHkASWRIZHIAdABtAqUoAAAAAKgoaQDkAFsPYQByAGEA7ABsJDuArQCtQAABZ22zKLsobQBhAAChwwNmdroouijCY4CjPCJkZWdsbnByAMgozCjPKNMo1yjaKN4obwB0AACgairxoEMiCw5FoJ4qAKCgKkWgnSoAoJ8qZQAAoEYi7CF1cwCgJCrhIXJyAKByKWEAcgDyAPwMAAJhZWl07Sj8KAEpCCkAAWxz8Sj4KGwAcwBlAHQAbQDpAH8oaABwAACgMyrwImFyc2wAoOQpAAFkbFoPBSllAACgIyNloKoqc6CsKgDgrCoA/oABZmxwABUpGCkfKfQhY3lMZGKgLwBhoMQpcgAAoD8jZgAA4DXYZN1hAAABZHIoKRcDZQBzAHWgYCZpAHQAAKBgJoABY3N1ADYpRilhKQABYXU6KUApcABzoJMiAOCTIgD+cABzoJQiAOCUIgD+dQAAAWJwSylWKQChjyJlcz4NUCllAHQAZaCPIvEAPw0AoZAiZXNIDVspZQB0AGWgkCLxAEkNAKGhJWFmZilbBHIAZQFrKVwEAKChJWEAcgDyAAMNAAJjZW10dyl7KX8pgilyAADgNdjI3HQAbQDuAM4AaQDsAAYpYQByAOYAVw0AAWFyiimOKXIA5qAGJhESAAFhbpIpoylpImdodAAAAWVwmSmgKXAAcwBpAGwAbwDuANkXaADpAKAkcwCvYIACYmNtbnAArin8KY4NJSooKgCkgiJFZGVtbnByc7wpvinCKcgpzCnUKdgp3CkAoMUqbwB0AACgvSpkoIYibwB0AACgwyr1IWx0AKDBKgABRWXQKdIpAKDLKgCgiiLsIXVzAKC/KuEhcnIAoHkpgAFlaXUA4inxKfQpdAAAoYIiZW7oKewpcQDxoIYivSllAHEA8aCKItEpbQAAoMcqAAFicPgp+ikAoNUqAKDTKmMAgKJ7ImFjZW5zAAcqDSoUKhYqRihwAHAAcgBvAPgAIyh1AHIAbAB5AGUA8QCDDfEAfA2AAWFlcwAcKiIqPShwAHAAcgBvAPgAPChxAPEAOShnAACgaiYApoMiMTIzRWRlaGxtbnBzPCo/KkIqRSpHKlIqWCpjKmcqaypzKncqO4C5ALlAO4CyALJAO4CzALNAAKDGKgABb3NLKk4qdAAAoL4qdQBiAACg2CpkoIcibwB0AACgxCpzAAABb3VdKmAqbAAAoMknYgAAoNcq4SFycgCgeyn1IWx0AKDCKgABRWVvKnEqAKDMKgCgiyLsIXVzAKDAKoABZWl1AH0qjCqPKnQAAKGDImVugyqHKnEA8aCHIkYqZQBxAPGgiyJwKm0AAKDIKgABYnCTKpUqAKDUKgCg1iqAAUFhbgCdKqEqrCpyAHIAAKDZIXIAAAFocqYqqCrrAJUab6CZIfcAxQf3IWFyAKAqKWwAaQBnADuA3wDfQOELzyrZKtwq6SrsKvEqAAD1KjQrAAAAAAAAAAAAAEwrbCsAAHErvSsAAAAAAADRK3IC1CoAAAAA2CrnIWV0AKAWI8RjcgDrAOUKgAFhZXkA4SrkKucq8iFvbmVh5CFpbGNhQmRvAPQAIg5sInJlYwAAoBUjcgAA4DXYMd0AAmVpa2/7KhIrKCsuK/IBACsAAAkrZQAAATRm6g0EK28AcgDlAOsNYQBzorgDECsAAAAAEit5AG0A0WMAAWNuFislK2sAAAFhcxsrIStwAHAAcgBvAPgAFw5pAG0AAKA8InMA8AD9DQABYXMsKyEr8AAXDnIAbgA7gP4A/kDsATgrOyswG2QA5QBnAmUAcwCAgdcAO2JkAEMrRCtJK9dAYaCgInIAAKAxKgCgMCqAAWVwcwBRK1MraSvhAAkh4qKkIlsrXysAAAAAYytvAHQAAKA2I2kAcgAAoPEqb+A12GXdcgBrAACg2irhAHgociJpbWUAAKA0IIABYWlwAHYreSu3K2QA5QC+DYADYWRlbXBzdACFK6MrmiunK6wrsCuzK24iZ2xlAACitSVkbHFykCuUK5ornCvvIXduAKC/JeUhZnRloMMl8QACBwCgXCJpImdodABloLkl8QBdDG8AdAAAoOwlaSJudXMAAKA6KuwhdXMAoDkqYgAAoM0p6SFtZQCgOyrlInppdW0AoOIjgAFjaHQAwivKK80rAAFyecYrySsA4DXYydxGZGMAeQBbZPIhb2tnYQABaW/UK9creAD0ANERaCJlYWQAAAFsct4r5ytlAGYAdABhAHIAcgBvAPcAXQbpJGdodGFycm93AKCgIQAJQUhhYmNkZmdobG1vcHJzdHV3CiwNLBEsHSwnLDEsQCxLLFIsYix6LIQsjyzLLOgs7Sz/LAotcgDyAAkDYQByAACgYykAAWNyFSwbLHUAdABlADuA+gD6QPIACQ1yAOMBIywAACUseQBeZHYAZQBtYQABaXkrLDAscgBjADuA+wD7QENkgAFhYmgANyw6LD0scgDyANEO7CFhY3FhYQDyAOAOAAFpckQsSCzzIWh0AKB+KQDgNdgy3XIAYQB2AGUAO4D5APlAYQFWLF8scgAAAWxyWixcLACgvyEAoL4hbABrAACggCUAAWN0Zix2LG8CbCwAAAAAcyxyAG4AZaAcI3IAAKAcI28AcAAAoA8jcgBpAACg+CUAAWFsfiyBLGMAcgBrYTuAqACoQAABZ3CILIssbwBuAHNhZgAA4DXYZt0AA2FkaGxzdZksniynLLgsuyzFLHIAcgBvAPcACQ1vAHcAbgBhAHIAcgBvAPcA2A5hI3Jwb29uAAABbHKvLLMsZQBmAPQAWyxpAGcAaAD0AF0sdQDzAKYOaQAAocUDaGzBLMIs0mNvAG4AxWPwI2Fycm93cwCgyCGAAWNpdADRLOEs5CxvAtcsAAAAAN4scgBuAGWgHSNyAACgHSNvAHAAAKAOI24AZwBvYXIAaQAAoPklYwByAADgNdjK3IABZGlyAPMs9yz6LG8AdAAAoPAi7CFkZWlhaQBmoLUlAKC0JQABYW0DLQYtcgDyAMosbAA7gPwA/EDhIm5nbGUAoKcpgAdBQkRhY2RlZmxub3Byc3oAJy0qLTAtNC2bLZ0toS2/LcMtxy3TLdgt3C3gLfwtcgDyABADYQByAHag6CoAoOkqYQBzAOgA/gIAAW5yOC08LechcnQAoJwpgANla25wcnN0AJkpSC1NLVQtXi1iLYItYQBwAHAA4QAaHG8AdABoAGkAbgDnAKEXgAFoaXIAoSmzJFotbwBwAPQAdCVooJUh7wD4JgABaXVmLWotZwBtAOEAuygAAWJwbi14LXMjZXRuZXEAceCKIgD+AODLKgD+cyNldG5lcQBx4IsiAP4A4MwqAP4AAWhyhi2KLWUAdADhABIraSNhbmdsZQAAAWxyki2WLeUhZnQAoLIiaSJnaHQAAKCzInkAMmThIXNoAKCiIoABZWxyAKcttC24LWKiKCKuLQAAAACyLWEAcgAAoLsicQAAoFoi7CFpcACg7iIAAWJ0vC1eD2EA8gBfD3IAAOA12DPddAByAOkAlS1zAHUAAAFicM0t0C0A4IIi0iAA4IMi0iBwAGYAAOA12GfdcgBvAPAAWQt0AHIA6QCaLQABY3XkLegtcgAA4DXYy9wAAWJw7C30LW4AAAFFZXUt8S0A4IoiAP5uAAABRWV/LfktAOCLIgD+6SJnemFnAKCaKYADY2Vmb3BycwANLhAuJS4pLiMuLi40LukhcmN1YQABZGkULiEuAAFiZxguHC5hAHIAAKBfKmUAcaAnIgCgWSLlIXJwAKAYIXIAAOA12DTdcABmAADgNdho3WWgQCJhAHQA6ABqD2MAcgAA4DXYzNzjCuQRUC4AAFQuAABYLmIuAAAAAGMubS5wLnQuAAAAAIguki4AAJouJxIqEnQAcgDpAB0ScgAA4DXYNd0AAUFhWy5eLnIA8gDnAnIA8gCTB75jAAFBYWYuaS5yAPIA4AJyAPIAjAdhAPAAeh5pAHMAAKD7IoABZHB0APgReS6DLgABZmx9LoAuAOA12GnddQDzAP8RaQBtAOUABBIAAUFhiy6OLnIA8gDuAnIA8gCaBwABY3GVLgoScgAA4DXYzdwAAXB0nS6hLmwAdQDzACUScgDpACASAARhY2VmaW9zdbEuvC7ELsguzC7PLtQu2S5jAAABdXm2LrsudABlADuA/QD9QE9kAAFpecAuwy5yAGMAd2FLZG4AO4ClAKVAcgAA4DXYNt1jAHkAV2RwAGYAAOA12GrdYwByAADgNdjO3AABY23dLt8ueQBOZGwAO4D/AP9AAAVhY2RlZmhpb3N38y73Lv8uAi8MLxAvEy8YLx0vIi9jInV0ZQB6YQABYXn7Lv4u8iFvbn5hN2RvAHQAfGEAAWV0Bi8KL3QAcgDmAB8QYQC2Y3IAAOA12DfdYwB5ADZk5yJyYXJyAKDdIXAAZgAA4DXYa91jAHIAAOA12M/cAAFqbiYvKC8AoA0gagAAoAwg")});var w8=M((o5)=>{Object.defineProperty(o5,"__esModule",{value:!0});o5.xmlDecodeTree=void 0;var mY=M8();o5.xmlDecodeTree=mY.decodeBase64("AAJhZ2xxBwARABMAFQBtAg0AAAAAAA8AcAAmYG8AcwAnYHQAPmB0ADxg9SFvdCJg")});var x4=M((s5)=>{Object.defineProperty(s5,"__esModule",{value:!0});s5.BinTrieFlags=void 0;var _4;(function($){$[$.VALUE_LENGTH=49152]="VALUE_LENGTH",$[$.FLAG13=8192]="FLAG13",$[$.BRANCH_LENGTH=8064]="BRANCH_LENGTH",$[$.JUMP_TABLE=127]="JUMP_TABLE"})(_4||(s5.BinTrieFlags=_4={}))});var S8=M((i)=>{Object.defineProperty(i,"__esModule",{value:!0});i.xmlDecodeTree=i.htmlDecodeTree=i.replaceCodePoint=i.fromCodePoint=i.decodeCodePoint=i.EntityDecoder=i.DecodingMode=void 0;i.determineBranch=b4;i.decodeHTML=nY;i.decodeHTMLAttribute=rY;i.decodeHTMLStrict=aY;i.decodeXML=oY;var h4=N8(),uY=P8(),lY=w8(),w0=x4(),p;(function($){$[$.NUM=35]="NUM",$[$.SEMI=59]="SEMI",$[$.EQUALS=61]="EQUALS",$[$.ZERO=48]="ZERO",$[$.NINE=57]="NINE",$[$.LOWER_A=97]="LOWER_A",$[$.LOWER_F=102]="LOWER_F",$[$.LOWER_X=120]="LOWER_X",$[$.LOWER_Z=122]="LOWER_Z",$[$.UPPER_A=65]="UPPER_A",$[$.UPPER_F=70]="UPPER_F",$[$.UPPER_Z=90]="UPPER_Z"})(p||(p={}));var g4=32;function D8($){return $>=p.ZERO&&$<=p.NINE}function pY($){return $>=p.UPPER_A&&$<=p.UPPER_F||$>=p.LOWER_A&&$<=p.LOWER_F}function iY($){return $>=p.UPPER_A&&$<=p.UPPER_Z||$>=p.LOWER_A&&$<=p.LOWER_Z||D8($)}function cY($){return $===p.EQUALS||iY($)}var e;(function($){$[$.EntityStart=0]="EntityStart",$[$.NumericStart=1]="NumericStart",$[$.NumericDecimal=2]="NumericDecimal",$[$.NumericHex=3]="NumericHex",$[$.NamedEntity=4]="NamedEntity"})(e||(e={}));var h0;(function($){$[$.Legacy=0]="Legacy",$[$.Strict=1]="Strict",$[$.Attribute=2]="Attribute"})(h0||(i.DecodingMode=h0={}));class j8{constructor($,Z,J){this.decodeTree=$,this.emitCodePoint=Z,this.errors=J,this.state=e.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=h0.Strict,this.runConsumed=0}startEntity($){this.decodeMode=$,this.state=e.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1,this.runConsumed=0}write($,Z){switch(this.state){case e.EntityStart:{if($.charCodeAt(Z)===p.NUM)return this.state=e.NumericStart,this.consumed+=1,this.stateNumericStart($,Z+1);return this.state=e.NamedEntity,this.stateNamedEntity($,Z)}case e.NumericStart:return this.stateNumericStart($,Z);case e.NumericDecimal:return this.stateNumericDecimal($,Z);case e.NumericHex:return this.stateNumericHex($,Z);case e.NamedEntity:return this.stateNamedEntity($,Z)}}stateNumericStart($,Z){if(Z>=$.length)return-1;if(($.charCodeAt(Z)|g4)===p.LOWER_X)return this.state=e.NumericHex,this.consumed+=1,this.stateNumericHex($,Z+1);return this.state=e.NumericDecimal,this.stateNumericDecimal($,Z)}stateNumericHex($,Z){while(Z<$.length){let J=$.charCodeAt(Z);if(D8(J)||pY(J)){let G=J<=p.NINE?J-p.ZERO:(J|g4)-p.LOWER_A+10;this.result=this.result*16+G,this.consumed++,Z++}else return this.emitNumericEntity(J,3)}return-1}stateNumericDecimal($,Z){while(Z<$.length){let J=$.charCodeAt(Z);if(D8(J))this.result=this.result*10+(J-p.ZERO),this.consumed++,Z++;else return this.emitNumericEntity(J,2)}return-1}emitNumericEntity($,Z){var J;if(this.consumed<=Z)return(J=this.errors)===null||J===void 0||J.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if($===p.SEMI)this.consumed+=1;else if(this.decodeMode===h0.Strict)return 0;if(this.emitCodePoint(h4.replaceCodePoint(this.result),this.consumed),this.errors){if($!==p.SEMI)this.errors.missingSemicolonAfterCharacterReference();this.errors.validateNumericCharacterReference(this.result)}return this.consumed}stateNamedEntity($,Z){let{decodeTree:J}=this,G=J[this.treeIndex],K=(G&w0.BinTrieFlags.VALUE_LENGTH)>>14;while(Z<$.length){if(K===0&&(G&w0.BinTrieFlags.FLAG13)!==0){let Y=(G&w0.BinTrieFlags.BRANCH_LENGTH)>>7;if(this.runConsumed===0){let X=G&w0.BinTrieFlags.JUMP_TABLE;if($.charCodeAt(Z)!==X)return this.result===0?0:this.emitNotTerminatedNamedEntity();Z++,this.excess++,this.runConsumed++}while(this.runConsumed<Y){if(Z>=$.length)return-1;let X=this.runConsumed-1,V=J[this.treeIndex+1+(X>>1)],z=X%2===0?V&255:V>>8&255;if($.charCodeAt(Z)!==z)return this.runConsumed=0,this.result===0?0:this.emitNotTerminatedNamedEntity();Z++,this.excess++,this.runConsumed++}this.runConsumed=0,this.treeIndex+=1+(Y>>1),G=J[this.treeIndex],K=(G&w0.BinTrieFlags.VALUE_LENGTH)>>14}if(Z>=$.length)break;let Q=$.charCodeAt(Z);if(Q===p.SEMI&&K!==0&&(G&w0.BinTrieFlags.FLAG13)!==0)return this.emitNamedEntityData(this.treeIndex,K,this.consumed+this.excess);if(this.treeIndex=b4(J,G,this.treeIndex+Math.max(1,K),Q),this.treeIndex<0)return this.result===0||this.decodeMode===h0.Attribute&&(K===0||cY(Q))?0:this.emitNotTerminatedNamedEntity();if(G=J[this.treeIndex],K=(G&w0.BinTrieFlags.VALUE_LENGTH)>>14,K!==0){if(Q===p.SEMI)return this.emitNamedEntityData(this.treeIndex,K,this.consumed+this.excess);if(this.decodeMode!==h0.Strict&&(G&w0.BinTrieFlags.FLAG13)===0)this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0}Z++,this.excess++}return-1}emitNotTerminatedNamedEntity(){var $;let{result:Z,decodeTree:J}=this,G=(J[Z]&w0.BinTrieFlags.VALUE_LENGTH)>>14;return this.emitNamedEntityData(Z,G,this.consumed),($=this.errors)===null||$===void 0||$.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData($,Z,J){let{decodeTree:G}=this;if(this.emitCodePoint(Z===1?G[$]&~(w0.BinTrieFlags.VALUE_LENGTH|w0.BinTrieFlags.FLAG13):G[$+1],J),Z===3)this.emitCodePoint(G[$+2],J);return J}end(){var $;switch(this.state){case e.NamedEntity:return this.result!==0&&(this.decodeMode!==h0.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case e.NumericDecimal:return this.emitNumericEntity(0,2);case e.NumericHex:return this.emitNumericEntity(0,3);case e.NumericStart:return($=this.errors)===null||$===void 0||$.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case e.EntityStart:return 0}}}i.EntityDecoder=j8;function k4($){let Z="",J=new j8($,(G)=>Z+=h4.fromCodePoint(G));return function G(K,Q){let Y=0,X=0;while((X=K.indexOf("&",X))>=0){Z+=K.slice(Y,X),J.startEntity(Q);let z=J.write(K,X+1);if(z<0){Y=X+J.end();break}Y=X+z,X=z===0?Y+1:Y}let V=Z+K.slice(Y);return Z="",V}}function b4($,Z,J,G){let K=(Z&w0.BinTrieFlags.BRANCH_LENGTH)>>7,Q=Z&w0.BinTrieFlags.JUMP_TABLE;if(K===0)return Q!==0&&G===Q?J:-1;if(Q){let z=G-Q;return z<0||z>=K?-1:$[J+z]-1}let Y=K+1>>1,X=0,V=K-1;while(X<=V){let z=X+V>>>1,H=z>>1,W=$[J+H]>>(z&1)*8&255;if(W<G)X=z+1;else if(W>G)V=z-1;else return $[J+Y+z]}return-1}var T8=k4(uY.htmlDecodeTree),dY=k4(lY.xmlDecodeTree);function nY($,Z=h0.Legacy){return T8($,Z)}function rY($){return T8($,h0.Attribute)}function aY($){return T8($,h0.Strict)}function oY($){return dY($,h0.Strict)}var E8=N8();Object.defineProperty(i,"decodeCodePoint",{enumerable:!0,get:function(){return E8.decodeCodePoint}});Object.defineProperty(i,"fromCodePoint",{enumerable:!0,get:function(){return E8.fromCodePoint}});Object.defineProperty(i,"replaceCodePoint",{enumerable:!0,get:function(){return E8.replaceCodePoint}});var sY=P8();Object.defineProperty(i,"htmlDecodeTree",{enumerable:!0,get:function(){return sY.htmlDecodeTree}});var tY=w8();Object.defineProperty(i,"xmlDecodeTree",{enumerable:!0,get:function(){return tY.xmlDecodeTree}})});var v8=M((o1)=>{Object.defineProperty(o1,"__esModule",{value:!0});o1.QuoteType=void 0;var F1=S8(),D;(function($){$[$.Tab=9]="Tab",$[$.NewLine=10]="NewLine",$[$.FormFeed=12]="FormFeed",$[$.CarriageReturn=13]="CarriageReturn",$[$.Space=32]="Space",$[$.ExclamationMark=33]="ExclamationMark",$[$.Number=35]="Number",$[$.Amp=38]="Amp",$[$.SingleQuote=39]="SingleQuote",$[$.DoubleQuote=34]="DoubleQuote",$[$.Dash=45]="Dash",$[$.Slash=47]="Slash",$[$.Zero=48]="Zero",$[$.Nine=57]="Nine",$[$.Semi=59]="Semi",$[$.Lt=60]="Lt",$[$.Eq=61]="Eq",$[$.Gt=62]="Gt",$[$.Questionmark=63]="Questionmark",$[$.UpperA=65]="UpperA",$[$.LowerA=97]="LowerA",$[$.UpperF=70]="UpperF",$[$.LowerF=102]="LowerF",$[$.UpperZ=90]="UpperZ",$[$.LowerZ=122]="LowerZ",$[$.LowerX=120]="LowerX",$[$.OpeningSquareBracket=91]="OpeningSquareBracket"})(D||(D={}));var L;(function($){$[$.Text=1]="Text",$[$.BeforeTagName=2]="BeforeTagName",$[$.InTagName=3]="InTagName",$[$.InSelfClosingTag=4]="InSelfClosingTag",$[$.BeforeClosingTagName=5]="BeforeClosingTagName",$[$.InClosingTagName=6]="InClosingTagName",$[$.AfterClosingTagName=7]="AfterClosingTagName",$[$.BeforeAttributeName=8]="BeforeAttributeName",$[$.InAttributeName=9]="InAttributeName",$[$.AfterAttributeName=10]="AfterAttributeName",$[$.BeforeAttributeValue=11]="BeforeAttributeValue",$[$.InAttributeValueDq=12]="InAttributeValueDq",$[$.InAttributeValueSq=13]="InAttributeValueSq",$[$.InAttributeValueNq=14]="InAttributeValueNq",$[$.BeforeDeclaration=15]="BeforeDeclaration",$[$.InDeclaration=16]="InDeclaration",$[$.InProcessingInstruction=17]="InProcessingInstruction",$[$.BeforeComment=18]="BeforeComment",$[$.CDATASequence=19]="CDATASequence",$[$.InSpecialComment=20]="InSpecialComment",$[$.InCommentLike=21]="InCommentLike",$[$.BeforeSpecialS=22]="BeforeSpecialS",$[$.BeforeSpecialT=23]="BeforeSpecialT",$[$.SpecialStartSequence=24]="SpecialStartSequence",$[$.InSpecialTag=25]="InSpecialTag",$[$.InEntity=26]="InEntity"})(L||(L={}));function z$($){return $===D.Space||$===D.NewLine||$===D.Tab||$===D.FormFeed||$===D.CarriageReturn}function t5($){return $===D.Slash||$===D.Gt||z$($)}function eY($){return $>=D.LowerA&&$<=D.LowerZ||$>=D.UpperA&&$<=D.UpperZ}var l$;(function($){$[$.NoValue=0]="NoValue",$[$.Unquoted=1]="Unquoted",$[$.Single=2]="Single",$[$.Double=3]="Double"})(l$||(o1.QuoteType=l$={}));var r={Cdata:new Uint8Array([67,68,65,84,65,91]),CdataEnd:new Uint8Array([93,93,62]),CommentEnd:new Uint8Array([45,45,62]),ScriptEnd:new Uint8Array([60,47,115,99,114,105,112,116]),StyleEnd:new Uint8Array([60,47,115,116,121,108,101]),TitleEnd:new Uint8Array([60,47,116,105,116,108,101]),TextareaEnd:new Uint8Array([60,47,116,101,120,116,97,114,101,97]),XmpEnd:new Uint8Array([60,47,120,109,112])};class m4{constructor({xmlMode:$=!1,decodeEntities:Z=!0},J){this.cbs=J,this.state=L.Text,this.buffer="",this.sectionStart=0,this.index=0,this.entityStart=0,this.baseState=L.Text,this.isSpecial=!1,this.running=!0,this.offset=0,this.currentSequence=void 0,this.sequenceIndex=0,this.xmlMode=$,this.decodeEntities=Z,this.entityDecoder=new F1.EntityDecoder($?F1.xmlDecodeTree:F1.htmlDecodeTree,(G,K)=>this.emitCodePoint(G,K))}reset(){this.state=L.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=L.Text,this.currentSequence=void 0,this.running=!0,this.offset=0}write($){this.offset+=this.buffer.length,this.buffer=$,this.parse()}end(){if(this.running)this.finish()}pause(){this.running=!1}resume(){if(this.running=!0,this.index<this.buffer.length+this.offset)this.parse()}stateText($){if($===D.Lt||!this.decodeEntities&&this.fastForwardTo(D.Lt)){if(this.index>this.sectionStart)this.cbs.ontext(this.sectionStart,this.index);this.state=L.BeforeTagName,this.sectionStart=this.index}else if(this.decodeEntities&&$===D.Amp)this.startEntity()}stateSpecialStartSequence($){let Z=this.sequenceIndex===this.currentSequence.length;if(!(Z?t5($):($|32)===this.currentSequence[this.sequenceIndex]))this.isSpecial=!1;else if(!Z){this.sequenceIndex++;return}this.sequenceIndex=0,this.state=L.InTagName,this.stateInTagName($)}stateInSpecialTag($){if(this.sequenceIndex===this.currentSequence.length){if($===D.Gt||z$($)){let Z=this.index-this.currentSequence.length;if(this.sectionStart<Z){let J=this.index;this.index=Z,this.cbs.ontext(this.sectionStart,Z),this.index=J}this.isSpecial=!1,this.sectionStart=Z+2,this.stateInClosingTagName($);return}this.sequenceIndex=0}if(($|32)===this.currentSequence[this.sequenceIndex])this.sequenceIndex+=1;else if(this.sequenceIndex===0){if(this.currentSequence===r.TitleEnd){if(this.decodeEntities&&$===D.Amp)this.startEntity()}else if(this.fastForwardTo(D.Lt))this.sequenceIndex=1}else this.sequenceIndex=Number($===D.Lt)}stateCDATASequence($){if($===r.Cdata[this.sequenceIndex]){if(++this.sequenceIndex===r.Cdata.length)this.state=L.InCommentLike,this.currentSequence=r.CdataEnd,this.sequenceIndex=0,this.sectionStart=this.index+1}else this.sequenceIndex=0,this.state=L.InDeclaration,this.stateInDeclaration($)}fastForwardTo($){while(++this.index<this.buffer.length+this.offset)if(this.buffer.charCodeAt(this.index-this.offset)===$)return!0;return this.index=this.buffer.length+this.offset-1,!1}stateInCommentLike($){if($===this.currentSequence[this.sequenceIndex]){if(++this.sequenceIndex===this.currentSequence.length){if(this.currentSequence===r.CdataEnd)this.cbs.oncdata(this.sectionStart,this.index,2);else this.cbs.oncomment(this.sectionStart,this.index,2);this.sequenceIndex=0,this.sectionStart=this.index+1,this.state=L.Text}}else if(this.sequenceIndex===0){if(this.fastForwardTo(this.currentSequence[0]))this.sequenceIndex=1}else if($!==this.currentSequence[this.sequenceIndex-1])this.sequenceIndex=0}isTagStartChar($){return this.xmlMode?!t5($):eY($)}startSpecial($,Z){this.isSpecial=!0,this.currentSequence=$,this.sequenceIndex=Z,this.state=L.SpecialStartSequence}stateBeforeTagName($){if($===D.ExclamationMark)this.state=L.BeforeDeclaration,this.sectionStart=this.index+1;else if($===D.Questionmark)this.state=L.InProcessingInstruction,this.sectionStart=this.index+1;else if(this.isTagStartChar($)){let Z=$|32;if(this.sectionStart=this.index,this.xmlMode)this.state=L.InTagName;else if(Z===r.ScriptEnd[2])this.state=L.BeforeSpecialS;else if(Z===r.TitleEnd[2]||Z===r.XmpEnd[2])this.state=L.BeforeSpecialT;else this.state=L.InTagName}else if($===D.Slash)this.state=L.BeforeClosingTagName;else this.state=L.Text,this.stateText($)}stateInTagName($){if(t5($))this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=L.BeforeAttributeName,this.stateBeforeAttributeName($)}stateBeforeClosingTagName($){if(z$($));else if($===D.Gt)this.state=L.Text;else this.state=this.isTagStartChar($)?L.InClosingTagName:L.InSpecialComment,this.sectionStart=this.index}stateInClosingTagName($){if($===D.Gt||z$($))this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=L.AfterClosingTagName,this.stateAfterClosingTagName($)}stateAfterClosingTagName($){if($===D.Gt||this.fastForwardTo(D.Gt))this.state=L.Text,this.sectionStart=this.index+1}stateBeforeAttributeName($){if($===D.Gt){if(this.cbs.onopentagend(this.index),this.isSpecial)this.state=L.InSpecialTag,this.sequenceIndex=0;else this.state=L.Text;this.sectionStart=this.index+1}else if($===D.Slash)this.state=L.InSelfClosingTag;else if(!z$($))this.state=L.InAttributeName,this.sectionStart=this.index}stateInSelfClosingTag($){if($===D.Gt)this.cbs.onselfclosingtag(this.index),this.state=L.Text,this.sectionStart=this.index+1,this.isSpecial=!1;else if(!z$($))this.state=L.BeforeAttributeName,this.stateBeforeAttributeName($)}stateInAttributeName($){if($===D.Eq||t5($))this.cbs.onattribname(this.sectionStart,this.index),this.sectionStart=this.index,this.state=L.AfterAttributeName,this.stateAfterAttributeName($)}stateAfterAttributeName($){if($===D.Eq)this.state=L.BeforeAttributeValue;else if($===D.Slash||$===D.Gt)this.cbs.onattribend(l$.NoValue,this.sectionStart),this.sectionStart=-1,this.state=L.BeforeAttributeName,this.stateBeforeAttributeName($);else if(!z$($))this.cbs.onattribend(l$.NoValue,this.sectionStart),this.state=L.InAttributeName,this.sectionStart=this.index}stateBeforeAttributeValue($){if($===D.DoubleQuote)this.state=L.InAttributeValueDq,this.sectionStart=this.index+1;else if($===D.SingleQuote)this.state=L.InAttributeValueSq,this.sectionStart=this.index+1;else if(!z$($))this.sectionStart=this.index,this.state=L.InAttributeValueNq,this.stateInAttributeValueNoQuotes($)}handleInAttributeValue($,Z){if($===Z||!this.decodeEntities&&this.fastForwardTo(Z))this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(Z===D.DoubleQuote?l$.Double:l$.Single,this.index+1),this.state=L.BeforeAttributeName;else if(this.decodeEntities&&$===D.Amp)this.startEntity()}stateInAttributeValueDoubleQuotes($){this.handleInAttributeValue($,D.DoubleQuote)}stateInAttributeValueSingleQuotes($){this.handleInAttributeValue($,D.SingleQuote)}stateInAttributeValueNoQuotes($){if(z$($)||$===D.Gt)this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(l$.Unquoted,this.index),this.state=L.BeforeAttributeName,this.stateBeforeAttributeName($);else if(this.decodeEntities&&$===D.Amp)this.startEntity()}stateBeforeDeclaration($){if($===D.OpeningSquareBracket)this.state=L.CDATASequence,this.sequenceIndex=0;else this.state=$===D.Dash?L.BeforeComment:L.InDeclaration}stateInDeclaration($){if($===D.Gt||this.fastForwardTo(D.Gt))this.cbs.ondeclaration(this.sectionStart,this.index),this.state=L.Text,this.sectionStart=this.index+1}stateInProcessingInstruction($){if($===D.Gt||this.fastForwardTo(D.Gt))this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=L.Text,this.sectionStart=this.index+1}stateBeforeComment($){if($===D.Dash)this.state=L.InCommentLike,this.currentSequence=r.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1;else this.state=L.InDeclaration}stateInSpecialComment($){if($===D.Gt||this.fastForwardTo(D.Gt))this.cbs.oncomment(this.sectionStart,this.index,0),this.state=L.Text,this.sectionStart=this.index+1}stateBeforeSpecialS($){let Z=$|32;if(Z===r.ScriptEnd[3])this.startSpecial(r.ScriptEnd,4);else if(Z===r.StyleEnd[3])this.startSpecial(r.StyleEnd,4);else this.state=L.InTagName,this.stateInTagName($)}stateBeforeSpecialT($){switch($|32){case r.TitleEnd[3]:{this.startSpecial(r.TitleEnd,4);break}case r.TextareaEnd[3]:{this.startSpecial(r.TextareaEnd,4);break}case r.XmpEnd[3]:{this.startSpecial(r.XmpEnd,4);break}default:this.state=L.InTagName,this.stateInTagName($)}}startEntity(){this.baseState=this.state,this.state=L.InEntity,this.entityStart=this.index,this.entityDecoder.startEntity(this.xmlMode?F1.DecodingMode.Strict:this.baseState===L.Text||this.baseState===L.InSpecialTag?F1.DecodingMode.Legacy:F1.DecodingMode.Attribute)}stateInEntity(){let $=this.index-this.offset,Z=this.entityDecoder.write(this.buffer,$);if(Z>=0){if(this.state=this.baseState,Z===0)this.index-=1}else{if($<this.buffer.length&&this.buffer.charCodeAt($)===D.Amp){this.state=this.baseState,this.index-=1;return}this.index=this.offset+this.buffer.length-1}}cleanup(){if(this.running&&this.sectionStart!==this.index){if(this.state===L.Text||this.state===L.InSpecialTag&&this.sequenceIndex===0)this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index;else if(this.state===L.InAttributeValueDq||this.state===L.InAttributeValueSq||this.state===L.InAttributeValueNq)this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=this.index}}shouldContinue(){return this.index<this.buffer.length+this.offset&&this.running}parse(){while(this.shouldContinue()){let $=this.buffer.charCodeAt(this.index-this.offset);switch(this.state){case L.Text:{this.stateText($);break}case L.SpecialStartSequence:{this.stateSpecialStartSequence($);break}case L.InSpecialTag:{this.stateInSpecialTag($);break}case L.CDATASequence:{this.stateCDATASequence($);break}case L.InAttributeValueDq:{this.stateInAttributeValueDoubleQuotes($);break}case L.InAttributeName:{this.stateInAttributeName($);break}case L.InCommentLike:{this.stateInCommentLike($);break}case L.InSpecialComment:{this.stateInSpecialComment($);break}case L.BeforeAttributeName:{this.stateBeforeAttributeName($);break}case L.InTagName:{this.stateInTagName($);break}case L.InClosingTagName:{this.stateInClosingTagName($);break}case L.BeforeTagName:{this.stateBeforeTagName($);break}case L.AfterAttributeName:{this.stateAfterAttributeName($);break}case L.InAttributeValueSq:{this.stateInAttributeValueSingleQuotes($);break}case L.BeforeAttributeValue:{this.stateBeforeAttributeValue($);break}case L.BeforeClosingTagName:{this.stateBeforeClosingTagName($);break}case L.AfterClosingTagName:{this.stateAfterClosingTagName($);break}case L.BeforeSpecialS:{this.stateBeforeSpecialS($);break}case L.BeforeSpecialT:{this.stateBeforeSpecialT($);break}case L.InAttributeValueNq:{this.stateInAttributeValueNoQuotes($);break}case L.InSelfClosingTag:{this.stateInSelfClosingTag($);break}case L.InDeclaration:{this.stateInDeclaration($);break}case L.BeforeDeclaration:{this.stateBeforeDeclaration($);break}case L.BeforeComment:{this.stateBeforeComment($);break}case L.InProcessingInstruction:{this.stateInProcessingInstruction($);break}case L.InEntity:{this.stateInEntity();break}}this.index++}this.cleanup()}finish(){if(this.state===L.InEntity)this.entityDecoder.end(),this.state=this.baseState;this.handleTrailingData(),this.cbs.onend()}handleTrailingData(){let $=this.buffer.length+this.offset;if(this.sectionStart>=$)return;if(this.state===L.InCommentLike)if(this.currentSequence===r.CdataEnd)this.cbs.oncdata(this.sectionStart,$,0);else this.cbs.oncomment(this.sectionStart,$,0);else if(this.state===L.InTagName||this.state===L.BeforeAttributeName||this.state===L.BeforeAttributeValue||this.state===L.AfterAttributeName||this.state===L.InAttributeName||this.state===L.InAttributeValueSq||this.state===L.InAttributeValueDq||this.state===L.InAttributeValueNq||this.state===L.InClosingTagName);else this.cbs.ontext(this.sectionStart,$)}emitCodePoint($,Z){if(this.baseState!==L.Text&&this.baseState!==L.InSpecialTag){if(this.sectionStart<this.entityStart)this.cbs.onattribdata(this.sectionStart,this.entityStart);this.sectionStart=this.entityStart+Z,this.index=this.sectionStart-1,this.cbs.onattribentity($)}else{if(this.sectionStart<this.entityStart)this.cbs.ontext(this.sectionStart,this.entityStart);this.sectionStart=this.entityStart+Z,this.index=this.sectionStart-1,this.cbs.ontextentity($,this.sectionStart)}}}o1.default=m4});var y8=M((a0)=>{var $X=a0&&a0.__createBinding||(Object.create?function($,Z,J,G){if(G===void 0)G=J;var K=Object.getOwnPropertyDescriptor(Z,J);if(!K||("get"in K?!Z.__esModule:K.writable||K.configurable))K={enumerable:!0,get:function(){return Z[J]}};Object.defineProperty($,G,K)}:function($,Z,J,G){if(G===void 0)G=J;$[G]=Z[J]}),ZX=a0&&a0.__setModuleDefault||(Object.create?function($,Z){Object.defineProperty($,"default",{enumerable:!0,value:Z})}:function($,Z){$.default=Z}),JX=a0&&a0.__importStar||function(){var $=function(Z){return $=Object.getOwnPropertyNames||function(J){var G=[];for(var K in J)if(Object.prototype.hasOwnProperty.call(J,K))G[G.length]=K;return G},$(Z)};return function(Z){if(Z&&Z.__esModule)return Z;var J={};if(Z!=null){for(var G=$(Z),K=0;K<G.length;K++)if(G[K]!=="default")$X(J,Z,G[K])}return ZX(J,Z),J}}();Object.defineProperty(a0,"__esModule",{value:!0});a0.Parser=void 0;var e5=JX(v8()),u4=S8(),W1=new Set(["input","option","optgroup","select","button","datalist","textarea"]),k=new Set(["p"]),l4=new Set(["thead","tbody"]),p4=new Set(["dd","dt"]),i4=new Set(["rt","rp"]),GX=new Map([["tr",new Set(["tr","th","td"])],["th",new Set(["th"])],["td",new Set(["thead","th","td"])],["body",new Set(["head","link","script"])],["li",new Set(["li"])],["p",k],["h1",k],["h2",k],["h3",k],["h4",k],["h5",k],["h6",k],["select",W1],["input",W1],["output",W1],["button",W1],["datalist",W1],["textarea",W1],["option",new Set(["option"])],["optgroup",new Set(["optgroup","option"])],["dd",p4],["dt",p4],["address",k],["article",k],["aside",k],["blockquote",k],["details",k],["div",k],["dl",k],["fieldset",k],["figcaption",k],["figure",k],["footer",k],["form",k],["header",k],["hr",k],["main",k],["nav",k],["ol",k],["pre",k],["section",k],["table",k],["ul",k],["rt",i4],["rp",i4],["tbody",l4],["tfoot",l4]]),KX=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),c4=new Set(["math","svg"]),d4=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignobject","desc","title"]),QX=/\s|\//;class n4{constructor($,Z={}){var J,G,K,Q,Y,X;this.options=Z,this.startIndex=0,this.endIndex=0,this.openTagStart=0,this.tagname="",this.attribname="",this.attribvalue="",this.attribs=null,this.stack=[],this.buffers=[],this.bufferOffset=0,this.writeIndex=0,this.ended=!1,this.cbs=$!==null&&$!==void 0?$:{},this.htmlMode=!this.options.xmlMode,this.lowerCaseTagNames=(J=Z.lowerCaseTags)!==null&&J!==void 0?J:this.htmlMode,this.lowerCaseAttributeNames=(G=Z.lowerCaseAttributeNames)!==null&&G!==void 0?G:this.htmlMode,this.recognizeSelfClosing=(K=Z.recognizeSelfClosing)!==null&&K!==void 0?K:!this.htmlMode,this.tokenizer=new((Q=Z.Tokenizer)!==null&&Q!==void 0?Q:e5.default)(this.options,this),this.foreignContext=[!this.htmlMode],(X=(Y=this.cbs).onparserinit)===null||X===void 0||X.call(Y,this)}ontext($,Z){var J,G;let K=this.getSlice($,Z);this.endIndex=Z-1,(G=(J=this.cbs).ontext)===null||G===void 0||G.call(J,K),this.startIndex=Z}ontextentity($,Z){var J,G;this.endIndex=Z-1,(G=(J=this.cbs).ontext)===null||G===void 0||G.call(J,u4.fromCodePoint($)),this.startIndex=Z}isVoidElement($){return this.htmlMode&&KX.has($)}onopentagname($,Z){this.endIndex=Z;let J=this.getSlice($,Z);if(this.lowerCaseTagNames)J=J.toLowerCase();this.emitOpenTag(J)}emitOpenTag($){var Z,J,G,K;this.openTagStart=this.startIndex,this.tagname=$;let Q=this.htmlMode&&GX.get($);if(Q)while(this.stack.length>0&&Q.has(this.stack[0])){let Y=this.stack.shift();(J=(Z=this.cbs).onclosetag)===null||J===void 0||J.call(Z,Y,!0)}if(!this.isVoidElement($)){if(this.stack.unshift($),this.htmlMode){if(c4.has($))this.foreignContext.unshift(!0);else if(d4.has($))this.foreignContext.unshift(!1)}}if((K=(G=this.cbs).onopentagname)===null||K===void 0||K.call(G,$),this.cbs.onopentag)this.attribs={}}endOpenTag($){var Z,J;if(this.startIndex=this.openTagStart,this.attribs)(J=(Z=this.cbs).onopentag)===null||J===void 0||J.call(Z,this.tagname,this.attribs,$),this.attribs=null;if(this.cbs.onclosetag&&this.isVoidElement(this.tagname))this.cbs.onclosetag(this.tagname,!0);this.tagname=""}onopentagend($){this.endIndex=$,this.endOpenTag(!1),this.startIndex=$+1}onclosetag($,Z){var J,G,K,Q,Y,X,V,z;this.endIndex=Z;let H=this.getSlice($,Z);if(this.lowerCaseTagNames)H=H.toLowerCase();if(this.htmlMode&&(c4.has(H)||d4.has(H)))this.foreignContext.shift();if(!this.isVoidElement(H)){let A=this.stack.indexOf(H);if(A!==-1)for(let W=0;W<=A;W++){let q=this.stack.shift();(G=(J=this.cbs).onclosetag)===null||G===void 0||G.call(J,q,W!==A)}else if(this.htmlMode&&H==="p")this.emitOpenTag("p"),this.closeCurrentTag(!0)}else if(this.htmlMode&&H==="br")(Q=(K=this.cbs).onopentagname)===null||Q===void 0||Q.call(K,"br"),(X=(Y=this.cbs).onopentag)===null||X===void 0||X.call(Y,"br",{},!0),(z=(V=this.cbs).onclosetag)===null||z===void 0||z.call(V,"br",!1);this.startIndex=Z+1}onselfclosingtag($){if(this.endIndex=$,this.recognizeSelfClosing||this.foreignContext[0])this.closeCurrentTag(!1),this.startIndex=$+1;else this.onopentagend($)}closeCurrentTag($){var Z,J;let G=this.tagname;if(this.endOpenTag($),this.stack[0]===G)(J=(Z=this.cbs).onclosetag)===null||J===void 0||J.call(Z,G,!$),this.stack.shift()}onattribname($,Z){this.startIndex=$;let J=this.getSlice($,Z);this.attribname=this.lowerCaseAttributeNames?J.toLowerCase():J}onattribdata($,Z){this.attribvalue+=this.getSlice($,Z)}onattribentity($){this.attribvalue+=u4.fromCodePoint($)}onattribend($,Z){var J,G;if(this.endIndex=Z,(G=(J=this.cbs).onattribute)===null||G===void 0||G.call(J,this.attribname,this.attribvalue,$===e5.QuoteType.Double?'"':$===e5.QuoteType.Single?"'":$===e5.QuoteType.NoValue?void 0:null),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname))this.attribs[this.attribname]=this.attribvalue;this.attribvalue=""}getInstructionName($){let Z=$.search(QX),J=Z<0?$:$.substr(0,Z);if(this.lowerCaseTagNames)J=J.toLowerCase();return J}ondeclaration($,Z){this.endIndex=Z;let J=this.getSlice($,Z);if(this.cbs.onprocessinginstruction){let G=this.getInstructionName(J);this.cbs.onprocessinginstruction(`!${G}`,`!${J}`)}this.startIndex=Z+1}onprocessinginstruction($,Z){this.endIndex=Z;let J=this.getSlice($,Z);if(this.cbs.onprocessinginstruction){let G=this.getInstructionName(J);this.cbs.onprocessinginstruction(`?${G}`,`?${J}`)}this.startIndex=Z+1}oncomment($,Z,J){var G,K,Q,Y;this.endIndex=Z,(K=(G=this.cbs).oncomment)===null||K===void 0||K.call(G,this.getSlice($,Z-J)),(Y=(Q=this.cbs).oncommentend)===null||Y===void 0||Y.call(Q),this.startIndex=Z+1}oncdata($,Z,J){var G,K,Q,Y,X,V,z,H,A,W;this.endIndex=Z;let q=this.getSlice($,Z-J);if(!this.htmlMode||this.options.recognizeCDATA)(K=(G=this.cbs).oncdatastart)===null||K===void 0||K.call(G),(Y=(Q=this.cbs).ontext)===null||Y===void 0||Y.call(Q,q),(V=(X=this.cbs).oncdataend)===null||V===void 0||V.call(X);else(H=(z=this.cbs).oncomment)===null||H===void 0||H.call(z,`[CDATA[${q}]]`),(W=(A=this.cbs).oncommentend)===null||W===void 0||W.call(A);this.startIndex=Z+1}onend(){var $,Z;if(this.cbs.onclosetag){this.endIndex=this.startIndex;for(let J=0;J<this.stack.length;J++)this.cbs.onclosetag(this.stack[J],!0)}(Z=($=this.cbs).onend)===null||Z===void 0||Z.call($)}reset(){var $,Z,J,G;(Z=($=this.cbs).onreset)===null||Z===void 0||Z.call($),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack.length=0,this.startIndex=0,this.endIndex=0,(G=(J=this.cbs).onparserinit)===null||G===void 0||G.call(J,this),this.buffers.length=0,this.foreignContext.length=0,this.foreignContext.unshift(!this.htmlMode),this.bufferOffset=0,this.writeIndex=0,this.ended=!1}parseComplete($){this.reset(),this.end($)}getSlice($,Z){while($-this.bufferOffset>=this.buffers[0].length)this.shiftBuffer();let J=this.buffers[0].slice($-this.bufferOffset,Z-this.bufferOffset);while(Z-this.bufferOffset>this.buffers[0].length)this.shiftBuffer(),J+=this.buffers[0].slice(0,Z-this.bufferOffset);return J}shiftBuffer(){this.bufferOffset+=this.buffers[0].length,this.writeIndex--,this.buffers.shift()}write($){var Z,J;if(this.ended){(J=(Z=this.cbs).onerror)===null||J===void 0||J.call(Z,new Error(".write() after done!"));return}if(this.buffers.push($),this.tokenizer.running)this.tokenizer.write($),this.writeIndex++}end($){var Z,J;if(this.ended){(J=(Z=this.cbs).onerror)===null||J===void 0||J.call(Z,new Error(".end() after done!"));return}if($)this.write($);this.ended=!0,this.tokenizer.end()}pause(){this.tokenizer.pause()}resume(){this.tokenizer.resume();while(this.tokenizer.running&&this.writeIndex<this.buffers.length)this.tokenizer.write(this.buffers[this.writeIndex++]);if(this.ended)this.tokenizer.end()}parseChunk($){this.write($)}done($){this.end($)}}a0.Parser=n4});var r4=M((f8)=>{Object.defineProperty(f8,"__esModule",{value:!0});f8.default=new Uint16Array("ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\x00\x00\x00\x00\x00\x00ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀\uD835\uDD04rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀\uD835\uDD38plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀\uD835\uDC9Cign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀\uD835\uDD05pf;쀀\uD835\uDD39eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀\uD835\uDC9EpĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀\uD835\uDD07Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\x00\x00\x00͔͂\x00Ѕf;쀀\uD835\uDD3Bƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\x00\x00ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\x00\x00ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\x00ц\x00ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\x00ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀\uD835\uDC9Frok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀\uD835\uDD08rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\x00\x00ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀\uD835\uDD3Csilon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀\uD835\uDD09lledɓ֗\x00\x00֣mallSquare;旼erySmallSquare;斪Ͱֺ\x00ֿ\x00\x00ׄf;쀀\uD835\uDD3DAll;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀\uD835\uDD0A;拙pf;쀀\uD835\uDD3Eeater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀\uD835\uDCA2;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\x00ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\x00ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀\uD835\uDD40a;䎙cr;愐ilde;䄨ǫޚ\x00ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀\uD835\uDD0Dpf;쀀\uD835\uDD41ǣ߇\x00ߌr;쀀\uD835\uDCA5rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀\uD835\uDD0Epf;쀀\uD835\uDD42cr;쀀\uD835\uDCA6րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\x00ࣃbleBracket;柦nǔࣈ\x00࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀\uD835\uDD0FĀ;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀\uD835\uDD43erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀\uD835\uDD10nusPlus;戓pf;쀀\uD835\uDD44cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀\uD835\uDD11ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀\uD835\uDCA9ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀\uD835\uDD12rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀\uD835\uDD46enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀\uD835\uDCAAash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀\uD835\uDD13i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀\uD835\uDCAB;䎨ȀUfos༑༖༛༟OT耻\"䀢r;쀀\uD835\uDD14pf;愚cr;쀀\uD835\uDCAC؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\x00စbleBracket;柧nǔည\x00နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀\uD835\uDD16ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀\uD835\uDD4Aɲᅭ\x00\x00ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀\uD835\uDCAEar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀\uD835\uDD17Āeiቻ኉Dzኀ\x00ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀\uD835\uDD4BipleDot;惛Āctዖዛr;쀀\uD835\uDCAFrok;䅦ૡዷጎጚጦ\x00ጬጱ\x00\x00\x00\x00\x00ጸጽ፷ᎅ\x00᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\x00጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀\uD835\uDD18rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀\uD835\uDD4CЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀\uD835\uDCB0ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀\uD835\uDD19pf;쀀\uD835\uDD4Dcr;쀀\uD835\uDCB1dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀\uD835\uDD1Apf;쀀\uD835\uDD4Ecr;쀀\uD835\uDCB2Ȁfiosᓋᓐᓒᓘr;쀀\uD835\uDD1B;䎞pf;쀀\uD835\uDD4Fcr;쀀\uD835\uDCB3ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀\uD835\uDD1Cpf;쀀\uD835\uDD50cr;쀀\uD835\uDCB4ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\x00ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀\uD835\uDCB5௡ᖃᖊᖐ\x00ᖰᖶᖿ\x00\x00\x00\x00ᗆᗛᗫᙟ᙭\x00ᚕ᚛ᚲᚹ\x00ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀\uD835\uDD1Erave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\x00\x00ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀\uD835\uDD52΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀\uD835\uDCB6;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀\uD835\uDD1Fg΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\x00\x00ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\x00ᠳƲᠯ\x00ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀\uD835\uDD53Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀\uD835\uDCB7mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\x00᧨ᨑᨕᨲ\x00ᨷᩐ\x00\x00᪴\x00\x00᫁\x00\x00ᬡᬮ᭍᭒\x00᯽\x00ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\x00᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀\uD835\uDD20ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\x00\x00᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\x00ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\x00\x00᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\x00ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀\uD835\uDD54oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀\uD835\uDCB8Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\x00\x00᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\x00\x00ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀\uD835\uDD21arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\x00\x00ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀\uD835\uDD55ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\x00\x00ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀\uD835\uDCB9;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀\uD835\uDD22ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀\uD835\uDD56ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\x00\x00ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\x00ᾞ\x00ᾡᾧ\x00\x00ῆῌ\x00ΐ\x00ῦῪ \x00 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\x00\x00᾽g;耀ffig;耀ffl;쀀\uD835\uDD23lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\x00ῳf;쀀\uD835\uDD57ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\x00⁐β•‥‧‪‬\x00‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\x00‶;慔;慖ʴ‾⁁\x00\x00⁃耻¾䂾;慗;慜5;慘ƶ⁌\x00⁎;慚;慝8;慞l;恄wn;挢cr;쀀\uD835\uDCBBࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀\uD835\uDD24Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀\uD835\uDD58Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\x00↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀\uD835\uDD25sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀\uD835\uDD59bar;怕ƀclt≯≴≸r;쀀\uD835\uDCBDasè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\x00⊪\x00⊸⋅⋎\x00⋕⋳\x00\x00⋸⌢⍧⍢⍿\x00⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀\uD835\uDD26rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀\uD835\uDD5Aa;䎹uest耻¿䂿Āci⎊⎏r;쀀\uD835\uDCBEnʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\x00⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀\uD835\uDD27ath;䈷pf;쀀\uD835\uDD5Bǣ⏬\x00⏱r;쀀\uD835\uDCBFrcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀\uD835\uDD28reen;䄸cy;䑅cy;䑜pf;쀀\uD835\uDD5Ccr;쀀\uD835\uDCC0஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\x00⒪\x00⒱\x00\x00\x00\x00\x00⒵Ⓔ\x00ⓆⓈⓍ\x00⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀\uD835\uDD29Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀\uD835\uDD5Dus;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀\uD835\uDCC1mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀\uD835\uDD2Ao;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀\uD835\uDD5EĀct⣸⣽r;쀀\uD835\uDCC2pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\x00⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\x00⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀\uD835\uDD2BȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀\uD835\uDD5F膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀\uD835\uDCC3ortɭ⬅\x00\x00⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00ⴭ\x00ⴸⵈⵠⵥ⵲ⶄᬇ\x00\x00ⶍⶫ\x00ⷈⷎ\x00ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀\uD835\uDD2Cͯ⵹\x00\x00⵼\x00ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀\uD835\uDD60ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\x00⹽\x00⺀⺝\x00⺢⺹\x00\x00⻋ຜ\x00⼓\x00\x00⼫⾼\x00⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\x00\x00⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀\uD835\uDD2Dƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀\uD835\uDD61nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀\uD835\uDCC5;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀\uD835\uDD2Epf;쀀\uD835\uDD62rime;恗cr;쀀\uD835\uDCC6ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀\uD835\uDD2FĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀\uD835\uDD63us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀\uD835\uDCC7Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\x00㍺㎤\x00\x00㏬㏰\x00㐨㑈㑚㒭㒱㓊㓱\x00㘖\x00\x00㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\x00㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀\uD835\uDD30Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\x00\x00㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀\uD835\uDD64aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀\uD835\uDCC8tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\x00㙾㛂\x00\x00\x00\x00\x00㛛㜃\x00㜉㝬\x00\x00\x00㞇ɲ㙖\x00\x00㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀\uD835\uDD31Ȁeiko㚆㚝㚵㚼Dz㚋\x00㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀\uD835\uDD65rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀\uD835\uDCC9;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\x00㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀\uD835\uDD32rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\x00\x00㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀\uD835\uDD66̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\x00\x00㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀\uD835\uDCCAƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀\uD835\uDD33tré㦮suĀbp㧯㧱»ജ»൙pf;쀀\uD835\uDD67roð໻tré㦴Ācu㨆㨋r;쀀\uD835\uDCCBĀbp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀\uD835\uDD34pf;쀀\uD835\uDD68Ā;eᑹ㩦atèᑹcr;쀀\uD835\uDCCCૣណ㪇\x00㪋\x00㪐㪛\x00\x00㪝㪨㪫㪯\x00\x00㫃㫎\x00㫘ៜ៟tré៑r;쀀\uD835\uDD35ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀\uD835\uDD69imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀\uD835\uDCCDĀpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀\uD835\uDD36cy;䑗pf;쀀\uD835\uDD6Acr;쀀\uD835\uDCCEĀcm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀\uD835\uDD37cy;䐶grarr;懝pf;쀀\uD835\uDD6Bcr;쀀\uD835\uDCCFĀjn㮅㮇;怍j;怌".split("").map(function($){return $.charCodeAt(0)}))});var a4=M((C8)=>{Object.defineProperty(C8,"__esModule",{value:!0});C8.default=new Uint16Array("Ȁaglq\t\x15\x18\x1Bɭ\x0F\x00\x00\x12p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(function($){return $.charCodeAt(0)}))});var x8=M((D$)=>{var _8;Object.defineProperty(D$,"__esModule",{value:!0});D$.replaceCodePoint=D$.fromCodePoint=void 0;var YX=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);D$.fromCodePoint=(_8=String.fromCodePoint)!==null&&_8!==void 0?_8:function($){var Z="";if($>65535)$-=65536,Z+=String.fromCharCode($>>>10&1023|55296),$=56320|$&1023;return Z+=String.fromCharCode($),Z};function o4($){var Z;if($>=55296&&$<=57343||$>1114111)return 65533;return(Z=YX.get($))!==null&&Z!==void 0?Z:$}D$.replaceCodePoint=o4;function XX($){return D$.fromCodePoint(o4($))}D$.default=XX});var b8=M((y)=>{var VX=y&&y.__createBinding||(Object.create?function($,Z,J,G){if(G===void 0)G=J;var K=Object.getOwnPropertyDescriptor(Z,J);if(!K||("get"in K?!Z.__esModule:K.writable||K.configurable))K={enumerable:!0,get:function(){return Z[J]}};Object.defineProperty($,G,K)}:function($,Z,J,G){if(G===void 0)G=J;$[G]=Z[J]}),zX=y&&y.__setModuleDefault||(Object.create?function($,Z){Object.defineProperty($,"default",{enumerable:!0,value:Z})}:function($,Z){$.default=Z}),HX=y&&y.__importStar||function($){if($&&$.__esModule)return $;var Z={};if($!=null){for(var J in $)if(J!=="default"&&Object.prototype.hasOwnProperty.call($,J))VX(Z,$,J)}return zX(Z,$),Z},s4=y&&y.__importDefault||function($){return $&&$.__esModule?$:{default:$}};Object.defineProperty(y,"__esModule",{value:!0});y.decodeXML=y.decodeHTMLStrict=y.decodeHTMLAttribute=y.decodeHTML=y.determineBranch=y.EntityDecoder=y.DecodingMode=y.BinTrieFlags=y.fromCodePoint=y.replaceCodePoint=y.decodeCodePoint=y.xmlDecodeTree=y.htmlDecodeTree=void 0;var t4=s4(r4());y.htmlDecodeTree=t4.default;var e4=s4(a4());y.xmlDecodeTree=e4.default;var h8=HX(x8());y.decodeCodePoint=h8.default;var $J=x8();Object.defineProperty(y,"replaceCodePoint",{enumerable:!0,get:function(){return $J.replaceCodePoint}});Object.defineProperty(y,"fromCodePoint",{enumerable:!0,get:function(){return $J.fromCodePoint}});var Z0;(function($){$[$.NUM=35]="NUM",$[$.SEMI=59]="SEMI",$[$.EQUALS=61]="EQUALS",$[$.ZERO=48]="ZERO",$[$.NINE=57]="NINE",$[$.LOWER_A=97]="LOWER_A",$[$.LOWER_F=102]="LOWER_F",$[$.LOWER_X=120]="LOWER_X",$[$.LOWER_Z=122]="LOWER_Z",$[$.UPPER_A=65]="UPPER_A",$[$.UPPER_F=70]="UPPER_F",$[$.UPPER_Z=90]="UPPER_Z"})(Z0||(Z0={}));var UX=32,p$;(function($){$[$.VALUE_LENGTH=49152]="VALUE_LENGTH",$[$.BRANCH_LENGTH=16256]="BRANCH_LENGTH",$[$.JUMP_TABLE=127]="JUMP_TABLE"})(p$=y.BinTrieFlags||(y.BinTrieFlags={}));function g8($){return $>=Z0.ZERO&&$<=Z0.NINE}function AX($){return $>=Z0.UPPER_A&&$<=Z0.UPPER_F||$>=Z0.LOWER_A&&$<=Z0.LOWER_F}function FX($){return $>=Z0.UPPER_A&&$<=Z0.UPPER_Z||$>=Z0.LOWER_A&&$<=Z0.LOWER_Z||g8($)}function WX($){return $===Z0.EQUALS||FX($)}var $0;(function($){$[$.EntityStart=0]="EntityStart",$[$.NumericStart=1]="NumericStart",$[$.NumericDecimal=2]="NumericDecimal",$[$.NumericHex=3]="NumericHex",$[$.NamedEntity=4]="NamedEntity"})($0||($0={}));var o0;(function($){$[$.Legacy=0]="Legacy",$[$.Strict=1]="Strict",$[$.Attribute=2]="Attribute"})(o0=y.DecodingMode||(y.DecodingMode={}));var ZJ=function(){function $(Z,J,G){this.decodeTree=Z,this.emitCodePoint=J,this.errors=G,this.state=$0.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=o0.Strict}return $.prototype.startEntity=function(Z){this.decodeMode=Z,this.state=$0.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1},$.prototype.write=function(Z,J){switch(this.state){case $0.EntityStart:{if(Z.charCodeAt(J)===Z0.NUM)return this.state=$0.NumericStart,this.consumed+=1,this.stateNumericStart(Z,J+1);return this.state=$0.NamedEntity,this.stateNamedEntity(Z,J)}case $0.NumericStart:return this.stateNumericStart(Z,J);case $0.NumericDecimal:return this.stateNumericDecimal(Z,J);case $0.NumericHex:return this.stateNumericHex(Z,J);case $0.NamedEntity:return this.stateNamedEntity(Z,J)}},$.prototype.stateNumericStart=function(Z,J){if(J>=Z.length)return-1;if((Z.charCodeAt(J)|UX)===Z0.LOWER_X)return this.state=$0.NumericHex,this.consumed+=1,this.stateNumericHex(Z,J+1);return this.state=$0.NumericDecimal,this.stateNumericDecimal(Z,J)},$.prototype.addToNumericResult=function(Z,J,G,K){if(J!==G){var Q=G-J;this.result=this.result*Math.pow(K,Q)+parseInt(Z.substr(J,Q),K),this.consumed+=Q}},$.prototype.stateNumericHex=function(Z,J){var G=J;while(J<Z.length){var K=Z.charCodeAt(J);if(g8(K)||AX(K))J+=1;else return this.addToNumericResult(Z,G,J,16),this.emitNumericEntity(K,3)}return this.addToNumericResult(Z,G,J,16),-1},$.prototype.stateNumericDecimal=function(Z,J){var G=J;while(J<Z.length){var K=Z.charCodeAt(J);if(g8(K))J+=1;else return this.addToNumericResult(Z,G,J,10),this.emitNumericEntity(K,2)}return this.addToNumericResult(Z,G,J,10),-1},$.prototype.emitNumericEntity=function(Z,J){var G;if(this.consumed<=J)return(G=this.errors)===null||G===void 0||G.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(Z===Z0.SEMI)this.consumed+=1;else if(this.decodeMode===o0.Strict)return 0;if(this.emitCodePoint(h8.replaceCodePoint(this.result),this.consumed),this.errors){if(Z!==Z0.SEMI)this.errors.missingSemicolonAfterCharacterReference();this.errors.validateNumericCharacterReference(this.result)}return this.consumed},$.prototype.stateNamedEntity=function(Z,J){var G=this.decodeTree,K=G[this.treeIndex],Q=(K&p$.VALUE_LENGTH)>>14;for(;J<Z.length;J++,this.excess++){var Y=Z.charCodeAt(J);if(this.treeIndex=GJ(G,K,this.treeIndex+Math.max(1,Q),Y),this.treeIndex<0)return this.result===0||this.decodeMode===o0.Attribute&&(Q===0||WX(Y))?0:this.emitNotTerminatedNamedEntity();if(K=G[this.treeIndex],Q=(K&p$.VALUE_LENGTH)>>14,Q!==0){if(Y===Z0.SEMI)return this.emitNamedEntityData(this.treeIndex,Q,this.consumed+this.excess);if(this.decodeMode!==o0.Strict)this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0}}return-1},$.prototype.emitNotTerminatedNamedEntity=function(){var Z,J=this,G=J.result,K=J.decodeTree,Q=(K[G]&p$.VALUE_LENGTH)>>14;return this.emitNamedEntityData(G,Q,this.consumed),(Z=this.errors)===null||Z===void 0||Z.missingSemicolonAfterCharacterReference(),this.consumed},$.prototype.emitNamedEntityData=function(Z,J,G){var K=this.decodeTree;if(this.emitCodePoint(J===1?K[Z]&~p$.VALUE_LENGTH:K[Z+1],G),J===3)this.emitCodePoint(K[Z+2],G);return G},$.prototype.end=function(){var Z;switch(this.state){case $0.NamedEntity:return this.result!==0&&(this.decodeMode!==o0.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case $0.NumericDecimal:return this.emitNumericEntity(0,2);case $0.NumericHex:return this.emitNumericEntity(0,3);case $0.NumericStart:return(Z=this.errors)===null||Z===void 0||Z.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case $0.EntityStart:return 0}},$}();y.EntityDecoder=ZJ;function JJ($){var Z="",J=new ZJ($,function(G){return Z+=h8.fromCodePoint(G)});return function G(K,Q){var Y=0,X=0;while((X=K.indexOf("&",X))>=0){Z+=K.slice(Y,X),J.startEntity(Q);var V=J.write(K,X+1);if(V<0){Y=X+J.end();break}Y=X+V,X=V===0?Y+1:Y}var z=Z+K.slice(Y);return Z="",z}}function GJ($,Z,J,G){var K=(Z&p$.BRANCH_LENGTH)>>7,Q=Z&p$.JUMP_TABLE;if(K===0)return Q!==0&&G===Q?J:-1;if(Q){var Y=G-Q;return Y<0||Y>=K?-1:$[J+Y]-1}var X=J,V=X+K-1;while(X<=V){var z=X+V>>>1,H=$[z];if(H<G)X=z+1;else if(H>G)V=z-1;else return $[z+K]}return-1}y.determineBranch=GJ;var k8=JJ(t4.default),OX=JJ(e4.default);function RX($,Z){if(Z===void 0)Z=o0.Legacy;return k8($,Z)}y.decodeHTML=RX;function qX($){return k8($,o0.Attribute)}y.decodeHTMLAttribute=qX;function BX($){return k8($,o0.Strict)}y.decodeHTMLStrict=BX;function LX($){return OX($,o0.Strict)}y.decodeXML=LX});var KJ=M((m8)=>{Object.defineProperty(m8,"__esModule",{value:!0});function $6($){for(var Z=1;Z<$.length;Z++)$[Z][0]+=$[Z-1][0]+1;return $}m8.default=new Map($6([[9,"&Tab;"],[0,"&NewLine;"],[22,"&excl;"],[0,"&quot;"],[0,"&num;"],[0,"&dollar;"],[0,"&percnt;"],[0,"&amp;"],[0,"&apos;"],[0,"&lpar;"],[0,"&rpar;"],[0,"&ast;"],[0,"&plus;"],[0,"&comma;"],[1,"&period;"],[0,"&sol;"],[10,"&colon;"],[0,"&semi;"],[0,{v:"&lt;",n:8402,o:"&nvlt;"}],[0,{v:"&equals;",n:8421,o:"&bne;"}],[0,{v:"&gt;",n:8402,o:"&nvgt;"}],[0,"&quest;"],[0,"&commat;"],[26,"&lbrack;"],[0,"&bsol;"],[0,"&rbrack;"],[0,"&Hat;"],[0,"&lowbar;"],[0,"&DiacriticalGrave;"],[5,{n:106,o:"&fjlig;"}],[20,"&lbrace;"],[0,"&verbar;"],[0,"&rbrace;"],[34,"&nbsp;"],[0,"&iexcl;"],[0,"&cent;"],[0,"&pound;"],[0,"&curren;"],[0,"&yen;"],[0,"&brvbar;"],[0,"&sect;"],[0,"&die;"],[0,"&copy;"],[0,"&ordf;"],[0,"&laquo;"],[0,"&not;"],[0,"&shy;"],[0,"&circledR;"],[0,"&macr;"],[0,"&deg;"],[0,"&PlusMinus;"],[0,"&sup2;"],[0,"&sup3;"],[0,"&acute;"],[0,"&micro;"],[0,"&para;"],[0,"&centerdot;"],[0,"&cedil;"],[0,"&sup1;"],[0,"&ordm;"],[0,"&raquo;"],[0,"&frac14;"],[0,"&frac12;"],[0,"&frac34;"],[0,"&iquest;"],[0,"&Agrave;"],[0,"&Aacute;"],[0,"&Acirc;"],[0,"&Atilde;"],[0,"&Auml;"],[0,"&angst;"],[0,"&AElig;"],[0,"&Ccedil;"],[0,"&Egrave;"],[0,"&Eacute;"],[0,"&Ecirc;"],[0,"&Euml;"],[0,"&Igrave;"],[0,"&Iacute;"],[0,"&Icirc;"],[0,"&Iuml;"],[0,"&ETH;"],[0,"&Ntilde;"],[0,"&Ograve;"],[0,"&Oacute;"],[0,"&Ocirc;"],[0,"&Otilde;"],[0,"&Ouml;"],[0,"&times;"],[0,"&Oslash;"],[0,"&Ugrave;"],[0,"&Uacute;"],[0,"&Ucirc;"],[0,"&Uuml;"],[0,"&Yacute;"],[0,"&THORN;"],[0,"&szlig;"],[0,"&agrave;"],[0,"&aacute;"],[0,"&acirc;"],[0,"&atilde;"],[0,"&auml;"],[0,"&aring;"],[0,"&aelig;"],[0,"&ccedil;"],[0,"&egrave;"],[0,"&eacute;"],[0,"&ecirc;"],[0,"&euml;"],[0,"&igrave;"],[0,"&iacute;"],[0,"&icirc;"],[0,"&iuml;"],[0,"&eth;"],[0,"&ntilde;"],[0,"&ograve;"],[0,"&oacute;"],[0,"&ocirc;"],[0,"&otilde;"],[0,"&ouml;"],[0,"&div;"],[0,"&oslash;"],[0,"&ugrave;"],[0,"&uacute;"],[0,"&ucirc;"],[0,"&uuml;"],[0,"&yacute;"],[0,"&thorn;"],[0,"&yuml;"],[0,"&Amacr;"],[0,"&amacr;"],[0,"&Abreve;"],[0,"&abreve;"],[0,"&Aogon;"],[0,"&aogon;"],[0,"&Cacute;"],[0,"&cacute;"],[0,"&Ccirc;"],[0,"&ccirc;"],[0,"&Cdot;"],[0,"&cdot;"],[0,"&Ccaron;"],[0,"&ccaron;"],[0,"&Dcaron;"],[0,"&dcaron;"],[0,"&Dstrok;"],[0,"&dstrok;"],[0,"&Emacr;"],[0,"&emacr;"],[2,"&Edot;"],[0,"&edot;"],[0,"&Eogon;"],[0,"&eogon;"],[0,"&Ecaron;"],[0,"&ecaron;"],[0,"&Gcirc;"],[0,"&gcirc;"],[0,"&Gbreve;"],[0,"&gbreve;"],[0,"&Gdot;"],[0,"&gdot;"],[0,"&Gcedil;"],[1,"&Hcirc;"],[0,"&hcirc;"],[0,"&Hstrok;"],[0,"&hstrok;"],[0,"&Itilde;"],[0,"&itilde;"],[0,"&Imacr;"],[0,"&imacr;"],[2,"&Iogon;"],[0,"&iogon;"],[0,"&Idot;"],[0,"&imath;"],[0,"&IJlig;"],[0,"&ijlig;"],[0,"&Jcirc;"],[0,"&jcirc;"],[0,"&Kcedil;"],[0,"&kcedil;"],[0,"&kgreen;"],[0,"&Lacute;"],[0,"&lacute;"],[0,"&Lcedil;"],[0,"&lcedil;"],[0,"&Lcaron;"],[0,"&lcaron;"],[0,"&Lmidot;"],[0,"&lmidot;"],[0,"&Lstrok;"],[0,"&lstrok;"],[0,"&Nacute;"],[0,"&nacute;"],[0,"&Ncedil;"],[0,"&ncedil;"],[0,"&Ncaron;"],[0,"&ncaron;"],[0,"&napos;"],[0,"&ENG;"],[0,"&eng;"],[0,"&Omacr;"],[0,"&omacr;"],[2,"&Odblac;"],[0,"&odblac;"],[0,"&OElig;"],[0,"&oelig;"],[0,"&Racute;"],[0,"&racute;"],[0,"&Rcedil;"],[0,"&rcedil;"],[0,"&Rcaron;"],[0,"&rcaron;"],[0,"&Sacute;"],[0,"&sacute;"],[0,"&Scirc;"],[0,"&scirc;"],[0,"&Scedil;"],[0,"&scedil;"],[0,"&Scaron;"],[0,"&scaron;"],[0,"&Tcedil;"],[0,"&tcedil;"],[0,"&Tcaron;"],[0,"&tcaron;"],[0,"&Tstrok;"],[0,"&tstrok;"],[0,"&Utilde;"],[0,"&utilde;"],[0,"&Umacr;"],[0,"&umacr;"],[0,"&Ubreve;"],[0,"&ubreve;"],[0,"&Uring;"],[0,"&uring;"],[0,"&Udblac;"],[0,"&udblac;"],[0,"&Uogon;"],[0,"&uogon;"],[0,"&Wcirc;"],[0,"&wcirc;"],[0,"&Ycirc;"],[0,"&ycirc;"],[0,"&Yuml;"],[0,"&Zacute;"],[0,"&zacute;"],[0,"&Zdot;"],[0,"&zdot;"],[0,"&Zcaron;"],[0,"&zcaron;"],[19,"&fnof;"],[34,"&imped;"],[63,"&gacute;"],[65,"&jmath;"],[142,"&circ;"],[0,"&caron;"],[16,"&breve;"],[0,"&DiacriticalDot;"],[0,"&ring;"],[0,"&ogon;"],[0,"&DiacriticalTilde;"],[0,"&dblac;"],[51,"&DownBreve;"],[127,"&Alpha;"],[0,"&Beta;"],[0,"&Gamma;"],[0,"&Delta;"],[0,"&Epsilon;"],[0,"&Zeta;"],[0,"&Eta;"],[0,"&Theta;"],[0,"&Iota;"],[0,"&Kappa;"],[0,"&Lambda;"],[0,"&Mu;"],[0,"&Nu;"],[0,"&Xi;"],[0,"&Omicron;"],[0,"&Pi;"],[0,"&Rho;"],[1,"&Sigma;"],[0,"&Tau;"],[0,"&Upsilon;"],[0,"&Phi;"],[0,"&Chi;"],[0,"&Psi;"],[0,"&ohm;"],[7,"&alpha;"],[0,"&beta;"],[0,"&gamma;"],[0,"&delta;"],[0,"&epsi;"],[0,"&zeta;"],[0,"&eta;"],[0,"&theta;"],[0,"&iota;"],[0,"&kappa;"],[0,"&lambda;"],[0,"&mu;"],[0,"&nu;"],[0,"&xi;"],[0,"&omicron;"],[0,"&pi;"],[0,"&rho;"],[0,"&sigmaf;"],[0,"&sigma;"],[0,"&tau;"],[0,"&upsi;"],[0,"&phi;"],[0,"&chi;"],[0,"&psi;"],[0,"&omega;"],[7,"&thetasym;"],[0,"&Upsi;"],[2,"&phiv;"],[0,"&piv;"],[5,"&Gammad;"],[0,"&digamma;"],[18,"&kappav;"],[0,"&rhov;"],[3,"&epsiv;"],[0,"&backepsilon;"],[10,"&IOcy;"],[0,"&DJcy;"],[0,"&GJcy;"],[0,"&Jukcy;"],[0,"&DScy;"],[0,"&Iukcy;"],[0,"&YIcy;"],[0,"&Jsercy;"],[0,"&LJcy;"],[0,"&NJcy;"],[0,"&TSHcy;"],[0,"&KJcy;"],[1,"&Ubrcy;"],[0,"&DZcy;"],[0,"&Acy;"],[0,"&Bcy;"],[0,"&Vcy;"],[0,"&Gcy;"],[0,"&Dcy;"],[0,"&IEcy;"],[0,"&ZHcy;"],[0,"&Zcy;"],[0,"&Icy;"],[0,"&Jcy;"],[0,"&Kcy;"],[0,"&Lcy;"],[0,"&Mcy;"],[0,"&Ncy;"],[0,"&Ocy;"],[0,"&Pcy;"],[0,"&Rcy;"],[0,"&Scy;"],[0,"&Tcy;"],[0,"&Ucy;"],[0,"&Fcy;"],[0,"&KHcy;"],[0,"&TScy;"],[0,"&CHcy;"],[0,"&SHcy;"],[0,"&SHCHcy;"],[0,"&HARDcy;"],[0,"&Ycy;"],[0,"&SOFTcy;"],[0,"&Ecy;"],[0,"&YUcy;"],[0,"&YAcy;"],[0,"&acy;"],[0,"&bcy;"],[0,"&vcy;"],[0,"&gcy;"],[0,"&dcy;"],[0,"&iecy;"],[0,"&zhcy;"],[0,"&zcy;"],[0,"&icy;"],[0,"&jcy;"],[0,"&kcy;"],[0,"&lcy;"],[0,"&mcy;"],[0,"&ncy;"],[0,"&ocy;"],[0,"&pcy;"],[0,"&rcy;"],[0,"&scy;"],[0,"&tcy;"],[0,"&ucy;"],[0,"&fcy;"],[0,"&khcy;"],[0,"&tscy;"],[0,"&chcy;"],[0,"&shcy;"],[0,"&shchcy;"],[0,"&hardcy;"],[0,"&ycy;"],[0,"&softcy;"],[0,"&ecy;"],[0,"&yucy;"],[0,"&yacy;"],[1,"&iocy;"],[0,"&djcy;"],[0,"&gjcy;"],[0,"&jukcy;"],[0,"&dscy;"],[0,"&iukcy;"],[0,"&yicy;"],[0,"&jsercy;"],[0,"&ljcy;"],[0,"&njcy;"],[0,"&tshcy;"],[0,"&kjcy;"],[1,"&ubrcy;"],[0,"&dzcy;"],[7074,"&ensp;"],[0,"&emsp;"],[0,"&emsp13;"],[0,"&emsp14;"],[1,"&numsp;"],[0,"&puncsp;"],[0,"&ThinSpace;"],[0,"&hairsp;"],[0,"&NegativeMediumSpace;"],[0,"&zwnj;"],[0,"&zwj;"],[0,"&lrm;"],[0,"&rlm;"],[0,"&dash;"],[2,"&ndash;"],[0,"&mdash;"],[0,"&horbar;"],[0,"&Verbar;"],[1,"&lsquo;"],[0,"&CloseCurlyQuote;"],[0,"&lsquor;"],[1,"&ldquo;"],[0,"&CloseCurlyDoubleQuote;"],[0,"&bdquo;"],[1,"&dagger;"],[0,"&Dagger;"],[0,"&bull;"],[2,"&nldr;"],[0,"&hellip;"],[9,"&permil;"],[0,"&pertenk;"],[0,"&prime;"],[0,"&Prime;"],[0,"&tprime;"],[0,"&backprime;"],[3,"&lsaquo;"],[0,"&rsaquo;"],[3,"&oline;"],[2,"&caret;"],[1,"&hybull;"],[0,"&frasl;"],[10,"&bsemi;"],[7,"&qprime;"],[7,{v:"&MediumSpace;",n:8202,o:"&ThickSpace;"}],[0,"&NoBreak;"],[0,"&af;"],[0,"&InvisibleTimes;"],[0,"&ic;"],[72,"&euro;"],[46,"&tdot;"],[0,"&DotDot;"],[37,"&complexes;"],[2,"&incare;"],[4,"&gscr;"],[0,"&hamilt;"],[0,"&Hfr;"],[0,"&Hopf;"],[0,"&planckh;"],[0,"&hbar;"],[0,"&imagline;"],[0,"&Ifr;"],[0,"&lagran;"],[0,"&ell;"],[1,"&naturals;"],[0,"&numero;"],[0,"&copysr;"],[0,"&weierp;"],[0,"&Popf;"],[0,"&Qopf;"],[0,"&realine;"],[0,"&real;"],[0,"&reals;"],[0,"&rx;"],[3,"&trade;"],[1,"&integers;"],[2,"&mho;"],[0,"&zeetrf;"],[0,"&iiota;"],[2,"&bernou;"],[0,"&Cayleys;"],[1,"&escr;"],[0,"&Escr;"],[0,"&Fouriertrf;"],[1,"&Mellintrf;"],[0,"&order;"],[0,"&alefsym;"],[0,"&beth;"],[0,"&gimel;"],[0,"&daleth;"],[12,"&CapitalDifferentialD;"],[0,"&dd;"],[0,"&ee;"],[0,"&ii;"],[10,"&frac13;"],[0,"&frac23;"],[0,"&frac15;"],[0,"&frac25;"],[0,"&frac35;"],[0,"&frac45;"],[0,"&frac16;"],[0,"&frac56;"],[0,"&frac18;"],[0,"&frac38;"],[0,"&frac58;"],[0,"&frac78;"],[49,"&larr;"],[0,"&ShortUpArrow;"],[0,"&rarr;"],[0,"&darr;"],[0,"&harr;"],[0,"&updownarrow;"],[0,"&nwarr;"],[0,"&nearr;"],[0,"&LowerRightArrow;"],[0,"&LowerLeftArrow;"],[0,"&nlarr;"],[0,"&nrarr;"],[1,{v:"&rarrw;",n:824,o:"&nrarrw;"}],[0,"&Larr;"],[0,"&Uarr;"],[0,"&Rarr;"],[0,"&Darr;"],[0,"&larrtl;"],[0,"&rarrtl;"],[0,"&LeftTeeArrow;"],[0,"&mapstoup;"],[0,"&map;"],[0,"&DownTeeArrow;"],[1,"&hookleftarrow;"],[0,"&hookrightarrow;"],[0,"&larrlp;"],[0,"&looparrowright;"],[0,"&harrw;"],[0,"&nharr;"],[1,"&lsh;"],[0,"&rsh;"],[0,"&ldsh;"],[0,"&rdsh;"],[1,"&crarr;"],[0,"&cularr;"],[0,"&curarr;"],[2,"&circlearrowleft;"],[0,"&circlearrowright;"],[0,"&leftharpoonup;"],[0,"&DownLeftVector;"],[0,"&RightUpVector;"],[0,"&LeftUpVector;"],[0,"&rharu;"],[0,"&DownRightVector;"],[0,"&dharr;"],[0,"&dharl;"],[0,"&RightArrowLeftArrow;"],[0,"&udarr;"],[0,"&LeftArrowRightArrow;"],[0,"&leftleftarrows;"],[0,"&upuparrows;"],[0,"&rightrightarrows;"],[0,"&ddarr;"],[0,"&leftrightharpoons;"],[0,"&Equilibrium;"],[0,"&nlArr;"],[0,"&nhArr;"],[0,"&nrArr;"],[0,"&DoubleLeftArrow;"],[0,"&DoubleUpArrow;"],[0,"&DoubleRightArrow;"],[0,"&dArr;"],[0,"&DoubleLeftRightArrow;"],[0,"&DoubleUpDownArrow;"],[0,"&nwArr;"],[0,"&neArr;"],[0,"&seArr;"],[0,"&swArr;"],[0,"&lAarr;"],[0,"&rAarr;"],[1,"&zigrarr;"],[6,"&larrb;"],[0,"&rarrb;"],[15,"&DownArrowUpArrow;"],[7,"&loarr;"],[0,"&roarr;"],[0,"&hoarr;"],[0,"&forall;"],[0,"&comp;"],[0,{v:"&part;",n:824,o:"&npart;"}],[0,"&exist;"],[0,"&nexist;"],[0,"&empty;"],[1,"&Del;"],[0,"&Element;"],[0,"&NotElement;"],[1,"&ni;"],[0,"&notni;"],[2,"&prod;"],[0,"&coprod;"],[0,"&sum;"],[0,"&minus;"],[0,"&MinusPlus;"],[0,"&dotplus;"],[1,"&Backslash;"],[0,"&lowast;"],[0,"&compfn;"],[1,"&radic;"],[2,"&prop;"],[0,"&infin;"],[0,"&angrt;"],[0,{v:"&ang;",n:8402,o:"&nang;"}],[0,"&angmsd;"],[0,"&angsph;"],[0,"&mid;"],[0,"&nmid;"],[0,"&DoubleVerticalBar;"],[0,"&NotDoubleVerticalBar;"],[0,"&and;"],[0,"&or;"],[0,{v:"&cap;",n:65024,o:"&caps;"}],[0,{v:"&cup;",n:65024,o:"&cups;"}],[0,"&int;"],[0,"&Int;"],[0,"&iiint;"],[0,"&conint;"],[0,"&Conint;"],[0,"&Cconint;"],[0,"&cwint;"],[0,"&ClockwiseContourIntegral;"],[0,"&awconint;"],[0,"&there4;"],[0,"&becaus;"],[0,"&ratio;"],[0,"&Colon;"],[0,"&dotminus;"],[1,"&mDDot;"],[0,"&homtht;"],[0,{v:"&sim;",n:8402,o:"&nvsim;"}],[0,{v:"&backsim;",n:817,o:"&race;"}],[0,{v:"&ac;",n:819,o:"&acE;"}],[0,"&acd;"],[0,"&VerticalTilde;"],[0,"&NotTilde;"],[0,{v:"&eqsim;",n:824,o:"&nesim;"}],[0,"&sime;"],[0,"&NotTildeEqual;"],[0,"&cong;"],[0,"&simne;"],[0,"&ncong;"],[0,"&ap;"],[0,"&nap;"],[0,"&ape;"],[0,{v:"&apid;",n:824,o:"&napid;"}],[0,"&backcong;"],[0,{v:"&asympeq;",n:8402,o:"&nvap;"}],[0,{v:"&bump;",n:824,o:"&nbump;"}],[0,{v:"&bumpe;",n:824,o:"&nbumpe;"}],[0,{v:"&doteq;",n:824,o:"&nedot;"}],[0,"&doteqdot;"],[0,"&efDot;"],[0,"&erDot;"],[0,"&Assign;"],[0,"&ecolon;"],[0,"&ecir;"],[0,"&circeq;"],[1,"&wedgeq;"],[0,"&veeeq;"],[1,"&triangleq;"],[2,"&equest;"],[0,"&ne;"],[0,{v:"&Congruent;",n:8421,o:"&bnequiv;"}],[0,"&nequiv;"],[1,{v:"&le;",n:8402,o:"&nvle;"}],[0,{v:"&ge;",n:8402,o:"&nvge;"}],[0,{v:"&lE;",n:824,o:"&nlE;"}],[0,{v:"&gE;",n:824,o:"&ngE;"}],[0,{v:"&lnE;",n:65024,o:"&lvertneqq;"}],[0,{v:"&gnE;",n:65024,o:"&gvertneqq;"}],[0,{v:"&ll;",n:new Map($6([[824,"&nLtv;"],[7577,"&nLt;"]]))}],[0,{v:"&gg;",n:new Map($6([[824,"&nGtv;"],[7577,"&nGt;"]]))}],[0,"&between;"],[0,"&NotCupCap;"],[0,"&nless;"],[0,"&ngt;"],[0,"&nle;"],[0,"&nge;"],[0,"&lesssim;"],[0,"&GreaterTilde;"],[0,"&nlsim;"],[0,"&ngsim;"],[0,"&LessGreater;"],[0,"&gl;"],[0,"&NotLessGreater;"],[0,"&NotGreaterLess;"],[0,"&pr;"],[0,"&sc;"],[0,"&prcue;"],[0,"&sccue;"],[0,"&PrecedesTilde;"],[0,{v:"&scsim;",n:824,o:"&NotSucceedsTilde;"}],[0,"&NotPrecedes;"],[0,"&NotSucceeds;"],[0,{v:"&sub;",n:8402,o:"&NotSubset;"}],[0,{v:"&sup;",n:8402,o:"&NotSuperset;"}],[0,"&nsub;"],[0,"&nsup;"],[0,"&sube;"],[0,"&supe;"],[0,"&NotSubsetEqual;"],[0,"&NotSupersetEqual;"],[0,{v:"&subne;",n:65024,o:"&varsubsetneq;"}],[0,{v:"&supne;",n:65024,o:"&varsupsetneq;"}],[1,"&cupdot;"],[0,"&UnionPlus;"],[0,{v:"&sqsub;",n:824,o:"&NotSquareSubset;"}],[0,{v:"&sqsup;",n:824,o:"&NotSquareSuperset;"}],[0,"&sqsube;"],[0,"&sqsupe;"],[0,{v:"&sqcap;",n:65024,o:"&sqcaps;"}],[0,{v:"&sqcup;",n:65024,o:"&sqcups;"}],[0,"&CirclePlus;"],[0,"&CircleMinus;"],[0,"&CircleTimes;"],[0,"&osol;"],[0,"&CircleDot;"],[0,"&circledcirc;"],[0,"&circledast;"],[1,"&circleddash;"],[0,"&boxplus;"],[0,"&boxminus;"],[0,"&boxtimes;"],[0,"&dotsquare;"],[0,"&RightTee;"],[0,"&dashv;"],[0,"&DownTee;"],[0,"&bot;"],[1,"&models;"],[0,"&DoubleRightTee;"],[0,"&Vdash;"],[0,"&Vvdash;"],[0,"&VDash;"],[0,"&nvdash;"],[0,"&nvDash;"],[0,"&nVdash;"],[0,"&nVDash;"],[0,"&prurel;"],[1,"&LeftTriangle;"],[0,"&RightTriangle;"],[0,{v:"&LeftTriangleEqual;",n:8402,o:"&nvltrie;"}],[0,{v:"&RightTriangleEqual;",n:8402,o:"&nvrtrie;"}],[0,"&origof;"],[0,"&imof;"],[0,"&multimap;"],[0,"&hercon;"],[0,"&intcal;"],[0,"&veebar;"],[1,"&barvee;"],[0,"&angrtvb;"],[0,"&lrtri;"],[0,"&bigwedge;"],[0,"&bigvee;"],[0,"&bigcap;"],[0,"&bigcup;"],[0,"&diam;"],[0,"&sdot;"],[0,"&sstarf;"],[0,"&divideontimes;"],[0,"&bowtie;"],[0,"&ltimes;"],[0,"&rtimes;"],[0,"&leftthreetimes;"],[0,"&rightthreetimes;"],[0,"&backsimeq;"],[0,"&curlyvee;"],[0,"&curlywedge;"],[0,"&Sub;"],[0,"&Sup;"],[0,"&Cap;"],[0,"&Cup;"],[0,"&fork;"],[0,"&epar;"],[0,"&lessdot;"],[0,"&gtdot;"],[0,{v:"&Ll;",n:824,o:"&nLl;"}],[0,{v:"&Gg;",n:824,o:"&nGg;"}],[0,{v:"&leg;",n:65024,o:"&lesg;"}],[0,{v:"&gel;",n:65024,o:"&gesl;"}],[2,"&cuepr;"],[0,"&cuesc;"],[0,"&NotPrecedesSlantEqual;"],[0,"&NotSucceedsSlantEqual;"],[0,"&NotSquareSubsetEqual;"],[0,"&NotSquareSupersetEqual;"],[2,"&lnsim;"],[0,"&gnsim;"],[0,"&precnsim;"],[0,"&scnsim;"],[0,"&nltri;"],[0,"&NotRightTriangle;"],[0,"&nltrie;"],[0,"&NotRightTriangleEqual;"],[0,"&vellip;"],[0,"&ctdot;"],[0,"&utdot;"],[0,"&dtdot;"],[0,"&disin;"],[0,"&isinsv;"],[0,"&isins;"],[0,{v:"&isindot;",n:824,o:"&notindot;"}],[0,"&notinvc;"],[0,"&notinvb;"],[1,{v:"&isinE;",n:824,o:"&notinE;"}],[0,"&nisd;"],[0,"&xnis;"],[0,"&nis;"],[0,"&notnivc;"],[0,"&notnivb;"],[6,"&barwed;"],[0,"&Barwed;"],[1,"&lceil;"],[0,"&rceil;"],[0,"&LeftFloor;"],[0,"&rfloor;"],[0,"&drcrop;"],[0,"&dlcrop;"],[0,"&urcrop;"],[0,"&ulcrop;"],[0,"&bnot;"],[1,"&profline;"],[0,"&profsurf;"],[1,"&telrec;"],[0,"&target;"],[5,"&ulcorn;"],[0,"&urcorn;"],[0,"&dlcorn;"],[0,"&drcorn;"],[2,"&frown;"],[0,"&smile;"],[9,"&cylcty;"],[0,"&profalar;"],[7,"&topbot;"],[6,"&ovbar;"],[1,"&solbar;"],[60,"&angzarr;"],[51,"&lmoustache;"],[0,"&rmoustache;"],[2,"&OverBracket;"],[0,"&bbrk;"],[0,"&bbrktbrk;"],[37,"&OverParenthesis;"],[0,"&UnderParenthesis;"],[0,"&OverBrace;"],[0,"&UnderBrace;"],[2,"&trpezium;"],[4,"&elinters;"],[59,"&blank;"],[164,"&circledS;"],[55,"&boxh;"],[1,"&boxv;"],[9,"&boxdr;"],[3,"&boxdl;"],[3,"&boxur;"],[3,"&boxul;"],[3,"&boxvr;"],[7,"&boxvl;"],[7,"&boxhd;"],[7,"&boxhu;"],[7,"&boxvh;"],[19,"&boxH;"],[0,"&boxV;"],[0,"&boxdR;"],[0,"&boxDr;"],[0,"&boxDR;"],[0,"&boxdL;"],[0,"&boxDl;"],[0,"&boxDL;"],[0,"&boxuR;"],[0,"&boxUr;"],[0,"&boxUR;"],[0,"&boxuL;"],[0,"&boxUl;"],[0,"&boxUL;"],[0,"&boxvR;"],[0,"&boxVr;"],[0,"&boxVR;"],[0,"&boxvL;"],[0,"&boxVl;"],[0,"&boxVL;"],[0,"&boxHd;"],[0,"&boxhD;"],[0,"&boxHD;"],[0,"&boxHu;"],[0,"&boxhU;"],[0,"&boxHU;"],[0,"&boxvH;"],[0,"&boxVh;"],[0,"&boxVH;"],[19,"&uhblk;"],[3,"&lhblk;"],[3,"&block;"],[8,"&blk14;"],[0,"&blk12;"],[0,"&blk34;"],[13,"&square;"],[8,"&blacksquare;"],[0,"&EmptyVerySmallSquare;"],[1,"&rect;"],[0,"&marker;"],[2,"&fltns;"],[1,"&bigtriangleup;"],[0,"&blacktriangle;"],[0,"&triangle;"],[2,"&blacktriangleright;"],[0,"&rtri;"],[3,"&bigtriangledown;"],[0,"&blacktriangledown;"],[0,"&dtri;"],[2,"&blacktriangleleft;"],[0,"&ltri;"],[6,"&loz;"],[0,"&cir;"],[32,"&tridot;"],[2,"&bigcirc;"],[8,"&ultri;"],[0,"&urtri;"],[0,"&lltri;"],[0,"&EmptySmallSquare;"],[0,"&FilledSmallSquare;"],[8,"&bigstar;"],[0,"&star;"],[7,"&phone;"],[49,"&female;"],[1,"&male;"],[29,"&spades;"],[2,"&clubs;"],[1,"&hearts;"],[0,"&diamondsuit;"],[3,"&sung;"],[2,"&flat;"],[0,"&natural;"],[0,"&sharp;"],[163,"&check;"],[3,"&cross;"],[8,"&malt;"],[21,"&sext;"],[33,"&VerticalSeparator;"],[25,"&lbbrk;"],[0,"&rbbrk;"],[84,"&bsolhsub;"],[0,"&suphsol;"],[28,"&LeftDoubleBracket;"],[0,"&RightDoubleBracket;"],[0,"&lang;"],[0,"&rang;"],[0,"&Lang;"],[0,"&Rang;"],[0,"&loang;"],[0,"&roang;"],[7,"&longleftarrow;"],[0,"&longrightarrow;"],[0,"&longleftrightarrow;"],[0,"&DoubleLongLeftArrow;"],[0,"&DoubleLongRightArrow;"],[0,"&DoubleLongLeftRightArrow;"],[1,"&longmapsto;"],[2,"&dzigrarr;"],[258,"&nvlArr;"],[0,"&nvrArr;"],[0,"&nvHarr;"],[0,"&Map;"],[6,"&lbarr;"],[0,"&bkarow;"],[0,"&lBarr;"],[0,"&dbkarow;"],[0,"&drbkarow;"],[0,"&DDotrahd;"],[0,"&UpArrowBar;"],[0,"&DownArrowBar;"],[2,"&Rarrtl;"],[2,"&latail;"],[0,"&ratail;"],[0,"&lAtail;"],[0,"&rAtail;"],[0,"&larrfs;"],[0,"&rarrfs;"],[0,"&larrbfs;"],[0,"&rarrbfs;"],[2,"&nwarhk;"],[0,"&nearhk;"],[0,"&hksearow;"],[0,"&hkswarow;"],[0,"&nwnear;"],[0,"&nesear;"],[0,"&seswar;"],[0,"&swnwar;"],[8,{v:"&rarrc;",n:824,o:"&nrarrc;"}],[1,"&cudarrr;"],[0,"&ldca;"],[0,"&rdca;"],[0,"&cudarrl;"],[0,"&larrpl;"],[2,"&curarrm;"],[0,"&cularrp;"],[7,"&rarrpl;"],[2,"&harrcir;"],[0,"&Uarrocir;"],[0,"&lurdshar;"],[0,"&ldrushar;"],[2,"&LeftRightVector;"],[0,"&RightUpDownVector;"],[0,"&DownLeftRightVector;"],[0,"&LeftUpDownVector;"],[0,"&LeftVectorBar;"],[0,"&RightVectorBar;"],[0,"&RightUpVectorBar;"],[0,"&RightDownVectorBar;"],[0,"&DownLeftVectorBar;"],[0,"&DownRightVectorBar;"],[0,"&LeftUpVectorBar;"],[0,"&LeftDownVectorBar;"],[0,"&LeftTeeVector;"],[0,"&RightTeeVector;"],[0,"&RightUpTeeVector;"],[0,"&RightDownTeeVector;"],[0,"&DownLeftTeeVector;"],[0,"&DownRightTeeVector;"],[0,"&LeftUpTeeVector;"],[0,"&LeftDownTeeVector;"],[0,"&lHar;"],[0,"&uHar;"],[0,"&rHar;"],[0,"&dHar;"],[0,"&luruhar;"],[0,"&ldrdhar;"],[0,"&ruluhar;"],[0,"&rdldhar;"],[0,"&lharul;"],[0,"&llhard;"],[0,"&rharul;"],[0,"&lrhard;"],[0,"&udhar;"],[0,"&duhar;"],[0,"&RoundImplies;"],[0,"&erarr;"],[0,"&simrarr;"],[0,"&larrsim;"],[0,"&rarrsim;"],[0,"&rarrap;"],[0,"&ltlarr;"],[1,"&gtrarr;"],[0,"&subrarr;"],[1,"&suplarr;"],[0,"&lfisht;"],[0,"&rfisht;"],[0,"&ufisht;"],[0,"&dfisht;"],[5,"&lopar;"],[0,"&ropar;"],[4,"&lbrke;"],[0,"&rbrke;"],[0,"&lbrkslu;"],[0,"&rbrksld;"],[0,"&lbrksld;"],[0,"&rbrkslu;"],[0,"&langd;"],[0,"&rangd;"],[0,"&lparlt;"],[0,"&rpargt;"],[0,"&gtlPar;"],[0,"&ltrPar;"],[3,"&vzigzag;"],[1,"&vangrt;"],[0,"&angrtvbd;"],[6,"&ange;"],[0,"&range;"],[0,"&dwangle;"],[0,"&uwangle;"],[0,"&angmsdaa;"],[0,"&angmsdab;"],[0,"&angmsdac;"],[0,"&angmsdad;"],[0,"&angmsdae;"],[0,"&angmsdaf;"],[0,"&angmsdag;"],[0,"&angmsdah;"],[0,"&bemptyv;"],[0,"&demptyv;"],[0,"&cemptyv;"],[0,"&raemptyv;"],[0,"&laemptyv;"],[0,"&ohbar;"],[0,"&omid;"],[0,"&opar;"],[1,"&operp;"],[1,"&olcross;"],[0,"&odsold;"],[1,"&olcir;"],[0,"&ofcir;"],[0,"&olt;"],[0,"&ogt;"],[0,"&cirscir;"],[0,"&cirE;"],[0,"&solb;"],[0,"&bsolb;"],[3,"&boxbox;"],[3,"&trisb;"],[0,"&rtriltri;"],[0,{v:"&LeftTriangleBar;",n:824,o:"&NotLeftTriangleBar;"}],[0,{v:"&RightTriangleBar;",n:824,o:"&NotRightTriangleBar;"}],[11,"&iinfin;"],[0,"&infintie;"],[0,"&nvinfin;"],[4,"&eparsl;"],[0,"&smeparsl;"],[0,"&eqvparsl;"],[5,"&blacklozenge;"],[8,"&RuleDelayed;"],[1,"&dsol;"],[9,"&bigodot;"],[0,"&bigoplus;"],[0,"&bigotimes;"],[1,"&biguplus;"],[1,"&bigsqcup;"],[5,"&iiiint;"],[0,"&fpartint;"],[2,"&cirfnint;"],[0,"&awint;"],[0,"&rppolint;"],[0,"&scpolint;"],[0,"&npolint;"],[0,"&pointint;"],[0,"&quatint;"],[0,"&intlarhk;"],[10,"&pluscir;"],[0,"&plusacir;"],[0,"&simplus;"],[0,"&plusdu;"],[0,"&plussim;"],[0,"&plustwo;"],[1,"&mcomma;"],[0,"&minusdu;"],[2,"&loplus;"],[0,"&roplus;"],[0,"&Cross;"],[0,"&timesd;"],[0,"&timesbar;"],[1,"&smashp;"],[0,"&lotimes;"],[0,"&rotimes;"],[0,"&otimesas;"],[0,"&Otimes;"],[0,"&odiv;"],[0,"&triplus;"],[0,"&triminus;"],[0,"&tritime;"],[0,"&intprod;"],[2,"&amalg;"],[0,"&capdot;"],[1,"&ncup;"],[0,"&ncap;"],[0,"&capand;"],[0,"&cupor;"],[0,"&cupcap;"],[0,"&capcup;"],[0,"&cupbrcap;"],[0,"&capbrcup;"],[0,"&cupcup;"],[0,"&capcap;"],[0,"&ccups;"],[0,"&ccaps;"],[2,"&ccupssm;"],[2,"&And;"],[0,"&Or;"],[0,"&andand;"],[0,"&oror;"],[0,"&orslope;"],[0,"&andslope;"],[1,"&andv;"],[0,"&orv;"],[0,"&andd;"],[0,"&ord;"],[1,"&wedbar;"],[6,"&sdote;"],[3,"&simdot;"],[2,{v:"&congdot;",n:824,o:"&ncongdot;"}],[0,"&easter;"],[0,"&apacir;"],[0,{v:"&apE;",n:824,o:"&napE;"}],[0,"&eplus;"],[0,"&pluse;"],[0,"&Esim;"],[0,"&Colone;"],[0,"&Equal;"],[1,"&ddotseq;"],[0,"&equivDD;"],[0,"&ltcir;"],[0,"&gtcir;"],[0,"&ltquest;"],[0,"&gtquest;"],[0,{v:"&leqslant;",n:824,o:"&nleqslant;"}],[0,{v:"&geqslant;",n:824,o:"&ngeqslant;"}],[0,"&lesdot;"],[0,"&gesdot;"],[0,"&lesdoto;"],[0,"&gesdoto;"],[0,"&lesdotor;"],[0,"&gesdotol;"],[0,"&lap;"],[0,"&gap;"],[0,"&lne;"],[0,"&gne;"],[0,"&lnap;"],[0,"&gnap;"],[0,"&lEg;"],[0,"&gEl;"],[0,"&lsime;"],[0,"&gsime;"],[0,"&lsimg;"],[0,"&gsiml;"],[0,"&lgE;"],[0,"&glE;"],[0,"&lesges;"],[0,"&gesles;"],[0,"&els;"],[0,"&egs;"],[0,"&elsdot;"],[0,"&egsdot;"],[0,"&el;"],[0,"&eg;"],[2,"&siml;"],[0,"&simg;"],[0,"&simlE;"],[0,"&simgE;"],[0,{v:"&LessLess;",n:824,o:"&NotNestedLessLess;"}],[0,{v:"&GreaterGreater;",n:824,o:"&NotNestedGreaterGreater;"}],[1,"&glj;"],[0,"&gla;"],[0,"&ltcc;"],[0,"&gtcc;"],[0,"&lescc;"],[0,"&gescc;"],[0,"&smt;"],[0,"&lat;"],[0,{v:"&smte;",n:65024,o:"&smtes;"}],[0,{v:"&late;",n:65024,o:"&lates;"}],[0,"&bumpE;"],[0,{v:"&PrecedesEqual;",n:824,o:"&NotPrecedesEqual;"}],[0,{v:"&sce;",n:824,o:"&NotSucceedsEqual;"}],[2,"&prE;"],[0,"&scE;"],[0,"&precneqq;"],[0,"&scnE;"],[0,"&prap;"],[0,"&scap;"],[0,"&precnapprox;"],[0,"&scnap;"],[0,"&Pr;"],[0,"&Sc;"],[0,"&subdot;"],[0,"&supdot;"],[0,"&subplus;"],[0,"&supplus;"],[0,"&submult;"],[0,"&supmult;"],[0,"&subedot;"],[0,"&supedot;"],[0,{v:"&subE;",n:824,o:"&nsubE;"}],[0,{v:"&supE;",n:824,o:"&nsupE;"}],[0,"&subsim;"],[0,"&supsim;"],[2,{v:"&subnE;",n:65024,o:"&varsubsetneqq;"}],[0,{v:"&supnE;",n:65024,o:"&varsupsetneqq;"}],[2,"&csub;"],[0,"&csup;"],[0,"&csube;"],[0,"&csupe;"],[0,"&subsup;"],[0,"&supsub;"],[0,"&subsub;"],[0,"&supsup;"],[0,"&suphsub;"],[0,"&supdsub;"],[0,"&forkv;"],[0,"&topfork;"],[0,"&mlcp;"],[8,"&Dashv;"],[1,"&Vdashl;"],[0,"&Barv;"],[0,"&vBar;"],[0,"&vBarv;"],[1,"&Vbar;"],[0,"&Not;"],[0,"&bNot;"],[0,"&rnmid;"],[0,"&cirmid;"],[0,"&midcir;"],[0,"&topcir;"],[0,"&nhpar;"],[0,"&parsim;"],[9,{v:"&parsl;",n:8421,o:"&nparsl;"}],[44343,{n:new Map($6([[56476,"&Ascr;"],[1,"&Cscr;"],[0,"&Dscr;"],[2,"&Gscr;"],[2,"&Jscr;"],[0,"&Kscr;"],[2,"&Nscr;"],[0,"&Oscr;"],[0,"&Pscr;"],[0,"&Qscr;"],[1,"&Sscr;"],[0,"&Tscr;"],[0,"&Uscr;"],[0,"&Vscr;"],[0,"&Wscr;"],[0,"&Xscr;"],[0,"&Yscr;"],[0,"&Zscr;"],[0,"&ascr;"],[0,"&bscr;"],[0,"&cscr;"],[0,"&dscr;"],[1,"&fscr;"],[1,"&hscr;"],[0,"&iscr;"],[0,"&jscr;"],[0,"&kscr;"],[0,"&lscr;"],[0,"&mscr;"],[0,"&nscr;"],[1,"&pscr;"],[0,"&qscr;"],[0,"&rscr;"],[0,"&sscr;"],[0,"&tscr;"],[0,"&uscr;"],[0,"&vscr;"],[0,"&wscr;"],[0,"&xscr;"],[0,"&yscr;"],[0,"&zscr;"],[52,"&Afr;"],[0,"&Bfr;"],[1,"&Dfr;"],[0,"&Efr;"],[0,"&Ffr;"],[0,"&Gfr;"],[2,"&Jfr;"],[0,"&Kfr;"],[0,"&Lfr;"],[0,"&Mfr;"],[0,"&Nfr;"],[0,"&Ofr;"],[0,"&Pfr;"],[0,"&Qfr;"],[1,"&Sfr;"],[0,"&Tfr;"],[0,"&Ufr;"],[0,"&Vfr;"],[0,"&Wfr;"],[0,"&Xfr;"],[0,"&Yfr;"],[1,"&afr;"],[0,"&bfr;"],[0,"&cfr;"],[0,"&dfr;"],[0,"&efr;"],[0,"&ffr;"],[0,"&gfr;"],[0,"&hfr;"],[0,"&ifr;"],[0,"&jfr;"],[0,"&kfr;"],[0,"&lfr;"],[0,"&mfr;"],[0,"&nfr;"],[0,"&ofr;"],[0,"&pfr;"],[0,"&qfr;"],[0,"&rfr;"],[0,"&sfr;"],[0,"&tfr;"],[0,"&ufr;"],[0,"&vfr;"],[0,"&wfr;"],[0,"&xfr;"],[0,"&yfr;"],[0,"&zfr;"],[0,"&Aopf;"],[0,"&Bopf;"],[1,"&Dopf;"],[0,"&Eopf;"],[0,"&Fopf;"],[0,"&Gopf;"],[1,"&Iopf;"],[0,"&Jopf;"],[0,"&Kopf;"],[0,"&Lopf;"],[0,"&Mopf;"],[1,"&Oopf;"],[3,"&Sopf;"],[0,"&Topf;"],[0,"&Uopf;"],[0,"&Vopf;"],[0,"&Wopf;"],[0,"&Xopf;"],[0,"&Yopf;"],[1,"&aopf;"],[0,"&bopf;"],[0,"&copf;"],[0,"&dopf;"],[0,"&eopf;"],[0,"&fopf;"],[0,"&gopf;"],[0,"&hopf;"],[0,"&iopf;"],[0,"&jopf;"],[0,"&kopf;"],[0,"&lopf;"],[0,"&mopf;"],[0,"&nopf;"],[0,"&oopf;"],[0,"&popf;"],[0,"&qopf;"],[0,"&ropf;"],[0,"&sopf;"],[0,"&topf;"],[0,"&uopf;"],[0,"&vopf;"],[0,"&wopf;"],[0,"&xopf;"],[0,"&yopf;"],[0,"&zopf;"]]))}],[8906,"&fflig;"],[0,"&filig;"],[0,"&fllig;"],[0,"&ffilig;"],[0,"&ffllig;"]]))});var Z6=M((a)=>{Object.defineProperty(a,"__esModule",{value:!0});a.escapeText=a.escapeAttribute=a.escapeUTF8=a.escape=a.encodeXML=a.getCodePoint=a.xmlReplacer=void 0;a.xmlReplacer=/["&'<>$\x80-\uFFFF]/g;var QJ=new Map([[34,"&quot;"],[38,"&amp;"],[39,"&apos;"],[60,"&lt;"],[62,"&gt;"]]);a.getCodePoint=String.prototype.codePointAt!=null?function($,Z){return $.codePointAt(Z)}:function($,Z){return($.charCodeAt(Z)&64512)===55296?($.charCodeAt(Z)-55296)*1024+$.charCodeAt(Z+1)-56320+65536:$.charCodeAt(Z)};function YJ($){var Z="",J=0,G;while((G=a.xmlReplacer.exec($))!==null){var K=G.index,Q=$.charCodeAt(K),Y=QJ.get(Q);if(Y!==void 0)Z+=$.substring(J,K)+Y,J=K+1;else Z+="".concat($.substring(J,K),"&#x").concat(a.getCodePoint($,K).toString(16),";"),J=a.xmlReplacer.lastIndex+=Number((Q&64512)===55296)}return Z+$.substr(J)}a.encodeXML=YJ;a.escape=YJ;function u8($,Z){return function J(G){var K,Q=0,Y="";while(K=$.exec(G)){if(Q!==K.index)Y+=G.substring(Q,K.index);Y+=Z.get(K[0].charCodeAt(0)),Q=K.index+1}return Y+G.substring(Q)}}a.escapeUTF8=u8(/[&<>'"]/g,QJ);a.escapeAttribute=u8(/["&\u00A0]/g,new Map([[34,"&quot;"],[38,"&amp;"],[160,"&nbsp;"]]));a.escapeText=u8(/[&<>\u00A0]/g,new Map([[38,"&amp;"],[60,"&lt;"],[62,"&gt;"],[160,"&nbsp;"]]))});var l8=M((j$)=>{var NX=j$&&j$.__importDefault||function($){return $&&$.__esModule?$:{default:$}};Object.defineProperty(j$,"__esModule",{value:!0});j$.encodeNonAsciiHTML=j$.encodeHTML=void 0;var IX=NX(KJ()),XJ=Z6(),MX=/[\t\n!-,./:-@[-`\f{-}$\x80-\uFFFF]/g;function PX($){return VJ(MX,$)}j$.encodeHTML=PX;function wX($){return VJ(XJ.xmlReplacer,$)}j$.encodeNonAsciiHTML=wX;function VJ($,Z){var J="",G=0,K;while((K=$.exec(Z))!==null){var Q=K.index;J+=Z.substring(G,Q);var Y=Z.charCodeAt(Q),X=IX.default.get(Y);if(typeof X==="object"){if(Q+1<Z.length){var V=Z.charCodeAt(Q+1),z=typeof X.n==="number"?X.n===V?X.o:void 0:X.n.get(V);if(z!==void 0){J+=z,G=$.lastIndex+=1;continue}}X=X.v}if(X!==void 0)J+=X,G=Q+1;else{var H=XJ.getCodePoint(Z,Q);J+="&#x".concat(H.toString(16),";"),G=$.lastIndex+=Number(H!==Y)}}return J+Z.substr(G)}});var UJ=M((P)=>{Object.defineProperty(P,"__esModule",{value:!0});P.decodeXMLStrict=P.decodeHTML5Strict=P.decodeHTML4Strict=P.decodeHTML5=P.decodeHTML4=P.decodeHTMLAttribute=P.decodeHTMLStrict=P.decodeHTML=P.decodeXML=P.DecodingMode=P.EntityDecoder=P.encodeHTML5=P.encodeHTML4=P.encodeNonAsciiHTML=P.encodeHTML=P.escapeText=P.escapeAttribute=P.escapeUTF8=P.escape=P.encodeXML=P.encode=P.decodeStrict=P.decode=P.EncodingMode=P.EntityLevel=void 0;var p8=b8(),zJ=l8(),J6=Z6(),O1;(function($){$[$.XML=0]="XML",$[$.HTML=1]="HTML"})(O1=P.EntityLevel||(P.EntityLevel={}));var s1;(function($){$[$.UTF8=0]="UTF8",$[$.ASCII=1]="ASCII",$[$.Extensive=2]="Extensive",$[$.Attribute=3]="Attribute",$[$.Text=4]="Text"})(s1=P.EncodingMode||(P.EncodingMode={}));function HJ($,Z){if(Z===void 0)Z=O1.XML;var J=typeof Z==="number"?Z:Z.level;if(J===O1.HTML){var G=typeof Z==="object"?Z.mode:void 0;return p8.decodeHTML($,G)}return p8.decodeXML($)}P.decode=HJ;function DX($,Z){var J;if(Z===void 0)Z=O1.XML;var G=typeof Z==="number"?{level:Z}:Z;return(J=G.mode)!==null&&J!==void 0||(G.mode=p8.DecodingMode.Strict),HJ($,G)}P.decodeStrict=DX;function jX($,Z){if(Z===void 0)Z=O1.XML;var J=typeof Z==="number"?{level:Z}:Z;if(J.mode===s1.UTF8)return J6.escapeUTF8($);if(J.mode===s1.Attribute)return J6.escapeAttribute($);if(J.mode===s1.Text)return J6.escapeText($);if(J.level===O1.HTML){if(J.mode===s1.ASCII)return zJ.encodeNonAsciiHTML($);return zJ.encodeHTML($)}return J6.encodeXML($)}P.encode=jX;var t1=Z6();Object.defineProperty(P,"encodeXML",{enumerable:!0,get:function(){return t1.encodeXML}});Object.defineProperty(P,"escape",{enumerable:!0,get:function(){return t1.escape}});Object.defineProperty(P,"escapeUTF8",{enumerable:!0,get:function(){return t1.escapeUTF8}});Object.defineProperty(P,"escapeAttribute",{enumerable:!0,get:function(){return t1.escapeAttribute}});Object.defineProperty(P,"escapeText",{enumerable:!0,get:function(){return t1.escapeText}});var G6=l8();Object.defineProperty(P,"encodeHTML",{enumerable:!0,get:function(){return G6.encodeHTML}});Object.defineProperty(P,"encodeNonAsciiHTML",{enumerable:!0,get:function(){return G6.encodeNonAsciiHTML}});Object.defineProperty(P,"encodeHTML4",{enumerable:!0,get:function(){return G6.encodeHTML}});Object.defineProperty(P,"encodeHTML5",{enumerable:!0,get:function(){return G6.encodeHTML}});var k0=b8();Object.defineProperty(P,"EntityDecoder",{enumerable:!0,get:function(){return k0.EntityDecoder}});Object.defineProperty(P,"DecodingMode",{enumerable:!0,get:function(){return k0.DecodingMode}});Object.defineProperty(P,"decodeXML",{enumerable:!0,get:function(){return k0.decodeXML}});Object.defineProperty(P,"decodeHTML",{enumerable:!0,get:function(){return k0.decodeHTML}});Object.defineProperty(P,"decodeHTMLStrict",{enumerable:!0,get:function(){return k0.decodeHTMLStrict}});Object.defineProperty(P,"decodeHTMLAttribute",{enumerable:!0,get:function(){return k0.decodeHTMLAttribute}});Object.defineProperty(P,"decodeHTML4",{enumerable:!0,get:function(){return k0.decodeHTML}});Object.defineProperty(P,"decodeHTML5",{enumerable:!0,get:function(){return k0.decodeHTML}});Object.defineProperty(P,"decodeHTML4Strict",{enumerable:!0,get:function(){return k0.decodeHTMLStrict}});Object.defineProperty(P,"decodeHTML5Strict",{enumerable:!0,get:function(){return k0.decodeHTMLStrict}});Object.defineProperty(P,"decodeXMLStrict",{enumerable:!0,get:function(){return k0.decodeXML}})});var AJ=M((R1)=>{Object.defineProperty(R1,"__esModule",{value:!0});R1.attributeNames=R1.elementNames=void 0;R1.elementNames=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(function($){return[$.toLowerCase(),$]}));R1.attributeNames=new Map(["definitionURL","attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map(function($){return[$.toLowerCase(),$]}))});var OJ=M((D0)=>{var q1=D0&&D0.__assign||function(){return q1=Object.assign||function($){for(var Z,J=1,G=arguments.length;J<G;J++){Z=arguments[J];for(var K in Z)if(Object.prototype.hasOwnProperty.call(Z,K))$[K]=Z[K]}return $},q1.apply(this,arguments)},TX=D0&&D0.__createBinding||(Object.create?function($,Z,J,G){if(G===void 0)G=J;var K=Object.getOwnPropertyDescriptor(Z,J);if(!K||("get"in K?!Z.__esModule:K.writable||K.configurable))K={enumerable:!0,get:function(){return Z[J]}};Object.defineProperty($,G,K)}:function($,Z,J,G){if(G===void 0)G=J;$[G]=Z[J]}),EX=D0&&D0.__setModuleDefault||(Object.create?function($,Z){Object.defineProperty($,"default",{enumerable:!0,value:Z})}:function($,Z){$.default=Z}),SX=D0&&D0.__importStar||function($){if($&&$.__esModule)return $;var Z={};if($!=null){for(var J in $)if(J!=="default"&&Object.prototype.hasOwnProperty.call($,J))TX(Z,$,J)}return EX(Z,$),Z};Object.defineProperty(D0,"__esModule",{value:!0});D0.render=void 0;var H$=SX(A1()),K6=UJ(),WJ=AJ(),vX=new Set(["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"]);function yX($){return $.replace(/"/g,"&quot;")}function fX($,Z){var J;if(!$)return;var G=((J=Z.encodeEntities)!==null&&J!==void 0?J:Z.decodeEntities)===!1?yX:Z.xmlMode||Z.encodeEntities!=="utf8"?K6.encodeXML:K6.escapeAttribute;return Object.keys($).map(function(K){var Q,Y,X=(Q=$[K])!==null&&Q!==void 0?Q:"";if(Z.xmlMode==="foreign")K=(Y=WJ.attributeNames.get(K))!==null&&Y!==void 0?Y:K;if(!Z.emptyAttrs&&!Z.xmlMode&&X==="")return K;return"".concat(K,'="').concat(G(X),'"')}).join(" ")}var FJ=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]);function Q6($,Z){if(Z===void 0)Z={};var J="length"in $?$:[$],G="";for(var K=0;K<J.length;K++)G+=CX(J[K],Z);return G}D0.render=Q6;D0.default=Q6;function CX($,Z){switch($.type){case H$.Root:return Q6($.children,Z);case H$.Doctype:case H$.Directive:return hX($);case H$.Comment:return mX($);case H$.CDATA:return bX($);case H$.Script:case H$.Style:case H$.Tag:return gX($,Z);case H$.Text:return kX($,Z)}}var _X=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),xX=new Set(["svg","math"]);function gX($,Z){var J;if(Z.xmlMode==="foreign"){if($.name=(J=WJ.elementNames.get($.name))!==null&&J!==void 0?J:$.name,$.parent&&_X.has($.parent.name))Z=q1(q1({},Z),{xmlMode:!1})}if(!Z.xmlMode&&xX.has($.name))Z=q1(q1({},Z),{xmlMode:"foreign"});var G="<".concat($.name),K=fX($.attribs,Z);if(K)G+=" ".concat(K);if($.children.length===0&&(Z.xmlMode?Z.selfClosingTags!==!1:Z.selfClosingTags&&FJ.has($.name))){if(!Z.xmlMode)G+=" ";G+="/>"}else{if(G+=">",$.children.length>0)G+=Q6($.children,Z);if(Z.xmlMode||!FJ.has($.name))G+="</".concat($.name,">")}return G}function hX($){return"<".concat($.data,">")}function kX($,Z){var J,G=$.data||"";if(((J=Z.encodeEntities)!==null&&J!==void 0?J:Z.decodeEntities)!==!1&&!(!Z.xmlMode&&$.parent&&vX.has($.parent.name)))G=Z.xmlMode||Z.encodeEntities!=="utf8"?K6.encodeXML(G):K6.escapeText(G);return G}function bX($){return"<![CDATA[".concat($.children[0].data,"]]>")}function mX($){return"<!--".concat($.data,"-->")}});var d8=M((U$)=>{var uX=U$&&U$.__importDefault||function($){return $&&$.__esModule?$:{default:$}};Object.defineProperty(U$,"__esModule",{value:!0});U$.getOuterHTML=RJ;U$.getInnerHTML=iX;U$.getText=Y6;U$.textContent=i8;U$.innerText=c8;var s0=g0(),lX=uX(OJ()),pX=A1();function RJ($,Z){return lX.default($,Z)}function iX($,Z){return s0.hasChildren($)?$.children.map(function(J){return RJ(J,Z)}).join(""):""}function Y6($){if(Array.isArray($))return $.map(Y6).join("");if(s0.isTag($))return $.name==="br"?`
14
- `:Y6($.children);if(s0.isCDATA($))return Y6($.children);if(s0.isText($))return $.data;return""}function i8($){if(Array.isArray($))return $.map(i8).join("");if(s0.hasChildren($)&&!s0.isComment($))return i8($.children);if(s0.isText($))return $.data;return""}function c8($){if(Array.isArray($))return $.map(c8).join("");if(s0.hasChildren($)&&($.type===pX.ElementType.Tag||s0.isCDATA($)))return c8($.children);if(s0.isText($))return $.data;return""}});var LJ=M((t0)=>{Object.defineProperty(t0,"__esModule",{value:!0});t0.getChildren=qJ;t0.getParent=BJ;t0.getSiblings=cX;t0.getAttributeValue=dX;t0.hasAttrib=nX;t0.getName=rX;t0.nextElementSibling=aX;t0.prevElementSibling=oX;var n8=g0();function qJ($){return n8.hasChildren($)?$.children:[]}function BJ($){return $.parent||null}function cX($){var Z,J,G=BJ($);if(G!=null)return qJ(G);var K=[$],Q=$.prev,Y=$.next;while(Q!=null)K.unshift(Q),Z=Q,Q=Z.prev;while(Y!=null)K.push(Y),J=Y,Y=J.next;return K}function dX($,Z){var J;return(J=$.attribs)===null||J===void 0?void 0:J[Z]}function nX($,Z){return $.attribs!=null&&Object.prototype.hasOwnProperty.call($.attribs,Z)&&$.attribs[Z]!=null}function rX($){return $.name}function aX($){var Z,J=$.next;while(J!==null&&!n8.isTag(J))Z=J,J=Z.next;return J}function oX($){var Z,J=$.prev;while(J!==null&&!n8.isTag(J))Z=J,J=Z.prev;return J}});var NJ=M((T$)=>{Object.defineProperty(T$,"__esModule",{value:!0});T$.removeElement=e1;T$.replaceElement=sX;T$.appendChild=tX;T$.append=eX;T$.prependChild=$V;T$.prepend=ZV;function e1($){if($.prev)$.prev.next=$.next;if($.next)$.next.prev=$.prev;if($.parent){var Z=$.parent.children,J=Z.lastIndexOf($);if(J>=0)Z.splice(J,1)}$.next=null,$.prev=null,$.parent=null}function sX($,Z){var J=Z.prev=$.prev;if(J)J.next=Z;var G=Z.next=$.next;if(G)G.prev=Z;var K=Z.parent=$.parent;if(K){var Q=K.children;Q[Q.lastIndexOf($)]=Z,$.parent=null}}function tX($,Z){if(e1(Z),Z.next=null,Z.parent=$,$.children.push(Z)>1){var J=$.children[$.children.length-2];J.next=Z,Z.prev=J}else Z.prev=null}function eX($,Z){e1(Z);var{parent:J,next:G}=$;if(Z.next=G,Z.prev=$,$.next=Z,Z.parent=J,G){if(G.prev=Z,J){var K=J.children;K.splice(K.lastIndexOf(G),0,Z)}}else if(J)J.children.push(Z)}function $V($,Z){if(e1(Z),Z.parent=$,Z.prev=null,$.children.unshift(Z)!==1){var J=$.children[1];J.prev=Z,Z.next=J}else Z.next=null}function ZV($,Z){e1(Z);var J=$.parent;if(J){var G=J.children;G.splice(G.indexOf($),0,Z)}if($.prev)$.prev.next=Z;Z.parent=J,Z.prev=$.prev,Z.next=$,$.prev=Z}});var r8=M((E$)=>{Object.defineProperty(E$,"__esModule",{value:!0});E$.filter=JV;E$.find=IJ;E$.findOneChild=GV;E$.findOne=MJ;E$.existsOne=PJ;E$.findAll=KV;var i$=g0();function JV($,Z,J,G){if(J===void 0)J=!0;if(G===void 0)G=1/0;return IJ($,Array.isArray(Z)?Z:[Z],J,G)}function IJ($,Z,J,G){var K=[],Q=[Array.isArray(Z)?Z:[Z]],Y=[0];for(;;){if(Y[0]>=Q[0].length){if(Y.length===1)return K;Q.shift(),Y.shift();continue}var X=Q[0][Y[0]++];if($(X)){if(K.push(X),--G<=0)return K}if(J&&i$.hasChildren(X)&&X.children.length>0)Y.unshift(0),Q.unshift(X.children)}}function GV($,Z){return Z.find($)}function MJ($,Z,J){if(J===void 0)J=!0;var G=Array.isArray(Z)?Z:[Z];for(var K=0;K<G.length;K++){var Q=G[K];if(i$.isTag(Q)&&$(Q))return Q;if(J&&i$.hasChildren(Q)&&Q.children.length>0){var Y=MJ($,Q.children,!0);if(Y)return Y}}return null}function PJ($,Z){return(Array.isArray(Z)?Z:[Z]).some(function(J){return i$.isTag(J)&&$(J)||i$.hasChildren(J)&&PJ($,J.children)})}function KV($,Z){var J=[],G=[Array.isArray(Z)?Z:[Z]],K=[0];for(;;){if(K[0]>=G[0].length){if(G.length===1)return J;G.shift(),K.shift();continue}var Q=G[0][K[0]++];if(i$.isTag(Q)&&$(Q))J.push(Q);if(i$.hasChildren(Q)&&Q.children.length>0)K.unshift(0),G.unshift(Q.children)}}});var o8=M((S$)=>{Object.defineProperty(S$,"__esModule",{value:!0});S$.testElement=YV;S$.getElements=XV;S$.getElementById=VV;S$.getElementsByTagName=zV;S$.getElementsByClassName=HV;S$.getElementsByTagType=UV;var c$=g0(),$5=r8(),X6={tag_name:function($){if(typeof $==="function")return function(Z){return c$.isTag(Z)&&$(Z.name)};else if($==="*")return c$.isTag;return function(Z){return c$.isTag(Z)&&Z.name===$}},tag_type:function($){if(typeof $==="function")return function(Z){return $(Z.type)};return function(Z){return Z.type===$}},tag_contains:function($){if(typeof $==="function")return function(Z){return c$.isText(Z)&&$(Z.data)};return function(Z){return c$.isText(Z)&&Z.data===$}}};function a8($,Z){if(typeof Z==="function")return function(J){return c$.isTag(J)&&Z(J.attribs[$])};return function(J){return c$.isTag(J)&&J.attribs[$]===Z}}function QV($,Z){return function(J){return $(J)||Z(J)}}function wJ($){var Z=Object.keys($).map(function(J){var G=$[J];return Object.prototype.hasOwnProperty.call(X6,J)?X6[J](G):a8(J,G)});return Z.length===0?null:Z.reduce(QV)}function YV($,Z){var J=wJ($);return J?J(Z):!0}function XV($,Z,J,G){if(G===void 0)G=1/0;var K=wJ($);return K?$5.filter(K,Z,J,G):[]}function VV($,Z,J){if(J===void 0)J=!0;if(!Array.isArray(Z))Z=[Z];return $5.findOne(a8("id",$),Z,J)}function zV($,Z,J,G){if(J===void 0)J=!0;if(G===void 0)G=1/0;return $5.filter(X6.tag_name($),Z,J,G)}function HV($,Z,J,G){if(J===void 0)J=!0;if(G===void 0)G=1/0;return $5.filter(a8("class",$),Z,J,G)}function UV($,Z,J,G){if(J===void 0)J=!0;if(G===void 0)G=1/0;return $5.filter(X6.tag_type($),Z,J,G)}});var TJ=M((d$)=>{Object.defineProperty(d$,"__esModule",{value:!0});d$.DocumentPosition=void 0;d$.removeSubsets=AV;d$.compareDocumentPosition=jJ;d$.uniqueSort=FV;var DJ=g0();function AV($){var Z=$.length;while(--Z>=0){var J=$[Z];if(Z>0&&$.lastIndexOf(J,Z-1)>=0){$.splice(Z,1);continue}for(var G=J.parent;G;G=G.parent)if($.includes(G)){$.splice(Z,1);break}}return $}var b0;(function($){$[$.DISCONNECTED=1]="DISCONNECTED",$[$.PRECEDING=2]="PRECEDING",$[$.FOLLOWING=4]="FOLLOWING",$[$.CONTAINS=8]="CONTAINS",$[$.CONTAINED_BY=16]="CONTAINED_BY"})(b0||(d$.DocumentPosition=b0={}));function jJ($,Z){var J=[],G=[];if($===Z)return 0;var K=DJ.hasChildren($)?$:$.parent;while(K)J.unshift(K),K=K.parent;K=DJ.hasChildren(Z)?Z:Z.parent;while(K)G.unshift(K),K=K.parent;var Q=Math.min(J.length,G.length),Y=0;while(Y<Q&&J[Y]===G[Y])Y++;if(Y===0)return b0.DISCONNECTED;var X=J[Y-1],V=X.children,z=J[Y],H=G[Y];if(V.indexOf(z)>V.indexOf(H)){if(X===Z)return b0.FOLLOWING|b0.CONTAINED_BY;return b0.FOLLOWING}if(X===$)return b0.PRECEDING|b0.CONTAINS;return b0.PRECEDING}function FV($){return $=$.filter(function(Z,J,G){return!G.includes(Z,J+1)}),$.sort(function(Z,J){var G=jJ(Z,J);if(G&b0.PRECEDING)return-1;else if(G&b0.FOLLOWING)return 1;return 0}),$}});var SJ=M((s8)=>{Object.defineProperty(s8,"__esModule",{value:!0});s8.getFeed=OV;var WV=d8(),Z5=o8();function OV($){var Z=V6(NV,$);return!Z?null:Z.name==="feed"?RV(Z):qV(Z)}function RV($){var Z,J=$.children,G={type:"atom",items:Z5.getElementsByTagName("entry",J).map(function(Y){var X,V=Y.children,z={media:EJ(V)};L0(z,"id","id",V),L0(z,"title","title",V);var H=(X=V6("link",V))===null||X===void 0?void 0:X.attribs.href;if(H)z.link=H;var A=v$("summary",V)||v$("content",V);if(A)z.description=A;var W=v$("updated",V);if(W)z.pubDate=new Date(W);return z})};L0(G,"id","id",J),L0(G,"title","title",J);var K=(Z=V6("link",J))===null||Z===void 0?void 0:Z.attribs.href;if(K)G.link=K;L0(G,"description","subtitle",J);var Q=v$("updated",J);if(Q)G.updated=new Date(Q);return L0(G,"author","email",J,!0),G}function qV($){var Z,J,G=(J=(Z=V6("channel",$.children))===null||Z===void 0?void 0:Z.children)!==null&&J!==void 0?J:[],K={type:$.name.substr(0,3),id:"",items:Z5.getElementsByTagName("item",$.children).map(function(Y){var X=Y.children,V={media:EJ(X)};L0(V,"id","guid",X),L0(V,"title","title",X),L0(V,"link","link",X),L0(V,"description","description",X);var z=v$("pubDate",X)||v$("dc:date",X);if(z)V.pubDate=new Date(z);return V})};L0(K,"title","title",G),L0(K,"link","link",G),L0(K,"description","description",G);var Q=v$("lastBuildDate",G);if(Q)K.updated=new Date(Q);return L0(K,"author","managingEditor",G,!0),K}var BV=["url","type","lang"],LV=["fileSize","bitrate","framerate","samplingrate","channels","duration","height","width"];function EJ($){return Z5.getElementsByTagName("media:content",$).map(function(Z){var J=Z.attribs,G={medium:J.medium,isDefault:!!J.isDefault};for(var K=0,Q=BV;K<Q.length;K++){var Y=Q[K];if(J[Y])G[Y]=J[Y]}for(var X=0,V=LV;X<V.length;X++){var Y=V[X];if(J[Y])G[Y]=parseInt(J[Y],10)}if(J.expression)G.expression=J.expression;return G})}function V6($,Z){return Z5.getElementsByTagName($,Z,!0,1)[0]}function v$($,Z,J){if(J===void 0)J=!1;return WV.textContent(Z5.getElementsByTagName($,Z,J,1)).trim()}function L0($,Z,J,G,K){if(K===void 0)K=!1;var Q=v$(J,G,K);if(Q)$[Z]=Q}function NV($){return $==="rss"||$==="feed"||$==="rdf:RDF"}});var z6=M((l)=>{var IV=l&&l.__createBinding||(Object.create?function($,Z,J,G){if(G===void 0)G=J;var K=Object.getOwnPropertyDescriptor(Z,J);if(!K||("get"in K?!Z.__esModule:K.writable||K.configurable))K={enumerable:!0,get:function(){return Z[J]}};Object.defineProperty($,G,K)}:function($,Z,J,G){if(G===void 0)G=J;$[G]=Z[J]}),n$=l&&l.__exportStar||function($,Z){for(var J in $)if(J!=="default"&&!Object.prototype.hasOwnProperty.call(Z,J))IV(Z,$,J)};Object.defineProperty(l,"__esModule",{value:!0});l.hasChildren=l.isDocument=l.isComment=l.isText=l.isCDATA=l.isTag=void 0;n$(d8(),l);n$(LJ(),l);n$(NJ(),l);n$(r8(),l);n$(o8(),l);n$(TJ(),l);n$(SJ(),l);var B1=g0();Object.defineProperty(l,"isTag",{enumerable:!0,get:function(){return B1.isTag}});Object.defineProperty(l,"isCDATA",{enumerable:!0,get:function(){return B1.isCDATA}});Object.defineProperty(l,"isText",{enumerable:!0,get:function(){return B1.isText}});Object.defineProperty(l,"isComment",{enumerable:!0,get:function(){return B1.isComment}});Object.defineProperty(l,"isDocument",{enumerable:!0,get:function(){return B1.isDocument}});Object.defineProperty(l,"hasChildren",{enumerable:!0,get:function(){return B1.hasChildren}})});var xJ=M((x)=>{var MV=x&&x.__createBinding||(Object.create?function($,Z,J,G){if(G===void 0)G=J;var K=Object.getOwnPropertyDescriptor(Z,J);if(!K||("get"in K?!Z.__esModule:K.writable||K.configurable))K={enumerable:!0,get:function(){return Z[J]}};Object.defineProperty($,G,K)}:function($,Z,J,G){if(G===void 0)G=J;$[G]=Z[J]}),PV=x&&x.__setModuleDefault||(Object.create?function($,Z){Object.defineProperty($,"default",{enumerable:!0,value:Z})}:function($,Z){$.default=Z}),vJ=x&&x.__importStar||function(){var $=function(Z){return $=Object.getOwnPropertyNames||function(J){var G=[];for(var K in J)if(Object.prototype.hasOwnProperty.call(J,K))G[G.length]=K;return G},$(Z)};return function(Z){if(Z&&Z.__esModule)return Z;var J={};if(Z!=null){for(var G=$(Z),K=0;K<G.length;K++)if(G[K]!=="default")MV(J,Z,G[K])}return PV(J,Z),J}}(),wV=x&&x.__importDefault||function($){return $&&$.__esModule?$:{default:$}};Object.defineProperty(x,"__esModule",{value:!0});x.DomUtils=x.getFeed=x.ElementType=x.QuoteType=x.Tokenizer=x.DefaultHandler=x.DomHandler=x.Parser=void 0;x.parseDocument=fJ;x.parseDOM=CJ;x.createDocumentStream=jV;x.createDomStream=TV;x.parseFeed=yV;var t8=y8(),DV=y8();Object.defineProperty(x,"Parser",{enumerable:!0,get:function(){return DV.Parser}});var e8=g0(),yJ=g0();Object.defineProperty(x,"DomHandler",{enumerable:!0,get:function(){return yJ.DomHandler}});Object.defineProperty(x,"DefaultHandler",{enumerable:!0,get:function(){return yJ.DomHandler}});function fJ($,Z){let J=new e8.DomHandler(void 0,Z);return new t8.Parser(J,Z).end($),J.root}function CJ($,Z){return fJ($,Z).children}function jV($,Z,J){let G=new e8.DomHandler((K)=>$(K,G.root),Z,J);return new t8.Parser(G,Z)}function TV($,Z,J){let G=new e8.DomHandler($,Z,J);return new t8.Parser(G,Z)}var _J=v8();Object.defineProperty(x,"Tokenizer",{enumerable:!0,get:function(){return wV(_J).default}});Object.defineProperty(x,"QuoteType",{enumerable:!0,get:function(){return _J.QuoteType}});x.ElementType=vJ(A1());var EV=z6(),SV=z6();Object.defineProperty(x,"getFeed",{enumerable:!0,get:function(){return SV.getFeed}});var vV={xmlMode:!0};function yV($,Z=vV){return EV.getFeed(CJ($,Z))}x.DomUtils=vJ(z6())});var gJ=M(($9)=>{Object.defineProperty($9,"__esModule",{value:!0});$9.unsetRootParent=fV;function fV($){var Z=0,J=$.length;for(;Z<J;Z++){var G=$[Z];G.parent=null}return $}});var hJ=M((Z9)=>{Object.defineProperty(Z9,"__esModule",{value:!0});Z9.default=gV;var CV=g0(),_V=xJ(),xV=gJ();function gV($,Z){if(typeof $!=="string")throw new TypeError("First argument must be a string.");if(!$)return[];var J=new CV.DomHandler(void 0,Z);return new _V.Parser(J,Z).end($),xV.unsetRootParent(J.dom)}});var bJ=M((kJ)=>{Object.defineProperty(kJ,"__esModule",{value:!0})});var mJ=M((m0)=>{var hV=m0&&m0.__createBinding||(Object.create?function($,Z,J,G){if(G===void 0)G=J;var K=Object.getOwnPropertyDescriptor(Z,J);if(!K||("get"in K?!Z.__esModule:K.writable||K.configurable))K={enumerable:!0,get:function(){return Z[J]}};Object.defineProperty($,G,K)}:function($,Z,J,G){if(G===void 0)G=J;$[G]=Z[J]}),kV=m0&&m0.__exportStar||function($,Z){for(var J in $)if(J!=="default"&&!Object.prototype.hasOwnProperty.call(Z,J))hV(Z,$,J)},bV=m0&&m0.__importDefault||function($){return $&&$.__esModule?$:{default:$}};Object.defineProperty(m0,"__esModule",{value:!0});m0.default=void 0;var mV=hJ();Object.defineProperty(m0,"default",{enumerable:!0,get:function(){return bV(mV).default}});kV(bJ(),m0)});var uJ=M((H6)=>{var uV=0;H6.SAME=uV;var lV=1;H6.CAMELCASE=lV;H6.possibleStandardNames={accept:0,acceptCharset:1,"accept-charset":"acceptCharset",accessKey:1,action:0,allowFullScreen:1,alt:0,as:0,async:0,autoCapitalize:1,autoComplete:1,autoCorrect:1,autoFocus:1,autoPlay:1,autoSave:1,capture:0,cellPadding:1,cellSpacing:1,challenge:0,charSet:1,checked:0,children:0,cite:0,class:"className",classID:1,className:1,cols:0,colSpan:1,content:0,contentEditable:1,contextMenu:1,controls:0,controlsList:1,coords:0,crossOrigin:1,dangerouslySetInnerHTML:1,data:0,dateTime:1,default:0,defaultChecked:1,defaultValue:1,defer:0,dir:0,disabled:0,disablePictureInPicture:1,disableRemotePlayback:1,download:0,draggable:0,encType:1,enterKeyHint:1,for:"htmlFor",form:0,formMethod:1,formAction:1,formEncType:1,formNoValidate:1,formTarget:1,frameBorder:1,headers:0,height:0,hidden:0,high:0,href:0,hrefLang:1,htmlFor:1,httpEquiv:1,"http-equiv":"httpEquiv",icon:0,id:0,innerHTML:1,inputMode:1,integrity:0,is:0,itemID:1,itemProp:1,itemRef:1,itemScope:1,itemType:1,keyParams:1,keyType:1,kind:0,label:0,lang:0,list:0,loop:0,low:0,manifest:0,marginWidth:1,marginHeight:1,max:0,maxLength:1,media:0,mediaGroup:1,method:0,min:0,minLength:1,multiple:0,muted:0,name:0,noModule:1,nonce:0,noValidate:1,open:0,optimum:0,pattern:0,placeholder:0,playsInline:1,poster:0,preload:0,profile:0,radioGroup:1,readOnly:1,referrerPolicy:1,rel:0,required:0,reversed:0,role:0,rows:0,rowSpan:1,sandbox:0,scope:0,scoped:0,scrolling:0,seamless:0,selected:0,shape:0,size:0,sizes:0,span:0,spellCheck:1,src:0,srcDoc:1,srcLang:1,srcSet:1,start:0,step:0,style:0,summary:0,tabIndex:1,target:0,title:0,type:0,useMap:1,value:0,width:0,wmode:0,wrap:0,about:0,accentHeight:1,"accent-height":"accentHeight",accumulate:0,additive:0,alignmentBaseline:1,"alignment-baseline":"alignmentBaseline",allowReorder:1,alphabetic:0,amplitude:0,arabicForm:1,"arabic-form":"arabicForm",ascent:0,attributeName:1,attributeType:1,autoReverse:1,azimuth:0,baseFrequency:1,baselineShift:1,"baseline-shift":"baselineShift",baseProfile:1,bbox:0,begin:0,bias:0,by:0,calcMode:1,capHeight:1,"cap-height":"capHeight",clip:0,clipPath:1,"clip-path":"clipPath",clipPathUnits:1,clipRule:1,"clip-rule":"clipRule",color:0,colorInterpolation:1,"color-interpolation":"colorInterpolation",colorInterpolationFilters:1,"color-interpolation-filters":"colorInterpolationFilters",colorProfile:1,"color-profile":"colorProfile",colorRendering:1,"color-rendering":"colorRendering",contentScriptType:1,contentStyleType:1,cursor:0,cx:0,cy:0,d:0,datatype:0,decelerate:0,descent:0,diffuseConstant:1,direction:0,display:0,divisor:0,dominantBaseline:1,"dominant-baseline":"dominantBaseline",dur:0,dx:0,dy:0,edgeMode:1,elevation:0,enableBackground:1,"enable-background":"enableBackground",end:0,exponent:0,externalResourcesRequired:1,fill:0,fillOpacity:1,"fill-opacity":"fillOpacity",fillRule:1,"fill-rule":"fillRule",filter:0,filterRes:1,filterUnits:1,floodOpacity:1,"flood-opacity":"floodOpacity",floodColor:1,"flood-color":"floodColor",focusable:0,fontFamily:1,"font-family":"fontFamily",fontSize:1,"font-size":"fontSize",fontSizeAdjust:1,"font-size-adjust":"fontSizeAdjust",fontStretch:1,"font-stretch":"fontStretch",fontStyle:1,"font-style":"fontStyle",fontVariant:1,"font-variant":"fontVariant",fontWeight:1,"font-weight":"fontWeight",format:0,from:0,fx:0,fy:0,g1:0,g2:0,glyphName:1,"glyph-name":"glyphName",glyphOrientationHorizontal:1,"glyph-orientation-horizontal":"glyphOrientationHorizontal",glyphOrientationVertical:1,"glyph-orientation-vertical":"glyphOrientationVertical",glyphRef:1,gradientTransform:1,gradientUnits:1,hanging:0,horizAdvX:1,"horiz-adv-x":"horizAdvX",horizOriginX:1,"horiz-origin-x":"horizOriginX",ideographic:0,imageRendering:1,"image-rendering":"imageRendering",in2:0,in:0,inlist:0,intercept:0,k1:0,k2:0,k3:0,k4:0,k:0,kernelMatrix:1,kernelUnitLength:1,kerning:0,keyPoints:1,keySplines:1,keyTimes:1,lengthAdjust:1,letterSpacing:1,"letter-spacing":"letterSpacing",lightingColor:1,"lighting-color":"lightingColor",limitingConeAngle:1,local:0,markerEnd:1,"marker-end":"markerEnd",markerHeight:1,markerMid:1,"marker-mid":"markerMid",markerStart:1,"marker-start":"markerStart",markerUnits:1,markerWidth:1,mask:0,maskContentUnits:1,maskUnits:1,mathematical:0,mode:0,numOctaves:1,offset:0,opacity:0,operator:0,order:0,orient:0,orientation:0,origin:0,overflow:0,overlinePosition:1,"overline-position":"overlinePosition",overlineThickness:1,"overline-thickness":"overlineThickness",paintOrder:1,"paint-order":"paintOrder",panose1:0,"panose-1":"panose1",pathLength:1,patternContentUnits:1,patternTransform:1,patternUnits:1,pointerEvents:1,"pointer-events":"pointerEvents",points:0,pointsAtX:1,pointsAtY:1,pointsAtZ:1,prefix:0,preserveAlpha:1,preserveAspectRatio:1,primitiveUnits:1,property:0,r:0,radius:0,refX:1,refY:1,renderingIntent:1,"rendering-intent":"renderingIntent",repeatCount:1,repeatDur:1,requiredExtensions:1,requiredFeatures:1,resource:0,restart:0,result:0,results:0,rotate:0,rx:0,ry:0,scale:0,security:0,seed:0,shapeRendering:1,"shape-rendering":"shapeRendering",slope:0,spacing:0,specularConstant:1,specularExponent:1,speed:0,spreadMethod:1,startOffset:1,stdDeviation:1,stemh:0,stemv:0,stitchTiles:1,stopColor:1,"stop-color":"stopColor",stopOpacity:1,"stop-opacity":"stopOpacity",strikethroughPosition:1,"strikethrough-position":"strikethroughPosition",strikethroughThickness:1,"strikethrough-thickness":"strikethroughThickness",string:0,stroke:0,strokeDasharray:1,"stroke-dasharray":"strokeDasharray",strokeDashoffset:1,"stroke-dashoffset":"strokeDashoffset",strokeLinecap:1,"stroke-linecap":"strokeLinecap",strokeLinejoin:1,"stroke-linejoin":"strokeLinejoin",strokeMiterlimit:1,"stroke-miterlimit":"strokeMiterlimit",strokeWidth:1,"stroke-width":"strokeWidth",strokeOpacity:1,"stroke-opacity":"strokeOpacity",suppressContentEditableWarning:1,suppressHydrationWarning:1,surfaceScale:1,systemLanguage:1,tableValues:1,targetX:1,targetY:1,textAnchor:1,"text-anchor":"textAnchor",textDecoration:1,"text-decoration":"textDecoration",textLength:1,textRendering:1,"text-rendering":"textRendering",to:0,transform:0,typeof:0,u1:0,u2:0,underlinePosition:1,"underline-position":"underlinePosition",underlineThickness:1,"underline-thickness":"underlineThickness",unicode:0,unicodeBidi:1,"unicode-bidi":"unicodeBidi",unicodeRange:1,"unicode-range":"unicodeRange",unitsPerEm:1,"units-per-em":"unitsPerEm",unselectable:0,vAlphabetic:1,"v-alphabetic":"vAlphabetic",values:0,vectorEffect:1,"vector-effect":"vectorEffect",version:0,vertAdvY:1,"vert-adv-y":"vertAdvY",vertOriginX:1,"vert-origin-x":"vertOriginX",vertOriginY:1,"vert-origin-y":"vertOriginY",vHanging:1,"v-hanging":"vHanging",vIdeographic:1,"v-ideographic":"vIdeographic",viewBox:1,viewTarget:1,visibility:0,vMathematical:1,"v-mathematical":"vMathematical",vocab:0,widths:0,wordSpacing:1,"word-spacing":"wordSpacing",writingMode:1,"writing-mode":"writingMode",x1:0,x2:0,x:0,xChannelSelector:1,xHeight:1,"x-height":"xHeight",xlinkActuate:1,"xlink:actuate":"xlinkActuate",xlinkArcrole:1,"xlink:arcrole":"xlinkArcrole",xlinkHref:1,"xlink:href":"xlinkHref",xlinkRole:1,"xlink:role":"xlinkRole",xlinkShow:1,"xlink:show":"xlinkShow",xlinkTitle:1,"xlink:title":"xlinkTitle",xlinkType:1,"xlink:type":"xlinkType",xmlBase:1,"xml:base":"xmlBase",xmlLang:1,"xml:lang":"xmlLang",xmlns:0,"xml:space":"xmlSpace",xmlnsXlink:1,"xmlns:xlink":"xmlnsXlink",xmlSpace:1,y1:0,y2:0,y:0,yChannelSelector:1,z:0,zoomAndPan:1}});var pJ=M((u0)=>{function pV($){return G0.hasOwnProperty($)?G0[$]:null}function A0($,Z,J,G,K,Q,Y){this.acceptsBooleans=Z===2||Z===3||Z===4,this.attributeName=G,this.attributeNamespace=K,this.mustUseProperty=J,this.propertyName=$,this.type=Z,this.sanitizeURL=Q,this.removeEmptyString=Y}var G0={},iV=["children","dangerouslySetInnerHTML","defaultValue","defaultChecked","innerHTML","suppressContentEditableWarning","suppressHydrationWarning","style"];iV.forEach(($)=>{G0[$]=new A0($,0,!1,$,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(([$,Z])=>{G0[$]=new A0($,1,!1,Z,null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(($)=>{G0[$]=new A0($,2,!1,$.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(($)=>{G0[$]=new A0($,2,!1,$,null,!1,!1)});["allowFullScreen","async","autoFocus","autoPlay","controls","default","defer","disabled","disablePictureInPicture","disableRemotePlayback","formNoValidate","hidden","loop","noModule","noValidate","open","playsInline","readOnly","required","reversed","scoped","seamless","itemScope"].forEach(($)=>{G0[$]=new A0($,3,!1,$.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(($)=>{G0[$]=new A0($,3,!0,$,null,!1,!1)});["capture","download"].forEach(($)=>{G0[$]=new A0($,4,!1,$,null,!1,!1)});["cols","rows","size","span"].forEach(($)=>{G0[$]=new A0($,6,!1,$,null,!1,!1)});["rowSpan","start"].forEach(($)=>{G0[$]=new A0($,5,!1,$.toLowerCase(),null,!1,!1)});var J9=/[\-\:]([a-z])/g,G9=($)=>$[1].toUpperCase();["accent-height","alignment-baseline","arabic-form","baseline-shift","cap-height","clip-path","clip-rule","color-interpolation","color-interpolation-filters","color-profile","color-rendering","dominant-baseline","enable-background","fill-opacity","fill-rule","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","glyph-name","glyph-orientation-horizontal","glyph-orientation-vertical","horiz-adv-x","horiz-origin-x","image-rendering","letter-spacing","lighting-color","marker-end","marker-mid","marker-start","overline-position","overline-thickness","paint-order","panose-1","pointer-events","rendering-intent","shape-rendering","stop-color","stop-opacity","strikethrough-position","strikethrough-thickness","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","text-decoration","text-rendering","underline-position","underline-thickness","unicode-bidi","unicode-range","units-per-em","v-alphabetic","v-hanging","v-ideographic","v-mathematical","vector-effect","vert-adv-y","vert-origin-x","vert-origin-y","word-spacing","writing-mode","xmlns:xlink","x-height"].forEach(($)=>{let Z=$.replace(J9,G9);G0[Z]=new A0(Z,1,!1,$,null,!1,!1)});["xlink:actuate","xlink:arcrole","xlink:role","xlink:show","xlink:title","xlink:type"].forEach(($)=>{let Z=$.replace(J9,G9);G0[Z]=new A0(Z,1,!1,$,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach(($)=>{let Z=$.replace(J9,G9);G0[Z]=new A0(Z,1,!1,$,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(($)=>{G0[$]=new A0($,1,!1,$.toLowerCase(),null,!1,!1)});var cV="xlinkHref";G0[cV]=new A0("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(($)=>{G0[$]=new A0($,1,!1,$.toLowerCase(),null,!0,!0)});var{CAMELCASE:dV,SAME:nV,possibleStandardNames:lJ}=uJ(),rV=":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",aV=rV+"\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",oV=RegExp.prototype.test.bind(new RegExp("^(data|aria)-["+aV+"]*$")),sV=Object.keys(lJ).reduce(($,Z)=>{let J=lJ[Z];if(J===nV)$[Z]=Z;else if(J===dV)$[Z.toLowerCase()]=Z;else $[Z]=J;return $},{});u0.BOOLEAN=3;u0.BOOLEANISH_STRING=2;u0.NUMERIC=5;u0.OVERLOADED_BOOLEAN=4;u0.POSITIVE_NUMERIC=6;u0.RESERVED=0;u0.STRING=1;u0.getPropertyInfo=pV;u0.isCustomAttribute=oV;u0.possibleStandardNames=sV});var aJ=M((NF,rJ)=>{var iJ=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,tV=/\n/g,eV=/^\s*/,$z=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,Zz=/^:\s*/,Jz=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,Gz=/^[;\s]*/,Kz=/^\s+|\s+$/g,Qz=`
15
- `,cJ="/",dJ="*",r$="",Yz="comment",Xz="declaration";function Vz($,Z){if(typeof $!=="string")throw new TypeError("First argument must be a string");if(!$)return[];Z=Z||{};var J=1,G=1;function K(F){var U=F.match(tV);if(U)J+=U.length;var R=F.lastIndexOf(Qz);G=~R?F.length-R:G+F.length}function Q(){var F={line:J,column:G};return function(U){return U.position=new Y(F),z(),U}}function Y(F){this.start=F,this.end={line:J,column:G},this.source=Z.source}Y.prototype.content=$;function X(F){var U=new Error(Z.source+":"+J+":"+G+": "+F);if(U.reason=F,U.filename=Z.source,U.line=J,U.column=G,U.source=$,Z.silent);else throw U}function V(F){var U=F.exec($);if(!U)return;var R=U[0];return K(R),$=$.slice(R.length),U}function z(){V(eV)}function H(F){var U;F=F||[];while(U=A())if(U!==!1)F.push(U);return F}function A(){var F=Q();if(cJ!=$.charAt(0)||dJ!=$.charAt(1))return;var U=2;while(r$!=$.charAt(U)&&(dJ!=$.charAt(U)||cJ!=$.charAt(U+1)))++U;if(U+=2,r$===$.charAt(U-1))return X("End of comment missing");var R=$.slice(2,U-2);return G+=2,K(R),$=$.slice(U),G+=2,F({type:Yz,comment:R})}function W(){var F=Q(),U=V($z);if(!U)return;if(A(),!V(Zz))return X("property missing ':'");var R=V(Jz),I=F({type:Xz,property:nJ(U[0].replace(iJ,r$)),value:R?nJ(R[0].replace(iJ,r$)):r$});return V(Gz),I}function q(){var F=[];H(F);var U;while(U=W())if(U!==!1)F.push(U),H(F);return F}return z(),q()}function nJ($){return $?$.replace(Kz,r$):r$}rJ.exports=Vz});var oJ=M((J5)=>{var zz=J5&&J5.__importDefault||function($){return $&&$.__esModule?$:{default:$}};Object.defineProperty(J5,"__esModule",{value:!0});J5.default=Uz;var Hz=zz(aJ());function Uz($,Z){let J=null;if(!$||typeof $!=="string")return J;let G=Hz.default($),K=typeof Z==="function";return G.forEach((Q)=>{if(Q.type!=="declaration")return;let{property:Y,value:X}=Q;if(K)Z(Y,X,Q);else if(X)J=J||{},J[Y]=X}),J}});var tJ=M((U6)=>{Object.defineProperty(U6,"__esModule",{value:!0});U6.camelCase=void 0;var Az=/^--[a-zA-Z0-9_-]+$/,Fz=/-([a-z])/g,Wz=/^[^-]+$/,Oz=/^-(webkit|moz|ms|o|khtml)-/,Rz=/^-(ms)-/,qz=function($){return!$||Wz.test($)||Az.test($)},Bz=function($,Z){return Z.toUpperCase()},sJ=function($,Z){return"".concat(Z,"-")},Lz=function($,Z){if(Z===void 0)Z={};if(qz($))return $;if($=$.toLowerCase(),Z.reactCompat)$=$.replace(Rz,sJ);else $=$.replace(Oz,sJ);return $.replace(Fz,Bz)};U6.camelCase=Lz});var $G=M((Q9,eJ)=>{var Nz=Q9&&Q9.__importDefault||function($){return $&&$.__esModule?$:{default:$}},Iz=Nz(oJ()),Mz=tJ();function K9($,Z){var J={};if(!$||typeof $!=="string")return J;return Iz.default($,function(G,K){if(G&&K)J[Mz.camelCase(G,Z)]=K}),J}K9.default=K9;eJ.exports=K9});var Y9=M((F0)=>{var Pz=F0&&F0.__importDefault||function($){return $&&$.__esModule?$:{default:$}};Object.defineProperty(F0,"__esModule",{value:!0});F0.returnFirstArg=F0.canTextBeChildOfNode=F0.ELEMENTS_WITH_NO_TEXT_CHILDREN=F0.PRESERVE_CUSTOM_ATTRIBUTES=void 0;F0.isCustomComponent=Tz;F0.setStyleProp=Sz;var wz=require("react"),Dz=Pz($G()),jz=new Set(["annotation-xml","color-profile","font-face","font-face-src","font-face-uri","font-face-format","font-face-name","missing-glyph"]);function Tz($,Z){if(!$.includes("-"))return Boolean(Z&&typeof Z.is==="string");if(jz.has($))return!1;return!0}var Ez={reactCompat:!0};function Sz($,Z){if(typeof $!=="string")return;if(!$.trim()){Z.style={};return}try{Z.style=Dz.default($,Ez)}catch(J){Z.style={}}}F0.PRESERVE_CUSTOM_ATTRIBUTES=Number(wz.version.split(".")[0])>=16;F0.ELEMENTS_WITH_NO_TEXT_CHILDREN=new Set(["tr","tbody","thead","tfoot","colgroup","table","head","html","frameset"]);var vz=function($){return!F0.ELEMENTS_WITH_NO_TEXT_CHILDREN.has($.name)};F0.canTextBeChildOfNode=vz;var yz=function($){return $};F0.returnFirstArg=yz});var V9=M((X9)=>{Object.defineProperty(X9,"__esModule",{value:!0});X9.default=xz;var G5=pJ(),ZG=Y9(),fz=["checked","value"],Cz=["input","select","textarea"],_z={reset:!0,submit:!0};function xz($,Z){if($===void 0)$={};var J={},G=Boolean($.type&&_z[$.type]);for(var K in $){var Q=$[K];if(G5.isCustomAttribute(K)){J[K]=Q;continue}var Y=K.toLowerCase(),X=JG(Y);if(X){var V=G5.getPropertyInfo(X);if(fz.includes(X)&&Cz.includes(Z)&&!G)X=JG("default"+Y);switch(J[X]=Q,V===null||V===void 0?void 0:V.type){case G5.BOOLEAN:J[X]=!0;break;case G5.OVERLOADED_BOOLEAN:if(Q==="")J[X]=!0;break}continue}if(ZG.PRESERVE_CUSTOM_ATTRIBUTES)J[K]=Q}return ZG.setStyleProp($.style,J),J}function JG($){return G5.possibleStandardNames[$]}});var KG=M((Q5)=>{var gz=Q5&&Q5.__importDefault||function($){return $&&$.__esModule?$:{default:$}};Object.defineProperty(Q5,"__esModule",{value:!0});Q5.default=GG;var z9=require("react"),hz=gz(V9()),K5=Y9(),kz={cloneElement:z9.cloneElement,createElement:z9.createElement,isValidElement:z9.isValidElement};function GG($,Z){var J,G,K,Q,Y;if(Z===void 0)Z={};var X=[],V=typeof Z.replace==="function",z=(J=Z.transform)!==null&&J!==void 0?J:K5.returnFirstArg,H=(G=Z.library)!==null&&G!==void 0?G:kz,A=H.cloneElement,W=H.createElement,q=H.isValidElement,F=$.length;for(var U=0;U<F;U++){var R=$[U];if(V){var I=(K=Z.replace)===null||K===void 0?void 0:K.call(Z,R,U);if(q(I)){if(F>1)I=A(I,{key:(Q=I.key)!==null&&Q!==void 0?Q:U});X.push(z(I,R,U));continue}}if(R.type==="text"){var N=!R.data.trim().length;if(N&&R.parent&&!K5.canTextBeChildOfNode(R.parent))continue;if(Z.trim&&N)continue;X.push(z(R.data,R,U));continue}var O=R,B={};if(bz(O))K5.setStyleProp(O.attribs.style,O.attribs),B=O.attribs;else if(O.attribs)B=hz.default(O.attribs,O.name);var E=void 0;switch(R.type){case"script":case"style":if(R.children[0])B.dangerouslySetInnerHTML={__html:R.children[0].data};break;case"tag":if(R.name==="textarea"&&R.children[0])B.defaultValue=R.children[0].data;else if((Y=R.children)===null||Y===void 0?void 0:Y.length)E=GG(R.children,Z);break;default:continue}if(F>1)B.key=U;X.push(z(W(R.name,B,E),R,U))}return X.length===1?X[0]:X}function bz($){return K5.PRESERVE_CUSTOM_ATTRIBUTES&&$.type==="tag"&&K5.isCustomComponent($.name,$.attribs)}});var U9=M((o)=>{var H9=o&&o.__importDefault||function($){return $&&$.__esModule?$:{default:$}};Object.defineProperty(o,"__esModule",{value:!0});o.htmlToDOM=o.domToReact=o.attributesToProps=o.Text=o.ProcessingInstruction=o.Element=o.Comment=void 0;o.default=lz;var QG=H9(mJ());o.htmlToDOM=QG.default;var mz=H9(V9());o.attributesToProps=mz.default;var YG=H9(KG());o.domToReact=YG.default;var A6=g0();Object.defineProperty(o,"Comment",{enumerable:!0,get:function(){return A6.Comment}});Object.defineProperty(o,"Element",{enumerable:!0,get:function(){return A6.Element}});Object.defineProperty(o,"ProcessingInstruction",{enumerable:!0,get:function(){return A6.ProcessingInstruction}});Object.defineProperty(o,"Text",{enumerable:!0,get:function(){return A6.Text}});var uz={lowerCaseAttributeNames:!1};function lz($,Z){var J;if(typeof $!=="string")throw new TypeError("First argument must be a string");if(!$)return[];return YG.default(QG.default($,(J=Z===null||Z===void 0?void 0:Z.htmlparser2)!==null&&J!==void 0?J:uz),Z)}});var vH={};y9(vH,{UnionCard:()=>B4,UILoading:()=>A4,UI:()=>d0,SequenceCard:()=>O4,PieCard:()=>X0,IOEventsCard:()=>yG,HiddenCard:()=>AG,HTMLEmbedCard:()=>HG,BoxCard:()=>xG,AutoRedirectCard:()=>OG,AjaxGroupCard:()=>CG});module.exports=mG(vH);var x0=require("react");var U5=require("react"),uG=U5.createContext(null),lG=()=>{let $=U5.useContext(uG);if(!$)throw new Error("usePieConfig must be used within PieConfigProvider");return $};var M1=()=>{let{enableRenderingLog:$}=lG();return $},f9=M1;var t9=require("react");function Y0($,Z,J,G){function K(Q){return Q instanceof J?Q:new J(function(Y){Y(Q)})}return new(J||(J=Promise))(function(Q,Y){function X(H){try{z(G.next(H))}catch(A){Y(A)}}function V(H){try{z(G.throw(H))}catch(A){Y(A)}}function z(H){H.done?Q(H.value):K(H.value).then(X,V)}z((G=G.apply($,Z||[])).next())})}function pG($){return $&&$.__esModule&&Object.prototype.hasOwnProperty.call($,"default")?$.default:$}var y6={exports:{}},t$=typeof Reflect==="object"?Reflect:null,C9=t$&&typeof t$.apply==="function"?t$.apply:function $(Z,J,G){return Function.prototype.apply.call(Z,J,G)},A5;if(t$&&typeof t$.ownKeys==="function")A5=t$.ownKeys;else if(Object.getOwnPropertySymbols)A5=function $(Z){return Object.getOwnPropertyNames(Z).concat(Object.getOwnPropertySymbols(Z))};else A5=function $(Z){return Object.getOwnPropertyNames(Z)};function iG($){if(console&&console.warn)console.warn($)}var x9=Number.isNaN||function $(Z){return Z!==Z};function h(){h.init.call(this)}y6.exports=h;y6.exports.once=rG;h.EventEmitter=h;h.prototype._events=void 0;h.prototype._eventsCount=0;h.prototype._maxListeners=void 0;var _9=10;function q5($){if(typeof $!=="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof $)}Object.defineProperty(h,"defaultMaxListeners",{enumerable:!0,get:function(){return _9},set:function($){if(typeof $!=="number"||$<0||x9($))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+$+".");_9=$}});h.init=function(){if(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)this._events=Object.create(null),this._eventsCount=0;this._maxListeners=this._maxListeners||void 0};h.prototype.setMaxListeners=function $(Z){if(typeof Z!=="number"||Z<0||x9(Z))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+Z+".");return this._maxListeners=Z,this};function g9($){if($._maxListeners===void 0)return h.defaultMaxListeners;return $._maxListeners}h.prototype.getMaxListeners=function $(){return g9(this)};h.prototype.emit=function $(Z){var J=[];for(var G=1;G<arguments.length;G++)J.push(arguments[G]);var K=Z==="error",Q=this._events;if(Q!==void 0)K=K&&Q.error===void 0;else if(!K)return!1;if(K){var Y;if(J.length>0)Y=J[0];if(Y instanceof Error)throw Y;var X=new Error("Unhandled error."+(Y?" ("+Y.message+")":""));throw X.context=Y,X}var V=Q[Z];if(V===void 0)return!1;if(typeof V==="function")C9(V,this,J);else{var z=V.length,H=u9(V,z);for(var G=0;G<z;++G)C9(H[G],this,J)}return!0};function h9($,Z,J,G){var K,Q,Y;if(q5(J),Q=$._events,Q===void 0)Q=$._events=Object.create(null),$._eventsCount=0;else{if(Q.newListener!==void 0)$.emit("newListener",Z,J.listener?J.listener:J),Q=$._events;Y=Q[Z]}if(Y===void 0)Y=Q[Z]=J,++$._eventsCount;else{if(typeof Y==="function")Y=Q[Z]=G?[J,Y]:[Y,J];else if(G)Y.unshift(J);else Y.push(J);if(K=g9($),K>0&&Y.length>K&&!Y.warned){Y.warned=!0;var X=new Error("Possible EventEmitter memory leak detected. "+Y.length+" "+String(Z)+" listeners added. Use emitter.setMaxListeners() to increase limit");X.name="MaxListenersExceededWarning",X.emitter=$,X.type=Z,X.count=Y.length,iG(X)}}return $}h.prototype.addListener=function $(Z,J){return h9(this,Z,J,!1)};h.prototype.on=h.prototype.addListener;h.prototype.prependListener=function $(Z,J){return h9(this,Z,J,!0)};function cG(){if(!this.fired){if(this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0)return this.listener.call(this.target);return this.listener.apply(this.target,arguments)}}function k9($,Z,J){var G={fired:!1,wrapFn:void 0,target:$,type:Z,listener:J},K=cG.bind(G);return K.listener=J,G.wrapFn=K,K}h.prototype.once=function $(Z,J){return q5(J),this.on(Z,k9(this,Z,J)),this};h.prototype.prependOnceListener=function $(Z,J){return q5(J),this.prependListener(Z,k9(this,Z,J)),this};h.prototype.removeListener=function $(Z,J){var G,K,Q,Y,X;if(q5(J),K=this._events,K===void 0)return this;if(G=K[Z],G===void 0)return this;if(G===J||G.listener===J){if(--this._eventsCount===0)this._events=Object.create(null);else if(delete K[Z],K.removeListener)this.emit("removeListener",Z,G.listener||J)}else if(typeof G!=="function"){Q=-1;for(Y=G.length-1;Y>=0;Y--)if(G[Y]===J||G[Y].listener===J){X=G[Y].listener,Q=Y;break}if(Q<0)return this;if(Q===0)G.shift();else dG(G,Q);if(G.length===1)K[Z]=G[0];if(K.removeListener!==void 0)this.emit("removeListener",Z,X||J)}return this};h.prototype.off=h.prototype.removeListener;h.prototype.removeAllListeners=function $(Z){var J,G,K;if(G=this._events,G===void 0)return this;if(G.removeListener===void 0){if(arguments.length===0)this._events=Object.create(null),this._eventsCount=0;else if(G[Z]!==void 0)if(--this._eventsCount===0)this._events=Object.create(null);else delete G[Z];return this}if(arguments.length===0){var Q=Object.keys(G),Y;for(K=0;K<Q.length;++K){if(Y=Q[K],Y==="removeListener")continue;this.removeAllListeners(Y)}return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(J=G[Z],typeof J==="function")this.removeListener(Z,J);else if(J!==void 0)for(K=J.length-1;K>=0;K--)this.removeListener(Z,J[K]);return this};function b9($,Z,J){var G=$._events;if(G===void 0)return[];var K=G[Z];if(K===void 0)return[];if(typeof K==="function")return J?[K.listener||K]:[K];return J?nG(K):u9(K,K.length)}h.prototype.listeners=function $(Z){return b9(this,Z,!0)};h.prototype.rawListeners=function $(Z){return b9(this,Z,!1)};h.listenerCount=function($,Z){if(typeof $.listenerCount==="function")return $.listenerCount(Z);else return m9.call($,Z)};h.prototype.listenerCount=m9;function m9($){var Z=this._events;if(Z!==void 0){var J=Z[$];if(typeof J==="function")return 1;else if(J!==void 0)return J.length}return 0}h.prototype.eventNames=function $(){return this._eventsCount>0?A5(this._events):[]};function u9($,Z){var J=new Array(Z);for(var G=0;G<Z;++G)J[G]=$[G];return J}function dG($,Z){for(;Z+1<$.length;Z++)$[Z]=$[Z+1];$.pop()}function nG($){var Z=new Array($.length);for(var J=0;J<Z.length;++J)Z[J]=$[J].listener||$[J];return Z}function rG($,Z){return new Promise(function(J,G){function K(Y){$.removeListener(Z,Q),G(Y)}function Q(){if(typeof $.removeListener==="function")$.removeListener("error",K);J([].slice.call(arguments))}if(l9($,Z,Q,{once:!0}),Z!=="error")aG($,K,{once:!0})})}function aG($,Z,J){if(typeof $.on==="function")l9($,"error",Z,J)}function l9($,Z,J,G){if(typeof $.on==="function")if(G.once)$.once(Z,J);else $.on(Z,J);else if(typeof $.addEventListener==="function")$.addEventListener(Z,function K(Q){if(G.once)$.removeEventListener(Z,K);J(Q)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof $)}var oG=y6.exports,p9=pG(oG),m;(function($){$[$.timeout=1]="timeout",$[$.transportClosed=2]="transportClosed",$[$.clientDisconnected=3]="clientDisconnected",$[$.clientClosed=4]="clientClosed",$[$.clientConnectToken=5]="clientConnectToken",$[$.clientRefreshToken=6]="clientRefreshToken",$[$.subscriptionUnsubscribed=7]="subscriptionUnsubscribed",$[$.subscriptionSubscribeToken=8]="subscriptionSubscribeToken",$[$.subscriptionRefreshToken=9]="subscriptionRefreshToken",$[$.transportWriteError=10]="transportWriteError",$[$.connectionClosed=11]="connectionClosed",$[$.badConfiguration=12]="badConfiguration"})(m||(m={}));var R$;(function($){$[$.connectCalled=0]="connectCalled",$[$.transportClosed=1]="transportClosed",$[$.noPing=2]="noPing",$[$.subscribeTimeout=3]="subscribeTimeout",$[$.unsubscribeError=4]="unsubscribeError"})(R$||(R$={}));var P1;(function($){$[$.disconnectCalled=0]="disconnectCalled",$[$.unauthorized=1]="unauthorized",$[$.badProtocol=2]="badProtocol",$[$.messageSizeLimit=3]="messageSizeLimit"})(P1||(P1={}));var F5;(function($){$[$.subscribeCalled=0]="subscribeCalled",$[$.transportClosed=1]="transportClosed"})(F5||(F5={}));var W5;(function($){$[$.unsubscribeCalled=0]="unsubscribeCalled",$[$.unauthorized=1]="unauthorized",$[$.clientClosed=2]="clientClosed"})(W5||(W5={}));var E6;(function($){$[$.channelCompaction=1]="channelCompaction"})(E6||(E6={}));var d;(function($){$.Disconnected="disconnected",$.Connecting="connecting",$.Connected="connected"})(d||(d={}));var z0;(function($){$.Unsubscribed="unsubscribed",$.Subscribing="subscribing",$.Subscribed="subscribed"})(z0||(z0={}));function sG($,Z){return $.lastIndexOf(Z,0)===0}function i9($){if($===void 0||$===null)return!1;return typeof $==="function"}function tG($,Z){if(globalThis.console){let J=globalThis.console[$];if(i9(J))J.apply(globalThis.console,Z)}}function eG($,Z){return Math.floor(Math.random()*(Z-$+1)+$)}function O5($,Z,J){if($>31)$=31;let G=eG(0,Math.min(J,Z*Math.pow(2,$)));return Math.min(J,Z+G)}function $K($){return"error"in $&&$.error!==null}function R5($){return Math.min($*1000,2147483647)}class c9 extends p9{constructor($,Z,J){super();if(this._resubscribeTimeout=null,this._refreshTimeout=null,this.channel=Z,this.state=z0.Unsubscribed,this._centrifuge=$,this._token="",this._getToken=null,this._data=null,this._getData=null,this._recover=!1,this._offset=null,this._epoch=null,this._id=0,this._recoverable=!1,this._positioned=!1,this._joinLeave=!1,this._minResubscribeDelay=500,this._maxResubscribeDelay=20000,this._resubscribeTimeout=null,this._resubscribeAttempts=0,this._promises={},this._promiseId=0,this._inflight=!1,this._refreshTimeout=null,this._delta="",this._delta_negotiated=!1,this._tagsFilter=null,this._prevValue=null,this._unsubPromise=Promise.resolve(),this._setOptions(J),this._centrifuge._debugEnabled)this.on("state",(G)=>{this._debug("subscription state",Z,G.oldState,"->",G.newState)}),this.on("error",(G)=>{this._debug("subscription error",Z,G)});else this.on("error",function(){Function.prototype()})}ready($){if(this.state===z0.Unsubscribed)return Promise.reject({code:m.subscriptionUnsubscribed,message:this.state});if(this.state===z0.Subscribed)return Promise.resolve();return new Promise((Z,J)=>{let G={resolve:Z,reject:J};if($)G.timeout=setTimeout(function(){J({code:m.timeout,message:"timeout"})},$);this._promises[this._nextPromiseId()]=G})}subscribe(){if(this._isSubscribed())return;this._resubscribeAttempts=0,this._setSubscribing(F5.subscribeCalled,"subscribe called")}unsubscribe(){this._unsubPromise=this._setUnsubscribed(W5.unsubscribeCalled,"unsubscribe called",!0)}publish($){return Y0(this,void 0,void 0,function*(){return yield this._methodCall(),this._centrifuge.publish(this.channel,$)})}presence(){return Y0(this,void 0,void 0,function*(){return yield this._methodCall(),this._centrifuge.presence(this.channel)})}presenceStats(){return Y0(this,void 0,void 0,function*(){return yield this._methodCall(),this._centrifuge.presenceStats(this.channel)})}history($){return Y0(this,void 0,void 0,function*(){return yield this._methodCall(),this._centrifuge.history(this.channel,$)})}setTagsFilter($){if($&&this._delta)throw new Error("cannot use delta and tagsFilter together");this._tagsFilter=$}setData($){this._data=$}_methodCall(){if(this._isSubscribed())return Promise.resolve();if(this._isUnsubscribed())return Promise.reject({code:m.subscriptionUnsubscribed,message:this.state});return new Promise(($,Z)=>{let J=this._centrifuge._config.timeout,G=setTimeout(()=>{Z({code:m.timeout,message:"timeout"})},J);this._promises[this._nextPromiseId()]={timeout:G,resolve:$,reject:Z}})}_nextPromiseId(){return++this._promiseId}_needRecover(){return this._recover===!0}_isUnsubscribed(){return this.state===z0.Unsubscribed}_isSubscribing(){return this.state===z0.Subscribing}_isSubscribed(){return this.state===z0.Subscribed}_setState($){if(this.state!==$){let Z=this.state;return this.state=$,this.emit("state",{newState:$,oldState:Z,channel:this.channel}),!0}return!1}_usesToken(){return this._token!==""||this._getToken!==null}_clearSubscribingState(){this._resubscribeAttempts=0,this._clearResubscribeTimeout()}_clearSubscribedState(){this._clearRefreshTimeout()}_setSubscribed($){if(!this._isSubscribing())return;if(this._clearSubscribingState(),$.id)this._id=$.id;if($.recoverable)this._recover=!0,this._offset=$.offset||0,this._epoch=$.epoch||"";if($.delta)this._delta_negotiated=!0;else this._delta_negotiated=!1;this._setState(z0.Subscribed);let Z=this._centrifuge._getSubscribeContext(this.channel,$);this.emit("subscribed",Z),this._resolvePromises();let J=$.publications;if(J&&J.length>0)for(let G in J){if(!J.hasOwnProperty(G))continue;this._handlePublication(J[G])}if($.expires===!0)this._refreshTimeout=setTimeout(()=>this._refresh(),R5($.ttl))}_setSubscribing($,Z){return Y0(this,void 0,void 0,function*(){if(this._isSubscribing())return;if(this._isSubscribed())this._clearSubscribedState();if(this._setState(z0.Subscribing))this.emit("subscribing",{channel:this.channel,code:$,reason:Z});if(this._centrifuge._transport&&this._centrifuge._transport.emulation())yield this._unsubPromise;if(!this._isSubscribing())return;this._subscribe()})}_subscribe(){if(this._debug("subscribing on",this.channel),!this._isTransportOpen())return this._debug("delay subscribe on",this.channel,"till connected"),null;if(this._inflight)return null;if(this._inflight=!0,this._canSubscribeWithoutGettingToken())return this._subscribeWithoutToken();return this._getSubscriptionToken().then(($)=>this._handleTokenResponse($)).catch(($)=>this._handleTokenError($)),null}_isTransportOpen(){return this._centrifuge._transportIsOpen}_canSubscribeWithoutGettingToken(){return!this._usesToken()||!!this._token}_subscribeWithoutToken(){if(this._getData)return this._getDataAndSubscribe(this._token),null;else return this._sendSubscribe(this._token)}_getDataAndSubscribe($){if(!this._getData){this._inflight=!1;return}this._getData({channel:this.channel}).then((Z)=>{if(!this._isSubscribing()){this._inflight=!1;return}this._data=Z,this._sendSubscribe($)}).catch((Z)=>this._handleGetDataError(Z))}_handleGetDataError($){if(!this._isSubscribing()){this._inflight=!1;return}if($ instanceof i0){this._inflight=!1,this._failUnauthorized();return}this.emit("error",{type:"subscribeData",channel:this.channel,error:{code:m.badConfiguration,message:($===null||$===void 0?void 0:$.toString())||""}}),this._inflight=!1,this._scheduleResubscribe()}_handleTokenResponse($){if(!this._isSubscribing()){this._inflight=!1;return}if(!$){this._inflight=!1,this._failUnauthorized();return}if(this._token=$,this._getData)this._getDataAndSubscribe($);else this._sendSubscribe($)}_handleTokenError($){if(!this._isSubscribing()){this._inflight=!1;return}if($ instanceof i0){this._inflight=!1,this._failUnauthorized();return}this.emit("error",{type:"subscribeToken",channel:this.channel,error:{code:m.subscriptionSubscribeToken,message:($===null||$===void 0?void 0:$.toString())||""}}),this._inflight=!1,this._scheduleResubscribe()}_sendSubscribe($){if(!this._isTransportOpen())return this._inflight=!1,null;let Z=this._buildSubscribeCommand($);return this._centrifuge._call(Z).then((J)=>{this._inflight=!1;let G=J.reply.subscribe;if(this._handleSubscribeResponse(G),J.next)J.next()},(J)=>{if(this._inflight=!1,this._handleSubscribeError(J.error),J.next)J.next()}),Z}_buildSubscribeCommand($){let Z={channel:this.channel};if($)Z.token=$;if(this._data)Z.data=this._data;if(this._positioned)Z.positioned=!0;if(this._recoverable)Z.recoverable=!0;if(this._joinLeave)Z.join_leave=!0;if(Z.flag=E6.channelCompaction,this._needRecover()){Z.recover=!0;let J=this._getOffset();if(J)Z.offset=J;let G=this._getEpoch();if(G)Z.epoch=G}if(this._delta)Z.delta=this._delta;if(this._tagsFilter)Z.tf=this._tagsFilter;return{subscribe:Z}}_debug(...$){this._centrifuge._debug(...$)}_handleSubscribeError($){if(!this._isSubscribing())return;if($.code===m.timeout){this._centrifuge._disconnect(R$.subscribeTimeout,"subscribe timeout",!0);return}this._subscribeError($)}_handleSubscribeResponse($){if(!this._isSubscribing())return;this._setSubscribed($)}_setUnsubscribed($,Z,J){if(this._isUnsubscribed())return Promise.resolve();let G=Promise.resolve();if(this._isSubscribed()){if(J)G=this._centrifuge._unsubscribe(this);this._clearSubscribedState()}else if(this._isSubscribing()){if(this._inflight&&J)G=this._centrifuge._unsubscribe(this);this._clearSubscribingState()}if(this._inflight=!1,this._setState(z0.Unsubscribed))this.emit("unsubscribed",{channel:this.channel,code:$,reason:Z});return this._rejectPromises({code:m.subscriptionUnsubscribed,message:this.state}),G}_handlePublication($){if(this._delta&&this._delta_negotiated){let{newData:J,newPrevValue:G}=this._centrifuge._codec.applyDeltaIfNeeded($,this._prevValue);$.data=J,this._prevValue=G}let Z=this._centrifuge._getPublicationContext(this.channel,$);if(this.emit("publication",Z),$.offset)this._offset=$.offset}_handleJoin($){let Z=this._centrifuge._getJoinLeaveContext($.info);this.emit("join",{channel:this.channel,info:Z})}_handleLeave($){let Z=this._centrifuge._getJoinLeaveContext($.info);this.emit("leave",{channel:this.channel,info:Z})}_resolvePromises(){for(let $ in this._promises){if(!this._promises.hasOwnProperty($))continue;if(this._promises[$].timeout)clearTimeout(this._promises[$].timeout);this._promises[$].resolve(),delete this._promises[$]}}_rejectPromises($){for(let Z in this._promises){if(!this._promises.hasOwnProperty(Z))continue;if(this._promises[Z].timeout)clearTimeout(this._promises[Z].timeout);this._promises[Z].reject($),delete this._promises[Z]}}_scheduleResubscribe(){if(!this._isSubscribing()){this._debug("not in subscribing state, skip resubscribe scheduling",this.channel);return}let $=this,Z=this._getResubscribeDelay();this._resubscribeTimeout=setTimeout(function(){if($._isSubscribing())$._subscribe()},Z),this._debug("resubscribe scheduled after "+Z,this.channel)}_subscribeError($){if(!this._isSubscribing())return;if($.code<100||$.code===109||$.temporary===!0){if($.code===109)this._token="";let Z={channel:this.channel,type:"subscribe",error:$};if(this._centrifuge.state===d.Connected)this.emit("error",Z);this._scheduleResubscribe()}else this._setUnsubscribed($.code,$.message,!1)}_getResubscribeDelay(){let $=O5(this._resubscribeAttempts,this._minResubscribeDelay,this._maxResubscribeDelay);return this._resubscribeAttempts++,$}_setOptions($){if(!$)return;if($.since)this._offset=$.since.offset||0,this._epoch=$.since.epoch||"",this._recover=!0;if($.data)this._data=$.data;if($.getData)this._getData=$.getData;if($.minResubscribeDelay!==void 0)this._minResubscribeDelay=$.minResubscribeDelay;if($.maxResubscribeDelay!==void 0)this._maxResubscribeDelay=$.maxResubscribeDelay;if($.token)this._token=$.token;if($.getToken)this._getToken=$.getToken;if($.positioned===!0)this._positioned=!0;if($.recoverable===!0)this._recoverable=!0;if($.joinLeave===!0)this._joinLeave=!0;if($.delta){if($.delta!=="fossil")throw new Error("unsupported delta format");this._delta=$.delta}if($.tagsFilter)this._tagsFilter=$.tagsFilter;if(this._tagsFilter&&this._delta)throw new Error("cannot use delta and tagsFilter together")}_getOffset(){let $=this._offset;if($!==null)return $;return 0}_getEpoch(){let $=this._epoch;if($!==null)return $;return""}_clearRefreshTimeout(){if(this._refreshTimeout!==null)clearTimeout(this._refreshTimeout),this._refreshTimeout=null}_clearResubscribeTimeout(){if(this._resubscribeTimeout!==null)clearTimeout(this._resubscribeTimeout),this._resubscribeTimeout=null}_getSubscriptionToken(){this._debug("get subscription token for channel",this.channel);let $={channel:this.channel},Z=this._getToken;if(Z===null)return this.emit("error",{type:"configuration",channel:this.channel,error:{code:m.badConfiguration,message:"provide a function to get channel subscription token"}}),Promise.reject(new i0(""));return Z($)}_refresh(){this._clearRefreshTimeout();let $=this;this._getSubscriptionToken().then(function(Z){if(!$._isSubscribed())return;if(!Z){$._failUnauthorized();return}$._token=Z;let G={sub_refresh:{channel:$.channel,token:Z}};$._centrifuge._call(G).then((K)=>{let Q=K.reply.sub_refresh;if($._refreshResponse(Q),K.next)K.next()},(K)=>{if($._refreshError(K.error),K.next)K.next()})}).catch(function(Z){if(Z instanceof i0){$._failUnauthorized();return}$.emit("error",{type:"refreshToken",channel:$.channel,error:{code:m.subscriptionRefreshToken,message:Z!==void 0?Z.toString():""}}),$._refreshTimeout=setTimeout(()=>$._refresh(),$._getRefreshRetryDelay())})}_refreshResponse($){if(!this._isSubscribed())return;if(this._debug("subscription token refreshed, channel",this.channel),this._clearRefreshTimeout(),$.expires===!0)this._refreshTimeout=setTimeout(()=>this._refresh(),R5($.ttl))}_refreshError($){if(!this._isSubscribed())return;if($.code<100||$.temporary===!0)this.emit("error",{type:"refresh",channel:this.channel,error:$}),this._refreshTimeout=setTimeout(()=>this._refresh(),this._getRefreshRetryDelay());else this._setUnsubscribed($.code,$.message,!0)}_getRefreshRetryDelay(){return O5(0,1e4,20000)}_failUnauthorized(){this._setUnsubscribed(W5.unauthorized,"unauthorized",!0)}}class d9{constructor($,Z){this.endpoint=$,this.options=Z,this._transport=null}name(){return"sockjs"}subName(){return"sockjs-"+this._transport.transport}emulation(){return!1}supported(){return this.options.sockjs!==null}initialize($,Z){this._transport=new this.options.sockjs(this.endpoint,null,this.options.sockjsOptions),this._transport.onopen=()=>{Z.onOpen()},this._transport.onerror=(J)=>{Z.onError(J)},this._transport.onclose=(J)=>{Z.onClose(J)},this._transport.onmessage=(J)=>{Z.onMessage(J.data)}}close(){this._transport.close()}send($){this._transport.send($)}}class S6{constructor($,Z){this.endpoint=$,this.options=Z,this._transport=null}name(){return"websocket"}subName(){return"websocket"}emulation(){return!1}supported(){return this.options.websocket!==void 0&&this.options.websocket!==null}initialize($,Z){let J="";if($==="protobuf")J="centrifuge-protobuf";if(J!=="")this._transport=new this.options.websocket(this.endpoint,J);else this._transport=new this.options.websocket(this.endpoint);if($==="protobuf")this._transport.binaryType="arraybuffer";this._transport.onopen=()=>{Z.onOpen()},this._transport.onerror=(G)=>{Z.onError(G)},this._transport.onclose=(G)=>{Z.onClose(G)},this._transport.onmessage=(G)=>{Z.onMessage(G.data)}}close(){this._transport.close()}send($){this._transport.send($)}}class n9{constructor($,Z){this.endpoint=$,this.options=Z,this._abortController=null,this._utf8decoder=new TextDecoder,this._protocol="json"}name(){return"http_stream"}subName(){return"http_stream"}emulation(){return!0}_handleErrors($){if(!$.ok)throw new Error($.status);return $}_fetchEventTarget($,Z,J){let G=new EventTarget,K=$.options.fetch;return K(Z,J).then($._handleErrors).then((Q)=>{G.dispatchEvent(new Event("open"));let Y="",X=0,V=new Uint8Array,z=Q.body.getReader();return new $.options.readableStream({start(H){function A(){return z.read().then(({done:W,value:q})=>{if(W){G.dispatchEvent(new Event("close")),H.close();return}try{if($._protocol==="json"){Y+=$._utf8decoder.decode(q);while(X<Y.length)if(Y[X]===`
16
- `){let F=Y.substring(0,X);G.dispatchEvent(new MessageEvent("message",{data:F})),Y=Y.substring(X+1),X=0}else++X}else{let F=new Uint8Array(V.length+q.length);F.set(V),F.set(q,V.length),V=F;while(!0){let U=$.options.decoder.decodeReply(V);if(U.ok){let R=V.slice(0,U.pos);G.dispatchEvent(new MessageEvent("message",{data:R})),V=V.slice(U.pos);continue}break}}}catch(F){G.dispatchEvent(new Event("error",{detail:F})),G.dispatchEvent(new Event("close")),H.close();return}A()}).catch(function(W){G.dispatchEvent(new Event("error",{detail:W})),G.dispatchEvent(new Event("close")),H.close();return})}return A()}})}).catch((Q)=>{G.dispatchEvent(new Event("error",{detail:Q})),G.dispatchEvent(new Event("close"))}),G}supported(){return this.options.fetch!==null&&this.options.readableStream!==null&&typeof TextDecoder!=="undefined"&&typeof AbortController!=="undefined"&&typeof EventTarget!=="undefined"&&typeof Event!=="undefined"&&typeof MessageEvent!=="undefined"&&typeof Error!=="undefined"}initialize($,Z,J){this._protocol=$,this._abortController=new AbortController;let G,K;if($==="json")G={Accept:"application/json","Content-Type":"application/json"},K=J;else G={Accept:"application/octet-stream","Content-Type":"application/octet-stream"},K=J;let Q={method:"POST",headers:G,body:K,mode:"cors",credentials:"same-origin",signal:this._abortController.signal},Y=this._fetchEventTarget(this,this.endpoint,Q);Y.addEventListener("open",()=>{Z.onOpen()}),Y.addEventListener("error",(X)=>{this._abortController.abort(),Z.onError(X)}),Y.addEventListener("close",()=>{this._abortController.abort(),Z.onClose({code:4,reason:"connection closed"})}),Y.addEventListener("message",(X)=>{Z.onMessage(X.data)})}close(){this._abortController.abort()}send($,Z,J){let G,K,Q={session:Z,node:J,data:$};if(this._protocol==="json")G={"Content-Type":"application/json"},K=JSON.stringify(Q);else G={"Content-Type":"application/octet-stream"},K=this.options.encoder.encodeEmulationRequest(Q);let Y=this.options.fetch,X={method:"POST",headers:G,body:K,mode:"cors",credentials:"same-origin"};Y(this.options.emulationEndpoint,X)}}class r9{constructor($,Z){this.endpoint=$,this.options=Z,this._protocol="json",this._transport=null,this._onClose=null}name(){return"sse"}subName(){return"sse"}emulation(){return!0}supported(){return this.options.eventsource!==null&&this.options.fetch!==null}initialize($,Z,J){let G;if(globalThis&&globalThis.document&&globalThis.document.baseURI)G=new URL(this.endpoint,globalThis.document.baseURI);else G=new URL(this.endpoint);G.searchParams.append("cf_connect",J);let K={},Q=new this.options.eventsource(G.toString(),K);this._transport=Q;let Y=this;Q.onopen=function(){Z.onOpen()},Q.onerror=function(X){Q.close(),Z.onError(X),Z.onClose({code:4,reason:"connection closed"})},Q.onmessage=function(X){Z.onMessage(X.data)},Y._onClose=function(){Z.onClose({code:4,reason:"connection closed"})}}close(){if(this._transport.close(),this._onClose!==null)this._onClose()}send($,Z,J){let G={session:Z,node:J,data:$},K={"Content-Type":"application/json"},Q=JSON.stringify(G),Y=this.options.fetch,X={method:"POST",headers:K,body:Q,mode:"cors",credentials:"same-origin"};Y(this.options.emulationEndpoint,X)}}class a9{constructor($,Z){this.endpoint=$,this.options=Z,this._transport=null,this._stream=null,this._writer=null,this._utf8decoder=new TextDecoder,this._protocol="json"}name(){return"webtransport"}subName(){return"webtransport"}emulation(){return!1}supported(){return this.options.webtransport!==void 0&&this.options.webtransport!==null}initialize($,Z){return Y0(this,void 0,void 0,function*(){let J;if(globalThis&&globalThis.document&&globalThis.document.baseURI)J=new URL(this.endpoint,globalThis.document.baseURI);else J=new URL(this.endpoint);if($==="protobuf")J.searchParams.append("cf_protocol","protobuf");this._protocol=$;let G=new EventTarget;this._transport=new this.options.webtransport(J.toString()),this._transport.closed.then(()=>{Z.onClose({code:4,reason:"connection closed"})}).catch(()=>{Z.onClose({code:4,reason:"connection closed"})});try{yield this._transport.ready}catch(Q){this.close();return}let K;try{K=yield this._transport.createBidirectionalStream()}catch(Q){this.close();return}this._stream=K,this._writer=this._stream.writable.getWriter(),G.addEventListener("close",()=>{Z.onClose({code:4,reason:"connection closed"})}),G.addEventListener("message",(Q)=>{Z.onMessage(Q.data)}),this._startReading(G),Z.onOpen()})}_startReading($){return Y0(this,void 0,void 0,function*(){let Z=this._stream.readable.getReader(),J="",G=0,K=new Uint8Array;try{while(!0){let{done:Q,value:Y}=yield Z.read();if(Y.length>0)if(this._protocol==="json"){J+=this._utf8decoder.decode(Y);while(G<J.length)if(J[G]===`
17
- `){let X=J.substring(0,G);$.dispatchEvent(new MessageEvent("message",{data:X})),J=J.substring(G+1),G=0}else++G}else{let X=new Uint8Array(K.length+Y.length);X.set(K),X.set(Y,K.length),K=X;while(!0){let V=this.options.decoder.decodeReply(K);if(V.ok){let z=K.slice(0,V.pos);$.dispatchEvent(new MessageEvent("message",{data:z})),K=K.slice(V.pos);continue}break}}if(Q)break}}catch(Q){$.dispatchEvent(new Event("close"))}})}close(){return Y0(this,void 0,void 0,function*(){try{if(this._writer)yield this._writer.close();this._transport.close()}catch($){}})}send($){return Y0(this,void 0,void 0,function*(){let Z;if(this._protocol==="json")Z=new TextEncoder().encode($+`
18
- `);else Z=$;try{yield this._writer.write(Z)}catch(J){this.close()}})}}var ZK=[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0,1,2,3,4,5,6,7,8,9,-1,-1,-1,-1,-1,-1,-1,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,-1,-1,-1,-1,36,-1,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,-1,-1,-1,63,-1];class o9{constructor($){this.a=$,this.pos=0}haveBytes(){return this.pos<this.a.length}getByte(){let $=this.a[this.pos];if(this.pos++,this.pos>this.a.length)throw new RangeError("out of bounds");return $}getChar(){return String.fromCharCode(this.getByte())}getInt(){let $=0,Z;while(this.haveBytes()&&(Z=ZK[127&this.getByte()])>=0)$=($<<6)+Z;return this.pos--,$>>>0}}class s9{constructor(){this.a=[]}toByteArray($){if(Array.isArray($))return this.a;return new Uint8Array(this.a)}putArray($,Z,J){for(let G=Z;G<J;G++)this.a.push($[G])}}function JK($){let Z=0,J=0,G=0,K=0,Q=0,Y=$.length;while(Y>=16)Z=Z+$[Q+0]|0,J=J+$[Q+1]|0,G=G+$[Q+2]|0,K=K+$[Q+3]|0,Z=Z+$[Q+4]|0,J=J+$[Q+5]|0,G=G+$[Q+6]|0,K=K+$[Q+7]|0,Z=Z+$[Q+8]|0,J=J+$[Q+9]|0,G=G+$[Q+10]|0,K=K+$[Q+11]|0,Z=Z+$[Q+12]|0,J=J+$[Q+13]|0,G=G+$[Q+14]|0,K=K+$[Q+15]|0,Q+=16,Y-=16;while(Y>=4)Z=Z+$[Q+0]|0,J=J+$[Q+1]|0,G=G+$[Q+2]|0,K=K+$[Q+3]|0,Q+=4,Y-=4;switch(K=((K+(G<<8)|0)+(J<<16)|0)+(Z<<24)|0,Y){case 3:K=K+($[Q+2]<<8)|0;case 2:K=K+($[Q+1]<<16)|0;case 1:K=K+($[Q+0]<<24)|0}return K>>>0}function GK($,Z){let J=0,G=new o9(Z),K=$.length,Q=Z.length,Y=G.getInt();if(G.getChar()!==`
19
- `)throw new Error("size integer not terminated by '\\n'");let X=new s9;while(G.haveBytes()){let V=G.getInt(),z;switch(G.getChar()){case"@":if(z=G.getInt(),G.haveBytes()&&G.getChar()!==",")throw new Error("copy command not terminated by ','");if(J+=V,J>Y)throw new Error("copy exceeds output file size");if(z+V>K)throw new Error("copy extends past end of input");X.putArray($,z,z+V);break;case":":if(J+=V,J>Y)throw new Error("insert command gives an output larger than predicted");if(V>Q)throw new Error("insert count exceeds size of delta");X.putArray(G.a,G.pos,G.pos+V),G.pos+=V;break;case";":{let H=X.toByteArray($);if(V!==JK(H))throw new Error("bad checksum");if(J!==Y)throw new Error("generated size does not match predicted size");return H}default:throw new Error("unknown delta operator")}}throw new Error("unterminated delta")}class v6{name(){return"json"}encodeCommands($){return $.map((Z)=>JSON.stringify(Z)).join(`
20
- `)}decodeReplies($){return $.trim().split(`
21
- `).map((Z)=>JSON.parse(Z))}applyDeltaIfNeeded($,Z){let J,G;if($.delta){let K=GK(Z,new TextEncoder().encode($.data));J=JSON.parse(new TextDecoder().decode(K)),G=K}else J=JSON.parse($.data),G=new TextEncoder().encode($.data);return{newData:J,newPrevValue:G}}}var KK={headers:{},token:"",getToken:null,data:null,getData:null,debug:!1,name:"js",version:"",fetch:null,readableStream:null,websocket:null,eventsource:null,sockjs:null,sockjsOptions:{},emulationEndpoint:"/emulation",minReconnectDelay:500,maxReconnectDelay:20000,timeout:5000,maxServerPingDelay:1e4,networkEventTarget:null};class i0 extends Error{constructor($){super($);this.name=this.constructor.name}}class w1 extends p9{constructor($,Z){super();if(this._reconnectTimeout=null,this._refreshTimeout=null,this._serverPingTimeout=null,this.state=d.Disconnected,this._transportIsOpen=!1,this._endpoint=$,this._emulation=!1,this._transports=[],this._currentTransportIndex=0,this._triedAllTransports=!1,this._transportWasOpen=!1,this._transport=null,this._transportId=0,this._deviceWentOffline=!1,this._transportClosed=!0,this._codec=new v6,this._reconnecting=!1,this._reconnectTimeout=null,this._reconnectAttempts=0,this._client=null,this._session="",this._node="",this._subs={},this._serverSubs={},this._commandId=0,this._commands=[],this._batching=!1,this._refreshRequired=!1,this._refreshTimeout=null,this._callbacks={},this._token="",this._data=null,this._dispatchPromise=Promise.resolve(),this._serverPing=0,this._serverPingTimeout=null,this._sendPong=!1,this._promises={},this._promiseId=0,this._debugEnabled=!1,this._networkEventsSet=!1,this._config=Object.assign(Object.assign({},KK),Z),this._configure(),this._debugEnabled)this.on("state",(J)=>{this._debug("client state",J.oldState,"->",J.newState)}),this.on("error",(J)=>{this._debug("client error",J)});else this.on("error",function(){Function.prototype()})}newSubscription($,Z){if(this.getSubscription($)!==null)throw new Error("Subscription to the channel "+$+" already exists");let J=new c9(this,$,Z);return this._subs[$]=J,J}getSubscription($){return this._getSub($)}removeSubscription($){if(!$)return;if($.state!==z0.Unsubscribed)$.unsubscribe();this._removeSubscription($)}subscriptions(){return this._subs}ready($){return Y0(this,void 0,void 0,function*(){switch(this.state){case d.Disconnected:throw{code:m.clientDisconnected,message:"client disconnected"};case d.Connected:return;default:return new Promise((Z,J)=>{let G={resolve:Z,reject:J};if($)G.timeout=setTimeout(()=>{J({code:m.timeout,message:"timeout"})},$);this._promises[this._nextPromiseId()]=G})}})}connect(){if(this._isConnected()){this._debug("connect called when already connected");return}if(this._isConnecting()){this._debug("connect called when already connecting");return}this._debug("connect called"),this._reconnectAttempts=0,this._startConnecting()}disconnect(){this._disconnect(P1.disconnectCalled,"disconnect called",!1)}setToken($){this._token=$}setData($){this._data=$}setHeaders($){this._config.headers=$}send($){return Y0(this,void 0,void 0,function*(){let Z={send:{data:$}};if(yield this._methodCall(),!this._transportSendCommands([Z]))throw this._createErrorObject(m.transportWriteError,"transport write error")})}rpc($,Z){return Y0(this,void 0,void 0,function*(){let J={rpc:{method:$,data:Z}};return yield this._methodCall(),{data:(yield this._callPromise(J,(K)=>K.rpc)).data}})}publish($,Z){return Y0(this,void 0,void 0,function*(){let J={publish:{channel:$,data:Z}};return yield this._methodCall(),yield this._callPromise(J,()=>({})),{}})}history($,Z){return Y0(this,void 0,void 0,function*(){let J={history:this._getHistoryRequest($,Z)};yield this._methodCall();let G=yield this._callPromise(J,(Q)=>Q.history),K=[];if(G.publications)for(let Q=0;Q<G.publications.length;Q++)K.push(this._getPublicationContext($,G.publications[Q]));return{publications:K,epoch:G.epoch||"",offset:G.offset||0}})}presence($){return Y0(this,void 0,void 0,function*(){let Z={presence:{channel:$}};yield this._methodCall();let G=(yield this._callPromise(Z,(K)=>K.presence)).presence;for(let K in G)if(Object.prototype.hasOwnProperty.call(G,K)){let Q=G[K],Y=Q.conn_info,X=Q.chan_info;if(Y)Q.connInfo=Y;if(X)Q.chanInfo=X}return{clients:G}})}presenceStats($){return Y0(this,void 0,void 0,function*(){let Z={presence_stats:{channel:$}};yield this._methodCall();let J=yield this._callPromise(Z,(G)=>{return G.presence_stats});return{numUsers:J.num_users,numClients:J.num_clients}})}startBatching(){this._batching=!0}stopBatching(){let $=this;Promise.resolve().then(function(){Promise.resolve().then(function(){$._batching=!1,$._flush()})})}_debug(...$){if(!this._debugEnabled)return;tG("debug",$)}_codecName(){return this._codec.name()}_formatOverride(){return}_configure(){if(!("Promise"in globalThis))throw new Error("Promise polyfill required");if(!this._endpoint)throw new Error("endpoint configuration required");if(this._config.token!==null)this._token=this._config.token;if(this._config.data!==null)this._data=this._config.data;if(this._codec=new v6,this._formatOverride(),this._config.debug===!0||typeof localStorage!=="undefined"&&typeof localStorage.getItem==="function"&&localStorage.getItem("centrifuge.debug"))this._debugEnabled=!0;if(this._debug("config",this._config),typeof this._endpoint==="string");else if(Array.isArray(this._endpoint)){this._transports=this._endpoint,this._emulation=!0;for(let $ in this._transports)if(this._transports.hasOwnProperty($)){let Z=this._transports[$];if(!Z.endpoint||!Z.transport)throw new Error("malformed transport configuration");let J=Z.transport;if(["websocket","http_stream","sse","sockjs","webtransport"].indexOf(J)<0)throw new Error("unsupported transport name: "+J)}}else throw new Error("unsupported url configuration type: only string or array of objects are supported")}_setState($){if(this.state!==$){this._reconnecting=!1;let Z=this.state;return this.state=$,this.emit("state",{newState:$,oldState:Z}),!0}return!1}_isDisconnected(){return this.state===d.Disconnected}_isConnecting(){return this.state===d.Connecting}_isConnected(){return this.state===d.Connected}_nextCommandId(){return++this._commandId}_setNetworkEvents(){if(this._networkEventsSet)return;let $=null;if(this._config.networkEventTarget!==null)$=this._config.networkEventTarget;else if(typeof globalThis.addEventListener!=="undefined")$=globalThis;if($)$.addEventListener("offline",()=>{if(this._debug("offline event triggered"),this.state===d.Connected||this.state===d.Connecting)this._disconnect(R$.transportClosed,"transport closed",!0),this._deviceWentOffline=!0}),$.addEventListener("online",()=>{if(this._debug("online event triggered"),this.state!==d.Connecting)return;if(this._deviceWentOffline&&!this._transportClosed)this._deviceWentOffline=!1,this._transportClosed=!0;this._clearReconnectTimeout(),this._startReconnecting()}),this._networkEventsSet=!0}_getReconnectDelay(){let $=O5(this._reconnectAttempts,this._config.minReconnectDelay,this._config.maxReconnectDelay);return this._reconnectAttempts+=1,$}_clearOutgoingRequests(){for(let $ in this._callbacks)if(this._callbacks.hasOwnProperty($)){let Z=this._callbacks[$];clearTimeout(Z.timeout);let J=Z.errback;if(!J)continue;J({error:this._createErrorObject(m.connectionClosed,"connection closed")})}this._callbacks={}}_clearConnectedState(){this._client=null,this._clearServerPingTimeout(),this._clearRefreshTimeout();for(let $ in this._subs){if(!this._subs.hasOwnProperty($))continue;let Z=this._subs[$];if(Z.state===z0.Subscribed)Z._setSubscribing(F5.transportClosed,"transport closed")}for(let $ in this._serverSubs)if(this._serverSubs.hasOwnProperty($))this.emit("subscribing",{channel:$})}_handleWriteError($){for(let Z of $){let J=Z.id;if(!(J in this._callbacks))continue;let G=this._callbacks[J];clearTimeout(this._callbacks[J].timeout),delete this._callbacks[J];let K=G.errback;K({error:this._createErrorObject(m.transportWriteError,"transport write error")})}}_transportSendCommands($){if(!$.length)return!0;if(!this._transport)return!1;try{this._transport.send(this._codec.encodeCommands($),this._session,this._node)}catch(Z){return this._debug("error writing commands",Z),this._handleWriteError($),!1}return!0}_initializeTransport(){let $;if(this._config.websocket!==null)$=this._config.websocket;else if(!(typeof globalThis.WebSocket!=="function"&&typeof globalThis.WebSocket!=="object"))$=globalThis.WebSocket;let Z=null;if(this._config.sockjs!==null)Z=this._config.sockjs;else if(typeof globalThis.SockJS!=="undefined")Z=globalThis.SockJS;let J=null;if(this._config.eventsource!==null)J=this._config.eventsource;else if(typeof globalThis.EventSource!=="undefined")J=globalThis.EventSource;let G=null;if(this._config.fetch!==null)G=this._config.fetch;else if(typeof globalThis.fetch!=="undefined")G=globalThis.fetch;let K=null;if(this._config.readableStream!==null)K=this._config.readableStream;else if(typeof globalThis.ReadableStream!=="undefined")K=globalThis.ReadableStream;if(!this._emulation){if(sG(this._endpoint,"http"))throw new Error("Provide explicit transport endpoints configuration in case of using HTTP (i.e. using array of TransportEndpoint instead of a single string), or use ws(s):// scheme in an endpoint if you aimed using WebSocket transport");else if(this._debug("client will use websocket"),this._transport=new S6(this._endpoint,{websocket:$}),!this._transport.supported())throw new Error("WebSocket constructor not found, make sure it is available globally or passed as a dependency in Centrifuge options")}else{if(this._currentTransportIndex>=this._transports.length)this._triedAllTransports=!0,this._currentTransportIndex=0;let W=0;while(!0){if(W>=this._transports.length)throw new Error("no supported transport found");let q=this._transports[this._currentTransportIndex],F=q.transport,U=q.endpoint;if(F==="websocket"){if(this._debug("trying websocket transport"),this._transport=new S6(U,{websocket:$}),!this._transport.supported()){this._debug("websocket transport not available"),this._currentTransportIndex++,W++;continue}}else if(F==="webtransport"){if(this._debug("trying webtransport transport"),this._transport=new a9(U,{webtransport:globalThis.WebTransport,decoder:this._codec,encoder:this._codec}),!this._transport.supported()){this._debug("webtransport transport not available"),this._currentTransportIndex++,W++;continue}}else if(F==="http_stream"){if(this._debug("trying http_stream transport"),this._transport=new n9(U,{fetch:G,readableStream:K,emulationEndpoint:this._config.emulationEndpoint,decoder:this._codec,encoder:this._codec}),!this._transport.supported()){this._debug("http_stream transport not available"),this._currentTransportIndex++,W++;continue}}else if(F==="sse"){if(this._debug("trying sse transport"),this._transport=new r9(U,{eventsource:J,fetch:G,emulationEndpoint:this._config.emulationEndpoint}),!this._transport.supported()){this._debug("sse transport not available"),this._currentTransportIndex++,W++;continue}}else if(F==="sockjs"){if(this._debug("trying sockjs"),this._transport=new d9(U,{sockjs:Z,sockjsOptions:this._config.sockjsOptions}),!this._transport.supported()){this._debug("sockjs transport not available"),this._currentTransportIndex++,W++;continue}}else throw new Error("unknown transport "+F);break}}let Q=this,Y=this._transport,X=this._nextTransportId();Q._debug("id of transport",X);let V=!1,z=[];if(this._transport.emulation()){let W=Q._sendConnect(!0);z.push(W)}this._setNetworkEvents();let H=this._codec.encodeCommands(z);this._transportClosed=!1;let A;A=setTimeout(function(){Y.close()},this._config.timeout),this._transport.initialize(this._codecName(),{onOpen:function(){if(A)clearTimeout(A),A=null;if(Q._transportId!=X){Q._debug("open callback from non-actual transport"),Y.close();return}if(V=!0,Q._debug(Y.subName(),"transport open"),Y.emulation())return;Q._transportIsOpen=!0,Q._transportWasOpen=!0,Q.startBatching(),Q._sendConnect(!1),Q._sendSubscribeCommands(),Q.stopBatching(),Q.emit("__centrifuge_debug:connect_frame_sent",{})},onError:function(W){if(Q._transportId!=X){Q._debug("error callback from non-actual transport");return}Q._debug("transport level error",W)},onClose:function(W){if(A)clearTimeout(A),A=null;if(Q._transportId!=X){Q._debug("close callback from non-actual transport");return}Q._debug(Y.subName(),"transport closed"),Q._transportClosed=!0,Q._transportIsOpen=!1;let q="connection closed",F=!0,U=0;if(W&&"code"in W&&W.code)U=W.code;if(W&&W.reason)try{let R=JSON.parse(W.reason);q=R.reason,F=R.reconnect}catch(R){if(q=W.reason,U>=3500&&U<4000||U>=4500&&U<5000)F=!1}if(U<3000){if(U===1009)U=P1.messageSizeLimit,q="message size limit exceeded",F=!1;else U=R$.transportClosed,q="transport closed";if(Q._emulation&&!Q._transportWasOpen){if(Q._currentTransportIndex++,Q._currentTransportIndex>=Q._transports.length)Q._triedAllTransports=!0,Q._currentTransportIndex=0}}else Q._transportWasOpen=!0;if(Q._isConnecting()&&!V)Q.emit("error",{type:"transport",error:{code:m.transportClosed,message:"transport closed"},transport:Y.name()});Q._reconnecting=!1,Q._disconnect(U,q,F)},onMessage:function(W){Q._dataReceived(W)}},H),Q.emit("__centrifuge_debug:transport_initialized",{})}_sendConnect($){let Z=this._constructConnectCommand(),J=this;return this._call(Z,$).then((G)=>{let K=G.reply.connect;if(J._connectResponse(K),G.next)G.next()},(G)=>{if(J._connectError(G.error),G.next)G.next()}),Z}_startReconnecting(){if(this._debug("start reconnecting"),!this._isConnecting()){this._debug("stop reconnecting: client not in connecting state");return}if(this._reconnecting){this._debug("reconnect already in progress, return from reconnect routine");return}if(this._transportClosed===!1){this._debug("waiting for transport close");return}this._reconnecting=!0;let $=this._token==="";if(!(this._refreshRequired||$&&this._config.getToken!==null)){if(this._config.getData)this._config.getData().then((G)=>{if(!this._isConnecting())return;this._data=G,this._initializeTransport()}).catch((G)=>this._handleGetDataError(G));else this._initializeTransport();return}let J=this;this._getToken().then(function(G){if(!J._isConnecting())return;if(G==null||G==null){J._failUnauthorized();return}if(J._token=G,J._debug("connection token refreshed"),J._config.getData)J._config.getData().then(function(K){if(!J._isConnecting())return;J._data=K,J._initializeTransport()}).catch((K)=>J._handleGetDataError(K));else J._initializeTransport()}).catch(function(G){if(!J._isConnecting())return;if(G instanceof i0){J._failUnauthorized();return}J.emit("error",{type:"connectToken",error:{code:m.clientConnectToken,message:G!==void 0?G.toString():""}});let K=J._getReconnectDelay();J._debug("error on getting connection token, reconnect after "+K+" milliseconds",G),J._reconnecting=!1,J._reconnectTimeout=setTimeout(()=>{J._startReconnecting()},K)})}_handleGetDataError($){if($ instanceof i0){this._failUnauthorized();return}this.emit("error",{type:"connectData",error:{code:m.badConfiguration,message:($===null||$===void 0?void 0:$.toString())||""}});let Z=this._getReconnectDelay();this._debug("error on getting connect data, reconnect after "+Z+" milliseconds",$),this._reconnecting=!1,this._reconnectTimeout=setTimeout(()=>{this._startReconnecting()},Z)}_connectError($){if(this.state!==d.Connecting)return;if($.code===109)this._refreshRequired=!0;if($.code<100||$.temporary===!0||$.code===109)this.emit("error",{type:"connect",error:$}),this._debug("closing transport due to connect error"),this._disconnect($.code,$.message,!0);else this._disconnect($.code,$.message,!1)}_scheduleReconnect(){if(!this._isConnecting())return;let $=!1;if(this._emulation&&!this._transportWasOpen&&!this._triedAllTransports)$=!0;let Z=this._getReconnectDelay();if($)Z=0;this._debug("reconnect after "+Z+" milliseconds"),this._clearReconnectTimeout(),this._reconnectTimeout=setTimeout(()=>{this._startReconnecting()},Z)}_constructConnectCommand(){let $={};if(this._token)$.token=this._token;if(this._data)$.data=this._data;if(this._config.name)$.name=this._config.name;if(this._config.version)$.version=this._config.version;if(Object.keys(this._config.headers).length>0)$.headers=this._config.headers;let Z={},J=!1;for(let G in this._serverSubs)if(this._serverSubs.hasOwnProperty(G)&&this._serverSubs[G].recoverable){J=!0;let K={recover:!0};if(this._serverSubs[G].offset)K.offset=this._serverSubs[G].offset;if(this._serverSubs[G].epoch)K.epoch=this._serverSubs[G].epoch;Z[G]=K}if(J)$.subs=Z;return{connect:$}}_getHistoryRequest($,Z){let J={channel:$};if(Z!==void 0){if(Z.since){if(J.since={offset:Z.since.offset},Z.since.epoch)J.since.epoch=Z.since.epoch}if(Z.limit!==void 0)J.limit=Z.limit;if(Z.reverse===!0)J.reverse=!0}return J}_methodCall(){if(this._isConnected())return Promise.resolve();return new Promise(($,Z)=>{let J=setTimeout(function(){Z({code:m.timeout,message:"timeout"})},this._config.timeout);this._promises[this._nextPromiseId()]={timeout:J,resolve:$,reject:Z}})}_callPromise($,Z){return new Promise((J,G)=>{this._call($,!1).then((K)=>{var Q;let Y=Z(K.reply);J(Y),(Q=K.next)===null||Q===void 0||Q.call(K)},(K)=>{var Q;G(K.error),(Q=K.next)===null||Q===void 0||Q.call(K)})})}_dataReceived($){if(this._serverPing>0)this._waitServerPing();let Z=this._codec.decodeReplies($);this._dispatchPromise=this._dispatchPromise.then(()=>{let J;this._dispatchPromise=new Promise((G)=>{J=G}),this._dispatchSynchronized(Z,J)})}_dispatchSynchronized($,Z){let J=Promise.resolve();for(let G in $)if($.hasOwnProperty(G))J=J.then(()=>{return this._dispatchReply($[G])});J=J.then(()=>{Z()})}_dispatchReply($){let Z,J=new Promise((K)=>{Z=K});if($===void 0||$===null)return this._debug("dispatch: got undefined or null reply"),Z(),J;let G=$.id;if(G&&G>0)this._handleReply($,Z);else if(!$.push)this._handleServerPing(Z);else this._handlePush($.push,Z);return J}_call($,Z){return new Promise((J,G)=>{if($.id=this._nextCommandId(),this._registerCall($.id,J,G),!Z)this._addCommand($)})}_startConnecting(){if(this._debug("start connecting"),this._setState(d.Connecting))this.emit("connecting",{code:R$.connectCalled,reason:"connect called"});this._client=null,this._startReconnecting()}_disconnect($,Z,J){if(this._isDisconnected())return;this._transportIsOpen=!1;let G=this.state;this._reconnecting=!1;let K={code:$,reason:Z},Q=!1;if(J)Q=this._setState(d.Connecting);else Q=this._setState(d.Disconnected),this._rejectPromises({code:m.clientDisconnected,message:"disconnected"});if(this._clearOutgoingRequests(),G===d.Connecting)this._clearReconnectTimeout();if(G===d.Connected)this._clearConnectedState();if(Q)if(this._isConnecting())this.emit("connecting",K);else this.emit("disconnected",K);if(this._transport){this._debug("closing existing transport");let Y=this._transport;this._transport=null,Y.close(),this._transportClosed=!0,this._nextTransportId()}else this._debug("no transport to close");this._scheduleReconnect()}_failUnauthorized(){this._disconnect(P1.unauthorized,"unauthorized",!1)}_getToken(){if(this._debug("get connection token"),!this._config.getToken)return this.emit("error",{type:"configuration",error:{code:m.badConfiguration,message:"token expired but no getToken function set in the configuration"}}),Promise.reject(new i0(""));return this._config.getToken({})}_refresh(){let $=this._client,Z=this;this._getToken().then(function(J){if($!==Z._client)return;if(!J){Z._failUnauthorized();return}if(Z._token=J,Z._debug("connection token refreshed"),!Z._isConnected())return;let G={refresh:{token:Z._token}};Z._call(G,!1).then((K)=>{let Q=K.reply.refresh;if(Z._refreshResponse(Q),K.next)K.next()},(K)=>{if(Z._refreshError(K.error),K.next)K.next()})}).catch(function(J){if(!Z._isConnected())return;if(J instanceof i0){Z._failUnauthorized();return}Z.emit("error",{type:"refreshToken",error:{code:m.clientRefreshToken,message:J!==void 0?J.toString():""}}),Z._refreshTimeout=setTimeout(()=>Z._refresh(),Z._getRefreshRetryDelay())})}_refreshError($){if($.code<100||$.temporary===!0)this.emit("error",{type:"refresh",error:$}),this._refreshTimeout=setTimeout(()=>this._refresh(),this._getRefreshRetryDelay());else this._disconnect($.code,$.message,!1)}_getRefreshRetryDelay(){return O5(0,5000,1e4)}_refreshResponse($){if(this._refreshTimeout)clearTimeout(this._refreshTimeout),this._refreshTimeout=null;if($.expires)this._client=$.client,this._refreshTimeout=setTimeout(()=>this._refresh(),R5($.ttl))}_removeSubscription($){if($===null)return;delete this._subs[$.channel]}_unsubscribe($){if(!this._transportIsOpen)return Promise.resolve();let J={unsubscribe:{channel:$.channel}},G=this;return new Promise((Q,Y)=>{this._call(J,!1).then((X)=>{if(Q(),X.next)X.next()},(X)=>{if(Q(),X.next)X.next();G._disconnect(R$.unsubscribeError,"unsubscribe error",!0)})})}_getSub($,Z){if(Z&&Z>0){for(let G in this._subs)if(this._subs.hasOwnProperty(G)){let K=this._subs[G];if(K._id===Z)return K}return null}let J=this._subs[$];if(!J)return null;return J}_isServerSub($){return this._serverSubs[$]!==void 0}_sendSubscribeCommands(){let $=[];for(let Z in this._subs){if(!this._subs.hasOwnProperty(Z))continue;let J=this._subs[Z];if(J._inflight===!0)continue;if(J.state===z0.Subscribing){let G=J._subscribe();if(G)$.push(G)}}return $}_connectResponse($){if(this._transportIsOpen=!0,this._transportWasOpen=!0,this._reconnectAttempts=0,this._refreshRequired=!1,this._isConnected())return;if(this._client=$.client,this._setState(d.Connected),this._refreshTimeout)clearTimeout(this._refreshTimeout);if($.expires)this._refreshTimeout=setTimeout(()=>this._refresh(),R5($.ttl));this._session=$.session,this._node=$.node,this.startBatching(),this._sendSubscribeCommands(),this.stopBatching();let Z={client:$.client,transport:this._transport.subName()};if($.data)Z.data=$.data;if(this.emit("connected",Z),this._resolvePromises(),this._processServerSubs($.subs||{}),$.ping&&$.ping>0)this._serverPing=$.ping*1000,this._sendPong=$.pong===!0,this._waitServerPing();else this._serverPing=0}_processServerSubs($){for(let Z in $){if(!$.hasOwnProperty(Z))continue;let J=$[Z];this._serverSubs[Z]={offset:J.offset,epoch:J.epoch,recoverable:J.recoverable||!1};let G=this._getSubscribeContext(Z,J);this.emit("subscribed",G)}for(let Z in $){if(!$.hasOwnProperty(Z))continue;let J=$[Z];if(J.recovered){let G=J.publications;if(G&&G.length>0){for(let K in G)if(G.hasOwnProperty(K))this._handlePublication(Z,G[K])}}}for(let Z in this._serverSubs){if(!this._serverSubs.hasOwnProperty(Z))continue;if(!$[Z])this.emit("unsubscribed",{channel:Z}),delete this._serverSubs[Z]}}_clearRefreshTimeout(){if(this._refreshTimeout!==null)clearTimeout(this._refreshTimeout),this._refreshTimeout=null}_clearReconnectTimeout(){if(this._reconnectTimeout!==null)clearTimeout(this._reconnectTimeout),this._reconnectTimeout=null}_clearServerPingTimeout(){if(this._serverPingTimeout!==null)clearTimeout(this._serverPingTimeout),this._serverPingTimeout=null}_waitServerPing(){if(this._config.maxServerPingDelay===0)return;if(!this._isConnected())return;this._clearServerPingTimeout(),this._serverPingTimeout=setTimeout(()=>{if(!this._isConnected())return;this._disconnect(R$.noPing,"no ping",!0)},this._serverPing+this._config.maxServerPingDelay)}_getSubscribeContext($,Z){let J={channel:$,positioned:!1,recoverable:!1,wasRecovering:!1,recovered:!1,hasRecoveredPublications:!1};if(Z.recovered)J.recovered=!0;if(Z.positioned)J.positioned=!0;if(Z.recoverable)J.recoverable=!0;if(Z.was_recovering)J.wasRecovering=!0;let G="";if("epoch"in Z)G=Z.epoch;let K=0;if("offset"in Z)K=Z.offset;if(J.positioned||J.recoverable)J.streamPosition={offset:K,epoch:G};if(Array.isArray(Z.publications)&&Z.publications.length>0)J.hasRecoveredPublications=!0;if(Z.data)J.data=Z.data;return J}_handleReply($,Z){let J=$.id;if(!(J in this._callbacks)){Z();return}let G=this._callbacks[J];if(clearTimeout(this._callbacks[J].timeout),delete this._callbacks[J],!$K($)){let K=G.callback;if(!K)return;K({reply:$,next:Z})}else{let K=G.errback;if(!K){Z();return}let Q={code:$.error.code,message:$.error.message||"",temporary:$.error.temporary||!1};K({error:Q,next:Z})}}_handleJoin($,Z,J){let G=this._getSub($,J);if(!G&&$){if(this._isServerSub($)){let K={channel:$,info:this._getJoinLeaveContext(Z.info)};this.emit("join",K)}return}G._handleJoin(Z)}_handleLeave($,Z,J){let G=this._getSub($,J);if(!G&&$){if(this._isServerSub($)){let K={channel:$,info:this._getJoinLeaveContext(Z.info)};this.emit("leave",K)}return}G._handleLeave(Z)}_handleUnsubscribe($,Z){let J=this._getSub($,0);if(!J&&$){if(this._isServerSub($))delete this._serverSubs[$],this.emit("unsubscribed",{channel:$});return}if(Z.code<2500)J._setUnsubscribed(Z.code,Z.reason,!1);else J._setSubscribing(Z.code,Z.reason)}_handleSubscribe($,Z){this._serverSubs[$]={offset:Z.offset,epoch:Z.epoch,recoverable:Z.recoverable||!1},this.emit("subscribed",this._getSubscribeContext($,Z))}_handleDisconnect($){let Z=$.code,J=!0;if(Z>=3500&&Z<4000||Z>=4500&&Z<5000)J=!1;this._disconnect(Z,$.reason,J)}_getPublicationContext($,Z){let J={channel:$,data:Z.data};if(Z.offset)J.offset=Z.offset;if(Z.info)J.info=this._getJoinLeaveContext(Z.info);if(Z.tags)J.tags=Z.tags;return J}_getJoinLeaveContext($){let Z={client:$.client,user:$.user},J=$.conn_info;if(J)Z.connInfo=J;let G=$.chan_info;if(G)Z.chanInfo=G;return Z}_handlePublication($,Z,J){let G=this._getSub($,J);if(!G&&$){if(this._isServerSub($)){let K=this._getPublicationContext($,Z);if(this.emit("publication",K),Z.offset!==void 0)this._serverSubs[$].offset=Z.offset}return}G._handlePublication(Z)}_handleMessage($){this.emit("message",{data:$.data})}_handleServerPing($){if(this._sendPong){let Z={};this._transportSendCommands([Z])}$()}_handlePush($,Z){let{channel:J,id:G}=$;if($.pub)this._handlePublication(J,$.pub,G);else if($.message)this._handleMessage($.message);else if($.join)this._handleJoin(J,$.join,G);else if($.leave)this._handleLeave(J,$.leave,G);else if($.unsubscribe)this._handleUnsubscribe(J,$.unsubscribe);else if($.subscribe)this._handleSubscribe(J,$.subscribe);else if($.disconnect)this._handleDisconnect($.disconnect);Z()}_flush(){let $=this._commands.slice(0);this._commands=[],this._transportSendCommands($)}_createErrorObject($,Z,J){let G={code:$,message:Z};if(J)G.temporary=!0;return G}_registerCall($,Z,J){this._callbacks[$]={callback:Z,errback:J,timeout:null},this._callbacks[$].timeout=setTimeout(()=>{if(delete this._callbacks[$],i9(J))J({error:this._createErrorObject(m.timeout,"timeout")})},this._config.timeout)}_addCommand($){if(this._batching)this._commands.push($);else this._transportSendCommands([$])}_nextPromiseId(){return++this._promiseId}_nextTransportId(){return++this._transportId}_resolvePromises(){for(let $ in this._promises){if(!this._promises.hasOwnProperty($))continue;if(this._promises[$].timeout)clearTimeout(this._promises[$].timeout);this._promises[$].resolve(),delete this._promises[$]}}_rejectPromises($){for(let Z in this._promises){if(!this._promises.hasOwnProperty(Z))continue;if(this._promises[Z].timeout)clearTimeout(this._promises[Z].timeout);this._promises[Z].reject($),delete this._promises[Z]}}}w1.SubscriptionState=z0;w1.State=d;w1.UnauthorizedError=i0;var QK=t9.createContext(null),e9=QK;var u6=_(J7());var y0=Object.create(null);y0.open="0";y0.close="1";y0.ping="2";y0.pong="3";y0.message="4";y0.upgrade="5";y0.noop="6";var D1=Object.create(null);Object.keys(y0).forEach(($)=>{D1[y0[$]]=$});var j1={type:"error",data:"parser error"};var T1=({type:$,data:Z},J,G)=>{if(Z instanceof ArrayBuffer||ArrayBuffer.isView(Z))return G(J?Z:"b"+G7(Z,!0).toString("base64"));return G(y0[$]+(Z||""))},G7=($,Z)=>{if(Buffer.isBuffer($)||$ instanceof Uint8Array&&!Z)return $;else if($ instanceof ArrayBuffer)return Buffer.from($);else return Buffer.from($.buffer,$.byteOffset,$.byteLength)},C6;function K7($,Z){if($.data instanceof ArrayBuffer||ArrayBuffer.isView($.data))return Z(G7($.data,!1));T1($,!0,(J)=>{if(!C6)C6=new TextEncoder;Z(C6.encode(J))})}var E1=($,Z)=>{if(typeof $!=="string")return{type:"message",data:Q7($,Z)};let J=$.charAt(0);if(J==="b"){let G=Buffer.from($.substring(1),"base64");return{type:"message",data:Q7(G,Z)}}if(!D1[J])return j1;return $.length>1?{type:D1[J],data:$.substring(1)}:{type:D1[J]}},Q7=($,Z)=>{switch(Z){case"arraybuffer":if($ instanceof ArrayBuffer)return $;else if(Buffer.isBuffer($))return $.buffer.slice($.byteOffset,$.byteOffset+$.byteLength);else return $.buffer;case"nodebuffer":default:if(Buffer.isBuffer($))return $;else return Buffer.from($)}};var Y7=String.fromCharCode(30),X7=($,Z)=>{let J=$.length,G=new Array(J),K=0;$.forEach((Q,Y)=>{T1(Q,!1,(X)=>{if(G[Y]=X,++K===J)Z(G.join(Y7))})})},V7=($,Z)=>{let J=$.split(Y7),G=[];for(let K=0;K<J.length;K++){let Q=E1(J[K],Z);if(G.push(Q),Q.type==="error")break}return G};function z7(){return new TransformStream({transform($,Z){K7($,(J)=>{let G=J.length,K;if(G<126)K=new Uint8Array(1),new DataView(K.buffer).setUint8(0,G);else if(G<65536){K=new Uint8Array(3);let Q=new DataView(K.buffer);Q.setUint8(0,126),Q.setUint16(1,G)}else{K=new Uint8Array(9);let Q=new DataView(K.buffer);Q.setUint8(0,127),Q.setBigUint64(1,BigInt(G))}if($.data&&typeof $.data!=="string")K[0]|=128;Z.enqueue(K),Z.enqueue(J)})}})}var _6;function B5($){return $.reduce((Z,J)=>Z+J.length,0)}function L5($,Z){if($[0].length===Z)return $.shift();let J=new Uint8Array(Z),G=0;for(let K=0;K<Z;K++)if(J[K]=$[0][G++],G===$[0].length)$.shift(),G=0;if($.length&&G<$[0].length)$[0]=$[0].slice(G);return J}function H7($,Z){if(!_6)_6=new TextDecoder;let J=[],G=0,K=-1,Q=!1;return new TransformStream({transform(Y,X){J.push(Y);while(!0){if(G===0){if(B5(J)<1)break;let V=L5(J,1);if(Q=(V[0]&128)===128,K=V[0]&127,K<126)G=3;else if(K===126)G=1;else G=2}else if(G===1){if(B5(J)<2)break;let V=L5(J,2);K=new DataView(V.buffer,V.byteOffset,V.length).getUint16(0),G=3}else if(G===2){if(B5(J)<8)break;let V=L5(J,8),z=new DataView(V.buffer,V.byteOffset,V.length),H=z.getUint32(0);if(H>Math.pow(2,21)-1){X.enqueue(j1);break}K=H*Math.pow(2,32)+z.getUint32(4),G=3}else{if(B5(J)<K)break;let V=L5(J,K);X.enqueue(E1(Q?V:_6.decode(V),Z)),G=0}if(K===0||K>$){X.enqueue(j1);break}}}})}var x6=4;var w7=_(_$());var G$=process.nextTick,U0=global,A7="nodebuffer";function F7(){return new W7}function VK($){let Z=$.split("; "),J=Z[0].indexOf("=");if(J===-1)return;let G=Z[0].substring(0,J).trim();if(!G.length)return;let K=Z[0].substring(J+1).trim();if(K.charCodeAt(0)===34)K=K.slice(1,-1);let Q={name:G,value:K};for(let Y=1;Y<Z.length;Y++){let X=Z[Y].split("=");if(X.length!==2)continue;let V=X[0].trim(),z=X[1].trim();switch(V){case"Expires":Q.expires=new Date(z);break;case"Max-Age":let H=new Date;H.setUTCSeconds(H.getUTCSeconds()+parseInt(z,10)),Q.expires=H;break;default:}}return Q}class W7{constructor(){this._cookies=new Map}parseCookies($){if(!$)return;$.forEach((Z)=>{let J=VK(Z);if(J)this._cookies.set(J.name,J)})}get cookies(){let $=Date.now();return this._cookies.forEach((Z,J)=>{var G;if(((G=Z.expires)===null||G===void 0?void 0:G.getTime())<$)this._cookies.delete(J)}),this._cookies.entries()}addCookies($){let Z=[];for(let[J,G]of this.cookies)Z.push(`${J}=${G.value}`);if(Z.length)$.setDisableHeaderCheck(!0),$.setRequestHeader("cookie",Z.join("; "))}appendCookies($){for(let[Z,J]of this.cookies)$.append("cookie",`${Z}=${J.value}`)}}function N5($,...Z){return Z.reduce((J,G)=>{if($.hasOwnProperty(G))J[G]=$[G];return J},{})}var zK=U0.setTimeout,HK=U0.clearTimeout;function K$($,Z){if(Z.useNativeTimers)$.setTimeoutFn=zK.bind(U0),$.clearTimeoutFn=HK.bind(U0);else $.setTimeoutFn=U0.setTimeout.bind(U0),$.clearTimeoutFn=U0.clearTimeout.bind(U0)}var UK=1.33;function O7($){if(typeof $==="string")return AK($);return Math.ceil(($.byteLength||$.size)*UK)}function AK($){let Z=0,J=0;for(let G=0,K=$.length;G<K;G++)if(Z=$.charCodeAt(G),Z<128)J+=1;else if(Z<2048)J+=2;else if(Z<55296||Z>=57344)J+=3;else G++,J+=4;return J}function I5(){return Date.now().toString(36).substring(3)+Math.random().toString(36).substring(2,5)}function R7($){let Z="";for(let J in $)if($.hasOwnProperty(J)){if(Z.length)Z+="&";Z+=encodeURIComponent(J)+"="+encodeURIComponent($[J])}return Z}function q7($){let Z={},J=$.split("&");for(let G=0,K=J.length;G<K;G++){let Q=J[G].split("=");Z[decodeURIComponent(Q[0])]=decodeURIComponent(Q[1])}return Z}var D7=_(E0()),CK=D7.default("engine.io-client:transport");class k6 extends Error{constructor($,Z,J){super($);this.description=Z,this.context=J,this.type="TransportError"}}class q$ extends w7.Emitter{constructor($){super();this.writable=!1,K$(this,$),this.opts=$,this.query=$.query,this.socket=$.socket,this.supportsBinary=!$.forceBase64}onError($,Z,J){return super.emitReserved("error",new k6($,Z,J)),this}open(){return this.readyState="opening",this.doOpen(),this}close(){if(this.readyState==="opening"||this.readyState==="open")this.doClose(),this.onClose();return this}send($){if(this.readyState==="open")this.write($);else CK("transport is not open, discarding packets")}onOpen(){this.readyState="open",this.writable=!0,super.emitReserved("open")}onData($){let Z=E1($,this.socket.binaryType);this.onPacket(Z)}onPacket($){super.emitReserved("packet",$)}onClose($){this.readyState="closed",super.emitReserved("close",$)}pause($){}createUri($,Z={}){return $+"://"+this._hostname()+this._port()+this.opts.path+this._query(Z)}_hostname(){let $=this.opts.hostname;return $.indexOf(":")===-1?$:"["+$+"]"}_port(){if(this.opts.port&&(this.opts.secure&&Number(this.opts.port)!==443||!this.opts.secure&&Number(this.opts.port)!==80))return":"+this.opts.port;else return""}_query($){let Z=R7($);return Z.length?"?"+Z:""}}var j7=_(E0()),f0=j7.default("engine.io-client:polling");class j5 extends q${constructor(){super(...arguments);this._polling=!1}get name(){return"polling"}doOpen(){this._poll()}pause($){this.readyState="pausing";let Z=()=>{f0("paused"),this.readyState="paused",$()};if(this._polling||!this.writable){let J=0;if(this._polling)f0("we are currently polling - waiting to pause"),J++,this.once("pollComplete",function(){f0("pre-pause polling complete"),--J||Z()});if(!this.writable)f0("we are currently writing - waiting to pause"),J++,this.once("drain",function(){f0("pre-pause writing complete"),--J||Z()})}else Z()}_poll(){f0("polling"),this._polling=!0,this.doPoll(),this.emitReserved("poll")}onData($){f0("polling got data %s",$);let Z=(J)=>{if(this.readyState==="opening"&&J.type==="open")this.onOpen();if(J.type==="close")return this.onClose({description:"transport closed by the server"}),!1;this.onPacket(J)};if(V7($,this.socket.binaryType).forEach(Z),this.readyState!=="closed")if(this._polling=!1,this.emitReserved("pollComplete"),this.readyState==="open")this._poll();else f0('ignoring poll - transport state "%s"',this.readyState)}doClose(){let $=()=>{f0("writing close packet"),this.write([{type:"close"}])};if(this.readyState==="open")f0("transport open - closing"),$();else f0("transport not open - deferring close"),this.once("open",$)}write($){this.writable=!1,X7($,(Z)=>{this.doWrite(Z,()=>{this.writable=!0,this.emitReserved("drain")})})}uri(){let $=this.opts.secure?"https":"http",Z=this.query||{};if(this.opts.timestampRequests!==!1)Z[this.opts.timestampParam]=I5();if(!this.supportsBinary&&!Z.sid)Z.b64=1;return this.createUri($,Z)}}var v7=_(_$());var T7=!1;try{T7=typeof XMLHttpRequest!=="undefined"&&"withCredentials"in new XMLHttpRequest}catch($){}var E7=T7;var y7=_(E0()),b6=y7.default("engine.io-client:polling");function _K(){}class m6 extends j5{constructor($){super($);if(typeof location!=="undefined"){let Z=location.protocol==="https:",J=location.port;if(!J)J=Z?"443":"80";this.xd=typeof location!=="undefined"&&$.hostname!==location.hostname||J!==$.port}}doWrite($,Z){let J=this.request({method:"POST",data:$});J.on("success",Z),J.on("error",(G,K)=>{this.onError("xhr post error",G,K)})}doPoll(){b6("xhr poll");let $=this.request();$.on("data",this.onData.bind(this)),$.on("error",(Z,J)=>{this.onError("xhr poll error",Z,J)}),this.pollXhr=$}}class C0 extends v7.Emitter{constructor($,Z,J){super();this.createRequest=$,K$(this,J),this._opts=J,this._method=J.method||"GET",this._uri=Z,this._data=J.data!==void 0?J.data:null,this._create()}_create(){var $;let Z=N5(this._opts,"agent","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","autoUnref");Z.xdomain=!!this._opts.xd;let J=this._xhr=this.createRequest(Z);try{b6("xhr open %s: %s",this._method,this._uri),J.open(this._method,this._uri,!0);try{if(this._opts.extraHeaders){J.setDisableHeaderCheck&&J.setDisableHeaderCheck(!0);for(let G in this._opts.extraHeaders)if(this._opts.extraHeaders.hasOwnProperty(G))J.setRequestHeader(G,this._opts.extraHeaders[G])}}catch(G){}if(this._method==="POST")try{J.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch(G){}try{J.setRequestHeader("Accept","*/*")}catch(G){}if(($=this._opts.cookieJar)===null||$===void 0||$.addCookies(J),"withCredentials"in J)J.withCredentials=this._opts.withCredentials;if(this._opts.requestTimeout)J.timeout=this._opts.requestTimeout;J.onreadystatechange=()=>{var G;if(J.readyState===3)(G=this._opts.cookieJar)===null||G===void 0||G.parseCookies(J.getResponseHeader("set-cookie"));if(J.readyState!==4)return;if(J.status===200||J.status===1223)this._onLoad();else this.setTimeoutFn(()=>{this._onError(typeof J.status==="number"?J.status:0)},0)},b6("xhr data %s",this._data),J.send(this._data)}catch(G){this.setTimeoutFn(()=>{this._onError(G)},0);return}if(typeof document!=="undefined")this._index=C0.requestsCount++,C0.requests[this._index]=this}_onError($){this.emitReserved("error",$,this._xhr),this._cleanup(!0)}_cleanup($){if(typeof this._xhr==="undefined"||this._xhr===null)return;if(this._xhr.onreadystatechange=_K,$)try{this._xhr.abort()}catch(Z){}if(typeof document!=="undefined")delete C0.requests[this._index];this._xhr=null}_onLoad(){let $=this._xhr.responseText;if($!==null)this.emitReserved("data",$),this.emitReserved("success"),this._cleanup()}abort(){this._cleanup()}}C0.requestsCount=0;C0.requests={};if(typeof document!=="undefined"){if(typeof attachEvent==="function")attachEvent("onunload",S7);else if(typeof addEventListener==="function"){let $="onpagehide"in U0?"pagehide":"unload";addEventListener($,S7,!1)}}function S7(){for(let $ in C0.requests)if(C0.requests.hasOwnProperty($))C0.requests[$].abort()}var FU=function(){let $=xK({xdomain:!1});return $&&$.responseType!==null}();function xK($){let Z=$.xdomain;try{if(typeof XMLHttpRequest!=="undefined"&&(!Z||E7))return new XMLHttpRequest}catch(J){}if(!Z)try{return new U0[["Active"].concat("Object").join("X")]("Microsoft.XMLHTTP")}catch(J){}}var gK=u6.default||u6;class S1 extends m6{request($={}){var Z;return Object.assign($,{xd:this.xd,cookieJar:(Z=this.socket)===null||Z===void 0?void 0:Z._cookieJar},this.opts),new C0((J)=>new gK(J),this.uri(),$)}}var $Y=_(jZ()),ZY=_(n6()),JY=_(a6()),J8=_(h5()),GY=_(CZ());var _Z=_(E0()),QY=_Z.default("engine.io-client:websocket"),YY=typeof navigator!=="undefined"&&typeof navigator.product==="string"&&navigator.product.toLowerCase()==="reactnative";class G8 extends q${get name(){return"websocket"}doOpen(){let $=this.uri(),Z=this.opts.protocols,J=YY?{}:N5(this.opts,"agent","perMessageDeflate","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","localAddress","protocolVersion","origin","maxPayload","family","checkServerIdentity");if(this.opts.extraHeaders)J.headers=this.opts.extraHeaders;try{this.ws=this.createSocket($,Z,J)}catch(G){return this.emitReserved("error",G)}this.ws.binaryType=this.socket.binaryType,this.addEventListeners()}addEventListeners(){this.ws.onopen=()=>{if(this.opts.autoUnref)this.ws._socket.unref();this.onOpen()},this.ws.onclose=($)=>this.onClose({description:"websocket connection closed",context:$}),this.ws.onmessage=($)=>this.onData($.data),this.ws.onerror=($)=>this.onError("websocket error",$)}write($){this.writable=!1;for(let Z=0;Z<$.length;Z++){let J=$[Z],G=Z===$.length-1;T1(J,this.supportsBinary,(K)=>{try{this.doWrite(J,K)}catch(Q){QY("websocket closed before onclose event")}if(G)G$(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){if(typeof this.ws!=="undefined")this.ws.onerror=()=>{},this.ws.close(),this.ws=null}uri(){let $=this.opts.secure?"wss":"ws",Z=this.query||{};if(this.opts.timestampRequests)Z[this.opts.timestampParam]=I5();if(!this.supportsBinary)Z.b64=1;return this.createUri($,Z)}}var bU=U0.WebSocket||U0.MozWebSocket;class k1 extends G8{createSocket($,Z,J){var G;if((G=this.socket)===null||G===void 0?void 0:G._cookieJar){J.headers=J.headers||{},J.headers.cookie=typeof J.headers.cookie==="string"?[J.headers.cookie]:J.headers.cookie||[];for(let[K,Q]of this.socket._cookieJar.cookies)J.headers.cookie.push(`${K}=${Q.value}`)}return new J8.default($,Z,J)}doWrite($,Z){let J={};if($.options)J.compress=$.options.compress;if(this.opts.perMessageDeflate){if((typeof Z==="string"?Buffer.byteLength(Z):Z.length)<this.opts.perMessageDeflate.threshold)J.compress=!1}this.ws.send(Z,J)}}var xZ=_(E0()),b1=xZ.default("engine.io-client:webtransport");class m1 extends q${get name(){return"webtransport"}doOpen(){try{this._transport=new WebTransport(this.createUri("https"),this.opts.transportOptions[this.name])}catch($){return this.emitReserved("error",$)}this._transport.closed.then(()=>{b1("transport closed gracefully"),this.onClose()}).catch(($)=>{b1("transport closed due to %s",$),this.onError("webtransport error",$)}),this._transport.ready.then(()=>{this._transport.createBidirectionalStream().then(($)=>{let Z=H7(Number.MAX_SAFE_INTEGER,this.socket.binaryType),J=$.readable.pipeThrough(Z).getReader(),G=z7();G.readable.pipeTo($.writable),this._writer=G.writable.getWriter();let K=()=>{J.read().then(({done:Y,value:X})=>{if(Y){b1("session is closed");return}b1("received chunk: %o",X),this.onPacket(X),K()}).catch((Y)=>{b1("an error occurred while reading: %s",Y)})};K();let Q={type:"open"};if(this.query.sid)Q.data=`{"sid":"${this.query.sid}"}`;this._writer.write(Q).then(()=>this.onOpen())})})}write($){this.writable=!1;for(let Z=0;Z<$.length;Z++){let J=$[Z],G=Z===$.length-1;this._writer.write(J).then(()=>{if(G)G$(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){var $;($=this._transport)===null||$===void 0||$.close()}}var K8={websocket:k1,webtransport:m1,polling:S1};var XY=/^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,VY=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];function H1($){if($.length>8000)throw"URI too long";let Z=$,J=$.indexOf("["),G=$.indexOf("]");if(J!=-1&&G!=-1)$=$.substring(0,J)+$.substring(J,G).replace(/:/g,";")+$.substring(G,$.length);let K=XY.exec($||""),Q={},Y=14;while(Y--)Q[VY[Y]]=K[Y]||"";if(J!=-1&&G!=-1)Q.source=Z,Q.host=Q.host.substring(1,Q.host.length-1).replace(/;/g,":"),Q.authority=Q.authority.replace("[","").replace("]","").replace(/;/g,":"),Q.ipv6uri=!0;return Q.pathNames=zY(Q,Q.path),Q.queryKey=HY(Q,Q.query),Q}function zY($,Z){let J=/\/{2,9}/g,G=Z.replace(J,"/").split("/");if(Z.slice(0,1)=="/"||Z.length===0)G.splice(0,1);if(Z.slice(-1)=="/")G.splice(G.length-1,1);return G}function HY($,Z){let J={};return Z.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,function(G,K,Q){if(K)J[K]=Q}),J}var gZ=_(_$());var hZ=_(E0()),b=hZ.default("engine.io-client:socket"),Q8=typeof addEventListener==="function"&&typeof removeEventListener==="function",u1=[];if(Q8)addEventListener("offline",()=>{b("closing %d connection(s) because the network was lost",u1.length),u1.forEach(($)=>$())},!1);class V$ extends gZ.Emitter{constructor($,Z){super();if(this.binaryType=A7,this.writeBuffer=[],this._prevBufferLen=0,this._pingInterval=-1,this._pingTimeout=-1,this._maxPayload=-1,this._pingTimeoutTime=1/0,$&&typeof $==="object")Z=$,$=null;if($){let J=H1($);if(Z.hostname=J.host,Z.secure=J.protocol==="https"||J.protocol==="wss",Z.port=J.port,J.query)Z.query=J.query}else if(Z.host)Z.hostname=H1(Z.host).host;if(K$(this,Z),this.secure=Z.secure!=null?Z.secure:typeof location!=="undefined"&&location.protocol==="https:",Z.hostname&&!Z.port)Z.port=this.secure?"443":"80";if(this.hostname=Z.hostname||(typeof location!=="undefined"?location.hostname:"localhost"),this.port=Z.port||(typeof location!=="undefined"&&location.port?location.port:this.secure?"443":"80"),this.transports=[],this._transportsByName={},Z.transports.forEach((J)=>{let G=J.prototype.name;this.transports.push(G),this._transportsByName[G]=J}),this.opts=Object.assign({path:"/engine.io",agent:!1,withCredentials:!1,upgrade:!0,timestampParam:"t",rememberUpgrade:!1,addTrailingSlash:!0,rejectUnauthorized:!0,perMessageDeflate:{threshold:1024},transportOptions:{},closeOnBeforeunload:!1},Z),this.opts.path=this.opts.path.replace(/\/$/,"")+(this.opts.addTrailingSlash?"/":""),typeof this.opts.query==="string")this.opts.query=q7(this.opts.query);if(Q8){if(this.opts.closeOnBeforeunload)this._beforeunloadEventListener=()=>{if(this.transport)this.transport.removeAllListeners(),this.transport.close()},addEventListener("beforeunload",this._beforeunloadEventListener,!1);if(this.hostname!=="localhost")b("adding listener for the 'offline' event"),this._offlineEventListener=()=>{this._onClose("transport close",{description:"network connection lost"})},u1.push(this._offlineEventListener)}if(this.opts.withCredentials)this._cookieJar=F7();this._open()}createTransport($){b('creating transport "%s"',$);let Z=Object.assign({},this.opts.query);if(Z.EIO=x6,Z.transport=$,this.id)Z.sid=this.id;let J=Object.assign({},this.opts,{query:Z,socket:this,hostname:this.hostname,secure:this.secure,port:this.port},this.opts.transportOptions[$]);return b("options: %j",J),new this._transportsByName[$](J)}_open(){if(this.transports.length===0){this.setTimeoutFn(()=>{this.emitReserved("error","No transports available")},0);return}let $=this.opts.rememberUpgrade&&V$.priorWebsocketSuccess&&this.transports.indexOf("websocket")!==-1?"websocket":this.transports[0];this.readyState="opening";let Z=this.createTransport($);Z.open(),this.setTransport(Z)}setTransport($){if(b("setting transport %s",$.name),this.transport)b("clearing existing transport %s",this.transport.name),this.transport.removeAllListeners();this.transport=$,$.on("drain",this._onDrain.bind(this)).on("packet",this._onPacket.bind(this)).on("error",this._onError.bind(this)).on("close",(Z)=>this._onClose("transport close",Z))}onOpen(){b("socket open"),this.readyState="open",V$.priorWebsocketSuccess=this.transport.name==="websocket",this.emitReserved("open"),this.flush()}_onPacket($){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing")switch(b('socket receive: type "%s", data "%s"',$.type,$.data),this.emitReserved("packet",$),this.emitReserved("heartbeat"),$.type){case"open":this.onHandshake(JSON.parse($.data));break;case"ping":this._sendPacket("pong"),this.emitReserved("ping"),this.emitReserved("pong"),this._resetPingTimeout();break;case"error":let Z=new Error("server error");Z.code=$.data,this._onError(Z);break;case"message":this.emitReserved("data",$.data),this.emitReserved("message",$.data);break}else b('packet received with socket readyState "%s"',this.readyState)}onHandshake($){if(this.emitReserved("handshake",$),this.id=$.sid,this.transport.query.sid=$.sid,this._pingInterval=$.pingInterval,this._pingTimeout=$.pingTimeout,this._maxPayload=$.maxPayload,this.onOpen(),this.readyState==="closed")return;this._resetPingTimeout()}_resetPingTimeout(){this.clearTimeoutFn(this._pingTimeoutTimer);let $=this._pingInterval+this._pingTimeout;if(this._pingTimeoutTime=Date.now()+$,this._pingTimeoutTimer=this.setTimeoutFn(()=>{this._onClose("ping timeout")},$),this.opts.autoUnref)this._pingTimeoutTimer.unref()}_onDrain(){if(this.writeBuffer.splice(0,this._prevBufferLen),this._prevBufferLen=0,this.writeBuffer.length===0)this.emitReserved("drain");else this.flush()}flush(){if(this.readyState!=="closed"&&this.transport.writable&&!this.upgrading&&this.writeBuffer.length){let $=this._getWritablePackets();b("flushing %d packets in socket",$.length),this.transport.send($),this._prevBufferLen=$.length,this.emitReserved("flush")}}_getWritablePackets(){if(!(this._maxPayload&&this.transport.name==="polling"&&this.writeBuffer.length>1))return this.writeBuffer;let Z=1;for(let J=0;J<this.writeBuffer.length;J++){let G=this.writeBuffer[J].data;if(G)Z+=O7(G);if(J>0&&Z>this._maxPayload)return b("only send %d out of %d packets",J,this.writeBuffer.length),this.writeBuffer.slice(0,J);Z+=2}return b("payload size is %d (max: %d)",Z,this._maxPayload),this.writeBuffer}_hasPingExpired(){if(!this._pingTimeoutTime)return!0;let $=Date.now()>this._pingTimeoutTime;if($)b("throttled timer detected, scheduling connection close"),this._pingTimeoutTime=0,G$(()=>{this._onClose("ping timeout")},this.setTimeoutFn);return $}write($,Z,J){return this._sendPacket("message",$,Z,J),this}send($,Z,J){return this._sendPacket("message",$,Z,J),this}_sendPacket($,Z,J,G){if(typeof Z==="function")G=Z,Z=void 0;if(typeof J==="function")G=J,J=null;if(this.readyState==="closing"||this.readyState==="closed")return;J=J||{},J.compress=J.compress!==!1;let K={type:$,data:Z,options:J};if(this.emitReserved("packetCreate",K),this.writeBuffer.push(K),G)this.once("flush",G);this.flush()}close(){let $=()=>{this._onClose("forced close"),b("socket closing - telling transport to close"),this.transport.close()},Z=()=>{this.off("upgrade",Z),this.off("upgradeError",Z),$()},J=()=>{this.once("upgrade",Z),this.once("upgradeError",Z)};if(this.readyState==="opening"||this.readyState==="open")if(this.readyState="closing",this.writeBuffer.length)this.once("drain",()=>{if(this.upgrading)J();else $()});else if(this.upgrading)J();else $();return this}_onError($){if(b("socket error %j",$),V$.priorWebsocketSuccess=!1,this.opts.tryAllTransports&&this.transports.length>1&&this.readyState==="opening")return b("trying next transport"),this.transports.shift(),this._open();this.emitReserved("error",$),this._onClose("transport error",$)}_onClose($,Z){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing"){if(b('socket close with reason: "%s"',$),this.clearTimeoutFn(this._pingTimeoutTimer),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),Q8){if(this._beforeunloadEventListener)removeEventListener("beforeunload",this._beforeunloadEventListener,!1);if(this._offlineEventListener){let J=u1.indexOf(this._offlineEventListener);if(J!==-1)b("removing listener for the 'offline' event"),u1.splice(J,1)}}this.readyState="closed",this.id=null,this.emitReserved("close",$,Z),this.writeBuffer=[],this._prevBufferLen=0}}}V$.protocol=x6;class Y8 extends V${constructor(){super(...arguments);this._upgrades=[]}onOpen(){if(super.onOpen(),this.readyState==="open"&&this.opts.upgrade){b("starting upgrade probes");for(let $=0;$<this._upgrades.length;$++)this._probe(this._upgrades[$])}}_probe($){b('probing transport "%s"',$);let Z=this.createTransport($),J=!1;V$.priorWebsocketSuccess=!1;let G=()=>{if(J)return;b('probe transport "%s" opened',$),Z.send([{type:"ping",data:"probe"}]),Z.once("packet",(H)=>{if(J)return;if(H.type==="pong"&&H.data==="probe"){if(b('probe transport "%s" pong',$),this.upgrading=!0,this.emitReserved("upgrading",Z),!Z)return;V$.priorWebsocketSuccess=Z.name==="websocket",b('pausing current transport "%s"',this.transport.name),this.transport.pause(()=>{if(J)return;if(this.readyState==="closed")return;b("changing transport and sending upgrade packet"),z(),this.setTransport(Z),Z.send([{type:"upgrade"}]),this.emitReserved("upgrade",Z),Z=null,this.upgrading=!1,this.flush()})}else{b('probe transport "%s" failed',$);let A=new Error("probe error");A.transport=Z.name,this.emitReserved("upgradeError",A)}})};function K(){if(J)return;J=!0,z(),Z.close(),Z=null}let Q=(H)=>{let A=new Error("probe error: "+H);A.transport=Z.name,K(),b('probe transport "%s" failed because of error: %s',$,H),this.emitReserved("upgradeError",A)};function Y(){Q("transport closed")}function X(){Q("socket closed")}function V(H){if(Z&&H.name!==Z.name)b('"%s" works - aborting "%s"',H.name,Z.name),K()}let z=()=>{Z.removeListener("open",G),Z.removeListener("error",Q),Z.removeListener("close",Y),this.off("close",X),this.off("upgrading",V)};if(Z.once("open",G),Z.once("error",Q),Z.once("close",Y),this.once("close",X),this.once("upgrading",V),this._upgrades.indexOf("webtransport")!==-1&&$!=="webtransport")this.setTimeoutFn(()=>{if(!J)Z.open()},200);else Z.open()}onHandshake($){this._upgrades=this._filterUpgrades($.upgrades),super.onHandshake($)}_filterUpgrades($){let Z=[];for(let J=0;J<$.length;J++)if(~this.transports.indexOf($[J]))Z.push($[J]);return Z}}class l1 extends Y8{constructor($,Z={}){let J=typeof $==="object"?$:Z;if(!J.transports||J.transports&&typeof J.transports[0]==="string")J.transports=(J.transports||["polling","websocket","webtransport"]).map((G)=>K8[G]).filter((G)=>!!G);super($,J)}}var V3=l1.protocol;var bZ=_(E0()),kZ=bZ.default("socket.io-client:url");function mZ($,Z="",J){let G=$;if(J=J||typeof location!=="undefined"&&location,$==null)$=J.protocol+"//"+J.host;if(typeof $==="string"){if($.charAt(0)==="/")if($.charAt(1)==="/")$=J.protocol+$;else $=J.host+$;if(!/^(https?|wss?):\/\//.test($))if(kZ("protocol-less url %s",$),typeof J!=="undefined")$=J.protocol+"//"+$;else $="https://"+$;kZ("parse %s",$),G=H1($)}if(!G.port){if(/^(http|ws)$/.test(G.protocol))G.port="80";else if(/^(http|ws)s$/.test(G.protocol))G.port="443"}G.path=G.path||"/";let Q=G.host.indexOf(":")!==-1?"["+G.host+"]":G.host;return G.id=G.protocol+"://"+Q+":"+G.port+Z,G.href=G.protocol+"://"+Q+(J&&J.port===G.port?"":":"+G.port),G}var U8={};y9(U8,{protocol:()=>nZ,isPacketValid:()=>IY,PacketType:()=>S,Encoder:()=>rZ,Decoder:()=>H8});var iZ=_(_$());var WY=typeof ArrayBuffer==="function",OY=($)=>{return typeof ArrayBuffer.isView==="function"?ArrayBuffer.isView($):$.buffer instanceof ArrayBuffer},uZ=Object.prototype.toString,RY=typeof Blob==="function"||typeof Blob!=="undefined"&&uZ.call(Blob)==="[object BlobConstructor]",qY=typeof File==="function"||typeof File!=="undefined"&&uZ.call(File)==="[object FileConstructor]";function i1($){return WY&&($ instanceof ArrayBuffer||OY($))||RY&&$ instanceof Blob||qY&&$ instanceof File}function p1($,Z){if(!$||typeof $!=="object")return!1;if(Array.isArray($)){for(let J=0,G=$.length;J<G;J++)if(p1($[J]))return!0;return!1}if(i1($))return!0;if($.toJSON&&typeof $.toJSON==="function"&&arguments.length===1)return p1($.toJSON(),!0);for(let J in $)if(Object.prototype.hasOwnProperty.call($,J)&&p1($[J]))return!0;return!1}function lZ($){let Z=[],J=$.data,G=$;return G.data=X8(J,Z),G.attachments=Z.length,{packet:G,buffers:Z}}function X8($,Z){if(!$)return $;if(i1($)){let J={_placeholder:!0,num:Z.length};return Z.push($),J}else if(Array.isArray($)){let J=new Array($.length);for(let G=0;G<$.length;G++)J[G]=X8($[G],Z);return J}else if(typeof $==="object"&&!($ instanceof Date)){let J={};for(let G in $)if(Object.prototype.hasOwnProperty.call($,G))J[G]=X8($[G],Z);return J}return $}function pZ($,Z){return $.data=V8($.data,Z),delete $.attachments,$}function V8($,Z){if(!$)return $;if($&&$._placeholder===!0)if(typeof $.num==="number"&&$.num>=0&&$.num<Z.length)return Z[$.num];else throw new Error("illegal attachments");else if(Array.isArray($))for(let J=0;J<$.length;J++)$[J]=V8($[J],Z);else if(typeof $==="object"){for(let J in $)if(Object.prototype.hasOwnProperty.call($,J))$[J]=V8($[J],Z)}return $}var cZ=_(E0()),z8=cZ.default("socket.io-parser"),dZ=["connect","connect_error","disconnect","disconnecting","newListener","removeListener"],nZ=5,S;(function($){$[$.CONNECT=0]="CONNECT",$[$.DISCONNECT=1]="DISCONNECT",$[$.EVENT=2]="EVENT",$[$.ACK=3]="ACK",$[$.CONNECT_ERROR=4]="CONNECT_ERROR",$[$.BINARY_EVENT=5]="BINARY_EVENT",$[$.BINARY_ACK=6]="BINARY_ACK"})(S||(S={}));class rZ{constructor($){this.replacer=$}encode($){if(z8("encoding packet %j",$),$.type===S.EVENT||$.type===S.ACK){if(p1($))return this.encodeAsBinary({type:$.type===S.EVENT?S.BINARY_EVENT:S.BINARY_ACK,nsp:$.nsp,data:$.data,id:$.id})}return[this.encodeAsString($)]}encodeAsString($){let Z=""+$.type;if($.type===S.BINARY_EVENT||$.type===S.BINARY_ACK)Z+=$.attachments+"-";if($.nsp&&$.nsp!=="/")Z+=$.nsp+",";if($.id!=null)Z+=$.id;if($.data!=null)Z+=JSON.stringify($.data,this.replacer);return z8("encoded %j as %s",$,Z),Z}encodeAsBinary($){let Z=lZ($),J=this.encodeAsString(Z.packet),G=Z.buffers;return G.unshift(J),G}}class H8 extends iZ.Emitter{constructor($){super();this.opts=Object.assign({reviver:void 0,maxAttachments:10},typeof $==="function"?{reviver:$}:$)}add($){let Z;if(typeof $==="string"){if(this.reconstructor)throw new Error("got plaintext data when reconstructing a packet");Z=this.decodeString($);let J=Z.type===S.BINARY_EVENT;if(J||Z.type===S.BINARY_ACK){if(Z.type=J?S.EVENT:S.ACK,this.reconstructor=new aZ(Z),Z.attachments===0)super.emitReserved("decoded",Z)}else super.emitReserved("decoded",Z)}else if(i1($)||$.base64){if(!this.reconstructor)throw new Error("got binary data when not reconstructing a packet");else if(Z=this.reconstructor.takeBinaryData($),Z)this.reconstructor=null,super.emitReserved("decoded",Z)}else throw new Error("Unknown type: "+$)}decodeString($){let Z=0,J={type:Number($.charAt(0))};if(S[J.type]===void 0)throw new Error("unknown packet type "+J.type);if(J.type===S.BINARY_EVENT||J.type===S.BINARY_ACK){let K=Z+1;while($.charAt(++Z)!=="-"&&Z!=$.length);let Q=$.substring(K,Z);if(Q!=Number(Q)||$.charAt(Z)!=="-")throw new Error("Illegal attachments");let Y=Number(Q);if(!oZ(Y)||Y<0)throw new Error("Illegal attachments");else if(Y>this.opts.maxAttachments)throw new Error("too many attachments");J.attachments=Y}if($.charAt(Z+1)==="/"){let K=Z+1;while(++Z){if($.charAt(Z)===",")break;if(Z===$.length)break}J.nsp=$.substring(K,Z)}else J.nsp="/";let G=$.charAt(Z+1);if(G!==""&&Number(G)==G){let K=Z+1;while(++Z){let Q=$.charAt(Z);if(Q==null||Number(Q)!=Q){--Z;break}if(Z===$.length)break}J.id=Number($.substring(K,Z+1))}if($.charAt(++Z)){let K=this.tryParse($.substr(Z));if(H8.isPayloadValid(J.type,K))J.data=K;else throw new Error("invalid payload")}return z8("decoded %s as %j",$,J),J}tryParse($){try{return JSON.parse($,this.opts.reviver)}catch(Z){return!1}}static isPayloadValid($,Z){switch($){case S.CONNECT:return b5(Z);case S.DISCONNECT:return Z===void 0;case S.CONNECT_ERROR:return typeof Z==="string"||b5(Z);case S.EVENT:case S.BINARY_EVENT:return Array.isArray(Z)&&(typeof Z[0]==="number"||typeof Z[0]==="string"&&dZ.indexOf(Z[0])===-1);case S.ACK:case S.BINARY_ACK:return Array.isArray(Z)}}destroy(){if(this.reconstructor)this.reconstructor.finishedReconstruction(),this.reconstructor=null}}class aZ{constructor($){this.packet=$,this.buffers=[],this.reconPack=$}takeBinaryData($){if(this.buffers.push($),this.buffers.length===this.reconPack.attachments){let Z=pZ(this.reconPack,this.buffers);return this.finishedReconstruction(),Z}return null}finishedReconstruction(){this.reconPack=null,this.buffers=[]}}function BY($){return typeof $==="string"}var oZ=Number.isInteger||function($){return typeof $==="number"&&isFinite($)&&Math.floor($)===$};function LY($){return $===void 0||oZ($)}function b5($){return Object.prototype.toString.call($)==="[object Object]"}function NY($,Z){switch($){case S.CONNECT:return Z===void 0||b5(Z);case S.DISCONNECT:return Z===void 0;case S.EVENT:return Array.isArray(Z)&&(typeof Z[0]==="number"||typeof Z[0]==="string"&&dZ.indexOf(Z[0])===-1);case S.ACK:return Array.isArray(Z);case S.CONNECT_ERROR:return typeof Z==="string"||b5(Z);default:return!1}}function IY($){return BY($.nsp)&&LY($.id)&&NY($.type,$.data)}function M0($,Z,J){return $.on(Z,J),function G(){$.off(Z,J)}}var sZ=_(_$()),tZ=_(E0()),n=tZ.default("socket.io-client:socket"),MY=Object.freeze({connect:1,connect_error:1,disconnect:1,disconnecting:1,newListener:1,removeListener:1});class c1 extends sZ.Emitter{constructor($,Z,J){super();if(this.connected=!1,this.recovered=!1,this.receiveBuffer=[],this.sendBuffer=[],this._queue=[],this._queueSeq=0,this.ids=0,this.acks={},this.flags={},this.io=$,this.nsp=Z,J&&J.auth)this.auth=J.auth;if(this._opts=Object.assign({},J),this.io._autoConnect)this.open()}get disconnected(){return!this.connected}subEvents(){if(this.subs)return;let $=this.io;this.subs=[M0($,"open",this.onopen.bind(this)),M0($,"packet",this.onpacket.bind(this)),M0($,"error",this.onerror.bind(this)),M0($,"close",this.onclose.bind(this))]}get active(){return!!this.subs}connect(){if(this.connected)return this;if(this.subEvents(),!this.io._reconnecting)this.io.open();if(this.io._readyState==="open")this.onopen();return this}open(){return this.connect()}send(...$){return $.unshift("message"),this.emit.apply(this,$),this}emit($,...Z){var J,G,K;if(MY.hasOwnProperty($))throw new Error('"'+$.toString()+'" is a reserved event name');if(Z.unshift($),this._opts.retries&&!this.flags.fromQueue&&!this.flags.volatile)return this._addToQueue(Z),this;let Q={type:S.EVENT,data:Z};if(Q.options={},Q.options.compress=this.flags.compress!==!1,typeof Z[Z.length-1]==="function"){let z=this.ids++;n("emitting packet with ack id %d",z);let H=Z.pop();this._registerAckCallback(z,H),Q.id=z}let Y=(G=(J=this.io.engine)===null||J===void 0?void 0:J.transport)===null||G===void 0?void 0:G.writable,X=this.connected&&!((K=this.io.engine)===null||K===void 0?void 0:K._hasPingExpired());if(this.flags.volatile&&!Y)n("discard packet as the transport is not currently writable");else if(X)this.notifyOutgoingListeners(Q),this.packet(Q);else this.sendBuffer.push(Q);return this.flags={},this}_registerAckCallback($,Z){var J;let G=(J=this.flags.timeout)!==null&&J!==void 0?J:this._opts.ackTimeout;if(G===void 0){this.acks[$]=Z;return}let K=this.io.setTimeoutFn(()=>{delete this.acks[$];for(let Y=0;Y<this.sendBuffer.length;Y++)if(this.sendBuffer[Y].id===$)n("removing packet with ack id %d from the buffer",$),this.sendBuffer.splice(Y,1);n("event with ack id %d has timed out after %d ms",$,G),Z.call(this,new Error("operation has timed out"))},G),Q=(...Y)=>{this.io.clearTimeoutFn(K),Z.apply(this,Y)};Q.withError=!0,this.acks[$]=Q}emitWithAck($,...Z){return new Promise((J,G)=>{let K=(Q,Y)=>{return Q?G(Q):J(Y)};K.withError=!0,Z.push(K),this.emit($,...Z)})}_addToQueue($){let Z;if(typeof $[$.length-1]==="function")Z=$.pop();let J={id:this._queueSeq++,tryCount:0,pending:!1,args:$,flags:Object.assign({fromQueue:!0},this.flags)};$.push((G,...K)=>{if(J!==this._queue[0])return n("packet [%d] already acknowledged",J.id);if(G!==null){if(J.tryCount>this._opts.retries){if(n("packet [%d] is discarded after %d tries",J.id,J.tryCount),this._queue.shift(),Z)Z(G)}}else if(n("packet [%d] was successfully sent",J.id),this._queue.shift(),Z)Z(null,...K);return J.pending=!1,this._drainQueue()}),this._queue.push(J),this._drainQueue()}_drainQueue($=!1){if(n("draining queue"),!this.connected||this._queue.length===0)return;let Z=this._queue[0];if(Z.pending&&!$){n("packet [%d] has already been sent and is waiting for an ack",Z.id);return}Z.pending=!0,Z.tryCount++,n("sending packet [%d] (try n°%d)",Z.id,Z.tryCount),this.flags=Z.flags,this.emit.apply(this,Z.args)}packet($){$.nsp=this.nsp,this.io._packet($)}onopen(){if(n("transport is open - connecting"),typeof this.auth=="function")this.auth(($)=>{this._sendConnectPacket($)});else this._sendConnectPacket(this.auth)}_sendConnectPacket($){this.packet({type:S.CONNECT,data:this._pid?Object.assign({pid:this._pid,offset:this._lastOffset},$):$})}onerror($){if(!this.connected)this.emitReserved("connect_error",$)}onclose($,Z){n("close (%s)",$),this.connected=!1,delete this.id,this.emitReserved("disconnect",$,Z),this._clearAcks()}_clearAcks(){Object.keys(this.acks).forEach(($)=>{if(!this.sendBuffer.some((J)=>String(J.id)===$)){let J=this.acks[$];if(delete this.acks[$],J.withError)J.call(this,new Error("socket has been disconnected"))}})}onpacket($){if($.nsp!==this.nsp)return;switch($.type){case S.CONNECT:if($.data&&$.data.sid)this.onconnect($.data.sid,$.data.pid);else this.emitReserved("connect_error",new Error("It seems you are trying to reach a Socket.IO server in v2.x with a v3.x client, but they are not compatible (more information here: https://socket.io/docs/v3/migrating-from-2-x-to-3-0/)"));break;case S.EVENT:case S.BINARY_EVENT:this.onevent($);break;case S.ACK:case S.BINARY_ACK:this.onack($);break;case S.DISCONNECT:this.ondisconnect();break;case S.CONNECT_ERROR:this.destroy();let J=new Error($.data.message);J.data=$.data.data,this.emitReserved("connect_error",J);break}}onevent($){let Z=$.data||[];if(n("emitting event %j",Z),$.id!=null)n("attaching ack callback to event"),Z.push(this.ack($.id));if(this.connected)this.emitEvent(Z);else this.receiveBuffer.push(Object.freeze(Z))}emitEvent($){if(this._anyListeners&&this._anyListeners.length){let Z=this._anyListeners.slice();for(let J of Z)J.apply(this,$)}if(super.emit.apply(this,$),this._pid&&$.length&&typeof $[$.length-1]==="string")this._lastOffset=$[$.length-1]}ack($){let Z=this,J=!1;return function(...G){if(J)return;J=!0,n("sending ack %j",G),Z.packet({type:S.ACK,id:$,data:G})}}onack($){let Z=this.acks[$.id];if(typeof Z!=="function"){n("bad ack %s",$.id);return}if(delete this.acks[$.id],n("calling ack %s with %j",$.id,$.data),Z.withError)$.data.unshift(null);Z.apply(this,$.data)}onconnect($,Z){n("socket connected with id %s",$),this.id=$,this.recovered=Z&&this._pid===Z,this._pid=Z,this.connected=!0,this.emitBuffered(),this._drainQueue(!0),this.emitReserved("connect")}emitBuffered(){this.receiveBuffer.forEach(($)=>this.emitEvent($)),this.receiveBuffer=[],this.sendBuffer.forEach(($)=>{this.notifyOutgoingListeners($),this.packet($)}),this.sendBuffer=[]}ondisconnect(){n("server disconnect (%s)",this.nsp),this.destroy(),this.onclose("io server disconnect")}destroy(){if(this.subs)this.subs.forEach(($)=>$()),this.subs=void 0;this.io._destroy(this)}disconnect(){if(this.connected)n("performing disconnect (%s)",this.nsp),this.packet({type:S.DISCONNECT});if(this.destroy(),this.connected)this.onclose("io client disconnect");return this}close(){return this.disconnect()}compress($){return this.flags.compress=$,this}get volatile(){return this.flags.volatile=!0,this}timeout($){return this.flags.timeout=$,this}onAny($){return this._anyListeners=this._anyListeners||[],this._anyListeners.push($),this}prependAny($){return this._anyListeners=this._anyListeners||[],this._anyListeners.unshift($),this}offAny($){if(!this._anyListeners)return this;if($){let Z=this._anyListeners;for(let J=0;J<Z.length;J++)if($===Z[J])return Z.splice(J,1),this}else this._anyListeners=[];return this}listenersAny(){return this._anyListeners||[]}onAnyOutgoing($){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.push($),this}prependAnyOutgoing($){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.unshift($),this}offAnyOutgoing($){if(!this._anyOutgoingListeners)return this;if($){let Z=this._anyOutgoingListeners;for(let J=0;J<Z.length;J++)if($===Z[J])return Z.splice(J,1),this}else this._anyOutgoingListeners=[];return this}listenersAnyOutgoing(){return this._anyOutgoingListeners||[]}notifyOutgoingListeners($){if(this._anyOutgoingListeners&&this._anyOutgoingListeners.length){let Z=this._anyOutgoingListeners.slice();for(let J of Z)J.apply(this,$.data)}}}function m$($){$=$||{},this.ms=$.min||100,this.max=$.max||1e4,this.factor=$.factor||2,this.jitter=$.jitter>0&&$.jitter<=1?$.jitter:0,this.attempts=0}m$.prototype.duration=function(){var $=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var Z=Math.random(),J=Math.floor(Z*this.jitter*$);$=(Math.floor(Z*10)&1)==0?$-J:$+J}return Math.min($,this.max)|0};m$.prototype.reset=function(){this.attempts=0};m$.prototype.setMin=function($){this.ms=$};m$.prototype.setMax=function($){this.max=$};m$.prototype.setJitter=function($){this.jitter=$};var eZ=_(_$()),$4=_(E0()),J0=$4.default("socket.io-client:manager");class d1 extends eZ.Emitter{constructor($,Z){var J;super();if(this.nsps={},this.subs=[],$&&typeof $==="object")Z=$,$=void 0;Z=Z||{},Z.path=Z.path||"/socket.io",this.opts=Z,K$(this,Z),this.reconnection(Z.reconnection!==!1),this.reconnectionAttempts(Z.reconnectionAttempts||1/0),this.reconnectionDelay(Z.reconnectionDelay||1000),this.reconnectionDelayMax(Z.reconnectionDelayMax||5000),this.randomizationFactor((J=Z.randomizationFactor)!==null&&J!==void 0?J:0.5),this.backoff=new m$({min:this.reconnectionDelay(),max:this.reconnectionDelayMax(),jitter:this.randomizationFactor()}),this.timeout(Z.timeout==null?20000:Z.timeout),this._readyState="closed",this.uri=$;let G=Z.parser||U8;if(this.encoder=new G.Encoder,this.decoder=new G.Decoder,this._autoConnect=Z.autoConnect!==!1,this._autoConnect)this.open()}reconnection($){if(!arguments.length)return this._reconnection;if(this._reconnection=!!$,!$)this.skipReconnect=!0;return this}reconnectionAttempts($){if($===void 0)return this._reconnectionAttempts;return this._reconnectionAttempts=$,this}reconnectionDelay($){var Z;if($===void 0)return this._reconnectionDelay;return this._reconnectionDelay=$,(Z=this.backoff)===null||Z===void 0||Z.setMin($),this}randomizationFactor($){var Z;if($===void 0)return this._randomizationFactor;return this._randomizationFactor=$,(Z=this.backoff)===null||Z===void 0||Z.setJitter($),this}reconnectionDelayMax($){var Z;if($===void 0)return this._reconnectionDelayMax;return this._reconnectionDelayMax=$,(Z=this.backoff)===null||Z===void 0||Z.setMax($),this}timeout($){if(!arguments.length)return this._timeout;return this._timeout=$,this}maybeReconnectOnOpen(){if(!this._reconnecting&&this._reconnection&&this.backoff.attempts===0)this.reconnect()}open($){if(J0("readyState %s",this._readyState),~this._readyState.indexOf("open"))return this;J0("opening %s",this.uri),this.engine=new l1(this.uri,this.opts);let Z=this.engine,J=this;this._readyState="opening",this.skipReconnect=!1;let G=M0(Z,"open",function(){J.onopen(),$&&$()}),K=(Y)=>{if(J0("error"),this.cleanup(),this._readyState="closed",this.emitReserved("error",Y),$)$(Y);else this.maybeReconnectOnOpen()},Q=M0(Z,"error",K);if(this._timeout!==!1){let Y=this._timeout;J0("connect attempt will timeout after %d",Y);let X=this.setTimeoutFn(()=>{J0("connect attempt timed out after %d",Y),G(),K(new Error("timeout")),Z.close()},Y);if(this.opts.autoUnref)X.unref();this.subs.push(()=>{this.clearTimeoutFn(X)})}return this.subs.push(G),this.subs.push(Q),this}connect($){return this.open($)}onopen(){J0("open"),this.cleanup(),this._readyState="open",this.emitReserved("open");let $=this.engine;this.subs.push(M0($,"ping",this.onping.bind(this)),M0($,"data",this.ondata.bind(this)),M0($,"error",this.onerror.bind(this)),M0($,"close",this.onclose.bind(this)),M0(this.decoder,"decoded",this.ondecoded.bind(this)))}onping(){this.emitReserved("ping")}ondata($){try{this.decoder.add($)}catch(Z){this.onclose("parse error",Z)}}ondecoded($){G$(()=>{this.emitReserved("packet",$)},this.setTimeoutFn)}onerror($){J0("error",$),this.emitReserved("error",$)}socket($,Z){let J=this.nsps[$];if(!J)J=new c1(this,$,Z),this.nsps[$]=J;else if(this._autoConnect&&!J.active)J.connect();return J}_destroy($){let Z=Object.keys(this.nsps);for(let J of Z)if(this.nsps[J].active){J0("socket %s is still active, skipping close",J);return}this._close()}_packet($){J0("writing packet %j",$);let Z=this.encoder.encode($);for(let J=0;J<Z.length;J++)this.engine.write(Z[J],$.options)}cleanup(){J0("cleanup"),this.subs.forEach(($)=>$()),this.subs.length=0,this.decoder.destroy()}_close(){J0("disconnect"),this.skipReconnect=!0,this._reconnecting=!1,this.onclose("forced close")}disconnect(){return this._close()}onclose($,Z){var J;if(J0("closed due to %s",$),this.cleanup(),(J=this.engine)===null||J===void 0||J.close(),this.backoff.reset(),this._readyState="closed",this.emitReserved("close",$,Z),this._reconnection&&!this.skipReconnect)this.reconnect()}reconnect(){if(this._reconnecting||this.skipReconnect)return this;let $=this;if(this.backoff.attempts>=this._reconnectionAttempts)J0("reconnect failed"),this.backoff.reset(),this.emitReserved("reconnect_failed"),this._reconnecting=!1;else{let Z=this.backoff.duration();J0("will wait %dms before reconnect attempt",Z),this._reconnecting=!0;let J=this.setTimeoutFn(()=>{if($.skipReconnect)return;if(J0("attempting reconnect"),this.emitReserved("reconnect_attempt",$.backoff.attempts),$.skipReconnect)return;$.open((G)=>{if(G)J0("reconnect attempt error"),$._reconnecting=!1,$.reconnect(),this.emitReserved("reconnect_error",G);else J0("reconnect success"),$.onreconnect()})},Z);if(this.opts.autoUnref)J.unref();this.subs.push(()=>{this.clearTimeoutFn(J)})}}onreconnect(){let $=this.backoff.attempts;this._reconnecting=!1,this.backoff.reset(),this.emitReserved("reconnect",$)}}var J4=_(E0()),Z4=J4.default("socket.io-client"),n1={};function m5($,Z){if(typeof $==="object")Z=$,$=void 0;Z=Z||{};let J=mZ($,Z.path||"/socket.io"),G=J.source,K=J.id,Q=J.path,Y=n1[K]&&Q in n1[K].nsps,X=Z.forceNew||Z["force new connection"]||Z.multiplex===!1||Y,V;if(X)Z4("ignoring socket cache for %s",G),V=new d1(G,Z);else{if(!n1[K])Z4("new io instance for %s",G),n1[K]=new d1(G,Z);V=n1[K]}if(J.query&&!Z.query)Z.query=J.queryKey;return V.socket(J.path,Z)}Object.assign(m5,{Manager:d1,Socket:c1,io:m5,connect:m5});var G4=require("react");var PY=G4.createContext(null),K4=PY;var Q4=require("react");var wY=Q4.createContext(null),u5=wY;var DY=({card:$,data:Z,children:J,useSocketioSupport:G=!1,useCentrifugeSupport:K=!1,useMittSupport:Q=!1,centrifugeChannel:Y=void 0,methods:X=void 0})=>{let V=f9(),z=x0.useRef(X);if(x0.useEffect(()=>{z.current=X},[X]),V)console.log("[PieCard] Rendering card:",$),console.log("[PieCard] Card data:",Z),console.log("[PieCard] Component name:",Z?.name),console.log("[PieCard] Real-time support:",{socketio:G,centrifuge:K,mitt:Q,centrifugeChannel:Y}),console.log("[PieCard] Methods:",X?Object.keys(X):"none"),console.log("[PieCard] Has children:",!!J);let H=x0.useContext(K4),A=x0.useContext(e9),W=x0.useContext(u5);if(x0.useEffect(()=>{if(!H||!G||!z.current||!Z.name){if(V&&G)console.log("[PieCard] Socket.IO setup skipped:",{hasSocket:!!H,useSocketioSupport:G,hasMethods:!!z.current,hasDataName:!!Z?.name});return}let q=Object.keys(z.current??{});return q.forEach((F)=>{let U=`pie${F}_${Z.name}`;if(V)console.log(`[PieCard] Socket.IO registering event: ${U}`);H.on(U,(R)=>{z.current?.[F]?.(R)})}),()=>{q.forEach((F)=>{let U=`pie${F}_${Z.name}`;if(V)console.log(`[PieCard] Socket.IO unregistering event: ${U}`);H.off(U)})}},[H,Z.name,G]),x0.useEffect(()=>{if(!A||!K||!Y||!Z.name){if(V&&K)console.log("[PieCard] Centrifuge setup skipped:",{hasCentrifuge:!!A,useCentrifugeSupport:K,hasCentrifugeChannel:!!Y,hasMethods:!!z.current,hasDataName:!!Z?.name});return}let F=Object.keys(z.current??{}).map((U)=>{let R=`pie${U}_${Z.name}_${Y}`;if(V)console.log(`[PieCard] Centrifuge subscribing to channel: ${R}`);let I=A.newSubscription(R);return I.on("publication",(N)=>{if(V)console.log(`[PieCard] Centrifuge received data on ${R}:`,N.data);z.current?.[U]?.(N.data)}),I.subscribe(),I});return()=>{F.forEach((U)=>{if(V)console.log("[PieCard] Centrifuge unsubscribing from channel");U.unsubscribe(),A.removeSubscription(U)})}},[A,Y,Z.name,K]),x0.useEffect(()=>{if(!W||!Q||!Z.name){if(V&&Q)console.log("[PieCard] Mitt setup skipped:",{hasMitt:!!W,useMittSupport:Q,hasMethods:!!z.current,hasDataName:!!Z?.name});return}let q=Object.keys(z.current??{}),F={};return q.forEach((U)=>{let R=`pie${U}_${Z.name}`,I=(N)=>{if(V)console.log(`[PieCard] Mitt registering event: ${R}`);z.current?.[U]?.(N)};F[R]=I,W.on(R,I)}),()=>{Object.entries(F).forEach(([U,R])=>{if(V)console.log(`[PieCard] Mitt unregistering event: ${U}`);W.off(U,R)})}},[W,Z.name,Q]),V)console.log("[PieCard] Rendering complete, returning children");return J},X0=DY;var Y4=require("react"),A8=new Map;function X4($,Z){return Y4.lazy(()=>{if(A8.has(Z))return A8.get(Z);let J=$().then((G)=>G);return A8.set(Z,J),J})}var V4=new Map,jY=($)=>{if(!$.name)throw new Error("Component registration requires a name");if(!$.component&&!$.loader)throw new Error(`Component "${$.name}" requires component or loader`);let Z={name:$.name,component:$.component,loader:$.loader,metadata:$.metadata,fallback:$.fallback,isLazy:!1};if(!Z.component&&Z.loader)Z.component=X4(Z.loader,$.name),Z.loader=void 0,Z.isLazy=!0;return Z};function V0($){let Z=jY($);return V4.set(Z.name,Z),Z.component}var l5=($)=>{return V4.get($)};var U1=require("react");var z4=require("react"),p5=require("react/jsx-runtime"),TY=z4.createContext(p5.jsx(p5.Fragment,{})),M$=TY;var i5=require("react/jsx-runtime");function EY({uiConfig:$,setUiAjaxConfiguration:Z}){let J=U1.useContext(M$),G=M1();if(G)console.log("[UI] Rendering component:",$.card),console.log("[UI] Component data:",$.data),console.log("[UI] Component content:",$.content),console.log("[UI] Has setUiAjaxConfiguration:",!!Z);let K=l5($.card);if(!K?.component){if(G)console.warn(`[UI] Component not found in registry: ${$.card}`),console.log("[UI] Returning fallback component");return J}if(G)console.log("[UI] Found component in registry:",{name:K.name,isLazy:K.isLazy,hasMetadata:!!K.metadata});let Q=K.component,Y=i5.jsx(Q,{data:$.data,content:$.content,setUiAjaxConfiguration:Z});if(K.isLazy){if(G)console.log("[UI] Rendering lazy component with Suspense:",K.name);return i5.jsx(U1.Suspense,{fallback:K.fallback?i5.jsx(K.fallback,{}):J,children:Y},`${K.name}`)}if(G)console.log("[UI] Rendering component directly:",K.name);return Y}var d0=U1.memo(EY);var c5=require("react");var H4=require("react"),SY=H4.createContext(null),n0=SY;var r1=require("react/jsx-runtime");function U4({uiConfig:$,setUiAjaxConfiguration:Z}){let J=c5.useContext(M$),G=M1();if(G)console.log("[UILoading] Rendering fallback for:",$.card),console.log("[UILoading] Component data:",$.data),console.log("[UILoading] Component content:",$.content),console.log("[UILoading] Has setUiAjaxConfiguration:",!!Z);let K=l5($.card);if(!K?.component){if(G)console.warn(`[UILoading] Component not found in registry: ${$.card}`),console.log("[UILoading] Returning fallback component");return J}if(G)console.log("[UILoading] Found component in registry:",{name:K.name,isLazy:K.isLazy,hasMetadata:!!K.metadata,hasFallback:!!K.fallback});if(K.fallback){if(G)console.log("[UILoading] Rendering fallback for:",K.name);let X=K.fallback;return r1.jsx(X,{})}if(G)console.log("[UILoading] No fallback, rendering full component:",K.name);let Q=K.component,Y=r1.jsx(n0.Provider,{value:U4,children:r1.jsx(Q,{data:$.data,content:$.content,setUiAjaxConfiguration:Z})});if(K.isLazy)return r1.jsx(c5.Suspense,{fallback:J,children:Y},`${K.name}`);return Y}var A4=U4;var F4=require("react");var d5=require("react/jsx-runtime"),vY=({data:$,content:Z,setUiAjaxConfiguration:J})=>{let{name:G,sx:K}=$,Q=F4.useContext(n0)??d0;return d5.jsx(X0,{card:G,data:$,children:d5.jsx("div",{style:K,id:G,children:Z.map((Y,X)=>{return d5.jsx(Q,{uiConfig:Y,setUiAjaxConfiguration:J},`children-${X}`)})})})},W4=vY;var O4=V0({name:"SequenceCard",component:W4,metadata:{author:"PieData",description:"Simple div with styles joining few components"}});var R4=require("react");var F8=require("react/jsx-runtime"),yY=({data:$,content:Z,setUiAjaxConfiguration:J})=>{let{name:G}=$,K=R4.useContext(n0)??d0;return F8.jsx(X0,{card:G,data:$,children:Z.map((Q,Y)=>{return F8.jsx(K,{uiConfig:Q,setUiAjaxConfiguration:J},`children-${Y}`)})})},q4=yY;var B4=V0({name:"UnionCard",component:q4,metadata:{author:"PieData",description:"Renders one of many components"}});var F6=require("react");var A9=_(U9()),a$=_(U9()),XG=A9.default.default||A9.default;var j0=require("react");function pz(){let $=new AudioContext,Z=$.createOscillator(),J=Z.connect($.createMediaStreamDestination());Z.start();let G=J.stream.getAudioTracks()[0];return G.enabled=!1,G}function F9($=null,Z){let[J,G]=j0.useState(!1),K=j0.useRef(null),Q=j0.useRef(null),Y=j0.useRef(null),X=j0.useCallback(async(A,W=!0)=>{if(K.current)V();let q=new RTCPeerConnection;if(q.onconnectionstatechange=()=>{if(q.connectionState==="connected")G(!0);else if(["disconnected","failed","closed"].includes(q.connectionState))G(!1)},q.ontrack=(B)=>{if($)$.srcObject=B.streams[0]},W){let B=await navigator.mediaDevices.getUserMedia({audio:!0});q.addTrack(B.getTracks()[0],B)}else{let B=pz();q.addTrack(B)}let F=q.createDataChannel("oai-events");Q.current=F,Y.current=new Promise((B)=>{F.addEventListener("open",()=>{B()})});let U=await q.createOffer();await q.setLocalDescription(U);let O=await(await fetch(`${"https://api.openai.com/v1/realtime/calls"}?model=${"gpt-realtime"}`,{method:"POST",body:U.sdp,headers:{Authorization:`Bearer ${A}`,"Content-Type":"application/sdp"}})).text();await q.setRemoteDescription({type:"answer",sdp:O}),K.current=q,await Y.current},[$]),V=j0.useCallback(()=>{let A=Q.current;if(A)A.close();K.current?.getSenders()?.forEach((W)=>W.track?.stop()),K.current?.close(),G(!1),K.current=null,Q.current=null,Y.current=null},[$]),z=j0.useCallback((A)=>{let W=Q.current;if(!W){console.error("Data channel is not ready",A);return}let q=new Date().toLocaleTimeString();if(A.event_id=A.event_id||crypto.randomUUID(),W.send(JSON.stringify(A)),!A.timestamp)A.timestamp=q;Z?.(A)},[Z,$]),H=j0.useCallback((A)=>{if(!Q.current){console.error("Data channel is not ready");return}let q=()=>{z({type:"conversation.item.create",item:{type:"message",role:"user",content:[{type:"input_text",text:A}]}}),z({type:"response.create"})};if(Y.current)Y.current.then(q);else q()},[Z,$]);return j0.useEffect(()=>{let A=Q.current;if(!A)return;let W=(q)=>{let F=JSON.parse(q.data);if(!F.timestamp)F.timestamp=new Date().toLocaleTimeString();Z?.(F)};return A.addEventListener("message",W),()=>{A.removeEventListener("message",W)}},[Z,$]),{isSessionActive:J,startSession:X,stopSession:V,sendTextMessage:H}}var zG=require("react/jsx-runtime"),iz=({data:$})=>{let{html:Z,useSocketioSupport:J,useCentrifugeSupport:G,useMittSupport:K,centrifugeChannel:Q}=$,[Y,X]=F6.useState(Z),{isSessionActive:V,startSession:z,sendTextMessage:H}=F9(null,(F)=>{if(console.log(F.type,F.type==="response.output_text.delta"&&F.delta),F.type==="response.output_text.delta"&&F.delta)X((U)=>U+F.delta)});return F6.useEffect(()=>{X(Z)},[Z]),zG.jsx(X0,{card:"HTMLEmbedCard",data:$,methods:{update:(F)=>{X(F.value)},generateUsingAI:async(F)=>{try{if(!V&&F.token)await z(F.token,!1);H(F.prompt)}catch(U){console.error("Failed to generate using AI",U)}},initializeAI:async(F)=>{if(!V&&F.token)await z(F.token,!1)}},useCentrifugeSupport:G,useSocketioSupport:J,useMittSupport:K,centrifugeChannel:Q,children:XG(Y)})},VG=iz;var HG=V0({name:"HTMLEmbedCard",component:VG,metadata:{author:"PieData"}});var W6=require("react");var W9=require("react/jsx-runtime"),cz=({data:$})=>{let{name:Z,value:J,useSocketioSupport:G,useCentrifugeSupport:K,useMittSupport:Q,centrifugeChannel:Y}=$,[X,V]=W6.useState(J);return W6.useEffect(()=>{V(J)},[J]),W9.jsx(X0,{card:"HiddenCard",data:$,useSocketioSupport:G,useCentrifugeSupport:K,useMittSupport:Q,centrifugeChannel:Y,methods:{update:({value:z})=>{V(z)}},children:W9.jsx("input",{type:"hidden",id:Z,name:Z,value:X})})},UG=cz;var AG=V0({name:"HiddenCard",component:UG,metadata:{author:"PieData"}});var Y5=require("react");var FG=require("react"),dz=FG.createContext(void 0),L1=dz;var O6=require("react/jsx-runtime"),nz=({data:$})=>{let{url:Z}=$,J=Y5.useContext(L1),G=Y5.useContext(M$);return Y5.useEffect(()=>{if(/^[a-zA-Z][a-zA-Z\d+\-.]*:\/\//.test(Z))window.location.href=Z;else J?.(Z)},[Z,J]),O6.jsx(O6.Fragment,{children:G})},WG=nz;var OG=V0({name:"AutoRedirectCard",component:WG,metadata:{author:"PieData"}});var BG=require("react"),W$=_(require("react")),L6=require("react"),R6=_(require("react")),q6=_(require("react"));function RG($){var Z,J,G="";if(typeof $=="string"||typeof $=="number")G+=$;else if(typeof $=="object")if(Array.isArray($)){var K=$.length;for(Z=0;Z<K;Z++)$[Z]&&(J=RG($[Z]))&&(G&&(G+=" "),G+=J)}else for(J in $)$[J]&&(G&&(G+=" "),G+=J);return G}function rz(){for(var $,Z,J=0,G="",K=arguments.length;J<K;J++)($=arguments[J])&&(Z=RG($))&&(G&&(G+=" "),G+=Z);return G}var e0=rz;var $$=_(require("react")),M6=require("react"),y$=require("react"),P6=require("react");var A$=_(require("react")),O0=_(require("react"));function az($){if(!$||typeof document=="undefined")return;let Z=document.head||document.getElementsByTagName("head")[0],J=document.createElement("style");J.type="text/css",Z.firstChild?Z.insertBefore(J,Z.firstChild):Z.appendChild(J),J.styleSheet?J.styleSheet.cssText=$:J.appendChild(document.createTextNode($))}az(":root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:\"\";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:\"\";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}\n");var V5=($)=>typeof $=="number"&&!isNaN($),o$=($)=>typeof $=="string",F$=($)=>typeof $=="function",oz=($)=>o$($)||V5($),O9=($)=>o$($)||F$($)?$:null,sz=($,Z)=>$===!1||V5($)&&$>0?$:Z,R9=($)=>BG.isValidElement($)||o$($)||F$($)||V5($);function tz($,Z,J=300){let{scrollHeight:G,style:K}=$;requestAnimationFrame(()=>{K.minHeight="initial",K.height=G+"px",K.transition=`all ${J}ms`,requestAnimationFrame(()=>{K.height="0",K.padding="0",K.margin="0",setTimeout(Z,J)})})}function B6({enter:$,exit:Z,appendPosition:J=!1,collapse:G=!0,collapseDuration:K=300}){return function({children:Q,position:Y,preventExitTransition:X,done:V,nodeRef:z,isIn:H,playToast:A}){let W=J?`${$}--${Y}`:$,q=J?`${Z}--${Y}`:Z,F=W$.useRef(0);return W$.useLayoutEffect(()=>{let U=z.current,R=W.split(" "),I=(N)=>{N.target===z.current&&(A(),U.removeEventListener("animationend",I),U.removeEventListener("animationcancel",I),F.current===0&&N.type!=="animationcancel"&&U.classList.remove(...R))};(()=>{U.classList.add(...R),U.addEventListener("animationend",I),U.addEventListener("animationcancel",I)})()},[]),W$.useEffect(()=>{let U=z.current,R=()=>{U.removeEventListener("animationend",R),G?tz(U,V,K):V()};H||(X?R():(()=>{F.current=1,U.className+=` ${q}`,U.addEventListener("animationend",R)})())},[H]),W$.default.createElement(W$.default.Fragment,null,Q)}}function qG($,Z){return{content:LG($.content,$.props),containerId:$.props.containerId,id:$.props.toastId,theme:$.props.theme,type:$.props.type,data:$.props.data||{},isLoading:$.props.isLoading,icon:$.props.icon,reason:$.removalReason,status:Z}}function LG($,Z,J=!1){return L6.isValidElement($)&&!o$($.type)?L6.cloneElement($,{closeToast:Z.closeToast,toastProps:Z,data:Z.data,isPaused:J}):F$($)?$({closeToast:Z.closeToast,toastProps:Z,data:Z.data,isPaused:J}):$}function ez({closeToast:$,theme:Z,ariaLabel:J="close"}){return R6.default.createElement("button",{className:`Toastify__close-button Toastify__close-button--${Z}`,type:"button",onClick:(G)=>{G.stopPropagation(),$(!0)},"aria-label":J},R6.default.createElement("svg",{"aria-hidden":"true",viewBox:"0 0 14 16"},R6.default.createElement("path",{fillRule:"evenodd",d:"M7.71 8.23l3.75 3.75-1.48 1.48-3.75-3.75-3.75 3.75L1 11.98l3.75-3.75L1 4.48 2.48 3l3.75 3.75L9.98 3l1.48 1.48-3.75 3.75z"})))}function $H({delay:$,isRunning:Z,closeToast:J,type:G="default",hide:K,className:Q,controlledProgress:Y,progress:X,rtl:V,isIn:z,theme:H}){let A=K||Y&&X===0,W={animationDuration:`${$}ms`,animationPlayState:Z?"running":"paused"};Y&&(W.transform=`scaleX(${X})`);let q=e0("Toastify__progress-bar",Y?"Toastify__progress-bar--controlled":"Toastify__progress-bar--animated",`Toastify__progress-bar-theme--${H}`,`Toastify__progress-bar--${G}`,{["Toastify__progress-bar--rtl"]:V}),F=F$(Q)?Q({rtl:V,type:G,defaultClassName:q}):e0(q,Q),U={[Y&&X>=1?"onTransitionEnd":"onAnimationEnd"]:Y&&X<1?null:()=>{z&&J()}};return q6.default.createElement("div",{className:"Toastify__progress-bar--wrp","data-hidden":A},q6.default.createElement("div",{className:`Toastify__progress-bar--bg Toastify__progress-bar-theme--${H} Toastify__progress-bar--${G}`}),q6.default.createElement("div",{role:"progressbar","aria-hidden":A?"true":"false","aria-label":"notification timer",className:F,style:W,...U}))}var ZH=1,NG=()=>`${ZH++}`;function JH($,Z,J){let G=1,K=0,Q=[],Y=[],X=Z,V=new Map,z=new Set,H=(N)=>(z.add(N),()=>z.delete(N)),A=()=>{Y=Array.from(V.values()),z.forEach((N)=>N())},W=({containerId:N,toastId:O,updateId:B})=>{let E=N?N!==$:$!==1,C=V.has(O)&&B==null;return E||C},q=(N,O)=>{V.forEach((B)=>{var E;(O==null||O===B.props.toastId)&&((E=B.toggle)==null||E.call(B,N))})},F=(N)=>{var O,B;(B=(O=N.props)==null?void 0:O.onClose)==null||B.call(O,N.removalReason),N.isActive=!1},U=(N)=>{if(N==null)V.forEach(F);else{let O=V.get(N);O&&F(O)}A()},R=()=>{K-=Q.length,Q=[]},I=(N)=>{var O,B;let{toastId:E,updateId:C}=N.props,j=C==null;N.staleId&&V.delete(N.staleId),N.isActive=!0,V.set(E,N),A(),J(qG(N,j?"added":"updated")),j&&((B=(O=N.props).onOpen)==null||B.call(O))};return{id:$,props:X,observe:H,toggle:q,removeToast:U,toasts:V,clearQueue:R,buildToast:(N,O)=>{if(W(O))return;let{toastId:B,updateId:E,data:C,staleId:j,delay:f}=O,c=E==null;c&&K++;let N0={...X,style:X.toastStyle,key:G++,...Object.fromEntries(Object.entries(O).filter(([l0,K0])=>K0!=null)),toastId:B,updateId:E,data:C,isIn:!1,className:O9(O.className||X.toastClassName),progressClassName:O9(O.progressClassName||X.progressClassName),autoClose:O.isLoading?!1:sz(O.autoClose,X.autoClose),closeToast(l0){V.get(B).removalReason=l0,U(B)},deleteToast(){let l0=V.get(B);if(l0!=null){if(J(qG(l0,"removed")),V.delete(B),K--,K<0&&(K=0),Q.length>0){I(Q.shift());return}A()}}};N0.closeButton=X.closeButton,O.closeButton===!1||R9(O.closeButton)?N0.closeButton=O.closeButton:O.closeButton===!0&&(N0.closeButton=R9(X.closeButton)?X.closeButton:!0);let T0={content:N,props:N0,staleId:j};X.limit&&X.limit>0&&K>X.limit&&c?Q.push(T0):V5(f)?setTimeout(()=>{I(T0)},f):I(T0)},setProps(N){X=N},setToggle:(N,O)=>{let B=V.get(N);B&&(B.toggle=O)},isToastActive:(N)=>{var O;return(O=V.get(N))==null?void 0:O.isActive},getSnapshot:()=>Y}}var W0=new Map,X5=[],q9=new Set,GH=($)=>q9.forEach((Z)=>Z($)),IG=()=>W0.size>0;function KH(){X5.forEach(($)=>PG($.content,$.options)),X5=[]}var QH=($,{containerId:Z})=>{var J;return(J=W0.get(Z||1))==null?void 0:J.toasts.get($)};function MG($,Z){var J;if(Z)return!!((J=W0.get(Z))!=null&&J.isToastActive($));let G=!1;return W0.forEach((K)=>{K.isToastActive($)&&(G=!0)}),G}function YH($){if(!IG()){X5=X5.filter((Z)=>$!=null&&Z.options.toastId!==$);return}if($==null||oz($))W0.forEach((Z)=>{Z.removeToast($)});else if($&&(("containerId"in $)||("id"in $))){let Z=W0.get($.containerId);Z?Z.removeToast($.id):W0.forEach((J)=>{J.removeToast($.id)})}}var XH=($={})=>{W0.forEach((Z)=>{Z.props.limit&&(!$.containerId||Z.id===$.containerId)&&Z.clearQueue()})};function PG($,Z){R9($)&&(IG()||X5.push({content:$,options:Z}),W0.forEach((J)=>{J.buildToast($,Z)}))}function VH($){var Z;(Z=W0.get($.containerId||1))==null||Z.setToggle($.id,$.fn)}function wG($,Z){W0.forEach((J)=>{(Z==null||!(Z!=null&&Z.containerId)||(Z==null?void 0:Z.containerId)===J.id)&&J.toggle($,Z==null?void 0:Z.id)})}function zH($){let Z=$.containerId||1;return{subscribe(J){let G=JH(Z,$,GH);W0.set(Z,G);let K=G.observe(J);return KH(),()=>{K(),W0.delete(Z)}},setProps(J){var G;(G=W0.get(Z))==null||G.setProps(J)},getSnapshot(){var J;return(J=W0.get(Z))==null?void 0:J.getSnapshot()}}}function HH($){return q9.add($),()=>{q9.delete($)}}function UH($){return $&&(o$($.toastId)||V5($.toastId))?$.toastId:NG()}function z5($,Z){return PG($,Z),Z.toastId}function N6($,Z){return{...Z,type:Z&&Z.type||$,toastId:UH(Z)}}function I6($){return(Z,J)=>z5(Z,N6($,J))}function g($,Z){return z5($,N6("default",Z))}g.loading=($,Z)=>z5($,N6("default",{isLoading:!0,autoClose:!1,closeOnClick:!1,closeButton:!1,draggable:!1,...Z}));function AH($,{pending:Z,error:J,success:G},K){let Q;Z&&(Q=o$(Z)?g.loading(Z,K):g.loading(Z.render,{...K,...Z}));let Y={isLoading:null,autoClose:null,closeOnClick:null,closeButton:null,draggable:null},X=(z,H,A)=>{if(H==null){g.dismiss(Q);return}let W={type:z,...Y,...K,data:A},q=o$(H)?{render:H}:H;return Q?g.update(Q,{...W,...q}):g(q.render,{...W,...q}),A},V=F$($)?$():$;return V.then((z)=>X("success",G,z)).catch((z)=>X("error",J,z)),V}g.promise=AH;g.success=I6("success");g.info=I6("info");g.error=I6("error");g.warning=I6("warning");g.warn=g.warning;g.dark=($,Z)=>z5($,N6("default",{theme:"dark",...Z}));function FH($){YH($)}g.dismiss=FH;g.clearWaitingQueue=XH;g.isActive=MG;g.update=($,Z={})=>{let J=QH($,Z);if(J){let{props:G,content:K}=J,Q={delay:100,...G,...Z,toastId:Z.toastId||$,updateId:NG()};Q.toastId!==$&&(Q.staleId=$);let Y=Q.render||K;delete Q.render,z5(Y,Q)}};g.done=($)=>{g.update($,{progress:1})};g.onChange=HH;g.play=($)=>wG(!0,$);g.pause=($)=>wG(!1,$);function WH($){var Z;let{subscribe:J,getSnapshot:G,setProps:K}=M6.useRef(zH($)).current;K($);let Q=(Z=M6.useSyncExternalStore(J,G,G))==null?void 0:Z.slice();function Y(X){if(!Q)return[];let V=new Map;return $.newestOnTop&&Q.reverse(),Q.forEach((z)=>{let{position:H}=z.props;V.has(H)||V.set(H,[]),V.get(H).push(z)}),Array.from(V,(z)=>X(z[0],z[1]))}return{getToastToRender:Y,isToastActive:MG,count:Q==null?void 0:Q.length}}function OH($){let[Z,J]=y$.useState(!1),[G,K]=y$.useState(!1),Q=y$.useRef(null),Y=y$.useRef({start:0,delta:0,removalDistance:0,canCloseOnClick:!0,canDrag:!1,didMove:!1}).current,{autoClose:X,pauseOnHover:V,closeToast:z,onClick:H,closeOnClick:A}=$;VH({id:$.toastId,containerId:$.containerId,fn:J}),y$.useEffect(()=>{if($.pauseOnFocusLoss)return W(),()=>{q()}},[$.pauseOnFocusLoss]);function W(){document.hasFocus()||I(),window.addEventListener("focus",R),window.addEventListener("blur",I)}function q(){window.removeEventListener("focus",R),window.removeEventListener("blur",I)}function F(j){if($.draggable===!0||$.draggable===j.pointerType){N();let f=Q.current;Y.canCloseOnClick=!0,Y.canDrag=!0,f.style.transition="none",$.draggableDirection==="x"?(Y.start=j.clientX,Y.removalDistance=f.offsetWidth*($.draggablePercent/100)):(Y.start=j.clientY,Y.removalDistance=f.offsetHeight*($.draggablePercent===80?$.draggablePercent*1.5:$.draggablePercent)/100)}}function U(j){let{top:f,bottom:c,left:N0,right:T0}=Q.current.getBoundingClientRect();j.nativeEvent.type!=="touchend"&&$.pauseOnHover&&j.clientX>=N0&&j.clientX<=T0&&j.clientY>=f&&j.clientY<=c?I():R()}function R(){J(!0)}function I(){J(!1)}function N(){Y.didMove=!1,document.addEventListener("pointermove",B),document.addEventListener("pointerup",E)}function O(){document.removeEventListener("pointermove",B),document.removeEventListener("pointerup",E)}function B(j){let f=Q.current;if(Y.canDrag&&f){Y.didMove=!0,Z&&I(),$.draggableDirection==="x"?Y.delta=j.clientX-Y.start:Y.delta=j.clientY-Y.start,Y.start!==j.clientX&&(Y.canCloseOnClick=!1);let c=$.draggableDirection==="x"?`${Y.delta}px, var(--y)`:`0, calc(${Y.delta}px + var(--y))`;f.style.transform=`translate3d(${c},0)`,f.style.opacity=`${1-Math.abs(Y.delta/Y.removalDistance)}`}}function E(){O();let j=Q.current;if(Y.canDrag&&Y.didMove&&j){if(Y.canDrag=!1,Math.abs(Y.delta)>Y.removalDistance){K(!0),$.closeToast(!0),$.collapseAll();return}j.style.transition="transform 0.2s, opacity 0.2s",j.style.removeProperty("transform"),j.style.removeProperty("opacity")}}let C={onPointerDown:F,onPointerUp:U};return X&&V&&(C.onMouseEnter=I,$.stacked||(C.onMouseLeave=R)),A&&(C.onClick=(j)=>{H&&H(j),Y.canCloseOnClick&&z(!0)}),{playToast:R,pauseToast:I,isRunning:Z,preventExitTransition:G,toastRef:Q,eventHandlers:C}}var RH=typeof window!="undefined"?P6.useLayoutEffect:P6.useEffect,w6=({theme:$,type:Z,isLoading:J,...G})=>O0.default.createElement("svg",{viewBox:"0 0 24 24",width:"100%",height:"100%",fill:$==="colored"?"currentColor":`var(--toastify-icon-color-${Z})`,...G});function qH($){return O0.default.createElement(w6,{...$},O0.default.createElement("path",{d:"M23.32 17.191L15.438 2.184C14.728.833 13.416 0 11.996 0c-1.42 0-2.733.833-3.443 2.184L.533 17.448a4.744 4.744 0 000 4.368C1.243 23.167 2.555 24 3.975 24h16.05C22.22 24 24 22.044 24 19.632c0-.904-.251-1.746-.68-2.44zm-9.622 1.46c0 1.033-.724 1.823-1.698 1.823s-1.698-.79-1.698-1.822v-.043c0-1.028.724-1.822 1.698-1.822s1.698.79 1.698 1.822v.043zm.039-12.285l-.84 8.06c-.057.581-.408.943-.897.943-.49 0-.84-.367-.896-.942l-.84-8.065c-.057-.624.25-1.095.779-1.095h1.91c.528.005.84.476.784 1.1z"}))}function BH($){return O0.default.createElement(w6,{...$},O0.default.createElement("path",{d:"M12 0a12 12 0 1012 12A12.013 12.013 0 0012 0zm.25 5a1.5 1.5 0 11-1.5 1.5 1.5 1.5 0 011.5-1.5zm2.25 13.5h-4a1 1 0 010-2h.75a.25.25 0 00.25-.25v-4.5a.25.25 0 00-.25-.25h-.75a1 1 0 010-2h1a2 2 0 012 2v4.75a.25.25 0 00.25.25h.75a1 1 0 110 2z"}))}function LH($){return O0.default.createElement(w6,{...$},O0.default.createElement("path",{d:"M12 0a12 12 0 1012 12A12.014 12.014 0 0012 0zm6.927 8.2l-6.845 9.289a1.011 1.011 0 01-1.43.188l-4.888-3.908a1 1 0 111.25-1.562l4.076 3.261 6.227-8.451a1 1 0 111.61 1.183z"}))}function NH($){return O0.default.createElement(w6,{...$},O0.default.createElement("path",{d:"M11.983 0a12.206 12.206 0 00-8.51 3.653A11.8 11.8 0 000 12.207 11.779 11.779 0 0011.8 24h.214A12.111 12.111 0 0024 11.791 11.766 11.766 0 0011.983 0zM10.5 16.542a1.476 1.476 0 011.449-1.53h.027a1.527 1.527 0 011.523 1.47 1.475 1.475 0 01-1.449 1.53h-.027a1.529 1.529 0 01-1.523-1.47zM11 12.5v-6a1 1 0 012 0v6a1 1 0 11-2 0z"}))}function IH(){return O0.default.createElement("div",{className:"Toastify__spinner"})}var B9={info:BH,warning:qH,success:LH,error:NH,spinner:IH},MH=($)=>($ in B9);function PH({theme:$,type:Z,isLoading:J,icon:G}){let K=null,Q={theme:$,type:Z};return G===!1||(F$(G)?K=G({...Q,isLoading:J}):O0.isValidElement(G)?K=O0.cloneElement(G,Q):J?K=B9.spinner():MH(Z)&&(K=B9[Z](Q))),K}var wH=($)=>{let{isRunning:Z,preventExitTransition:J,toastRef:G,eventHandlers:K,playToast:Q}=OH($),{closeButton:Y,children:X,autoClose:V,onClick:z,type:H,hideProgressBar:A,closeToast:W,transition:q,position:F,className:U,style:R,progressClassName:I,updateId:N,role:O,progress:B,rtl:E,toastId:C,deleteToast:j,isIn:f,isLoading:c,closeOnClick:N0,theme:T0,ariaLabel:l0}=$,K0=e0("Toastify__toast",`Toastify__toast-theme--${T0}`,`Toastify__toast--${H}`,{["Toastify__toast--rtl"]:E},{["Toastify__toast--close-on-click"]:N0}),s$=F$(U)?U({rtl:E,position:F,type:H,defaultClassName:K0}):e0(K0,U),f$=PH($),C$=!!B||!V,p0={closeToast:W,type:H,theme:T0},v0=null;return Y===!1||(F$(Y)?v0=Y(p0):A$.isValidElement(Y)?v0=A$.cloneElement(Y,p0):v0=ez(p0)),A$.default.createElement(q,{isIn:f,done:j,position:F,preventExitTransition:J,nodeRef:G,playToast:Q},A$.default.createElement("div",{id:C,tabIndex:0,onClick:z,"data-in":f,className:s$,...K,style:R,ref:G,...f&&{role:O,"aria-label":l0}},f$!=null&&A$.default.createElement("div",{className:e0("Toastify__toast-icon",{["Toastify--animate-icon Toastify__zoom-enter"]:!c})},f$),LG(X,$,!Z),v0,!$.customProgressBar&&A$.default.createElement($H,{...N&&!C$?{key:`p-${N}`}:{},rtl:E,theme:T0,delay:V,isRunning:Z,isIn:f,closeToast:W,hide:A,type:H,className:I,controlledProgress:C$,progress:B||0})))},D6=($,Z=!1)=>({enter:`Toastify--animate Toastify__${$}-enter`,exit:`Toastify--animate Toastify__${$}-exit`,appendPosition:Z}),L9=B6(D6("bounce",!0)),DG=B6(D6("slide",!0)),jG=B6(D6("zoom")),TG=B6(D6("flip")),DH={position:"top-right",transition:L9,autoClose:5000,closeButton:!0,pauseOnHover:!0,pauseOnFocusLoss:!0,draggable:"touch",draggablePercent:80,draggableDirection:"x",role:"alert",theme:"light","aria-label":"Notifications Alt+T",hotKeys:($)=>$.altKey&&$.code==="KeyT"};function EG($){let Z={...DH,...$},J=$.stacked,[G,K]=$$.useState(!0),Q=$$.useRef(null),{getToastToRender:Y,isToastActive:X,count:V}=WH(Z),{className:z,style:H,rtl:A,containerId:W,hotKeys:q}=Z;function F(R){let I=e0("Toastify__toast-container",`Toastify__toast-container--${R}`,{["Toastify__toast-container--rtl"]:A});return F$(z)?z({position:R,rtl:A,defaultClassName:I}):e0(I,O9(z))}function U(){J&&(K(!0),g.play())}return RH(()=>{var R;if(J){let I=Q.current.querySelectorAll('[data-in="true"]'),N=12,O=(R=Z.position)==null?void 0:R.includes("top"),B=0,E=0;Array.from(I).reverse().forEach((C,j)=>{let f=C;f.classList.add("Toastify__toast--stacked"),j>0&&(f.dataset.collapsed=`${G}`),f.dataset.pos||(f.dataset.pos=O?"top":"bot");let c=B*(G?0.2:1)+(G?0:N*j);f.style.setProperty("--y",`${O?c:c*-1}px`),f.style.setProperty("--g",`${N}`),f.style.setProperty("--s",`${1-(G?E:0)}`),B+=f.offsetHeight,E+=0.025})}},[G,V,J]),$$.useEffect(()=>{function R(I){var N;let O=Q.current;q(I)&&((N=O.querySelector('[tabIndex="0"]'))==null||N.focus(),K(!1),g.pause()),I.key==="Escape"&&(document.activeElement===O||O!=null&&O.contains(document.activeElement))&&(K(!0),g.play())}return document.addEventListener("keydown",R),()=>{document.removeEventListener("keydown",R)}},[q]),$$.default.createElement("section",{ref:Q,className:"Toastify",id:W,onMouseEnter:()=>{J&&(K(!1),g.pause())},onMouseLeave:U,"aria-live":"polite","aria-atomic":"false","aria-relevant":"additions text","aria-label":Z["aria-label"]},Y((R,I)=>{let N=I.length?{...H}:{...H,pointerEvents:"none"};return $$.default.createElement("div",{tabIndex:-1,className:F(R),"data-stacked":J,style:N,key:`c-${R}`},I.map(({content:O,props:B})=>$$.default.createElement(wH,{...B,stacked:J,collapseAll:U,isIn:X(B.toastId,B.containerId),key:`t-${B.key}`},O)))}))}var SG=require("react");var N1=require("react/jsx-runtime"),jH=($)=>{if($==="bounce")return L9;else if($==="slide")return DG;else if($==="zoom")return jG;else if($==="flip")return TG},TH=({data:$})=>{let{useCentrifugeSupport:Z,useSocketioSupport:J,useMittSupport:G,centrifugeChannel:K}=$,Q=SG.useContext(L1);return N1.jsx(N1.Fragment,{children:N1.jsx(X0,{card:"IOEventsCard",data:$,useCentrifugeSupport:Z,useSocketioSupport:J,useMittSupport:G,centrifugeChannel:K,methods:{toast:(w)=>{let J$={...w,transition:jH(w.transition),position:w.position??"bottom-right",autoClose:w.autoClose??5000,style:{backgroundColor:"black",...w.sx}};g(w.message,J$)},notify:(w)=>{if(typeof window==="undefined"||!window.Notification){console.warn("[IOEventsCard] Notifications API is not available");return}let{title:J$,...D9}=w,j9=()=>{try{new window.Notification(J$,D9)}catch(T6){console.error("[IOEventsCard] Failed to show notification",T6)}},T9=window.Notification.permission;if(T9==="granted"){j9();return}if(T9==="denied"){console.warn("[IOEventsCard] Notification permission denied");return}window.Notification.requestPermission().then((T6)=>{if(T6==="granted")j9()})},log:(w)=>{console.log("Log event",w)},redirect:(w)=>{if(w.to){let J$=w.to;if(/^[a-zA-Z][a-zA-Z\d+\-.]*:\/\//.test(J$))window.location.href=J$;else Q?.(J$)}else window.location.reload()},tgShowPopup:(w)=>{window.Telegram.WebApp.showPopup(w)},tgShowAlert:(w)=>{window.Telegram.WebApp.showAlert(w.message)},tgShowConfirm:(w)=>{window.Telegram.WebApp.showConfirm(w.message)},tgOpenLink:(w)=>{window.Telegram.WebApp.openLink(w.url,{try_instant_view:w.try_instant_view})},tgOpenTelegramLink:(w)=>{window.Telegram.WebApp.openTelegramLink(w.url)},tgOpenInvoice:(w)=>{window.Telegram.WebApp.openInvoice(w.url)},tgShareToStory:(w)=>{window.Telegram.WebApp.shareToStory(w.media_url,w.params)},tgShareMessage:(w)=>{window.Telegram.WebApp.shareMessage(w.msg_id)},tgSetEmojiStatus:(w)=>{window.Telegram.WebApp.setEmojiStatus(w.custom_emoji_id)},tgRequestEmojiStatusAccess:()=>{window.Telegram.WebApp.requestEmojiStatusAccess()},tgDownloadFile:(w)=>{window.Telegram.WebApp.downloadFile(w)},tgRequestWriteAccess:()=>{window.Telegram.WebApp.requestWriteAccess()},tgRequestContact:()=>{window.Telegram.WebApp.requestContact()},tgRequestChat:(w)=>{window.Telegram.WebApp.requestChat(w.req_id)},tgReadTextFromClipboard:()=>{window.Telegram.WebApp.readTextFromClipboard()},tgShowScanQrPopup:(w)=>{window.Telegram.WebApp.showScanQrPopup({text:w.text})},tgCloseScanQrPopup:()=>{window.Telegram.WebApp.closeScanQrPopup()},tgSwitchInlineQuery:(w)=>{window.Telegram.WebApp.switchInlineQuery(w.query,w.choose_chat_types)},tgSetHeaderColor:(w)=>{window.Telegram.WebApp.setHeaderColor(w.color)},tgSetBackgroundColor:(w)=>{window.Telegram.WebApp.setBackgroundColor(w.color)},tgSetBottomBarColor:(w)=>{window.Telegram.WebApp.setBottomBarColor(w.color)},tgEnableClosingConfirmation:()=>{window.Telegram.WebApp.enableClosingConfirmation()},tgDisableClosingConfirmation:()=>{window.Telegram.WebApp.disableClosingConfirmation()},tgRequestFullscreen:()=>{window.Telegram.WebApp.requestFullscreen()},tgExitFullscreen:()=>{window.Telegram.WebApp.exitFullscreen()},tgExpand:()=>{window.Telegram.WebApp.expand()},tgClose:()=>{window.Telegram.WebApp.close()},tgAddToHomeScreen:()=>{window.Telegram.WebApp.addToHomeScreen()},tgHideKeyboard:()=>{window.Telegram.WebApp.hideKeyboard()},tgLockOrientation:()=>{window.Telegram.WebApp.lockOrientation()},tgUnlockOrientation:()=>{window.Telegram.WebApp.unlockOrientation()},tgEnableVerticalSwipes:()=>{window.Telegram.WebApp.enableVerticalSwipes()},tgDisableVerticalSwipes:()=>{window.Telegram.WebApp.disableVerticalSwipes()}},children:N1.jsx(EG,{})})})},vG=TH;var yG=V0({name:"IOEventsCard",component:vG,metadata:{author:"PieData"}});var R0=require("react");var N9=require("react/jsx-runtime"),EH=({data:$,content:Z})=>{let{useLoader:J,noReturn:G,returnType:K,useSocketioSupport:Q,useCentrifugeSupport:Y,useMittSupport:X,centrifugeChannel:V}=$,z=R0.useContext(M$),H=R0.useContext(n0)??d0,[A,W]=R0.useState(!1),[q,F]=R0.useState(null),U=R0.useRef(Z),R=R0.useContext(u5),I=R0.useCallback((B)=>{if(B===null)W(!0);else if(W(!1),!G)U.current=B;if(!G)F(B)},[G]),N=R0.useCallback((B)=>{U.current=B.content,F(B.content)},[]),O=R0.useCallback((B)=>{if(B===null)W(!0);else if(W(!1),!G)for(let E of B)R?.emit(E.name,E.data)},[G,R]);if(R0.useEffect(()=>{F(Z),W(!1)},[Z]),!q&&J)return z;return N9.jsx(X0,{card:"AjaxGroupCard",data:$,methods:{changeContent:N},useSocketioSupport:Q,useCentrifugeSupport:Y,useMittSupport:X,centrifugeChannel:V,children:N9.jsx(H,{uiConfig:q??U.current,setUiAjaxConfiguration:K==="events"?O:I})})},fG=EH;var CG=V0({name:"AjaxGroupCard",component:fG,metadata:{author:"PieData",description:"Group card with AJAX support"}});var I9=require("react");var j6=require("react/jsx-runtime"),SH=({data:$,content:Z,setUiAjaxConfiguration:J})=>{let{name:G,url:K,sx:Q}=$,Y=I9.useContext(L1),X=I9.useContext(n0)??d0;return j6.jsx(X0,{card:G,data:$,children:j6.jsx("div",{style:Q,id:G,onClick:(z)=>{if(K)if(z.stopPropagation(),/^[a-zA-Z][a-zA-Z\d+\-.]*:\/\//.test(K))window.location.href=K;else Y?.(K)},children:j6.jsx(X,{setUiAjaxConfiguration:J,uiConfig:Z})})})},_G=SH;var xG=V0({name:"BoxCard",component:_G,metadata:{author:"PieData",description:"Simple div with styles joining few components"}});
2
+ var _o=Object.create;var{getPrototypeOf:Fo,defineProperty:$,getOwnPropertyNames:ro,getOwnPropertyDescriptor:Go}=Object,io=Object.prototype.hasOwnProperty;var ao=(o,t,r)=>{r=o!=null?_o(Fo(o)):{};let n=t||!o||!o.__esModule?$(r,"default",{value:o,enumerable:!0}):r;for(let e of ro(o))if(!io.call(n,e))$(n,e,{get:()=>o[e],enumerable:!0});return n},eo=new WeakMap,Jo=(o)=>{var t=eo.get(o),r;if(t)return t;if(t=$({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function")ro(o).map((n)=>!io.call(t,n)&&$(t,n,{get:()=>o[n],enumerable:!(r=Go(o,n))||r.enumerable}));return eo.set(o,t),t};var Xo=(o,t)=>{for(var r in t)$(o,r,{get:t[r],enumerable:!0,configurable:!0,set:(n)=>t[r]=()=>n})};var Pt={};Xo(Pt,{UnionCard:()=>Ro,UILoading:()=>Po,UI:()=>h,SequenceCard:()=>ho,PieCard:()=>C,IOEventsCard:()=>Do,HiddenCard:()=>zo,HTMLEmbedCard:()=>Ao,BoxCard:()=>Zo,AutoRedirectCard:()=>Oo,AjaxGroupCard:()=>Bo});module.exports=Jo(Pt);var b=require("react");var D=require("react"),Qo=D.createContext(null),Yo=()=>{let o=D.useContext(Qo);if(!o)throw new Error("usePieConfig must be used within PieConfigProvider");return o};var M=()=>{let{enableRenderingLog:o}=Yo();return o},so=M;var mo=require("react"),Ko=require("centrifuge");var Vo=mo.createContext(null),co=Vo;var Wo=require("socket.io-client"),po=require("react");var jo=po.createContext(null),fo=jo;var vo=ao(require("mitt")),lo=require("react");var ot=lo.createContext(null),q=ot;var tt=({card:o,data:t,children:r,useSocketioSupport:n=!1,useCentrifugeSupport:e=!1,useMittSupport:s=!1,centrifugeChannel:a=void 0,methods:l=void 0})=>{let c=so(),m=b.useRef(l);if(b.useEffect(()=>{m.current=l},[l]),c)console.log("[PieCard] Rendering card:",o),console.log("[PieCard] Card data:",t),console.log("[PieCard] Component name:",t?.name),console.log("[PieCard] Real-time support:",{socketio:n,centrifuge:e,mitt:s,centrifugeChannel:a}),console.log("[PieCard] Methods:",l?Object.keys(l):"none"),console.log("[PieCard] Has children:",!!r);let P=b.useContext(fo),f=b.useContext(co),u=b.useContext(q);if(b.useEffect(()=>{if(!P||!n||!m.current||!t.name){if(c&&n)console.log("[PieCard] Socket.IO setup skipped:",{hasSocket:!!P,useSocketioSupport:n,hasMethods:!!m.current,hasDataName:!!t?.name});return}let p=Object.keys(m.current??{});return p.forEach((i)=>{let d=`pie${i}_${t.name}`;if(c)console.log(`[PieCard] Socket.IO registering event: ${d}`);P.on(d,(x)=>{m.current?.[i]?.(x)})}),()=>{p.forEach((i)=>{let d=`pie${i}_${t.name}`;if(c)console.log(`[PieCard] Socket.IO unregistering event: ${d}`);P.off(d)})}},[P,t.name,n]),b.useEffect(()=>{if(!f||!e||!a||!t.name){if(c&&e)console.log("[PieCard] Centrifuge setup skipped:",{hasCentrifuge:!!f,useCentrifugeSupport:e,hasCentrifugeChannel:!!a,hasMethods:!!m.current,hasDataName:!!t?.name});return}let i=Object.keys(m.current??{}).map((d)=>{let x=`pie${d}_${t.name}_${a}`;if(c)console.log(`[PieCard] Centrifuge subscribing to channel: ${x}`);let w=f.newSubscription(x);return w.on("publication",(E)=>{if(c)console.log(`[PieCard] Centrifuge received data on ${x}:`,E.data);m.current?.[d]?.(E.data)}),w.subscribe(),w});return()=>{i.forEach((d)=>{if(c)console.log("[PieCard] Centrifuge unsubscribing from channel");d.unsubscribe(),f.removeSubscription(d)})}},[f,a,t.name,e]),b.useEffect(()=>{if(!u||!s||!t.name){if(c&&s)console.log("[PieCard] Mitt setup skipped:",{hasMitt:!!u,useMittSupport:s,hasMethods:!!m.current,hasDataName:!!t?.name});return}let p=Object.keys(m.current??{}),i={};return p.forEach((d)=>{let x=`pie${d}_${t.name}`,w=(E)=>{if(c)console.log(`[PieCard] Mitt registering event: ${x}`);m.current?.[d]?.(E)};i[x]=w,u.on(x,w)}),()=>{Object.entries(i).forEach(([d,x])=>{if(c)console.log(`[PieCard] Mitt unregistering event: ${d}`);u.off(d,x)})}},[u,t.name,s]),c)console.log("[PieCard] Rendering complete, returning children");return r},C=tt;var uo=require("react"),V=new Map;function go(o,t){return uo.lazy(()=>{if(V.has(t))return V.get(t);let r=o().then((n)=>n);return V.set(t,r),r})}var Co=new Map,nt=(o)=>{if(!o.name)throw new Error("Component registration requires a name");if(!o.component&&!o.loader)throw new Error(`Component "${o.name}" requires component or loader`);let t={name:o.name,component:o.component,loader:o.loader,metadata:o.metadata,fallback:o.fallback,isLazy:!1};if(!t.component&&t.loader)t.component=go(t.loader,o.name),t.loader=void 0,t.isLazy=!0;return t};function y(o){let t=nt(o);return Co.set(t.name,t),t.component}var B=(o)=>{return Co.get(o)};var L=require("react");var yo=require("react"),S=require("react/jsx-runtime"),et=yo.createContext(S.jsx(S.Fragment,{})),R=et;var Z=require("react/jsx-runtime");function rt({uiConfig:o,setUiAjaxConfiguration:t}){let r=L.useContext(R),n=M();if(n)console.log("[UI] Rendering component:",o.card),console.log("[UI] Component data:",o.data),console.log("[UI] Component content:",o.content),console.log("[UI] Has setUiAjaxConfiguration:",!!t);let e=B(o.card);if(!e?.component){if(n)console.warn(`[UI] Component not found in registry: ${o.card}`),console.log("[UI] Returning fallback component");return r}if(n)console.log("[UI] Found component in registry:",{name:e.name,isLazy:e.isLazy,hasMetadata:!!e.metadata});let s=e.component,a=Z.jsx(s,{data:o.data,content:o.content,setUiAjaxConfiguration:t});if(e.isLazy){if(n)console.log("[UI] Rendering lazy component with Suspense:",e.name);return Z.jsx(L.Suspense,{fallback:e.fallback?Z.jsx(e.fallback,{}):r,children:a},`${e.name}`)}if(n)console.log("[UI] Rendering component directly:",e.name);return a}var h=L.memo(rt);var _=require("react");var xo=require("react"),it=xo.createContext(null),k=it;var O=require("react/jsx-runtime");function Uo({uiConfig:o,setUiAjaxConfiguration:t}){let r=_.useContext(R),n=M();if(n)console.log("[UILoading] Rendering fallback for:",o.card),console.log("[UILoading] Component data:",o.data),console.log("[UILoading] Component content:",o.content),console.log("[UILoading] Has setUiAjaxConfiguration:",!!t);let e=B(o.card);if(!e?.component){if(n)console.warn(`[UILoading] Component not found in registry: ${o.card}`),console.log("[UILoading] Returning fallback component");return r}if(n)console.log("[UILoading] Found component in registry:",{name:e.name,isLazy:e.isLazy,hasMetadata:!!e.metadata,hasFallback:!!e.fallback});if(e.fallback){if(n)console.log("[UILoading] Rendering fallback for:",e.name);let l=e.fallback;return O.jsx(l,{})}if(n)console.log("[UILoading] No fallback, rendering full component:",e.name);let s=e.component,a=O.jsx(k.Provider,{value:Uo,children:O.jsx(s,{data:o.data,content:o.content,setUiAjaxConfiguration:t})});if(e.isLazy)return O.jsx(_.Suspense,{fallback:r,children:a},`${e.name}`);return a}var Po=Uo;var Io=require("react");var F=require("react/jsx-runtime"),at=({data:o,content:t,setUiAjaxConfiguration:r})=>{let{name:n,sx:e}=o,s=Io.useContext(k)??h;return F.jsx(C,{card:n,data:o,children:F.jsx("div",{style:e,id:n,children:t.map((a,l)=>{return F.jsx(s,{uiConfig:a,setUiAjaxConfiguration:r},`children-${l}`)})})})},bo=at;var ho=y({name:"SequenceCard",component:bo,metadata:{author:"PieData",description:"Simple div with styles joining few components"}});var ko=require("react");var W=require("react/jsx-runtime"),st=({data:o,content:t,setUiAjaxConfiguration:r})=>{let{name:n}=o,e=ko.useContext(k)??h;return W.jsx(C,{card:n,data:o,children:t.map((s,a)=>{return W.jsx(e,{uiConfig:s,setUiAjaxConfiguration:r},`children-${a}`)})})},wo=st;var Ro=y({name:"UnionCard",component:wo,metadata:{author:"PieData",description:"Renders one of many components"}});var G=require("react"),To=ao(require("html-react-parser"));var I=require("react");function mt(){let o=new AudioContext,t=o.createOscillator(),r=t.connect(o.createMediaStreamDestination());t.start();let n=r.stream.getAudioTracks()[0];return n.enabled=!1,n}function j(o=null,t){let[r,n]=I.useState(!1),e=I.useRef(null),s=I.useRef(null),a=I.useRef(null),l=I.useCallback(async(f,u=!0)=>{if(e.current)c();let p=new RTCPeerConnection;if(p.onconnectionstatechange=()=>{if(p.connectionState==="connected")n(!0);else if(["disconnected","failed","closed"].includes(p.connectionState))n(!1)},p.ontrack=(g)=>{if(o)o.srcObject=g.streams[0]},u){let g=await navigator.mediaDevices.getUserMedia({audio:!0});p.addTrack(g.getTracks()[0],g)}else{let g=mt();p.addTrack(g)}let i=p.createDataChannel("oai-events");s.current=i,a.current=new Promise((g)=>{i.addEventListener("open",()=>{g()})});let d=await p.createOffer();await p.setLocalDescription(d);let K=await(await fetch(`${"https://api.openai.com/v1/realtime/calls"}?model=${"gpt-realtime"}`,{method:"POST",body:d.sdp,headers:{Authorization:`Bearer ${f}`,"Content-Type":"application/sdp"}})).text();await p.setRemoteDescription({type:"answer",sdp:K}),e.current=p,await a.current},[o]),c=I.useCallback(()=>{let f=s.current;if(f)f.close();e.current?.getSenders()?.forEach((u)=>u.track?.stop()),e.current?.close(),n(!1),e.current=null,s.current=null,a.current=null},[o]),m=I.useCallback((f)=>{let u=s.current;if(!u){console.error("Data channel is not ready",f);return}let p=new Date().toLocaleTimeString();if(f.event_id=f.event_id||crypto.randomUUID(),u.send(JSON.stringify(f)),!f.timestamp)f.timestamp=p;t?.(f)},[t,o]),P=I.useCallback((f)=>{if(!s.current){console.error("Data channel is not ready");return}let p=()=>{m({type:"conversation.item.create",item:{type:"message",role:"user",content:[{type:"input_text",text:f}]}}),m({type:"response.create"})};if(a.current)a.current.then(p);else p()},[t,o]);return I.useEffect(()=>{let f=s.current;if(!f)return;let u=(p)=>{let i=JSON.parse(p.data);if(!i.timestamp)i.timestamp=new Date().toLocaleTimeString();t?.(i)};return f.addEventListener("message",u),()=>{f.removeEventListener("message",u)}},[t,o]),{isSessionActive:r,startSession:l,stopSession:c,sendTextMessage:P}}var Lo=require("react/jsx-runtime"),ct=({data:o})=>{let{html:t,useSocketioSupport:r,useCentrifugeSupport:n,useMittSupport:e,centrifugeChannel:s}=o,[a,l]=G.useState(t),{isSessionActive:c,startSession:m,sendTextMessage:P}=j(null,(i)=>{if(console.log(i.type,i.type==="response.output_text.delta"&&i.delta),i.type==="response.output_text.delta"&&i.delta)l((d)=>d+i.delta)});return G.useEffect(()=>{l(t)},[t]),Lo.jsx(C,{card:"HTMLEmbedCard",data:o,methods:{update:(i)=>{l(i.value)},generateUsingAI:async(i)=>{try{if(!c&&i.token)await m(i.token,!1);P(i.prompt)}catch(d){console.error("Failed to generate using AI",d)}},initializeAI:async(i)=>{if(!c&&i.token)await m(i.token,!1)}},useCentrifugeSupport:n,useSocketioSupport:r,useMittSupport:e,centrifugeChannel:s,children:To.default(a)})},Eo=ct;var Ao=y({name:"HTMLEmbedCard",component:Eo,metadata:{author:"PieData"}});var J=require("react");var v=require("react/jsx-runtime"),pt=({data:o})=>{let{name:t,value:r,useSocketioSupport:n,useCentrifugeSupport:e,useMittSupport:s,centrifugeChannel:a}=o,[l,c]=J.useState(r);return J.useEffect(()=>{c(r)},[r]),v.jsx(C,{card:"HiddenCard",data:o,useSocketioSupport:n,useCentrifugeSupport:e,useMittSupport:s,centrifugeChannel:a,methods:{update:({value:m})=>{c(m)}},children:v.jsx("input",{type:"hidden",id:t,name:t,value:l})})},No=pt;var zo=y({name:"HiddenCard",component:No,metadata:{author:"PieData"}});var H=require("react");var $o=require("react"),dt=$o.createContext(void 0),A=dt;var X=require("react/jsx-runtime"),ft=({data:o})=>{let{url:t}=o,r=H.useContext(A),n=H.useContext(R);return H.useEffect(()=>{if(/^[a-zA-Z][a-zA-Z\d+\-.]*:\/\//.test(t))window.location.href=t;else r?.(t)},[t,r]),X.jsx(X.Fragment,{children:n})},Mo=ft;var Oo=y({name:"AutoRedirectCard",component:Mo,metadata:{author:"PieData"}});var T=require("react-toastify"),Q=require("react-toastify");var z=require("react");var N=require("react/jsx-runtime"),lt={bounce:T.Bounce,slide:T.Slide,zoom:T.Zoom,flip:T.Flip},ut=(o)=>{let t={...o,type:o.alertType,transition:o.transition?lt[o.transition]:void 0,position:o.position??"bottom-right",autoClose:o.autoClose??3000,style:{backgroundColor:"black",...o.sx}};Q.toast(o.message,t)},gt=(o)=>{console.log("Log event",o)},Ct=(o)=>{if(typeof window==="undefined"||!window.Notification){console.warn("[IOEventsCard] Notifications API is not available");return}let t=()=>{try{new window.Notification(o.title,{body:o.message??o.subtitle,icon:o.icon,silent:o.silent})}catch(n){console.error("[IOEventsCard] Failed to show notification",n)}},r=window.Notification.permission;if(r==="granted"){t();return}if(r==="denied"){console.warn("[IOEventsCard] Notification permission denied");return}window.Notification.requestPermission().then((n)=>{if(n==="granted")t()})},yt=({data:o})=>{let{useCentrifugeSupport:t,useSocketioSupport:r,useMittSupport:n,centrifugeChannel:e}=o,s=z.useContext(A),a=z.useRef(s);a.current=s;let l=z.useMemo(()=>({alert:ut,log:gt,push:Ct,redirect:(c)=>{if(c.to){let m=c.to;if(/^[a-zA-Z][a-zA-Z\d+\-.]*:\/\//.test(m))window.location.href=m;else a.current?.(m)}else window.location.reload()},reload:(c)=>{if(c.to){let m=c.to;if(/^[a-zA-Z][a-zA-Z\d+\-.]*:\/\//.test(m))window.location.href=m;else a.current?.(m)}else window.location.reload()}}),[]);return N.jsx(N.Fragment,{children:N.jsx(C,{card:"IOEventsCard",data:o,useCentrifugeSupport:t,useSocketioSupport:r,useMittSupport:n,centrifugeChannel:e,methods:l,children:N.jsx(Q.ToastContainer,{})})})},Ho=yt;var Do=y({name:"IOEventsCard",component:Ho,metadata:{author:"PieData"}});var U=require("react");var oo=require("react/jsx-runtime"),xt=({data:o,content:t})=>{let{useLoader:r,noReturn:n,returnType:e,useSocketioSupport:s,useCentrifugeSupport:a,useMittSupport:l,centrifugeChannel:c}=o,m=U.useContext(R),P=U.useContext(k)??h,[f,u]=U.useState(!1),[p,i]=U.useState(null),d=U.useRef(t),x=U.useContext(q),w=U.useCallback((g)=>{if(g===null)u(!0);else if(u(!1),!n)d.current=g;if(!n)i(g)},[n]),E=U.useCallback((g)=>{d.current=g.content,i(g.content)},[]),K=U.useCallback((g)=>{if(g===null)u(!0);else if(u(!1),!n)for(let no of g)x?.emit(no.name,no.data)},[n,x]);if(U.useEffect(()=>{i(t),u(!1)},[t]),!p&&r)return m;return oo.jsx(C,{card:"AjaxGroupCard",data:o,methods:{changeContent:E},useSocketioSupport:s,useCentrifugeSupport:a,useMittSupport:l,centrifugeChannel:c,children:oo.jsx(P,{uiConfig:p??d.current,setUiAjaxConfiguration:e==="events"?K:w})})},qo=xt;var Bo=y({name:"AjaxGroupCard",component:qo,metadata:{author:"PieData",description:"Group card with AJAX support"}});var to=require("react");var Y=require("react/jsx-runtime"),Ut=({data:o,content:t,setUiAjaxConfiguration:r})=>{let{name:n,url:e,sx:s}=o,a=to.useContext(A),l=to.useContext(k)??h;return Y.jsx(C,{card:n,data:o,children:Y.jsx("div",{style:s,id:n,onClick:(m)=>{if(e)if(m.stopPropagation(),/^[a-zA-Z][a-zA-Z\d+\-.]*:\/\//.test(e))window.location.href=e;else a?.(e)},children:Y.jsx(l,{setUiAjaxConfiguration:r,uiConfig:t})})})},So=Ut;var Zo=y({name:"BoxCard",component:So,metadata:{author:"PieData",description:"Simple div with styles joining few components"}});