diff --git a/desktop/build/bundle.242084f6.js b/desktop/build/bundle.242084f6.js new file mode 100644 index 000000000..3ed5c07d7 --- /dev/null +++ b/desktop/build/bundle.242084f6.js @@ -0,0 +1,2 @@ +/*! For license information please see bundle.242084f6.js.LICENSE.txt */ +(()=>{var __webpack_modules__={45778:(s,_,C)=>{"use strict";var w=C(37320);function compare(s,_){if(s===_)return 0;for(var C=s.length,w=_.length,P=0,B=Math.min(C,w);P=0;Z--)if(Y[Z]!==ee[Z])return!1;for(Z=Y.length-1;Z>=0;Z--)if(!_deepEqual(s[U=Y[Z]],_[U],C,w))return!1;return!0}function expectedException(s,_){if(!s||!_)return!1;if("[object RegExp]"==Object.prototype.toString.call(_))return _.test(s);try{if(s instanceof _)return!0}catch(s){}return!Error.isPrototypeOf(_)&&!0===_.call({},s)}function _tryBlock(s){var _;try{s()}catch(s){_=s}return _}function _throws(s,_,C,w){var B;if("function"!=typeof _)throw new TypeError('"block" argument must be a function');"string"==typeof C&&(w=C,C=null),B=_tryBlock(_),w=(C&&C.name?" ("+C.name+").":".")+(w?" "+w:"."),s&&!B&&fail(B,C,"Missing expected exception"+w);var V="string"==typeof w,$=!s&&B&&!C;if((!s&&P.isError(B)&&V&&expectedException(B,C)||$)&&fail(B,C,"Got unwanted exception"+w),s&&B&&C&&!expectedException(B,C)||!s&&B)throw B}U.AssertionError=function AssertionError(s){this.name="AssertionError",this.actual=s.actual,this.expected=s.expected,this.operator=s.operator,s.message?(this.message=s.message,this.generatedMessage=!1):(this.message=getMessage(this),this.generatedMessage=!0);var _=s.stackStartFunction||fail;if(Error.captureStackTrace)Error.captureStackTrace(this,_);else{var C=new Error;if(C.stack){var w=C.stack,P=getName(_),B=w.indexOf("\n"+P);if(B>=0){var V=w.indexOf("\n",B+1);w=w.substring(V+1)}this.stack=w}}},P.inherits(U.AssertionError,Error),U.fail=fail,U.ok=ok,U.equal=function equal(s,_,C){s!=_&&fail(s,_,C,"==",U.equal)},U.notEqual=function notEqual(s,_,C){s==_&&fail(s,_,C,"!=",U.notEqual)},U.deepEqual=function deepEqual(s,_,C){_deepEqual(s,_,!1)||fail(s,_,C,"deepEqual",U.deepEqual)},U.deepStrictEqual=function deepStrictEqual(s,_,C){_deepEqual(s,_,!0)||fail(s,_,C,"deepStrictEqual",U.deepStrictEqual)},U.notDeepEqual=function notDeepEqual(s,_,C){_deepEqual(s,_,!1)&&fail(s,_,C,"notDeepEqual",U.notDeepEqual)},U.notDeepStrictEqual=function notDeepStrictEqual(s,_,C){_deepEqual(s,_,!0)&&fail(s,_,C,"notDeepStrictEqual",notDeepStrictEqual)},U.strictEqual=function strictEqual(s,_,C){s!==_&&fail(s,_,C,"===",U.strictEqual)},U.notStrictEqual=function notStrictEqual(s,_,C){s===_&&fail(s,_,C,"!==",U.notStrictEqual)},U.throws=function(s,_,C){_throws(!0,s,_,C)},U.doesNotThrow=function(s,_,C){_throws(!1,s,_,C)},U.ifError=function(s){if(s)throw s},U.strict=w((function strict(s,_){s||fail(s,!0,_,"==",strict)}),U,{equal:U.strictEqual,deepEqual:U.deepStrictEqual,notEqual:U.notStrictEqual,notDeepEqual:U.notDeepStrictEqual}),U.strict.strict=U.strict;var X=Object.keys||function(s){var _=[];for(var C in s)B.call(s,C)&&_.push(C);return _}},66659:(s,_,C)=>{"use strict";var w=function(){function defineProperties(s,_){for(var C=0;C<_.length;C++){var w=_[C];w.enumerable=w.enumerable||!1,w.configurable=!0,"value"in w&&(w.writable=!0),Object.defineProperty(s,w.key,w)}}return function(s,_,C){return _&&defineProperties(s.prototype,_),C&&defineProperties(s,C),s}}(),P=function get(s,_,C){null===s&&(s=Function.prototype);var w=Object.getOwnPropertyDescriptor(s,_);if(void 0===w){var P=Object.getPrototypeOf(s);return null===P?void 0:get(P,_,C)}if("value"in w)return w.value;var B=w.get;return void 0!==B?B.call(C):void 0};_.ZP=function dynamicImport(s){return function(s){function _class(){return _classCallCheck(this,_class),_possibleConstructorReturn(this,(_class.__proto__||Object.getPrototypeOf(_class)).apply(this,arguments))}return _inherits(_class,s),w(_class,[{key:"parseStatement",value:function parseStatement(s,_,C){return this.type===B.tokTypes._import&&parenAfter.call(this)?this.parseExpressionStatement(this.startNode(),this.parseExpression()):P(_class.prototype.__proto__||Object.getPrototypeOf(_class.prototype),"parseStatement",this).call(this,s,_,C)}},{key:"parseExprAtom",value:function parseExprAtom(s){return this.type===B.tokTypes._import?parseDynamicImport.call(this):P(_class.prototype.__proto__||Object.getPrototypeOf(_class.prototype),"parseExprAtom",this).call(this,s)}}]),_class}(s)};var B=C(95869);function _classCallCheck(s,_){if(!(s instanceof _))throw new TypeError("Cannot call a class as a function")}function _possibleConstructorReturn(s,_){if(!s)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!_||"object"!=typeof _&&"function"!=typeof _?s:_}function _inherits(s,_){if("function"!=typeof _&&null!==_)throw new TypeError("Super expression must either be null or a function, not "+typeof _);s.prototype=Object.create(_&&_.prototype,{constructor:{value:s,enumerable:!1,writable:!0,configurable:!0}}),_&&(Object.setPrototypeOf?Object.setPrototypeOf(s,_):s.__proto__=_)}var V="Import";function parseDynamicImport(){var s=this.startNode();return this.next(),this.type!==B.tokTypes.parenL&&this.unexpected(),this.finishNode(s,V)}function parenAfter(){return/^(\s|\/\/.*|\/\*[^]*?\*\/)*\(/.test(this.input.slice(this.pos))}B.tokTypes._import.startsExpr=!0},96686:(s,_,C)=>{"use strict";const w=C(59098),P=/^[\da-fA-F]+$/,B=/^\d+$/,V=new WeakMap;function getJsxTokens(s){s=s.Parser.acorn||s;let _=V.get(s);if(!_){const C=s.tokTypes,w=s.TokContext,P=s.TokenType,B=new w("...",!0,!0),Z={tc_oTag:B,tc_cTag:$,tc_expr:U},X={jsxName:new P("jsxName"),jsxText:new P("jsxText",{beforeExpr:!0}),jsxTagStart:new P("jsxTagStart",{startsExpr:!0}),jsxTagEnd:new P("jsxTagEnd")};X.jsxTagStart.updateContext=function(){this.context.push(U),this.context.push(B),this.exprAllowed=!1},X.jsxTagEnd.updateContext=function(s){let _=this.context.pop();_===B&&s===C.slash||_===$?(this.context.pop(),this.exprAllowed=this.curContext()===U):this.exprAllowed=!0},_={tokContexts:Z,tokTypes:X},V.set(s,_)}return _}function getQualifiedJSXName(s){return s?"JSXIdentifier"===s.type?s.name:"JSXNamespacedName"===s.type?s.namespace.name+":"+s.name.name:"JSXMemberExpression"===s.type?getQualifiedJSXName(s.object)+"."+getQualifiedJSXName(s.property):void 0:s}function plugin(s,_){const V=_.acorn||C(95869),$=getJsxTokens(V),U=V.tokTypes,Z=$.tokTypes,X=V.tokContexts,Y=$.tokContexts.tc_oTag,ee=$.tokContexts.tc_cTag,ae=$.tokContexts.tc_expr,ie=V.isNewLine,de=V.isIdentifierStart,le=V.isIdentifierChar;return class extends _{static get acornJsx(){return $}jsx_readToken(){let s="",_=this.pos;for(;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated JSX contents");let C=this.input.charCodeAt(this.pos);switch(C){case 60:case 123:return this.pos===this.start?60===C&&this.exprAllowed?(++this.pos,this.finishToken(Z.jsxTagStart)):this.getTokenFromCode(C):(s+=this.input.slice(_,this.pos),this.finishToken(Z.jsxText,s));case 38:s+=this.input.slice(_,this.pos),s+=this.jsx_readEntity(),_=this.pos;break;case 62:case 125:this.raise(this.pos,"Unexpected token `"+this.input[this.pos]+"`. Did you mean `"+(62===C?">":"}")+'` or `{"'+this.input[this.pos]+'"}`?');default:ie(C)?(s+=this.input.slice(_,this.pos),s+=this.jsx_readNewLine(!0),_=this.pos):++this.pos}}}jsx_readNewLine(s){let _,C=this.input.charCodeAt(this.pos);return++this.pos,13===C&&10===this.input.charCodeAt(this.pos)?(++this.pos,_=s?"\n":"\r\n"):_=String.fromCharCode(C),this.options.locations&&(++this.curLine,this.lineStart=this.pos),_}jsx_readString(s){let _="",C=++this.pos;for(;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated string constant");let w=this.input.charCodeAt(this.pos);if(w===s)break;38===w?(_+=this.input.slice(C,this.pos),_+=this.jsx_readEntity(),C=this.pos):ie(w)?(_+=this.input.slice(C,this.pos),_+=this.jsx_readNewLine(!1),C=this.pos):++this.pos}return _+=this.input.slice(C,this.pos++),this.finishToken(U.string,_)}jsx_readEntity(){let s,_="",C=0,V=this.input[this.pos];"&"!==V&&this.raise(this.pos,"Entity must start with an ampersand");let $=++this.pos;for(;this.pos")}let V=P.name?"Element":"Fragment";return C["opening"+V]=P,C["closing"+V]=B,C.children=w,this.type===U.relational&&"<"===this.value&&this.raise(this.start,"Adjacent JSX elements must be wrapped in an enclosing tag"),this.finishNode(C,"JSX"+V)}jsx_parseText(){let s=this.parseLiteral(this.value);return s.type="JSXText",s}jsx_parseElement(){let s=this.start,_=this.startLoc;return this.next(),this.jsx_parseElementAt(s,_)}parseExprAtom(s){return this.type===Z.jsxText?this.jsx_parseText():this.type===Z.jsxTagStart?this.jsx_parseElement():super.parseExprAtom(s)}readToken(s){let _=this.curContext();if(_===ae)return this.jsx_readToken();if(_===Y||_===ee){if(de(s))return this.jsx_readWord();if(62==s)return++this.pos,this.finishToken(Z.jsxTagEnd);if((34===s||39===s)&&_==Y)return this.jsx_readString(s)}return 60===s&&this.exprAllowed&&33!==this.input.charCodeAt(this.pos+1)?(++this.pos,this.finishToken(Z.jsxTagStart)):super.readToken(s)}updateContext(s){if(this.type==U.braceL){var _=this.curContext();_==Y?this.context.push(X.b_expr):_==ae?this.context.push(X.b_tmpl):super.updateContext(s),this.exprAllowed=!0}else{if(this.type!==U.slash||s!==Z.jsxTagStart)return super.updateContext(s);this.context.length-=2,this.context.push(ee),this.exprAllowed=!1}}}}s.exports=function(s){return s=s||{},function(_){return plugin({allowNamespaces:!1!==s.allowNamespaces,allowNamespacedObjects:!!s.allowNamespacedObjects},_)}},Object.defineProperty(s.exports,"tokTypes",{get:function get_tokTypes(){return getJsxTokens(C(95869)).tokTypes},configurable:!0,enumerable:!0})},59098:s=>{s.exports={quot:'"',amp:"&",apos:"'",lt:"<",gt:">",nbsp:" ",iexcl:"¡",cent:"¢",pound:"£",curren:"¤",yen:"¥",brvbar:"¦",sect:"§",uml:"¨",copy:"©",ordf:"ª",laquo:"«",not:"¬",shy:"­",reg:"®",macr:"¯",deg:"°",plusmn:"±",sup2:"²",sup3:"³",acute:"´",micro:"µ",para:"¶",middot:"·",cedil:"¸",sup1:"¹",ordm:"º",raquo:"»",frac14:"¼",frac12:"½",frac34:"¾",iquest:"¿",Agrave:"À",Aacute:"Á",Acirc:"Â",Atilde:"Ã",Auml:"Ä",Aring:"Å",AElig:"Æ",Ccedil:"Ç",Egrave:"È",Eacute:"É",Ecirc:"Ê",Euml:"Ë",Igrave:"Ì",Iacute:"Í",Icirc:"Î",Iuml:"Ï",ETH:"Ð",Ntilde:"Ñ",Ograve:"Ò",Oacute:"Ó",Ocirc:"Ô",Otilde:"Õ",Ouml:"Ö",times:"×",Oslash:"Ø",Ugrave:"Ù",Uacute:"Ú",Ucirc:"Û",Uuml:"Ü",Yacute:"Ý",THORN:"Þ",szlig:"ß",agrave:"à",aacute:"á",acirc:"â",atilde:"ã",auml:"ä",aring:"å",aelig:"æ",ccedil:"ç",egrave:"è",eacute:"é",ecirc:"ê",euml:"ë",igrave:"ì",iacute:"í",icirc:"î",iuml:"ï",eth:"ð",ntilde:"ñ",ograve:"ò",oacute:"ó",ocirc:"ô",otilde:"õ",ouml:"ö",divide:"÷",oslash:"ø",ugrave:"ù",uacute:"ú",ucirc:"û",uuml:"ü",yacute:"ý",thorn:"þ",yuml:"ÿ",OElig:"Œ",oelig:"œ",Scaron:"Š",scaron:"š",Yuml:"Ÿ",fnof:"ƒ",circ:"ˆ",tilde:"˜",Alpha:"Α",Beta:"Β",Gamma:"Γ",Delta:"Δ",Epsilon:"Ε",Zeta:"Ζ",Eta:"Η",Theta:"Θ",Iota:"Ι",Kappa:"Κ",Lambda:"Λ",Mu:"Μ",Nu:"Ν",Xi:"Ξ",Omicron:"Ο",Pi:"Π",Rho:"Ρ",Sigma:"Σ",Tau:"Τ",Upsilon:"Υ",Phi:"Φ",Chi:"Χ",Psi:"Ψ",Omega:"Ω",alpha:"α",beta:"β",gamma:"γ",delta:"δ",epsilon:"ε",zeta:"ζ",eta:"η",theta:"θ",iota:"ι",kappa:"κ",lambda:"λ",mu:"μ",nu:"ν",xi:"ξ",omicron:"ο",pi:"π",rho:"ρ",sigmaf:"ς",sigma:"σ",tau:"τ",upsilon:"υ",phi:"φ",chi:"χ",psi:"ψ",omega:"ω",thetasym:"ϑ",upsih:"ϒ",piv:"ϖ",ensp:" ",emsp:" ",thinsp:" ",zwnj:"‌",zwj:"‍",lrm:"‎",rlm:"‏",ndash:"–",mdash:"—",lsquo:"‘",rsquo:"’",sbquo:"‚",ldquo:"“",rdquo:"”",bdquo:"„",dagger:"†",Dagger:"‡",bull:"•",hellip:"…",permil:"‰",prime:"′",Prime:"″",lsaquo:"‹",rsaquo:"›",oline:"‾",frasl:"⁄",euro:"€",image:"ℑ",weierp:"℘",real:"ℜ",trade:"™",alefsym:"ℵ",larr:"←",uarr:"↑",rarr:"→",darr:"↓",harr:"↔",crarr:"↵",lArr:"⇐",uArr:"⇑",rArr:"⇒",dArr:"⇓",hArr:"⇔",forall:"∀",part:"∂",exist:"∃",empty:"∅",nabla:"∇",isin:"∈",notin:"∉",ni:"∋",prod:"∏",sum:"∑",minus:"−",lowast:"∗",radic:"√",prop:"∝",infin:"∞",ang:"∠",and:"∧",or:"∨",cap:"∩",cup:"∪",int:"∫",there4:"∴",sim:"∼",cong:"≅",asymp:"≈",ne:"≠",equiv:"≡",le:"≤",ge:"≥",sub:"⊂",sup:"⊃",nsub:"⊄",sube:"⊆",supe:"⊇",oplus:"⊕",otimes:"⊗",perp:"⊥",sdot:"⋅",lceil:"⌈",rceil:"⌉",lfloor:"⌊",rfloor:"⌋",lang:"〈",rang:"〉",loz:"◊",spades:"♠",clubs:"♣",hearts:"♥",diams:"♦"}},34273:s=>{s.exports=function clipboardCopy(s){if(navigator.clipboard)return navigator.clipboard.writeText(s).catch((function(s){throw void 0!==s?s:new DOMException("The request is not allowed","NotAllowedError")}));var _=document.createElement("span");_.textContent=s,_.style.whiteSpace="pre",_.style.webkitUserSelect="auto",_.style.userSelect="all",document.body.appendChild(_);var C=window.getSelection(),w=window.document.createRange();C.removeAllRanges(),w.selectNode(_),C.addRange(w);var P=!1;try{P=window.document.execCommand("copy")}catch(s){console.log("error",s)}return C.removeAllRanges(),window.document.body.removeChild(_),P?Promise.resolve():Promise.reject(new DOMException("The request is not allowed","NotAllowedError"))}},6277:(s,_,C)=>{"use strict";function r(s){var _,C,w="";if("string"==typeof s||"number"==typeof s)w+=s;else if("object"==typeof s)if(Array.isArray(s))for(_=0;_w});const w=function clsx(){for(var s,_,C=0,w="";C{var w=C(26733),P=C(59821),B=TypeError;s.exports=function(s){if(w(s))return s;throw B(P(s)+" is not a function")}},57988:(s,_,C)=>{var w=C(82359),P=C(59821),B=TypeError;s.exports=function(s){if(w(s))return s;throw B(P(s)+" is not a constructor")}},88505:(s,_,C)=>{var w=C(26733),P=String,B=TypeError;s.exports=function(s){if("object"==typeof s||w(s))return s;throw B("Can't set "+P(s)+" as a prototype")}},36637:(s,_,C)=>{"use strict";var w=C(30966).charAt;s.exports=function(s,_,C){return _+(C?w(s,_).length:1)}},21176:(s,_,C)=>{var w=C(85052),P=String,B=TypeError;s.exports=function(s){if(w(s))return s;throw B(P(s)+" is not an object")}},92460:(s,_,C)=>{var w=C(24229);s.exports=w((function(){if("function"==typeof ArrayBuffer){var s=new ArrayBuffer(8);Object.isExtensible(s)&&Object.defineProperty(s,"a",{value:8})}}))},86570:(s,_,C)=>{"use strict";var w=C(89996).forEach,P=C(96038)("forEach");s.exports=P?[].forEach:function forEach(s){return w(this,s,arguments.length>1?arguments[1]:void 0)}},19540:(s,_,C)=>{var w=C(10905),P=C(43231),B=C(39646),createMethod=function(s){return function(_,C,V){var $,U=w(_),Z=B(U),X=P(V,Z);if(s&&C!=C){for(;Z>X;)if(($=U[X++])!=$)return!0}else for(;Z>X;X++)if((s||X in U)&&U[X]===C)return s||X||0;return!s&&-1}};s.exports={includes:createMethod(!0),indexOf:createMethod(!1)}},89996:(s,_,C)=>{var w=C(97636),P=C(65968),B=C(9337),V=C(92991),$=C(39646),U=C(87501),Z=P([].push),createMethod=function(s){var _=1==s,C=2==s,P=3==s,X=4==s,Y=6==s,ee=7==s,ae=5==s||Y;return function(ie,de,le,ce){for(var pe,fe,ye=V(ie),Re=B(ye),be=w(de,le),xe=$(Re),_e=0,we=ce||U,Pe=_?we(ie,xe):C||ee?we(ie,0):void 0;xe>_e;_e++)if((ae||_e in Re)&&(fe=be(pe=Re[_e],_e,ye),s))if(_)Pe[_e]=fe;else if(fe)switch(s){case 3:return!0;case 5:return pe;case 6:return _e;case 2:Z(Pe,pe)}else switch(s){case 4:return!1;case 7:Z(Pe,pe)}return Y?-1:P||X?X:Pe}};s.exports={forEach:createMethod(0),map:createMethod(1),filter:createMethod(2),some:createMethod(3),every:createMethod(4),find:createMethod(5),findIndex:createMethod(6),filterReject:createMethod(7)}},31460:(s,_,C)=>{var w=C(24229),P=C(70095),B=C(6358),V=P("species");s.exports=function(s){return B>=51||!w((function(){var _=[];return(_.constructor={})[V]=function(){return{foo:1}},1!==_[s](Boolean).foo}))}},96038:(s,_,C)=>{"use strict";var w=C(24229);s.exports=function(s,_){var C=[][s];return!!C&&w((function(){C.call(null,_||function(){return 1},1)}))}},69794:(s,_,C)=>{var w=C(43231),P=C(39646),B=C(62324),V=Array,$=Math.max;s.exports=function(s,_,C){for(var U=P(s),Z=w(_,U),X=w(void 0===C?U:C,U),Y=V($(X-Z,0)),ee=0;Z{var w=C(65968);s.exports=w([].slice)},18760:(s,_,C)=>{var w=C(33718),P=C(82359),B=C(85052),V=C(70095)("species"),$=Array;s.exports=function(s){var _;return w(s)&&(_=s.constructor,(P(_)&&(_===$||w(_.prototype))||B(_)&&null===(_=_[V]))&&(_=void 0)),void 0===_?$:_}},87501:(s,_,C)=>{var w=C(18760);s.exports=function(s,_){return new(w(s))(0===_?0:_)}},27079:(s,_,C)=>{var w=C(65968),P=w({}.toString),B=w("".slice);s.exports=function(s){return B(P(s),8,-1)}},81589:(s,_,C)=>{var w=C(71601),P=C(26733),B=C(27079),V=C(70095)("toStringTag"),$=Object,U="Arguments"==B(function(){return arguments}()),tryGet=function(s,_){try{return s[_]}catch(s){}};s.exports=w?B:function(s){var _,C,w;return void 0===s?"Undefined":null===s?"Null":"string"==typeof(C=tryGet(_=$(s),V))?C:U?B(_):"Object"==(w=B(_))&&P(_.callee)?"Arguments":w}},77081:(s,_,C)=>{var w=C(98270),P=C(4826),B=C(97933),V=C(31787);s.exports=function(s,_,C){for(var $=P(_),U=V.f,Z=B.f,X=0;X<$.length;X++){var Y=$[X];w(s,Y)||C&&w(C,Y)||U(s,Y,Z(_,Y))}}},81720:(s,_,C)=>{var w=C(65968),P=C(58885),B=C(83326),V=/"/g,$=w("".replace);s.exports=function(s,_,C,w){var U=B(P(s)),Z="<"+_;return""!==C&&(Z+=" "+C+'="'+$(B(w),V,""")+'"'),Z+">"+U+""}},75762:(s,_,C)=>{var w=C(7400),P=C(31787),B=C(65358);s.exports=w?function(s,_,C){return P.f(s,_,B(1,C))}:function(s,_,C){return s[_]=C,s}},65358:s=>{s.exports=function(s,_){return{enumerable:!(1&s),configurable:!(2&s),writable:!(4&s),value:_}}},62324:(s,_,C)=>{"use strict";var w=C(39310),P=C(31787),B=C(65358);s.exports=function(s,_,C){var V=w(_);V in s?P.f(s,V,B(0,C)):s[V]=C}},14768:(s,_,C)=>{var w=C(26733),P=C(31787),B=C(16039),V=C(18400);s.exports=function(s,_,C,$){$||($={});var U=$.enumerable,Z=void 0!==$.name?$.name:_;if(w(C)&&B(C,Z,$),$.global)U?s[_]=C:V(_,C);else{try{$.unsafe?s[_]&&(U=!0):delete s[_]}catch(s){}U?s[_]=C:P.f(s,_,{value:C,enumerable:!1,configurable:!$.nonConfigurable,writable:!$.nonWritable})}return s}},18400:(s,_,C)=>{var w=C(9859),P=Object.defineProperty;s.exports=function(s,_){try{P(w,s,{value:_,configurable:!0,writable:!0})}catch(C){w[s]=_}return _}},7400:(s,_,C)=>{var w=C(24229);s.exports=!w((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},22635:(s,_,C)=>{var w=C(9859),P=C(85052),B=w.document,V=P(B)&&P(B.createElement);s.exports=function(s){return V?B.createElement(s):{}}},13064:s=>{var _=TypeError;s.exports=function(s){if(s>9007199254740991)throw _("Maximum allowed index exceeded");return s}},95694:s=>{s.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},18865:(s,_,C)=>{var w=C(22635)("span").classList,P=w&&w.constructor&&w.constructor.prototype;s.exports=P===Object.prototype?void 0:P},80598:(s,_,C)=>{var w=C(31333);s.exports=w("navigator","userAgent")||""},6358:(s,_,C)=>{var w,P,B=C(9859),V=C(80598),$=B.process,U=B.Deno,Z=$&&$.versions||U&&U.version,X=Z&&Z.v8;X&&(P=(w=X.split("."))[0]>0&&w[0]<4?1:+(w[0]+w[1])),!P&&V&&(!(w=V.match(/Edge\/(\d+)/))||w[1]>=74)&&(w=V.match(/Chrome\/(\d+)/))&&(P=+w[1]),s.exports=P},13837:s=>{s.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},23103:(s,_,C)=>{var w=C(9859),P=C(97933).f,B=C(75762),V=C(14768),$=C(18400),U=C(77081),Z=C(46541);s.exports=function(s,_){var C,X,Y,ee,ae,ie=s.target,de=s.global,le=s.stat;if(C=de?w:le?w[ie]||$(ie,{}):(w[ie]||{}).prototype)for(X in _){if(ee=_[X],Y=s.dontCallGetSet?(ae=P(C,X))&&ae.value:C[X],!Z(de?X:ie+(le?".":"#")+X,s.forced)&&void 0!==Y){if(typeof ee==typeof Y)continue;U(ee,Y)}(s.sham||Y&&Y.sham)&&B(ee,"sham",!0),V(C,X,ee,s)}}},24229:s=>{s.exports=function(s){try{return!!s()}catch(s){return!0}}},94954:(s,_,C)=>{"use strict";C(77950);var w=C(65968),P=C(14768),B=C(63466),V=C(24229),$=C(70095),U=C(75762),Z=$("species"),X=RegExp.prototype;s.exports=function(s,_,C,Y){var ee=$(s),ae=!V((function(){var _={};return _[ee]=function(){return 7},7!=""[s](_)})),ie=ae&&!V((function(){var _=!1,C=/a/;return"split"===s&&((C={}).constructor={},C.constructor[Z]=function(){return C},C.flags="",C[ee]=/./[ee]),C.exec=function(){return _=!0,null},C[ee](""),!_}));if(!ae||!ie||C){var de=w(/./[ee]),le=_(ee,""[s],(function(s,_,C,P,V){var $=w(s),U=_.exec;return U===B||U===X.exec?ae&&!V?{done:!0,value:de(_,C,P)}:{done:!0,value:$(C,_,P)}:{done:!1}}));P(String.prototype,s,le[0]),P(X,ee,le[1])}Y&&U(X[ee],"sham",!0)}},68476:(s,_,C)=>{var w=C(24229);s.exports=!w((function(){return Object.isExtensible(Object.preventExtensions({}))}))},53171:(s,_,C)=>{var w=C(57188),P=Function.prototype,B=P.apply,V=P.call;s.exports="object"==typeof Reflect&&Reflect.apply||(w?V.bind(B):function(){return V.apply(B,arguments)})},97636:(s,_,C)=>{var w=C(65968),P=C(77111),B=C(57188),V=w(w.bind);s.exports=function(s,_){return P(s),void 0===_?s:B?V(s,_):function(){return s.apply(_,arguments)}}},57188:(s,_,C)=>{var w=C(24229);s.exports=!w((function(){var s=function(){}.bind();return"function"!=typeof s||s.hasOwnProperty("prototype")}))},20266:(s,_,C)=>{var w=C(57188),P=Function.prototype.call;s.exports=w?P.bind(P):function(){return P.apply(P,arguments)}},51805:(s,_,C)=>{var w=C(7400),P=C(98270),B=Function.prototype,V=w&&Object.getOwnPropertyDescriptor,$=P(B,"name"),U=$&&"something"===function something(){}.name,Z=$&&(!w||w&&V(B,"name").configurable);s.exports={EXISTS:$,PROPER:U,CONFIGURABLE:Z}},65968:(s,_,C)=>{var w=C(57188),P=Function.prototype,B=P.bind,V=P.call,$=w&&B.bind(V,V);s.exports=w?function(s){return s&&$(s)}:function(s){return s&&function(){return V.apply(s,arguments)}}},31333:(s,_,C)=>{var w=C(9859),P=C(26733),aFunction=function(s){return P(s)?s:void 0};s.exports=function(s,_){return arguments.length<2?aFunction(w[s]):w[s]&&w[s][_]}},55300:(s,_,C)=>{var w=C(77111),P=C(9650);s.exports=function(s,_){var C=s[_];return P(C)?void 0:w(C)}},70017:(s,_,C)=>{var w=C(65968),P=C(92991),B=Math.floor,V=w("".charAt),$=w("".replace),U=w("".slice),Z=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,X=/\$([$&'`]|\d{1,2})/g;s.exports=function(s,_,C,w,Y,ee){var ae=C+s.length,ie=w.length,de=X;return void 0!==Y&&(Y=P(Y),de=Z),$(ee,de,(function(P,$){var Z;switch(V($,0)){case"$":return"$";case"&":return s;case"`":return U(_,0,C);case"'":return U(_,ae);case"<":Z=Y[U($,1,-1)];break;default:var X=+$;if(0===X)return P;if(X>ie){var ee=B(X/10);return 0===ee?P:ee<=ie?void 0===w[ee-1]?V($,1):w[ee-1]+V($,1):P}Z=w[X-1]}return void 0===Z?"":Z}))}},9859:(s,_,C)=>{var check=function(s){return s&&s.Math==Math&&s};s.exports=check("object"==typeof globalThis&&globalThis)||check("object"==typeof window&&window)||check("object"==typeof self&&self)||check("object"==typeof C.g&&C.g)||function(){return this}()||Function("return this")()},98270:(s,_,C)=>{var w=C(65968),P=C(92991),B=w({}.hasOwnProperty);s.exports=Object.hasOwn||function hasOwn(s,_){return B(P(s),_)}},95977:s=>{s.exports={}},53777:(s,_,C)=>{var w=C(31333);s.exports=w("document","documentElement")},64394:(s,_,C)=>{var w=C(7400),P=C(24229),B=C(22635);s.exports=!w&&!P((function(){return 7!=Object.defineProperty(B("div"),"a",{get:function(){return 7}}).a}))},9337:(s,_,C)=>{var w=C(65968),P=C(24229),B=C(27079),V=Object,$=w("".split);s.exports=P((function(){return!V("z").propertyIsEnumerable(0)}))?function(s){return"String"==B(s)?$(s,""):V(s)}:V},20835:(s,_,C)=>{var w=C(26733),P=C(85052),B=C(56540);s.exports=function(s,_,C){var V,$;return B&&w(V=_.constructor)&&V!==C&&P($=V.prototype)&&$!==C.prototype&&B(s,$),s}},8511:(s,_,C)=>{var w=C(65968),P=C(26733),B=C(85353),V=w(Function.toString);P(B.inspectSource)||(B.inspectSource=function(s){return V(s)}),s.exports=B.inspectSource},95926:(s,_,C)=>{var w=C(23103),P=C(65968),B=C(95977),V=C(85052),$=C(98270),U=C(31787).f,Z=C(78151),X=C(10166),Y=C(35343),ee=C(81441),ae=C(68476),ie=!1,de=ee("meta"),le=0,setMetadata=function(s){U(s,de,{value:{objectID:"O"+le++,weakData:{}}})},ce=s.exports={enable:function(){ce.enable=function(){},ie=!0;var s=Z.f,_=P([].splice),C={};C[de]=1,s(C).length&&(Z.f=function(C){for(var w=s(C),P=0,B=w.length;P{var w,P,B,V=C(51180),$=C(9859),U=C(65968),Z=C(85052),X=C(75762),Y=C(98270),ee=C(85353),ae=C(44399),ie=C(95977),de="Object already initialized",le=$.TypeError,ce=$.WeakMap;if(V||ee.state){var pe=ee.state||(ee.state=new ce),fe=U(pe.get),ye=U(pe.has),Re=U(pe.set);w=function(s,_){if(ye(pe,s))throw le(de);return _.facade=s,Re(pe,s,_),_},P=function(s){return fe(pe,s)||{}},B=function(s){return ye(pe,s)}}else{var be=ae("state");ie[be]=!0,w=function(s,_){if(Y(s,be))throw le(de);return _.facade=s,X(s,be,_),_},P=function(s){return Y(s,be)?s[be]:{}},B=function(s){return Y(s,be)}}s.exports={set:w,get:P,has:B,enforce:function(s){return B(s)?P(s):w(s,{})},getterFor:function(s){return function(_){var C;if(!Z(_)||(C=P(_)).type!==s)throw le("Incompatible receiver, "+s+" required");return C}}}},33718:(s,_,C)=>{var w=C(27079);s.exports=Array.isArray||function isArray(s){return"Array"==w(s)}},26733:s=>{s.exports=function(s){return"function"==typeof s}},82359:(s,_,C)=>{var w=C(65968),P=C(24229),B=C(26733),V=C(81589),$=C(31333),U=C(8511),noop=function(){},Z=[],X=$("Reflect","construct"),Y=/^\s*(?:class|function)\b/,ee=w(Y.exec),ae=!Y.exec(noop),ie=function isConstructor(s){if(!B(s))return!1;try{return X(noop,Z,s),!0}catch(s){return!1}},de=function isConstructor(s){if(!B(s))return!1;switch(V(s)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return ae||!!ee(Y,U(s))}catch(s){return!0}};de.sham=!0,s.exports=!X||P((function(){var s;return ie(ie.call)||!ie(Object)||!ie((function(){s=!0}))||s}))?de:ie},46541:(s,_,C)=>{var w=C(24229),P=C(26733),B=/#|\.prototype\./,isForced=function(s,_){var C=$[V(s)];return C==Z||C!=U&&(P(_)?w(_):!!_)},V=isForced.normalize=function(s){return String(s).replace(B,".").toLowerCase()},$=isForced.data={},U=isForced.NATIVE="N",Z=isForced.POLYFILL="P";s.exports=isForced},9650:s=>{s.exports=function(s){return null==s}},85052:(s,_,C)=>{var w=C(26733),P="object"==typeof document&&document.all,B=void 0===P&&void 0!==P;s.exports=B?function(s){return"object"==typeof s?null!==s:w(s)||s===P}:function(s){return"object"==typeof s?null!==s:w(s)}},24231:s=>{s.exports=!1},48311:(s,_,C)=>{var w=C(85052),P=C(27079),B=C(70095)("match");s.exports=function(s){var _;return w(s)&&(void 0!==(_=s[B])?!!_:"RegExp"==P(s))}},49395:(s,_,C)=>{var w=C(31333),P=C(26733),B=C(91321),V=C(66969),$=Object;s.exports=V?function(s){return"symbol"==typeof s}:function(s){var _=w("Symbol");return P(_)&&B(_.prototype,$(s))}},39646:(s,_,C)=>{var w=C(34237);s.exports=function(s){return w(s.length)}},16039:(s,_,C)=>{var w=C(24229),P=C(26733),B=C(98270),V=C(7400),$=C(51805).CONFIGURABLE,U=C(8511),Z=C(56407),X=Z.enforce,Y=Z.get,ee=Object.defineProperty,ae=V&&!w((function(){return 8!==ee((function(){}),"length",{value:8}).length})),ie=String(String).split("String"),de=s.exports=function(s,_,C){"Symbol("===String(_).slice(0,7)&&(_="["+String(_).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),C&&C.getter&&(_="get "+_),C&&C.setter&&(_="set "+_),(!B(s,"name")||$&&s.name!==_)&&(V?ee(s,"name",{value:_,configurable:!0}):s.name=_),ae&&C&&B(C,"arity")&&s.length!==C.arity&&ee(s,"length",{value:C.arity});try{C&&B(C,"constructor")&&C.constructor?V&&ee(s,"prototype",{writable:!1}):s.prototype&&(s.prototype=void 0)}catch(s){}var w=X(s);return B(w,"source")||(w.source=ie.join("string"==typeof _?_:"")),s};Function.prototype.toString=de((function toString(){return P(this)&&Y(this).source||U(this)}),"toString")},50917:s=>{var _=Math.ceil,C=Math.floor;s.exports=Math.trunc||function trunc(s){var w=+s;return(w>0?C:_)(w)}},47:(s,_,C)=>{"use strict";var w=C(7400),P=C(65968),B=C(20266),V=C(24229),$=C(65632),U=C(10894),Z=C(19195),X=C(92991),Y=C(9337),ee=Object.assign,ae=Object.defineProperty,ie=P([].concat);s.exports=!ee||V((function(){if(w&&1!==ee({b:1},ee(ae({},"a",{enumerable:!0,get:function(){ae(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var s={},_={},C=Symbol(),P="abcdefghijklmnopqrst";return s[C]=7,P.split("").forEach((function(s){_[s]=s})),7!=ee({},s)[C]||$(ee({},_)).join("")!=P}))?function assign(s,_){for(var C=X(s),P=arguments.length,V=1,ee=U.f,ae=Z.f;P>V;)for(var de,le=Y(arguments[V++]),ce=ee?ie($(le),ee(le)):$(le),pe=ce.length,fe=0;pe>fe;)de=ce[fe++],w&&!B(ae,le,de)||(C[de]=le[de]);return C}:ee},22391:(s,_,C)=>{var w,P=C(21176),B=C(90219),V=C(13837),$=C(95977),U=C(53777),Z=C(22635),X=C(44399),Y=X("IE_PROTO"),EmptyConstructor=function(){},scriptTag=function(s){return" + \ No newline at end of file