You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NewEduCoderBuild/umi.42cdeca2.js

1486 lines
3.0 MiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

(function(){var __webpack_modules__={30071:function(d,_,e){"use strict";e.r(_),e.d(_,{blue:function(){return ue},blueDark:function(){return Ne},cyan:function(){return ie},cyanDark:function(){return $e},geekblue:function(){return Q},geekblueDark:function(){return Ft},generate:function(){return A},gold:function(){return X},goldDark:function(){return se},gray:function(){return ee},green:function(){return ae},greenDark:function(){return ke},grey:function(){return oe},greyDark:function(){return Jt},lime:function(){return V},limeDark:function(){return Oe},magenta:function(){return K},magentaDark:function(){return Pt},orange:function(){return U},orangeDark:function(){return j},presetDarkPalettes:function(){return er},presetPalettes:function(){return q},presetPrimaryColors:function(){return O},purple:function(){return J},purpleDark:function(){return wt},red:function(){return M},redDark:function(){return le},volcano:function(){return B},volcanoDark:function(){return Z},yellow:function(){return G},yellowDark:function(){return me}});var r=e(4635);const i=Math.round;function l(tr,Xe){const It=tr.replace(/^[^(]*\((.*)/,"$1").replace(/\).*/,"").match(/\d*\.?\d+%?/g)||[],Zt=It.map(ot=>parseFloat(ot));for(let ot=0;ot<3;ot+=1)Zt[ot]=Xe(Zt[ot]||0,It[ot]||"",ot);return It[3]?Zt[3]=It[3].includes("%")?Zt[3]/100:Zt[3]:Zt[3]=1,Zt}const c=(tr,Xe,It)=>It===0?tr:tr/100;function f(tr,Xe){const It=Xe||255;return tr>It?It:tr<0?0:tr}class o{constructor(Xe){(0,r.Z)(this,"isValid",!0),(0,r.Z)(this,"r",0),(0,r.Z)(this,"g",0),(0,r.Z)(this,"b",0),(0,r.Z)(this,"a",1),(0,r.Z)(this,"_h",void 0),(0,r.Z)(this,"_s",void 0),(0,r.Z)(this,"_l",void 0),(0,r.Z)(this,"_v",void 0),(0,r.Z)(this,"_max",void 0),(0,r.Z)(this,"_min",void 0),(0,r.Z)(this,"_brightness",void 0);function It(Zt){return Zt[0]in Xe&&Zt[1]in Xe&&Zt[2]in Xe}if(Xe)if(typeof Xe=="string"){let ot=function(bt){return Zt.startsWith(bt)};const Zt=Xe.trim();/^#?[A-F\d]{3,8}$/i.test(Zt)?this.fromHexString(Zt):ot("rgb")?this.fromRgbString(Zt):ot("hsl")?this.fromHslString(Zt):(ot("hsv")||ot("hsb"))&&this.fromHsvString(Zt)}else if(Xe instanceof o)this.r=Xe.r,this.g=Xe.g,this.b=Xe.b,this.a=Xe.a,this._h=Xe._h,this._s=Xe._s,this._l=Xe._l,this._v=Xe._v;else if(It("rgb"))this.r=f(Xe.r),this.g=f(Xe.g),this.b=f(Xe.b),this.a=typeof Xe.a=="number"?f(Xe.a,1):1;else if(It("hsl"))this.fromHsl(Xe);else if(It("hsv"))this.fromHsv(Xe);else throw new Error("@ant-design/fast-color: unsupported input "+JSON.stringify(Xe))}setR(Xe){return this._sc("r",Xe)}setG(Xe){return this._sc("g",Xe)}setB(Xe){return this._sc("b",Xe)}setA(Xe){return this._sc("a",Xe,1)}setHue(Xe){const It=this.toHsv();return It.h=Xe,this._c(It)}getLuminance(){function Xe(bt){const mt=bt/255;return mt<=.03928?mt/12.92:Math.pow((mt+.055)/1.055,2.4)}const It=Xe(this.r),Zt=Xe(this.g),ot=Xe(this.b);return .2126*It+.7152*Zt+.0722*ot}getHue(){if(typeof this._h=="undefined"){const Xe=this.getMax()-this.getMin();Xe===0?this._h=0:this._h=i(60*(this.r===this.getMax()?(this.g-this.b)/Xe+(this.g<this.b?6:0):this.g===this.getMax()?(this.b-this.r)/Xe+2:(this.r-this.g)/Xe+4))}return this._h}getSaturation(){if(typeof this._s=="undefined"){const Xe=this.getMax()-this.getMin();Xe===0?this._s=0:this._s=Xe/this.getMax()}return this._s}getLightness(){return typeof this._l=="undefined"&&(this._l=(this.getMax()+this.getMin())/510),this._l}getValue(){return typeof this._v=="undefined"&&(this._v=this.getMax()/255),this._v}getBrightness(){return typeof this._brightness=="undefined"&&(this._brightness=(this.r*299+this.g*587+this.b*114)/1e3),this._brightness}darken(Xe=10){const It=this.getHue(),Zt=this.getSaturation();let ot=this.getLightness()-Xe/100;return ot<0&&(ot=0),this._c({h:It,s:Zt,l:ot,a:this.a})}lighten(Xe=10){const It=this.getHue(),Zt=this.getSaturation();let ot=this.getLightness()+Xe/100;return ot>1&&(ot=1),this._c({h:It,s:Zt,l:ot,a:this.a})}mix(Xe,It=50){const Zt=this._c(Xe),ot=It/100,bt=et=>(Zt[et]-this[et])*ot+this[et],mt={r:i(bt("r")),g:i(bt("g")),b:i(bt("b")),a:i(bt("a")*100)/100};return this._c(mt)}tint(Xe=10){return this.mix({r:255,g:255,b:255,a:1},Xe)}shade(Xe=10){return this.mix({r:0,g:0,b:0,a:1},Xe)}onBackground(Xe){const It=this._c(Xe),Zt=this.a+It.a*(1-this.a),ot=bt=>i((this[bt]*this.a+It[bt]*It.a*(1-this.a))/Zt);return this._c({r:ot("r"),g:ot("g"),b:ot("b"),a:Zt})}isDark(){return this.getBrightness()<128}isLight(){return this.getBrightness()>=128}equals(Xe){return this.r===Xe.r&&this.g===Xe.g&&this.b===Xe.b&&this.a===Xe.a}clone(){return this._c(this)}toHexString(){let Xe="#";const It=(this.r||0).toString(16);Xe+=It.length===2?It:"0"+It;const Zt=(this.g||0).toString(16);Xe+=Zt.length===2?Zt:"0"+Zt;const ot=(this.b||0).toString(16);if(Xe+=ot.length===2?ot:"0"+ot,typeof this.a=="number"&&this.a>=0&&this.a<1){const bt=i(this.a*255).toString(16);Xe+=bt.length===2?bt:"0"+bt}return Xe}toHsl(){return{h:this.getHue(),s:this.getSaturation(),l:this.getLightness(),a:this.a}}toHslString(){const Xe=this.getHue(),It=i(this.getSaturation()*100),Zt=i(this.getLightness()*100);return this.a!==1?`hsla(${Xe},${It}%,${Zt}%,${this.a})`:`hsl(${Xe},${It}%,${Zt}%)`}toHsv(){return{h:this.getHue(),s:this.getSaturation(),v:this.getValue(),a:this.a}}toRgb(){return{r:this.r,g:this.g,b:this.b,a:this.a}}toRgbString(){return this.a!==1?`rgba(${this.r},${this.g},${this.b},${this.a})`:`rgb(${this.r},${this.g},${this.b})`}toString(){return this.toRgbString()}_sc(Xe,It,Zt){const ot=this.clone();return ot[Xe]=f(It,Zt),ot}_c(Xe){return new this.constructor(Xe)}getMax(){return typeof this._max=="undefined"&&(this._max=Math.max(this.r,this.g,this.b)),this._max}getMin(){return typeof this._min=="undefined"&&(this._min=Math.min(this.r,this.g,this.b)),this._min}fromHexString(Xe){const It=Xe.replace("#","");function Zt(ot,bt){return parseInt(It[ot]+It[bt||ot],16)}It.length<6?(this.r=Zt(0),this.g=Zt(1),this.b=Zt(2),this.a=It[3]?Zt(3)/255:1):(this.r=Zt(0,1),this.g=Zt(2,3),this.b=Zt(4,5),this.a=It[6]?Zt(6,7)/255:1)}fromHsl({h:Xe,s:It,l:Zt,a:ot}){if(this._h=Xe%360,this._s=It,this._l=Zt,this.a=typeof ot=="number"?ot:1,It<=0){const Ue=i(Zt*255);this.r=Ue,this.g=Ue,this.b=Ue}let bt=0,mt=0,et=0;const He=Xe/60,_e=(1-Math.abs(2*Zt-1))*It,Se=_e*(1-Math.abs(He%2-1));He>=0&&He<1?(bt=_e,mt=Se):He>=1&&He<2?(bt=Se,mt=_e):He>=2&&He<3?(mt=_e,et=Se):He>=3&&He<4?(mt=Se,et=_e):He>=4&&He<5?(bt=Se,et=_e):He>=5&&He<6&&(bt=_e,et=Se);const Me=Zt-_e/2;this.r=i((bt+Me)*255),this.g=i((mt+Me)*255),this.b=i((et+Me)*255)}fromHsv({h:Xe,s:It,v:Zt,a:ot}){this._h=Xe%360,this._s=It,this._v=Zt,this.a=typeof ot=="number"?ot:1;const bt=i(Zt*255);if(this.r=bt,this.g=bt,this.b=bt,It<=0)return;const mt=Xe/60,et=Math.floor(mt),He=mt-et,_e=i(Zt*(1-It)*255),Se=i(Zt*(1-It*He)*255),Me=i(Zt*(1-It*(1-He))*255);switch(et){case 0:this.g=Me,this.b=_e;break;case 1:this.r=Se,this.b=_e;break;case 2:this.r=_e,this.b=Me;break;case 3:this.r=_e,this.g=Se;break;case 4:this.r=Me,this.g=_e;break;case 5:default:this.g=_e,this.b=Se;break}}fromHsvString(Xe){const It=l(Xe,c);this.fromHsv({h:It[0],s:It[1],v:It[2],a:It[3]})}fromHslString(Xe){const It=l(Xe,c);this.fromHsl({h:It[0],s:It[1],l:It[2],a:It[3]})}fromRgbString(Xe){const It=l(Xe,(Zt,ot)=>ot.includes("%")?i(Zt/100*255):Zt);this.r=It[0],this.g=It[1],this.b=It[2],this.a=It[3]}}var h=2,u=.16,a=.05,x=.05,p=.15,y=5,m=4,b=[{index:7,amount:15},{index:6,amount:25},{index:5,amount:30},{index:5,amount:45},{index:5,amount:65},{index:5,amount:85},{index:4,amount:90},{index:3,amount:95},{index:2,amount:97},{index:1,amount:98}];function S(tr,Xe,It){var Zt;return Math.round(tr.h)>=60&&Math.round(tr.h)<=240?Zt=It?Math.round(tr.h)-h*Xe:Math.round(tr.h)+h*Xe:Zt=It?Math.round(tr.h)+h*Xe:Math.round(tr.h)-h*Xe,Zt<0?Zt+=360:Zt>=360&&(Zt-=360),Zt}function k(tr,Xe,It){if(tr.h===0&&tr.s===0)return tr.s;var Zt;return It?Zt=tr.s-u*Xe:Xe===m?Zt=tr.s+u:Zt=tr.s+a*Xe,Zt>1&&(Zt=1),It&&Xe===y&&Zt>.1&&(Zt=.1),Zt<.06&&(Zt=.06),Math.round(Zt*100)/100}function R(tr,Xe,It){var Zt;return It?Zt=tr.v+x*Xe:Zt=tr.v-p*Xe,Zt=Math.max(0,Math.min(1,Zt)),Math.round(Zt*100)/100}function A(tr){for(var Xe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},It=[],Zt=new o(tr),ot=Zt.toHsv(),bt=y;bt>0;bt-=1){var mt=new o({h:S(ot,bt,!0),s:k(ot,bt,!0),v:R(ot,bt,!0)});It.push(mt)}It.push(Zt);for(var et=1;et<=m;et+=1){var He=new o({h:S(ot,et),s:k(ot,et),v:R(ot,et)});It.push(He)}return Xe.theme==="dark"?b.map(function(_e){var Se=_e.index,Me=_e.amount;return new o(Xe.backgroundColor||"#141414").mix(It[Se],Me).toHexString()}):It.map(function(_e){return _e.toHexString()})}var O={red:"#F5222D",volcano:"#FA541C",orange:"#FA8C16",gold:"#FAAD14",yellow:"#FADB14",lime:"#A0D911",green:"#52C41A",cyan:"#13C2C2",blue:"#1677FF",geekblue:"#2F54EB",purple:"#722ED1",magenta:"#EB2F96",grey:"#666666"},M=["#fff1f0","#ffccc7","#ffa39e","#ff7875","#ff4d4f","#f5222d","#cf1322","#a8071a","#820014","#5c0011"];M.primary=M[5];var B=["#fff2e8","#ffd8bf","#ffbb96","#ff9c6e","#ff7a45","#fa541c","#d4380d","#ad2102","#871400","#610b00"];B.primary=B[5];var U=["#fff7e6","#ffe7ba","#ffd591","#ffc069","#ffa940","#fa8c16","#d46b08","#ad4e00","#873800","#612500"];U.primary=U[5];var X=["#fffbe6","#fff1b8","#ffe58f","#ffd666","#ffc53d","#faad14","#d48806","#ad6800","#874d00","#613400"];X.primary=X[5];var G=["#feffe6","#ffffb8","#fffb8f","#fff566","#ffec3d","#fadb14","#d4b106","#ad8b00","#876800","#614700"];G.primary=G[5];var V=["#fcffe6","#f4ffb8","#eaff8f","#d3f261","#bae637","#a0d911","#7cb305","#5b8c00","#3f6600","#254000"];V.primary=V[5];var ae=["#f6ffed","#d9f7be","#b7eb8f","#95de64","#73d13d","#52c41a","#389e0d","#237804","#135200","#092b00"];ae.primary=ae[5];var ie=["#e6fffb","#b5f5ec","#87e8de","#5cdbd3","#36cfc9","#13c2c2","#08979c","#006d75","#00474f","#002329"];ie.primary=ie[5];var ue=["#e6f4ff","#bae0ff","#91caff","#69b1ff","#4096ff","#1677ff","#0958d9","#003eb3","#002c8c","#001d66"];ue.primary=ue[5];var Q=["#f0f5ff","#d6e4ff","#adc6ff","#85a5ff","#597ef7","#2f54eb","#1d39c4","#10239e","#061178","#030852"];Q.primary=Q[5];var J=["#f9f0ff","#efdbff","#d3adf7","#b37feb","#9254de","#722ed1","#531dab","#391085","#22075e","#120338"];J.primary=J[5];var K=["#fff0f6","#ffd6e7","#ffadd2","#ff85c0","#f759ab","#eb2f96","#c41d7f","#9e1068","#780650","#520339"];K.primary=K[5];var oe=["#a6a6a6","#999999","#8c8c8c","#808080","#737373","#666666","#404040","#1a1a1a","#000000","#000000"];oe.primary=oe[5];var ee=oe,q={red:M,volcano:B,orange:U,gold:X,yellow:G,lime:V,green:ae,cyan:ie,blue:ue,geekblue:Q,purple:J,magenta:K,grey:oe},le=["#2a1215","#431418","#58181c","#791a1f","#a61d24","#d32029","#e84749","#f37370","#f89f9a","#fac8c3"];le.primary=le[5];var Z=["#2b1611","#441d12","#592716","#7c3118","#aa3e19","#d84a1b","#e87040","#f3956a","#f8b692","#fad4bc"];Z.primary=Z[5];var j=["#2b1d11","#442a11","#593815","#7c4a15","#aa6215","#d87a16","#e89a3c","#f3b765","#f8cf8d","#fae3b7"];j.primary=j[5];var se=["#2b2111","#443111","#594214","#7c5914","#aa7714","#d89614","#e8b339","#f3cc62","#f8df8b","#faedb5"];se.primary=se[5];var me=["#2b2611","#443b11","#595014","#7c6e14","#aa9514","#d8bd14","#e8d639","#f3ea62","#f8f48b","#fafab5"];me.primary=me[5];var Oe=["#1f2611","#2e3c10","#3e4f13","#536d13","#6f9412","#8bbb11","#a9d134","#c9e75d","#e4f88b","#f0fab5"];Oe.primary=Oe[5];var ke=["#162312","#1d3712","#274916","#306317","#3c8618","#49aa19","#6abe39","#8fd460","#b2e58b","#d5f2bb"];ke.primary=ke[5];var $e=["#112123","#113536","#144848","#146262","#138585","#13a8a8","#33bcb7","#58d1c9","#84e2d8","#b2f1e8"];$e.primary=$e[5];var Ne=["#111a2c","#112545","#15325b","#15417e","#1554ad","#1668dc","#3c89e8","#65a9f3","#8dc5f8","#b7dcfa"];Ne.primary=Ne[5];var Ft=["#131629","#161d40","#1c2755","#203175","#263ea0","#2b4acb","#5273e0","#7f9ef3","#a8c1f8","#d2e0fa"];Ft.primary=Ft[5];var wt=["#1a1325","#24163a","#301c4d","#3e2069","#51258f","#642ab5","#854eca","#ab7ae0","#cda8f0","#ebd7fa"];wt.primary=wt[5];var Pt=["#291321","#40162f","#551c3b","#75204f","#a02669","#cb2b83","#e0529c","#f37fb7","#f8a8cc","#fad2e3"];Pt.primary=Pt[5];var Jt=["#151515","#1f1f1f","#2d2d2d","#393939","#494949","#5a5a5a","#6a6a6a","#7b7b7b","#888888","#969696"];Jt.primary=Jt[5];var er={red:le,volcano:Z,orange:j,gold:se,yellow:me,lime:Oe,green:ke,cyan:$e,blue:Ne,geekblue:Ft,purple:wt,magenta:Pt,grey:Jt}},93083:function(d,_,e){"use strict";e.r(_),e.d(_,{Keyframes:function(){return Js},NaNLinter:function(){return ja},StyleContext:function(){return ie},StyleProvider:function(){return ae},Theme:function(){return Pt},_experimental:function(){return Au},createCache:function(){return G},createTheme:function(){return er},extractStyle:function(){return So},genCalc:function(){return ke},getComputedToken:function(){return _r},legacyLogicalPropertiesTransformer:function(){return Uo},legacyNotSelectorLinter:function(){return _s},logicalPropertiesLinter:function(){return Ys},parentSelectorLinter:function(){return Ua},px2remTransformer:function(){return hu},token2CSSVar:function(){return Pe},unit:function(){return Gt},useCSSVarRegister:function(){return Do},useCacheToken:function(){return sn},useStyleRegister:function(){return Qa}});var r=e(50298),i=e(4635),l=e(95190),c=e(20439);function f(qt){for(var hr=0,or,gr=0,Sr=qt.length;Sr>=4;++gr,Sr-=4)or=qt.charCodeAt(gr)&255|(qt.charCodeAt(++gr)&255)<<8|(qt.charCodeAt(++gr)&255)<<16|(qt.charCodeAt(++gr)&255)<<24,or=(or&65535)*1540483477+((or>>>16)*59797<<16),or^=or>>>24,hr=(or&65535)*1540483477+((or>>>16)*59797<<16)^(hr&65535)*1540483477+((hr>>>16)*59797<<16);switch(Sr){case 3:hr^=(qt.charCodeAt(gr+2)&255)<<16;case 2:hr^=(qt.charCodeAt(gr+1)&255)<<8;case 1:hr^=qt.charCodeAt(gr)&255,hr=(hr&65535)*1540483477+((hr>>>16)*59797<<16)}return hr^=hr>>>13,hr=(hr&65535)*1540483477+((hr>>>16)*59797<<16),((hr^hr>>>15)>>>0).toString(36)}var o=f,h=e(810),u=e(59301),a=e.t(u,2),x=e(62646),p=e(80547),y=e(13697),m=e(99153),b=e(84851),S="%";function k(qt){return qt.join(S)}var R=function(){function qt(hr){(0,m.Z)(this,qt),(0,i.Z)(this,"instanceId",void 0),(0,i.Z)(this,"cache",new Map),this.instanceId=hr}return(0,b.Z)(qt,[{key:"get",value:function(or){return this.opGet(k(or))}},{key:"opGet",value:function(or){return this.cache.get(or)||null}},{key:"update",value:function(or,gr){return this.opUpdate(k(or),gr)}},{key:"opUpdate",value:function(or,gr){var Sr=this.cache.get(or),bn=gr(Sr);bn===null?this.cache.delete(or):this.cache.set(or,bn)}}]),qt}(),A=R,O=["children"],M="data-token-hash",B="data-css-hash",U="data-cache-path",X="__cssinjs_instance__";function G(){var qt=Math.random().toString(12).slice(2);if(typeof document!="undefined"&&document.head&&document.body){var hr=document.body.querySelectorAll("style[".concat(B,"]"))||[],or=document.head.firstChild;Array.from(hr).forEach(function(Sr){Sr[X]=Sr[X]||qt,Sr[X]===qt&&document.head.insertBefore(Sr,or)});var gr={};Array.from(document.querySelectorAll("style[".concat(B,"]"))).forEach(function(Sr){var bn=Sr.getAttribute(B);if(gr[bn]){if(Sr[X]===qt){var Sn;(Sn=Sr.parentNode)===null||Sn===void 0||Sn.removeChild(Sr)}}else gr[bn]=!0})}return new A(qt)}var V=u.createContext({hashPriority:"low",cache:G(),defaultCache:!0}),ae=function(hr){var or=hr.children,gr=(0,x.Z)(hr,O),Sr=u.useContext(V),bn=(0,p.Z)(function(){var Sn=(0,c.Z)({},Sr);Object.keys(gr).forEach(function(Bn){var Kn=gr[Bn];gr[Bn]!==void 0&&(Sn[Bn]=Kn)});var Un=gr.cache;return Sn.cache=Sn.cache||G(),Sn.defaultCache=!Un&&Sr.defaultCache,Sn},[Sr,gr],function(Sn,Un){return!(0,y.Z)(Sn[0],Un[0],!0)||!(0,y.Z)(Sn[1],Un[1],!0)});return u.createElement(V.Provider,{value:bn},or)},ie=V,ue=e(93664),Q=e(47273),J=e(13028),K=e(19257),oe=e(93046),ee=(0,b.Z)(function qt(){(0,m.Z)(this,qt)}),q=ee,le="CALC_UNIT",Z=new RegExp(le,"g");function j(qt){return typeof qt=="number"?"".concat(qt).concat(le):qt}var se=function(qt){(0,K.Z)(or,qt);var hr=(0,oe.Z)(or);function or(gr,Sr){var bn;(0,m.Z)(this,or),bn=hr.call(this),(0,i.Z)((0,J.Z)(bn),"result",""),(0,i.Z)((0,J.Z)(bn),"unitlessCssVar",void 0),(0,i.Z)((0,J.Z)(bn),"lowPriority",void 0);var Sn=(0,ue.Z)(gr);return bn.unitlessCssVar=Sr,gr instanceof or?bn.result="(".concat(gr.result,")"):Sn==="number"?bn.result=j(gr):Sn==="string"&&(bn.result=gr),bn}return(0,b.Z)(or,[{key:"add",value:function(Sr){return Sr instanceof or?this.result="".concat(this.result," + ").concat(Sr.getResult()):(typeof Sr=="number"||typeof Sr=="string")&&(this.result="".concat(this.result," + ").concat(j(Sr))),this.lowPriority=!0,this}},{key:"sub",value:function(Sr){return Sr instanceof or?this.result="".concat(this.result," - ").concat(Sr.getResult()):(typeof Sr=="number"||typeof Sr=="string")&&(this.result="".concat(this.result," - ").concat(j(Sr))),this.lowPriority=!0,this}},{key:"mul",value:function(Sr){return this.lowPriority&&(this.result="(".concat(this.result,")")),Sr instanceof or?this.result="".concat(this.result," * ").concat(Sr.getResult(!0)):(typeof Sr=="number"||typeof Sr=="string")&&(this.result="".concat(this.result," * ").concat(Sr)),this.lowPriority=!1,this}},{key:"div",value:function(Sr){return this.lowPriority&&(this.result="(".concat(this.result,")")),Sr instanceof or?this.result="".concat(this.result," / ").concat(Sr.getResult(!0)):(typeof Sr=="number"||typeof Sr=="string")&&(this.result="".concat(this.result," / ").concat(Sr)),this.lowPriority=!1,this}},{key:"getResult",value:function(Sr){return this.lowPriority||Sr?"(".concat(this.result,")"):this.result}},{key:"equal",value:function(Sr){var bn=this,Sn=Sr||{},Un=Sn.unit,Bn=!0;return typeof Un=="boolean"?Bn=Un:Array.from(this.unitlessCssVar).some(function(Kn){return bn.result.includes(Kn)})&&(Bn=!1),this.result=this.result.replace(Z,Bn?"px":""),typeof this.lowPriority!="undefined"?"calc(".concat(this.result,")"):this.result}}]),or}(q),me=function(qt){(0,K.Z)(or,qt);var hr=(0,oe.Z)(or);function or(gr){var Sr;return(0,m.Z)(this,or),Sr=hr.call(this),(0,i.Z)((0,J.Z)(Sr),"result",0),gr instanceof or?Sr.result=gr.result:typeof gr=="number"&&(Sr.result=gr),Sr}return(0,b.Z)(or,[{key:"add",value:function(Sr){return Sr instanceof or?this.result+=Sr.result:typeof Sr=="number"&&(this.result+=Sr),this}},{key:"sub",value:function(Sr){return Sr instanceof or?this.result-=Sr.result:typeof Sr=="number"&&(this.result-=Sr),this}},{key:"mul",value:function(Sr){return Sr instanceof or?this.result*=Sr.result:typeof Sr=="number"&&(this.result*=Sr),this}},{key:"div",value:function(Sr){return Sr instanceof or?this.result/=Sr.result:typeof Sr=="number"&&(this.result/=Sr),this}},{key:"equal",value:function(){return this.result}}]),or}(q),Oe=function(hr,or){var gr=hr==="css"?se:me;return function(Sr){return new gr(Sr,or)}},ke=Oe;function $e(qt,hr){if(qt.length!==hr.length)return!1;for(var or=0;or<qt.length;or++)if(qt[or]!==hr[or])return!1;return!0}var Ne=function(){function qt(){(0,m.Z)(this,qt),(0,i.Z)(this,"cache",void 0),(0,i.Z)(this,"keys",void 0),(0,i.Z)(this,"cacheCallTimes",void 0),this.cache=new Map,this.keys=[],this.cacheCallTimes=0}return(0,b.Z)(qt,[{key:"size",value:function(){return this.keys.length}},{key:"internalGet",value:function(or){var gr,Sr,bn=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,Sn={map:this.cache};return or.forEach(function(Un){if(!Sn)Sn=void 0;else{var Bn;Sn=(Bn=Sn)===null||Bn===void 0||(Bn=Bn.map)===null||Bn===void 0?void 0:Bn.get(Un)}}),(gr=Sn)!==null&&gr!==void 0&&gr.value&&bn&&(Sn.value[1]=this.cacheCallTimes++),(Sr=Sn)===null||Sr===void 0?void 0:Sr.value}},{key:"get",value:function(or){var gr;return(gr=this.internalGet(or,!0))===null||gr===void 0?void 0:gr[0]}},{key:"has",value:function(or){return!!this.internalGet(or)}},{key:"set",value:function(or,gr){var Sr=this;if(!this.has(or)){if(this.size()+1>qt.MAX_CACHE_SIZE+qt.MAX_CACHE_OFFSET){var bn=this.keys.reduce(function(Kn,lr){var Br=(0,r.Z)(Kn,2),xr=Br[1];return Sr.internalGet(lr)[1]<xr?[lr,Sr.internalGet(lr)[1]]:Kn},[this.keys[0],this.cacheCallTimes]),Sn=(0,r.Z)(bn,1),Un=Sn[0];this.delete(Un)}this.keys.push(or)}var Bn=this.cache;or.forEach(function(Kn,lr){if(lr===or.length-1)Bn.set(Kn,{value:[gr,Sr.cacheCallTimes++]});else{var Br=Bn.get(Kn);Br?Br.map||(Br.map=new Map):Bn.set(Kn,{map:new Map}),Bn=Bn.get(Kn).map}})}},{key:"deleteByPath",value:function(or,gr){var Sr=or.get(gr[0]);if(gr.length===1){var bn;return Sr.map?or.set(gr[0],{map:Sr.map}):or.delete(gr[0]),(bn=Sr.value)===null||bn===void 0?void 0:bn[0]}var Sn=this.deleteByPath(Sr.map,gr.slice(1));return(!Sr.map||Sr.map.size===0)&&!Sr.value&&or.delete(gr[0]),Sn}},{key:"delete",value:function(or){if(this.has(or))return this.keys=this.keys.filter(function(gr){return!$e(gr,or)}),this.deleteByPath(this.cache,or)}}]),qt}();(0,i.Z)(Ne,"MAX_CACHE_SIZE",20),(0,i.Z)(Ne,"MAX_CACHE_OFFSET",5);var Ft=e(48736),wt=0,Pt=function(){function qt(hr){(0,m.Z)(this,qt),(0,i.Z)(this,"derivatives",void 0),(0,i.Z)(this,"id",void 0),this.derivatives=Array.isArray(hr)?hr:[hr],this.id=wt,hr.length===0&&(0,Ft.Kp)(hr.length>0,"[Ant Design CSS-in-JS] Theme should have at least one derivative function."),wt+=1}return(0,b.Z)(qt,[{key:"getDerivativeToken",value:function(or){return this.derivatives.reduce(function(gr,Sr){return Sr(or,gr)},void 0)}}]),qt}(),Jt=new Ne;function er(qt){var hr=Array.isArray(qt)?qt:[qt];return Jt.has(hr)||Jt.set(hr,new Pt(hr)),Jt.get(hr)}var tr=new WeakMap,Xe={};function It(qt,hr){for(var or=tr,gr=0;gr<hr.length;gr+=1){var Sr=hr[gr];or.has(Sr)||or.set(Sr,new WeakMap),or=or.get(Sr)}return or.has(Xe)||or.set(Xe,qt()),or.get(Xe)}var Zt=new WeakMap;function ot(qt){var hr=Zt.get(qt)||"";return hr||(Object.keys(qt).forEach(function(or){var gr=qt[or];hr+=or,gr instanceof Pt?hr+=gr.id:gr&&(0,ue.Z)(gr)==="object"?hr+=ot(gr):hr+=gr}),hr=o(hr),Zt.set(qt,hr)),hr}function bt(qt,hr){return o("".concat(hr,"_").concat(ot(qt)))}var mt="random-".concat(Date.now(),"-").concat(Math.random()).replace(/\./g,""),et="_bAmBoO_";function He(qt,hr,or){if((0,Q.Z)()){var gr,Sr;(0,h.hq)(qt,mt);var bn=document.createElement("div");bn.style.position="fixed",bn.style.left="0",bn.style.top="0",hr==null||hr(bn),document.body.appendChild(bn);var Sn=or?or(bn):(gr=getComputedStyle(bn).content)===null||gr===void 0?void 0:gr.includes(et);return(Sr=bn.parentNode)===null||Sr===void 0||Sr.removeChild(bn),(0,h.jL)(mt),Sn}return!1}var _e=null;function Se(){return _e===void 0&&(_e=He("@layer ".concat(mt," { .").concat(mt,' { content: "').concat(et,'"!important; } }'),function(qt){qt.className=mt})),_e}var Me=void 0;function Ue(){return Me===void 0&&(Me=He(":where(.".concat(mt,') { content: "').concat(et,'"!important; }'),function(qt){qt.className=mt})),Me}var We=void 0;function it(){return We===void 0&&(We=He(".".concat(mt," { inset-block: 93px !important; }"),function(qt){qt.className=mt},function(qt){return getComputedStyle(qt).bottom==="93px"})),We}var ct=(0,Q.Z)();function Gt(qt){return typeof qt=="number"?"".concat(qt,"px"):qt}function $t(qt,hr,or){var gr,Sr=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},bn=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1;if(bn)return qt;var Sn=(0,c.Z)((0,c.Z)({},Sr),{},(gr={},(0,i.Z)(gr,M,hr),(0,i.Z)(gr,B,or),gr)),Un=Object.keys(Sn).map(function(Bn){var Kn=Sn[Bn];return Kn?"".concat(Bn,'="').concat(Kn,'"'):null}).filter(function(Bn){return Bn}).join(" ");return"<style ".concat(Un,">").concat(qt,"</style>")}var Pe=function(hr){var or=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";return"--".concat(or?"".concat(or,"-"):"").concat(hr).replace(/([a-z0-9])([A-Z])/g,"$1-$2").replace(/([A-Z]+)([A-Z][a-z0-9]+)/g,"$1-$2").replace(/([a-z])([A-Z0-9])/g,"$1-$2").toLowerCase()},Qe=function(hr,or,gr){return Object.keys(hr).length?".".concat(or).concat(gr!=null&&gr.scope?".".concat(gr.scope):"","{").concat(Object.entries(hr).map(function(Sr){var bn=(0,r.Z)(Sr,2),Sn=bn[0],Un=bn[1];return"".concat(Sn,":").concat(Un,";")}).join(""),"}"):""},Kt=function(hr,or,gr){var Sr={},bn={};return Object.entries(hr).forEach(function(Sn){var Un,Bn,Kn=(0,r.Z)(Sn,2),lr=Kn[0],Br=Kn[1];if(gr!=null&&(Un=gr.preserve)!==null&&Un!==void 0&&Un[lr])bn[lr]=Br;else if((typeof Br=="string"||typeof Br=="number")&&!(gr!=null&&(Bn=gr.ignore)!==null&&Bn!==void 0&&Bn[lr])){var xr,pn=Pe(lr,gr==null?void 0:gr.prefix);Sr[pn]=typeof Br=="number"&&!(gr!=null&&(xr=gr.unitless)!==null&&xr!==void 0&&xr[lr])?"".concat(Br,"px"):String(Br),bn[lr]="var(".concat(pn,")")}}),[bn,Qe(Sr,or,{scope:gr==null?void 0:gr.scope})]},Lt=e(34280),Ht=(0,c.Z)({},a),Nt=Ht.useInsertionEffect,Ct=function(hr,or,gr){u.useMemo(hr,gr),(0,Lt.Z)(function(){return or(!0)},gr)},Yt=Nt?function(qt,hr,or){return Nt(function(){return qt(),hr()},or)}:Ct,Ge=Yt,fe=(0,c.Z)({},a),pe=fe.useInsertionEffect,Dt=function(hr){var or=[],gr=!1;function Sr(bn){gr||or.push(bn)}return u.useEffect(function(){return gr=!1,function(){gr=!0,or.length&&or.forEach(function(bn){return bn()})}},hr),Sr},Te=function(){return function(hr){hr()}},ht=typeof pe!="undefined"?Dt:Te,Wt=ht;function St(){return!1}var Re=!1;function _t(){return Re}var ze=St;if(0)var we,gt;function kt(qt,hr,or,gr,Sr){var bn=u.useContext(ie),Sn=bn.cache,Un=[qt].concat((0,l.Z)(hr)),Bn=k(Un),Kn=Wt([Bn]),lr=ze(),Br=function(dt){Sn.opUpdate(Bn,function(On){var Yn=On||[void 0,void 0],si=(0,r.Z)(Yn,2),Ki=si[0],jr=Ki===void 0?0:Ki,Gr=si[1],ga=Gr,Pi=ga||or(),aa=[jr,Pi];return dt?dt(aa):aa})};u.useMemo(function(){Br()},[Bn]);var xr=Sn.opGet(Bn),pn=xr[1];return Ge(function(){Sr==null||Sr(pn)},function(Gn){return Br(function(dt){var On=(0,r.Z)(dt,2),Yn=On[0],si=On[1];return Gn&&Yn===0&&(Sr==null||Sr(pn)),[Yn+1,si]}),function(){Sn.opUpdate(Bn,function(dt){var On=dt||[],Yn=(0,r.Z)(On,2),si=Yn[0],Ki=si===void 0?0:si,jr=Yn[1],Gr=Ki-1;return Gr===0?(Kn(function(){(Gn||!Sn.opGet(Bn))&&(gr==null||gr(jr,!1))}),null):[Ki-1,jr]})}},[Bn]),pn}var Fe={},Ir="css",At=new Map;function Vr(qt){At.set(qt,(At.get(qt)||0)+1)}function Qr(qt,hr){if(typeof document!="undefined"){var or=document.querySelectorAll("style[".concat(M,'="').concat(qt,'"]'));or.forEach(function(gr){if(gr[X]===hr){var Sr;(Sr=gr.parentNode)===null||Sr===void 0||Sr.removeChild(gr)}})}}var Er=0;function Lr(qt,hr){At.set(qt,(At.get(qt)||0)-1);var or=Array.from(At.keys()),gr=or.filter(function(Sr){var bn=At.get(Sr)||0;return bn<=0});or.length-gr.length>Er&&gr.forEach(function(Sr){Qr(Sr,hr),At.delete(Sr)})}var _r=function(hr,or,gr,Sr){var bn=gr.getDerivativeToken(hr),Sn=(0,c.Z)((0,c.Z)({},bn),or);return Sr&&(Sn=Sr(Sn)),Sn},Ur="token";function sn(qt,hr){var or=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},gr=(0,u.useContext)(ie),Sr=gr.cache.instanceId,bn=gr.container,Sn=or.salt,Un=Sn===void 0?"":Sn,Bn=or.override,Kn=Bn===void 0?Fe:Bn,lr=or.formatToken,Br=or.getComputedToken,xr=or.cssVar,pn=It(function(){return Object.assign.apply(Object,[{}].concat((0,l.Z)(hr)))},hr),Gn=ot(pn),dt=ot(Kn),On=xr?ot(xr):"",Yn=kt(Ur,[Un,qt.id,Gn,dt,On],function(){var si,Ki=Br?Br(pn,Kn,qt):_r(pn,Kn,qt,lr),jr=(0,c.Z)({},Ki),Gr="";if(xr){var ga=Kt(Ki,xr.key,{prefix:xr.prefix,ignore:xr.ignore,unitless:xr.unitless,preserve:xr.preserve}),Pi=(0,r.Z)(ga,2);Ki=Pi[0],Gr=Pi[1]}var aa=bt(Ki,Un);Ki._tokenKey=aa,jr._tokenKey=bt(jr,Un);var Os=(si=xr==null?void 0:xr.key)!==null&&si!==void 0?si:aa;Ki._themeKey=Os,Vr(Os);var oi="".concat(Ir,"-").concat(o(aa));return Ki._hashId=oi,[Ki,oi,jr,Gr,(xr==null?void 0:xr.key)||""]},function(si){Lr(si[0]._themeKey,Sr)},function(si){var Ki=(0,r.Z)(si,4),jr=Ki[0],Gr=Ki[3];if(xr&&Gr){var ga=(0,h.hq)(Gr,o("css-variables-".concat(jr._themeKey)),{mark:B,prepend:"queue",attachTo:bn,priority:-999});ga[X]=Sr,ga.setAttribute(M,jr._themeKey)}});return Yn}var fn=function(hr,or,gr){var Sr=(0,r.Z)(hr,5),bn=Sr[2],Sn=Sr[3],Un=Sr[4],Bn=gr||{},Kn=Bn.plain;if(!Sn)return null;var lr=bn._tokenKey,Br=-999,xr={"data-rc-order":"prependQueue","data-rc-priority":"".concat(Br)},pn=$t(Sn,Un,lr,xr,Kn);return[Br,lr,pn]},cr=e(14809),Dr={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},ft=Dr,Et="-ms-",zt="-moz-",nr="-webkit-",yr="comm",nt="rule",Nr="decl",en="@page",In="@media",mr="@import",on="@charset",yn="@viewport",wn="@supports",Dn="@document",_i="@namespace",ui="@keyframes",Oi="@font-face",bi="@counter-style",pi="@font-feature-values",ni="@layer",na="@scope",Jn=Math.abs,Ji=String.fromCharCode,yt=Object.assign;function zn(qt,hr){return xi(qt,0)^45?(((hr<<2^xi(qt,0))<<2^xi(qt,1))<<2^xi(qt,2))<<2^xi(qt,3):0}function mi(qt){return qt.trim()}function Xi(qt,hr){return(qt=hr.exec(qt))?qt[0]:qt}function ei(qt,hr,or){return qt.replace(hr,or)}function qi(qt,hr,or){return qt.indexOf(hr,or)}function xi(qt,hr){return qt.charCodeAt(hr)|0}function lt(qt,hr,or){return qt.slice(hr,or)}function _n(qt){return qt.length}function Qt(qt){return qt.length}function vt(qt,hr){return hr.push(qt),qt}function tt(qt,hr){return qt.map(hr).join("")}function Ot(qt,hr){return qt.filter(function(or){return!Xi(or,hr)})}function pt(qt,hr){for(var or="",gr=0;gr<qt.length;gr++)or+=hr(qt[gr],gr,qt,hr)||"";return or}function ur(qt,hr,or,gr){switch(qt.type){case ni:if(qt.children.length)break;case mr:case _i:case Nr:return qt.return=qt.return||qt.value;case yr:return"";case ui:return qt.return=qt.value+"{"+pt(qt.children,gr)+"}";case nt:if(!_n(qt.value=qt.props.join(",")))return""}return _n(or=pt(qt.children,gr))?qt.return=qt.value+"{"+or+"}":""}var fr=1,Cr=1,$r=0,Ze=0,Je=0,xe="";function st(qt,hr,or,gr,Sr,bn,Sn,Un){return{value:qt,root:hr,parent:or,type:gr,props:Sr,children:bn,line:fr,column:Cr,length:Sn,return:"",siblings:Un}}function rr(qt,hr){return assign(st("",null,null,"",null,null,0,qt.siblings),qt,{length:-qt.length},hr)}function Mr(qt){for(;qt.root;)qt=rr(qt.root,{children:[qt]});append(qt,qt.siblings)}function Or(){return Je}function Pr(){return Je=Ze>0?xi(xe,--Ze):0,Cr--,Je===10&&(Cr=1,fr--),Je}function zr(){return Je=Ze<$r?xi(xe,Ze++):0,Cr++,Je===10&&(Cr=1,fr++),Je}function mn(){return xi(xe,Ze)}function Tr(){return Ze}function dn(qt,hr){return lt(xe,qt,hr)}function rn(qt){switch(qt){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function un(qt){return fr=Cr=1,$r=_n(xe=qt),Ze=0,[]}function Tn(qt){return xe="",qt}function va(qt){return mi(dn(Ze-1,Fi(qt===91?qt+2:qt===40?qt+1:qt)))}function Si(qt){return Tn(gn(un(qt)))}function vi(qt){for(;(Je=mn())&&Je<33;)zr();return rn(qt)>2||rn(Je)>3?"":" "}function gn(qt){for(;zr();)switch(rn(Je)){case 0:append($a(Ze-1),qt);break;case 2:append(va(Je),qt);break;default:append(from(Je),qt)}return qt}function ai(qt,hr){for(;--hr&&zr()&&!(Je<48||Je>102||Je>57&&Je<65||Je>70&&Je<97););return dn(qt,Tr()+(hr<6&&mn()==32&&zr()==32))}function Fi(qt){for(;zr();)switch(Je){case qt:return Ze;case 34:case 39:qt!==34&&qt!==39&&Fi(Je);break;case 40:qt===41&&Fi(qt);break;case 92:zr();break}return Ze}function da(qt,hr){for(;zr()&&qt+Je!==57;)if(qt+Je===84&&mn()===47)break;return"/*"+dn(hr,Ze-1)+"*"+Ji(qt===47?qt:zr())}function $a(qt){for(;!rn(mn());)zr();return dn(qt,Ze)}function Ta(qt){return Tn(fs("",null,null,null,[""],qt=un(qt),0,[0],qt))}function fs(qt,hr,or,gr,Sr,bn,Sn,Un,Bn){for(var Kn=0,lr=0,Br=Sn,xr=0,pn=0,Gn=0,dt=1,On=1,Yn=1,si=0,Ki="",jr=Sr,Gr=bn,ga=gr,Pi=Ki;On;)switch(Gn=si,si=zr()){case 40:if(Gn!=108&&xi(Pi,Br-1)==58){qi(Pi+=ei(va(si),"&","&\f"),"&\f",Jn(Kn?Un[Kn-1]:0))!=-1&&(Yn=-1);break}case 34:case 39:case 91:Pi+=va(si);break;case 9:case 10:case 13:case 32:Pi+=vi(Gn);break;case 92:Pi+=ai(Tr()-1,7);continue;case 47:switch(mn()){case 42:case 47:vt(Wa(da(zr(),Tr()),hr,or,Bn),Bn),(rn(Gn||1)==5||rn(mn()||1)==5)&&_n(Pi)&&lt(Pi,-1,void 0)!==" "&&(Pi+=" ");break;default:Pi+="/"}break;case 123*dt:Un[Kn++]=_n(Pi)*Yn;case 125*dt:case 59:case 0:switch(si){case 0:case 125:On=0;case 59+lr:Yn==-1&&(Pi=ei(Pi,/\f/g,"")),pn>0&&(_n(Pi)-Br||dt===0&&Gn===47)&&vt(pn>32?gi(Pi+";",gr,or,Br-1,Bn):gi(ei(Pi," ","")+";",gr,or,Br-2,Bn),Bn);break;case 59:Pi+=";";default:if(vt(ga=ws(Pi,hr,or,Kn,lr,Sr,Un,Ki,jr=[],Gr=[],Br,bn),bn),si===123)if(lr===0)fs(Pi,hr,ga,ga,jr,bn,Br,Un,Gr);else{switch(xr){case 99:if(xi(Pi,3)===110)break;case 108:if(xi(Pi,2)===97)break;default:lr=0;case 100:case 109:case 115:}lr?fs(qt,ga,ga,gr&&vt(ws(qt,ga,ga,0,0,Sr,Un,Ki,Sr,jr=[],Br,Gr),Gr),Sr,Gr,Br,Un,gr?jr:Gr):fs(Pi,ga,ga,ga,[""],Gr,0,Un,Gr)}}Kn=lr=pn=0,dt=Yn=1,Ki=Pi="",Br=Sn;break;case 58:Br=1+_n(Pi),pn=Gn;default:if(dt<1){if(si==123)--dt;else if(si==125&&dt++==0&&Pr()==125)continue}switch(Pi+=Ji(si),si*dt){case 38:Yn=lr>0?1:(Pi+="\f",-1);break;case 44:Un[Kn++]=(_n(Pi)-1)*Yn,Yn=1;break;case 64:mn()===45&&(Pi+=va(zr())),xr=mn(),lr=Br=_n(Ki=Pi+=$a(Tr())),si++;break;case 45:Gn===45&&_n(Pi)==2&&(dt=0)}}return bn}function ws(qt,hr,or,gr,Sr,bn,Sn,Un,Bn,Kn,lr,Br){for(var xr=Sr-1,pn=Sr===0?bn:[""],Gn=Qt(pn),dt=0,On=0,Yn=0;dt<gr;++dt)for(var si=0,Ki=lt(qt,xr+1,xr=Jn(On=Sn[dt])),jr=qt;si<Gn;++si)(jr=mi(On>0?pn[si]+" "+Ki:ei(Ki,/&\f/g,pn[si])))&&(Bn[Yn++]=jr);return st(qt,hr,or,Sr===0?nt:Un,Bn,Kn,lr,Br)}function Wa(qt,hr,or,gr){return st(qt,hr,or,yr,Ji(Or()),lt(qt,2,-2),0,gr)}function gi(qt,hr,or,gr,Sr){return st(qt,hr,or,Nr,lt(qt,0,gr),lt(qt,gr+1,-1),gr,Sr)}function ia(qt,hr){var or=hr.path,gr=hr.parentSelectors;(0,Ft.ZP)(!1,"[Ant Design CSS-in-JS] ".concat(or?"Error in ".concat(or,": "):"").concat(qt).concat(gr.length?" Selector: ".concat(gr.join(" | ")):""))}var os=function(hr,or,gr){if(hr==="content"){var Sr=/(attr|counters?|url|(((repeating-)?(linear|radial))|conic)-gradient)\(|(no-)?(open|close)-quote/,bn=["normal","none","initial","inherit","unset"];(typeof or!="string"||bn.indexOf(or)===-1&&!Sr.test(or)&&(or.charAt(0)!==or.charAt(or.length-1)||or.charAt(0)!=='"'&&or.charAt(0)!=="'"))&&lintWarning("You seem to be using a value for 'content' without quotes, try replacing it with `content: '\"".concat(or,"\"'`."),gr)}},Ga=null,Is=function(hr,or,gr){hr==="animation"&&gr.hashId&&or!=="none"&&lintWarning("You seem to be using hashed animation '".concat(or,"', in which case 'animationName' with Keyframe as value is recommended."),gr)},Vi=null;function vs(qt){var hr,or=((hr=qt.match(/:not\(([^)]*)\)/))===null||hr===void 0?void 0:hr[1])||"",gr=or.split(/(\[[^[]*])|(?=[.#])/).filter(function(Sr){return Sr});return gr.length>1}function bo(qt){return qt.parentSelectors.reduce(function(hr,or){return hr?or.includes("&")?or.replace(/&/g,hr):"".concat(hr," ").concat(or):or},"")}var Bi=function(hr,or,gr){var Sr=bo(gr),bn=Sr.match(/:not\([^)]*\)/g)||[];bn.length>0&&bn.some(vs)&&ia("Concat ':not' selector not support in legacy browsers.",gr)},_s=Bi,Na=function(hr,or,gr){switch(hr){case"marginLeft":case"marginRight":case"paddingLeft":case"paddingRight":case"left":case"right":case"borderLeft":case"borderLeftWidth":case"borderLeftStyle":case"borderLeftColor":case"borderRight":case"borderRightWidth":case"borderRightStyle":case"borderRightColor":case"borderTopLeftRadius":case"borderTopRightRadius":case"borderBottomLeftRadius":case"borderBottomRightRadius":ia("You seem to be using non-logical property '".concat(hr,"' which is not compatible with RTL mode. Please use logical properties and values instead. For more information: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Logical_Properties."),gr);return;case"margin":case"padding":case"borderWidth":case"borderStyle":if(typeof or=="string"){var Sr=or.split(" ").map(function(Un){return Un.trim()});Sr.length===4&&Sr[1]!==Sr[3]&&ia("You seem to be using '".concat(hr,"' property with different left ").concat(hr," and right ").concat(hr,", which is not compatible with RTL mode. Please use logical properties and values instead. For more information: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Logical_Properties."),gr)}return;case"clear":case"textAlign":(or==="left"||or==="right")&&ia("You seem to be using non-logical value '".concat(or,"' of ").concat(hr,", which is not compatible with RTL mode. Please use logical properties and values instead. For more information: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Logical_Properties."),gr);return;case"borderRadius":if(typeof or=="string"){var bn=or.split("/").map(function(Un){return Un.trim()}),Sn=bn.reduce(function(Un,Bn){if(Un)return Un;var Kn=Bn.split(" ").map(function(lr){return lr.trim()});return Kn.length>=2&&Kn[0]!==Kn[1]||Kn.length===3&&Kn[1]!==Kn[2]||Kn.length===4&&Kn[2]!==Kn[3]?!0:Un},!1);Sn&&ia("You seem to be using non-logical value '".concat(or,"' of ").concat(hr,", which is not compatible with RTL mode. Please use logical properties and values instead. For more information: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Logical_Properties."),gr)}return;default:}},Ys=Na,Rn=function(hr,or,gr){(typeof or=="string"&&/NaN/g.test(or)||Number.isNaN(or))&&ia("Unexpected 'NaN' in property '".concat(hr,": ").concat(or,"'."),gr)},ja=Rn,cs=function(hr,or,gr){gr.parentSelectors.some(function(Sr){var bn=Sr.split(",");return bn.some(function(Sn){return Sn.split("&").length>2})})&&ia("Should not use more than one `&` in a selector.",gr)},Ua=cs,zi="data-ant-cssinjs-cache-path",Ra="_FILE_STYLE__";function Oa(qt){return Object.keys(qt).map(function(hr){var or=qt[hr];return"".concat(hr,":").concat(or)}).join(";")}var Es,Xs=!0;function xo(qt){var hr=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;Es=qt,Xs=hr}function ho(){if(!Es&&(Es={},(0,Q.Z)())){var qt=document.createElement("div");qt.className=zi,qt.style.position="fixed",qt.style.visibility="hidden",qt.style.top="-9999px",document.body.appendChild(qt);var hr=getComputedStyle(qt).content||"";hr=hr.replace(/^"/,"").replace(/"$/,""),hr.split(";").forEach(function(Sr){var bn=Sr.split(":"),Sn=(0,r.Z)(bn,2),Un=Sn[0],Bn=Sn[1];Es[Un]=Bn});var or=document.querySelector("style[".concat(zi,"]"));if(or){var gr;Xs=!1,(gr=or.parentNode)===null||gr===void 0||gr.removeChild(or)}document.body.removeChild(qt)}}function Ea(qt){return ho(),!!Es[qt]}function gs(qt){var hr=Es[qt],or=null;if(hr&&(0,Q.Z)())if(Xs)or=Ra;else{var gr=document.querySelector("style[".concat(B,'="').concat(Es[qt],'"]'));gr?or=gr.innerHTML:delete Es[qt]}return[or,hr]}var Zs="_skip_check_",no="_multi_value_";function wo(qt){var hr=pt(Ta(qt),ur);return hr.replace(/\{%%%\:[^;];}/g,";")}function Eo(qt){return(0,ue.Z)(qt)==="object"&&qt&&(Zs in qt||no in qt)}function po(qt,hr,or){if(!hr)return qt;var gr=".".concat(hr),Sr=or==="low"?":where(".concat(gr,")"):gr,bn=qt.split(",").map(function(Sn){var Un,Bn=Sn.trim().split(/\s+/),Kn=Bn[0]||"",lr=((Un=Kn.match(/^\w+/))===null||Un===void 0?void 0:Un[0])||"";return Kn="".concat(lr).concat(Sr).concat(Kn.slice(lr.length)),[Kn].concat((0,l.Z)(Bn.slice(1))).join(" ")});return bn.join(",")}var fi=function qt(hr){var or=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},gr=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{root:!0,parentSelectors:[]},Sr=gr.root,bn=gr.injectHash,Sn=gr.parentSelectors,Un=or.hashId,Bn=or.layer,Kn=or.path,lr=or.hashPriority,Br=or.transformers,xr=Br===void 0?[]:Br,pn=or.linters,Gn=pn===void 0?[]:pn,dt="",On={};function Yn(jr){var Gr=jr.getName(Un);if(!On[Gr]){var ga=qt(jr.style,or,{root:!1,parentSelectors:Sn}),Pi=(0,r.Z)(ga,1),aa=Pi[0];On[Gr]="@keyframes ".concat(jr.getName(Un)).concat(aa)}}function si(jr){var Gr=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[];return jr.forEach(function(ga){Array.isArray(ga)?si(ga,Gr):ga&&Gr.push(ga)}),Gr}var Ki=si(Array.isArray(hr)?hr:[hr]);return Ki.forEach(function(jr){var Gr=typeof jr=="string"&&!Sr?{}:jr;if(typeof Gr=="string")dt+="".concat(Gr,`
`);else if(Gr._keyframe)Yn(Gr);else{var ga=xr.reduce(function(Pi,aa){var Os;return(aa==null||(Os=aa.visit)===null||Os===void 0?void 0:Os.call(aa,Pi))||Pi},Gr);Object.keys(ga).forEach(function(Pi){var aa=ga[Pi];if((0,ue.Z)(aa)==="object"&&aa&&(Pi!=="animationName"||!aa._keyframe)&&!Eo(aa)){var Os=!1,oi=Pi.trim(),Ws=!1;(Sr||bn)&&Un?oi.startsWith("@")?Os=!0:oi==="&"?oi=po("",Un,lr):oi=po(Pi,Un,lr):Sr&&!Un&&(oi==="&"||oi==="")&&(oi="",Ws=!0);var zo=qt(aa,or,{root:Ws,injectHash:Os,parentSelectors:[].concat((0,l.Z)(Sn),[oi])}),Ls=(0,r.Z)(zo,2),ya=Ls[0],Va=Ls[1];On=(0,c.Z)((0,c.Z)({},On),Va),dt+="".concat(oi).concat(ya)}else{let Ns=function(js,Ye){var qe=js.replace(/[A-Z]/g,function(Vt){return"-".concat(Vt.toLowerCase())}),Mt=Ye;!ft[js]&&typeof Mt=="number"&&Mt!==0&&(Mt="".concat(Mt,"px")),js==="animationName"&&Ye!==null&&Ye!==void 0&&Ye._keyframe&&(Yn(Ye),Mt=Ye.getName(Un)),dt+="".concat(qe,":").concat(Mt,";")};var ys,Nn=(ys=aa==null?void 0:aa.value)!==null&&ys!==void 0?ys:aa;(0,ue.Z)(aa)==="object"&&aa!==null&&aa!==void 0&&aa[no]&&Array.isArray(Nn)?Nn.forEach(function(js){Ns(Pi,js)}):Ns(Pi,Nn)}})}}),Sr?Bn&&(dt&&(dt="@layer ".concat(Bn.name," {").concat(dt,"}")),Bn.dependencies&&(On["@layer ".concat(Bn.name)]=Bn.dependencies.map(function(jr){return"@layer ".concat(jr,", ").concat(Bn.name,";")}).join(`
`))):dt="{".concat(dt,"}"),[dt,On]};function li(qt,hr){return o("".concat(qt.join("%")).concat(hr))}function za(){return null}var qa="style";function Qa(qt,hr){var or=qt.token,gr=qt.path,Sr=qt.hashId,bn=qt.layer,Sn=qt.nonce,Un=qt.clientOnly,Bn=qt.order,Kn=Bn===void 0?0:Bn,lr=u.useContext(ie),Br=lr.autoClear,xr=lr.mock,pn=lr.defaultCache,Gn=lr.hashPriority,dt=lr.container,On=lr.ssrInline,Yn=lr.transformers,si=lr.linters,Ki=lr.cache,jr=lr.layer,Gr=or._tokenKey,ga=[Gr];jr&&ga.push("layer"),ga.push.apply(ga,(0,l.Z)(gr));var Pi=ct,aa=kt(qa,ga,function(){var Ls=ga.join("|");if(Ea(Ls)){var ya=gs(Ls),Va=(0,r.Z)(ya,2),ys=Va[0],Nn=Va[1];if(ys)return[ys,Gr,Nn,{},Un,Kn]}var Ns=hr(),js=fi(Ns,{hashId:Sr,hashPriority:Gn,layer:jr?bn:void 0,path:gr.join("-"),transformers:Yn,linters:si}),Ye=(0,r.Z)(js,2),qe=Ye[0],Mt=Ye[1],Vt=wo(qe),pr=li(ga,Vt);return[Vt,Gr,pr,Mt,Un,Kn]},function(Ls,ya){var Va=(0,r.Z)(Ls,3),ys=Va[2];(ya||Br)&&ct&&(0,h.jL)(ys,{mark:B})},function(Ls){var ya=(0,r.Z)(Ls,4),Va=ya[0],ys=ya[1],Nn=ya[2],Ns=ya[3];if(Pi&&Va!==Ra){var js={mark:B,prepend:jr?!1:"queue",attachTo:dt,priority:Kn},Ye=typeof Sn=="function"?Sn():Sn;Ye&&(js.csp={nonce:Ye});var qe=[],Mt=[];Object.keys(Ns).forEach(function(pr){pr.startsWith("@layer")?qe.push(pr):Mt.push(pr)}),qe.forEach(function(pr){(0,h.hq)(wo(Ns[pr]),"_layer-".concat(pr),(0,c.Z)((0,c.Z)({},js),{},{prepend:!0}))});var Vt=(0,h.hq)(Va,Nn,js);Vt[X]=Ki.instanceId,Vt.setAttribute(M,Gr),Mt.forEach(function(pr){(0,h.hq)(wo(Ns[pr]),"_effect-".concat(pr),js)})}}),Os=(0,r.Z)(aa,3),oi=Os[0],Ws=Os[1],zo=Os[2];return function(Ls){var ya;if(!On||Pi||!pn)ya=u.createElement(za,null);else{var Va;ya=u.createElement("style",(0,cr.Z)({},(Va={},(0,i.Z)(Va,M,Ws),(0,i.Z)(Va,B,zo),Va),{dangerouslySetInnerHTML:{__html:oi}}))}return u.createElement(u.Fragment,null,ya,Ls)}}var qs=function(hr,or,gr){var Sr=(0,r.Z)(hr,6),bn=Sr[0],Sn=Sr[1],Un=Sr[2],Bn=Sr[3],Kn=Sr[4],lr=Sr[5],Br=gr||{},xr=Br.plain;if(Kn)return null;var pn=bn,Gn={"data-rc-order":"prependQueue","data-rc-priority":"".concat(lr)};return pn=$t(bn,Sn,Un,Gn,xr),Bn&&Object.keys(Bn).forEach(function(dt){if(!or[dt]){or[dt]=!0;var On=wo(Bn[dt]),Yn=$t(On,Sn,"_effect-".concat(dt),Gn,xr);dt.startsWith("@layer")?pn=Yn+pn:pn+=Yn}}),[lr,Un,pn]},Qs="cssVar",qo=function(hr,or){var gr=hr.key,Sr=hr.prefix,bn=hr.unitless,Sn=hr.ignore,Un=hr.token,Bn=hr.scope,Kn=Bn===void 0?"":Bn,lr=(0,u.useContext)(ie),Br=lr.cache.instanceId,xr=lr.container,pn=Un._tokenKey,Gn=[].concat((0,l.Z)(hr.path),[gr,Kn,pn]),dt=kt(Qs,Gn,function(){var On=or(),Yn=Kt(On,gr,{prefix:Sr,unitless:bn,ignore:Sn,scope:Kn}),si=(0,r.Z)(Yn,2),Ki=si[0],jr=si[1],Gr=li(Gn,jr);return[Ki,jr,Gr,gr]},function(On){var Yn=(0,r.Z)(On,3),si=Yn[2];ct&&(0,h.jL)(si,{mark:B})},function(On){var Yn=(0,r.Z)(On,3),si=Yn[1],Ki=Yn[2];if(si){var jr=(0,h.hq)(si,Ki,{mark:B,prepend:"queue",attachTo:xr,priority:-999});jr[X]=Br,jr.setAttribute(M,gr)}});return dt},ds=function(hr,or,gr){var Sr=(0,r.Z)(hr,4),bn=Sr[1],Sn=Sr[2],Un=Sr[3],Bn=gr||{},Kn=Bn.plain;if(!bn)return null;var lr=-999,Br={"data-rc-order":"prependQueue","data-rc-priority":"".concat(lr)},xr=$t(bn,Un,Sn,Br,Kn);return[lr,Sn,xr]},Do=qo,ko,$o=(ko={},(0,i.Z)(ko,qa,qs),(0,i.Z)(ko,Ur,fn),(0,i.Z)(ko,Qs,ds),ko);function Su(qt){return qt!==null}function So(qt,hr){var or=typeof hr=="boolean"?{plain:hr}:hr||{},gr=or.plain,Sr=gr===void 0?!1:gr,bn=or.types,Sn=bn===void 0?["style","token","cssVar"]:bn,Un=new RegExp("^(".concat((typeof Sn=="string"?[Sn]:Sn).join("|"),")%")),Bn=Array.from(qt.cache.keys()).filter(function(xr){return Un.test(xr)}),Kn={},lr={},Br="";return Bn.map(function(xr){var pn=xr.replace(Un,"").replace(/%/g,"|"),Gn=xr.split("%"),dt=(0,r.Z)(Gn,1),On=dt[0],Yn=$o[On],si=Yn(qt.cache.get(xr)[1],Kn,{plain:Sr});if(!si)return null;var Ki=(0,r.Z)(si,3),jr=Ki[0],Gr=Ki[1],ga=Ki[2];return xr.startsWith("style")&&(lr[pn]=Gr),[jr,ga]}).filter(Su).sort(function(xr,pn){var Gn=(0,r.Z)(xr,1),dt=Gn[0],On=(0,r.Z)(pn,1),Yn=On[0];return dt-Yn}).forEach(function(xr){var pn=(0,r.Z)(xr,2),Gn=pn[1];Br+=Gn}),Br+=$t(".".concat(zi,'{content:"').concat(Oa(lr),'";}'),void 0,void 0,(0,i.Z)({},zi,zi),Sr),Br}var mo=function(){function qt(hr,or){(0,m.Z)(this,qt),(0,i.Z)(this,"name",void 0),(0,i.Z)(this,"style",void 0),(0,i.Z)(this,"_keyframe",!0),this.name=hr,this.style=or}return(0,b.Z)(qt,[{key:"getName",value:function(){var or=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return or?"".concat(or,"-").concat(this.name):this.name}}]),qt}(),Js=mo;function ju(qt){if(typeof qt=="number")return[[qt],!1];var hr=String(qt).trim(),or=hr.match(/(.*)(!important)/),gr=(or?or[1]:hr).trim().split(/\s+/),Sr=[],bn=0;return[gr.reduce(function(Sn,Un){if(Un.includes("(")||Un.includes(")")){var Bn=Un.split("(").length-1,Kn=Un.split(")").length-1;bn+=Bn-Kn}return bn>=0&&Sr.push(Un),bn===0&&(Sn.push(Sr.join(" ")),Sr=[]),Sn},[]),!!or]}function Ro(qt){return qt.notSplit=!0,qt}var Lo={inset:["top","right","bottom","left"],insetBlock:["top","bottom"],insetBlockStart:["top"],insetBlockEnd:["bottom"],insetInline:["left","right"],insetInlineStart:["left"],insetInlineEnd:["right"],marginBlock:["marginTop","marginBottom"],marginBlockStart:["marginTop"],marginBlockEnd:["marginBottom"],marginInline:["marginLeft","marginRight"],marginInlineStart:["marginLeft"],marginInlineEnd:["marginRight"],paddingBlock:["paddingTop","paddingBottom"],paddingBlockStart:["paddingTop"],paddingBlockEnd:["paddingBottom"],paddingInline:["paddingLeft","paddingRight"],paddingInlineStart:["paddingLeft"],paddingInlineEnd:["paddingRight"],borderBlock:Ro(["borderTop","borderBottom"]),borderBlockStart:Ro(["borderTop"]),borderBlockEnd:Ro(["borderBottom"]),borderInline:Ro(["borderLeft","borderRight"]),borderInlineStart:Ro(["borderLeft"]),borderInlineEnd:Ro(["borderRight"]),borderBlockWidth:["borderTopWidth","borderBottomWidth"],borderBlockStartWidth:["borderTopWidth"],borderBlockEndWidth:["borderBottomWidth"],borderInlineWidth:["borderLeftWidth","borderRightWidth"],borderInlineStartWidth:["borderLeftWidth"],borderInlineEndWidth:["borderRightWidth"],borderBlockStyle:["borderTopStyle","borderBottomStyle"],borderBlockStartStyle:["borderTopStyle"],borderBlockEndStyle:["borderBottomStyle"],borderInlineStyle:["borderLeftStyle","borderRightStyle"],borderInlineStartStyle:["borderLeftStyle"],borderInlineEndStyle:["borderRightStyle"],borderBlockColor:["borderTopColor","borderBottomColor"],borderBlockStartColor:["borderTopColor"],borderBlockEndColor:["borderBottomColor"],borderInlineColor:["borderLeftColor","borderRightColor"],borderInlineStartColor:["borderLeftColor"],borderInlineEndColor:["borderRightColor"],borderStartStartRadius:["borderTopLeftRadius"],borderStartEndRadius:["borderTopRightRadius"],borderEndStartRadius:["borderBottomLeftRadius"],borderEndEndRadius:["borderBottomRightRadius"]};function $s(qt,hr){var or=qt;return hr&&(or="".concat(or," !important")),{_skip_check_:!0,value:or}}var du={visit:function(hr){var or={};return Object.keys(hr).forEach(function(gr){var Sr=hr[gr],bn=Lo[gr];if(bn&&(typeof Sr=="number"||typeof Sr=="string")){var Sn=ju(Sr),Un=(0,r.Z)(Sn,2),Bn=Un[0],Kn=Un[1];bn.length&&bn.notSplit?bn.forEach(function(lr){or[lr]=$s(Sr,Kn)}):bn.length===1?or[bn[0]]=$s(Bn[0],Kn):bn.length===2?bn.forEach(function(lr,Br){var xr;or[lr]=$s((xr=Bn[Br])!==null&&xr!==void 0?xr:Bn[0],Kn)}):bn.length===4?bn.forEach(function(lr,Br){var xr,pn;or[lr]=$s((xr=(pn=Bn[Br])!==null&&pn!==void 0?pn:Bn[Br-2])!==null&&xr!==void 0?xr:Bn[0],Kn)}):or[gr]=Sr}else or[gr]=Sr}),or}},Uo=du,Ao=/url\([^)]+\)|var\([^)]+\)|(\d*\.?\d+)px/g;function Bs(qt,hr){var or=Math.pow(10,hr+1),gr=Math.floor(qt*or);return Math.round(gr/10)*10/or}var Rs=function(){var hr=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},or=hr.rootValue,gr=or===void 0?16:or,Sr=hr.precision,bn=Sr===void 0?5:Sr,Sn=hr.mediaQuery,Un=Sn===void 0?!1:Sn,Bn=function(Br,xr){if(!xr)return Br;var pn=parseFloat(xr);if(pn<=1)return Br;var Gn=Bs(pn/gr,bn);return"".concat(Gn,"rem")},Kn=function(Br){var xr=(0,c.Z)({},Br);return Object.entries(Br).forEach(function(pn){var Gn=(0,r.Z)(pn,2),dt=Gn[0],On=Gn[1];if(typeof On=="string"&&On.includes("px")){var Yn=On.replace(Ao,Bn);xr[dt]=Yn}!ft[dt]&&typeof On=="number"&&On!==0&&(xr[dt]="".concat(On,"px").replace(Ao,Bn));var si=dt.trim();if(si.startsWith("@")&&si.includes("px")&&Un){var Ki=dt.replace(Ao,Bn);xr[Ki]=xr[dt],delete xr[dt]}}),xr};return{visit:Kn}},hu=Rs,Au={supportModernCSS:function(){return Ue()&&it()}}},7657:function(d,_,e){"use strict";e.d(_,{Z:function(){return le}});var r=e(14809),i=e(50298),l=e(4635),c=e(62646),f=e(59301),o=e(92310),h=e.n(o),u=e(30071),a=e(18418),x=e(20439),p=e(93664),y=e(810),m=e(96452),b=e(48736);function S(Z){return Z.replace(/-(.)/g,function(j,se){return se.toUpperCase()})}function k(Z,j){(0,b.ZP)(Z,"[@ant-design/icons] ".concat(j))}function R(Z){return(0,p.Z)(Z)==="object"&&typeof Z.name=="string"&&typeof Z.theme=="string"&&((0,p.Z)(Z.icon)==="object"||typeof Z.icon=="function")}function A(){var Z=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return Object.keys(Z).reduce(function(j,se){var me=Z[se];switch(se){case"class":j.className=me,delete j.class;break;default:delete j[se],j[S(se)]=me}return j},{})}function O(Z,j,se){return se?f.createElement(Z.tag,(0,x.Z)((0,x.Z)({key:j},A(Z.attrs)),se),(Z.children||[]).map(function(me,Oe){return O(me,"".concat(j,"-").concat(Z.tag,"-").concat(Oe))})):f.createElement(Z.tag,(0,x.Z)({key:j},A(Z.attrs)),(Z.children||[]).map(function(me,Oe){return O(me,"".concat(j,"-").concat(Z.tag,"-").concat(Oe))}))}function M(Z){return(0,u.generate)(Z)[0]}function B(Z){return Z?Array.isArray(Z)?Z:[Z]:[]}var U={width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",focusable:"false"},X=`
.anticon {
display: inline-flex;
align-items: center;
color: inherit;
font-style: normal;
line-height: 0;
text-align: center;
text-transform: none;
vertical-align: -0.125em;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.anticon > * {
line-height: 1;
}
.anticon svg {
display: inline-block;
}
.anticon::before {
display: none;
}
.anticon .anticon-icon {
display: block;
}
.anticon[tabindex] {
cursor: pointer;
}
.anticon-spin::before,
.anticon-spin {
display: inline-block;
-webkit-animation: loadingCircle 1s infinite linear;
animation: loadingCircle 1s infinite linear;
}
@-webkit-keyframes loadingCircle {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes loadingCircle {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
`,G=function(j){var se=(0,f.useContext)(a.Z),me=se.csp,Oe=se.prefixCls,ke=se.layer,$e=X;Oe&&($e=$e.replace(/anticon/g,Oe)),ke&&($e="@layer ".concat(ke,` {
`).concat($e,`
}`)),(0,f.useEffect)(function(){var Ne=j.current,Ft=(0,m.A)(Ne);(0,y.hq)($e,"@ant-design-icons",{prepend:!ke,csp:me,attachTo:Ft})},[])},V=["icon","className","onClick","style","primaryColor","secondaryColor"],ae={primaryColor:"#333",secondaryColor:"#E6E6E6",calculated:!1};function ie(Z){var j=Z.primaryColor,se=Z.secondaryColor;ae.primaryColor=j,ae.secondaryColor=se||M(j),ae.calculated=!!se}function ue(){return(0,x.Z)({},ae)}var Q=function(j){var se=j.icon,me=j.className,Oe=j.onClick,ke=j.style,$e=j.primaryColor,Ne=j.secondaryColor,Ft=(0,c.Z)(j,V),wt=f.useRef(),Pt=ae;if($e&&(Pt={primaryColor:$e,secondaryColor:Ne||M($e)}),G(wt),k(R(se),"icon should be icon definiton, but got ".concat(se)),!R(se))return null;var Jt=se;return Jt&&typeof Jt.icon=="function"&&(Jt=(0,x.Z)((0,x.Z)({},Jt),{},{icon:Jt.icon(Pt.primaryColor,Pt.secondaryColor)})),O(Jt.icon,"svg-".concat(Jt.name),(0,x.Z)((0,x.Z)({className:me,onClick:Oe,style:ke,"data-icon":Jt.name,width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true"},Ft),{},{ref:wt}))};Q.displayName="IconReact",Q.getTwoToneColors=ue,Q.setTwoToneColors=ie;var J=Q;function K(Z){var j=B(Z),se=(0,i.Z)(j,2),me=se[0],Oe=se[1];return J.setTwoToneColors({primaryColor:me,secondaryColor:Oe})}function oe(){var Z=J.getTwoToneColors();return Z.calculated?[Z.primaryColor,Z.secondaryColor]:Z.primaryColor}var ee=["className","icon","spin","rotate","tabIndex","onClick","twoToneColor"];K(u.blue.primary);var q=f.forwardRef(function(Z,j){var se=Z.className,me=Z.icon,Oe=Z.spin,ke=Z.rotate,$e=Z.tabIndex,Ne=Z.onClick,Ft=Z.twoToneColor,wt=(0,c.Z)(Z,ee),Pt=f.useContext(a.Z),Jt=Pt.prefixCls,er=Jt===void 0?"anticon":Jt,tr=Pt.rootClassName,Xe=h()(tr,er,(0,l.Z)((0,l.Z)({},"".concat(er,"-").concat(me.name),!!me.name),"".concat(er,"-spin"),!!Oe||me.name==="loading"),se),It=$e;It===void 0&&Ne&&(It=-1);var Zt=ke?{msTransform:"rotate(".concat(ke,"deg)"),transform:"rotate(".concat(ke,"deg)")}:void 0,ot=B(Ft),bt=(0,i.Z)(ot,2),mt=bt[0],et=bt[1];return f.createElement("span",(0,r.Z)({role:"img","aria-label":me.name},wt,{ref:j,tabIndex:It,onClick:Ne,className:Xe}),f.createElement(J,{icon:me,primaryColor:mt,secondaryColor:et,style:Zt}))});q.displayName="AntdIcon",q.getTwoToneColor=oe,q.setTwoToneColor=K;var le=q},18418:function(d,_,e){"use strict";var r=e(59301),i=(0,r.createContext)({});_.Z=i},29679:function(d,_,e){"use strict";e.d(_,{Z:function(){return u}});var r=e(14809),i=e(59301),l={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm193.5 301.7l-210.6 292a31.8 31.8 0 01-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z"}}]},name:"check-circle",theme:"filled"},c=l,f=e(7657),o=function(x,p){return i.createElement(f.Z,(0,r.Z)({},x,{ref:p,icon:c}))},h=i.forwardRef(o),u=h},19248:function(d,_,e){"use strict";e.d(_,{Z:function(){return u}});var r=e(14809),i=e(59301),l={icon:{tag:"svg",attrs:{"fill-rule":"evenodd",viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960 64 759.4 64 512 264.6 64 512 64zm127.98 274.82h-.04l-.08.06L512 466.75 384.14 338.88c-.04-.05-.06-.06-.08-.06a.12.12 0 00-.07 0c-.03 0-.05.01-.09.05l-45.02 45.02a.2.2 0 00-.05.09.12.12 0 000 .07v.02a.27.27 0 00.06.06L466.75 512 338.88 639.86c-.05.04-.06.06-.06.08a.12.12 0 000 .07c0 .03.01.05.05.09l45.02 45.02a.2.2 0 00.09.05.12.12 0 00.07 0c.02 0 .04-.01.08-.05L512 557.25l127.86 127.87c.04.04.06.05.08.05a.12.12 0 00.07 0c.03 0 .05-.01.09-.05l45.02-45.02a.2.2 0 00.05-.09.12.12 0 000-.07v-.02a.27.27 0 00-.05-.06L557.25 512l127.87-127.86c.04-.04.05-.06.05-.08a.12.12 0 000-.07c0-.03-.01-.05-.05-.09l-45.02-45.02a.2.2 0 00-.09-.05.12.12 0 00-.07 0z"}}]},name:"close-circle",theme:"filled"},c=l,f=e(7657),o=function(x,p){return i.createElement(f.Z,(0,r.Z)({},x,{ref:p,icon:c}))},h=i.forwardRef(o),u=h},99267:function(d,_,e){"use strict";e.d(_,{Z:function(){return u}});var r=e(14809),i=e(59301),l={icon:{tag:"svg",attrs:{"fill-rule":"evenodd",viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M799.86 166.31c.02 0 .04.02.08.06l57.69 57.7c.04.03.05.05.06.08a.12.12 0 010 .06c0 .03-.02.05-.06.09L569.93 512l287.7 287.7c.04.04.05.06.06.09a.12.12 0 010 .07c0 .02-.02.04-.06.08l-57.7 57.69c-.03.04-.05.05-.07.06a.12.12 0 01-.07 0c-.03 0-.05-.02-.09-.06L512 569.93l-287.7 287.7c-.04.04-.06.05-.09.06a.12.12 0 01-.07 0c-.02 0-.04-.02-.08-.06l-57.69-57.7c-.04-.03-.05-.05-.06-.07a.12.12 0 010-.07c0-.03.02-.05.06-.09L454.07 512l-287.7-287.7c-.04-.04-.05-.06-.06-.09a.12.12 0 010-.07c0-.02.02-.04.06-.08l57.7-57.69c.03-.04.05-.05.07-.06a.12.12 0 01.07 0c.03 0 .05.02.09.06L512 454.07l287.7-287.7c.04-.04.06-.05.09-.06a.12.12 0 01.07 0z"}}]},name:"close",theme:"outlined"},c=l,f=e(7657),o=function(x,p){return i.createElement(f.Z,(0,r.Z)({},x,{ref:p,icon:c}))},h=i.forwardRef(o),u=h},96512:function(d,_,e){"use strict";e.d(_,{Z:function(){return u}});var r=e(14809),i=e(59301),l={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 010-96 48.01 48.01 0 010 96z"}}]},name:"exclamation-circle",theme:"filled"},c=l,f=e(7657),o=function(x,p){return i.createElement(f.Z,(0,r.Z)({},x,{ref:p,icon:c}))},h=i.forwardRef(o),u=h},78987:function(d,_,e){"use strict";e.d(_,{Z:function(){return u}});var r=e(14809),i=e(59301),l={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm32 664c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V456c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272zm-32-344a48.01 48.01 0 010-96 48.01 48.01 0 010 96z"}}]},name:"info-circle",theme:"filled"},c=l,f=e(7657),o=function(x,p){return i.createElement(f.Z,(0,r.Z)({},x,{ref:p,icon:c}))},h=i.forwardRef(o),u=h},58617:function(d,_,e){"use strict";e.d(_,{Z:function(){return u}});var r=e(14809),i=e(59301),l={icon:{tag:"svg",attrs:{viewBox:"0 0 1024 1024",focusable:"false"},children:[{tag:"path",attrs:{d:"M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z"}}]},name:"loading",theme:"outlined"},c=l,f=e(7657),o=function(x,p){return i.createElement(f.Z,(0,r.Z)({},x,{ref:p,icon:c}))},h=i.forwardRef(o),u=h},12722:function(d,_,e){"use strict";e.d(_,{GC:function(){return x},T6:function(){return y},VD:function(){return m},WE:function(){return h},Wl:function(){return p},Yt:function(){return b},lC:function(){return l},py:function(){return o},rW:function(){return i},s:function(){return a},ve:function(){return f},vq:function(){return u}});var r=e(12187);function i(S,k,R){return{r:(0,r.sh)(S,255)*255,g:(0,r.sh)(k,255)*255,b:(0,r.sh)(R,255)*255}}function l(S,k,R){S=(0,r.sh)(S,255),k=(0,r.sh)(k,255),R=(0,r.sh)(R,255);var A=Math.max(S,k,R),O=Math.min(S,k,R),M=0,B=0,U=(A+O)/2;if(A===O)B=0,M=0;else{var X=A-O;switch(B=U>.5?X/(2-A-O):X/(A+O),A){case S:M=(k-R)/X+(k<R?6:0);break;case k:M=(R-S)/X+2;break;case R:M=(S-k)/X+4;break;default:break}M/=6}return{h:M,s:B,l:U}}function c(S,k,R){return R<0&&(R+=1),R>1&&(R-=1),R<.16666666666666666?S+(k-S)*(6*R):R<.5?k:R<.6666666666666666?S+(k-S)*(.6666666666666666-R)*6:S}function f(S,k,R){var A,O,M;if(S=(0,r.sh)(S,360),k=(0,r.sh)(k,100),R=(0,r.sh)(R,100),k===0)O=R,M=R,A=R;else{var B=R<.5?R*(1+k):R+k-R*k,U=2*R-B;A=c(U,B,S+.3333333333333333),O=c(U,B,S),M=c(U,B,S-.3333333333333333)}return{r:A*255,g:O*255,b:M*255}}function o(S,k,R){S=(0,r.sh)(S,255),k=(0,r.sh)(k,255),R=(0,r.sh)(R,255);var A=Math.max(S,k,R),O=Math.min(S,k,R),M=0,B=A,U=A-O,X=A===0?0:U/A;if(A===O)M=0;else{switch(A){case S:M=(k-R)/U+(k<R?6:0);break;case k:M=(R-S)/U+2;break;case R:M=(S-k)/U+4;break;default:break}M/=6}return{h:M,s:X,v:B}}function h(S,k,R){S=(0,r.sh)(S,360)*6,k=(0,r.sh)(k,100),R=(0,r.sh)(R,100);var A=Math.floor(S),O=S-A,M=R*(1-k),B=R*(1-O*k),U=R*(1-(1-O)*k),X=A%6,G=[R,B,M,M,U,R][X],V=[U,R,R,B,M,M][X],ae=[M,M,U,R,R,B][X];return{r:G*255,g:V*255,b:ae*255}}function u(S,k,R,A){var O=[(0,r.FZ)(Math.round(S).toString(16)),(0,r.FZ)(Math.round(k).toString(16)),(0,r.FZ)(Math.round(R).toString(16))];return A&&O[0].startsWith(O[0].charAt(1))&&O[1].startsWith(O[1].charAt(1))&&O[2].startsWith(O[2].charAt(1))?O[0].charAt(0)+O[1].charAt(0)+O[2].charAt(0):O.join("")}function a(S,k,R,A,O){var M=[(0,r.FZ)(Math.round(S).toString(16)),(0,r.FZ)(Math.round(k).toString(16)),(0,r.FZ)(Math.round(R).toString(16)),(0,r.FZ)(p(A))];return O&&M[0].startsWith(M[0].charAt(1))&&M[1].startsWith(M[1].charAt(1))&&M[2].startsWith(M[2].charAt(1))&&M[3].startsWith(M[3].charAt(1))?M[0].charAt(0)+M[1].charAt(0)+M[2].charAt(0)+M[3].charAt(0):M.join("")}function x(S,k,R,A){var O=[(0,r.FZ)(p(A)),(0,r.FZ)(Math.round(S).toString(16)),(0,r.FZ)(Math.round(k).toString(16)),(0,r.FZ)(Math.round(R).toString(16))];return O.join("")}function p(S){return Math.round(parseFloat(S)*255).toString(16)}function y(S){return m(S)/255}function m(S){return parseInt(S,16)}function b(S){return{r:S>>16,g:(S&65280)>>8,b:S&255}}},93796:function(d,_,e){"use strict";e.d(_,{R:function(){return r}});var r={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",goldenrod:"#daa520",gold:"#ffd700",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavenderblush:"#fff0f5",lavender:"#e6e6fa",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"}},9915:function(d,_,e){"use strict";e.d(_,{ky:function(){return y},uA:function(){return c},uz:function(){return p}});var r=e(12722),i=e(93796),l=e(12187);function c(m){var b={r:0,g:0,b:0},S=1,k=null,R=null,A=null,O=!1,M=!1;return typeof m=="string"&&(m=p(m)),typeof m=="object"&&(y(m.r)&&y(m.g)&&y(m.b)?(b=(0,r.rW)(m.r,m.g,m.b),O=!0,M=String(m.r).substr(-1)==="%"?"prgb":"rgb"):y(m.h)&&y(m.s)&&y(m.v)?(k=(0,l.JX)(m.s),R=(0,l.JX)(m.v),b=(0,r.WE)(m.h,k,R),O=!0,M="hsv"):y(m.h)&&y(m.s)&&y(m.l)&&(k=(0,l.JX)(m.s),A=(0,l.JX)(m.l),b=(0,r.ve)(m.h,k,A),O=!0,M="hsl"),Object.prototype.hasOwnProperty.call(m,"a")&&(S=m.a)),S=(0,l.Yq)(S),{ok:O,format:m.format||M,r:Math.min(255,Math.max(b.r,0)),g:Math.min(255,Math.max(b.g,0)),b:Math.min(255,Math.max(b.b,0)),a:S}}var f="[-\\+]?\\d+%?",o="[-\\+]?\\d*\\.\\d+%?",h="(?:".concat(o,")|(?:").concat(f,")"),u="[\\s|\\(]+(".concat(h,")[,|\\s]+(").concat(h,")[,|\\s]+(").concat(h,")\\s*\\)?"),a="[\\s|\\(]+(".concat(h,")[,|\\s]+(").concat(h,")[,|\\s]+(").concat(h,")[,|\\s]+(").concat(h,")\\s*\\)?"),x={CSS_UNIT:new RegExp(h),rgb:new RegExp("rgb"+u),rgba:new RegExp("rgba"+a),hsl:new RegExp("hsl"+u),hsla:new RegExp("hsla"+a),hsv:new RegExp("hsv"+u),hsva:new RegExp("hsva"+a),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/};function p(m){if(m=m.trim().toLowerCase(),m.length===0)return!1;var b=!1;if(i.R[m])m=i.R[m],b=!0;else if(m==="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var S=x.rgb.exec(m);return S?{r:S[1],g:S[2],b:S[3]}:(S=x.rgba.exec(m),S?{r:S[1],g:S[2],b:S[3],a:S[4]}:(S=x.hsl.exec(m),S?{h:S[1],s:S[2],l:S[3]}:(S=x.hsla.exec(m),S?{h:S[1],s:S[2],l:S[3],a:S[4]}:(S=x.hsv.exec(m),S?{h:S[1],s:S[2],v:S[3]}:(S=x.hsva.exec(m),S?{h:S[1],s:S[2],v:S[3],a:S[4]}:(S=x.hex8.exec(m),S?{r:(0,r.VD)(S[1]),g:(0,r.VD)(S[2]),b:(0,r.VD)(S[3]),a:(0,r.T6)(S[4]),format:b?"name":"hex8"}:(S=x.hex6.exec(m),S?{r:(0,r.VD)(S[1]),g:(0,r.VD)(S[2]),b:(0,r.VD)(S[3]),format:b?"name":"hex"}:(S=x.hex4.exec(m),S?{r:(0,r.VD)(S[1]+S[1]),g:(0,r.VD)(S[2]+S[2]),b:(0,r.VD)(S[3]+S[3]),a:(0,r.T6)(S[4]+S[4]),format:b?"name":"hex8"}:(S=x.hex3.exec(m),S?{r:(0,r.VD)(S[1]+S[1]),g:(0,r.VD)(S[2]+S[2]),b:(0,r.VD)(S[3]+S[3]),format:b?"name":"hex"}:!1)))))))))}function y(m){return!!x.CSS_UNIT.exec(String(m))}},64993:function(d,_,e){"use strict";e.d(_,{C:function(){return f},H:function(){return o}});var r=e(12722),i=e(93796),l=e(9915),c=e(12187),f=function(){function h(u,a){u===void 0&&(u=""),a===void 0&&(a={});var x;if(u instanceof h)return u;typeof u=="number"&&(u=(0,r.Yt)(u)),this.originalInput=u;var p=(0,l.uA)(u);this.originalInput=u,this.r=p.r,this.g=p.g,this.b=p.b,this.a=p.a,this.roundA=Math.round(100*this.a)/100,this.format=(x=a.format)!==null&&x!==void 0?x:p.format,this.gradientType=a.gradientType,this.r<1&&(this.r=Math.round(this.r)),this.g<1&&(this.g=Math.round(this.g)),this.b<1&&(this.b=Math.round(this.b)),this.isValid=p.ok}return h.prototype.isDark=function(){return this.getBrightness()<128},h.prototype.isLight=function(){return!this.isDark()},h.prototype.getBrightness=function(){var u=this.toRgb();return(u.r*299+u.g*587+u.b*114)/1e3},h.prototype.getLuminance=function(){var u=this.toRgb(),a,x,p,y=u.r/255,m=u.g/255,b=u.b/255;return y<=.03928?a=y/12.92:a=Math.pow((y+.055)/1.055,2.4),m<=.03928?x=m/12.92:x=Math.pow((m+.055)/1.055,2.4),b<=.03928?p=b/12.92:p=Math.pow((b+.055)/1.055,2.4),.2126*a+.7152*x+.0722*p},h.prototype.getAlpha=function(){return this.a},h.prototype.setAlpha=function(u){return this.a=(0,c.Yq)(u),this.roundA=Math.round(100*this.a)/100,this},h.prototype.isMonochrome=function(){var u=this.toHsl().s;return u===0},h.prototype.toHsv=function(){var u=(0,r.py)(this.r,this.g,this.b);return{h:u.h*360,s:u.s,v:u.v,a:this.a}},h.prototype.toHsvString=function(){var u=(0,r.py)(this.r,this.g,this.b),a=Math.round(u.h*360),x=Math.round(u.s*100),p=Math.round(u.v*100);return this.a===1?"hsv(".concat(a,", ").concat(x,"%, ").concat(p,"%)"):"hsva(".concat(a,", ").concat(x,"%, ").concat(p,"%, ").concat(this.roundA,")")},h.prototype.toHsl=function(){var u=(0,r.lC)(this.r,this.g,this.b);return{h:u.h*360,s:u.s,l:u.l,a:this.a}},h.prototype.toHslString=function(){var u=(0,r.lC)(this.r,this.g,this.b),a=Math.round(u.h*360),x=Math.round(u.s*100),p=Math.round(u.l*100);return this.a===1?"hsl(".concat(a,", ").concat(x,"%, ").concat(p,"%)"):"hsla(".concat(a,", ").concat(x,"%, ").concat(p,"%, ").concat(this.roundA,")")},h.prototype.toHex=function(u){return u===void 0&&(u=!1),(0,r.vq)(this.r,this.g,this.b,u)},h.prototype.toHexString=function(u){return u===void 0&&(u=!1),"#"+this.toHex(u)},h.prototype.toHex8=function(u){return u===void 0&&(u=!1),(0,r.s)(this.r,this.g,this.b,this.a,u)},h.prototype.toHex8String=function(u){return u===void 0&&(u=!1),"#"+this.toHex8(u)},h.prototype.toHexShortString=function(u){return u===void 0&&(u=!1),this.a===1?this.toHexString(u):this.toHex8String(u)},h.prototype.toRgb=function(){return{r:Math.round(this.r),g:Math.round(this.g),b:Math.round(this.b),a:this.a}},h.prototype.toRgbString=function(){var u=Math.round(this.r),a=Math.round(this.g),x=Math.round(this.b);return this.a===1?"rgb(".concat(u,", ").concat(a,", ").concat(x,")"):"rgba(".concat(u,", ").concat(a,", ").concat(x,", ").concat(this.roundA,")")},h.prototype.toPercentageRgb=function(){var u=function(a){return"".concat(Math.round((0,c.sh)(a,255)*100),"%")};return{r:u(this.r),g:u(this.g),b:u(this.b),a:this.a}},h.prototype.toPercentageRgbString=function(){var u=function(a){return Math.round((0,c.sh)(a,255)*100)};return this.a===1?"rgb(".concat(u(this.r),"%, ").concat(u(this.g),"%, ").concat(u(this.b),"%)"):"rgba(".concat(u(this.r),"%, ").concat(u(this.g),"%, ").concat(u(this.b),"%, ").concat(this.roundA,")")},h.prototype.toName=function(){if(this.a===0)return"transparent";if(this.a<1)return!1;for(var u="#"+(0,r.vq)(this.r,this.g,this.b,!1),a=0,x=Object.entries(i.R);a<x.length;a++){var p=x[a],y=p[0],m=p[1];if(u===m)return y}return!1},h.prototype.toString=function(u){var a=!!u;u=u!=null?u:this.format;var x=!1,p=this.a<1&&this.a>=0,y=!a&&p&&(u.startsWith("hex")||u==="name");return y?u==="name"&&this.a===0?this.toName():this.toRgbString():(u==="rgb"&&(x=this.toRgbString()),u==="prgb"&&(x=this.toPercentageRgbString()),(u==="hex"||u==="hex6")&&(x=this.toHexString()),u==="hex3"&&(x=this.toHexString(!0)),u==="hex4"&&(x=this.toHex8String(!0)),u==="hex8"&&(x=this.toHex8String()),u==="name"&&(x=this.toName()),u==="hsl"&&(x=this.toHslString()),u==="hsv"&&(x=this.toHsvString()),x||this.toHexString())},h.prototype.toNumber=function(){return(Math.round(this.r)<<16)+(Math.round(this.g)<<8)+Math.round(this.b)},h.prototype.clone=function(){return new h(this.toString())},h.prototype.lighten=function(u){u===void 0&&(u=10);var a=this.toHsl();return a.l+=u/100,a.l=(0,c.V2)(a.l),new h(a)},h.prototype.brighten=function(u){u===void 0&&(u=10);var a=this.toRgb();return a.r=Math.max(0,Math.min(255,a.r-Math.round(255*-(u/100)))),a.g=Math.max(0,Math.min(255,a.g-Math.round(255*-(u/100)))),a.b=Math.max(0,Math.min(255,a.b-Math.round(255*-(u/100)))),new h(a)},h.prototype.darken=function(u){u===void 0&&(u=10);var a=this.toHsl();return a.l-=u/100,a.l=(0,c.V2)(a.l),new h(a)},h.prototype.tint=function(u){return u===void 0&&(u=10),this.mix("white",u)},h.prototype.shade=function(u){return u===void 0&&(u=10),this.mix("black",u)},h.prototype.desaturate=function(u){u===void 0&&(u=10);var a=this.toHsl();return a.s-=u/100,a.s=(0,c.V2)(a.s),new h(a)},h.prototype.saturate=function(u){u===void 0&&(u=10);var a=this.toHsl();return a.s+=u/100,a.s=(0,c.V2)(a.s),new h(a)},h.prototype.greyscale=function(){return this.desaturate(100)},h.prototype.spin=function(u){var a=this.toHsl(),x=(a.h+u)%360;return a.h=x<0?360+x:x,new h(a)},h.prototype.mix=function(u,a){a===void 0&&(a=50);var x=this.toRgb(),p=new h(u).toRgb(),y=a/100,m={r:(p.r-x.r)*y+x.r,g:(p.g-x.g)*y+x.g,b:(p.b-x.b)*y+x.b,a:(p.a-x.a)*y+x.a};return new h(m)},h.prototype.analogous=function(u,a){u===void 0&&(u=6),a===void 0&&(a=30);var x=this.toHsl(),p=360/a,y=[this];for(x.h=(x.h-(p*u>>1)+720)%360;--u;)x.h=(x.h+p)%360,y.push(new h(x));return y},h.prototype.complement=function(){var u=this.toHsl();return u.h=(u.h+180)%360,new h(u)},h.prototype.monochromatic=function(u){u===void 0&&(u=6);for(var a=this.toHsv(),x=a.h,p=a.s,y=a.v,m=[],b=1/u;u--;)m.push(new h({h:x,s:p,v:y})),y=(y+b)%1;return m},h.prototype.splitcomplement=function(){var u=this.toHsl(),a=u.h;return[this,new h({h:(a+72)%360,s:u.s,l:u.l}),new h({h:(a+216)%360,s:u.s,l:u.l})]},h.prototype.onBackground=function(u){var a=this.toRgb(),x=new h(u).toRgb(),p=a.a+x.a*(1-a.a);return new h({r:(a.r*a.a+x.r*x.a*(1-a.a))/p,g:(a.g*a.a+x.g*x.a*(1-a.a))/p,b:(a.b*a.a+x.b*x.a*(1-a.a))/p,a:p})},h.prototype.triad=function(){return this.polyad(3)},h.prototype.tetrad=function(){return this.polyad(4)},h.prototype.polyad=function(u){for(var a=this.toHsl(),x=a.h,p=[this],y=360/u,m=1;m<u;m++)p.push(new h({h:(x+m*y)%360,s:a.s,l:a.l}));return p},h.prototype.equals=function(u){return this.toRgbString()===new h(u).toRgbString()},h}();function o(h,u){return h===void 0&&(h=""),u===void 0&&(u={}),new f(h,u)}},12187:function(d,_,e){"use strict";e.d(_,{FZ:function(){return h},JX:function(){return o},V2:function(){return i},Yq:function(){return f},sh:function(){return r}});function r(u,a){l(u)&&(u="100%");var x=c(u);return u=a===360?u:Math.min(a,Math.max(0,parseFloat(u))),x&&(u=parseInt(String(u*a),10)/100),Math.abs(u-a)<1e-6?1:(a===360?u=(u<0?u%a+a:u%a)/parseFloat(String(a)):u=u%a/parseFloat(String(a)),u)}function i(u){return Math.min(1,Math.max(0,u))}function l(u){return typeof u=="string"&&u.indexOf(".")!==-1&&parseFloat(u)===1}function c(u){return typeof u=="string"&&u.indexOf("%")!==-1}function f(u){return u=parseFloat(u),(isNaN(u)||u<0||u>1)&&(u=1),u}function o(u){return u<=1?"".concat(Number(u)*100,"%"):u}function h(u){return u.length===1?"0"+u:String(u)}},43403:function(d,_,e){"use strict";e.d(_,{Z:function(){return G}});var r=e(50298),i=e(59301),l=e(4676),c=e(47273),f=e(48736),o=e(8654),h=i.createContext(null),u=h,a=e(95190),x=e(34280),p=[];function y(V,ae){var ie=i.useState(function(){if(!(0,c.Z)())return null;var me=document.createElement("div");return me}),ue=(0,r.Z)(ie,1),Q=ue[0],J=i.useRef(!1),K=i.useContext(u),oe=i.useState(p),ee=(0,r.Z)(oe,2),q=ee[0],le=ee[1],Z=K||(J.current?void 0:function(me){le(function(Oe){var ke=[me].concat((0,a.Z)(Oe));return ke})});function j(){Q.parentElement||document.body.appendChild(Q),J.current=!0}function se(){var me;(me=Q.parentElement)===null||me===void 0||me.removeChild(Q),J.current=!1}return(0,x.Z)(function(){return V?K?K(j):j():se(),se},[V]),(0,x.Z)(function(){q.length&&(q.forEach(function(me){return me()}),le(p))},[q]),[Q,Z]}var m=e(810),b=e(75152);function S(){return document.body.scrollHeight>(window.innerHeight||document.documentElement.clientHeight)&&window.innerWidth>document.body.offsetWidth}var k="rc-util-locker-".concat(Date.now()),R=0;function A(V){var ae=!!V,ie=i.useState(function(){return R+=1,"".concat(k,"_").concat(R)}),ue=(0,r.Z)(ie,1),Q=ue[0];(0,x.Z)(function(){if(ae){var J=(0,b.o)(document.body).width,K=S();(0,m.hq)(`
html body {
overflow-y: hidden;
`.concat(K?"width: calc(100% - ".concat(J,"px);"):"",`
}`),Q)}else(0,m.jL)(Q);return function(){(0,m.jL)(Q)}},[ae,Q])}var O=!1;function M(V){return typeof V=="boolean"&&(O=V),O}var B=function(ae){return ae===!1?!1:!(0,c.Z)()||!ae?null:typeof ae=="string"?document.querySelector(ae):typeof ae=="function"?ae():ae},U=i.forwardRef(function(V,ae){var ie=V.open,ue=V.autoLock,Q=V.getContainer,J=V.debug,K=V.autoDestroy,oe=K===void 0?!0:K,ee=V.children,q=i.useState(ie),le=(0,r.Z)(q,2),Z=le[0],j=le[1],se=Z||ie;i.useEffect(function(){(oe||ie)&&j(ie)},[ie,oe]);var me=i.useState(function(){return B(Q)}),Oe=(0,r.Z)(me,2),ke=Oe[0],$e=Oe[1];i.useEffect(function(){var ot=B(Q);$e(ot!=null?ot:null)});var Ne=y(se&&!ke,J),Ft=(0,r.Z)(Ne,2),wt=Ft[0],Pt=Ft[1],Jt=ke!=null?ke:wt;A(ue&&ie&&(0,c.Z)()&&(Jt===wt||Jt===document.body));var er=null;if(ee&&(0,o.Yr)(ee)&&ae){var tr=ee;er=tr.ref}var Xe=(0,o.x1)(er,ae);if(!se||!(0,c.Z)()||ke===void 0)return null;var It=Jt===!1||M(),Zt=ee;return ae&&(Zt=i.cloneElement(ee,{ref:Xe})),i.createElement(u.Provider,{value:Pt},It?Zt:(0,l.createPortal)(Zt,Jt))}),X=U,G=X},35593:function(d,_,e){"use strict";e.d(_,{Z:function(){return Zt}});var r=e(20439),i=e(50298),l=e(62646),c=e(43403),f=e(92310),o=e.n(f),h=e(29301),u=e(76846),a=e(96452),x=e(6089),p=e(80402),y=e(34280),m=e(49658),b=e(59301),S=e(14809),k=e(77900),R=e(8654);function A(ot){var bt=ot.prefixCls,mt=ot.align,et=ot.arrow,He=ot.arrowPos,_e=et||{},Se=_e.className,Me=_e.content,Ue=He.x,We=Ue===void 0?0:Ue,it=He.y,ct=it===void 0?0:it,Gt=b.useRef();if(!mt||!mt.points)return null;var $t={position:"absolute"};if(mt.autoArrow!==!1){var Pe=mt.points[0],Qe=mt.points[1],Kt=Pe[0],Lt=Pe[1],Ht=Qe[0],Nt=Qe[1];Kt===Ht||!["t","b"].includes(Kt)?$t.top=ct:Kt==="t"?$t.top=0:$t.bottom=0,Lt===Nt||!["l","r"].includes(Lt)?$t.left=We:Lt==="l"?$t.left=0:$t.right=0}return b.createElement("div",{ref:Gt,className:o()("".concat(bt,"-arrow"),Se),style:$t},Me)}function O(ot){var bt=ot.prefixCls,mt=ot.open,et=ot.zIndex,He=ot.mask,_e=ot.motion;return He?b.createElement(k.default,(0,S.Z)({},_e,{motionAppear:!0,visible:mt,removeOnLeave:!0}),function(Se){var Me=Se.className;return b.createElement("div",{style:{zIndex:et},className:o()("".concat(bt,"-mask"),Me)})}):null}var M=b.memo(function(ot){var bt=ot.children;return bt},function(ot,bt){return bt.cache}),B=M,U=b.forwardRef(function(ot,bt){var mt=ot.popup,et=ot.className,He=ot.prefixCls,_e=ot.style,Se=ot.target,Me=ot.onVisibleChanged,Ue=ot.open,We=ot.keepDom,it=ot.fresh,ct=ot.onClick,Gt=ot.mask,$t=ot.arrow,Pe=ot.arrowPos,Qe=ot.align,Kt=ot.motion,Lt=ot.maskMotion,Ht=ot.forceRender,Nt=ot.getPopupContainer,Ct=ot.autoDestroy,Yt=ot.portal,Ge=ot.zIndex,fe=ot.onMouseEnter,pe=ot.onMouseLeave,Dt=ot.onPointerEnter,Te=ot.ready,ht=ot.offsetX,Wt=ot.offsetY,St=ot.offsetR,Re=ot.offsetB,_t=ot.onAlign,ze=ot.onPrepare,we=ot.stretch,gt=ot.targetWidth,kt=ot.targetHeight,Fe=typeof mt=="function"?mt():mt,Ir=Ue||We,At=(Nt==null?void 0:Nt.length)>0,Vr=b.useState(!Nt||!At),Qr=(0,i.Z)(Vr,2),Er=Qr[0],Lr=Qr[1];if((0,y.Z)(function(){!Er&&At&&Se&&Lr(!0)},[Er,At,Se]),!Er)return null;var _r="auto",Ur={left:"-1000vw",top:"-1000vh",right:_r,bottom:_r};if(Te||!Ue){var sn,fn=Qe.points,cr=Qe.dynamicInset||((sn=Qe._experimental)===null||sn===void 0?void 0:sn.dynamicInset),Dr=cr&&fn[0][1]==="r",ft=cr&&fn[0][0]==="b";Dr?(Ur.right=St,Ur.left=_r):(Ur.left=ht,Ur.right=_r),ft?(Ur.bottom=Re,Ur.top=_r):(Ur.top=Wt,Ur.bottom=_r)}var Et={};return we&&(we.includes("height")&&kt?Et.height=kt:we.includes("minHeight")&&kt&&(Et.minHeight=kt),we.includes("width")&&gt?Et.width=gt:we.includes("minWidth")&&gt&&(Et.minWidth=gt)),Ue||(Et.pointerEvents="none"),b.createElement(Yt,{open:Ht||Ir,getContainer:Nt&&function(){return Nt(Se)},autoDestroy:Ct},b.createElement(O,{prefixCls:He,open:Ue,zIndex:Ge,mask:Gt,motion:Lt}),b.createElement(h.Z,{onResize:_t,disabled:!Ue},function(zt){return b.createElement(k.default,(0,S.Z)({motionAppear:!0,motionEnter:!0,motionLeave:!0,removeOnLeave:!1,forceRender:Ht,leavedClassName:"".concat(He,"-hidden")},Kt,{onAppearPrepare:ze,onEnterPrepare:ze,visible:Ue,onVisibleChanged:function(yr){var nt;Kt==null||(nt=Kt.onVisibleChanged)===null||nt===void 0||nt.call(Kt,yr),Me(yr)}}),function(nr,yr){var nt=nr.className,Nr=nr.style,en=o()(He,nt,et);return b.createElement("div",{ref:(0,R.sQ)(zt,bt,yr),className:en,style:(0,r.Z)((0,r.Z)((0,r.Z)((0,r.Z)({"--arrow-x":"".concat(Pe.x||0,"px"),"--arrow-y":"".concat(Pe.y||0,"px")},Ur),Et),Nr),{},{boxSizing:"border-box",zIndex:Ge},_e),onMouseEnter:fe,onMouseLeave:pe,onPointerEnter:Dt,onClick:ct},$t&&b.createElement(A,{prefixCls:He,arrow:$t,arrowPos:Pe,align:Qe}),b.createElement(B,{cache:!Ue&&!it},Fe))})}))}),X=U,G=b.forwardRef(function(ot,bt){var mt=ot.children,et=ot.getTriggerDOMNode,He=(0,R.Yr)(mt),_e=b.useCallback(function(Me){(0,R.mH)(bt,et?et(Me):Me)},[et]),Se=(0,R.x1)(_e,mt.ref);return He?b.cloneElement(mt,{ref:Se}):mt}),V=G,ae=b.createContext(null),ie=ae;function ue(ot){return ot?Array.isArray(ot)?ot:[ot]:[]}function Q(ot,bt,mt,et){return b.useMemo(function(){var He=ue(mt!=null?mt:bt),_e=ue(et!=null?et:bt),Se=new Set(He),Me=new Set(_e);return ot&&(Se.has("hover")&&(Se.delete("hover"),Se.add("click")),Me.has("hover")&&(Me.delete("hover"),Me.add("click"))),[Se,Me]},[ot,bt,mt,et])}var J=e(29194);function K(){var ot=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],bt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],mt=arguments.length>2?arguments[2]:void 0;return mt?ot[0]===bt[0]:ot[0]===bt[0]&&ot[1]===bt[1]}function oe(ot,bt,mt,et){for(var He=mt.points,_e=Object.keys(ot),Se=0;Se<_e.length;Se+=1){var Me,Ue=_e[Se];if(K((Me=ot[Ue])===null||Me===void 0?void 0:Me.points,He,et))return"".concat(bt,"-placement-").concat(Ue)}return""}function ee(ot,bt,mt,et){return bt||(mt?{motionName:"".concat(ot,"-").concat(mt)}:et?{motionName:et}:null)}function q(ot){return ot.ownerDocument.defaultView}function le(ot){for(var bt=[],mt=ot==null?void 0:ot.parentElement,et=["hidden","scroll","clip","auto"];mt;){var He=q(mt).getComputedStyle(mt),_e=He.overflowX,Se=He.overflowY,Me=He.overflow;[_e,Se,Me].some(function(Ue){return et.includes(Ue)})&&bt.push(mt),mt=mt.parentElement}return bt}function Z(ot){var bt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;return Number.isNaN(ot)?bt:ot}function j(ot){return Z(parseFloat(ot),0)}function se(ot,bt){var mt=(0,r.Z)({},ot);return(bt||[]).forEach(function(et){if(!(et instanceof HTMLBodyElement||et instanceof HTMLHtmlElement)){var He=q(et).getComputedStyle(et),_e=He.overflow,Se=He.overflowClipMargin,Me=He.borderTopWidth,Ue=He.borderBottomWidth,We=He.borderLeftWidth,it=He.borderRightWidth,ct=et.getBoundingClientRect(),Gt=et.offsetHeight,$t=et.clientHeight,Pe=et.offsetWidth,Qe=et.clientWidth,Kt=j(Me),Lt=j(Ue),Ht=j(We),Nt=j(it),Ct=Z(Math.round(ct.width/Pe*1e3)/1e3),Yt=Z(Math.round(ct.height/Gt*1e3)/1e3),Ge=(Pe-Qe-Ht-Nt)*Ct,fe=(Gt-$t-Kt-Lt)*Yt,pe=Kt*Yt,Dt=Lt*Yt,Te=Ht*Ct,ht=Nt*Ct,Wt=0,St=0;if(_e==="clip"){var Re=j(Se);Wt=Re*Ct,St=Re*Yt}var _t=ct.x+Te-Wt,ze=ct.y+pe-St,we=_t+ct.width+2*Wt-Te-ht-Ge,gt=ze+ct.height+2*St-pe-Dt-fe;mt.left=Math.max(mt.left,_t),mt.top=Math.max(mt.top,ze),mt.right=Math.min(mt.right,we),mt.bottom=Math.min(mt.bottom,gt)}}),mt}function me(ot){var bt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,mt="".concat(bt),et=mt.match(/^(.*)\%$/);return et?ot*(parseFloat(et[1])/100):parseFloat(mt)}function Oe(ot,bt){var mt=bt||[],et=(0,i.Z)(mt,2),He=et[0],_e=et[1];return[me(ot.width,He),me(ot.height,_e)]}function ke(){var ot=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return[ot[0],ot[1]]}function $e(ot,bt){var mt=bt[0],et=bt[1],He,_e;return mt==="t"?_e=ot.y:mt==="b"?_e=ot.y+ot.height:_e=ot.y+ot.height/2,et==="l"?He=ot.x:et==="r"?He=ot.x+ot.width:He=ot.x+ot.width/2,{x:He,y:_e}}function Ne(ot,bt){var mt={t:"b",b:"t",l:"r",r:"l"};return ot.map(function(et,He){return He===bt?mt[et]||"c":et}).join("")}function Ft(ot,bt,mt,et,He,_e,Se){var Me=b.useState({ready:!1,offsetX:0,offsetY:0,offsetR:0,offsetB:0,arrowX:0,arrowY:0,scaleX:1,scaleY:1,align:He[et]||{}}),Ue=(0,i.Z)(Me,2),We=Ue[0],it=Ue[1],ct=b.useRef(0),Gt=b.useMemo(function(){return bt?le(bt):[]},[bt]),$t=b.useRef({}),Pe=function(){$t.current={}};ot||Pe();var Qe=(0,x.Z)(function(){if(bt&&mt&&ot){let Ra=function(Es,Xs){var xo=arguments.length>2&&arguments[2]!==void 0?arguments[2]:en,ho=Fe.x+Es,Ea=Fe.y+Xs,gs=ho+sn,Zs=Ea+Ur,no=Math.max(ho,xo.left),wo=Math.max(Ea,xo.top),Eo=Math.min(gs,xo.right),po=Math.min(Zs,xo.bottom);return Math.max(0,(Eo-no)*(po-wo))},Oa=function(){rr=Fe.y+Qt,Mr=rr+Ur,Or=Fe.x+_n,Pr=Or+sn};var Ht,Nt,Ct=bt,Yt=Ct.ownerDocument,Ge=q(Ct),fe=Ge.getComputedStyle(Ct),pe=fe.width,Dt=fe.height,Te=fe.position,ht=Ct.style.left,Wt=Ct.style.top,St=Ct.style.right,Re=Ct.style.bottom,_t=Ct.style.overflow,ze=(0,r.Z)((0,r.Z)({},He[et]),_e),we=Yt.createElement("div");(Ht=Ct.parentElement)===null||Ht===void 0||Ht.appendChild(we),we.style.left="".concat(Ct.offsetLeft,"px"),we.style.top="".concat(Ct.offsetTop,"px"),we.style.position=Te,we.style.height="".concat(Ct.offsetHeight,"px"),we.style.width="".concat(Ct.offsetWidth,"px"),Ct.style.left="0",Ct.style.top="0",Ct.style.right="auto",Ct.style.bottom="auto",Ct.style.overflow="hidden";var gt;if(Array.isArray(mt))gt={x:mt[0],y:mt[1],width:0,height:0};else{var kt=mt.getBoundingClientRect();gt={x:kt.x,y:kt.y,width:kt.width,height:kt.height}}var Fe=Ct.getBoundingClientRect(),Ir=Yt.documentElement,At=Ir.clientWidth,Vr=Ir.clientHeight,Qr=Ir.scrollWidth,Er=Ir.scrollHeight,Lr=Ir.scrollTop,_r=Ir.scrollLeft,Ur=Fe.height,sn=Fe.width,fn=gt.height,cr=gt.width,Dr={left:0,top:0,right:At,bottom:Vr},ft={left:-_r,top:-Lr,right:Qr-_r,bottom:Er-Lr},Et=ze.htmlRegion,zt="visible",nr="visibleFirst";Et!=="scroll"&&Et!==nr&&(Et=zt);var yr=Et===nr,nt=se(ft,Gt),Nr=se(Dr,Gt),en=Et===zt?Nr:nt,In=yr?Nr:en;Ct.style.left="auto",Ct.style.top="auto",Ct.style.right="0",Ct.style.bottom="0";var mr=Ct.getBoundingClientRect();Ct.style.left=ht,Ct.style.top=Wt,Ct.style.right=St,Ct.style.bottom=Re,Ct.style.overflow=_t,(Nt=Ct.parentElement)===null||Nt===void 0||Nt.removeChild(we);var on=Z(Math.round(sn/parseFloat(pe)*1e3)/1e3),yn=Z(Math.round(Ur/parseFloat(Dt)*1e3)/1e3);if(on===0||yn===0||(0,u.Sh)(mt)&&!(0,J.Z)(mt))return;var wn=ze.offset,Dn=ze.targetOffset,_i=Oe(Fe,wn),ui=(0,i.Z)(_i,2),Oi=ui[0],bi=ui[1],pi=Oe(gt,Dn),ni=(0,i.Z)(pi,2),na=ni[0],Jn=ni[1];gt.x-=na,gt.y-=Jn;var Ji=ze.points||[],yt=(0,i.Z)(Ji,2),zn=yt[0],mi=yt[1],Xi=ke(mi),ei=ke(zn),qi=$e(gt,Xi),xi=$e(Fe,ei),lt=(0,r.Z)({},ze),_n=qi.x-xi.x+Oi,Qt=qi.y-xi.y+bi,vt=Ra(_n,Qt),tt=Ra(_n,Qt,Nr),Ot=$e(gt,["t","l"]),pt=$e(Fe,["t","l"]),ur=$e(gt,["b","r"]),fr=$e(Fe,["b","r"]),Cr=ze.overflow||{},$r=Cr.adjustX,Ze=Cr.adjustY,Je=Cr.shiftX,xe=Cr.shiftY,st=function(Xs){return typeof Xs=="boolean"?Xs:Xs>=0},rr,Mr,Or,Pr;Oa();var zr=st(Ze),mn=ei[0]===Xi[0];if(zr&&ei[0]==="t"&&(Mr>In.bottom||$t.current.bt)){var Tr=Qt;mn?Tr-=Ur-fn:Tr=Ot.y-fr.y-bi;var dn=Ra(_n,Tr),rn=Ra(_n,Tr,Nr);dn>vt||dn===vt&&(!yr||rn>=tt)?($t.current.bt=!0,Qt=Tr,bi=-bi,lt.points=[Ne(ei,0),Ne(Xi,0)]):$t.current.bt=!1}if(zr&&ei[0]==="b"&&(rr<In.top||$t.current.tb)){var un=Qt;mn?un+=Ur-fn:un=ur.y-pt.y-bi;var Tn=Ra(_n,un),va=Ra(_n,un,Nr);Tn>vt||Tn===vt&&(!yr||va>=tt)?($t.current.tb=!0,Qt=un,bi=-bi,lt.points=[Ne(ei,0),Ne(Xi,0)]):$t.current.tb=!1}var Si=st($r),vi=ei[1]===Xi[1];if(Si&&ei[1]==="l"&&(Pr>In.right||$t.current.rl)){var gn=_n;vi?gn-=sn-cr:gn=Ot.x-fr.x-Oi;var ai=Ra(gn,Qt),Fi=Ra(gn,Qt,Nr);ai>vt||ai===vt&&(!yr||Fi>=tt)?($t.current.rl=!0,_n=gn,Oi=-Oi,lt.points=[Ne(ei,1),Ne(Xi,1)]):$t.current.rl=!1}if(Si&&ei[1]==="r"&&(Or<In.left||$t.current.lr)){var da=_n;vi?da+=sn-cr:da=ur.x-pt.x-Oi;var $a=Ra(da,Qt),Ta=Ra(da,Qt,Nr);$a>vt||$a===vt&&(!yr||Ta>=tt)?($t.current.lr=!0,_n=da,Oi=-Oi,lt.points=[Ne(ei,1),Ne(Xi,1)]):$t.current.lr=!1}Oa();var fs=Je===!0?0:Je;typeof fs=="number"&&(Or<Nr.left&&(_n-=Or-Nr.left-Oi,gt.x+cr<Nr.left+fs&&(_n+=gt.x-Nr.left+cr-fs)),Pr>Nr.right&&(_n-=Pr-Nr.right-Oi,gt.x>Nr.right-fs&&(_n+=gt.x-Nr.right+fs)));var ws=xe===!0?0:xe;typeof ws=="number"&&(rr<Nr.top&&(Qt-=rr-Nr.top-bi,gt.y+fn<Nr.top+ws&&(Qt+=gt.y-Nr.top+fn-ws)),Mr>Nr.bottom&&(Qt-=Mr-Nr.bottom-bi,gt.y>Nr.bottom-ws&&(Qt+=gt.y-Nr.bottom+ws)));var Wa=Fe.x+_n,gi=Wa+sn,ia=Fe.y+Qt,os=ia+Ur,Ga=gt.x,Is=Ga+cr,Vi=gt.y,vs=Vi+fn,bo=Math.max(Wa,Ga),Bi=Math.min(gi,Is),_s=(bo+Bi)/2,Na=_s-Wa,Ys=Math.max(ia,Vi),Rn=Math.min(os,vs),ja=(Ys+Rn)/2,cs=ja-ia;Se==null||Se(bt,lt);var Ua=mr.right-Fe.x-(_n+Fe.width),zi=mr.bottom-Fe.y-(Qt+Fe.height);it({ready:!0,offsetX:_n/on,offsetY:Qt/yn,offsetR:Ua/on,offsetB:zi/yn,arrowX:Na/on,arrowY:cs/yn,scaleX:on,scaleY:yn,align:lt})}}),Kt=function(){ct.current+=1;var Nt=ct.current;Promise.resolve().then(function(){ct.current===Nt&&Qe()})},Lt=function(){it(function(Nt){return(0,r.Z)((0,r.Z)({},Nt),{},{ready:!1})})};return(0,y.Z)(Lt,[et]),(0,y.Z)(function(){ot||Lt()},[ot]),[We.ready,We.offsetX,We.offsetY,We.offsetR,We.offsetB,We.arrowX,We.arrowY,We.scaleX,We.scaleY,We.align,Kt]}var wt=e(95190);function Pt(ot,bt,mt,et,He){(0,y.Z)(function(){if(ot&&bt&&mt){let ct=function(){et(),He()};var _e=bt,Se=mt,Me=le(_e),Ue=le(Se),We=q(Se),it=new Set([We].concat((0,wt.Z)(Me),(0,wt.Z)(Ue)));return it.forEach(function(Gt){Gt.addEventListener("scroll",ct,{passive:!0})}),We.addEventListener("resize",ct,{passive:!0}),et(),function(){it.forEach(function(Gt){Gt.removeEventListener("scroll",ct),We.removeEventListener("resize",ct)})}}},[ot,bt,mt])}var Jt=e(48736),er=e(16089);function tr(ot,bt,mt,et,He,_e,Se,Me){var Ue=b.useRef(ot),We=b.useRef(!1);Ue.current!==ot&&(We.current=!0,Ue.current=ot),b.useEffect(function(){var it=(0,er.Z)(function(){We.current=!1});return function(){er.Z.cancel(it)}},[ot]),b.useEffect(function(){if(bt&&et&&(!He||_e)){var it=function(){var Te=!1,ht=function(Re){var _t=Re.target;Te=Se(_t)},Wt=function(Re){var _t=Re.target;!We.current&&Ue.current&&!Te&&!Se(_t)&&Me(!1)};return[ht,Wt]},ct=it(),Gt=(0,i.Z)(ct,2),$t=Gt[0],Pe=Gt[1],Qe=it(),Kt=(0,i.Z)(Qe,2),Lt=Kt[0],Ht=Kt[1],Nt=q(et);Nt.addEventListener("mousedown",$t,!0),Nt.addEventListener("click",Pe,!0),Nt.addEventListener("contextmenu",Pe,!0);var Ct=(0,a.A)(mt);if(Ct&&(Ct.addEventListener("mousedown",Lt,!0),Ct.addEventListener("click",Ht,!0),Ct.addEventListener("contextmenu",Ht,!0)),0)var Yt,Ge,fe,pe;return function(){Nt.removeEventListener("mousedown",$t,!0),Nt.removeEventListener("click",Pe,!0),Nt.removeEventListener("contextmenu",Pe,!0),Ct&&(Ct.removeEventListener("mousedown",Lt,!0),Ct.removeEventListener("click",Ht,!0),Ct.removeEventListener("contextmenu",Ht,!0))}}},[bt,mt,et,He,_e])}var Xe=["prefixCls","children","action","showAction","hideAction","popupVisible","defaultPopupVisible","onPopupVisibleChange","afterPopupVisibleChange","mouseEnterDelay","mouseLeaveDelay","focusDelay","blurDelay","mask","maskClosable","getPopupContainer","forceRender","autoDestroy","destroyPopupOnHide","popup","popupClassName","popupStyle","popupPlacement","builtinPlacements","popupAlign","zIndex","stretch","getPopupClassNameFromAlign","fresh","alignPoint","onPopupClick","onPopupAlign","arrow","popupMotion","maskMotion","popupTransitionName","popupAnimation","maskTransitionName","maskAnimation","className","getTriggerDOMNode"];function It(){var ot=arguments.length>0&&arguments[0]!==void 0?arguments[0]:c.Z,bt=b.forwardRef(function(mt,et){var He=mt.prefixCls,_e=He===void 0?"rc-trigger-popup":He,Se=mt.children,Me=mt.action,Ue=Me===void 0?"hover":Me,We=mt.showAction,it=mt.hideAction,ct=mt.popupVisible,Gt=mt.defaultPopupVisible,$t=mt.onPopupVisibleChange,Pe=mt.afterPopupVisibleChange,Qe=mt.mouseEnterDelay,Kt=mt.mouseLeaveDelay,Lt=Kt===void 0?.1:Kt,Ht=mt.focusDelay,Nt=mt.blurDelay,Ct=mt.mask,Yt=mt.maskClosable,Ge=Yt===void 0?!0:Yt,fe=mt.getPopupContainer,pe=mt.forceRender,Dt=mt.autoDestroy,Te=mt.destroyPopupOnHide,ht=mt.popup,Wt=mt.popupClassName,St=mt.popupStyle,Re=mt.popupPlacement,_t=mt.builtinPlacements,ze=_t===void 0?{}:_t,we=mt.popupAlign,gt=mt.zIndex,kt=mt.stretch,Fe=mt.getPopupClassNameFromAlign,Ir=mt.fresh,At=mt.alignPoint,Vr=mt.onPopupClick,Qr=mt.onPopupAlign,Er=mt.arrow,Lr=mt.popupMotion,_r=mt.maskMotion,Ur=mt.popupTransitionName,sn=mt.popupAnimation,fn=mt.maskTransitionName,cr=mt.maskAnimation,Dr=mt.className,ft=mt.getTriggerDOMNode,Et=(0,l.Z)(mt,Xe),zt=Dt||Te||!1,nr=b.useState(!1),yr=(0,i.Z)(nr,2),nt=yr[0],Nr=yr[1];(0,y.Z)(function(){Nr((0,m.Z)())},[]);var en=b.useRef({}),In=b.useContext(ie),mr=b.useMemo(function(){return{registerSubPopup:function(li,za){en.current[li]=za,In==null||In.registerSubPopup(li,za)}}},[In]),on=(0,p.Z)(),yn=b.useState(null),wn=(0,i.Z)(yn,2),Dn=wn[0],_i=wn[1],ui=(0,x.Z)(function(fi){(0,u.Sh)(fi)&&Dn!==fi&&_i(fi),In==null||In.registerSubPopup(on,fi)}),Oi=b.useState(null),bi=(0,i.Z)(Oi,2),pi=bi[0],ni=bi[1],na=b.useRef(null),Jn=(0,x.Z)(function(fi){(0,u.Sh)(fi)&&pi!==fi&&(ni(fi),na.current=fi)}),Ji=b.Children.only(Se),yt=(Ji==null?void 0:Ji.props)||{},zn={},mi=(0,x.Z)(function(fi){var li,za,qa=pi;return(qa==null?void 0:qa.contains(fi))||((li=(0,a.A)(qa))===null||li===void 0?void 0:li.host)===fi||fi===qa||(Dn==null?void 0:Dn.contains(fi))||((za=(0,a.A)(Dn))===null||za===void 0?void 0:za.host)===fi||fi===Dn||Object.values(en.current).some(function(Qa){return(Qa==null?void 0:Qa.contains(fi))||fi===Qa})}),Xi=ee(_e,Lr,sn,Ur),ei=ee(_e,_r,cr,fn),qi=b.useState(Gt||!1),xi=(0,i.Z)(qi,2),lt=xi[0],_n=xi[1],Qt=ct!=null?ct:lt,vt=(0,x.Z)(function(fi){ct===void 0&&_n(fi)});(0,y.Z)(function(){_n(ct||!1)},[ct]);var tt=b.useRef(Qt);tt.current=Qt;var Ot=b.useRef([]);Ot.current=[];var pt=(0,x.Z)(function(fi){var li;vt(fi),((li=Ot.current[Ot.current.length-1])!==null&&li!==void 0?li:Qt)!==fi&&(Ot.current.push(fi),$t==null||$t(fi))}),ur=b.useRef(),fr=function(){clearTimeout(ur.current)},Cr=function(li){var za=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;fr(),za===0?pt(li):ur.current=setTimeout(function(){pt(li)},za*1e3)};b.useEffect(function(){return fr},[]);var $r=b.useState(!1),Ze=(0,i.Z)($r,2),Je=Ze[0],xe=Ze[1];(0,y.Z)(function(fi){(!fi||Qt)&&xe(!0)},[Qt]);var st=b.useState(null),rr=(0,i.Z)(st,2),Mr=rr[0],Or=rr[1],Pr=b.useState([0,0]),zr=(0,i.Z)(Pr,2),mn=zr[0],Tr=zr[1],dn=function(li){Tr([li.clientX,li.clientY])},rn=Ft(Qt,Dn,At?mn:pi,Re,ze,we,Qr),un=(0,i.Z)(rn,11),Tn=un[0],va=un[1],Si=un[2],vi=un[3],gn=un[4],ai=un[5],Fi=un[6],da=un[7],$a=un[8],Ta=un[9],fs=un[10],ws=Q(nt,Ue,We,it),Wa=(0,i.Z)(ws,2),gi=Wa[0],ia=Wa[1],os=gi.has("click"),Ga=ia.has("click")||ia.has("contextMenu"),Is=(0,x.Z)(function(){Je||fs()}),Vi=function(){tt.current&&At&&Ga&&Cr(!1)};Pt(Qt,pi,Dn,Is,Vi),(0,y.Z)(function(){Is()},[mn,Re]),(0,y.Z)(function(){Qt&&!(ze!=null&&ze[Re])&&Is()},[JSON.stringify(we)]);var vs=b.useMemo(function(){var fi=oe(ze,_e,Ta,At);return o()(fi,Fe==null?void 0:Fe(Ta))},[Ta,Fe,ze,_e,At]);b.useImperativeHandle(et,function(){return{nativeElement:na.current,forceAlign:Is}});var bo=b.useState(0),Bi=(0,i.Z)(bo,2),_s=Bi[0],Na=Bi[1],Ys=b.useState(0),Rn=(0,i.Z)(Ys,2),ja=Rn[0],cs=Rn[1],Ua=function(){if(kt&&pi){var li=pi.getBoundingClientRect();Na(li.width),cs(li.height)}},zi=function(){Ua(),Is()},Ra=function(li){xe(!1),fs(),Pe==null||Pe(li)},Oa=function(){return new Promise(function(li){Ua(),Or(function(){return li})})};(0,y.Z)(function(){Mr&&(fs(),Mr(),Or(null))},[Mr]);function Es(fi,li,za,qa){zn[fi]=function(Qa){var qs;qa==null||qa(Qa),Cr(li,za);for(var Qs=arguments.length,qo=new Array(Qs>1?Qs-1:0),ds=1;ds<Qs;ds++)qo[ds-1]=arguments[ds];(qs=yt[fi])===null||qs===void 0||qs.call.apply(qs,[yt,Qa].concat(qo))}}(os||Ga)&&(zn.onClick=function(fi){var li;tt.current&&Ga?Cr(!1):!tt.current&&os&&(dn(fi),Cr(!0));for(var za=arguments.length,qa=new Array(za>1?za-1:0),Qa=1;Qa<za;Qa++)qa[Qa-1]=arguments[Qa];(li=yt.onClick)===null||li===void 0||li.call.apply(li,[yt,fi].concat(qa))}),tr(Qt,Ga,pi,Dn,Ct,Ge,mi,Cr);var Xs=gi.has("hover"),xo=ia.has("hover"),ho,Ea;Xs&&(Es("onMouseEnter",!0,Qe,function(fi){dn(fi)}),Es("onPointerEnter",!0,Qe,function(fi){dn(fi)}),ho=function(li){(Qt||Je)&&Dn!==null&&Dn!==void 0&&Dn.contains(li.target)&&Cr(!0,Qe)},At&&(zn.onMouseMove=function(fi){var li;(li=yt.onMouseMove)===null||li===void 0||li.call(yt,fi)})),xo&&(Es("onMouseLeave",!1,Lt),Es("onPointerLeave",!1,Lt),Ea=function(){Cr(!1,Lt)}),gi.has("focus")&&Es("onFocus",!0,Ht),ia.has("focus")&&Es("onBlur",!1,Nt),gi.has("contextMenu")&&(zn.onContextMenu=function(fi){var li;tt.current&&ia.has("contextMenu")?Cr(!1):(dn(fi),Cr(!0)),fi.preventDefault();for(var za=arguments.length,qa=new Array(za>1?za-1:0),Qa=1;Qa<za;Qa++)qa[Qa-1]=arguments[Qa];(li=yt.onContextMenu)===null||li===void 0||li.call.apply(li,[yt,fi].concat(qa))}),Dr&&(zn.className=o()(yt.className,Dr));var gs=(0,r.Z)((0,r.Z)({},yt),zn),Zs={},no=["onContextMenu","onClick","onMouseDown","onTouchStart","onMouseEnter","onMouseLeave","onFocus","onBlur"];no.forEach(function(fi){Et[fi]&&(Zs[fi]=function(){for(var li,za=arguments.length,qa=new Array(za),Qa=0;Qa<za;Qa++)qa[Qa]=arguments[Qa];(li=gs[fi])===null||li===void 0||li.call.apply(li,[gs].concat(qa)),Et[fi].apply(Et,qa)})});var wo=b.cloneElement(Ji,(0,r.Z)((0,r.Z)({},gs),Zs)),Eo={x:ai,y:Fi},po=Er?(0,r.Z)({},Er!==!0?Er:{}):null;return b.createElement(b.Fragment,null,b.createElement(h.Z,{disabled:!Qt,ref:Jn,onResize:zi},b.createElement(V,{getTriggerDOMNode:ft},wo)),b.createElement(ie.Provider,{value:mr},b.createElement(X,{portal:ot,ref:ui,prefixCls:_e,popup:ht,className:o()(Wt,vs),style:St,target:pi,onMouseEnter:ho,onMouseLeave:Ea,onPointerEnter:ho,zIndex:gt,open:Qt,keepDom:Je,fresh:Ir,onClick:Vr,mask:Ct,motion:Xi,maskMotion:ei,onVisibleChanged:Ra,onPrepare:Oa,forceRender:pe,autoDestroy:zt,getPopupContainer:fe,align:Ta,arrow:po,arrowPos:Eo,ready:Tn,offsetX:va,offsetY:Si,offsetR:vi,offsetB:gn,onAlign:Is,stretch:kt,targetWidth:_s/da,targetHeight:ja/$a})))});return bt}var Zt=It(c.Z)},8944:function(){"use strict"},5755:function(d,_){"use strict";_.Z={loading:"loading___hdeS1",layoutMainClass:"layoutMainClass___t8btz"}},49535:function(d,_){"use strict";function e(i){const l={},c={channels:l,subscribe:function(f,o){return l[f]||(l[f]=[]),l[f].push(o),this.unsubscribe.bind(null,f,o)},unsubscribe:function(f,o){console.log(f,"channel");let h=l[f],u=-1;if(h){for(let a=0;a<h.length;a++)if(h[a].name===o.name){u=a;break}if(u>=0)return l[f].splice(u,1),!0}return!1},publish:function(f){if(!l[f])return!1;const o=Array.prototype.slice.call(arguments,1);return l[f].forEach(h=>{h.apply(null,o)}),this}};return i?Object.assign(i,c):c}const r=new e;_.Z=r},41922:function(){window._iconfont_svg_string_4904054='<svg><symbol id="icon-hjj-tuichuquanping" viewBox="0 0 1024 1024"><path d="M17.261714 939.666286l68.827429 74.386285 183.661714-181.686857V1024h99.766857V642.56H0v102.985143h213.577143L17.334857 939.666286z m736.987429-136.045715l187.977143 202.605715 71.972571-71.241143-175.835428-189.44H1024V642.56H654.482286V1024h99.766857v-220.379429zM1024 381.44V278.454857h-213.577143l196.315429-194.121143-68.827429-74.386285-183.661714 181.686857V0H654.482286v381.44H1024zM369.517714 0H269.750857v220.379429L81.773714 17.773714l-71.972571 71.241143 175.835428 189.44H0v102.985143h369.517714V0z" fill="#3875FF" ></path></symbol><symbol id="icon-hjj-quanping" viewBox="0 0 1024 1024"><path d="M351.085714 724.114286l-65.828571-73.142857-182.857143 182.857142V643.657143H0V1024h373.028571v-102.4h-219.428571l197.485714-197.485714z m570.514286 138.971428L738.742857 658.285714l-73.142857 73.142857 175.542857 190.171429H650.971429V1024H1024V643.657143h-102.4v219.428571zM650.971429 0v102.4h212.114285L672.914286 299.885714l65.828571 73.142857 182.857143-182.857142v190.171428H1024V0H650.971429zM0 380.342857h102.4v-219.428571L285.257143 365.714286l73.142857-73.142857-175.542857-190.171429H365.714286V0H0v380.342857z" fill="#3875FF" ></path></symbol><symbol id="icon-hjj-monikaoshi" viewBox="0 0 1170 1024"><path d="M105.398857 110.006857V645.12h958.902857V110.006857H105.472z m437.394286 634.221714c0 22.893714 19.236571 42.057143 41.545143 42.715429a42.203429 42.203429 0 0 0 41.545143-42.715429 41.984 41.984 0 0 0-41.545143-42.057142 41.618286 41.618286 0 0 0-41.545143 42.057142zM1096.411429 0.658286c46.518857 0 72.996571 25.965714 72.996571 72.996571v694.125714c0 46.957714-27.282286 72.996571-72.996571 72.996572H657.92v109.568h219.136c22.893714 0 36.571429 13.019429 36.571429 36.571428v36.571429h-657.554286v-36.571429c0-23.552 13.677714-36.571429 36.571428-36.571428h219.209143v-109.568H73.435429c-45.860571 0-73.069714-26.038857-73.069715-73.069714V73.654857C0.365714 26.624 27.794286 0.731429 73.435429 0.731429h1022.902857z" fill="#3061D0" ></path><path d="M743.058286 392.045714v132.461715s-53.321143 53.686857-143.286857 53.686857c-100.059429 0-153.307429-53.686857-153.307429-53.686857V398.336c29.988571 12.726857 66.56 22.089143 109.933714 37.888 23.259429 9.508571 56.539429 12.653714 79.945143 0 26.624-9.362286 63.341714-28.306286 106.715429-44.105143zM629.540571 206.262857c46.665143 18.944 156.598857 56.758857 210.066286 78.848 46.738286 21.796571 13.458286 28.086857 0 34.523429v75.702857l23.405714 28.379428-33.353142 31.597715-40.009143-28.306286 20.041143-28.379429v-63.049142c-113.371429 44.105143-149.942857 59.977143-176.713143 69.339428-26.697143 9.362286-43.373714 9.362286-70.070857 0-26.624-9.435429-143.213714-50.468571-203.337143-78.921143-39.936-18.944-43.373714-28.306286 0-44.105143 56.685714-19.017143 149.942857-53.686857 196.754285-69.412571 29.988571-12.653714 46.592-18.944 73.216-6.217143z" fill="#B3CDFF" ></path></symbol><symbol id="icon-hjj-fasongzhiketang" viewBox="0 0 1170 1024"><path d="M122.660571 113.590857h638.171429c81.773714 0 122.660571 40.521143 122.660571 121.636572v632.539428c0 81.042286-40.96 121.563429-122.660571 121.563429H122.660571C40.96 989.330286 0 948.809143 0 867.766857V235.227429c0-81.115429 40.886857-121.636571 122.660571-121.636572z" fill="#3061D0" ></path><path d="M802.304 146.724571V30.281143c7.021714-32.475429 23.917714-38.765714 50.761143-19.017143l279.405714 239.177143c40.96 28.16 42.422857 52.809143 4.169143 74.093714L861.622857 561.664c-36.717714 26.770286-56.466286 19.748571-59.245714-21.211429V432.420571c-186.294857-57.856-317.586286 28.964571-393.801143 260.461715-7.021714 12.653714-12.653714 12.653714-16.969143 0-71.972571-347.209143 64.950857-529.334857 410.770286-546.230857z" fill="#B3CDFF" ></path></symbol><symbol id="icon-hjj-renwu" viewBox="0 0 1024 1024"><path d="M219.648 112.347429v22.747428a68.461714 68.461714 0 0 0 68.608 68.315429h438.198857a68.461714 68.461714 0 0 0 68.681143-68.315429v-22.674286h91.501714a91.282286 91.282286 0 0 1 91.574857 90.989715v728.137143a91.282286 91.282286 0 0 1-91.574857 91.062857H128.146286c-24.283429 0-47.542857-9.581714-64.804572-26.697143a90.697143 90.697143 0 0 1-26.770285-64.365714V203.410286a91.282286 91.282286 0 0 1 91.574857-91.062857h91.501714z m174.372571 245.101714a45.641143 45.641143 0 0 0-32.329142 77.750857 45.641143 45.641143 0 0 0 32.329142 13.238857h368.347429a45.641143 45.641143 0 0 0 32.329143-77.750857 45.641143 45.641143 0 0 0-32.329143-13.238857H394.020571z m-137.362285 0a45.860571 45.860571 0 0 0-39.643429 22.674286 45.275429 45.275429 0 0 0 0 45.568 45.787429 45.787429 0 0 0 85.430857-22.747429 45.641143 45.641143 0 0 0-45.714285-45.494857z m0 182.052571a45.860571 45.860571 0 0 0-39.643429 22.747429 45.275429 45.275429 0 0 0 0 45.494857 45.787429 45.787429 0 0 0 85.430857-22.747429 45.641143 45.641143 0 0 0-45.787428-45.494857z m91.574857 45.494857a45.641143 45.641143 0 0 0 45.787428 45.494858h368.347429a45.641143 45.641143 0 0 0 32.329143-77.750858 45.641143 45.641143 0 0 0-32.329143-13.238857H394.020571a45.641143 45.641143 0 0 0-45.787428 45.494857zM256.731429 721.554286a45.641143 45.641143 0 0 0-32.256 77.750857 45.641143 45.641143 0 0 0 32.256 13.165714 45.641143 45.641143 0 0 0 32.329142-77.677714 45.641143 45.641143 0 0 0-32.329142-13.238857z m137.362285 0a45.641143 45.641143 0 0 0-32.329143 77.750857 45.641143 45.641143 0 0 0 32.329143 13.165714h368.347429a45.641143 45.641143 0 0 0 32.329143-77.677714 45.641143 45.641143 0 0 0-32.329143-13.238857H394.020571zM421.888 69.997714a87.259429 87.259429 0 0 1 170.934857 0h123.611429a52.516571 52.516571 0 1 1 0 105.033143H298.349714a52.516571 52.516571 0 1 1 0-105.033143h123.611429z" fill="#B7C0D2" ></path></symbol><symbol id="icon-hjj-tiaochawenjuan" viewBox="0 0 1024 1024"><path d="M61.732571 1022.390857a61.44 61.44 0 0 1-61.366857-61.366857V61.732571A61.44 61.44 0 0 1 61.732571 0.365714h623.396572a61.44 61.44 0 0 1 61.293714 61.366857v265.728h137.947429a61.44 61.44 0 0 1 61.366857 61.293715v572.269714a61.44 61.44 0 0 1-61.366857 61.366857z m684.690286-81.773714h117.540572V409.161143h-117.540572v531.456zM245.76 429.641143H123.026286a40.96 40.96 0 0 0-40.886857 40.886857 40.96 40.96 0 0 0 40.96 40.813714h122.587428a40.96 40.96 0 0 0 40.886857-40.813714 40.96 40.96 0 0 0-40.96-40.96zM430.08 286.573714H123.538286a40.96 40.96 0 0 0-40.886857 40.886857 40.96 40.96 0 0 0 40.96 40.813715h306.468571a40.96 40.96 0 0 0 40.96-40.813715 40.96 40.96 0 0 0-40.96-40.96z m163.474286-143.067428H123.611429a40.96 40.96 0 0 0-40.886858 40.813714 40.96 40.96 0 0 0 40.96 40.96h470.016a40.96 40.96 0 0 0 40.96-40.96 40.96 40.96 0 0 0-40.96-40.813714z" fill="#B7C0D2" ></path></symbol><symbol id="icon-hjj-hezuozhe" viewBox="0 0 1024 1024"><path d="M897.316571 215.04h58.88c35.181714 0 63.707429 28.525714 63.707429 63.634286v318.464c0 35.108571-28.525714 63.634286-63.634286 63.634285h-116.004571L573.805714 275.821714l-30.939428-43.885714-189.659429 87.552a63.634286 63.634286 0 0 1-39.277714 4.608c-57.856-11.556571-77.312-31.817143-58.221714-60.708571 18.432-28.013714 96.841143-84.333714 235.373714-168.96a72.923429 72.923429 0 0 1 11.264-5.705143C560.493714 61.44 626.834286 71.168 701.44 118.345143c61.659429 39.131429 127.268571 71.533714 195.876571 96.694857zM44.470857 657.554286a63.634286 63.634286 0 0 1-43.446857-60.416V278.674286c0-35.108571 28.525714-63.634286 63.634286-63.634286h146.870857l-0.292572 0.219429a82.432 82.432 0 0 0 3.437715 125.44c46.665143 37.668571 109.714286 48.128 166.034285 27.574857l143.286858-52.224 100.425142 145.188571c3.072 2.925714 5.851429 6.290286 8.338286 9.801143l176.054857 254.464a63.634286 63.634286 0 0 1-24.137143 93.257143l-281.234285 139.190857a63.341714 63.341714 0 0 1-40.740572 5.339429l10.386286-10.532572c49.005714-49.590857 49.005714-129.462857 0-179.053714l-203.776-206.262857a95.524571 95.524571 0 0 0-135.899429 0L44.470857 657.554286z m199.68-27.428572l180.662857 182.857143a63.634286 63.634286 0 0 1 16.310857 61.074286l-9.142857 34.450286a49.078857 49.078857 0 0 1-76.507428 27.062857l-232.374857-171.008a63.634286 63.634286 0 0 1-7.606858-96.036572l38.034286-38.473143a63.634286 63.634286 0 0 1 90.550857 0z" fill="#B7C0D2" ></path></symbol><symbol id="icon-hjj-shujuji" viewBox="0 0 1097 1024"><path d="M551.497143 698.733714c310.784 0 478.354286-83.163429 478.354286-116.809143V443.392c-110.884571 59.977143-298.861714 88.429714-478.354286 88.429714-179.492571 0-367.542857-28.379429-478.354286-88.502857v138.605714c0 33.645714 167.570286 116.809143 478.354286 116.809143zM73.142857 709.266286v131.949714c0 143.213714 300.836571 181.467429 478.354286 181.467429 177.444571 0 478.354286-38.253714 478.354286-181.394286V709.193143c-110.884571 60.050286-298.861714 88.429714-478.354286 88.429714-179.492571 0-367.542857-28.379429-478.354286-88.429714z m478.354286-276.48c310.784 0 478.354286-83.090286 478.354286-116.736V181.394286C1029.851429 38.253714 728.941714 0 551.497143 0 373.979429 0 73.142857 38.253714 73.142857 181.394286v134.582857c0 33.645714 167.570286 116.882286 478.354286 116.882286z" fill="#B7C0D2" ></path></symbol><symbol id="icon-hjj-pinglun" viewBox="0 0 1024 1024"><path d="M514.413714 0.365714a477.842286 477.842286 0 1 1-245.394285 887.954286 3121.005714 3121.005714 0 0 0-22.454858-13.165714l-116.955428 31.890285a35.84 35.84 0 0 1-43.958857-43.958857l31.817143-116.809143a1484.288 1484.288 0 0 1-24.429715-42.422857A477.842286 477.842286 0 0 1 514.413714 0.365714zM399.945143 616.082286a35.84 35.84 0 0 0-45.787429 55.149714 249.929143 249.929143 0 0 0 160.256 57.856c59.318857 0 115.565714-20.699429 160.329143-57.782857a35.84 35.84 0 1 0-45.860571-55.149714c-32.109714 26.770286-72.630857 41.325714-114.468572 41.252571a178.322286 178.322286 0 0 1-114.468571-41.325714z" fill="#B7C0D2" ></path></symbol><symbol id="icon-hjj-daima" viewBox="0 0 1024 1024"><path d="M987.428571 296.448v617.691429c0 38.692571-25.819429 69.778286-58.660571 73.289142H101.083429c-33.426286 0-61.001143-29.330286-63.926858-66.852571V296.448H987.428571zM515.218286 447.780571l-1.755429 4.681143-89.161143 334.336a43.666286 43.666286 0 0 0 30.500572 52.809143 43.154286 43.154286 0 0 0 51.053714-25.819428l1.755429-4.681143 89.746285-333.750857a43.666286 43.666286 0 0 0-30.500571-52.809143 43.52 43.52 0 0 0-51.638857 25.234285z m198.217143 36.352a39.131429 39.131429 0 0 0-27.501715 28.745143 43.593143 43.593143 0 0 0 6.436572 35.181715l3.510857 4.096 75.702857 79.213714-75.117714 79.725714a43.008 43.008 0 0 0 0 57.563429 37.229714 37.229714 0 0 0 51.053714 2.925714l4.096-3.510857 103.277714-108.544a42.569143 42.569143 0 0 0 3.510857-53.979429l-3.510857-4.096-103.277714-108.544a44.032 44.032 0 0 0-38.107429-8.777143zM285.257143 490.057143l-4.096 3.510857-103.204572 108.544a42.569143 42.569143 0 0 0-3.510857 53.979429l3.510857 4.096 103.204572 108.544c14.116571 14.628571 38.765714 15.213714 53.394286 1.170285l1.755428-1.755428a41.691429 41.691429 0 0 0 3.510857-53.394286l-3.510857-4.096-76.214857-79.213714 76.214857-79.213715a41.545143 41.545143 0 0 0-1.755428-56.32 35.986286 35.986286 0 0 0-49.298286-5.851428zM36.571429 110.445714C36.571429 71.753143 62.390857 40.667429 95.232 37.156571L101.083429 36.571429h821.833142c33.426286 0 61.001143 29.330286 63.926858 66.852571l0.585142 6.436571v99.181715H36.571429V110.445714z" fill="#B7C0D2" ></path></symbol><symbol id="icon-hjj-shezhi1" viewBox="0 0 1024 1024"><path d="M996.568313 604.528411l-86.308016-65.462436c0.877709-9.069656 1.755417-19.017021 1.755417-29.988379 0-10.898216-0.877709-20.918723-1.755417-29.988379l86.308016-65.462436a58.879621 58.879621 0 0 0 14.628478-77.238361l-96.401666-162.741811A62.171029 62.171029 0 0 0 840.18989 146.291357l-102.691911 40.008885a348.669759 348.669759 0 0 0-53.61337-29.988378L668.378423 51.791393A60.854466 60.854466 0 0 0 607.523957 0.006583h-194.558749a60.927608 60.927608 0 0 0-60.927608 50.907101l-14.555335 105.471322a397.163161 397.163161 0 0 0-53.61337 29.988379L181.103841 146.291357a61.147035 61.147035 0 0 0-21.796431-3.65712c-21.796431 0-42.715154 10.971358-52.662518 29.988379L9.292375 336.461563a59.245333 59.245333 0 0 0 14.482192 77.23836l86.381159 65.462437c-0.877709 10.971358-1.82856 20.918723-1.82856 29.988378 0 9.142798 0 19.090163 1.82856 29.988379l-86.308016 65.462436a58.879621 58.879621 0 0 0-14.628478 77.311503l96.401666 162.741811a62.171029 62.171029 0 0 0 74.532092 27.208968l102.765054-39.935743c17.261603 11.775924 35.400915 21.796431 53.61337 29.988379l15.433043 104.52047c3.657119 29.11067 29.988379 51.78481 60.927609 51.78481h194.558749c30.866087 0 56.319638-21.796431 60.854466-50.907101l15.506186-105.398179a397.163161 397.163161 0 0 0 53.61337-29.988379l102.691911 39.935743c7.314239 2.779411 14.628477 3.657119 21.869574 3.65712 21.796431 0 42.715154-10.898216 52.662518-29.988379l97.279375-164.570371a59.172191 59.172191 0 0 0-15.359902-76.360652zM728.501465 509.077596a218.842022 218.842022 0 0 1-218.18374 218.18374A218.842022 218.842022 0 0 1 292.060842 509.077596a218.842022 218.842022 0 0 1 218.183741-218.18374A218.842022 218.842022 0 0 1 728.428323 509.077596z" fill="#456DEC" opacity=".904" ></path></symbol><symbol id="icon-hjj-yijianjiance" viewBox="0 0 1024 1024"><path d="M20.845714 716.141714a40.228571 40.228571 0 0 1 60.562286 35.620572v160.914285a25.307429 25.307429 0 0 0 26.843429 26.770286h160.914285a40.301714 40.301714 0 1 1 0 80.457143h-160.914285a107.52 107.52 0 0 1-107.227429-107.227429v-160.914285a40.228571 40.228571 0 0 1 19.821714-35.620572z m958.829715-4.608c21.942857 0.512 39.643429 18.285714 40.228571 40.228572v160.914285a107.52 107.52 0 0 1-107.300571 107.227429h-160.914286a40.228571 40.228571 0 1 1 0-80.457143h160.914286a25.307429 25.307429 0 0 0 26.843428-26.770286v-160.914285c0.512-21.942857 18.285714-39.716571 40.228572-40.228572z m-213.942858-502.784c25.6 0 46.372571 20.772571 46.445715 46.372572v510.610285a46.518857 46.518857 0 0 1-46.445715 46.445715h-510.537142a46.518857 46.518857 0 0 1-46.445715-46.445715v-510.537142a46.518857 46.518857 0 0 1 46.372572-46.445715zM510.464 324.754286a185.636571 185.636571 0 0 0 0 371.346285 186.221714 186.221714 0 0 0 185.636571-185.709714h-69.632A116.077714 116.077714 0 1 1 510.537143 394.386286z m109.056-55.661715l-97.499429 229.668572 227.474286-99.693714-97.499428-32.548572L619.52 269.165714zM269.165714 1.024a40.228571 40.228571 0 1 1 0 80.457143h-160.914285a25.307429 25.307429 0 0 0-26.843429 26.770286v174.299428a40.228571 40.228571 0 1 1-80.457143 0V108.251429A107.52 107.52 0 0 1 108.251429 1.024z m643.437715 0a107.52 107.52 0 0 1 107.227428 107.227429v174.299428a40.228571 40.228571 0 0 1-80.457143 0V108.251429a25.307429 25.307429 0 0 0-26.770285-26.843429h-160.914286a40.228571 40.228571 0 0 1 0-80.457143z" fill="#335EEA" opacity=".904" ></path></symbol><symbol id="icon-hjj-xuexirenshu" viewBox="0 0 1280 1024"><path d="M244.736 0a406.357333 406.357333 0 0 1 143.872 26.538667c75.349333 27.306667 139.434667 78.677333 182.272 145.92v807.253333a512.512 512.512 0 0 0-182.272-102.997333 690.005333 690.005333 0 0 0-174.677333-24.917334 67.413333 67.413333 0 0 1-68.096-64.341333V65.536a66.901333 66.901333 0 0 1 64.256-64C221.610667 0.597333 233.130667 0 244.736 0z m723.029333 0c11.605333 0 23.210667 0.512 34.816 1.450667 34.986667 1.536 62.890667 29.44 64.170667 64v721.92a67.413333 67.413333 0 0 1-68.266667 64.085333 690.346667 690.346667 0 0 0-174.677333 25.088 516.266667 516.266667 0 0 0-182.186667 103.082667V172.458667A362.837333 362.837333 0 0 1 823.808 26.538667 407.381333 407.381333 0 0 1 967.68 0zM211.285333 917.248a125.44 125.44 0 0 1-92.757333-28.672 123.221333 123.221333 0 0 1-43.776-86.016v-658.773333a67.754667 67.754667 0 0 0-70.997333 64.256v653.653333a138.154667 138.154667 0 0 0 141.824 125.44c28.672 0.170667 57.258667-1.194667 85.76-4.181333 19.114667-2.048 38.229333-3.072 57.429333-3.072h11.093333c72.533333-2.474667 145.066667 2.730667 216.490667 15.530666a308.309333 308.309333 0 0 0-150.186667-64.256c-54.442667-5.717333-93.013333-11.861333-154.88-13.909333z m926.549334-773.376v658.688a128.768 128.768 0 0 1-135.082667 114.688c-52.309333 0.682667-104.533333 5.376-156.16 13.909333a397.653333 397.653333 0 0 0-149.162667 64.256 1012.906667 1012.906667 0 0 1 197.973334-15.274666l28.416-0.256a762.88 762.88 0 0 1 99.242666 3.669333l43.861334 3.498667c36.266667 5.205333 73.045333-5.717333 100.352-29.866667 27.306667-24.234667 42.496-59.221333 41.386666-95.573333V208.213333a61.781333 61.781333 0 0 0-20.821333-45.397333 74.24 74.24 0 0 0-50.005333-18.858667z" fill="#727C95" ></path></symbol><symbol id="icon-hjj-fuzhilianjie" viewBox="0 0 1024 1024"><path d="M814.912 124.48c43.84 0 79.488 35.52 79.488 79.488v735.36c0 43.904-35.648 79.552-79.488 79.552H79.552A79.552 79.552 0 0 1 0 939.392V204.032c0-43.904 35.648-79.552 79.488-79.552z m124.16-124.224c43.904 0 79.552 35.52 79.552 79.488v735.36c0 43.904-35.648 79.552-79.488 79.552h-19.84V179.136c0-43.84-35.712-79.488-79.552-79.488H124.224v-19.84c0-43.904 35.648-79.552 79.488-79.552zM517.12 520a39.68 39.68 0 1 0-65.536 44.992c16.768 24.448 13.632 57.6-7.488 78.72l-116.16 116.16a61.76 61.76 0 0 1-43.84 18.112 61.76 61.76 0 0 1-62.016-61.952c0-16.512 6.464-32.192 18.176-43.84l95.36-95.424a39.808 39.808 0 0 0-56.256-56.32l-95.36 95.424c-26.88 26.88-41.536 62.4-41.536 100.16 0 37.888 14.784 73.408 41.536 100.096 26.816 26.88 62.208 41.536 100.096 41.536 37.888 0 73.408-14.784 100.096-41.536l116.16-116.16a141.76 141.76 0 0 0 16.768-179.968zM710.4 327.232a141.696 141.696 0 0 0-200.128 0L394.048 443.328a141.568 141.568 0 0 0-16.768 179.904 39.808 39.808 0 1 0 65.472-44.992 61.952 61.952 0 0 1 7.424-78.72L566.4 383.36a62.016 62.016 0 1 1 87.68 87.68L558.72 566.4a39.808 39.808 0 0 0 56.256 56.32l95.36-95.36c26.752-26.752 41.536-62.272 41.536-100.032 0-37.888-14.784-73.408-41.472-100.096z" fill="#3061D0" ></path></symbol><symbol id="icon-hjj-tijiaojilu" viewBox="0 0 1024 1024"><path d="M682.573531 0c105.033143 0 137.508571 38.473143 137.508572 146.285714v97.865143c0 57.636571-68.242286 50.980571-68.242286 0V146.212571c0-54.272-16.384-73.142857-69.193143-73.142857H136.48896c-56.612571 0-68.242286 8.192-68.242286 73.142857v731.062858c0 40.155429 20.48 73.142857 68.242286 73.142857h136.704c41.545143 0 44.617143 73.435429-0.146286 73.435428h-20.114285l-30.134858 0.073143H146.143817l-35.254857-0.073143c-47.835429 1.243429-90.550857-31.451429-105.106286-80.164571A147.529143 147.529143 0 0 1 0.004389 901.12V143.067429C0.004389 8.777143 69.563246 0 136.48896 0zM640.004389 384c172.763429 0 320 140.8 320 320A320 320 0 1 1 640.004389 384z m98.011428 83.382857a256 256 0 1 0-98.011428 492.397714 256.365714 256.365714 0 0 0 256-255.853714 256 256 0 0 0-157.988572-236.617143zM607.894674 512c17.700571 0 32.036571 14.336 32.036572 31.963429v160.036571h159.963428a31.963429 31.963429 0 0 1 0 64H607.967817a31.963429 31.963429 0 0 1-31.963428-32.036571V543.963429c0-17.627429 14.336-31.963429 31.963428-31.963429zM315.030674 408.868571c54.345143 0 46.884571 68.900571 0 69.12H205.09696c-51.2 0-49.005714-69.12 0-69.12z m299.593143-204.653714c54.418286 0.146286 47.030857 69.266286 0 69.12h-409.6c-51.2 0-49.005714-69.12 0-69.12z" fill="#333333" ></path></symbol><symbol id="icon-hjj-shuoming" viewBox="0 0 1024 1024"><path d="M517.12 0c66.56 0 133.12 10.24 204.8 46.08 56.32 20.48 112.64 61.44 158.72 107.52 46.08 46.08 76.8 97.28 107.52 158.72 30.72 66.56 30.72 138.24 30.72 204.8 0 66.56-10.24 138.24-40.96 199.68-20.48 56.32-61.44 112.64-107.52 158.72-46.08 46.08-97.28 76.8-158.72 107.52-61.44 30.72-128 40.96-199.68 40.96s-138.24-10.24-204.8-40.96c-56.32-20.48-112.64-61.44-158.72-107.52C102.4 829.44 71.68 778.24 40.96 716.8 10.24 655.36 0 588.8 0 517.12s15.36-143.36 40.96-204.8c25.6-61.44 61.44-112.64 112.64-163.84C199.68 102.4 256 71.68 317.44 40.96 378.88 10.24 450.56 0 517.12 0z m0 66.56c-61.44 0-122.88 15.36-174.08 35.84-56.32 15.36-102.4 51.2-143.36 92.16S122.88 281.6 107.52 337.92C81.92 399.36 71.68 450.56 71.68 512c0 61.44 15.36 117.76 35.84 174.08 20.48 51.2 56.32 97.28 97.28 138.24 40.96 46.08 87.04 76.8 138.24 97.28 61.44 20.48 112.64 35.84 174.08 35.84 61.44 0 122.88-15.36 174.08-35.84s97.28-56.32 138.24-97.28c46.08-40.96 76.8-87.04 97.28-138.24 20.48-56.32 35.84-112.64 35.84-174.08 0-61.44-15.36-122.88-35.84-174.08-20.48-56.32-56.32-102.4-97.28-138.24A359.789714 359.789714 0 0 0 691.2 102.4C629.76 76.8 578.56 66.56 517.12 66.56z m0 614.4c30.72 0 56.32 20.48 56.32 56.32s-20.48 56.32-56.32 56.32-56.32-20.48-56.32-56.32 20.48-56.32 56.32-56.32z m0-445.44c30.72 0 61.44 30.72 61.44 56.32l-20.48 296.96c-4.681143 32.548571-17.773714 44.032-39.350857 45.787429L512 634.88c-15.36-5.12-35.84-10.24-40.96-46.08l-20.48-296.96c0-30.72 35.84-56.32 66.56-56.32z" fill="#727C95" ></path></symbol><symbol id="icon-hjj-xinjianzimulu" viewBox="0 0 1181 1024"><path d="M39.384615 55.926154a55.138462 55.138462 0 0 1 55.138462-55.138462h377.225846a55.138462 55.138462 0 0 1 50.648615 33.476923l27.017847 63.015385H1087.015385a55.138462 55.138462 0 0 1 55.138461 55.138462v578.953846a55.138462 55.138462 0 0 1-55.138461 55.138461H94.523077a55.138462 55.138462 0 0 1-55.138462-55.138461V56.083692z" fill="#335EEA" ></path><path d="M191.015385 186.919385h799.507692c36.706462 0 55.138462 18.432 55.138461 55.138461v496.246154c0 36.785231-18.432 55.138462-55.138461 55.138462H191.015385c-36.706462 0-55.138462-18.353231-55.138462-55.138462v-496.246154c0-36.706462 18.432-55.138462 55.138462-55.138461z" fill="#FFFFFF" ></path><path d="M94.523077 276.48h992.492308c36.706462 0 55.138462 18.510769 55.138461 55.138462v620.386461c0 36.706462-18.432 55.138462-55.138461 55.138462H94.523077c-36.706462 0-55.138462-18.432-55.138462-55.138462V331.618462c0-36.706462 18.432-55.138462 55.138462-55.138462z" fill="#335EEA" ></path><path d="M590.769231 435.042462c20.086154 0 36.864 12.524308 40.014769 28.908307l0.551385 5.513846v131.780923h131.702153c17.171692 0 31.428923 14.729846 34.028308 34.028308l0.472616 6.537846c0 20.164923-12.445538 36.942769-28.908308 40.01477l-5.513846 0.551384H631.256615v131.780923c0 17.171692-14.651077 31.350154-33.870769 33.949539l-6.616615 0.472615c-20.086154 0-36.864-12.445538-40.014769-28.829538l-0.472616-5.592616-0.078769-131.780923H418.422154c-17.092923 0-31.350154-14.651077-33.870769-33.949538l-0.551385-6.616616c0-20.086154 12.445538-36.864 28.908308-39.936l5.513846-0.551384h131.780923V469.464615c0-17.171692 14.729846-31.350154 34.028308-33.949538l6.537846-0.551385z" fill="#FFFFFF" ></path></symbol><symbol id="icon-hjj-xiazai" viewBox="0 0 1024 1024"><path d="M93.110857 930.889143h837.778286V512H1024v512H0V512h93.110857v418.889143z m581.778286-558.518857V0H349.110857v372.297143H139.629714L512 744.813714l372.297143-372.370285H674.962286z m-325.778286 512h325.778286v-93.110857H349.110857v93.110857z" fill="#335EEA" ></path></symbol><symbol id="icon-hjj-fenxiangketang" viewBox="0 0 1102 1024"><path d="M115.633231 109.174154H716.8c77.115077 0 115.633231 38.596923 115.633231 115.633231v601.324307c0 77.036308-38.596923 115.554462-115.633231 115.554462H115.633231C38.518154 941.686154 0 903.168 0 826.131692V224.807385c0-77.115077 38.596923-115.633231 115.633231-115.633231z" fill="#3061D0" ></path><path d="M755.948308 140.603077V29.932308c6.695385-30.877538 22.606769-36.864 47.891692-18.116923l263.325538 227.406769c38.596923 26.781538 39.857231 50.254769 3.938462 70.498461l-259.308308 225.35877c-34.579692 25.521231-53.169231 18.747077-55.847384-20.164923V412.356923c-175.497846-55.059692-299.165538 27.490462-371.003077 247.571692-6.616615 12.051692-11.972923 12.051692-15.990154 0-67.820308-330.043077 61.203692-503.177846 386.993231-519.325538z" fill="#B3CDFF" ></path></symbol><symbol id="icon-hjj-tianjiaxuesheng" viewBox="0 0 1024 1024"><path d="M563.053714 593.261714c9.142857 3.876571 18.139429 8.045714 27.062857 12.507429a273.188571 273.188571 0 0 0 135.314286 405.796571 76.068571 76.068571 0 0 1-30.427428 10.093715l-8.338286 0.438857H76.141714c-39.277714 0-71.533714-29.696-75.702857-67.876572L0 945.956571v-134.144c0-40.96 15.725714-80.237714 43.958857-109.860571A466.139429 466.139429 0 0 1 200.192 593.188571c31.158857 36.717714 73.142857 63.634286 120.905143 76.141715l16.091428 3.657143-0.146285 0.219428 22.162285 22.089143-21.942857 67.072 44.397715 235.081143 44.397714-235.081143-21.942857-67.072 22.162285-22.089143a238.226286 238.226286 0 0 0 136.777143-80.018286z m255.780572-43.154285a204.8 204.8 0 1 1 0 409.6 204.8 204.8 0 0 1 0-409.6z m38.473143 46.811428h-77.019429v118.198857H665.673143v79.433143h114.614857v118.272h77.019429v-118.272h114.614857V715.117714H857.234286V596.918857z m-439.369143-518.582857l11.702857 4.096 287.012571 116.955429a20.48 20.48 0 0 1 5.046857 35.035428l-5.12 2.925714-111.323428 45.202286v58.441143c0 27.574857-15.286857 52.516571-39.789714 64.950857l-1.828572 0.950857-1.974857 0.950857v32.694858a179.858286 179.858286 0 1 1-359.277714 11.849142l-0.438857-11.849142v-32.694858L198.217143 405.942857a72.484571 72.484571 0 0 1-39.277714-55.881143l-0.512-9.069714v-58.514286L46.957714 237.348571a20.48 20.48 0 0 1-4.973714-34.962285l4.973714-2.925715L334.262857 82.432c26.770286-10.825143 56.32-12.214857 83.748572-4.022857z m144.676571 221.696l-133.12 54.345143c-26.843429 10.825143-56.32 12.214857-83.821714 4.022857l-11.702857-4.022857-133.12-54.345143v41.106286c0 11.337143 6.363429 21.796571 16.603428 26.916571 31.670857 16.091429 94.939429 43.154286 164.352 43.154286 69.485714 0 132.827429-27.062857 164.352-43.154286a30.427429 30.427429 0 0 0 16.091429-21.430857l0.512-5.632h-0.146286v-40.96z" fill="#3061D0" ></path></symbol><symbol id="icon-hjj-tianjiazhujiao" viewBox="0 0 1024 1024"><path d="M728.283429 512a256 256 0 1 1 0 512 256 256 0 0 1 0-512zM446.390857 0c120.685714 0 224.621714 83.894857 248.393143 200.630857a249.197714 249.197714 0 0 1-150.454857 279.771429c17.188571 4.608 34.084571 10.532571 50.468571 17.627428l-0.219428-0.073143-14.774857 7.314286a294.692571 294.692571 0 0 0-148.187429 188.196572l-3.657143 16.310857a291.254857 291.254857 0 0 0 77.092572 257.316571H179.053714a104.301714 104.301714 0 0 1-105.033143-103.497143v-23.405714a372.150857 372.150857 0 0 1 114.395429-269.824h-0.950857l17.773714-14.774857 3.949714-3.291429c4.022857-3.291429 7.68-6.290286 11.483429-9.069714l5.12-3.803429H226.742857c2.048-1.682286 4.169143-3.145143 6.290286-4.681142l9.728-6.582858 2.340571-1.462857a373.174857 373.174857 0 0 1 103.350857-46.299428 249.270857 249.270857 0 0 1-150.528-279.771429C221.696 83.894857 325.632 0 446.390857 0z m304.420572 589.531429a44.397714 44.397714 0 0 0-66.56 38.4V723.382857H588.946286a44.397714 44.397714 0 1 0 0 88.795429h95.305143v95.305143a44.397714 44.397714 0 1 0 88.722285 0v-95.305143h95.378286a44.470857 44.470857 0 1 0 0-88.795429h-95.305143V627.931429a44.397714 44.397714 0 0 0-22.235428-38.4z" fill="#3061D0" ></path></symbol><symbol id="icon-hjj-tianjialaoshi" viewBox="0 0 1024 1024"><path d="M438.491429 73.142857c27.794286 0 47.250286 41.691429 66.56 41.691429a151.405714 151.405714 0 0 1 49.956571 0c44.397714 8.265143 38.912 72.118857 41.691429 94.354285 2.706286 33.206857 2.706286 66.56 0 102.619429-5.558857 19.382857 8.338286 16.603429 8.338285 16.603429 24.283429 0 24.868571 45.787429 23.478857 70.582857A311.442286 311.442286 0 0 0 493.129143 656.822857a311.442286 311.442286 0 0 0 119.661714 245.979429H0.073143v-15.067429c0.292571-30.061714 3.145143-96.182857 22.235428-115.346286 24.941714-22.162286 49.956571-63.780571 177.590858-83.236571 127.634286-19.382857 110.957714-86.016 113.737142-83.236571 0-24.941714-2.779429-61.074286-2.779428-61.074286a171.154286 171.154286 0 0 1-69.339429-83.236572c-41.691429-16.603429-36.132571-27.794286-41.691428-47.177142 0 0-11.044571-88.795429 16.676571-86.016 0 0 16.676571 0 11.117714-19.382858V285.988571c0.146286-34.011429 0.585143-77.970286 2.779429-93.476571 2.779429-22.235429 19.456-83.309714 63.853714-94.354286 13.897143-2.779429 30.500571-5.558857 44.397715-5.558857 13.897143-2.779429 11.117714-11.117714 38.765714-11.117714z m357.302857 362.422857c126.025143 0 228.205714 99.035429 228.205714 221.184s-102.107429 221.257143-228.205714 221.257143c-126.025143 0-228.205714-99.035429-228.205715-221.184 0-122.221714 102.107429-221.257143 228.205715-221.257143z m42.861714 50.614857h-85.723429v127.707429H625.078857v85.796571h127.707429v127.707429h85.869714V699.684571h127.634286V613.888h-127.634286V486.180571z" fill="#3061D0" ></path></symbol><symbol id="icon-hjj-shoucang" viewBox="0 0 1024 1024"><path d="M512 293.010286c-32.694857-84.48-124.196571-146.285714-219.428571-146.285715-123.977143 0-219.428571 94.208-219.428572 219.428572 0 172.105143 184.978286 305.152 438.857143 560.786286 253.878857-255.634286 438.857143-388.681143 438.857143-560.786286 0-125.220571-95.451429-219.428571-219.428572-219.428572-95.305143 0-186.733714 61.805714-219.428571 146.285715z" fill="#A2A7B0" ></path></symbol><symbol id="icon-hjj-kechengxiangqing" viewBox="0 0 1024 1024"><path d="M870.619429 74.093714c39.497143 0.512 71.387429 32.329143 71.387428 71.899429v625.005714a38.473143 38.473143 0 0 1-3.657143 18.505143 138.605714 138.605714 0 0 1-15.36 26.697143 179.931429 179.931429 0 0 1-61.659428 47.250286c-37.449143 21.065143-56.466286 31.817143-74.971429 40.009142a2542.445714 2542.445714 0 0 1-190.025143 73.947429 71.972571 71.972571 0 0 1-71.387428-71.899429V551.204571L524.434286 324.681143c5.705143-17.92 17.554286-34.889143 26.258285-51.346286 58.514286-108.836571 168.448-160.182857 251.611429-184.32 2.56-0.512 5.12-1.536 7.68-2.048 20.553143-5.12 40.594286-9.289143 60.635429-12.873143zM143.36 74.605714a51.712 51.712 0 0 1 15.36 0.512c17.993143 3.072 35.986286 7.168 53.979429 11.849143h0.512l7.68 2.048c82.651429 24.137143 193.097143 75.483429 251.099428 184.832 6.729143 12.361143 15.36 25.673143 21.577143 39.058286a52.589714 52.589714 0 0 1 4.608 21.577143l-0.512 216.722285v352.768a71.972571 71.972571 0 0 1-52.370286 68.827429 45.641143 45.641143 0 0 1-29.769143-1.024 2614.345143 2614.345143 0 0 1-178.688-69.851429c-18.505143-8.192-37.522286-19.017143-75.044571-40.009142a163.766857 163.766857 0 0 1-61.074286-46.226286 99.620571 99.620571 0 0 1-19.017143-58.514286V145.408c0-35.401143 26.185143-65.755429 61.659429-70.875429zM63.780571 165.010286v615.716571c1.024 22.089143 0.512 48.274286 9.801143 61.147429 17.993143 26.185143 46.226286 38.473143 69.339429 49.298285l1.462857 0.512 1.097143 0.512c19.017143 10.24 10.752 39.058286-10.24 38.546286a2162.761143 2162.761143 0 0 1-54.491429-2.633143 92.086857 92.086857 0 0 1-52.370285-17.92 83.017143 83.017143 0 0 1-26.697143-40.594285 25.746286 25.746286 0 0 1-1.024-6.144v-627.565715c0-35.986286 27.209143-66.267429 63.122285-70.948571z m896.731429 0a72.484571 72.484571 0 0 1 63.122286 71.387428v627.053715a25.746286 25.746286 0 0 1-1.024 6.144c-4.608 15.945143-13.897143 29.769143-26.697143 40.594285a90.770286 90.770286 0 0 1-52.370286 17.92c-18.505143 1.536-37.010286 2.048-54.418286 2.633143-21.065143 0.512-28.818286-28.306286-10.24-38.546286l0.950858-0.512 1.536-0.512c23.113143-10.825143 50.834286-23.113143 69.339428-49.298285 8.777143-12.873143 8.777143-39.058286 9.801143-61.147429z" fill="#B7C0D2" ></path></symbol><symbol id="icon-hjj-paihangbang" viewBox="0 0 1024 1024"><path d="M921.6 102.4h-34.157714V68.242286A68.242286 68.242286 0 0 0 819.2 0H204.8a68.242286 68.242286 0 0 0-68.242286 68.242286V102.4H102.4C45.933714 102.4 0 148.333714 0 204.8v68.242286c0 56.466286 45.933714 102.4 102.4 102.4h34.157714c0 194.998857 150.674286 356.498286 341.284572 373.833143v104.082285h-95.817143a34.157714 34.157714 0 0 0-31.963429 22.162286l-25.6 68.242286a34.157714 34.157714 0 0 0 31.963429 46.08h311.149714a34.157714 34.157714 0 0 0 31.963429-46.08l-25.6-68.242286a34.157714 34.157714 0 0 0-31.963429-22.162286h-95.817143v-104.082285c190.610286-17.334857 341.284571-178.834286 341.284572-373.76h34.157714c56.466286 0 102.4-46.006857 102.4-102.4V204.8c0-56.466286-45.933714-102.4-102.4-102.4zM102.4 307.2a34.157714 34.157714 0 0 1-34.157714-34.157714V204.8c0-18.797714 15.36-34.157714 34.157714-34.157714h34.157714V307.2H102.4z m541.696-1.682286l-55.076571 56.32 12.434285 77.312a15.506286 15.506286 0 0 1-14.701714 20.48h-0.219429a16.237714 16.237714 0 0 1-7.241142-1.755428l-67.437715-37.522286-67.364571 37.083429a15.506286 15.506286 0 1 1-22.820572-16.091429l13.165715-79.798857-55.003429-56.539429a15.36 15.36 0 0 1-3.584-15.798857 15.36 15.36 0 0 1 12.434286-10.386286l75.483428-11.337142 34.011429-72.045715a15.579429 15.579429 0 0 1 28.086857 0l33.718857 72.265143 75.410286 11.629714a15.36 15.36 0 0 1 12.361143 10.459429 15.36 15.36 0 0 1-3.657143 15.725714z m311.588571-32.475428c0 18.870857-15.286857 34.157714-34.084571 34.157714h-34.157714V170.642286h34.157714c18.797714 0 34.157714 15.36 34.157714 34.157714v68.242286z" fill="#B7C0D2" ></path></symbol><symbol id="icon-hjj-bianzu" viewBox="0 0 1024 1024"><path d="M512 0a512 512 0 1 1 0 1024A512 512 0 0 1 512 0z m24.283429 262.656a49.152 49.152 0 0 0-49.444572 0 48.64 48.64 0 0 0-24.137143 42.861714v157.842286H304.054857A48.786286 48.786286 0 0 0 256 512c0.073143 26.624 21.504 48.274286 48.054857 48.64h158.646857v157.842286a48.64 48.64 0 0 0 24.137143 42.861714 49.152 49.152 0 0 0 49.444572 0 48.64 48.64 0 0 0 24.137142-42.861714V560.64h158.72c12.946286 0 25.307429-5.12 34.523429-14.262857a48.493714 48.493714 0 0 0-34.596571-83.017143H560.493714V305.517714a48.64 48.64 0 0 0-24.210285-42.861714z" fill="#8F96B1" ></path></symbol><symbol id="icon-hjj-kechengzhangjie" viewBox="0 0 1024 1024"><path d="M664.137143 0v151.844571c0 72.704 59.245714 131.876571 131.949714 131.876572h148.553143v629.76c0 44.324571-35.84 80.237714-80.237714 80.237714H189.952c-44.251429 0-80.237714-35.84-80.237714-80.237714V80.237714C109.714286 35.986286 145.554286 0 189.952 0h474.258286z m148.114286 761.270857H242.102857v53.686857h570.148572v-53.686857z m0-172.178286H242.102857v53.76h570.148572v-53.76z m0-171.958857H242.102857v53.686857h570.148572v-53.686857zM715.849143 0l228.790857 232.082286h-148.553143c-44.251429 0-80.237714-35.84-80.237714-80.237715V0z" fill="#B7C0D2" ></path></symbol><symbol id="icon-hjj-fenxiang" viewBox="0 0 1097 1024"><path d="M641.097143 784.091429a26.112 26.112 0 0 0 44.617143 18.578285l323.584-323.657143a52.297143 52.297143 0 0 0 0-73.874285L685.714286 81.481143a26.112 26.112 0 0 0-44.617143 18.505143v159.085714C233.472 317.293714 58.806857 607.670857 0.585143 898.194286c144.091429-201.362286 345.307429-294.473143 631.808-296.301715h8.704v182.272z" fill="#A2A7B0" ></path></symbol><symbol id="icon-hjj-zhishitupu" viewBox="0 0 1024 1024"><path d="M230.4 0C327.68 0 409.6 76.8 409.6 168.96c0 28.745143-7.972571 56.466286-21.869714 81.042286a3.218286 3.218286 0 0 1 1.389714 0.877714l65.097143 60.928a184.100571 184.100571 0 0 1 200.630857 22.162286l0.512-1.170286 39.716571-34.377143A119.808 119.808 0 0 1 665.6 220.16c0-66.56 56.32-122.88 128-122.88s128 56.32 128 122.88c0 66.56-56.32 122.88-128 122.88-25.819429 0-49.737143-7.314286-69.632-19.748571l-37.888 35.108571a17.334857 17.334857 0 0 1-4.388571 3.291429c21.942857 27.794286 35.108571 62.244571 35.108571 99.108571 0 26.185143-5.924571 50.907429-16.530286 72.996571l89.380572 79.798858c23.259429-15.725714 50.761143-24.795429 80.749714-24.795429 87.04 0 153.6 76.8 153.6 168.96 0 88.137143-60.928 162.230857-142.336 168.521143l-11.264 0.438857c-87.04 0-153.6-76.8-153.6-168.96 0-46.738286 17.115429-89.526857 45.348571-120.32l-81.188571-72.411429a181.467429 181.467429 0 0 1-143.36 69.851429 182.125714 182.125714 0 0 1-112.054857-38.4l-44.178286 42.057143C430.08 679.497143 460.8 739.474286 460.8 803.84 460.8 921.6 358.4 1024 230.4 1024S0 926.72 0 803.84c0-122.88 102.4-220.16 230.4-220.16 44.470857 0 85.869714 12.434286 120.978286 33.426286l47.981714-45.641143A169.691429 169.691429 0 0 1 358.4 460.8c0-51.565714 25.6-98.304 65.243429-129.462857l-54.564572-54.418286a181.979429 181.979429 0 0 1-138.678857 66.121143C133.12 343.04 51.2 266.24 51.2 168.96 51.2 71.68 133.12 0 230.4 0z" fill="#B7C0D2" ></path></symbol><symbol id="icon-hjj-shezhi" viewBox="0 0 1024 1024"><path d="M497.590857 362.788571c-84.845714 0-154.331429 70.070857-154.331428 155.794286s69.485714 155.794286 154.331428 155.794286 154.331429-69.997714 154.331429-155.794286c0-85.723429-69.485714-155.794286-154.331429-155.794286zM374.052571 109.714286c15.433143 0 32.768 5.851429 42.422858 15.652571 11.702857 13.604571 52.150857 48.64 83.017142 48.64 30.866286 0 71.387429-35.108571 82.944-46.811428 9.728-11.702857 27.062857-17.481143 42.422858-17.481143 9.728 0 15.433143 0 23.259428 3.949714h1.901714l106.057143 60.342857h1.901715a58.514286 58.514286 0 0 1 19.236571 68.096s-9.654857 21.504-9.654857 40.96c0 58.441143 46.299429 105.106286 104.155428 105.106286h3.803429c19.309714 0 34.669714 17.554286 40.521143 44.690286 1.974857 1.901714 9.728 48.713143 9.728 85.650285 0 38.912-9.728 85.650286-9.728 85.650286-3.803429 27.209143-21.211429 44.763429-40.521143 44.763429h-3.803429c-57.856 0-104.155429 46.811429-104.155428 105.106285 0 19.456 9.654857 40.96 9.654857 40.96a55.808 55.808 0 0 1-19.236571 66.121143h-1.901715l-106.057143 60.416H648.045714a59.245714 59.245714 0 0 1-65.536-15.506286c-11.629714-13.677714-54.125714-50.614857-84.845714-50.614857-29.037714 0-67.584 35.108571-83.017143 50.541715a55.149714 55.149714 0 0 1-42.422857 19.456c-9.728 0-15.433143 0-23.259429-3.876572h-1.901714l-104.155428-58.514286h-1.901715a58.294857 58.294857 0 0 1-19.456-68.022857s9.728-21.430857 9.728-40.886857c0-58.441143-46.299429-105.106286-104.155428-105.106286h-3.876572c-19.236571 0-34.669714-17.554286-40.521143-44.690285C80.896 602.331429 73.142857 555.593143 73.142857 518.582857c0-35.108571 7.753143-81.773714 9.654857-85.650286 3.876571-27.209143 21.211429-44.763429 40.521143-44.763428h1.974857c57.782857 0 104.082286-46.811429 104.082286-105.106286 0-19.456-9.654857-40.96-9.654857-40.96a55.808 55.808 0 0 1 19.236571-66.194286h1.974857l109.933715-62.244571h1.974857a65.097143 65.097143 0 0 1 21.211428-4.022857z" fill="#A2A7B0" ></path></symbol><symbol id="icon-hjj-xuexitongji" viewBox="0 0 1024 1024"><path d="M128 915.319467v-109.3632h836.266667v109.3632H128z m500.394667-787.319467v619.383467l-168.072534-0.068267V128h168.072534z m-223.914667 286.9248v332.458667l-168.004267-0.068267v-332.458667h167.936z m447.829333-111.069867v443.528534h-168.004266V303.786667h168.004266z" fill="#3061D0" ></path></symbol><symbol id="icon-hjj-kechengkaifaguanlipingtai-1" viewBox="0 0 1024 1024"><path d="M722.221176 150.588235c213.775059 0 240.158118 97.340235 241.362824 78.607059l0.060235-1.626353v557.357177a38.430118 38.430118 0 0 1-38.430117 38.430117s-109.989647-19.215059-211.425883-19.215059c-100.412235 0-192.210824 19.275294-192.210823 19.275295a38.128941 38.128941 0 0 1-9.637647-1.385412 38.128941 38.128941 0 0 1-9.637647 1.325176s-109.929412-19.215059-211.425883-19.215059c-100.352 0-192.150588 19.275294-192.150588 19.275295A38.430118 38.430118 0 0 1 60.235294 784.865882V227.508706C60.235294 253.108706 83.064471 150.588235 299.369412 150.588235c121.554824 0 182.392471 31.503059 212.630588 55.17553 30.057412-23.672471 90.352941-55.175529 210.221176-55.17553zM387.011765 554.285176H214.016a19.275294 19.275294 0 0 0-19.275294 19.215059v19.215059c0 10.601412 8.673882 19.215059 19.275294 19.215059h172.995765a19.275294 19.275294 0 0 0 19.215059-19.275294v-19.154824a19.275294 19.275294 0 0 0-19.275295-19.275294z m346.352941-361.532235c-42.767059 0-77.402353 13.492706-77.402353 30.117647l0.240941 1.746824c-0.120471 0.903529-0.120471 2.048-0.12047 3.614117v347.798589l76.92047-57.645177 76.860235 57.645177 0.120471-348.822589a12.408471 12.408471 0 0 0 0.783059-4.336941c0-16.624941-34.635294-30.117647-77.402353-30.117647z m-346.352941 188.536471H214.016a19.275294 19.275294 0 0 0-19.275294 19.215059v19.215058c0 10.601412 8.673882 19.215059 19.275294 19.215059h172.995765a19.275294 19.275294 0 0 0 19.215059-19.275294V400.564706a19.275294 19.275294 0 0 0-19.275295-19.275294z" fill="#3061D0" ></path></symbol><symbol id="icon-hjj-shiyankaifayunhangguanlipingtai-1" viewBox="0 0 1024 1024"><path d="M878.1824 68.266667c56.661333 0 103.150933 43.349333 108.1344 98.7136l0.477867 9.898666v484.5568a108.544 108.544 0 0 1-97.8944 108.066134l-10.717867 0.546133-325.8368-0.068267v91.886934h158.651733a41.7792 41.7792 0 0 1 4.3008 83.421866l-4.3008 0.2048h-408.917333a41.7792 41.7792 0 0 1-4.3008-83.3536l4.3008-0.2048 166.7072-0.068266v-91.886934H143.018667A108.544 108.544 0 0 1 34.952533 672.221867L34.4064 661.504V176.810667c0-56.661333 43.349333-103.150933 98.7136-108.1344L143.018667 68.266667h735.163733z m76.322133 459.434666H84.514133v83.626667h869.9904V527.701333z" fill="#3061D0" ></path></symbol><symbol id="icon-hjj-shiyanjiaoxueguanlipingtai-1" viewBox="0 0 1024 1024"><path d="M936.7552 294.2976c29.354667 0 53.111467 23.7568 53.111467 53.111467v584.021333c0 29.354667-23.7568 53.111467-53.111467 53.111467H87.2448a53.111467 53.111467 0 0 1-53.111467-53.111467V347.477333c0-29.354667 23.7568-53.111467 53.111467-53.111466h849.5104z m-350.890667 159.266133A60.962133 60.962133 0 0 0 539.306667 554.8032l5.3248 5.12-75.639467 165.205333a40.686933 40.686933 0 0 0-20.48 0.955734l-6.144 1.911466-5.9392 2.321067L361.2672 637.610667c3.003733-4.9152 5.3248-10.24 7.031467-15.701334a59.1872 59.1872 0 0 0-15.5648-60.347733 63.488 63.488 0 0 0-44.305067-17.749333c-16.384 0-32.085333 6.3488-43.963733 17.681066a59.528533 59.528533 0 0 0 0 85.469867c13.038933 12.424533 30.72 18.705067 48.7424 17.339733l2.184533-0.136533 2.2528-0.068267 85.674667 101.307734a31.061333 31.061333 0 0 0-2.935467 9.352533 88.064 88.064 0 0 0-0.682667 10.717867c0 16.1792 6.485333 31.675733 17.954134 43.008a63.624533 63.624533 0 0 0 68.1984 12.9024 60.347733 60.347733 0 0 0 34.4064-75.3664 76.117333 76.117333 0 0 0-5.5296-11.810134l-3.549867-5.461333L585.454933 586.410667l42.666667 74.205866c-3.208533 4.778667-5.870933 10.24-7.9872 16.110934a59.665067 59.665067 0 0 0 14.882133 61.713066 63.6928 63.6928 0 0 0 43.963734 17.544534 63.624533 63.624533 0 0 0 44.2368-17.544534 59.118933 59.118933 0 0 0 18.2272-43.008 60.416 60.416 0 0 0-4.778667-24.029866 51.2 51.2 0 0 0-7.714133-13.653334L723.626667 651.946667a63.8976 63.8976 0 0 0-36.113067-17.2032l-8.192-0.546134h-10.4448l-41.7792-74.274133a59.665067 59.665067 0 0 0 2.935467-88.610133 62.737067 62.737067 0 0 0-44.2368-17.749334z m297.7792-291.976533v79.598933H140.356267V161.5872h743.287466zM777.557333 34.133333v79.6672H246.442667V34.133333h530.978133z" fill="#3061D0" ></path></symbol><symbol id="icon-hjj-kechengkaifaguanlipingtai" viewBox="0 0 1024 1024"><path d="M980.309333 899.072s-124.654933-21.845333-239.616-21.845333c-113.800533 0-217.838933 21.845333-217.838933 21.845333a43.2128 43.2128 0 0 1-10.922667-1.570133 43.2128 43.2128 0 0 1-10.922666 1.501866s-124.586667-21.777067-239.616-21.777066c-113.732267 0-217.770667 21.845333-217.770667 21.845333A43.554133 43.554133 0 0 1 0 855.381333V223.709867C0 252.7232 25.873067 136.533333 271.018667 136.533333c137.762133 0 206.711467 35.703467 240.981333 62.532267C546.065067 172.2368 614.4 136.533333 750.250667 136.533333c248.6272 0 273.6128 116.189867 273.6128 87.176534v631.739733a43.554133 43.554133 0 0 1-43.554134 43.554133zM479.232 267.195733s-43.554133-65.3312-217.770667-65.3312c-145.271467 0-196.130133 65.3312-196.130133 65.3312v544.631467c0 24.029867 19.524267 21.777067 43.6224 21.777067 0 0 74.683733-21.845333 152.439467-21.845334 85.333333 0 174.2848 21.845333 174.2848 21.845334 24.098133 0 43.554133 2.2528 43.554133-21.845334V267.332267z m479.232 0s-24.234667-36.317867-108.885333-54.818133v337.988267l-87.108267-65.3312-87.176533 65.3312V206.984533c-95.300267 15.223467-130.6624 60.279467-130.6624 60.279467v544.631467c0 24.029867 19.524267 21.777067 43.554133 21.777066 0 0 74.683733-21.845333 152.507733-21.845333 85.265067 0 174.2848 21.845333 174.2848 21.845333 24.029867 0 43.554133 2.2528 43.554134-21.845333V267.332267zM370.414933 659.387733H174.2848a21.845333 21.845333 0 0 1-21.845333-21.845333v-21.7088a21.845333 21.845333 0 0 1 21.845333-21.845333h196.061867a21.845333 21.845333 0 0 1 21.777066 21.845333v21.777067a21.845333 21.845333 0 0 1-21.845333 21.777066z m0-196.061866H174.2848a21.845333 21.845333 0 0 1-21.845333-21.845334V419.84a21.845333 21.845333 0 0 1 21.845333-21.845333h196.061867a21.845333 21.845333 0 0 1 21.777066 21.845333v21.777067a21.845333 21.845333 0 0 1-21.845333 21.777066z" fill="#70727E" ></path></symbol><symbol id="icon-hjj-shouye-1" viewBox="0 0 1024 1024"><path d="M554.3936 86.289067l452.1984 414.5152a37.956267 37.956267 0 0 1-25.6 65.877333h-44.782933v331.776a94.8224 94.8224 0 0 1-94.8224 94.890667H177.698133a94.8224 94.8224 0 0 1-94.8224-94.890667v-331.776H38.229333a37.956267 37.956267 0 0 1-25.6-65.877333l452.130134-414.5152a66.3552 66.3552 0 0 1 89.7024 0zM284.945067 630.920533a47.377067 47.377067 0 0 0 0 66.9696 311.0912 311.0912 0 0 0 439.9104 0 47.377067 47.377067 0 0 0-67.037867-66.9696 216.2688 216.2688 0 0 1-305.834667 0 47.377067 47.377067 0 0 0-67.037866 0z" fill="#3061D0" ></path></symbol><symbol id="icon-hjj-shouye2" viewBox="0 0 1092 1024"><path d="M481.28 60.074667a96.392533 96.392533 0 0 1 130.2528 0l424.277333 388.846933a69.700267 69.700267 0 0 1-47.104 121.173333l-7.850666-0.068266v277.230933c0 29.013333-10.24 57.002667-28.672 79.0528l-7.3728 7.9872a123.0848 123.0848 0 0 1-87.04 36.113067H235.042133a123.0848 123.0848 0 0 1-123.153066-123.153067V570.026667h-7.850667c-25.873067 0-49.288533-14.336-61.303467-36.727467L39.185067 525.653333a69.700267 69.700267 0 0 1 17.8176-76.5952z m84.104533 50.312533a28.125867 28.125867 0 0 0-38.024533 0L103.150933 499.234133a1.4336 1.4336 0 0 0-0.341333 1.6384 1.4336 1.4336 0 0 0 1.297067 0.887467h76.049066v345.4976a54.818133 54.818133 0 0 0 54.8864 54.8864h622.728534a54.818133 54.818133 0 0 0 54.818133-54.8864V501.76h76.117333a1.4336 1.4336 0 0 0 0.955734-2.4576zM365.499733 580.4032c11.741867 0 23.005867 4.642133 31.3344 12.970667a201.864533 201.864533 0 0 0 285.422934 0 44.2368 44.2368 0 0 1 62.600533 62.600533 290.338133 290.338133 0 0 1-410.624 0 44.2368 44.2368 0 0 1 31.266133-75.5712z" fill="#70727E" ></path></symbol><symbol id="icon-hjj-shiyanjiaoxueguanlipingtai" viewBox="0 0 1024 1024"><path d="M936.7552 294.2976c29.354667 0 53.111467 23.7568 53.111467 53.111467v584.021333c0 29.354667-23.7568 53.111467-53.111467 53.111467H87.2448a53.111467 53.111467 0 0 1-53.111467-53.111467V347.477333c0-29.354667 23.7568-53.111467 53.111467-53.111466h849.5104z m-26.555733 79.6672H113.800533v530.978133h796.398934V373.9648zM585.796267 453.563733a62.737067 62.737067 0 0 1 44.2368 17.749334 59.665067 59.665067 0 0 1-2.935467 88.610133l41.7792 74.274133h10.513067c16.452267 0 32.290133 6.3488 44.168533 17.749334h0.068267c5.7344 5.461333 10.24 12.151467 12.970666 19.524266 3.208533 7.509333 4.778667 15.36 4.778667 24.029867a59.118933 59.118933 0 0 1-18.158933 43.008 63.624533 63.624533 0 0 1-44.2368 17.544533 63.6928 63.6928 0 0 1-43.963734-17.544533 59.665067 59.665067 0 0 1-14.882133-61.713067c2.116267-5.9392 4.778667-11.264 7.9872-16.110933L585.454933 586.410667l-74.274133 162.2016c3.822933 5.393067 6.826667 11.195733 9.079467 17.339733a59.392 59.392 0 0 1-1.501867 43.144533 60.347733 60.347733 0 0 1-32.904533 32.221867 63.624533 63.624533 0 0 1-68.266667-12.9024 60.689067 60.689067 0 0 1-17.885867-43.008c0-3.6864 0.273067-7.168 0.682667-10.717867a31.061333 31.061333 0 0 1 2.935467-9.352533L317.6448 664.098133c-1.501867 0-2.935467 0.068267-4.437333 0.2048a63.6928 63.6928 0 0 1-48.7424-17.339733 59.528533 59.528533 0 0 1 0-85.469867 63.624533 63.624533 0 0 1 43.963733-17.6128 63.488 63.488 0 0 1 44.305067 17.681067c16.1792 15.496533 22.254933 38.912 15.5648 60.347733-1.706667 5.461333-4.096 10.786133-7.031467 15.701334l75.1616 92.706133c3.8912-1.706667 7.850667-3.072 12.151467-4.232533 6.621867-2.048 13.653333-2.389333 20.411733-0.955734l75.639467-165.205333a58.9824 58.9824 0 0 1-20.616534-45.397333 60.962133 60.962133 0 0 1 61.781334-60.962134z m297.847466-291.976533v79.598933H140.356267V161.5872h743.287466zM777.557333 34.133333v79.6672H246.442667V34.133333h530.978133z" fill="#70727E" ></path></symbol><symbol id="icon-hjj-shiyankaifayunhangguanlipingtai" viewBox="0 0 1024 1024"><path d="M877.909333 68.266667c60.0064 0 108.612267 48.605867 108.612267 108.544V661.504a108.544 108.544 0 0 1-108.544 108.544H552.004267v91.886933h158.651733a41.7792 41.7792 0 0 1 4.3008 83.421867l-4.3008 0.2048h-408.917333a41.7792 41.7792 0 0 1-4.3008-83.3536l4.3008-0.2048 166.7072-0.068267v-91.886933H142.7456a108.544 108.544 0 0 1-68.8128-24.576l-7.9872-7.168A108.544 108.544 0 0 1 34.133333 661.435733V176.810667C34.133333 116.872533 82.7392 68.266667 142.677333 68.266667z m25.053867 542.993066H117.623467v50.176c0 12.0832 8.669867 22.186667 20.0704 24.576l5.051733 0.477867h735.232a25.053867 25.053867 0 0 0 24.9856-25.053867v-50.176z m-25.053867-459.434666H142.677333a25.053867 25.053867 0 0 0-24.9856 25.053866L117.623467 527.701333h785.339733V176.810667a25.053867 25.053867 0 0 0-20.002133-24.507734l-5.051734-0.477866z" fill="#70727E" ></path></symbol><symbol id="icon-hjj-jiaoshishu1" viewBox="0 0 1024 1024"><path d="M0 0m284.444444 0l455.111112 0q284.444444 0 284.444444 284.444444l0 455.111112q0 284.444444-284.444444 284.444444l-455.111112 0q-284.444444 0-284.444444-284.444444l0-455.111112q0-284.444444 284.444444-284.444444Z" fill="#46E7BD" fill-opacity=".15" ></path><path d="M456.391111 270.478222c72.704 0 132.096 60.017778 132.096 133.688889a133.973333 133.973333 0 0 1-62.577778 113.351111 230.599111 230.599111 0 0 1 147.342223 144.782222l77.795555-200.675555a15.957333 15.957333 0 0 1 20.650667-9.187556 17.066667 17.066667 0 0 1 9.841778 20.963556l-90.823112 234.012444a14.990222 14.990222 0 0 1-5.063111 6.656c0 0.654222 0.284444 1.28 0.284445 1.905778 0.967111 9.841778-2.503111 19.996444-9.187556 27.619556-6.684444 7.651556-16.497778 11.776-26.339555 11.776H263.310222a35.84 35.84 0 0 1-26.339555-11.776 35.072 35.072 0 0 1-9.216-27.591111 230.968889 230.968889 0 0 1 159.089777-198.485334 133.575111 133.575111 0 0 1-62.577777-113.351111c0-73.671111 59.079111-133.688889 132.124444-133.688889z m310.869333 89.884445c8.874667 0 15.872 6.968889 15.872 15.843555a15.729778 15.729778 0 0 1-15.872 15.900445h-112.071111a15.729778 15.729778 0 0 1-15.928889-15.900445c0-8.874667 6.997333-15.872 15.928889-15.872z m13.340445-100.352c8.874667 0 15.872 6.968889 15.872 15.872a15.729778 15.729778 0 0 1-15.872 15.872h-145.749333a15.729778 15.729778 0 0 1-15.900445-15.872c0-8.903111 6.997333-15.872 15.900445-15.872z" fill="#32D4AA" ></path></symbol><symbol id="icon-hjj-jinrixuexirenshu1" viewBox="0 0 1024 1024"><path d="M0 0m284.444444 0l455.111112 0q284.444444 0 284.444444 284.444444l0 455.111112q0 284.444444-284.444444 284.444444l-455.111112 0q-284.444444 0-284.444444-284.444444l0-455.111112q0-284.444444 284.444444-284.444444Z" fill="#45E4EA" fill-opacity=".19" ></path><path d="M744.732444 256H279.267556A51.968 51.968 0 0 0 227.555556 308.195556v417.109333c0 28.814222 23.153778 52.167111 51.712 52.167111h465.464888A51.968 51.968 0 0 0 796.444444 725.333333V308.195556A51.968 51.968 0 0 0 744.732444 256z m-72.248888 214.016l-103.424 104.277333a25.685333 25.685333 0 0 1-36.551112 0l-59.306666-59.790222-85.134222 85.902222a25.656889 25.656889 0 0 1-36.579556-0.028444 26.254222 26.254222 0 0 1 0-36.892445l103.452444-104.334222a25.685333 25.685333 0 0 1 36.551112 0l59.306666 59.818667 85.134222-85.902222a25.685333 25.685333 0 0 1 36.579556 0.028444 26.254222 26.254222 0 0 1 0 36.920889z" fill="#32D4F4" ></path></symbol><symbol id="icon-hjj-jiaoxueketangshu" viewBox="0 0 1024 1024"><path d="M0 0m284.444444 0l455.111112 0q284.444444 0 284.444444 284.444444l0 455.111112q0 284.444444-284.444444 284.444444l-455.111112 0q-284.444444 0-284.444444-284.444444l0-455.111112q0-284.444444 284.444444-284.444444Z" fill="#52E1E6" fill-opacity=".2" ></path><path d="M602.225778 716.145778c10.865778 0 19.626667 7.310222 19.626666 16.327111 0 9.016889-8.760889 16.327111-19.512888 16.327111h-180.337778c-10.837333 0-19.512889-7.310222-19.512889-16.327111 0-9.016889 8.760889-16.327111 19.512889-16.327111h180.224z m142.307555-431.217778a24.206222 24.206222 0 0 1 23.324445 24.177778v334.506666a24.234667 24.234667 0 0 1-19.342222 22.840889 24.661333 24.661333 0 0 1-4.892445 0.455111H280.661333a26.908444 26.908444 0 0 1-3.271111-0.199111l-0.312889-0.056889a24.120889 24.120889 0 0 1-20.650666-23.04V309.134222c0-12.145778 8.96-22.272 20.650666-23.978666l0.312889-0.056889a27.704889 27.704889 0 0 1 3.271111-0.199111z m-287.288889 106.382222c-8.220444-3.185778-14.819556-2.929778-19.626666 0.739556-5.688889 4.380444-6.485333 11.832889-6.485334 15.616l0.056889 1.820444v132.778667l-0.056889 1.848889c0 3.783111 0.768 11.235556 6.456889 15.587555 4.835556 3.697778 11.434667 3.925333 19.655111 0.739556l0.341334-0.142222 125.070222-68.124445c1.251556-0.711111 10.524444-6.542222 10.524444-16.241778 0-9.756444-9.272889-15.559111-10.325333-16.213333l-0.056889-0.056889-124.871111-67.982222-0.341333-0.227556z" fill="#25C2C8" ></path></symbol><symbol id="icon-hjj-pingcezongcishu" viewBox="0 0 1024 1024"><path d="M37.973333 0.341333c20.736 0 37.717333 17.066667 37.717334 37.717334v829.781333h905.130666c20.736 0 37.717333 16.981333 37.717334 37.717333a37.802667 37.802667 0 0 1-37.717334 37.717334H37.888a37.802667 37.802667 0 0 1-37.632-37.717334V38.058667C0.256 17.322667 17.066667 0.341333 37.973333 0.341333z m903.253334 197.973334c13.226667-15.018667 37.717333-13.141333 50.944 0 13.226667 13.226667 13.226667 35.84 0 50.944L665.941333 577.450667a37.205333 37.205333 0 0 1-26.453333 11.264 41.557333 41.557333 0 0 1-28.245333-11.264L424.533333 390.741333 196.352 618.922667a36.437333 36.437333 0 0 1-52.821333 0 36.437333 36.437333 0 0 1 0-52.821334l254.634666-252.672a37.205333 37.205333 0 0 1 26.368-11.349333c9.386667 0 18.858667 3.754667 28.245334 9.386667l188.586666 188.586666z" fill="#3061D0" ></path></symbol><symbol id="icon-hjj-pingjuntongguoshuai" viewBox="0 0 1109 1024"><path d="M367.786667 39.253333c19.370667 0 32.341333 6.485333 38.826666 25.856 6.4 19.456 0 45.312-19.456 51.797334C167.253333 214.016 63.573333 466.346667 160.682667 686.421333c71.168 155.306667 219.989333 258.816 394.752 258.816 58.197333 0 116.48-12.885333 174.677333-38.826666a430.677333 430.677333 0 0 0 226.56-226.474667c6.485333-12.970667 19.370667-25.856 38.826667-25.856h12.885333c12.970667 6.4 19.456 12.885333 19.456 19.370667 6.485333 12.970667 6.485333 19.456 0 32.426666-84.138667 194.048-265.386667 317.013333-472.405333 317.013334a527.36 527.36 0 0 1-200.618667-38.826667C95.914667 874.069333-26.965333 570.026667 83.029333 311.04c51.712-122.88 148.821333-213.504 265.386667-265.301333 6.4 0 12.8-6.485333 19.370667-6.485334zM555.434667 0.426667A508.245333 508.245333 0 0 1 1066.666667 511.658667a41.813333 41.813333 0 0 1-38.826667 38.826666H555.434667a41.813333 41.813333 0 0 1-38.826667-38.826666V39.253333a41.813333 41.813333 0 0 1 38.826667-38.826666z m45.226666 84.138666h-6.4v388.266667h388.266667v-6.485333c-12.970667-97.024-58.197333-187.648-122.88-258.816C788.309333 136.362667 697.685333 97.450667 600.746667 84.48z" fill="#3061D0" ></path></symbol><symbol id="icon-hjj-leijitongguocishu" viewBox="0 0 1024 1024"><path d="M306.944 1022.293333H51.456a51.114667 51.114667 0 0 1-51.029333-51.029333V383.658667c0-28.245333 22.869333-51.2 51.029333-51.2h255.488V51.541333c0-28.16 22.954667-51.029333 51.2-51.029333h306.517333c28.16 0 51.114667 22.869333 51.114667 51.029333v485.546667h255.488c26.709333-0.085333 48.981333 20.48 50.944 47.189333l0.170667 3.84v383.146667a51.114667 51.114667 0 0 1-47.274667 51.029333l-3.84 0.170667H306.944z m0-613.12H77.056v536.576h229.888V409.173333z m638.805333 204.373334H715.776v332.202666h229.973333V613.546667zM639.146667 77.056H383.658667v868.693333H639.146667V77.056z" fill="#3061D0" ></path></symbol><symbol id="icon-hjj-shijianxiangmushu" viewBox="0 0 1024 1024"><path d="M0 0m284.444444 0l455.111112 0q284.444444 0 284.444444 284.444444l0 455.111112q0 284.444444-284.444444 284.444444l-455.111112 0q-284.444444 0-284.444444-284.444444l0-455.111112q0-284.444444 284.444444-284.444444Z" fill="#72A5FF" fill-opacity=".201" ></path><path d="M768 579.299556v28.245333a35.555556 35.555556 0 0 1-35.669333 35.640889H581.688889l11.178667 54.755555h30.037333a18.033778 18.033778 0 0 1 17.976889 18.005334 18.318222 18.318222 0 0 1-17.976889 18.005333h-221.781333a18.119111 18.119111 0 0 1-18.005334-18.005333c0-9.870222 8.135111-18.033778 18.005334-18.033778h29.297777l11.463111-54.727111h-150.186666a35.555556 35.555556 0 0 1-22.272-7.708445l-3.015111-2.702222A35.555556 35.555556 0 0 1 256 607.516444v-28.216888h512z m-221.724444 68.835555h-68.522667l-10.24 49.436445h88.974222l-10.24-49.436445zM732.359111 284.444444A35.555556 35.555556 0 0 1 768 320.085333v233.073778H256v-233.045333A35.555556 35.555556 0 0 1 291.669333 284.444444z" fill="#5E91FE" ></path></symbol><symbol id="icon-hjj-xuexizongrenshu" viewBox="0 0 1024 1024"><path d="M0 0m284.444444 0l455.111112 0q284.444444 0 284.444444 284.444444l0 455.111112q0 284.444444-284.444444 284.444444l-455.111112 0q-284.444444 0-284.444444-284.444444l0-455.111112q0-284.444444 284.444444-284.444444Z" fill="#95AFFF" fill-opacity=".224" ></path><path d="M430.734222 256a121.912889 121.912889 0 0 1 75.463111 217.685333 203.178667 203.178667 0 0 1 127.715556 188.672c0 112.184889-406.357333 112.184889-406.357333 0a203.264 203.264 0 0 1 127.744-188.728889A121.912889 121.912889 0 0 1 430.734222 256z m182.840889 0c60.586667 0 109.738667 49.749333 109.738667 111.104a111.473778 111.473778 0 0 1-41.870222 87.267556A185.059556 185.059556 0 0 1 796.444444 626.261333c0 41.329778-59.619556 65.962667-130.730666 73.870223 11.719111-25.429333 12.032-58.538667 1.024-99.413334-16.526222-59.448889-48.839111-105.671111-96.910222-138.581333 37.091556-65.080889 32.085333-128.113778-14.904889-188.956445A108.487111 108.487111 0 0 1 613.546667 256z" fill="#4689FF" ></path></symbol><symbol id="icon-hjj-zhihuikechengshu" viewBox="0 0 1024 1024"><path d="M0 0m284.444444 0l455.111112 0q284.444444 0 284.444444 284.444444l0 455.111112q0 284.444444-284.444444 284.444444l-455.111112 0q-284.444444 0-284.444444-284.444444l0-455.111112q0-284.444444 284.444444-284.444444Z" fill="#58B7F6" fill-opacity=".2" ></path><path d="M703.658667 256h-46.421334v215.352889l-51.825777-38.087111-51.854223 38.115555V256h-213.418666C309.390222 256 284.444444 280.945778 284.444444 311.665778v400.64c0 30.72 24.945778 55.694222 55.665778 55.694222h363.52c30.72 0 55.694222-24.974222 55.694222-55.665778V311.665778c0-30.72-24.974222-55.694222-55.665777-55.694222zM369.891556 672c0 12.145778-8.334222 22.414222-18.574223 22.414222-10.24 0-18.545778-10.24-18.545777-22.414222v-320c0-12.174222 8.305778-22.385778 18.545777-22.385778 10.24 0 18.574222 9.898667 18.574223 22.385778v320z" fill="#39A4EB" ></path></symbol><symbol id="icon-hjj-xueshengshu" viewBox="0 0 1024 1024"><path d="M0 0m284.444444 0l455.111112 0q284.444444 0 284.444444 284.444444l0 455.111112q0 284.444444-284.444444 284.444444l-455.111112 0q-284.444444 0-284.444444-284.444444l0-455.111112q0-284.444444 284.444444-284.444444Z" fill="#F4AC3E" fill-opacity=".179" ></path><path d="M754.915556 503.523556c-0.654222 16.497778-1.052444 57.742222 0.199111 101.432888h7.822222c10.154667 0 18.375111 8.192 18.375111 18.318223v38.172444c0 10.097778-8.248889 18.318222-18.375111 18.318222l-3.584 0.028445c2.56 26.737778 6.257778 48.327111 11.662222 57.429333-93.696 8.675556-227.072 42.951111-231.253333 53.646222h-42.439111s-129.735111-45.511111-219.249778-51.626666c4.636444-9.102222 7.907556-31.601778 10.097778-59.448889h-8.334223a18.375111 18.375111 0 0 1-18.403555-18.346667v-38.172444c0-10.126222 8.248889-18.318222 18.403555-18.318223h11.633778c0.796444-43.918222-0.113778-85.105778-1.905778-100.693333 90.254222-7.224889 206.478222 52.622222 206.478223 52.622222l45.027555 0.113778s133.034667-60.501333 213.816889-53.475555z m-135.765334-231.253334c59.960889 60.672 50.403556 145.635556-26.254222 217.287111 18.659556 13.596444 42.268444 15.644444 33.080889 18.403556-34.929778 10.552889-84.906667 34.844444-84.906667 34.844444l-45.027555 0.540445s-30.862222-19.939556-83.342223-35.271111c-6.030222-1.763556 20.935111-4.750222 39.68-17.408-77.198222-70.314667-88.519111-153.088-30.008888-215.352889 51.655111-54.983111 144.071111-56.405333 196.778666-3.072z" fill="#F4AC3E" ></path></symbol><symbol id="icon-hjj-zhengzaixuexirenshu" viewBox="0 0 1024 1024"><path d="M0 0m284.444444 0l455.111112 0q284.444444 0 284.444444 284.444444l0 455.111112q0 284.444444-284.444444 284.444444l-455.111112 0q-284.444444 0-284.444444-284.444444l0-455.111112q0-284.444444 284.444444-284.444444Z" fill="#34A1FA" fill-opacity=".15" ></path><path d="M688.526222 590.734222a125.838222 125.838222 0 0 0-125.724444 125.696 125.838222 125.838222 0 0 0 125.724444 125.724445 125.838222 125.838222 0 0 0 125.696-125.724445 125.838222 125.838222 0 0 0-125.696-125.724444zM487.196444 227.555556c-64.995556 0-123.591111 40.305778-148.48 102.229333-24.917333 61.895111-11.207111 133.176889 34.702223 180.622222C287.032889 543.032889 227.555556 611.754667 227.555556 691.256889c0 54.784 119.011556 122.936889 259.612444 122.936889 13.852444 0 27.420444-0.625778 40.675556-1.820445a180.024889 180.024889 0 0 1-20.536889-83.825777c0.113778-95.886222 74.296889-174.222222 167.253333-176.583112a268.088889 268.088889 0 0 0-73.585778-41.642666c45.653333-47.274667 59.363556-118.158222 34.816-179.882667-24.547556-61.724444-82.574222-102.229333-147.256889-102.826667A13.397333 13.397333 0 0 0 487.168 227.555556h0.028444zM777.102222 678.968889c10.808889 6.712889 12.288 18.688 3.299556 26.737778l-51.2 45.824c-4.835556 4.323556-12.003556 6.826667-19.569778 6.826666h-0.853333c-7.850667-0.199111-15.160889-3.100444-19.768889-7.850666l-25.230222-25.912889-27.875556 25.258666c-8.931556 8.078222-24.974222 9.272889-35.84 2.616889-10.894222-6.627556-12.487111-18.602667-3.555556-26.680889l48.839112-44.259555c5.006222-4.579556 12.572444-7.168 20.48-6.968889 7.907556 0.170667 15.274667 3.100444 19.854222 7.907556l25.315555 26.026666 30.236445-27.050666c8.988444-8.049778 25.031111-9.159111 35.868444-2.474667z" fill="#34A1FA" ></path></symbol></svg>',(d=>{var _=(e=(e=document.getElementsByTagName("script"))[e.length-1]).getAttribute("data-injectcss"),e=e.getAttribute("data-disable-injectsvg");if(!e){var r,i,l,c,f,o=function(a,x){x.parentNode.insertBefore(a,x)};if(_&&!d.__iconfont__svg__cssinject__){d.__iconfont__svg__cssinject__=!0;try{document.write("<style>.svgfont {display: inline-block;width: 1em;height: 1em;fill: currentColor;vertical-align: -0.1em;font-size:16px;}</style>")}catch(a){console&&console.log(a)}}r=function(){var a,x=document.createElement("div");x.innerHTML=d._iconfont_svg_string_4904054,(x=x.getElementsByTagName("svg")[0])&&(x.setAttribute("aria-hidden","true"),x.style.position="absolute",x.style.width=0,x.style.height=0,x.style.overflow="hidden",x=x,(a=document.body).firstChild?o(x,a.firstChild):a.appendChild(x))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(r,0):(i=function(){document.removeEventListener("DOMContentLoaded",i,!1),r()},document.addEventListener("DOMContentLoaded",i,!1)):document.attachEvent&&(l=r,c=d.document,f=!1,u(),c.onreadystatechange=function(){c.readyState=="complete"&&(c.onreadystatechange=null,h())})}function h(){f||(f=!0,l())}function u(){try{c.documentElement.doScroll("left")}catch(a){return void setTimeout(u,50)}h()}})(window)},2339:function(d,_,e){"use strict";e.d(_,{zt:function(){return aa},$j:function(){return ga},Ue:function(){return Xs},I0:function(){return zo},v9:function(){return ko}});var r={};e.r(r),e.d(r,{actionChannel:function(){return cr},all:function(){return Fe},apply:function(){return Qr},call:function(){return Vr},cancel:function(){return sn},cancelled:function(){return Dr},cps:function(){return Er},flush:function(){return ft},fork:function(){return Lr},getContext:function(){return Et},join:function(){return Ur},put:function(){return kt},race:function(){return Ir},select:function(){return fn},setContext:function(){return zt},spawn:function(){return _r},take:function(){return we},takeEvery:function(){return vt},takeLatest:function(){return tt},takem:function(){return gt},throttle:function(){return Ot}});var i=e(59301),l=e(88590),c=e(59781),f=Object.assign||function(Ye){for(var qe=1;qe<arguments.length;qe++){var Mt=arguments[qe];for(var Vt in Mt)Object.prototype.hasOwnProperty.call(Mt,Vt)&&(Ye[Vt]=Mt[Vt])}return Ye},o=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(Ye){return typeof Ye}:function(Ye){return Ye&&typeof Symbol=="function"&&Ye.constructor===Symbol&&Ye!==Symbol.prototype?"symbol":typeof Ye},h=function(qe){return"@@redux-saga/"+qe},u=h("TASK"),a=h("HELPER"),x=h("MATCH"),p=h("CANCEL_PROMISE"),y=h("SAGA_ACTION"),m=h("SELF_CANCELLATION"),b=function(qe){return function(){return qe}},S=b(!0),k=null,R=function(){},A=function(qe){return qe};function O(Ye,qe,Mt){if(!qe(Ye))throw le("error","uncaught at check",Mt),new Error(Mt)}var M=Object.prototype.hasOwnProperty;function B(Ye,qe){return U.notUndef(Ye)&&M.call(Ye,qe)}var U={undef:function(qe){return qe==null},notUndef:function(qe){return qe!=null},func:function(qe){return typeof qe=="function"},number:function(qe){return typeof qe=="number"},string:function(qe){return typeof qe=="string"},array:Array.isArray,object:function(qe){return qe&&!U.array(qe)&&(typeof qe=="undefined"?"undefined":o(qe))==="object"},promise:function(qe){return qe&&U.func(qe.then)},iterator:function(qe){return qe&&U.func(qe.next)&&U.func(qe.throw)},iterable:function(qe){return qe&&U.func(Symbol)?U.func(qe[Symbol.iterator]):U.array(qe)},task:function(qe){return qe&&qe[u]},observable:function(qe){return qe&&U.func(qe.subscribe)},buffer:function(qe){return qe&&U.func(qe.isEmpty)&&U.func(qe.take)&&U.func(qe.put)},pattern:function(qe){return qe&&(U.string(qe)||(typeof qe=="undefined"?"undefined":o(qe))==="symbol"||U.func(qe)||U.array(qe))},channel:function(qe){return qe&&U.func(qe.take)&&U.func(qe.close)},helper:function(qe){return qe&&qe[a]},stringableFunc:function(qe){return U.func(qe)&&B(qe,"toString")}},X={assign:function(qe,Mt){for(var Vt in Mt)B(Mt,Vt)&&(qe[Vt]=Mt[Vt])}};function G(Ye,qe){var Mt=Ye.indexOf(qe);Mt>=0&&Ye.splice(Mt,1)}var V={from:function(qe){var Mt=Array(qe.length);for(var Vt in qe)B(qe,Vt)&&(Mt[Vt]=qe[Vt]);return Mt}};function ae(){var Ye=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},qe=f({},Ye),Mt=new Promise(function(Vt,pr){qe.resolve=Vt,qe.reject=pr});return qe.promise=Mt,qe}function ie(Ye){for(var qe=[],Mt=0;Mt<Ye;Mt++)qe.push(ae());return qe}function ue(Ye){var qe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,Mt=void 0,Vt=new Promise(function(pr){Mt=setTimeout(function(){return pr(qe)},Ye)});return Vt[p]=function(){return clearTimeout(Mt)},Vt}function Q(){var Ye,qe=!0,Mt=void 0,Vt=void 0;return Ye={},Ye[u]=!0,Ye.isRunning=function(){return qe},Ye.result=function(){return Mt},Ye.error=function(){return Vt},Ye.setRunning=function(Fr){return qe=Fr},Ye.setResult=function(Fr){return Mt=Fr},Ye.setError=function(Fr){return Vt=Fr},Ye}function J(){var Ye=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0;return function(){return++Ye}}var K=J(),oe=function(qe){throw qe},ee=function(qe){return{value:qe,done:!0}};function q(Ye){var qe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:oe,Mt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"",Vt=arguments[3],pr={name:Mt,next:Ye,throw:qe,return:ee};return Vt&&(pr[a]=!0),typeof Symbol!="undefined"&&(pr[Symbol.iterator]=function(){return pr}),pr}function le(Ye,qe){var Mt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"";typeof window=="undefined"?console.log("redux-saga "+Ye+": "+qe+`
`+(Mt&&Mt.stack||Mt)):console[Ye](qe,Mt)}function Z(Ye,qe){return function(){return Ye.apply(void 0,arguments)}}var j=function(qe,Mt){return qe+" has been deprecated in favor of "+Mt+", please update your code"},se=function(qe){return new Error(`
redux-saga: Error checking hooks detected an inconsistent state. This is likely a bug
in redux-saga code and not yours. Thanks for reporting this in the project's github repo.
Error: `+qe+`
`)},me=function(qe,Mt){return(qe?qe+".":"")+"setContext(props): argument "+Mt+" is not a plain object"},Oe=function(qe){return function(Mt){return qe(Object.defineProperty(Mt,y,{value:!0}))}},ke=function Ye(qe){return function(){for(var Mt=arguments.length,Vt=Array(Mt),pr=0;pr<Mt;pr++)Vt[pr]=arguments[pr];var Fr=[],Zr=qe.apply(void 0,Vt);return{next:function(tn){return Fr.push(tn),Zr.next(tn)},clone:function(){var tn=Ye(qe).apply(void 0,Vt);return Fr.forEach(function(xn){return tn.next(xn)}),tn},return:function(tn){return Zr.return(tn)},throw:function(tn){return Zr.throw(tn)}}}},$e="Channel's Buffer overflow!",Ne=1,Ft=2,wt=3,Pt=4,Jt={isEmpty:S,put:R,take:R};function er(){var Ye=arguments.length>0&&arguments[0]!==void 0?arguments[0]:10,qe=arguments[1],Mt=new Array(Ye),Vt=0,pr=0,Fr=0,Zr=function(Xn){Mt[pr]=Xn,pr=(pr+1)%Ye,Vt++},vn=function(){if(Vt!=0){var Xn=Mt[Fr];return Mt[Fr]=null,Vt--,Fr=(Fr+1)%Ye,Xn}},tn=function(){for(var Xn=[];Vt;)Xn.push(vn());return Xn};return{isEmpty:function(){return Vt==0},put:function(Xn){if(Vt<Ye)Zr(Xn);else{var ti=void 0;switch(qe){case Ne:throw new Error($e);case wt:Mt[pr]=Xn,pr=(pr+1)%Ye,Fr=pr;break;case Pt:ti=2*Ye,Mt=tn(),Vt=Mt.length,pr=Mt.length,Fr=0,Mt.length=ti,Ye=ti,Zr(Xn);break;default:}}},take:vn,flush:tn}}var tr={none:function(){return Jt},fixed:function(qe){return er(qe,Ne)},dropping:function(qe){return er(qe,Ft)},sliding:function(qe){return er(qe,wt)},expanding:function(qe){return er(qe,Pt)}},Xe=[],It=0;function Zt(Ye){try{bt(),Ye()}finally{mt()}}function ot(Ye){Xe.push(Ye),It||(bt(),et())}function bt(){It++}function mt(){It--}function et(){mt();for(var Ye=void 0;!It&&(Ye=Xe.shift())!==void 0;)Zt(Ye)}var He=Object.assign||function(Ye){for(var qe=1;qe<arguments.length;qe++){var Mt=arguments[qe];for(var Vt in Mt)Object.prototype.hasOwnProperty.call(Mt,Vt)&&(Ye[Vt]=Mt[Vt])}return Ye},_e="@@redux-saga/CHANNEL_END",Se={type:_e},Me=function(qe){return qe&&qe.type===_e};function Ue(){var Ye=[];function qe(Vt){return Ye.push(Vt),function(){return G(Ye,Vt)}}function Mt(Vt){for(var pr=Ye.slice(),Fr=0,Zr=pr.length;Fr<Zr;Fr++)pr[Fr](Vt)}return{subscribe:qe,emit:Mt}}var We="invalid buffer passed to channel factory function",it="Saga was provided with an undefined action";function ct(){var Ye=arguments.length>0&&arguments[0]!==void 0?arguments[0]:tr.fixed(),qe=!1,Mt=[];O(Ye,U.buffer,We);function Vt(){if(qe&&Mt.length)throw se("Cannot have a closed channel with pending takers");if(Mt.length&&!Ye.isEmpty())throw se("Cannot have pending takers with non empty buffer")}function pr(tn){if(Vt(),O(tn,U.notUndef,it),!qe){if(!Mt.length)return Ye.put(tn);for(var xn=0;xn<Mt.length;xn++){var Xn=Mt[xn];if(!Xn[x]||Xn[x](tn))return Mt.splice(xn,1),Xn(tn)}}}function Fr(tn){Vt(),O(tn,U.func,"channel.take's callback must be a function"),qe&&Ye.isEmpty()?tn(Se):Ye.isEmpty()?(Mt.push(tn),tn.cancel=function(){return G(Mt,tn)}):tn(Ye.take())}function Zr(tn){if(Vt(),O(tn,U.func,"channel.flush' callback must be a function"),qe&&Ye.isEmpty()){tn(Se);return}tn(Ye.flush())}function vn(){if(Vt(),!qe&&(qe=!0,Mt.length)){var tn=Mt;Mt=[];for(var xn=0,Xn=tn.length;xn<Xn;xn++)tn[xn](Se)}}return{take:Fr,put:pr,flush:Zr,close:vn,get __takers__(){return Mt},get __closed__(){return qe}}}function Gt(Ye){var qe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:tr.none(),Mt=arguments[2];arguments.length>2&&O(Mt,U.func,"Invalid match function passed to eventChannel");var Vt=ct(qe),pr=function(){Vt.__closed__||(Fr&&Fr(),Vt.close())},Fr=Ye(function(Zr){if(Me(Zr)){pr();return}Mt&&!Mt(Zr)||Vt.put(Zr)});if(Vt.__closed__&&Fr(),!U.func(Fr))throw new Error("in eventChannel: subscribe should return a function to unsubscribe");return{take:Vt.take,flush:Vt.flush,close:pr}}function $t(Ye){var qe=Gt(function(Mt){return Ye(function(Vt){if(Vt[y]){Mt(Vt);return}ot(function(){return Mt(Vt)})})});return He({},qe,{take:function(Vt,pr){arguments.length>1&&(O(pr,U.func,"channel.take's matcher argument must be a function"),Vt[x]=pr),qe.take(Vt)}})}var Pe=h("IO"),Qe="TAKE",Kt="PUT",Lt="ALL",Ht="RACE",Nt="CALL",Ct="CPS",Yt="FORK",Ge="JOIN",fe="CANCEL",pe="SELECT",Dt="ACTION_CHANNEL",Te="CANCELLED",ht="FLUSH",Wt="GET_CONTEXT",St="SET_CONTEXT",Re=`
(HINT: if you are getting this errors in tests, consider using createMockTask from redux-saga/utils)`,_t=function(qe,Mt){var Vt;return Vt={},Vt[Pe]=!0,Vt[qe]=Mt,Vt},ze=function(qe){return O(yr.fork(qe),U.object,"detach(eff): argument must be a fork effect"),qe[Yt].detached=!0,qe};function we(){var Ye=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"*";if(arguments.length&&O(arguments[0],U.notUndef,"take(patternOrChannel): patternOrChannel is undefined"),U.pattern(Ye))return _t(Qe,{pattern:Ye});if(U.channel(Ye))return _t(Qe,{channel:Ye});throw new Error("take(patternOrChannel): argument "+String(Ye)+" is not valid channel or a valid pattern")}we.maybe=function(){var Ye=we.apply(void 0,arguments);return Ye[Qe].maybe=!0,Ye};var gt=Z(we.maybe,j("takem","take.maybe"));function kt(Ye,qe){return arguments.length>1?(O(Ye,U.notUndef,"put(channel, action): argument channel is undefined"),O(Ye,U.channel,"put(channel, action): argument "+Ye+" is not a valid channel"),O(qe,U.notUndef,"put(channel, action): argument action is undefined")):(O(Ye,U.notUndef,"put(action): argument action is undefined"),qe=Ye,Ye=null),_t(Kt,{channel:Ye,action:qe})}kt.resolve=function(){var Ye=kt.apply(void 0,arguments);return Ye[Kt].resolve=!0,Ye},kt.sync=Z(kt.resolve,j("put.sync","put.resolve"));function Fe(Ye){return _t(Lt,Ye)}function Ir(Ye){return _t(Ht,Ye)}function At(Ye,qe,Mt){O(qe,U.notUndef,Ye+": argument fn is undefined");var Vt=null;if(U.array(qe)){var pr=qe;Vt=pr[0],qe=pr[1]}else if(qe.fn){var Fr=qe;Vt=Fr.context,qe=Fr.fn}return Vt&&U.string(qe)&&U.func(Vt[qe])&&(qe=Vt[qe]),O(qe,U.func,Ye+": argument "+qe+" is not a function"),{context:Vt,fn:qe,args:Mt}}function Vr(Ye){for(var qe=arguments.length,Mt=Array(qe>1?qe-1:0),Vt=1;Vt<qe;Vt++)Mt[Vt-1]=arguments[Vt];return _t(Nt,At("call",Ye,Mt))}function Qr(Ye,qe){var Mt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return _t(Nt,At("apply",{context:Ye,fn:qe},Mt))}function Er(Ye){for(var qe=arguments.length,Mt=Array(qe>1?qe-1:0),Vt=1;Vt<qe;Vt++)Mt[Vt-1]=arguments[Vt];return _t(Ct,At("cps",Ye,Mt))}function Lr(Ye){for(var qe=arguments.length,Mt=Array(qe>1?qe-1:0),Vt=1;Vt<qe;Vt++)Mt[Vt-1]=arguments[Vt];return _t(Yt,At("fork",Ye,Mt))}function _r(Ye){for(var qe=arguments.length,Mt=Array(qe>1?qe-1:0),Vt=1;Vt<qe;Vt++)Mt[Vt-1]=arguments[Vt];return ze(Lr.apply(void 0,[Ye].concat(Mt)))}function Ur(){for(var Ye=arguments.length,qe=Array(Ye),Mt=0;Mt<Ye;Mt++)qe[Mt]=arguments[Mt];if(qe.length>1)return Fe(qe.map(function(pr){return Ur(pr)}));var Vt=qe[0];return O(Vt,U.notUndef,"join(task): argument task is undefined"),O(Vt,U.task,"join(task): argument "+Vt+" is not a valid Task object "+Re),_t(Ge,Vt)}function sn(){for(var Ye=arguments.length,qe=Array(Ye),Mt=0;Mt<Ye;Mt++)qe[Mt]=arguments[Mt];if(qe.length>1)return Fe(qe.map(function(pr){return sn(pr)}));var Vt=qe[0];return qe.length===1&&(O(Vt,U.notUndef,"cancel(task): argument task is undefined"),O(Vt,U.task,"cancel(task): argument "+Vt+" is not a valid Task object "+Re)),_t(fe,Vt||m)}function fn(Ye){for(var qe=arguments.length,Mt=Array(qe>1?qe-1:0),Vt=1;Vt<qe;Vt++)Mt[Vt-1]=arguments[Vt];return arguments.length===0?Ye=A:(O(Ye,U.notUndef,"select(selector,[...]): argument selector is undefined"),O(Ye,U.func,"select(selector,[...]): argument "+Ye+" is not a function")),_t(pe,{selector:Ye,args:Mt})}function cr(Ye,qe){return O(Ye,U.notUndef,"actionChannel(pattern,...): argument pattern is undefined"),arguments.length>1&&(O(qe,U.notUndef,"actionChannel(pattern, buffer): argument buffer is undefined"),O(qe,U.buffer,"actionChannel(pattern, buffer): argument "+qe+" is not a valid buffer")),_t(Dt,{pattern:Ye,buffer:qe})}function Dr(){return _t(Te,{})}function ft(Ye){return O(Ye,U.channel,"flush(channel): argument "+Ye+" is not valid channel"),_t(ht,Ye)}function Et(Ye){return O(Ye,U.string,"getContext(prop): argument "+Ye+" is not a string"),_t(Wt,Ye)}function zt(Ye){return O(Ye,U.object,me(null,Ye)),_t(St,Ye)}var nr=function(qe){return function(Mt){return Mt&&Mt[Pe]&&Mt[qe]}},yr={take:nr(Qe),put:nr(Kt),all:nr(Lt),race:nr(Ht),call:nr(Nt),cps:nr(Ct),fork:nr(Yt),join:nr(Ge),cancel:nr(fe),select:nr(pe),actionChannel:nr(Dt),cancelled:nr(Te),flush:nr(ht),getContext:nr(Wt),setContext:nr(St)},nt=Object.assign||function(Ye){for(var qe=1;qe<arguments.length;qe++){var Mt=arguments[qe];for(var Vt in Mt)Object.prototype.hasOwnProperty.call(Mt,Vt)&&(Ye[Vt]=Mt[Vt])}return Ye},Nr=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(Ye){return typeof Ye}:function(Ye){return Ye&&typeof Symbol=="function"&&Ye.constructor===Symbol&&Ye!==Symbol.prototype?"symbol":typeof Ye};function en(Ye,qe){for(var Mt in qe){var Vt=qe[Mt];Vt.configurable=Vt.enumerable=!0,"value"in Vt&&(Vt.writable=!0),Object.defineProperty(Ye,Mt,Vt)}return Ye}var In="proc first argument (Saga function result) must be an iterator",mr={toString:function(){return"@@redux-saga/CHANNEL_END"}},on={toString:function(){return"@@redux-saga/TASK_CANCEL"}},yn={wildcard:function(){return S},default:function(qe){return(typeof qe=="undefined"?"undefined":Nr(qe))==="symbol"?function(Mt){return Mt.type===qe}:function(Mt){return Mt.type===String(qe)}},array:function(qe){return function(Mt){return qe.some(function(Vt){return wn(Vt)(Mt)})}},predicate:function(qe){return function(Mt){return qe(Mt)}}};function wn(Ye){return(Ye==="*"?yn.wildcard:U.array(Ye)?yn.array:U.stringableFunc(Ye)?yn.default:U.func(Ye)?yn.predicate:yn.default)(Ye)}function Dn(Ye,qe,Mt){var Vt=[],pr=void 0,Fr=!1;vn(qe);function Zr(xn){tn(),Mt(xn,!0)}function vn(xn){Vt.push(xn),xn.cont=function(Xn,ti){Fr||(G(Vt,xn),xn.cont=R,ti?Zr(Xn):(xn===qe&&(pr=Xn),Vt.length||(Fr=!0,Mt(pr))))}}function tn(){Fr||(Fr=!0,Vt.forEach(function(xn){xn.cont=R,xn.cancel()}),Vt=[])}return{addTask:vn,cancelAll:tn,abort:Zr,getTasks:function(){return Vt},taskNames:function(){return Vt.map(function(Xn){return Xn.name})}}}function _i(Ye){var qe=Ye.context,Mt=Ye.fn,Vt=Ye.args;if(U.iterator(Mt))return Mt;var pr=void 0,Fr=void 0;try{pr=Mt.apply(qe,Vt)}catch(Zr){Fr=Zr}return U.iterator(pr)?pr:q(Fr?function(){throw Fr}:function(){var Zr=void 0,vn={done:!1,value:pr},tn=function(Xn){return{done:!0,value:Xn}};return function(xn){return Zr?tn(xn):(Zr=!0,vn)}}())}var ui=function(qe){return{fn:qe}};function Oi(Ye){var qe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:function(){return R},Mt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:R,Vt=arguments.length>3&&arguments[3]!==void 0?arguments[3]:R,pr=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{},Fr=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{},Zr=arguments.length>6&&arguments[6]!==void 0?arguments[6]:0,vn=arguments.length>7&&arguments[7]!==void 0?arguments[7]:"anonymous",tn=arguments[8];O(Ye,U.iterator,In);var xn="[...effects]",Xn=Z(ts,j(xn,"all("+xn+")")),ti=Fr.sagaMonitor,wi=Fr.logger,Ai=Fr.onError,Hi=wi||le,Ni=function(Xr){var Cn=Xr.sagaStack;!Cn&&Xr.stack&&(Cn=Xr.stack.split(`
`)[0].indexOf(Xr.message)!==-1?Xr.stack:"Error: "+Xr.message+`
`+Xr.stack),Hi("error","uncaught at "+vn,Cn||Xr.message||Xr)},Ei=$t(qe),ba=Object.create(pr);Yi.cancel=R;var Ii=qr(Zr,vn,Ye,tn),di={name:vn,cancel:eo,isRunning:!0},la=Dn(vn,di,La);function eo(){di.isRunning&&!di.isCancelled&&(di.isCancelled=!0,Yi(on))}function Ss(){Ye._isRunning&&!Ye._isCancelled&&(Ye._isCancelled=!0,la.cancelAll(),La(on))}return tn&&(tn.cancel=Ss),Ye._isRunning=!0,Yi(),Ii;function Yi(br,Xr){if(!di.isRunning)throw new Error("Trying to resume an already finished generator");try{var Cn=void 0;Xr?Cn=Ye.throw(br):br===on?(di.isCancelled=!0,Yi.cancel(),Cn=U.func(Ye.return)?Ye.return(on):{done:!0,value:on}):br===mr?Cn=U.func(Ye.return)?Ye.return():{done:!0}:Cn=Ye.next(br),Cn.done?(di.isMainRunning=!1,di.cont&&di.cont(Cn.value)):ta(Cn.value,Zr,"",Yi)}catch(Qn){di.isCancelled&&Ni(Qn),di.isMainRunning=!1,di.cont(Qn,!0)}}function La(br,Xr){Ye._isRunning=!1,Ei.close(),Xr?(br instanceof Error&&Object.defineProperty(br,"sagaStack",{value:"at "+vn+`
`+(br.sagaStack||br.stack),configurable:!0}),Ii.cont||(br instanceof Error&&Ai?Ai(br):Ni(br)),Ye._error=br,Ye._isAborted=!0,Ye._deferredEnd&&Ye._deferredEnd.reject(br)):(Ye._result=br,Ye._deferredEnd&&Ye._deferredEnd.resolve(br)),Ii.cont&&Ii.cont(br,Xr),Ii.joiners.forEach(function(Cn){return Cn.cb(br,Xr)}),Ii.joiners=null}function ta(br,Xr){var Cn=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"",Qn=arguments[3],Li=K();ti&&ti.effectTriggered({effectId:Li,parentEffectId:Xr,label:Cn,effect:br});var Ln=void 0;function Mn(ca,$i){Ln||(Ln=!0,Qn.cancel=R,ti&&($i?ti.effectRejected(Li,ca):ti.effectResolved(Li,ca)),Qn(ca,$i))}Mn.cancel=R,Qn.cancel=function(){if(!Ln){Ln=!0;try{Mn.cancel()}catch(ca){Ni(ca)}Mn.cancel=R,ti&&ti.effectCancelled(Li)}};var jn=void 0;return U.promise(br)?Ri(br,Mn):U.helper(br)?ao(ui(br),Li,Mn):U.iterator(br)?xa(br,Li,vn,Mn):U.array(br)?Xn(br,Li,Mn):(jn=yr.take(br))?Ka(jn,Mn):(jn=yr.put(br))?Fa(jn,Mn):(jn=yr.all(br))?ts(jn,Li,Mn):(jn=yr.race(br))?Zi(jn,Li,Mn):(jn=yr.call(br))?io(jn,Li,Mn):(jn=yr.cps(br))?Ja(jn,Mn):(jn=yr.fork(br))?ao(jn,Li,Mn):(jn=yr.join(br))?es(jn,Mn):(jn=yr.cancel(br))?Us(jn,Mn):(jn=yr.select(br))?Ba(jn,Mn):(jn=yr.actionChannel(br))?Ds(jn,Mn):(jn=yr.flush(br))?ye(jn,Mn):(jn=yr.cancelled(br))?ha(jn,Mn):(jn=yr.getContext(br))?Ee(jn,Mn):(jn=yr.setContext(br))?Ar(jn,Mn):Mn(br)}function Ri(br,Xr){var Cn=br[p];U.func(Cn)?Xr.cancel=Cn:U.func(br.abort)&&(Xr.cancel=function(){return br.abort()}),br.then(Xr,function(Qn){return Xr(Qn,!0)})}function xa(br,Xr,Cn,Qn){Oi(br,qe,Mt,Vt,ba,Fr,Xr,Cn,Qn)}function Ka(br,Xr){var Cn=br.channel,Qn=br.pattern,Li=br.maybe;Cn=Cn||Ei;var Ln=function(jn){return jn instanceof Error?Xr(jn,!0):Me(jn)&&!Li?Xr(mr):Xr(jn)};try{Cn.take(Ln,wn(Qn))}catch(Mn){return Xr(Mn,!0)}Xr.cancel=Ln.cancel}function Fa(br,Xr){var Cn=br.channel,Qn=br.action,Li=br.resolve;ot(function(){var Ln=void 0;try{Ln=(Cn?Cn.put:Mt)(Qn)}catch(Mn){if(Cn||Li)return Xr(Mn,!0);Ni(Mn)}if(Li&&U.promise(Ln))Ri(Ln,Xr);else return Xr(Ln)})}function io(br,Xr,Cn){var Qn=br.context,Li=br.fn,Ln=br.args,Mn=void 0;try{Mn=Li.apply(Qn,Ln)}catch(jn){return Cn(jn,!0)}return U.promise(Mn)?Ri(Mn,Cn):U.iterator(Mn)?xa(Mn,Xr,Li.name,Cn):Cn(Mn)}function Ja(br,Xr){var Cn=br.context,Qn=br.fn,Li=br.args;try{var Ln=function(jn,ca){return U.undef(jn)?Xr(ca):Xr(jn,!0)};Qn.apply(Cn,Li.concat(Ln)),Ln.cancel&&(Xr.cancel=function(){return Ln.cancel()})}catch(Mn){return Xr(Mn,!0)}}function ao(br,Xr,Cn){var Qn=br.context,Li=br.fn,Ln=br.args,Mn=br.detached,jn=_i({context:Qn,fn:Li,args:Ln});try{bt();var ca=Oi(jn,qe,Mt,Vt,ba,Fr,Xr,Li.name,Mn?null:R);Mn?Cn(ca):jn._isRunning?(la.addTask(ca),Cn(ca)):jn._error?la.abort(jn._error):Cn(ca)}finally{et()}}function es(br,Xr){if(br.isRunning()){var Cn={task:Ii,cb:Xr};Xr.cancel=function(){return G(br.joiners,Cn)},br.joiners.push(Cn)}else br.isAborted()?Xr(br.error(),!0):Xr(br.result())}function Us(br,Xr){br===m&&(br=Ii),br.isRunning()&&br.cancel(),Xr()}function ts(br,Xr,Cn){var Qn=Object.keys(br);if(!Qn.length)return Cn(U.array(br)?[]:{});var Li=0,Ln=void 0,Mn={},jn={};function ca(){Li===Qn.length&&(Ln=!0,Cn(U.array(br)?V.from(nt({},Mn,{length:Qn.length})):Mn))}Qn.forEach(function($i){var _o=function(ru,hl){Ln||(hl||Me(ru)||ru===mr||ru===on?(Cn.cancel(),Cn(ru,hl)):(Mn[$i]=ru,Li++,ca()))};_o.cancel=R,jn[$i]=_o}),Cn.cancel=function(){Ln||(Ln=!0,Qn.forEach(function($i){return jn[$i].cancel()}))},Qn.forEach(function($i){return ta(br[$i],Xr,$i,jn[$i])})}function Zi(br,Xr,Cn){var Qn=void 0,Li=Object.keys(br),Ln={};Li.forEach(function(Mn){var jn=function($i,_o){if(!Qn){if(_o)Cn.cancel(),Cn($i,!0);else if(!Me($i)&&$i!==mr&&$i!==on){var so;Cn.cancel(),Qn=!0;var ru=(so={},so[Mn]=$i,so);Cn(U.array(br)?[].slice.call(nt({},ru,{length:Li.length})):ru)}}};jn.cancel=R,Ln[Mn]=jn}),Cn.cancel=function(){Qn||(Qn=!0,Li.forEach(function(Mn){return Ln[Mn].cancel()}))},Li.forEach(function(Mn){Qn||ta(br[Mn],Xr,Mn,Ln[Mn])})}function Ba(br,Xr){var Cn=br.selector,Qn=br.args;try{var Li=Cn.apply(void 0,[Vt()].concat(Qn));Xr(Li)}catch(Ln){Xr(Ln,!0)}}function Ds(br,Xr){var Cn=br.pattern,Qn=br.buffer,Li=wn(Cn);Li.pattern=Cn,Xr(Gt(qe,Qn||tr.fixed(),Li))}function ha(br,Xr){Xr(!!di.isCancelled)}function ye(br,Xr){br.flush(Xr)}function Ee(br,Xr){Xr(ba[br])}function Ar(br,Xr){X.assign(ba,br),Xr()}function qr(br,Xr,Cn,Qn){var Li,Ln,Mn;return Cn._deferredEnd=null,Ln={},Ln[u]=!0,Ln.id=br,Ln.name=Xr,Li="done",Mn={},Mn[Li]=Mn[Li]||{},Mn[Li].get=function(){if(Cn._deferredEnd)return Cn._deferredEnd.promise;var jn=ae();return Cn._deferredEnd=jn,Cn._isRunning||(Cn._error?jn.reject(Cn._error):jn.resolve(Cn._result)),jn.promise},Ln.cont=Qn,Ln.joiners=[],Ln.cancel=Ss,Ln.isRunning=function(){return Cn._isRunning},Ln.isCancelled=function(){return Cn._isCancelled},Ln.isAborted=function(){return Cn._isAborted},Ln.result=function(){return Cn._result},Ln.error=function(){return Cn._error},Ln.setContext=function(ca){O(ca,U.object,me("task",ca)),X.assign(ba,ca)},en(Ln,Mn),Ln}}var bi="runSaga(storeInterface, saga, ...args)",pi=bi+": saga argument must be a Generator function!";function ni(Ye,qe){for(var Mt=arguments.length,Vt=Array(Mt>2?Mt-2:0),pr=2;pr<Mt;pr++)Vt[pr-2]=arguments[pr];var Fr=void 0;U.iterator(Ye)?(Fr=Ye,Ye=qe):(O(qe,U.func,pi),Fr=qe.apply(void 0,Vt),O(Fr,U.iterator,pi));var Zr=Ye,vn=Zr.subscribe,tn=Zr.dispatch,xn=Zr.getState,Xn=Zr.context,ti=Zr.sagaMonitor,wi=Zr.logger,Ai=Zr.onError,Hi=K();ti&&(ti.effectTriggered=ti.effectTriggered||R,ti.effectResolved=ti.effectResolved||R,ti.effectRejected=ti.effectRejected||R,ti.effectCancelled=ti.effectCancelled||R,ti.actionDispatched=ti.actionDispatched||R,ti.effectTriggered({effectId:Hi,root:!0,parentEffectId:0,effect:{root:!0,saga:qe,args:Vt}}));var Ni=Oi(Fr,vn,Oe(tn),xn,Xn,{sagaMonitor:ti,logger:wi,onError:Ai},Hi,qe.name);return ti&&ti.effectResolved(Hi,Ni),Ni}function na(Ye,qe){var Mt={};for(var Vt in Ye)qe.indexOf(Vt)>=0||Object.prototype.hasOwnProperty.call(Ye,Vt)&&(Mt[Vt]=Ye[Vt]);return Mt}function Jn(){var Ye=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},qe=Ye.context,Mt=qe===void 0?{}:qe,Vt=na(Ye,["context"]),pr=Vt.sagaMonitor,Fr=Vt.logger,Zr=Vt.onError;if(U.func(Vt))throw new Error("Saga middleware no longer accept Generator functions. Use sagaMiddleware.run instead");if(Fr&&!U.func(Fr))throw new Error("`options.logger` passed to the Saga middleware is not a function!");if(Zr&&!U.func(Zr))throw new Error("`options.onError` passed to the Saga middleware is not a function!");if(Vt.emitter&&!U.func(Vt.emitter))throw new Error("`options.emitter` passed to the Saga middleware is not a function!");function vn(tn){var xn=tn.getState,Xn=tn.dispatch,ti=Ue();return ti.emit=(Vt.emitter||A)(ti.emit),vn.run=ni.bind(null,{context:Mt,subscribe:ti.subscribe,dispatch:Xn,getState:xn,sagaMonitor:pr,logger:Fr,onError:Zr}),function(wi){return function(Ai){pr&&pr.actionDispatched&&pr.actionDispatched(Ai);var Hi=wi(Ai);return ti.emit(Ai),Hi}}}return vn.run=function(){throw new Error("Before running a Saga, you must mount the Saga middleware on the Store using applyMiddleware")},vn.setContext=function(tn){O(tn,U.object,me("sagaMiddleware",tn)),X.assign(Mt,tn)},vn}var Ji={done:!0,value:void 0},yt={};function zn(Ye){return U.channel(Ye)?"channel":Array.isArray(Ye)?String(Ye.map(function(qe){return String(qe)})):String(Ye)}function mi(Ye,qe){var Mt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"iterator",Vt=void 0,pr=qe;function Fr(Zr,vn){if(pr===yt)return Ji;if(vn)throw pr=yt,vn;Vt&&Vt(Zr);var tn=Ye[pr](),xn=tn[0],Xn=tn[1],ti=tn[2];return pr=xn,Vt=ti,pr===yt?Ji:Xn}return q(Fr,function(Zr){return Fr(null,Zr)},Mt,!0)}function Xi(Ye,qe){for(var Mt=arguments.length,Vt=Array(Mt>2?Mt-2:0),pr=2;pr<Mt;pr++)Vt[pr-2]=arguments[pr];var Fr={done:!1,value:we(Ye)},Zr=function(Xn){return{done:!1,value:Lr.apply(void 0,[qe].concat(Vt,[Xn]))}},vn=void 0,tn=function(Xn){return vn=Xn};return mi({q1:function(){return["q2",Fr,tn]},q2:function(){return vn===Se?[yt]:["q1",Zr(vn)]}},"q1","takeEvery("+zn(Ye)+", "+qe.name+")")}function ei(Ye,qe){for(var Mt=arguments.length,Vt=Array(Mt>2?Mt-2:0),pr=2;pr<Mt;pr++)Vt[pr-2]=arguments[pr];var Fr={done:!1,value:we(Ye)},Zr=function(Ai){return{done:!1,value:Lr.apply(void 0,[qe].concat(Vt,[Ai]))}},vn=function(Ai){return{done:!1,value:sn(Ai)}},tn=void 0,xn=void 0,Xn=function(Ai){return tn=Ai},ti=function(Ai){return xn=Ai};return mi({q1:function(){return["q2",Fr,ti]},q2:function(){return xn===Se?[yt]:tn?["q3",vn(tn)]:["q1",Zr(xn),Xn]},q3:function(){return["q1",Zr(xn),Xn]}},"q1","takeLatest("+zn(Ye)+", "+qe.name+")")}function qi(Ye,qe,Mt){for(var Vt=arguments.length,pr=Array(Vt>3?Vt-3:0),Fr=3;Fr<Vt;Fr++)pr[Fr-3]=arguments[Fr];var Zr=void 0,vn=void 0,tn={done:!1,value:cr(qe,tr.sliding(1))},xn=function(){return{done:!1,value:we(vn)}},Xn=function(Ni){return{done:!1,value:Lr.apply(void 0,[Mt].concat(pr,[Ni]))}},ti={done:!1,value:Vr(ue,Ye)},wi=function(Ni){return Zr=Ni},Ai=function(Ni){return vn=Ni};return mi({q1:function(){return["q2",tn,Ai]},q2:function(){return["q3",xn(),wi]},q3:function(){return Zr===Se?[yt]:["q4",Xn(Zr)]},q4:function(){return["q2",ti]}},"q1","throttle("+zn(qe)+", "+Mt.name+")")}var xi=function(qe){return"import { "+qe+" } from 'redux-saga' has been deprecated in favor of import { "+qe+` } from 'redux-saga/effects'.
The latter will not work with yield*, as helper effects are wrapped automatically for you in fork effect.
Therefore yield `+qe+" will return task descriptor to your saga and execute next lines of code."},lt=null,_n=null,Qt=null;function vt(Ye,qe){for(var Mt=arguments.length,Vt=Array(Mt>2?Mt-2:0),pr=2;pr<Mt;pr++)Vt[pr-2]=arguments[pr];return Lr.apply(void 0,[Xi,Ye,qe].concat(Vt))}function tt(Ye,qe){for(var Mt=arguments.length,Vt=Array(Mt>2?Mt-2:0),pr=2;pr<Mt;pr++)Vt[pr-2]=arguments[pr];return Lr.apply(void 0,[ei,Ye,qe].concat(Vt))}function Ot(Ye,qe,Mt){for(var Vt=arguments.length,pr=Array(Vt>3?Vt-3:0),Fr=3;Fr<Vt;Fr++)pr[Fr-3]=arguments[Fr];return Lr.apply(void 0,[qi,Ye,qe,Mt].concat(pr))}var pt=Jn,ur=e(44520),fr=e.n(ur),Cr=e(93664),$r=e(78639),Ze=e.n($r),Je=e(95190),xe=e(21696),st=e(56754),rr=e.n(st),Mr=e(99153),Or=e(84851),Pr=e(89381),zr=e.n(Pr),mn=e(60288),Tr=e(50298),dn=e(55267),rn=e.n(dn),un=Array.isArray.bind(Array),Tn=function(qe){return typeof qe=="function"},va=function(qe){return qe},Si=function(){},vi=function(qe,Mt){for(var Vt=0,pr=qe.length;Vt<pr;Vt+=1)if(Mt(qe[Vt],Vt))return Vt;return-1},gn=Object.freeze({isPlainObject:Ze(),isArray:un,isFunction:Tn,returnSelf:va,noop:Si,findIndex:vi});function ai(Ye,qe){var Mt=Ye.namespace,Vt=Ye.reducers,pr=Ye.effects,Fr=Ye.subscriptions;invariant(Mt,"[app.model] namespace should be defined"),invariant(typeof Mt=="string","[app.model] namespace should be string, but got ".concat(_typeof(Mt))),invariant(!qe.some(function(Zr){return Zr.namespace===Mt}),"[app.model] namespace should be unique"),Vt&&(invariant(isPlainObject(Vt)||un(Vt),"[app.model] reducers should be plain object or array, but got ".concat(_typeof(Vt))),invariant(!un(Vt)||isPlainObject(Vt[0])&&Tn(Vt[1]),"[app.model] reducers with array should be [Object, Function]")),pr&&invariant(isPlainObject(pr),"[app.model] effects should be plain object, but got ".concat(_typeof(pr))),Fr&&(invariant(isPlainObject(Fr),"[app.model] subscriptions should be plain object, but got ".concat(_typeof(Fr))),invariant(Fi(Fr),"[app.model] subscription should be function"))}function Fi(Ye){return Object.keys(Ye).every(function(qe){return Tn(Ye[qe])})}var da="/";function $a(Ye,qe,Mt){return Object.keys(Ye).reduce(function(Vt,pr){rr()(pr.indexOf("".concat(qe).concat(da))!==0,"[prefixNamespace]: ".concat(Mt," ").concat(pr," should not be prefixed with namespace ").concat(qe));var Fr="".concat(qe).concat(da).concat(pr);return Vt[Fr]=Ye[pr],Vt},{})}function Ta(Ye){var qe=Ye.namespace,Mt=Ye.reducers,Vt=Ye.effects;if(Mt)if(un(Mt)){var pr=(0,xe.Z)(Mt),Fr=pr[0],Zr=pr.slice(1);Ye.reducers=[$a(Fr,qe,"reducer")].concat((0,Je.Z)(Zr))}else Ye.reducers=$a(Mt,qe,"reducer");return Vt&&(Ye.effects=$a(Vt,qe,"effect")),Ye}var fs=["onError","onStateChange","onAction","onHmr","onReducer","onEffect","extraReducers","extraEnhancers","_handleActions"];function ws(Ye){return Object.keys(Ye).reduce(function(qe,Mt){return fs.indexOf(Mt)>-1&&(qe[Mt]=Ye[Mt]),qe},{})}var Wa=function(){function Ye(){(0,Mr.Z)(this,Ye),this._handleActions=null,this.hooks=fs.reduce(function(qe,Mt){return qe[Mt]=[],qe},{})}return(0,Or.Z)(Ye,[{key:"use",value:function(Mt){fr()(Ze()(Mt),"plugin.use: plugin should be plain object");var Vt=this.hooks;for(var pr in Mt)Object.prototype.hasOwnProperty.call(Mt,pr)&&(fr()(Vt[pr],"plugin.use: unknown plugin property: ".concat(pr)),pr==="_handleActions"?this._handleActions=Mt[pr]:pr==="extraEnhancers"?Vt[pr]=Mt[pr]:Vt[pr].push(Mt[pr]))}},{key:"apply",value:function(Mt,Vt){var pr=this.hooks,Fr=["onError","onHmr"];fr()(Fr.indexOf(Mt)>-1,"plugin.apply: hook ".concat(Mt," cannot be applied"));var Zr=pr[Mt];return function(){if(Zr.length){var vn=!0,tn=!1,xn=void 0;try{for(var Xn=Zr[Symbol.iterator](),ti;!(vn=(ti=Xn.next()).done);vn=!0){var wi=ti.value;wi.apply(void 0,arguments)}}catch(Ai){tn=!0,xn=Ai}finally{try{!vn&&Xn.return!=null&&Xn.return()}finally{if(tn)throw xn}}}else Vt&&Vt.apply(void 0,arguments)}}},{key:"get",value:function(Mt){var Vt=this.hooks;return fr()(Mt in Vt,"plugin.get: hook ".concat(Mt," cannot be got")),Mt==="extraReducers"?gi(Vt[Mt]):Mt==="onReducer"?ia(Vt[Mt]):Vt[Mt]}}]),Ye}();function gi(Ye){var qe={},Mt=!0,Vt=!1,pr=void 0;try{for(var Fr=Ye[Symbol.iterator](),Zr;!(Mt=(Zr=Fr.next()).done);Mt=!0){var vn=Zr.value;qe=(0,l.Z)({},qe,vn)}}catch(tn){Vt=!0,pr=tn}finally{try{!Mt&&Fr.return!=null&&Fr.return()}finally{if(Vt)throw pr}}return qe}function ia(Ye){return function(qe){var Mt=!0,Vt=!1,pr=void 0;try{for(var Fr=Ye[Symbol.iterator](),Zr;!(Mt=(Zr=Fr.next()).done);Mt=!0){var vn=Zr.value;qe=vn(qe)}}catch(tn){Vt=!0,pr=tn}finally{try{!Mt&&Fr.return!=null&&Fr.return()}finally{if(Vt)throw pr}}return qe}}function os(Ye){var qe=Ye.reducers,Mt=Ye.initialState,Vt=Ye.plugin,pr=Ye.sagaMiddleware,Fr=Ye.promiseMiddleware,Zr=Ye.createOpts.setupMiddlewares,vn=Zr===void 0?va:Zr,tn=Vt.get("extraEnhancers");fr()(un(tn),"[app.start] extraEnhancers should be array, but got ".concat((0,Cr.Z)(tn)));var xn=Vt.get("onAction"),Xn=vn([Fr,pr].concat((0,Je.Z)(zr()(xn)))),ti=c.qC,wi=[c.md.apply(void 0,(0,Je.Z)(Xn))].concat((0,Je.Z)(tn));return(0,c.MT)(qe,Mt,ti.apply(void 0,(0,Je.Z)(wi)))}function Ga(Ye,qe){var Mt="".concat(qe.namespace).concat(da).concat(Ye),Vt=Mt.replace(/\/@@[^/]+?$/,""),pr=Array.isArray(qe.reducers)?qe.reducers[0][Vt]:qe.reducers&&qe.reducers[Vt];return pr||qe.effects&&qe.effects[Vt]?Mt:Ye}function Is(Ye,qe,Mt,Vt){var pr=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{};return rn().mark(function Fr(){var Zr;return rn().wrap(function(tn){for(;;)switch(tn.prev=tn.next){case 0:tn.t0=rn().keys(Ye);case 1:if((tn.t1=tn.t0()).done){tn.next=7;break}if(Zr=tn.t1.value,!Object.prototype.hasOwnProperty.call(Ye,Zr)){tn.next=5;break}return tn.delegateYield(rn().mark(function xn(){var Xn,ti;return rn().wrap(function(Ai){for(;;)switch(Ai.prev=Ai.next){case 0:return Xn=Vi(Zr,Ye[Zr],qe,Mt,Vt,pr),Ai.next=3,Lr(Xn);case 3:return ti=Ai.sent,Ai.next=6,Lr(rn().mark(function Hi(){return rn().wrap(function(Ei){for(;;)switch(Ei.prev=Ei.next){case 0:return Ei.next=2,we("".concat(qe.namespace,"/@@CANCEL_EFFECTS"));case 2:return Ei.next=4,sn(ti);case 4:case"end":return Ei.stop()}},Hi)}));case 6:case"end":return Ai.stop()}},xn)})(),"t2",5);case 5:tn.next=1;break;case 7:case"end":return tn.stop()}},Fr)})}function Vi(Ye,qe,Mt,Vt,pr,Fr){var Zr=rn().mark(Hi),vn=qe,tn="takeEvery",xn,Xn;if(Array.isArray(qe)){var ti=(0,Tr.Z)(qe,1);vn=ti[0];var wi=qe[1];wi&&wi.type&&(tn=wi.type,tn==="throttle"&&(fr()(wi.ms,"app.start: opts.ms should be defined if type is throttle"),xn=wi.ms),tn==="poll"&&(fr()(wi.delay,"app.start: opts.delay should be defined if type is poll"),Xn=wi.delay)),fr()(["watcher","takeEvery","takeLatest","throttle","poll"].indexOf(tn)>-1,"app.start: effect type should be takeEvery, takeLatest, throttle, poll or watcher")}function Ai(){}function Hi(){var Ei,ba,Ii,di,la,eo,Ss,Yi,La,ta=arguments;return rn().wrap(function(xa){for(;;)switch(xa.prev=xa.next){case 0:for(Ei=ta.length,ba=new Array(Ei),Ii=0;Ii<Ei;Ii++)ba[Ii]=ta[Ii];return di=ba.length>0?ba[0]:{},la=di.__dva_resolve,eo=la===void 0?Ai:la,Ss=di.__dva_reject,Yi=Ss===void 0?Ai:Ss,xa.prev=2,xa.next=5,kt({type:"".concat(Ye).concat(da,"@@start")});case 5:return xa.next=7,vn.apply(void 0,(0,Je.Z)(ba.concat(vs(Mt,Fr))));case 7:return La=xa.sent,xa.next=10,kt({type:"".concat(Ye).concat(da,"@@end")});case 10:eo(La),xa.next=17;break;case 13:xa.prev=13,xa.t0=xa.catch(2),Vt(xa.t0,{key:Ye,effectArgs:ba}),xa.t0._dontReject||Yi(xa.t0);case 17:case"end":return xa.stop()}},Zr,null,[[2,13]])}var Ni=bo(pr,Hi,Mt,Ye);switch(tn){case"watcher":return Hi;case"takeLatest":return rn().mark(function Ei(){return rn().wrap(function(Ii){for(;;)switch(Ii.prev=Ii.next){case 0:return Ii.next=2,tt(Ye,Ni);case 2:case"end":return Ii.stop()}},Ei)});case"throttle":return rn().mark(function Ei(){return rn().wrap(function(Ii){for(;;)switch(Ii.prev=Ii.next){case 0:return Ii.next=2,Ot(xn,Ye,Ni);case 2:case"end":return Ii.stop()}},Ei)});case"poll":return rn().mark(function Ei(){var ba,Ii,di,la,eo,Ss,Yi;return rn().wrap(function(ta){for(;;)switch(ta.prev=ta.next){case 0:di=function(xa,Ka){var Fa;return rn().wrap(function(Ja){for(;;)switch(Ja.prev=Ja.next){case 0:Fa=xa.call;case 1:return Ja.next=4,Fa(Ni,Ka);case 4:return Ja.next=6,Fa(Ii,Xn);case 6:Ja.next=1;break;case 8:case"end":return Ja.stop()}},ba)},Ii=function(xa){return new Promise(function(Ka){return setTimeout(Ka,xa)})},ba=rn().mark(di),la=Vr,eo=we,Ss=Ir;case 4:return ta.next=7,eo("".concat(Ye,"-start"));case 7:return Yi=ta.sent,ta.next=10,Ss([la(di,r,Yi),eo("".concat(Ye,"-stop"))]);case 10:ta.next=4;break;case 12:case"end":return ta.stop()}},Ei)});default:return rn().mark(function Ei(){return rn().wrap(function(Ii){for(;;)switch(Ii.prev=Ii.next){case 0:return Ii.next=2,vt(Ye,Ni);case 2:case"end":return Ii.stop()}},Ei)})}}function vs(Ye,qe){function Mt(Zr,vn){fr()(Zr,"dispatch: action should be a plain Object with type");var tn=qe.namespacePrefixWarning,xn=tn===void 0?!0:tn;xn&&rr()(Zr.indexOf("".concat(Ye.namespace).concat(da))!==0,"[".concat(vn,"] ").concat(Zr," should not be prefixed with namespace ").concat(Ye.namespace))}function Vt(Zr){var vn=Zr.type;return Mt(vn,"sagaEffects.put"),kt((0,l.Z)({},Zr,{type:Ga(vn,Ye)}))}function pr(Zr){var vn=Zr.type;return Mt(vn,"sagaEffects.put.resolve"),kt.resolve((0,l.Z)({},Zr,{type:Ga(vn,Ye)}))}Vt.resolve=pr;function Fr(Zr){return typeof Zr=="string"?(Mt(Zr,"sagaEffects.take"),we(Ga(Zr,Ye))):Array.isArray(Zr)?we(Zr.map(function(vn){return typeof vn=="string"?(Mt(vn,"sagaEffects.take"),Ga(vn,Ye)):vn})):we(Zr)}return(0,l.Z)({},r,{put:Vt,take:Fr})}function bo(Ye,qe,Mt,Vt){var pr=!0,Fr=!1,Zr=void 0;try{for(var vn=Ye[Symbol.iterator](),tn;!(pr=(tn=vn.next()).done);pr=!0){var xn=tn.value;qe=xn(qe,r,Mt,Vt)}}catch(Xn){Fr=!0,Zr=Xn}finally{try{!pr&&vn.return!=null&&vn.return()}finally{if(Fr)throw Zr}}return qe}function Bi(Ye){return Ye}function _s(Ye){var qe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Bi;return function(Mt,Vt){var pr=Vt.type;return fr()(pr,"dispatch: action should be a plain Object with type"),Ye===pr?qe(Mt,Vt):Mt}}function Na(){for(var Ye=arguments.length,qe=new Array(Ye),Mt=0;Mt<Ye;Mt++)qe[Mt]=arguments[Mt];return function(Vt,pr){return qe.reduce(function(Fr,Zr){return Zr(Fr,pr)},Vt)}}function Ys(Ye,qe){var Mt=Object.keys(Ye).map(function(pr){return _s(pr,Ye[pr])}),Vt=Na.apply(void 0,(0,Je.Z)(Mt));return function(){var pr=arguments.length>0&&arguments[0]!==void 0?arguments[0]:qe,Fr=arguments.length>1?arguments[1]:void 0;return Vt(pr,Fr)}}function Rn(Ye,qe,Mt){return Array.isArray(Ye)?Ye[1]((Mt||Ys)(Ye[0],qe)):(Mt||Ys)(Ye||{},qe)}function ja(Ye){return function(){return function(Mt){return function(Vt){var pr=Vt.type;return qe(pr)?new Promise(function(Fr,Zr){Mt((0,l.Z)({__dva_resolve:Fr,__dva_reject:Zr},Vt))}):Mt(Vt)}}};function qe(Mt){if(!Mt||typeof Mt!="string")return!1;var Vt=Mt.split(da),pr=(0,Tr.Z)(Vt,1),Fr=pr[0],Zr=Ye._models.filter(function(vn){return vn.namespace===Fr})[0];return!!(Zr&&Zr.effects&&Zr.effects[Mt])}}function cs(Ye,qe){return function(Mt){var Vt=Mt.type;return fr()(Vt,"dispatch: action should be a plain Object with type"),rr()(Vt.indexOf("".concat(qe.namespace).concat(da))!==0,"dispatch: ".concat(Vt," should not be prefixed with namespace ").concat(qe.namespace)),Ye((0,l.Z)({},Mt,{type:Ga(Vt,qe)}))}}function Ua(Ye,qe,Mt,Vt){var pr=[],Fr=[];for(var Zr in Ye)if(Object.prototype.hasOwnProperty.call(Ye,Zr)){var vn=Ye[Zr],tn=vn({dispatch:cs(Mt._store.dispatch,qe),history:Mt._history},Vt);Tn(tn)?pr.push(tn):Fr.push(Zr)}return{funcs:pr,nonFuncs:Fr}}function zi(Ye,qe){if(Ye[qe]){var Mt=Ye[qe],Vt=Mt.funcs,pr=Mt.nonFuncs;rr()(pr.length===0,"[app.unmodel] subscription should return unlistener function, check these subscriptions ".concat(pr.join(", ")));var Fr=!0,Zr=!1,vn=void 0;try{for(var tn=Vt[Symbol.iterator](),xn;!(Fr=(xn=tn.next()).done);Fr=!0){var Xn=xn.value;Xn()}}catch(ti){Zr=!0,vn=ti}finally{try{!Fr&&tn.return!=null&&tn.return()}finally{if(Zr)throw vn}}delete Ye[qe]}}var Ra=Si,Oa=vi,Es={namespace:"@@dva",state:0,reducers:{UPDATE:function(qe){return qe+1}}};function Xs(){var Ye=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},qe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Mt=qe.initialReducer,Vt=qe.setupApp,pr=Vt===void 0?Ra:Vt,Fr=new Wa;Fr.use(ws(Ye));var Zr={_models:[Ta((0,l.Z)({},Es))],_store:null,_plugin:Fr,use:Fr.use.bind(Fr),model:vn,start:ti};return Zr;function vn(wi){var Ai=Ta((0,l.Z)({},wi));return Zr._models.push(Ai),Ai}function tn(wi,Ai,Hi,Ni){Ni=vn(Ni);var Ei=Zr._store;Ei.asyncReducers[Ni.namespace]=Rn(Ni.reducers,Ni.state,Fr._handleActions),Ei.replaceReducer(wi()),Ni.effects&&Ei.runSaga(Zr._getSaga(Ni.effects,Ni,Ai,Fr.get("onEffect"),Ye)),Ni.subscriptions&&(Hi[Ni.namespace]=Ua(Ni.subscriptions,Ni,Zr,Ai))}function xn(wi,Ai,Hi,Ni){var Ei=Zr._store;delete Ei.asyncReducers[Ni],delete Ai[Ni],Ei.replaceReducer(wi()),Ei.dispatch({type:"@@dva/UPDATE"}),Ei.dispatch({type:"".concat(Ni,"/@@CANCEL_EFFECTS")}),zi(Hi,Ni),Zr._models=Zr._models.filter(function(ba){return ba.namespace!==Ni})}function Xn(wi,Ai,Hi,Ni,Ei){var ba=Zr._store,Ii=Ei.namespace,di=Oa(Zr._models,function(la){return la.namespace===Ii});~di&&(ba.dispatch({type:"".concat(Ii,"/@@CANCEL_EFFECTS")}),delete ba.asyncReducers[Ii],delete Ai[Ii],zi(Hi,Ii),Zr._models.splice(di,1)),Zr.model(Ei),ba.dispatch({type:"@@dva/UPDATE"})}function ti(){var wi=function(Ar,qr){Ar&&(typeof Ar=="string"&&(Ar=new Error(Ar)),Ar.preventDefault=function(){Ar._dontReject=!0},Fr.apply("onError",function(br){throw new Error(br.stack||br)})(Ar,Zr._store.dispatch,qr))},Ai=pt(),Hi=ja(Zr);Zr._getSaga=Is.bind(null);var Ni=[],Ei=(0,l.Z)({},Mt),ba=!0,Ii=!1,di=void 0;try{for(var la=Zr._models[Symbol.iterator](),eo;!(ba=(eo=la.next()).done);ba=!0){var Ss=eo.value;Ei[Ss.namespace]=Rn(Ss.reducers,Ss.state,Fr._handleActions),Ss.effects&&Ni.push(Zr._getSaga(Ss.effects,Ss,wi,Fr.get("onEffect"),Ye))}}catch(Ee){Ii=!0,di=Ee}finally{try{!ba&&la.return!=null&&la.return()}finally{if(Ii)throw di}}var Yi=Fr.get("onReducer"),La=Fr.get("extraReducers");fr()(Object.keys(La).every(function(Ee){return!(Ee in Ei)}),"[app.start] extraReducers is conflict with other reducers, reducers list: ".concat(Object.keys(Ei).join(", "))),Zr._store=os({reducers:ye(),initialState:Ye.initialState||{},plugin:Fr,createOpts:qe,sagaMiddleware:Ai,promiseMiddleware:Hi});var ta=Zr._store;ta.runSaga=Ai.run,ta.asyncReducers={};var Ri=Fr.get("onStateChange"),xa=!0,Ka=!1,Fa=void 0;try{for(var io=function(){var Ar=ao.value;ta.subscribe(function(){Ar(ta.getState())})},Ja=Ri[Symbol.iterator](),ao;!(xa=(ao=Ja.next()).done);xa=!0)io()}catch(Ee){Ka=!0,Fa=Ee}finally{try{!xa&&Ja.return!=null&&Ja.return()}finally{if(Ka)throw Fa}}Ni.forEach(Ai.run),pr(Zr);var es={},Us=!0,ts=!1,Zi=void 0;try{for(var Ba=this._models[Symbol.iterator](),Ds;!(Us=(Ds=Ba.next()).done);Us=!0){var ha=Ds.value;ha.subscriptions&&(es[ha.namespace]=Ua(ha.subscriptions,ha,Zr,wi))}}catch(Ee){ts=!0,Zi=Ee}finally{try{!Us&&Ba.return!=null&&Ba.return()}finally{if(ts)throw Zi}}Zr.model=tn.bind(Zr,ye,wi,es),Zr.unmodel=xn.bind(Zr,ye,Ei,es),Zr.replaceModel=Xn.bind(Zr,ye,Ei,es,wi);function ye(){return Yi((0,c.UY)((0,l.Z)({},Ei,La,Zr._store?Zr._store.asyncReducers:{})))}}}var xo=e(37573),ho=e(45097),Ea=e(4676);function gs(Ye){Ye()}let Zs=gs;const no=Ye=>Zs=Ye,wo=()=>Zs,Eo=Symbol.for("react-redux-context"),po=typeof globalThis!="undefined"?globalThis:{};function fi(){var Ye;if(!i.createContext)return{};const qe=(Ye=po[Eo])!=null?Ye:po[Eo]=new Map;let Mt=qe.get(i.createContext);return Mt||(Mt=i.createContext(null),qe.set(i.createContext,Mt)),Mt}const li=fi();var za=null;function qa(Ye=li){return function(){return(0,i.useContext)(Ye)}}const Qa=qa(),qs=()=>{throw new Error("uSES not initialized!")};let Qs=qs;const qo=Ye=>{Qs=Ye},ds=(Ye,qe)=>Ye===qe;function Do(Ye=li){const qe=Ye===li?Qa:qa(Ye);return function(Vt,pr={}){const{equalityFn:Fr=ds,stabilityCheck:Zr=void 0,noopCheck:vn=void 0}=typeof pr=="function"?{equalityFn:pr}:pr,{store:tn,subscription:xn,getServerState:Xn,stabilityCheck:ti,noopCheck:wi}=qe(),Ai=(0,i.useRef)(!0),Hi=(0,i.useCallback)({[Vt.name](Ei){return Vt(Ei)}}[Vt.name],[Vt,ti,Zr]),Ni=Qs(xn.addNestedSub,tn.getState,Xn||tn.getState,Hi,Fr);return(0,i.useDebugValue)(Ni),Ni}}const ko=Do();var $o=e(14809),Su=e(74126),So=e(94266),mo=e.n(So),Js=e(23265);const ju=["initMapStateToProps","initMapDispatchToProps","initMergeProps"];function Ro(Ye,qe,Mt,Vt,{areStatesEqual:pr,areOwnPropsEqual:Fr,areStatePropsEqual:Zr}){let vn=!1,tn,xn,Xn,ti,wi;function Ai(Ii,di){return tn=Ii,xn=di,Xn=Ye(tn,xn),ti=qe(Vt,xn),wi=Mt(Xn,ti,xn),vn=!0,wi}function Hi(){return Xn=Ye(tn,xn),qe.dependsOnOwnProps&&(ti=qe(Vt,xn)),wi=Mt(Xn,ti,xn),wi}function Ni(){return Ye.dependsOnOwnProps&&(Xn=Ye(tn,xn)),qe.dependsOnOwnProps&&(ti=qe(Vt,xn)),wi=Mt(Xn,ti,xn),wi}function Ei(){const Ii=Ye(tn,xn),di=!Zr(Ii,Xn);return Xn=Ii,di&&(wi=Mt(Xn,ti,xn)),wi}function ba(Ii,di){const la=!Fr(di,xn),eo=!pr(Ii,tn,di,xn);return tn=Ii,xn=di,la&&eo?Hi():la?Ni():eo?Ei():wi}return function(di,la){return vn?ba(di,la):Ai(di,la)}}function Lo(Ye,qe){let{initMapStateToProps:Mt,initMapDispatchToProps:Vt,initMergeProps:pr}=qe,Fr=(0,Su.Z)(qe,ju);const Zr=Mt(Ye,Fr),vn=Vt(Ye,Fr),tn=pr(Ye,Fr);return Ro(Zr,vn,tn,Ye,Fr)}function $s(Ye,qe){const Mt={};for(const Vt in Ye){const pr=Ye[Vt];typeof pr=="function"&&(Mt[Vt]=(...Fr)=>qe(pr(...Fr)))}return Mt}function du(Ye){return function(Mt){const Vt=Ye(Mt);function pr(){return Vt}return pr.dependsOnOwnProps=!1,pr}}function Uo(Ye){return Ye.dependsOnOwnProps?!!Ye.dependsOnOwnProps:Ye.length!==1}function Ao(Ye,qe){return function(Vt,{displayName:pr}){const Fr=function(vn,tn){return Fr.dependsOnOwnProps?Fr.mapToProps(vn,tn):Fr.mapToProps(vn,void 0)};return Fr.dependsOnOwnProps=!0,Fr.mapToProps=function(vn,tn){Fr.mapToProps=Ye,Fr.dependsOnOwnProps=Uo(Ye);let xn=Fr(vn,tn);return typeof xn=="function"&&(Fr.mapToProps=xn,Fr.dependsOnOwnProps=Uo(xn),xn=Fr(vn,tn)),xn},Fr}}function Bs(Ye,qe){return(Mt,Vt)=>{throw new Error(`Invalid value of type ${typeof Ye} for ${qe} argument when connecting component ${Vt.wrappedComponentName}.`)}}function Rs(Ye){return Ye&&typeof Ye=="object"?du(qe=>$s(Ye,qe)):Ye?typeof Ye=="function"?Ao(Ye,"mapDispatchToProps"):Bs(Ye,"mapDispatchToProps"):du(qe=>({dispatch:qe}))}function hu(Ye){return Ye?typeof Ye=="function"?Ao(Ye,"mapStateToProps"):Bs(Ye,"mapStateToProps"):du(()=>({}))}function Au(Ye,qe,Mt){return(0,$o.Z)({},Mt,Ye,qe)}function qt(Ye){return function(Mt,{displayName:Vt,areMergedPropsEqual:pr}){let Fr=!1,Zr;return function(tn,xn,Xn){const ti=Ye(tn,xn,Xn);return Fr?pr(ti,Zr)||(Zr=ti):(Fr=!0,Zr=ti),Zr}}}function hr(Ye){return Ye?typeof Ye=="function"?qt(Ye):Bs(Ye,"mergeProps"):()=>Au}function or(){const Ye=wo();let qe=null,Mt=null;return{clear(){qe=null,Mt=null},notify(){Ye(()=>{let Vt=qe;for(;Vt;)Vt.callback(),Vt=Vt.next})},get(){let Vt=[],pr=qe;for(;pr;)Vt.push(pr),pr=pr.next;return Vt},subscribe(Vt){let pr=!0,Fr=Mt={callback:Vt,next:null,prev:Mt};return Fr.prev?Fr.prev.next=Fr:qe=Fr,function(){!pr||qe===null||(pr=!1,Fr.next?Fr.next.prev=Fr.prev:Mt=Fr.prev,Fr.prev?Fr.prev.next=Fr.next:qe=Fr.next)}}}}const gr={notify(){},get:()=>[]};function Sr(Ye,qe){let Mt,Vt=gr,pr=0,Fr=!1;function Zr(Ni){Xn();const Ei=Vt.subscribe(Ni);let ba=!1;return()=>{ba||(ba=!0,Ei(),ti())}}function vn(){Vt.notify()}function tn(){Hi.onStateChange&&Hi.onStateChange()}function xn(){return Fr}function Xn(){pr++,Mt||(Mt=qe?qe.addNestedSub(tn):Ye.subscribe(tn),Vt=or())}function ti(){pr--,Mt&&pr===0&&(Mt(),Mt=void 0,Vt.clear(),Vt=gr)}function wi(){Fr||(Fr=!0,Xn())}function Ai(){Fr&&(Fr=!1,ti())}const Hi={addNestedSub:Zr,notifyNestedSubs:vn,handleChangeWrapper:tn,isSubscribed:xn,trySubscribe:wi,tryUnsubscribe:Ai,getListeners:()=>Vt};return Hi}const Sn=typeof window!="undefined"&&typeof window.document!="undefined"&&typeof window.document.createElement!="undefined"?i.useLayoutEffect:i.useEffect;function Un(Ye,qe){return Ye===qe?Ye!==0||qe!==0||1/Ye===1/qe:Ye!==Ye&&qe!==qe}function Bn(Ye,qe){if(Un(Ye,qe))return!0;if(typeof Ye!="object"||Ye===null||typeof qe!="object"||qe===null)return!1;const Mt=Object.keys(Ye),Vt=Object.keys(qe);if(Mt.length!==Vt.length)return!1;for(let pr=0;pr<Mt.length;pr++)if(!Object.prototype.hasOwnProperty.call(qe,Mt[pr])||!Un(Ye[Mt[pr]],qe[Mt[pr]]))return!1;return!0}const Kn=["reactReduxForwardedRef"];let lr=qs;const Br=Ye=>{lr=Ye},xr=null,pn=[null,null],Gn=Ye=>{try{return JSON.stringify(Ye)}catch(qe){return String(Ye)}};function dt(Ye,qe,Mt){Sn(()=>Ye(...qe),Mt)}function On(Ye,qe,Mt,Vt,pr,Fr){Ye.current=Vt,Mt.current=!1,pr.current&&(pr.current=null,Fr())}function Yn(Ye,qe,Mt,Vt,pr,Fr,Zr,vn,tn,xn,Xn){if(!Ye)return()=>{};let ti=!1,wi=null;const Ai=()=>{if(ti||!vn.current)return;const Ni=qe.getState();let Ei,ba;try{Ei=Vt(Ni,pr.current)}catch(Ii){ba=Ii,wi=Ii}ba||(wi=null),Ei===Fr.current?Zr.current||xn():(Fr.current=Ei,tn.current=Ei,Zr.current=!0,Xn())};return Mt.onStateChange=Ai,Mt.trySubscribe(),Ai(),()=>{if(ti=!0,Mt.tryUnsubscribe(),Mt.onStateChange=null,wi)throw wi}}const si=()=>xr;function Ki(Ye,qe){return Ye===qe}let jr=!1;function Gr(Ye,qe,Mt,{pure:Vt,areStatesEqual:pr=Ki,areOwnPropsEqual:Fr=Bn,areStatePropsEqual:Zr=Bn,areMergedPropsEqual:vn=Bn,forwardRef:tn=!1,context:xn=li}={}){const Xn=xn,ti=hu(Ye),wi=Rs(qe),Ai=hr(Mt),Hi=!!Ye;return Ei=>{const ba=Ei.displayName||Ei.name||"Component",Ii=`Connect(${ba})`,di={shouldHandleStateChanges:Hi,displayName:Ii,wrappedComponentName:ba,WrappedComponent:Ei,initMapStateToProps:ti,initMapDispatchToProps:wi,initMergeProps:Ai,areStatesEqual:pr,areStatePropsEqual:Zr,areOwnPropsEqual:Fr,areMergedPropsEqual:vn};function la(Yi){const[La,ta,Ri]=i.useMemo(()=>{const{reactReduxForwardedRef:Ln}=Yi,Mn=(0,Su.Z)(Yi,Kn);return[Yi.context,Ln,Mn]},[Yi]),xa=i.useMemo(()=>La&&La.Consumer&&(0,Js.isContextConsumer)(i.createElement(La.Consumer,null))?La:Xn,[La,Xn]),Ka=i.useContext(xa),Fa=!!Yi.store&&!!Yi.store.getState&&!!Yi.store.dispatch,io=!!Ka&&!!Ka.store,Ja=Fa?Yi.store:Ka.store,ao=io?Ka.getServerState:Ja.getState,es=i.useMemo(()=>Lo(Ja.dispatch,di),[Ja]),[Us,ts]=i.useMemo(()=>{if(!Hi)return pn;const Ln=Sr(Ja,Fa?void 0:Ka.subscription),Mn=Ln.notifyNestedSubs.bind(Ln);return[Ln,Mn]},[Ja,Fa,Ka]),Zi=i.useMemo(()=>Fa?Ka:(0,$o.Z)({},Ka,{subscription:Us}),[Fa,Ka,Us]),Ba=i.useRef(),Ds=i.useRef(Ri),ha=i.useRef(),ye=i.useRef(!1),Ee=i.useRef(!1),Ar=i.useRef(!1),qr=i.useRef();Sn(()=>(Ar.current=!0,()=>{Ar.current=!1}),[]);const br=i.useMemo(()=>()=>ha.current&&Ri===Ds.current?ha.current:es(Ja.getState(),Ri),[Ja,Ri]),Xr=i.useMemo(()=>Mn=>Us?Yn(Hi,Ja,Us,es,Ds,Ba,ye,Ar,ha,ts,Mn):()=>{},[Us]);dt(On,[Ds,Ba,ye,Ri,ha,ts]);let Cn;try{Cn=lr(Xr,br,ao?()=>es(ao(),Ri):br)}catch(Ln){throw qr.current&&(Ln.message+=`
The error may be correlated with this previous error:
${qr.current.stack}
`),Ln}Sn(()=>{qr.current=void 0,ha.current=void 0,Ba.current=Cn});const Qn=i.useMemo(()=>i.createElement(Ei,(0,$o.Z)({},Cn,{ref:ta})),[ta,Ei,Cn]);return i.useMemo(()=>Hi?i.createElement(xa.Provider,{value:Zi},Qn):Qn,[xa,Qn,Zi])}const Ss=i.memo(la);if(Ss.WrappedComponent=Ei,Ss.displayName=la.displayName=Ii,tn){const La=i.forwardRef(function(Ri,xa){return i.createElement(Ss,(0,$o.Z)({},Ri,{reactReduxForwardedRef:xa}))});return La.displayName=Ii,La.WrappedComponent=Ei,mo()(La,Ei)}return mo()(Ss,Ei)}}var ga=Gr;function Pi({store:Ye,context:qe,children:Mt,serverState:Vt,stabilityCheck:pr="once",noopCheck:Fr="once"}){const Zr=i.useMemo(()=>{const xn=Sr(Ye);return{store:Ye,subscription:xn,getServerState:Vt?()=>Vt:void 0,stabilityCheck:pr,noopCheck:Fr}},[Ye,Vt,pr,Fr]),vn=i.useMemo(()=>Ye.getState(),[Ye]);Sn(()=>{const{subscription:xn}=Zr;return xn.onStateChange=xn.notifyNestedSubs,xn.trySubscribe(),vn!==Ye.getState()&&xn.notifyNestedSubs(),()=>{xn.tryUnsubscribe(),xn.onStateChange=void 0}},[Zr,vn]);const tn=qe||li;return i.createElement(tn.Provider,{value:Zr},Mt)}var aa=Pi;function Os(Ye=li){const qe=Ye===li?Qa:qa(Ye);return function(){const{store:Vt}=qe();return Vt}}const oi=Os();function Ws(Ye=li){const qe=Ye===li?oi:Os(Ye);return function(){return qe().dispatch}}const zo=Ws();qo(ho.useSyncExternalStoreWithSelector),Br(xo.useSyncExternalStore),no(Ea.unstable_batchedUpdates);var Ls=Object.defineProperty,ya=Object.getOwnPropertySymbols,Va=Object.prototype.hasOwnProperty,ys=Object.prototype.propertyIsEnumerable,Nn=(Ye,qe,Mt)=>qe in Ye?Ls(Ye,qe,{enumerable:!0,configurable:!0,writable:!0,value:Mt}):Ye[qe]=Mt,Ns=(Ye,qe)=>{for(var Mt in qe||(qe={}))Va.call(qe,Mt)&&Nn(Ye,Mt,qe[Mt]);if(ya)for(var Mt of ya(qe))ys.call(qe,Mt)&&Nn(Ye,Mt,qe[Mt]);return Ye};function js(Ye){const qe=create(Ye,{initialReducer:{},setupApp(){}}),Mt=qe.start;return qe.router=Vt,qe.start=pr,qe;function Vt(Fr){qe._router=Fr}function pr(Fr){if(typeof Fr!="undefined")throw new Error("dva.start() should not be called with any arguments.");qe._store||Mt.call(qe);const Zr=qe._store,vn=qe._router;return tn=>React.createElement(Provider,{store:Zr},vn(Ns({app:qe},tn)))}}},58293:function(d,_,e){"use strict";e.d(_,{fi:function(){return m},m8:function(){return p}});var r=e(19340),i=Object.defineProperty,l=Object.defineProperties,c=Object.getOwnPropertyDescriptors,f=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable,u=(R,A,O)=>A in R?i(R,A,{enumerable:!0,configurable:!0,writable:!0,value:O}):R[A]=O,a=(R,A)=>{for(var O in A||(A={}))o.call(A,O)&&u(R,O,A[O]);if(f)for(var O of f(A))h.call(A,O)&&u(R,O,A[O]);return R},x=(R,A)=>l(R,c(A));let p,y="/";function m(R){let A;return R.type==="hash"?A=(0,r.q_)():R.type==="memory"?A=(0,r.PP)(R):A=(0,r.lX)(),R.basename&&(y=R.basename),p=x(a({},A),{push(O,M){A.push(S(O,A),M)},replace(O,M){A.replace(S(O,A),M)},get location(){return A.location},get action(){return A.action}}),A}function b(R){R&&(p=R)}function S(R,A){if(typeof R=="string")return`${k(y)}${R}`;if(typeof R=="object"){const O=A.location.pathname;return x(a({},R),{pathname:R.pathname?`${k(y)}${R.pathname}`:O})}else throw new Error(`Unexpected to: ${R}`)}function k(R){return R.slice(-1)==="/"?R.slice(0,-1):R}},41920:function(d,_,e){"use strict";e.d(_,{gD:function(){return cr},We:function(){return Dr}});var r={};e.r(r),e.d(r,{dva:function(){return x}});var i={};e.r(i),e.d(i,{innerProvider:function(){return it}});var l={};e.r(l),e.d(l,{rootContainer:function(){return ht}});var c={};e.r(c),e.d(c,{dataflowProvider:function(){return St}});var f={};e.r(f),e.d(f,{i18nProvider:function(){return Lr}});var o=e(8591),h=e(61186),u=e.n(h),a=e(41922);u().locale("ZH-cn");const x={config:{onError(ft){o.ZP.error(ft.message,3)}}};var p=e(59301),y=e(12708),m=e.n(y),b=e(12373),S=e.n(b),k=e(44520),R=e.n(k),A=e(19747),O=e.n(A);function M(){return M=Object.assign||function(ft){for(var Et=1;Et<arguments.length;Et++){var zt=arguments[Et];for(var nr in zt)Object.prototype.hasOwnProperty.call(zt,nr)&&(ft[nr]=zt[nr])}return ft},M.apply(this,arguments)}function B(ft,Et){ft.prototype=Object.create(Et.prototype),ft.prototype.constructor=ft,U(ft,Et)}function U(ft,Et){return U=Object.setPrototypeOf||function(zt,nr){return zt.__proto__=nr,zt},U(ft,Et)}function X(ft,Et){if(ft==null)return{};var zt,nr,yr={},nt=Object.keys(ft);for(nr=0;nr<nt.length;nr++)Et.indexOf(zt=nt[nr])>=0||(yr[zt]=ft[zt]);return yr}var G={BASE:"base",BODY:"body",HEAD:"head",HTML:"html",LINK:"link",META:"meta",NOSCRIPT:"noscript",SCRIPT:"script",STYLE:"style",TITLE:"title",FRAGMENT:"Symbol(react.fragment)"},V={rel:["amphtml","canonical","alternate"]},ae={type:["application/ld+json"]},ie={charset:"",name:["robots","description"],property:["og:type","og:title","og:url","og:image","og:image:alt","og:description","twitter:url","twitter:title","twitter:description","twitter:image","twitter:image:alt","twitter:card","twitter:site"]},ue=Object.keys(G).map(function(ft){return G[ft]}),Q={accesskey:"accessKey",charset:"charSet",class:"className",contenteditable:"contentEditable",contextmenu:"contextMenu","http-equiv":"httpEquiv",itemprop:"itemProp",tabindex:"tabIndex"},J=Object.keys(Q).reduce(function(ft,Et){return ft[Q[Et]]=Et,ft},{}),K=function(ft,Et){for(var zt=ft.length-1;zt>=0;zt-=1){var nr=ft[zt];if(Object.prototype.hasOwnProperty.call(nr,Et))return nr[Et]}return null},oe=function(ft){var Et=K(ft,G.TITLE),zt=K(ft,"titleTemplate");if(Array.isArray(Et)&&(Et=Et.join("")),zt&&Et)return zt.replace(/%s/g,function(){return Et});var nr=K(ft,"defaultTitle");return Et||nr||void 0},ee=function(ft){return K(ft,"onChangeClientState")||function(){}},q=function(ft,Et){return Et.filter(function(zt){return zt[ft]!==void 0}).map(function(zt){return zt[ft]}).reduce(function(zt,nr){return M({},zt,nr)},{})},le=function(ft,Et){return Et.filter(function(zt){return zt[G.BASE]!==void 0}).map(function(zt){return zt[G.BASE]}).reverse().reduce(function(zt,nr){if(!zt.length)for(var yr=Object.keys(nr),nt=0;nt<yr.length;nt+=1){var Nr=yr[nt].toLowerCase();if(ft.indexOf(Nr)!==-1&&nr[Nr])return zt.concat(nr)}return zt},[])},Z=function(ft,Et,zt){var nr={};return zt.filter(function(yr){return!!Array.isArray(yr[ft])||(yr[ft]!==void 0&&console&&typeof console.warn=="function"&&console.warn("Helmet: "+ft+' should be of type "Array". Instead found type "'+typeof yr[ft]+'"'),!1)}).map(function(yr){return yr[ft]}).reverse().reduce(function(yr,nt){var Nr={};nt.filter(function(yn){for(var wn,Dn=Object.keys(yn),_i=0;_i<Dn.length;_i+=1){var ui=Dn[_i],Oi=ui.toLowerCase();Et.indexOf(Oi)===-1||wn==="rel"&&yn[wn].toLowerCase()==="canonical"||Oi==="rel"&&yn[Oi].toLowerCase()==="stylesheet"||(wn=Oi),Et.indexOf(ui)===-1||ui!=="innerHTML"&&ui!=="cssText"&&ui!=="itemprop"||(wn=ui)}if(!wn||!yn[wn])return!1;var bi=yn[wn].toLowerCase();return nr[wn]||(nr[wn]={}),Nr[wn]||(Nr[wn]={}),!nr[wn][bi]&&(Nr[wn][bi]=!0,!0)}).reverse().forEach(function(yn){return yr.push(yn)});for(var en=Object.keys(Nr),In=0;In<en.length;In+=1){var mr=en[In],on=M({},nr[mr],Nr[mr]);nr[mr]=on}return yr},[]).reverse()},j=function(ft,Et){if(Array.isArray(ft)&&ft.length){for(var zt=0;zt<ft.length;zt+=1)if(ft[zt][Et])return!0}return!1},se=function(ft){return Array.isArray(ft)?ft.join(""):ft},me=function(ft,Et){return Array.isArray(ft)?ft.reduce(function(zt,nr){return function(yr,nt){for(var Nr=Object.keys(yr),en=0;en<Nr.length;en+=1)if(nt[Nr[en]]&&nt[Nr[en]].includes(yr[Nr[en]]))return!0;return!1}(nr,Et)?zt.priority.push(nr):zt.default.push(nr),zt},{priority:[],default:[]}):{default:ft}},Oe=function(ft,Et){var zt;return M({},ft,((zt={})[Et]=void 0,zt))},ke=[G.NOSCRIPT,G.SCRIPT,G.STYLE],$e=function(ft,Et){return Et===void 0&&(Et=!0),Et===!1?String(ft):String(ft).replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#x27;")},Ne=function(ft){return Object.keys(ft).reduce(function(Et,zt){var nr=ft[zt]!==void 0?zt+'="'+ft[zt]+'"':""+zt;return Et?Et+" "+nr:nr},"")},Ft=function(ft,Et){return Et===void 0&&(Et={}),Object.keys(ft).reduce(function(zt,nr){return zt[Q[nr]||nr]=ft[nr],zt},Et)},wt=function(ft,Et){return Et.map(function(zt,nr){var yr,nt=((yr={key:nr})["data-rh"]=!0,yr);return Object.keys(zt).forEach(function(Nr){var en=Q[Nr]||Nr;en==="innerHTML"||en==="cssText"?nt.dangerouslySetInnerHTML={__html:zt.innerHTML||zt.cssText}:nt[en]=zt[Nr]}),p.createElement(ft,nt)})},Pt=function(ft,Et,zt){switch(ft){case G.TITLE:return{toComponent:function(){return yr=Et.titleAttributes,(nt={key:nr=Et.title})["data-rh"]=!0,Nr=Ft(yr,nt),[p.createElement(G.TITLE,Nr,nr)];var nr,yr,nt,Nr},toString:function(){return function(nr,yr,nt,Nr){var en=Ne(nt),In=se(yr);return en?"<"+nr+' data-rh="true" '+en+">"+$e(In,Nr)+"</"+nr+">":"<"+nr+' data-rh="true">'+$e(In,Nr)+"</"+nr+">"}(ft,Et.title,Et.titleAttributes,zt)}};case"bodyAttributes":case"htmlAttributes":return{toComponent:function(){return Ft(Et)},toString:function(){return Ne(Et)}};default:return{toComponent:function(){return wt(ft,Et)},toString:function(){return function(nr,yr,nt){return yr.reduce(function(Nr,en){var In=Object.keys(en).filter(function(yn){return!(yn==="innerHTML"||yn==="cssText")}).reduce(function(yn,wn){var Dn=en[wn]===void 0?wn:wn+'="'+$e(en[wn],nt)+'"';return yn?yn+" "+Dn:Dn},""),mr=en.innerHTML||en.cssText||"",on=ke.indexOf(nr)===-1;return Nr+"<"+nr+' data-rh="true" '+In+(on?"/>":">"+mr+"</"+nr+">")},"")}(ft,Et,zt)}}}},Jt=function(ft){var Et=ft.baseTag,zt=ft.bodyAttributes,nr=ft.encode,yr=ft.htmlAttributes,nt=ft.noscriptTags,Nr=ft.styleTags,en=ft.title,In=en===void 0?"":en,mr=ft.titleAttributes,on=ft.linkTags,yn=ft.metaTags,wn=ft.scriptTags,Dn={toComponent:function(){},toString:function(){return""}};if(ft.prioritizeSeoTags){var _i=function(ui){var Oi=ui.linkTags,bi=ui.scriptTags,pi=ui.encode,ni=me(ui.metaTags,ie),na=me(Oi,V),Jn=me(bi,ae);return{priorityMethods:{toComponent:function(){return[].concat(wt(G.META,ni.priority),wt(G.LINK,na.priority),wt(G.SCRIPT,Jn.priority))},toString:function(){return Pt(G.META,ni.priority,pi)+" "+Pt(G.LINK,na.priority,pi)+" "+Pt(G.SCRIPT,Jn.priority,pi)}},metaTags:ni.default,linkTags:na.default,scriptTags:Jn.default}}(ft);Dn=_i.priorityMethods,on=_i.linkTags,yn=_i.metaTags,wn=_i.scriptTags}return{priority:Dn,base:Pt(G.BASE,Et,nr),bodyAttributes:Pt("bodyAttributes",zt,nr),htmlAttributes:Pt("htmlAttributes",yr,nr),link:Pt(G.LINK,on,nr),meta:Pt(G.META,yn,nr),noscript:Pt(G.NOSCRIPT,nt,nr),script:Pt(G.SCRIPT,wn,nr),style:Pt(G.STYLE,Nr,nr),title:Pt(G.TITLE,{title:In,titleAttributes:mr},nr)}},er=[],tr=function(ft,Et){var zt=this;Et===void 0&&(Et=typeof document!="undefined"),this.instances=[],this.value={setHelmet:function(nr){zt.context.helmet=nr},helmetInstances:{get:function(){return zt.canUseDOM?er:zt.instances},add:function(nr){(zt.canUseDOM?er:zt.instances).push(nr)},remove:function(nr){var yr=(zt.canUseDOM?er:zt.instances).indexOf(nr);(zt.canUseDOM?er:zt.instances).splice(yr,1)}}},this.context=ft,this.canUseDOM=Et,Et||(ft.helmet=Jt({baseTag:[],bodyAttributes:{},encodeSpecialCharacters:!0,htmlAttributes:{},linkTags:[],metaTags:[],noscriptTags:[],scriptTags:[],styleTags:[],title:"",titleAttributes:{}}))},Xe=p.createContext({}),It=m().shape({setHelmet:m().func,helmetInstances:m().shape({get:m().func,add:m().func,remove:m().func})}),Zt=typeof document!="undefined",ot=function(ft){function Et(zt){var nr;return(nr=ft.call(this,zt)||this).helmetData=new tr(nr.props.context,Et.canUseDOM),nr}return B(Et,ft),Et.prototype.render=function(){return p.createElement(Xe.Provider,{value:this.helmetData.value},this.props.children)},Et}(p.Component);ot.canUseDOM=Zt,ot.propTypes={context:m().shape({helmet:m().shape()}),children:m().node.isRequired},ot.defaultProps={context:{}},ot.displayName="HelmetProvider";var bt=function(ft,Et){var zt,nr=document.head||document.querySelector(G.HEAD),yr=nr.querySelectorAll(ft+"[data-rh]"),nt=[].slice.call(yr),Nr=[];return Et&&Et.length&&Et.forEach(function(en){var In=document.createElement(ft);for(var mr in en)Object.prototype.hasOwnProperty.call(en,mr)&&(mr==="innerHTML"?In.innerHTML=en.innerHTML:mr==="cssText"?In.styleSheet?In.styleSheet.cssText=en.cssText:In.appendChild(document.createTextNode(en.cssText)):In.setAttribute(mr,en[mr]===void 0?"":en[mr]));In.setAttribute("data-rh","true"),nt.some(function(on,yn){return zt=yn,In.isEqualNode(on)})?nt.splice(zt,1):Nr.push(In)}),nt.forEach(function(en){return en.parentNode.removeChild(en)}),Nr.forEach(function(en){return nr.appendChild(en)}),{oldTags:nt,newTags:Nr}},mt=function(ft,Et){var zt=document.getElementsByTagName(ft)[0];if(zt){for(var nr=zt.getAttribute("data-rh"),yr=nr?nr.split(","):[],nt=[].concat(yr),Nr=Object.keys(Et),en=0;en<Nr.length;en+=1){var In=Nr[en],mr=Et[In]||"";zt.getAttribute(In)!==mr&&zt.setAttribute(In,mr),yr.indexOf(In)===-1&&yr.push(In);var on=nt.indexOf(In);on!==-1&&nt.splice(on,1)}for(var yn=nt.length-1;yn>=0;yn-=1)zt.removeAttribute(nt[yn]);yr.length===nt.length?zt.removeAttribute("data-rh"):zt.getAttribute("data-rh")!==Nr.join(",")&&zt.setAttribute("data-rh",Nr.join(","))}},et=function(ft,Et){var zt=ft.baseTag,nr=ft.htmlAttributes,yr=ft.linkTags,nt=ft.metaTags,Nr=ft.noscriptTags,en=ft.onChangeClientState,In=ft.scriptTags,mr=ft.styleTags,on=ft.title,yn=ft.titleAttributes;mt(G.BODY,ft.bodyAttributes),mt(G.HTML,nr),function(ui,Oi){ui!==void 0&&document.title!==ui&&(document.title=se(ui)),mt(G.TITLE,Oi)}(on,yn);var wn={baseTag:bt(G.BASE,zt),linkTags:bt(G.LINK,yr),metaTags:bt(G.META,nt),noscriptTags:bt(G.NOSCRIPT,Nr),scriptTags:bt(G.SCRIPT,In),styleTags:bt(G.STYLE,mr)},Dn={},_i={};Object.keys(wn).forEach(function(ui){var Oi=wn[ui],bi=Oi.newTags,pi=Oi.oldTags;bi.length&&(Dn[ui]=bi),pi.length&&(_i[ui]=wn[ui].oldTags)}),Et&&Et(),en(ft,Dn,_i)},He=null,_e=function(ft){function Et(){for(var nr,yr=arguments.length,nt=new Array(yr),Nr=0;Nr<yr;Nr++)nt[Nr]=arguments[Nr];return(nr=ft.call.apply(ft,[this].concat(nt))||this).rendered=!1,nr}B(Et,ft);var zt=Et.prototype;return zt.shouldComponentUpdate=function(nr){return!O()(nr,this.props)},zt.componentDidUpdate=function(){this.emitChange()},zt.componentWillUnmount=function(){this.props.context.helmetInstances.remove(this),this.emitChange()},zt.emitChange=function(){var nr,yr,nt=this.props.context,Nr=nt.setHelmet,en=null,In=(nr=nt.helmetInstances.get().map(function(mr){var on=M({},mr.props);return delete on.context,on}),{baseTag:le(["href"],nr),bodyAttributes:q("bodyAttributes",nr),defer:K(nr,"defer"),encode:K(nr,"encodeSpecialCharacters"),htmlAttributes:q("htmlAttributes",nr),linkTags:Z(G.LINK,["rel","href"],nr),metaTags:Z(G.META,["name","charset","http-equiv","property","itemprop"],nr),noscriptTags:Z(G.NOSCRIPT,["innerHTML"],nr),onChangeClientState:ee(nr),scriptTags:Z(G.SCRIPT,["src","innerHTML"],nr),styleTags:Z(G.STYLE,["cssText"],nr),title:oe(nr),titleAttributes:q("titleAttributes",nr),prioritizeSeoTags:j(nr,"prioritizeSeoTags")});ot.canUseDOM?(yr=In,He&&cancelAnimationFrame(He),yr.defer?He=requestAnimationFrame(function(){et(yr,function(){He=null})}):(et(yr),He=null)):Jt&&(en=Jt(In)),Nr(en)},zt.init=function(){this.rendered||(this.rendered=!0,this.props.context.helmetInstances.add(this),this.emitChange())},zt.render=function(){return this.init(),null},Et}(p.Component);_e.propTypes={context:It.isRequired},_e.displayName="HelmetDispatcher";var Se=["children"],Me=["children"],Ue=function(ft){function Et(){return ft.apply(this,arguments)||this}B(Et,ft);var zt=Et.prototype;return zt.shouldComponentUpdate=function(nr){return!S()(Oe(this.props,"helmetData"),Oe(nr,"helmetData"))},zt.mapNestedChildrenToProps=function(nr,yr){if(!yr)return null;switch(nr.type){case G.SCRIPT:case G.NOSCRIPT:return{innerHTML:yr};case G.STYLE:return{cssText:yr};default:throw new Error("<"+nr.type+" /> elements are self-closing and can not contain children. Refer to our API for more information.")}},zt.flattenArrayTypeChildren=function(nr){var yr,nt=nr.child,Nr=nr.arrayTypeChildren;return M({},Nr,((yr={})[nt.type]=[].concat(Nr[nt.type]||[],[M({},nr.newChildProps,this.mapNestedChildrenToProps(nt,nr.nestedChildren))]),yr))},zt.mapObjectTypeChildren=function(nr){var yr,nt,Nr=nr.child,en=nr.newProps,In=nr.newChildProps,mr=nr.nestedChildren;switch(Nr.type){case G.TITLE:return M({},en,((yr={})[Nr.type]=mr,yr.titleAttributes=M({},In),yr));case G.BODY:return M({},en,{bodyAttributes:M({},In)});case G.HTML:return M({},en,{htmlAttributes:M({},In)});default:return M({},en,((nt={})[Nr.type]=M({},In),nt))}},zt.mapArrayTypeChildrenToProps=function(nr,yr){var nt=M({},yr);return Object.keys(nr).forEach(function(Nr){var en;nt=M({},nt,((en={})[Nr]=nr[Nr],en))}),nt},zt.warnOnInvalidChildren=function(nr,yr){return R()(ue.some(function(nt){return nr.type===nt}),typeof nr.type=="function"?"You may be attempting to nest <Helmet> components within each other, which is not allowed. Refer to our API for more information.":"Only elements types "+ue.join(", ")+" are allowed. Helmet does not support rendering <"+nr.type+"> elements. Refer to our API for more information."),R()(!yr||typeof yr=="string"||Array.isArray(yr)&&!yr.some(function(nt){return typeof nt!="string"}),"Helmet expects a string as a child of <"+nr.type+">. Did you forget to wrap your children in braces? ( <"+nr.type+">{``}</"+nr.type+"> ) Refer to our API for more information."),!0},zt.mapChildrenToProps=function(nr,yr){var nt=this,Nr={};return p.Children.forEach(nr,function(en){if(en&&en.props){var In=en.props,mr=In.children,on=X(In,Se),yn=Object.keys(on).reduce(function(Dn,_i){return Dn[J[_i]||_i]=on[_i],Dn},{}),wn=en.type;switch(typeof wn=="symbol"?wn=wn.toString():nt.warnOnInvalidChildren(en,mr),wn){case G.FRAGMENT:yr=nt.mapChildrenToProps(mr,yr);break;case G.LINK:case G.META:case G.NOSCRIPT:case G.SCRIPT:case G.STYLE:Nr=nt.flattenArrayTypeChildren({child:en,arrayTypeChildren:Nr,newChildProps:yn,nestedChildren:mr});break;default:yr=nt.mapObjectTypeChildren({child:en,newProps:yr,newChildProps:yn,nestedChildren:mr})}}}),this.mapArrayTypeChildrenToProps(Nr,yr)},zt.render=function(){var nr=this.props,yr=nr.children,nt=X(nr,Me),Nr=M({},nt),en=nt.helmetData;return yr&&(Nr=this.mapChildrenToProps(yr,Nr)),!en||en instanceof tr||(en=new tr(en.context,en.instances)),en?p.createElement(_e,M({},Nr,{context:en.value,helmetData:void 0})):p.createElement(Xe.Consumer,null,function(In){return p.createElement(_e,M({},Nr,{context:In}))})},Et}(p.Component);Ue.propTypes={base:m().object,bodyAttributes:m().object,children:m().oneOfType([m().arrayOf(m().node),m().node]),defaultTitle:m().string,defer:m().bool,encodeSpecialCharacters:m().bool,htmlAttributes:m().object,link:m().arrayOf(m().object),meta:m().arrayOf(m().object),noscript:m().arrayOf(m().object),onChangeClientState:m().func,script:m().arrayOf(m().object),style:m().arrayOf(m().object),title:m().string,titleAttributes:m().object,titleTemplate:m().string,prioritizeSeoTags:m().bool,helmetData:m().object},Ue.defaultProps={defer:!0,encodeSpecialCharacters:!0,prioritizeSeoTags:!1},Ue.displayName="Helmet";const We={},it=ft=>p.createElement(ot,{context:We},ft);var ct=e(92736),Gt=e(25690),$t=e(93083),Pe=e(61337),Qe=e(28440),Kt=e.n(Qe),Lt=Object.defineProperty,Ht=Object.getOwnPropertySymbols,Nt=Object.prototype.hasOwnProperty,Ct=Object.prototype.propertyIsEnumerable,Yt=(ft,Et,zt)=>Et in ft?Lt(ft,Et,{enumerable:!0,configurable:!0,writable:!0,value:zt}):ft[Et]=zt,Ge=(ft,Et)=>{for(var zt in Et||(Et={}))Nt.call(Et,zt)&&Yt(ft,zt,Et[zt]);if(Ht)for(var zt of Ht(Et))Ct.call(Et,zt)&&Yt(ft,zt,Et[zt]);return ft},fe=(ft,Et)=>{var zt={};for(var nr in ft)Nt.call(ft,nr)&&Et.indexOf(nr)<0&&(zt[nr]=ft[nr]);if(ft!=null&&Ht)for(var nr of Ht(ft))Et.indexOf(nr)<0&&Ct.call(ft,nr)&&(zt[nr]=ft[nr]);return zt};let pe=null;const Dt=()=>(pe||(pe=Dr().applyPlugins({key:"antd",type:Gt.ApplyPluginsType.modify,initialValue:Ge({},{componentSize:"middle"})})),pe);function Te({children:ft}){let Et=ft;const[zt,nr]=p.useState(()=>{const nt=Dt(),{appConfig:Nr}=nt;return fe(nt,["appConfig"])}),yr=nt=>{nr(Nr=>Kt()({},Nr,typeof nt=="function"?nt(Nr):nt))};return zt.prefixCls&&ct.ZP.config({prefixCls:zt.prefixCls}),zt.iconPrefixCls&&ct.ZP.config({iconPrefixCls:zt.iconPrefixCls}),zt.theme&&ct.ZP.config({theme:zt.theme}),Et=p.createElement(ct.ZP,Ge({},zt),Et),Et=p.createElement($t.StyleProvider,{hashPriority:"high"},Et),Et=p.createElement(Pe.C.Provider,{value:yr},p.createElement(Pe.S.Provider,{value:zt},Et)),Et}function ht(ft){return p.createElement(Te,null,ft)}var Wt=e(64839);function St(ft,Et){return p.createElement(Wt.j,Et,ft)}var Re=e(65517),_t=e(18956),ze=e(81863),we=Object.defineProperty,gt=Object.getOwnPropertySymbols,kt=Object.prototype.hasOwnProperty,Fe=Object.prototype.propertyIsEnumerable,Ir=(ft,Et,zt)=>Et in ft?we(ft,Et,{enumerable:!0,configurable:!0,writable:!0,value:zt}):ft[Et]=zt,At=(ft,Et)=>{for(var zt in Et||(Et={}))kt.call(Et,zt)&&Ir(ft,zt,Et[zt]);if(gt)for(var zt of gt(Et))Fe.call(Et,zt)&&Ir(ft,zt,Et[zt]);return ft};function Vr(){var ft,Et;const zt=getLocale();(ft=moment)!=null&&ft.locale&&moment.locale(((Et=localeInfo[zt])==null?void 0:Et.momentLocale)||"zh-cn"),setIntl(zt)}const Qr=typeof window!="undefined"&&typeof window.document!="undefined"&&typeof window.document.createElement!="undefined"?p.useLayoutEffect:p.useEffect,Er=ft=>{var Et;const zt=(0,_t.Kd)(),[nr,yr]=p.useState(zt),[nt,Nr]=p.useState(()=>(0,_t.lw)(nr,!0)),en=on=>{var yn,wn;(yn=u())!=null&&yn.locale&&u().locale(((wn=_t.H8[on])==null?void 0:wn.momentLocale)||"en"),yr(on),Nr((0,_t.lw)(on))};Qr(()=>(_t.B.on(_t.PZ,en),()=>{_t.B.off(_t.PZ,en)}),[]);const In=At({},ze.Z),mr=(0,_t.Mg)();return p.createElement(ct.ZP,{direction:mr,locale:((Et=_t.H8[nr])==null?void 0:Et.antd)||In},p.createElement(_t.eU,{value:nt},ft.children))};function Lr(ft){return p.createElement(Er,null,ft)}function _r(ft){return ft.default?typeof ft.default=="function"?ft.default():ft.default:ft}function Ur(){return[{apply:_r(r),path:void 0},{apply:i,path:void 0},{apply:l,path:void 0},{apply:c,path:void 0},{apply:f,path:void 0}]}function sn(){return["patchRoutes","patchClientRoutes","modifyContextOpts","modifyClientRenderOpts","rootContainer","innerProvider","i18nProvider","accessProvider","dataflowProvider","outerProvider","render","onRouteChange","antd","dva","locale","qiankun"]}let fn=null;function cr(){return fn=Gt.PluginManager.create({plugins:Ur(),validKeys:sn()}),fn}function Dr(){return fn}},25690:function(d,_,e){"use strict";e.d(_,{ApplyPluginsType:function(){return It},Link:function(){return J},Outlet:function(){return K.j3},PluginManager:function(){return Zt},connect:function(){return f.$j},getDvaApp:function(){return o.Q},history:function(){return ot.m8},useAppData:function(){return V.Ov},useDispatch:function(){return f.I0},useLocation:function(){return K.TH},useOutletContext:function(){return K.bx},useParams:function(){return K.UO},useSearchParams:function(){return G.lr},useSelector:function(){return f.v9}});var r=e(59301),i=e(61337);function l(){return React.useContext(AntdConfigContext)}function c(){return React.useContext(AntdConfigContextSetter)}var f=e(2339),o=e(64839),h=e(18956),u=Object.defineProperty,a=Object.defineProperties,x=Object.getOwnPropertyDescriptors,p=Object.getOwnPropertySymbols,y=Object.prototype.hasOwnProperty,m=Object.prototype.propertyIsEnumerable,b=(We,it,ct)=>it in We?u(We,it,{enumerable:!0,configurable:!0,writable:!0,value:ct}):We[it]=ct,S=(We,it)=>{for(var ct in it||(it={}))y.call(it,ct)&&b(We,ct,it[ct]);if(p)for(var ct of p(it))m.call(it,ct)&&b(We,ct,it[ct]);return We},k=(We,it)=>a(We,x(it)),R=(We,it)=>{var ct={};for(var Gt in We)y.call(We,Gt)&&it.indexOf(Gt)<0&&(ct[Gt]=We[Gt]);if(We!=null&&p)for(var Gt of p(We))it.indexOf(Gt)<0&&m.call(We,Gt)&&(ct[Gt]=We[Gt]);return ct};const A=We=>{var it=We,{overlayClassName:ct}=it,Gt=R(it,["overlayClassName"]);return React.createElement(Dropdown,S({overlayClassName:ct},Gt))},O=We=>We.reduce((it,ct)=>ct.lang?k(S({},it),{[ct.lang]:ct}):it,{}),M={"ar-EG":{lang:"ar-EG",label:"\u0627\u0644\u0639\u0631\u0628\u064A\u0629",icon:"\u{1F1EA}\u{1F1EC}",title:"\u0644\u063A\u0629"},"az-AZ":{lang:"az-AZ",label:"Az\u0259rbaycan dili",icon:"\u{1F1E6}\u{1F1FF}",title:"Dil"},"bg-BG":{lang:"bg-BG",label:"\u0411\u044A\u043B\u0433\u0430\u0440\u0441\u043A\u0438 \u0435\u0437\u0438\u043A",icon:"\u{1F1E7}\u{1F1EC}",title:"\u0435\u0437\u0438\u043A"},"bn-BD":{lang:"bn-BD",label:"\u09AC\u09BE\u0982\u09B2\u09BE",icon:"\u{1F1E7}\u{1F1E9}",title:"\u09AD\u09BE\u09B7\u09BE"},"ca-ES":{lang:"ca-ES",label:"Catal\xE1",icon:"\u{1F1E8}\u{1F1E6}",title:"llengua"},"cs-CZ":{lang:"cs-CZ",label:"\u010Ce\u0161tina",icon:"\u{1F1E8}\u{1F1FF}",title:"Jazyk"},"da-DK":{lang:"da-DK",label:"Dansk",icon:"\u{1F1E9}\u{1F1F0}",title:"Sprog"},"de-DE":{lang:"de-DE",label:"Deutsch",icon:"\u{1F1E9}\u{1F1EA}",title:"Sprache"},"el-GR":{lang:"el-GR",label:"\u0395\u03BB\u03BB\u03B7\u03BD\u03B9\u03BA\u03AC",icon:"\u{1F1EC}\u{1F1F7}",title:"\u0393\u03BB\u03CE\u03C3\u03C3\u03B1"},"en-GB":{lang:"en-GB",label:"English",icon:"\u{1F1EC}\u{1F1E7}",title:"Language"},"en-US":{lang:"en-US",label:"English",icon:"\u{1F1FA}\u{1F1F8}",title:"Language"},"es-ES":{lang:"es-ES",label:"Espa\xF1ol",icon:"\u{1F1EA}\u{1F1F8}",title:"Idioma"},"et-EE":{lang:"et-EE",label:"Eesti",icon:"\u{1F1EA}\u{1F1EA}",title:"Keel"},"fa-IR":{lang:"fa-IR",label:"\u0641\u0627\u0631\u0633\u06CC",icon:"\u{1F1EE}\u{1F1F7}",title:"\u0632\u0628\u0627\u0646"},"fi-FI":{lang:"fi-FI",label:"Suomi",icon:"\u{1F1EB}\u{1F1EE}",title:"Kieli"},"fr-BE":{lang:"fr-BE",label:"Fran\xE7ais",icon:"\u{1F1E7}\u{1F1EA}",title:"Langue"},"fr-FR":{lang:"fr-FR",label:"Fran\xE7ais",icon:"\u{1F1EB}\u{1F1F7}",title:"Langue"},"ga-IE":{lang:"ga-IE",label:"Gaeilge",icon:"\u{1F1EE}\u{1F1EA}",title:"Teanga"},"he-IL":{lang:"he-IL",label:"\u05E2\u05D1\u05E8\u05D9\u05EA",icon:"\u{1F1EE}\u{1F1F1}",title:"\u05E9\u05E4\u05D4"},"hi-IN":{lang:"hi-IN",label:"\u0939\u093F\u0928\u094D\u0926\u0940, \u0939\u093F\u0902\u0926\u0940",icon:"\u{1F1EE}\u{1F1F3}",title:"\u092D\u093E\u0937\u093E: \u0939\u093F\u0928\u094D\u0926\u0940"},"hr-HR":{lang:"hr-HR",label:"Hrvatski jezik",icon:"\u{1F1ED}\u{1F1F7}",title:"Jezik"},"hu-HU":{lang:"hu-HU",label:"Magyar",icon:"\u{1F1ED}\u{1F1FA}",title:"Nyelv"},"hy-AM":{lang:"hu-HU",label:"\u0540\u0561\u0575\u0565\u0580\u0565\u0576",icon:"\u{1F1E6}\u{1F1F2}",title:"\u053C\u0565\u0566\u0578\u0582"},"id-ID":{lang:"id-ID",label:"Bahasa Indonesia",icon:"\u{1F1EE}\u{1F1E9}",title:"Bahasa"},"it-IT":{lang:"it-IT",label:"Italiano",icon:"\u{1F1EE}\u{1F1F9}",title:"Linguaggio"},"is-IS":{lang:"is-IS",label:"\xCDslenska",icon:"\u{1F1EE}\u{1F1F8}",title:"Tungum\xE1l"},"ja-JP":{lang:"ja-JP",label:"\u65E5\u672C\u8A9E",icon:"\u{1F1EF}\u{1F1F5}",title:"\u8A00\u8A9E"},"ku-IQ":{lang:"ku-IQ",label:"\u06A9\u0648\u0631\u062F\u06CC",icon:"\u{1F1EE}\u{1F1F6}",title:"Ziman"},"kn-IN":{lang:"kn-IN",label:"\u0C95\u0CA8\u0CCD\u0CA8\u0CA1",icon:"\u{1F1EE}\u{1F1F3}",title:"\u0CAD\u0CBE\u0CB7\u0CC6"},"ko-KR":{lang:"ko-KR",label:"\uD55C\uAD6D\uC5B4",icon:"\u{1F1F0}\u{1F1F7}",title:"\uC5B8\uC5B4"},"lv-LV":{lang:"lv-LV",label:"Latvie\u0161u valoda",icon:"\u{1F1F1}\u{1F1EE}",title:"Kalba"},"mk-MK":{lang:"mk-MK",label:"\u043C\u0430\u043A\u0435\u0434\u043E\u043D\u0441\u043A\u0438 \u0458\u0430\u0437\u0438\u043A",icon:"\u{1F1F2}\u{1F1F0}",title:"\u0408\u0430\u0437\u0438\u043A"},"mn-MN":{lang:"mn-MN",label:"\u041C\u043E\u043D\u0433\u043E\u043B \u0445\u044D\u043B",icon:"\u{1F1F2}\u{1F1F3}",title:"\u0425\u044D\u043B"},"ms-MY":{lang:"ms-MY",label:"\u0628\u0647\u0627\u0633 \u0645\u0644\u0627\u064A\u0648\u200E",icon:"\u{1F1F2}\u{1F1FE}",title:"Bahasa"},"nb-NO":{lang:"nb-NO",label:"Norsk",icon:"\u{1F1F3}\u{1F1F4}",title:"Spr\xE5k"},"ne-NP":{lang:"ne-NP",label:"\u0928\u0947\u092A\u093E\u0932\u0940",icon:"\u{1F1F3}\u{1F1F5}",title:"\u092D\u093E\u0937\u093E"},"nl-BE":{lang:"nl-BE",label:"Vlaams",icon:"\u{1F1E7}\u{1F1EA}",title:"Taal"},"nl-NL":{lang:"nl-NL",label:"Nederlands",icon:"\u{1F1F3}\u{1F1F1}",title:"Taal"},"pl-PL":{lang:"pl-PL",label:"Polski",icon:"\u{1F1F5}\u{1F1F1}",title:"J\u0119zyk"},"pt-BR":{lang:"pt-BR",label:"Portugu\xEAs",icon:"\u{1F1E7}\u{1F1F7}",title:"Idiomas"},"pt-PT":{lang:"pt-PT",label:"Portugu\xEAs",icon:"\u{1F1F5}\u{1F1F9}",title:"Idiomas"},"ro-RO":{lang:"ro-RO",label:"Rom\xE2n\u0103",icon:"\u{1F1F7}\u{1F1F4}",title:"Limba"},"ru-RU":{lang:"ru-RU",label:"\u0420\u0443\u0441\u0441\u043A\u0438\u0439",icon:"\u{1F1F7}\u{1F1FA}",title:"\u044F\u0437\u044B\u043A"},"sk-SK":{lang:"sk-SK",label:"Sloven\u010Dina",icon:"\u{1F1F8}\u{1F1F0}",title:"Jazyk"},"sr-RS":{lang:"sr-RS",label:"\u0441\u0440\u043F\u0441\u043A\u0438 \u0458\u0435\u0437\u0438\u043A",icon:"\u{1F1F8}\u{1F1F7}",title:"\u0408\u0435\u0437\u0438\u043A"},"sl-SI":{lang:"sl-SI",label:"Sloven\u0161\u010Dina",icon:"\u{1F1F8}\u{1F1F1}",title:"Jezik"},"sv-SE":{lang:"sv-SE",label:"Svenska",icon:"\u{1F1F8}\u{1F1EA}",title:"Spr\xE5k"},"ta-IN":{lang:"ta-IN",label:"\u0BA4\u0BAE\u0BBF\u0BB4\u0BCD",icon:"\u{1F1EE}\u{1F1F3}",title:"\u0BAE\u0BCA\u0BB4\u0BBF"},"th-TH":{lang:"th-TH",label:"\u0E44\u0E17\u0E22",icon:"\u{1F1F9}\u{1F1ED}",title:"\u0E20\u0E32\u0E29\u0E32"},"tr-TR":{lang:"tr-TR",label:"T\xFCrk\xE7e",icon:"\u{1F1F9}\u{1F1F7}",title:"Dil"},"uk-UA":{lang:"uk-UA",label:"\u0423\u043A\u0440\u0430\u0457\u043D\u0441\u044C\u043A\u0430",icon:"\u{1F1FA}\u{1F1F0}",title:"\u041C\u043E\u0432\u0430"},"vi-VN":{lang:"vi-VN",label:"Ti\u1EBFng Vi\u1EC7t",icon:"\u{1F1FB}\u{1F1F3}",title:"Ng\xF4n ng\u1EEF"},"zh-CN":{lang:"zh-CN",label:"\u7B80\u4F53\u4E2D\u6587",icon:"\u{1F1E8}\u{1F1F3}",title:"\u8BED\u8A00"},"zh-TW":{lang:"zh-TW",label:"\u7E41\u9AD4\u4E2D\u6587",icon:"\u{1F1ED}\u{1F1F0}",title:"\u8A9E\u8A00"}},B=We=>React.createElement(React.Fragment,null);var U=e(38329),X=e(38127),G=e(32451),V=e(91231),ae=e(87296);function ie(We,it){var ct=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},Gt=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};if(typeof IntersectionObserver!="function")return null;var $t=r.useRef(typeof IntersectionObserver=="function"),Pe=r.useRef(null);return r.useEffect(function(){if(!(!We.current||!$t.current||Gt.disabled))return Pe.current=new IntersectionObserver(function(Qe){var Kt=(0,ae.Z)(Qe,1),Lt=Kt[0];it(Lt)},ct),Pe.current.observe(We.current),function(){var Qe;(Qe=Pe.current)===null||Qe===void 0||Qe.disconnect()}},[it,ct,Gt.disabled,We]),Pe.current}var ue=["prefetch"];function Q(We){var it=r.useRef(null);return r.useEffect(function(){We&&(typeof We=="function"?We(it.current):We.current=it.current)}),it}var J=r.forwardRef(function(We,it){var ct,Gt=We.prefetch,$t=(0,X.Z)(We,ue),Pe=typeof window!="undefined"&&window.__umi_route_prefetch__||{defaultPrefetch:"none",defaultPrefetchTimeout:50},Qe=Pe.defaultPrefetch,Kt=Pe.defaultPrefetchTimeout,Lt=(Gt===!0?"intent":Gt===!1?"none":Gt)||Qe;if(!["intent","render","viewport","none"].includes(Lt))throw new Error("Invalid prefetch value ".concat(Lt," found in Link component"));var Ht=(0,V.Ov)(),Nt=typeof We.to=="string"?We.to:(ct=We.to)===null||ct===void 0?void 0:ct.pathname,Ct=r.useRef(!1),Yt=Q(it),Ge=function(Dt){if(Lt==="intent"){var Te=Dt.target||{};Te.preloadTimeout||(Te.preloadTimeout=setTimeout(function(){var ht;Te.preloadTimeout=null,(ht=Ht.preloadRoute)===null||ht===void 0||ht.call(Ht,Nt)},We.prefetchTimeout||Kt))}},fe=function(Dt){if(Lt==="intent"){var Te=Dt.target||{};Te.preloadTimeout&&(clearTimeout(Te.preloadTimeout),Te.preloadTimeout=null)}};return(0,r.useLayoutEffect)(function(){if(Lt==="render"&&!Ct.current){var pe;(pe=Ht.preloadRoute)===null||pe===void 0||pe.call(Ht,Nt),Ct.current=!0}},[Lt,Nt]),ie(Yt,function(pe){if(pe!=null&&pe.isIntersecting){var Dt;(Dt=Ht.preloadRoute)===null||Dt===void 0||Dt.call(Ht,Nt)}},{rootMargin:"100px"},{disabled:Lt!=="viewport"}),Nt?r.createElement(G.rU,(0,U.Z)({onMouseEnter:Ge,onMouseLeave:fe,ref:Yt},$t),We.children):null}),K=e(35338),oe=e(8616);function ee(){"use strict";ee=function(){return it};var We,it={},ct=Object.prototype,Gt=ct.hasOwnProperty,$t=Object.defineProperty||function(Er,Lr,_r){Er[Lr]=_r.value},Pe=typeof Symbol=="function"?Symbol:{},Qe=Pe.iterator||"@@iterator",Kt=Pe.asyncIterator||"@@asyncIterator",Lt=Pe.toStringTag||"@@toStringTag";function Ht(Er,Lr,_r){return Object.defineProperty(Er,Lr,{value:_r,enumerable:!0,configurable:!0,writable:!0}),Er[Lr]}try{Ht({},"")}catch(Er){Ht=function(_r,Ur,sn){return _r[Ur]=sn}}function Nt(Er,Lr,_r,Ur){var sn=Lr&&Lr.prototype instanceof Te?Lr:Te,fn=Object.create(sn.prototype),cr=new Vr(Ur||[]);return $t(fn,"_invoke",{value:kt(Er,_r,cr)}),fn}function Ct(Er,Lr,_r){try{return{type:"normal",arg:Er.call(Lr,_r)}}catch(Ur){return{type:"throw",arg:Ur}}}it.wrap=Nt;var Yt="suspendedStart",Ge="suspendedYield",fe="executing",pe="completed",Dt={};function Te(){}function ht(){}function Wt(){}var St={};Ht(St,Qe,function(){return this});var Re=Object.getPrototypeOf,_t=Re&&Re(Re(Qr([])));_t&&_t!==ct&&Gt.call(_t,Qe)&&(St=_t);var ze=Wt.prototype=Te.prototype=Object.create(St);function we(Er){["next","throw","return"].forEach(function(Lr){Ht(Er,Lr,function(_r){return this._invoke(Lr,_r)})})}function gt(Er,Lr){function _r(sn,fn,cr,Dr){var ft=Ct(Er[sn],Er,fn);if(ft.type!=="throw"){var Et=ft.arg,zt=Et.value;return zt&&(0,oe.Z)(zt)=="object"&&Gt.call(zt,"__await")?Lr.resolve(zt.__await).then(function(nr){_r("next",nr,cr,Dr)},function(nr){_r("throw",nr,cr,Dr)}):Lr.resolve(zt).then(function(nr){Et.value=nr,cr(Et)},function(nr){return _r("throw",nr,cr,Dr)})}Dr(ft.arg)}var Ur;$t(this,"_invoke",{value:function(fn,cr){function Dr(){return new Lr(function(ft,Et){_r(fn,cr,ft,Et)})}return Ur=Ur?Ur.then(Dr,Dr):Dr()}})}function kt(Er,Lr,_r){var Ur=Yt;return function(sn,fn){if(Ur===fe)throw new Error("Generator is already running");if(Ur===pe){if(sn==="throw")throw fn;return{value:We,done:!0}}for(_r.method=sn,_r.arg=fn;;){var cr=_r.delegate;if(cr){var Dr=Fe(cr,_r);if(Dr){if(Dr===Dt)continue;return Dr}}if(_r.method==="next")_r.sent=_r._sent=_r.arg;else if(_r.method==="throw"){if(Ur===Yt)throw Ur=pe,_r.arg;_r.dispatchException(_r.arg)}else _r.method==="return"&&_r.abrupt("return",_r.arg);Ur=fe;var ft=Ct(Er,Lr,_r);if(ft.type==="normal"){if(Ur=_r.done?pe:Ge,ft.arg===Dt)continue;return{value:ft.arg,done:_r.done}}ft.type==="throw"&&(Ur=pe,_r.method="throw",_r.arg=ft.arg)}}}function Fe(Er,Lr){var _r=Lr.method,Ur=Er.iterator[_r];if(Ur===We)return Lr.delegate=null,_r==="throw"&&Er.iterator.return&&(Lr.method="return",Lr.arg=We,Fe(Er,Lr),Lr.method==="throw")||_r!=="return"&&(Lr.method="throw",Lr.arg=new TypeError("The iterator does not provide a '"+_r+"' method")),Dt;var sn=Ct(Ur,Er.iterator,Lr.arg);if(sn.type==="throw")return Lr.method="throw",Lr.arg=sn.arg,Lr.delegate=null,Dt;var fn=sn.arg;return fn?fn.done?(Lr[Er.resultName]=fn.value,Lr.next=Er.nextLoc,Lr.method!=="return"&&(Lr.method="next",Lr.arg=We),Lr.delegate=null,Dt):fn:(Lr.method="throw",Lr.arg=new TypeError("iterator result is not an object"),Lr.delegate=null,Dt)}function Ir(Er){var Lr={tryLoc:Er[0]};1 in Er&&(Lr.catchLoc=Er[1]),2 in Er&&(Lr.finallyLoc=Er[2],Lr.afterLoc=Er[3]),this.tryEntries.push(Lr)}function At(Er){var Lr=Er.completion||{};Lr.type="normal",delete Lr.arg,Er.completion=Lr}function Vr(Er){this.tryEntries=[{tryLoc:"root"}],Er.forEach(Ir,this),this.reset(!0)}function Qr(Er){if(Er||Er===""){var Lr=Er[Qe];if(Lr)return Lr.call(Er);if(typeof Er.next=="function")return Er;if(!isNaN(Er.length)){var _r=-1,Ur=function sn(){for(;++_r<Er.length;)if(Gt.call(Er,_r))return sn.value=Er[_r],sn.done=!1,sn;return sn.value=We,sn.done=!0,sn};return Ur.next=Ur}}throw new TypeError((0,oe.Z)(Er)+" is not iterable")}return ht.prototype=Wt,$t(ze,"constructor",{value:Wt,configurable:!0}),$t(Wt,"constructor",{value:ht,configurable:!0}),ht.displayName=Ht(Wt,Lt,"GeneratorFunction"),it.isGeneratorFunction=function(Er){var Lr=typeof Er=="function"&&Er.constructor;return!!Lr&&(Lr===ht||(Lr.displayName||Lr.name)==="GeneratorFunction")},it.mark=function(Er){return Object.setPrototypeOf?Object.setPrototypeOf(Er,Wt):(Er.__proto__=Wt,Ht(Er,Lt,"GeneratorFunction")),Er.prototype=Object.create(ze),Er},it.awrap=function(Er){return{__await:Er}},we(gt.prototype),Ht(gt.prototype,Kt,function(){return this}),it.AsyncIterator=gt,it.async=function(Er,Lr,_r,Ur,sn){sn===void 0&&(sn=Promise);var fn=new gt(Nt(Er,Lr,_r,Ur),sn);return it.isGeneratorFunction(Lr)?fn:fn.next().then(function(cr){return cr.done?cr.value:fn.next()})},we(ze),Ht(ze,Lt,"Generator"),Ht(ze,Qe,function(){return this}),Ht(ze,"toString",function(){return"[object Generator]"}),it.keys=function(Er){var Lr=Object(Er),_r=[];for(var Ur in Lr)_r.push(Ur);return _r.reverse(),function sn(){for(;_r.length;){var fn=_r.pop();if(fn in Lr)return sn.value=fn,sn.done=!1,sn}return sn.done=!0,sn}},it.values=Qr,Vr.prototype={constructor:Vr,reset:function(Lr){if(this.prev=0,this.next=0,this.sent=this._sent=We,this.done=!1,this.delegate=null,this.method="next",this.arg=We,this.tryEntries.forEach(At),!Lr)for(var _r in this)_r.charAt(0)==="t"&&Gt.call(this,_r)&&!isNaN(+_r.slice(1))&&(this[_r]=We)},stop:function(){this.done=!0;var Lr=this.tryEntries[0].completion;if(Lr.type==="throw")throw Lr.arg;return this.rval},dispatchException:function(Lr){if(this.done)throw Lr;var _r=this;function Ur(Et,zt){return cr.type="throw",cr.arg=Lr,_r.next=Et,zt&&(_r.method="next",_r.arg=We),!!zt}for(var sn=this.tryEntries.length-1;sn>=0;--sn){var fn=this.tryEntries[sn],cr=fn.completion;if(fn.tryLoc==="root")return Ur("end");if(fn.tryLoc<=this.prev){var Dr=Gt.call(fn,"catchLoc"),ft=Gt.call(fn,"finallyLoc");if(Dr&&ft){if(this.prev<fn.catchLoc)return Ur(fn.catchLoc,!0);if(this.prev<fn.finallyLoc)return Ur(fn.finallyLoc)}else if(Dr){if(this.prev<fn.catchLoc)return Ur(fn.catchLoc,!0)}else{if(!ft)throw new Error("try statement without catch or finally");if(this.prev<fn.finallyLoc)return Ur(fn.finallyLoc)}}}},abrupt:function(Lr,_r){for(var Ur=this.tryEntries.length-1;Ur>=0;--Ur){var sn=this.tryEntries[Ur];if(sn.tryLoc<=this.prev&&Gt.call(sn,"finallyLoc")&&this.prev<sn.finallyLoc){var fn=sn;break}}fn&&(Lr==="break"||Lr==="continue")&&fn.tryLoc<=_r&&_r<=fn.finallyLoc&&(fn=null);var cr=fn?fn.completion:{};return cr.type=Lr,cr.arg=_r,fn?(this.method="next",this.next=fn.finallyLoc,Dt):this.complete(cr)},complete:function(Lr,_r){if(Lr.type==="throw")throw Lr.arg;return Lr.type==="break"||Lr.type==="continue"?this.next=Lr.arg:Lr.type==="return"?(this.rval=this.arg=Lr.arg,this.method="return",this.next="end"):Lr.type==="normal"&&_r&&(this.next=_r),Dt},finish:function(Lr){for(var _r=this.tryEntries.length-1;_r>=0;--_r){var Ur=this.tryEntries[_r];if(Ur.finallyLoc===Lr)return this.complete(Ur.completion,Ur.afterLoc),At(Ur),Dt}},catch:function(Lr){for(var _r=this.tryEntries.length-1;_r>=0;--_r){var Ur=this.tryEntries[_r];if(Ur.tryLoc===Lr){var sn=Ur.completion;if(sn.type==="throw"){var fn=sn.arg;At(Ur)}return fn}}throw new Error("illegal catch attempt")},delegateYield:function(Lr,_r,Ur){return this.delegate={iterator:Qr(Lr),resultName:_r,nextLoc:Ur},this.method==="next"&&(this.arg=We),Dt}},it}var q=e(63579);function le(We,it,ct,Gt,$t,Pe,Qe){try{var Kt=We[Pe](Qe),Lt=Kt.value}catch(Ht){ct(Ht);return}Kt.done?it(Lt):Promise.resolve(Lt).then(Gt,$t)}function Z(We){return function(){var it=this,ct=arguments;return new Promise(function(Gt,$t){var Pe=We.apply(it,ct);function Qe(Lt){le(Pe,Gt,$t,Qe,Kt,"next",Lt)}function Kt(Lt){le(Pe,Gt,$t,Qe,Kt,"throw",Lt)}Qe(void 0)})}}var j=e(99227);function se(We,it){var ct=typeof Symbol!="undefined"&&We[Symbol.iterator]||We["@@iterator"];if(!ct){if(Array.isArray(We)||(ct=(0,j.Z)(We))||it&&We&&typeof We.length=="number"){ct&&(We=ct);var Gt=0,$t=function(){};return{s:$t,n:function(){return Gt>=We.length?{done:!0}:{done:!1,value:We[Gt++]}},e:function(Ht){throw Ht},f:$t}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var Pe=!0,Qe=!1,Kt;return{s:function(){ct=ct.call(We)},n:function(){var Ht=ct.next();return Pe=Ht.done,Ht},e:function(Ht){Qe=!0,Kt=Ht},f:function(){try{!Pe&&ct.return!=null&&ct.return()}finally{if(Qe)throw Kt}}}}var me=e(73825);function Oe(We){if(typeof Symbol!="undefined"&&We[Symbol.iterator]!=null||We["@@iterator"]!=null)return Array.from(We)}var ke=e(66160);function $e(We){return(0,me.Z)(We)||Oe(We)||(0,j.Z)(We)||(0,ke.Z)()}function Ne(We,it){if(!(We instanceof it))throw new TypeError("Cannot call a class as a function")}var Ft=e(89878);function wt(We,it){for(var ct=0;ct<it.length;ct++){var Gt=it[ct];Gt.enumerable=Gt.enumerable||!1,Gt.configurable=!0,"value"in Gt&&(Gt.writable=!0),Object.defineProperty(We,(0,Ft.Z)(Gt.key),Gt)}}function Pt(We,it,ct){return it&&wt(We.prototype,it),ct&&wt(We,ct),Object.defineProperty(We,"prototype",{writable:!1}),We}var Jt=e(65873);function er(We,it){if(!We)throw new Error(it)}function tr(We){var it=We.fns,ct=We.args;if(it.length===1)return it[0];var Gt=it.pop();return it.reduce(function($t,Pe){return function(){return Pe($t,ct)}},Gt)}function Xe(We){return!!We&&(0,oe.Z)(We)==="object"&&typeof We.then=="function"}var It=function(We){return We.compose="compose",We.modify="modify",We.event="event",We}({}),Zt=function(){function We(it){Ne(this,We),(0,Jt.Z)(this,"opts",void 0),(0,Jt.Z)(this,"hooks",{}),this.opts=it}return Pt(We,[{key:"register",value:function(ct){var Gt=this;er(ct.apply,"plugin register failed, apply must supplied"),Object.keys(ct.apply).forEach(function($t){er(Gt.opts.validKeys.indexOf($t)>-1,"register failed, invalid key ".concat($t," ").concat(ct.path?"from plugin ".concat(ct.path):"",".")),Gt.hooks[$t]=(Gt.hooks[$t]||[]).concat(ct.apply[$t])})}},{key:"getHooks",value:function(ct){var Gt=ct.split("."),$t=$e(Gt),Pe=$t[0],Qe=$t.slice(1),Kt=this.hooks[Pe]||[];return Qe.length&&(Kt=Kt.map(function(Lt){try{var Ht=Lt,Nt=se(Qe),Ct;try{for(Nt.s();!(Ct=Nt.n()).done;){var Yt=Ct.value;Ht=Ht[Yt]}}catch(Ge){Nt.e(Ge)}finally{Nt.f()}return Ht}catch(Ge){return null}}).filter(Boolean)),Kt}},{key:"applyPlugins",value:function(ct){var Gt=ct.key,$t=ct.type,Pe=ct.initialValue,Qe=ct.args,Kt=ct.async,Lt=this.getHooks(Gt)||[];switch(Qe&&er((0,oe.Z)(Qe)==="object","applyPlugins failed, args must be plain object."),Kt&&er($t===It.modify||$t===It.event,"async only works with modify and event type."),$t){case It.modify:return Kt?Lt.reduce(function(){var Ht=Z(ee().mark(function Nt(Ct,Yt){var Ge;return ee().wrap(function(pe){for(;;)switch(pe.prev=pe.next){case 0:if(er(typeof Yt=="function"||(0,oe.Z)(Yt)==="object"||Xe(Yt),"applyPlugins failed, all hooks for key ".concat(Gt," must be function, plain object or Promise.")),!Xe(Ct)){pe.next=5;break}return pe.next=4,Ct;case 4:Ct=pe.sent;case 5:if(typeof Yt!="function"){pe.next=16;break}if(Ge=Yt(Ct,Qe),!Xe(Ge)){pe.next=13;break}return pe.next=10,Ge;case 10:return pe.abrupt("return",pe.sent);case 13:return pe.abrupt("return",Ge);case 14:pe.next=21;break;case 16:if(!Xe(Yt)){pe.next=20;break}return pe.next=19,Yt;case 19:Yt=pe.sent;case 20:return pe.abrupt("return",(0,q.Z)((0,q.Z)({},Ct),Yt));case 21:case"end":return pe.stop()}},Nt)}));return function(Nt,Ct){return Ht.apply(this,arguments)}}(),Xe(Pe)?Pe:Promise.resolve(Pe)):Lt.reduce(function(Ht,Nt){return er(typeof Nt=="function"||(0,oe.Z)(Nt)==="object","applyPlugins failed, all hooks for key ".concat(Gt," must be function or plain object.")),typeof Nt=="function"?Nt(Ht,Qe):(0,q.Z)((0,q.Z)({},Ht),Nt)},Pe);case It.event:return Z(ee().mark(function Ht(){var Nt,Ct,Yt,Ge;return ee().wrap(function(pe){for(;;)switch(pe.prev=pe.next){case 0:Nt=se(Lt),pe.prev=1,Nt.s();case 3:if((Ct=Nt.n()).done){pe.next=12;break}if(Yt=Ct.value,er(typeof Yt=="function","applyPlugins failed, all hooks for key ".concat(Gt," must be function.")),Ge=Yt(Qe),!(Kt&&Xe(Ge))){pe.next=10;break}return pe.next=10,Ge;case 10:pe.next=3;break;case 12:pe.next=17;break;case 14:pe.prev=14,pe.t0=pe.catch(1),Nt.e(pe.t0);case 17:return pe.prev=17,Nt.f(),pe.finish(17);case 20:case"end":return pe.stop()}},Ht,null,[[1,14,17,20]])}))();case It.compose:return function(){return tr({fns:Lt.concat(Pe),args:Qe})()}}}}],[{key:"create",value:function(ct){var Gt=new We({validKeys:ct.validKeys});return ct.plugins.forEach(function($t){Gt.register($t)}),Gt}}]),We}(),ot=e(58293);let bt=0,mt=0;function et(We,it){}function He(We){return JSON.stringify(We,null,2)}function _e(We){const it=We.length>1?We.map(Se).join(" "):We[0];return typeof it=="object"?`${He(it)}`:it.toString()}function Se(We){return typeof We=="object"?`${JSON.stringify(We)}`:We.toString()}const Me={log(...We){_e(We)},info(...We){_e(We)},warn(...We){_e(We)},error(...We){_e(We)},group(){mt++},groupCollapsed(){mt++},groupEnd(){mt&&--mt},clear(){},trace(...We){console.trace(...We)},profile(...We){console.profile(...We)},profileEnd(...We){console.profileEnd(...We)}},Ue=()=>{}},61337:function(d,_,e){"use strict";e.d(_,{C:function(){return l},S:function(){return i}});var r=e(59301);const i=r.createContext(null),l=r.createContext(()=>{console.error("The 'useAntdConfigSetter()' method depends on the antd 'ConfigProvider', requires one of 'antd.configProvider' / 'antd.dark' / 'antd.compact' to be enabled.")})},64839:function(d,_,e){"use strict";e.d(_,{j:function(){return vc},Q:function(){return Oc}});var r=e(2339),i=e(89880),l=e.n(i),c=e(59301),f=e(25690),o=e(98750),h=Object.defineProperty,u=Object.getOwnPropertySymbols,a=Object.prototype.hasOwnProperty,x=Object.prototype.propertyIsEnumerable,p=(I,D,L)=>D in I?h(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,y=(I,D)=>{for(var L in D||(D={}))a.call(D,L)&&p(I,L,D[L]);if(u)for(var L of u(D))x.call(D,L)&&p(I,L,D[L]);return I},b={namespace:"account",state:{basicInfo:void 0,actionTabs:{key:"",params:{}}},effects:{*updateAvatar({payload:I},{call:D,put:L}){return yield D(o.n1,I)},*appplySchool({payload:I},{call:D,put:L}){return yield D(o.bz,I)},*getSchoolOption({payload:I},{call:D,put:L}){return yield D(o.GY,I)},*getDepartmentOption({payload:I},{call:D,put:L}){return yield D(o.Ql,I)},*appplyDepartment({payload:I},{call:D,put:L}){return yield D(o.Zm,I)},*updateAccount({payload:I},{call:D,put:L}){return yield D(o.sG,I)},*cancelRealNameAuth({payload:I},{call:D,put:L}){return yield D(o.P,I)},*cancelProfessionalAuth({payload:I},{call:D,put:L}){return yield D(o.$f,I)},*applyProfessionalAuth({payload:I},{call:D,put:L}){return yield D(o.Ow,I)},*applyRealNameAuth({payload:I},{call:D,put:L}){return yield D(o.ht,I)},*getCode({payload:I},{call:D,put:L}){return yield D(o.Cq,I)},*bindPhone({payload:I},{call:D,put:L}){return yield D(o.eF,I)},*bindEmail({payload:I},{call:D,put:L}){return yield D(o.I8,I)},*updatePassword({payload:I},{call:D,put:L}){return yield D(o.gQ,I)},*unbindAccount({payload:I},{call:D,put:L}){return yield D(o.wi,I)},*getBasicInfo({payload:I},{call:D,put:L}){const ve=yield D(o.o9,I);return yield L({type:"save",payload:{basicInfo:y({},ve)}}),ve},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:y({},I)}})}},reducers:{save(I,D){return y(y({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){return D.listen(({pathname:L})=>{L==="/"&&I({type:"query"})})}}},S=e(97402),k=Object.defineProperty,R=Object.getOwnPropertySymbols,A=Object.prototype.hasOwnProperty,O=Object.prototype.propertyIsEnumerable,M=(I,D,L)=>D in I?k(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,B=(I,D)=>{for(var L in D||(D={}))A.call(D,L)&&M(I,L,D[L]);if(R)for(var L of R(D))O.call(D,L)&&M(I,L,D[L]);return I},X={namespace:"announcement",state:{name:"\u666E\u901A\u8BD5\u5377\uFF0C\u968F\u673A\u8BD5\u5377\u8BE6\u60C5\u9875\u9762",loading:!0,actionTabs:{}},effects:{*informDown({payload:I,callback:D},{call:L,put:ve}){return yield L(S.nZ,I)},*informUp({payload:I,callback:D},{call:L,put:ve}){return yield L(S.TO,I)},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:B({},I)}})}},reducers:{save(I,D){return B(B({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){}}},G=e(44203),V=Object.defineProperty,ae=Object.getOwnPropertySymbols,ie=Object.prototype.hasOwnProperty,ue=Object.prototype.propertyIsEnumerable,Q=(I,D,L)=>D in I?V(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,J=(I,D)=>{for(var L in D||(D={}))ie.call(D,L)&&Q(I,L,D[L]);if(ae)for(var L of ae(D))ue.call(D,L)&&Q(I,L,D[L]);return I},oe={namespace:"attachment",state:{name:"\u8D44\u6E90",loading:!0,detail:{},actionTabs:{}},effects:{*allAttachment({payload:I,callback:D},{call:L,put:ve}){const De=yield L(G.SV,I);return yield ve({type:"save",payload:{allList:J({},De)}}),De},*mineAttachment({payload:I,callback:D},{call:L,put:ve}){const De=yield L(G.zI,I);return yield ve({type:"save",payload:{mineList:J({},De)}}),De},*fileImport({payload:I,callback:D},{call:L,put:ve}){return yield L(G.tO,I)},*getDetail({payload:I,callback:D},{call:L,put:ve}){const De=yield L(G.Nm,I);return yield ve({type:"save",payload:{detail:J({},De)}}),De},*updateVisits({payload:I,callback:D},{call:L,put:ve}){return yield L(G.H,I)},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:J({},I)}})}},reducers:{save(I,D){return J(J({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){}}},ee=e(32967),q=Object.defineProperty,le=Object.getOwnPropertySymbols,Z=Object.prototype.hasOwnProperty,j=Object.prototype.propertyIsEnumerable,se=(I,D,L)=>D in I?q(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,me=(I,D)=>{for(var L in D||(D={}))Z.call(D,L)&&se(I,L,D[L]);if(le)for(var L of le(D))j.call(D,L)&&se(I,L,D[L]);return I},ke={namespace:"boards",state:{name:"\u8BA8\u8BBA",loading:!0,actionTabs:{},boardsDetail:{},boardsCategoryList:{}},effects:{*getBoardsCategoryList({payload:I,callback:D},{call:L,put:ve}){const De=yield L(ee.yq,I);return yield ve({type:"save",payload:{boardsCategoryList:me({},De.data)}}),De.data},*getBoardsDetail({payload:I,callback:D},{call:L,put:ve}){const De=yield L(ee.dI,I);return yield ve({type:"save",payload:{boardsDetail:me({},De.data)}}),De.data},*setTopping({payload:I,callback:D},{call:L,put:ve}){return yield L(ee.cc,I)},*escTopping({payload:I,callback:D},{call:L,put:ve}){return yield L(ee.CJ,I)},*getReplyList({payload:I,callback:D},{call:L,put:ve}){const De=yield L(ee.PC,I);yield ve({type:"save",payload:{replyList:me({},De.data)}})},*createReply({payload:I,callback:D},{call:L,put:ve}){return yield L(ee.PP,I)},*replyLike({payload:I,callback:D},{call:L,put:ve}){return yield L(ee.NA,I)},*replyUnLike({payload:I,callback:D},{call:L,put:ve}){return yield L(ee.YQ,I)},*deleteReply({payload:I,callback:D},{call:L,put:ve}){return yield L(ee.Mf,I)},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:me({},I)}})}},reducers:{save(I,D){return me(me({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){}}},$e=e(81722),Ne=Object.defineProperty,Ft=Object.getOwnPropertySymbols,wt=Object.prototype.hasOwnProperty,Pt=Object.prototype.propertyIsEnumerable,Jt=(I,D,L)=>D in I?Ne(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,er=(I,D)=>{for(var L in D||(D={}))wt.call(D,L)&&Jt(I,L,D[L]);if(Ft)for(var L of Ft(D))Pt.call(D,L)&&Jt(I,L,D[L]);return I},Xe={namespace:"exercise",state:{name:"\u666E\u901A\u8BD5\u5377\uFF0C\u968F\u673A\u8BD5\u5377\u8BE6\u60C5\u9875\u9762",loading:!0,exerciseList:{},userExerciseList:{},statisticsList:{},exerciseCoursesList:{},brankList:{},editData:{},endGroups:{},actionTabs:{removeEventListenerExitScreen:!1},publishGroups:{},commonHeader:{},reviewExercise:{},reviewGroupExercise:{},workSetting:{},editRandomExercises:{},redoModal:{},exerciseUserInfo:{},examinationIntelligentSettings:{},exerciseExportHeadData:{},codeReviewDetail:{},exerciseIdentityPhotos:{},checkDomain:window.document.domain==="kepukehuan.educoder.net"||window.document.domain==="test-kepukehuan.educoder.net",order_type:"",order:"",updateIndex:null,saveExerciseDownUsers:null,NormalResult:{},course_groups:[],SumupDetail:{},ScoreRangesData:{}},effects:{*getScoreRangesData({payload:I,callback:D},{call:L,put:ve}){const De=yield L($e.$Q,I);return yield ve({type:"save",payload:{ScoreRangesData:De==null?void 0:De.data}}),De},*getQuestionResult({payload:I,callback:D},{call:L,put:ve}){const De=yield L($e._U,I);return yield ve({type:"save",payload:{NormalResult:De}}),De},*getUserExercise({payload:I,callback:D},{call:L,put:ve}){const De=yield L($e.xA,I);return yield ve({type:"save",payload:{userExerciseList:er({},(De==null?void 0:De.data)||{})}}),console.log("getUserExercise-res:",De),De==null?void 0:De.data},*getExerciseIdentityPhotos({payload:I,callback:D},{call:L,put:ve}){const De=yield L($e.J,I);return yield ve({type:"save",payload:{exerciseIdentityPhotos:er({},(De==null?void 0:De.data)||{})}}),De==null?void 0:De.data},*getExerciseExportHeadData({payload:I,callback:D},{call:L,put:ve}){const De=yield L($e.iw,I);return yield ve({type:"save",payload:{exerciseExportHeadData:er({},De)}}),De},*getExerciseUserInfo({payload:I,callback:D},{call:L,put:ve}){const De=yield L($e.Ty,I);return(De==null?void 0:De.status)===0&&(yield ve({type:"save",payload:er({},{exerciseUserInfo:er({},De.data)})})),De},*getExaminationIntelligentSettings({payload:I,callback:D},{call:L,put:ve}){const De=yield L($e.sA,I);return yield ve({type:"save",payload:{examinationIntelligentSettings:er({},De)}}),De},*getRandomEditExercises({payload:I,callback:D},{call:L,put:ve}){const De=yield L($e.yu,I);return yield ve({type:"save",payload:{editRandomExercises:er({},De)}}),De},*getExerciseList({payload:I,callback:D},{call:L,put:ve}){const De=yield L($e.G$,I);if(De!=null&&De.total_exercise_users)try{localStorage.total_exercise_users=JSON.stringify(De.total_exercise_users)}catch(an){}return yield ve({type:"save",payload:{exerciseList:er({},De)}}),yield ve({type:"save",payload:{order_type:I.order_type,order:I.order}}),De},*getExerciseStatistics({payload:I,callback:D},{call:L,put:ve}){const De=yield L($e._u,I);return yield ve({type:"save",payload:{statisticsList:er({},De)}}),De},*getBrankList({payload:I,callback:D},{call:L,put:ve}){const De=yield L($e.n$,I);return yield ve({type:"save",payload:{brankList:er({},De)}}),De},*saveBanks({payload:I,callback:D},{call:L,put:ve}){return yield L($e.lf,I)},*getExerciseCourses({payload:I,callback:D},{call:L,put:ve}){const De=yield L($e.N3,I);return yield ve({type:"save",payload:{exerciseCoursesList:er({},De)}}),De},*addExercise({payload:I,callback:D},{call:L,put:ve}){return yield L($e.uR,I)},*editExercise({payload:I,callback:D},{call:L,put:ve}){const De=yield L($e.qf,I);return yield ve({type:"save",payload:{editData:er({},De)}}),De},*getTagDiscipline({payload:I,callback:D},{call:L,put:ve}){const De=yield L($e.YY,I);return yield ve({type:"save",payload:{tagDisciplineData:er({},De)}}),De},*editExerciseQuestion({payload:I,callback:D},{call:L,put:ve}){return yield L($e.Di,I)},*addExerciseQuestion({payload:I,callback:D},{call:L,put:ve}){return yield L($e.MK,I)},*exeriseMoveUpDown({payload:I,callback:D},{call:L,put:ve}){return yield L($e.GK,I)},*getEndGroups({payload:I,callback:D},{call:L,put:ve}){const De=yield L($e.KE,I);return yield ve({type:"save",payload:{endGroups:er({},De)}}),De},*getPublishGroups({payload:I,callback:D},{call:L,put:ve}){const De=yield L($e.ux,I);return yield ve({type:"save",payload:{publishGroups:er({},De)}}),De},*getCommonHeader({payload:I,callback:D},{call:L,put:ve}){const De=yield L($e.UK,I);return yield ve({type:"save",payload:{commonHeader:er({},De)}}),De},*getReviewExercise({payload:I,callback:D},{call:L,put:ve}){const De=yield L($e.BJ,I);return yield ve({type:"save",payload:{reviewExercise:er({},De)}}),De},*postReviewExercise({payload:I,callback:D},{call:L,put:ve}){const De=yield L($e.pu,I);return yield ve({type:"save",payload:{reviewExercise:er({},De)}}),De},*getCentralizeReviewExercise({payload:I,callback:D},{call:L,put:ve}){const De=yield L($e.X4,I);return yield ve({type:"save",payload:{reviewExercise:er({},De)}}),De},*clearData({payload:I,callback:D},{call:L,put:ve}){yield ve({type:"save",payload:{[I.key]:{}}})},*getReviewGroupExercise({payload:I,callback:D},{call:L,put:ve}){const De=yield L($e.W4,I);return yield ve({type:"save",payload:{reviewGroupExercise:er({},De)}}),De},*getWorkSetting({payload:I,callback:D},{call:L,put:ve}){const De=yield L($e.Ul,I);return yield ve({type:"save",payload:{workSetting:er({},De)}}),De},*getRedoModal({payload:I,callback:D},{call:L,put:ve}){const De=yield L($e.tX,I);return yield ve({type:"save",payload:{redoModal:er({},De)}}),De},*getRedoListModal({payload:I,callback:D},{call:L,put:ve}){const De=yield L($e.s,I);return yield ve({type:"save",payload:{redoModal:er({},De)}}),De},*getCodeReviewDetail({payload:I,callback:D},{call:L,put:ve}){const De=yield L($e.Xn,I);return yield ve({type:"save",payload:{codeReviewDetail:er({},De)}}),De},*changeScore({payload:I,callback:D},{call:L,put:ve}){return yield L($e.gG,I)},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:er({},I)}})},*setUpdateIndex({payload:I},{call:D,put:L}){yield L({type:"save",payload:{updateIndex:I==="clear"?null:Math.random()}})},*setSaveExerciseDownUsers({payload:I},{call:D,put:L}){yield L({type:"save",payload:{saveExerciseDownUsers:I}})}},reducers:{save(I,D){return er(er({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){}}},It=e(24059),Zt=Object.defineProperty,ot=Object.getOwnPropertySymbols,bt=Object.prototype.hasOwnProperty,mt=Object.prototype.propertyIsEnumerable,et=(I,D,L)=>D in I?Zt(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,He=(I,D)=>{for(var L in D||(D={}))bt.call(D,L)&&et(I,L,D[L]);if(ot)for(var L of ot(D))mt.call(D,L)&&et(I,L,D[L]);return I},Se={namespace:"graduation",state:{name:"\u6BD5\u4E1A\u8BBE\u8BA1",loading:!0,actionTabs:{},detailList:{},detailTaskList:{},replyList:{},detail:{},addTopicData:{},editTopicData:{},editTasksData:{}},effects:{*getTopisDetailList({payload:I,callback:D},{call:L,put:ve}){const De=yield L(It.x_,I);return yield ve({type:"save",payload:{detailList:He({},De)}}),De},*getTasksListDetail({payload:I,callback:D},{call:L,put:ve}){const De=yield L(It.QA,I);return yield ve({type:"save",payload:{detailTaskList:He({},De)}}),De},*getTopisDetail({payload:I,callback:D},{call:L,put:ve}){const De=yield L(It.B6,I);return yield ve({type:"save",payload:{detail:He({},De)}}),De},*getTasksDetail({payload:I,callback:D},{call:L,put:ve}){const De=yield L(It.y3,I);return yield ve({type:"save",payload:{tasksDetail:He({},De)}}),De},*refuseTopic({payload:I,callback:D},{call:L,put:ve}){return yield L(It.mM,I)},*agreeTopic({payload:I,callback:D},{call:L,put:ve}){return yield L(It.je,I)},*getReplyList({payload:I,callback:D},{call:L,put:ve}){const De=yield L(It.PC,I);yield ve({type:"save",payload:{replyList:He({},De)}})},*createReply({payload:I,callback:D},{call:L,put:ve}){return yield L(It.PP,I)},*replyLike({payload:I,callback:D},{call:L,put:ve}){return yield L(It.NA,I)},*replyUnLike({payload:I,callback:D},{call:L,put:ve}){return yield L(It.YQ,I)},*deleteReply({payload:I,callback:D},{call:L,put:ve}){return yield L(It.Mf,I)},*addTopicDefaultData({payload:I,callback:D},{call:L,put:ve}){const De=yield L(It.y0,I);yield ve({type:"save",payload:{addTopicData:He({},De)}})},*editTopicDefaultData({payload:I,callback:D},{call:L,put:ve}){const De=yield L(It.hL,I);return yield ve({type:"save",payload:{editTopicData:He({},De)}}),De},*editTasksDefaultData({payload:I,callback:D},{call:L,put:ve}){const De=yield L(It._n,I);return yield ve({type:"save",payload:{editTasksData:He({},De)}}),De},*addTopic({payload:I,callback:D},{call:L,put:ve}){return yield L(It.Gr,I)},*editTopic({payload:I,callback:D},{call:L,put:ve}){return yield L(It.wA,I)},*addTasks({payload:I,callback:D},{call:L,put:ve}){return yield L(It.Sv,I)},*editTasks({payload:I,callback:D},{call:L,put:ve}){return yield L(It.RP,I)},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:He({},I)}})}},reducers:{save(I,D){return He(He({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){}}},Me=e(89392),Ue=e(1247),We=Object.defineProperty,it=Object.getOwnPropertySymbols,ct=Object.prototype.hasOwnProperty,Gt=Object.prototype.propertyIsEnumerable,$t=(I,D,L)=>D in I?We(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,Pe=(I,D)=>{for(var L in D||(D={}))ct.call(D,L)&&$t(I,L,D[L]);if(it)for(var L of it(D))Gt.call(D,L)&&$t(I,L,D[L]);return I},Kt={namespace:"shixunHomeworks",state:{name:"",loading:!0,workList:{},shixunWorkList:{},headerInfo:{},shixunWorkReport:{},codeReview:{},codeReviewDetail:{},workSetting:{},changeData:{},codeReviewCourse:{},referenceAnswer:{},publishGroups:{},endGroups:{},brankList:{},replyList:{},workDetail:{},commonHomeWorkAddDefaultData:{},studentWorkAddDefaultData:{},studentWorkEditDefaultData:{},commonHomeWorkEditDefaultData:{},studentWorkDetail:{},studentWorkSupplyDetail:{},studentWorkCommon:{},allStudentWorks:{},searchMemberList:{},searchProjectList:{},actionTabs:{key:""},listParams:{order:"all",page:1,limit:16,search:""},homeworkAssistantPermissions:{},shixunAssistantPermission:{},courseAssistantPermission:{}},effects:{*getWorkList({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Ue.h$,I);try{sessionStorage.all_student_works=JSON.stringify(De.all_student_works),sessionStorage.all_student_works_params=JSON.stringify(I),localStorage.setItem("all_student_works_param",JSON.stringify(I))}catch(an){}return yield ve({type:"save",payload:{workList:Pe({},De)}}),De},*getShixunWorkHeadInfo({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Ue.fK,I);try{}catch(an){}return yield ve({type:"save",payload:{headerInfo:De==null?void 0:De.data}}),De},*getShixunWorkList({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Ue.Z8,I);try{sessionStorage.all_student_works=JSON.stringify(De.all_student_works),sessionStorage.all_student_works_params=JSON.stringify(I),localStorage.setItem("all_student_works_param",JSON.stringify(I))}catch(an){}return yield ve({type:"save",payload:{shixunWorkList:De==null?void 0:De.data,homeworkAssistantPermissions:De.homework_assistant_permissions,shixunAssistantPermission:De.shixun_assistant_permission,courseAssistantPermission:De.course_assistant_permission}}),De},*getCodeReview({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Ue.RP,I);return yield ve({type:"save",payload:{codeReview:Pe({},De)}}),De},*getCodeReviewDetail({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Ue.Xn,I);return yield ve({type:"save",payload:{codeReviewDetail:Pe({},De)}}),De},*getWorkDetail({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Ue.to,I);return yield ve({type:"save",payload:{workDetail:Pe({},De)}}),De},*updateWork({payload:I,callback:D},{call:L,put:ve}){return yield L(Ue.H,I)},*getShixunWorkReport({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Ue.sw,I);try{De.all_student_works=JSON.parse(sessionStorage.all_student_works||"[]")}catch(an){}return yield ve({type:"save",payload:{shixunWorkReport:Pe({},De)}}),De},*getShixunWorkReports({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Ue.cz,I);try{De.all_student_works=JSON.parse(sessionStorage.all_student_works||"[]")}catch(an){}return yield ve({type:"save",payload:{shixunWorkReport:Pe({},De)}}),De},*getWorkSetting({payload:I,callback:D},{call:L,put:ve}){var De,an;const An=yield L(Ue.Ul,I);(De=An==null?void 0:An.group_settings)==null||De.map(Di=>{Di.value=Di.group_name,Di.id=Di.group_id,Di.group_id=[Di.group_id]}),(an=An==null?void 0:An.allow_late_settings)==null||an.map(Di=>{Di.value=Di.group_name,Di.id=Di.group_id,Di.group_id=[Di.group_id]});const hn={shixun_evaluation:An.shixun_evaluation,challenge_settings:An.challenge_settings};return yield ve({type:"save",payload:{workSetting:Pe({},An),changeData:(0,Me.cloneDeep)(hn)}}),An},*updateSetting({payload:I,callback:D},{call:L,put:ve}){return yield L(Ue.m7,I)},*getCodeReviewCourse({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Ue.JG,I);return yield ve({type:"save",payload:{codeReviewCourse:Pe({},De)}}),De},*exportShixunWorks({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Ue.Dx,I)},*getReferenceAnswer({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Ue.Q3,I);return yield ve({type:"save",payload:{referenceAnswer:Pe({},De)}}),De},*getPublishGroups({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Ue.ux,I);return yield ve({type:"save",payload:{publishGroups:Pe({},De)}}),De},*getEndGroups({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Ue.KE,I);return yield ve({type:"save",payload:{endGroups:Pe({},De)}}),De},*getBrankList({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Ue.n$,I);return yield ve({type:"save",payload:{brankList:Pe({},De)}}),De},*changeScore({payload:I,callback:D},{call:L,put:ve}){return yield L(Ue.gG,I)},*saveBanks({payload:I,callback:D},{call:L,put:ve}){return yield L(Ue.lf,I)},*addCommonHomeWorkDefaultData({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Ue.Qt,I);return yield ve({type:"save",payload:{commonHomeWorkAddDefaultData:Pe({},De)}}),De},*getSearchMemberList({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Ue.Lz,I);return yield ve({type:"save",payload:{searchMemberList:Pe({},De)}}),De},*getProjectList({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Ue.ku,I);return yield ve({type:"save",payload:{searchProjectList:Pe({},De)}}),De},*addStudentWorkDefaultData({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Ue.ak,I);return yield ve({type:"save",payload:{studentWorkAddDefaultData:Pe({},De)}}),De},*editStudentWorkDefaultData({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Ue.PW,I);return yield ve({type:"save",payload:{studentWorkEditDefaultData:Pe({},De)}}),De},*editCommonHomeWorkDefaultData({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Ue.BD,I);return yield ve({type:"save",payload:{commonHomeWorkEditDefaultData:Pe({},De)}}),De},*editCommonHomeWorkDefaultBankData({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Ue.pH,I);return yield ve({type:"save",payload:{commonHomeWorkEditDefaultData:Pe({},De)}}),De},*getReplyList({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Ue.PC,I);yield ve({type:"save",payload:{replyList:Pe({},De)}})},*getStudentWorkDetail({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Ue.Hj,I);yield ve({type:"save",payload:{studentWorkDetail:Pe({},De)}})},*getStudentWorkSupplyDetail({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Ue.ub,I);yield ve({type:"save",payload:{studentWorkSupplyDetail:Pe({},De)}})},*getStudentWorkCommon({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Ue.JA,I);yield ve({type:"save",payload:{studentWorkCommon:Pe({},De)}})},*getAllStudentWorks({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Ue.ql,I);return yield ve({type:"save",payload:{allStudentWorks:Pe({},De)}}),De},*getFileRepeatResult({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Ue.oN,I);return yield ve({type:"save",payload:{codeReview:Pe({},De)}}),De},*getFileRepeatDetail({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Ue.Ti,I);return yield ve({type:"save",payload:{codeReviewDetail:Pe({},De)}}),De},*createReply({payload:I,callback:D},{call:L,put:ve}){return yield L(Ue.PP,I)},*replyLike({payload:I,callback:D},{call:L,put:ve}){return yield L(Ue.NA,I)},*replyUnLike({payload:I,callback:D},{call:L,put:ve}){return yield L(Ue.YQ,I)},*deleteReply({payload:I,callback:D},{call:L,put:ve}){return yield L(Ue.Mf,I)},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:Pe({},I)}})}},reducers:{save(I,D){return Pe(Pe({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){return D.listen(({pathname:L})=>{L==="/"&&I({type:"query"})})}}},Lt=e(82264),Ht=e(48790),Nt=Object.defineProperty,Ct=Object.getOwnPropertySymbols,Yt=Object.prototype.hasOwnProperty,Ge=Object.prototype.propertyIsEnumerable,fe=(I,D,L)=>D in I?Nt(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,pe=(I,D)=>{for(var L in D||(D={}))Yt.call(D,L)&&fe(I,L,D[L]);if(Ct)for(var L of Ct(D))Ge.call(D,L)&&fe(I,L,D[L]);return I},Te={namespace:"classroomList",state:{name:"",loading:!0,detailTopBanner:{copy_completed:!0},detailLeftMenus:{},detailLeftMenusNames:{},detailShixunsList:{},detailGraduationTopicsList:{},detailGraduationTaskList:{},detailExerciseList:{},detailPollsList:{},detailCommonHomeworksList:{},detailAttendancesList:{},detailAttendancesDetail:{},detailAnnouncementList:{},detailAttachmentList:{},detailCourseware:{},courseMine:{},detailVideoList:{},detailLiveVideoList:{},detailBoardList:{},courseGroups:{},allCourseGroups:{},detailCourseGroupsList:{},detailCoursStudentsList:{},detailCourseStatisticsList:{},detailAttendancesStatistic:{},detailCourseWorkscore:{},detailCourseActscore:{},coursesLists:{},shixunLists:{},schoolList:{},taskList:[],searchMemberList:{},actionTabs:{key:""},listParams:{order:"all",page:1,limit:16,search:""},shareStatus:!1,AssistantObject:{},updateData:""},effects:{*setAssistantPermissions({payload:I},{call:D,put:L}){yield D(Lt.gq,I)},*getAssistantPermissions({payload:I},{call:D,put:L}){if(!(0,Ht.eB)())return;const ve=yield D(Lt.rS,I);yield L({type:"save",payload:{AssistantObject:ve.permissions}})},*getAiStatusQuery({payload:I},{call:D,put:L}){const ve=yield D(Lt.LH,I);return yield L({type:"save",payload:{cal_finish_if:ve.cal_finish_if}}),ve},*updateCoursePortraitData({payload:I},{call:D,put:L}){return yield D(Lt.Z_,I)},*getUserPortraitConfig({payload:I},{call:D,put:L}){const ve=yield D(Lt._0,I);return yield L({type:"save",payload:{userPortraitConfig:ve.data}}),ve},*updateUserPortraitConfig({payload:I},{call:D,put:L}){return yield D(Lt.r2,I)},*getClassroom({payload:I},{call:D,put:L}){const ve=I,De=yield D(Lt.V8,I);return yield L({type:"save",payload:pe({listParams:ve},De)}),De},*getClassroomTopBanner({payload:I},{call:D,put:L}){const ve=yield D(Lt.U_,I);return yield L({type:"save",payload:{detailTopBanner:ve.status?{copy_completed:!0}:pe({},ve)}}),ve.status?{copy_completed:!0}:ve},*getClassroomLeftMenus({payload:I},{call:D,put:L}){const ve=yield D(Lt.w9,I);let De=[...(ve==null?void 0:ve.course_modules)||[],...(ve==null?void 0:ve.hidden_modules)||[]],an={};return De==null||De.forEach(An=>{an[An.type]=An.name}),yield L({type:"save",payload:{detailLeftMenus:pe({},ve),detailLeftMenusNames:an}}),ve},*getClassroomShixunsList({payload:I},{call:D,put:L}){const ve=yield D(Lt.Nd,I);yield L({type:"save",payload:{detailShixunsList:pe({},ve)}})},*getClassroomTeacherShixunsList({payload:I},{call:D,put:L}){const ve=yield D(Lt.Gk,I);return yield L({type:"save",payload:{detailShixunsList:pe({},ve)}}),ve},*getClassroomCommonList({payload:I},{call:D,put:L}){const ve=yield D(Lt.Nd,I);yield L({type:"save",payload:{detailCommonHomeworksList:pe({},ve)}})},*getClassroomTeacherCommonList({payload:I},{call:D,put:L}){const ve=yield D(Lt.Gk,I);return yield L({type:"save",payload:{detailCommonHomeworksList:pe({},ve)}}),ve},*getClassroomGraduationTopicsList({payload:I},{call:D,put:L}){const ve=yield D(Lt.yV,I);yield L({type:"save",payload:{detailGraduationTopicsList:pe({},ve)}})},*getClassroomGraduationTaskList({payload:I},{call:D,put:L}){const ve=yield D(Lt.R2,I);yield L({type:"save",payload:{detailGraduationTaskList:pe({},ve)}})},*getClassroomExercisesList({payload:I},{call:D,put:L}){const ve=yield D(Lt.N7,I);yield L({type:"save",payload:{detailExerciseList:pe({},ve)}})},*getClassroomPollsList({payload:I},{call:D,put:L}){const ve=yield D(Lt.BR,I);yield L({type:"save",payload:{detailPollsList:pe({},ve)}})},*getCourseGroups({payload:I},{call:D,put:L}){const ve=yield D(Lt.qB,I);yield L({type:"save",payload:{courseGroups:pe({},ve)}})},*getAllCourseGroup({payload:I},{call:D,put:L}){const ve=yield D(Lt.c_,I);return yield L({type:"save",payload:{allCourseGroups:pe({},ve)}}),ve},*getClassroomCommonHomeworksList({payload:I},{call:D,put:L}){const ve=yield D(Lt.Al,I);yield L({type:"save",payload:{detailCommonHomeworksList:pe({},ve)}})},*getClassroomAttendancesList({payload:I},{call:D,put:L}){const ve=yield D(Lt.Vw,I);yield L({type:"save",payload:{detailAttendancesList:pe({},ve)}})},*getClassroomAttendancesStatistic({payload:I},{call:D,put:L}){const ve=yield D(Lt.Ls,I);yield L({type:"save",payload:{detailAttendancesStatistic:pe({},ve)}})},*getAttendanceDetail({payload:I},{call:D,put:L}){const ve=yield D(Lt.zg,I);return yield L({type:"save",payload:{detailAttendancesDetail:pe({},ve)}}),ve},*getAnnouncementList({payload:I},{call:D,put:L}){const ve=yield D(Lt.QZ,I);yield L({type:"save",payload:{detailAnnouncementList:pe({},ve)}})},*getAttachmentList({payload:I},{call:D,put:L}){const ve=yield D(Lt.KT,I);yield L({type:"save",payload:{detailAttachmentList:pe({},ve.data)}})},*getCourseware({payload:I},{call:D,put:L}){const ve=yield D(Lt.ZT,I);yield L({type:"save",payload:{detailCourseware:pe({},ve.data)}})},*getVideoList({payload:I},{call:D,put:L}){const ve=yield D(Lt.O3,I);yield L({type:"save",payload:{detailVideoList:pe({},ve)}})},*getLiveVideoList({payload:I},{call:D,put:L}){const ve=yield D(Lt.DJ,I);yield L({type:"save",payload:{detailLiveVideoList:pe({},ve)}})},*getCoursesMine({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Lt.Ed,I);return yield ve({type:"save",payload:{courseMine:pe({},De)}}),De.data},*getBoardList({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Lt.KP,I);return yield ve({type:"save",payload:{detailBoardList:pe({},De.data)}}),De.data},*getCourseGroupsList({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Lt.kW,I);return yield ve({type:"save",payload:{detailCourseGroupsList:pe({},De)}}),De},*getCourseStudentsList({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Lt.J2,I);return yield ve({type:"save",payload:{detailCoursStudentsList:pe({},De)}}),De.data},*getCourseStatistics({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Lt.g4,I);return yield ve({type:"save",payload:{detailCourseStatisticsList:pe({},De)}}),De},*getCourseActscore({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Lt.t1,I);return yield ve({type:"save",payload:{detailCourseActscore:pe({},De)}}),De},*getCourseWorkscore({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Lt.GV,I);return yield ve({type:"save",payload:{detailCourseWorkscore:pe({},De)}}),De},*getShixunLists({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Lt.Pj,I);return yield ve({type:"save",payload:{shixunLists:pe({},De)}}),De},*getExperimentLists({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Lt._9,I);return yield ve({type:"save",payload:{shixunLists:pe({},De)}}),De},*getShixunAiRecommendLists({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Lt.Hn,I);return yield ve({type:"save",payload:{shixunAiRecommendLists:pe({},De)}}),De},*getCoursesLists({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Lt.W7,I);return yield ve({type:"save",payload:{coursesLists:pe({},De)}}),De},*createCoursesHomework({payload:I,callback:D},{call:L,put:ve}){return yield L(Lt.Ds,I)},*createShixunHomework({payload:I,callback:D},{call:L,put:ve}){return yield L(Lt.aQ,I)},*createExperiment({payload:I,callback:D},{call:L,put:ve}){return yield L(Lt.BQ,I)},*getSchoolList({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Lt.K$,I);return yield ve({type:"save",payload:{schoolList:pe({},De.school_names)}}),De.school_names},*searchSchoolTeacherList({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Lt.nQ,I);return yield ve({type:"save",payload:{searchMemberList:pe({},De)}}),De},*getAllTaskList({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Lt.km,I);return yield ve({type:"save",payload:{taskList:[...De.tasks]}}),De},*updateTaskPosition({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Lt.U8,I);return yield ve({type:"save",payload:{actionTabs:{key:""}}}),De},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:pe({},I)}})},*setUpdateData({payload:I},{call:D,put:L}){yield L({type:"save",payload:{updateData:I}})}},reducers:{save(I,D){return pe(pe({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){return D.listen(({pathname:L})=>{L==="/"&&I({type:"query"})})}}},ht=Object.defineProperty,Wt=Object.getOwnPropertySymbols,St=Object.prototype.hasOwnProperty,Re=Object.prototype.propertyIsEnumerable,_t=(I,D,L)=>D in I?ht(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,ze=(I,D)=>{for(var L in D||(D={}))St.call(D,L)&&_t(I,L,D[L]);if(Wt)for(var L of Wt(D))Re.call(D,L)&&_t(I,L,D[L]);return I},gt={namespace:"newClassroom",state:{schoolList:[],searchCourseList:[],actionTabs:{key:"",params:{}}},effects:{*getSchoolList({payload:I},{call:D,put:L}){const ve=yield D(Lt.K$,I);yield L({type:"save",payload:{schoolList:(ve==null?void 0:ve.school_names)||[]}})},*getSearchCourseList({payload:I},{call:D,put:L}){const ve=yield D(Lt.oM,I);yield L({type:"save",payload:{searchCourseList:(ve==null?void 0:ve.course_lists)||[]}})},*submitCourses({payload:I},{call:D,put:L}){return yield D(Lt.Bn,I)},*appplySchool({payload:I},{call:D,put:L}){return yield D(Lt.bz,I)},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:ze({},I)}})},*joincoursegroup({payload:I},{call:D,put:L}){return yield D(Lt.WK,I)}},reducers:{save(I,D){return ze(ze({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){}}},kt=Object.defineProperty,Fe=Object.getOwnPropertySymbols,Ir=Object.prototype.hasOwnProperty,At=Object.prototype.propertyIsEnumerable,Vr=(I,D,L)=>D in I?kt(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,Qr=(I,D)=>{for(var L in D||(D={}))Ir.call(D,L)&&Vr(I,L,D[L]);if(Fe)for(var L of Fe(D))At.call(D,L)&&Vr(I,L,D[L]);return I},Lr={namespace:"classroomsOverview",state:{},effects:{*getCourseUseInfos({payload:I},{call:D,put:L}){const ve=yield D(Lt.Dd,I);yield L({type:"save",payload:{CourseUseInfos:ve}})},*getRankList({payload:I},{call:D,put:L}){const ve=yield D(Lt.Fg,I);yield L({type:"save",payload:{RankList:{teacher_list:[{rank:"\u6392\u540D",name:"\u59D3\u540D",course_num:"\u7BA1\u7406\u8BFE",homework_num:"\u53D1\u5E03\u4F5C\u4E1A\u6570",exercise_num:"\u53D1\u5E03\u8003\u8BD5\u6570",resource_num:"\u4E0A\u4F20\u8D44\u6E90\u6570"},...(ve==null?void 0:ve.teacher_list)||[]],student_list:[{rank:"\u6392\u540D",name:"\u59D3\u540D",student_id:"\u5B66\u53F7/\u5DE5\u53F7",finish_num:"\u5B8C\u6210\u4F5C\u4E1A\u6570",total_score:"\u603B\u6210\u7EE9"},...(ve==null?void 0:ve.student_list)||[]],learn_course_list:[{rank:"\u6392\u540D",name:"\u6559\u5B66\u8BFE\u5802\u540D\u79F0",num:"\u5B66\u4E60\u4EBA\u6570"},...(ve==null?void 0:ve.learn_course_list)||[]],interact_course_list:[{rank:"\u6392\u540D",name:"\u6559\u5B66\u8BFE\u5802\u540D\u79F0",num:"\u4E92\u52A8\u8BA8\u8BBA\u6570"},...(ve==null?void 0:ve.interact_course_list)||[]],finish_course_list:[{rank:"\u6392\u540D",name:"\u6559\u5B66\u8BFE\u5802\u540D\u79F0",num:"\u603B\u5B8C\u6210\u6570"},...(ve==null?void 0:ve.finish_course_list)||[]]}}})},*getStatisticsBody({payload:I},{call:D,put:L}){const ve=yield D(Lt.Gz,I);yield L({type:"save",payload:{SBody:ve}})},*getStatisticsHeader({payload:I},{call:D,put:L}){const ve=yield D(Lt.Hl,I);yield L({type:"save",payload:{SHeader:ve}})}},reducers:{save(I,D){return Qr(Qr({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){return D.listen(({pathname:L})=>{L==="/"&&I({type:"query"})})}}},_r=e(7299),Ur=Object.defineProperty,sn=Object.getOwnPropertySymbols,fn=Object.prototype.hasOwnProperty,cr=Object.prototype.propertyIsEnumerable,Dr=(I,D,L)=>D in I?Ur(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,ft=(I,D)=>{for(var L in D||(D={}))fn.call(D,L)&&Dr(I,L,D[L]);if(sn)for(var L of sn(D))cr.call(D,L)&&Dr(I,L,D[L]);return I},zt={namespace:"polls",state:{name:"\u666E\u901A\u8BD5\u5377\uFF0C\u968F\u673A\u8BD5\u5377\u8BE6\u60C5\u9875\u9762",loading:!0,pollsList:{},statisticsList:{},pollsCoursesList:{},brankList:{},actionTabs:{},commonHeader:{},pollSetting:{},endGroups:{},publishGroups:{},exerciseBanks:{}},effects:{*getPollsList({payload:I,callback:D},{call:L,put:ve}){const De=yield L(_r.s3,I);return yield ve({type:"save",payload:{pollsList:ft({},De)}}),De},*getCommonHeader({payload:I,callback:D},{call:L,put:ve}){const De=yield L(_r.UK,I);return yield ve({type:"save",payload:{commonHeader:ft({},De)}}),De},*getPollsStatistics({payload:I,callback:D},{call:L,put:ve}){const De=yield L(_r.Qn,I);return yield ve({type:"save",payload:{statisticsList:ft({},De)}}),De},*getBrankList({payload:I,callback:D},{call:L,put:ve}){const De=yield L(_r.n$,I);return yield ve({type:"save",payload:{brankList:ft({},De)}}),De},*saveBanks({payload:I,callback:D},{call:L,put:ve}){return yield L(_r.lf,I)},*getPollsCourses({payload:I,callback:D},{call:L,put:ve}){const De=yield L(_r.Q9,I);return yield ve({type:"save",payload:{pollsCoursesList:ft({},De)}}),De},*getPollsSetting({payload:I,callback:D},{call:L,put:ve}){const De=yield L(_r.Hi,I);return yield ve({type:"save",payload:{pollSetting:ft({},De)}}),De},*editPolls({payload:I,callback:D},{call:L,put:ve}){const De=yield L(_r.Ye,I);return yield ve({type:"save",payload:{editData:ft({},JSON.parse(JSON.stringify(De)))}}),De},*getEndGroups({payload:I,callback:D},{call:L,put:ve}){const De=yield L(_r.KE,I);return yield ve({type:"save",payload:{endGroups:ft({},De)}}),De},*getPublishGroups({payload:I,callback:D},{call:L,put:ve}){const De=yield L(_r.ux,I);return yield ve({type:"save",payload:{publishGroups:ft({},De)}}),De},*getExerciseBanks({payload:I,callback:D},{call:L,put:ve}){const De=yield L(_r.kp,I);return yield ve({type:"save",payload:{exerciseBanks:ft({},De)}}),De},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:ft({},I)}})}},reducers:{save(I,D){return ft(ft({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){}}},nr=e(49234),yr=Object.defineProperty,nt=Object.getOwnPropertySymbols,Nr=Object.prototype.hasOwnProperty,en=Object.prototype.propertyIsEnumerable,In=(I,D,L)=>D in I?yr(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,mr=(I,D)=>{for(var L in D||(D={}))Nr.call(D,L)&&In(I,L,D[L]);if(nt)for(var L of nt(D))en.call(D,L)&&In(I,L,D[L]);return I},yn={namespace:"teachers",state:{list:{},applyList:{},allCourseGroups:{},graduationGroupList:{},studentsList:{},actionTabs:{key:"",params:{}},updateIndex:1},effects:{*getList({payload:I},{call:D,put:L}){var ve;const De=yield D(nr.gp,I);return(ve=De==null?void 0:De.teacher_list)==null||ve.map(an=>(an.key=an.course_member_id,an)),yield L({type:"save",payload:{list:De}}),De},*getStudentsList({payload:I},{call:D,put:L}){var ve;const De=yield D(nr.ur,I);return(ve=De==null?void 0:De.students)==null||ve.map(an=>(an.key=an.user_id,an)),yield L({type:"save",payload:{studentsList:De}}),De},*getApplyList({payload:I},{call:D,put:L}){const ve=yield D(nr.s,I);return yield L({type:"save",payload:{applyList:ve}}),ve},*getAllCourseGroups({payload:I},{call:D,put:L}){const ve=yield D(nr.xV,I);return yield L({type:"save",payload:{allCourseGroups:ve}}),ve},*getGraduationGroupList({payload:I},{call:D,put:L}){const ve=yield D(nr.Bg,I);return yield L({type:"save",payload:{graduationGroupList:ve}}),ve},*setAllCourseGroups({payload:I},{call:D,put:L}){const ve=yield D(nr.oZ,I);return yield L({type:"save",payload:{setAllCourseGroups:ve}}),ve},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:mr({},I)}})},*setUpdateIndex({payload:I},{call:D,put:L}){yield L({type:"save",payload:{updateIndex:Math.random()}})}},reducers:{save(I,D){return mr(mr({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){}}},wn=e(69618),Dn=Object.defineProperty,_i=Object.getOwnPropertySymbols,ui=Object.prototype.hasOwnProperty,Oi=Object.prototype.propertyIsEnumerable,bi=(I,D,L)=>D in I?Dn(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,pi=(I,D)=>{for(var L in D||(D={}))ui.call(D,L)&&bi(I,L,D[L]);if(_i)for(var L of _i(D))Oi.call(D,L)&&bi(I,L,D[L]);return I},na={namespace:"video",state:{name:"\u8D44\u6E90",loading:!0,actionTabs:{},videoStatisticsList:{},newVideoStatisticsList:{},videoDurationStatics:{},StudentvideoStatistics:{},videoPeopleStatics:{},videoStatistics:{},oneVideoStatisticsList:{}},effects:{*getVideoStatisticsList({payload:I,callback:D},{call:L,put:ve}){const De=yield L(wn.BQ,I);return yield ve({type:"save",payload:{videoStatisticsList:pi({},De)}}),De},*getNewVideoStatisticsList({payload:I,callback:D},{call:L,put:ve}){const De=yield L(wn.cU,I);return yield ve({type:"save",payload:{newVideoStatisticsList:pi({},De)}}),De},*getVideoPeopleStatics({payload:I,callback:D},{call:L,put:ve}){const De=yield L(wn.Zx,I);return yield ve({type:"save",payload:{videoPeopleStatics:pi({},De)}}),De},*getVideoDurationStatics({payload:I,callback:D},{call:L,put:ve}){const De=yield L(wn.Mz,I);return yield ve({type:"save",payload:{videoDurationStatics:pi({},De)}}),De},*getVideoStatistics({payload:I,callback:D},{call:L,put:ve}){const De=yield L(wn.ZY,I);return yield ve({type:"save",payload:{videoStatistics:pi({},De)}}),De},*getOneVideoStatisticsList({payload:I,callback:D},{call:L,put:ve}){const De=yield L(wn.cU,I);return yield ve({type:"save",payload:{oneVideoStatisticsList:pi({},De)}}),De},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:pi({},I)}})},*getStudentVideoStatisticsList({payload:I,callback:D},{call:L,put:ve}){const De=yield L(wn.Vg,I);return yield ve({type:"save",payload:{StudentvideoStatistics:pi({},De)}}),De}},reducers:{save(I,D){return pi(pi({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){}}},Jn=e(73801),Ji=Object.defineProperty,yt=Object.getOwnPropertySymbols,zn=Object.prototype.hasOwnProperty,mi=Object.prototype.propertyIsEnumerable,Xi=(I,D,L)=>D in I?Ji(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,ei=(I,D)=>{for(var L in D||(D={}))zn.call(D,L)&&Xi(I,L,D[L]);if(yt)for(var L of yt(D))mi.call(D,L)&&Xi(I,L,D[L]);return I},xi={namespace:"competitions",state:{name:"",loading:!0,listParams:{page:1,per_page:20,category:""},Staff:{},Header:{},competition_title:"",banner:"",competitions:[],count:"",RightItems:{},Prizes:{},Account:{},TabResultList:{},competition_team:{},all_team_member:{},actionTabs:{key:"",params:{}},GuidesData:{}},effects:{*postGuides({payload:I,callback:D},{call:L,put:ve}){return yield L(Jn.cC,I)},*getGuides({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Jn.Ax,I);return yield ve({type:"save",payload:{GuidesData:De}}),De},*getWorkSubmitUpdateRes({payload:I,callback:D},{call:L,put:ve}){return yield L(Jn.zF,I)},*getList({payload:I},{call:D,put:L}){const ve=I,De=yield D(Jn.bQ,I);return yield L({type:"save",payload:ei({listParams:ve},De)}),De},*getMemberWorks({payload:I},{call:D,put:L}){const ve=yield D(Jn.xx,I);return yield L({type:"save",payload:{MemberWorks:ve||{}}}),ve},*addApplytojoincourse({payload:I,callback:D},{call:L,put:ve}){return yield L(Jn.qS,I)},*competitionTeams({payload:I,callback:D},{call:L,put:ve}){return yield L(Jn.Pt,I)},*getStaff({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Jn.Dh,I);return yield ve({type:"save",payload:{Staff:De}}),De},*getHeader({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Jn.Pg,I);return yield ve({type:"save",payload:{Header:De}}),De},*getItem({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Jn.rV,I);return yield ve({type:"save",payload:{RightItems:De}}),De},*updateMdContent({payload:I,callback:D},{call:L,put:ve}){return yield L(Jn.zj,I)},*getTeamList({payload:I,callback:D},{call:L,put:ve}){return yield L(Jn.aq,I)},*getTeamDetail({payload:I,callback:D},{call:L,put:ve}){return yield L(Jn.Ze,I)},*UpTeam({payload:I,callback:D},{call:L,put:ve}){return yield L(Jn.yS,I)},*DeleteTeam({payload:I,callback:D},{call:L,put:ve}){return yield L(Jn.ps,I)},*ExitTeam({payload:I,callback:D},{call:L,put:ve}){return yield L(Jn.vV,I)},*AddTeam({payload:I,callback:D},{call:L,put:ve}){return yield L(Jn.FU,I)},*AddPersonnel({payload:I,callback:D},{call:L,put:ve}){return yield L(Jn.R9,I)},*JoinTeam({payload:I,callback:D},{call:L,put:ve}){return yield L(Jn.zc,I)},*getTeacher({payload:I,callback:D},{call:L,put:ve}){return yield L(Jn.jS,I)},*getStudents({payload:I,callback:D},{call:L,put:ve}){return yield L(Jn.sK,I)},*SubmitTeam({payload:I,callback:D},{call:L,put:ve}){return yield L(Jn.rm,I)},*Reward({payload:I,callback:D},{call:L,put:ve}){return yield L(Jn.Qp,I)},*ChartRules({payload:I,callback:D},{call:L,put:ve}){return yield L(Jn.Ux,I)},*Charts({payload:I,callback:D},{call:L,put:ve}){return yield L(Jn.GQ,I)},*TabResults({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Jn.ml,I);return yield ve({type:"save",payload:{TabResultList:De}}),De},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:ei({},I)}})},*Results({payload:I,callback:D},{call:L,put:ve}){return yield L(Jn.u9,I)},*Prize({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Jn.pU,I);return yield ve({type:"save",payload:{Prizes:De}}),De},*Accounts({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Jn.XJ,I);return yield ve({type:"save",payload:{Account:De}}),De},*getVerification({payload:I,callback:D},{call:L,put:ve}){return yield L(Jn.Ni,I)},*PhoneBind({payload:I,callback:D},{call:L,put:ve}){return yield L(Jn.uZ,I)},*EmailBind({payload:I,callback:D},{call:L,put:ve}){return yield L(Jn.rk,I)},*Authentication({payload:I,callback:D},{call:L,put:ve}){return yield L(Jn.Vy,I)},*Professional({payload:I,callback:D},{call:L,put:ve}){return yield L(Jn.tC,I)},*setleader({payload:I,callback:D},{call:L,put:ve}){return yield L(Jn.tO,I)},*getShixun({payload:I,callback:D},{call:L,put:ve}){return yield L(Jn.qj,I)},*getCourse({payload:I,callback:D},{call:L,put:ve}){return yield L(Jn.XR,I)},*competition_teams({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Jn.zz,I);return yield ve({type:"save",payload:{competition_team:De}}),De},*all_team_members({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Jn.$P,I);return yield ve({type:"save",payload:{all_team_member:De}}),De}},reducers:{save(I,D){return ei(ei({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){return D.listen(({pathname:L})=>{L==="/"&&I({type:"query"})})}}},lt=e(1103),_n=e(32026),Qt=Object.defineProperty,vt=Object.defineProperties,tt=Object.getOwnPropertyDescriptors,Ot=Object.getOwnPropertySymbols,pt=Object.prototype.hasOwnProperty,ur=Object.prototype.propertyIsEnumerable,fr=(I,D,L)=>D in I?Qt(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,Cr=(I,D)=>{for(var L in D||(D={}))pt.call(D,L)&&fr(I,L,D[L]);if(Ot)for(var L of Ot(D))ur.call(D,L)&&fr(I,L,D[L]);return I},$r=(I,D)=>vt(I,tt(D)),Je={namespace:"engineeringEvaluteDetail",state:{classDataSource:{active:null,dataList:[]},actionTabs:{key:"",params:{}},name:"",headerData:{dataSource:{[_n.k[0]]:{width:235,placeholder:`\u8BF7\u9009\u62E9${_n.k[0]}`,loading:"engineeringEvaluteDetail/getMajorList",dataList:[]},[_n.k[1]]:{width:138,placeholder:`\u8BF7\u9009\u62E9${_n.k[1]}`,loading:"engineeringEvaluteDetail/getYearList",dataList:[]}},active:{}},tabListData:[],echartsData:{barData:{name:"",dataSource:{xData:[],yBarData:[],yLineData:[]}},lineData:{name:"",xData:[],seriesData:[]},scatterData:{}}},effects:{*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:Cr({},I)}})},*getMajorList({payload:I},{call:D,put:L,select:ve}){const{userInfo:De}=yield ve(an=>an.user);if(De!=null&&De.school_id){const an=yield D(lt.BA,De.school_id);an&&an.data&&(yield L({type:"setMajorOrYearDataSource",payload:{key:_n.k[0],value:an.data.map(An=>({label:An.name,value:An.ec_major_school_id}))}}))}},*getYearList({payload:I},{call:D,put:L}){const ve=yield D(lt.Nx,I);ve&&ve.data&&(yield L({type:"setMajorOrYearDataSource",payload:{key:_n.k[1],value:ve.data.map(De=>({label:De.year,value:De.ec_year_id}))}}))},*getCourseResultDetail({payload:I},{call:D,put:L}){console.log(I,"payload");const ve=yield D(lt.p1,I);ve&&ve.ec_course_target&&(yield L({type:"setEchartsData",payload:ve}))},*getCourseResultDetailClass({payload:I},{call:D,put:L}){const ve=yield D(lt.ff,I);ve&&ve.class_name&&(yield L({type:"save",payload:{classDataSource:{active:null,dataList:[...ve.class_name]}}}))},*setClassActive({payload:I},{call:D,put:L}){yield L({type:"save",payload:{classDataSource:Cr({},I)}})}},reducers:{save(I,D){return Cr(Cr({},I),D.payload)},setMajorOrYearDataSource(I,{payload:D}){return $r(Cr({},I),{headerData:$r(Cr({},I.headerData),{dataSource:$r(Cr({},I.headerData.dataSource),{[D.key]:$r(Cr({},I.headerData.dataSource[D.key]),{dataList:D.value})})})})},setMajorOrYearActive(I,{payload:D}){return $r(Cr({},I),{headerData:$r(Cr({},I.headerData),{active:$r(Cr({},I.headerData.active),{[D.key]:D.value})})})},setEchartsData(I,{payload:D}){let L={name:D.course_name||"",dataSource:{xData:[],yBarData:[],yLineData:[]}},ve={name:D.course_name||"",xData:[],seriesData:[]},De={};return D.ec_course_target.forEach((an,An)=>{an.position=An+1,L=$r(Cr({},L),{dataSource:{xData:[...L.dataSource.xData,An+1],yBarData:[...L.dataSource.yBarData,an.actual_grade],yLineData:[...L.dataSource.yLineData,an.standard_grade]}});let hn=[],Di={min:[],max:[]},Ya=[],Da=[],Oo=[];an.student_data.detail.forEach((Ma,co)=>{let bs=Ma.score;hn.push(co+1),Di.max.push(bs>=an.student_data.goal_score?bs:null),Di.min.push(bs>=an.student_data.goal_score?null:bs),Ya.push(Ma.name),Da.push(Ma.student_id),Oo.push(Ma.clazz)}),De[An+1]={name:An+1,average_score:an.student_data.average_score,goal_score:an.student_data.goal_score,xData:hn,yData:Di,name_data:Ya,student_ids:Da,class_data:Oo,goal_scoreData:new Array(an.student_data.detail.length).fill(an.student_data.goal_score),average_scoreData:new Array(an.student_data.detail.length).fill(an.student_data.average_score)}}),D.history.forEach(an=>{ve=$r(Cr({},ve),{xData:[...ve.xData,an.year],seriesData:[...ve.seriesData,an.total_score]})}),$r(Cr({},I),{name:D.course_name||"",tabListData:D.ec_course_target,echartsData:{barData:L,lineData:ve,scatterData:De}})}},subscriptions:{setup({dispatch:I,history:D}){return D.listen(({pathname:L})=>{L==="/"&&I({type:"query"})})}}},xe=Object.defineProperty,st=Object.getOwnPropertySymbols,rr=Object.prototype.hasOwnProperty,Mr=Object.prototype.propertyIsEnumerable,Or=(I,D,L)=>D in I?xe(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,Pr=(I,D)=>{for(var L in D||(D={}))rr.call(D,L)&&Or(I,L,D[L]);if(st)for(var L of st(D))Mr.call(D,L)&&Or(I,L,D[L]);return I},mn={namespace:"engineering",state:{showMenu:!0,matrixVerify:{key:!1,params:{}},actionTabs:{key:"",params:{}}},effects:{*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:Pr({},I)}})},*setShowMenu({payload:I},{call:D,put:L}){yield L({type:"save",payload:{showMenu:I}})},*setMatrixVerify({payload:I},{call:D,put:L}){yield L({type:"save",payload:{matrixVerify:Pr({},I)}})}},reducers:{save(I,D){return Pr(Pr({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){return D.listen(({pathname:L})=>{L==="/"&&I({type:"query"})})}}},Tr=e(96999),dn=Object.defineProperty,rn=Object.defineProperties,un=Object.getOwnPropertyDescriptors,Tn=Object.getOwnPropertySymbols,va=Object.prototype.hasOwnProperty,Si=Object.prototype.propertyIsEnumerable,vi=(I,D,L)=>D in I?dn(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,gn=(I,D)=>{for(var L in D||(D={}))va.call(D,L)&&vi(I,L,D[L]);if(Tn)for(var L of Tn(D))Si.call(D,L)&&vi(I,L,D[L]);return I},ai=(I,D)=>rn(I,un(D)),da={namespace:"engineeringNavigtion",state:{actionTabs:{key:"",params:{}},headerData:{title:"\u8BA4\u8BC1\u5BFC\u822A",dataSource:{[_n.k[0]]:{width:235,placeholder:`\u8BF7\u9009\u62E9${_n.k[0]}`,loading:"engineeringNavigtion/getMajorList",dataList:[]},[_n.k[1]]:{width:138,placeholder:`\u8BF7\u9009\u62E9${_n.k[1]}`,loading:"engineeringNavigtion/getYearList",dataList:[]}},active:{},name:"",tabBarContent:{user_name:"",user_school:"",user_type:""}},cardListData:{appraiseData:{norm:{title:"\u6307\u6807\u8BC4\u4EF7",result:"-",tabBarContent:[{icon:"icon-biyezhibiao",label:"\u6BD5\u4E1A\u6307\u6807",value:"/engineering/graduated/index"},{icon:"icon-biyejuzhen",label:"\u6BD5\u4E1A\u77E9\u9635",value:"/engineering/graduated/matrix"}],listData:[{key:"graduation_count",icon:"icon-biyeyaoqiu1",backgroundColor:"#F2EBFB",textColor:"#713BDB",label:"\u6BD5\u4E1A\u8981\u6C42",value:"-",unit:"\u9879"},{key:"graduation_subitem_count",icon:"icon-zhibiaodian",backgroundColor:"#FEF3EF",textColor:"#FF8B58",label:"\u6307\u6807\u70B9",value:"-",unit:"\u9879"},{key:"graduation_achieve_count",icon:"icon-dacheng",backgroundColor:"#D7F5E6",textColor:"#07C160",label:"\u5DF2\u8FBE\u6210\u6BD5\u4E1A\u8981\u6C42",value:"-",unit:"\u9879"},{key:"graduation_not_achieve_count",icon:"icon-weidacheng",backgroundColor:"#F5F5F5",textColor:"#7C8184",label:"\u672A\u8FBE\u6210\u6BD5\u4E1A\u8981\u6C42",value:"-",unit:"\u9879"}]},course:{title:"\u8BFE\u7A0B\u8BC4\u4EF7",result:"-",tabBarContent:[{icon:"icon-kechengliebiao",label:"\u8BFE\u7A0B\u5217\u8868",value:"/engineering/course/list"},{icon:"icon-kechengjuzhen",label:"\u8BFE\u7A0B\u77E9\u9635",value:"/engineering/course/matrix"}],listData:[{key:"course_count",icon:"icon-kechengshuliang",backgroundColor:"#E2F5FF",textColor:"#007AFF",label:"\u8BFE\u7A0B\u6570\u91CF",value:"-",unit:"\u95E8"},{key:"course_target_count",icon:"icon-mubiao",backgroundColor:"#FEF8EF",textColor:"#FEB315",label:"\u8BFE\u7A0B\u76EE\u6807",value:"-",unit:"\u9879"},{key:"course_achieve_count",icon:"icon-dacheng",backgroundColor:"#D7F5E6",textColor:"#07C160",label:"\u5DF2\u8FBE\u6210\u8BFE\u7A0B\u6570\u91CF",value:"-",unit:"\u95E8"},{key:"course_not_achieve_count",icon:"icon-weidacheng",backgroundColor:"#F5F5F5",textColor:"#7C8184",label:"\u672A\u8FBE\u6210\u8BFE\u7A0B\u6570\u91CF",value:"-",unit:"\u95E8"}]}},teamData:{teach:{title:"\u6388\u8BFE\u56E2\u961F",tabBarContent:"0\u4EBA",listData:[]},work:{title:"\u5DE5\u4F5C\u56E2\u961F",tabBarContent:"0\u4EBA",listData:[]}}},totalListData:[{key:"student_count",title:"\u5F53\u524D\u5B66\u751F\u603B\u6570",value:0,icon:"icon-xuesheng1",backgroundColor:"rgba(201,236,255,0.51)",textColor:"#007AFF"},{key:"student_in_count",title:"\u8F6C\u5165\u5B66\u751F\u603B\u6570",value:0,icon:"icon-zhuanru",backgroundColor:"rgba(119,241,174,0.4)",textColor:"#1FA363"},{key:"student_out_count",title:"\u8F6C\u51FA\u5B66\u751F\u603B\u6570",value:0,icon:"icon-zhuanchu",backgroundColor:"rgba(255,197,147,0.44)",textColor:"#FA6400"}]},effects:{*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:gn({},I)}})},*getMajorList({},{call:I,put:D,select:L}){const{userInfo:ve}=yield L(De=>De.user);if(ve!=null&&ve.school_id){const De=yield I(lt.BA,ve.school_id);if(De&&De.data){const an=Tr.U.getItem(ve==null?void 0:ve.login);yield D({type:"setMajorOrYearDataSource",payload:{key:_n.k[0],value:De.data.map(An=>({label:An.name,value:An.ec_major_school_id})),active:De.data.length>0?an[0]||De.data[0].ec_major_school_id:void 0}})}}},*getYearList({payload:I},{call:D,put:L,select:ve}){const De=yield D(lt.Nx,I.id),{userInfo:an}=yield ve(An=>An.user);if(De&&De.data){const An=Tr.U.getItem(an==null?void 0:an.login);yield L({type:"setMajorOrYearDataSource",payload:{key:_n.k[1],value:De.data.map(hn=>({label:hn.year,value:hn.ec_year_id})),active:De.data.length>0?I.firstEnter?An[1]:De.data[0].ec_year_id:void 0}})}},*getTopPage({},{call:I,put:D,select:L}){const{headerData:ve}=yield L(An=>An.engineeringNavigtion),{userInfo:De}=yield L(An=>An.user);let an={};if(ve.active[_n.k[1]]&&De.school_id){const An=[ve.active[_n.k[0]],ve.active[_n.k[1]]];Tr.U.setItem(De==null?void 0:De.login,An);const hn=yield I(lt.bA,{ec_year_id:ve.active[_n.k[1]],school_id:De.school_id});hn&&hn.data&&(an=hn.data),yield D({type:"setTopPage",payload:an})}},*putTopPageName({payload:I,callback:D},{call:L,put:ve}){try{const De=yield L(lt.ay,I);D(De)}catch(De){let an="";De&&(an=JSON.stringify(De),De.message&&(an=De.message)),D({message:an,status:999})}}},reducers:{save(I,D){return gn(gn({},I),D.payload)},setMajorOrYearDataSource(I,{payload:D}){let L=I.headerData.active;return D.active&&(L=ai(gn({},L),{[D.key]:D.active})),ai(gn({},I),{headerData:ai(gn({},I.headerData),{dataSource:ai(gn({},I.headerData.dataSource),{[D.key]:ai(gn({},I.headerData.dataSource[D.key]),{dataList:D.value})}),active:L})})},setMajorOrYearActive(I,{payload:D}){return ai(gn({},I),{headerData:ai(gn({},I.headerData),{active:ai(gn({},I.headerData.active),{[D.key]:D.value})})})},setTopPage(I,{payload:D}){return ai(gn({},I),{headerData:ai(gn({},I.headerData),{name:D.name,tabBarContent:{user_name:D.user_name,user_school:D.user_school,user_type:D.user_type}}),cardListData:ai(gn({},I.cardListData),{appraiseData:ai(gn({},I.cardListData.appraiseData),{norm:ai(gn({},I.cardListData.appraiseData.norm),{result:D.graduaiton_result,listData:I.cardListData.appraiseData.norm.listData.map(L=>ai(gn({},L),{value:D[L.key]||0}))}),course:ai(gn({},I.cardListData.appraiseData.course),{result:D.course_result,listData:I.cardListData.appraiseData.course.listData.map(L=>ai(gn({},L),{value:D[L.key]||0}))})}),teamData:{teach:ai(gn({},I.cardListData.teamData.teach),{tabBarContent:`${D.course_teachers?D.course_teachers.length:0}\u4EBA`,listData:D.course_teachers||[]}),work:ai(gn({},I.cardListData.teamData.work),{tabBarContent:`${D.work_teachers?D.work_teachers.length:0}\u4EBA`,listData:D.work_teachers||[]})}}),totalListData:I.totalListData.map(L=>ai(gn({},L),{value:D[L.key]||0}))})}},subscriptions:{setup({dispatch:I,history:D}){return D.listen(({pathname:L})=>{L==="/"&&I({type:"query"})})}}},$a=Object.defineProperty,Ta=Object.defineProperties,fs=Object.getOwnPropertyDescriptors,ws=Object.getOwnPropertySymbols,Wa=Object.prototype.hasOwnProperty,gi=Object.prototype.propertyIsEnumerable,ia=(I,D,L)=>D in I?$a(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,os=(I,D)=>{for(var L in D||(D={}))Wa.call(D,L)&&ia(I,L,D[L]);if(ws)for(var L of ws(D))gi.call(D,L)&&ia(I,L,D[L]);return I},Ga=(I,D)=>Ta(I,fs(D)),Vi={namespace:"engineeringNormDetail",state:{actionTabs:{key:"",params:{}},dataSource:{name:"",goal_value:0,actual_value:0,subitems:[]}},effects:{*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:os({},I)}})},*getGraduationResultDetail({payload:I},{call:D,put:L}){const ve=yield D(lt.gq,I);yield L({type:"save",payload:{dataSource:ve}})}},reducers:{save(I,D){return os(os({},I),D.payload)},setDataSource(I,{payload:D}){let L=D;return Ga(os({},I),{dataSource:L})}},subscriptions:{setup({dispatch:I,history:D}){return D.listen(({pathname:L})=>{L==="/"&&I({type:"query"})})}}},vs=e(8591),bo=Object.defineProperty,Bi=Object.defineProperties,_s=Object.getOwnPropertyDescriptors,Na=Object.getOwnPropertySymbols,Ys=Object.prototype.hasOwnProperty,Rn=Object.prototype.propertyIsEnumerable,ja=(I,D,L)=>D in I?bo(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,cs=(I,D)=>{for(var L in D||(D={}))Ys.call(D,L)&&ja(I,L,D[L]);if(Na)for(var L of Na(D))Rn.call(D,L)&&ja(I,L,D[L]);return I},Ua=(I,D)=>Bi(I,_s(D)),zi=(I,D)=>{var L={};for(var ve in I)Ys.call(I,ve)&&D.indexOf(ve)<0&&(L[ve]=I[ve]);if(I!=null&&Na)for(var ve of Na(I))D.indexOf(ve)<0&&Rn.call(I,ve)&&(L[ve]=I[ve]);return L},Oa={namespace:"engineeringNormList",state:{actionTabs:{key:"",params:{}},headerData:{dataSource:{[_n.k[0]]:{width:235,placeholder:`\u8BF7\u9009\u62E9${_n.k[0]}`,loading:"engineeringNormList/getMajorList",dataList:[]},[_n.k[1]]:{width:138,placeholder:`\u8BF7\u9009\u62E9${_n.k[1]}`,loading:"engineeringNormList/getYearList",dataList:[]}},active:{}},tabListData:[],expandedRowKeys:[],all_goal_value:""},effects:{*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:cs({},I)}})},*getMajorList({},{call:I,put:D,select:L}){const{userInfo:ve}=yield L(De=>De.user);if(ve!=null&&ve.school_id){const De=yield I(lt.BA,ve.school_id);if(De&&De.data){const an=Tr.U.getItem(ve==null?void 0:ve.login);yield D({type:"setMajorOrYearDataSource",payload:{key:_n.k[0],value:De.data.map(An=>({label:An.name,value:An.ec_major_school_id})),active:De.data.length>0?an[0]||De.data[0].ec_major_school_id:void 0}})}}},*getYearList({payload:I},{call:D,put:L,select:ve}){const De=yield D(lt.Nx,I.id),{userInfo:an}=yield ve(An=>An.user);if(De&&De.data){const An=Tr.U.getItem(an==null?void 0:an.login);yield L({type:"setMajorOrYearDataSource",payload:{key:_n.k[1],value:De.data.map(hn=>({label:hn.year,value:hn.ec_year_id})),active:De.data.length>0?I.firstEnter?An[1]:De.data[0].ec_year_id:void 0}})}},*getGraduationResults({},{call:I,put:D,select:L}){const{headerData:ve}=yield L(Ya=>Ya.engineeringNormList),{userInfo:De}=yield L(Ya=>Ya.user);let an=[],An=[],hn="";const Di=ve.active[_n.k[1]];if(Di){const Ya=[ve.active[_n.k[0]],ve.active[_n.k[1]]];Tr.U.setItem(De==null?void 0:De.login,Ya);const Da=yield I(lt.eM,Di);Da&&Da.graduation_requirements&&(hn=Da.all_goal_value||"",an=Da.graduation_requirements.map(Oo=>{var Ma=Oo,{subitems:co}=Ma,bs=zi(Ma,["subitems"]);return An.push(bs.id),Ua(cs({},bs),{children:co})}))}yield D({type:"save",payload:{tabListData:an,all_goal_value:hn,expandedRowKeys:An}})},*exportGraduation({},{call:I,select:D}){const{headerData:L}=yield D(ve=>ve.engineeringNormList);L.active[_n.k[1]]&&(yield I(lt.OE,L.active[_n.k[1]]))},*compute({payload:I},{call:D,put:L}){const ve=I,{all:De}=ve,an=zi(ve,["all"]),An=yield D(De?lt.Qx:lt.Xl,an);An&&An.status===0?(vs.ZP.success("\u8BA1\u7B97\u5B8C\u6210"),yield L({type:"getGraduationResults"})):vs.ZP.error(An.message)},*getFormulas({callback:I},{call:D,select:L}){const{headerData:ve}=yield L(De=>De.engineeringNormList);if(ve.active[_n.k[1]]){const De=yield D(lt.mK,ve.active[_n.k[1]]);I(De)}},*setFormulas({payload:I,callback:D},{call:L}){const ve=yield L(lt.y9,I);D(ve)},*putGoalValue({payload:I},{call:D,put:L}){const ve=yield D(lt.No,I);if(ve&&ve.status===0)vs.ZP.success("\u4FDD\u5B58\u6210\u529F"),yield L({type:"save",payload:{actionTabs:{key:"",params:{}}}}),yield L({type:"getGraduationResults"});else{let De="\u4FDD\u5B58\u5931\u8D25";ve&&ve.message&&(De=ve.message),vs.ZP.error(De)}}},reducers:{save(I,D){return cs(cs({},I),D.payload)},setMajorOrYearDataSource(I,{payload:D}){let L=I.headerData.active;return D.active&&(L=Ua(cs({},L),{[D.key]:D.active})),Ua(cs({},I),{headerData:Ua(cs({},I.headerData),{dataSource:Ua(cs({},I.headerData.dataSource),{[D.key]:Ua(cs({},I.headerData.dataSource[D.key]),{dataList:D.value})}),active:L})})},setMajorOrYearActive(I,{payload:D}){return Ua(cs({},I),{headerData:Ua(cs({},I.headerData),{active:Ua(cs({},I.headerData.active),{[D.key]:D.value})})})}},subscriptions:{setup({dispatch:I,history:D}){return D.listen(({pathname:L})=>{L==="/"&&I({type:"query"})})}}},Es=e(94670),Xs=Object.defineProperty,xo=Object.getOwnPropertySymbols,ho=Object.prototype.hasOwnProperty,Ea=Object.prototype.propertyIsEnumerable,gs=(I,D,L)=>D in I?Xs(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,Zs=(I,D)=>{for(var L in D||(D={}))ho.call(D,L)&&gs(I,L,D[L]);if(xo)for(var L of xo(D))Ea.call(D,L)&&gs(I,L,D[L]);return I},wo={namespace:"forumsDetail",state:{forumsDetailData:{}},effects:{*getForumsDetailData({payload:I},{call:D,put:L}){const ve=yield D(Es.Si,I);return yield L({type:"save",payload:{forumsDetailData:Zs({},ve)}}),ve},*setForumsDetailData({payload:I},{call:D,put:L}){yield L({type:"save",payload:{forumsDetailData:Zs({},I)}})}},reducers:{save(I,D){return Zs(Zs({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){return D.listen(({pathname:L})=>{L==="/"&&I({type:"query"})})}}},Eo=Object.defineProperty,po=Object.getOwnPropertySymbols,fi=Object.prototype.hasOwnProperty,li=Object.prototype.propertyIsEnumerable,za=(I,D,L)=>D in I?Eo(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,qa=(I,D)=>{for(var L in D||(D={}))fi.call(D,L)&&za(I,L,D[L]);if(po)for(var L of po(D))li.call(D,L)&&za(I,L,D[L]);return I},qs={namespace:"forumsList",state:{forumsData:{},listParams:{page:1,order:"updated_at"}},effects:{*getForumsData({payload:I},{call:D,put:L}){const ve=yield D(I.memoType==="shixun_discuss"?Es.kd:Es.bc,I);return delete I.memoType,yield L({type:"save",payload:{listParams:I,forumsData:qa({},ve)}}),ve}},reducers:{save(I,D){return qa(qa({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){return D.listen(({pathname:L})=>{L==="/"&&I({type:"query"})})}}},Qs=e(22072),qo=e(346),ds=e(28209),Do=e.n(ds),ko=Object.defineProperty,$o=Object.getOwnPropertySymbols,Su=Object.prototype.hasOwnProperty,So=Object.prototype.propertyIsEnumerable,mo=(I,D,L)=>D in I?ko(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,Js=(I,D)=>{for(var L in D||(D={}))Su.call(D,L)&&mo(I,L,D[L]);if($o)for(var L of $o(D))So.call(D,L)&&mo(I,L,D[L]);return I},Ro={namespace:"globalSetting",state:{name:"\u5168\u5C40\u914D\u7F6E",loading:!0,isIlearning:window.location.host.indexOf("learning.")>-1,showFooter:!0,showHeader:!0,showTip:!1,showHeaderFooter:!0,showHeaderFixed:!1,onlyShowBackTop:!0,onlyShowBackTopIcons:!0,operateModel:!1,operateModelPath:"",showQuestionBackTop:!1,theme:"defaults",shareData:{title:document.title,imgUrl:"https://ali-cdn.educoder.net/images/avatars/LaboratorySetting/1tab?t=1610677202",desc:""},globalLoading:{show:!1,text:""},updateData:{end_time:"",start_time:"",subject:"",system_score:"",system_update:!1},infoData:{name:"",phone:""},isSaiaDomain:window.location.host=="saia.educoder.net",actionTabs:{key:"",params:{}}},effects:{*query({payload:I},{call:D,put:L}){var ve,De;const an=yield D(Qs.D2,I);qo.Z.ONLYOFFICE=(ve=an==null?void 0:an.setting)==null?void 0:ve.office_server_url,Lo(an);try{const Di="5183666c72eec9e4",Ya="5183666c72eec9e4";var An=Do().enc.Utf8.parse(Di);let Da=Do().enc.Utf8.parse(Ya);var hn=Do().AES.decrypt(((De=an==null?void 0:an.setting)==null?void 0:De.user_default_password)||"",An,{iv:Da,mode:Do().mode.CBC});an.setting.user_default_password=hn.toString(Do().enc.Utf8)}catch(Di){}yield L({type:"save",payload:Js({},an)})},*getSystemUpdate({payload:I},{call:D,put:L}){const ve=yield D(Qs.n0,I);yield L({type:"save",payload:{updateData:Js({},ve)}})},*setTheme({payload:I},{call:D,put:L}){const ve=yield D(Qs.n0,I);yield L({type:"save",payload:{theme:I||"default"}})},*setShareData({payload:I},{call:D,put:L}){yield L({type:"save",payload:{shareData:I}})},*setGlobalLoading({payload:I},{call:D,put:L}){yield L({type:"save",payload:{globalLoading:Js({},I)}})},*delayTipToggle({payload:I},{call:D,put:L}){yield L({type:"save",payload:{showTip:I}})},*headerToggle({payload:I},{call:D,put:L}){yield L({type:"save",payload:{showHeader:I}})},*footerToggle({payload:I},{call:D,put:L}){yield L({type:"save",payload:{showFooter:I}})},*headerFooterToggle({payload:I},{call:D,put:L}){yield L({type:"save",payload:{showHeaderFooter:I}})},*delayTipToggle({payload:I},{call:D,put:L}){yield L({type:"save",payload:{showTip:I}})},*headerFixedToggle({payload:I},{call:D,put:L}){yield L({type:"save",payload:{showHeaderFixed:I}})},*onlyShowBackTopToggle({payload:I},{call:D,put:L}){yield L({type:"save",payload:{onlyShowBackTop:I}})},*onlyShowBackTopIconToggle({payload:I},{call:D,put:L}){yield L({type:"save",payload:{onlyShowBackTopIcons:I}})},*setOperateModel({payload:I},{call:D,put:L}){yield L({type:"save",payload:{operateModel:I}})},*setOperateModelPath({payload:I},{call:D,put:L}){yield L({type:"save",payload:{operateModelPath:I}})},*setShowQuestionBackTop({payload:I},{call:D,put:L}){yield L({type:"save",payload:{showQuestionBackTop:I}})},*setInfoData({payload:I},{call:D,put:L}){yield L({type:"save",payload:{infoData:Js({},I)}})},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:Js({},I)}})}},reducers:{save(I,D){return Js(Js({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){return D.listen(({pathname:L})=>{})}}};const Lo=(I={})=>{var D,L,ve,De,an;if(window.self!==window.top||!((D=I.setting)!=null&&D.tab_logo_url))return;const An=document.createElement("link"),hn=document.getElementById("dynamic-favicon");An.id="dynamic-favicon",An.rel="shortcut icon",An.href=(L=I.setting)!=null&&L.tab_logo_url?`${qo.Z.IMG_SERVER}/${(ve=I.setting)==null?void 0:ve.tab_logo_url}`:"",hn&&document.head.removeChild(hn),document.head.appendChild(An);try{(De=I.setting)!=null&&De.main_site||(document.querySelector('meta[name="keywords"]').content=(an=I.setting)==null?void 0:an.name,document.querySelector('meta[name="description"]').remove())}catch(Di){}};var $s=e(12309),du=Object.defineProperty,Uo=Object.getOwnPropertySymbols,Ao=Object.prototype.hasOwnProperty,Bs=Object.prototype.propertyIsEnumerable,Rs=(I,D,L)=>D in I?du(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,hu=(I,D)=>{for(var L in D||(D={}))Ao.call(D,L)&&Rs(I,L,D[L]);if(Uo)for(var L of Uo(D))Bs.call(D,L)&&Rs(I,L,D[L]);return I},qt={namespace:"graduations",state:{actionTabs:{key:"",params:{}},details:{},menus:[],forTask:[],ownedList:[],students:{},years:[],graduation:{teachers_count:0,students_count:0,graduation_tasks_count:0},teachers:{},graduation_stages:[],Notices:{total_count:0,no_deal_count:0},Tasks:{data:[],count:0},updateIndex:1},effects:{*getGraduationsStageDetails({payload:I},{call:D,put:L}){return yield D($s.Xh,I)},*getGraduationsFinalScore({payload:I},{call:D,put:L}){return yield D($s.H3,I)},*getDelGraduationsTasks({payload:I},{call:D,put:L}){return yield D($s.km,I)},*getGraduationsTasks({payload:I},{call:D,put:L}){const ve=yield D($s.Xw,I);yield L({type:"save",payload:{Tasks:ve}})},*getGraduationsTeachers({payload:I},{call:D,put:L}){var ve;const De=yield D($s.AA,I);return(ve=De==null?void 0:De.data)==null||ve.map(an=>(an.key=an.id,an)),yield L({type:"save",payload:{teachers:De}}),De},*getGraduationsStudents({payload:I},{call:D,put:L}){var ve;const De=yield D($s.eh,I);(ve=De==null?void 0:De.data)==null||ve.map(an=>(an.key=an.id,an)),yield L({type:"save",payload:{students:De}})},*getGraduationsNotices({payload:I},{call:D,put:L}){const ve=yield D($s.Rk,I);yield L({type:"save",payload:{Notices:ve}})},*getGraduationsInfo({payload:I},{call:D,put:L}){const ve=yield D($s.F7,I);yield L({type:"save",payload:{graduation:ve.graduation}})},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:hu({},I)}})},*setUpdateIndex({payload:I},{call:D,put:L}){yield L({type:"save",payload:{updateIndex:Math.random()}})},*getGraduationsDetails({payload:I},{call:D,put:L}){const ve=yield D($s.Ou,I);yield L({type:"save",payload:{details:(ve==null?void 0:ve.graduation)||{},menus:(ve==null?void 0:ve.data)||[],forTask:(ve==null?void 0:ve.for_task)||[]}})}},reducers:{save(I,D){return hu(hu({},I),D.payload)}}},hr=e(82220),or=Object.defineProperty,gr=Object.defineProperties,Sr=Object.getOwnPropertyDescriptors,bn=Object.getOwnPropertySymbols,Sn=Object.prototype.hasOwnProperty,Un=Object.prototype.propertyIsEnumerable,Bn=(I,D,L)=>D in I?or(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,Kn=(I,D)=>{for(var L in D||(D={}))Sn.call(D,L)&&Bn(I,L,D[L]);if(bn)for(var L of bn(D))Un.call(D,L)&&Bn(I,L,D[L]);return I},lr=(I,D)=>gr(I,Sr(D)),xr={namespace:"homePage",state:{name:"\u9996\u9875",loading:!0},effects:{*home({payload:I},{call:D,put:L}){const ve=yield D(hr.Tt,{payload:I});yield L({type:"save",payload:lr(Kn({},ve),{isloading:!0})})},*query({payload:I},{call:D,put:L}){yield L({type:"save",payload:{name:"linlu"}})},*getHomeNotice({payload:I,callback:D},{call:L,put:ve}){return yield L(hr.LA,I)},*UploadNotice({payload:I,callback:D},{call:L,put:ve}){return yield L(hr.S_,I)}},reducers:{save(I,D){return Kn(Kn({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){return D.listen(({pathname:L})=>{L==="/"&&I({type:"query"})})}}},pn=Object.defineProperty,Gn=Object.defineProperties,dt=Object.getOwnPropertyDescriptors,On=Object.getOwnPropertySymbols,Yn=Object.prototype.hasOwnProperty,si=Object.prototype.propertyIsEnumerable,Ki=(I,D,L)=>D in I?pn(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,jr=(I,D)=>{for(var L in D||(D={}))Yn.call(D,L)&&Ki(I,L,D[L]);if(On)for(var L of On(D))si.call(D,L)&&Ki(I,L,D[L]);return I},Gr=(I,D)=>Gn(I,dt(D)),Pi={namespace:"innovation",state:{visibleModalName:"",hideRemindModal:!0,openForkModalPosition:"forkButton",simpleModalProps:{visible:!1}},reducers:{save(I,D){return jr(jr({},I),D.payload)},openModal(I,D){return Gr(jr({},I),{visibleModalName:D.payload})},closeModal(I){return Gr(jr({},I),{visibleModalName:""})},openSimpleModal(I,D){return Gr(jr({},I),{simpleModalProps:jr({visible:!0},D.payload)})},closeSimpleModal(I){return Gr(jr({},I),{simpleModalProps:{visible:!1}})}}},aa=e(38986),Os=Object.defineProperty,oi=Object.getOwnPropertySymbols,Ws=Object.prototype.hasOwnProperty,zo=Object.prototype.propertyIsEnumerable,Ls=(I,D,L)=>D in I?Os(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,ya=(I,D)=>{for(var L in D||(D={}))Ws.call(D,L)&&Ls(I,L,D[L]);if(oi)for(var L of oi(D))zo.call(D,L)&&Ls(I,L,D[L]);return I},Va=(I,D,L)=>new Promise((ve,De)=>{var an=Di=>{try{hn(L.next(Di))}catch(Ya){De(Ya)}},An=Di=>{try{hn(L.throw(Di))}catch(Ya){De(Ya)}},hn=Di=>Di.done?ve(Di.value):Promise.resolve(Di.value).then(an,An);hn((L=L.apply(I,D)).next())});const ys=I=>Va(void 0,null,function*(){return(0,aa.ZP)("/api/paid_subjects/banner.json",{method:"get",params:ya({},I)})}),Nn=I=>Va(void 0,null,function*(){return(0,aa.ZP)("/api/paid_subjects/top_category.json",{method:"get",params:ya({},I)})}),Ns=I=>Va(void 0,null,function*(){return(0,aa.ZP)("/api/paid_subjects/hot_recommend_subjects.json",{method:"get",params:ya({},I)})}),js=I=>Va(void 0,null,function*(){return(0,aa.ZP)("/api/paid_subjects/time_discount_subjects.json",{method:"get",params:ya({},I)})}),Ye=I=>Va(void 0,null,function*(){return(0,aa.ZP)("/api/paid_subjects.json",{method:"post",body:ya({},I)})}),qe=I=>Va(void 0,null,function*(){return(0,aa.ZP)("/api/paid_subjects/all_tags.json",{method:"get",params:ya({},I)})}),Mt=I=>Va(void 0,null,function*(){return(0,aa.ZP)("/api/paid_subjects/user_comments.json",{method:"get",params:ya({},I)})}),Vt=I=>Va(void 0,null,function*(){return(0,aa.ZP)("/api/paid_subjects/info_show.json",{method:"get",params:ya({},I)})});var pr=Object.defineProperty,Fr=Object.getOwnPropertySymbols,Zr=Object.prototype.hasOwnProperty,vn=Object.prototype.propertyIsEnumerable,tn=(I,D,L)=>D in I?pr(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,xn=(I,D)=>{for(var L in D||(D={}))Zr.call(D,L)&&tn(I,L,D[L]);if(Fr)for(var L of Fr(D))vn.call(D,L)&&tn(I,L,D[L]);return I},ti={namespace:"intraincourse",state:{name:"\u7528\u6237\u767B\u5F55\u6A21\u5757",BannerList:[],Adv:{},TopCategoryList:[],HotList:[],DiscountList:[],SubjectList:{},Tags:[],UserComments:[],InfoShow:{}},effects:{*getBannerList({payload:I},{call:D,put:L}){const{data:{adv:ve,top_banner:De}}=yield D(ys,I);yield L({type:"save",payload:{BannerList:De,Adv:ve}})},*getTopCategoryList({payload:I},{call:D,put:L}){const{data:{top_category_list:ve}}=yield D(Nn,I);yield L({type:"save",payload:{TopCategoryList:[{id:-1,name:"\u5168\u90E8"},...ve]}})},*getHotList({payload:I},{call:D,put:L}){const{data:{hot_list:ve}}=yield D(Ns,I);yield L({type:"save",payload:{HotList:ve}})},*getDiscountList({payload:I},{call:D,put:L}){const{data:{discount_list:ve}}=yield D(js,I);yield L({type:"save",payload:{DiscountList:ve}})},*getPaidSubjects({payload:I},{call:D,put:L}){const{data:ve}=yield D(Ye,I);yield L({type:"save",payload:{SubjectList:ve}})},*getTags({payload:I},{call:D,put:L}){const{data:{list:ve}}=yield D(qe,I);yield L({type:"save",payload:{Tags:ve}})},*getUserComments({payload:I},{call:D,put:L}){const{data:{list:ve}}=yield D(Mt,I);yield L({type:"save",payload:{UserComments:ve}})},*getInfoShow({payload:I},{call:D,put:L}){const{data:ve}=yield D(Vt,I);yield L({type:"save",payload:{InfoShow:ve}})}},reducers:{save(I,D){return xn(xn({},I),D.payload)}}},Ai={namespace:"loadingss",state:{global:!1,effects:{},models:{}}},Hi=e(50958),Ni=Object.defineProperty,Ei=Object.getOwnPropertySymbols,ba=Object.prototype.hasOwnProperty,Ii=Object.prototype.propertyIsEnumerable,di=(I,D,L)=>D in I?Ni(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,la=(I,D)=>{for(var L in D||(D={}))ba.call(D,L)&&di(I,L,D[L]);if(Ei)for(var L of Ei(D))Ii.call(D,L)&&di(I,L,D[L]);return I},Ss={namespace:"messages",state:{tidingsList:[],privateMessage:[],unreadInfo:[],recentContacts:{},privateMessageDetails:{},userPrivateMessage:{},actionTabs:{key:"",params:{}}},effects:{*getPrivateMessageDetails({payload:I},{call:D,put:L}){const ve=yield D(Hi.Ub,I);return yield L({type:"save",payload:{privateMessageDetails:ve||[]}}),ve},*getTidings({payload:I},{call:D,put:L}){const ve=yield D(Hi.AD,I);yield L({type:"save",payload:{tidingsList:ve||[]}})},*getPrivateMessages({payload:I},{call:D,put:L}){const ve=yield D(Hi.V8,I);return yield L({type:"save",payload:{privateMessage:ve||[]}}),ve},*getUsersForPrivateMessages({payload:I},{call:D,put:L}){const ve=yield D(Hi.QJ,I);return yield L({type:"save",payload:{userPrivateMessage:ve||[]}}),ve},*unreadMessageInfo({payload:I},{call:D,put:L}){const ve=yield D(Hi.Ig,I);yield L({type:"save",payload:{unreadInfo:ve||[]}})},*getRecentContacts({payload:I},{call:D,put:L}){const ve=yield D(Hi.Ko,I);return yield L({type:"save",payload:{recentContacts:ve||[]}}),ve},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:la({},I)}})}},reducers:{save(I,D){return la(la({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){}}},Yi=e(93629),La=e(51257),ta=e(32162),Ri=Object.defineProperty,xa=Object.defineProperties,Ka=Object.getOwnPropertyDescriptors,Fa=Object.getOwnPropertySymbols,io=Object.prototype.hasOwnProperty,Ja=Object.prototype.propertyIsEnumerable,ao=(I,D,L)=>D in I?Ri(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,es=(I,D)=>{for(var L in D||(D={}))io.call(D,L)&&ao(I,L,D[L]);if(Fa)for(var L of Fa(D))Ja.call(D,L)&&ao(I,L,D[L]);return I},Us=(I,D)=>xa(I,Ka(D));const ts=(I,D)=>{var L,ve,De,an,An,hn,Di,Ya,Da;if(!I)return;const{exam:Oo,single_questions:Ma,multiple_questions:co,judgement_questions:bs,program_questions:Dc,completion_questions:tc,subjective_questions:rc,practical_questions:_c,combination_questions:Mu,bprogram_questions:ki}=I||{},nc=[es({type:"SINGLE",question_type:0,name:((L=D==null?void 0:D.find(ns=>ns.value==ta.fw[0].nameType))==null?void 0:L.name)||ta.fw[0].name},Ma),es({type:"MULTIPLE",question_type:1,name:((ve=D==null?void 0:D.find(ns=>ns.value==ta.fw[1].nameType))==null?void 0:ve.name)||ta.fw[1].name},co),es({type:"JUDGMENT",question_type:2,name:((De=D==null?void 0:D.find(ns=>ns.value==ta.fw[2].nameType))==null?void 0:De.name)||ta.fw[2].name},bs),es({type:"PROGRAM",question_type:6,name:((an=D==null?void 0:D.find(ns=>ns.value==ta.fw[6].nameType))==null?void 0:an.name)||ta.fw[6].name},Dc),es({type:"COMPLETION",question_type:3,name:((An=D==null?void 0:D.find(ns=>ns.value==ta.fw[3].nameType))==null?void 0:An.name)||ta.fw[3].name},tc),es({type:"SUBJECTIVE",question_type:4,name:((hn=D==null?void 0:D.find(ns=>ns.value==ta.fw[4].nameType))==null?void 0:hn.name)||ta.fw[4].name},rc),es({type:"PRACTICAL",question_type:5,name:((Di=D==null?void 0:D.find(ns=>ns.value==ta.fw[5].nameType))==null?void 0:Di.name)||ta.fw[5].name},_c),es({type:"COMBINATION",question_type:7,name:((Ya=D==null?void 0:D.find(ns=>ns.value==ta.fw[7].nameType))==null?void 0:Ya.name)||ta.fw[7].name},Mu),es({type:"BPROGRAM",question_type:8,name:((Da=D==null?void 0:D.find(ns=>ns.value==ta.fw[8].nameType))==null?void 0:Da.name)||ta.fw[8].name},ki)],Fl=[];if(I.sort_by_qustion_type)for(const ns of I.qustion_type_order_name_en)Fl.push(nc.find(al=>al.type===ns));const Ks=(I.sort_by_qustion_type?Fl:nc).filter(ns=>(ns==null?void 0:ns.questions_count)>0).map((ns,al)=>{var sl;return es(es({},ns),{number:(0,La.EM)(al+1),questions:(sl=ns==null?void 0:ns.questions)==null?void 0:sl.map(wl=>Us(es({},wl),{shixun:wl.examination_bank_shixun_challenges,question_type:ns.question_type}))})});return{exam:Oo,questionList:Ks}};var Zi=e(55305),Ba=Object.defineProperty,Ds=Object.getOwnPropertySymbols,ha=Object.prototype.hasOwnProperty,ye=Object.prototype.propertyIsEnumerable,Ee=(I,D,L)=>D in I?Ba(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,Ar=(I,D)=>{for(var L in D||(D={}))ha.call(D,L)&&Ee(I,L,D[L]);if(Ds)for(var L of Ds(D))ye.call(D,L)&&Ee(I,L,D[L]);return I},br={namespace:"paperlibrary",state:{paperData:void 0,disciplinesData:void 0,teachGroupData:void 0,courseOptions:[],actionTabs:{key:"",params:{}}},effects:{*postExistCourse({payload:I},{call:D,put:L}){return yield D(Yi.a2,I)},*postCheckExaminationBanks({payload:I},{call:D,put:L}){return yield D(Yi.q$,I)},*postPaperlibraryCopy({payload:I},{call:D,put:L}){return yield D(Yi.ID,I)},*getDisciplines({payload:I},{call:D,put:L}){const ve=yield D(Yi.d1,I);return yield L({type:"save",payload:{disciplinesData:Ar({},ve)}}),ve},*getCustomDisciplines({payload:I},{call:D,put:L}){const ve=yield D(Yi.ar,I);return yield L({type:"save",payload:{disciplinesData:Ar({},ve)}}),ve},*getEditDisciplines({payload:I},{call:D,put:L}){const ve=yield D(Yi.d1,I),De=ve==null?void 0:ve.disciplines,an=(0,Zi.L)(De);return yield L({type:"save",payload:{courseOptions:an,disciplinesData:Ar({},ve)}}),ve},*getTeachGroupData({payload:I},{call:D,put:L}){const ve=yield D(Yi.Dm,I);return yield L({type:"save",payload:{teachGroupData:Ar({},ve)}}),ve},*getPaperData({payload:I},{call:D,put:L}){const ve=yield D(Yi.iT,I),De=yield D(Yi.cV,I),an=ts(ve,De.data);return yield L({type:"save",payload:{paperData:an}}),ve},*getPaperlibraryList({payload:I},{call:D,put:L}){return yield D(Yi.Gd,I)},*setPublic({payload:I},{call:D,put:L}){return yield D(Yi.DF,I)},*handleDelete({payload:I},{call:D,put:L}){return yield D(Yi.fn,I)},*getCourseList({payload:I},{call:D,put:L}){return yield D(Yi.tS,I)},*postBatchSendToCourse({payload:I},{call:D,put:L}){return yield D(Yi.lc,I)},*sendToClass({payload:I},{call:D,put:L}){return yield D(Yi.kp,I)},*adjustPosition({payload:I},{call:D,put:L}){return yield D(Yi.qN,I)},*setScore({payload:I},{call:D,put:L}){return yield D(Yi.ts,I)},*handleDeleteEditQuestion({payload:I},{call:D,put:L}){return yield D(Yi.NC,I)},*batchSetScore({payload:I},{call:D,put:L}){return yield D(Yi.YP,I)},*batchDelete({payload:I},{call:D,put:L}){return yield D(Yi.Hm,I)},*updatePaper({payload:I},{call:D,put:L}){return yield D(Yi.jK,I)},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:Ar({},I)}})}},reducers:{save(I,D){return Ar(Ar({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){return D.listen(({pathname:L})=>{L==="/"&&I({type:"query"})})}}},Xr=Object.defineProperty,Cn=Object.getOwnPropertySymbols,Qn=Object.prototype.hasOwnProperty,Li=Object.prototype.propertyIsEnumerable,Ln=(I,D,L)=>D in I?Xr(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,Mn=(I,D)=>{for(var L in D||(D={}))Qn.call(D,L)&&Ln(I,L,D[L]);if(Cn)for(var L of Cn(D))Li.call(D,L)&&Ln(I,L,D[L]);return I},ca={namespace:"newExercisePaper",state:{loading:!0,exerciseExportHeadData:{},tagDisciplineData:{},editData:{},actionTabs:{removeEventListenerExitScreen:!1}},effects:{*getExerciseExportHeadData({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Yi.Dq,I);return yield ve({type:"save",payload:{exerciseExportHeadData:Mn({},De)}}),De},*editExercise({payload:I,callback:D},{call:L,put:ve}){const De=yield L(Yi.Di,I);return yield ve({type:"save",payload:{editData:Mn({},De)}}),De},*getTagDiscipline({payload:I,callback:D},{call:L,put:ve}){const De=yield L($e.YY,I);return yield ve({type:"save",payload:{tagDisciplineData:Mn({},De)}}),De},*editExerciseQuestion({payload:I,callback:D},{call:L,put:ve}){return yield L(Yi.oF,I)},*addExerciseQuestion({payload:I,callback:D},{call:L,put:ve}){return yield L(Yi.oF,I)},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:Mn({},I)}})}},reducers:{save(I,D){return Mn(Mn({},I),D.payload)},modifyTitle(I,D){const L=(0,Me.cloneDeep)(I);return L.editData.exercise.exercise_name=D.payload,L}},subscriptions:{setup({dispatch:I,history:D}){}}},$i=e(36714),_o=Object.defineProperty,so=Object.getOwnPropertySymbols,ru=Object.prototype.hasOwnProperty,hl=Object.prototype.propertyIsEnumerable,Yu=(I,D,L)=>D in I?_o(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,pu=(I,D)=>{for(var L in D||(D={}))ru.call(D,L)&&Yu(I,L,D[L]);if(so)for(var L of so(D))hl.call(D,L)&&Yu(I,L,D[L]);return I},mu={namespace:"pathsDetail",state:{detail:{},rightData:{},Courses:{},stageData:[],StageChildrenData:{},discusses:{},actionTabs:{key:"",params:{}},isShowSchedule:!1,keywords:"",stage_id:null,visibleType:"",editKey:-1},effects:{*getDiscusses({payload:I},{call:D,put:L}){const ve=yield D($i.Ax,I);yield L({type:"save",payload:{discusses:pu({},ve)}})},*getPathsDetail({payload:I},{call:D,put:L}){const ve=yield D($i.lk,I);return yield L({type:"save",payload:{detail:pu({},ve)}}),ve},*getCourseDetail({payload:I},{call:D,put:L}){const ve=yield D($i.Sp,I);return yield L({type:"save",payload:{detail:pu({},ve)}}),ve},*getRightData({payload:I},{call:D,put:L}){const ve=yield D($i.AQ,I);yield L({type:"save",payload:{rightData:pu({},ve)}})},*getCoureses({payload:I},{call:D,put:L}){const ve=yield D($i.ue,I);yield L({type:"save",payload:{Courses:pu({},ve)}})},*getStageChildrenData({payload:I},{call:D,put:L}){const ve=yield D($i.w4,I);return yield L({type:"save",payload:{StageChildrenData:ve}}),ve},*getStageData({payload:I},{call:D,put:L}){var ve,De,an;let An=null;return I!=null&&I.show_course_section?An=yield D($i.yN,I):An=yield D($i.p,I),yield L({type:"save",payload:{stageData:((ve=An==null?void 0:An.data)==null?void 0:ve.stages)||(An==null?void 0:An.stages)||[],isShowSchedule:((De=An==null?void 0:An.data)==null?void 0:De.is_show_schedule)||(An==null?void 0:An.is_show_schedule)||!1}}),(an=An==null?void 0:An.data)==null?void 0:an.stages},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:pu({},I)}})}},reducers:{save(I,D){return pu(pu({},I),D.payload)}}},Ke=Object.defineProperty,$=Object.getOwnPropertySymbols,Y=Object.prototype.hasOwnProperty,ne=Object.prototype.propertyIsEnumerable,he=(I,D,L)=>D in I?Ke(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,Ce=(I,D)=>{for(var L in D||(D={}))Y.call(D,L)&&he(I,L,D[L]);if($)for(var L of $(D))ne.call(D,L)&&he(I,L,D[L]);return I},Tt={namespace:"pathsList",state:{name:"",loading:!0,actionTabs:{key:"",params:{}},listParams:{sort:"desc",order:"new",page:1,limit:16,keyword:""}},effects:{*getCourse({payload:I},{call:D,put:L}){const ve=I,De=yield D($i.tS,I);return yield L({type:"save",payload:Ce({listParams:ve},De)}),De},*getMenus({payload:I},{call:D,put:L}){const ve=yield D($i.fh,I);yield L({type:"save",payload:{menus:ve}})},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:Ce({},I)}})},*clearListParams({payload:I},{call:D,put:L}){yield L({type:"save",payload:{listParams:{sort:"desc",order:"new",page:1,limit:16,keyword:""}}})}},reducers:{save(I,D){return Ce(Ce({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){return D.listen(({pathname:L})=>{L==="/"&&I({type:"query"})})}}},Bt=Object.defineProperty,ar=Object.getOwnPropertySymbols,wr=Object.prototype.hasOwnProperty,Ut=Object.prototype.propertyIsEnumerable,nn=(I,D,L)=>D in I?Bt(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,En=(I,D)=>{for(var L in D||(D={}))wr.call(D,L)&&nn(I,L,D[L]);if(ar)for(var L of ar(D))Ut.call(D,L)&&nn(I,L,D[L]);return I},$n={namespace:"newCourse",state:{actionTabs:{key:"",params:{}}},effects:{*editCourse({payload:I},{call:D,put:L}){return yield D($i.tu,I)},*submitCourse({payload:I},{call:D,put:L}){return yield D($i.pU,I)},*getEditCourseData({payload:I},{call:D,put:L}){return yield D($i.mQ,I)},*getSchoolOption({payload:I},{call:D,put:L}){return yield D($i.GY,I)},*appplySchool({payload:I},{call:D,put:L}){return yield D($i.bz,I)},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:En({},I)}})}},reducers:{save(I,D){return En(En({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){return D.listen(({pathname:L})=>{L==="/"&&I({type:"query"})})}}},Ci=Object.defineProperty,pa=Object.defineProperties,sa=Object.getOwnPropertyDescriptors,fa=Object.getOwnPropertySymbols,us=Object.prototype.hasOwnProperty,Ha=Object.prototype.propertyIsEnumerable,hs=(I,D,L)=>D in I?Ci(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,rs=(I,D)=>{for(var L in D||(D={}))us.call(D,L)&&hs(I,L,D[L]);if(fa)for(var L of fa(D))Ha.call(D,L)&&hs(I,L,D[L]);return I},wa=(I,D)=>pa(I,sa(D)),ks={namespace:"pathsOverview",state:{},effects:{*getSubjectUseInfos({payload:I},{call:D,put:L}){const ve=yield D($i.nq,I);yield L({type:"save",payload:{SubjectUseInfos:ve}})},*getRankList({payload:I},{call:D,put:L}){const ve=yield D($i.Fg,I);yield L({type:"save",payload:{RankList:wa(rs({},ve),{learn_list:[{rank:"\u6392\u540D",name:"\u5B9E\u8DF5\u8BFE\u7A0B\u540D\u79F0",data:"\u5B66\u4E60\u4EBA\u6570"},...(ve==null?void 0:ve.learn_list)||[]]})}})},*getStatisticsBody({payload:I},{call:D,put:L}){const ve=yield D($i.Gz,I);yield L({type:"save",payload:{SBody:ve}})},*getOnlineCount({payload:I},{call:D,put:L}){const ve=yield D($i.hS,I);yield L({type:"save",payload:{OnlineCount:ve==null?void 0:ve.data}})},*getStatisticsHeader({payload:I},{call:D,put:L}){const ve=yield D($i.Hl,I);yield L({type:"save",payload:{SHeader:ve}})}},reducers:{save(I,D){return rs(rs({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){return D.listen(({pathname:L})=>{L==="/"&&I({type:"query"})})}}},yi=e(46722),oo=Object.defineProperty,Co=Object.getOwnPropertySymbols,Mo=Object.prototype.hasOwnProperty,Ms=Object.prototype.propertyIsEnumerable,go=(I,D,L)=>D in I?oo(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,ps=(I,D)=>{for(var L in D||(D={}))Mo.call(D,L)&&go(I,L,D[L]);if(Co)for(var L of Co(D))Ms.call(D,L)&&go(I,L,D[L]);return I},Uu={namespace:"problemset",state:{disciplinesData:void 0,courseOptions:[],basketData:void 0,editData:void 0,groupData:void 0,teachGroupData:void 0,actionTabs:{key:"",params:{}},itemBanks:{},groupfolderList:{}},effects:{*getGroup({payload:I},{call:D,put:L}){const ve=yield D(yi.ex,I);return yield L({type:"save",payload:{groupfolderList:ve}}),ve},*getDisciplines({payload:I},{call:D,put:L}){const ve=yield D(yi.d1,I);return yield L({type:"save",payload:{disciplinesData:ps({},ve)}}),ve},*getEditDisciplines({payload:I},{call:D,put:L}){const ve=yield D(yi.d1,I),De=ve==null?void 0:ve.disciplines,an=(0,Zi.L)(De);return yield L({type:"save",payload:{courseOptions:an,disciplinesData:ps({},ve)}}),ve},*getBasketList({payload:I},{call:D,put:L}){const ve=yield D(yi.Qj,I);return yield L({type:"save",payload:{basketData:ps({},ve)}}),ve},*getTeachGroupData({payload:I},{call:D,put:L}){const ve=yield D(yi.Dm,I);return yield L({type:"save",payload:{teachGroupData:ps({},ve)}}),ve},*getEditData({payload:I},{call:D,put:L}){const ve=yield D(yi.FG,I);return yield L({type:"save",payload:{editData:ps({},ve)}}),ve},*getEditDataBprogram({payload:I},{call:D,put:L}){const ve=yield D(yi.Bo,I);return yield L({type:"save",payload:{editData:ps({},ve)}}),ve},*getGroupData({payload:I},{call:D,put:L}){const ve=yield D(yi.hI,I);return yield L({type:"save",payload:{groupData:ps({},ve)}}),ve},*getItemBanks({payload:I},{call:D,put:L}){const ve=yield D(yi.Of,I);return yield L({type:"save",payload:{itemBanks:ps({},ve)}}),ve},*setPrivate({payload:I},{call:D,put:L}){return yield D(yi.Pl,I)},*revokePublish({payload:I},{call:D,put:L}){return yield D(yi.IJ,I)},*setPublic({payload:I},{call:D,put:L}){return yield D(yi.DF,I)},*handleDelete({payload:I},{call:D,put:L}){return yield D(yi.fn,I)},*startExperience({payload:I},{call:D,put:L}){return yield D(yi.Bd,I)},*cancel({payload:I},{call:D,put:L}){return yield D(yi.al,I)},*select({payload:I},{call:D,put:L}){return yield D(yi.Ys,I)},*examUnselectAll({payload:I},{call:D,put:L}){return yield D(yi.rV,I)},*basketDelete({payload:I},{call:D,put:L}){return yield D(yi.x5,I)},*unselectAll({payload:I},{call:D,put:L}){return yield D(yi.HF,I)},*addKnowledge({payload:I},{call:D,put:L}){return yield D(yi.U6,I)},*editProblemset({payload:I},{call:D,put:L}){return yield D(yi.Wk,I)},*addProblemset({payload:I},{call:D,put:L}){return yield D(yi.Mr,I)},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:ps({},I)}})}},reducers:{save(I,D){return ps(ps({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){return D.listen(({pathname:L})=>{L==="/"&&I({type:"query"})})}}},qu=Object.defineProperty,uu=Object.getOwnPropertySymbols,As=Object.prototype.hasOwnProperty,zu=Object.prototype.propertyIsEnumerable,Cu=(I,D,L)=>D in I?qu(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,yo=(I,D)=>{for(var L in D||(D={}))As.call(D,L)&&Cu(I,L,D[L]);if(uu)for(var L of uu(D))zu.call(D,L)&&Cu(I,L,D[L]);return I},ml={namespace:"problemsetPreview",state:{disciplinesData:void 0,courseOptions:[],paperData:void 0,actionTabs:{key:"",params:{}}},effects:{*getPaperData({payload:I},{call:D,put:L}){const ve=yield D(yi.iT,I),De=(0,Zi.r)(ve);return yield L({type:"save",payload:{paperData:De}}),ve},*getEditDisciplines({payload:I},{call:D,put:L}){const ve=yield D(yi.d1,I),De=ve==null?void 0:ve.disciplines,an=(0,Zi.L)(De);return yield L({type:"save",payload:{courseOptions:an,disciplinesData:yo({},ve)}}),ve},*setScore({payload:I},{call:D,put:L}){return yield D(yi.ts,I)},*handleDelete({payload:I},{call:D,put:L}){return yield D(yi.Cn,I)},*batchSetScore({payload:I},{call:D,put:L}){return yield D(yi.YP,I)},*batchDelete({payload:I},{call:D,put:L}){return yield D(yi.Hm,I)},*adjustPosition({payload:I},{call:D,put:L}){return yield D(yi.qN,I)},*newPreviewProblemset({payload:I},{call:D,put:L}){return yield D(yi.et,I)},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:yo({},I)}})}},reducers:{save(I,D){return yo(yo({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){return D.listen(({pathname:L})=>{L==="/"&&I({type:"query"})})}}},Qo=e(506),vl=Object.defineProperty,Gs=Object.getOwnPropertySymbols,To=Object.prototype.hasOwnProperty,vu=Object.prototype.propertyIsEnumerable,Wl=(I,D,L)=>D in I?vl(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,Tu=(I,D)=>{for(var L in D||(D={}))To.call(D,L)&&Wl(I,L,D[L]);if(Gs)for(var L of Gs(D))vu.call(D,L)&&Wl(I,L,D[L]);return I},Pl={namespace:"restful",state:{restful:void 0,restfulDetail:{},actionTabs:{key:"",params:{}}},effects:{*getRestful({payload:I},{call:D,put:L}){const ve=yield D(Qo.Go,I);return yield L({type:"save",payload:{restful:Tu({},ve)}}),ve},*getRestfulDetail({payload:I},{call:D,put:L}){const ve=yield D(Qo.H5,I);return yield L({type:"save",payload:{restfulDetail:Tu({},(ve==null?void 0:ve.data)||{})}}),(ve==null?void 0:ve.data)||{}},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:Tu({},I)}})}},reducers:{save(I,D){return Tu(Tu({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){return D.listen(({pathname:L})=>{L==="/"&&I({type:"query"})})}}},ii=e(75736);const xc=(I={})=>{var D,L,ve,De,an,An;return[{name:"\u5185\u5BB9\u5BA1\u6838\u60C5\u51B5",id:"Content",status:(D=I==null?void 0:I.content_info)==null?void 0:D.status,username:(L=I==null?void 0:I.content_info)==null?void 0:L.username,time:(ve=I==null?void 0:I.content_info)==null?void 0:ve.time},{name:"\u6027\u80FD\u5BA1\u6838\u60C5\u51B5",id:"Performance",status:(De=I==null?void 0:I.perference_info)==null?void 0:De.status,username:(an=I==null?void 0:I.perference_info)==null?void 0:an.username,time:(An=I==null?void 0:I.perference_info)==null?void 0:An.time}]};var to=Object.defineProperty,wc=Object.defineProperties,Jo=Object.getOwnPropertyDescriptors,Pu=Object.getOwnPropertySymbols,Qu=Object.prototype.hasOwnProperty,Ho=Object.prototype.propertyIsEnumerable,Uc=(I,D,L)=>D in I?to(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,vo=(I,D)=>{for(var L in D||(D={}))Qu.call(D,L)&&Uc(I,L,D[L]);if(Pu)for(var L of Pu(D))Ho.call(D,L)&&Uc(I,L,D[L]);return I},u0=(I,D)=>wc(I,Jo(D)),zc={namespace:"shixunsDetail",state:{detail:void 0,rightData:void 0,challenges:{is_jupyter:!0,is_jupyter_lab:!0},auditSituationData:void 0,setting:void 0,challengesNew:{},challengesEdit:{},editChallengesQuestion:{},fileContent:{},hasStartedEnv:!1,repository:{},mirrorApplies:{},infoWithJupyterLab:{},actionTabs:{key:"",params:{}}},effects:{*getShixunsDetail({payload:I},{call:D,put:L}){const ve=yield D(ii.Po,I);return yield L({type:"save",payload:{detail:vo({},ve)}}),ve},*getMirrorApplies({payload:I},{call:D,put:L}){const ve=yield D(ii.tX,I);return yield L({type:"save",payload:{mirrorApplies:vo({},(ve==null?void 0:ve.data)||{})}}),ve},*getRightData({payload:I},{call:D,put:L}){const ve=yield D(ii.AQ,I);yield L({type:"save",payload:{rightData:vo({},ve)}})},*getChallengesData({payload:I},{call:D,put:L}){const ve=yield D(ii.n5,I);yield L({type:"save",payload:{challenges:vo({},ve)}})},*saveCopyForExercise({payload:I},{call:D,put:L}){return yield D(ii.FB,I)},*execJupyter({payload:I},{call:D,put:L}){return yield D(ii.BK,I)},*execShixun({payload:I},{call:D,put:L}){const ve=yield D(ii.Ir,I);return(ve==null?void 0:ve.status)===-3&&(0,La.eF)(),ve},*openChallenge({payload:I},{call:D,put:L}){return yield D(ii.dK,I)},*challengeMoveUp({payload:I},{call:D,put:L}){return yield D(ii.zD,I)},*challengeMoveDown({payload:I},{call:D,put:L}){return yield D(ii.hn,I)},*cancelCollect({payload:I},{call:D,put:L}){return yield D(ii.rs,I)},*collect({payload:I},{call:D,put:L}){return yield D(ii.KM,I)},*searchUserCourses({payload:I},{call:D,put:L}){return yield D(ii._7,I)},*sendToCourse({payload:I},{call:D,put:L}){return yield D(ii.Q,I)},*cancelRelease({payload:I},{call:D,put:L}){return yield D(ii.Ne,I)},*cancelPublic({payload:I},{call:D,put:L}){return yield D(ii.Er,I)},*applyPublic({payload:I},{call:D,put:L}){return yield D(ii.WO,I)},*release({payload:I},{call:D,put:L}){return yield D(ii.Ar,I)},*updateAuditSituation({payload:I},{call:D,put:L}){return yield D(ii.LP,I)},*getCollaboratorsData({payload:I},{call:D,put:L}){return yield D(ii.j8,I)},*addCollaborator({payload:I},{call:D,put:L}){return yield D(ii.OV,I)},*addTeachGroupMember({payload:I},{call:D,put:L}){return yield D(ii.l3,I)},*getChangeManager({payload:I},{call:D,put:L}){return yield D(ii.P2,I)},*changeManager({payload:I},{call:D,put:L}){return yield D(ii.X$,I)},*deleteCollaborators({payload:I},{call:D,put:L}){return yield D(ii.xk,I)},*getRankingList({payload:I},{call:D,put:L}){return yield D(ii.E4,I)},*getMirrorScript({payload:I},{call:D,put:L}){return yield D(ii.Z2,I)},*getScriptContent({payload:I},{call:D,put:L}){return yield D(ii.Bj,I)},*getCustomScript({payload:I},{call:D,put:L}){return yield D(ii.Wi,I)},*updateSettingBasicInfo({payload:I},{call:D,put:L}){return yield D(ii.ZO,I)},*getShixunQuote({payload:I},{call:D,put:L}){return yield D(ii.Gr,I)},*deleteShixun({payload:I},{call:D,put:L}){return yield D(ii.Ps,I)},*permanentClose({payload:I},{call:D,put:L}){return yield D(ii.U9,I)},*getDepartments({payload:I},{call:D,put:L}){return yield D(ii.Ql,I)},*updatePermissionSetting({payload:I},{call:D,put:L}){return yield D(ii.aH,I)},*updateLearnSetting({payload:I},{call:D,put:L}){return yield D(ii.yE,I)},*updateSetting({payload:I},{call:D,put:L}){return yield D(ii.m7,I)},*getSetData({payload:I},{call:D,put:L}){return yield D(ii.U0,I)},*deleteDataSet({payload:I},{call:D,put:L}){return yield D(ii.uo,I)},*deleteGitFile({payload:I},{call:D,put:L}){return yield D(ii.sr,I)},*deleteGitFiles({payload:I},{call:D,put:L}){return yield D(ii.p0,I)},*moveGitFile({payload:I},{call:D,put:L}){return yield D(ii.IT,I)},*moveGitFiles({payload:I},{call:D,put:L}){return yield D(ii.t2,I)},*getRepository({payload:I},{call:D,put:L}){const ve=yield D(ii.Ag,I);return yield L({type:"save",payload:{repository:vo({},ve)}}),vo({},ve)},*getRepositorys({payload:I},{call:D,put:L}){const ve=yield D(ii.Wl,I);return yield L({type:"save",payload:{repository:vo({},ve)}}),vo({},ve)},*getRepositorys({payload:I},{call:D,put:L}){const ve=yield D(ii.Wl,I);return yield L({type:"save",payload:{repository:vo({},ve)}}),vo({},ve)},*getSecretRepository({payload:I},{call:D,put:L}){const ve=yield D(ii.w,I);return yield L({type:"save",payload:{secretRepository:vo({},ve)}}),ve},*addRepositoryFile({payload:I},{call:D,put:L}){return yield D(ii.v3,I)},*addRepositoryFiles({payload:I},{call:D,put:L}){return yield D(ii.fL,I)},*getRepositoryCommit({payload:I},{call:D,put:L}){return yield D(ii.Je,I)},*getFileContent({payload:I},{call:D,put:L}){const ve=yield D(ii.LK,I);return yield L({type:"save",payload:{fileContent:u0(vo({},ve),{params:I})}}),ve},*getFileContents({payload:I},{call:D,put:L}){const ve=yield D(ii.nu,I);return yield L({type:"save",payload:{fileContent:u0(vo({},ve),{params:I})}}),ve},*updateRepositoryFile({payload:I},{call:D,put:L}){return yield D(ii.kF,I)},*updateRepositoryFiles({payload:I},{call:D,put:L}){return yield D(ii.jq,I)},*uploadGitFolder({payload:I},{call:D,put:L}){return yield D(ii.Op,I)},*updateCollaboratorEditable({payload:I},{call:D,put:L}){return yield D(ii.Dz,I)},*getSettingsData({payload:I},{call:D,put:L}){const ve=yield D(ii.DC,I);yield L({type:"save",payload:{setting:vo({},ve)}})},*getChallengesNew({payload:I},{call:D,put:L}){const ve=yield D(ii.km,I);yield L({type:"save",payload:{challengesNew:vo({},ve)}})},*getChallengesEdit({payload:I},{call:D,put:L}){const ve=yield D(ii.q0,I);return yield L({type:"save",payload:{challengesEdit:vo({},ve)}}),ve},*getAuditSituationData({payload:I},{call:D,put:L}){const ve=yield D(ii.GI,I),De=xc(ve);yield L({type:"save",payload:{auditSituationData:De}})},*getEditChallengesQuestion({payload:I},{call:D,put:L}){const ve=yield D(ii.UQ,I);return yield L({type:"save",payload:{editChallengesQuestion:ve}}),ve},*getInfoWithJupyterLab({payload:I},{call:D,put:L}){const ve=yield D(ii.mI,I);return yield L({type:"save",payload:{infoWithJupyterLab:ve}}),ve},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:vo({},I)}})}},reducers:{save(I,D){return console.log("reducers:",I,D),vo(vo({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){return D.listen(({pathname:L})=>{L==="/"&&I({type:"query"})})}}},Il=Object.defineProperty,_l=Object.getOwnPropertySymbols,Ol=Object.prototype.hasOwnProperty,Fo=Object.prototype.propertyIsEnumerable,Dl=(I,D,L)=>D in I?Il(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,zs=(I,D)=>{for(var L in D||(D={}))Ol.call(D,L)&&Dl(I,L,D[L]);if(_l)for(var L of _l(D))Fo.call(D,L)&&Dl(I,L,D[L]);return I},Fs={namespace:"shixunsList",state:{name:"",loading:!0,listParams:{sort:"desc",order_by:"new",page:1,limit:16,keyword:"",status:0,diff:0,hideme:!1}},effects:{*getShixuns({payload:I},{call:D,put:L}){const ve=yield D(ii.he,I),De=zs({},I);return yield L({type:"save",payload:zs({listParams:De},ve)}),ve},*getMenus({payload:I},{call:D,put:L}){var ve;const De=yield D(ii.I_,I);(ve=De==null?void 0:De.disciplines)==null||ve.map(an=>(an.sub_repertoires=an.sub_disciplines,an)),yield L({type:"save",payload:{menus:[...(De==null?void 0:De.disciplines)||[]]}})},*clearListParams({payload:I},{call:D,put:L}){yield L({type:"save",payload:{listParams:{sort:"desc",order_by:"new",page:1,limit:16,keyword:"",status:0,diff:0,hideme:!1}}})}},reducers:{save(I,D){return zs(zs({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){return D.listen(({pathname:L})=>{L==="/"&&I({type:"query"})})}}},Gl=Object.defineProperty,gl=Object.getOwnPropertySymbols,nu=Object.prototype.hasOwnProperty,Ec=Object.prototype.propertyIsEnumerable,Sc=(I,D,L)=>D in I?Gl(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,iu=(I,D)=>{for(var L in D||(D={}))nu.call(D,L)&&Sc(I,L,D[L]);if(gl)for(var L of gl(D))Ec.call(D,L)&&Sc(I,L,D[L]);return I},_u={namespace:"newShixuns",state:{newData:{},actionTabs:{key:"",params:{}},environmentData:{}},effects:{*getNewShixunsData({payload:I},{call:D,put:L}){const ve=yield D(ii.b8,I);return yield L({type:"save",payload:{newData:iu({},ve)}}),ve},*deleteAttachment({payload:I},{call:D,put:L}){return yield D(ii.OW,I)},*applyShixunMirror({payload:I},{call:D,put:L}){return yield D(ii.EH,I)},*submitShixuns({payload:I},{call:D,put:L}){return yield D(ii.eX,I)},*getShixunsJupyterLab({payload:I},{call:D,put:L}){const ve=yield D(ii.Gu,I);return yield L({type:"save",payload:{newData:iu({},ve)}}),ve},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:iu({},I)}})},*getEnvironmentData({payload:I},{call:D,put:L}){const ve=yield D(ii.K,I);return console.log(ve,"response"),yield L({type:"save",payload:{environmentData:iu({},ve.data)}}),ve}},reducers:{save(I,D){return iu(iu({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){}}},cc=Object.defineProperty,Ju=Object.getOwnPropertySymbols,ka=Object.prototype.hasOwnProperty,Hc=Object.prototype.propertyIsEnumerable,Zc=(I,D,L)=>D in I?cc(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,Hu=(I,D)=>{for(var L in D||(D={}))ka.call(D,L)&&Zc(I,L,D[L]);if(Ju)for(var L of Ju(D))Hc.call(D,L)&&Zc(I,L,D[L]);return I},c0={namespace:"shixunsOverview",state:{},effects:{*getShixunUseInfos({payload:I},{call:D,put:L}){const ve=yield D(ii.e,I);yield L({type:"save",payload:{ShixunUseInfos:ve}})},*getRankList({payload:I},{call:D,put:L}){const ve=yield D(ii.Fg,I);yield L({type:"save",payload:{RankList:{user_list:[{rank:"\u6392\u540D",name:"\u59D3\u540D",role:"\u89D2\u8272",student_id:"\u5B66\u53F7/\u5DE5\u53F7",num:"\u901A\u8FC7\u5173\u5361\u6570"},...(ve==null?void 0:ve.user_list)||[]],learn_list:[{rank:"\u6392\u540D",name:"\u5B9E\u8DF5\u9879\u76EE\u540D\u79F0",num:"\u5B66\u4E60\u4EBA\u6570"},...(ve==null?void 0:ve.learn_list)||[]],clearance_list:[{rank:"\u6392\u540D",name:"\u5B9E\u8DF5\u9879\u76EE\u540D\u79F0",num:"\u901A\u5173\u6570"},...(ve==null?void 0:ve.clearance_list)||[]],quote_list:[{rank:"\u6392\u540D",name:"\u5B9E\u8DF5\u9879\u76EE\u540D\u79F0",num:"\u5F15\u7528\u6B21\u6570"},...(ve==null?void 0:ve.quote_list)||[]]}}})},*getStatisticsBody({payload:I},{call:D,put:L}){const ve=yield D(ii.Gz,I);yield L({type:"save",payload:{SBody:ve}})},*getOnlineCount({payload:I},{call:D,put:L}){const ve=yield D(ii.hS,I);yield L({type:"save",payload:{OnlineCount:ve==null?void 0:ve.data}})},*getStatisticsHeader({payload:I},{call:D,put:L}){const ve=yield D(ii.Hl,I);yield L({type:"save",payload:{SHeader:ve}})}},reducers:{save(I,D){return Hu(Hu({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){return D.listen(({pathname:L})=>{L==="/"&&I({type:"query"})})}}},fc=(I,D,L)=>new Promise((ve,De)=>{var an=Di=>{try{hn(L.next(Di))}catch(Ya){De(Ya)}},An=Di=>{try{hn(L.throw(Di))}catch(Ya){De(Ya)}},hn=Di=>Di.done?ve(Di.value):Promise.resolve(Di.value).then(an,An);hn((L=L.apply(I,D)).next())});function au(I){return fc(this,null,function*(){return(0,aa.ZP)("/api/shixuns/new.json",{method:"Get",params:I})})}function $c(I){return fc(this,null,function*(){return(0,aa.ZP)(`/api/shixuns/${I.id}/required_status.json`,{method:"Get",params:{}})})}var Vl=Object.defineProperty,yl=Object.defineProperties,Wc=Object.getOwnPropertyDescriptors,Kl=Object.getOwnPropertySymbols,Wo=Object.prototype.hasOwnProperty,Iu=Object.prototype.propertyIsEnumerable,dc=(I,D,L)=>D in I?Vl(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,Zu=(I,D)=>{for(var L in D||(D={}))Wo.call(D,L)&&dc(I,L,D[L]);if(Kl)for(var L of Kl(D))Iu.call(D,L)&&dc(I,L,D[L]);return I},Cc=(I,D)=>yl(I,Wc(D)),Yl={namespace:"practiceSetting",state:{data:{},is_published:!0,updateIndex:1,id:"",questionName:"",base_info_warning:!1,challenges_warning:!1,repository_warning:!1,mirror_warning:!1,service_warning:!1,selectQuestionParams:{},newQuestion:null,user_name:"",user_image_url:"",title:"",windows_vnc:!0,isExistComplete:!1,sideBar:{tabsActive:"",selectPath:"",confirmLeave:!1}},effects:{*setParams({payload:I},{call:D,put:L}){yield L({type:"save",payload:Zu({},I)})},*getTestData({payload:I},{call:D,put:L}){const ve=yield D(au,I);yield L({type:"save",payload:{data:ve}})},*setUpdateIndex({payload:I},{call:D,put:L}){yield L({type:"save",payload:{updateIndex:Math.random()}})},*getCommonData({payload:I},{call:D,put:L}){const ve=yield D($c,I);yield L({type:"save",payload:Zu({},ve.data)})},*setSideBarTabs({payload:I},{call:D,put:L}){yield L({type:"sideBar",payload:Zu({},I)})}},reducers:{save(I,D){return Zu(Zu({},I),D.payload)},sideBar(I,D){return Cc(Zu({},I),{sideBar:Zu(Zu({},I.sideBar),D.payload)})}},subscriptions:{setup({dispatch:I,history:D}){}}},uo=e(86245),Xl=Object.defineProperty,Tc=Object.getOwnPropertySymbols,Ou=Object.prototype.hasOwnProperty,Du=Object.prototype.propertyIsEnumerable,lo=(I,D,L)=>D in I?Xl(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,el=(I,D)=>{for(var L in D||(D={}))Ou.call(D,L)&&lo(I,L,D[L]);if(Tc)for(var L of Tc(D))Du.call(D,L)&&lo(I,L,D[L]);return I},Pc={namespace:"userDetail",state:{systemUpdate:void 0,homepageInfo:void 0,homeworkBanksDetail:{},actionTabs:{key:"",params:{}}},effects:{*getHomeworkBanksDetail({payload:I},{call:D,put:L}){const ve=yield D(uo.JJ,I);return yield L({type:"save",payload:{homeworkBanksDetail:el({},ve)}}),ve},*getSystemUpdate({payload:I},{call:D,put:L}){const ve=yield D(uo.n0,I);return yield L({type:"save",payload:{systemUpdate:el({},ve)}}),ve},*getHomepageInfo({payload:I},{call:D,put:L}){const ve=yield D(uo.DA,I);return yield L({type:"save",payload:{homepageInfo:el({},ve)}}),ve},*signed({payload:I},{call:D,put:L}){return yield D(uo.qN,I)},*getCourses({payload:I},{call:D,put:L}){return yield D(uo.Ho,I)},*getShixuns({payload:I},{call:D,put:L}){return yield D(uo.rV,I)},*getPaths({payload:I},{call:D,put:L}){return yield D(uo.w3,I)},*getProjects({payload:I},{call:D,put:L}){return yield D(uo.mW,I)},*getVideos({payload:I},{call:D,put:L}){return yield D(uo.WY,I)},*getReviewVideos({payload:I},{call:D,put:L}){return yield D(uo.Qx,I)},*deleteVideo({payload:I},{call:D,put:L}){return yield D(uo.FM,I)},*getQuestionBanks({payload:I},{call:D,put:L}){return yield D(uo.ai,I)},*topicsSetPublic({payload:I},{call:D,put:L}){return yield D(uo.Cx,I)},*topicsDelete({payload:I},{call:D,put:L}){return yield D(uo.WS,I)},*topicGetCourseList({payload:I},{call:D,put:L}){return yield D(uo.gI,I)},*topicSendToClass({payload:I},{call:D,put:L}){return I.object_type==="videos"?yield D(uo.Fn,I):yield D(uo.Ef,I)},*logWatchHistory({payload:I},{call:D,put:L}){const ve=yield D(uo.lO,I);return ve==null?void 0:ve.log_id},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:el({},I)}})}},reducers:{save(I,D){return el(el({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){return D.listen(({pathname:L})=>{L==="/"&&I({type:"query"})})}}},Vc=Object.defineProperty,bl=Object.getOwnPropertySymbols,Po=Object.prototype.hasOwnProperty,Rl=Object.prototype.propertyIsEnumerable,je=(I,D,L)=>D in I?Vc(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,gu=(I,D)=>{for(var L in D||(D={}))Po.call(D,L)&&je(I,L,D[L]);if(bl)for(var L of bl(D))Rl.call(D,L)&&je(I,L,D[L]);return I},eu=(I,D)=>{var L={};for(var ve in I)Po.call(I,ve)&&D.indexOf(ve)<0&&(L[ve]=I[ve]);if(I!=null&&bl)for(var ve of bl(I))D.indexOf(ve)<0&&Rl.call(I,ve)&&(L[ve]=I[ve]);return L},No={namespace:"user",state:{name:"\u7528\u6237\u767B\u5F55\u6A21\u5757",showPopLogin:!1,showClosable:!1,bindAccountModalVisible:!1,userInfoForBindAccountModal:{},loginInfo:{login:"",password:""},userInfo:{},navigationInfo:{},loading:!0,actionTabs:{key:"",params:{},phone:""}},effects:{*login({payload:I},{call:D,put:L}){const ve=I,{to:De}=ve,an=eu(ve,["to"]);if(!(yield D(uo.Es,an)).status)try{De?f.history.replace(De):location.reload()}catch(hn){}},*showPopLogin({payload:I},{put:D}){yield D({type:"save",payload:{showPopLogin:I.showPopLogin,showClosable:I.showClosable}})},*setBindAccountModal({payload:I},{put:D}){yield D({type:"save",payload:{bindAccountModalVisible:I.bindAccountModalVisible,userInfoForBindAccountModal:I.userInfoForBindAccountModal,loginInfo:I.loginInfo}})},*getUserInfo({payload:I},{call:D,put:L}){const ve=yield D(uo.bG,gu({},I));return localStorage.userInfo=JSON.stringify(ve),yield L({type:"save",payload:{userInfo:gu({},ve)}}),ve},*getNavigationInfo({payload:I},{call:D,put:L}){const ve=yield D(uo.x4,gu({},I));yield L({type:"save",payload:{navigationInfo:gu({},ve)}})},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:gu({},I)}})}},reducers:{save(I,D){return gu(gu({},I),D.payload)}}},Vs=e(49379),Go=Object.defineProperty,ku=Object.defineProperties,Io=Object.getOwnPropertyDescriptors,tl=Object.getOwnPropertySymbols,yu=Object.prototype.hasOwnProperty,hc=Object.prototype.propertyIsEnumerable,Ru=(I,D,L)=>D in I?Go(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,Vo=(I,D)=>{for(var L in D||(D={}))yu.call(D,L)&&Ru(I,L,D[L]);if(tl)for(var L of tl(D))hc.call(D,L)&&Ru(I,L,D[L]);return I},rl=(I,D)=>ku(I,Io(D));const bu=()=>{var I,D,L,ve,De,an,An;let hn=window.location.href.split("/");if(!hn.includes("video"))return;let Di=(I=hn[hn.length-1])==null?void 0:I.split("?")[0];Di=Number(Di);const Ya=(L=(D=hn[hn.length-1])==null?void 0:D.split("?")[1])==null?void 0:L.split("=")[1];return((De=(ve=hn[hn.length-1])==null?void 0:ve.split("?")[1])==null?void 0:De.split("=")[0])==="subject_id"?{videoId:Di,subject_id:Ya}:((An=(an=hn[hn.length-1])==null?void 0:an.split("?")[1])==null?void 0:An.split("=")[0])==="new_video_id"?{videoId:Di,new_video_id:Ya}:{videoId:Di,course_id:Ya}};var Kc={namespace:"videoDetail",state:{detail:{},actionTabs:{key:"",params:{}},videoTabs:{key:"",params:{}},stages:[],cust_seq:0,queryParams:bu(),videoList:[],attachmentList:[],selectParams:{checkBoxValue:!1,radioValue:1},active:{}},effects:{*getVideoDetail({payload:I,callback:D},{call:L,put:ve}){const De=yield L(wn.O2,I);return D?D(De):yield ve({type:"save",payload:{detail:Vo({},De)}}),De},*setVideoValue({payload:I},{call:D,put:L}){yield L({type:"save",payload:{detail:Vo({},I)}})},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:Vo({},I)}})},*setVideoTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{videoTabs:Vo({},I)}})},*setSelectValue({payload:I},{call:D,put:L}){yield L({type:"save",payload:{selectParams:Vo({},I)}})},*getStageData({payload:I},{call:D,put:L,select:ve}){const De=yield D(wn.yN,I),an=yield D($i.lk,{id:I.subject_id}),{queryParams:An}=yield ve(Ma=>Ma.videoDetail),{stages:hn=[]}=De,Di=[];let Ya=[],Da={};const Oo=Ma=>{Ma.forEach(co=>{String(co.id)===String(An.videoId)&&(Da=co),co.item_type==="VideoItem"?Di.push(co):co.item_type==="Attachment"&&Ya.push(co),co.children&&co.children.length&&Oo(co.children)})};hn==null||hn.forEach(Ma=>{Oo(Ma.items)}),window.filterVideoSign=[...Di],yield L({type:"save",payload:{stages:hn,active:Da,cust_seq:an.cust_seq,videoList:Di,attachmentList:Ya}})},*getVideoData({payload:I},{call:D,put:L,select:ve}){const De=yield D(wn.fn,I),{categories:an=[],coruse_videos:An=[]}=De;yield L({type:"save",payload:{stages:(an==null?void 0:an.length)>0?an:[{coruse_videos:An,name:"\u672A\u5206\u914D\u76EE\u5F55"}]}})},*getCourseStageData({payload:I},{call:D,put:L,select:ve}){const De=yield D(Vs.R7,I),{queryParams:an}=yield ve(Oo=>Oo.videoDetail),{stages:An}=De;let hn=[],Di=[],Ya={};const Da=Oo=>{Oo.forEach(Ma=>{String(Ma.id)===String(an.videoId)&&(Ya=Ma),Ma.item_type==="VideoItem"?hn.push(Ma):Ma.item_type==="Attachment"&&Di.push(Ma),Ma.children&&Ma.children.length&&Da(Ma.children)})};An==null||An.forEach(Oo=>{Da(Oo.items)}),window.filterVideoSign=[...hn],yield L({type:"save",payload:{active:Ya,stages:An,cust_seq:!0,videoList:hn,attachmentList:Di}})}},reducers:{save(I,D){return Vo(Vo({},I),D.payload)},handleListItemClick(I,D){const{videoList:L,attachmentList:ve}=I,De=D.payload.videoId||D.payload.attachmentId,an=[...L,...ve].find(An=>`${An.id}`==`${De}`);return rl(Vo({},I),{active:an,queryParams:Vo(Vo({},bu()),D.payload)})}},subscriptions:{setup({dispatch:I,history:D}){return D.listen(({pathname:L})=>{L==="/"&&I({type:"query"})})}}},Zo=e(466),xu=Object.defineProperty,nl=Object.getOwnPropertySymbols,il=Object.prototype.hasOwnProperty,ql=Object.prototype.propertyIsEnumerable,Ql=(I,D,L)=>D in I?xu(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,xl=(I,D)=>{for(var L in D||(D={}))il.call(D,L)&&Ql(I,L,D[L]);if(nl)for(var L of nl(D))ql.call(D,L)&&Ql(I,L,D[L]);return I},Ml={namespace:"virtualSpaces",state:{showMenu:!0,loading:!0,actionTabs:{key:"",params:{},module_id:""},virtualSpacesDetails:{},menus:[],LessonsList:{},LessonDetail:{},LessonResList:{},DiscussionList:{},DiscussionDetail:{},Workplace:{BaseData:{}}},effects:{*getBaseStatisticData({payload:I},{call:D,put:L}){const ve=yield D(Zo.y2,I);return yield L({type:"save",payload:{Workplace:{BaseData:ve.data}}}),ve},*putEditDiscussion({payload:I},{call:D,put:L}){return yield D(Zo.CH,I)},*getDiscussionDetail({payload:I},{call:D,put:L}){const ve=yield D(Zo.XQ,I);return yield L({type:"save",payload:{DiscussionDetail:ve}}),ve},*postDiscussionList({payload:I},{call:D,put:L}){return yield D(Zo.Ll,I)},*getDiscussionList({payload:I},{call:D,put:L}){const ve=yield D(Zo.EA,I);return yield L({type:"save",payload:{DiscussionList:ve}}),ve},*postAddLessonRes({payload:I},{call:D,put:L}){return yield D(Zo.cZ,I)},*getLessonResourcesList({payload:I},{call:D,put:L}){const ve=yield D(Zo.b,I);return yield L({type:"save",payload:{LessonResList:ve}}),ve},*putGoodLessonsDetail({payload:I},{call:D,put:L}){return yield D(Zo.To,I)},*getGoodLessonsDetail({payload:I},{call:D,put:L}){const ve=yield D(Zo.FU,I);return yield L({type:"save",payload:{LessonDetail:ve}}),ve},*postGoodLessonsList({payload:I},{call:D,put:L}){return yield D(Zo.Vf,I)},*getGoodLessonsList({payload:I},{call:D,put:L}){const ve=yield D(Zo.G_,I);return yield L({type:"save",payload:{LessonsList:ve}}),ve},*setActionTabs({payload:I},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:xl({},I)}})},*setShowMenu({payload:I},{call:D,put:L}){yield L({type:"save",payload:{showMenu:I}})},*getVirtualSpacesDetails({payload:I},{call:D,put:L}){const ve=yield D(Zo.sT,I);yield L({type:"save",payload:{virtualSpacesDetails:xl({},ve)}})},*setVirtualSpacesLoading({payload:I},{call:D,put:L}){yield L({type:"save",payload:{loading:I}})},*getVirtualSpacesMenus({payload:I},{call:D,put:L}){const ve=yield D(Zo.Sl,I);return yield L({type:"save",payload:{menus:ve}}),ve}},reducers:{save(I,D){return xl(xl({},I),D.payload)}},subscriptions:{setup({dispatch:I,history:D}){return D.listen(({pathname:L})=>{L==="/"&&I({type:"query"})})}}};const Jl={model_1:{namespace:"account.index",model:b},model_2:{namespace:"classrooms.announcement",model:X},model_3:{namespace:"classrooms.attachment",model:oe},model_4:{namespace:"classrooms.boards",model:ke},model_5:{namespace:"classrooms.exercise",model:Xe},model_6:{namespace:"classrooms.graduation",model:Se},model_7:{namespace:"classrooms.homeworks",model:Kt},model_8:{namespace:"classrooms.index",model:Te},model_9:{namespace:"classrooms.new",model:gt},model_10:{namespace:"classrooms.overview",model:Lr},model_11:{namespace:"classrooms.polls",model:zt},model_12:{namespace:"classrooms.teacher",model:yn},model_13:{namespace:"classrooms.video",model:na},model_14:{namespace:"competitions.index",model:xi},model_15:{namespace:"engineering.evaluateDetail",model:Je},model_16:{namespace:"engineering.evaluateList",model:_n.Z},model_17:{namespace:"engineering.index",model:mn},model_18:{namespace:"engineering.navigation",model:da},model_19:{namespace:"engineering.normDetail",model:Vi},model_20:{namespace:"engineering.normList",model:Oa},model_21:{namespace:"forums.detail",model:wo},model_22:{namespace:"forums.index",model:qs},model_23:{namespace:"globalSetting",model:Ro},model_24:{namespace:"graduations.index",model:qt},model_25:{namespace:"homePage",model:xr},model_26:{namespace:"innovation.index",model:Pi},model_27:{namespace:"intraincourse.index",model:ti},model_28:{namespace:"loading",model:Ai},model_29:{namespace:"messages.index",model:Ss},model_30:{namespace:"paperlibrary.index",model:br},model_31:{namespace:"paperlibrary.newPaper",model:ca},model_32:{namespace:"paths.detail",model:mu},model_33:{namespace:"paths.index",model:Tt},model_34:{namespace:"paths.new",model:$n},model_35:{namespace:"paths.overview",model:ks},model_36:{namespace:"problemset.index",model:Uu},model_37:{namespace:"problemset.preview",model:ml},model_38:{namespace:"resetFul.index",model:Pl},model_39:{namespace:"shixuns.detail",model:zc},model_40:{namespace:"shixuns.index",model:Fs},model_41:{namespace:"shixuns.new",model:_u},model_42:{namespace:"shixuns.overview",model:c0},model_43:{namespace:"shixuns.practiceSetting",model:Yl},model_44:{namespace:"user.detail",model:Pc},model_45:{namespace:"user.index",model:No},model_46:{namespace:"video.detail",model:Kc},model_47:{namespace:"virtualSpaces.index",model:Ml}};var wu=Object.defineProperty,Xc=Object.getOwnPropertySymbols,pc=Object.prototype.hasOwnProperty,Lu=Object.prototype.propertyIsEnumerable,lu=(I,D,L)=>D in I?wu(I,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):I[D]=L,ec=(I,D)=>{for(var L in D||(D={}))pc.call(D,L)&&lu(I,L,D[L]);if(Xc)for(var L of Xc(D))Lu.call(D,L)&&lu(I,L,D[L]);return I};let mc;function vc(I){const{pluginManager:D}=(0,f.useAppData)(),L=(0,c.useRef)(),ve=D.applyPlugins({key:"dva",type:f.ApplyPluginsType.modify,initialValue:{}});if(!L.current){L.current=(0,r.Ue)(ec({history:f.history},ve.config||{}),{initialReducer:{},setupMiddlewares(De){return[...De]},setupApp(De){De._history=f.history}}),mc=L.current,L.current.use(l()()),(ve.plugins||[]).forEach(De=>{L.current.use(De)});for(const De of Object.keys(Jl))L.current.model(ec({namespace:Jl[De].namespace},Jl[De].model));L.current.start()}return c.createElement(r.zt,{store:L.current._store},I.children)}function Oc(){return mc}},18956:function(d,_,e){"use strict";e.d(_,{PZ:function(){return ei},eU:function(){return a},B:function(){return Xi},Mg:function(){return pt},lw:function(){return vt},Kd:function(){return Ot},H8:function(){return xi}});var r=e(59301),i=e(94266),l=e.n(i);const c=l()||i;function f(Ze){return Ze.displayName||Ze.name||"Component"}const o=r.createContext(null),{Consumer:h,Provider:u}=o,a=u,x=null;function p(Ze,Je){const{intlPropName:xe="intl",forwardRef:st=!1,enforceContext:rr=!0}=Je||{},Mr=Or=>React.createElement(h,null,Pr=>(rr&&invariantIntlContext(Pr),React.createElement(Ze,Object.assign({},Or,{[xe]:Pr},{ref:st?Or.forwardedRef:null}))));return Mr.displayName=`injectIntl(${f(Ze)})`,Mr.WrappedComponent=Ze,c(st?React.forwardRef((Or,Pr)=>React.createElement(Mr,Object.assign({},Or,{forwardedRef:Pr}))):Mr,Ze)}var y;(function(Ze){Ze[Ze.literal=0]="literal",Ze[Ze.argument=1]="argument",Ze[Ze.number=2]="number",Ze[Ze.date=3]="date",Ze[Ze.time=4]="time",Ze[Ze.select=5]="select",Ze[Ze.plural=6]="plural",Ze[Ze.pound=7]="pound"})(y||(y={}));function m(Ze){return Ze.type===y.literal}function b(Ze){return Ze.type===y.argument}function S(Ze){return Ze.type===y.number}function k(Ze){return Ze.type===y.date}function R(Ze){return Ze.type===y.time}function A(Ze){return Ze.type===y.select}function O(Ze){return Ze.type===y.plural}function M(Ze){return Ze.type===y.pound}function B(Ze){return!!(Ze&&typeof Ze=="object"&&Ze.type===0)}function U(Ze){return!!(Ze&&typeof Ze=="object"&&Ze.type===1)}function X(Ze){return{type:y.literal,value:Ze}}function G(Ze,Je){return{type:y.number,value:Ze,style:Je}}var V=function(){var Ze=function(Je,xe){return Ze=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(st,rr){st.__proto__=rr}||function(st,rr){for(var Mr in rr)rr.hasOwnProperty(Mr)&&(st[Mr]=rr[Mr])},Ze(Je,xe)};return function(Je,xe){Ze(Je,xe);function st(){this.constructor=Je}Je.prototype=xe===null?Object.create(xe):(st.prototype=xe.prototype,new st)}}(),ae=function(){return ae=Object.assign||function(Ze){for(var Je,xe=1,st=arguments.length;xe<st;xe++){Je=arguments[xe];for(var rr in Je)Object.prototype.hasOwnProperty.call(Je,rr)&&(Ze[rr]=Je[rr])}return Ze},ae.apply(this,arguments)},ie=function(Ze){V(Je,Ze);function Je(xe,st,rr,Mr){var Or=Ze.call(this)||this;return Or.message=xe,Or.expected=st,Or.found=rr,Or.location=Mr,Or.name="SyntaxError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(Or,Je),Or}return Je.buildMessage=function(xe,st){function rr(Tr){return Tr.charCodeAt(0).toString(16).toUpperCase()}function Mr(Tr){return Tr.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\0/g,"\\0").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/[\x00-\x0F]/g,function(dn){return"\\x0"+rr(dn)}).replace(/[\x10-\x1F\x7F-\x9F]/g,function(dn){return"\\x"+rr(dn)})}function Or(Tr){return Tr.replace(/\\/g,"\\\\").replace(/\]/g,"\\]").replace(/\^/g,"\\^").replace(/-/g,"\\-").replace(/\0/g,"\\0").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/[\x00-\x0F]/g,function(dn){return"\\x0"+rr(dn)}).replace(/[\x10-\x1F\x7F-\x9F]/g,function(dn){return"\\x"+rr(dn)})}function Pr(Tr){switch(Tr.type){case"literal":return'"'+Mr(Tr.text)+'"';case"class":var dn=Tr.parts.map(function(rn){return Array.isArray(rn)?Or(rn[0])+"-"+Or(rn[1]):Or(rn)});return"["+(Tr.inverted?"^":"")+dn+"]";case"any":return"any character";case"end":return"end of input";case"other":return Tr.description}}function zr(Tr){var dn=Tr.map(Pr),rn,un;if(dn.sort(),dn.length>0){for(rn=1,un=1;rn<dn.length;rn++)dn[rn-1]!==dn[rn]&&(dn[un]=dn[rn],un++);dn.length=un}switch(dn.length){case 1:return dn[0];case 2:return dn[0]+" or "+dn[1];default:return dn.slice(0,-1).join(", ")+", or "+dn[dn.length-1]}}function mn(Tr){return Tr?'"'+Mr(Tr)+'"':"end of input"}return"Expected "+zr(xe)+" but "+mn(st)+" found."},Je}(Error);function ue(Ze,Je){Je=Je!==void 0?Je:{};var xe={},st={start:Ye},rr=Ye,Mr=function(ye){return ye.join("")},Or=function(ye){return ae({type:y.literal,value:ye},ha())},Pr="#",zr=oi("#",!1),mn=function(){return ae({type:y.pound},ha())},Tr=ya("argumentElement"),dn="{",rn=oi("{",!1),un="}",Tn=oi("}",!1),va=function(ye){return ae({type:y.argument,value:ye},ha())},Si=ya("numberSkeletonId"),vi=/^['\/{}]/,gn=Ws(["'","/","{","}"],!1,!1),ai=zo(),Fi=ya("numberSkeletonTokenOption"),da="/",$a=oi("/",!1),Ta=function(ye){return ye},fs=ya("numberSkeletonToken"),ws=function(ye,Ee){return{stem:ye,options:Ee}},Wa=function(ye){return ae({type:0,tokens:ye},ha())},gi="::",ia=oi("::",!1),os=function(ye){return ye},Ga=function(){return Zi.push("numberArgStyle"),!0},Is=function(ye){return Zi.pop(),ye.replace(/\s*$/,"")},Vi=",",vs=oi(",",!1),bo="number",Bi=oi("number",!1),_s=function(ye,Ee,Ar){return ae({type:Ee==="number"?y.number:Ee==="date"?y.date:y.time,style:Ar&&Ar[2],value:ye},ha())},Na="'",Ys=oi("'",!1),Rn=/^[^']/,ja=Ws(["'"],!0,!1),cs=/^[^a-zA-Z'{}]/,Ua=Ws([["a","z"],["A","Z"],"'","{","}"],!0,!1),zi=/^[a-zA-Z]/,Ra=Ws([["a","z"],["A","Z"]],!1,!1),Oa=function(ye){return ae({type:1,pattern:ye},ha())},Es=function(){return Zi.push("dateOrTimeArgStyle"),!0},Xs="date",xo=oi("date",!1),ho="time",Ea=oi("time",!1),gs="plural",Zs=oi("plural",!1),no="selectordinal",wo=oi("selectordinal",!1),Eo="offset:",po=oi("offset:",!1),fi=function(ye,Ee,Ar,qr){return ae({type:y.plural,pluralType:Ee==="plural"?"cardinal":"ordinal",value:ye,offset:Ar?Ar[2]:0,options:qr.reduce(function(br,Xr){var Cn=Xr.id,Qn=Xr.value,Li=Xr.location;return Cn in br&&Os('Duplicate option "'+Cn+'" in plural element: "'+ga()+'"',Pi()),br[Cn]={value:Qn,location:Li},br},{})},ha())},li="select",za=oi("select",!1),qa=function(ye,Ee){return ae({type:y.select,value:ye,options:Ee.reduce(function(Ar,qr){var br=qr.id,Xr=qr.value,Cn=qr.location;return br in Ar&&Os('Duplicate option "'+br+'" in select element: "'+ga()+'"',Pi()),Ar[br]={value:Xr,location:Cn},Ar},{})},ha())},Qa="=",qs=oi("=",!1),Qs=function(ye){return Zi.push("select"),!0},qo=function(ye,Ee){return Zi.pop(),ae({id:ye,value:Ee},ha())},ds=function(ye){return Zi.push("plural"),!0},Do=function(ye,Ee){return Zi.pop(),ae({id:ye,value:Ee},ha())},ko=ya("whitespace"),$o=/^[\t-\r \x85\xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/,Su=Ws([[" ","\r"]," ","\x85","\xA0","\u1680",["\u2000","\u200A"],"\u2028","\u2029","\u202F","\u205F","\u3000"],!1,!1),So=ya("syntax pattern"),mo=/^[!-\/:-@[-\^`{-~\xA1-\xA7\xA9\xAB\xAC\xAE\xB0\xB1\xB6\xBB\xBF\xD7\xF7\u2010-\u2027\u2030-\u203E\u2041-\u2053\u2055-\u205E\u2190-\u245F\u2500-\u2775\u2794-\u2BFF\u2E00-\u2E7F\u3001-\u3003\u3008-\u3020\u3030\uFD3E\uFD3F\uFE45\uFE46]/,Js=Ws([["!","/"],[":","@"],["[","^"],"`",["{","~"],["\xA1","\xA7"],"\xA9","\xAB","\xAC","\xAE","\xB0","\xB1","\xB6","\xBB","\xBF","\xD7","\xF7",["\u2010","\u2027"],["\u2030","\u203E"],["\u2041","\u2053"],["\u2055","\u205E"],["\u2190","\u245F"],["\u2500","\u2775"],["\u2794","\u2BFF"],["\u2E00","\u2E7F"],["\u3001","\u3003"],["\u3008","\u3020"],"\u3030","\uFD3E","\uFD3F","\uFE45","\uFE46"],!1,!1),ju=ya("optional whitespace"),Ro=ya("number"),Lo="-",$s=oi("-",!1),du=function(ye,Ee){return Ee?ye?-Ee:Ee:0},Uo=ya("apostrophe"),Ao=ya("double apostrophes"),Bs="''",Rs=oi("''",!1),hu=function(){return"'"},Au=function(ye,Ee){return ye+Ee.replace("''","'")},qt=function(ye){return ye!=="{"&&!(Ds()&&ye==="#")&&!(Ba()&&ye==="}")},hr=`
`,or=oi(`
`,!1),gr=function(ye){return ye==="{"||ye==="}"||Ds()&&ye==="#"},Sr=ya("argNameOrNumber"),bn=ya("argNumber"),Sn="0",Un=oi("0",!1),Bn=function(){return 0},Kn=/^[1-9]/,lr=Ws([["1","9"]],!1,!1),Br=/^[0-9]/,xr=Ws([["0","9"]],!1,!1),pn=function(ye){return parseInt(ye.join(""),10)},Gn=ya("argName"),dt=0,On=0,Yn=[{line:1,column:1}],si=0,Ki=[],jr=0,Gr;if(Je.startRule!==void 0){if(!(Je.startRule in st))throw new Error(`Can't start parsing from rule "`+Je.startRule+'".');rr=st[Je.startRule]}function ga(){return Ze.substring(On,dt)}function Pi(){return ys(On,dt)}function aa(ye,Ee){throw Ee=Ee!==void 0?Ee:ys(On,dt),js([ya(ye)],Ze.substring(On,dt),Ee)}function Os(ye,Ee){throw Ee=Ee!==void 0?Ee:ys(On,dt),Ns(ye,Ee)}function oi(ye,Ee){return{type:"literal",text:ye,ignoreCase:Ee}}function Ws(ye,Ee,Ar){return{type:"class",parts:ye,inverted:Ee,ignoreCase:Ar}}function zo(){return{type:"any"}}function Ls(){return{type:"end"}}function ya(ye){return{type:"other",description:ye}}function Va(ye){var Ee=Yn[ye],Ar;if(Ee)return Ee;for(Ar=ye-1;!Yn[Ar];)Ar--;for(Ee=Yn[Ar],Ee={line:Ee.line,column:Ee.column};Ar<ye;)Ze.charCodeAt(Ar)===10?(Ee.line++,Ee.column=1):Ee.column++,Ar++;return Yn[ye]=Ee,Ee}function ys(ye,Ee){var Ar=Va(ye),qr=Va(Ee);return{start:{offset:ye,line:Ar.line,column:Ar.column},end:{offset:Ee,line:qr.line,column:qr.column}}}function Nn(ye){dt<si||(dt>si&&(si=dt,Ki=[]),Ki.push(ye))}function Ns(ye,Ee){return new ie(ye,[],"",Ee)}function js(ye,Ee,Ar){return new ie(ie.buildMessage(ye,Ee),ye,Ee,Ar)}function Ye(){var ye;return ye=qe(),ye}function qe(){var ye,Ee;for(ye=[],Ee=Mt();Ee!==xe;)ye.push(Ee),Ee=Mt();return ye}function Mt(){var ye;return ye=pr(),ye===xe&&(ye=Zr(),ye===xe&&(ye=Ii(),ye===xe&&(ye=di(),ye===xe&&(ye=la(),ye===xe&&(ye=Fr()))))),ye}function Vt(){var ye,Ee,Ar;if(ye=dt,Ee=[],Ar=Fa(),Ar===xe&&(Ar=io(),Ar===xe&&(Ar=Ja())),Ar!==xe)for(;Ar!==xe;)Ee.push(Ar),Ar=Fa(),Ar===xe&&(Ar=io(),Ar===xe&&(Ar=Ja()));else Ee=xe;return Ee!==xe&&(On=ye,Ee=Mr(Ee)),ye=Ee,ye}function pr(){var ye,Ee;return ye=dt,Ee=Vt(),Ee!==xe&&(On=ye,Ee=Or(Ee)),ye=Ee,ye}function Fr(){var ye,Ee;return ye=dt,Ze.charCodeAt(dt)===35?(Ee=Pr,dt++):(Ee=xe,jr===0&&Nn(zr)),Ee!==xe&&(On=ye,Ee=mn()),ye=Ee,ye}function Zr(){var ye,Ee,Ar,qr,br,Xr;return jr++,ye=dt,Ze.charCodeAt(dt)===123?(Ee=dn,dt++):(Ee=xe,jr===0&&Nn(rn)),Ee!==xe?(Ar=Ri(),Ar!==xe?(qr=es(),qr!==xe?(br=Ri(),br!==xe?(Ze.charCodeAt(dt)===125?(Xr=un,dt++):(Xr=xe,jr===0&&Nn(Tn)),Xr!==xe?(On=ye,Ee=va(qr),ye=Ee):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe),jr--,ye===xe&&(Ee=xe,jr===0&&Nn(Tr)),ye}function vn(){var ye,Ee,Ar,qr,br;if(jr++,ye=dt,Ee=[],Ar=dt,qr=dt,jr++,br=La(),br===xe&&(vi.test(Ze.charAt(dt))?(br=Ze.charAt(dt),dt++):(br=xe,jr===0&&Nn(gn))),jr--,br===xe?qr=void 0:(dt=qr,qr=xe),qr!==xe?(Ze.length>dt?(br=Ze.charAt(dt),dt++):(br=xe,jr===0&&Nn(ai)),br!==xe?(qr=[qr,br],Ar=qr):(dt=Ar,Ar=xe)):(dt=Ar,Ar=xe),Ar!==xe)for(;Ar!==xe;)Ee.push(Ar),Ar=dt,qr=dt,jr++,br=La(),br===xe&&(vi.test(Ze.charAt(dt))?(br=Ze.charAt(dt),dt++):(br=xe,jr===0&&Nn(gn))),jr--,br===xe?qr=void 0:(dt=qr,qr=xe),qr!==xe?(Ze.length>dt?(br=Ze.charAt(dt),dt++):(br=xe,jr===0&&Nn(ai)),br!==xe?(qr=[qr,br],Ar=qr):(dt=Ar,Ar=xe)):(dt=Ar,Ar=xe);else Ee=xe;return Ee!==xe?ye=Ze.substring(ye,dt):ye=Ee,jr--,ye===xe&&(Ee=xe,jr===0&&Nn(Si)),ye}function tn(){var ye,Ee,Ar;return jr++,ye=dt,Ze.charCodeAt(dt)===47?(Ee=da,dt++):(Ee=xe,jr===0&&Nn($a)),Ee!==xe?(Ar=vn(),Ar!==xe?(On=ye,Ee=Ta(Ar),ye=Ee):(dt=ye,ye=xe)):(dt=ye,ye=xe),jr--,ye===xe&&(Ee=xe,jr===0&&Nn(Fi)),ye}function xn(){var ye,Ee,Ar,qr,br;if(jr++,ye=dt,Ee=Ri(),Ee!==xe)if(Ar=vn(),Ar!==xe){for(qr=[],br=tn();br!==xe;)qr.push(br),br=tn();qr!==xe?(On=ye,Ee=ws(Ar,qr),ye=Ee):(dt=ye,ye=xe)}else dt=ye,ye=xe;else dt=ye,ye=xe;return jr--,ye===xe&&(Ee=xe,jr===0&&Nn(fs)),ye}function Xn(){var ye,Ee,Ar;if(ye=dt,Ee=[],Ar=xn(),Ar!==xe)for(;Ar!==xe;)Ee.push(Ar),Ar=xn();else Ee=xe;return Ee!==xe&&(On=ye,Ee=Wa(Ee)),ye=Ee,ye}function ti(){var ye,Ee,Ar;return ye=dt,Ze.substr(dt,2)===gi?(Ee=gi,dt+=2):(Ee=xe,jr===0&&Nn(ia)),Ee!==xe?(Ar=Xn(),Ar!==xe?(On=ye,Ee=os(Ar),ye=Ee):(dt=ye,ye=xe)):(dt=ye,ye=xe),ye===xe&&(ye=dt,On=dt,Ee=Ga(),Ee?Ee=void 0:Ee=xe,Ee!==xe?(Ar=Vt(),Ar!==xe?(On=ye,Ee=Is(Ar),ye=Ee):(dt=ye,ye=xe)):(dt=ye,ye=xe)),ye}function wi(){var ye,Ee,Ar,qr,br,Xr,Cn,Qn,Li,Ln,Mn,jn,ca;return ye=dt,Ze.charCodeAt(dt)===123?(Ee=dn,dt++):(Ee=xe,jr===0&&Nn(rn)),Ee!==xe?(Ar=Ri(),Ar!==xe?(qr=es(),qr!==xe?(br=Ri(),br!==xe?(Ze.charCodeAt(dt)===44?(Xr=Vi,dt++):(Xr=xe,jr===0&&Nn(vs)),Xr!==xe?(Cn=Ri(),Cn!==xe?(Ze.substr(dt,6)===bo?(Qn=bo,dt+=6):(Qn=xe,jr===0&&Nn(Bi)),Qn!==xe?(Li=Ri(),Li!==xe?(Ln=dt,Ze.charCodeAt(dt)===44?(Mn=Vi,dt++):(Mn=xe,jr===0&&Nn(vs)),Mn!==xe?(jn=Ri(),jn!==xe?(ca=ti(),ca!==xe?(Mn=[Mn,jn,ca],Ln=Mn):(dt=Ln,Ln=xe)):(dt=Ln,Ln=xe)):(dt=Ln,Ln=xe),Ln===xe&&(Ln=null),Ln!==xe?(Mn=Ri(),Mn!==xe?(Ze.charCodeAt(dt)===125?(jn=un,dt++):(jn=xe,jr===0&&Nn(Tn)),jn!==xe?(On=ye,Ee=_s(qr,Qn,Ln),ye=Ee):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe),ye}function Ai(){var ye,Ee,Ar,qr;if(ye=dt,Ze.charCodeAt(dt)===39?(Ee=Na,dt++):(Ee=xe,jr===0&&Nn(Ys)),Ee!==xe){if(Ar=[],qr=Fa(),qr===xe&&(Rn.test(Ze.charAt(dt))?(qr=Ze.charAt(dt),dt++):(qr=xe,jr===0&&Nn(ja))),qr!==xe)for(;qr!==xe;)Ar.push(qr),qr=Fa(),qr===xe&&(Rn.test(Ze.charAt(dt))?(qr=Ze.charAt(dt),dt++):(qr=xe,jr===0&&Nn(ja)));else Ar=xe;Ar!==xe?(Ze.charCodeAt(dt)===39?(qr=Na,dt++):(qr=xe,jr===0&&Nn(Ys)),qr!==xe?(Ee=[Ee,Ar,qr],ye=Ee):(dt=ye,ye=xe)):(dt=ye,ye=xe)}else dt=ye,ye=xe;if(ye===xe)if(ye=[],Ee=Fa(),Ee===xe&&(cs.test(Ze.charAt(dt))?(Ee=Ze.charAt(dt),dt++):(Ee=xe,jr===0&&Nn(Ua))),Ee!==xe)for(;Ee!==xe;)ye.push(Ee),Ee=Fa(),Ee===xe&&(cs.test(Ze.charAt(dt))?(Ee=Ze.charAt(dt),dt++):(Ee=xe,jr===0&&Nn(Ua)));else ye=xe;return ye}function Hi(){var ye,Ee;if(ye=[],zi.test(Ze.charAt(dt))?(Ee=Ze.charAt(dt),dt++):(Ee=xe,jr===0&&Nn(Ra)),Ee!==xe)for(;Ee!==xe;)ye.push(Ee),zi.test(Ze.charAt(dt))?(Ee=Ze.charAt(dt),dt++):(Ee=xe,jr===0&&Nn(Ra));else ye=xe;return ye}function Ni(){var ye,Ee,Ar,qr;if(ye=dt,Ee=dt,Ar=[],qr=Ai(),qr===xe&&(qr=Hi()),qr!==xe)for(;qr!==xe;)Ar.push(qr),qr=Ai(),qr===xe&&(qr=Hi());else Ar=xe;return Ar!==xe?Ee=Ze.substring(Ee,dt):Ee=Ar,Ee!==xe&&(On=ye,Ee=Oa(Ee)),ye=Ee,ye}function Ei(){var ye,Ee,Ar;return ye=dt,Ze.substr(dt,2)===gi?(Ee=gi,dt+=2):(Ee=xe,jr===0&&Nn(ia)),Ee!==xe?(Ar=Ni(),Ar!==xe?(On=ye,Ee=os(Ar),ye=Ee):(dt=ye,ye=xe)):(dt=ye,ye=xe),ye===xe&&(ye=dt,On=dt,Ee=Es(),Ee?Ee=void 0:Ee=xe,Ee!==xe?(Ar=Vt(),Ar!==xe?(On=ye,Ee=Is(Ar),ye=Ee):(dt=ye,ye=xe)):(dt=ye,ye=xe)),ye}function ba(){var ye,Ee,Ar,qr,br,Xr,Cn,Qn,Li,Ln,Mn,jn,ca;return ye=dt,Ze.charCodeAt(dt)===123?(Ee=dn,dt++):(Ee=xe,jr===0&&Nn(rn)),Ee!==xe?(Ar=Ri(),Ar!==xe?(qr=es(),qr!==xe?(br=Ri(),br!==xe?(Ze.charCodeAt(dt)===44?(Xr=Vi,dt++):(Xr=xe,jr===0&&Nn(vs)),Xr!==xe?(Cn=Ri(),Cn!==xe?(Ze.substr(dt,4)===Xs?(Qn=Xs,dt+=4):(Qn=xe,jr===0&&Nn(xo)),Qn===xe&&(Ze.substr(dt,4)===ho?(Qn=ho,dt+=4):(Qn=xe,jr===0&&Nn(Ea))),Qn!==xe?(Li=Ri(),Li!==xe?(Ln=dt,Ze.charCodeAt(dt)===44?(Mn=Vi,dt++):(Mn=xe,jr===0&&Nn(vs)),Mn!==xe?(jn=Ri(),jn!==xe?(ca=Ei(),ca!==xe?(Mn=[Mn,jn,ca],Ln=Mn):(dt=Ln,Ln=xe)):(dt=Ln,Ln=xe)):(dt=Ln,Ln=xe),Ln===xe&&(Ln=null),Ln!==xe?(Mn=Ri(),Mn!==xe?(Ze.charCodeAt(dt)===125?(jn=un,dt++):(jn=xe,jr===0&&Nn(Tn)),jn!==xe?(On=ye,Ee=_s(qr,Qn,Ln),ye=Ee):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe),ye}function Ii(){var ye;return ye=wi(),ye===xe&&(ye=ba()),ye}function di(){var ye,Ee,Ar,qr,br,Xr,Cn,Qn,Li,Ln,Mn,jn,ca,$i,_o,so;if(ye=dt,Ze.charCodeAt(dt)===123?(Ee=dn,dt++):(Ee=xe,jr===0&&Nn(rn)),Ee!==xe)if(Ar=Ri(),Ar!==xe)if(qr=es(),qr!==xe)if(br=Ri(),br!==xe)if(Ze.charCodeAt(dt)===44?(Xr=Vi,dt++):(Xr=xe,jr===0&&Nn(vs)),Xr!==xe)if(Cn=Ri(),Cn!==xe)if(Ze.substr(dt,6)===gs?(Qn=gs,dt+=6):(Qn=xe,jr===0&&Nn(Zs)),Qn===xe&&(Ze.substr(dt,13)===no?(Qn=no,dt+=13):(Qn=xe,jr===0&&Nn(wo))),Qn!==xe)if(Li=Ri(),Li!==xe)if(Ze.charCodeAt(dt)===44?(Ln=Vi,dt++):(Ln=xe,jr===0&&Nn(vs)),Ln!==xe)if(Mn=Ri(),Mn!==xe)if(jn=dt,Ze.substr(dt,7)===Eo?(ca=Eo,dt+=7):(ca=xe,jr===0&&Nn(po)),ca!==xe?($i=Ri(),$i!==xe?(_o=xa(),_o!==xe?(ca=[ca,$i,_o],jn=ca):(dt=jn,jn=xe)):(dt=jn,jn=xe)):(dt=jn,jn=xe),jn===xe&&(jn=null),jn!==xe)if(ca=Ri(),ca!==xe){if($i=[],_o=Yi(),_o!==xe)for(;_o!==xe;)$i.push(_o),_o=Yi();else $i=xe;$i!==xe?(_o=Ri(),_o!==xe?(Ze.charCodeAt(dt)===125?(so=un,dt++):(so=xe,jr===0&&Nn(Tn)),so!==xe?(On=ye,Ee=fi(qr,Qn,jn,$i),ye=Ee):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe)}else dt=ye,ye=xe;else dt=ye,ye=xe;else dt=ye,ye=xe;else dt=ye,ye=xe;else dt=ye,ye=xe;else dt=ye,ye=xe;else dt=ye,ye=xe;else dt=ye,ye=xe;else dt=ye,ye=xe;else dt=ye,ye=xe;else dt=ye,ye=xe;else dt=ye,ye=xe;return ye}function la(){var ye,Ee,Ar,qr,br,Xr,Cn,Qn,Li,Ln,Mn,jn,ca,$i;if(ye=dt,Ze.charCodeAt(dt)===123?(Ee=dn,dt++):(Ee=xe,jr===0&&Nn(rn)),Ee!==xe)if(Ar=Ri(),Ar!==xe)if(qr=es(),qr!==xe)if(br=Ri(),br!==xe)if(Ze.charCodeAt(dt)===44?(Xr=Vi,dt++):(Xr=xe,jr===0&&Nn(vs)),Xr!==xe)if(Cn=Ri(),Cn!==xe)if(Ze.substr(dt,6)===li?(Qn=li,dt+=6):(Qn=xe,jr===0&&Nn(za)),Qn!==xe)if(Li=Ri(),Li!==xe)if(Ze.charCodeAt(dt)===44?(Ln=Vi,dt++):(Ln=xe,jr===0&&Nn(vs)),Ln!==xe)if(Mn=Ri(),Mn!==xe){if(jn=[],ca=Ss(),ca!==xe)for(;ca!==xe;)jn.push(ca),ca=Ss();else jn=xe;jn!==xe?(ca=Ri(),ca!==xe?(Ze.charCodeAt(dt)===125?($i=un,dt++):($i=xe,jr===0&&Nn(Tn)),$i!==xe?(On=ye,Ee=qa(qr,jn),ye=Ee):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe)}else dt=ye,ye=xe;else dt=ye,ye=xe;else dt=ye,ye=xe;else dt=ye,ye=xe;else dt=ye,ye=xe;else dt=ye,ye=xe;else dt=ye,ye=xe;else dt=ye,ye=xe;else dt=ye,ye=xe;else dt=ye,ye=xe;return ye}function eo(){var ye,Ee,Ar,qr;return ye=dt,Ee=dt,Ze.charCodeAt(dt)===61?(Ar=Qa,dt++):(Ar=xe,jr===0&&Nn(qs)),Ar!==xe?(qr=xa(),qr!==xe?(Ar=[Ar,qr],Ee=Ar):(dt=Ee,Ee=xe)):(dt=Ee,Ee=xe),Ee!==xe?ye=Ze.substring(ye,dt):ye=Ee,ye===xe&&(ye=ts()),ye}function Ss(){var ye,Ee,Ar,qr,br,Xr,Cn,Qn;return ye=dt,Ee=Ri(),Ee!==xe?(Ar=ts(),Ar!==xe?(qr=Ri(),qr!==xe?(Ze.charCodeAt(dt)===123?(br=dn,dt++):(br=xe,jr===0&&Nn(rn)),br!==xe?(On=dt,Xr=Qs(Ar),Xr?Xr=void 0:Xr=xe,Xr!==xe?(Cn=qe(),Cn!==xe?(Ze.charCodeAt(dt)===125?(Qn=un,dt++):(Qn=xe,jr===0&&Nn(Tn)),Qn!==xe?(On=ye,Ee=qo(Ar,Cn),ye=Ee):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe),ye}function Yi(){var ye,Ee,Ar,qr,br,Xr,Cn,Qn;return ye=dt,Ee=Ri(),Ee!==xe?(Ar=eo(),Ar!==xe?(qr=Ri(),qr!==xe?(Ze.charCodeAt(dt)===123?(br=dn,dt++):(br=xe,jr===0&&Nn(rn)),br!==xe?(On=dt,Xr=ds(Ar),Xr?Xr=void 0:Xr=xe,Xr!==xe?(Cn=qe(),Cn!==xe?(Ze.charCodeAt(dt)===125?(Qn=un,dt++):(Qn=xe,jr===0&&Nn(Tn)),Qn!==xe?(On=ye,Ee=Do(Ar,Cn),ye=Ee):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe)):(dt=ye,ye=xe),ye}function La(){var ye,Ee;return jr++,$o.test(Ze.charAt(dt))?(ye=Ze.charAt(dt),dt++):(ye=xe,jr===0&&Nn(Su)),jr--,ye===xe&&(Ee=xe,jr===0&&Nn(ko)),ye}function ta(){var ye,Ee;return jr++,mo.test(Ze.charAt(dt))?(ye=Ze.charAt(dt),dt++):(ye=xe,jr===0&&Nn(Js)),jr--,ye===xe&&(Ee=xe,jr===0&&Nn(So)),ye}function Ri(){var ye,Ee,Ar;for(jr++,ye=dt,Ee=[],Ar=La();Ar!==xe;)Ee.push(Ar),Ar=La();return Ee!==xe?ye=Ze.substring(ye,dt):ye=Ee,jr--,ye===xe&&(Ee=xe,jr===0&&Nn(ju)),ye}function xa(){var ye,Ee,Ar;return jr++,ye=dt,Ze.charCodeAt(dt)===45?(Ee=Lo,dt++):(Ee=xe,jr===0&&Nn($s)),Ee===xe&&(Ee=null),Ee!==xe?(Ar=Us(),Ar!==xe?(On=ye,Ee=du(Ee,Ar),ye=Ee):(dt=ye,ye=xe)):(dt=ye,ye=xe),jr--,ye===xe&&(Ee=xe,jr===0&&Nn(Ro)),ye}function Ka(){var ye,Ee;return jr++,Ze.charCodeAt(dt)===39?(ye=Na,dt++):(ye=xe,jr===0&&Nn(Ys)),jr--,ye===xe&&(Ee=xe,jr===0&&Nn(Uo)),ye}function Fa(){var ye,Ee;return jr++,ye=dt,Ze.substr(dt,2)===Bs?(Ee=Bs,dt+=2):(Ee=xe,jr===0&&Nn(Rs)),Ee!==xe&&(On=ye,Ee=hu()),ye=Ee,jr--,ye===xe&&(Ee=xe,jr===0&&Nn(Ao)),ye}function io(){var ye,Ee,Ar,qr,br,Xr;if(ye=dt,Ze.charCodeAt(dt)===39?(Ee=Na,dt++):(Ee=xe,jr===0&&Nn(Ys)),Ee!==xe)if(Ar=ao(),Ar!==xe){for(qr=dt,br=[],Ze.substr(dt,2)===Bs?(Xr=Bs,dt+=2):(Xr=xe,jr===0&&Nn(Rs)),Xr===xe&&(Rn.test(Ze.charAt(dt))?(Xr=Ze.charAt(dt),dt++):(Xr=xe,jr===0&&Nn(ja)));Xr!==xe;)br.push(Xr),Ze.substr(dt,2)===Bs?(Xr=Bs,dt+=2):(Xr=xe,jr===0&&Nn(Rs)),Xr===xe&&(Rn.test(Ze.charAt(dt))?(Xr=Ze.charAt(dt),dt++):(Xr=xe,jr===0&&Nn(ja)));br!==xe?qr=Ze.substring(qr,dt):qr=br,qr!==xe?(Ze.charCodeAt(dt)===39?(br=Na,dt++):(br=xe,jr===0&&Nn(Ys)),br===xe&&(br=null),br!==xe?(On=ye,Ee=Au(Ar,qr),ye=Ee):(dt=ye,ye=xe)):(dt=ye,ye=xe)}else dt=ye,ye=xe;else dt=ye,ye=xe;return ye}function Ja(){var ye,Ee,Ar,qr;return ye=dt,Ee=dt,Ze.length>dt?(Ar=Ze.charAt(dt),dt++):(Ar=xe,jr===0&&Nn(ai)),Ar!==xe?(On=dt,qr=qt(Ar),qr?qr=void 0:qr=xe,qr!==xe?(Ar=[Ar,qr],Ee=Ar):(dt=Ee,Ee=xe)):(dt=Ee,Ee=xe),Ee===xe&&(Ze.charCodeAt(dt)===10?(Ee=hr,dt++):(Ee=xe,jr===0&&Nn(or))),Ee!==xe?ye=Ze.substring(ye,dt):ye=Ee,ye}function ao(){var ye,Ee,Ar,qr;return ye=dt,Ee=dt,Ze.length>dt?(Ar=Ze.charAt(dt),dt++):(Ar=xe,jr===0&&Nn(ai)),Ar!==xe?(On=dt,qr=gr(Ar),qr?qr=void 0:qr=xe,qr!==xe?(Ar=[Ar,qr],Ee=Ar):(dt=Ee,Ee=xe)):(dt=Ee,Ee=xe),Ee!==xe?ye=Ze.substring(ye,dt):ye=Ee,ye}function es(){var ye,Ee;return jr++,ye=dt,Ee=Us(),Ee===xe&&(Ee=ts()),Ee!==xe?ye=Ze.substring(ye,dt):ye=Ee,jr--,ye===xe&&(Ee=xe,jr===0&&Nn(Sr)),ye}function Us(){var ye,Ee,Ar,qr,br;if(jr++,ye=dt,Ze.charCodeAt(dt)===48?(Ee=Sn,dt++):(Ee=xe,jr===0&&Nn(Un)),Ee!==xe&&(On=ye,Ee=Bn()),ye=Ee,ye===xe){if(ye=dt,Ee=dt,Kn.test(Ze.charAt(dt))?(Ar=Ze.charAt(dt),dt++):(Ar=xe,jr===0&&Nn(lr)),Ar!==xe){for(qr=[],Br.test(Ze.charAt(dt))?(br=Ze.charAt(dt),dt++):(br=xe,jr===0&&Nn(xr));br!==xe;)qr.push(br),Br.test(Ze.charAt(dt))?(br=Ze.charAt(dt),dt++):(br=xe,jr===0&&Nn(xr));qr!==xe?(Ar=[Ar,qr],Ee=Ar):(dt=Ee,Ee=xe)}else dt=Ee,Ee=xe;Ee!==xe&&(On=ye,Ee=pn(Ee)),ye=Ee}return jr--,ye===xe&&(Ee=xe,jr===0&&Nn(bn)),ye}function ts(){var ye,Ee,Ar,qr,br;if(jr++,ye=dt,Ee=[],Ar=dt,qr=dt,jr++,br=La(),br===xe&&(br=ta()),jr--,br===xe?qr=void 0:(dt=qr,qr=xe),qr!==xe?(Ze.length>dt?(br=Ze.charAt(dt),dt++):(br=xe,jr===0&&Nn(ai)),br!==xe?(qr=[qr,br],Ar=qr):(dt=Ar,Ar=xe)):(dt=Ar,Ar=xe),Ar!==xe)for(;Ar!==xe;)Ee.push(Ar),Ar=dt,qr=dt,jr++,br=La(),br===xe&&(br=ta()),jr--,br===xe?qr=void 0:(dt=qr,qr=xe),qr!==xe?(Ze.length>dt?(br=Ze.charAt(dt),dt++):(br=xe,jr===0&&Nn(ai)),br!==xe?(qr=[qr,br],Ar=qr):(dt=Ar,Ar=xe)):(dt=Ar,Ar=xe);else Ee=xe;return Ee!==xe?ye=Ze.substring(ye,dt):ye=Ee,jr--,ye===xe&&(Ee=xe,jr===0&&Nn(Gn)),ye}var Zi=["root"];function Ba(){return Zi.length>1}function Ds(){return Zi[Zi.length-1]==="plural"}function ha(){return Je&&Je.captureLocation?{location:Pi()}:{}}if(Gr=rr(),Gr!==xe&&dt===Ze.length)return Gr;throw Gr!==xe&&dt<Ze.length&&Nn(Ls()),js(Ki,si<Ze.length?Ze.charAt(si):null,si<Ze.length?ys(si,si+1):ys(si,si))}var Q=ue,J=function(){for(var Ze=0,Je=0,xe=arguments.length;Je<xe;Je++)Ze+=arguments[Je].length;for(var st=Array(Ze),rr=0,Je=0;Je<xe;Je++)for(var Mr=arguments[Je],Or=0,Pr=Mr.length;Or<Pr;Or++,rr++)st[rr]=Mr[Or];return st},K=/(^|[^\\])#/g;function oe(Ze){Ze.forEach(function(Je){!O(Je)&&!A(Je)||Object.keys(Je.options).forEach(function(xe){for(var st,rr=Je.options[xe],Mr=-1,Or=void 0,Pr=0;Pr<rr.value.length;Pr++){var zr=rr.value[Pr];if(m(zr)&&K.test(zr.value)){Mr=Pr,Or=zr;break}}if(Or){var mn=Or.value.replace(K,"$1{"+Je.value+", number}"),Tr=Q(mn);(st=rr.value).splice.apply(st,J([Mr,1],Tr))}oe(rr.value)})})}function ee(Ze,Je){var xe=Q(Ze,Je);return(!Je||Je.normalizeHashtagInPlural!==!1)&&oe(xe),xe}var q=function(){for(var Ze=0,Je=0,xe=arguments.length;Je<xe;Je++)Ze+=arguments[Je].length;for(var st=Array(Ze),rr=0,Je=0;Je<xe;Je++)for(var Mr=arguments[Je],Or=0,Pr=Mr.length;Or<Pr;Or++,rr++)st[rr]=Mr[Or];return st};function le(Ze){return JSON.stringify(Ze.map(function(Je){return Je&&typeof Je=="object"?Z(Je):Je}))}function Z(Ze){return Object.keys(Ze).sort().map(function(Je){var xe;return xe={},xe[Je]=Ze[Je],xe})}var j=function(Ze,Je){return Je===void 0&&(Je={}),function(){for(var xe,st=[],rr=0;rr<arguments.length;rr++)st[rr]=arguments[rr];var Mr=le(st),Or=Mr&&Je[Mr];return Or||(Or=new((xe=Ze).bind.apply(xe,q([void 0],st))),Mr&&(Je[Mr]=Or)),Or}},se=j,me=function(){return me=Object.assign||function(Ze){for(var Je,xe=1,st=arguments.length;xe<st;xe++){Je=arguments[xe];for(var rr in Je)Object.prototype.hasOwnProperty.call(Je,rr)&&(Ze[rr]=Je[rr])}return Ze},me.apply(this,arguments)},Oe=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;function ke(Ze){var Je={};return Ze.replace(Oe,function(xe){var st=xe.length;switch(xe[0]){case"G":Je.era=st===4?"long":st===5?"narrow":"short";break;case"y":Je.year=st===2?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":Je.month=["numeric","2-digit","short","long","narrow"][st-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":Je.day=["numeric","2-digit"][st-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":Je.weekday=st===4?"short":st===5?"narrow":"short";break;case"e":if(st<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");Je.weekday=["short","long","narrow","short"][st-4];break;case"c":if(st<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");Je.weekday=["short","long","narrow","short"][st-4];break;case"a":Je.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":Je.hourCycle="h12",Je.hour=["numeric","2-digit"][st-1];break;case"H":Je.hourCycle="h23",Je.hour=["numeric","2-digit"][st-1];break;case"K":Je.hourCycle="h11",Je.hour=["numeric","2-digit"][st-1];break;case"k":Je.hourCycle="h24",Je.hour=["numeric","2-digit"][st-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":Je.minute=["numeric","2-digit"][st-1];break;case"s":Je.second=["numeric","2-digit"][st-1];break;case"S":case"A":throw new RangeError("`S/A` (second) pattenrs are not supported, use `s` instead");case"z":Je.timeZoneName=st<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw new RangeError("`Z/O/v/V/X/x` (timeZone) pattenrs are not supported, use `z` instead")}return""}),Je}function $e(Ze){return Ze.replace(/^(.*?)-/,"")}var Ne=/^\.(?:(0+)(\+|#+)?)?$/g,Ft=/^(@+)?(\+|#+)?$/g;function wt(Ze){var Je={};return Ze.replace(Ft,function(xe,st,rr){return typeof rr!="string"?(Je.minimumSignificantDigits=st.length,Je.maximumSignificantDigits=st.length):rr==="+"?Je.minimumSignificantDigits=st.length:st[0]==="#"?Je.maximumSignificantDigits=st.length:(Je.minimumSignificantDigits=st.length,Je.maximumSignificantDigits=st.length+(typeof rr=="string"?rr.length:0)),""}),Je}function Pt(Ze){switch(Ze){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":return{currencySign:"accounting"};case"sign-always":return{signDisplay:"always"};case"sign-accounting-always":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":return{signDisplay:"never"}}}function Jt(Ze){var Je={},xe=Pt(Ze);return xe||Je}function er(Ze){for(var Je={},xe=0,st=Ze;xe<st.length;xe++){var rr=st[xe];switch(rr.stem){case"percent":Je.style="percent";continue;case"currency":Je.style="currency",Je.currency=rr.options[0];continue;case"group-off":Je.useGrouping=!1;continue;case"precision-integer":Je.maximumFractionDigits=0;continue;case"measure-unit":Je.style="unit",Je.unit=$e(rr.options[0]);continue;case"compact-short":Je.notation="compact",Je.compactDisplay="short";continue;case"compact-long":Je.notation="compact",Je.compactDisplay="long";continue;case"scientific":Je=me(me(me({},Je),{notation:"scientific"}),rr.options.reduce(function(Or,Pr){return me(me({},Or),Jt(Pr))},{}));continue;case"engineering":Je=me(me(me({},Je),{notation:"engineering"}),rr.options.reduce(function(Or,Pr){return me(me({},Or),Jt(Pr))},{}));continue;case"notation-simple":Je.notation="standard";continue;case"unit-width-narrow":Je.currencyDisplay="narrowSymbol",Je.unitDisplay="narrow";continue;case"unit-width-short":Je.currencyDisplay="code",Je.unitDisplay="short";continue;case"unit-width-full-name":Je.currencyDisplay="name",Je.unitDisplay="long";continue;case"unit-width-iso-code":Je.currencyDisplay="symbol";continue}if(Ne.test(rr.stem)){if(rr.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");rr.stem.replace(Ne,function(Or,Pr,zr){return Or==="."?Je.maximumFractionDigits=0:zr==="+"?Je.minimumFractionDigits=zr.length:Pr[0]==="#"?Je.maximumFractionDigits=Pr.length:(Je.minimumFractionDigits=Pr.length,Je.maximumFractionDigits=Pr.length+(typeof zr=="string"?zr.length:0)),""}),rr.options.length&&(Je=me(me({},Je),wt(rr.options[0])));continue}if(Ft.test(rr.stem)){Je=me(me({},Je),wt(rr.stem));continue}var Mr=Pt(rr.stem);Mr&&(Je=me(me({},Je),Mr))}return Je}var tr=function(){var Ze=function(Je,xe){return Ze=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(st,rr){st.__proto__=rr}||function(st,rr){for(var Mr in rr)rr.hasOwnProperty(Mr)&&(st[Mr]=rr[Mr])},Ze(Je,xe)};return function(Je,xe){Ze(Je,xe);function st(){this.constructor=Je}Je.prototype=xe===null?Object.create(xe):(st.prototype=xe.prototype,new st)}}(),Xe=function(){for(var Ze=0,Je=0,xe=arguments.length;Je<xe;Je++)Ze+=arguments[Je].length;for(var st=Array(Ze),rr=0,Je=0;Je<xe;Je++)for(var Mr=arguments[Je],Or=0,Pr=Mr.length;Or<Pr;Or++,rr++)st[rr]=Mr[Or];return st},It=function(Ze){tr(Je,Ze);function Je(xe,st){var rr=Ze.call(this,xe)||this;return rr.variableId=st,rr}return Je}(Error);function Zt(Ze){return Ze.length<2?Ze:Ze.reduce(function(Je,xe){var st=Je[Je.length-1];return!st||st.type!==0||xe.type!==0?Je.push(xe):st.value+=xe.value,Je},[])}function ot(Ze,Je,xe,st,rr,Mr,Or){if(Ze.length===1&&m(Ze[0]))return[{type:0,value:Ze[0].value}];for(var Pr=[],zr=0,mn=Ze;zr<mn.length;zr++){var Tr=mn[zr];if(m(Tr)){Pr.push({type:0,value:Tr.value});continue}if(M(Tr)){typeof Mr=="number"&&Pr.push({type:0,value:xe.getNumberFormat(Je).format(Mr)});continue}var dn=Tr.value;if(!(rr&&dn in rr))throw new It('The intl string context variable "'+dn+'" was not provided to the string "'+Or+'"');var rn=rr[dn];if(b(Tr)){(!rn||typeof rn=="string"||typeof rn=="number")&&(rn=typeof rn=="string"||typeof rn=="number"?String(rn):""),Pr.push({type:1,value:rn});continue}if(k(Tr)){var un=typeof Tr.style=="string"?st.date[Tr.style]:void 0;Pr.push({type:0,value:xe.getDateTimeFormat(Je,un).format(rn)});continue}if(R(Tr)){var un=typeof Tr.style=="string"?st.time[Tr.style]:U(Tr.style)?ke(Tr.style.pattern):void 0;Pr.push({type:0,value:xe.getDateTimeFormat(Je,un).format(rn)});continue}if(S(Tr)){var un=typeof Tr.style=="string"?st.number[Tr.style]:B(Tr.style)?er(Tr.style.tokens):void 0;Pr.push({type:0,value:xe.getNumberFormat(Je,un).format(rn)});continue}if(A(Tr)){var Tn=Tr.options[rn]||Tr.options.other;if(!Tn)throw new RangeError('Invalid values for "'+Tr.value+'": "'+rn+'". Options are "'+Object.keys(Tr.options).join('", "')+'"');Pr.push.apply(Pr,ot(Tn.value,Je,xe,st,rr));continue}if(O(Tr)){var Tn=Tr.options["="+rn];if(!Tn){if(!Intl.PluralRules)throw new It(`Intl.PluralRules is not available in this environment.
Try polyfilling it using "@formatjs/intl-pluralrules"
`);var va=xe.getPluralRules(Je,{type:Tr.pluralType}).select(rn-(Tr.offset||0));Tn=Tr.options[va]||Tr.options.other}if(!Tn)throw new RangeError('Invalid values for "'+Tr.value+'": "'+rn+'". Options are "'+Object.keys(Tr.options).join('", "')+'"');Pr.push.apply(Pr,ot(Tn.value,Je,xe,st,rr,rn-(Tr.offset||0)));continue}}return Zt(Pr)}function bt(Ze,Je,xe,st,rr,Mr){var Or=ot(Ze,Je,xe,st,rr,void 0,Mr);return Or.length===1?Or[0].value:Or.reduce(function(Pr,zr){return Pr+=zr.value},"")}var mt,et="@@",He=/@@(\d+_\d+)@@/g,_e=0;function Se(){return Date.now()+"_"+ ++_e}function Me(Ze,Je){return Ze.split(He).filter(Boolean).map(function(xe){return Je[xe]!=null?Je[xe]:xe}).reduce(function(xe,st){return xe.length&&typeof st=="string"&&typeof xe[xe.length-1]=="string"?xe[xe.length-1]+=st:xe.push(st),xe},[])}var Ue=/(<([0-9a-zA-Z-_]*?)>(.*?)<\/([0-9a-zA-Z-_]*?)>)|(<[0-9a-zA-Z-_]*?\/>)/,We=Date.now()+"@@",it=["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"];function ct(Ze,Je,xe){var st=Ze.tagName,rr=Ze.outerHTML,Mr=Ze.textContent,Or=Ze.childNodes;if(!st)return Me(Mr||"",Je);st=st.toLowerCase();var Pr=~it.indexOf(st),zr=xe[st];if(zr&&Pr)throw new It(st+" is a self-closing tag and can not be used, please use another tag name.");if(!Or.length)return[rr];var mn=Array.prototype.slice.call(Or).reduce(function(Tr,dn){return Tr.concat(ct(dn,Je,xe))},[]);return zr?typeof zr=="function"?[zr.apply(void 0,mn)]:[zr]:Xe(["<"+st+">"],mn,["</"+st+">"])}function Gt(Ze,Je,xe,st,rr,Mr){var Or=ot(Ze,Je,xe,st,rr,void 0,Mr),Pr={},zr=Or.reduce(function(rn,un){if(un.type===0)return rn+=un.value;var Tn=Se();return Pr[Tn]=un.value,rn+=""+et+Tn+et},"");if(!Ue.test(zr))return Me(zr,Pr);if(!rr)throw new It("Message has placeholders but no values was given");if(typeof DOMParser=="undefined")throw new It("Cannot format XML message without DOMParser");mt||(mt=new DOMParser);var mn=mt.parseFromString('<formatted-message id="'+We+'">'+zr+"</formatted-message>","text/html").getElementById(We);if(!mn)throw new It("Malformed HTML message "+zr);var Tr=Object.keys(rr).filter(function(rn){return!!mn.getElementsByTagName(rn).length});if(!Tr.length)return Me(zr,Pr);var dn=Tr.filter(function(rn){return rn!==rn.toLowerCase()});if(dn.length)throw new It("HTML tag must be lowercased but the following tags are not: "+dn.join(", "));return Array.prototype.slice.call(mn.childNodes).reduce(function(rn,un){return rn.concat(ct(un,Pr,rr))},[])}var $t=function(){return $t=Object.assign||function(Ze){for(var Je,xe=1,st=arguments.length;xe<st;xe++){Je=arguments[xe];for(var rr in Je)Object.prototype.hasOwnProperty.call(Je,rr)&&(Ze[rr]=Je[rr])}return Ze},$t.apply(this,arguments)};function Pe(Ze,Je){return Je?$t($t($t({},Ze||{}),Je||{}),Object.keys(Ze).reduce(function(xe,st){return xe[st]=$t($t({},Ze[st]),Je[st]||{}),xe},{})):Ze}function Qe(Ze,Je){return Je?Object.keys(Ze).reduce(function(xe,st){return xe[st]=Pe(Ze[st],Je[st]),xe},$t({},Ze)):Ze}function Kt(Ze){return Ze===void 0&&(Ze={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:se(Intl.NumberFormat,Ze.number),getDateTimeFormat:se(Intl.DateTimeFormat,Ze.dateTime),getPluralRules:se(Intl.PluralRules,Ze.pluralRules)}}var Lt=function(){function Ze(Je,xe,st,rr){var Mr=this;if(xe===void 0&&(xe=Ze.defaultLocale),this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(Or){return bt(Mr.ast,Mr.locales,Mr.formatters,Mr.formats,Or,Mr.message)},this.formatToParts=function(Or){return ot(Mr.ast,Mr.locales,Mr.formatters,Mr.formats,Or,void 0,Mr.message)},this.formatHTMLMessage=function(Or){return Gt(Mr.ast,Mr.locales,Mr.formatters,Mr.formats,Or,Mr.message)},this.resolvedOptions=function(){return{locale:Intl.NumberFormat.supportedLocalesOf(Mr.locales)[0]}},this.getAst=function(){return Mr.ast},typeof Je=="string"){if(this.message=Je,!Ze.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");this.ast=Ze.__parse(Je,{normalizeHashtagInPlural:!1})}else this.ast=Je;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=Qe(Ze.formats,st),this.locales=xe,this.formatters=rr&&rr.formatters||Kt(this.formatterCache)}return Ze.defaultLocale=new Intl.NumberFormat().resolvedOptions().locale,Ze.__parse=ee,Ze.formats={number:{currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},Ze}(),Ht=Lt,Nt=Ht;function Ct(Ze,Je,xe){if(xe===void 0&&(xe=Error),!Ze)throw new xe(Je)}const Yt={38:"&amp;",62:"&gt;",60:"&lt;",34:"&quot;",39:"&#x27;"},Ge=/[&><"']/g;function fe(Ze){return(""+Ze).replace(Ge,Je=>Yt[Je.charCodeAt(0)])}function pe(Ze,Je,xe={}){return Je.reduce((st,rr)=>(rr in Ze?st[rr]=Ze[rr]:rr in xe&&(st[rr]=xe[rr]),st),{})}function Dt(Ze){Ct(Ze,"[React Intl] Could not find required `intl` object. <IntlProvider> needs to exist in the component ancestry.")}function Te(Ze,Je){const xe=Je?`
${Je.stack}`:"";return`[React Intl] ${Ze}${xe}`}function ht(Ze){}const Wt={formats:{},messages:{},timeZone:void 0,textComponent:r.Fragment,defaultLocale:"en",defaultFormats:{},onError:ht};function St(){return{dateTime:{},number:{},message:{},relativeTime:{},pluralRules:{},list:{},displayNames:{}}}function Re(Ze=St()){const Je=Intl.RelativeTimeFormat,xe=Intl.ListFormat,st=Intl.DisplayNames;return{getDateTimeFormat:se(Intl.DateTimeFormat,Ze.dateTime),getNumberFormat:se(Intl.NumberFormat,Ze.number),getMessageFormat:se(Nt,Ze.message),getRelativeTimeFormat:se(Je,Ze.relativeTime),getPluralRules:se(Intl.PluralRules,Ze.pluralRules),getListFormat:se(xe,Ze.list),getDisplayNames:se(st,Ze.displayNames)}}function _t(Ze,Je,xe,st){const rr=Ze&&Ze[Je];let Mr;if(rr&&(Mr=rr[xe]),Mr)return Mr;st(Te(`No ${Je} format named: ${xe}`))}const ze=["localeMatcher","style","currency","currencyDisplay","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","currencyDisplay","currencySign","notation","signDisplay","unit","unitDisplay"];function we({locale:Ze,formats:Je,onError:xe},st,rr={}){const{format:Mr}=rr,Or=Mr&&_t(Je,"number",Mr,xe)||{},Pr=pe(rr,ze,Or);return st(Ze,Pr)}function gt(Ze,Je,xe,st={}){try{return we(Ze,Je,st).format(xe)}catch(rr){Ze.onError(Te("Error formatting number.",rr))}return String(xe)}function kt(Ze,Je,xe,st={}){try{return we(Ze,Je,st).formatToParts(xe)}catch(rr){Ze.onError(Te("Error formatting number.",rr))}return[]}const Fe=["numeric","style"];function Ir({locale:Ze,formats:Je,onError:xe},st,rr={}){const{format:Mr}=rr,Or=!!Mr&&_t(Je,"relative",Mr,xe)||{},Pr=pe(rr,Fe,Or);return st(Ze,Pr)}function At(Ze,Je,xe,st,rr={}){st||(st="second"),Intl.RelativeTimeFormat||Ze.onError(Te(`Intl.RelativeTimeFormat is not available in this environment.
Try polyfilling it using "@formatjs/intl-relativetimeformat"
`));try{return Ir(Ze,Je,rr).format(xe,st)}catch(Or){Ze.onError(Te("Error formatting relative time.",Or))}return String(xe)}const Vr=["localeMatcher","formatMatcher","timeZone","hour12","weekday","era","year","month","day","hour","minute","second","timeZoneName"];function Qr({locale:Ze,formats:Je,onError:xe,timeZone:st},rr,Mr,Or={}){const{format:Pr}=Or,zr=Object.assign(Object.assign({},st&&{timeZone:st}),Pr&&_t(Je,rr,Pr,xe));let mn=pe(Or,Vr,zr);return rr==="time"&&!mn.hour&&!mn.minute&&!mn.second&&(mn=Object.assign(Object.assign({},mn),{hour:"numeric",minute:"numeric"})),Mr(Ze,mn)}function Er(Ze,Je,xe,st={}){const rr=typeof xe=="string"?new Date(xe||0):xe;try{return Qr(Ze,"date",Je,st).format(rr)}catch(Mr){Ze.onError(Te("Error formatting date.",Mr))}return String(rr)}function Lr(Ze,Je,xe,st={}){const rr=typeof xe=="string"?new Date(xe||0):xe;try{return Qr(Ze,"time",Je,st).format(rr)}catch(Mr){Ze.onError(Te("Error formatting time.",Mr))}return String(rr)}function _r(Ze,Je,xe,st={}){const rr=typeof xe=="string"?new Date(xe||0):xe;try{return Qr(Ze,"date",Je,st).formatToParts(rr)}catch(Mr){Ze.onError(Te("Error formatting date.",Mr))}return[]}function Ur(Ze,Je,xe,st={}){const rr=typeof xe=="string"?new Date(xe||0):xe;try{return Qr(Ze,"time",Je,st).formatToParts(rr)}catch(Mr){Ze.onError(Te("Error formatting time.",Mr))}return[]}const sn=["localeMatcher","type"];function fn({locale:Ze,onError:Je},xe,st,rr={}){Intl.PluralRules||Je(Te(`Intl.PluralRules is not available in this environment.
Try polyfilling it using "@formatjs/intl-pluralrules"
`));const Mr=pe(rr,sn);try{return xe(Ze,Mr).select(st)}catch(Or){Je(Te("Error formatting plural.",Or))}return"other"}function cr(Ze,Je){return Object.keys(Ze).reduce((xe,st)=>(xe[st]=Object.assign({timeZone:Je},Ze[st]),xe),{})}function Dr(Ze,Je){return Object.keys(Object.assign(Object.assign({},Ze),Je)).reduce((st,rr)=>(st[rr]=Object.assign(Object.assign({},Ze[rr]||{}),Je[rr]||{}),st),{})}function ft(Ze,Je){if(!Je)return Ze;const xe=Nt.formats;return Object.assign(Object.assign(Object.assign({},xe),Ze),{date:Dr(cr(xe.date,Je),cr(Ze.date||{},Je)),time:Dr(cr(xe.time,Je),cr(Ze.time||{},Je))})}const Et=Ze=>r.createElement(r.Fragment,null,...Ze);function zt({locale:Ze,formats:Je,messages:xe,defaultLocale:st,defaultFormats:rr,onError:Mr,timeZone:Or},Pr,zr={id:""},mn={}){const{id:Tr,defaultMessage:dn}=zr;Ct(!!Tr,"[React Intl] An `id` must be provided to format a message.");const rn=xe&&xe[String(Tr)];Je=ft(Je,Or),rr=ft(rr,Or);let un=[];if(rn)try{un=Pr.getMessageFormat(rn,Ze,Je,{formatters:Pr}).formatHTMLMessage(mn)}catch(Tn){Mr(Te(`Error formatting message: "${Tr}" for locale: "${Ze}"`+(dn?", using default message as fallback.":""),Tn))}else(!dn||Ze&&Ze.toLowerCase()!==st.toLowerCase())&&Mr(Te(`Missing message: "${Tr}" for locale: "${Ze}"`+(dn?", using default message as fallback.":"")));if(!un.length&&dn)try{un=Pr.getMessageFormat(dn,st,rr).formatHTMLMessage(mn)}catch(Tn){Mr(Te(`Error formatting the default message for: "${Tr}"`,Tn))}return un.length?un.length===1&&typeof un[0]=="string"?un[0]||dn||String(Tr):Et(un):(Mr(Te(`Cannot format message: "${Tr}", using message ${rn||dn?"source":"id"} as fallback.`)),typeof rn=="string"?rn||dn||String(Tr):dn||String(Tr))}function nr(Ze,Je,xe={id:""},st={}){const rr=Object.keys(st).reduce((Mr,Or)=>{const Pr=st[Or];return Mr[Or]=typeof Pr=="string"?fe(Pr):Pr,Mr},{});return zt(Ze,Je,xe,rr)}var yr=e(18947),nt=e.n(yr);const Nr=["localeMatcher","type","style"],en=Date.now();function In(Ze){return`${en}_${Ze}_${en}`}function mr({locale:Ze,onError:Je},xe,st,rr={}){Intl.ListFormat||Je(Te(`Intl.ListFormat is not available in this environment.
Try polyfilling it using "@formatjs/intl-listformat"
`));const Or=pe(rr,Nr);try{const Pr={},zr=st.map((Tr,dn)=>{if(typeof Tr=="object"){const rn=In(dn);return Pr[rn]=Tr,rn}return String(Tr)});return Object.keys(Pr).length?xe(Ze,Or).formatToParts(zr).reduce((Tr,dn)=>{const rn=dn.value;return Pr[rn]?Tr.push(Pr[rn]):typeof Tr[Tr.length-1]=="string"?Tr[Tr.length-1]+=rn:Tr.push(rn),Tr},[]):xe(Ze,Or).format(zr)}catch(Pr){Je(Te("Error formatting list.",Pr))}return st}const on=["localeMatcher","style","type","fallback"];function yn({locale:Ze,onError:Je},xe,st,rr={}){Intl.DisplayNames||Je(Te(`Intl.DisplayNames is not available in this environment.
Try polyfilling it using "@formatjs/intl-displaynames"
`));const Or=pe(rr,on);try{return xe(Ze,Or).of(st)}catch(Pr){Je(Te("Error formatting display name.",Pr))}}const wn=nt()||yr;function Dn(Ze){return{locale:Ze.locale,timeZone:Ze.timeZone,formats:Ze.formats,textComponent:Ze.textComponent,messages:Ze.messages,defaultLocale:Ze.defaultLocale,defaultFormats:Ze.defaultFormats,onError:Ze.onError}}function _i(Ze,Je){const xe=Re(Je),st=Object.assign(Object.assign({},Wt),Ze),{locale:rr,defaultLocale:Mr,onError:Or}=st;return rr?!Intl.NumberFormat.supportedLocalesOf(rr).length&&Or?Or(Te(`Missing locale data for locale: "${rr}" in Intl.NumberFormat. Using default locale: "${Mr}" as fallback. See https://github.com/formatjs/react-intl/blob/master/docs/Getting-Started.md#runtime-requirements for more details`)):!Intl.DateTimeFormat.supportedLocalesOf(rr).length&&Or&&Or(Te(`Missing locale data for locale: "${rr}" in Intl.DateTimeFormat. Using default locale: "${Mr}" as fallback. See https://github.com/formatjs/react-intl/blob/master/docs/Getting-Started.md#runtime-requirements for more details`)):(Or&&Or(Te(`"locale" was not configured, using "${Mr}" as fallback. See https://github.com/formatjs/react-intl/blob/master/docs/API.md#intlshape for more details`)),st.locale=st.defaultLocale||"en"),Object.assign(Object.assign({},st),{formatters:xe,formatNumber:gt.bind(null,st,xe.getNumberFormat),formatNumberToParts:kt.bind(null,st,xe.getNumberFormat),formatRelativeTime:At.bind(null,st,xe.getRelativeTimeFormat),formatDate:Er.bind(null,st,xe.getDateTimeFormat),formatDateToParts:_r.bind(null,st,xe.getDateTimeFormat),formatTime:Lr.bind(null,st,xe.getDateTimeFormat),formatTimeToParts:Ur.bind(null,st,xe.getDateTimeFormat),formatPlural:fn.bind(null,st,xe.getPluralRules),formatMessage:zt.bind(null,st,xe),formatHTMLMessage:nr.bind(null,st,xe),formatList:mr.bind(null,st,xe.getListFormat),formatDisplayName:yn.bind(null,st,xe.getDisplayNames)})}class ui extends r.PureComponent{constructor(){super(...arguments),this.cache=St(),this.state={cache:this.cache,intl:_i(Dn(this.props),this.cache),prevConfig:Dn(this.props)}}static getDerivedStateFromProps(Je,{prevConfig:xe,cache:st}){const rr=Dn(Je);return wn(xe,rr)?null:{intl:_i(rr,st),prevConfig:rr}}render(){return Dt(this.state.intl),r.createElement(a,{value:this.state.intl},this.props.children)}}ui.displayName="IntlProvider",ui.defaultProps=Wt;var Oi=e(41920),bi=e(3424),pi=e.n(bi),ni=e(85239),na=Object.getOwnPropertySymbols,Jn=Object.prototype.hasOwnProperty,Ji=Object.prototype.propertyIsEnumerable,yt=(Ze,Je)=>{var xe={};for(var st in Ze)Jn.call(Ze,st)&&Je.indexOf(st)<0&&(xe[st]=Ze[st]);if(Ze!=null&&na)for(var st of na(Ze))Je.indexOf(st)<0&&Ji.call(Ze,st)&&(xe[st]=Ze[st]);return xe};let zn;const mi=!0,Xi=new(pi()),ei=Symbol("LANG_CHANGE"),qi=(Ze,Je="")=>Object.keys(Ze).reduce((xe,st)=>{const rr=Ze[st],Mr=Je?`${Je}.${st}`:st;return typeof rr=="string"?xe[Mr]=rr:Object.assign(xe,qi(rr,Mr)),xe},{}),xi={},lt=(Ze,Je,xe)=>{var st,rr,Mr,Or;if(!Ze)return;const Pr=(st=xi[Ze])!=null&&st.messages?Object.assign({},xi[Ze].messages,Je):Je,{momentLocale:zr=(rr=xi[Ze])==null?void 0:rr.momentLocale,antd:mn=(Mr=xi[Ze])==null?void 0:Mr.antd}=xe||{},Tr=(Or=Ze.split("-"))==null?void 0:Or.join("-");xi[Ze]={messages:Pr,locale:Tr,momentLocale:zr,antd:mn},Tr===Ot()&&Xi.emit(ei,Tr)},_n=Ze=>(0,Oi.We)().applyPlugins({key:"locale",type:"modify",initialValue:Ze}),Qt=Ze=>{const xe=_n(xi[Ze]),{cache:st}=xe,rr=yt(xe,["cache"]);return _i(rr,st)},vt=(Ze,Je)=>zn&&!Je&&!Ze?zn:(Ze||(Ze=Ot()),Ze&&xi[Ze]?Qt(Ze):xi["zh-CN"]?Qt("zh-CN"):_i({locale:"zh-CN",messages:{}})),tt=Ze=>{zn=vt(Ze,!0)},Ot=()=>{const Ze=_n({});return typeof(Ze==null?void 0:Ze.getLocale)=="function"?Ze.getLocale():(navigator.cookieEnabled&&typeof localStorage!="undefined"&&mi?window.localStorage.getItem("umi_locale"):"")||void 0||"zh-CN"},pt=()=>{const Ze=Ot();return["he","ar","fa","ku"].filter(st=>Ze.startsWith(st)).length?"rtl":"ltr"},ur=(Ze,Je=!0)=>{(()=>{if(Ot()!==Ze){if(navigator.cookieEnabled&&typeof window.localStorage!="undefined"&&mi&&window.localStorage.setItem("umi_locale",Ze||""),tt(Ze),Je)window.location.reload();else if(Xi.emit(ei,Ze),window.dispatchEvent){const st=new Event("languagechange");window.dispatchEvent(st)}}})()};let fr=!0;const Cr=(Ze,Je)=>(fr&&(warning(!1,`Using this API will cause automatic refresh when switching languages, please use useIntl or injectIntl.
\u4F7F\u7528\u6B64 api \u4F1A\u9020\u6210\u5207\u6362\u8BED\u8A00\u7684\u65F6\u5019\u65E0\u6CD5\u81EA\u52A8\u5237\u65B0\uFF0C\u8BF7\u4F7F\u7528 useIntl \u6216 injectIntl\u3002
http://j.mp/37Fkd5Q
`),fr=!1),zn||tt(Ot()),zn.formatMessage(Ze,Je)),$r=()=>Object.keys(xi)},6383:function(d,_,e){"use strict";e.d(_,{y:function(){return o}});var r=e(43418),i=e(95237),l=e(43604),c=e(4787),f=e(59301);const o=h=>new Promise((u,a)=>{if(window.RTCPeerConnection=window.RTCPeerConnection||window.mozRTCPeerConnection||window.webkitRTCPeerConnection,typeof window.RTCPeerConnection=="undefined")return a("WebRTC not supported by browser");let x=new RTCPeerConnection,p=[];x.createDataChannel(""),x.createOffer().then(y=>x.setLocalDescription(y)).catch(y=>a(y)),x.onicecandidate=y=>{console.log("event:",y);const m=[];if(!y||!y.candidate){if(console.log("ips",p),p.length==0||!(0,c.t)(p[0])){const V=r.default.info({title:f.createElement(i.Z,null,f.createElement(l.Z,{flex:"1"},"\u63D0\u793A"),f.createElement(l.Z,null,f.createElement("span",{className:"iconfont icon-yiguanbi1 current c-grey-c",onClick:()=>V.destroy()}))),icon:null,width:500,className:"custom-modal-divider",content:f.createElement(i.Z,null,f.createElement(l.Z,null,"\u5F53\u524D\u8003\u8BD5\u5DF2\u542F\u7528\u9650\u5236\u8003\u8BD5\u8BBF\u95EEIP\uFF08\u9650\u5236\u516C\u5171IP+\u5185\u7F51IP\uFF09\u3002",(h.ip_limit==="inner"||h.ip_bind)&&f.createElement(f.Fragment,null,f.createElement("span",{className:"c-red"},"\uFF08\u53EA\u5141\u8BB8\u5728Chrome\u8C37\u6B4C\u6D4F\u89C8\u5668\u4F5C\u7B54\uFF0C\u5E76\u4E14\u9700\u8981\u5B89\u88C5WebRTC Leak Prevent\u63D2\u4EF6\uFF09"),f.createElement("br",null),f.createElement(Button,{onClick:showInstallWebRtcDoc,type:"link"},"\u5982\u4F55\u5B89\u88C5WebRTC Leak Prevent\u63D2\u4EF6?"))))});return a("WebRTC disabled or restricted by browser")}const G=p.filter(V=>(0,c.t)(V));return!G||!G.length?a("IP\u83B7\u53D6\u5931\u8D25"):u(G.join(""))}let b=y.candidate.candidate.split(" "),[S,k,R,A,O,M,,B,...U]=b,X=["rtp","rtpc"];if(console.log("event:",y),p.some(G=>G==O)||p.push(O),console.log(" candidate: "+S.split(":")[1]),console.log(" component: "+X[k-1]),console.log(" protocol: "+R),console.log(" priority: "+A),console.log(" ip: "+O),console.log(" port: "+M),console.log(" type: "+B),U.length){console.log("attributes: ");for(let G=0;G<U.length;G+=2)console.log("> "+U[G]+": "+U[G+1])}}})},28426:function(d,_,e){"use strict";var r=e(59301),i=e(4977),l=e(3113),c=e(25690),f=e(32162),o=Object.defineProperty,h=Object.defineProperties,u=Object.getOwnPropertyDescriptors,a=Object.getOwnPropertySymbols,x=Object.prototype.hasOwnProperty,p=Object.prototype.propertyIsEnumerable,y=(k,R,A)=>R in k?o(k,R,{enumerable:!0,configurable:!0,writable:!0,value:A}):k[R]=A,m=(k,R)=>{for(var A in R||(R={}))x.call(R,A)&&y(k,A,R[A]);if(a)for(var A of a(R))p.call(R,A)&&y(k,A,R[A]);return k},b=(k,R)=>h(k,u(R));const S=({img:k,buttonProps:R={},styles:A={},customText:O,ButtonText:M,ButtonClick:B,Buttonclass:U,ButtonTwo:X,imgStyles:G,loading:V=!1,className:ae="",globalSetting:ie})=>{const ue=(0,r.useMemo)(()=>{var Q;if(k)return k;switch(Number((Q=ie==null?void 0:ie.setting)==null?void 0:Q.theme)){case f.Fy.THEMEONE:return e(56022);case f.Fy.THEMETWO:return e(58478);case f.Fy.DEFAULT:default:return i}},[ie,k]);return r.createElement("section",{className:`tc animated fadeIn ${ae}`,style:m({color:"#999",margin:"100px auto",visibility:V?"hidden":"visible"},A)},r.createElement("img",{src:ue,style:b(m({},G),{pointerEvents:"none",userSelect:"none"})}),r.createElement("p",{className:"mt20 font14"},O||"\u6682\u65F6\u8FD8\u6CA1\u6709\u76F8\u5173\u6570\u636E\u54E6!"),M&&r.createElement(l.ZP,m({className:U,onClick:B},R),M),X&&X)};_.Z=(0,c.connect)(({globalSetting:k})=>({globalSetting:k}))(S)},75617:function(d,_,e){"use strict";e.d(_,{Z:function(){return ae}});var r=e(59301),i={wrp:"wrp___dq7YK",bgBlack:"bgBlack___ARIUV",monaco:"monaco___VnZC3",darkBlue:"darkBlue___UprA9",close:"close___LKoWu",embed:"embed___hvpEJ"},l=e(3113),c=e(14809),f={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M862 465.3h-81c-4.6 0-9 2-12.1 5.5L550 723.1V160c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v563.1L255.1 470.8c-3-3.5-7.4-5.5-12.1-5.5h-81c-6.8 0-10.5 8.1-6 13.2L487.9 861a31.96 31.96 0 0048.3 0L868 478.5c4.5-5.2.8-13.2-6-13.2z"}}]},name:"arrow-down",theme:"outlined"},o=f,h=e(7657),u=function(ue,Q){return r.createElement(h.Z,(0,c.Z)({},ue,{ref:Q,icon:o}))},a=r.forwardRef(u),x=a,p=e(75975),y=e(6848),m=e(51257),b=e(81722),S=e(28426),k=e(346),R=e(44203),A=e(59301),O=Object.defineProperty,M=Object.getOwnPropertySymbols,B=Object.prototype.hasOwnProperty,U=Object.prototype.propertyIsEnumerable,X=(ie,ue,Q)=>ue in ie?O(ie,ue,{enumerable:!0,configurable:!0,writable:!0,value:Q}):ie[ue]=Q,G=(ie,ue)=>{for(var Q in ue||(ue={}))B.call(ue,Q)&&X(ie,Q,ue[Q]);if(M)for(var Q of M(ue))U.call(ue,Q)&&X(ie,Q,ue[Q]);return ie},V=(ie,ue,Q)=>new Promise((J,K)=>{var oe=le=>{try{q(Q.next(le))}catch(Z){K(Z)}},ee=le=>{try{q(Q.throw(le))}catch(Z){K(Z)}},q=le=>le.done?J(le.value):Promise.resolve(le.value).then(oe,ee);q((Q=Q.apply(ie,ue)).next())}),ae=({editOffice:ie="view",data:ue,theme:Q,type:J,filename:K,monacoEditor:oe,className:ee,style:q,close:le,onClose:Z,hasMask:j,disabledDownload:se,onImgDimensions:me,showNodata:Oe,recordInfo:ke})=>{const[$e,Ne]=(0,r.useState)("https://view.officeapps.live.com/op/view.aspx?src=http://testgs.educoder.net//rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBCZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--03541f6234b93d7ac3b2d84e7eb0e6594a952945/1.ppt"),[Ft,wt]=(0,r.useState)(""),[Pt,Jt]=(0,r.useState)(),er=window.ENV==="build"?"/react/build":"",tr=location.host.startsWith("localhost")?k.Z.PROXY_SERVER:k.Z.API_SERVER,It=10*(1024*1024),Zt=(0,r.useRef)();ue!=null&&ue.startsWith("/api")&&J!=="txt"&&(ue=k.Z.API_SERVER+ue);const ot=He=>He.substring(He.lastIndexOf("/")+1).split(".").pop();K&&oe&&(oe.filename=K),(0,r.useEffect)(()=>{var He,_e;const Se=(_e=(He=document.cookie)==null?void 0:He.replace(/\s/g,""))==null?void 0:_e.split(";");Se==null||Se.map(Me=>{let Ue=Me.split("=");Ue[0]==="_educoder_session"&&wt(Ue[1])})},[]),(0,r.useEffect)(()=>{J==="office"&&(ue.indexOf("bigfilescdn.")>-1||ue.indexOf("bigfiles1")>-1?Jt({url:ue,fileType:ot(ue),model:ue.indexOf("model=edit")?"edit":"view"}):bt())},[J,ue]);const bt=()=>V(void 0,null,function*(){console.log("data:",ue);let He=ue;ue.startsWith("http")||(He=location.origin+He);let _e=new URL(He).pathname.split("/").pop();const Se=yield(0,b.gJ)({attachment_id:_e});Se.url=tr+Se.url,Jt(Se)}),mt=()=>{if(ue.startsWith("http")||ue.startsWith("blob:")){et();return}(0,m.Nd)(K||"educoder",decodeURIComponent(ue))},et=()=>{ke&&(0,R.fc)({id:ke==null?void 0:ke.id,watch_type:1,course_id:ke==null?void 0:ke.course_id}),(0,m.Nd)(K||"educoder",decodeURIComponent(ue))};return console.log(ue,"data"),A.createElement("div",{style:G({},q||{}),className:`${j&&i.bgBlack} ${J?i.wrp:"hide"}`},le&&A.createElement("div",{className:i.close,ref:Zt},!!me&&A.createElement(y.Z,{title:"\u70B9\u51FB\u5BF9\u56FE\u7247\u8FDB\u884C\u6279\u6CE8",getPopupContainer:()=>Zt.current},A.createElement("span",{onClick:()=>{Z(),me()}},A.createElement("i",{className:"icon-yulanpizhu"}))),!se&&A.createElement(y.Z,{title:"\u70B9\u51FB\u4E0B\u8F7D\u6B64\u6587\u4EF6",getPopupContainer:()=>Zt.current},A.createElement("span",{onClick:et},A.createElement("i",{className:"icon-quxiaozhiding"}))),A.createElement(y.Z,{title:"\u5173\u95ED",getPopupContainer:()=>Zt.current},A.createElement("span",{className:"",onClick:Z},A.createElement("i",{className:"icon-guanbi1"})))),A.createElement("div",{className:`${i[ee]} ${ee} ${i.monaco} ${J==="txt"?"show":"hide"}`},J==="txt"&&A.createElement(A.Fragment,null,A.createElement(p.ZP,G({},oe)))),J==="audio"&&A.createElement("audio",{src:(ue==null?void 0:ue.indexOf("http"))>-1||ue!=null&&ue.startsWith("/api")?ue:`data:image/png;base64,${ue}`,autoPlay:!0}),J==="video"&&A.createElement(A.Fragment,null,(ue==null?void 0:ue.indexOf("http"))>-1||ue!=null&&ue.startsWith("/api")?A.createElement("video",{controls:!0,src:`${ue}`,autoPlay:!0}):A.createElement("video",{controls:!0,src:`data:video/mp4;base64,${ue}`,autoPlay:!0})),J==="office"&&Pt&&A.createElement("iframe",{src:`${er}/office.html?key=${Pt.key}&url=${btoa(Pt.url)}&callbackUrl=${tr+(Pt.callbackUrl||"")}&fileType=${Pt.fileType}&title=${Pt.title||""}&model=${ie}&officeServer=${k.Z.ONLYOFFICE}&disabledDownload=${!!se}`}),J==="html"&&A.createElement("iframe",{src:ue+"&disposition=inline"}),J==="pdf"&&A.createElement("iframe",{src:`${er}/js/pdfview/index.html?filename=${K||"educoder.pdf"}&url=${encodeURIComponent(ue)}&disabledDownload=${!!se}`}),J==="image"&&A.createElement("img",{src:(ue==null?void 0:ue.indexOf("http"))>-1||ue!=null&&ue.startsWith("/api")?ue:`data:image/png;base64,${ue}`}),(J==="other"||J==="download")&&A.createElement(A.Fragment,null,Oe?A.createElement(S.Z,{customText:"\u5F53\u524D\u6587\u4EF6\u4E0D\u652F\u6301\u9884\u89C8\uFF0C\u53EF\u70B9\u51FB\u4E0B\u8F7D\u67E5\u770B",ButtonTwo:A.createElement(l.ZP,{icon:A.createElement("i",{className:"iconfont icon-xiazai4 font14"}),type:"primary",size:"middle",onClick:mt,disabled:se},"\u4E0B\u8F7D")}):A.createElement(l.ZP,{type:"primary",size:"middle",onClick:mt,disabled:se},A.createElement(x,null),"\u70B9\u51FB\u4E0B\u8F7D")))}},91842:function(d,_,e){"use strict";e.d(_,{z:function(){return G},Z:function(){return V}});var r=e(59301),i=e(8944),l=e(81428),c=e(64018),f=e(15360),o=e(346),h=e(51257),u=e(15342),a=e(1012),x=e(75617),p=e(59301),m=({html:ae})=>{const ie=(0,r.useRef)(null),ue=(0,r.useRef)(null),Q=`.markdown-body p {
margin: 0 0 16px 0 !important;
line-height: 28px;
white-space: pre-wrap;
}
ol,
ul,
li {
list-style-type: none
}
ol,
ul,
dl {
margin-bottom: 0px;
}
.markdown-body {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
color: #333;
overflow: hidden;
font-family: "Microsoft YaHei", Helvetica, "Meiryo UI", "Malgun Gothic", "Segoe UI", "Trebuchet MS", "Monaco", monospace, Tahoma, STXihei, "\u534E\u6587\u7EC6\u9ED1", STHeiti, "Helvetica Neue", "Droid Sans", "wenquanyi micro hei", FreeSans, Arimo, Arial, SimSun, "\u5B8B\u4F53", Heiti, "\u9ED1\u4F53", sans-serif;
word-break: break-word;
font-size: 16px;
line-height: 1.6;
white-space: normal;
word-wrap: break-word;
position: relative;
}
.markdown-body ul>li {
list-style-type: disc;
}
.markdown-body ol>li {
list-style-type: decimal;
}
.markdown-body a {
background: transparent;
}
.markdown-body a:active,
.markdown-body a:hover {
outline: 0;
}
.markdown-body strong {
font-weight: bold;
}
.markdown-body h1 {
font-size: 2em;
margin: 0.67em 0;
}
.markdown-body img {
border: 0;
}
.markdown-body hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
.markdown-body pre {
overflow: auto;
}
.markdown-body code,
.markdown-body kbd,
.markdown-body pre {
font-family: "Meiryo UI", "YaHei Consolas Hybrid", Consolas, "Malgun Gothic", "Segoe UI", "Trebuchet MS", Helvetica, monospace, monospace;
font-size: 1em;
}
.markdown-body input {
color: inherit;
font: inherit;
margin: 0;
}
.markdown-body html input[disabled] {
cursor: default;
}
.markdown-body input {
line-height: normal;
}
.markdown-body input[type="checkbox"] {
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
.markdown-body table {
border-collapse: collapse;
border-spacing: 0;
}
.markdown-body td,
.markdown-body th {
padding: 0;
}
.markdown-body * {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.markdown-body input {
font: 13px/1.4 Helvetica, arial, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
}
.markdown-body a {
color: #4183c4;
text-decoration: none;
}
.markdown-body a:hover,
.markdown-body a:active {
text-decoration: underline;
}
.markdown-body hr {
height: 0;
margin: 15px 0;
overflow: hidden;
background: transparent;
border: 0;
border-bottom: 1px solid #ddd;
}
.markdown-body hr:before {
display: table;
content: "";
}
.markdown-body hr:after {
display: table;
clear: both;
content: "";
}
.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
margin-top: 15px;
margin-bottom: 15px;
line-height: 1.1;
}
.markdown-body h1 {
font-size: 30px;
}
.markdown-body h2 {
font-size: 21px;
}
.markdown-body h3 {
font-size: 16px;
}
.markdown-body h4 {
font-size: 14px;
}
.markdown-body h5 {
font-size: 12px;
}
.markdown-body h6 {
font-size: 11px;
}
.markdown-body blockquote {
margin: 0;
}
.markdown-body ul,
.markdown-body ol {
padding: 0;
margin-top: 0;
margin-bottom: 0;
}
ul.linenums,
ol.linenums {
padding: 16px 0 0 36px !important;
}
.markdown-body ul,
.markdown-body ol {
padding-left: 2em;
}
.markdown-body ol ol,
.markdown-body ul ol {
list-style-type: lower-roman;
}
.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
.markdown-body ol ol ol {
list-style-type: lower-alpha;
}
.markdown-body dd {
margin-left: 0;
}
.markdown-body code {
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 12px;
}
.markdown-body pre {
margin-top: 0;
margin-bottom: 0;
font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
.markdown-body .octicon {
font: normal normal 16px octicons-anchor;
line-height: 1;
display: inline-block;
text-decoration: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.markdown-body .octicon-link:before {
content: '\f05c';
}
.markdown-body>*:first-child {
margin-top: 0 !important;
}
.markdown-body>*:last-child {
margin-bottom: 0 !important;
}
.markdown-body .anchor {
position: absolute;
top: 0;
left: 0;
display: block;
padding-right: 6px;
padding-left: 30px;
margin-left: -30px;
}
.markdown-body .anchor:focus {
outline: none;
}
.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
position: relative;
margin-top: 1em;
margin-bottom: 16px;
font-weight: bold;
line-height: 1.4;
}
.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
display: none;
color: #000;
vertical-align: middle;
}
.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
padding-left: 8px;
margin-left: -30px;
text-decoration: none;
}
.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
display: inline-block;
}
.markdown-body h1 {
padding-bottom: 0.3em;
font-size: 2.25em;
line-height: 1.2;
border-bottom: 1px solid #eee;
}
.markdown-body h1 .anchor {
line-height: 1;
}
.markdown-body h2 {
padding-bottom: 0.3em;
font-size: 1.75em;
line-height: 1.225;
border-bottom: 1px solid #eee;
}
.markdown-body h2 .anchor {
line-height: 1;
}
.markdown-body h3 {
font-size: 1.5em;
line-height: 1.43;
}
.markdown-body h3 .anchor {
line-height: 1.2;
}
.markdown-body h4 {
font-size: 1.25em;
}
.markdown-body h4 .anchor {
line-height: 1.2;
}
.markdown-body h5 {
font-size: 1em;
}
.markdown-body h5 .anchor {
line-height: 1.1;
}
.markdown-body h6 {
font-size: 1em;
color: #777;
}
.markdown-body h6 .anchor {
line-height: 1.1;
}
.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre {
margin-top: 0;
margin-bottom: 16px;
}
.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
margin-top: 0;
margin-bottom: 0;
}
.markdown-body li>p {
margin-top: 16px;
}
.markdown-body dl {
padding: 0;
}
.markdown-body dl dt {
padding: 0;
margin-top: 16px;
font-size: 1em;
font-style: italic;
font-weight: bold;
}
.markdown-body dl dd {
padding: 0 16px;
margin-bottom: 16px;
}
.markdown-body blockquote {
padding: 0 15px;
color: #777;
border-left: 4px solid #ddd;
}
.markdown-body blockquote> :first-child {
margin-top: 0;
}
.markdown-body blockquote> :last-child {
margin-bottom: 0;
}
.markdown-body table {
display: block;
width: 100%;
overflow: auto;
word-break: normal;
word-break: keep-all;
}
.markdown-body table th {
font-weight: bold;
text-align: revert;
}
.markdown-body table th,
.markdown-body table td {
padding: 6px 13px;
border: 1px solid #ddd;
}
.markdown-body table tr {
background-color: #fff;
border-top: 1px solid #ccc;
}
.markdown-body table tr:nth-child(2n) {
background-color: #f8f8f8;
}
.markdown-body img {
max-width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.markdown-body code {
padding: 0;
padding-top: 0.2em;
padding-bottom: 0.2em;
margin: 0;
font-size: 85%;
background-color: rgba(0, 0, 0, 0.04);
border-radius: 3px;
}
.markdown-body code:has(.katex) {
background-color: transparent;
}
.markdown-body code:before,
.markdown-body code:after {
letter-spacing: -0.2em;
content: "\\00a0";
}
.markdown-body pre>code {
padding: 0;
margin: 0;
font-size: 100%;
word-break: normal;
white-space: pre;
background: transparent;
border: 0;
}
.markdown-body .highlight {
margin-bottom: 16px;
}
.markdown-body .highlight pre,
.markdown-body pre {
padding: 16px;
overflow: auto;
font-size: 85%;
line-height: 1.45;
background-color: #f7f7f7;
border-radius: 3px;
}
.markdown-body .highlight pre {
margin-bottom: 0;
word-break: normal;
}
.markdown-body pre {
word-wrap: normal;
}
.markdown-body pre code {
display: inline;
max-width: initial;
padding: 0;
margin: 0;
overflow: initial;
line-height: inherit;
word-wrap: normal;
background-color: transparent;
border: 0;
}
.markdown-body pre code:before,
.markdown-body pre code:after {
content: normal;
}
.markdown-body kbd {
display: inline-block;
padding: 3px 5px;
font-size: 11px;
line-height: 10px;
color: #555;
vertical-align: middle;
background-color: #fcfcfc;
border: solid 1px #ccc;
border-bottom-color: #bbb;
border-radius: 3px;
box-shadow: inset 0 -1px 0 #bbb;
}
.markdown-body .pl-c {
color: #969896;
}
.markdown-body .pl-c1,
.markdown-body .pl-mdh,
.markdown-body .pl-mm,
.markdown-body .pl-mp,
.markdown-body .pl-mr,
.markdown-body .pl-s1 .pl-v,
.markdown-body .pl-s3,
.markdown-body .pl-sc,
.markdown-body .pl-sv {
color: #0086b3;
}
.markdown-body .pl-e,
.markdown-body .pl-en {
color: #795da3;
}
.markdown-body .pl-s1 .pl-s2,
.markdown-body .pl-smi,
.markdown-body .pl-smp,
.markdown-body .pl-stj,
.markdown-body .pl-vo,
.markdown-body .pl-vpf {
color: #333;
}
.markdown-body .pl-ent {
color: #63a35c;
}
.markdown-body .pl-k,
.markdown-body .pl-s,
.markdown-body .pl-st {
color: #a71d5d;
}
.markdown-body .pl-pds,
.markdown-body .pl-s1,
.markdown-body .pl-s1 .pl-pse .pl-s2,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sra,
.markdown-body .pl-sr .pl-sre,
.markdown-body .pl-src {
color: #df5000;
}
.markdown-body .pl-mo,
.markdown-body .pl-v {
color: #1d3e81;
}
.markdown-body .pl-id {
color: #b52a1d;
}
.markdown-body .pl-ii {
background-color: #b52a1d;
color: #f8f8f8;
}
.markdown-body .pl-sr .pl-cce {
color: #63a35c;
font-weight: bold;
}
.markdown-body .pl-ml {
color: #693a17;
}
.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
color: #1d3e81;
font-weight: bold;
}
.markdown-body .pl-mq {
color: #008080;
}
.markdown-body .pl-mi {
color: #333;
font-style: italic;
}
.markdown-body .pl-mb {
color: #333;
font-weight: bold;
}
.markdown-body .pl-md,
.markdown-body .pl-mdhf {
background-color: #ffecec;
color: #bd2c00;
}
.markdown-body .pl-mdht,
.markdown-body .pl-mi1 {
background-color: #eaffea;
color: #55a532;
}
.markdown-body .pl-mdr {
color: #795da3;
font-weight: bold;
}
.markdown-body kbd {
display: inline-block;
padding: 3px 5px;
font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
line-height: 10px;
color: #555;
vertical-align: middle;
background-color: #fcfcfc;
border: solid 1px #ccc;
border-bottom-color: #bbb;
border-radius: 3px;
box-shadow: inset 0 -1px 0 #bbb;
}
.markdown-body .task-list-item {
list-style-type: none;
}
.markdown-body .task-list-item+.task-list-item {
margin-top: 3px;
}
.markdown-body .task-list-item input {
float: left;
margin: 0.3em 0 0.25em -1.6em;
vertical-align: middle;
}
.markdown-body :checked+.radio-label {
z-index: 1;
position: relative;
border-color: #4183c4;
}
/*! Pretty printing styles. Used with prettify.js. */
/* SPAN elements with the classes below are added by prettyprint. */
.pln {
color: #000
}
/* plain text */
@media screen {
.str {
color: #080
}
/* string content */
.kwd {
color: #008
}
/* a keyword */
.com {
color: #800
}
/* a comment */
.typ {
color: #606
}
/* a type name */
.lit {
color: #066
}
/* a literal value */
/* punctuation, lisp open bracket, lisp close bracket */
.pun,
.opn,
.clo {
color: #660
}
.tag {
color: #008
}
/* a markup tag name */
.atn {
color: #606
}
/* a markup attribute name */
.atv {
color: #080
}
/* a markup attribute value */
.dec,
.var {
color: #606
}
/* a declaration; a variable name */
.fun {
color: red
}
/* a function name */
}
/* Use higher contrast and text-weight for printable form. */
@media print,
projection {
.str {
color: #060
}
.kwd {
color: #006;
font-weight: bold
}
.com {
color: #600;
font-style: italic
}
.typ {
color: #404;
font-weight: bold
}
.lit {
color: #044
}
.pun,
.opn,
.clo {
color: #440
}
.tag {
color: #006;
font-weight: bold
}
.atn {
color: #404
}
.atv {
color: #060
}
}
/* Put a border around prettyprinted code snippets. */
pre.prettyprint {
padding: 2px;
/* border: 1px solid #888 */
}
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
margin-top: 0;
margin-bottom: 0
}
/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
list-style-type: none
}
/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
background: #eee
}
.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre {
margin-top: 0;
margin-bottom: 16px;
}`;return(0,r.useEffect)(()=>{const J=ie.current.attachShadow({mode:"open"});ue.current=document.createElement("div"),ue.current.className="markdown-body",ue.current.innerHTML=ae,J.appendChild(ue.current);const K=document.createElement("style");return K.textContent=Q,J.appendChild(K),()=>{J.innerHTML=""}},[]),(0,r.useEffect)(()=>{ue.current&&(ue.current.innerHTML=ae)},[ae]),p.createElement("div",{ref:ie})},b=Object.defineProperty,S=Object.getOwnPropertySymbols,k=Object.prototype.hasOwnProperty,R=Object.prototype.propertyIsEnumerable,A=(ae,ie,ue)=>ie in ae?b(ae,ie,{enumerable:!0,configurable:!0,writable:!0,value:ue}):ae[ie]=ue,O=(ae,ie)=>{for(var ue in ie||(ie={}))k.call(ie,ue)&&A(ae,ue,ie[ue]);if(S)for(var ue of S(ie))R.call(ie,ue)&&A(ae,ue,ie[ue]);return ae};const M="@\u2581\u2581@",B="@\u2581@",U=/<pre[^>]*>/g;function X(ae){let ie=document.createElement("div");return ie.innerHTML=ae,ie.childNodes.length===0?"":ie.childNodes[0].nodeValue}const G=(ae,ie)=>{ae=ae||"";const ue=/(?:https?:\/\/[^\/]+)?\/api\/attachments\/([A-Za-z0-9+/=]+)(\?.*?)?\)|(?:https?:\/\/[^\/]+)?\/api\/attachments\/([A-Za-z0-9+/=]+)(\?.*?)?|(?:https?:\/\/[^\/]+)?\/attachments\/download\/([A-Za-z0-9+/=]+)(\?.*?)?\//g,Q=/\"(?:https?:\/\/[^\/]+)?\/api\/attachments\/([A-Za-z0-9+/=]+)(\?.*?)?|\"(?:https?:\/\/[^\/]+)?\/attachments\/download\/([A-Za-z0-9+/=]+)(\?.*?)?\//g,J=/\(\s+(?:https?:\/\/[^\/]+)?\/files\/uploads\/([A-Za-z0-9+/=]+)(\?.*?)?|\"(?:https?:\/\/[^\/]+)?\/files\/uploads\/([A-Za-z0-9+/=]+)(\?.*?)?\//g,K=/(?:https?:\/\/[^\/]+)?\/attachments\/download\/([A-Za-z0-9+/=]+)(\?.*?)?\//g;return ie?ae.replaceAll("https://www.educoder.net","").replaceAll("https://www-cdn.educoder.net","").replaceAll("//api/attachments","/api/attachments").replace(ue,(oe,ee,q,le,Z,j,se)=>{const me=ee||le||j,Oe=q||Z||se||"?";return o.Z.API_SERVER+"/api/attachments/"+me+Oe+"&t="+(0,h.Jn)(me,Date.now())+(oe.indexOf(")")>-1?")":"&")}).replaceAll('src="(','src="').replaceAll("src='(",'src="'):(ae=ae.replace(K,(oe,ee,q,le,Z,j,se)=>{const me=ee||le||j,Oe=q||Z||se||"?";return o.Z.API_SERVER+"/attachments/download/"+me+Oe+"&t="+(0,h.Jn)(me,Date.now())+(oe.indexOf(")")>-1?")":"&")}).replace(ue,(oe,ee,q,le,Z,j,se)=>{const me=ee||le||j,Oe=q||Z||se||"?";return o.Z.API_SERVER+"/api/attachments/"+me+Oe+"&t="+(0,h.Jn)(me,Date.now())+(oe.indexOf(")")>-1?")":"&")}).replace(Q,(oe,ee,q,le,Z)=>{const j=ee||le,se=q||Z||"";return'"'+o.Z.API_SERVER+"/api/attachments/"+j+se+j+se+"&t="+(0,h.Jn)(j,Date.now())}).replace(J,(oe,ee,q,le,Z)=>{const j=ee||le,se=q||Z||"";return"("+o.Z.API_SERVER+"/files/uploads/"+j+se+j+se+"&t="+(0,h.Jn)(j,Date.now())}).replaceAll('src="(','src="').replaceAll("src='(",'src="').replaceAll("http://video.educoder","https://video.educoder").replaceAll("http://www.educoder.net/api","https://data.educoder.net/api").replaceAll("https://www.educoder.net/api","https://data.educoder.net/api").replace(/\r\n/g,`
`),ae)};var V=({value:ae="",className:ie,showTextOnly:ue,showLines:Q,style:J={},stylesPrev:K={},highlightKeywords:oe,showProgramFill:ee,isProgramFill:q,disabledFill:le=!1,programFillValue:Z,onFillChange:j=Oe=>{},onFillBlur:se=()=>{},onFillFocus:me=()=>{}})=>{let Oe=String(ae);const[ke,$e]=(0,r.useState)(""),[Ne,Ft]=(0,r.useState)("office"),[wt,Pt]=(0,r.useState)([]),Jt=(0,r.useRef)("a"+(0,a.Z)()),er={},tr=(Ue,We,it)=>{const ct=document.createElement(Ue===B?"input":"textarea");ct.style.width="100%",ct.style.height=Ue===B?"40px":"151px",ct.rows=5,ct.spellcheck=!1,ct.name="edu-program-fill",ct.placeholder="\u8BF7\u8F93\u5165",ct.dataset.id=We;const Gt=Object.keys(er).length;return er[Gt]=ct,`<span class="edu-program-fill-wrap ${Ue===B?"":"show"}" style="width:${Ue===B?"400px":"100%"}" title=${it||""}><span>${ct.outerHTML}<span class="edu-program-fill-score" style="margin:0 6px"></span></span></span>`};function Xe(Ue){return Ue=Ue.replace(/!\[.*?\]\(.*?\)/g,""),Ue=Ue.replace(/\[.*?\]\(.*?\)/g,""),Ue=Ue.replace(new RegExp("<iframe.*?<\\/iframe>","gs"),""),Ue=Ue.replace(/<embed.*?>/g,""),Ue=Ue.replace(/<img.*?>/g,""),Ue=Ue.replace(new RegExp("<video.*?>.*?<\\/video>","gs"),""),Ue=Ue.replace(new RegExp("<audio.*?>.*?<\\/audio>","gs"),""),Ue=Ue.replace(new RegExp("<style.*?>.*?<\\/style>","gs"),""),Ue=Ue.replace(new RegExp("<script.*?>.*?<\\/script>","gs"),""),Ue}const It=Ue=>Ue.replace(/<style.*?>([\s\S]+?)<\/style>/gim,function(We,it){let ct=it.replace(/(\n|\r)/g,"").split("}"),Gt=[];return ct.map($t=>{$t!=""&&Gt.push(`.${Jt.current} ${$t}`)}),`<style>${Gt.join("}")}</style>`}),Zt=(0,r.useMemo)(()=>{try{const ct=/\(\s+\/api\/attachments\/|\(\/api\/attachments\//g,Gt=/\"\/api\/attachments\/|\"\/attachments\/download\//g,$t=/\(\s+\/files\/uploads\/|\"\/files\/uploads\//g,Pe=/\(\/attachments\/download\//g;Oe=Oe.replace(Pe,"("+o.Z.API_SERVER+"/attachments/download/").replace(ct,"("+o.Z.API_SERVER+"/api/attachments/").replace(Gt,'"'+o.Z.API_SERVER+"/api/attachments/").replace($t,'"'+o.Z.API_SERVER+"/files/uploads/").replaceAll("http://video.educoder","https://video.educoder").replaceAll("http://www.educoder.net/api","https://data.educoder.net/api").replaceAll("https://www.educoder.net/api","https://data.educoder.net/api").replace(/\r\n/g,`
`)}catch(ct){}if(ee){let ct=-1;return Oe=Oe.replaceAll("<","&lt;").replaceAll(">","&gt;").replace(/(@▁▁@|@▁@)/g,function(Gt,$t,Pe){var Qe;return++ct,tr(Gt,ct,(Qe=Z==null?void 0:Z[ct])==null?void 0:Qe.value.replaceAll("<","&lt;").replaceAll(">","&gt;"))}),`<pre style="background:#fff;padding:4px">${It(Oe||"")}</pre>`}let Ue=It(Oe);Ue=(0,l.ZP)(Ue);const We=(0,l.ez)();Oe.match(/\[TOC\]/)&&(Ue=Ue.replace("<p>[TOC]</p>",(0,l.Qv)()),(0,l.Iy)()),Ue=Ue.replace(/(__special_katext_id_\d+__)/g,(ct,Gt)=>{const{type:$t,expression:Pe}=We[Gt];return(0,u.renderToString)(X(Pe)||"",{displayMode:$t==="block",throwOnError:!1,output:"html"})}),Ue=Ue.replace(/▁/g,"\u2581\u2581\u2581\u2581\u2581"),(0,l.AL)();const it=document.createElement("div");if(it.innerHTML=Ue,ue)return it.innerText;if(oe){const ct=oe.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return et(it,ct),it.innerHTML}return setTimeout(()=>Se(),500),it.innerHTML},[Oe,oe]);(0,r.useEffect)(()=>{He.current&&He.current.querySelectorAll(["input","textarea"]).forEach(We=>{We.oninput=ot,We.onblur=bt,We.onfocus=mt})},[wt]),(0,r.useEffect)(()=>{var Ue,We,it,ct,Gt;if(Z!=null&&Z.length)try{const $t=He.current.querySelectorAll(".edu-program-fill-score"),Pe=He.current.querySelectorAll('[name="edu-program-fill"]');for(const[Qe,Kt]of Pe.entries())Kt.value=((Ue=Z==null?void 0:Z[Qe])==null?void 0:Ue.value)||"",((We=Z==null?void 0:Z[Qe])==null?void 0:We.type)==="warning"?Kt.className="program-fill-warning":((it=Z==null?void 0:Z[Qe])==null?void 0:it.type)==="success"?Kt.className="program-fill-success":Kt.className="";for(const[Qe,Kt]of $t.entries())Kt.innerHTML=(ct=Z==null?void 0:Z[Qe])!=null&&ct.score?`${(Gt=Z==null?void 0:Z[Qe])==null?void 0:Gt.score}\u5206`:"";Pt(Z)}catch($t){console.log($t,"error")}},[Z]);const ot=Ue=>{wt[Ue.target.dataset.id]=wt[Ue.target.dataset.id]||{},wt[Ue.target.dataset.id].value=Ue.target.value,Pt([...wt]),j(wt,Ue.target.dataset.id)},bt=Ue=>{wt[Ue.target.dataset.id]=wt[Ue.target.dataset.id]||{},wt[Ue.target.dataset.id].value=Ue.target.value,Pt([...wt]),se(wt,Ue.target.dataset.id)},mt=Ue=>{wt[Ue.target.dataset.id]=wt[Ue.target.dataset.id]||{},wt[Ue.target.dataset.id].value=Ue.target.value,Pt([...wt]),me(wt,Ue.target.dataset.id)};function et(Ue,We){return Ue.childNodes.forEach(it=>{var ct;if(it.childNodes.length>0)et(it,We);else if(it.nodeName!=="IMG")if(it.innerHTML)it.innerHTML=(ct=it.innerHTML)==null?void 0:ct.replace(new RegExp(We,"gi"),'<span style="color:#0152d9;background-color:#1890ff33">$&</span>');else{const Gt=document.createElement("span");Gt.innerHTML=it.textContent.replace(new RegExp(We,"gi"),'<span style="color:#0152d9;background-color:#1890ff33">$&</span>'),it.replaceWith(Gt)}})}const He=(0,r.useRef)();l.jb.WebkitLineClamp=Q,Q&&(J=O(O({},J),l.jb));function _e(Ue){let We=Ue.target;if(We.tagName.toUpperCase()==="A"){let it=We.getAttribute("href");if(it.indexOf("office")>-1)Ue.preventDefault(),$e(it),Ft("office");else if(it.indexOf("application/pdf")>-1)Ue.preventDefault(),$e(it),Ft("pdf");else if(it.indexOf("text/html")>-1)Ue.preventDefault(),$e(it),Ft("html");else if(it.startsWith("#")){Ue.preventDefault();let ct=document.getElementById(it.replace("#",""));ct&&ct.scrollIntoView(!0)}}}const Se=()=>{var Ue;const We=(Ue=He.current)==null?void 0:Ue.querySelectorAll("video");We==null||We.forEach(it=>{if(it.oncontextmenu=()=>!1,it.src.indexOf(".m3u8")>-1&&!it.canPlayType("application/vnd.apple.mpegurl")){if(f.ZP.isSupported()){var ct=new f.ZP;ct.loadSource(it.src),ct.attachMedia(it)}}})};(0,r.useEffect)(()=>{if(He.current&&Zt&&Zt.match(U)&&window.PR.prettyPrint(),He.current)return He.current.addEventListener("click",_e),()=>{var Ue;(Ue=He.current)==null||Ue.removeEventListener("click",_e),(0,l.AL)(),(0,l.Iy)()}},[Zt,He.current,_e]),(0,r.useEffect)(()=>{var Ue;const We=it=>{it.preventDefault(),it.clipboardData.setData("text",window.getSelection().toString())};return(Ue=He.current)==null||Ue.addEventListener("copy",We),()=>{var it;(it=He.current)==null||it.removeEventListener("copy",We)}},[He.current]);const Me=Ue=>/<style[\s\S]*?>/i.test(Ue||"");return r.createElement(r.Fragment,null,ue&&r.createElement("div",{ref:He},Zt),!ue&&!Me(Zt)&&r.createElement("div",{ref:He,style:O({},J),className:`${ie||""} ${le?"disabled-fill":""} markdown-body ${Jt.current}`,dangerouslySetInnerHTML:{__html:Zt}}),!ue&&Me(Zt)&&r.createElement(m,{html:Zt}),r.createElement(x.Z,{close:!0,data:ke,type:ke!=null&&ke.length?Ne:"",style:O({},K),onClose:()=>$e("")}))}},75975:function(d,_,e){"use strict";e.d(_,{SV:function(){return He},ZP:function(){return et}});var r=e(59301),i=e(76374);const l={keywords:["print","auto","break","case","char","const","continue","default","do","double","else","enum","extern","float","for","goto","if","int","long","register","return","short","signed","sizeof","static","struct","switch","typedef","union","unsigned","void","volatile","while"]},c={quickKey:[{label:"main",content:["public static void main(String[] args) {"," $0","}"].join(`
`)},{label:"System.out.println",content:["System.out.println($0)"].join(`
`)},{label:"System.out.print",content:["System.out.print($0)"].join(`
`)}],keywords:["abstract","continue","for","new","switch","assert","default","goto","package","synchronized","boolean","do","if","private","this","break","double","implements","protected","throw","byte","else","import","public","throws","case","enum","instanceof","return","transient","catch","extends","int","short","try","char","final","interface","static","void","class","finally","long","strictfp","volatile","const","float","native","super","while","true","false"]},f={keywords:["abstract","amp","array","auto","bool","break","case","catch","char","class","const","constexpr","const_cast","continue","cpu","decltype","default","delegate","delete","do","double","dynamic_cast","each","else","enum","event","explicit","export","extern","false","final","finally","float","friend","gcnew","generic","goto","in","initonly","inline","int","interface","interior_ptr","internal","literal","long","mutable","namespace","new","noexcept","nullptr","__nullptr","operator","override","partial","pascal","pin_ptr","private","property","protected","public","ref","register","reinterpret_cast","restrict","return","safe_cast","sealed","short","signed","sizeof","static","static_assert","static_cast","struct","switch","template","this","thread_local","throw","tile_static","true","try","typedef","typeid","typename","union","unsigned","using","virtual","void","volatile","wchar_t","where","while","_asm","_based","_cdecl","_declspec","_fastcall","_if_exists","_if_not_exists","_inline","_multiple_inheritance","_pascal","_single_inheritance","_stdcall","_virtual_inheritance","_w64","__abstract","__alignof","__asm","__assume","__based","__box","__builtin_alignof","__cdecl","__clrcall","__declspec","__delegate","__event","__except","__fastcall","__finally","__forceinline","__gc","__hook","__identifier","__if_exists","__if_not_exists","__inline","__int128","__int16","__int32","__int64","__int8","__interface","__leave","__m128","__m128d","__m128i","__m256","__m256d","__m256i","__m64","__multiple_inheritance","__newslot","__nogc","__noop","__nounwind","__novtordisp","__pascal","__pin","__pragma","__property","__ptr32","__ptr64","__raise","__restrict","__resume","__sealed","__single_inheritance","__stdcall","__super","__thiscall","__try","__try_cast","__typeof","__unaligned","__unhook","__uuidof","__value","__virtual_inheritance","__w64","__wchar_t"],operators:["=",">","<","!","~","?",":","==","<=",">=","!=","&&","||","++","--","+","-","*","/","&","|","^","%","<<",">>",">>>","+=","-=","*=","/=","&=","|=","^=","%=","<<=",">>=",">>>="],quickKey:[{label:"ifelse",content:["if (${1:condition}) {"," $0","} else {"," ","}"].join(`
`)},{label:"include",content:"include<$0>"},{label:"printf",content:"printf($0)"},{label:"system",content:'system("$0")'},{label:"main",content:["int main () {"," $0","}"].join(`
`)},{label:"if",content:["if () {"," $0","}"].join(`
`)},{label:"for",content:["for(int j=0 ; j<10; j++){"," $0","}"].join(`
`)},{label:"trycatch",content:["try{"," $0","}catch(ExceptionName e){","}"].join(`
`)},{label:"using namespace std;",content:["using namespace std;"].join(`
`)},{label:"include <iostream>",content:["#include <iostream>"].join(`
`)},{label:"include <vector>",content:["#include <vector>"].join(`
`)},{label:"include <cstdio>",content:["#include <cstdio>"].join(`
`)},{label:"include <cstring>",content:["#include <cstring>"].join(`
`)},{label:"include <sstream>",content:["#include <sstream>"].join(`
`)},{label:"include <fstream>",content:["#include <fstream>"].join(`
`)},{label:"include <map>",content:["#include <map>"].join(`
`)},{label:"include <string>",content:["#include <string>"].join(`
`)},{label:"include <cmath>",content:["#include <cmath>"].join(`
`)}]},o={keywords:["and","as","assert","break","class","continue","def","del","elif","else","except","exec","finally","for","from","global","if","import","in","is","lambda","None","not","or","pass","raise","return","self","try","while","with","yield","int","float","long","complex","hex","abs","all","any","apply","basestring","bin","bool","buffer","bytearray","callable","chr","classmethod","cmp","coerce","compile","complex","delattr","dict","dir","divmod","enumerate","eval","execfile","file","filter","format","frozenset","getattr","globals","hasattr","hash","help","id","input","intern","isinstance","issubclass","iter","len","locals","list","map","max","memoryview","min","next","object","oct","open","ord","pow","print","property","reversed","range","raw_input","reduce","reload","repr","reversed","round","set","setattr","slice","sorted","staticmethod","str","sum","super","tuple","type","unichr","unicode","vars","xrange","zip","True","False","__dict__","__methods__","__members__","__class__","__bases__","__name__","__mro__","__subclasses__","__init__","__import__"],quickKey:[{label:"print",content:["print($0)"].join(`
`)}]},h={keywords:["asInstanceOf","catch","class","classOf","def","do","else","extends","finally","for","foreach","forSome","if","import","isInstanceOf","macro","match","new","object","package","return","throw","trait","try","type","until","val","var","while","with","yield","given","enum","then"],quickKey:[{label:"println",content:["println($0)"].join(`
`)}]};var u=e(53184),a=e.n(u),x=Object.defineProperty,p=Object.defineProperties,y=Object.getOwnPropertyDescriptors,m=Object.getOwnPropertySymbols,b=Object.prototype.hasOwnProperty,S=Object.prototype.propertyIsEnumerable,k=(_e,Se,Me)=>Se in _e?x(_e,Se,{enumerable:!0,configurable:!0,writable:!0,value:Me}):_e[Se]=Me,R=(_e,Se)=>{for(var Me in Se||(Se={}))b.call(Se,Me)&&k(_e,Me,Se[Me]);if(m)for(var Me of m(Se))S.call(Se,Me)&&k(_e,Me,Se[Me]);return _e},A=(_e,Se)=>p(_e,y(Se)),O=(_e,Se,Me)=>new Promise((Ue,We)=>{var it=$t=>{try{Gt(Me.next($t))}catch(Pe){We(Pe)}},ct=$t=>{try{Gt(Me.throw($t))}catch(Pe){We(Pe)}},Gt=$t=>$t.done?Ue($t.value):Promise.resolve($t.value).then(it,ct);Gt((Me=Me.apply(_e,Se)).next())});const M={languages:["c","abap","apex","azcli","bat","cameligo","clojure","coffee","cpp","csharp","csp","css","dockerfile","fsharp","go","graphql","handlebars","html","ini","java","javascript","json","kotlin","less","lua","markdown","mips","msdax","mysql","objective-c","pascal","pascaligo","perl","pgsql","php","postiats","powerquery","powershell","pug","python","r","razor","redis","redshift","restructuredtext","ruby","rust","sb","scheme","scss","shell","solidity","sophia","sql","st","swift","tcl","twig","vb","xml","yaml'"],tables:{users:["name","id","email","phone","password"],roles:["id","name","order","created_at","updated_at","deleted_at"]}},B=(_e,Se)=>Se.map(Me=>({label:Me,kind:_e.languages.CompletionItemKind.Keyword,insertText:Me})),U=_e=>Object.keys(M.tables).map(Se=>({label:Se,kind:_e.languages.CompletionItemKind.Variable,insertText:Se})),X=(_e,Se)=>{const Me=M.tables[_e];return Me?Me.map(Ue=>({label:Ue,kind:Se.languages.CompletionItemKind.Field,insertText:Ue})):[]};function G(_e,Se,Me,Ue,We){let it=Se.getWordUntilPosition(Me),ct={startLineNumber:Me.lineNumber,endLineNumber:Me.lineNumber,startColumn:it.startColumn,endColumn:it.endColumn},Gt=Ue.map($t=>({label:$t,kind:_e.languages.CompletionItemKind.Keyword,insertText:$t,insertTextRules:_e.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:ct}));return We.map($t=>{Gt.push(A(R({},$t),{range:ct}))}),Gt}var V=_e=>{M.languages.map(We=>(_e.languages.registerDocumentFormattingEditProvider(We,{provideDocumentFormattingEdits(it,ct,Gt){return O(this,null,function*(){const $t=a()(it.getValue(),{indent_size:"2",indent_char:" ",max_preserve_newlines:"2",preserve_newlines:!0,keep_array_indentation:!0,break_chained_methods:!1,indent_scripts:"normal",brace_style:"collapse",space_before_conditional:!0,unescape_strings:!1,jslint_happy:!1,end_with_newline:!0,wrap_line_length:"0",indent_inner_html:!1,comma_first:!1,e4x:!1,indent_empty_lines:!1});return[{range:it.getFullModelRange(),text:$t}]})}}),We));const Se=f.quickKey.map(We=>({label:We.label,kind:_e.languages.CompletionItemKind.Method,insertText:We.content,insertTextRules:_e.languages.CompletionItemInsertTextRule.InsertAsSnippet})),Me=o.quickKey.map(We=>({label:We.label,kind:_e.languages.CompletionItemKind.Method,insertText:We.content,insertTextRules:_e.languages.CompletionItemInsertTextRule.InsertAsSnippet})),Ue=c.quickKey.map(We=>({label:We.label,kind:_e.languages.CompletionItemKind.Method,insertText:We.content,insertTextRules:_e.languages.CompletionItemInsertTextRule.InsertAsSnippet}));_e.languages.registerCompletionItemProvider("cpp",{provideCompletionItems:function(We,it){var ct=We.getWordUntilPosition(it),Gt={startLineNumber:it.lineNumber,endLineNumber:it.lineNumber,startColumn:ct.startColumn,endColumn:ct.endColumn},$t=We.getLineContent(it.lineNumber).substring(ct.startColumn-2,ct.endColumn);return{suggestions:[...f.keywords.map(Pe=>({label:Pe,kind:_e.languages.CompletionItemKind.Function,documentation:Pe,insertText:Pe,insertTextRules:_e.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Gt})),...f.quickKey.map(Pe=>({label:Pe.label,kind:_e.languages.CompletionItemKind.Function,documentation:Pe.content,insertText:$t.startsWith("#")?Pe.content.replace(/#/,""):Pe.content,insertTextRules:_e.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Gt}))]}}}),_e.languages.registerCompletionItemProvider("c",{provideCompletionItems:function(We,it){var ct=We.getWordUntilPosition(it),Gt={startLineNumber:it.lineNumber,endLineNumber:it.lineNumber,startColumn:ct.startColumn,endColumn:ct.endColumn};return{suggestions:[...l.keywords.map($t=>({label:$t,kind:_e.languages.CompletionItemKind.Function,documentation:$t,insertText:$t,insertTextRules:_e.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Gt}))]}}}),_e.languages.registerCompletionItemProvider("java",{provideCompletionItems:function(We,it){var ct=We.getWordUntilPosition(it),Gt={startLineNumber:it.lineNumber,endLineNumber:it.lineNumber,startColumn:ct.startColumn,endColumn:ct.endColumn},$t=We.getLineContent(it.lineNumber).substring(ct.startColumn-2,ct.endColumn);return{suggestions:[...c.keywords.map(Pe=>({label:Pe,kind:_e.languages.CompletionItemKind.Function,documentation:Pe,insertText:Pe,insertTextRules:_e.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Gt})),...c.quickKey.map(Pe=>({label:Pe.label,kind:_e.languages.CompletionItemKind.Function,documentation:Pe.content,insertText:$t.startsWith("#")?Pe.content.replace(/#/,""):Pe.content,insertTextRules:_e.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Gt}))]}}}),_e.languages.registerCompletionItemProvider("scala",{provideCompletionItems:function(We,it){var ct=We.getWordUntilPosition(it),Gt={startLineNumber:it.lineNumber,endLineNumber:it.lineNumber,startColumn:ct.startColumn,endColumn:ct.endColumn},$t=We.getLineContent(it.lineNumber).substring(ct.startColumn-2,ct.endColumn);return{suggestions:[...h.keywords.map(Pe=>({label:Pe,kind:_e.languages.CompletionItemKind.Function,documentation:Pe,insertText:Pe,insertTextRules:_e.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Gt})),...h.quickKey.map(Pe=>({label:Pe.label,kind:_e.languages.CompletionItemKind.Function,documentation:Pe.content,insertText:$t.startsWith("#")?Pe.content.replace(/#/,""):Pe.content,insertTextRules:_e.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Gt}))]}}}),_e.languages.registerCompletionItemProvider("python",{provideCompletionItems:function(We,it){var ct=We.getWordUntilPosition(it),Gt={startLineNumber:it.lineNumber,endLineNumber:it.lineNumber,startColumn:ct.startColumn,endColumn:ct.endColumn},$t=We.getLineContent(it.lineNumber).substring(ct.startColumn-2,ct.endColumn);return{suggestions:[...o.keywords.map(Pe=>({label:Pe,kind:_e.languages.CompletionItemKind.Function,documentation:Pe,insertText:Pe,insertTextRules:_e.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Gt})),...o.quickKey.map(Pe=>({label:Pe.label,kind:_e.languages.CompletionItemKind.Function,documentation:Pe.content,insertText:$t.startsWith("#")?Pe.content.replace(/#/,""):Pe.content,insertTextRules:_e.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Gt}))]}}})};const ae="\u8BE5\u4EFB\u52A1\u5173\u5361\u8BBE\u7F6E\u4E86\u7981\u6B62\u590D\u5236\u7C98\u8D34\uFF0C\u8BF7\u624B\u52A8\u8F93\u5165\u4EE3\u7801\u3002";var ie=Object.defineProperty,ue=(_e,Se,Me)=>Se in _e?ie(_e,Se,{enumerable:!0,configurable:!0,writable:!0,value:Me}):_e[Se]=Me,Q=(_e,Se,Me)=>ue(_e,typeof Se!="symbol"?Se+"":Se,Me);const J=class Rf{constructor(Se,Me,Ue){this.placeholder=Se,this.editor=Me,this.monaco=Ue,Me.onDidChangeModelContent(()=>this.onDidChangeModelContent()),this.onDidChangeModelContent()}onDidChangeModelContent(){this.editor.getValue()===""?this.editor.addContentWidget(this):this.editor.removeContentWidget(this)}getId(){return Rf.ID}getDomNode(){return this.domNode||(this.domNode=document.createElement("div"),this.domNode.style.width="max-content",this.domNode.textContent=this.placeholder,this.domNode.style.fontStyle="initial",this.domNode.style.color="#D7D7D7",this.domNode.style.pointerEvents="none",this.editor.applyFontInfo(this.domNode)),this.domNode}getPosition(){return{position:{lineNumber:1,column:1},preference:[this.monaco.editor.ContentWidgetPositionPreference.EXACT]}}dispose(){this.editor.removeContentWidget(this)}};Q(J,"ID","editor.widget.placeholderHint");var oe=J,ee=e(96236),q=e(8591),le=e(6848),Z=e(89392),j=e(49535),se=e(56102),me=Object.defineProperty,Oe=Object.defineProperties,ke=Object.getOwnPropertyDescriptors,$e=Object.getOwnPropertySymbols,Ne=Object.prototype.hasOwnProperty,Ft=Object.prototype.propertyIsEnumerable,wt=(_e,Se,Me)=>Se in _e?me(_e,Se,{enumerable:!0,configurable:!0,writable:!0,value:Me}):_e[Se]=Me,Pt=(_e,Se)=>{for(var Me in Se||(Se={}))Ne.call(Se,Me)&&wt(_e,Me,Se[Me]);if($e)for(var Me of $e(Se))Ft.call(Se,Me)&&wt(_e,Me,Se[Me]);return _e},Jt=(_e,Se)=>Oe(_e,ke(Se)),er=(_e,Se)=>{var Me={};for(var Ue in _e)Ne.call(_e,Ue)&&Se.indexOf(Ue)<0&&(Me[Ue]=_e[Ue]);if(_e!=null&&$e)for(var Ue of $e(_e))Se.indexOf(Ue)<0&&Ft.call(_e,Ue)&&(Me[Ue]=_e[Ue]);return Me},tr=(_e,Se,Me)=>new Promise((Ue,We)=>{var it=$t=>{try{Gt(Me.next($t))}catch(Pe){We(Pe)}},ct=$t=>{try{Gt(Me.throw($t))}catch(Pe){We(Pe)}},Gt=$t=>$t.done?Ue($t.value):Promise.resolve($t.value).then(it,ct);Gt((Me=Me.apply(_e,Se)).next())});function Xe(_e){return/^\d+$/.test(_e)?`${_e}px`:_e}function It(){}let Zt=!1;const ot={"Python3.6":"python","Python2.7":"python",Dynamips:"cpp",Java:"java",Web:"php",Html:"html",Hive:"sql",Hadoop:"java",SDL:"cpp",PHP:"php",Matlab:"python",Git:"python",Python:"python","C/C++":"cpp","C++":"cpp",C:"cpp",Ruby:"ruby",Shell:"shell",JavaScript:"javascript",Perl6:"perl",Kotlin:"kotlin",Elixir:"elixir",Android:"java",JavaWeb:"java",Go:"go",Spark:"sql",MachineLearning:"python",Verilog:"xml","Verilog/VNC":"xml",Docker:"dockerfile","C#":"csharp",SQLite3:"sql",Oracle:"sql",Vhdl:"vhdl",R:"r",Swift:"swift",SQLServer:"mysql",MySQL:"mysql",Mongo:"sql",PostgreSql:"pgsql",Hbase:"powershell",Sqoop:"sql",Nasm:"cpp",Kafka:"java",Flink:"java",Sml:"javascript",OpenGL:"cpp",Perl5:"perl",Orange:"python",Scala:"scale",solidity:"sol"};function bt(_e=[]){let Se=_e;if(Array.isArray(_e)){for(let Me=0;Me<_e.length;Me++){let Ue=ot[_e[Me]];if(Ue)return Ue}return Se[0]}return ot[Se]||Se}let mt=null;var et=_e=>{var Se=_e,{width:Me="100%",height:Ue="100%",value:We,language:it="javascript",style:ct={},options:Gt={},overrideServices:$t={},theme:Pe="vs-dark",onEditBlur:Qe,isCopy:Kt=!1,onSave:Lt,autoHeight:Ht=!1,forbidCopy:Nt=!1,onChange:Ct=It,editorDidMount:Yt=It,onFocus:Ge=It,onBreakPoint:fe=It,breakPointValue:pe=[],filename:Dt="educoder.txt",errorLine:Te,errorContent:ht="",highlightLine:Wt,openBreakPoint:St=!1,placeholder:Re=""}=Se,_t=er(Se,["width","height","value","language","style","options","overrideServices","theme","onEditBlur","isCopy","onSave","autoHeight","forbidCopy","onChange","editorDidMount","onFocus","onBreakPoint","breakPointValue","filename","errorLine","errorContent","highlightLine","openBreakPoint","placeholder"]);const ze=(0,r.useRef)(),we=(0,r.useRef)({}),gt=(0,r.useRef)(),kt=(0,r.useRef)(),Fe=(0,r.useRef)([]),Ir=(0,r.useRef)(!1),At=(0,r.useRef)(),Vr=(0,r.useRef)(),Qr=(0,r.useRef)(!1),[Er,Lr]=(0,r.useState)(!1);function _r(){let mr;return ze.current&&(mr=new i.Z(on=>{for(let yn of on)(yn.target.offsetHeight>0||yn.target.offsetWidth>0)&&we.current.instance.layout()}),mr.observe(ze.current)),mr}function Ur(){q.ZP.warning({content:decodeURIComponent(ae),key:"monaco-editor-tip"})}const sn=()=>{let mr=we.current.instance;if(We!=null&&mr&&Er){const on=mr.getModel();on&&We!==on.getValue()&&(Zt=!0,on.setValue(We),mr.layout(),Zt=!1)}};(0,r.useEffect)(()=>{const mr=j.Z.subscribe("formatDocument",on=>{var yn;let wn=we.current.instance;(yn=wn==null?void 0:wn.getAction)==null||yn.call(wn,"editor.action.formatDocument").run()});return window.updateMonacoValue=on=>{Ct(on)},mr},[]),(0,r.useEffect)(()=>{var mr;let on=we.current.instance;kt.current&&clearTimeout(kt.current),kt.current=setTimeout(()=>{sn()},500),We&&(We!=null&&We.length)&&((mr=on==null?void 0:on.updateOptions)==null||mr.call(on,{lineNumbersMinChars:Math.max(Math.floor(Math.log10(We.split(/\r\n|\r|\n/g).length))+3,5)}))},[We,Er,we.current]),(0,r.useEffect)(()=>{if(Te&&we.current&&we.current.instance){let on=we.current.instance;on.changeViewZones(function(yn){var wn=document.createElement("div");wn.style.padding="10px 20px",wn.style.width="calc(100% - 20px)",wn.className="my-error-line-wrp",wn.innerHTML=ht,yn.addZone({afterLineNumber:Te||11,heightInLines:3,domNode:wn})});var mr={domNode:null,getId:function(){return"my.overlay.widget"},getDomNode:function(){return this.domNode||(this.domNode=document.createElement("div"),this.domNode.innerHTML="",this.domNode.style.width="100%",this.domNode.style.padding="20px 100px",this.domNode.style.right="0px",this.domNode.style.top="50px",this.domNode.style.position="relative",this.domNode.style.color="#333"),this.domNode},getPosition:function(){return null}};on.addOverlayWidget(mr),on.revealPositionInCenter({lineNumber:20,column:1})}},[Te,we.current,Er]);const fn=(mr="",on)=>{if(!mr||mr.trim()==="")return!0;const wn=we.current.instance.getModel().getLineTokens(on);let Dn=!1;for(let _i=0;_i<2;_i++)wn.getStandardTokenType(_i)===1&&(Dn=!0);return Dn};(0,r.useEffect)(()=>{var mr;const on=(mr=we.current)==null?void 0:mr.instance;if(on&&Er&&Nt){const yn=on.onDidBlurEditorWidget(()=>{Qr.current=!1}),wn=on.onDidFocusEditorText(()=>{Qr.current=!0});return()=>{yn.dispose(),wn.dispose()}}},[we.current,Er,Nt]),(0,r.useEffect)(()=>{var mr;if((mr=we.current)!=null&&mr.instance&&Er&&St){let on=we.current.instance,yn=on.getModel();if(!yn)return;(()=>{var yt;let zn=[],mi=[];const Xi=yn.getAllDecorations();for(let qi of Xi)qi.options.className==="highlighted-line"&&(zn.push((yt=qi==null?void 0:qi.range)==null?void 0:yt.startLineNumber),mi.push(qi==null?void 0:qi.id));if(Wt===zn[0])return;yn.deltaDecorations(mi,[]);const ei=yn.getLineCount();Wt&&Wt<=ei&&(on.deltaDecorations([],[{range:new mt.Range(Wt,1,Wt,yn.getLineMaxColumn(Wt)),options:{isWholeLine:!0,className:"highlighted-line"}}]),on.revealLineInCenter(Wt))})();const Dn=(yt=!1)=>{var zn;let mi=[],Xi=[];const ei=yn.getAllDecorations();for(let qi of ei)qi.options.linesDecorationsClassName==="breakpoints-select"&&(mi.push((zn=qi==null?void 0:qi.range)==null?void 0:zn.startLineNumber),Xi.push(qi==null?void 0:qi.id));if(yt)return{lines:mi,ids:Xi};fe(mi)},_i=yt=>tr(void 0,null,function*(){let zn={range:new mt.Range(yt,1,yt,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-select"}};yield yn.deltaDecorations([],[zn]),Dn()}),ui=yt=>tr(void 0,null,function*(){let zn=[];const mi=on.getLineDecorations(yt);for(let Xi of mi)Xi.options.linesDecorationsClassName==="breakpoints-select"&&zn.push(Xi.id);yield yn.deltaDecorations(zn,[]),Dn()}),Oi=yt=>{let zn=on.getLineDecorations(yt);for(let mi of zn)if(mi.options.linesDecorationsClassName==="breakpoints-select")return!0;return!1};if(!(0,Z.isEqual)(pe,Dn(!0).lines)){yn.deltaDecorations(Dn(!0).ids,[]);const yt=pe.map(zn=>({range:new mt.Range(zn,1,zn,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-select"}}));yn.deltaDecorations([],yt)}const bi=on.onDidChangeModelContent(yt=>{let zn=on.getPosition();if(zn){let mi=zn.lineNumber;clearTimeout(Vr.current),Vr.current=setTimeout(()=>{fn(yn.getLineContent(mi),mi)?ui(mi):Oi(mi)?(ui(mi),_i(mi)):Dn()},100)}}),pi=on.onMouseDown(yt=>{var zn,mi,Xi;if(yt.target.detail&&((Xi=(mi=(zn=yt.target)==null?void 0:zn.element)==null?void 0:mi.className)!=null&&Xi.includes("line-numbers"))){let ei=yt.target.position.lineNumber;if(fn(yn.getLineContent(ei),ei))return;Oi(ei)?ui(ei):_i(ei)}}),ni=yt=>{let zn={range:new mt.Range(yt,1,yt,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-fake"}};Fe.current=on.deltaDecorations(Fe.current,[zn])},na=()=>{Fe.current=on.deltaDecorations(Fe.current,[])},Jn=on.onMouseMove(yt=>{var zn,mi,Xi;if(na(),yt.target.detail&&((Xi=(mi=(zn=yt.target)==null?void 0:zn.element)==null?void 0:mi.className)!=null&&Xi.includes("line-numbers"))){let ei=yt.target.position.lineNumber;if(fn(yn.getLineContent(ei),ei))return;ni(ei)}}),Ji=on.onMouseLeave(()=>{na()});return()=>{bi.dispose(),pi.dispose(),Jn.dispose(),Ji.dispose()}}},[we.current,Er,pe,Wt,St,it]),(0,r.useEffect)(()=>{var mr;(mr=we.current)!=null&&mr.instance&&St&&we.current.instance.setPosition({lineNumber:0,column:0})},[Wt]);function cr(){let mr=we.current.instance;if(mr){const on=mr.getSelection(),yn=we.current.pastePos||{},wn=new mt.Range(yn.startLineNumber||on.endLineNumber,yn.startColumn||on.endColumn,yn.endLineNumber||on.endLineNumber,yn.endColumn||on.endColumn);setTimeout(()=>{mr.executeEdits("",[{range:wn,text:""}])},300)}}function Dr(mr){(window.navigator.platform.match("Mac")?mr.metaKey:mr.ctrlKey)&&mr.keyCode==83&&(mr.preventDefault(),Lt())}const ft=()=>{if(Ht&&we.current.instance){const mr=we.current.instance.getContentHeight();en(mr<Ue?Ue:mr)}else en(Ue)};function Et(mr){var on=document.createEvent("MouseEvents");on.initMouseEvent("click",!0,!1,window,0,0,0,0,0,!1,!1,!1,!1,0,null),mr.dispatchEvent(on)}const zt=mr=>{if(!Qr.current)return;const{keyCode:on,ctrlKey:yn,metaKey:wn,target:Dn,type:_i}=mr;return(_i==="paste"||(on===67||on===86)&&(wn||yn))&&Dn.nodeName==="TEXTAREA"&&(Ur(),mr.preventDefault()),!1};function nr(mr,on){var yn=window.URL||window.webkitURL||window,wn=new Blob([on]),Dn=document.createElementNS("http://www.w3.org/1999/xhtml","a");Dn.href=yn.createObjectURL(wn),Dn.download=mr,Et(Dn)}(0,r.useEffect)(()=>{ft()},[ft]),(0,r.useEffect)(()=>{ze.current&&!Er&&Promise.all([e.e(8909),e.e(6656)]).then(e.bind(e,71448)).then(mr=>{try{mt=mr,we.current.instance=mt.editor.create(ze.current,{value:We,language:bt(it),theme:Pe,requireConfig:{"vs/nls":{availableLanguages:{"*":"zh-cn"}}},wordWrap:!0,autoIndent:!0,contextmenu:!0,formatOnType:!0},$t);const on=we.current.instance;let Dn=[...ee.BH._menuItems].find(bi=>bi[0]._debugName=="EditorContext")[1],_i=["editor.action.clipboardCopyWithSyntaxHighlightingAction","editor.action.quickCommand","editor.action.clipboardCopyAction","editor.action.clipboardPasteAction","editor.action.clipboardCutAction"],ui=(bi,pi)=>{var ni,na;let Jn=bi._first;do pi.includes((na=(ni=Jn.element)==null?void 0:ni.command)==null?void 0:na.id)&&bi._remove(Jn);while(Jn=Jn.next)};if(Yt(on,mt),setTimeout(()=>{ft(),we.current.instance.addAction({id:"d123123",label:"Download File",contextMenuGroupId:"9_cutcopypaste",run:()=>{nr(Dt||"educoder.txt",on.getValue())}})},500),we.current.subscription=on.onDidChangeModelContent(bi=>{Ir.current?clearTimeout(At.current):(ft(),Ct(on.getValue(),bi)),At.current=setTimeout(()=>{Ir.current=!1},500)}),window.Monaco||V(mt,bt(it)),Nt&&(ui(Dn,_i),ze.current.classList.add("noCopyPaste"),window.removeEventListener("keydown",zt),window.removeEventListener("paste",zt),window.addEventListener("keydown",zt),window.addEventListener("paste",zt)),window.Monaco=mt,Qe&&on.onDidBlurEditorWidget(()=>{Qe(on.getValue())}),Ge&&on.onDidFocusEditorText(()=>{Ge(on.getValue())}),Nt)try{on.onDidPaste(bi=>{const pi=on.getSelection(),ni=we.current.pastePos||{},na=new mt.Range(ni.startLineNumber||pi.endLineNumber,ni.startColumn||pi.endColumn,ni.endLineNumber||pi.endLineNumber,ni.endColumn||pi.endColumn);on.executeEdits("",[{range:bi.range,text:""}])})}catch(bi){}let Oi=_r();return Re&&typeof Re=="string"&&new oe(Re,on,mt),Lr(!0),()=>{const bi=we.current.instance;bi.dispose();const pi=bi.getModel();pi&&pi.dispose(),we.current.subscription&&we.current.subscription.dispose(),Oi.unobserve(ze.current)}}catch(on){}})},[]),(0,r.useEffect)(()=>{if(we.current.instance&&Er)return document.addEventListener("keydown",Dr,!1),()=>{document.removeEventListener("keydown",Dr)}},[Lt,Er]),(0,r.useEffect)(()=>{let mr=we.current.instance;if(mr&&Er){let on=bt(it);mt.editor.setModelLanguage(mr.getModel(),on)}},[it,Er]),(0,r.useEffect)(()=>{we.current.instance&&Er&&mt.editor.setTheme(Pe)},[Pe,Er]),(0,r.useEffect)(()=>{let mr=we.current.instance;gt.current=Gt,mr&&Er&&(mr.updateOptions(Pt({},Gt)),setTimeout(()=>{mr.getModel().updateOptions(Pt({},Gt))},200))},[JSON.stringify(Gt),Er]),(0,r.useEffect)(()=>{let mr=we.current.instance;mr&&Er&&mr.layout()},[Me,Ue,Er]);const[yr,nt]=(0,r.useState)(Xe(Me)),[Nr,en]=(0,r.useState)(Xe(Ue)),In=Jt(Pt({},ct),{width:yr,height:Nr,position:"relative"});return r.createElement("div",{className:"my-monaco-editor",ref:ze,style:In},Kt&&r.createElement(se.CopyToClipboard,{text:We,onCopy:()=>q.ZP.success("\u590D\u5236\u6210\u529F")},r.createElement(le.Z,{title:"\u590D\u5236\u4EE3\u7801"},r.createElement("div",{style:{position:"absolute",top:0,right:10,cursor:"pointer",zIndex:10,color:"#165DFF"}},r.createElement("i",{className:"iconfont icon-fuzhi8",style:{fontSize:14}})," \u590D\u5236\u4EE3\u7801"))))};function He({width:_e="100%",height:Se="100%",original:Me,modified:Ue,language:We,options:it={}}){const ct=(0,r.useRef)(),[Gt,$t]=(0,r.useState)(null);function Pe(Ht){let Nt;return ct.current&&(Nt=new i.Z(Ct=>{for(let Yt of Ct)(Yt.target.offsetHeight>0||Yt.target.offsetWidth>0)&&Ht.layout()}),Nt.observe(ct.current)),Nt}(0,r.useEffect)(()=>(ct.current&&Promise.all([e.e(8909),e.e(9404)]).then(e.bind(e,2550)).then(Ht=>{mt=Ht;const Nt=mt.editor.createDiffEditor(ct.current,Jt(Pt({enableSplitViewResizing:!1,scrollBeyondLastLine:!1,roundedSelection:!1,renderIndicators:!1,useShadows:!1,horizontal:"hidden",lineNumbers:"off",wordWrap:"off",ignoreTrimWhitespace:!1,"semanticHighlighting.enabled":!0,followsCaret:!0,ignoreCharChanges:!0,minimap:{enabled:!1},readOnly:!0},it),{wordWrap:!0}));$t(Nt);let Ct=Pe(Nt);return()=>{Nt.dispose();const Yt=Nt.getModel();Yt&&Yt.dispose(),Ct.unobserve(ct.current)}}),()=>{window.removeEventListener("keydown",checkPaste),window.removeEventListener("paste",checkPaste)}),[]),(0,r.useEffect)(()=>{Gt&&Gt.setModel({original:mt.editor.createModel(Me,We),modified:mt.editor.createModel(Ue,We)})},[Me,Ue,We,Gt]);const Qe=Xe(_e),Kt=Xe(Se),Lt={width:Qe,height:Kt};return r.createElement("div",{className:"my-diff-editor",ref:ct,style:Lt})}},32026:function(d,_,e){"use strict";e.d(_,{k:function(){return b}});var r=e(1103),i=e(8591),l=e(96999),c=Object.defineProperty,f=Object.defineProperties,o=Object.getOwnPropertyDescriptors,h=Object.getOwnPropertySymbols,u=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable,x=(k,R,A)=>R in k?c(k,R,{enumerable:!0,configurable:!0,writable:!0,value:A}):k[R]=A,p=(k,R)=>{for(var A in R||(R={}))u.call(R,A)&&x(k,A,R[A]);if(h)for(var A of h(R))a.call(R,A)&&x(k,A,R[A]);return k},y=(k,R)=>f(k,o(R)),m=(k,R)=>{var A={};for(var O in k)u.call(k,O)&&R.indexOf(O)<0&&(A[O]=k[O]);if(k!=null&&h)for(var O of h(k))R.indexOf(O)<0&&a.call(k,O)&&(A[O]=k[O]);return A};const b=["\u8BA4\u8BC1\u4E13\u4E1A","\u8BA4\u8BC1\u5C4A\u522B"],S={namespace:"engineeringEvaluteList",state:{actionTabs:{key:"",params:{}},headerData:{dataSource:{[b[0]]:{width:235,placeholder:`\u8BF7\u9009\u62E9${b[0]}`,loading:"engineeringEvaluteList/getMajorList",dataList:[]},[b[1]]:{width:138,placeholder:`\u8BF7\u9009\u62E9${b[1]}`,loading:"engineeringEvaluteList/getYearList",dataList:[]}},active:{}},tabListData:{total:0,pageNo:1,pageSize:20,dataSource:[]}},effects:{*setActionTabs({payload:k},{call:R,put:A}){yield A({type:"save",payload:{actionTabs:p({},k)}})},*getMajorList({payload:k},{call:R,put:A,select:O}){const{userInfo:M}=yield O(B=>B.user);if(M!=null&&M.school_id){const B=yield R(r.BA,M.school_id);if(B&&B.data){const U=l.U.getItem(M==null?void 0:M.login);yield A({type:"setMajorOrYearDataSource",payload:{key:b[0],value:B.data.map(X=>({label:X.name,value:X.ec_major_school_id})),active:B.data.length>0?U[0]||B.data[0].ec_major_school_id:void 0}})}}},*getYearList({payload:k},{call:R,put:A,select:O}){const M=yield R(r.Nx,k.id),{userInfo:B}=yield O(U=>U.user);if(M&&M.data){const U=l.U.getItem(B==null?void 0:B.login);yield A({type:"setMajorOrYearDataSource",payload:{key:b[1],value:M.data.map(X=>({label:X.year,value:X.ec_year_id})),active:M.data.length>0?k.firstEnter?U[1]:M.data[0].ec_year_id:void 0}})}},*getCourseResults({payload:k={}},{call:R,put:A,select:O}){const{calc:M,page:B,per_page:U}=k,{headerData:X,tabListData:G}=yield O(ie=>ie.engineeringEvaluteList),{userInfo:V}=yield O(ie=>ie.user);let ae=X.active[b[1]];if(ae){let ie={id:ae,page:B||1,per_page:U||G.pageSize};M&&(ie=y(p({},ie),{page:G.pageNo}));const ue=yield R(r._y,ie),Q=[X.active[b[0]],X.active[b[1]]];l.U.setItem(V==null?void 0:V.login,Q),ue&&ue.ec_courses&&(yield A({type:"setCourseResults",payload:y(p({},G),{pageNo:ie.page,total:ue.count,pageSize:ie.per_page||G.pageSize,dataSource:ue.ec_courses.map((J,K)=>y(p({},J),{key:ie.page>1?(ie.page-1)*ie.per_page+K+1:K+1}))})}))}else yield A({type:"setCourseResults",payload:y(p({},G),{pageNo:1,total:0,dataSource:[]})})},*exportCourse({payload:k},{call:R,select:A}){const{headerData:O}=yield A(M=>M.engineeringEvaluteList);O.active[b[1]]&&(yield R(r.F,O.active[b[1]]))},*compute({payload:k},{call:R,put:A}){const O=k,{all:M}=O,B=m(O,["all"]),U=yield R(M?r.At:r.PX,B);U&&U.status===0?(i.ZP.success("\u8BA1\u7B97\u5B8C\u6210"),yield A({type:"getCourseResults",payload:{calc:!0}})):i.ZP.error(U.message)}},reducers:{save(k,R){return p(p({},k),R.payload)},setMajorOrYearDataSource(k,{payload:R}){let A=k.headerData.active;return R.active&&(A=y(p({},A),{[R.key]:R.active})),y(p({},k),{headerData:y(p({},k.headerData),{dataSource:y(p({},k.headerData.dataSource),{[R.key]:y(p({},k.headerData.dataSource[R.key]),{dataList:R.value})}),active:A})})},setMajorOrYearActive(k,{payload:R}){return y(p({},k),{headerData:y(p({},k.headerData),{active:y(p({},k.headerData.active),{[R.key]:R.value})})})},setCourseResults(k,{payload:R}){return y(p({},k),{tabListData:p(p({},k.tabListData),R)})}},subscriptions:{setup({dispatch:k,history:R}){return R.listen(({pathname:A})=>{A==="/"&&k({type:"query"})})}}};_.Z=S},55305:function(d,_,e){"use strict";e.d(_,{L:function(){return h},r:function(){return a}});var r=Object.defineProperty,i=Object.getOwnPropertySymbols,l=Object.prototype.hasOwnProperty,c=Object.prototype.propertyIsEnumerable,f=(x,p,y)=>p in x?r(x,p,{enumerable:!0,configurable:!0,writable:!0,value:y}):x[p]=y,o=(x,p)=>{for(var y in p||(p={}))l.call(p,y)&&f(x,y,p[y]);if(i)for(var y of i(p))c.call(p,y)&&f(x,y,p[y]);return x};const h=x=>x==null?void 0:x.map(p=>{const y=(p.sub_disciplines||[]).map(m=>({value:m.id,label:m.name}));return{value:p.id,label:p.name,children:y}}),u={1:"\u4E00",2:"\u4E8C",3:"\u4E09",4:"\u56DB",5:"\u4E94",6:"\u516D",7:"\u4E03",8:"\u516B"},a=x=>{if(!x)return;const{all_questions_count:p,all_score:y,single_questions:m,multiple_questions:b,judgement_questions:S,program_questions:k,completion_questions:R,subjective_questions:A,practical_questions:O,combination_questions:M}=x||{},U=[o({type:"SINGLE",name:"\u5355\u9009\u9898"},m),o({type:"MULTIPLE",name:"\u591A\u9009\u9898"},b),o({type:"COMPLETION",name:"\u586B\u7A7A\u9898"},R),o({type:"JUDGMENT",name:"\u5224\u65AD\u9898"},S),o({type:"SUBJECTIVE",name:"\u7B80\u7B54\u9898"},A),o({type:"PROGRAM",name:"\u7F16\u7A0B\u9898"},k),o({type:"PRACTICAL",name:"\u5B9E\u8BAD\u9898"},O),o({type:"COMBINATION",name:"\u7EC4\u5408\u9898"},M)].filter(X=>X.questions_count>0).map((X,G)=>o(o({},X),{number:u[G+1]}));return{all_questions_count:p,all_score:y,questionList:U}}},96999:function(d,_,e){"use strict";e.d(_,{U:function(){return c},t:function(){return l}});var r=e(43418),i=e(48790);const l=(f,o="")=>{r.default.confirm({centered:!0,width:520,okText:"\u786E\u5B9A",cancelText:"\u53D6\u6D88",title:"\u63D0\u793A",content:o,onOk:f})},c={setItem:(f,o)=>{var h;const u=f+"-engineering"+((h=(0,i.eY)())==null?void 0:h.school_id),a=JSON.stringify(o);localStorage.setItem(u,a)},getItem:f=>{var o;const h=f+"-engineering"+((o=(0,i.eY)())==null?void 0:o.school_id),u=localStorage.getItem(h);return u!==null&&u!=="[object Object]"?JSON.parse(u):[]},clear:f=>{var o;const h=f+"-engineering"+((o=(0,i.eY)())==null?void 0:o.school_id);localStorage.removeItem(h)}}},98750:function(d,_,e){"use strict";e.d(_,{$f:function(){return p},Cq:function(){return b},GY:function(){return o},I8:function(){return k},Ow:function(){return y},P:function(){return x},Ql:function(){return h},RA:function(){return O},Zm:function(){return u},bz:function(){return f},eF:function(){return S},gQ:function(){return R},ht:function(){return m},kN:function(){return M},n1:function(){return l},nI:function(){return B},o9:function(){return c},sG:function(){return a},wi:function(){return A}});var r=e(38986),i=(U,X,G)=>new Promise((V,ae)=>{var ie=J=>{try{Q(G.next(J))}catch(K){ae(K)}},ue=J=>{try{Q(G.throw(J))}catch(K){ae(K)}},Q=J=>J.done?V(J.value):Promise.resolve(J.value).then(ie,ue);Q((G=G.apply(U,X)).next())});function l(U){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${U.login}/avatar.json`,{method:"put",body:U})})}function c(U){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${U.login}.json`,{method:"get"})})}function f(U){return i(this,null,function*(){return(0,r.ZP)("/api/add_school_applies.json",{method:"post",body:U})})}function o(U){return i(this,null,function*(){return(0,r.ZP)("/api/schools/limit_list.json",{method:"get",params:U})})}function h(U){return i(this,null,function*(){return(0,r.ZP)(`/api/schools/${U.id}/departments/for_option.json`,{method:"get",params:U})})}function u(U){return i(this,null,function*(){return(0,r.ZP)("/api/add_department_applies.json",{method:"post",body:U})})}function a(U){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${U.id}.json`,{method:"put",body:U})})}function x(U){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${U.login}/authentication_apply.json`,{method:"delete"})})}function p(U){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${U.login}/professional_auth_apply.json`,{method:"delete"})})}function y(U){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${U.id}/professional_auth_apply.json`,{method:"post",body:U})})}function m(U){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${U.id}/authentication_apply.json`,{method:"post",body:U})})}function b(U){return i(this,null,function*(){return(0,r.ZP)("/api/accounts/get_verification_code.json",{method:"get",params:U})})}function S(U){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${U.login}/phone_bind.json`,{method:"post",body:U})})}function k(U){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${U.login}/email_bind.json`,{method:"post",body:U})})}function R(U){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${U.login}/password.json`,{method:"put",body:U})})}function A(U){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${U.basicInfoId}/open_users/${U.id}.json`,{method:"delete"})})}function O(U){return i(this,null,function*(){return(0,r.ZP)(`/api/users/${U.login}/cancel_authentication.json`,{method:"post",body:U})})}function M(U){return i(this,null,function*(){return(0,r.ZP)(`/api/users/${U.login}/cancel_professional_certification.json`,{method:"post",body:U})})}function B(U,X){return i(this,null,function*(){return(0,r.ZP)(`/api/users/${U.login}/videos/${U.id}/create_subject_video.json`,{method:"post",body:X})})}},97402:function(d,_,e){"use strict";e.d(_,{An:function(){return y},TO:function(){return a},my:function(){return p},nZ:function(){return x}});var r=e(38986),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(m,b,S)=>b in m?i(m,b,{enumerable:!0,configurable:!0,writable:!0,value:S}):m[b]=S,h=(m,b)=>{for(var S in b||(b={}))c.call(b,S)&&o(m,S,b[S]);if(l)for(var S of l(b))f.call(b,S)&&o(m,S,b[S]);return m},u=(m,b,S)=>new Promise((k,R)=>{var A=B=>{try{M(S.next(B))}catch(U){R(U)}},O=B=>{try{M(S.throw(B))}catch(U){R(U)}},M=B=>B.done?k(B.value):Promise.resolve(B.value).then(A,O);M((S=S.apply(m,b)).next())});function a(m){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${m.coursesId}/inform_up.json`,{method:"post",body:h({},m)})})}function x(m){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${m.coursesId}/inform_down.json`,{method:"post",body:h({},m)})})}function p(m){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${m.coursesId}/update_informs.json`,{method:"post",body:h({},m)})})}function y(m){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${m.coursesId}/new_informs.json`,{method:"post",body:h({},m)})})}},44203:function(d,_,e){"use strict";e.d(_,{$n:function(){return S},H:function(){return b},Nm:function(){return y},Ot:function(){return m},SV:function(){return a},fc:function(){return R},mn:function(){return k},tO:function(){return p},zI:function(){return x}});var r=e(38986),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(A,O,M)=>O in A?i(A,O,{enumerable:!0,configurable:!0,writable:!0,value:M}):A[O]=M,h=(A,O)=>{for(var M in O||(O={}))c.call(O,M)&&o(A,M,O[M]);if(l)for(var M of l(O))f.call(O,M)&&o(A,M,O[M]);return A},u=(A,O,M)=>new Promise((B,U)=>{var X=ae=>{try{V(M.next(ae))}catch(ie){U(ie)}},G=ae=>{try{V(M.throw(ae))}catch(ie){U(ie)}},V=ae=>ae.done?B(ae.value):Promise.resolve(ae.value).then(X,G);V((M=M.apply(A,O)).next())});function a(A){return u(this,null,function*(){return(0,r.ZP)("/api/files/public_with_course_and_project",{method:"get",params:h({},A)})})}function x(A){return u(this,null,function*(){return(0,r.ZP)("/api/files/mine_with_course_and_project.json",{method:"get",params:h({},A)})})}function p(A){return u(this,null,function*(){return(0,r.ZP)("/api/files/import.json",{method:"post",body:h({},A)})})}function y(A){return u(this,null,function*(){return(0,r.ZP)(`/api/files/${A.id}.json`,{method:"get",params:h({},A)})})}function m(A){return u(this,null,function*(){const{id:O}=A;return delete A.id,(0,r.ZP)(`/api/files/${O}.json`,{method:"put",body:h({},A)})})}function b(A){return u(this,null,function*(){return(0,r.ZP)(`/api/files/${A.id}/update_visits.json`,{method:"post"})})}function S(A){return u(this,null,function*(){return(0,r.ZP)(`/api/files/${A==null?void 0:A.id}/watch_list.json`,{method:"get",params:h({},A)})})}function k(A){return u(this,null,function*(){return(0,r.ZP)("/api/files/get_batches_publish_info.json",{method:"get",params:h({},A)})})}function R(A){return u(this,null,function*(){return(0,r.ZP)(`/api/files/${A==null?void 0:A.id}/add_file_quantity.json`,{method:"post",body:h({},A)})})}},32967:function(d,_,e){"use strict";e.d(_,{CJ:function(){return y},Mf:function(){return R},NA:function(){return S},PC:function(){return m},PP:function(){return b},YQ:function(){return k},cc:function(){return p},dI:function(){return x},yq:function(){return a}});var r=e(38986),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(A,O,M)=>O in A?i(A,O,{enumerable:!0,configurable:!0,writable:!0,value:M}):A[O]=M,h=(A,O)=>{for(var M in O||(O={}))c.call(O,M)&&o(A,M,O[M]);if(l)for(var M of l(O))f.call(O,M)&&o(A,M,O[M]);return A},u=(A,O,M)=>new Promise((B,U)=>{var X=ae=>{try{V(M.next(ae))}catch(ie){U(ie)}},G=ae=>{try{V(M.throw(ae))}catch(ie){U(ie)}},V=ae=>ae.done?B(ae.value):Promise.resolve(ae.value).then(X,G);V((M=M.apply(A,O)).next())});function a(A){return u(this,null,function*(){return(0,r.ZP)("/api/courses/board_list.json",{method:"get",params:h({},A)})})}function x(A){return u(this,null,function*(){return(0,r.ZP)(`/api/messages/${A.boardId}.json`,{method:"get",params:h({},A)})})}function p(A){return u(this,null,function*(){return(0,r.ZP)(`/api/messages/${A.id}/sticky_top.json`,{method:"put",body:{course_id:A.coursesId}})})}function y(A){return u(this,null,function*(){return(0,r.ZP)(`/api/messages/${A.id}/sticky_top.json`,{method:"put",body:{course_id:A.coursesId}})})}function m(A){return u(this,null,function*(){return(0,r.ZP)(`/api/messages/${A.boardId}/reply_list.json`,{method:"get",params:h({},A)})})}function b(A){return u(this,null,function*(){return(0,r.ZP)(`/api/messages/${A.boardId}/reply.json`,{method:"post",body:h({},A)})})}function S(A){return u(this,null,function*(){return(0,r.ZP)("/api/praise_tread/like.json",{method:"post",body:h({},A)})})}function k(A){return u(this,null,function*(){return(0,r.ZP)("/api/praise_tread/unlike.json",{method:"delete",body:h({},A)})})}function R(A){return u(this,null,function*(){return(0,r.ZP)("/api/commons/delete.json",{method:"delete",body:h({},A)})})}},82264:function(d,_,e){"use strict";e.d(_,{$T:function(){return yr},A:function(){return Nt},Ab:function(){return Oi},Al:function(){return q},BQ:function(){return mt},BR:function(){return ee},Bn:function(){return Me},Cq:function(){return zt},DJ:function(){return Ne},Dd:function(){return m},Ds:function(){return He},EO:function(){return Ct},Ed:function(){return Ft},F9:function(){return it},FU:function(){return Gt},Fg:function(){return b},GV:function(){return tr},Gk:function(){return Q},Gm:function(){return Zt},Gz:function(){return S},Hl:function(){return k},Hn:function(){return G},ID:function(){return sn},IU:function(){return Te},J2:function(){return Jt},K$:function(){return _e},KP:function(){return wt},KT:function(){return ke},L$:function(){return Kt},LH:function(){return O},Lk:function(){return Ji},Ls:function(){return se},MA:function(){return In},Mc:function(){return Jn},N7:function(){return oe},Nd:function(){return ue},Nl:function(){return Dt},Ns:function(){return fn},O3:function(){return $e},Pj:function(){return It},QX:function(){return pe},QZ:function(){return Oe},R2:function(){return K},Rk:function(){return nr},S9:function(){return Lt},U8:function(){return Dr},UD:function(){return Er},U_:function(){return ae},Uy:function(){return _r},V8:function(){return X},Vw:function(){return j},W0:function(){return Wt},W7:function(){return et},WK:function(){return mr},Wr:function(){return ui},YR:function(){return Ge},Z0:function(){return gt},ZL:function(){return _t},ZT:function(){return bi},ZX:function(){return yn},Z_:function(){return M},_0:function(){return B},_9:function(){return ot},_B:function(){return ni},aP:function(){return St},aQ:function(){return bt},aZ:function(){return Pe},al:function(){return Ht},bm:function(){return Qr},bz:function(){return Ue},c_:function(){return Et},ds:function(){return Vr},fN:function(){return on},fr:function(){return Yt},g4:function(){return er},gq:function(){return R},hf:function(){return Z},i:function(){return kt},i6:function(){return Nr},i7:function(){return Ur},iE:function(){return a},ih:function(){return wn},kW:function(){return Pt},km:function(){return cr},nP:function(){return p},nQ:function(){return We},nX:function(){return Ir},oM:function(){return Se},oR:function(){return na},o_:function(){return Re},pf:function(){return At},pr:function(){return pi},pv:function(){return nt},qB:function(){return le},r2:function(){return U},rS:function(){return A},s:function(){return Dn},sb:function(){return Qe},sm:function(){return y},t1:function(){return Xe},tB:function(){return _i},tR:function(){return ct},td:function(){return ht},uh:function(){return $t},up:function(){return ft},v2:function(){return x},vV:function(){return ze},w9:function(){return ie},wR:function(){return en},yS:function(){return fe},yV:function(){return J},yd:function(){return Fe},zg:function(){return me}});var r=e(38986),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(yt,zn,mi)=>zn in yt?i(yt,zn,{enumerable:!0,configurable:!0,writable:!0,value:mi}):yt[zn]=mi,h=(yt,zn)=>{for(var mi in zn||(zn={}))c.call(zn,mi)&&o(yt,mi,zn[mi]);if(l)for(var mi of l(zn))f.call(zn,mi)&&o(yt,mi,zn[mi]);return yt},u=(yt,zn,mi)=>new Promise((Xi,ei)=>{var qi=_n=>{try{lt(mi.next(_n))}catch(Qt){ei(Qt)}},xi=_n=>{try{lt(mi.throw(_n))}catch(Qt){ei(Qt)}},lt=_n=>_n.done?Xi(_n.value):Promise.resolve(_n.value).then(qi,xi);lt((mi=mi.apply(yt,zn)).next())});const a=yt=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${yt==null?void 0:yt.course_id}/course_videos/configs.json`,{method:"put",body:yt})}),x=yt=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${yt==null?void 0:yt.course_id}/course_videos/list_for_config.json`,{method:"Get",params:yt})}),p=yt=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${yt==null?void 0:yt.course_id}/homework_commons/max_late_time.json`,{method:"Get",params:yt})}),y=yt=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${yt==null?void 0:yt.course_id}/homework_commons/batch_late_setting`,{method:"post",body:yt})}),m=yt=>u(void 0,null,function*(){return(0,r.ZP)("/api/course_statistics/course_use_infos.json",{method:"Get",params:yt})}),b=yt=>u(void 0,null,function*(){return(0,r.ZP)("/api/course_statistics/rank_list.json",{method:"Get",params:yt})}),S=yt=>u(void 0,null,function*(){return(0,r.ZP)("/api/course_statistics/statistics_body.json",{method:"Get",params:yt})}),k=yt=>u(void 0,null,function*(){return(0,r.ZP)("/api/course_statistics/statistics_header.json",{method:"Get",params:yt})});function R(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.course_id}/set_assistant_permissions.json`,{method:"post",body:h({},yt.permissions)})})}function A(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.course_id}/assistant_permissions.json`,{method:"Get",params:h({},yt)})})}function O(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.id}/ai_status_query.json`,{method:"Get",params:yt})})}function M(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/update_course_portrait_data.json`,{method:"post",body:h({},yt)})})}function B(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.id}/get_user_portrait_config.json`,{method:"Get",params:yt})})}function U(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/update_user_portrait_config.json?id=${yt.coursesId}`,{method:"put",body:h({},yt)})})}function X(yt){return u(this,null,function*(){return(0,r.ZP)("/api/courses.json",{method:"Get",params:h({},yt)})})}function G(yt){return u(this,null,function*(){return(0,r.ZP)("/api/intelligent_recommendations/according_course_recommend_shixuns.json",{method:"Get",params:h({},yt)})})}function V(yt){return u(this,null,function*(){return Fetch("/api/disciplines.json",{method:"Get",params:h({},yt)})})}function ae(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.id}/top_banner.json`,{method:"get",params:h({},yt)})})}function ie(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.id||yt.coursesId}/left_banner.json`,{method:"get",params:h({},yt)})})}function ue(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.id}/homework_commons.json`,{method:"get",params:h({},yt)})})}function Q(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.id}/homework_commons/list.json`,{method:"get",params:h({},yt)})})}function J(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.id}/graduation_topics.json`,{method:"get",params:h({},yt)})})}function K(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.id}/graduation_tasks.json`,{method:"get",params:h({},yt)})})}function oe(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/v2/courses/${yt.id}/exercises.json`,{method:"get",params:h({},yt)})})}function ee(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.id}/polls.json`,{method:"get",params:h({},yt)})})}function q(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.id}/homework_commons.json`,{method:"get",params:h({},yt)})})}function le(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.id}/course_groups.json`,{method:"get",params:h({},yt)})})}function Z(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.id}/all_course_groups.json`,{method:"get",params:h({},yt)})})}function j(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.id}/attendances.json`,{method:"get",params:h({},yt)})})}function se(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/weapps/courses/${yt.coursesId}/attendances.json`,{method:"get",params:h({},yt)})})}function me(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/attendances/${yt.id}/edit.json`,{method:"get",params:h({},yt)})})}function Oe(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.id}/informs.json`,{method:"get",params:h({},yt)})})}function ke(yt){return u(this,null,function*(){return(0,r.ZP)("/api/files.json",{method:"get",params:h({},yt)})})}function $e(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.id}/course_videos.json`,{method:"get",params:h({},yt)})})}function Ne(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.id}/live_links.json`,{method:"get",params:h({},yt)})})}function Ft(yt){return u(this,null,function*(){return(0,r.ZP)("/api/courses/mine.json",{method:"get",params:h({},yt)})})}function wt(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/boards/${yt.categoryId}/messages.json`,{method:"get",params:h({},yt)})})}function Pt(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.id}/course_groups.json`,{method:"get",params:h({},yt)})})}function Jt(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.id}/students.json`,{method:"get",params:h({},yt)})})}function er(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/statistics.json`,{method:"get",params:h({},yt)})})}function tr(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/work_score.json`,{method:"get",params:h({},yt)})})}function Xe(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/act_score.json`,{method:"get",params:h({},yt)})})}function It(yt){return u(this,null,function*(){return(0,r.ZP)("/api/shixun_lists.json",{method:"get",params:h({},yt)})})}function Zt(yt){return u(this,null,function*(){return(0,r.ZP)("/api/item_banks.json",{method:"get",params:h({},yt)})})}function ot(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt==null?void 0:yt.course_id}/homework_commons/impersonal_list.json`,{method:"get",params:h({},yt)})})}function bt(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/homework_commons/create_shixun_homework.json`,{method:"post",body:h({},yt)})})}function mt(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt==null?void 0:yt.course_id}/homework_commons/create_collaborators.json`,{method:"post",body:h({},yt)})})}function et(yt){return u(this,null,function*(){return(0,r.ZP)("/api/subject_lists.json",{method:"get",params:h({},yt)})})}function He(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/homework_commons/create_subject_homework.json`,{method:"post",body:h({},yt)})})}function _e(yt){return u(this,null,function*(){return(0,r.ZP)("/api/schools/school_list.json",{method:"get",params:yt})})}function Se(yt){return u(this,null,function*(){return(0,r.ZP)("/api/courses/search_course_list.json",{method:"post",body:yt})})}function Me(yt){return u(this,null,function*(){return(0,r.ZP)("/api/courses.json",{method:"post",body:yt})})}function Ue(yt){return u(this,null,function*(){return(0,r.ZP)("/api/add_school_applies.json",{method:"post",body:yt})})}function We(yt){return u(this,null,function*(){return(0,r.ZP)("/api/users/member_search.json",{method:"get",params:yt})})}function it(yt){return u(this,null,function*(){return(0,r.ZP)("/api/student_groups.json",{method:"get",params:h({page:1,limit:1e3},yt)})})}function ct(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.identifier}/add_student_groups.json`,{method:"post",body:yt})})}function Gt(yt){return u(this,null,function*(){return(0,r.ZP)("/api/courses/search_all.json",{method:"get",params:yt})})}function $t(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/add_teacher.json`,{method:"post",body:yt})})}function Pe(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/add_students_by_search.json`,{method:"post",body:yt})})}function Qe(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/set_public_or_private.json`,{method:"post",body:yt})})}function Kt(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/set_invite_code_halt.json`,{method:"post",body:yt})})}function Lt(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/duplicate_course.json`,{method:"post",body:yt})})}function Ht(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/update_end_date.json`,{method:"put",body:yt})})}function Nt(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}.json`,{method:"delete",body:yt})})}function Ct(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/settings.json`,{method:"get",params:h({},yt)})})}function Yt(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}.json`,{method:"put",body:yt})})}function Ge(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/export_couser_info.json`,{method:"get",params:{export:!0}})})}function fe(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/export_member_act_score_async.json`,{method:"get",params:h({export:!0},yt)})})}function pe(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/export_total_homework_commons_score.json`,{method:"get",params:h({export:!0},yt)})})}function Dt(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/export_total_exercises_and_other_score.json`,{method:"get",params:h({export:!0},yt)})})}function Te(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/export_star_user.json`,{method:"get",params:h({export:!0},yt)})})}function ht(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/export_mooc_records.json`,{method:"get",params:h({export:!0},yt)})})}function Wt(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/export_total_course_score.json`,{method:"get",params:h({export:!0},yt)})})}function St(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${yt.categoryId}/export_scores.json`,{method:"get",params:h({export:!0},yt)})})}function Re(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${yt.categoryId}/export_shixun_report.json`,{method:"get",params:h({export:!0},yt)})})}function _t(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/exercises/${yt.categoryId}/export_exercise_users.json`,{method:"get",params:h({export:!0},yt)})})}function ze(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/exercises/${yt.categoryId}/export_exercise_word.json`,{method:"get",params:h({export:!0},yt)})})}function we(yt){return u(this,null,function*(){return Fetch(`/api/homework_commons/${yt.categoryId}/works_list.zip`,{method:"get",params:h({export:!0},yt)})})}function gt(yt){return u(this,null,function*(){return(0,r.ZP)(`/api//course_second_categories/${yt.id}.json`,{method:"delete",params:{export:!0}})})}function kt(yt){return u(this,null,function*(){return(0,r.ZP)(`/api//boards/${yt.id}.json`,{method:"delete",params:{export:!0}})})}function Fe(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/course_modules/${yt.id}/sticky_module.json`,{method:"get"})})}function Ir(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/course_modules/${yt.id}/hidden_module.json`,{method:"get"})})}function At(yt){return u(this,null,function*(){return(0,r.ZP)("/api/courses/new.json",{method:"get",params:yt})})}function Vr(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/weapps/attendances/${yt.id}.json`,{method:"get",params:yt})})}function Qr(yt){return u(this,null,function*(){return(0,r.ZP)("/api/weapps/course_member_attendances.json",{method:"get",params:yt})})}function Er(yt){return u(this,null,function*(){return(0,r.ZP)("/api/weapps/course_member_attendances/update_status.json",{method:"post",body:yt})})}function Lr(yt){return u(this,null,function*(){return Fetch(`/api/polls/${yt.categoryId}/commit_result.xlsx`,{method:"get",params:h({export:!0},yt)})})}function _r(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/exercises/${yt.categoryId}/export_scores.json`,{method:"get",params:h({export:!0},yt)})})}function Ur(yt){return(0,r.ZP)(`/api/polls/${yt.categoryId}/start_answer.json`,{method:"get",params:h({},yt)})}function sn(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/poll_questions/${yt.questionId}/poll_votes.json`,{method:"post",body:yt})})}function fn(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${yt.categoryId}/commit_poll.json`,{method:"post",body:yt})})}function cr(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.courseId}/tasks_list.json`,{method:"get",params:yt})})}function Dr(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.courseId}/update_task_position.json`,{method:"post",body:yt})})}function ft(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/calculate_all_shixun_scores.json`,{method:"get",params:yt})})}function Et(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/all_course_groups.json`,{method:"get",params:yt})})}function zt(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/polls/all_course_groups.json`,{method:"get",params:yt})})}function nr(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/students.json`,{method:"get",params:yt})})}function yr(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/course_groups/${yt.categoryId}/rename_group.json`,{method:"POST",body:yt})})}function nt(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/course_groups/${yt.categoryId}.json`,{method:"delete",body:yt})})}function Nr(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/join_course_group.json`,{method:"POST",body:yt})})}function en(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/transfer_to_course_group.json`,{method:"post",body:yt})})}function In(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/delete_from_course.json`,{method:"post",body:yt})})}function mr(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/join_course_group.json`,{method:"post",body:yt})})}function on(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/exit_course.json`,{method:"post"})})}function yn(yt){return u(this,null,function*(){return(0,r.ZP)("/api/weapps/course_member_attendances.json",{method:"post",body:h({},yt)})})}function wn(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/mooc_users/${yt.user_id}/edit.json`,{method:"get",params:yt})})}function Dn(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/mooc_users.json`,{method:"post",body:yt})})}function _i(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.coursesId}/mooc_users/${yt.user_id}.json`,{method:"put",body:yt})})}function ui(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/course_second_categories/${yt.id}/move_category.json`,{method:"post",body:yt})})}function Oi(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/boards/${yt.id}/move_category.json`,{method:"post",body:yt})})}function bi(yt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt.id}/courseware.json`,{method:"get",params:yt})})}function pi(yt,zn){return u(this,null,function*(){return(0,r.ZP)(`/api/exercises/${yt}/mark_wrong_topic.json`,{method:"get",params:zn})})}function ni(yt,zn){return u(this,null,function*(){return(0,r.ZP)(`/api/exercises/${yt}/cancel_wrong_topic.json`,{method:"get",params:zn})})}function na(yt,zn){return u(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${yt}/allow_end_group.json`,{method:"get",params:zn})})}function Jn(yt,zn){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${yt}/homework_commons/end_with_homework_list_position.json`,{method:"post",body:zn})})}function Ji(yt,zn){return u(this,null,function*(){return(0,r.ZP)(`/api/tasks/${yt}/get_content_for_commit_id.json`,{method:"get",params:zn})})}},73801:function(d,_,e){"use strict";e.d(_,{$M:function(){return er},$P:function(){return Gt},Ax:function(){return x},Dh:function(){return k},FU:function(){return V},GQ:function(){return ee},IN:function(){return He},JM:function(){return Ue},Ju:function(){return Jt},Mn:function(){return et},Ni:function(){return se},Pg:function(){return R},Pt:function(){return S},Qp:function(){return K},R9:function(){return ae},Ux:function(){return oe},Vy:function(){return $e},XJ:function(){return j},XR:function(){return wt},Ze:function(){return B},aq:function(){return M},bQ:function(){return m},bu:function(){return p},cC:function(){return a},jS:function(){return ue},lm:function(){return _e},ml:function(){return le},o3:function(){return Xe},pA:function(){return Zt},pS:function(){return Me},pU:function(){return Z},ps:function(){return G},q0:function(){return bt},qN:function(){return mt},qS:function(){return b},qj:function(){return Ft},qt:function(){return it},rV:function(){return A},rZ:function(){return We},rk:function(){return Oe},rm:function(){return J},sK:function(){return Q},sL:function(){return ot},su:function(){return Se},tC:function(){return ke},tO:function(){return Ne},u9:function(){return q},uZ:function(){return me},vV:function(){return X},xx:function(){return $t},y8:function(){return Pt},yS:function(){return U},zF:function(){return y},zc:function(){return ie},zj:function(){return O},zz:function(){return ct}});var r=e(38986),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(Pe,Qe,Kt)=>Qe in Pe?i(Pe,Qe,{enumerable:!0,configurable:!0,writable:!0,value:Kt}):Pe[Qe]=Kt,h=(Pe,Qe)=>{for(var Kt in Qe||(Qe={}))c.call(Qe,Kt)&&o(Pe,Kt,Qe[Kt]);if(l)for(var Kt of l(Qe))f.call(Qe,Kt)&&o(Pe,Kt,Qe[Kt]);return Pe},u=(Pe,Qe,Kt)=>new Promise((Lt,Ht)=>{var Nt=Ge=>{try{Yt(Kt.next(Ge))}catch(fe){Ht(fe)}},Ct=Ge=>{try{Yt(Kt.throw(Ge))}catch(fe){Ht(fe)}},Yt=Ge=>Ge.done?Lt(Ge.value):Promise.resolve(Ge.value).then(Nt,Ct);Yt((Kt=Kt.apply(Pe,Qe)).next())});const a=Pe=>(0,r.ZP)(`/api/competitions/${Pe.identifier}/create_guide.json`,{method:"post",body:Pe}),x=Pe=>(0,r.ZP)(`/api/competitions/${Pe.identifier}/guides.json`,{method:"get",params:Pe}),p=Pe=>(0,r.ZP)(`/api/competitions/${Pe.identifier}/competition_teams/${Pe.competition_team_id}/edit_info.json`,{method:"put",body:Pe});function y(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.identifier}/update_result.json`,{method:"post",body:Pe})})}function m(Pe){return u(this,null,function*(){return(0,r.ZP)("/api/competitions.json",{method:"Get",params:h({},Pe)})})}function b(Pe){return u(this,null,function*(){return(0,r.ZP)("/api/courses/apply_to_join_course.json",{method:"post",body:Pe})})}function S(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.identifier}/competition_teams.json`,{method:"post"})})}function k(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.identifier}/competition_staff.json`,{method:"get"})})}function R(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.identifier}/common_header.json`,{method:"get"})})}function A(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/${Pe.url}`,{method:"get",params:h({},Pe)})})}function O(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.identifier}/update_md_content.json`,{method:"post",body:Pe})})}function M(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.identifier}/competition_teams.json`,{method:"get",params:Pe})})}function B(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.identifier}/competition_teams/${Pe.Teannameid}/edit.json`,{method:"get",params:Pe})})}function U(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.identifier}/competition_teams/${Pe.Teannameid}.json`,{method:"put",body:Pe})})}function X(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.identifier}/competition_teams/${Pe.id}/leave.json`,{method:"post",body:Pe})})}function G(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.identifier}/competition_teams/${Pe.id}.json`,{method:"delete"})})}function V(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.identifier}/competition_teams.json`,{method:"post",body:Pe})})}function ae(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.id}/add_managers.json`,{method:"post",body:Pe})})}function ie(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.identifier}/competition_teams/join.json`,{method:"post",body:Pe})})}function ue(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.identifier}/teachers.json`,{method:"get",params:Pe})})}function Q(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.identifier}/students.json`,{method:"get",params:Pe})})}function J(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.identifier}/competition_teams/${Pe.teamid}/crud_team_members.json`,{method:"post",body:Pe})})}function K(Pe){return u(this,null,function*(){return(0,r.ZP)("/api/users/competition_reward.json",{method:"post",body:Pe})})}function oe(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.identifier}/chart_rules.json`,{method:"get"})})}function ee(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.identifier}/charts.json`,{method:"get",params:Pe})})}function q(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.identifier}/results.json`,{method:"get",params:Pe})})}function le(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.identifier}/md_tab_rules.json`,{method:"get",params:Pe})})}function Z(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.identifier}/prize.json`,{method:"get",params:Pe})})}function j(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${Pe.id}.json`,{method:"get",params:Pe})})}function se(Pe){return u(this,null,function*(){return(0,r.ZP)("/api/accounts/get_verification_code.json",{method:"get",params:Pe})})}function me(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${Pe.userid}/phone_bind.json`,{method:"post",body:Pe})})}function Oe(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${Pe.userid}/email_bind.json`,{method:"post",body:Pe})})}function ke(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${Pe.userid}/professional_auth_apply.json`,{method:"delete"})})}function $e(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${Pe.userid}/authentication_apply.json`,{method:"delete"})})}function Ne(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.identifier}/prize_leader_account.json`,{method:"put",body:Pe})})}function Ft(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.identifier}/competition_teams/${Pe.teamid}/shixun_detail.json`,{method:"get"})})}function wt(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.identifier}/competition_teams/${Pe.teamid}/course_detail.json`,{method:"get"})})}function Pt(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/attachments/${Pe.id}.json`,{method:"delete"})})}function Jt(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.id}/get_certificate_info.json`,{method:"get",params:Pe})})}function er(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.id}/basic_setting.json`,{method:"post",body:Pe})})}function tr(){return u(this,null,function*(){return Fetch("/api/competitions/download_template",{method:"get",responseType:"arraybuffer"})})}function Xe(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe}/common_header.json`,{method:"get"})})}function It(Pe){return u(this,null,function*(){return Fetch("/api/competitions.json",{method:"post",body:Pe})})}function Zt(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe==null?void 0:Pe.id}/search_managers.json`,{method:"get",params:Pe})})}function ot(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe}/get_managers.json`,{method:"get"})})}function bt(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe==null?void 0:Pe.id}/add_managers.json`,{method:"post",body:Pe})})}function mt(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe==null?void 0:Pe.id}/delete_managers.json`,{method:"delete",body:Pe})})}function et(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe}/get_picture.json`,{method:"get"})})}function He(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe==null?void 0:Pe.id}/identifier_exist.json`,{method:"post",body:Pe})})}function _e(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe}/get_shixun_settings.json`,{method:"get"})})}function Se(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe==null?void 0:Pe.id}/shixun_add.json`,{method:"post",body:Pe})})}function Me(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe==null?void 0:Pe.id}/shixun_delete.json`,{method:"delete",body:Pe})})}function Ue(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe==null?void 0:Pe.id}/shixun_select.json`,{method:"post",body:Pe})})}function We(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe}/info_finish.json`,{method:"get"})})}function it(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe==null?void 0:Pe.id}/competition_review.json`,{method:"post",body:h({},Pe)})})}function ct(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.identifier}/competition_teams.json`,{method:"get",params:Pe})})}function Gt(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.identifier}/all_team_members.json`,{method:"get",params:Pe})})}function $t(Pe){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Pe.identifier}/competition_commit_records/member_works.json`,{method:"get",params:Pe})})}},1103:function(d,_,e){"use strict";e.d(_,{F:function(){return b},OE:function(){return O},ff:function(){return S},p1:function(){return k},_y:function(){return m},mK:function(){return X},gq:function(){return V},eM:function(){return U},BA:function(){return ue},bA:function(){return J},Nx:function(){return Q},Qx:function(){return M},At:function(){return R},PX:function(){return A},Xl:function(){return B},y9:function(){return G},No:function(){return ae},ay:function(){return K}});var r=e(38986),i=Object.defineProperty,l=Object.defineProperties,c=Object.getOwnPropertyDescriptors,f=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable,u=(oe,ee,q)=>ee in oe?i(oe,ee,{enumerable:!0,configurable:!0,writable:!0,value:q}):oe[ee]=q,a=(oe,ee)=>{for(var q in ee||(ee={}))o.call(ee,q)&&u(oe,q,ee[q]);if(f)for(var q of f(ee))h.call(ee,q)&&u(oe,q,ee[q]);return oe},x=(oe,ee)=>l(oe,c(ee)),p=(oe,ee)=>{var q={};for(var le in oe)o.call(oe,le)&&ee.indexOf(le)<0&&(q[le]=oe[le]);if(oe!=null&&f)for(var le of f(oe))ee.indexOf(le)<0&&h.call(oe,le)&&(q[le]=oe[le]);return q},y=(oe,ee,q)=>new Promise((le,Z)=>{var j=Oe=>{try{me(q.next(Oe))}catch(ke){Z(ke)}},se=Oe=>{try{me(q.throw(Oe))}catch(ke){Z(ke)}},me=Oe=>Oe.done?le(Oe.value):Promise.resolve(Oe.value).then(j,se);me((q=q.apply(oe,ee)).next())});const m=oe=>y(void 0,null,function*(){var ee=oe,{id:q}=ee,le=p(ee,["id"]);return(0,r.ZP)(`/api/ec_years/${q}/course_results.json`,{method:"get",params:le})}),b=oe=>{let ee=document.createElement("iframe");ee.src=`/api/ec_years/${oe}/course_results.xlsx`,ee.style.display="none",document.body.appendChild(ee)},S=({ec_year_id:oe})=>(0,r.ZP)(`/api/ec_years/${oe}/course_results/get_class.json`,{method:"get"}),k=({ec_year_id:oe,id:ee,class_name:q=null})=>(0,r.ZP)(`/api/ec_years/${oe}/course_results/${ee}.json`,{method:"get",params:{class_name:q}}),R=({ec_year_id:oe})=>(0,r.ZP)("/api/ec_courses/1/evaluations/compute_all_courses_data",{method:"post",body:{ec_year_id:oe}}),A=({ec_course_id:oe})=>(0,r.ZP)(`/api/ec_courses/${oe}/evaluations/evaluation_data`,{method:"POST"}),O=oe=>{let ee=document.createElement("iframe");ee.src=`/api/ec_years/${oe}/ec_graduation_results.xlsx`,ee.style.display="none",document.body.appendChild(ee)},M=({ec_year_id:oe})=>(0,r.ZP)(`/api/ec_years/${oe}/ec_graduation_results/compute_all`,{method:"post"}),B=({ec_year_id:oe,id:ee})=>(0,r.ZP)(`/api/ec_years/${oe}/ec_graduation_results/compute_single?id=${ee}`,{method:"POST"}),U=oe=>(0,r.ZP)(`/api/ec_years/${oe}/ec_graduation_results.json`,{method:"get"}),X=oe=>(0,r.ZP)(`/api/ec_years/${oe}/ec_graduation_results/get_formulas.json`,{method:"get"}),G=({ec_year_id:oe,formula_one:ee,formula_two:q,formula_three:le})=>(0,r.ZP)(`/api/ec_years/${oe}/ec_graduation_results/set_formulas.json`,{method:"PUT",body:{formula_one_id:ee,formula_two_id:q,formula_three_id:le}}),V=({ec_year_id:oe,id:ee})=>(0,r.ZP)(`/api/ec_years/${oe}/ec_graduation_results/${ee}.json`,{method:"get"}),ae=oe=>{var ee=oe,{ec_year_id:q,type:le,goal_value:Z}=ee,j=p(ee,["ec_year_id","type","goal_value"]);let se=`?type=${le}`,me={method:"PUT"};return le==="all"&&(se+=`&goal_value=${Z}`),le==="each"&&(me=x(a({},me),{body:j})),(0,r.ZP)(`/api/ec_years/${q}/ec_graduation_results/set_goal_value${se}`,me)};var ie=(oe,ee,q)=>new Promise((le,Z)=>{var j=Oe=>{try{me(q.next(Oe))}catch(ke){Z(ke)}},se=Oe=>{try{me(q.throw(Oe))}catch(ke){Z(ke)}},me=Oe=>Oe.done?le(Oe.value):Promise.resolve(Oe.value).then(j,se);me((q=q.apply(oe,ee)).next())});const ue=oe=>ie(void 0,null,function*(){return(0,r.ZP)(`/api/schools/${oe}/ec_majors/get_major_list.json`,{method:"get"})}),Q=oe=>ie(void 0,null,function*(){return(0,r.ZP)(`/api/ec_major_schools/${oe}/ec_years/get_year_list.json`,{method:"get"})}),J=({ec_year_id:oe,school_id:ee})=>(0,r.ZP)(`/api/ec_years/${oe}/top_pages.json`,{method:"get",params:{school_id:ee}}),K=({id:oe,name:ee})=>(0,r.ZP)(`/api/ec_years/1/top_pages/${oe}?name=${ee}`,{method:"PUT"})},81722:function(d,_,e){"use strict";e.d(_,{$Q:function(){return O},$l:function(){return yr},BJ:function(){return mt},CD:function(){return Qe},Cd:function(){return it},Cl:function(){return Fe},Di:function(){return tr},Fl:function(){return Zt},G$:function(){return le},GK:function(){return It},Ip:function(){return _e},J:function(){return Z},KE:function(){return ot},L8:function(){return Yt},LP:function(){return Se},MK:function(){return Xe},Mb:function(){return Er},N0:function(){return G},N3:function(){return Ne},OO:function(){return R},P8:function(){return fn},PJ:function(){return se},PT:function(){return _r},Qc:function(){return ae},RK:function(){return q},Ty:function(){return we},UH:function(){return ht},UK:function(){return Ft},Uj:function(){return $t},Ul:function(){return We},VL:function(){return Ht},Vj:function(){return fe},W4:function(){return Gt},WL:function(){return pe},Wj:function(){return ee},X4:function(){return He},Xn:function(){return Vr},Xo:function(){return ue},YY:function(){return er},Ym:function(){return U},Yu:function(){return cr},ZD:function(){return sn},Zg:function(){return Ir},_B:function(){return Pe},_F:function(){return Lr},_U:function(){return J},_u:function(){return me},aU:function(){return X},ab:function(){return kt},cC:function(){return ze},cV:function(){return K},ck:function(){return Ur},dp:function(){return V},eA:function(){return zt},fG:function(){return S},gA:function(){return oe},gG:function(){return Qr},gJ:function(){return Dr},hk:function(){return y},hv:function(){return m},iB:function(){return b},iU:function(){return k},iw:function(){return _t},kp:function(){return Nt},lL:function(){return A},lf:function(){return $e},n$:function(){return ke},n7:function(){return Q},nF:function(){return Ge},o3:function(){return ft},oS:function(){return Me},oX:function(){return Lt},oy:function(){return gt},p7:function(){return B},pL:function(){return Kt},pu:function(){return et},q6:function(){return Ct},qf:function(){return Jt},qz:function(){return Ue},s:function(){return St},sA:function(){return Dt},sS:function(){return Et},tX:function(){return Wt},uR:function(){return wt},ux:function(){return bt},wy:function(){return Pt},xA:function(){return Re},yE:function(){return ie},yu:function(){return Te},zP:function(){return M},zR:function(){return nr}});var r=e(38986),i=Object.defineProperty,l=Object.defineProperties,c=Object.getOwnPropertyDescriptors,f=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable,u=(nt,Nr,en)=>Nr in nt?i(nt,Nr,{enumerable:!0,configurable:!0,writable:!0,value:en}):nt[Nr]=en,a=(nt,Nr)=>{for(var en in Nr||(Nr={}))o.call(Nr,en)&&u(nt,en,Nr[en]);if(f)for(var en of f(Nr))h.call(Nr,en)&&u(nt,en,Nr[en]);return nt},x=(nt,Nr)=>l(nt,c(Nr)),p=(nt,Nr,en)=>new Promise((In,mr)=>{var on=Dn=>{try{wn(en.next(Dn))}catch(_i){mr(_i)}},yn=Dn=>{try{wn(en.throw(Dn))}catch(_i){mr(_i)}},wn=Dn=>Dn.done?In(Dn.value):Promise.resolve(Dn.value).then(on,yn);wn((en=en.apply(nt,Nr)).next())});const y=nt=>(0,r.ZP)(`/api/exercises/${nt==null?void 0:nt.exercise_id}/statistics/list_student_score_by_question_type.json`,{method:"get",params:nt}),m=nt=>(0,r.ZP)(`/api/exercises/${nt==null?void 0:nt.exercise_id}/statistics/list_student_score_by_question.json`,{method:"get",params:nt}),b=nt=>(0,r.ZP)(`/api/exercises/${nt.exercise_id}/statistics/export_class_compare.xlsl`,{method:"get",params:nt}),S=nt=>(0,r.ZP)(`/api/exercises/${nt.exercise_id}/statistics/class_question_compare.json`,{method:"get",params:nt}),k=nt=>(0,r.ZP)(`/api/exercises/${nt==null?void 0:nt.exercise_id}/statistics/class_score_distribution.json`,{method:"get",params:nt}),R=nt=>(0,r.ZP)(`/api/exercises/${nt==null?void 0:nt.exercise_id}/statistics/list_student_score.json`,{method:"get",params:nt}),A=nt=>(0,r.ZP)(`/api/exercises/${nt==null?void 0:nt.exercise_id}/statistics/set_score_ranges.json`,{method:"put",body:nt}),O=nt=>(0,r.ZP)(`/api/exercises/${nt==null?void 0:nt.exercise_id}/statistics/score_ranges.json`,{method:"get",params:nt}),M=nt=>(0,r.ZP)(`/api/exercises/${nt.id}/sava_exam_summary.json`,{method:"post",body:nt}),B=nt=>(0,r.ZP)("/api/intelligent_reviews/exam_summary.json",{method:"post",body:nt}),U=nt=>(0,r.ZP)(`/api/exercises/${nt.id}/generate_exam_summary.json`,{method:"post",body:nt}),X=nt=>(0,r.ZP)(`/api/exercises/${nt.id}/exam_summary_settings.json`,{method:"post",body:nt}),G=nt=>p(void 0,null,function*(){return(0,r.ZP)(`/api/exercises/${nt==null?void 0:nt.exercise_id}/review_exercise_user.json`,{method:"post",body:nt})}),V=nt=>(0,r.ZP)(`/api/exercises/${nt==null?void 0:nt.id}/code_check.json`,{method:"get",params:nt}),ae=nt=>(0,r.ZP)(`/api/exercises/${nt.id}/reset_pwd.json`,{method:"post",body:nt}),ie=nt=>(0,r.ZP)(`/api/exercises/${nt.id}/encrypt_or_decrypt.json`,{method:"post",body:nt}),ue=nt=>p(void 0,null,function*(){return(0,r.ZP)(`/api/exercises/${nt.id}/delayed_time_or_force.json`,{method:"post",body:nt})}),Q=nt=>p(void 0,null,function*(){return(0,r.ZP)(`/api/exercises/${nt==null?void 0:nt.id}/exercise_time.json`,{method:"Get",params:nt})}),J=nt=>(0,r.ZP)(`/api/exercises/${nt==null?void 0:nt.id}/exercise_question_result.json`,{method:"get",params:nt}),K=nt=>(0,r.ZP)(`/api/exercises/${nt.id}/get_question_type_alias.json`,{method:"get",params:nt});function oe(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${nt==null?void 0:nt.id}/teacher_update.json`,{method:"post",body:a({},nt)})})}function ee(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${nt==null?void 0:nt.id}/adjust_comment.json`,{method:"post",body:a({},nt)})})}function q(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${nt.id}/edit_question_type_alias.json`,{method:"POST",body:nt})})}function le(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${nt.categoryId}/exercise_lists.json`,{method:"get",params:a({},nt)})})}function Z(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${nt.categoryId}/exercise_identity_photos.json`,{method:"get",params:a({},nt)})})}function j(nt){return p(this,null,function*(){return Fetch(`/api/exercises/${nt.categoryId}/video_push_url.json`,{method:"get",params:a({},nt)})})}function se(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${nt.categoryId}/query_identity_photo_state.json`,{method:"get",params:a({},nt)})})}function me(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${nt.categoryId}/exercise_result.json`,{method:"get",params:a({},nt)})})}function Oe(nt){return p(this,null,function*(){return Fetch(`/api/exercises/${nt.categoryId}/exercise_score_area_setting.json`,{method:"post",body:a({},nt)})})}function ke(nt){return p(this,null,function*(){return(0,r.ZP)("/api/question_banks/bank_list.json",{method:"get",params:a({},nt)})})}function $e(nt){return p(this,null,function*(){return(0,r.ZP)("/api/question_banks/save_banks.json",{method:"POST",body:a({},nt)})})}function Ne(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${nt.coursesId}/exercises/publish_modal.json`,{method:"get",params:a({},nt)})})}function Ft(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${nt.categoryId}/common_header.json`,{method:"get",params:a({},nt)})})}function wt(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${nt.coursesId}/exercises.json`,{method:"post",body:a({},nt)})})}function Pt(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${nt.exerciseId}.json`,{method:"put",body:a({},nt)})})}function Jt(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${nt.categoryId}.json`,{method:"get",params:a({},nt)})})}function er(nt){return p(this,null,function*(){return(0,r.ZP)("/api/tag_disciplines.json",{method:"get",params:a({},nt)})})}function tr(nt){return p(this,null,function*(){const{id:Nr}=nt;return delete nt.id,(0,r.ZP)(`/api/exercise_questions/${Nr}.json`,{method:"put",body:a({},nt)})})}function Xe(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${nt.categoryId}/exercise_questions.json`,{method:"post",body:a({},nt)})})}function It(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${nt.id}/up_down.json`,{method:"post",body:a({},nt)})})}function Zt(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${nt.id}.json`,{method:"delete"})})}function ot(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${nt.coursesId}/exercises/end_modal.json`,{method:"get",params:a({},nt)})})}function bt(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${nt.categoryId}/publish_groups.json`,{method:"get",params:a({},nt)})})}function mt(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${nt.exerciseId}/user_exercise_detail.json`,{method:"get",params:a({},nt)})})}function et(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${nt.exerciseId}/consult_exercise.json`,{method:"post",body:a({},nt)})})}function He(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${nt.exerciseId}/teacher_appraise.json`,{method:"get",params:a({},nt)})})}function _e(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${nt.id}/adjust_score.json`,{method:"post",body:a({},nt)})})}function Se(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${nt.id}/batch_adjust_score.json`,{method:"post",body:a({},nt)})})}function Me(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${nt.id}/adjust_score.json`,{method:"post",body:a({},nt)})})}function Ue(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${nt.id}/delayed_time.json`,{method:"post",body:a({},nt)})})}function We(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${nt.categoryId}/exercise_setting.json`,{method:"get",params:a({},nt)})})}function it(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/v2/exercises/${nt.categoryId}/exercise_setting.json`,{method:"get",params:a({},nt)})})}function ct(nt){return p(this,null,function*(){return Fetch(`/api/exercises/${nt.categoryId}/commit_setting.json`,{method:"post",body:a({},nt)})})}function Gt(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${nt.exerciseId}/review_exercises_by_students.json`,{method:"post",body:a({},nt)})})}function $t(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${nt.categoryId}/exercise_lists.xlsx`,{method:"get",params:x(a({},nt),{export:!0})})})}function Pe(nt){return(0,r.ZP)(`/api/exercises/${nt.categoryId}/user_exercise_detail.json`,{method:"get",params:x(a({},nt),{login:null})})}function Qe(nt){return(0,r.ZP)(`/api/exercises/${nt.categoryId}/start.json`,{method:"get",params:a({},nt)})}function Kt(nt){return(0,r.ZP)(`/api/exercises/${nt.categoryId}/start_unlock.json`,{method:"post",body:a({},nt)})}function Lt(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${nt.questionId}/exercise_answers.json`,{method:"post",body:nt})})}function Ht(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${nt.categoryId}/commit_exercise.json`,{method:"post",body:nt})})}function Nt(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${nt.categoryId}/simulate_commit_exercise.json`,{method:"post",body:nt})})}function Ct(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${nt.categoryId}/redo_exercise.json`,{method:"post",body:nt})})}function Yt(nt){return(0,r.ZP)(`/api/${nt.url}`,{method:"get",params:a({},nt)})}function Ge(nt){return(0,r.ZP)(`/api/problems/${nt.id}/start.json`,{method:"get",params:a({},nt)})}function fe(nt){return(0,r.ZP)(`/api/exercises/${nt.id}/begin_commit.json`,{method:"get",params:a({},nt)})}function pe(nt){return(0,r.ZP)(`/api/exercises/${nt.id}/simulate_begin_commit.json`,{method:"get",params:a({},nt)})}function Dt(nt){return(0,r.ZP)("/api/examination_intelligent_settings/optional_items.json",{method:"post",body:a({},nt)})}function Te(nt){return console.log("params:",nt),(0,r.ZP)(`/api/exercises/${nt.categoryId}/edit.json`,{method:"get",params:a({},nt)})}function ht(nt){return(0,r.ZP)(`/api/exercises/${nt.id}/get_objective_scores.json`,{method:"get",params:a({},nt)})}function Wt(nt){return(0,r.ZP)(`/api/exercises/${nt.categoryId}/redo_modal.json`,{method:"get",params:a({},nt)})}function St(nt){return(0,r.ZP)(`/api/exercises/${nt.categoryId}/student_redo_lists.json`,{method:"get",params:a({},nt)})}function Re(nt){return(0,r.ZP)("/api/exercises/get_user_exercises.json",{method:"get",params:nt})}function _t(nt){return(0,r.ZP)(`/api/exercises/${nt.id}/exercise_header.json`,{method:"get",params:a({},nt)})}function ze(nt){return(0,r.ZP)(`/api/exercises/${nt.categoryId}/allow_close_camera.json`,{method:"post",body:a({},nt)})}function we(nt){return(0,r.ZP)(`/api/exercises/${nt.categoryId}/get_exercise_user_info.json`,{method:"get",params:a({},nt)})}function gt(nt){return(0,r.ZP)(`/api/exercises/${nt.id}/record_screen`,{method:"post",params:a({},nt)})}function kt(nt){return(0,r.ZP)(`/api/exercises/${nt.id}/unbind_ip.json`,{method:"post",body:a({},nt)})}function Fe(nt){return(0,r.ZP)(`/api/exercises/${nt.id}/check_ip.json`,{method:"get",params:a({},nt)})}function Ir(nt){return(0,r.ZP)(`/api/exercises/${nt==null?void 0:nt.id}/check_user_exercise.json`,{method:"get",params:a({},nt)})}function At(nt){return Fetch(`/api/exercises/${nt.id}/make_up_students.json`,{method:"get",params:a({},nt)})}function Vr(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${nt.coursesId}/exercises/code_review_detail.json`,{method:"get",params:a({},nt)})})}function Qr(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${nt.question_id}/adjust_score.json`,{method:"post",body:a({},nt)})})}function Er(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${nt.categoryId}/simulate_exercise.json`,{method:"post",body:a({},nt)})})}function Lr(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${nt.categoryId}/simulate_start_answer.json`,{method:"get",params:a({},nt)})})}function _r(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${nt.categoryId}/exercise_time.json`,{method:"get",params:a({},nt)})})}function Ur(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${nt.categoryId}/commit_screen_at.json`,{method:"post",body:a({},nt)})})}function sn(nt,Nr){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${nt}/unlock_user`,{method:"post",body:Nr})})}function fn(nt,Nr){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${nt}/save_screen_record.json`,{method:"post",body:Nr})})}function cr(nt,Nr){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${nt}/screen_record_list.json`,{method:"get",params:Nr})})}function Dr(nt){return p(this,null,function*(){return(0,r.ZP)("/api/attachments/set_ecs_attachment.json",{method:"get",params:a({},nt)})})}function ft(nt){return p(this,null,function*(){return(0,r.ZP)("/api/exercises/need_redo.json",{method:"get",params:nt})})}function Et(nt,Nr){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${nt}/mark.json`,{method:"post",body:Nr})})}function zt(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/myshixuns/${nt}/exit_delete_pod.json`,{method:"post",body:nt})})}function nr(nt){return p(this,null,function*(){return(0,r.ZP)("/api/users/change_exercise_score.json",{method:"put",body:nt})})}function yr(nt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${nt==null?void 0:nt.id}/send_to_item_bank.json`,{method:"post",body:a({},nt)})})}},94670:function(d,_,e){"use strict";e.d(_,{B0:function(){return p},Si:function(){return R},Sr:function(){return O},YP:function(){return A},b4:function(){return k},bc:function(){return a},dX:function(){return S},eh:function(){return M},iI:function(){return m},kd:function(){return x},qR:function(){return b},sW:function(){return y},ts:function(){return U},vL:function(){return B},z5:function(){return X}});var r=e(38986),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(G,V,ae)=>V in G?i(G,V,{enumerable:!0,configurable:!0,writable:!0,value:ae}):G[V]=ae,h=(G,V)=>{for(var ae in V||(V={}))c.call(V,ae)&&o(G,ae,V[ae]);if(l)for(var ae of l(V))f.call(V,ae)&&o(G,ae,V[ae]);return G},u=(G,V,ae)=>new Promise((ie,ue)=>{var Q=oe=>{try{K(ae.next(oe))}catch(ee){ue(ee)}},J=oe=>{try{K(ae.throw(oe))}catch(ee){ue(ee)}},K=oe=>oe.done?ie(oe.value):Promise.resolve(oe.value).then(Q,J);K((ae=ae.apply(G,V)).next())});function a(G){return u(this,null,function*(){return(0,r.ZP)("/api/memos.json",{method:"get",params:G})})}function x(G){return u(this,null,function*(){return(0,r.ZP)("/api/discusses/forum_discusses.json",{method:"get",params:G})})}function p(G){return u(this,null,function*(){return(0,r.ZP)(`/api/memos/${G.id}/sticky_or_cancel.json`,{method:"post",body:G})})}function y(G){return u(this,null,function*(){return(0,r.ZP)(`/api/memos/${G.id}.json`,{method:"delete",body:G})})}function m(G){return u(this,null,function*(){return(0,r.ZP)("/api/memos/new.json",{method:"get",params:G})})}function b(G){return u(this,null,function*(){return(0,r.ZP)(`/api/memos/${G.id}/edit.json`,{method:"get",params:G})})}function S(G){return u(this,null,function*(){return(0,r.ZP)("/api/memos.json",{method:"post",body:h({},G)})})}function k(G){return u(this,null,function*(){return(0,r.ZP)(`/api/memos/${G.id}.json`,{method:"put",body:h({},G)})})}function R(G){return u(this,null,function*(){return(0,r.ZP)(`/api/memos/${G.id}.json`,{method:"get",params:G})})}function A(G){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${G.user_id}/watch.json`,{method:"post",body:G})})}function O(G){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${G.user_id}/watch.json`,{method:"delete",body:h({},G)})})}function M(G){return u(this,null,function*(){return(0,r.ZP)(`/api/discusses/${G.id}/reward_code.json`,{method:"post",body:G})})}function B(G){return u(this,null,function*(){return(0,r.ZP)(`/api/discusses/${G.id}/plus.json`,{method:"post",body:G})})}function U(G){return u(this,null,function*(){return(0,r.ZP)("/api/memos/reply.json",{method:"post",body:G})})}function X(G){return u(this,null,function*(){return(0,r.ZP)(`/api/memos/${G.id}/more_reply.json`,{method:"get",params:G})})}},22072:function(d,_,e){"use strict";e.d(_,{D2:function(){return a},n0:function(){return x},tk:function(){return p}});var r=e(38986),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(y,m,b)=>m in y?i(y,m,{enumerable:!0,configurable:!0,writable:!0,value:b}):y[m]=b,h=(y,m)=>{for(var b in m||(m={}))c.call(m,b)&&o(y,b,m[b]);if(l)for(var b of l(m))f.call(m,b)&&o(y,b,m[b]);return y},u=(y,m,b)=>new Promise((S,k)=>{var R=M=>{try{O(b.next(M))}catch(B){k(B)}},A=M=>{try{O(b.throw(M))}catch(B){k(B)}},O=M=>M.done?S(M.value):Promise.resolve(M.value).then(R,A);O((b=b.apply(y,m)).next())});function a(y){return u(this,null,function*(){return(0,r.ZP)("/api/setting.json",{method:"Get",params:h({},y)})})}function x(){return u(this,null,function*(){return(0,r.ZP)("/api/users/system_update.json",{method:"Get"})})}function p(y){return u(this,null,function*(){return(0,r.ZP)("/api/search_records",{method:"post",body:y})})}},24059:function(d,_,e){"use strict";e.d(_,{B6:function(){return p},Gr:function(){return U},Mf:function(){return O},NA:function(){return R},PC:function(){return S},PP:function(){return k},QA:function(){return x},RP:function(){return V},Sv:function(){return G},YQ:function(){return A},_n:function(){return ae},hL:function(){return B},je:function(){return b},mM:function(){return m},wA:function(){return X},x_:function(){return y},y0:function(){return M},y3:function(){return a}});var r=e(38986),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(ie,ue,Q)=>ue in ie?i(ie,ue,{enumerable:!0,configurable:!0,writable:!0,value:Q}):ie[ue]=Q,h=(ie,ue)=>{for(var Q in ue||(ue={}))c.call(ue,Q)&&o(ie,Q,ue[Q]);if(l)for(var Q of l(ue))f.call(ue,Q)&&o(ie,Q,ue[Q]);return ie},u=(ie,ue,Q)=>new Promise((J,K)=>{var oe=le=>{try{q(Q.next(le))}catch(Z){K(Z)}},ee=le=>{try{q(Q.throw(le))}catch(Z){K(Z)}},q=le=>le.done?J(le.value):Promise.resolve(le.value).then(oe,ee);q((Q=Q.apply(ie,ue)).next())});function a(ie){return u(this,null,function*(){return(0,r.ZP)(`/api/graduation_tasks/${ie.categoryId}.json`,{method:"get",params:h({},ie)})})}function x(ie){return u(this,null,function*(){return(0,r.ZP)(`/api/graduation_tasks/${ie.categoryId}/tasks_list.json`,{method:"get",params:h({},ie)})})}function p(ie){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${ie.coursesId}/graduation_topics/${ie.categoryId}/show_detail.json`,{method:"get",params:h({},ie)})})}function y(ie){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${ie.coursesId}/graduation_topics/${ie.categoryId}.json`,{method:"get",params:h({},ie)})})}function m(ie){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${ie.coursesId}/graduation_topics/${ie.categoryId}/refuse_student_topic.json`,{method:"post",body:h({},ie)})})}function b(ie){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${ie.coursesId}/graduation_topics/${ie.categoryId}/accept_student_topic.json`,{method:"post",body:h({},ie)})})}function S(ie){return u(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${ie.categoryId}/show_comment.json`,{method:"get",params:h({},ie)})})}function k(ie){return u(this,null,function*(){return(0,r.ZP)("/api/users/reply_message.json",{method:"post",body:h({},ie)})})}function R(ie){return u(this,null,function*(){return(0,r.ZP)("/api/praise_tread/like.json",{method:"post",body:h({},ie)})})}function A(ie){return u(this,null,function*(){return(0,r.ZP)("/api/praise_tread/unlike.json",{method:"delete",body:h({},ie)})})}function O(ie){return u(this,null,function*(){return(0,r.ZP)("/api/commons/delete.json",{method:"delete",body:h({},ie)})})}function M(ie){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${ie.coursesId}/graduation_topics/new.json`,{method:"get",params:h({},ie)})})}function B(ie){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${ie.coursesId}/graduation_topics/${ie.categoryId}/edit.json`,{method:"get",params:h({},ie)})})}function U(ie){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${ie.coursesId}/graduation_topics`,{method:"post",body:h({},ie)})})}function X(ie){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${ie.coursesId}/graduation_topics/${ie.categoryId}`,{method:"put",body:h({},ie)})})}function G(ie){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${ie.coursesId}/graduation_tasks`,{method:"post",body:h({},ie)})})}function V(ie){return u(this,null,function*(){return(0,r.ZP)(`/api/graduation_tasks/${ie.categoryId}.json`,{method:"put",body:h({},ie)})})}function ae(ie){return u(this,null,function*(){return(0,r.ZP)(`/api/graduation_tasks/${ie.categoryId}/edit.json`,{method:"get",params:h({},ie)})})}},12309:function(d,_,e){"use strict";e.d(_,{AA:function(){return X},Db:function(){return x},Dd:function(){return b},F7:function(){return Q},Fi:function(){return le},H3:function(){return m},HF:function(){return k},HH:function(){return y},Ib:function(){return oe},J3:function(){return o},NT:function(){return l},NX:function(){return A},Ot:function(){return R},Ou:function(){return J},Ps:function(){return c},Rk:function(){return ue},Tz:function(){return a},V1:function(){return ee},Wz:function(){return f},Xh:function(){return p},Xw:function(){return ie},YS:function(){return V},Zd:function(){return q},bS:function(){return O},ck:function(){return S},eh:function(){return U},il:function(){return h},j7:function(){return u},jW:function(){return G},km:function(){return ae},l5:function(){return B},rU:function(){return Z},xF:function(){return M},zC:function(){return K},zT:function(){return j}});var r=e(38986),i=(se,me,Oe)=>new Promise((ke,$e)=>{var Ne=Pt=>{try{wt(Oe.next(Pt))}catch(Jt){$e(Jt)}},Ft=Pt=>{try{wt(Oe.throw(Pt))}catch(Jt){$e(Jt)}},wt=Pt=>Pt.done?ke(Pt.value):Promise.resolve(Pt.value).then(Ne,Ft);wt((Oe=Oe.apply(se,me)).next())});function l(se){return(0,r.ZP)("/api/schools/search.json",{method:"get",params:se})}function c(se){return(0,r.ZP)(`/api/schools/${se.id}/departments/for_option.json`,{method:"get",params:se})}function f(se){return(0,r.ZP)("/api/graduations.json",{method:"POST",body:se})}function o(se){return(0,r.ZP)("/api/graduations.json",{method:"get",params:se})}function h(se){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se.identifier}/graduation_stages/${se.stageid}/authorized_redelivery.json`,{method:"POST",body:se})})}function u(se){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se.identifier}/graduation_stages/${se.stageid}/submit.json`,{method:"POST",body:se})})}function a(se){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se.id}/student_tasks/export_status.json`,{method:"get",params:se})})}function x(se){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se.id}/student_tasks/export_all_attachments.json`,{method:"get",params:se})})}function p(se){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se.identifier}/graduation_stages/${se.id}.json`,{method:"get",params:se})})}function y(se){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se.id}/student_tasks/set_final_score.json`,{method:"POST",body:se})})}function m(se){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se.id}/student_tasks/final_score.json`,{method:"get",params:se})})}function b(se){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se.id}/set_novice_guide.json`,{method:"POST",body:se})})}function S(se){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se.id}/graduation_notices/${se.doid}/set_do.json`,{method:"POST",body:se})})}function k(se){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se.id}/graduation_teachers.json`,{method:"POST",body:se})})}function R(se){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se.identifier}/graduation_students/${se.id}/update_major.json`,{method:"PUT",body:se})})}function A(se){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se.id}/graduation_students.json`,{method:"POST",body:se})})}function O(se){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se.id}/graduation_teachers/search.json`,{method:"get",params:se})})}function M(se){return i(this,null,function*(){return(0,r.ZP)("/api/schools/search.json",{method:"get",params:se})})}function B(se){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se.id}/graduation_students/search.json`,{method:"get",params:se})})}function U(se){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se.id}/graduation_students.json`,{method:"get",params:se})})}function X(se){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se.id}/graduation_teachers.json`,{method:"get",params:se})})}function G(se){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se.graduation_id}/graduation_tasks.json`,{method:"POST",body:se})})}function V(se){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se.graduation_id}/graduation_tasks/${se.id}.json`,{method:"PUT",body:se})})}function ae(se){return i(this,null,function*(){var me;return(0,r.ZP)(`/api/graduations/${se.id}/graduation_tasks/${(me=se.ids)==null?void 0:me[0]}`,{method:"DELETE",body:{ids:se.ids}})})}function ie(se){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se.id}/graduation_tasks.json`,{method:"get",params:se})})}function ue(se){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se.id}/graduation_notices.json`,{method:"get",params:se})})}function Q(se){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se.id}.json`,{method:"get"})})}function J(se){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se==null?void 0:se.id}/common_header.json`,{method:"get"})})}function K(se,me){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se}/preview.json`,{method:"get"})})}function oe(se,me){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se}/graduation_teachers/not_pass.json`,{method:"post",body:me})})}function ee(se,me){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se}/graduation_teachers/pass.json`,{method:"post",body:me})})}function q(se,me){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se}/graduation_students/not_pass.json`,{method:"post",body:me})})}function le(se,me){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se}/graduation_students/pass.json`,{method:"post",body:me})})}function Z(se,me){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se}/graduation_students/batch_delete`,{method:"delete",body:me})})}function j(se,me){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${se}/graduation_teachers/batch_delete`,{method:"delete",body:me})})}},82220:function(d,_,e){"use strict";e.d(_,{LA:function(){return x},NX:function(){return m},QY:function(){return l},Rm:function(){return f},S_:function(){return p},Tt:function(){return h},Yu:function(){return S},Zz:function(){return y},cR:function(){return u},eX:function(){return c},h$:function(){return o},su:function(){return b},vm:function(){return a}});var r=e(38986),i=(k,R,A)=>new Promise((O,M)=>{var B=G=>{try{X(A.next(G))}catch(V){M(V)}},U=G=>{try{X(A.throw(G))}catch(V){M(V)}},X=G=>G.done?O(G.value):Promise.resolve(G.value).then(B,U);X((A=A.apply(k,R)).next())});const l=k=>i(void 0,null,function*(){return(0,r.ZP)("/api/platform_systems.json",{method:"Get",params:k})}),c=k=>i(void 0,null,function*(){return(0,r.ZP)("/api/home/env_detail.json",{method:"Get",params:k})}),f=k=>i(void 0,null,function*(){return(0,r.ZP)("/api/home/env_list.json",{method:"Get",params:k})}),o=k=>i(void 0,null,function*(){return(0,r.ZP)("/api/home/online_list.json",{method:"Get",params:k})});function h(){return i(this,null,function*(){return(0,r.ZP)("/api/home/index.json",{method:"Get"})})}function u(k){return i(this,null,function*(){return(0,r.ZP)("/api/courses/apply_to_join_course.json",{method:"post",body:k})})}function a(k){return i(this,null,function*(){return(0,r.ZP)("/api/project_applies.json",{method:"post",body:k})})}function x(k){return i(this,null,function*(){return(0,r.ZP)("/api/users/home_notice.json",{method:"Get"})})}function p(k){return i(this,null,function*(){return(0,r.ZP)("/api/users/view_notice.json",{method:"post",body:k})})}const y=k=>i(void 0,null,function*(){return(0,r.ZP)("/api/home/add_teacher.json",{method:"post",body:k})}),m=k=>i(void 0,null,function*(){return(0,r.ZP)("/api/home/remove_teacher.json",{method:"delete",body:k})}),b=k=>i(void 0,null,function*(){return(0,r.ZP)("/api/home/teacher_list.json",{method:"get",params:k})}),S=k=>i(void 0,null,function*(){return(0,r.ZP)("/api/home/data.json",{method:"get",params:k})})},50958:function(d,_,e){"use strict";e.d(_,{AD:function(){return a},Ig:function(){return x},Ko:function(){return m},QJ:function(){return b},Ub:function(){return S},V8:function(){return p},dl:function(){return k},w0:function(){return y}});var r=e(38986),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(R,A,O)=>A in R?i(R,A,{enumerable:!0,configurable:!0,writable:!0,value:O}):R[A]=O,h=(R,A)=>{for(var O in A||(A={}))c.call(A,O)&&o(R,O,A[O]);if(l)for(var O of l(A))f.call(A,O)&&o(R,O,A[O]);return R},u=(R,A,O)=>new Promise((M,B)=>{var U=V=>{try{G(O.next(V))}catch(ae){B(ae)}},X=V=>{try{G(O.throw(V))}catch(ae){B(ae)}},G=V=>V.done?M(V.value):Promise.resolve(V.value).then(U,X);G((O=O.apply(R,A)).next())});function a(R){return u(this,null,function*(){return(0,r.ZP)("/api/users/tidings.json",{method:"get",params:h({},R)})})}function x(R){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${R.userId}/unread_message_info.json`,{method:"get",params:h({},R)})})}function p(R){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${R.userId}/private_messages.json`,{method:"get",params:h({},R)})})}function y(R){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${R.userId}/private_messages.json`,{method:"post",body:h({},R)})})}function m(R){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${R.id}/recent_contacts.json`,{method:"get",params:h({},R)})})}function b(R){return u(this,null,function*(){return(0,r.ZP)("/api/users_for_private_messages.json",{method:"get",params:h({},R)})})}function S(R){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${R.userId}/private_message_details.json`,{method:"get",params:h({},R)})})}function k(R){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${R.userId}/private_messages/${R.id}.json`,{method:"delete"})})}},49379:function(d,_,e){"use strict";e.d(_,{A2:function(){return b},CI:function(){return p},Ep:function(){return m},Ex:function(){return M},R7:function(){return a},WW:function(){return B},_V:function(){return O},ms:function(){return R},s0:function(){return S},vf:function(){return y},xn:function(){return x},yy:function(){return A}});var r=e(38986),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(U,X,G)=>X in U?i(U,X,{enumerable:!0,configurable:!0,writable:!0,value:G}):U[X]=G,h=(U,X)=>{for(var G in X||(X={}))c.call(X,G)&&o(U,G,X[G]);if(l)for(var G of l(X))f.call(X,G)&&o(U,G,X[G]);return U},u=(U,X,G)=>new Promise((V,ae)=>{var ie=J=>{try{Q(G.next(J))}catch(K){ae(K)}},ue=J=>{try{Q(G.throw(J))}catch(K){ae(K)}},Q=J=>J.done?V(J.value):Promise.resolve(J.value).then(ie,ue);Q((G=G.apply(U,X)).next())});function a(U){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${U.coursesId}/online_learning.json`,{method:"get"})})}function x(U){return u(this,null,function*(){return(0,r.ZP)(`/api/course_stages/${U.id}.json`,{method:"put",body:U})})}function p(U){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${U.coursesId}/course_stages.json`,{method:"post",body:U})})}function y(U){return u(this,null,function*(){return(0,r.ZP)(`/api/course_stages/${U.id}/add_shixun_to_stage.json`,{method:"post",body:U})})}function m(U){return u(this,null,function*(){return(0,r.ZP)(`/api/course_stages/${U.id}/select_shixun_to_stage.json`,{method:"post",body:U})})}function b(U){return u(this,null,function*(){return(0,r.ZP)(`/api/course_stages/${U.id}/add_video_to_stage.json`,{method:"post",body:U})})}function S(U){return u(this,null,function*(){return(0,r.ZP)(`/api/course_stages/${U.id}/add_attachment_to_stage.json`,{method:"post",body:U})})}function k(U){return u(this,null,function*(){return Fetch("/api/paths/add_shixun_to_stage.json",{method:"post",body:U})})}function R(U){return u(this,null,function*(){return(0,r.ZP)(`/api/course_stages/${U.id}/up_position.json`,{method:"post"})})}function A(U){return u(this,null,function*(){return(0,r.ZP)(`/api/course_stages/${U.id}/down_position.json`,{method:"post"})})}function O(U){return u(this,null,function*(){return(0,r.ZP)(`/api/course_stages/${U.id}.json`,{method:"delete"})})}function M(U){return u(this,null,function*(){return(0,r.ZP)(`/api/course_stages/${U.stage_id}/items/move_position.json`,{method:"post",body:h({},U)})})}function B(U){return u(this,null,function*(){return(0,r.ZP)(`/api/course_stages/${U.stage_id}/items/${U.id}`,{method:"delete"})})}},93629:function(d,_,e){"use strict";e.d(_,{DF:function(){return b},Di:function(){return ee},Dm:function(){return ue},Dq:function(){return Oe},Gd:function(){return m},Hb:function(){return ke},Hm:function(){return V},ID:function(){return u},JP:function(){return me},NC:function(){return X},Pl:function(){return S},Qc:function(){return c},Qp:function(){return Q},RK:function(){return x},YP:function(){return G},a2:function(){return o},ar:function(){return y},cV:function(){return a},d1:function(){return p},dp:function(){return l},fn:function(){return k},iT:function(){return M},jK:function(){return ie},kF:function(){return $e},kp:function(){return O},lc:function(){return A},oF:function(){return le},q$:function(){return h},qN:function(){return ae},tS:function(){return R},ts:function(){return B},un:function(){return K},w0:function(){return oe},wX:function(){return J},yE:function(){return f}});var r=e(38986),i=(Ne,Ft,wt)=>new Promise((Pt,Jt)=>{var er=It=>{try{Xe(wt.next(It))}catch(Zt){Jt(Zt)}},tr=It=>{try{Xe(wt.throw(It))}catch(Zt){Jt(Zt)}},Xe=It=>It.done?Pt(It.value):Promise.resolve(It.value).then(er,tr);Xe((wt=wt.apply(Ne,Ft)).next())});const l=Ne=>(0,r.ZP)(`/api/examination_banks/${Ne==null?void 0:Ne.id}/code_check.json`,{method:"get",params:Ne}),c=Ne=>(0,r.ZP)(`/api/examination_banks/${Ne.id}/reset_pwd.json`,{method:"post",body:Ne}),f=Ne=>(0,r.ZP)(`/api/examination_banks/${Ne.id}/encrypt_or_decrypt.json`,{method:"post",body:Ne}),o=Ne=>(0,r.ZP)("/api/examination_banks/exist_course.json",{method:"post",body:Ne}),h=Ne=>(0,r.ZP)("/api/examination_banks/check_examination_banks.json",{method:"post",body:Ne}),u=Ne=>(0,r.ZP)(`/api/examination_banks/${Ne.id}/copy.json`,{method:"post",body:Ne}),a=Ne=>(0,r.ZP)(`/api/examination_banks/${Ne.id}/get_question_type_alias.json`,{method:"get",params:Ne});function x(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}/edit_question_type_alias.json`,{method:"POST",body:Ne})})}function p(Ne){return i(this,null,function*(){return(0,r.ZP)("/api/disciplines.json",{method:"get",params:Ne})})}function y(Ne){return i(this,null,function*(){return(0,r.ZP)("/api/disciplines/by_examination_banks.json",{method:"get",params:Ne})})}function m(Ne){return i(this,null,function*(){return(0,r.ZP)("/api/examination_banks.json",{method:"get",params:Ne})})}function b(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}/set_public.json`,{method:"post"})})}function S(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}/set_private.json`,{method:"post"})})}function k(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}.json`,{method:"delete"})})}function R(Ne){return i(this,null,function*(){return(0,r.ZP)("/api/question_banks/my_courses.json",{method:"get",params:Ne})})}const A=Ne=>(0,r.ZP)("/api/examination_banks/batch_send_to_course.json",{method:"post",body:Ne});function O(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}/send_to_course.json`,{method:"post",body:Ne})})}function M(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}.json`,{method:"get",params:Ne})})}function B(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}/examination_banks_item_banks/${Ne.itemId}/set_score`,{method:"post",body:Ne})})}function U(Ne){return i(this,null,function*(){return Fetch(`/api/examination_banks/${Ne.id}/examination_banks_item_banks/${Ne.itemId}/set_shixun_score.json`,{method:"post",body:Ne})})}function X(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}/examination_banks_item_banks/${Ne.itemId}.json`,{method:"delete"})})}function G(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}/examination_banks_item_banks/batch_set_score.json`,{method:"post",body:Ne})})}function V(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}/examination_banks_item_banks/destroy_by_item_type.json`,{method:"delete",body:Ne})})}function ae(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}/examination_banks_item_banks/${Ne.itemId}/adjust_position.json`,{method:"post",body:Ne})})}function ie(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}.json`,{method:"put",body:Ne})})}function ue(Ne){return i(this,null,function*(){return(0,r.ZP)("/api/teach_group_shares.json",{method:"get",params:Ne})})}function Q(Ne){return i(this,null,function*(){return(0,r.ZP)("/api/examination_banks/set_batch_public.json",{method:"post",body:Ne})})}function J(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne==null?void 0:Ne.id}/set_public.json`,{method:"post",body:Ne})})}function K(Ne){return i(this,null,function*(){return(0,r.ZP)("/api/examination_banks/create_exam.json",{method:"post",body:Ne})})}function oe(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}/update_exam.json`,{method:"put",body:Ne})})}function ee(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}/edit_exam.json`,{method:"get"})})}function q(Ne,Ft){return i(this,null,function*(){return Fetch(`/api/examination_banks/${Ne}/examination_banks_item_banks.json`,{method:"post",body:Ft})})}function le(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}/examination_banks_item_banks/create_item_bank.json`,{method:"post",body:Ne})})}function Z(Ne,Ft){return i(this,null,function*(){return Fetch(`/api/examination_banks/${Ne}/sort_question_type.json`,{method:"post",body:Ft})})}function j(Ne){return i(this,null,function*(){return Fetch(`/api/examination_banks/${Ne.exam_id}/examination_banks_item_banks/${Ne.question_id}.json`,{method:"delete"})})}function se(Ne,Ft){return i(this,null,function*(){return Fetch(`/api/examination_banks/${Ne}/batch_set_score.json`,{method:"post",body:Ft})})}function me(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne}/simulate_exercise.json`,{method:"post"})})}function Oe(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne}/exercise_header.json`,{method:"get"})})}function ke(Ne,Ft,wt){return i(this,null,function*(){const Pt=new FormData;return Pt.append("file",Ft),Pt.append("sub_discipline_id",wt),(0,r.ZP)(`/api/examination_banks/${Ne}/import_item_banks.json`,{method:"post",body:Pt},!0)})}function $e(Ne){return i(this,null,function*(){return(0,r.ZP)("/api/users/change_exam_score.json",{method:"put",body:Ne})})}},36714:function(d,_,e){"use strict";e.d(_,{$D:function(){return J},A2:function(){return Se},A7:function(){return St},AQ:function(){return X},Ax:function(){return Qe},Bn:function(){return ze},CI:function(){return it},DQ:function(){return Dt},DU:function(){return ot},EP:function(){return Q},Ep:function(){return _e},Er:function(){return me},Ex:function(){return Ht},FD:function(){return Te},F_:function(){return Zt},Fg:function(){return x},GY:function(){return Ge},Go:function(){return Z},Gz:function(){return p},Hl:function(){return y},JS:function(){return Pt},KM:function(){return ee},M2:function(){return Ue},MO:function(){return Oe},Mt:function(){return We},Mu:function(){return Kt},NV:function(){return _t},Q:function(){return ke},Sp:function(){return U},VO:function(){return ht},VU:function(){return R},WD:function(){return Yt},WO:function(){return se},WW:function(){return Nt},_C:function(){return Re},_V:function(){return Pe},bw:function(){return ue},bz:function(){return pe},c3:function(){return wt},eJ:function(){return le},ef:function(){return It},fh:function(){return k},fj:function(){return j},hS:function(){return m},jT:function(){return Wt},ke:function(){return Ct},lk:function(){return B},mQ:function(){return M},ms:function(){return Gt},mx:function(){return Ne},nq:function(){return a},ol:function(){return fe},p:function(){return V},p4:function(){return $e},pU:function(){return O},rS:function(){return Jt},rs:function(){return q},s0:function(){return Me},sm:function(){return Ft},tS:function(){return b},tu:function(){return A},ue:function(){return G},vf:function(){return et},w4:function(){return ae},xG:function(){return He},xn:function(){return mt},yN:function(){return ie},yy:function(){return $t}});var r=e(38986),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(we,gt,kt)=>gt in we?i(we,gt,{enumerable:!0,configurable:!0,writable:!0,value:kt}):we[gt]=kt,h=(we,gt)=>{for(var kt in gt||(gt={}))c.call(gt,kt)&&o(we,kt,gt[kt]);if(l)for(var kt of l(gt))f.call(gt,kt)&&o(we,kt,gt[kt]);return we},u=(we,gt,kt)=>new Promise((Fe,Ir)=>{var At=Er=>{try{Qr(kt.next(Er))}catch(Lr){Ir(Lr)}},Vr=Er=>{try{Qr(kt.throw(Er))}catch(Lr){Ir(Lr)}},Qr=Er=>Er.done?Fe(Er.value):Promise.resolve(Er.value).then(At,Vr);Qr((kt=kt.apply(we,gt)).next())});const a=we=>u(void 0,null,function*(){return(0,r.ZP)("/api/subject_statistics/subject_use_infos.json",{method:"Get",params:we})}),x=we=>u(void 0,null,function*(){return(0,r.ZP)("/api/subject_statistics/rank_list.json",{method:"Get",params:we})}),p=we=>u(void 0,null,function*(){return(0,r.ZP)("/api/subject_statistics/statistics_body.json",{method:"Get",params:we})}),y=we=>u(void 0,null,function*(){return(0,r.ZP)("/api/subject_statistics/statistics_header.json",{method:"Get",params:we})}),m=we=>u(void 0,null,function*(){return(0,r.ZP)("/api/subject_statistics/online_count.json",{method:"Get",params:we})});function b(we){return u(this,null,function*(){return(0,r.ZP)("/api/paths.json",{method:"Get",params:h({},we)})})}function S(we){return u(this,null,function*(){return Fetch("/api/intelligent_recommendations/subject_lists.json",{method:"Get",params:h({},we)})})}function k(we){return u(this,null,function*(){return(0,r.ZP)("/api/disciplines.json",{method:"Get",params:h({},we)})})}function R(){return u(this,null,function*(){return(0,r.ZP)("/api/paths/platform_systems.json",{method:"get"})})}function A(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}.json`,{method:"PUT",body:we})})}function O(we){return u(this,null,function*(){return(0,r.ZP)("/api/paths.json",{method:"post",body:we})})}function M(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/edit.json`,{method:"get"})})}function B(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}.json`,{method:"get",params:h({identifier:we.id},we)})})}function U(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.id}.json`,{method:"get",params:h({identifier:we.id},we)})})}function X(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/right_banner.json`,{method:"get",params:we})})}function G(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/spoc_courses.json`,{method:"get",params:we})})}const V=we=>u(void 0,null,function*(){return(0,r.ZP)("/api/v2/stages.json",{method:"Get",params:we})}),ae=we=>u(void 0,null,function*(){return(0,r.ZP)(`/api/v2/stage_shixuns/${we.id}/children.json`,{method:"Get",params:we})});function ie(we){return u(this,null,function*(){return(0,r.ZP)("/api/stages.json",{method:"get",params:we})})}function ue(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/update_team_title.json`,{method:"post",body:we})})}function Q(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/delete_member.json`,{method:"Delete",body:we})})}function J(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/spoc_courses/${we==null?void 0:we.courseid}.json`,{method:"Delete"})})}function K(we){return u(this,null,function*(){return Fetch(`/api/paths/${we.id}/up_member_position.json`,{method:"post",body:we})})}function oe(we){return u(this,null,function*(){return Fetch(`/api/paths/${we.id}/down_member_position.json`,{method:"post",body:we})})}function ee(we){return u(this,null,function*(){return(0,r.ZP)("/api/collections.json",{method:"post",body:we})})}function q(we){return u(this,null,function*(){return(0,r.ZP)("/api/collections/cancel.json",{method:"Delete",body:we})})}function le(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}.json`,{method:"Delete",body:we})})}function Z(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/publish.json`,{method:"post",body:we})})}function j(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/cancel_publish.json`,{method:"post",body:we})})}function se(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/apply_public.json`,{method:"post",body:we})})}function me(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/cancel_public.json`,{method:"post",body:we})})}function Oe(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/choose_course.json`,{method:"get",params:we})})}function ke(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/send_to_course.json`,{method:"post",body:we})})}function $e(we){return u(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${we.id}/send_to_course.json`,{method:"post",body:we})})}function Ne(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/add_subject_members.json`,{method:"post",body:we})})}function Ft(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/spoc_courses.json`,{method:"post",body:we})})}function wt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/appointment.json`,{method:"post",body:we})})}function Pt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.id}/join_excellent_course.json`,{method:"post",body:we})})}function Jt(we){return u(this,null,function*(){return(0,r.ZP)("/api/watch_attachment_histories.json",{method:"post",body:we})})}function er(we){return u(this,null,function*(){return Fetch(`/api/paths/${we.id}/statistics_info.json`,{method:"get",params:we})})}function tr(we){return u(this,null,function*(){return Fetch(`/api/paths/${we.id}/shixun_analyze.json`,{method:"get",params:we})})}function Xe(we){return u(this,null,function*(){return Fetch(`/api/paths/${we.id}/learning_analyze.json`,{method:"get",params:we})})}function It(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/learning_statistics.json`,{method:"get",params:we})})}function Zt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/shixun_statistics.json`,{method:"get",params:we})})}function ot(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/study_analyze/${we.type}.json`,{method:"get",params:we})})}function bt(we){return u(this,null,function*(){return Fetch("/api/paths/append_to_stage.json",{method:"post",body:we})})}function mt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${we.id}.json`,{method:"put",body:we})})}function et(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${we.id}/add_shixun_to_stage.json`,{method:"post",body:we})})}const He=we=>u(void 0,null,function*(){return(0,r.ZP)(`/api/stages/${we==null?void 0:we.stage_id}/select_challenge_to_stage.json`,{method:"post",body:we})});function _e(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${we.id}/select_shixun_to_stage.json`,{method:"post",body:we})})}function Se(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${we.id}/add_video_to_stage.json`,{method:"post",body:we})})}function Me(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${we.id}/add_attachment_to_stage.json`,{method:"post",body:we})})}function Ue(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stage_shixuns/${we.id}.json`,{method:"put",body:we})})}function We(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${we.id}/add_blank_to_stage.json`,{method:"post",body:we})})}function it(we){return u(this,null,function*(){return(0,r.ZP)("/api/stages.json",{method:"post",body:we})})}function ct(we){return u(this,null,function*(){return Fetch("/api/paths/add_shixun_to_stage.json",{method:"post",body:we})})}function Gt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${we.id}/up_position.json`,{method:"get"})})}function $t(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${we.id}/down_position.json`,{method:"get"})})}function Pe(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${we.id}.json`,{method:"delete"})})}function Qe(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.pathId}/discusses.json`,{method:"get",params:h({},we)})})}function Kt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/excellent_discusses.json`,{method:"get",params:h({},we)})})}function Lt(we){return u(this,null,function*(){return Fetch("/api/discusses.json",{method:"post",body:h({},we)})})}function Ht(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${we.stage_id}/items/move_position`,{method:"post",body:h({},we)})})}function Nt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${we.stage_id}/items/${we.id}`,{method:"delete"})})}function Ct(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.id}/excellent_discuss`,{method:"post",body:h({},we)})})}function Yt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/post_discuss`,{method:"post",body:h({},we)})})}function Ge(we){return u(this,null,function*(){return(0,r.ZP)("/api/schools/for_option.json",{method:"get",params:we})})}function fe(we){return u(this,null,function*(){return(0,r.ZP)("/api/schools/province_data.json",{method:"get",params:we})})}function pe(we){return u(this,null,function*(){return(0,r.ZP)("/api/add_school_applies.json",{method:"post",body:we})})}function Dt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${we==null?void 0:we.id}/add_homework_to_stage.json`,{method:"post",body:we})})}function Te(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stage_shixuns/${we==null?void 0:we.id}/edit.json`,{method:"get",params:we})})}function ht(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stage_shixuns/${we==null?void 0:we.id}.json`,{method:"put",body:we})})}function Wt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${we==null?void 0:we.user_id}/subjects/subject_homework.json`,{method:"get",params:we})})}function St(we){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${we==null?void 0:we.user_id}/courses/course_homework.json`,{method:"get",params:we})})}function Re(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${we==null?void 0:we.id}/batch_add_homework_to_stage.json`,{method:"post",body:we})})}function _t(we){return u(this,null,function*(){return(0,r.ZP)("/api/paths/get_homework_detail.json",{method:"get",params:we})})}function ze(we){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${we==null?void 0:we.user_login}/subjects/cancel.json`,{method:"get",params:we})})}},7299:function(d,_,e){"use strict";e.d(_,{Fd:function(){return oe},Hi:function(){return y},IU:function(){return X},KE:function(){return b},Kc:function(){return q},MK:function(){return G},Q9:function(){return O},Qg:function(){return U},Qn:function(){return k},UK:function(){return p},W:function(){return Z},Ye:function(){return B},_c:function(){return a},hO:function(){return ue},iV:function(){return le},jy:function(){return V},kp:function(){return ie},lf:function(){return A},m7:function(){return m},n$:function(){return R},rJ:function(){return M},s3:function(){return x},ux:function(){return S},vf:function(){return K},wh:function(){return ae},wo:function(){return ee},x$:function(){return J}});var r=e(38986),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(j,se,me)=>se in j?i(j,se,{enumerable:!0,configurable:!0,writable:!0,value:me}):j[se]=me,h=(j,se)=>{for(var me in se||(se={}))c.call(se,me)&&o(j,me,se[me]);if(l)for(var me of l(se))f.call(se,me)&&o(j,me,se[me]);return j},u=(j,se,me)=>new Promise((Oe,ke)=>{var $e=wt=>{try{Ft(me.next(wt))}catch(Pt){ke(Pt)}},Ne=wt=>{try{Ft(me.throw(wt))}catch(Pt){ke(Pt)}},Ft=wt=>wt.done?Oe(wt.value):Promise.resolve(wt.value).then($e,Ne);Ft((me=me.apply(j,se)).next())});const a=j=>u(void 0,null,function*(){return(0,r.ZP)(`/api/poll_questions/${j==null?void 0:j.id}/commit_word_cloud.json`,{method:"Get",params:j})});function x(j){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${j.categoryId}/poll_lists.json`,{method:"get",params:h({},j)})})}function p(j){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${j.categoryId}/common_header.json`,{method:"get"})})}function y(j){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${j.categoryId}/poll_setting.json`,{method:"get"})})}function m(j){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${j.categoryId}/commit_setting.json`,{method:"post",body:h({},j)})})}function b(j){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${j.coursesId}/polls/end_poll_modal.json`,{method:"get",params:h({},j)})})}function S(j){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${j.categoryId}/publish_groups.json`,{method:"get",params:h({},j)})})}function k(j){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${j.categoryId}/commit_result.json`,{method:"get",params:h({},j)})})}function R(j){return u(this,null,function*(){return(0,r.ZP)("/api/question_banks/bank_list.json",{method:"get",params:h({},j)})})}function A(j){return u(this,null,function*(){return(0,r.ZP)("/api/question_banks/save_banks.json",{method:"POST",body:h({},j)})})}function O(j){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${j.coursesId}/polls/publish_modal.json`,{method:"get",params:h({},j)})})}function M(j){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${j.coursesId}/polls.json`,{method:"POST",body:h({},j)})})}function B(j){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${j.categoryId}/edit.json`,{method:"get"})})}function U(j){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${j.pollsId}.json`,{method:"put",body:h({},j)})})}function X(j){return u(this,null,function*(){return(0,r.ZP)(`/api/poll_questions/${j.pollsId}.json`,{method:"put",body:h({},j)})})}function G(j){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${j.pollsId}/poll_questions.json`,{method:"post",body:h({},j)})})}function V(j){return u(this,null,function*(){return(0,r.ZP)(`/api/poll_questions/${j.pollsId}.json`,{method:"delete",body:h({},j)})})}function ae(j){return u(this,null,function*(){return(0,r.ZP)(`/api/poll_questions/${j.pollsId}/up_down.json`,{method:"post",body:h({},j)})})}function ie(j){return u(this,null,function*(){return(0,r.ZP)(`/api/exercise_banks/${j.topicId}.json`,{method:"get"})})}function ue(j){return u(this,null,function*(){return(0,r.ZP)(`/api/exercise_banks/${j.topicId}.json`,{method:"put",body:h({},j)})})}function Q(j){return u(this,null,function*(){return Fetch(`/api/exercise_banks/${j.topicId}.json`,{method:"put",body:h({},j)})})}function J(j){return u(this,null,function*(){return(0,r.ZP)(`/api/exercise_bank_questions/${j.pollsId}.json`,{method:"delete",body:h({},j)})})}function K(j){return u(this,null,function*(){return(0,r.ZP)(`/api/poll_questions/${j.pollsId}/up_down.json`,{method:"post",body:h({},j)})})}function oe(j){return u(this,null,function*(){return(0,r.ZP)("/api/poll_bank_questions.json",{method:"post",body:h({},j)})})}function ee(j){return u(this,null,function*(){return(0,r.ZP)(`/api/poll_bank_questions/${j.pollsId}.json`,{method:"put",body:h({},j)})})}function q(j){return u(this,null,function*(){return(0,r.ZP)(`/api/exercise_bank_questions/${j.id}.json`,{method:"put",body:h({},j)})})}function le(j){return u(this,null,function*(){return(0,r.ZP)("/api/exercise_bank_questions.json",{method:"post",body:h({},j)})})}function Z(j){return u(this,null,function*(){return(0,r.ZP)(`/api/exercise_bank_questions/${j.exerciseId}/up_down.json`,{method:"post",body:h({},j)})})}},46722:function(d,_,e){"use strict";e.d(_,{$c:function(){return it},A1:function(){return Ue},Bd:function(){return O},Bo:function(){return Q},Cc:function(){return oe},Cn:function(){return le},DF:function(){return R},Dm:function(){return Xe},FG:function(){return ue},GW:function(){return It},HF:function(){return G},Hm:function(){return j},IJ:function(){return Me},L5:function(){return tr},LS:function(){return ot},MZ:function(){return _e},Mr:function(){return ie},NZ:function(){return Ft},Of:function(){return S},Pl:function(){return k},Qj:function(){return m},Qp:function(){return mt},RT:function(){return Pe},Rp:function(){return bt},U6:function(){return V},Vl:function(){return ee},Wk:function(){return ae},YP:function(){return Z},Ys:function(){return B},al:function(){return M},bF:function(){return ct},d1:function(){return y},dt:function(){return Gt},et:function(){return me},ex:function(){return b},fY:function(){return Oe},fn:function(){return A},hI:function(){return wt},hg:function(){return He},iT:function(){return J},lS:function(){return Ne},nD:function(){return Zt},qN:function(){return se},rV:function(){return U},s:function(){return $e},sD:function(){return Se},sS:function(){return er},ts:function(){return K},vi:function(){return We},wX:function(){return et},x5:function(){return X},zh:function(){return ke}});var r=e(38986),i=Object.defineProperty,l=Object.defineProperties,c=Object.getOwnPropertyDescriptors,f=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable,u=(Qe,Kt,Lt)=>Kt in Qe?i(Qe,Kt,{enumerable:!0,configurable:!0,writable:!0,value:Lt}):Qe[Kt]=Lt,a=(Qe,Kt)=>{for(var Lt in Kt||(Kt={}))o.call(Kt,Lt)&&u(Qe,Lt,Kt[Lt]);if(f)for(var Lt of f(Kt))h.call(Kt,Lt)&&u(Qe,Lt,Kt[Lt]);return Qe},x=(Qe,Kt)=>l(Qe,c(Kt)),p=(Qe,Kt,Lt)=>new Promise((Ht,Nt)=>{var Ct=fe=>{try{Ge(Lt.next(fe))}catch(pe){Nt(pe)}},Yt=fe=>{try{Ge(Lt.throw(fe))}catch(pe){Nt(pe)}},Ge=fe=>fe.done?Ht(fe.value):Promise.resolve(fe.value).then(Ct,Yt);Ge((Lt=Lt.apply(Qe,Kt)).next())});function y(Qe){return p(this,null,function*(){return(0,r.ZP)("/api/disciplines.json",{method:"get",params:x(a({},Qe),{clazz:"ItemBanksGroup"})})})}function m(Qe){return p(this,null,function*(){return(0,r.ZP)("/api/item_baskets/basket_list.json",{method:"get",params:Qe})})}function b(Qe){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks_groups/for_problemset.json",{method:"post",body:Qe})})}function S(Qe){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks/list.json",{method:"post",body:Qe})})}function k(Qe){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${Qe.id}/set_private.json`,{method:"post"})})}function R(Qe){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${Qe.id}/set_public.json`,{method:"post"})})}function A(Qe){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${Qe.id}.json`,{method:"delete"})})}function O(Qe){return p(this,null,function*(){return(0,r.ZP)(`/api/problems/${Qe.id}/start.json`,{method:"get"})})}function M(Qe){return p(this,null,function*(){return(0,r.ZP)(`/api/item_baskets/${Qe.id}.json`,{method:"delete",body:a({},Qe)})})}function B(Qe){return p(this,null,function*(){return(0,r.ZP)("/api/item_baskets.json",{method:"post",body:Qe})})}function U(Qe){return p(this,null,function*(){return(0,r.ZP)("/api/examination_banks/cancel_items.json",{method:"post",body:Qe})})}function X(Qe){return p(this,null,function*(){return(0,r.ZP)("/api/item_baskets/delete_item_type.json",{method:"delete",body:{item_type:Qe.type}})})}function G(Qe){return p(this,null,function*(){return(0,r.ZP)("/api/examination_banks/cancel_items.json",{method:"post",body:Qe})})}function V(Qe){return p(this,null,function*(){return(0,r.ZP)("/api/tag_disciplines.json",{method:"post",body:Qe})})}function ae(Qe){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${Qe.id}.json`,{method:"put",body:Qe})})}function ie(Qe){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks.json",{method:"post",body:Qe})})}function ue(Qe){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${Qe.id}/edit.json`,{method:"get"})})}function Q(Qe){return p(this,null,function*(){return(0,r.ZP)(`/api/problems/${Qe.id}/edit.json`,{method:"get"})})}function J(Qe){return p(this,null,function*(){return(0,r.ZP)("/api/item_baskets.json",{method:"get",params:Qe})})}function K(Qe){return p(this,null,function*(){return(0,r.ZP)(`/api/item_baskets/${Qe.id}/set_score.json`,{method:"post",body:Qe})})}function oe(Qe){return p(this,null,function*(){return(0,r.ZP)(`/api/item_baskets/${Qe.id}/set_challenge_score.json`,{method:"post",body:Qe})})}function ee(Qe){return p(this,null,function*(){return(0,r.ZP)(`/api/item_baskets/${Qe.id}/combination_set_score.json`,{method:"post",body:Qe})})}function q(Qe){return p(this,null,function*(){return Fetch(`/api/examination_banks//${Qe.exerid}/examination_banks_item_banks/${Qe.id}/combination_set_score.json`,{method:"post",body:Qe})})}function le(Qe){return p(this,null,function*(){return(0,r.ZP)(`/api/item_baskets/${Qe.id}.json`,{method:"delete"})})}function Z(Qe){return p(this,null,function*(){return(0,r.ZP)("/api/item_baskets/batch_set_score.json",{method:"post",body:Qe})})}function j(Qe){return p(this,null,function*(){return(0,r.ZP)("/api/item_baskets/delete_item_type.json",{method:"delete",body:Qe})})}function se(Qe){return p(this,null,function*(){return(0,r.ZP)(`/api/item_baskets/${Qe.id}/adjust_position.json`,{method:"post",body:Qe})})}function me(Qe){return p(this,null,function*(){return(0,r.ZP)("/api/examination_banks.json",{method:"post",body:Qe})})}function Oe(Qe){return p(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Qe.id}/revoke_item.json`,{method:"delete",body:Qe})})}function ke(Qe){return p(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Qe.exam_id}/examination_banks_item_banks.json`,{method:"post",body:Qe})})}function $e(Qe){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${Qe.id}/join_to_collection.json`,{method:"post",params:Qe})})}function Ne(Qe){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${Qe.id}/cancel_collection.json`,{method:"post",params:Qe})})}function Ft(Qe){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks_groups.json",{method:"get",params:Qe})})}function wt(Qe){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks_groups/mine.json",{method:"get",params:Qe})})}function Pt(Qe){return p(this,null,function*(){return Fetch(`/api/item_banks/${Qe.id}/join_to_group.json`,{method:"post",body:Qe})})}function Jt(Qe){return p(this,null,function*(){return Fetch(`/api/item_banks_groups/${Qe.id}.json`,{method:"put",body:Qe})})}function er(Qe){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks_groups.json",{method:"post",body:Qe})})}function tr(Qe){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${Qe.id}/feedback.json`,{method:"post",body:Qe})})}function Xe(Qe){return p(this,null,function*(){return(0,r.ZP)("/api/teach_group_shares.json",{method:"get",params:Qe})})}function It(Qe){return p(this,null,function*(){return(0,r.ZP)("/api/teach_group_shares.json",{method:"post",body:Qe})})}function Zt(Qe){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks/batch_delete.json",{method:"post",body:Qe})})}function ot(Qe){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks/batch_to_group.json",{method:"post",body:Qe})})}function bt(Qe){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks/add_to_mine.json",{method:"post",body:Qe})})}function mt(Qe){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks/set_batch_public.json",{method:"post",body:Qe})})}function et(Qe){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${Qe==null?void 0:Qe.id}/set_public.json`,{method:"post",body:Qe})})}function He(Qe){return p(this,null,function*(){return(0,r.ZP)("/api/teach_group_shares/show_groups.json",{method:"get",params:Qe})})}function _e(Qe){return(0,r.ZP)(`/api/problems/${Qe.identifier}/publish.json`,{method:"post",body:Qe})}function Se(Qe){return(0,r.ZP)(`/api/problems/${Qe.identifier}/cancel_publish.json`,{method:"post",body:Qe})}function Me(Qe){return(0,r.ZP)("/api/item_banks/cancel_public.json",{method:"post",body:{ids:[...Qe.id]}})}function Ue(Qe){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks_groups/${Qe.id}/up_position.json`,{method:"get",params:Qe})})}function We(Qe){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks_groups/${Qe.id}/down_position.json`,{method:"get",params:Qe})})}function it(Qe){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Qe.id}/edit_hack.json`,{method:"get",params:Qe})})}function ct(Qe){return p(this,null,function*(){return(0,r.ZP)("/api/problems/batch_publish_condition.json",{method:"post",body:Qe})})}function Gt(Qe){return p(this,null,function*(){return(0,r.ZP)("/api/problems/batch_publish.json",{method:"post",body:Qe})})}function $t(Qe){return p(this,null,function*(){return Fetch("/api/item_banks/get_groups.json",{method:"get",params:Qe})})}function Pe(){return p(this,null,function*(){return(0,r.ZP)("/api/item_baskets/delete_all_items.json",{method:"delete"})})}},506:function(d,_,e){"use strict";e.d(_,{E1:function(){return f},Go:function(){return l},H5:function(){return c}});var r=e(38986),i=(o,h,u)=>new Promise((a,x)=>{var p=b=>{try{m(u.next(b))}catch(S){x(S)}},y=b=>{try{m(u.throw(b))}catch(S){x(S)}},m=b=>b.done?a(b.value):Promise.resolve(b.value).then(p,y);m((u=u.apply(o,h)).next())});function l(o){return i(this,null,function*(){return(0,r.ZP)("/api/restfuls.json",{method:"get",params:o})})}function c(o){return i(this,null,function*(){return(0,r.ZP)(`/api/restfuls/${o.id}.json`,{method:"get",params:o})})}function f(o){return i(this,null,function*(){return(0,r.ZP)(`/api/restfuls/${o.id}.json`,{method:"delete",params:o})})}},1247:function(d,_,e){"use strict";e.d(_,{Am:function(){return m},Ar:function(){return Xe},BD:function(){return We},Be:function(){return et},Dx:function(){return ee},Fr:function(){return pe},G$:function(){return k},GS:function(){return V},Gw:function(){return S},H:function(){return er},H1:function(){return tr},Hj:function(){return ct},JA:function(){return $t},JG:function(){return oe},KE:function(){return Z},Lz:function(){return Me},Mf:function(){return Jt},NA:function(){return wt},PC:function(){return Ne},PP:function(){return Ft},PW:function(){return ot},Q3:function(){return q},QC:function(){return Pe},Qt:function(){return Ue},Qz:function(){return O},R$:function(){return Ge},RP:function(){return ue},Ti:function(){return St},Uc:function(){return Ht},Ul:function(){return J},VB:function(){return ht},Vs:function(){return Nt},Wr:function(){return R},Xn:function(){return Q},YQ:function(){return Pt},Yn:function(){return b},Z8:function(){return X},ak:function(){return Zt},cN:function(){return B},co:function(){return He},cz:function(){return ke},fK:function(){return G},gG:function(){return $e},gZ:function(){return Lt},h$:function(){return U},ku:function(){return Se},lf:function(){return se},m7:function(){return K},mQ:function(){return M},mz:function(){return mt},n$:function(){return j},oK:function(){return y},oN:function(){return Wt},pH:function(){return it},pb:function(){return Te},qP:function(){return Qe},ql:function(){return Kt},rN:function(){return _e},sw:function(){return me},t1:function(){return Oe},to:function(){return ie},ub:function(){return Gt},ux:function(){return le},wS:function(){return Dt},wT:function(){return A},yT:function(){return It},yy:function(){return Ct},z2:function(){return bt}});var r=e(38986),i=Object.defineProperty,l=Object.defineProperties,c=Object.getOwnPropertyDescriptors,f=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable,u=(Re,_t,ze)=>_t in Re?i(Re,_t,{enumerable:!0,configurable:!0,writable:!0,value:ze}):Re[_t]=ze,a=(Re,_t)=>{for(var ze in _t||(_t={}))o.call(_t,ze)&&u(Re,ze,_t[ze]);if(f)for(var ze of f(_t))h.call(_t,ze)&&u(Re,ze,_t[ze]);return Re},x=(Re,_t)=>l(Re,c(_t)),p=(Re,_t,ze)=>new Promise((we,gt)=>{var kt=At=>{try{Ir(ze.next(At))}catch(Vr){gt(Vr)}},Fe=At=>{try{Ir(ze.throw(At))}catch(Vr){gt(Vr)}},Ir=At=>At.done?we(At.value):Promise.resolve(At.value).then(kt,Fe);Ir((ze=ze.apply(Re,_t)).next())});const y=Re=>p(void 0,null,function*(){return(0,r.ZP)(`/api/student_works/${Re.id}/update_journals.json`,{method:"post",body:Re})}),m=Re=>p(void 0,null,function*(){return(0,r.ZP)(`/api/student_works/${Re==null?void 0:Re.homeworkId}/change_score.json`,{method:"post",body:Re})}),b=Re=>p(void 0,null,function*(){return(0,r.ZP)(`/api/student_works/${Re==null?void 0:Re.homeworkId}/history_comment`,{method:"Get",params:Re})}),S=Re=>p(void 0,null,function*(){return(0,r.ZP)(`/api/student_works/${Re==null?void 0:Re.homeworkId}/feedback_know`,{method:"Get",params:Re})}),k=Re=>p(void 0,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Re==null?void 0:Re.userId}/student_work_feedbacks.json`,{method:"POST",body:Re})}),R=Re=>p(void 0,null,function*(){return(0,r.ZP)(`/api/student_works/${Re==null?void 0:Re.userId}/feedback_list.json`,{method:"Get",params:Re})}),A=Re=>p(void 0,null,function*(){return(0,r.ZP)(`/api/student_works/${Re==null?void 0:Re.userId}/histories.json`,{method:"Get",params:Re})}),O=Re=>p(void 0,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Re==null?void 0:Re.homeworkId}/feedback_list`,{method:"Get",params:Re})}),M=Re=>p(void 0,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Re==null?void 0:Re.homeworkId}/anonymous_exception_list.json`,{method:"Get",params:Re})}),B=Re=>p(void 0,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Re==null?void 0:Re.homeworkId}/appeal_list`,{method:"Get",params:Re})});function U(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Re.categoryId}/works_list.json`,{method:"post",body:a({},Re)})})}function X(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/shixun_homeworks/${Re.categoryId}/student_works.json`,{method:"get",params:a({},Re)})})}function G(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/shixun_homeworks/${Re.categoryId}/header_info.json`,{method:"get",params:a({},Re)})})}function V(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Re}/query_game_url.json`,{method:"get"})})}function ae(Re){return p(this,null,function*(){return Fetch(`/api/student_works/${Re}/get_newest_shixun_work_comments.json`,{method:"get"})})}function ie(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Re.categoryId}.json`,{method:"get"})})}function ue(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Re.categoryId}/code_review_results.json`,{method:"get",params:a({},Re)})})}function Q(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Re.categoryId}/code_review_detail.json`,{method:"get",params:a({},Re)})})}function J(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Re.categoryId}/settings.json`,{method:"get",params:a({},Re)})})}function K(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Re.categoryId}/update_settings.json`,{method:"post",body:a({},Re)})})}function oe(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Re.categoryId}/group_list.json`,{method:"get",params:a({},Re)})})}function ee(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Re.categoryId}/works_list.xlsx`,{method:"get",params:a({},Re)})})}function q(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Re.coursesId}/reference_answer.json`,{method:"get",params:a({},Re)})})}function le(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Re.categoryId}/publish_groups.json`,{method:"get",params:a({},Re)})})}function Z(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Re.categoryId}/end_groups.json`,{method:"get",params:a({},Re)})})}function j(Re){return p(this,null,function*(){return(0,r.ZP)("/api/question_banks/bank_list.json",{method:"get",params:a({},Re)})})}function se(Re){return p(this,null,function*(){return(0,r.ZP)("/api/question_banks/save_banks.json",{method:"post",body:a({},Re)})})}function me(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Re.homeworkId}/shixun_work_report.json`,{method:"get",params:Re})})}function Oe(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Re.homeworkId}/shixun_work_report_echart_data.json`,{method:"get",params:Re})})}function ke(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Re.coursesId}/homework_commons/user_hack_detail.json`,{method:"get",params:x(a({},Re),{id:Re.categoryId})})})}function $e(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Re.categoryId}/adjust_review_score.json`,{method:"post",body:a({},Re)})})}function Ne(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Re.categoryId}/show_comment.json`,{method:"get",params:a({},Re)})})}function Ft(Re){return p(this,null,function*(){return(0,r.ZP)("/api/users/reply_message.json",{method:"post",body:a({},Re)})})}function wt(Re){return p(this,null,function*(){return(0,r.ZP)("/api/praise_tread/like.json",{method:"post",body:a({},Re)})})}function Pt(Re){return p(this,null,function*(){return(0,r.ZP)("/api/praise_tread/unlike.json",{method:"delete",body:a({},Re)})})}function Jt(Re){return p(this,null,function*(){return(0,r.ZP)("/api/commons/delete.json",{method:"delete",body:a({},Re)})})}function er(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Re.categoryId}/update_explanation.json`,{method:"post",body:a({},Re)})})}function tr(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Re.coursesId}/homework_commons.json`,{method:"post",body:a({},Re)})})}function Xe(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Re.categoryId}.json`,{method:"put",body:a({},Re)})})}function It(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_banks/${Re.id}.json`,{method:"put",body:a({},Re)})})}function Zt(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Re.commonHomeworkId}/student_works/new.json`,{method:"get",params:a({},Re)})})}function ot(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Re.homeworkId}/edit.json`,{method:"get",params:a({},Re)})})}function bt(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Re.homeworkId}.json`,{method:"put",body:a({},Re)})})}function mt(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Re.homeworkId}/revise_attachment.json`,{method:"post",body:a({},Re)})})}function et(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Re.commonHomeworkId}/student_works.json`,{method:"post",body:a({},Re)})})}function He(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Re.homeworkId}/student_works/relate_project.json`,{method:"post",body:a({},Re)})})}function _e(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Re.homeworkId}/student_works/cancel_relate_project.json`,{method:"get"})})}function Se(Re){return p(this,null,function*(){return(0,r.ZP)("/api/users/projects/search.json",{method:"get",params:a({},Re)})})}function Me(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Re.commonHomeworkId}/student_works/search_member_list.json`,{method:"get",params:a({},Re)})})}function Ue(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Re.coursesId}/homework_commons/new.json`,{method:"get",params:a({},Re)})})}function We(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Re.categoryId}/edit.json`,{method:"get",params:a({},Re)})})}function it(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_banks/${Re.id}.json`,{method:"get",params:a({},Re)})})}function ct(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Re.userId}.json`,{method:"get",params:a({},Re)})})}function Gt(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Re.userId}/supply_attachments.json`,{method:"get",params:a({},Re)})})}function $t(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Re.userId}/comment_list.json`,{method:"get",params:a({},Re)})})}function Pe(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Re.userId}/destroy_score.json`,{method:"delete",body:a({},Re)})})}function Qe(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Re.userId}/add_score_reply.json`,{method:"post",body:a({},Re)})})}function Kt(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Re.categoryId}/all_student_works.json`,{method:"get",params:a({},Re)})})}function Lt(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Re.homeworkId}/destroy_work_comment.json`,{method:"delete",body:a({},Re)})})}function Ht(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Re.categoryId}/score_status.json`,{method:"get",params:a({},Re)})})}function Nt(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Re.categoryId}/update_score.json`,{method:"get",params:a({},Re)})})}function Ct(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Re.userId}/add_score.json`,{method:"post",body:a({},Re)})})}function Yt(Re){return p(this,null,function*(){return Fetch(`/api/student_works/${Re.userId}/cancel_appeal.json`,{method:"post",body:a({},Re)})})}function Ge(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Re.userId}/appeal_anonymous_score.json`,{method:"post",body:a({},Re)})})}function fe(Re){return p(this,null,function*(){return Fetch(`/api/student_works/${Re.userId}/deal_appeal_score.json`,{method:"post",body:a({},Re)})})}function pe(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/myshixuns/${Re.id}/reset_my_game.json`,{method:"get",params:a({},Re)})})}function Dt(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Re.homeworkId}/commit_des.json`,{method:"get",params:a({},Re)})})}function Te(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Re.homeworkId}/update_des.json`,{method:"post",body:a({},Re)})})}function ht(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Re.coursesId}/homework_commons/file_repeat_list.json`,{method:"get",params:a({},Re)})})}function Wt(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Re.coursesId}/homework_commons/file_repeat_result.json`,{method:"get",params:a({},Re)})})}function St(Re){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Re.course_id}/homework_commons/file_repeat_detail.json`,{method:"get",params:a({},Re)})})}},75736:function(d,_,e){"use strict";e.d(_,{$Q:function(){return Lr},AE:function(){return Nt},AQ:function(){return M},Ag:function(){return _t},Ar:function(){return le},At:function(){return Dr},BK:function(){return X},Bj:function(){return Zt},DC:function(){return Xe},Dz:function(){return ft},E4:function(){return tr},EH:function(){return se},Ee:function(){return en},Er:function(){return ee},FB:function(){return U},Fg:function(){return S},GI:function(){return ke},Gr:function(){return mt},Gu:function(){return Oe},Gz:function(){return b},HS:function(){return yt},HX:function(){return mi},Hl:function(){return y},IG:function(){return qi},IT:function(){return St},I_:function(){return A},Ir:function(){return G},Je:function(){return Fe},K:function(){return zt},K0:function(){return Nr},KM:function(){return Q},K_:function(){return Ur},LK:function(){return Ir},LP:function(){return $e},Mc:function(){return ei},Ne:function(){return oe},OV:function(){return Ft},OW:function(){return j},Op:function(){return Er},P2:function(){return Pt},Po:function(){return O},Ps:function(){return et},Q:function(){return K},Q1:function(){return nr},QA:function(){return pi},Ql:function(){return _e},Rs:function(){return Pe},SG:function(){return Ji},Tn:function(){return Yt},Tr:function(){return ni},U0:function(){return We},U9:function(){return He},UQ:function(){return Te},Ui:function(){return _r},Vx:function(){return nt},WO:function(){return q},WT:function(){return na},Wi:function(){return ot},Wl:function(){return ze},X$:function(){return Jt},Yn:function(){return fe},Z2:function(){return It},ZO:function(){return bt},Zt:function(){return Et},Zz:function(){return xi},_7:function(){return J},_9:function(){return pe},aH:function(){return Se},al:function(){return Gt},b8:function(){return Z},bq:function(){return Ge},dK:function(){return V},e:function(){return k},eX:function(){return me},eb:function(){return Qe},fL:function(){return kt},h4:function(){return yr},hS:function(){return m},he:function(){return R},hn:function(){return ie},i5:function(){return zn},ii:function(){return $t},im:function(){return Dt},j8:function(){return Ne},jq:function(){return Qr},kF:function(){return Vr},kf:function(){return Xi},km:function(){return ct},l3:function(){return wt},m7:function(){return Ue},mI:function(){return bi},n5:function(){return B},nu:function(){return At},p0:function(){return Wt},q0:function(){return Ht},q9:function(){return cr},qA:function(){return fn},rO:function(){return Lt},rs:function(){return ue},sr:function(){return ht},t2:function(){return Re},tX:function(){return In},uo:function(){return it},v3:function(){return gt},w:function(){return we},xK:function(){return Ct},xg:function(){return Kt},xk:function(){return er},yE:function(){return Me},yx:function(){return Oi},zD:function(){return ae},zH:function(){return sn}});var r=e(38986),i=Object.defineProperty,l=Object.defineProperties,c=Object.getOwnPropertyDescriptors,f=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable,u=(lt,_n,Qt)=>_n in lt?i(lt,_n,{enumerable:!0,configurable:!0,writable:!0,value:Qt}):lt[_n]=Qt,a=(lt,_n)=>{for(var Qt in _n||(_n={}))o.call(_n,Qt)&&u(lt,Qt,_n[Qt]);if(f)for(var Qt of f(_n))h.call(_n,Qt)&&u(lt,Qt,_n[Qt]);return lt},x=(lt,_n)=>l(lt,c(_n)),p=(lt,_n,Qt)=>new Promise((vt,tt)=>{var Ot=fr=>{try{ur(Qt.next(fr))}catch(Cr){tt(Cr)}},pt=fr=>{try{ur(Qt.throw(fr))}catch(Cr){tt(Cr)}},ur=fr=>fr.done?vt(fr.value):Promise.resolve(fr.value).then(Ot,pt);ur((Qt=Qt.apply(lt,_n)).next())});const y=lt=>p(void 0,null,function*(){return(0,r.ZP)("/api/shixun_statistics/statistics_header.json",{method:"Get",params:lt})}),m=lt=>p(void 0,null,function*(){return(0,r.ZP)("/api/shixun_statistics/online_count.json",{method:"Get",params:lt})}),b=lt=>p(void 0,null,function*(){return(0,r.ZP)("/api/shixun_statistics/statistics_body.json",{method:"Get",params:lt})}),S=lt=>p(void 0,null,function*(){return(0,r.ZP)("/api/shixun_statistics/rank_list.json",{method:"Get",params:lt})}),k=lt=>p(void 0,null,function*(){return(0,r.ZP)("/api/shixun_statistics/shixun_use_infos.json",{method:"Get",params:lt})});function R(lt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns.json",{method:"Get",params:a({},lt)})})}function A(lt){return p(this,null,function*(){return(0,r.ZP)("/api/disciplines.json",{method:"Get",params:a({source:"shixun"},lt||{})})})}function O(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}.json`,{method:"Get",params:lt})})}function M(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/show_right.json`,{method:"Get"})})}function B(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/challenges.json`,{method:"Get"})})}function U(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/save_copy_for_exercise.json`,{method:"post",body:{save_type:lt.save_type}})})}function X(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/jupyter_exec.json${lt.reset?`?reset=${lt.reset}`:""}`,{method:"Get",params:lt})})}function G(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/shixun_exec.json${lt.reset?`?reset=${lt.reset}`:""}`,{method:"Get",params:lt})})}function V(lt){return p(this,null,function*(){return(0,r.ZP)(lt.url,{method:"Get"})})}function ae(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.shixun_identifier}/challenges/${lt.challenge_id}/index_up.json`,{method:"Get"})})}function ie(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.shixun_identifier}/challenges/${lt.challenge_id}/index_down.json`,{method:"Get"})})}function ue(lt){return p(this,null,function*(){return(0,r.ZP)("/api/collections/cancel.json",{method:"Delete",body:{container_id:lt.container_id,container_type:lt.container_type}})})}function Q(lt){return p(this,null,function*(){return(0,r.ZP)("/api/collections.json",{method:"Post",body:{container_id:lt.container_id,container_type:lt.container_type}})})}function J(lt){return p(this,null,function*(){const{id:_n}=lt||{};return(0,r.ZP)(`/api/shixuns/${_n}/search_user_courses.json`,{method:"Get",params:lt})})}function K(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt==null?void 0:lt.id}/send_to_course.json`,{method:"Post",body:a({},lt)})})}function oe(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/cancel_publish.json`,{method:"Get"})})}function ee(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/cancel_apply_public.json`,{method:"Get"})})}function q(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/apply_public.json`,{method:"post",body:a({},lt)})})}function le(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/publish.json`,{method:"Get"})})}function Z(lt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/jupyter_new.json",{method:"Get"})})}function j(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/attachments/${lt.id}.json`,{method:"delete"})})}function se(lt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/apply_shixun_mirror.json",{method:"post",body:lt})})}function me(lt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns.json",{method:"post",body:lt})})}function Oe(lt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/jupyter_lab_new.json",{method:"get",params:lt})})}function ke(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/review_newest_record.json`,{method:"Get"})})}function $e(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/review_shixun.json`,{method:"post",body:lt})})}function Ne(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/collaborators.json`,{method:"Get",params:lt})})}function Ft(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/shixun_members_added.json`,{method:"post",body:lt})})}function wt(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.identifier}/add_members_group.json`,{method:"post",body:lt})})}function Pt(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/change_manager.json`,{method:"Get",params:lt})})}function Jt(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/change_manager.json`,{method:"post",body:lt})})}function er(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/collaborators_delete.json`,{method:"delete",body:{user_id:lt.userId}})})}function tr(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/ranking_list.json`,{method:"Get"})})}function Xe(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/settings.json`,{method:"Get"})})}function It(lt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/get_mirror_script.json",{method:"Get",params:{mirror_id:lt.mirror_id}})})}function Zt(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/get_script_contents.json`,{method:"Get",params:lt})})}function ot(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/get_custom_script.json`,{method:"Get",params:lt})})}function bt(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/update_for_jupyter.json`,{method:"put",body:lt})})}function mt(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/shixun_quotes.json`,{method:"Get"})})}function et(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}.json`,{method:"delete"})})}function He(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/close.json`,{method:"post",body:lt})})}function _e(lt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/departments.json",{method:"Get",params:lt})})}function Se(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/update_permission_setting.json`,{method:"post",body:lt})})}function Me(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/update_learn_setting.json`,{method:"post",body:lt})})}function Ue(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/update_setting`,{method:"post",body:lt})})}function We(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/get_data_sets.json`,{method:"Get",params:lt})})}function it(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/destroy_data_sets.json`,{method:"Delete",body:{id:lt.deleteId}})})}function ct(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/challenges/new.json`,{method:"get"})})}function Gt(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.identifier}/challenges.json`,{method:"post",body:a({},lt)})})}function $t(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/challenges/${lt.challengeId}/edit.json`,{method:"get",params:{tab:lt.tab}})})}function Pe(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/challenges/${lt.challengesId}.json`,{method:"put",body:a({},lt)})})}function Qe(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/challenges/${lt.challengesId}/choose_questions.json`,{method:"get"})})}function Kt(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/challenges/move_position.json`,{method:"post",body:a({},lt)})})}function Lt(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/challenges/${lt.challengesId}.json`,{method:"delete",body:a({},lt)})})}function Ht(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/challenges/${lt.challengesId}/edit.json`,{method:"get",params:a({},lt)})})}function Nt(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/challenges/${lt.challengeId}/answer.json`,{method:"get",params:a({},lt)})})}function Ct(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/challenges/${lt.challengeId}/crud_answer.json`,{method:"post",body:a({},lt)})})}function Yt(lt){return p(this,null,function*(){if(lt.type===1)return(0,r.ZP)(`/api/shixuns/${lt.id}/challenges/${lt.challengesId}/create_choose_question.json`,{method:"post",body:a({},lt)});if(lt.type===2)return(0,r.ZP)(`/api/shixuns/${lt.id}/challenges/${lt.challengesId}/create_blank_question.json`,{method:"post",body:a({},lt)});if(lt.type===3)return(0,r.ZP)(`/api/shixuns/${lt.id}/challenges/${lt.challengesId}/create_judge_question.json`,{method:"post",body:a({},lt)})})}function Ge(lt){return p(this,null,function*(){if(lt.type===1)return(0,r.ZP)(`/api/shixuns/${lt.id}/challenges/${lt.challengesId}/update_choose_question.json`,{method:"post",body:x(a({},lt),{choose_id:lt.questionId})});if(lt.type===2)return(0,r.ZP)(`/api/shixuns/${lt.id}/challenges/${lt.challengesId}/update_blank_question.json`,{method:"put",body:x(a({},lt),{choose_id:lt.questionId})});if(lt.type===3)return(0,r.ZP)(`/api/shixuns/${lt.id}/challenges/${lt.challengesId}/update_judge_question.json`,{method:"put",body:x(a({},lt),{choose_id:lt.questionId})})})}function fe(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/challenges/${lt.challengesId}/destroy_challenge_choose.json`,{method:"Delete",body:{choose_id:lt.questionId}})})}function pe(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/challenges/${lt.challengesId}/choose_question_up_position.json`,{method:"post",body:{challenge_choose_id:lt.questionId}})})}function Dt(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/challenges/${lt.challengesId}/choose_question_down_position.json`,{method:"post",body:{challenge_choose_id:lt.questionId}})})}function Te(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/challenges/${lt.challengesId}/edit_choose_question.json`,{method:"get",params:x(a({},lt),{choose_id:lt.questionId})})})}function ht(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/delete_git_file.json`,{method:"Delete",body:lt})})}function Wt(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/sci/projects/${lt.id}/delete_git_file.json`,{method:"Delete",body:lt})})}function St(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/mv_file.json`,{method:"post",body:lt})})}function Re(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/sci/projects/${lt.id}/mv_file.json`,{method:"post",body:lt})})}function _t(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/repository.json`,{method:"post",body:lt})})}function ze(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/sci/projects/${lt.id}/repository.json`,{method:"post",body:lt})})}function we(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/secret_repository.json`,{method:"post",body:lt})})}function gt(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/add_file.json`,{method:"post",body:lt})})}function kt(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/sci/projects/${lt.id}/add_file.json`,{method:"post",body:lt})})}function Fe(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/commits.json`,{method:"post",body:lt})})}function Ir(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/file_content.json`,{method:"post",body:lt})})}function At(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/sci/projects/${lt.id}/file_content.json`,{method:"post",body:lt})})}function Vr(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/update_file.json`,{method:"post",body:lt})})}function Qr(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/sci/projects/${lt.id}/update_file.json`,{method:"post",body:lt})})}function Er(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/upload_git_folder.json`,{method:"post",body:{path:lt.path,secret_repository:lt.secret_repository}})})}function Lr(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/${lt.url}`,{method:"Get"})})}function _r(lt){return p(this,null,function*(){return(0,r.ZP)("/api/jupyters/get_info_with_tpm.json",{method:"Get",params:lt})})}function Ur(lt){return p(this,null,function*(){return(0,r.ZP)("/api/jupyters/timeinfo_with_tpm.json",{method:"Get",params:lt})})}function sn(lt){return p(this,null,function*(){return(0,r.ZP)("/api/jupyters/reset_with_tpm.json",{method:"Get",params:lt})})}function fn(lt){return p(this,null,function*(){return(0,r.ZP)("/api/jupyters/save_with_tpm.json",{method:"Get",params:lt})})}function cr(lt){return p(this,null,function*(){return(0,r.ZP)("/api/jupyters/active_with_tpm.json",{method:"Get",params:lt})})}function Dr(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/fork_list.json`,{method:"Get",params:lt})})}function ft(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.identifier}/change_editable.json`,{method:"put",body:a({},lt)})})}function Et(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/set_secret_dir.json`,{method:"post",body:a({},lt)})})}function zt(lt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/new.json",{method:"Get",params:lt})})}function nr(lt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/environment_info",{method:"Get",params:lt})})}function yr(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/init_repository.json`,{method:"post",body:a({},lt)})})}function nt(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/sci/projects/${lt.id}/init_repository.json`,{method:"post",body:a({},lt)})})}function Nr(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/update_secret_repository.json`,{method:"post",body:a({},lt)})})}function en(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/exist_exercise.json`,{method:"get",params:a({},lt)})})}function In(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/mirror_applies/${lt.id}.json`,{method:"get",params:a({},lt)})})}function mr(lt){return p(this,null,function*(){return Fetch(`/api/mirror_applies/${lt.id}/publish.json`,{method:"post",body:a({},lt)})})}function on(lt){return p(this,null,function*(){return Fetch(`/api/mirror_applies/${lt.id}/open_vnc.json`,{method:"post",params:a({},lt)})})}function yn(lt){return p(this,null,function*(){return Fetch(`/api/mirror_applies/${lt.id}/open_webssh.json`,{method:"post",params:a({},lt)})})}function wn(lt){return p(this,null,function*(){return Fetch(`/api/mirror_applies/${lt.id}/save_image.json`,{method:"post",body:a({},lt)})})}function Dn(lt){return p(this,null,function*(){return Fetch(`/api/mirror_applies/${lt.id}/delete_image.json`,{method:"post",body:a({},lt)})})}function _i(lt){return p(this,null,function*(){return Fetch(`/api/mirror_applies/${lt.id}/extend_vnc.json`,{method:"post",body:a({},lt)})})}function ui(lt){return p(this,null,function*(){return Fetch(`/api/mirror_applies/${lt.id}/reset_vnc_link.json`,{method:"post",body:a({},lt)})})}function Oi(lt){return p(this,null,function*(){return(0,r.ZP)("/api/paths/get_task_pass.json",{method:"get",params:a({},lt)})})}function bi(lt){return p(this,null,function*(){return(0,r.ZP)("/api/jupyters/get_info_with_jupyter_lab.json",{method:"get",params:a({},lt)})})}function pi(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt.id}/update_jupyter_lab_setting.json`,{method:"post",body:a({},lt)})})}function ni(lt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/check_shixun_copy.json",{method:"post",body:lt})})}function na(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/progress_homeworks/${lt}`,{method:"get",params:{is_initiative_study:1}})})}function Jn(lt){return p(this,null,function*(){return Fetch(`/api/shixuns/${lt.id}/update_shixun_study_num.json`,{method:"post",body:a({},lt)})})}function Ji(lt){return p(this,null,function*(){return(0,r.ZP)("/api/jupyters/preview.json",{method:"get",params:lt})})}function yt(lt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${lt}/recommend_config.json`,{method:"get"})})}function zn(lt){return p(this,null,function*(){return(0,r.ZP)("/admins/interface_manages.json",{method:"get",params:a({},lt)})})}function mi(lt){return p(this,null,function*(){return(0,r.ZP)(`/admins/interface_manages/${lt==null?void 0:lt.id}/disable.json`,{method:"post"})})}function Xi(lt){return p(this,null,function*(){return(0,r.ZP)(`/admins/interface_manages/${lt==null?void 0:lt.id}/enable.json`,{method:"post"})})}function ei(lt){return p(this,null,function*(){return(0,r.ZP)(`/admins/interface_manages/${lt.id}.json`,{method:"get"})})}function qi(lt){return p(this,null,function*(){return(0,r.ZP)("/admins/interface_manages.json",{method:"post",body:a({},lt)})})}function xi(lt){return p(this,null,function*(){return(0,r.ZP)(`/admins/interface_manages/${lt.id}.json`,{method:"put",body:a({},lt)})})}},49234:function(d,_,e){"use strict";e.d(_,{Bg:function(){return p},FO:function(){return M},eJ:function(){return b},eZ:function(){return S},fd:function(){return G},gp:function(){return a},iU:function(){return U},l3:function(){return R},mw:function(){return A},oZ:function(){return m},rM:function(){return O},r_:function(){return X},s:function(){return x},ur:function(){return B},xV:function(){return y},yb:function(){return k}});var r=e(38986),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(V,ae,ie)=>ae in V?i(V,ae,{enumerable:!0,configurable:!0,writable:!0,value:ie}):V[ae]=ie,h=(V,ae)=>{for(var ie in ae||(ae={}))c.call(ae,ie)&&o(V,ie,ae[ie]);if(l)for(var ie of l(ae))f.call(ae,ie)&&o(V,ie,ae[ie]);return V},u=(V,ae,ie)=>new Promise((ue,Q)=>{var J=ee=>{try{oe(ie.next(ee))}catch(q){Q(q)}},K=ee=>{try{oe(ie.throw(ee))}catch(q){Q(q)}},oe=ee=>ee.done?ue(ee.value):Promise.resolve(ee.value).then(J,K);oe((ie=ie.apply(V,ae)).next())});function a(V){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${V.coursesId}/teachers.json`,{method:"get",params:h({},V)})})}function x(V){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${V.coursesId}/apply_teachers.json`,{method:"get",params:h({},V)})})}function p(V){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${V.coursesId}/graduation_group_list.json`,{method:"get",params:h({},V)})})}function y(V){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${V.coursesId}/all_course_groups.json`,{method:"get",params:h({},V)})})}function m(V){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${V.coursesId}/set_course_group.json`,{method:"post",body:h({},V)})})}function b(V){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${V.coursesId}/join_graduation_group.json`,{method:"post",body:h({},V)})})}function S(V){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${V.coursesId}/create_graduation_group.json`,{method:"post",body:h({},V)})})}function k(V){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${V.coursesId}/delete_course_teacher.json`,{method:"post",body:h({},V)})})}function R(V){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${V.coursesId}/delete_from_course.json`,{method:"post",body:h({},V)})})}function A(V){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${V.coursesId}/change_member_role.json`,{method:"post",body:h({},V)})})}function O(V){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${V.coursesId}/change_course_admin.json`,{method:"post",body:h({},V)})})}function M(V){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${V.coursesId}/teacher_application_review.json`,{method:"post",body:h({},V)})})}function B(V){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${V.coursesId}/students.json`,{method:"get",params:h({},V)})})}function U(V,ae){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${V}/apply_students.json`,{method:"get",params:ae})})}function X(V,ae){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${V}/join_student_checkout.json`,{method:"get",params:ae})})}function G(V,ae){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${V}/student_application_review.json`,{method:"post",body:ae})})}},86245:function(d,_,e){"use strict";e.d(_,{B$:function(){return y},Cx:function(){return J},DA:function(){return O},DH:function(){return p},Ef:function(){return ee},Es:function(){return b},Ex:function(){return Jt},FM:function(){return ie},Fn:function(){return q},Gq:function(){return tr},Ho:function(){return B},IU:function(){return me},JJ:function(){return le},Ol:function(){return Ne},Qx:function(){return ae},Tv:function(){return Z},V8:function(){return x},WS:function(){return K},WY:function(){return V},ai:function(){return Q},bG:function(){return k},bJ:function(){return a},c0:function(){return er},dE:function(){return se},dt:function(){return j},gI:function(){return oe},lO:function(){return ue},mW:function(){return G},n0:function(){return A},nV:function(){return $e},o1:function(){return Ft},qE:function(){return m},qN:function(){return M},rV:function(){return U},sh:function(){return ke},vR:function(){return S},w3:function(){return X},x4:function(){return R},z2:function(){return wt}});var r=e(38986),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(Xe,It,Zt)=>It in Xe?i(Xe,It,{enumerable:!0,configurable:!0,writable:!0,value:Zt}):Xe[It]=Zt,h=(Xe,It)=>{for(var Zt in It||(It={}))c.call(It,Zt)&&o(Xe,Zt,It[Zt]);if(l)for(var Zt of l(It))f.call(It,Zt)&&o(Xe,Zt,It[Zt]);return Xe},u=(Xe,It,Zt)=>new Promise((ot,bt)=>{var mt=_e=>{try{He(Zt.next(_e))}catch(Se){bt(Se)}},et=_e=>{try{He(Zt.throw(_e))}catch(Se){bt(Se)}},He=_e=>_e.done?ot(_e.value):Promise.resolve(_e.value).then(mt,et);He((Zt=Zt.apply(Xe,It)).next())});const a=Xe=>u(void 0,null,function*(){return(0,r.ZP)(`/api/common_comments/${Xe.id}/move.json`,{method:"post",body:Xe})}),x=Xe=>u(void 0,null,function*(){return(0,r.ZP)(`/api/common_comments/${Xe.id}.json`,{method:"delete",body:Xe})}),p=Xe=>u(void 0,null,function*(){return(0,r.ZP)(`/api/common_comments/${Xe.id}.json`,{method:"put",body:Xe})}),y=Xe=>u(void 0,null,function*(){return(0,r.ZP)("/api/common_comments.json",{method:"post",body:Xe})}),m=Xe=>u(void 0,null,function*(){return(0,r.ZP)("/api/common_comments.json",{method:"Get",params:Xe})});function b(Xe){return u(this,null,function*(){return(0,r.ZP)("/api/accounts/login.json",{method:"post",body:h({},Xe)})})}function S(Xe){return u(this,null,function*(){return(0,r.ZP)("/api/accounts/logout.json",{method:"get"})})}function k(Xe){return u(this,null,function*(){return(0,r.ZP)("/api/users/get_user_info.json",{method:"get",params:h({},Xe)})})}function R(Xe){return u(this,null,function*(){return(0,r.ZP)("/api/users/get_notice.json",{method:"get",params:h({},Xe)})})}function A(){return u(this,null,function*(){return(0,r.ZP)("/api/users/system_update.json",{method:"get"})})}function O(Xe){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${Xe.username}/homepage_info.json`,{method:"get"})})}function M(Xe){return u(this,null,function*(){return(0,r.ZP)("/api/users/attendance.json",{method:"post"})})}function B(Xe){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${Xe.username}/courses.json`,{method:"get",params:Xe})})}function U(Xe){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${Xe.username}/shixuns.json`,{method:"get",params:Xe})})}function X(Xe){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${Xe.username}/subjects.json`,{method:"get",params:Xe})})}function G(Xe){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${Xe.username}/projects.json`,{method:"get",params:Xe})})}function V(Xe){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${Xe.username}/videos.json`,{method:"get",params:Xe})})}function ae(Xe){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${Xe.username}/videos/review.json`,{method:"get",params:Xe})})}function ie(Xe){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${Xe.username}/videos/${Xe.id}.json`,{method:"delete"})})}function ue(Xe){return u(this,null,function*(){return(0,r.ZP)("/api/watch_video_histories.json",{method:"post",body:Xe})})}function Q(Xe){return u(this,null,function*(){return(0,r.ZP)("/api/users/question_banks.json",{method:"get",params:Xe})})}function J(Xe){return u(this,null,function*(){return(0,r.ZP)("/api/question_banks/multi_public.json",{method:"post",body:Xe})})}function K(Xe){return u(this,null,function*(){return(0,r.ZP)("/api/question_banks/multi_delete.json",{method:"delete",body:Xe})})}function oe(Xe){return u(this,null,function*(){return(0,r.ZP)("/api/question_banks/my_courses.json",{method:"get",params:Xe})})}function ee(Xe){return u(this,null,function*(){return(0,r.ZP)("/api/question_banks/send_to_course.json",{method:"post",body:Xe})})}function q(Xe){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${Xe.username}/videos/${Xe.object_id}/create_course_video.json`,{method:"post",body:Xe})})}function le(Xe){return u(this,null,function*(){return(0,r.ZP)(`/api/homework_banks/${Xe.topicId}.json`,{method:"get",params:Xe})})}function Z(Xe){return u(this,null,function*(){return(0,r.ZP)("/api/question_banks/multi_delete.json",{method:"delete",body:h({},Xe)})})}function j(Xe){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${Xe.username}/videos/batch_publish.json`,{method:"post",body:Xe})})}function se(Xe){return u(this,null,function*(){return(0,r.ZP)(`/api/myshixuns/${Xe.identifier}/cancel.json`,{method:"delete",body:h({},Xe)})})}function me(Xe){return u(this,null,function*(){return(0,r.ZP)("/api/users/get_engineer_url.json",{method:"get",params:h({},Xe)})})}function Oe(Xe){return u(this,null,function*(){return Fetch("/api/intelligent_recommendations/user_choice_learn_path.json",{method:"post",body:h({},Xe)})})}function ke(){return u(this,null,function*(){return(0,r.ZP)("/api/intelligent_recommendations/persona.json",{method:"get"})})}function $e(){return u(this,null,function*(){return(0,r.ZP)("/api/intelligent_recommendations/user_learn_path.json",{method:"get"})})}function Ne(Xe){return(0,r.ZP)("/api/accounts/valid_email_and_phone.json",{method:"get",params:Xe})}function Ft(Xe){return(0,r.ZP)("/api/accounts/get_verification_code.json",{method:"get",params:Xe})}function wt(Xe){return(0,r.ZP)("/api/accounts/register.json",{method:"post",body:h({},Xe)})}function Pt(Xe){return Fetch("/api/weapps/register.json",{method:"post",body:h({},Xe)})}function Jt(Xe){return(0,r.ZP)(`/api/users/accounts/${Xe.login}/password.json`,{method:"put",body:h({},Xe)})}function er(Xe){return(0,r.ZP)("/api/accounts/reset_password.json",{method:"post",body:h({},Xe)})}function tr(Xe){return(0,r.ZP)("/api/accounts/login_for_phone.json",{method:"get",params:h({},Xe)})}},69618:function(d,_,e){"use strict";e.d(_,{BQ:function(){return a},DH:function(){return B},Db:function(){return ue},Ju:function(){return ie},Mz:function(){return G},O2:function(){return m},TJ:function(){return k},Vg:function(){return y},ZY:function(){return x},Zx:function(){return X},cU:function(){return p},fn:function(){return ae},jK:function(){return R},yN:function(){return V}});var r=e(38986),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(Q,J,K)=>J in Q?i(Q,J,{enumerable:!0,configurable:!0,writable:!0,value:K}):Q[J]=K,h=(Q,J)=>{for(var K in J||(J={}))c.call(J,K)&&o(Q,K,J[K]);if(l)for(var K of l(J))f.call(J,K)&&o(Q,K,J[K]);return Q},u=(Q,J,K)=>new Promise((oe,ee)=>{var q=j=>{try{Z(K.next(j))}catch(se){ee(se)}},le=j=>{try{Z(K.throw(j))}catch(se){ee(se)}},Z=j=>j.done?oe(j.value):Promise.resolve(j.value).then(q,le);Z((K=K.apply(Q,J)).next())});function a(Q){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Q.coursesId}/watch_video_histories.json`,{method:"Get",params:h({},Q)})})}function x(Q){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Q.coursesId}/watch_statics.json`,{method:"Get",params:h({},Q)})})}function p(Q){return u(this,null,function*(){return(0,r.ZP)(`/api/course_videos/${Q.videoId}/watch_histories.json`,{method:"Get",params:h({},Q)})})}function y(Q){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Q.coursesId}/own_watch_histories.json`,{method:"Get",params:h({},Q)})})}function m(Q){return u(this,null,function*(){return(0,r.ZP)(`/api/video_items/${Q.id}.json`,{method:"Get",params:h({},Q)})})}function b(Q){return u(this,null,function*(){return Fetch("/api/video_items.json",{method:"post",body:Q})})}function S(Q){return u(this,null,function*(){return Fetch(`/api/video_items/${Q.id}/edit.json`,{method:"Get",params:h({},Q)})})}function k(Q){return u(this,null,function*(){return(0,r.ZP)(`/api/stage_shixuns/${Q.id}/edit.json`,{method:"Get",params:h({},Q)})})}function R(Q){return u(this,null,function*(){return(0,r.ZP)(`/api/video_items/${Q.id}/star.json`,{method:"post",body:Q})})}function A(Q){return u(this,null,function*(){return Fetch(`/api/video_items/${Q.id}.json`,{method:"put",body:Q})})}function O(Q){return u(this,null,function*(){return Fetch(`/api/video_items/${Q.id}/send_to_course.json`,{method:"post",body:Q})})}function M(Q){return u(this,null,function*(){return Fetch("/api/users/my_courses.json",{method:"Get",params:h({},Q)})})}function B(Q){return u(this,null,function*(){return(0,r.ZP)(`/api/video_items/${Q.id}/view_video.json`,{method:"post",body:Q})})}function U(Q){return u(this,null,function*(){return Fetch(`/api/video_items/${Q.id}/add_school.json`,{method:"post",body:Q})})}function X(Q){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Q.course_id}/video_people_statics.json`,{method:"get",params:Q})})}function G(Q){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Q.course_id}/video_duration_statics.json`,{method:"get",params:Q})})}function V(Q){return u(this,null,function*(){return(0,r.ZP)("/api/stages.json",{method:"get",params:Q})})}function ae(Q){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Q==null?void 0:Q.id}/course_videos_tree.json`,{method:"get",params:Q})})}function ie(Q){return u(this,null,function*(){return(0,r.ZP)("/api/study_action_analyses.json",{method:"post",body:Q})})}function ue(Q){return u(this,null,function*(){return(0,r.ZP)("/api/study_action_analyses/detail.json",{method:"post",body:Q})})}},466:function(d,_,e){"use strict";e.d(_,{A:function(){return G},CH:function(){return c},EA:function(){return h},FU:function(){return x},G_:function(){return m},LY:function(){return M},Ll:function(){return o},MM:function(){return R},Ps:function(){return B},Sl:function(){return S},To:function(){return p},Vf:function(){return y},XQ:function(){return f},b:function(){return a},bq:function(){return X},cZ:function(){return u},rV:function(){return O},sT:function(){return b},tS:function(){return U},xt:function(){return A},y2:function(){return l}});var r=e(38986),i=(V,ae,ie)=>new Promise((ue,Q)=>{var J=ee=>{try{oe(ie.next(ee))}catch(q){Q(q)}},K=ee=>{try{oe(ie.throw(ee))}catch(q){Q(q)}},oe=ee=>ee.done?ue(ee.value):Promise.resolve(ee.value).then(J,K);oe((ie=ie.apply(V,ae)).next())});const l=V=>i(void 0,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${V.virtual_spacesId}/base_statistic_data.json`,{method:"Get",params:V})});function c(V){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${V.virtual_spacesId}/discussions/${V.id}.json`,{method:"put",body:V})})}function f(V){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${V.virtual_spacesId}/discussions/${V.id}.json`,{method:"get",params:V})})}function o(V){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${V.virtual_spacesId}/discussions.json`,{method:"post",body:V})})}function h(V){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${V.virtual_spacesId}/discussions.json`,{method:"get",params:V})})}function u(V){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${V.virtual_spacesId}/good_lessons/${V.id}/add_resources.json`,{method:"post",body:V})})}function a(V){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${V.virtual_spacesId}/good_lessons/${V.id}/lesson_resources_list.json`,{method:"get",params:V})})}function x(V){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${V.virtual_spacesId}/good_lessons/${V.id}.json`,{method:"get",params:V})})}function p(V){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${V.virtual_spacesId}/good_lessons/${V.id}.json`,{method:"put",body:V})})}function y(V){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${V.virtual_spacesId}/good_lessons.json`,{method:"post",body:V})})}function m(V){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${V.virtual_spacesId}/good_lessons.json`,{method:"get",params:V})})}function b(V){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${V==null?void 0:V.id}.json`,{method:"get"})})}function S(V){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${V==null?void 0:V.id}/modules.json`,{method:"get"})})}function k(V){return i(this,null,function*(){return Fetch(`/api/virtual_classrooms/${V.id}/videos/batch_publish.json`,{method:"post",body:V})})}function R(V){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${V.virtual_spacesId}/members.json`,{method:"post",body:V})})}function A(V){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${V.virtual_spacesId}/members/${V.id}/change_creator.json`,{method:"post",body:V})})}function O(V,ae){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${V}/shixuns.json`,{method:"get",params:ae})})}function M(V,ae){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${V}/shixuns`,{method:"post",body:ae})})}function B(V){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${V.virtual_classroom_id}/shixuns/${V.shixun_id}.json`,{method:"delete"})})}function U(V,ae){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${V}/subjects.json`,{method:"get",params:ae})})}function X(V,ae){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${V}/subjects.json`,{method:"post",body:ae})})}function G(V){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${V.virtual_classroom_id}/subjects/${V.subject_id}.json`,{method:"delete"})})}},48790:function(d,_,e){"use strict";e.d(_,{$O:function(){return J},EO:function(){return it},G5:function(){return X},GD:function(){return i},GJ:function(){return x},Gg:function(){return p},I2:function(){return f},IR:function(){return V},JA:function(){return We},JL:function(){return A},Jd:function(){return Q},Ny:function(){return k},RV:function(){return ie},Rb:function(){return U},Rm:function(){return G},V9:function(){return j},Yh:function(){return q},aN:function(){return b},aQ:function(){return u},ag:function(){return Ue},bg:function(){return Gt},d8:function(){return B},dE:function(){return ae},eB:function(){return ue},eY:function(){return $t},fn:function(){return Me},h:function(){return Nt},j5:function(){return m},m$:function(){return Pe},oF:function(){return y},qz:function(){return h},t_:function(){return S},tu:function(){return Kt},y8:function(){return ct}});var r=e(25690),i=(Ct=>(Ct[Ct.SuperAdmin=1]="SuperAdmin",Ct[Ct.Operation=2]="Operation",Ct[Ct.CertifiedTeacher=5]="CertifiedTeacher",Ct[Ct.TrainingProduction=8]="TrainingProduction",Ct[Ct.UncertifiedTeacher=12]="UncertifiedTeacher",Ct[Ct.Student=15]="Student",Ct))(i||{}),l=(Ct=>(Ct[Ct.SuperAdmin=1]="SuperAdmin",Ct[Ct.Operation=2]="Operation",Ct[Ct.Admin=5]="Admin",Ct[Ct.Teacher=8]="Teacher",Ct[Ct.Assistant=12]="Assistant",Ct[Ct.Student=15]="Student",Ct))(l||{}),c=(Ct=>(Ct[Ct.SuperAdmin=0]="SuperAdmin",Ct[Ct.Teacher=1]="Teacher",Ct[Ct.Student=2]="Student",Ct))(c||{});const f=Ct=>{const{user:Yt}=(0,r.getDvaApp)()._store.getState(),{userInfo:Ge}=Yt;return Ct.some(fe=>fe==(Ge==null?void 0:Ge.role))},o=Ct=>{const{user:Yt}=(0,r.getDvaApp)()._store.getState(),{userInfo:Ge}=Yt;return Ge!=null&&Ge.own?!0:Ct.some(fe=>{var pe;return fe==((pe=Ge==null?void 0:Ge.course)==null?void 0:pe.course_role)})},h=()=>{const{user:Ct}=(0,r.getDvaApp)()._store.getState(),{userInfo:Yt}=Ct;return Yt.main_site},u=()=>{var Ct;const{user:Yt}=(0,r.getDvaApp)()._store.getState(),{userInfo:Ge}=Yt;return(Ct=Ge==null?void 0:Ge.course)==null?void 0:Ct.course_is_end},a=()=>{const{user:Ct}=getDvaApp()._store.getState(),{userInfo:Yt}=Ct;return Yt.authentication},x=()=>o([1,2,5,8,12]),p=()=>o([1,8,5,12,2]),y=()=>o([1,8,5]),m=()=>o([1]),b=()=>o([1,2,5]),S=()=>o([1,2]),k=()=>f([1,2]),R=()=>f([1]),A=()=>f([1,2,5]),O=()=>o([1,5]),M=()=>o([5,8]),B=()=>o([5]),U=()=>o([1,5,2]),X=()=>o([1,2,5,8]),G=()=>o([12]),V=()=>o([8]),ae=()=>o([15]),ie=()=>o([1,2,5,8,12,15]),ue=()=>o([1,2,5,8,12]),Q=()=>{var Ct;const{user:Yt}=(0,r.getDvaApp)()._store.getState(),{userInfo:Ge}=Yt;return((Ct=Ge==null?void 0:Ge.course)==null?void 0:Ct.course_role)===null},J=()=>{var Ct;const{user:Yt,globalSetting:Ge}=(0,r.getDvaApp)()._store.getState(),{userInfo:fe}=Yt,pe=((Ct=Ge==null?void 0:Ge.setting)==null?void 0:Ct.big_model_users)||[];return pe==null?void 0:pe.includes(fe==null?void 0:fe.login)},K=(Ct=!0,Yt=!1)=>f([1,2,5,8,12,15]),oe=(Ct=!0,Yt=!1)=>Yt||!Yt&&f([1]),ee=(Ct=!0,Yt=!1)=>Yt||!Yt&&f([1,2]),q=()=>f([15]),le=(Ct=!0,Yt=!1)=>Ct?f([1,2,5,8,12,15]):Yt||!Yt&&f([1,2]),Z=(Ct=!0,Yt=!1)=>Ct?f([1,2,5,8,12,15]):Yt||!Yt&&f([1,2]),j=(Ct=!0,Yt=!1)=>{const{user:Ge}=(0,r.getDvaApp)()._store.getState(),{userInfo:fe}=Ge;return fe!=null&&fe.is_shixun_marker?!0:f([1,2,5,8])},se=(Ct=!0,Yt=!1)=>Ct?f([1]):Yt||!Yt&&f([1]),me=(Ct=!0,Yt=!1)=>Ct?f([1,2]):Yt||!Yt&&f([1,2]),Oe=(Ct=!0,Yt=!1)=>Ct?f([1,2,5,8,12,15]):Yt||!Yt&&f([1,2]),ke=(Ct=!0,Yt=!1)=>Ct?f([1,2,5,8,12]):Yt||!Yt&&f([1,2]),$e=(Ct=!0,Yt=!1)=>Ct?f([1,2,5]):Yt||!Yt&&f([1,2]),Ne=(Ct=!0,Yt=!1)=>Ct?f([1]):!1,Ft=(Ct=!0,Yt=!1)=>f([1,2,5,8,12,15]),wt=(Ct=!0,Yt=!1)=>Ct?f([1]):Yt||!Yt&&f([1]),Pt=(Ct=!0,Yt=!1)=>Ct?f([1,2]):Yt||!Yt&&f([1,2]),Jt=(Ct=!0,Yt=!1)=>Ct?f([1,2,5,8,12,15]):Yt||!Yt&&f([1,2]),er=(Ct=!0,Yt=!1)=>Ct?!1:Yt||!Yt&&f([1,2]),tr=(Ct=!0,Yt=!1)=>Ct?Yt||!Yt&&f([1,2]):!1,Xe=(Ct=!0,Yt=!1)=>Ct?f([1,2,5,8,12]):!1,It=(Ct=!0,Yt=!1)=>Ct?!Yt&&f([1,2,5,8,12]):!1,Zt=(Ct=!0,Yt=!1)=>Ct?f([1,2,5]):Yt||!Yt&&f([1,2]),ot=(Ct=!0,Yt=!1)=>f([1,2,5,8,12]),bt=(Ct=!0,Yt=!1)=>Ct?f([1]):Yt||!Yt&&f([1]),mt=(Ct=!0,Yt=!1)=>Ct?f([1,2]):Yt||!Yt&&f([1,2]),et=(Ct=!0,Yt=!1)=>Ct?f([1,2,5,8,12]):Yt||!Yt&&f([1,2]),He=(Ct=!0,Yt=!1)=>Ct?Yt||!Yt&&f([1,2]):!1,_e=(Ct=!0,Yt=!1)=>Ct?f([1,2,5,8,12]):Yt||!Yt&&f([1,2]),Se=(Ct=!0,Yt=!1)=>o([8]),Me=()=>f([1]),Ue=()=>f([1,2]),We=()=>f([15]),it=()=>f([1,2,5]),ct=()=>f([1,2,5,12]),Gt=()=>{var Ct;const{user:Yt}=(0,r.getDvaApp)()._store.getState();return!!((Ct=Yt.userInfo)!=null&&Ct.login)},$t=()=>{const{user:Ct}=(0,r.getDvaApp)()._store.getState();return Ct.userInfo},Pe=()=>{var Ct,Yt;const{user:Ge}=(0,r.getDvaApp)()._store.getState();return!!((Yt=(Ct=Ge.userInfo)==null?void 0:Ct.path)!=null&&Yt.own)},Qe=Ct=>{const{graduations:Yt}=(0,r.getDvaApp)()._store.getState(),{details:Ge}=Yt;return Ct.some(fe=>fe===(Ge==null?void 0:Ge.user_identity))},Kt=()=>Qe([0,1]),Lt=()=>Qe([0]),Ht=()=>Qe([1]),Nt=()=>Qe([2])},32162:function(d,_,e){"use strict";e.d(_,{Fy:function(){return o},Qo:function(){return h},a2:function(){return c},fw:function(){return r},gW:function(){return l},k:function(){return f},k4:function(){return i}});const r=[{id:0,name:"\u5355\u9009\u9898",nameType:"SINGLE"},{id:1,name:"\u591A\u9009\u9898",nameType:"MULTIPLE"},{id:2,name:"\u5224\u65AD\u9898",nameType:"JUDGMENT"},{id:3,name:"\u586B\u7A7A\u9898",nameType:"COMPLETION"},{id:4,name:"\u7B80\u7B54\u9898",nameType:"SUBJECTIVE"},{id:5,name:"\u5B9E\u8BAD\u9898",nameType:"PRACTICAL"},{id:6,name:"\u7F16\u7A0B\u9898",nameType:"PROGRAM"},{id:7,name:"\u7EC4\u5408\u9898",nameType:"COMBINATION"},{id:8,name:"\u7A0B\u5E8F\u586B\u7A7A\u9898",nameType:"BPROGRAM"}],i=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"];var l=(u=>(u.PROBLEM="problem",u.PAPER="paper",u.OTHER="other",u))(l||{}),c=(u=>(u.SINGLE="single",u.MULTIPLEFLOW="multiple_flow",u.MULTIPLEFIXED="multiple_fixed",u.OTHER="other",u))(c||{}),f=(u=>(u[u.BISHI=1]="BISHI",u[u.JISHI=2]="JISHI",u[u.KOUSHI=3]="KOUSHI",u[u.OTHER=4]="OTHER",u))(f||{}),o=(u=>(u[u.DEFAULT=0]="DEFAULT",u[u.THEMEONE=1]="THEMEONE",u[u.THEMETWO=2]="THEMETWO",u))(o||{}),h=(u=>(u.All="",u.Shixun="shixun",u.VideoItem="video",u.Attachment="attachment",u.Group_count="group_homework",u.Normal_count="normal_homework",u.ExaminationBank="exercise",u.HomeworkCommon="hack_homework",u.Discusses="Discusses",u.Challenge="challenge",u))(h||{})},77935:function(d,_,e){"use strict";e.d(_,{F:function(){return r}});const r={load:"text/html",123:"application/vndlotus-1-2-3","3ds":"image/x-3ds","3g2":"video/3gpp","3ga":"video/3gpp","3gp":"video/3gpp","3gpp":"video/3gpp",602:"application/x-t602",669:"audio/x-mod","7z":"application/x-7z-compressed",a:"application/x-archive",aac:"audio/mp4",abw:"application/x-abiword",abwcrashed:"application/x-abiword",abwgz:"application/x-abiword",ac3:"audio/ac3",ace:"application/x-ace",adb:"text/x-adasrc",ads:"text/x-adasrc",afm:"application/x-font-afm",ag:"image/x-applix-graphics",ai:"application/illustrator",aif:"audio/x-aiff",aifc:"audio/x-aiff",aiff:"audio/x-aiff",al:"application/x-perl",alz:"application/x-alz",amr:"audio/amr",ani:"application/x-navi-animation","anim[1-9j]":"video/x-anim",anx:"application/annodex",ape:"audio/x-ape",arj:"application/x-arj",arw:"image/x-sony-arw",as:"application/x-applix-spreadsheet",asc:"text/plain",asf:"video/x-ms-asf",asp:"application/x-asp",ass:"text/x-ssa",asx:"audio/x-ms-asx",atom:"application/atom+xml",au:"audio/basic",avi:"video/x-msvideo",aw:"application/x-applix-word",awb:"audio/amr-wb",awk:"application/x-awk",axa:"audio/annodex",axv:"video/annodex",bak:"application/x-trash",bcpio:"application/x-bcpio",bdf:"application/x-font-bdf",bib:"text/x-bibtex",bin:"application/octet-stream",blend:"application/x-blender",blender:"application/x-blender",bmp:"image/bmp",bz:"application/x-bzip",bz2:"application/x-bzip",c:"text/x-csrc","c++":"text/x-c++src",cab:"application/vndms-cab-compressed",cb7:"application/x-cb7",cbr:"application/x-cbr",cbt:"application/x-cbt",cbz:"application/x-cbz",cc:"text/x-c++src",cdf:"application/x-netcdf",cdr:"application/vndcorel-draw",cer:"application/x-x509-ca-cert",cert:"application/x-x509-ca-cert",cgm:"image/cgm",chm:"application/x-chm",chrt:"application/x-kchart",class:"application/x-java",cls:"text/x-tex",cmake:"text/x-cmake",cpio:"application/x-cpio",cpiogz:"application/x-cpio-compressed",cpp:"text/x-c++src",cr2:"image/x-canon-cr2",crt:"application/x-x509-ca-cert",crw:"image/x-canon-crw",cs:"text/x-csharp",csh:"application/x-csh",css:"text/css",cssl:"text/css",csv:"text/csv",cue:"application/x-cue",cur:"image/x-win-bitmap",cxx:"text/x-c++src",d:"text/x-dsrc",dar:"application/x-dar",dbf:"application/x-dbf",dc:"application/x-dc-rom",dcl:"text/x-dcl",dcm:"application/dicom",dcr:"image/x-kodak-dcr",dds:"image/x-dds",deb:"application/x-deb",der:"application/x-x509-ca-cert",desktop:"application/x-desktop",dia:"application/x-dia-diagram",diff:"text/x-patch",divx:"video/x-msvideo",djv:"image/vnddjvu",djvu:"image/vnddjvu",dng:"image/x-adobe-dng",doc:"application/msword",docbook:"application/docbook+xml",docm:"application/vndopenxmlformats-officedocumentwordprocessingmldocument",docx:"application/vndopenxmlformats-officedocumentwordprocessingmldocument",dot:"text/vndgraphviz",dsl:"text/x-dsl",dtd:"application/xml-dtd",dtx:"text/x-tex",dv:"video/dv",dvi:"application/x-dvi",dvibz2:"application/x-bzdvi",dvigz:"application/x-gzdvi",dwg:"image/vnddwg",dxf:"image/vnddxf",e:"text/x-eiffel",egon:"application/x-egon",eif:"text/x-eiffel",el:"text/x-emacs-lisp",emf:"image/x-emf",emp:"application/vndemusic-emusic_package",ent:"application/xml-external-parsed-entity",eps:"image/x-eps",epsbz2:"image/x-bzeps",epsgz:"image/x-gzeps",epsf:"image/x-eps",epsfbz2:"image/x-bzeps",epsfgz:"image/x-gzeps",epsi:"image/x-eps",epsibz2:"image/x-bzeps",epsigz:"image/x-gzeps",epub:"application/epub+zip",erl:"text/x-erlang",es:"application/ecmascript",etheme:"application/x-e-theme",etx:"text/x-setext",exe:"application/x-ms-dos-executable",exr:"image/x-exr",ez:"application/andrew-inset",f:"text/x-fortran",f90:"text/x-fortran",f95:"text/x-fortran",fb2:"application/x-fictionbook+xml",fig:"image/x-xfig",fits:"image/fits",fl:"application/x-fluid",flac:"audio/x-flac",flc:"video/x-flic",fli:"video/x-flic",flv:"video/x-flv",flw:"application/x-kivio",fo:"text/x-xslfo",for:"text/x-fortran",g3:"image/fax-g3",gb:"application/x-gameboy-rom",gba:"application/x-gba-rom",gcrd:"text/directory",ged:"application/x-gedcom",gedcom:"application/x-gedcom",gen:"application/x-genesis-rom",gf:"application/x-tex-gf",gg:"application/x-sms-rom",gif:"image/gif",glade:"application/x-glade",gmo:"application/x-gettext-translation",gnc:"application/x-gnucash",gnd:"application/gnunet-directory",gnucash:"application/x-gnucash",gnumeric:"application/x-gnumeric",gnuplot:"application/x-gnuplot",gp:"application/x-gnuplot",gpg:"application/pgp-encrypted",gplt:"application/x-gnuplot",gra:"application/x-graphite",gsf:"application/x-font-type1",gsm:"audio/x-gsm",gtar:"application/x-tar",gv:"text/vndgraphviz",gvp:"text/x-google-video-pointer",gz:"application/x-gzip",h:"text/x-chdr","h++":"text/x-c++hdr",hdf:"application/x-hdf",hh:"text/x-c++hdr",hp:"text/x-c++hdr",hpgl:"application/vndhp-hpgl",hpp:"text/x-c++hdr",hs:"text/x-haskell",htm:"text/html",html:"text/html",hwp:"application/x-hwp",hwt:"application/x-hwt",hxx:"text/x-c++hdr",ica:"application/x-ica",icb:"image/x-tga",icns:"image/x-icns",ico:"image/vndmicrosofticon",ics:"text/calendar",idl:"text/x-idl",ief:"image/ief",iff:"image/x-iff",ilbm:"image/x-ilbm",ime:"text/x-imelody",imy:"text/x-imelody",ins:"text/x-tex",iptables:"text/x-iptables",iso:"application/x-cd-image",iso9660:"application/x-cd-image",it:"audio/x-it",j2k:"image/jp2",jad:"text/vndsunj2meapp-descriptor",jar:"application/x-java-archive",java:"text/x-java",jng:"image/x-jng",jnlp:"application/x-java-jnlp-file",jp2:"image/jp2",jpc:"image/jp2",jpe:"image/jpeg",jpeg:"image/jpeg",jpf:"image/jp2",jpg:"image/jpeg",jpr:"application/x-jbuilder-project",jpx:"image/jp2",js:"application/javascript",json:"application/json",jsonp:"application/jsonp",k25:"image/x-kodak-k25",kar:"audio/midi",karbon:"application/x-karbon",kdc:"image/x-kodak-kdc",kdelnk:"application/x-desktop",kexi:"application/x-kexiproject-sqlite3",kexic:"application/x-kexi-connectiondata",kexis:"application/x-kexiproject-shortcut",kfo:"application/x-kformula",kil:"application/x-killustrator",kino:"application/smil",kml:"application/vndgoogle-earthkml+xml",kmz:"application/vndgoogle-earthkmz",kon:"application/x-kontour",kpm:"application/x-kpovmodeler",kpr:"application/x-kpresenter",kpt:"application/x-kpresenter",kra:"application/x-krita",ksp:"application/x-kspread",kud:"application/x-kugar",kwd:"application/x-kword",kwt:"application/x-kword",la:"application/x-shared-library-la",latex:"text/x-tex",ldif:"text/x-ldif",lha:"application/x-lha",lhs:"text/x-literate-haskell",lhz:"application/x-lhz",log:"text/x-log",ltx:"text/x-tex",lua:"text/x-lua",lwo:"image/x-lwo",lwob:"image/x-lwo",lws:"image/x-lws",ly:"text/x-lilypond",lyx:"application/x-lyx",lz:"application/x-lzip",lzh:"application/x-lha",lzma:"application/x-lzma",lzo:"application/x-lzop",m:"text/x-matlab",m15:"audio/x-mod",m2t:"video/mpeg",m3u:"audio/x-mpegurl",m3u8:"audio/x-mpegurl",m4:"application/x-m4",m4a:"audio/mp4",m4b:"audio/x-m4b",m4v:"video/mp4",mab:"application/x-markaby",man:"application/x-troff-man",mbox:"application/mbox",md:"application/x-genesis-rom",mdb:"application/vndms-access",mdi:"image/vndms-modi",me:"text/x-troff-me",med:"audio/x-mod",metalink:"application/metalink+xml",mgp:"application/x-magicpoint",mid:"audio/midi",midi:"audio/midi",mif:"application/x-mif",minipsf:"audio/x-minipsf",mka:"audio/x-matroska",mkv:"video/x-matroska",ml:"text/x-ocaml",mli:"text/x-ocaml",mm:"text/x-troff-mm",mmf:"application/x-smaf",mml:"text/mathml",mng:"video/x-mng",mo:"application/x-gettext-translation",mo3:"audio/x-mo3",moc:"text/x-moc",mod:"audio/x-mod",mof:"text/x-mof",moov:"video/quicktime",mov:"video/quicktime",movie:"video/x-sgi-movie","mp+":"audio/x-musepack",mp2:"video/mpeg",mp3:"audio/mpeg",mp4:"video/mp4",mpc:"audio/x-musepack",mpe:"video/mpeg",mpeg:"video/mpeg",mpg:"video/mpeg",mpga:"audio/mpeg",mpp:"audio/x-musepack",mrl:"text/x-mrml",mrml:"text/x-mrml",mrw:"image/x-minolta-mrw",ms:"text/x-troff-ms",msi:"application/x-msi",msod:"image/x-msod",msx:"application/x-msx-rom",mtm:"audio/x-mod",mup:"text/x-mup",mxf:"application/mxf",n64:"application/x-n64-rom",nb:"application/mathematica",nc:"application/x-netcdf",nds:"application/x-nintendo-ds-rom",nef:"image/x-nikon-nef",nes:"application/x-nes-rom",nfo:"text/x-nfo",not:"text/x-mup",nsc:"application/x-netshow-channel",nsv:"video/x-nsv",o:"application/x-object",obj:"application/x-tgif",ocl:"text/x-ocl",oda:"application/oda",odb:"application/vndoasisopendocumentdatabase",odc:"application/vndoasisopendocumentchart",odf:"application/vndoasisopendocumentformula",odg:"application/vndoasisopendocumentgraphics",odi:"application/vndoasisopendocumentimage",odm:"application/vndoasisopendocumenttext-master",odp:"application/vndoasisopendocumentpresentation",ods:"application/vndoasisopendocumentspreadsheet",odt:"application/vndoasisopendocumenttext",oga:"audio/ogg",ogg:"video/x-theora+ogg",ogm:"video/x-ogm+ogg",ogv:"video/ogg",ogx:"application/ogg",old:"application/x-trash",oleo:"application/x-oleo",opml:"text/x-opml+xml",ora:"image/openraster",orf:"image/x-olympus-orf",otc:"application/vndoasisopendocumentchart-template",otf:"application/x-font-otf",otg:"application/vndoasisopendocumentgraphics-template",oth:"application/vndoasisopendocumenttext-web",otp:"application/vndoasisopendocumentpresentation-template",ots:"application/vndoasisopendocumentspreadsheet-template",ott:"application/vndoasisopendocumenttext-template",owl:"application/rdf+xml",oxt:"application/vndopenofficeorgextension",p:"text/x-pascal",p10:"application/pkcs10",p12:"application/x-pkcs12",p7b:"application/x-pkcs7-certificates",p7s:"application/pkcs7-signature",pack:"application/x-java-pack200",pak:"application/x-pak",par2:"application/x-par2",pas:"text/x-pascal",patch:"text/x-patch",pbm:"image/x-portable-bitmap",pcd:"image/x-photo-cd",pcf:"application/x-cisco-vpn-settings",pcfgz:"application/x-font-pcf",pcfz:"application/x-font-pcf",pcl:"application/vndhp-pcl",pcx:"image/x-pcx",pdb:"chemical/x-pdb",pdc:"application/x-aportisdoc",pdf:"application/pdf",pdfbz2:"application/x-bzpdf",pdfgz:"application/x-gzpdf",pef:"image/x-pentax-pef",pem:"application/x-x509-ca-cert",perl:"application/x-perl",pfa:"application/x-font-type1",pfb:"application/x-font-type1",pfx:"application/x-pkcs12",pgm:"image/x-portable-graymap",pgn:"application/x-chess-pgn",pgp:"application/pgp-encrypted",php:"application/x-php",php3:"application/x-php",php4:"application/x-php",pict:"image/x-pict",pict1:"image/x-pict",pict2:"image/x-pict",pickle:"application/python-pickle",pk:"application/x-tex-pk",pkipath:"application/pkix-pkipath",pkr:"application/pgp-keys",pl:"application/x-perl",pla:"audio/x-iriver-pla",pln:"application/x-planperfect",pls:"audio/x-scpls",pm:"application/x-perl",png:"image/png",pnm:"image/x-portable-anymap",pntg:"image/x-macpaint",po:"text/x-gettext-translation",por:"application/x-spss-por",pot:"text/x-gettext-translation-template",ppm:"image/x-portable-pixmap",pps:"application/vndms-powerpoint",ppt:"application/vndms-powerpoint",pptm:"application/vndopenxmlformats-officedocumentpresentationmlpresentation",pptx:"application/vndopenxmlformats-officedocumentpresentationmlpresentation",ppz:"application/vndms-powerpoint",prc:"application/x-palm-database",ps:"application/postscript",psbz2:"application/x-bzpostscript",psgz:"application/x-gzpostscript",psd:"image/vndadobephotoshop",psf:"audio/x-psf",psfgz:"application/x-gz-font-linux-psf",psflib:"audio/x-psflib",psid:"audio/prssid",psw:"application/x-pocket-word",pw:"application/x-pw",py:"text/x-python",pyc:"application/x-python-bytecode",pyo:"application/x-python-bytecode",qif:"image/x-quicktime",qt:"video/quicktime",qtif:"image/x-quicktime",qtl:"application/x-quicktime-media-link",qtvr:"video/quicktime",ra:"audio/vndrn-realaudio",raf:"image/x-fuji-raf",ram:"application/ram",rar:"application/x-rar",ras:"image/x-cmu-raster",raw:"image/x-panasonic-raw",rax:"audio/vndrn-realaudio",rb:"application/x-ruby",rdf:"application/rdf+xml",rdfs:"application/rdf+xml",reg:"text/x-ms-regedit",rej:"application/x-reject",rgb:"image/x-rgb",rle:"image/rle",rm:"application/vndrn-realmedia",rmj:"application/vndrn-realmedia",rmm:"application/vndrn-realmedia",rms:"application/vndrn-realmedia",rmvb:"application/vndrn-realmedia",rmx:"application/vndrn-realmedia",roff:"text/troff",rp:"image/vndrn-realpix",rpm:"application/x-rpm",rss:"application/rss+xml",rt:"text/vndrn-realtext",rtf:"application/rtf",rtx:"text/richtext",rv:"video/vndrn-realvideo",rvx:"video/vndrn-realvideo",s3m:"audio/x-s3m",sam:"application/x-amipro",sami:"application/x-sami",sav:"application/x-spss-sav",scm:"text/x-scheme",sda:"application/vndstardivisiondraw",sdc:"application/vndstardivisioncalc",sdd:"application/vndstardivisionimpress",sdp:"application/sdp",sds:"application/vndstardivisionchart",sdw:"application/vndstardivisionwriter",sgf:"application/x-go-sgf",sgi:"image/x-sgi",sgl:"application/vndstardivisionwriter",sgm:"text/sgml",sgml:"text/sgml",sh:"application/x-shellscript",shar:"application/x-shar",shn:"application/x-shorten",siag:"application/x-siag",sid:"audio/prssid",sik:"application/x-trash",sis:"application/vndsymbianinstall",sisx:"x-epoc/x-sisx-app",sit:"application/x-stuffit",siv:"application/sieve",sk:"image/x-skencil",sk1:"image/x-skencil",skr:"application/pgp-keys",slk:"text/spreadsheet",smaf:"application/x-smaf",smc:"application/x-snes-rom",smd:"application/vndstardivisionmail",smf:"application/vndstardivisionmath",smi:"application/x-sami",smil:"application/smil",sml:"application/smil",sms:"application/x-sms-rom",snd:"audio/basic",so:"application/x-sharedlib",spc:"application/x-pkcs7-certificates",spd:"application/x-font-speedo",spec:"text/x-rpm-spec",spl:"application/x-shockwave-flash",spx:"audio/x-speex",sql:"text/x-sql",sr2:"image/x-sony-sr2",src:"application/x-wais-source",srf:"image/x-sony-srf",srt:"application/x-subrip",ssa:"text/x-ssa",stc:"application/vndsunxmlcalctemplate",std:"application/vndsunxmldrawtemplate",sti:"application/vndsunxmlimpresstemplate",stm:"audio/x-stm",stw:"application/vndsunxmlwritertemplate",sty:"text/x-tex",sub:"text/x-subviewer",sun:"image/x-sun-raster",sv4cpio:"application/x-sv4cpio",sv4crc:"application/x-sv4crc",svg:"image/svg+xml",svgz:"image/svg+xml-compressed",swf:"application/x-shockwave-flash",sxc:"application/vndsunxmlcalc",sxd:"application/vndsunxmldraw",sxg:"application/vndsunxmlwriterglobal",sxi:"application/vndsunxmlimpress",sxm:"application/vndsunxmlmath",sxw:"application/vndsunxmlwriter",sylk:"text/spreadsheet",t:"text/troff",t2t:"text/x-txt2tags",tar:"application/x-tar",tarbz:"application/x-bzip-compressed-tar",tarbz2:"application/x-bzip-compressed-tar",targz:"application/x-compressed-tar",tarlzma:"application/x-lzma-compressed-tar",tarlzo:"application/x-tzo",tarxz:"application/x-xz-compressed-tar",tarz:"application/x-tarz",tbz:"application/x-bzip-compressed-tar",tbz2:"application/x-bzip-compressed-tar",tcl:"text/x-tcl",tex:"text/x-tex",texi:"text/x-texinfo",texinfo:"text/x-texinfo",tga:"image/x-tga",tgz:"application/x-compressed-tar",theme:"application/x-theme",themepack:"application/x-windows-themepack",tif:"image/tiff",tiff:"image/tiff",tk:"text/x-tcl",tlz:"application/x-lzma-compressed-tar",tnef:"application/vndms-tnef",tnf:"application/vndms-tnef",toc:"application/x-cdrdao-toc",torrent:"application/x-bittorrent",tpic:"image/x-tga",tr:"text/troff",ts:"application/x-linguist",tsv:"text/tab-separated-values",tta:"audio/x-tta",ttc:"application/x-font-ttf",ttf:"application/x-font-ttf",ttx:"application/x-font-ttx",txt:"text/plain",txz:"application/x-xz-compressed-tar",tzo:"application/x-tzo",ufraw:"application/x-ufraw",ui:"application/x-designer",uil:"text/x-uil",ult:"audio/x-mod",uni:"audio/x-mod",uri:"text/x-uri",url:"text/x-uri",ustar:"application/x-ustar",vala:"text/x-vala",vapi:"text/x-vala",vcf:"text/directory",vcs:"text/calendar",vct:"text/directory",vda:"image/x-tga",vhd:"text/x-vhdl",vhdl:"text/x-vhdl",viv:"video/vivo",vivo:"video/vivo",vlc:"audio/x-mpegurl",vob:"video/mpeg",voc:"audio/x-voc",vor:"application/vndstardivisionwriter",vst:"image/x-tga",wav:"audio/x-wav",wax:"audio/x-ms-asx",wb1:"application/x-quattropro",wb2:"application/x-quattropro",wb3:"application/x-quattropro",wbmp:"image/vndwapwbmp",wcm:"application/vndms-works",wdb:"application/vndms-works",webm:"video/webm",wk1:"application/vndlotus-1-2-3",wk3:"application/vndlotus-1-2-3",wk4:"application/vndlotus-1-2-3",wks:"application/vndms-works",wma:"audio/x-ms-wma",wmf:"image/x-wmf",wml:"text/vndwapwml",wmls:"text/vndwapwmlscript",wmv:"video/x-ms-wmv",wmx:"audio/x-ms-asx",wp:"application/vndwordperfect",wp4:"application/vndwordperfect",wp5:"application/vndwordperfect",wp6:"application/vndwordperfect",wpd:"application/vndwordperfect",wpg:"application/x-wpg",wpl:"application/vndms-wpl",wpp:"application/vndwordperfect",wps:"application/vndms-works",wri:"application/x-mswrite",wrl:"model/vrml",wv:"audio/x-wavpack",wvc:"audio/x-wavpack-correction",wvp:"audio/x-wavpack",wvx:"audio/x-ms-asx",x3f:"image/x-sigma-x3f",xac:"application/x-gnucash",xbel:"application/x-xbel",xbl:"application/xml",xbm:"image/x-xbitmap",xcf:"image/x-xcf",xcfbz2:"image/x-compressed-xcf",xcfgz:"image/x-compressed-xcf",xhtml:"application/xhtml+xml",xi:"audio/x-xi",xla:"application/vndms-excel",xlc:"application/vndms-excel",xld:"application/vndms-excel",xlf:"application/x-xliff",xliff:"application/x-xliff",xll:"application/vndms-excel",xlm:"application/vndms-excel",xls:"application/vndms-excel",xlsm:"application/vndopenxmlformats-officedocumentspreadsheetmlsheet",xlsx:"application/vndopenxmlformats-officedocumentspreadsheetmlsheet",xlt:"application/vndms-excel",xlw:"application/vndms-excel",xm:"audio/x-xm",xmf:"audio/x-xmf",xmi:"text/x-xmi",xml:"application/xml",xpm:"image/x-xpixmap",xps:"application/vndms-xpsdocument",xsl:"application/xml",xslfo:"text/x-xslfo",xslt:"application/xml",xspf:"application/xspf+xml",xul:"application/vndmozillaxul+xml",xwd:"image/x-xwindowdump",xyz:"chemical/x-pdb",xz:"application/x-xz",w2p:"application/w2p",z:"application/x-compress",zabw:"application/x-abiword",zip:"application/zip"}},346:function(d,_,e){"use strict";e.d(_,{Z:function(){return c}});const r={PROXY_SERVER:"http://172.16.100.176",API_SERVER:"",REPORT_SERVER:"http://192.168.1.57:3001",IMG_SERVER:"http://172.16.100.176",FORGE:"https://code.educoder.net/",SSH_SERVER:"wss://webssh.educoder.net",SSH_Slice:"https://testfu.educoder.net",OFFICE_SERVER:"https://testoffice.educoder.net",ONLYOFFICE:"https://testoffice.educoder.net",OFFICE_IP:"http://113.246.243.98:9569",TERMINAL_URL:"testsvc1.vnc.educoder.net",QQLoginCB:encodeURIComponent("https://test-newweb.educoder.net")};var i=null,c={local:{API_SERVER:"http://localhost:3000",IMG_SERVER:"https://testali-cdn.educoder.net/",REPORT_SERVER:"http://192.168.1.57:3001",FORGE:"https://test-oldweb.educoder.net/",SSH_SERVER:"wss://pre-webssh.educoder.net",SSH_Slice:"https://testfu.educoder.net",OFFICE_SERVER:"https://testoffice.educoder.net",ONLYOFFICE:"https://testoffice.educoder.net",OFFICE_IP:"http://113.246.243.98:9569",QQLoginCB:encodeURIComponent("https://test-newweb.educoder.net")},dev:r,newReactTest:{API_SERVER:(()=>{let f;switch(location.host){case"test4.educoder.net":f="https://test4-data.educoder.net";break;case"test3.educoder.net":f="https://test3-data.educoder.net";break;case"test2.educoder.net":f="https://test2-data.educoder.net";break;default:f="https://test-data.educoder.net";break}return f})(),SSH_SERVER:"wss://pre-webssh.educoder.net",SSH_Slice:"https://testfu.educoder.net",IMG_SERVER:(()=>{let f="https://new-testali-cdn.educoder.net";const o=location.host;return o==="test3.educoder.net"&&(f="https://test3-data.educoder.net"),o==="test4.educoder.net"&&(f="https://test4-data.educoder.net"),f})(),OFFICE_SERVER:"https://testoffice.educoder.net",ONLYOFFICE:"https://testoffice.educoder.net",OFFICE_IP:"http://113.246.243.98:9569",REPORT_SERVER:"http://192.168.1.57:3001",FORGE:"https://test-oldweb.educoder.net/",QQLoginCB:encodeURIComponent("https://test-data.educoder.net"),TERMINAL_URL:"testsvc1.vnc.educoder.net"},preNewBuild:{API_SERVER:(()=>{let f="https://pre-data.educoder.net";return location.host==="pre2.educoder.net"&&(f="https://pre-data2.educoder.net"),f})(),IMG_SERVER:"https://preali-cdn.educoder.net",SSH_SERVER:"wss://pre-webssh.educoder.net",SSH_Slice:"https://testfu.educoder.net",REPORT_SERVER:"http://192.168.1.57:3001",OFFICE_SERVER:"https://testoffice.educoder.net",ONLYOFFICE:"https://testoffice.educoder.net",OFFICE_IP:"http://113.246.243.98:9569",FORGE:"https://forge.educoder.net/",QQLoginCB:encodeURIComponent("https://pre.educoder.net")},newBuild:{API_SERVER:(()=>{let f="https://data.educoder.net";return document.domain==="kepukehuan.educoder.net"?f="https://kepukehuan-data.educoder.net":(document.domain==="www.tokcoder.com"||document.domain==="tokcoder.com")&&(f="https://data.tokcoder.com"),f})(),SSH_SERVER:"wss://webssh.educoder.net",REPORT_SERVER:"http://192.168.1.57:3001",SSH_Slice:"https://fu.educoder.net",IMG_SERVER:"https://ali-cdn.educoder.net",OFFICE_SERVER:"https://officeserver.educoder.net",ONLYOFFICE:"https://office.educoder.net",OFFICE_IP:"https://officedata.educoder.net",FORGE:"https://code.educoder.net/",QQLoginCB:encodeURIComponent("https://www.educoder.net"),TERMINAL_URL:".jupyter.educoder.net"},newTest:{API_SERVER:"https://test-data.educoder.net",IMG_SERVER:"https://test-data.educoder.net",REPORT_SERVER:"http://192.168.1.57:3001",SSH_SERVER:"wss://pre-webssh.educoder.net",SSH_Slice:"https://testfu.educoder.net",OFFICE_SERVER:"https://testoffice.educoder.net",ONLYOFFICE:"https://testoffice.educoder.net",OFFICE_IP:"http://113.246.243.98:9569",FORGE:"http://test-oldweb.educoder.net/",QQLoginCB:encodeURIComponent("https://test-data.educoder.net")},test:{API_SERVER:"",IMG_SERVER:"",REPORT_SERVER:"http://192.168.1.57:3001",FORGE:"http://test-oldweb.educoder.net/",SSH_Slice:"https://testfu.educoder.net",OFFICE_SERVER:"https://testoffice.educoder.net",ONLYOFFICE:"https://testoffice.educoder.net",OFFICE_IP:"http://113.246.243.98:9569",SSH_SERVER:"wss://pre-webssh.educoder.net",QQLoginCB:encodeURIComponent("https://test-newweb.educoder.net")},preBuild:{API_SERVER:"",IMG_SERVER:"https://preali-cdn.educoder.net",REPORT_SERVER:"http://192.168.1.57:3001",FORGE:"https://forge.educoder.net/",SSH_Slice:"https://testfu.educoder.net",OFFICE_SERVER:"https://testoffice.educoder.net",ONLYOFFICE:"https://testoffice.educoder.net",OFFICE_IP:"http://113.246.243.98:9569",SSH_SERVER:"wss://pre-webssh.educoder.net",QQLoginCB:encodeURIComponent("https://test-newweb.educoder.net")},newWeb:{API_SERVER:"https://test-newweb.educoder.net",IMG_SERVER:"https://test-newweb.educoder.net/",REPORT_SERVER:"http://192.168.1.57:3001",FORGE:"http://test-oldweb.educoder.net/",SSH_Slice:"https://testfu.educoder.net",OFFICE_SERVER:"https://testoffice.educoder.net",ONLYOFFICE:"https://testoffice.educoder.net",OFFICE_IP:"http://113.246.243.98:9569",SSH_SERVER:"wss://pre-webssh.educoder.net",QQLoginCB:encodeURIComponent("https://test-newweb.educoder.net")},build:{API_SERVER:"",IMG_SERVER:"",REPORT_SERVER:"http://192.168.1.57:3001",FORGE:"https://forge.educoder.net/",SSH_SERVER:"wss://webssh.educoder.net",SSH_Slice:"https://fu.educoder.net",OFFICE_SERVER:"https://officeserver.educoder.net",ONLYOFFICE:"",OFFICE_IP:"https://officedata.educoder.net",QQLoginCB:encodeURIComponent("https://www.educoder.net"),TERMINAL_URL:".jupyter.educoder.net"}}[window.ENV||"dev"]},38986:function(d,_,e){"use strict";e.d(_,{IV:function(){return Z},U2:function(){return oe},ZP:function(){return ue},d4:function(){return ee},gz:function(){return le},rz:function(){return ie},v_:function(){return q}});var r=e(346),i=e(28909),l=e(43418),c=e(8591),f=e(85582),o=e.n(f),h=e(59301),u=e(25690),a=e(51257),x=e(89392),p=e.n(x),y=Object.defineProperty,m=Object.defineProperties,b=Object.getOwnPropertyDescriptors,S=Object.getOwnPropertySymbols,k=Object.prototype.hasOwnProperty,R=Object.prototype.propertyIsEnumerable,A=(j,se,me)=>se in j?y(j,se,{enumerable:!0,configurable:!0,writable:!0,value:me}):j[se]=me,O=(j,se)=>{for(var me in se||(se={}))k.call(se,me)&&A(j,me,se[me]);if(S)for(var me of S(se))R.call(se,me)&&A(j,me,se[me]);return j},M=(j,se)=>m(j,b(se)),B=(j,se,me)=>new Promise((Oe,ke)=>{var $e=wt=>{try{Ft(me.next(wt))}catch(Pt){ke(Pt)}},Ne=wt=>{try{Ft(me.throw(wt))}catch(Pt){ke(Pt)}},Ft=wt=>wt.done?Oe(wt.value):Promise.resolve(wt.value).then($e,Ne);Ft((me=me.apply(j,se)).next())});let U;const X={200:"\u670D\u52A1\u5668\u6210\u529F\u8FD4\u56DE\u8BF7\u6C42\u7684\u6570\u636E\u3002",201:"\u65B0\u5EFA\u6216\u4FEE\u6539\u6570\u636E\u6210\u529F\u3002",202:"\u4E00\u4E2A\u8BF7\u6C42\u5DF2\u7ECF\u8FDB\u5165\u540E\u53F0\u6392\u961F\uFF08\u5F02\u6B65\u4EFB\u52A1\uFF09\u3002",204:"\u5220\u9664\u6570\u636E\u6210\u529F\u3002",400:"\u53D1\u51FA\u7684\u8BF7\u6C42\u6709\u9519\u8BEF\uFF0C\u670D\u52A1\u5668\u6CA1\u6709\u8FDB\u884C\u65B0\u5EFA\u6216\u4FEE\u6539\u6570\u636E\u7684\u64CD\u4F5C\u3002",401:"\u7528\u6237\u6CA1\u6709\u6743\u9650\uFF08\u4EE4\u724C\u3001\u7528\u6237\u540D\u3001\u5BC6\u7801\u9519\u8BEF\uFF09\u3002",403:"\u7528\u6237\u5F97\u5230\u6388\u6743\uFF0C\u4F46\u662F\u8BBF\u95EE\u662F\u88AB\u7981\u6B62\u7684\u3002",404:"\u53D1\u51FA\u7684\u8BF7\u6C42\u9488\u5BF9\u7684\u662F\u4E0D\u5B58\u5728\u7684\u8BB0\u5F55\uFF0C\u670D\u52A1\u5668\u6CA1\u6709\u8FDB\u884C\u64CD\u4F5C\u3002",406:"\u8BF7\u6C42\u7684\u683C\u5F0F\u4E0D\u53EF\u5F97\u3002",410:"\u8BF7\u6C42\u7684\u8D44\u6E90\u88AB\u6C38\u4E45\u5220\u9664\uFF0C\u4E14\u4E0D\u4F1A\u518D\u5F97\u5230\u7684\u3002",422:"\u5F53\u521B\u5EFA\u4E00\u4E2A\u5BF9\u8C61\u65F6\uFF0C\u53D1\u751F\u4E00\u4E2A\u9A8C\u8BC1\u9519\u8BEF\u3002",500:"\u670D\u52A1\u5668\u53D1\u751F\u9519\u8BEF\uFF0C\u8BF7\u68C0\u67E5\u670D\u52A1\u5668\u3002",502:"\u7F51\u5173\u9519\u8BEF\u3002",503:"\u670D\u52A1\u4E0D\u53EF\u7528\uFF0C\u670D\u52A1\u5668\u6682\u65F6\u8FC7\u8F7D\u6216\u7EF4\u62A4\u3002",504:"\u7F51\u5173\u8D85\u65F6\u3002"},G=(j,se)=>B(void 0,null,function*(){if(j.status>=200&&j.status<300)return j;const me=X[j.status]||j.statusText;let Oe;var ke=j.json();yield ke.then((Ne,Ft)=>{setTimeout(()=>{let wt=(0,u.getDvaApp)()},400),Oe=Ne.message,window.showNetworkErrorTip(Ne.message||`\u8BF7\u6C42\u9519\u8BEF ${j.status}: ${j.message}`),i.Z.error({style:{wordBreak:"break-all"},message:Ne.message||`\u8BF7\u6C42\u9519\u8BEF ${j.status}: ${j.message}`,description:Ne.message?"":me})});const $e=new Error(me);throw $e.name=j.status,$e.response=j,{data:j,code:j.status,message:Oe||me}}),V=(j,se)=>{const me=j.headers.get("Content-Type");return me&&me.match(/application\/json/i)&&j.clone().text().then(()=>{}),j};function ae(j){try{return decodeURIComponent(j),decodeURIComponent(encodeURIComponent(j))===j}catch(se){return!1}}const ie=j=>{j=j||{};let se="";for(let me in j)typeof j[me]=="object"?Array.isArray(j[me])&&j[me].forEach((Oe,ke)=>{se+="&"+me+"[]="+Oe}):j[me]!==void 0&&(se+="&"+me+"="+(ae(j[me])?j[me]:encodeURIComponent(j[me])));return se.substr(1)};function ue(j,se,me,Oe){se.method||(se.method="get"),se.method=se.method.toUpperCase(),se.mode="cors";const ke=O({},se),{user:$e}=(0,u.getDvaApp)()._store.getState(),{userInfo:Ne}=$e,Ft=j+(ke.body?JSON.stringify(ke.body):""),wt=o().sha256().update(Ft).digest("hex"),Pt={credentials:"include",withCredentials:!0},Jt={};Ne!=null&&Ne.login&&(Jt.zzud=Ne==null?void 0:Ne.login,Ne!=null&&Ne.school_id&&(Jt.zzsud=Ne==null?void 0:Ne.school_id),ke.params=O(O({},ke.params||{}),Jt));let er=O(O({},Pt),(0,x.cloneDeep)(ke));(er.method==="POST"||er.method==="PUT"||er.method==="PATCH"||er.method==="DELETE")&&(me?(er.headers=M(O({_method:se.method.toUpperCase()},er.headers),{"Pc-Authorization":(0,a.ej)("_educoder_session"),"X-Original-Protocol":location.protocol,"X-Original-Host":location.host}),er.body=ke.body):(er.headers=O({Accept:"application/json",_method:se.method.toUpperCase(),"Content-Type":"application/json; charset=utf-8","Pc-Authorization":(0,a.ej)("_educoder_session"),"X-Original-Protocol":location.protocol,"X-Original-Host":location.host},er.headers),er.body=JSON.stringify(ke.body))),er.method=="GET"?(er.headers=M(O({Accept:"application/json","Content-Type":"application/json; charset=utf-8",_method:se.method.toUpperCase()},er.headers),{"Pc-Authorization":(0,a.ej)("_educoder_session"),"X-Original-Protocol":location.protocol,"X-Original-Host":location.host}),ke.params&&ie(ke.params)&&(j+="?"+ie(ke.params))):Jt.zzud&&(j+="?"+ie(O({},Jt)));const tr=ke.expirys&&60;let Xe;(bt=>{bt.json="application/json;charset=UTF-8",bt.form="application/x-www-form-urlencoded; charset=UTF-8"})(Xe||(Xe={}));let It;(bt=>{bt.get="GET",bt.post="POST"})(It||(It={}));const Zt=bt=>B(this,null,function*(){const mt=yield bt.arrayBuffer();let et;const He=new Blob([mt]);try{et=bt.headers.get("Content-Disposition").split(";")[1].replace("filename=","").replace(/[\s+,\',\",\,\,\“,\”,\<,\>,\《,\》]/g,"")}catch(Ue){et="userfiles.zip"}const _e=document.createElement("a"),Se=window.URL.createObjectURL(He),Me=et;return _e.href=Se,_e.download=Me,_e.click(),window.URL.revokeObjectURL(Se),mt});let ot=r.Z.API_SERVER;return(window.ENV==="dev"||j.startsWith("http"))&&(ot=""),er.method=="GET"&&er.params&&Object.keys(er.params).map(bt=>{if(er.params[bt]&&!Array.isArray(er.params[bt]))try{er.params[bt]=encodeURIComponent(decodeURIComponent(er.params[bt]))}catch(mt){er.params[bt]=encodeURIComponent(er.params[bt])}}),(0,a.Ec)(er,j),Oe&&(ot=""),er.headers._method=er.method,er.headers["X-HTTP-Method-Override"]=er.method,er.method!=="GET"&&(er.method="POST"),fetch(ot+j,er).then(bt=>G(bt,O({url:r.Z.API_SERVER+j},er))).then(bt=>V(bt,wt)).then(bt=>B(this,null,function*(){var mt,et,He,_e;try{const Me=bt.headers.get("cs");Me&&(0,a.d8)("_educoder_session",Me,1)}catch(Me){}if(bt.status===204)return bt.text();let Se;if(bt.headers.get("content-type").indexOf("application/json")>-1){Se=yield bt.json();try{const Me=/\(\s+\/api\/attachments\/(\d+)|\(\/api\/attachments\/(\d+)\//g,Ue=/\"\/api\/attachments\/(\d+)\//g,We=/\(\s+\/files\/uploads\/(\d+)|\"\/files\/uploads\/(\d+)\//g,it=/\/api\/attachments\/(\d+)/g,ct=/\/attachments\/download\/(\d+)/g;let Gt=JSON.stringify(Se).replace(it,($t,Pe,Qe,Kt)=>{const Lt=Pe||Qe||Kt;return"/api/attachments/"+(0,a.Jn)(Lt)}).replace(ct,($t,Pe,Qe)=>{const Kt=Pe||Qe;return"/attachments/download/"+(0,a.Jn)(Kt)}).replace(Me,($t,Pe,Qe,Kt)=>{const Lt=Pe||Qe||Kt;return"(/api/attachments/"+(0,a.Jn)(Lt)}).replace(Ue,($t,Pe,Qe)=>{const Kt=Pe||Qe;return'"/api/attachments/'+(0,a.Jn)(Kt)}).replace(We,($t,Pe,Qe)=>{const Kt=Pe||Qe;return"(/files/uploads/"+(0,a.Jn)(Kt)}).replace(/\r\n/g,`
`);Se=JSON.parse(Gt)}catch(Me){}}else er.headers["Content-Type"]==="application/xml"?Se=yield bt.text():(mt=ke.body)!=null&&mt.autoDownload||(et=ke.params)!=null&&et.autoDownload?Se=yield Zt(bt):Se=yield bt.arrayBuffer();try{Se.status===401&&(!((He=er.params)!=null&&He.hidePopLogin)||!((_e=er.body)!=null&&_e.hidePopLogin))&&(0,u.getDvaApp)()._store.dispatch({type:"user/showPopLogin",payload:{showPopLogin:!0,showClosable:!0}}),Se.status===402&&(localStorage.getItem("addinfo")==="2"?(0,u.getDvaApp)()._store.dispatch({type:"shixunHomeworks/setActionTabs",payload:{key:"\u586B\u5145\u4FE1\u606F\u5F39\u7A97"}}):(U=U||l.default.confirm({visible:!1,okText:"\u786E\u5B9A",cancelText:"\u53D6\u6D88"}),U.update({centered:!0,visible:!0,title:"\u63D0\u793A",content:"\u60A8\u9700\u8981\u53BB\u5B8C\u5584\u60A8\u7684\u4E2A\u4EBA\u8D44\u6599\uFF0C\u624D\u80FD\u4F7F\u7528\u6B64\u529F\u80FD",okText:"\u7ACB\u5373\u5B8C\u5584",cancelText:"\u7A0D\u540E\u5B8C\u5584",onOk:()=>{u.history.push("/account/profile/edit")}})))}catch(Me){console.log("fetcherr",Me)}return K(Se,j),Se})).catch(bt=>{try{const mt=bt.code;if(bt instanceof TypeError&&window.showNetworkErrorTip(`${j}<span class="ml10">${bt.message}</span>`),mt){if(mt===401){(0,u.getDvaApp)()._store.dispatch({type:"user/showPopLogin",payload:{showPopLogin:!0,showClosable:!0}});return}K(bt,j)}else j.includes("/file/filePatchMerge")?(0,u.getDvaApp)()._store.dispatch({type:"shixunHomeworks/setActionTabs",payload:{key:"\u5206\u7247\u4E13\u7528504",params:er.body}}):bt.message!=="403"&&window.showNetworkErrorTip(`${j}<span class="ml10">${bt.message}</span>`);return bt}catch(mt){}})}let Q=!1,J=!1;const K=(j,se)=>{var me,Oe,ke;if(j.status==-6&&!J){J=!0,(0,a.d8)("_educoder_session","logout",1),(0,a.m5)(),setTimeout(()=>J=!1,500),l.default.info({title:"\u7CFB\u7EDF\u901A\u77E5",content:j.message,okText:"\u77E5\u9053\u4E86",maskStyle:{background:"#000"},onOk:()=>{window.location.reload()}});return}if(j.status==-7){J=!0,setTimeout(()=>J=!1,500);let Ne="";(me=j==null?void 0:j.data)!=null&&me.exercise_list&&((ke=(Oe=j==null?void 0:j.data)==null?void 0:Oe.exercise_list)==null||ke.map(Ft=>{Ne+=`<a target="_blank" href="/classrooms/${Ft.identifier}/exercise">\u300A${Ft.exercise_name}\u300B</a>`})),l.default.info({title:"\u63D0\u793A",content:h.createElement("div",{id:"fetchStatus7",className:"fetchStatus7"},""),maskClosable:!1,closeIcon:!1,width:550,maskStyle:{background:"#000"},okText:"\u8FD4\u56DE\u9996\u9875",onOk:()=>{window.location.href="/"}}),setTimeout(()=>{document.getElementById("fetchStatus7").innerHTML=`<div>\u60A8\u5F53\u524D\u6709\u6B63\u5728\u8FDB\u884C\u7684\u8003\u8BD5 ${Ne} \uFF0C\u8BF7\u5728\u8003\u8BD5\u7ED3\u675F\u540E\u8BBF\u95EE\u8BE5\u9875\u9762</div>`},500);return}if((j.status==-1||j.status==-2||j.status==-102||j.status>400)&&j.status!=403&&!J){J=!0,setTimeout(()=>J=!1,500),c.ZP.warning({content:j.message,key:"message-key"});return}const $e={403:"/403",404:"/404",500:"/500"};if($e[j.status]&&!Q){const{user:Ne}=(0,u.getDvaApp)()._store.getState(),{userInfo:Ft}=Ne;throw window.location.pathname.indexOf("/users")>-1&&document.domain==="kepukehuan.educoder.net"&&(Q=!0),setTimeout(()=>Q=!1,500),sessionStorage.setItem("errorStatus",JSON.stringify(j)),Object.values($e).includes(window.location.pathname)?console.log("\u5F53\u524D\u8DEF\u5F84\u5B58\u5728\u4E8E mapping \u4E2D, \u4E0D\u518D\u6267\u884C\u8DF3\u8F6C"):location.replace($e[j.status]),new Error("403")}};function oe(j,se){return ue(`/api/${j}`,{method:"Get",params:se||{}})}function ee(j,se){return ue(`/${j}`,{method:"Get",params:se})}function q(j,se){return ue(`/api/${j}`,{method:"Post",body:O({},se)})}function le(j,se){return ue(`/api/${j}`,{method:"Put",body:O({},se)})}function Z(j,se){return ue(`/api/${j}`,{method:"delete",body:O({},se||{})})}},11851:function(d,_,e){"use strict";e.d(_,{Bn:function(){return l},hw:function(){return i},mi:function(){return r}});const r="WTJJelpXRXdaakk0Tm1SbE56UTFPRFl5TXpnNVltWmtZVE0zTVdSalltST0=",i="WVdaak1UVmhOVEF3TkRRd05qZGlZemRsTVdZeFptSTROek5rT0daak1UYz0=",l="T1RkaE1XWTRaalJoTUdaaE9HUmxaR016T0RGa05XTTNPRFkwTkdJeVpUQT0="},81428:function(d,_,e){"use strict";e.d(_,{AL:function(){return B},Iy:function(){return p},Qv:function(){return b},ez:function(){return M},jb:function(){return y}});var r=e(32834),i=e.n(r),l=e(11690),c=e.n(l);let f=1;function o(ae,ie){const ue=ae.match(/^(\s+)(?:```)/);if(ue===null)return ie;const Q=ue[1];return ie.split(`
`).map(J=>{const K=J.match(/^\s+/);if(K===null)return J;const[oe]=K;return oe.length>=Q.length?J.slice(Q.length):J}).join(`
`)}let h=[],u=["<ul>"];const a=new(i()).Renderer,x=/^ *(#{1,6}) *([^\n]+?) *(?:#+ *)?(?:\n+|$)/;function p(){h.length=0,u=["<ul>"]}const y={overflow:"hidden",WebkitBoxOrient:"vertical",display:"-webkit-box",WebkitLineClamp:2};function m(ae,ie,ue,Q){if(ie>=ae.length||ae[ie].level<=ue)return ie;var J=ae[ie];Q.push("<li><a href='#"+f+J.anchor+"'>"+J.text+"</a>"),ie++;var K=[];return ie=m(ae,ie,J.level,K),K.length>0&&(Q.push("<ul>"),K.forEach(function(oe){Q.push(oe)}),Q.push("</ul>")),Q.push("</li>"),ie=m(ae,ie,ue,Q),ie}function b(){return m(h,0,0,u),u.push("</ul>"),u.join("")}const S={heading(ae){const ie=x.exec(ae);if(f+=1,ie)return{type:"heading",raw:ie[0],depth:ie[1].length,text:ie[2]}},fences(ae){const ie=this.rules.block.fences.exec(ae);if(ie){const ue=ie[0];let Q=o(ue,ie[3]||"");const J=ie[2]?ie[2].trim():ie[2];if(["latex","katex","math"].indexOf(J)>=0){const K=A(),oe=Q;Q=K,O[K]={type:"block",expression:oe}}return{type:"code",raw:ue,lang:J,text:Q}}}},k=/(?:\${2})([^\n`]+?)(?:\${2})/gi;let R=0;const A=()=>`__special_katext_id_${R++}__`;let O={};function M(){return O}function B(){R=0,O={}}function U(ae){return ae=ae.replace(k,(ie,ue)=>{const Q=A();return O[Q]={type:"inline",expression:ue},Q}),ae}const X=a.listitem;a.listitem=function(ae){return X(U(ae))};const G=a.paragraph;a.paragraph=function(ae){return G(U(ae))};const V=a.tablecell;a.tablecell=function(ae,ie){return V(U(ae),ie)},a.code=function(ae,ie,ue){const Q=(ie||"").match(/\S*/)[0];return Q?["latex","katex","math"].indexOf(Q)>=0?`<p class='editormd-tex'>${ae}</p>`:`<pre class="prettyprint linenums"><code class="language-${ie}">${ue?ae:(0,l.escape)(ae,!0)}</code></pre>
`:'<pre class="prettyprint linenums"><code>'+(ue?ae:(0,l.escape)(ae,!0))+"</code></pre>"},a.heading=function(ae,ie,ue){let Q=this.options.headerPrefix+ue.toLowerCase().replace(/[^\w\\u4e00-\\u9fa5]]+/g,"-");return h.push({anchor:Q,level:ie,text:ae}),"<h"+ie+' id="'+f+Q+'">'+ae+"</h"+ie+">"},i().setOptions({silent:!0,gfm:!0,pedantic:!1}),i().use({tokenizer:S,renderer:a}),_.ZP=i()},51257:function(__unused_webpack_module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,{AS:function(){return vtrsKey},BO:function(){return NewAntdDisabledDate},Br:function(){return getBlob},DH:function(){return timego},Dk:function(){return setDocumentTitle},Dw:function(){return onPreviewImage},EJ:function(){return HighLightedContent},EM:function(){return toChineseNumber},EN:function(){return preciseCalculation},Ec:function(){return setHeader},FH:function(){return downLoadFile},G5:function(){return sendAppStatus},G7:function(){return handleValidatorNickName},HJ:function(){return handleValidatorName},I9:function(){return RomanNumber},IS:function(){return isWechatBrowser},Il:function(){return setThreeComponent},JL:function(){return formatHomeWorkStatusToName},Jn:function(){return getImageUrl},L4:function(){return PollsStatus},L9:function(){return trackEvent},LR:function(){return download},Ll:function(){return checkIsClientExam},M:function(){return setmiyah},M2:function(){return randomArray},NY:function(){return setUrlQuery},Nd:function(){return downLoadLink},Oo:function(){return getCategoryName},Or:function(){return toWechatLogin},PF:function(){return formatRandomPaperDatas},Pq:function(){return cutName},Q8:function(){return disabledDate},QB:function(){return timeContrast},QE:function(){return releaseRuleDataAdjust},QH:function(){return downLoadFileIframe},Qq:function(){return JudgeSort},RD:function(){return bytesToSize},RG:function(){return copyTextFuc},Sp:function(){return rangeNumber},Tv:function(){return ImgSrcConvert},U6:function(){return HalfPastOne},UQ:function(){return HomeWorkDetailStatus},Uw:function(){return CommonWorkStatus},VV:function(){return StatusClassroomsTags},Vf:function(){return domScrollToTop},W:function(){return isUnOrNull},WX:function(){return isLocalApp},Y:function(){return HomeWorkCommonDetailStatus},YA:function(){return getHiddenName},ZI:function(){return numFormat},ZJ:function(){return toDataUrl},_g:function(){return getMessagesUrl},_m:function(){return isKepuKehuan},ad:function(){return formatRandomPaperData},b9:function(){return isPc},cX:function(){return localSort},d0:function(){return disabledTime},d8:function(){return setCookie},db:function(){return getFileContentAndUrl},eF:function(){return bindPhone},eR:function(){return validateLength},ej:function(){return getCookie},en:function(){return parseUrl},fX:function(){return buildTree},hi:function(){return getExamRestrictionInfo},hv:function(){return NewAntdDisabledTime},i7:function(){return isChrome},j1:function(){return StatusGraduationProjectTags},jh:function(){return educationList},jt:function(){return showInstallWebRtcDoc},ju:function(){return ExerciseStatus},jz:function(){return replaceParamVal},k3:function(){return scrollToTop},kk:function(){return pointerEvents},lC:function(){return HomeWorkListStatus},lF:function(){return toWNumber},li:function(){return toTimeFormat},m5:function(){return clearAllCookies},nr:function(){return startExercise},oP:function(){return getJsonFromUrl},oV:function(){return ZimuSort},og:function(){return formatRate},oi:function(){return checkLocalOrPublicIp},pE:function(){return addJumping},pp:function(){return findEndWhitespace},qZ:function(){return arrTrans},qd:function(){return DayHalfPastOne},rK:function(){return HomeWorkShixunListStatus},rU:function(){return showTotal},rz:function(){return moveArray},s2:function(){return isMobileDevice},tP:function(){return cutFileName},tw:function(){return getTwoDecimalPlaces},uD:function(){return dealUploadChange},vA:function(){return HomeWorkShixunDetailStatus},vB:function(){return exerciseTips},vQ:function(){return copyToClipboard},xg:function(){return openNewWindow},y3:function(){return getBase64},yC:function(){return compareVersion}});var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(59301),_utils_authority__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(48790),antd__WEBPACK_IMPORTED_MODULE_14__=__webpack_require__(8591),antd__WEBPACK_IMPORTED_MODULE_15__=__webpack_require__(43418),antd__WEBPACK_IMPORTED_MODULE_16__=__webpack_require__(95237),antd__WEBPACK_IMPORTED_MODULE_17__=__webpack_require__(43604),_components_Exercise_ip__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(6383),_service_exercise__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(81722),_contentType__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(77935),umi__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(25690),md5__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(93735),md5__WEBPACK_IMPORTED_MODULE_6___default=__webpack_require__.n(md5__WEBPACK_IMPORTED_MODULE_6__),_env__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(346),_components_mediator__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(49535),_components_RenderHtml__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(91842),_utils_fetch__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(38986),crypto_js__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(28209),crypto_js__WEBPACK_IMPORTED_MODULE_11___default=__webpack_require__.n(crypto_js__WEBPACK_IMPORTED_MODULE_11__),_key__WEBPACK_IMPORTED_MODULE_19__=__webpack_require__(11851),moment__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(61186),moment__WEBPACK_IMPORTED_MODULE_12___default=__webpack_require__.n(moment__WEBPACK_IMPORTED_MODULE_12__),dayjs_plugin_customParseFormat__WEBPACK_IMPORTED_MODULE_13__=__webpack_require__(33656),dayjs_plugin_customParseFormat__WEBPACK_IMPORTED_MODULE_13___default=__webpack_require__.n(dayjs_plugin_customParseFormat__WEBPACK_IMPORTED_MODULE_13__),uuid__WEBPACK_IMPORTED_MODULE_18__=__webpack_require__(1012),__defProp=Object.defineProperty,__defProps=Object.defineProperties,__getOwnPropDescs=Object.getOwnPropertyDescriptors,__getOwnPropSymbols=Object.getOwnPropertySymbols,__hasOwnProp=Object.prototype.hasOwnProperty,__propIsEnum=Object.prototype.propertyIsEnumerable,__defNormalProp=(d,_,e)=>_ in d?__defProp(d,_,{enumerable:!0,configurable:!0,writable:!0,value:e}):d[_]=e,__spreadValues=(d,_)=>{for(var e in _||(_={}))__hasOwnProp.call(_,e)&&__defNormalProp(d,e,_[e]);if(__getOwnPropSymbols)for(var e of __getOwnPropSymbols(_))__propIsEnum.call(_,e)&&__defNormalProp(d,e,_[e]);return d},__spreadProps=(d,_)=>__defProps(d,__getOwnPropDescs(_)),__async=(d,_,e)=>new Promise((r,i)=>{var l=o=>{try{f(e.next(o))}catch(h){i(h)}},c=o=>{try{f(e.throw(o))}catch(h){i(h)}},f=o=>o.done?r(o.value):Promise.resolve(o.value).then(l,c);f((e=e.apply(d,_)).next())}),_a,_b;moment__WEBPACK_IMPORTED_MODULE_12___default().extend(dayjs_plugin_customParseFormat__WEBPACK_IMPORTED_MODULE_13___default());const HighLightedContent=(d,_=[],e="#2EC25B")=>(typeof _=="string"&&(_=[_]),d.replace(new RegExp(`(${_.join("|")})`,"gi"),`<span style="color:${e}">$1</span>`)),parseParams=d=>{d=d||{};let _="";for(let e in d)typeof d[e]=="object"?Array.isArray(d[e])&&d[e].forEach((r,i)=>{_+="&"+e+"[]="+r}):d[e]!==void 0&&(_+="&"+e+"="+d[e]);return _.substr(1)},getKey=d=>window.atob(window.atob(d));function bytesToSize(d){var _=["Bytes","KB","MB","GB","TB"];if(d==0)return"0 Byte";var e=parseInt(""+Math.floor(Math.log(d)/Math.log(1024)),10);return(d/Math.pow(1024,e)).toFixed(1)+" "+_[e]}const getTwoDecimalPlaces=d=>Math.round(Math.round(d*1e5)/1e3*100)/100,NewAntdDisabledDate=(d,_=null)=>{const e=d<moment__WEBPACK_IMPORTED_MODULE_12___default()(_==null?void 0:_.startTime).startOf("day"),r=d>moment__WEBPACK_IMPORTED_MODULE_12___default()(_==null?void 0:_.endTime).endOf("day"),i=d<moment__WEBPACK_IMPORTED_MODULE_12___default()(_==null?void 0:_.compared).startOf("day");return _!=null&&_.endTime?_!=null&&_.compared?moment__WEBPACK_IMPORTED_MODULE_12___default()()<=moment__WEBPACK_IMPORTED_MODULE_12___default()(_==null?void 0:_.compared)?i||r:e||r:d&&e||r:_!=null&&_.compared&&moment__WEBPACK_IMPORTED_MODULE_12___default()()<=moment__WEBPACK_IMPORTED_MODULE_12___default()(_==null?void 0:_.compared)?i:e},NewAntdDisabledTime=(d,_=null)=>{const e=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()(d).format("HH")),r=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()(d).format("mm")),i=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()().format("HH")),l=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()().format("mm")),c=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()().format("ss"));function f(o,h){const u=[];for(let a=o;a<h;a++)u.push(a);return u}if(!d)return{disabledHours:()=>f(0,i),disabledMinutes:()=>f(0,l)};if(_!=null&&_.compared){const o=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()(_==null?void 0:_.compared).format("HH")),h=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()(_==null?void 0:_.compared).format("mm")),u=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()(_==null?void 0:_.compared).format("ss"));return moment__WEBPACK_IMPORTED_MODULE_12___default()(d).isSame(moment__WEBPACK_IMPORTED_MODULE_12___default()(_==null?void 0:_.compared),"day")?{disabledHours:()=>f(0,o),disabledMinutes:()=>e<=o?f(0,h):[]}:void 0}if(moment__WEBPACK_IMPORTED_MODULE_12___default()(d).isSame(moment__WEBPACK_IMPORTED_MODULE_12___default()(),"day"))return{disabledHours:()=>f(0,i),disabledMinutes:()=>moment__WEBPACK_IMPORTED_MODULE_12___default()(d).isSame(moment__WEBPACK_IMPORTED_MODULE_12___default()(),"hour")&&e<=i?f(0,l):[]}},disabledDate=(d,_,e,r)=>{r=typeof r=="string"?moment__WEBPACK_IMPORTED_MODULE_12___default()(r):r;const i=r?d<(r==null?void 0:r.startOf("day")):d<moment__WEBPACK_IMPORTED_MODULE_12___default()().startOf("day"),l=d>moment__WEBPACK_IMPORTED_MODULE_12___default()(_).endOf("day"),c=d<moment__WEBPACK_IMPORTED_MODULE_12___default()(e).startOf("day");return _?e?moment__WEBPACK_IMPORTED_MODULE_12___default()()<=moment__WEBPACK_IMPORTED_MODULE_12___default()(e)?c||l:i||l:d&&i||l:e&&moment__WEBPACK_IMPORTED_MODULE_12___default()()<=moment__WEBPACK_IMPORTED_MODULE_12___default()(e)?c:i},disabledTime=(d,_)=>{const e=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()(d).format("HH")),r=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()().format("HH")),i=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()().format("mm"));function l(c,f){const o=[];for(let h=c;h<f;h++)o.push(h);return o}if(!d)return{disabledHours:()=>l(0,r),disabledMinutes:()=>l(0,i)};if(_){const c=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()(_).format("HH")),f=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()(_).format("mm"));return moment__WEBPACK_IMPORTED_MODULE_12___default()(d).isSame(moment__WEBPACK_IMPORTED_MODULE_12___default()(_),"day")?{disabledHours:()=>l(0,c),disabledMinutes:()=>e<=c?l(0,f):[]}:void 0}if(moment__WEBPACK_IMPORTED_MODULE_12___default()(d).isSame(moment__WEBPACK_IMPORTED_MODULE_12___default()(),"day"))return{disabledHours:()=>l(0,r),disabledMinutes:()=>moment__WEBPACK_IMPORTED_MODULE_12___default()(d).isSame(moment__WEBPACK_IMPORTED_MODULE_12___default()(),"hour")&&e<=r?l(0,i):[]}},preciseCalculation=(d,_,e)=>{typeof d=="string"&&(d=Number(d)),typeof _=="string"&&(_=Number(_));const r=(d.toString().split(".")[1]||"").length,i=(_.toString().split(".")[1]||"").length,l=Math.max(r,i),c=Math.pow(10,l);return(()=>{switch(e){case"+":return(Math.round(d*c)+Math.round(_*c))/c;case"-":return(Math.round(d*c)-Math.round(_*c))/c;case"*":return Math.round(d*c)*Math.round(_*c)/(c*c);case"/":return Math.round(d*c)/Math.round(_*c);default:throw new Error("\u4E0D\u652F\u6301\u7684\u8FD0\u7B97\u7B26\u53F7")}})()},toWNumber=d=>d/1e4>1?react__WEBPACK_IMPORTED_MODULE_0__.createElement(react__WEBPACK_IMPORTED_MODULE_0__.Fragment,null,Math.round(d/1e4*100)/100,react__WEBPACK_IMPORTED_MODULE_0__.createElement("i",{className:"font12"},"w")):d,toChineseNumber=d=>{const _=d.toString().replace(/(?=(\d{4})+$)/g,",").split(",").filter(Boolean),e=["\u96F6","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D","\u4E03","\u516B","\u4E5D"],r=["","\u5341","\u767E","\u5343"],i=["","\u4E07","\u4EBF"],l=f=>{let o="";for(let h=0;h<f.length;h++){const u=+f[h],a=e[u],x=r[f.length-1-h];u===0?o[o.length-1]!==e[0]&&(o+=a):o+=a+x}return o[o.length-1]===e[0]&&(o=o.slice(0,-1)),o};let c="";for(let f=0;f<_.length;f++){const o=_[f],h=l(o),u=h?i[_.length-1-f]:"";c+=h+u}return c=c.replace(/^一十$/,"\u5341"),c=c.replace(/^一(?=十[一二三四五六七八九])/,""),c},moveArray=(d,_,e)=>{const r=d.splice(_,1)[0];return d.splice(e,0,r),d},ZimuSort=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"],JudgeSort=["\u6B63\u786E","\u9519\u8BEF"],RomanNumber=["I","II","III","IV","V","VI","VII","VIII","IX","X","XI","XII","XIII","XIV","XV","XVI","XVII","XVIII","XIX","XX"],findEndWhitespace=d=>{if(!d)return"";const _=d.replace(/(?:\r\n|\n)/g,`\x1B[41m\x1B[37m\u21B5\x1B[0m\r
`).replace(/ +$/g,"\x1B[41m \x1B[0m");return console.debug("str:",_,JSON.stringify(d)),_},StatusTags=d=>{const _={\u5DF2\u622A\u6B62:{class:"tag-style bg-pink ml10"},\u63D0\u4EA4\u4E2D:{class:"tag-style bg-blue ml10"},\u8FDB\u884C\u4E2D:{class:"tag-style bg-blue ml10"},\u672A\u53D1\u5E03:{class:"tag-style bgB8B8B8 ml10"},\u8865\u4EA4\u4E2D:{class:"tag-style bg-blue ml10"},\u96C6\u4E2D\u9605\u5377:{class:"tag-style bg-light-orangess ml10soft"}};return d.data&&d.data.map(function(e,r){return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{key:r,className:_[e]&&_[e].class},e)})},formatHomeWorkStatusToName=d=>({[-1]:"\u91CD\u505A\u4E2D",0:"\u672A\u5F00\u542F",1:"\u672A\u901A\u5173",2:"\u6309\u65F6\u901A\u5173"})[d]||"\u8FDF\u4EA4\u901A\u5173",HomeWorkListStatus=d=>{var _,e;const r={[-1]:{name:"\u91CD\u505A\u4E2D",class:"c-orange"},0:{name:"\u672A\u5F00\u542F",class:"c-black"},1:{name:"\u672A\u901A\u5173",class:"c-red"},2:{name:"\u6309\u65F6\u901A\u5173",class:"c-green"},3:{name:"\u8865\u4EA4\u901A\u5173",class:"c-orange"},4:{name:"\u622A\u6B62\u901A\u5173",class:"c-red"}};return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:(_=r==null?void 0:r[d.status])==null?void 0:_.class},(e=r==null?void 0:r[d.status])==null?void 0:e.name)},HomeWorkShixunListStatus=d=>{var _,e;const r={[-1]:{name:"\u91CD\u505A\u4E2D",class:"c-orange"},0:{name:"\u672A\u5F00\u542F",class:"c-black"},1:{name:"\u672A\u901A\u5173",class:"c-red"},2:{name:"\u6309\u65F6\u901A\u5173",class:"c-green"},3:{name:"\u8865\u4EA4\u901A\u5173",class:"c-orange"},4:{name:"\u622A\u6B62\u540E\u901A\u5173",class:"c-red"}};return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:(_=r==null?void 0:r[d.status])==null?void 0:_.class},(e=r==null?void 0:r[d.status])==null?void 0:e.name)},HomeWorkDetailStatus=d=>{var _,e;const r={[-1]:{name:"\u91CD\u505A\u4E2D",class:"c-orange",color:"#999999"},0:{name:"\u672A\u5F00\u542F",class:"c-black",color:"#999999"},1:{name:"\u672A\u901A\u5173",class:"c-red",color:"#d4443d"},2:{name:"\u6309\u65F6\u901A\u5173",class:"c-green",color:"#57be40"},3:{name:"\u8865\u4EA4\u901A\u5173",class:"c-orange",color:"#f09143"},4:{name:"\u622A\u6B62\u901A\u5173",class:"c-red",color:"#d4443d"}};return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{style:{marginLeft:"10px",color:"#fff",background:(_=r==null?void 0:r[d.status])==null?void 0:_.color,borderRadius:"20px",width:"65px",height:"18px",justifyContent:"center",display:"inline-flex",lineHeight:"18px"}},(e=r==null?void 0:r[d.status])==null?void 0:e.name)},HomeWorkShixunDetailStatus=d=>{var _,e;const r={[-1]:{name:"\u91CD\u505A\u4E2D",class:"c-orange",color:"#999999"},0:{name:"\u672A\u5F00\u542F",class:"c-black",color:"#999999"},1:{name:"\u672A\u901A\u5173",class:"c-red",color:"#d4443d"},2:{name:"\u6309\u65F6\u901A\u5173",class:"c-green",color:"#57be40"},3:{name:"\u8865\u4EA4\u901A\u5173",class:"c-orange",color:"#f09143"},4:{name:"\u622A\u6B62\u540E\u901A\u5173",class:"c-red",color:"#d4443d"},5:{name:"\u622A\u6B62\u540E\u8BC4\u6D4B",class:"c-red",color:"#d4443d"}};return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{style:{marginLeft:"10px",color:"#fff",background:(_=r==null?void 0:r[d.status])==null?void 0:_.color,borderRadius:"20px",padding:"0 8px",height:"18px",justifyContent:"center",display:"inline-flex",lineHeight:"18px"}},(e=r==null?void 0:r[d.status])==null?void 0:e.name)},HomeWorkCommonDetailStatus=d=>{var _,e;const r={[-1]:{name:"\u91CD\u505A\u4E2D",class:"c-black",color:"#999999"},0:{name:"\u672A\u63D0\u4EA4",class:"c-black",color:"#999999"},1:{name:"\u6309\u65F6\u63D0\u4EA4",class:"c-green",color:"#57be40"},2:{name:"\u5EF6\u65F6\u63D0\u4EA4",class:"c-red",color:"#d4443d"}};return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{style:{marginLeft:"10px",color:"#fff",background:(_=r==null?void 0:r[d.status])==null?void 0:_.color,borderRadius:"20px",padding:"0 8px",height:"18px",justifyContent:"center",display:"inline-flex",lineHeight:"18px"}},(e=r==null?void 0:r[d.status])==null?void 0:e.name)},StatusGraduationProjectTags=d=>{const{status:_}=d,e={0:{class:"tag-style bg-blue ml10",name:"\u5F85\u9009\u4E2D"},1:{class:"tag-style bg-blue ml10",name:"\u5F85\u786E\u8BA4"},2:{class:"tag-style bg-pink ml10",name:"\u5DF2\u786E\u8BA4"}};try{return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:e[_].class},e[_].name)}catch(r){console.log("utils.StatusGraduationProjectTags",d.status)}},ExerciseStatus={1:"\u672A\u53D1\u5E03",2:"\u8003\u8BD5\u4E2D",3:"\u5DF2\u622A\u6B62",4:"\u5DF2\u7ED3\u675F",5:"\u96C6\u4E2D\u9605\u5377",99:"\u6A21\u62DF\u8003\u8BD5\u4E2D"},PollsStatus={1:"\u672A\u53D1\u5E03",2:"\u63D0\u4EA4\u4E2D",3:"\u5DF2\u622A\u6B62",4:"\u5DF2\u7ED3\u675F",5:"\u672A\u5F00\u59CB"},StatusClassroomsTags=d=>{let _={\u6A21\u62DF\u8003\u8BD5\u4E2D:{class:"tag-style bg-light-pink ml10"},\u5DF2\u5F00\u542F\u9632\u4F5C\u5F0A:{class:"tag-style-fzb ml10 iconfont icon-fangzuobi"},\u516C\u5F00:{class:"tag-style bg-blue ml10"},\u5DF2\u5F00\u542F\u8865\u4EA4:{class:"tag-style bg-green ml10soft"},\u672A\u5F00\u542F\u8865\u4EA4:{class:"tag-style bg-pink ml10soft"},\u672A\u53D1\u5E03:{class:"tag-style bgB8B8B8 ml10soft"},\u672A\u5F00\u59CB:{class:"tag-style bg-c5d6ff ml10soft"},\u533F\u540D\u4F5C\u54C1:{class:"tag-style bg-cyan ml10"},\u5DF2\u9009\u62E9:{class:"tag-style bg-grey-ede ml10"},\u5DF2\u7ED3\u675F:{class:"tag-style bg-grey-ede ml10soft"},\u63D0\u4EA4\u4E2D:{class:"tag-style bg-blue ml10soft"},\u8FDB\u884C\u4E2D:{class:"tag-style bg-blue ml10soft"},\u533F\u8BC4\u4E2D:{class:"tag-style bg-blue ml10"},\u7533\u8BC9\u4E2D:{class:"tag-style bg-blue ml10"},\u8003\u8BD5\u4E2D:{class:"tag-style bg-light-blue ml10"},\u8865\u4EA4\u4E2D:{class:"tag-style bg-blue ml10soft"},\u8BC4\u9605\u4E2D:{class:"tag-style bg-blue ml10"},\u5F85\u9009\u4E2D:{class:"tag-style bg-blue ml10"},\u4EA4\u53C9\u8BC4\u9605\u4E2D:{class:"tag-style bg-light-orange ml10"},\u5DF2\u5F00\u542F\u4EA4\u53C9\u8BC4\u9605:{class:"tag-style bg-lightblue-purple ml10"},\u5F85\u786E\u8BA4:{class:"tag-style bg-lightblue-purple ml10"},\u5F85\u5904\u7406:{class:"tag-style bg-lightblue-purple ml10"},\u79C1\u6709:{class:"tag-style bg-lightblue-purple ml10"},\u672A\u63D0\u4EA4:{class:"tag-style bg-lightblue-purple ml10"},\u5DF2\u786E\u8BA4:{class:"tag-style bg-light-pink ml10"},\u5DF2\u53D1\u5E03:{class:"tag-style bg-light-blue ml10"},\u5DF2\u622A\u6B62:{class:"tag-style bg-light-pink ml10soft"},\u5F00\u53D1\u8BFE\u7A0B:{class:"tag-style bg-orange ml10"},\u5DF2\u5F00\u64AD:{class:"tag-style-border border-green c-green ml10"},\u672A\u5F00\u64AD:{class:"tag-style-border border-light-black ml10"},\u6309\u65F6\u901A\u5173:{class:"tag-style-border border-light-black ml10"},\u8FDF\u4EA4\u901A\u5173:{class:"tag-style-border border-light-black ml10"},\u672A\u901A\u5173:{class:"tag-style-border border-light-black ml10"},\u672A\u5F00\u542F:{class:"tag-style-border border-light-black ml10"},\u5BFC\u5165:{class:"export ml10"},\u96C6\u4E2D\u9605\u5377:{class:"tag-style bg-light-orangess ml10soft"}};const e={\u672A\u53D1\u5E03:{class:"tag-style bg-C6CED6 ml10soft"},\u672A\u5F00\u59CB:{class:"tag-style bg-C1E2FF ml10soft"},\u8FDB\u884C\u4E2D:{class:"tag-style bg-0152d9 ml10soft"},\u5DF2\u622A\u6B62:{class:"tag-style bg-E53333 ml10soft"},\u63D0\u4EA4\u4E2D:{class:"tag-style bg-0152d9 ml10soft"},\u8865\u4EA4\u4E2D:{class:"tag-style bg-44D7B6 ml10soft"}};d.temporary&&(_=__spreadValues(__spreadValues({},_),e));const r=[];d.is_random&&r.push(react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:"tag-style bg-blue ml10"},"\u968F\u673A"));try{d.status&&d.status.map((i,l)=>{r.push(react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{style:(d==null?void 0:d.style)||[],key:l,className:_[i]&&_[i].class},i))})}catch(i){console.log("utils.status.tag:",i,d.status)}return r},exerciseTips=(d,_)=>{if(d===5||_)return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{style:{backgroundColor:"#f59a23"},className:"tag-style ml5"},"\u96C6\u4E2D\u9605\u5377");if(d===1)return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{style:{backgroundColor:"#B8B8B8"},className:"tag-style ml5"},"\u672A\u5F00\u59CB");if(d===2)return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{style:{backgroundColor:"#007AFF"},className:"tag-style ml5"},"\u8003\u8BD5\u4E2D");if(d===3||d===4)return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{style:{backgroundColor:"#FC2D6B"},className:"tag-style ml5"},"\u5DF2\u622A\u6B62");if(d===-1)return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:"export ml5"},"\u5BFC\u5165")},WorkStatus=d=>{var _,e;const r={[-1]:{name:"\u91CD\u505A\u4E2D",class:"c-orange"},0:{name:"\u672A\u63D0\u4EA4",class:"c-black"},1:{name:"\u672A\u901A\u5173",class:"c-red"},2:{name:"\u6309\u65F6\u901A\u5173",class:"c-green"},3:{name:"\u8FDF\u4EA4\u901A\u5173",class:"c-orange"}};return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:(_=r[d.status])==null?void 0:_.class},(e=r[d.status])==null?void 0:e.name)},CommonWorkStatus=d=>{var _,e;const r={0:{name:"\u672A\u63D0\u4EA4",class:"c-black"},1:{name:"\u6309\u65F6\u63D0\u4EA4",class:"c-green"},2:{name:"\u5EF6\u65F6\u63D0\u4EA4",class:"c-red"},3:{name:"\u90E8\u5206\u63D0\u4EA4",class:"c-green"},4:{name:`\u6309\u65F6\u63D0\u4EA4${d!=null&&d.lineBreak?`
`:""}\uFF08\u6559\u5E08\u63D0\u4EA4\uFF09`,class:"c-green"},5:{name:`\u672A\u63D0\u4EA4${d!=null&&d.lineBreak?`
`:""}\uFF08\u6559\u5E08\u63D0\u4EA4\uFF09`,class:"c-black"},6:{name:"\u6309\u65F6\u63D0\u4EA4\uFF08\u7EBF\u4E0B\uFF09",class:"c-green"}};return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:(_=r[d.status])==null?void 0:_.class},(e=r[d.status])==null?void 0:e.name)},timego=d=>{d=new Date(d).getTime();let _=1e3*60,e=_*60,r=e*24,i="",c=new Date().getTime()-d;if(c<0)return console.log("\u65F6\u95F4\u4E0D\u5BF9\u52B2,\u670D\u52A1\u5668\u521B\u5EFA\u65F6\u95F4\u4E0E\u5F53\u524D\u65F6\u95F4\u4E0D\u540C\u6B65"),i="\u521A\u521A";let f=parseInt(c/r,10),o=parseInt(c/e,10),h=parseInt(c/_,10);return f>30?i=""+timeformat(d,"yyyy-MM-dd"):f>1?i=""+f+"\u5929\u524D":f==1?i="\u6628\u5929":o>=1?i=""+o+"\u5C0F\u65F6\u524D":h>=5?i=""+h+"\u5206\u949F\u524D":i="\u521A\u521A",i};function replaceParamVal(paramName,replaceWith){var oUrl=window.location.href.toString(),re=eval("/("+paramName+"=)([^&]*)/gi"),nUrl=oUrl.replace(re,paramName+"="+replaceWith);window.history.replaceState(null,"",nUrl)}const timeformat=(d,_)=>{typeof d=="string"&&(d.indexOf("T")>=0&&(d=d.replace("T"," ")),d=new Date(Date.parse(d.replace(/-/g,"/")))),d=new Date(d);let e={"M+":d.getMonth()+1,"d+":d.getDate(),"h+":d.getHours(),"m+":d.getMinutes(),"s+":d.getSeconds(),"q+":Math.floor((d.getMonth()+3)/3),S:d.getMilliseconds()},r=[["\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"],["\u5468\u65E5","\u5468\u4E00","\u5468\u4E8C","\u5468\u4E09","\u5468\u56DB","\u5468\u4E94","\u5468\u516D"],["\u661F\u671F\u65E5","\u661F\u671F\u4E00","\u661F\u671F\u4E8C","\u661F\u671F\u4E09","\u661F\u671F\u56DB","\u661F\u671F\u4E94","\u661F\u671F\u516D"]];/(y+)/.test(_)&&(_=_.replace(RegExp.$1,(d.getFullYear()+"").substr(4-RegExp.$1.length))),/(w+)/.test(_)&&(_=_.replace(RegExp.$1,r[RegExp.$1.length-1][d.getDay()]));for(let i in e)new RegExp("("+i+")").test(_)&&(_=_.replace(RegExp.$1,RegExp.$1.length==1?e[i]:("00"+e[i]).substr((""+e[i]).length)));return _},toTimeFormat=d=>{if(!d||d<0)return"0\u79D2";console.log("time:",d);let _=60,e=_*60,r=e*24,i=d/r,l=d/e,c=d/_,f=d%60;return i>=1?parseInt(i.toString())+"\u5929"+Math.floor(l%24)+"\u65F6"+Math.floor(c%60)+"\u5206"+Math.floor(d%60)+"\u79D2":l>1?parseInt(l.toString())+"\u65F6"+Math.floor(c%60)+"\u5206"+Math.floor(d%60)+"\u79D2":c>=1?parseInt(c.toString())+"\u5206"+Math.floor(d%60)+"\u79D2":Math.ceil(d)+"\u79D2"},validateLength=(d="",_=100)=>{let e=0;if(d){e=d.length;for(let r=0;r<e;r++){let i=d.charCodeAt(r);i>=55296&&i<=56319&&(e--,r++)}}return e<=_};function buildTree(d,_){const e={};let r=null;return d.forEach(i=>{e[i.properties.uuid]=__spreadProps(__spreadValues({},i),{children:[]})}),_.forEach(i=>{const l=e[i.startNodeUuid],c=e[i.endNodeUuid];l&&c&&l.children.push(c)}),d.forEach(i=>{!_.some(c=>c.endNodeUuid===i.properties.uuid)&&(r=e[i.properties.uuid])}),r}const handleValidatorNickName=(d,_,e)=>{if(_){let r=/[`~!@#$%^&*()\-+=<>?:"{}|,.\/;'\\[\]~@#¥%……&*()——\-+={}|《》?:“”【】、;‘’,。、]/im;const l=/[\uD83C|\uD83D|\uD83E][\uDC00-\uDFFF][\u200D|\uFE0F]|[\uD83C|\uD83D|\uD83E][\uDC00-\uDFFF]|[0-9|*|#]\uFE0F\u20E3|[0-9|#]\u20E3|[\u203C-\u3299]\uFE0F\u200D|[\u203C-\u3299]\uFE0F|[\u2122-\u2B55]|\u303D|[\A9|\AE]\u3030|\uA9|\uAE|\u3030/gi.test(_),c=r.test(_);(l===!0||c===!0||_.length<2||_.length>=21)&&e("2-20\u4F4D\u4E2D\u82F1\u6587\u3001\u6570\u5B57\u53CA\u4E0B\u5212\u7EBF")}e()},handleValidatorName=(d,_,e)=>{if(_){let r=/[`~!@#$%^&()_\-+=<>?:"{}|,.\/;'\\[\]~@#¥%……&()——\-+={}|《》?:“”【】、;‘’,。、]/im;const l=/[\uD83C|\uD83D|\uD83E][\uDC00-\uDFFF][\u200D|\uFE0F]|[\uD83C|\uD83D|\uD83E][\uDC00-\uDFFF]|[0-9|*|#]\uFE0F\u20E3|[0-9|#]\u20E3|[\u203C-\u3299]\uFE0F\u200D|[\u203C-\u3299]\uFE0F|[\u2122-\u2B55]|\u303D|[\A9|\AE]\u3030|\uA9|\uAE|\u3030/gi.test(_),c=r.test(_);(l===!0||c===!0||_.length<2||_.length>=21)&&e("2-20\u4F4D\u4E2D\u82F1\u6587\u3001\u6570\u5B57")}e()},getHiddenName=d=>{if(!d)return"";let _=d.length-1,e="";for(var r=0;r<_;r++)e+="*";return d.substr(0,1)+e},getBase64=(d,_)=>{const e=new FileReader;e.addEventListener("load",()=>_(e.result)),e.readAsDataURL(d)},getFileContentAndUrl=d=>new Promise((_,e)=>{var r=new FileReader;r.onload=function(){try{const i=window.URL.createObjectURL(d);_({text:this.result,link:i})}catch(i){antd__WEBPACK_IMPORTED_MODULE_14__.ZP.warning("\u5F53\u524D\u6587\u4EF6\u65E0\u6CD5\u8BFB\u53D6\u5185\u5BB9"),e("\u5F53\u524D\u6587\u4EF6\u65E0\u6CD5\u8BFB\u53D6\u5185\u5BB9")}},r.readAsText(d)});function setmiyah(d){return md5__WEBPACK_IMPORTED_MODULE_6___default()("79e33abd4b6588941ab7622aed1e67e8"+d)}const getCookie=d=>{var _,e=RegExp("(^| )"+d+"=([^;]+)(;|$)");return(_=document.cookie.match(e))?decodeURIComponent(_[2]):null};function setCookie(d,_,e){var r=new Date;r.setTime(r.getTime()+e*24*60*60*1e3);var i="expires="+r.toUTCString();document.cookie=d+"="+_+"; "+i+`;domain=${document.domain.indexOf("educoder.net")>-1?".educoder.net":document.domain};path=/;SameSite=None;secure`}const delCookie=d=>{document.cookie=d+"=; expires=Thu, 01 Jan 1970 00:00:01 GMT;path=/;"},clearAllCookies=()=>{for(var d=document.cookie.split(";"),_=0;_<d.length;_++){var e=d[_],r=e.indexOf("="),i=r>-1?e.substr(0,r):e;document.cookie=i+"=;expires=Thu, 01 Jan 1970 00:00:00 GMT"}};function downLoadLink(d,_){let e=document.createElement("a");document.body.appendChild(e),e.href=_,d&&(e.title=d,e.download=d);let r=document.createEvent("MouseEvents");r.initEvent("click",!1,!1),e.dispatchEvent(r),document.body.removeChild(e)}function getFirstLevelDomain(){var d=window.location.hostname,_=d.split(".").reverse();return _.length>2?[_[1],_[0]].join("."):d}function getBlob(d){return new Promise(_=>{const e=new window.XMLHttpRequest;(d.indexOf(getFirstLevelDomain())>-1||location.hostname==="localhost"&&d.indexOf("/api/")>-1)&&(e.withCredentials=!0),e.open("GET",d,!0),e.responseType="blob",e.onload=()=>{e.status===200&&_(e.response)},e.send()})}function saveAs(d,_){if(window.navigator.msSaveOrOpenBlob)window.navigator.msSaveBlob(d,_);else{const e=document.createElement("a"),r=document.querySelector("body");e.href=window.URL.createObjectURL(d),e.download=_,e.style.display="none",r.appendChild(e),e.click(),r.removeChild(e),window.URL.revokeObjectURL(e.href)}}function download(d,_){getBlob(d).then(e=>{saveAs(e,_)})}function downLoadFileIframe(d,_){return new Promise((e,r)=>{var i=_,l=document.createElement("iframe"),c;document.body.appendChild(l),l.src=i,l.style.display="none",l.addEventListener("load",function(){setTimeout(()=>{document.body.removeChild(l)},1e3)},!0),c=setInterval(()=>{getCookie("fileDownload")&&(delCookie("fileDownload"),clearInterval(c),document.body.removeChild(l),e())},1e3)})}function downLoadFile(d,_){downLoadLink(d,_)}const setUrlQuery=d=>{let{url:_,query:e}=d;if(!_)return"";if(e){let r=[];for(const i in e)e.hasOwnProperty(i)&&!isUnOrNull(e[i])&&(typeof e[i]=="object"?e[i].map(l=>{r.push(`${i}[]=${l}`)}):r.push(`${i}=${e[i]}`));_.indexOf("?")!==-1?_=`${_}&${r.join("&")}`:_=`${_}?${r.join("&")}`,console.log("url1111",_)}return _};function isPc(){let d=navigator.userAgent,_=["Android","iPhone","SymbianOS","Windows Phone","iPad","iPod"],e=!0;for(var r=0;r<_.length;r++)if(d.indexOf(_[r])>0){e=!1;break}return e}function isChrome(){let d=navigator.userAgent;return["Chrome"].some(e=>d.indexOf(e)>-1)}function isFirefox(){let d=navigator.userAgent;return["Firefox"].some(e=>d.indexOf(e)>-1)}function isChromeOrFirefox(){let d=navigator.userAgent;return["Chrome","Firefox"].some(e=>d.indexOf(e)>-1)}const formatMoney=(d="")=>{var _;return(_=d==null?void 0:d.toString())==null?void 0:_.replace(/\B(?=(\d{3})+(?!\d))/g,",")},openNewWindow=d=>{let _=document.createElement("a");_.target="_blank",document.body.appendChild(_),_.href=d;let e=document.createEvent("MouseEvents");e.initEvent("click",!1,!1),_.dispatchEvent(e),document.body.removeChild(_)},openNewWindows=d=>{let _=document.createElement("a");document.body.appendChild(_),_.href=d;let e=document.createEvent("MouseEvents");e.initEvent("click",!1,!1),_.dispatchEvent(e),document.body.removeChild(_)},formatTextMiddleIntercept=(d="")=>d.length<=6?d:`${d.substring(0,3)}...${d.substring(d.length-3,d.length)}`,HalfPastOne=()=>{let d=new Date().getHours(),_=new Date().getMinutes();return _>=30?(d++,_="00"):_="30",d+":"+_},DayHalfPastOne=(d="-")=>{let _=new Date().getHours(),e=new Date().getMinutes();return e>=30?(_++,e="00"):e="30",new Date().toLocaleDateString().replace(/\//g,d)+" "+_+":"+e};var Type=(d=>(d.Number="Number",d.String="String",d.Boolean="Boolean",d.Object="Object",d.Array="Array",d.Function="Function",d))(Type||{});const type=d=>{const _=Object.prototype.toString.call(d);return _.substring(8,_.length-1)},isEmpty=d=>type(d)==="Array"?d.length===0:type(d)==="Object"?Object.keys(d).length===0:!d,rangeNumber=(d,_)=>{const e=[];for(let r=d;r<_;r++)e.push(r);return e},middleEllipsis=(d,_=12)=>{let e=_/2-2,r=_/2+3;return d.length>_?d.substr(0,e)+"..."+d.substr(r,_):d},formatRate=d=>d>4.5?5:d>4&&d<=4.5?4.5:d>3.5&&d<=4?4:d>3&&d<=3.5?3.5:d>2.5&&d<=3?3:d>2&&d<=2.5?2.5:d>1.5&&d<=2?2:d>1&&d<=1.5?1.5:d>.5&&d<=1?1:d>0&&d<=.5?.5:0,isUnOrNull=d=>d==null;function getUrlToken(d,_){const e=new RegExp(`(^|&)${d}=([^&]*)(&|$)`,"i"),r=_.substr(1).match(e);return r!=null?decodeURIComponent(r[2]):null}const getMessagesUrl=d=>{var _;if(d.link_url)return window.open(d.link_url);switch(d==null?void 0:d.container_type){case"TeacherChangeUserInfo":return window.open("/account/profile");case"TeacherResetUserPassword":return window.open("/account/secure");case"ApplyUserAuthentication":return window.open("/account/certification")}switch(d.container_type){case"ApplyUserAuthentication":if(d.tiding_type==="Apply"){if(d.auth_type===1)return window.open("/admins/identity_authentications");if(d.auth_type===2)return window.open("/admins/professional_authentications")}return d.tiding_type==="System"?window.open("/account/certification"):d.tiding_type==="Code"?window.open("/account/profile"):void 0;case"CancelUserAuthentication":return window.open("/account/certification");case"CancelUserProCertification":return window.open("/account/certification");case"ApplyAddMajor":return window.open("/account/profile");case"Major":return window.open("/account/profile");case"ApplyAddDepartment":return d.tiding_type==="Apply"?window.open("/admins/department_applies"):d.tiding_type==="System"?window.open("/account/profile"):void 0;case"ApplyAddSchools":return d.tiding_type==="Apply"?window.open("/admins/unit_applies"):d.tiding_type==="System"?window.open("/account/profile"):void 0;case"ApplyAction":switch(d.parent_container_type){case"ApplyShixun":if(d.tiding_type==="Apply")return window.open("/admins/shixun_authorizations");if(d.tiding_type==="System")return window.open(`/shixuns/${d.identifier}/challenges`);case"ApplySubject":if(d.tiding_type==="Apply")return window.open("/admins/subject_authorizations");if(d.tiding_type==="System")return window.open(`/paths/${d.parent_container_id}`);case"TrialAuthorization":if(d.tiding_type==="Apply")return window.open("/managements/trial_authorization");if(d.tiding_type==="System")return window.open("/account/profile")}return;case"JoinCourse":return window.open(`/classrooms/${d.belong_container_id}/teachers`);case"StudentJoinCourse":if(d.tiding_type==="Apply")return window.open(`/classrooms/${d.belong_container_id}/teachers`);if(d.tiding_type==="System")return window.open(`/classrooms/${d.belong_container_id}/students`);case"DealCourse":return window.open(`/classrooms/${d.belong_container_id}/shixun_homework/`);case"TeacherJoinCourse":return window.open(`/classrooms/${d.belong_container_id}/shixun_homework/`);case"Course":return d.tiding_type==="Delete"?void 0:window.open(`/classrooms/${d.belong_container_id}/shixun_homework/`);case"ArchiveCourse":return window.open(`/classrooms/${d.belong_container_id}/shixun_homework/`);case"Shixun":return window.open(`/shixuns/${d.identifier}/challenges`);case"Subject":return window.open(`/paths/${d.container_id}`);case"JournalsForMessage":switch(d.parent_container_type){case"Principal":return"";case"HomeworkCommon":return d.homework_type==="normal"?window.open(`/classrooms/${d.belong_container_id}/common_homework/${d.parent_container_id}/question`):d.homework_type==="group"?window.open(`/classrooms/${d.belong_container_id}/group_homework/${d.parent_container_id}/question`):d.homework_type==="practice"?window.open(`/classrooms/${d.belong_container_id}/shixun_homework/${d.parent_container_id}/detail?tabs=1`):"";case"GraduationTopic":return window.open(`/classrooms/${d.belong_container_id}/graduation_topics/${d.parent_container_id}/detail`);case"StudentWorksScore":return window.open(d.link_url)}case"Memo":return window.open(`/forums/${d.parent_container_id}`);case"Message":return window.open("/forums/");case"Watcher":return window.open(`/users/${d.trigger_user.login}/classrooms`);case"PraiseTread":return"";case"Grade":return"";case"JoinProject":return window.open(_env__WEBPACK_IMPORTED_MODULE_7__.Z.FORGE+d.project_url);case"ReporterJoinProject":return window.open(_env__WEBPACK_IMPORTED_MODULE_7__.Z.FORGE+d.project_url);case"DealProject":return window.open(_env__WEBPACK_IMPORTED_MODULE_7__.Z.FORGE+d.project_url);case"ManagerJoinProject":return window.open(_env__WEBPACK_IMPORTED_MODULE_7__.Z.FORGE+d.project_url);case"Poll":switch(d.parent_container_type){case"CommitPoll":return window.open(` /classrooms/${d.belong_container_id}/poll/${d.container_id}/detail`);default:return window.open(` /classrooms/${d.belong_container_id}/poll/${d.container_id}/detail`)}case"Exercise":switch(d.parent_container_type){case"CommitExercise":return window.open(` /classrooms/${d.belong_container_id}/exercise/${d.container_id}/detail?tab=0`);case"ExerciseScore":return window.open(` /classrooms/${d.belong_container_id}/exercise/${d.container_id}/detail?tab=0`);default:return window.open(`/classrooms/${d.belong_container_id}/exercise/${d.container_id}/detail?tab=0`)}case"StudentGraduationTopic":return window.open(`/classrooms/${d.belong_container_id}/graduation_topics/${d.parent_container_id}/detail`);case"DealStudentTopicSelect":return window.open(`/classrooms/${d.belong_container_id}/graduation_topics/${d.parent_container_id}/detail`);case"GraduationTask":return window.open(`/classrooms/${d.belong_container_id}/graduation_tasks/${d.container_id}`);case"GraduationWork":return window.open(`/classrooms/${d.belong_container_id}/graduation_tasks/${d.container_id}`);case"GraduationWorkScore":return window.open(`/classrooms/${d.belong_container_id}/graduation_tasks/${d.parent_container_id}`);case"HomeworkCommon":switch(d.parent_container_type){case"AnonymousCommentFail":if(d.homework_type==="normal")return window.open(`/classrooms/${d.belong_container_id}/common_homework/${d.parent_container_id}/detail`);if(d.homework_type==="group")return window.open(`/classrooms/${d.belong_container_id}/group_homework/${d.parent_container_id}/detail`);if(d.homework_type==="practice")return window.open(`/classrooms/${d.belong_container_id}/shixun_homework/${d.parent_container_id}/detail?tabs=0`);case"HomeworkPublish":if(d.homework_type==="normal")return window.open(`/classrooms/${d.belong_container_id}/common_homework/${d.parent_container_id}/detail`);if(d.homework_type==="group")return window.open(`/classrooms/${d.belong_container_id}/group_homework/${d.parent_container_id}/detail`);if(d.homework_type==="practice")return window.open(`/classrooms/${d.belong_container_id}/shixun_homework/${d.parent_container_id}/detail?tabs=0`);case"AnonymousAppeal":if(d.homework_type==="normal")return window.open(`/classrooms/${d.belong_container_id}/common_homework/${d.parent_container_id}/detail`);if(d.homework_type==="group")return window.open(`/classrooms/${d.belong_container_id}/group_homework/${d.parent_container_id}/detail`);if(d.homework_type==="practice")return window.open(`/classrooms/${d.belong_container_id}/shixun_homework/${d.parent_container_id}/detail?tabs=0`);default:if(d.homework_type==="normal")return window.open(`/classrooms/${d.belong_container_id}/common_homework/${d.parent_container_id}/detail`);if(d.homework_type==="group")return window.open(`/classrooms/${d.belong_container_id}/group_homework/${d.parent_container_id}/detail`);if(d.homework_type==="practice")return window.open(`/classrooms/${d.belong_container_id}/shixun_homework/${d.parent_container_id}/detail?tabs=0`)}case"StudentWork":if(d.homework_type==="normal")return window.open(`/classrooms/${d.belong_container_id}/common_homework/${d.parent_container_id}/review/${d.container_id}`);if(d.homework_type==="group")return window.open(`/classrooms/${d.belong_container_id}/group_homework/${d.parent_container_id}/review/${d.container_id}`);if(d.homework_type==="practice")return window.open(`/classrooms/${d.belong_container_id}/shixun_homework/${d.parent_container_id}/detail`);case"StudentWorksScore":return window.open(`/classrooms/${d.belong_container_id}/common_homework/${d.trigger_user.id}/review/${d.parent_container_id}`);case"StudentWorksScoresAppeal":return window.open(`/classrooms/${d.belong_container_id}/common_homework/${d.trigger_user.id}/review/${d.parent_container_id}`);case"ChallengeWorkScore":return"";case"SendMessage":return window.open(`${_env__WEBPACK_IMPORTED_MODULE_7__.Z.API_SERVER}/admins/mirror_repositories`);case"Journal":return window.open(`/issues/${d.parent_container_id}`);case"Issue":return window.open(`/issues/${d.container_id}`);case"PullRequest":return window.open(_env__WEBPACK_IMPORTED_MODULE_7__.Z.FORGE+d.project_url);case"Department":return window.open("/account/profile");case"Library":if(d.tiding_type==="Apply")return window.open("/admins/library_applies");if(d.tiding_type==="System")return window.open(`/moop_cases/${d.container_id}`);case"ProjectPackage":return d.tiding_type==="Destroyed"||d.tiding_type==="Destroyed_end"?void 0:d.tiding_type==="Apply"?window.open("/admins/project_package_applies"):window.open(`/crowdsourcing/${d.container_id}`);case"Discuss":return d.parent_container_type==="Hack"&&d.extra?window.open(`/myproblems/${d.extra}/comment`):d.extra==="ai_reply"&&d.task_identifier?window.open(`/tasks/${d.task_identifier}?extra=extra`):window.open(`/shixuns/${d.identifier}/shixun_discuss`);case"Video":return d.tiding_type==="Apply"?window.open("/admins/video_applies"):d.tiding_type==="System"?window.open(`/users/${(_=(0,_utils_authority__WEBPACK_IMPORTED_MODULE_1__.eY)())==null?void 0:_.login}/videos`):"";case"PublicCourseStart":return window.open(`/classrooms/${d.container_id}/informs`);case"SubjectStartCourse":return window.open(`/paths/${d.container_id}`);case"ResubmitStudentWork":if(d.homework_type==="normal")return window.open(`/classrooms/${d.belong_container_id}/common_homework/${d.parent_container_id}/${d.container_id}/appraise`);if(d.homework_type==="group")return window.open(`/classrooms/${d.belong_container_id}/group_homework/${d.parent_container_id}/${d.container_id}/appraise`);case"AdjustScore":if(d.homework_type==="normal")return window.open(`/classrooms/${d.belong_container_id}/common_homework/${d.parent_container_id}`);if(d.homework_type==="group")return window.open(`/classrooms/${d.belong_container_id}/group_homework/${d.parent_container_id}`);case"LiveLink":return window.open(`/classrooms/${d.belong_container_id}/course_videos?open=live`);case"Hack":if(d.extra&&d.parent_container_type!=="HackDelete")return window.open(`/problems/${d.extra}/edit`);default:return}},checkLocalOrPublicIp=(d,_)=>__async(void 0,null,function*(){let e="",r;return new Promise((i,l)=>__async(void 0,null,function*(){if(d.ip_limit!=="no"||d.ip_bind_type)try{e=yield(0,_components_Exercise_ip__WEBPACK_IMPORTED_MODULE_2__.y)({ip_limit:d==null?void 0:d.ip_limit,ip_bind:d==null?void 0:d.ip_bind_type}),console.log(e,44)}catch(f){l(void 0)}const c=yield(0,_service_exercise__WEBPACK_IMPORTED_MODULE_3__.Cl)({id:d.exerciseId,ip:e});if(c.status===0)i(c);else if(c.status===-5){(0,umi__WEBPACK_IMPORTED_MODULE_5__.getDvaApp)()._store.dispatch({type:"exercise/setActionTabs",payload:{key:"student-unlock",exerciseParams:{errorMessage:c==null?void 0:c.message,exercise_user_id:d==null?void 0:d.exercise_user_id,id:d.exerciseId,unlockClose:d.unlockClose}}});return}else i(c);if(d.errmsgHide||_)return!0;if(c.status===-1)return r=antd__WEBPACK_IMPORTED_MODULE_15__.default.info({title:react__WEBPACK_IMPORTED_MODULE_0__.createElement(antd__WEBPACK_IMPORTED_MODULE_16__.Z,null,react__WEBPACK_IMPORTED_MODULE_0__.createElement(antd__WEBPACK_IMPORTED_MODULE_17__.Z,{flex:"1"},"\u63D0\u793A"),react__WEBPACK_IMPORTED_MODULE_0__.createElement(antd__WEBPACK_IMPORTED_MODULE_17__.Z,null,react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:"iconfont icon-yiguanbi1 current c-grey-c",onClick:()=>r.destroy()}))),icon:null,className:"custom-modal-divider",content:react__WEBPACK_IMPORTED_MODULE_0__.createElement("div",{className:"font16 p20"},"\u60A8\u7684IP\u4E0D\u5728\u8003\u8BD5\u5141\u8BB8\u7684\u8303\u56F4\u5185\uFF01"),okText:"\u6211\u77E5\u9053\u4E86"}),!1;if(c.status===-2)return r=antd__WEBPACK_IMPORTED_MODULE_15__.default.info({title:react__WEBPACK_IMPORTED_MODULE_0__.createElement(antd__WEBPACK_IMPORTED_MODULE_16__.Z,null,react__WEBPACK_IMPORTED_MODULE_0__.createElement(antd__WEBPACK_IMPORTED_MODULE_17__.Z,{flex:"1"},"\u63D0\u793A"),react__WEBPACK_IMPORTED_MODULE_0__.createElement(antd__WEBPACK_IMPORTED_MODULE_17__.Z,null,react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:"iconfont icon-yiguanbi1 current c-grey-c",onClick:()=>r.destroy()}))),icon:null,className:"custom-modal-divider",content:react__WEBPACK_IMPORTED_MODULE_0__.createElement("div",{className:"font16 p20"},"\u60A8\u5DF2\u7ED1\u5B9A\u5F53\u524D\u8003\u8BD5IP\u5730\u5740\uFF1A",react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:"c-red"},c.ip),"\u8BF7\u4F7F\u7528\u8BE5IP\u5730\u5740\u8FDB\u5165\u8003\u8BD5\u3002"),okText:"\u6211\u77E5\u9053\u4E86"}),!1}))}),checkDisabledExam=d=>new Promise((_,e)=>__async(void 0,null,function*(){const r=yield(0,_service_exercise__WEBPACK_IMPORTED_MODULE_3__.Zg)({id:d==null?void 0:d.exerciseId,coursesId:d==null?void 0:d.coursesId});if((r==null?void 0:r.status)===0){_("");return}setTimeout(()=>{window.location.reload()},2e3),e("")})),isKepuKehuan=()=>location.pathname.indexOf("/classrooms/4RW9CYHY")>-1||location.pathname.indexOf("/classrooms/qb4ft587")>-1||location.pathname.indexOf("/classrooms/c5q9bsp2")>-1,startExercise=d=>__async(void 0,null,function*(){var _,e,r;sessionStorage.removeItem("studentunlock");let i;if((location.pathname.indexOf("/classrooms/4RW9CYHY")>-1||location.pathname.indexOf("/classrooms/qb4ft587")>-1||location.pathname.indexOf("/classrooms/c5q9bsp2")>-1)&&!isPc()){antd__WEBPACK_IMPORTED_MODULE_15__.default.info({content:"\u8BF7\u4F7F\u7528\u7535\u8111\u53C2\u52A0\u8003\u8BD5\uFF01"});return}if(copyTextFuc(" ",!0),yield checkDisabledExam(d),d.ip_limit!=="no"||d.ip_bind){const l=yield checkLocalOrPublicIp(d,!0);if((l==null?void 0:l.status)!==0)return;if(!isChrome()){antd__WEBPACK_IMPORTED_MODULE_15__.default.info({icon:null,okText:"\u786E\u5B9A",width:500,content:react__WEBPACK_IMPORTED_MODULE_0__.createElement("div",{className:"font16"},"\u672C\u6B21\u8003\u8BD5\u5DF2\u5F00\u542F\u9632\u4F5C\u5F0A\u8BBE\u7F6E\uFF0C\u4EC5\u652F\u6301",react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:"c-red"},"\u8C37\u6B4C"),"\u3002",react__WEBPACK_IMPORTED_MODULE_0__.createElement("br",null),"\u8BF7\u4F7F\u7528",react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:"c-red"},"\u8C37\u6B4C"),"\u6D4F\u89C8\u5668\u5F00\u59CB\u8003\u8BD5\u3002")});return}}if(d.forbid_screen){const l=new WebSocket("ws://localhost:8082");yield new Promise(c=>setTimeout(()=>c(),200)),sendAppStatus(l,d)}if(d.open_camera||d.screen_open||d.ip_limit!=="no"||d.identity_verify){if(!isChromeOrFirefox())return antd__WEBPACK_IMPORTED_MODULE_15__.default.info({icon:null,okText:"\u786E\u5B9A",width:500,content:react__WEBPACK_IMPORTED_MODULE_0__.createElement("div",{className:"font16"},"\u672C\u6B21\u8003\u8BD5\u5DF2\u5F00\u542F\u9632\u4F5C\u5F0A\u8BBE\u7F6E\uFF0C\u4EC5\u652F\u6301",react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:"c-red"},"\u8C37\u6B4C"),"\u3001",react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:"c-red"},"\u706B\u72D0"),"\u6D4F\u89C8\u5668\u3002",react__WEBPACK_IMPORTED_MODULE_0__.createElement("br",null),"\u8BF7\u4F7F\u7528",react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:"c-red"},"\u8C37\u6B4C"),"\u3001",react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:"c-red"},"\u706B\u72D0"),"\u6D4F\u89C8\u5668\u5F00\u59CB\u8003\u8BD5\u3002")}),!1;d.open_phone_video_recording?window.location.href=`/classrooms/${d.coursesId}/exercise/${d.exerciseId}/users/${(_=(0,_utils_authority__WEBPACK_IMPORTED_MODULE_1__.eY)())==null?void 0:_.login}/check`:d.identity_verify&&d.current_status===2?window.location.href=`/classrooms/${d.coursesId}/exercise/${d.exerciseId}/users/${(e=(0,_utils_authority__WEBPACK_IMPORTED_MODULE_1__.eY)())==null?void 0:e.login}/check`:window.location.href=`/classrooms/${d.coursesId}/exercise/${d.exerciseId}/users/${(r=(0,_utils_authority__WEBPACK_IMPORTED_MODULE_1__.eY)())==null?void 0:r.login}`}else d.identity_verify&&d.current_status===2?window.location.href=`/classrooms/${d.coursesId}/exercise/${d.exerciseId}/users/${d.login}/check`:window.location.href=`/classrooms/${d.coursesId}/exercise/${d.exerciseId}/users/${d.login}`});var httpBuildQuery=function(d,_,e,r){if(console.log("param:",d),_=_||null,e=e||"&",r=r||null,!d)return"";var i=function(o){for(var h=new Array,u=0;u<o.length;u++)o[u]&&h.push(o[u]);return h},l=function(o){return encodeURIComponent(o).replace(/[!'()*]/g,escape)},c=function(o){return!isNaN(parseFloat(o))&&isFinite(o)},f=Object.keys(d).map(function(o){var h,u=o;if(typeof d[o]=="object"&&d[o]!==null)h=httpBuildQuery(d[o],null);else{_&&(u=c(u)?_+Number(u):u);var a=d[o];a=a===!0?"1":a,a=a===!1?"0":a,a=a===0?"0":a,a=a||"",h=u+"="+a}return h});return i(f).join(e).replace(/[!'()*]/g,escape)};const parseParamsStr=(d,_)=>{const e={},r=Object.assign(!0,d,{}),i=[];return Object.keys(r).sort().forEach(function(l){if(r[l]=r[l]===!0?"true":r[l],r[l]=r[l]===!1?"false":r[l],_==="GET"){if(r[l]!==null){if(typeof r[l]=="object"&&(!Array.isArray(r[l])||Array.isArray(r[l])&&!r[l].length))return;const c=r[l]===null||r[l]==="null"?"":r[l];i.push(`${l}=${typeof c=="string"||typeof c=="number"?decodeURIComponent(c):JSON.stringify(c)}`)}}else{const c=r[l]===null||r[l]==="null"?"":r[l];i.push(`${l}=${typeof c=="string"||typeof c=="number"?c:JSON.stringify(c)}`),r[l],e[l]=r[l]}}),i.join("&").trim()},educationList=[{name:"\u672C\u79D1",id:6},{name:"\u5927\u4E13",id:5},{name:"\u4E2D\u4E13",id:4},{name:"\u9AD8\u4E2D",id:3},{name:"\u521D\u4E2D",id:2},{name:"\u5C0F\u5B66",id:1},{name:"\u5176\u4ED6",id:9},{name:"\u7855\u58EB",id:7},{name:"\u535A\u58EB",id:8},{name:"\u9AD8\u4E2D",id:3},{name:"\u521D\u4E2D",id:2},{name:"\u5C0F\u5B66",id:1},{name:"\u5176\u4ED6",id:9},{name:"\u7855\u58EB",id:7},{name:"\u535A\u58EB",id:8}];function getTopLevelDomain(){let d=window.location.hostname;if(/^\d+\.\d+\.\d+\.\d+$/.test(d)||d==="localhost")return d;let _=d.split(".");return _.length>2&&/^[a-z]{2}$/.test(_[_.length-2])?_.slice(-3).join("."):_.slice(-2).join(".")}const setHeader=(d,_)=>{var e;try{const r=Date.now(),i=(0,uuid__WEBPACK_IMPORTED_MODULE_18__.Z)();let l="method="+((e=d.method)==null?void 0:e.toLocaleUpperCase())+"&ak="+getKey(_key__WEBPACK_IMPORTED_MODULE_19__.mi)+"&sk="+getKey(_key__WEBPACK_IMPORTED_MODULE_19__.hw)+"&time="+r;return d.headers["X-EDU-Type"]="pc",d.headers["X-EDU-Timestamp"]=r,d.headers["X-EDU-Signature"]=md5__WEBPACK_IMPORTED_MODULE_6___default()(window.btoa(l)),d.headers["Pc-Authorization"]=getCookie("_educoder_session"),d.headers["X-Request-Id"]=i,d}catch(r){console.log("error:",r,d,_)}},setThreeComponent=()=>{(function(d){XMLHttpRequest.prototype.open=function(_,e,r=!0){const i=setHeader({method:_,headers:{}});d.call(this,_,e,r);try{e.indexOf(getTopLevelDomain())>-1&&(this.setRequestHeader("X-EDU-Type","pc"),this.setRequestHeader("X-EDU-Timestamps",i.headers["X-EDU-Timestamp"]),this.setRequestHeader("X-EDU-Signatures",i.headers["X-EDU-Signature"]),this.setRequestHeader("Pc-Authorization",getCookie("_educoder_session")))}catch(l){}}})(XMLHttpRequest.prototype.open),function(d){window.fetch=function(_,e){var r;return e=e||{},(r=e.headers)!=null&&r["X-EDU-Timestamp"]||setHeader(e),d.apply(this,arguments).then(function(i){return i})}}(window.fetch)},parseUrl=d=>{const _=/(\w+)=([^\#&]*)/gi,e={};return d.replace(_,function(r,i,l){e[i]=decodeURI(l)}),e},messageInfo=(d,_)=>{const r={1:"\u5F53\u524D\u5B9E\u8DF5\u9879\u76EE\u6682\u672A\u53D1\u5E03\uFF0C\u8BF7\u8054\u7CFB\u672C\u8BFE\u5802\u6559\u5E08\u3002",2:"\u5F53\u524D\u5B9E\u8DF5\u9879\u76EE\u4E0D\u5B58\u5728\uFF0C\u8BF7\u8054\u7CFB\u672C\u8BFE\u5802\u6559\u5E08\u3002",3:"\u5F53\u524D\u5B9E\u8DF5\u9879\u76EE\u9762\u5411\u6307\u5B9A\u5355\u4F4D\u5F00\u653E\uFF0C\u8BF7\u8054\u7CFB\u672C\u8BFE\u5802\u6559\u5E08\u3002",4:`\u5F53\u524D\u5B9E\u8DF5\u9879\u76EE\u5C06\u4E8E${_}\u53D1\u5E03\uFF0C\u8BF7\u7B49\u5F85\u3002`}[d];antd__WEBPACK_IMPORTED_MODULE_14__.ZP.warning(r)},base64ToBlob=(d,_)=>{var e;const r=window.atob(d),i=r.length,l=new Uint8Array(i);for(let c=0;c<i;++c)l[c]=r.charCodeAt(c);return new Blob([l],{type:_contentType__WEBPACK_IMPORTED_MODULE_4__.F[(e=_.split("."))==null?void 0:e[1]]||"application/octet-stream"})},downloadFile=(d,_,e)=>{const r=base64ToBlob(_,e);if(window.navigator.msSaveOrOpenBlob)navigator.msSaveBlob(r,d);else{const i=document.createElement("a");i.href=window.URL.createObjectURL(r),i.download=d,document.body.appendChild(i);const l=document.createEvent("MouseEvents");l.initEvent("click",!1,!1),i.dispatchEvent(l),document.body.removeChild(i)}},trackEvent=d=>{var _;if(d.length)try{window._czc.push(["_trackEvent",...d]),window==null||window.gtag("event",d[1],{event_category:d[0],event_label:d[2]||"",value:d[3]||"",user_id:((_=(0,_utils_authority__WEBPACK_IMPORTED_MODULE_1__.eY)())==null?void 0:_.login)||""})}catch(e){console.log("trackEvent:err:",e)}},trackEventCustom=d=>{if(d.length)try{window._czc.push(["_setCustomVar",...d])}catch(_){console.log("trackEvent:err:",_)}},onPreviewImage=d=>{const _=(i,l)=>{if(i.localName===l)return i;for(let c=0,f=i;f=f.parentNode;c++){if(f.localName===l)return f;if(f==document.documentElement)return!1}},e=d.target,r=_(e,"a");if(!(r!=null&&r.href)&&e.tagName.toUpperCase()==="IMG"){let i=e.src||e.getAttribute("src");i&&i.indexOf("/images/avatars/User")===-1&&(d.stopPropagation(),d.preventDefault(),_components_mediator__WEBPACK_IMPORTED_MODULE_8__.Z.publish("preview-image",i))}},getCategoryName=(d,_)=>{var e,r,i,l;if(d&&d!=""){let c=(e=d==null?void 0:d.filter(f=>f.type===location.pathname.split("/")[3]))==null?void 0:e[0];return _?(l=(i=(r=c==null?void 0:c.second_category)==null?void 0:r.filter(f=>f.category_id==_))==null?void 0:i[0])==null?void 0:l.category_name:c==null?void 0:c.name}return null},bindPhone=d=>{const _=antd__WEBPACK_IMPORTED_MODULE_15__.default.confirm({title:"\u5B8C\u5584\u624B\u673A\u53F7\u7801",content:"\u6309\u7167\u6709\u5173\u653F\u7B56\u89C4\u5B9A\uFF0C\u7279\u6B8A\u5B9E\u9A8C\u9700\u8981\u5148\u7ED1\u5B9A\u624B\u673A\u53F7\u624D\u80FD\u4F7F\u7528\uFF0C\u8BF7\u5148\u7ED1\u5B9A\u624B\u673A\u53F7\u7801",okText:"\u7ACB\u5373\u7ED1\u5B9A",cancelText:"\u53D6\u6D88",centered:!0,onOk:()=>{location.href="/account/secure"},onCancel:()=>{_.destroy(),d!=null&&d.onCancel&&d.onCancel()}})},copyTextFuc=(d="",_=!1)=>{const e=document.createElement("textarea");e.value=d,document.body.appendChild(e),e.select(),document.execCommand("Copy"),_||antd__WEBPACK_IMPORTED_MODULE_14__.ZP.success("\u590D\u5236\u6210\u529F"),document.body.removeChild(e)},getJsonFromUrl=d=>{if(d||(d=window.location.search),!d)return{};let _=d.substring(1),e={};return _.split("&").forEach(function(r){let i=r.split("=");e[i[0]]=decodeURIComponent(i[1])}),e},arrTrans=(d,_)=>{if(!_)return null;const e=[];return _.forEach((r,i)=>{const l=Math.floor(i/d);e[l]||(e[l]=[]),e[l].push(r)}),e},setDocumentTitle=d=>{checkIsClientExam()?document.title="\u8003\u8BD5\u7CFB\u7EDF":d!==""&&d&&(document.title=d||(document.domain.indexOf(".educoder.net")>-1?"\u5B9E\u8DF5\u6559\u5B66\u5E73\u53F0":""))},checkIsClientExam=()=>{var d;return(d=window==null?void 0:window.localStorage)==null?void 0:d.isClientExam},localSort={setItem:(d,_,e)=>{const r=d,i=localStorage.getItem(r),l=i!==null&&i!=="[object Object]"?JSON.parse(i):{};l[e]=_,localStorage.setItem(r,JSON.stringify(l))},getItem:(d,_)=>{const e=d,r=localStorage.getItem(e);return(r!==null&&r!=="[object Object]"?JSON.parse(r):{})[_]}},ImgSrcConvert=d=>d!=null&&d.startsWith("http")?d:_env__WEBPACK_IMPORTED_MODULE_7__.Z.IMG_SERVER+d,compareVersion=d=>{const _=getVersion(),e=d.split("."),r=_.split("."),i=Math.max(e.length,r.length);for(;e.length<i;)e.push("0");for(;r.length<i;)r.push("0");for(let l=0;l<i;l++){const c=parseInt(e[l]),f=parseInt(r[l]);if(c>f)return 1;if(c<f)return-1}return 0},getImageUrl=(d,_)=>{d=`${d}${_?","+_:""}`;const e=crypto_js__WEBPACK_IMPORTED_MODULE_11___default().enc.Utf8.parse(window.atob(window.atob(_key__WEBPACK_IMPORTED_MODULE_19__.Bn)).substring(0,16)),r=crypto_js__WEBPACK_IMPORTED_MODULE_11___default().AES.encrypt(d||"",e,{iv:e,mode:crypto_js__WEBPACK_IMPORTED_MODULE_11___default().mode.CBC});return window.btoa(r.toString())},getVersion=()=>{const _=navigator.userAgent.toLowerCase().match(/version\/[\d.]+/gi);return _&&_[0].replace(/version\//,"")},isLocalApp=()=>navigator.userAgent.indexOf("ExerciseApp")>-1;function randomArray(d,_){let e=d.length,r,i;_=_||1;let l=function(){var c=Math.sin(_++)*1e3;return c-Math.floor(c)};for(;e!==0;)i=Math.floor(l()*e),e-=1,r=d[e],d[e]=d[i],d[i]=r;return d}function pointerEvents(d){const _=document.getElementsByTagName("iframe");for(let r=0;r<_.length;r++)_[r].style["pointer-events"]=d;const e=document.getElementsByTagName("canvas");for(let r=0;r<e.length;r++)e[r].style["pointer-events"]=d}const toDataUrl=d=>new Promise((_,e)=>{var r=new XMLHttpRequest;r.withCredentials=!0,r.onload=function(){var i=new FileReader;i.onloadend=function(){_(i.result)},i.readAsDataURL(r.response)},r.open("GET",d),r.responseType="blob",r.send()}),vtrsKey=(_b=(_a=location==null?void 0:location.pathname)==null?void 0:_a.split("/"))==null?void 0:_b[1];function scrollToTop(){window.scrollTo({left:0,top:0,behavior:"smooth"})}function domScrollToTop(d){var _;(_=document.querySelector(d))==null||_.scrollTo({left:0,top:0,behavior:"smooth"})}function dealUploadChange(d){var _,e,r,i,l;const c=(_=d.fileList)==null?void 0:_.map(f=>{var o,h;return __spreadProps(__spreadValues({},f),{status:typeof(f==null?void 0:f.response)=="string"||((o=f==null?void 0:f.response)==null?void 0:o.status)===-1?"error":f.status,response:typeof(f==null?void 0:f.response)=="string"?f==null?void 0:f.response:f!=null&&f.response&&(f==null?void 0:f.response.status)===-1?(h=f==null?void 0:f.response)==null?void 0:h.message:f==null?void 0:f.response})});return((r=(e=d.file)==null?void 0:e.response)==null?void 0:r.status)===-1&&(antd__WEBPACK_IMPORTED_MODULE_14__.ZP.destroy(),antd__WEBPACK_IMPORTED_MODULE_14__.ZP.warning((l=(i=d.file)==null?void 0:i.response)==null?void 0:l.message)),c}function cutFileName(d="",_){if(!d)return"";const e=d.lastIndexOf(".");let r=[d,""];if(e!==-1&&e!==d.length-1){const i=d.substring(0,e),l=d.substring(e+1);r=[i,l]}return r[0].length>_?r[0].slice(0,_)+"..."+r[1]:d}function cutName(d="",_,e="--"){return d?(d==null?void 0:d.length)>=_?(d==null?void 0:d.slice(0,_))+"...":d:e}function timeContrast(d){return d?moment__WEBPACK_IMPORTED_MODULE_12___default()().isBefore(moment__WEBPACK_IMPORTED_MODULE_12___default()(d)):!0}function showTotal(d){return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:"font14 c-grey-333"},"\u5171",react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:"c-light-primary"},"\xA0",d,"\xA0"),"\u6761\u6570\u636E")}const formatRandomPaperData=d=>{const _={1:"\u4E00",2:"\u4E8C",3:"\u4E09",4:"\u56DB",5:"\u4E94",6:"\u516D",7:"\u4E03"};if(!d)return;const{exam:e,single_questions:r,multiple_questions:i,judgement_questions:l,program_questions:c,completion_questions:f,subjective_questions:o,practical_questions:h,combination_questions:u,bprogram_questions:a}=d||{},x=[__spreadValues({type:"SINGLE",name:"\u5355\u9009\u9898"},r),__spreadValues({type:"MULTIPLE",name:"\u591A\u9009\u9898"},i),__spreadValues({type:"COMPLETION",name:"\u586B\u7A7A\u9898"},f),__spreadValues({type:"JUDGMENT",name:"\u5224\u65AD\u9898"},l),__spreadValues({type:"SUBJECTIVE",name:"\u7B80\u7B54\u9898"},o),__spreadValues({type:"PROGRAM",name:"\u7F16\u7A0B\u9898"},c),__spreadValues({type:"BPROGRAM",name:"\u7A0B\u5E8F\u586B\u7A7A\u9898"},a),__spreadValues({type:"PRACTICAL",name:"\u5B9E\u8BAD\u9898"},h),__spreadValues({type:"COMBINATION",name:"\u7EC4\u5408\u9898"},u)],p=[];let y=0,m=0;const b=x.filter(S=>S.questions_count>0).map((S,k)=>{var R;return(R=S.questions)==null||R.forEach(A=>{p.push(A.id),y=y+A.score,m=m+1}),__spreadValues(__spreadValues({},S),{number:_[k+1]})});return{all_questions_count:m,all_score:y,questionList:b,ids:p,exam:e}},formatRandomPaperDatas=d=>{var _;const e={1:"\u4E00",2:"\u4E8C",3:"\u4E09",4:"\u56DB",5:"\u4E94",6:"\u516D",7:"\u4E03"};if(!d)return;const{exam:r,single_questions:i,multiple_questions:l,judgement_questions:c,program_questions:f,completion_questions:o,subjective_questions:h,practical_questions:u,combination_questions:a,bprogram_questions:x}=d||{},p=[__spreadValues({type:"SINGLE",name:"\u5355\u9009\u9898"},i),__spreadValues({type:"MULTIPLE",name:"\u591A\u9009\u9898"},l),__spreadValues({type:"COMPLETION",name:"\u586B\u7A7A\u9898"},o),__spreadValues({type:"JUDGMENT",name:"\u5224\u65AD\u9898"},c),__spreadValues({type:"SUBJECTIVE",name:"\u7B80\u7B54\u9898"},h),__spreadValues({type:"PROGRAM",name:"\u7F16\u7A0B\u9898"},f),__spreadValues({type:"BPROGRAM",name:"\u7A0B\u5E8F\u586B\u7A7A\u9898"},x),__spreadValues({type:"PRACTICAL",name:"\u5B9E\u8BAD\u9898"},u),__spreadValues({type:"COMBINATION",name:"\u7EC4\u5408\u9898"},a)];let y=[];(_=r==null?void 0:r.question_type_position)==null||_.map((R,A)=>{p==null||p.map((O,M)=>{R.type===O.type&&y.push(O)})});const m=[];let b=0,S=0;const k=y.filter(R=>R.questions_count>0).map((R,A)=>{var O;return(O=R.questions)==null||O.forEach(M=>{m.push(M.id),b=b+M.score,S=S+1}),__spreadValues(__spreadValues({},R),{number:e[A+1]})});return{all_questions_count:S,all_score:b,questionList:k,ids:m,exam:r}},isWechatBrowser=()=>navigator.userAgent.toLowerCase().match(/MicroMessenger/i)=="micromessenger",toWechatLogin=()=>{isWechatBrowser()?window.location.href="https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx0955caba88bc37eb&redirect_uri=https%3A%2F%2Fwww.educoder.net%2fotherloginstart&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect":window.location.href="/wxlogin.html"},isMobileDevice=()=>typeof window.orientation!="undefined"||navigator.userAgent.indexOf("Mobi")!==-1,sendAppStatus=(d,_)=>{var e;try{_?(d.send(JSON.stringify({type:"toggleLockExit",data:!0})),_!=null&&_.forbid_screen&&d.send(JSON.stringify({type:"open-disabled-switchscreen"})),_!=null&&_.use_white_list&&d.send(JSON.stringify({type:"open-only-allow-runapp",data:_==null?void 0:_.white_list})),_!=null&&_.net_limit&&d.send(JSON.stringify({type:"network-close",data:(e=_==null?void 0:_.net_limit_list)==null?void 0:e.split(`
`)}))):(d.send(JSON.stringify({type:"toggleLockExit",data:!1})),d.send(JSON.stringify({type:"close-disabled-switchscreen"})),d.send(JSON.stringify({type:"close-only-allow-runapp"})),d.send(JSON.stringify({type:"network-open"})))}catch(r){}},addJumping=()=>{const d=document.querySelector('a[title="\u589E\u52A0\u586B\u7A7A"]'),_=d==null?void 0:d.querySelector("span");_&&(_.classList.remove("jumping-icon"),_.offsetWidth,_.classList.add("jumping-icon"),setTimeout(()=>{var e;(e=_==null?void 0:_.classList)==null||e.remove("jumping-icon")},2e3))},showClassroomsmodal=d=>d!=null&&d.forbid_student_visit?(antd__WEBPACK_IMPORTED_MODULE_15__.default.warning({title:"\u63D0\u793A",icon:null,centered:!0,okText:"\u6211\u77E5\u9053\u4E86",content:react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",null,react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{style:{fontWeight:600}},d==null?void 0:d.username,"\u8001\u5E08 "),"\u5DF2\u5173\u95ED\u8BE5\u8BFE\u5802\uFF0C\u5B66\u751F\u7528\u6237\u6682\u65F6\u65E0\u6CD5\u8BBF\u95EE ")}),!0):!1,getExamRestrictionInfo=d=>{const _=[];return d.is_locked&&_.push("\u8003\u8BD5\u89E3\u9501\u7801"),d.login_restrict&&_.push("\u8003\u8BD5\u767B\u5F55\u9650\u5236"),d.screen_open&&_.push("\u5207\u5C4F\u540E\u5F3A\u5236\u4EA4\u5377"),d.ip_bind&&_.push("IP\u5730\u5740\u7ED1\u5B9A"),(d.ip_limit==="pub"||d.ip_limit==="inner")&&_.push("\u9650\u5236\u8003\u8BD5\u8BBF\u95EEIP"),d.open_camera&&_.push("\u8003\u8BD5\u4E2D\u542F\u7528\u62CD\u7167\u529F\u80FD\u8FDB\u884C\u76D1\u8003\u548C\u884C\u4E3A\u5206\u6790"),d.identity_verify&&_.push("\u8003\u8BD5\u524D\u4EBA\u8138\u8EAB\u4EFD\u6838\u9A8C"),d.open_phone_video_recording&&_.push("\u8003\u8BD5\u4E2D\u5F00\u542F\u624B\u673A\u89C6\u9891\u5F55\u5236"),_.length>0?_.join("\u3001"):""},releaseRuleDataAdjust=d=>{const _=d.reduce((r,i)=>{const l=`${i.publish_time}_${i.end_time}_${i.is_admin}`;return r[l]?(r[l].group_name.push(i.group_name),r[l].group_id.push(i.group_id)):r[l]={publish_time:i.publish_time,end_time:i.end_time,is_admin:i.is_admin,group_name:[i.group_name],group_id:[i.group_id]},r},{});return Object.values(_).map(r=>__spreadProps(__spreadValues({},r),{group_name:r.group_name.flat(),group_id:r.group_id.flat()}))},showInstallWebRtcDoc=()=>new Promise((d,_)=>__async(void 0,null,function*(){const e=yield(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_10__.ZP)("/api/documents/webrtc_content",{method:"get"});antd__WEBPACK_IMPORTED_MODULE_15__.default.info({title:"WebRTC\u63D2\u4EF6\u5B89\u88C5\u6559\u7A0B",width:"1000px",centered:!0,content:react__WEBPACK_IMPORTED_MODULE_0__.createElement("div",{style:{maxHeight:"70vh",overflow:"auto"}},react__WEBPACK_IMPORTED_MODULE_0__.createElement(_components_RenderHtml__WEBPACK_IMPORTED_MODULE_9__.Z,{value:(e==null?void 0:e.data)||""}))}),d(e==null?void 0:e.data)}));function copyToClipboard(d){return navigator.clipboard?navigator.clipboard.writeText(d).then(()=>(console.log("Text copied to clipboard successfully!"),!0)).catch(_=>{throw console.error("Failed to copy text: ",_),_}):new Promise((_,e)=>{const r=document.createElement("textarea");r.value=d,document.body.appendChild(r),r.select();try{const i=document.execCommand("copy");document.body.removeChild(r),i?(console.log("Text copied to clipboard successfully!"),_(!0)):(console.error("Failed to copy text using execCommand."),e(!1))}catch(i){document.body.removeChild(r),console.error("Failed to copy text: ",i),e(i)}})}const isArrayBuffer=d=>Object.prototype.toString.call(d)==="[object ArrayBuffer]",parseArrayBufferAsText=(d,_="utf-8")=>isArrayBuffer(d)?new TextDecoder(_).decode(d):d,numFormat=d=>d?(d>=1e3&&(d=d/1e3+"K"),d):0},4787:function(d,_,e){"use strict";e.d(_,{t:function(){return r}});const r=l=>{var c=/^(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])$/;return c.test(l)},i=l=>{var c=/^(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.$/;return c.test(l)}},91231:function(d,_,e){"use strict";e.d(_,{Il:function(){return f},Ov:function(){return o},T$:function(){return u}});var r=e(38127),i=e(59301),l=e(35338),c=["element"],f=i.createContext({});function o(){return i.useContext(f)}function h(){var y=(0,l.TH)(),m=o(),b=m.clientRoutes,S=(0,l.fp)(b,y.pathname);return S||[]}function u(){var y,m=h().slice(-1),b=((y=m[0])===null||y===void 0?void 0:y.route)||{},S=b.element,k=(0,r.Z)(b,c);return k}function a(){var y=h(),m=o(),b=m.serverLoaderData,S=m.basename,k=React.useState(function(){var M={},B=!1;return y.forEach(function(U){var X=b[U.route.id];X&&(Object.assign(M,X),B=!0)}),B?M:void 0}),R=_slicedToArray(k,2),A=R[0],O=R[1];return React.useEffect(function(){window.__UMI_LOADER_DATA__||Promise.all(y.filter(function(M){return M.route.hasServerLoader}).map(function(M){return new Promise(function(B){fetchServerLoader({id:M.route.id,basename:S,cb:B})})})).then(function(M){if(M.length){var B={};M.forEach(function(U){Object.assign(B,U)}),O(B)}})},[]),{data:A}}function x(){var y=useRouteData(),m=o();return{data:m.clientLoaderData[y.route.id]}}function p(){var y=a(),m=x();return{data:_objectSpread(_objectSpread({},y.data),m.data)}}},91392:function(d){var _={en_GB:"en-gb",en_US:"en",zh_CN:"zh-cn",zh_TW:"zh-tw"},e=function(i){var l=_[i];return l||i.split("_")[0]};d.exports=function(r,i,l){var c=i.prototype.locale;i.prototype.locale=function(f){return typeof f=="string"&&(f=e(f)),c.call(this,f)}}},92806:function(d,_,e){"use strict";var r=e(41799),i=e(59301),l=e(3113),c=e(67797);function f(h){return!!(h&&h.then)}const o=h=>{const{type:u,children:a,prefixCls:x,buttonProps:p,close:y,autoFocus:m,emitEvent:b,isSilent:S,quitOnNullishReturnValue:k,actionFn:R}=h,A=i.useRef(!1),O=i.useRef(null),[M,B]=(0,r.Z)(!1),U=function(){y==null||y.apply(void 0,arguments)};i.useEffect(()=>{let V=null;return m&&(V=setTimeout(()=>{var ae;(ae=O.current)===null||ae===void 0||ae.focus()})),()=>{V&&clearTimeout(V)}},[]);const X=V=>{f(V)&&(B(!0),V.then(function(){B(!1,!0),U.apply(void 0,arguments),A.current=!1},ae=>{if(B(!1,!0),A.current=!1,!(S!=null&&S()))return Promise.reject(ae)}))},G=V=>{if(A.current)return;if(A.current=!0,!R){U();return}let ae;if(b){if(ae=R(V),k&&!f(ae)){A.current=!1,U(V);return}}else if(R.length)ae=R(y),A.current=!1;else if(ae=R(),!ae){U();return}X(ae)};return i.createElement(l.ZP,Object.assign({},(0,c.n)(u),{onClick:G,loading:M,prefixCls:x},p,{ref:O}),a)};_.Z=o},53487:function(d,_,e){"use strict";e.d(_,{Z:function(){return o},i:function(){return f}});var r=e(18929),i=e(59301),l=e(92736),c=e(36355);function f(h){return function(a){return i.createElement(l.ZP,{theme:{token:{motion:!1,zIndexPopupBase:0}}},i.createElement(h,Object.assign({},a)))}}function o(h,u,a,x){function p(y){const{prefixCls:m,style:b}=y,S=i.useRef(null),[k,R]=i.useState(0),[A,O]=i.useState(0),[M,B]=(0,r.Z)(!1,{value:y.open}),{getPrefixCls:U}=i.useContext(c.E_),X=U(u||"select",m);i.useEffect(()=>{if(B(!0),typeof ResizeObserver!="undefined"){const V=new ResizeObserver(ie=>{const ue=ie[0].target;R(ue.offsetHeight+8),O(ue.offsetWidth)}),ae=setInterval(()=>{var ie;const ue=a?`.${a(X)}`:`.${X}-dropdown`,Q=(ie=S.current)===null||ie===void 0?void 0:ie.querySelector(ue);Q&&(clearInterval(ae),V.observe(Q))},10);return()=>{clearInterval(ae),V.disconnect()}}},[]);let G=Object.assign(Object.assign({},y),{style:Object.assign(Object.assign({},b),{margin:0}),open:M,visible:M,getPopupContainer:()=>S.current});return x&&(G=x(G)),i.createElement("div",{ref:S,style:{paddingBottom:k,position:"relative",minWidth:A}},i.createElement(h,Object.assign({},G)))}return f(p)}},36785:function(d,_,e){"use strict";e.d(_,{o2:function(){return f},yT:function(){return o}});var r=e(95190),i=e(33166);const l=i.i.map(h=>`${h}-inverse`),c=["success","processing","error","default","warning"];function f(h){return(arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0)?[].concat((0,r.Z)(l),(0,r.Z)(i.i)).includes(h):i.i.includes(h)}function o(h){return c.includes(h)}},47729:function(d,_,e){"use strict";e.d(_,{Z:function(){return c}});var r=e(99267),i=e(59301);function l(f,o,h){return typeof f=="boolean"?f:o===void 0?!!h:o!==!1&&o!==null}function c(f,o,h){let u=arguments.length>3&&arguments[3]!==void 0?arguments[3]:i.createElement(r.Z,null),a=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1;if(!l(f,o,a))return[!1,null];const p=typeof o=="boolean"||o===void 0||o===null?u:o;return[!0,h?h(p):p]}},62892:function(d,_,e){"use strict";e.d(_,{m:function(){return h}});const r=()=>({height:0,opacity:0}),i=u=>{const{scrollHeight:a}=u;return{height:a,opacity:1}},l=u=>({height:u?u.offsetHeight:0}),c=(u,a)=>(a==null?void 0:a.deadline)===!0||a.propertyName==="height",f=function(){return{motionName:`${arguments.length>0&&arguments[0]!==void 0?arguments[0]:"ant"}-motion-collapse`,onAppearStart:r,onEnterStart:r,onAppearActive:i,onEnterActive:i,onLeaveStart:l,onLeaveActive:r,onAppearEnd:c,onEnterEnd:c,onLeaveEnd:c,motionDeadline:500}},o=null,h=(u,a,x)=>x!==void 0?x:`${u}-${a}`;_.Z=f},79676:function(d,_,e){"use strict";e.d(_,{Z:function(){return o}});var r=e(19447);function i(h,u,a,x){if(x===!1)return{adjustX:!1,adjustY:!1};const p=x&&typeof x=="object"?x:{},y={};switch(h){case"top":case"bottom":y.shiftX=u.dropdownArrowOffset*2+a;break;case"left":case"right":y.shiftY=u.dropdownArrowOffsetVertical*2+a;break}const m=Object.assign(Object.assign({},y),p);return m.shiftX||(m.adjustX=!0),m.shiftY||(m.adjustY=!0),m}const l={left:{points:["cr","cl"]},right:{points:["cl","cr"]},top:{points:["bc","tc"]},bottom:{points:["tc","bc"]},topLeft:{points:["bl","tl"]},leftTop:{points:["tr","tl"]},topRight:{points:["br","tr"]},rightTop:{points:["tl","tr"]},bottomRight:{points:["tr","br"]},rightBottom:{points:["bl","br"]},bottomLeft:{points:["tl","bl"]},leftBottom:{points:["br","bl"]}},c={topLeft:{points:["bl","tc"]},leftTop:{points:["tr","cl"]},topRight:{points:["br","tc"]},rightTop:{points:["tl","cr"]},bottomRight:{points:["tr","bc"]},rightBottom:{points:["bl","cr"]},bottomLeft:{points:["tl","bc"]},leftBottom:{points:["br","cl"]}},f=new Set(["topLeft","topRight","bottomLeft","bottomRight","leftTop","leftBottom","rightTop","rightBottom"]);function o(h){const{arrowWidth:u,autoAdjustOverflow:a,arrowPointAtCenter:x,offset:p,borderRadius:y,visibleFirst:m}=h,b=u/2,S={};return Object.keys(l).forEach(k=>{const R=x&&c[k]||l[k],A=Object.assign(Object.assign({},R),{offset:[0,0]});switch(S[k]=A,f.has(k)&&(A.autoArrow=!1),k){case"top":case"topLeft":case"topRight":A.offset[1]=-b-p;break;case"bottom":case"bottomLeft":case"bottomRight":A.offset[1]=b+p;break;case"left":case"leftTop":case"leftBottom":A.offset[0]=-b-p;break;case"right":case"rightTop":case"rightBottom":A.offset[0]=b+p;break}const O=(0,r.fS)({contentRadius:y,limitVerticalRadius:!0});if(x)switch(k){case"topLeft":case"bottomLeft":A.offset[0]=-O.dropdownArrowOffset-b;break;case"topRight":case"bottomRight":A.offset[0]=O.dropdownArrowOffset+b;break;case"leftTop":case"rightTop":A.offset[1]=-O.dropdownArrowOffset-b;break;case"leftBottom":case"rightBottom":A.offset[1]=O.dropdownArrowOffset+b;break}A.overflow=i(k,O,u,a),m&&(A.htmlRegion="visibleFirst")}),S}},92343:function(d,_,e){"use strict";var r;e.d(_,{M2:function(){return c},Tm:function(){return o},l$:function(){return l},wm:function(){return f}});var i=e(59301);const{isValidElement:l}=r||(r=e.t(i,2));function c(h){return h&&l(h)&&h.type===i.Fragment}function f(h,u,a){return l(h)?i.cloneElement(h,typeof a=="function"?a(h.props||{}):a):u}function o(h,u){return f(h,h,u)}},69507:function(d,_,e){"use strict";e.d(_,{ZP:function(){return o},c4:function(){return l},m9:function(){return h}});var r=e(59301),i=e(88088);const l=["xxl","xl","lg","md","sm","xs"],c=u=>({xs:`(max-width: ${u.screenXSMax}px)`,sm:`(min-width: ${u.screenSM}px)`,md:`(min-width: ${u.screenMD}px)`,lg:`(min-width: ${u.screenLG}px)`,xl:`(min-width: ${u.screenXL}px)`,xxl:`(min-width: ${u.screenXXL}px)`}),f=u=>{const a=u,x=[].concat(l).reverse();return x.forEach((p,y)=>{const m=p.toUpperCase(),b=`screen${m}Min`,S=`screen${m}`;if(!(a[b]<=a[S]))throw new Error(`${b}<=${S} fails : !(${a[b]}<=${a[S]})`);if(y<x.length-1){const k=`screen${m}Max`;if(!(a[S]<=a[k]))throw new Error(`${S}<=${k} fails : !(${a[S]}<=${a[k]})`);const A=`screen${x[y+1].toUpperCase()}Min`;if(!(a[k]<=a[A]))throw new Error(`${k}<=${A} fails : !(${a[k]}<=${a[A]})`)}}),u};function o(){const[,u]=(0,i.Z)(),a=c(f(u));return r.useMemo(()=>{const x=new Map;let p=-1,y={};return{matchHandlers:{},dispatch(m){return y=m,x.forEach(b=>b(y)),x.size>=1},subscribe(m){return x.size||this.register(),p+=1,x.set(p,m),m(y),p},unsubscribe(m){x.delete(m),x.size||this.unregister()},unregister(){Object.keys(a).forEach(m=>{const b=a[m],S=this.matchHandlers[b];S==null||S.mql.removeListener(S==null?void 0:S.listener)}),x.clear()},register(){Object.keys(a).forEach(m=>{const b=a[m],S=R=>{let{matches:A}=R;this.dispatch(Object.assign(Object.assign({},y),{[m]:A}))},k=window.matchMedia(b);k.addListener(S),this.matchHandlers[b]={mql:k,listener:S},S(k)})},responsiveMap:a}},[u])}const h=(u,a)=>{if(a&&typeof a=="object")for(let x=0;x<l.length;x++){const p=l[x];if(u[p]&&a[p]!==void 0)return a[p]}}},14088:function(d,_,e){"use strict";e.d(_,{Z:function(){return ae}});var r=e(92310),i=e.n(r),l=e(8654),c=e(29194),f=e(59301),o=e(36355),h=e(92343),u=e(83116);const a=ie=>{const{componentCls:ue,colorPrimary:Q}=ie;return{[ue]:{position:"absolute",background:"transparent",pointerEvents:"none",boxSizing:"border-box",color:`var(--wave-color, ${Q})`,boxShadow:"0 0 0 0 currentcolor",opacity:.2,"&.wave-motion-appear":{transition:[`box-shadow 0.4s ${ie.motionEaseOutCirc}`,`opacity 2s ${ie.motionEaseOutCirc}`].join(","),"&-active":{boxShadow:"0 0 0 6px currentcolor",opacity:0},"&.wave-quick":{transition:[`box-shadow 0.3s ${ie.motionEaseInOut}`,`opacity 0.35s ${ie.motionEaseInOut}`].join(",")}}}}};var x=(0,u.Z)("Wave",ie=>[a(ie)]),p=e(70425),y=e(16089),m=e(77900),b=e(1585);function S(ie){const ue=(ie||"").match(/rgba?\((\d*), (\d*), (\d*)(, [\d.]*)?\)/);return ue&&ue[1]&&ue[2]&&ue[3]?!(ue[1]===ue[2]&&ue[2]===ue[3]):!0}function k(ie){return ie&&ie!=="#fff"&&ie!=="#ffffff"&&ie!=="rgb(255, 255, 255)"&&ie!=="rgba(255, 255, 255, 1)"&&S(ie)&&!/rgba\((?:\d*, ){3}0\)/.test(ie)&&ie!=="transparent"}function R(ie){const{borderTopColor:ue,borderColor:Q,backgroundColor:J}=getComputedStyle(ie);return k(ue)?ue:k(Q)?Q:k(J)?J:null}var A=e(4572);function O(ie){return Number.isNaN(ie)?0:ie}const M=ie=>{const{className:ue,target:Q,component:J}=ie,K=f.useRef(null),[oe,ee]=f.useState(null),[q,le]=f.useState([]),[Z,j]=f.useState(0),[se,me]=f.useState(0),[Oe,ke]=f.useState(0),[$e,Ne]=f.useState(0),[Ft,wt]=f.useState(!1),Pt={left:Z,top:se,width:Oe,height:$e,borderRadius:q.map(tr=>`${tr}px`).join(" ")};oe&&(Pt["--wave-color"]=oe);function Jt(){const tr=getComputedStyle(Q);ee(R(Q));const Xe=tr.position==="static",{borderLeftWidth:It,borderTopWidth:Zt}=tr;j(Xe?Q.offsetLeft:O(-parseFloat(It))),me(Xe?Q.offsetTop:O(-parseFloat(Zt))),ke(Q.offsetWidth),Ne(Q.offsetHeight);const{borderTopLeftRadius:ot,borderTopRightRadius:bt,borderBottomLeftRadius:mt,borderBottomRightRadius:et}=tr;le([ot,bt,et,mt].map(He=>O(parseFloat(He))))}if(f.useEffect(()=>{if(Q){const tr=(0,y.Z)(()=>{Jt(),wt(!0)});let Xe;return typeof ResizeObserver!="undefined"&&(Xe=new ResizeObserver(Jt),Xe.observe(Q)),()=>{y.Z.cancel(tr),Xe==null||Xe.disconnect()}}},[]),!Ft)return null;const er=(J==="Checkbox"||J==="Radio")&&(Q==null?void 0:Q.classList.contains(A.A));return f.createElement(m.default,{visible:!0,motionAppear:!0,motionName:"wave-motion",motionDeadline:5e3,onAppearEnd:(tr,Xe)=>{var It;if(Xe.deadline||Xe.propertyName==="opacity"){const Zt=(It=K.current)===null||It===void 0?void 0:It.parentElement;(0,b.v)(Zt).then(()=>{Zt==null||Zt.remove()})}return!1}},tr=>{let{className:Xe}=tr;return f.createElement("div",{ref:K,className:i()(ue,{"wave-quick":er},Xe),style:Pt})})};var U=(ie,ue)=>{var Q;const{component:J}=ue;if(J==="Checkbox"&&!(!((Q=ie.querySelector("input"))===null||Q===void 0)&&Q.checked))return;const K=document.createElement("div");K.style.position="absolute",K.style.left="0px",K.style.top="0px",ie==null||ie.insertBefore(K,ie==null?void 0:ie.firstChild),(0,b.s)(f.createElement(M,Object.assign({},ue,{target:ie})),K)},X=e(88088);function G(ie,ue,Q){const{wave:J}=f.useContext(o.E_),[,K,oe]=(0,X.Z)(),ee=(0,p.useEvent)(Z=>{const j=ie.current;if(J!=null&&J.disabled||!j)return;const se=j.querySelector(`.${A.A}`)||j,{showEffect:me}=J||{};(me||U)(se,{className:ue,token:K,component:Q,event:Z,hashId:oe})}),q=f.useRef();return Z=>{y.Z.cancel(q.current),q.current=(0,y.Z)(()=>{ee(Z)})}}var ae=ie=>{const{children:ue,disabled:Q,component:J}=ie,{getPrefixCls:K}=(0,f.useContext)(o.E_),oe=(0,f.useRef)(null),ee=K("wave"),[,q]=x(ee),le=G(oe,i()(ee,q),J);if(f.useEffect(()=>{const j=oe.current;if(!j||j.nodeType!==1||Q)return;const se=me=>{!(0,c.Z)(me.target)||!j.getAttribute||j.getAttribute("disabled")||j.disabled||j.className.includes("disabled")||j.className.includes("-leave")||le(me)};return j.addEventListener("click",se,!0),()=>{j.removeEventListener("click",se,!0)}},[Q]),!f.isValidElement(ue))return ue!=null?ue:null;const Z=(0,l.Yr)(ue)?(0,l.sQ)(ue.ref,oe):oe;return(0,h.Tm)(ue,{ref:Z})}},4572:function(d,_,e){"use strict";e.d(_,{A:function(){return r}});const r="ant-wave-target"},67797:function(d,_,e){"use strict";e.d(_,{n:function(){return Lt},Z:function(){return Yt}});var r=e(59301),i=e(92310),l=e.n(i),c=e(2738),f=e(8654),o=e(14088),h=e(36355),u=e(1684),a=e(19716),x=e(33234),p=e(88088),y=function(Ge,fe){var pe={};for(var Dt in Ge)Object.prototype.hasOwnProperty.call(Ge,Dt)&&fe.indexOf(Dt)<0&&(pe[Dt]=Ge[Dt]);if(Ge!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Te=0,Dt=Object.getOwnPropertySymbols(Ge);Te<Dt.length;Te++)fe.indexOf(Dt[Te])<0&&Object.prototype.propertyIsEnumerable.call(Ge,Dt[Te])&&(pe[Dt[Te]]=Ge[Dt[Te]]);return pe};const m=r.createContext(void 0);var S=Ge=>{const{getPrefixCls:fe,direction:pe}=r.useContext(h.E_),{prefixCls:Dt,size:Te,className:ht}=Ge,Wt=y(Ge,["prefixCls","size","className"]),St=fe("btn-group",Dt),[,,Re]=(0,p.Z)();let _t="";switch(Te){case"large":_t="lg";break;case"small":_t="sm";break;case"middle":case void 0:break;default:}const ze=l()(St,{[`${St}-${_t}`]:_t,[`${St}-rtl`]:pe==="rtl"},ht,Re);return r.createElement(m.Provider,{value:Te},r.createElement("div",Object.assign({},Wt,{className:ze})))},k=e(92343);const R=/^[\u4e00-\u9fa5]{2}$/,A=R.test.bind(R);function O(Ge){return typeof Ge=="string"}function M(Ge){return Ge==="text"||Ge==="link"}function B(Ge,fe){if(Ge==null)return;const pe=fe?" ":"";return typeof Ge!="string"&&typeof Ge!="number"&&O(Ge.type)&&A(Ge.props.children)?(0,k.Tm)(Ge,{children:Ge.props.children.split("").join(pe)}):O(Ge)?A(Ge)?r.createElement("span",null,Ge.split("").join(pe)):r.createElement("span",null,Ge):(0,k.M2)(Ge)?r.createElement("span",null,Ge):Ge}function U(Ge,fe){let pe=!1;const Dt=[];return r.Children.forEach(Ge,Te=>{const ht=typeof Te,Wt=ht==="string"||ht==="number";if(pe&&Wt){const St=Dt.length-1,Re=Dt[St];Dt[St]=`${Re}${Te}`}else Dt.push(Te);pe=Wt}),r.Children.map(Dt,Te=>B(Te,fe))}const X=null,G=null,V=null;var ie=(0,r.forwardRef)((Ge,fe)=>{const{className:pe,style:Dt,children:Te,prefixCls:ht}=Ge,Wt=l()(`${ht}-icon`,pe);return r.createElement("span",{ref:fe,className:Wt,style:Dt},Te)}),ue=e(58617),Q=e(77900);const J=(0,r.forwardRef)((Ge,fe)=>{let{prefixCls:pe,className:Dt,style:Te,iconClassName:ht}=Ge;const Wt=l()(`${pe}-loading-icon`,Dt);return r.createElement(ie,{prefixCls:pe,className:Wt,style:Te,ref:fe},r.createElement(ue.Z,{className:ht}))}),K=()=>({width:0,opacity:0,transform:"scale(0)"}),oe=Ge=>({width:Ge.scrollWidth,opacity:1,transform:"scale(1)"});var q=Ge=>{const{prefixCls:fe,loading:pe,existIcon:Dt,className:Te,style:ht}=Ge,Wt=!!pe;return Dt?r.createElement(J,{prefixCls:fe,className:Te,style:ht}):r.createElement(Q.default,{visible:Wt,motionName:`${fe}-loading-icon-motion`,removeOnLeave:!0,onAppearStart:K,onAppearActive:oe,onEnterStart:K,onEnterActive:oe,onLeaveStart:oe,onLeaveActive:K},(St,Re)=>{let{className:_t,style:ze}=St;return r.createElement(J,{prefixCls:fe,className:Te,style:Object.assign(Object.assign({},ht),ze),ref:Re,iconClassName:_t})})},le=e(17313),Z=e(37613),j=e(83116);const se=(Ge,fe)=>({[`> span, > ${Ge}`]:{"&:not(:last-child)":{[`&, & > ${Ge}`]:{"&:not(:disabled)":{borderInlineEndColor:fe}}},"&:not(:first-child)":{[`&, & > ${Ge}`]:{"&:not(:disabled)":{borderInlineStartColor:fe}}}}});var Oe=Ge=>{const{componentCls:fe,fontSize:pe,lineWidth:Dt,groupBorderColor:Te,colorErrorHover:ht}=Ge;return{[`${fe}-group`]:[{position:"relative",display:"inline-flex",[`> span, > ${fe}`]:{"&:not(:last-child)":{[`&, & > ${fe}`]:{borderStartEndRadius:0,borderEndEndRadius:0}},"&:not(:first-child)":{marginInlineStart:-Dt,[`&, & > ${fe}`]:{borderStartStartRadius:0,borderEndStartRadius:0}}},[fe]:{position:"relative",zIndex:1,"&:hover,\n &:focus,\n &:active":{zIndex:2},"&[disabled]":{zIndex:0}},[`${fe}-icon-only`]:{fontSize:pe}},se(`${fe}-primary`,Te),se(`${fe}-danger`,ht)]}};const ke=Ge=>{const{componentCls:fe,iconCls:pe,fontWeight:Dt}=Ge;return{[fe]:{outline:"none",position:"relative",display:"inline-block",fontWeight:Dt,whiteSpace:"nowrap",textAlign:"center",backgroundImage:"none",backgroundColor:"transparent",border:`${Ge.lineWidth}px ${Ge.lineType} transparent`,cursor:"pointer",transition:`all ${Ge.motionDurationMid} ${Ge.motionEaseInOut}`,userSelect:"none",touchAction:"manipulation",lineHeight:Ge.lineHeight,color:Ge.colorText,"&:disabled > *":{pointerEvents:"none"},"> span":{display:"inline-block"},[`${fe}-icon`]:{lineHeight:0},[`> ${pe} + span, > span + ${pe}`]:{marginInlineStart:Ge.marginXS},[`&:not(${fe}-icon-only) > ${fe}-icon`]:{[`&${fe}-loading-icon, &:not(:last-child)`]:{marginInlineEnd:Ge.marginXS}},"> a":{color:"currentColor"},"&:not(:disabled)":Object.assign({},(0,le.Qy)(Ge)),[`&-icon-only${fe}-compact-item`]:{flex:"none"},[`&-compact-item${fe}-primary`]:{[`&:not([disabled]) + ${fe}-compact-item${fe}-primary:not([disabled])`]:{position:"relative","&:before":{position:"absolute",top:-Ge.lineWidth,insetInlineStart:-Ge.lineWidth,display:"inline-block",width:Ge.lineWidth,height:`calc(100% + ${Ge.lineWidth*2}px)`,backgroundColor:Ge.colorPrimaryHover,content:'""'}}},"&-compact-vertical-item":{[`&${fe}-primary`]:{[`&:not([disabled]) + ${fe}-compact-vertical-item${fe}-primary:not([disabled])`]:{position:"relative","&:before":{position:"absolute",top:-Ge.lineWidth,insetInlineStart:-Ge.lineWidth,display:"inline-block",width:`calc(100% + ${Ge.lineWidth*2}px)`,height:Ge.lineWidth,backgroundColor:Ge.colorPrimaryHover,content:'""'}}}}}}},$e=(Ge,fe,pe)=>({[`&:not(:disabled):not(${Ge}-disabled)`]:{"&:hover":fe,"&:active":pe}}),Ne=Ge=>({minWidth:Ge.controlHeight,paddingInlineStart:0,paddingInlineEnd:0,borderRadius:"50%"}),Ft=Ge=>({borderRadius:Ge.controlHeight,paddingInlineStart:Ge.controlHeight/2,paddingInlineEnd:Ge.controlHeight/2}),wt=Ge=>({cursor:"not-allowed",borderColor:Ge.borderColorDisabled,color:Ge.colorTextDisabled,backgroundColor:Ge.colorBgContainerDisabled,boxShadow:"none"}),Pt=(Ge,fe,pe,Dt,Te,ht,Wt,St)=>({[`&${Ge}-background-ghost`]:Object.assign(Object.assign({color:pe||void 0,backgroundColor:fe,borderColor:Dt||void 0,boxShadow:"none"},$e(Ge,Object.assign({backgroundColor:fe},Wt),Object.assign({backgroundColor:fe},St))),{"&:disabled":{cursor:"not-allowed",color:Te||void 0,borderColor:ht||void 0}})}),Jt=Ge=>({[`&:disabled, &${Ge.componentCls}-disabled`]:Object.assign({},wt(Ge))}),er=Ge=>Object.assign({},Jt(Ge)),tr=Ge=>({[`&:disabled, &${Ge.componentCls}-disabled`]:{cursor:"not-allowed",color:Ge.colorTextDisabled}}),Xe=Ge=>Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},er(Ge)),{backgroundColor:Ge.defaultBg,borderColor:Ge.defaultBorderColor,color:Ge.defaultColor,boxShadow:Ge.defaultShadow}),$e(Ge.componentCls,{color:Ge.colorPrimaryHover,borderColor:Ge.colorPrimaryHover},{color:Ge.colorPrimaryActive,borderColor:Ge.colorPrimaryActive})),Pt(Ge.componentCls,Ge.ghostBg,Ge.defaultGhostColor,Ge.defaultGhostBorderColor,Ge.colorTextDisabled,Ge.colorBorder)),{[`&${Ge.componentCls}-dangerous`]:Object.assign(Object.assign(Object.assign({color:Ge.colorError,borderColor:Ge.colorError},$e(Ge.componentCls,{color:Ge.colorErrorHover,borderColor:Ge.colorErrorBorderHover},{color:Ge.colorErrorActive,borderColor:Ge.colorErrorActive})),Pt(Ge.componentCls,Ge.ghostBg,Ge.colorError,Ge.colorError,Ge.colorTextDisabled,Ge.colorBorder)),Jt(Ge))}),It=Ge=>Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},er(Ge)),{color:Ge.primaryColor,backgroundColor:Ge.colorPrimary,boxShadow:Ge.primaryShadow}),$e(Ge.componentCls,{color:Ge.colorTextLightSolid,backgroundColor:Ge.colorPrimaryHover},{color:Ge.colorTextLightSolid,backgroundColor:Ge.colorPrimaryActive})),Pt(Ge.componentCls,Ge.ghostBg,Ge.colorPrimary,Ge.colorPrimary,Ge.colorTextDisabled,Ge.colorBorder,{color:Ge.colorPrimaryHover,borderColor:Ge.colorPrimaryHover},{color:Ge.colorPrimaryActive,borderColor:Ge.colorPrimaryActive})),{[`&${Ge.componentCls}-dangerous`]:Object.assign(Object.assign(Object.assign({backgroundColor:Ge.colorError,boxShadow:Ge.dangerShadow,color:Ge.dangerColor},$e(Ge.componentCls,{backgroundColor:Ge.colorErrorHover},{backgroundColor:Ge.colorErrorActive})),Pt(Ge.componentCls,Ge.ghostBg,Ge.colorError,Ge.colorError,Ge.colorTextDisabled,Ge.colorBorder,{color:Ge.colorErrorHover,borderColor:Ge.colorErrorHover},{color:Ge.colorErrorActive,borderColor:Ge.colorErrorActive})),Jt(Ge))}),Zt=Ge=>Object.assign(Object.assign({},Xe(Ge)),{borderStyle:"dashed"}),ot=Ge=>Object.assign(Object.assign(Object.assign({color:Ge.colorLink},$e(Ge.componentCls,{color:Ge.colorLinkHover,backgroundColor:Ge.linkHoverBg},{color:Ge.colorLinkActive})),tr(Ge)),{[`&${Ge.componentCls}-dangerous`]:Object.assign(Object.assign({color:Ge.colorError},$e(Ge.componentCls,{color:Ge.colorErrorHover},{color:Ge.colorErrorActive})),tr(Ge))}),bt=Ge=>Object.assign(Object.assign(Object.assign({},$e(Ge.componentCls,{color:Ge.colorText,backgroundColor:Ge.textHoverBg},{color:Ge.colorText,backgroundColor:Ge.colorBgTextActive})),tr(Ge)),{[`&${Ge.componentCls}-dangerous`]:Object.assign(Object.assign({color:Ge.colorError},tr(Ge)),$e(Ge.componentCls,{color:Ge.colorErrorHover,backgroundColor:Ge.colorErrorBg},{color:Ge.colorErrorHover,backgroundColor:Ge.colorErrorBg}))}),mt=Ge=>{const{componentCls:fe}=Ge;return{[`${fe}-default`]:Xe(Ge),[`${fe}-primary`]:It(Ge),[`${fe}-dashed`]:Zt(Ge),[`${fe}-link`]:ot(Ge),[`${fe}-text`]:bt(Ge),[`${fe}-ghost`]:Pt(Ge.componentCls,Ge.ghostBg,Ge.colorBgContainer,Ge.colorBgContainer,Ge.colorTextDisabled,Ge.colorBorder)}},et=function(Ge){let fe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";const{componentCls:pe,controlHeight:Dt,fontSize:Te,lineHeight:ht,lineWidth:Wt,borderRadius:St,buttonPaddingHorizontal:Re,iconCls:_t}=Ge,ze=Math.max(0,(Dt-Te*ht)/2-Wt),we=`${pe}-icon-only`;return[{[`${pe}${fe}`]:{fontSize:Te,height:Dt,padding:`${ze}px ${Re}px`,borderRadius:St,[`&${we}`]:{width:Dt,paddingInlineStart:0,paddingInlineEnd:0,[`&${pe}-round`]:{width:"auto"},[_t]:{fontSize:Ge.buttonIconOnlyFontSize}},[`&${pe}-loading`]:{opacity:Ge.opacityLoading,cursor:"default"},[`${pe}-loading-icon`]:{transition:`width ${Ge.motionDurationSlow} ${Ge.motionEaseInOut}, opacity ${Ge.motionDurationSlow} ${Ge.motionEaseInOut}`}}},{[`${pe}${pe}-circle${fe}`]:Ne(Ge)},{[`${pe}${pe}-round${fe}`]:Ft(Ge)}]},He=Ge=>et((0,Z.TS)(Ge,{fontSize:Ge.contentFontSize})),_e=Ge=>{const fe=(0,Z.TS)(Ge,{controlHeight:Ge.controlHeightSM,fontSize:Ge.contentFontSizeSM,padding:Ge.paddingXS,buttonPaddingHorizontal:Ge.paddingInlineSM,borderRadius:Ge.borderRadiusSM,buttonIconOnlyFontSize:Ge.onlyIconSizeSM});return et(fe,`${Ge.componentCls}-sm`)},Se=Ge=>{const fe=(0,Z.TS)(Ge,{controlHeight:Ge.controlHeightLG,fontSize:Ge.contentFontSizeLG,buttonPaddingHorizontal:Ge.paddingInlineLG,borderRadius:Ge.borderRadiusLG,buttonIconOnlyFontSize:Ge.onlyIconSizeLG});return et(fe,`${Ge.componentCls}-lg`)},Me=Ge=>{const{componentCls:fe}=Ge;return{[fe]:{[`&${fe}-block`]:{width:"100%"}}}},Ue=Ge=>{const{paddingInline:fe,onlyIconSize:pe}=Ge;return(0,Z.TS)(Ge,{buttonPaddingHorizontal:fe,buttonIconOnlyFontSize:pe})},We=Ge=>({fontWeight:400,defaultShadow:`0 ${Ge.controlOutlineWidth}px 0 ${Ge.controlTmpOutline}`,primaryShadow:`0 ${Ge.controlOutlineWidth}px 0 ${Ge.controlOutline}`,dangerShadow:`0 ${Ge.controlOutlineWidth}px 0 ${Ge.colorErrorOutline}`,primaryColor:Ge.colorTextLightSolid,dangerColor:Ge.colorTextLightSolid,borderColorDisabled:Ge.colorBorder,defaultGhostColor:Ge.colorBgContainer,ghostBg:"transparent",defaultGhostBorderColor:Ge.colorBgContainer,paddingInline:Ge.paddingContentHorizontal-Ge.lineWidth,paddingInlineLG:Ge.paddingContentHorizontal-Ge.lineWidth,paddingInlineSM:8-Ge.lineWidth,onlyIconSize:Ge.fontSizeLG,onlyIconSizeSM:Ge.fontSizeLG-2,onlyIconSizeLG:Ge.fontSizeLG+2,groupBorderColor:Ge.colorPrimaryHover,linkHoverBg:"transparent",textHoverBg:Ge.colorBgTextHover,defaultColor:Ge.colorText,defaultBg:Ge.colorBgContainer,defaultBorderColor:Ge.colorBorder,defaultBorderColorDisabled:Ge.colorBorder,contentFontSize:Ge.fontSize,contentFontSizeSM:Ge.fontSize,contentFontSizeLG:Ge.fontSizeLG});var it=(0,j.Z)("Button",Ge=>{const fe=Ue(Ge);return[ke(fe),_e(fe),He(fe),Se(fe),Me(fe),mt(fe),Oe(fe)]},We),ct=e(74207);function Gt(Ge,fe){return{[`&-item:not(${fe}-last-item)`]:{marginBottom:-Ge.lineWidth},"&-item":{"&:hover,&:focus,&:active":{zIndex:2},"&[disabled]":{zIndex:0}}}}function $t(Ge,fe){return{[`&-item:not(${fe}-first-item):not(${fe}-last-item)`]:{borderRadius:0},[`&-item${fe}-first-item:not(${fe}-last-item)`]:{[`&, &${Ge}-sm, &${Ge}-lg`]:{borderEndEndRadius:0,borderEndStartRadius:0}},[`&-item${fe}-last-item:not(${fe}-first-item)`]:{[`&, &${Ge}-sm, &${Ge}-lg`]:{borderStartStartRadius:0,borderStartEndRadius:0}}}}function Pe(Ge){const fe=`${Ge.componentCls}-compact-vertical`;return{[fe]:Object.assign(Object.assign({},Gt(Ge,fe)),$t(Ge.componentCls,fe))}}var Qe=(0,j.b)(["Button","compact"],Ge=>{const fe=Ue(Ge);return[(0,ct.c)(fe),Pe(fe)]},We),Kt=function(Ge,fe){var pe={};for(var Dt in Ge)Object.prototype.hasOwnProperty.call(Ge,Dt)&&fe.indexOf(Dt)<0&&(pe[Dt]=Ge[Dt]);if(Ge!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Te=0,Dt=Object.getOwnPropertySymbols(Ge);Te<Dt.length;Te++)fe.indexOf(Dt[Te])<0&&Object.prototype.propertyIsEnumerable.call(Ge,Dt[Te])&&(pe[Dt[Te]]=Ge[Dt[Te]]);return pe};function Lt(Ge){return Ge==="danger"?{danger:!0}:{type:Ge}}function Ht(Ge){if(typeof Ge=="object"&&Ge){const fe=Ge==null?void 0:Ge.delay;return{loading:!1,delay:!Number.isNaN(fe)&&typeof fe=="number"?fe:0}}return{loading:!!Ge,delay:0}}const Nt=(Ge,fe)=>{var pe,Dt;const{loading:Te=!1,prefixCls:ht,type:Wt="default",danger:St,shape:Re="default",size:_t,styles:ze,disabled:we,className:gt,rootClassName:kt,children:Fe,icon:Ir,ghost:At=!1,block:Vr=!1,htmlType:Qr="button",classNames:Er,style:Lr={}}=Ge,_r=Kt(Ge,["loading","prefixCls","type","danger","shape","size","styles","disabled","className","rootClassName","children","icon","ghost","block","htmlType","classNames","style"]),{getPrefixCls:Ur,autoInsertSpaceInButton:sn,direction:fn,button:cr}=(0,r.useContext)(h.E_),Dr=Ur("btn",ht),[ft,Et]=it(Dr),zt=(0,r.useContext)(u.Z),nr=we!=null?we:zt,yr=(0,r.useContext)(m),nt=(0,r.useMemo)(()=>Ht(Te),[Te]),[Nr,en]=(0,r.useState)(nt.loading),[In,mr]=(0,r.useState)(!1),on=(0,r.createRef)(),yn=(0,f.sQ)(fe,on),wn=r.Children.count(Fe)===1&&!Ir&&!M(Wt);(0,r.useEffect)(()=>{let xi=null;nt.delay>0?xi=setTimeout(()=>{xi=null,en(!0)},nt.delay):en(nt.loading);function lt(){xi&&(clearTimeout(xi),xi=null)}return lt},[nt]),(0,r.useEffect)(()=>{if(!yn||!yn.current||sn===!1)return;const xi=yn.current.textContent;wn&&A(xi)?In||mr(!0):In&&mr(!1)},[yn]);const Dn=xi=>{const{onClick:lt}=Ge;if(Nr||nr){xi.preventDefault();return}lt==null||lt(xi)},_i=sn!==!1,{compactSize:ui,compactItemClassnames:Oi}=(0,x.ri)(Dr,fn),bi={large:"lg",small:"sm",middle:void 0},pi=(0,a.Z)(xi=>{var lt,_n;return(_n=(lt=_t!=null?_t:ui)!==null&&lt!==void 0?lt:yr)!==null&&_n!==void 0?_n:xi}),ni=pi&&bi[pi]||"",na=Nr?"loading":Ir,Jn=(0,c.Z)(_r,["navigate"]),Ji=l()(Dr,Et,{[`${Dr}-${Re}`]:Re!=="default"&&Re,[`${Dr}-${Wt}`]:Wt,[`${Dr}-${ni}`]:ni,[`${Dr}-icon-only`]:!Fe&&Fe!==0&&!!na,[`${Dr}-background-ghost`]:At&&!M(Wt),[`${Dr}-loading`]:Nr,[`${Dr}-two-chinese-chars`]:In&&_i&&!Nr,[`${Dr}-block`]:Vr,[`${Dr}-dangerous`]:!!St,[`${Dr}-rtl`]:fn==="rtl"},Oi,gt,kt,cr==null?void 0:cr.className),yt=Object.assign(Object.assign({},cr==null?void 0:cr.style),Lr),zn=l()(Er==null?void 0:Er.icon,(pe=cr==null?void 0:cr.classNames)===null||pe===void 0?void 0:pe.icon),mi=Object.assign(Object.assign({},(ze==null?void 0:ze.icon)||{}),((Dt=cr==null?void 0:cr.styles)===null||Dt===void 0?void 0:Dt.icon)||{}),Xi=Ir&&!Nr?r.createElement(ie,{prefixCls:Dr,className:zn,style:mi},Ir):r.createElement(q,{existIcon:!!Ir,prefixCls:Dr,loading:!!Nr}),ei=Fe||Fe===0?U(Fe,wn&&_i):null;if(Jn.href!==void 0)return ft(r.createElement("a",Object.assign({},Jn,{className:l()(Ji,{[`${Dr}-disabled`]:nr}),style:yt,onClick:Dn,ref:yn}),Xi,ei));let qi=r.createElement("button",Object.assign({},_r,{type:Qr,className:Ji,style:yt,onClick:Dn,disabled:nr,ref:yn}),Xi,ei,Oi&&r.createElement(Qe,{key:"compact",prefixCls:Dr}));return M(Wt)||(qi=r.createElement(o.Z,{component:"Button",disabled:!!Nr},qi)),ft(qi)},Ct=(0,r.forwardRef)(Nt);Ct.Group=S,Ct.__ANT_BUTTON=!0;var Yt=Ct},3113:function(d,_,e){"use strict";var r=e(67797);_.ZP=r.Z},43604:function(d,_,e){"use strict";var r=e(37028);_.Z=r.Z},1684:function(d,_,e){"use strict";e.d(_,{n:function(){return l}});var r=e(59301);const i=r.createContext(!1),l=c=>{let{children:f,disabled:o}=c;const h=r.useContext(i);return r.createElement(i.Provider,{value:o!=null?o:h},f)};_.Z=i},52946:function(d,_,e){"use strict";e.d(_,{q:function(){return l}});var r=e(59301);const i=r.createContext(void 0),l=c=>{let{children:f,size:o}=c;const h=r.useContext(i);return r.createElement(i.Provider,{value:o||h},f)};_.Z=i},36355:function(d,_,e){"use strict";e.d(_,{E_:function(){return c},oR:function(){return i}});var r=e(59301);const i="anticon",l=(o,h)=>h||(o?`ant-${o}`:"ant"),c=r.createContext({getPrefixCls:l,iconPrefixCls:i}),{Consumer:f}=c},19716:function(d,_,e){"use strict";var r=e(59301),i=e(52946);const l=c=>{const f=r.useContext(i.Z);return r.useMemo(()=>c?typeof c=="string"?c!=null?c:f:c instanceof Function?c(f):f:f,[c,f])};_.Z=l},92736:function(d,_,e){"use strict";e.d(_,{ZP:function(){return tr},w6:function(){return Pt}});var r=e(93083),i=e(18418),l=e(80547),c=e(24434),f=e(59301),o=e(28726),h=e(98044),u=e(41887);const a="internalMark";var p=Xe=>{const{locale:It={},children:Zt,_ANT_MARK__:ot}=Xe;f.useEffect(()=>(0,h.f)(It&&It.Modal),[It]);const bt=f.useMemo(()=>Object.assign(Object.assign({},It),{exist:!0}),[It]);return f.createElement(u.Z.Provider,{value:bt},Zt)},y=e(31724),m=e(45246),b=e(34117),S=e(36355),k=e(30071),R=e(64993),A=e(47273),O=e(810);const M=`-ant-${Date.now()}-${Math.random()}`;function B(Xe,It){const Zt={},ot=(et,He)=>{let _e=et.clone();return _e=(He==null?void 0:He(_e))||_e,_e.toRgbString()},bt=(et,He)=>{const _e=new R.C(et),Se=(0,k.generate)(_e.toRgbString());Zt[`${He}-color`]=ot(_e),Zt[`${He}-color-disabled`]=Se[1],Zt[`${He}-color-hover`]=Se[4],Zt[`${He}-color-active`]=Se[6],Zt[`${He}-color-outline`]=_e.clone().setAlpha(.2).toRgbString(),Zt[`${He}-color-deprecated-bg`]=Se[0],Zt[`${He}-color-deprecated-border`]=Se[2]};if(It.primaryColor){bt(It.primaryColor,"primary");const et=new R.C(It.primaryColor),He=(0,k.generate)(et.toRgbString());He.forEach((Se,Me)=>{Zt[`primary-${Me+1}`]=Se}),Zt["primary-color-deprecated-l-35"]=ot(et,Se=>Se.lighten(35)),Zt["primary-color-deprecated-l-20"]=ot(et,Se=>Se.lighten(20)),Zt["primary-color-deprecated-t-20"]=ot(et,Se=>Se.tint(20)),Zt["primary-color-deprecated-t-50"]=ot(et,Se=>Se.tint(50)),Zt["primary-color-deprecated-f-12"]=ot(et,Se=>Se.setAlpha(Se.getAlpha()*.12));const _e=new R.C(He[0]);Zt["primary-color-active-deprecated-f-30"]=ot(_e,Se=>Se.setAlpha(Se.getAlpha()*.3)),Zt["primary-color-active-deprecated-d-02"]=ot(_e,Se=>Se.darken(2))}return It.successColor&&bt(It.successColor,"success"),It.warningColor&&bt(It.warningColor,"warning"),It.errorColor&&bt(It.errorColor,"error"),It.infoColor&&bt(It.infoColor,"info"),`
:root {
${Object.keys(Zt).map(et=>`--${Xe}-${et}: ${Zt[et]};`).join(`
`)}
}
`.trim()}function U(Xe,It){const Zt=B(Xe,It);(0,A.Z)()&&(0,O.hq)(Zt,`${M}-dynamic-theme`)}var X=e(1684),G=e(52946);function V(){const Xe=(0,f.useContext)(X.Z),It=(0,f.useContext)(G.Z);return{componentDisabled:Xe,componentSize:It}}var ae=V,ie=e(13697);function ue(Xe,It){const Zt=Xe||{},ot=Zt.inherit===!1||!It?m.u_:It;return(0,l.Z)(()=>{if(!Xe)return It;const bt=Object.assign({},ot.components);return Object.keys(Xe.components||{}).forEach(mt=>{bt[mt]=Object.assign(Object.assign({},bt[mt]),Xe.components[mt])}),Object.assign(Object.assign(Object.assign({},ot),Zt),{token:Object.assign(Object.assign({},ot.token),Zt.token),components:bt})},[Zt,ot],(bt,mt)=>bt.some((et,He)=>{const _e=mt[He];return!(0,ie.Z)(et,_e,!0)}))}var Q=e(77900),J=e(88088);function K(Xe){const{children:It}=Xe,[,Zt]=(0,J.Z)(),{motion:ot}=Zt,bt=f.useRef(!1);return bt.current=bt.current||ot===!1,bt.current?f.createElement(Q.Provider,{motion:ot},It):It}var oe=e(73040),ee=function(Xe,It){var Zt={};for(var ot in Xe)Object.prototype.hasOwnProperty.call(Xe,ot)&&It.indexOf(ot)<0&&(Zt[ot]=Xe[ot]);if(Xe!=null&&typeof Object.getOwnPropertySymbols=="function")for(var bt=0,ot=Object.getOwnPropertySymbols(Xe);bt<ot.length;bt++)It.indexOf(ot[bt])<0&&Object.prototype.propertyIsEnumerable.call(Xe,ot[bt])&&(Zt[ot[bt]]=Xe[ot[bt]]);return Zt};let q=!1;const le=null,Z=null,j=["getTargetContainer","getPopupContainer","renderEmpty","pageHeader","input","pagination","form","select","button"],se="ant";let me,Oe,ke;function $e(){return me||se}function Ne(){return Oe||S.oR}function Ft(Xe){return Object.keys(Xe).some(It=>It.endsWith("Color"))}const wt=Xe=>{let{prefixCls:It,iconPrefixCls:Zt,theme:ot}=Xe;It!==void 0&&(me=It),Zt!==void 0&&(Oe=Zt),ot&&(Ft(ot)?U($e(),ot):ke=ot)},Pt=()=>({getPrefixCls:(Xe,It)=>It||(Xe?`${$e()}-${Xe}`:$e()),getIconPrefixCls:Ne,getRootPrefixCls:()=>me||$e(),getTheme:()=>ke}),Jt=Xe=>{const{children:It,csp:Zt,autoInsertSpaceInButton:ot,alert:bt,anchor:mt,form:et,locale:He,componentSize:_e,direction:Se,space:Me,virtual:Ue,dropdownMatchSelectWidth:We,popupMatchSelectWidth:it,popupOverflow:ct,legacyLocale:Gt,parentContext:$t,iconPrefixCls:Pe,theme:Qe,componentDisabled:Kt,segmented:Lt,statistic:Ht,spin:Nt,calendar:Ct,carousel:Yt,cascader:Ge,collapse:fe,typography:pe,checkbox:Dt,descriptions:Te,divider:ht,drawer:Wt,skeleton:St,steps:Re,image:_t,layout:ze,list:we,mentions:gt,modal:kt,progress:Fe,result:Ir,slider:At,breadcrumb:Vr,menu:Qr,pagination:Er,input:Lr,empty:_r,badge:Ur,radio:sn,rate:fn,switch:cr,transfer:Dr,avatar:ft,message:Et,tag:zt,table:nr,card:yr,tabs:nt,timeline:Nr,timePicker:en,upload:In,notification:mr,tree:on,colorPicker:yn,datePicker:wn,wave:Dn}=Xe,_i=f.useCallback((ei,qi)=>{const{prefixCls:xi}=Xe;if(qi)return qi;const lt=xi||$t.getPrefixCls("");return ei?`${lt}-${ei}`:lt},[$t.getPrefixCls,Xe.prefixCls]),ui=Pe||$t.iconPrefixCls||S.oR,Oi=ui!==$t.iconPrefixCls,bi=Zt||$t.csp,pi=(0,oe.Z)(ui,bi),ni=ue(Qe,$t.theme),na={csp:bi,autoInsertSpaceInButton:ot,alert:bt,anchor:mt,locale:He||Gt,direction:Se,space:Me,virtual:Ue,popupMatchSelectWidth:it!=null?it:We,popupOverflow:ct,getPrefixCls:_i,iconPrefixCls:ui,theme:ni,segmented:Lt,statistic:Ht,spin:Nt,calendar:Ct,carousel:Yt,cascader:Ge,collapse:fe,typography:pe,checkbox:Dt,descriptions:Te,divider:ht,drawer:Wt,skeleton:St,steps:Re,image:_t,input:Lr,layout:ze,list:we,mentions:gt,modal:kt,progress:Fe,result:Ir,slider:At,breadcrumb:Vr,menu:Qr,pagination:Er,empty:_r,badge:Ur,radio:sn,rate:fn,switch:cr,transfer:Dr,avatar:ft,message:Et,tag:zt,table:nr,card:yr,tabs:nt,timeline:Nr,timePicker:en,upload:In,notification:mr,tree:on,colorPicker:yn,datePicker:wn,wave:Dn},Jn=Object.assign({},$t);Object.keys(na).forEach(ei=>{na[ei]!==void 0&&(Jn[ei]=na[ei])}),j.forEach(ei=>{const qi=Xe[ei];qi&&(Jn[ei]=qi)});const Ji=(0,l.Z)(()=>Jn,Jn,(ei,qi)=>{const xi=Object.keys(ei),lt=Object.keys(qi);return xi.length!==lt.length||xi.some(_n=>ei[_n]!==qi[_n])}),yt=f.useMemo(()=>({prefixCls:ui,csp:bi}),[ui,bi]);let zn=Oi?pi(It):It;const mi=f.useMemo(()=>{var ei,qi,xi,lt;return(0,c.T)(((ei=y.Z.Form)===null||ei===void 0?void 0:ei.defaultValidateMessages)||{},((xi=(qi=Ji.locale)===null||qi===void 0?void 0:qi.Form)===null||xi===void 0?void 0:xi.defaultValidateMessages)||{},((lt=Ji.form)===null||lt===void 0?void 0:lt.validateMessages)||{},(et==null?void 0:et.validateMessages)||{})},[Ji,et==null?void 0:et.validateMessages]);Object.keys(mi).length>0&&(zn=f.createElement(o.Z.Provider,{value:mi},It)),He&&(zn=f.createElement(p,{locale:He,_ANT_MARK__:a},zn)),(ui||bi)&&(zn=f.createElement(i.Z.Provider,{value:yt},zn)),_e&&(zn=f.createElement(G.q,{size:_e},zn)),zn=f.createElement(K,null,zn);const Xi=f.useMemo(()=>{const ei=ni||{},{algorithm:qi,token:xi,components:lt}=ei,_n=ee(ei,["algorithm","token","components"]),Qt=qi&&(!Array.isArray(qi)||qi.length>0)?(0,r.createTheme)(qi):m.uH,vt={};return Object.entries(lt||{}).forEach(tt=>{let[Ot,pt]=tt;const ur=Object.assign({},pt);"algorithm"in ur&&(ur.algorithm===!0?ur.theme=Qt:(Array.isArray(ur.algorithm)||typeof ur.algorithm=="function")&&(ur.theme=(0,r.createTheme)(ur.algorithm)),delete ur.algorithm),vt[Ot]=ur}),Object.assign(Object.assign({},_n),{theme:Qt,token:Object.assign(Object.assign({},b.Z),xi),components:vt})},[ni]);return Qe&&(zn=f.createElement(m.Mj.Provider,{value:Xi},zn)),Kt!==void 0&&(zn=f.createElement(X.n,{disabled:Kt},zn)),f.createElement(S.E_.Provider,{value:Ji},zn)},er=Xe=>{const It=f.useContext(S.E_),Zt=f.useContext(u.Z);return f.createElement(Jt,Object.assign({parentContext:It,legacyLocale:Zt},Xe))};er.ConfigContext=S.E_,er.SizeContext=G.Z,er.config=wt,er.useConfig=ae,Object.defineProperty(er,"SizeContext",{get:()=>G.Z});var tr=er},48183:function(d,_,e){"use strict";e.d(_,{Z:function(){return f}});var r={locale:"en_US",today:"Today",now:"Now",backToToday:"Back to today",ok:"OK",clear:"Clear",month:"Month",year:"Year",timeSelect:"select time",dateSelect:"select date",weekSelect:"Choose a week",monthSelect:"Choose a month",yearSelect:"Choose a year",decadeSelect:"Choose a decade",yearFormat:"YYYY",dateFormat:"M/D/YYYY",dayFormat:"D",dateTimeFormat:"M/D/YYYY HH:mm:ss",monthBeforeYear:!0,previousMonth:"Previous month (PageUp)",nextMonth:"Next month (PageDown)",previousYear:"Last year (Control + left)",nextYear:"Next year (Control + right)",previousDecade:"Last decade",nextDecade:"Next decade",previousCentury:"Last century",nextCentury:"Next century"},i=r,l=e(67532),f={lang:Object.assign({placeholder:"Select date",yearPlaceholder:"Select year",quarterPlaceholder:"Select quarter",monthPlaceholder:"Select month",weekPlaceholder:"Select week",rangePlaceholder:["Start date","End date"],rangeYearPlaceholder:["Start year","End year"],rangeQuarterPlaceholder:["Start quarter","End quarter"],rangeMonthPlaceholder:["Start month","End month"],rangeWeekPlaceholder:["Start week","End week"]},i),timePickerLocale:Object.assign({},l.Z)}},32441:function(d,_,e){"use strict";e.d(_,{RV:function(){return o},Rk:function(){return h},Ux:function(){return a},aM:function(){return u},q3:function(){return c},qI:function(){return f}});var r=e(59301),i=e(95013),l=e(2738);const c=r.createContext({labelAlign:"right",vertical:!1,itemRef:()=>{}}),f=r.createContext(null),o=x=>{const p=(0,l.Z)(x,["prefixCls"]);return r.createElement(i.FormProvider,Object.assign({},p))},h=r.createContext({prefixCls:""}),u=r.createContext({}),a=x=>{let{children:p,status:y,override:m}=x;const b=(0,r.useContext)(u),S=(0,r.useMemo)(()=>{const k=Object.assign({},b);return m&&delete k.isFormItemInput,y&&(delete k.status,delete k.hasFeedback,delete k.feedbackIcon),k},[y,m,b]);return r.createElement(u.Provider,{value:S},p)}},28726:function(d,_,e){"use strict";var r=e(59301);_.Z=(0,r.createContext)(void 0)},6700:function(d,_,e){"use strict";var r=e(59301);const i=(0,r.createContext)({});_.Z=i},37028:function(d,_,e){"use strict";var r=e(59301),i=e(92310),l=e.n(i),c=e(36355),f=e(6700),o=e(98242),h=function(p,y){var m={};for(var b in p)Object.prototype.hasOwnProperty.call(p,b)&&y.indexOf(b)<0&&(m[b]=p[b]);if(p!=null&&typeof Object.getOwnPropertySymbols=="function")for(var S=0,b=Object.getOwnPropertySymbols(p);S<b.length;S++)y.indexOf(b[S])<0&&Object.prototype.propertyIsEnumerable.call(p,b[S])&&(m[b[S]]=p[b[S]]);return m};function u(p){return typeof p=="number"?`${p} ${p} auto`:/^\d+(\.\d+)?(px|em|rem|%)$/.test(p)?`0 0 ${p}`:p}const a=["xs","sm","md","lg","xl","xxl"],x=r.forwardRef((p,y)=>{const{getPrefixCls:m,direction:b}=r.useContext(c.E_),{gutter:S,wrap:k}=r.useContext(f.Z),{prefixCls:R,span:A,order:O,offset:M,push:B,pull:U,className:X,children:G,flex:V,style:ae}=p,ie=h(p,["prefixCls","span","order","offset","push","pull","className","children","flex","style"]),ue=m("col",R),[Q,J]=(0,o.c)(ue);let K={};a.forEach(q=>{let le={};const Z=p[q];typeof Z=="number"?le.span=Z:typeof Z=="object"&&(le=Z||{}),delete ie[q],K=Object.assign(Object.assign({},K),{[`${ue}-${q}-${le.span}`]:le.span!==void 0,[`${ue}-${q}-order-${le.order}`]:le.order||le.order===0,[`${ue}-${q}-offset-${le.offset}`]:le.offset||le.offset===0,[`${ue}-${q}-push-${le.push}`]:le.push||le.push===0,[`${ue}-${q}-pull-${le.pull}`]:le.pull||le.pull===0,[`${ue}-${q}-flex-${le.flex}`]:le.flex||le.flex==="auto",[`${ue}-rtl`]:b==="rtl"})});const oe=l()(ue,{[`${ue}-${A}`]:A!==void 0,[`${ue}-order-${O}`]:O,[`${ue}-offset-${M}`]:M,[`${ue}-push-${B}`]:B,[`${ue}-pull-${U}`]:U},X,K,J),ee={};if(S&&S[0]>0){const q=S[0]/2;ee.paddingLeft=q,ee.paddingRight=q}return V&&(ee.flex=u(V),k===!1&&!ee.minWidth&&(ee.minWidth=0)),Q(r.createElement("div",Object.assign({},ie,{style:Object.assign(Object.assign({},ee),ae),className:oe,ref:y}),G))});_.Z=x},27382:function(d,_,e){"use strict";var r=e(59301),i=e(92310),l=e.n(i),c=e(69507),f=e(36355),o=e(6700),h=e(98242),u=function(m,b){var S={};for(var k in m)Object.prototype.hasOwnProperty.call(m,k)&&b.indexOf(k)<0&&(S[k]=m[k]);if(m!=null&&typeof Object.getOwnPropertySymbols=="function")for(var R=0,k=Object.getOwnPropertySymbols(m);R<k.length;R++)b.indexOf(k[R])<0&&Object.prototype.propertyIsEnumerable.call(m,k[R])&&(S[k[R]]=m[k[R]]);return S};const a=null,x=null;function p(m,b){const[S,k]=r.useState(typeof m=="string"?m:""),R=()=>{if(typeof m=="string"&&k(m),typeof m=="object")for(let A=0;A<c.c4.length;A++){const O=c.c4[A];if(!b[O])continue;const M=m[O];if(M!==void 0){k(M);return}}};return r.useEffect(()=>{R()},[JSON.stringify(m),b]),S}const y=r.forwardRef((m,b)=>{const{prefixCls:S,justify:k,align:R,className:A,style:O,children:M,gutter:B=0,wrap:U}=m,X=u(m,["prefixCls","justify","align","className","style","children","gutter","wrap"]),{getPrefixCls:G,direction:V}=r.useContext(f.E_),[ae,ie]=r.useState({xs:!0,sm:!0,md:!0,lg:!0,xl:!0,xxl:!0}),[ue,Q]=r.useState({xs:!1,sm:!1,md:!1,lg:!1,xl:!1,xxl:!1}),J=p(R,ue),K=p(k,ue),oe=r.useRef(B),ee=(0,c.ZP)();r.useEffect(()=>{const wt=ee.subscribe(Pt=>{Q(Pt);const Jt=oe.current||0;(!Array.isArray(Jt)&&typeof Jt=="object"||Array.isArray(Jt)&&(typeof Jt[0]=="object"||typeof Jt[1]=="object"))&&ie(Pt)});return()=>ee.unsubscribe(wt)},[]);const q=()=>{const wt=[void 0,void 0];return(Array.isArray(B)?B:[B,void 0]).forEach((Jt,er)=>{if(typeof Jt=="object")for(let tr=0;tr<c.c4.length;tr++){const Xe=c.c4[tr];if(ae[Xe]&&Jt[Xe]!==void 0){wt[er]=Jt[Xe];break}}else wt[er]=Jt}),wt},le=G("row",S),[Z,j]=(0,h.V)(le),se=q(),me=l()(le,{[`${le}-no-wrap`]:U===!1,[`${le}-${K}`]:K,[`${le}-${J}`]:J,[`${le}-rtl`]:V==="rtl"},A,j),Oe={},ke=se[0]!=null&&se[0]>0?se[0]/-2:void 0;ke&&(Oe.marginLeft=ke,Oe.marginRight=ke),[,Oe.rowGap]=se;const[$e,Ne]=se,Ft=r.useMemo(()=>({gutter:[$e,Ne],wrap:U}),[$e,Ne,U]);return Z(r.createElement(o.Z.Provider,{value:Ft},r.createElement("div",Object.assign({},X,{className:me,style:Object.assign(Object.assign({},Oe),O),ref:b}),M)))});_.Z=y},98242:function(d,_,e){"use strict";e.d(_,{V:function(){return u},c:function(){return a}});var r=e(83116),i=e(37613);const l=x=>{const{componentCls:p}=x;return{[p]:{display:"flex",flexFlow:"row wrap",minWidth:0,"&::before, &::after":{display:"flex"},"&-no-wrap":{flexWrap:"nowrap"},"&-start":{justifyContent:"flex-start"},"&-center":{justifyContent:"center"},"&-end":{justifyContent:"flex-end"},"&-space-between":{justifyContent:"space-between"},"&-space-around":{justifyContent:"space-around"},"&-space-evenly":{justifyContent:"space-evenly"},"&-top":{alignItems:"flex-start"},"&-middle":{alignItems:"center"},"&-bottom":{alignItems:"flex-end"}}}},c=x=>{const{componentCls:p}=x;return{[p]:{position:"relative",maxWidth:"100%",minHeight:1}}},f=(x,p)=>{const{componentCls:y,gridColumns:m}=x,b={};for(let S=m;S>=0;S--)S===0?(b[`${y}${p}-${S}`]={display:"none"},b[`${y}-push-${S}`]={insetInlineStart:"auto"},b[`${y}-pull-${S}`]={insetInlineEnd:"auto"},b[`${y}${p}-push-${S}`]={insetInlineStart:"auto"},b[`${y}${p}-pull-${S}`]={insetInlineEnd:"auto"},b[`${y}${p}-offset-${S}`]={marginInlineStart:0},b[`${y}${p}-order-${S}`]={order:0}):(b[`${y}${p}-${S}`]=[{"--ant-display":"block",display:"block"},{display:"var(--ant-display)",flex:`0 0 ${S/m*100}%`,maxWidth:`${S/m*100}%`}],b[`${y}${p}-push-${S}`]={insetInlineStart:`${S/m*100}%`},b[`${y}${p}-pull-${S}`]={insetInlineEnd:`${S/m*100}%`},b[`${y}${p}-offset-${S}`]={marginInlineStart:`${S/m*100}%`},b[`${y}${p}-order-${S}`]={order:S});return b},o=(x,p)=>f(x,p),h=(x,p,y)=>({[`@media (min-width: ${p}px)`]:Object.assign({},o(x,y))}),u=(0,r.Z)("Grid",x=>[l(x)]),a=(0,r.Z)("Grid",x=>{const p=(0,i.TS)(x,{gridColumns:24}),y={"-sm":p.screenSMMin,"-md":p.screenMDMin,"-lg":p.screenLGMin,"-xl":p.screenXLMin,"-xxl":p.screenXXLMin};return[c(p),o(p,""),o(p,"-xs"),Object.keys(y).map(m=>h(p,y[m],m)).reduce((m,b)=>Object.assign(Object.assign({},m),b),{})]})},41887:function(d,_,e){"use strict";var r=e(59301);const i=(0,r.createContext)(void 0);_.Z=i},31724:function(d,_,e){"use strict";e.d(_,{Z:function(){return h}});var r=e(22075),i=e(48183),l=i.Z,c=e(67532);const f="${label} is not a valid ${type}";var h={locale:"en",Pagination:r.Z,DatePicker:i.Z,TimePicker:c.Z,Calendar:l,global:{placeholder:"Please select"},Table:{filterTitle:"Filter menu",filterConfirm:"OK",filterReset:"Reset",filterEmptyText:"No filters",filterCheckall:"Select all items",filterSearchPlaceholder:"Search in filters",emptyText:"No data",selectAll:"Select current page",selectInvert:"Invert current page",selectNone:"Clear all data",selectionAll:"Select all data",sortTitle:"Sort",expand:"Expand row",collapse:"Collapse row",triggerDesc:"Click to sort descending",triggerAsc:"Click to sort ascending",cancelSort:"Click to cancel sorting"},Tour:{Next:"Next",Previous:"Previous",Finish:"Finish"},Modal:{okText:"OK",cancelText:"Cancel",justOkText:"OK"},Popconfirm:{okText:"OK",cancelText:"Cancel"},Transfer:{titles:["",""],searchPlaceholder:"Search here",itemUnit:"item",itemsUnit:"items",remove:"Remove",selectCurrent:"Select current page",removeCurrent:"Remove current page",selectAll:"Select all data",removeAll:"Remove all data",selectInvert:"Invert current page"},Upload:{uploading:"Uploading...",removeFile:"Remove file",uploadError:"Upload error",previewFile:"Preview file",downloadFile:"Download file"},Empty:{description:"No data"},Icon:{icon:"icon"},Text:{edit:"Edit",copy:"Copy",copied:"Copied",expand:"Expand"},PageHeader:{back:"Back"},Form:{optional:"(optional)",defaultValidateMessages:{default:"Field validation error for ${label}",required:"Please enter ${label}",enum:"${label} must be one of [${enum}]",whitespace:"${label} cannot be a blank character",date:{format:"${label} date format is invalid",parse:"${label} cannot be converted to a date",invalid:"${label} is an invalid date"},types:{string:f,method:f,array:f,object:f,number:f,date:f,boolean:f,integer:f,float:f,regexp:f,email:f,url:f,hex:f},string:{len:"${label} must be ${len} characters",min:"${label} must be at least ${min} characters",max:"${label} must be up to ${max} characters",range:"${label} must be between ${min}-${max} characters"},number:{len:"${label} must be equal to ${len}",min:"${label} must be minimum ${min}",max:"${label} must be maximum ${max}",range:"${label} must be between ${min}-${max}"},array:{len:"Must be ${len} ${label}",min:"At least ${min} ${label}",max:"At most ${max} ${label}",range:"The amount of ${label} must be between ${min}-${max}"},pattern:{mismatch:"${label} does not match the pattern ${pattern}"}}},Image:{preview:"Preview"},QRCode:{expired:"QR code expired",refresh:"Refresh"},ColorPicker:{presetEmpty:"Empty"}}},9763:function(d,_,e){"use strict";var r=e(59301),i=e(41887),l=e(31724);const c=(f,o)=>{const h=r.useContext(i.Z),u=r.useMemo(()=>{var x;const p=o||l.Z[f],y=(x=h==null?void 0:h[f])!==null&&x!==void 0?x:{};return Object.assign(Object.assign({},typeof p=="function"?p():p),y||{})},[f,o,h]),a=r.useMemo(()=>{const x=h==null?void 0:h.locale;return h!=null&&h.exist&&!x?l.Z.locale:x},[h]);return[u,a]};_.Z=c},81863:function(d,_,e){"use strict";e.d(_,{Z:function(){return p}});var r=e(91735),i={locale:"zh_CN",today:"\u4ECA\u5929",now:"\u6B64\u523B",backToToday:"\u8FD4\u56DE\u4ECA\u5929",ok:"\u786E\u5B9A",timeSelect:"\u9009\u62E9\u65F6\u95F4",dateSelect:"\u9009\u62E9\u65E5\u671F",weekSelect:"\u9009\u62E9\u5468",clear:"\u6E05\u9664",month:"\u6708",year:"\u5E74",previousMonth:"\u4E0A\u4E2A\u6708 (\u7FFB\u9875\u4E0A\u952E)",nextMonth:"\u4E0B\u4E2A\u6708 (\u7FFB\u9875\u4E0B\u952E)",monthSelect:"\u9009\u62E9\u6708\u4EFD",yearSelect:"\u9009\u62E9\u5E74\u4EFD",decadeSelect:"\u9009\u62E9\u5E74\u4EE3",yearFormat:"YYYY\u5E74",dayFormat:"D\u65E5",dateFormat:"YYYY\u5E74M\u6708D\u65E5",dateTimeFormat:"YYYY\u5E74M\u6708D\u65E5 HH\u65F6mm\u5206ss\u79D2",previousYear:"\u4E0A\u4E00\u5E74 (Control\u952E\u52A0\u5DE6\u65B9\u5411\u952E)",nextYear:"\u4E0B\u4E00\u5E74 (Control\u952E\u52A0\u53F3\u65B9\u5411\u952E)",previousDecade:"\u4E0A\u4E00\u5E74\u4EE3",nextDecade:"\u4E0B\u4E00\u5E74\u4EE3",previousCentury:"\u4E0A\u4E00\u4E16\u7EAA",nextCentury:"\u4E0B\u4E00\u4E16\u7EAA"},l=i,f={placeholder:"\u8BF7\u9009\u62E9\u65F6\u95F4",rangePlaceholder:["\u5F00\u59CB\u65F6\u95F4","\u7ED3\u675F\u65F6\u95F4"]};const o={lang:Object.assign({placeholder:"\u8BF7\u9009\u62E9\u65E5\u671F",yearPlaceholder:"\u8BF7\u9009\u62E9\u5E74\u4EFD",quarterPlaceholder:"\u8BF7\u9009\u62E9\u5B63\u5EA6",monthPlaceholder:"\u8BF7\u9009\u62E9\u6708\u4EFD",weekPlaceholder:"\u8BF7\u9009\u62E9\u5468",rangePlaceholder:["\u5F00\u59CB\u65E5\u671F","\u7ED3\u675F\u65E5\u671F"],rangeYearPlaceholder:["\u5F00\u59CB\u5E74\u4EFD","\u7ED3\u675F\u5E74\u4EFD"],rangeMonthPlaceholder:["\u5F00\u59CB\u6708\u4EFD","\u7ED3\u675F\u6708\u4EFD"],rangeQuarterPlaceholder:["\u5F00\u59CB\u5B63\u5EA6","\u7ED3\u675F\u5B63\u5EA6"],rangeWeekPlaceholder:["\u5F00\u59CB\u5468","\u7ED3\u675F\u5468"]},l),timePickerLocale:Object.assign({},f)};o.lang.ok="\u786E\u5B9A";var h=o,u=h;const a="${label}\u4E0D\u662F\u4E00\u4E2A\u6709\u6548\u7684${type}";var p={locale:"zh-cn",Pagination:r.Z,DatePicker:h,TimePicker:f,Calendar:u,global:{placeholder:"\u8BF7\u9009\u62E9"},Table:{filterTitle:"\u7B5B\u9009",filterConfirm:"\u786E\u5B9A",filterReset:"\u91CD\u7F6E",filterEmptyText:"\u65E0\u7B5B\u9009\u9879",filterCheckall:"\u5168\u9009",filterSearchPlaceholder:"\u5728\u7B5B\u9009\u9879\u4E2D\u641C\u7D22",selectAll:"\u5168\u9009\u5F53\u9875",selectInvert:"\u53CD\u9009\u5F53\u9875",selectNone:"\u6E05\u7A7A\u6240\u6709",selectionAll:"\u5168\u9009\u6240\u6709",sortTitle:"\u6392\u5E8F",expand:"\u5C55\u5F00\u884C",collapse:"\u5173\u95ED\u884C",triggerDesc:"\u70B9\u51FB\u964D\u5E8F",triggerAsc:"\u70B9\u51FB\u5347\u5E8F",cancelSort:"\u53D6\u6D88\u6392\u5E8F"},Modal:{okText:"\u786E\u5B9A",cancelText:"\u53D6\u6D88",justOkText:"\u77E5\u9053\u4E86"},Tour:{Next:"\u4E0B\u4E00\u6B65",Previous:"\u4E0A\u4E00\u6B65",Finish:"\u7ED3\u675F\u5BFC\u89C8"},Popconfirm:{cancelText:"\u53D6\u6D88",okText:"\u786E\u5B9A"},Transfer:{titles:["",""],searchPlaceholder:"\u8BF7\u8F93\u5165\u641C\u7D22\u5185\u5BB9",itemUnit:"\u9879",itemsUnit:"\u9879",remove:"\u5220\u9664",selectCurrent:"\u5168\u9009\u5F53\u9875",removeCurrent:"\u5220\u9664\u5F53\u9875",selectAll:"\u5168\u9009\u6240\u6709",removeAll:"\u5220\u9664\u5168\u90E8",selectInvert:"\u53CD\u9009\u5F53\u9875"},Upload:{uploading:"\u6587\u4EF6\u4E0A\u4F20\u4E2D",removeFile:"\u5220\u9664\u6587\u4EF6",uploadError:"\u4E0A\u4F20\u9519\u8BEF",previewFile:"\u9884\u89C8\u6587\u4EF6",downloadFile:"\u4E0B\u8F7D\u6587\u4EF6"},Empty:{description:"\u6682\u65E0\u6570\u636E"},Icon:{icon:"\u56FE\u6807"},Text:{edit:"\u7F16\u8F91",copy:"\u590D\u5236",copied:"\u590D\u5236\u6210\u529F",expand:"\u5C55\u5F00"},PageHeader:{back:"\u8FD4\u56DE"},Form:{optional:"\uFF08\u53EF\u9009\uFF09",defaultValidateMessages:{default:"\u5B57\u6BB5\u9A8C\u8BC1\u9519\u8BEF${label}",required:"\u8BF7\u8F93\u5165${label}",enum:"${label}\u5FC5\u987B\u662F\u5176\u4E2D\u4E00\u4E2A[${enum}]",whitespace:"${label}\u4E0D\u80FD\u4E3A\u7A7A\u5B57\u7B26",date:{format:"${label}\u65E5\u671F\u683C\u5F0F\u65E0\u6548",parse:"${label}\u4E0D\u80FD\u8F6C\u6362\u4E3A\u65E5\u671F",invalid:"${label}\u662F\u4E00\u4E2A\u65E0\u6548\u65E5\u671F"},types:{string:a,method:a,array:a,object:a,number:a,date:a,boolean:a,integer:a,float:a,regexp:a,email:a,url:a,hex:a},string:{len:"${label}\u987B\u4E3A${len}\u4E2A\u5B57\u7B26",min:"${label}\u6700\u5C11${min}\u4E2A\u5B57\u7B26",max:"${label}\u6700\u591A${max}\u4E2A\u5B57\u7B26",range:"${label}\u987B\u5728${min}-${max}\u5B57\u7B26\u4E4B\u95F4"},number:{len:"${label}\u5FC5\u987B\u7B49\u4E8E${len}",min:"${label}\u6700\u5C0F\u503C\u4E3A${min}",max:"${label}\u6700\u5927\u503C\u4E3A${max}",range:"${label}\u987B\u5728${min}-${max}\u4E4B\u95F4"},array:{len:"\u987B\u4E3A${len}\u4E2A${label}",min:"\u6700\u5C11${min}\u4E2A${label}",max:"\u6700\u591A${max}\u4E2A${label}",range:"${label}\u6570\u91CF\u987B\u5728${min}-${max}\u4E4B\u95F4"},pattern:{mismatch:"${label}\u4E0E\u6A21\u5F0F\u4E0D\u5339\u914D${pattern}"}}},Image:{preview:"\u9884\u89C8"},QRCode:{expired:"\u4E8C\u7EF4\u7801\u8FC7\u671F",refresh:"\u70B9\u51FB\u5237\u65B0"},ColorPicker:{presetEmpty:"\u6682\u65E0"}}},8591:function(d,_,e){"use strict";e.d(_,{ZP:function(){return bt}});var r=e(95190),i=e(59301),l=e(1585),c=e(92736),f=e(29679),o=e(19248),h=e(96512),u=e(78987),a=e(58617),x=e(92310),p=e.n(x),y=e(581),m=e(36355),b=e(93083),S=e(17313),k=e(83116),R=e(37613);const A=mt=>{const{componentCls:et,iconCls:He,boxShadow:_e,colorText:Se,colorSuccess:Me,colorError:Ue,colorWarning:We,colorInfo:it,fontSizeLG:ct,motionEaseInOutCirc:Gt,motionDurationSlow:$t,marginXS:Pe,paddingXS:Qe,borderRadiusLG:Kt,zIndexPopup:Lt,contentPadding:Ht,contentBg:Nt}=mt,Ct=`${et}-notice`,Yt=new b.Keyframes("MessageMoveIn",{"0%":{padding:0,transform:"translateY(-100%)",opacity:0},"100%":{padding:Qe,transform:"translateY(0)",opacity:1}}),Ge=new b.Keyframes("MessageMoveOut",{"0%":{maxHeight:mt.height,padding:Qe,opacity:1},"100%":{maxHeight:0,padding:0,opacity:0}}),fe={padding:Qe,textAlign:"center",[`${et}-custom-content > ${He}`]:{verticalAlign:"text-bottom",marginInlineEnd:Pe,fontSize:ct},[`${Ct}-content`]:{display:"inline-block",padding:Ht,background:Nt,borderRadius:Kt,boxShadow:_e,pointerEvents:"all"},[`${et}-success > ${He}`]:{color:Me},[`${et}-error > ${He}`]:{color:Ue},[`${et}-warning > ${He}`]:{color:We},[`${et}-info > ${He},
${et}-loading > ${He}`]:{color:it}};return[{[et]:Object.assign(Object.assign({},(0,S.Wf)(mt)),{color:Se,position:"fixed",top:Pe,width:"100%",pointerEvents:"none",zIndex:Lt,[`${et}-move-up`]:{animationFillMode:"forwards"},[`
${et}-move-up-appear,
${et}-move-up-enter
`]:{animationName:Yt,animationDuration:$t,animationPlayState:"paused",animationTimingFunction:Gt},[`
${et}-move-up-appear${et}-move-up-appear-active,
${et}-move-up-enter${et}-move-up-enter-active
`]:{animationPlayState:"running"},[`${et}-move-up-leave`]:{animationName:Ge,animationDuration:$t,animationPlayState:"paused",animationTimingFunction:Gt},[`${et}-move-up-leave${et}-move-up-leave-active`]:{animationPlayState:"running"},"&-rtl":{direction:"rtl",span:{direction:"rtl"}}})},{[et]:{[Ct]:Object.assign({},fe)}},{[`${et}-notice-pure-panel`]:Object.assign(Object.assign({},fe),{padding:0,textAlign:"start"})}]};var O=(0,k.Z)("Message",mt=>{const et=(0,R.TS)(mt,{height:150});return[A(et)]},mt=>({zIndexPopup:mt.zIndexPopupBase+10,contentBg:mt.colorBgElevated,contentPadding:`${(mt.controlHeightLG-mt.fontSize*mt.lineHeight)/2}px ${mt.paddingSM}px`})),M=function(mt,et){var He={};for(var _e in mt)Object.prototype.hasOwnProperty.call(mt,_e)&&et.indexOf(_e)<0&&(He[_e]=mt[_e]);if(mt!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Se=0,_e=Object.getOwnPropertySymbols(mt);Se<_e.length;Se++)et.indexOf(_e[Se])<0&&Object.prototype.propertyIsEnumerable.call(mt,_e[Se])&&(He[_e[Se]]=mt[_e[Se]]);return He};const B={info:i.createElement(u.Z,null),success:i.createElement(f.Z,null),error:i.createElement(o.Z,null),warning:i.createElement(h.Z,null),loading:i.createElement(a.Z,null)},U=mt=>{let{prefixCls:et,type:He,icon:_e,children:Se}=mt;return i.createElement("div",{className:p()(`${et}-custom-content`,`${et}-${He}`)},_e||B[He],i.createElement("span",null,Se))};var G=mt=>{const{prefixCls:et,className:He,type:_e,icon:Se,content:Me}=mt,Ue=M(mt,["prefixCls","className","type","icon","content"]),{getPrefixCls:We}=i.useContext(m.E_),it=et||We("message"),[,ct]=O(it);return i.createElement(y.qX,Object.assign({},Ue,{prefixCls:it,className:p()(He,ct,`${it}-notice-pure-panel`),eventKey:"pure",duration:null,content:i.createElement(U,{prefixCls:it,type:_e,icon:Se},Me)}))},V=e(99267);function ae(mt,et){return{motionName:et!=null?et:`${mt}-move-up`}}function ie(mt){let et;const He=new Promise(Se=>{et=mt(()=>{Se(!0)})}),_e=()=>{et==null||et()};return _e.then=(Se,Me)=>He.then(Se,Me),_e.promise=He,_e}var ue=function(mt,et){var He={};for(var _e in mt)Object.prototype.hasOwnProperty.call(mt,_e)&&et.indexOf(_e)<0&&(He[_e]=mt[_e]);if(mt!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Se=0,_e=Object.getOwnPropertySymbols(mt);Se<_e.length;Se++)et.indexOf(_e[Se])<0&&Object.prototype.propertyIsEnumerable.call(mt,_e[Se])&&(He[_e[Se]]=mt[_e[Se]]);return He};const Q=8,J=3,K=mt=>{let{children:et,prefixCls:He}=mt;const[,_e]=O(He);return i.createElement(y.JB,{classNames:{list:_e,notice:_e}},et)},oe=(mt,et)=>{let{prefixCls:He,key:_e}=et;return i.createElement(K,{prefixCls:He,key:_e},mt)},ee=i.forwardRef((mt,et)=>{const{top:He,prefixCls:_e,getContainer:Se,maxCount:Me,duration:Ue=J,rtl:We,transitionName:it,onAllRemoved:ct}=mt,{getPrefixCls:Gt,getPopupContainer:$t,message:Pe}=i.useContext(m.E_),Qe=_e||Gt("message"),Kt=()=>({left:"50%",transform:"translateX(-50%)",top:He!=null?He:Q}),Lt=()=>p()({[`${Qe}-rtl`]:We}),Ht=()=>ae(Qe,it),Nt=i.createElement("span",{className:`${Qe}-close-x`},i.createElement(V.Z,{className:`${Qe}-close-icon`})),[Ct,Yt]=(0,y.lm)({prefixCls:Qe,style:Kt,className:Lt,motion:Ht,closable:!1,closeIcon:Nt,duration:Ue,getContainer:()=>(Se==null?void 0:Se())||($t==null?void 0:$t())||document.body,maxCount:Me,onAllRemoved:ct,renderNotifications:oe});return i.useImperativeHandle(et,()=>Object.assign(Object.assign({},Ct),{prefixCls:Qe,message:Pe})),Yt});let q=0;function le(mt){const et=i.useRef(null);return[i.useMemo(()=>{const _e=it=>{var ct;(ct=et.current)===null||ct===void 0||ct.close(it)},Se=it=>{if(!et.current){const pe=()=>{};return pe.then=()=>{},pe}const{open:ct,prefixCls:Gt,message:$t}=et.current,Pe=`${Gt}-notice`,{content:Qe,icon:Kt,type:Lt,key:Ht,className:Nt,style:Ct,onClose:Yt}=it,Ge=ue(it,["content","icon","type","key","className","style","onClose"]);let fe=Ht;return fe==null&&(q+=1,fe=`antd-message-${q}`),ie(pe=>(ct(Object.assign(Object.assign({},Ge),{key:fe,content:i.createElement(U,{prefixCls:Gt,type:Lt,icon:Kt},Qe),placement:"top",className:p()(Lt&&`${Pe}-${Lt}`,Nt,$t==null?void 0:$t.className),style:Object.assign(Object.assign({},$t==null?void 0:$t.style),Ct),onClose:()=>{Yt==null||Yt(),pe()}})),()=>{_e(fe)}))},Ue={open:Se,destroy:it=>{var ct;it!==void 0?_e(it):(ct=et.current)===null||ct===void 0||ct.destroy()}};return["info","success","warning","error","loading"].forEach(it=>{const ct=(Gt,$t,Pe)=>{let Qe;Gt&&typeof Gt=="object"&&"content"in Gt?Qe=Gt:Qe={content:Gt};let Kt,Lt;typeof $t=="function"?Lt=$t:(Kt=$t,Lt=Pe);const Ht=Object.assign(Object.assign({onClose:Lt,duration:Kt},Qe),{type:it});return Se(Ht)};Ue[it]=ct}),Ue},[]),i.createElement(ee,Object.assign({key:"message-holder"},mt,{ref:et}))]}function Z(mt){return le(mt)}let j=null,se=mt=>mt(),me=[],Oe={};function ke(){const{prefixCls:mt,getContainer:et,duration:He,rtl:_e,maxCount:Se,top:Me}=Oe,Ue=mt!=null?mt:(0,c.w6)().getPrefixCls("message"),We=(et==null?void 0:et())||document.body;return{prefixCls:Ue,getContainer:()=>We,duration:He,rtl:_e,maxCount:Se,top:Me}}const $e=i.forwardRef((mt,et)=>{const[He,_e]=i.useState(ke),[Se,Me]=le(He),Ue=(0,c.w6)(),We=Ue.getRootPrefixCls(),it=Ue.getIconPrefixCls(),ct=Ue.getTheme(),Gt=()=>{_e(ke)};return i.useEffect(Gt,[]),i.useImperativeHandle(et,()=>{const $t=Object.assign({},Se);return Object.keys($t).forEach(Pe=>{$t[Pe]=function(){return Gt(),Se[Pe].apply(Se,arguments)}}),{instance:$t,sync:Gt}}),i.createElement(c.ZP,{prefixCls:We,iconPrefixCls:it,theme:ct},Me)});function Ne(){if(!j){const mt=document.createDocumentFragment(),et={fragment:mt};j=et,se(()=>{(0,l.s)(i.createElement($e,{ref:He=>{const{instance:_e,sync:Se}=He||{};Promise.resolve().then(()=>{!et.instance&&_e&&(et.instance=_e,et.sync=Se,Ne())})}}),mt)});return}j.instance&&(me.forEach(mt=>{const{type:et,skipped:He}=mt;if(!He)switch(et){case"open":{se(()=>{const _e=j.instance.open(Object.assign(Object.assign({},Oe),mt.config));_e==null||_e.then(mt.resolve),mt.setCloseFn(_e)});break}case"destroy":se(()=>{j==null||j.instance.destroy(mt.key)});break;default:se(()=>{var _e;const Se=(_e=j.instance)[et].apply(_e,(0,r.Z)(mt.args));Se==null||Se.then(mt.resolve),mt.setCloseFn(Se)})}}),me=[])}function Ft(mt){Oe=Object.assign(Object.assign({},Oe),mt),se(()=>{var et;(et=j==null?void 0:j.sync)===null||et===void 0||et.call(j)})}function wt(mt){const et=ie(He=>{let _e;const Se={type:"open",config:mt,resolve:He,setCloseFn:Me=>{_e=Me}};return me.push(Se),()=>{_e?se(()=>{_e()}):Se.skipped=!0}});return Ne(),et}function Pt(mt,et){const He=ie(_e=>{let Se;const Me={type:mt,args:et,resolve:_e,setCloseFn:Ue=>{Se=Ue}};return me.push(Me),()=>{Se?se(()=>{Se()}):Me.skipped=!0}});return Ne(),He}function Jt(mt){me.push({type:"destroy",key:mt}),Ne()}const er=["success","info","warning","error","loading"],Xe={open:wt,destroy:Jt,config:Ft,useMessage:Z,_InternalPanelDoNotUseOrYouWillBeFired:G};er.forEach(mt=>{Xe[mt]=function(){for(var et=arguments.length,He=new Array(et),_e=0;_e<et;_e++)He[_e]=arguments[_e];return Pt(mt,He)}});const It=()=>{};let Zt=null,ot=null;var bt=Xe},43418:function(d,_,e){"use strict";e.d(_,{default:function(){return ht}});var r=e(95190),i=e(1585),l=e(59301),c=e(92736),f=e(29679),o=e(19248),h=e(96512),u=e(78987),a=e(92310),x=e.n(a),p=e(62892),y=e(9763),m=e(92806);const b=l.createContext({}),{Provider:S}=b;var R=()=>{const{autoFocusButton:Wt,cancelButtonProps:St,cancelTextLocale:Re,isSilent:_t,mergedOkCancel:ze,rootPrefixCls:we,close:gt,onCancel:kt,onConfirm:Fe}=(0,l.useContext)(b);return ze?l.createElement(m.Z,{isSilent:_t,actionFn:kt,close:function(){gt==null||gt.apply(void 0,arguments),Fe==null||Fe(!1)},autoFocus:Wt==="cancel",buttonProps:St,prefixCls:`${we}-btn`},Re):null},O=()=>{const{autoFocusButton:Wt,close:St,isSilent:Re,okButtonProps:_t,rootPrefixCls:ze,okTextLocale:we,okType:gt,onConfirm:kt,onOk:Fe}=(0,l.useContext)(b);return l.createElement(m.Z,{isSilent:Re,type:gt||"primary",actionFn:Fe,close:function(){St==null||St.apply(void 0,arguments),kt==null||kt(!0)},autoFocus:Wt==="ok",buttonProps:_t,prefixCls:`${ze}-btn`},we)},M=e(99267),B=e(86923),U=e(47729),X=e(47273);const G=()=>(0,X.Z)()&&window.document.documentElement;var V=e(36355),ae=e(32441),ie=e(33234),ue=e(11575),Q=e(1684),J=e(3113),oe=()=>{const{cancelButtonProps:Wt,cancelTextLocale:St,onCancel:Re}=(0,l.useContext)(b);return l.createElement(J.ZP,Object.assign({onClick:Re},Wt),St)},ee=e(67797),le=()=>{const{confirmLoading:Wt,okButtonProps:St,okType:Re,okTextLocale:_t,onOk:ze}=(0,l.useContext)(b);return l.createElement(J.ZP,Object.assign({},(0,ee.n)(Re),{loading:Wt,onClick:ze},St),_t)},Z=e(98044);function j(Wt,St){return l.createElement("span",{className:`${Wt}-close-x`},St||l.createElement(M.Z,{className:`${Wt}-close-icon`}))}const se=Wt=>{const{okText:St,okType:Re="primary",cancelText:_t,confirmLoading:ze,onOk:we,onCancel:gt,okButtonProps:kt,cancelButtonProps:Fe,footer:Ir}=Wt,[At]=(0,y.Z)("Modal",(0,Z.A)()),Vr=St||(At==null?void 0:At.okText),Qr=_t||(At==null?void 0:At.cancelText),Er={confirmLoading:ze,okButtonProps:kt,cancelButtonProps:Fe,okTextLocale:Vr,cancelTextLocale:Qr,okType:Re,onOk:we,onCancel:gt},Lr=l.useMemo(()=>Er,(0,r.Z)(Object.values(Er)));let _r;return typeof Ir=="function"||typeof Ir=="undefined"?(_r=l.createElement(S,{value:Lr},l.createElement(oe,null),l.createElement(le,null)),typeof Ir=="function"&&(_r=Ir(_r,{OkBtn:le,CancelBtn:oe}))):_r=Ir,l.createElement(Q.n,{disabled:!1},_r)};var me=e(73819),Oe=function(Wt,St){var Re={};for(var _t in Wt)Object.prototype.hasOwnProperty.call(Wt,_t)&&St.indexOf(_t)<0&&(Re[_t]=Wt[_t]);if(Wt!=null&&typeof Object.getOwnPropertySymbols=="function")for(var ze=0,_t=Object.getOwnPropertySymbols(Wt);ze<_t.length;ze++)St.indexOf(_t[ze])<0&&Object.prototype.propertyIsEnumerable.call(Wt,_t[ze])&&(Re[_t[ze]]=Wt[_t[ze]]);return Re};let ke;const $e=Wt=>{ke={x:Wt.pageX,y:Wt.pageY},setTimeout(()=>{ke=null},100)};G()&&document.documentElement.addEventListener("click",$e,!0);var Ft=Wt=>{var St;const{getPopupContainer:Re,getPrefixCls:_t,direction:ze,modal:we}=l.useContext(V.E_),gt=yn=>{const{onCancel:wn}=Wt;wn==null||wn(yn)},kt=yn=>{const{onOk:wn}=Wt;wn==null||wn(yn)},{prefixCls:Fe,className:Ir,rootClassName:At,open:Vr,wrapClassName:Qr,centered:Er,getContainer:Lr,closeIcon:_r,closable:Ur,focusTriggerAfterClose:sn=!0,style:fn,visible:cr,width:Dr=520,footer:ft}=Wt,Et=Oe(Wt,["prefixCls","className","rootClassName","open","wrapClassName","centered","getContainer","closeIcon","closable","focusTriggerAfterClose","style","visible","width","footer"]),zt=_t("modal",Fe),nr=_t(),[yr,nt]=(0,me.ZP)(zt),Nr=x()(Qr,{[`${zt}-centered`]:!!Er,[`${zt}-wrap-rtl`]:ze==="rtl"}),en=ft!==null&&l.createElement(se,Object.assign({},Wt,{onOk:kt,onCancel:gt})),[In,mr]=(0,U.Z)(Ur,_r,yn=>j(zt,yn),l.createElement(M.Z,{className:`${zt}-close-icon`}),!0),on=(0,ue.H)(`.${zt}-content`);return yr(l.createElement(ie.BR,null,l.createElement(ae.Ux,{status:!0,override:!0},l.createElement(B.Z,Object.assign({width:Dr},Et,{getContainer:Lr===void 0?Re:Lr,prefixCls:zt,rootClassName:x()(nt,At),wrapClassName:Nr,footer:en,visible:Vr!=null?Vr:cr,mousePosition:(St=Et.mousePosition)!==null&&St!==void 0?St:ke,onClose:gt,closable:In,closeIcon:mr,focusTriggerAfterClose:sn,transitionName:(0,p.m)(nr,"zoom",Wt.transitionName),maskTransitionName:(0,p.m)(nr,"fade",Wt.maskTransitionName),className:x()(nt,Ir,we==null?void 0:we.className),style:Object.assign(Object.assign({},we==null?void 0:we.style),fn),panelRef:on})))))},wt=e(17313),Pt=e(83116);const Jt=Wt=>{const{componentCls:St,titleFontSize:Re,titleLineHeight:_t,modalConfirmIconSize:ze,fontSize:we,lineHeight:gt}=Wt,kt=`${St}-confirm`,Fe=Math.round(Re*_t),Ir=Math.round(we*gt);return{[kt]:{"&-rtl":{direction:"rtl"},[`${Wt.antCls}-modal-header`]:{display:"none"},[`${kt}-body-wrapper`]:Object.assign({},(0,wt.dF)()),[`${kt}-body`]:{display:"flex",flexWrap:"nowrap",alignItems:"start",[`> ${Wt.iconCls}`]:{flex:"none",fontSize:ze,marginInlineEnd:Wt.marginSM,marginTop:(Ir-ze)/2},[`&-has-title > ${Wt.iconCls}`]:{marginTop:(Fe-ze)/2}},[`${kt}-paragraph`]:{display:"flex",flexDirection:"column",flex:"auto",rowGap:Wt.marginXS},[`${kt}-title`]:{color:Wt.colorTextHeading,fontWeight:Wt.fontWeightStrong,fontSize:Re,lineHeight:_t},[`${kt}-content`]:{color:Wt.colorText,fontSize:we,lineHeight:gt},[`${kt}-btns`]:{textAlign:"end",marginTop:Wt.marginSM,[`${Wt.antCls}-btn + ${Wt.antCls}-btn`]:{marginBottom:0,marginInlineStart:Wt.marginXS}}},[`${kt}-error ${kt}-body > ${Wt.iconCls}`]:{color:Wt.colorError},[`${kt}-warning ${kt}-body > ${Wt.iconCls},
${kt}-confirm ${kt}-body > ${Wt.iconCls}`]:{color:Wt.colorWarning},[`${kt}-info ${kt}-body > ${Wt.iconCls}`]:{color:Wt.colorInfo},[`${kt}-success ${kt}-body > ${Wt.iconCls}`]:{color:Wt.colorSuccess}}};var er=(0,Pt.b)(["Modal","confirm"],Wt=>{const St=(0,me.B4)(Wt);return[Jt(St)]},me.eh,{order:-1e3}),tr=function(Wt,St){var Re={};for(var _t in Wt)Object.prototype.hasOwnProperty.call(Wt,_t)&&St.indexOf(_t)<0&&(Re[_t]=Wt[_t]);if(Wt!=null&&typeof Object.getOwnPropertySymbols=="function")for(var ze=0,_t=Object.getOwnPropertySymbols(Wt);ze<_t.length;ze++)St.indexOf(_t[ze])<0&&Object.prototype.propertyIsEnumerable.call(Wt,_t[ze])&&(Re[_t[ze]]=Wt[_t[ze]]);return Re};function Xe(Wt){const{prefixCls:St,icon:Re,okText:_t,cancelText:ze,confirmPrefixCls:we,type:gt,okCancel:kt,footer:Fe,locale:Ir}=Wt,At=tr(Wt,["prefixCls","icon","okText","cancelText","confirmPrefixCls","type","okCancel","footer","locale"]);let Vr=Re;if(!Re&&Re!==null)switch(gt){case"info":Vr=l.createElement(u.Z,null);break;case"success":Vr=l.createElement(f.Z,null);break;case"error":Vr=l.createElement(o.Z,null);break;default:Vr=l.createElement(h.Z,null)}const Qr=kt!=null?kt:gt==="confirm",Er=Wt.autoFocusButton===null?!1:Wt.autoFocusButton||"ok",[Lr]=(0,y.Z)("Modal"),_r=Ir||Lr,Ur=_t||(Qr?_r==null?void 0:_r.okText:_r==null?void 0:_r.justOkText),sn=ze||(_r==null?void 0:_r.cancelText),fn=Object.assign({autoFocusButton:Er,cancelTextLocale:sn,okTextLocale:Ur,mergedOkCancel:Qr},At),cr=l.useMemo(()=>fn,(0,r.Z)(Object.values(fn))),Dr=l.createElement(l.Fragment,null,l.createElement(R,null),l.createElement(O,null)),ft=Wt.title!==void 0&&Wt.title!==null,Et=`${we}-body`;return l.createElement("div",{className:`${we}-body-wrapper`},l.createElement("div",{className:x()(Et,{[`${Et}-has-title`]:ft})},Vr,l.createElement("div",{className:`${we}-paragraph`},ft&&l.createElement("span",{className:`${we}-title`},Wt.title),l.createElement("div",{className:`${we}-content`},Wt.content))),Fe===void 0||typeof Fe=="function"?l.createElement(S,{value:cr},l.createElement("div",{className:`${we}-btns`},typeof Fe=="function"?Fe(Dr,{OkBtn:O,CancelBtn:R}):Dr)):Fe,l.createElement(er,{prefixCls:St}))}var Zt=Wt=>{const{close:St,zIndex:Re,afterClose:_t,visible:ze,open:we,keyboard:gt,centered:kt,getContainer:Fe,maskStyle:Ir,direction:At,prefixCls:Vr,wrapClassName:Qr,rootPrefixCls:Er,iconPrefixCls:Lr,theme:_r,bodyStyle:Ur,closable:sn=!1,closeIcon:fn,modalRender:cr,focusTriggerAfterClose:Dr,onConfirm:ft}=Wt,Et=`${Vr}-confirm`,zt=Wt.width||416,nr=Wt.style||{},yr=Wt.mask===void 0?!0:Wt.mask,nt=Wt.maskClosable===void 0?!1:Wt.maskClosable,Nr=x()(Et,`${Et}-${Wt.type}`,{[`${Et}-rtl`]:At==="rtl"},Wt.className);return l.createElement(c.ZP,{prefixCls:Er,iconPrefixCls:Lr,direction:At,theme:_r},l.createElement(Ft,{prefixCls:Vr,className:Nr,wrapClassName:x()({[`${Et}-centered`]:!!Wt.centered},Qr),onCancel:()=>{St==null||St({triggerCancel:!0}),ft==null||ft(!1)},open:we,title:"",footer:null,transitionName:(0,p.m)(Er||"","zoom",Wt.transitionName),maskTransitionName:(0,p.m)(Er||"","fade",Wt.maskTransitionName),mask:yr,maskClosable:nt,maskStyle:Ir,style:nr,bodyStyle:Ur,width:zt,zIndex:Re,afterClose:_t,keyboard:gt,centered:kt,getContainer:Fe,closable:sn,closeIcon:fn,modalRender:cr,focusTriggerAfterClose:Dr},l.createElement(Xe,Object.assign({},Wt,{confirmPrefixCls:Et}))))},bt=[],mt=function(Wt,St){var Re={};for(var _t in Wt)Object.prototype.hasOwnProperty.call(Wt,_t)&&St.indexOf(_t)<0&&(Re[_t]=Wt[_t]);if(Wt!=null&&typeof Object.getOwnPropertySymbols=="function")for(var ze=0,_t=Object.getOwnPropertySymbols(Wt);ze<_t.length;ze++)St.indexOf(_t[ze])<0&&Object.prototype.propertyIsEnumerable.call(Wt,_t[ze])&&(Re[_t[ze]]=Wt[_t[ze]]);return Re};let et="";function He(){return et}function _e(Wt){const St=document.createDocumentFragment();let Re=Object.assign(Object.assign({},Wt),{close:gt,open:!0}),_t;function ze(){for(var Fe=arguments.length,Ir=new Array(Fe),At=0;At<Fe;At++)Ir[At]=arguments[At];const Vr=Ir.some(Qr=>Qr&&Qr.triggerCancel);Wt.onCancel&&Vr&&Wt.onCancel.apply(Wt,[()=>{}].concat((0,r.Z)(Ir.slice(1))));for(let Qr=0;Qr<bt.length;Qr++)if(bt[Qr]===gt){bt.splice(Qr,1);break}(0,i.v)(St)}function we(Fe){var{okText:Ir,cancelText:At,prefixCls:Vr,getContainer:Qr}=Fe,Er=mt(Fe,["okText","cancelText","prefixCls","getContainer"]);clearTimeout(_t),_t=setTimeout(()=>{const Lr=(0,Z.A)(),{getPrefixCls:_r,getIconPrefixCls:Ur,getTheme:sn}=(0,c.w6)(),fn=_r(void 0,He()),cr=Vr||`${fn}-modal`,Dr=Ur(),ft=sn();let Et=Qr;Et===!1&&(Et=void 0),(0,i.s)(l.createElement(Zt,Object.assign({},Er,{getContainer:Et,prefixCls:cr,rootPrefixCls:fn,iconPrefixCls:Dr,okText:Ir,locale:Lr,theme:ft,cancelText:At||Lr.cancelText})),St)})}function gt(){for(var Fe=arguments.length,Ir=new Array(Fe),At=0;At<Fe;At++)Ir[At]=arguments[At];Re=Object.assign(Object.assign({},Re),{open:!1,afterClose:()=>{typeof Wt.afterClose=="function"&&Wt.afterClose(),ze.apply(this,Ir)}}),Re.visible&&delete Re.visible,we(Re)}function kt(Fe){typeof Fe=="function"?Re=Fe(Re):Re=Object.assign(Object.assign({},Re),Fe),we(Re)}return we(Re),bt.push(gt),{destroy:gt,update:kt}}function Se(Wt){return Object.assign(Object.assign({},Wt),{type:"warning"})}function Me(Wt){return Object.assign(Object.assign({},Wt),{type:"info"})}function Ue(Wt){return Object.assign(Object.assign({},Wt),{type:"success"})}function We(Wt){return Object.assign(Object.assign({},Wt),{type:"error"})}function it(Wt){return Object.assign(Object.assign({},Wt),{type:"confirm"})}function ct(Wt){let{rootPrefixCls:St}=Wt;et=St}var Gt=e(53487),$t=function(Wt,St){var Re={};for(var _t in Wt)Object.prototype.hasOwnProperty.call(Wt,_t)&&St.indexOf(_t)<0&&(Re[_t]=Wt[_t]);if(Wt!=null&&typeof Object.getOwnPropertySymbols=="function")for(var ze=0,_t=Object.getOwnPropertySymbols(Wt);ze<_t.length;ze++)St.indexOf(_t[ze])<0&&Object.prototype.propertyIsEnumerable.call(Wt,_t[ze])&&(Re[_t[ze]]=Wt[_t[ze]]);return Re};const Pe=Wt=>{const{prefixCls:St,className:Re,closeIcon:_t,closable:ze,type:we,title:gt,children:kt}=Wt,Fe=$t(Wt,["prefixCls","className","closeIcon","closable","type","title","children"]),{getPrefixCls:Ir}=l.useContext(V.E_),At=Ir(),Vr=St||Ir("modal"),[,Qr]=(0,me.ZP)(Vr),Er=`${Vr}-confirm`;let Lr={};return we?Lr={closable:ze!=null?ze:!1,title:"",footer:"",children:l.createElement(Xe,Object.assign({},Wt,{prefixCls:Vr,confirmPrefixCls:Er,rootPrefixCls:At,content:kt}))}:Lr={closable:ze!=null?ze:!0,title:gt,footer:Wt.footer===void 0?l.createElement(se,Object.assign({},Wt)):Wt.footer,children:kt},l.createElement(B.s,Object.assign({prefixCls:Vr,className:x()(Qr,`${Vr}-pure-panel`,we&&Er,we&&`${Er}-${we}`,Re)},Fe,{closeIcon:j(Vr,_t),closable:ze},Lr))};var Qe=(0,Gt.i)(Pe);function Kt(){const[Wt,St]=l.useState([]),Re=l.useCallback(_t=>(St(ze=>[].concat((0,r.Z)(ze),[_t])),()=>{St(ze=>ze.filter(we=>we!==_t))}),[]);return[Wt,Re]}var Lt=e(31724),Ht=function(Wt,St){var Re={};for(var _t in Wt)Object.prototype.hasOwnProperty.call(Wt,_t)&&St.indexOf(_t)<0&&(Re[_t]=Wt[_t]);if(Wt!=null&&typeof Object.getOwnPropertySymbols=="function")for(var ze=0,_t=Object.getOwnPropertySymbols(Wt);ze<_t.length;ze++)St.indexOf(_t[ze])<0&&Object.prototype.propertyIsEnumerable.call(Wt,_t[ze])&&(Re[_t[ze]]=Wt[_t[ze]]);return Re};const Nt=(Wt,St)=>{var Re,{afterClose:_t,config:ze}=Wt,we=Ht(Wt,["afterClose","config"]);const[gt,kt]=l.useState(!0),[Fe,Ir]=l.useState(ze),{direction:At,getPrefixCls:Vr}=l.useContext(V.E_),Qr=Vr("modal"),Er=Vr(),Lr=()=>{var fn;_t(),(fn=Fe.afterClose)===null||fn===void 0||fn.call(Fe)},_r=function(){kt(!1);for(var fn=arguments.length,cr=new Array(fn),Dr=0;Dr<fn;Dr++)cr[Dr]=arguments[Dr];const ft=cr.some(Et=>Et&&Et.triggerCancel);Fe.onCancel&&ft&&Fe.onCancel.apply(Fe,[()=>{}].concat((0,r.Z)(cr.slice(1))))};l.useImperativeHandle(St,()=>({destroy:_r,update:fn=>{Ir(cr=>Object.assign(Object.assign({},cr),fn))}}));const Ur=(Re=Fe.okCancel)!==null&&Re!==void 0?Re:Fe.type==="confirm",[sn]=(0,y.Z)("Modal",Lt.Z.Modal);return l.createElement(Zt,Object.assign({prefixCls:Qr,rootPrefixCls:Er},Fe,{close:_r,open:gt,afterClose:Lr,okText:Fe.okText||(Ur?sn==null?void 0:sn.okText:sn==null?void 0:sn.justOkText),direction:Fe.direction||At,cancelText:Fe.cancelText||(sn==null?void 0:sn.cancelText)},we))};var Ct=l.forwardRef(Nt);let Yt=0;const Ge=l.memo(l.forwardRef((Wt,St)=>{const[Re,_t]=Kt();return l.useImperativeHandle(St,()=>({patchElement:_t}),[]),l.createElement(l.Fragment,null,Re)}));function fe(){const Wt=l.useRef(null),[St,Re]=l.useState([]);l.useEffect(()=>{St.length&&((0,r.Z)(St).forEach(gt=>{gt()}),Re([]))},[St]);const _t=l.useCallback(we=>function(kt){var Fe;Yt+=1;const Ir=l.createRef();let At;const Vr=new Promise(Ur=>{At=Ur});let Qr=!1,Er;const Lr=l.createElement(Ct,{key:`modal-${Yt}`,config:we(kt),ref:Ir,afterClose:()=>{Er==null||Er()},isSilent:()=>Qr,onConfirm:Ur=>{At(Ur)}});return Er=(Fe=Wt.current)===null||Fe===void 0?void 0:Fe.patchElement(Lr),Er&&bt.push(Er),{destroy:()=>{function Ur(){var sn;(sn=Ir.current)===null||sn===void 0||sn.destroy()}Ir.current?Ur():Re(sn=>[].concat((0,r.Z)(sn),[Ur]))},update:Ur=>{function sn(){var fn;(fn=Ir.current)===null||fn===void 0||fn.update(Ur)}Ir.current?sn():Re(fn=>[].concat((0,r.Z)(fn),[sn]))},then:Ur=>(Qr=!0,Vr.then(Ur))}},[]);return[l.useMemo(()=>({info:_t(Me),success:_t(Ue),error:_t(We),warning:_t(Se),confirm:_t(it)}),[]),l.createElement(Ge,{key:"modal-holder",ref:Wt})]}var pe=fe;function Dt(Wt){return _e(Se(Wt))}const Te=Ft;Te.useModal=pe,Te.info=function(St){return _e(Me(St))},Te.success=function(St){return _e(Ue(St))},Te.error=function(St){return _e(We(St))},Te.warning=Dt,Te.warn=Dt,Te.confirm=function(St){return _e(it(St))},Te.destroyAll=function(){for(;bt.length;){const St=bt.pop();St&&St()}},Te.config=ct,Te._InternalPanelDoNotUseOrYouWillBeFired=Qe;var ht=Te},98044:function(d,_,e){"use strict";e.d(_,{A:function(){return o},f:function(){return f}});var r=e(31724);let i=Object.assign({},r.Z.Modal),l=[];const c=()=>l.reduce((h,u)=>Object.assign(Object.assign({},h),u),r.Z.Modal);function f(h){if(h){const u=Object.assign({},h);return l.push(u),i=c(),()=>{l=l.filter(a=>a!==u),i=c()}}i=Object.assign({},r.Z.Modal)}function o(){return i}},73819:function(d,_,e){"use strict";e.d(_,{B4:function(){return p},QA:function(){return h},eh:function(){return y}});var r=e(17313),i=e(1950),l=e(29878),c=e(37613),f=e(83116);function o(m){return{position:m,inset:0}}const h=m=>{const{componentCls:b,antCls:S}=m;return[{[`${b}-root`]:{[`${b}${S}-zoom-enter, ${b}${S}-zoom-appear`]:{transform:"none",opacity:0,animationDuration:m.motionDurationSlow,userSelect:"none"},[`${b}${S}-zoom-leave ${b}-content`]:{pointerEvents:"none"},[`${b}-mask`]:Object.assign(Object.assign({},o("fixed")),{zIndex:m.zIndexPopupBase,height:"100%",backgroundColor:m.colorBgMask,pointerEvents:"none",[`${b}-hidden`]:{display:"none"}}),[`${b}-wrap`]:Object.assign(Object.assign({},o("fixed")),{zIndex:m.zIndexPopupBase,overflow:"auto",outline:0,WebkitOverflowScrolling:"touch",[`&:has(${b}${S}-zoom-enter), &:has(${b}${S}-zoom-appear)`]:{pointerEvents:"none"}})}},{[`${b}-root`]:(0,i.J$)(m)}]},u=m=>{const{componentCls:b}=m;return[{[`${b}-root`]:{[`${b}-wrap-rtl`]:{direction:"rtl"},[`${b}-centered`]:{textAlign:"center","&::before":{display:"inline-block",width:0,height:"100%",verticalAlign:"middle",content:'""'},[b]:{top:0,display:"inline-block",paddingBottom:0,textAlign:"start",verticalAlign:"middle"}},[`@media (max-width: ${m.screenSMMax})`]:{[b]:{maxWidth:"calc(100vw - 16px)",margin:`${m.marginXS} auto`},[`${b}-centered`]:{[b]:{flex:1}}}}},{[b]:Object.assign(Object.assign({},(0,r.Wf)(m)),{pointerEvents:"none",position:"relative",top:100,width:"auto",maxWidth:`calc(100vw - ${m.margin*2}px)`,margin:"0 auto",paddingBottom:m.paddingLG,[`${b}-title`]:{margin:0,color:m.titleColor,fontWeight:m.fontWeightStrong,fontSize:m.titleFontSize,lineHeight:m.titleLineHeight,wordWrap:"break-word"},[`${b}-content`]:{position:"relative",backgroundColor:m.contentBg,backgroundClip:"padding-box",border:0,borderRadius:m.borderRadiusLG,boxShadow:m.boxShadow,pointerEvents:"auto",padding:`${m.paddingMD}px ${m.paddingContentHorizontalLG}px`},[`${b}-close`]:Object.assign({position:"absolute",top:(m.modalHeaderHeight-m.modalCloseBtnSize)/2,insetInlineEnd:(m.modalHeaderHeight-m.modalCloseBtnSize)/2,zIndex:m.zIndexPopupBase+10,padding:0,color:m.modalCloseIconColor,fontWeight:m.fontWeightStrong,lineHeight:1,textDecoration:"none",background:"transparent",borderRadius:m.borderRadiusSM,width:m.modalCloseBtnSize,height:m.modalCloseBtnSize,border:0,outline:0,cursor:"pointer",transition:`color ${m.motionDurationMid}, background-color ${m.motionDurationMid}`,"&-x":{display:"flex",fontSize:m.fontSizeLG,fontStyle:"normal",lineHeight:`${m.modalCloseBtnSize}px`,justifyContent:"center",textTransform:"none",textRendering:"auto"},"&:hover":{color:m.modalIconHoverColor,backgroundColor:m.wireframe?"transparent":m.colorFillContent,textDecoration:"none"},"&:active":{backgroundColor:m.wireframe?"transparent":m.colorFillContentHover}},(0,r.Qy)(m)),[`${b}-header`]:{color:m.colorText,background:m.headerBg,borderRadius:`${m.borderRadiusLG}px ${m.borderRadiusLG}px 0 0`,marginBottom:m.marginXS},[`${b}-body`]:{fontSize:m.fontSize,lineHeight:m.lineHeight,wordWrap:"break-word"},[`${b}-footer`]:{textAlign:"end",background:m.footerBg,marginTop:m.marginSM,[`${m.antCls}-btn + ${m.antCls}-btn:not(${m.antCls}-dropdown-trigger)`]:{marginBottom:0,marginInlineStart:m.marginXS}},[`${b}-open`]:{overflow:"hidden"}})},{[`${b}-pure-panel`]:{top:"auto",padding:0,display:"flex",flexDirection:"column",[`${b}-content,
${b}-body,
${b}-confirm-body-wrapper`]:{display:"flex",flexDirection:"column",flex:"auto"},[`${b}-confirm-body`]:{marginBottom:"auto"}}}]},a=m=>{const{componentCls:b,antCls:S}=m,k=`${b}-confirm`;return{[b]:{[`${b}-content`]:{padding:0},[`${b}-header`]:{padding:m.modalHeaderPadding,borderBottom:`${m.modalHeaderBorderWidth}px ${m.modalHeaderBorderStyle} ${m.modalHeaderBorderColorSplit}`,marginBottom:0},[`${b}-body`]:{padding:m.modalBodyPadding},[`${b}-footer`]:{padding:`${m.modalFooterPaddingVertical}px ${m.modalFooterPaddingHorizontal}px`,borderTop:`${m.modalFooterBorderWidth}px ${m.modalFooterBorderStyle} ${m.modalFooterBorderColorSplit}`,borderRadius:`0 0 ${m.borderRadiusLG}px ${m.borderRadiusLG}px`,marginTop:0}},[k]:{[`${S}-modal-body`]:{padding:`${m.padding*2}px ${m.padding*2}px ${m.paddingLG}px`},[`${k}-body`]:{[`> ${m.iconCls}`]:{marginInlineEnd:m.margin,[`+ ${k}-title + ${k}-content`]:{marginInlineStart:m.modalConfirmIconSize+m.margin}}},[`${k}-btns`]:{marginTop:m.marginLG}}}},x=m=>{const{componentCls:b}=m;return{[`${b}-root`]:{[`${b}-wrap-rtl`]:{direction:"rtl",[`${b}-confirm-body`]:{direction:"rtl"}}}}},p=m=>{const b=m.padding,S=m.fontSizeHeading5,k=m.lineHeightHeading5;return(0,c.TS)(m,{modalBodyPadding:m.paddingLG,modalHeaderPadding:`${b}px ${m.paddingLG}px`,modalHeaderBorderWidth:m.lineWidth,modalHeaderBorderStyle:m.lineType,modalHeaderBorderColorSplit:m.colorSplit,modalHeaderHeight:k*S+b*2,modalFooterBorderColorSplit:m.colorSplit,modalFooterBorderStyle:m.lineType,modalFooterPaddingVertical:m.paddingXS,modalFooterPaddingHorizontal:m.padding,modalFooterBorderWidth:m.lineWidth,modalIconHoverColor:m.colorIconHover,modalCloseIconColor:m.colorIcon,modalCloseBtnSize:m.fontSize*m.lineHeight,modalConfirmIconSize:m.fontSize*m.lineHeight})},y=m=>({footerBg:"transparent",headerBg:m.colorBgElevated,titleLineHeight:m.lineHeightHeading5,titleFontSize:m.fontSizeHeading5,contentBg:m.colorBgElevated,titleColor:m.colorTextHeading});_.ZP=(0,f.Z)("Modal",m=>{const b=p(m);return[u(b),x(b),h(b),m.wireframe&&a(b),(0,l._y)(b,"zoom")]},y)},28909:function(d,_,e){"use strict";e.d(_,{Z:function(){return mt}});var r=e(59301),i=e(1585),l=e(92736),c=e(29679),f=e(19248),o=e(99267),h=e(96512),u=e(78987),a=e(58617),x=e(92310),p=e.n(x),y=e(581),m=e(36355),b=e(93083),S=e(17313),k=e(83116),R=e(37613),O=et=>{const{componentCls:He,width:_e,notificationMarginEdge:Se}=et,Me=new b.Keyframes("antNotificationTopFadeIn",{"0%":{marginTop:"-100%",opacity:0},"100%":{marginTop:0,opacity:1}}),Ue=new b.Keyframes("antNotificationBottomFadeIn",{"0%":{marginBottom:"-100%",opacity:0},"100%":{marginBottom:0,opacity:1}}),We=new b.Keyframes("antNotificationLeftFadeIn",{"0%":{right:{_skip_check_:!0,value:_e},opacity:0},"100%":{right:{_skip_check_:!0,value:0},opacity:1}});return{[`&${He}-top, &${He}-bottom`]:{marginInline:0},[`&${He}-top`]:{[`${He}-fade-enter${He}-fade-enter-active, ${He}-fade-appear${He}-fade-appear-active`]:{animationName:Me}},[`&${He}-bottom`]:{[`${He}-fade-enter${He}-fade-enter-active, ${He}-fade-appear${He}-fade-appear-active`]:{animationName:Ue}},[`&${He}-topLeft, &${He}-bottomLeft`]:{marginInlineEnd:0,marginInlineStart:Se,[`${He}-fade-enter${He}-fade-enter-active, ${He}-fade-appear${He}-fade-appear-active`]:{animationName:We}}}};const M=et=>{const{iconCls:He,componentCls:_e,boxShadow:Se,fontSizeLG:Me,notificationMarginBottom:Ue,borderRadiusLG:We,colorSuccess:it,colorInfo:ct,colorWarning:Gt,colorError:$t,colorTextHeading:Pe,notificationBg:Qe,notificationPadding:Kt,notificationMarginEdge:Lt,motionDurationMid:Ht,motionEaseInOut:Nt,fontSize:Ct,lineHeight:Yt,width:Ge,notificationIconSize:fe,colorText:pe}=et,Dt=`${_e}-notice`,Te=new b.Keyframes("antNotificationFadeIn",{"0%":{left:{_skip_check_:!0,value:Ge},opacity:0},"100%":{left:{_skip_check_:!0,value:0},opacity:1}}),ht=new b.Keyframes("antNotificationFadeOut",{"0%":{maxHeight:et.animationMaxHeight,marginBottom:Ue,opacity:1},"100%":{maxHeight:0,marginBottom:0,paddingTop:0,paddingBottom:0,opacity:0}}),Wt={position:"relative",width:Ge,maxWidth:`calc(100vw - ${Lt*2}px)`,marginBottom:Ue,marginInlineStart:"auto",padding:Kt,overflow:"hidden",lineHeight:Yt,wordWrap:"break-word",background:Qe,borderRadius:We,boxShadow:Se,[`${_e}-close-icon`]:{fontSize:Ct,cursor:"pointer"},[`${Dt}-message`]:{marginBottom:et.marginXS,color:Pe,fontSize:Me,lineHeight:et.lineHeightLG},[`${Dt}-description`]:{fontSize:Ct,color:pe},[`&${Dt}-closable ${Dt}-message`]:{paddingInlineEnd:et.paddingLG},[`${Dt}-with-icon ${Dt}-message`]:{marginBottom:et.marginXS,marginInlineStart:et.marginSM+fe,fontSize:Me},[`${Dt}-with-icon ${Dt}-description`]:{marginInlineStart:et.marginSM+fe,fontSize:Ct},[`${Dt}-icon`]:{position:"absolute",fontSize:fe,lineHeight:0,[`&-success${He}`]:{color:it},[`&-info${He}`]:{color:ct},[`&-warning${He}`]:{color:Gt},[`&-error${He}`]:{color:$t}},[`${Dt}-close`]:{position:"absolute",top:et.notificationPaddingVertical,insetInlineEnd:et.notificationPaddingHorizontal,color:et.colorIcon,outline:"none",width:et.notificationCloseButtonSize,height:et.notificationCloseButtonSize,borderRadius:et.borderRadiusSM,transition:`background-color ${et.motionDurationMid}, color ${et.motionDurationMid}`,display:"flex",alignItems:"center",justifyContent:"center","&:hover":{color:et.colorIconHover,backgroundColor:et.wireframe?"transparent":et.colorFillContent}},[`${Dt}-btn`]:{float:"right",marginTop:et.marginSM}};return[{[_e]:Object.assign(Object.assign(Object.assign(Object.assign({},(0,S.Wf)(et)),{position:"fixed",zIndex:et.zIndexPopup,marginInlineEnd:Lt,[`${_e}-hook-holder`]:{position:"relative"},[`&${_e}-top, &${_e}-bottom`]:{[Dt]:{marginInline:"auto auto"}},[`&${_e}-topLeft, &${_e}-bottomLeft`]:{[Dt]:{marginInlineEnd:"auto",marginInlineStart:0}},[`${_e}-fade-enter, ${_e}-fade-appear`]:{animationDuration:et.motionDurationMid,animationTimingFunction:Nt,animationFillMode:"both",opacity:0,animationPlayState:"paused"},[`${_e}-fade-leave`]:{animationTimingFunction:Nt,animationFillMode:"both",animationDuration:Ht,animationPlayState:"paused"},[`${_e}-fade-enter${_e}-fade-enter-active, ${_e}-fade-appear${_e}-fade-appear-active`]:{animationName:Te,animationPlayState:"running"},[`${_e}-fade-leave${_e}-fade-leave-active`]:{animationName:ht,animationPlayState:"running"}}),O(et)),{"&-rtl":{direction:"rtl",[`${Dt}-btn`]:{float:"left"}}})},{[_e]:{[Dt]:Object.assign({},Wt)}},{[`${Dt}-pure-panel`]:Object.assign(Object.assign({},Wt),{margin:0})}]};var B=(0,k.Z)("Notification",et=>{const He=et.paddingMD,_e=et.paddingLG,Se=(0,R.TS)(et,{notificationBg:et.colorBgElevated,notificationPaddingVertical:He,notificationPaddingHorizontal:_e,notificationIconSize:et.fontSizeLG*et.lineHeightLG,notificationCloseButtonSize:et.controlHeightLG*.55,notificationMarginBottom:et.margin,notificationPadding:`${et.paddingMD}px ${et.paddingContentHorizontalLG}px`,notificationMarginEdge:et.marginLG,animationMaxHeight:150});return[M(Se)]},et=>({zIndexPopup:et.zIndexPopupBase+50,width:384})),U=function(et,He){var _e={};for(var Se in et)Object.prototype.hasOwnProperty.call(et,Se)&&He.indexOf(Se)<0&&(_e[Se]=et[Se]);if(et!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Me=0,Se=Object.getOwnPropertySymbols(et);Me<Se.length;Me++)He.indexOf(Se[Me])<0&&Object.prototype.propertyIsEnumerable.call(et,Se[Me])&&(_e[Se[Me]]=et[Se[Me]]);return _e};const X={info:r.createElement(u.Z,null),success:r.createElement(c.Z,null),error:r.createElement(f.Z,null),warning:r.createElement(h.Z,null),loading:r.createElement(a.Z,null)};function G(et,He){return He===null||He===!1?null:He||r.createElement("span",{className:`${et}-close-x`},r.createElement(o.Z,{className:`${et}-close-icon`}))}const V={success:c.Z,info:u.Z,error:f.Z,warning:h.Z},ae=et=>{const{prefixCls:He,icon:_e,type:Se,message:Me,description:Ue,btn:We,role:it="alert"}=et;let ct=null;return _e?ct=r.createElement("span",{className:`${He}-icon`},_e):Se&&(ct=r.createElement(V[Se]||null,{className:p()(`${He}-icon`,`${He}-icon-${Se}`)})),r.createElement("div",{className:p()({[`${He}-with-icon`]:ct}),role:it},ct,r.createElement("div",{className:`${He}-message`},Me),r.createElement("div",{className:`${He}-description`},Ue),We&&r.createElement("div",{className:`${He}-btn`},We))};var ue=et=>{const{prefixCls:He,className:_e,icon:Se,type:Me,message:Ue,description:We,btn:it,closable:ct=!0,closeIcon:Gt}=et,$t=U(et,["prefixCls","className","icon","type","message","description","btn","closable","closeIcon"]),{getPrefixCls:Pe}=r.useContext(m.E_),Qe=He||Pe("notification"),Kt=`${Qe}-notice`,[,Lt]=B(Qe);return r.createElement(y.qX,Object.assign({},$t,{prefixCls:Qe,className:p()(_e,Lt,`${Kt}-pure-panel`),eventKey:"pure",duration:null,closable:ct,closeIcon:G(Qe,Gt),content:r.createElement(ae,{prefixCls:Kt,icon:Se,type:Me,message:Ue,description:We,btn:it})}))};function Q(et,He,_e){let Se;switch(et){case"top":Se={left:"50%",transform:"translateX(-50%)",right:"auto",top:He,bottom:"auto"};break;case"topLeft":Se={left:0,top:He,bottom:"auto"};break;case"topRight":Se={right:0,top:He,bottom:"auto"};break;case"bottom":Se={left:"50%",transform:"translateX(-50%)",right:"auto",top:"auto",bottom:_e};break;case"bottomLeft":Se={left:0,top:"auto",bottom:_e};break;default:Se={right:0,top:"auto",bottom:_e};break}return Se}function J(et){return{motionName:`${et}-fade`}}var K=function(et,He){var _e={};for(var Se in et)Object.prototype.hasOwnProperty.call(et,Se)&&He.indexOf(Se)<0&&(_e[Se]=et[Se]);if(et!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Me=0,Se=Object.getOwnPropertySymbols(et);Me<Se.length;Me++)He.indexOf(Se[Me])<0&&Object.prototype.propertyIsEnumerable.call(et,Se[Me])&&(_e[Se[Me]]=et[Se[Me]]);return _e};const oe=24,ee=4.5,q="topRight",le=et=>{let{children:He,prefixCls:_e}=et;const[,Se]=B(_e);return r.createElement(y.JB,{classNames:{list:Se,notice:Se}},He)},Z=(et,He)=>{let{prefixCls:_e,key:Se}=He;return r.createElement(le,{prefixCls:_e,key:Se},et)},j=r.forwardRef((et,He)=>{const{top:_e,bottom:Se,prefixCls:Me,getContainer:Ue,maxCount:We,rtl:it,onAllRemoved:ct}=et,{getPrefixCls:Gt,getPopupContainer:$t,notification:Pe}=r.useContext(m.E_),Qe=Me||Gt("notification"),Kt=Yt=>Q(Yt,_e!=null?_e:oe,Se!=null?Se:oe),Lt=()=>p()({[`${Qe}-rtl`]:it}),Ht=()=>J(Qe),[Nt,Ct]=(0,y.lm)({prefixCls:Qe,style:Kt,className:Lt,motion:Ht,closable:!0,closeIcon:G(Qe),duration:ee,getContainer:()=>(Ue==null?void 0:Ue())||($t==null?void 0:$t())||document.body,maxCount:We,onAllRemoved:ct,renderNotifications:Z});return r.useImperativeHandle(He,()=>Object.assign(Object.assign({},Nt),{prefixCls:Qe,notification:Pe})),Ct});function se(et){const He=r.useRef(null);return[r.useMemo(()=>{const Se=it=>{var ct;if(!He.current)return;const{open:Gt,prefixCls:$t,notification:Pe}=He.current,Qe=`${$t}-notice`,{message:Kt,description:Lt,icon:Ht,type:Nt,btn:Ct,className:Yt,style:Ge,role:fe="alert",closeIcon:pe}=it,Dt=K(it,["message","description","icon","type","btn","className","style","role","closeIcon"]),Te=G(Qe,pe);return Gt(Object.assign(Object.assign({placement:(ct=et==null?void 0:et.placement)!==null&&ct!==void 0?ct:q},Dt),{content:r.createElement(ae,{prefixCls:Qe,icon:Ht,type:Nt,message:Kt,description:Lt,btn:Ct,role:fe}),className:p()(Nt&&`${Qe}-${Nt}`,Yt,Pe==null?void 0:Pe.className),style:Object.assign(Object.assign({},Pe==null?void 0:Pe.style),Ge),closeIcon:Te,closable:!!Te}))},Ue={open:Se,destroy:it=>{var ct,Gt;it!==void 0?(ct=He.current)===null||ct===void 0||ct.close(it):(Gt=He.current)===null||Gt===void 0||Gt.destroy()}};return["success","info","warning","error"].forEach(it=>{Ue[it]=ct=>Se(Object.assign(Object.assign({},ct),{type:it}))}),Ue},[]),r.createElement(j,Object.assign({key:"notification-holder"},et,{ref:He}))]}function me(et){return se(et)}let Oe=null,ke=et=>et(),$e=[],Ne={};function Ft(){const{prefixCls:et,getContainer:He,rtl:_e,maxCount:Se,top:Me,bottom:Ue}=Ne,We=et!=null?et:(0,l.w6)().getPrefixCls("notification"),it=(He==null?void 0:He())||document.body;return{prefixCls:We,getContainer:()=>it,rtl:_e,maxCount:Se,top:Me,bottom:Ue}}const wt=r.forwardRef((et,He)=>{const[_e,Se]=r.useState(Ft),[Me,Ue]=se(_e),We=(0,l.w6)(),it=We.getRootPrefixCls(),ct=We.getIconPrefixCls(),Gt=We.getTheme(),$t=()=>{Se(Ft)};return r.useEffect($t,[]),r.useImperativeHandle(He,()=>{const Pe=Object.assign({},Me);return Object.keys(Pe).forEach(Qe=>{Pe[Qe]=function(){return $t(),Me[Qe].apply(Me,arguments)}}),{instance:Pe,sync:$t}}),r.createElement(l.ZP,{prefixCls:it,iconPrefixCls:ct,theme:Gt},Ue)});function Pt(){if(!Oe){const et=document.createDocumentFragment(),He={fragment:et};Oe=He,ke(()=>{(0,i.s)(r.createElement(wt,{ref:_e=>{const{instance:Se,sync:Me}=_e||{};Promise.resolve().then(()=>{!He.instance&&Se&&(He.instance=Se,He.sync=Me,Pt())})}}),et)});return}Oe.instance&&($e.forEach(et=>{switch(et.type){case"open":{ke(()=>{Oe.instance.open(Object.assign(Object.assign({},Ne),et.config))});break}case"destroy":ke(()=>{Oe==null||Oe.instance.destroy(et.key)});break}}),$e=[])}function Jt(et){Ne=Object.assign(Object.assign({},Ne),et),ke(()=>{var He;(He=Oe==null?void 0:Oe.sync)===null||He===void 0||He.call(Oe)})}function er(et){$e.push({type:"open",config:et}),Pt()}function tr(et){$e.push({type:"destroy",key:et}),Pt()}const Xe=["success","info","warning","error"],Zt={open:er,destroy:tr,config:Jt,useNotification:me,_InternalPanelDoNotUseOrYouWillBeFired:ue};Xe.forEach(et=>{Zt[et]=He=>er(Object.assign(Object.assign({},He),{type:et}))});const ot=()=>{};let bt=null;var mt=Zt},95237:function(d,_,e){"use strict";var r=e(27382);_.Z=r.Z},33234:function(d,_,e){"use strict";e.d(_,{BR:function(){return p},ri:function(){return x}});var r=e(92310),i=e.n(r),l=e(11592),c=e(59301),f=e(36355),o=e(19716),h=e(2856),u=function(b,S){var k={};for(var R in b)Object.prototype.hasOwnProperty.call(b,R)&&S.indexOf(R)<0&&(k[R]=b[R]);if(b!=null&&typeof Object.getOwnPropertySymbols=="function")for(var A=0,R=Object.getOwnPropertySymbols(b);A<R.length;A++)S.indexOf(R[A])<0&&Object.prototype.propertyIsEnumerable.call(b,R[A])&&(k[R[A]]=b[R[A]]);return k};const a=c.createContext(null),x=(b,S)=>{const k=c.useContext(a),R=c.useMemo(()=>{if(!k)return"";const{compactDirection:A,isFirstItem:O,isLastItem:M}=k,B=A==="vertical"?"-vertical-":"-";return i()(`${b}-compact${B}item`,{[`${b}-compact${B}first-item`]:O,[`${b}-compact${B}last-item`]:M,[`${b}-compact${B}item-rtl`]:S==="rtl"})},[b,S,k]);return{compactSize:k==null?void 0:k.compactSize,compactDirection:k==null?void 0:k.compactDirection,compactItemClassnames:R}},p=b=>{let{children:S}=b;return c.createElement(a.Provider,{value:null},S)},y=b=>{var{children:S}=b,k=u(b,["children"]);return c.createElement(a.Provider,{value:k},S)},m=b=>{const{getPrefixCls:S,direction:k}=c.useContext(f.E_),{size:R,direction:A,block:O,prefixCls:M,className:B,rootClassName:U,children:X}=b,G=u(b,["size","direction","block","prefixCls","className","rootClassName","children"]),V=(0,o.Z)(ee=>R!=null?R:ee),ae=S("space-compact",M),[ie,ue]=(0,h.Z)(ae),Q=i()(ae,ue,{[`${ae}-rtl`]:k==="rtl",[`${ae}-block`]:O,[`${ae}-vertical`]:A==="vertical"},B,U),J=c.useContext(a),K=(0,l.Z)(X),oe=c.useMemo(()=>K.map((ee,q)=>{const le=ee&&ee.key||`${ae}-item-${q}`;return c.createElement(y,{key:le,compactSize:V,compactDirection:A,isFirstItem:q===0&&(!J||(J==null?void 0:J.isFirstItem)),isLastItem:q===K.length-1&&(!J||(J==null?void 0:J.isLastItem))},ee)}),[R,K,J]);return K.length===0?null:ie(c.createElement("div",Object.assign({className:Q},G),oe))};_.ZP=m},2856:function(d,_,e){"use strict";e.d(_,{Z:function(){return h}});var r=e(83116),i=e(37613),c=u=>{const{componentCls:a}=u;return{[a]:{"&-block":{display:"flex",width:"100%"},"&-vertical":{flexDirection:"column"}}}};const f=u=>{const{componentCls:a}=u;return{[a]:{display:"inline-flex","&-rtl":{direction:"rtl"},"&-vertical":{flexDirection:"column"},"&-align":{flexDirection:"column","&-center":{alignItems:"center"},"&-start":{alignItems:"flex-start"},"&-end":{alignItems:"flex-end"},"&-baseline":{alignItems:"baseline"}},[`${a}-item:empty`]:{display:"none"}}}},o=u=>{const{componentCls:a}=u;return{[a]:{"&-gap-row-small":{rowGap:u.spaceGapSmallSize},"&-gap-row-middle":{rowGap:u.spaceGapMiddleSize},"&-gap-row-large":{rowGap:u.spaceGapLargeSize},"&-gap-col-small":{columnGap:u.spaceGapSmallSize},"&-gap-col-middle":{columnGap:u.spaceGapMiddleSize},"&-gap-col-large":{columnGap:u.spaceGapLargeSize}}}};var h=(0,r.Z)("Space",u=>{const a=(0,i.TS)(u,{spaceGapSmallSize:u.paddingXS,spaceGapMiddleSize:u.padding,spaceGapLargeSize:u.paddingLG});return[f(a),o(a),c(a)]},()=>({}),{resetStyle:!1})},71418:function(d,_,e){"use strict";e.d(_,{Z:function(){return X}});var r=e(92310),i=e.n(r),l=e(2738),c=e(59301),f=e(53280),o=e(92343),h=e(36355),u=e(93083),a=e(17313),x=e(83116),p=e(37613);const y=new u.Keyframes("antSpinMove",{to:{opacity:1}}),m=new u.Keyframes("antRotate",{to:{transform:"rotate(405deg)"}}),b=G=>({[`${G.componentCls}`]:Object.assign(Object.assign({},(0,a.Wf)(G)),{position:"absolute",display:"none",color:G.colorPrimary,fontSize:0,textAlign:"center",verticalAlign:"middle",opacity:0,transition:`transform ${G.motionDurationSlow} ${G.motionEaseInOutCirc}`,"&-spinning":{position:"static",display:"inline-block",opacity:1},"&-nested-loading":{position:"relative",[`> div > ${G.componentCls}`]:{position:"absolute",top:0,insetInlineStart:0,zIndex:4,display:"block",width:"100%",height:"100%",maxHeight:G.contentHeight,[`${G.componentCls}-dot`]:{position:"absolute",top:"50%",insetInlineStart:"50%",margin:-G.dotSize/2},[`${G.componentCls}-text`]:{position:"absolute",top:"50%",width:"100%",paddingTop:(G.dotSize-G.fontSize)/2+2,textShadow:`0 1px 2px ${G.colorBgContainer}`,fontSize:G.fontSize},[`&${G.componentCls}-show-text ${G.componentCls}-dot`]:{marginTop:-(G.dotSize/2)-10},"&-sm":{[`${G.componentCls}-dot`]:{margin:-G.dotSizeSM/2},[`${G.componentCls}-text`]:{paddingTop:(G.dotSizeSM-G.fontSize)/2+2},[`&${G.componentCls}-show-text ${G.componentCls}-dot`]:{marginTop:-(G.dotSizeSM/2)-10}},"&-lg":{[`${G.componentCls}-dot`]:{margin:-(G.dotSizeLG/2)},[`${G.componentCls}-text`]:{paddingTop:(G.dotSizeLG-G.fontSize)/2+2},[`&${G.componentCls}-show-text ${G.componentCls}-dot`]:{marginTop:-(G.dotSizeLG/2)-10}}},[`${G.componentCls}-container`]:{position:"relative",transition:`opacity ${G.motionDurationSlow}`,"&::after":{position:"absolute",top:0,insetInlineEnd:0,bottom:0,insetInlineStart:0,zIndex:10,width:"100%",height:"100%",background:G.colorBgContainer,opacity:0,transition:`all ${G.motionDurationSlow}`,content:'""',pointerEvents:"none"}},[`${G.componentCls}-blur`]:{clear:"both",opacity:.5,userSelect:"none",pointerEvents:"none","&::after":{opacity:.4,pointerEvents:"auto"}}},"&-tip":{color:G.spinDotDefault},[`${G.componentCls}-dot`]:{position:"relative",display:"inline-block",fontSize:G.dotSize,width:"1em",height:"1em","&-item":{position:"absolute",display:"block",width:(G.dotSize-G.marginXXS/2)/2,height:(G.dotSize-G.marginXXS/2)/2,backgroundColor:G.colorPrimary,borderRadius:"100%",transform:"scale(0.75)",transformOrigin:"50% 50%",opacity:.3,animationName:y,animationDuration:"1s",animationIterationCount:"infinite",animationTimingFunction:"linear",animationDirection:"alternate","&:nth-child(1)":{top:0,insetInlineStart:0},"&:nth-child(2)":{top:0,insetInlineEnd:0,animationDelay:"0.4s"},"&:nth-child(3)":{insetInlineEnd:0,bottom:0,animationDelay:"0.8s"},"&:nth-child(4)":{bottom:0,insetInlineStart:0,animationDelay:"1.2s"}},"&-spin":{transform:"rotate(45deg)",animationName:m,animationDuration:"1.2s",animationIterationCount:"infinite",animationTimingFunction:"linear"}},[`&-sm ${G.componentCls}-dot`]:{fontSize:G.dotSizeSM,i:{width:(G.dotSizeSM-G.marginXXS/2)/2,height:(G.dotSizeSM-G.marginXXS/2)/2}},[`&-lg ${G.componentCls}-dot`]:{fontSize:G.dotSizeLG,i:{width:(G.dotSizeLG-G.marginXXS)/2,height:(G.dotSizeLG-G.marginXXS)/2}},[`&${G.componentCls}-show-text ${G.componentCls}-text`]:{display:"block"}})});var S=(0,x.Z)("Spin",G=>{const V=(0,p.TS)(G,{spinDotDefault:G.colorTextDescription});return[b(V)]},G=>({contentHeight:400,dotSize:G.controlHeightLG/2,dotSizeSM:G.controlHeightLG*.35,dotSizeLG:G.controlHeight})),k=function(G,V){var ae={};for(var ie in G)Object.prototype.hasOwnProperty.call(G,ie)&&V.indexOf(ie)<0&&(ae[ie]=G[ie]);if(G!=null&&typeof Object.getOwnPropertySymbols=="function")for(var ue=0,ie=Object.getOwnPropertySymbols(G);ue<ie.length;ue++)V.indexOf(ie[ue])<0&&Object.prototype.propertyIsEnumerable.call(G,ie[ue])&&(ae[ie[ue]]=G[ie[ue]]);return ae};const R=null;let A=null;function O(G,V){const{indicator:ae}=V,ie=`${G}-dot`;return ae===null?null:(0,o.l$)(ae)?(0,o.Tm)(ae,{className:i()(ae.props.className,ie)}):(0,o.l$)(A)?(0,o.Tm)(A,{className:i()(A.props.className,ie)}):c.createElement("span",{className:i()(ie,`${G}-dot-spin`)},c.createElement("i",{className:`${G}-dot-item`,key:1}),c.createElement("i",{className:`${G}-dot-item`,key:2}),c.createElement("i",{className:`${G}-dot-item`,key:3}),c.createElement("i",{className:`${G}-dot-item`,key:4}))}function M(G,V){return!!G&&!!V&&!isNaN(Number(V))}const B=G=>{const{spinPrefixCls:V,spinning:ae=!0,delay:ie=0,className:ue,rootClassName:Q,size:J="default",tip:K,wrapperClassName:oe,style:ee,children:q,hashId:le}=G,Z=k(G,["spinPrefixCls","spinning","delay","className","rootClassName","size","tip","wrapperClassName","style","children","hashId"]),[j,se]=c.useState(()=>ae&&!M(ae,ie));c.useEffect(()=>{if(ae){const Jt=(0,f.D)(ie,()=>{se(!0)});return Jt(),()=>{var er;(er=Jt==null?void 0:Jt.cancel)===null||er===void 0||er.call(Jt)}}se(!1)},[ie,ae]);const me=c.useMemo(()=>typeof q!="undefined",[q]),{direction:Oe,spin:ke}=c.useContext(h.E_),$e=i()(V,ke==null?void 0:ke.className,{[`${V}-sm`]:J==="small",[`${V}-lg`]:J==="large",[`${V}-spinning`]:j,[`${V}-show-text`]:!!K,[`${V}-rtl`]:Oe==="rtl"},ue,Q,le),Ne=i()(`${V}-container`,{[`${V}-blur`]:j}),Ft=(0,l.Z)(Z,["indicator","prefixCls"]),wt=Object.assign(Object.assign({},ke==null?void 0:ke.style),ee),Pt=c.createElement("div",Object.assign({},Ft,{style:wt,className:$e,"aria-live":"polite","aria-busy":j}),O(V,G),K&&me?c.createElement("div",{className:`${V}-text`},K):null);return me?c.createElement("div",Object.assign({},Ft,{className:i()(`${V}-nested-loading`,oe,le)}),j&&c.createElement("div",{key:"loading"},Pt),c.createElement("div",{className:Ne,key:"container"},q)):Pt},U=G=>{const{prefixCls:V}=G,{getPrefixCls:ae}=c.useContext(h.E_),ie=ae("spin",V),[ue,Q]=S(ie),J=Object.assign(Object.assign({},G),{spinPrefixCls:ie,hashId:Q});return ue(c.createElement(B,Object.assign({},J)))};U.setDefaultIndicator=G=>{A=G};var X=U},74207:function(d,_,e){"use strict";e.d(_,{c:function(){return l}});function r(c,f,o){const{focusElCls:h,focus:u,borderElCls:a}=o,x=a?"> *":"",p=["hover",u?"focus":null,"active"].filter(Boolean).map(y=>`&:${y} ${x}`).join(",");return{[`&-item:not(${f}-last-item)`]:{marginInlineEnd:-c.lineWidth},"&-item":Object.assign(Object.assign({[p]:{zIndex:2}},h?{[`&${h}`]:{zIndex:2}}:{}),{[`&[disabled] ${x}`]:{zIndex:0}})}}function i(c,f,o){const{borderElCls:h}=o,u=h?`> ${h}`:"";return{[`&-item:not(${f}-first-item):not(${f}-last-item) ${u}`]:{borderRadius:0},[`&-item:not(${f}-last-item)${f}-first-item`]:{[`& ${u}, &${c}-sm ${u}, &${c}-lg ${u}`]:{borderStartEndRadius:0,borderEndEndRadius:0}},[`&-item:not(${f}-first-item)${f}-last-item`]:{[`& ${u}, &${c}-sm ${u}, &${c}-lg ${u}`]:{borderStartStartRadius:0,borderEndStartRadius:0}}}}function l(c){let f=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{focus:!0};const{componentCls:o}=c,h=`${o}-compact`;return{[h]:Object.assign(Object.assign({},r(c,h,f)),i(o,h,f))}}},17313:function(d,_,e){"use strict";e.d(_,{Lx:function(){return f},Qy:function(){return u},Ro:function(){return l},Wf:function(){return i},dF:function(){return c},du:function(){return o},oN:function(){return h},vS:function(){return r}});const r={overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"},i=a=>({boxSizing:"border-box",margin:0,padding:0,color:a.colorText,fontSize:a.fontSize,lineHeight:a.lineHeight,listStyle:"none",fontFamily:a.fontFamily}),l=()=>({display:"inline-flex",alignItems:"center",color:"inherit",fontStyle:"normal",lineHeight:0,textAlign:"center",textTransform:"none",verticalAlign:"-0.125em",textRendering:"optimizeLegibility","-webkit-font-smoothing":"antialiased","-moz-osx-font-smoothing":"grayscale","> *":{lineHeight:1},svg:{display:"inline-block"}}),c=()=>({"&::before":{display:"table",content:'""'},"&::after":{display:"table",clear:"both",content:'""'}}),f=a=>({a:{color:a.colorLink,textDecoration:a.linkDecoration,backgroundColor:"transparent",outline:"none",cursor:"pointer",transition:`color ${a.motionDurationSlow}`,"-webkit-text-decoration-skip":"objects","&:hover":{color:a.colorLinkHover},"&:active":{color:a.colorLinkActive},"&:active,\n &:hover":{textDecoration:a.linkHoverDecoration,outline:0},"&:focus":{textDecoration:a.linkFocusDecoration,outline:0},"&[disabled]":{color:a.colorTextDisabled,cursor:"not-allowed"}}}),o=(a,x)=>{const{fontFamily:p,fontSize:y}=a,m=`[class^="${x}"], [class*=" ${x}"]`;return{[m]:{fontFamily:p,fontSize:y,boxSizing:"border-box","&::before, &::after":{boxSizing:"border-box"},[m]:{boxSizing:"border-box","&::before, &::after":{boxSizing:"border-box"}}}}},h=a=>({outline:`${a.lineWidthFocus}px solid ${a.colorPrimaryBorder}`,outlineOffset:1,transition:"outline-offset 0s, outline 0s"}),u=a=>({"&:focus-visible":Object.assign({},h(a))})},1950:function(d,_,e){"use strict";e.d(_,{J$:function(){return f}});var r=e(93083),i=e(95406);const l=new r.Keyframes("antFadeIn",{"0%":{opacity:0},"100%":{opacity:1}}),c=new r.Keyframes("antFadeOut",{"0%":{opacity:1},"100%":{opacity:0}}),f=function(o){let h=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;const{antCls:u}=o,a=`${u}-fade`,x=h?"&":"";return[(0,i.R)(a,l,c,o.motionDurationMid,h),{[`
${x}${a}-enter,
${x}${a}-appear
`]:{opacity:0,animationTimingFunction:"linear"},[`${x}${a}-leave`]:{animationTimingFunction:"linear"}}]}},95406:function(d,_,e){"use strict";e.d(_,{R:function(){return l}});const r=c=>({animationDuration:c,animationFillMode:"both"}),i=c=>({animationDuration:c,animationFillMode:"both"}),l=function(c,f,o,h){const a=(arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1)?"&":"";return{[`
${a}${c}-enter,
${a}${c}-appear
`]:Object.assign(Object.assign({},r(h)),{animationPlayState:"paused"}),[`${a}${c}-leave`]:Object.assign(Object.assign({},i(h)),{animationPlayState:"paused"}),[`
${a}${c}-enter${c}-enter-active,
${a}${c}-appear${c}-appear-active
`]:{animationName:f,animationPlayState:"running"},[`${a}${c}-leave${c}-leave-active`]:{animationName:o,animationPlayState:"running",pointerEvents:"none"}}}},29878:function(d,_,e){"use strict";e.d(_,{_y:function(){return k},kr:function(){return l}});var r=e(93083),i=e(95406);const l=new r.Keyframes("antZoomIn",{"0%":{transform:"scale(0.2)",opacity:0},"100%":{transform:"scale(1)",opacity:1}}),c=new r.Keyframes("antZoomOut",{"0%":{transform:"scale(1)"},"100%":{transform:"scale(0.2)",opacity:0}}),f=new r.Keyframes("antZoomBigIn",{"0%":{transform:"scale(0.8)",opacity:0},"100%":{transform:"scale(1)",opacity:1}}),o=new r.Keyframes("antZoomBigOut",{"0%":{transform:"scale(1)"},"100%":{transform:"scale(0.8)",opacity:0}}),h=new r.Keyframes("antZoomUpIn",{"0%":{transform:"scale(0.8)",transformOrigin:"50% 0%",opacity:0},"100%":{transform:"scale(1)",transformOrigin:"50% 0%"}}),u=new r.Keyframes("antZoomUpOut",{"0%":{transform:"scale(1)",transformOrigin:"50% 0%"},"100%":{transform:"scale(0.8)",transformOrigin:"50% 0%",opacity:0}}),a=new r.Keyframes("antZoomLeftIn",{"0%":{transform:"scale(0.8)",transformOrigin:"0% 50%",opacity:0},"100%":{transform:"scale(1)",transformOrigin:"0% 50%"}}),x=new r.Keyframes("antZoomLeftOut",{"0%":{transform:"scale(1)",transformOrigin:"0% 50%"},"100%":{transform:"scale(0.8)",transformOrigin:"0% 50%",opacity:0}}),p=new r.Keyframes("antZoomRightIn",{"0%":{transform:"scale(0.8)",transformOrigin:"100% 50%",opacity:0},"100%":{transform:"scale(1)",transformOrigin:"100% 50%"}}),y=new r.Keyframes("antZoomRightOut",{"0%":{transform:"scale(1)",transformOrigin:"100% 50%"},"100%":{transform:"scale(0.8)",transformOrigin:"100% 50%",opacity:0}}),m=new r.Keyframes("antZoomDownIn",{"0%":{transform:"scale(0.8)",transformOrigin:"50% 100%",opacity:0},"100%":{transform:"scale(1)",transformOrigin:"50% 100%"}}),b=new r.Keyframes("antZoomDownOut",{"0%":{transform:"scale(1)",transformOrigin:"50% 100%"},"100%":{transform:"scale(0.8)",transformOrigin:"50% 100%",opacity:0}}),S={zoom:{inKeyframes:l,outKeyframes:c},"zoom-big":{inKeyframes:f,outKeyframes:o},"zoom-big-fast":{inKeyframes:f,outKeyframes:o},"zoom-left":{inKeyframes:a,outKeyframes:x},"zoom-right":{inKeyframes:p,outKeyframes:y},"zoom-up":{inKeyframes:h,outKeyframes:u},"zoom-down":{inKeyframes:m,outKeyframes:b}},k=(R,A)=>{const{antCls:O}=R,M=`${O}-${A}`,{inKeyframes:B,outKeyframes:U}=S[A];return[(0,i.R)(M,B,U,A==="zoom-big-fast"?R.motionDurationFast:R.motionDurationMid),{[`
${M}-enter,
${M}-appear
`]:{transform:"scale(0)",opacity:0,animationTimingFunction:R.motionEaseOutCirc,"&-prepare":{transform:"none"}},[`${M}-leave`]:{animationTimingFunction:R.motionEaseInOutCirc}}]}},19447:function(d,_,e){"use strict";e.d(_,{ZP:function(){return f},fS:function(){return l},qN:function(){return i}});var r=e(47585);const i=8;function l(o){const h=i,{contentRadius:u,limitVerticalRadius:a}=o,x=u>12?u+2:12;return{dropdownArrowOffset:x,dropdownArrowOffsetVertical:a?h:x}}function c(o,h){return o?h:{}}function f(o,h){const{componentCls:u,sizePopupArrow:a,borderRadiusXS:x,borderRadiusOuter:p,boxShadowPopoverArrow:y}=o,{colorBg:m,contentRadius:b=o.borderRadiusLG,limitVerticalRadius:S,arrowDistance:k=0,arrowPlacement:R={left:!0,right:!0,top:!0,bottom:!0}}=h,{dropdownArrowOffsetVertical:A,dropdownArrowOffset:O}=l({contentRadius:b,limitVerticalRadius:S});return{[u]:Object.assign(Object.assign(Object.assign(Object.assign({[`${u}-arrow`]:[Object.assign(Object.assign({position:"absolute",zIndex:1,display:"block"},(0,r.r)(a,x,p,m,y)),{"&:before":{background:m}})]},c(!!R.top,{[[`&-placement-top ${u}-arrow`,`&-placement-topLeft ${u}-arrow`,`&-placement-topRight ${u}-arrow`].join(",")]:{bottom:k,transform:"translateY(100%) rotate(180deg)"},[`&-placement-top ${u}-arrow`]:{left:{_skip_check_:!0,value:"50%"},transform:"translateX(-50%) translateY(100%) rotate(180deg)"},[`&-placement-topLeft ${u}-arrow`]:{left:{_skip_check_:!0,value:O}},[`&-placement-topRight ${u}-arrow`]:{right:{_skip_check_:!0,value:O}}})),c(!!R.bottom,{[[`&-placement-bottom ${u}-arrow`,`&-placement-bottomLeft ${u}-arrow`,`&-placement-bottomRight ${u}-arrow`].join(",")]:{top:k,transform:"translateY(-100%)"},[`&-placement-bottom ${u}-arrow`]:{left:{_skip_check_:!0,value:"50%"},transform:"translateX(-50%) translateY(-100%)"},[`&-placement-bottomLeft ${u}-arrow`]:{left:{_skip_check_:!0,value:O}},[`&-placement-bottomRight ${u}-arrow`]:{right:{_skip_check_:!0,value:O}}})),c(!!R.left,{[[`&-placement-left ${u}-arrow`,`&-placement-leftTop ${u}-arrow`,`&-placement-leftBottom ${u}-arrow`].join(",")]:{right:{_skip_check_:!0,value:k},transform:"translateX(100%) rotate(90deg)"},[`&-placement-left ${u}-arrow`]:{top:{_skip_check_:!0,value:"50%"},transform:"translateY(-50%) translateX(100%) rotate(90deg)"},[`&-placement-leftTop ${u}-arrow`]:{top:A},[`&-placement-leftBottom ${u}-arrow`]:{bottom:A}})),c(!!R.right,{[[`&-placement-right ${u}-arrow`,`&-placement-rightTop ${u}-arrow`,`&-placement-rightBottom ${u}-arrow`].join(",")]:{left:{_skip_check_:!0,value:k},transform:"translateX(-100%) rotate(-90deg)"},[`&-placement-right ${u}-arrow`]:{top:{_skip_check_:!0,value:"50%"},transform:"translateY(-50%) translateX(-100%) rotate(-90deg)"},[`&-placement-rightTop ${u}-arrow`]:{top:A},[`&-placement-rightBottom ${u}-arrow`]:{bottom:A}}))}}},47585:function(d,_,e){"use strict";e.d(_,{r:function(){return r}});const r=(i,l,c,f,o)=>{const h=i/2,u=0,a=h,x=c*1/Math.sqrt(2),p=h-c*(1-1/Math.sqrt(2)),y=h-l*(1/Math.sqrt(2)),m=c*(Math.sqrt(2)-1)+l*(1/Math.sqrt(2)),b=2*h-y,S=m,k=2*h-x,R=p,A=2*h-u,O=a,M=h*Math.sqrt(2)+c*(Math.sqrt(2)-2),B=c*(Math.sqrt(2)-1);return{pointerEvents:"none",width:i,height:i,overflow:"hidden","&::before":{position:"absolute",bottom:0,insetInlineStart:0,width:i,height:i/2,background:f,clipPath:{_multi_value_:!0,value:[`polygon(${B}px 100%, 50% ${B}px, ${2*h-B}px 100%, ${B}px 100%)`,`path('M ${u} ${a} A ${c} ${c} 0 0 0 ${x} ${p} L ${y} ${m} A ${l} ${l} 0 0 1 ${b} ${S} L ${k} ${R} A ${c} ${c} 0 0 0 ${A} ${O} Z')`]},content:'""'},"&::after":{content:'""',position:"absolute",width:M,height:M,bottom:0,insetInline:0,margin:"auto",borderRadius:{_skip_check_:!0,value:`0 0 ${l}px 0`},transform:"translateY(50%) rotate(-135deg)",boxShadow:o,zIndex:0,background:"transparent"}}}},45246:function(d,_,e){"use strict";e.d(_,{Mj:function(){return X},u_:function(){return U},uH:function(){return B}});var r=e(93083),i=e(59301),l=e(30071),f=G=>{const{controlHeight:V}=G;return{controlHeightSM:V*.75,controlHeightXS:V*.5,controlHeightLG:V*1.25}};function o(G){const{sizeUnit:V,sizeStep:ae}=G;return{sizeXXL:V*(ae+8),sizeXL:V*(ae+4),sizeLG:V*(ae+2),sizeMD:V*(ae+1),sizeMS:V*ae,size:V*ae,sizeSM:V*(ae-1),sizeXS:V*(ae-2),sizeXXS:V*(ae-3)}}var h=e(34117),u=e(64993);function a(G,V){let{generateColorPalettes:ae,generateNeutralColorPalettes:ie}=V;const{colorSuccess:ue,colorWarning:Q,colorError:J,colorInfo:K,colorPrimary:oe,colorBgBase:ee,colorTextBase:q}=G,le=ae(oe),Z=ae(ue),j=ae(Q),se=ae(J),me=ae(K),Oe=ie(ee,q),ke=G.colorLink||G.colorInfo,$e=ae(ke);return Object.assign(Object.assign({},Oe),{colorPrimaryBg:le[1],colorPrimaryBgHover:le[2],colorPrimaryBorder:le[3],colorPrimaryBorderHover:le[4],colorPrimaryHover:le[5],colorPrimary:le[6],colorPrimaryActive:le[7],colorPrimaryTextHover:le[8],colorPrimaryText:le[9],colorPrimaryTextActive:le[10],colorSuccessBg:Z[1],colorSuccessBgHover:Z[2],colorSuccessBorder:Z[3],colorSuccessBorderHover:Z[4],colorSuccessHover:Z[4],colorSuccess:Z[6],colorSuccessActive:Z[7],colorSuccessTextHover:Z[8],colorSuccessText:Z[9],colorSuccessTextActive:Z[10],colorErrorBg:se[1],colorErrorBgHover:se[2],colorErrorBorder:se[3],colorErrorBorderHover:se[4],colorErrorHover:se[5],colorError:se[6],colorErrorActive:se[7],colorErrorTextHover:se[8],colorErrorText:se[9],colorErrorTextActive:se[10],colorWarningBg:j[1],colorWarningBgHover:j[2],colorWarningBorder:j[3],colorWarningBorderHover:j[4],colorWarningHover:j[4],colorWarning:j[6],colorWarningActive:j[7],colorWarningTextHover:j[8],colorWarningText:j[9],colorWarningTextActive:j[10],colorInfoBg:me[1],colorInfoBgHover:me[2],colorInfoBorder:me[3],colorInfoBorderHover:me[4],colorInfoHover:me[4],colorInfo:me[6],colorInfoActive:me[7],colorInfoTextHover:me[8],colorInfoText:me[9],colorInfoTextActive:me[10],colorLinkHover:$e[4],colorLink:$e[6],colorLinkActive:$e[7],colorBgMask:new u.C("#000").setAlpha(.45).toRgbString(),colorWhite:"#fff"})}var p=G=>{let V=G,ae=G,ie=G,ue=G;return G<6&&G>=5?V=G+1:G<16&&G>=6?V=G+2:G>=16&&(V=16),G<7&&G>=5?ae=4:G<8&&G>=7?ae=5:G<14&&G>=8?ae=6:G<16&&G>=14?ae=7:G>=16&&(ae=8),G<6&&G>=2?ie=1:G>=6&&(ie=2),G>4&&G<8?ue=4:G>=8&&(ue=6),{borderRadius:G>16?16:G,borderRadiusXS:ie,borderRadiusSM:ae,borderRadiusLG:V,borderRadiusOuter:ue}};function y(G){const{motionUnit:V,motionBase:ae,borderRadius:ie,lineWidth:ue}=G;return Object.assign({motionDurationFast:`${(ae+V).toFixed(1)}s`,motionDurationMid:`${(ae+V*2).toFixed(1)}s`,motionDurationSlow:`${(ae+V*3).toFixed(1)}s`,lineWidthBold:ue+1},p(ie))}const m=(G,V)=>new u.C(G).setAlpha(V).toRgbString(),b=(G,V)=>new u.C(G).darken(V).toHexString(),S=G=>{const V=(0,l.generate)(G);return{1:V[0],2:V[1],3:V[2],4:V[3],5:V[4],6:V[5],7:V[6],8:V[4],9:V[5],10:V[6]}},k=(G,V)=>{const ae=G||"#fff",ie=V||"#000";return{colorBgBase:ae,colorTextBase:ie,colorText:m(ie,.88),colorTextSecondary:m(ie,.65),colorTextTertiary:m(ie,.45),colorTextQuaternary:m(ie,.25),colorFill:m(ie,.15),colorFillSecondary:m(ie,.06),colorFillTertiary:m(ie,.04),colorFillQuaternary:m(ie,.02),colorBgLayout:b(ae,4),colorBgContainer:b(ae,0),colorBgElevated:b(ae,0),colorBgSpotlight:m(ie,.85),colorBorder:b(ae,15),colorBorderSecondary:b(ae,6)}};function R(G){const V=new Array(10).fill(null).map((ae,ie)=>{const ue=ie-1,Q=G*Math.pow(2.71828,ue/5),J=ie>1?Math.floor(Q):Math.ceil(Q);return Math.floor(J/2)*2});return V[1]=G,V.map(ae=>{const ie=ae+8;return{size:ae,lineHeight:ie/ae}})}var O=G=>{const V=R(G),ae=V.map(ue=>ue.size),ie=V.map(ue=>ue.lineHeight);return{fontSizeSM:ae[0],fontSize:ae[1],fontSizeLG:ae[2],fontSizeXL:ae[3],fontSizeHeading1:ae[6],fontSizeHeading2:ae[5],fontSizeHeading3:ae[4],fontSizeHeading4:ae[3],fontSizeHeading5:ae[2],lineHeight:ie[1],lineHeightLG:ie[2],lineHeightSM:ie[0],lineHeightHeading1:ie[6],lineHeightHeading2:ie[5],lineHeightHeading3:ie[4],lineHeightHeading4:ie[3],lineHeightHeading5:ie[2]}};function M(G){const V=Object.keys(h.M).map(ae=>{const ie=(0,l.generate)(G[ae]);return new Array(10).fill(1).reduce((ue,Q,J)=>(ue[`${ae}-${J+1}`]=ie[J],ue[`${ae}${J+1}`]=ie[J],ue),{})}).reduce((ae,ie)=>(ae=Object.assign(Object.assign({},ae),ie),ae),{});return Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},G),V),a(G,{generateColorPalettes:S,generateNeutralColorPalettes:k})),O(G.fontSize)),o(G)),f(G)),y(G))}const B=(0,r.createTheme)(M),U={token:h.Z,hashed:!0},X=i.createContext(U)},33166:function(d,_,e){"use strict";e.d(_,{i:function(){return r}});const r=["blue","purple","cyan","green","magenta","pink","red","orange","yellow","volcano","geekblue","lime","gold"]},34117:function(d,_,e){"use strict";e.d(_,{M:function(){return r}});const r={blue:"#1677ff",purple:"#722ED1",cyan:"#13C2C2",green:"#52C41A",magenta:"#EB2F96",pink:"#eb2f96",red:"#F5222D",orange:"#FA8C16",yellow:"#FADB14",volcano:"#FA541C",geekblue:"#2F54EB",gold:"#FAAD14",lime:"#A0D911"},i=Object.assign(Object.assign({},r),{colorPrimary:"#1677ff",colorSuccess:"#52c41a",colorWarning:"#faad14",colorError:"#ff4d4f",colorInfo:"#1677ff",colorLink:"",colorTextBase:"",colorBgBase:"",fontFamily:`-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
'Noto Color Emoji'`,fontFamilyCode:"'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace",fontSize:14,lineWidth:1,lineType:"solid",motionUnit:.1,motionBase:0,motionEaseOutCirc:"cubic-bezier(0.08, 0.82, 0.17, 1)",motionEaseInOutCirc:"cubic-bezier(0.78, 0.14, 0.15, 0.86)",motionEaseOut:"cubic-bezier(0.215, 0.61, 0.355, 1)",motionEaseInOut:"cubic-bezier(0.645, 0.045, 0.355, 1)",motionEaseOutBack:"cubic-bezier(0.12, 0.4, 0.29, 1.46)",motionEaseInBack:"cubic-bezier(0.71, -0.46, 0.88, 0.6)",motionEaseInQuint:"cubic-bezier(0.755, 0.05, 0.855, 0.06)",motionEaseOutQuint:"cubic-bezier(0.23, 1, 0.32, 1)",borderRadius:6,sizeUnit:4,sizeStep:4,sizePopupArrow:16,controlHeight:32,zIndexBase:0,zIndexPopupBase:1e3,opacityImage:1,wireframe:!1,motion:!0});_.Z=i},88088:function(d,_,e){"use strict";e.d(_,{Z:function(){return S}});var r=e(93083),i=e(59301),l="5.9.0",c=l,f=e(45246),o=e(34117),h=e(64993);function u(k){return k>=0&&k<=255}function a(k,R){const{r:A,g:O,b:M,a:B}=new h.C(k).toRgb();if(B<1)return k;const{r:U,g:X,b:G}=new h.C(R).toRgb();for(let V=.01;V<=1;V+=.01){const ae=Math.round((A-U*(1-V))/V),ie=Math.round((O-X*(1-V))/V),ue=Math.round((M-G*(1-V))/V);if(u(ae)&&u(ie)&&u(ue))return new h.C({r:ae,g:ie,b:ue,a:Math.round(V*100)/100}).toRgbString()}return new h.C({r:A,g:O,b:M,a:1}).toRgbString()}var x=a,p=function(k,R){var A={};for(var O in k)Object.prototype.hasOwnProperty.call(k,O)&&R.indexOf(O)<0&&(A[O]=k[O]);if(k!=null&&typeof Object.getOwnPropertySymbols=="function")for(var M=0,O=Object.getOwnPropertySymbols(k);M<O.length;M++)R.indexOf(O[M])<0&&Object.prototype.propertyIsEnumerable.call(k,O[M])&&(A[O[M]]=k[O[M]]);return A};function y(k){const{override:R}=k,A=p(k,["override"]),O=Object.assign({},R);Object.keys(o.Z).forEach(ue=>{delete O[ue]});const M=Object.assign(Object.assign({},A),O),B=480,U=576,X=768,G=992,V=1200,ae=1600;if(M.motion===!1){const ue="0s";M.motionDurationFast=ue,M.motionDurationMid=ue,M.motionDurationSlow=ue}return Object.assign(Object.assign(Object.assign({},M),{colorFillContent:M.colorFillSecondary,colorFillContentHover:M.colorFill,colorFillAlter:M.colorFillQuaternary,colorBgContainerDisabled:M.colorFillTertiary,colorBorderBg:M.colorBgContainer,colorSplit:x(M.colorBorderSecondary,M.colorBgContainer),colorTextPlaceholder:M.colorTextQuaternary,colorTextDisabled:M.colorTextQuaternary,colorTextHeading:M.colorText,colorTextLabel:M.colorTextSecondary,colorTextDescription:M.colorTextTertiary,colorTextLightSolid:M.colorWhite,colorHighlight:M.colorError,colorBgTextHover:M.colorFillSecondary,colorBgTextActive:M.colorFill,colorIcon:M.colorTextTertiary,colorIconHover:M.colorText,colorErrorOutline:x(M.colorErrorBg,M.colorBgContainer),colorWarningOutline:x(M.colorWarningBg,M.colorBgContainer),fontSizeIcon:M.fontSizeSM,lineWidthFocus:M.lineWidth*4,lineWidth:M.lineWidth,controlOutlineWidth:M.lineWidth*2,controlInteractiveSize:M.controlHeight/2,controlItemBgHover:M.colorFillTertiary,controlItemBgActive:M.colorPrimaryBg,controlItemBgActiveHover:M.colorPrimaryBgHover,controlItemBgActiveDisabled:M.colorFill,controlTmpOutline:M.colorFillQuaternary,controlOutline:x(M.colorPrimaryBg,M.colorBgContainer),lineType:M.lineType,borderRadius:M.borderRadius,borderRadiusXS:M.borderRadiusXS,borderRadiusSM:M.borderRadiusSM,borderRadiusLG:M.borderRadiusLG,fontWeightStrong:600,opacityLoading:.65,linkDecoration:"none",linkHoverDecoration:"none",linkFocusDecoration:"none",controlPaddingHorizontal:12,controlPaddingHorizontalSM:8,paddingXXS:M.sizeXXS,paddingXS:M.sizeXS,paddingSM:M.sizeSM,padding:M.size,paddingMD:M.sizeMD,paddingLG:M.sizeLG,paddingXL:M.sizeXL,paddingContentHorizontalLG:M.sizeLG,paddingContentVerticalLG:M.sizeMS,paddingContentHorizontal:M.sizeMS,paddingContentVertical:M.sizeSM,paddingContentHorizontalSM:M.size,paddingContentVerticalSM:M.sizeXS,marginXXS:M.sizeXXS,marginXS:M.sizeXS,marginSM:M.sizeSM,margin:M.size,marginMD:M.sizeMD,marginLG:M.sizeLG,marginXL:M.sizeXL,marginXXL:M.sizeXXL,boxShadow:`
0 6px 16px 0 rgba(0, 0, 0, 0.08),
0 3px 6px -4px rgba(0, 0, 0, 0.12),
0 9px 28px 8px rgba(0, 0, 0, 0.05)
`,boxShadowSecondary:`
0 6px 16px 0 rgba(0, 0, 0, 0.08),
0 3px 6px -4px rgba(0, 0, 0, 0.12),
0 9px 28px 8px rgba(0, 0, 0, 0.05)
`,boxShadowTertiary:`
0 1px 2px 0 rgba(0, 0, 0, 0.03),
0 1px 6px -1px rgba(0, 0, 0, 0.02),
0 2px 4px 0 rgba(0, 0, 0, 0.02)
`,screenXS:B,screenXSMin:B,screenXSMax:U-1,screenSM:U,screenSMMin:U,screenSMMax:X-1,screenMD:X,screenMDMin:X,screenMDMax:G-1,screenLG:G,screenLGMin:G,screenLGMax:V-1,screenXL:V,screenXLMin:V,screenXLMax:ae-1,screenXXL:ae,screenXXLMin:ae,boxShadowPopoverArrow:"2px 2px 5px rgba(0, 0, 0, 0.05)",boxShadowCard:`
0 1px 2px -2px ${new h.C("rgba(0, 0, 0, 0.16)").toRgbString()},
0 3px 6px 0 ${new h.C("rgba(0, 0, 0, 0.12)").toRgbString()},
0 5px 12px 4px ${new h.C("rgba(0, 0, 0, 0.09)").toRgbString()}
`,boxShadowDrawerRight:`
-6px 0 16px 0 rgba(0, 0, 0, 0.08),
-3px 0 6px -4px rgba(0, 0, 0, 0.12),
-9px 0 28px 8px rgba(0, 0, 0, 0.05)
`,boxShadowDrawerLeft:`
6px 0 16px 0 rgba(0, 0, 0, 0.08),
3px 0 6px -4px rgba(0, 0, 0, 0.12),
9px 0 28px 8px rgba(0, 0, 0, 0.05)
`,boxShadowDrawerUp:`
0 6px 16px 0 rgba(0, 0, 0, 0.08),
0 3px 6px -4px rgba(0, 0, 0, 0.12),
0 9px 28px 8px rgba(0, 0, 0, 0.05)
`,boxShadowDrawerDown:`
0 -6px 16px 0 rgba(0, 0, 0, 0.08),
0 -3px 6px -4px rgba(0, 0, 0, 0.12),
0 -9px 28px 8px rgba(0, 0, 0, 0.05)
`,boxShadowTabsOverflowLeft:"inset 10px 0 8px -8px rgba(0, 0, 0, 0.08)",boxShadowTabsOverflowRight:"inset -10px 0 8px -8px rgba(0, 0, 0, 0.08)",boxShadowTabsOverflowTop:"inset 0 10px 8px -8px rgba(0, 0, 0, 0.08)",boxShadowTabsOverflowBottom:"inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08)"}),O)}var m=function(k,R){var A={};for(var O in k)Object.prototype.hasOwnProperty.call(k,O)&&R.indexOf(O)<0&&(A[O]=k[O]);if(k!=null&&typeof Object.getOwnPropertySymbols=="function")for(var M=0,O=Object.getOwnPropertySymbols(k);M<O.length;M++)R.indexOf(O[M])<0&&Object.prototype.propertyIsEnumerable.call(k,O[M])&&(A[O[M]]=k[O[M]]);return A};const b=(k,R,A)=>{const O=A.getDerivativeToken(k),{override:M}=R,B=m(R,["override"]);let U=Object.assign(Object.assign({},O),{override:M});return U=y(U),B&&Object.entries(B).forEach(X=>{let[G,V]=X;const{theme:ae}=V,ie=m(V,["theme"]);let ue=ie;ae&&(ue=b(Object.assign(Object.assign({},U),ie),{override:ie},ae)),U[G]=ue}),U};function S(){const{token:k,hashed:R,theme:A,components:O}=i.useContext(f.Mj),M=`${c}-${R||""}`,B=A||f.uH,[U,X]=(0,r.useCacheToken)(B,[o.Z,k],{salt:M,override:Object.assign({override:k},O),getComputedToken:b,formatToken:y});return[B,U,R?X:""]}},83116:function(d,_,e){"use strict";e.d(_,{Z:function(){return a},b:function(){return x}});var r=e(59301),i=e(93083),l=e(70425),c=e(36355),f=e(17313),o=e(88088),h=e(37613),u=e(73040);function a(p,y,m){let b=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const S=Array.isArray(p)?p:[p,p],[k]=S,R=S.join("-");return A=>{const[O,M,B]=(0,o.Z)(),{getPrefixCls:U,iconPrefixCls:X,csp:G}=(0,r.useContext)(c.E_),V=U(),ae={theme:O,token:M,hashId:B,nonce:()=>G==null?void 0:G.nonce,clientOnly:b.clientOnly,order:b.order||-999};return(0,i.useStyleRegister)(Object.assign(Object.assign({},ae),{clientOnly:!1,path:["Shared",V]}),()=>[{"&":(0,f.Lx)(M)}]),(0,u.Z)(X),[(0,i.useStyleRegister)(Object.assign(Object.assign({},ae),{path:[R,A,X]}),()=>{const{token:ie,flush:ue}=(0,h.ZP)(M),Q=Object.assign({},M[k]);if(b.deprecatedTokens){const{deprecatedTokens:le}=b;le.forEach(Z=>{let[j,se]=Z;var me;(Q!=null&&Q[j]||Q!=null&&Q[se])&&((me=Q[se])!==null&&me!==void 0||(Q[se]=Q==null?void 0:Q[j]))})}const J=typeof m=="function"?m((0,h.TS)(ie,Q!=null?Q:{})):m,K=Object.assign(Object.assign({},J),Q),oe=`.${A}`,ee=(0,h.TS)(ie,{componentCls:oe,prefixCls:A,iconCls:`.${X}`,antCls:`.${V}`},K),q=y(ee,{hashId:B,prefixCls:A,rootPrefixCls:V,iconPrefixCls:X,overrideComponentToken:Q});return ue(k,K),[b.resetStyle===!1?null:(0,f.du)(M,A),q]}),B]}}const x=(p,y,m,b)=>{const S=a(p,y,m,Object.assign({resetStyle:!1,order:-998},b));return R=>{let{prefixCls:A}=R;return S(A),null}}},45157:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});var r=e(33166);function i(l,c){return r.i.reduce((f,o)=>{const h=l[`${o}1`],u=l[`${o}3`],a=l[`${o}6`],x=l[`${o}7`];return Object.assign(Object.assign({},f),c(o,{lightColor:h,lightBorderColor:u,darkColor:a,textColor:x}))},{})}},37613:function(d,_,e){"use strict";e.d(_,{TS:function(){return l},ZP:function(){return h}});const r=typeof CSSINJS_STATISTIC!="undefined";let i=!0;function l(){for(var u=arguments.length,a=new Array(u),x=0;x<u;x++)a[x]=arguments[x];if(!r)return Object.assign.apply(Object,[{}].concat(a));i=!1;const p={};return a.forEach(y=>{Object.keys(y).forEach(b=>{Object.defineProperty(p,b,{configurable:!0,enumerable:!0,get:()=>y[b]})})}),i=!0,p}const c={},f={};function o(){}function h(u){let a,x=u,p=o;return r&&(a=new Set,x=new Proxy(u,{get(y,m){return i&&a.add(m),y[m]}}),p=(y,m)=>{var b;c[y]={global:Array.from(a),component:Object.assign(Object.assign({},(b=c[y])===null||b===void 0?void 0:b.component),m)}}),{token:x,keys:a,flush:p}}},73040:function(d,_,e){"use strict";var r=e(93083),i=e(17313),l=e(88088);const c=(f,o)=>{const[h,u]=(0,l.Z)();return(0,r.useStyleRegister)({theme:h,token:u,hashId:"",path:["ant-design-icons",f],nonce:()=>o==null?void 0:o.nonce},()=>[{[`.${f}`]:Object.assign(Object.assign({},(0,i.Ro)()),{[`.${f} .${f}-icon`]:{display:"block"}})}])};_.Z=c},67532:function(d,_){"use strict";const e={placeholder:"Select time",rangePlaceholder:["Start time","End time"]};_.Z=e},6848:function(d,_,e){"use strict";e.d(_,{Z:function(){return ue}});var r=e(59301),i=e(92310),l=e.n(i),c=e(55477),f=e(18929),o=e(62892),h=e(79676),u=e(92343),a=e(36355),x=e(33234),p=e(88088),y=e(17313),m=e(29878),b=e(19447),S=e(45157),k=e(37613),R=e(83116);const A=Q=>{const{componentCls:J,tooltipMaxWidth:K,tooltipColor:oe,tooltipBg:ee,tooltipBorderRadius:q,zIndexPopup:le,controlHeight:Z,boxShadowSecondary:j,paddingSM:se,paddingXS:me,tooltipRadiusOuter:Oe}=Q;return[{[J]:Object.assign(Object.assign(Object.assign(Object.assign({},(0,y.Wf)(Q)),{position:"absolute",zIndex:le,display:"block",width:"max-content",maxWidth:K,visibility:"visible",transformOrigin:"var(--arrow-x, 50%) var(--arrow-y, 50%)","&-hidden":{display:"none"},"--antd-arrow-background-color":ee,[`${J}-inner`]:{minWidth:Z,minHeight:Z,padding:`${se/2}px ${me}px`,color:oe,textAlign:"start",textDecoration:"none",wordWrap:"break-word",backgroundColor:ee,borderRadius:q,boxShadow:j,boxSizing:"border-box"},[["&-placement-left","&-placement-leftTop","&-placement-leftBottom","&-placement-right","&-placement-rightTop","&-placement-rightBottom"].join(",")]:{[`${J}-inner`]:{borderRadius:Math.min(q,b.qN)}},[`${J}-content`]:{position:"relative"}}),(0,S.Z)(Q,(ke,$e)=>{let{darkColor:Ne}=$e;return{[`&${J}-${ke}`]:{[`${J}-inner`]:{backgroundColor:Ne},[`${J}-arrow`]:{"--antd-arrow-background-color":Ne}}}})),{"&-rtl":{direction:"rtl"}})},(0,b.ZP)((0,k.TS)(Q,{borderRadiusOuter:Oe}),{colorBg:"var(--antd-arrow-background-color)",contentRadius:q,limitVerticalRadius:!0}),{[`${J}-pure`]:{position:"relative",maxWidth:"none",margin:Q.sizePopupArrow}}]};var O=(Q,J)=>(0,R.Z)("Tooltip",oe=>{if(J===!1)return[];const{borderRadius:ee,colorTextLightSolid:q,colorBgDefault:le,borderRadiusOuter:Z}=oe,j=(0,k.TS)(oe,{tooltipMaxWidth:250,tooltipColor:q,tooltipBorderRadius:ee,tooltipBg:le,tooltipRadiusOuter:Z>4?4:Z});return[A(j),(0,m._y)(oe,"zoom-big-fast")]},oe=>{let{zIndexPopupBase:ee,colorBgSpotlight:q}=oe;return{zIndexPopup:ee+70,colorBgDefault:q}},{resetStyle:!1})(Q),M=e(36785);function B(Q,J){const K=(0,M.o2)(J),oe=l()({[`${Q}-${J}`]:J&&K}),ee={},q={};return J&&!K&&(ee.background=J,q["--antd-arrow-background-color"]=J),{className:oe,overlayStyle:ee,arrowStyle:q}}var X=Q=>{const{prefixCls:J,className:K,placement:oe="top",title:ee,color:q,overlayInnerStyle:le}=Q,{getPrefixCls:Z}=r.useContext(a.E_),j=Z("tooltip",J),[se,me]=O(j,!0),Oe=B(j,q),ke=Oe.arrowStyle,$e=Object.assign(Object.assign({},le),Oe.overlayStyle),Ne=l()(me,j,`${j}-pure`,`${j}-placement-${oe}`,K,Oe.className);return se(r.createElement("div",{className:Ne,style:ke},r.createElement("div",{className:`${j}-arrow`}),r.createElement(c.G,Object.assign({},Q,{className:me,prefixCls:j,overlayInnerStyle:$e}),ee)))},G=function(Q,J){var K={};for(var oe in Q)Object.prototype.hasOwnProperty.call(Q,oe)&&J.indexOf(oe)<0&&(K[oe]=Q[oe]);if(Q!=null&&typeof Object.getOwnPropertySymbols=="function")for(var ee=0,oe=Object.getOwnPropertySymbols(Q);ee<oe.length;ee++)J.indexOf(oe[ee])<0&&Object.prototype.propertyIsEnumerable.call(Q,oe[ee])&&(K[oe[ee]]=Q[oe[ee]]);return K};const V=(Q,J)=>{const K={},oe=Object.assign({},Q);return J.forEach(ee=>{Q&&ee in Q&&(K[ee]=Q[ee],delete oe[ee])}),{picked:K,omitted:oe}};function ae(Q,J){const K=Q.type;if((K.__ANT_BUTTON===!0||Q.type==="button")&&Q.props.disabled||K.__ANT_SWITCH===!0&&(Q.props.disabled||Q.props.loading)||K.__ANT_RADIO===!0&&Q.props.disabled){const{picked:oe,omitted:ee}=V(Q.props.style,["position","left","right","top","bottom","float","display","zIndex"]),q=Object.assign(Object.assign({display:"inline-block"},oe),{cursor:"not-allowed",width:Q.props.block?"100%":void 0}),le=Object.assign(Object.assign({},ee),{pointerEvents:"none"}),Z=(0,u.Tm)(Q,{style:le,className:null});return r.createElement("span",{style:q,className:l()(Q.props.className,`${J}-disabled-compatible-wrapper`)},Z)}return Q}const ie=r.forwardRef((Q,J)=>{var K,oe;const{prefixCls:ee,openClassName:q,getTooltipContainer:le,overlayClassName:Z,color:j,overlayInnerStyle:se,children:me,afterOpenChange:Oe,afterVisibleChange:ke,destroyTooltipOnHide:$e,arrow:Ne=!0,title:Ft,overlay:wt,builtinPlacements:Pt,arrowPointAtCenter:Jt=!1,autoAdjustOverflow:er=!0}=Q,tr=!!Ne,[,Xe]=(0,p.Z)(),{getPopupContainer:It,getPrefixCls:Zt,direction:ot}=r.useContext(a.E_),bt=r.useRef(null),mt=()=>{var Re;(Re=bt.current)===null||Re===void 0||Re.forceAlign()};r.useImperativeHandle(J,()=>({forceAlign:mt,forcePopupAlign:()=>{mt()}}));const[et,He]=(0,f.Z)(!1,{value:(K=Q.open)!==null&&K!==void 0?K:Q.visible,defaultValue:(oe=Q.defaultOpen)!==null&&oe!==void 0?oe:Q.defaultVisible}),_e=!Ft&&!wt&&Ft!==0,Se=Re=>{var _t,ze;He(_e?!1:Re),_e||((_t=Q.onOpenChange)===null||_t===void 0||_t.call(Q,Re),(ze=Q.onVisibleChange)===null||ze===void 0||ze.call(Q,Re))},Me=r.useMemo(()=>{var Re,_t;let ze=Jt;return typeof Ne=="object"&&(ze=(_t=(Re=Ne.pointAtCenter)!==null&&Re!==void 0?Re:Ne.arrowPointAtCenter)!==null&&_t!==void 0?_t:Jt),Pt||(0,h.Z)({arrowPointAtCenter:ze,autoAdjustOverflow:er,arrowWidth:tr?Xe.sizePopupArrow:0,borderRadius:Xe.borderRadius,offset:Xe.marginXXS,visibleFirst:!0})},[Jt,Ne,Pt,Xe]),Ue=r.useMemo(()=>Ft===0?Ft:wt||Ft||"",[wt,Ft]),We=r.createElement(x.BR,null,typeof Ue=="function"?Ue():Ue),{getPopupContainer:it,placement:ct="top",mouseEnterDelay:Gt=.1,mouseLeaveDelay:$t=.1,overlayStyle:Pe,rootClassName:Qe}=Q,Kt=G(Q,["getPopupContainer","placement","mouseEnterDelay","mouseLeaveDelay","overlayStyle","rootClassName"]),Lt=Zt("tooltip",ee),Ht=Zt(),Nt=Q["data-popover-inject"];let Ct=et;!("open"in Q)&&!("visible"in Q)&&_e&&(Ct=!1);const Yt=ae((0,u.l$)(me)&&!(0,u.M2)(me)?me:r.createElement("span",null,me),Lt),Ge=Yt.props,fe=!Ge.className||typeof Ge.className=="string"?l()(Ge.className,q||`${Lt}-open`):Ge.className,[pe,Dt]=O(Lt,!Nt),Te=B(Lt,j),ht=Te.arrowStyle,Wt=Object.assign(Object.assign({},se),Te.overlayStyle),St=l()(Z,{[`${Lt}-rtl`]:ot==="rtl"},Te.className,Qe,Dt);return pe(r.createElement(c.Z,Object.assign({},Kt,{showArrow:tr,placement:ct,mouseEnterDelay:Gt,mouseLeaveDelay:$t,prefixCls:Lt,overlayClassName:St,overlayStyle:Object.assign(Object.assign({},ht),Pe),getTooltipContainer:it||le||It,ref:bt,builtinPlacements:Me,overlay:We,visible:Ct,onVisibleChange:Se,afterVisibleChange:Oe!=null?Oe:ke,overlayInnerStyle:Wt,arrowContent:r.createElement("span",{className:`${Lt}-arrow-content`}),motion:{motionName:(0,o.m)(Ht,"zoom-big-fast",Q.transitionName),motionDeadline:1e3},destroyTooltipOnHide:!!$e}),Ct?(0,u.Tm)(Yt,{className:fe}):Yt))});ie._InternalPanelDoNotUseOrYouWillBeFired=X;var ue=ie},11575:function(d,_,e){"use strict";e.d(_,{H:function(){return f}});var r=e(70425),i=e(59301);function l(){}const c=i.createContext({add:l,remove:l});function f(h){const u=i.useContext(c),a=i.useRef();return(0,r.useEvent)(p=>{if(p){const y=h?p.querySelector(h):p;u.add(y),a.current=y}else u.remove(a.current)})}var o=null},67751:function(d){var _={utf8:{stringToBytes:function(e){return _.bin.stringToBytes(unescape(encodeURIComponent(e)))},bytesToString:function(e){return decodeURIComponent(escape(_.bin.bytesToString(e)))}},bin:{stringToBytes:function(e){for(var r=[],i=0;i<e.length;i++)r.push(e.charCodeAt(i)&255);return r},bytesToString:function(e){for(var r=[],i=0;i<e.length;i++)r.push(String.fromCharCode(e[i]));return r.join("")}}};d.exports=_},64018:function(){var d,_,e,r=!1,i,l;window.PR_SHOULD_USE_CONTINUATION=!0;var c,f;(function(){var o=window,h=["break,continue,do,else,for,if,return,while"],u=[h,"auto,case,char,const,default,double,enum,extern,float,goto,inline,int,long,register,restrict,short,signed,sizeof,static,struct,switch,typedef,union,unsigned,void,volatile"],a=[u,"catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"],x=[a,"alignas,alignof,align_union,asm,axiom,bool,concept,concept_map,const_cast,constexpr,decltype,delegate,dynamic_cast,explicit,export,friend,generic,late_check,mutable,namespace,noexcept,noreturn,nullptr,property,reinterpret_cast,static_assert,static_cast,template,typeid,typename,using,virtual,where"],p=[a,"abstract,assert,boolean,byte,extends,finally,final,implements,import,instanceof,interface,null,native,package,strictfp,super,synchronized,throws,transient"],y=[a,"abstract,add,alias,as,ascending,async,await,base,bool,by,byte,checked,decimal,delegate,descending,dynamic,event,finally,fixed,foreach,from,get,global,group,implicit,in,interface,internal,into,is,join,let,lock,null,object,out,override,orderby,params,partial,readonly,ref,remove,sbyte,sealed,select,set,stackalloc,string,select,uint,ulong,unchecked,unsafe,ushort,value,var,virtual,where,yield"],m="all,and,by,catch,class,else,extends,false,finally,for,if,in,is,isnt,loop,new,no,not,null,of,off,on,or,return,super,then,throw,true,try,unless,until,when,while,yes",b=[a,"abstract,async,await,constructor,debugger,enum,eval,export,function,get,implements,instanceof,interface,let,null,set,undefined,var,with,yield,Infinity,NaN"],S="caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END",k=[h,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambda,nonlocal,not,or,pass,print,raise,try,with,yield,False,True,None"],R=[h,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],A=[h,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],O=[x,y,p,b,S,k,R,A],M=/^(DIR|FILE|array|vector|(de|priority_)?queue|(forward_)?list|stack|(const_)?(reverse_)?iterator|(unordered_)?(multi)?(set|map)|bitset|u?(int|float)\d*)\b/,B="str",U="kwd",X="com",G="typ",V="lit",ae="pun",ie="pln",ue="tag",Q="dec",J="src",K="atn",oe="atv",ee="nocode",q="(?:^^\\.?|[+-]|[!=]=?=?|\\#|%=?|&&?=?|\\(|\\*=?|[+\\-]=|->|\\/=?|::?|<<?=?|>>?>?=?|,|;|\\?|@|\\[|~|{|\\^\\^?=?|\\|\\|?=?|break|case|continue|delete|do|else|finally|instanceof|return|throw|try|typeof)\\s*";function le(ot){for(var bt=0,mt=!1,et=!1,He=0,_e=ot.length;He<_e;++He){var Se=ot[He];if(Se.ignoreCase)et=!0;else if(/[a-z]/i.test(Se.source.replace(/\\u[0-9a-f]{4}|\\x[0-9a-f]{2}|\\[^ux]/gi,""))){mt=!0,et=!1;break}}var Me={b:8,t:9,n:10,v:11,f:12,r:13};function Ue($t){var Pe=$t.charCodeAt(0);if(Pe!==92)return Pe;var Qe=$t.charAt(1);return Pe=Me[Qe],Pe||("0"<=Qe&&Qe<="7"?parseInt($t.substring(1),8):Qe==="u"||Qe==="x"?parseInt($t.substring(2),16):$t.charCodeAt(1))}function We($t){if($t<32)return($t<16?"\\x0":"\\x")+$t.toString(16);var Pe=String.fromCharCode($t);return Pe==="\\"||Pe==="-"||Pe==="]"||Pe==="^"?"\\"+Pe:Pe}function it($t){var Pe=$t.substring(1,$t.length-1).match(new RegExp("\\\\u[0-9A-Fa-f]{4}|\\\\x[0-9A-Fa-f]{2}|\\\\[0-3][0-7]{0,2}|\\\\[0-7]{1,2}|\\\\[\\s\\S]|-|[^-\\\\]","g")),Qe=[],Kt=Pe[0]==="^",Lt=["["];Kt&&Lt.push("^");for(var Ht=Kt?1:0,Nt=Pe.length;Ht<Nt;++Ht){var Ct=Pe[Ht];if(/\\[bdsw]/i.test(Ct))Lt.push(Ct);else{var Yt=Ue(Ct),Ge;Ht+2<Nt&&Pe[Ht+1]==="-"?(Ge=Ue(Pe[Ht+2]),Ht+=2):Ge=Yt,Qe.push([Yt,Ge]),Ge<65||Yt>122||(Ge<65||Yt>90||Qe.push([Math.max(65,Yt)|32,Math.min(Ge,90)|32]),Ge<97||Yt>122||Qe.push([Math.max(97,Yt)&-33,Math.min(Ge,122)&-33]))}}Qe.sort(function(Te,ht){return Te[0]-ht[0]||ht[1]-Te[1]});for(var fe=[],pe=[],Ht=0;Ht<Qe.length;++Ht){var Dt=Qe[Ht];Dt[0]<=pe[1]+1?pe[1]=Math.max(pe[1],Dt[1]):fe.push(pe=Dt)}for(var Ht=0;Ht<fe.length;++Ht){var Dt=fe[Ht];Lt.push(We(Dt[0])),Dt[1]>Dt[0]&&(Dt[1]+1>Dt[0]&&Lt.push("-"),Lt.push(We(Dt[1])))}return Lt.push("]"),Lt.join("")}function ct($t){for(var Pe=$t.source.match(new RegExp("(?:\\[(?:[^\\x5C\\x5D]|\\\\[\\s\\S])*\\]|\\\\u[A-Fa-f0-9]{4}|\\\\x[A-Fa-f0-9]{2}|\\\\[0-9]+|\\\\[^ux0-9]|\\(\\?[:!=]|[\\(\\)\\^]|[^\\x5B\\x5C\\(\\)\\^]+)","g")),Qe=Pe.length,Kt=[],Lt=0,Ht=0;Lt<Qe;++Lt){var Nt=Pe[Lt];if(Nt==="(")++Ht;else if(Nt.charAt(0)==="\\"){var Ct=+Nt.substring(1);Ct&&(Ct<=Ht?Kt[Ct]=-1:Pe[Lt]=We(Ct))}}for(var Lt=1;Lt<Kt.length;++Lt)Kt[Lt]===-1&&(Kt[Lt]=++bt);for(var Lt=0,Ht=0;Lt<Qe;++Lt){var Nt=Pe[Lt];if(Nt==="(")++Ht,Kt[Ht]||(Pe[Lt]="(?:");else if(Nt.charAt(0)==="\\"){var Ct=+Nt.substring(1);Ct&&Ct<=Ht&&(Pe[Lt]="\\"+Kt[Ct])}}for(var Lt=0;Lt<Qe;++Lt)Pe[Lt]==="^"&&Pe[Lt+1]!=="^"&&(Pe[Lt]="");if($t.ignoreCase&&mt)for(var Lt=0;Lt<Qe;++Lt){var Nt=Pe[Lt],Yt=Nt.charAt(0);Nt.length>=2&&Yt==="["?Pe[Lt]=it(Nt):Yt!=="\\"&&(Pe[Lt]=Nt.replace(/[a-zA-Z]/g,function(pe){var Dt=pe.charCodeAt(0);return"["+String.fromCharCode(Dt&-33,Dt|32)+"]"}))}return Pe.join("")}for(var Gt=[],He=0,_e=ot.length;He<_e;++He){var Se=ot[He];if(Se.global||Se.multiline)throw new Error(""+Se);Gt.push("(?:"+ct(Se)+")")}return new RegExp(Gt.join("|"),et?"gi":"g")}function Z(ot,bt){var mt=/(?:^|\s)nocode(?:\s|$)/,et=[],He=0,_e=[],Se=0;function Me(Ue){var We=Ue.nodeType;if(We==1){if(mt.test(Ue.className))return;for(var it=Ue.firstChild;it;it=it.nextSibling)Me(it);var ct=Ue.nodeName.toLowerCase();(ct==="br"||ct==="li")&&(et[Se]=`
`,_e[Se<<1]=He++,_e[Se++<<1|1]=Ue)}else if(We==3||We==4){var Gt=Ue.nodeValue;Gt.length&&(bt?Gt=Gt.replace(/\r\n?/g,`
`):Gt=Gt.replace(/[ \t\r\n]+/g," "),et[Se]=Gt,_e[Se<<1]=He,He+=Gt.length,_e[Se++<<1|1]=Ue)}}return Me(ot),{sourceCode:et.join("").replace(/\n$/,""),spans:_e}}function j(ot,bt,mt,et,He){if(mt){var _e={sourceNode:ot,pre:1,langExtension:null,numberLines:null,sourceCode:mt,spans:null,basePos:bt,decorations:null};et(_e),He.push.apply(He,_e.decorations)}}var se=/\S/;function me(ot){for(var bt=void 0,mt=ot.firstChild;mt;mt=mt.nextSibling){var et=mt.nodeType;bt=et===1?bt?ot:mt:et===3&&se.test(mt.nodeValue)?ot:bt}return bt===ot?void 0:bt}function Oe(ot,bt){var mt={},et;(function(){for(var Se=ot.concat(bt),Me=[],Ue={},We=0,it=Se.length;We<it;++We){var ct=Se[We],Gt=ct[3];if(Gt)for(var $t=Gt.length;--$t>=0;)mt[Gt.charAt($t)]=ct;var Pe=ct[1],Qe=""+Pe;Ue.hasOwnProperty(Qe)||(Me.push(Pe),Ue[Qe]=null)}Me.push(/[\0-\uffff]/),et=le(Me)})();var He=bt.length,_e=function(Se){for(var Me=Se.sourceCode,Ue=Se.basePos,We=Se.sourceNode,it=[Ue,ie],ct=0,Gt=Me.match(et)||[],$t={},Pe=0,Qe=Gt.length;Pe<Qe;++Pe){var Kt=Gt[Pe],Lt=$t[Kt],Ht=void 0,Nt;if(typeof Lt=="string")Nt=!1;else{var Ct=mt[Kt.charAt(0)];if(Ct)Ht=Kt.match(Ct[1]),Lt=Ct[0];else{for(var Yt=0;Yt<He;++Yt)if(Ct=bt[Yt],Ht=Kt.match(Ct[1]),Ht){Lt=Ct[0];break}Ht||(Lt=ie)}Nt=Lt.length>=5&&Lt.substring(0,5)==="lang-",Nt&&!(Ht&&typeof Ht[1]=="string")&&(Nt=!1,Lt=J),Nt||($t[Kt]=Lt)}var Ge=ct;if(ct+=Kt.length,!Nt)it.push(Ue+Ge,Lt);else{var fe=Ht[1],pe=Kt.indexOf(fe),Dt=pe+fe.length;Ht[2]&&(Dt=Kt.length-Ht[2].length,pe=Dt-fe.length);var Te=Lt.substring(5);j(We,Ue+Ge,Kt.substring(0,pe),_e,it),j(We,Ue+Ge+pe,fe,Jt(Te,fe),it),j(We,Ue+Ge+Dt,Kt.substring(Dt),_e,it)}}Se.decorations=it};return _e}function ke(ot){var bt=[],mt=[];ot.tripleQuotedStrings?bt.push([B,/^(?:\'\'\'(?:[^\'\\]|\\[\s\S]|\'{1,2}(?=[^\']))*(?:\'\'\'|$)|\"\"\"(?:[^\"\\]|\\[\s\S]|\"{1,2}(?=[^\"]))*(?:\"\"\"|$)|\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$))/,null,`'"`]):ot.multiLineStrings?bt.push([B,/^(?:\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$)|\`(?:[^\\\`]|\\[\s\S])*(?:\`|$))/,null,"'\"`"]):bt.push([B,/^(?:\'(?:[^\\\'\r\n]|\\.)*(?:\'|$)|\"(?:[^\\\"\r\n]|\\.)*(?:\"|$))/,null,`"'`]),ot.verbatimStrings&&mt.push([B,/^@\"(?:[^\"]|\"\")*(?:\"|$)/,null]);var et=ot.hashComments;et&&(ot.cStyleComments?(et>1?bt.push([X,/^#(?:##(?:[^#]|#(?!##))*(?:###|$)|.*)/,null,"#"]):bt.push([X,/^#(?:(?:define|e(?:l|nd)if|else|error|ifn?def|include|line|pragma|undef|warning)\b|[^\r\n]*)/,null,"#"]),mt.push([B,/^<(?:(?:(?:\.\.\/)*|\/?)(?:[\w-]+(?:\/[\w-]+)+)?[\w-]+\.h(?:h|pp|\+\+)?|[a-z]\w*)>/,null])):bt.push([X,/^#[^\r\n]*/,null,"#"])),ot.cStyleComments&&(mt.push([X,/^\/\/[^\r\n]*/,null]),mt.push([X,/^\/\*[\s\S]*?(?:\*\/|$)/,null]));var He=ot.regexLiterals;if(He){var _e=He>1?"":`
\r`,Se=_e?".":"[\\S\\s]",Me="/(?=[^/*"+_e+"])(?:[^/\\x5B\\x5C"+_e+"]|\\x5C"+Se+"|\\x5B(?:[^\\x5C\\x5D"+_e+"]|\\x5C"+Se+")*(?:\\x5D|$))+/";mt.push(["lang-regex",RegExp("^"+q+"("+Me+")")])}var Ue=ot.types;Ue&&mt.push([G,Ue]);var We=(""+ot.keywords).replace(/^ | $/g,"");We.length&&mt.push([U,new RegExp("^(?:"+We.replace(/[\s,]+/g,"|")+")\\b"),null]),bt.push([ie,/^\s+/,null,` \r
\xA0`]);var it="^.[^\\s\\w.$@'\"`/\\\\]*";return ot.regexLiterals&&(it+="(?!s*/)"),mt.push([V,/^@[a-z_$][a-z_$@0-9]*/i,null],[G,/^(?:[@_]?[A-Z]+[a-z][A-Za-z_$@0-9]*|\w+_t\b)/,null],[ie,/^[a-z_$][a-z_$@0-9]*/i,null],[V,new RegExp("^(?:0x[a-f0-9]+|(?:\\d(?:_\\d+)*\\d*(?:\\.\\d*)?|\\.\\d\\+)(?:e[+\\-]?\\d+)?)[a-z]*","i"),null,"0123456789"],[ie,/^\\[\s\S]?/,null],[ae,new RegExp(it),null]),Oe(bt,mt)}var $e=ke({keywords:O,hashComments:!0,cStyleComments:!0,multiLineStrings:!0,regexLiterals:!0});function Ne(ot,bt,mt){for(var et=/(?:^|\s)nocode(?:\s|$)/,He=/\r\n?|\n/,_e=ot.ownerDocument,Se=_e.createElement("li");ot.firstChild;)Se.appendChild(ot.firstChild);var Me=[Se];function Ue(Pe){var Qe=Pe.nodeType;if(Qe==1&&!et.test(Pe.className))if(Pe.nodeName==="br")We(Pe),Pe.parentNode&&Pe.parentNode.removeChild(Pe);else for(var Kt=Pe.firstChild;Kt;Kt=Kt.nextSibling)Ue(Kt);else if((Qe==3||Qe==4)&&mt){var Lt=Pe.nodeValue,Ht=Lt.match(He);if(Ht){var Nt=Lt.substring(0,Ht.index);Pe.nodeValue=Nt;var Ct=Lt.substring(Ht.index+Ht[0].length);if(Ct){var Yt=Pe.parentNode;Yt.insertBefore(_e.createTextNode(Ct),Pe.nextSibling)}We(Pe),Nt||Pe.parentNode.removeChild(Pe)}}}function We(Pe){for(;!Pe.nextSibling;)if(Pe=Pe.parentNode,!Pe)return;function Qe(Ht,Nt){var Ct=Nt?Ht.cloneNode(!1):Ht,Yt=Ht.parentNode;if(Yt){var Ge=Qe(Yt,1),fe=Ht.nextSibling;Ge.appendChild(Ct);for(var pe=fe;pe;pe=fe)fe=pe.nextSibling,Ge.appendChild(pe)}return Ct}for(var Kt=Qe(Pe.nextSibling,0),Lt;(Lt=Kt.parentNode)&&Lt.nodeType===1;)Kt=Lt;Me.push(Kt)}for(var it=0;it<Me.length;++it)Ue(Me[it]);bt===(bt|0)&&Me[0].setAttribute("value",bt);var ct=_e.createElement("ol");ct.className="linenums";for(var Gt=Math.max(0,bt-1|0)||0,it=0,$t=Me.length;it<$t;++it)Se=Me[it],Se.className="L"+(it+Gt)%10,Se.firstChild||Se.appendChild(_e.createTextNode("\xA0")),ct.appendChild(Se);ot.appendChild(ct)}function Ft(ot){var bt=/\bMSIE\s(\d+)/.exec(navigator.userAgent);bt=bt&&+bt[1]<=8;var mt=/\n/g,et=ot.sourceCode,He=et.length,_e=0,Se=ot.spans,Me=Se.length,Ue=0,We=ot.decorations,it=We.length,ct=0;We[it]=He;var Gt,$t;for($t=Gt=0;$t<it;)We[$t]!==We[$t+2]?(We[Gt++]=We[$t++],We[Gt++]=We[$t++]):$t+=2;for(it=Gt,$t=Gt=0;$t<it;){for(var Pe=We[$t],Qe=We[$t+1],Kt=$t+2;Kt+2<=it&&We[Kt+1]===Qe;)Kt+=2;We[Gt++]=Pe,We[Gt++]=Qe,$t=Kt}it=We.length=Gt;var Lt=ot.sourceNode,Ht="";Lt&&(Ht=Lt.style.display,Lt.style.display="none");try{for(var Nt=null;Ue<Me;){var Ct=Se[Ue],Yt=Se[Ue+2]||He,Ge=We[ct+2]||He,Kt=Math.min(Yt,Ge),fe=Se[Ue+1],pe;if(fe.nodeType!==1&&(pe=et.substring(_e,Kt))){bt&&(pe=pe.replace(mt,"\r")),fe.nodeValue=pe;var Dt=fe.ownerDocument,Te=Dt.createElement("span");Te.className=We[ct+1];var ht=fe.parentNode;ht.replaceChild(Te,fe),Te.appendChild(fe),_e<Yt&&(Se[Ue+1]=fe=Dt.createTextNode(et.substring(Kt,Yt)),ht.insertBefore(fe,Te.nextSibling))}_e=Kt,_e>=Yt&&(Ue+=2),_e>=Ge&&(ct+=2)}}finally{Lt&&(Lt.style.display=Ht)}}var wt={};function Pt(ot,bt){for(var mt=bt.length;--mt>=0;){var et=bt[mt];wt.hasOwnProperty(et)?o.console&&console.warn("cannot override language handler %s",et):wt[et]=ot}}function Jt(ot,bt){return ot&&wt.hasOwnProperty(ot)||(ot=/^\s*</.test(bt)?"default-markup":"default-code"),wt[ot]}Pt($e,["default-code"]),Pt(Oe([],[[ie,/^[^<?]+/],[Q,/^<!\w[^>]*(?:>|$)/],[X,/^<\!--[\s\S]*?(?:-\->|$)/],["lang-",/^<\?([\s\S]+?)(?:\?>|$)/],["lang-",/^<%([\s\S]+?)(?:%>|$)/],[ae,/^(?:<[%?]|[%?]>)/],["lang-",/^<xmp\b[^>]*>([\s\S]+?)<\/xmp\b[^>]*>/i],["lang-js",/^<script\b[^>]*>([\s\S]*?)(<\/script\b[^>]*>)/i],["lang-css",/^<style\b[^>]*>([\s\S]*?)(<\/style\b[^>]*>)/i],["lang-in.tag",/^(<\/?[a-z][^<>]*>)/i]]),["default-markup","htm","html","mxml","xhtml","xml","xsl"]),Pt(Oe([[ie,/^[\s]+/,null,` \r
`],[oe,/^(?:\"[^\"]*\"?|\'[^\']*\'?)/,null,`"'`]],[[ue,/^^<\/?[a-z](?:[\w.:-]*\w)?|\/?>$/i],[K,/^(?!style[\s=]|on)[a-z](?:[\w:-]*\w)?/i],["lang-uq.val",/^=\s*([^>\'\"\s]*(?:[^>\'\"\s\/]|\/(?=\s)))/],[ae,/^[=<>\/]+/],["lang-js",/^on\w+\s*=\s*\"([^\"]+)\"/i],["lang-js",/^on\w+\s*=\s*\'([^\']+)\'/i],["lang-js",/^on\w+\s*=\s*([^\"\'>\s]+)/i],["lang-css",/^style\s*=\s*\"([^\"]+)\"/i],["lang-css",/^style\s*=\s*\'([^\']+)\'/i],["lang-css",/^style\s*=\s*([^\"\'>\s]+)/i]]),["in.tag"]),Pt(Oe([],[[oe,/^[\s\S]+/]]),["uq.val"]),Pt(ke({keywords:x,hashComments:!0,cStyleComments:!0,types:M}),["c","cc","cpp","cxx","cyc","m"]),Pt(ke({keywords:"null,true,false"}),["json"]),Pt(ke({keywords:y,hashComments:!0,cStyleComments:!0,verbatimStrings:!0,types:M}),["cs"]),Pt(ke({keywords:p,cStyleComments:!0}),["java"]),Pt(ke({keywords:A,hashComments:!0,multiLineStrings:!0}),["bash","bsh","csh","sh"]),Pt(ke({keywords:k,hashComments:!0,multiLineStrings:!0,tripleQuotedStrings:!0}),["cv","py","python"]),Pt(ke({keywords:S,hashComments:!0,multiLineStrings:!0,regexLiterals:2}),["perl","pl","pm"]),Pt(ke({keywords:R,hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["rb","ruby"]),Pt(ke({keywords:b,cStyleComments:!0,regexLiterals:!0}),["javascript","js","ts","typescript"]),Pt(ke({keywords:m,hashComments:3,cStyleComments:!0,multilineStrings:!0,tripleQuotedStrings:!0,regexLiterals:!0}),["coffee"]),Pt(Oe([],[[B,/^[\s\S]+/]]),["regex"]);function er(ot){var bt=ot.langExtension;try{var mt=Z(ot.sourceNode,ot.pre),et=mt.sourceCode;ot.sourceCode=et,ot.spans=mt.spans,ot.basePos=0,Jt(bt,et)(ot),Ft(ot)}catch(He){o.console&&console.log(He&&He.stack||He)}}function tr(ot,bt,mt){var et=mt||!1,He=bt||null,_e=document.createElement("div");_e.innerHTML="<pre>"+ot+"</pre>",_e=_e.firstChild,et&&Ne(_e,et,!0);var Se={langExtension:He,numberLines:et,sourceNode:_e,pre:1,sourceCode:null,basePos:null,spans:null,decorations:null};return er(Se),_e.innerHTML}function Xe(ot,bt){var mt=bt||document.body,et=mt.ownerDocument||document;function He(Ct){return mt.getElementsByTagName(Ct)}for(var _e=[He("pre"),He("code"),He("xmp")],Se=[],Me=0;Me<_e.length;++Me)for(var Ue=0,We=_e[Me].length;Ue<We;++Ue)Se.push(_e[Me][Ue]);_e=null;var it=Date;it.now||(it={now:function(){return+new Date}});var ct=0,Gt=/\blang(?:uage)?-([\w.]+)(?!\S)/,$t=/\bprettyprint\b/,Pe=/\bprettyprinted\b/,Qe=/pre|xmp/i,Kt=/^code$/i,Lt=/^(?:pre|code|xmp)$/i,Ht={};function Nt(){for(var Ct=o.PR_SHOULD_USE_CONTINUATION?it.now()+250:1/0;ct<Se.length&&it.now()<Ct;ct++){for(var Yt=Se[ct],Ge=Ht,fe=Yt;fe=fe.previousSibling;){var pe=fe.nodeType,Dt=(pe===7||pe===8)&&fe.nodeValue;if(Dt?!/^\??prettify\b/.test(Dt):pe!==3||/\S/.test(fe.nodeValue))break;if(Dt){Ge={},Dt.replace(/\b(\w+)=([\w:.%+-]+)/g,function(At,Vr,Qr){Ge[Vr]=Qr});break}}var Te=Yt.className;if((Ge!==Ht||$t.test(Te))&&!Pe.test(Te)){for(var ht=!1,Wt=Yt.parentNode;Wt;Wt=Wt.parentNode){var St=Wt.tagName;if(Lt.test(St)&&Wt.className&&$t.test(Wt.className)){ht=!0;break}}if(!ht){Yt.className+=" prettyprinted";var Re=Ge.lang;if(!Re){Re=Te.match(Gt);var _t;!Re&&(_t=me(Yt))&&Kt.test(_t.tagName)&&(Re=_t.className.match(Gt)),Re&&(Re=Re[1])}var ze;if(Qe.test(Yt.tagName))ze=1;else{var we=Yt.currentStyle,gt=et.defaultView,kt=we?we.whiteSpace:gt&&gt.getComputedStyle?gt.getComputedStyle(Yt,null).getPropertyValue("white-space"):0;ze=kt&&kt.substring(0,3)==="pre"}var Fe=Ge.linenums;(Fe=Fe==="true"||+Fe)||(Fe=Te.match(/\blinenums\b(?::(\d+))?/),Fe=Fe?Fe[1]&&Fe[1].length?+Fe[1]:!0:!1),Fe&&Ne(Yt,Fe,ze);var Ir={langExtension:Re,sourceNode:Yt,numberLines:Fe,pre:ze,sourceCode:null,basePos:null,spans:null,decorations:null};er(Ir)}}}ct<Se.length?o.setTimeout(Nt,250):typeof ot=="function"&&ot()}Nt()}var It=o.PR={createSimpleLexer:Oe,registerLangHandler:Pt,sourceDecorator:ke,PR_ATTRIB_NAME:K,PR_ATTRIB_VALUE:oe,PR_COMMENT:X,PR_DECLARATION:Q,PR_KEYWORD:U,PR_LITERAL:V,PR_NOCODE:ee,PR_PLAIN:ie,PR_PUNCTUATION:ae,PR_SOURCE:J,PR_STRING:B,PR_TAG:ue,PR_TYPE:G,prettyPrintOne:r?o.prettyPrintOne=tr:c=tr,prettyPrint:f=r?o.prettyPrint=Xe:f=Xe},Zt=o.define;typeof Zt=="function"&&Zt.amd&&Zt("google-code-prettify",[],function(){return It})})()},25769:function(d,_,e){"use strict";var r=e(98040),i={"text/plain":"Text","text/html":"Url",default:"Text"},l="Copy to clipboard: #{key}, Enter";function c(o){var h=(/mac os x/i.test(navigator.userAgent)?"\u2318":"Ctrl")+"+C";return o.replace(/#{\s*key\s*}/g,h)}function f(o,h){var u,a,x,p,y,m,b=!1;h||(h={}),u=h.debug||!1;try{x=r(),p=document.createRange(),y=document.getSelection(),m=document.createElement("span"),m.textContent=o,m.ariaHidden="true",m.style.all="unset",m.style.position="fixed",m.style.top=0,m.style.clip="rect(0, 0, 0, 0)",m.style.whiteSpace="pre",m.style.webkitUserSelect="text",m.style.MozUserSelect="text",m.style.msUserSelect="text",m.style.userSelect="text",m.addEventListener("copy",function(k){if(k.stopPropagation(),h.format)if(k.preventDefault(),typeof k.clipboardData=="undefined"){u&&console.warn("unable to use e.clipboardData"),u&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var R=i[h.format]||i.default;window.clipboardData.setData(R,o)}else k.clipboardData.clearData(),k.clipboardData.setData(h.format,o);h.onCopy&&(k.preventDefault(),h.onCopy(k.clipboardData))}),document.body.appendChild(m),p.selectNodeContents(m),y.addRange(p);var S=document.execCommand("copy");if(!S)throw new Error("copy command was unsuccessful");b=!0}catch(k){u&&console.error("unable to copy using execCommand: ",k),u&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(h.format||"text",o),h.onCopy&&h.onCopy(window.clipboardData),b=!0}catch(R){u&&console.error("unable to copy using clipboardData: ",R),u&&console.error("falling back to prompt"),a=c("message"in h?h.message:l),window.prompt(a,o)}}finally{y&&(typeof y.removeRange=="function"?y.removeRange(p):y.removeAllRanges()),m&&document.body.removeChild(m),x()}return b}d.exports=f},75041:function(d){(function(){var _="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",e={rotl:function(r,i){return r<<i|r>>>32-i},rotr:function(r,i){return r<<32-i|r>>>i},endian:function(r){if(r.constructor==Number)return e.rotl(r,8)&16711935|e.rotl(r,24)&4278255360;for(var i=0;i<r.length;i++)r[i]=e.endian(r[i]);return r},randomBytes:function(r){for(var i=[];r>0;r--)i.push(Math.floor(Math.random()*256));return i},bytesToWords:function(r){for(var i=[],l=0,c=0;l<r.length;l++,c+=8)i[c>>>5]|=r[l]<<24-c%32;return i},wordsToBytes:function(r){for(var i=[],l=0;l<r.length*32;l+=8)i.push(r[l>>>5]>>>24-l%32&255);return i},bytesToHex:function(r){for(var i=[],l=0;l<r.length;l++)i.push((r[l]>>>4).toString(16)),i.push((r[l]&15).toString(16));return i.join("")},hexToBytes:function(r){for(var i=[],l=0;l<r.length;l+=2)i.push(parseInt(r.substr(l,2),16));return i},bytesToBase64:function(r){for(var i=[],l=0;l<r.length;l+=3)for(var c=r[l]<<16|r[l+1]<<8|r[l+2],f=0;f<4;f++)l*8+f*6<=r.length*8?i.push(_.charAt(c>>>6*(3-f)&63)):i.push("=");return i.join("")},base64ToBytes:function(r){r=r.replace(/[^A-Z0-9+\/]/ig,"");for(var i=[],l=0,c=0;l<r.length;c=++l%4)c!=0&&i.push((_.indexOf(r.charAt(l-1))&Math.pow(2,-2*c+8)-1)<<c*2|_.indexOf(r.charAt(l))>>>6-c*2);return i}};d.exports=e})()},84452:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(35909),e(34905),e(28492),e(93617))})(this,function(r){return function(){var i=r,l=i.lib,c=l.BlockCipher,f=i.algo,o=[],h=[],u=[],a=[],x=[],p=[],y=[],m=[],b=[],S=[];(function(){for(var A=[],O=0;O<256;O++)O<128?A[O]=O<<1:A[O]=O<<1^283;for(var M=0,B=0,O=0;O<256;O++){var U=B^B<<1^B<<2^B<<3^B<<4;U=U>>>8^U&255^99,o[M]=U,h[U]=M;var X=A[M],G=A[X],V=A[G],ae=A[U]*257^U*16843008;u[M]=ae<<24|ae>>>8,a[M]=ae<<16|ae>>>16,x[M]=ae<<8|ae>>>24,p[M]=ae;var ae=V*16843009^G*65537^X*257^M*16843008;y[U]=ae<<24|ae>>>8,m[U]=ae<<16|ae>>>16,b[U]=ae<<8|ae>>>24,S[U]=ae,M?(M=X^A[A[A[V^X]]],B^=A[A[B]]):M=B=1}})();var k=[0,1,2,4,8,16,32,64,128,27,54],R=f.AES=c.extend({_doReset:function(){var A;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var O=this._keyPriorReset=this._key,M=O.words,B=O.sigBytes/4,U=this._nRounds=B+6,X=(U+1)*4,G=this._keySchedule=[],V=0;V<X;V++)V<B?G[V]=M[V]:(A=G[V-1],V%B?B>6&&V%B==4&&(A=o[A>>>24]<<24|o[A>>>16&255]<<16|o[A>>>8&255]<<8|o[A&255]):(A=A<<8|A>>>24,A=o[A>>>24]<<24|o[A>>>16&255]<<16|o[A>>>8&255]<<8|o[A&255],A^=k[V/B|0]<<24),G[V]=G[V-B]^A);for(var ae=this._invKeySchedule=[],ie=0;ie<X;ie++){var V=X-ie;if(ie%4)var A=G[V];else var A=G[V-4];ie<4||V<=4?ae[ie]=A:ae[ie]=y[o[A>>>24]]^m[o[A>>>16&255]]^b[o[A>>>8&255]]^S[o[A&255]]}}},encryptBlock:function(A,O){this._doCryptBlock(A,O,this._keySchedule,u,a,x,p,o)},decryptBlock:function(A,O){var M=A[O+1];A[O+1]=A[O+3],A[O+3]=M,this._doCryptBlock(A,O,this._invKeySchedule,y,m,b,S,h);var M=A[O+1];A[O+1]=A[O+3],A[O+3]=M},_doCryptBlock:function(A,O,M,B,U,X,G,V){for(var ae=this._nRounds,ie=A[O]^M[0],ue=A[O+1]^M[1],Q=A[O+2]^M[2],J=A[O+3]^M[3],K=4,oe=1;oe<ae;oe++){var ee=B[ie>>>24]^U[ue>>>16&255]^X[Q>>>8&255]^G[J&255]^M[K++],q=B[ue>>>24]^U[Q>>>16&255]^X[J>>>8&255]^G[ie&255]^M[K++],le=B[Q>>>24]^U[J>>>16&255]^X[ie>>>8&255]^G[ue&255]^M[K++],Z=B[J>>>24]^U[ie>>>16&255]^X[ue>>>8&255]^G[Q&255]^M[K++];ie=ee,ue=q,Q=le,J=Z}var ee=(V[ie>>>24]<<24|V[ue>>>16&255]<<16|V[Q>>>8&255]<<8|V[J&255])^M[K++],q=(V[ue>>>24]<<24|V[Q>>>16&255]<<16|V[J>>>8&255]<<8|V[ie&255])^M[K++],le=(V[Q>>>24]<<24|V[J>>>16&255]<<16|V[ie>>>8&255]<<8|V[ue&255])^M[K++],Z=(V[J>>>24]<<24|V[ie>>>16&255]<<16|V[ue>>>8&255]<<8|V[Q&255])^M[K++];A[O]=ee,A[O+1]=q,A[O+2]=le,A[O+3]=Z},keySize:256/32});i.AES=c._createHelper(R)}(),r.AES})},93617:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(28492))})(this,function(r){r.lib.Cipher||function(i){var l=r,c=l.lib,f=c.Base,o=c.WordArray,h=c.BufferedBlockAlgorithm,u=l.enc,a=u.Utf8,x=u.Base64,p=l.algo,y=p.EvpKDF,m=c.Cipher=h.extend({cfg:f.extend(),createEncryptor:function(ue,Q){return this.create(this._ENC_XFORM_MODE,ue,Q)},createDecryptor:function(ue,Q){return this.create(this._DEC_XFORM_MODE,ue,Q)},init:function(ue,Q,J){this.cfg=this.cfg.extend(J),this._xformMode=ue,this._key=Q,this.reset()},reset:function(){h.reset.call(this),this._doReset()},process:function(ue){return this._append(ue),this._process()},finalize:function(ue){ue&&this._append(ue);var Q=this._doFinalize();return Q},keySize:128/32,ivSize:128/32,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function ue(Q){return typeof Q=="string"?ie:G}return function(Q){return{encrypt:function(J,K,oe){return ue(K).encrypt(Q,J,K,oe)},decrypt:function(J,K,oe){return ue(K).decrypt(Q,J,K,oe)}}}}()}),b=c.StreamCipher=m.extend({_doFinalize:function(){var ue=this._process(!0);return ue},blockSize:1}),S=l.mode={},k=c.BlockCipherMode=f.extend({createEncryptor:function(ue,Q){return this.Encryptor.create(ue,Q)},createDecryptor:function(ue,Q){return this.Decryptor.create(ue,Q)},init:function(ue,Q){this._cipher=ue,this._iv=Q}}),R=S.CBC=function(){var ue=k.extend();ue.Encryptor=ue.extend({processBlock:function(J,K){var oe=this._cipher,ee=oe.blockSize;Q.call(this,J,K,ee),oe.encryptBlock(J,K),this._prevBlock=J.slice(K,K+ee)}}),ue.Decryptor=ue.extend({processBlock:function(J,K){var oe=this._cipher,ee=oe.blockSize,q=J.slice(K,K+ee);oe.decryptBlock(J,K),Q.call(this,J,K,ee),this._prevBlock=q}});function Q(J,K,oe){var ee,q=this._iv;q?(ee=q,this._iv=i):ee=this._prevBlock;for(var le=0;le<oe;le++)J[K+le]^=ee[le]}return ue}(),A=l.pad={},O=A.Pkcs7={pad:function(ue,Q){for(var J=Q*4,K=J-ue.sigBytes%J,oe=K<<24|K<<16|K<<8|K,ee=[],q=0;q<K;q+=4)ee.push(oe);var le=o.create(ee,K);ue.concat(le)},unpad:function(ue){var Q=ue.words[ue.sigBytes-1>>>2]&255;ue.sigBytes-=Q}},M=c.BlockCipher=m.extend({cfg:m.cfg.extend({mode:R,padding:O}),reset:function(){var ue;m.reset.call(this);var Q=this.cfg,J=Q.iv,K=Q.mode;this._xformMode==this._ENC_XFORM_MODE?ue=K.createEncryptor:(ue=K.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==ue?this._mode.init(this,J&&J.words):(this._mode=ue.call(K,this,J&&J.words),this._mode.__creator=ue)},_doProcessBlock:function(ue,Q){this._mode.processBlock(ue,Q)},_doFinalize:function(){var ue,Q=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(Q.pad(this._data,this.blockSize),ue=this._process(!0)):(ue=this._process(!0),Q.unpad(ue)),ue},blockSize:128/32}),B=c.CipherParams=f.extend({init:function(ue){this.mixIn(ue)},toString:function(ue){return(ue||this.formatter).stringify(this)}}),U=l.format={},X=U.OpenSSL={stringify:function(ue){var Q,J=ue.ciphertext,K=ue.salt;return K?Q=o.create([1398893684,1701076831]).concat(K).concat(J):Q=J,Q.toString(x)},parse:function(ue){var Q,J=x.parse(ue),K=J.words;return K[0]==1398893684&&K[1]==1701076831&&(Q=o.create(K.slice(2,4)),K.splice(0,4),J.sigBytes-=16),B.create({ciphertext:J,salt:Q})}},G=c.SerializableCipher=f.extend({cfg:f.extend({format:X}),encrypt:function(ue,Q,J,K){K=this.cfg.extend(K);var oe=ue.createEncryptor(J,K),ee=oe.finalize(Q),q=oe.cfg;return B.create({ciphertext:ee,key:J,iv:q.iv,algorithm:ue,mode:q.mode,padding:q.padding,blockSize:ue.blockSize,formatter:K.format})},decrypt:function(ue,Q,J,K){K=this.cfg.extend(K),Q=this._parse(Q,K.format);var oe=ue.createDecryptor(J,K).finalize(Q.ciphertext);return oe},_parse:function(ue,Q){return typeof ue=="string"?Q.parse(ue,this):ue}}),V=l.kdf={},ae=V.OpenSSL={execute:function(ue,Q,J,K){K||(K=o.random(64/8));var oe=y.create({keySize:Q+J}).compute(ue,K),ee=o.create(oe.words.slice(Q),J*4);return oe.sigBytes=Q*4,B.create({key:oe,iv:ee,salt:K})}},ie=c.PasswordBasedCipher=G.extend({cfg:G.cfg.extend({kdf:ae}),encrypt:function(ue,Q,J,K){K=this.cfg.extend(K);var oe=K.kdf.execute(J,ue.keySize,ue.ivSize);K.iv=oe.iv;var ee=G.encrypt.call(this,ue,Q,oe.key,K);return ee.mixIn(oe),ee},decrypt:function(ue,Q,J,K){K=this.cfg.extend(K),Q=this._parse(Q,K.format);var oe=K.kdf.execute(J,ue.keySize,ue.ivSize,Q.salt);K.iv=oe.iv;var ee=G.decrypt.call(this,ue,Q,oe.key,K);return ee}})}()})},52952:function(d,_,e){(function(r,i){d.exports=_=i()})(this,function(){var r=r||function(i,l){var c;if(typeof window!="undefined"&&window.crypto&&(c=window.crypto),typeof self!="undefined"&&self.crypto&&(c=self.crypto),typeof globalThis!="undefined"&&globalThis.crypto&&(c=globalThis.crypto),!c&&typeof window!="undefined"&&window.msCrypto&&(c=window.msCrypto),!c&&typeof e.g!="undefined"&&e.g.crypto&&(c=e.g.crypto),!c)try{c=e(3828)}catch(A){}var f=function(){if(c){if(typeof c.getRandomValues=="function")try{return c.getRandomValues(new Uint32Array(1))[0]}catch(A){}if(typeof c.randomBytes=="function")try{return c.randomBytes(4).readInt32LE()}catch(A){}}throw new Error("Native crypto module could not be used to get secure random number.")},o=Object.create||function(){function A(){}return function(O){var M;return A.prototype=O,M=new A,A.prototype=null,M}}(),h={},u=h.lib={},a=u.Base=function(){return{extend:function(A){var O=o(this);return A&&O.mixIn(A),(!O.hasOwnProperty("init")||this.init===O.init)&&(O.init=function(){O.$super.init.apply(this,arguments)}),O.init.prototype=O,O.$super=this,O},create:function(){var A=this.extend();return A.init.apply(A,arguments),A},init:function(){},mixIn:function(A){for(var O in A)A.hasOwnProperty(O)&&(this[O]=A[O]);A.hasOwnProperty("toString")&&(this.toString=A.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),x=u.WordArray=a.extend({init:function(A,O){A=this.words=A||[],O!=l?this.sigBytes=O:this.sigBytes=A.length*4},toString:function(A){return(A||y).stringify(this)},concat:function(A){var O=this.words,M=A.words,B=this.sigBytes,U=A.sigBytes;if(this.clamp(),B%4)for(var X=0;X<U;X++){var G=M[X>>>2]>>>24-X%4*8&255;O[B+X>>>2]|=G<<24-(B+X)%4*8}else for(var V=0;V<U;V+=4)O[B+V>>>2]=M[V>>>2];return this.sigBytes+=U,this},clamp:function(){var A=this.words,O=this.sigBytes;A[O>>>2]&=4294967295<<32-O%4*8,A.length=i.ceil(O/4)},clone:function(){var A=a.clone.call(this);return A.words=this.words.slice(0),A},random:function(A){for(var O=[],M=0;M<A;M+=4)O.push(f());return new x.init(O,A)}}),p=h.enc={},y=p.Hex={stringify:function(A){for(var O=A.words,M=A.sigBytes,B=[],U=0;U<M;U++){var X=O[U>>>2]>>>24-U%4*8&255;B.push((X>>>4).toString(16)),B.push((X&15).toString(16))}return B.join("")},parse:function(A){for(var O=A.length,M=[],B=0;B<O;B+=2)M[B>>>3]|=parseInt(A.substr(B,2),16)<<24-B%8*4;return new x.init(M,O/2)}},m=p.Latin1={stringify:function(A){for(var O=A.words,M=A.sigBytes,B=[],U=0;U<M;U++){var X=O[U>>>2]>>>24-U%4*8&255;B.push(String.fromCharCode(X))}return B.join("")},parse:function(A){for(var O=A.length,M=[],B=0;B<O;B++)M[B>>>2]|=(A.charCodeAt(B)&255)<<24-B%4*8;return new x.init(M,O)}},b=p.Utf8={stringify:function(A){try{return decodeURIComponent(escape(m.stringify(A)))}catch(O){throw new Error("Malformed UTF-8 data")}},parse:function(A){return m.parse(unescape(encodeURIComponent(A)))}},S=u.BufferedBlockAlgorithm=a.extend({reset:function(){this._data=new x.init,this._nDataBytes=0},_append:function(A){typeof A=="string"&&(A=b.parse(A)),this._data.concat(A),this._nDataBytes+=A.sigBytes},_process:function(A){var O,M=this._data,B=M.words,U=M.sigBytes,X=this.blockSize,G=X*4,V=U/G;A?V=i.ceil(V):V=i.max((V|0)-this._minBufferSize,0);var ae=V*X,ie=i.min(ae*4,U);if(ae){for(var ue=0;ue<ae;ue+=X)this._doProcessBlock(B,ue);O=B.splice(0,ae),M.sigBytes-=ie}return new x.init(O,ie)},clone:function(){var A=a.clone.call(this);return A._data=this._data.clone(),A},_minBufferSize:0}),k=u.Hasher=S.extend({cfg:a.extend(),init:function(A){this.cfg=this.cfg.extend(A),this.reset()},reset:function(){S.reset.call(this),this._doReset()},update:function(A){return this._append(A),this._process(),this},finalize:function(A){A&&this._append(A);var O=this._doFinalize();return O},blockSize:512/32,_createHelper:function(A){return function(O,M){return new A.init(M).finalize(O)}},_createHmacHelper:function(A){return function(O,M){return new R.HMAC.init(A,M).finalize(O)}}}),R=h.algo={};return h}(Math);return r})},35909:function(d,_,e){(function(r,i){d.exports=_=i(e(52952))})(this,function(r){return function(){var i=r,l=i.lib,c=l.WordArray,f=i.enc,o=f.Base64={stringify:function(u){var a=u.words,x=u.sigBytes,p=this._map;u.clamp();for(var y=[],m=0;m<x;m+=3)for(var b=a[m>>>2]>>>24-m%4*8&255,S=a[m+1>>>2]>>>24-(m+1)%4*8&255,k=a[m+2>>>2]>>>24-(m+2)%4*8&255,R=b<<16|S<<8|k,A=0;A<4&&m+A*.75<x;A++)y.push(p.charAt(R>>>6*(3-A)&63));var O=p.charAt(64);if(O)for(;y.length%4;)y.push(O);return y.join("")},parse:function(u){var a=u.length,x=this._map,p=this._reverseMap;if(!p){p=this._reverseMap=[];for(var y=0;y<x.length;y++)p[x.charCodeAt(y)]=y}var m=x.charAt(64);if(m){var b=u.indexOf(m);b!==-1&&(a=b)}return h(u,a,p)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function h(u,a,x){for(var p=[],y=0,m=0;m<a;m++)if(m%4){var b=x[u.charCodeAt(m-1)]<<m%4*2,S=x[u.charCodeAt(m)]>>>6-m%4*2,k=b|S;p[y>>>2]|=k<<24-y%4*8,y++}return c.create(p,y)}}(),r.enc.Base64})},52695:function(d,_,e){(function(r,i){d.exports=_=i(e(52952))})(this,function(r){return function(){var i=r,l=i.lib,c=l.WordArray,f=i.enc,o=f.Base64url={stringify:function(u,a=!0){var x=u.words,p=u.sigBytes,y=a?this._safe_map:this._map;u.clamp();for(var m=[],b=0;b<p;b+=3)for(var S=x[b>>>2]>>>24-b%4*8&255,k=x[b+1>>>2]>>>24-(b+1)%4*8&255,R=x[b+2>>>2]>>>24-(b+2)%4*8&255,A=S<<16|k<<8|R,O=0;O<4&&b+O*.75<p;O++)m.push(y.charAt(A>>>6*(3-O)&63));var M=y.charAt(64);if(M)for(;m.length%4;)m.push(M);return m.join("")},parse:function(u,a=!0){var x=u.length,p=a?this._safe_map:this._map,y=this._reverseMap;if(!y){y=this._reverseMap=[];for(var m=0;m<p.length;m++)y[p.charCodeAt(m)]=m}var b=p.charAt(64);if(b){var S=u.indexOf(b);S!==-1&&(x=S)}return h(u,x,y)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function h(u,a,x){for(var p=[],y=0,m=0;m<a;m++)if(m%4){var b=x[u.charCodeAt(m-1)]<<m%4*2,S=x[u.charCodeAt(m)]>>>6-m%4*2,k=b|S;p[y>>>2]|=k<<24-y%4*8,y++}return c.create(p,y)}}(),r.enc.Base64url})},73323:function(d,_,e){(function(r,i){d.exports=_=i(e(52952))})(this,function(r){return function(){var i=r,l=i.lib,c=l.WordArray,f=i.enc,o=f.Utf16=f.Utf16BE={stringify:function(u){for(var a=u.words,x=u.sigBytes,p=[],y=0;y<x;y+=2){var m=a[y>>>2]>>>16-y%4*8&65535;p.push(String.fromCharCode(m))}return p.join("")},parse:function(u){for(var a=u.length,x=[],p=0;p<a;p++)x[p>>>1]|=u.charCodeAt(p)<<16-p%2*16;return c.create(x,a*2)}};f.Utf16LE={stringify:function(u){for(var a=u.words,x=u.sigBytes,p=[],y=0;y<x;y+=2){var m=h(a[y>>>2]>>>16-y%4*8&65535);p.push(String.fromCharCode(m))}return p.join("")},parse:function(u){for(var a=u.length,x=[],p=0;p<a;p++)x[p>>>1]|=h(u.charCodeAt(p)<<16-p%2*16);return c.create(x,a*2)}};function h(u){return u<<8&4278255360|u>>>8&16711935}}(),r.enc.Utf16})},28492:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(49479),e(83760))})(this,function(r){return function(){var i=r,l=i.lib,c=l.Base,f=l.WordArray,o=i.algo,h=o.MD5,u=o.EvpKDF=c.extend({cfg:c.extend({keySize:128/32,hasher:h,iterations:1}),init:function(a){this.cfg=this.cfg.extend(a)},compute:function(a,x){for(var p,y=this.cfg,m=y.hasher.create(),b=f.create(),S=b.words,k=y.keySize,R=y.iterations;S.length<k;){p&&m.update(p),p=m.update(a).finalize(x),m.reset();for(var A=1;A<R;A++)p=m.finalize(p),m.reset();b.concat(p)}return b.sigBytes=k*4,b}});i.EvpKDF=function(a,x,p){return u.create(p).compute(a,x)}}(),r.EvpKDF})},24408:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(93617))})(this,function(r){return function(i){var l=r,c=l.lib,f=c.CipherParams,o=l.enc,h=o.Hex,u=l.format,a=u.Hex={stringify:function(x){return x.ciphertext.toString(h)},parse:function(x){var p=h.parse(x);return f.create({ciphertext:p})}}}(),r.format.Hex})},83760:function(d,_,e){(function(r,i){d.exports=_=i(e(52952))})(this,function(r){(function(){var i=r,l=i.lib,c=l.Base,f=i.enc,o=f.Utf8,h=i.algo,u=h.HMAC=c.extend({init:function(a,x){a=this._hasher=new a.init,typeof x=="string"&&(x=o.parse(x));var p=a.blockSize,y=p*4;x.sigBytes>y&&(x=a.finalize(x)),x.clamp();for(var m=this._oKey=x.clone(),b=this._iKey=x.clone(),S=m.words,k=b.words,R=0;R<p;R++)S[R]^=1549556828,k[R]^=909522486;m.sigBytes=b.sigBytes=y,this.reset()},reset:function(){var a=this._hasher;a.reset(),a.update(this._iKey)},update:function(a){return this._hasher.update(a),this},finalize:function(a){var x=this._hasher,p=x.finalize(a);x.reset();var y=x.finalize(this._oKey.clone().concat(p));return y}})})()})},28209:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(41988),e(79183),e(73323),e(35909),e(52695),e(34905),e(49479),e(2481),e(93653),e(12133),e(82307),e(79421),e(25824),e(83760),e(37248),e(28492),e(93617),e(2882),e(98277),e(69972),e(30509),e(79182),e(74990),e(2593),e(10829),e(10265),e(18846),e(24408),e(84452),e(61945),e(22528),e(21865),e(35308))})(this,function(r){return r})},79183:function(d,_,e){(function(r,i){d.exports=_=i(e(52952))})(this,function(r){return function(){if(typeof ArrayBuffer=="function"){var i=r,l=i.lib,c=l.WordArray,f=c.init,o=c.init=function(h){if(h instanceof ArrayBuffer&&(h=new Uint8Array(h)),(h instanceof Int8Array||typeof Uint8ClampedArray!="undefined"&&h instanceof Uint8ClampedArray||h instanceof Int16Array||h instanceof Uint16Array||h instanceof Int32Array||h instanceof Uint32Array||h instanceof Float32Array||h instanceof Float64Array)&&(h=new Uint8Array(h.buffer,h.byteOffset,h.byteLength)),h instanceof Uint8Array){for(var u=h.byteLength,a=[],x=0;x<u;x++)a[x>>>2]|=h[x]<<24-x%4*8;f.call(this,a,u)}else f.apply(this,arguments)};o.prototype=c}}(),r.lib.WordArray})},34905:function(d,_,e){(function(r,i){d.exports=_=i(e(52952))})(this,function(r){return function(i){var l=r,c=l.lib,f=c.WordArray,o=c.Hasher,h=l.algo,u=[];(function(){for(var b=0;b<64;b++)u[b]=i.abs(i.sin(b+1))*4294967296|0})();var a=h.MD5=o.extend({_doReset:function(){this._hash=new f.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(b,S){for(var k=0;k<16;k++){var R=S+k,A=b[R];b[R]=(A<<8|A>>>24)&16711935|(A<<24|A>>>8)&4278255360}var O=this._hash.words,M=b[S+0],B=b[S+1],U=b[S+2],X=b[S+3],G=b[S+4],V=b[S+5],ae=b[S+6],ie=b[S+7],ue=b[S+8],Q=b[S+9],J=b[S+10],K=b[S+11],oe=b[S+12],ee=b[S+13],q=b[S+14],le=b[S+15],Z=O[0],j=O[1],se=O[2],me=O[3];Z=x(Z,j,se,me,M,7,u[0]),me=x(me,Z,j,se,B,12,u[1]),se=x(se,me,Z,j,U,17,u[2]),j=x(j,se,me,Z,X,22,u[3]),Z=x(Z,j,se,me,G,7,u[4]),me=x(me,Z,j,se,V,12,u[5]),se=x(se,me,Z,j,ae,17,u[6]),j=x(j,se,me,Z,ie,22,u[7]),Z=x(Z,j,se,me,ue,7,u[8]),me=x(me,Z,j,se,Q,12,u[9]),se=x(se,me,Z,j,J,17,u[10]),j=x(j,se,me,Z,K,22,u[11]),Z=x(Z,j,se,me,oe,7,u[12]),me=x(me,Z,j,se,ee,12,u[13]),se=x(se,me,Z,j,q,17,u[14]),j=x(j,se,me,Z,le,22,u[15]),Z=p(Z,j,se,me,B,5,u[16]),me=p(me,Z,j,se,ae,9,u[17]),se=p(se,me,Z,j,K,14,u[18]),j=p(j,se,me,Z,M,20,u[19]),Z=p(Z,j,se,me,V,5,u[20]),me=p(me,Z,j,se,J,9,u[21]),se=p(se,me,Z,j,le,14,u[22]),j=p(j,se,me,Z,G,20,u[23]),Z=p(Z,j,se,me,Q,5,u[24]),me=p(me,Z,j,se,q,9,u[25]),se=p(se,me,Z,j,X,14,u[26]),j=p(j,se,me,Z,ue,20,u[27]),Z=p(Z,j,se,me,ee,5,u[28]),me=p(me,Z,j,se,U,9,u[29]),se=p(se,me,Z,j,ie,14,u[30]),j=p(j,se,me,Z,oe,20,u[31]),Z=y(Z,j,se,me,V,4,u[32]),me=y(me,Z,j,se,ue,11,u[33]),se=y(se,me,Z,j,K,16,u[34]),j=y(j,se,me,Z,q,23,u[35]),Z=y(Z,j,se,me,B,4,u[36]),me=y(me,Z,j,se,G,11,u[37]),se=y(se,me,Z,j,ie,16,u[38]),j=y(j,se,me,Z,J,23,u[39]),Z=y(Z,j,se,me,ee,4,u[40]),me=y(me,Z,j,se,M,11,u[41]),se=y(se,me,Z,j,X,16,u[42]),j=y(j,se,me,Z,ae,23,u[43]),Z=y(Z,j,se,me,Q,4,u[44]),me=y(me,Z,j,se,oe,11,u[45]),se=y(se,me,Z,j,le,16,u[46]),j=y(j,se,me,Z,U,23,u[47]),Z=m(Z,j,se,me,M,6,u[48]),me=m(me,Z,j,se,ie,10,u[49]),se=m(se,me,Z,j,q,15,u[50]),j=m(j,se,me,Z,V,21,u[51]),Z=m(Z,j,se,me,oe,6,u[52]),me=m(me,Z,j,se,X,10,u[53]),se=m(se,me,Z,j,J,15,u[54]),j=m(j,se,me,Z,B,21,u[55]),Z=m(Z,j,se,me,ue,6,u[56]),me=m(me,Z,j,se,le,10,u[57]),se=m(se,me,Z,j,ae,15,u[58]),j=m(j,se,me,Z,ee,21,u[59]),Z=m(Z,j,se,me,G,6,u[60]),me=m(me,Z,j,se,K,10,u[61]),se=m(se,me,Z,j,U,15,u[62]),j=m(j,se,me,Z,Q,21,u[63]),O[0]=O[0]+Z|0,O[1]=O[1]+j|0,O[2]=O[2]+se|0,O[3]=O[3]+me|0},_doFinalize:function(){var b=this._data,S=b.words,k=this._nDataBytes*8,R=b.sigBytes*8;S[R>>>5]|=128<<24-R%32;var A=i.floor(k/4294967296),O=k;S[(R+64>>>9<<4)+15]=(A<<8|A>>>24)&16711935|(A<<24|A>>>8)&4278255360,S[(R+64>>>9<<4)+14]=(O<<8|O>>>24)&16711935|(O<<24|O>>>8)&4278255360,b.sigBytes=(S.length+1)*4,this._process();for(var M=this._hash,B=M.words,U=0;U<4;U++){var X=B[U];B[U]=(X<<8|X>>>24)&16711935|(X<<24|X>>>8)&4278255360}return M},clone:function(){var b=o.clone.call(this);return b._hash=this._hash.clone(),b}});function x(b,S,k,R,A,O,M){var B=b+(S&k|~S&R)+A+M;return(B<<O|B>>>32-O)+S}function p(b,S,k,R,A,O,M){var B=b+(S&R|k&~R)+A+M;return(B<<O|B>>>32-O)+S}function y(b,S,k,R,A,O,M){var B=b+(S^k^R)+A+M;return(B<<O|B>>>32-O)+S}function m(b,S,k,R,A,O,M){var B=b+(k^(S|~R))+A+M;return(B<<O|B>>>32-O)+S}l.MD5=o._createHelper(a),l.HmacMD5=o._createHmacHelper(a)}(Math),r.MD5})},2882:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(93617))})(this,function(r){return r.mode.CFB=function(){var i=r.lib.BlockCipherMode.extend();i.Encryptor=i.extend({processBlock:function(c,f){var o=this._cipher,h=o.blockSize;l.call(this,c,f,h,o),this._prevBlock=c.slice(f,f+h)}}),i.Decryptor=i.extend({processBlock:function(c,f){var o=this._cipher,h=o.blockSize,u=c.slice(f,f+h);l.call(this,c,f,h,o),this._prevBlock=u}});function l(c,f,o,h){var u,a=this._iv;a?(u=a.slice(0),this._iv=void 0):u=this._prevBlock,h.encryptBlock(u,0);for(var x=0;x<o;x++)c[f+x]^=u[x]}return i}(),r.mode.CFB})},69972:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(93617))})(this,function(r){return r.mode.CTRGladman=function(){var i=r.lib.BlockCipherMode.extend();function l(o){if((o>>24&255)===255){var h=o>>16&255,u=o>>8&255,a=o&255;h===255?(h=0,u===255?(u=0,a===255?a=0:++a):++u):++h,o=0,o+=h<<16,o+=u<<8,o+=a}else o+=16777216;return o}function c(o){return(o[0]=l(o[0]))===0&&(o[1]=l(o[1])),o}var f=i.Encryptor=i.extend({processBlock:function(o,h){var u=this._cipher,a=u.blockSize,x=this._iv,p=this._counter;x&&(p=this._counter=x.slice(0),this._iv=void 0),c(p);var y=p.slice(0);u.encryptBlock(y,0);for(var m=0;m<a;m++)o[h+m]^=y[m]}});return i.Decryptor=f,i}(),r.mode.CTRGladman})},98277:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(93617))})(this,function(r){return r.mode.CTR=function(){var i=r.lib.BlockCipherMode.extend(),l=i.Encryptor=i.extend({processBlock:function(c,f){var o=this._cipher,h=o.blockSize,u=this._iv,a=this._counter;u&&(a=this._counter=u.slice(0),this._iv=void 0);var x=a.slice(0);o.encryptBlock(x,0),a[h-1]=a[h-1]+1|0;for(var p=0;p<h;p++)c[f+p]^=x[p]}});return i.Decryptor=l,i}(),r.mode.CTR})},79182:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(93617))})(this,function(r){return r.mode.ECB=function(){var i=r.lib.BlockCipherMode.extend();return i.Encryptor=i.extend({processBlock:function(l,c){this._cipher.encryptBlock(l,c)}}),i.Decryptor=i.extend({processBlock:function(l,c){this._cipher.decryptBlock(l,c)}}),i}(),r.mode.ECB})},30509:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(93617))})(this,function(r){return r.mode.OFB=function(){var i=r.lib.BlockCipherMode.extend(),l=i.Encryptor=i.extend({processBlock:function(c,f){var o=this._cipher,h=o.blockSize,u=this._iv,a=this._keystream;u&&(a=this._keystream=u.slice(0),this._iv=void 0),o.encryptBlock(a,0);for(var x=0;x<h;x++)c[f+x]^=a[x]}});return i.Decryptor=l,i}(),r.mode.OFB})},74990:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(93617))})(this,function(r){return r.pad.AnsiX923={pad:function(i,l){var c=i.sigBytes,f=l*4,o=f-c%f,h=c+o-1;i.clamp(),i.words[h>>>2]|=o<<24-h%4*8,i.sigBytes+=o},unpad:function(i){var l=i.words[i.sigBytes-1>>>2]&255;i.sigBytes-=l}},r.pad.Ansix923})},2593:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(93617))})(this,function(r){return r.pad.Iso10126={pad:function(i,l){var c=l*4,f=c-i.sigBytes%c;i.concat(r.lib.WordArray.random(f-1)).concat(r.lib.WordArray.create([f<<24],1))},unpad:function(i){var l=i.words[i.sigBytes-1>>>2]&255;i.sigBytes-=l}},r.pad.Iso10126})},10829:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(93617))})(this,function(r){return r.pad.Iso97971={pad:function(i,l){i.concat(r.lib.WordArray.create([2147483648],1)),r.pad.ZeroPadding.pad(i,l)},unpad:function(i){r.pad.ZeroPadding.unpad(i),i.sigBytes--}},r.pad.Iso97971})},18846:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(93617))})(this,function(r){return r.pad.NoPadding={pad:function(){},unpad:function(){}},r.pad.NoPadding})},10265:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(93617))})(this,function(r){return r.pad.ZeroPadding={pad:function(i,l){var c=l*4;i.clamp(),i.sigBytes+=c-(i.sigBytes%c||c)},unpad:function(i){for(var l=i.words,c=i.sigBytes-1,c=i.sigBytes-1;c>=0;c--)if(l[c>>>2]>>>24-c%4*8&255){i.sigBytes=c+1;break}}},r.pad.ZeroPadding})},37248:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(49479),e(83760))})(this,function(r){return function(){var i=r,l=i.lib,c=l.Base,f=l.WordArray,o=i.algo,h=o.SHA1,u=o.HMAC,a=o.PBKDF2=c.extend({cfg:c.extend({keySize:128/32,hasher:h,iterations:1}),init:function(x){this.cfg=this.cfg.extend(x)},compute:function(x,p){for(var y=this.cfg,m=u.create(y.hasher,x),b=f.create(),S=f.create([1]),k=b.words,R=S.words,A=y.keySize,O=y.iterations;k.length<A;){var M=m.update(p).finalize(S);m.reset();for(var B=M.words,U=B.length,X=M,G=1;G<O;G++){X=m.finalize(X),m.reset();for(var V=X.words,ae=0;ae<U;ae++)B[ae]^=V[ae]}b.concat(M),R[0]++}return b.sigBytes=A*4,b}});i.PBKDF2=function(x,p,y){return a.create(y).compute(x,p)}}(),r.PBKDF2})},35308:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(35909),e(34905),e(28492),e(93617))})(this,function(r){return function(){var i=r,l=i.lib,c=l.StreamCipher,f=i.algo,o=[],h=[],u=[],a=f.RabbitLegacy=c.extend({_doReset:function(){var p=this._key.words,y=this.cfg.iv,m=this._X=[p[0],p[3]<<16|p[2]>>>16,p[1],p[0]<<16|p[3]>>>16,p[2],p[1]<<16|p[0]>>>16,p[3],p[2]<<16|p[1]>>>16],b=this._C=[p[2]<<16|p[2]>>>16,p[0]&4294901760|p[1]&65535,p[3]<<16|p[3]>>>16,p[1]&4294901760|p[2]&65535,p[0]<<16|p[0]>>>16,p[2]&4294901760|p[3]&65535,p[1]<<16|p[1]>>>16,p[3]&4294901760|p[0]&65535];this._b=0;for(var S=0;S<4;S++)x.call(this);for(var S=0;S<8;S++)b[S]^=m[S+4&7];if(y){var k=y.words,R=k[0],A=k[1],O=(R<<8|R>>>24)&16711935|(R<<24|R>>>8)&4278255360,M=(A<<8|A>>>24)&16711935|(A<<24|A>>>8)&4278255360,B=O>>>16|M&4294901760,U=M<<16|O&65535;b[0]^=O,b[1]^=B,b[2]^=M,b[3]^=U,b[4]^=O,b[5]^=B,b[6]^=M,b[7]^=U;for(var S=0;S<4;S++)x.call(this)}},_doProcessBlock:function(p,y){var m=this._X;x.call(this),o[0]=m[0]^m[5]>>>16^m[3]<<16,o[1]=m[2]^m[7]>>>16^m[5]<<16,o[2]=m[4]^m[1]>>>16^m[7]<<16,o[3]=m[6]^m[3]>>>16^m[1]<<16;for(var b=0;b<4;b++)o[b]=(o[b]<<8|o[b]>>>24)&16711935|(o[b]<<24|o[b]>>>8)&4278255360,p[y+b]^=o[b]},blockSize:128/32,ivSize:64/32});function x(){for(var p=this._X,y=this._C,m=0;m<8;m++)h[m]=y[m];y[0]=y[0]+1295307597+this._b|0,y[1]=y[1]+3545052371+(y[0]>>>0<h[0]>>>0?1:0)|0,y[2]=y[2]+886263092+(y[1]>>>0<h[1]>>>0?1:0)|0,y[3]=y[3]+1295307597+(y[2]>>>0<h[2]>>>0?1:0)|0,y[4]=y[4]+3545052371+(y[3]>>>0<h[3]>>>0?1:0)|0,y[5]=y[5]+886263092+(y[4]>>>0<h[4]>>>0?1:0)|0,y[6]=y[6]+1295307597+(y[5]>>>0<h[5]>>>0?1:0)|0,y[7]=y[7]+3545052371+(y[6]>>>0<h[6]>>>0?1:0)|0,this._b=y[7]>>>0<h[7]>>>0?1:0;for(var m=0;m<8;m++){var b=p[m]+y[m],S=b&65535,k=b>>>16,R=((S*S>>>17)+S*k>>>15)+k*k,A=((b&4294901760)*b|0)+((b&65535)*b|0);u[m]=R^A}p[0]=u[0]+(u[7]<<16|u[7]>>>16)+(u[6]<<16|u[6]>>>16)|0,p[1]=u[1]+(u[0]<<8|u[0]>>>24)+u[7]|0,p[2]=u[2]+(u[1]<<16|u[1]>>>16)+(u[0]<<16|u[0]>>>16)|0,p[3]=u[3]+(u[2]<<8|u[2]>>>24)+u[1]|0,p[4]=u[4]+(u[3]<<16|u[3]>>>16)+(u[2]<<16|u[2]>>>16)|0,p[5]=u[5]+(u[4]<<8|u[4]>>>24)+u[3]|0,p[6]=u[6]+(u[5]<<16|u[5]>>>16)+(u[4]<<16|u[4]>>>16)|0,p[7]=u[7]+(u[6]<<8|u[6]>>>24)+u[5]|0}i.RabbitLegacy=c._createHelper(a)}(),r.RabbitLegacy})},21865:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(35909),e(34905),e(28492),e(93617))})(this,function(r){return function(){var i=r,l=i.lib,c=l.StreamCipher,f=i.algo,o=[],h=[],u=[],a=f.Rabbit=c.extend({_doReset:function(){for(var p=this._key.words,y=this.cfg.iv,m=0;m<4;m++)p[m]=(p[m]<<8|p[m]>>>24)&16711935|(p[m]<<24|p[m]>>>8)&4278255360;var b=this._X=[p[0],p[3]<<16|p[2]>>>16,p[1],p[0]<<16|p[3]>>>16,p[2],p[1]<<16|p[0]>>>16,p[3],p[2]<<16|p[1]>>>16],S=this._C=[p[2]<<16|p[2]>>>16,p[0]&4294901760|p[1]&65535,p[3]<<16|p[3]>>>16,p[1]&4294901760|p[2]&65535,p[0]<<16|p[0]>>>16,p[2]&4294901760|p[3]&65535,p[1]<<16|p[1]>>>16,p[3]&4294901760|p[0]&65535];this._b=0;for(var m=0;m<4;m++)x.call(this);for(var m=0;m<8;m++)S[m]^=b[m+4&7];if(y){var k=y.words,R=k[0],A=k[1],O=(R<<8|R>>>24)&16711935|(R<<24|R>>>8)&4278255360,M=(A<<8|A>>>24)&16711935|(A<<24|A>>>8)&4278255360,B=O>>>16|M&4294901760,U=M<<16|O&65535;S[0]^=O,S[1]^=B,S[2]^=M,S[3]^=U,S[4]^=O,S[5]^=B,S[6]^=M,S[7]^=U;for(var m=0;m<4;m++)x.call(this)}},_doProcessBlock:function(p,y){var m=this._X;x.call(this),o[0]=m[0]^m[5]>>>16^m[3]<<16,o[1]=m[2]^m[7]>>>16^m[5]<<16,o[2]=m[4]^m[1]>>>16^m[7]<<16,o[3]=m[6]^m[3]>>>16^m[1]<<16;for(var b=0;b<4;b++)o[b]=(o[b]<<8|o[b]>>>24)&16711935|(o[b]<<24|o[b]>>>8)&4278255360,p[y+b]^=o[b]},blockSize:128/32,ivSize:64/32});function x(){for(var p=this._X,y=this._C,m=0;m<8;m++)h[m]=y[m];y[0]=y[0]+1295307597+this._b|0,y[1]=y[1]+3545052371+(y[0]>>>0<h[0]>>>0?1:0)|0,y[2]=y[2]+886263092+(y[1]>>>0<h[1]>>>0?1:0)|0,y[3]=y[3]+1295307597+(y[2]>>>0<h[2]>>>0?1:0)|0,y[4]=y[4]+3545052371+(y[3]>>>0<h[3]>>>0?1:0)|0,y[5]=y[5]+886263092+(y[4]>>>0<h[4]>>>0?1:0)|0,y[6]=y[6]+1295307597+(y[5]>>>0<h[5]>>>0?1:0)|0,y[7]=y[7]+3545052371+(y[6]>>>0<h[6]>>>0?1:0)|0,this._b=y[7]>>>0<h[7]>>>0?1:0;for(var m=0;m<8;m++){var b=p[m]+y[m],S=b&65535,k=b>>>16,R=((S*S>>>17)+S*k>>>15)+k*k,A=((b&4294901760)*b|0)+((b&65535)*b|0);u[m]=R^A}p[0]=u[0]+(u[7]<<16|u[7]>>>16)+(u[6]<<16|u[6]>>>16)|0,p[1]=u[1]+(u[0]<<8|u[0]>>>24)+u[7]|0,p[2]=u[2]+(u[1]<<16|u[1]>>>16)+(u[0]<<16|u[0]>>>16)|0,p[3]=u[3]+(u[2]<<8|u[2]>>>24)+u[1]|0,p[4]=u[4]+(u[3]<<16|u[3]>>>16)+(u[2]<<16|u[2]>>>16)|0,p[5]=u[5]+(u[4]<<8|u[4]>>>24)+u[3]|0,p[6]=u[6]+(u[5]<<16|u[5]>>>16)+(u[4]<<16|u[4]>>>16)|0,p[7]=u[7]+(u[6]<<8|u[6]>>>24)+u[5]|0}i.Rabbit=c._createHelper(a)}(),r.Rabbit})},22528:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(35909),e(34905),e(28492),e(93617))})(this,function(r){return function(){var i=r,l=i.lib,c=l.StreamCipher,f=i.algo,o=f.RC4=c.extend({_doReset:function(){for(var a=this._key,x=a.words,p=a.sigBytes,y=this._S=[],m=0;m<256;m++)y[m]=m;for(var m=0,b=0;m<256;m++){var S=m%p,k=x[S>>>2]>>>24-S%4*8&255;b=(b+y[m]+k)%256;var R=y[m];y[m]=y[b],y[b]=R}this._i=this._j=0},_doProcessBlock:function(a,x){a[x]^=h.call(this)},keySize:256/32,ivSize:0});function h(){for(var a=this._S,x=this._i,p=this._j,y=0,m=0;m<4;m++){x=(x+1)%256,p=(p+a[x])%256;var b=a[x];a[x]=a[p],a[p]=b,y|=a[(a[x]+a[p])%256]<<24-m*8}return this._i=x,this._j=p,y}i.RC4=c._createHelper(o);var u=f.RC4Drop=o.extend({cfg:o.cfg.extend({drop:192}),_doReset:function(){o._doReset.call(this);for(var a=this.cfg.drop;a>0;a--)h.call(this)}});i.RC4Drop=c._createHelper(u)}(),r.RC4})},25824:function(d,_,e){(function(r,i){d.exports=_=i(e(52952))})(this,function(r){return function(i){var l=r,c=l.lib,f=c.WordArray,o=c.Hasher,h=l.algo,u=f.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),a=f.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),x=f.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),p=f.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),y=f.create([0,1518500249,1859775393,2400959708,2840853838]),m=f.create([1352829926,1548603684,1836072691,2053994217,0]),b=h.RIPEMD160=o.extend({_doReset:function(){this._hash=f.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(B,U){for(var X=0;X<16;X++){var G=U+X,V=B[G];B[G]=(V<<8|V>>>24)&16711935|(V<<24|V>>>8)&4278255360}var ae=this._hash.words,ie=y.words,ue=m.words,Q=u.words,J=a.words,K=x.words,oe=p.words,ee,q,le,Z,j,se,me,Oe,ke,$e;se=ee=ae[0],me=q=ae[1],Oe=le=ae[2],ke=Z=ae[3],$e=j=ae[4];for(var Ne,X=0;X<80;X+=1)Ne=ee+B[U+Q[X]]|0,X<16?Ne+=S(q,le,Z)+ie[0]:X<32?Ne+=k(q,le,Z)+ie[1]:X<48?Ne+=R(q,le,Z)+ie[2]:X<64?Ne+=A(q,le,Z)+ie[3]:Ne+=O(q,le,Z)+ie[4],Ne=Ne|0,Ne=M(Ne,K[X]),Ne=Ne+j|0,ee=j,j=Z,Z=M(le,10),le=q,q=Ne,Ne=se+B[U+J[X]]|0,X<16?Ne+=O(me,Oe,ke)+ue[0]:X<32?Ne+=A(me,Oe,ke)+ue[1]:X<48?Ne+=R(me,Oe,ke)+ue[2]:X<64?Ne+=k(me,Oe,ke)+ue[3]:Ne+=S(me,Oe,ke)+ue[4],Ne=Ne|0,Ne=M(Ne,oe[X]),Ne=Ne+$e|0,se=$e,$e=ke,ke=M(Oe,10),Oe=me,me=Ne;Ne=ae[1]+le+ke|0,ae[1]=ae[2]+Z+$e|0,ae[2]=ae[3]+j+se|0,ae[3]=ae[4]+ee+me|0,ae[4]=ae[0]+q+Oe|0,ae[0]=Ne},_doFinalize:function(){var B=this._data,U=B.words,X=this._nDataBytes*8,G=B.sigBytes*8;U[G>>>5]|=128<<24-G%32,U[(G+64>>>9<<4)+14]=(X<<8|X>>>24)&16711935|(X<<24|X>>>8)&4278255360,B.sigBytes=(U.length+1)*4,this._process();for(var V=this._hash,ae=V.words,ie=0;ie<5;ie++){var ue=ae[ie];ae[ie]=(ue<<8|ue>>>24)&16711935|(ue<<24|ue>>>8)&4278255360}return V},clone:function(){var B=o.clone.call(this);return B._hash=this._hash.clone(),B}});function S(B,U,X){return B^U^X}function k(B,U,X){return B&U|~B&X}function R(B,U,X){return(B|~U)^X}function A(B,U,X){return B&X|U&~X}function O(B,U,X){return B^(U|~X)}function M(B,U){return B<<U|B>>>32-U}l.RIPEMD160=o._createHelper(b),l.HmacRIPEMD160=o._createHmacHelper(b)}(Math),r.RIPEMD160})},49479:function(d,_,e){(function(r,i){d.exports=_=i(e(52952))})(this,function(r){return function(){var i=r,l=i.lib,c=l.WordArray,f=l.Hasher,o=i.algo,h=[],u=o.SHA1=f.extend({_doReset:function(){this._hash=new c.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(a,x){for(var p=this._hash.words,y=p[0],m=p[1],b=p[2],S=p[3],k=p[4],R=0;R<80;R++){if(R<16)h[R]=a[x+R]|0;else{var A=h[R-3]^h[R-8]^h[R-14]^h[R-16];h[R]=A<<1|A>>>31}var O=(y<<5|y>>>27)+k+h[R];R<20?O+=(m&b|~m&S)+1518500249:R<40?O+=(m^b^S)+1859775393:R<60?O+=(m&b|m&S|b&S)-1894007588:O+=(m^b^S)-899497514,k=S,S=b,b=m<<30|m>>>2,m=y,y=O}p[0]=p[0]+y|0,p[1]=p[1]+m|0,p[2]=p[2]+b|0,p[3]=p[3]+S|0,p[4]=p[4]+k|0},_doFinalize:function(){var a=this._data,x=a.words,p=this._nDataBytes*8,y=a.sigBytes*8;return x[y>>>5]|=128<<24-y%32,x[(y+64>>>9<<4)+14]=Math.floor(p/4294967296),x[(y+64>>>9<<4)+15]=p,a.sigBytes=x.length*4,this._process(),this._hash},clone:function(){var a=f.clone.call(this);return a._hash=this._hash.clone(),a}});i.SHA1=f._createHelper(u),i.HmacSHA1=f._createHmacHelper(u)}(),r.SHA1})},93653:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(2481))})(this,function(r){return function(){var i=r,l=i.lib,c=l.WordArray,f=i.algo,o=f.SHA256,h=f.SHA224=o.extend({_doReset:function(){this._hash=new c.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var u=o._doFinalize.call(this);return u.sigBytes-=4,u}});i.SHA224=o._createHelper(h),i.HmacSHA224=o._createHmacHelper(h)}(),r.SHA224})},2481:function(d,_,e){(function(r,i){d.exports=_=i(e(52952))})(this,function(r){return function(i){var l=r,c=l.lib,f=c.WordArray,o=c.Hasher,h=l.algo,u=[],a=[];(function(){function y(k){for(var R=i.sqrt(k),A=2;A<=R;A++)if(!(k%A))return!1;return!0}function m(k){return(k-(k|0))*4294967296|0}for(var b=2,S=0;S<64;)y(b)&&(S<8&&(u[S]=m(i.pow(b,.5))),a[S]=m(i.pow(b,.3333333333333333)),S++),b++})();var x=[],p=h.SHA256=o.extend({_doReset:function(){this._hash=new f.init(u.slice(0))},_doProcessBlock:function(y,m){for(var b=this._hash.words,S=b[0],k=b[1],R=b[2],A=b[3],O=b[4],M=b[5],B=b[6],U=b[7],X=0;X<64;X++){if(X<16)x[X]=y[m+X]|0;else{var G=x[X-15],V=(G<<25|G>>>7)^(G<<14|G>>>18)^G>>>3,ae=x[X-2],ie=(ae<<15|ae>>>17)^(ae<<13|ae>>>19)^ae>>>10;x[X]=V+x[X-7]+ie+x[X-16]}var ue=O&M^~O&B,Q=S&k^S&R^k&R,J=(S<<30|S>>>2)^(S<<19|S>>>13)^(S<<10|S>>>22),K=(O<<26|O>>>6)^(O<<21|O>>>11)^(O<<7|O>>>25),oe=U+K+ue+a[X]+x[X],ee=J+Q;U=B,B=M,M=O,O=A+oe|0,A=R,R=k,k=S,S=oe+ee|0}b[0]=b[0]+S|0,b[1]=b[1]+k|0,b[2]=b[2]+R|0,b[3]=b[3]+A|0,b[4]=b[4]+O|0,b[5]=b[5]+M|0,b[6]=b[6]+B|0,b[7]=b[7]+U|0},_doFinalize:function(){var y=this._data,m=y.words,b=this._nDataBytes*8,S=y.sigBytes*8;return m[S>>>5]|=128<<24-S%32,m[(S+64>>>9<<4)+14]=i.floor(b/4294967296),m[(S+64>>>9<<4)+15]=b,y.sigBytes=m.length*4,this._process(),this._hash},clone:function(){var y=o.clone.call(this);return y._hash=this._hash.clone(),y}});l.SHA256=o._createHelper(p),l.HmacSHA256=o._createHmacHelper(p)}(Math),r.SHA256})},79421:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(41988))})(this,function(r){return function(i){var l=r,c=l.lib,f=c.WordArray,o=c.Hasher,h=l.x64,u=h.Word,a=l.algo,x=[],p=[],y=[];(function(){for(var S=1,k=0,R=0;R<24;R++){x[S+5*k]=(R+1)*(R+2)/2%64;var A=k%5,O=(2*S+3*k)%5;S=A,k=O}for(var S=0;S<5;S++)for(var k=0;k<5;k++)p[S+5*k]=k+(2*S+3*k)%5*5;for(var M=1,B=0;B<24;B++){for(var U=0,X=0,G=0;G<7;G++){if(M&1){var V=(1<<G)-1;V<32?X^=1<<V:U^=1<<V-32}M&128?M=M<<1^113:M<<=1}y[B]=u.create(U,X)}})();var m=[];(function(){for(var S=0;S<25;S++)m[S]=u.create()})();var b=a.SHA3=o.extend({cfg:o.cfg.extend({outputLength:512}),_doReset:function(){for(var S=this._state=[],k=0;k<25;k++)S[k]=new u.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(S,k){for(var R=this._state,A=this.blockSize/2,O=0;O<A;O++){var M=S[k+2*O],B=S[k+2*O+1];M=(M<<8|M>>>24)&16711935|(M<<24|M>>>8)&4278255360,B=(B<<8|B>>>24)&16711935|(B<<24|B>>>8)&4278255360;var U=R[O];U.high^=B,U.low^=M}for(var X=0;X<24;X++){for(var G=0;G<5;G++){for(var V=0,ae=0,ie=0;ie<5;ie++){var U=R[G+5*ie];V^=U.high,ae^=U.low}var ue=m[G];ue.high=V,ue.low=ae}for(var G=0;G<5;G++)for(var Q=m[(G+4)%5],J=m[(G+1)%5],K=J.high,oe=J.low,V=Q.high^(K<<1|oe>>>31),ae=Q.low^(oe<<1|K>>>31),ie=0;ie<5;ie++){var U=R[G+5*ie];U.high^=V,U.low^=ae}for(var ee=1;ee<25;ee++){var V,ae,U=R[ee],q=U.high,le=U.low,Z=x[ee];Z<32?(V=q<<Z|le>>>32-Z,ae=le<<Z|q>>>32-Z):(V=le<<Z-32|q>>>64-Z,ae=q<<Z-32|le>>>64-Z);var j=m[p[ee]];j.high=V,j.low=ae}var se=m[0],me=R[0];se.high=me.high,se.low=me.low;for(var G=0;G<5;G++)for(var ie=0;ie<5;ie++){var ee=G+5*ie,U=R[ee],Oe=m[ee],ke=m[(G+1)%5+5*ie],$e=m[(G+2)%5+5*ie];U.high=Oe.high^~ke.high&$e.high,U.low=Oe.low^~ke.low&$e.low}var U=R[0],Ne=y[X];U.high^=Ne.high,U.low^=Ne.low}},_doFinalize:function(){var S=this._data,k=S.words,R=this._nDataBytes*8,A=S.sigBytes*8,O=this.blockSize*32;k[A>>>5]|=1<<24-A%32,k[(i.ceil((A+1)/O)*O>>>5)-1]|=128,S.sigBytes=k.length*4,this._process();for(var M=this._state,B=this.cfg.outputLength/8,U=B/8,X=[],G=0;G<U;G++){var V=M[G],ae=V.high,ie=V.low;ae=(ae<<8|ae>>>24)&16711935|(ae<<24|ae>>>8)&4278255360,ie=(ie<<8|ie>>>24)&16711935|(ie<<24|ie>>>8)&4278255360,X.push(ie),X.push(ae)}return new f.init(X,B)},clone:function(){for(var S=o.clone.call(this),k=S._state=this._state.slice(0),R=0;R<25;R++)k[R]=k[R].clone();return S}});l.SHA3=o._createHelper(b),l.HmacSHA3=o._createHmacHelper(b)}(Math),r.SHA3})},82307:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(41988),e(12133))})(this,function(r){return function(){var i=r,l=i.x64,c=l.Word,f=l.WordArray,o=i.algo,h=o.SHA512,u=o.SHA384=h.extend({_doReset:function(){this._hash=new f.init([new c.init(3418070365,3238371032),new c.init(1654270250,914150663),new c.init(2438529370,812702999),new c.init(355462360,4144912697),new c.init(1731405415,4290775857),new c.init(2394180231,1750603025),new c.init(3675008525,1694076839),new c.init(1203062813,3204075428)])},_doFinalize:function(){var a=h._doFinalize.call(this);return a.sigBytes-=16,a}});i.SHA384=h._createHelper(u),i.HmacSHA384=h._createHmacHelper(u)}(),r.SHA384})},12133:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(41988))})(this,function(r){return function(){var i=r,l=i.lib,c=l.Hasher,f=i.x64,o=f.Word,h=f.WordArray,u=i.algo;function a(){return o.create.apply(o,arguments)}var x=[a(1116352408,3609767458),a(1899447441,602891725),a(3049323471,3964484399),a(3921009573,2173295548),a(961987163,4081628472),a(1508970993,3053834265),a(2453635748,2937671579),a(2870763221,3664609560),a(3624381080,2734883394),a(310598401,1164996542),a(607225278,1323610764),a(1426881987,3590304994),a(1925078388,4068182383),a(2162078206,991336113),a(2614888103,633803317),a(3248222580,3479774868),a(3835390401,2666613458),a(4022224774,944711139),a(264347078,2341262773),a(604807628,2007800933),a(770255983,1495990901),a(1249150122,1856431235),a(1555081692,3175218132),a(1996064986,2198950837),a(2554220882,3999719339),a(2821834349,766784016),a(2952996808,2566594879),a(3210313671,3203337956),a(3336571891,1034457026),a(3584528711,2466948901),a(113926993,3758326383),a(338241895,168717936),a(666307205,1188179964),a(773529912,1546045734),a(1294757372,1522805485),a(1396182291,2643833823),a(1695183700,2343527390),a(1986661051,1014477480),a(2177026350,1206759142),a(2456956037,344077627),a(2730485921,1290863460),a(2820302411,3158454273),a(3259730800,3505952657),a(3345764771,106217008),a(3516065817,3606008344),a(3600352804,1432725776),a(4094571909,1467031594),a(275423344,851169720),a(430227734,3100823752),a(506948616,1363258195),a(659060556,3750685593),a(883997877,3785050280),a(958139571,3318307427),a(1322822218,3812723403),a(1537002063,2003034995),a(1747873779,3602036899),a(1955562222,1575990012),a(2024104815,1125592928),a(2227730452,2716904306),a(2361852424,442776044),a(2428436474,593698344),a(2756734187,3733110249),a(3204031479,2999351573),a(3329325298,3815920427),a(3391569614,3928383900),a(3515267271,566280711),a(3940187606,3454069534),a(4118630271,4000239992),a(116418474,1914138554),a(174292421,2731055270),a(289380356,3203993006),a(460393269,320620315),a(685471733,587496836),a(852142971,1086792851),a(1017036298,365543100),a(1126000580,2618297676),a(1288033470,3409855158),a(1501505948,4234509866),a(1607167915,987167468),a(1816402316,1246189591)],p=[];(function(){for(var m=0;m<80;m++)p[m]=a()})();var y=u.SHA512=c.extend({_doReset:function(){this._hash=new h.init([new o.init(1779033703,4089235720),new o.init(3144134277,2227873595),new o.init(1013904242,4271175723),new o.init(2773480762,1595750129),new o.init(1359893119,2917565137),new o.init(2600822924,725511199),new o.init(528734635,4215389547),new o.init(1541459225,327033209)])},_doProcessBlock:function(m,b){for(var S=this._hash.words,k=S[0],R=S[1],A=S[2],O=S[3],M=S[4],B=S[5],U=S[6],X=S[7],G=k.high,V=k.low,ae=R.high,ie=R.low,ue=A.high,Q=A.low,J=O.high,K=O.low,oe=M.high,ee=M.low,q=B.high,le=B.low,Z=U.high,j=U.low,se=X.high,me=X.low,Oe=G,ke=V,$e=ae,Ne=ie,Ft=ue,wt=Q,Pt=J,Jt=K,er=oe,tr=ee,Xe=q,It=le,Zt=Z,ot=j,bt=se,mt=me,et=0;et<80;et++){var He,_e,Se=p[et];if(et<16)_e=Se.high=m[b+et*2]|0,He=Se.low=m[b+et*2+1]|0;else{var Me=p[et-15],Ue=Me.high,We=Me.low,it=(Ue>>>1|We<<31)^(Ue>>>8|We<<24)^Ue>>>7,ct=(We>>>1|Ue<<31)^(We>>>8|Ue<<24)^(We>>>7|Ue<<25),Gt=p[et-2],$t=Gt.high,Pe=Gt.low,Qe=($t>>>19|Pe<<13)^($t<<3|Pe>>>29)^$t>>>6,Kt=(Pe>>>19|$t<<13)^(Pe<<3|$t>>>29)^(Pe>>>6|$t<<26),Lt=p[et-7],Ht=Lt.high,Nt=Lt.low,Ct=p[et-16],Yt=Ct.high,Ge=Ct.low;He=ct+Nt,_e=it+Ht+(He>>>0<ct>>>0?1:0),He=He+Kt,_e=_e+Qe+(He>>>0<Kt>>>0?1:0),He=He+Ge,_e=_e+Yt+(He>>>0<Ge>>>0?1:0),Se.high=_e,Se.low=He}var fe=er&Xe^~er&Zt,pe=tr&It^~tr&ot,Dt=Oe&$e^Oe&Ft^$e&Ft,Te=ke&Ne^ke&wt^Ne&wt,ht=(Oe>>>28|ke<<4)^(Oe<<30|ke>>>2)^(Oe<<25|ke>>>7),Wt=(ke>>>28|Oe<<4)^(ke<<30|Oe>>>2)^(ke<<25|Oe>>>7),St=(er>>>14|tr<<18)^(er>>>18|tr<<14)^(er<<23|tr>>>9),Re=(tr>>>14|er<<18)^(tr>>>18|er<<14)^(tr<<23|er>>>9),_t=x[et],ze=_t.high,we=_t.low,gt=mt+Re,kt=bt+St+(gt>>>0<mt>>>0?1:0),gt=gt+pe,kt=kt+fe+(gt>>>0<pe>>>0?1:0),gt=gt+we,kt=kt+ze+(gt>>>0<we>>>0?1:0),gt=gt+He,kt=kt+_e+(gt>>>0<He>>>0?1:0),Fe=Wt+Te,Ir=ht+Dt+(Fe>>>0<Wt>>>0?1:0);bt=Zt,mt=ot,Zt=Xe,ot=It,Xe=er,It=tr,tr=Jt+gt|0,er=Pt+kt+(tr>>>0<Jt>>>0?1:0)|0,Pt=Ft,Jt=wt,Ft=$e,wt=Ne,$e=Oe,Ne=ke,ke=gt+Fe|0,Oe=kt+Ir+(ke>>>0<gt>>>0?1:0)|0}V=k.low=V+ke,k.high=G+Oe+(V>>>0<ke>>>0?1:0),ie=R.low=ie+Ne,R.high=ae+$e+(ie>>>0<Ne>>>0?1:0),Q=A.low=Q+wt,A.high=ue+Ft+(Q>>>0<wt>>>0?1:0),K=O.low=K+Jt,O.high=J+Pt+(K>>>0<Jt>>>0?1:0),ee=M.low=ee+tr,M.high=oe+er+(ee>>>0<tr>>>0?1:0),le=B.low=le+It,B.high=q+Xe+(le>>>0<It>>>0?1:0),j=U.low=j+ot,U.high=Z+Zt+(j>>>0<ot>>>0?1:0),me=X.low=me+mt,X.high=se+bt+(me>>>0<mt>>>0?1:0)},_doFinalize:function(){var m=this._data,b=m.words,S=this._nDataBytes*8,k=m.sigBytes*8;b[k>>>5]|=128<<24-k%32,b[(k+128>>>10<<5)+30]=Math.floor(S/4294967296),b[(k+128>>>10<<5)+31]=S,m.sigBytes=b.length*4,this._process();var R=this._hash.toX32();return R},clone:function(){var m=c.clone.call(this);return m._hash=this._hash.clone(),m},blockSize:1024/32});i.SHA512=c._createHelper(y),i.HmacSHA512=c._createHmacHelper(y)}(),r.SHA512})},61945:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(35909),e(34905),e(28492),e(93617))})(this,function(r){return function(){var i=r,l=i.lib,c=l.WordArray,f=l.BlockCipher,o=i.algo,h=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],u=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],a=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],x=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],p=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],y=o.DES=f.extend({_doReset:function(){for(var k=this._key,R=k.words,A=[],O=0;O<56;O++){var M=h[O]-1;A[O]=R[M>>>5]>>>31-M%32&1}for(var B=this._subKeys=[],U=0;U<16;U++){for(var X=B[U]=[],G=a[U],O=0;O<24;O++)X[O/6|0]|=A[(u[O]-1+G)%28]<<31-O%6,X[4+(O/6|0)]|=A[28+(u[O+24]-1+G)%28]<<31-O%6;X[0]=X[0]<<1|X[0]>>>31;for(var O=1;O<7;O++)X[O]=X[O]>>>(O-1)*4+3;X[7]=X[7]<<5|X[7]>>>27}for(var V=this._invSubKeys=[],O=0;O<16;O++)V[O]=B[15-O]},encryptBlock:function(k,R){this._doCryptBlock(k,R,this._subKeys)},decryptBlock:function(k,R){this._doCryptBlock(k,R,this._invSubKeys)},_doCryptBlock:function(k,R,A){this._lBlock=k[R],this._rBlock=k[R+1],m.call(this,4,252645135),m.call(this,16,65535),b.call(this,2,858993459),b.call(this,8,16711935),m.call(this,1,1431655765);for(var O=0;O<16;O++){for(var M=A[O],B=this._lBlock,U=this._rBlock,X=0,G=0;G<8;G++)X|=x[G][((U^M[G])&p[G])>>>0];this._lBlock=U,this._rBlock=B^X}var V=this._lBlock;this._lBlock=this._rBlock,this._rBlock=V,m.call(this,1,1431655765),b.call(this,8,16711935),b.call(this,2,858993459),m.call(this,16,65535),m.call(this,4,252645135),k[R]=this._lBlock,k[R+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function m(k,R){var A=(this._lBlock>>>k^this._rBlock)&R;this._rBlock^=A,this._lBlock^=A<<k}function b(k,R){var A=(this._rBlock>>>k^this._lBlock)&R;this._lBlock^=A,this._rBlock^=A<<k}i.DES=f._createHelper(y);var S=o.TripleDES=f.extend({_doReset:function(){var k=this._key,R=k.words;if(R.length!==2&&R.length!==4&&R.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var A=R.slice(0,2),O=R.length<4?R.slice(0,2):R.slice(2,4),M=R.length<6?R.slice(0,2):R.slice(4,6);this._des1=y.createEncryptor(c.create(A)),this._des2=y.createEncryptor(c.create(O)),this._des3=y.createEncryptor(c.create(M))},encryptBlock:function(k,R){this._des1.encryptBlock(k,R),this._des2.decryptBlock(k,R),this._des3.encryptBlock(k,R)},decryptBlock:function(k,R){this._des3.decryptBlock(k,R),this._des2.encryptBlock(k,R),this._des1.decryptBlock(k,R)},keySize:192/32,ivSize:64/32,blockSize:64/32});i.TripleDES=f._createHelper(S)}(),r.TripleDES})},41988:function(d,_,e){(function(r,i){d.exports=_=i(e(52952))})(this,function(r){return function(i){var l=r,c=l.lib,f=c.Base,o=c.WordArray,h=l.x64={},u=h.Word=f.extend({init:function(x,p){this.high=x,this.low=p}}),a=h.WordArray=f.extend({init:function(x,p){x=this.words=x||[],p!=i?this.sigBytes=p:this.sigBytes=x.length*8},toX32:function(){for(var x=this.words,p=x.length,y=[],m=0;m<p;m++){var b=x[m];y.push(b.high),y.push(b.low)}return o.create(y,this.sigBytes)},clone:function(){for(var x=f.clone.call(this),p=x.words=this.words.slice(0),y=p.length,m=0;m<y;m++)p[m]=p[m].clone();return x}})}(),r})},35413:function(d,_,e){"use strict";var r=e(57046),i=e(69574),l=e(63474),c=e(47095),f=e(99363),o=d.exports=function(h,u){var a,x,p,y,m;return arguments.length<2||typeof h!="string"?(y=u,u=h,h=null):y=arguments[2],r(h)?(a=f.call(h,"c"),x=f.call(h,"e"),p=f.call(h,"w")):(a=p=!0,x=!1),m={value:u,configurable:a,enumerable:x,writable:p},y?l(c(y),m):m};o.gs=function(h,u,a){var x,p,y,m;return typeof h!="string"?(y=a,a=u,u=h,h=null):y=arguments[3],r(u)?i(u)?r(a)?i(a)||(y=a,a=void 0):a=void 0:(y=u,u=a=void 0):u=void 0,r(h)?(x=f.call(h,"c"),p=f.call(h,"e")):(x=!0,p=!1),m={get:u,set:a,configurable:x,enumerable:p},y?l(c(y),m):m}},61186:function(d){(function(_,e){d.exports=e()})(this,function(){"use strict";var _=1e3,e=6e4,r=36e5,i="millisecond",l="second",c="minute",f="hour",o="day",h="week",u="month",a="quarter",x="year",p="date",y="Invalid Date",m=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,b=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,S={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(ie){var ue=["th","st","nd","rd"],Q=ie%100;return"["+ie+(ue[(Q-20)%10]||ue[Q]||ue[0])+"]"}},k=function(ie,ue,Q){var J=String(ie);return!J||J.length>=ue?ie:""+Array(ue+1-J.length).join(Q)+ie},R={s:k,z:function(ie){var ue=-ie.utcOffset(),Q=Math.abs(ue),J=Math.floor(Q/60),K=Q%60;return(ue<=0?"+":"-")+k(J,2,"0")+":"+k(K,2,"0")},m:function ie(ue,Q){if(ue.date()<Q.date())return-ie(Q,ue);var J=12*(Q.year()-ue.year())+(Q.month()-ue.month()),K=ue.clone().add(J,u),oe=Q-K<0,ee=ue.clone().add(J+(oe?-1:1),u);return+(-(J+(Q-K)/(oe?K-ee:ee-K))||0)},a:function(ie){return ie<0?Math.ceil(ie)||0:Math.floor(ie)},p:function(ie){return{M:u,y:x,w:h,d:o,D:p,h:f,m:c,s:l,ms:i,Q:a}[ie]||String(ie||"").toLowerCase().replace(/s$/,"")},u:function(ie){return ie===void 0}},A="en",O={};O[A]=S;var M="$isDayjsObject",B=function(ie){return ie instanceof V||!(!ie||!ie[M])},U=function ie(ue,Q,J){var K;if(!ue)return A;if(typeof ue=="string"){var oe=ue.toLowerCase();O[oe]&&(K=oe),Q&&(O[oe]=Q,K=oe);var ee=ue.split("-");if(!K&&ee.length>1)return ie(ee[0])}else{var q=ue.name;O[q]=ue,K=q}return!J&&K&&(A=K),K||!J&&A},X=function(ie,ue){if(B(ie))return ie.clone();var Q=typeof ue=="object"?ue:{};return Q.date=ie,Q.args=arguments,new V(Q)},G=R;G.l=U,G.i=B,G.w=function(ie,ue){return X(ie,{locale:ue.$L,utc:ue.$u,x:ue.$x,$offset:ue.$offset})};var V=function(){function ie(Q){this.$L=U(Q.locale,null,!0),this.parse(Q),this.$x=this.$x||Q.x||{},this[M]=!0}var ue=ie.prototype;return ue.parse=function(Q){this.$d=function(J){var K=J.date,oe=J.utc;if(K===null)return new Date(NaN);if(G.u(K))return new Date;if(K instanceof Date)return new Date(K);if(typeof K=="string"&&!/Z$/i.test(K)){var ee=K.match(m);if(ee){var q=ee[2]-1||0,le=(ee[7]||"0").substring(0,3);return oe?new Date(Date.UTC(ee[1],q,ee[3]||1,ee[4]||0,ee[5]||0,ee[6]||0,le)):new Date(ee[1],q,ee[3]||1,ee[4]||0,ee[5]||0,ee[6]||0,le)}}return new Date(K)}(Q),this.init()},ue.init=function(){var Q=this.$d;this.$y=Q.getFullYear(),this.$M=Q.getMonth(),this.$D=Q.getDate(),this.$W=Q.getDay(),this.$H=Q.getHours(),this.$m=Q.getMinutes(),this.$s=Q.getSeconds(),this.$ms=Q.getMilliseconds()},ue.$utils=function(){return G},ue.isValid=function(){return this.$d.toString()!==y},ue.isSame=function(Q,J){var K=X(Q);return this.startOf(J)<=K&&K<=this.endOf(J)},ue.isAfter=function(Q,J){return X(Q)<this.startOf(J)},ue.isBefore=function(Q,J){return this.endOf(J)<X(Q)},ue.$g=function(Q,J,K){return G.u(Q)?this[J]:this.set(K,Q)},ue.unix=function(){return Math.floor(this.valueOf()/1e3)},ue.valueOf=function(){return this.$d.getTime()},ue.startOf=function(Q,J){var K=this,oe=!!G.u(J)||J,ee=G.p(Q),q=function($e,Ne){var Ft=G.w(K.$u?Date.UTC(K.$y,Ne,$e):new Date(K.$y,Ne,$e),K);return oe?Ft:Ft.endOf(o)},le=function($e,Ne){return G.w(K.toDate()[$e].apply(K.toDate("s"),(oe?[0,0,0,0]:[23,59,59,999]).slice(Ne)),K)},Z=this.$W,j=this.$M,se=this.$D,me="set"+(this.$u?"UTC":"");switch(ee){case x:return oe?q(1,0):q(31,11);case u:return oe?q(1,j):q(0,j+1);case h:var Oe=this.$locale().weekStart||0,ke=(Z<Oe?Z+7:Z)-Oe;return q(oe?se-ke:se+(6-ke),j);case o:case p:return le(me+"Hours",0);case f:return le(me+"Minutes",1);case c:return le(me+"Seconds",2);case l:return le(me+"Milliseconds",3);default:return this.clone()}},ue.endOf=function(Q){return this.startOf(Q,!1)},ue.$set=function(Q,J){var K,oe=G.p(Q),ee="set"+(this.$u?"UTC":""),q=(K={},K[o]=ee+"Date",K[p]=ee+"Date",K[u]=ee+"Month",K[x]=ee+"FullYear",K[f]=ee+"Hours",K[c]=ee+"Minutes",K[l]=ee+"Seconds",K[i]=ee+"Milliseconds",K)[oe],le=oe===o?this.$D+(J-this.$W):J;if(oe===u||oe===x){var Z=this.clone().set(p,1);Z.$d[q](le),Z.init(),this.$d=Z.set(p,Math.min(this.$D,Z.daysInMonth())).$d}else q&&this.$d[q](le);return this.init(),this},ue.set=function(Q,J){return this.clone().$set(Q,J)},ue.get=function(Q){return this[G.p(Q)]()},ue.add=function(Q,J){var K,oe=this;Q=Number(Q);var ee=G.p(J),q=function(j){var se=X(oe);return G.w(se.date(se.date()+Math.round(j*Q)),oe)};if(ee===u)return this.set(u,this.$M+Q);if(ee===x)return this.set(x,this.$y+Q);if(ee===o)return q(1);if(ee===h)return q(7);var le=(K={},K[c]=e,K[f]=r,K[l]=_,K)[ee]||1,Z=this.$d.getTime()+Q*le;return G.w(Z,this)},ue.subtract=function(Q,J){return this.add(-1*Q,J)},ue.format=function(Q){var J=this,K=this.$locale();if(!this.isValid())return K.invalidDate||y;var oe=Q||"YYYY-MM-DDTHH:mm:ssZ",ee=G.z(this),q=this.$H,le=this.$m,Z=this.$M,j=K.weekdays,se=K.months,me=K.meridiem,Oe=function(Ne,Ft,wt,Pt){return Ne&&(Ne[Ft]||Ne(J,oe))||wt[Ft].slice(0,Pt)},ke=function(Ne){return G.s(q%12||12,Ne,"0")},$e=me||function(Ne,Ft,wt){var Pt=Ne<12?"AM":"PM";return wt?Pt.toLowerCase():Pt};return oe.replace(b,function(Ne,Ft){return Ft||function(wt){switch(wt){case"YY":return String(J.$y).slice(-2);case"YYYY":return G.s(J.$y,4,"0");case"M":return Z+1;case"MM":return G.s(Z+1,2,"0");case"MMM":return Oe(K.monthsShort,Z,se,3);case"MMMM":return Oe(se,Z);case"D":return J.$D;case"DD":return G.s(J.$D,2,"0");case"d":return String(J.$W);case"dd":return Oe(K.weekdaysMin,J.$W,j,2);case"ddd":return Oe(K.weekdaysShort,J.$W,j,3);case"dddd":return j[J.$W];case"H":return String(q);case"HH":return G.s(q,2,"0");case"h":return ke(1);case"hh":return ke(2);case"a":return $e(q,le,!0);case"A":return $e(q,le,!1);case"m":return String(le);case"mm":return G.s(le,2,"0");case"s":return String(J.$s);case"ss":return G.s(J.$s,2,"0");case"SSS":return G.s(J.$ms,3,"0");case"Z":return ee}return null}(Ne)||ee.replace(":","")})},ue.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},ue.diff=function(Q,J,K){var oe,ee=this,q=G.p(J),le=X(Q),Z=(le.utcOffset()-this.utcOffset())*e,j=this-le,se=function(){return G.m(ee,le)};switch(q){case x:oe=se()/12;break;case u:oe=se();break;case a:oe=se()/3;break;case h:oe=(j-Z)/6048e5;break;case o:oe=(j-Z)/864e5;break;case f:oe=j/r;break;case c:oe=j/e;break;case l:oe=j/_;break;default:oe=j}return K?oe:G.a(oe)},ue.daysInMonth=function(){return this.endOf(u).$D},ue.$locale=function(){return O[this.$L]},ue.locale=function(Q,J){if(!Q)return this.$L;var K=this.clone(),oe=U(Q,J,!0);return oe&&(K.$L=oe),K},ue.clone=function(){return G.w(this.$d,this)},ue.toDate=function(){return new Date(this.valueOf())},ue.toJSON=function(){return this.isValid()?this.toISOString():null},ue.toISOString=function(){return this.$d.toISOString()},ue.toString=function(){return this.$d.toUTCString()},ie}(),ae=V.prototype;return X.prototype=ae,[["$ms",i],["$s",l],["$m",c],["$H",f],["$W",o],["$M",u],["$y",x],["$D",p]].forEach(function(ie){ae[ie[1]]=function(ue){return this.$g(ue,ie[0],ie[1])}}),X.extend=function(ie,ue){return ie.$i||(ie(ue,V,X),ie.$i=!0),X},X.locale=U,X.isDayjs=B,X.unix=function(ie){return X(1e3*ie)},X.en=O[A],X.Ls=O,X.p={},X})},65517:function(d,_,e){(function(r,i){d.exports=i(e(61186))})(this,function(r){"use strict";function i(f){return f&&typeof f=="object"&&"default"in f?f:{default:f}}var l=i(r),c={name:"zh-cn",weekdays:"\u661F\u671F\u65E5_\u661F\u671F\u4E00_\u661F\u671F\u4E8C_\u661F\u671F\u4E09_\u661F\u671F\u56DB_\u661F\u671F\u4E94_\u661F\u671F\u516D".split("_"),weekdaysShort:"\u5468\u65E5_\u5468\u4E00_\u5468\u4E8C_\u5468\u4E09_\u5468\u56DB_\u5468\u4E94_\u5468\u516D".split("_"),weekdaysMin:"\u65E5_\u4E00_\u4E8C_\u4E09_\u56DB_\u4E94_\u516D".split("_"),months:"\u4E00\u6708_\u4E8C\u6708_\u4E09\u6708_\u56DB\u6708_\u4E94\u6708_\u516D\u6708_\u4E03\u6708_\u516B\u6708_\u4E5D\u6708_\u5341\u6708_\u5341\u4E00\u6708_\u5341\u4E8C\u6708".split("_"),monthsShort:"1\u6708_2\u6708_3\u6708_4\u6708_5\u6708_6\u6708_7\u6708_8\u6708_9\u6708_10\u6708_11\u6708_12\u6708".split("_"),ordinal:function(f,o){return o==="W"?f+"\u5468":f+"\u65E5"},weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY\u5E74M\u6708D\u65E5",LLL:"YYYY\u5E74M\u6708D\u65E5Ah\u70B9mm\u5206",LLLL:"YYYY\u5E74M\u6708D\u65E5ddddAh\u70B9mm\u5206",l:"YYYY/M/D",ll:"YYYY\u5E74M\u6708D\u65E5",lll:"YYYY\u5E74M\u6708D\u65E5 HH:mm",llll:"YYYY\u5E74M\u6708D\u65E5dddd HH:mm"},relativeTime:{future:"%s\u5185",past:"%s\u524D",s:"\u51E0\u79D2",m:"1 \u5206\u949F",mm:"%d \u5206\u949F",h:"1 \u5C0F\u65F6",hh:"%d \u5C0F\u65F6",d:"1 \u5929",dd:"%d \u5929",M:"1 \u4E2A\u6708",MM:"%d \u4E2A\u6708",y:"1 \u5E74",yy:"%d \u5E74"},meridiem:function(f,o){var h=100*f+o;return h<600?"\u51CC\u6668":h<900?"\u65E9\u4E0A":h<1100?"\u4E0A\u5348":h<1300?"\u4E2D\u5348":h<1800?"\u4E0B\u5348":"\u665A\u4E0A"}};return l.default.locale(c,null,!0),c})},10238:function(d){(function(_,e){d.exports=e()})(this,function(){"use strict";return function(_,e){var r=e.prototype,i=r.format;r.format=function(l){var c=this,f=this.$locale();if(!this.isValid())return i.bind(this)(l);var o=this.$utils(),h=(l||"YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g,function(u){switch(u){case"Q":return Math.ceil((c.$M+1)/3);case"Do":return f.ordinal(c.$D);case"gggg":return c.weekYear();case"GGGG":return c.isoWeekYear();case"wo":return f.ordinal(c.week(),"W");case"w":case"ww":return o.s(c.week(),u==="w"?1:2,"0");case"W":case"WW":return o.s(c.isoWeek(),u==="W"?1:2,"0");case"k":case"kk":return o.s(String(c.$H===0?24:c.$H),u==="k"?1:2,"0");case"X":return Math.floor(c.$d.getTime()/1e3);case"x":return c.$d.getTime();case"z":return"["+c.offsetName()+"]";case"zzz":return"["+c.offsetName("long")+"]";default:return u}});return i.bind(this)(h)}}})},33656:function(d){(function(_,e){d.exports=e()})(this,function(){"use strict";var _={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},e=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,r=/\d/,i=/\d\d/,l=/\d\d?/,c=/\d*[^-_:/,()\s\d]+/,f={},o=function(m){return(m=+m)+(m>68?1900:2e3)},h=function(m){return function(b){this[m]=+b}},u=[/[+-]\d\d:?(\d\d)?|Z/,function(m){(this.zone||(this.zone={})).offset=function(b){if(!b||b==="Z")return 0;var S=b.match(/([+-]|\d\d)/g),k=60*S[1]+(+S[2]||0);return k===0?0:S[0]==="+"?-k:k}(m)}],a=function(m){var b=f[m];return b&&(b.indexOf?b:b.s.concat(b.f))},x=function(m,b){var S,k=f.meridiem;if(k){for(var R=1;R<=24;R+=1)if(m.indexOf(k(R,0,b))>-1){S=R>12;break}}else S=m===(b?"pm":"PM");return S},p={A:[c,function(m){this.afternoon=x(m,!1)}],a:[c,function(m){this.afternoon=x(m,!0)}],Q:[r,function(m){this.month=3*(m-1)+1}],S:[r,function(m){this.milliseconds=100*+m}],SS:[i,function(m){this.milliseconds=10*+m}],SSS:[/\d{3}/,function(m){this.milliseconds=+m}],s:[l,h("seconds")],ss:[l,h("seconds")],m:[l,h("minutes")],mm:[l,h("minutes")],H:[l,h("hours")],h:[l,h("hours")],HH:[l,h("hours")],hh:[l,h("hours")],D:[l,h("day")],DD:[i,h("day")],Do:[c,function(m){var b=f.ordinal,S=m.match(/\d+/);if(this.day=S[0],b)for(var k=1;k<=31;k+=1)b(k).replace(/\[|\]/g,"")===m&&(this.day=k)}],w:[l,h("week")],ww:[i,h("week")],M:[l,h("month")],MM:[i,h("month")],MMM:[c,function(m){var b=a("months"),S=(a("monthsShort")||b.map(function(k){return k.slice(0,3)})).indexOf(m)+1;if(S<1)throw new Error;this.month=S%12||S}],MMMM:[c,function(m){var b=a("months").indexOf(m)+1;if(b<1)throw new Error;this.month=b%12||b}],Y:[/[+-]?\d+/,h("year")],YY:[i,function(m){this.year=o(m)}],YYYY:[/\d{4}/,h("year")],Z:u,ZZ:u};function y(m){var b,S;b=m,S=f&&f.formats;for(var k=(m=b.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(X,G,V){var ae=V&&V.toUpperCase();return G||S[V]||_[V]||S[ae].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(ie,ue,Q){return ue||Q.slice(1)})})).match(e),R=k.length,A=0;A<R;A+=1){var O=k[A],M=p[O],B=M&&M[0],U=M&&M[1];k[A]=U?{regex:B,parser:U}:O.replace(/^\[|\]$/g,"")}return function(X){for(var G={},V=0,ae=0;V<R;V+=1){var ie=k[V];if(typeof ie=="string")ae+=ie.length;else{var ue=ie.regex,Q=ie.parser,J=X.slice(ae),K=ue.exec(J)[0];Q.call(G,K),X=X.replace(K,"")}}return function(oe){var ee=oe.afternoon;if(ee!==void 0){var q=oe.hours;ee?q<12&&(oe.hours+=12):q===12&&(oe.hours=0),delete oe.afternoon}}(G),G}}return function(m,b,S){S.p.customParseFormat=!0,m&&m.parseTwoDigitYear&&(o=m.parseTwoDigitYear);var k=b.prototype,R=k.parse;k.parse=function(A){var O=A.date,M=A.utc,B=A.args;this.$u=M;var U=B[1];if(typeof U=="string"){var X=B[2]===!0,G=B[3]===!0,V=X||G,ae=B[2];G&&(ae=B[2]),f=this.$locale(),!X&&ae&&(f=S.Ls[ae]),this.$d=function(J,K,oe,ee){try{if(["x","X"].indexOf(K)>-1)return new Date((K==="X"?1e3:1)*J);var q=y(K)(J),le=q.year,Z=q.month,j=q.day,se=q.hours,me=q.minutes,Oe=q.seconds,ke=q.milliseconds,$e=q.zone,Ne=q.week,Ft=new Date,wt=j||(le||Z?1:Ft.getDate()),Pt=le||Ft.getFullYear(),Jt=0;le&&!Z||(Jt=Z>0?Z-1:Ft.getMonth());var er,tr=se||0,Xe=me||0,It=Oe||0,Zt=ke||0;return $e?new Date(Date.UTC(Pt,Jt,wt,tr,Xe,It,Zt+60*$e.offset*1e3)):oe?new Date(Date.UTC(Pt,Jt,wt,tr,Xe,It,Zt)):(er=new Date(Pt,Jt,wt,tr,Xe,It,Zt),Ne&&(er=ee(er).week(Ne).toDate()),er)}catch(ot){return new Date("")}}(O,U,M,S),this.init(),ae&&ae!==!0&&(this.$L=this.locale(ae).$L),V&&O!=this.format(U)&&(this.$d=new Date("")),f={}}else if(U instanceof Array)for(var ie=U.length,ue=1;ue<=ie;ue+=1){B[1]=U[ue-1];var Q=S.apply(this,B);if(Q.isValid()){this.$d=Q.$d,this.$L=Q.$L,this.init();break}ue===ie&&(this.$d=new Date(""))}else R.call(this,A)}}})},47477:function(d){(function(_,e){d.exports=e()})(this,function(){"use strict";var _,e,r=1e3,i=6e4,l=36e5,c=864e5,f=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,o=31536e6,h=2628e6,u=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/,a={years:o,months:h,days:c,hours:l,minutes:i,seconds:r,milliseconds:1,weeks:6048e5},x=function(O){return O instanceof R},p=function(O,M,B){return new R(O,B,M.$l)},y=function(O){return e.p(O)+"s"},m=function(O){return O<0},b=function(O){return m(O)?Math.ceil(O):Math.floor(O)},S=function(O){return Math.abs(O)},k=function(O,M){return O?m(O)?{negative:!0,format:""+S(O)+M}:{negative:!1,format:""+O+M}:{negative:!1,format:""}},R=function(){function O(B,U,X){var G=this;if(this.$d={},this.$l=X,B===void 0&&(this.$ms=0,this.parseFromMilliseconds()),U)return p(B*a[y(U)],this);if(typeof B=="number")return this.$ms=B,this.parseFromMilliseconds(),this;if(typeof B=="object")return Object.keys(B).forEach(function(ie){G.$d[y(ie)]=B[ie]}),this.calMilliseconds(),this;if(typeof B=="string"){var V=B.match(u);if(V){var ae=V.slice(2).map(function(ie){return ie!=null?Number(ie):0});return this.$d.years=ae[0],this.$d.months=ae[1],this.$d.weeks=ae[2],this.$d.days=ae[3],this.$d.hours=ae[4],this.$d.minutes=ae[5],this.$d.seconds=ae[6],this.calMilliseconds(),this}}return this}var M=O.prototype;return M.calMilliseconds=function(){var B=this;this.$ms=Object.keys(this.$d).reduce(function(U,X){return U+(B.$d[X]||0)*a[X]},0)},M.parseFromMilliseconds=function(){var B=this.$ms;this.$d.years=b(B/o),B%=o,this.$d.months=b(B/h),B%=h,this.$d.days=b(B/c),B%=c,this.$d.hours=b(B/l),B%=l,this.$d.minutes=b(B/i),B%=i,this.$d.seconds=b(B/r),B%=r,this.$d.milliseconds=B},M.toISOString=function(){var B=k(this.$d.years,"Y"),U=k(this.$d.months,"M"),X=+this.$d.days||0;this.$d.weeks&&(X+=7*this.$d.weeks);var G=k(X,"D"),V=k(this.$d.hours,"H"),ae=k(this.$d.minutes,"M"),ie=this.$d.seconds||0;this.$d.milliseconds&&(ie+=this.$d.milliseconds/1e3,ie=Math.round(1e3*ie)/1e3);var ue=k(ie,"S"),Q=B.negative||U.negative||G.negative||V.negative||ae.negative||ue.negative,J=V.format||ae.format||ue.format?"T":"",K=(Q?"-":"")+"P"+B.format+U.format+G.format+J+V.format+ae.format+ue.format;return K==="P"||K==="-P"?"P0D":K},M.toJSON=function(){return this.toISOString()},M.format=function(B){var U=B||"YYYY-MM-DDTHH:mm:ss",X={Y:this.$d.years,YY:e.s(this.$d.years,2,"0"),YYYY:e.s(this.$d.years,4,"0"),M:this.$d.months,MM:e.s(this.$d.months,2,"0"),D:this.$d.days,DD:e.s(this.$d.days,2,"0"),H:this.$d.hours,HH:e.s(this.$d.hours,2,"0"),m:this.$d.minutes,mm:e.s(this.$d.minutes,2,"0"),s:this.$d.seconds,ss:e.s(this.$d.seconds,2,"0"),SSS:e.s(this.$d.milliseconds,3,"0")};return U.replace(f,function(G,V){return V||String(X[G])})},M.as=function(B){return this.$ms/a[y(B)]},M.get=function(B){var U=this.$ms,X=y(B);return X==="milliseconds"?U%=1e3:U=X==="weeks"?b(U/a[X]):this.$d[X],U||0},M.add=function(B,U,X){var G;return G=U?B*a[y(U)]:x(B)?B.$ms:p(B,this).$ms,p(this.$ms+G*(X?-1:1),this)},M.subtract=function(B,U){return this.add(B,U,!0)},M.locale=function(B){var U=this.clone();return U.$l=B,U},M.clone=function(){return p(this.$ms,this)},M.humanize=function(B){return _().add(this.$ms,"ms").locale(this.$l).fromNow(!B)},M.valueOf=function(){return this.asMilliseconds()},M.milliseconds=function(){return this.get("milliseconds")},M.asMilliseconds=function(){return this.as("milliseconds")},M.seconds=function(){return this.get("seconds")},M.asSeconds=function(){return this.as("seconds")},M.minutes=function(){return this.get("minutes")},M.asMinutes=function(){return this.as("minutes")},M.hours=function(){return this.get("hours")},M.asHours=function(){return this.as("hours")},M.days=function(){return this.get("days")},M.asDays=function(){return this.as("days")},M.weeks=function(){return this.get("weeks")},M.asWeeks=function(){return this.as("weeks")},M.months=function(){return this.get("months")},M.asMonths=function(){return this.as("months")},M.years=function(){return this.get("years")},M.asYears=function(){return this.as("years")},O}(),A=function(O,M,B){return O.add(M.years()*B,"y").add(M.months()*B,"M").add(M.days()*B,"d").add(M.hours()*B,"h").add(M.minutes()*B,"m").add(M.seconds()*B,"s").add(M.milliseconds()*B,"ms")};return function(O,M,B){_=B,e=B().$utils(),B.duration=function(G,V){var ae=B.locale();return p(G,{$l:ae},V)},B.isDuration=x;var U=M.prototype.add,X=M.prototype.subtract;M.prototype.add=function(G,V){return x(G)?A(this,G,1):U.bind(this)(G,V)},M.prototype.subtract=function(G,V){return x(G)?A(this,G,-1):X.bind(this)(G,V)}}})},58862:function(d){(function(_,e){d.exports=e()})(this,function(){"use strict";return function(_,e,r){r.isMoment=function(i){return r.isDayjs(i)}}})},19277:function(d){(function(_,e){d.exports=e()})(this,function(){"use strict";return function(_,e){e.prototype.isSameOrAfter=function(r,i){return this.isSame(r,i)||this.isAfter(r,i)}}})},34749:function(d){(function(_,e){d.exports=e()})(this,function(){"use strict";return function(_,e){e.prototype.isSameOrBefore=function(r,i){return this.isSame(r,i)||this.isBefore(r,i)}}})},58319:function(d){(function(_,e){d.exports=e()})(this,function(){"use strict";return function(_,e,r){var i=e.prototype,l=function(u){return u&&(u.indexOf?u:u.s)},c=function(u,a,x,p,y){var m=u.name?u:u.$locale(),b=l(m[a]),S=l(m[x]),k=b||S.map(function(A){return A.slice(0,p)});if(!y)return k;var R=m.weekStart;return k.map(function(A,O){return k[(O+(R||0))%7]})},f=function(){return r.Ls[r.locale()]},o=function(u,a){return u.formats[a]||function(x){return x.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(p,y,m){return y||m.slice(1)})}(u.formats[a.toUpperCase()])},h=function(){var u=this;return{months:function(a){return a?a.format("MMMM"):c(u,"months")},monthsShort:function(a){return a?a.format("MMM"):c(u,"monthsShort","months",3)},firstDayOfWeek:function(){return u.$locale().weekStart||0},weekdays:function(a){return a?a.format("dddd"):c(u,"weekdays")},weekdaysMin:function(a){return a?a.format("dd"):c(u,"weekdaysMin","weekdays",2)},weekdaysShort:function(a){return a?a.format("ddd"):c(u,"weekdaysShort","weekdays",3)},longDateFormat:function(a){return o(u.$locale(),a)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};i.localeData=function(){return h.bind(this)()},r.localeData=function(){var u=f();return{firstDayOfWeek:function(){return u.weekStart||0},weekdays:function(){return r.weekdays()},weekdaysShort:function(){return r.weekdaysShort()},weekdaysMin:function(){return r.weekdaysMin()},months:function(){return r.months()},monthsShort:function(){return r.monthsShort()},longDateFormat:function(a){return o(u,a)},meridiem:u.meridiem,ordinal:u.ordinal}},r.months=function(){return c(f(),"months")},r.monthsShort=function(){return c(f(),"monthsShort","months",3)},r.weekdays=function(u){return c(f(),"weekdays",null,null,u)},r.weekdaysShort=function(u){return c(f(),"weekdaysShort","weekdays",3,u)},r.weekdaysMin=function(u){return c(f(),"weekdaysMin","weekdays",2,u)}}})},62053:function(d){(function(_,e){d.exports=e()})(this,function(){"use strict";var _={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};return function(e,r,i){var l=r.prototype,c=l.format;i.en.formats=_,l.format=function(f){f===void 0&&(f="YYYY-MM-DDTHH:mm:ssZ");var o=this.$locale().formats,h=function(u,a){return u.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(x,p,y){var m=y&&y.toUpperCase();return p||a[y]||_[y]||a[m].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(b,S,k){return S||k.slice(1)})})}(f,o===void 0?{}:o);return c.call(this,h)}}})},59717:function(d){(function(_,e){d.exports=e()})(this,function(){"use strict";return function(_,e,r){_=_||{};var i=e.prototype,l={future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function c(o,h,u,a){return i.fromToBase(o,h,u,a)}r.en.relativeTime=l,i.fromToBase=function(o,h,u,a,x){for(var p,y,m,b=u.$locale().relativeTime||l,S=_.thresholds||[{l:"s",r:44,d:"second"},{l:"m",r:89},{l:"mm",r:44,d:"minute"},{l:"h",r:89},{l:"hh",r:21,d:"hour"},{l:"d",r:35},{l:"dd",r:25,d:"day"},{l:"M",r:45},{l:"MM",r:10,d:"month"},{l:"y",r:17},{l:"yy",d:"year"}],k=S.length,R=0;R<k;R+=1){var A=S[R];A.d&&(p=a?r(o).diff(u,A.d,!0):u.diff(o,A.d,!0));var O=(_.rounding||Math.round)(Math.abs(p));if(m=p>0,O<=A.r||!A.r){O<=1&&R>0&&(A=S[R-1]);var M=b[A.l];x&&(O=x(""+O)),y=typeof M=="string"?M.replace("%d",O):M(O,h,A.l,m);break}}if(h)return y;var B=m?b.future:b.past;return typeof B=="function"?B(y):B.replace("%s",y)},i.to=function(o,h){return c(o,h,this,!0)},i.from=function(o,h){return c(o,h,this)};var f=function(o){return o.$u?r.utc():r()};i.toNow=function(o){return this.to(f(this),o)},i.fromNow=function(o){return this.from(f(this),o)}}})},23250:function(d){(function(_,e){d.exports=e()})(this,function(){"use strict";var _="week",e="year";return function(r,i,l){var c=i.prototype;c.week=function(f){if(f===void 0&&(f=null),f!==null)return this.add(7*(f-this.week()),"day");var o=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var h=l(this).startOf(e).add(1,e).date(o),u=l(this).endOf(_);if(h.isBefore(u))return 1}var a=l(this).startOf(e).date(o).startOf(_).subtract(1,"millisecond"),x=this.diff(a,_,!0);return x<0?l(this).startOf("week").week():Math.ceil(x)},c.weeks=function(f){return f===void 0&&(f=null),this.week(f)}}})},74959:function(d){(function(_,e){d.exports=e()})(this,function(){"use strict";return function(_,e){e.prototype.weekYear=function(){var r=this.month(),i=this.week(),l=this.year();return i===1&&r===11?l+1:r===0&&i>=52?l-1:l}}})},90111:function(d){(function(_,e){d.exports=e()})(this,function(){"use strict";return function(_,e){e.prototype.weekday=function(r){var i=this.$locale().weekStart||0,l=this.$W,c=(l<i?l+7:l)-i;return this.$utils().u(r)?c:this.subtract(c,"day").add(r,"day")}}})},89880:function(d){"use strict";function _(o,h,u){return h in o?Object.defineProperty(o,h,{value:u,enumerable:!0,configurable:!0,writable:!0}):o[h]=u,o}function e(o,h){var u=Object.keys(o);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(o);h&&(a=a.filter(function(x){return Object.getOwnPropertyDescriptor(o,x).enumerable})),u.push.apply(u,a)}return u}function r(o){for(var h=1;h<arguments.length;h++){var u=arguments[h]!=null?arguments[h]:{};h%2?e(Object(u),!0).forEach(function(a){_(o,a,u[a])}):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(u)):e(Object(u)).forEach(function(a){Object.defineProperty(o,a,Object.getOwnPropertyDescriptor(u,a))})}return o}var i="@@DVA_LOADING/SHOW",l="@@DVA_LOADING/HIDE",c="loading";function f(){var o=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},h=o.namespace||c,u=o.only,a=u===void 0?[]:u,x=o.except,p=x===void 0?[]:x;if(a.length>0&&p.length>0)throw Error("It is ambiguous to configurate `only` and `except` items at the same time.");var y={global:!1,models:{},effects:{}},m=_({},h,function(){var S=arguments.length>0&&arguments[0]!==void 0?arguments[0]:y,k=arguments.length>1?arguments[1]:void 0,R=k.type,A=k.payload,O=A||{},M=O.namespace,B=O.actionType,U;switch(R){case i:U=r(r({},S),{},{global:!0,models:r(r({},S.models),{},_({},M,!0)),effects:r(r({},S.effects),{},_({},B,!0))});break;case l:{var X=r(r({},S.effects),{},_({},B,!1)),G=r(r({},S.models),{},_({},M,Object.keys(X).some(function(ae){var ie=ae.split("/")[0];return ie!==M?!1:X[ae]}))),V=Object.keys(G).some(function(ae){return G[ae]});U=r(r({},S),{},{global:V,models:G,effects:X});break}default:U=S;break}return U});function b(S,k,R,A){var O=k.put,M=R.namespace;return a.length===0&&p.length===0||a.length>0&&a.indexOf(A)!==-1||p.length>0&&p.indexOf(A)===-1?regeneratorRuntime.mark(function B(){var U=arguments;return regeneratorRuntime.wrap(function(G){for(;;)switch(G.prev=G.next){case 0:return G.next=2,O({type:i,payload:{namespace:M,actionType:A}});case 2:return G.next=4,S.apply(void 0,U);case 4:return G.next=6,O({type:l,payload:{namespace:M,actionType:A}});case 6:case"end":return G.stop()}},B)}):S}return{extraReducers:m,onEffect:b}}d.exports=f},68192:function(d){"use strict";d.exports=function(){}},63474:function(d,_,e){"use strict";d.exports=e(71111)()?Object.assign:e(47597)},71111:function(d){"use strict";d.exports=function(){var _=Object.assign,e;return typeof _!="function"?!1:(e={foo:"raz"},_(e,{bar:"dwa"},{trzy:"trzy"}),e.foo+e.bar+e.trzy==="razdwatrzy")}},47597:function(d,_,e){"use strict";var r=e(90721),i=e(58883),l=Math.max;d.exports=function(c,f){var o,h,u=l(arguments.length,2),a;for(c=Object(i(c)),a=function(x){try{c[x]=f[x]}catch(p){o||(o=p)}},h=1;h<u;++h)f=arguments[h],r(f).forEach(a);if(o!==void 0)throw o;return c}},67390:function(d,_,e){"use strict";var r=e(68192)();d.exports=function(i){return i!==r&&i!==null}},90721:function(d,_,e){"use strict";d.exports=e(69075)()?Object.keys:e(34810)},69075:function(d){"use strict";d.exports=function(){try{return Object.keys("primitive"),!0}catch(_){return!1}}},34810:function(d,_,e){"use strict";var r=e(67390),i=Object.keys;d.exports=function(l){return i(r(l)?Object(l):l)}},47095:function(d,_,e){"use strict";var r=e(67390),i=Array.prototype.forEach,l=Object.create,c=function(f,o){var h;for(h in f)o[h]=f[h]};d.exports=function(f){var o=l(null);return i.call(arguments,function(h){r(h)&&c(Object(h),o)}),o}},15895:function(d){"use strict";d.exports=function(_){if(typeof _!="function")throw new TypeError(_+" is not a function");return _}},58883:function(d,_,e){"use strict";var r=e(67390);d.exports=function(i){if(!r(i))throw new TypeError("Cannot use null or undefined");return i}},99363:function(d,_,e){"use strict";d.exports=e(65136)()?String.prototype.contains:e(12444)},65136:function(d){"use strict";var _="razdwatrzy";d.exports=function(){return typeof _.contains!="function"?!1:_.contains("dwa")===!0&&_.contains("foo")===!1}},12444:function(d){"use strict";var _=String.prototype.indexOf;d.exports=function(e){return _.call(this,e,arguments[1])>-1}},3424:function(d,_,e){"use strict";var r=e(35413),i=e(15895),l=Function.prototype.apply,c=Function.prototype.call,f=Object.create,o=Object.defineProperty,h=Object.defineProperties,u=Object.prototype.hasOwnProperty,a={configurable:!0,enumerable:!1,writable:!0},x,p,y,m,b,S,k;x=function(R,A){var O;return i(A),u.call(this,"__ee__")?O=this.__ee__:(O=a.value=f(null),o(this,"__ee__",a),a.value=null),O[R]?typeof O[R]=="object"?O[R].push(A):O[R]=[O[R],A]:O[R]=A,this},p=function(R,A){var O,M;return i(A),M=this,x.call(this,R,O=function(){y.call(M,R,O),l.call(A,this,arguments)}),O.__eeOnceListener__=A,this},y=function(R,A){var O,M,B,U;if(i(A),!u.call(this,"__ee__"))return this;if(O=this.__ee__,!O[R])return this;if(M=O[R],typeof M=="object")for(U=0;B=M[U];++U)(B===A||B.__eeOnceListener__===A)&&(M.length===2?O[R]=M[U?0:1]:M.splice(U,1));else(M===A||M.__eeOnceListener__===A)&&delete O[R];return this},m=function(R){var A,O,M,B,U;if(u.call(this,"__ee__")&&(B=this.__ee__[R],!!B))if(typeof B=="object"){for(O=arguments.length,U=new Array(O-1),A=1;A<O;++A)U[A-1]=arguments[A];for(B=B.slice(),A=0;M=B[A];++A)l.call(M,this,U)}else switch(arguments.length){case 1:c.call(B,this);break;case 2:c.call(B,this,arguments[1]);break;case 3:c.call(B,this,arguments[1],arguments[2]);break;default:for(O=arguments.length,U=new Array(O-1),A=1;A<O;++A)U[A-1]=arguments[A];l.call(B,this,U)}},b={on:x,once:p,off:y,emit:m},S={on:r(x),once:r(p),off:r(y),emit:r(m)},k=h({},S),d.exports=_=function(R){return R==null?f(k):h(Object(R),S)},_.methods=b},89381:function(d){d.exports=function(e,r){if(r=typeof r=="number"?r:1/0,!r)return Array.isArray(e)?e.map(function(l){return l}):e;return i(e,1);function i(l,c){return l.reduce(function(f,o){return Array.isArray(o)&&c<r?f.concat(i(o,c+1)):f.concat(o)},[])}}},60288:function(d,_,e){var r;typeof window!="undefined"?r=window:typeof e.g!="undefined"?r=e.g:typeof self!="undefined"?r=self:r={},d.exports=r},85582:function(d,_,e){var r=_;r.utils=e(8631),r.common=e(28766),r.sha=e(26672),r.ripemd=e(20427),r.hmac=e(57969),r.sha1=r.sha.sha1,r.sha256=r.sha.sha256,r.sha224=r.sha.sha224,r.sha384=r.sha.sha384,r.sha512=r.sha.sha512,r.ripemd160=r.ripemd.ripemd160},28766:function(d,_,e){"use strict";var r=e(8631),i=e(61339);function l(){this.pending=null,this.pendingTotal=0,this.blockSize=this.constructor.blockSize,this.outSize=this.constructor.outSize,this.hmacStrength=this.constructor.hmacStrength,this.padLength=this.constructor.padLength/8,this.endian="big",this._delta8=this.blockSize/8,this._delta32=this.blockSize/32}_.BlockHash=l,l.prototype.update=function(f,o){if(f=r.toArray(f,o),this.pending?this.pending=this.pending.concat(f):this.pending=f,this.pendingTotal+=f.length,this.pending.length>=this._delta8){f=this.pending;var h=f.length%this._delta8;this.pending=f.slice(f.length-h,f.length),this.pending.length===0&&(this.pending=null),f=r.join32(f,0,f.length-h,this.endian);for(var u=0;u<f.length;u+=this._delta32)this._update(f,u,u+this._delta32)}return this},l.prototype.digest=function(f){return this.update(this._pad()),i(this.pending===null),this._digest(f)},l.prototype._pad=function(){var f=this.pendingTotal,o=this._delta8,h=o-(f+this.padLength)%o,u=new Array(h+this.padLength);u[0]=128;for(var a=1;a<h;a++)u[a]=0;if(f<<=3,this.endian==="big"){for(var x=8;x<this.padLength;x++)u[a++]=0;u[a++]=0,u[a++]=0,u[a++]=0,u[a++]=0,u[a++]=f>>>24&255,u[a++]=f>>>16&255,u[a++]=f>>>8&255,u[a++]=f&255}else for(u[a++]=f&255,u[a++]=f>>>8&255,u[a++]=f>>>16&255,u[a++]=f>>>24&255,u[a++]=0,u[a++]=0,u[a++]=0,u[a++]=0,x=8;x<this.padLength;x++)u[a++]=0;return u}},57969:function(d,_,e){"use strict";var r=e(8631),i=e(61339);function l(c,f,o){if(!(this instanceof l))return new l(c,f,o);this.Hash=c,this.blockSize=c.blockSize/8,this.outSize=c.outSize/8,this.inner=null,this.outer=null,this._init(r.toArray(f,o))}d.exports=l,l.prototype._init=function(f){f.length>this.blockSize&&(f=new this.Hash().update(f).digest()),i(f.length<=this.blockSize);for(var o=f.length;o<this.blockSize;o++)f.push(0);for(o=0;o<f.length;o++)f[o]^=54;for(this.inner=new this.Hash().update(f),o=0;o<f.length;o++)f[o]^=106;this.outer=new this.Hash().update(f)},l.prototype.update=function(f,o){return this.inner.update(f,o),this},l.prototype.digest=function(f){return this.outer.update(this.inner.digest()),this.outer.digest(f)}},20427:function(d,_,e){"use strict";var r=e(8631),i=e(28766),l=r.rotl32,c=r.sum32,f=r.sum32_3,o=r.sum32_4,h=i.BlockHash;function u(){if(!(this instanceof u))return new u;h.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.endian="little"}r.inherits(u,h),_.ripemd160=u,u.blockSize=512,u.outSize=160,u.hmacStrength=192,u.padLength=64,u.prototype._update=function(R,A){for(var O=this.h[0],M=this.h[1],B=this.h[2],U=this.h[3],X=this.h[4],G=O,V=M,ae=B,ie=U,ue=X,Q=0;Q<80;Q++){var J=c(l(o(O,a(Q,M,B,U),R[y[Q]+A],x(Q)),b[Q]),X);O=X,X=U,U=l(B,10),B=M,M=J,J=c(l(o(G,a(79-Q,V,ae,ie),R[m[Q]+A],p(Q)),S[Q]),ue),G=ue,ue=ie,ie=l(ae,10),ae=V,V=J}J=f(this.h[1],B,ie),this.h[1]=f(this.h[2],U,ue),this.h[2]=f(this.h[3],X,G),this.h[3]=f(this.h[4],O,V),this.h[4]=f(this.h[0],M,ae),this.h[0]=J},u.prototype._digest=function(R){return R==="hex"?r.toHex32(this.h,"little"):r.split32(this.h,"little")};function a(k,R,A,O){return k<=15?R^A^O:k<=31?R&A|~R&O:k<=47?(R|~A)^O:k<=63?R&O|A&~O:R^(A|~O)}function x(k){return k<=15?0:k<=31?1518500249:k<=47?1859775393:k<=63?2400959708:2840853838}function p(k){return k<=15?1352829926:k<=31?1548603684:k<=47?1836072691:k<=63?2053994217:0}var y=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],m=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],b=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],S=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]},26672:function(d,_,e){"use strict";_.sha1=e(16114),_.sha224=e(44853),_.sha256=e(6586),_.sha384=e(66474),_.sha512=e(50663)},16114:function(d,_,e){"use strict";var r=e(8631),i=e(28766),l=e(81692),c=r.rotl32,f=r.sum32,o=r.sum32_5,h=l.ft_1,u=i.BlockHash,a=[1518500249,1859775393,2400959708,3395469782];function x(){if(!(this instanceof x))return new x;u.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.W=new Array(80)}r.inherits(x,u),d.exports=x,x.blockSize=512,x.outSize=160,x.hmacStrength=80,x.padLength=64,x.prototype._update=function(y,m){for(var b=this.W,S=0;S<16;S++)b[S]=y[m+S];for(;S<b.length;S++)b[S]=c(b[S-3]^b[S-8]^b[S-14]^b[S-16],1);var k=this.h[0],R=this.h[1],A=this.h[2],O=this.h[3],M=this.h[4];for(S=0;S<b.length;S++){var B=~~(S/20),U=o(c(k,5),h(B,R,A,O),M,b[S],a[B]);M=O,O=A,A=c(R,30),R=k,k=U}this.h[0]=f(this.h[0],k),this.h[1]=f(this.h[1],R),this.h[2]=f(this.h[2],A),this.h[3]=f(this.h[3],O),this.h[4]=f(this.h[4],M)},x.prototype._digest=function(y){return y==="hex"?r.toHex32(this.h,"big"):r.split32(this.h,"big")}},44853:function(d,_,e){"use strict";var r=e(8631),i=e(6586);function l(){if(!(this instanceof l))return new l;i.call(this),this.h=[3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428]}r.inherits(l,i),d.exports=l,l.blockSize=512,l.outSize=224,l.hmacStrength=192,l.padLength=64,l.prototype._digest=function(f){return f==="hex"?r.toHex32(this.h.slice(0,7),"big"):r.split32(this.h.slice(0,7),"big")}},6586:function(d,_,e){"use strict";var r=e(8631),i=e(28766),l=e(81692),c=e(61339),f=r.sum32,o=r.sum32_4,h=r.sum32_5,u=l.ch32,a=l.maj32,x=l.s0_256,p=l.s1_256,y=l.g0_256,m=l.g1_256,b=i.BlockHash,S=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298];function k(){if(!(this instanceof k))return new k;b.call(this),this.h=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.k=S,this.W=new Array(64)}r.inherits(k,b),d.exports=k,k.blockSize=512,k.outSize=256,k.hmacStrength=192,k.padLength=64,k.prototype._update=function(A,O){for(var M=this.W,B=0;B<16;B++)M[B]=A[O+B];for(;B<M.length;B++)M[B]=o(m(M[B-2]),M[B-7],y(M[B-15]),M[B-16]);var U=this.h[0],X=this.h[1],G=this.h[2],V=this.h[3],ae=this.h[4],ie=this.h[5],ue=this.h[6],Q=this.h[7];for(c(this.k.length===M.length),B=0;B<M.length;B++){var J=h(Q,p(ae),u(ae,ie,ue),this.k[B],M[B]),K=f(x(U),a(U,X,G));Q=ue,ue=ie,ie=ae,ae=f(V,J),V=G,G=X,X=U,U=f(J,K)}this.h[0]=f(this.h[0],U),this.h[1]=f(this.h[1],X),this.h[2]=f(this.h[2],G),this.h[3]=f(this.h[3],V),this.h[4]=f(this.h[4],ae),this.h[5]=f(this.h[5],ie),this.h[6]=f(this.h[6],ue),this.h[7]=f(this.h[7],Q)},k.prototype._digest=function(A){return A==="hex"?r.toHex32(this.h,"big"):r.split32(this.h,"big")}},66474:function(d,_,e){"use strict";var r=e(8631),i=e(50663);function l(){if(!(this instanceof l))return new l;i.call(this),this.h=[3418070365,3238371032,1654270250,914150663,2438529370,812702999,355462360,4144912697,1731405415,4290775857,2394180231,1750603025,3675008525,1694076839,1203062813,3204075428]}r.inherits(l,i),d.exports=l,l.blockSize=1024,l.outSize=384,l.hmacStrength=192,l.padLength=128,l.prototype._digest=function(f){return f==="hex"?r.toHex32(this.h.slice(0,12),"big"):r.split32(this.h.slice(0,12),"big")}},50663:function(d,_,e){"use strict";var r=e(8631),i=e(28766),l=e(61339),c=r.rotr64_hi,f=r.rotr64_lo,o=r.shr64_hi,h=r.shr64_lo,u=r.sum64,a=r.sum64_hi,x=r.sum64_lo,p=r.sum64_4_hi,y=r.sum64_4_lo,m=r.sum64_5_hi,b=r.sum64_5_lo,S=i.BlockHash,k=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591];function R(){if(!(this instanceof R))return new R;S.call(this),this.h=[1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209],this.k=k,this.W=new Array(160)}r.inherits(R,S),d.exports=R,R.blockSize=1024,R.outSize=512,R.hmacStrength=192,R.padLength=128,R.prototype._prepareBlock=function(K,oe){for(var ee=this.W,q=0;q<32;q++)ee[q]=K[oe+q];for(;q<ee.length;q+=2){var le=ue(ee[q-4],ee[q-3]),Z=Q(ee[q-4],ee[q-3]),j=ee[q-14],se=ee[q-13],me=ae(ee[q-30],ee[q-29]),Oe=ie(ee[q-30],ee[q-29]),ke=ee[q-32],$e=ee[q-31];ee[q]=p(le,Z,j,se,me,Oe,ke,$e),ee[q+1]=y(le,Z,j,se,me,Oe,ke,$e)}},R.prototype._update=function(K,oe){this._prepareBlock(K,oe);var ee=this.W,q=this.h[0],le=this.h[1],Z=this.h[2],j=this.h[3],se=this.h[4],me=this.h[5],Oe=this.h[6],ke=this.h[7],$e=this.h[8],Ne=this.h[9],Ft=this.h[10],wt=this.h[11],Pt=this.h[12],Jt=this.h[13],er=this.h[14],tr=this.h[15];l(this.k.length===ee.length);for(var Xe=0;Xe<ee.length;Xe+=2){var It=er,Zt=tr,ot=G($e,Ne),bt=V($e,Ne),mt=A($e,Ne,Ft,wt,Pt,Jt),et=O($e,Ne,Ft,wt,Pt,Jt),He=this.k[Xe],_e=this.k[Xe+1],Se=ee[Xe],Me=ee[Xe+1],Ue=m(It,Zt,ot,bt,mt,et,He,_e,Se,Me),We=b(It,Zt,ot,bt,mt,et,He,_e,Se,Me);It=U(q,le),Zt=X(q,le),ot=M(q,le,Z,j,se,me),bt=B(q,le,Z,j,se,me);var it=a(It,Zt,ot,bt),ct=x(It,Zt,ot,bt);er=Pt,tr=Jt,Pt=Ft,Jt=wt,Ft=$e,wt=Ne,$e=a(Oe,ke,Ue,We),Ne=x(ke,ke,Ue,We),Oe=se,ke=me,se=Z,me=j,Z=q,j=le,q=a(Ue,We,it,ct),le=x(Ue,We,it,ct)}u(this.h,0,q,le),u(this.h,2,Z,j),u(this.h,4,se,me),u(this.h,6,Oe,ke),u(this.h,8,$e,Ne),u(this.h,10,Ft,wt),u(this.h,12,Pt,Jt),u(this.h,14,er,tr)},R.prototype._digest=function(K){return K==="hex"?r.toHex32(this.h,"big"):r.split32(this.h,"big")};function A(J,K,oe,ee,q){var le=J&oe^~J&q;return le<0&&(le+=4294967296),le}function O(J,K,oe,ee,q,le){var Z=K&ee^~K&le;return Z<0&&(Z+=4294967296),Z}function M(J,K,oe,ee,q){var le=J&oe^J&q^oe&q;return le<0&&(le+=4294967296),le}function B(J,K,oe,ee,q,le){var Z=K&ee^K&le^ee&le;return Z<0&&(Z+=4294967296),Z}function U(J,K){var oe=c(J,K,28),ee=c(K,J,2),q=c(K,J,7),le=oe^ee^q;return le<0&&(le+=4294967296),le}function X(J,K){var oe=f(J,K,28),ee=f(K,J,2),q=f(K,J,7),le=oe^ee^q;return le<0&&(le+=4294967296),le}function G(J,K){var oe=c(J,K,14),ee=c(J,K,18),q=c(K,J,9),le=oe^ee^q;return le<0&&(le+=4294967296),le}function V(J,K){var oe=f(J,K,14),ee=f(J,K,18),q=f(K,J,9),le=oe^ee^q;return le<0&&(le+=4294967296),le}function ae(J,K){var oe=c(J,K,1),ee=c(J,K,8),q=o(J,K,7),le=oe^ee^q;return le<0&&(le+=4294967296),le}function ie(J,K){var oe=f(J,K,1),ee=f(J,K,8),q=h(J,K,7),le=oe^ee^q;return le<0&&(le+=4294967296),le}function ue(J,K){var oe=c(J,K,19),ee=c(K,J,29),q=o(J,K,6),le=oe^ee^q;return le<0&&(le+=4294967296),le}function Q(J,K){var oe=f(J,K,19),ee=f(K,J,29),q=h(J,K,6),le=oe^ee^q;return le<0&&(le+=4294967296),le}},81692:function(d,_,e){"use strict";var r=e(8631),i=r.rotr32;function l(p,y,m,b){if(p===0)return c(y,m,b);if(p===1||p===3)return o(y,m,b);if(p===2)return f(y,m,b)}_.ft_1=l;function c(p,y,m){return p&y^~p&m}_.ch32=c;function f(p,y,m){return p&y^p&m^y&m}_.maj32=f;function o(p,y,m){return p^y^m}_.p32=o;function h(p){return i(p,2)^i(p,13)^i(p,22)}_.s0_256=h;function u(p){return i(p,6)^i(p,11)^i(p,25)}_.s1_256=u;function a(p){return i(p,7)^i(p,18)^p>>>3}_.g0_256=a;function x(p){return i(p,17)^i(p,19)^p>>>10}_.g1_256=x},8631:function(d,_,e){"use strict";var r=e(61339),i=e(4603);_.inherits=i;function l(Q,J){return(Q.charCodeAt(J)&64512)!==55296||J<0||J+1>=Q.length?!1:(Q.charCodeAt(J+1)&64512)===56320}function c(Q,J){if(Array.isArray(Q))return Q.slice();if(!Q)return[];var K=[];if(typeof Q=="string")if(J){if(J==="hex")for(Q=Q.replace(/[^a-z0-9]+/ig,""),Q.length%2!==0&&(Q="0"+Q),ee=0;ee<Q.length;ee+=2)K.push(parseInt(Q[ee]+Q[ee+1],16))}else for(var oe=0,ee=0;ee<Q.length;ee++){var q=Q.charCodeAt(ee);q<128?K[oe++]=q:q<2048?(K[oe++]=q>>6|192,K[oe++]=q&63|128):l(Q,ee)?(q=65536+((q&1023)<<10)+(Q.charCodeAt(++ee)&1023),K[oe++]=q>>18|240,K[oe++]=q>>12&63|128,K[oe++]=q>>6&63|128,K[oe++]=q&63|128):(K[oe++]=q>>12|224,K[oe++]=q>>6&63|128,K[oe++]=q&63|128)}else for(ee=0;ee<Q.length;ee++)K[ee]=Q[ee]|0;return K}_.toArray=c;function f(Q){for(var J="",K=0;K<Q.length;K++)J+=u(Q[K].toString(16));return J}_.toHex=f;function o(Q){var J=Q>>>24|Q>>>8&65280|Q<<8&16711680|(Q&255)<<24;return J>>>0}_.htonl=o;function h(Q,J){for(var K="",oe=0;oe<Q.length;oe++){var ee=Q[oe];J==="little"&&(ee=o(ee)),K+=a(ee.toString(16))}return K}_.toHex32=h;function u(Q){return Q.length===1?"0"+Q:Q}_.zero2=u;function a(Q){return Q.length===7?"0"+Q:Q.length===6?"00"+Q:Q.length===5?"000"+Q:Q.length===4?"0000"+Q:Q.length===3?"00000"+Q:Q.length===2?"000000"+Q:Q.length===1?"0000000"+Q:Q}_.zero8=a;function x(Q,J,K,oe){var ee=K-J;r(ee%4===0);for(var q=new Array(ee/4),le=0,Z=J;le<q.length;le++,Z+=4){var j;oe==="big"?j=Q[Z]<<24|Q[Z+1]<<16|Q[Z+2]<<8|Q[Z+3]:j=Q[Z+3]<<24|Q[Z+2]<<16|Q[Z+1]<<8|Q[Z],q[le]=j>>>0}return q}_.join32=x;function p(Q,J){for(var K=new Array(Q.length*4),oe=0,ee=0;oe<Q.length;oe++,ee+=4){var q=Q[oe];J==="big"?(K[ee]=q>>>24,K[ee+1]=q>>>16&255,K[ee+2]=q>>>8&255,K[ee+3]=q&255):(K[ee+3]=q>>>24,K[ee+2]=q>>>16&255,K[ee+1]=q>>>8&255,K[ee]=q&255)}return K}_.split32=p;function y(Q,J){return Q>>>J|Q<<32-J}_.rotr32=y;function m(Q,J){return Q<<J|Q>>>32-J}_.rotl32=m;function b(Q,J){return Q+J>>>0}_.sum32=b;function S(Q,J,K){return Q+J+K>>>0}_.sum32_3=S;function k(Q,J,K,oe){return Q+J+K+oe>>>0}_.sum32_4=k;function R(Q,J,K,oe,ee){return Q+J+K+oe+ee>>>0}_.sum32_5=R;function A(Q,J,K,oe){var ee=Q[J],q=Q[J+1],le=oe+q>>>0,Z=(le<oe?1:0)+K+ee;Q[J]=Z>>>0,Q[J+1]=le}_.sum64=A;function O(Q,J,K,oe){var ee=J+oe>>>0,q=(ee<J?1:0)+Q+K;return q>>>0}_.sum64_hi=O;function M(Q,J,K,oe){var ee=J+oe;return ee>>>0}_.sum64_lo=M;function B(Q,J,K,oe,ee,q,le,Z){var j=0,se=J;se=se+oe>>>0,j+=se<J?1:0,se=se+q>>>0,j+=se<q?1:0,se=se+Z>>>0,j+=se<Z?1:0;var me=Q+K+ee+le+j;return me>>>0}_.sum64_4_hi=B;function U(Q,J,K,oe,ee,q,le,Z){var j=J+oe+q+Z;return j>>>0}_.sum64_4_lo=U;function X(Q,J,K,oe,ee,q,le,Z,j,se){var me=0,Oe=J;Oe=Oe+oe>>>0,me+=Oe<J?1:0,Oe=Oe+q>>>0,me+=Oe<q?1:0,Oe=Oe+Z>>>0,me+=Oe<Z?1:0,Oe=Oe+se>>>0,me+=Oe<se?1:0;var ke=Q+K+ee+le+j+me;return ke>>>0}_.sum64_5_hi=X;function G(Q,J,K,oe,ee,q,le,Z,j,se){var me=J+oe+q+Z+se;return me>>>0}_.sum64_5_lo=G;function V(Q,J,K){var oe=J<<32-K|Q>>>K;return oe>>>0}_.rotr64_hi=V;function ae(Q,J,K){var oe=Q<<32-K|J>>>K;return oe>>>0}_.rotr64_lo=ae;function ie(Q,J,K){return Q>>>K}_.shr64_hi=ie;function ue(Q,J,K){var oe=Q<<32-K|J>>>K;return oe>>>0}_.shr64_lo=ue},19340:function(d,_,e){"use strict";e.d(_,{Ep:function(){return S},PP:function(){return x},aU:function(){return i},cP:function(){return k},lX:function(){return u},q_:function(){return a}});var r=e(14809),i;(function(R){R.Pop="POP",R.Push="PUSH",R.Replace="REPLACE"})(i||(i={}));var l=function(R){return R};function c(R,A){if(!R){typeof console!="undefined"&&console.warn(A);try{throw new Error(A)}catch(O){}}}var f="beforeunload",o="hashchange",h="popstate";function u(R){R===void 0&&(R={});var A=R,O=A.window,M=O===void 0?document.defaultView:O,B=M.history;function U(){var Oe=M.location,ke=Oe.pathname,$e=Oe.search,Ne=Oe.hash,Ft=B.state||{};return[Ft.idx,l({pathname:ke,search:$e,hash:Ne,state:Ft.usr||null,key:Ft.key||"default"})]}var X=null;function G(){if(X)J.call(X),X=null;else{var Oe=i.Pop,ke=U(),$e=ke[0],Ne=ke[1];if(J.length){if($e!=null){var Ft=ie-$e;Ft&&(X={action:Oe,location:Ne,retry:function(){se(Ft*-1)}},se(Ft))}}else le(Oe)}}M.addEventListener(h,G);var V=i.Pop,ae=U(),ie=ae[0],ue=ae[1],Q=m(),J=m();ie==null&&(ie=0,B.replaceState((0,r.Z)({},B.state,{idx:ie}),""));function K(Oe){return typeof Oe=="string"?Oe:S(Oe)}function oe(Oe,ke){return ke===void 0&&(ke=null),l((0,r.Z)({pathname:ue.pathname,hash:"",search:""},typeof Oe=="string"?k(Oe):Oe,{state:ke,key:b()}))}function ee(Oe,ke){return[{usr:Oe.state,key:Oe.key,idx:ke},K(Oe)]}function q(Oe,ke,$e){return!J.length||(J.call({action:Oe,location:ke,retry:$e}),!1)}function le(Oe){V=Oe;var ke=U();ie=ke[0],ue=ke[1],Q.call({action:V,location:ue})}function Z(Oe,ke){var $e=i.Push,Ne=oe(Oe,ke);function Ft(){Z(Oe,ke)}if(q($e,Ne,Ft)){var wt=ee(Ne,ie+1),Pt=wt[0],Jt=wt[1];try{B.pushState(Pt,"",Jt)}catch(er){M.location.assign(Jt)}le($e)}}function j(Oe,ke){var $e=i.Replace,Ne=oe(Oe,ke);function Ft(){j(Oe,ke)}if(q($e,Ne,Ft)){var wt=ee(Ne,ie),Pt=wt[0],Jt=wt[1];B.replaceState(Pt,"",Jt),le($e)}}function se(Oe){B.go(Oe)}var me={get action(){return V},get location(){return ue},createHref:K,push:Z,replace:j,go:se,back:function(){se(-1)},forward:function(){se(1)},listen:function(ke){return Q.push(ke)},block:function(ke){var $e=J.push(ke);return J.length===1&&M.addEventListener(f,y),function(){$e(),J.length||M.removeEventListener(f,y)}}};return me}function a(R){R===void 0&&(R={});var A=R,O=A.window,M=O===void 0?document.defaultView:O,B=M.history;function U(){var ke=k(M.location.hash.substr(1)),$e=ke.pathname,Ne=$e===void 0?"/":$e,Ft=ke.search,wt=Ft===void 0?"":Ft,Pt=ke.hash,Jt=Pt===void 0?"":Pt,er=B.state||{};return[er.idx,l({pathname:Ne,search:wt,hash:Jt,state:er.usr||null,key:er.key||"default"})]}var X=null;function G(){if(X)J.call(X),X=null;else{var ke=i.Pop,$e=U(),Ne=$e[0],Ft=$e[1];if(J.length){if(Ne!=null){var wt=ie-Ne;wt&&(X={action:ke,location:Ft,retry:function(){me(wt*-1)}},me(wt))}}else Z(ke)}}M.addEventListener(h,G),M.addEventListener(o,function(){var ke=U(),$e=ke[1];S($e)!==S(ue)&&G()});var V=i.Pop,ae=U(),ie=ae[0],ue=ae[1],Q=m(),J=m();ie==null&&(ie=0,B.replaceState((0,r.Z)({},B.state,{idx:ie}),""));function K(){var ke=document.querySelector("base"),$e="";if(ke&&ke.getAttribute("href")){var Ne=M.location.href,Ft=Ne.indexOf("#");$e=Ft===-1?Ne:Ne.slice(0,Ft)}return $e}function oe(ke){return K()+"#"+(typeof ke=="string"?ke:S(ke))}function ee(ke,$e){return $e===void 0&&($e=null),l((0,r.Z)({pathname:ue.pathname,hash:"",search:""},typeof ke=="string"?k(ke):ke,{state:$e,key:b()}))}function q(ke,$e){return[{usr:ke.state,key:ke.key,idx:$e},oe(ke)]}function le(ke,$e,Ne){return!J.length||(J.call({action:ke,location:$e,retry:Ne}),!1)}function Z(ke){V=ke;var $e=U();ie=$e[0],ue=$e[1],Q.call({action:V,location:ue})}function j(ke,$e){var Ne=i.Push,Ft=ee(ke,$e);function wt(){j(ke,$e)}if(le(Ne,Ft,wt)){var Pt=q(Ft,ie+1),Jt=Pt[0],er=Pt[1];try{B.pushState(Jt,"",er)}catch(tr){M.location.assign(er)}Z(Ne)}}function se(ke,$e){var Ne=i.Replace,Ft=ee(ke,$e);function wt(){se(ke,$e)}if(le(Ne,Ft,wt)){var Pt=q(Ft,ie),Jt=Pt[0],er=Pt[1];B.replaceState(Jt,"",er),Z(Ne)}}function me(ke){B.go(ke)}var Oe={get action(){return V},get location(){return ue},createHref:oe,push:j,replace:se,go:me,back:function(){me(-1)},forward:function(){me(1)},listen:function($e){return Q.push($e)},block:function($e){var Ne=J.push($e);return J.length===1&&M.addEventListener(f,y),function(){Ne(),J.length||M.removeEventListener(f,y)}}};return Oe}function x(R){R===void 0&&(R={});var A=R,O=A.initialEntries,M=O===void 0?["/"]:O,B=A.initialIndex,U=M.map(function(Z){var j=l((0,r.Z)({pathname:"/",search:"",hash:"",state:null,key:b()},typeof Z=="string"?k(Z):Z));return j}),X=p(B==null?U.length-1:B,0,U.length-1),G=i.Pop,V=U[X],ae=m(),ie=m();function ue(Z){return typeof Z=="string"?Z:S(Z)}function Q(Z,j){return j===void 0&&(j=null),l((0,r.Z)({pathname:V.pathname,search:"",hash:""},typeof Z=="string"?k(Z):Z,{state:j,key:b()}))}function J(Z,j,se){return!ie.length||(ie.call({action:Z,location:j,retry:se}),!1)}function K(Z,j){G=Z,V=j,ae.call({action:G,location:V})}function oe(Z,j){var se=i.Push,me=Q(Z,j);function Oe(){oe(Z,j)}J(se,me,Oe)&&(X+=1,U.splice(X,U.length,me),K(se,me))}function ee(Z,j){var se=i.Replace,me=Q(Z,j);function Oe(){ee(Z,j)}J(se,me,Oe)&&(U[X]=me,K(se,me))}function q(Z){var j=p(X+Z,0,U.length-1),se=i.Pop,me=U[j];function Oe(){q(Z)}J(se,me,Oe)&&(X=j,K(se,me))}var le={get index(){return X},get action(){return G},get location(){return V},createHref:ue,push:oe,replace:ee,go:q,back:function(){q(-1)},forward:function(){q(1)},listen:function(j){return ae.push(j)},block:function(j){return ie.push(j)}};return le}function p(R,A,O){return Math.min(Math.max(R,A),O)}function y(R){R.preventDefault(),R.returnValue=""}function m(){var R=[];return{get length(){return R.length},push:function(O){return R.push(O),function(){R=R.filter(function(M){return M!==O})}},call:function(O){R.forEach(function(M){return M&&M(O)})}}}function b(){return Math.random().toString(36).substr(2,8)}function S(R){var A=R.pathname,O=A===void 0?"/":A,M=R.search,B=M===void 0?"":M,U=R.hash,X=U===void 0?"":U;return B&&B!=="?"&&(O+=B.charAt(0)==="?"?B:"?"+B),X&&X!=="#"&&(O+=X.charAt(0)==="#"?X:"#"+X),O}function k(R){var A={};if(R){var O=R.indexOf("#");O>=0&&(A.hash=R.substr(O),R=R.substr(0,O));var M=R.indexOf("?");M>=0&&(A.search=R.substr(M),R=R.substr(0,M)),R&&(A.pathname=R)}return A}},94266:function(d,_,e){"use strict";var r=e(99234),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},l={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},c={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},f={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},o={};o[r.ForwardRef]=c,o[r.Memo]=f;function h(S){return r.isMemo(S)?f:o[S.$$typeof]||i}var u=Object.defineProperty,a=Object.getOwnPropertyNames,x=Object.getOwnPropertySymbols,p=Object.getOwnPropertyDescriptor,y=Object.getPrototypeOf,m=Object.prototype;function b(S,k,R){if(typeof k!="string"){if(m){var A=y(k);A&&A!==m&&b(S,A,R)}var O=a(k);x&&(O=O.concat(x(k)));for(var M=h(S),B=h(k),U=0;U<O.length;++U){var X=O[U];if(!l[X]&&!(R&&R[X])&&!(B&&B[X])&&!(M&&M[X])){var G=p(k,X);try{u(S,X,G)}catch(V){}}}}return S}d.exports=b},4603:function(d){typeof Object.create=="function"?d.exports=function(e,r){r&&(e.super_=r,e.prototype=Object.create(r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:d.exports=function(e,r){if(r){e.super_=r;var i=function(){};i.prototype=r.prototype,e.prototype=new i,e.prototype.constructor=e}}},44520:function(d){"use strict";var _=function(e,r,i,l,c,f,o,h){if(!e){var u;if(r===void 0)u=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var a=[i,l,c,f,o,h],x=0;u=new Error(r.replace(/%s/g,function(){return a[x++]})),u.name="Invariant Violation"}throw u.framesToPop=1,u}};d.exports=_},78034:function(d){d.exports=function(r){return r!=null&&(_(r)||e(r)||!!r._isBuffer)};function _(r){return!!r.constructor&&typeof r.constructor.isBuffer=="function"&&r.constructor.isBuffer(r)}function e(r){return typeof r.readFloatLE=="function"&&typeof r.slice=="function"&&_(r.slice(0,0))}},78639:function(d,_,e){"use strict";var r=e(77497);function i(l){return r(l)===!0&&Object.prototype.toString.call(l)==="[object Object]"}d.exports=function(c){var f,o;return!(i(c)===!1||(f=c.constructor,typeof f!="function")||(o=f.prototype,i(o)===!1)||o.hasOwnProperty("isPrototypeOf")===!1)}},77497:function(d){"use strict";d.exports=function(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}},53184:function(d,_,e){"use strict";var r,i;function l(c,f,o){var h=function(u,a){return c.js_beautify(u,a)};return h.js=c.js_beautify,h.css=f.css_beautify,h.html=o.html_beautify,h.js_beautify=c.js_beautify,h.css_beautify=f.css_beautify,h.html_beautify=o.html_beautify,h}r=[e(58553),e(87804),e(40998)],i=function(c,f,o){return l(c,f,o)}.apply(_,r),i!==void 0&&(d.exports=i)},87804:function(d,_){var e,r;(function(){var i;(function(){"use strict";var c=[,,function(u){function a(y){this.__parent=y,this.__character_count=0,this.__indent_count=-1,this.__alignment_count=0,this.__wrap_point_index=0,this.__wrap_point_character_count=0,this.__wrap_point_indent_count=-1,this.__wrap_point_alignment_count=0,this.__items=[]}a.prototype.clone_empty=function(){var y=new a(this.__parent);return y.set_indent(this.__indent_count,this.__alignment_count),y},a.prototype.item=function(y){return y<0?this.__items[this.__items.length+y]:this.__items[y]},a.prototype.has_match=function(y){for(var m=this.__items.length-1;m>=0;m--)if(this.__items[m].match(y))return!0;return!1},a.prototype.set_indent=function(y,m){this.is_empty()&&(this.__indent_count=y||0,this.__alignment_count=m||0,this.__character_count=this.__parent.get_indent_size(this.__indent_count,this.__alignment_count))},a.prototype._set_wrap_point=function(){this.__parent.wrap_line_length&&(this.__wrap_point_index=this.__items.length,this.__wrap_point_character_count=this.__character_count,this.__wrap_point_indent_count=this.__parent.next_line.__indent_count,this.__wrap_point_alignment_count=this.__parent.next_line.__alignment_count)},a.prototype._should_wrap=function(){return this.__wrap_point_index&&this.__character_count>this.__parent.wrap_line_length&&this.__wrap_point_character_count>this.__parent.next_line.__character_count},a.prototype._allow_wrap=function(){if(this._should_wrap()){this.__parent.add_new_line();var y=this.__parent.current_line;return y.set_indent(this.__wrap_point_indent_count,this.__wrap_point_alignment_count),y.__items=this.__items.slice(this.__wrap_point_index),this.__items=this.__items.slice(0,this.__wrap_point_index),y.__character_count+=this.__character_count-this.__wrap_point_character_count,this.__character_count=this.__wrap_point_character_count,y.__items[0]===" "&&(y.__items.splice(0,1),y.__character_count-=1),!0}return!1},a.prototype.is_empty=function(){return this.__items.length===0},a.prototype.last=function(){return this.is_empty()?null:this.__items[this.__items.length-1]},a.prototype.push=function(y){this.__items.push(y);var m=y.lastIndexOf(`
`);m!==-1?this.__character_count=y.length-m:this.__character_count+=y.length},a.prototype.pop=function(){var y=null;return this.is_empty()||(y=this.__items.pop(),this.__character_count-=y.length),y},a.prototype._remove_indent=function(){this.__indent_count>0&&(this.__indent_count-=1,this.__character_count-=this.__parent.indent_size)},a.prototype._remove_wrap_indent=function(){this.__wrap_point_indent_count>0&&(this.__wrap_point_indent_count-=1)},a.prototype.trim=function(){for(;this.last()===" ";)this.__items.pop(),this.__character_count-=1},a.prototype.toString=function(){var y="";return this.is_empty()?this.__parent.indent_empty_lines&&(y=this.__parent.get_indent_string(this.__indent_count)):(y=this.__parent.get_indent_string(this.__indent_count,this.__alignment_count),y+=this.__items.join("")),y};function x(y,m){this.__cache=[""],this.__indent_size=y.indent_size,this.__indent_string=y.indent_char,y.indent_with_tabs||(this.__indent_string=new Array(y.indent_size+1).join(y.indent_char)),m=m||"",y.indent_level>0&&(m=new Array(y.indent_level+1).join(this.__indent_string)),this.__base_string=m,this.__base_string_length=m.length}x.prototype.get_indent_size=function(y,m){var b=this.__base_string_length;return m=m||0,y<0&&(b=0),b+=y*this.__indent_size,b+=m,b},x.prototype.get_indent_string=function(y,m){var b=this.__base_string;return m=m||0,y<0&&(y=0,b=""),m+=y*this.__indent_size,this.__ensure_cache(m),b+=this.__cache[m],b},x.prototype.__ensure_cache=function(y){for(;y>=this.__cache.length;)this.__add_column()},x.prototype.__add_column=function(){var y=this.__cache.length,m=0,b="";this.__indent_size&&y>=this.__indent_size&&(m=Math.floor(y/this.__indent_size),y-=m*this.__indent_size,b=new Array(m+1).join(this.__indent_string)),y&&(b+=new Array(y+1).join(" ")),this.__cache.push(b)};function p(y,m){this.__indent_cache=new x(y,m),this.raw=!1,this._end_with_newline=y.end_with_newline,this.indent_size=y.indent_size,this.wrap_line_length=y.wrap_line_length,this.indent_empty_lines=y.indent_empty_lines,this.__lines=[],this.previous_line=null,this.current_line=null,this.next_line=new a(this),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1,this.__add_outputline()}p.prototype.__add_outputline=function(){this.previous_line=this.current_line,this.current_line=this.next_line.clone_empty(),this.__lines.push(this.current_line)},p.prototype.get_line_number=function(){return this.__lines.length},p.prototype.get_indent_string=function(y,m){return this.__indent_cache.get_indent_string(y,m)},p.prototype.get_indent_size=function(y,m){return this.__indent_cache.get_indent_size(y,m)},p.prototype.is_empty=function(){return!this.previous_line&&this.current_line.is_empty()},p.prototype.add_new_line=function(y){return this.is_empty()||!y&&this.just_added_newline()?!1:(this.raw||this.__add_outputline(),!0)},p.prototype.get_code=function(y){this.trim(!0);var m=this.current_line.pop();m&&(m[m.length-1]===`
`&&(m=m.replace(/\n+$/g,"")),this.current_line.push(m)),this._end_with_newline&&this.__add_outputline();var b=this.__lines.join(`
`);return y!==`
`&&(b=b.replace(/[\n]/g,y)),b},p.prototype.set_wrap_point=function(){this.current_line._set_wrap_point()},p.prototype.set_indent=function(y,m){return y=y||0,m=m||0,this.next_line.set_indent(y,m),this.__lines.length>1?(this.current_line.set_indent(y,m),!0):(this.current_line.set_indent(),!1)},p.prototype.add_raw_token=function(y){for(var m=0;m<y.newlines;m++)this.__add_outputline();this.current_line.set_indent(-1),this.current_line.push(y.whitespace_before),this.current_line.push(y.text),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1},p.prototype.add_token=function(y){this.__add_space_before_token(),this.current_line.push(y),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=this.current_line._allow_wrap()},p.prototype.__add_space_before_token=function(){this.space_before_token&&!this.just_added_newline()&&(this.non_breaking_space||this.set_wrap_point(),this.current_line.push(" "))},p.prototype.remove_indent=function(y){for(var m=this.__lines.length;y<m;)this.__lines[y]._remove_indent(),y++;this.current_line._remove_wrap_indent()},p.prototype.trim=function(y){for(y=y===void 0?!1:y,this.current_line.trim();y&&this.__lines.length>1&&this.current_line.is_empty();)this.__lines.pop(),this.current_line=this.__lines[this.__lines.length-1],this.current_line.trim();this.previous_line=this.__lines.length>1?this.__lines[this.__lines.length-2]:null},p.prototype.just_added_newline=function(){return this.current_line.is_empty()},p.prototype.just_added_blankline=function(){return this.is_empty()||this.current_line.is_empty()&&this.previous_line.is_empty()},p.prototype.ensure_empty_line_above=function(y,m){for(var b=this.__lines.length-2;b>=0;){var S=this.__lines[b];if(S.is_empty())break;if(S.item(0).indexOf(y)!==0&&S.item(-1)!==m){this.__lines.splice(b+1,0,new a(this)),this.previous_line=this.__lines[this.__lines.length-2];break}b--}},u.exports.Output=p},,,,function(u){function a(y,m){this.raw_options=x(y,m),this.disabled=this._get_boolean("disabled"),this.eol=this._get_characters("eol","auto"),this.end_with_newline=this._get_boolean("end_with_newline"),this.indent_size=this._get_number("indent_size",4),this.indent_char=this._get_characters("indent_char"," "),this.indent_level=this._get_number("indent_level"),this.preserve_newlines=this._get_boolean("preserve_newlines",!0),this.max_preserve_newlines=this._get_number("max_preserve_newlines",32786),this.preserve_newlines||(this.max_preserve_newlines=0),this.indent_with_tabs=this._get_boolean("indent_with_tabs",this.indent_char===" "),this.indent_with_tabs&&(this.indent_char=" ",this.indent_size===1&&(this.indent_size=4)),this.wrap_line_length=this._get_number("wrap_line_length",this._get_number("max_char")),this.indent_empty_lines=this._get_boolean("indent_empty_lines"),this.templating=this._get_selection_list("templating",["auto","none","angular","django","erb","handlebars","php","smarty"],["auto"])}a.prototype._get_array=function(y,m){var b=this.raw_options[y],S=m||[];return typeof b=="object"?b!==null&&typeof b.concat=="function"&&(S=b.concat()):typeof b=="string"&&(S=b.split(/[^a-zA-Z0-9_\/\-]+/)),S},a.prototype._get_boolean=function(y,m){var b=this.raw_options[y],S=b===void 0?!!m:!!b;return S},a.prototype._get_characters=function(y,m){var b=this.raw_options[y],S=m||"";return typeof b=="string"&&(S=b.replace(/\\r/,"\r").replace(/\\n/,`
`).replace(/\\t/," ")),S},a.prototype._get_number=function(y,m){var b=this.raw_options[y];m=parseInt(m,10),isNaN(m)&&(m=0);var S=parseInt(b,10);return isNaN(S)&&(S=m),S},a.prototype._get_selection=function(y,m,b){var S=this._get_selection_list(y,m,b);if(S.length!==1)throw new Error("Invalid Option Value: The option '"+y+`' can only be one of the following values:
`+m+`
You passed in: '`+this.raw_options[y]+"'");return S[0]},a.prototype._get_selection_list=function(y,m,b){if(!m||m.length===0)throw new Error("Selection list cannot be empty.");if(b=b||[m[0]],!this._is_valid_selection(b,m))throw new Error("Invalid Default Value!");var S=this._get_array(y,b);if(!this._is_valid_selection(S,m))throw new Error("Invalid Option Value: The option '"+y+`' can contain only the following values:
`+m+`
You passed in: '`+this.raw_options[y]+"'");return S},a.prototype._is_valid_selection=function(y,m){return y.length&&m.length&&!y.some(function(b){return m.indexOf(b)===-1})};function x(y,m){var b={};y=p(y);var S;for(S in y)S!==m&&(b[S]=y[S]);if(m&&y[m])for(S in y[m])b[S]=y[m][S];return b}function p(y){var m={},b;for(b in y){var S=b.replace(/-/g,"_");m[S]=y[b]}return m}u.exports.Options=a,u.exports.normalizeOpts=p,u.exports.mergeOpts=x},,function(u){var a=RegExp.prototype.hasOwnProperty("sticky");function x(p){this.__input=p||"",this.__input_length=this.__input.length,this.__position=0}x.prototype.restart=function(){this.__position=0},x.prototype.back=function(){this.__position>0&&(this.__position-=1)},x.prototype.hasNext=function(){return this.__position<this.__input_length},x.prototype.next=function(){var p=null;return this.hasNext()&&(p=this.__input.charAt(this.__position),this.__position+=1),p},x.prototype.peek=function(p){var y=null;return p=p||0,p+=this.__position,p>=0&&p<this.__input_length&&(y=this.__input.charAt(p)),y},x.prototype.__match=function(p,y){p.lastIndex=y;var m=p.exec(this.__input);return m&&!(a&&p.sticky)&&m.index!==y&&(m=null),m},x.prototype.test=function(p,y){return y=y||0,y+=this.__position,y>=0&&y<this.__input_length?!!this.__match(p,y):!1},x.prototype.testChar=function(p,y){var m=this.peek(y);return p.lastIndex=0,m!==null&&p.test(m)},x.prototype.match=function(p){var y=this.__match(p,this.__position);return y?this.__position+=y[0].length:y=null,y},x.prototype.read=function(p,y,m){var b="",S;return p&&(S=this.match(p),S&&(b+=S[0])),y&&(S||!p)&&(b+=this.readUntil(y,m)),b},x.prototype.readUntil=function(p,y){var m="",b=this.__position;p.lastIndex=this.__position;var S=p.exec(this.__input);return S?(b=S.index,y&&(b+=S[0].length)):b=this.__input_length,m=this.__input.substring(this.__position,b),this.__position=b,m},x.prototype.readUntilAfter=function(p){return this.readUntil(p,!0)},x.prototype.get_regexp=function(p,y){var m=null,b="g";return y&&a&&(b="y"),typeof p=="string"&&p!==""?m=new RegExp(p,b):p&&(m=new RegExp(p.source,b)),m},x.prototype.get_literal_regexp=function(p){return RegExp(p.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"))},x.prototype.peekUntilAfter=function(p){var y=this.__position,m=this.readUntilAfter(p);return this.__position=y,m},x.prototype.lookBack=function(p){var y=this.__position-1;return y>=p.length&&this.__input.substring(y-p.length,y).toLowerCase()===p},u.exports.InputScanner=x},,,,,function(u){function a(x,p){x=typeof x=="string"?x:x.source,p=typeof p=="string"?p:p.source,this.__directives_block_pattern=new RegExp(x+/ beautify( \w+[:]\w+)+ /.source+p,"g"),this.__directive_pattern=/ (\w+)[:](\w+)/g,this.__directives_end_ignore_pattern=new RegExp(x+/\sbeautify\signore:end\s/.source+p,"g")}a.prototype.get_directives=function(x){if(!x.match(this.__directives_block_pattern))return null;var p={};this.__directive_pattern.lastIndex=0;for(var y=this.__directive_pattern.exec(x);y;)p[y[1]]=y[2],y=this.__directive_pattern.exec(x);return p},a.prototype.readIgnored=function(x){return x.readUntilAfter(this.__directives_end_ignore_pattern)},u.exports.Directives=a},,function(u,a,x){var p=x(16).Beautifier,y=x(17).Options;function m(b,S){var k=new p(b,S);return k.beautify()}u.exports=m,u.exports.defaultOptions=function(){return new y}},function(u,a,x){var p=x(17).Options,y=x(2).Output,m=x(8).InputScanner,b=x(13).Directives,S=new b(/\/\*/,/\*\//),k=/\r\n|[\r\n]/,R=/\r\n|[\r\n]/g,A=/\s/,O=/(?:\s|\n)+/g,M=/\/\*(?:[\s\S]*?)((?:\*\/)|$)/g,B=/\/\/(?:[^\n\r\u2028\u2029]*)/g;function U(X,G){this._source_text=X||"",this._options=new p(G),this._ch=null,this._input=null,this.NESTED_AT_RULE={page:!0,"font-face":!0,keyframes:!0,media:!0,supports:!0,document:!0},this.CONDITIONAL_GROUP_RULE={media:!0,supports:!0,document:!0},this.NON_SEMICOLON_NEWLINE_PROPERTY=["grid-template-areas","grid-template"]}U.prototype.eatString=function(X){var G="";for(this._ch=this._input.next();this._ch;){if(G+=this._ch,this._ch==="\\")G+=this._input.next();else if(X.indexOf(this._ch)!==-1||this._ch===`
`)break;this._ch=this._input.next()}return G},U.prototype.eatWhitespace=function(X){for(var G=A.test(this._input.peek()),V=0;A.test(this._input.peek());)this._ch=this._input.next(),X&&this._ch===`
`&&(V===0||V<this._options.max_preserve_newlines)&&(V++,this._output.add_new_line(!0));return G},U.prototype.foundNestedPseudoClass=function(){for(var X=0,G=1,V=this._input.peek(G);V;){if(V==="{")return!0;if(V==="(")X+=1;else if(V===")"){if(X===0)return!1;X-=1}else if(V===";"||V==="}")return!1;G++,V=this._input.peek(G)}return!1},U.prototype.print_string=function(X){this._output.set_indent(this._indentLevel),this._output.non_breaking_space=!0,this._output.add_token(X)},U.prototype.preserveSingleSpace=function(X){X&&(this._output.space_before_token=!0)},U.prototype.indent=function(){this._indentLevel++},U.prototype.outdent=function(){this._indentLevel>0&&this._indentLevel--},U.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var X=this._source_text,G=this._options.eol;G==="auto"&&(G=`
`,X&&k.test(X||"")&&(G=X.match(k)[0])),X=X.replace(R,`
`);var V=X.match(/^[\t ]*/)[0];this._output=new y(this._options,V),this._input=new m(X),this._indentLevel=0,this._nestedLevel=0,this._ch=null;for(var ae=0,ie=!1,ue=!1,Q=!1,J=!1,K=!1,oe=this._ch,ee=!1,q,le,Z;q=this._input.read(O),le=q!=="",Z=oe,this._ch=this._input.next(),this._ch==="\\"&&this._input.hasNext()&&(this._ch+=this._input.next()),oe=this._ch,this._ch;)if(this._ch==="/"&&this._input.peek()==="*"){this._output.add_new_line(),this._input.back();var j=this._input.read(M),se=S.get_directives(j);se&&se.ignore==="start"&&(j+=S.readIgnored(this._input)),this.print_string(j),this.eatWhitespace(!0),this._output.add_new_line()}else if(this._ch==="/"&&this._input.peek()==="/")this._output.space_before_token=!0,this._input.back(),this.print_string(this._input.read(B)),this.eatWhitespace(!0);else if(this._ch==="$"){this.preserveSingleSpace(le),this.print_string(this._ch);var me=this._input.peekUntilAfter(/[: ,;{}()[\]\/='"]/g);me.match(/[ :]$/)&&(me=this.eatString(": ").replace(/\s+$/,""),this.print_string(me),this._output.space_before_token=!0),ae===0&&me.indexOf(":")!==-1&&(ue=!0,this.indent())}else if(this._ch==="@")if(this.preserveSingleSpace(le),this._input.peek()==="{")this.print_string(this._ch+this.eatString("}"));else{this.print_string(this._ch);var Oe=this._input.peekUntilAfter(/[: ,;{}()[\]\/='"]/g);Oe.match(/[ :]$/)&&(Oe=this.eatString(": ").replace(/\s+$/,""),this.print_string(Oe),this._output.space_before_token=!0),ae===0&&Oe.indexOf(":")!==-1?(ue=!0,this.indent()):Oe in this.NESTED_AT_RULE?(this._nestedLevel+=1,Oe in this.CONDITIONAL_GROUP_RULE&&(Q=!0)):ae===0&&!ue&&(J=!0)}else if(this._ch==="#"&&this._input.peek()==="{")this.preserveSingleSpace(le),this.print_string(this._ch+this.eatString("}"));else if(this._ch==="{")ue&&(ue=!1,this.outdent()),J=!1,Q?(Q=!1,ie=this._indentLevel>=this._nestedLevel):ie=this._indentLevel>=this._nestedLevel-1,this._options.newline_between_rules&&ie&&this._output.previous_line&&this._output.previous_line.item(-1)!=="{"&&this._output.ensure_empty_line_above("/",","),this._output.space_before_token=!0,this._options.brace_style==="expand"?(this._output.add_new_line(),this.print_string(this._ch),this.indent(),this._output.set_indent(this._indentLevel)):(Z==="("?this._output.space_before_token=!1:Z!==","&&this.indent(),this.print_string(this._ch)),this.eatWhitespace(!0),this._output.add_new_line();else if(this._ch==="}")this.outdent(),this._output.add_new_line(),Z==="{"&&this._output.trim(!0),ue&&(this.outdent(),ue=!1),this.print_string(this._ch),ie=!1,this._nestedLevel&&this._nestedLevel--,this.eatWhitespace(!0),this._output.add_new_line(),this._options.newline_between_rules&&!this._output.just_added_blankline()&&this._input.peek()!=="}"&&this._output.add_new_line(!0),this._input.peek()===")"&&(this._output.trim(!0),this._options.brace_style==="expand"&&this._output.add_new_line(!0));else if(this._ch===":"){for(var ke=0;ke<this.NON_SEMICOLON_NEWLINE_PROPERTY.length;ke++)if(this._input.lookBack(this.NON_SEMICOLON_NEWLINE_PROPERTY[ke])){ee=!0;break}(ie||Q)&&!(this._input.lookBack("&")||this.foundNestedPseudoClass())&&!this._input.lookBack("(")&&!J&&ae===0?(this.print_string(":"),ue||(ue=!0,this._output.space_before_token=!0,this.eatWhitespace(!0),this.indent())):(this._input.lookBack(" ")&&(this._output.space_before_token=!0),this._input.peek()===":"?(this._ch=this._input.next(),this.print_string("::")):this.print_string(":"))}else if(this._ch==='"'||this._ch==="'"){var $e=Z==='"'||Z==="'";this.preserveSingleSpace($e||le),this.print_string(this._ch+this.eatString(this._ch)),this.eatWhitespace(!0)}else if(this._ch===";")ee=!1,ae===0?(ue&&(this.outdent(),ue=!1),J=!1,this.print_string(this._ch),this.eatWhitespace(!0),this._input.peek()!=="/"&&this._output.add_new_line()):(this.print_string(this._ch),this.eatWhitespace(!0),this._output.space_before_token=!0);else if(this._ch==="(")if(this._input.lookBack("url"))this.print_string(this._ch),this.eatWhitespace(),ae++,this.indent(),this._ch=this._input.next(),this._ch===")"||this._ch==='"'||this._ch==="'"?this._input.back():this._ch&&(this.print_string(this._ch+this.eatString(")")),ae&&(ae--,this.outdent()));else{var Ne=!1;this._input.lookBack("with")&&(Ne=!0),this.preserveSingleSpace(le||Ne),this.print_string(this._ch),ue&&Z==="$"&&this._options.selector_separator_newline?(this._output.add_new_line(),K=!0):(this.eatWhitespace(),ae++,this.indent())}else if(this._ch===")")ae&&(ae--,this.outdent()),K&&this._input.peek()===";"&&this._options.selector_separator_newline&&(K=!1,this.outdent(),this._output.add_new_line()),this.print_string(this._ch);else if(this._ch===",")this.print_string(this._ch),this.eatWhitespace(!0),this._options.selector_separator_newline&&(!ue||K)&&ae===0&&!J?this._output.add_new_line():this._output.space_before_token=!0;else if((this._ch===">"||this._ch==="+"||this._ch==="~")&&!ue&&ae===0)this._options.space_around_combinator?(this._output.space_before_token=!0,this.print_string(this._ch),this._output.space_before_token=!0):(this.print_string(this._ch),this.eatWhitespace(),this._ch&&A.test(this._ch)&&(this._ch=""));else if(this._ch==="]")this.print_string(this._ch);else if(this._ch==="[")this.preserveSingleSpace(le),this.print_string(this._ch);else if(this._ch==="=")this.eatWhitespace(),this.print_string("="),A.test(this._ch)&&(this._ch="");else if(this._ch==="!"&&!this._input.lookBack("\\"))this._output.space_before_token=!0,this.print_string(this._ch);else{var Ft=Z==='"'||Z==="'";this.preserveSingleSpace(Ft||le),this.print_string(this._ch),!this._output.just_added_newline()&&this._input.peek()===`
`&&ee&&this._output.add_new_line()}var wt=this._output.get_code(G);return wt},u.exports.Beautifier=U},function(u,a,x){var p=x(6).Options;function y(m){p.call(this,m,"css"),this.selector_separator_newline=this._get_boolean("selector_separator_newline",!0),this.newline_between_rules=this._get_boolean("newline_between_rules",!0);var b=this._get_boolean("space_around_selector_separator");this.space_around_combinator=this._get_boolean("space_around_combinator")||b;var S=this._get_selection_list("brace_style",["collapse","expand","end-expand","none","preserve-inline"]);this.brace_style="collapse";for(var k=0;k<S.length;k++)S[k]!=="expand"?this.brace_style="collapse":this.brace_style=S[k]}y.prototype=new p,u.exports.Options=y}],f={};function o(u){var a=f[u];if(a!==void 0)return a.exports;var x=f[u]={exports:{}};return c[u](x,x.exports,o),x.exports}var h=o(15);i=h})();var l=i;e=[],r=function(){return{css_beautify:l}}.apply(_,e),r!==void 0&&(d.exports=r)})()},40998:function(d,_,e){var r,i;(function(){var l;(function(){"use strict";var h=[,,function(p){function y(S){this.__parent=S,this.__character_count=0,this.__indent_count=-1,this.__alignment_count=0,this.__wrap_point_index=0,this.__wrap_point_character_count=0,this.__wrap_point_indent_count=-1,this.__wrap_point_alignment_count=0,this.__items=[]}y.prototype.clone_empty=function(){var S=new y(this.__parent);return S.set_indent(this.__indent_count,this.__alignment_count),S},y.prototype.item=function(S){return S<0?this.__items[this.__items.length+S]:this.__items[S]},y.prototype.has_match=function(S){for(var k=this.__items.length-1;k>=0;k--)if(this.__items[k].match(S))return!0;return!1},y.prototype.set_indent=function(S,k){this.is_empty()&&(this.__indent_count=S||0,this.__alignment_count=k||0,this.__character_count=this.__parent.get_indent_size(this.__indent_count,this.__alignment_count))},y.prototype._set_wrap_point=function(){this.__parent.wrap_line_length&&(this.__wrap_point_index=this.__items.length,this.__wrap_point_character_count=this.__character_count,this.__wrap_point_indent_count=this.__parent.next_line.__indent_count,this.__wrap_point_alignment_count=this.__parent.next_line.__alignment_count)},y.prototype._should_wrap=function(){return this.__wrap_point_index&&this.__character_count>this.__parent.wrap_line_length&&this.__wrap_point_character_count>this.__parent.next_line.__character_count},y.prototype._allow_wrap=function(){if(this._should_wrap()){this.__parent.add_new_line();var S=this.__parent.current_line;return S.set_indent(this.__wrap_point_indent_count,this.__wrap_point_alignment_count),S.__items=this.__items.slice(this.__wrap_point_index),this.__items=this.__items.slice(0,this.__wrap_point_index),S.__character_count+=this.__character_count-this.__wrap_point_character_count,this.__character_count=this.__wrap_point_character_count,S.__items[0]===" "&&(S.__items.splice(0,1),S.__character_count-=1),!0}return!1},y.prototype.is_empty=function(){return this.__items.length===0},y.prototype.last=function(){return this.is_empty()?null:this.__items[this.__items.length-1]},y.prototype.push=function(S){this.__items.push(S);var k=S.lastIndexOf(`
`);k!==-1?this.__character_count=S.length-k:this.__character_count+=S.length},y.prototype.pop=function(){var S=null;return this.is_empty()||(S=this.__items.pop(),this.__character_count-=S.length),S},y.prototype._remove_indent=function(){this.__indent_count>0&&(this.__indent_count-=1,this.__character_count-=this.__parent.indent_size)},y.prototype._remove_wrap_indent=function(){this.__wrap_point_indent_count>0&&(this.__wrap_point_indent_count-=1)},y.prototype.trim=function(){for(;this.last()===" ";)this.__items.pop(),this.__character_count-=1},y.prototype.toString=function(){var S="";return this.is_empty()?this.__parent.indent_empty_lines&&(S=this.__parent.get_indent_string(this.__indent_count)):(S=this.__parent.get_indent_string(this.__indent_count,this.__alignment_count),S+=this.__items.join("")),S};function m(S,k){this.__cache=[""],this.__indent_size=S.indent_size,this.__indent_string=S.indent_char,S.indent_with_tabs||(this.__indent_string=new Array(S.indent_size+1).join(S.indent_char)),k=k||"",S.indent_level>0&&(k=new Array(S.indent_level+1).join(this.__indent_string)),this.__base_string=k,this.__base_string_length=k.length}m.prototype.get_indent_size=function(S,k){var R=this.__base_string_length;return k=k||0,S<0&&(R=0),R+=S*this.__indent_size,R+=k,R},m.prototype.get_indent_string=function(S,k){var R=this.__base_string;return k=k||0,S<0&&(S=0,R=""),k+=S*this.__indent_size,this.__ensure_cache(k),R+=this.__cache[k],R},m.prototype.__ensure_cache=function(S){for(;S>=this.__cache.length;)this.__add_column()},m.prototype.__add_column=function(){var S=this.__cache.length,k=0,R="";this.__indent_size&&S>=this.__indent_size&&(k=Math.floor(S/this.__indent_size),S-=k*this.__indent_size,R=new Array(k+1).join(this.__indent_string)),S&&(R+=new Array(S+1).join(" ")),this.__cache.push(R)};function b(S,k){this.__indent_cache=new m(S,k),this.raw=!1,this._end_with_newline=S.end_with_newline,this.indent_size=S.indent_size,this.wrap_line_length=S.wrap_line_length,this.indent_empty_lines=S.indent_empty_lines,this.__lines=[],this.previous_line=null,this.current_line=null,this.next_line=new y(this),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1,this.__add_outputline()}b.prototype.__add_outputline=function(){this.previous_line=this.current_line,this.current_line=this.next_line.clone_empty(),this.__lines.push(this.current_line)},b.prototype.get_line_number=function(){return this.__lines.length},b.prototype.get_indent_string=function(S,k){return this.__indent_cache.get_indent_string(S,k)},b.prototype.get_indent_size=function(S,k){return this.__indent_cache.get_indent_size(S,k)},b.prototype.is_empty=function(){return!this.previous_line&&this.current_line.is_empty()},b.prototype.add_new_line=function(S){return this.is_empty()||!S&&this.just_added_newline()?!1:(this.raw||this.__add_outputline(),!0)},b.prototype.get_code=function(S){this.trim(!0);var k=this.current_line.pop();k&&(k[k.length-1]===`
`&&(k=k.replace(/\n+$/g,"")),this.current_line.push(k)),this._end_with_newline&&this.__add_outputline();var R=this.__lines.join(`
`);return S!==`
`&&(R=R.replace(/[\n]/g,S)),R},b.prototype.set_wrap_point=function(){this.current_line._set_wrap_point()},b.prototype.set_indent=function(S,k){return S=S||0,k=k||0,this.next_line.set_indent(S,k),this.__lines.length>1?(this.current_line.set_indent(S,k),!0):(this.current_line.set_indent(),!1)},b.prototype.add_raw_token=function(S){for(var k=0;k<S.newlines;k++)this.__add_outputline();this.current_line.set_indent(-1),this.current_line.push(S.whitespace_before),this.current_line.push(S.text),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1},b.prototype.add_token=function(S){this.__add_space_before_token(),this.current_line.push(S),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=this.current_line._allow_wrap()},b.prototype.__add_space_before_token=function(){this.space_before_token&&!this.just_added_newline()&&(this.non_breaking_space||this.set_wrap_point(),this.current_line.push(" "))},b.prototype.remove_indent=function(S){for(var k=this.__lines.length;S<k;)this.__lines[S]._remove_indent(),S++;this.current_line._remove_wrap_indent()},b.prototype.trim=function(S){for(S=S===void 0?!1:S,this.current_line.trim();S&&this.__lines.length>1&&this.current_line.is_empty();)this.__lines.pop(),this.current_line=this.__lines[this.__lines.length-1],this.current_line.trim();this.previous_line=this.__lines.length>1?this.__lines[this.__lines.length-2]:null},b.prototype.just_added_newline=function(){return this.current_line.is_empty()},b.prototype.just_added_blankline=function(){return this.is_empty()||this.current_line.is_empty()&&this.previous_line.is_empty()},b.prototype.ensure_empty_line_above=function(S,k){for(var R=this.__lines.length-2;R>=0;){var A=this.__lines[R];if(A.is_empty())break;if(A.item(0).indexOf(S)!==0&&A.item(-1)!==k){this.__lines.splice(R+1,0,new y(this)),this.previous_line=this.__lines[this.__lines.length-2];break}R--}},p.exports.Output=b},function(p){function y(m,b,S,k){this.type=m,this.text=b,this.comments_before=null,this.newlines=S||0,this.whitespace_before=k||"",this.parent=null,this.next=null,this.previous=null,this.opened=null,this.closed=null,this.directives=null}p.exports.Token=y},,,function(p){function y(S,k){this.raw_options=m(S,k),this.disabled=this._get_boolean("disabled"),this.eol=this._get_characters("eol","auto"),this.end_with_newline=this._get_boolean("end_with_newline"),this.indent_size=this._get_number("indent_size",4),this.indent_char=this._get_characters("indent_char"," "),this.indent_level=this._get_number("indent_level"),this.preserve_newlines=this._get_boolean("preserve_newlines",!0),this.max_preserve_newlines=this._get_number("max_preserve_newlines",32786),this.preserve_newlines||(this.max_preserve_newlines=0),this.indent_with_tabs=this._get_boolean("indent_with_tabs",this.indent_char===" "),this.indent_with_tabs&&(this.indent_char=" ",this.indent_size===1&&(this.indent_size=4)),this.wrap_line_length=this._get_number("wrap_line_length",this._get_number("max_char")),this.indent_empty_lines=this._get_boolean("indent_empty_lines"),this.templating=this._get_selection_list("templating",["auto","none","angular","django","erb","handlebars","php","smarty"],["auto"])}y.prototype._get_array=function(S,k){var R=this.raw_options[S],A=k||[];return typeof R=="object"?R!==null&&typeof R.concat=="function"&&(A=R.concat()):typeof R=="string"&&(A=R.split(/[^a-zA-Z0-9_\/\-]+/)),A},y.prototype._get_boolean=function(S,k){var R=this.raw_options[S],A=R===void 0?!!k:!!R;return A},y.prototype._get_characters=function(S,k){var R=this.raw_options[S],A=k||"";return typeof R=="string"&&(A=R.replace(/\\r/,"\r").replace(/\\n/,`
`).replace(/\\t/," ")),A},y.prototype._get_number=function(S,k){var R=this.raw_options[S];k=parseInt(k,10),isNaN(k)&&(k=0);var A=parseInt(R,10);return isNaN(A)&&(A=k),A},y.prototype._get_selection=function(S,k,R){var A=this._get_selection_list(S,k,R);if(A.length!==1)throw new Error("Invalid Option Value: The option '"+S+`' can only be one of the following values:
`+k+`
You passed in: '`+this.raw_options[S]+"'");return A[0]},y.prototype._get_selection_list=function(S,k,R){if(!k||k.length===0)throw new Error("Selection list cannot be empty.");if(R=R||[k[0]],!this._is_valid_selection(R,k))throw new Error("Invalid Default Value!");var A=this._get_array(S,R);if(!this._is_valid_selection(A,k))throw new Error("Invalid Option Value: The option '"+S+`' can contain only the following values:
`+k+`
You passed in: '`+this.raw_options[S]+"'");return A},y.prototype._is_valid_selection=function(S,k){return S.length&&k.length&&!S.some(function(R){return k.indexOf(R)===-1})};function m(S,k){var R={};S=b(S);var A;for(A in S)A!==k&&(R[A]=S[A]);if(k&&S[k])for(A in S[k])R[A]=S[k][A];return R}function b(S){var k={},R;for(R in S){var A=R.replace(/-/g,"_");k[A]=S[R]}return k}p.exports.Options=y,p.exports.normalizeOpts=b,p.exports.mergeOpts=m},,function(p){var y=RegExp.prototype.hasOwnProperty("sticky");function m(b){this.__input=b||"",this.__input_length=this.__input.length,this.__position=0}m.prototype.restart=function(){this.__position=0},m.prototype.back=function(){this.__position>0&&(this.__position-=1)},m.prototype.hasNext=function(){return this.__position<this.__input_length},m.prototype.next=function(){var b=null;return this.hasNext()&&(b=this.__input.charAt(this.__position),this.__position+=1),b},m.prototype.peek=function(b){var S=null;return b=b||0,b+=this.__position,b>=0&&b<this.__input_length&&(S=this.__input.charAt(b)),S},m.prototype.__match=function(b,S){b.lastIndex=S;var k=b.exec(this.__input);return k&&!(y&&b.sticky)&&k.index!==S&&(k=null),k},m.prototype.test=function(b,S){return S=S||0,S+=this.__position,S>=0&&S<this.__input_length?!!this.__match(b,S):!1},m.prototype.testChar=function(b,S){var k=this.peek(S);return b.lastIndex=0,k!==null&&b.test(k)},m.prototype.match=function(b){var S=this.__match(b,this.__position);return S?this.__position+=S[0].length:S=null,S},m.prototype.read=function(b,S,k){var R="",A;return b&&(A=this.match(b),A&&(R+=A[0])),S&&(A||!b)&&(R+=this.readUntil(S,k)),R},m.prototype.readUntil=function(b,S){var k="",R=this.__position;b.lastIndex=this.__position;var A=b.exec(this.__input);return A?(R=A.index,S&&(R+=A[0].length)):R=this.__input_length,k=this.__input.substring(this.__position,R),this.__position=R,k},m.prototype.readUntilAfter=function(b){return this.readUntil(b,!0)},m.prototype.get_regexp=function(b,S){var k=null,R="g";return S&&y&&(R="y"),typeof b=="string"&&b!==""?k=new RegExp(b,R):b&&(k=new RegExp(b.source,R)),k},m.prototype.get_literal_regexp=function(b){return RegExp(b.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"))},m.prototype.peekUntilAfter=function(b){var S=this.__position,k=this.readUntilAfter(b);return this.__position=S,k},m.prototype.lookBack=function(b){var S=this.__position-1;return S>=b.length&&this.__input.substring(S-b.length,S).toLowerCase()===b},p.exports.InputScanner=m},function(p,y,m){var b=m(8).InputScanner,S=m(3).Token,k=m(10).TokenStream,R=m(11).WhitespacePattern,A={START:"TK_START",RAW:"TK_RAW",EOF:"TK_EOF"},O=function(M,B){this._input=new b(M),this._options=B||{},this.__tokens=null,this._patterns={},this._patterns.whitespace=new R(this._input)};O.prototype.tokenize=function(){this._input.restart(),this.__tokens=new k,this._reset();for(var M,B=new S(A.START,""),U=null,X=[],G=new k;B.type!==A.EOF;){for(M=this._get_next_token(B,U);this._is_comment(M);)G.add(M),M=this._get_next_token(B,U);G.isEmpty()||(M.comments_before=G,G=new k),M.parent=U,this._is_opening(M)?(X.push(U),U=M):U&&this._is_closing(M,U)&&(M.opened=U,U.closed=M,U=X.pop(),M.parent=U),M.previous=B,B.next=M,this.__tokens.add(M),B=M}return this.__tokens},O.prototype._is_first_token=function(){return this.__tokens.isEmpty()},O.prototype._reset=function(){},O.prototype._get_next_token=function(M,B){this._readWhitespace();var U=this._input.read(/.+/g);return U?this._create_token(A.RAW,U):this._create_token(A.EOF,"")},O.prototype._is_comment=function(M){return!1},O.prototype._is_opening=function(M){return!1},O.prototype._is_closing=function(M,B){return!1},O.prototype._create_token=function(M,B){var U=new S(M,B,this._patterns.whitespace.newline_count,this._patterns.whitespace.whitespace_before_token);return U},O.prototype._readWhitespace=function(){return this._patterns.whitespace.read()},p.exports.Tokenizer=O,p.exports.TOKEN=A},function(p){function y(m){this.__tokens=[],this.__tokens_length=this.__tokens.length,this.__position=0,this.__parent_token=m}y.prototype.restart=function(){this.__position=0},y.prototype.isEmpty=function(){return this.__tokens_length===0},y.prototype.hasNext=function(){return this.__position<this.__tokens_length},y.prototype.next=function(){var m=null;return this.hasNext()&&(m=this.__tokens[this.__position],this.__position+=1),m},y.prototype.peek=function(m){var b=null;return m=m||0,m+=this.__position,m>=0&&m<this.__tokens_length&&(b=this.__tokens[m]),b},y.prototype.add=function(m){this.__parent_token&&(m.parent=this.__parent_token),this.__tokens.push(m),this.__tokens_length+=1},p.exports.TokenStream=y},function(p,y,m){var b=m(12).Pattern;function S(k,R){b.call(this,k,R),R?this._line_regexp=this._input.get_regexp(R._line_regexp):this.__set_whitespace_patterns("",""),this.newline_count=0,this.whitespace_before_token=""}S.prototype=new b,S.prototype.__set_whitespace_patterns=function(k,R){k+="\\t ",R+="\\n\\r",this._match_pattern=this._input.get_regexp("["+k+R+"]+",!0),this._newline_regexp=this._input.get_regexp("\\r\\n|["+R+"]")},S.prototype.read=function(){this.newline_count=0,this.whitespace_before_token="";var k=this._input.read(this._match_pattern);if(k===" ")this.whitespace_before_token=" ";else if(k){var R=this.__split(this._newline_regexp,k);this.newline_count=R.length-1,this.whitespace_before_token=R[this.newline_count]}return k},S.prototype.matching=function(k,R){var A=this._create();return A.__set_whitespace_patterns(k,R),A._update(),A},S.prototype._create=function(){return new S(this._input,this)},S.prototype.__split=function(k,R){k.lastIndex=0;for(var A=0,O=[],M=k.exec(R);M;)O.push(R.substring(A,M.index)),A=M.index+M[0].length,M=k.exec(R);return A<R.length?O.push(R.substring(A,R.length)):O.push(""),O},p.exports.WhitespacePattern=S},function(p){function y(m,b){this._input=m,this._starting_pattern=null,this._match_pattern=null,this._until_pattern=null,this._until_after=!1,b&&(this._starting_pattern=this._input.get_regexp(b._starting_pattern,!0),this._match_pattern=this._input.get_regexp(b._match_pattern,!0),this._until_pattern=this._input.get_regexp(b._until_pattern),this._until_after=b._until_after)}y.prototype.read=function(){var m=this._input.read(this._starting_pattern);return(!this._starting_pattern||m)&&(m+=this._input.read(this._match_pattern,this._until_pattern,this._until_after)),m},y.prototype.read_match=function(){return this._input.match(this._match_pattern)},y.prototype.until_after=function(m){var b=this._create();return b._until_after=!0,b._until_pattern=this._input.get_regexp(m),b._update(),b},y.prototype.until=function(m){var b=this._create();return b._until_after=!1,b._until_pattern=this._input.get_regexp(m),b._update(),b},y.prototype.starting_with=function(m){var b=this._create();return b._starting_pattern=this._input.get_regexp(m,!0),b._update(),b},y.prototype.matching=function(m){var b=this._create();return b._match_pattern=this._input.get_regexp(m,!0),b._update(),b},y.prototype._create=function(){return new y(this._input,this)},y.prototype._update=function(){},p.exports.Pattern=y},function(p){function y(m,b){m=typeof m=="string"?m:m.source,b=typeof b=="string"?b:b.source,this.__directives_block_pattern=new RegExp(m+/ beautify( \w+[:]\w+)+ /.source+b,"g"),this.__directive_pattern=/ (\w+)[:](\w+)/g,this.__directives_end_ignore_pattern=new RegExp(m+/\sbeautify\signore:end\s/.source+b,"g")}y.prototype.get_directives=function(m){if(!m.match(this.__directives_block_pattern))return null;var b={};this.__directive_pattern.lastIndex=0;for(var S=this.__directive_pattern.exec(m);S;)b[S[1]]=S[2],S=this.__directive_pattern.exec(m);return b},y.prototype.readIgnored=function(m){return m.readUntilAfter(this.__directives_end_ignore_pattern)},p.exports.Directives=y},function(p,y,m){var b=m(12).Pattern,S={django:!1,erb:!1,handlebars:!1,php:!1,smarty:!1,angular:!1};function k(R,A){b.call(this,R,A),this.__template_pattern=null,this._disabled=Object.assign({},S),this._excluded=Object.assign({},S),A&&(this.__template_pattern=this._input.get_regexp(A.__template_pattern),this._excluded=Object.assign(this._excluded,A._excluded),this._disabled=Object.assign(this._disabled,A._disabled));var O=new b(R);this.__patterns={handlebars_comment:O.starting_with(/{{!--/).until_after(/--}}/),handlebars_unescaped:O.starting_with(/{{{/).until_after(/}}}/),handlebars:O.starting_with(/{{/).until_after(/}}/),php:O.starting_with(/<\?(?:[= ]|php)/).until_after(/\?>/),erb:O.starting_with(/<%[^%]/).until_after(/[^%]%>/),django:O.starting_with(/{%/).until_after(/%}/),django_value:O.starting_with(/{{/).until_after(/}}/),django_comment:O.starting_with(/{#/).until_after(/#}/),smarty:O.starting_with(/{(?=[^}{\s\n])/).until_after(/[^\s\n]}/),smarty_comment:O.starting_with(/{\*/).until_after(/\*}/),smarty_literal:O.starting_with(/{literal}/).until_after(/{\/literal}/)}}k.prototype=new b,k.prototype._create=function(){return new k(this._input,this)},k.prototype._update=function(){this.__set_templated_pattern()},k.prototype.disable=function(R){var A=this._create();return A._disabled[R]=!0,A._update(),A},k.prototype.read_options=function(R){var A=this._create();for(var O in S)A._disabled[O]=R.templating.indexOf(O)===-1;return A._update(),A},k.prototype.exclude=function(R){var A=this._create();return A._excluded[R]=!0,A._update(),A},k.prototype.read=function(){var R="";this._match_pattern?R=this._input.read(this._starting_pattern):R=this._input.read(this._starting_pattern,this.__template_pattern);for(var A=this._read_template();A;)this._match_pattern?A+=this._input.read(this._match_pattern):A+=this._input.readUntil(this.__template_pattern),R+=A,A=this._read_template();return this._until_after&&(R+=this._input.readUntilAfter(this._until_pattern)),R},k.prototype.__set_templated_pattern=function(){var R=[];this._disabled.php||R.push(this.__patterns.php._starting_pattern.source),this._disabled.handlebars||R.push(this.__patterns.handlebars._starting_pattern.source),this._disabled.angular||R.push(this.__patterns.handlebars._starting_pattern.source),this._disabled.erb||R.push(this.__patterns.erb._starting_pattern.source),this._disabled.django||(R.push(this.__patterns.django._starting_pattern.source),R.push(this.__patterns.django_value._starting_pattern.source),R.push(this.__patterns.django_comment._starting_pattern.source)),this._disabled.smarty||R.push(this.__patterns.smarty._starting_pattern.source),this._until_pattern&&R.push(this._until_pattern.source),this.__template_pattern=this._input.get_regexp("(?:"+R.join("|")+")")},k.prototype._read_template=function(){var R="",A=this._input.peek();if(A==="<"){var O=this._input.peek(1);!this._disabled.php&&!this._excluded.php&&O==="?"&&(R=R||this.__patterns.php.read()),!this._disabled.erb&&!this._excluded.erb&&O==="%"&&(R=R||this.__patterns.erb.read())}else A==="{"&&(!this._disabled.handlebars&&!this._excluded.handlebars&&(R=R||this.__patterns.handlebars_comment.read(),R=R||this.__patterns.handlebars_unescaped.read(),R=R||this.__patterns.handlebars.read()),this._disabled.django||(!this._excluded.django&&!this._excluded.handlebars&&(R=R||this.__patterns.django_value.read()),this._excluded.django||(R=R||this.__patterns.django_comment.read(),R=R||this.__patterns.django.read())),this._disabled.smarty||this._disabled.django&&this._disabled.handlebars&&(R=R||this.__patterns.smarty_comment.read(),R=R||this.__patterns.smarty_literal.read(),R=R||this.__patterns.smarty.read()));return R},p.exports.TemplatablePattern=k},,,,function(p,y,m){var b=m(19).Beautifier,S=m(20).Options;function k(R,A,O,M){var B=new b(R,A,O,M);return B.beautify()}p.exports=k,p.exports.defaultOptions=function(){return new S}},function(p,y,m){var b=m(20).Options,S=m(2).Output,k=m(21).Tokenizer,R=m(21).TOKEN,A=/\r\n|[\r\n]/,O=/\r\n|[\r\n]/g,M=function(J,K){this.indent_level=0,this.alignment_size=0,this.max_preserve_newlines=J.max_preserve_newlines,this.preserve_newlines=J.preserve_newlines,this._output=new S(J,K)};M.prototype.current_line_has_match=function(J){return this._output.current_line.has_match(J)},M.prototype.set_space_before_token=function(J,K){this._output.space_before_token=J,this._output.non_breaking_space=K},M.prototype.set_wrap_point=function(){this._output.set_indent(this.indent_level,this.alignment_size),this._output.set_wrap_point()},M.prototype.add_raw_token=function(J){this._output.add_raw_token(J)},M.prototype.print_preserved_newlines=function(J){var K=0;J.type!==R.TEXT&&J.previous.type!==R.TEXT&&(K=J.newlines?1:0),this.preserve_newlines&&(K=J.newlines<this.max_preserve_newlines+1?J.newlines:this.max_preserve_newlines+1);for(var oe=0;oe<K;oe++)this.print_newline(oe>0);return K!==0},M.prototype.traverse_whitespace=function(J){return J.whitespace_before||J.newlines?(this.print_preserved_newlines(J)||(this._output.space_before_token=!0),!0):!1},M.prototype.previous_token_wrapped=function(){return this._output.previous_token_wrapped},M.prototype.print_newline=function(J){this._output.add_new_line(J)},M.prototype.print_token=function(J){J.text&&(this._output.set_indent(this.indent_level,this.alignment_size),this._output.add_token(J.text))},M.prototype.indent=function(){this.indent_level++},M.prototype.deindent=function(){this.indent_level>0&&(this.indent_level--,this._output.set_indent(this.indent_level,this.alignment_size))},M.prototype.get_full_indent=function(J){return J=this.indent_level+(J||0),J<1?"":this._output.get_indent_string(J)};var B=function(J){for(var K=null,oe=J.next;oe.type!==R.EOF&&J.closed!==oe;){if(oe.type===R.ATTRIBUTE&&oe.text==="type"){oe.next&&oe.next.type===R.EQUALS&&oe.next.next&&oe.next.next.type===R.VALUE&&(K=oe.next.next.text);break}oe=oe.next}return K},U=function(J,K){var oe=null,ee=null;return K.closed?(J==="script"?oe="text/javascript":J==="style"&&(oe="text/css"),oe=B(K)||oe,oe.search("text/css")>-1?ee="css":oe.search(/module|((text|application|dojo)\/(x-)?(javascript|ecmascript|jscript|livescript|(ld\+)?json|method|aspect))/)>-1?ee="javascript":oe.search(/(text|application|dojo)\/(x-)?(html)/)>-1?ee="html":oe.search(/test\/null/)>-1&&(ee="null"),ee):null};function X(J,K){return K.indexOf(J)!==-1}function G(J,K,oe){this.parent=J||null,this.tag=K?K.tag_name:"",this.indent_level=oe||0,this.parser_token=K||null}function V(J){this._printer=J,this._current_frame=null}V.prototype.get_parser_token=function(){return this._current_frame?this._current_frame.parser_token:null},V.prototype.record_tag=function(J){var K=new G(this._current_frame,J,this._printer.indent_level);this._current_frame=K},V.prototype._try_pop_frame=function(J){var K=null;return J&&(K=J.parser_token,this._printer.indent_level=J.indent_level,this._current_frame=J.parent),K},V.prototype._get_frame=function(J,K){for(var oe=this._current_frame;oe&&J.indexOf(oe.tag)===-1;){if(K&&K.indexOf(oe.tag)!==-1){oe=null;break}oe=oe.parent}return oe},V.prototype.try_pop=function(J,K){var oe=this._get_frame([J],K);return this._try_pop_frame(oe)},V.prototype.indent_to_tag=function(J){var K=this._get_frame(J);K&&(this._printer.indent_level=K.indent_level)};function ae(J,K,oe,ee){this._source_text=J||"",K=K||{},this._js_beautify=oe,this._css_beautify=ee,this._tag_stack=null;var q=new b(K,"html");this._options=q,this._is_wrap_attributes_force=this._options.wrap_attributes.substr(0,5)==="force",this._is_wrap_attributes_force_expand_multiline=this._options.wrap_attributes==="force-expand-multiline",this._is_wrap_attributes_force_aligned=this._options.wrap_attributes==="force-aligned",this._is_wrap_attributes_aligned_multiple=this._options.wrap_attributes==="aligned-multiple",this._is_wrap_attributes_preserve=this._options.wrap_attributes.substr(0,8)==="preserve",this._is_wrap_attributes_preserve_aligned=this._options.wrap_attributes==="preserve-aligned"}ae.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var J=this._source_text,K=this._options.eol;this._options.eol==="auto"&&(K=`
`,J&&A.test(J)&&(K=J.match(A)[0])),J=J.replace(O,`
`);var oe=J.match(/^[\t ]*/)[0],ee={text:"",type:""},q=new ie(this._options),le=new M(this._options,oe),Z=new k(J,this._options).tokenize();this._tag_stack=new V(le);for(var j=null,se=Z.next();se.type!==R.EOF;)se.type===R.TAG_OPEN||se.type===R.COMMENT?(j=this._handle_tag_open(le,se,q,ee,Z),q=j):se.type===R.ATTRIBUTE||se.type===R.EQUALS||se.type===R.VALUE||se.type===R.TEXT&&!q.tag_complete?j=this._handle_inside_tag(le,se,q,ee):se.type===R.TAG_CLOSE?j=this._handle_tag_close(le,se,q):se.type===R.TEXT?j=this._handle_text(le,se,q):se.type===R.CONTROL_FLOW_OPEN?j=this._handle_control_flow_open(le,se):se.type===R.CONTROL_FLOW_CLOSE?j=this._handle_control_flow_close(le,se):le.add_raw_token(se),ee=j,se=Z.next();var me=le._output.get_code(K);return me},ae.prototype._handle_control_flow_open=function(J,K){var oe={text:K.text,type:K.type};return J.set_space_before_token(K.newlines||K.whitespace_before!=="",!0),K.newlines?J.print_preserved_newlines(K):J.set_space_before_token(K.newlines||K.whitespace_before!=="",!0),J.print_token(K),J.indent(),oe},ae.prototype._handle_control_flow_close=function(J,K){var oe={text:K.text,type:K.type};return J.deindent(),K.newlines?J.print_preserved_newlines(K):J.set_space_before_token(K.newlines||K.whitespace_before!=="",!0),J.print_token(K),oe},ae.prototype._handle_tag_close=function(J,K,oe){var ee={text:K.text,type:K.type};return J.alignment_size=0,oe.tag_complete=!0,J.set_space_before_token(K.newlines||K.whitespace_before!=="",!0),oe.is_unformatted?J.add_raw_token(K):(oe.tag_start_char==="<"&&(J.set_space_before_token(K.text[0]==="/",!0),this._is_wrap_attributes_force_expand_multiline&&oe.has_wrapped_attrs&&J.print_newline(!1)),J.print_token(K)),oe.indent_content&&!(oe.is_unformatted||oe.is_content_unformatted)&&(J.indent(),oe.indent_content=!1),!oe.is_inline_element&&!(oe.is_unformatted||oe.is_content_unformatted)&&J.set_wrap_point(),ee},ae.prototype._handle_inside_tag=function(J,K,oe,ee){var q=oe.has_wrapped_attrs,le={text:K.text,type:K.type};return J.set_space_before_token(K.newlines||K.whitespace_before!=="",!0),oe.is_unformatted?J.add_raw_token(K):oe.tag_start_char==="{"&&K.type===R.TEXT?J.print_preserved_newlines(K)?(K.newlines=0,J.add_raw_token(K)):J.print_token(K):(K.type===R.ATTRIBUTE?J.set_space_before_token(!0):(K.type===R.EQUALS||K.type===R.VALUE&&K.previous.type===R.EQUALS)&&J.set_space_before_token(!1),K.type===R.ATTRIBUTE&&oe.tag_start_char==="<"&&((this._is_wrap_attributes_preserve||this._is_wrap_attributes_preserve_aligned)&&(J.traverse_whitespace(K),q=q||K.newlines!==0),this._is_wrap_attributes_force&&oe.attr_count>=this._options.wrap_attributes_min_attrs&&(ee.type!==R.TAG_OPEN||this._is_wrap_attributes_force_expand_multiline)&&(J.print_newline(!1),q=!0)),J.print_token(K),q=q||J.previous_token_wrapped(),oe.has_wrapped_attrs=q),le},ae.prototype._handle_text=function(J,K,oe){var ee={text:K.text,type:"TK_CONTENT"};return oe.custom_beautifier_name?this._print_custom_beatifier_text(J,K,oe):oe.is_unformatted||oe.is_content_unformatted?J.add_raw_token(K):(J.traverse_whitespace(K),J.print_token(K)),ee},ae.prototype._print_custom_beatifier_text=function(J,K,oe){var ee=this;if(K.text!==""){var q=K.text,le,Z=1,j="",se="";oe.custom_beautifier_name==="javascript"&&typeof this._js_beautify=="function"?le=this._js_beautify:oe.custom_beautifier_name==="css"&&typeof this._css_beautify=="function"?le=this._css_beautify:oe.custom_beautifier_name==="html"&&(le=function(Ft,wt){var Pt=new ae(Ft,wt,ee._js_beautify,ee._css_beautify);return Pt.beautify()}),this._options.indent_scripts==="keep"?Z=0:this._options.indent_scripts==="separate"&&(Z=-J.indent_level);var me=J.get_full_indent(Z);if(q=q.replace(/\n[ \t]*$/,""),oe.custom_beautifier_name!=="html"&&q[0]==="<"&&q.match(/^(<!--|<!\[CDATA\[)/)){var Oe=/^(<!--[^\n]*|<!\[CDATA\[)(\n?)([ \t\n]*)([\s\S]*)(-->|]]>)$/.exec(q);if(!Oe){J.add_raw_token(K);return}j=me+Oe[1]+`
`,q=Oe[4],Oe[5]&&(se=me+Oe[5]),q=q.replace(/\n[ \t]*$/,""),(Oe[2]||Oe[3].indexOf(`
`)!==-1)&&(Oe=Oe[3].match(/[ \t]+$/),Oe&&(K.whitespace_before=Oe[0]))}if(q)if(le){var ke=function(){this.eol=`
`};ke.prototype=this._options.raw_options;var $e=new ke;q=le(me+q,$e)}else{var Ne=K.whitespace_before;Ne&&(q=q.replace(new RegExp(`
(`+Ne+")?","g"),`
`)),q=me+q.replace(/\n/g,`
`+me)}j&&(q?q=j+q+`
`+se:q=j+se),J.print_newline(!1),q&&(K.text=q,K.whitespace_before="",K.newlines=0,J.add_raw_token(K),J.print_newline(!0))}},ae.prototype._handle_tag_open=function(J,K,oe,ee,q){var le=this._get_tag_open_token(K);if((oe.is_unformatted||oe.is_content_unformatted)&&!oe.is_empty_element&&K.type===R.TAG_OPEN&&!le.is_start_tag?(J.add_raw_token(K),le.start_tag_token=this._tag_stack.try_pop(le.tag_name)):(J.traverse_whitespace(K),this._set_tag_position(J,K,le,oe,ee),le.is_inline_element||J.set_wrap_point(),J.print_token(K)),le.is_start_tag&&this._is_wrap_attributes_force){var Z=0,j;do j=q.peek(Z),j.type===R.ATTRIBUTE&&(le.attr_count+=1),Z+=1;while(j.type!==R.EOF&&j.type!==R.TAG_CLOSE)}return(this._is_wrap_attributes_force_aligned||this._is_wrap_attributes_aligned_multiple||this._is_wrap_attributes_preserve_aligned)&&(le.alignment_size=K.text.length+1),!le.tag_complete&&!le.is_unformatted&&(J.alignment_size=le.alignment_size),le};var ie=function(J,K,oe){if(this.parent=K||null,this.text="",this.type="TK_TAG_OPEN",this.tag_name="",this.is_inline_element=!1,this.is_unformatted=!1,this.is_content_unformatted=!1,this.is_empty_element=!1,this.is_start_tag=!1,this.is_end_tag=!1,this.indent_content=!1,this.multiline_content=!1,this.custom_beautifier_name=null,this.start_tag_token=null,this.attr_count=0,this.has_wrapped_attrs=!1,this.alignment_size=0,this.tag_complete=!1,this.tag_start_char="",this.tag_check="",!oe)this.tag_complete=!0;else{var ee;this.tag_start_char=oe.text[0],this.text=oe.text,this.tag_start_char==="<"?(ee=oe.text.match(/^<([^\s>]*)/),this.tag_check=ee?ee[1]:""):(ee=oe.text.match(/^{{~?(?:[\^]|#\*?)?([^\s}]+)/),this.tag_check=ee?ee[1]:"",(oe.text.startsWith("{{#>")||oe.text.startsWith("{{~#>"))&&this.tag_check[0]===">"&&(this.tag_check===">"&&oe.next!==null?this.tag_check=oe.next.text.split(" ")[0]:this.tag_check=oe.text.split(">")[1])),this.tag_check=this.tag_check.toLowerCase(),oe.type===R.COMMENT&&(this.tag_complete=!0),this.is_start_tag=this.tag_check.charAt(0)!=="/",this.tag_name=this.is_start_tag?this.tag_check:this.tag_check.substr(1),this.is_end_tag=!this.is_start_tag||oe.closed&&oe.closed.text==="/>";var q=2;this.tag_start_char==="{"&&this.text.length>=3&&this.text.charAt(2)==="~"&&(q=3),this.is_end_tag=this.is_end_tag||this.tag_start_char==="{"&&(!J.indent_handlebars||this.text.length<3||/[^#\^]/.test(this.text.charAt(q)))}};ae.prototype._get_tag_open_token=function(J){var K=new ie(this._options,this._tag_stack.get_parser_token(),J);return K.alignment_size=this._options.wrap_attributes_indent_size,K.is_end_tag=K.is_end_tag||X(K.tag_check,this._options.void_elements),K.is_empty_element=K.tag_complete||K.is_start_tag&&K.is_end_tag,K.is_unformatted=!K.tag_complete&&X(K.tag_check,this._options.unformatted),K.is_content_unformatted=!K.is_empty_element&&X(K.tag_check,this._options.content_unformatted),K.is_inline_element=X(K.tag_name,this._options.inline)||this._options.inline_custom_elements&&K.tag_name.includes("-")||K.tag_start_char==="{",K},ae.prototype._set_tag_position=function(J,K,oe,ee,q){if(oe.is_empty_element||(oe.is_end_tag?oe.start_tag_token=this._tag_stack.try_pop(oe.tag_name):(this._do_optional_end_element(oe)&&(oe.is_inline_element||J.print_newline(!1)),this._tag_stack.record_tag(oe),(oe.tag_name==="script"||oe.tag_name==="style")&&!(oe.is_unformatted||oe.is_content_unformatted)&&(oe.custom_beautifier_name=U(oe.tag_check,K)))),X(oe.tag_check,this._options.extra_liners)&&(J.print_newline(!1),J._output.just_added_blankline()||J.print_newline(!0)),oe.is_empty_element){if(oe.tag_start_char==="{"&&oe.tag_check==="else"){this._tag_stack.indent_to_tag(["if","unless","each"]),oe.indent_content=!0;var le=J.current_line_has_match(/{{#if/);le||J.print_newline(!1)}oe.tag_name==="!--"&&q.type===R.TAG_CLOSE&&ee.is_end_tag&&oe.text.indexOf(`
`)===-1||(oe.is_inline_element||oe.is_unformatted||J.print_newline(!1),this._calcluate_parent_multiline(J,oe))}else if(oe.is_end_tag){var Z=!1;Z=oe.start_tag_token&&oe.start_tag_token.multiline_content,Z=Z||!oe.is_inline_element&&!(ee.is_inline_element||ee.is_unformatted)&&!(q.type===R.TAG_CLOSE&&oe.start_tag_token===ee)&&q.type!=="TK_CONTENT",(oe.is_content_unformatted||oe.is_unformatted)&&(Z=!1),Z&&J.print_newline(!1)}else oe.indent_content=!oe.custom_beautifier_name,oe.tag_start_char==="<"&&(oe.tag_name==="html"?oe.indent_content=this._options.indent_inner_html:oe.tag_name==="head"?oe.indent_content=this._options.indent_head_inner_html:oe.tag_name==="body"&&(oe.indent_content=this._options.indent_body_inner_html)),!(oe.is_inline_element||oe.is_unformatted)&&(q.type!=="TK_CONTENT"||oe.is_content_unformatted)&&J.print_newline(!1),this._calcluate_parent_multiline(J,oe)},ae.prototype._calcluate_parent_multiline=function(J,K){K.parent&&J._output.just_added_newline()&&!((K.is_inline_element||K.is_unformatted)&&K.parent.is_inline_element)&&(K.parent.multiline_content=!0)};var ue=["address","article","aside","blockquote","details","div","dl","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hr","main","menu","nav","ol","p","pre","section","table","ul"],Q=["a","audio","del","ins","map","noscript","video"];ae.prototype._do_optional_end_element=function(J){var K=null;if(!(J.is_empty_element||!J.is_start_tag||!J.parent)){if(J.tag_name==="body")K=K||this._tag_stack.try_pop("head");else if(J.tag_name==="li")K=K||this._tag_stack.try_pop("li",["ol","ul","menu"]);else if(J.tag_name==="dd"||J.tag_name==="dt")K=K||this._tag_stack.try_pop("dt",["dl"]),K=K||this._tag_stack.try_pop("dd",["dl"]);else if(J.parent.tag_name==="p"&&ue.indexOf(J.tag_name)!==-1){var oe=J.parent.parent;(!oe||Q.indexOf(oe.tag_name)===-1)&&(K=K||this._tag_stack.try_pop("p"))}else J.tag_name==="rp"||J.tag_name==="rt"?(K=K||this._tag_stack.try_pop("rt",["ruby","rtc"]),K=K||this._tag_stack.try_pop("rp",["ruby","rtc"])):J.tag_name==="optgroup"?K=K||this._tag_stack.try_pop("optgroup",["select"]):J.tag_name==="option"?K=K||this._tag_stack.try_pop("option",["select","datalist","optgroup"]):J.tag_name==="colgroup"?K=K||this._tag_stack.try_pop("caption",["table"]):J.tag_name==="thead"?(K=K||this._tag_stack.try_pop("caption",["table"]),K=K||this._tag_stack.try_pop("colgroup",["table"])):J.tag_name==="tbody"||J.tag_name==="tfoot"?(K=K||this._tag_stack.try_pop("caption",["table"]),K=K||this._tag_stack.try_pop("colgroup",["table"]),K=K||this._tag_stack.try_pop("thead",["table"]),K=K||this._tag_stack.try_pop("tbody",["table"])):J.tag_name==="tr"?(K=K||this._tag_stack.try_pop("caption",["table"]),K=K||this._tag_stack.try_pop("colgroup",["table"]),K=K||this._tag_stack.try_pop("tr",["table","thead","tbody","tfoot"])):(J.tag_name==="th"||J.tag_name==="td")&&(K=K||this._tag_stack.try_pop("td",["table","thead","tbody","tfoot","tr"]),K=K||this._tag_stack.try_pop("th",["table","thead","tbody","tfoot","tr"]));return J.parent=this._tag_stack.get_parser_token(),K}},p.exports.Beautifier=ae},function(p,y,m){var b=m(6).Options;function S(k){b.call(this,k,"html"),this.templating.length===1&&this.templating[0]==="auto"&&(this.templating=["django","erb","handlebars","php"]),this.indent_inner_html=this._get_boolean("indent_inner_html"),this.indent_body_inner_html=this._get_boolean("indent_body_inner_html",!0),this.indent_head_inner_html=this._get_boolean("indent_head_inner_html",!0),this.indent_handlebars=this._get_boolean("indent_handlebars",!0),this.wrap_attributes=this._get_selection("wrap_attributes",["auto","force","force-aligned","force-expand-multiline","aligned-multiple","preserve","preserve-aligned"]),this.wrap_attributes_min_attrs=this._get_number("wrap_attributes_min_attrs",2),this.wrap_attributes_indent_size=this._get_number("wrap_attributes_indent_size",this.indent_size),this.extra_liners=this._get_array("extra_liners",["head","body","/html"]),this.inline=this._get_array("inline",["a","abbr","area","audio","b","bdi","bdo","br","button","canvas","cite","code","data","datalist","del","dfn","em","embed","i","iframe","img","input","ins","kbd","keygen","label","map","mark","math","meter","noscript","object","output","progress","q","ruby","s","samp","select","small","span","strong","sub","sup","svg","template","textarea","time","u","var","video","wbr","text","acronym","big","strike","tt"]),this.inline_custom_elements=this._get_boolean("inline_custom_elements",!0),this.void_elements=this._get_array("void_elements",["area","base","br","col","embed","hr","img","input","keygen","link","menuitem","meta","param","source","track","wbr","!doctype","?xml","basefont","isindex"]),this.unformatted=this._get_array("unformatted",[]),this.content_unformatted=this._get_array("content_unformatted",["pre","textarea"]),this.unformatted_content_delimiter=this._get_characters("unformatted_content_delimiter"),this.indent_scripts=this._get_selection("indent_scripts",["normal","keep","separate"])}S.prototype=new b,p.exports.Options=S},function(p,y,m){var b=m(9).Tokenizer,S=m(9).TOKEN,k=m(13).Directives,R=m(14).TemplatablePattern,A=m(12).Pattern,O={TAG_OPEN:"TK_TAG_OPEN",TAG_CLOSE:"TK_TAG_CLOSE",CONTROL_FLOW_OPEN:"TK_CONTROL_FLOW_OPEN",CONTROL_FLOW_CLOSE:"TK_CONTROL_FLOW_CLOSE",ATTRIBUTE:"TK_ATTRIBUTE",EQUALS:"TK_EQUALS",VALUE:"TK_VALUE",COMMENT:"TK_COMMENT",TEXT:"TK_TEXT",UNKNOWN:"TK_UNKNOWN",START:S.START,RAW:S.RAW,EOF:S.EOF},M=new k(/<\!--/,/-->/),B=function(U,X){b.call(this,U,X),this._current_tag_name="";var G=new R(this._input).read_options(this._options),V=new A(this._input);if(this.__patterns={word:G.until(/[\n\r\t <]/),word_control_flow_close_excluded:G.until(/[\n\r\t <}]/),single_quote:G.until_after(/'/),double_quote:G.until_after(/"/),attribute:G.until(/[\n\r\t =>]|\/>/),element_name:G.until(/[\n\r\t >\/]/),angular_control_flow_start:V.matching(/\@[a-zA-Z]+[^({]*[({]/),handlebars_comment:V.starting_with(/{{!--/).until_after(/--}}/),handlebars:V.starting_with(/{{/).until_after(/}}/),handlebars_open:V.until(/[\n\r\t }]/),handlebars_raw_close:V.until(/}}/),comment:V.starting_with(/<!--/).until_after(/-->/),cdata:V.starting_with(/<!\[CDATA\[/).until_after(/]]>/),conditional_comment:V.starting_with(/<!\[/).until_after(/]>/),processing:V.starting_with(/<\?/).until_after(/\?>/)},this._options.indent_handlebars&&(this.__patterns.word=this.__patterns.word.exclude("handlebars"),this.__patterns.word_control_flow_close_excluded=this.__patterns.word_control_flow_close_excluded.exclude("handlebars")),this._unformatted_content_delimiter=null,this._options.unformatted_content_delimiter){var ae=this._input.get_literal_regexp(this._options.unformatted_content_delimiter);this.__patterns.unformatted_content_delimiter=V.matching(ae).until_after(ae)}};B.prototype=new b,B.prototype._is_comment=function(U){return!1},B.prototype._is_opening=function(U){return U.type===O.TAG_OPEN||U.type===O.CONTROL_FLOW_OPEN},B.prototype._is_closing=function(U,X){return U.type===O.TAG_CLOSE&&X&&((U.text===">"||U.text==="/>")&&X.text[0]==="<"||U.text==="}}"&&X.text[0]==="{"&&X.text[1]==="{")||U.type===O.CONTROL_FLOW_CLOSE&&U.text==="}"&&X.text.endsWith("{")},B.prototype._reset=function(){this._current_tag_name=""},B.prototype._get_next_token=function(U,X){var G=null;this._readWhitespace();var V=this._input.peek();return V===null?this._create_token(O.EOF,""):(G=G||this._read_open_handlebars(V,X),G=G||this._read_attribute(V,U,X),G=G||this._read_close(V,X),G=G||this._read_script_and_style(V,U),G=G||this._read_control_flows(V,X),G=G||this._read_raw_content(V,U,X),G=G||this._read_content_word(V,X),G=G||this._read_comment_or_cdata(V),G=G||this._read_processing(V),G=G||this._read_open(V,X),G=G||this._create_token(O.UNKNOWN,this._input.next()),G)},B.prototype._read_comment_or_cdata=function(U){var X=null,G=null,V=null;if(U==="<"){var ae=this._input.peek(1);ae==="!"&&(G=this.__patterns.comment.read(),G?(V=M.get_directives(G),V&&V.ignore==="start"&&(G+=M.readIgnored(this._input))):G=this.__patterns.cdata.read()),G&&(X=this._create_token(O.COMMENT,G),X.directives=V)}return X},B.prototype._read_processing=function(U){var X=null,G=null,V=null;if(U==="<"){var ae=this._input.peek(1);(ae==="!"||ae==="?")&&(G=this.__patterns.conditional_comment.read(),G=G||this.__patterns.processing.read()),G&&(X=this._create_token(O.COMMENT,G),X.directives=V)}return X},B.prototype._read_open=function(U,X){var G=null,V=null;return(!X||X.type===O.CONTROL_FLOW_OPEN)&&U==="<"&&(G=this._input.next(),this._input.peek()==="/"&&(G+=this._input.next()),G+=this.__patterns.element_name.read(),V=this._create_token(O.TAG_OPEN,G)),V},B.prototype._read_open_handlebars=function(U,X){var G=null,V=null;return(!X||X.type===O.CONTROL_FLOW_OPEN)&&(this._options.templating.includes("angular")||this._options.indent_handlebars)&&U==="{"&&this._input.peek(1)==="{"&&(this._options.indent_handlebars&&this._input.peek(2)==="!"?(G=this.__patterns.handlebars_comment.read(),G=G||this.__patterns.handlebars.read(),V=this._create_token(O.COMMENT,G)):(G=this.__patterns.handlebars_open.read(),V=this._create_token(O.TAG_OPEN,G))),V},B.prototype._read_control_flows=function(U,X){var G="",V=null;if(!this._options.templating.includes("angular"))return V;if(U==="@"){if(G=this.__patterns.angular_control_flow_start.read(),G==="")return V;for(var ae=G.endsWith("(")?1:0,ie=0;!(G.endsWith("{")&&ae===ie);){var ue=this._input.next();if(ue===null)break;ue==="("?ae++:ue===")"&&ie++,G+=ue}V=this._create_token(O.CONTROL_FLOW_OPEN,G)}else U==="}"&&X&&X.type===O.CONTROL_FLOW_OPEN&&(G=this._input.next(),V=this._create_token(O.CONTROL_FLOW_CLOSE,G));return V},B.prototype._read_close=function(U,X){var G=null,V=null;return X&&X.type===O.TAG_OPEN&&(X.text[0]==="<"&&(U===">"||U==="/"&&this._input.peek(1)===">")?(G=this._input.next(),U==="/"&&(G+=this._input.next()),V=this._create_token(O.TAG_CLOSE,G)):X.text[0]==="{"&&U==="}"&&this._input.peek(1)==="}"&&(this._input.next(),this._input.next(),V=this._create_token(O.TAG_CLOSE,"}}"))),V},B.prototype._read_attribute=function(U,X,G){var V=null,ae="";if(G&&G.text[0]==="<")if(U==="=")V=this._create_token(O.EQUALS,this._input.next());else if(U==='"'||U==="'"){var ie=this._input.next();U==='"'?ie+=this.__patterns.double_quote.read():ie+=this.__patterns.single_quote.read(),V=this._create_token(O.VALUE,ie)}else ae=this.__patterns.attribute.read(),ae&&(X.type===O.EQUALS?V=this._create_token(O.VALUE,ae):V=this._create_token(O.ATTRIBUTE,ae));return V},B.prototype._is_content_unformatted=function(U){return this._options.void_elements.indexOf(U)===-1&&(this._options.content_unformatted.indexOf(U)!==-1||this._options.unformatted.indexOf(U)!==-1)},B.prototype._read_raw_content=function(U,X,G){var V="";if(G&&G.text[0]==="{")V=this.__patterns.handlebars_raw_close.read();else if(X.type===O.TAG_CLOSE&&X.opened.text[0]==="<"&&X.text[0]!=="/"){var ae=X.opened.text.substr(1).toLowerCase();this._is_content_unformatted(ae)&&(V=this._input.readUntil(new RegExp("</"+ae+"[\\n\\r\\t ]*?>","ig")))}return V?this._create_token(O.TEXT,V):null},B.prototype._read_script_and_style=function(U,X){if(X.type===O.TAG_CLOSE&&X.opened.text[0]==="<"&&X.text[0]!=="/"){var G=X.opened.text.substr(1).toLowerCase();if(G==="script"||G==="style"){var V=this._read_comment_or_cdata(U);if(V)return V.type=O.TEXT,V;var ae=this._input.readUntil(new RegExp("</"+G+"[\\n\\r\\t ]*?>","ig"));if(ae)return this._create_token(O.TEXT,ae)}}return null},B.prototype._read_content_word=function(U,X){var G="";return this._options.unformatted_content_delimiter&&U===this._options.unformatted_content_delimiter[0]&&(G=this.__patterns.unformatted_content_delimiter.read()),G||(G=X&&X.type===O.CONTROL_FLOW_OPEN?this.__patterns.word_control_flow_close_excluded.read():this.__patterns.word.read()),G?this._create_token(O.TEXT,G):null},p.exports.Tokenizer=B,p.exports.TOKEN=O}],u={};function a(p){var y=u[p];if(y!==void 0)return y.exports;var m=u[p]={exports:{}};return h[p](m,m.exports,a),m.exports}var x=a(18);l=x})();var c=l;if(1)r=[e,e(58553),e(87804)],i=function(h){var u=e(58553),a=e(87804);return{html_beautify:function(x,p){return c(x,p,u.js_beautify,a.css_beautify)}}}.apply(_,r),i!==void 0&&(d.exports=i);else var f,o})()},58553:function(d,_){var e,r;(function(){var i;(function(){"use strict";var c=[function(u,a,x){var p=x(1).Beautifier,y=x(5).Options;function m(b,S){var k=new p(b,S);return k.beautify()}u.exports=m,u.exports.defaultOptions=function(){return new y}},function(u,a,x){var p=x(2).Output,y=x(3).Token,m=x(4),b=x(5).Options,S=x(7).Tokenizer,k=x(7).line_starters,R=x(7).positionable_operators,A=x(7).TOKEN;function O(j,se){return se.indexOf(j)!==-1}function M(j){return j.replace(/^\s+/g,"")}function B(j){for(var se={},me=0;me<j.length;me++)se[j[me].replace(/-/g,"_")]=j[me];return se}function U(j,se){return j&&j.type===A.RESERVED&&j.text===se}function X(j,se){return j&&j.type===A.RESERVED&&O(j.text,se)}var G=["case","return","do","if","throw","else","await","break","continue","async"],V=["before-newline","after-newline","preserve-newline"],ae=B(V),ie=[ae.before_newline,ae.preserve_newline],ue={BlockStatement:"BlockStatement",Statement:"Statement",ObjectLiteral:"ObjectLiteral",ArrayLiteral:"ArrayLiteral",ForInitializer:"ForInitializer",Conditional:"Conditional",Expression:"Expression"};function Q(j,se){se.multiline_frame||se.mode===ue.ForInitializer||se.mode===ue.Conditional||j.remove_indent(se.start_line_index)}function J(j){j=j.replace(m.allLineBreaks,`
`);for(var se=[],me=j.indexOf(`
`);me!==-1;)se.push(j.substring(0,me)),j=j.substring(me+1),me=j.indexOf(`
`);return j.length&&se.push(j),se}function K(j){return j===ue.ArrayLiteral}function oe(j){return O(j,[ue.Expression,ue.ForInitializer,ue.Conditional])}function ee(j,se){for(var me=0;me<j.length;me++){var Oe=j[me].trim();if(Oe.charAt(0)!==se)return!1}return!0}function q(j,se){for(var me=0,Oe=j.length,ke;me<Oe;me++)if(ke=j[me],ke&&ke.indexOf(se)!==0)return!1;return!0}function le(j,se){se=se||{},this._source_text=j||"",this._output=null,this._tokens=null,this._last_last_text=null,this._flags=null,this._previous_flags=null,this._flag_store=null,this._options=new b(se)}le.prototype.create_flags=function(j,se){var me=0;j&&(me=j.indentation_level,!this._output.just_added_newline()&&j.line_indent_level>me&&(me=j.line_indent_level));var Oe={mode:se,parent:j,last_token:j?j.last_token:new y(A.START_BLOCK,""),last_word:j?j.last_word:"",declaration_statement:!1,declaration_assignment:!1,multiline_frame:!1,inline_frame:!1,if_block:!1,else_block:!1,class_start_block:!1,do_block:!1,do_while:!1,import_block:!1,in_case_statement:!1,in_case:!1,case_body:!1,case_block:!1,indentation_level:me,alignment:0,line_indent_level:j?j.line_indent_level:me,start_line_index:this._output.get_line_number(),ternary_depth:0};return Oe},le.prototype._reset=function(j){var se=j.match(/^[\t ]*/)[0];this._last_last_text="",this._output=new p(this._options,se),this._output.raw=this._options.test_output_raw,this._flag_store=[],this.set_mode(ue.BlockStatement);var me=new S(j,this._options);return this._tokens=me.tokenize(),j},le.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var j,se=this._reset(this._source_text),me=this._options.eol;this._options.eol==="auto"&&(me=`
`,se&&m.lineBreak.test(se||"")&&(me=se.match(m.lineBreak)[0]));for(var Oe=this._tokens.next();Oe;)this.handle_token(Oe),this._last_last_text=this._flags.last_token.text,this._flags.last_token=Oe,Oe=this._tokens.next();return j=this._output.get_code(me),j},le.prototype.handle_token=function(j,se){j.type===A.START_EXPR?this.handle_start_expr(j):j.type===A.END_EXPR?this.handle_end_expr(j):j.type===A.START_BLOCK?this.handle_start_block(j):j.type===A.END_BLOCK?this.handle_end_block(j):j.type===A.WORD?this.handle_word(j):j.type===A.RESERVED?this.handle_word(j):j.type===A.SEMICOLON?this.handle_semicolon(j):j.type===A.STRING?this.handle_string(j):j.type===A.EQUALS?this.handle_equals(j):j.type===A.OPERATOR?this.handle_operator(j):j.type===A.COMMA?this.handle_comma(j):j.type===A.BLOCK_COMMENT?this.handle_block_comment(j,se):j.type===A.COMMENT?this.handle_comment(j,se):j.type===A.DOT?this.handle_dot(j):j.type===A.EOF?this.handle_eof(j):j.type===A.UNKNOWN?this.handle_unknown(j,se):this.handle_unknown(j,se)},le.prototype.handle_whitespace_and_comments=function(j,se){var me=j.newlines,Oe=this._options.keep_array_indentation&&K(this._flags.mode);if(j.comments_before)for(var ke=j.comments_before.next();ke;)this.handle_whitespace_and_comments(ke,se),this.handle_token(ke,se),ke=j.comments_before.next();if(Oe)for(var $e=0;$e<me;$e+=1)this.print_newline($e>0,se);else if(this._options.max_preserve_newlines&&me>this._options.max_preserve_newlines&&(me=this._options.max_preserve_newlines),this._options.preserve_newlines&&me>1){this.print_newline(!1,se);for(var Ne=1;Ne<me;Ne+=1)this.print_newline(!0,se)}};var Z=["async","break","continue","return","throw","yield"];le.prototype.allow_wrap_or_preserved_newline=function(j,se){if(se=se===void 0?!1:se,!this._output.just_added_newline()){var me=this._options.preserve_newlines&&j.newlines||se,Oe=O(this._flags.last_token.text,R)||O(j.text,R);if(Oe){var ke=O(this._flags.last_token.text,R)&&O(this._options.operator_position,ie)||O(j.text,R);me=me&&ke}if(me)this.print_newline(!1,!0);else if(this._options.wrap_line_length){if(X(this._flags.last_token,Z))return;this._output.set_wrap_point()}}},le.prototype.print_newline=function(j,se){if(!se&&this._flags.last_token.text!==";"&&this._flags.last_token.text!==","&&this._flags.last_token.text!=="="&&(this._flags.last_token.type!==A.OPERATOR||this._flags.last_token.text==="--"||this._flags.last_token.text==="++"))for(var me=this._tokens.peek();this._flags.mode===ue.Statement&&!(this._flags.if_block&&U(me,"else"))&&!this._flags.do_block;)this.restore_mode();this._output.add_new_line(j)&&(this._flags.multiline_frame=!0)},le.prototype.print_token_line_indentation=function(j){this._output.just_added_newline()&&(this._options.keep_array_indentation&&j.newlines&&(j.text==="["||K(this._flags.mode))?(this._output.current_line.set_indent(-1),this._output.current_line.push(j.whitespace_before),this._output.space_before_token=!1):this._output.set_indent(this._flags.indentation_level,this._flags.alignment)&&(this._flags.line_indent_level=this._flags.indentation_level))},le.prototype.print_token=function(j){if(this._output.raw){this._output.add_raw_token(j);return}if(this._options.comma_first&&j.previous&&j.previous.type===A.COMMA&&this._output.just_added_newline()&&this._output.previous_line.last()===","){var se=this._output.previous_line.pop();this._output.previous_line.is_empty()&&(this._output.previous_line.push(se),this._output.trim(!0),this._output.current_line.pop(),this._output.trim()),this.print_token_line_indentation(j),this._output.add_token(","),this._output.space_before_token=!0}this.print_token_line_indentation(j),this._output.non_breaking_space=!0,this._output.add_token(j.text),this._output.previous_token_wrapped&&(this._flags.multiline_frame=!0)},le.prototype.indent=function(){this._flags.indentation_level+=1,this._output.set_indent(this._flags.indentation_level,this._flags.alignment)},le.prototype.deindent=function(){this._flags.indentation_level>0&&(!this._flags.parent||this._flags.indentation_level>this._flags.parent.indentation_level)&&(this._flags.indentation_level-=1,this._output.set_indent(this._flags.indentation_level,this._flags.alignment))},le.prototype.set_mode=function(j){this._flags?(this._flag_store.push(this._flags),this._previous_flags=this._flags):this._previous_flags=this.create_flags(null,j),this._flags=this.create_flags(this._previous_flags,j),this._output.set_indent(this._flags.indentation_level,this._flags.alignment)},le.prototype.restore_mode=function(){this._flag_store.length>0&&(this._previous_flags=this._flags,this._flags=this._flag_store.pop(),this._previous_flags.mode===ue.Statement&&Q(this._output,this._previous_flags),this._output.set_indent(this._flags.indentation_level,this._flags.alignment))},le.prototype.start_of_object_property=function(){return this._flags.parent.mode===ue.ObjectLiteral&&this._flags.mode===ue.Statement&&(this._flags.last_token.text===":"&&this._flags.ternary_depth===0||X(this._flags.last_token,["get","set"]))},le.prototype.start_of_statement=function(j){var se=!1;return se=se||X(this._flags.last_token,["var","let","const"])&&j.type===A.WORD,se=se||U(this._flags.last_token,"do"),se=se||!(this._flags.parent.mode===ue.ObjectLiteral&&this._flags.mode===ue.Statement)&&X(this._flags.last_token,Z)&&!j.newlines,se=se||U(this._flags.last_token,"else")&&!(U(j,"if")&&!j.comments_before),se=se||this._flags.last_token.type===A.END_EXPR&&(this._previous_flags.mode===ue.ForInitializer||this._previous_flags.mode===ue.Conditional),se=se||this._flags.last_token.type===A.WORD&&this._flags.mode===ue.BlockStatement&&!this._flags.in_case&&!(j.text==="--"||j.text==="++")&&this._last_last_text!=="function"&&j.type!==A.WORD&&j.type!==A.RESERVED,se=se||this._flags.mode===ue.ObjectLiteral&&(this._flags.last_token.text===":"&&this._flags.ternary_depth===0||X(this._flags.last_token,["get","set"])),se?(this.set_mode(ue.Statement),this.indent(),this.handle_whitespace_and_comments(j,!0),this.start_of_object_property()||this.allow_wrap_or_preserved_newline(j,X(j,["do","for","if","while"])),!0):!1},le.prototype.handle_start_expr=function(j){this.start_of_statement(j)||this.handle_whitespace_and_comments(j);var se=ue.Expression;if(j.text==="["){if(this._flags.last_token.type===A.WORD||this._flags.last_token.text===")"){X(this._flags.last_token,k)&&(this._output.space_before_token=!0),this.print_token(j),this.set_mode(se),this.indent(),this._options.space_in_paren&&(this._output.space_before_token=!0);return}se=ue.ArrayLiteral,K(this._flags.mode)&&(this._flags.last_token.text==="["||this._flags.last_token.text===","&&(this._last_last_text==="]"||this._last_last_text==="}"))&&(this._options.keep_array_indentation||this.print_newline()),O(this._flags.last_token.type,[A.START_EXPR,A.END_EXPR,A.WORD,A.OPERATOR,A.DOT])||(this._output.space_before_token=!0)}else{if(this._flags.last_token.type===A.RESERVED)this._flags.last_token.text==="for"?(this._output.space_before_token=this._options.space_before_conditional,se=ue.ForInitializer):O(this._flags.last_token.text,["if","while","switch"])?(this._output.space_before_token=this._options.space_before_conditional,se=ue.Conditional):O(this._flags.last_word,["await","async"])?this._output.space_before_token=!0:this._flags.last_token.text==="import"&&j.whitespace_before===""?this._output.space_before_token=!1:(O(this._flags.last_token.text,k)||this._flags.last_token.text==="catch")&&(this._output.space_before_token=!0);else if(this._flags.last_token.type===A.EQUALS||this._flags.last_token.type===A.OPERATOR)this.start_of_object_property()||this.allow_wrap_or_preserved_newline(j);else if(this._flags.last_token.type===A.WORD){this._output.space_before_token=!1;var me=this._tokens.peek(-3);if(this._options.space_after_named_function&&me){var Oe=this._tokens.peek(-4);X(me,["async","function"])||me.text==="*"&&X(Oe,["async","function"])?this._output.space_before_token=!0:this._flags.mode===ue.ObjectLiteral?(me.text==="{"||me.text===","||me.text==="*"&&(Oe.text==="{"||Oe.text===","))&&(this._output.space_before_token=!0):this._flags.parent&&this._flags.parent.class_start_block&&(this._output.space_before_token=!0)}}else this.allow_wrap_or_preserved_newline(j);(this._flags.last_token.type===A.RESERVED&&(this._flags.last_word==="function"||this._flags.last_word==="typeof")||this._flags.last_token.text==="*"&&(O(this._last_last_text,["function","yield"])||this._flags.mode===ue.ObjectLiteral&&O(this._last_last_text,["{",","])))&&(this._output.space_before_token=this._options.space_after_anon_function)}this._flags.last_token.text===";"||this._flags.last_token.type===A.START_BLOCK?this.print_newline():(this._flags.last_token.type===A.END_EXPR||this._flags.last_token.type===A.START_EXPR||this._flags.last_token.type===A.END_BLOCK||this._flags.last_token.text==="."||this._flags.last_token.type===A.COMMA)&&this.allow_wrap_or_preserved_newline(j,j.newlines),this.print_token(j),this.set_mode(se),this._options.space_in_paren&&(this._output.space_before_token=!0),this.indent()},le.prototype.handle_end_expr=function(j){for(;this._flags.mode===ue.Statement;)this.restore_mode();this.handle_whitespace_and_comments(j),this._flags.multiline_frame&&this.allow_wrap_or_preserved_newline(j,j.text==="]"&&K(this._flags.mode)&&!this._options.keep_array_indentation),this._options.space_in_paren&&(this._flags.last_token.type===A.START_EXPR&&!this._options.space_in_empty_paren?(this._output.trim(),this._output.space_before_token=!1):this._output.space_before_token=!0),this.deindent(),this.print_token(j),this.restore_mode(),Q(this._output,this._previous_flags),this._flags.do_while&&this._previous_flags.mode===ue.Conditional&&(this._previous_flags.mode=ue.Expression,this._flags.do_block=!1,this._flags.do_while=!1)},le.prototype.handle_start_block=function(j){this.handle_whitespace_and_comments(j);var se=this._tokens.peek(),me=this._tokens.peek(1);this._flags.last_word==="switch"&&this._flags.last_token.type===A.END_EXPR?(this.set_mode(ue.BlockStatement),this._flags.in_case_statement=!0):this._flags.case_body?this.set_mode(ue.BlockStatement):me&&(O(me.text,[":",","])&&O(se.type,[A.STRING,A.WORD,A.RESERVED])||O(se.text,["get","set","..."])&&O(me.type,[A.WORD,A.RESERVED]))?O(this._last_last_text,["class","interface"])&&!O(me.text,[":",","])?this.set_mode(ue.BlockStatement):this.set_mode(ue.ObjectLiteral):this._flags.last_token.type===A.OPERATOR&&this._flags.last_token.text==="=>"?this.set_mode(ue.BlockStatement):O(this._flags.last_token.type,[A.EQUALS,A.START_EXPR,A.COMMA,A.OPERATOR])||X(this._flags.last_token,["return","throw","import","default"])?this.set_mode(ue.ObjectLiteral):this.set_mode(ue.BlockStatement),this._flags.last_token&&X(this._flags.last_token.previous,["class","extends"])&&(this._flags.class_start_block=!0);var Oe=!se.comments_before&&se.text==="}",ke=Oe&&this._flags.last_word==="function"&&this._flags.last_token.type===A.END_EXPR;if(this._options.brace_preserve_inline){var $e=0,Ne=null;this._flags.inline_frame=!0;do if($e+=1,Ne=this._tokens.peek($e-1),Ne.newlines){this._flags.inline_frame=!1;break}while(Ne.type!==A.EOF&&!(Ne.type===A.END_BLOCK&&Ne.opened===j))}(this._options.brace_style==="expand"||this._options.brace_style==="none"&&j.newlines)&&!this._flags.inline_frame?this._flags.last_token.type!==A.OPERATOR&&(ke||this._flags.last_token.type===A.EQUALS||X(this._flags.last_token,G)&&this._flags.last_token.text!=="else")?this._output.space_before_token=!0:this.print_newline(!1,!0):(K(this._previous_flags.mode)&&(this._flags.last_token.type===A.START_EXPR||this._flags.last_token.type===A.COMMA)&&((this._flags.last_token.type===A.COMMA||this._options.space_in_paren)&&(this._output.space_before_token=!0),(this._flags.last_token.type===A.COMMA||this._flags.last_token.type===A.START_EXPR&&this._flags.inline_frame)&&(this.allow_wrap_or_preserved_newline(j),this._previous_flags.multiline_frame=this._previous_flags.multiline_frame||this._flags.multiline_frame,this._flags.multiline_frame=!1)),this._flags.last_token.type!==A.OPERATOR&&this._flags.last_token.type!==A.START_EXPR&&(O(this._flags.last_token.type,[A.START_BLOCK,A.SEMICOLON])&&!this._flags.inline_frame?this.print_newline():this._output.space_before_token=!0)),this.print_token(j),this.indent(),!Oe&&!(this._options.brace_preserve_inline&&this._flags.inline_frame)&&this.print_newline()},le.prototype.handle_end_block=function(j){for(this.handle_whitespace_and_comments(j);this._flags.mode===ue.Statement;)this.restore_mode();var se=this._flags.last_token.type===A.START_BLOCK;this._flags.inline_frame&&!se?this._output.space_before_token=!0:this._options.brace_style==="expand"?se||this.print_newline():se||(K(this._flags.mode)&&this._options.keep_array_indentation?(this._options.keep_array_indentation=!1,this.print_newline(),this._options.keep_array_indentation=!0):this.print_newline()),this.restore_mode(),this.print_token(j)},le.prototype.handle_word=function(j){if(j.type===A.RESERVED){if(O(j.text,["set","get"])&&this._flags.mode!==ue.ObjectLiteral)j.type=A.WORD;else if(j.text==="import"&&O(this._tokens.peek().text,["(","."]))j.type=A.WORD;else if(O(j.text,["as","from"])&&!this._flags.import_block)j.type=A.WORD;else if(this._flags.mode===ue.ObjectLiteral){var se=this._tokens.peek();se.text===":"&&(j.type=A.WORD)}}if(this.start_of_statement(j)?X(this._flags.last_token,["var","let","const"])&&j.type===A.WORD&&(this._flags.declaration_statement=!0):j.newlines&&!oe(this._flags.mode)&&(this._flags.last_token.type!==A.OPERATOR||this._flags.last_token.text==="--"||this._flags.last_token.text==="++")&&this._flags.last_token.type!==A.EQUALS&&(this._options.preserve_newlines||!X(this._flags.last_token,["var","let","const","set","get"]))?(this.handle_whitespace_and_comments(j),this.print_newline()):this.handle_whitespace_and_comments(j),this._flags.do_block&&!this._flags.do_while)if(U(j,"while")){this._output.space_before_token=!0,this.print_token(j),this._output.space_before_token=!0,this._flags.do_while=!0;return}else this.print_newline(),this._flags.do_block=!1;if(this._flags.if_block)if(!this._flags.else_block&&U(j,"else"))this._flags.else_block=!0;else{for(;this._flags.mode===ue.Statement;)this.restore_mode();this._flags.if_block=!1,this._flags.else_block=!1}if(this._flags.in_case_statement&&X(j,["case","default"])){this.print_newline(),!this._flags.case_block&&(this._flags.case_body||this._options.jslint_happy)&&this.deindent(),this._flags.case_body=!1,this.print_token(j),this._flags.in_case=!0;return}if((this._flags.last_token.type===A.COMMA||this._flags.last_token.type===A.START_EXPR||this._flags.last_token.type===A.EQUALS||this._flags.last_token.type===A.OPERATOR)&&!this.start_of_object_property()&&!(O(this._flags.last_token.text,["+","-"])&&this._last_last_text===":"&&this._flags.parent.mode===ue.ObjectLiteral)&&this.allow_wrap_or_preserved_newline(j),U(j,"function")){(O(this._flags.last_token.text,["}",";"])||this._output.just_added_newline()&&!(O(this._flags.last_token.text,["(","[","{",":","=",","])||this._flags.last_token.type===A.OPERATOR))&&!this._output.just_added_blankline()&&!j.comments_before&&(this.print_newline(),this.print_newline(!0)),this._flags.last_token.type===A.RESERVED||this._flags.last_token.type===A.WORD?X(this._flags.last_token,["get","set","new","export"])||X(this._flags.last_token,Z)?this._output.space_before_token=!0:U(this._flags.last_token,"default")&&this._last_last_text==="export"?this._output.space_before_token=!0:this._flags.last_token.text==="declare"?this._output.space_before_token=!0:this.print_newline():this._flags.last_token.type===A.OPERATOR||this._flags.last_token.text==="="?this._output.space_before_token=!0:!this._flags.multiline_frame&&(oe(this._flags.mode)||K(this._flags.mode))||this.print_newline(),this.print_token(j),this._flags.last_word=j.text;return}var me="NONE";if(this._flags.last_token.type===A.END_BLOCK?this._previous_flags.inline_frame?me="SPACE":X(j,["else","catch","finally","from"])?this._options.brace_style==="expand"||this._options.brace_style==="end-expand"||this._options.brace_style==="none"&&j.newlines?me="NEWLINE":(me="SPACE",this._output.space_before_token=!0):me="NEWLINE":this._flags.last_token.type===A.SEMICOLON&&this._flags.mode===ue.BlockStatement?me="NEWLINE":this._flags.last_token.type===A.SEMICOLON&&oe(this._flags.mode)?me="SPACE":this._flags.last_token.type===A.STRING?me="NEWLINE":this._flags.last_token.type===A.RESERVED||this._flags.last_token.type===A.WORD||this._flags.last_token.text==="*"&&(O(this._last_last_text,["function","yield"])||this._flags.mode===ue.ObjectLiteral&&O(this._last_last_text,["{",","]))?me="SPACE":this._flags.last_token.type===A.START_BLOCK?this._flags.inline_frame?me="SPACE":me="NEWLINE":this._flags.last_token.type===A.END_EXPR&&(this._output.space_before_token=!0,me="NEWLINE"),X(j,k)&&this._flags.last_token.text!==")"&&(this._flags.inline_frame||this._flags.last_token.text==="else"||this._flags.last_token.text==="export"?me="SPACE":me="NEWLINE"),X(j,["else","catch","finally"]))if((!(this._flags.last_token.type===A.END_BLOCK&&this._previous_flags.mode===ue.BlockStatement)||this._options.brace_style==="expand"||this._options.brace_style==="end-expand"||this._options.brace_style==="none"&&j.newlines)&&!this._flags.inline_frame)this.print_newline();else{this._output.trim(!0);var Oe=this._output.current_line;Oe.last()!=="}"&&this.print_newline(),this._output.space_before_token=!0}else me==="NEWLINE"?X(this._flags.last_token,G)?this._output.space_before_token=!0:this._flags.last_token.text==="declare"&&X(j,["var","let","const"])?this._output.space_before_token=!0:this._flags.last_token.type!==A.END_EXPR?(this._flags.last_token.type!==A.START_EXPR||!X(j,["var","let","const"]))&&this._flags.last_token.text!==":"&&(U(j,"if")&&U(j.previous,"else")?this._output.space_before_token=!0:this.print_newline()):X(j,k)&&this._flags.last_token.text!==")"&&this.print_newline():this._flags.multiline_frame&&K(this._flags.mode)&&this._flags.last_token.text===","&&this._last_last_text==="}"?this.print_newline():me==="SPACE"&&(this._output.space_before_token=!0);j.previous&&(j.previous.type===A.WORD||j.previous.type===A.RESERVED)&&(this._output.space_before_token=!0),this.print_token(j),this._flags.last_word=j.text,j.type===A.RESERVED&&(j.text==="do"?this._flags.do_block=!0:j.text==="if"?this._flags.if_block=!0:j.text==="import"?this._flags.import_block=!0:this._flags.import_block&&U(j,"from")&&(this._flags.import_block=!1))},le.prototype.handle_semicolon=function(j){this.start_of_statement(j)?this._output.space_before_token=!1:this.handle_whitespace_and_comments(j);for(var se=this._tokens.peek();this._flags.mode===ue.Statement&&!(this._flags.if_block&&U(se,"else"))&&!this._flags.do_block;)this.restore_mode();this._flags.import_block&&(this._flags.import_block=!1),this.print_token(j)},le.prototype.handle_string=function(j){j.text.startsWith("`")&&j.newlines===0&&j.whitespace_before===""&&(j.previous.text===")"||this._flags.last_token.type===A.WORD)||(this.start_of_statement(j)?this._output.space_before_token=!0:(this.handle_whitespace_and_comments(j),this._flags.last_token.type===A.RESERVED||this._flags.last_token.type===A.WORD||this._flags.inline_frame?this._output.space_before_token=!0:this._flags.last_token.type===A.COMMA||this._flags.last_token.type===A.START_EXPR||this._flags.last_token.type===A.EQUALS||this._flags.last_token.type===A.OPERATOR?this.start_of_object_property()||this.allow_wrap_or_preserved_newline(j):j.text.startsWith("`")&&this._flags.last_token.type===A.END_EXPR&&(j.previous.text==="]"||j.previous.text===")")&&j.newlines===0?this._output.space_before_token=!0:this.print_newline())),this.print_token(j)},le.prototype.handle_equals=function(j){this.start_of_statement(j)||this.handle_whitespace_and_comments(j),this._flags.declaration_statement&&(this._flags.declaration_assignment=!0),this._output.space_before_token=!0,this.print_token(j),this._output.space_before_token=!0},le.prototype.handle_comma=function(j){this.handle_whitespace_and_comments(j,!0),this.print_token(j),this._output.space_before_token=!0,this._flags.declaration_statement?(oe(this._flags.parent.mode)&&(this._flags.declaration_assignment=!1),this._flags.declaration_assignment?(this._flags.declaration_assignment=!1,this.print_newline(!1,!0)):this._options.comma_first&&this.allow_wrap_or_preserved_newline(j)):this._flags.mode===ue.ObjectLiteral||this._flags.mode===ue.Statement&&this._flags.parent.mode===ue.ObjectLiteral?(this._flags.mode===ue.Statement&&this.restore_mode(),this._flags.inline_frame||this.print_newline()):this._options.comma_first&&this.allow_wrap_or_preserved_newline(j)},le.prototype.handle_operator=function(j){var se=j.text==="*"&&(X(this._flags.last_token,["function","yield"])||O(this._flags.last_token.type,[A.START_BLOCK,A.COMMA,A.END_BLOCK,A.SEMICOLON])),me=O(j.text,["-","+"])&&(O(this._flags.last_token.type,[A.START_BLOCK,A.START_EXPR,A.EQUALS,A.OPERATOR])||O(this._flags.last_token.text,k)||this._flags.last_token.text===",");if(!this.start_of_statement(j)){var Oe=!se;this.handle_whitespace_and_comments(j,Oe)}if(j.text==="*"&&this._flags.last_token.type===A.DOT){this.print_token(j);return}if(j.text==="::"){this.print_token(j);return}if(O(j.text,["-","+"])&&this.start_of_object_property()){this.print_token(j);return}if(this._flags.last_token.type===A.OPERATOR&&O(this._options.operator_position,ie)&&this.allow_wrap_or_preserved_newline(j),j.text===":"&&this._flags.in_case){this.print_token(j),this._flags.in_case=!1,this._flags.case_body=!0,this._tokens.peek().type!==A.START_BLOCK?(this.indent(),this.print_newline(),this._flags.case_block=!1):(this._flags.case_block=!0,this._output.space_before_token=!0);return}var ke=!0,$e=!0,Ne=!1;if(j.text===":"?this._flags.ternary_depth===0?ke=!1:(this._flags.ternary_depth-=1,Ne=!0):j.text==="?"&&(this._flags.ternary_depth+=1),!me&&!se&&this._options.preserve_newlines&&O(j.text,R)){var Ft=j.text===":",wt=Ft&&Ne,Pt=Ft&&!Ne;switch(this._options.operator_position){case ae.before_newline:this._output.space_before_token=!Pt,this.print_token(j),(!Ft||wt)&&this.allow_wrap_or_preserved_newline(j),this._output.space_before_token=!0;return;case ae.after_newline:this._output.space_before_token=!0,!Ft||wt?this._tokens.peek().newlines?this.print_newline(!1,!0):this.allow_wrap_or_preserved_newline(j):this._output.space_before_token=!1,this.print_token(j),this._output.space_before_token=!0;return;case ae.preserve_newline:Pt||this.allow_wrap_or_preserved_newline(j),ke=!(this._output.just_added_newline()||Pt),this._output.space_before_token=ke,this.print_token(j),this._output.space_before_token=!0;return}}if(se){this.allow_wrap_or_preserved_newline(j),ke=!1;var Jt=this._tokens.peek();$e=Jt&&O(Jt.type,[A.WORD,A.RESERVED])}else if(j.text==="...")this.allow_wrap_or_preserved_newline(j),ke=this._flags.last_token.type===A.START_BLOCK,$e=!1;else if(O(j.text,["--","++","!","~"])||me){if((this._flags.last_token.type===A.COMMA||this._flags.last_token.type===A.START_EXPR)&&this.allow_wrap_or_preserved_newline(j),ke=!1,$e=!1,j.newlines&&(j.text==="--"||j.text==="++"||j.text==="~")){var er=X(this._flags.last_token,G)&&j.newlines;er&&(this._previous_flags.if_block||this._previous_flags.else_block)&&this.restore_mode(),this.print_newline(er,!0)}this._flags.last_token.text===";"&&oe(this._flags.mode)&&(ke=!0),this._flags.last_token.type===A.RESERVED?ke=!0:this._flags.last_token.type===A.END_EXPR?ke=!(this._flags.last_token.text==="]"&&(j.text==="--"||j.text==="++")):this._flags.last_token.type===A.OPERATOR&&(ke=O(j.text,["--","-","++","+"])&&O(this._flags.last_token.text,["--","-","++","+"]),O(j.text,["+","-"])&&O(this._flags.last_token.text,["--","++"])&&($e=!0)),(this._flags.mode===ue.BlockStatement&&!this._flags.inline_frame||this._flags.mode===ue.Statement)&&(this._flags.last_token.text==="{"||this._flags.last_token.text===";")&&this.print_newline()}this._output.space_before_token=this._output.space_before_token||ke,this.print_token(j),this._output.space_before_token=$e},le.prototype.handle_block_comment=function(j,se){if(this._output.raw){this._output.add_raw_token(j),j.directives&&j.directives.preserve==="end"&&(this._output.raw=this._options.test_output_raw);return}if(j.directives){this.print_newline(!1,se),this.print_token(j),j.directives.preserve==="start"&&(this._output.raw=!0),this.print_newline(!1,!0);return}if(!m.newline.test(j.text)&&!j.newlines){this._output.space_before_token=!0,this.print_token(j),this._output.space_before_token=!0;return}else this.print_block_commment(j,se)},le.prototype.print_block_commment=function(j,se){var me=J(j.text),Oe,ke=!1,$e=!1,Ne=j.whitespace_before,Ft=Ne.length;if(this.print_newline(!1,se),this.print_token_line_indentation(j),this._output.add_token(me[0]),this.print_newline(!1,se),me.length>1){for(me=me.slice(1),ke=ee(me,"*"),$e=q(me,Ne),ke&&(this._flags.alignment=1),Oe=0;Oe<me.length;Oe++)ke?(this.print_token_line_indentation(j),this._output.add_token(M(me[Oe]))):$e&&me[Oe]?(this.print_token_line_indentation(j),this._output.add_token(me[Oe].substring(Ft))):(this._output.current_line.set_indent(-1),this._output.add_token(me[Oe])),this.print_newline(!1,se);this._flags.alignment=0}},le.prototype.handle_comment=function(j,se){j.newlines?this.print_newline(!1,se):this._output.trim(!0),this._output.space_before_token=!0,this.print_token(j),this.print_newline(!1,se)},le.prototype.handle_dot=function(j){this.start_of_statement(j)||this.handle_whitespace_and_comments(j,!0),this._flags.last_token.text.match("^[0-9]+$")&&(this._output.space_before_token=!0),X(this._flags.last_token,G)?this._output.space_before_token=!1:this.allow_wrap_or_preserved_newline(j,this._flags.last_token.text===")"&&this._options.break_chained_methods),this._options.unindent_chained_methods&&this._output.just_added_newline()&&this.deindent(),this.print_token(j)},le.prototype.handle_unknown=function(j,se){this.print_token(j),j.text[j.text.length-1]===`
`&&this.print_newline(!1,se)},le.prototype.handle_eof=function(j){for(;this._flags.mode===ue.Statement;)this.restore_mode();this.handle_whitespace_and_comments(j)},u.exports.Beautifier=le},function(u){function a(y){this.__parent=y,this.__character_count=0,this.__indent_count=-1,this.__alignment_count=0,this.__wrap_point_index=0,this.__wrap_point_character_count=0,this.__wrap_point_indent_count=-1,this.__wrap_point_alignment_count=0,this.__items=[]}a.prototype.clone_empty=function(){var y=new a(this.__parent);return y.set_indent(this.__indent_count,this.__alignment_count),y},a.prototype.item=function(y){return y<0?this.__items[this.__items.length+y]:this.__items[y]},a.prototype.has_match=function(y){for(var m=this.__items.length-1;m>=0;m--)if(this.__items[m].match(y))return!0;return!1},a.prototype.set_indent=function(y,m){this.is_empty()&&(this.__indent_count=y||0,this.__alignment_count=m||0,this.__character_count=this.__parent.get_indent_size(this.__indent_count,this.__alignment_count))},a.prototype._set_wrap_point=function(){this.__parent.wrap_line_length&&(this.__wrap_point_index=this.__items.length,this.__wrap_point_character_count=this.__character_count,this.__wrap_point_indent_count=this.__parent.next_line.__indent_count,this.__wrap_point_alignment_count=this.__parent.next_line.__alignment_count)},a.prototype._should_wrap=function(){return this.__wrap_point_index&&this.__character_count>this.__parent.wrap_line_length&&this.__wrap_point_character_count>this.__parent.next_line.__character_count},a.prototype._allow_wrap=function(){if(this._should_wrap()){this.__parent.add_new_line();var y=this.__parent.current_line;return y.set_indent(this.__wrap_point_indent_count,this.__wrap_point_alignment_count),y.__items=this.__items.slice(this.__wrap_point_index),this.__items=this.__items.slice(0,this.__wrap_point_index),y.__character_count+=this.__character_count-this.__wrap_point_character_count,this.__character_count=this.__wrap_point_character_count,y.__items[0]===" "&&(y.__items.splice(0,1),y.__character_count-=1),!0}return!1},a.prototype.is_empty=function(){return this.__items.length===0},a.prototype.last=function(){return this.is_empty()?null:this.__items[this.__items.length-1]},a.prototype.push=function(y){this.__items.push(y);var m=y.lastIndexOf(`
`);m!==-1?this.__character_count=y.length-m:this.__character_count+=y.length},a.prototype.pop=function(){var y=null;return this.is_empty()||(y=this.__items.pop(),this.__character_count-=y.length),y},a.prototype._remove_indent=function(){this.__indent_count>0&&(this.__indent_count-=1,this.__character_count-=this.__parent.indent_size)},a.prototype._remove_wrap_indent=function(){this.__wrap_point_indent_count>0&&(this.__wrap_point_indent_count-=1)},a.prototype.trim=function(){for(;this.last()===" ";)this.__items.pop(),this.__character_count-=1},a.prototype.toString=function(){var y="";return this.is_empty()?this.__parent.indent_empty_lines&&(y=this.__parent.get_indent_string(this.__indent_count)):(y=this.__parent.get_indent_string(this.__indent_count,this.__alignment_count),y+=this.__items.join("")),y};function x(y,m){this.__cache=[""],this.__indent_size=y.indent_size,this.__indent_string=y.indent_char,y.indent_with_tabs||(this.__indent_string=new Array(y.indent_size+1).join(y.indent_char)),m=m||"",y.indent_level>0&&(m=new Array(y.indent_level+1).join(this.__indent_string)),this.__base_string=m,this.__base_string_length=m.length}x.prototype.get_indent_size=function(y,m){var b=this.__base_string_length;return m=m||0,y<0&&(b=0),b+=y*this.__indent_size,b+=m,b},x.prototype.get_indent_string=function(y,m){var b=this.__base_string;return m=m||0,y<0&&(y=0,b=""),m+=y*this.__indent_size,this.__ensure_cache(m),b+=this.__cache[m],b},x.prototype.__ensure_cache=function(y){for(;y>=this.__cache.length;)this.__add_column()},x.prototype.__add_column=function(){var y=this.__cache.length,m=0,b="";this.__indent_size&&y>=this.__indent_size&&(m=Math.floor(y/this.__indent_size),y-=m*this.__indent_size,b=new Array(m+1).join(this.__indent_string)),y&&(b+=new Array(y+1).join(" ")),this.__cache.push(b)};function p(y,m){this.__indent_cache=new x(y,m),this.raw=!1,this._end_with_newline=y.end_with_newline,this.indent_size=y.indent_size,this.wrap_line_length=y.wrap_line_length,this.indent_empty_lines=y.indent_empty_lines,this.__lines=[],this.previous_line=null,this.current_line=null,this.next_line=new a(this),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1,this.__add_outputline()}p.prototype.__add_outputline=function(){this.previous_line=this.current_line,this.current_line=this.next_line.clone_empty(),this.__lines.push(this.current_line)},p.prototype.get_line_number=function(){return this.__lines.length},p.prototype.get_indent_string=function(y,m){return this.__indent_cache.get_indent_string(y,m)},p.prototype.get_indent_size=function(y,m){return this.__indent_cache.get_indent_size(y,m)},p.prototype.is_empty=function(){return!this.previous_line&&this.current_line.is_empty()},p.prototype.add_new_line=function(y){return this.is_empty()||!y&&this.just_added_newline()?!1:(this.raw||this.__add_outputline(),!0)},p.prototype.get_code=function(y){this.trim(!0);var m=this.current_line.pop();m&&(m[m.length-1]===`
`&&(m=m.replace(/\n+$/g,"")),this.current_line.push(m)),this._end_with_newline&&this.__add_outputline();var b=this.__lines.join(`
`);return y!==`
`&&(b=b.replace(/[\n]/g,y)),b},p.prototype.set_wrap_point=function(){this.current_line._set_wrap_point()},p.prototype.set_indent=function(y,m){return y=y||0,m=m||0,this.next_line.set_indent(y,m),this.__lines.length>1?(this.current_line.set_indent(y,m),!0):(this.current_line.set_indent(),!1)},p.prototype.add_raw_token=function(y){for(var m=0;m<y.newlines;m++)this.__add_outputline();this.current_line.set_indent(-1),this.current_line.push(y.whitespace_before),this.current_line.push(y.text),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1},p.prototype.add_token=function(y){this.__add_space_before_token(),this.current_line.push(y),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=this.current_line._allow_wrap()},p.prototype.__add_space_before_token=function(){this.space_before_token&&!this.just_added_newline()&&(this.non_breaking_space||this.set_wrap_point(),this.current_line.push(" "))},p.prototype.remove_indent=function(y){for(var m=this.__lines.length;y<m;)this.__lines[y]._remove_indent(),y++;this.current_line._remove_wrap_indent()},p.prototype.trim=function(y){for(y=y===void 0?!1:y,this.current_line.trim();y&&this.__lines.length>1&&this.current_line.is_empty();)this.__lines.pop(),this.current_line=this.__lines[this.__lines.length-1],this.current_line.trim();this.previous_line=this.__lines.length>1?this.__lines[this.__lines.length-2]:null},p.prototype.just_added_newline=function(){return this.current_line.is_empty()},p.prototype.just_added_blankline=function(){return this.is_empty()||this.current_line.is_empty()&&this.previous_line.is_empty()},p.prototype.ensure_empty_line_above=function(y,m){for(var b=this.__lines.length-2;b>=0;){var S=this.__lines[b];if(S.is_empty())break;if(S.item(0).indexOf(y)!==0&&S.item(-1)!==m){this.__lines.splice(b+1,0,new a(this)),this.previous_line=this.__lines[this.__lines.length-2];break}b--}},u.exports.Output=p},function(u){function a(x,p,y,m){this.type=x,this.text=p,this.comments_before=null,this.newlines=y||0,this.whitespace_before=m||"",this.parent=null,this.next=null,this.previous=null,this.opened=null,this.closed=null,this.directives=null}u.exports.Token=a},function(u,a){var x="\\x23\\x24\\x40\\x41-\\x5a\\x5f\\x61-\\x7a",p="\\x24\\x30-\\x39\\x41-\\x5a\\x5f\\x61-\\x7a",y="\\xaa\\xb5\\xba\\xc0-\\xd6\\xd8-\\xf6\\xf8-\\u02c1\\u02c6-\\u02d1\\u02e0-\\u02e4\\u02ec\\u02ee\\u0370-\\u0374\\u0376\\u0377\\u037a-\\u037d\\u0386\\u0388-\\u038a\\u038c\\u038e-\\u03a1\\u03a3-\\u03f5\\u03f7-\\u0481\\u048a-\\u0527\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u05d0-\\u05ea\\u05f0-\\u05f2\\u0620-\\u064a\\u066e\\u066f\\u0671-\\u06d3\\u06d5\\u06e5\\u06e6\\u06ee\\u06ef\\u06fa-\\u06fc\\u06ff\\u0710\\u0712-\\u072f\\u074d-\\u07a5\\u07b1\\u07ca-\\u07ea\\u07f4\\u07f5\\u07fa\\u0800-\\u0815\\u081a\\u0824\\u0828\\u0840-\\u0858\\u08a0\\u08a2-\\u08ac\\u0904-\\u0939\\u093d\\u0950\\u0958-\\u0961\\u0971-\\u0977\\u0979-\\u097f\\u0985-\\u098c\\u098f\\u0990\\u0993-\\u09a8\\u09aa-\\u09b0\\u09b2\\u09b6-\\u09b9\\u09bd\\u09ce\\u09dc\\u09dd\\u09df-\\u09e1\\u09f0\\u09f1\\u0a05-\\u0a0a\\u0a0f\\u0a10\\u0a13-\\u0a28\\u0a2a-\\u0a30\\u0a32\\u0a33\\u0a35\\u0a36\\u0a38\\u0a39\\u0a59-\\u0a5c\\u0a5e\\u0a72-\\u0a74\\u0a85-\\u0a8d\\u0a8f-\\u0a91\\u0a93-\\u0aa8\\u0aaa-\\u0ab0\\u0ab2\\u0ab3\\u0ab5-\\u0ab9\\u0abd\\u0ad0\\u0ae0\\u0ae1\\u0b05-\\u0b0c\\u0b0f\\u0b10\\u0b13-\\u0b28\\u0b2a-\\u0b30\\u0b32\\u0b33\\u0b35-\\u0b39\\u0b3d\\u0b5c\\u0b5d\\u0b5f-\\u0b61\\u0b71\\u0b83\\u0b85-\\u0b8a\\u0b8e-\\u0b90\\u0b92-\\u0b95\\u0b99\\u0b9a\\u0b9c\\u0b9e\\u0b9f\\u0ba3\\u0ba4\\u0ba8-\\u0baa\\u0bae-\\u0bb9\\u0bd0\\u0c05-\\u0c0c\\u0c0e-\\u0c10\\u0c12-\\u0c28\\u0c2a-\\u0c33\\u0c35-\\u0c39\\u0c3d\\u0c58\\u0c59\\u0c60\\u0c61\\u0c85-\\u0c8c\\u0c8e-\\u0c90\\u0c92-\\u0ca8\\u0caa-\\u0cb3\\u0cb5-\\u0cb9\\u0cbd\\u0cde\\u0ce0\\u0ce1\\u0cf1\\u0cf2\\u0d05-\\u0d0c\\u0d0e-\\u0d10\\u0d12-\\u0d3a\\u0d3d\\u0d4e\\u0d60\\u0d61\\u0d7a-\\u0d7f\\u0d85-\\u0d96\\u0d9a-\\u0db1\\u0db3-\\u0dbb\\u0dbd\\u0dc0-\\u0dc6\\u0e01-\\u0e30\\u0e32\\u0e33\\u0e40-\\u0e46\\u0e81\\u0e82\\u0e84\\u0e87\\u0e88\\u0e8a\\u0e8d\\u0e94-\\u0e97\\u0e99-\\u0e9f\\u0ea1-\\u0ea3\\u0ea5\\u0ea7\\u0eaa\\u0eab\\u0ead-\\u0eb0\\u0eb2\\u0eb3\\u0ebd\\u0ec0-\\u0ec4\\u0ec6\\u0edc-\\u0edf\\u0f00\\u0f40-\\u0f47\\u0f49-\\u0f6c\\u0f88-\\u0f8c\\u1000-\\u102a\\u103f\\u1050-\\u1055\\u105a-\\u105d\\u1061\\u1065\\u1066\\u106e-\\u1070\\u1075-\\u1081\\u108e\\u10a0-\\u10c5\\u10c7\\u10cd\\u10d0-\\u10fa\\u10fc-\\u1248\\u124a-\\u124d\\u1250-\\u1256\\u1258\\u125a-\\u125d\\u1260-\\u1288\\u128a-\\u128d\\u1290-\\u12b0\\u12b2-\\u12b5\\u12b8-\\u12be\\u12c0\\u12c2-\\u12c5\\u12c8-\\u12d6\\u12d8-\\u1310\\u1312-\\u1315\\u1318-\\u135a\\u1380-\\u138f\\u13a0-\\u13f4\\u1401-\\u166c\\u166f-\\u167f\\u1681-\\u169a\\u16a0-\\u16ea\\u16ee-\\u16f0\\u1700-\\u170c\\u170e-\\u1711\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176c\\u176e-\\u1770\\u1780-\\u17b3\\u17d7\\u17dc\\u1820-\\u1877\\u1880-\\u18a8\\u18aa\\u18b0-\\u18f5\\u1900-\\u191c\\u1950-\\u196d\\u1970-\\u1974\\u1980-\\u19ab\\u19c1-\\u19c7\\u1a00-\\u1a16\\u1a20-\\u1a54\\u1aa7\\u1b05-\\u1b33\\u1b45-\\u1b4b\\u1b83-\\u1ba0\\u1bae\\u1baf\\u1bba-\\u1be5\\u1c00-\\u1c23\\u1c4d-\\u1c4f\\u1c5a-\\u1c7d\\u1ce9-\\u1cec\\u1cee-\\u1cf1\\u1cf5\\u1cf6\\u1d00-\\u1dbf\\u1e00-\\u1f15\\u1f18-\\u1f1d\\u1f20-\\u1f45\\u1f48-\\u1f4d\\u1f50-\\u1f57\\u1f59\\u1f5b\\u1f5d\\u1f5f-\\u1f7d\\u1f80-\\u1fb4\\u1fb6-\\u1fbc\\u1fbe\\u1fc2-\\u1fc4\\u1fc6-\\u1fcc\\u1fd0-\\u1fd3\\u1fd6-\\u1fdb\\u1fe0-\\u1fec\\u1ff2-\\u1ff4\\u1ff6-\\u1ffc\\u2071\\u207f\\u2090-\\u209c\\u2102\\u2107\\u210a-\\u2113\\u2115\\u2119-\\u211d\\u2124\\u2126\\u2128\\u212a-\\u212d\\u212f-\\u2139\\u213c-\\u213f\\u2145-\\u2149\\u214e\\u2160-\\u2188\\u2c00-\\u2c2e\\u2c30-\\u2c5e\\u2c60-\\u2ce4\\u2ceb-\\u2cee\\u2cf2\\u2cf3\\u2d00-\\u2d25\\u2d27\\u2d2d\\u2d30-\\u2d67\\u2d6f\\u2d80-\\u2d96\\u2da0-\\u2da6\\u2da8-\\u2dae\\u2db0-\\u2db6\\u2db8-\\u2dbe\\u2dc0-\\u2dc6\\u2dc8-\\u2dce\\u2dd0-\\u2dd6\\u2dd8-\\u2dde\\u2e2f\\u3005-\\u3007\\u3021-\\u3029\\u3031-\\u3035\\u3038-\\u303c\\u3041-\\u3096\\u309d-\\u309f\\u30a1-\\u30fa\\u30fc-\\u30ff\\u3105-\\u312d\\u3131-\\u318e\\u31a0-\\u31ba\\u31f0-\\u31ff\\u3400-\\u4db5\\u4e00-\\u9fcc\\ua000-\\ua48c\\ua4d0-\\ua4fd\\ua500-\\ua60c\\ua610-\\ua61f\\ua62a\\ua62b\\ua640-\\ua66e\\ua67f-\\ua697\\ua6a0-\\ua6ef\\ua717-\\ua71f\\ua722-\\ua788\\ua78b-\\ua78e\\ua790-\\ua793\\ua7a0-\\ua7aa\\ua7f8-\\ua801\\ua803-\\ua805\\ua807-\\ua80a\\ua80c-\\ua822\\ua840-\\ua873\\ua882-\\ua8b3\\ua8f2-\\ua8f7\\ua8fb\\ua90a-\\ua925\\ua930-\\ua946\\ua960-\\ua97c\\ua984-\\ua9b2\\ua9cf\\uaa00-\\uaa28\\uaa40-\\uaa42\\uaa44-\\uaa4b\\uaa60-\\uaa76\\uaa7a\\uaa80-\\uaaaf\\uaab1\\uaab5\\uaab6\\uaab9-\\uaabd\\uaac0\\uaac2\\uaadb-\\uaadd\\uaae0-\\uaaea\\uaaf2-\\uaaf4\\uab01-\\uab06\\uab09-\\uab0e\\uab11-\\uab16\\uab20-\\uab26\\uab28-\\uab2e\\uabc0-\\uabe2\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\uf900-\\ufa6d\\ufa70-\\ufad9\\ufb00-\\ufb06\\ufb13-\\ufb17\\ufb1d\\ufb1f-\\ufb28\\ufb2a-\\ufb36\\ufb38-\\ufb3c\\ufb3e\\ufb40\\ufb41\\ufb43\\ufb44\\ufb46-\\ufbb1\\ufbd3-\\ufd3d\\ufd50-\\ufd8f\\ufd92-\\ufdc7\\ufdf0-\\ufdfb\\ufe70-\\ufe74\\ufe76-\\ufefc\\uff21-\\uff3a\\uff41-\\uff5a\\uff66-\\uffbe\\uffc2-\\uffc7\\uffca-\\uffcf\\uffd2-\\uffd7\\uffda-\\uffdc",m="\\u0300-\\u036f\\u0483-\\u0487\\u0591-\\u05bd\\u05bf\\u05c1\\u05c2\\u05c4\\u05c5\\u05c7\\u0610-\\u061a\\u0620-\\u0649\\u0672-\\u06d3\\u06e7-\\u06e8\\u06fb-\\u06fc\\u0730-\\u074a\\u0800-\\u0814\\u081b-\\u0823\\u0825-\\u0827\\u0829-\\u082d\\u0840-\\u0857\\u08e4-\\u08fe\\u0900-\\u0903\\u093a-\\u093c\\u093e-\\u094f\\u0951-\\u0957\\u0962-\\u0963\\u0966-\\u096f\\u0981-\\u0983\\u09bc\\u09be-\\u09c4\\u09c7\\u09c8\\u09d7\\u09df-\\u09e0\\u0a01-\\u0a03\\u0a3c\\u0a3e-\\u0a42\\u0a47\\u0a48\\u0a4b-\\u0a4d\\u0a51\\u0a66-\\u0a71\\u0a75\\u0a81-\\u0a83\\u0abc\\u0abe-\\u0ac5\\u0ac7-\\u0ac9\\u0acb-\\u0acd\\u0ae2-\\u0ae3\\u0ae6-\\u0aef\\u0b01-\\u0b03\\u0b3c\\u0b3e-\\u0b44\\u0b47\\u0b48\\u0b4b-\\u0b4d\\u0b56\\u0b57\\u0b5f-\\u0b60\\u0b66-\\u0b6f\\u0b82\\u0bbe-\\u0bc2\\u0bc6-\\u0bc8\\u0bca-\\u0bcd\\u0bd7\\u0be6-\\u0bef\\u0c01-\\u0c03\\u0c46-\\u0c48\\u0c4a-\\u0c4d\\u0c55\\u0c56\\u0c62-\\u0c63\\u0c66-\\u0c6f\\u0c82\\u0c83\\u0cbc\\u0cbe-\\u0cc4\\u0cc6-\\u0cc8\\u0cca-\\u0ccd\\u0cd5\\u0cd6\\u0ce2-\\u0ce3\\u0ce6-\\u0cef\\u0d02\\u0d03\\u0d46-\\u0d48\\u0d57\\u0d62-\\u0d63\\u0d66-\\u0d6f\\u0d82\\u0d83\\u0dca\\u0dcf-\\u0dd4\\u0dd6\\u0dd8-\\u0ddf\\u0df2\\u0df3\\u0e34-\\u0e3a\\u0e40-\\u0e45\\u0e50-\\u0e59\\u0eb4-\\u0eb9\\u0ec8-\\u0ecd\\u0ed0-\\u0ed9\\u0f18\\u0f19\\u0f20-\\u0f29\\u0f35\\u0f37\\u0f39\\u0f41-\\u0f47\\u0f71-\\u0f84\\u0f86-\\u0f87\\u0f8d-\\u0f97\\u0f99-\\u0fbc\\u0fc6\\u1000-\\u1029\\u1040-\\u1049\\u1067-\\u106d\\u1071-\\u1074\\u1082-\\u108d\\u108f-\\u109d\\u135d-\\u135f\\u170e-\\u1710\\u1720-\\u1730\\u1740-\\u1750\\u1772\\u1773\\u1780-\\u17b2\\u17dd\\u17e0-\\u17e9\\u180b-\\u180d\\u1810-\\u1819\\u1920-\\u192b\\u1930-\\u193b\\u1951-\\u196d\\u19b0-\\u19c0\\u19c8-\\u19c9\\u19d0-\\u19d9\\u1a00-\\u1a15\\u1a20-\\u1a53\\u1a60-\\u1a7c\\u1a7f-\\u1a89\\u1a90-\\u1a99\\u1b46-\\u1b4b\\u1b50-\\u1b59\\u1b6b-\\u1b73\\u1bb0-\\u1bb9\\u1be6-\\u1bf3\\u1c00-\\u1c22\\u1c40-\\u1c49\\u1c5b-\\u1c7d\\u1cd0-\\u1cd2\\u1d00-\\u1dbe\\u1e01-\\u1f15\\u200c\\u200d\\u203f\\u2040\\u2054\\u20d0-\\u20dc\\u20e1\\u20e5-\\u20f0\\u2d81-\\u2d96\\u2de0-\\u2dff\\u3021-\\u3028\\u3099\\u309a\\ua640-\\ua66d\\ua674-\\ua67d\\ua69f\\ua6f0-\\ua6f1\\ua7f8-\\ua800\\ua806\\ua80b\\ua823-\\ua827\\ua880-\\ua881\\ua8b4-\\ua8c4\\ua8d0-\\ua8d9\\ua8f3-\\ua8f7\\ua900-\\ua909\\ua926-\\ua92d\\ua930-\\ua945\\ua980-\\ua983\\ua9b3-\\ua9c0\\uaa00-\\uaa27\\uaa40-\\uaa41\\uaa4c-\\uaa4d\\uaa50-\\uaa59\\uaa7b\\uaae0-\\uaae9\\uaaf2-\\uaaf3\\uabc0-\\uabe1\\uabec\\uabed\\uabf0-\\uabf9\\ufb20-\\ufb28\\ufe00-\\ufe0f\\ufe20-\\ufe26\\ufe33\\ufe34\\ufe4d-\\ufe4f\\uff10-\\uff19\\uff3f",b="\\\\u[0-9a-fA-F]{4}|\\\\u\\{[0-9a-fA-F]+\\}",S="(?:"+b+"|["+x+y+"])",k="(?:"+b+"|["+p+y+m+"])*";a.identifier=new RegExp(S+k,"g"),a.identifierStart=new RegExp(S),a.identifierMatch=new RegExp("(?:"+b+"|["+p+y+m+"])+");var R=/[\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff]/;a.newline=/[\n\r\u2028\u2029]/,a.lineBreak=new RegExp(`\r
|`+a.newline.source),a.allLineBreaks=new RegExp(a.lineBreak.source,"g")},function(u,a,x){var p=x(6).Options,y=["before-newline","after-newline","preserve-newline"];function m(b){p.call(this,b,"js");var S=this.raw_options.brace_style||null;S==="expand-strict"?this.raw_options.brace_style="expand":S==="collapse-preserve-inline"?this.raw_options.brace_style="collapse,preserve-inline":this.raw_options.braces_on_own_line!==void 0&&(this.raw_options.brace_style=this.raw_options.braces_on_own_line?"expand":"collapse");var k=this._get_selection_list("brace_style",["collapse","expand","end-expand","none","preserve-inline"]);this.brace_preserve_inline=!1,this.brace_style="collapse";for(var R=0;R<k.length;R++)k[R]==="preserve-inline"?this.brace_preserve_inline=!0:this.brace_style=k[R];this.unindent_chained_methods=this._get_boolean("unindent_chained_methods"),this.break_chained_methods=this._get_boolean("break_chained_methods"),this.space_in_paren=this._get_boolean("space_in_paren"),this.space_in_empty_paren=this._get_boolean("space_in_empty_paren"),this.jslint_happy=this._get_boolean("jslint_happy"),this.space_after_anon_function=this._get_boolean("space_after_anon_function"),this.space_after_named_function=this._get_boolean("space_after_named_function"),this.keep_array_indentation=this._get_boolean("keep_array_indentation"),this.space_before_conditional=this._get_boolean("space_before_conditional",!0),this.unescape_strings=this._get_boolean("unescape_strings"),this.e4x=this._get_boolean("e4x"),this.comma_first=this._get_boolean("comma_first"),this.operator_position=this._get_selection("operator_position",y),this.test_output_raw=this._get_boolean("test_output_raw"),this.jslint_happy&&(this.space_after_anon_function=!0)}m.prototype=new p,u.exports.Options=m},function(u){function a(y,m){this.raw_options=x(y,m),this.disabled=this._get_boolean("disabled"),this.eol=this._get_characters("eol","auto"),this.end_with_newline=this._get_boolean("end_with_newline"),this.indent_size=this._get_number("indent_size",4),this.indent_char=this._get_characters("indent_char"," "),this.indent_level=this._get_number("indent_level"),this.preserve_newlines=this._get_boolean("preserve_newlines",!0),this.max_preserve_newlines=this._get_number("max_preserve_newlines",32786),this.preserve_newlines||(this.max_preserve_newlines=0),this.indent_with_tabs=this._get_boolean("indent_with_tabs",this.indent_char===" "),this.indent_with_tabs&&(this.indent_char=" ",this.indent_size===1&&(this.indent_size=4)),this.wrap_line_length=this._get_number("wrap_line_length",this._get_number("max_char")),this.indent_empty_lines=this._get_boolean("indent_empty_lines"),this.templating=this._get_selection_list("templating",["auto","none","angular","django","erb","handlebars","php","smarty"],["auto"])}a.prototype._get_array=function(y,m){var b=this.raw_options[y],S=m||[];return typeof b=="object"?b!==null&&typeof b.concat=="function"&&(S=b.concat()):typeof b=="string"&&(S=b.split(/[^a-zA-Z0-9_\/\-]+/)),S},a.prototype._get_boolean=function(y,m){var b=this.raw_options[y],S=b===void 0?!!m:!!b;return S},a.prototype._get_characters=function(y,m){var b=this.raw_options[y],S=m||"";return typeof b=="string"&&(S=b.replace(/\\r/,"\r").replace(/\\n/,`
`).replace(/\\t/," ")),S},a.prototype._get_number=function(y,m){var b=this.raw_options[y];m=parseInt(m,10),isNaN(m)&&(m=0);var S=parseInt(b,10);return isNaN(S)&&(S=m),S},a.prototype._get_selection=function(y,m,b){var S=this._get_selection_list(y,m,b);if(S.length!==1)throw new Error("Invalid Option Value: The option '"+y+`' can only be one of the following values:
`+m+`
You passed in: '`+this.raw_options[y]+"'");return S[0]},a.prototype._get_selection_list=function(y,m,b){if(!m||m.length===0)throw new Error("Selection list cannot be empty.");if(b=b||[m[0]],!this._is_valid_selection(b,m))throw new Error("Invalid Default Value!");var S=this._get_array(y,b);if(!this._is_valid_selection(S,m))throw new Error("Invalid Option Value: The option '"+y+`' can contain only the following values:
`+m+`
You passed in: '`+this.raw_options[y]+"'");return S},a.prototype._is_valid_selection=function(y,m){return y.length&&m.length&&!y.some(function(b){return m.indexOf(b)===-1})};function x(y,m){var b={};y=p(y);var S;for(S in y)S!==m&&(b[S]=y[S]);if(m&&y[m])for(S in y[m])b[S]=y[m][S];return b}function p(y){var m={},b;for(b in y){var S=b.replace(/-/g,"_");m[S]=y[b]}return m}u.exports.Options=a,u.exports.normalizeOpts=p,u.exports.mergeOpts=x},function(u,a,x){var p=x(8).InputScanner,y=x(9).Tokenizer,m=x(9).TOKEN,b=x(13).Directives,S=x(4),k=x(12).Pattern,R=x(14).TemplatablePattern;function A(ee,q){return q.indexOf(ee)!==-1}var O={START_EXPR:"TK_START_EXPR",END_EXPR:"TK_END_EXPR",START_BLOCK:"TK_START_BLOCK",END_BLOCK:"TK_END_BLOCK",WORD:"TK_WORD",RESERVED:"TK_RESERVED",SEMICOLON:"TK_SEMICOLON",STRING:"TK_STRING",EQUALS:"TK_EQUALS",OPERATOR:"TK_OPERATOR",COMMA:"TK_COMMA",BLOCK_COMMENT:"TK_BLOCK_COMMENT",COMMENT:"TK_COMMENT",DOT:"TK_DOT",UNKNOWN:"TK_UNKNOWN",START:m.START,RAW:m.RAW,EOF:m.EOF},M=new b(/\/\*/,/\*\//),B=/0[xX][0123456789abcdefABCDEF_]*n?|0[oO][01234567_]*n?|0[bB][01_]*n?|\d[\d_]*n|(?:\.\d[\d_]*|\d[\d_]*\.?[\d_]*)(?:[eE][+-]?[\d_]+)?/,U=/[0-9]/,X=/[^\d\.]/,G=">>> === !== &&= ??= ||= << && >= ** != == <= >> || ?? |> < / - + > : & % ? ^ | *".split(" "),V=">>>= ... >>= <<= === >>> !== **= &&= ??= ||= => ^= :: /= << <= == && -= >= >> != -- += ** || ?? ++ %= &= *= |= |> = ! ? > < : / ^ - + * & % ~ |";V=V.replace(/[-[\]{}()*+?.,\\^$|#]/g,"\\$&"),V="\\?\\.(?!\\d) "+V,V=V.replace(/ /g,"|");var ae=new RegExp(V),ie="continue,try,throw,return,var,let,const,if,switch,case,default,for,while,break,function,import,export".split(","),ue=ie.concat(["do","in","of","else","get","set","new","catch","finally","typeof","yield","async","await","from","as","class","extends"]),Q=new RegExp("^(?:"+ue.join("|")+")$"),J,K=function(ee,q){y.call(this,ee,q),this._patterns.whitespace=this._patterns.whitespace.matching(/\u00A0\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff/.source,/\u2028\u2029/.source);var le=new k(this._input),Z=new R(this._input).read_options(this._options);this.__patterns={template:Z,identifier:Z.starting_with(S.identifier).matching(S.identifierMatch),number:le.matching(B),punct:le.matching(ae),comment:le.starting_with(/\/\//).until(/[\n\r\u2028\u2029]/),block_comment:le.starting_with(/\/\*/).until_after(/\*\//),html_comment_start:le.matching(/<!--/),html_comment_end:le.matching(/-->/),include:le.starting_with(/#include/).until_after(S.lineBreak),shebang:le.starting_with(/#!/).until_after(S.lineBreak),xml:le.matching(/[\s\S]*?<(\/?)([-a-zA-Z:0-9_.]+|{[^}]+?}|!\[CDATA\[[^\]]*?\]\]|)(\s*{[^}]+?}|\s+[-a-zA-Z:0-9_.]+|\s+[-a-zA-Z:0-9_.]+\s*=\s*('[^']*'|"[^"]*"|{([^{}]|{[^}]+?})+?}))*\s*(\/?)\s*>/),single_quote:Z.until(/['\\\n\r\u2028\u2029]/),double_quote:Z.until(/["\\\n\r\u2028\u2029]/),template_text:Z.until(/[`\\$]/),template_expression:Z.until(/[`}\\]/)}};K.prototype=new y,K.prototype._is_comment=function(ee){return ee.type===O.COMMENT||ee.type===O.BLOCK_COMMENT||ee.type===O.UNKNOWN},K.prototype._is_opening=function(ee){return ee.type===O.START_BLOCK||ee.type===O.START_EXPR},K.prototype._is_closing=function(ee,q){return(ee.type===O.END_BLOCK||ee.type===O.END_EXPR)&&q&&(ee.text==="]"&&q.text==="["||ee.text===")"&&q.text==="("||ee.text==="}"&&q.text==="{")},K.prototype._reset=function(){J=!1},K.prototype._get_next_token=function(ee,q){var le=null;this._readWhitespace();var Z=this._input.peek();return Z===null?this._create_token(O.EOF,""):(le=le||this._read_non_javascript(Z),le=le||this._read_string(Z),le=le||this._read_pair(Z,this._input.peek(1)),le=le||this._read_word(ee),le=le||this._read_singles(Z),le=le||this._read_comment(Z),le=le||this._read_regexp(Z,ee),le=le||this._read_xml(Z,ee),le=le||this._read_punctuation(),le=le||this._create_token(O.UNKNOWN,this._input.next()),le)},K.prototype._read_word=function(ee){var q;if(q=this.__patterns.identifier.read(),q!=="")return q=q.replace(S.allLineBreaks,`
`),!(ee.type===O.DOT||ee.type===O.RESERVED&&(ee.text==="set"||ee.text==="get"))&&Q.test(q)?(q==="in"||q==="of")&&(ee.type===O.WORD||ee.type===O.STRING)?this._create_token(O.OPERATOR,q):this._create_token(O.RESERVED,q):this._create_token(O.WORD,q);if(q=this.__patterns.number.read(),q!=="")return this._create_token(O.WORD,q)},K.prototype._read_singles=function(ee){var q=null;return ee==="("||ee==="["?q=this._create_token(O.START_EXPR,ee):ee===")"||ee==="]"?q=this._create_token(O.END_EXPR,ee):ee==="{"?q=this._create_token(O.START_BLOCK,ee):ee==="}"?q=this._create_token(O.END_BLOCK,ee):ee===";"?q=this._create_token(O.SEMICOLON,ee):ee==="."&&X.test(this._input.peek(1))?q=this._create_token(O.DOT,ee):ee===","&&(q=this._create_token(O.COMMA,ee)),q&&this._input.next(),q},K.prototype._read_pair=function(ee,q){var le=null;return ee==="#"&&q==="{"&&(le=this._create_token(O.START_BLOCK,ee+q)),le&&(this._input.next(),this._input.next()),le},K.prototype._read_punctuation=function(){var ee=this.__patterns.punct.read();if(ee!=="")return ee==="="?this._create_token(O.EQUALS,ee):ee==="?."?this._create_token(O.DOT,ee):this._create_token(O.OPERATOR,ee)},K.prototype._read_non_javascript=function(ee){var q="";if(ee==="#"){if(this._is_first_token()&&(q=this.__patterns.shebang.read(),q))return this._create_token(O.UNKNOWN,q.trim()+`
`);if(q=this.__patterns.include.read(),q)return this._create_token(O.UNKNOWN,q.trim()+`
`);ee=this._input.next();var le="#";if(this._input.hasNext()&&this._input.testChar(U)){do ee=this._input.next(),le+=ee;while(this._input.hasNext()&&ee!=="#"&&ee!=="=");return ee==="#"||(this._input.peek()==="["&&this._input.peek(1)==="]"?(le+="[]",this._input.next(),this._input.next()):this._input.peek()==="{"&&this._input.peek(1)==="}"&&(le+="{}",this._input.next(),this._input.next())),this._create_token(O.WORD,le)}this._input.back()}else if(ee==="<"&&this._is_first_token()){if(q=this.__patterns.html_comment_start.read(),q){for(;this._input.hasNext()&&!this._input.testChar(S.newline);)q+=this._input.next();return J=!0,this._create_token(O.COMMENT,q)}}else if(J&&ee==="-"&&(q=this.__patterns.html_comment_end.read(),q))return J=!1,this._create_token(O.COMMENT,q);return null},K.prototype._read_comment=function(ee){var q=null;if(ee==="/"){var le="";if(this._input.peek(1)==="*"){le=this.__patterns.block_comment.read();var Z=M.get_directives(le);Z&&Z.ignore==="start"&&(le+=M.readIgnored(this._input)),le=le.replace(S.allLineBreaks,`
`),q=this._create_token(O.BLOCK_COMMENT,le),q.directives=Z}else this._input.peek(1)==="/"&&(le=this.__patterns.comment.read(),q=this._create_token(O.COMMENT,le))}return q},K.prototype._read_string=function(ee){if(ee==="`"||ee==="'"||ee==='"'){var q=this._input.next();return this.has_char_escapes=!1,ee==="`"?q+=this._read_string_recursive("`",!0,"${"):q+=this._read_string_recursive(ee),this.has_char_escapes&&this._options.unescape_strings&&(q=oe(q)),this._input.peek()===ee&&(q+=this._input.next()),q=q.replace(S.allLineBreaks,`
`),this._create_token(O.STRING,q)}return null},K.prototype._allow_regexp_or_xml=function(ee){return ee.type===O.RESERVED&&A(ee.text,["return","case","throw","else","do","typeof","yield"])||ee.type===O.END_EXPR&&ee.text===")"&&ee.opened.previous.type===O.RESERVED&&A(ee.opened.previous.text,["if","while","for"])||A(ee.type,[O.COMMENT,O.START_EXPR,O.START_BLOCK,O.START,O.END_BLOCK,O.OPERATOR,O.EQUALS,O.EOF,O.SEMICOLON,O.COMMA])},K.prototype._read_regexp=function(ee,q){if(ee==="/"&&this._allow_regexp_or_xml(q)){for(var le=this._input.next(),Z=!1,j=!1;this._input.hasNext()&&(Z||j||this._input.peek()!==ee)&&!this._input.testChar(S.newline);)le+=this._input.peek(),Z?Z=!1:(Z=this._input.peek()==="\\",this._input.peek()==="["?j=!0:this._input.peek()==="]"&&(j=!1)),this._input.next();return this._input.peek()===ee&&(le+=this._input.next(),le+=this._input.read(S.identifier)),this._create_token(O.STRING,le)}return null},K.prototype._read_xml=function(ee,q){if(this._options.e4x&&ee==="<"&&this._allow_regexp_or_xml(q)){var le="",Z=this.__patterns.xml.read_match();if(Z){for(var j=Z[2].replace(/^{\s+/,"{").replace(/\s+}$/,"}"),se=j.indexOf("{")===0,me=0;Z;){var Oe=!!Z[1],ke=Z[2],$e=!!Z[Z.length-1]||ke.slice(0,8)==="![CDATA[";if(!$e&&(ke===j||se&&ke.replace(/^{\s+/,"{").replace(/\s+}$/,"}"))&&(Oe?--me:++me),le+=Z[0],me<=0)break;Z=this.__patterns.xml.read_match()}return Z||(le+=this._input.match(/[\s\S]*/g)[0]),le=le.replace(S.allLineBreaks,`
`),this._create_token(O.STRING,le)}}return null};function oe(ee){for(var q="",le=0,Z=new p(ee),j=null;Z.hasNext();)if(j=Z.match(/([\s]|[^\\]|\\\\)+/g),j&&(q+=j[0]),Z.peek()==="\\"){if(Z.next(),Z.peek()==="x")j=Z.match(/x([0-9A-Fa-f]{2})/g);else if(Z.peek()==="u")j=Z.match(/u([0-9A-Fa-f]{4})/g),j||(j=Z.match(/u\{([0-9A-Fa-f]+)\}/g));else{q+="\\",Z.hasNext()&&(q+=Z.next());continue}if(!j||(le=parseInt(j[1],16),le>126&&le<=255&&j[0].indexOf("x")===0))return ee;le>=0&&le<32||le>1114111?q+="\\"+j[0]:le===34||le===39||le===92?q+="\\"+String.fromCharCode(le):q+=String.fromCharCode(le)}return q}K.prototype._read_string_recursive=function(ee,q,le){var Z,j;ee==="'"?j=this.__patterns.single_quote:ee==='"'?j=this.__patterns.double_quote:ee==="`"?j=this.__patterns.template_text:ee==="}"&&(j=this.__patterns.template_expression);for(var se=j.read(),me="";this._input.hasNext();){if(me=this._input.next(),me===ee||!q&&S.newline.test(me)){this._input.back();break}else me==="\\"&&this._input.hasNext()?(Z=this._input.peek(),Z==="x"||Z==="u"?this.has_char_escapes=!0:Z==="\r"&&this._input.peek(1)===`
`&&this._input.next(),me+=this._input.next()):le&&(le==="${"&&me==="$"&&this._input.peek()==="{"&&(me+=this._input.next()),le===me&&(ee==="`"?me+=this._read_string_recursive("}",q,"`"):me+=this._read_string_recursive("`",q,"${"),this._input.hasNext()&&(me+=this._input.next())));me+=j.read(),se+=me}return se},u.exports.Tokenizer=K,u.exports.TOKEN=O,u.exports.positionable_operators=G.slice(),u.exports.line_starters=ie.slice()},function(u){var a=RegExp.prototype.hasOwnProperty("sticky");function x(p){this.__input=p||"",this.__input_length=this.__input.length,this.__position=0}x.prototype.restart=function(){this.__position=0},x.prototype.back=function(){this.__position>0&&(this.__position-=1)},x.prototype.hasNext=function(){return this.__position<this.__input_length},x.prototype.next=function(){var p=null;return this.hasNext()&&(p=this.__input.charAt(this.__position),this.__position+=1),p},x.prototype.peek=function(p){var y=null;return p=p||0,p+=this.__position,p>=0&&p<this.__input_length&&(y=this.__input.charAt(p)),y},x.prototype.__match=function(p,y){p.lastIndex=y;var m=p.exec(this.__input);return m&&!(a&&p.sticky)&&m.index!==y&&(m=null),m},x.prototype.test=function(p,y){return y=y||0,y+=this.__position,y>=0&&y<this.__input_length?!!this.__match(p,y):!1},x.prototype.testChar=function(p,y){var m=this.peek(y);return p.lastIndex=0,m!==null&&p.test(m)},x.prototype.match=function(p){var y=this.__match(p,this.__position);return y?this.__position+=y[0].length:y=null,y},x.prototype.read=function(p,y,m){var b="",S;return p&&(S=this.match(p),S&&(b+=S[0])),y&&(S||!p)&&(b+=this.readUntil(y,m)),b},x.prototype.readUntil=function(p,y){var m="",b=this.__position;p.lastIndex=this.__position;var S=p.exec(this.__input);return S?(b=S.index,y&&(b+=S[0].length)):b=this.__input_length,m=this.__input.substring(this.__position,b),this.__position=b,m},x.prototype.readUntilAfter=function(p){return this.readUntil(p,!0)},x.prototype.get_regexp=function(p,y){var m=null,b="g";return y&&a&&(b="y"),typeof p=="string"&&p!==""?m=new RegExp(p,b):p&&(m=new RegExp(p.source,b)),m},x.prototype.get_literal_regexp=function(p){return RegExp(p.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"))},x.prototype.peekUntilAfter=function(p){var y=this.__position,m=this.readUntilAfter(p);return this.__position=y,m},x.prototype.lookBack=function(p){var y=this.__position-1;return y>=p.length&&this.__input.substring(y-p.length,y).toLowerCase()===p},u.exports.InputScanner=x},function(u,a,x){var p=x(8).InputScanner,y=x(3).Token,m=x(10).TokenStream,b=x(11).WhitespacePattern,S={START:"TK_START",RAW:"TK_RAW",EOF:"TK_EOF"},k=function(R,A){this._input=new p(R),this._options=A||{},this.__tokens=null,this._patterns={},this._patterns.whitespace=new b(this._input)};k.prototype.tokenize=function(){this._input.restart(),this.__tokens=new m,this._reset();for(var R,A=new y(S.START,""),O=null,M=[],B=new m;A.type!==S.EOF;){for(R=this._get_next_token(A,O);this._is_comment(R);)B.add(R),R=this._get_next_token(A,O);B.isEmpty()||(R.comments_before=B,B=new m),R.parent=O,this._is_opening(R)?(M.push(O),O=R):O&&this._is_closing(R,O)&&(R.opened=O,O.closed=R,O=M.pop(),R.parent=O),R.previous=A,A.next=R,this.__tokens.add(R),A=R}return this.__tokens},k.prototype._is_first_token=function(){return this.__tokens.isEmpty()},k.prototype._reset=function(){},k.prototype._get_next_token=function(R,A){this._readWhitespace();var O=this._input.read(/.+/g);return O?this._create_token(S.RAW,O):this._create_token(S.EOF,"")},k.prototype._is_comment=function(R){return!1},k.prototype._is_opening=function(R){return!1},k.prototype._is_closing=function(R,A){return!1},k.prototype._create_token=function(R,A){var O=new y(R,A,this._patterns.whitespace.newline_count,this._patterns.whitespace.whitespace_before_token);return O},k.prototype._readWhitespace=function(){return this._patterns.whitespace.read()},u.exports.Tokenizer=k,u.exports.TOKEN=S},function(u){function a(x){this.__tokens=[],this.__tokens_length=this.__tokens.length,this.__position=0,this.__parent_token=x}a.prototype.restart=function(){this.__position=0},a.prototype.isEmpty=function(){return this.__tokens_length===0},a.prototype.hasNext=function(){return this.__position<this.__tokens_length},a.prototype.next=function(){var x=null;return this.hasNext()&&(x=this.__tokens[this.__position],this.__position+=1),x},a.prototype.peek=function(x){var p=null;return x=x||0,x+=this.__position,x>=0&&x<this.__tokens_length&&(p=this.__tokens[x]),p},a.prototype.add=function(x){this.__parent_token&&(x.parent=this.__parent_token),this.__tokens.push(x),this.__tokens_length+=1},u.exports.TokenStream=a},function(u,a,x){var p=x(12).Pattern;function y(m,b){p.call(this,m,b),b?this._line_regexp=this._input.get_regexp(b._line_regexp):this.__set_whitespace_patterns("",""),this.newline_count=0,this.whitespace_before_token=""}y.prototype=new p,y.prototype.__set_whitespace_patterns=function(m,b){m+="\\t ",b+="\\n\\r",this._match_pattern=this._input.get_regexp("["+m+b+"]+",!0),this._newline_regexp=this._input.get_regexp("\\r\\n|["+b+"]")},y.prototype.read=function(){this.newline_count=0,this.whitespace_before_token="";var m=this._input.read(this._match_pattern);if(m===" ")this.whitespace_before_token=" ";else if(m){var b=this.__split(this._newline_regexp,m);this.newline_count=b.length-1,this.whitespace_before_token=b[this.newline_count]}return m},y.prototype.matching=function(m,b){var S=this._create();return S.__set_whitespace_patterns(m,b),S._update(),S},y.prototype._create=function(){return new y(this._input,this)},y.prototype.__split=function(m,b){m.lastIndex=0;for(var S=0,k=[],R=m.exec(b);R;)k.push(b.substring(S,R.index)),S=R.index+R[0].length,R=m.exec(b);return S<b.length?k.push(b.substring(S,b.length)):k.push(""),k},u.exports.WhitespacePattern=y},function(u){function a(x,p){this._input=x,this._starting_pattern=null,this._match_pattern=null,this._until_pattern=null,this._until_after=!1,p&&(this._starting_pattern=this._input.get_regexp(p._starting_pattern,!0),this._match_pattern=this._input.get_regexp(p._match_pattern,!0),this._until_pattern=this._input.get_regexp(p._until_pattern),this._until_after=p._until_after)}a.prototype.read=function(){var x=this._input.read(this._starting_pattern);return(!this._starting_pattern||x)&&(x+=this._input.read(this._match_pattern,this._until_pattern,this._until_after)),x},a.prototype.read_match=function(){return this._input.match(this._match_pattern)},a.prototype.until_after=function(x){var p=this._create();return p._until_after=!0,p._until_pattern=this._input.get_regexp(x),p._update(),p},a.prototype.until=function(x){var p=this._create();return p._until_after=!1,p._until_pattern=this._input.get_regexp(x),p._update(),p},a.prototype.starting_with=function(x){var p=this._create();return p._starting_pattern=this._input.get_regexp(x,!0),p._update(),p},a.prototype.matching=function(x){var p=this._create();return p._match_pattern=this._input.get_regexp(x,!0),p._update(),p},a.prototype._create=function(){return new a(this._input,this)},a.prototype._update=function(){},u.exports.Pattern=a},function(u){function a(x,p){x=typeof x=="string"?x:x.source,p=typeof p=="string"?p:p.source,this.__directives_block_pattern=new RegExp(x+/ beautify( \w+[:]\w+)+ /.source+p,"g"),this.__directive_pattern=/ (\w+)[:](\w+)/g,this.__directives_end_ignore_pattern=new RegExp(x+/\sbeautify\signore:end\s/.source+p,"g")}a.prototype.get_directives=function(x){if(!x.match(this.__directives_block_pattern))return null;var p={};this.__directive_pattern.lastIndex=0;for(var y=this.__directive_pattern.exec(x);y;)p[y[1]]=y[2],y=this.__directive_pattern.exec(x);return p},a.prototype.readIgnored=function(x){return x.readUntilAfter(this.__directives_end_ignore_pattern)},u.exports.Directives=a},function(u,a,x){var p=x(12).Pattern,y={django:!1,erb:!1,handlebars:!1,php:!1,smarty:!1,angular:!1};function m(b,S){p.call(this,b,S),this.__template_pattern=null,this._disabled=Object.assign({},y),this._excluded=Object.assign({},y),S&&(this.__template_pattern=this._input.get_regexp(S.__template_pattern),this._excluded=Object.assign(this._excluded,S._excluded),this._disabled=Object.assign(this._disabled,S._disabled));var k=new p(b);this.__patterns={handlebars_comment:k.starting_with(/{{!--/).until_after(/--}}/),handlebars_unescaped:k.starting_with(/{{{/).until_after(/}}}/),handlebars:k.starting_with(/{{/).until_after(/}}/),php:k.starting_with(/<\?(?:[= ]|php)/).until_after(/\?>/),erb:k.starting_with(/<%[^%]/).until_after(/[^%]%>/),django:k.starting_with(/{%/).until_after(/%}/),django_value:k.starting_with(/{{/).until_after(/}}/),django_comment:k.starting_with(/{#/).until_after(/#}/),smarty:k.starting_with(/{(?=[^}{\s\n])/).until_after(/[^\s\n]}/),smarty_comment:k.starting_with(/{\*/).until_after(/\*}/),smarty_literal:k.starting_with(/{literal}/).until_after(/{\/literal}/)}}m.prototype=new p,m.prototype._create=function(){return new m(this._input,this)},m.prototype._update=function(){this.__set_templated_pattern()},m.prototype.disable=function(b){var S=this._create();return S._disabled[b]=!0,S._update(),S},m.prototype.read_options=function(b){var S=this._create();for(var k in y)S._disabled[k]=b.templating.indexOf(k)===-1;return S._update(),S},m.prototype.exclude=function(b){var S=this._create();return S._excluded[b]=!0,S._update(),S},m.prototype.read=function(){var b="";this._match_pattern?b=this._input.read(this._starting_pattern):b=this._input.read(this._starting_pattern,this.__template_pattern);for(var S=this._read_template();S;)this._match_pattern?S+=this._input.read(this._match_pattern):S+=this._input.readUntil(this.__template_pattern),b+=S,S=this._read_template();return this._until_after&&(b+=this._input.readUntilAfter(this._until_pattern)),b},m.prototype.__set_templated_pattern=function(){var b=[];this._disabled.php||b.push(this.__patterns.php._starting_pattern.source),this._disabled.handlebars||b.push(this.__patterns.handlebars._starting_pattern.source),this._disabled.angular||b.push(this.__patterns.handlebars._starting_pattern.source),this._disabled.erb||b.push(this.__patterns.erb._starting_pattern.source),this._disabled.django||(b.push(this.__patterns.django._starting_pattern.source),b.push(this.__patterns.django_value._starting_pattern.source),b.push(this.__patterns.django_comment._starting_pattern.source)),this._disabled.smarty||b.push(this.__patterns.smarty._starting_pattern.source),this._until_pattern&&b.push(this._until_pattern.source),this.__template_pattern=this._input.get_regexp("(?:"+b.join("|")+")")},m.prototype._read_template=function(){var b="",S=this._input.peek();if(S==="<"){var k=this._input.peek(1);!this._disabled.php&&!this._excluded.php&&k==="?"&&(b=b||this.__patterns.php.read()),!this._disabled.erb&&!this._excluded.erb&&k==="%"&&(b=b||this.__patterns.erb.read())}else S==="{"&&(!this._disabled.handlebars&&!this._excluded.handlebars&&(b=b||this.__patterns.handlebars_comment.read(),b=b||this.__patterns.handlebars_unescaped.read(),b=b||this.__patterns.handlebars.read()),this._disabled.django||(!this._excluded.django&&!this._excluded.handlebars&&(b=b||this.__patterns.django_value.read()),this._excluded.django||(b=b||this.__patterns.django_comment.read(),b=b||this.__patterns.django.read())),this._disabled.smarty||this._disabled.django&&this._disabled.handlebars&&(b=b||this.__patterns.smarty_comment.read(),b=b||this.__patterns.smarty_literal.read(),b=b||this.__patterns.smarty.read()));return b},u.exports.TemplatablePattern=m}],f={};function o(u){var a=f[u];if(a!==void 0)return a.exports;var x=f[u]={exports:{}};return c[u](x,x.exports,o),x.exports}var h=o(0);i=h})();var l=i;e=[],r=function(){return{js_beautify:l}}.apply(_,e),r!==void 0&&(d.exports=r)})()},15342:function(d){(function(e,r){d.exports=r()})(typeof self!="undefined"?self:this,function(){return function(_){var e={};function r(i){if(e[i])return e[i].exports;var l=e[i]={i,l:!1,exports:{}};return _[i].call(l.exports,l,l.exports,r),l.l=!0,l.exports}return r.m=_,r.c=e,r.d=function(i,l,c){r.o(i,l)||Object.defineProperty(i,l,{enumerable:!0,get:c})},r.r=function(i){typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(i,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(i,"__esModule",{value:!0})},r.t=function(i,l){if(l&1&&(i=r(i)),l&8||l&4&&typeof i=="object"&&i&&i.__esModule)return i;var c=Object.create(null);if(r.r(c),Object.defineProperty(c,"default",{enumerable:!0,value:i}),l&2&&typeof i!="string")for(var f in i)r.d(c,f,function(o){return i[o]}.bind(null,f));return c},r.n=function(i){var l=i&&i.__esModule?function(){return i.default}:function(){return i};return r.d(l,"a",l),l},r.o=function(i,l){return Object.prototype.hasOwnProperty.call(i,l)},r.p="",r(r.s=1)}([function(_,e,r){},function(_,e,r){"use strict";r.r(e);var i=r(0),l=function(){function Ke($,Y,ne){this.lexer=void 0,this.start=void 0,this.end=void 0,this.lexer=$,this.start=Y,this.end=ne}return Ke.range=function(Y,ne){return ne?!Y||!Y.loc||!ne.loc||Y.loc.lexer!==ne.loc.lexer?null:new Ke(Y.loc.lexer,Y.loc.start,ne.loc.end):Y&&Y.loc},Ke}(),c=function(){function Ke(Y,ne){this.text=void 0,this.loc=void 0,this.text=Y,this.loc=ne}var $=Ke.prototype;return $.range=function(ne,he){return new Ke(he,l.range(this,ne))},Ke}(),f=function Ke($,Y){this.position=void 0;var ne="KaTeX parse error: "+$,he,Ce=Y&&Y.loc;if(Ce&&Ce.start<=Ce.end){var Ve=Ce.lexer.input;he=Ce.start;var Tt=Ce.end;he===Ve.length?ne+=" at end of input: ":ne+=" at position "+(he+1)+": ";var Bt=Ve.slice(he,Tt).replace(/[^]/g,"$&\u0332"),ar;he>15?ar="\u2026"+Ve.slice(he-15,he):ar=Ve.slice(0,he);var wr;Tt+15<Ve.length?wr=Ve.slice(Tt,Tt+15)+"\u2026":wr=Ve.slice(Tt),ne+=ar+Bt+wr}var Ut=new Error(ne);return Ut.name="ParseError",Ut.__proto__=Ke.prototype,Ut.position=he,Ut};f.prototype.__proto__=Error.prototype;var o=f,h=function($,Y){return $.indexOf(Y)!==-1},u=function($,Y){return $===void 0?Y:$},a=/([A-Z])/g,x=function($){return $.replace(a,"-$1").toLowerCase()},p={"&":"&amp;",">":"&gt;","<":"&lt;",'"':"&quot;","'":"&#x27;"},y=/[&><"']/g;function m(Ke){return String(Ke).replace(y,function($){return p[$]})}var b=function Ke($){return $.type==="ordgroup"||$.type==="color"?$.body.length===1?Ke($.body[0]):$:$.type==="font"?Ke($.body):$},S=function($){var Y=b($);return Y.type==="mathord"||Y.type==="textord"||Y.type==="atom"},k=function($){if(!$)throw new Error("Expected non-null, but got "+String($));return $},R=function($){var Y=/^\s*([^\\/#]*?)(?::|&#0*58|&#x0*3a)/i.exec($);return Y!=null?Y[1]:"_relative"},A={contains:h,deflt:u,escape:m,hyphenate:x,getBaseElem:b,isCharacterBox:S,protocolFromUrl:R},O=function(){function Ke(Y){this.displayMode=void 0,this.output=void 0,this.leqno=void 0,this.fleqn=void 0,this.throwOnError=void 0,this.errorColor=void 0,this.macros=void 0,this.minRuleThickness=void 0,this.colorIsTextColor=void 0,this.strict=void 0,this.trust=void 0,this.maxSize=void 0,this.maxExpand=void 0,Y=Y||{},this.displayMode=A.deflt(Y.displayMode,!1),this.output=A.deflt(Y.output,"htmlAndMathml"),this.leqno=A.deflt(Y.leqno,!1),this.fleqn=A.deflt(Y.fleqn,!1),this.throwOnError=A.deflt(Y.throwOnError,!0),this.errorColor=A.deflt(Y.errorColor,"#cc0000"),this.macros=Y.macros||{},this.minRuleThickness=Math.max(0,A.deflt(Y.minRuleThickness,0)),this.colorIsTextColor=A.deflt(Y.colorIsTextColor,!1),this.strict=A.deflt(Y.strict,"warn"),this.trust=A.deflt(Y.trust,!1),this.maxSize=Math.max(0,A.deflt(Y.maxSize,1/0)),this.maxExpand=Math.max(0,A.deflt(Y.maxExpand,1e3))}var $=Ke.prototype;return $.reportNonstrict=function(ne,he,Ce){var Ve=this.strict;if(typeof Ve=="function"&&(Ve=Ve(ne,he,Ce)),!(!Ve||Ve==="ignore")){if(Ve===!0||Ve==="error")throw new o("LaTeX-incompatible input and strict mode is set to 'error': "+(he+" ["+ne+"]"),Ce);Ve==="warn"?typeof console!="undefined"&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+(he+" ["+ne+"]")):typeof console!="undefined"&&console.warn("LaTeX-incompatible input and strict mode is set to "+("unrecognized '"+Ve+"': "+he+" ["+ne+"]"))}},$.useStrictBehavior=function(ne,he,Ce){var Ve=this.strict;if(typeof Ve=="function")try{Ve=Ve(ne,he,Ce)}catch(Tt){Ve="error"}return!Ve||Ve==="ignore"?!1:Ve===!0||Ve==="error"?!0:Ve==="warn"?(typeof console!="undefined"&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+(he+" ["+ne+"]")),!1):(typeof console!="undefined"&&console.warn("LaTeX-incompatible input and strict mode is set to "+("unrecognized '"+Ve+"': "+he+" ["+ne+"]")),!1)},$.isTrusted=function(ne){ne.url&&!ne.protocol&&(ne.protocol=A.protocolFromUrl(ne.url));var he=typeof this.trust=="function"?this.trust(ne):this.trust;return!!he},Ke}(),M=function(){function Ke(Y,ne,he){this.id=void 0,this.size=void 0,this.cramped=void 0,this.id=Y,this.size=ne,this.cramped=he}var $=Ke.prototype;return $.sup=function(){return Q[J[this.id]]},$.sub=function(){return Q[K[this.id]]},$.fracNum=function(){return Q[oe[this.id]]},$.fracDen=function(){return Q[ee[this.id]]},$.cramp=function(){return Q[q[this.id]]},$.text=function(){return Q[le[this.id]]},$.isTight=function(){return this.size>=2},Ke}(),B=0,U=1,X=2,G=3,V=4,ae=5,ie=6,ue=7,Q=[new M(B,0,!1),new M(U,0,!0),new M(X,1,!1),new M(G,1,!0),new M(V,2,!1),new M(ae,2,!0),new M(ie,3,!1),new M(ue,3,!0)],J=[V,ae,V,ae,ie,ue,ie,ue],K=[ae,ae,ae,ae,ue,ue,ue,ue],oe=[X,G,V,ae,ie,ue,ie,ue],ee=[G,G,ae,ae,ue,ue,ue,ue],q=[U,U,G,G,ae,ae,ue,ue],le=[B,U,X,G,X,G,X,G],Z={DISPLAY:Q[B],TEXT:Q[X],SCRIPT:Q[V],SCRIPTSCRIPT:Q[ie]},j=[{name:"latin",blocks:[[256,591],[768,879]]},{name:"cyrillic",blocks:[[1024,1279]]},{name:"brahmic",blocks:[[2304,4255]]},{name:"georgian",blocks:[[4256,4351]]},{name:"cjk",blocks:[[12288,12543],[19968,40879],[65280,65376]]},{name:"hangul",blocks:[[44032,55215]]}];function se(Ke){for(var $=0;$<j.length;$++)for(var Y=j[$],ne=0;ne<Y.blocks.length;ne++){var he=Y.blocks[ne];if(Ke>=he[0]&&Ke<=he[1])return Y.name}return null}var me=[];j.forEach(function(Ke){return Ke.blocks.forEach(function($){return me.push.apply(me,$)})});function Oe(Ke){for(var $=0;$<me.length;$+=2)if(Ke>=me[$]&&Ke<=me[$+1])return!0;return!1}var ke=80,$e=function($,Y){return"M95,"+(622+$+Y)+`
c-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14
c0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54
c44.2,-33.3,65.8,-50.3,66.5,-51c1.3,-1.3,3,-2,5,-2c4.7,0,8.7,3.3,12,10
s173,378,173,378c0.7,0,35.3,-71,104,-213c68.7,-142,137.5,-285,206.5,-429
c69,-144,104.5,-217.7,106.5,-221
l`+$/2.075+" -"+$+`
c5.3,-9.3,12,-14,20,-14
H400000v`+(40+$)+`H845.2724
s-225.272,467,-225.272,467s-235,486,-235,486c-2.7,4.7,-9,7,-19,7
c-6,0,-10,-1,-12,-3s-194,-422,-194,-422s-65,47,-65,47z
M`+(834+$)+" "+Y+"h400000v"+(40+$)+"h-400000z"},Ne=function($,Y){return"M263,"+(601+$+Y)+`c0.7,0,18,39.7,52,119
c34,79.3,68.167,158.7,102.5,238c34.3,79.3,51.8,119.3,52.5,120
c340,-704.7,510.7,-1060.3,512,-1067
l`+$/2.084+" -"+$+`
c4.7,-7.3,11,-11,19,-11
H40000v`+(40+$)+`H1012.3
s-271.3,567,-271.3,567c-38.7,80.7,-84,175,-136,283c-52,108,-89.167,185.3,-111.5,232
c-22.3,46.7,-33.8,70.3,-34.5,71c-4.7,4.7,-12.3,7,-23,7s-12,-1,-12,-1
s-109,-253,-109,-253c-72.7,-168,-109.3,-252,-110,-252c-10.7,8,-22,16.7,-34,26
c-22,17.3,-33.3,26,-34,26s-26,-26,-26,-26s76,-59,76,-59s76,-60,76,-60z
M`+(1001+$)+" "+Y+"h400000v"+(40+$)+"h-400000z"},Ft=function($,Y){return"M983 "+(10+$+Y)+`
l`+$/3.13+" -"+$+`
c4,-6.7,10,-10,18,-10 H400000v`+(40+$)+`
H1013.1s-83.4,268,-264.1,840c-180.7,572,-277,876.3,-289,913c-4.7,4.7,-12.7,7,-24,7
s-12,0,-12,0c-1.3,-3.3,-3.7,-11.7,-7,-25c-35.3,-125.3,-106.7,-373.3,-214,-744
c-10,12,-21,25,-33,39s-32,39,-32,39c-6,-5.3,-15,-14,-27,-26s25,-30,25,-30
c26.7,-32.7,52,-63,76,-91s52,-60,52,-60s208,722,208,722
c56,-175.3,126.3,-397.3,211,-666c84.7,-268.7,153.8,-488.2,207.5,-658.5
c53.7,-170.3,84.5,-266.8,92.5,-289.5z
M`+(1001+$)+" "+Y+"h400000v"+(40+$)+"h-400000z"},wt=function($,Y){return"M424,"+(2398+$+Y)+`
c-1.3,-0.7,-38.5,-172,-111.5,-514c-73,-342,-109.8,-513.3,-110.5,-514
c0,-2,-10.7,14.3,-32,49c-4.7,7.3,-9.8,15.7,-15.5,25c-5.7,9.3,-9.8,16,-12.5,20
s-5,7,-5,7c-4,-3.3,-8.3,-7.7,-13,-13s-13,-13,-13,-13s76,-122,76,-122s77,-121,77,-121
s209,968,209,968c0,-2,84.7,-361.7,254,-1079c169.3,-717.3,254.7,-1077.7,256,-1081
l`+$/4.223+" -"+$+`c4,-6.7,10,-10,18,-10 H400000
v`+(40+$)+`H1014.6
s-87.3,378.7,-272.6,1166c-185.3,787.3,-279.3,1182.3,-282,1185
c-2,6,-10,9,-24,9
c-8,0,-12,-0.7,-12,-2z M`+(1001+$)+" "+Y+`
h400000v`+(40+$)+"h-400000z"},Pt=function($,Y){return"M473,"+(2713+$+Y)+`
c339.3,-1799.3,509.3,-2700,510,-2702 l`+$/5.298+" -"+$+`
c3.3,-7.3,9.3,-11,18,-11 H400000v`+(40+$)+`H1017.7
s-90.5,478,-276.2,1466c-185.7,988,-279.5,1483,-281.5,1485c-2,6,-10,9,-24,9
c-8,0,-12,-0.7,-12,-2c0,-1.3,-5.3,-32,-16,-92c-50.7,-293.3,-119.7,-693.3,-207,-1200
c0,-1.3,-5.3,8.7,-16,30c-10.7,21.3,-21.3,42.7,-32,64s-16,33,-16,33s-26,-26,-26,-26
s76,-153,76,-153s77,-151,77,-151c0.7,0.7,35.7,202,105,604c67.3,400.7,102,602.7,104,
606zM`+(1001+$)+" "+Y+"h400000v"+(40+$)+"H1017.7z"},Jt=function($,Y,ne){var he=ne-54-Y-$;return"M702 "+($+Y)+"H400000"+(40+$)+`
H742v`+he+`l-4 4-4 4c-.667.7 -2 1.5-4 2.5s-4.167 1.833-6.5 2.5-5.5 1-9.5 1
h-12l-28-84c-16.667-52-96.667 -294.333-240-727l-212 -643 -85 170
c-4-3.333-8.333-7.667-13 -13l-13-13l77-155 77-156c66 199.333 139 419.667
219 661 l218 661zM702 `+Y+"H400000v"+(40+$)+"H742z"},er=function($,Y,ne){Y=1e3*Y;var he="";switch($){case"sqrtMain":he=$e(Y,ke);break;case"sqrtSize1":he=Ne(Y,ke);break;case"sqrtSize2":he=Ft(Y,ke);break;case"sqrtSize3":he=wt(Y,ke);break;case"sqrtSize4":he=Pt(Y,ke);break;case"sqrtTall":he=Jt(Y,ke,ne)}return he},tr={doubleleftarrow:`M262 157
l10-10c34-36 62.7-77 86-123 3.3-8 5-13.3 5-16 0-5.3-6.7-8-20-8-7.3
0-12.2.5-14.5 1.5-2.3 1-4.8 4.5-7.5 10.5-49.3 97.3-121.7 169.3-217 216-28
14-57.3 25-88 33-6.7 2-11 3.8-13 5.5-2 1.7-3 4.2-3 7.5s1 5.8 3 7.5
c2 1.7 6.3 3.5 13 5.5 68 17.3 128.2 47.8 180.5 91.5 52.3 43.7 93.8 96.2 124.5
157.5 9.3 8 15.3 12.3 18 13h6c12-.7 18-4 18-10 0-2-1.7-7-5-15-23.3-46-52-87
-86-123l-10-10h399738v-40H218c328 0 0 0 0 0l-10-8c-26.7-20-65.7-43-117-69 2.7
-2 6-3.7 10-5 36.7-16 72.3-37.3 107-64l10-8h399782v-40z
m8 0v40h399730v-40zm0 194v40h399730v-40z`,doublerightarrow:`M399738 392l
-10 10c-34 36-62.7 77-86 123-3.3 8-5 13.3-5 16 0 5.3 6.7 8 20 8 7.3 0 12.2-.5
14.5-1.5 2.3-1 4.8-4.5 7.5-10.5 49.3-97.3 121.7-169.3 217-216 28-14 57.3-25 88
-33 6.7-2 11-3.8 13-5.5 2-1.7 3-4.2 3-7.5s-1-5.8-3-7.5c-2-1.7-6.3-3.5-13-5.5-68
-17.3-128.2-47.8-180.5-91.5-52.3-43.7-93.8-96.2-124.5-157.5-9.3-8-15.3-12.3-18
-13h-6c-12 .7-18 4-18 10 0 2 1.7 7 5 15 23.3 46 52 87 86 123l10 10H0v40h399782
c-328 0 0 0 0 0l10 8c26.7 20 65.7 43 117 69-2.7 2-6 3.7-10 5-36.7 16-72.3 37.3
-107 64l-10 8H0v40zM0 157v40h399730v-40zm0 194v40h399730v-40z`,leftarrow:`M400000 241H110l3-3c68.7-52.7 113.7-120
135-202 4-14.7 6-23 6-25 0-7.3-7-11-21-11-8 0-13.2.8-15.5 2.5-2.3 1.7-4.2 5.8
-5.5 12.5-1.3 4.7-2.7 10.3-4 17-12 48.7-34.8 92-68.5 130S65.3 228.3 18 247
c-10 4-16 7.7-18 11 0 8.7 6 14.3 18 17 47.3 18.7 87.8 47 121.5 85S196 441.3 208
490c.7 2 1.3 5 2 9s1.2 6.7 1.5 8c.3 1.3 1 3.3 2 6s2.2 4.5 3.5 5.5c1.3 1 3.3
1.8 6 2.5s6 1 10 1c14 0 21-3.7 21-11 0-2-2-10.3-6-25-20-79.3-65-146.7-135-202
l-3-3h399890zM100 241v40h399900v-40z`,leftbrace:`M6 548l-6-6v-35l6-11c56-104 135.3-181.3 238-232 57.3-28.7 117
-45 179-50h399577v120H403c-43.3 7-81 15-113 26-100.7 33-179.7 91-237 174-2.7
5-6 9-10 13-.7 1-7.3 1-20 1H6z`,leftbraceunder:`M0 6l6-6h17c12.688 0 19.313.3 20 1 4 4 7.313 8.3 10 13
35.313 51.3 80.813 93.8 136.5 127.5 55.688 33.7 117.188 55.8 184.5 66.5.688
0 2 .3 4 1 18.688 2.7 76 4.3 172 5h399450v120H429l-6-1c-124.688-8-235-61.7
-331-161C60.687 138.7 32.312 99.3 7 54L0 41V6z`,leftgroup:`M400000 80
H435C64 80 168.3 229.4 21 260c-5.9 1.2-18 0-18 0-2 0-3-1-3-3v-38C76 61 257 0
435 0h399565z`,leftgroupunder:`M400000 262
H435C64 262 168.3 112.6 21 82c-5.9-1.2-18 0-18 0-2 0-3 1-3 3v38c76 158 257 219
435 219h399565z`,leftharpoon:`M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3
-3.3 10.2-9.5 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5
-18.3 3-21-1.3-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7
-196 228-6.7 4.7-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40z`,leftharpoonplus:`M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3-3.3 10.2-9.5
20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5-18.3 3-21-1.3
-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7-196 228-6.7 4.7
-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40zM0 435v40h400000v-40z
m0 0v40h400000v-40z`,leftharpoondown:`M7 241c-4 4-6.333 8.667-7 14 0 5.333.667 9 2 11s5.333
5.333 12 10c90.667 54 156 130 196 228 3.333 10.667 6.333 16.333 9 17 2 .667 5
1 9 1h5c10.667 0 16.667-2 18-6 2-2.667 1-9.667-3-21-32-87.333-82.667-157.667
-152-211l-3-3h399907v-40zM93 281 H400000 v-40L7 241z`,leftharpoondownplus:`M7 435c-4 4-6.3 8.7-7 14 0 5.3.7 9 2 11s5.3 5.3 12
10c90.7 54 156 130 196 228 3.3 10.7 6.3 16.3 9 17 2 .7 5 1 9 1h5c10.7 0 16.7
-2 18-6 2-2.7 1-9.7-3-21-32-87.3-82.7-157.7-152-211l-3-3h399907v-40H7zm93 0
v40h399900v-40zM0 241v40h399900v-40zm0 0v40h399900v-40z`,lefthook:`M400000 281 H103s-33-11.2-61-33.5S0 197.3 0 164s14.2-61.2 42.5
-83.5C70.8 58.2 104 47 142 47 c16.7 0 25 6.7 25 20 0 12-8.7 18.7-26 20-40 3.3
-68.7 15.7-86 37-10 12-15 25.3-15 40 0 22.7 9.8 40.7 29.5 54 19.7 13.3 43.5 21
71.5 23h399859zM103 281v-40h399897v40z`,leftlinesegment:`M40 281 V428 H0 V94 H40 V241 H400000 v40z
M40 281 V428 H0 V94 H40 V241 H400000 v40z`,leftmapsto:`M40 281 V448H0V74H40V241H400000v40z
M40 281 V448H0V74H40V241H400000v40z`,leftToFrom:`M0 147h400000v40H0zm0 214c68 40 115.7 95.7 143 167h22c15.3 0 23
-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69-70-101l-7-8h399905v-40H95l7-8
c28.7-32 52-65.7 70-101 10.7-23.3 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 265.3
68 321 0 361zm0-174v-40h399900v40zm100 154v40h399900v-40z`,longequal:`M0 50 h400000 v40H0z m0 194h40000v40H0z
M0 50 h400000 v40H0z m0 194h40000v40H0z`,midbrace:`M200428 334
c-100.7-8.3-195.3-44-280-108-55.3-42-101.7-93-139-153l-9-14c-2.7 4-5.7 8.7-9 14
-53.3 86.7-123.7 153-211 199-66.7 36-137.3 56.3-212 62H0V214h199568c178.3-11.7
311.7-78.3 403-201 6-8 9.7-12 11-12 .7-.7 6.7-1 18-1s17.3.3 18 1c1.3 0 5 4 11
12 44.7 59.3 101.3 106.3 170 141s145.3 54.3 229 60h199572v120z`,midbraceunder:`M199572 214
c100.7 8.3 195.3 44 280 108 55.3 42 101.7 93 139 153l9 14c2.7-4 5.7-8.7 9-14
53.3-86.7 123.7-153 211-199 66.7-36 137.3-56.3 212-62h199568v120H200432c-178.3
11.7-311.7 78.3-403 201-6 8-9.7 12-11 12-.7.7-6.7 1-18 1s-17.3-.3-18-1c-1.3 0
-5-4-11-12-44.7-59.3-101.3-106.3-170-141s-145.3-54.3-229-60H0V214z`,oiintSize1:`M512.6 71.6c272.6 0 320.3 106.8 320.3 178.2 0 70.8-47.7 177.6
-320.3 177.6S193.1 320.6 193.1 249.8c0-71.4 46.9-178.2 319.5-178.2z
m368.1 178.2c0-86.4-60.9-215.4-368.1-215.4-306.4 0-367.3 129-367.3 215.4 0 85.8
60.9 214.8 367.3 214.8 307.2 0 368.1-129 368.1-214.8z`,oiintSize2:`M757.8 100.1c384.7 0 451.1 137.6 451.1 230 0 91.3-66.4 228.8
-451.1 228.8-386.3 0-452.7-137.5-452.7-228.8 0-92.4 66.4-230 452.7-230z
m502.4 230c0-111.2-82.4-277.2-502.4-277.2s-504 166-504 277.2
c0 110 84 276 504 276s502.4-166 502.4-276z`,oiiintSize1:`M681.4 71.6c408.9 0 480.5 106.8 480.5 178.2 0 70.8-71.6 177.6
-480.5 177.6S202.1 320.6 202.1 249.8c0-71.4 70.5-178.2 479.3-178.2z
m525.8 178.2c0-86.4-86.8-215.4-525.7-215.4-437.9 0-524.7 129-524.7 215.4 0
85.8 86.8 214.8 524.7 214.8 438.9 0 525.7-129 525.7-214.8z`,oiiintSize2:`M1021.2 53c603.6 0 707.8 165.8 707.8 277.2 0 110-104.2 275.8
-707.8 275.8-606 0-710.2-165.8-710.2-275.8C311 218.8 415.2 53 1021.2 53z
m770.4 277.1c0-131.2-126.4-327.6-770.5-327.6S248.4 198.9 248.4 330.1
c0 130 128.8 326.4 772.7 326.4s770.5-196.4 770.5-326.4z`,rightarrow:`M0 241v40h399891c-47.3 35.3-84 78-110 128
-16.7 32-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20
11 8 0 13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7
39-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85
-40.5-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5
-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67
151.7 139 205zm0 0v40h399900v-40z`,rightbrace:`M400000 542l
-6 6h-17c-12.7 0-19.3-.3-20-1-4-4-7.3-8.3-10-13-35.3-51.3-80.8-93.8-136.5-127.5
s-117.2-55.8-184.5-66.5c-.7 0-2-.3-4-1-18.7-2.7-76-4.3-172-5H0V214h399571l6 1
c124.7 8 235 61.7 331 161 31.3 33.3 59.7 72.7 85 118l7 13v35z`,rightbraceunder:`M399994 0l6 6v35l-6 11c-56 104-135.3 181.3-238 232-57.3
28.7-117 45-179 50H-300V214h399897c43.3-7 81-15 113-26 100.7-33 179.7-91 237
-174 2.7-5 6-9 10-13 .7-1 7.3-1 20-1h17z`,rightgroup:`M0 80h399565c371 0 266.7 149.4 414 180 5.9 1.2 18 0 18 0 2 0
3-1 3-3v-38c-76-158-257-219-435-219H0z`,rightgroupunder:`M0 262h399565c371 0 266.7-149.4 414-180 5.9-1.2 18 0 18
0 2 0 3 1 3 3v38c-76 158-257 219-435 219H0z`,rightharpoon:`M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3
-3.7-15.3-11-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2
-10.7 0-16.7 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58
69.2 92 94.5zm0 0v40h399900v-40z`,rightharpoonplus:`M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3-3.7-15.3-11
-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2-10.7 0-16.7
2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58 69.2 92 94.5z
m0 0v40h399900v-40z m100 194v40h399900v-40zm0 0v40h399900v-40z`,rightharpoondown:`M399747 511c0 7.3 6.7 11 20 11 8 0 13-.8 15-2.5s4.7-6.8
8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3 8.5-5.8 9.5
-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3-64.7 57-92 95
-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 241v40h399900v-40z`,rightharpoondownplus:`M399747 705c0 7.3 6.7 11 20 11 8 0 13-.8
15-2.5s4.7-6.8 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3
8.5-5.8 9.5-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3
-64.7 57-92 95-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 435v40h399900v-40z
m0-194v40h400000v-40zm0 0v40h400000v-40z`,righthook:`M399859 241c-764 0 0 0 0 0 40-3.3 68.7-15.7 86-37 10-12 15-25.3
15-40 0-22.7-9.8-40.7-29.5-54-19.7-13.3-43.5-21-71.5-23-17.3-1.3-26-8-26-20 0
-13.3 8.7-20 26-20 38 0 71 11.2 99 33.5 0 0 7 5.6 21 16.7 14 11.2 21 33.5 21
66.8s-14 61.2-42 83.5c-28 22.3-61 33.5-99 33.5L0 241z M0 281v-40h399859v40z`,rightlinesegment:`M399960 241 V94 h40 V428 h-40 V281 H0 v-40z
M399960 241 V94 h40 V428 h-40 V281 H0 v-40z`,rightToFrom:`M400000 167c-70.7-42-118-97.7-142-167h-23c-15.3 0-23 .3-23
1 0 1.3 5.3 13.7 16 37 18 35.3 41.3 69 70 101l7 8H0v40h399905l-7 8c-28.7 32
-52 65.7-70 101-10.7 23.3-16 35.7-16 37 0 .7 7.7 1 23 1h23c24-69.3 71.3-125 142
-167z M100 147v40h399900v-40zM0 341v40h399900v-40z`,twoheadleftarrow:`M0 167c68 40
115.7 95.7 143 167h22c15.3 0 23-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69
-70-101l-7-8h125l9 7c50.7 39.3 85 86 103 140h46c0-4.7-6.3-18.7-19-42-18-35.3
-40-67.3-66-96l-9-9h399716v-40H284l9-9c26-28.7 48-60.7 66-96 12.7-23.333 19
-37.333 19-42h-46c-18 54-52.3 100.7-103 140l-9 7H95l7-8c28.7-32 52-65.7 70-101
10.7-23.333 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 71.3 68 127 0 167z`,twoheadrightarrow:`M400000 167
c-68-40-115.7-95.7-143-167h-22c-15.3 0-23 .3-23 1 0 1.3 5.3 13.7 16 37 18 35.3
41.3 69 70 101l7 8h-125l-9-7c-50.7-39.3-85-86-103-140h-46c0 4.7 6.3 18.7 19 42
18 35.3 40 67.3 66 96l9 9H0v40h399716l-9 9c-26 28.7-48 60.7-66 96-12.7 23.333
-19 37.333-19 42h46c18-54 52.3-100.7 103-140l9-7h125l-7 8c-28.7 32-52 65.7-70
101-10.7 23.333-16 35.7-16 37 0 .7 7.7 1 23 1h22c27.3-71.3 75-127 143-167z`,tilde1:`M200 55.538c-77 0-168 73.953-177 73.953-3 0-7
-2.175-9-5.437L2 97c-1-2-2-4-2-6 0-4 2-7 5-9l20-12C116 12 171 0 207 0c86 0
114 68 191 68 78 0 168-68 177-68 4 0 7 2 9 5l12 19c1 2.175 2 4.35 2 6.525 0
4.35-2 7.613-5 9.788l-19 13.05c-92 63.077-116.937 75.308-183 76.128
-68.267.847-113-73.952-191-73.952z`,tilde2:`M344 55.266c-142 0-300.638 81.316-311.5 86.418
-8.01 3.762-22.5 10.91-23.5 5.562L1 120c-1-2-1-3-1-4 0-5 3-9 8-10l18.4-9C160.9
31.9 283 0 358 0c148 0 188 122 331 122s314-97 326-97c4 0 8 2 10 7l7 21.114
c1 2.14 1 3.21 1 4.28 0 5.347-3 9.626-7 10.696l-22.3 12.622C852.6 158.372 751
181.476 676 181.476c-149 0-189-126.21-332-126.21z`,tilde3:`M786 59C457 59 32 175.242 13 175.242c-6 0-10-3.457
-11-10.37L.15 138c-1-7 3-12 10-13l19.2-6.4C378.4 40.7 634.3 0 804.3 0c337 0
411.8 157 746.8 157 328 0 754-112 773-112 5 0 10 3 11 9l1 14.075c1 8.066-.697
16.595-6.697 17.492l-21.052 7.31c-367.9 98.146-609.15 122.696-778.15 122.696
-338 0-409-156.573-744-156.573z`,tilde4:`M786 58C457 58 32 177.487 13 177.487c-6 0-10-3.345
-11-10.035L.15 143c-1-7 3-12 10-13l22-6.7C381.2 35 637.15 0 807.15 0c337 0 409
177 744 177 328 0 754-127 773-127 5 0 10 3 11 9l1 14.794c1 7.805-3 13.38-9
14.495l-20.7 5.574c-366.85 99.79-607.3 139.372-776.3 139.372-338 0-409
-175.236-744-175.236z`,vec:`M377 20c0-5.333 1.833-10 5.5-14S391 0 397 0c4.667 0 8.667 1.667 12 5
3.333 2.667 6.667 9 10 19 6.667 24.667 20.333 43.667 41 57 7.333 4.667 11
10.667 11 18 0 6-1 10-3 12s-6.667 5-14 9c-28.667 14.667-53.667 35.667-75 63
-1.333 1.333-3.167 3.5-5.5 6.5s-4 4.833-5 5.5c-1 .667-2.5 1.333-4.5 2s-4.333 1
-7 1c-4.667 0-9.167-1.833-13.5-5.5S337 184 337 178c0-12.667 15.667-32.333 47-59
H213l-171-1c-8.667-6-13-12.333-13-19 0-4.667 4.333-11.333 13-20h359
c-16-25.333-24-45-24-59z`,widehat1:`M529 0h5l519 115c5 1 9 5 9 10 0 1-1 2-1 3l-4 22
c-1 5-5 9-11 9h-2L532 67 19 159h-2c-5 0-9-4-11-9l-5-22c-1-6 2-12 8-13z`,widehat2:`M1181 0h2l1171 176c6 0 10 5 10 11l-2 23c-1 6-5 10
-11 10h-1L1182 67 15 220h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z`,widehat3:`M1181 0h2l1171 236c6 0 10 5 10 11l-2 23c-1 6-5 10
-11 10h-1L1182 67 15 280h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z`,widehat4:`M1181 0h2l1171 296c6 0 10 5 10 11l-2 23c-1 6-5 10
-11 10h-1L1182 67 15 340h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z`,widecheck1:`M529,159h5l519,-115c5,-1,9,-5,9,-10c0,-1,-1,-2,-1,-3l-4,-22c-1,
-5,-5,-9,-11,-9h-2l-512,92l-513,-92h-2c-5,0,-9,4,-11,9l-5,22c-1,6,2,12,8,13z`,widecheck2:`M1181,220h2l1171,-176c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,
-11,-10h-1l-1168,153l-1167,-153h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z`,widecheck3:`M1181,280h2l1171,-236c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,
-11,-10h-1l-1168,213l-1167,-213h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z`,widecheck4:`M1181,340h2l1171,-296c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,
-11,-10h-1l-1168,273l-1167,-273h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z`,baraboveleftarrow:`M400000 620h-399890l3 -3c68.7 -52.7 113.7 -120 135 -202
c4 -14.7 6 -23 6 -25c0 -7.3 -7 -11 -21 -11c-8 0 -13.2 0.8 -15.5 2.5
c-2.3 1.7 -4.2 5.8 -5.5 12.5c-1.3 4.7 -2.7 10.3 -4 17c-12 48.7 -34.8 92 -68.5 130
s-74.2 66.3 -121.5 85c-10 4 -16 7.7 -18 11c0 8.7 6 14.3 18 17c47.3 18.7 87.8 47
121.5 85s56.5 81.3 68.5 130c0.7 2 1.3 5 2 9s1.2 6.7 1.5 8c0.3 1.3 1 3.3 2 6
s2.2 4.5 3.5 5.5c1.3 1 3.3 1.8 6 2.5s6 1 10 1c14 0 21 -3.7 21 -11
c0 -2 -2 -10.3 -6 -25c-20 -79.3 -65 -146.7 -135 -202l-3 -3h399890z
M100 620v40h399900v-40z M0 241v40h399900v-40zM0 241v40h399900v-40z`,rightarrowabovebar:`M0 241v40h399891c-47.3 35.3-84 78-110 128-16.7 32
-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20 11 8 0
13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7 39
-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85-40.5
-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5
-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67
151.7 139 205zm96 379h399894v40H0zm0 0h399904v40H0z`,baraboveshortleftharpoon:`M507,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11
c1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17
c2,0.7,5,1,9,1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21
c-32,-87.3,-82.7,-157.7,-152,-211c0,0,-3,-3,-3,-3l399351,0l0,-40
c-398570,0,-399437,0,-399437,0z M593 435 v40 H399500 v-40z
M0 281 v-40 H399908 v40z M0 281 v-40 H399908 v40z`,rightharpoonaboveshortbar:`M0,241 l0,40c399126,0,399993,0,399993,0
c4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,
-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6
c-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z
M0 241 v40 H399908 v-40z M0 475 v-40 H399500 v40z M0 475 v-40 H399500 v40z`,shortbaraboveleftharpoon:`M7,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11
c1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17c2,0.7,5,1,9,
1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21c-32,-87.3,-82.7,-157.7,
-152,-211c0,0,-3,-3,-3,-3l399907,0l0,-40c-399126,0,-399993,0,-399993,0z
M93 435 v40 H400000 v-40z M500 241 v40 H400000 v-40z M500 241 v40 H400000 v-40z`,shortrightharpoonabovebar:`M53,241l0,40c398570,0,399437,0,399437,0
c4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,
-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6
c-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z
M500 241 v40 H399408 v-40z M500 435 v40 H400000 v-40z`},Xe=function(){function Ke(Y){this.children=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.children=Y,this.classes=[],this.height=0,this.depth=0,this.maxFontSize=0,this.style={}}var $=Ke.prototype;return $.hasClass=function(ne){return A.contains(this.classes,ne)},$.toNode=function(){for(var ne=document.createDocumentFragment(),he=0;he<this.children.length;he++)ne.appendChild(this.children[he].toNode());return ne},$.toMarkup=function(){for(var ne="",he=0;he<this.children.length;he++)ne+=this.children[he].toMarkup();return ne},$.toText=function(){var ne=function(Ce){return Ce.toText()};return this.children.map(ne).join("")},Ke}(),It=function($){return $.filter(function(Y){return Y}).join(" ")},Zt=function($,Y,ne){if(this.classes=$||[],this.attributes={},this.height=0,this.depth=0,this.maxFontSize=0,this.style=ne||{},Y){Y.style.isTight()&&this.classes.push("mtight");var he=Y.getColor();he&&(this.style.color=he)}},ot=function($){var Y=document.createElement($);Y.className=It(this.classes);for(var ne in this.style)this.style.hasOwnProperty(ne)&&(Y.style[ne]=this.style[ne]);for(var he in this.attributes)this.attributes.hasOwnProperty(he)&&Y.setAttribute(he,this.attributes[he]);for(var Ce=0;Ce<this.children.length;Ce++)Y.appendChild(this.children[Ce].toNode());return Y},bt=function($){var Y="<"+$;this.classes.length&&(Y+=' class="'+A.escape(It(this.classes))+'"');var ne="";for(var he in this.style)this.style.hasOwnProperty(he)&&(ne+=A.hyphenate(he)+":"+this.style[he]+";");ne&&(Y+=' style="'+A.escape(ne)+'"');for(var Ce in this.attributes)this.attributes.hasOwnProperty(Ce)&&(Y+=" "+Ce+'="'+A.escape(this.attributes[Ce])+'"');Y+=">";for(var Ve=0;Ve<this.children.length;Ve++)Y+=this.children[Ve].toMarkup();return Y+="</"+$+">",Y},mt=function(){function Ke(Y,ne,he,Ce){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.width=void 0,this.maxFontSize=void 0,this.style=void 0,Zt.call(this,Y,he,Ce),this.children=ne||[]}var $=Ke.prototype;return $.setAttribute=function(ne,he){this.attributes[ne]=he},$.hasClass=function(ne){return A.contains(this.classes,ne)},$.toNode=function(){return ot.call(this,"span")},$.toMarkup=function(){return bt.call(this,"span")},Ke}(),et=function(){function Ke(Y,ne,he,Ce){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,Zt.call(this,ne,Ce),this.children=he||[],this.setAttribute("href",Y)}var $=Ke.prototype;return $.setAttribute=function(ne,he){this.attributes[ne]=he},$.hasClass=function(ne){return A.contains(this.classes,ne)},$.toNode=function(){return ot.call(this,"a")},$.toMarkup=function(){return bt.call(this,"a")},Ke}(),He=function(){function Ke(Y,ne,he){this.src=void 0,this.alt=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.alt=ne,this.src=Y,this.classes=["mord"],this.style=he}var $=Ke.prototype;return $.hasClass=function(ne){return A.contains(this.classes,ne)},$.toNode=function(){var ne=document.createElement("img");ne.src=this.src,ne.alt=this.alt,ne.className="mord";for(var he in this.style)this.style.hasOwnProperty(he)&&(ne.style[he]=this.style[he]);return ne},$.toMarkup=function(){var ne="<img src='"+this.src+" 'alt='"+this.alt+"' ",he="";for(var Ce in this.style)this.style.hasOwnProperty(Ce)&&(he+=A.hyphenate(Ce)+":"+this.style[Ce]+";");return he&&(ne+=' style="'+A.escape(he)+'"'),ne+="'/>",ne},Ke}(),_e={\u00EE:"\u0131\u0302",\u00EF:"\u0131\u0308",\u00ED:"\u0131\u0301",\u00EC:"\u0131\u0300"},Se=function(){function Ke(Y,ne,he,Ce,Ve,Tt,Bt,ar){this.text=void 0,this.height=void 0,this.depth=void 0,this.italic=void 0,this.skew=void 0,this.width=void 0,this.maxFontSize=void 0,this.classes=void 0,this.style=void 0,this.text=Y,this.height=ne||0,this.depth=he||0,this.italic=Ce||0,this.skew=Ve||0,this.width=Tt||0,this.classes=Bt||[],this.style=ar||{},this.maxFontSize=0;var wr=se(this.text.charCodeAt(0));wr&&this.classes.push(wr+"_fallback"),/[îïíì]/.test(this.text)&&(this.text=_e[this.text])}var $=Ke.prototype;return $.hasClass=function(ne){return A.contains(this.classes,ne)},$.toNode=function(){var ne=document.createTextNode(this.text),he=null;this.italic>0&&(he=document.createElement("span"),he.style.marginRight=this.italic+"em"),this.classes.length>0&&(he=he||document.createElement("span"),he.className=It(this.classes));for(var Ce in this.style)this.style.hasOwnProperty(Ce)&&(he=he||document.createElement("span"),he.style[Ce]=this.style[Ce]);return he?(he.appendChild(ne),he):ne},$.toMarkup=function(){var ne=!1,he="<span";this.classes.length&&(ne=!0,he+=' class="',he+=A.escape(It(this.classes)),he+='"');var Ce="";this.italic>0&&(Ce+="margin-right:"+this.italic+"em;");for(var Ve in this.style)this.style.hasOwnProperty(Ve)&&(Ce+=A.hyphenate(Ve)+":"+this.style[Ve]+";");Ce&&(ne=!0,he+=' style="'+A.escape(Ce)+'"');var Tt=A.escape(this.text);return ne?(he+=">",he+=Tt,he+="</span>",he):Tt},Ke}(),Me=function(){function Ke(Y,ne){this.children=void 0,this.attributes=void 0,this.children=Y||[],this.attributes=ne||{}}var $=Ke.prototype;return $.toNode=function(){var ne="http://www.w3.org/2000/svg",he=document.createElementNS(ne,"svg");for(var Ce in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,Ce)&&he.setAttribute(Ce,this.attributes[Ce]);for(var Ve=0;Ve<this.children.length;Ve++)he.appendChild(this.children[Ve].toNode());return he},$.toMarkup=function(){var ne="<svg";for(var he in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,he)&&(ne+=" "+he+"='"+this.attributes[he]+"'");ne+=">";for(var Ce=0;Ce<this.children.length;Ce++)ne+=this.children[Ce].toMarkup();return ne+="</svg>",ne},Ke}(),Ue=function(){function Ke(Y,ne){this.pathName=void 0,this.alternate=void 0,this.pathName=Y,this.alternate=ne}var $=Ke.prototype;return $.toNode=function(){var ne="http://www.w3.org/2000/svg",he=document.createElementNS(ne,"path");return this.alternate?he.setAttribute("d",this.alternate):he.setAttribute("d",tr[this.pathName]),he},$.toMarkup=function(){return this.alternate?"<path d='"+this.alternate+"'/>":"<path d='"+tr[this.pathName]+"'/>"},Ke}(),We=function(){function Ke(Y){this.attributes=void 0,this.attributes=Y||{}}var $=Ke.prototype;return $.toNode=function(){var ne="http://www.w3.org/2000/svg",he=document.createElementNS(ne,"line");for(var Ce in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,Ce)&&he.setAttribute(Ce,this.attributes[Ce]);return he},$.toMarkup=function(){var ne="<line";for(var he in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,he)&&(ne+=" "+he+"='"+this.attributes[he]+"'");return ne+="/>",ne},Ke}();function it(Ke){if(Ke instanceof Se)return Ke;throw new Error("Expected symbolNode but got "+String(Ke)+".")}function ct(Ke){if(Ke instanceof mt)return Ke;throw new Error("Expected span<HtmlDomNode> but got "+String(Ke)+".")}var Gt={"AMS-Regular":{65:[0,.68889,0,0,.72222],66:[0,.68889,0,0,.66667],67:[0,.68889,0,0,.72222],68:[0,.68889,0,0,.72222],69:[0,.68889,0,0,.66667],70:[0,.68889,0,0,.61111],71:[0,.68889,0,0,.77778],72:[0,.68889,0,0,.77778],73:[0,.68889,0,0,.38889],74:[.16667,.68889,0,0,.5],75:[0,.68889,0,0,.77778],76:[0,.68889,0,0,.66667],77:[0,.68889,0,0,.94445],78:[0,.68889,0,0,.72222],79:[.16667,.68889,0,0,.77778],80:[0,.68889,0,0,.61111],81:[.16667,.68889,0,0,.77778],82:[0,.68889,0,0,.72222],83:[0,.68889,0,0,.55556],84:[0,.68889,0,0,.66667],85:[0,.68889,0,0,.72222],86:[0,.68889,0,0,.72222],87:[0,.68889,0,0,1],88:[0,.68889,0,0,.72222],89:[0,.68889,0,0,.72222],90:[0,.68889,0,0,.66667],107:[0,.68889,0,0,.55556],165:[0,.675,.025,0,.75],174:[.15559,.69224,0,0,.94666],240:[0,.68889,0,0,.55556],295:[0,.68889,0,0,.54028],710:[0,.825,0,0,2.33334],732:[0,.9,0,0,2.33334],770:[0,.825,0,0,2.33334],771:[0,.9,0,0,2.33334],989:[.08167,.58167,0,0,.77778],1008:[0,.43056,.04028,0,.66667],8245:[0,.54986,0,0,.275],8463:[0,.68889,0,0,.54028],8487:[0,.68889,0,0,.72222],8498:[0,.68889,0,0,.55556],8502:[0,.68889,0,0,.66667],8503:[0,.68889,0,0,.44445],8504:[0,.68889,0,0,.66667],8513:[0,.68889,0,0,.63889],8592:[-.03598,.46402,0,0,.5],8594:[-.03598,.46402,0,0,.5],8602:[-.13313,.36687,0,0,1],8603:[-.13313,.36687,0,0,1],8606:[.01354,.52239,0,0,1],8608:[.01354,.52239,0,0,1],8610:[.01354,.52239,0,0,1.11111],8611:[.01354,.52239,0,0,1.11111],8619:[0,.54986,0,0,1],8620:[0,.54986,0,0,1],8621:[-.13313,.37788,0,0,1.38889],8622:[-.13313,.36687,0,0,1],8624:[0,.69224,0,0,.5],8625:[0,.69224,0,0,.5],8630:[0,.43056,0,0,1],8631:[0,.43056,0,0,1],8634:[.08198,.58198,0,0,.77778],8635:[.08198,.58198,0,0,.77778],8638:[.19444,.69224,0,0,.41667],8639:[.19444,.69224,0,0,.41667],8642:[.19444,.69224,0,0,.41667],8643:[.19444,.69224,0,0,.41667],8644:[.1808,.675,0,0,1],8646:[.1808,.675,0,0,1],8647:[.1808,.675,0,0,1],8648:[.19444,.69224,0,0,.83334],8649:[.1808,.675,0,0,1],8650:[.19444,.69224,0,0,.83334],8651:[.01354,.52239,0,0,1],8652:[.01354,.52239,0,0,1],8653:[-.13313,.36687,0,0,1],8654:[-.13313,.36687,0,0,1],8655:[-.13313,.36687,0,0,1],8666:[.13667,.63667,0,0,1],8667:[.13667,.63667,0,0,1],8669:[-.13313,.37788,0,0,1],8672:[-.064,.437,0,0,1.334],8674:[-.064,.437,0,0,1.334],8705:[0,.825,0,0,.5],8708:[0,.68889,0,0,.55556],8709:[.08167,.58167,0,0,.77778],8717:[0,.43056,0,0,.42917],8722:[-.03598,.46402,0,0,.5],8724:[.08198,.69224,0,0,.77778],8726:[.08167,.58167,0,0,.77778],8733:[0,.69224,0,0,.77778],8736:[0,.69224,0,0,.72222],8737:[0,.69224,0,0,.72222],8738:[.03517,.52239,0,0,.72222],8739:[.08167,.58167,0,0,.22222],8740:[.25142,.74111,0,0,.27778],8741:[.08167,.58167,0,0,.38889],8742:[.25142,.74111,0,0,.5],8756:[0,.69224,0,0,.66667],8757:[0,.69224,0,0,.66667],8764:[-.13313,.36687,0,0,.77778],8765:[-.13313,.37788,0,0,.77778],8769:[-.13313,.36687,0,0,.77778],8770:[-.03625,.46375,0,0,.77778],8774:[.30274,.79383,0,0,.77778],8776:[-.01688,.48312,0,0,.77778],8778:[.08167,.58167,0,0,.77778],8782:[.06062,.54986,0,0,.77778],8783:[.06062,.54986,0,0,.77778],8785:[.08198,.58198,0,0,.77778],8786:[.08198,.58198,0,0,.77778],8787:[.08198,.58198,0,0,.77778],8790:[0,.69224,0,0,.77778],8791:[.22958,.72958,0,0,.77778],8796:[.08198,.91667,0,0,.77778],8806:[.25583,.75583,0,0,.77778],8807:[.25583,.75583,0,0,.77778],8808:[.25142,.75726,0,0,.77778],8809:[.25142,.75726,0,0,.77778],8812:[.25583,.75583,0,0,.5],8814:[.20576,.70576,0,0,.77778],8815:[.20576,.70576,0,0,.77778],8816:[.30274,.79383,0,0,.77778],8817:[.30274,.79383,0,0,.77778],8818:[.22958,.72958,0,0,.77778],8819:[.22958,.72958,0,0,.77778],8822:[.1808,.675,0,0,.77778],8823:[.1808,.675,0,0,.77778],8828:[.13667,.63667,0,0,.77778],8829:[.13667,.63667,0,0,.77778],8830:[.22958,.72958,0,0,.77778],8831:[.22958,.72958,0,0,.77778],8832:[.20576,.70576,0,0,.77778],8833:[.20576,.70576,0,0,.77778],8840:[.30274,.79383,0,0,.77778],8841:[.30274,.79383,0,0,.77778],8842:[.13597,.63597,0,0,.77778],8843:[.13597,.63597,0,0,.77778],8847:[.03517,.54986,0,0,.77778],8848:[.03517,.54986,0,0,.77778],8858:[.08198,.58198,0,0,.77778],8859:[.08198,.58198,0,0,.77778],8861:[.08198,.58198,0,0,.77778],8862:[0,.675,0,0,.77778],8863:[0,.675,0,0,.77778],8864:[0,.675,0,0,.77778],8865:[0,.675,0,0,.77778],8872:[0,.69224,0,0,.61111],8873:[0,.69224,0,0,.72222],8874:[0,.69224,0,0,.88889],8876:[0,.68889,0,0,.61111],8877:[0,.68889,0,0,.61111],8878:[0,.68889,0,0,.72222],8879:[0,.68889,0,0,.72222],8882:[.03517,.54986,0,0,.77778],8883:[.03517,.54986,0,0,.77778],8884:[.13667,.63667,0,0,.77778],8885:[.13667,.63667,0,0,.77778],8888:[0,.54986,0,0,1.11111],8890:[.19444,.43056,0,0,.55556],8891:[.19444,.69224,0,0,.61111],8892:[.19444,.69224,0,0,.61111],8901:[0,.54986,0,0,.27778],8903:[.08167,.58167,0,0,.77778],8905:[.08167,.58167,0,0,.77778],8906:[.08167,.58167,0,0,.77778],8907:[0,.69224,0,0,.77778],8908:[0,.69224,0,0,.77778],8909:[-.03598,.46402,0,0,.77778],8910:[0,.54986,0,0,.76042],8911:[0,.54986,0,0,.76042],8912:[.03517,.54986,0,0,.77778],8913:[.03517,.54986,0,0,.77778],8914:[0,.54986,0,0,.66667],8915:[0,.54986,0,0,.66667],8916:[0,.69224,0,0,.66667],8918:[.0391,.5391,0,0,.77778],8919:[.0391,.5391,0,0,.77778],8920:[.03517,.54986,0,0,1.33334],8921:[.03517,.54986,0,0,1.33334],8922:[.38569,.88569,0,0,.77778],8923:[.38569,.88569,0,0,.77778],8926:[.13667,.63667,0,0,.77778],8927:[.13667,.63667,0,0,.77778],8928:[.30274,.79383,0,0,.77778],8929:[.30274,.79383,0,0,.77778],8934:[.23222,.74111,0,0,.77778],8935:[.23222,.74111,0,0,.77778],8936:[.23222,.74111,0,0,.77778],8937:[.23222,.74111,0,0,.77778],8938:[.20576,.70576,0,0,.77778],8939:[.20576,.70576,0,0,.77778],8940:[.30274,.79383,0,0,.77778],8941:[.30274,.79383,0,0,.77778],8994:[.19444,.69224,0,0,.77778],8995:[.19444,.69224,0,0,.77778],9416:[.15559,.69224,0,0,.90222],9484:[0,.69224,0,0,.5],9488:[0,.69224,0,0,.5],9492:[0,.37788,0,0,.5],9496:[0,.37788,0,0,.5],9585:[.19444,.68889,0,0,.88889],9586:[.19444,.74111,0,0,.88889],9632:[0,.675,0,0,.77778],9633:[0,.675,0,0,.77778],9650:[0,.54986,0,0,.72222],9651:[0,.54986,0,0,.72222],9654:[.03517,.54986,0,0,.77778],9660:[0,.54986,0,0,.72222],9661:[0,.54986,0,0,.72222],9664:[.03517,.54986,0,0,.77778],9674:[.11111,.69224,0,0,.66667],9733:[.19444,.69224,0,0,.94445],10003:[0,.69224,0,0,.83334],10016:[0,.69224,0,0,.83334],10731:[.11111,.69224,0,0,.66667],10846:[.19444,.75583,0,0,.61111],10877:[.13667,.63667,0,0,.77778],10878:[.13667,.63667,0,0,.77778],10885:[.25583,.75583,0,0,.77778],10886:[.25583,.75583,0,0,.77778],10887:[.13597,.63597,0,0,.77778],10888:[.13597,.63597,0,0,.77778],10889:[.26167,.75726,0,0,.77778],10890:[.26167,.75726,0,0,.77778],10891:[.48256,.98256,0,0,.77778],10892:[.48256,.98256,0,0,.77778],10901:[.13667,.63667,0,0,.77778],10902:[.13667,.63667,0,0,.77778],10933:[.25142,.75726,0,0,.77778],10934:[.25142,.75726,0,0,.77778],10935:[.26167,.75726,0,0,.77778],10936:[.26167,.75726,0,0,.77778],10937:[.26167,.75726,0,0,.77778],10938:[.26167,.75726,0,0,.77778],10949:[.25583,.75583,0,0,.77778],10950:[.25583,.75583,0,0,.77778],10955:[.28481,.79383,0,0,.77778],10956:[.28481,.79383,0,0,.77778],57350:[.08167,.58167,0,0,.22222],57351:[.08167,.58167,0,0,.38889],57352:[.08167,.58167,0,0,.77778],57353:[0,.43056,.04028,0,.66667],57356:[.25142,.75726,0,0,.77778],57357:[.25142,.75726,0,0,.77778],57358:[.41951,.91951,0,0,.77778],57359:[.30274,.79383,0,0,.77778],57360:[.30274,.79383,0,0,.77778],57361:[.41951,.91951,0,0,.77778],57366:[.25142,.75726,0,0,.77778],57367:[.25142,.75726,0,0,.77778],57368:[.25142,.75726,0,0,.77778],57369:[.25142,.75726,0,0,.77778],57370:[.13597,.63597,0,0,.77778],57371:[.13597,.63597,0,0,.77778]},"Caligraphic-Regular":{48:[0,.43056,0,0,.5],49:[0,.43056,0,0,.5],50:[0,.43056,0,0,.5],51:[.19444,.43056,0,0,.5],52:[.19444,.43056,0,0,.5],53:[.19444,.43056,0,0,.5],54:[0,.64444,0,0,.5],55:[.19444,.43056,0,0,.5],56:[0,.64444,0,0,.5],57:[.19444,.43056,0,0,.5],65:[0,.68333,0,.19445,.79847],66:[0,.68333,.03041,.13889,.65681],67:[0,.68333,.05834,.13889,.52653],68:[0,.68333,.02778,.08334,.77139],69:[0,.68333,.08944,.11111,.52778],70:[0,.68333,.09931,.11111,.71875],71:[.09722,.68333,.0593,.11111,.59487],72:[0,.68333,.00965,.11111,.84452],73:[0,.68333,.07382,0,.54452],74:[.09722,.68333,.18472,.16667,.67778],75:[0,.68333,.01445,.05556,.76195],76:[0,.68333,0,.13889,.68972],77:[0,.68333,0,.13889,1.2009],78:[0,.68333,.14736,.08334,.82049],79:[0,.68333,.02778,.11111,.79611],80:[0,.68333,.08222,.08334,.69556],81:[.09722,.68333,0,.11111,.81667],82:[0,.68333,0,.08334,.8475],83:[0,.68333,.075,.13889,.60556],84:[0,.68333,.25417,0,.54464],85:[0,.68333,.09931,.08334,.62583],86:[0,.68333,.08222,0,.61278],87:[0,.68333,.08222,.08334,.98778],88:[0,.68333,.14643,.13889,.7133],89:[.09722,.68333,.08222,.08334,.66834],90:[0,.68333,.07944,.13889,.72473]},"Fraktur-Regular":{33:[0,.69141,0,0,.29574],34:[0,.69141,0,0,.21471],38:[0,.69141,0,0,.73786],39:[0,.69141,0,0,.21201],40:[.24982,.74947,0,0,.38865],41:[.24982,.74947,0,0,.38865],42:[0,.62119,0,0,.27764],43:[.08319,.58283,0,0,.75623],44:[0,.10803,0,0,.27764],45:[.08319,.58283,0,0,.75623],46:[0,.10803,0,0,.27764],47:[.24982,.74947,0,0,.50181],48:[0,.47534,0,0,.50181],49:[0,.47534,0,0,.50181],50:[0,.47534,0,0,.50181],51:[.18906,.47534,0,0,.50181],52:[.18906,.47534,0,0,.50181],53:[.18906,.47534,0,0,.50181],54:[0,.69141,0,0,.50181],55:[.18906,.47534,0,0,.50181],56:[0,.69141,0,0,.50181],57:[.18906,.47534,0,0,.50181],58:[0,.47534,0,0,.21606],59:[.12604,.47534,0,0,.21606],61:[-.13099,.36866,0,0,.75623],63:[0,.69141,0,0,.36245],65:[0,.69141,0,0,.7176],66:[0,.69141,0,0,.88397],67:[0,.69141,0,0,.61254],68:[0,.69141,0,0,.83158],69:[0,.69141,0,0,.66278],70:[.12604,.69141,0,0,.61119],71:[0,.69141,0,0,.78539],72:[.06302,.69141,0,0,.7203],73:[0,.69141,0,0,.55448],74:[.12604,.69141,0,0,.55231],75:[0,.69141,0,0,.66845],76:[0,.69141,0,0,.66602],77:[0,.69141,0,0,1.04953],78:[0,.69141,0,0,.83212],79:[0,.69141,0,0,.82699],80:[.18906,.69141,0,0,.82753],81:[.03781,.69141,0,0,.82699],82:[0,.69141,0,0,.82807],83:[0,.69141,0,0,.82861],84:[0,.69141,0,0,.66899],85:[0,.69141,0,0,.64576],86:[0,.69141,0,0,.83131],87:[0,.69141,0,0,1.04602],88:[0,.69141,0,0,.71922],89:[.18906,.69141,0,0,.83293],90:[.12604,.69141,0,0,.60201],91:[.24982,.74947,0,0,.27764],93:[.24982,.74947,0,0,.27764],94:[0,.69141,0,0,.49965],97:[0,.47534,0,0,.50046],98:[0,.69141,0,0,.51315],99:[0,.47534,0,0,.38946],100:[0,.62119,0,0,.49857],101:[0,.47534,0,0,.40053],102:[.18906,.69141,0,0,.32626],103:[.18906,.47534,0,0,.5037],104:[.18906,.69141,0,0,.52126],105:[0,.69141,0,0,.27899],106:[0,.69141,0,0,.28088],107:[0,.69141,0,0,.38946],108:[0,.69141,0,0,.27953],109:[0,.47534,0,0,.76676],110:[0,.47534,0,0,.52666],111:[0,.47534,0,0,.48885],112:[.18906,.52396,0,0,.50046],113:[.18906,.47534,0,0,.48912],114:[0,.47534,0,0,.38919],115:[0,.47534,0,0,.44266],116:[0,.62119,0,0,.33301],117:[0,.47534,0,0,.5172],118:[0,.52396,0,0,.5118],119:[0,.52396,0,0,.77351],120:[.18906,.47534,0,0,.38865],121:[.18906,.47534,0,0,.49884],122:[.18906,.47534,0,0,.39054],8216:[0,.69141,0,0,.21471],8217:[0,.69141,0,0,.21471],58112:[0,.62119,0,0,.49749],58113:[0,.62119,0,0,.4983],58114:[.18906,.69141,0,0,.33328],58115:[.18906,.69141,0,0,.32923],58116:[.18906,.47534,0,0,.50343],58117:[0,.69141,0,0,.33301],58118:[0,.62119,0,0,.33409],58119:[0,.47534,0,0,.50073]},"Main-Bold":{33:[0,.69444,0,0,.35],34:[0,.69444,0,0,.60278],35:[.19444,.69444,0,0,.95833],36:[.05556,.75,0,0,.575],37:[.05556,.75,0,0,.95833],38:[0,.69444,0,0,.89444],39:[0,.69444,0,0,.31944],40:[.25,.75,0,0,.44722],41:[.25,.75,0,0,.44722],42:[0,.75,0,0,.575],43:[.13333,.63333,0,0,.89444],44:[.19444,.15556,0,0,.31944],45:[0,.44444,0,0,.38333],46:[0,.15556,0,0,.31944],47:[.25,.75,0,0,.575],48:[0,.64444,0,0,.575],49:[0,.64444,0,0,.575],50:[0,.64444,0,0,.575],51:[0,.64444,0,0,.575],52:[0,.64444,0,0,.575],53:[0,.64444,0,0,.575],54:[0,.64444,0,0,.575],55:[0,.64444,0,0,.575],56:[0,.64444,0,0,.575],57:[0,.64444,0,0,.575],58:[0,.44444,0,0,.31944],59:[.19444,.44444,0,0,.31944],60:[.08556,.58556,0,0,.89444],61:[-.10889,.39111,0,0,.89444],62:[.08556,.58556,0,0,.89444],63:[0,.69444,0,0,.54305],64:[0,.69444,0,0,.89444],65:[0,.68611,0,0,.86944],66:[0,.68611,0,0,.81805],67:[0,.68611,0,0,.83055],68:[0,.68611,0,0,.88194],69:[0,.68611,0,0,.75555],70:[0,.68611,0,0,.72361],71:[0,.68611,0,0,.90416],72:[0,.68611,0,0,.9],73:[0,.68611,0,0,.43611],74:[0,.68611,0,0,.59444],75:[0,.68611,0,0,.90138],76:[0,.68611,0,0,.69166],77:[0,.68611,0,0,1.09166],78:[0,.68611,0,0,.9],79:[0,.68611,0,0,.86388],80:[0,.68611,0,0,.78611],81:[.19444,.68611,0,0,.86388],82:[0,.68611,0,0,.8625],83:[0,.68611,0,0,.63889],84:[0,.68611,0,0,.8],85:[0,.68611,0,0,.88472],86:[0,.68611,.01597,0,.86944],87:[0,.68611,.01597,0,1.18888],88:[0,.68611,0,0,.86944],89:[0,.68611,.02875,0,.86944],90:[0,.68611,0,0,.70277],91:[.25,.75,0,0,.31944],92:[.25,.75,0,0,.575],93:[.25,.75,0,0,.31944],94:[0,.69444,0,0,.575],95:[.31,.13444,.03194,0,.575],97:[0,.44444,0,0,.55902],98:[0,.69444,0,0,.63889],99:[0,.44444,0,0,.51111],100:[0,.69444,0,0,.63889],101:[0,.44444,0,0,.52708],102:[0,.69444,.10903,0,.35139],103:[.19444,.44444,.01597,0,.575],104:[0,.69444,0,0,.63889],105:[0,.69444,0,0,.31944],106:[.19444,.69444,0,0,.35139],107:[0,.69444,0,0,.60694],108:[0,.69444,0,0,.31944],109:[0,.44444,0,0,.95833],110:[0,.44444,0,0,.63889],111:[0,.44444,0,0,.575],112:[.19444,.44444,0,0,.63889],113:[.19444,.44444,0,0,.60694],114:[0,.44444,0,0,.47361],115:[0,.44444,0,0,.45361],116:[0,.63492,0,0,.44722],117:[0,.44444,0,0,.63889],118:[0,.44444,.01597,0,.60694],119:[0,.44444,.01597,0,.83055],120:[0,.44444,0,0,.60694],121:[.19444,.44444,.01597,0,.60694],122:[0,.44444,0,0,.51111],123:[.25,.75,0,0,.575],124:[.25,.75,0,0,.31944],125:[.25,.75,0,0,.575],126:[.35,.34444,0,0,.575],168:[0,.69444,0,0,.575],172:[0,.44444,0,0,.76666],176:[0,.69444,0,0,.86944],177:[.13333,.63333,0,0,.89444],184:[.17014,0,0,0,.51111],198:[0,.68611,0,0,1.04166],215:[.13333,.63333,0,0,.89444],216:[.04861,.73472,0,0,.89444],223:[0,.69444,0,0,.59722],230:[0,.44444,0,0,.83055],247:[.13333,.63333,0,0,.89444],248:[.09722,.54167,0,0,.575],305:[0,.44444,0,0,.31944],338:[0,.68611,0,0,1.16944],339:[0,.44444,0,0,.89444],567:[.19444,.44444,0,0,.35139],710:[0,.69444,0,0,.575],711:[0,.63194,0,0,.575],713:[0,.59611,0,0,.575],714:[0,.69444,0,0,.575],715:[0,.69444,0,0,.575],728:[0,.69444,0,0,.575],729:[0,.69444,0,0,.31944],730:[0,.69444,0,0,.86944],732:[0,.69444,0,0,.575],733:[0,.69444,0,0,.575],915:[0,.68611,0,0,.69166],916:[0,.68611,0,0,.95833],920:[0,.68611,0,0,.89444],923:[0,.68611,0,0,.80555],926:[0,.68611,0,0,.76666],928:[0,.68611,0,0,.9],931:[0,.68611,0,0,.83055],933:[0,.68611,0,0,.89444],934:[0,.68611,0,0,.83055],936:[0,.68611,0,0,.89444],937:[0,.68611,0,0,.83055],8211:[0,.44444,.03194,0,.575],8212:[0,.44444,.03194,0,1.14999],8216:[0,.69444,0,0,.31944],8217:[0,.69444,0,0,.31944],8220:[0,.69444,0,0,.60278],8221:[0,.69444,0,0,.60278],8224:[.19444,.69444,0,0,.51111],8225:[.19444,.69444,0,0,.51111],8242:[0,.55556,0,0,.34444],8407:[0,.72444,.15486,0,.575],8463:[0,.69444,0,0,.66759],8465:[0,.69444,0,0,.83055],8467:[0,.69444,0,0,.47361],8472:[.19444,.44444,0,0,.74027],8476:[0,.69444,0,0,.83055],8501:[0,.69444,0,0,.70277],8592:[-.10889,.39111,0,0,1.14999],8593:[.19444,.69444,0,0,.575],8594:[-.10889,.39111,0,0,1.14999],8595:[.19444,.69444,0,0,.575],8596:[-.10889,.39111,0,0,1.14999],8597:[.25,.75,0,0,.575],8598:[.19444,.69444,0,0,1.14999],8599:[.19444,.69444,0,0,1.14999],8600:[.19444,.69444,0,0,1.14999],8601:[.19444,.69444,0,0,1.14999],8636:[-.10889,.39111,0,0,1.14999],8637:[-.10889,.39111,0,0,1.14999],8640:[-.10889,.39111,0,0,1.14999],8641:[-.10889,.39111,0,0,1.14999],8656:[-.10889,.39111,0,0,1.14999],8657:[.19444,.69444,0,0,.70277],8658:[-.10889,.39111,0,0,1.14999],8659:[.19444,.69444,0,0,.70277],8660:[-.10889,.39111,0,0,1.14999],8661:[.25,.75,0,0,.70277],8704:[0,.69444,0,0,.63889],8706:[0,.69444,.06389,0,.62847],8707:[0,.69444,0,0,.63889],8709:[.05556,.75,0,0,.575],8711:[0,.68611,0,0,.95833],8712:[.08556,.58556,0,0,.76666],8715:[.08556,.58556,0,0,.76666],8722:[.13333,.63333,0,0,.89444],8723:[.13333,.63333,0,0,.89444],8725:[.25,.75,0,0,.575],8726:[.25,.75,0,0,.575],8727:[-.02778,.47222,0,0,.575],8728:[-.02639,.47361,0,0,.575],8729:[-.02639,.47361,0,0,.575],8730:[.18,.82,0,0,.95833],8733:[0,.44444,0,0,.89444],8734:[0,.44444,0,0,1.14999],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.31944],8741:[.25,.75,0,0,.575],8743:[0,.55556,0,0,.76666],8744:[0,.55556,0,0,.76666],8745:[0,.55556,0,0,.76666],8746:[0,.55556,0,0,.76666],8747:[.19444,.69444,.12778,0,.56875],8764:[-.10889,.39111,0,0,.89444],8768:[.19444,.69444,0,0,.31944],8771:[.00222,.50222,0,0,.89444],8776:[.02444,.52444,0,0,.89444],8781:[.00222,.50222,0,0,.89444],8801:[.00222,.50222,0,0,.89444],8804:[.19667,.69667,0,0,.89444],8805:[.19667,.69667,0,0,.89444],8810:[.08556,.58556,0,0,1.14999],8811:[.08556,.58556,0,0,1.14999],8826:[.08556,.58556,0,0,.89444],8827:[.08556,.58556,0,0,.89444],8834:[.08556,.58556,0,0,.89444],8835:[.08556,.58556,0,0,.89444],8838:[.19667,.69667,0,0,.89444],8839:[.19667,.69667,0,0,.89444],8846:[0,.55556,0,0,.76666],8849:[.19667,.69667,0,0,.89444],8850:[.19667,.69667,0,0,.89444],8851:[0,.55556,0,0,.76666],8852:[0,.55556,0,0,.76666],8853:[.13333,.63333,0,0,.89444],8854:[.13333,.63333,0,0,.89444],8855:[.13333,.63333,0,0,.89444],8856:[.13333,.63333,0,0,.89444],8857:[.13333,.63333,0,0,.89444],8866:[0,.69444,0,0,.70277],8867:[0,.69444,0,0,.70277],8868:[0,.69444,0,0,.89444],8869:[0,.69444,0,0,.89444],8900:[-.02639,.47361,0,0,.575],8901:[-.02639,.47361,0,0,.31944],8902:[-.02778,.47222,0,0,.575],8968:[.25,.75,0,0,.51111],8969:[.25,.75,0,0,.51111],8970:[.25,.75,0,0,.51111],8971:[.25,.75,0,0,.51111],8994:[-.13889,.36111,0,0,1.14999],8995:[-.13889,.36111,0,0,1.14999],9651:[.19444,.69444,0,0,1.02222],9657:[-.02778,.47222,0,0,.575],9661:[.19444,.69444,0,0,1.02222],9667:[-.02778,.47222,0,0,.575],9711:[.19444,.69444,0,0,1.14999],9824:[.12963,.69444,0,0,.89444],9825:[.12963,.69444,0,0,.89444],9826:[.12963,.69444,0,0,.89444],9827:[.12963,.69444,0,0,.89444],9837:[0,.75,0,0,.44722],9838:[.19444,.69444,0,0,.44722],9839:[.19444,.69444,0,0,.44722],10216:[.25,.75,0,0,.44722],10217:[.25,.75,0,0,.44722],10815:[0,.68611,0,0,.9],10927:[.19667,.69667,0,0,.89444],10928:[.19667,.69667,0,0,.89444],57376:[.19444,.69444,0,0,0]},"Main-BoldItalic":{33:[0,.69444,.11417,0,.38611],34:[0,.69444,.07939,0,.62055],35:[.19444,.69444,.06833,0,.94444],37:[.05556,.75,.12861,0,.94444],38:[0,.69444,.08528,0,.88555],39:[0,.69444,.12945,0,.35555],40:[.25,.75,.15806,0,.47333],41:[.25,.75,.03306,0,.47333],42:[0,.75,.14333,0,.59111],43:[.10333,.60333,.03306,0,.88555],44:[.19444,.14722,0,0,.35555],45:[0,.44444,.02611,0,.41444],46:[0,.14722,0,0,.35555],47:[.25,.75,.15806,0,.59111],48:[0,.64444,.13167,0,.59111],49:[0,.64444,.13167,0,.59111],50:[0,.64444,.13167,0,.59111],51:[0,.64444,.13167,0,.59111],52:[.19444,.64444,.13167,0,.59111],53:[0,.64444,.13167,0,.59111],54:[0,.64444,.13167,0,.59111],55:[.19444,.64444,.13167,0,.59111],56:[0,.64444,.13167,0,.59111],57:[0,.64444,.13167,0,.59111],58:[0,.44444,.06695,0,.35555],59:[.19444,.44444,.06695,0,.35555],61:[-.10889,.39111,.06833,0,.88555],63:[0,.69444,.11472,0,.59111],64:[0,.69444,.09208,0,.88555],65:[0,.68611,0,0,.86555],66:[0,.68611,.0992,0,.81666],67:[0,.68611,.14208,0,.82666],68:[0,.68611,.09062,0,.87555],69:[0,.68611,.11431,0,.75666],70:[0,.68611,.12903,0,.72722],71:[0,.68611,.07347,0,.89527],72:[0,.68611,.17208,0,.8961],73:[0,.68611,.15681,0,.47166],74:[0,.68611,.145,0,.61055],75:[0,.68611,.14208,0,.89499],76:[0,.68611,0,0,.69777],77:[0,.68611,.17208,0,1.07277],78:[0,.68611,.17208,0,.8961],79:[0,.68611,.09062,0,.85499],80:[0,.68611,.0992,0,.78721],81:[.19444,.68611,.09062,0,.85499],82:[0,.68611,.02559,0,.85944],83:[0,.68611,.11264,0,.64999],84:[0,.68611,.12903,0,.7961],85:[0,.68611,.17208,0,.88083],86:[0,.68611,.18625,0,.86555],87:[0,.68611,.18625,0,1.15999],88:[0,.68611,.15681,0,.86555],89:[0,.68611,.19803,0,.86555],90:[0,.68611,.14208,0,.70888],91:[.25,.75,.1875,0,.35611],93:[.25,.75,.09972,0,.35611],94:[0,.69444,.06709,0,.59111],95:[.31,.13444,.09811,0,.59111],97:[0,.44444,.09426,0,.59111],98:[0,.69444,.07861,0,.53222],99:[0,.44444,.05222,0,.53222],100:[0,.69444,.10861,0,.59111],101:[0,.44444,.085,0,.53222],102:[.19444,.69444,.21778,0,.4],103:[.19444,.44444,.105,0,.53222],104:[0,.69444,.09426,0,.59111],105:[0,.69326,.11387,0,.35555],106:[.19444,.69326,.1672,0,.35555],107:[0,.69444,.11111,0,.53222],108:[0,.69444,.10861,0,.29666],109:[0,.44444,.09426,0,.94444],110:[0,.44444,.09426,0,.64999],111:[0,.44444,.07861,0,.59111],112:[.19444,.44444,.07861,0,.59111],113:[.19444,.44444,.105,0,.53222],114:[0,.44444,.11111,0,.50167],115:[0,.44444,.08167,0,.48694],116:[0,.63492,.09639,0,.385],117:[0,.44444,.09426,0,.62055],118:[0,.44444,.11111,0,.53222],119:[0,.44444,.11111,0,.76777],120:[0,.44444,.12583,0,.56055],121:[.19444,.44444,.105,0,.56166],122:[0,.44444,.13889,0,.49055],126:[.35,.34444,.11472,0,.59111],163:[0,.69444,0,0,.86853],168:[0,.69444,.11473,0,.59111],176:[0,.69444,0,0,.94888],184:[.17014,0,0,0,.53222],198:[0,.68611,.11431,0,1.02277],216:[.04861,.73472,.09062,0,.88555],223:[.19444,.69444,.09736,0,.665],230:[0,.44444,.085,0,.82666],248:[.09722,.54167,.09458,0,.59111],305:[0,.44444,.09426,0,.35555],338:[0,.68611,.11431,0,1.14054],339:[0,.44444,.085,0,.82666],567:[.19444,.44444,.04611,0,.385],710:[0,.69444,.06709,0,.59111],711:[0,.63194,.08271,0,.59111],713:[0,.59444,.10444,0,.59111],714:[0,.69444,.08528,0,.59111],715:[0,.69444,0,0,.59111],728:[0,.69444,.10333,0,.59111],729:[0,.69444,.12945,0,.35555],730:[0,.69444,0,0,.94888],732:[0,.69444,.11472,0,.59111],733:[0,.69444,.11472,0,.59111],915:[0,.68611,.12903,0,.69777],916:[0,.68611,0,0,.94444],920:[0,.68611,.09062,0,.88555],923:[0,.68611,0,0,.80666],926:[0,.68611,.15092,0,.76777],928:[0,.68611,.17208,0,.8961],931:[0,.68611,.11431,0,.82666],933:[0,.68611,.10778,0,.88555],934:[0,.68611,.05632,0,.82666],936:[0,.68611,.10778,0,.88555],937:[0,.68611,.0992,0,.82666],8211:[0,.44444,.09811,0,.59111],8212:[0,.44444,.09811,0,1.18221],8216:[0,.69444,.12945,0,.35555],8217:[0,.69444,.12945,0,.35555],8220:[0,.69444,.16772,0,.62055],8221:[0,.69444,.07939,0,.62055]},"Main-Italic":{33:[0,.69444,.12417,0,.30667],34:[0,.69444,.06961,0,.51444],35:[.19444,.69444,.06616,0,.81777],37:[.05556,.75,.13639,0,.81777],38:[0,.69444,.09694,0,.76666],39:[0,.69444,.12417,0,.30667],40:[.25,.75,.16194,0,.40889],41:[.25,.75,.03694,0,.40889],42:[0,.75,.14917,0,.51111],43:[.05667,.56167,.03694,0,.76666],44:[.19444,.10556,0,0,.30667],45:[0,.43056,.02826,0,.35778],46:[0,.10556,0,0,.30667],47:[.25,.75,.16194,0,.51111],48:[0,.64444,.13556,0,.51111],49:[0,.64444,.13556,0,.51111],50:[0,.64444,.13556,0,.51111],51:[0,.64444,.13556,0,.51111],52:[.19444,.64444,.13556,0,.51111],53:[0,.64444,.13556,0,.51111],54:[0,.64444,.13556,0,.51111],55:[.19444,.64444,.13556,0,.51111],56:[0,.64444,.13556,0,.51111],57:[0,.64444,.13556,0,.51111],58:[0,.43056,.0582,0,.30667],59:[.19444,.43056,.0582,0,.30667],61:[-.13313,.36687,.06616,0,.76666],63:[0,.69444,.1225,0,.51111],64:[0,.69444,.09597,0,.76666],65:[0,.68333,0,0,.74333],66:[0,.68333,.10257,0,.70389],67:[0,.68333,.14528,0,.71555],68:[0,.68333,.09403,0,.755],69:[0,.68333,.12028,0,.67833],70:[0,.68333,.13305,0,.65277],71:[0,.68333,.08722,0,.77361],72:[0,.68333,.16389,0,.74333],73:[0,.68333,.15806,0,.38555],74:[0,.68333,.14028,0,.525],75:[0,.68333,.14528,0,.76888],76:[0,.68333,0,0,.62722],77:[0,.68333,.16389,0,.89666],78:[0,.68333,.16389,0,.74333],79:[0,.68333,.09403,0,.76666],80:[0,.68333,.10257,0,.67833],81:[.19444,.68333,.09403,0,.76666],82:[0,.68333,.03868,0,.72944],83:[0,.68333,.11972,0,.56222],84:[0,.68333,.13305,0,.71555],85:[0,.68333,.16389,0,.74333],86:[0,.68333,.18361,0,.74333],87:[0,.68333,.18361,0,.99888],88:[0,.68333,.15806,0,.74333],89:[0,.68333,.19383,0,.74333],90:[0,.68333,.14528,0,.61333],91:[.25,.75,.1875,0,.30667],93:[.25,.75,.10528,0,.30667],94:[0,.69444,.06646,0,.51111],95:[.31,.12056,.09208,0,.51111],97:[0,.43056,.07671,0,.51111],98:[0,.69444,.06312,0,.46],99:[0,.43056,.05653,0,.46],100:[0,.69444,.10333,0,.51111],101:[0,.43056,.07514,0,.46],102:[.19444,.69444,.21194,0,.30667],103:[.19444,.43056,.08847,0,.46],104:[0,.69444,.07671,0,.51111],105:[0,.65536,.1019,0,.30667],106:[.19444,.65536,.14467,0,.30667],107:[0,.69444,.10764,0,.46],108:[0,.69444,.10333,0,.25555],109:[0,.43056,.07671,0,.81777],110:[0,.43056,.07671,0,.56222],111:[0,.43056,.06312,0,.51111],112:[.19444,.43056,.06312,0,.51111],113:[.19444,.43056,.08847,0,.46],114:[0,.43056,.10764,0,.42166],115:[0,.43056,.08208,0,.40889],116:[0,.61508,.09486,0,.33222],117:[0,.43056,.07671,0,.53666],118:[0,.43056,.10764,0,.46],119:[0,.43056,.10764,0,.66444],120:[0,.43056,.12042,0,.46389],121:[.19444,.43056,.08847,0,.48555],122:[0,.43056,.12292,0,.40889],126:[.35,.31786,.11585,0,.51111],163:[0,.69444,0,0,.76909],168:[0,.66786,.10474,0,.51111],176:[0,.69444,0,0,.83129],184:[.17014,0,0,0,.46],198:[0,.68333,.12028,0,.88277],216:[.04861,.73194,.09403,0,.76666],223:[.19444,.69444,.10514,0,.53666],230:[0,.43056,.07514,0,.71555],248:[.09722,.52778,.09194,0,.51111],305:[0,.43056,0,.02778,.32246],338:[0,.68333,.12028,0,.98499],339:[0,.43056,.07514,0,.71555],567:[.19444,.43056,0,.08334,.38403],710:[0,.69444,.06646,0,.51111],711:[0,.62847,.08295,0,.51111],713:[0,.56167,.10333,0,.51111],714:[0,.69444,.09694,0,.51111],715:[0,.69444,0,0,.51111],728:[0,.69444,.10806,0,.51111],729:[0,.66786,.11752,0,.30667],730:[0,.69444,0,0,.83129],732:[0,.66786,.11585,0,.51111],733:[0,.69444,.1225,0,.51111],915:[0,.68333,.13305,0,.62722],916:[0,.68333,0,0,.81777],920:[0,.68333,.09403,0,.76666],923:[0,.68333,0,0,.69222],926:[0,.68333,.15294,0,.66444],928:[0,.68333,.16389,0,.74333],931:[0,.68333,.12028,0,.71555],933:[0,.68333,.11111,0,.76666],934:[0,.68333,.05986,0,.71555],936:[0,.68333,.11111,0,.76666],937:[0,.68333,.10257,0,.71555],8211:[0,.43056,.09208,0,.51111],8212:[0,.43056,.09208,0,1.02222],8216:[0,.69444,.12417,0,.30667],8217:[0,.69444,.12417,0,.30667],8220:[0,.69444,.1685,0,.51444],8221:[0,.69444,.06961,0,.51444],8463:[0,.68889,0,0,.54028]},"Main-Regular":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.27778],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.77778],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.19444,.10556,0,0,.27778],45:[0,.43056,0,0,.33333],46:[0,.10556,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.64444,0,0,.5],49:[0,.64444,0,0,.5],50:[0,.64444,0,0,.5],51:[0,.64444,0,0,.5],52:[0,.64444,0,0,.5],53:[0,.64444,0,0,.5],54:[0,.64444,0,0,.5],55:[0,.64444,0,0,.5],56:[0,.64444,0,0,.5],57:[0,.64444,0,0,.5],58:[0,.43056,0,0,.27778],59:[.19444,.43056,0,0,.27778],60:[.0391,.5391,0,0,.77778],61:[-.13313,.36687,0,0,.77778],62:[.0391,.5391,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.77778],65:[0,.68333,0,0,.75],66:[0,.68333,0,0,.70834],67:[0,.68333,0,0,.72222],68:[0,.68333,0,0,.76389],69:[0,.68333,0,0,.68056],70:[0,.68333,0,0,.65278],71:[0,.68333,0,0,.78472],72:[0,.68333,0,0,.75],73:[0,.68333,0,0,.36111],74:[0,.68333,0,0,.51389],75:[0,.68333,0,0,.77778],76:[0,.68333,0,0,.625],77:[0,.68333,0,0,.91667],78:[0,.68333,0,0,.75],79:[0,.68333,0,0,.77778],80:[0,.68333,0,0,.68056],81:[.19444,.68333,0,0,.77778],82:[0,.68333,0,0,.73611],83:[0,.68333,0,0,.55556],84:[0,.68333,0,0,.72222],85:[0,.68333,0,0,.75],86:[0,.68333,.01389,0,.75],87:[0,.68333,.01389,0,1.02778],88:[0,.68333,0,0,.75],89:[0,.68333,.025,0,.75],90:[0,.68333,0,0,.61111],91:[.25,.75,0,0,.27778],92:[.25,.75,0,0,.5],93:[.25,.75,0,0,.27778],94:[0,.69444,0,0,.5],95:[.31,.12056,.02778,0,.5],97:[0,.43056,0,0,.5],98:[0,.69444,0,0,.55556],99:[0,.43056,0,0,.44445],100:[0,.69444,0,0,.55556],101:[0,.43056,0,0,.44445],102:[0,.69444,.07778,0,.30556],103:[.19444,.43056,.01389,0,.5],104:[0,.69444,0,0,.55556],105:[0,.66786,0,0,.27778],106:[.19444,.66786,0,0,.30556],107:[0,.69444,0,0,.52778],108:[0,.69444,0,0,.27778],109:[0,.43056,0,0,.83334],110:[0,.43056,0,0,.55556],111:[0,.43056,0,0,.5],112:[.19444,.43056,0,0,.55556],113:[.19444,.43056,0,0,.52778],114:[0,.43056,0,0,.39167],115:[0,.43056,0,0,.39445],116:[0,.61508,0,0,.38889],117:[0,.43056,0,0,.55556],118:[0,.43056,.01389,0,.52778],119:[0,.43056,.01389,0,.72222],120:[0,.43056,0,0,.52778],121:[.19444,.43056,.01389,0,.52778],122:[0,.43056,0,0,.44445],123:[.25,.75,0,0,.5],124:[.25,.75,0,0,.27778],125:[.25,.75,0,0,.5],126:[.35,.31786,0,0,.5],160:[0,0,0,0,.25],167:[.19444,.69444,0,0,.44445],168:[0,.66786,0,0,.5],172:[0,.43056,0,0,.66667],176:[0,.69444,0,0,.75],177:[.08333,.58333,0,0,.77778],182:[.19444,.69444,0,0,.61111],184:[.17014,0,0,0,.44445],198:[0,.68333,0,0,.90278],215:[.08333,.58333,0,0,.77778],216:[.04861,.73194,0,0,.77778],223:[0,.69444,0,0,.5],230:[0,.43056,0,0,.72222],247:[.08333,.58333,0,0,.77778],248:[.09722,.52778,0,0,.5],305:[0,.43056,0,0,.27778],338:[0,.68333,0,0,1.01389],339:[0,.43056,0,0,.77778],567:[.19444,.43056,0,0,.30556],710:[0,.69444,0,0,.5],711:[0,.62847,0,0,.5],713:[0,.56778,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.66786,0,0,.27778],730:[0,.69444,0,0,.75],732:[0,.66786,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.68333,0,0,.625],916:[0,.68333,0,0,.83334],920:[0,.68333,0,0,.77778],923:[0,.68333,0,0,.69445],926:[0,.68333,0,0,.66667],928:[0,.68333,0,0,.75],931:[0,.68333,0,0,.72222],933:[0,.68333,0,0,.77778],934:[0,.68333,0,0,.72222],936:[0,.68333,0,0,.77778],937:[0,.68333,0,0,.72222],8211:[0,.43056,.02778,0,.5],8212:[0,.43056,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5],8224:[.19444,.69444,0,0,.44445],8225:[.19444,.69444,0,0,.44445],8230:[0,.12,0,0,1.172],8242:[0,.55556,0,0,.275],8407:[0,.71444,.15382,0,.5],8463:[0,.68889,0,0,.54028],8465:[0,.69444,0,0,.72222],8467:[0,.69444,0,.11111,.41667],8472:[.19444,.43056,0,.11111,.63646],8476:[0,.69444,0,0,.72222],8501:[0,.69444,0,0,.61111],8592:[-.13313,.36687,0,0,1],8593:[.19444,.69444,0,0,.5],8594:[-.13313,.36687,0,0,1],8595:[.19444,.69444,0,0,.5],8596:[-.13313,.36687,0,0,1],8597:[.25,.75,0,0,.5],8598:[.19444,.69444,0,0,1],8599:[.19444,.69444,0,0,1],8600:[.19444,.69444,0,0,1],8601:[.19444,.69444,0,0,1],8614:[.011,.511,0,0,1],8617:[.011,.511,0,0,1.126],8618:[.011,.511,0,0,1.126],8636:[-.13313,.36687,0,0,1],8637:[-.13313,.36687,0,0,1],8640:[-.13313,.36687,0,0,1],8641:[-.13313,.36687,0,0,1],8652:[.011,.671,0,0,1],8656:[-.13313,.36687,0,0,1],8657:[.19444,.69444,0,0,.61111],8658:[-.13313,.36687,0,0,1],8659:[.19444,.69444,0,0,.61111],8660:[-.13313,.36687,0,0,1],8661:[.25,.75,0,0,.61111],8704:[0,.69444,0,0,.55556],8706:[0,.69444,.05556,.08334,.5309],8707:[0,.69444,0,0,.55556],8709:[.05556,.75,0,0,.5],8711:[0,.68333,0,0,.83334],8712:[.0391,.5391,0,0,.66667],8715:[.0391,.5391,0,0,.66667],8722:[.08333,.58333,0,0,.77778],8723:[.08333,.58333,0,0,.77778],8725:[.25,.75,0,0,.5],8726:[.25,.75,0,0,.5],8727:[-.03472,.46528,0,0,.5],8728:[-.05555,.44445,0,0,.5],8729:[-.05555,.44445,0,0,.5],8730:[.2,.8,0,0,.83334],8733:[0,.43056,0,0,.77778],8734:[0,.43056,0,0,1],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.27778],8741:[.25,.75,0,0,.5],8743:[0,.55556,0,0,.66667],8744:[0,.55556,0,0,.66667],8745:[0,.55556,0,0,.66667],8746:[0,.55556,0,0,.66667],8747:[.19444,.69444,.11111,0,.41667],8764:[-.13313,.36687,0,0,.77778],8768:[.19444,.69444,0,0,.27778],8771:[-.03625,.46375,0,0,.77778],8773:[-.022,.589,0,0,1],8776:[-.01688,.48312,0,0,.77778],8781:[-.03625,.46375,0,0,.77778],8784:[-.133,.67,0,0,.778],8801:[-.03625,.46375,0,0,.77778],8804:[.13597,.63597,0,0,.77778],8805:[.13597,.63597,0,0,.77778],8810:[.0391,.5391,0,0,1],8811:[.0391,.5391,0,0,1],8826:[.0391,.5391,0,0,.77778],8827:[.0391,.5391,0,0,.77778],8834:[.0391,.5391,0,0,.77778],8835:[.0391,.5391,0,0,.77778],8838:[.13597,.63597,0,0,.77778],8839:[.13597,.63597,0,0,.77778],8846:[0,.55556,0,0,.66667],8849:[.13597,.63597,0,0,.77778],8850:[.13597,.63597,0,0,.77778],8851:[0,.55556,0,0,.66667],8852:[0,.55556,0,0,.66667],8853:[.08333,.58333,0,0,.77778],8854:[.08333,.58333,0,0,.77778],8855:[.08333,.58333,0,0,.77778],8856:[.08333,.58333,0,0,.77778],8857:[.08333,.58333,0,0,.77778],8866:[0,.69444,0,0,.61111],8867:[0,.69444,0,0,.61111],8868:[0,.69444,0,0,.77778],8869:[0,.69444,0,0,.77778],8872:[.249,.75,0,0,.867],8900:[-.05555,.44445,0,0,.5],8901:[-.05555,.44445,0,0,.27778],8902:[-.03472,.46528,0,0,.5],8904:[.005,.505,0,0,.9],8942:[.03,.9,0,0,.278],8943:[-.19,.31,0,0,1.172],8945:[-.1,.82,0,0,1.282],8968:[.25,.75,0,0,.44445],8969:[.25,.75,0,0,.44445],8970:[.25,.75,0,0,.44445],8971:[.25,.75,0,0,.44445],8994:[-.14236,.35764,0,0,1],8995:[-.14236,.35764,0,0,1],9136:[.244,.744,0,0,.412],9137:[.244,.744,0,0,.412],9651:[.19444,.69444,0,0,.88889],9657:[-.03472,.46528,0,0,.5],9661:[.19444,.69444,0,0,.88889],9667:[-.03472,.46528,0,0,.5],9711:[.19444,.69444,0,0,1],9824:[.12963,.69444,0,0,.77778],9825:[.12963,.69444,0,0,.77778],9826:[.12963,.69444,0,0,.77778],9827:[.12963,.69444,0,0,.77778],9837:[0,.75,0,0,.38889],9838:[.19444,.69444,0,0,.38889],9839:[.19444,.69444,0,0,.38889],10216:[.25,.75,0,0,.38889],10217:[.25,.75,0,0,.38889],10222:[.244,.744,0,0,.412],10223:[.244,.744,0,0,.412],10229:[.011,.511,0,0,1.609],10230:[.011,.511,0,0,1.638],10231:[.011,.511,0,0,1.859],10232:[.024,.525,0,0,1.609],10233:[.024,.525,0,0,1.638],10234:[.024,.525,0,0,1.858],10236:[.011,.511,0,0,1.638],10815:[0,.68333,0,0,.75],10927:[.13597,.63597,0,0,.77778],10928:[.13597,.63597,0,0,.77778],57376:[.19444,.69444,0,0,0]},"Math-BoldItalic":{65:[0,.68611,0,0,.86944],66:[0,.68611,.04835,0,.8664],67:[0,.68611,.06979,0,.81694],68:[0,.68611,.03194,0,.93812],69:[0,.68611,.05451,0,.81007],70:[0,.68611,.15972,0,.68889],71:[0,.68611,0,0,.88673],72:[0,.68611,.08229,0,.98229],73:[0,.68611,.07778,0,.51111],74:[0,.68611,.10069,0,.63125],75:[0,.68611,.06979,0,.97118],76:[0,.68611,0,0,.75555],77:[0,.68611,.11424,0,1.14201],78:[0,.68611,.11424,0,.95034],79:[0,.68611,.03194,0,.83666],80:[0,.68611,.15972,0,.72309],81:[.19444,.68611,0,0,.86861],82:[0,.68611,.00421,0,.87235],83:[0,.68611,.05382,0,.69271],84:[0,.68611,.15972,0,.63663],85:[0,.68611,.11424,0,.80027],86:[0,.68611,.25555,0,.67778],87:[0,.68611,.15972,0,1.09305],88:[0,.68611,.07778,0,.94722],89:[0,.68611,.25555,0,.67458],90:[0,.68611,.06979,0,.77257],97:[0,.44444,0,0,.63287],98:[0,.69444,0,0,.52083],99:[0,.44444,0,0,.51342],100:[0,.69444,0,0,.60972],101:[0,.44444,0,0,.55361],102:[.19444,.69444,.11042,0,.56806],103:[.19444,.44444,.03704,0,.5449],104:[0,.69444,0,0,.66759],105:[0,.69326,0,0,.4048],106:[.19444,.69326,.0622,0,.47083],107:[0,.69444,.01852,0,.6037],108:[0,.69444,.0088,0,.34815],109:[0,.44444,0,0,1.0324],110:[0,.44444,0,0,.71296],111:[0,.44444,0,0,.58472],112:[.19444,.44444,0,0,.60092],113:[.19444,.44444,.03704,0,.54213],114:[0,.44444,.03194,0,.5287],115:[0,.44444,0,0,.53125],116:[0,.63492,0,0,.41528],117:[0,.44444,0,0,.68102],118:[0,.44444,.03704,0,.56666],119:[0,.44444,.02778,0,.83148],120:[0,.44444,0,0,.65903],121:[.19444,.44444,.03704,0,.59028],122:[0,.44444,.04213,0,.55509],915:[0,.68611,.15972,0,.65694],916:[0,.68611,0,0,.95833],920:[0,.68611,.03194,0,.86722],923:[0,.68611,0,0,.80555],926:[0,.68611,.07458,0,.84125],928:[0,.68611,.08229,0,.98229],931:[0,.68611,.05451,0,.88507],933:[0,.68611,.15972,0,.67083],934:[0,.68611,0,0,.76666],936:[0,.68611,.11653,0,.71402],937:[0,.68611,.04835,0,.8789],945:[0,.44444,0,0,.76064],946:[.19444,.69444,.03403,0,.65972],947:[.19444,.44444,.06389,0,.59003],948:[0,.69444,.03819,0,.52222],949:[0,.44444,0,0,.52882],950:[.19444,.69444,.06215,0,.50833],951:[.19444,.44444,.03704,0,.6],952:[0,.69444,.03194,0,.5618],953:[0,.44444,0,0,.41204],954:[0,.44444,0,0,.66759],955:[0,.69444,0,0,.67083],956:[.19444,.44444,0,0,.70787],957:[0,.44444,.06898,0,.57685],958:[.19444,.69444,.03021,0,.50833],959:[0,.44444,0,0,.58472],960:[0,.44444,.03704,0,.68241],961:[.19444,.44444,0,0,.6118],962:[.09722,.44444,.07917,0,.42361],963:[0,.44444,.03704,0,.68588],964:[0,.44444,.13472,0,.52083],965:[0,.44444,.03704,0,.63055],966:[.19444,.44444,0,0,.74722],967:[.19444,.44444,0,0,.71805],968:[.19444,.69444,.03704,0,.75833],969:[0,.44444,.03704,0,.71782],977:[0,.69444,0,0,.69155],981:[.19444,.69444,0,0,.7125],982:[0,.44444,.03194,0,.975],1009:[.19444,.44444,0,0,.6118],1013:[0,.44444,0,0,.48333]},"Math-Italic":{65:[0,.68333,0,.13889,.75],66:[0,.68333,.05017,.08334,.75851],67:[0,.68333,.07153,.08334,.71472],68:[0,.68333,.02778,.05556,.82792],69:[0,.68333,.05764,.08334,.7382],70:[0,.68333,.13889,.08334,.64306],71:[0,.68333,0,.08334,.78625],72:[0,.68333,.08125,.05556,.83125],73:[0,.68333,.07847,.11111,.43958],74:[0,.68333,.09618,.16667,.55451],75:[0,.68333,.07153,.05556,.84931],76:[0,.68333,0,.02778,.68056],77:[0,.68333,.10903,.08334,.97014],78:[0,.68333,.10903,.08334,.80347],79:[0,.68333,.02778,.08334,.76278],80:[0,.68333,.13889,.08334,.64201],81:[.19444,.68333,0,.08334,.79056],82:[0,.68333,.00773,.08334,.75929],83:[0,.68333,.05764,.08334,.6132],84:[0,.68333,.13889,.08334,.58438],85:[0,.68333,.10903,.02778,.68278],86:[0,.68333,.22222,0,.58333],87:[0,.68333,.13889,0,.94445],88:[0,.68333,.07847,.08334,.82847],89:[0,.68333,.22222,0,.58056],90:[0,.68333,.07153,.08334,.68264],97:[0,.43056,0,0,.52859],98:[0,.69444,0,0,.42917],99:[0,.43056,0,.05556,.43276],100:[0,.69444,0,.16667,.52049],101:[0,.43056,0,.05556,.46563],102:[.19444,.69444,.10764,.16667,.48959],103:[.19444,.43056,.03588,.02778,.47697],104:[0,.69444,0,0,.57616],105:[0,.65952,0,0,.34451],106:[.19444,.65952,.05724,0,.41181],107:[0,.69444,.03148,0,.5206],108:[0,.69444,.01968,.08334,.29838],109:[0,.43056,0,0,.87801],110:[0,.43056,0,0,.60023],111:[0,.43056,0,.05556,.48472],112:[.19444,.43056,0,.08334,.50313],113:[.19444,.43056,.03588,.08334,.44641],114:[0,.43056,.02778,.05556,.45116],115:[0,.43056,0,.05556,.46875],116:[0,.61508,0,.08334,.36111],117:[0,.43056,0,.02778,.57246],118:[0,.43056,.03588,.02778,.48472],119:[0,.43056,.02691,.08334,.71592],120:[0,.43056,0,.02778,.57153],121:[.19444,.43056,.03588,.05556,.49028],122:[0,.43056,.04398,.05556,.46505],915:[0,.68333,.13889,.08334,.61528],916:[0,.68333,0,.16667,.83334],920:[0,.68333,.02778,.08334,.76278],923:[0,.68333,0,.16667,.69445],926:[0,.68333,.07569,.08334,.74236],928:[0,.68333,.08125,.05556,.83125],931:[0,.68333,.05764,.08334,.77986],933:[0,.68333,.13889,.05556,.58333],934:[0,.68333,0,.08334,.66667],936:[0,.68333,.11,.05556,.61222],937:[0,.68333,.05017,.08334,.7724],945:[0,.43056,.0037,.02778,.6397],946:[.19444,.69444,.05278,.08334,.56563],947:[.19444,.43056,.05556,0,.51773],948:[0,.69444,.03785,.05556,.44444],949:[0,.43056,0,.08334,.46632],950:[.19444,.69444,.07378,.08334,.4375],951:[.19444,.43056,.03588,.05556,.49653],952:[0,.69444,.02778,.08334,.46944],953:[0,.43056,0,.05556,.35394],954:[0,.43056,0,0,.57616],955:[0,.69444,0,0,.58334],956:[.19444,.43056,0,.02778,.60255],957:[0,.43056,.06366,.02778,.49398],958:[.19444,.69444,.04601,.11111,.4375],959:[0,.43056,0,.05556,.48472],960:[0,.43056,.03588,0,.57003],961:[.19444,.43056,0,.08334,.51702],962:[.09722,.43056,.07986,.08334,.36285],963:[0,.43056,.03588,0,.57141],964:[0,.43056,.1132,.02778,.43715],965:[0,.43056,.03588,.02778,.54028],966:[.19444,.43056,0,.08334,.65417],967:[.19444,.43056,0,.05556,.62569],968:[.19444,.69444,.03588,.11111,.65139],969:[0,.43056,.03588,0,.62245],977:[0,.69444,0,.08334,.59144],981:[.19444,.69444,0,.08334,.59583],982:[0,.43056,.02778,0,.82813],1009:[.19444,.43056,0,.08334,.51702],1013:[0,.43056,0,.05556,.4059]},"Math-Regular":{65:[0,.68333,0,.13889,.75],66:[0,.68333,.05017,.08334,.75851],67:[0,.68333,.07153,.08334,.71472],68:[0,.68333,.02778,.05556,.82792],69:[0,.68333,.05764,.08334,.7382],70:[0,.68333,.13889,.08334,.64306],71:[0,.68333,0,.08334,.78625],72:[0,.68333,.08125,.05556,.83125],73:[0,.68333,.07847,.11111,.43958],74:[0,.68333,.09618,.16667,.55451],75:[0,.68333,.07153,.05556,.84931],76:[0,.68333,0,.02778,.68056],77:[0,.68333,.10903,.08334,.97014],78:[0,.68333,.10903,.08334,.80347],79:[0,.68333,.02778,.08334,.76278],80:[0,.68333,.13889,.08334,.64201],81:[.19444,.68333,0,.08334,.79056],82:[0,.68333,.00773,.08334,.75929],83:[0,.68333,.05764,.08334,.6132],84:[0,.68333,.13889,.08334,.58438],85:[0,.68333,.10903,.02778,.68278],86:[0,.68333,.22222,0,.58333],87:[0,.68333,.13889,0,.94445],88:[0,.68333,.07847,.08334,.82847],89:[0,.68333,.22222,0,.58056],90:[0,.68333,.07153,.08334,.68264],97:[0,.43056,0,0,.52859],98:[0,.69444,0,0,.42917],99:[0,.43056,0,.05556,.43276],100:[0,.69444,0,.16667,.52049],101:[0,.43056,0,.05556,.46563],102:[.19444,.69444,.10764,.16667,.48959],103:[.19444,.43056,.03588,.02778,.47697],104:[0,.69444,0,0,.57616],105:[0,.65952,0,0,.34451],106:[.19444,.65952,.05724,0,.41181],107:[0,.69444,.03148,0,.5206],108:[0,.69444,.01968,.08334,.29838],109:[0,.43056,0,0,.87801],110:[0,.43056,0,0,.60023],111:[0,.43056,0,.05556,.48472],112:[.19444,.43056,0,.08334,.50313],113:[.19444,.43056,.03588,.08334,.44641],114:[0,.43056,.02778,.05556,.45116],115:[0,.43056,0,.05556,.46875],116:[0,.61508,0,.08334,.36111],117:[0,.43056,0,.02778,.57246],118:[0,.43056,.03588,.02778,.48472],119:[0,.43056,.02691,.08334,.71592],120:[0,.43056,0,.02778,.57153],121:[.19444,.43056,.03588,.05556,.49028],122:[0,.43056,.04398,.05556,.46505],915:[0,.68333,.13889,.08334,.61528],916:[0,.68333,0,.16667,.83334],920:[0,.68333,.02778,.08334,.76278],923:[0,.68333,0,.16667,.69445],926:[0,.68333,.07569,.08334,.74236],928:[0,.68333,.08125,.05556,.83125],931:[0,.68333,.05764,.08334,.77986],933:[0,.68333,.13889,.05556,.58333],934:[0,.68333,0,.08334,.66667],936:[0,.68333,.11,.05556,.61222],937:[0,.68333,.05017,.08334,.7724],945:[0,.43056,.0037,.02778,.6397],946:[.19444,.69444,.05278,.08334,.56563],947:[.19444,.43056,.05556,0,.51773],948:[0,.69444,.03785,.05556,.44444],949:[0,.43056,0,.08334,.46632],950:[.19444,.69444,.07378,.08334,.4375],951:[.19444,.43056,.03588,.05556,.49653],952:[0,.69444,.02778,.08334,.46944],953:[0,.43056,0,.05556,.35394],954:[0,.43056,0,0,.57616],955:[0,.69444,0,0,.58334],956:[.19444,.43056,0,.02778,.60255],957:[0,.43056,.06366,.02778,.49398],958:[.19444,.69444,.04601,.11111,.4375],959:[0,.43056,0,.05556,.48472],960:[0,.43056,.03588,0,.57003],961:[.19444,.43056,0,.08334,.51702],962:[.09722,.43056,.07986,.08334,.36285],963:[0,.43056,.03588,0,.57141],964:[0,.43056,.1132,.02778,.43715],965:[0,.43056,.03588,.02778,.54028],966:[.19444,.43056,0,.08334,.65417],967:[.19444,.43056,0,.05556,.62569],968:[.19444,.69444,.03588,.11111,.65139],969:[0,.43056,.03588,0,.62245],977:[0,.69444,0,.08334,.59144],981:[.19444,.69444,0,.08334,.59583],982:[0,.43056,.02778,0,.82813],1009:[.19444,.43056,0,.08334,.51702],1013:[0,.43056,0,.05556,.4059]},"SansSerif-Bold":{33:[0,.69444,0,0,.36667],34:[0,.69444,0,0,.55834],35:[.19444,.69444,0,0,.91667],36:[.05556,.75,0,0,.55],37:[.05556,.75,0,0,1.02912],38:[0,.69444,0,0,.83056],39:[0,.69444,0,0,.30556],40:[.25,.75,0,0,.42778],41:[.25,.75,0,0,.42778],42:[0,.75,0,0,.55],43:[.11667,.61667,0,0,.85556],44:[.10556,.13056,0,0,.30556],45:[0,.45833,0,0,.36667],46:[0,.13056,0,0,.30556],47:[.25,.75,0,0,.55],48:[0,.69444,0,0,.55],49:[0,.69444,0,0,.55],50:[0,.69444,0,0,.55],51:[0,.69444,0,0,.55],52:[0,.69444,0,0,.55],53:[0,.69444,0,0,.55],54:[0,.69444,0,0,.55],55:[0,.69444,0,0,.55],56:[0,.69444,0,0,.55],57:[0,.69444,0,0,.55],58:[0,.45833,0,0,.30556],59:[.10556,.45833,0,0,.30556],61:[-.09375,.40625,0,0,.85556],63:[0,.69444,0,0,.51945],64:[0,.69444,0,0,.73334],65:[0,.69444,0,0,.73334],66:[0,.69444,0,0,.73334],67:[0,.69444,0,0,.70278],68:[0,.69444,0,0,.79445],69:[0,.69444,0,0,.64167],70:[0,.69444,0,0,.61111],71:[0,.69444,0,0,.73334],72:[0,.69444,0,0,.79445],73:[0,.69444,0,0,.33056],74:[0,.69444,0,0,.51945],75:[0,.69444,0,0,.76389],76:[0,.69444,0,0,.58056],77:[0,.69444,0,0,.97778],78:[0,.69444,0,0,.79445],79:[0,.69444,0,0,.79445],80:[0,.69444,0,0,.70278],81:[.10556,.69444,0,0,.79445],82:[0,.69444,0,0,.70278],83:[0,.69444,0,0,.61111],84:[0,.69444,0,0,.73334],85:[0,.69444,0,0,.76389],86:[0,.69444,.01528,0,.73334],87:[0,.69444,.01528,0,1.03889],88:[0,.69444,0,0,.73334],89:[0,.69444,.0275,0,.73334],90:[0,.69444,0,0,.67223],91:[.25,.75,0,0,.34306],93:[.25,.75,0,0,.34306],94:[0,.69444,0,0,.55],95:[.35,.10833,.03056,0,.55],97:[0,.45833,0,0,.525],98:[0,.69444,0,0,.56111],99:[0,.45833,0,0,.48889],100:[0,.69444,0,0,.56111],101:[0,.45833,0,0,.51111],102:[0,.69444,.07639,0,.33611],103:[.19444,.45833,.01528,0,.55],104:[0,.69444,0,0,.56111],105:[0,.69444,0,0,.25556],106:[.19444,.69444,0,0,.28611],107:[0,.69444,0,0,.53056],108:[0,.69444,0,0,.25556],109:[0,.45833,0,0,.86667],110:[0,.45833,0,0,.56111],111:[0,.45833,0,0,.55],112:[.19444,.45833,0,0,.56111],113:[.19444,.45833,0,0,.56111],114:[0,.45833,.01528,0,.37222],115:[0,.45833,0,0,.42167],116:[0,.58929,0,0,.40417],117:[0,.45833,0,0,.56111],118:[0,.45833,.01528,0,.5],119:[0,.45833,.01528,0,.74445],120:[0,.45833,0,0,.5],121:[.19444,.45833,.01528,0,.5],122:[0,.45833,0,0,.47639],126:[.35,.34444,0,0,.55],168:[0,.69444,0,0,.55],176:[0,.69444,0,0,.73334],180:[0,.69444,0,0,.55],184:[.17014,0,0,0,.48889],305:[0,.45833,0,0,.25556],567:[.19444,.45833,0,0,.28611],710:[0,.69444,0,0,.55],711:[0,.63542,0,0,.55],713:[0,.63778,0,0,.55],728:[0,.69444,0,0,.55],729:[0,.69444,0,0,.30556],730:[0,.69444,0,0,.73334],732:[0,.69444,0,0,.55],733:[0,.69444,0,0,.55],915:[0,.69444,0,0,.58056],916:[0,.69444,0,0,.91667],920:[0,.69444,0,0,.85556],923:[0,.69444,0,0,.67223],926:[0,.69444,0,0,.73334],928:[0,.69444,0,0,.79445],931:[0,.69444,0,0,.79445],933:[0,.69444,0,0,.85556],934:[0,.69444,0,0,.79445],936:[0,.69444,0,0,.85556],937:[0,.69444,0,0,.79445],8211:[0,.45833,.03056,0,.55],8212:[0,.45833,.03056,0,1.10001],8216:[0,.69444,0,0,.30556],8217:[0,.69444,0,0,.30556],8220:[0,.69444,0,0,.55834],8221:[0,.69444,0,0,.55834]},"SansSerif-Italic":{33:[0,.69444,.05733,0,.31945],34:[0,.69444,.00316,0,.5],35:[.19444,.69444,.05087,0,.83334],36:[.05556,.75,.11156,0,.5],37:[.05556,.75,.03126,0,.83334],38:[0,.69444,.03058,0,.75834],39:[0,.69444,.07816,0,.27778],40:[.25,.75,.13164,0,.38889],41:[.25,.75,.02536,0,.38889],42:[0,.75,.11775,0,.5],43:[.08333,.58333,.02536,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,.01946,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,.13164,0,.5],48:[0,.65556,.11156,0,.5],49:[0,.65556,.11156,0,.5],50:[0,.65556,.11156,0,.5],51:[0,.65556,.11156,0,.5],52:[0,.65556,.11156,0,.5],53:[0,.65556,.11156,0,.5],54:[0,.65556,.11156,0,.5],55:[0,.65556,.11156,0,.5],56:[0,.65556,.11156,0,.5],57:[0,.65556,.11156,0,.5],58:[0,.44444,.02502,0,.27778],59:[.125,.44444,.02502,0,.27778],61:[-.13,.37,.05087,0,.77778],63:[0,.69444,.11809,0,.47222],64:[0,.69444,.07555,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,.08293,0,.66667],67:[0,.69444,.11983,0,.63889],68:[0,.69444,.07555,0,.72223],69:[0,.69444,.11983,0,.59722],70:[0,.69444,.13372,0,.56945],71:[0,.69444,.11983,0,.66667],72:[0,.69444,.08094,0,.70834],73:[0,.69444,.13372,0,.27778],74:[0,.69444,.08094,0,.47222],75:[0,.69444,.11983,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,.08094,0,.875],78:[0,.69444,.08094,0,.70834],79:[0,.69444,.07555,0,.73611],80:[0,.69444,.08293,0,.63889],81:[.125,.69444,.07555,0,.73611],82:[0,.69444,.08293,0,.64584],83:[0,.69444,.09205,0,.55556],84:[0,.69444,.13372,0,.68056],85:[0,.69444,.08094,0,.6875],86:[0,.69444,.1615,0,.66667],87:[0,.69444,.1615,0,.94445],88:[0,.69444,.13372,0,.66667],89:[0,.69444,.17261,0,.66667],90:[0,.69444,.11983,0,.61111],91:[.25,.75,.15942,0,.28889],93:[.25,.75,.08719,0,.28889],94:[0,.69444,.0799,0,.5],95:[.35,.09444,.08616,0,.5],97:[0,.44444,.00981,0,.48056],98:[0,.69444,.03057,0,.51667],99:[0,.44444,.08336,0,.44445],100:[0,.69444,.09483,0,.51667],101:[0,.44444,.06778,0,.44445],102:[0,.69444,.21705,0,.30556],103:[.19444,.44444,.10836,0,.5],104:[0,.69444,.01778,0,.51667],105:[0,.67937,.09718,0,.23889],106:[.19444,.67937,.09162,0,.26667],107:[0,.69444,.08336,0,.48889],108:[0,.69444,.09483,0,.23889],109:[0,.44444,.01778,0,.79445],110:[0,.44444,.01778,0,.51667],111:[0,.44444,.06613,0,.5],112:[.19444,.44444,.0389,0,.51667],113:[.19444,.44444,.04169,0,.51667],114:[0,.44444,.10836,0,.34167],115:[0,.44444,.0778,0,.38333],116:[0,.57143,.07225,0,.36111],117:[0,.44444,.04169,0,.51667],118:[0,.44444,.10836,0,.46111],119:[0,.44444,.10836,0,.68334],120:[0,.44444,.09169,0,.46111],121:[.19444,.44444,.10836,0,.46111],122:[0,.44444,.08752,0,.43472],126:[.35,.32659,.08826,0,.5],168:[0,.67937,.06385,0,.5],176:[0,.69444,0,0,.73752],184:[.17014,0,0,0,.44445],305:[0,.44444,.04169,0,.23889],567:[.19444,.44444,.04169,0,.26667],710:[0,.69444,.0799,0,.5],711:[0,.63194,.08432,0,.5],713:[0,.60889,.08776,0,.5],714:[0,.69444,.09205,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,.09483,0,.5],729:[0,.67937,.07774,0,.27778],730:[0,.69444,0,0,.73752],732:[0,.67659,.08826,0,.5],733:[0,.69444,.09205,0,.5],915:[0,.69444,.13372,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,.07555,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,.12816,0,.66667],928:[0,.69444,.08094,0,.70834],931:[0,.69444,.11983,0,.72222],933:[0,.69444,.09031,0,.77778],934:[0,.69444,.04603,0,.72222],936:[0,.69444,.09031,0,.77778],937:[0,.69444,.08293,0,.72222],8211:[0,.44444,.08616,0,.5],8212:[0,.44444,.08616,0,1],8216:[0,.69444,.07816,0,.27778],8217:[0,.69444,.07816,0,.27778],8220:[0,.69444,.14205,0,.5],8221:[0,.69444,.00316,0,.5]},"SansSerif-Regular":{33:[0,.69444,0,0,.31945],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.75834],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,0,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.65556,0,0,.5],49:[0,.65556,0,0,.5],50:[0,.65556,0,0,.5],51:[0,.65556,0,0,.5],52:[0,.65556,0,0,.5],53:[0,.65556,0,0,.5],54:[0,.65556,0,0,.5],55:[0,.65556,0,0,.5],56:[0,.65556,0,0,.5],57:[0,.65556,0,0,.5],58:[0,.44444,0,0,.27778],59:[.125,.44444,0,0,.27778],61:[-.13,.37,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,0,0,.66667],67:[0,.69444,0,0,.63889],68:[0,.69444,0,0,.72223],69:[0,.69444,0,0,.59722],70:[0,.69444,0,0,.56945],71:[0,.69444,0,0,.66667],72:[0,.69444,0,0,.70834],73:[0,.69444,0,0,.27778],74:[0,.69444,0,0,.47222],75:[0,.69444,0,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,0,0,.875],78:[0,.69444,0,0,.70834],79:[0,.69444,0,0,.73611],80:[0,.69444,0,0,.63889],81:[.125,.69444,0,0,.73611],82:[0,.69444,0,0,.64584],83:[0,.69444,0,0,.55556],84:[0,.69444,0,0,.68056],85:[0,.69444,0,0,.6875],86:[0,.69444,.01389,0,.66667],87:[0,.69444,.01389,0,.94445],88:[0,.69444,0,0,.66667],89:[0,.69444,.025,0,.66667],90:[0,.69444,0,0,.61111],91:[.25,.75,0,0,.28889],93:[.25,.75,0,0,.28889],94:[0,.69444,0,0,.5],95:[.35,.09444,.02778,0,.5],97:[0,.44444,0,0,.48056],98:[0,.69444,0,0,.51667],99:[0,.44444,0,0,.44445],100:[0,.69444,0,0,.51667],101:[0,.44444,0,0,.44445],102:[0,.69444,.06944,0,.30556],103:[.19444,.44444,.01389,0,.5],104:[0,.69444,0,0,.51667],105:[0,.67937,0,0,.23889],106:[.19444,.67937,0,0,.26667],107:[0,.69444,0,0,.48889],108:[0,.69444,0,0,.23889],109:[0,.44444,0,0,.79445],110:[0,.44444,0,0,.51667],111:[0,.44444,0,0,.5],112:[.19444,.44444,0,0,.51667],113:[.19444,.44444,0,0,.51667],114:[0,.44444,.01389,0,.34167],115:[0,.44444,0,0,.38333],116:[0,.57143,0,0,.36111],117:[0,.44444,0,0,.51667],118:[0,.44444,.01389,0,.46111],119:[0,.44444,.01389,0,.68334],120:[0,.44444,0,0,.46111],121:[.19444,.44444,.01389,0,.46111],122:[0,.44444,0,0,.43472],126:[.35,.32659,0,0,.5],168:[0,.67937,0,0,.5],176:[0,.69444,0,0,.66667],184:[.17014,0,0,0,.44445],305:[0,.44444,0,0,.23889],567:[.19444,.44444,0,0,.26667],710:[0,.69444,0,0,.5],711:[0,.63194,0,0,.5],713:[0,.60889,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.67937,0,0,.27778],730:[0,.69444,0,0,.66667],732:[0,.67659,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.69444,0,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,0,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,0,0,.66667],928:[0,.69444,0,0,.70834],931:[0,.69444,0,0,.72222],933:[0,.69444,0,0,.77778],934:[0,.69444,0,0,.72222],936:[0,.69444,0,0,.77778],937:[0,.69444,0,0,.72222],8211:[0,.44444,.02778,0,.5],8212:[0,.44444,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5]},"Script-Regular":{65:[0,.7,.22925,0,.80253],66:[0,.7,.04087,0,.90757],67:[0,.7,.1689,0,.66619],68:[0,.7,.09371,0,.77443],69:[0,.7,.18583,0,.56162],70:[0,.7,.13634,0,.89544],71:[0,.7,.17322,0,.60961],72:[0,.7,.29694,0,.96919],73:[0,.7,.19189,0,.80907],74:[.27778,.7,.19189,0,1.05159],75:[0,.7,.31259,0,.91364],76:[0,.7,.19189,0,.87373],77:[0,.7,.15981,0,1.08031],78:[0,.7,.3525,0,.9015],79:[0,.7,.08078,0,.73787],80:[0,.7,.08078,0,1.01262],81:[0,.7,.03305,0,.88282],82:[0,.7,.06259,0,.85],83:[0,.7,.19189,0,.86767],84:[0,.7,.29087,0,.74697],85:[0,.7,.25815,0,.79996],86:[0,.7,.27523,0,.62204],87:[0,.7,.27523,0,.80532],88:[0,.7,.26006,0,.94445],89:[0,.7,.2939,0,.70961],90:[0,.7,.24037,0,.8212]},"Size1-Regular":{40:[.35001,.85,0,0,.45834],41:[.35001,.85,0,0,.45834],47:[.35001,.85,0,0,.57778],91:[.35001,.85,0,0,.41667],92:[.35001,.85,0,0,.57778],93:[.35001,.85,0,0,.41667],123:[.35001,.85,0,0,.58334],125:[.35001,.85,0,0,.58334],710:[0,.72222,0,0,.55556],732:[0,.72222,0,0,.55556],770:[0,.72222,0,0,.55556],771:[0,.72222,0,0,.55556],8214:[-99e-5,.601,0,0,.77778],8593:[1e-5,.6,0,0,.66667],8595:[1e-5,.6,0,0,.66667],8657:[1e-5,.6,0,0,.77778],8659:[1e-5,.6,0,0,.77778],8719:[.25001,.75,0,0,.94445],8720:[.25001,.75,0,0,.94445],8721:[.25001,.75,0,0,1.05556],8730:[.35001,.85,0,0,1],8739:[-.00599,.606,0,0,.33333],8741:[-.00599,.606,0,0,.55556],8747:[.30612,.805,.19445,0,.47222],8748:[.306,.805,.19445,0,.47222],8749:[.306,.805,.19445,0,.47222],8750:[.30612,.805,.19445,0,.47222],8896:[.25001,.75,0,0,.83334],8897:[.25001,.75,0,0,.83334],8898:[.25001,.75,0,0,.83334],8899:[.25001,.75,0,0,.83334],8968:[.35001,.85,0,0,.47222],8969:[.35001,.85,0,0,.47222],8970:[.35001,.85,0,0,.47222],8971:[.35001,.85,0,0,.47222],9168:[-99e-5,.601,0,0,.66667],10216:[.35001,.85,0,0,.47222],10217:[.35001,.85,0,0,.47222],10752:[.25001,.75,0,0,1.11111],10753:[.25001,.75,0,0,1.11111],10754:[.25001,.75,0,0,1.11111],10756:[.25001,.75,0,0,.83334],10758:[.25001,.75,0,0,.83334]},"Size2-Regular":{40:[.65002,1.15,0,0,.59722],41:[.65002,1.15,0,0,.59722],47:[.65002,1.15,0,0,.81111],91:[.65002,1.15,0,0,.47222],92:[.65002,1.15,0,0,.81111],93:[.65002,1.15,0,0,.47222],123:[.65002,1.15,0,0,.66667],125:[.65002,1.15,0,0,.66667],710:[0,.75,0,0,1],732:[0,.75,0,0,1],770:[0,.75,0,0,1],771:[0,.75,0,0,1],8719:[.55001,1.05,0,0,1.27778],8720:[.55001,1.05,0,0,1.27778],8721:[.55001,1.05,0,0,1.44445],8730:[.65002,1.15,0,0,1],8747:[.86225,1.36,.44445,0,.55556],8748:[.862,1.36,.44445,0,.55556],8749:[.862,1.36,.44445,0,.55556],8750:[.86225,1.36,.44445,0,.55556],8896:[.55001,1.05,0,0,1.11111],8897:[.55001,1.05,0,0,1.11111],8898:[.55001,1.05,0,0,1.11111],8899:[.55001,1.05,0,0,1.11111],8968:[.65002,1.15,0,0,.52778],8969:[.65002,1.15,0,0,.52778],8970:[.65002,1.15,0,0,.52778],8971:[.65002,1.15,0,0,.52778],10216:[.65002,1.15,0,0,.61111],10217:[.65002,1.15,0,0,.61111],10752:[.55001,1.05,0,0,1.51112],10753:[.55001,1.05,0,0,1.51112],10754:[.55001,1.05,0,0,1.51112],10756:[.55001,1.05,0,0,1.11111],10758:[.55001,1.05,0,0,1.11111]},"Size3-Regular":{40:[.95003,1.45,0,0,.73611],41:[.95003,1.45,0,0,.73611],47:[.95003,1.45,0,0,1.04445],91:[.95003,1.45,0,0,.52778],92:[.95003,1.45,0,0,1.04445],93:[.95003,1.45,0,0,.52778],123:[.95003,1.45,0,0,.75],125:[.95003,1.45,0,0,.75],710:[0,.75,0,0,1.44445],732:[0,.75,0,0,1.44445],770:[0,.75,0,0,1.44445],771:[0,.75,0,0,1.44445],8730:[.95003,1.45,0,0,1],8968:[.95003,1.45,0,0,.58334],8969:[.95003,1.45,0,0,.58334],8970:[.95003,1.45,0,0,.58334],8971:[.95003,1.45,0,0,.58334],10216:[.95003,1.45,0,0,.75],10217:[.95003,1.45,0,0,.75]},"Size4-Regular":{40:[1.25003,1.75,0,0,.79167],41:[1.25003,1.75,0,0,.79167],47:[1.25003,1.75,0,0,1.27778],91:[1.25003,1.75,0,0,.58334],92:[1.25003,1.75,0,0,1.27778],93:[1.25003,1.75,0,0,.58334],123:[1.25003,1.75,0,0,.80556],125:[1.25003,1.75,0,0,.80556],710:[0,.825,0,0,1.8889],732:[0,.825,0,0,1.8889],770:[0,.825,0,0,1.8889],771:[0,.825,0,0,1.8889],8730:[1.25003,1.75,0,0,1],8968:[1.25003,1.75,0,0,.63889],8969:[1.25003,1.75,0,0,.63889],8970:[1.25003,1.75,0,0,.63889],8971:[1.25003,1.75,0,0,.63889],9115:[.64502,1.155,0,0,.875],9116:[1e-5,.6,0,0,.875],9117:[.64502,1.155,0,0,.875],9118:[.64502,1.155,0,0,.875],9119:[1e-5,.6,0,0,.875],9120:[.64502,1.155,0,0,.875],9121:[.64502,1.155,0,0,.66667],9122:[-99e-5,.601,0,0,.66667],9123:[.64502,1.155,0,0,.66667],9124:[.64502,1.155,0,0,.66667],9125:[-99e-5,.601,0,0,.66667],9126:[.64502,1.155,0,0,.66667],9127:[1e-5,.9,0,0,.88889],9128:[.65002,1.15,0,0,.88889],9129:[.90001,0,0,0,.88889],9130:[0,.3,0,0,.88889],9131:[1e-5,.9,0,0,.88889],9132:[.65002,1.15,0,0,.88889],9133:[.90001,0,0,0,.88889],9143:[.88502,.915,0,0,1.05556],10216:[1.25003,1.75,0,0,.80556],10217:[1.25003,1.75,0,0,.80556],57344:[-.00499,.605,0,0,1.05556],57345:[-.00499,.605,0,0,1.05556],57680:[0,.12,0,0,.45],57681:[0,.12,0,0,.45],57682:[0,.12,0,0,.45],57683:[0,.12,0,0,.45]},"Typewriter-Regular":{32:[0,0,0,0,.525],33:[0,.61111,0,0,.525],34:[0,.61111,0,0,.525],35:[0,.61111,0,0,.525],36:[.08333,.69444,0,0,.525],37:[.08333,.69444,0,0,.525],38:[0,.61111,0,0,.525],39:[0,.61111,0,0,.525],40:[.08333,.69444,0,0,.525],41:[.08333,.69444,0,0,.525],42:[0,.52083,0,0,.525],43:[-.08056,.53055,0,0,.525],44:[.13889,.125,0,0,.525],45:[-.08056,.53055,0,0,.525],46:[0,.125,0,0,.525],47:[.08333,.69444,0,0,.525],48:[0,.61111,0,0,.525],49:[0,.61111,0,0,.525],50:[0,.61111,0,0,.525],51:[0,.61111,0,0,.525],52:[0,.61111,0,0,.525],53:[0,.61111,0,0,.525],54:[0,.61111,0,0,.525],55:[0,.61111,0,0,.525],56:[0,.61111,0,0,.525],57:[0,.61111,0,0,.525],58:[0,.43056,0,0,.525],59:[.13889,.43056,0,0,.525],60:[-.05556,.55556,0,0,.525],61:[-.19549,.41562,0,0,.525],62:[-.05556,.55556,0,0,.525],63:[0,.61111,0,0,.525],64:[0,.61111,0,0,.525],65:[0,.61111,0,0,.525],66:[0,.61111,0,0,.525],67:[0,.61111,0,0,.525],68:[0,.61111,0,0,.525],69:[0,.61111,0,0,.525],70:[0,.61111,0,0,.525],71:[0,.61111,0,0,.525],72:[0,.61111,0,0,.525],73:[0,.61111,0,0,.525],74:[0,.61111,0,0,.525],75:[0,.61111,0,0,.525],76:[0,.61111,0,0,.525],77:[0,.61111,0,0,.525],78:[0,.61111,0,0,.525],79:[0,.61111,0,0,.525],80:[0,.61111,0,0,.525],81:[.13889,.61111,0,0,.525],82:[0,.61111,0,0,.525],83:[0,.61111,0,0,.525],84:[0,.61111,0,0,.525],85:[0,.61111,0,0,.525],86:[0,.61111,0,0,.525],87:[0,.61111,0,0,.525],88:[0,.61111,0,0,.525],89:[0,.61111,0,0,.525],90:[0,.61111,0,0,.525],91:[.08333,.69444,0,0,.525],92:[.08333,.69444,0,0,.525],93:[.08333,.69444,0,0,.525],94:[0,.61111,0,0,.525],95:[.09514,0,0,0,.525],96:[0,.61111,0,0,.525],97:[0,.43056,0,0,.525],98:[0,.61111,0,0,.525],99:[0,.43056,0,0,.525],100:[0,.61111,0,0,.525],101:[0,.43056,0,0,.525],102:[0,.61111,0,0,.525],103:[.22222,.43056,0,0,.525],104:[0,.61111,0,0,.525],105:[0,.61111,0,0,.525],106:[.22222,.61111,0,0,.525],107:[0,.61111,0,0,.525],108:[0,.61111,0,0,.525],109:[0,.43056,0,0,.525],110:[0,.43056,0,0,.525],111:[0,.43056,0,0,.525],112:[.22222,.43056,0,0,.525],113:[.22222,.43056,0,0,.525],114:[0,.43056,0,0,.525],115:[0,.43056,0,0,.525],116:[0,.55358,0,0,.525],117:[0,.43056,0,0,.525],118:[0,.43056,0,0,.525],119:[0,.43056,0,0,.525],120:[0,.43056,0,0,.525],121:[.22222,.43056,0,0,.525],122:[0,.43056,0,0,.525],123:[.08333,.69444,0,0,.525],124:[.08333,.69444,0,0,.525],125:[.08333,.69444,0,0,.525],126:[0,.61111,0,0,.525],127:[0,.61111,0,0,.525],160:[0,0,0,0,.525],176:[0,.61111,0,0,.525],184:[.19445,0,0,0,.525],305:[0,.43056,0,0,.525],567:[.22222,.43056,0,0,.525],711:[0,.56597,0,0,.525],713:[0,.56555,0,0,.525],714:[0,.61111,0,0,.525],715:[0,.61111,0,0,.525],728:[0,.61111,0,0,.525],730:[0,.61111,0,0,.525],770:[0,.61111,0,0,.525],771:[0,.61111,0,0,.525],776:[0,.61111,0,0,.525],915:[0,.61111,0,0,.525],916:[0,.61111,0,0,.525],920:[0,.61111,0,0,.525],923:[0,.61111,0,0,.525],926:[0,.61111,0,0,.525],928:[0,.61111,0,0,.525],931:[0,.61111,0,0,.525],933:[0,.61111,0,0,.525],934:[0,.61111,0,0,.525],936:[0,.61111,0,0,.525],937:[0,.61111,0,0,.525],8216:[0,.61111,0,0,.525],8217:[0,.61111,0,0,.525],8242:[0,.61111,0,0,.525],9251:[.11111,.21944,0,0,.525]}},$t={slant:[.25,.25,.25],space:[0,0,0],stretch:[0,0,0],shrink:[0,0,0],xHeight:[.431,.431,.431],quad:[1,1.171,1.472],extraSpace:[0,0,0],num1:[.677,.732,.925],num2:[.394,.384,.387],num3:[.444,.471,.504],denom1:[.686,.752,1.025],denom2:[.345,.344,.532],sup1:[.413,.503,.504],sup2:[.363,.431,.404],sup3:[.289,.286,.294],sub1:[.15,.143,.2],sub2:[.247,.286,.4],supDrop:[.386,.353,.494],subDrop:[.05,.071,.1],delim1:[2.39,1.7,1.98],delim2:[1.01,1.157,1.42],axisHeight:[.25,.25,.25],defaultRuleThickness:[.04,.049,.049],bigOpSpacing1:[.111,.111,.111],bigOpSpacing2:[.166,.166,.166],bigOpSpacing3:[.2,.2,.2],bigOpSpacing4:[.6,.611,.611],bigOpSpacing5:[.1,.143,.143],sqrtRuleThickness:[.04,.04,.04],ptPerEm:[10,10,10],doubleRuleSep:[.2,.2,.2],arrayRuleWidth:[.04,.04,.04],fboxsep:[.3,.3,.3],fboxrule:[.04,.04,.04]},Pe={\u00C5:"A",\u00C7:"C",\u00D0:"D",\u00DE:"o",\u00E5:"a",\u00E7:"c",\u00F0:"d",\u00FE:"o",\u0410:"A",\u0411:"B",\u0412:"B",\u0413:"F",\u0414:"A",\u0415:"E",\u0416:"K",\u0417:"3",\u0418:"N",\u0419:"N",\u041A:"K",\u041B:"N",\u041C:"M",\u041D:"H",\u041E:"O",\u041F:"N",\u0420:"P",\u0421:"C",\u0422:"T",\u0423:"y",\u0424:"O",\u0425:"X",\u0426:"U",\u0427:"h",\u0428:"W",\u0429:"W",\u042A:"B",\u042B:"X",\u042C:"B",\u042D:"3",\u042E:"X",\u042F:"R",\u0430:"a",\u0431:"b",\u0432:"a",\u0433:"r",\u0434:"y",\u0435:"e",\u0436:"m",\u0437:"e",\u0438:"n",\u0439:"n",\u043A:"n",\u043B:"n",\u043C:"m",\u043D:"n",\u043E:"o",\u043F:"n",\u0440:"p",\u0441:"c",\u0442:"o",\u0443:"y",\u0444:"b",\u0445:"x",\u0446:"n",\u0447:"n",\u0448:"w",\u0449:"w",\u044A:"a",\u044B:"m",\u044C:"a",\u044D:"e",\u044E:"m",\u044F:"r"};function Qe(Ke,$){Gt[Ke]=$}function Kt(Ke,$,Y){if(!Gt[$])throw new Error("Font metrics not found for font: "+$+".");var ne=Ke.charCodeAt(0),he=Gt[$][ne];if(!he&&Ke[0]in Pe&&(ne=Pe[Ke[0]].charCodeAt(0),he=Gt[$][ne]),!he&&Y==="text"&&Oe(ne)&&(he=Gt[$][77]),he)return{depth:he[0],height:he[1],italic:he[2],skew:he[3],width:he[4]}}var Lt={};function Ht(Ke){var $;if(Ke>=5?$=0:Ke>=3?$=1:$=2,!Lt[$]){var Y=Lt[$]={cssEmPerMu:$t.quad[$]/18};for(var ne in $t)$t.hasOwnProperty(ne)&&(Y[ne]=$t[ne][$])}return Lt[$]}var Nt={bin:1,close:1,inner:1,open:1,punct:1,rel:1},Ct={"accent-token":1,mathord:1,"op-token":1,spacing:1,textord:1},Yt={math:{},text:{}},Ge=Yt;function fe(Ke,$,Y,ne,he,Ce){Yt[Ke][he]={font:$,group:Y,replace:ne},Ce&&ne&&(Yt[Ke][ne]=Yt[Ke][he])}var pe="math",Dt="text",Te="main",ht="ams",Wt="accent-token",St="bin",Re="close",_t="inner",ze="mathord",we="op-token",gt="open",kt="punct",Fe="rel",Ir="spacing",At="textord";fe(pe,Te,Fe,"\u2261","\\equiv",!0),fe(pe,Te,Fe,"\u227A","\\prec",!0),fe(pe,Te,Fe,"\u227B","\\succ",!0),fe(pe,Te,Fe,"\u223C","\\sim",!0),fe(pe,Te,Fe,"\u22A5","\\perp"),fe(pe,Te,Fe,"\u2AAF","\\preceq",!0),fe(pe,Te,Fe,"\u2AB0","\\succeq",!0),fe(pe,Te,Fe,"\u2243","\\simeq",!0),fe(pe,Te,Fe,"\u2223","\\mid",!0),fe(pe,Te,Fe,"\u226A","\\ll",!0),fe(pe,Te,Fe,"\u226B","\\gg",!0),fe(pe,Te,Fe,"\u224D","\\asymp",!0),fe(pe,Te,Fe,"\u2225","\\parallel"),fe(pe,Te,Fe,"\u22C8","\\bowtie",!0),fe(pe,Te,Fe,"\u2323","\\smile",!0),fe(pe,Te,Fe,"\u2291","\\sqsubseteq",!0),fe(pe,Te,Fe,"\u2292","\\sqsupseteq",!0),fe(pe,Te,Fe,"\u2250","\\doteq",!0),fe(pe,Te,Fe,"\u2322","\\frown",!0),fe(pe,Te,Fe,"\u220B","\\ni",!0),fe(pe,Te,Fe,"\u221D","\\propto",!0),fe(pe,Te,Fe,"\u22A2","\\vdash",!0),fe(pe,Te,Fe,"\u22A3","\\dashv",!0),fe(pe,Te,Fe,"\u220B","\\owns"),fe(pe,Te,kt,".","\\ldotp"),fe(pe,Te,kt,"\u22C5","\\cdotp"),fe(pe,Te,At,"#","\\#"),fe(Dt,Te,At,"#","\\#"),fe(pe,Te,At,"&","\\&"),fe(Dt,Te,At,"&","\\&"),fe(pe,Te,At,"\u2135","\\aleph",!0),fe(pe,Te,At,"\u2200","\\forall",!0),fe(pe,Te,At,"\u210F","\\hbar",!0),fe(pe,Te,At,"\u2203","\\exists",!0),fe(pe,Te,At,"\u2207","\\nabla",!0),fe(pe,Te,At,"\u266D","\\flat",!0),fe(pe,Te,At,"\u2113","\\ell",!0),fe(pe,Te,At,"\u266E","\\natural",!0),fe(pe,Te,At,"\u2663","\\clubsuit",!0),fe(pe,Te,At,"\u2118","\\wp",!0),fe(pe,Te,At,"\u266F","\\sharp",!0),fe(pe,Te,At,"\u2662","\\diamondsuit",!0),fe(pe,Te,At,"\u211C","\\Re",!0),fe(pe,Te,At,"\u2661","\\heartsuit",!0),fe(pe,Te,At,"\u2111","\\Im",!0),fe(pe,Te,At,"\u2660","\\spadesuit",!0),fe(Dt,Te,At,"\xA7","\\S",!0),fe(Dt,Te,At,"\xB6","\\P",!0),fe(pe,Te,At,"\u2020","\\dag"),fe(Dt,Te,At,"\u2020","\\dag"),fe(Dt,Te,At,"\u2020","\\textdagger"),fe(pe,Te,At,"\u2021","\\ddag"),fe(Dt,Te,At,"\u2021","\\ddag"),fe(Dt,Te,At,"\u2021","\\textdaggerdbl"),fe(pe,Te,Re,"\u23B1","\\rmoustache",!0),fe(pe,Te,gt,"\u23B0","\\lmoustache",!0),fe(pe,Te,Re,"\u27EF","\\rgroup",!0),fe(pe,Te,gt,"\u27EE","\\lgroup",!0),fe(pe,Te,St,"\u2213","\\mp",!0),fe(pe,Te,St,"\u2296","\\ominus",!0),fe(pe,Te,St,"\u228E","\\uplus",!0),fe(pe,Te,St,"\u2293","\\sqcap",!0),fe(pe,Te,St,"\u2217","\\ast"),fe(pe,Te,St,"\u2294","\\sqcup",!0),fe(pe,Te,St,"\u25EF","\\bigcirc"),fe(pe,Te,St,"\u2219","\\bullet"),fe(pe,Te,St,"\u2021","\\ddagger"),fe(pe,Te,St,"\u2240","\\wr",!0),fe(pe,Te,St,"\u2A3F","\\amalg"),fe(pe,Te,St,"&","\\And"),fe(pe,Te,Fe,"\u27F5","\\longleftarrow",!0),fe(pe,Te,Fe,"\u21D0","\\Leftarrow",!0),fe(pe,Te,Fe,"\u27F8","\\Longleftarrow",!0),fe(pe,Te,Fe,"\u27F6","\\longrightarrow",!0),fe(pe,Te,Fe,"\u21D2","\\Rightarrow",!0),fe(pe,Te,Fe,"\u27F9","\\Longrightarrow",!0),fe(pe,Te,Fe,"\u2194","\\leftrightarrow",!0),fe(pe,Te,Fe,"\u27F7","\\longleftrightarrow",!0),fe(pe,Te,Fe,"\u21D4","\\Leftrightarrow",!0),fe(pe,Te,Fe,"\u27FA","\\Longleftrightarrow",!0),fe(pe,Te,Fe,"\u21A6","\\mapsto",!0),fe(pe,Te,Fe,"\u27FC","\\longmapsto",!0),fe(pe,Te,Fe,"\u2197","\\nearrow",!0),fe(pe,Te,Fe,"\u21A9","\\hookleftarrow",!0),fe(pe,Te,Fe,"\u21AA","\\hookrightarrow",!0),fe(pe,Te,Fe,"\u2198","\\searrow",!0),fe(pe,Te,Fe,"\u21BC","\\leftharpoonup",!0),fe(pe,Te,Fe,"\u21C0","\\rightharpoonup",!0),fe(pe,Te,Fe,"\u2199","\\swarrow",!0),fe(pe,Te,Fe,"\u21BD","\\leftharpoondown",!0),fe(pe,Te,Fe,"\u21C1","\\rightharpoondown",!0),fe(pe,Te,Fe,"\u2196","\\nwarrow",!0),fe(pe,Te,Fe,"\u21CC","\\rightleftharpoons",!0),fe(pe,ht,Fe,"\u226E","\\nless",!0),fe(pe,ht,Fe,"\uE010","\\@nleqslant"),fe(pe,ht,Fe,"\uE011","\\@nleqq"),fe(pe,ht,Fe,"\u2A87","\\lneq",!0),fe(pe,ht,Fe,"\u2268","\\lneqq",!0),fe(pe,ht,Fe,"\uE00C","\\@lvertneqq"),fe(pe,ht,Fe,"\u22E6","\\lnsim",!0),fe(pe,ht,Fe,"\u2A89","\\lnapprox",!0),fe(pe,ht,Fe,"\u2280","\\nprec",!0),fe(pe,ht,Fe,"\u22E0","\\npreceq",!0),fe(pe,ht,Fe,"\u22E8","\\precnsim",!0),fe(pe,ht,Fe,"\u2AB9","\\precnapprox",!0),fe(pe,ht,Fe,"\u2241","\\nsim",!0),fe(pe,ht,Fe,"\uE006","\\@nshortmid"),fe(pe,ht,Fe,"\u2224","\\nmid",!0),fe(pe,ht,Fe,"\u22AC","\\nvdash",!0),fe(pe,ht,Fe,"\u22AD","\\nvDash",!0),fe(pe,ht,Fe,"\u22EA","\\ntriangleleft"),fe(pe,ht,Fe,"\u22EC","\\ntrianglelefteq",!0),fe(pe,ht,Fe,"\u228A","\\subsetneq",!0),fe(pe,ht,Fe,"\uE01A","\\@varsubsetneq"),fe(pe,ht,Fe,"\u2ACB","\\subsetneqq",!0),fe(pe,ht,Fe,"\uE017","\\@varsubsetneqq"),fe(pe,ht,Fe,"\u226F","\\ngtr",!0),fe(pe,ht,Fe,"\uE00F","\\@ngeqslant"),fe(pe,ht,Fe,"\uE00E","\\@ngeqq"),fe(pe,ht,Fe,"\u2A88","\\gneq",!0),fe(pe,ht,Fe,"\u2269","\\gneqq",!0),fe(pe,ht,Fe,"\uE00D","\\@gvertneqq"),fe(pe,ht,Fe,"\u22E7","\\gnsim",!0),fe(pe,ht,Fe,"\u2A8A","\\gnapprox",!0),fe(pe,ht,Fe,"\u2281","\\nsucc",!0),fe(pe,ht,Fe,"\u22E1","\\nsucceq",!0),fe(pe,ht,Fe,"\u22E9","\\succnsim",!0),fe(pe,ht,Fe,"\u2ABA","\\succnapprox",!0),fe(pe,ht,Fe,"\u2246","\\ncong",!0),fe(pe,ht,Fe,"\uE007","\\@nshortparallel"),fe(pe,ht,Fe,"\u2226","\\nparallel",!0),fe(pe,ht,Fe,"\u22AF","\\nVDash",!0),fe(pe,ht,Fe,"\u22EB","\\ntriangleright"),fe(pe,ht,Fe,"\u22ED","\\ntrianglerighteq",!0),fe(pe,ht,Fe,"\uE018","\\@nsupseteqq"),fe(pe,ht,Fe,"\u228B","\\supsetneq",!0),fe(pe,ht,Fe,"\uE01B","\\@varsupsetneq"),fe(pe,ht,Fe,"\u2ACC","\\supsetneqq",!0),fe(pe,ht,Fe,"\uE019","\\@varsupsetneqq"),fe(pe,ht,Fe,"\u22AE","\\nVdash",!0),fe(pe,ht,Fe,"\u2AB5","\\precneqq",!0),fe(pe,ht,Fe,"\u2AB6","\\succneqq",!0),fe(pe,ht,Fe,"\uE016","\\@nsubseteqq"),fe(pe,ht,St,"\u22B4","\\unlhd"),fe(pe,ht,St,"\u22B5","\\unrhd"),fe(pe,ht,Fe,"\u219A","\\nleftarrow",!0),fe(pe,ht,Fe,"\u219B","\\nrightarrow",!0),fe(pe,ht,Fe,"\u21CD","\\nLeftarrow",!0),fe(pe,ht,Fe,"\u21CF","\\nRightarrow",!0),fe(pe,ht,Fe,"\u21AE","\\nleftrightarrow",!0),fe(pe,ht,Fe,"\u21CE","\\nLeftrightarrow",!0),fe(pe,ht,Fe,"\u25B3","\\vartriangle"),fe(pe,ht,At,"\u210F","\\hslash"),fe(pe,ht,At,"\u25BD","\\triangledown"),fe(pe,ht,At,"\u25CA","\\lozenge"),fe(pe,ht,At,"\u24C8","\\circledS"),fe(pe,ht,At,"\xAE","\\circledR"),fe(Dt,ht,At,"\xAE","\\circledR"),fe(pe,ht,At,"\u2221","\\measuredangle",!0),fe(pe,ht,At,"\u2204","\\nexists"),fe(pe,ht,At,"\u2127","\\mho"),fe(pe,ht,At,"\u2132","\\Finv",!0),fe(pe,ht,At,"\u2141","\\Game",!0),fe(pe,ht,At,"\u2035","\\backprime"),fe(pe,ht,At,"\u25B2","\\blacktriangle"),fe(pe,ht,At,"\u25BC","\\blacktriangledown"),fe(pe,ht,At,"\u25A0","\\blacksquare"),fe(pe,ht,At,"\u29EB","\\blacklozenge"),fe(pe,ht,At,"\u2605","\\bigstar"),fe(pe,ht,At,"\u2222","\\sphericalangle",!0),fe(pe,ht,At,"\u2201","\\complement",!0),fe(pe,ht,At,"\xF0","\\eth",!0),fe(pe,ht,At,"\u2571","\\diagup"),fe(pe,ht,At,"\u2572","\\diagdown"),fe(pe,ht,At,"\u25A1","\\square"),fe(pe,ht,At,"\u25A1","\\Box"),fe(pe,ht,At,"\u25CA","\\Diamond"),fe(pe,ht,At,"\xA5","\\yen",!0),fe(Dt,ht,At,"\xA5","\\yen",!0),fe(pe,ht,At,"\u2713","\\checkmark",!0),fe(Dt,ht,At,"\u2713","\\checkmark"),fe(pe,ht,At,"\u2136","\\beth",!0),fe(pe,ht,At,"\u2138","\\daleth",!0),fe(pe,ht,At,"\u2137","\\gimel",!0),fe(pe,ht,At,"\u03DD","\\digamma",!0),fe(pe,ht,At,"\u03F0","\\varkappa"),fe(pe,ht,gt,"\u250C","\\ulcorner",!0),fe(pe,ht,Re,"\u2510","\\urcorner",!0),fe(pe,ht,gt,"\u2514","\\llcorner",!0),fe(pe,ht,Re,"\u2518","\\lrcorner",!0),fe(pe,ht,Fe,"\u2266","\\leqq",!0),fe(pe,ht,Fe,"\u2A7D","\\leqslant",!0),fe(pe,ht,Fe,"\u2A95","\\eqslantless",!0),fe(pe,ht,Fe,"\u2272","\\lesssim",!0),fe(pe,ht,Fe,"\u2A85","\\lessapprox",!0),fe(pe,ht,Fe,"\u224A","\\approxeq",!0),fe(pe,ht,St,"\u22D6","\\lessdot"),fe(pe,ht,Fe,"\u22D8","\\lll",!0),fe(pe,ht,Fe,"\u2276","\\lessgtr",!0),fe(pe,ht,Fe,"\u22DA","\\lesseqgtr",!0),fe(pe,ht,Fe,"\u2A8B","\\lesseqqgtr",!0),fe(pe,ht,Fe,"\u2251","\\doteqdot"),fe(pe,ht,Fe,"\u2253","\\risingdotseq",!0),fe(pe,ht,Fe,"\u2252","\\fallingdotseq",!0),fe(pe,ht,Fe,"\u223D","\\backsim",!0),fe(pe,ht,Fe,"\u22CD","\\backsimeq",!0),fe(pe,ht,Fe,"\u2AC5","\\subseteqq",!0),fe(pe,ht,Fe,"\u22D0","\\Subset",!0),fe(pe,ht,Fe,"\u228F","\\sqsubset",!0),fe(pe,ht,Fe,"\u227C","\\preccurlyeq",!0),fe(pe,ht,Fe,"\u22DE","\\curlyeqprec",!0),fe(pe,ht,Fe,"\u227E","\\precsim",!0),fe(pe,ht,Fe,"\u2AB7","\\precapprox",!0),fe(pe,ht,Fe,"\u22B2","\\vartriangleleft"),fe(pe,ht,Fe,"\u22B4","\\trianglelefteq"),fe(pe,ht,Fe,"\u22A8","\\vDash",!0),fe(pe,ht,Fe,"\u22AA","\\Vvdash",!0),fe(pe,ht,Fe,"\u2323","\\smallsmile"),fe(pe,ht,Fe,"\u2322","\\smallfrown"),fe(pe,ht,Fe,"\u224F","\\bumpeq",!0),fe(pe,ht,Fe,"\u224E","\\Bumpeq",!0),fe(pe,ht,Fe,"\u2267","\\geqq",!0),fe(pe,ht,Fe,"\u2A7E","\\geqslant",!0),fe(pe,ht,Fe,"\u2A96","\\eqslantgtr",!0),fe(pe,ht,Fe,"\u2273","\\gtrsim",!0),fe(pe,ht,Fe,"\u2A86","\\gtrapprox",!0),fe(pe,ht,St,"\u22D7","\\gtrdot"),fe(pe,ht,Fe,"\u22D9","\\ggg",!0),fe(pe,ht,Fe,"\u2277","\\gtrless",!0),fe(pe,ht,Fe,"\u22DB","\\gtreqless",!0),fe(pe,ht,Fe,"\u2A8C","\\gtreqqless",!0),fe(pe,ht,Fe,"\u2256","\\eqcirc",!0),fe(pe,ht,Fe,"\u2257","\\circeq",!0),fe(pe,ht,Fe,"\u225C","\\triangleq",!0),fe(pe,ht,Fe,"\u223C","\\thicksim"),fe(pe,ht,Fe,"\u2248","\\thickapprox"),fe(pe,ht,Fe,"\u2AC6","\\supseteqq",!0),fe(pe,ht,Fe,"\u22D1","\\Supset",!0),fe(pe,ht,Fe,"\u2290","\\sqsupset",!0),fe(pe,ht,Fe,"\u227D","\\succcurlyeq",!0),fe(pe,ht,Fe,"\u22DF","\\curlyeqsucc",!0),fe(pe,ht,Fe,"\u227F","\\succsim",!0),fe(pe,ht,Fe,"\u2AB8","\\succapprox",!0),fe(pe,ht,Fe,"\u22B3","\\vartriangleright"),fe(pe,ht,Fe,"\u22B5","\\trianglerighteq"),fe(pe,ht,Fe,"\u22A9","\\Vdash",!0),fe(pe,ht,Fe,"\u2223","\\shortmid"),fe(pe,ht,Fe,"\u2225","\\shortparallel"),fe(pe,ht,Fe,"\u226C","\\between",!0),fe(pe,ht,Fe,"\u22D4","\\pitchfork",!0),fe(pe,ht,Fe,"\u221D","\\varpropto"),fe(pe,ht,Fe,"\u25C0","\\blacktriangleleft"),fe(pe,ht,Fe,"\u2234","\\therefore",!0),fe(pe,ht,Fe,"\u220D","\\backepsilon"),fe(pe,ht,Fe,"\u25B6","\\blacktriangleright"),fe(pe,ht,Fe,"\u2235","\\because",!0),fe(pe,ht,Fe,"\u22D8","\\llless"),fe(pe,ht,Fe,"\u22D9","\\gggtr"),fe(pe,ht,St,"\u22B2","\\lhd"),fe(pe,ht,St,"\u22B3","\\rhd"),fe(pe,ht,Fe,"\u2242","\\eqsim",!0),fe(pe,Te,Fe,"\u22C8","\\Join"),fe(pe,ht,Fe,"\u2251","\\Doteq",!0),fe(pe,ht,St,"\u2214","\\dotplus",!0),fe(pe,ht,St,"\u2216","\\smallsetminus"),fe(pe,ht,St,"\u22D2","\\Cap",!0),fe(pe,ht,St,"\u22D3","\\Cup",!0),fe(pe,ht,St,"\u2A5E","\\doublebarwedge",!0),fe(pe,ht,St,"\u229F","\\boxminus",!0),fe(pe,ht,St,"\u229E","\\boxplus",!0),fe(pe,ht,St,"\u22C7","\\divideontimes",!0),fe(pe,ht,St,"\u22C9","\\ltimes",!0),fe(pe,ht,St,"\u22CA","\\rtimes",!0),fe(pe,ht,St,"\u22CB","\\leftthreetimes",!0),fe(pe,ht,St,"\u22CC","\\rightthreetimes",!0),fe(pe,ht,St,"\u22CF","\\curlywedge",!0),fe(pe,ht,St,"\u22CE","\\curlyvee",!0),fe(pe,ht,St,"\u229D","\\circleddash",!0),fe(pe,ht,St,"\u229B","\\circledast",!0),fe(pe,ht,St,"\u22C5","\\centerdot"),fe(pe,ht,St,"\u22BA","\\intercal",!0),fe(pe,ht,St,"\u22D2","\\doublecap"),fe(pe,ht,St,"\u22D3","\\doublecup"),fe(pe,ht,St,"\u22A0","\\boxtimes",!0),fe(pe,ht,Fe,"\u21E2","\\dashrightarrow",!0),fe(pe,ht,Fe,"\u21E0","\\dashleftarrow",!0),fe(pe,ht,Fe,"\u21C7","\\leftleftarrows",!0),fe(pe,ht,Fe,"\u21C6","\\leftrightarrows",!0),fe(pe,ht,Fe,"\u21DA","\\Lleftarrow",!0),fe(pe,ht,Fe,"\u219E","\\twoheadleftarrow",!0),fe(pe,ht,Fe,"\u21A2","\\leftarrowtail",!0),fe(pe,ht,Fe,"\u21AB","\\looparrowleft",!0),fe(pe,ht,Fe,"\u21CB","\\leftrightharpoons",!0),fe(pe,ht,Fe,"\u21B6","\\curvearrowleft",!0),fe(pe,ht,Fe,"\u21BA","\\circlearrowleft",!0),fe(pe,ht,Fe,"\u21B0","\\Lsh",!0),fe(pe,ht,Fe,"\u21C8","\\upuparrows",!0),fe(pe,ht,Fe,"\u21BF","\\upharpoonleft",!0),fe(pe,ht,Fe,"\u21C3","\\downharpoonleft",!0),fe(pe,ht,Fe,"\u22B8","\\multimap",!0),fe(pe,ht,Fe,"\u21AD","\\leftrightsquigarrow",!0),fe(pe,ht,Fe,"\u21C9","\\rightrightarrows",!0),fe(pe,ht,Fe,"\u21C4","\\rightleftarrows",!0),fe(pe,ht,Fe,"\u21A0","\\twoheadrightarrow",!0),fe(pe,ht,Fe,"\u21A3","\\rightarrowtail",!0),fe(pe,ht,Fe,"\u21AC","\\looparrowright",!0),fe(pe,ht,Fe,"\u21B7","\\curvearrowright",!0),fe(pe,ht,Fe,"\u21BB","\\circlearrowright",!0),fe(pe,ht,Fe,"\u21B1","\\Rsh",!0),fe(pe,ht,Fe,"\u21CA","\\downdownarrows",!0),fe(pe,ht,Fe,"\u21BE","\\upharpoonright",!0),fe(pe,ht,Fe,"\u21C2","\\downharpoonright",!0),fe(pe,ht,Fe,"\u21DD","\\rightsquigarrow",!0),fe(pe,ht,Fe,"\u21DD","\\leadsto"),fe(pe,ht,Fe,"\u21DB","\\Rrightarrow",!0),fe(pe,ht,Fe,"\u21BE","\\restriction"),fe(pe,Te,At,"\u2018","`"),fe(pe,Te,At,"$","\\$"),fe(Dt,Te,At,"$","\\$"),fe(Dt,Te,At,"$","\\textdollar"),fe(pe,Te,At,"%","\\%"),fe(Dt,Te,At,"%","\\%"),fe(pe,Te,At,"_","\\_"),fe(Dt,Te,At,"_","\\_"),fe(Dt,Te,At,"_","\\textunderscore"),fe(pe,Te,At,"\u2220","\\angle",!0),fe(pe,Te,At,"\u221E","\\infty",!0),fe(pe,Te,At,"\u2032","\\prime"),fe(pe,Te,At,"\u25B3","\\triangle"),fe(pe,Te,At,"\u0393","\\Gamma",!0),fe(pe,Te,At,"\u0394","\\Delta",!0),fe(pe,Te,At,"\u0398","\\Theta",!0),fe(pe,Te,At,"\u039B","\\Lambda",!0),fe(pe,Te,At,"\u039E","\\Xi",!0),fe(pe,Te,At,"\u03A0","\\Pi",!0),fe(pe,Te,At,"\u03A3","\\Sigma",!0),fe(pe,Te,At,"\u03A5","\\Upsilon",!0),fe(pe,Te,At,"\u03A6","\\Phi",!0),fe(pe,Te,At,"\u03A8","\\Psi",!0),fe(pe,Te,At,"\u03A9","\\Omega",!0),fe(pe,Te,At,"A","\u0391"),fe(pe,Te,At,"B","\u0392"),fe(pe,Te,At,"E","\u0395"),fe(pe,Te,At,"Z","\u0396"),fe(pe,Te,At,"H","\u0397"),fe(pe,Te,At,"I","\u0399"),fe(pe,Te,At,"K","\u039A"),fe(pe,Te,At,"M","\u039C"),fe(pe,Te,At,"N","\u039D"),fe(pe,Te,At,"O","\u039F"),fe(pe,Te,At,"P","\u03A1"),fe(pe,Te,At,"T","\u03A4"),fe(pe,Te,At,"X","\u03A7"),fe(pe,Te,At,"\xAC","\\neg",!0),fe(pe,Te,At,"\xAC","\\lnot"),fe(pe,Te,At,"\u22A4","\\top"),fe(pe,Te,At,"\u22A5","\\bot"),fe(pe,Te,At,"\u2205","\\emptyset"),fe(pe,ht,At,"\u2205","\\varnothing"),fe(pe,Te,ze,"\u03B1","\\alpha",!0),fe(pe,Te,ze,"\u03B2","\\beta",!0),fe(pe,Te,ze,"\u03B3","\\gamma",!0),fe(pe,Te,ze,"\u03B4","\\delta",!0),fe(pe,Te,ze,"\u03F5","\\epsilon",!0),fe(pe,Te,ze,"\u03B6","\\zeta",!0),fe(pe,Te,ze,"\u03B7","\\eta",!0),fe(pe,Te,ze,"\u03B8","\\theta",!0),fe(pe,Te,ze,"\u03B9","\\iota",!0),fe(pe,Te,ze,"\u03BA","\\kappa",!0),fe(pe,Te,ze,"\u03BB","\\lambda",!0),fe(pe,Te,ze,"\u03BC","\\mu",!0),fe(pe,Te,ze,"\u03BD","\\nu",!0),fe(pe,Te,ze,"\u03BE","\\xi",!0),fe(pe,Te,ze,"\u03BF","\\omicron",!0),fe(pe,Te,ze,"\u03C0","\\pi",!0),fe(pe,Te,ze,"\u03C1","\\rho",!0),fe(pe,Te,ze,"\u03C3","\\sigma",!0),fe(pe,Te,ze,"\u03C4","\\tau",!0),fe(pe,Te,ze,"\u03C5","\\upsilon",!0),fe(pe,Te,ze,"\u03D5","\\phi",!0),fe(pe,Te,ze,"\u03C7","\\chi",!0),fe(pe,Te,ze,"\u03C8","\\psi",!0),fe(pe,Te,ze,"\u03C9","\\omega",!0),fe(pe,Te,ze,"\u03B5","\\varepsilon",!0),fe(pe,Te,ze,"\u03D1","\\vartheta",!0),fe(pe,Te,ze,"\u03D6","\\varpi",!0),fe(pe,Te,ze,"\u03F1","\\varrho",!0),fe(pe,Te,ze,"\u03C2","\\varsigma",!0),fe(pe,Te,ze,"\u03C6","\\varphi",!0),fe(pe,Te,St,"\u2217","*"),fe(pe,Te,St,"+","+"),fe(pe,Te,St,"\u2212","-"),fe(pe,Te,St,"\u22C5","\\cdot",!0),fe(pe,Te,St,"\u2218","\\circ"),fe(pe,Te,St,"\xF7","\\div",!0),fe(pe,Te,St,"\xB1","\\pm",!0),fe(pe,Te,St,"\xD7","\\times",!0),fe(pe,Te,St,"\u2229","\\cap",!0),fe(pe,Te,St,"\u222A","\\cup",!0),fe(pe,Te,St,"\u2216","\\setminus"),fe(pe,Te,St,"\u2227","\\land"),fe(pe,Te,St,"\u2228","\\lor"),fe(pe,Te,St,"\u2227","\\wedge",!0),fe(pe,Te,St,"\u2228","\\vee",!0),fe(pe,Te,At,"\u221A","\\surd"),fe(pe,Te,gt,"(","("),fe(pe,Te,gt,"[","["),fe(pe,Te,gt,"\u27E8","\\langle",!0),fe(pe,Te,gt,"\u2223","\\lvert"),fe(pe,Te,gt,"\u2225","\\lVert"),fe(pe,Te,Re,")",")"),fe(pe,Te,Re,"]","]"),fe(pe,Te,Re,"?","?"),fe(pe,Te,Re,"!","!"),fe(pe,Te,Re,"\u27E9","\\rangle",!0),fe(pe,Te,Re,"\u2223","\\rvert"),fe(pe,Te,Re,"\u2225","\\rVert"),fe(pe,Te,Fe,"=","="),fe(pe,Te,Fe,"<","<"),fe(pe,Te,Fe,">",">"),fe(pe,Te,Fe,":",":"),fe(pe,Te,Fe,"\u2248","\\approx",!0),fe(pe,Te,Fe,"\u2245","\\cong",!0),fe(pe,Te,Fe,"\u2265","\\ge"),fe(pe,Te,Fe,"\u2265","\\geq",!0),fe(pe,Te,Fe,"\u2190","\\gets"),fe(pe,Te,Fe,">","\\gt"),fe(pe,Te,Fe,"\u2208","\\in",!0),fe(pe,Te,Fe,"\uE020","\\@not"),fe(pe,Te,Fe,"\u2282","\\subset",!0),fe(pe,Te,Fe,"\u2283","\\supset",!0),fe(pe,Te,Fe,"\u2286","\\subseteq",!0),fe(pe,Te,Fe,"\u2287","\\supseteq",!0),fe(pe,ht,Fe,"\u2288","\\nsubseteq",!0),fe(pe,ht,Fe,"\u2289","\\nsupseteq",!0),fe(pe,Te,Fe,"\u22A8","\\models"),fe(pe,Te,Fe,"\u2190","\\leftarrow",!0),fe(pe,Te,Fe,"\u2264","\\le"),fe(pe,Te,Fe,"\u2264","\\leq",!0),fe(pe,Te,Fe,"<","\\lt"),fe(pe,Te,Fe,"\u2192","\\rightarrow",!0),fe(pe,Te,Fe,"\u2192","\\to"),fe(pe,ht,Fe,"\u2271","\\ngeq",!0),fe(pe,ht,Fe,"\u2270","\\nleq",!0),fe(pe,Te,Ir,"\xA0","\\ "),fe(pe,Te,Ir,"\xA0","~"),fe(pe,Te,Ir,"\xA0","\\space"),fe(pe,Te,Ir,"\xA0","\\nobreakspace"),fe(Dt,Te,Ir,"\xA0","\\ "),fe(Dt,Te,Ir,"\xA0","~"),fe(Dt,Te,Ir,"\xA0","\\space"),fe(Dt,Te,Ir,"\xA0","\\nobreakspace"),fe(pe,Te,Ir,null,"\\nobreak"),fe(pe,Te,Ir,null,"\\allowbreak"),fe(pe,Te,kt,",",","),fe(pe,Te,kt,";",";"),fe(pe,ht,St,"\u22BC","\\barwedge",!0),fe(pe,ht,St,"\u22BB","\\veebar",!0),fe(pe,Te,St,"\u2299","\\odot",!0),fe(pe,Te,St,"\u2295","\\oplus",!0),fe(pe,Te,St,"\u2297","\\otimes",!0),fe(pe,Te,At,"\u2202","\\partial",!0),fe(pe,Te,St,"\u2298","\\oslash",!0),fe(pe,ht,St,"\u229A","\\circledcirc",!0),fe(pe,ht,St,"\u22A1","\\boxdot",!0),fe(pe,Te,St,"\u25B3","\\bigtriangleup"),fe(pe,Te,St,"\u25BD","\\bigtriangledown"),fe(pe,Te,St,"\u2020","\\dagger"),fe(pe,Te,St,"\u22C4","\\diamond"),fe(pe,Te,St,"\u22C6","\\star"),fe(pe,Te,St,"\u25C3","\\triangleleft"),fe(pe,Te,St,"\u25B9","\\triangleright"),fe(pe,Te,gt,"{","\\{"),fe(Dt,Te,At,"{","\\{"),fe(Dt,Te,At,"{","\\textbraceleft"),fe(pe,Te,Re,"}","\\}"),fe(Dt,Te,At,"}","\\}"),fe(Dt,Te,At,"}","\\textbraceright"),fe(pe,Te,gt,"{","\\lbrace"),fe(pe,Te,Re,"}","\\rbrace"),fe(pe,Te,gt,"[","\\lbrack"),fe(Dt,Te,At,"[","\\lbrack"),fe(pe,Te,Re,"]","\\rbrack"),fe(Dt,Te,At,"]","\\rbrack"),fe(pe,Te,gt,"(","\\lparen"),fe(pe,Te,Re,")","\\rparen"),fe(Dt,Te,At,"<","\\textless"),fe(Dt,Te,At,">","\\textgreater"),fe(pe,Te,gt,"\u230A","\\lfloor",!0),fe(pe,Te,Re,"\u230B","\\rfloor",!0),fe(pe,Te,gt,"\u2308","\\lceil",!0),fe(pe,Te,Re,"\u2309","\\rceil",!0),fe(pe,Te,At,"\\","\\backslash"),fe(pe,Te,At,"\u2223","|"),fe(pe,Te,At,"\u2223","\\vert"),fe(Dt,Te,At,"|","\\textbar"),fe(pe,Te,At,"\u2225","\\|"),fe(pe,Te,At,"\u2225","\\Vert"),fe(Dt,Te,At,"\u2225","\\textbardbl"),fe(Dt,Te,At,"~","\\textasciitilde"),fe(Dt,Te,At,"\\","\\textbackslash"),fe(Dt,Te,At,"^","\\textasciicircum"),fe(pe,Te,Fe,"\u2191","\\uparrow",!0),fe(pe,Te,Fe,"\u21D1","\\Uparrow",!0),fe(pe,Te,Fe,"\u2193","\\downarrow",!0),fe(pe,Te,Fe,"\u21D3","\\Downarrow",!0),fe(pe,Te,Fe,"\u2195","\\updownarrow",!0),fe(pe,Te,Fe,"\u21D5","\\Updownarrow",!0),fe(pe,Te,we,"\u2210","\\coprod"),fe(pe,Te,we,"\u22C1","\\bigvee"),fe(pe,Te,we,"\u22C0","\\bigwedge"),fe(pe,Te,we,"\u2A04","\\biguplus"),fe(pe,Te,we,"\u22C2","\\bigcap"),fe(pe,Te,we,"\u22C3","\\bigcup"),fe(pe,Te,we,"\u222B","\\int"),fe(pe,Te,we,"\u222B","\\intop"),fe(pe,Te,we,"\u222C","\\iint"),fe(pe,Te,we,"\u222D","\\iiint"),fe(pe,Te,we,"\u220F","\\prod"),fe(pe,Te,we,"\u2211","\\sum"),fe(pe,Te,we,"\u2A02","\\bigotimes"),fe(pe,Te,we,"\u2A01","\\bigoplus"),fe(pe,Te,we,"\u2A00","\\bigodot"),fe(pe,Te,we,"\u222E","\\oint"),fe(pe,Te,we,"\u222F","\\oiint"),fe(pe,Te,we,"\u2230","\\oiiint"),fe(pe,Te,we,"\u2A06","\\bigsqcup"),fe(pe,Te,we,"\u222B","\\smallint"),fe(Dt,Te,_t,"\u2026","\\textellipsis"),fe(pe,Te,_t,"\u2026","\\mathellipsis"),fe(Dt,Te,_t,"\u2026","\\ldots",!0),fe(pe,Te,_t,"\u2026","\\ldots",!0),fe(pe,Te,_t,"\u22EF","\\@cdots",!0),fe(pe,Te,_t,"\u22F1","\\ddots",!0),fe(pe,Te,At,"\u22EE","\\varvdots"),fe(pe,Te,Wt,"\u02CA","\\acute"),fe(pe,Te,Wt,"\u02CB","\\grave"),fe(pe,Te,Wt,"\xA8","\\ddot"),fe(pe,Te,Wt,"~","\\tilde"),fe(pe,Te,Wt,"\u02C9","\\bar"),fe(pe,Te,Wt,"\u02D8","\\breve"),fe(pe,Te,Wt,"\u02C7","\\check"),fe(pe,Te,Wt,"^","\\hat"),fe(pe,Te,Wt,"\u20D7","\\vec"),fe(pe,Te,Wt,"\u02D9","\\dot"),fe(pe,Te,Wt,"\u02DA","\\mathring"),fe(pe,Te,ze,"\u0131","\\imath",!0),fe(pe,Te,ze,"\u0237","\\jmath",!0),fe(Dt,Te,At,"\u0131","\\i",!0),fe(Dt,Te,At,"\u0237","\\j",!0),fe(Dt,Te,At,"\xDF","\\ss",!0),fe(Dt,Te,At,"\xE6","\\ae",!0),fe(Dt,Te,At,"\xE6","\\ae",!0),fe(Dt,Te,At,"\u0153","\\oe",!0),fe(Dt,Te,At,"\xF8","\\o",!0),fe(Dt,Te,At,"\xC6","\\AE",!0),fe(Dt,Te,At,"\u0152","\\OE",!0),fe(Dt,Te,At,"\xD8","\\O",!0),fe(Dt,Te,Wt,"\u02CA","\\'"),fe(Dt,Te,Wt,"\u02CB","\\`"),fe(Dt,Te,Wt,"\u02C6","\\^"),fe(Dt,Te,Wt,"\u02DC","\\~"),fe(Dt,Te,Wt,"\u02C9","\\="),fe(Dt,Te,Wt,"\u02D8","\\u"),fe(Dt,Te,Wt,"\u02D9","\\."),fe(Dt,Te,Wt,"\u02DA","\\r"),fe(Dt,Te,Wt,"\u02C7","\\v"),fe(Dt,Te,Wt,"\xA8",'\\"'),fe(Dt,Te,Wt,"\u02DD","\\H"),fe(Dt,Te,Wt,"\u25EF","\\textcircled");var Vr={"--":!0,"---":!0,"``":!0,"''":!0};fe(Dt,Te,At,"\u2013","--"),fe(Dt,Te,At,"\u2013","\\textendash"),fe(Dt,Te,At,"\u2014","---"),fe(Dt,Te,At,"\u2014","\\textemdash"),fe(Dt,Te,At,"\u2018","`"),fe(Dt,Te,At,"\u2018","\\textquoteleft"),fe(Dt,Te,At,"\u2019","'"),fe(Dt,Te,At,"\u2019","\\textquoteright"),fe(Dt,Te,At,"\u201C","``"),fe(Dt,Te,At,"\u201C","\\textquotedblleft"),fe(Dt,Te,At,"\u201D","''"),fe(Dt,Te,At,"\u201D","\\textquotedblright"),fe(pe,Te,At,"\xB0","\\degree",!0),fe(Dt,Te,At,"\xB0","\\degree"),fe(Dt,Te,At,"\xB0","\\textdegree",!0),fe(pe,Te,ze,"\xA3","\\pounds"),fe(pe,Te,ze,"\xA3","\\mathsterling",!0),fe(Dt,Te,ze,"\xA3","\\pounds"),fe(Dt,Te,ze,"\xA3","\\textsterling",!0),fe(pe,ht,At,"\u2720","\\maltese"),fe(Dt,ht,At,"\u2720","\\maltese"),fe(Dt,Te,Ir,"\xA0","\\ "),fe(Dt,Te,Ir,"\xA0"," "),fe(Dt,Te,Ir,"\xA0","~");for(var Qr='0123456789/@."',Er=0;Er<Qr.length;Er++){var Lr=Qr.charAt(Er);fe(pe,Te,At,Lr,Lr)}for(var _r='0123456789!@*()-=+[]<>|";:?/.,',Ur=0;Ur<_r.length;Ur++){var sn=_r.charAt(Ur);fe(Dt,Te,At,sn,sn)}for(var fn="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",cr=0;cr<fn.length;cr++){var Dr=fn.charAt(cr);fe(pe,Te,ze,Dr,Dr),fe(Dt,Te,At,Dr,Dr)}fe(pe,ht,At,"C","\u2102"),fe(Dt,ht,At,"C","\u2102"),fe(pe,ht,At,"H","\u210D"),fe(Dt,ht,At,"H","\u210D"),fe(pe,ht,At,"N","\u2115"),fe(Dt,ht,At,"N","\u2115"),fe(pe,ht,At,"P","\u2119"),fe(Dt,ht,At,"P","\u2119"),fe(pe,ht,At,"Q","\u211A"),fe(Dt,ht,At,"Q","\u211A"),fe(pe,ht,At,"R","\u211D"),fe(Dt,ht,At,"R","\u211D"),fe(pe,ht,At,"Z","\u2124"),fe(Dt,ht,At,"Z","\u2124"),fe(pe,Te,ze,"h","\u210E"),fe(Dt,Te,ze,"h","\u210E");for(var ft="",Et=0;Et<fn.length;Et++){var zt=fn.charAt(Et);ft=String.fromCharCode(55349,56320+Et),fe(pe,Te,ze,zt,ft),fe(Dt,Te,At,zt,ft),ft=String.fromCharCode(55349,56372+Et),fe(pe,Te,ze,zt,ft),fe(Dt,Te,At,zt,ft),ft=String.fromCharCode(55349,56424+Et),fe(pe,Te,ze,zt,ft),fe(Dt,Te,At,zt,ft),ft=String.fromCharCode(55349,56580+Et),fe(pe,Te,ze,zt,ft),fe(Dt,Te,At,zt,ft),ft=String.fromCharCode(55349,56736+Et),fe(pe,Te,ze,zt,ft),fe(Dt,Te,At,zt,ft),ft=String.fromCharCode(55349,56788+Et),fe(pe,Te,ze,zt,ft),fe(Dt,Te,At,zt,ft),ft=String.fromCharCode(55349,56840+Et),fe(pe,Te,ze,zt,ft),fe(Dt,Te,At,zt,ft),ft=String.fromCharCode(55349,56944+Et),fe(pe,Te,ze,zt,ft),fe(Dt,Te,At,zt,ft),Et<26&&(ft=String.fromCharCode(55349,56632+Et),fe(pe,Te,ze,zt,ft),fe(Dt,Te,At,zt,ft),ft=String.fromCharCode(55349,56476+Et),fe(pe,Te,ze,zt,ft),fe(Dt,Te,At,zt,ft))}ft="\u{1D55C}",fe(pe,Te,ze,"k",ft),fe(Dt,Te,At,"k",ft);for(var nr=0;nr<10;nr++){var yr=nr.toString();ft=String.fromCharCode(55349,57294+nr),fe(pe,Te,ze,yr,ft),fe(Dt,Te,At,yr,ft),ft=String.fromCharCode(55349,57314+nr),fe(pe,Te,ze,yr,ft),fe(Dt,Te,At,yr,ft),ft=String.fromCharCode(55349,57324+nr),fe(pe,Te,ze,yr,ft),fe(Dt,Te,At,yr,ft),ft=String.fromCharCode(55349,57334+nr),fe(pe,Te,ze,yr,ft),fe(Dt,Te,At,yr,ft)}for(var nt="\xC7\xD0\xDE\xE7\xFE",Nr=0;Nr<nt.length;Nr++){var en=nt.charAt(Nr);fe(pe,Te,ze,en,en),fe(Dt,Te,At,en,en)}fe(Dt,Te,At,"\xF0","\xF0"),fe(Dt,Te,At,"\u2013","\u2013"),fe(Dt,Te,At,"\u2014","\u2014"),fe(Dt,Te,At,"\u2018","\u2018"),fe(Dt,Te,At,"\u2019","\u2019"),fe(Dt,Te,At,"\u201C","\u201C"),fe(Dt,Te,At,"\u201D","\u201D");var In=[["mathbf","textbf","Main-Bold"],["mathbf","textbf","Main-Bold"],["mathdefault","textit","Math-Italic"],["mathdefault","textit","Math-Italic"],["boldsymbol","boldsymbol","Main-BoldItalic"],["boldsymbol","boldsymbol","Main-BoldItalic"],["mathscr","textscr","Script-Regular"],["","",""],["","",""],["","",""],["mathfrak","textfrak","Fraktur-Regular"],["mathfrak","textfrak","Fraktur-Regular"],["mathbb","textbb","AMS-Regular"],["mathbb","textbb","AMS-Regular"],["","",""],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathitsf","textitsf","SansSerif-Italic"],["mathitsf","textitsf","SansSerif-Italic"],["","",""],["","",""],["mathtt","texttt","Typewriter-Regular"],["mathtt","texttt","Typewriter-Regular"]],mr=[["mathbf","textbf","Main-Bold"],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathtt","texttt","Typewriter-Regular"]],on=function($,Y){var ne=$.charCodeAt(0),he=$.charCodeAt(1),Ce=(ne-55296)*1024+(he-56320)+65536,Ve=Y==="math"?0:1;if(119808<=Ce&&Ce<120484){var Tt=Math.floor((Ce-119808)/26);return[In[Tt][2],In[Tt][Ve]]}else if(120782<=Ce&&Ce<=120831){var Bt=Math.floor((Ce-120782)/10);return[mr[Bt][2],mr[Bt][Ve]]}else{if(Ce===120485||Ce===120486)return[In[0][2],In[0][Ve]];if(120486<Ce&&Ce<120782)return["",""];throw new o("Unsupported character: "+$)}},yn=[[1,1,1],[2,1,1],[3,1,1],[4,2,1],[5,2,1],[6,3,1],[7,4,2],[8,6,3],[9,7,6],[10,8,7],[11,10,9]],wn=[.5,.6,.7,.8,.9,1,1.2,1.44,1.728,2.074,2.488],Dn=function($,Y){return Y.size<2?$:yn[$-1][Y.size-1]},_i=function(){function Ke(Y){this.style=void 0,this.color=void 0,this.size=void 0,this.textSize=void 0,this.phantom=void 0,this.font=void 0,this.fontFamily=void 0,this.fontWeight=void 0,this.fontShape=void 0,this.sizeMultiplier=void 0,this.maxSize=void 0,this.minRuleThickness=void 0,this._fontMetrics=void 0,this.style=Y.style,this.color=Y.color,this.size=Y.size||Ke.BASESIZE,this.textSize=Y.textSize||this.size,this.phantom=!!Y.phantom,this.font=Y.font||"",this.fontFamily=Y.fontFamily||"",this.fontWeight=Y.fontWeight||"",this.fontShape=Y.fontShape||"",this.sizeMultiplier=wn[this.size-1],this.maxSize=Y.maxSize,this.minRuleThickness=Y.minRuleThickness,this._fontMetrics=void 0}var $=Ke.prototype;return $.extend=function(ne){var he={style:this.style,size:this.size,textSize:this.textSize,color:this.color,phantom:this.phantom,font:this.font,fontFamily:this.fontFamily,fontWeight:this.fontWeight,fontShape:this.fontShape,maxSize:this.maxSize,minRuleThickness:this.minRuleThickness};for(var Ce in ne)ne.hasOwnProperty(Ce)&&(he[Ce]=ne[Ce]);return new Ke(he)},$.havingStyle=function(ne){return this.style===ne?this:this.extend({style:ne,size:Dn(this.textSize,ne)})},$.havingCrampedStyle=function(){return this.havingStyle(this.style.cramp())},$.havingSize=function(ne){return this.size===ne&&this.textSize===ne?this:this.extend({style:this.style.text(),size:ne,textSize:ne,sizeMultiplier:wn[ne-1]})},$.havingBaseStyle=function(ne){ne=ne||this.style.text();var he=Dn(Ke.BASESIZE,ne);return this.size===he&&this.textSize===Ke.BASESIZE&&this.style===ne?this:this.extend({style:ne,size:he})},$.havingBaseSizing=function(){var ne;switch(this.style.id){case 4:case 5:ne=3;break;case 6:case 7:ne=1;break;default:ne=6}return this.extend({style:this.style.text(),size:ne})},$.withColor=function(ne){return this.extend({color:ne})},$.withPhantom=function(){return this.extend({phantom:!0})},$.withFont=function(ne){return this.extend({font:ne})},$.withTextFontFamily=function(ne){return this.extend({fontFamily:ne,font:""})},$.withTextFontWeight=function(ne){return this.extend({fontWeight:ne,font:""})},$.withTextFontShape=function(ne){return this.extend({fontShape:ne,font:""})},$.sizingClasses=function(ne){return ne.size!==this.size?["sizing","reset-size"+ne.size,"size"+this.size]:[]},$.baseSizingClasses=function(){return this.size!==Ke.BASESIZE?["sizing","reset-size"+this.size,"size"+Ke.BASESIZE]:[]},$.fontMetrics=function(){return this._fontMetrics||(this._fontMetrics=Ht(this.size)),this._fontMetrics},$.getColor=function(){return this.phantom?"transparent":this.color},Ke}();_i.BASESIZE=6;var ui=_i,Oi={pt:1,mm:7227/2540,cm:7227/254,in:72.27,bp:803/800,pc:12,dd:1238/1157,cc:14856/1157,nd:685/642,nc:1370/107,sp:1/65536,px:803/800},bi={ex:!0,em:!0,mu:!0},pi=function($){return typeof $!="string"&&($=$.unit),$ in Oi||$ in bi||$==="ex"},ni=function($,Y){var ne;if($.unit in Oi)ne=Oi[$.unit]/Y.fontMetrics().ptPerEm/Y.sizeMultiplier;else if($.unit==="mu")ne=Y.fontMetrics().cssEmPerMu;else{var he;if(Y.style.isTight()?he=Y.havingStyle(Y.style.text()):he=Y,$.unit==="ex")ne=he.fontMetrics().xHeight;else if($.unit==="em")ne=he.fontMetrics().quad;else throw new o("Invalid unit: '"+$.unit+"'");he!==Y&&(ne*=he.sizeMultiplier/Y.sizeMultiplier)}return Math.min($.number*ne,Y.maxSize)},na=["\\imath","\u0131","\\jmath","\u0237","\\pounds","\\mathsterling","\\textsterling","\xA3"],Jn=function($,Y,ne){return Ge[ne][$]&&Ge[ne][$].replace&&($=Ge[ne][$].replace),{value:$,metrics:Kt($,Y,ne)}},Ji=function($,Y,ne,he,Ce){var Ve=Jn($,Y,ne),Tt=Ve.metrics;$=Ve.value;var Bt;if(Tt){var ar=Tt.italic;(ne==="text"||he&&he.font==="mathit")&&(ar=0),Bt=new Se($,Tt.height,Tt.depth,ar,Tt.skew,Tt.width,Ce)}else typeof console!="undefined"&&console.warn("No character metrics "+("for '"+$+"' in style '"+Y+"' and mode '"+ne+"'")),Bt=new Se($,0,0,0,0,0,Ce);if(he){Bt.maxFontSize=he.sizeMultiplier,he.style.isTight()&&Bt.classes.push("mtight");var wr=he.getColor();wr&&(Bt.style.color=wr)}return Bt},yt=function($,Y,ne,he){return he===void 0&&(he=[]),ne.font==="boldsymbol"&&Jn($,"Main-Bold",Y).metrics?Ji($,"Main-Bold",Y,ne,he.concat(["mathbf"])):$==="\\"||Ge[Y][$].font==="main"?Ji($,"Main-Regular",Y,ne,he):Ji($,"AMS-Regular",Y,ne,he.concat(["amsrm"]))},zn=function($,Y,ne,he){return/[0-9]/.test($.charAt(0))||A.contains(na,$)?{fontName:"Main-Italic",fontClass:"mathit"}:{fontName:"Math-Italic",fontClass:"mathdefault"}},mi=function($,Y,ne,he){return A.contains(na,$)?{fontName:"Main-Italic",fontClass:"mathit"}:/[0-9]/.test($.charAt(0))?{fontName:"Caligraphic-Regular",fontClass:"mathcal"}:{fontName:"Math-Italic",fontClass:"mathdefault"}},Xi=function($,Y,ne,he){return Jn($,"Math-BoldItalic",Y).metrics?{fontName:"Math-BoldItalic",fontClass:"boldsymbol"}:{fontName:"Main-Bold",fontClass:"mathbf"}},ei=function($,Y,ne){var he=$.mode,Ce=$.text,Ve=["mord"],Tt=he==="math"||he==="text"&&Y.font,Bt=Tt?Y.font:Y.fontFamily;if(Ce.charCodeAt(0)===55349){var ar=on(Ce,he),wr=ar[0],Ut=ar[1];return Ji(Ce,wr,he,Y,Ve.concat(Ut))}else if(Bt){var nn,En;if(Bt==="boldsymbol"||Bt==="mathnormal"){var Hn=Bt==="boldsymbol"?Xi(Ce,he,Y,Ve):mi(Ce,he,Y,Ve);nn=Hn.fontName,En=[Hn.fontClass]}else A.contains(na,Ce)?(nn="Main-Italic",En=["mathit"]):Tt?(nn=Ze[Bt].fontName,En=[Bt]):(nn=$r(Bt,Y.fontWeight,Y.fontShape),En=[Bt,Y.fontWeight,Y.fontShape]);if(Jn(Ce,nn,he).metrics)return Ji(Ce,nn,he,Y,Ve.concat(En));if(Vr.hasOwnProperty(Ce)&&nn.substr(0,10)==="Typewriter"){for(var $n=[],Ci=0;Ci<Ce.length;Ci++)$n.push(Ji(Ce[Ci],nn,he,Y,Ve.concat(En)));return Ot($n)}}if(ne==="mathord"){var pa=zn(Ce,he,Y,Ve);return Ji(Ce,pa.fontName,he,Y,Ve.concat([pa.fontClass]))}else if(ne==="textord"){var sa=Ge[he][Ce]&&Ge[he][Ce].font;if(sa==="ams"){var fa=$r("amsrm",Y.fontWeight,Y.fontShape);return Ji(Ce,fa,he,Y,Ve.concat("amsrm",Y.fontWeight,Y.fontShape))}else if(sa==="main"||!sa){var us=$r("textrm",Y.fontWeight,Y.fontShape);return Ji(Ce,us,he,Y,Ve.concat(Y.fontWeight,Y.fontShape))}else{var Ha=$r(sa,Y.fontWeight,Y.fontShape);return Ji(Ce,Ha,he,Y,Ve.concat(Ha,Y.fontWeight,Y.fontShape))}}else throw new Error("unexpected type: "+ne+" in makeOrd")},qi=function($,Y){if(It($.classes)!==It(Y.classes)||$.skew!==Y.skew||$.maxFontSize!==Y.maxFontSize)return!1;for(var ne in $.style)if($.style.hasOwnProperty(ne)&&$.style[ne]!==Y.style[ne])return!1;for(var he in Y.style)if(Y.style.hasOwnProperty(he)&&$.style[he]!==Y.style[he])return!1;return!0},xi=function($){for(var Y=0;Y<$.length-1;Y++){var ne=$[Y],he=$[Y+1];ne instanceof Se&&he instanceof Se&&qi(ne,he)&&(ne.text+=he.text,ne.height=Math.max(ne.height,he.height),ne.depth=Math.max(ne.depth,he.depth),ne.italic=he.italic,$.splice(Y+1,1),Y--)}return $},lt=function($){for(var Y=0,ne=0,he=0,Ce=0;Ce<$.children.length;Ce++){var Ve=$.children[Ce];Ve.height>Y&&(Y=Ve.height),Ve.depth>ne&&(ne=Ve.depth),Ve.maxFontSize>he&&(he=Ve.maxFontSize)}$.height=Y,$.depth=ne,$.maxFontSize=he},_n=function($,Y,ne,he){var Ce=new mt($,Y,ne,he);return lt(Ce),Ce},Qt=function($,Y,ne,he){return new mt($,Y,ne,he)},vt=function($,Y,ne){var he=_n([$],[],Y);return he.height=Math.max(ne||Y.fontMetrics().defaultRuleThickness,Y.minRuleThickness),he.style.borderBottomWidth=he.height+"em",he.maxFontSize=1,he},tt=function($,Y,ne,he){var Ce=new et($,Y,ne,he);return lt(Ce),Ce},Ot=function($){var Y=new Xe($);return lt(Y),Y},pt=function($,Y){return $ instanceof Xe?_n([],[$],Y):$},ur=function($){if($.positionType==="individualShift"){for(var Y=$.children,ne=[Y[0]],he=-Y[0].shift-Y[0].elem.depth,Ce=he,Ve=1;Ve<Y.length;Ve++){var Tt=-Y[Ve].shift-Ce-Y[Ve].elem.depth,Bt=Tt-(Y[Ve-1].elem.height+Y[Ve-1].elem.depth);Ce=Ce+Tt,ne.push({type:"kern",size:Bt}),ne.push(Y[Ve])}return{children:ne,depth:he}}var ar;if($.positionType==="top"){for(var wr=$.positionData,Ut=0;Ut<$.children.length;Ut++){var nn=$.children[Ut];wr-=nn.type==="kern"?nn.size:nn.elem.height+nn.elem.depth}ar=wr}else if($.positionType==="bottom")ar=-$.positionData;else{var En=$.children[0];if(En.type!=="elem")throw new Error('First child must have type "elem".');if($.positionType==="shift")ar=-En.elem.depth-$.positionData;else if($.positionType==="firstBaseline")ar=-En.elem.depth;else throw new Error("Invalid positionType "+$.positionType+".")}return{children:$.children,depth:ar}},fr=function($,Y){for(var ne=ur($),he=ne.children,Ce=ne.depth,Ve=0,Tt=0;Tt<he.length;Tt++){var Bt=he[Tt];if(Bt.type==="elem"){var ar=Bt.elem;Ve=Math.max(Ve,ar.maxFontSize,ar.height)}}Ve+=2;var wr=_n(["pstrut"],[]);wr.style.height=Ve+"em";for(var Ut=[],nn=Ce,En=Ce,Hn=Ce,$n=0;$n<he.length;$n++){var Ci=he[$n];if(Ci.type==="kern")Hn+=Ci.size;else{var pa=Ci.elem,sa=Ci.wrapperClasses||[],fa=Ci.wrapperStyle||{},us=_n(sa,[wr,pa],void 0,fa);us.style.top=-Ve-Hn-pa.depth+"em",Ci.marginLeft&&(us.style.marginLeft=Ci.marginLeft),Ci.marginRight&&(us.style.marginRight=Ci.marginRight),Ut.push(us),Hn+=pa.height+pa.depth}nn=Math.min(nn,Hn),En=Math.max(En,Hn)}var Ha=_n(["vlist"],Ut);Ha.style.height=En+"em";var hs;if(nn<0){var rs=_n([],[]),wa=_n(["vlist"],[rs]);wa.style.height=-nn+"em";var Za=_n(["vlist-s"],[new Se("\u200B")]);hs=[_n(["vlist-r"],[Ha,Za]),_n(["vlist-r"],[wa])]}else hs=[_n(["vlist-r"],[Ha])];var ks=_n(["vlist-t"],hs);return hs.length===2&&ks.classes.push("vlist-t2"),ks.height=En,ks.depth=-nn,ks},Cr=function($,Y){var ne=_n(["mspace"],[],Y),he=ni($,Y);return ne.style.marginRight=he+"em",ne},$r=function($,Y,ne){var he="";switch($){case"amsrm":he="AMS";break;case"textrm":he="Main";break;case"textsf":he="SansSerif";break;case"texttt":he="Typewriter";break;default:he=$}var Ce;return Y==="textbf"&&ne==="textit"?Ce="BoldItalic":Y==="textbf"?Ce="Bold":Y==="textit"?Ce="Italic":Ce="Regular",he+"-"+Ce},Ze={mathbf:{variant:"bold",fontName:"Main-Bold"},mathrm:{variant:"normal",fontName:"Main-Regular"},textit:{variant:"italic",fontName:"Main-Italic"},mathit:{variant:"italic",fontName:"Main-Italic"},mathbb:{variant:"double-struck",fontName:"AMS-Regular"},mathcal:{variant:"script",fontName:"Caligraphic-Regular"},mathfrak:{variant:"fraktur",fontName:"Fraktur-Regular"},mathscr:{variant:"script",fontName:"Script-Regular"},mathsf:{variant:"sans-serif",fontName:"SansSerif-Regular"},mathtt:{variant:"monospace",fontName:"Typewriter-Regular"}},Je={vec:["vec",.471,.714],oiintSize1:["oiintSize1",.957,.499],oiintSize2:["oiintSize2",1.472,.659],oiiintSize1:["oiiintSize1",1.304,.499],oiiintSize2:["oiiintSize2",1.98,.659]},xe=function($,Y){var ne=Je[$],he=ne[0],Ce=ne[1],Ve=ne[2],Tt=new Ue(he),Bt=new Me([Tt],{width:Ce+"em",height:Ve+"em",style:"width:"+Ce+"em",viewBox:"0 0 "+1e3*Ce+" "+1e3*Ve,preserveAspectRatio:"xMinYMin"}),ar=Qt(["overlay"],[Bt],Y);return ar.height=Ve,ar.style.height=Ve+"em",ar.style.width=Ce+"em",ar},st={fontMap:Ze,makeSymbol:Ji,mathsym:yt,makeSpan:_n,makeSvgSpan:Qt,makeLineSpan:vt,makeAnchor:tt,makeFragment:Ot,wrapFragment:pt,makeVList:fr,makeOrd:ei,makeGlue:Cr,staticSvg:xe,svgData:Je,tryCombineChars:xi};function rr(Ke,$){var Y=Mr(Ke,$);if(!Y)throw new Error("Expected node of type "+$+", but got "+(Ke?"node of type "+Ke.type:String(Ke)));return Y}function Mr(Ke,$){return Ke&&Ke.type===$?Ke:null}function Or(Ke,$){var Y=Pr(Ke,$);if(!Y)throw new Error('Expected node of type "atom" and family "'+$+'", but got '+(Ke?Ke.type==="atom"?"atom of family "+Ke.family:"node of type "+Ke.type:String(Ke)));return Y}function Pr(Ke,$){return Ke&&Ke.type==="atom"&&Ke.family===$?Ke:null}function zr(Ke){var $=mn(Ke);if(!$)throw new Error("Expected node of symbol group type, but got "+(Ke?"node of type "+Ke.type:String(Ke)));return $}function mn(Ke){return Ke&&(Ke.type==="atom"||Ct.hasOwnProperty(Ke.type))?Ke:null}var Tr={number:3,unit:"mu"},dn={number:4,unit:"mu"},rn={number:5,unit:"mu"},un={mord:{mop:Tr,mbin:dn,mrel:rn,minner:Tr},mop:{mord:Tr,mop:Tr,mrel:rn,minner:Tr},mbin:{mord:dn,mop:dn,mopen:dn,minner:dn},mrel:{mord:rn,mop:rn,mopen:rn,minner:rn},mopen:{},mclose:{mop:Tr,mbin:dn,mrel:rn,minner:Tr},mpunct:{mord:Tr,mop:Tr,mrel:rn,mopen:Tr,mclose:Tr,mpunct:Tr,minner:Tr},minner:{mord:Tr,mop:Tr,mbin:dn,mrel:rn,mopen:Tr,mpunct:Tr,minner:Tr}},Tn={mord:{mop:Tr},mop:{mord:Tr,mop:Tr},mbin:{},mrel:{},mopen:{},mclose:{mop:Tr},mpunct:{},minner:{mop:Tr}},va={},Si={},vi={};function gn(Ke){for(var $=Ke.type,Y=Ke.names,ne=Ke.props,he=Ke.handler,Ce=Ke.htmlBuilder,Ve=Ke.mathmlBuilder,Tt={type:$,numArgs:ne.numArgs,argTypes:ne.argTypes,greediness:ne.greediness===void 0?1:ne.greediness,allowedInText:!!ne.allowedInText,allowedInMath:ne.allowedInMath===void 0?!0:ne.allowedInMath,numOptionalArgs:ne.numOptionalArgs||0,infix:!!ne.infix,handler:he},Bt=0;Bt<Y.length;++Bt)va[Y[Bt]]=Tt;$&&(Ce&&(Si[$]=Ce),Ve&&(vi[$]=Ve))}function ai(Ke){var $=Ke.type,Y=Ke.htmlBuilder,ne=Ke.mathmlBuilder;gn({type:$,names:[],props:{numArgs:0},handler:function(){throw new Error("Should never be called.")},htmlBuilder:Y,mathmlBuilder:ne})}var Fi=function($){var Y=Mr($,"ordgroup");return Y?Y.body:[$]},da=st.makeSpan,$a=["leftmost","mbin","mopen","mrel","mop","mpunct"],Ta=["rightmost","mrel","mclose","mpunct"],fs={display:Z.DISPLAY,text:Z.TEXT,script:Z.SCRIPT,scriptscript:Z.SCRIPTSCRIPT},ws={mord:"mord",mop:"mop",mbin:"mbin",mrel:"mrel",mopen:"mopen",mclose:"mclose",mpunct:"mpunct",minner:"minner"},Wa=function($,Y,ne,he){he===void 0&&(he=[null,null]);for(var Ce=[],Ve=0;Ve<$.length;Ve++){var Tt=Vi($[Ve],Y);if(Tt instanceof Xe){var Bt=Tt.children;Ce.push.apply(Ce,Bt)}else Ce.push(Tt)}if(!ne)return Ce;var ar=Y;if($.length===1){var wr=Mr($[0],"sizing")||Mr($[0],"styling");wr&&(wr.type==="sizing"?ar=Y.havingSize(wr.size):wr.type==="styling"&&(ar=Y.havingStyle(fs[wr.style])))}var Ut=da([he[0]||"leftmost"],[],Y),nn=da([he[1]||"rightmost"],[],Y);return gi(Ce,function(En,Hn){var $n=Hn.classes[0],Ci=En.classes[0];$n==="mbin"&&A.contains(Ta,Ci)?Hn.classes[0]="mord":Ci==="mbin"&&A.contains($a,$n)&&(En.classes[0]="mord")},{node:Ut},nn),gi(Ce,function(En,Hn){var $n=Ga(Hn),Ci=Ga(En),pa=$n&&Ci?En.hasClass("mtight")?Tn[$n][Ci]:un[$n][Ci]:null;if(pa)return st.makeGlue(pa,ar)},{node:Ut},nn),Ce},gi=function Ke($,Y,ne,he){he&&$.push(he);for(var Ce=0;Ce<$.length;Ce++){var Ve=$[Ce],Tt=ia(Ve);if(Tt){Ke(Tt.children,Y,ne);continue}if(Ve.classes[0]!=="mspace"){var Bt=Y(Ve,ne.node);Bt&&(ne.insertAfter?ne.insertAfter(Bt):($.unshift(Bt),Ce++)),ne.node=Ve,ne.insertAfter=function(ar){return function(wr){$.splice(ar+1,0,wr),Ce++}}(Ce)}}he&&$.pop()},ia=function($){return $ instanceof Xe||$ instanceof et?$:null},os=function Ke($,Y){var ne=ia($);if(ne){var he=ne.children;if(he.length){if(Y==="right")return Ke(he[he.length-1],"right");if(Y==="left")return Ke(he[0],"left")}}return $},Ga=function($,Y){return $?(Y&&($=os($,Y)),ws[$.classes[0]]||null):null},Is=function($,Y){var ne=["nulldelimiter"].concat($.baseSizingClasses());return da(Y.concat(ne))},Vi=function($,Y,ne){if(!$)return da();if(Si[$.type]){var he=Si[$.type]($,Y);if(ne&&Y.size!==ne.size){he=da(Y.sizingClasses(ne),[he],Y);var Ce=Y.sizeMultiplier/ne.sizeMultiplier;he.height*=Ce,he.depth*=Ce}return he}else throw new o("Got group of unknown type: '"+$.type+"'")};function vs(Ke,$){var Y=da(["base"],Ke,$),ne=da(["strut"]);return ne.style.height=Y.height+Y.depth+"em",ne.style.verticalAlign=-Y.depth+"em",Y.children.unshift(ne),Y}function bo(Ke,$){var Y=null;Ke.length===1&&Ke[0].type==="tag"&&(Y=Ke[0].tag,Ke=Ke[0].body);for(var ne=Wa(Ke,$,!0),he=[],Ce=[],Ve=0;Ve<ne.length;Ve++)if(Ce.push(ne[Ve]),ne[Ve].hasClass("mbin")||ne[Ve].hasClass("mrel")||ne[Ve].hasClass("allowbreak")){for(var Tt=!1;Ve<ne.length-1&&ne[Ve+1].hasClass("mspace")&&!ne[Ve+1].hasClass("newline");)Ve++,Ce.push(ne[Ve]),ne[Ve].hasClass("nobreak")&&(Tt=!0);Tt||(he.push(vs(Ce,$)),Ce=[])}else ne[Ve].hasClass("newline")&&(Ce.pop(),Ce.length>0&&(he.push(vs(Ce,$)),Ce=[]),he.push(ne[Ve]));Ce.length>0&&he.push(vs(Ce,$));var Bt;Y&&(Bt=vs(Wa(Y,$,!0)),Bt.classes=["tag"],he.push(Bt));var ar=da(["katex-html"],he);if(ar.setAttribute("aria-hidden","true"),Bt){var wr=Bt.children[0];wr.style.height=ar.height+ar.depth+"em",wr.style.verticalAlign=-ar.depth+"em"}return ar}function Bi(Ke){return new Xe(Ke)}var _s=function(){function Ke(Y,ne){this.type=void 0,this.attributes=void 0,this.children=void 0,this.type=Y,this.attributes={},this.children=ne||[]}var $=Ke.prototype;return $.setAttribute=function(ne,he){this.attributes[ne]=he},$.getAttribute=function(ne){return this.attributes[ne]},$.toNode=function(){var ne=document.createElementNS("http://www.w3.org/1998/Math/MathML",this.type);for(var he in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,he)&&ne.setAttribute(he,this.attributes[he]);for(var Ce=0;Ce<this.children.length;Ce++)ne.appendChild(this.children[Ce].toNode());return ne},$.toMarkup=function(){var ne="<"+this.type;for(var he in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,he)&&(ne+=" "+he+'="',ne+=A.escape(this.attributes[he]),ne+='"');ne+=">";for(var Ce=0;Ce<this.children.length;Ce++)ne+=this.children[Ce].toMarkup();return ne+="</"+this.type+">",ne},$.toText=function(){return this.children.map(function(ne){return ne.toText()}).join("")},Ke}(),Na=function(){function Ke(Y){this.text=void 0,this.text=Y}var $=Ke.prototype;return $.toNode=function(){return document.createTextNode(this.text)},$.toMarkup=function(){return A.escape(this.toText())},$.toText=function(){return this.text},Ke}(),Ys=function(){function Ke(Y){this.width=void 0,this.character=void 0,this.width=Y,Y>=.05555&&Y<=.05556?this.character="\u200A":Y>=.1666&&Y<=.1667?this.character="\u2009":Y>=.2222&&Y<=.2223?this.character="\u2005":Y>=.2777&&Y<=.2778?this.character="\u2005\u200A":Y>=-.05556&&Y<=-.05555?this.character="\u200A\u2063":Y>=-.1667&&Y<=-.1666?this.character="\u2009\u2063":Y>=-.2223&&Y<=-.2222?this.character="\u205F\u2063":Y>=-.2778&&Y<=-.2777?this.character="\u2005\u2063":this.character=null}var $=Ke.prototype;return $.toNode=function(){if(this.character)return document.createTextNode(this.character);var ne=document.createElementNS("http://www.w3.org/1998/Math/MathML","mspace");return ne.setAttribute("width",this.width+"em"),ne},$.toMarkup=function(){return this.character?"<mtext>"+this.character+"</mtext>":'<mspace width="'+this.width+'em"/>'},$.toText=function(){return this.character?this.character:" "},Ke}(),Rn={MathNode:_s,TextNode:Na,SpaceNode:Ys,newDocumentFragment:Bi},ja=function($,Y,ne){return Ge[Y][$]&&Ge[Y][$].replace&&$.charCodeAt(0)!==55349&&!(Vr.hasOwnProperty($)&&ne&&(ne.fontFamily&&ne.fontFamily.substr(4,2)==="tt"||ne.font&&ne.font.substr(4,2)==="tt"))&&($=Ge[Y][$].replace),new Rn.TextNode($)},cs=function($){return $.length===1?$[0]:new Rn.MathNode("mrow",$)},Ua=function($,Y){if(Y.fontFamily==="texttt")return"monospace";if(Y.fontFamily==="textsf")return Y.fontShape==="textit"&&Y.fontWeight==="textbf"?"sans-serif-bold-italic":Y.fontShape==="textit"?"sans-serif-italic":Y.fontWeight==="textbf"?"bold-sans-serif":"sans-serif";if(Y.fontShape==="textit"&&Y.fontWeight==="textbf")return"bold-italic";if(Y.fontShape==="textit")return"italic";if(Y.fontWeight==="textbf")return"bold";var ne=Y.font;if(!ne||ne==="mathnormal")return null;var he=$.mode;if(ne==="mathit")return"italic";if(ne==="boldsymbol")return"bold-italic";if(ne==="mathbf")return"bold";if(ne==="mathbb")return"double-struck";if(ne==="mathfrak")return"fraktur";if(ne==="mathscr"||ne==="mathcal")return"script";if(ne==="mathsf")return"sans-serif";if(ne==="mathtt")return"monospace";var Ce=$.text;if(A.contains(["\\imath","\\jmath"],Ce))return null;Ge[he][Ce]&&Ge[he][Ce].replace&&(Ce=Ge[he][Ce].replace);var Ve=st.fontMap[ne].fontName;return Kt(Ce,Ve,he)?st.fontMap[ne].variant:null},zi=function($,Y,ne){if($.length===1){var he=Oa($[0],Y);return ne&&he instanceof _s&&he.type==="mo"&&(he.setAttribute("lspace","0em"),he.setAttribute("rspace","0em")),[he]}for(var Ce=[],Ve,Tt=0;Tt<$.length;Tt++){var Bt=Oa($[Tt],Y);if(Bt instanceof _s&&Ve instanceof _s){if(Bt.type==="mtext"&&Ve.type==="mtext"&&Bt.getAttribute("mathvariant")===Ve.getAttribute("mathvariant")){var ar;(ar=Ve.children).push.apply(ar,Bt.children);continue}else if(Bt.type==="mn"&&Ve.type==="mn"){var wr;(wr=Ve.children).push.apply(wr,Bt.children);continue}else if(Bt.type==="mi"&&Bt.children.length===1&&Ve.type==="mn"){var Ut=Bt.children[0];if(Ut instanceof Na&&Ut.text==="."){var nn;(nn=Ve.children).push.apply(nn,Bt.children);continue}}else if(Ve.type==="mi"&&Ve.children.length===1){var En=Ve.children[0];if(En instanceof Na&&En.text==="\u0338"&&(Bt.type==="mo"||Bt.type==="mi"||Bt.type==="mn")){var Hn=Bt.children[0];Hn instanceof Na&&Hn.text.length>0&&(Hn.text=Hn.text.slice(0,1)+"\u0338"+Hn.text.slice(1),Ce.pop())}}}Ce.push(Bt),Ve=Bt}return Ce},Ra=function($,Y,ne){return cs(zi($,Y,ne))},Oa=function($,Y){if(!$)return new Rn.MathNode("mrow");if(vi[$.type]){var ne=vi[$.type]($,Y);return ne}else throw new o("Got group of unknown type: '"+$.type+"'")};function Es(Ke,$,Y,ne){var he=zi(Ke,Y),Ce;he.length===1&&he[0]instanceof _s&&A.contains(["mrow","mtable"],he[0].type)?Ce=he[0]:Ce=new Rn.MathNode("mrow",he);var Ve=new Rn.MathNode("annotation",[new Rn.TextNode($)]);Ve.setAttribute("encoding","application/x-tex");var Tt=new Rn.MathNode("semantics",[Ce,Ve]),Bt=new Rn.MathNode("math",[Tt]);Bt.setAttribute("xmlns","http://www.w3.org/1998/Math/MathML");var ar=ne?"katex":"katex-mathml";return st.makeSpan([ar],[Bt])}var Xs=function($){return new ui({style:$.displayMode?Z.DISPLAY:Z.TEXT,maxSize:$.maxSize,minRuleThickness:$.minRuleThickness})},xo=function($,Y){if(Y.displayMode){var ne=["katex-display"];Y.leqno&&ne.push("leqno"),Y.fleqn&&ne.push("fleqn"),$=st.makeSpan(ne,[$])}return $},ho=function($,Y,ne){var he=Xs(ne),Ce;if(ne.output==="mathml")return Es($,Y,he,!0);if(ne.output==="html"){var Ve=bo($,he);Ce=st.makeSpan(["katex"],[Ve])}else{var Tt=Es($,Y,he,!1),Bt=bo($,he);Ce=st.makeSpan(["katex"],[Tt,Bt])}return xo(Ce,ne)},Ea=function($,Y,ne){var he=Xs(ne),Ce=bo($,he),Ve=st.makeSpan(["katex"],[Ce]);return xo(Ve,ne)},gs=ho,Zs={widehat:"^",widecheck:"\u02C7",widetilde:"~",utilde:"~",overleftarrow:"\u2190",underleftarrow:"\u2190",xleftarrow:"\u2190",overrightarrow:"\u2192",underrightarrow:"\u2192",xrightarrow:"\u2192",underbrace:"\u23DF",overbrace:"\u23DE",overgroup:"\u23E0",undergroup:"\u23E1",overleftrightarrow:"\u2194",underleftrightarrow:"\u2194",xleftrightarrow:"\u2194",Overrightarrow:"\u21D2",xRightarrow:"\u21D2",overleftharpoon:"\u21BC",xleftharpoonup:"\u21BC",overrightharpoon:"\u21C0",xrightharpoonup:"\u21C0",xLeftarrow:"\u21D0",xLeftrightarrow:"\u21D4",xhookleftarrow:"\u21A9",xhookrightarrow:"\u21AA",xmapsto:"\u21A6",xrightharpoondown:"\u21C1",xleftharpoondown:"\u21BD",xrightleftharpoons:"\u21CC",xleftrightharpoons:"\u21CB",xtwoheadleftarrow:"\u219E",xtwoheadrightarrow:"\u21A0",xlongequal:"=",xtofrom:"\u21C4",xrightleftarrows:"\u21C4",xrightequilibrium:"\u21CC",xleftequilibrium:"\u21CB"},no=function($){var Y=new Rn.MathNode("mo",[new Rn.TextNode(Zs[$.substr(1)])]);return Y.setAttribute("stretchy","true"),Y},wo={overrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],overleftarrow:[["leftarrow"],.888,522,"xMinYMin"],underrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],underleftarrow:[["leftarrow"],.888,522,"xMinYMin"],xrightarrow:[["rightarrow"],1.469,522,"xMaxYMin"],xleftarrow:[["leftarrow"],1.469,522,"xMinYMin"],Overrightarrow:[["doublerightarrow"],.888,560,"xMaxYMin"],xRightarrow:[["doublerightarrow"],1.526,560,"xMaxYMin"],xLeftarrow:[["doubleleftarrow"],1.526,560,"xMinYMin"],overleftharpoon:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoonup:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoondown:[["leftharpoondown"],.888,522,"xMinYMin"],overrightharpoon:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoonup:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoondown:[["rightharpoondown"],.888,522,"xMaxYMin"],xlongequal:[["longequal"],.888,334,"xMinYMin"],xtwoheadleftarrow:[["twoheadleftarrow"],.888,334,"xMinYMin"],xtwoheadrightarrow:[["twoheadrightarrow"],.888,334,"xMaxYMin"],overleftrightarrow:[["leftarrow","rightarrow"],.888,522],overbrace:[["leftbrace","midbrace","rightbrace"],1.6,548],underbrace:[["leftbraceunder","midbraceunder","rightbraceunder"],1.6,548],underleftrightarrow:[["leftarrow","rightarrow"],.888,522],xleftrightarrow:[["leftarrow","rightarrow"],1.75,522],xLeftrightarrow:[["doubleleftarrow","doublerightarrow"],1.75,560],xrightleftharpoons:[["leftharpoondownplus","rightharpoonplus"],1.75,716],xleftrightharpoons:[["leftharpoonplus","rightharpoondownplus"],1.75,716],xhookleftarrow:[["leftarrow","righthook"],1.08,522],xhookrightarrow:[["lefthook","rightarrow"],1.08,522],overlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],underlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],overgroup:[["leftgroup","rightgroup"],.888,342],undergroup:[["leftgroupunder","rightgroupunder"],.888,342],xmapsto:[["leftmapsto","rightarrow"],1.5,522],xtofrom:[["leftToFrom","rightToFrom"],1.75,528],xrightleftarrows:[["baraboveleftarrow","rightarrowabovebar"],1.75,901],xrightequilibrium:[["baraboveshortleftharpoon","rightharpoonaboveshortbar"],1.75,716],xleftequilibrium:[["shortbaraboveleftharpoon","shortrightharpoonabovebar"],1.75,716]},Eo=function($){return $.type==="ordgroup"?$.body.length:1},po=function($,Y){function ne(){var Bt=4e5,ar=$.label.substr(1);if(A.contains(["widehat","widecheck","widetilde","utilde"],ar)){var wr=$,Ut=Eo(wr.base),nn,En,Hn;if(Ut>5)ar==="widehat"||ar==="widecheck"?(nn=420,Bt=2364,Hn=.42,En=ar+"4"):(nn=312,Bt=2340,Hn=.34,En="tilde4");else{var $n=[1,1,2,2,3,3][Ut];ar==="widehat"||ar==="widecheck"?(Bt=[0,1062,2364,2364,2364][$n],nn=[0,239,300,360,420][$n],Hn=[0,.24,.3,.3,.36,.42][$n],En=ar+$n):(Bt=[0,600,1033,2339,2340][$n],nn=[0,260,286,306,312][$n],Hn=[0,.26,.286,.3,.306,.34][$n],En="tilde"+$n)}var Ci=new Ue(En),pa=new Me([Ci],{width:"100%",height:Hn+"em",viewBox:"0 0 "+Bt+" "+nn,preserveAspectRatio:"none"});return{span:st.makeSvgSpan([],[pa],Y),minWidth:0,height:Hn}}else{var sa=[],fa=wo[ar],us=fa[0],Ha=fa[1],hs=fa[2],rs=hs/1e3,wa=us.length,Za,ks;if(wa===1){var yi=fa[3];Za=["hide-tail"],ks=[yi]}else if(wa===2)Za=["halfarrow-left","halfarrow-right"],ks=["xMinYMin","xMaxYMin"];else if(wa===3)Za=["brace-left","brace-center","brace-right"],ks=["xMinYMin","xMidYMin","xMaxYMin"];else throw new Error(`Correct katexImagesData or update code here to support
`+wa+" children.");for(var oo=0;oo<wa;oo++){var Co=new Ue(us[oo]),Mo=new Me([Co],{width:"400em",height:rs+"em",viewBox:"0 0 "+Bt+" "+hs,preserveAspectRatio:ks[oo]+" slice"}),Ms=st.makeSvgSpan([Za[oo]],[Mo],Y);if(wa===1)return{span:Ms,minWidth:Ha,height:rs};Ms.style.height=rs+"em",sa.push(Ms)}return{span:st.makeSpan(["stretchy"],sa,Y),minWidth:Ha,height:rs}}}var he=ne(),Ce=he.span,Ve=he.minWidth,Tt=he.height;return Ce.height=Tt,Ce.style.height=Tt+"em",Ve>0&&(Ce.style.minWidth=Ve+"em"),Ce},fi=function($,Y,ne,he){var Ce,Ve=$.height+$.depth+2*ne;if(/fbox|color/.test(Y)){if(Ce=st.makeSpan(["stretchy",Y],[],he),Y==="fbox"){var Tt=he.color&&he.getColor();Tt&&(Ce.style.borderColor=Tt)}}else{var Bt=[];/^[bx]cancel$/.test(Y)&&Bt.push(new We({x1:"0",y1:"0",x2:"100%",y2:"100%","stroke-width":"0.046em"})),/^x?cancel$/.test(Y)&&Bt.push(new We({x1:"0",y1:"100%",x2:"100%",y2:"0","stroke-width":"0.046em"}));var ar=new Me(Bt,{width:"100%",height:Ve+"em"});Ce=st.makeSvgSpan([],[ar],he)}return Ce.height=Ve,Ce.style.height=Ve+"em",Ce},li={encloseSpan:fi,mathMLnode:no,svgSpan:po},za=function($,Y){var ne,he,Ce=Mr($,"supsub"),Ve;Ce?(he=rr(Ce.base,"accent"),ne=he.base,Ce.base=ne,Ve=ct(Vi(Ce,Y)),Ce.base=he):(he=rr($,"accent"),ne=he.base);var Tt=Vi(ne,Y.havingCrampedStyle()),Bt=he.isShifty&&A.isCharacterBox(ne),ar=0;if(Bt){var wr=A.getBaseElem(ne),Ut=Vi(wr,Y.havingCrampedStyle());ar=it(Ut).skew}var nn=Math.min(Tt.height,Y.fontMetrics().xHeight),En;if(he.isStretchy)En=li.svgSpan(he,Y),En=st.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:Tt},{type:"elem",elem:En,wrapperClasses:["svg-align"],wrapperStyle:ar>0?{width:"calc(100% - "+2*ar+"em)",marginLeft:2*ar+"em"}:void 0}]},Y);else{var Hn,$n;he.label==="\\vec"?(Hn=st.staticSvg("vec",Y),$n=st.svgData.vec[1]):(Hn=st.makeOrd({mode:he.mode,text:he.label},Y,"textord"),Hn=it(Hn),Hn.italic=0,$n=Hn.width),En=st.makeSpan(["accent-body"],[Hn]);var Ci=he.label==="\\textcircled";Ci&&(En.classes.push("accent-full"),nn=Tt.height);var pa=ar;Ci||(pa-=$n/2),En.style.left=pa+"em",he.label==="\\textcircled"&&(En.style.top=".2em"),En=st.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:Tt},{type:"kern",size:-nn},{type:"elem",elem:En}]},Y)}var sa=st.makeSpan(["mord","accent"],[En],Y);return Ve?(Ve.children[0]=sa,Ve.height=Math.max(sa.height,Ve.height),Ve.classes[0]="mord",Ve):sa},qa=function($,Y){var ne=$.isStretchy?li.mathMLnode($.label):new Rn.MathNode("mo",[ja($.label,$.mode)]),he=new Rn.MathNode("mover",[Oa($.base,Y),ne]);return he.setAttribute("accent","true"),he},Qa=new RegExp(["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring"].map(function(Ke){return"\\"+Ke}).join("|"));gn({type:"accent",names:["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring","\\widecheck","\\widehat","\\widetilde","\\overrightarrow","\\overleftarrow","\\Overrightarrow","\\overleftrightarrow","\\overgroup","\\overlinesegment","\\overleftharpoon","\\overrightharpoon"],props:{numArgs:1},handler:function($,Y){var ne=Y[0],he=!Qa.test($.funcName),Ce=!he||$.funcName==="\\widehat"||$.funcName==="\\widetilde"||$.funcName==="\\widecheck";return{type:"accent",mode:$.parser.mode,label:$.funcName,isStretchy:he,isShifty:Ce,base:ne}},htmlBuilder:za,mathmlBuilder:qa}),gn({type:"accent",names:["\\'","\\`","\\^","\\~","\\=","\\u","\\.",'\\"',"\\r","\\H","\\v","\\textcircled"],props:{numArgs:1,allowedInText:!0,allowedInMath:!1},handler:function($,Y){var ne=Y[0];return{type:"accent",mode:$.parser.mode,label:$.funcName,isStretchy:!1,isShifty:!0,base:ne}},htmlBuilder:za,mathmlBuilder:qa}),gn({type:"accentUnder",names:["\\underleftarrow","\\underrightarrow","\\underleftrightarrow","\\undergroup","\\underlinesegment","\\utilde"],props:{numArgs:1},handler:function($,Y){var ne=$.parser,he=$.funcName,Ce=Y[0];return{type:"accentUnder",mode:ne.mode,label:he,base:Ce}},htmlBuilder:function($,Y){var ne=Vi($.base,Y),he=li.svgSpan($,Y),Ce=$.label==="\\utilde"?.12:0,Ve=st.makeVList({positionType:"bottom",positionData:he.height+Ce,children:[{type:"elem",elem:he,wrapperClasses:["svg-align"]},{type:"kern",size:Ce},{type:"elem",elem:ne}]},Y);return st.makeSpan(["mord","accentunder"],[Ve],Y)},mathmlBuilder:function($,Y){var ne=li.mathMLnode($.label),he=new Rn.MathNode("munder",[Oa($.base,Y),ne]);return he.setAttribute("accentunder","true"),he}});var qs=function($){var Y=new Rn.MathNode("mpadded",$?[$]:[]);return Y.setAttribute("width","+0.6em"),Y.setAttribute("lspace","0.3em"),Y};gn({type:"xArrow",names:["\\xleftarrow","\\xrightarrow","\\xLeftarrow","\\xRightarrow","\\xleftrightarrow","\\xLeftrightarrow","\\xhookleftarrow","\\xhookrightarrow","\\xmapsto","\\xrightharpoondown","\\xrightharpoonup","\\xleftharpoondown","\\xleftharpoonup","\\xrightleftharpoons","\\xleftrightharpoons","\\xlongequal","\\xtwoheadrightarrow","\\xtwoheadleftarrow","\\xtofrom","\\xrightleftarrows","\\xrightequilibrium","\\xleftequilibrium"],props:{numArgs:1,numOptionalArgs:1},handler:function($,Y,ne){var he=$.parser,Ce=$.funcName;return{type:"xArrow",mode:he.mode,label:Ce,body:Y[0],below:ne[0]}},htmlBuilder:function($,Y){var ne=Y.style,he=Y.havingStyle(ne.sup()),Ce=st.wrapFragment(Vi($.body,he,Y),Y);Ce.classes.push("x-arrow-pad");var Ve;$.below&&(he=Y.havingStyle(ne.sub()),Ve=st.wrapFragment(Vi($.below,he,Y),Y),Ve.classes.push("x-arrow-pad"));var Tt=li.svgSpan($,Y),Bt=-Y.fontMetrics().axisHeight+.5*Tt.height,ar=-Y.fontMetrics().axisHeight-.5*Tt.height-.111;(Ce.depth>.25||$.label==="\\xleftequilibrium")&&(ar-=Ce.depth);var wr;if(Ve){var Ut=-Y.fontMetrics().axisHeight+Ve.height+.5*Tt.height+.111;wr=st.makeVList({positionType:"individualShift",children:[{type:"elem",elem:Ce,shift:ar},{type:"elem",elem:Tt,shift:Bt},{type:"elem",elem:Ve,shift:Ut}]},Y)}else wr=st.makeVList({positionType:"individualShift",children:[{type:"elem",elem:Ce,shift:ar},{type:"elem",elem:Tt,shift:Bt}]},Y);return wr.children[0].children[0].children[1].classes.push("svg-align"),st.makeSpan(["mrel","x-arrow"],[wr],Y)},mathmlBuilder:function($,Y){var ne=li.mathMLnode($.label),he;if($.body){var Ce=qs(Oa($.body,Y));if($.below){var Ve=qs(Oa($.below,Y));he=new Rn.MathNode("munderover",[ne,Ve,Ce])}else he=new Rn.MathNode("mover",[ne,Ce])}else if($.below){var Tt=qs(Oa($.below,Y));he=new Rn.MathNode("munder",[ne,Tt])}else he=qs(),he=new Rn.MathNode("mover",[ne,he]);return he}}),gn({type:"textord",names:["\\@char"],props:{numArgs:1,allowedInText:!0},handler:function($,Y){for(var ne=$.parser,he=rr(Y[0],"ordgroup"),Ce=he.body,Ve="",Tt=0;Tt<Ce.length;Tt++){var Bt=rr(Ce[Tt],"textord");Ve+=Bt.text}var ar=parseInt(Ve);if(isNaN(ar))throw new o("\\@char has non-numeric argument "+Ve);return{type:"textord",mode:ne.mode,text:String.fromCharCode(ar)}}});var Qs=function($,Y){var ne=Wa($.body,Y.withColor($.color),!1);return st.makeFragment(ne)},qo=function($,Y){var ne=zi($.body,Y.withColor($.color)),he=new Rn.MathNode("mstyle",ne);return he.setAttribute("mathcolor",$.color),he};gn({type:"color",names:["\\textcolor"],props:{numArgs:2,allowedInText:!0,greediness:3,argTypes:["color","original"]},handler:function($,Y){var ne=$.parser,he=rr(Y[0],"color-token").color,Ce=Y[1];return{type:"color",mode:ne.mode,color:he,body:Fi(Ce)}},htmlBuilder:Qs,mathmlBuilder:qo}),gn({type:"color",names:["\\color"],props:{numArgs:1,allowedInText:!0,greediness:3,argTypes:["color"]},handler:function($,Y){var ne=$.parser,he=$.breakOnTokenText,Ce=rr(Y[0],"color-token").color;ne.gullet.macros.set("\\current@color",Ce);var Ve=ne.parseExpression(!0,he);return{type:"color",mode:ne.mode,color:Ce,body:Ve}},htmlBuilder:Qs,mathmlBuilder:qo}),gn({type:"cr",names:["\\cr","\\newline"],props:{numArgs:0,numOptionalArgs:1,argTypes:["size"],allowedInText:!0},handler:function($,Y,ne){var he=$.parser,Ce=$.funcName,Ve=ne[0],Tt=Ce==="\\cr",Bt=!1;return Tt||(he.settings.displayMode&&he.settings.useStrictBehavior("newLineInDisplayMode","In LaTeX, \\\\ or \\newline does nothing in display mode")?Bt=!1:Bt=!0),{type:"cr",mode:he.mode,newLine:Bt,newRow:Tt,size:Ve&&rr(Ve,"size").value}},htmlBuilder:function($,Y){if($.newRow)throw new o("\\cr valid only within a tabular/array environment");var ne=st.makeSpan(["mspace"],[],Y);return $.newLine&&(ne.classes.push("newline"),$.size&&(ne.style.marginTop=ni($.size,Y)+"em")),ne},mathmlBuilder:function($,Y){var ne=new Rn.MathNode("mspace");return $.newLine&&(ne.setAttribute("linebreak","newline"),$.size&&ne.setAttribute("height",ni($.size,Y)+"em")),ne}});var ds=function($,Y,ne){var he=Ge.math[$]&&Ge.math[$].replace,Ce=Kt(he||$,Y,ne);if(!Ce)throw new Error("Unsupported symbol "+$+" and font size "+Y+".");return Ce},Do=function($,Y,ne,he){var Ce=ne.havingBaseStyle(Y),Ve=st.makeSpan(he.concat(Ce.sizingClasses(ne)),[$],ne),Tt=Ce.sizeMultiplier/ne.sizeMultiplier;return Ve.height*=Tt,Ve.depth*=Tt,Ve.maxFontSize=Ce.sizeMultiplier,Ve},ko=function($,Y,ne){var he=Y.havingBaseStyle(ne),Ce=(1-Y.sizeMultiplier/he.sizeMultiplier)*Y.fontMetrics().axisHeight;$.classes.push("delimcenter"),$.style.top=Ce+"em",$.height-=Ce,$.depth+=Ce},$o=function($,Y,ne,he,Ce,Ve){var Tt=st.makeSymbol($,"Main-Regular",Ce,he),Bt=Do(Tt,Y,he,Ve);return ne&&ko(Bt,he,Y),Bt},Su=function($,Y,ne,he){return st.makeSymbol($,"Size"+Y+"-Regular",ne,he)},So=function($,Y,ne,he,Ce,Ve){var Tt=Su($,Y,Ce,he),Bt=Do(st.makeSpan(["delimsizing","size"+Y],[Tt],he),Z.TEXT,he,Ve);return ne&&ko(Bt,he,Z.TEXT),Bt},mo=function($,Y,ne){var he;Y==="Size1-Regular"?he="delim-size1":he="delim-size4";var Ce=st.makeSpan(["delimsizinginner",he],[st.makeSpan([],[st.makeSymbol($,Y,ne)])]);return{type:"elem",elem:Ce}},Js={type:"kern",size:-.005},ju=function($,Y,ne,he,Ce,Ve){var Tt,Bt,ar,wr;Tt=ar=wr=$,Bt=null;var Ut="Size1-Regular";$==="\\uparrow"?ar=wr="\u23D0":$==="\\Uparrow"?ar=wr="\u2016":$==="\\downarrow"?Tt=ar="\u23D0":$==="\\Downarrow"?Tt=ar="\u2016":$==="\\updownarrow"?(Tt="\\uparrow",ar="\u23D0",wr="\\downarrow"):$==="\\Updownarrow"?(Tt="\\Uparrow",ar="\u2016",wr="\\Downarrow"):$==="["||$==="\\lbrack"?(Tt="\u23A1",ar="\u23A2",wr="\u23A3",Ut="Size4-Regular"):$==="]"||$==="\\rbrack"?(Tt="\u23A4",ar="\u23A5",wr="\u23A6",Ut="Size4-Regular"):$==="\\lfloor"||$==="\u230A"?(ar=Tt="\u23A2",wr="\u23A3",Ut="Size4-Regular"):$==="\\lceil"||$==="\u2308"?(Tt="\u23A1",ar=wr="\u23A2",Ut="Size4-Regular"):$==="\\rfloor"||$==="\u230B"?(ar=Tt="\u23A5",wr="\u23A6",Ut="Size4-Regular"):$==="\\rceil"||$==="\u2309"?(Tt="\u23A4",ar=wr="\u23A5",Ut="Size4-Regular"):$==="("||$==="\\lparen"?(Tt="\u239B",ar="\u239C",wr="\u239D",Ut="Size4-Regular"):$===")"||$==="\\rparen"?(Tt="\u239E",ar="\u239F",wr="\u23A0",Ut="Size4-Regular"):$==="\\{"||$==="\\lbrace"?(Tt="\u23A7",Bt="\u23A8",wr="\u23A9",ar="\u23AA",Ut="Size4-Regular"):$==="\\}"||$==="\\rbrace"?(Tt="\u23AB",Bt="\u23AC",wr="\u23AD",ar="\u23AA",Ut="Size4-Regular"):$==="\\lgroup"||$==="\u27EE"?(Tt="\u23A7",wr="\u23A9",ar="\u23AA",Ut="Size4-Regular"):$==="\\rgroup"||$==="\u27EF"?(Tt="\u23AB",wr="\u23AD",ar="\u23AA",Ut="Size4-Regular"):$==="\\lmoustache"||$==="\u23B0"?(Tt="\u23A7",wr="\u23AD",ar="\u23AA",Ut="Size4-Regular"):($==="\\rmoustache"||$==="\u23B1")&&(Tt="\u23AB",wr="\u23A9",ar="\u23AA",Ut="Size4-Regular");var nn=ds(Tt,Ut,Ce),En=nn.height+nn.depth,Hn=ds(ar,Ut,Ce),$n=Hn.height+Hn.depth,Ci=ds(wr,Ut,Ce),pa=Ci.height+Ci.depth,sa=0,fa=1;if(Bt!==null){var us=ds(Bt,Ut,Ce);sa=us.height+us.depth,fa=2}var Ha=En+pa+sa,hs=Math.max(0,Math.ceil((Y-Ha)/(fa*$n))),rs=Ha+hs*fa*$n,wa=he.fontMetrics().axisHeight;ne&&(wa*=he.sizeMultiplier);var Za=rs/2-wa,ks=(hs+1)*.005-$n,yi=[];if(yi.push(mo(wr,Ut,Ce)),Bt===null)for(var oo=0;oo<hs;oo++)yi.push(Js),yi.push(mo(ar,Ut,Ce));else{for(var Co=0;Co<hs;Co++)yi.push(Js),yi.push(mo(ar,Ut,Ce));yi.push({type:"kern",size:ks}),yi.push(mo(ar,Ut,Ce)),yi.push(Js),yi.push(mo(Bt,Ut,Ce));for(var Mo=0;Mo<hs;Mo++)yi.push(Js),yi.push(mo(ar,Ut,Ce))}yi.push({type:"kern",size:ks}),yi.push(mo(ar,Ut,Ce)),yi.push(Js),yi.push(mo(Tt,Ut,Ce));var Ms=he.havingBaseStyle(Z.TEXT),go=st.makeVList({positionType:"bottom",positionData:Za,children:yi},Ms);return Do(st.makeSpan(["delimsizing","mult"],[go],Ms),Z.TEXT,he,Ve)},Ro=80,Lo=.08,$s=function($,Y,ne,he,Ce){var Ve=er($,he,ne),Tt=new Ue($,Ve),Bt=new Me([Tt],{width:"400em",height:Y+"em",viewBox:"0 0 400000 "+ne,preserveAspectRatio:"xMinYMin slice"});return st.makeSvgSpan(["hide-tail"],[Bt],Ce)},du=function($,Y){var ne=Y.havingBaseSizing(),he=gr("\\surd",$*ne.sizeMultiplier,hr,ne),Ce=ne.sizeMultiplier,Ve=Math.max(0,Y.minRuleThickness-Y.fontMetrics().sqrtRuleThickness),Tt,Bt=0,ar=0,wr=0,Ut;return he.type==="small"?(wr=1e3+1e3*Ve+Ro,$<1?Ce=1:$<1.4&&(Ce=.7),Bt=(1+Ve+Lo)/Ce,ar=(1+Ve)/Ce,Tt=$s("sqrtMain",Bt,wr,Ve,Y),Tt.style.minWidth="0.853em",Ut=.833/Ce):he.type==="large"?(wr=(1e3+Ro)*Rs[he.size],ar=(Rs[he.size]+Ve)/Ce,Bt=(Rs[he.size]+Ve+Lo)/Ce,Tt=$s("sqrtSize"+he.size,Bt,wr,Ve,Y),Tt.style.minWidth="1.02em",Ut=1/Ce):(Bt=$+Ve+Lo,ar=$+Ve,wr=Math.floor(1e3*$+Ve)+Ro,Tt=$s("sqrtTall",Bt,wr,Ve,Y),Tt.style.minWidth="0.742em",Ut=1.056),Tt.height=ar,Tt.style.height=Bt+"em",{span:Tt,advanceWidth:Ut,ruleWidth:(Y.fontMetrics().sqrtRuleThickness+Ve)*Ce}},Uo=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","\u230A","\u230B","\\lceil","\\rceil","\u2308","\u2309","\\surd"],Ao=["\\uparrow","\\downarrow","\\updownarrow","\\Uparrow","\\Downarrow","\\Updownarrow","|","\\|","\\vert","\\Vert","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","\u27EE","\u27EF","\\lmoustache","\\rmoustache","\u23B0","\u23B1"],Bs=["<",">","\\langle","\\rangle","/","\\backslash","\\lt","\\gt"],Rs=[0,1.2,1.8,2.4,3],hu=function($,Y,ne,he,Ce){if($==="<"||$==="\\lt"||$==="\u27E8"?$="\\langle":($===">"||$==="\\gt"||$==="\u27E9")&&($="\\rangle"),A.contains(Uo,$)||A.contains(Bs,$))return So($,Y,!1,ne,he,Ce);if(A.contains(Ao,$))return ju($,Rs[Y],!1,ne,he,Ce);throw new o("Illegal delimiter: '"+$+"'")},Au=[{type:"small",style:Z.SCRIPTSCRIPT},{type:"small",style:Z.SCRIPT},{type:"small",style:Z.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4}],qt=[{type:"small",style:Z.SCRIPTSCRIPT},{type:"small",style:Z.SCRIPT},{type:"small",style:Z.TEXT},{type:"stack"}],hr=[{type:"small",style:Z.SCRIPTSCRIPT},{type:"small",style:Z.SCRIPT},{type:"small",style:Z.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4},{type:"stack"}],or=function($){if($.type==="small")return"Main-Regular";if($.type==="large")return"Size"+$.size+"-Regular";if($.type==="stack")return"Size4-Regular";throw new Error("Add support for delim type '"+$.type+"' here.")},gr=function($,Y,ne,he){for(var Ce=Math.min(2,3-he.style.size),Ve=Ce;Ve<ne.length&&ne[Ve].type!=="stack";Ve++){var Tt=ds($,or(ne[Ve]),"math"),Bt=Tt.height+Tt.depth;if(ne[Ve].type==="small"){var ar=he.havingBaseStyle(ne[Ve].style);Bt*=ar.sizeMultiplier}if(Bt>Y)return ne[Ve]}return ne[ne.length-1]},Sr=function($,Y,ne,he,Ce,Ve){$==="<"||$==="\\lt"||$==="\u27E8"?$="\\langle":($===">"||$==="\\gt"||$==="\u27E9")&&($="\\rangle");var Tt;A.contains(Bs,$)?Tt=Au:A.contains(Uo,$)?Tt=hr:Tt=qt;var Bt=gr($,Y,Tt,he);return Bt.type==="small"?$o($,Bt.style,ne,he,Ce,Ve):Bt.type==="large"?So($,Bt.size,ne,he,Ce,Ve):ju($,Y,ne,he,Ce,Ve)},bn=function($,Y,ne,he,Ce,Ve){var Tt=he.fontMetrics().axisHeight*he.sizeMultiplier,Bt=901,ar=5/he.fontMetrics().ptPerEm,wr=Math.max(Y-Tt,ne+Tt),Ut=Math.max(wr/500*Bt,2*wr-ar);return Sr($,Ut,!0,he,Ce,Ve)},Sn={sqrtImage:du,sizedDelim:hu,customSizedDelim:Sr,leftRightDelim:bn},Un={"\\bigl":{mclass:"mopen",size:1},"\\Bigl":{mclass:"mopen",size:2},"\\biggl":{mclass:"mopen",size:3},"\\Biggl":{mclass:"mopen",size:4},"\\bigr":{mclass:"mclose",size:1},"\\Bigr":{mclass:"mclose",size:2},"\\biggr":{mclass:"mclose",size:3},"\\Biggr":{mclass:"mclose",size:4},"\\bigm":{mclass:"mrel",size:1},"\\Bigm":{mclass:"mrel",size:2},"\\biggm":{mclass:"mrel",size:3},"\\Biggm":{mclass:"mrel",size:4},"\\big":{mclass:"mord",size:1},"\\Big":{mclass:"mord",size:2},"\\bigg":{mclass:"mord",size:3},"\\Bigg":{mclass:"mord",size:4}},Bn=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","\u230A","\u230B","\\lceil","\\rceil","\u2308","\u2309","<",">","\\langle","\u27E8","\\rangle","\u27E9","\\lt","\\gt","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","\u27EE","\u27EF","\\lmoustache","\\rmoustache","\u23B0","\u23B1","/","\\backslash","|","\\vert","\\|","\\Vert","\\uparrow","\\Uparrow","\\downarrow","\\Downarrow","\\updownarrow","\\Updownarrow","."];function Kn(Ke,$){var Y=mn(Ke);if(Y&&A.contains(Bn,Y.text))return Y;throw new o("Invalid delimiter: '"+(Y?Y.text:JSON.stringify(Ke))+"' after '"+$.funcName+"'",Ke)}gn({type:"delimsizing",names:["\\bigl","\\Bigl","\\biggl","\\Biggl","\\bigr","\\Bigr","\\biggr","\\Biggr","\\bigm","\\Bigm","\\biggm","\\Biggm","\\big","\\Big","\\bigg","\\Bigg"],props:{numArgs:1},handler:function($,Y){var ne=Kn(Y[0],$);return{type:"delimsizing",mode:$.parser.mode,size:Un[$.funcName].size,mclass:Un[$.funcName].mclass,delim:ne.text}},htmlBuilder:function($,Y){return $.delim==="."?st.makeSpan([$.mclass]):Sn.sizedDelim($.delim,$.size,Y,$.mode,[$.mclass])},mathmlBuilder:function($){var Y=[];$.delim!=="."&&Y.push(ja($.delim,$.mode));var ne=new Rn.MathNode("mo",Y);return $.mclass==="mopen"||$.mclass==="mclose"?ne.setAttribute("fence","true"):ne.setAttribute("fence","false"),ne}});function lr(Ke){if(!Ke.body)throw new Error("Bug: The leftright ParseNode wasn't fully parsed.")}gn({type:"leftright-right",names:["\\right"],props:{numArgs:1},handler:function($,Y){var ne=$.parser.gullet.macros.get("\\current@color");if(ne&&typeof ne!="string")throw new o("\\current@color set to non-string in \\right");return{type:"leftright-right",mode:$.parser.mode,delim:Kn(Y[0],$).text,color:ne}}}),gn({type:"leftright",names:["\\left"],props:{numArgs:1},handler:function($,Y){var ne=Kn(Y[0],$),he=$.parser;++he.leftrightDepth;var Ce=he.parseExpression(!1);--he.leftrightDepth,he.expect("\\right",!1);var Ve=rr(he.parseFunction(),"leftright-right");return{type:"leftright",mode:he.mode,body:Ce,left:ne.text,right:Ve.delim,rightColor:Ve.color}},htmlBuilder:function($,Y){lr($);for(var ne=Wa($.body,Y,!0,["mopen","mclose"]),he=0,Ce=0,Ve=!1,Tt=0;Tt<ne.length;Tt++)ne[Tt].isMiddle?Ve=!0:(he=Math.max(ne[Tt].height,he),Ce=Math.max(ne[Tt].depth,Ce));he*=Y.sizeMultiplier,Ce*=Y.sizeMultiplier;var Bt;if($.left==="."?Bt=Is(Y,["mopen"]):Bt=Sn.leftRightDelim($.left,he,Ce,Y,$.mode,["mopen"]),ne.unshift(Bt),Ve)for(var ar=1;ar<ne.length;ar++){var wr=ne[ar],Ut=wr.isMiddle;Ut&&(ne[ar]=Sn.leftRightDelim(Ut.delim,he,Ce,Ut.options,$.mode,[]))}var nn;if($.right===".")nn=Is(Y,["mclose"]);else{var En=$.rightColor?Y.withColor($.rightColor):Y;nn=Sn.leftRightDelim($.right,he,Ce,En,$.mode,["mclose"])}return ne.push(nn),st.makeSpan(["minner"],ne,Y)},mathmlBuilder:function($,Y){lr($);var ne=zi($.body,Y);if($.left!=="."){var he=new Rn.MathNode("mo",[ja($.left,$.mode)]);he.setAttribute("fence","true"),ne.unshift(he)}if($.right!=="."){var Ce=new Rn.MathNode("mo",[ja($.right,$.mode)]);Ce.setAttribute("fence","true"),$.rightColor&&Ce.setAttribute("mathcolor",$.rightColor),ne.push(Ce)}return cs(ne)}}),gn({type:"middle",names:["\\middle"],props:{numArgs:1},handler:function($,Y){var ne=Kn(Y[0],$);if(!$.parser.leftrightDepth)throw new o("\\middle without preceding \\left",ne);return{type:"middle",mode:$.parser.mode,delim:ne.text}},htmlBuilder:function($,Y){var ne;if($.delim===".")ne=Is(Y,[]);else{ne=Sn.sizedDelim($.delim,1,Y,$.mode,[]);var he={delim:$.delim,options:Y};ne.isMiddle=he}return ne},mathmlBuilder:function($,Y){var ne=$.delim==="\\vert"||$.delim==="|"?ja("|","text"):ja($.delim,$.mode),he=new Rn.MathNode("mo",[ne]);return he.setAttribute("fence","true"),he.setAttribute("lspace","0.05em"),he.setAttribute("rspace","0.05em"),he}});var Br=function($,Y){var ne=st.wrapFragment(Vi($.body,Y),Y),he=$.label.substr(1),Ce=Y.sizeMultiplier,Ve,Tt=0,Bt=A.isCharacterBox($.body);if(he==="sout")Ve=st.makeSpan(["stretchy","sout"]),Ve.height=Y.fontMetrics().defaultRuleThickness/Ce,Tt=-.5*Y.fontMetrics().xHeight;else{/cancel/.test(he)?Bt||ne.classes.push("cancel-pad"):ne.classes.push("boxpad");var ar=0,wr=0;/box/.test(he)?(wr=Math.max(Y.fontMetrics().fboxrule,Y.minRuleThickness),ar=Y.fontMetrics().fboxsep+(he==="colorbox"?0:wr)):ar=Bt?.2:0,Ve=li.encloseSpan(ne,he,ar,Y),/fbox|boxed|fcolorbox/.test(he)&&(Ve.style.borderStyle="solid",Ve.style.borderWidth=wr+"em"),Tt=ne.depth+ar,$.backgroundColor&&(Ve.style.backgroundColor=$.backgroundColor,$.borderColor&&(Ve.style.borderColor=$.borderColor))}var Ut;return $.backgroundColor?Ut=st.makeVList({positionType:"individualShift",children:[{type:"elem",elem:Ve,shift:Tt},{type:"elem",elem:ne,shift:0}]},Y):Ut=st.makeVList({positionType:"individualShift",children:[{type:"elem",elem:ne,shift:0},{type:"elem",elem:Ve,shift:Tt,wrapperClasses:/cancel/.test(he)?["svg-align"]:[]}]},Y),/cancel/.test(he)&&(Ut.height=ne.height,Ut.depth=ne.depth),/cancel/.test(he)&&!Bt?st.makeSpan(["mord","cancel-lap"],[Ut],Y):st.makeSpan(["mord"],[Ut],Y)},xr=function($,Y){var ne=0,he=new Rn.MathNode($.label.indexOf("colorbox")>-1?"mpadded":"menclose",[Oa($.body,Y)]);switch($.label){case"\\cancel":he.setAttribute("notation","updiagonalstrike");break;case"\\bcancel":he.setAttribute("notation","downdiagonalstrike");break;case"\\sout":he.setAttribute("notation","horizontalstrike");break;case"\\fbox":he.setAttribute("notation","box");break;case"\\fcolorbox":case"\\colorbox":if(ne=Y.fontMetrics().fboxsep*Y.fontMetrics().ptPerEm,he.setAttribute("width","+"+2*ne+"pt"),he.setAttribute("height","+"+2*ne+"pt"),he.setAttribute("lspace",ne+"pt"),he.setAttribute("voffset",ne+"pt"),$.label==="\\fcolorbox"){var Ce=Math.max(Y.fontMetrics().fboxrule,Y.minRuleThickness);he.setAttribute("style","border: "+Ce+"em solid "+String($.borderColor))}break;case"\\xcancel":he.setAttribute("notation","updiagonalstrike downdiagonalstrike");break}return $.backgroundColor&&he.setAttribute("mathbackground",$.backgroundColor),he};gn({type:"enclose",names:["\\colorbox"],props:{numArgs:2,allowedInText:!0,greediness:3,argTypes:["color","text"]},handler:function($,Y,ne){var he=$.parser,Ce=$.funcName,Ve=rr(Y[0],"color-token").color,Tt=Y[1];return{type:"enclose",mode:he.mode,label:Ce,backgroundColor:Ve,body:Tt}},htmlBuilder:Br,mathmlBuilder:xr}),gn({type:"enclose",names:["\\fcolorbox"],props:{numArgs:3,allowedInText:!0,greediness:3,argTypes:["color","color","text"]},handler:function($,Y,ne){var he=$.parser,Ce=$.funcName,Ve=rr(Y[0],"color-token").color,Tt=rr(Y[1],"color-token").color,Bt=Y[2];return{type:"enclose",mode:he.mode,label:Ce,backgroundColor:Tt,borderColor:Ve,body:Bt}},htmlBuilder:Br,mathmlBuilder:xr}),gn({type:"enclose",names:["\\fbox"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!0},handler:function($,Y){var ne=$.parser;return{type:"enclose",mode:ne.mode,label:"\\fbox",body:Y[0]}}}),gn({type:"enclose",names:["\\cancel","\\bcancel","\\xcancel","\\sout"],props:{numArgs:1},handler:function($,Y,ne){var he=$.parser,Ce=$.funcName,Ve=Y[0];return{type:"enclose",mode:he.mode,label:Ce,body:Ve}},htmlBuilder:Br,mathmlBuilder:xr});var pn={};function Gn(Ke){for(var $=Ke.type,Y=Ke.names,ne=Ke.props,he=Ke.handler,Ce=Ke.htmlBuilder,Ve=Ke.mathmlBuilder,Tt={type:$,numArgs:ne.numArgs||0,greediness:1,allowedInText:!1,numOptionalArgs:0,handler:he},Bt=0;Bt<Y.length;++Bt)pn[Y[Bt]]=Tt;Ce&&(Si[$]=Ce),Ve&&(vi[$]=Ve)}function dt(Ke){var $=[];Ke.consumeSpaces();for(var Y=Ke.fetch().text;Y==="\\hline"||Y==="\\hdashline";)Ke.consume(),$.push(Y==="\\hdashline"),Ke.consumeSpaces(),Y=Ke.fetch().text;return $}function On(Ke,$,Y){var ne=$.hskipBeforeAndAfter,he=$.addJot,Ce=$.cols,Ve=$.arraystretch,Tt=$.colSeparationType;if(Ke.gullet.beginGroup(),Ke.gullet.macros.set("\\\\","\\cr"),!Ve){var Bt=Ke.gullet.expandMacroAsText("\\arraystretch");if(Bt==null)Ve=1;else if(Ve=parseFloat(Bt),!Ve||Ve<0)throw new o("Invalid \\arraystretch: "+Bt)}Ke.gullet.beginGroup();var ar=[],wr=[ar],Ut=[],nn=[];for(nn.push(dt(Ke));;){var En=Ke.parseExpression(!1,"\\cr");Ke.gullet.endGroup(),Ke.gullet.beginGroup(),En={type:"ordgroup",mode:Ke.mode,body:En},Y&&(En={type:"styling",mode:Ke.mode,style:Y,body:[En]}),ar.push(En);var Hn=Ke.fetch().text;if(Hn==="&")Ke.consume();else if(Hn==="\\end"){ar.length===1&&En.type==="styling"&&En.body[0].body.length===0&&wr.pop(),nn.length<wr.length+1&&nn.push([]);break}else if(Hn==="\\cr"){var $n=rr(Ke.parseFunction(),"cr");Ut.push($n.size),nn.push(dt(Ke)),ar=[],wr.push(ar)}else throw new o("Expected & or \\\\ or \\cr or \\end",Ke.nextToken)}return Ke.gullet.endGroup(),Ke.gullet.endGroup(),{type:"array",mode:Ke.mode,addJot:he,arraystretch:Ve,body:wr,cols:Ce,rowGaps:Ut,hskipBeforeAndAfter:ne,hLinesBeforeRow:nn,colSeparationType:Tt}}function Yn(Ke){return Ke.substr(0,1)==="d"?"display":"text"}var si=function($,Y){var ne,he,Ce=$.body.length,Ve=$.hLinesBeforeRow,Tt=0,Bt=new Array(Ce),ar=[],wr=Math.max(Y.fontMetrics().arrayRuleWidth,Y.minRuleThickness),Ut=1/Y.fontMetrics().ptPerEm,nn=5*Ut;if($.colSeparationType&&$.colSeparationType==="small"){var En=Y.havingStyle(Z.SCRIPT).sizeMultiplier;nn=.2778*(En/Y.sizeMultiplier)}var Hn=12*Ut,$n=3*Ut,Ci=$.arraystretch*Hn,pa=.7*Ci,sa=.3*Ci,fa=0;function us(To){for(var vu=0;vu<To.length;++vu)vu>0&&(fa+=.25),ar.push({pos:fa,isDashed:To[vu]})}for(us(Ve[0]),ne=0;ne<$.body.length;++ne){var Ha=$.body[ne],hs=pa,rs=sa;Tt<Ha.length&&(Tt=Ha.length);var wa=new Array(Ha.length);for(he=0;he<Ha.length;++he){var Za=Vi(Ha[he],Y);rs<Za.depth&&(rs=Za.depth),hs<Za.height&&(hs=Za.height),wa[he]=Za}var ks=$.rowGaps[ne],yi=0;ks&&(yi=ni(ks,Y),yi>0&&(yi+=sa,rs<yi&&(rs=yi),yi=0)),$.addJot&&(rs+=$n),wa.height=hs,wa.depth=rs,fa+=hs,wa.pos=fa,fa+=rs+yi,Bt[ne]=wa,us(Ve[ne+1])}var oo=fa/2+Y.fontMetrics().axisHeight,Co=$.cols||[],Mo=[],Ms,go;for(he=0,go=0;he<Tt||go<Co.length;++he,++go){for(var ps=Co[go]||{},Xu=!0;ps.type==="separator";){if(Xu||(Ms=st.makeSpan(["arraycolsep"],[]),Ms.style.width=Y.fontMetrics().doubleRuleSep+"em",Mo.push(Ms)),ps.separator==="|"||ps.separator===":"){var Uu=ps.separator==="|"?"solid":"dashed",qu=st.makeSpan(["vertical-separator"],[],Y);qu.style.height=fa+"em",qu.style.borderRightWidth=wr+"em",qu.style.borderRightStyle=Uu,qu.style.margin="0 -"+wr/2+"em",qu.style.verticalAlign=-(fa-oo)+"em",Mo.push(qu)}else throw new o("Invalid separator type: "+ps.separator);go++,ps=Co[go]||{},Xu=!1}if(!(he>=Tt)){var uu=void 0;(he>0||$.hskipBeforeAndAfter)&&(uu=A.deflt(ps.pregap,nn),uu!==0&&(Ms=st.makeSpan(["arraycolsep"],[]),Ms.style.width=uu+"em",Mo.push(Ms)));var As=[];for(ne=0;ne<Ce;++ne){var zu=Bt[ne],Cu=zu[he];if(Cu){var yo=zu.pos-oo;Cu.depth=zu.depth,Cu.height=zu.height,As.push({type:"elem",elem:Cu,shift:yo})}}As=st.makeVList({positionType:"individualShift",children:As},Y),As=st.makeSpan(["col-align-"+(ps.align||"c")],[As]),Mo.push(As),(he<Tt-1||$.hskipBeforeAndAfter)&&(uu=A.deflt(ps.postgap,nn),uu!==0&&(Ms=st.makeSpan(["arraycolsep"],[]),Ms.style.width=uu+"em",Mo.push(Ms)))}}if(Bt=st.makeSpan(["mtable"],Mo),ar.length>0){for(var pl=st.makeLineSpan("hline",Y,wr),ml=st.makeLineSpan("hdashline",Y,wr),Qo=[{type:"elem",elem:Bt,shift:0}];ar.length>0;){var vl=ar.pop(),Gs=vl.pos-oo;vl.isDashed?Qo.push({type:"elem",elem:ml,shift:Gs}):Qo.push({type:"elem",elem:pl,shift:Gs})}Bt=st.makeVList({positionType:"individualShift",children:Qo},Y)}return st.makeSpan(["mord"],[Bt],Y)},Ki={c:"center ",l:"left ",r:"right "},jr=function($,Y){var ne=new Rn.MathNode("mtable",$.body.map(function(fa){return new Rn.MathNode("mtr",fa.map(function(us){return new Rn.MathNode("mtd",[Oa(us,Y)])}))})),he=$.arraystretch===.5?.1:.16+$.arraystretch-1+($.addJot?.09:0);ne.setAttribute("rowspacing",he+"em");var Ce="",Ve="";if($.cols){var Tt=$.cols,Bt="",ar=!1,wr=0,Ut=Tt.length;Tt[0].type==="separator"&&(Ce+="top ",wr=1),Tt[Tt.length-1].type==="separator"&&(Ce+="bottom ",Ut-=1);for(var nn=wr;nn<Ut;nn++)Tt[nn].type==="align"?(Ve+=Ki[Tt[nn].align],ar&&(Bt+="none "),ar=!0):Tt[nn].type==="separator"&&ar&&(Bt+=Tt[nn].separator==="|"?"solid ":"dashed ",ar=!1);ne.setAttribute("columnalign",Ve.trim()),/[sd]/.test(Bt)&&ne.setAttribute("columnlines",Bt.trim())}if($.colSeparationType==="align"){for(var En=$.cols||[],Hn="",$n=1;$n<En.length;$n++)Hn+=$n%2?"0em ":"1em ";ne.setAttribute("columnspacing",Hn.trim())}else $.colSeparationType==="alignat"?ne.setAttribute("columnspacing","0em"):$.colSeparationType==="small"?ne.setAttribute("columnspacing","0.2778em"):ne.setAttribute("columnspacing","1em");var Ci="",pa=$.hLinesBeforeRow;Ce+=pa[0].length>0?"left ":"",Ce+=pa[pa.length-1].length>0?"right ":"";for(var sa=1;sa<pa.length-1;sa++)Ci+=pa[sa].length===0?"none ":pa[sa][0]?"dashed ":"solid ";return/[sd]/.test(Ci)&&ne.setAttribute("rowlines",Ci.trim()),Ce!==""&&(ne=new Rn.MathNode("menclose",[ne]),ne.setAttribute("notation",Ce.trim())),$.arraystretch&&$.arraystretch<1&&(ne=new Rn.MathNode("mstyle",[ne]),ne.setAttribute("scriptlevel","1")),ne},Gr=function($,Y){var ne=[],he=On($.parser,{cols:ne,addJot:!0},"display"),Ce,Ve=0,Tt={type:"ordgroup",mode:$.mode,body:[]},Bt=Mr(Y[0],"ordgroup");if(Bt){for(var ar="",wr=0;wr<Bt.body.length;wr++){var Ut=rr(Bt.body[wr],"textord");ar+=Ut.text}Ce=Number(ar),Ve=Ce*2}var nn=!Ve;he.body.forEach(function(Ci){for(var pa=1;pa<Ci.length;pa+=2){var sa=rr(Ci[pa],"styling"),fa=rr(sa.body[0],"ordgroup");fa.body.unshift(Tt)}if(nn)Ve<Ci.length&&(Ve=Ci.length);else{var us=Ci.length/2;if(Ce<us)throw new o("Too many math in a row: "+("expected "+Ce+", but got "+us),Ci[0])}});for(var En=0;En<Ve;++En){var Hn="r",$n=0;En%2===1?Hn="l":En>0&&nn&&($n=1),ne[En]={type:"align",align:Hn,pregap:$n,postgap:0}}return he.colSeparationType=nn?"align":"alignat",he};Gn({type:"array",names:["array","darray"],props:{numArgs:1},handler:function($,Y){var ne=mn(Y[0]),he=ne?[Y[0]]:rr(Y[0],"ordgroup").body,Ce=he.map(function(Tt){var Bt=zr(Tt),ar=Bt.text;if("lcr".indexOf(ar)!==-1)return{type:"align",align:ar};if(ar==="|")return{type:"separator",separator:"|"};if(ar===":")return{type:"separator",separator:":"};throw new o("Unknown column alignment: "+ar,Tt)}),Ve={cols:Ce,hskipBeforeAndAfter:!0};return On($.parser,Ve,Yn($.envName))},htmlBuilder:si,mathmlBuilder:jr}),Gn({type:"array",names:["matrix","pmatrix","bmatrix","Bmatrix","vmatrix","Vmatrix"],props:{numArgs:0},handler:function($){var Y={matrix:null,pmatrix:["(",")"],bmatrix:["[","]"],Bmatrix:["\\{","\\}"],vmatrix:["|","|"],Vmatrix:["\\Vert","\\Vert"]}[$.envName],ne={hskipBeforeAndAfter:!1},he=On($.parser,ne,Yn($.envName));return Y?{type:"leftright",mode:$.mode,body:[he],left:Y[0],right:Y[1],rightColor:void 0}:he},htmlBuilder:si,mathmlBuilder:jr}),Gn({type:"array",names:["smallmatrix"],props:{numArgs:0},handler:function($){var Y={arraystretch:.5},ne=On($.parser,Y,"script");return ne.colSeparationType="small",ne},htmlBuilder:si,mathmlBuilder:jr}),Gn({type:"array",names:["subarray"],props:{numArgs:1},handler:function($,Y){var ne=mn(Y[0]),he=ne?[Y[0]]:rr(Y[0],"ordgroup").body,Ce=he.map(function(Tt){var Bt=zr(Tt),ar=Bt.text;if("lc".indexOf(ar)!==-1)return{type:"align",align:ar};throw new o("Unknown column alignment: "+ar,Tt)});if(Ce.length>1)throw new o("{subarray} can contain only one column");var Ve={cols:Ce,hskipBeforeAndAfter:!1,arraystretch:.5};if(Ve=On($.parser,Ve,"script"),Ve.body[0].length>1)throw new o("{subarray} can contain only one column");return Ve},htmlBuilder:si,mathmlBuilder:jr}),Gn({type:"array",names:["cases","dcases"],props:{numArgs:0},handler:function($){var Y={arraystretch:1.2,cols:[{type:"align",align:"l",pregap:0,postgap:1},{type:"align",align:"l",pregap:0,postgap:0}]},ne=On($.parser,Y,Yn($.envName));return{type:"leftright",mode:$.mode,body:[ne],left:"\\{",right:".",rightColor:void 0}},htmlBuilder:si,mathmlBuilder:jr}),Gn({type:"array",names:["aligned"],props:{numArgs:0},handler:Gr,htmlBuilder:si,mathmlBuilder:jr}),Gn({type:"array",names:["gathered"],props:{numArgs:0},handler:function($){var Y={cols:[{type:"align",align:"c"}],addJot:!0};return On($.parser,Y,"display")},htmlBuilder:si,mathmlBuilder:jr}),Gn({type:"array",names:["alignedat"],props:{numArgs:1},handler:Gr,htmlBuilder:si,mathmlBuilder:jr}),gn({type:"text",names:["\\hline","\\hdashline"],props:{numArgs:0,allowedInText:!0,allowedInMath:!0},handler:function($,Y){throw new o($.funcName+" valid only within array environment")}});var ga=pn,Pi=ga;gn({type:"environment",names:["\\begin","\\end"],props:{numArgs:1,argTypes:["text"]},handler:function($,Y){var ne=$.parser,he=$.funcName,Ce=Y[0];if(Ce.type!=="ordgroup")throw new o("Invalid environment name",Ce);for(var Ve="",Tt=0;Tt<Ce.body.length;++Tt)Ve+=rr(Ce.body[Tt],"textord").text;if(he==="\\begin"){if(!Pi.hasOwnProperty(Ve))throw new o("No such environment: "+Ve,Ce);var Bt=Pi[Ve],ar=ne.parseArguments("\\begin{"+Ve+"}",Bt),wr=ar.args,Ut=ar.optArgs,nn={mode:ne.mode,envName:Ve,parser:ne},En=Bt.handler(nn,wr,Ut);ne.expect("\\end",!1);var Hn=ne.nextToken,$n=rr(ne.parseFunction(),"environment");if($n.name!==Ve)throw new o("Mismatch: \\begin{"+Ve+"} matched by \\end{"+$n.name+"}",Hn);return En}return{type:"environment",mode:ne.mode,name:Ve,nameGroup:Ce}}});var aa=st.makeSpan;function Os(Ke,$){var Y=Wa(Ke.body,$,!0);return aa([Ke.mclass],Y,$)}function oi(Ke,$){var Y,ne=zi(Ke.body,$);return Ke.mclass==="minner"?Rn.newDocumentFragment(ne):(Ke.mclass==="mord"?Ke.isCharacterBox?(Y=ne[0],Y.type="mi"):Y=new Rn.MathNode("mi",ne):(Ke.isCharacterBox?(Y=ne[0],Y.type="mo"):Y=new Rn.MathNode("mo",ne),Ke.mclass==="mbin"?(Y.attributes.lspace="0.22em",Y.attributes.rspace="0.22em"):Ke.mclass==="mpunct"?(Y.attributes.lspace="0em",Y.attributes.rspace="0.17em"):(Ke.mclass==="mopen"||Ke.mclass==="mclose")&&(Y.attributes.lspace="0em",Y.attributes.rspace="0em")),Y)}gn({type:"mclass",names:["\\mathord","\\mathbin","\\mathrel","\\mathopen","\\mathclose","\\mathpunct","\\mathinner"],props:{numArgs:1},handler:function($,Y){var ne=$.parser,he=$.funcName,Ce=Y[0];return{type:"mclass",mode:ne.mode,mclass:"m"+he.substr(5),body:Fi(Ce),isCharacterBox:A.isCharacterBox(Ce)}},htmlBuilder:Os,mathmlBuilder:oi});var Ws=function($){var Y=$.type==="ordgroup"&&$.body.length?$.body[0]:$;return Y.type==="atom"&&(Y.family==="bin"||Y.family==="rel")?"m"+Y.family:"mord"};gn({type:"mclass",names:["\\@binrel"],props:{numArgs:2},handler:function($,Y){var ne=$.parser;return{type:"mclass",mode:ne.mode,mclass:Ws(Y[0]),body:[Y[1]],isCharacterBox:A.isCharacterBox(Y[1])}}}),gn({type:"mclass",names:["\\stackrel","\\overset","\\underset"],props:{numArgs:2},handler:function($,Y){var ne=$.parser,he=$.funcName,Ce=Y[1],Ve=Y[0],Tt;he!=="\\stackrel"?Tt=Ws(Ce):Tt="mrel";var Bt={type:"op",mode:Ce.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:he!=="\\stackrel",body:Fi(Ce)},ar={type:"supsub",mode:Ve.mode,base:Bt,sup:he==="\\underset"?null:Ve,sub:he==="\\underset"?Ve:null};return{type:"mclass",mode:ne.mode,mclass:Tt,body:[ar],isCharacterBox:A.isCharacterBox(ar)}},htmlBuilder:Os,mathmlBuilder:oi});var zo=function($,Y){var ne=$.font,he=Y.withFont(ne);return Vi($.body,he)},Ls=function($,Y){var ne=$.font,he=Y.withFont(ne);return Oa($.body,he)},ya={"\\Bbb":"\\mathbb","\\bold":"\\mathbf","\\frak":"\\mathfrak","\\bm":"\\boldsymbol"};gn({type:"font",names:["\\mathrm","\\mathit","\\mathbf","\\mathnormal","\\mathbb","\\mathcal","\\mathfrak","\\mathscr","\\mathsf","\\mathtt","\\Bbb","\\bold","\\frak"],props:{numArgs:1,greediness:2},handler:function($,Y){var ne=$.parser,he=$.funcName,Ce=Y[0],Ve=he;return Ve in ya&&(Ve=ya[Ve]),{type:"font",mode:ne.mode,font:Ve.slice(1),body:Ce}},htmlBuilder:zo,mathmlBuilder:Ls}),gn({type:"mclass",names:["\\boldsymbol","\\bm"],props:{numArgs:1,greediness:2},handler:function($,Y){var ne=$.parser,he=Y[0],Ce=A.isCharacterBox(he);return{type:"mclass",mode:ne.mode,mclass:Ws(he),body:[{type:"font",mode:ne.mode,font:"boldsymbol",body:he}],isCharacterBox:Ce}}}),gn({type:"font",names:["\\rm","\\sf","\\tt","\\bf","\\it"],props:{numArgs:0,allowedInText:!0},handler:function($,Y){var ne=$.parser,he=$.funcName,Ce=$.breakOnTokenText,Ve=ne.mode,Tt=ne.parseExpression(!0,Ce),Bt="math"+he.slice(1);return{type:"font",mode:Ve,font:Bt,body:{type:"ordgroup",mode:ne.mode,body:Tt}}},htmlBuilder:zo,mathmlBuilder:Ls});var Va=function($,Y){var ne=Y;return $==="display"?ne=ne.id>=Z.SCRIPT.id?ne.text():Z.DISPLAY:$==="text"&&ne.size===Z.DISPLAY.size?ne=Z.TEXT:$==="script"?ne=Z.SCRIPT:$==="scriptscript"&&(ne=Z.SCRIPTSCRIPT),ne},ys=function($,Y){var ne=Va($.size,Y.style),he=ne.fracNum(),Ce=ne.fracDen(),Ve;Ve=Y.havingStyle(he);var Tt=Vi($.numer,Ve,Y);if($.continued){var Bt=8.5/Y.fontMetrics().ptPerEm,ar=3.5/Y.fontMetrics().ptPerEm;Tt.height=Tt.height<Bt?Bt:Tt.height,Tt.depth=Tt.depth<ar?ar:Tt.depth}Ve=Y.havingStyle(Ce);var wr=Vi($.denom,Ve,Y),Ut,nn,En;$.hasBarLine?($.barSize?(nn=ni($.barSize,Y),Ut=st.makeLineSpan("frac-line",Y,nn)):Ut=st.makeLineSpan("frac-line",Y),nn=Ut.height,En=Ut.height):(Ut=null,nn=0,En=Y.fontMetrics().defaultRuleThickness);var Hn,$n,Ci;ne.size===Z.DISPLAY.size||$.size==="display"?(Hn=Y.fontMetrics().num1,nn>0?$n=3*En:$n=7*En,Ci=Y.fontMetrics().denom1):(nn>0?(Hn=Y.fontMetrics().num2,$n=En):(Hn=Y.fontMetrics().num3,$n=3*En),Ci=Y.fontMetrics().denom2);var pa;if(Ut){var fa=Y.fontMetrics().axisHeight;Hn-Tt.depth-(fa+.5*nn)<$n&&(Hn+=$n-(Hn-Tt.depth-(fa+.5*nn))),fa-.5*nn-(wr.height-Ci)<$n&&(Ci+=$n-(fa-.5*nn-(wr.height-Ci)));var us=-(fa-.5*nn);pa=st.makeVList({positionType:"individualShift",children:[{type:"elem",elem:wr,shift:Ci},{type:"elem",elem:Ut,shift:us},{type:"elem",elem:Tt,shift:-Hn}]},Y)}else{var sa=Hn-Tt.depth-(wr.height-Ci);sa<$n&&(Hn+=.5*($n-sa),Ci+=.5*($n-sa)),pa=st.makeVList({positionType:"individualShift",children:[{type:"elem",elem:wr,shift:Ci},{type:"elem",elem:Tt,shift:-Hn}]},Y)}Ve=Y.havingStyle(ne),pa.height*=Ve.sizeMultiplier/Y.sizeMultiplier,pa.depth*=Ve.sizeMultiplier/Y.sizeMultiplier;var Ha;ne.size===Z.DISPLAY.size?Ha=Y.fontMetrics().delim1:Ha=Y.fontMetrics().delim2;var hs,rs;return $.leftDelim==null?hs=Is(Y,["mopen"]):hs=Sn.customSizedDelim($.leftDelim,Ha,!0,Y.havingStyle(ne),$.mode,["mopen"]),$.continued?rs=st.makeSpan([]):$.rightDelim==null?rs=Is(Y,["mclose"]):rs=Sn.customSizedDelim($.rightDelim,Ha,!0,Y.havingStyle(ne),$.mode,["mclose"]),st.makeSpan(["mord"].concat(Ve.sizingClasses(Y)),[hs,st.makeSpan(["mfrac"],[pa]),rs],Y)},Nn=function($,Y){var ne=new Rn.MathNode("mfrac",[Oa($.numer,Y),Oa($.denom,Y)]);if(!$.hasBarLine)ne.setAttribute("linethickness","0px");else if($.barSize){var he=ni($.barSize,Y);ne.setAttribute("linethickness",he+"em")}var Ce=Va($.size,Y.style);if(Ce.size!==Y.style.size){ne=new Rn.MathNode("mstyle",[ne]);var Ve=Ce.size===Z.DISPLAY.size?"true":"false";ne.setAttribute("displaystyle",Ve),ne.setAttribute("scriptlevel","0")}if($.leftDelim!=null||$.rightDelim!=null){var Tt=[];if($.leftDelim!=null){var Bt=new Rn.MathNode("mo",[new Rn.TextNode($.leftDelim.replace("\\",""))]);Bt.setAttribute("fence","true"),Tt.push(Bt)}if(Tt.push(ne),$.rightDelim!=null){var ar=new Rn.MathNode("mo",[new Rn.TextNode($.rightDelim.replace("\\",""))]);ar.setAttribute("fence","true"),Tt.push(ar)}return cs(Tt)}return ne};gn({type:"genfrac",names:["\\cfrac","\\dfrac","\\frac","\\tfrac","\\dbinom","\\binom","\\tbinom","\\\\atopfrac","\\\\bracefrac","\\\\brackfrac"],props:{numArgs:2,greediness:2},handler:function($,Y){var ne=$.parser,he=$.funcName,Ce=Y[0],Ve=Y[1],Tt,Bt=null,ar=null,wr="auto";switch(he){case"\\cfrac":case"\\dfrac":case"\\frac":case"\\tfrac":Tt=!0;break;case"\\\\atopfrac":Tt=!1;break;case"\\dbinom":case"\\binom":case"\\tbinom":Tt=!1,Bt="(",ar=")";break;case"\\\\bracefrac":Tt=!1,Bt="\\{",ar="\\}";break;case"\\\\brackfrac":Tt=!1,Bt="[",ar="]";break;default:throw new Error("Unrecognized genfrac command")}switch(he){case"\\cfrac":case"\\dfrac":case"\\dbinom":wr="display";break;case"\\tfrac":case"\\tbinom":wr="text";break}return{type:"genfrac",mode:ne.mode,continued:he==="\\cfrac",numer:Ce,denom:Ve,hasBarLine:Tt,leftDelim:Bt,rightDelim:ar,size:wr,barSize:null}},htmlBuilder:ys,mathmlBuilder:Nn}),gn({type:"infix",names:["\\over","\\choose","\\atop","\\brace","\\brack"],props:{numArgs:0,infix:!0},handler:function($){var Y=$.parser,ne=$.funcName,he=$.token,Ce;switch(ne){case"\\over":Ce="\\frac";break;case"\\choose":Ce="\\binom";break;case"\\atop":Ce="\\\\atopfrac";break;case"\\brace":Ce="\\\\bracefrac";break;case"\\brack":Ce="\\\\brackfrac";break;default:throw new Error("Unrecognized infix genfrac command")}return{type:"infix",mode:Y.mode,replaceWith:Ce,token:he}}});var Ns=["display","text","script","scriptscript"],js=function($){var Y=null;return $.length>0&&(Y=$,Y=Y==="."?null:Y),Y};gn({type:"genfrac",names:["\\genfrac"],props:{numArgs:6,greediness:6,argTypes:["math","math","size","text","math","math"]},handler:function($,Y){var ne=$.parser,he=Y[4],Ce=Y[5],Ve=Mr(Y[0],"atom");Ve&&(Ve=Or(Y[0],"open"));var Tt=Ve?js(Ve.text):null,Bt=Mr(Y[1],"atom");Bt&&(Bt=Or(Y[1],"close"));var ar=Bt?js(Bt.text):null,wr=rr(Y[2],"size"),Ut,nn=null;wr.isBlank?Ut=!0:(nn=wr.value,Ut=nn.number>0);var En="auto",Hn=Mr(Y[3],"ordgroup");if(Hn){if(Hn.body.length>0){var $n=rr(Hn.body[0],"textord");En=Ns[Number($n.text)]}}else Hn=rr(Y[3],"textord"),En=Ns[Number(Hn.text)];return{type:"genfrac",mode:ne.mode,numer:he,denom:Ce,continued:!1,hasBarLine:Ut,barSize:nn,leftDelim:Tt,rightDelim:ar,size:En}},htmlBuilder:ys,mathmlBuilder:Nn}),gn({type:"infix",names:["\\above"],props:{numArgs:1,argTypes:["size"],infix:!0},handler:function($,Y){var ne=$.parser,he=$.funcName,Ce=$.token;return{type:"infix",mode:ne.mode,replaceWith:"\\\\abovefrac",size:rr(Y[0],"size").value,token:Ce}}}),gn({type:"genfrac",names:["\\\\abovefrac"],props:{numArgs:3,argTypes:["math","size","math"]},handler:function($,Y){var ne=$.parser,he=$.funcName,Ce=Y[0],Ve=k(rr(Y[1],"infix").size),Tt=Y[2],Bt=Ve.number>0;return{type:"genfrac",mode:ne.mode,numer:Ce,denom:Tt,continued:!1,hasBarLine:Bt,barSize:Ve,leftDelim:null,rightDelim:null,size:"auto"}},htmlBuilder:ys,mathmlBuilder:Nn});var Ye=function($,Y){var ne=Y.style,he,Ce,Ve=Mr($,"supsub");Ve?(he=Ve.sup?Vi(Ve.sup,Y.havingStyle(ne.sup()),Y):Vi(Ve.sub,Y.havingStyle(ne.sub()),Y),Ce=rr(Ve.base,"horizBrace")):Ce=rr($,"horizBrace");var Tt=Vi(Ce.base,Y.havingBaseStyle(Z.DISPLAY)),Bt=li.svgSpan(Ce,Y),ar;if(Ce.isOver?(ar=st.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:Tt},{type:"kern",size:.1},{type:"elem",elem:Bt}]},Y),ar.children[0].children[0].children[1].classes.push("svg-align")):(ar=st.makeVList({positionType:"bottom",positionData:Tt.depth+.1+Bt.height,children:[{type:"elem",elem:Bt},{type:"kern",size:.1},{type:"elem",elem:Tt}]},Y),ar.children[0].children[0].children[0].classes.push("svg-align")),he){var wr=st.makeSpan(["mord",Ce.isOver?"mover":"munder"],[ar],Y);Ce.isOver?ar=st.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:wr},{type:"kern",size:.2},{type:"elem",elem:he}]},Y):ar=st.makeVList({positionType:"bottom",positionData:wr.depth+.2+he.height+he.depth,children:[{type:"elem",elem:he},{type:"kern",size:.2},{type:"elem",elem:wr}]},Y)}return st.makeSpan(["mord",Ce.isOver?"mover":"munder"],[ar],Y)},qe=function($,Y){var ne=li.mathMLnode($.label);return new Rn.MathNode($.isOver?"mover":"munder",[Oa($.base,Y),ne])};gn({type:"horizBrace",names:["\\overbrace","\\underbrace"],props:{numArgs:1},handler:function($,Y){var ne=$.parser,he=$.funcName;return{type:"horizBrace",mode:ne.mode,label:he,isOver:/^\\over/.test(he),base:Y[0]}},htmlBuilder:Ye,mathmlBuilder:qe}),gn({type:"href",names:["\\href"],props:{numArgs:2,argTypes:["url","original"],allowedInText:!0},handler:function($,Y){var ne=$.parser,he=Y[1],Ce=rr(Y[0],"url").url;return ne.settings.isTrusted({command:"\\href",url:Ce})?{type:"href",mode:ne.mode,href:Ce,body:Fi(he)}:ne.formatUnsupportedCmd("\\href")},htmlBuilder:function($,Y){var ne=Wa($.body,Y,!1);return st.makeAnchor($.href,[],ne,Y)},mathmlBuilder:function($,Y){var ne=Ra($.body,Y);return ne instanceof _s||(ne=new _s("mrow",[ne])),ne.setAttribute("href",$.href),ne}}),gn({type:"href",names:["\\url"],props:{numArgs:1,argTypes:["url"],allowedInText:!0},handler:function($,Y){var ne=$.parser,he=rr(Y[0],"url").url;if(!ne.settings.isTrusted({command:"\\url",url:he}))return ne.formatUnsupportedCmd("\\url");for(var Ce=[],Ve=0;Ve<he.length;Ve++){var Tt=he[Ve];Tt==="~"&&(Tt="\\textasciitilde"),Ce.push({type:"textord",mode:"text",text:Tt})}var Bt={type:"text",mode:ne.mode,font:"\\texttt",body:Ce};return{type:"href",mode:ne.mode,href:he,body:Fi(Bt)}}}),gn({type:"htmlmathml",names:["\\html@mathml"],props:{numArgs:2,allowedInText:!0},handler:function($,Y){var ne=$.parser;return{type:"htmlmathml",mode:ne.mode,html:Fi(Y[0]),mathml:Fi(Y[1])}},htmlBuilder:function($,Y){var ne=Wa($.html,Y,!1);return st.makeFragment(ne)},mathmlBuilder:function($,Y){return Ra($.mathml,Y)}});var Mt=function($){if(/^[-+]? *(\d+(\.\d*)?|\.\d+)$/.test($))return{number:+$,unit:"bp"};var Y=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec($);if(!Y)throw new o("Invalid size: '"+$+"' in \\includegraphics");var ne={number:+(Y[1]+Y[2]),unit:Y[3]};if(!pi(ne))throw new o("Invalid unit: '"+ne.unit+"' in \\includegraphics.");return ne};gn({type:"includegraphics",names:["\\includegraphics"],props:{numArgs:1,numOptionalArgs:1,argTypes:["raw","url"],allowedInText:!1},handler:function($,Y,ne){var he=$.parser,Ce={number:0,unit:"em"},Ve={number:.9,unit:"em"},Tt={number:0,unit:"em"},Bt="";if(ne[0])for(var ar=rr(ne[0],"raw").string,wr=ar.split(","),Ut=0;Ut<wr.length;Ut++){var nn=wr[Ut].split("=");if(nn.length===2){var En=nn[1].trim();switch(nn[0].trim()){case"alt":Bt=En;break;case"width":Ce=Mt(En);break;case"height":Ve=Mt(En);break;case"totalheight":Tt=Mt(En);break;default:throw new o("Invalid key: '"+nn[0]+"' in \\includegraphics.")}}}var Hn=rr(Y[0],"url").url;return Bt===""&&(Bt=Hn,Bt=Bt.replace(/^.*[\\/]/,""),Bt=Bt.substring(0,Bt.lastIndexOf("."))),he.settings.isTrusted({command:"\\includegraphics",url:Hn})?{type:"includegraphics",mode:he.mode,alt:Bt,width:Ce,height:Ve,totalheight:Tt,src:Hn}:he.formatUnsupportedCmd("\\includegraphics")},htmlBuilder:function($,Y){var ne=ni($.height,Y),he=0;$.totalheight.number>0&&(he=ni($.totalheight,Y)-ne,he=Number(he.toFixed(2)));var Ce=0;$.width.number>0&&(Ce=ni($.width,Y));var Ve={height:ne+he+"em"};Ce>0&&(Ve.width=Ce+"em"),he>0&&(Ve.verticalAlign=-he+"em");var Tt=new He($.src,$.alt,Ve);return Tt.height=ne,Tt.depth=he,Tt},mathmlBuilder:function($,Y){var ne=new Rn.MathNode("mglyph",[]);ne.setAttribute("alt",$.alt);var he=ni($.height,Y),Ce=0;if($.totalheight.number>0&&(Ce=ni($.totalheight,Y)-he,Ce=Ce.toFixed(2),ne.setAttribute("valign","-"+Ce+"em")),ne.setAttribute("height",he+Ce+"em"),$.width.number>0){var Ve=ni($.width,Y);ne.setAttribute("width",Ve+"em")}return ne.setAttribute("src",$.src),ne}}),gn({type:"kern",names:["\\kern","\\mkern","\\hskip","\\mskip"],props:{numArgs:1,argTypes:["size"],allowedInText:!0},handler:function($,Y){var ne=$.parser,he=$.funcName,Ce=rr(Y[0],"size");if(ne.settings.strict){var Ve=he[1]==="m",Tt=Ce.value.unit==="mu";Ve?(Tt||ne.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+he+" supports only mu units, "+("not "+Ce.value.unit+" units")),ne.mode!=="math"&&ne.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+he+" works only in math mode")):Tt&&ne.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+he+" doesn't support mu units")}return{type:"kern",mode:ne.mode,dimension:Ce.value}},htmlBuilder:function($,Y){return st.makeGlue($.dimension,Y)},mathmlBuilder:function($,Y){var ne=ni($.dimension,Y);return new Rn.SpaceNode(ne)}}),gn({type:"lap",names:["\\mathllap","\\mathrlap","\\mathclap"],props:{numArgs:1,allowedInText:!0},handler:function($,Y){var ne=$.parser,he=$.funcName,Ce=Y[0];return{type:"lap",mode:ne.mode,alignment:he.slice(5),body:Ce}},htmlBuilder:function($,Y){var ne;$.alignment==="clap"?(ne=st.makeSpan([],[Vi($.body,Y)]),ne=st.makeSpan(["inner"],[ne],Y)):ne=st.makeSpan(["inner"],[Vi($.body,Y)]);var he=st.makeSpan(["fix"],[]),Ce=st.makeSpan([$.alignment],[ne,he],Y),Ve=st.makeSpan(["strut"]);return Ve.style.height=Ce.height+Ce.depth+"em",Ve.style.verticalAlign=-Ce.depth+"em",Ce.children.unshift(Ve),Ce=st.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:Ce}]},Y),st.makeSpan(["mord"],[Ce],Y)},mathmlBuilder:function($,Y){var ne=new Rn.MathNode("mpadded",[Oa($.body,Y)]);if($.alignment!=="rlap"){var he=$.alignment==="llap"?"-1":"-0.5";ne.setAttribute("lspace",he+"width")}return ne.setAttribute("width","0px"),ne}}),gn({type:"styling",names:["\\(","$"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler:function($,Y){var ne=$.funcName,he=$.parser,Ce=he.mode;he.switchMode("math");var Ve=ne==="\\("?"\\)":"$",Tt=he.parseExpression(!1,Ve);return he.expect(Ve),he.switchMode(Ce),{type:"styling",mode:he.mode,style:"text",body:Tt}}}),gn({type:"text",names:["\\)","\\]"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler:function($,Y){throw new o("Mismatched "+$.funcName)}});var Vt=function($,Y){switch(Y.style.size){case Z.DISPLAY.size:return $.display;case Z.TEXT.size:return $.text;case Z.SCRIPT.size:return $.script;case Z.SCRIPTSCRIPT.size:return $.scriptscript;default:return $.text}};gn({type:"mathchoice",names:["\\mathchoice"],props:{numArgs:4},handler:function($,Y){var ne=$.parser;return{type:"mathchoice",mode:ne.mode,display:Fi(Y[0]),text:Fi(Y[1]),script:Fi(Y[2]),scriptscript:Fi(Y[3])}},htmlBuilder:function($,Y){var ne=Vt($,Y),he=Wa(ne,Y,!1);return st.makeFragment(he)},mathmlBuilder:function($,Y){var ne=Vt($,Y);return Ra(ne,Y)}});var pr=function($,Y,ne,he,Ce,Ve,Tt){$=st.makeSpan([],[$]);var Bt,ar;if(Y){var wr=Vi(Y,he.havingStyle(Ce.sup()),he);ar={elem:wr,kern:Math.max(he.fontMetrics().bigOpSpacing1,he.fontMetrics().bigOpSpacing3-wr.depth)}}if(ne){var Ut=Vi(ne,he.havingStyle(Ce.sub()),he);Bt={elem:Ut,kern:Math.max(he.fontMetrics().bigOpSpacing2,he.fontMetrics().bigOpSpacing4-Ut.height)}}var nn;if(ar&&Bt){var En=he.fontMetrics().bigOpSpacing5+Bt.elem.height+Bt.elem.depth+Bt.kern+$.depth+Tt;nn=st.makeVList({positionType:"bottom",positionData:En,children:[{type:"kern",size:he.fontMetrics().bigOpSpacing5},{type:"elem",elem:Bt.elem,marginLeft:-Ve+"em"},{type:"kern",size:Bt.kern},{type:"elem",elem:$},{type:"kern",size:ar.kern},{type:"elem",elem:ar.elem,marginLeft:Ve+"em"},{type:"kern",size:he.fontMetrics().bigOpSpacing5}]},he)}else if(Bt){var Hn=$.height-Tt;nn=st.makeVList({positionType:"top",positionData:Hn,children:[{type:"kern",size:he.fontMetrics().bigOpSpacing5},{type:"elem",elem:Bt.elem,marginLeft:-Ve+"em"},{type:"kern",size:Bt.kern},{type:"elem",elem:$}]},he)}else if(ar){var $n=$.depth+Tt;nn=st.makeVList({positionType:"bottom",positionData:$n,children:[{type:"elem",elem:$},{type:"kern",size:ar.kern},{type:"elem",elem:ar.elem,marginLeft:Ve+"em"},{type:"kern",size:he.fontMetrics().bigOpSpacing5}]},he)}else return $;return st.makeSpan(["mop","op-limits"],[nn],he)},Fr=["\\smallint"],Zr=function($,Y){var ne,he,Ce=!1,Ve,Tt=Mr($,"supsub");Tt?(ne=Tt.sup,he=Tt.sub,Ve=rr(Tt.base,"op"),Ce=!0):Ve=rr($,"op");var Bt=Y.style,ar=!1;Bt.size===Z.DISPLAY.size&&Ve.symbol&&!A.contains(Fr,Ve.name)&&(ar=!0);var wr;if(Ve.symbol){var Ut=ar?"Size2-Regular":"Size1-Regular",nn="";if((Ve.name==="\\oiint"||Ve.name==="\\oiiint")&&(nn=Ve.name.substr(1),Ve.name=nn==="oiint"?"\\iint":"\\iiint"),wr=st.makeSymbol(Ve.name,Ut,"math",Y,["mop","op-symbol",ar?"large-op":"small-op"]),nn.length>0){var En=wr.italic,Hn=st.staticSvg(nn+"Size"+(ar?"2":"1"),Y);wr=st.makeVList({positionType:"individualShift",children:[{type:"elem",elem:wr,shift:0},{type:"elem",elem:Hn,shift:ar?.08:0}]},Y),Ve.name="\\"+nn,wr.classes.unshift("mop"),wr.italic=En}}else if(Ve.body){var $n=Wa(Ve.body,Y,!0);$n.length===1&&$n[0]instanceof Se?(wr=$n[0],wr.classes[0]="mop"):wr=st.makeSpan(["mop"],st.tryCombineChars($n),Y)}else{for(var Ci=[],pa=1;pa<Ve.name.length;pa++)Ci.push(st.mathsym(Ve.name[pa],Ve.mode,Y));wr=st.makeSpan(["mop"],Ci,Y)}var sa=0,fa=0;return(wr instanceof Se||Ve.name==="\\oiint"||Ve.name==="\\oiiint")&&!Ve.suppressBaseShift&&(sa=(wr.height-wr.depth)/2-Y.fontMetrics().axisHeight,fa=wr.italic),Ce?pr(wr,ne,he,Y,Bt,fa,sa):(sa&&(wr.style.position="relative",wr.style.top=sa+"em"),wr)},vn=function($,Y){var ne;if($.symbol)ne=new _s("mo",[ja($.name,$.mode)]),A.contains(Fr,$.name)&&ne.setAttribute("largeop","false");else if($.body)ne=new _s("mo",zi($.body,Y));else{ne=new _s("mi",[new Na($.name.slice(1))]);var he=new _s("mo",[ja("\u2061","text")]);$.parentIsSupSub?ne=new _s("mo",[ne,he]):ne=Bi([ne,he])}return ne},tn={"\u220F":"\\prod","\u2210":"\\coprod","\u2211":"\\sum","\u22C0":"\\bigwedge","\u22C1":"\\bigvee","\u22C2":"\\bigcap","\u22C3":"\\bigcup","\u2A00":"\\bigodot","\u2A01":"\\bigoplus","\u2A02":"\\bigotimes","\u2A04":"\\biguplus","\u2A06":"\\bigsqcup"};gn({type:"op",names:["\\coprod","\\bigvee","\\bigwedge","\\biguplus","\\bigcap","\\bigcup","\\intop","\\prod","\\sum","\\bigotimes","\\bigoplus","\\bigodot","\\bigsqcup","\\smallint","\u220F","\u2210","\u2211","\u22C0","\u22C1","\u22C2","\u22C3","\u2A00","\u2A01","\u2A02","\u2A04","\u2A06"],props:{numArgs:0},handler:function($,Y){var ne=$.parser,he=$.funcName,Ce=he;return Ce.length===1&&(Ce=tn[Ce]),{type:"op",mode:ne.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:Ce}},htmlBuilder:Zr,mathmlBuilder:vn}),gn({type:"op",names:["\\mathop"],props:{numArgs:1},handler:function($,Y){var ne=$.parser,he=Y[0];return{type:"op",mode:ne.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:Fi(he)}},htmlBuilder:Zr,mathmlBuilder:vn});var xn={"\u222B":"\\int","\u222C":"\\iint","\u222D":"\\iiint","\u222E":"\\oint","\u222F":"\\oiint","\u2230":"\\oiiint"};gn({type:"op",names:["\\arcsin","\\arccos","\\arctan","\\arctg","\\arcctg","\\arg","\\ch","\\cos","\\cosec","\\cosh","\\cot","\\cotg","\\coth","\\csc","\\ctg","\\cth","\\deg","\\dim","\\exp","\\hom","\\ker","\\lg","\\ln","\\log","\\sec","\\sin","\\sinh","\\sh","\\tan","\\tanh","\\tg","\\th"],props:{numArgs:0},handler:function($){var Y=$.parser,ne=$.funcName;return{type:"op",mode:Y.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:ne}},htmlBuilder:Zr,mathmlBuilder:vn}),gn({type:"op",names:["\\det","\\gcd","\\inf","\\lim","\\max","\\min","\\Pr","\\sup"],props:{numArgs:0},handler:function($){var Y=$.parser,ne=$.funcName;return{type:"op",mode:Y.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:ne}},htmlBuilder:Zr,mathmlBuilder:vn}),gn({type:"op",names:["\\int","\\iint","\\iiint","\\oint","\\oiint","\\oiiint","\u222B","\u222C","\u222D","\u222E","\u222F","\u2230"],props:{numArgs:0},handler:function($){var Y=$.parser,ne=$.funcName,he=ne;return he.length===1&&(he=xn[he]),{type:"op",mode:Y.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:he}},htmlBuilder:Zr,mathmlBuilder:vn});var Xn=function($,Y){var ne,he,Ce=!1,Ve,Tt=Mr($,"supsub");Tt?(ne=Tt.sup,he=Tt.sub,Ve=rr(Tt.base,"operatorname"),Ce=!0):Ve=rr($,"operatorname");var Bt;if(Ve.body.length>0){for(var ar=Ve.body.map(function(En){var Hn=En.text;return typeof Hn=="string"?{type:"textord",mode:En.mode,text:Hn}:En}),wr=Wa(ar,Y.withFont("mathrm"),!0),Ut=0;Ut<wr.length;Ut++){var nn=wr[Ut];nn instanceof Se&&(nn.text=nn.text.replace(/\u2212/,"-").replace(/\u2217/,"*"))}Bt=st.makeSpan(["mop"],wr,Y)}else Bt=st.makeSpan(["mop"],[],Y);return Ce?pr(Bt,ne,he,Y,Y.style,0,0):Bt},ti=function($,Y){for(var ne=zi($.body,Y.withFont("mathrm")),he=!0,Ce=0;Ce<ne.length;Ce++){var Ve=ne[Ce];if(!(Ve instanceof Rn.SpaceNode))if(Ve instanceof Rn.MathNode)switch(Ve.type){case"mi":case"mn":case"ms":case"mspace":case"mtext":break;case"mo":{var Tt=Ve.children[0];Ve.children.length===1&&Tt instanceof Rn.TextNode?Tt.text=Tt.text.replace(/\u2212/,"-").replace(/\u2217/,"*"):he=!1;break}default:he=!1}else he=!1}if(he){var Bt=ne.map(function(Ut){return Ut.toText()}).join("");ne=[new Rn.TextNode(Bt)]}var ar=new Rn.MathNode("mi",ne);ar.setAttribute("mathvariant","normal");var wr=new Rn.MathNode("mo",[ja("\u2061","text")]);return $.parentIsSupSub?new Rn.MathNode("mo",[ar,wr]):Rn.newDocumentFragment([ar,wr])};gn({type:"operatorname",names:["\\operatorname","\\operatorname*"],props:{numArgs:1},handler:function($,Y){var ne=$.parser,he=$.funcName,Ce=Y[0];return{type:"operatorname",mode:ne.mode,body:Fi(Ce),alwaysHandleSupSub:he==="\\operatorname*",limits:!1,parentIsSupSub:!1}},htmlBuilder:Xn,mathmlBuilder:ti}),ai({type:"ordgroup",htmlBuilder:function($,Y){return $.semisimple?st.makeFragment(Wa($.body,Y,!1)):st.makeSpan(["mord"],Wa($.body,Y,!0),Y)},mathmlBuilder:function($,Y){return Ra($.body,Y,!0)}}),gn({type:"overline",names:["\\overline"],props:{numArgs:1},handler:function($,Y){var ne=$.parser,he=Y[0];return{type:"overline",mode:ne.mode,body:he}},htmlBuilder:function($,Y){var ne=Vi($.body,Y.havingCrampedStyle()),he=st.makeLineSpan("overline-line",Y),Ce=Y.fontMetrics().defaultRuleThickness,Ve=st.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:ne},{type:"kern",size:3*Ce},{type:"elem",elem:he},{type:"kern",size:Ce}]},Y);return st.makeSpan(["mord","overline"],[Ve],Y)},mathmlBuilder:function($,Y){var ne=new Rn.MathNode("mo",[new Rn.TextNode("\u203E")]);ne.setAttribute("stretchy","true");var he=new Rn.MathNode("mover",[Oa($.body,Y),ne]);return he.setAttribute("accent","true"),he}}),gn({type:"phantom",names:["\\phantom"],props:{numArgs:1,allowedInText:!0},handler:function($,Y){var ne=$.parser,he=Y[0];return{type:"phantom",mode:ne.mode,body:Fi(he)}},htmlBuilder:function($,Y){var ne=Wa($.body,Y.withPhantom(),!1);return st.makeFragment(ne)},mathmlBuilder:function($,Y){var ne=zi($.body,Y);return new Rn.MathNode("mphantom",ne)}}),gn({type:"hphantom",names:["\\hphantom"],props:{numArgs:1,allowedInText:!0},handler:function($,Y){var ne=$.parser,he=Y[0];return{type:"hphantom",mode:ne.mode,body:he}},htmlBuilder:function($,Y){var ne=st.makeSpan([],[Vi($.body,Y.withPhantom())]);if(ne.height=0,ne.depth=0,ne.children)for(var he=0;he<ne.children.length;he++)ne.children[he].height=0,ne.children[he].depth=0;return ne=st.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:ne}]},Y),st.makeSpan(["mord"],[ne],Y)},mathmlBuilder:function($,Y){var ne=zi(Fi($.body),Y),he=new Rn.MathNode("mphantom",ne),Ce=new Rn.MathNode("mpadded",[he]);return Ce.setAttribute("height","0px"),Ce.setAttribute("depth","0px"),Ce}}),gn({type:"vphantom",names:["\\vphantom"],props:{numArgs:1,allowedInText:!0},handler:function($,Y){var ne=$.parser,he=Y[0];return{type:"vphantom",mode:ne.mode,body:he}},htmlBuilder:function($,Y){var ne=st.makeSpan(["inner"],[Vi($.body,Y.withPhantom())]),he=st.makeSpan(["fix"],[]);return st.makeSpan(["mord","rlap"],[ne,he],Y)},mathmlBuilder:function($,Y){var ne=zi(Fi($.body),Y),he=new Rn.MathNode("mphantom",ne),Ce=new Rn.MathNode("mpadded",[he]);return Ce.setAttribute("width","0px"),Ce}}),gn({type:"raisebox",names:["\\raisebox"],props:{numArgs:2,argTypes:["size","hbox"],allowedInText:!0},handler:function($,Y){var ne=$.parser,he=rr(Y[0],"size").value,Ce=Y[1];return{type:"raisebox",mode:ne.mode,dy:he,body:Ce}},htmlBuilder:function($,Y){var ne=Vi($.body,Y),he=ni($.dy,Y);return st.makeVList({positionType:"shift",positionData:-he,children:[{type:"elem",elem:ne}]},Y)},mathmlBuilder:function($,Y){var ne=new Rn.MathNode("mpadded",[Oa($.body,Y)]),he=$.dy.number+$.dy.unit;return ne.setAttribute("voffset",he),ne}}),gn({type:"rule",names:["\\rule"],props:{numArgs:2,numOptionalArgs:1,argTypes:["size","size","size"]},handler:function($,Y,ne){var he=$.parser,Ce=ne[0],Ve=rr(Y[0],"size"),Tt=rr(Y[1],"size");return{type:"rule",mode:he.mode,shift:Ce&&rr(Ce,"size").value,width:Ve.value,height:Tt.value}},htmlBuilder:function($,Y){var ne=st.makeSpan(["mord","rule"],[],Y),he=ni($.width,Y),Ce=ni($.height,Y),Ve=$.shift?ni($.shift,Y):0;return ne.style.borderRightWidth=he+"em",ne.style.borderTopWidth=Ce+"em",ne.style.bottom=Ve+"em",ne.width=he,ne.height=Ce+Ve,ne.depth=-Ve,ne.maxFontSize=Ce*1.125*Y.sizeMultiplier,ne},mathmlBuilder:function($,Y){var ne=ni($.width,Y),he=ni($.height,Y),Ce=$.shift?ni($.shift,Y):0,Ve=Y.color&&Y.getColor()||"black",Tt=new Rn.MathNode("mspace");Tt.setAttribute("mathbackground",Ve),Tt.setAttribute("width",ne+"em"),Tt.setAttribute("height",he+"em");var Bt=new Rn.MathNode("mpadded",[Tt]);return Ce>=0?Bt.setAttribute("height","+"+Ce+"em"):(Bt.setAttribute("height",Ce+"em"),Bt.setAttribute("depth","+"+-Ce+"em")),Bt.setAttribute("voffset",Ce+"em"),Bt}});function wi(Ke,$,Y){for(var ne=Wa(Ke,$,!1),he=$.sizeMultiplier/Y.sizeMultiplier,Ce=0;Ce<ne.length;Ce++){var Ve=ne[Ce].classes.indexOf("sizing");Ve<0?Array.prototype.push.apply(ne[Ce].classes,$.sizingClasses(Y)):ne[Ce].classes[Ve+1]==="reset-size"+$.size&&(ne[Ce].classes[Ve+1]="reset-size"+Y.size),ne[Ce].height*=he,ne[Ce].depth*=he}return st.makeFragment(ne)}var Ai=["\\tiny","\\sixptsize","\\scriptsize","\\footnotesize","\\small","\\normalsize","\\large","\\Large","\\LARGE","\\huge","\\Huge"],Hi=function($,Y){var ne=Y.havingSize($.size);return wi($.body,ne,Y)};gn({type:"sizing",names:Ai,props:{numArgs:0,allowedInText:!0},handler:function($,Y){var ne=$.breakOnTokenText,he=$.funcName,Ce=$.parser,Ve=Ce.parseExpression(!1,ne);return{type:"sizing",mode:Ce.mode,size:Ai.indexOf(he)+1,body:Ve}},htmlBuilder:Hi,mathmlBuilder:function($,Y){var ne=Y.havingSize($.size),he=zi($.body,ne),Ce=new Rn.MathNode("mstyle",he);return Ce.setAttribute("mathsize",ne.sizeMultiplier+"em"),Ce}}),gn({type:"smash",names:["\\smash"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:function($,Y,ne){var he=$.parser,Ce=!1,Ve=!1,Tt=ne[0]&&rr(ne[0],"ordgroup");if(Tt)for(var Bt="",ar=0;ar<Tt.body.length;++ar){var wr=Tt.body[ar];if(Bt=wr.text,Bt==="t")Ce=!0;else if(Bt==="b")Ve=!0;else{Ce=!1,Ve=!1;break}}else Ce=!0,Ve=!0;var Ut=Y[0];return{type:"smash",mode:he.mode,body:Ut,smashHeight:Ce,smashDepth:Ve}},htmlBuilder:function($,Y){var ne=st.makeSpan([],[Vi($.body,Y)]);if(!$.smashHeight&&!$.smashDepth)return ne;if($.smashHeight&&(ne.height=0,ne.children))for(var he=0;he<ne.children.length;he++)ne.children[he].height=0;if($.smashDepth&&(ne.depth=0,ne.children))for(var Ce=0;Ce<ne.children.length;Ce++)ne.children[Ce].depth=0;var Ve=st.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:ne}]},Y);return st.makeSpan(["mord"],[Ve],Y)},mathmlBuilder:function($,Y){var ne=new Rn.MathNode("mpadded",[Oa($.body,Y)]);return $.smashHeight&&ne.setAttribute("height","0px"),$.smashDepth&&ne.setAttribute("depth","0px"),ne}}),gn({type:"sqrt",names:["\\sqrt"],props:{numArgs:1,numOptionalArgs:1},handler:function($,Y,ne){var he=$.parser,Ce=ne[0],Ve=Y[0];return{type:"sqrt",mode:he.mode,body:Ve,index:Ce}},htmlBuilder:function($,Y){var ne=Vi($.body,Y.havingCrampedStyle());ne.height===0&&(ne.height=Y.fontMetrics().xHeight),ne=st.wrapFragment(ne,Y);var he=Y.fontMetrics(),Ce=he.defaultRuleThickness,Ve=Ce;Y.style.id<Z.TEXT.id&&(Ve=Y.fontMetrics().xHeight);var Tt=Ce+Ve/4,Bt=ne.height+ne.depth+Tt+Ce,ar=Sn.sqrtImage(Bt,Y),wr=ar.span,Ut=ar.ruleWidth,nn=ar.advanceWidth,En=wr.height-Ut;En>ne.height+ne.depth+Tt&&(Tt=(Tt+En-ne.height-ne.depth)/2);var Hn=wr.height-ne.height-Tt-Ut;ne.style.paddingLeft=nn+"em";var $n=st.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:ne,wrapperClasses:["svg-align"]},{type:"kern",size:-(ne.height+Hn)},{type:"elem",elem:wr},{type:"kern",size:Ut}]},Y);if($.index){var Ci=Y.havingStyle(Z.SCRIPTSCRIPT),pa=Vi($.index,Ci,Y),sa=.6*($n.height-$n.depth),fa=st.makeVList({positionType:"shift",positionData:-sa,children:[{type:"elem",elem:pa}]},Y),us=st.makeSpan(["root"],[fa]);return st.makeSpan(["mord","sqrt"],[us,$n],Y)}else return st.makeSpan(["mord","sqrt"],[$n],Y)},mathmlBuilder:function($,Y){var ne=$.body,he=$.index;return he?new Rn.MathNode("mroot",[Oa(ne,Y),Oa(he,Y)]):new Rn.MathNode("msqrt",[Oa(ne,Y)])}});var Ni={display:Z.DISPLAY,text:Z.TEXT,script:Z.SCRIPT,scriptscript:Z.SCRIPTSCRIPT};gn({type:"styling",names:["\\displaystyle","\\textstyle","\\scriptstyle","\\scriptscriptstyle"],props:{numArgs:0,allowedInText:!0},handler:function($,Y){var ne=$.breakOnTokenText,he=$.funcName,Ce=$.parser,Ve=Ce.parseExpression(!0,ne),Tt=he.slice(1,he.length-5);return{type:"styling",mode:Ce.mode,style:Tt,body:Ve}},htmlBuilder:function($,Y){var ne=Ni[$.style],he=Y.havingStyle(ne).withFont("");return wi($.body,he,Y)},mathmlBuilder:function($,Y){var ne=Ni[$.style],he=Y.havingStyle(ne),Ce=zi($.body,he),Ve=new Rn.MathNode("mstyle",Ce),Tt={display:["0","true"],text:["0","false"],script:["1","false"],scriptscript:["2","false"]},Bt=Tt[$.style];return Ve.setAttribute("scriptlevel",Bt[0]),Ve.setAttribute("displaystyle",Bt[1]),Ve}});var Ei=function($,Y){var ne=$.base;if(ne)if(ne.type==="op"){var he=ne.limits&&(Y.style.size===Z.DISPLAY.size||ne.alwaysHandleSupSub);return he?Zr:null}else if(ne.type==="operatorname"){var Ce=ne.alwaysHandleSupSub&&(Y.style.size===Z.DISPLAY.size||ne.limits);return Ce?Xn:null}else{if(ne.type==="accent")return A.isCharacterBox(ne.base)?za:null;if(ne.type==="horizBrace"){var Ve=!$.sub;return Ve===ne.isOver?Ye:null}else return null}else return null};ai({type:"supsub",htmlBuilder:function($,Y){var ne=Ei($,Y);if(ne)return ne($,Y);var he=$.base,Ce=$.sup,Ve=$.sub,Tt=Vi(he,Y),Bt,ar,wr=Y.fontMetrics(),Ut=0,nn=0,En=he&&A.isCharacterBox(he);if(Ce){var Hn=Y.havingStyle(Y.style.sup());Bt=Vi(Ce,Hn,Y),En||(Ut=Tt.height-Hn.fontMetrics().supDrop*Hn.sizeMultiplier/Y.sizeMultiplier)}if(Ve){var $n=Y.havingStyle(Y.style.sub());ar=Vi(Ve,$n,Y),En||(nn=Tt.depth+$n.fontMetrics().subDrop*$n.sizeMultiplier/Y.sizeMultiplier)}var Ci;Y.style===Z.DISPLAY?Ci=wr.sup1:Y.style.cramped?Ci=wr.sup3:Ci=wr.sup2;var pa=Y.sizeMultiplier,sa=.5/wr.ptPerEm/pa+"em",fa=null;if(ar){var us=$.base&&$.base.type==="op"&&$.base.name&&($.base.name==="\\oiint"||$.base.name==="\\oiiint");(Tt instanceof Se||us)&&(fa=-Tt.italic+"em")}var Ha;if(Bt&&ar){Ut=Math.max(Ut,Ci,Bt.depth+.25*wr.xHeight),nn=Math.max(nn,wr.sub2);var hs=wr.defaultRuleThickness,rs=4*hs;if(Ut-Bt.depth-(ar.height-nn)<rs){nn=rs-(Ut-Bt.depth)+ar.height;var wa=.8*wr.xHeight-(Ut-Bt.depth);wa>0&&(Ut+=wa,nn-=wa)}var Za=[{type:"elem",elem:ar,shift:nn,marginRight:sa,marginLeft:fa},{type:"elem",elem:Bt,shift:-Ut,marginRight:sa}];Ha=st.makeVList({positionType:"individualShift",children:Za},Y)}else if(ar){nn=Math.max(nn,wr.sub1,ar.height-.8*wr.xHeight);var ks=[{type:"elem",elem:ar,marginLeft:fa,marginRight:sa}];Ha=st.makeVList({positionType:"shift",positionData:nn,children:ks},Y)}else if(Bt)Ut=Math.max(Ut,Ci,Bt.depth+.25*wr.xHeight),Ha=st.makeVList({positionType:"shift",positionData:-Ut,children:[{type:"elem",elem:Bt,marginRight:sa}]},Y);else throw new Error("supsub must have either sup or sub.");var yi=Ga(Tt,"right")||"mord";return st.makeSpan([yi],[Tt,st.makeSpan(["msupsub"],[Ha])],Y)},mathmlBuilder:function($,Y){var ne=!1,he,Ce,Ve=Mr($.base,"horizBrace");Ve&&(Ce=!!$.sup,Ce===Ve.isOver&&(ne=!0,he=Ve.isOver)),$.base&&($.base.type==="op"||$.base.type==="operatorname")&&($.base.parentIsSupSub=!0);var Tt=[Oa($.base,Y)];$.sub&&Tt.push(Oa($.sub,Y)),$.sup&&Tt.push(Oa($.sup,Y));var Bt;if(ne)Bt=he?"mover":"munder";else if($.sub)if($.sup){var Ut=$.base;Ut&&Ut.type==="op"&&Ut.limits&&Y.style===Z.DISPLAY||Ut&&Ut.type==="operatorname"&&Ut.alwaysHandleSupSub&&(Y.style===Z.DISPLAY||Ut.limits)?Bt="munderover":Bt="msubsup"}else{var wr=$.base;wr&&wr.type==="op"&&wr.limits&&(Y.style===Z.DISPLAY||wr.alwaysHandleSupSub)||wr&&wr.type==="operatorname"&&wr.alwaysHandleSupSub&&(wr.limits||Y.style===Z.DISPLAY)?Bt="munder":Bt="msub"}else{var ar=$.base;ar&&ar.type==="op"&&ar.limits&&(Y.style===Z.DISPLAY||ar.alwaysHandleSupSub)||ar&&ar.type==="operatorname"&&ar.alwaysHandleSupSub&&(ar.limits||Y.style===Z.DISPLAY)?Bt="mover":Bt="msup"}var nn=new Rn.MathNode(Bt,Tt);return nn}}),ai({type:"atom",htmlBuilder:function($,Y){return st.mathsym($.text,$.mode,Y,["m"+$.family])},mathmlBuilder:function($,Y){var ne=new Rn.MathNode("mo",[ja($.text,$.mode)]);if($.family==="bin"){var he=Ua($,Y);he==="bold-italic"&&ne.setAttribute("mathvariant",he)}else $.family==="punct"?ne.setAttribute("separator","true"):($.family==="open"||$.family==="close")&&ne.setAttribute("stretchy","false");return ne}});var ba={mi:"italic",mn:"normal",mtext:"normal"};ai({type:"mathord",htmlBuilder:function($,Y){return st.makeOrd($,Y,"mathord")},mathmlBuilder:function($,Y){var ne=new Rn.MathNode("mi",[ja($.text,$.mode,Y)]),he=Ua($,Y)||"italic";return he!==ba[ne.type]&&ne.setAttribute("mathvariant",he),ne}}),ai({type:"textord",htmlBuilder:function($,Y){return st.makeOrd($,Y,"textord")},mathmlBuilder:function($,Y){var ne=ja($.text,$.mode,Y),he=Ua($,Y)||"normal",Ce;return $.mode==="text"?Ce=new Rn.MathNode("mtext",[ne]):/[0-9]/.test($.text)?Ce=new Rn.MathNode("mn",[ne]):$.text==="\\prime"?Ce=new Rn.MathNode("mo",[ne]):Ce=new Rn.MathNode("mi",[ne]),he!==ba[Ce.type]&&Ce.setAttribute("mathvariant",he),Ce}});var Ii={"\\nobreak":"nobreak","\\allowbreak":"allowbreak"},di={" ":{},"\\ ":{},"~":{className:"nobreak"},"\\space":{},"\\nobreakspace":{className:"nobreak"}};ai({type:"spacing",htmlBuilder:function($,Y){if(di.hasOwnProperty($.text)){var ne=di[$.text].className||"";if($.mode==="text"){var he=st.makeOrd($,Y,"textord");return he.classes.push(ne),he}else return st.makeSpan(["mspace",ne],[st.mathsym($.text,$.mode,Y)],Y)}else{if(Ii.hasOwnProperty($.text))return st.makeSpan(["mspace",Ii[$.text]],[],Y);throw new o('Unknown type of space "'+$.text+'"')}},mathmlBuilder:function($,Y){var ne;if(di.hasOwnProperty($.text))ne=new Rn.MathNode("mtext",[new Rn.TextNode("\xA0")]);else{if(Ii.hasOwnProperty($.text))return new Rn.MathNode("mspace");throw new o('Unknown type of space "'+$.text+'"')}return ne}});var la=function(){var $=new Rn.MathNode("mtd",[]);return $.setAttribute("width","50%"),$};ai({type:"tag",mathmlBuilder:function($,Y){var ne=new Rn.MathNode("mtable",[new Rn.MathNode("mtr",[la(),new Rn.MathNode("mtd",[Ra($.body,Y)]),la(),new Rn.MathNode("mtd",[Ra($.tag,Y)])])]);return ne.setAttribute("width","100%"),ne}});var eo={"\\text":void 0,"\\textrm":"textrm","\\textsf":"textsf","\\texttt":"texttt","\\textnormal":"textrm"},Ss={"\\textbf":"textbf","\\textmd":"textmd"},Yi={"\\textit":"textit","\\textup":"textup"},La=function($,Y){var ne=$.font;return ne?eo[ne]?Y.withTextFontFamily(eo[ne]):Ss[ne]?Y.withTextFontWeight(Ss[ne]):Y.withTextFontShape(Yi[ne]):Y};gn({type:"text",names:["\\text","\\textrm","\\textsf","\\texttt","\\textnormal","\\textbf","\\textmd","\\textit","\\textup"],props:{numArgs:1,argTypes:["text"],greediness:2,allowedInText:!0},handler:function($,Y){var ne=$.parser,he=$.funcName,Ce=Y[0];return{type:"text",mode:ne.mode,body:Fi(Ce),font:he}},htmlBuilder:function($,Y){var ne=La($,Y),he=Wa($.body,ne,!0);return st.makeSpan(["mord","text"],st.tryCombineChars(he),ne)},mathmlBuilder:function($,Y){var ne=La($,Y);return Ra($.body,ne)}}),gn({type:"underline",names:["\\underline"],props:{numArgs:1,allowedInText:!0},handler:function($,Y){var ne=$.parser;return{type:"underline",mode:ne.mode,body:Y[0]}},htmlBuilder:function($,Y){var ne=Vi($.body,Y),he=st.makeLineSpan("underline-line",Y),Ce=Y.fontMetrics().defaultRuleThickness,Ve=st.makeVList({positionType:"top",positionData:ne.height,children:[{type:"kern",size:Ce},{type:"elem",elem:he},{type:"kern",size:3*Ce},{type:"elem",elem:ne}]},Y);return st.makeSpan(["mord","underline"],[Ve],Y)},mathmlBuilder:function($,Y){var ne=new Rn.MathNode("mo",[new Rn.TextNode("\u203E")]);ne.setAttribute("stretchy","true");var he=new Rn.MathNode("munder",[Oa($.body,Y),ne]);return he.setAttribute("accentunder","true"),he}}),gn({type:"verb",names:["\\verb"],props:{numArgs:0,allowedInText:!0},handler:function($,Y,ne){throw new o("\\verb ended by end of line instead of matching delimiter")},htmlBuilder:function($,Y){for(var ne=ta($),he=[],Ce=Y.havingStyle(Y.style.text()),Ve=0;Ve<ne.length;Ve++){var Tt=ne[Ve];Tt==="~"&&(Tt="\\textasciitilde"),he.push(st.makeSymbol(Tt,"Typewriter-Regular",$.mode,Ce,["mord","texttt"]))}return st.makeSpan(["mord","text"].concat(Ce.sizingClasses(Y)),st.tryCombineChars(he),Ce)},mathmlBuilder:function($,Y){var ne=new Rn.TextNode(ta($)),he=new Rn.MathNode("mtext",[ne]);return he.setAttribute("mathvariant","monospace"),he}});var ta=function($){return $.body.replace(/ /g,$.star?"\u2423":"\xA0")},Ri=va,xa=Ri,Ka=`[ \r
]`,Fa="\\\\[a-zA-Z@]+",io="\\\\[^\uD800-\uDFFF]",Ja=""+Fa+Ka+"*",ao=new RegExp("^("+Fa+")"+Ka+"*$"),es="[\u0300-\u036F]",Us=new RegExp(es+"+$"),ts="("+Ka+"+)|([!-\\[\\]-\u2027\u202A-\uD7FF\uF900-\uFFFF]"+(es+"*")+"|[\uD800-\uDBFF][\uDC00-\uDFFF]"+(es+"*")+"|\\\\verb\\*([^]).*?\\3|\\\\verb([^*a-zA-Z]).*?\\4|\\\\operatorname\\*"+("|"+Ja)+("|"+io+")"),Zi=function(){function Ke(Y,ne){this.input=void 0,this.settings=void 0,this.tokenRegex=void 0,this.catcodes=void 0,this.input=Y,this.settings=ne,this.tokenRegex=new RegExp(ts,"g"),this.catcodes={"%":14}}var $=Ke.prototype;return $.setCatcode=function(ne,he){this.catcodes[ne]=he},$.lex=function(){var ne=this.input,he=this.tokenRegex.lastIndex;if(he===ne.length)return new c("EOF",new l(this,he,he));var Ce=this.tokenRegex.exec(ne);if(Ce===null||Ce.index!==he)throw new o("Unexpected character: '"+ne[he]+"'",new c(ne[he],new l(this,he,he+1)));var Ve=Ce[2]||" ";if(this.catcodes[Ve]===14){var Tt=ne.indexOf(`
`,this.tokenRegex.lastIndex);return Tt===-1?(this.tokenRegex.lastIndex=ne.length,this.settings.reportNonstrict("commentAtEnd","% comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $)")):this.tokenRegex.lastIndex=Tt+1,this.lex()}var Bt=Ve.match(ao);return Bt&&(Ve=Bt[1]),new c(Ve,new l(this,he,this.tokenRegex.lastIndex))},Ke}(),Ba=function(){function Ke(Y,ne){Y===void 0&&(Y={}),ne===void 0&&(ne={}),this.current=void 0,this.builtins=void 0,this.undefStack=void 0,this.current=ne,this.builtins=Y,this.undefStack=[]}var $=Ke.prototype;return $.beginGroup=function(){this.undefStack.push({})},$.endGroup=function(){if(this.undefStack.length===0)throw new o("Unbalanced namespace destruction: attempt to pop global namespace; please report this as a bug");var ne=this.undefStack.pop();for(var he in ne)ne.hasOwnProperty(he)&&(ne[he]===void 0?delete this.current[he]:this.current[he]=ne[he])},$.has=function(ne){return this.current.hasOwnProperty(ne)||this.builtins.hasOwnProperty(ne)},$.get=function(ne){return this.current.hasOwnProperty(ne)?this.current[ne]:this.builtins[ne]},$.set=function(ne,he,Ce){if(Ce===void 0&&(Ce=!1),Ce){for(var Ve=0;Ve<this.undefStack.length;Ve++)delete this.undefStack[Ve][ne];this.undefStack.length>0&&(this.undefStack[this.undefStack.length-1][ne]=he)}else{var Tt=this.undefStack[this.undefStack.length-1];Tt&&!Tt.hasOwnProperty(ne)&&(Tt[ne]=this.current[ne])}this.current[ne]=he},Ke}(),Ds={},ha=Ds;function ye(Ke,$){Ds[Ke]=$}ye("\\@firstoftwo",function(Ke){var $=Ke.consumeArgs(2);return{tokens:$[0],numArgs:0}}),ye("\\@secondoftwo",function(Ke){var $=Ke.consumeArgs(2);return{tokens:$[1],numArgs:0}}),ye("\\@ifnextchar",function(Ke){var $=Ke.consumeArgs(3),Y=Ke.future();return $[0].length===1&&$[0][0].text===Y.text?{tokens:$[1],numArgs:0}:{tokens:$[2],numArgs:0}}),ye("\\@ifstar","\\@ifnextchar *{\\@firstoftwo{#1}}"),ye("\\TextOrMath",function(Ke){var $=Ke.consumeArgs(2);return Ke.mode==="text"?{tokens:$[0],numArgs:0}:{tokens:$[1],numArgs:0}});var Ee={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,a:10,A:10,b:11,B:11,c:12,C:12,d:13,D:13,e:14,E:14,f:15,F:15};ye("\\char",function(Ke){var $=Ke.popToken(),Y,ne="";if($.text==="'")Y=8,$=Ke.popToken();else if($.text==='"')Y=16,$=Ke.popToken();else if($.text==="`")if($=Ke.popToken(),$.text[0]==="\\")ne=$.text.charCodeAt(1);else{if($.text==="EOF")throw new o("\\char` missing argument");ne=$.text.charCodeAt(0)}else Y=10;if(Y){if(ne=Ee[$.text],ne==null||ne>=Y)throw new o("Invalid base-"+Y+" digit "+$.text);for(var he;(he=Ee[Ke.future().text])!=null&&he<Y;)ne*=Y,ne+=he,Ke.popToken()}return"\\@char{"+ne+"}"});var Ar=function($,Y){var ne=$.consumeArgs(1)[0];if(ne.length!==1)throw new o("\\gdef's first argument must be a macro name");var he=ne[0].text,Ce=0;for(ne=$.consumeArgs(1)[0];ne.length===1&&ne[0].text==="#";){if(ne=$.consumeArgs(1)[0],ne.length!==1)throw new o('Invalid argument number length "'+ne.length+'"');if(!/^[1-9]$/.test(ne[0].text))throw new o('Invalid argument number "'+ne[0].text+'"');if(Ce++,parseInt(ne[0].text)!==Ce)throw new o('Argument number "'+ne[0].text+'" out of order');ne=$.consumeArgs(1)[0]}return $.macros.set(he,{tokens:ne,numArgs:Ce},Y),""};ye("\\gdef",function(Ke){return Ar(Ke,!0)}),ye("\\def",function(Ke){return Ar(Ke,!1)}),ye("\\global",function(Ke){var $=Ke.consumeArgs(1)[0];if($.length!==1)throw new o("Invalid command after \\global");var Y=$[0].text;if(Y==="\\def")return Ar(Ke,!0);throw new o("Invalid command '"+Y+"' after \\global")});var qr=function($,Y,ne){var he=$.consumeArgs(1)[0];if(he.length!==1)throw new o("\\newcommand's first argument must be a macro name");var Ce=he[0].text,Ve=$.isDefined(Ce);if(Ve&&!Y)throw new o("\\newcommand{"+Ce+"} attempting to redefine "+(Ce+"; use \\renewcommand"));if(!Ve&&!ne)throw new o("\\renewcommand{"+Ce+"} when command "+Ce+" does not yet exist; use \\newcommand");var Tt=0;if(he=$.consumeArgs(1)[0],he.length===1&&he[0].text==="["){for(var Bt="",ar=$.expandNextToken();ar.text!=="]"&&ar.text!=="EOF";)Bt+=ar.text,ar=$.expandNextToken();if(!Bt.match(/^\s*[0-9]+\s*$/))throw new o("Invalid number of arguments: "+Bt);Tt=parseInt(Bt),he=$.consumeArgs(1)[0]}return $.macros.set(Ce,{tokens:he,numArgs:Tt}),""};ye("\\newcommand",function(Ke){return qr(Ke,!1,!0)}),ye("\\renewcommand",function(Ke){return qr(Ke,!0,!1)}),ye("\\providecommand",function(Ke){return qr(Ke,!0,!0)}),ye("\\bgroup","{"),ye("\\egroup","}"),ye("\\lq","`"),ye("\\rq","'"),ye("\\aa","\\r a"),ye("\\AA","\\r A"),ye("\\textcopyright","\\html@mathml{\\textcircled{c}}{\\char`\xA9}"),ye("\\copyright","\\TextOrMath{\\textcopyright}{\\text{\\textcopyright}}"),ye("\\textregistered","\\html@mathml{\\textcircled{\\scriptsize R}}{\\char`\xAE}"),ye("\u212C","\\mathscr{B}"),ye("\u2130","\\mathscr{E}"),ye("\u2131","\\mathscr{F}"),ye("\u210B","\\mathscr{H}"),ye("\u2110","\\mathscr{I}"),ye("\u2112","\\mathscr{L}"),ye("\u2133","\\mathscr{M}"),ye("\u211B","\\mathscr{R}"),ye("\u212D","\\mathfrak{C}"),ye("\u210C","\\mathfrak{H}"),ye("\u2128","\\mathfrak{Z}"),ye("\\Bbbk","\\Bbb{k}"),ye("\xB7","\\cdotp"),ye("\\llap","\\mathllap{\\textrm{#1}}"),ye("\\rlap","\\mathrlap{\\textrm{#1}}"),ye("\\clap","\\mathclap{\\textrm{#1}}"),ye("\\not",'\\html@mathml{\\mathrel{\\mathrlap\\@not}}{\\char"338}'),ye("\\neq","\\html@mathml{\\mathrel{\\not=}}{\\mathrel{\\char`\u2260}}"),ye("\\ne","\\neq"),ye("\u2260","\\neq"),ye("\\notin","\\html@mathml{\\mathrel{{\\in}\\mathllap{/\\mskip1mu}}}{\\mathrel{\\char`\u2209}}"),ye("\u2209","\\notin"),ye("\u2258","\\html@mathml{\\mathrel{=\\kern{-1em}\\raisebox{0.4em}{$\\scriptsize\\frown$}}}{\\mathrel{\\char`\u2258}}"),ye("\u2259","\\html@mathml{\\stackrel{\\tiny\\wedge}{=}}{\\mathrel{\\char`\u2258}}"),ye("\u225A","\\html@mathml{\\stackrel{\\tiny\\vee}{=}}{\\mathrel{\\char`\u225A}}"),ye("\u225B","\\html@mathml{\\stackrel{\\scriptsize\\star}{=}}{\\mathrel{\\char`\u225B}}"),ye("\u225D","\\html@mathml{\\stackrel{\\tiny\\mathrm{def}}{=}}{\\mathrel{\\char`\u225D}}"),ye("\u225E","\\html@mathml{\\stackrel{\\tiny\\mathrm{m}}{=}}{\\mathrel{\\char`\u225E}}"),ye("\u225F","\\html@mathml{\\stackrel{\\tiny?}{=}}{\\mathrel{\\char`\u225F}}"),ye("\u27C2","\\perp"),ye("\u203C","\\mathclose{!\\mkern-0.8mu!}"),ye("\u220C","\\notni"),ye("\u231C","\\ulcorner"),ye("\u231D","\\urcorner"),ye("\u231E","\\llcorner"),ye("\u231F","\\lrcorner"),ye("\xA9","\\copyright"),ye("\xAE","\\textregistered"),ye("\uFE0F","\\textregistered"),ye("\\vdots","\\mathord{\\varvdots\\rule{0pt}{15pt}}"),ye("\u22EE","\\vdots"),ye("\\varGamma","\\mathit{\\Gamma}"),ye("\\varDelta","\\mathit{\\Delta}"),ye("\\varTheta","\\mathit{\\Theta}"),ye("\\varLambda","\\mathit{\\Lambda}"),ye("\\varXi","\\mathit{\\Xi}"),ye("\\varPi","\\mathit{\\Pi}"),ye("\\varSigma","\\mathit{\\Sigma}"),ye("\\varUpsilon","\\mathit{\\Upsilon}"),ye("\\varPhi","\\mathit{\\Phi}"),ye("\\varPsi","\\mathit{\\Psi}"),ye("\\varOmega","\\mathit{\\Omega}"),ye("\\substack","\\begin{subarray}{c}#1\\end{subarray}"),ye("\\colon","\\nobreak\\mskip2mu\\mathpunct{}\\mathchoice{\\mkern-3mu}{\\mkern-3mu}{}{}{:}\\mskip6mu"),ye("\\boxed","\\fbox{$\\displaystyle{#1}$}"),ye("\\iff","\\DOTSB\\;\\Longleftrightarrow\\;"),ye("\\implies","\\DOTSB\\;\\Longrightarrow\\;"),ye("\\impliedby","\\DOTSB\\;\\Longleftarrow\\;");var br={",":"\\dotsc","\\not":"\\dotsb","+":"\\dotsb","=":"\\dotsb","<":"\\dotsb",">":"\\dotsb","-":"\\dotsb","*":"\\dotsb",":":"\\dotsb","\\DOTSB":"\\dotsb","\\coprod":"\\dotsb","\\bigvee":"\\dotsb","\\bigwedge":"\\dotsb","\\biguplus":"\\dotsb","\\bigcap":"\\dotsb","\\bigcup":"\\dotsb","\\prod":"\\dotsb","\\sum":"\\dotsb","\\bigotimes":"\\dotsb","\\bigoplus":"\\dotsb","\\bigodot":"\\dotsb","\\bigsqcup":"\\dotsb","\\And":"\\dotsb","\\longrightarrow":"\\dotsb","\\Longrightarrow":"\\dotsb","\\longleftarrow":"\\dotsb","\\Longleftarrow":"\\dotsb","\\longleftrightarrow":"\\dotsb","\\Longleftrightarrow":"\\dotsb","\\mapsto":"\\dotsb","\\longmapsto":"\\dotsb","\\hookrightarrow":"\\dotsb","\\doteq":"\\dotsb","\\mathbin":"\\dotsb","\\mathrel":"\\dotsb","\\relbar":"\\dotsb","\\Relbar":"\\dotsb","\\xrightarrow":"\\dotsb","\\xleftarrow":"\\dotsb","\\DOTSI":"\\dotsi","\\int":"\\dotsi","\\oint":"\\dotsi","\\iint":"\\dotsi","\\iiint":"\\dotsi","\\iiiint":"\\dotsi","\\idotsint":"\\dotsi","\\DOTSX":"\\dotsx"};ye("\\dots",function(Ke){var $="\\dotso",Y=Ke.expandAfterFuture().text;return Y in br?$=br[Y]:(Y.substr(0,4)==="\\not"||Y in Ge.math&&A.contains(["bin","rel"],Ge.math[Y].group))&&($="\\dotsb"),$});var Xr={")":!0,"]":!0,"\\rbrack":!0,"\\}":!0,"\\rbrace":!0,"\\rangle":!0,"\\rceil":!0,"\\rfloor":!0,"\\rgroup":!0,"\\rmoustache":!0,"\\right":!0,"\\bigr":!0,"\\biggr":!0,"\\Bigr":!0,"\\Biggr":!0,$:!0,";":!0,".":!0,",":!0};ye("\\dotso",function(Ke){var $=Ke.future().text;return $ in Xr?"\\ldots\\,":"\\ldots"}),ye("\\dotsc",function(Ke){var $=Ke.future().text;return $ in Xr&&$!==","?"\\ldots\\,":"\\ldots"}),ye("\\cdots",function(Ke){var $=Ke.future().text;return $ in Xr?"\\@cdots\\,":"\\@cdots"}),ye("\\dotsb","\\cdots"),ye("\\dotsm","\\cdots"),ye("\\dotsi","\\!\\cdots"),ye("\\dotsx","\\ldots\\,"),ye("\\DOTSI","\\relax"),ye("\\DOTSB","\\relax"),ye("\\DOTSX","\\relax"),ye("\\tmspace","\\TextOrMath{\\kern#1#3}{\\mskip#1#2}\\relax"),ye("\\,","\\tmspace+{3mu}{.1667em}"),ye("\\thinspace","\\,"),ye("\\>","\\mskip{4mu}"),ye("\\:","\\tmspace+{4mu}{.2222em}"),ye("\\medspace","\\:"),ye("\\;","\\tmspace+{5mu}{.2777em}"),ye("\\thickspace","\\;"),ye("\\!","\\tmspace-{3mu}{.1667em}"),ye("\\negthinspace","\\!"),ye("\\negmedspace","\\tmspace-{4mu}{.2222em}"),ye("\\negthickspace","\\tmspace-{5mu}{.277em}"),ye("\\enspace","\\kern.5em "),ye("\\enskip","\\hskip.5em\\relax"),ye("\\quad","\\hskip1em\\relax"),ye("\\qquad","\\hskip2em\\relax"),ye("\\tag","\\@ifstar\\tag@literal\\tag@paren"),ye("\\tag@paren","\\tag@literal{({#1})}"),ye("\\tag@literal",function(Ke){if(Ke.macros.get("\\df@tag"))throw new o("Multiple \\tag");return"\\gdef\\df@tag{\\text{#1}}"}),ye("\\bmod","\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}\\mathbin{\\rm mod}\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}"),ye("\\pod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern8mu}{\\mkern8mu}{\\mkern8mu}(#1)"),ye("\\pmod","\\pod{{\\rm mod}\\mkern6mu#1}"),ye("\\mod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern12mu}{\\mkern12mu}{\\mkern12mu}{\\rm mod}\\,\\,#1"),ye("\\pmb","\\html@mathml{\\@binrel{#1}{\\mathrlap{#1}\\kern0.5px#1}}{\\mathbf{#1}}"),ye("\\\\","\\newline"),ye("\\TeX","\\textrm{\\html@mathml{T\\kern-.1667em\\raisebox{-.5ex}{E}\\kern-.125emX}{TeX}}");var Cn=Gt["Main-Regular"][84][1]-.7*Gt["Main-Regular"][65][1]+"em";ye("\\LaTeX","\\textrm{\\html@mathml{"+("L\\kern-.36em\\raisebox{"+Cn+"}{\\scriptstyle A}")+"\\kern-.15em\\TeX}{LaTeX}}"),ye("\\KaTeX","\\textrm{\\html@mathml{"+("K\\kern-.17em\\raisebox{"+Cn+"}{\\scriptstyle A}")+"\\kern-.15em\\TeX}{KaTeX}}"),ye("\\hspace","\\@ifstar\\@hspacer\\@hspace"),ye("\\@hspace","\\hskip #1\\relax"),ye("\\@hspacer","\\rule{0pt}{0pt}\\hskip #1\\relax"),ye("\\ordinarycolon",":"),ye("\\vcentcolon","\\mathrel{\\mathop\\ordinarycolon}"),ye("\\dblcolon",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}}{\\mathop{\\char"2237}}'),ye("\\coloneqq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2254}}'),ye("\\Coloneqq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2237\\char"3d}}'),ye("\\coloneq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"3a\\char"2212}}'),ye("\\Coloneq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"2237\\char"2212}}'),ye("\\eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2255}}'),ye("\\Eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"3d\\char"2237}}'),ye("\\eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2239}}'),ye("\\Eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"2212\\char"2237}}'),ye("\\colonapprox",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"3a\\char"2248}}'),ye("\\Colonapprox",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"2237\\char"2248}}'),ye("\\colonsim",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"3a\\char"223c}}'),ye("\\Colonsim",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"2237\\char"223c}}'),ye("\u2237","\\dblcolon"),ye("\u2239","\\eqcolon"),ye("\u2254","\\coloneqq"),ye("\u2255","\\eqqcolon"),ye("\u2A74","\\Coloneqq"),ye("\\ratio","\\vcentcolon"),ye("\\coloncolon","\\dblcolon"),ye("\\colonequals","\\coloneqq"),ye("\\coloncolonequals","\\Coloneqq"),ye("\\equalscolon","\\eqqcolon"),ye("\\equalscoloncolon","\\Eqqcolon"),ye("\\colonminus","\\coloneq"),ye("\\coloncolonminus","\\Coloneq"),ye("\\minuscolon","\\eqcolon"),ye("\\minuscoloncolon","\\Eqcolon"),ye("\\coloncolonapprox","\\Colonapprox"),ye("\\coloncolonsim","\\Colonsim"),ye("\\simcolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),ye("\\simcoloncolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\dblcolon}"),ye("\\approxcolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),ye("\\approxcoloncolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\dblcolon}"),ye("\\notni","\\html@mathml{\\not\\ni}{\\mathrel{\\char`\u220C}}"),ye("\\limsup","\\DOTSB\\operatorname*{lim\\,sup}"),ye("\\liminf","\\DOTSB\\operatorname*{lim\\,inf}"),ye("\\gvertneqq","\\html@mathml{\\@gvertneqq}{\u2269}"),ye("\\lvertneqq","\\html@mathml{\\@lvertneqq}{\u2268}"),ye("\\ngeqq","\\html@mathml{\\@ngeqq}{\u2271}"),ye("\\ngeqslant","\\html@mathml{\\@ngeqslant}{\u2271}"),ye("\\nleqq","\\html@mathml{\\@nleqq}{\u2270}"),ye("\\nleqslant","\\html@mathml{\\@nleqslant}{\u2270}"),ye("\\nshortmid","\\html@mathml{\\@nshortmid}{\u2224}"),ye("\\nshortparallel","\\html@mathml{\\@nshortparallel}{\u2226}"),ye("\\nsubseteqq","\\html@mathml{\\@nsubseteqq}{\u2288}"),ye("\\nsupseteqq","\\html@mathml{\\@nsupseteqq}{\u2289}"),ye("\\varsubsetneq","\\html@mathml{\\@varsubsetneq}{\u228A}"),ye("\\varsubsetneqq","\\html@mathml{\\@varsubsetneqq}{\u2ACB}"),ye("\\varsupsetneq","\\html@mathml{\\@varsupsetneq}{\u228B}"),ye("\\varsupsetneqq","\\html@mathml{\\@varsupsetneqq}{\u2ACC}"),ye("\\llbracket","\\html@mathml{\\mathopen{[\\mkern-3.2mu[}}{\\mathopen{\\char`\u27E6}}"),ye("\\rrbracket","\\html@mathml{\\mathclose{]\\mkern-3.2mu]}}{\\mathclose{\\char`\u27E7}}"),ye("\u27E6","\\llbracket"),ye("\u27E7","\\rrbracket"),ye("\\lBrace","\\html@mathml{\\mathopen{\\{\\mkern-3.2mu[}}{\\mathopen{\\char`\u2983}}"),ye("\\rBrace","\\html@mathml{\\mathclose{]\\mkern-3.2mu\\}}}{\\mathclose{\\char`\u2984}}"),ye("\u2983","\\lBrace"),ye("\u2984","\\rBrace"),ye("\\darr","\\downarrow"),ye("\\dArr","\\Downarrow"),ye("\\Darr","\\Downarrow"),ye("\\lang","\\langle"),ye("\\rang","\\rangle"),ye("\\uarr","\\uparrow"),ye("\\uArr","\\Uparrow"),ye("\\Uarr","\\Uparrow"),ye("\\N","\\mathbb{N}"),ye("\\R","\\mathbb{R}"),ye("\\Z","\\mathbb{Z}"),ye("\\alef","\\aleph"),ye("\\alefsym","\\aleph"),ye("\\Alpha","\\mathrm{A}"),ye("\\Beta","\\mathrm{B}"),ye("\\bull","\\bullet"),ye("\\Chi","\\mathrm{X}"),ye("\\clubs","\\clubsuit"),ye("\\cnums","\\mathbb{C}"),ye("\\Complex","\\mathbb{C}"),ye("\\Dagger","\\ddagger"),ye("\\diamonds","\\diamondsuit"),ye("\\empty","\\emptyset"),ye("\\Epsilon","\\mathrm{E}"),ye("\\Eta","\\mathrm{H}"),ye("\\exist","\\exists"),ye("\\harr","\\leftrightarrow"),ye("\\hArr","\\Leftrightarrow"),ye("\\Harr","\\Leftrightarrow"),ye("\\hearts","\\heartsuit"),ye("\\image","\\Im"),ye("\\infin","\\infty"),ye("\\Iota","\\mathrm{I}"),ye("\\isin","\\in"),ye("\\Kappa","\\mathrm{K}"),ye("\\larr","\\leftarrow"),ye("\\lArr","\\Leftarrow"),ye("\\Larr","\\Leftarrow"),ye("\\lrarr","\\leftrightarrow"),ye("\\lrArr","\\Leftrightarrow"),ye("\\Lrarr","\\Leftrightarrow"),ye("\\Mu","\\mathrm{M}"),ye("\\natnums","\\mathbb{N}"),ye("\\Nu","\\mathrm{N}"),ye("\\Omicron","\\mathrm{O}"),ye("\\plusmn","\\pm"),ye("\\rarr","\\rightarrow"),ye("\\rArr","\\Rightarrow"),ye("\\Rarr","\\Rightarrow"),ye("\\real","\\Re"),ye("\\reals","\\mathbb{R}"),ye("\\Reals","\\mathbb{R}"),ye("\\Rho","\\mathrm{P}"),ye("\\sdot","\\cdot"),ye("\\sect","\\S"),ye("\\spades","\\spadesuit"),ye("\\sub","\\subset"),ye("\\sube","\\subseteq"),ye("\\supe","\\supseteq"),ye("\\Tau","\\mathrm{T}"),ye("\\thetasym","\\vartheta"),ye("\\weierp","\\wp"),ye("\\Zeta","\\mathrm{Z}"),ye("\\argmin","\\DOTSB\\operatorname*{arg\\,min}"),ye("\\argmax","\\DOTSB\\operatorname*{arg\\,max}"),ye("\\plim","\\DOTSB\\mathop{\\operatorname{plim}}\\limits"),ye("\\blue","\\textcolor{##6495ed}{#1}"),ye("\\orange","\\textcolor{##ffa500}{#1}"),ye("\\pink","\\textcolor{##ff00af}{#1}"),ye("\\red","\\textcolor{##df0030}{#1}"),ye("\\green","\\textcolor{##28ae7b}{#1}"),ye("\\gray","\\textcolor{gray}{#1}"),ye("\\purple","\\textcolor{##9d38bd}{#1}"),ye("\\blueA","\\textcolor{##ccfaff}{#1}"),ye("\\blueB","\\textcolor{##80f6ff}{#1}"),ye("\\blueC","\\textcolor{##63d9ea}{#1}"),ye("\\blueD","\\textcolor{##11accd}{#1}"),ye("\\blueE","\\textcolor{##0c7f99}{#1}"),ye("\\tealA","\\textcolor{##94fff5}{#1}"),ye("\\tealB","\\textcolor{##26edd5}{#1}"),ye("\\tealC","\\textcolor{##01d1c1}{#1}"),ye("\\tealD","\\textcolor{##01a995}{#1}"),ye("\\tealE","\\textcolor{##208170}{#1}"),ye("\\greenA","\\textcolor{##b6ffb0}{#1}"),ye("\\greenB","\\textcolor{##8af281}{#1}"),ye("\\greenC","\\textcolor{##74cf70}{#1}"),ye("\\greenD","\\textcolor{##1fab54}{#1}"),ye("\\greenE","\\textcolor{##0d923f}{#1}"),ye("\\goldA","\\textcolor{##ffd0a9}{#1}"),ye("\\goldB","\\textcolor{##ffbb71}{#1}"),ye("\\goldC","\\textcolor{##ff9c39}{#1}"),ye("\\goldD","\\textcolor{##e07d10}{#1}"),ye("\\goldE","\\textcolor{##a75a05}{#1}"),ye("\\redA","\\textcolor{##fca9a9}{#1}"),ye("\\redB","\\textcolor{##ff8482}{#1}"),ye("\\redC","\\textcolor{##f9685d}{#1}"),ye("\\redD","\\textcolor{##e84d39}{#1}"),ye("\\redE","\\textcolor{##bc2612}{#1}"),ye("\\maroonA","\\textcolor{##ffbde0}{#1}"),ye("\\maroonB","\\textcolor{##ff92c6}{#1}"),ye("\\maroonC","\\textcolor{##ed5fa6}{#1}"),ye("\\maroonD","\\textcolor{##ca337c}{#1}"),ye("\\maroonE","\\textcolor{##9e034e}{#1}"),ye("\\purpleA","\\textcolor{##ddd7ff}{#1}"),ye("\\purpleB","\\textcolor{##c6b9fc}{#1}"),ye("\\purpleC","\\textcolor{##aa87ff}{#1}"),ye("\\purpleD","\\textcolor{##7854ab}{#1}"),ye("\\purpleE","\\textcolor{##543b78}{#1}"),ye("\\mintA","\\textcolor{##f5f9e8}{#1}"),ye("\\mintB","\\textcolor{##edf2df}{#1}"),ye("\\mintC","\\textcolor{##e0e5cc}{#1}"),ye("\\grayA","\\textcolor{##f6f7f7}{#1}"),ye("\\grayB","\\textcolor{##f0f1f2}{#1}"),ye("\\grayC","\\textcolor{##e3e5e6}{#1}"),ye("\\grayD","\\textcolor{##d6d8da}{#1}"),ye("\\grayE","\\textcolor{##babec2}{#1}"),ye("\\grayF","\\textcolor{##888d93}{#1}"),ye("\\grayG","\\textcolor{##626569}{#1}"),ye("\\grayH","\\textcolor{##3b3e40}{#1}"),ye("\\grayI","\\textcolor{##21242c}{#1}"),ye("\\kaBlue","\\textcolor{##314453}{#1}"),ye("\\kaGreen","\\textcolor{##71B307}{#1}");var Qn={"\\relax":!0,"^":!0,_:!0,"\\limits":!0,"\\nolimits":!0},Li=function(){function Ke(Y,ne,he){this.settings=void 0,this.expansionCount=void 0,this.lexer=void 0,this.macros=void 0,this.stack=void 0,this.mode=void 0,this.settings=ne,this.expansionCount=0,this.feed(Y),this.macros=new Ba(ha,ne.macros),this.mode=he,this.stack=[]}var $=Ke.prototype;return $.feed=function(ne){this.lexer=new Zi(ne,this.settings)},$.switchMode=function(ne){this.mode=ne},$.beginGroup=function(){this.macros.beginGroup()},$.endGroup=function(){this.macros.endGroup()},$.future=function(){return this.stack.length===0&&this.pushToken(this.lexer.lex()),this.stack[this.stack.length-1]},$.popToken=function(){return this.future(),this.stack.pop()},$.pushToken=function(ne){this.stack.push(ne)},$.pushTokens=function(ne){var he;(he=this.stack).push.apply(he,ne)},$.consumeSpaces=function(){for(;;){var ne=this.future();if(ne.text===" ")this.stack.pop();else break}},$.consumeArgs=function(ne){for(var he=[],Ce=0;Ce<ne;++Ce){this.consumeSpaces();var Ve=this.popToken();if(Ve.text==="{"){for(var Tt=[],Bt=1;Bt!==0;){var ar=this.popToken();if(Tt.push(ar),ar.text==="{")++Bt;else if(ar.text==="}")--Bt;else if(ar.text==="EOF")throw new o("End of input in macro argument",Ve)}Tt.pop(),Tt.reverse(),he[Ce]=Tt}else{if(Ve.text==="EOF")throw new o("End of input expecting macro argument");he[Ce]=[Ve]}}return he},$.expandOnce=function(){var ne=this.popToken(),he=ne.text,Ce=this._getExpansion(he);if(Ce==null)return this.pushToken(ne),ne;if(this.expansionCount++,this.expansionCount>this.settings.maxExpand)throw new o("Too many expansions: infinite loop or need to increase maxExpand setting");var Ve=Ce.tokens;if(Ce.numArgs){var Tt=this.consumeArgs(Ce.numArgs);Ve=Ve.slice();for(var Bt=Ve.length-1;Bt>=0;--Bt){var ar=Ve[Bt];if(ar.text==="#"){if(Bt===0)throw new o("Incomplete placeholder at end of macro body",ar);if(ar=Ve[--Bt],ar.text==="#")Ve.splice(Bt+1,1);else if(/^[1-9]$/.test(ar.text)){var wr;(wr=Ve).splice.apply(wr,[Bt,2].concat(Tt[+ar.text-1]))}else throw new o("Not a valid argument number",ar)}}}return this.pushTokens(Ve),Ve},$.expandAfterFuture=function(){return this.expandOnce(),this.future()},$.expandNextToken=function(){for(;;){var ne=this.expandOnce();if(ne instanceof c)if(ne.text==="\\relax")this.stack.pop();else return this.stack.pop()}throw new Error},$.expandMacro=function(ne){if(this.macros.get(ne)){var he=[],Ce=this.stack.length;for(this.pushToken(new c(ne));this.stack.length>Ce;){var Ve=this.expandOnce();Ve instanceof c&&he.push(this.stack.pop())}return he}},$.expandMacroAsText=function(ne){var he=this.expandMacro(ne);return he&&he.map(function(Ce){return Ce.text}).join("")},$._getExpansion=function(ne){var he=this.macros.get(ne);if(he==null)return he;var Ce=typeof he=="function"?he(this):he;if(typeof Ce=="string"){var Ve=0;if(Ce.indexOf("#")!==-1)for(var Tt=Ce.replace(/##/g,"");Tt.indexOf("#"+(Ve+1))!==-1;)++Ve;for(var Bt=new Zi(Ce,this.settings),ar=[],wr=Bt.lex();wr.text!=="EOF";)ar.push(wr),wr=Bt.lex();ar.reverse();var Ut={tokens:ar,numArgs:Ve};return Ut}return Ce},$.isDefined=function(ne){return this.macros.has(ne)||xa.hasOwnProperty(ne)||Ge.math.hasOwnProperty(ne)||Ge.text.hasOwnProperty(ne)||Qn.hasOwnProperty(ne)},Ke}(),Ln={"\u0301":{text:"\\'",math:"\\acute"},"\u0300":{text:"\\`",math:"\\grave"},"\u0308":{text:'\\"',math:"\\ddot"},"\u0303":{text:"\\~",math:"\\tilde"},"\u0304":{text:"\\=",math:"\\bar"},"\u0306":{text:"\\u",math:"\\breve"},"\u030C":{text:"\\v",math:"\\check"},"\u0302":{text:"\\^",math:"\\hat"},"\u0307":{text:"\\.",math:"\\dot"},"\u030A":{text:"\\r",math:"\\mathring"},"\u030B":{text:"\\H"}},Mn={\u00E1:"a\u0301",\u00E0:"a\u0300",\u00E4:"a\u0308",\u01DF:"a\u0308\u0304",\u00E3:"a\u0303",\u0101:"a\u0304",\u0103:"a\u0306",\u1EAF:"a\u0306\u0301",\u1EB1:"a\u0306\u0300",\u1EB5:"a\u0306\u0303",\u01CE:"a\u030C",\u00E2:"a\u0302",\u1EA5:"a\u0302\u0301",\u1EA7:"a\u0302\u0300",\u1EAB:"a\u0302\u0303",\u0227:"a\u0307",\u01E1:"a\u0307\u0304",\u00E5:"a\u030A",\u01FB:"a\u030A\u0301",\u1E03:"b\u0307",\u0107:"c\u0301",\u010D:"c\u030C",\u0109:"c\u0302",\u010B:"c\u0307",\u010F:"d\u030C",\u1E0B:"d\u0307",\u00E9:"e\u0301",\u00E8:"e\u0300",\u00EB:"e\u0308",\u1EBD:"e\u0303",\u0113:"e\u0304",\u1E17:"e\u0304\u0301",\u1E15:"e\u0304\u0300",\u0115:"e\u0306",\u011B:"e\u030C",\u00EA:"e\u0302",\u1EBF:"e\u0302\u0301",\u1EC1:"e\u0302\u0300",\u1EC5:"e\u0302\u0303",\u0117:"e\u0307",\u1E1F:"f\u0307",\u01F5:"g\u0301",\u1E21:"g\u0304",\u011F:"g\u0306",\u01E7:"g\u030C",\u011D:"g\u0302",\u0121:"g\u0307",\u1E27:"h\u0308",\u021F:"h\u030C",\u0125:"h\u0302",\u1E23:"h\u0307",\u00ED:"i\u0301",\u00EC:"i\u0300",\u00EF:"i\u0308",\u1E2F:"i\u0308\u0301",\u0129:"i\u0303",\u012B:"i\u0304",\u012D:"i\u0306",\u01D0:"i\u030C",\u00EE:"i\u0302",\u01F0:"j\u030C",\u0135:"j\u0302",\u1E31:"k\u0301",\u01E9:"k\u030C",\u013A:"l\u0301",\u013E:"l\u030C",\u1E3F:"m\u0301",\u1E41:"m\u0307",\u0144:"n\u0301",\u01F9:"n\u0300",\u00F1:"n\u0303",\u0148:"n\u030C",\u1E45:"n\u0307",\u00F3:"o\u0301",\u00F2:"o\u0300",\u00F6:"o\u0308",\u022B:"o\u0308\u0304",\u00F5:"o\u0303",\u1E4D:"o\u0303\u0301",\u1E4F:"o\u0303\u0308",\u022D:"o\u0303\u0304",\u014D:"o\u0304",\u1E53:"o\u0304\u0301",\u1E51:"o\u0304\u0300",\u014F:"o\u0306",\u01D2:"o\u030C",\u00F4:"o\u0302",\u1ED1:"o\u0302\u0301",\u1ED3:"o\u0302\u0300",\u1ED7:"o\u0302\u0303",\u022F:"o\u0307",\u0231:"o\u0307\u0304",\u0151:"o\u030B",\u1E55:"p\u0301",\u1E57:"p\u0307",\u0155:"r\u0301",\u0159:"r\u030C",\u1E59:"r\u0307",\u015B:"s\u0301",\u1E65:"s\u0301\u0307",\u0161:"s\u030C",\u1E67:"s\u030C\u0307",\u015D:"s\u0302",\u1E61:"s\u0307",\u1E97:"t\u0308",\u0165:"t\u030C",\u1E6B:"t\u0307",\u00FA:"u\u0301",\u00F9:"u\u0300",\u00FC:"u\u0308",\u01D8:"u\u0308\u0301",\u01DC:"u\u0308\u0300",\u01D6:"u\u0308\u0304",\u01DA:"u\u0308\u030C",\u0169:"u\u0303",\u1E79:"u\u0303\u0301",\u016B:"u\u0304",\u1E7B:"u\u0304\u0308",\u016D:"u\u0306",\u01D4:"u\u030C",\u00FB:"u\u0302",\u016F:"u\u030A",\u0171:"u\u030B",\u1E7D:"v\u0303",\u1E83:"w\u0301",\u1E81:"w\u0300",\u1E85:"w\u0308",\u0175:"w\u0302",\u1E87:"w\u0307",\u1E98:"w\u030A",\u1E8D:"x\u0308",\u1E8B:"x\u0307",\u00FD:"y\u0301",\u1EF3:"y\u0300",\u00FF:"y\u0308",\u1EF9:"y\u0303",\u0233:"y\u0304",\u0177:"y\u0302",\u1E8F:"y\u0307",\u1E99:"y\u030A",\u017A:"z\u0301",\u017E:"z\u030C",\u1E91:"z\u0302",\u017C:"z\u0307",\u00C1:"A\u0301",\u00C0:"A\u0300",\u00C4:"A\u0308",\u01DE:"A\u0308\u0304",\u00C3:"A\u0303",\u0100:"A\u0304",\u0102:"A\u0306",\u1EAE:"A\u0306\u0301",\u1EB0:"A\u0306\u0300",\u1EB4:"A\u0306\u0303",\u01CD:"A\u030C",\u00C2:"A\u0302",\u1EA4:"A\u0302\u0301",\u1EA6:"A\u0302\u0300",\u1EAA:"A\u0302\u0303",\u0226:"A\u0307",\u01E0:"A\u0307\u0304",\u00C5:"A\u030A",\u01FA:"A\u030A\u0301",\u1E02:"B\u0307",\u0106:"C\u0301",\u010C:"C\u030C",\u0108:"C\u0302",\u010A:"C\u0307",\u010E:"D\u030C",\u1E0A:"D\u0307",\u00C9:"E\u0301",\u00C8:"E\u0300",\u00CB:"E\u0308",\u1EBC:"E\u0303",\u0112:"E\u0304",\u1E16:"E\u0304\u0301",\u1E14:"E\u0304\u0300",\u0114:"E\u0306",\u011A:"E\u030C",\u00CA:"E\u0302",\u1EBE:"E\u0302\u0301",\u1EC0:"E\u0302\u0300",\u1EC4:"E\u0302\u0303",\u0116:"E\u0307",\u1E1E:"F\u0307",\u01F4:"G\u0301",\u1E20:"G\u0304",\u011E:"G\u0306",\u01E6:"G\u030C",\u011C:"G\u0302",\u0120:"G\u0307",\u1E26:"H\u0308",\u021E:"H\u030C",\u0124:"H\u0302",\u1E22:"H\u0307",\u00CD:"I\u0301",\u00CC:"I\u0300",\u00CF:"I\u0308",\u1E2E:"I\u0308\u0301",\u0128:"I\u0303",\u012A:"I\u0304",\u012C:"I\u0306",\u01CF:"I\u030C",\u00CE:"I\u0302",\u0130:"I\u0307",\u0134:"J\u0302",\u1E30:"K\u0301",\u01E8:"K\u030C",\u0139:"L\u0301",\u013D:"L\u030C",\u1E3E:"M\u0301",\u1E40:"M\u0307",\u0143:"N\u0301",\u01F8:"N\u0300",\u00D1:"N\u0303",\u0147:"N\u030C",\u1E44:"N\u0307",\u00D3:"O\u0301",\u00D2:"O\u0300",\u00D6:"O\u0308",\u022A:"O\u0308\u0304",\u00D5:"O\u0303",\u1E4C:"O\u0303\u0301",\u1E4E:"O\u0303\u0308",\u022C:"O\u0303\u0304",\u014C:"O\u0304",\u1E52:"O\u0304\u0301",\u1E50:"O\u0304\u0300",\u014E:"O\u0306",\u01D1:"O\u030C",\u00D4:"O\u0302",\u1ED0:"O\u0302\u0301",\u1ED2:"O\u0302\u0300",\u1ED6:"O\u0302\u0303",\u022E:"O\u0307",\u0230:"O\u0307\u0304",\u0150:"O\u030B",\u1E54:"P\u0301",\u1E56:"P\u0307",\u0154:"R\u0301",\u0158:"R\u030C",\u1E58:"R\u0307",\u015A:"S\u0301",\u1E64:"S\u0301\u0307",\u0160:"S\u030C",\u1E66:"S\u030C\u0307",\u015C:"S\u0302",\u1E60:"S\u0307",\u0164:"T\u030C",\u1E6A:"T\u0307",\u00DA:"U\u0301",\u00D9:"U\u0300",\u00DC:"U\u0308",\u01D7:"U\u0308\u0301",\u01DB:"U\u0308\u0300",\u01D5:"U\u0308\u0304",\u01D9:"U\u0308\u030C",\u0168:"U\u0303",\u1E78:"U\u0303\u0301",\u016A:"U\u0304",\u1E7A:"U\u0304\u0308",\u016C:"U\u0306",\u01D3:"U\u030C",\u00DB:"U\u0302",\u016E:"U\u030A",\u0170:"U\u030B",\u1E7C:"V\u0303",\u1E82:"W\u0301",\u1E80:"W\u0300",\u1E84:"W\u0308",\u0174:"W\u0302",\u1E86:"W\u0307",\u1E8C:"X\u0308",\u1E8A:"X\u0307",\u00DD:"Y\u0301",\u1EF2:"Y\u0300",\u0178:"Y\u0308",\u1EF8:"Y\u0303",\u0232:"Y\u0304",\u0176:"Y\u0302",\u1E8E:"Y\u0307",\u0179:"Z\u0301",\u017D:"Z\u030C",\u1E90:"Z\u0302",\u017B:"Z\u0307",\u03AC:"\u03B1\u0301",\u1F70:"\u03B1\u0300",\u1FB1:"\u03B1\u0304",\u1FB0:"\u03B1\u0306",\u03AD:"\u03B5\u0301",\u1F72:"\u03B5\u0300",\u03AE:"\u03B7\u0301",\u1F74:"\u03B7\u0300",\u03AF:"\u03B9\u0301",\u1F76:"\u03B9\u0300",\u03CA:"\u03B9\u0308",\u0390:"\u03B9\u0308\u0301",\u1FD2:"\u03B9\u0308\u0300",\u1FD1:"\u03B9\u0304",\u1FD0:"\u03B9\u0306",\u03CC:"\u03BF\u0301",\u1F78:"\u03BF\u0300",\u03CD:"\u03C5\u0301",\u1F7A:"\u03C5\u0300",\u03CB:"\u03C5\u0308",\u03B0:"\u03C5\u0308\u0301",\u1FE2:"\u03C5\u0308\u0300",\u1FE1:"\u03C5\u0304",\u1FE0:"\u03C5\u0306",\u03CE:"\u03C9\u0301",\u1F7C:"\u03C9\u0300",\u038E:"\u03A5\u0301",\u1FEA:"\u03A5\u0300",\u03AB:"\u03A5\u0308",\u1FE9:"\u03A5\u0304",\u1FE8:"\u03A5\u0306",\u038F:"\u03A9\u0301",\u1FFA:"\u03A9\u0300"},jn=function(){function Ke(Y,ne){this.mode=void 0,this.gullet=void 0,this.settings=void 0,this.leftrightDepth=void 0,this.nextToken=void 0,this.mode="math",this.gullet=new Li(Y,ne,this.mode),this.settings=ne,this.leftrightDepth=0}var $=Ke.prototype;return $.expect=function(ne,he){if(he===void 0&&(he=!0),this.fetch().text!==ne)throw new o("Expected '"+ne+"', got '"+this.fetch().text+"'",this.fetch());he&&this.consume()},$.consume=function(){this.nextToken=null},$.fetch=function(){return this.nextToken==null&&(this.nextToken=this.gullet.expandNextToken()),this.nextToken},$.switchMode=function(ne){this.mode=ne,this.gullet.switchMode(ne)},$.parse=function(){this.gullet.beginGroup(),this.settings.colorIsTextColor&&this.gullet.macros.set("\\color","\\textcolor");var ne=this.parseExpression(!1);return this.expect("EOF"),this.gullet.endGroup(),ne},$.parseExpression=function(ne,he){for(var Ce=[];;){this.mode==="math"&&this.consumeSpaces();var Ve=this.fetch();if(Ke.endOfExpression.indexOf(Ve.text)!==-1||he&&Ve.text===he||ne&&xa[Ve.text]&&xa[Ve.text].infix)break;var Tt=this.parseAtom(he);if(!Tt)break;Ce.push(Tt)}return this.mode==="text"&&this.formLigatures(Ce),this.handleInfixNodes(Ce)},$.handleInfixNodes=function(ne){for(var he=-1,Ce,Ve=0;Ve<ne.length;Ve++){var Tt=Mr(ne[Ve],"infix");if(Tt){if(he!==-1)throw new o("only one infix operator per group",Tt.token);he=Ve,Ce=Tt.replaceWith}}if(he!==-1&&Ce){var Bt,ar,wr=ne.slice(0,he),Ut=ne.slice(he+1);wr.length===1&&wr[0].type==="ordgroup"?Bt=wr[0]:Bt={type:"ordgroup",mode:this.mode,body:wr},Ut.length===1&&Ut[0].type==="ordgroup"?ar=Ut[0]:ar={type:"ordgroup",mode:this.mode,body:Ut};var nn;return Ce==="\\\\abovefrac"?nn=this.callFunction(Ce,[Bt,ne[he],ar],[]):nn=this.callFunction(Ce,[Bt,ar],[]),[nn]}else return ne},$.handleSupSubscript=function(ne){var he=this.fetch(),Ce=he.text;this.consume();var Ve=this.parseGroup(ne,!1,Ke.SUPSUB_GREEDINESS,void 0,void 0,!0);if(!Ve)throw new o("Expected group after '"+Ce+"'",he);return Ve},$.formatUnsupportedCmd=function(ne){for(var he=[],Ce=0;Ce<ne.length;Ce++)he.push({type:"textord",mode:"text",text:ne[Ce]});var Ve={type:"text",mode:this.mode,body:he},Tt={type:"color",mode:this.mode,color:this.settings.errorColor,body:[Ve]};return Tt},$.parseAtom=function(ne){var he=this.parseGroup("atom",!1,null,ne);if(this.mode==="text")return he;for(var Ce,Ve;;){this.consumeSpaces();var Tt=this.fetch();if(Tt.text==="\\limits"||Tt.text==="\\nolimits"){var Bt=Mr(he,"op");if(Bt){var ar=Tt.text==="\\limits";Bt.limits=ar,Bt.alwaysHandleSupSub=!0}else if(Bt=Mr(he,"operatorname"),Bt&&Bt.alwaysHandleSupSub){var wr=Tt.text==="\\limits";Bt.limits=wr}else throw new o("Limit controls must follow a math operator",Tt);this.consume()}else if(Tt.text==="^"){if(Ce)throw new o("Double superscript",Tt);Ce=this.handleSupSubscript("superscript")}else if(Tt.text==="_"){if(Ve)throw new o("Double subscript",Tt);Ve=this.handleSupSubscript("subscript")}else if(Tt.text==="'"){if(Ce)throw new o("Double superscript",Tt);var Ut={type:"textord",mode:this.mode,text:"\\prime"},nn=[Ut];for(this.consume();this.fetch().text==="'";)nn.push(Ut),this.consume();this.fetch().text==="^"&&nn.push(this.handleSupSubscript("superscript")),Ce={type:"ordgroup",mode:this.mode,body:nn}}else break}return Ce||Ve?{type:"supsub",mode:this.mode,base:he,sup:Ce,sub:Ve}:he},$.parseFunction=function(ne,he,Ce){var Ve=this.fetch(),Tt=Ve.text,Bt=xa[Tt];if(!Bt)return null;if(this.consume(),Ce!=null&&Bt.greediness<=Ce)throw new o("Got function '"+Tt+"' with no arguments"+(he?" as "+he:""),Ve);if(this.mode==="text"&&!Bt.allowedInText)throw new o("Can't use function '"+Tt+"' in text mode",Ve);if(this.mode==="math"&&Bt.allowedInMath===!1)throw new o("Can't use function '"+Tt+"' in math mode",Ve);var ar=this.parseArguments(Tt,Bt),wr=ar.args,Ut=ar.optArgs;return this.callFunction(Tt,wr,Ut,Ve,ne)},$.callFunction=function(ne,he,Ce,Ve,Tt){var Bt={funcName:ne,parser:this,token:Ve,breakOnTokenText:Tt},ar=xa[ne];if(ar&&ar.handler)return ar.handler(Bt,he,Ce);throw new o("No function handler for "+ne)},$.parseArguments=function(ne,he){var Ce=he.numArgs+he.numOptionalArgs;if(Ce===0)return{args:[],optArgs:[]};for(var Ve=he.greediness,Tt=[],Bt=[],ar=0;ar<Ce;ar++){var wr=he.argTypes&&he.argTypes[ar],Ut=ar<he.numOptionalArgs,nn=ar>0&&!Ut||ar===0&&!Ut&&this.mode==="math",En=this.parseGroupOfType("argument to '"+ne+"'",wr,Ut,Ve,nn);if(!En){if(Ut){Bt.push(null);continue}throw new o("Expected group after '"+ne+"'",this.fetch())}(Ut?Bt:Tt).push(En)}return{args:Tt,optArgs:Bt}},$.parseGroupOfType=function(ne,he,Ce,Ve,Tt){switch(he){case"color":return Tt&&this.consumeSpaces(),this.parseColorGroup(Ce);case"size":return Tt&&this.consumeSpaces(),this.parseSizeGroup(Ce);case"url":return this.parseUrlGroup(Ce,Tt);case"math":case"text":return this.parseGroup(ne,Ce,Ve,void 0,he,Tt);case"hbox":{var Bt=this.parseGroup(ne,Ce,Ve,void 0,"text",Tt);if(!Bt)return Bt;var ar={type:"styling",mode:Bt.mode,body:[Bt],style:"text"};return ar}case"raw":{if(Tt&&this.consumeSpaces(),Ce&&this.fetch().text==="{")return null;var wr=this.parseStringGroup("raw",Ce,!0);if(wr)return{type:"raw",mode:"text",string:wr.text};throw new o("Expected raw group",this.fetch())}case"original":case null:case void 0:return this.parseGroup(ne,Ce,Ve,void 0,void 0,Tt);default:throw new o("Unknown group type as "+ne,this.fetch())}},$.consumeSpaces=function(){for(;this.fetch().text===" ";)this.consume()},$.parseStringGroup=function(ne,he,Ce){var Ve=he?"[":"{",Tt=he?"]":"}",Bt=this.fetch();if(Bt.text!==Ve){if(he)return null;if(Ce&&Bt.text!=="EOF"&&/[^{}[\]]/.test(Bt.text))return this.consume(),Bt}var ar=this.mode;this.mode="text",this.expect(Ve);for(var wr="",Ut=this.fetch(),nn=0,En=Ut,Hn;(Hn=this.fetch()).text!==Tt||Ce&&nn>0;){switch(Hn.text){case"EOF":throw new o("Unexpected end of input in "+ne,Ut.range(En,wr));case Ve:nn++;break;case Tt:nn--;break}En=Hn,wr+=En.text,this.consume()}return this.expect(Tt),this.mode=ar,Ut.range(En,wr)},$.parseRegexGroup=function(ne,he){var Ce=this.mode;this.mode="text";for(var Ve=this.fetch(),Tt=Ve,Bt="",ar;(ar=this.fetch()).text!=="EOF"&&ne.test(Bt+ar.text);)Tt=ar,Bt+=Tt.text,this.consume();if(Bt==="")throw new o("Invalid "+he+": '"+Ve.text+"'",Ve);return this.mode=Ce,Ve.range(Tt,Bt)},$.parseColorGroup=function(ne){var he=this.parseStringGroup("color",ne);if(!he)return null;var Ce=/^(#[a-f0-9]{3}|#?[a-f0-9]{6}|[a-z]+)$/i.exec(he.text);if(!Ce)throw new o("Invalid color: '"+he.text+"'",he);var Ve=Ce[0];return/^[0-9a-f]{6}$/i.test(Ve)&&(Ve="#"+Ve),{type:"color-token",mode:this.mode,color:Ve}},$.parseSizeGroup=function(ne){var he,Ce=!1;if(!ne&&this.fetch().text!=="{"?he=this.parseRegexGroup(/^[-+]? *(?:$|\d+|\d+\.\d*|\.\d*) *[a-z]{0,2} *$/,"size"):he=this.parseStringGroup("size",ne),!he)return null;!ne&&he.text.length===0&&(he.text="0pt",Ce=!0);var Ve=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(he.text);if(!Ve)throw new o("Invalid size: '"+he.text+"'",he);var Tt={number:+(Ve[1]+Ve[2]),unit:Ve[3]};if(!pi(Tt))throw new o("Invalid unit: '"+Tt.unit+"'",he);return{type:"size",mode:this.mode,value:Tt,isBlank:Ce}},$.parseUrlGroup=function(ne,he){this.gullet.lexer.setCatcode("%",13);var Ce=this.parseStringGroup("url",ne,!0);if(this.gullet.lexer.setCatcode("%",14),!Ce)return null;var Ve=Ce.text.replace(/\\([#$%&~_^{}])/g,"$1");return{type:"url",mode:this.mode,url:Ve}},$.parseGroup=function(ne,he,Ce,Ve,Tt,Bt){var ar=this.mode;Tt&&this.switchMode(Tt),Bt&&this.consumeSpaces();var wr=this.fetch(),Ut=wr.text,nn;if(he?Ut==="[":Ut==="{"||Ut==="\\begingroup"){this.consume();var En=Ke.endOfGroup[Ut];this.gullet.beginGroup();var Hn=this.parseExpression(!1,En),$n=this.fetch();this.expect(En),this.gullet.endGroup(),nn={type:"ordgroup",mode:this.mode,loc:l.range(wr,$n),body:Hn,semisimple:Ut==="\\begingroup"||void 0}}else if(he)nn=null;else if(nn=this.parseFunction(Ve,ne,Ce)||this.parseSymbol(),nn==null&&Ut[0]==="\\"&&!Qn.hasOwnProperty(Ut)){if(this.settings.throwOnError)throw new o("Undefined control sequence: "+Ut,wr);nn=this.formatUnsupportedCmd(Ut),this.consume()}return Tt&&this.switchMode(ar),nn},$.formLigatures=function(ne){for(var he=ne.length-1,Ce=0;Ce<he;++Ce){var Ve=ne[Ce],Tt=Ve.text;Tt==="-"&&ne[Ce+1].text==="-"&&(Ce+1<he&&ne[Ce+2].text==="-"?(ne.splice(Ce,3,{type:"textord",mode:"text",loc:l.range(Ve,ne[Ce+2]),text:"---"}),he-=2):(ne.splice(Ce,2,{type:"textord",mode:"text",loc:l.range(Ve,ne[Ce+1]),text:"--"}),he-=1)),(Tt==="'"||Tt==="`")&&ne[Ce+1].text===Tt&&(ne.splice(Ce,2,{type:"textord",mode:"text",loc:l.range(Ve,ne[Ce+1]),text:Tt+Tt}),he-=1)}},$.parseSymbol=function(){var ne=this.fetch(),he=ne.text;if(/^\\verb[^a-zA-Z]/.test(he)){this.consume();var Ce=he.slice(5),Ve=Ce.charAt(0)==="*";if(Ve&&(Ce=Ce.slice(1)),Ce.length<2||Ce.charAt(0)!==Ce.slice(-1))throw new o(`\\verb assertion failed --
please report what input caused this bug`);return Ce=Ce.slice(1,-1),{type:"verb",mode:"text",body:Ce,star:Ve}}Mn.hasOwnProperty(he[0])&&!Ge[this.mode][he[0]]&&(this.settings.strict&&this.mode==="math"&&this.settings.reportNonstrict("unicodeTextInMathMode",'Accented Unicode text character "'+he[0]+'" used in math mode',ne),he=Mn[he[0]]+he.substr(1));var Tt=Us.exec(he);Tt&&(he=he.substring(0,Tt.index),he==="i"?he="\u0131":he==="j"&&(he="\u0237"));var Bt;if(Ge[this.mode][he]){this.settings.strict&&this.mode==="math"&&nt.indexOf(he)>=0&&this.settings.reportNonstrict("unicodeTextInMathMode",'Latin-1/Unicode text character "'+he[0]+'" used in math mode',ne);var ar=Ge[this.mode][he].group,wr=l.range(ne),Ut;if(Nt.hasOwnProperty(ar)){var nn=ar;Ut={type:"atom",mode:this.mode,family:nn,loc:wr,text:he}}else Ut={type:ar,mode:this.mode,loc:wr,text:he};Bt=Ut}else if(he.charCodeAt(0)>=128)this.settings.strict&&(Oe(he.charCodeAt(0))?this.mode==="math"&&this.settings.reportNonstrict("unicodeTextInMathMode",'Unicode text character "'+he[0]+'" used in math mode',ne):this.settings.reportNonstrict("unknownSymbol",'Unrecognized Unicode character "'+he[0]+'"'+(" ("+he.charCodeAt(0)+")"),ne)),Bt={type:"textord",mode:"text",loc:l.range(ne),text:he};else return null;if(this.consume(),Tt)for(var En=0;En<Tt[0].length;En++){var Hn=Tt[0][En];if(!Ln[Hn])throw new o("Unknown accent ' "+Hn+"'",ne);var $n=Ln[Hn][this.mode];if(!$n)throw new o("Accent "+Hn+" unsupported in "+this.mode+" mode",ne);Bt={type:"accent",mode:this.mode,loc:l.range(ne),label:$n,isStretchy:!1,isShifty:!0,base:Bt}}return Bt},Ke}();jn.endOfExpression=["}","\\endgroup","\\end","\\right","&"],jn.endOfGroup={"[":"]","{":"}","\\begingroup":"\\endgroup"},jn.SUPSUB_GREEDINESS=1;var ca=function($,Y){if(!(typeof $=="string"||$ instanceof String))throw new TypeError("KaTeX can only parse string typed expression");var ne=new jn($,Y);delete ne.gullet.macros.current["\\df@tag"];var he=ne.parse();if(ne.gullet.macros.get("\\df@tag")){if(!Y.displayMode)throw new o("\\tag works only in display equations");ne.gullet.feed("\\df@tag"),he=[{type:"tag",mode:"text",body:he,tag:ne.parse()}]}return he},$i=ca,_o=function($,Y,ne){Y.textContent="";var he=Yu($,ne).toNode();Y.appendChild(he)};typeof document!="undefined"&&document.compatMode!=="CSS1Compat"&&(typeof console!="undefined"&&console.warn("Warning: KaTeX doesn't work in quirks mode. Make sure your website has a suitable doctype."),_o=function(){throw new o("KaTeX doesn't work in quirks mode.")});var so=function($,Y){var ne=Yu($,Y).toMarkup();return ne},ru=function($,Y){var ne=new O(Y);return $i($,ne)},hl=function($,Y,ne){if(ne.throwOnError||!($ instanceof o))throw $;var he=st.makeSpan(["katex-error"],[new Se(Y)]);return he.setAttribute("title",$.toString()),he.setAttribute("style","color:"+ne.errorColor),he},Yu=function($,Y){var ne=new O(Y);try{var he=$i($,ne);return ho(he,$,ne)}catch(Ce){return hl(Ce,$,ne)}},pu=function($,Y){var ne=new O(Y);try{var he=$i($,ne);return Ea(he,$,ne)}catch(Ce){return hl(Ce,$,ne)}},Tl={version:"0.11.1",render:_o,renderToString:so,ParseError:o,__parse:ru,__renderToDomTree:Yu,__renderToHTMLTree:pu,__setFontMetrics:Qe,__defineSymbol:fe,__defineMacro:ye,__domTree:{Span:mt,Anchor:et,SymbolNode:Se,SvgNode:Me,PathNode:Ue,LineNode:We}},mu=e.default=Tl}]).default})},76414:function(d,_,e){var r=e(64696),i=e(16824),l=e(23476),c=e(63122),f=e(37279);function o(h){var u=-1,a=h==null?0:h.length;for(this.clear();++u<a;){var x=h[u];this.set(x[0],x[1])}}o.prototype.clear=r,o.prototype.delete=i,o.prototype.get=l,o.prototype.has=c,o.prototype.set=f,d.exports=o},99746:function(d,_,e){var r=e(34251),i=e(24968),l=e(28290),c=e(88068),f=e(54238);function o(h){var u=-1,a=h==null?0:h.length;for(this.clear();++u<a;){var x=h[u];this.set(x[0],x[1])}}o.prototype.clear=r,o.prototype.delete=i,o.prototype.get=l,o.prototype.has=c,o.prototype.set=f,d.exports=o},40164:function(d,_,e){var r=e(73893),i=e(33152),l=r(i,"Map");d.exports=l},52166:function(d,_,e){var r=e(35365),i=e(63765),l=e(12608),c=e(10203),f=e(11298);function o(h){var u=-1,a=h==null?0:h.length;for(this.clear();++u<a;){var x=h[u];this.set(x[0],x[1])}}o.prototype.clear=r,o.prototype.delete=i,o.prototype.get=l,o.prototype.has=c,o.prototype.set=f,d.exports=o},91866:function(d,_,e){var r=e(99746),i=e(31119),l=e(64399),c=e(81897),f=e(90558),o=e(64841);function h(u){var a=this.__data__=new r(u);this.size=a.size}h.prototype.clear=i,h.prototype.delete=l,h.prototype.get=c,h.prototype.has=f,h.prototype.set=o,d.exports=h},91869:function(d,_,e){var r=e(33152),i=r.Symbol;d.exports=i},77945:function(d,_,e){var r=e(33152),i=r.Uint8Array;d.exports=i},79628:function(d){function _(e,r,i){switch(i.length){case 0:return e.call(r);case 1:return e.call(r,i[0]);case 2:return e.call(r,i[0],i[1]);case 3:return e.call(r,i[0],i[1],i[2])}return e.apply(r,i)}d.exports=_},63333:function(d,_,e){var r=e(67943),i=e(13053),l=e(80744),c=e(57835),f=e(70213),o=e(18397),h=Object.prototype,u=h.hasOwnProperty;function a(x,p){var y=l(x),m=!y&&i(x),b=!y&&!m&&c(x),S=!y&&!m&&!b&&o(x),k=y||m||b||S,R=k?r(x.length,String):[],A=R.length;for(var O in x)(p||u.call(x,O))&&!(k&&(O=="length"||b&&(O=="offset"||O=="parent")||S&&(O=="buffer"||O=="byteLength"||O=="byteOffset")||f(O,A)))&&R.push(O);return R}d.exports=a},89135:function(d,_,e){var r=e(42813),i=e(43607);function l(c,f,o){(o!==void 0&&!i(c[f],o)||o===void 0&&!(f in c))&&r(c,f,o)}d.exports=l},60348:function(d,_,e){var r=e(42813),i=e(43607),l=Object.prototype,c=l.hasOwnProperty;function f(o,h,u){var a=o[h];(!(c.call(o,h)&&i(a,u))||u===void 0&&!(h in o))&&r(o,h,u)}d.exports=f},67971:function(d,_,e){var r=e(43607);function i(l,c){for(var f=l.length;f--;)if(r(l[f][0],c))return f;return-1}d.exports=i},42813:function(d,_,e){var r=e(35234);function i(l,c,f){c=="__proto__"&&r?r(l,c,{configurable:!0,enumerable:!0,value:f,writable:!0}):l[c]=f}d.exports=i},35024:function(d,_,e){var r=e(20816),i=Object.create,l=function(){function c(){}return function(f){if(!r(f))return{};if(i)return i(f);c.prototype=f;var o=new c;return c.prototype=void 0,o}}();d.exports=l},14018:function(d,_,e){var r=e(78010),i=r();d.exports=i},86756:function(d,_,e){var r=e(91869),i=e(72533),l=e(74702),c="[object Null]",f="[object Undefined]",o=r?r.toStringTag:void 0;function h(u){return u==null?u===void 0?f:c:o&&o in Object(u)?i(u):l(u)}d.exports=h},61506:function(d,_,e){var r=e(86756),i=e(93913),l="[object Arguments]";function c(f){return i(f)&&r(f)==l}d.exports=c},6367:function(d,_,e){var r=e(9363),i=e(89379),l=e(20816),c=e(63256),f=/[\\^$.*+?()[\]{}|]/g,o=/^\[object .+?Constructor\]$/,h=Function.prototype,u=Object.prototype,a=h.toString,x=u.hasOwnProperty,p=RegExp("^"+a.call(x).replace(f,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function y(m){if(!l(m)||i(m))return!1;var b=r(m)?p:o;return b.test(c(m))}d.exports=y},10766:function(d,_,e){var r=e(86756),i=e(11156),l=e(93913),c="[object Arguments]",f="[object Array]",o="[object Boolean]",h="[object Date]",u="[object Error]",a="[object Function]",x="[object Map]",p="[object Number]",y="[object Object]",m="[object RegExp]",b="[object Set]",S="[object String]",k="[object WeakMap]",R="[object ArrayBuffer]",A="[object DataView]",O="[object Float32Array]",M="[object Float64Array]",B="[object Int8Array]",U="[object Int16Array]",X="[object Int32Array]",G="[object Uint8Array]",V="[object Uint8ClampedArray]",ae="[object Uint16Array]",ie="[object Uint32Array]",ue={};ue[O]=ue[M]=ue[B]=ue[U]=ue[X]=ue[G]=ue[V]=ue[ae]=ue[ie]=!0,ue[c]=ue[f]=ue[R]=ue[o]=ue[A]=ue[h]=ue[u]=ue[a]=ue[x]=ue[p]=ue[y]=ue[m]=ue[b]=ue[S]=ue[k]=!1;function Q(J){return l(J)&&i(J.length)&&!!ue[r(J)]}d.exports=Q},33988:function(d,_,e){var r=e(20816),i=e(7975),l=e(97817),c=Object.prototype,f=c.hasOwnProperty;function o(h){if(!r(h))return l(h);var u=i(h),a=[];for(var x in h)x=="constructor"&&(u||!f.call(h,x))||a.push(x);return a}d.exports=o},50097:function(d,_,e){var r=e(91866),i=e(89135),l=e(14018),c=e(23585),f=e(20816),o=e(56730),h=e(47052);function u(a,x,p,y,m){a!==x&&l(x,function(b,S){if(m||(m=new r),f(b))c(a,x,S,p,u,y,m);else{var k=y?y(h(a,S),b,S+"",a,x,m):void 0;k===void 0&&(k=b),i(a,S,k)}},o)}d.exports=u},23585:function(d,_,e){var r=e(89135),i=e(32315),l=e(78358),c=e(47760),f=e(4084),o=e(13053),h=e(80744),u=e(41590),a=e(57835),x=e(9363),p=e(20816),y=e(19308),m=e(18397),b=e(47052),S=e(20480);function k(R,A,O,M,B,U,X){var G=b(R,O),V=b(A,O),ae=X.get(V);if(ae){r(R,O,ae);return}var ie=U?U(G,V,O+"",R,A,X):void 0,ue=ie===void 0;if(ue){var Q=h(V),J=!Q&&a(V),K=!Q&&!J&&m(V);ie=V,Q||J||K?h(G)?ie=G:u(G)?ie=c(G):J?(ue=!1,ie=i(V,!0)):K?(ue=!1,ie=l(V,!0)):ie=[]:y(V)||o(V)?(ie=G,o(G)?ie=S(G):(!p(G)||x(G))&&(ie=f(V))):ue=!1}ue&&(X.set(V,ie),B(ie,V,M,U,X),X.delete(V)),r(R,O,ie)}d.exports=k},92918:function(d,_,e){var r=e(46962),i=e(19652),l=e(71152);function c(f,o){return l(i(f,o,r),f+"")}d.exports=c},63989:function(d,_,e){var r=e(13503),i=e(35234),l=e(46962),c=i?function(f,o){return i(f,"toString",{configurable:!0,enumerable:!1,value:r(o),writable:!0})}:l;d.exports=c},67943:function(d){function _(e,r){for(var i=-1,l=Array(e);++i<e;)l[i]=r(i);return l}d.exports=_},38342:function(d){function _(e){return function(r){return e(r)}}d.exports=_},20188:function(d,_,e){var r=e(77945);function i(l){var c=new l.constructor(l.byteLength);return new r(c).set(new r(l)),c}d.exports=i},32315:function(d,_,e){d=e.nmd(d);var r=e(33152),i=_&&!_.nodeType&&_,l=i&&!0&&d&&!d.nodeType&&d,c=l&&l.exports===i,f=c?r.Buffer:void 0,o=f?f.allocUnsafe:void 0;function h(u,a){if(a)return u.slice();var x=u.length,p=o?o(x):new u.constructor(x);return u.copy(p),p}d.exports=h},78358:function(d,_,e){var r=e(20188);function i(l,c){var f=c?r(l.buffer):l.buffer;return new l.constructor(f,l.byteOffset,l.length)}d.exports=i},47760:function(d){function _(e,r){var i=-1,l=e.length;for(r||(r=Array(l));++i<l;)r[i]=e[i];return r}d.exports=_},95378:function(d,_,e){var r=e(60348),i=e(42813);function l(c,f,o,h){var u=!o;o||(o={});for(var a=-1,x=f.length;++a<x;){var p=f[a],y=h?h(o[p],c[p],p,o,c):void 0;y===void 0&&(y=c[p]),u?i(o,p,y):r(o,p,y)}return o}d.exports=l},64218:function(d,_,e){var r=e(33152),i=r["__core-js_shared__"];d.exports=i},63323:function(d,_,e){var r=e(92918),i=e(8138);function l(c){return r(function(f,o){var h=-1,u=o.length,a=u>1?o[u-1]:void 0,x=u>2?o[2]:void 0;for(a=c.length>3&&typeof a=="function"?(u--,a):void 0,x&&i(o[0],o[1],x)&&(a=u<3?void 0:a,u=1),f=Object(f);++h<u;){var p=o[h];p&&c(f,p,h,a)}return f})}d.exports=l},78010:function(d){function _(e){return function(r,i,l){for(var c=-1,f=Object(r),o=l(r),h=o.length;h--;){var u=o[e?h:++c];if(i(f[u],u,f)===!1)break}return r}}d.exports=_},35234:function(d,_,e){var r=e(73893),i=function(){try{var l=r(Object,"defineProperty");return l({},"",{}),l}catch(c){}}();d.exports=i},37675:function(d,_,e){var r=typeof e.g=="object"&&e.g&&e.g.Object===Object&&e.g;d.exports=r},89819:function(d,_,e){var r=e(94358);function i(l,c){var f=l.__data__;return r(c)?f[typeof c=="string"?"string":"hash"]:f.map}d.exports=i},73893:function(d,_,e){var r=e(6367),i=e(49966);function l(c,f){var o=i(c,f);return r(o)?o:void 0}d.exports=l},49217:function(d,_,e){var r=e(31030),i=r(Object.getPrototypeOf,Object);d.exports=i},72533:function(d,_,e){var r=e(91869),i=Object.prototype,l=i.hasOwnProperty,c=i.toString,f=r?r.toStringTag:void 0;function o(h){var u=l.call(h,f),a=h[f];try{h[f]=void 0;var x=!0}catch(y){}var p=c.call(h);return x&&(u?h[f]=a:delete h[f]),p}d.exports=o},49966:function(d){function _(e,r){return e==null?void 0:e[r]}d.exports=_},64696:function(d,_,e){var r=e(65294);function i(){this.__data__=r?r(null):{},this.size=0}d.exports=i},16824:function(d){function _(e){var r=this.has(e)&&delete this.__data__[e];return this.size-=r?1:0,r}d.exports=_},23476:function(d,_,e){var r=e(65294),i="__lodash_hash_undefined__",l=Object.prototype,c=l.hasOwnProperty;function f(o){var h=this.__data__;if(r){var u=h[o];return u===i?void 0:u}return c.call(h,o)?h[o]:void 0}d.exports=f},63122:function(d,_,e){var r=e(65294),i=Object.prototype,l=i.hasOwnProperty;function c(f){var o=this.__data__;return r?o[f]!==void 0:l.call(o,f)}d.exports=c},37279:function(d,_,e){var r=e(65294),i="__lodash_hash_undefined__";function l(c,f){var o=this.__data__;return this.size+=this.has(c)?0:1,o[c]=r&&f===void 0?i:f,this}d.exports=l},4084:function(d,_,e){var r=e(35024),i=e(49217),l=e(7975);function c(f){return typeof f.constructor=="function"&&!l(f)?r(i(f)):{}}d.exports=c},70213:function(d){var _=9007199254740991,e=/^(?:0|[1-9]\d*)$/;function r(i,l){var c=typeof i;return l=l==null?_:l,!!l&&(c=="number"||c!="symbol"&&e.test(i))&&i>-1&&i%1==0&&i<l}d.exports=r},8138:function(d,_,e){var r=e(43607),i=e(24665),l=e(70213),c=e(20816);function f(o,h,u){if(!c(u))return!1;var a=typeof h;return(a=="number"?i(u)&&l(h,u.length):a=="string"&&h in u)?r(u[h],o):!1}d.exports=f},94358:function(d){function _(e){var r=typeof e;return r=="string"||r=="number"||r=="symbol"||r=="boolean"?e!=="__proto__":e===null}d.exports=_},89379:function(d,_,e){var r=e(64218),i=function(){var c=/[^.]+$/.exec(r&&r.keys&&r.keys.IE_PROTO||"");return c?"Symbol(src)_1."+c:""}();function l(c){return!!i&&i in c}d.exports=l},7975:function(d){var _=Object.prototype;function e(r){var i=r&&r.constructor,l=typeof i=="function"&&i.prototype||_;return r===l}d.exports=e},34251:function(d){function _(){this.__data__=[],this.size=0}d.exports=_},24968:function(d,_,e){var r=e(67971),i=Array.prototype,l=i.splice;function c(f){var o=this.__data__,h=r(o,f);if(h<0)return!1;var u=o.length-1;return h==u?o.pop():l.call(o,h,1),--this.size,!0}d.exports=c},28290:function(d,_,e){var r=e(67971);function i(l){var c=this.__data__,f=r(c,l);return f<0?void 0:c[f][1]}d.exports=i},88068:function(d,_,e){var r=e(67971);function i(l){return r(this.__data__,l)>-1}d.exports=i},54238:function(d,_,e){var r=e(67971);function i(l,c){var f=this.__data__,o=r(f,l);return o<0?(++this.size,f.push([l,c])):f[o][1]=c,this}d.exports=i},35365:function(d,_,e){var r=e(76414),i=e(99746),l=e(40164);function c(){this.size=0,this.__data__={hash:new r,map:new(l||i),string:new r}}d.exports=c},63765:function(d,_,e){var r=e(89819);function i(l){var c=r(this,l).delete(l);return this.size-=c?1:0,c}d.exports=i},12608:function(d,_,e){var r=e(89819);function i(l){return r(this,l).get(l)}d.exports=i},10203:function(d,_,e){var r=e(89819);function i(l){return r(this,l).has(l)}d.exports=i},11298:function(d,_,e){var r=e(89819);function i(l,c){var f=r(this,l),o=f.size;return f.set(l,c),this.size+=f.size==o?0:1,this}d.exports=i},65294:function(d,_,e){var r=e(73893),i=r(Object,"create");d.exports=i},97817:function(d){function _(e){var r=[];if(e!=null)for(var i in Object(e))r.push(i);return r}d.exports=_},52495:function(d,_,e){d=e.nmd(d);var r=e(37675),i=_&&!_.nodeType&&_,l=i&&!0&&d&&!d.nodeType&&d,c=l&&l.exports===i,f=c&&r.process,o=function(){try{var h=l&&l.require&&l.require("util").types;return h||f&&f.binding&&f.binding("util")}catch(u){}}();d.exports=o},74702:function(d){var _=Object.prototype,e=_.toString;function r(i){return e.call(i)}d.exports=r},31030:function(d){function _(e,r){return function(i){return e(r(i))}}d.exports=_},19652:function(d,_,e){var r=e(79628),i=Math.max;function l(c,f,o){return f=i(f===void 0?c.length-1:f,0),function(){for(var h=arguments,u=-1,a=i(h.length-f,0),x=Array(a);++u<a;)x[u]=h[f+u];u=-1;for(var p=Array(f+1);++u<f;)p[u]=h[u];return p[f]=o(x),r(c,this,p)}}d.exports=l},33152:function(d,_,e){var r=e(37675),i=typeof self=="object"&&self&&self.Object===Object&&self,l=r||i||Function("return this")();d.exports=l},47052:function(d){function _(e,r){if(!(r==="constructor"&&typeof e[r]=="function")&&r!="__proto__")return e[r]}d.exports=_},71152:function(d,_,e){var r=e(63989),i=e(12345),l=i(r);d.exports=l},12345:function(d){var _=800,e=16,r=Date.now;function i(l){var c=0,f=0;return function(){var o=r(),h=e-(o-f);if(f=o,h>0){if(++c>=_)return arguments[0]}else c=0;return l.apply(void 0,arguments)}}d.exports=i},31119:function(d,_,e){var r=e(99746);function i(){this.__data__=new r,this.size=0}d.exports=i},64399:function(d){function _(e){var r=this.__data__,i=r.delete(e);return this.size=r.size,i}d.exports=_},81897:function(d){function _(e){return this.__data__.get(e)}d.exports=_},90558:function(d){function _(e){return this.__data__.has(e)}d.exports=_},64841:function(d,_,e){var r=e(99746),i=e(40164),l=e(52166),c=200;function f(o,h){var u=this.__data__;if(u instanceof r){var a=u.__data__;if(!i||a.length<c-1)return a.push([o,h]),this.size=++u.size,this;u=this.__data__=new l(a)}return u.set(o,h),this.size=u.size,this}d.exports=f},63256:function(d){var _=Function.prototype,e=_.toString;function r(i){if(i!=null){try{return e.call(i)}catch(l){}try{return i+""}catch(l){}}return""}d.exports=r},13503:function(d){function _(e){return function(){return e}}d.exports=_},43607:function(d){function _(e,r){return e===r||e!==e&&r!==r}d.exports=_},46962:function(d){function _(e){return e}d.exports=_},13053:function(d,_,e){var r=e(61506),i=e(93913),l=Object.prototype,c=l.hasOwnProperty,f=l.propertyIsEnumerable,o=r(function(){return arguments}())?r:function(h){return i(h)&&c.call(h,"callee")&&!f.call(h,"callee")};d.exports=o},80744:function(d){var _=Array.isArray;d.exports=_},24665:function(d,_,e){var r=e(9363),i=e(11156);function l(c){return c!=null&&i(c.length)&&!r(c)}d.exports=l},41590:function(d,_,e){var r=e(24665),i=e(93913);function l(c){return i(c)&&r(c)}d.exports=l},57835:function(d,_,e){d=e.nmd(d);var r=e(33152),i=e(55950),l=_&&!_.nodeType&&_,c=l&&!0&&d&&!d.nodeType&&d,f=c&&c.exports===l,o=f?r.Buffer:void 0,h=o?o.isBuffer:void 0,u=h||i;d.exports=u},9363:function(d,_,e){var r=e(86756),i=e(20816),l="[object AsyncFunction]",c="[object Function]",f="[object GeneratorFunction]",o="[object Proxy]";function h(u){if(!i(u))return!1;var a=r(u);return a==c||a==f||a==l||a==o}d.exports=h},11156:function(d){var _=9007199254740991;function e(r){return typeof r=="number"&&r>-1&&r%1==0&&r<=_}d.exports=e},20816:function(d){function _(e){var r=typeof e;return e!=null&&(r=="object"||r=="function")}d.exports=_},93913:function(d){function _(e){return e!=null&&typeof e=="object"}d.exports=_},19308:function(d,_,e){var r=e(86756),i=e(49217),l=e(93913),c="[object Object]",f=Function.prototype,o=Object.prototype,h=f.toString,u=o.hasOwnProperty,a=h.call(Object);function x(p){if(!l(p)||r(p)!=c)return!1;var y=i(p);if(y===null)return!0;var m=u.call(y,"constructor")&&y.constructor;return typeof m=="function"&&m instanceof m&&h.call(m)==a}d.exports=x},18397:function(d,_,e){var r=e(10766),i=e(38342),l=e(52495),c=l&&l.isTypedArray,f=c?i(c):r;d.exports=f},56730:function(d,_,e){var r=e(63333),i=e(33988),l=e(24665);function c(f){return l(f)?r(f,!0):i(f)}d.exports=c},89392:function(d,_,e){d=e.nmd(d);var r;(function(){var i,l="4.17.21",c=200,f="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",o="Expected a function",h="Invalid `variable` option passed into `_.template`",u="__lodash_hash_undefined__",a=500,x="__lodash_placeholder__",p=1,y=2,m=4,b=1,S=2,k=1,R=2,A=4,O=8,M=16,B=32,U=64,X=128,G=256,V=512,ae=30,ie="...",ue=800,Q=16,J=1,K=2,oe=3,ee=1/0,q=9007199254740991,le=17976931348623157e292,Z=NaN,j=4294967295,se=j-1,me=j>>>1,Oe=[["ary",X],["bind",k],["bindKey",R],["curry",O],["curryRight",M],["flip",V],["partial",B],["partialRight",U],["rearg",G]],ke="[object Arguments]",$e="[object Array]",Ne="[object AsyncFunction]",Ft="[object Boolean]",wt="[object Date]",Pt="[object DOMException]",Jt="[object Error]",er="[object Function]",tr="[object GeneratorFunction]",Xe="[object Map]",It="[object Number]",Zt="[object Null]",ot="[object Object]",bt="[object Promise]",mt="[object Proxy]",et="[object RegExp]",He="[object Set]",_e="[object String]",Se="[object Symbol]",Me="[object Undefined]",Ue="[object WeakMap]",We="[object WeakSet]",it="[object ArrayBuffer]",ct="[object DataView]",Gt="[object Float32Array]",$t="[object Float64Array]",Pe="[object Int8Array]",Qe="[object Int16Array]",Kt="[object Int32Array]",Lt="[object Uint8Array]",Ht="[object Uint8ClampedArray]",Nt="[object Uint16Array]",Ct="[object Uint32Array]",Yt=/\b__p \+= '';/g,Ge=/\b(__p \+=) '' \+/g,fe=/(__e\(.*?\)|\b__t\)) \+\n'';/g,pe=/&(?:amp|lt|gt|quot|#39);/g,Dt=/[&<>"']/g,Te=RegExp(pe.source),ht=RegExp(Dt.source),Wt=/<%-([\s\S]+?)%>/g,St=/<%([\s\S]+?)%>/g,Re=/<%=([\s\S]+?)%>/g,_t=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ze=/^\w*$/,we=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,gt=/[\\^$.*+?()[\]{}|]/g,kt=RegExp(gt.source),Fe=/^\s+/,Ir=/\s/,At=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Vr=/\{\n\/\* \[wrapped with (.+)\] \*/,Qr=/,? & /,Er=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Lr=/[()=,{}\[\]\/\s]/,_r=/\\(\\)?/g,Ur=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,sn=/\w*$/,fn=/^[-+]0x[0-9a-f]+$/i,cr=/^0b[01]+$/i,Dr=/^\[object .+?Constructor\]$/,ft=/^0o[0-7]+$/i,Et=/^(?:0|[1-9]\d*)$/,zt=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,nr=/($^)/,yr=/['\n\r\u2028\u2029\\]/g,nt="\\ud800-\\udfff",Nr="\\u0300-\\u036f",en="\\ufe20-\\ufe2f",In="\\u20d0-\\u20ff",mr=Nr+en+In,on="\\u2700-\\u27bf",yn="a-z\\xdf-\\xf6\\xf8-\\xff",wn="\\xac\\xb1\\xd7\\xf7",Dn="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",_i="\\u2000-\\u206f",ui=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Oi="A-Z\\xc0-\\xd6\\xd8-\\xde",bi="\\ufe0e\\ufe0f",pi=wn+Dn+_i+ui,ni="['\u2019]",na="["+nt+"]",Jn="["+pi+"]",Ji="["+mr+"]",yt="\\d+",zn="["+on+"]",mi="["+yn+"]",Xi="[^"+nt+pi+yt+on+yn+Oi+"]",ei="\\ud83c[\\udffb-\\udfff]",qi="(?:"+Ji+"|"+ei+")",xi="[^"+nt+"]",lt="(?:\\ud83c[\\udde6-\\uddff]){2}",_n="[\\ud800-\\udbff][\\udc00-\\udfff]",Qt="["+Oi+"]",vt="\\u200d",tt="(?:"+mi+"|"+Xi+")",Ot="(?:"+Qt+"|"+Xi+")",pt="(?:"+ni+"(?:d|ll|m|re|s|t|ve))?",ur="(?:"+ni+"(?:D|LL|M|RE|S|T|VE))?",fr=qi+"?",Cr="["+bi+"]?",$r="(?:"+vt+"(?:"+[xi,lt,_n].join("|")+")"+Cr+fr+")*",Ze="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Je="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",xe=Cr+fr+$r,st="(?:"+[zn,lt,_n].join("|")+")"+xe,rr="(?:"+[xi+Ji+"?",Ji,lt,_n,na].join("|")+")",Mr=RegExp(ni,"g"),Or=RegExp(Ji,"g"),Pr=RegExp(ei+"(?="+ei+")|"+rr+xe,"g"),zr=RegExp([Qt+"?"+mi+"+"+pt+"(?="+[Jn,Qt,"$"].join("|")+")",Ot+"+"+ur+"(?="+[Jn,Qt+tt,"$"].join("|")+")",Qt+"?"+tt+"+"+pt,Qt+"+"+ur,Je,Ze,yt,st].join("|"),"g"),mn=RegExp("["+vt+nt+mr+bi+"]"),Tr=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,dn=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],rn=-1,un={};un[Gt]=un[$t]=un[Pe]=un[Qe]=un[Kt]=un[Lt]=un[Ht]=un[Nt]=un[Ct]=!0,un[ke]=un[$e]=un[it]=un[Ft]=un[ct]=un[wt]=un[Jt]=un[er]=un[Xe]=un[It]=un[ot]=un[et]=un[He]=un[_e]=un[Ue]=!1;var Tn={};Tn[ke]=Tn[$e]=Tn[it]=Tn[ct]=Tn[Ft]=Tn[wt]=Tn[Gt]=Tn[$t]=Tn[Pe]=Tn[Qe]=Tn[Kt]=Tn[Xe]=Tn[It]=Tn[ot]=Tn[et]=Tn[He]=Tn[_e]=Tn[Se]=Tn[Lt]=Tn[Ht]=Tn[Nt]=Tn[Ct]=!0,Tn[Jt]=Tn[er]=Tn[Ue]=!1;var va={\u00C0:"A",\u00C1:"A",\u00C2:"A",\u00C3:"A",\u00C4:"A",\u00C5:"A",\u00E0:"a",\u00E1:"a",\u00E2:"a",\u00E3:"a",\u00E4:"a",\u00E5:"a",\u00C7:"C",\u00E7:"c",\u00D0:"D",\u00F0:"d",\u00C8:"E",\u00C9:"E",\u00CA:"E",\u00CB:"E",\u00E8:"e",\u00E9:"e",\u00EA:"e",\u00EB:"e",\u00CC:"I",\u00CD:"I",\u00CE:"I",\u00CF:"I",\u00EC:"i",\u00ED:"i",\u00EE:"i",\u00EF:"i",\u00D1:"N",\u00F1:"n",\u00D2:"O",\u00D3:"O",\u00D4:"O",\u00D5:"O",\u00D6:"O",\u00D8:"O",\u00F2:"o",\u00F3:"o",\u00F4:"o",\u00F5:"o",\u00F6:"o",\u00F8:"o",\u00D9:"U",\u00DA:"U",\u00DB:"U",\u00DC:"U",\u00F9:"u",\u00FA:"u",\u00FB:"u",\u00FC:"u",\u00DD:"Y",\u00FD:"y",\u00FF:"y",\u00C6:"Ae",\u00E6:"ae",\u00DE:"Th",\u00FE:"th",\u00DF:"ss",\u0100:"A",\u0102:"A",\u0104:"A",\u0101:"a",\u0103:"a",\u0105:"a",\u0106:"C",\u0108:"C",\u010A:"C",\u010C:"C",\u0107:"c",\u0109:"c",\u010B:"c",\u010D:"c",\u010E:"D",\u0110:"D",\u010F:"d",\u0111:"d",\u0112:"E",\u0114:"E",\u0116:"E",\u0118:"E",\u011A:"E",\u0113:"e",\u0115:"e",\u0117:"e",\u0119:"e",\u011B:"e",\u011C:"G",\u011E:"G",\u0120:"G",\u0122:"G",\u011D:"g",\u011F:"g",\u0121:"g",\u0123:"g",\u0124:"H",\u0126:"H",\u0125:"h",\u0127:"h",\u0128:"I",\u012A:"I",\u012C:"I",\u012E:"I",\u0130:"I",\u0129:"i",\u012B:"i",\u012D:"i",\u012F:"i",\u0131:"i",\u0134:"J",\u0135:"j",\u0136:"K",\u0137:"k",\u0138:"k",\u0139:"L",\u013B:"L",\u013D:"L",\u013F:"L",\u0141:"L",\u013A:"l",\u013C:"l",\u013E:"l",\u0140:"l",\u0142:"l",\u0143:"N",\u0145:"N",\u0147:"N",\u014A:"N",\u0144:"n",\u0146:"n",\u0148:"n",\u014B:"n",\u014C:"O",\u014E:"O",\u0150:"O",\u014D:"o",\u014F:"o",\u0151:"o",\u0154:"R",\u0156:"R",\u0158:"R",\u0155:"r",\u0157:"r",\u0159:"r",\u015A:"S",\u015C:"S",\u015E:"S",\u0160:"S",\u015B:"s",\u015D:"s",\u015F:"s",\u0161:"s",\u0162:"T",\u0164:"T",\u0166:"T",\u0163:"t",\u0165:"t",\u0167:"t",\u0168:"U",\u016A:"U",\u016C:"U",\u016E:"U",\u0170:"U",\u0172:"U",\u0169:"u",\u016B:"u",\u016D:"u",\u016F:"u",\u0171:"u",\u0173:"u",\u0174:"W",\u0175:"w",\u0176:"Y",\u0177:"y",\u0178:"Y",\u0179:"Z",\u017B:"Z",\u017D:"Z",\u017A:"z",\u017C:"z",\u017E:"z",\u0132:"IJ",\u0133:"ij",\u0152:"Oe",\u0153:"oe",\u0149:"'n",\u017F:"s"},Si={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},vi={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},gn={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},ai=parseFloat,Fi=parseInt,da=typeof e.g=="object"&&e.g&&e.g.Object===Object&&e.g,$a=typeof self=="object"&&self&&self.Object===Object&&self,Ta=da||$a||Function("return this")(),fs=_&&!_.nodeType&&_,ws=fs&&!0&&d&&!d.nodeType&&d,Wa=ws&&ws.exports===fs,gi=Wa&&da.process,ia=function(){try{var lr=ws&&ws.require&&ws.require("util").types;return lr||gi&&gi.binding&&gi.binding("util")}catch(Br){}}(),os=ia&&ia.isArrayBuffer,Ga=ia&&ia.isDate,Is=ia&&ia.isMap,Vi=ia&&ia.isRegExp,vs=ia&&ia.isSet,bo=ia&&ia.isTypedArray;function Bi(lr,Br,xr){switch(xr.length){case 0:return lr.call(Br);case 1:return lr.call(Br,xr[0]);case 2:return lr.call(Br,xr[0],xr[1]);case 3:return lr.call(Br,xr[0],xr[1],xr[2])}return lr.apply(Br,xr)}function _s(lr,Br,xr,pn){for(var Gn=-1,dt=lr==null?0:lr.length;++Gn<dt;){var On=lr[Gn];Br(pn,On,xr(On),lr)}return pn}function Na(lr,Br){for(var xr=-1,pn=lr==null?0:lr.length;++xr<pn&&Br(lr[xr],xr,lr)!==!1;);return lr}function Ys(lr,Br){for(var xr=lr==null?0:lr.length;xr--&&Br(lr[xr],xr,lr)!==!1;);return lr}function Rn(lr,Br){for(var xr=-1,pn=lr==null?0:lr.length;++xr<pn;)if(!Br(lr[xr],xr,lr))return!1;return!0}function ja(lr,Br){for(var xr=-1,pn=lr==null?0:lr.length,Gn=0,dt=[];++xr<pn;){var On=lr[xr];Br(On,xr,lr)&&(dt[Gn++]=On)}return dt}function cs(lr,Br){var xr=lr==null?0:lr.length;return!!xr&&no(lr,Br,0)>-1}function Ua(lr,Br,xr){for(var pn=-1,Gn=lr==null?0:lr.length;++pn<Gn;)if(xr(Br,lr[pn]))return!0;return!1}function zi(lr,Br){for(var xr=-1,pn=lr==null?0:lr.length,Gn=Array(pn);++xr<pn;)Gn[xr]=Br(lr[xr],xr,lr);return Gn}function Ra(lr,Br){for(var xr=-1,pn=Br.length,Gn=lr.length;++xr<pn;)lr[Gn+xr]=Br[xr];return lr}function Oa(lr,Br,xr,pn){var Gn=-1,dt=lr==null?0:lr.length;for(pn&&dt&&(xr=lr[++Gn]);++Gn<dt;)xr=Br(xr,lr[Gn],Gn,lr);return xr}function Es(lr,Br,xr,pn){var Gn=lr==null?0:lr.length;for(pn&&Gn&&(xr=lr[--Gn]);Gn--;)xr=Br(xr,lr[Gn],Gn,lr);return xr}function Xs(lr,Br){for(var xr=-1,pn=lr==null?0:lr.length;++xr<pn;)if(Br(lr[xr],xr,lr))return!0;return!1}var xo=fi("length");function ho(lr){return lr.split("")}function Ea(lr){return lr.match(Er)||[]}function gs(lr,Br,xr){var pn;return xr(lr,function(Gn,dt,On){if(Br(Gn,dt,On))return pn=dt,!1}),pn}function Zs(lr,Br,xr,pn){for(var Gn=lr.length,dt=xr+(pn?1:-1);pn?dt--:++dt<Gn;)if(Br(lr[dt],dt,lr))return dt;return-1}function no(lr,Br,xr){return Br===Br?Au(lr,Br,xr):Zs(lr,Eo,xr)}function wo(lr,Br,xr,pn){for(var Gn=xr-1,dt=lr.length;++Gn<dt;)if(pn(lr[Gn],Br))return Gn;return-1}function Eo(lr){return lr!==lr}function po(lr,Br){var xr=lr==null?0:lr.length;return xr?Qa(lr,Br)/xr:Z}function fi(lr){return function(Br){return Br==null?i:Br[lr]}}function li(lr){return function(Br){return lr==null?i:lr[Br]}}function za(lr,Br,xr,pn,Gn){return Gn(lr,function(dt,On,Yn){xr=pn?(pn=!1,dt):Br(xr,dt,On,Yn)}),xr}function qa(lr,Br){var xr=lr.length;for(lr.sort(Br);xr--;)lr[xr]=lr[xr].value;return lr}function Qa(lr,Br){for(var xr,pn=-1,Gn=lr.length;++pn<Gn;){var dt=Br(lr[pn]);dt!==i&&(xr=xr===i?dt:xr+dt)}return xr}function qs(lr,Br){for(var xr=-1,pn=Array(lr);++xr<lr;)pn[xr]=Br(xr);return pn}function Qs(lr,Br){return zi(Br,function(xr){return[xr,lr[xr]]})}function qo(lr){return lr&&lr.slice(0,gr(lr)+1).replace(Fe,"")}function ds(lr){return function(Br){return lr(Br)}}function Do(lr,Br){return zi(Br,function(xr){return lr[xr]})}function ko(lr,Br){return lr.has(Br)}function $o(lr,Br){for(var xr=-1,pn=lr.length;++xr<pn&&no(Br,lr[xr],0)>-1;);return xr}function Su(lr,Br){for(var xr=lr.length;xr--&&no(Br,lr[xr],0)>-1;);return xr}function So(lr,Br){for(var xr=lr.length,pn=0;xr--;)lr[xr]===Br&&++pn;return pn}var mo=li(va),Js=li(Si);function ju(lr){return"\\"+gn[lr]}function Ro(lr,Br){return lr==null?i:lr[Br]}function Lo(lr){return mn.test(lr)}function $s(lr){return Tr.test(lr)}function du(lr){for(var Br,xr=[];!(Br=lr.next()).done;)xr.push(Br.value);return xr}function Uo(lr){var Br=-1,xr=Array(lr.size);return lr.forEach(function(pn,Gn){xr[++Br]=[Gn,pn]}),xr}function Ao(lr,Br){return function(xr){return lr(Br(xr))}}function Bs(lr,Br){for(var xr=-1,pn=lr.length,Gn=0,dt=[];++xr<pn;){var On=lr[xr];(On===Br||On===x)&&(lr[xr]=x,dt[Gn++]=xr)}return dt}function Rs(lr){var Br=-1,xr=Array(lr.size);return lr.forEach(function(pn){xr[++Br]=pn}),xr}function hu(lr){var Br=-1,xr=Array(lr.size);return lr.forEach(function(pn){xr[++Br]=[pn,pn]}),xr}function Au(lr,Br,xr){for(var pn=xr-1,Gn=lr.length;++pn<Gn;)if(lr[pn]===Br)return pn;return-1}function qt(lr,Br,xr){for(var pn=xr+1;pn--;)if(lr[pn]===Br)return pn;return pn}function hr(lr){return Lo(lr)?bn(lr):xo(lr)}function or(lr){return Lo(lr)?Sn(lr):ho(lr)}function gr(lr){for(var Br=lr.length;Br--&&Ir.test(lr.charAt(Br)););return Br}var Sr=li(vi);function bn(lr){for(var Br=Pr.lastIndex=0;Pr.test(lr);)++Br;return Br}function Sn(lr){return lr.match(Pr)||[]}function Un(lr){return lr.match(zr)||[]}var Bn=function lr(Br){Br=Br==null?Ta:Kn.defaults(Ta.Object(),Br,Kn.pick(Ta,dn));var xr=Br.Array,pn=Br.Date,Gn=Br.Error,dt=Br.Function,On=Br.Math,Yn=Br.Object,si=Br.RegExp,Ki=Br.String,jr=Br.TypeError,Gr=xr.prototype,ga=dt.prototype,Pi=Yn.prototype,aa=Br["__core-js_shared__"],Os=ga.toString,oi=Pi.hasOwnProperty,Ws=0,zo=function(){var E=/[^.]+$/.exec(aa&&aa.keys&&aa.keys.IE_PROTO||"");return E?"Symbol(src)_1."+E:""}(),Ls=Pi.toString,ya=Os.call(Yn),Va=Ta._,ys=si("^"+Os.call(oi).replace(gt,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Nn=Wa?Br.Buffer:i,Ns=Br.Symbol,js=Br.Uint8Array,Ye=Nn?Nn.allocUnsafe:i,qe=Ao(Yn.getPrototypeOf,Yn),Mt=Yn.create,Vt=Pi.propertyIsEnumerable,pr=Gr.splice,Fr=Ns?Ns.isConcatSpreadable:i,Zr=Ns?Ns.iterator:i,vn=Ns?Ns.toStringTag:i,tn=function(){try{var E=Da(Yn,"defineProperty");return E({},"",{}),E}catch(F){}}(),xn=Br.clearTimeout!==Ta.clearTimeout&&Br.clearTimeout,Xn=pn&&pn.now!==Ta.Date.now&&pn.now,ti=Br.setTimeout!==Ta.setTimeout&&Br.setTimeout,wi=On.ceil,Ai=On.floor,Hi=Yn.getOwnPropertySymbols,Ni=Nn?Nn.isBuffer:i,Ei=Br.isFinite,ba=Gr.join,Ii=Ao(Yn.keys,Yn),di=On.max,la=On.min,eo=pn.now,Ss=Br.parseInt,Yi=On.random,La=Gr.reverse,ta=Da(Br,"DataView"),Ri=Da(Br,"Map"),xa=Da(Br,"Promise"),Ka=Da(Br,"Set"),Fa=Da(Br,"WeakMap"),io=Da(Yn,"create"),Ja=Fa&&new Fa,ao={},es=oa(ta),Us=oa(Ri),ts=oa(xa),Zi=oa(Ka),Ba=oa(Fa),Ds=Ns?Ns.prototype:i,ha=Ds?Ds.valueOf:i,ye=Ds?Ds.toString:i;function Ee(E){if(tu(E)&&!Xa(E)&&!(E instanceof Xr)){if(E instanceof br)return E;if(oi.call(E,"__wrapped__"))return ms(E)}return new br(E)}var Ar=function(){function E(){}return function(F){if(!Xo(F))return{};if(Mt)return Mt(F);E.prototype=F;var de=new E;return E.prototype=i,de}}();function qr(){}function br(E,F){this.__wrapped__=E,this.__actions__=[],this.__chain__=!!F,this.__index__=0,this.__values__=i}Ee.templateSettings={escape:Wt,evaluate:St,interpolate:Re,variable:"",imports:{_:Ee}},Ee.prototype=qr.prototype,Ee.prototype.constructor=Ee,br.prototype=Ar(qr.prototype),br.prototype.constructor=br;function Xr(E){this.__wrapped__=E,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=j,this.__views__=[]}function Cn(){var E=new Xr(this.__wrapped__);return E.__actions__=No(this.__actions__),E.__dir__=this.__dir__,E.__filtered__=this.__filtered__,E.__iteratees__=No(this.__iteratees__),E.__takeCount__=this.__takeCount__,E.__views__=No(this.__views__),E}function Qn(){if(this.__filtered__){var E=new Xr(this);E.__dir__=-1,E.__filtered__=!0}else E=this.clone(),E.__dir__*=-1;return E}function Li(){var E=this.__wrapped__.value(),F=this.__dir__,de=Xa(E),Be=F<0,xt=de?E.length:0,Xt=Dc(0,xt,this.__views__),vr=Xt.start,Rr=Xt.end,Yr=Rr-vr,kn=Be?Rr:vr-1,Fn=this.__iteratees__,Wn=Fn.length,Ti=0,ra=la(Yr,this.__takeCount__);if(!de||!Be&&xt==Yr&&ra==Yr)return Gc(E,this.__actions__);var Pa=[];e:for(;Yr--&&Ti<ra;){kn+=F;for(var ls=-1,Ia=E[kn];++ls<Wn;){var xs=Fn[ls],Ps=xs.iteratee,oc=xs.type,Cl=Ps(Ia);if(oc==K)Ia=Cl;else if(!Cl){if(oc==J)continue e;break e}}Pa[Ti++]=Ia}return Pa}Xr.prototype=Ar(qr.prototype),Xr.prototype.constructor=Xr;function Ln(E){var F=-1,de=E==null?0:E.length;for(this.clear();++F<de;){var Be=E[F];this.set(Be[0],Be[1])}}function Mn(){this.__data__=io?io(null):{},this.size=0}function jn(E){var F=this.has(E)&&delete this.__data__[E];return this.size-=F?1:0,F}function ca(E){var F=this.__data__;if(io){var de=F[E];return de===u?i:de}return oi.call(F,E)?F[E]:i}function $i(E){var F=this.__data__;return io?F[E]!==i:oi.call(F,E)}function _o(E,F){var de=this.__data__;return this.size+=this.has(E)?0:1,de[E]=io&&F===i?u:F,this}Ln.prototype.clear=Mn,Ln.prototype.delete=jn,Ln.prototype.get=ca,Ln.prototype.has=$i,Ln.prototype.set=_o;function so(E){var F=-1,de=E==null?0:E.length;for(this.clear();++F<de;){var Be=E[F];this.set(Be[0],Be[1])}}function ru(){this.__data__=[],this.size=0}function hl(E){var F=this.__data__,de=us(F,E);if(de<0)return!1;var Be=F.length-1;return de==Be?F.pop():pr.call(F,de,1),--this.size,!0}function Yu(E){var F=this.__data__,de=us(F,E);return de<0?i:F[de][1]}function pu(E){return us(this.__data__,E)>-1}function Tl(E,F){var de=this.__data__,Be=us(de,E);return Be<0?(++this.size,de.push([E,F])):de[Be][1]=F,this}so.prototype.clear=ru,so.prototype.delete=hl,so.prototype.get=Yu,so.prototype.has=pu,so.prototype.set=Tl;function mu(E){var F=-1,de=E==null?0:E.length;for(this.clear();++F<de;){var Be=E[F];this.set(Be[0],Be[1])}}function Ke(){this.size=0,this.__data__={hash:new Ln,map:new(Ri||so),string:new Ln}}function $(E){var F=Di(this,E).delete(E);return this.size-=F?1:0,F}function Y(E){return Di(this,E).get(E)}function ne(E){return Di(this,E).has(E)}function he(E,F){var de=Di(this,E),Be=de.size;return de.set(E,F),this.size+=de.size==Be?0:1,this}mu.prototype.clear=Ke,mu.prototype.delete=$,mu.prototype.get=Y,mu.prototype.has=ne,mu.prototype.set=he;function Ce(E){var F=-1,de=E==null?0:E.length;for(this.__data__=new mu;++F<de;)this.add(E[F])}function Ve(E){return this.__data__.set(E,u),this}function Tt(E){return this.__data__.has(E)}Ce.prototype.add=Ce.prototype.push=Ve,Ce.prototype.has=Tt;function Bt(E){var F=this.__data__=new so(E);this.size=F.size}function ar(){this.__data__=new so,this.size=0}function wr(E){var F=this.__data__,de=F.delete(E);return this.size=F.size,de}function Ut(E){return this.__data__.get(E)}function nn(E){return this.__data__.has(E)}function En(E,F){var de=this.__data__;if(de instanceof so){var Be=de.__data__;if(!Ri||Be.length<c-1)return Be.push([E,F]),this.size=++de.size,this;de=this.__data__=new mu(Be)}return de.set(E,F),this.size=de.size,this}Bt.prototype.clear=ar,Bt.prototype.delete=wr,Bt.prototype.get=Ut,Bt.prototype.has=nn,Bt.prototype.set=En;function Hn(E,F){var de=Xa(E),Be=!de&&R0(E),xt=!de&&!Be&&P0(E),Xt=!de&&!Be&&!xt&&z0(E),vr=de||Be||xt||Xt,Rr=vr?qs(E.length,Ki):[],Yr=Rr.length;for(var kn in E)(F||oi.call(E,kn))&&!(vr&&(kn=="length"||xt&&(kn=="offset"||kn=="parent")||Xt&&(kn=="buffer"||kn=="byteLength"||kn=="byteOffset")||jo(kn,Yr)))&&Rr.push(kn);return Rr}function $n(E){var F=E.length;return F?E[_u(0,F-1)]:i}function Ci(E,F){return Mi(No(E),ks(F,0,E.length))}function pa(E){return Mi(No(E))}function sa(E,F,de){(de!==i&&!Nc(E[F],de)||de===i&&!(F in E))&&wa(E,F,de)}function fa(E,F,de){var Be=E[F];(!(oi.call(E,F)&&Nc(Be,de))||de===i&&!(F in E))&&wa(E,F,de)}function us(E,F){for(var de=E.length;de--;)if(Nc(E[de][0],F))return de;return-1}function Ha(E,F,de,Be){return go(E,function(xt,Xt,vr){F(Be,xt,de(xt),vr)}),Be}function hs(E,F){return E&&Vs(F,Nu(F),E)}function rs(E,F){return E&&Vs(F,Zl(F),E)}function wa(E,F,de){F=="__proto__"&&tn?tn(E,F,{configurable:!0,enumerable:!0,value:de,writable:!0}):E[F]=de}function Za(E,F){for(var de=-1,Be=F.length,xt=xr(Be),Xt=E==null;++de<Be;)xt[de]=Xt?i:sf(E,F[de]);return xt}function ks(E,F,de){return E===E&&(de!==i&&(E=E<=de?E:de),F!==i&&(E=E>=F?E:F)),E}function yi(E,F,de,Be,xt,Xt){var vr,Rr=F&p,Yr=F&y,kn=F&m;if(de&&(vr=xt?de(E,Be,xt,Xt):de(E)),vr!==i)return vr;if(!Xo(E))return E;var Fn=Xa(E);if(Fn){if(vr=_c(E),!Rr)return No(E,vr)}else{var Wn=bs(E),Ti=Wn==er||Wn==tr;if(P0(E))return f0(E,Rr);if(Wn==ot||Wn==ke||Ti&&!xt){if(vr=Yr||Ti?{}:Mu(E),!Rr)return Yr?ku(E,rs(vr,E)):Go(E,hs(vr,E))}else{if(!Tn[Wn])return xt?E:{};vr=ki(E,Wn,Rr)}}Xt||(Xt=new Bt);var ra=Xt.get(E);if(ra)return ra;Xt.set(E,vr),gf(E)?E.forEach(function(Ia){vr.add(yi(Ia,F,de,Ia,E,Xt))}):vf(E)&&E.forEach(function(Ia,xs){vr.set(xs,yi(Ia,F,de,xs,E,Xt))});var Pa=kn?Yr?ve:L:Yr?Zl:Nu,ls=Fn?i:Pa(E);return Na(ls||E,function(Ia,xs){ls&&(xs=Ia,Ia=E[xs]),fa(vr,xs,yi(Ia,F,de,xs,E,Xt))}),vr}function oo(E){var F=Nu(E);return function(de){return Co(de,E,F)}}function Co(E,F,de){var Be=de.length;if(E==null)return!Be;for(E=Yn(E);Be--;){var xt=de[Be],Xt=F[xt],vr=E[xt];if(vr===i&&!(xt in E)||!Xt(vr))return!1}return!0}function Mo(E,F,de){if(typeof E!="function")throw new jr(o);return ac(function(){E.apply(i,de)},F)}function Ms(E,F,de,Be){var xt=-1,Xt=cs,vr=!0,Rr=E.length,Yr=[],kn=F.length;if(!Rr)return Yr;de&&(F=zi(F,ds(de))),Be?(Xt=Ua,vr=!1):F.length>=c&&(Xt=ko,vr=!1,F=new Ce(F));e:for(;++xt<Rr;){var Fn=E[xt],Wn=de==null?Fn:de(Fn);if(Fn=Be||Fn!==0?Fn:0,vr&&Wn===Wn){for(var Ti=kn;Ti--;)if(F[Ti]===Wn)continue e;Yr.push(Fn)}else Xt(F,Wn,Be)||Yr.push(Fn)}return Yr}var go=yu(yo),ps=yu(pl,!0);function Xu(E,F){var de=!0;return go(E,function(Be,xt,Xt){return de=!!F(Be,xt,Xt),de}),de}function Uu(E,F,de){for(var Be=-1,xt=E.length;++Be<xt;){var Xt=E[Be],vr=F(Xt);if(vr!=null&&(Rr===i?vr===vr&&!sc(vr):de(vr,Rr)))var Rr=vr,Yr=Xt}return Yr}function qu(E,F,de,Be){var xt=E.length;for(de=ss(de),de<0&&(de=-de>xt?0:xt+de),Be=Be===i||Be>xt?xt:ss(Be),Be<0&&(Be+=xt),Be=de>Be?0:bf(Be);de<Be;)E[de++]=F;return E}function uu(E,F){var de=[];return go(E,function(Be,xt,Xt){F(Be,xt,Xt)&&de.push(Be)}),de}function As(E,F,de,Be,xt){var Xt=-1,vr=E.length;for(de||(de=Fl),xt||(xt=[]);++Xt<vr;){var Rr=E[Xt];F>0&&de(Rr)?F>1?As(Rr,F-1,de,Be,xt):Ra(xt,Rr):Be||(xt[xt.length]=Rr)}return xt}var zu=hc(),Cu=hc(!0);function yo(E,F){return E&&zu(E,F,Nu)}function pl(E,F){return E&&Cu(E,F,Nu)}function ml(E,F){return ja(F,function(de){return y0(E[de])})}function Qo(E,F){F=Ou(F,E);for(var de=0,Be=F.length;E!=null&&de<Be;)E=E[Wi(F[de++])];return de&&de==Be?E:i}function vl(E,F,de){var Be=F(E);return Xa(E)?Be:Ra(Be,de(E))}function Gs(E){return E==null?E===i?Me:Zt:vn&&vn in Yn(E)?Oo(E):Jc(E)}function To(E,F){return E>F}function vu(E,F){return E!=null&&oi.call(E,F)}function Wl(E,F){return E!=null&&F in Yn(E)}function Tu(E,F,de){return E>=la(F,de)&&E<di(F,de)}function lc(E,F,de){for(var Be=de?Ua:cs,xt=E[0].length,Xt=E.length,vr=Xt,Rr=xr(Xt),Yr=1/0,kn=[];vr--;){var Fn=E[vr];vr&&F&&(Fn=zi(Fn,ds(F))),Yr=la(Fn.length,Yr),Rr[vr]=!de&&(F||xt>=120&&Fn.length>=120)?new Ce(vr&&Fn):i}Fn=E[0];var Wn=-1,Ti=Rr[0];e:for(;++Wn<xt&&kn.length<Yr;){var ra=Fn[Wn],Pa=F?F(ra):ra;if(ra=de||ra!==0?ra:0,!(Ti?ko(Ti,Pa):Be(kn,Pa,de))){for(vr=Xt;--vr;){var ls=Rr[vr];if(!(ls?ko(ls,Pa):Be(E[vr],Pa,de)))continue e}Ti&&Ti.push(Pa),kn.push(ra)}}return kn}function Pl(E,F,de,Be){return yo(E,function(xt,Xt,vr){F(Be,de(xt),Xt,vr)}),Be}function ii(E,F,de){F=Ou(F,E),E=Fu(E,F);var Be=E==null?E:E[Wi(Yo(F))];return Be==null?i:Bi(Be,E,de)}function xc(E){return tu(E)&&Gs(E)==ke}function to(E){return tu(E)&&Gs(E)==it}function wc(E){return tu(E)&&Gs(E)==wt}function Jo(E,F,de,Be,xt){return E===F?!0:E==null||F==null||!tu(E)&&!tu(F)?E!==E&&F!==F:Pu(E,F,de,Be,Jo,xt)}function Pu(E,F,de,Be,xt,Xt){var vr=Xa(E),Rr=Xa(F),Yr=vr?$e:bs(E),kn=Rr?$e:bs(F);Yr=Yr==ke?ot:Yr,kn=kn==ke?ot:kn;var Fn=Yr==ot,Wn=kn==ot,Ti=Yr==kn;if(Ti&&P0(E)){if(!P0(F))return!1;vr=!0,Fn=!1}if(Ti&&!Fn)return Xt||(Xt=new Bt),vr||z0(E)?vc(E,F,de,Be,xt,Xt):Oc(E,F,Yr,de,Be,xt,Xt);if(!(de&b)){var ra=Fn&&oi.call(E,"__wrapped__"),Pa=Wn&&oi.call(F,"__wrapped__");if(ra||Pa){var ls=ra?E.value():E,Ia=Pa?F.value():F;return Xt||(Xt=new Bt),xt(ls,Ia,de,Be,Xt)}}return Ti?(Xt||(Xt=new Bt),I(E,F,de,Be,xt,Xt)):!1}function Qu(E){return tu(E)&&bs(E)==Xe}function Ho(E,F,de,Be){var xt=de.length,Xt=xt,vr=!Be;if(E==null)return!Xt;for(E=Yn(E);xt--;){var Rr=de[xt];if(vr&&Rr[2]?Rr[1]!==E[Rr[0]]:!(Rr[0]in E))return!1}for(;++xt<Xt;){Rr=de[xt];var Yr=Rr[0],kn=E[Yr],Fn=Rr[1];if(vr&&Rr[2]){if(kn===i&&!(Yr in E))return!1}else{var Wn=new Bt;if(Be)var Ti=Be(kn,Fn,Yr,E,F,Wn);if(!(Ti===i?Jo(Fn,kn,b|S,Be,Wn):Ti))return!1}}return!0}function Uc(E){if(!Xo(E)||wl(E))return!1;var F=y0(E)?ys:Dr;return F.test(oa(E))}function vo(E){return tu(E)&&Gs(E)==et}function u0(E){return tu(E)&&bs(E)==He}function l0(E){return tu(E)&&X0(E.length)&&!!un[Gs(E)]}function zc(E){return typeof E=="function"?E:E==null?$l:typeof E=="object"?Xa(E)?zs(E[0],E[1]):Dl(E):Df(E)}function Il(E){if(!ol(E))return Ii(E);var F=[];for(var de in Yn(E))oi.call(E,de)&&de!="constructor"&&F.push(de);return F}function _l(E){if(!Xo(E))return Bl(E);var F=ol(E),de=[];for(var Be in E)Be=="constructor"&&(F||!oi.call(E,Be))||de.push(Be);return de}function Ol(E,F){return E<F}function Fo(E,F){var de=-1,Be=Hl(E)?xr(E.length):[];return go(E,function(xt,Xt,vr){Be[++de]=F(xt,Xt,vr)}),Be}function Dl(E){var F=Ya(E);return F.length==1&&F[0][2]?kc(F[0][0],F[0][1]):function(de){return de===E||Ho(de,E,F)}}function zs(E,F){return ns(E)&&qc(F)?kc(Wi(E),F):function(de){var Be=sf(de,E);return Be===i&&Be===F?of(de,E):Jo(F,Be,b|S)}}function Bo(E,F,de,Be,xt){E!==F&&zu(F,function(Xt,vr){if(xt||(xt=new Bt),Xo(Xt))Fs(E,F,vr,de,Bo,Be,xt);else{var Rr=Be?Be(ic(E,vr),Xt,vr+"",E,F,xt):i;Rr===i&&(Rr=Xt),sa(E,vr,Rr)}},Zl)}function Fs(E,F,de,Be,xt,Xt,vr){var Rr=ic(E,de),Yr=ic(F,de),kn=vr.get(Yr);if(kn){sa(E,de,kn);return}var Fn=Xt?Xt(Rr,Yr,de+"",E,F,vr):i,Wn=Fn===i;if(Wn){var Ti=Xa(Yr),ra=!Ti&&P0(Yr),Pa=!Ti&&!ra&&z0(Yr);Fn=Yr,Ti||ra||Pa?Xa(Rr)?Fn=Rr:su(Rr)?Fn=No(Rr):ra?(Wn=!1,Fn=f0(Yr,!0)):Pa?(Wn=!1,Fn=Rl(Yr,!0)):Fn=[]:G0(Yr)||R0(Yr)?(Fn=Rr,R0(Rr)?Fn=xf(Rr):(!Xo(Rr)||y0(Rr))&&(Fn=Mu(Yr))):Wn=!1}Wn&&(vr.set(Yr,Fn),xt(Fn,Yr,Be,Xt,vr),vr.delete(Yr)),sa(E,de,Fn)}function Gl(E,F){var de=E.length;if(de)return F+=F<0?de:0,jo(F,de)?E[F]:i}function gl(E,F,de){F.length?F=zi(F,function(Xt){return Xa(Xt)?function(vr){return Qo(vr,Xt.length===1?Xt[0]:Xt)}:Xt}):F=[$l];var Be=-1;F=zi(F,ds(hn()));var xt=Fo(E,function(Xt,vr,Rr){var Yr=zi(F,function(kn){return kn(Xt)});return{criteria:Yr,index:++Be,value:Xt}});return qa(xt,function(Xt,vr){return gu(Xt,vr,de)})}function nu(E,F){return Ec(E,F,function(de,Be){return of(E,Be)})}function Ec(E,F,de){for(var Be=-1,xt=F.length,Xt={};++Be<xt;){var vr=F[Be],Rr=Qo(E,vr);de(Rr,vr)&&Hu(Xt,Ou(vr,E),Rr)}return Xt}function Sc(E){return function(F){return Qo(F,E)}}function iu(E,F,de,Be){var xt=Be?wo:no,Xt=-1,vr=F.length,Rr=E;for(E===F&&(F=No(F)),de&&(Rr=zi(E,ds(de)));++Xt<vr;)for(var Yr=0,kn=F[Xt],Fn=de?de(kn):kn;(Yr=xt(Rr,Fn,Yr,Be))>-1;)Rr!==E&&pr.call(Rr,Yr,1),pr.call(E,Yr,1);return E}function kl(E,F){for(var de=E?F.length:0,Be=de-1;de--;){var xt=F[de];if(de==Be||xt!==Xt){var Xt=xt;jo(xt)?pr.call(E,xt,1):dc(E,xt)}}return E}function _u(E,F){return E+Ai(Yi()*(F-E+1))}function cc(E,F,de,Be){for(var xt=-1,Xt=di(wi((F-E)/(de||1)),0),vr=xr(Xt);Xt--;)vr[Be?Xt:++xt]=E,E+=de;return vr}function Ju(E,F){var de="";if(!E||F<1||F>q)return de;do F%2&&(de+=E),F=Ai(F/2),F&&(E+=E);while(F);return de}function ka(E,F){return Nl(cu(E,F,$l),E+"")}function Hc(E){return $n(H0(E))}function Zc(E,F){var de=H0(E);return Mi(de,ks(F,0,de.length))}function Hu(E,F,de,Be){if(!Xo(E))return E;F=Ou(F,E);for(var xt=-1,Xt=F.length,vr=Xt-1,Rr=E;Rr!=null&&++xt<Xt;){var Yr=Wi(F[xt]),kn=de;if(Yr==="__proto__"||Yr==="constructor"||Yr==="prototype")return E;if(xt!=vr){var Fn=Rr[Yr];kn=Be?Be(Fn,Yr,Rr):i,kn===i&&(kn=Xo(Fn)?Fn:jo(F[xt+1])?[]:{})}fa(Rr,Yr,kn),Rr=Rr[Yr]}return E}var Ac=Ja?function(E,F){return Ja.set(E,F),E}:$l,c0=tn?function(E,F){return tn(E,"toString",{configurable:!0,enumerable:!1,value:lf(F),writable:!0})}:$l;function fc(E){return Mi(H0(E))}function au(E,F,de){var Be=-1,xt=E.length;F<0&&(F=-F>xt?0:xt+F),de=de>xt?xt:de,de<0&&(de+=xt),xt=F>de?0:de-F>>>0,F>>>=0;for(var Xt=xr(xt);++Be<xt;)Xt[Be]=E[Be+F];return Xt}function $c(E,F){var de;return go(E,function(Be,xt,Xt){return de=F(Be,xt,Xt),!de}),!!de}function Vl(E,F,de){var Be=0,xt=E==null?Be:E.length;if(typeof F=="number"&&F===F&&xt<=me){for(;Be<xt;){var Xt=Be+xt>>>1,vr=E[Xt];vr!==null&&!sc(vr)&&(de?vr<=F:vr<F)?Be=Xt+1:xt=Xt}return xt}return yl(E,F,$l,de)}function yl(E,F,de,Be){var xt=0,Xt=E==null?0:E.length;if(Xt===0)return 0;F=de(F);for(var vr=F!==F,Rr=F===null,Yr=sc(F),kn=F===i;xt<Xt;){var Fn=Ai((xt+Xt)/2),Wn=de(E[Fn]),Ti=Wn!==i,ra=Wn===null,Pa=Wn===Wn,ls=sc(Wn);if(vr)var Ia=Be||Pa;else kn?Ia=Pa&&(Be||Ti):Rr?Ia=Pa&&Ti&&(Be||!ra):Yr?Ia=Pa&&Ti&&!ra&&(Be||!ls):ra||ls?Ia=!1:Ia=Be?Wn<=F:Wn<F;Ia?xt=Fn+1:Xt=Fn}return la(Xt,se)}function Wc(E,F){for(var de=-1,Be=E.length,xt=0,Xt=[];++de<Be;){var vr=E[de],Rr=F?F(vr):vr;if(!de||!Nc(Rr,Yr)){var Yr=Rr;Xt[xt++]=vr===0?0:vr}}return Xt}function Kl(E){return typeof E=="number"?E:sc(E)?Z:+E}function Wo(E){if(typeof E=="string")return E;if(Xa(E))return zi(E,Wo)+"";if(sc(E))return ye?ye.call(E):"";var F=E+"";return F=="0"&&1/E==-ee?"-0":F}function Iu(E,F,de){var Be=-1,xt=cs,Xt=E.length,vr=!0,Rr=[],Yr=Rr;if(de)vr=!1,xt=Ua;else if(Xt>=c){var kn=F?null:Xc(E);if(kn)return Rs(kn);vr=!1,xt=ko,Yr=new Ce}else Yr=F?[]:Rr;e:for(;++Be<Xt;){var Fn=E[Be],Wn=F?F(Fn):Fn;if(Fn=de||Fn!==0?Fn:0,vr&&Wn===Wn){for(var Ti=Yr.length;Ti--;)if(Yr[Ti]===Wn)continue e;F&&Yr.push(Wn),Rr.push(Fn)}else xt(Yr,Wn,de)||(Yr!==Rr&&Yr.push(Wn),Rr.push(Fn))}return Rr}function dc(E,F){return F=Ou(F,E),E=Fu(E,F),E==null||delete E[Wi(Yo(F))]}function Zu(E,F,de,Be){return Hu(E,F,de(Qo(E,F)),Be)}function Cc(E,F,de,Be){for(var xt=E.length,Xt=Be?xt:-1;(Be?Xt--:++Xt<xt)&&F(E[Xt],Xt,E););return de?au(E,Be?0:Xt,Be?Xt+1:xt):au(E,Be?Xt+1:0,Be?xt:Xt)}function Gc(E,F){var de=E;return de instanceof Xr&&(de=de.value()),Oa(F,function(Be,xt){return xt.func.apply(xt.thisArg,Ra([Be],xt.args))},de)}function Yl(E,F,de){var Be=E.length;if(Be<2)return Be?Iu(E[0]):[];for(var xt=-1,Xt=xr(Be);++xt<Be;)for(var vr=E[xt],Rr=-1;++Rr<Be;)Rr!=xt&&(Xt[xt]=Ms(Xt[xt]||vr,E[Rr],F,de));return Iu(As(Xt,1),F,de)}function uo(E,F,de){for(var Be=-1,xt=E.length,Xt=F.length,vr={};++Be<xt;){var Rr=Be<Xt?F[Be]:i;de(vr,E[Be],Rr)}return vr}function Xl(E){return su(E)?E:[]}function Tc(E){return typeof E=="function"?E:$l}function Ou(E,F){return Xa(E)?E:ns(E,F)?[E]:Sa(ro(E))}var Du=ka;function lo(E,F,de){var Be=E.length;return de=de===i?Be:de,!F&&de>=Be?E:au(E,F,de)}var el=xn||function(E){return Ta.clearTimeout(E)};function f0(E,F){if(F)return E.slice();var de=E.length,Be=Ye?Ye(de):new E.constructor(de);return E.copy(Be),Be}function Pc(E){var F=new E.constructor(E.byteLength);return new js(F).set(new js(E)),F}function Vc(E,F){var de=F?Pc(E.buffer):E.buffer;return new E.constructor(de,E.byteOffset,E.byteLength)}function bl(E){var F=new E.constructor(E.source,sn.exec(E));return F.lastIndex=E.lastIndex,F}function Po(E){return ha?Yn(ha.call(E)):{}}function Rl(E,F){var de=F?Pc(E.buffer):E.buffer;return new E.constructor(de,E.byteOffset,E.length)}function je(E,F){if(E!==F){var de=E!==i,Be=E===null,xt=E===E,Xt=sc(E),vr=F!==i,Rr=F===null,Yr=F===F,kn=sc(F);if(!Rr&&!kn&&!Xt&&E>F||Xt&&vr&&Yr&&!Rr&&!kn||Be&&vr&&Yr||!de&&Yr||!xt)return 1;if(!Be&&!Xt&&!kn&&E<F||kn&&de&&xt&&!Be&&!Xt||Rr&&de&&xt||!vr&&xt||!Yr)return-1}return 0}function gu(E,F,de){for(var Be=-1,xt=E.criteria,Xt=F.criteria,vr=xt.length,Rr=de.length;++Be<vr;){var Yr=je(xt[Be],Xt[Be]);if(Yr){if(Be>=Rr)return Yr;var kn=de[Be];return Yr*(kn=="desc"?-1:1)}}return E.index-F.index}function eu(E,F,de,Be){for(var xt=-1,Xt=E.length,vr=de.length,Rr=-1,Yr=F.length,kn=di(Xt-vr,0),Fn=xr(Yr+kn),Wn=!Be;++Rr<Yr;)Fn[Rr]=F[Rr];for(;++xt<vr;)(Wn||xt<Xt)&&(Fn[de[xt]]=E[xt]);for(;kn--;)Fn[Rr++]=E[xt++];return Fn}function Ll(E,F,de,Be){for(var xt=-1,Xt=E.length,vr=-1,Rr=de.length,Yr=-1,kn=F.length,Fn=di(Xt-Rr,0),Wn=xr(Fn+kn),Ti=!Be;++xt<Fn;)Wn[xt]=E[xt];for(var ra=xt;++Yr<kn;)Wn[ra+Yr]=F[Yr];for(;++vr<Rr;)(Ti||xt<Xt)&&(Wn[ra+de[vr]]=E[xt++]);return Wn}function No(E,F){var de=-1,Be=E.length;for(F||(F=xr(Be));++de<Be;)F[de]=E[de];return F}function Vs(E,F,de,Be){var xt=!de;de||(de={});for(var Xt=-1,vr=F.length;++Xt<vr;){var Rr=F[Xt],Yr=Be?Be(de[Rr],E[Rr],Rr,de,E):i;Yr===i&&(Yr=E[Rr]),xt?wa(de,Rr,Yr):fa(de,Rr,Yr)}return de}function Go(E,F){return Vs(E,Ma(E),F)}function ku(E,F){return Vs(E,co(E),F)}function Io(E,F){return function(de,Be){var xt=Xa(de)?_s:Ha,Xt=F?F():{};return xt(de,E,hn(Be,2),Xt)}}function tl(E){return ka(function(F,de){var Be=-1,xt=de.length,Xt=xt>1?de[xt-1]:i,vr=xt>2?de[2]:i;for(Xt=E.length>3&&typeof Xt=="function"?(xt--,Xt):i,vr&&Ks(de[0],de[1],vr)&&(Xt=xt<3?i:Xt,xt=1),F=Yn(F);++Be<xt;){var Rr=de[Be];Rr&&E(F,Rr,Be,Xt)}return F})}function yu(E,F){return function(de,Be){if(de==null)return de;if(!Hl(de))return E(de,Be);for(var xt=de.length,Xt=F?xt:-1,vr=Yn(de);(F?Xt--:++Xt<xt)&&Be(vr[Xt],Xt,vr)!==!1;);return de}}function hc(E){return function(F,de,Be){for(var xt=-1,Xt=Yn(F),vr=Be(F),Rr=vr.length;Rr--;){var Yr=vr[E?Rr:++xt];if(de(Xt[Yr],Yr,Xt)===!1)break}return F}}function Ru(E,F,de){var Be=F&k,xt=bu(E);function Xt(){var vr=this&&this!==Ta&&this instanceof Xt?xt:E;return vr.apply(Be?de:this,arguments)}return Xt}function Vo(E){return function(F){F=ro(F);var de=Lo(F)?or(F):i,Be=de?de[0]:F.charAt(0),xt=de?lo(de,1).join(""):F.slice(1);return Be[E]()+xt}}function rl(E){return function(F){return Oa(If(Pf(F).replace(Mr,"")),E,"")}}function bu(E){return function(){var F=arguments;switch(F.length){case 0:return new E;case 1:return new E(F[0]);case 2:return new E(F[0],F[1]);case 3:return new E(F[0],F[1],F[2]);case 4:return new E(F[0],F[1],F[2],F[3]);case 5:return new E(F[0],F[1],F[2],F[3],F[4]);case 6:return new E(F[0],F[1],F[2],F[3],F[4],F[5]);case 7:return new E(F[0],F[1],F[2],F[3],F[4],F[5],F[6])}var de=Ar(E.prototype),Be=E.apply(de,F);return Xo(Be)?Be:de}}function Ic(E,F,de){var Be=bu(E);function xt(){for(var Xt=arguments.length,vr=xr(Xt),Rr=Xt,Yr=An(xt);Rr--;)vr[Rr]=arguments[Rr];var kn=Xt<3&&vr[0]!==Yr&&vr[Xt-1]!==Yr?[]:Bs(vr,Yr);if(Xt-=kn.length,Xt<de)return Jl(E,F,xu,xt.placeholder,i,vr,kn,i,i,de-Xt);var Fn=this&&this!==Ta&&this instanceof xt?Be:E;return Bi(Fn,this,vr)}return xt}function Kc(E){return function(F,de,Be){var xt=Yn(F);if(!Hl(F)){var Xt=hn(de,3);F=Nu(F),de=function(Rr){return Xt(xt[Rr],Rr,xt)}}var vr=E(F,de,Be);return vr>-1?xt[Xt?F[vr]:vr]:i}}function Zo(E){return D(function(F){var de=F.length,Be=de,xt=br.prototype.thru;for(E&&F.reverse();Be--;){var Xt=F[Be];if(typeof Xt!="function")throw new jr(o);if(xt&&!vr&&an(Xt)=="wrapper")var vr=new br([],!0)}for(Be=vr?Be:de;++Be<de;){Xt=F[Be];var Rr=an(Xt),Yr=Rr=="wrapper"?De(Xt):i;Yr&&sl(Yr[0])&&Yr[1]==(X|O|B|G)&&!Yr[4].length&&Yr[9]==1?vr=vr[an(Yr[0])].apply(vr,Yr[3]):vr=Xt.length==1&&sl(Xt)?vr[Rr]():vr.thru(Xt)}return function(){var kn=arguments,Fn=kn[0];if(vr&&kn.length==1&&Xa(Fn))return vr.plant(Fn).value();for(var Wn=0,Ti=de?F[Wn].apply(this,kn):Fn;++Wn<de;)Ti=F[Wn].call(this,Ti);return Ti}})}function xu(E,F,de,Be,xt,Xt,vr,Rr,Yr,kn){var Fn=F&X,Wn=F&k,Ti=F&R,ra=F&(O|M),Pa=F&V,ls=Ti?i:bu(E);function Ia(){for(var xs=arguments.length,Ps=xr(xs),oc=xs;oc--;)Ps[oc]=arguments[oc];if(ra)var Cl=An(Ia),uc=So(Ps,Cl);if(Be&&(Ps=eu(Ps,Be,xt,ra)),Xt&&(Ps=Ll(Ps,Xt,vr,ra)),xs-=uc,ra&&xs<kn){var ou=Bs(Ps,Cl);return Jl(E,F,xu,Ia.placeholder,de,Ps,ou,Rr,Yr,kn-xs)}var jc=Wn?de:this,x0=Ti?jc[E]:E;return xs=Ps.length,Rr?Ps=Sl(Ps,Rr):Pa&&xs>1&&Ps.reverse(),Fn&&Yr<xs&&(Ps.length=Yr),this&&this!==Ta&&this instanceof Ia&&(x0=ls||bu(x0)),x0.apply(jc,Ps)}return Ia}function nl(E,F){return function(de,Be){return Pl(de,E,F(Be),{})}}function il(E,F){return function(de,Be){var xt;if(de===i&&Be===i)return F;if(de!==i&&(xt=de),Be!==i){if(xt===i)return Be;typeof de=="string"||typeof Be=="string"?(de=Wo(de),Be=Wo(Be)):(de=Kl(de),Be=Kl(Be)),xt=E(de,Be)}return xt}}function ql(E){return D(function(F){return F=zi(F,ds(hn())),ka(function(de){var Be=this;return E(F,function(xt){return Bi(xt,Be,de)})})})}function Ql(E,F){F=F===i?" ":Wo(F);var de=F.length;if(de<2)return de?Ju(F,E):F;var Be=Ju(F,wi(E/hr(F)));return Lo(F)?lo(or(Be),0,E).join(""):Be.slice(0,E)}function xl(E,F,de,Be){var xt=F&k,Xt=bu(E);function vr(){for(var Rr=-1,Yr=arguments.length,kn=-1,Fn=Be.length,Wn=xr(Fn+Yr),Ti=this&&this!==Ta&&this instanceof vr?Xt:E;++kn<Fn;)Wn[kn]=Be[kn];for(;Yr--;)Wn[kn++]=arguments[++Rr];return Bi(Ti,xt?de:this,Wn)}return vr}function Yc(E){return function(F,de,Be){return Be&&typeof Be!="number"&&Ks(F,de,Be)&&(de=Be=i),F=b0(F),de===i?(de=F,F=0):de=b0(de),Be=Be===i?F<de?1:-1:b0(Be),cc(F,de,Be,E)}}function Ml(E){return function(F,de){return typeof F=="string"&&typeof de=="string"||(F=bc(F),de=bc(de)),E(F,de)}}function Jl(E,F,de,Be,xt,Xt,vr,Rr,Yr,kn){var Fn=F&O,Wn=Fn?vr:i,Ti=Fn?i:vr,ra=Fn?Xt:i,Pa=Fn?i:Xt;F|=Fn?B:U,F&=~(Fn?U:B),F&A||(F&=~(k|R));var ls=[E,F,xt,ra,Wn,Pa,Ti,Rr,Yr,kn],Ia=de.apply(i,ls);return sl(E)&&Eu(Ia,ls),Ia.placeholder=Be,Pn(Ia,E,F)}function wu(E){var F=On[E];return function(de,Be){if(de=bc(de),Be=Be==null?0:la(ss(Be),292),Be&&Ei(de)){var xt=(ro(de)+"e").split("e"),Xt=F(xt[0]+"e"+(+xt[1]+Be));return xt=(ro(Xt)+"e").split("e"),+(xt[0]+"e"+(+xt[1]-Be))}return F(de)}}var Xc=Ka&&1/Rs(new Ka([,-0]))[1]==ee?function(E){return new Ka(E)}:df;function pc(E){return function(F){var de=bs(F);return de==Xe?Uo(F):de==He?hu(F):Qs(F,E(F))}}function Lu(E,F,de,Be,xt,Xt,vr,Rr){var Yr=F&R;if(!Yr&&typeof E!="function")throw new jr(o);var kn=Be?Be.length:0;if(kn||(F&=~(B|U),Be=xt=i),vr=vr===i?vr:di(ss(vr),0),Rr=Rr===i?Rr:ss(Rr),kn-=xt?xt.length:0,F&U){var Fn=Be,Wn=xt;Be=xt=i}var Ti=Yr?i:De(E),ra=[E,F,de,Be,xt,Fn,Wn,Xt,vr,Rr];if(Ti&&Qc(ra,Ti),E=ra[0],F=ra[1],de=ra[2],Be=ra[3],xt=ra[4],Rr=ra[9]=ra[9]===i?Yr?0:E.length:di(ra[9]-kn,0),!Rr&&F&(O|M)&&(F&=~(O|M)),!F||F==k)var Pa=Ru(E,F,de);else F==O||F==M?Pa=Ic(E,F,Rr):(F==B||F==(k|B))&&!xt.length?Pa=xl(E,F,de,Be):Pa=xu.apply(i,ra);var ls=Ti?Ac:Eu;return Pn(ls(Pa,ra),E,F)}function lu(E,F,de,Be){return E===i||Nc(E,Pi[de])&&!oi.call(Be,de)?F:E}function ec(E,F,de,Be,xt,Xt){return Xo(E)&&Xo(F)&&(Xt.set(F,E),Bo(E,F,i,ec,Xt),Xt.delete(F)),E}function mc(E){return G0(E)?i:E}function vc(E,F,de,Be,xt,Xt){var vr=de&b,Rr=E.length,Yr=F.length;if(Rr!=Yr&&!(vr&&Yr>Rr))return!1;var kn=Xt.get(E),Fn=Xt.get(F);if(kn&&Fn)return kn==F&&Fn==E;var Wn=-1,Ti=!0,ra=de&S?new Ce:i;for(Xt.set(E,F),Xt.set(F,E);++Wn<Rr;){var Pa=E[Wn],ls=F[Wn];if(Be)var Ia=vr?Be(ls,Pa,Wn,F,E,Xt):Be(Pa,ls,Wn,E,F,Xt);if(Ia!==i){if(Ia)continue;Ti=!1;break}if(ra){if(!Xs(F,function(xs,Ps){if(!ko(ra,Ps)&&(Pa===xs||xt(Pa,xs,de,Be,Xt)))return ra.push(Ps)})){Ti=!1;break}}else if(!(Pa===ls||xt(Pa,ls,de,Be,Xt))){Ti=!1;break}}return Xt.delete(E),Xt.delete(F),Ti}function Oc(E,F,de,Be,xt,Xt,vr){switch(de){case ct:if(E.byteLength!=F.byteLength||E.byteOffset!=F.byteOffset)return!1;E=E.buffer,F=F.buffer;case it:return!(E.byteLength!=F.byteLength||!Xt(new js(E),new js(F)));case Ft:case wt:case It:return Nc(+E,+F);case Jt:return E.name==F.name&&E.message==F.message;case et:case _e:return E==F+"";case Xe:var Rr=Uo;case He:var Yr=Be&b;if(Rr||(Rr=Rs),E.size!=F.size&&!Yr)return!1;var kn=vr.get(E);if(kn)return kn==F;Be|=S,vr.set(E,F);var Fn=vc(Rr(E),Rr(F),Be,xt,Xt,vr);return vr.delete(E),Fn;case Se:if(ha)return ha.call(E)==ha.call(F)}return!1}function I(E,F,de,Be,xt,Xt){var vr=de&b,Rr=L(E),Yr=Rr.length,kn=L(F),Fn=kn.length;if(Yr!=Fn&&!vr)return!1;for(var Wn=Yr;Wn--;){var Ti=Rr[Wn];if(!(vr?Ti in F:oi.call(F,Ti)))return!1}var ra=Xt.get(E),Pa=Xt.get(F);if(ra&&Pa)return ra==F&&Pa==E;var ls=!0;Xt.set(E,F),Xt.set(F,E);for(var Ia=vr;++Wn<Yr;){Ti=Rr[Wn];var xs=E[Ti],Ps=F[Ti];if(Be)var oc=vr?Be(Ps,xs,Ti,F,E,Xt):Be(xs,Ps,Ti,E,F,Xt);if(!(oc===i?xs===Ps||xt(xs,Ps,de,Be,Xt):oc)){ls=!1;break}Ia||(Ia=Ti=="constructor")}if(ls&&!Ia){var Cl=E.constructor,uc=F.constructor;Cl!=uc&&"constructor"in E&&"constructor"in F&&!(typeof Cl=="function"&&Cl instanceof Cl&&typeof uc=="function"&&uc instanceof uc)&&(ls=!1)}return Xt.delete(E),Xt.delete(F),ls}function D(E){return Nl(cu(E,i,d0),E+"")}function L(E){return vl(E,Nu,Ma)}function ve(E){return vl(E,Zl,co)}var De=Ja?function(E){return Ja.get(E)}:df;function an(E){for(var F=E.name+"",de=ao[F],Be=oi.call(ao,F)?de.length:0;Be--;){var xt=de[Be],Xt=xt.func;if(Xt==null||Xt==E)return xt.name}return F}function An(E){var F=oi.call(Ee,"placeholder")?Ee:E;return F.placeholder}function hn(){var E=Ee.iteratee||cf;return E=E===cf?zc:E,arguments.length?E(arguments[0],arguments[1]):E}function Di(E,F){var de=E.__data__;return al(F)?de[typeof F=="string"?"string":"hash"]:de.map}function Ya(E){for(var F=Nu(E),de=F.length;de--;){var Be=F[de],xt=E[Be];F[de]=[Be,xt,qc(xt)]}return F}function Da(E,F){var de=Ro(E,F);return Uc(de)?de:i}function Oo(E){var F=oi.call(E,vn),de=E[vn];try{E[vn]=i;var Be=!0}catch(Xt){}var xt=Ls.call(E);return Be&&(F?E[vn]=de:delete E[vn]),xt}var Ma=Hi?function(E){return E==null?[]:(E=Yn(E),ja(Hi(E),function(F){return Vt.call(E,F)}))}:hf,co=Hi?function(E){for(var F=[];E;)Ra(F,Ma(E)),E=qe(E);return F}:hf,bs=Gs;(ta&&bs(new ta(new ArrayBuffer(1)))!=ct||Ri&&bs(new Ri)!=Xe||xa&&bs(xa.resolve())!=bt||Ka&&bs(new Ka)!=He||Fa&&bs(new Fa)!=Ue)&&(bs=function(E){var F=Gs(E),de=F==ot?E.constructor:i,Be=de?oa(de):"";if(Be)switch(Be){case es:return ct;case Us:return Xe;case ts:return bt;case Zi:return He;case Ba:return Ue}return F});function Dc(E,F,de){for(var Be=-1,xt=de.length;++Be<xt;){var Xt=de[Be],vr=Xt.size;switch(Xt.type){case"drop":E+=vr;break;case"dropRight":F-=vr;break;case"take":F=la(F,E+vr);break;case"takeRight":E=di(E,F-vr);break}}return{start:E,end:F}}function tc(E){var F=E.match(Vr);return F?F[1].split(Qr):[]}function rc(E,F,de){F=Ou(F,E);for(var Be=-1,xt=F.length,Xt=!1;++Be<xt;){var vr=Wi(F[Be]);if(!(Xt=E!=null&&de(E,vr)))break;E=E[vr]}return Xt||++Be!=xt?Xt:(xt=E==null?0:E.length,!!xt&&X0(xt)&&jo(vr,xt)&&(Xa(E)||R0(E)))}function _c(E){var F=E.length,de=new E.constructor(F);return F&&typeof E[0]=="string"&&oi.call(E,"index")&&(de.index=E.index,de.input=E.input),de}function Mu(E){return typeof E.constructor=="function"&&!ol(E)?Ar(qe(E)):{}}function ki(E,F,de){var Be=E.constructor;switch(F){case it:return Pc(E);case Ft:case wt:return new Be(+E);case ct:return Vc(E,de);case Gt:case $t:case Pe:case Qe:case Kt:case Lt:case Ht:case Nt:case Ct:return Rl(E,de);case Xe:return new Be;case It:case _e:return new Be(E);case et:return bl(E);case He:return new Be;case Se:return Po(E)}}function nc(E,F){var de=F.length;if(!de)return E;var Be=de-1;return F[Be]=(de>1?"& ":"")+F[Be],F=F.join(de>2?", ":" "),E.replace(At,`{
/* [wrapped with `+F+`] */
`)}function Fl(E){return Xa(E)||R0(E)||!!(Fr&&E&&E[Fr])}function jo(E,F){var de=typeof E;return F=F==null?q:F,!!F&&(de=="number"||de!="symbol"&&Et.test(E))&&E>-1&&E%1==0&&E<F}function Ks(E,F,de){if(!Xo(de))return!1;var Be=typeof F;return(Be=="number"?Hl(de)&&jo(F,de.length):Be=="string"&&F in de)?Nc(de[F],E):!1}function ns(E,F){if(Xa(E))return!1;var de=typeof E;return de=="number"||de=="symbol"||de=="boolean"||E==null||sc(E)?!0:ze.test(E)||!_t.test(E)||F!=null&&E in Yn(F)}function al(E){var F=typeof E;return F=="string"||F=="number"||F=="symbol"||F=="boolean"?E!=="__proto__":E===null}function sl(E){var F=an(E),de=Ee[F];if(typeof de!="function"||!(F in Xr.prototype))return!1;if(E===de)return!0;var Be=De(de);return!!Be&&E===Be[0]}function wl(E){return!!zo&&zo in E}var El=aa?y0:pf;function ol(E){var F=E&&E.constructor,de=typeof F=="function"&&F.prototype||Pi;return E===de}function qc(E){return E===E&&!Xo(E)}function kc(E,F){return function(de){return de==null?!1:de[E]===F&&(F!==i||E in Yn(de))}}function $u(E){var F=D0(E,function(Be){return de.size===a&&de.clear(),Be}),de=F.cache;return F}function Qc(E,F){var de=E[1],Be=F[1],xt=de|Be,Xt=xt<(k|R|X),vr=Be==X&&de==O||Be==X&&de==G&&E[7].length<=F[8]||Be==(X|G)&&F[7].length<=F[8]&&de==O;if(!(Xt||vr))return E;Be&k&&(E[2]=F[2],xt|=de&k?0:A);var Rr=F[3];if(Rr){var Yr=E[3];E[3]=Yr?eu(Yr,Rr,F[4]):Rr,E[4]=Yr?Bs(E[3],x):F[4]}return Rr=F[5],Rr&&(Yr=E[5],E[5]=Yr?Ll(Yr,Rr,F[6]):Rr,E[6]=Yr?Bs(E[5],x):F[6]),Rr=F[7],Rr&&(E[7]=Rr),Be&X&&(E[8]=E[8]==null?F[8]:la(E[8],F[8])),E[9]==null&&(E[9]=F[9]),E[0]=F[0],E[1]=xt,E}function Bl(E){var F=[];if(E!=null)for(var de in Yn(E))F.push(de);return F}function Jc(E){return Ls.call(E)}function cu(E,F,de){return F=di(F===i?E.length-1:F,0),function(){for(var Be=arguments,xt=-1,Xt=di(Be.length-F,0),vr=xr(Xt);++xt<Xt;)vr[xt]=Be[F+xt];xt=-1;for(var Rr=xr(F+1);++xt<F;)Rr[xt]=Be[xt];return Rr[F]=de(vr),Bi(E,this,Rr)}}function Fu(E,F){return F.length<2?E:Qo(E,au(F,0,-1))}function Sl(E,F){for(var de=E.length,Be=la(F.length,de),xt=No(E);Be--;){var Xt=F[Be];E[Be]=jo(Xt,de)?xt[Xt]:i}return E}function ic(E,F){if(!(F==="constructor"&&typeof E[F]=="function")&&F!="__proto__")return E[F]}var Eu=Vn(Ac),ac=ti||function(E,F){return Ta.setTimeout(E,F)},Nl=Vn(c0);function Pn(E,F,de){var Be=F+"";return Nl(E,nc(Be,ma(tc(Be),de)))}function Vn(E){var F=0,de=0;return function(){var Be=eo(),xt=Q-(Be-de);if(de=Be,xt>0){if(++F>=ue)return arguments[0]}else F=0;return E.apply(i,arguments)}}function Mi(E,F){var de=-1,Be=E.length,xt=Be-1;for(F=F===i?Be:F;++de<F;){var Xt=_u(de,xt),vr=E[Xt];E[Xt]=E[de],E[de]=vr}return E.length=F,E}var Sa=$u(function(E){var F=[];return E.charCodeAt(0)===46&&F.push(""),E.replace(we,function(de,Be,xt,Xt){F.push(xt?Xt.replace(_r,"$1"):Be||de)}),F});function Wi(E){if(typeof E=="string"||sc(E))return E;var F=E+"";return F=="0"&&1/E==-ee?"-0":F}function oa(E){if(E!=null){try{return Os.call(E)}catch(F){}try{return E+""}catch(F){}}return""}function ma(E,F){return Na(Oe,function(de){var Be="_."+de[0];F&de[1]&&!cs(E,Be)&&E.push(Be)}),E.sort()}function ms(E){if(E instanceof Xr)return E.clone();var F=new br(E.__wrapped__,E.__chain__);return F.__actions__=No(E.__actions__),F.__index__=E.__index__,F.__values__=E.__values__,F}function Qi(E,F,de){(de?Ks(E,F,de):F===i)?F=1:F=di(ss(F),0);var Be=E==null?0:E.length;if(!Be||F<1)return[];for(var xt=0,Xt=0,vr=xr(wi(Be/F));xt<Be;)vr[Xt++]=au(E,xt,xt+=F);return vr}function is(E){for(var F=-1,de=E==null?0:E.length,Be=0,xt=[];++F<de;){var Xt=E[F];Xt&&(xt[Be++]=Xt)}return xt}function Wu(){var E=arguments.length;if(!E)return[];for(var F=xr(E-1),de=arguments[0],Be=E;Be--;)F[Be-1]=arguments[Be];return Ra(Xa(de)?No(de):[de],As(F,1))}var Bu=ka(function(E,F){return su(E)?Ms(E,As(F,1,su,!0)):[]}),Gu=ka(function(E,F){var de=Yo(F);return su(de)&&(de=i),su(E)?Ms(E,As(F,1,su,!0),hn(de,2)):[]}),ul=ka(function(E,F){var de=Yo(F);return su(de)&&(de=i),su(E)?Ms(E,As(F,1,su,!0),i,de):[]});function ll(E,F,de){var Be=E==null?0:E.length;return Be?(F=de||F===i?1:ss(F),au(E,F<0?0:F,Be)):[]}function I0(E,F,de){var Be=E==null?0:E.length;return Be?(F=de||F===i?1:ss(F),F=Be-F,au(E,0,F<0?0:F)):[]}function w0(E,F){return E&&E.length?Cc(E,hn(F,3),!0,!0):[]}function jl(E,F){return E&&E.length?Cc(E,hn(F,3),!0):[]}function E0(E,F,de,Be){var xt=E==null?0:E.length;return xt?(de&&typeof de!="number"&&Ks(E,F,de)&&(de=0,Be=xt),qu(E,F,de,Be)):[]}function gc(E,F,de){var Be=E==null?0:E.length;if(!Be)return-1;var xt=de==null?0:ss(de);return xt<0&&(xt=di(Be+xt,0)),Zs(E,hn(F,3),xt)}function e0(E,F,de){var Be=E==null?0:E.length;if(!Be)return-1;var xt=Be-1;return de!==i&&(xt=ss(de),xt=de<0?di(Be+xt,0):la(xt,Be-1)),Zs(E,hn(F,3),xt,!0)}function d0(E){var F=E==null?0:E.length;return F?As(E,1):[]}function cl(E){var F=E==null?0:E.length;return F?As(E,ee):[]}function O0(E,F){var de=E==null?0:E.length;return de?(F=F===i?1:ss(F),As(E,F)):[]}function Vu(E){for(var F=-1,de=E==null?0:E.length,Be={};++F<de;){var xt=E[F];Be[xt[0]]=xt[1]}return Be}function Rc(E){return E&&E.length?E[0]:i}function t0(E,F,de){var Be=E==null?0:E.length;if(!Be)return-1;var xt=de==null?0:ss(de);return xt<0&&(xt=di(Be+xt,0)),no(E,F,xt)}function Ko(E){var F=E==null?0:E.length;return F?au(E,0,-1):[]}var r0=ka(function(E){var F=zi(E,Xl);return F.length&&F[0]===E[0]?lc(F):[]}),h0=ka(function(E){var F=Yo(E),de=zi(E,Xl);return F===Yo(de)?F=i:de.pop(),de.length&&de[0]===E[0]?lc(de,hn(F,2)):[]}),fl=ka(function(E){var F=Yo(E),de=zi(E,Xl);return F=typeof F=="function"?F:i,F&&de.pop(),de.length&&de[0]===E[0]?lc(de,i,F):[]});function Ul(E,F){return E==null?"":ba.call(E,F)}function Yo(E){var F=E==null?0:E.length;return F?E[F-1]:i}function yc(E,F,de){var Be=E==null?0:E.length;if(!Be)return-1;var xt=Be;return de!==i&&(xt=ss(de),xt=xt<0?di(Be+xt,0):la(xt,Be-1)),F===F?qt(E,F,xt):Zs(E,Eo,xt,!0)}function p0(E,F){return E&&E.length?Gl(E,ss(F)):i}var Lc=ka(Mc);function Mc(E,F){return E&&E.length&&F&&F.length?iu(E,F):E}function m0(E,F,de){return E&&E.length&&F&&F.length?iu(E,F,hn(de,2)):E}function Fc(E,F,de){return E&&E.length&&F&&F.length?iu(E,F,i,de):E}var S0=D(function(E,F){var de=E==null?0:E.length,Be=Za(E,F);return kl(E,zi(F,function(xt){return jo(xt,de)?+xt:xt}).sort(je)),Be});function L0(E,F){var de=[];if(!(E&&E.length))return de;var Be=-1,xt=[],Xt=E.length;for(F=hn(F,3);++Be<Xt;){var vr=E[Be];F(vr,Be,E)&&(de.push(vr),xt.push(Be))}return kl(E,xt),de}function Bc(E){return E==null?E:La.call(E)}function M0(E,F,de){var Be=E==null?0:E.length;return Be?(de&&typeof de!="number"&&Ks(E,F,de)?(F=0,de=Be):(F=F==null?0:ss(F),de=de===i?Be:ss(de)),au(E,F,de)):[]}function n0(E,F){return Vl(E,F)}function v0(E,F,de){return yl(E,F,hn(de,2))}function Z0(E,F){var de=E==null?0:E.length;if(de){var Be=Vl(E,F);if(Be<de&&Nc(E[Be],F))return Be}return-1}function A0(E,F){return Vl(E,F,!0)}function F0(E,F,de){return yl(E,F,hn(de,2),!0)}function B0(E,F){var de=E==null?0:E.length;if(de){var Be=Vl(E,F,!0)-1;if(Nc(E[Be],F))return Be}return-1}function i0(E){return E&&E.length?Wc(E):[]}function N0(E,F){return E&&E.length?Wc(E,hn(F,2)):[]}function C0(E){var F=E==null?0:E.length;return F?au(E,1,F):[]}function g(E,F,de){return E&&E.length?(F=de||F===i?1:ss(F),au(E,0,F<0?0:F)):[]}function C(E,F,de){var Be=E==null?0:E.length;return Be?(F=de||F===i?1:ss(F),F=Be-F,au(E,F<0?0:F,Be)):[]}function H(E,F){return E&&E.length?Cc(E,hn(F,3),!1,!0):[]}function ge(E,F){return E&&E.length?Cc(E,hn(F,3)):[]}var Le=ka(function(E){return Iu(As(E,1,su,!0))}),ut=ka(function(E){var F=Yo(E);return su(F)&&(F=i),Iu(As(E,1,su,!0),hn(F,2))}),jt=ka(function(E){var F=Yo(E);return F=typeof F=="function"?F:i,Iu(As(E,1,su,!0),i,F)});function ir(E){return E&&E.length?Iu(E):[]}function P(E,F){return E&&E.length?Iu(E,hn(F,2)):[]}function t(E,F){return F=typeof F=="function"?F:i,E&&E.length?Iu(E,i,F):[]}function n(E){if(!(E&&E.length))return[];var F=0;return E=ja(E,function(de){if(su(de))return F=di(de.length,F),!0}),qs(F,function(de){return zi(E,fi(de))})}function s(E,F){if(!(E&&E.length))return[];var de=n(E);return F==null?de:zi(de,function(Be){return Bi(F,i,Be)})}var v=ka(function(E,F){return su(E)?Ms(E,F):[]}),w=ka(function(E){return Yl(ja(E,su))}),T=ka(function(E){var F=Yo(E);return su(F)&&(F=i),Yl(ja(E,su),hn(F,2))}),z=ka(function(E){var F=Yo(E);return F=typeof F=="function"?F:i,Yl(ja(E,su),i,F)}),W=ka(n);function N(E,F){return uo(E||[],F||[],fa)}function te(E,F){return uo(E||[],F||[],Hu)}var ce=ka(function(E){var F=E.length,de=F>1?E[F-1]:i;return de=typeof de=="function"?(E.pop(),de):i,s(E,de)});function be(E){var F=Ee(E);return F.__chain__=!0,F}function Ie(E,F){return F(E),E}function Ae(E,F){return F(E)}var at=D(function(E){var F=E.length,de=F?E[0]:0,Be=this.__wrapped__,xt=function(Xt){return Za(Xt,E)};return F>1||this.__actions__.length||!(Be instanceof Xr)||!jo(de)?this.thru(xt):(Be=Be.slice(de,+de+(F?1:0)),Be.__actions__.push({func:Ae,args:[xt],thisArg:i}),new br(Be,this.__chain__).thru(function(Xt){return F&&!Xt.length&&Xt.push(i),Xt}))});function rt(){return be(this)}function Rt(){return new br(this.value(),this.__chain__)}function dr(){this.__values__===i&&(this.__values__=yf(this.value()));var E=this.__index__>=this.__values__.length,F=E?i:this.__values__[this.__index__++];return{done:E,value:F}}function sr(){return this}function kr(E){for(var F,de=this;de instanceof qr;){var Be=ms(de);Be.__index__=0,Be.__values__=i,F?xt.__wrapped__=Be:F=Be;var xt=Be;de=de.__wrapped__}return xt.__wrapped__=E,F}function Hr(){var E=this.__wrapped__;if(E instanceof Xr){var F=E;return this.__actions__.length&&(F=new Xr(this)),F=F.reverse(),F.__actions__.push({func:Ae,args:[Bc],thisArg:i}),new br(F,this.__chain__)}return this.thru(Bc)}function cn(){return Gc(this.__wrapped__,this.__actions__)}var Wr=Io(function(E,F,de){oi.call(E,de)?++E[de]:wa(E,de,1)});function Jr(E,F,de){var Be=Xa(E)?Rn:Xu;return de&&Ks(E,F,de)&&(F=i),Be(E,hn(F,3))}function ln(E,F){var de=Xa(E)?ja:uu;return de(E,hn(F,3))}var Kr=Kc(gc),Zn=Kc(e0);function hi(E,F){return As(Aa(E,F),1)}function ua(E,F){return As(Aa(E,F),ee)}function ji(E,F,de){return de=de===i?1:ss(de),As(Aa(E,F),de)}function Ui(E,F){var de=Xa(E)?Na:go;return de(E,hn(F,3))}function ci(E,F){var de=Xa(E)?Ys:ps;return de(E,hn(F,3))}var Gi=Io(function(E,F,de){oi.call(E,de)?E[de].push(F):wa(E,de,[F])});function ea(E,F,de,Be){E=Hl(E)?E:H0(E),de=de&&!Be?ss(de):0;var xt=E.length;return de<0&&(de=di(xt+de,0)),q0(E)?de<=xt&&E.indexOf(F,de)>-1:!!xt&&no(E,F,de)>-1}var qn=ka(function(E,F,de){var Be=-1,xt=typeof F=="function",Xt=Hl(E)?xr(E.length):[];return go(E,function(vr){Xt[++Be]=xt?Bi(F,vr,de):ii(vr,F,de)}),Xt}),ri=Io(function(E,F,de){wa(E,de,F)});function Aa(E,F){var de=Xa(E)?zi:Fo;return de(E,hn(F,3))}function Ca(E,F,de,Be){return E==null?[]:(Xa(F)||(F=F==null?[]:[F]),de=Be?i:de,Xa(de)||(de=de==null?[]:[de]),gl(E,F,de))}var as=Io(function(E,F,de){E[de?0:1].push(F)},function(){return[[],[]]});function Cs(E,F,de){var Be=Xa(E)?Oa:za,xt=arguments.length<3;return Be(E,hn(F,4),de,xt,go)}function Hs(E,F,de){var Be=Xa(E)?Es:za,xt=arguments.length<3;return Be(E,hn(F,4),de,xt,ps)}function fo(E,F){var de=Xa(E)?ja:uu;return de(E,o0(hn(F,3)))}function Ku(E){var F=Xa(E)?$n:Hc;return F(E)}function dl(E,F,de){(de?Ks(E,F,de):F===i)?F=1:F=ss(F);var Be=Xa(E)?Ci:Zc;return Be(E,F)}function a0(E){var F=Xa(E)?pa:fc;return F(E)}function V0(E){if(E==null)return 0;if(Hl(E))return q0(E)?hr(E):E.length;var F=bs(E);return F==Xe||F==He?E.size:Il(E).length}function J0(E,F,de){var Be=Xa(E)?Xs:$c;return de&&Ks(E,F,de)&&(F=i),Be(E,hn(F,3))}var ef=ka(function(E,F){if(E==null)return[];var de=F.length;return de>1&&Ks(E,F[0],F[1])?F=[]:de>2&&Ks(F[0],F[1],F[2])&&(F=[F[0]]),gl(E,As(F,1),[])}),T0=Xn||function(){return Ta.Date.now()};function $0(E,F){if(typeof F!="function")throw new jr(o);return E=ss(E),function(){if(--E<1)return F.apply(this,arguments)}}function tf(E,F,de){return F=de?i:F,F=E&&F==null?E.length:F,Lu(E,X,i,i,i,i,F)}function Ts(E,F){var de;if(typeof F!="function")throw new jr(o);return E=ss(E),function(){return--E>0&&(de=F.apply(this,arguments)),E<=1&&(F=i),de}}var fu=ka(function(E,F,de){var Be=k;if(de.length){var xt=Bs(de,An(fu));Be|=B}return Lu(E,Be,F,de,xt)}),Al=ka(function(E,F,de){var Be=k|R;if(de.length){var xt=Bs(de,An(Al));Be|=B}return Lu(F,Be,E,de,xt)});function s0(E,F,de){F=de?i:F;var Be=Lu(E,O,i,i,i,i,i,F);return Be.placeholder=s0.placeholder,Be}function zl(E,F,de){F=de?i:F;var Be=Lu(E,M,i,i,i,i,i,F);return Be.placeholder=zl.placeholder,Be}function _0(E,F,de){var Be,xt,Xt,vr,Rr,Yr,kn=0,Fn=!1,Wn=!1,Ti=!0;if(typeof E!="function")throw new jr(o);F=bc(F)||0,Xo(de)&&(Fn=!!de.leading,Wn="maxWait"in de,Xt=Wn?di(bc(de.maxWait)||0,F):Xt,Ti="trailing"in de?!!de.trailing:Ti);function ra(ou){var jc=Be,x0=xt;return Be=xt=i,kn=ou,vr=E.apply(x0,jc),vr}function Pa(ou){return kn=ou,Rr=ac(xs,F),Fn?ra(ou):vr}function ls(ou){var jc=ou-Yr,x0=ou-kn,kf=F-jc;return Wn?la(kf,Xt-x0):kf}function Ia(ou){var jc=ou-Yr,x0=ou-kn;return Yr===i||jc>=F||jc<0||Wn&&x0>=Xt}function xs(){var ou=T0();if(Ia(ou))return Ps(ou);Rr=ac(xs,ls(ou))}function Ps(ou){return Rr=i,Ti&&Be?ra(ou):(Be=xt=i,vr)}function oc(){Rr!==i&&el(Rr),kn=0,Be=Yr=xt=Rr=i}function Cl(){return Rr===i?vr:Ps(T0())}function uc(){var ou=T0(),jc=Ia(ou);if(Be=arguments,xt=this,Yr=ou,jc){if(Rr===i)return Pa(Yr);if(Wn)return el(Rr),Rr=ac(xs,F),ra(Yr)}return Rr===i&&(Rr=ac(xs,F)),vr}return uc.cancel=oc,uc.flush=Cl,uc}var g0=ka(function(E,F){return Mo(E,1,F)}),K0=ka(function(E,F,de){return Mo(E,bc(F)||0,de)});function j0(E){return Lu(E,V)}function D0(E,F){if(typeof E!="function"||F!=null&&typeof F!="function")throw new jr(o);var de=function(){var Be=arguments,xt=F?F.apply(this,Be):Be[0],Xt=de.cache;if(Xt.has(xt))return Xt.get(xt);var vr=E.apply(this,Be);return de.cache=Xt.set(xt,vr)||Xt,vr};return de.cache=new(D0.Cache||mu),de}D0.Cache=mu;function o0(E){if(typeof E!="function")throw new jr(o);return function(){var F=arguments;switch(F.length){case 0:return!E.call(this);case 1:return!E.call(this,F[0]);case 2:return!E.call(this,F[0],F[1]);case 3:return!E.call(this,F[0],F[1],F[2])}return!E.apply(this,F)}}function Y0(E){return Ts(2,E)}var rf=Du(function(E,F){F=F.length==1&&Xa(F[0])?zi(F[0],ds(hn())):zi(As(F,1),ds(hn()));var de=F.length;return ka(function(Be){for(var xt=-1,Xt=la(Be.length,de);++xt<Xt;)Be[xt]=F[xt].call(this,Be[xt]);return Bi(E,this,Be)})}),U0=ka(function(E,F){var de=Bs(F,An(U0));return Lu(E,B,i,F,de)}),W0=ka(function(E,F){var de=Bs(F,An(W0));return Lu(E,U,i,F,de)}),k0=D(function(E,F){return Lu(E,G,i,i,i,F)});function Mf(E,F){if(typeof E!="function")throw new jr(o);return F=F===i?F:ss(F),ka(E,F)}function Ff(E,F){if(typeof E!="function")throw new jr(o);return F=F==null?0:di(ss(F),0),ka(function(de){var Be=de[F],xt=lo(de,0,F);return Be&&Ra(xt,Be),Bi(E,this,xt)})}function Bf(E,F,de){var Be=!0,xt=!0;if(typeof E!="function")throw new jr(o);return Xo(de)&&(Be="leading"in de?!!de.leading:Be,xt="trailing"in de?!!de.trailing:xt),_0(E,F,{leading:Be,maxWait:F,trailing:xt})}function Nf(E){return tf(E,1)}function jf(E,F){return U0(Tc(F),E)}function Uf(){if(!arguments.length)return[];var E=arguments[0];return Xa(E)?E:[E]}function zf(E){return yi(E,m)}function Hf(E,F){return F=typeof F=="function"?F:i,yi(E,m,F)}function Zf(E){return yi(E,p|m)}function $f(E,F){return F=typeof F=="function"?F:i,yi(E,p|m,F)}function Wf(E,F){return F==null||Co(E,F,Nu(F))}function Nc(E,F){return E===F||E!==E&&F!==F}var Gf=Ml(To),Vf=Ml(function(E,F){return E>=F}),R0=xc(function(){return arguments}())?xc:function(E){return tu(E)&&oi.call(E,"callee")&&!Vt.call(E,"callee")},Xa=xr.isArray,Kf=os?ds(os):to;function Hl(E){return E!=null&&X0(E.length)&&!y0(E)}function su(E){return tu(E)&&Hl(E)}function Yf(E){return E===!0||E===!1||tu(E)&&Gs(E)==Ft}var P0=Ni||pf,Xf=Ga?ds(Ga):wc;function qf(E){return tu(E)&&E.nodeType===1&&!G0(E)}function Qf(E){if(E==null)return!0;if(Hl(E)&&(Xa(E)||typeof E=="string"||typeof E.splice=="function"||P0(E)||z0(E)||R0(E)))return!E.length;var F=bs(E);if(F==Xe||F==He)return!E.size;if(ol(E))return!Il(E).length;for(var de in E)if(oi.call(E,de))return!1;return!0}function Jf(E,F){return Jo(E,F)}function ed(E,F,de){de=typeof de=="function"?de:i;var Be=de?de(E,F):i;return Be===i?Jo(E,F,i,de):!!Be}function nf(E){if(!tu(E))return!1;var F=Gs(E);return F==Jt||F==Pt||typeof E.message=="string"&&typeof E.name=="string"&&!G0(E)}function td(E){return typeof E=="number"&&Ei(E)}function y0(E){if(!Xo(E))return!1;var F=Gs(E);return F==er||F==tr||F==Ne||F==mt}function mf(E){return typeof E=="number"&&E==ss(E)}function X0(E){return typeof E=="number"&&E>-1&&E%1==0&&E<=q}function Xo(E){var F=typeof E;return E!=null&&(F=="object"||F=="function")}function tu(E){return E!=null&&typeof E=="object"}var vf=Is?ds(Is):Qu;function rd(E,F){return E===F||Ho(E,F,Ya(F))}function nd(E,F,de){return de=typeof de=="function"?de:i,Ho(E,F,Ya(F),de)}function id(E){return _f(E)&&E!=+E}function ad(E){if(El(E))throw new Gn(f);return Uc(E)}function sd(E){return E===null}function od(E){return E==null}function _f(E){return typeof E=="number"||tu(E)&&Gs(E)==It}function G0(E){if(!tu(E)||Gs(E)!=ot)return!1;var F=qe(E);if(F===null)return!0;var de=oi.call(F,"constructor")&&F.constructor;return typeof de=="function"&&de instanceof de&&Os.call(de)==ya}var af=Vi?ds(Vi):vo;function ud(E){return mf(E)&&E>=-q&&E<=q}var gf=vs?ds(vs):u0;function q0(E){return typeof E=="string"||!Xa(E)&&tu(E)&&Gs(E)==_e}function sc(E){return typeof E=="symbol"||tu(E)&&Gs(E)==Se}var z0=bo?ds(bo):l0;function ld(E){return E===i}function cd(E){return tu(E)&&bs(E)==Ue}function fd(E){return tu(E)&&Gs(E)==We}var dd=Ml(Ol),hd=Ml(function(E,F){return E<=F});function yf(E){if(!E)return[];if(Hl(E))return q0(E)?or(E):No(E);if(Zr&&E[Zr])return du(E[Zr]());var F=bs(E),de=F==Xe?Uo:F==He?Rs:H0;return de(E)}function b0(E){if(!E)return E===0?E:0;if(E=bc(E),E===ee||E===-ee){var F=E<0?-1:1;return F*le}return E===E?E:0}function ss(E){var F=b0(E),de=F%1;return F===F?de?F-de:F:0}function bf(E){return E?ks(ss(E),0,j):0}function bc(E){if(typeof E=="number")return E;if(sc(E))return Z;if(Xo(E)){var F=typeof E.valueOf=="function"?E.valueOf():E;E=Xo(F)?F+"":F}if(typeof E!="string")return E===0?E:+E;E=qo(E);var de=cr.test(E);return de||ft.test(E)?Fi(E.slice(2),de?2:8):fn.test(E)?Z:+E}function xf(E){return Vs(E,Zl(E))}function pd(E){return E?ks(ss(E),-q,q):E===0?E:0}function ro(E){return E==null?"":Wo(E)}var md=tl(function(E,F){if(ol(F)||Hl(F)){Vs(F,Nu(F),E);return}for(var de in F)oi.call(F,de)&&fa(E,de,F[de])}),wf=tl(function(E,F){Vs(F,Zl(F),E)}),Q0=tl(function(E,F,de,Be){Vs(F,Zl(F),E,Be)}),vd=tl(function(E,F,de,Be){Vs(F,Nu(F),E,Be)}),_d=D(Za);function gd(E,F){var de=Ar(E);return F==null?de:hs(de,F)}var yd=ka(function(E,F){E=Yn(E);var de=-1,Be=F.length,xt=Be>2?F[2]:i;for(xt&&Ks(F[0],F[1],xt)&&(Be=1);++de<Be;)for(var Xt=F[de],vr=Zl(Xt),Rr=-1,Yr=vr.length;++Rr<Yr;){var kn=vr[Rr],Fn=E[kn];(Fn===i||Nc(Fn,Pi[kn])&&!oi.call(E,kn))&&(E[kn]=Xt[kn])}return E}),bd=ka(function(E){return E.push(i,ec),Bi(Ef,i,E)});function xd(E,F){return gs(E,hn(F,3),yo)}function wd(E,F){return gs(E,hn(F,3),pl)}function Ed(E,F){return E==null?E:zu(E,hn(F,3),Zl)}function Sd(E,F){return E==null?E:Cu(E,hn(F,3),Zl)}function Ad(E,F){return E&&yo(E,hn(F,3))}function Cd(E,F){return E&&pl(E,hn(F,3))}function Td(E){return E==null?[]:ml(E,Nu(E))}function Pd(E){return E==null?[]:ml(E,Zl(E))}function sf(E,F,de){var Be=E==null?i:Qo(E,F);return Be===i?de:Be}function Id(E,F){return E!=null&&rc(E,F,vu)}function of(E,F){return E!=null&&rc(E,F,Wl)}var Od=nl(function(E,F,de){F!=null&&typeof F.toString!="function"&&(F=Ls.call(F)),E[F]=de},lf($l)),Dd=nl(function(E,F,de){F!=null&&typeof F.toString!="function"&&(F=Ls.call(F)),oi.call(E,F)?E[F].push(de):E[F]=[de]},hn),kd=ka(ii);function Nu(E){return Hl(E)?Hn(E):Il(E)}function Zl(E){return Hl(E)?Hn(E,!0):_l(E)}function Rd(E,F){var de={};return F=hn(F,3),yo(E,function(Be,xt,Xt){wa(de,F(Be,xt,Xt),Be)}),de}function Ld(E,F){var de={};return F=hn(F,3),yo(E,function(Be,xt,Xt){wa(de,xt,F(Be,xt,Xt))}),de}var Md=tl(function(E,F,de){Bo(E,F,de)}),Ef=tl(function(E,F,de,Be){Bo(E,F,de,Be)}),Fd=D(function(E,F){var de={};if(E==null)return de;var Be=!1;F=zi(F,function(Xt){return Xt=Ou(Xt,E),Be||(Be=Xt.length>1),Xt}),Vs(E,ve(E),de),Be&&(de=yi(de,p|y|m,mc));for(var xt=F.length;xt--;)dc(de,F[xt]);return de});function Bd(E,F){return Sf(E,o0(hn(F)))}var Nd=D(function(E,F){return E==null?{}:nu(E,F)});function Sf(E,F){if(E==null)return{};var de=zi(ve(E),function(Be){return[Be]});return F=hn(F),Ec(E,de,function(Be,xt){return F(Be,xt[0])})}function jd(E,F,de){F=Ou(F,E);var Be=-1,xt=F.length;for(xt||(xt=1,E=i);++Be<xt;){var Xt=E==null?i:E[Wi(F[Be])];Xt===i&&(Be=xt,Xt=de),E=y0(Xt)?Xt.call(E):Xt}return E}function Ud(E,F,de){return E==null?E:Hu(E,F,de)}function zd(E,F,de,Be){return Be=typeof Be=="function"?Be:i,E==null?E:Hu(E,F,de,Be)}var Af=pc(Nu),Cf=pc(Zl);function Hd(E,F,de){var Be=Xa(E),xt=Be||P0(E)||z0(E);if(F=hn(F,4),de==null){var Xt=E&&E.constructor;xt?de=Be?new Xt:[]:Xo(E)?de=y0(Xt)?Ar(qe(E)):{}:de={}}return(xt?Na:yo)(E,function(vr,Rr,Yr){return F(de,vr,Rr,Yr)}),de}function Zd(E,F){return E==null?!0:dc(E,F)}function $d(E,F,de){return E==null?E:Zu(E,F,Tc(de))}function Wd(E,F,de,Be){return Be=typeof Be=="function"?Be:i,E==null?E:Zu(E,F,Tc(de),Be)}function H0(E){return E==null?[]:Do(E,Nu(E))}function Gd(E){return E==null?[]:Do(E,Zl(E))}function Vd(E,F,de){return de===i&&(de=F,F=i),de!==i&&(de=bc(de),de=de===de?de:0),F!==i&&(F=bc(F),F=F===F?F:0),ks(bc(E),F,de)}function Kd(E,F,de){return F=b0(F),de===i?(de=F,F=0):de=b0(de),E=bc(E),Tu(E,F,de)}function Yd(E,F,de){if(de&&typeof de!="boolean"&&Ks(E,F,de)&&(F=de=i),de===i&&(typeof F=="boolean"?(de=F,F=i):typeof E=="boolean"&&(de=E,E=i)),E===i&&F===i?(E=0,F=1):(E=b0(E),F===i?(F=E,E=0):F=b0(F)),E>F){var Be=E;E=F,F=Be}if(de||E%1||F%1){var xt=Yi();return la(E+xt*(F-E+ai("1e-"+((xt+"").length-1))),F)}return _u(E,F)}var Xd=rl(function(E,F,de){return F=F.toLowerCase(),E+(de?Tf(F):F)});function Tf(E){return uf(ro(E).toLowerCase())}function Pf(E){return E=ro(E),E&&E.replace(zt,mo).replace(Or,"")}function qd(E,F,de){E=ro(E),F=Wo(F);var Be=E.length;de=de===i?Be:ks(ss(de),0,Be);var xt=de;return de-=F.length,de>=0&&E.slice(de,xt)==F}function Qd(E){return E=ro(E),E&&ht.test(E)?E.replace(Dt,Js):E}function Jd(E){return E=ro(E),E&&kt.test(E)?E.replace(gt,"\\$&"):E}var eh=rl(function(E,F,de){return E+(de?"-":"")+F.toLowerCase()}),th=rl(function(E,F,de){return E+(de?" ":"")+F.toLowerCase()}),rh=Vo("toLowerCase");function nh(E,F,de){E=ro(E),F=ss(F);var Be=F?hr(E):0;if(!F||Be>=F)return E;var xt=(F-Be)/2;return Ql(Ai(xt),de)+E+Ql(wi(xt),de)}function ih(E,F,de){E=ro(E),F=ss(F);var Be=F?hr(E):0;return F&&Be<F?E+Ql(F-Be,de):E}function ah(E,F,de){E=ro(E),F=ss(F);var Be=F?hr(E):0;return F&&Be<F?Ql(F-Be,de)+E:E}function sh(E,F,de){return de||F==null?F=0:F&&(F=+F),Ss(ro(E).replace(Fe,""),F||0)}function oh(E,F,de){return(de?Ks(E,F,de):F===i)?F=1:F=ss(F),Ju(ro(E),F)}function uh(){var E=arguments,F=ro(E[0]);return E.length<3?F:F.replace(E[1],E[2])}var lh=rl(function(E,F,de){return E+(de?"_":"")+F.toLowerCase()});function ch(E,F,de){return de&&typeof de!="number"&&Ks(E,F,de)&&(F=de=i),de=de===i?j:de>>>0,de?(E=ro(E),E&&(typeof F=="string"||F!=null&&!af(F))&&(F=Wo(F),!F&&Lo(E))?lo(or(E),0,de):E.split(F,de)):[]}var fh=rl(function(E,F,de){return E+(de?" ":"")+uf(F)});function dh(E,F,de){return E=ro(E),de=de==null?0:ks(ss(de),0,E.length),F=Wo(F),E.slice(de,de+F.length)==F}function hh(E,F,de){var Be=Ee.templateSettings;de&&Ks(E,F,de)&&(F=i),E=ro(E),F=Q0({},F,Be,lu);var xt=Q0({},F.imports,Be.imports,lu),Xt=Nu(xt),vr=Do(xt,Xt),Rr,Yr,kn=0,Fn=F.interpolate||nr,Wn="__p += '",Ti=si((F.escape||nr).source+"|"+Fn.source+"|"+(Fn===Re?Ur:nr).source+"|"+(F.evaluate||nr).source+"|$","g"),ra="//# sourceURL="+(oi.call(F,"sourceURL")?(F.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++rn+"]")+`
`;E.replace(Ti,function(Ia,xs,Ps,oc,Cl,uc){return Ps||(Ps=oc),Wn+=E.slice(kn,uc).replace(yr,ju),xs&&(Rr=!0,Wn+=`' +
__e(`+xs+`) +
'`),Cl&&(Yr=!0,Wn+=`';
`+Cl+`;
__p += '`),Ps&&(Wn+=`' +
((__t = (`+Ps+`)) == null ? '' : __t) +
'`),kn=uc+Ia.length,Ia}),Wn+=`';
`;var Pa=oi.call(F,"variable")&&F.variable;if(!Pa)Wn=`with (obj) {
`+Wn+`
}
`;else if(Lr.test(Pa))throw new Gn(h);Wn=(Yr?Wn.replace(Yt,""):Wn).replace(Ge,"$1").replace(fe,"$1;"),Wn="function("+(Pa||"obj")+`) {
`+(Pa?"":`obj || (obj = {});
`)+"var __t, __p = ''"+(Rr?", __e = _.escape":"")+(Yr?`, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
`:`;
`)+Wn+`return __p
}`;var ls=Of(function(){return dt(Xt,ra+"return "+Wn).apply(i,vr)});if(ls.source=Wn,nf(ls))throw ls;return ls}function ph(E){return ro(E).toLowerCase()}function mh(E){return ro(E).toUpperCase()}function vh(E,F,de){if(E=ro(E),E&&(de||F===i))return qo(E);if(!E||!(F=Wo(F)))return E;var Be=or(E),xt=or(F),Xt=$o(Be,xt),vr=Su(Be,xt)+1;return lo(Be,Xt,vr).join("")}function _h(E,F,de){if(E=ro(E),E&&(de||F===i))return E.slice(0,gr(E)+1);if(!E||!(F=Wo(F)))return E;var Be=or(E),xt=Su(Be,or(F))+1;return lo(Be,0,xt).join("")}function gh(E,F,de){if(E=ro(E),E&&(de||F===i))return E.replace(Fe,"");if(!E||!(F=Wo(F)))return E;var Be=or(E),xt=$o(Be,or(F));return lo(Be,xt).join("")}function yh(E,F){var de=ae,Be=ie;if(Xo(F)){var xt="separator"in F?F.separator:xt;de="length"in F?ss(F.length):de,Be="omission"in F?Wo(F.omission):Be}E=ro(E);var Xt=E.length;if(Lo(E)){var vr=or(E);Xt=vr.length}if(de>=Xt)return E;var Rr=de-hr(Be);if(Rr<1)return Be;var Yr=vr?lo(vr,0,Rr).join(""):E.slice(0,Rr);if(xt===i)return Yr+Be;if(vr&&(Rr+=Yr.length-Rr),af(xt)){if(E.slice(Rr).search(xt)){var kn,Fn=Yr;for(xt.global||(xt=si(xt.source,ro(sn.exec(xt))+"g")),xt.lastIndex=0;kn=xt.exec(Fn);)var Wn=kn.index;Yr=Yr.slice(0,Wn===i?Rr:Wn)}}else if(E.indexOf(Wo(xt),Rr)!=Rr){var Ti=Yr.lastIndexOf(xt);Ti>-1&&(Yr=Yr.slice(0,Ti))}return Yr+Be}function bh(E){return E=ro(E),E&&Te.test(E)?E.replace(pe,Sr):E}var xh=rl(function(E,F,de){return E+(de?" ":"")+F.toUpperCase()}),uf=Vo("toUpperCase");function If(E,F,de){return E=ro(E),F=de?i:F,F===i?$s(E)?Un(E):Ea(E):E.match(F)||[]}var Of=ka(function(E,F){try{return Bi(E,i,F)}catch(de){return nf(de)?de:new Gn(de)}}),wh=D(function(E,F){return Na(F,function(de){de=Wi(de),wa(E,de,fu(E[de],E))}),E});function Eh(E){var F=E==null?0:E.length,de=hn();return E=F?zi(E,function(Be){if(typeof Be[1]!="function")throw new jr(o);return[de(Be[0]),Be[1]]}):[],ka(function(Be){for(var xt=-1;++xt<F;){var Xt=E[xt];if(Bi(Xt[0],this,Be))return Bi(Xt[1],this,Be)}})}function Sh(E){return oo(yi(E,p))}function lf(E){return function(){return E}}function Ah(E,F){return E==null||E!==E?F:E}var Ch=Zo(),Th=Zo(!0);function $l(E){return E}function cf(E){return zc(typeof E=="function"?E:yi(E,p))}function Ph(E){return Dl(yi(E,p))}function Ih(E,F){return zs(E,yi(F,p))}var Oh=ka(function(E,F){return function(de){return ii(de,E,F)}}),Dh=ka(function(E,F){return function(de){return ii(E,de,F)}});function ff(E,F,de){var Be=Nu(F),xt=ml(F,Be);de==null&&!(Xo(F)&&(xt.length||!Be.length))&&(de=F,F=E,E=this,xt=ml(F,Nu(F)));var Xt=!(Xo(de)&&"chain"in de)||!!de.chain,vr=y0(E);return Na(xt,function(Rr){var Yr=F[Rr];E[Rr]=Yr,vr&&(E.prototype[Rr]=function(){var kn=this.__chain__;if(Xt||kn){var Fn=E(this.__wrapped__),Wn=Fn.__actions__=No(this.__actions__);return Wn.push({func:Yr,args:arguments,thisArg:E}),Fn.__chain__=kn,Fn}return Yr.apply(E,Ra([this.value()],arguments))})}),E}function kh(){return Ta._===this&&(Ta._=Va),this}function df(){}function Rh(E){return E=ss(E),ka(function(F){return Gl(F,E)})}var Lh=ql(zi),Mh=ql(Rn),Fh=ql(Xs);function Df(E){return ns(E)?fi(Wi(E)):Sc(E)}function Bh(E){return function(F){return E==null?i:Qo(E,F)}}var Nh=Yc(),jh=Yc(!0);function hf(){return[]}function pf(){return!1}function Uh(){return{}}function zh(){return""}function Hh(){return!0}function Zh(E,F){if(E=ss(E),E<1||E>q)return[];var de=j,Be=la(E,j);F=hn(F),E-=j;for(var xt=qs(Be,F);++de<E;)F(de);return xt}function $h(E){return Xa(E)?zi(E,Wi):sc(E)?[E]:No(Sa(ro(E)))}function Wh(E){var F=++Ws;return ro(E)+F}var Gh=il(function(E,F){return E+F},0),Vh=wu("ceil"),Kh=il(function(E,F){return E/F},1),Yh=wu("floor");function Xh(E){return E&&E.length?Uu(E,$l,To):i}function qh(E,F){return E&&E.length?Uu(E,hn(F,2),To):i}function Qh(E){return po(E,$l)}function Jh(E,F){return po(E,hn(F,2))}function ep(E){return E&&E.length?Uu(E,$l,Ol):i}function tp(E,F){return E&&E.length?Uu(E,hn(F,2),Ol):i}var rp=il(function(E,F){return E*F},1),np=wu("round"),ip=il(function(E,F){return E-F},0);function ap(E){return E&&E.length?Qa(E,$l):0}function sp(E,F){return E&&E.length?Qa(E,hn(F,2)):0}return Ee.after=$0,Ee.ary=tf,Ee.assign=md,Ee.assignIn=wf,Ee.assignInWith=Q0,Ee.assignWith=vd,Ee.at=_d,Ee.before=Ts,Ee.bind=fu,Ee.bindAll=wh,Ee.bindKey=Al,Ee.castArray=Uf,Ee.chain=be,Ee.chunk=Qi,Ee.compact=is,Ee.concat=Wu,Ee.cond=Eh,Ee.conforms=Sh,Ee.constant=lf,Ee.countBy=Wr,Ee.create=gd,Ee.curry=s0,Ee.curryRight=zl,Ee.debounce=_0,Ee.defaults=yd,Ee.defaultsDeep=bd,Ee.defer=g0,Ee.delay=K0,Ee.difference=Bu,Ee.differenceBy=Gu,Ee.differenceWith=ul,Ee.drop=ll,Ee.dropRight=I0,Ee.dropRightWhile=w0,Ee.dropWhile=jl,Ee.fill=E0,Ee.filter=ln,Ee.flatMap=hi,Ee.flatMapDeep=ua,Ee.flatMapDepth=ji,Ee.flatten=d0,Ee.flattenDeep=cl,Ee.flattenDepth=O0,Ee.flip=j0,Ee.flow=Ch,Ee.flowRight=Th,Ee.fromPairs=Vu,Ee.functions=Td,Ee.functionsIn=Pd,Ee.groupBy=Gi,Ee.initial=Ko,Ee.intersection=r0,Ee.intersectionBy=h0,Ee.intersectionWith=fl,Ee.invert=Od,Ee.invertBy=Dd,Ee.invokeMap=qn,Ee.iteratee=cf,Ee.keyBy=ri,Ee.keys=Nu,Ee.keysIn=Zl,Ee.map=Aa,Ee.mapKeys=Rd,Ee.mapValues=Ld,Ee.matches=Ph,Ee.matchesProperty=Ih,Ee.memoize=D0,Ee.merge=Md,Ee.mergeWith=Ef,Ee.method=Oh,Ee.methodOf=Dh,Ee.mixin=ff,Ee.negate=o0,Ee.nthArg=Rh,Ee.omit=Fd,Ee.omitBy=Bd,Ee.once=Y0,Ee.orderBy=Ca,Ee.over=Lh,Ee.overArgs=rf,Ee.overEvery=Mh,Ee.overSome=Fh,Ee.partial=U0,Ee.partialRight=W0,Ee.partition=as,Ee.pick=Nd,Ee.pickBy=Sf,Ee.property=Df,Ee.propertyOf=Bh,Ee.pull=Lc,Ee.pullAll=Mc,Ee.pullAllBy=m0,Ee.pullAllWith=Fc,Ee.pullAt=S0,Ee.range=Nh,Ee.rangeRight=jh,Ee.rearg=k0,Ee.reject=fo,Ee.remove=L0,Ee.rest=Mf,Ee.reverse=Bc,Ee.sampleSize=dl,Ee.set=Ud,Ee.setWith=zd,Ee.shuffle=a0,Ee.slice=M0,Ee.sortBy=ef,Ee.sortedUniq=i0,Ee.sortedUniqBy=N0,Ee.split=ch,Ee.spread=Ff,Ee.tail=C0,Ee.take=g,Ee.takeRight=C,Ee.takeRightWhile=H,Ee.takeWhile=ge,Ee.tap=Ie,Ee.throttle=Bf,Ee.thru=Ae,Ee.toArray=yf,Ee.toPairs=Af,Ee.toPairsIn=Cf,Ee.toPath=$h,Ee.toPlainObject=xf,Ee.transform=Hd,Ee.unary=Nf,Ee.union=Le,Ee.unionBy=ut,Ee.unionWith=jt,Ee.uniq=ir,Ee.uniqBy=P,Ee.uniqWith=t,Ee.unset=Zd,Ee.unzip=n,Ee.unzipWith=s,Ee.update=$d,Ee.updateWith=Wd,Ee.values=H0,Ee.valuesIn=Gd,Ee.without=v,Ee.words=If,Ee.wrap=jf,Ee.xor=w,Ee.xorBy=T,Ee.xorWith=z,Ee.zip=W,Ee.zipObject=N,Ee.zipObjectDeep=te,Ee.zipWith=ce,Ee.entries=Af,Ee.entriesIn=Cf,Ee.extend=wf,Ee.extendWith=Q0,ff(Ee,Ee),Ee.add=Gh,Ee.attempt=Of,Ee.camelCase=Xd,Ee.capitalize=Tf,Ee.ceil=Vh,Ee.clamp=Vd,Ee.clone=zf,Ee.cloneDeep=Zf,Ee.cloneDeepWith=$f,Ee.cloneWith=Hf,Ee.conformsTo=Wf,Ee.deburr=Pf,Ee.defaultTo=Ah,Ee.divide=Kh,Ee.endsWith=qd,Ee.eq=Nc,Ee.escape=Qd,Ee.escapeRegExp=Jd,Ee.every=Jr,Ee.find=Kr,Ee.findIndex=gc,Ee.findKey=xd,Ee.findLast=Zn,Ee.findLastIndex=e0,Ee.findLastKey=wd,Ee.floor=Yh,Ee.forEach=Ui,Ee.forEachRight=ci,Ee.forIn=Ed,Ee.forInRight=Sd,Ee.forOwn=Ad,Ee.forOwnRight=Cd,Ee.get=sf,Ee.gt=Gf,Ee.gte=Vf,Ee.has=Id,Ee.hasIn=of,Ee.head=Rc,Ee.identity=$l,Ee.includes=ea,Ee.indexOf=t0,Ee.inRange=Kd,Ee.invoke=kd,Ee.isArguments=R0,Ee.isArray=Xa,Ee.isArrayBuffer=Kf,Ee.isArrayLike=Hl,Ee.isArrayLikeObject=su,Ee.isBoolean=Yf,Ee.isBuffer=P0,Ee.isDate=Xf,Ee.isElement=qf,Ee.isEmpty=Qf,Ee.isEqual=Jf,Ee.isEqualWith=ed,Ee.isError=nf,Ee.isFinite=td,Ee.isFunction=y0,Ee.isInteger=mf,Ee.isLength=X0,Ee.isMap=vf,Ee.isMatch=rd,Ee.isMatchWith=nd,Ee.isNaN=id,Ee.isNative=ad,Ee.isNil=od,Ee.isNull=sd,Ee.isNumber=_f,Ee.isObject=Xo,Ee.isObjectLike=tu,Ee.isPlainObject=G0,Ee.isRegExp=af,Ee.isSafeInteger=ud,Ee.isSet=gf,Ee.isString=q0,Ee.isSymbol=sc,Ee.isTypedArray=z0,Ee.isUndefined=ld,Ee.isWeakMap=cd,Ee.isWeakSet=fd,Ee.join=Ul,Ee.kebabCase=eh,Ee.last=Yo,Ee.lastIndexOf=yc,Ee.lowerCase=th,Ee.lowerFirst=rh,Ee.lt=dd,Ee.lte=hd,Ee.max=Xh,Ee.maxBy=qh,Ee.mean=Qh,Ee.meanBy=Jh,Ee.min=ep,Ee.minBy=tp,Ee.stubArray=hf,Ee.stubFalse=pf,Ee.stubObject=Uh,Ee.stubString=zh,Ee.stubTrue=Hh,Ee.multiply=rp,Ee.nth=p0,Ee.noConflict=kh,Ee.noop=df,Ee.now=T0,Ee.pad=nh,Ee.padEnd=ih,Ee.padStart=ah,Ee.parseInt=sh,Ee.random=Yd,Ee.reduce=Cs,Ee.reduceRight=Hs,Ee.repeat=oh,Ee.replace=uh,Ee.result=jd,Ee.round=np,Ee.runInContext=lr,Ee.sample=Ku,Ee.size=V0,Ee.snakeCase=lh,Ee.some=J0,Ee.sortedIndex=n0,Ee.sortedIndexBy=v0,Ee.sortedIndexOf=Z0,Ee.sortedLastIndex=A0,Ee.sortedLastIndexBy=F0,Ee.sortedLastIndexOf=B0,Ee.startCase=fh,Ee.startsWith=dh,Ee.subtract=ip,Ee.sum=ap,Ee.sumBy=sp,Ee.template=hh,Ee.times=Zh,Ee.toFinite=b0,Ee.toInteger=ss,Ee.toLength=bf,Ee.toLower=ph,Ee.toNumber=bc,Ee.toSafeInteger=pd,Ee.toString=ro,Ee.toUpper=mh,Ee.trim=vh,Ee.trimEnd=_h,Ee.trimStart=gh,Ee.truncate=yh,Ee.unescape=bh,Ee.uniqueId=Wh,Ee.upperCase=xh,Ee.upperFirst=uf,Ee.each=Ui,Ee.eachRight=ci,Ee.first=Rc,ff(Ee,function(){var E={};return yo(Ee,function(F,de){oi.call(Ee.prototype,de)||(E[de]=F)}),E}(),{chain:!1}),Ee.VERSION=l,Na(["bind","bindKey","curry","curryRight","partial","partialRight"],function(E){Ee[E].placeholder=Ee}),Na(["drop","take"],function(E,F){Xr.prototype[E]=function(de){de=de===i?1:di(ss(de),0);var Be=this.__filtered__&&!F?new Xr(this):this.clone();return Be.__filtered__?Be.__takeCount__=la(de,Be.__takeCount__):Be.__views__.push({size:la(de,j),type:E+(Be.__dir__<0?"Right":"")}),Be},Xr.prototype[E+"Right"]=function(de){return this.reverse()[E](de).reverse()}}),Na(["filter","map","takeWhile"],function(E,F){var de=F+1,Be=de==J||de==oe;Xr.prototype[E]=function(xt){var Xt=this.clone();return Xt.__iteratees__.push({iteratee:hn(xt,3),type:de}),Xt.__filtered__=Xt.__filtered__||Be,Xt}}),Na(["head","last"],function(E,F){var de="take"+(F?"Right":"");Xr.prototype[E]=function(){return this[de](1).value()[0]}}),Na(["initial","tail"],function(E,F){var de="drop"+(F?"":"Right");Xr.prototype[E]=function(){return this.__filtered__?new Xr(this):this[de](1)}}),Xr.prototype.compact=function(){return this.filter($l)},Xr.prototype.find=function(E){return this.filter(E).head()},Xr.prototype.findLast=function(E){return this.reverse().find(E)},Xr.prototype.invokeMap=ka(function(E,F){return typeof E=="function"?new Xr(this):this.map(function(de){return ii(de,E,F)})}),Xr.prototype.reject=function(E){return this.filter(o0(hn(E)))},Xr.prototype.slice=function(E,F){E=ss(E);var de=this;return de.__filtered__&&(E>0||F<0)?new Xr(de):(E<0?de=de.takeRight(-E):E&&(de=de.drop(E)),F!==i&&(F=ss(F),de=F<0?de.dropRight(-F):de.take(F-E)),de)},Xr.prototype.takeRightWhile=function(E){return this.reverse().takeWhile(E).reverse()},Xr.prototype.toArray=function(){return this.take(j)},yo(Xr.prototype,function(E,F){var de=/^(?:filter|find|map|reject)|While$/.test(F),Be=/^(?:head|last)$/.test(F),xt=Ee[Be?"take"+(F=="last"?"Right":""):F],Xt=Be||/^find/.test(F);xt&&(Ee.prototype[F]=function(){var vr=this.__wrapped__,Rr=Be?[1]:arguments,Yr=vr instanceof Xr,kn=Rr[0],Fn=Yr||Xa(vr),Wn=function(xs){var Ps=xt.apply(Ee,Ra([xs],Rr));return Be&&Ti?Ps[0]:Ps};Fn&&de&&typeof kn=="function"&&kn.length!=1&&(Yr=Fn=!1);var Ti=this.__chain__,ra=!!this.__actions__.length,Pa=Xt&&!Ti,ls=Yr&&!ra;if(!Xt&&Fn){vr=ls?vr:new Xr(this);var Ia=E.apply(vr,Rr);return Ia.__actions__.push({func:Ae,args:[Wn],thisArg:i}),new br(Ia,Ti)}return Pa&&ls?E.apply(this,Rr):(Ia=this.thru(Wn),Pa?Be?Ia.value()[0]:Ia.value():Ia)})}),Na(["pop","push","shift","sort","splice","unshift"],function(E){var F=Gr[E],de=/^(?:push|sort|unshift)$/.test(E)?"tap":"thru",Be=/^(?:pop|shift)$/.test(E);Ee.prototype[E]=function(){var xt=arguments;if(Be&&!this.__chain__){var Xt=this.value();return F.apply(Xa(Xt)?Xt:[],xt)}return this[de](function(vr){return F.apply(Xa(vr)?vr:[],xt)})}}),yo(Xr.prototype,function(E,F){var de=Ee[F];if(de){var Be=de.name+"";oi.call(ao,Be)||(ao[Be]=[]),ao[Be].push({name:F,func:de})}}),ao[xu(i,R).name]=[{name:"wrapper",func:i}],Xr.prototype.clone=Cn,Xr.prototype.reverse=Qn,Xr.prototype.value=Li,Ee.prototype.at=at,Ee.prototype.chain=rt,Ee.prototype.commit=Rt,Ee.prototype.next=dr,Ee.prototype.plant=kr,Ee.prototype.reverse=Hr,Ee.prototype.toJSON=Ee.prototype.valueOf=Ee.prototype.value=cn,Ee.prototype.first=Ee.prototype.head,Zr&&(Ee.prototype[Zr]=sr),Ee},Kn=Bn();Ta._=Kn,r=function(){return Kn}.call(_,e,_,d),r!==i&&(d.exports=r)}).call(this)},28440:function(d,_,e){var r=e(50097),i=e(63323),l=i(function(c,f,o){r(c,f,o)});d.exports=l},55950:function(d){function _(){return!1}d.exports=_},20480:function(d,_,e){var r=e(95378),i=e(56730);function l(c){return r(c,i(c))}d.exports=l},32834:function(d){(function(_,e){d.exports=e()})(this,function(){"use strict";function _(St,Re){for(var _t=0;_t<Re.length;_t++){var ze=Re[_t];ze.enumerable=ze.enumerable||!1,ze.configurable=!0,"value"in ze&&(ze.writable=!0),Object.defineProperty(St,ze.key,ze)}}function e(St,Re,_t){return Re&&_(St.prototype,Re),_t&&_(St,_t),St}function r(St,Re){if(St){if(typeof St=="string")return i(St,Re);var _t=Object.prototype.toString.call(St).slice(8,-1);if(_t==="Object"&&St.constructor&&(_t=St.constructor.name),_t==="Map"||_t==="Set")return Array.from(St);if(_t==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(_t))return i(St,Re)}}function i(St,Re){(Re==null||Re>St.length)&&(Re=St.length);for(var _t=0,ze=new Array(Re);_t<Re;_t++)ze[_t]=St[_t];return ze}function l(St,Re){var _t=typeof Symbol!="undefined"&&St[Symbol.iterator]||St["@@iterator"];if(_t)return(_t=_t.call(St)).next.bind(_t);if(Array.isArray(St)||(_t=r(St))||Re&&St&&typeof St.length=="number"){_t&&(St=_t);var ze=0;return function(){return ze>=St.length?{done:!0}:{done:!1,value:St[ze++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var c={exports:{}};function f(){return{baseUrl:null,breaks:!1,gfm:!0,headerIds:!0,headerPrefix:"",highlight:null,langPrefix:"language-",mangle:!0,pedantic:!1,renderer:null,sanitize:!1,sanitizer:null,silent:!1,smartLists:!1,smartypants:!1,tokenizer:null,walkTokens:null,xhtml:!1}}function o(St){c.exports.defaults=St}c.exports={defaults:f(),getDefaults:f,changeDefaults:o};var h=/[&<>"']/,u=/[&<>"']/g,a=/[<>"']|&(?!#?\w+;)/,x=/[<>"']|&(?!#?\w+;)/g,p={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},y=function(Re){return p[Re]};function m(St,Re){if(Re){if(h.test(St))return St.replace(u,y)}else if(a.test(St))return St.replace(x,y);return St}var b=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;function S(St){return St.replace(b,function(Re,_t){return _t=_t.toLowerCase(),_t==="colon"?":":_t.charAt(0)==="#"?_t.charAt(1)==="x"?String.fromCharCode(parseInt(_t.substring(2),16)):String.fromCharCode(+_t.substring(1)):""})}var k=/(^|[^\[])\^/g;function R(St,Re){St=St.source||St,Re=Re||"";var _t={replace:function(we,gt){return gt=gt.source||gt,gt=gt.replace(k,"$1"),St=St.replace(we,gt),_t},getRegex:function(){return new RegExp(St,Re)}};return _t}var A=/[^\w:]/g,O=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function M(St,Re,_t){if(St){var ze;try{ze=decodeURIComponent(S(_t)).replace(A,"").toLowerCase()}catch(we){return null}if(ze.indexOf("javascript:")===0||ze.indexOf("vbscript:")===0||ze.indexOf("data:")===0)return null}Re&&!O.test(_t)&&(_t=V(Re,_t));try{_t=encodeURI(_t).replace(/%25/g,"%")}catch(we){return null}return _t}var B={},U=/^[^:]+:\/*[^/]*$/,X=/^([^:]+:)[\s\S]*$/,G=/^([^:]+:\/*[^/]*)[\s\S]*$/;function V(St,Re){B[" "+St]||(U.test(St)?B[" "+St]=St+"/":B[" "+St]=Q(St,"/",!0)),St=B[" "+St];var _t=St.indexOf(":")===-1;return Re.substring(0,2)==="//"?_t?Re:St.replace(X,"$1")+Re:Re.charAt(0)==="/"?_t?Re:St.replace(G,"$1")+Re:St+Re}var ae={exec:function(){}};function ie(St){for(var Re=1,_t,ze;Re<arguments.length;Re++){_t=arguments[Re];for(ze in _t)Object.prototype.hasOwnProperty.call(_t,ze)&&(St[ze]=_t[ze])}return St}function ue(St,Re){var _t=St.replace(/\|/g,function(gt,kt,Fe){for(var Ir=!1,At=kt;--At>=0&&Fe[At]==="\\";)Ir=!Ir;return Ir?"|":" |"}),ze=_t.split(/ \|/),we=0;if(ze.length>Re)ze.splice(Re);else for(;ze.length<Re;)ze.push("");for(;we<ze.length;we++)ze[we]=ze[we].trim().replace(/\\\|/g,"|");return ze}function Q(St,Re,_t){var ze=St.length;if(ze===0)return"";for(var we=0;we<ze;){var gt=St.charAt(ze-we-1);if(gt===Re&&!_t)we++;else if(gt!==Re&&_t)we++;else break}return St.substr(0,ze-we)}function J(St,Re){if(St.indexOf(Re[1])===-1)return-1;for(var _t=St.length,ze=0,we=0;we<_t;we++)if(St[we]==="\\")we++;else if(St[we]===Re[0])ze++;else if(St[we]===Re[1]&&(ze--,ze<0))return we;return-1}function K(St){St&&St.sanitize&&!St.silent&&console.warn("marked(): sanitize and sanitizer parameters are deprecated since version 0.7.0, should not be used and will be removed in the future. Read more here: https://marked.js.org/#/USING_ADVANCED.md#options")}function oe(St,Re){if(Re<1)return"";for(var _t="";Re>1;)Re&1&&(_t+=St),Re>>=1,St+=St;return _t+St}var ee={escape:m,unescape:S,edit:R,cleanUrl:M,resolveUrl:V,noopTest:ae,merge:ie,splitCells:ue,rtrim:Q,findClosingBracket:J,checkSanitizeDeprecation:K,repeatString:oe},q=c.exports.defaults,le=ee.rtrim,Z=ee.splitCells,j=ee.escape,se=ee.findClosingBracket;function me(St,Re,_t){var ze=Re.href,we=Re.title?j(Re.title):null,gt=St[1].replace(/\\([\[\]])/g,"$1");return St[0].charAt(0)!=="!"?{type:"link",raw:_t,href:ze,title:we,text:gt}:{type:"image",raw:_t,href:ze,title:we,text:j(gt)}}function Oe(St,Re){var _t=St.match(/^(\s+)(?:```)/);if(_t===null)return Re;var ze=_t[1];return Re.split(`
`).map(function(we){var gt=we.match(/^\s+/);if(gt===null)return we;var kt=gt[0];return kt.length>=ze.length?we.slice(ze.length):we}).join(`
`)}var ke=function(){function St(_t){this.options=_t||q}var Re=St.prototype;return Re.space=function(ze){var we=this.rules.block.newline.exec(ze);if(we)return we[0].length>1?{type:"space",raw:we[0]}:{raw:`
`}},Re.code=function(ze){var we=this.rules.block.code.exec(ze);if(we){var gt=we[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:we[0],codeBlockStyle:"indented",text:this.options.pedantic?gt:le(gt,`
`)}}},Re.fences=function(ze){var we=this.rules.block.fences.exec(ze);if(we){var gt=we[0],kt=Oe(gt,we[3]||"");return{type:"code",raw:gt,lang:we[2]?we[2].trim():we[2],text:kt}}},Re.heading=function(ze){var we=this.rules.block.heading.exec(ze);if(we){var gt=we[2].trim();if(/#$/.test(gt)){var kt=le(gt,"#");(this.options.pedantic||!kt||/ $/.test(kt))&&(gt=kt.trim())}return{type:"heading",raw:we[0],depth:we[1].length,text:gt}}},Re.nptable=function(ze){var we=this.rules.block.nptable.exec(ze);if(we){var gt={type:"table",header:Z(we[1].replace(/^ *| *\| *$/g,"")),align:we[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:we[3]?we[3].replace(/\n$/,"").split(`
`):[],raw:we[0]};if(gt.header.length===gt.align.length){var kt=gt.align.length,Fe;for(Fe=0;Fe<kt;Fe++)/^ *-+: *$/.test(gt.align[Fe])?gt.align[Fe]="right":/^ *:-+: *$/.test(gt.align[Fe])?gt.align[Fe]="center":/^ *:-+ *$/.test(gt.align[Fe])?gt.align[Fe]="left":gt.align[Fe]=null;for(kt=gt.cells.length,Fe=0;Fe<kt;Fe++)gt.cells[Fe]=Z(gt.cells[Fe],gt.header.length);return gt}}},Re.hr=function(ze){var we=this.rules.block.hr.exec(ze);if(we)return{type:"hr",raw:we[0]}},Re.blockquote=function(ze){var we=this.rules.block.blockquote.exec(ze);if(we){var gt=we[0].replace(/^ *> ?/gm,"");return{type:"blockquote",raw:we[0],text:gt}}},Re.list=function(ze){var we=this.rules.block.list.exec(ze);if(we){var gt=we[0],kt=we[2],Fe=kt.length>1,Ir={type:"list",raw:gt,ordered:Fe,start:Fe?+kt.slice(0,-1):"",loose:!1,items:[]},At=we[0].match(this.rules.block.item),Vr=!1,Qr,Er,Lr,_r,Ur,sn,fn,cr,Dr,ft=At.length;Lr=this.rules.block.listItemStart.exec(At[0]);for(var Et=0;Et<ft;Et++){if(Qr=At[Et],gt=Qr,this.options.pedantic||(Dr=Qr.match(new RegExp("\\n\\s*\\n {0,"+(Lr[0].length-1)+"}\\S")),Dr&&(Ur=Qr.length-Dr.index+At.slice(Et+1).join(`
`).length,Ir.raw=Ir.raw.substring(0,Ir.raw.length-Ur),Qr=Qr.substring(0,Dr.index),gt=Qr,ft=Et+1)),Et!==ft-1){if(_r=this.rules.block.listItemStart.exec(At[Et+1]),this.options.pedantic?_r[1].length>Lr[1].length:_r[1].length>=Lr[0].length||_r[1].length>3){At.splice(Et,2,At[Et]+(!this.options.pedantic&&_r[1].length<Lr[0].length&&!At[Et].match(/\n$/)?"":`
`)+At[Et+1]),Et--,ft--;continue}else(!this.options.pedantic||this.options.smartLists?_r[2][_r[2].length-1]!==kt[kt.length-1]:Fe===(_r[2].length===1))&&(Ur=At.slice(Et+1).join(`
`).length,Ir.raw=Ir.raw.substring(0,Ir.raw.length-Ur),Et=ft-1);Lr=_r}Er=Qr.length,Qr=Qr.replace(/^ *([*+-]|\d+[.)]) ?/,""),~Qr.indexOf(`
`)&&(Er-=Qr.length,Qr=this.options.pedantic?Qr.replace(/^ {1,4}/gm,""):Qr.replace(new RegExp("^ {1,"+Er+"}","gm"),"")),Qr=le(Qr,`
`),Et!==ft-1&&(gt=gt+`
`),sn=Vr||/\n\n(?!\s*$)/.test(gt),Et!==ft-1&&(Vr=gt.slice(-2)===`
`,sn||(sn=Vr)),sn&&(Ir.loose=!0),this.options.gfm&&(fn=/^\[[ xX]\] /.test(Qr),cr=void 0,fn&&(cr=Qr[1]!==" ",Qr=Qr.replace(/^\[[ xX]\] +/,""))),Ir.items.push({type:"list_item",raw:gt,task:fn,checked:cr,loose:sn,text:Qr})}return Ir}},Re.html=function(ze){var we=this.rules.block.html.exec(ze);if(we)return{type:this.options.sanitize?"paragraph":"html",raw:we[0],pre:!this.options.sanitizer&&(we[1]==="pre"||we[1]==="script"||we[1]==="style"),text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(we[0]):j(we[0]):we[0]}},Re.def=function(ze){var we=this.rules.block.def.exec(ze);if(we){we[3]&&(we[3]=we[3].substring(1,we[3].length-1));var gt=we[1].toLowerCase().replace(/\s+/g," ");return{type:"def",tag:gt,raw:we[0],href:we[2],title:we[3]}}},Re.table=function(ze){var we=this.rules.block.table.exec(ze);if(we){var gt={type:"table",header:Z(we[1].replace(/^ *| *\| *$/g,"")),align:we[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:we[3]?we[3].replace(/\n$/,"").split(`
`):[]};if(gt.header.length===gt.align.length){gt.raw=we[0];var kt=gt.align.length,Fe;for(Fe=0;Fe<kt;Fe++)/^ *-+: *$/.test(gt.align[Fe])?gt.align[Fe]="right":/^ *:-+: *$/.test(gt.align[Fe])?gt.align[Fe]="center":/^ *:-+ *$/.test(gt.align[Fe])?gt.align[Fe]="left":gt.align[Fe]=null;for(kt=gt.cells.length,Fe=0;Fe<kt;Fe++)gt.cells[Fe]=Z(gt.cells[Fe].replace(/^ *\| *| *\| *$/g,""),gt.header.length);return gt}}},Re.lheading=function(ze){var we=this.rules.block.lheading.exec(ze);if(we)return{type:"heading",raw:we[0],depth:we[2].charAt(0)==="="?1:2,text:we[1]}},Re.paragraph=function(ze){var we=this.rules.block.paragraph.exec(ze);if(we)return{type:"paragraph",raw:we[0],text:we[1].charAt(we[1].length-1)===`
`?we[1].slice(0,-1):we[1]}},Re.text=function(ze){var we=this.rules.block.text.exec(ze);if(we)return{type:"text",raw:we[0],text:we[0]}},Re.escape=function(ze){var we=this.rules.inline.escape.exec(ze);if(we)return{type:"escape",raw:we[0],text:j(we[1])}},Re.tag=function(ze,we,gt){var kt=this.rules.inline.tag.exec(ze);if(kt)return!we&&/^<a /i.test(kt[0])?we=!0:we&&/^<\/a>/i.test(kt[0])&&(we=!1),!gt&&/^<(pre|code|kbd|script)(\s|>)/i.test(kt[0])?gt=!0:gt&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(kt[0])&&(gt=!1),{type:this.options.sanitize?"text":"html",raw:kt[0],inLink:we,inRawBlock:gt,text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(kt[0]):j(kt[0]):kt[0]}},Re.link=function(ze){var we=this.rules.inline.link.exec(ze);if(we){var gt=we[2].trim();if(!this.options.pedantic&&/^</.test(gt)){if(!/>$/.test(gt))return;var kt=le(gt.slice(0,-1),"\\");if((gt.length-kt.length)%2===0)return}else{var Fe=se(we[2],"()");if(Fe>-1){var Ir=we[0].indexOf("!")===0?5:4,At=Ir+we[1].length+Fe;we[2]=we[2].substring(0,Fe),we[0]=we[0].substring(0,At).trim(),we[3]=""}}var Vr=we[2],Qr="";if(this.options.pedantic){var Er=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(Vr);Er&&(Vr=Er[1],Qr=Er[3])}else Qr=we[3]?we[3].slice(1,-1):"";return Vr=Vr.trim(),/^</.test(Vr)&&(this.options.pedantic&&!/>$/.test(gt)?Vr=Vr.slice(1):Vr=Vr.slice(1,-1)),me(we,{href:Vr&&Vr.replace(this.rules.inline._escapes,"$1"),title:Qr&&Qr.replace(this.rules.inline._escapes,"$1")},we[0])}},Re.reflink=function(ze,we){var gt;if((gt=this.rules.inline.reflink.exec(ze))||(gt=this.rules.inline.nolink.exec(ze))){var kt=(gt[2]||gt[1]).replace(/\s+/g," ");if(kt=we[kt.toLowerCase()],!kt||!kt.href){var Fe=gt[0].charAt(0);return{type:"text",raw:Fe,text:Fe}}return me(gt,kt,gt[0])}},Re.emStrong=function(ze,we,gt){gt===void 0&&(gt="");var kt=this.rules.inline.emStrong.lDelim.exec(ze);if(kt&&!(kt[3]&&gt.match(/(?:[0-9A-Za-z\xAA\xB2\xB3\xB5\xB9\xBA\xBC-\xBE\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u0660-\u0669\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08C7\u0904-\u0939\u093D\u0950\u0958-\u0961\u0966-\u096F\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09E6-\u09F1\u09F4-\u09F9\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A66-\u0A6F\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AE6-\u0AEF\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B66-\u0B6F\u0B71-\u0B77\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0BE6-\u0BF2\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C66-\u0C6F\u0C78-\u0C7E\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CE6-\u0CEF\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D58-\u0D61\u0D66-\u0D78\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DE6-\u0DEF\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F20-\u0F33\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F-\u1049\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u1090-\u1099\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1369-\u137C\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u17E0-\u17E9\u17F0-\u17F9\u1810-\u1819\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A16\u1A20-\u1A54\u1A80-\u1A89\u1A90-\u1A99\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B50-\u1B59\u1B83-\u1BA0\u1BAE-\u1BE5\u1C00-\u1C23\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2070\u2071\u2074-\u2079\u207F-\u2089\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2150-\u2189\u2460-\u249B\u24EA-\u24FF\u2776-\u2793\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2CFD\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u3192-\u3195\u31A0-\u31BF\u31F0-\u31FF\u3220-\u3229\u3248-\u324F\u3251-\u325F\u3280-\u3289\u32B1-\u32BF\u3400-\u4DBF\u4E00-\u9FFC\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7BF\uA7C2-\uA7CA\uA7F5-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA830-\uA835\uA840-\uA873\uA882-\uA8B3\uA8D0-\uA8D9\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA900-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF-\uA9D9\uA9E0-\uA9E4\uA9E6-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA50-\uAA59\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD07-\uDD33\uDD40-\uDD78\uDD8A\uDD8B\uDE80-\uDE9C\uDEA0-\uDED0\uDEE1-\uDEFB\uDF00-\uDF23\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC58-\uDC76\uDC79-\uDC9E\uDCA7-\uDCAF\uDCE0-\uDCF2\uDCF4\uDCF5\uDCFB-\uDD1B\uDD20-\uDD39\uDD80-\uDDB7\uDDBC-\uDDCF\uDDD2-\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE40-\uDE48\uDE60-\uDE7E\uDE80-\uDE9F\uDEC0-\uDEC7\uDEC9-\uDEE4\uDEEB-\uDEEF\uDF00-\uDF35\uDF40-\uDF55\uDF58-\uDF72\uDF78-\uDF91\uDFA9-\uDFAF]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDCFA-\uDD23\uDD30-\uDD39\uDE60-\uDE7E\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF27\uDF30-\uDF45\uDF51-\uDF54\uDFB0-\uDFCB\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC52-\uDC6F\uDC83-\uDCAF\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD03-\uDD26\uDD36-\uDD3F\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDD0-\uDDDA\uDDDC\uDDE1-\uDDF4\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDEF0-\uDEF9\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC50-\uDC59\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE50-\uDE59\uDE80-\uDEAA\uDEB8\uDEC0-\uDEC9\uDF00-\uDF1A\uDF30-\uDF3B]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCF2\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDD50-\uDD59\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC50-\uDC6C\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD50-\uDD59\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDDA0-\uDDA9\uDEE0-\uDEF2\uDFB0\uDFC0-\uDFD4]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF50-\uDF59\uDF5B-\uDF61\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE96\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82C[\uDC00-\uDD1E\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD834[\uDEE0-\uDEF3\uDF60-\uDF78]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD40-\uDD49\uDD4E\uDEC0-\uDEEB\uDEF0-\uDEF9]|\uD83A[\uDC00-\uDCC4\uDCC7-\uDCCF\uDD00-\uDD43\uDD4B\uDD50-\uDD59]|\uD83B[\uDC71-\uDCAB\uDCAD-\uDCAF\uDCB1-\uDCB4\uDD01-\uDD2D\uDD2F-\uDD3D\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD83C[\uDD00-\uDD0C]|\uD83E[\uDFF0-\uDFF9]|\uD869[\uDC00-\uDEDD\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])/))){var Fe=kt[1]||kt[2]||"";if(!Fe||Fe&&(gt===""||this.rules.inline.punctuation.exec(gt))){var Ir=kt[0].length-1,At,Vr,Qr=Ir,Er=0,Lr=kt[0][0]==="*"?this.rules.inline.emStrong.rDelimAst:this.rules.inline.emStrong.rDelimUnd;for(Lr.lastIndex=0,we=we.slice(-1*ze.length+Ir);(kt=Lr.exec(we))!=null;)if(At=kt[1]||kt[2]||kt[3]||kt[4]||kt[5]||kt[6],!!At){if(Vr=At.length,kt[3]||kt[4]){Qr+=Vr;continue}else if((kt[5]||kt[6])&&Ir%3&&!((Ir+Vr)%3)){Er+=Vr;continue}if(Qr-=Vr,!(Qr>0))return Vr=Math.min(Vr,Vr+Qr+Er),Math.min(Ir,Vr)%2?{type:"em",raw:ze.slice(0,Ir+kt.index+Vr+1),text:ze.slice(1,Ir+kt.index+Vr)}:{type:"strong",raw:ze.slice(0,Ir+kt.index+Vr+1),text:ze.slice(2,Ir+kt.index+Vr-1)}}}}},Re.codespan=function(ze){var we=this.rules.inline.code.exec(ze);if(we){var gt=we[2].replace(/\n/g," "),kt=/[^ ]/.test(gt),Fe=/^ /.test(gt)&&/ $/.test(gt);return kt&&Fe&&(gt=gt.substring(1,gt.length-1)),gt=j(gt,!0),{type:"codespan",raw:we[0],text:gt}}},Re.br=function(ze){var we=this.rules.inline.br.exec(ze);if(we)return{type:"br",raw:we[0]}},Re.del=function(ze){var we=this.rules.inline.del.exec(ze);if(we)return{type:"del",raw:we[0],text:we[2]}},Re.autolink=function(ze,we){var gt=this.rules.inline.autolink.exec(ze);if(gt){var kt,Fe;return gt[2]==="@"?(kt=j(this.options.mangle?we(gt[1]):gt[1]),Fe="mailto:"+kt):(kt=j(gt[1]),Fe=kt),{type:"link",raw:gt[0],text:kt,href:Fe,tokens:[{type:"text",raw:kt,text:kt}]}}},Re.url=function(ze,we){var gt;if(gt=this.rules.inline.url.exec(ze)){var kt,Fe;if(gt[2]==="@")kt=j(this.options.mangle?we(gt[0]):gt[0]),Fe="mailto:"+kt;else{var Ir;do Ir=gt[0],gt[0]=this.rules.inline._backpedal.exec(gt[0])[0];while(Ir!==gt[0]);kt=j(gt[0]),gt[1]==="www."?Fe="http://"+kt:Fe=kt}return{type:"link",raw:gt[0],text:kt,href:Fe,tokens:[{type:"text",raw:kt,text:kt}]}}},Re.inlineText=function(ze,we,gt){var kt=this.rules.inline.text.exec(ze);if(kt){var Fe;return we?Fe=this.options.sanitize?this.options.sanitizer?this.options.sanitizer(kt[0]):j(kt[0]):kt[0]:Fe=j(this.options.smartypants?gt(kt[0]):kt[0]),{type:"text",raw:kt[0],text:Fe}}},St}(),$e=ee.noopTest,Ne=ee.edit,Ft=ee.merge,wt={newline:/^(?: *(?:\n|$))+/,code:/^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,fences:/^ {0,3}(`{3,}(?=[^`\n]*\n)|~{3,})([^\n]*)\n(?:|([\s\S]*?)\n)(?: {0,3}\1[~`]* *(?:\n+|$)|$)/,hr:/^ {0,3}((?:- *){3,}|(?:_ *){3,}|(?:\* *){3,})(?:\n+|$)/,heading:/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,blockquote:/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/,list:/^( {0,3})(bull) [\s\S]+?(?:hr|def|\n{2,}(?! )(?! {0,3}bull )\n*|\s*$)/,html:"^ {0,3}(?:<(script|pre|style)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n *)+\\n|$)|<(?!script|pre|style)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)|</(?!script|pre|style)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$))",def:/^ {0,3}\[(label)\]: *\n? *<?([^\s>]+)>?(?:(?: +\n? *| *\n *)(title))? *(?:\n+|$)/,nptable:$e,table:$e,lheading:/^([^\n]+)\n {0,3}(=+|-+) *(?:\n+|$)/,_paragraph:/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html| +\n)[^\n]+)*)/,text:/^[^\n]+/};wt._label=/(?!\s*\])(?:\\[\[\]]|[^\[\]])+/,wt._title=/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/,wt.def=Ne(wt.def).replace("label",wt._label).replace("title",wt._title).getRegex(),wt.bullet=/(?:[*+-]|\d{1,9}[.)])/,wt.item=/^( *)(bull) ?[^\n]*(?:\n(?! *bull ?)[^\n]*)*/,wt.item=Ne(wt.item,"gm").replace(/bull/g,wt.bullet).getRegex(),wt.listItemStart=Ne(/^( *)(bull) */).replace("bull",wt.bullet).getRegex(),wt.list=Ne(wt.list).replace(/bull/g,wt.bullet).replace("hr","\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))").replace("def","\\n+(?="+wt.def.source+")").getRegex(),wt._tag="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|section|source|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",wt._comment=/<!--(?!-?>)[\s\S]*?(?:-->|$)/,wt.html=Ne(wt.html,"i").replace("comment",wt._comment).replace("tag",wt._tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),wt.paragraph=Ne(wt._paragraph).replace("hr",wt.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|!--)").replace("tag",wt._tag).getRegex(),wt.blockquote=Ne(wt.blockquote).replace("paragraph",wt.paragraph).getRegex(),wt.normal=Ft({},wt),wt.gfm=Ft({},wt.normal,{nptable:"^ *([^|\\n ].*\\|.*)\\n {0,3}([-:]+ *\\|[-| :]*)(?:\\n((?:(?!\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)",table:"^ *\\|(.+)\\n {0,3}\\|?( *[-:]+[-| :]*)(?:\\n *((?:(?!\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)"}),wt.gfm.nptable=Ne(wt.gfm.nptable).replace("hr",wt.hr).replace("heading"," {0,3}#{1,6} ").replace("blockquote"," {0,3}>").replace("code"," {4}[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|!--)").replace("tag",wt._tag).getRegex(),wt.gfm.table=Ne(wt.gfm.table).replace("hr",wt.hr).replace("heading"," {0,3}#{1,6} ").replace("blockquote"," {0,3}>").replace("code"," {4}[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|!--)").replace("tag",wt._tag).getRegex(),wt.pedantic=Ft({},wt.normal,{html:Ne(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",wt._comment).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:$e,paragraph:Ne(wt.normal._paragraph).replace("hr",wt.hr).replace("heading",` *#{1,6} *[^
]`).replace("lheading",wt.lheading).replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").getRegex()});var Pt={escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,autolink:/^<(scheme:[^\s\x00-\x1f<>]*|email)>/,url:$e,tag:"^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",link:/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/,reflink:/^!?\[(label)\]\[(?!\s*\])((?:\\[\[\]]?|[^\[\]\\])+)\]/,nolink:/^!?\[(?!\s*\])((?:\[[^\[\]]*\]|\\[\[\]]|[^\[\]])*)\](?:\[\])?/,reflinkSearch:"reflink|nolink(?!\\()",emStrong:{lDelim:/^(?:\*+(?:([punct_])|[^\s*]))|^_+(?:([punct*])|([^\s_]))/,rDelimAst:/\_\_[^_*]*?\*[^_*]*?\_\_|[punct_](\*+)(?=[\s]|$)|[^punct*_\s](\*+)(?=[punct_\s]|$)|[punct_\s](\*+)(?=[^punct*_\s])|[\s](\*+)(?=[punct_])|[punct_](\*+)(?=[punct_])|[^punct*_\s](\*+)(?=[^punct*_\s])/,rDelimUnd:/\*\*[^_*]*?\_[^_*]*?\*\*|[punct*](\_+)(?=[\s]|$)|[^punct*_\s](\_+)(?=[punct*\s]|$)|[punct*\s](\_+)(?=[^punct*_\s])|[\s](\_+)(?=[punct*])|[punct*](\_+)(?=[punct*])/},code:/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,br:/^( {2,}|\\)\n(?!\s*$)/,del:$e,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,punctuation:/^([\spunctuation])/};Pt._punctuation="!\"#$%&'()+\\-.,/:;<=>?@\\[\\]`^{|}~",Pt.punctuation=Ne(Pt.punctuation).replace(/punctuation/g,Pt._punctuation).getRegex(),Pt.blockSkip=/\[[^\]]*?\]\([^\)]*?\)|`[^`]*?`|<[^>]*?>/g,Pt.escapedEmSt=/\\\*|\\_/g,Pt._comment=Ne(wt._comment).replace("(?:-->|$)","-->").getRegex(),Pt.emStrong.lDelim=Ne(Pt.emStrong.lDelim).replace(/punct/g,Pt._punctuation).getRegex(),Pt.emStrong.rDelimAst=Ne(Pt.emStrong.rDelimAst,"g").replace(/punct/g,Pt._punctuation).getRegex(),Pt.emStrong.rDelimUnd=Ne(Pt.emStrong.rDelimUnd,"g").replace(/punct/g,Pt._punctuation).getRegex(),Pt._escapes=/\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/g,Pt._scheme=/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/,Pt._email=/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/,Pt.autolink=Ne(Pt.autolink).replace("scheme",Pt._scheme).replace("email",Pt._email).getRegex(),Pt._attribute=/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/,Pt.tag=Ne(Pt.tag).replace("comment",Pt._comment).replace("attribute",Pt._attribute).getRegex(),Pt._label=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,Pt._href=/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/,Pt._title=/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/,Pt.link=Ne(Pt.link).replace("label",Pt._label).replace("href",Pt._href).replace("title",Pt._title).getRegex(),Pt.reflink=Ne(Pt.reflink).replace("label",Pt._label).getRegex(),Pt.reflinkSearch=Ne(Pt.reflinkSearch,"g").replace("reflink",Pt.reflink).replace("nolink",Pt.nolink).getRegex(),Pt.normal=Ft({},Pt),Pt.pedantic=Ft({},Pt.normal,{strong:{start:/^__|\*\*/,middle:/^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,endAst:/\*\*(?!\*)/g,endUnd:/__(?!_)/g},em:{start:/^_|\*/,middle:/^()\*(?=\S)([\s\S]*?\S)\*(?!\*)|^_(?=\S)([\s\S]*?\S)_(?!_)/,endAst:/\*(?!\*)/g,endUnd:/_(?!_)/g},link:Ne(/^!?\[(label)\]\((.*?)\)/).replace("label",Pt._label).getRegex(),reflink:Ne(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",Pt._label).getRegex()}),Pt.gfm=Ft({},Pt.normal,{escape:Ne(Pt.escape).replace("])","~|])").getRegex(),_extended_email:/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/,url:/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,_backpedal:/(?:[^?!.,:;*_~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])([\s\S]*?[^\s~])\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/}),Pt.gfm.url=Ne(Pt.gfm.url,"i").replace("email",Pt.gfm._extended_email).getRegex(),Pt.breaks=Ft({},Pt.gfm,{br:Ne(Pt.br).replace("{2,}","*").getRegex(),text:Ne(Pt.gfm.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()});var Jt={block:wt,inline:Pt},er=ke,tr=c.exports.defaults,Xe=Jt.block,It=Jt.inline,Zt=ee.repeatString;function ot(St){return St.replace(/---/g,"\u2014").replace(/--/g,"\u2013").replace(/(^|[-\u2014/(\[{"\s])'/g,"$1\u2018").replace(/'/g,"\u2019").replace(/(^|[-\u2014/(\[{\u2018\s])"/g,"$1\u201C").replace(/"/g,"\u201D").replace(/\.{3}/g,"\u2026")}function bt(St){var Re="",_t,ze,we=St.length;for(_t=0;_t<we;_t++)ze=St.charCodeAt(_t),Math.random()>.5&&(ze="x"+ze.toString(16)),Re+="&#"+ze+";";return Re}var mt=function(){function St(_t){this.tokens=[],this.tokens.links=Object.create(null),this.options=_t||tr,this.options.tokenizer=this.options.tokenizer||new er,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options;var ze={block:Xe.normal,inline:It.normal};this.options.pedantic?(ze.block=Xe.pedantic,ze.inline=It.pedantic):this.options.gfm&&(ze.block=Xe.gfm,this.options.breaks?ze.inline=It.breaks:ze.inline=It.gfm),this.tokenizer.rules=ze}St.lex=function(ze,we){var gt=new St(we);return gt.lex(ze)},St.lexInline=function(ze,we){var gt=new St(we);return gt.inlineTokens(ze)};var Re=St.prototype;return Re.lex=function(ze){return ze=ze.replace(/\r\n|\r/g,`
`).replace(/\t/g," "),this.blockTokens(ze,this.tokens,!0),this.inline(this.tokens),this.tokens},Re.blockTokens=function(ze,we,gt){we===void 0&&(we=[]),gt===void 0&&(gt=!0),this.options.pedantic&&(ze=ze.replace(/^ +$/gm,""));for(var kt,Fe,Ir,At;ze;){if(kt=this.tokenizer.space(ze)){ze=ze.substring(kt.raw.length),kt.type&&we.push(kt);continue}if(kt=this.tokenizer.code(ze)){ze=ze.substring(kt.raw.length),At=we[we.length-1],At&&At.type==="paragraph"?(At.raw+=`
`+kt.raw,At.text+=`
`+kt.text):we.push(kt);continue}if(kt=this.tokenizer.fences(ze)){ze=ze.substring(kt.raw.length),we.push(kt);continue}if(kt=this.tokenizer.heading(ze)){ze=ze.substring(kt.raw.length),we.push(kt);continue}if(kt=this.tokenizer.nptable(ze)){ze=ze.substring(kt.raw.length),we.push(kt);continue}if(kt=this.tokenizer.hr(ze)){ze=ze.substring(kt.raw.length),we.push(kt);continue}if(kt=this.tokenizer.blockquote(ze)){ze=ze.substring(kt.raw.length),kt.tokens=this.blockTokens(kt.text,[],gt),we.push(kt);continue}if(kt=this.tokenizer.list(ze)){for(ze=ze.substring(kt.raw.length),Ir=kt.items.length,Fe=0;Fe<Ir;Fe++)kt.items[Fe].tokens=this.blockTokens(kt.items[Fe].text,[],!1);we.push(kt);continue}if(kt=this.tokenizer.html(ze)){ze=ze.substring(kt.raw.length),we.push(kt);continue}if(gt&&(kt=this.tokenizer.def(ze))){ze=ze.substring(kt.raw.length),this.tokens.links[kt.tag]||(this.tokens.links[kt.tag]={href:kt.href,title:kt.title});continue}if(kt=this.tokenizer.table(ze)){ze=ze.substring(kt.raw.length),we.push(kt);continue}if(kt=this.tokenizer.lheading(ze)){ze=ze.substring(kt.raw.length),we.push(kt);continue}if(gt&&(kt=this.tokenizer.paragraph(ze))){ze=ze.substring(kt.raw.length),we.push(kt);continue}if(kt=this.tokenizer.text(ze)){ze=ze.substring(kt.raw.length),At=we[we.length-1],At&&At.type==="text"?(At.raw+=`
`+kt.raw,At.text+=`
`+kt.text):we.push(kt);continue}if(ze){var Vr="Infinite loop on byte: "+ze.charCodeAt(0);if(this.options.silent){console.error(Vr);break}else throw new Error(Vr)}}return we},Re.inline=function(ze){var we,gt,kt,Fe,Ir,At,Vr=ze.length;for(we=0;we<Vr;we++)switch(At=ze[we],At.type){case"paragraph":case"text":case"heading":{At.tokens=[],this.inlineTokens(At.text,At.tokens);break}case"table":{for(At.tokens={header:[],cells:[]},Fe=At.header.length,gt=0;gt<Fe;gt++)At.tokens.header[gt]=[],this.inlineTokens(At.header[gt],At.tokens.header[gt]);for(Fe=At.cells.length,gt=0;gt<Fe;gt++)for(Ir=At.cells[gt],At.tokens.cells[gt]=[],kt=0;kt<Ir.length;kt++)At.tokens.cells[gt][kt]=[],this.inlineTokens(Ir[kt],At.tokens.cells[gt][kt]);break}case"blockquote":{this.inline(At.tokens);break}case"list":{for(Fe=At.items.length,gt=0;gt<Fe;gt++)this.inline(At.items[gt].tokens);break}}return ze},Re.inlineTokens=function(ze,we,gt,kt){we===void 0&&(we=[]),gt===void 0&&(gt=!1),kt===void 0&&(kt=!1);var Fe,Ir,At=ze,Vr,Qr,Er;if(this.tokens.links){var Lr=Object.keys(this.tokens.links);if(Lr.length>0)for(;(Vr=this.tokenizer.rules.inline.reflinkSearch.exec(At))!=null;)Lr.includes(Vr[0].slice(Vr[0].lastIndexOf("[")+1,-1))&&(At=At.slice(0,Vr.index)+"["+Zt("a",Vr[0].length-2)+"]"+At.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(Vr=this.tokenizer.rules.inline.blockSkip.exec(At))!=null;)At=At.slice(0,Vr.index)+"["+Zt("a",Vr[0].length-2)+"]"+At.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;(Vr=this.tokenizer.rules.inline.escapedEmSt.exec(At))!=null;)At=At.slice(0,Vr.index)+"++"+At.slice(this.tokenizer.rules.inline.escapedEmSt.lastIndex);for(;ze;){if(Qr||(Er=""),Qr=!1,Fe=this.tokenizer.escape(ze)){ze=ze.substring(Fe.raw.length),we.push(Fe);continue}if(Fe=this.tokenizer.tag(ze,gt,kt)){ze=ze.substring(Fe.raw.length),gt=Fe.inLink,kt=Fe.inRawBlock;var _r=we[we.length-1];_r&&Fe.type==="text"&&_r.type==="text"?(_r.raw+=Fe.raw,_r.text+=Fe.text):we.push(Fe);continue}if(Fe=this.tokenizer.link(ze)){ze=ze.substring(Fe.raw.length),Fe.type==="link"&&(Fe.tokens=this.inlineTokens(Fe.text,[],!0,kt)),we.push(Fe);continue}if(Fe=this.tokenizer.reflink(ze,this.tokens.links)){ze=ze.substring(Fe.raw.length);var Ur=we[we.length-1];Fe.type==="link"?(Fe.tokens=this.inlineTokens(Fe.text,[],!0,kt),we.push(Fe)):Ur&&Fe.type==="text"&&Ur.type==="text"?(Ur.raw+=Fe.raw,Ur.text+=Fe.text):we.push(Fe);continue}if(Fe=this.tokenizer.emStrong(ze,At,Er)){ze=ze.substring(Fe.raw.length),Fe.tokens=this.inlineTokens(Fe.text,[],gt,kt),we.push(Fe);continue}if(Fe=this.tokenizer.codespan(ze)){ze=ze.substring(Fe.raw.length),we.push(Fe);continue}if(Fe=this.tokenizer.br(ze)){ze=ze.substring(Fe.raw.length),we.push(Fe);continue}if(Fe=this.tokenizer.del(ze)){ze=ze.substring(Fe.raw.length),Fe.tokens=this.inlineTokens(Fe.text,[],gt,kt),we.push(Fe);continue}if(Fe=this.tokenizer.autolink(ze,bt)){ze=ze.substring(Fe.raw.length),we.push(Fe);continue}if(!gt&&(Fe=this.tokenizer.url(ze,bt))){ze=ze.substring(Fe.raw.length),we.push(Fe);continue}if(Fe=this.tokenizer.inlineText(ze,kt,ot)){ze=ze.substring(Fe.raw.length),Fe.raw.slice(-1)!=="_"&&(Er=Fe.raw.slice(-1)),Qr=!0,Ir=we[we.length-1],Ir&&Ir.type==="text"?(Ir.raw+=Fe.raw,Ir.text+=Fe.text):we.push(Fe);continue}if(ze){var sn="Infinite loop on byte: "+ze.charCodeAt(0);if(this.options.silent){console.error(sn);break}else throw new Error(sn)}}return we},e(St,null,[{key:"rules",get:function(){return{block:Xe,inline:It}}}]),St}(),et=c.exports.defaults,He=ee.cleanUrl,_e=ee.escape,Se=function(){function St(_t){this.options=_t||et}var Re=St.prototype;return Re.code=function(ze,we,gt){var kt=(we||"").match(/\S*/)[0];if(this.options.highlight){var Fe=this.options.highlight(ze,kt);Fe!=null&&Fe!==ze&&(gt=!0,ze=Fe)}return ze=ze.replace(/\n$/,"")+`
`,kt?'<pre><code class="'+this.options.langPrefix+_e(kt,!0)+'">'+(gt?ze:_e(ze,!0))+`</code></pre>
`:"<pre><code>"+(gt?ze:_e(ze,!0))+`</code></pre>
`},Re.blockquote=function(ze){return`<blockquote>
`+ze+`</blockquote>
`},Re.html=function(ze){return ze},Re.heading=function(ze,we,gt,kt){return this.options.headerIds?"<h"+we+' id="'+this.options.headerPrefix+kt.slug(gt)+'">'+ze+"</h"+we+`>
`:"<h"+we+">"+ze+"</h"+we+`>
`},Re.hr=function(){return this.options.xhtml?`<hr/>
`:`<hr>
`},Re.list=function(ze,we,gt){var kt=we?"ol":"ul",Fe=we&&gt!==1?' start="'+gt+'"':"";return"<"+kt+Fe+`>
`+ze+"</"+kt+`>
`},Re.listitem=function(ze){return"<li>"+ze+`</li>
`},Re.checkbox=function(ze){return"<input "+(ze?'checked="" ':"")+'disabled="" type="checkbox"'+(this.options.xhtml?" /":"")+"> "},Re.paragraph=function(ze){return"<p>"+ze+`</p>
`},Re.table=function(ze,we){return we&&(we="<tbody>"+we+"</tbody>"),`<table>
<thead>
`+ze+`</thead>
`+we+`</table>
`},Re.tablerow=function(ze){return`<tr>
`+ze+`</tr>
`},Re.tablecell=function(ze,we){var gt=we.header?"th":"td",kt=we.align?"<"+gt+' align="'+we.align+'">':"<"+gt+">";return kt+ze+"</"+gt+`>
`},Re.strong=function(ze){return"<strong>"+ze+"</strong>"},Re.em=function(ze){return"<em>"+ze+"</em>"},Re.codespan=function(ze){return"<code>"+ze+"</code>"},Re.br=function(){return this.options.xhtml?"<br/>":"<br>"},Re.del=function(ze){return"<del>"+ze+"</del>"},Re.link=function(ze,we,gt){if(ze=He(this.options.sanitize,this.options.baseUrl,ze),ze===null)return gt;var kt='<a href="'+_e(ze)+'"';return we&&(kt+=' title="'+we+'"'),kt+=">"+gt+"</a>",kt},Re.image=function(ze,we,gt){if(ze=He(this.options.sanitize,this.options.baseUrl,ze),ze===null)return gt;var kt='<img src="'+ze+'" alt="'+gt+'"';return we&&(kt+=' title="'+we+'"'),kt+=this.options.xhtml?"/>":">",kt},Re.text=function(ze){return ze},St}(),Me=function(){function St(){}var Re=St.prototype;return Re.strong=function(ze){return ze},Re.em=function(ze){return ze},Re.codespan=function(ze){return ze},Re.del=function(ze){return ze},Re.html=function(ze){return ze},Re.text=function(ze){return ze},Re.link=function(ze,we,gt){return""+gt},Re.image=function(ze,we,gt){return""+gt},Re.br=function(){return""},St}(),Ue=function(){function St(){this.seen={}}var Re=St.prototype;return Re.serialize=function(ze){return ze.toLowerCase().trim().replace(/<[!\/a-z].*?>/ig,"").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-")},Re.getNextSafeSlug=function(ze,we){var gt=ze,kt=0;if(this.seen.hasOwnProperty(gt)){kt=this.seen[ze];do kt++,gt=ze+"-"+kt;while(this.seen.hasOwnProperty(gt))}return we||(this.seen[ze]=kt,this.seen[gt]=0),gt},Re.slug=function(ze,we){we===void 0&&(we={});var gt=this.serialize(ze);return this.getNextSafeSlug(gt,we.dryrun)},St}(),We=Se,it=Me,ct=Ue,Gt=c.exports.defaults,$t=ee.unescape,Pe=function(){function St(_t){this.options=_t||Gt,this.options.renderer=this.options.renderer||new We,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new it,this.slugger=new ct}St.parse=function(ze,we){var gt=new St(we);return gt.parse(ze)},St.parseInline=function(ze,we){var gt=new St(we);return gt.parseInline(ze)};var Re=St.prototype;return Re.parse=function(ze,we){we===void 0&&(we=!0);var gt="",kt,Fe,Ir,At,Vr,Qr,Er,Lr,_r,Ur,sn,fn,cr,Dr,ft,Et,zt,nr,yr=ze.length;for(kt=0;kt<yr;kt++)switch(Ur=ze[kt],Ur.type){case"space":continue;case"hr":{gt+=this.renderer.hr();continue}case"heading":{gt+=this.renderer.heading(this.parseInline(Ur.tokens),Ur.depth,$t(this.parseInline(Ur.tokens,this.textRenderer)),this.slugger);continue}case"code":{gt+=this.renderer.code(Ur.text,Ur.lang,Ur.escaped);continue}case"table":{for(Lr="",Er="",At=Ur.header.length,Fe=0;Fe<At;Fe++)Er+=this.renderer.tablecell(this.parseInline(Ur.tokens.header[Fe]),{header:!0,align:Ur.align[Fe]});for(Lr+=this.renderer.tablerow(Er),_r="",At=Ur.cells.length,Fe=0;Fe<At;Fe++){for(Qr=Ur.tokens.cells[Fe],Er="",Vr=Qr.length,Ir=0;Ir<Vr;Ir++)Er+=this.renderer.tablecell(this.parseInline(Qr[Ir]),{header:!1,align:Ur.align[Ir]});_r+=this.renderer.tablerow(Er)}gt+=this.renderer.table(Lr,_r);continue}case"blockquote":{_r=this.parse(Ur.tokens),gt+=this.renderer.blockquote(_r);continue}case"list":{for(sn=Ur.ordered,fn=Ur.start,cr=Ur.loose,At=Ur.items.length,_r="",Fe=0;Fe<At;Fe++)ft=Ur.items[Fe],Et=ft.checked,zt=ft.task,Dr="",ft.task&&(nr=this.renderer.checkbox(Et),cr?ft.tokens.length>0&&ft.tokens[0].type==="text"?(ft.tokens[0].text=nr+" "+ft.tokens[0].text,ft.tokens[0].tokens&&ft.tokens[0].tokens.length>0&&ft.tokens[0].tokens[0].type==="text"&&(ft.tokens[0].tokens[0].text=nr+" "+ft.tokens[0].tokens[0].text)):ft.tokens.unshift({type:"text",text:nr}):Dr+=nr),Dr+=this.parse(ft.tokens,cr),_r+=this.renderer.listitem(Dr,zt,Et);gt+=this.renderer.list(_r,sn,fn);continue}case"html":{gt+=this.renderer.html(Ur.text);continue}case"paragraph":{gt+=this.renderer.paragraph(this.parseInline(Ur.tokens));continue}case"text":{for(_r=Ur.tokens?this.parseInline(Ur.tokens):Ur.text;kt+1<yr&&ze[kt+1].type==="text";)Ur=ze[++kt],_r+=`
`+(Ur.tokens?this.parseInline(Ur.tokens):Ur.text);gt+=we?this.renderer.paragraph(_r):_r;continue}default:{var nt='Token with "'+Ur.type+'" type was not found.';if(this.options.silent){console.error(nt);return}else throw new Error(nt)}}return gt},Re.parseInline=function(ze,we){we=we||this.renderer;var gt="",kt,Fe,Ir=ze.length;for(kt=0;kt<Ir;kt++)switch(Fe=ze[kt],Fe.type){case"escape":{gt+=we.text(Fe.text);break}case"html":{gt+=we.html(Fe.text);break}case"link":{gt+=we.link(Fe.href,Fe.title,this.parseInline(Fe.tokens,we));break}case"image":{gt+=we.image(Fe.href,Fe.title,Fe.text);break}case"strong":{gt+=we.strong(this.parseInline(Fe.tokens,we));break}case"em":{gt+=we.em(this.parseInline(Fe.tokens,we));break}case"codespan":{gt+=we.codespan(Fe.text);break}case"br":{gt+=we.br();break}case"del":{gt+=we.del(this.parseInline(Fe.tokens,we));break}case"text":{gt+=we.text(Fe.text);break}default:{var At='Token with "'+Fe.type+'" type was not found.';if(this.options.silent){console.error(At);return}else throw new Error(At)}}return gt},St}(),Qe=mt,Kt=Pe,Lt=ke,Ht=Se,Nt=Me,Ct=Ue,Yt=ee.merge,Ge=ee.checkSanitizeDeprecation,fe=ee.escape,pe=c.exports.getDefaults,Dt=c.exports.changeDefaults,Te=c.exports.defaults;function ht(St,Re,_t){if(typeof St=="undefined"||St===null)throw new Error("marked(): input parameter is undefined or null");if(typeof St!="string")throw new Error("marked(): input parameter is of type "+Object.prototype.toString.call(St)+", string expected");if(typeof Re=="function"&&(_t=Re,Re=null),Re=Yt({},ht.defaults,Re||{}),Ge(Re),_t){var ze=Re.highlight,we;try{we=Qe.lex(St,Re)}catch(Ir){return _t(Ir)}var gt=function(At){var Vr;if(!At)try{Re.walkTokens&&ht.walkTokens(we,Re.walkTokens),Vr=Kt.parse(we,Re)}catch(Qr){At=Qr}return Re.highlight=ze,At?_t(At):_t(null,Vr)};if(!ze||ze.length<3||(delete Re.highlight,!we.length))return gt();var kt=0;ht.walkTokens(we,function(Ir){Ir.type==="code"&&(kt++,setTimeout(function(){ze(Ir.text,Ir.lang,function(At,Vr){if(At)return gt(At);Vr!=null&&Vr!==Ir.text&&(Ir.text=Vr,Ir.escaped=!0),kt--,kt===0&&gt()})},0))}),kt===0&&gt();return}try{var Fe=Qe.lex(St,Re);return Re.walkTokens&&ht.walkTokens(Fe,Re.walkTokens),Kt.parse(Fe,Re)}catch(Ir){if(Ir.message+=`
Please report this to https://github.com/markedjs/marked.`,Re.silent)return"<p>An error occurred:</p><pre>"+fe(Ir.message+"",!0)+"</pre>";throw Ir}}ht.options=ht.setOptions=function(St){return Yt(ht.defaults,St),Dt(ht.defaults),ht},ht.getDefaults=pe,ht.defaults=Te,ht.use=function(St){var Re=Yt({},St);if(St.renderer&&function(){var ze=ht.defaults.renderer||new Ht,we=function(Fe){var Ir=ze[Fe];ze[Fe]=function(){for(var At=arguments.length,Vr=new Array(At),Qr=0;Qr<At;Qr++)Vr[Qr]=arguments[Qr];var Er=St.renderer[Fe].apply(ze,Vr);return Er===!1&&(Er=Ir.apply(ze,Vr)),Er}};for(var gt in St.renderer)we(gt);Re.renderer=ze}(),St.tokenizer&&function(){var ze=ht.defaults.tokenizer||new Lt,we=function(Fe){var Ir=ze[Fe];ze[Fe]=function(){for(var At=arguments.length,Vr=new Array(At),Qr=0;Qr<At;Qr++)Vr[Qr]=arguments[Qr];var Er=St.tokenizer[Fe].apply(ze,Vr);return Er===!1&&(Er=Ir.apply(ze,Vr)),Er}};for(var gt in St.tokenizer)we(gt);Re.tokenizer=ze}(),St.walkTokens){var _t=ht.defaults.walkTokens;Re.walkTokens=function(ze){St.walkTokens(ze),_t&&_t(ze)}}ht.setOptions(Re)},ht.walkTokens=function(St,Re){for(var _t=l(St),ze;!(ze=_t()).done;){var we=ze.value;switch(Re(we),we.type){case"table":{for(var gt=l(we.tokens.header),kt;!(kt=gt()).done;){var Fe=kt.value;ht.walkTokens(Fe,Re)}for(var Ir=l(we.tokens.cells),At;!(At=Ir()).done;)for(var Vr=At.value,Qr=l(Vr),Er;!(Er=Qr()).done;){var Lr=Er.value;ht.walkTokens(Lr,Re)}break}case"list":{ht.walkTokens(we.items,Re);break}default:we.tokens&&ht.walkTokens(we.tokens,Re)}}},ht.parseInline=function(St,Re){if(typeof St=="undefined"||St===null)throw new Error("marked.parseInline(): input parameter is undefined or null");if(typeof St!="string")throw new Error("marked.parseInline(): input parameter is of type "+Object.prototype.toString.call(St)+", string expected");Re=Yt({},ht.defaults,Re||{}),Ge(Re);try{var _t=Qe.lexInline(St,Re);return Re.walkTokens&&ht.walkTokens(_t,Re.walkTokens),Kt.parseInline(_t,Re)}catch(ze){if(ze.message+=`
Please report this to https://github.com/markedjs/marked.`,Re.silent)return"<p>An error occurred:</p><pre>"+fe(ze.message+"",!0)+"</pre>";throw ze}},ht.Parser=Kt,ht.parser=Kt.parse,ht.Renderer=Ht,ht.TextRenderer=Nt,ht.Lexer=Qe,ht.lexer=Qe.lex,ht.Tokenizer=Lt,ht.Slugger=Ct,ht.parse=ht;var Wt=ht;return Wt})},11690:function(d){const _=/[&<>"']/,e=/[&<>"']/g,r=/[<>"']|&(?!#?\w+;)/,i=/[<>"']|&(?!#?\w+;)/g,l={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},c=V=>l[V];function f(V,ae){if(ae){if(_.test(V))return V.replace(e,c)}else if(r.test(V))return V.replace(i,c);return V}const o=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;function h(V){return V.replace(o,(ae,ie)=>(ie=ie.toLowerCase(),ie==="colon"?":":ie.charAt(0)==="#"?ie.charAt(1)==="x"?String.fromCharCode(parseInt(ie.substring(2),16)):String.fromCharCode(+ie.substring(1)):""))}const u=/(^|[^\[])\^/g;function a(V,ae){V=V.source||V,ae=ae||"";const ie={replace:(ue,Q)=>(Q=Q.source||Q,Q=Q.replace(u,"$1"),V=V.replace(ue,Q),ie),getRegex:()=>new RegExp(V,ae)};return ie}const x=/[^\w:]/g,p=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function y(V,ae,ie){if(V){let ue;try{ue=decodeURIComponent(h(ie)).replace(x,"").toLowerCase()}catch(Q){return null}if(ue.indexOf("javascript:")===0||ue.indexOf("vbscript:")===0||ue.indexOf("data:")===0)return null}ae&&!p.test(ie)&&(ie=R(ae,ie));try{ie=encodeURI(ie).replace(/%25/g,"%")}catch(ue){return null}return ie}const m={},b=/^[^:]+:\/*[^/]*$/,S=/^([^:]+:)[\s\S]*$/,k=/^([^:]+:\/*[^/]*)[\s\S]*$/;function R(V,ae){m[" "+V]||(b.test(V)?m[" "+V]=V+"/":m[" "+V]=B(V,"/",!0)),V=m[" "+V];const ie=V.indexOf(":")===-1;return ae.substring(0,2)==="//"?ie?ae:V.replace(S,"$1")+ae:ae.charAt(0)==="/"?ie?ae:V.replace(k,"$1")+ae:V+ae}const A={exec:function(){}};function O(V){let ae=1,ie,ue;for(;ae<arguments.length;ae++){ie=arguments[ae];for(ue in ie)Object.prototype.hasOwnProperty.call(ie,ue)&&(V[ue]=ie[ue])}return V}function M(V,ae){const ie=V.replace(/\|/g,(J,K,oe)=>{let ee=!1,q=K;for(;--q>=0&&oe[q]==="\\";)ee=!ee;return ee?"|":" |"}),ue=ie.split(/ \|/);let Q=0;if(ue.length>ae)ue.splice(ae);else for(;ue.length<ae;)ue.push("");for(;Q<ue.length;Q++)ue[Q]=ue[Q].trim().replace(/\\\|/g,"|");return ue}function B(V,ae,ie){const ue=V.length;if(ue===0)return"";let Q=0;for(;Q<ue;){const J=V.charAt(ue-Q-1);if(J===ae&&!ie)Q++;else if(J!==ae&&ie)Q++;else break}return V.substr(0,ue-Q)}function U(V,ae){if(V.indexOf(ae[1])===-1)return-1;const ie=V.length;let ue=0,Q=0;for(;Q<ie;Q++)if(V[Q]==="\\")Q++;else if(V[Q]===ae[0])ue++;else if(V[Q]===ae[1]&&(ue--,ue<0))return Q;return-1}function X(V){V&&V.sanitize&&!V.silent&&console.warn("marked(): sanitize and sanitizer parameters are deprecated since version 0.7.0, should not be used and will be removed in the future. Read more here: https://marked.js.org/#/USING_ADVANCED.md#options")}function G(V,ae){if(ae<1)return"";let ie="";for(;ae>1;)ae&1&&(ie+=V),ae>>=1,V+=V;return ie+V}d.exports={escape:f,unescape:h,edit:a,cleanUrl:y,resolveUrl:R,noopTest:A,merge:O,splitCells:M,rtrim:B,findClosingBracket:U,checkSanitizeDeprecation:X,repeatString:G}},93735:function(d,_,e){(function(){var r=e(75041),i=e(67751).utf8,l=e(78034),c=e(67751).bin,f=function(o,h){o.constructor==String?h&&h.encoding==="binary"?o=c.stringToBytes(o):o=i.stringToBytes(o):l(o)?o=Array.prototype.slice.call(o,0):!Array.isArray(o)&&o.constructor!==Uint8Array&&(o=o.toString());for(var u=r.bytesToWords(o),a=o.length*8,x=1732584193,p=-271733879,y=-1732584194,m=271733878,b=0;b<u.length;b++)u[b]=(u[b]<<8|u[b]>>>24)&16711935|(u[b]<<24|u[b]>>>8)&4278255360;u[a>>>5]|=128<<a%32,u[(a+64>>>9<<4)+14]=a;for(var S=f._ff,k=f._gg,R=f._hh,A=f._ii,b=0;b<u.length;b+=16){var O=x,M=p,B=y,U=m;x=S(x,p,y,m,u[b+0],7,-680876936),m=S(m,x,p,y,u[b+1],12,-389564586),y=S(y,m,x,p,u[b+2],17,606105819),p=S(p,y,m,x,u[b+3],22,-1044525330),x=S(x,p,y,m,u[b+4],7,-176418897),m=S(m,x,p,y,u[b+5],12,1200080426),y=S(y,m,x,p,u[b+6],17,-1473231341),p=S(p,y,m,x,u[b+7],22,-45705983),x=S(x,p,y,m,u[b+8],7,1770035416),m=S(m,x,p,y,u[b+9],12,-1958414417),y=S(y,m,x,p,u[b+10],17,-42063),p=S(p,y,m,x,u[b+11],22,-1990404162),x=S(x,p,y,m,u[b+12],7,1804603682),m=S(m,x,p,y,u[b+13],12,-40341101),y=S(y,m,x,p,u[b+14],17,-1502002290),p=S(p,y,m,x,u[b+15],22,1236535329),x=k(x,p,y,m,u[b+1],5,-165796510),m=k(m,x,p,y,u[b+6],9,-1069501632),y=k(y,m,x,p,u[b+11],14,643717713),p=k(p,y,m,x,u[b+0],20,-373897302),x=k(x,p,y,m,u[b+5],5,-701558691),m=k(m,x,p,y,u[b+10],9,38016083),y=k(y,m,x,p,u[b+15],14,-660478335),p=k(p,y,m,x,u[b+4],20,-405537848),x=k(x,p,y,m,u[b+9],5,568446438),m=k(m,x,p,y,u[b+14],9,-1019803690),y=k(y,m,x,p,u[b+3],14,-187363961),p=k(p,y,m,x,u[b+8],20,1163531501),x=k(x,p,y,m,u[b+13],5,-1444681467),m=k(m,x,p,y,u[b+2],9,-51403784),y=k(y,m,x,p,u[b+7],14,1735328473),p=k(p,y,m,x,u[b+12],20,-1926607734),x=R(x,p,y,m,u[b+5],4,-378558),m=R(m,x,p,y,u[b+8],11,-2022574463),y=R(y,m,x,p,u[b+11],16,1839030562),p=R(p,y,m,x,u[b+14],23,-35309556),x=R(x,p,y,m,u[b+1],4,-1530992060),m=R(m,x,p,y,u[b+4],11,1272893353),y=R(y,m,x,p,u[b+7],16,-155497632),p=R(p,y,m,x,u[b+10],23,-1094730640),x=R(x,p,y,m,u[b+13],4,681279174),m=R(m,x,p,y,u[b+0],11,-358537222),y=R(y,m,x,p,u[b+3],16,-722521979),p=R(p,y,m,x,u[b+6],23,76029189),x=R(x,p,y,m,u[b+9],4,-640364487),m=R(m,x,p,y,u[b+12],11,-421815835),y=R(y,m,x,p,u[b+15],16,530742520),p=R(p,y,m,x,u[b+2],23,-995338651),x=A(x,p,y,m,u[b+0],6,-198630844),m=A(m,x,p,y,u[b+7],10,1126891415),y=A(y,m,x,p,u[b+14],15,-1416354905),p=A(p,y,m,x,u[b+5],21,-57434055),x=A(x,p,y,m,u[b+12],6,1700485571),m=A(m,x,p,y,u[b+3],10,-1894986606),y=A(y,m,x,p,u[b+10],15,-1051523),p=A(p,y,m,x,u[b+1],21,-2054922799),x=A(x,p,y,m,u[b+8],6,1873313359),m=A(m,x,p,y,u[b+15],10,-30611744),y=A(y,m,x,p,u[b+6],15,-1560198380),p=A(p,y,m,x,u[b+13],21,1309151649),x=A(x,p,y,m,u[b+4],6,-145523070),m=A(m,x,p,y,u[b+11],10,-1120210379),y=A(y,m,x,p,u[b+2],15,718787259),p=A(p,y,m,x,u[b+9],21,-343485551),x=x+O>>>0,p=p+M>>>0,y=y+B>>>0,m=m+U>>>0}return r.endian([x,p,y,m])};f._ff=function(o,h,u,a,x,p,y){var m=o+(h&u|~h&a)+(x>>>0)+y;return(m<<p|m>>>32-p)+h},f._gg=function(o,h,u,a,x,p,y){var m=o+(h&a|u&~a)+(x>>>0)+y;return(m<<p|m>>>32-p)+h},f._hh=function(o,h,u,a,x,p,y){var m=o+(h^u^a)+(x>>>0)+y;return(m<<p|m>>>32-p)+h},f._ii=function(o,h,u,a,x,p,y){var m=o+(u^(h|~a))+(x>>>0)+y;return(m<<p|m>>>32-p)+h},f._blocksize=16,f._digestsize=16,d.exports=function(o,h){if(o==null)throw new Error("Illegal argument "+o);var u=r.wordsToBytes(f(o,h));return h&&h.asBytes?u:h&&h.asString?c.bytesToString(u):r.bytesToHex(u)}})()},61339:function(d){d.exports=_;function _(e,r){if(!e)throw new Error(r||"Assertion failed")}_.equal=function(r,i,l){if(r!=i)throw new Error(l||"Assertion failed: "+r+" != "+i)}},75918:function(d,_,e){"use strict";e.d(_,{Wi:function(){return o},Z0:function(){return h},aU:function(){return f},eZ:function(){return a},wY:function(){return u}});var r=e(4348),i=e(69323),l=e(13268),c=function(x,p,y,m){function b(S){return S instanceof y?S:new y(function(k){k(S)})}return new(y||(y=Promise))(function(S,k){function R(M){try{O(m.next(M))}catch(B){k(B)}}function A(M){try{O(m.throw(M))}catch(B){k(B)}}function O(M){M.done?S(M.value):b(M.value).then(R,A)}O((m=m.apply(x,p||[])).next())})};class f extends i.JT{constructor(p,y="",m="",b=!0,S){super(),this._onDidChange=this._register(new r.Q5),this.onDidChange=this._onDidChange.event,this._enabled=!0,this._id=p,this._label=y,this._cssClass=m,this._enabled=b,this._actionCallback=S}get id(){return this._id}get label(){return this._label}set label(p){this._setLabel(p)}_setLabel(p){this._label!==p&&(this._label=p,this._onDidChange.fire({label:p}))}get tooltip(){return this._tooltip||""}set tooltip(p){this._setTooltip(p)}_setTooltip(p){this._tooltip!==p&&(this._tooltip=p,this._onDidChange.fire({tooltip:p}))}get class(){return this._cssClass}set class(p){this._setClass(p)}_setClass(p){this._cssClass!==p&&(this._cssClass=p,this._onDidChange.fire({class:p}))}get enabled(){return this._enabled}set enabled(p){this._setEnabled(p)}_setEnabled(p){this._enabled!==p&&(this._enabled=p,this._onDidChange.fire({enabled:p}))}get checked(){return this._checked}set checked(p){this._setChecked(p)}_setChecked(p){this._checked!==p&&(this._checked=p,this._onDidChange.fire({checked:p}))}run(p,y){return c(this,void 0,void 0,function*(){this._actionCallback&&(yield this._actionCallback(p))})}}class o extends i.JT{constructor(){super(...arguments),this._onBeforeRun=this._register(new r.Q5),this.onBeforeRun=this._onBeforeRun.event,this._onDidRun=this._register(new r.Q5),this.onDidRun=this._onDidRun.event}run(p,y){return c(this,void 0,void 0,function*(){if(!p.enabled)return;this._onBeforeRun.fire({action:p});let m;try{yield this.runAction(p,y)}catch(b){m=b}this._onDidRun.fire({action:p,error:m})})}runAction(p,y){return c(this,void 0,void 0,function*(){yield p.run(y)})}}class h extends f{constructor(p){super(h.ID,p,p?"separator text":"separator"),this.checked=!1,this.enabled=!1}}h.ID="vs.actions.separator";class u{constructor(p,y,m,b){this.tooltip="",this.enabled=!0,this.checked=!1,this.id=p,this.label=y,this.class=b,this._actions=m}get actions(){return this._actions}dispose(){}run(){return c(this,void 0,void 0,function*(){})}}class a extends f{constructor(){super(a.ID,l.N("submenu.empty","(empty)"),void 0,!1)}}a.ID="vs.actions.empty"},76068:function(d,_,e){"use strict";e.d(_,{ok:function(){return r}});function r(i,l){if(!i)throw new Error(l?`Assertion failed (${l})`:"Assertion Failed")}},52615:function(d,_,e){"use strict";e.d(_,{CM:function(){return f},JL:function(){return o},dT:function(){return u},fK:function(){return c},lA:function(){return h}});var r=e(4348);class i{constructor(){this._icons=new Map,this._onDidRegister=new r.Q5}add(x){const p=this._icons.get(x.id);p?x.description?p.description=x.description:console.error(`Duplicate registration of codicon ${x.id}`):(this._icons.set(x.id,x),this._onDidRegister.fire(x))}get(x){return this._icons.get(x)}get all(){return this._icons.values()}get onDidRegister(){return this._onDidRegister.event}}const l=new i,c=l;function f(a,x){return new h(a,x)}function o(a){return a?a.replace(/\$\((.*?)\)/g,(x,p)=>` ${p} `).trim():""}class h{constructor(x,p,y){this.id=x,this.definition=p,this.description=y,l.add(this)}get classNames(){return"codicon codicon-"+this.id}get classNamesArray(){return["codicon","codicon-"+this.id]}get cssSelector(){return".codicon.codicon-"+this.id}}var u;(function(a){a.iconNameSegment="[A-Za-z0-9]+",a.iconNameExpression="[A-Za-z0-9\\-]+",a.iconModifierExpression="~[A-Za-z]+";const x=new RegExp(`^(${a.iconNameExpression})(${a.iconModifierExpression})?$`);function p(b){if(b instanceof h)return["codicon","codicon-"+b.id];const S=x.exec(b.id);if(!S)return p(h.error);let[,k,R]=S;const A=["codicon","codicon-"+k];return R&&A.push("codicon-modifier-"+R.substr(1)),A}a.asClassNameArray=p;function y(b){return p(b).join(" ")}a.asClassName=y;function m(b){return"."+p(b).join(".")}a.asCSSSelector=m})(u||(u={})),function(a){a.add=new a("add",{fontCharacter:"\\ea60"}),a.plus=new a("plus",a.add.definition),a.gistNew=new a("gist-new",a.add.definition),a.repoCreate=new a("repo-create",a.add.definition),a.lightbulb=new a("lightbulb",{fontCharacter:"\\ea61"}),a.lightBulb=new a("light-bulb",{fontCharacter:"\\ea61"}),a.repo=new a("repo",{fontCharacter:"\\ea62"}),a.repoDelete=new a("repo-delete",{fontCharacter:"\\ea62"}),a.gistFork=new a("gist-fork",{fontCharacter:"\\ea63"}),a.repoForked=new a("repo-forked",{fontCharacter:"\\ea63"}),a.gitPullRequest=new a("git-pull-request",{fontCharacter:"\\ea64"}),a.gitPullRequestAbandoned=new a("git-pull-request-abandoned",{fontCharacter:"\\ea64"}),a.recordKeys=new a("record-keys",{fontCharacter:"\\ea65"}),a.keyboard=new a("keyboard",{fontCharacter:"\\ea65"}),a.tag=new a("tag",{fontCharacter:"\\ea66"}),a.tagAdd=new a("tag-add",{fontCharacter:"\\ea66"}),a.tagRemove=new a("tag-remove",{fontCharacter:"\\ea66"}),a.person=new a("person",{fontCharacter:"\\ea67"}),a.personFollow=new a("person-follow",{fontCharacter:"\\ea67"}),a.personOutline=new a("person-outline",{fontCharacter:"\\ea67"}),a.personFilled=new a("person-filled",{fontCharacter:"\\ea67"}),a.gitBranch=new a("git-branch",{fontCharacter:"\\ea68"}),a.gitBranchCreate=new a("git-branch-create",{fontCharacter:"\\ea68"}),a.gitBranchDelete=new a("git-branch-delete",{fontCharacter:"\\ea68"}),a.sourceControl=new a("source-control",{fontCharacter:"\\ea68"}),a.mirror=new a("mirror",{fontCharacter:"\\ea69"}),a.mirrorPublic=new a("mirror-public",{fontCharacter:"\\ea69"}),a.star=new a("star",{fontCharacter:"\\ea6a"}),a.starAdd=new a("star-add",{fontCharacter:"\\ea6a"}),a.starDelete=new a("star-delete",{fontCharacter:"\\ea6a"}),a.starEmpty=new a("star-empty",{fontCharacter:"\\ea6a"}),a.comment=new a("comment",{fontCharacter:"\\ea6b"}),a.commentAdd=new a("comment-add",{fontCharacter:"\\ea6b"}),a.alert=new a("alert",{fontCharacter:"\\ea6c"}),a.warning=new a("warning",{fontCharacter:"\\ea6c"}),a.search=new a("search",{fontCharacter:"\\ea6d"}),a.searchSave=new a("search-save",{fontCharacter:"\\ea6d"}),a.logOut=new a("log-out",{fontCharacter:"\\ea6e"}),a.signOut=new a("sign-out",{fontCharacter:"\\ea6e"}),a.logIn=new a("log-in",{fontCharacter:"\\ea6f"}),a.signIn=new a("sign-in",{fontCharacter:"\\ea6f"}),a.eye=new a("eye",{fontCharacter:"\\ea70"}),a.eyeUnwatch=new a("eye-unwatch",{fontCharacter:"\\ea70"}),a.eyeWatch=new a("eye-watch",{fontCharacter:"\\ea70"}),a.circleFilled=new a("circle-filled",{fontCharacter:"\\ea71"}),a.primitiveDot=new a("primitive-dot",{fontCharacter:"\\ea71"}),a.closeDirty=new a("close-dirty",{fontCharacter:"\\ea71"}),a.debugBreakpoint=new a("debug-breakpoint",{fontCharacter:"\\ea71"}),a.debugBreakpointDisabled=new a("debug-breakpoint-disabled",{fontCharacter:"\\ea71"}),a.debugHint=new a("debug-hint",{fontCharacter:"\\ea71"}),a.primitiveSquare=new a("primitive-square",{fontCharacter:"\\ea72"}),a.edit=new a("edit",{fontCharacter:"\\ea73"}),a.pencil=new a("pencil",{fontCharacter:"\\ea73"}),a.info=new a("info",{fontCharacter:"\\ea74"}),a.issueOpened=new a("issue-opened",{fontCharacter:"\\ea74"}),a.gistPrivate=new a("gist-private",{fontCharacter:"\\ea75"}),a.gitForkPrivate=new a("git-fork-private",{fontCharacter:"\\ea75"}),a.lock=new a("lock",{fontCharacter:"\\ea75"}),a.mirrorPrivate=new a("mirror-private",{fontCharacter:"\\ea75"}),a.close=new a("close",{fontCharacter:"\\ea76"}),a.removeClose=new a("remove-close",{fontCharacter:"\\ea76"}),a.x=new a("x",{fontCharacter:"\\ea76"}),a.repoSync=new a("repo-sync",{fontCharacter:"\\ea77"}),a.sync=new a("sync",{fontCharacter:"\\ea77"}),a.clone=new a("clone",{fontCharacter:"\\ea78"}),a.desktopDownload=new a("desktop-download",{fontCharacter:"\\ea78"}),a.beaker=new a("beaker",{fontCharacter:"\\ea79"}),a.microscope=new a("microscope",{fontCharacter:"\\ea79"}),a.vm=new a("vm",{fontCharacter:"\\ea7a"}),a.deviceDesktop=new a("device-desktop",{fontCharacter:"\\ea7a"}),a.file=new a("file",{fontCharacter:"\\ea7b"}),a.fileText=new a("file-text",{fontCharacter:"\\ea7b"}),a.more=new a("more",{fontCharacter:"\\ea7c"}),a.ellipsis=new a("ellipsis",{fontCharacter:"\\ea7c"}),a.kebabHorizontal=new a("kebab-horizontal",{fontCharacter:"\\ea7c"}),a.mailReply=new a("mail-reply",{fontCharacter:"\\ea7d"}),a.reply=new a("reply",{fontCharacter:"\\ea7d"}),a.organization=new a("organization",{fontCharacter:"\\ea7e"}),a.organizationFilled=new a("organization-filled",{fontCharacter:"\\ea7e"}),a.organizationOutline=new a("organization-outline",{fontCharacter:"\\ea7e"}),a.newFile=new a("new-file",{fontCharacter:"\\ea7f"}),a.fileAdd=new a("file-add",{fontCharacter:"\\ea7f"}),a.newFolder=new a("new-folder",{fontCharacter:"\\ea80"}),a.fileDirectoryCreate=new a("file-directory-create",{fontCharacter:"\\ea80"}),a.trash=new a("trash",{fontCharacter:"\\ea81"}),a.trashcan=new a("trashcan",{fontCharacter:"\\ea81"}),a.history=new a("history",{fontCharacter:"\\ea82"}),a.clock=new a("clock",{fontCharacter:"\\ea82"}),a.folder=new a("folder",{fontCharacter:"\\ea83"}),a.fileDirectory=new a("file-directory",{fontCharacter:"\\ea83"}),a.symbolFolder=new a("symbol-folder",{fontCharacter:"\\ea83"}),a.logoGithub=new a("logo-github",{fontCharacter:"\\ea84"}),a.markGithub=new a("mark-github",{fontCharacter:"\\ea84"}),a.github=new a("github",{fontCharacter:"\\ea84"}),a.terminal=new a("terminal",{fontCharacter:"\\ea85"}),a.console=new a("console",{fontCharacter:"\\ea85"}),a.repl=new a("repl",{fontCharacter:"\\ea85"}),a.zap=new a("zap",{fontCharacter:"\\ea86"}),a.symbolEvent=new a("symbol-event",{fontCharacter:"\\ea86"}),a.error=new a("error",{fontCharacter:"\\ea87"}),a.stop=new a("stop",{fontCharacter:"\\ea87"}),a.variable=new a("variable",{fontCharacter:"\\ea88"}),a.symbolVariable=new a("symbol-variable",{fontCharacter:"\\ea88"}),a.array=new a("array",{fontCharacter:"\\ea8a"}),a.symbolArray=new a("symbol-array",{fontCharacter:"\\ea8a"}),a.symbolModule=new a("symbol-module",{fontCharacter:"\\ea8b"}),a.symbolPackage=new a("symbol-package",{fontCharacter:"\\ea8b"}),a.symbolNamespace=new a("symbol-namespace",{fontCharacter:"\\ea8b"}),a.symbolObject=new a("symbol-object",{fontCharacter:"\\ea8b"}),a.symbolMethod=new a("symbol-method",{fontCharacter:"\\ea8c"}),a.symbolFunction=new a("symbol-function",{fontCharacter:"\\ea8c"}),a.symbolConstructor=new a("symbol-constructor",{fontCharacter:"\\ea8c"}),a.symbolBoolean=new a("symbol-boolean",{fontCharacter:"\\ea8f"}),a.symbolNull=new a("symbol-null",{fontCharacter:"\\ea8f"}),a.symbolNumeric=new a("symbol-numeric",{fontCharacter:"\\ea90"}),a.symbolNumber=new a("symbol-number",{fontCharacter:"\\ea90"}),a.symbolStructure=new a("symbol-structure",{fontCharacter:"\\ea91"}),a.symbolStruct=new a("symbol-struct",{fontCharacter:"\\ea91"}),a.symbolParameter=new a("symbol-parameter",{fontCharacter:"\\ea92"}),a.symbolTypeParameter=new a("symbol-type-parameter",{fontCharacter:"\\ea92"}),a.symbolKey=new a("symbol-key",{fontCharacter:"\\ea93"}),a.symbolText=new a("symbol-text",{fontCharacter:"\\ea93"}),a.symbolReference=new a("symbol-reference",{fontCharacter:"\\ea94"}),a.goToFile=new a("go-to-file",{fontCharacter:"\\ea94"}),a.symbolEnum=new a("symbol-enum",{fontCharacter:"\\ea95"}),a.symbolValue=new a("symbol-value",{fontCharacter:"\\ea95"}),a.symbolRuler=new a("symbol-ruler",{fontCharacter:"\\ea96"}),a.symbolUnit=new a("symbol-unit",{fontCharacter:"\\ea96"}),a.activateBreakpoints=new a("activate-breakpoints",{fontCharacter:"\\ea97"}),a.archive=new a("archive",{fontCharacter:"\\ea98"}),a.arrowBoth=new a("arrow-both",{fontCharacter:"\\ea99"}),a.arrowDown=new a("arrow-down",{fontCharacter:"\\ea9a"}),a.arrowLeft=new a("arrow-left",{fontCharacter:"\\ea9b"}),a.arrowRight=new a("arrow-right",{fontCharacter:"\\ea9c"}),a.arrowSmallDown=new a("arrow-small-down",{fontCharacter:"\\ea9d"}),a.arrowSmallLeft=new a("arrow-small-left",{fontCharacter:"\\ea9e"}),a.arrowSmallRight=new a("arrow-small-right",{fontCharacter:"\\ea9f"}),a.arrowSmallUp=new a("arrow-small-up",{fontCharacter:"\\eaa0"}),a.arrowUp=new a("arrow-up",{fontCharacter:"\\eaa1"}),a.bell=new a("bell",{fontCharacter:"\\eaa2"}),a.bold=new a("bold",{fontCharacter:"\\eaa3"}),a.book=new a("book",{fontCharacter:"\\eaa4"}),a.bookmark=new a("bookmark",{fontCharacter:"\\eaa5"}),a.debugBreakpointConditionalUnverified=new a("debug-breakpoint-conditional-unverified",{fontCharacter:"\\eaa6"}),a.debugBreakpointConditional=new a("debug-breakpoint-conditional",{fontCharacter:"\\eaa7"}),a.debugBreakpointConditionalDisabled=new a("debug-breakpoint-conditional-disabled",{fontCharacter:"\\eaa7"}),a.debugBreakpointDataUnverified=new a("debug-breakpoint-data-unverified",{fontCharacter:"\\eaa8"}),a.debugBreakpointData=new a("debug-breakpoint-data",{fontCharacter:"\\eaa9"}),a.debugBreakpointDataDisabled=new a("debug-breakpoint-data-disabled",{fontCharacter:"\\eaa9"}),a.debugBreakpointLogUnverified=new a("debug-breakpoint-log-unverified",{fontCharacter:"\\eaaa"}),a.debugBreakpointLog=new a("debug-breakpoint-log",{fontCharacter:"\\eaab"}),a.debugBreakpointLogDisabled=new a("debug-breakpoint-log-disabled",{fontCharacter:"\\eaab"}),a.briefcase=new a("briefcase",{fontCharacter:"\\eaac"}),a.broadcast=new a("broadcast",{fontCharacter:"\\eaad"}),a.browser=new a("browser",{fontCharacter:"\\eaae"}),a.bug=new a("bug",{fontCharacter:"\\eaaf"}),a.calendar=new a("calendar",{fontCharacter:"\\eab0"}),a.caseSensitive=new a("case-sensitive",{fontCharacter:"\\eab1"}),a.check=new a("check",{fontCharacter:"\\eab2"}),a.checklist=new a("checklist",{fontCharacter:"\\eab3"}),a.chevronDown=new a("chevron-down",{fontCharacter:"\\eab4"}),a.dropDownButton=new a("drop-down-button",a.chevronDown.definition),a.chevronLeft=new a("chevron-left",{fontCharacter:"\\eab5"}),a.chevronRight=new a("chevron-right",{fontCharacter:"\\eab6"}),a.chevronUp=new a("chevron-up",{fontCharacter:"\\eab7"}),a.chromeClose=new a("chrome-close",{fontCharacter:"\\eab8"}),a.chromeMaximize=new a("chrome-maximize",{fontCharacter:"\\eab9"}),a.chromeMinimize=new a("chrome-minimize",{fontCharacter:"\\eaba"}),a.chromeRestore=new a("chrome-restore",{fontCharacter:"\\eabb"}),a.circleOutline=new a("circle-outline",{fontCharacter:"\\eabc"}),a.debugBreakpointUnverified=new a("debug-breakpoint-unverified",{fontCharacter:"\\eabc"}),a.circleSlash=new a("circle-slash",{fontCharacter:"\\eabd"}),a.circuitBoard=new a("circuit-board",{fontCharacter:"\\eabe"}),a.clearAll=new a("clear-all",{fontCharacter:"\\eabf"}),a.clippy=new a("clippy",{fontCharacter:"\\eac0"}),a.closeAll=new a("close-all",{fontCharacter:"\\eac1"}),a.cloudDownload=new a("cloud-download",{fontCharacter:"\\eac2"}),a.cloudUpload=new a("cloud-upload",{fontCharacter:"\\eac3"}),a.code=new a("code",{fontCharacter:"\\eac4"}),a.collapseAll=new a("collapse-all",{fontCharacter:"\\eac5"}),a.colorMode=new a("color-mode",{fontCharacter:"\\eac6"}),a.commentDiscussion=new a("comment-discussion",{fontCharacter:"\\eac7"}),a.compareChanges=new a("compare-changes",{fontCharacter:"\\eafd"}),a.creditCard=new a("credit-card",{fontCharacter:"\\eac9"}),a.dash=new a("dash",{fontCharacter:"\\eacc"}),a.dashboard=new a("dashboard",{fontCharacter:"\\eacd"}),a.database=new a("database",{fontCharacter:"\\eace"}),a.debugContinue=new a("debug-continue",{fontCharacter:"\\eacf"}),a.debugDisconnect=new a("debug-disconnect",{fontCharacter:"\\ead0"}),a.debugPause=new a("debug-pause",{fontCharacter:"\\ead1"}),a.debugRestart=new a("debug-restart",{fontCharacter:"\\ead2"}),a.debugStart=new a("debug-start",{fontCharacter:"\\ead3"}),a.debugStepInto=new a("debug-step-into",{fontCharacter:"\\ead4"}),a.debugStepOut=new a("debug-step-out",{fontCharacter:"\\ead5"}),a.debugStepOver=new a("debug-step-over",{fontCharacter:"\\ead6"}),a.debugStop=new a("debug-stop",{fontCharacter:"\\ead7"}),a.debug=new a("debug",{fontCharacter:"\\ead8"}),a.deviceCameraVideo=new a("device-camera-video",{fontCharacter:"\\ead9"}),a.deviceCamera=new a("device-camera",{fontCharacter:"\\eada"}),a.deviceMobile=new a("device-mobile",{fontCharacter:"\\eadb"}),a.diffAdded=new a("diff-added",{fontCharacter:"\\eadc"}),a.diffIgnored=new a("diff-ignored",{fontCharacter:"\\eadd"}),a.diffModified=new a("diff-modified",{fontCharacter:"\\eade"}),a.diffRemoved=new a("diff-removed",{fontCharacter:"\\eadf"}),a.diffRenamed=new a("diff-renamed",{fontCharacter:"\\eae0"}),a.diff=new a("diff",{fontCharacter:"\\eae1"}),a.discard=new a("discard",{fontCharacter:"\\eae2"}),a.editorLayout=new a("editor-layout",{fontCharacter:"\\eae3"}),a.emptyWindow=new a("empty-window",{fontCharacter:"\\eae4"}),a.exclude=new a("exclude",{fontCharacter:"\\eae5"}),a.extensions=new a("extensions",{fontCharacter:"\\eae6"}),a.eyeClosed=new a("eye-closed",{fontCharacter:"\\eae7"}),a.fileBinary=new a("file-binary",{fontCharacter:"\\eae8"}),a.fileCode=new a("file-code",{fontCharacter:"\\eae9"}),a.fileMedia=new a("file-media",{fontCharacter:"\\eaea"}),a.filePdf=new a("file-pdf",{fontCharacter:"\\eaeb"}),a.fileSubmodule=new a("file-submodule",{fontCharacter:"\\eaec"}),a.fileSymlinkDirectory=new a("file-symlink-directory",{fontCharacter:"\\eaed"}),a.fileSymlinkFile=new a("file-symlink-file",{fontCharacter:"\\eaee"}),a.fileZip=new a("file-zip",{fontCharacter:"\\eaef"}),a.files=new a("files",{fontCharacter:"\\eaf0"}),a.filter=new a("filter",{fontCharacter:"\\eaf1"}),a.flame=new a("flame",{fontCharacter:"\\eaf2"}),a.foldDown=new a("fold-down",{fontCharacter:"\\eaf3"}),a.foldUp=new a("fold-up",{fontCharacter:"\\eaf4"}),a.fold=new a("fold",{fontCharacter:"\\eaf5"}),a.folderActive=new a("folder-active",{fontCharacter:"\\eaf6"}),a.folderOpened=new a("folder-opened",{fontCharacter:"\\eaf7"}),a.gear=new a("gear",{fontCharacter:"\\eaf8"}),a.gift=new a("gift",{fontCharacter:"\\eaf9"}),a.gistSecret=new a("gist-secret",{fontCharacter:"\\eafa"}),a.gist=new a("gist",{fontCharacter:"\\eafb"}),a.gitCommit=new a("git-commit",{fontCharacter:"\\eafc"}),a.gitCompare=new a("git-compare",{fontCharacter:"\\eafd"}),a.gitMerge=new a("git-merge",{fontCharacter:"\\eafe"}),a.githubAction=new a("github-action",{fontCharacter:"\\eaff"}),a.githubAlt=new a("github-alt",{fontCharacter:"\\eb00"}),a.globe=new a("globe",{fontCharacter:"\\eb01"}),a.grabber=new a("grabber",{fontCharacter:"\\eb02"}),a.graph=new a("graph",{fontCharacter:"\\eb03"}),a.gripper=new a("gripper",{fontCharacter:"\\eb04"}),a.heart=new a("heart",{fontCharacter:"\\eb05"}),a.home=new a("home",{fontCharacter:"\\eb06"}),a.horizontalRule=new a("horizontal-rule",{fontCharacter:"\\eb07"}),a.hubot=new a("hubot",{fontCharacter:"\\eb08"}),a.inbox=new a("inbox",{fontCharacter:"\\eb09"}),a.issueClosed=new a("issue-closed",{fontCharacter:"\\eba4"}),a.issueReopened=new a("issue-reopened",{fontCharacter:"\\eb0b"}),a.issues=new a("issues",{fontCharacter:"\\eb0c"}),a.italic=new a("italic",{fontCharacter:"\\eb0d"}),a.jersey=new a("jersey",{fontCharacter:"\\eb0e"}),a.json=new a("json",{fontCharacter:"\\eb0f"}),a.kebabVertical=new a("kebab-vertical",{fontCharacter:"\\eb10"}),a.key=new a("key",{fontCharacter:"\\eb11"}),a.law=new a("law",{fontCharacter:"\\eb12"}),a.lightbulbAutofix=new a("lightbulb-autofix",{fontCharacter:"\\eb13"}),a.linkExternal=new a("link-external",{fontCharacter:"\\eb14"}),a.link=new a("link",{fontCharacter:"\\eb15"}),a.listOrdered=new a("list-ordered",{fontCharacter:"\\eb16"}),a.listUnordered=new a("list-unordered",{fontCharacter:"\\eb17"}),a.liveShare=new a("live-share",{fontCharacter:"\\eb18"}),a.loading=new a("loading",{fontCharacter:"\\eb19"}),a.location=new a("location",{fontCharacter:"\\eb1a"}),a.mailRead=new a("mail-read",{fontCharacter:"\\eb1b"}),a.mail=new a("mail",{fontCharacter:"\\eb1c"}),a.markdown=new a("markdown",{fontCharacter:"\\eb1d"}),a.megaphone=new a("megaphone",{fontCharacter:"\\eb1e"}),a.mention=new a("mention",{fontCharacter:"\\eb1f"}),a.milestone=new a("milestone",{fontCharacter:"\\eb20"}),a.mortarBoard=new a("mortar-board",{fontCharacter:"\\eb21"}),a.move=new a("move",{fontCharacter:"\\eb22"}),a.multipleWindows=new a("multiple-windows",{fontCharacter:"\\eb23"}),a.mute=new a("mute",{fontCharacter:"\\eb24"}),a.noNewline=new a("no-newline",{fontCharacter:"\\eb25"}),a.note=new a("note",{fontCharacter:"\\eb26"}),a.octoface=new a("octoface",{fontCharacter:"\\eb27"}),a.openPreview=new a("open-preview",{fontCharacter:"\\eb28"}),a.package_=new a("package",{fontCharacter:"\\eb29"}),a.paintcan=new a("paintcan",{fontCharacter:"\\eb2a"}),a.pin=new a("pin",{fontCharacter:"\\eb2b"}),a.play=new a("play",{fontCharacter:"\\eb2c"}),a.run=new a("run",{fontCharacter:"\\eb2c"}),a.plug=new a("plug",{fontCharacter:"\\eb2d"}),a.preserveCase=new a("preserve-case",{fontCharacter:"\\eb2e"}),a.preview=new a("preview",{fontCharacter:"\\eb2f"}),a.project=new a("project",{fontCharacter:"\\eb30"}),a.pulse=new a("pulse",{fontCharacter:"\\eb31"}),a.question=new a("question",{fontCharacter:"\\eb32"}),a.quote=new a("quote",{fontCharacter:"\\eb33"}),a.radioTower=new a("radio-tower",{fontCharacter:"\\eb34"}),a.reactions=new a("reactions",{fontCharacter:"\\eb35"}),a.references=new a("references",{fontCharacter:"\\eb36"}),a.refresh=new a("refresh",{fontCharacter:"\\eb37"}),a.regex=new a("regex",{fontCharacter:"\\eb38"}),a.remoteExplorer=new a("remote-explorer",{fontCharacter:"\\eb39"}),a.remote=new a("remote",{fontCharacter:"\\eb3a"}),a.remove=new a("remove",{fontCharacter:"\\eb3b"}),a.replaceAll=new a("replace-all",{fontCharacter:"\\eb3c"}),a.replace=new a("replace",{fontCharacter:"\\eb3d"}),a.repoClone=new a("repo-clone",{fontCharacter:"\\eb3e"}),a.repoForcePush=new a("repo-force-push",{fontCharacter:"\\eb3f"}),a.repoPull=new a("repo-pull",{fontCharacter:"\\eb40"}),a.repoPush=new a("repo-push",{fontCharacter:"\\eb41"}),a.report=new a("report",{fontCharacter:"\\eb42"}),a.requestChanges=new a("request-changes",{fontCharacter:"\\eb43"}),a.rocket=new a("rocket",{fontCharacter:"\\eb44"}),a.rootFolderOpened=new a("root-folder-opened",{fontCharacter:"\\eb45"}),a.rootFolder=new a("root-folder",{fontCharacter:"\\eb46"}),a.rss=new a("rss",{fontCharacter:"\\eb47"}),a.ruby=new a("ruby",{fontCharacter:"\\eb48"}),a.saveAll=new a("save-all",{fontCharacter:"\\eb49"}),a.saveAs=new a("save-as",{fontCharacter:"\\eb4a"}),a.save=new a("save",{fontCharacter:"\\eb4b"}),a.screenFull=new a("screen-full",{fontCharacter:"\\eb4c"}),a.screenNormal=new a("screen-normal",{fontCharacter:"\\eb4d"}),a.searchStop=new a("search-stop",{fontCharacter:"\\eb4e"}),a.server=new a("server",{fontCharacter:"\\eb50"}),a.settingsGear=new a("settings-gear",{fontCharacter:"\\eb51"}),a.settings=new a("settings",{fontCharacter:"\\eb52"}),a.shield=new a("shield",{fontCharacter:"\\eb53"}),a.smiley=new a("smiley",{fontCharacter:"\\eb54"}),a.sortPrecedence=new a("sort-precedence",{fontCharacter:"\\eb55"}),a.splitHorizontal=new a("split-horizontal",{fontCharacter:"\\eb56"}),a.splitVertical=new a("split-vertical",{fontCharacter:"\\eb57"}),a.squirrel=new a("squirrel",{fontCharacter:"\\eb58"}),a.starFull=new a("star-full",{fontCharacter:"\\eb59"}),a.starHalf=new a("star-half",{fontCharacter:"\\eb5a"}),a.symbolClass=new a("symbol-class",{fontCharacter:"\\eb5b"}),a.symbolColor=new a("symbol-color",{fontCharacter:"\\eb5c"}),a.symbolConstant=new a("symbol-constant",{fontCharacter:"\\eb5d"}),a.symbolEnumMember=new a("symbol-enum-member",{fontCharacter:"\\eb5e"}),a.symbolField=new a("symbol-field",{fontCharacter:"\\eb5f"}),a.symbolFile=new a("symbol-file",{fontCharacter:"\\eb60"}),a.symbolInterface=new a("symbol-interface",{fontCharacter:"\\eb61"}),a.symbolKeyword=new a("symbol-keyword",{fontCharacter:"\\eb62"}),a.symbolMisc=new a("symbol-misc",{fontCharacter:"\\eb63"}),a.symbolOperator=new a("symbol-operator",{fontCharacter:"\\eb64"}),a.symbolProperty=new a("symbol-property",{fontCharacter:"\\eb65"}),a.wrench=new a("wrench",{fontCharacter:"\\eb65"}),a.wrenchSubaction=new a("wrench-subaction",{fontCharacter:"\\eb65"}),a.symbolSnippet=new a("symbol-snippet",{fontCharacter:"\\eb66"}),a.tasklist=new a("tasklist",{fontCharacter:"\\eb67"}),a.telescope=new a("telescope",{fontCharacter:"\\eb68"}),a.textSize=new a("text-size",{fontCharacter:"\\eb69"}),a.threeBars=new a("three-bars",{fontCharacter:"\\eb6a"}),a.thumbsdown=new a("thumbsdown",{fontCharacter:"\\eb6b"}),a.thumbsup=new a("thumbsup",{fontCharacter:"\\eb6c"}),a.tools=new a("tools",{fontCharacter:"\\eb6d"}),a.triangleDown=new a("triangle-down",{fontCharacter:"\\eb6e"}),a.triangleLeft=new a("triangle-left",{fontCharacter:"\\eb6f"}),a.triangleRight=new a("triangle-right",{fontCharacter:"\\eb70"}),a.triangleUp=new a("triangle-up",{fontCharacter:"\\eb71"}),a.twitter=new a("twitter",{fontCharacter:"\\eb72"}),a.unfold=new a("unfold",{fontCharacter:"\\eb73"}),a.unlock=new a("unlock",{fontCharacter:"\\eb74"}),a.unmute=new a("unmute",{fontCharacter:"\\eb75"}),a.unverified=new a("unverified",{fontCharacter:"\\eb76"}),a.verified=new a("verified",{fontCharacter:"\\eb77"}),a.versions=new a("versions",{fontCharacter:"\\eb78"}),a.vmActive=new a("vm-active",{fontCharacter:"\\eb79"}),a.vmOutline=new a("vm-outline",{fontCharacter:"\\eb7a"}),a.vmRunning=new a("vm-running",{fontCharacter:"\\eb7b"}),a.watch=new a("watch",{fontCharacter:"\\eb7c"}),a.whitespace=new a("whitespace",{fontCharacter:"\\eb7d"}),a.wholeWord=new a("whole-word",{fontCharacter:"\\eb7e"}),a.window=new a("window",{fontCharacter:"\\eb7f"}),a.wordWrap=new a("word-wrap",{fontCharacter:"\\eb80"}),a.zoomIn=new a("zoom-in",{fontCharacter:"\\eb81"}),a.zoomOut=new a("zoom-out",{fontCharacter:"\\eb82"}),a.listFilter=new a("list-filter",{fontCharacter:"\\eb83"}),a.listFlat=new a("list-flat",{fontCharacter:"\\eb84"}),a.listSelection=new a("list-selection",{fontCharacter:"\\eb85"}),a.selection=new a("selection",{fontCharacter:"\\eb85"}),a.listTree=new a("list-tree",{fontCharacter:"\\eb86"}),a.debugBreakpointFunctionUnverified=new a("debug-breakpoint-function-unverified",{fontCharacter:"\\eb87"}),a.debugBreakpointFunction=new a("debug-breakpoint-function",{fontCharacter:"\\eb88"}),a.debugBreakpointFunctionDisabled=new a("debug-breakpoint-function-disabled",{fontCharacter:"\\eb88"}),a.debugStackframeActive=new a("debug-stackframe-active",{fontCharacter:"\\eb89"}),a.debugStackframeDot=new a("debug-stackframe-dot",{fontCharacter:"\\eb8a"}),a.debugStackframe=new a("debug-stackframe",{fontCharacter:"\\eb8b"}),a.debugStackframeFocused=new a("debug-stackframe-focused",{fontCharacter:"\\eb8b"}),a.debugBreakpointUnsupported=new a("debug-breakpoint-unsupported",{fontCharacter:"\\eb8c"}),a.symbolString=new a("symbol-string",{fontCharacter:"\\eb8d"}),a.debugReverseContinue=new a("debug-reverse-continue",{fontCharacter:"\\eb8e"}),a.debugStepBack=new a("debug-step-back",{fontCharacter:"\\eb8f"}),a.debugRestartFrame=new a("debug-restart-frame",{fontCharacter:"\\eb90"}),a.callIncoming=new a("call-incoming",{fontCharacter:"\\eb92"}),a.callOutgoing=new a("call-outgoing",{fontCharacter:"\\eb93"}),a.menu=new a("menu",{fontCharacter:"\\eb94"}),a.expandAll=new a("expand-all",{fontCharacter:"\\eb95"}),a.feedback=new a("feedback",{fontCharacter:"\\eb96"}),a.groupByRefType=new a("group-by-ref-type",{fontCharacter:"\\eb97"}),a.ungroupByRefType=new a("ungroup-by-ref-type",{fontCharacter:"\\eb98"}),a.account=new a("account",{fontCharacter:"\\eb99"}),a.bellDot=new a("bell-dot",{fontCharacter:"\\eb9a"}),a.debugConsole=new a("debug-console",{fontCharacter:"\\eb9b"}),a.library=new a("library",{fontCharacter:"\\eb9c"}),a.output=new a("output",{fontCharacter:"\\eb9d"}),a.runAll=new a("run-all",{fontCharacter:"\\eb9e"}),a.syncIgnored=new a("sync-ignored",{fontCharacter:"\\eb9f"}),a.pinned=new a("pinned",{fontCharacter:"\\eba0"}),a.githubInverted=new a("github-inverted",{fontCharacter:"\\eba1"}),a.debugAlt=new a("debug-alt",{fontCharacter:"\\eb91"}),a.serverProcess=new a("server-process",{fontCharacter:"\\eba2"}),a.serverEnvironment=new a("server-environment",{fontCharacter:"\\eba3"}),a.pass=new a("pass",{fontCharacter:"\\eba4"}),a.stopCircle=new a("stop-circle",{fontCharacter:"\\eba5"}),a.playCircle=new a("play-circle",{fontCharacter:"\\eba6"}),a.record=new a("record",{fontCharacter:"\\eba7"}),a.debugAltSmall=new a("debug-alt-small",{fontCharacter:"\\eba8"}),a.vmConnect=new a("vm-connect",{fontCharacter:"\\eba9"}),a.cloud=new a("cloud",{fontCharacter:"\\ebaa"}),a.merge=new a("merge",{fontCharacter:"\\ebab"}),a.exportIcon=new a("export",{fontCharacter:"\\ebac"}),a.graphLeft=new a("graph-left",{fontCharacter:"\\ebad"}),a.magnet=new a("magnet",{fontCharacter:"\\ebae"}),a.notebook=new a("notebook",{fontCharacter:"\\ebaf"}),a.redo=new a("redo",{fontCharacter:"\\ebb0"}),a.checkAll=new a("check-all",{fontCharacter:"\\ebb1"}),a.pinnedDirty=new a("pinned-dirty",{fontCharacter:"\\ebb2"}),a.passFilled=new a("pass-filled",{fontCharacter:"\\ebb3"}),a.circleLargeFilled=new a("circle-large-filled",{fontCharacter:"\\ebb4"}),a.circleLargeOutline=new a("circle-large-outline",{fontCharacter:"\\ebb5"}),a.combine=new a("combine",{fontCharacter:"\\ebb6"}),a.gather=new a("gather",{fontCharacter:"\\ebb6"}),a.table=new a("table",{fontCharacter:"\\ebb7"}),a.variableGroup=new a("variable-group",{fontCharacter:"\\ebb8"}),a.typeHierarchy=new a("type-hierarchy",{fontCharacter:"\\ebb9"}),a.typeHierarchySub=new a("type-hierarchy-sub",{fontCharacter:"\\ebba"}),a.typeHierarchySuper=new a("type-hierarchy-super",{fontCharacter:"\\ebbb"}),a.gitPullRequestCreate=new a("git-pull-request-create",{fontCharacter:"\\ebbc"}),a.runAbove=new a("run-above",{fontCharacter:"\\ebbd"}),a.runBelow=new a("run-below",{fontCharacter:"\\ebbe"}),a.notebookTemplate=new a("notebook-template",{fontCharacter:"\\ebbf"}),a.debugRerun=new a("debug-rerun",{fontCharacter:"\\ebc0"}),a.workspaceTrusted=new a("workspace-trusted",{fontCharacter:"\\ebc1"}),a.workspaceUntrusted=new a("workspace-untrusted",{fontCharacter:"\\ebc2"}),a.workspaceUnspecified=new a("workspace-unspecified",{fontCharacter:"\\ebc3"}),a.terminalCmd=new a("terminal-cmd",{fontCharacter:"\\ebc4"}),a.terminalDebian=new a("terminal-debian",{fontCharacter:"\\ebc5"}),a.terminalLinux=new a("terminal-linux",{fontCharacter:"\\ebc6"}),a.terminalPowershell=new a("terminal-powershell",{fontCharacter:"\\ebc7"}),a.terminalTmux=new a("terminal-tmux",{fontCharacter:"\\ebc8"}),a.terminalUbuntu=new a("terminal-ubuntu",{fontCharacter:"\\ebc9"}),a.terminalBash=new a("terminal-bash",{fontCharacter:"\\ebca"}),a.arrowSwap=new a("arrow-swap",{fontCharacter:"\\ebcb"}),a.copy=new a("copy",{fontCharacter:"\\ebcc"}),a.personAdd=new a("person-add",{fontCharacter:"\\ebcd"}),a.filterFilled=new a("filter-filled",{fontCharacter:"\\ebce"}),a.wand=new a("wand",{fontCharacter:"\\ebcf"}),a.debugLineByLine=new a("debug-line-by-line",{fontCharacter:"\\ebd0"}),a.inspect=new a("inspect",{fontCharacter:"\\ebd1"}),a.layers=new a("layers",{fontCharacter:"\\ebd2"}),a.layersDot=new a("layers-dot",{fontCharacter:"\\ebd3"}),a.layersActive=new a("layers-active",{fontCharacter:"\\ebd4"}),a.compass=new a("compass",{fontCharacter:"\\ebd5"}),a.compassDot=new a("compass-dot",{fontCharacter:"\\ebd6"}),a.compassActive=new a("compass-active",{fontCharacter:"\\ebd7"}),a.azure=new a("azure",{fontCharacter:"\\ebd8"}),a.issueDraft=new a("issue-draft",{fontCharacter:"\\ebd9"}),a.gitPullRequestClosed=new a("git-pull-request-closed",{fontCharacter:"\\ebda"}),a.gitPullRequestDraft=new a("git-pull-request-draft",{fontCharacter:"\\ebdb"}),a.debugAll=new a("debug-all",{fontCharacter:"\\ebdc"}),a.debugCoverage=new a("debug-coverage",{fontCharacter:"\\ebdd"}),a.runErrors=new a("run-errors",{fontCharacter:"\\ebde"}),a.folderLibrary=new a("folder-library",{fontCharacter:"\\ebdf"}),a.debugContinueSmall=new a("debug-continue-small",{fontCharacter:"\\ebe0"}),a.beakerStop=new a("beaker-stop",{fontCharacter:"\\ebe1"}),a.graphLine=new a("graph-line",{fontCharacter:"\\ebe2"}),a.graphScatter=new a("graph-scatter",{fontCharacter:"\\ebe3"}),a.pieChart=new a("pie-chart",{fontCharacter:"\\ebe4"}),a.bracket=new a("bracket",a.json.definition),a.bracketDot=new a("bracket-dot",{fontCharacter:"\\ebe5"}),a.bracketError=new a("bracket-error",{fontCharacter:"\\ebe6"}),a.lockSmall=new a("lock-small",{fontCharacter:"\\ebe7"}),a.azureDevops=new a("azure-devops",{fontCharacter:"\\ebe8"}),a.verifiedFilled=new a("verified-filled",{fontCharacter:"\\ebe9"})}(h||(h={}))},79881:function(d,_,e){"use strict";e.d(_,{B8:function(){return p},Cp:function(){return c},F0:function(){return u},L6:function(){return x},VV:function(){return h},b1:function(){return a},dL:function(){return l},ri:function(){return f}});class r{constructor(){this.listeners=[],this.unexpectedErrorHandler=function(m){setTimeout(()=>{throw m.stack?new Error(m.message+`
`+m.stack):m},0)}}emit(m){this.listeners.forEach(b=>{b(m)})}onUnexpectedError(m){this.unexpectedErrorHandler(m),this.emit(m)}onUnexpectedExternalError(m){this.unexpectedErrorHandler(m)}}const i=new r;function l(y){h(y)||i.onUnexpectedError(y)}function c(y){h(y)||i.onUnexpectedExternalError(y)}function f(y){if(y instanceof Error){let{name:m,message:b}=y;const S=y.stacktrace||y.stack;return{$isError:!0,name:m,message:b,stack:S}}return y}const o="Canceled";function h(y){return y instanceof Error&&y.name===o&&y.message===o}function u(){const y=new Error(o);return y.name=y.message,y}function a(y){return y?new Error(`Illegal argument: ${y}`):new Error("Illegal argument")}function x(y){return y?new Error(`Illegal state: ${y}`):new Error("Illegal state")}class p extends Error{constructor(m){super("NotSupported"),m&&(this.message=m)}}},4348:function(d,_,e){"use strict";e.d(_,{D0:function(){return p},E7:function(){return y},K3:function(){return x},Q5:function(){return a},ZD:function(){return m},ju:function(){return f}});var r=e(79881),i=e(69323),l=e(34502),c=e(95830),f;(function(b){b.None=()=>i.JT.None;function S(oe){return(ee,q=null,le)=>{let Z=!1,j;return j=oe(se=>{if(!Z)return j?j.dispose():Z=!0,ee.call(q,se)},null,le),Z&&j.dispose(),j}}b.once=S;function k(oe,ee){return U((q,le=null,Z)=>oe(j=>q.call(le,ee(j)),null,Z))}b.map=k;function R(oe,ee){return U((q,le=null,Z)=>oe(j=>{ee(j),q.call(le,j)},null,Z))}b.forEach=R;function A(oe,ee){return U((q,le=null,Z)=>oe(j=>ee(j)&&q.call(le,j),null,Z))}b.filter=A;function O(oe){return oe}b.signal=O;function M(...oe){return(ee,q=null,le)=>(0,i.F8)(...oe.map(Z=>Z(j=>ee.call(q,j),null,le)))}b.any=M;function B(oe,ee,q){let le=q;return k(oe,Z=>(le=ee(le,Z),le))}b.reduce=B;function U(oe){let ee;const q=new a({onFirstListenerAdd(){ee=oe(q.fire,q)},onLastListenerRemove(){ee.dispose()}});return q.event}function X(oe,ee,q=100,le=!1,Z){let j,se,me,Oe=0;const ke=new a({leakWarningThreshold:Z,onFirstListenerAdd(){j=oe($e=>{Oe++,se=ee(se,$e),le&&!me&&(ke.fire(se),se=void 0),clearTimeout(me),me=setTimeout(()=>{const Ne=se;se=void 0,me=void 0,(!le||Oe>1)&&ke.fire(Ne),Oe=0},q)})},onLastListenerRemove(){j.dispose()}});return ke.event}b.debounce=X;function G(oe,ee=(q,le)=>q===le){let q=!0,le;return A(oe,Z=>{const j=q||!ee(Z,le);return q=!1,le=Z,j})}b.latch=G;function V(oe,ee){return[b.filter(oe,ee),b.filter(oe,q=>!ee(q))]}b.split=V;function ae(oe,ee=!1,q=[]){let le=q.slice(),Z=oe(me=>{le?le.push(me):se.fire(me)});const j=()=>{le&&le.forEach(me=>se.fire(me)),le=null},se=new a({onFirstListenerAdd(){Z||(Z=oe(me=>se.fire(me)))},onFirstListenerDidAdd(){le&&(ee?setTimeout(j):j())},onLastListenerRemove(){Z&&Z.dispose(),Z=null}});return se.event}b.buffer=ae;class ie{constructor(ee){this.event=ee}map(ee){return new ie(k(this.event,ee))}forEach(ee){return new ie(R(this.event,ee))}filter(ee){return new ie(A(this.event,ee))}reduce(ee,q){return new ie(B(this.event,ee,q))}latch(){return new ie(G(this.event))}debounce(ee,q=100,le=!1,Z){return new ie(X(this.event,ee,q,le,Z))}on(ee,q,le){return this.event(ee,q,le)}once(ee,q,le){return S(this.event)(ee,q,le)}}function ue(oe){return new ie(oe)}b.chain=ue;function Q(oe,ee,q=le=>le){const le=(...me)=>se.fire(q(...me)),Z=()=>oe.on(ee,le),j=()=>oe.removeListener(ee,le),se=new a({onFirstListenerAdd:Z,onLastListenerRemove:j});return se.event}b.fromNodeEventEmitter=Q;function J(oe,ee,q=le=>le){const le=(...me)=>se.fire(q(...me)),Z=()=>oe.addEventListener(ee,le),j=()=>oe.removeEventListener(ee,le),se=new a({onFirstListenerAdd:Z,onLastListenerRemove:j});return se.event}b.fromDOMEventEmitter=J;function K(oe){return new Promise(ee=>S(oe)(ee))}b.toPromise=K})(f||(f={}));class o{constructor(S){this._listenerCount=0,this._invocationCount=0,this._elapsedOverall=0,this._name=`${S}_${o._idPool++}`}start(S){this._stopWatch=new c.G(!0),this._listenerCount=S}stop(){if(this._stopWatch){const S=this._stopWatch.elapsed();this._elapsedOverall+=S,this._invocationCount+=1,console.info(`did FIRE ${this._name}: elapsed_ms: ${S.toFixed(5)}, listener: ${this._listenerCount} (elapsed_overall: ${this._elapsedOverall.toFixed(2)}, invocations: ${this._invocationCount})`),this._stopWatch=void 0}}}o._idPool=0;let h=-1;class u{constructor(S,k=Math.random().toString(18).slice(2,5)){this.customThreshold=S,this.name=k,this._warnCountdown=0}dispose(){this._stacks&&this._stacks.clear()}check(S){let k=h;if(typeof this.customThreshold=="number"&&(k=this.customThreshold),k<=0||S<k)return;this._stacks||(this._stacks=new Map);const R=new Error().stack.split(`
`).slice(3).join(`
`),A=this._stacks.get(R)||0;if(this._stacks.set(R,A+1),this._warnCountdown-=1,this._warnCountdown<=0){this._warnCountdown=k*.5;let O,M=0;for(const[B,U]of this._stacks)(!O||M<U)&&(O=B,M=U);console.warn(`[${this.name}] potential listener LEAK detected, having ${S} listeners already. MOST frequent listener (${M}):`),console.warn(O)}return()=>{const O=this._stacks.get(R)||0;this._stacks.set(R,O-1)}}}class a{constructor(S){var k;this._disposed=!1,this._options=S,this._leakageMon=h>0?new u(this._options&&this._options.leakWarningThreshold):void 0,this._perfMon=!((k=this._options)===null||k===void 0)&&k._profName?new o(this._options._profName):void 0}get event(){return this._event||(this._event=(S,k,R)=>{var A;this._listeners||(this._listeners=new l.S);const O=this._listeners.isEmpty();O&&this._options&&this._options.onFirstListenerAdd&&this._options.onFirstListenerAdd(this);const M=this._listeners.push(k?[S,k]:S);O&&this._options&&this._options.onFirstListenerDidAdd&&this._options.onFirstListenerDidAdd(this),this._options&&this._options.onListenerDidAdd&&this._options.onListenerDidAdd(this,S,k);const B=(A=this._leakageMon)===null||A===void 0?void 0:A.check(this._listeners.size),U=(0,i.OF)(()=>{B&&B(),this._disposed||(M(),this._options&&this._options.onLastListenerRemove&&(this._listeners&&!this._listeners.isEmpty()||this._options.onLastListenerRemove(this)))});return R instanceof i.SL?R.add(U):Array.isArray(R)&&R.push(U),U}),this._event}fire(S){var k,R;if(this._listeners){this._deliveryQueue||(this._deliveryQueue=new l.S);for(let A of this._listeners)this._deliveryQueue.push([A,S]);for((k=this._perfMon)===null||k===void 0||k.start(this._deliveryQueue.size);this._deliveryQueue.size>0;){const[A,O]=this._deliveryQueue.shift();try{typeof A=="function"?A.call(void 0,O):A[0].call(A[1],O)}catch(M){(0,r.dL)(M)}}(R=this._perfMon)===null||R===void 0||R.stop()}}dispose(){var S,k,R,A,O;this._disposed||(this._disposed=!0,(S=this._listeners)===null||S===void 0||S.clear(),(k=this._deliveryQueue)===null||k===void 0||k.clear(),(A=(R=this._options)===null||R===void 0?void 0:R.onLastListenerRemove)===null||A===void 0||A.call(R),(O=this._leakageMon)===null||O===void 0||O.dispose())}}class x extends a{constructor(S){super(S),this._isPaused=0,this._eventQueue=new l.S,this._mergeFn=S==null?void 0:S.merge}pause(){this._isPaused++}resume(){if(this._isPaused!==0&&--this._isPaused===0)if(this._mergeFn){const S=Array.from(this._eventQueue);this._eventQueue.clear(),super.fire(this._mergeFn(S))}else for(;!this._isPaused&&this._eventQueue.size!==0;)super.fire(this._eventQueue.shift())}fire(S){this._listeners&&(this._isPaused!==0?this._eventQueue.push(S):super.fire(S))}}class p extends x{constructor(S){var k;super(S),this._delay=(k=S.delay)!==null&&k!==void 0?k:100}fire(S){this._handle||(this.pause(),this._handle=setTimeout(()=>{this._handle=void 0,this.resume()},this._delay)),super.fire(S)}}class y{constructor(){this.buffers=[]}wrapEvent(S){return(k,R,A)=>S(O=>{const M=this.buffers[this.buffers.length-1];M?M.push(()=>k.call(R,O)):k.call(R,O)},void 0,A)}bufferEvents(S){const k=[];this.buffers.push(k);const R=S();return this.buffers.pop(),k.forEach(A=>A()),R}}class m{constructor(){this.listening=!1,this.inputEvent=f.None,this.inputEventListener=i.JT.None,this.emitter=new a({onFirstListenerDidAdd:()=>{this.listening=!0,this.inputEventListener=this.inputEvent(this.emitter.fire,this.emitter)},onLastListenerRemove:()=>{this.listening=!1,this.inputEventListener.dispose()}}),this.event=this.emitter.event}set input(S){this.inputEvent=S,this.listening&&(this.inputEventListener.dispose(),this.inputEventListener=S(this.emitter.fire,this.emitter))}dispose(){this.inputEventListener.dispose(),this.emitter.dispose()}}},17845:function(d,_,e){"use strict";e.d(_,{I:function(){return r}});function r(i){const l=this;let c=!1,f;return function(){return c||(c=!0,f=i.apply(l,arguments)),f}}},88226:function(d,_,e){"use strict";e.d(_,{$:function(){return r}});var r;(function(i){function l(M){return M&&typeof M=="object"&&typeof M[Symbol.iterator]=="function"}i.is=l;const c=Object.freeze([]);function f(){return c}i.empty=f;function*o(M){yield M}i.single=o;function h(M){return M||c}i.from=h;function u(M){return!M||M[Symbol.iterator]().next().done===!0}i.isEmpty=u;function a(M){return M[Symbol.iterator]().next().value}i.first=a;function x(M,B){for(const U of M)if(B(U))return!0;return!1}i.some=x;function p(M,B){for(const U of M)if(B(U))return U}i.find=p;function*y(M,B){for(const U of M)B(U)&&(yield U)}i.filter=y;function*m(M,B){let U=0;for(const X of M)yield B(X,U++)}i.map=m;function*b(...M){for(const B of M)for(const U of B)yield U}i.concat=b;function*S(M){for(const B of M)for(const U of B)yield U}i.concatNested=S;function k(M,B,U){let X=U;for(const G of M)X=B(X,G);return X}i.reduce=k;function*R(M,B,U=M.length){for(B<0&&(B+=M.length),U<0?U+=M.length:U>M.length&&(U=M.length);B<U;B++)yield M[B]}i.slice=R;function A(M,B=Number.POSITIVE_INFINITY){const U=[];if(B===0)return[U,M];const X=M[Symbol.iterator]();for(let G=0;G<B;G++){const V=X.next();if(V.done)return[U,i.empty()];U.push(V.value)}return[U,{[Symbol.iterator](){return X}}]}i.consume=A;function O(M,B,U=(X,G)=>X===G){const X=M[Symbol.iterator](),G=B[Symbol.iterator]();for(;;){const V=X.next(),ae=G.next();if(V.done!==ae.done)return!1;if(V.done)return!0;if(!U(V.value,ae.value))return!1}}i.equals=O})(r||(r={}))},69323:function(d,_,e){"use strict";e.d(_,{B9:function(){return m},F8:function(){return b},JT:function(){return R},Jz:function(){return O},OF:function(){return S},SL:function(){return k},Wf:function(){return y},XK:function(){return A},dk:function(){return x}});var r=e(17845),i=e(88226);const l=!1;let c=null;function f(M){c=M}if(l){const M="__is_disposable_tracked__";f(new class{trackDisposable(B){const U=new Error("Potentially leaked disposable").stack;setTimeout(()=>{B[M]||console.log(U)},3e3)}setParent(B,U){if(B&&B!==R.None)try{B[M]=!0}catch(X){}}markAsDisposed(B){if(B&&B!==R.None)try{B[M]=!0}catch(U){}}markAsSingleton(B){}})}function o(M){return c==null||c.trackDisposable(M),M}function h(M){c==null||c.markAsDisposed(M)}function u(M,B){c==null||c.setParent(M,B)}function a(M,B){if(c)for(const U of M)c.setParent(U,B)}function x(M){return c==null||c.markAsSingleton(M),M}class p extends Error{constructor(B){super(`Encountered errors while disposing of store. Errors: [${B.join(", ")}]`),this.errors=B}}function y(M){return typeof M.dispose=="function"&&M.dispose.length===0}function m(M){if(i.$.is(M)){let B=[];for(const U of M)if(U)try{U.dispose()}catch(X){B.push(X)}if(B.length===1)throw B[0];if(B.length>1)throw new p(B);return Array.isArray(M)?[]:M}else if(M)return M.dispose(),M}function b(...M){const B=S(()=>m(M));return a(M,B),B}function S(M){const B=o({dispose:(0,r.I)(()=>{h(B),M()})});return B}class k{constructor(){this._toDispose=new Set,this._isDisposed=!1,o(this)}dispose(){this._isDisposed||(h(this),this._isDisposed=!0,this.clear())}clear(){try{m(this._toDispose.values())}finally{this._toDispose.clear()}}add(B){if(!B)return B;if(B===this)throw new Error("Cannot register a disposable on itself!");return u(B,this),this._isDisposed?k.DISABLE_DISPOSED_WARNING||console.warn(new Error("Trying to add a disposable to a DisposableStore that has already been disposed of. The added object will be leaked!").stack):this._toDispose.add(B),B}}k.DISABLE_DISPOSED_WARNING=!1;class R{constructor(){this._store=new k,o(this),u(this._store,this)}dispose(){h(this),this._store.dispose()}_register(B){if(B===this)throw new Error("Cannot register a disposable on itself!");return this._store.add(B)}}R.None=Object.freeze({dispose(){}});class A{constructor(){this._isDisposed=!1,o(this)}get value(){return this._isDisposed?void 0:this._value}set value(B){var U;this._isDisposed||B===this._value||((U=this._value)===null||U===void 0||U.dispose(),B&&u(B,this),this._value=B)}clear(){this.value=void 0}dispose(){var B;this._isDisposed=!0,h(this),(B=this._value)===null||B===void 0||B.dispose(),this._value=void 0}clearAndLeak(){const B=this._value;return this._value=void 0,B&&u(B,null),B}}class O{constructor(B){this.object=B}dispose(){}}},34502:function(d,_,e){"use strict";e.d(_,{S:function(){return i}});class r{constructor(c){this.element=c,this.next=r.Undefined,this.prev=r.Undefined}}r.Undefined=new r(void 0);class i{constructor(){this._first=r.Undefined,this._last=r.Undefined,this._size=0}get size(){return this._size}isEmpty(){return this._first===r.Undefined}clear(){let c=this._first;for(;c!==r.Undefined;){const f=c.next;c.prev=r.Undefined,c.next=r.Undefined,c=f}this._first=r.Undefined,this._last=r.Undefined,this._size=0}unshift(c){return this._insert(c,!1)}push(c){return this._insert(c,!0)}_insert(c,f){const o=new r(c);if(this._first===r.Undefined)this._first=o,this._last=o;else if(f){const u=this._last;this._last=o,o.prev=u,u.next=o}else{const u=this._first;this._first=o,o.next=u,u.prev=o}this._size+=1;let h=!1;return()=>{h||(h=!0,this._remove(o))}}shift(){if(this._first!==r.Undefined){const c=this._first.element;return this._remove(this._first),c}}pop(){if(this._last!==r.Undefined){const c=this._last.element;return this._remove(this._last),c}}_remove(c){if(c.prev!==r.Undefined&&c.next!==r.Undefined){const f=c.prev;f.next=c.next,c.next.prev=f}else c.prev===r.Undefined&&c.next===r.Undefined?(this._first=r.Undefined,this._last=r.Undefined):c.next===r.Undefined?(this._last=this._last.prev,this._last.next=r.Undefined):c.prev===r.Undefined&&(this._first=this._first.next,this._first.prev=r.Undefined);this._size-=1}*[Symbol.iterator](){let c=this._first;for(;c!==r.Undefined;)yield c.element,c=c.next}}},23345:function(d,_,e){"use strict";e.d(_,{$L:function(){return X},ED:function(){return O},IJ:function(){return B},OS:function(){return ie},WE:function(){return V},dz:function(){return M},gn:function(){return G},li:function(){return S},r:function(){return J},tY:function(){return U},xS:function(){return ae}});var r=e(97671),i;const l="en";let c=!1,f=!1,o=!1,h=!1,u=!1,a=!1,x=!1,p,y=null,m=null,b;const S=typeof self=="object"?self:typeof e.g=="object"?e.g:{};let k;typeof S.vscode!="undefined"&&typeof S.vscode.process!="undefined"?k=S.vscode.process:typeof r!="undefined"&&(k=r);const R=typeof((i=k==null?void 0:k.versions)===null||i===void 0?void 0:i.electron)=="string"&&k.type==="renderer";if(typeof navigator=="object"&&!R)b=navigator.userAgent,c=b.indexOf("Windows")>=0,f=b.indexOf("Macintosh")>=0,x=(b.indexOf("Macintosh")>=0||b.indexOf("iPad")>=0||b.indexOf("iPhone")>=0)&&!!navigator.maxTouchPoints&&navigator.maxTouchPoints>0,o=b.indexOf("Linux")>=0,a=!0,p=navigator.language,y=p;else if(typeof k=="object"){c=k.platform==="win32",f=k.platform==="darwin",o=k.platform==="linux",h=o&&!!k.env.SNAP&&!!k.env.SNAP_REVISION,p=l,y=l;const K=k.env.VSCODE_NLS_CONFIG;if(K)try{const oe=JSON.parse(K),ee=oe.availableLanguages["*"];p=oe.locale,y=ee||l,m=oe._translationsConfigFile}catch(oe){}u=!0}else console.error("Unable to resolve platform.");let A=0;f?A=1:c?A=3:o&&(A=2);const O=c,M=f,B=o,U=u,X=a,G=x,V=b,ae=function(){if(S.setImmediate)return S.setImmediate.bind(S);if(typeof S.postMessage=="function"&&!S.importScripts){let ee=[];S.addEventListener("message",le=>{if(le.data&&le.data.vscodeSetImmediateId)for(let Z=0,j=ee.length;Z<j;Z++){const se=ee[Z];if(se.id===le.data.vscodeSetImmediateId){ee.splice(Z,1),se.callback();return}}});let q=0;return le=>{const Z=++q;ee.push({id:Z,callback:le}),S.postMessage({vscodeSetImmediateId:Z},"*")}}if(typeof(k==null?void 0:k.nextTick)=="function")return k.nextTick.bind(k);const oe=Promise.resolve();return ee=>oe.then(ee)}(),ie=f||x?2:c?1:3;let ue=!0,Q=!1;function J(){if(!Q){Q=!0;const K=new Uint8Array(2);K[0]=1,K[1]=2,ue=new Uint16Array(K.buffer)[0]===513}return ue}},95830:function(d,_,e){"use strict";e.d(_,{G:function(){return l}});var r=e(23345);const i=r.li.performance&&typeof r.li.performance.now=="function";class l{constructor(f){this._highResolution=i&&f,this._startTime=this._now(),this._stopTime=-1}static create(f=!0){return new l(f)}stop(){this._stopTime=this._now()}elapsed(){return this._stopTime!==-1?this._stopTime-this._startTime:this._now()-this._startTime}_now(){return this._highResolution?r.li.performance.now():Date.now()}}},82983:function(d,_,e){"use strict";e.d(_,{$i:function(){return Oe},C8:function(){return wt},GF:function(){return p},HO:function(){return q},IO:function(){return y},K7:function(){return Ft},Kw:function(){return er},LC:function(){return S},Mh:function(){return ae},P1:function(){return ie},PJ:function(){return tr},Qe:function(){return ke},R1:function(){return x},RP:function(){return se},S6:function(){return Xe},TT:function(){return O},Ut:function(){return Z},V8:function(){return k},WU:function(){return l},YK:function(){return Q},YU:function(){return c},ZG:function(){return ue},ZH:function(){return K},ab:function(){return $e},c1:function(){return Pt},df:function(){return X},ec:function(){return f},fi:function(){return It},fy:function(){return o},j3:function(){return h},j_:function(){return B},m5:function(){return r},mK:function(){return U},mr:function(){return m},oH:function(){return bt},oL:function(){return u},ok:function(){return V},ow:function(){return R},qq:function(){return G},qu:function(){return A},rL:function(){return J},uS:function(){return Jt},un:function(){return a},uq:function(){return b},vH:function(){return ee},xe:function(){return Ne},zY:function(){return M}});function r(_e){return!_e||typeof _e!="string"?!0:_e.trim().length===0}const i=/{(\d+)}/g;function l(_e,...Se){return Se.length===0?_e:_e.replace(i,function(Me,Ue){const We=parseInt(Ue,10);return isNaN(We)||We<0||We>=Se.length?Me:Se[We]})}function c(_e){return _e.replace(/[<>&]/g,function(Se){switch(Se){case"<":return"&lt;";case">":return"&gt;";case"&":return"&amp;";default:return Se}})}function f(_e){return _e.replace(/[\\\{\}\*\+\?\|\^\$\.\[\]\(\)]/g,"\\$&")}function o(_e,Se=" "){const Me=h(_e,Se);return u(Me,Se)}function h(_e,Se){if(!_e||!Se)return _e;const Me=Se.length;if(Me===0||_e.length===0)return _e;let Ue=0;for(;_e.indexOf(Se,Ue)===Ue;)Ue=Ue+Me;return _e.substring(Ue)}function u(_e,Se){if(!_e||!Se)return _e;const Me=Se.length,Ue=_e.length;if(Me===0||Ue===0)return _e;let We=Ue,it=-1;for(;it=_e.lastIndexOf(Se,We-1),!(it===-1||it+Me!==We);){if(it===0)return"";We=it}return _e.substring(0,We)}function a(_e){return _e.replace(/[\-\\\{\}\+\?\|\^\$\.\,\[\]\(\)\#\s]/g,"\\$&").replace(/[\*]/g,".*")}function x(_e){return _e.replace(/\*/g,"")}function p(_e,Se,Me={}){if(!_e)throw new Error("Cannot create regex from empty string");Se||(_e=f(_e)),Me.wholeWord&&(/\B/.test(_e.charAt(0))||(_e="\\b"+_e),/\B/.test(_e.charAt(_e.length-1))||(_e=_e+"\\b"));let Ue="";return Me.global&&(Ue+="g"),Me.matchCase||(Ue+="i"),Me.multiline&&(Ue+="m"),Me.unicode&&(Ue+="u"),new RegExp(_e,Ue)}function y(_e){return _e.source==="^"||_e.source==="^$"||_e.source==="$"||_e.source==="^\\s*$"?!1:!!(_e.exec("")&&_e.lastIndex===0)}function m(_e){return(_e.global?"g":"")+(_e.ignoreCase?"i":"")+(_e.multiline?"m":"")+(_e.unicode?"u":"")}function b(_e){return _e.split(/\r\n|\r|\n/)}function S(_e){for(let Se=0,Me=_e.length;Se<Me;Se++){const Ue=_e.charCodeAt(Se);if(Ue!==32&&Ue!==9)return Se}return-1}function k(_e,Se=0,Me=_e.length){for(let Ue=Se;Ue<Me;Ue++){const We=_e.charCodeAt(Ue);if(We!==32&&We!==9)return _e.substring(Se,Ue)}return _e.substring(Se,Me)}function R(_e,Se=_e.length-1){for(let Me=Se;Me>=0;Me--){const Ue=_e.charCodeAt(Me);if(Ue!==32&&Ue!==9)return Me}return-1}function A(_e,Se){return _e<Se?-1:_e>Se?1:0}function O(_e,Se,Me=0,Ue=_e.length,We=0,it=Se.length){for(;Me<Ue&&We<it;Me++,We++){let $t=_e.charCodeAt(Me),Pe=Se.charCodeAt(We);if($t<Pe)return-1;if($t>Pe)return 1}const ct=Ue-Me,Gt=it-We;return ct<Gt?-1:ct>Gt?1:0}function M(_e,Se){return B(_e,Se,0,_e.length,0,Se.length)}function B(_e,Se,Me=0,Ue=_e.length,We=0,it=Se.length){for(;Me<Ue&&We<it;Me++,We++){let $t=_e.charCodeAt(Me),Pe=Se.charCodeAt(We);if($t===Pe)continue;if($t>=128||Pe>=128)return O(_e.toLowerCase(),Se.toLowerCase(),Me,Ue,We,it);U($t)&&($t-=32),U(Pe)&&(Pe-=32);const Qe=$t-Pe;if(Qe!==0)return Qe}const ct=Ue-Me,Gt=it-We;return ct<Gt?-1:ct>Gt?1:0}function U(_e){return _e>=97&&_e<=122}function X(_e){return _e>=65&&_e<=90}function G(_e,Se){return _e.length===Se.length&&B(_e,Se)===0}function V(_e,Se){const Me=Se.length;return Se.length>_e.length?!1:B(_e,Se,0,Me)===0}function ae(_e,Se){let Me,Ue=Math.min(_e.length,Se.length);for(Me=0;Me<Ue;Me++)if(_e.charCodeAt(Me)!==Se.charCodeAt(Me))return Me;return Ue}function ie(_e,Se){let Me,Ue=Math.min(_e.length,Se.length);const We=_e.length-1,it=Se.length-1;for(Me=0;Me<Ue;Me++)if(_e.charCodeAt(We-Me)!==Se.charCodeAt(it-Me))return Me;return Ue}function ue(_e){return 55296<=_e&&_e<=56319}function Q(_e){return 56320<=_e&&_e<=57343}function J(_e,Se){return(_e-55296<<10)+(Se-56320)+65536}function K(_e,Se,Me){const Ue=_e.charCodeAt(Me);if(ue(Ue)&&Me+1<Se){const We=_e.charCodeAt(Me+1);if(Q(We))return J(Ue,We)}return Ue}function oe(_e,Se){const Me=_e.charCodeAt(Se-1);if(Q(Me)&&Se>1){const Ue=_e.charCodeAt(Se-2);if(ue(Ue))return J(Ue,Me)}return Me}function ee(_e,Se){const Me=Zt.getInstance(),Ue=Se,We=_e.length,it=K(_e,We,Se);Se+=it>=65536?2:1;let ct=Me.getGraphemeBreakType(it);for(;Se<We;){const Gt=K(_e,We,Se),$t=Me.getGraphemeBreakType(Gt);if(It(ct,$t))break;Se+=Gt>=65536?2:1,ct=$t}return Se-Ue}function q(_e,Se){const Me=Zt.getInstance(),Ue=Se,We=oe(_e,Se);Se-=We>=65536?2:1;let it=Me.getGraphemeBreakType(We);for(;Se>0;){const ct=oe(_e,Se),Gt=Me.getGraphemeBreakType(ct);if(It(Gt,it))break;Se-=ct>=65536?2:1,it=Gt}return Ue-Se}const le=/(?:[\u05BE\u05C0\u05C3\u05C6\u05D0-\u05F4\u0608\u060B\u060D\u061B-\u064A\u066D-\u066F\u0671-\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u0710\u0712-\u072F\u074D-\u07A5\u07B1-\u07EA\u07F4\u07F5\u07FA-\u0815\u081A\u0824\u0828\u0830-\u0858\u085E-\u08BD\u200F\uFB1D\uFB1F-\uFB28\uFB2A-\uFD3D\uFD50-\uFDFC\uFE70-\uFEFC]|\uD802[\uDC00-\uDD1B\uDD20-\uDE00\uDE10-\uDE33\uDE40-\uDEE4\uDEEB-\uDF35\uDF40-\uDFFF]|\uD803[\uDC00-\uDCFF]|\uD83A[\uDC00-\uDCCF\uDD00-\uDD43\uDD50-\uDFFF]|\uD83B[\uDC00-\uDEBB])/;function Z(_e){return le.test(_e)}const j=/(?:[\u231A\u231B\u23F0\u23F3\u2600-\u27BF\u2B50\u2B55]|\uD83C[\uDDE6-\uDDFF\uDF00-\uDFFF]|\uD83D[\uDC00-\uDE4F\uDE80-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD00-\uDDFF\uDE70-\uDED6])/;function se(_e){return j.test(_e)}const me=/^[\t\n\r\x20-\x7E]*$/;function Oe(_e){return me.test(_e)}const ke=/[\u2028\u2029]/;function $e(_e){return ke.test(_e)}function Ne(_e){for(let Se=0,Me=_e.length;Se<Me;Se++)if(Ft(_e.charCodeAt(Se)))return!0;return!1}function Ft(_e){return _e=+_e,_e>=11904&&_e<=55215||_e>=63744&&_e<=64255||_e>=65281&&_e<=65374}function wt(_e){return _e>=127462&&_e<=127487||_e===8986||_e===8987||_e===9200||_e===9203||_e>=9728&&_e<=10175||_e===11088||_e===11093||_e>=127744&&_e<=128591||_e>=128640&&_e<=128764||_e>=128992&&_e<=129003||_e>=129280&&_e<=129535||_e>=129648&&_e<=129750}const Pt="\uFEFF";function Jt(_e){return!!(_e&&_e.length>0&&_e.charCodeAt(0)===65279)}function er(_e,Se=!1){return _e?(Se&&(_e=_e.replace(/\\./g,"")),_e.toLowerCase()!==_e):!1}function tr(_e){return _e=_e%52,_e<26?String.fromCharCode(97+_e):String.fromCharCode(65+_e-26)}function Xe(_e){return Zt.getInstance().getGraphemeBreakType(_e)}function It(_e,Se){return _e===0?Se!==5&&Se!==7:_e===2&&Se===3?!1:_e===4||_e===2||_e===3||Se===4||Se===2||Se===3?!0:!(_e===8&&(Se===8||Se===9||Se===11||Se===12)||(_e===11||_e===9)&&(Se===9||Se===10)||(_e===12||_e===10)&&Se===10||Se===5||Se===13||Se===7||_e===1||_e===13&&Se===14||_e===6&&Se===6)}class Zt{constructor(){this._data=ot()}static getInstance(){return Zt._INSTANCE||(Zt._INSTANCE=new Zt),Zt._INSTANCE}getGraphemeBreakType(Se){if(Se<32)return Se===10?3:Se===13?2:4;if(Se<127)return 0;const Me=this._data,Ue=Me.length/3;let We=1;for(;We<=Ue;)if(Se<Me[3*We])We=2*We;else if(Se>Me[3*We+1])We=2*We+1;else return Me[3*We+2];return 0}}Zt._INSTANCE=null;function ot(){return JSON.parse("[0,0,0,51592,51592,11,44424,44424,11,72251,72254,5,7150,7150,7,48008,48008,11,55176,55176,11,128420,128420,14,3276,3277,5,9979,9980,14,46216,46216,11,49800,49800,11,53384,53384,11,70726,70726,5,122915,122916,5,129320,129327,14,2558,2558,5,5906,5908,5,9762,9763,14,43360,43388,8,45320,45320,11,47112,47112,11,48904,48904,11,50696,50696,11,52488,52488,11,54280,54280,11,70082,70083,1,71350,71350,7,73111,73111,5,127892,127893,14,128726,128727,14,129473,129474,14,2027,2035,5,2901,2902,5,3784,3789,5,6754,6754,5,8418,8420,5,9877,9877,14,11088,11088,14,44008,44008,5,44872,44872,11,45768,45768,11,46664,46664,11,47560,47560,11,48456,48456,11,49352,49352,11,50248,50248,11,51144,51144,11,52040,52040,11,52936,52936,11,53832,53832,11,54728,54728,11,69811,69814,5,70459,70460,5,71096,71099,7,71998,71998,5,72874,72880,5,119149,119149,7,127374,127374,14,128335,128335,14,128482,128482,14,128765,128767,14,129399,129400,14,129680,129685,14,1476,1477,5,2377,2380,7,2759,2760,5,3137,3140,7,3458,3459,7,4153,4154,5,6432,6434,5,6978,6978,5,7675,7679,5,9723,9726,14,9823,9823,14,9919,9923,14,10035,10036,14,42736,42737,5,43596,43596,5,44200,44200,11,44648,44648,11,45096,45096,11,45544,45544,11,45992,45992,11,46440,46440,11,46888,46888,11,47336,47336,11,47784,47784,11,48232,48232,11,48680,48680,11,49128,49128,11,49576,49576,11,50024,50024,11,50472,50472,11,50920,50920,11,51368,51368,11,51816,51816,11,52264,52264,11,52712,52712,11,53160,53160,11,53608,53608,11,54056,54056,11,54504,54504,11,54952,54952,11,68108,68111,5,69933,69940,5,70197,70197,7,70498,70499,7,70845,70845,5,71229,71229,5,71727,71735,5,72154,72155,5,72344,72345,5,73023,73029,5,94095,94098,5,121403,121452,5,126981,127182,14,127538,127546,14,127990,127990,14,128391,128391,14,128445,128449,14,128500,128505,14,128752,128752,14,129160,129167,14,129356,129356,14,129432,129442,14,129648,129651,14,129751,131069,14,173,173,4,1757,1757,1,2274,2274,1,2494,2494,5,2641,2641,5,2876,2876,5,3014,3016,7,3262,3262,7,3393,3396,5,3570,3571,7,3968,3972,5,4228,4228,7,6086,6086,5,6679,6680,5,6912,6915,5,7080,7081,5,7380,7392,5,8252,8252,14,9096,9096,14,9748,9749,14,9784,9786,14,9833,9850,14,9890,9894,14,9938,9938,14,9999,9999,14,10085,10087,14,12349,12349,14,43136,43137,7,43454,43456,7,43755,43755,7,44088,44088,11,44312,44312,11,44536,44536,11,44760,44760,11,44984,44984,11,45208,45208,11,45432,45432,11,45656,45656,11,45880,45880,11,46104,46104,11,46328,46328,11,46552,46552,11,46776,46776,11,47000,47000,11,47224,47224,11,47448,47448,11,47672,47672,11,47896,47896,11,48120,48120,11,48344,48344,11,48568,48568,11,48792,48792,11,49016,49016,11,49240,49240,11,49464,49464,11,49688,49688,11,49912,49912,11,50136,50136,11,50360,50360,11,50584,50584,11,50808,50808,11,51032,51032,11,51256,51256,11,51480,51480,11,51704,51704,11,51928,51928,11,52152,52152,11,52376,52376,11,52600,52600,11,52824,52824,11,53048,53048,11,53272,53272,11,53496,53496,11,53720,53720,11,53944,53944,11,54168,54168,11,54392,54392,11,54616,54616,11,54840,54840,11,55064,55064,11,65438,65439,5,69633,69633,5,69837,69837,1,70018,70018,7,70188,70190,7,70368,70370,7,70465,70468,7,70712,70719,5,70835,70840,5,70850,70851,5,71132,71133,5,71340,71340,7,71458,71461,5,71985,71989,7,72002,72002,7,72193,72202,5,72281,72283,5,72766,72766,7,72885,72886,5,73104,73105,5,92912,92916,5,113824,113827,4,119173,119179,5,121505,121519,5,125136,125142,5,127279,127279,14,127489,127490,14,127570,127743,14,127900,127901,14,128254,128254,14,128369,128370,14,128400,128400,14,128425,128432,14,128468,128475,14,128489,128494,14,128715,128720,14,128745,128745,14,128759,128760,14,129004,129023,14,129296,129304,14,129340,129342,14,129388,129392,14,129404,129407,14,129454,129455,14,129485,129487,14,129659,129663,14,129719,129727,14,917536,917631,5,13,13,2,1160,1161,5,1564,1564,4,1807,1807,1,2085,2087,5,2363,2363,7,2402,2403,5,2507,2508,7,2622,2624,7,2691,2691,7,2786,2787,5,2881,2884,5,3006,3006,5,3072,3072,5,3170,3171,5,3267,3268,7,3330,3331,7,3406,3406,1,3538,3540,5,3655,3662,5,3897,3897,5,4038,4038,5,4184,4185,5,4352,4447,8,6068,6069,5,6155,6157,5,6448,6449,7,6742,6742,5,6783,6783,5,6966,6970,5,7042,7042,7,7143,7143,7,7212,7219,5,7412,7412,5,8206,8207,4,8294,8303,4,8596,8601,14,9410,9410,14,9742,9742,14,9757,9757,14,9770,9770,14,9794,9794,14,9828,9828,14,9855,9855,14,9882,9882,14,9900,9903,14,9929,9933,14,9963,9967,14,9987,9988,14,10006,10006,14,10062,10062,14,10175,10175,14,11744,11775,5,42607,42607,5,43043,43044,7,43263,43263,5,43444,43445,7,43569,43570,5,43698,43700,5,43766,43766,5,44032,44032,11,44144,44144,11,44256,44256,11,44368,44368,11,44480,44480,11,44592,44592,11,44704,44704,11,44816,44816,11,44928,44928,11,45040,45040,11,45152,45152,11,45264,45264,11,45376,45376,11,45488,45488,11,45600,45600,11,45712,45712,11,45824,45824,11,45936,45936,11,46048,46048,11,46160,46160,11,46272,46272,11,46384,46384,11,46496,46496,11,46608,46608,11,46720,46720,11,46832,46832,11,46944,46944,11,47056,47056,11,47168,47168,11,47280,47280,11,47392,47392,11,47504,47504,11,47616,47616,11,47728,47728,11,47840,47840,11,47952,47952,11,48064,48064,11,48176,48176,11,48288,48288,11,48400,48400,11,48512,48512,11,48624,48624,11,48736,48736,11,48848,48848,11,48960,48960,11,49072,49072,11,49184,49184,11,49296,49296,11,49408,49408,11,49520,49520,11,49632,49632,11,49744,49744,11,49856,49856,11,49968,49968,11,50080,50080,11,50192,50192,11,50304,50304,11,50416,50416,11,50528,50528,11,50640,50640,11,50752,50752,11,50864,50864,11,50976,50976,11,51088,51088,11,51200,51200,11,51312,51312,11,51424,51424,11,51536,51536,11,51648,51648,11,51760,51760,11,51872,51872,11,51984,51984,11,52096,52096,11,52208,52208,11,52320,52320,11,52432,52432,11,52544,52544,11,52656,52656,11,52768,52768,11,52880,52880,11,52992,52992,11,53104,53104,11,53216,53216,11,53328,53328,11,53440,53440,11,53552,53552,11,53664,53664,11,53776,53776,11,53888,53888,11,54000,54000,11,54112,54112,11,54224,54224,11,54336,54336,11,54448,54448,11,54560,54560,11,54672,54672,11,54784,54784,11,54896,54896,11,55008,55008,11,55120,55120,11,64286,64286,5,66272,66272,5,68900,68903,5,69762,69762,7,69817,69818,5,69927,69931,5,70003,70003,5,70070,70078,5,70094,70094,7,70194,70195,7,70206,70206,5,70400,70401,5,70463,70463,7,70475,70477,7,70512,70516,5,70722,70724,5,70832,70832,5,70842,70842,5,70847,70848,5,71088,71089,7,71102,71102,7,71219,71226,5,71231,71232,5,71342,71343,7,71453,71455,5,71463,71467,5,71737,71738,5,71995,71996,5,72000,72000,7,72145,72147,7,72160,72160,5,72249,72249,7,72273,72278,5,72330,72342,5,72752,72758,5,72850,72871,5,72882,72883,5,73018,73018,5,73031,73031,5,73109,73109,5,73461,73462,7,94031,94031,5,94192,94193,7,119142,119142,7,119155,119162,4,119362,119364,5,121476,121476,5,122888,122904,5,123184,123190,5,126976,126979,14,127184,127231,14,127344,127345,14,127405,127461,14,127514,127514,14,127561,127567,14,127778,127779,14,127896,127896,14,127985,127986,14,127995,127999,5,128326,128328,14,128360,128366,14,128378,128378,14,128394,128397,14,128405,128406,14,128422,128423,14,128435,128443,14,128453,128464,14,128479,128480,14,128484,128487,14,128496,128498,14,128640,128709,14,128723,128724,14,128736,128741,14,128747,128748,14,128755,128755,14,128762,128762,14,128981,128991,14,129096,129103,14,129292,129292,14,129311,129311,14,129329,129330,14,129344,129349,14,129360,129374,14,129394,129394,14,129402,129402,14,129413,129425,14,129445,129450,14,129466,129471,14,129483,129483,14,129511,129535,14,129653,129655,14,129667,129670,14,129705,129711,14,129731,129743,14,917505,917505,4,917760,917999,5,10,10,3,127,159,4,768,879,5,1471,1471,5,1536,1541,1,1648,1648,5,1767,1768,5,1840,1866,5,2070,2073,5,2137,2139,5,2307,2307,7,2366,2368,7,2382,2383,7,2434,2435,7,2497,2500,5,2519,2519,5,2563,2563,7,2631,2632,5,2677,2677,5,2750,2752,7,2763,2764,7,2817,2817,5,2879,2879,5,2891,2892,7,2914,2915,5,3008,3008,5,3021,3021,5,3076,3076,5,3146,3149,5,3202,3203,7,3264,3265,7,3271,3272,7,3298,3299,5,3390,3390,5,3402,3404,7,3426,3427,5,3535,3535,5,3544,3550,7,3635,3635,7,3763,3763,7,3893,3893,5,3953,3966,5,3981,3991,5,4145,4145,7,4157,4158,5,4209,4212,5,4237,4237,5,4520,4607,10,5970,5971,5,6071,6077,5,6089,6099,5,6277,6278,5,6439,6440,5,6451,6456,7,6683,6683,5,6744,6750,5,6765,6770,7,6846,6846,5,6964,6964,5,6972,6972,5,7019,7027,5,7074,7077,5,7083,7085,5,7146,7148,7,7154,7155,7,7222,7223,5,7394,7400,5,7416,7417,5,8204,8204,5,8233,8233,4,8288,8292,4,8413,8416,5,8482,8482,14,8986,8987,14,9193,9203,14,9654,9654,14,9733,9733,14,9745,9745,14,9752,9752,14,9760,9760,14,9766,9766,14,9774,9775,14,9792,9792,14,9800,9811,14,9825,9826,14,9831,9831,14,9852,9853,14,9872,9873,14,9880,9880,14,9885,9887,14,9896,9897,14,9906,9916,14,9926,9927,14,9936,9936,14,9941,9960,14,9974,9974,14,9982,9985,14,9992,9997,14,10002,10002,14,10017,10017,14,10055,10055,14,10071,10071,14,10145,10145,14,11013,11015,14,11503,11505,5,12334,12335,5,12951,12951,14,42612,42621,5,43014,43014,5,43047,43047,7,43204,43205,5,43335,43345,5,43395,43395,7,43450,43451,7,43561,43566,5,43573,43574,5,43644,43644,5,43710,43711,5,43758,43759,7,44005,44005,5,44012,44012,7,44060,44060,11,44116,44116,11,44172,44172,11,44228,44228,11,44284,44284,11,44340,44340,11,44396,44396,11,44452,44452,11,44508,44508,11,44564,44564,11,44620,44620,11,44676,44676,11,44732,44732,11,44788,44788,11,44844,44844,11,44900,44900,11,44956,44956,11,45012,45012,11,45068,45068,11,45124,45124,11,45180,45180,11,45236,45236,11,45292,45292,11,45348,45348,11,45404,45404,11,45460,45460,11,45516,45516,11,45572,45572,11,45628,45628,11,45684,45684,11,45740,45740,11,45796,45796,11,45852,45852,11,45908,45908,11,45964,45964,11,46020,46020,11,46076,46076,11,46132,46132,11,46188,46188,11,46244,46244,11,46300,46300,11,46356,46356,11,46412,46412,11,46468,46468,11,46524,46524,11,46580,46580,11,46636,46636,11,46692,46692,11,46748,46748,11,46804,46804,11,46860,46860,11,46916,46916,11,46972,46972,11,47028,47028,11,47084,47084,11,47140,47140,11,47196,47196,11,47252,47252,11,47308,47308,11,47364,47364,11,47420,47420,11,47476,47476,11,47532,47532,11,47588,47588,11,47644,47644,11,47700,47700,11,47756,47756,11,47812,47812,11,47868,47868,11,47924,47924,11,47980,47980,11,48036,48036,11,48092,48092,11,48148,48148,11,48204,48204,11,48260,48260,11,48316,48316,11,48372,48372,11,48428,48428,11,48484,48484,11,48540,48540,11,48596,48596,11,48652,48652,11,48708,48708,11,48764,48764,11,48820,48820,11,48876,48876,11,48932,48932,11,48988,48988,11,49044,49044,11,49100,49100,11,49156,49156,11,49212,49212,11,49268,49268,11,49324,49324,11,49380,49380,11,49436,49436,11,49492,49492,11,49548,49548,11,49604,49604,11,49660,49660,11,49716,49716,11,49772,49772,11,49828,49828,11,49884,49884,11,49940,49940,11,49996,49996,11,50052,50052,11,50108,50108,11,50164,50164,11,50220,50220,11,50276,50276,11,50332,50332,11,50388,50388,11,50444,50444,11,50500,50500,11,50556,50556,11,50612,50612,11,50668,50668,11,50724,50724,11,50780,50780,11,50836,50836,11,50892,50892,11,50948,50948,11,51004,51004,11,51060,51060,11,51116,51116,11,51172,51172,11,51228,51228,11,51284,51284,11,51340,51340,11,51396,51396,11,51452,51452,11,51508,51508,11,51564,51564,11,51620,51620,11,51676,51676,11,51732,51732,11,51788,51788,11,51844,51844,11,51900,51900,11,51956,51956,11,52012,52012,11,52068,52068,11,52124,52124,11,52180,52180,11,52236,52236,11,52292,52292,11,52348,52348,11,52404,52404,11,52460,52460,11,52516,52516,11,52572,52572,11,52628,52628,11,52684,52684,11,52740,52740,11,52796,52796,11,52852,52852,11,52908,52908,11,52964,52964,11,53020,53020,11,53076,53076,11,53132,53132,11,53188,53188,11,53244,53244,11,53300,53300,11,53356,53356,11,53412,53412,11,53468,53468,11,53524,53524,11,53580,53580,11,53636,53636,11,53692,53692,11,53748,53748,11,53804,53804,11,53860,53860,11,53916,53916,11,53972,53972,11,54028,54028,11,54084,54084,11,54140,54140,11,54196,54196,11,54252,54252,11,54308,54308,11,54364,54364,11,54420,54420,11,54476,54476,11,54532,54532,11,54588,54588,11,54644,54644,11,54700,54700,11,54756,54756,11,54812,54812,11,54868,54868,11,54924,54924,11,54980,54980,11,55036,55036,11,55092,55092,11,55148,55148,11,55216,55238,9,65056,65071,5,65529,65531,4,68097,68099,5,68159,68159,5,69446,69456,5,69688,69702,5,69808,69810,7,69815,69816,7,69821,69821,1,69888,69890,5,69932,69932,7,69957,69958,7,70016,70017,5,70067,70069,7,70079,70080,7,70089,70092,5,70095,70095,5,70191,70193,5,70196,70196,5,70198,70199,5,70367,70367,5,70371,70378,5,70402,70403,7,70462,70462,5,70464,70464,5,70471,70472,7,70487,70487,5,70502,70508,5,70709,70711,7,70720,70721,7,70725,70725,7,70750,70750,5,70833,70834,7,70841,70841,7,70843,70844,7,70846,70846,7,70849,70849,7,71087,71087,5,71090,71093,5,71100,71101,5,71103,71104,5,71216,71218,7,71227,71228,7,71230,71230,7,71339,71339,5,71341,71341,5,71344,71349,5,71351,71351,5,71456,71457,7,71462,71462,7,71724,71726,7,71736,71736,7,71984,71984,5,71991,71992,7,71997,71997,7,71999,71999,1,72001,72001,1,72003,72003,5,72148,72151,5,72156,72159,7,72164,72164,7,72243,72248,5,72250,72250,1,72263,72263,5,72279,72280,7,72324,72329,1,72343,72343,7,72751,72751,7,72760,72765,5,72767,72767,5,72873,72873,7,72881,72881,7,72884,72884,7,73009,73014,5,73020,73021,5,73030,73030,1,73098,73102,7,73107,73108,7,73110,73110,7,73459,73460,5,78896,78904,4,92976,92982,5,94033,94087,7,94180,94180,5,113821,113822,5,119141,119141,5,119143,119145,5,119150,119154,5,119163,119170,5,119210,119213,5,121344,121398,5,121461,121461,5,121499,121503,5,122880,122886,5,122907,122913,5,122918,122922,5,123628,123631,5,125252,125258,5,126980,126980,14,127183,127183,14,127245,127247,14,127340,127343,14,127358,127359,14,127377,127386,14,127462,127487,6,127491,127503,14,127535,127535,14,127548,127551,14,127568,127569,14,127744,127777,14,127780,127891,14,127894,127895,14,127897,127899,14,127902,127984,14,127987,127989,14,127991,127994,14,128000,128253,14,128255,128317,14,128329,128334,14,128336,128359,14,128367,128368,14,128371,128377,14,128379,128390,14,128392,128393,14,128398,128399,14,128401,128404,14,128407,128419,14,128421,128421,14,128424,128424,14,128433,128434,14,128444,128444,14,128450,128452,14,128465,128467,14,128476,128478,14,128481,128481,14,128483,128483,14,128488,128488,14,128495,128495,14,128499,128499,14,128506,128591,14,128710,128714,14,128721,128722,14,128725,128725,14,128728,128735,14,128742,128744,14,128746,128746,14,128749,128751,14,128753,128754,14,128756,128758,14,128761,128761,14,128763,128764,14,128884,128895,14,128992,129003,14,129036,129039,14,129114,129119,14,129198,129279,14,129293,129295,14,129305,129310,14,129312,129319,14,129328,129328,14,129331,129338,14,129343,129343,14,129351,129355,14,129357,129359,14,129375,129387,14,129393,129393,14,129395,129398,14,129401,129401,14,129403,129403,14,129408,129412,14,129426,129431,14,129443,129444,14,129451,129453,14,129456,129465,14,129472,129472,14,129475,129482,14,129484,129484,14,129488,129510,14,129536,129647,14,129652,129652,14,129656,129658,14,129664,129666,14,129671,129679,14,129686,129704,14,129712,129718,14,129728,129730,14,129744,129750,14,917504,917504,4,917506,917535,4,917632,917759,4,918000,921599,4,0,9,4,11,12,4,14,31,4,169,169,14,174,174,14,1155,1159,5,1425,1469,5,1473,1474,5,1479,1479,5,1552,1562,5,1611,1631,5,1750,1756,5,1759,1764,5,1770,1773,5,1809,1809,5,1958,1968,5,2045,2045,5,2075,2083,5,2089,2093,5,2259,2273,5,2275,2306,5,2362,2362,5,2364,2364,5,2369,2376,5,2381,2381,5,2385,2391,5,2433,2433,5,2492,2492,5,2495,2496,7,2503,2504,7,2509,2509,5,2530,2531,5,2561,2562,5,2620,2620,5,2625,2626,5,2635,2637,5,2672,2673,5,2689,2690,5,2748,2748,5,2753,2757,5,2761,2761,7,2765,2765,5,2810,2815,5,2818,2819,7,2878,2878,5,2880,2880,7,2887,2888,7,2893,2893,5,2903,2903,5,2946,2946,5,3007,3007,7,3009,3010,7,3018,3020,7,3031,3031,5,3073,3075,7,3134,3136,5,3142,3144,5,3157,3158,5,3201,3201,5,3260,3260,5,3263,3263,5,3266,3266,5,3270,3270,5,3274,3275,7,3285,3286,5,3328,3329,5,3387,3388,5,3391,3392,7,3398,3400,7,3405,3405,5,3415,3415,5,3457,3457,5,3530,3530,5,3536,3537,7,3542,3542,5,3551,3551,5,3633,3633,5,3636,3642,5,3761,3761,5,3764,3772,5,3864,3865,5,3895,3895,5,3902,3903,7,3967,3967,7,3974,3975,5,3993,4028,5,4141,4144,5,4146,4151,5,4155,4156,7,4182,4183,7,4190,4192,5,4226,4226,5,4229,4230,5,4253,4253,5,4448,4519,9,4957,4959,5,5938,5940,5,6002,6003,5,6070,6070,7,6078,6085,7,6087,6088,7,6109,6109,5,6158,6158,4,6313,6313,5,6435,6438,7,6441,6443,7,6450,6450,5,6457,6459,5,6681,6682,7,6741,6741,7,6743,6743,7,6752,6752,5,6757,6764,5,6771,6780,5,6832,6845,5,6847,6848,5,6916,6916,7,6965,6965,5,6971,6971,7,6973,6977,7,6979,6980,7,7040,7041,5,7073,7073,7,7078,7079,7,7082,7082,7,7142,7142,5,7144,7145,5,7149,7149,5,7151,7153,5,7204,7211,7,7220,7221,7,7376,7378,5,7393,7393,7,7405,7405,5,7415,7415,7,7616,7673,5,8203,8203,4,8205,8205,13,8232,8232,4,8234,8238,4,8265,8265,14,8293,8293,4,8400,8412,5,8417,8417,5,8421,8432,5,8505,8505,14,8617,8618,14,9000,9000,14,9167,9167,14,9208,9210,14,9642,9643,14,9664,9664,14,9728,9732,14,9735,9741,14,9743,9744,14,9746,9746,14,9750,9751,14,9753,9756,14,9758,9759,14,9761,9761,14,9764,9765,14,9767,9769,14,9771,9773,14,9776,9783,14,9787,9791,14,9793,9793,14,9795,9799,14,9812,9822,14,9824,9824,14,9827,9827,14,9829,9830,14,9832,9832,14,9851,9851,14,9854,9854,14,9856,9861,14,9874,9876,14,9878,9879,14,9881,9881,14,9883,9884,14,9888,9889,14,9895,9895,14,9898,9899,14,9904,9905,14,9917,9918,14,9924,9925,14,9928,9928,14,9934,9935,14,9937,9937,14,9939,9940,14,9961,9962,14,9968,9973,14,9975,9978,14,9981,9981,14,9986,9986,14,9989,9989,14,9998,9998,14,10000,10001,14,10004,10004,14,10013,10013,14,10024,10024,14,10052,10052,14,10060,10060,14,10067,10069,14,10083,10084,14,10133,10135,14,10160,10160,14,10548,10549,14,11035,11036,14,11093,11093,14,11647,11647,5,12330,12333,5,12336,12336,14,12441,12442,5,12953,12953,14,42608,42610,5,42654,42655,5,43010,43010,5,43019,43019,5,43045,43046,5,43052,43052,5,43188,43203,7,43232,43249,5,43302,43309,5,43346,43347,7,43392,43394,5,43443,43443,5,43446,43449,5,43452,43453,5,43493,43493,5,43567,43568,7,43571,43572,7,43587,43587,5,43597,43597,7,43696,43696,5,43703,43704,5,43713,43713,5,43756,43757,5,43765,43765,7,44003,44004,7,44006,44007,7,44009,44010,7,44013,44013,5,44033,44059,12,44061,44087,12,44089,44115,12,44117,44143,12,44145,44171,12,44173,44199,12,44201,44227,12,44229,44255,12,44257,44283,12,44285,44311,12,44313,44339,12,44341,44367,12,44369,44395,12,44397,44423,12,44425,44451,12,44453,44479,12,44481,44507,12,44509,44535,12,44537,44563,12,44565,44591,12,44593,44619,12,44621,44647,12,44649,44675,12,44677,44703,12,44705,44731,12,44733,44759,12,44761,44787,12,44789,44815,12,44817,44843,12,44845,44871,12,44873,44899,12,44901,44927,12,44929,44955,12,44957,44983,12,44985,45011,12,45013,45039,12,45041,45067,12,45069,45095,12,45097,45123,12,45125,45151,12,45153,45179,12,45181,45207,12,45209,45235,12,45237,45263,12,45265,45291,12,45293,45319,12,45321,45347,12,45349,45375,12,45377,45403,12,45405,45431,12,45433,45459,12,45461,45487,12,45489,45515,12,45517,45543,12,45545,45571,12,45573,45599,12,45601,45627,12,45629,45655,12,45657,45683,12,45685,45711,12,45713,45739,12,45741,45767,12,45769,45795,12,45797,45823,12,45825,45851,12,45853,45879,12,45881,45907,12,45909,45935,12,45937,45963,12,45965,45991,12,45993,46019,12,46021,46047,12,46049,46075,12,46077,46103,12,46105,46131,12,46133,46159,12,46161,46187,12,46189,46215,12,46217,46243,12,46245,46271,12,46273,46299,12,46301,46327,12,46329,46355,12,46357,46383,12,46385,46411,12,46413,46439,12,46441,46467,12,46469,46495,12,46497,46523,12,46525,46551,12,46553,46579,12,46581,46607,12,46609,46635,12,46637,46663,12,46665,46691,12,46693,46719,12,46721,46747,12,46749,46775,12,46777,46803,12,46805,46831,12,46833,46859,12,46861,46887,12,46889,46915,12,46917,46943,12,46945,46971,12,46973,46999,12,47001,47027,12,47029,47055,12,47057,47083,12,47085,47111,12,47113,47139,12,47141,47167,12,47169,47195,12,47197,47223,12,47225,47251,12,47253,47279,12,47281,47307,12,47309,47335,12,47337,47363,12,47365,47391,12,47393,47419,12,47421,47447,12,47449,47475,12,47477,47503,12,47505,47531,12,47533,47559,12,47561,47587,12,47589,47615,12,47617,47643,12,47645,47671,12,47673,47699,12,47701,47727,12,47729,47755,12,47757,47783,12,47785,47811,12,47813,47839,12,47841,47867,12,47869,47895,12,47897,47923,12,47925,47951,12,47953,47979,12,47981,48007,12,48009,48035,12,48037,48063,12,48065,48091,12,48093,48119,12,48121,48147,12,48149,48175,12,48177,48203,12,48205,48231,12,48233,48259,12,48261,48287,12,48289,48315,12,48317,48343,12,48345,48371,12,48373,48399,12,48401,48427,12,48429,48455,12,48457,48483,12,48485,48511,12,48513,48539,12,48541,48567,12,48569,48595,12,48597,48623,12,48625,48651,12,48653,48679,12,48681,48707,12,48709,48735,12,48737,48763,12,48765,48791,12,48793,48819,12,48821,48847,12,48849,48875,12,48877,48903,12,48905,48931,12,48933,48959,12,48961,48987,12,48989,49015,12,49017,49043,12,49045,49071,12,49073,49099,12,49101,49127,12,49129,49155,12,49157,49183,12,49185,49211,12,49213,49239,12,49241,49267,12,49269,49295,12,49297,49323,12,49325,49351,12,49353,49379,12,49381,49407,12,49409,49435,12,49437,49463,12,49465,49491,12,49493,49519,12,49521,49547,12,49549,49575,12,49577,49603,12,49605,49631,12,49633,49659,12,49661,49687,12,49689,49715,12,49717,49743,12,49745,49771,12,49773,49799,12,49801,49827,12,49829,49855,12,49857,49883,12,49885,49911,12,49913,49939,12,49941,49967,12,49969,49995,12,49997,50023,12,50025,50051,12,50053,50079,12,50081,50107,12,50109,50135,12,50137,50163,12,50165,50191,12,50193,50219,12,50221,50247,12,50249,50275,12,50277,50303,12,50305,50331,12,50333,50359,12,50361,50387,12,50389,50415,12,50417,50443,12,50445,50471,12,50473,50499,12,50501,50527,12,50529,50555,12,50557,50583,12,50585,50611,12,50613,50639,12,50641,50667,12,50669,50695,12,50697,50723,12,50725,50751,12,50753,50779,12,50781,50807,12,50809,50835,12,50837,50863,12,50865,50891,12,50893,50919,12,50921,50947,12,50949,50975,12,50977,51003,12,51005,51031,12,51033,51059,12,51061,51087,12,51089,51115,12,51117,51143,12,51145,51171,12,51173,51199,12,51201,51227,12,51229,51255,12,51257,51283,12,51285,51311,12,51313,51339,12,51341,51367,12,51369,51395,12,51397,51423,12,51425,51451,12,51453,51479,12,51481,51507,12,51509,51535,12,51537,51563,12,51565,51591,12,51593,51619,12,51621,51647,12,51649,51675,12,51677,51703,12,51705,51731,12,51733,51759,12,51761,51787,12,51789,51815,12,51817,51843,12,51845,51871,12,51873,51899,12,51901,51927,12,51929,51955,12,51957,51983,12,51985,52011,12,52013,52039,12,52041,52067,12,52069,52095,12,52097,52123,12,52125,52151,12,52153,52179,12,52181,52207,12,52209,52235,12,52237,52263,12,52265,52291,12,52293,52319,12,52321,52347,12,52349,52375,12,52377,52403,12,52405,52431,12,52433,52459,12,52461,52487,12,52489,52515,12,52517,52543,12,52545,52571,12,52573,52599,12,52601,52627,12,52629,52655,12,52657,52683,12,52685,52711,12,52713,52739,12,52741,52767,12,52769,52795,12,52797,52823,12,52825,52851,12,52853,52879,12,52881,52907,12,52909,52935,12,52937,52963,12,52965,52991,12,52993,53019,12,53021,53047,12,53049,53075,12,53077,53103,12,53105,53131,12,53133,53159,12,53161,53187,12,53189,53215,12,53217,53243,12,53245,53271,12,53273,53299,12,53301,53327,12,53329,53355,12,53357,53383,12,53385,53411,12,53413,53439,12,53441,53467,12,53469,53495,12,53497,53523,12,53525,53551,12,53553,53579,12,53581,53607,12,53609,53635,12,53637,53663,12,53665,53691,12,53693,53719,12,53721,53747,12,53749,53775,12,53777,53803,12,53805,53831,12,53833,53859,12,53861,53887,12,53889,53915,12,53917,53943,12,53945,53971,12,53973,53999,12,54001,54027,12,54029,54055,12,54057,54083,12,54085,54111,12,54113,54139,12,54141,54167,12,54169,54195,12,54197,54223,12,54225,54251,12,54253,54279,12,54281,54307,12,54309,54335,12,54337,54363,12,54365,54391,12,54393,54419,12,54421,54447,12,54449,54475,12,54477,54503,12,54505,54531,12,54533,54559,12,54561,54587,12,54589,54615,12,54617,54643,12,54645,54671,12,54673,54699,12,54701,54727,12,54729,54755,12,54757,54783,12,54785,54811,12,54813,54839,12,54841,54867,12,54869,54895,12,54897,54923,12,54925,54951,12,54953,54979,12,54981,55007,12,55009,55035,12,55037,55063,12,55065,55091,12,55093,55119,12,55121,55147,12,55149,55175,12,55177,55203,12,55243,55291,10,65024,65039,5,65279,65279,4,65520,65528,4,66045,66045,5,66422,66426,5,68101,68102,5,68152,68154,5,68325,68326,5,69291,69292,5,69632,69632,7,69634,69634,7,69759,69761,5]")}function bt(_e,Se){if(_e===0)return 0;const Me=mt(_e,Se);if(Me!==void 0)return Me;const Ue=oe(Se,_e);return _e-=et(Ue),_e}function mt(_e,Se){let Me=oe(Se,_e);for(_e-=et(Me);He(Me)||Me===65039||Me===8419;){if(_e===0)return;Me=oe(Se,_e),_e-=et(Me)}if(wt(Me)){if(_e>=0){const Ue=oe(Se,_e);Ue===8205&&(_e-=et(Ue))}return _e}}function et(_e){return _e>=65536?2:1}function He(_e){return 127995<=_e&&_e<=127999}},72999:function(d,_,e){"use strict";e.d(_,{$E:function(){return S},$K:function(){return h},D8:function(){return y},HD:function(){return i},IU:function(){return k},Jp:function(){return u},Kn:function(){return l},cW:function(){return x},f6:function(){return R},hj:function(){return c},jn:function(){return f},kJ:function(){return r},mf:function(){return p},o8:function(){return o},p_:function(){return a},vE:function(){return A}});function r(O){return Array.isArray(O)}function i(O){return typeof O=="string"}function l(O){return typeof O=="object"&&O!==null&&!Array.isArray(O)&&!(O instanceof RegExp)&&!(O instanceof Date)}function c(O){return typeof O=="number"&&!isNaN(O)}function f(O){return O===!0||O===!1}function o(O){return typeof O=="undefined"}function h(O){return!u(O)}function u(O){return o(O)||O===null}function a(O,M){if(!O)throw new Error(M?`Unexpected type, expected '${M}'`:"Unexpected type")}function x(O){if(u(O))throw new Error("Assertion Failed: argument is undefined or null");return O}function p(O){return typeof O=="function"}function y(O,M){const B=Math.min(O.length,M.length);for(let U=0;U<B;U++)m(O[U],M[U])}function m(O,M){if(i(M)){if(typeof O!==M)throw new Error(`argument does not match constraint: typeof ${M}`)}else if(p(M)){try{if(O instanceof M)return}catch(B){}if(!u(O)&&O.constructor===M||M.length===1&&M.call(void 0,O)===!0)return;throw new Error("argument does not match one of these constraints: arg instanceof constraint, arg.constructor === constraint, nor constraint(arg) === true")}}function b(O){let M=[],B=Object.getPrototypeOf(O);for(;Object.prototype!==B;)M=M.concat(Object.getOwnPropertyNames(B)),B=Object.getPrototypeOf(B);return M}function S(O){const M=[];for(const B of b(O))typeof O[B]=="function"&&M.push(B);return M}function k(O,M){const B=X=>function(){const G=Array.prototype.slice.call(arguments,0);return M(X,G)};let U={};for(const X of O)U[X]=B(X);return U}function R(O){return O===null?void 0:O}function A(O,M="Unreachable"){throw new Error(M)}},13268:function(d,_,e){"use strict";e.d(_,{N:function(){return i}});function r(l,c){let f;return c.length===0?f=l:f=l.replace(/\{(\d+)\}/g,function(o,h){const u=h[0];return typeof c[u]!="undefined"?c[u]:o}),f}function i(l,c,...f){return r(c,f)}},96236:function(d,_,e){"use strict";e.d(_,{BH:function(){return k},NZ:function(){return R},U8:function(){return A},co:function(){return S},eH:function(){return b},vr:function(){return m}});var r=e(75918),i=e(52615),l=e(4348),c=e(88226),f=e(69323),o=e(34502),h=e(35884),u=e(90689),a=e(16925),x=e(49055),p=function(O,M,B,U){var X=arguments.length,G=X<3?M:U===null?U=Object.getOwnPropertyDescriptor(M,B):U,V;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")G=Reflect.decorate(O,M,B,U);else for(var ae=O.length-1;ae>=0;ae--)(V=O[ae])&&(G=(X<3?V(G):X>3?V(M,B,G):V(M,B))||G);return X>3&&G&&Object.defineProperty(M,B,G),G},y=function(O,M){return function(B,U){M(B,U,O)}};function m(O){return O.command!==void 0}class b{constructor(M){this.id=b._idPool++,this._debugName=M}}b._idPool=0,b.CommandPalette=new b("CommandPalette"),b.EditorContext=new b("EditorContext"),b.SimpleEditorContext=new b("SimpleEditorContext"),b.EditorContextCopy=new b("EditorContextCopy"),b.EditorContextPeek=new b("EditorContextPeek"),b.MenubarEditMenu=new b("MenubarEditMenu"),b.MenubarCopy=new b("MenubarCopy"),b.MenubarGoMenu=new b("MenubarGoMenu"),b.MenubarSelectionMenu=new b("MenubarSelectionMenu"),b.InlineCompletionsActions=new b("InlineCompletionsActions");const S=(0,a.yh)("menuService"),k=new class{constructor(){this._commands=new Map,this._menuItems=new Map,this._onDidChangeMenu=new l.Q5,this.onDidChangeMenu=this._onDidChangeMenu.event,this._commandPaletteChangeEvent={has:O=>O===b.CommandPalette}}addCommand(O){return this.addCommands(c.$.single(O))}addCommands(O){for(const M of O)this._commands.set(M.id,M);return this._onDidChangeMenu.fire(this._commandPaletteChangeEvent),(0,f.OF)(()=>{let M=!1;for(const B of O)M=this._commands.delete(B.id)||M;M&&this._onDidChangeMenu.fire(this._commandPaletteChangeEvent)})}getCommand(O){return this._commands.get(O)}getCommands(){const O=new Map;return this._commands.forEach((M,B)=>O.set(B,M)),O}appendMenuItem(O,M){return this.appendMenuItems(c.$.single({id:O,item:M}))}appendMenuItems(O){const M=new Set,B=new o.S;for(const{id:U,item:X}of O){let G=this._menuItems.get(U);G||(G=new o.S,this._menuItems.set(U,G)),B.push(G.push(X)),M.add(U)}return this._onDidChangeMenu.fire(M),(0,f.OF)(()=>{if(B.size>0){for(let U of B)U();this._onDidChangeMenu.fire(M),B.clear()}})}getMenuItems(O){let M;return this._menuItems.has(O)?M=[...this._menuItems.get(O)]:M=[],O===b.CommandPalette&&this._appendImplicitItems(M),M}_appendImplicitItems(O){const M=new Set;for(const B of O)m(B)&&(M.add(B.command.id),B.alt&&M.add(B.alt.id));this._commands.forEach((B,U)=>{M.has(U)||O.push({command:B})})}};class R extends r.wY{constructor(M,B,U,X){super(`submenuitem.${M.submenu.id}`,typeof M.title=="string"?M.title:M.title.value,[],"submenu"),this.item=M,this._menuService=B,this._contextKeyService=U,this._options=X}get actions(){const M=[],B=this._menuService.createMenu(this.item.submenu,this._contextKeyService),U=B.getActions(this._options);B.dispose();for(const[,X]of U)X.length>0&&(M.push(...X),M.push(new r.Z0));return M.length&&M.pop(),M}}let A=class Lf{constructor(M,B,U,X,G){var V,ae;if(this._commandService=G,this.id=M.id,this.label=U!=null&&U.renderShortTitle&&M.shortTitle?typeof M.shortTitle=="string"?M.shortTitle:M.shortTitle.value:typeof M.title=="string"?M.title:M.title.value,this.tooltip=(ae=typeof M.tooltip=="string"?M.tooltip:(V=M.tooltip)===null||V===void 0?void 0:V.value)!==null&&ae!==void 0?ae:"",this.enabled=!M.precondition||X.contextMatchesRules(M.precondition),this.checked=void 0,M.toggled){const ie=M.toggled.condition?M.toggled:{condition:M.toggled};this.checked=X.contextMatchesRules(ie.condition),this.checked&&ie.tooltip&&(this.tooltip=typeof ie.tooltip=="string"?ie.tooltip:ie.tooltip.value),ie.title&&(this.label=typeof ie.title=="string"?ie.title:ie.title.value)}this.item=M,this.alt=B?new Lf(B,void 0,U,X,G):void 0,this._options=U,x.kS.isThemeIcon(M.icon)&&(this.class=i.dT.asClassName(M.icon))}dispose(){}run(...M){var B,U;let X=[];return!((B=this._options)===null||B===void 0)&&B.arg&&(X=[...X,this._options.arg]),!((U=this._options)===null||U===void 0)&&U.shouldForwardArgs&&(X=[...X,...M]),this._commandService.executeCommand(this.id,...X)}};A=p([y(3,u.i6),y(4,h.H)],A)},35884:function(d,_,e){"use strict";e.d(_,{H:function(){return h},P:function(){return u}});var r=e(4348),i=e(88226),l=e(69323),c=e(34502),f=e(72999),o=e(16925);const h=(0,o.yh)("commandService"),u=new class{constructor(){this._commands=new Map,this._onDidRegisterCommand=new r.Q5,this.onDidRegisterCommand=this._onDidRegisterCommand.event}registerCommand(a,x){if(!a)throw new Error("invalid command");if(typeof a=="string"){if(!x)throw new Error("invalid command");return this.registerCommand({id:a,handler:x})}if(a.description){const S=[];for(let R of a.description.args)S.push(R.constraint);const k=a.handler;a.handler=function(R,...A){return(0,f.D8)(A,S),k(R,...A)}}const{id:p}=a;let y=this._commands.get(p);y||(y=new c.S,this._commands.set(p,y));let m=y.unshift(a),b=(0,l.OF)(()=>{m();const S=this._commands.get(p);S!=null&&S.isEmpty()&&this._commands.delete(p)});return this._onDidRegisterCommand.fire(p),b}registerCommandAlias(a,x){return u.registerCommand(a,(p,...y)=>p.get(h).executeCommand(x,...y))}getCommand(a){const x=this._commands.get(a);if(!(!x||x.isEmpty()))return i.$.first(x)}getCommands(){const a=new Map;for(const x of this._commands.keys()){const p=this.getCommand(x);p&&a.set(x,p)}return a}};u.registerCommand("noop",()=>{})},90689:function(d,_,e){"use strict";e.d(_,{Ao:function(){return h},Eq:function(){return J},Fb:function(){return u},K8:function(){return ee},i6:function(){return Q},uy:function(){return ue}});var r=e(23345),i=e(82983),l=e(16925);let c=r.WE||"";const f=new Map;f.set("false",!1),f.set("true",!0),f.set("isMac",r.dz),f.set("isLinux",r.IJ),f.set("isWindows",r.ED),f.set("isWeb",r.$L),f.set("isMacNative",r.dz&&!r.$L),f.set("isEdge",c.indexOf("Edg/")>=0),f.set("isFirefox",c.indexOf("Firefox")>=0),f.set("isChrome",c.indexOf("Chrome")>=0),f.set("isSafari",c.indexOf("Safari")>=0);const o=Object.prototype.hasOwnProperty;class h{static has(Z){return y.create(Z)}static equals(Z,j){return m.create(Z,j)}static regex(Z,j){return X.create(Z,j)}static not(Z){return R.create(Z)}static and(...Z){return ae.create(Z,null)}static or(...Z){return ie.create(Z,null,!0)}static deserialize(Z,j=!1){if(Z)return this._deserializeOrExpression(Z,j)}static _deserializeOrExpression(Z,j){let se=Z.split("||");return ie.create(se.map(me=>this._deserializeAndExpression(me,j)),null,!0)}static _deserializeAndExpression(Z,j){let se=Z.split("&&");return ae.create(se.map(me=>this._deserializeOne(me,j)),null)}static _deserializeOne(Z,j){if(Z=Z.trim(),Z.indexOf("!=")>=0){let se=Z.split("!=");return k.create(se[0].trim(),this._deserializeValue(se[1],j))}if(Z.indexOf("==")>=0){let se=Z.split("==");return m.create(se[0].trim(),this._deserializeValue(se[1],j))}if(Z.indexOf("=~")>=0){let se=Z.split("=~");return X.create(se[0].trim(),this._deserializeRegexValue(se[1],j))}if(Z.indexOf(" in ")>=0){let se=Z.split(" in ");return b.create(se[0].trim(),se[1].trim())}if(/^[^<=>]+>=[^<=>]+$/.test(Z)){const se=Z.split(">=");return M.create(se[0].trim(),se[1].trim())}if(/^[^<=>]+>[^<=>]+$/.test(Z)){const se=Z.split(">");return O.create(se[0].trim(),se[1].trim())}if(/^[^<=>]+<=[^<=>]+$/.test(Z)){const se=Z.split("<=");return U.create(se[0].trim(),se[1].trim())}if(/^[^<=>]+<[^<=>]+$/.test(Z)){const se=Z.split("<");return B.create(se[0].trim(),se[1].trim())}return/^\!\s*/.test(Z)?R.create(Z.substr(1).trim()):y.create(Z)}static _deserializeValue(Z,j){if(Z=Z.trim(),Z==="true")return!0;if(Z==="false")return!1;let se=/^'([^']*)'$/.exec(Z);return se?se[1].trim():Z}static _deserializeRegexValue(Z,j){if((0,i.m5)(Z)){if(j)throw new Error("missing regexp-value for =~-expression");return console.warn("missing regexp-value for =~-expression"),null}let se=Z.indexOf("/"),me=Z.lastIndexOf("/");if(se===me||se<0){if(j)throw new Error(`bad regexp-value '${Z}', missing /-enclosure`);return console.warn(`bad regexp-value '${Z}', missing /-enclosure`),null}let Oe=Z.slice(se+1,me),ke=Z[me+1]==="i"?"i":"";try{return new RegExp(Oe,ke)}catch($e){if(j)throw new Error(`bad regexp-value '${Z}', parse error: ${$e}`);return console.warn(`bad regexp-value '${Z}', parse error: ${$e}`),null}}}function u(le,Z){const j=le?le.substituteConstants():void 0,se=Z?Z.substituteConstants():void 0;return!j&&!se?!0:!j||!se?!1:j.equals(se)}function a(le,Z){return le.cmp(Z)}class x{constructor(){this.type=0}cmp(Z){return this.type-Z.type}equals(Z){return Z.type===this.type}substituteConstants(){return this}evaluate(Z){return!1}serialize(){return"false"}keys(){return[]}negate(){return p.INSTANCE}}x.INSTANCE=new x;class p{constructor(){this.type=1}cmp(Z){return this.type-Z.type}equals(Z){return Z.type===this.type}substituteConstants(){return this}evaluate(Z){return!0}serialize(){return"true"}keys(){return[]}negate(){return x.INSTANCE}}p.INSTANCE=new p;class y{constructor(Z,j){this.key=Z,this.negated=j,this.type=2}static create(Z,j=null){const se=f.get(Z);return typeof se=="boolean"?se?p.INSTANCE:x.INSTANCE:new y(Z,j)}cmp(Z){return Z.type!==this.type?this.type-Z.type:K(this.key,Z.key)}equals(Z){return Z.type===this.type?this.key===Z.key:!1}substituteConstants(){const Z=f.get(this.key);return typeof Z=="boolean"?Z?p.INSTANCE:x.INSTANCE:this}evaluate(Z){return!!Z.getValue(this.key)}serialize(){return this.key}keys(){return[this.key]}negate(){return this.negated||(this.negated=R.create(this.key,this)),this.negated}}class m{constructor(Z,j,se){this.key=Z,this.value=j,this.negated=se,this.type=4}static create(Z,j,se=null){if(typeof j=="boolean")return j?y.create(Z,se):R.create(Z,se);const me=f.get(Z);return typeof me=="boolean"?j===(me?"true":"false")?p.INSTANCE:x.INSTANCE:new m(Z,j,se)}cmp(Z){return Z.type!==this.type?this.type-Z.type:oe(this.key,this.value,Z.key,Z.value)}equals(Z){return Z.type===this.type?this.key===Z.key&&this.value===Z.value:!1}substituteConstants(){const Z=f.get(this.key);if(typeof Z=="boolean"){const j=Z?"true":"false";return this.value===j?p.INSTANCE:x.INSTANCE}return this}evaluate(Z){return Z.getValue(this.key)==this.value}serialize(){return`${this.key} == '${this.value}'`}keys(){return[this.key]}negate(){return this.negated||(this.negated=k.create(this.key,this.value,this)),this.negated}}class b{constructor(Z,j){this.key=Z,this.valueKey=j,this.type=10,this.negated=null}static create(Z,j){return new b(Z,j)}cmp(Z){return Z.type!==this.type?this.type-Z.type:oe(this.key,this.valueKey,Z.key,Z.valueKey)}equals(Z){return Z.type===this.type?this.key===Z.key&&this.valueKey===Z.valueKey:!1}substituteConstants(){return this}evaluate(Z){const j=Z.getValue(this.valueKey),se=Z.getValue(this.key);return Array.isArray(j)?j.indexOf(se)>=0:typeof se=="string"&&typeof j=="object"&&j!==null?o.call(j,se):!1}serialize(){return`${this.key} in '${this.valueKey}'`}keys(){return[this.key,this.valueKey]}negate(){return this.negated||(this.negated=S.create(this)),this.negated}}class S{constructor(Z){this._actual=Z,this.type=11}static create(Z){return new S(Z)}cmp(Z){return Z.type!==this.type?this.type-Z.type:this._actual.cmp(Z._actual)}equals(Z){return Z.type===this.type?this._actual.equals(Z._actual):!1}substituteConstants(){return this}evaluate(Z){return!this._actual.evaluate(Z)}serialize(){throw new Error("Method not implemented.")}keys(){return this._actual.keys()}negate(){return this._actual}}class k{constructor(Z,j,se){this.key=Z,this.value=j,this.negated=se,this.type=5}static create(Z,j,se=null){if(typeof j=="boolean")return j?R.create(Z,se):y.create(Z,se);const me=f.get(Z);return typeof me=="boolean"?j===(me?"true":"false")?x.INSTANCE:p.INSTANCE:new k(Z,j,se)}cmp(Z){return Z.type!==this.type?this.type-Z.type:oe(this.key,this.value,Z.key,Z.value)}equals(Z){return Z.type===this.type?this.key===Z.key&&this.value===Z.value:!1}substituteConstants(){const Z=f.get(this.key);if(typeof Z=="boolean"){const j=Z?"true":"false";return this.value===j?x.INSTANCE:p.INSTANCE}return this}evaluate(Z){return Z.getValue(this.key)!=this.value}serialize(){return`${this.key} != '${this.value}'`}keys(){return[this.key]}negate(){return this.negated||(this.negated=m.create(this.key,this.value,this)),this.negated}}class R{constructor(Z,j){this.key=Z,this.negated=j,this.type=3}static create(Z,j=null){const se=f.get(Z);return typeof se=="boolean"?se?x.INSTANCE:p.INSTANCE:new R(Z,j)}cmp(Z){return Z.type!==this.type?this.type-Z.type:K(this.key,Z.key)}equals(Z){return Z.type===this.type?this.key===Z.key:!1}substituteConstants(){const Z=f.get(this.key);return typeof Z=="boolean"?Z?x.INSTANCE:p.INSTANCE:this}evaluate(Z){return!Z.getValue(this.key)}serialize(){return`!${this.key}`}keys(){return[this.key]}negate(){return this.negated||(this.negated=y.create(this.key,this)),this.negated}}function A(le,Z){if(typeof le=="string"){const j=parseFloat(le);isNaN(j)||(le=j)}return typeof le=="string"||typeof le=="number"?Z(le):x.INSTANCE}class O{constructor(Z,j,se){this.key=Z,this.value=j,this.negated=se,this.type=12}static create(Z,j,se=null){return A(j,me=>new O(Z,me,se))}cmp(Z){return Z.type!==this.type?this.type-Z.type:oe(this.key,this.value,Z.key,Z.value)}equals(Z){return Z.type===this.type?this.key===Z.key&&this.value===Z.value:!1}substituteConstants(){return this}evaluate(Z){return typeof this.value=="string"?!1:parseFloat(Z.getValue(this.key))>this.value}serialize(){return`${this.key} > ${this.value}`}keys(){return[this.key]}negate(){return this.negated||(this.negated=U.create(this.key,this.value,this)),this.negated}}class M{constructor(Z,j,se){this.key=Z,this.value=j,this.negated=se,this.type=13}static create(Z,j,se=null){return A(j,me=>new M(Z,me,se))}cmp(Z){return Z.type!==this.type?this.type-Z.type:oe(this.key,this.value,Z.key,Z.value)}equals(Z){return Z.type===this.type?this.key===Z.key&&this.value===Z.value:!1}substituteConstants(){return this}evaluate(Z){return typeof this.value=="string"?!1:parseFloat(Z.getValue(this.key))>=this.value}serialize(){return`${this.key} >= ${this.value}`}keys(){return[this.key]}negate(){return this.negated||(this.negated=B.create(this.key,this.value,this)),this.negated}}class B{constructor(Z,j,se){this.key=Z,this.value=j,this.negated=se,this.type=14}static create(Z,j,se=null){return A(j,me=>new B(Z,me,se))}cmp(Z){return Z.type!==this.type?this.type-Z.type:oe(this.key,this.value,Z.key,Z.value)}equals(Z){return Z.type===this.type?this.key===Z.key&&this.value===Z.value:!1}substituteConstants(){return this}evaluate(Z){return typeof this.value=="string"?!1:parseFloat(Z.getValue(this.key))<this.value}serialize(){return`${this.key} < ${this.value}`}keys(){return[this.key]}negate(){return this.negated||(this.negated=M.create(this.key,this.value,this)),this.negated}}class U{constructor(Z,j,se){this.key=Z,this.value=j,this.negated=se,this.type=15}static create(Z,j,se=null){return A(j,me=>new U(Z,me,se))}cmp(Z){return Z.type!==this.type?this.type-Z.type:oe(this.key,this.value,Z.key,Z.value)}equals(Z){return Z.type===this.type?this.key===Z.key&&this.value===Z.value:!1}substituteConstants(){return this}evaluate(Z){return typeof this.value=="string"?!1:parseFloat(Z.getValue(this.key))<=this.value}serialize(){return`${this.key} <= ${this.value}`}keys(){return[this.key]}negate(){return this.negated||(this.negated=O.create(this.key,this.value,this)),this.negated}}class X{constructor(Z,j){this.key=Z,this.regexp=j,this.type=7,this.negated=null}static create(Z,j){return new X(Z,j)}cmp(Z){if(Z.type!==this.type)return this.type-Z.type;if(this.key<Z.key)return-1;if(this.key>Z.key)return 1;const j=this.regexp?this.regexp.source:"",se=Z.regexp?Z.regexp.source:"";return j<se?-1:j>se?1:0}equals(Z){if(Z.type===this.type){const j=this.regexp?this.regexp.source:"",se=Z.regexp?Z.regexp.source:"";return this.key===Z.key&&j===se}return!1}substituteConstants(){return this}evaluate(Z){let j=Z.getValue(this.key);return this.regexp?this.regexp.test(j):!1}serialize(){const Z=this.regexp?`/${this.regexp.source}/${this.regexp.ignoreCase?"i":""}`:"/invalid/";return`${this.key} =~ ${Z}`}keys(){return[this.key]}negate(){return this.negated||(this.negated=G.create(this)),this.negated}}class G{constructor(Z){this._actual=Z,this.type=8}static create(Z){return new G(Z)}cmp(Z){return Z.type!==this.type?this.type-Z.type:this._actual.cmp(Z._actual)}equals(Z){return Z.type===this.type?this._actual.equals(Z._actual):!1}substituteConstants(){return this}evaluate(Z){return!this._actual.evaluate(Z)}serialize(){throw new Error("Method not implemented.")}keys(){return this._actual.keys()}negate(){return this._actual}}function V(le){let Z=null;for(let j=0,se=le.length;j<se;j++){const me=le[j].substituteConstants();if(le[j]!==me&&Z===null){Z=[];for(let Oe=0;Oe<j;Oe++)Z[Oe]=le[Oe]}Z!==null&&(Z[j]=me)}return Z===null?le:Z}class ae{constructor(Z,j){this.expr=Z,this.negated=j,this.type=6}static create(Z,j){return ae._normalizeArr(Z,j)}cmp(Z){if(Z.type!==this.type)return this.type-Z.type;if(this.expr.length<Z.expr.length)return-1;if(this.expr.length>Z.expr.length)return 1;for(let j=0,se=this.expr.length;j<se;j++){const me=a(this.expr[j],Z.expr[j]);if(me!==0)return me}return 0}equals(Z){if(Z.type===this.type){if(this.expr.length!==Z.expr.length)return!1;for(let j=0,se=this.expr.length;j<se;j++)if(!this.expr[j].equals(Z.expr[j]))return!1;return!0}return!1}substituteConstants(){const Z=V(this.expr);return Z===this.expr?this:ae.create(Z,this.negated)}evaluate(Z){for(let j=0,se=this.expr.length;j<se;j++)if(!this.expr[j].evaluate(Z))return!1;return!0}static _normalizeArr(Z,j){const se=[];let me=!1;for(const Oe of Z)if(Oe){if(Oe.type===1){me=!0;continue}if(Oe.type===0)return x.INSTANCE;if(Oe.type===6){se.push(...Oe.expr);continue}se.push(Oe)}if(se.length===0&&me)return p.INSTANCE;if(se.length!==0){if(se.length===1)return se[0];se.sort(a);for(let Oe=1;Oe<se.length;Oe++)se[Oe-1].equals(se[Oe])&&(se.splice(Oe,1),Oe--);if(se.length===1)return se[0];for(;se.length>1;){const Oe=se[se.length-1];if(Oe.type!==9)break;se.pop();const ke=se.pop(),$e=se.length===0,Ne=ie.create(Oe.expr.map(Ft=>ae.create([Ft,ke],null)),null,$e);Ne&&(se.push(Ne),se.sort(a))}return se.length===1?se[0]:new ae(se,j)}}serialize(){return this.expr.map(Z=>Z.serialize()).join(" && ")}keys(){const Z=[];for(let j of this.expr)Z.push(...j.keys());return Z}negate(){if(!this.negated){const Z=[];for(let j of this.expr)Z.push(j.negate());this.negated=ie.create(Z,this,!0)}return this.negated}}class ie{constructor(Z,j){this.expr=Z,this.negated=j,this.type=9}static create(Z,j,se){return ie._normalizeArr(Z,j,se)}cmp(Z){if(Z.type!==this.type)return this.type-Z.type;if(this.expr.length<Z.expr.length)return-1;if(this.expr.length>Z.expr.length)return 1;for(let j=0,se=this.expr.length;j<se;j++){const me=a(this.expr[j],Z.expr[j]);if(me!==0)return me}return 0}equals(Z){if(Z.type===this.type){if(this.expr.length!==Z.expr.length)return!1;for(let j=0,se=this.expr.length;j<se;j++)if(!this.expr[j].equals(Z.expr[j]))return!1;return!0}return!1}substituteConstants(){const Z=V(this.expr);return Z===this.expr?this:ie.create(Z,this.negated,!1)}evaluate(Z){for(let j=0,se=this.expr.length;j<se;j++)if(this.expr[j].evaluate(Z))return!0;return!1}static _normalizeArr(Z,j,se){let me=[],Oe=!1;if(Z){for(let ke=0,$e=Z.length;ke<$e;ke++){const Ne=Z[ke];if(Ne){if(Ne.type===0){Oe=!0;continue}if(Ne.type===1)return p.INSTANCE;if(Ne.type===9){me=me.concat(Ne.expr);continue}me.push(Ne)}}if(me.length===0&&Oe)return x.INSTANCE;me.sort(a)}if(me.length!==0){if(me.length===1)return me[0];for(let ke=1;ke<me.length;ke++)me[ke-1].equals(me[ke])&&(me.splice(ke,1),ke--);if(me.length===1)return me[0];if(se){for(let ke=0;ke<me.length;ke++)for(let $e=ke+1;$e<me.length;$e++)ee(me[ke],me[$e])&&(me.splice($e,1),$e--);if(me.length===1)return me[0]}return new ie(me,j)}}serialize(){return this.expr.map(Z=>Z.serialize()).join(" || ")}keys(){const Z=[];for(let j of this.expr)Z.push(...j.keys());return Z}negate(){if(!this.negated){let Z=[];for(let j of this.expr)Z.push(j.negate());for(;Z.length>1;){const j=Z.shift(),se=Z.shift(),me=[];for(const ke of q(j))for(const $e of q(se))me.push(ae.create([ke,$e],null));const Oe=Z.length===0;Z.unshift(ie.create(me,null,Oe))}this.negated=Z[0]}return this.negated}}class ue extends y{constructor(Z,j,se){super(Z,null),this._defaultValue=j,typeof se=="object"?ue._info.push(Object.assign(Object.assign({},se),{key:Z})):se!==!0&&ue._info.push({key:Z,description:se,type:j!=null?typeof j:void 0})}static all(){return ue._info.values()}bindTo(Z){return Z.createKey(this.key,this._defaultValue)}getValue(Z){return Z.getContextKeyValue(this.key)}toNegated(){return this.negate()}isEqualTo(Z){return m.create(this.key,Z)}}ue._info=[];const Q=(0,l.yh)("contextKeyService"),J="setContext";function K(le,Z){return le<Z?-1:le>Z?1:0}function oe(le,Z,j,se){return le<j?-1:le>j?1:Z<se?-1:Z>se?1:0}function ee(le,Z){if(Z.type===6&&le.type!==9&&le.type!==6){for(const me of Z.expr)if(le.equals(me))return!0}const j=le.negate(),se=q(j).concat(q(Z));se.sort(a);for(let me=0;me<se.length;me++){const ke=se[me].negate();for(let $e=me+1;$e<se.length;$e++){const Ne=se[$e];if(ke.equals(Ne))return!0}}return!1}function q(le){return le.type===9?le.expr:[le]}},16925:function(d,_,e){"use strict";e.d(_,{I8:function(){return r},TG:function(){return i},jt:function(){return f},yh:function(){return c}});var r;(function(o){o.serviceIds=new Map,o.DI_TARGET="$di$target",o.DI_DEPENDENCIES="$di$dependencies";function h(u){return u[o.DI_DEPENDENCIES]||[]}o.getServiceDependencies=h})(r||(r={}));const i=c("instantiationService");function l(o,h,u,a){h[r.DI_TARGET]===h?h[r.DI_DEPENDENCIES].push({id:o,index:u,optional:a}):(h[r.DI_DEPENDENCIES]=[{id:o,index:u,optional:a}],h[r.DI_TARGET]=h)}function c(o){if(r.serviceIds.has(o))return r.serviceIds.get(o);const h=function(u,a,x){if(arguments.length!==3)throw new Error("@IServiceName-decorator can only be used to decorate a parameter");l(h,u,x,!1)};return h.toString=()=>o,r.serviceIds.set(o,h),h}function f(o){return function(h,u,a){if(arguments.length!==3)throw new Error("@optional-decorator can only be used to decorate a parameter");l(o,h,a,!0)}}},44650:function(d,_,e){"use strict";e.d(_,{B:function(){return c}});var r=e(76068),i=e(72999);class l{constructor(){this.data=new Map}add(o,h){r.ok(i.HD(o)),r.ok(i.Kn(h)),r.ok(!this.data.has(o),"There is already an extension with this id"),this.data.set(o,h)}as(o){return this.data.get(o)||null}}const c=new l},66213:function(d,_,e){"use strict";e.d(_,{e:function(){return r}});var r;(function(i){i.DARK="dark",i.LIGHT="light",i.HIGH_CONTRAST="hc"})(r||(r={}))},49055:function(d,_,e){"use strict";e.d(_,{EN:function(){return a},IP:function(){return y},Ic:function(){return S},XE:function(){return h},bB:function(){return k},kS:function(){return x},m6:function(){return p}});var r=e(52615),i=e(4348),l=e(69323),c=e(16925),f=e(44650),o=e(66213);const h=(0,c.yh)("themeService");var u;(function(R){function A(O){return O&&typeof O=="object"&&typeof O.id=="string"}R.isThemeColor=A})(u||(u={}));function a(R){return{id:R}}var x;(function(R){function A(G){return G&&typeof G=="object"&&typeof G.id=="string"&&(typeof G.color=="undefined"||u.isThemeColor(G.color))}R.isThemeIcon=A;const O=new RegExp(`^\\$\\((${r.dT.iconNameExpression}(?:${r.dT.iconModifierExpression})?)\\)$`);function M(G){const V=O.exec(G);if(!V)return;let[,ae]=V;return{id:ae}}R.fromString=M;function B(G,V){let ae=G.id;const ie=ae.lastIndexOf("~");return ie!==-1&&(ae=ae.substring(0,ie)),V&&(ae=`${ae}~${V}`),{id:ae}}R.modify=B;function U(G,V){var ae,ie;return G.id===V.id&&((ae=G.color)===null||ae===void 0?void 0:ae.id)===((ie=V.color)===null||ie===void 0?void 0:ie.id)}R.isEqual=U;function X(G,V){return{id:G.id,color:V?a(V):void 0}}R.asThemeIcon=X,R.asClassNameArray=r.dT.asClassNameArray,R.asClassName=r.dT.asClassName,R.asCSSSelector=r.dT.asCSSSelector})(x||(x={}));function p(R){switch(R){case o.e.DARK:return"vs-dark";case o.e.HIGH_CONTRAST:return"hc-black";default:return"vs"}}const y={ThemingContribution:"base.contributions.theming"};class m{constructor(){this.themingParticipants=[],this.themingParticipants=[],this.onThemingParticipantAddedEmitter=new i.Q5}onColorThemeChange(A){return this.themingParticipants.push(A),this.onThemingParticipantAddedEmitter.fire(A),(0,l.OF)(()=>{const O=this.themingParticipants.indexOf(A);this.themingParticipants.splice(O,1)})}getThemingParticipants(){return this.themingParticipants}}let b=new m;f.B.add(y.ThemingContribution,b);function S(R){return b.onColorThemeChange(R)}class k extends l.JT{constructor(A){super(),this.themeService=A,this.theme=A.getColorTheme(),this._register(this.themeService.onDidColorThemeChange(O=>this.onThemeChange(O)))}onThemeChange(A){this.theme=A,this.updateStyles()}updateStyles(){}}},84126:function(d){"use strict";var _=Object.getOwnPropertySymbols,e=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;function i(c){if(c==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(c)}function l(){try{if(!Object.assign)return!1;var c=new String("abc");if(c[5]="de",Object.getOwnPropertyNames(c)[0]==="5")return!1;for(var f={},o=0;o<10;o++)f["_"+String.fromCharCode(o)]=o;var h=Object.getOwnPropertyNames(f).map(function(a){return f[a]});if(h.join("")!=="0123456789")return!1;var u={};return"abcdefghijklmnopqrst".split("").forEach(function(a){u[a]=a}),Object.keys(Object.assign({},u)).join("")==="abcdefghijklmnopqrst"}catch(a){return!1}}d.exports=l()?Object.assign:function(c,f){for(var o,h=i(c),u,a=1;a<arguments.length;a++){o=Object(arguments[a]);for(var x in o)e.call(o,x)&&(h[x]=o[x]);if(_){u=_(o);for(var p=0;p<u.length;p++)r.call(o,u[p])&&(h[u[p]]=o[u[p]])}}return h}},97671:function(d){var _=d.exports={},e,r;function i(){throw new Error("setTimeout has not been defined")}function l(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?e=setTimeout:e=i}catch(b){e=i}try{typeof clearTimeout=="function"?r=clearTimeout:r=l}catch(b){r=l}})();function c(b){if(e===setTimeout)return setTimeout(b,0);if((e===i||!e)&&setTimeout)return e=setTimeout,setTimeout(b,0);try{return e(b,0)}catch(S){try{return e.call(null,b,0)}catch(k){return e.call(this,b,0)}}}function f(b){if(r===clearTimeout)return clearTimeout(b);if((r===l||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(b);try{return r(b)}catch(S){try{return r.call(null,b)}catch(k){return r.call(this,b)}}}var o=[],h=!1,u,a=-1;function x(){!h||!u||(h=!1,u.length?o=u.concat(o):a=-1,o.length&&p())}function p(){if(!h){var b=c(x);h=!0;for(var S=o.length;S;){for(u=o,o=[];++a<S;)u&&u[a].run();a=-1,S=o.length}u=null,h=!1,f(b)}}_.nextTick=function(b){var S=new Array(arguments.length-1);if(arguments.length>1)for(var k=1;k<arguments.length;k++)S[k-1]=arguments[k];o.push(new y(b,S)),o.length===1&&!h&&c(p)};function y(b,S){this.fun=b,this.array=S}y.prototype.run=function(){this.fun.apply(null,this.array)},_.title="browser",_.browser=!0,_.env={},_.argv=[],_.version="",_.versions={};function m(){}_.on=m,_.addListener=m,_.once=m,_.off=m,_.removeListener=m,_.removeAllListeners=m,_.emit=m,_.prependListener=m,_.prependOnceListener=m,_.listeners=function(b){return[]},_.binding=function(b){throw new Error("process.binding is not supported")},_.cwd=function(){return"/"},_.chdir=function(b){throw new Error("process.chdir is not supported")},_.umask=function(){return 0}},79442:function(d,_,e){"use strict";var r=e(97825);function i(){}function l(){}l.resetWarningCache=i,d.exports=function(){function c(h,u,a,x,p,y){if(y!==r){var m=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw m.name="Invariant Violation",m}}c.isRequired=c;function f(){return c}var o={array:c,bigint:c,bool:c,func:c,number:c,object:c,string:c,symbol:c,any:c,arrayOf:f,element:c,elementType:c,instanceOf:f,node:c,objectOf:f,oneOf:f,oneOfType:f,shape:f,exact:f,checkPropTypes:l,resetWarningCache:i};return o.PropTypes=o,o}},12708:function(d,_,e){if(0)var r,i;else d.exports=e(79442)()},97825:function(d){"use strict";var _="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";d.exports=_},86923:function(d,_,e){"use strict";e.d(_,{s:function(){return B},Z:function(){return ue}});var r=e(14809),i=e(50298),l=e(43403),c=e(59301),f=c.createContext({}),o=e(20439),h=e(92310),u=e.n(h),a=e(48519),x=e(80402),p=e(10228),y=e(26112);function m(Q,J,K){var oe=J;return!oe&&K&&(oe="".concat(Q,"-").concat(K)),oe}function b(Q,J){var K=Q["page".concat(J?"Y":"X","Offset")],oe="scroll".concat(J?"Top":"Left");if(typeof K!="number"){var ee=Q.document;K=ee.documentElement[oe],typeof K!="number"&&(K=ee.body[oe])}return K}function S(Q){var J=Q.getBoundingClientRect(),K={left:J.left,top:J.top},oe=Q.ownerDocument,ee=oe.defaultView||oe.parentWindow;return K.left+=b(ee),K.top+=b(ee,!0),K}var k=e(77900),R=e(8654),A=c.memo(function(Q){var J=Q.children;return J},function(Q,J){var K=J.shouldUpdate;return!K}),O={width:0,height:0,overflow:"hidden",outline:"none"},M=c.forwardRef(function(Q,J){var K=Q.prefixCls,oe=Q.className,ee=Q.style,q=Q.title,le=Q.ariaId,Z=Q.footer,j=Q.closable,se=Q.closeIcon,me=Q.onClose,Oe=Q.children,ke=Q.bodyStyle,$e=Q.bodyProps,Ne=Q.modalRender,Ft=Q.onMouseDown,wt=Q.onMouseUp,Pt=Q.holderRef,Jt=Q.visible,er=Q.forceRender,tr=Q.width,Xe=Q.height,It=c.useContext(f),Zt=It.panel,ot=(0,R.x1)(Pt,Zt),bt=(0,c.useRef)(),mt=(0,c.useRef)();c.useImperativeHandle(J,function(){return{focus:function(){var We;(We=bt.current)===null||We===void 0||We.focus()},changeActive:function(We){var it=document,ct=it.activeElement;We&&ct===mt.current?bt.current.focus():!We&&ct===bt.current&&mt.current.focus()}}});var et={};tr!==void 0&&(et.width=tr),Xe!==void 0&&(et.height=Xe);var He;Z&&(He=c.createElement("div",{className:"".concat(K,"-footer")},Z));var _e;q&&(_e=c.createElement("div",{className:"".concat(K,"-header")},c.createElement("div",{className:"".concat(K,"-title"),id:le},q)));var Se;j&&(Se=c.createElement("button",{type:"button",onClick:me,"aria-label":"Close",className:"".concat(K,"-close")},se||c.createElement("span",{className:"".concat(K,"-close-x")})));var Me=c.createElement("div",{className:"".concat(K,"-content")},Se,_e,c.createElement("div",(0,r.Z)({className:"".concat(K,"-body"),style:ke},$e),Oe),He);return c.createElement("div",{key:"dialog-element",role:"dialog","aria-labelledby":q?le:null,"aria-modal":"true",ref:ot,style:(0,o.Z)((0,o.Z)({},ee),et),className:u()(K,oe),onMouseDown:Ft,onMouseUp:wt},c.createElement("div",{tabIndex:0,ref:bt,style:O,"aria-hidden":"true"}),c.createElement(A,{shouldUpdate:Jt||er},Ne?Ne(Me):Me),c.createElement("div",{tabIndex:0,ref:mt,style:O,"aria-hidden":"true"}))}),B=M,U=c.forwardRef(function(Q,J){var K=Q.prefixCls,oe=Q.title,ee=Q.style,q=Q.className,le=Q.visible,Z=Q.forceRender,j=Q.destroyOnClose,se=Q.motionName,me=Q.ariaId,Oe=Q.onVisibleChanged,ke=Q.mousePosition,$e=(0,c.useRef)(),Ne=c.useState(),Ft=(0,i.Z)(Ne,2),wt=Ft[0],Pt=Ft[1],Jt={};wt&&(Jt.transformOrigin=wt);function er(){var tr=S($e.current);Pt(ke?"".concat(ke.x-tr.left,"px ").concat(ke.y-tr.top,"px"):"")}return c.createElement(k.default,{visible:le,onVisibleChanged:Oe,onAppearPrepare:er,onEnterPrepare:er,forceRender:Z,motionName:se,removeOnLeave:j,ref:$e},function(tr,Xe){var It=tr.className,Zt=tr.style;return c.createElement(B,(0,r.Z)({},Q,{ref:J,title:oe,ariaId:me,prefixCls:K,holderRef:Xe,style:(0,o.Z)((0,o.Z)((0,o.Z)({},Zt),ee),Jt),className:u()(q,It)}))})});U.displayName="Content";var X=U;function G(Q){var J=Q.prefixCls,K=Q.style,oe=Q.visible,ee=Q.maskProps,q=Q.motionName;return c.createElement(k.default,{key:"mask",visible:oe,motionName:q,leavedClassName:"".concat(J,"-mask-hidden")},function(le,Z){var j=le.className,se=le.style;return c.createElement("div",(0,r.Z)({ref:Z,style:(0,o.Z)((0,o.Z)({},se),K),className:u()("".concat(J,"-mask"),j)},ee))})}function V(Q){var J=Q.prefixCls,K=J===void 0?"rc-dialog":J,oe=Q.zIndex,ee=Q.visible,q=ee===void 0?!1:ee,le=Q.keyboard,Z=le===void 0?!0:le,j=Q.focusTriggerAfterClose,se=j===void 0?!0:j,me=Q.wrapStyle,Oe=Q.wrapClassName,ke=Q.wrapProps,$e=Q.onClose,Ne=Q.afterOpenChange,Ft=Q.afterClose,wt=Q.transitionName,Pt=Q.animation,Jt=Q.closable,er=Jt===void 0?!0:Jt,tr=Q.mask,Xe=tr===void 0?!0:tr,It=Q.maskTransitionName,Zt=Q.maskAnimation,ot=Q.maskClosable,bt=ot===void 0?!0:ot,mt=Q.maskStyle,et=Q.maskProps,He=Q.rootClassName,_e=(0,c.useRef)(),Se=(0,c.useRef)(),Me=(0,c.useRef)(),Ue=c.useState(q),We=(0,i.Z)(Ue,2),it=We[0],ct=We[1],Gt=(0,x.Z)();function $t(){(0,a.Z)(Se.current,document.activeElement)||(_e.current=document.activeElement)}function Pe(){if(!(0,a.Z)(Se.current,document.activeElement)){var fe;(fe=Me.current)===null||fe===void 0||fe.focus()}}function Qe(fe){if(fe)Pe();else{if(ct(!1),Xe&&_e.current&&se){try{_e.current.focus({preventScroll:!0})}catch(pe){}_e.current=null}it&&(Ft==null||Ft())}Ne==null||Ne(fe)}function Kt(fe){$e==null||$e(fe)}var Lt=(0,c.useRef)(!1),Ht=(0,c.useRef)(),Nt=function(){clearTimeout(Ht.current),Lt.current=!0},Ct=function(){Ht.current=setTimeout(function(){Lt.current=!1})},Yt=null;bt&&(Yt=function(pe){Lt.current?Lt.current=!1:Se.current===pe.target&&Kt(pe)});function Ge(fe){if(Z&&fe.keyCode===p.Z.ESC){fe.stopPropagation(),Kt(fe);return}q&&fe.keyCode===p.Z.TAB&&Me.current.changeActive(!fe.shiftKey)}return(0,c.useEffect)(function(){q&&(ct(!0),$t())},[q]),(0,c.useEffect)(function(){return function(){clearTimeout(Ht.current)}},[]),c.createElement("div",(0,r.Z)({className:u()("".concat(K,"-root"),He)},(0,y.Z)(Q,{data:!0})),c.createElement(G,{prefixCls:K,visible:Xe&&q,motionName:m(K,It,Zt),style:(0,o.Z)({zIndex:oe},mt),maskProps:et}),c.createElement("div",(0,r.Z)({tabIndex:-1,onKeyDown:Ge,className:u()("".concat(K,"-wrap"),Oe),ref:Se,onClick:Yt,style:(0,o.Z)((0,o.Z)({zIndex:oe},me),{},{display:it?null:"none"})},ke),c.createElement(X,(0,r.Z)({},Q,{onMouseDown:Nt,onMouseUp:Ct,ref:Me,closable:er,ariaId:Gt,prefixCls:K,visible:q&&it,onClose:Kt,onVisibleChanged:Qe,motionName:m(K,wt,Pt)}))))}var ae=function(J){var K=J.visible,oe=J.getContainer,ee=J.forceRender,q=J.destroyOnClose,le=q===void 0?!1:q,Z=J.afterClose,j=J.panelRef,se=c.useState(K),me=(0,i.Z)(se,2),Oe=me[0],ke=me[1],$e=c.useMemo(function(){return{panel:j}},[j]);return c.useEffect(function(){K&&ke(!0)},[K]),!ee&&le&&!Oe?null:c.createElement(f.Provider,{value:$e},c.createElement(l.Z,{open:K||ee||Oe,autoDestroy:!1,getContainer:oe,autoLock:K||Oe},c.createElement(V,(0,r.Z)({},J,{destroyOnClose:le,afterClose:function(){Z==null||Z(),ke(!1)}}))))};ae.displayName="Dialog";var ie=ae,ue=ie},95013:function(d,_,e){"use strict";e.r(_),e.d(_,{Field:function(){return Nr},FieldContext:function(){return M},FormProvider:function(){return na},List:function(){return In},ListContext:function(){return U},default:function(){return _n},useForm:function(){return pi},useWatch:function(){return qi}});var r=e(59301),i=e(14809),l=e(62646),c=e(70539),f=e(95764),o=e(20439),h=e(95190),u=e(99153),a=e(84851),x=e(13028),p=e(19257),y=e(93046),m=e(4635),b=e(11592),S=e(13697),k=e(48736),R="RC_FORM_INTERNAL_HOOKS",A=function(){(0,k.ZP)(!1,"Can not find FormContext. Please make sure you wrap Field under Form.")},O=r.createContext({getFieldValue:A,getFieldsValue:A,getFieldError:A,getFieldWarning:A,getFieldsError:A,isFieldsTouched:A,isFieldTouched:A,isFieldValidating:A,isFieldsValidating:A,resetFields:A,setFields:A,setFieldValue:A,setFieldsValue:A,validateFields:A,submit:A,getInternalHooks:function(){return A(),{dispatch:A,initEntityValue:A,registerField:A,useSubscribe:A,setInitialValues:A,destroyForm:A,setCallbacks:A,registerWatch:A,getFields:A,setValidateMessages:A,setPreserve:A,getInitialValue:A}}}),M=O,B=r.createContext(null),U=B;function X(Qt){return Qt==null?[]:Array.isArray(Qt)?Qt:[Qt]}function G(Qt){return Qt&&!!Qt._init}var V=e(97671);function ae(){return ae=Object.assign?Object.assign.bind():function(Qt){for(var vt=1;vt<arguments.length;vt++){var tt=arguments[vt];for(var Ot in tt)Object.prototype.hasOwnProperty.call(tt,Ot)&&(Qt[Ot]=tt[Ot])}return Qt},ae.apply(this,arguments)}function ie(Qt,vt){Qt.prototype=Object.create(vt.prototype),Qt.prototype.constructor=Qt,Q(Qt,vt)}function ue(Qt){return ue=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(tt){return tt.__proto__||Object.getPrototypeOf(tt)},ue(Qt)}function Q(Qt,vt){return Q=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(Ot,pt){return Ot.__proto__=pt,Ot},Q(Qt,vt)}function J(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(Qt){return!1}}function K(Qt,vt,tt){return J()?K=Reflect.construct.bind():K=function(pt,ur,fr){var Cr=[null];Cr.push.apply(Cr,ur);var $r=Function.bind.apply(pt,Cr),Ze=new $r;return fr&&Q(Ze,fr.prototype),Ze},K.apply(null,arguments)}function oe(Qt){return Function.toString.call(Qt).indexOf("[native code]")!==-1}function ee(Qt){var vt=typeof Map=="function"?new Map:void 0;return ee=function(Ot){if(Ot===null||!oe(Ot))return Ot;if(typeof Ot!="function")throw new TypeError("Super expression must either be null or a function");if(typeof vt!="undefined"){if(vt.has(Ot))return vt.get(Ot);vt.set(Ot,pt)}function pt(){return K(Ot,arguments,ue(this).constructor)}return pt.prototype=Object.create(Ot.prototype,{constructor:{value:pt,enumerable:!1,writable:!0,configurable:!0}}),Q(pt,Ot)},ee(Qt)}var q=/%[sdj%]/g,le=function(){};function Z(Qt){if(!Qt||!Qt.length)return null;var vt={};return Qt.forEach(function(tt){var Ot=tt.field;vt[Ot]=vt[Ot]||[],vt[Ot].push(tt)}),vt}function j(Qt){for(var vt=arguments.length,tt=new Array(vt>1?vt-1:0),Ot=1;Ot<vt;Ot++)tt[Ot-1]=arguments[Ot];var pt=0,ur=tt.length;if(typeof Qt=="function")return Qt.apply(null,tt);if(typeof Qt=="string"){var fr=Qt.replace(q,function(Cr){if(Cr==="%%")return"%";if(pt>=ur)return Cr;switch(Cr){case"%s":return String(tt[pt++]);case"%d":return Number(tt[pt++]);case"%j":try{return JSON.stringify(tt[pt++])}catch($r){return"[Circular]"}break;default:return Cr}});return fr}return Qt}function se(Qt){return Qt==="string"||Qt==="url"||Qt==="hex"||Qt==="email"||Qt==="date"||Qt==="pattern"}function me(Qt,vt){return!!(Qt==null||vt==="array"&&Array.isArray(Qt)&&!Qt.length||se(vt)&&typeof Qt=="string"&&!Qt)}function Oe(Qt,vt,tt){var Ot=[],pt=0,ur=Qt.length;function fr(Cr){Ot.push.apply(Ot,Cr||[]),pt++,pt===ur&&tt(Ot)}Qt.forEach(function(Cr){vt(Cr,fr)})}function ke(Qt,vt,tt){var Ot=0,pt=Qt.length;function ur(fr){if(fr&&fr.length){tt(fr);return}var Cr=Ot;Ot=Ot+1,Cr<pt?vt(Qt[Cr],ur):tt([])}ur([])}function $e(Qt){var vt=[];return Object.keys(Qt).forEach(function(tt){vt.push.apply(vt,Qt[tt]||[])}),vt}var Ne=function(Qt){ie(vt,Qt);function vt(tt,Ot){var pt;return pt=Qt.call(this,"Async Validation Error")||this,pt.errors=tt,pt.fields=Ot,pt}return vt}(ee(Error));function Ft(Qt,vt,tt,Ot,pt){if(vt.first){var ur=new Promise(function(st,rr){var Mr=function(zr){return Ot(zr),zr.length?rr(new Ne(zr,Z(zr))):st(pt)},Or=$e(Qt);ke(Or,tt,Mr)});return ur.catch(function(st){return st}),ur}var fr=vt.firstFields===!0?Object.keys(Qt):vt.firstFields||[],Cr=Object.keys(Qt),$r=Cr.length,Ze=0,Je=[],xe=new Promise(function(st,rr){var Mr=function(Pr){if(Je.push.apply(Je,Pr),Ze++,Ze===$r)return Ot(Je),Je.length?rr(new Ne(Je,Z(Je))):st(pt)};Cr.length||(Ot(Je),st(pt)),Cr.forEach(function(Or){var Pr=Qt[Or];fr.indexOf(Or)!==-1?ke(Pr,tt,Mr):Oe(Pr,tt,Mr)})});return xe.catch(function(st){return st}),xe}function wt(Qt){return!!(Qt&&Qt.message!==void 0)}function Pt(Qt,vt){for(var tt=Qt,Ot=0;Ot<vt.length;Ot++){if(tt==null)return tt;tt=tt[vt[Ot]]}return tt}function Jt(Qt,vt){return function(tt){var Ot;return Qt.fullFields?Ot=Pt(vt,Qt.fullFields):Ot=vt[tt.field||Qt.fullField],wt(tt)?(tt.field=tt.field||Qt.fullField,tt.fieldValue=Ot,tt):{message:typeof tt=="function"?tt():tt,fieldValue:Ot,field:tt.field||Qt.fullField}}}function er(Qt,vt){if(vt){for(var tt in vt)if(vt.hasOwnProperty(tt)){var Ot=vt[tt];typeof Ot=="object"&&typeof Qt[tt]=="object"?Qt[tt]=ae({},Qt[tt],Ot):Qt[tt]=Ot}}return Qt}var tr=function(vt,tt,Ot,pt,ur,fr){vt.required&&(!Ot.hasOwnProperty(vt.field)||me(tt,fr||vt.type))&&pt.push(j(ur.messages.required,vt.fullField))},Xe=function(vt,tt,Ot,pt,ur){(/^\s+$/.test(tt)||tt==="")&&pt.push(j(ur.messages.whitespace,vt.fullField))},It,Zt=function(){if(It)return It;var Qt="[a-fA-F\\d:]",vt=function(dn){return dn&&dn.includeBoundaries?"(?:(?<=\\s|^)(?="+Qt+")|(?<="+Qt+")(?=\\s|$))":""},tt="(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}",Ot="[a-fA-F\\d]{1,4}",pt=(`
(?:
(?:`+Ot+":){7}(?:"+Ot+`|:)| // 1:2:3:4:5:6:7:: 1:2:3:4:5:6:7:8
(?:`+Ot+":){6}(?:"+tt+"|:"+Ot+`|:)| // 1:2:3:4:5:6:: 1:2:3:4:5:6::8 1:2:3:4:5:6::8 1:2:3:4:5:6::1.2.3.4
(?:`+Ot+":){5}(?::"+tt+"|(?::"+Ot+`){1,2}|:)| // 1:2:3:4:5:: 1:2:3:4:5::7:8 1:2:3:4:5::8 1:2:3:4:5::7:1.2.3.4
(?:`+Ot+":){4}(?:(?::"+Ot+"){0,1}:"+tt+"|(?::"+Ot+`){1,3}|:)| // 1:2:3:4:: 1:2:3:4::6:7:8 1:2:3:4::8 1:2:3:4::6:7:1.2.3.4
(?:`+Ot+":){3}(?:(?::"+Ot+"){0,2}:"+tt+"|(?::"+Ot+`){1,4}|:)| // 1:2:3:: 1:2:3::5:6:7:8 1:2:3::8 1:2:3::5:6:7:1.2.3.4
(?:`+Ot+":){2}(?:(?::"+Ot+"){0,3}:"+tt+"|(?::"+Ot+`){1,5}|:)| // 1:2:: 1:2::4:5:6:7:8 1:2::8 1:2::4:5:6:7:1.2.3.4
(?:`+Ot+":){1}(?:(?::"+Ot+"){0,4}:"+tt+"|(?::"+Ot+`){1,6}|:)| // 1:: 1::3:4:5:6:7:8 1::8 1::3:4:5:6:7:1.2.3.4
(?::(?:(?::`+Ot+"){0,5}:"+tt+"|(?::"+Ot+`){1,7}|:)) // ::2:3:4:5:6:7:8 ::2:3:4:5:6:7:8 ::8 ::1.2.3.4
)(?:%[0-9a-zA-Z]{1,})? // %eth0 %1
`).replace(/\s*\/\/.*$/gm,"").replace(/\n/g,"").trim(),ur=new RegExp("(?:^"+tt+"$)|(?:^"+pt+"$)"),fr=new RegExp("^"+tt+"$"),Cr=new RegExp("^"+pt+"$"),$r=function(dn){return dn&&dn.exact?ur:new RegExp("(?:"+vt(dn)+tt+vt(dn)+")|(?:"+vt(dn)+pt+vt(dn)+")","g")};$r.v4=function(Tr){return Tr&&Tr.exact?fr:new RegExp(""+vt(Tr)+tt+vt(Tr),"g")},$r.v6=function(Tr){return Tr&&Tr.exact?Cr:new RegExp(""+vt(Tr)+pt+vt(Tr),"g")};var Ze="(?:(?:[a-z]+:)?//)",Je="(?:\\S+(?::\\S*)?@)?",xe=$r.v4().source,st=$r.v6().source,rr="(?:(?:[a-z\\u00a1-\\uffff0-9][-_]*)*[a-z\\u00a1-\\uffff0-9]+)",Mr="(?:\\.(?:[a-z\\u00a1-\\uffff0-9]-*)*[a-z\\u00a1-\\uffff0-9]+)*",Or="(?:\\.(?:[a-z\\u00a1-\\uffff]{2,}))",Pr="(?::\\d{2,5})?",zr='(?:[/?#][^\\s"]*)?',mn="(?:"+Ze+"|www\\.)"+Je+"(?:localhost|"+xe+"|"+st+"|"+rr+Mr+Or+")"+Pr+zr;return It=new RegExp("(?:^"+mn+"$)","i"),It},ot={email:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+\.)+[a-zA-Z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]{2,}))$/,hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},bt={integer:function(vt){return bt.number(vt)&&parseInt(vt,10)===vt},float:function(vt){return bt.number(vt)&&!bt.integer(vt)},array:function(vt){return Array.isArray(vt)},regexp:function(vt){if(vt instanceof RegExp)return!0;try{return!!new RegExp(vt)}catch(tt){return!1}},date:function(vt){return typeof vt.getTime=="function"&&typeof vt.getMonth=="function"&&typeof vt.getYear=="function"&&!isNaN(vt.getTime())},number:function(vt){return isNaN(vt)?!1:typeof vt=="number"},object:function(vt){return typeof vt=="object"&&!bt.array(vt)},method:function(vt){return typeof vt=="function"},email:function(vt){return typeof vt=="string"&&vt.length<=320&&!!vt.match(ot.email)},url:function(vt){return typeof vt=="string"&&vt.length<=2048&&!!vt.match(Zt())},hex:function(vt){return typeof vt=="string"&&!!vt.match(ot.hex)}},mt=function(vt,tt,Ot,pt,ur){if(vt.required&&tt===void 0){tr(vt,tt,Ot,pt,ur);return}var fr=["integer","float","array","regexp","object","method","email","number","date","url","hex"],Cr=vt.type;fr.indexOf(Cr)>-1?bt[Cr](tt)||pt.push(j(ur.messages.types[Cr],vt.fullField,vt.type)):Cr&&typeof tt!==vt.type&&pt.push(j(ur.messages.types[Cr],vt.fullField,vt.type))},et=function(vt,tt,Ot,pt,ur){var fr=typeof vt.len=="number",Cr=typeof vt.min=="number",$r=typeof vt.max=="number",Ze=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,Je=tt,xe=null,st=typeof tt=="number",rr=typeof tt=="string",Mr=Array.isArray(tt);if(st?xe="number":rr?xe="string":Mr&&(xe="array"),!xe)return!1;Mr&&(Je=tt.length),rr&&(Je=tt.replace(Ze,"_").length),fr?Je!==vt.len&&pt.push(j(ur.messages[xe].len,vt.fullField,vt.len)):Cr&&!$r&&Je<vt.min?pt.push(j(ur.messages[xe].min,vt.fullField,vt.min)):$r&&!Cr&&Je>vt.max?pt.push(j(ur.messages[xe].max,vt.fullField,vt.max)):Cr&&$r&&(Je<vt.min||Je>vt.max)&&pt.push(j(ur.messages[xe].range,vt.fullField,vt.min,vt.max))},He="enum",_e=function(vt,tt,Ot,pt,ur){vt[He]=Array.isArray(vt[He])?vt[He]:[],vt[He].indexOf(tt)===-1&&pt.push(j(ur.messages[He],vt.fullField,vt[He].join(", ")))},Se=function(vt,tt,Ot,pt,ur){if(vt.pattern){if(vt.pattern instanceof RegExp)vt.pattern.lastIndex=0,vt.pattern.test(tt)||pt.push(j(ur.messages.pattern.mismatch,vt.fullField,tt,vt.pattern));else if(typeof vt.pattern=="string"){var fr=new RegExp(vt.pattern);fr.test(tt)||pt.push(j(ur.messages.pattern.mismatch,vt.fullField,tt,vt.pattern))}}},Me={required:tr,whitespace:Xe,type:mt,range:et,enum:_e,pattern:Se},Ue=function(vt,tt,Ot,pt,ur){var fr=[],Cr=vt.required||!vt.required&&pt.hasOwnProperty(vt.field);if(Cr){if(me(tt,"string")&&!vt.required)return Ot();Me.required(vt,tt,pt,fr,ur,"string"),me(tt,"string")||(Me.type(vt,tt,pt,fr,ur),Me.range(vt,tt,pt,fr,ur),Me.pattern(vt,tt,pt,fr,ur),vt.whitespace===!0&&Me.whitespace(vt,tt,pt,fr,ur))}Ot(fr)},We=function(vt,tt,Ot,pt,ur){var fr=[],Cr=vt.required||!vt.required&&pt.hasOwnProperty(vt.field);if(Cr){if(me(tt)&&!vt.required)return Ot();Me.required(vt,tt,pt,fr,ur),tt!==void 0&&Me.type(vt,tt,pt,fr,ur)}Ot(fr)},it=function(vt,tt,Ot,pt,ur){var fr=[],Cr=vt.required||!vt.required&&pt.hasOwnProperty(vt.field);if(Cr){if(tt===""&&(tt=void 0),me(tt)&&!vt.required)return Ot();Me.required(vt,tt,pt,fr,ur),tt!==void 0&&(Me.type(vt,tt,pt,fr,ur),Me.range(vt,tt,pt,fr,ur))}Ot(fr)},ct=function(vt,tt,Ot,pt,ur){var fr=[],Cr=vt.required||!vt.required&&pt.hasOwnProperty(vt.field);if(Cr){if(me(tt)&&!vt.required)return Ot();Me.required(vt,tt,pt,fr,ur),tt!==void 0&&Me.type(vt,tt,pt,fr,ur)}Ot(fr)},Gt=function(vt,tt,Ot,pt,ur){var fr=[],Cr=vt.required||!vt.required&&pt.hasOwnProperty(vt.field);if(Cr){if(me(tt)&&!vt.required)return Ot();Me.required(vt,tt,pt,fr,ur),me(tt)||Me.type(vt,tt,pt,fr,ur)}Ot(fr)},$t=function(vt,tt,Ot,pt,ur){var fr=[],Cr=vt.required||!vt.required&&pt.hasOwnProperty(vt.field);if(Cr){if(me(tt)&&!vt.required)return Ot();Me.required(vt,tt,pt,fr,ur),tt!==void 0&&(Me.type(vt,tt,pt,fr,ur),Me.range(vt,tt,pt,fr,ur))}Ot(fr)},Pe=function(vt,tt,Ot,pt,ur){var fr=[],Cr=vt.required||!vt.required&&pt.hasOwnProperty(vt.field);if(Cr){if(me(tt)&&!vt.required)return Ot();Me.required(vt,tt,pt,fr,ur),tt!==void 0&&(Me.type(vt,tt,pt,fr,ur),Me.range(vt,tt,pt,fr,ur))}Ot(fr)},Qe=function(vt,tt,Ot,pt,ur){var fr=[],Cr=vt.required||!vt.required&&pt.hasOwnProperty(vt.field);if(Cr){if(tt==null&&!vt.required)return Ot();Me.required(vt,tt,pt,fr,ur,"array"),tt!=null&&(Me.type(vt,tt,pt,fr,ur),Me.range(vt,tt,pt,fr,ur))}Ot(fr)},Kt=function(vt,tt,Ot,pt,ur){var fr=[],Cr=vt.required||!vt.required&&pt.hasOwnProperty(vt.field);if(Cr){if(me(tt)&&!vt.required)return Ot();Me.required(vt,tt,pt,fr,ur),tt!==void 0&&Me.type(vt,tt,pt,fr,ur)}Ot(fr)},Lt="enum",Ht=function(vt,tt,Ot,pt,ur){var fr=[],Cr=vt.required||!vt.required&&pt.hasOwnProperty(vt.field);if(Cr){if(me(tt)&&!vt.required)return Ot();Me.required(vt,tt,pt,fr,ur),tt!==void 0&&Me[Lt](vt,tt,pt,fr,ur)}Ot(fr)},Nt=function(vt,tt,Ot,pt,ur){var fr=[],Cr=vt.required||!vt.required&&pt.hasOwnProperty(vt.field);if(Cr){if(me(tt,"string")&&!vt.required)return Ot();Me.required(vt,tt,pt,fr,ur),me(tt,"string")||Me.pattern(vt,tt,pt,fr,ur)}Ot(fr)},Ct=function(vt,tt,Ot,pt,ur){var fr=[],Cr=vt.required||!vt.required&&pt.hasOwnProperty(vt.field);if(Cr){if(me(tt,"date")&&!vt.required)return Ot();if(Me.required(vt,tt,pt,fr,ur),!me(tt,"date")){var $r;tt instanceof Date?$r=tt:$r=new Date(tt),Me.type(vt,$r,pt,fr,ur),$r&&Me.range(vt,$r.getTime(),pt,fr,ur)}}Ot(fr)},Yt=function(vt,tt,Ot,pt,ur){var fr=[],Cr=Array.isArray(tt)?"array":typeof tt;Me.required(vt,tt,pt,fr,ur,Cr),Ot(fr)},Ge=function(vt,tt,Ot,pt,ur){var fr=vt.type,Cr=[],$r=vt.required||!vt.required&&pt.hasOwnProperty(vt.field);if($r){if(me(tt,fr)&&!vt.required)return Ot();Me.required(vt,tt,pt,Cr,ur,fr),me(tt,fr)||Me.type(vt,tt,pt,Cr,ur)}Ot(Cr)},fe=function(vt,tt,Ot,pt,ur){var fr=[],Cr=vt.required||!vt.required&&pt.hasOwnProperty(vt.field);if(Cr){if(me(tt)&&!vt.required)return Ot();Me.required(vt,tt,pt,fr,ur)}Ot(fr)},pe={string:Ue,method:We,number:it,boolean:ct,regexp:Gt,integer:$t,float:Pe,array:Qe,object:Kt,enum:Ht,pattern:Nt,date:Ct,url:Ge,hex:Ge,email:Ge,required:Yt,any:fe};function Dt(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var vt=JSON.parse(JSON.stringify(this));return vt.clone=this.clone,vt}}}var Te=Dt(),ht=function(){function Qt(tt){this.rules=null,this._messages=Te,this.define(tt)}var vt=Qt.prototype;return vt.define=function(Ot){var pt=this;if(!Ot)throw new Error("Cannot configure a schema with no rules");if(typeof Ot!="object"||Array.isArray(Ot))throw new Error("Rules must be an object");this.rules={},Object.keys(Ot).forEach(function(ur){var fr=Ot[ur];pt.rules[ur]=Array.isArray(fr)?fr:[fr]})},vt.messages=function(Ot){return Ot&&(this._messages=er(Dt(),Ot)),this._messages},vt.validate=function(Ot,pt,ur){var fr=this;pt===void 0&&(pt={}),ur===void 0&&(ur=function(){});var Cr=Ot,$r=pt,Ze=ur;if(typeof $r=="function"&&(Ze=$r,$r={}),!this.rules||Object.keys(this.rules).length===0)return Ze&&Ze(null,Cr),Promise.resolve(Cr);function Je(Or){var Pr=[],zr={};function mn(dn){if(Array.isArray(dn)){var rn;Pr=(rn=Pr).concat.apply(rn,dn)}else Pr.push(dn)}for(var Tr=0;Tr<Or.length;Tr++)mn(Or[Tr]);Pr.length?(zr=Z(Pr),Ze(Pr,zr)):Ze(null,Cr)}if($r.messages){var xe=this.messages();xe===Te&&(xe=Dt()),er(xe,$r.messages),$r.messages=xe}else $r.messages=this.messages();var st={},rr=$r.keys||Object.keys(this.rules);rr.forEach(function(Or){var Pr=fr.rules[Or],zr=Cr[Or];Pr.forEach(function(mn){var Tr=mn;typeof Tr.transform=="function"&&(Cr===Ot&&(Cr=ae({},Cr)),zr=Cr[Or]=Tr.transform(zr)),typeof Tr=="function"?Tr={validator:Tr}:Tr=ae({},Tr),Tr.validator=fr.getValidationMethod(Tr),Tr.validator&&(Tr.field=Or,Tr.fullField=Tr.fullField||Or,Tr.type=fr.getType(Tr),st[Or]=st[Or]||[],st[Or].push({rule:Tr,value:zr,source:Cr,field:Or}))})});var Mr={};return Ft(st,$r,function(Or,Pr){var zr=Or.rule,mn=(zr.type==="object"||zr.type==="array")&&(typeof zr.fields=="object"||typeof zr.defaultField=="object");mn=mn&&(zr.required||!zr.required&&Or.value),zr.field=Or.field;function Tr(un,Tn){return ae({},Tn,{fullField:zr.fullField+"."+un,fullFields:zr.fullFields?[].concat(zr.fullFields,[un]):[un]})}function dn(un){un===void 0&&(un=[]);var Tn=Array.isArray(un)?un:[un];!$r.suppressWarning&&Tn.length&&Qt.warning("async-validator:",Tn),Tn.length&&zr.message!==void 0&&(Tn=[].concat(zr.message));var va=Tn.map(Jt(zr,Cr));if($r.first&&va.length)return Mr[zr.field]=1,Pr(va);if(!mn)Pr(va);else{if(zr.required&&!Or.value)return zr.message!==void 0?va=[].concat(zr.message).map(Jt(zr,Cr)):$r.error&&(va=[$r.error(zr,j($r.messages.required,zr.field))]),Pr(va);var Si={};zr.defaultField&&Object.keys(Or.value).map(function(ai){Si[ai]=zr.defaultField}),Si=ae({},Si,Or.rule.fields);var vi={};Object.keys(Si).forEach(function(ai){var Fi=Si[ai],da=Array.isArray(Fi)?Fi:[Fi];vi[ai]=da.map(Tr.bind(null,ai))});var gn=new Qt(vi);gn.messages($r.messages),Or.rule.options&&(Or.rule.options.messages=$r.messages,Or.rule.options.error=$r.error),gn.validate(Or.value,Or.rule.options||$r,function(ai){var Fi=[];va&&va.length&&Fi.push.apply(Fi,va),ai&&ai.length&&Fi.push.apply(Fi,ai),Pr(Fi.length?Fi:null)})}}var rn;if(zr.asyncValidator)rn=zr.asyncValidator(zr,Or.value,dn,Or.source,$r);else if(zr.validator){try{rn=zr.validator(zr,Or.value,dn,Or.source,$r)}catch(un){console.error==null||console.error(un),$r.suppressValidatorError||setTimeout(function(){throw un},0),dn(un.message)}rn===!0?dn():rn===!1?dn(typeof zr.message=="function"?zr.message(zr.fullField||zr.field):zr.message||(zr.fullField||zr.field)+" fails"):rn instanceof Array?dn(rn):rn instanceof Error&&dn(rn.message)}rn&&rn.then&&rn.then(function(){return dn()},function(un){return dn(un)})},function(Or){Je(Or)},Cr)},vt.getType=function(Ot){if(Ot.type===void 0&&Ot.pattern instanceof RegExp&&(Ot.type="pattern"),typeof Ot.validator!="function"&&Ot.type&&!pe.hasOwnProperty(Ot.type))throw new Error(j("Unknown rule type %s",Ot.type));return Ot.type||"string"},vt.getValidationMethod=function(Ot){if(typeof Ot.validator=="function")return Ot.validator;var pt=Object.keys(Ot),ur=pt.indexOf("message");return ur!==-1&&pt.splice(ur,1),pt.length===1&&pt[0]==="required"?pe.required:pe[this.getType(Ot)]||void 0},Qt}();ht.register=function(vt,tt){if(typeof tt!="function")throw new Error("Cannot register a validator by type, validator is not a function");pe[vt]=tt},ht.warning=le,ht.messages=Te,ht.validators=pe;var Wt="'${name}' is not a valid ${type}",St={default:"Validation error on field '${name}'",required:"'${name}' is required",enum:"'${name}' must be one of [${enum}]",whitespace:"'${name}' cannot be empty",date:{format:"'${name}' is invalid for format date",parse:"'${name}' could not be parsed as date",invalid:"'${name}' is invalid date"},types:{string:Wt,method:Wt,array:Wt,object:Wt,number:Wt,date:Wt,boolean:Wt,integer:Wt,float:Wt,regexp:Wt,email:Wt,url:Wt,hex:Wt},string:{len:"'${name}' must be exactly ${len} characters",min:"'${name}' must be at least ${min} characters",max:"'${name}' cannot be longer than ${max} characters",range:"'${name}' must be between ${min} and ${max} characters"},number:{len:"'${name}' must equal ${len}",min:"'${name}' cannot be less than ${min}",max:"'${name}' cannot be greater than ${max}",range:"'${name}' must be between ${min} and ${max}"},array:{len:"'${name}' must be exactly ${len} in length",min:"'${name}' cannot be less than ${min} in length",max:"'${name}' cannot be greater than ${max} in length",range:"'${name}' must be between ${min} and ${max} in length"},pattern:{mismatch:"'${name}' does not match pattern ${pattern}"}},Re=e(24434),_t=ht;function ze(Qt,vt){return Qt.replace(/\$\{\w+\}/g,function(tt){var Ot=tt.slice(2,-1);return vt[Ot]})}var we="CODE_LOGIC_ERROR";function gt(Qt,vt,tt,Ot,pt){return kt.apply(this,arguments)}function kt(){return kt=(0,f.Z)((0,c.Z)().mark(function Qt(vt,tt,Ot,pt,ur){var fr,Cr,$r,Ze,Je,xe,st,rr,Mr;return(0,c.Z)().wrap(function(Pr){for(;;)switch(Pr.prev=Pr.next){case 0:return fr=(0,o.Z)({},Ot),delete fr.ruleIndex,_t.warning=function(){},fr.validator&&(Cr=fr.validator,fr.validator=function(){try{return Cr.apply(void 0,arguments)}catch(zr){return console.error(zr),Promise.reject(we)}}),$r=null,fr&&fr.type==="array"&&fr.defaultField&&($r=fr.defaultField,delete fr.defaultField),Ze=new _t((0,m.Z)({},vt,[fr])),Je=(0,Re.T)(St,pt.validateMessages),Ze.messages(Je),xe=[],Pr.prev=10,Pr.next=13,Promise.resolve(Ze.validate((0,m.Z)({},vt,tt),(0,o.Z)({},pt)));case 13:Pr.next=18;break;case 15:Pr.prev=15,Pr.t0=Pr.catch(10),Pr.t0.errors&&(xe=Pr.t0.errors.map(function(zr,mn){var Tr=zr.message,dn=Tr===we?Je.default:Tr;return r.isValidElement(dn)?r.cloneElement(dn,{key:"error_".concat(mn)}):dn}));case 18:if(!(!xe.length&&$r)){Pr.next=23;break}return Pr.next=21,Promise.all(tt.map(function(zr,mn){return gt("".concat(vt,".").concat(mn),zr,$r,pt,ur)}));case 21:return st=Pr.sent,Pr.abrupt("return",st.reduce(function(zr,mn){return[].concat((0,h.Z)(zr),(0,h.Z)(mn))},[]));case 23:return rr=(0,o.Z)((0,o.Z)({},Ot),{},{name:vt,enum:(Ot.enum||[]).join(", ")},ur),Mr=xe.map(function(zr){return typeof zr=="string"?ze(zr,rr):zr}),Pr.abrupt("return",Mr);case 26:case"end":return Pr.stop()}},Qt,null,[[10,15]])})),kt.apply(this,arguments)}function Fe(Qt,vt,tt,Ot,pt,ur){var fr=Qt.join("."),Cr=tt.map(function(Je,xe){var st=Je.validator,rr=(0,o.Z)((0,o.Z)({},Je),{},{ruleIndex:xe});return st&&(rr.validator=function(Mr,Or,Pr){var zr=!1,mn=function(){for(var rn=arguments.length,un=new Array(rn),Tn=0;Tn<rn;Tn++)un[Tn]=arguments[Tn];Promise.resolve().then(function(){(0,k.ZP)(!zr,"Your validator function has already return a promise. `callback` will be ignored."),zr||Pr.apply(void 0,un)})},Tr=st(Mr,Or,mn);zr=Tr&&typeof Tr.then=="function"&&typeof Tr.catch=="function",(0,k.ZP)(zr,"`callback` is deprecated. Please return a promise instead."),zr&&Tr.then(function(){Pr()}).catch(function(dn){Pr(dn||" ")})}),rr}).sort(function(Je,xe){var st=Je.warningOnly,rr=Je.ruleIndex,Mr=xe.warningOnly,Or=xe.ruleIndex;return!!st==!!Mr?rr-Or:st?1:-1}),$r;if(pt===!0)$r=new Promise(function(){var Je=(0,f.Z)((0,c.Z)().mark(function xe(st,rr){var Mr,Or,Pr;return(0,c.Z)().wrap(function(mn){for(;;)switch(mn.prev=mn.next){case 0:Mr=0;case 1:if(!(Mr<Cr.length)){mn.next=12;break}return Or=Cr[Mr],mn.next=5,gt(fr,vt,Or,Ot,ur);case 5:if(Pr=mn.sent,!Pr.length){mn.next=9;break}return rr([{errors:Pr,rule:Or}]),mn.abrupt("return");case 9:Mr+=1,mn.next=1;break;case 12:st([]);case 13:case"end":return mn.stop()}},xe)}));return function(xe,st){return Je.apply(this,arguments)}}());else{var Ze=Cr.map(function(Je){return gt(fr,vt,Je,Ot,ur).then(function(xe){return{errors:xe,rule:Je}})});$r=(pt?Vr(Ze):Ir(Ze)).then(function(Je){return Promise.reject(Je)})}return $r.catch(function(Je){return Je}),$r}function Ir(Qt){return At.apply(this,arguments)}function At(){return At=(0,f.Z)((0,c.Z)().mark(function Qt(vt){return(0,c.Z)().wrap(function(Ot){for(;;)switch(Ot.prev=Ot.next){case 0:return Ot.abrupt("return",Promise.all(vt).then(function(pt){var ur,fr=(ur=[]).concat.apply(ur,(0,h.Z)(pt));return fr}));case 1:case"end":return Ot.stop()}},Qt)})),At.apply(this,arguments)}function Vr(Qt){return Qr.apply(this,arguments)}function Qr(){return Qr=(0,f.Z)((0,c.Z)().mark(function Qt(vt){var tt;return(0,c.Z)().wrap(function(pt){for(;;)switch(pt.prev=pt.next){case 0:return tt=0,pt.abrupt("return",new Promise(function(ur){vt.forEach(function(fr){fr.then(function(Cr){Cr.errors.length&&ur([Cr]),tt+=1,tt===vt.length&&ur([])})})}));case 2:case"end":return pt.stop()}},Qt)})),Qr.apply(this,arguments)}var Er=e(93664),Lr=e(97938);function _r(Qt){return X(Qt)}function Ur(Qt,vt){var tt={};return vt.forEach(function(Ot){var pt=(0,Lr.Z)(Qt,Ot);tt=(0,Re.Z)(tt,Ot,pt)}),tt}function sn(Qt,vt){var tt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;return Qt&&Qt.some(function(Ot){return fn(vt,Ot,tt)})}function fn(Qt,vt){var tt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;return!Qt||!vt||!tt&&Qt.length!==vt.length?!1:vt.every(function(Ot,pt){return Qt[pt]===Ot})}function cr(Qt,vt){if(Qt===vt)return!0;if(!Qt&&vt||Qt&&!vt||!Qt||!vt||(0,Er.Z)(Qt)!=="object"||(0,Er.Z)(vt)!=="object")return!1;var tt=Object.keys(Qt),Ot=Object.keys(vt),pt=new Set([].concat(tt,Ot));return(0,h.Z)(pt).every(function(ur){var fr=Qt[ur],Cr=vt[ur];return typeof fr=="function"&&typeof Cr=="function"?!0:fr===Cr})}function Dr(Qt){var vt=arguments.length<=1?void 0:arguments[1];return vt&&vt.target&&(0,Er.Z)(vt.target)==="object"&&Qt in vt.target?vt.target[Qt]:vt}function ft(Qt,vt,tt){var Ot=Qt.length;if(vt<0||vt>=Ot||tt<0||tt>=Ot)return Qt;var pt=Qt[vt],ur=vt-tt;return ur>0?[].concat((0,h.Z)(Qt.slice(0,tt)),[pt],(0,h.Z)(Qt.slice(tt,vt)),(0,h.Z)(Qt.slice(vt+1,Ot))):ur<0?[].concat((0,h.Z)(Qt.slice(0,vt)),(0,h.Z)(Qt.slice(vt+1,tt+1)),[pt],(0,h.Z)(Qt.slice(tt+1,Ot))):Qt}var Et=["name"],zt=[];function nr(Qt,vt,tt,Ot,pt,ur){return typeof Qt=="function"?Qt(vt,tt,"source"in ur?{source:ur.source}:{}):Ot!==pt}var yr=function(Qt){(0,p.Z)(tt,Qt);var vt=(0,y.Z)(tt);function tt(Ot){var pt;if((0,u.Z)(this,tt),pt=vt.call(this,Ot),(0,m.Z)((0,x.Z)(pt),"state",{resetCount:0}),(0,m.Z)((0,x.Z)(pt),"cancelRegisterFunc",null),(0,m.Z)((0,x.Z)(pt),"mounted",!1),(0,m.Z)((0,x.Z)(pt),"touched",!1),(0,m.Z)((0,x.Z)(pt),"dirty",!1),(0,m.Z)((0,x.Z)(pt),"validatePromise",void 0),(0,m.Z)((0,x.Z)(pt),"prevValidating",void 0),(0,m.Z)((0,x.Z)(pt),"errors",zt),(0,m.Z)((0,x.Z)(pt),"warnings",zt),(0,m.Z)((0,x.Z)(pt),"cancelRegister",function(){var $r=pt.props,Ze=$r.preserve,Je=$r.isListField,xe=$r.name;pt.cancelRegisterFunc&&pt.cancelRegisterFunc(Je,Ze,_r(xe)),pt.cancelRegisterFunc=null}),(0,m.Z)((0,x.Z)(pt),"getNamePath",function(){var $r=pt.props,Ze=$r.name,Je=$r.fieldContext,xe=Je.prefixName,st=xe===void 0?[]:xe;return Ze!==void 0?[].concat((0,h.Z)(st),(0,h.Z)(Ze)):[]}),(0,m.Z)((0,x.Z)(pt),"getRules",function(){var $r=pt.props,Ze=$r.rules,Je=Ze===void 0?[]:Ze,xe=$r.fieldContext;return Je.map(function(st){return typeof st=="function"?st(xe):st})}),(0,m.Z)((0,x.Z)(pt),"refresh",function(){pt.mounted&&pt.setState(function($r){var Ze=$r.resetCount;return{resetCount:Ze+1}})}),(0,m.Z)((0,x.Z)(pt),"metaCache",null),(0,m.Z)((0,x.Z)(pt),"triggerMetaEvent",function($r){var Ze=pt.props.onMetaChange;if(Ze){var Je=(0,o.Z)((0,o.Z)({},pt.getMeta()),{},{destroy:$r});(0,S.Z)(pt.metaCache,Je)||Ze(Je),pt.metaCache=Je}else pt.metaCache=null}),(0,m.Z)((0,x.Z)(pt),"onStoreChange",function($r,Ze,Je){var xe=pt.props,st=xe.shouldUpdate,rr=xe.dependencies,Mr=rr===void 0?[]:rr,Or=xe.onReset,Pr=Je.store,zr=pt.getNamePath(),mn=pt.getValue($r),Tr=pt.getValue(Pr),dn=Ze&&sn(Ze,zr);switch(Je.type==="valueUpdate"&&Je.source==="external"&&mn!==Tr&&(pt.touched=!0,pt.dirty=!0,pt.validatePromise=null,pt.errors=zt,pt.warnings=zt,pt.triggerMetaEvent()),Je.type){case"reset":if(!Ze||dn){pt.touched=!1,pt.dirty=!1,pt.validatePromise=void 0,pt.errors=zt,pt.warnings=zt,pt.triggerMetaEvent(),Or==null||Or(),pt.refresh();return}break;case"remove":{if(st){pt.reRender();return}break}case"setField":{var rn=Je.data;if(dn){"touched"in rn&&(pt.touched=rn.touched),"validating"in rn&&!("originRCField"in rn)&&(pt.validatePromise=rn.validating?Promise.resolve([]):null),"errors"in rn&&(pt.errors=rn.errors||zt),"warnings"in rn&&(pt.warnings=rn.warnings||zt),pt.dirty=!0,pt.triggerMetaEvent(),pt.reRender();return}else if("value"in rn&&sn(Ze,zr,!0)){pt.reRender();return}if(st&&!zr.length&&nr(st,$r,Pr,mn,Tr,Je)){pt.reRender();return}break}case"dependenciesUpdate":{var un=Mr.map(_r);if(un.some(function(Tn){return sn(Je.relatedFields,Tn)})){pt.reRender();return}break}default:if(dn||(!Mr.length||zr.length||st)&&nr(st,$r,Pr,mn,Tr,Je)){pt.reRender();return}break}st===!0&&pt.reRender()}),(0,m.Z)((0,x.Z)(pt),"validateRules",function($r){var Ze=pt.getNamePath(),Je=pt.getValue(),xe=$r||{},st=xe.triggerName,rr=xe.validateOnly,Mr=rr===void 0?!1:rr,Or=Promise.resolve().then((0,f.Z)((0,c.Z)().mark(function Pr(){var zr,mn,Tr,dn,rn,un,Tn;return(0,c.Z)().wrap(function(Si){for(;;)switch(Si.prev=Si.next){case 0:if(pt.mounted){Si.next=2;break}return Si.abrupt("return",[]);case 2:if(zr=pt.props,mn=zr.validateFirst,Tr=mn===void 0?!1:mn,dn=zr.messageVariables,rn=zr.validateDebounce,un=pt.getRules(),st&&(un=un.filter(function(vi){return vi}).filter(function(vi){var gn=vi.validateTrigger;if(!gn)return!0;var ai=X(gn);return ai.includes(st)})),!(rn&&st)){Si.next=10;break}return Si.next=8,new Promise(function(vi){setTimeout(vi,rn)});case 8:if(pt.validatePromise===Or){Si.next=10;break}return Si.abrupt("return",[]);case 10:return Tn=Fe(Ze,Je,un,$r,Tr,dn),Tn.catch(function(vi){return vi}).then(function(){var vi=arguments.length>0&&arguments[0]!==void 0?arguments[0]:zt;if(pt.validatePromise===Or){var gn;pt.validatePromise=null;var ai=[],Fi=[];(gn=vi.forEach)===null||gn===void 0||gn.call(vi,function(da){var $a=da.rule.warningOnly,Ta=da.errors,fs=Ta===void 0?zt:Ta;$a?Fi.push.apply(Fi,(0,h.Z)(fs)):ai.push.apply(ai,(0,h.Z)(fs))}),pt.errors=ai,pt.warnings=Fi,pt.triggerMetaEvent(),pt.reRender()}}),Si.abrupt("return",Tn);case 13:case"end":return Si.stop()}},Pr)})));return Mr||(pt.validatePromise=Or,pt.dirty=!0,pt.errors=zt,pt.warnings=zt,pt.triggerMetaEvent(),pt.reRender()),Or}),(0,m.Z)((0,x.Z)(pt),"isFieldValidating",function(){return!!pt.validatePromise}),(0,m.Z)((0,x.Z)(pt),"isFieldTouched",function(){return pt.touched}),(0,m.Z)((0,x.Z)(pt),"isFieldDirty",function(){if(pt.dirty||pt.props.initialValue!==void 0)return!0;var $r=pt.props.fieldContext,Ze=$r.getInternalHooks(R),Je=Ze.getInitialValue;return Je(pt.getNamePath())!==void 0}),(0,m.Z)((0,x.Z)(pt),"getErrors",function(){return pt.errors}),(0,m.Z)((0,x.Z)(pt),"getWarnings",function(){return pt.warnings}),(0,m.Z)((0,x.Z)(pt),"isListField",function(){return pt.props.isListField}),(0,m.Z)((0,x.Z)(pt),"isList",function(){return pt.props.isList}),(0,m.Z)((0,x.Z)(pt),"isPreserve",function(){return pt.props.preserve}),(0,m.Z)((0,x.Z)(pt),"getMeta",function(){pt.prevValidating=pt.isFieldValidating();var $r={touched:pt.isFieldTouched(),validating:pt.prevValidating,errors:pt.errors,warnings:pt.warnings,name:pt.getNamePath(),validated:pt.validatePromise===null};return $r}),(0,m.Z)((0,x.Z)(pt),"getOnlyChild",function($r){if(typeof $r=="function"){var Ze=pt.getMeta();return(0,o.Z)((0,o.Z)({},pt.getOnlyChild($r(pt.getControlled(),Ze,pt.props.fieldContext))),{},{isFunction:!0})}var Je=(0,b.Z)($r);return Je.length!==1||!r.isValidElement(Je[0])?{child:Je,isFunction:!1}:{child:Je[0],isFunction:!1}}),(0,m.Z)((0,x.Z)(pt),"getValue",function($r){var Ze=pt.props.fieldContext.getFieldsValue,Je=pt.getNamePath();return(0,Lr.Z)($r||Ze(!0),Je)}),(0,m.Z)((0,x.Z)(pt),"getControlled",function(){var $r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},Ze=pt.props,Je=Ze.trigger,xe=Ze.validateTrigger,st=Ze.getValueFromEvent,rr=Ze.normalize,Mr=Ze.valuePropName,Or=Ze.getValueProps,Pr=Ze.fieldContext,zr=xe!==void 0?xe:Pr.validateTrigger,mn=pt.getNamePath(),Tr=Pr.getInternalHooks,dn=Pr.getFieldsValue,rn=Tr(R),un=rn.dispatch,Tn=pt.getValue(),va=Or||function(ai){return(0,m.Z)({},Mr,ai)},Si=$r[Je],vi=(0,o.Z)((0,o.Z)({},$r),va(Tn));vi[Je]=function(){pt.touched=!0,pt.dirty=!0,pt.triggerMetaEvent();for(var ai,Fi=arguments.length,da=new Array(Fi),$a=0;$a<Fi;$a++)da[$a]=arguments[$a];st?ai=st.apply(void 0,da):ai=Dr.apply(void 0,[Mr].concat(da)),rr&&(ai=rr(ai,Tn,dn(!0))),un({type:"updateValue",namePath:mn,value:ai}),Si&&Si.apply(void 0,da)};var gn=X(zr||[]);return gn.forEach(function(ai){var Fi=vi[ai];vi[ai]=function(){Fi&&Fi.apply(void 0,arguments);var da=pt.props.rules;da&&da.length&&un({type:"validateField",namePath:mn,triggerName:ai})}}),vi}),Ot.fieldContext){var ur=Ot.fieldContext.getInternalHooks,fr=ur(R),Cr=fr.initEntityValue;Cr((0,x.Z)(pt))}return pt}return(0,a.Z)(tt,[{key:"componentDidMount",value:function(){var pt=this.props,ur=pt.shouldUpdate,fr=pt.fieldContext;if(this.mounted=!0,fr){var Cr=fr.getInternalHooks,$r=Cr(R),Ze=$r.registerField;this.cancelRegisterFunc=Ze(this)}ur===!0&&this.reRender()}},{key:"componentWillUnmount",value:function(){this.cancelRegister(),this.triggerMetaEvent(!0),this.mounted=!1}},{key:"reRender",value:function(){this.mounted&&this.forceUpdate()}},{key:"render",value:function(){var pt=this.state.resetCount,ur=this.props.children,fr=this.getOnlyChild(ur),Cr=fr.child,$r=fr.isFunction,Ze;return $r?Ze=Cr:r.isValidElement(Cr)?Ze=r.cloneElement(Cr,this.getControlled(Cr.props)):((0,k.ZP)(!Cr,"`children` of Field is not validate ReactElement."),Ze=Cr),r.createElement(r.Fragment,{key:pt},Ze)}}]),tt}(r.Component);(0,m.Z)(yr,"contextType",M),(0,m.Z)(yr,"defaultProps",{trigger:"onChange",valuePropName:"value"});function nt(Qt){var vt=Qt.name,tt=(0,l.Z)(Qt,Et),Ot=r.useContext(M),pt=r.useContext(U),ur=vt!==void 0?_r(vt):void 0,fr="keep";return tt.isListField||(fr="_".concat((ur||[]).join("_"))),r.createElement(yr,(0,i.Z)({key:fr,name:ur,isListField:!!pt},tt,{fieldContext:Ot}))}var Nr=nt;function en(Qt){var vt=Qt.name,tt=Qt.initialValue,Ot=Qt.children,pt=Qt.rules,ur=Qt.validateTrigger,fr=Qt.isListField,Cr=r.useContext(M),$r=r.useContext(U),Ze=r.useRef({keys:[],id:0}),Je=Ze.current,xe=r.useMemo(function(){var Or=_r(Cr.prefixName)||[];return[].concat((0,h.Z)(Or),(0,h.Z)(_r(vt)))},[Cr.prefixName,vt]),st=r.useMemo(function(){return(0,o.Z)((0,o.Z)({},Cr),{},{prefixName:xe})},[Cr,xe]),rr=r.useMemo(function(){return{getKey:function(Pr){var zr=xe.length,mn=Pr[zr];return[Je.keys[mn],Pr.slice(zr+1)]}}},[xe]);if(typeof Ot!="function")return(0,k.ZP)(!1,"Form.List only accepts function as children."),null;var Mr=function(Pr,zr,mn){var Tr=mn.source;return Tr==="internal"?!1:Pr!==zr};return r.createElement(U.Provider,{value:rr},r.createElement(M.Provider,{value:st},r.createElement(Nr,{name:[],shouldUpdate:Mr,rules:pt,validateTrigger:ur,initialValue:tt,isList:!0,isListField:fr!=null?fr:!!$r},function(Or,Pr){var zr=Or.value,mn=zr===void 0?[]:zr,Tr=Or.onChange,dn=Cr.getFieldValue,rn=function(){var Si=dn(xe||[]);return Si||[]},un={add:function(Si,vi){var gn=rn();vi>=0&&vi<=gn.length?(Je.keys=[].concat((0,h.Z)(Je.keys.slice(0,vi)),[Je.id],(0,h.Z)(Je.keys.slice(vi))),Tr([].concat((0,h.Z)(gn.slice(0,vi)),[Si],(0,h.Z)(gn.slice(vi))))):(Je.keys=[].concat((0,h.Z)(Je.keys),[Je.id]),Tr([].concat((0,h.Z)(gn),[Si]))),Je.id+=1},remove:function(Si){var vi=rn(),gn=new Set(Array.isArray(Si)?Si:[Si]);gn.size<=0||(Je.keys=Je.keys.filter(function(ai,Fi){return!gn.has(Fi)}),Tr(vi.filter(function(ai,Fi){return!gn.has(Fi)})))},move:function(Si,vi){if(Si!==vi){var gn=rn();Si<0||Si>=gn.length||vi<0||vi>=gn.length||(Je.keys=ft(Je.keys,Si,vi),Tr(ft(gn,Si,vi)))}}},Tn=mn||[];return Array.isArray(Tn)||(Tn=[]),Ot(Tn.map(function(va,Si){var vi=Je.keys[Si];return vi===void 0&&(Je.keys[Si]=Je.id,vi=Je.keys[Si],Je.id+=1),{name:Si,key:vi,isListField:!0}}),un,Pr)})))}var In=en,mr=e(50298);function on(Qt){var vt=!1,tt=Qt.length,Ot=[];return Qt.length?new Promise(function(pt,ur){Qt.forEach(function(fr,Cr){fr.catch(function($r){return vt=!0,$r}).then(function($r){tt-=1,Ot[Cr]=$r,!(tt>0)&&(vt&&ur(Ot),pt(Ot))})})}):Promise.resolve([])}var yn="__@field_split__";function wn(Qt){return Qt.map(function(vt){return"".concat((0,Er.Z)(vt),":").concat(vt)}).join(yn)}var Dn=function(){function Qt(){(0,u.Z)(this,Qt),(0,m.Z)(this,"kvs",new Map)}return(0,a.Z)(Qt,[{key:"set",value:function(tt,Ot){this.kvs.set(wn(tt),Ot)}},{key:"get",value:function(tt){return this.kvs.get(wn(tt))}},{key:"update",value:function(tt,Ot){var pt=this.get(tt),ur=Ot(pt);ur?this.set(tt,ur):this.delete(tt)}},{key:"delete",value:function(tt){this.kvs.delete(wn(tt))}},{key:"map",value:function(tt){return(0,h.Z)(this.kvs.entries()).map(function(Ot){var pt=(0,mr.Z)(Ot,2),ur=pt[0],fr=pt[1],Cr=ur.split(yn);return tt({key:Cr.map(function($r){var Ze=$r.match(/^([^:]*):(.*)$/),Je=(0,mr.Z)(Ze,3),xe=Je[1],st=Je[2];return xe==="number"?Number(st):st}),value:fr})})}},{key:"toJSON",value:function(){var tt={};return this.map(function(Ot){var pt=Ot.key,ur=Ot.value;return tt[pt.join(".")]=ur,null}),tt}}]),Qt}(),_i=Dn,ui=["name"],Oi=(0,a.Z)(function Qt(vt){var tt=this;(0,u.Z)(this,Qt),(0,m.Z)(this,"formHooked",!1),(0,m.Z)(this,"forceRootUpdate",void 0),(0,m.Z)(this,"subscribable",!0),(0,m.Z)(this,"store",{}),(0,m.Z)(this,"fieldEntities",[]),(0,m.Z)(this,"initialValues",{}),(0,m.Z)(this,"callbacks",{}),(0,m.Z)(this,"validateMessages",null),(0,m.Z)(this,"preserve",null),(0,m.Z)(this,"lastValidatePromise",null),(0,m.Z)(this,"getForm",function(){return{getFieldValue:tt.getFieldValue,getFieldsValue:tt.getFieldsValue,getFieldError:tt.getFieldError,getFieldWarning:tt.getFieldWarning,getFieldsError:tt.getFieldsError,isFieldsTouched:tt.isFieldsTouched,isFieldTouched:tt.isFieldTouched,isFieldValidating:tt.isFieldValidating,isFieldsValidating:tt.isFieldsValidating,resetFields:tt.resetFields,setFields:tt.setFields,setFieldValue:tt.setFieldValue,setFieldsValue:tt.setFieldsValue,validateFields:tt.validateFields,submit:tt.submit,_init:!0,getInternalHooks:tt.getInternalHooks}}),(0,m.Z)(this,"getInternalHooks",function(Ot){return Ot===R?(tt.formHooked=!0,{dispatch:tt.dispatch,initEntityValue:tt.initEntityValue,registerField:tt.registerField,useSubscribe:tt.useSubscribe,setInitialValues:tt.setInitialValues,destroyForm:tt.destroyForm,setCallbacks:tt.setCallbacks,setValidateMessages:tt.setValidateMessages,getFields:tt.getFields,setPreserve:tt.setPreserve,getInitialValue:tt.getInitialValue,registerWatch:tt.registerWatch}):((0,k.ZP)(!1,"`getInternalHooks` is internal usage. Should not call directly."),null)}),(0,m.Z)(this,"useSubscribe",function(Ot){tt.subscribable=Ot}),(0,m.Z)(this,"prevWithoutPreserves",null),(0,m.Z)(this,"setInitialValues",function(Ot,pt){if(tt.initialValues=Ot||{},pt){var ur,fr=(0,Re.T)(Ot,tt.store);(ur=tt.prevWithoutPreserves)===null||ur===void 0||ur.map(function(Cr){var $r=Cr.key;fr=(0,Re.Z)(fr,$r,(0,Lr.Z)(Ot,$r))}),tt.prevWithoutPreserves=null,tt.updateStore(fr)}}),(0,m.Z)(this,"destroyForm",function(){var Ot=new _i;tt.getFieldEntities(!0).forEach(function(pt){tt.isMergedPreserve(pt.isPreserve())||Ot.set(pt.getNamePath(),!0)}),tt.prevWithoutPreserves=Ot}),(0,m.Z)(this,"getInitialValue",function(Ot){var pt=(0,Lr.Z)(tt.initialValues,Ot);return Ot.length?(0,Re.T)(pt):pt}),(0,m.Z)(this,"setCallbacks",function(Ot){tt.callbacks=Ot}),(0,m.Z)(this,"setValidateMessages",function(Ot){tt.validateMessages=Ot}),(0,m.Z)(this,"setPreserve",function(Ot){tt.preserve=Ot}),(0,m.Z)(this,"watchList",[]),(0,m.Z)(this,"registerWatch",function(Ot){return tt.watchList.push(Ot),function(){tt.watchList=tt.watchList.filter(function(pt){return pt!==Ot})}}),(0,m.Z)(this,"notifyWatch",function(){var Ot=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];if(tt.watchList.length){var pt=tt.getFieldsValue(),ur=tt.getFieldsValue(!0);tt.watchList.forEach(function(fr){fr(pt,ur,Ot)})}}),(0,m.Z)(this,"timeoutId",null),(0,m.Z)(this,"warningUnhooked",function(){}),(0,m.Z)(this,"updateStore",function(Ot){tt.store=Ot}),(0,m.Z)(this,"getFieldEntities",function(){var Ot=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;return Ot?tt.fieldEntities.filter(function(pt){return pt.getNamePath().length}):tt.fieldEntities}),(0,m.Z)(this,"getFieldsMap",function(){var Ot=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1,pt=new _i;return tt.getFieldEntities(Ot).forEach(function(ur){var fr=ur.getNamePath();pt.set(fr,ur)}),pt}),(0,m.Z)(this,"getFieldEntitiesForNamePathList",function(Ot){if(!Ot)return tt.getFieldEntities(!0);var pt=tt.getFieldsMap(!0);return Ot.map(function(ur){var fr=_r(ur);return pt.get(fr)||{INVALIDATE_NAME_PATH:_r(ur)}})}),(0,m.Z)(this,"getFieldsValue",function(Ot,pt){tt.warningUnhooked();var ur,fr,Cr;if(Ot===!0||Array.isArray(Ot)?(ur=Ot,fr=pt):Ot&&(0,Er.Z)(Ot)==="object"&&(Cr=Ot.strict,fr=Ot.filter),ur===!0&&!fr)return tt.store;var $r=tt.getFieldEntitiesForNamePathList(Array.isArray(ur)?ur:null),Ze=[];return $r.forEach(function(Je){var xe,st,rr="INVALIDATE_NAME_PATH"in Je?Je.INVALIDATE_NAME_PATH:Je.getNamePath();if(Cr){var Mr,Or;if((Mr=(Or=Je).isList)!==null&&Mr!==void 0&&Mr.call(Or))return}else if(!ur&&(xe=(st=Je).isListField)!==null&&xe!==void 0&&xe.call(st))return;if(!fr)Ze.push(rr);else{var Pr="getMeta"in Je?Je.getMeta():null;fr(Pr)&&Ze.push(rr)}}),Ur(tt.store,Ze.map(_r))}),(0,m.Z)(this,"getFieldValue",function(Ot){tt.warningUnhooked();var pt=_r(Ot);return(0,Lr.Z)(tt.store,pt)}),(0,m.Z)(this,"getFieldsError",function(Ot){tt.warningUnhooked();var pt=tt.getFieldEntitiesForNamePathList(Ot);return pt.map(function(ur,fr){return ur&&!("INVALIDATE_NAME_PATH"in ur)?{name:ur.getNamePath(),errors:ur.getErrors(),warnings:ur.getWarnings()}:{name:_r(Ot[fr]),errors:[],warnings:[]}})}),(0,m.Z)(this,"getFieldError",function(Ot){tt.warningUnhooked();var pt=_r(Ot),ur=tt.getFieldsError([pt])[0];return ur.errors}),(0,m.Z)(this,"getFieldWarning",function(Ot){tt.warningUnhooked();var pt=_r(Ot),ur=tt.getFieldsError([pt])[0];return ur.warnings}),(0,m.Z)(this,"isFieldsTouched",function(){tt.warningUnhooked();for(var Ot=arguments.length,pt=new Array(Ot),ur=0;ur<Ot;ur++)pt[ur]=arguments[ur];var fr=pt[0],Cr=pt[1],$r,Ze=!1;pt.length===0?$r=null:pt.length===1?Array.isArray(fr)?($r=fr.map(_r),Ze=!1):($r=null,Ze=fr):($r=fr.map(_r),Ze=Cr);var Je=tt.getFieldEntities(!0),xe=function(Pr){return Pr.isFieldTouched()};if(!$r)return Ze?Je.every(xe):Je.some(xe);var st=new _i;$r.forEach(function(Or){st.set(Or,[])}),Je.forEach(function(Or){var Pr=Or.getNamePath();$r.forEach(function(zr){zr.every(function(mn,Tr){return Pr[Tr]===mn})&&st.update(zr,function(mn){return[].concat((0,h.Z)(mn),[Or])})})});var rr=function(Pr){return Pr.some(xe)},Mr=st.map(function(Or){var Pr=Or.value;return Pr});return Ze?Mr.every(rr):Mr.some(rr)}),(0,m.Z)(this,"isFieldTouched",function(Ot){return tt.warningUnhooked(),tt.isFieldsTouched([Ot])}),(0,m.Z)(this,"isFieldsValidating",function(Ot){tt.warningUnhooked();var pt=tt.getFieldEntities();if(!Ot)return pt.some(function(fr){return fr.isFieldValidating()});var ur=Ot.map(_r);return pt.some(function(fr){var Cr=fr.getNamePath();return sn(ur,Cr)&&fr.isFieldValidating()})}),(0,m.Z)(this,"isFieldValidating",function(Ot){return tt.warningUnhooked(),tt.isFieldsValidating([Ot])}),(0,m.Z)(this,"resetWithFieldInitialValue",function(){var Ot=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},pt=new _i,ur=tt.getFieldEntities(!0);ur.forEach(function($r){var Ze=$r.props.initialValue,Je=$r.getNamePath();if(Ze!==void 0){var xe=pt.get(Je)||new Set;xe.add({entity:$r,value:Ze}),pt.set(Je,xe)}});var fr=function(Ze){Ze.forEach(function(Je){var xe=Je.props.initialValue;if(xe!==void 0){var st=Je.getNamePath(),rr=tt.getInitialValue(st);if(rr!==void 0)(0,k.ZP)(!1,"Form already set 'initialValues' with path '".concat(st.join("."),"'. Field can not overwrite it."));else{var Mr=pt.get(st);if(Mr&&Mr.size>1)(0,k.ZP)(!1,"Multiple Field with path '".concat(st.join("."),"' set 'initialValue'. Can not decide which one to pick."));else if(Mr){var Or=tt.getFieldValue(st);(!Ot.skipExist||Or===void 0)&&tt.updateStore((0,Re.Z)(tt.store,st,(0,h.Z)(Mr)[0].value))}}}})},Cr;Ot.entities?Cr=Ot.entities:Ot.namePathList?(Cr=[],Ot.namePathList.forEach(function($r){var Ze=pt.get($r);if(Ze){var Je;(Je=Cr).push.apply(Je,(0,h.Z)((0,h.Z)(Ze).map(function(xe){return xe.entity})))}})):Cr=ur,fr(Cr)}),(0,m.Z)(this,"resetFields",function(Ot){tt.warningUnhooked();var pt=tt.store;if(!Ot){tt.updateStore((0,Re.T)(tt.initialValues)),tt.resetWithFieldInitialValue(),tt.notifyObservers(pt,null,{type:"reset"}),tt.notifyWatch();return}var ur=Ot.map(_r);ur.forEach(function(fr){var Cr=tt.getInitialValue(fr);tt.updateStore((0,Re.Z)(tt.store,fr,Cr))}),tt.resetWithFieldInitialValue({namePathList:ur}),tt.notifyObservers(pt,ur,{type:"reset"}),tt.notifyWatch(ur)}),(0,m.Z)(this,"setFields",function(Ot){tt.warningUnhooked();var pt=tt.store,ur=[];Ot.forEach(function(fr){var Cr=fr.name,$r=(0,l.Z)(fr,ui),Ze=_r(Cr);ur.push(Ze),"value"in $r&&tt.updateStore((0,Re.Z)(tt.store,Ze,$r.value)),tt.notifyObservers(pt,[Ze],{type:"setField",data:fr})}),tt.notifyWatch(ur)}),(0,m.Z)(this,"getFields",function(){var Ot=tt.getFieldEntities(!0),pt=Ot.map(function(ur){var fr=ur.getNamePath(),Cr=ur.getMeta(),$r=(0,o.Z)((0,o.Z)({},Cr),{},{name:fr,value:tt.getFieldValue(fr)});return Object.defineProperty($r,"originRCField",{value:!0}),$r});return pt}),(0,m.Z)(this,"initEntityValue",function(Ot){var pt=Ot.props.initialValue;if(pt!==void 0){var ur=Ot.getNamePath(),fr=(0,Lr.Z)(tt.store,ur);fr===void 0&&tt.updateStore((0,Re.Z)(tt.store,ur,pt))}}),(0,m.Z)(this,"isMergedPreserve",function(Ot){var pt=Ot!==void 0?Ot:tt.preserve;return pt!=null?pt:!0}),(0,m.Z)(this,"registerField",function(Ot){tt.fieldEntities.push(Ot);var pt=Ot.getNamePath();if(tt.notifyWatch([pt]),Ot.props.initialValue!==void 0){var ur=tt.store;tt.resetWithFieldInitialValue({entities:[Ot],skipExist:!0}),tt.notifyObservers(ur,[Ot.getNamePath()],{type:"valueUpdate",source:"internal"})}return function(fr,Cr){var $r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];if(tt.fieldEntities=tt.fieldEntities.filter(function(xe){return xe!==Ot}),!tt.isMergedPreserve(Cr)&&(!fr||$r.length>1)){var Ze=fr?void 0:tt.getInitialValue(pt);if(pt.length&&tt.getFieldValue(pt)!==Ze&&tt.fieldEntities.every(function(xe){return!fn(xe.getNamePath(),pt)})){var Je=tt.store;tt.updateStore((0,Re.Z)(Je,pt,Ze,!0)),tt.notifyObservers(Je,[pt],{type:"remove"}),tt.triggerDependenciesUpdate(Je,pt)}}tt.notifyWatch([pt])}}),(0,m.Z)(this,"dispatch",function(Ot){switch(Ot.type){case"updateValue":{var pt=Ot.namePath,ur=Ot.value;tt.updateValue(pt,ur);break}case"validateField":{var fr=Ot.namePath,Cr=Ot.triggerName;tt.validateFields([fr],{triggerName:Cr});break}default:}}),(0,m.Z)(this,"notifyObservers",function(Ot,pt,ur){if(tt.subscribable){var fr=(0,o.Z)((0,o.Z)({},ur),{},{store:tt.getFieldsValue(!0)});tt.getFieldEntities().forEach(function(Cr){var $r=Cr.onStoreChange;$r(Ot,pt,fr)})}else tt.forceRootUpdate()}),(0,m.Z)(this,"triggerDependenciesUpdate",function(Ot,pt){var ur=tt.getDependencyChildrenFields(pt);return ur.length&&tt.validateFields(ur),tt.notifyObservers(Ot,ur,{type:"dependenciesUpdate",relatedFields:[pt].concat((0,h.Z)(ur))}),ur}),(0,m.Z)(this,"updateValue",function(Ot,pt){var ur=_r(Ot),fr=tt.store;tt.updateStore((0,Re.Z)(tt.store,ur,pt)),tt.notifyObservers(fr,[ur],{type:"valueUpdate",source:"internal"}),tt.notifyWatch([ur]);var Cr=tt.triggerDependenciesUpdate(fr,ur),$r=tt.callbacks.onValuesChange;if($r){var Ze=Ur(tt.store,[ur]);$r(Ze,tt.getFieldsValue())}tt.triggerOnFieldsChange([ur].concat((0,h.Z)(Cr)))}),(0,m.Z)(this,"setFieldsValue",function(Ot){tt.warningUnhooked();var pt=tt.store;if(Ot){var ur=(0,Re.T)(tt.store,Ot);tt.updateStore(ur)}tt.notifyObservers(pt,null,{type:"valueUpdate",source:"external"}),tt.notifyWatch()}),(0,m.Z)(this,"setFieldValue",function(Ot,pt){tt.setFields([{name:Ot,value:pt}])}),(0,m.Z)(this,"getDependencyChildrenFields",function(Ot){var pt=new Set,ur=[],fr=new _i;tt.getFieldEntities().forEach(function($r){var Ze=$r.props.dependencies;(Ze||[]).forEach(function(Je){var xe=_r(Je);fr.update(xe,function(){var st=arguments.length>0&&arguments[0]!==void 0?arguments[0]:new Set;return st.add($r),st})})});var Cr=function $r(Ze){var Je=fr.get(Ze)||new Set;Je.forEach(function(xe){if(!pt.has(xe)){pt.add(xe);var st=xe.getNamePath();xe.isFieldDirty()&&st.length&&(ur.push(st),$r(st))}})};return Cr(Ot),ur}),(0,m.Z)(this,"triggerOnFieldsChange",function(Ot,pt){var ur=tt.callbacks.onFieldsChange;if(ur){var fr=tt.getFields();if(pt){var Cr=new _i;pt.forEach(function(Ze){var Je=Ze.name,xe=Ze.errors;Cr.set(Je,xe)}),fr.forEach(function(Ze){Ze.errors=Cr.get(Ze.name)||Ze.errors})}var $r=fr.filter(function(Ze){var Je=Ze.name;return sn(Ot,Je)});$r.length&&ur($r,fr)}}),(0,m.Z)(this,"validateFields",function(Ot,pt){var ur;tt.warningUnhooked();var fr,Cr;Array.isArray(Ot)||typeof Ot=="string"||typeof pt=="string"?(fr=Ot,Cr=pt):Cr=Ot;var $r=!!fr,Ze=$r?fr.map(_r):[],Je=[],xe=String(Date.now()),st=new Set,rr=(ur=Cr)===null||ur===void 0?void 0:ur.recursive;tt.getFieldEntities(!0).forEach(function(zr){if($r||Ze.push(zr.getNamePath()),!(!zr.props.rules||!zr.props.rules.length)){var mn=zr.getNamePath();if(st.add(mn.join(xe)),!$r||sn(Ze,mn,rr)){var Tr=zr.validateRules((0,o.Z)({validateMessages:(0,o.Z)((0,o.Z)({},St),tt.validateMessages)},Cr));Je.push(Tr.then(function(){return{name:mn,errors:[],warnings:[]}}).catch(function(dn){var rn,un=[],Tn=[];return(rn=dn.forEach)===null||rn===void 0||rn.call(dn,function(va){var Si=va.rule.warningOnly,vi=va.errors;Si?Tn.push.apply(Tn,(0,h.Z)(vi)):un.push.apply(un,(0,h.Z)(vi))}),un.length?Promise.reject({name:mn,errors:un,warnings:Tn}):{name:mn,errors:un,warnings:Tn}}))}}});var Mr=on(Je);tt.lastValidatePromise=Mr,Mr.catch(function(zr){return zr}).then(function(zr){var mn=zr.map(function(Tr){var dn=Tr.name;return dn});tt.notifyObservers(tt.store,mn,{type:"validateFinish"}),tt.triggerOnFieldsChange(mn,zr)});var Or=Mr.then(function(){return tt.lastValidatePromise===Mr?Promise.resolve(tt.getFieldsValue(Ze)):Promise.reject([])}).catch(function(zr){var mn=zr.filter(function(Tr){return Tr&&Tr.errors.length});return Promise.reject({values:tt.getFieldsValue(Ze),errorFields:mn,outOfDate:tt.lastValidatePromise!==Mr})});Or.catch(function(zr){return zr});var Pr=Ze.filter(function(zr){return st.has(zr.join(xe))});return tt.triggerOnFieldsChange(Pr),Or}),(0,m.Z)(this,"submit",function(){tt.warningUnhooked(),tt.validateFields().then(function(Ot){var pt=tt.callbacks.onFinish;if(pt)try{pt(Ot)}catch(ur){console.error(ur)}}).catch(function(Ot){var pt=tt.callbacks.onFinishFailed;pt&&pt(Ot)})}),this.forceRootUpdate=vt});function bi(Qt){var vt=r.useRef(),tt=r.useState({}),Ot=(0,mr.Z)(tt,2),pt=Ot[1];if(!vt.current)if(Qt)vt.current=Qt;else{var ur=function(){pt({})},fr=new Oi(ur);vt.current=fr.getForm()}return[vt.current]}var pi=bi,ni=r.createContext({triggerFormChange:function(){},triggerFormFinish:function(){},registerForm:function(){},unregisterForm:function(){}}),na=function(vt){var tt=vt.validateMessages,Ot=vt.onFormChange,pt=vt.onFormFinish,ur=vt.children,fr=r.useContext(ni),Cr=r.useRef({});return r.createElement(ni.Provider,{value:(0,o.Z)((0,o.Z)({},fr),{},{validateMessages:(0,o.Z)((0,o.Z)({},fr.validateMessages),tt),triggerFormChange:function(Ze,Je){Ot&&Ot(Ze,{changedFields:Je,forms:Cr.current}),fr.triggerFormChange(Ze,Je)},triggerFormFinish:function(Ze,Je){pt&&pt(Ze,{values:Je,forms:Cr.current}),fr.triggerFormFinish(Ze,Je)},registerForm:function(Ze,Je){Ze&&(Cr.current=(0,o.Z)((0,o.Z)({},Cr.current),{},(0,m.Z)({},Ze,Je))),fr.registerForm(Ze,Je)},unregisterForm:function(Ze){var Je=(0,o.Z)({},Cr.current);delete Je[Ze],Cr.current=Je,fr.unregisterForm(Ze)}})},ur)},Jn=ni,Ji=["name","initialValues","fields","form","preserve","children","component","validateMessages","validateTrigger","onValuesChange","onFieldsChange","onFinish","onFinishFailed"],yt=function(vt,tt){var Ot=vt.name,pt=vt.initialValues,ur=vt.fields,fr=vt.form,Cr=vt.preserve,$r=vt.children,Ze=vt.component,Je=Ze===void 0?"form":Ze,xe=vt.validateMessages,st=vt.validateTrigger,rr=st===void 0?"onChange":st,Mr=vt.onValuesChange,Or=vt.onFieldsChange,Pr=vt.onFinish,zr=vt.onFinishFailed,mn=(0,l.Z)(vt,Ji),Tr=r.useContext(Jn),dn=pi(fr),rn=(0,mr.Z)(dn,1),un=rn[0],Tn=un.getInternalHooks(R),va=Tn.useSubscribe,Si=Tn.setInitialValues,vi=Tn.setCallbacks,gn=Tn.setValidateMessages,ai=Tn.setPreserve,Fi=Tn.destroyForm;r.useImperativeHandle(tt,function(){return un}),r.useEffect(function(){return Tr.registerForm(Ot,un),function(){Tr.unregisterForm(Ot)}},[Tr,un,Ot]),gn((0,o.Z)((0,o.Z)({},Tr.validateMessages),xe)),vi({onValuesChange:Mr,onFieldsChange:function(os){if(Tr.triggerFormChange(Ot,os),Or){for(var Ga=arguments.length,Is=new Array(Ga>1?Ga-1:0),Vi=1;Vi<Ga;Vi++)Is[Vi-1]=arguments[Vi];Or.apply(void 0,[os].concat(Is))}},onFinish:function(os){Tr.triggerFormFinish(Ot,os),Pr&&Pr(os)},onFinishFailed:zr}),ai(Cr);var da=r.useRef(null);Si(pt,!da.current),da.current||(da.current=!0),r.useEffect(function(){return Fi},[]);var $a,Ta=typeof $r=="function";if(Ta){var fs=un.getFieldsValue(!0);$a=$r(fs,un)}else $a=$r;va(!Ta);var ws=r.useRef();r.useEffect(function(){cr(ws.current||[],ur||[])||un.setFields(ur||[]),ws.current=ur},[ur,un]);var Wa=r.useMemo(function(){return(0,o.Z)((0,o.Z)({},un),{},{validateTrigger:rr})},[un,rr]),gi=r.createElement(U.Provider,{value:null},r.createElement(M.Provider,{value:Wa},$a));return Je===!1?gi:r.createElement(Je,(0,i.Z)({},mn,{onSubmit:function(os){os.preventDefault(),os.stopPropagation(),un.submit()},onReset:function(os){var Ga;os.preventDefault(),un.resetFields(),(Ga=mn.onReset)===null||Ga===void 0||Ga.call(mn,os)}}),gi)},zn=yt;function mi(Qt){try{return JSON.stringify(Qt)}catch(vt){return Math.random()}}var Xi=function(){};function ei(){for(var Qt=arguments.length,vt=new Array(Qt),tt=0;tt<Qt;tt++)vt[tt]=arguments[tt];var Ot=vt[0],pt=Ot===void 0?[]:Ot,ur=vt[1],fr=ur===void 0?{}:ur,Cr=G(fr)?{form:fr}:fr,$r=Cr.form,Ze=(0,r.useState)(),Je=(0,mr.Z)(Ze,2),xe=Je[0],st=Je[1],rr=(0,r.useMemo)(function(){return mi(xe)},[xe]),Mr=(0,r.useRef)(rr);Mr.current=rr;var Or=(0,r.useContext)(M),Pr=$r||Or,zr=Pr&&Pr._init,mn=_r(pt),Tr=(0,r.useRef)(mn);return Tr.current=mn,Xi(mn),(0,r.useEffect)(function(){if(zr){var dn=Pr.getFieldsValue,rn=Pr.getInternalHooks,un=rn(R),Tn=un.registerWatch,va=Tn(function(vi,gn){var ai=(0,Lr.Z)(Cr.preserve?gn:vi,Tr.current),Fi=mi(ai);Mr.current!==Fi&&(Mr.current=Fi,st(ai))}),Si=(0,Lr.Z)(Cr.preserve?dn(!0):dn(),Tr.current);return xe!==Si&&st(Si),va}},[zr]),xe}var qi=ei,xi=r.forwardRef(zn),lt=xi;lt.FormProvider=na,lt.Field=Nr,lt.List=In,lt.useForm=pi,lt.useWatch=qi;var _n=lt},77900:function(d,_,e){"use strict";e.r(_),e.d(_,{CSSMotionList:function(){return Ge},Provider:function(){return m},default:function(){return fe}});var r=e(4635),i=e(20439),l=e(50298),c=e(93664),f=e(92310),o=e.n(f),h=e(76846),u=e(8654),a=e(59301),x=e(62646),p=["children"],y=a.createContext({});function m(pe){var Dt=pe.children,Te=(0,x.Z)(pe,p);return a.createElement(y.Provider,{value:Te},Dt)}var b=e(99153),S=e(84851),k=e(19257),R=e(93046),A=function(pe){(0,k.Z)(Te,pe);var Dt=(0,R.Z)(Te);function Te(){return(0,b.Z)(this,Te),Dt.apply(this,arguments)}return(0,S.Z)(Te,[{key:"render",value:function(){return this.props.children}}]),Te}(a.Component),O=A,M=e(70425),B=e(41799),U=e(6089);function X(pe){var Dt=a.useReducer(function(_t){return _t+1},0),Te=(0,l.Z)(Dt,2),ht=Te[1],Wt=a.useRef(pe),St=(0,U.Z)(function(){return Wt.current}),Re=(0,U.Z)(function(_t){Wt.current=typeof _t=="function"?_t(Wt.current):_t,ht()});return[St,Re]}var G="none",V="appear",ae="enter",ie="leave",ue="none",Q="prepare",J="start",K="active",oe="end",ee="prepared",q=e(47273);function le(pe,Dt){var Te={};return Te[pe.toLowerCase()]=Dt.toLowerCase(),Te["Webkit".concat(pe)]="webkit".concat(Dt),Te["Moz".concat(pe)]="moz".concat(Dt),Te["ms".concat(pe)]="MS".concat(Dt),Te["O".concat(pe)]="o".concat(Dt.toLowerCase()),Te}function Z(pe,Dt){var Te={animationend:le("Animation","AnimationEnd"),transitionend:le("Transition","TransitionEnd")};return pe&&("AnimationEvent"in Dt||delete Te.animationend.animation,"TransitionEvent"in Dt||delete Te.transitionend.transition),Te}var j=Z((0,q.Z)(),typeof window!="undefined"?window:{}),se={};if((0,q.Z)()){var me=document.createElement("div");se=me.style}var Oe={};function ke(pe){if(Oe[pe])return Oe[pe];var Dt=j[pe];if(Dt)for(var Te=Object.keys(Dt),ht=Te.length,Wt=0;Wt<ht;Wt+=1){var St=Te[Wt];if(Object.prototype.hasOwnProperty.call(Dt,St)&&St in se)return Oe[pe]=Dt[St],Oe[pe]}return""}var $e=ke("animationend"),Ne=ke("transitionend"),Ft=!!($e&&Ne),wt=$e||"animationend",Pt=Ne||"transitionend";function Jt(pe,Dt){if(!pe)return null;if((0,c.Z)(pe)==="object"){var Te=Dt.replace(/-\w/g,function(ht){return ht[1].toUpperCase()});return pe[Te]}return"".concat(pe,"-").concat(Dt)}var er=function(pe){var Dt=(0,a.useRef)();function Te(Wt){Wt&&(Wt.removeEventListener(Pt,pe),Wt.removeEventListener(wt,pe))}function ht(Wt){Dt.current&&Dt.current!==Wt&&Te(Dt.current),Wt&&Wt!==Dt.current&&(Wt.addEventListener(Pt,pe),Wt.addEventListener(wt,pe),Dt.current=Wt)}return a.useEffect(function(){return function(){Te(Dt.current)}},[]),[ht,Te]},tr=(0,q.Z)()?a.useLayoutEffect:a.useEffect,Xe=tr,It=e(16089),Zt=function(){var pe=a.useRef(null);function Dt(){It.Z.cancel(pe.current)}function Te(ht){var Wt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:2;Dt();var St=(0,It.Z)(function(){Wt<=1?ht({isCanceled:function(){return St!==pe.current}}):Te(ht,Wt-1)});pe.current=St}return a.useEffect(function(){return function(){Dt()}},[]),[Te,Dt]},ot=[Q,J,K,oe],bt=[Q,ee],mt=!1,et=!0;function He(pe){return pe===K||pe===oe}var _e=function(pe,Dt,Te){var ht=(0,B.Z)(ue),Wt=(0,l.Z)(ht,2),St=Wt[0],Re=Wt[1],_t=Zt(),ze=(0,l.Z)(_t,2),we=ze[0],gt=ze[1];function kt(){Re(Q,!0)}var Fe=Dt?bt:ot;return Xe(function(){if(St!==ue&&St!==oe){var Ir=Fe.indexOf(St),At=Fe[Ir+1],Vr=Te(St);Vr===mt?Re(At,!0):At&&we(function(Qr){function Er(){Qr.isCanceled()||Re(At,!0)}Vr===!0?Er():Promise.resolve(Vr).then(Er)})}},[pe,St]),a.useEffect(function(){return function(){gt()}},[]),[kt,St]};function Se(pe,Dt,Te,ht){var Wt=ht.motionEnter,St=Wt===void 0?!0:Wt,Re=ht.motionAppear,_t=Re===void 0?!0:Re,ze=ht.motionLeave,we=ze===void 0?!0:ze,gt=ht.motionDeadline,kt=ht.motionLeaveImmediately,Fe=ht.onAppearPrepare,Ir=ht.onEnterPrepare,At=ht.onLeavePrepare,Vr=ht.onAppearStart,Qr=ht.onEnterStart,Er=ht.onLeaveStart,Lr=ht.onAppearActive,_r=ht.onEnterActive,Ur=ht.onLeaveActive,sn=ht.onAppearEnd,fn=ht.onEnterEnd,cr=ht.onLeaveEnd,Dr=ht.onVisibleChanged,ft=(0,B.Z)(),Et=(0,l.Z)(ft,2),zt=Et[0],nr=Et[1],yr=X(G),nt=(0,l.Z)(yr,2),Nr=nt[0],en=nt[1],In=(0,B.Z)(null),mr=(0,l.Z)(In,2),on=mr[0],yn=mr[1],wn=Nr(),Dn=(0,a.useRef)(!1),_i=(0,a.useRef)(null);function ui(){return Te()}var Oi=(0,a.useRef)(!1);function bi(){en(G),yn(null,!0)}var pi=(0,M.useEvent)(function(Qt){var vt=Nr();if(vt!==G){var tt=ui();if(!(Qt&&!Qt.deadline&&Qt.target!==tt)){var Ot=Oi.current,pt;vt===V&&Ot?pt=sn==null?void 0:sn(tt,Qt):vt===ae&&Ot?pt=fn==null?void 0:fn(tt,Qt):vt===ie&&Ot&&(pt=cr==null?void 0:cr(tt,Qt)),Ot&&pt!==!1&&bi()}}}),ni=er(pi),na=(0,l.Z)(ni,1),Jn=na[0],Ji=function(vt){switch(vt){case V:return(0,r.Z)((0,r.Z)((0,r.Z)({},Q,Fe),J,Vr),K,Lr);case ae:return(0,r.Z)((0,r.Z)((0,r.Z)({},Q,Ir),J,Qr),K,_r);case ie:return(0,r.Z)((0,r.Z)((0,r.Z)({},Q,At),J,Er),K,Ur);default:return{}}},yt=a.useMemo(function(){return Ji(wn)},[wn]),zn=_e(wn,!pe,function(Qt){if(Qt===Q){var vt=yt[Q];return vt?vt(ui()):mt}if(ei in yt){var tt;yn(((tt=yt[ei])===null||tt===void 0?void 0:tt.call(yt,ui(),null))||null)}return ei===K&&wn!==G&&(Jn(ui()),gt>0&&(clearTimeout(_i.current),_i.current=setTimeout(function(){pi({deadline:!0})},gt))),ei===ee&&bi(),et}),mi=(0,l.Z)(zn,2),Xi=mi[0],ei=mi[1],qi=He(ei);Oi.current=qi;var xi=(0,a.useRef)(null);Xe(function(){if(!(Dn.current&&xi.current===Dt)){nr(Dt);var Qt=Dn.current;Dn.current=!0;var vt;!Qt&&Dt&&_t&&(vt=V),Qt&&Dt&&St&&(vt=ae),(Qt&&!Dt&&we||!Qt&&kt&&!Dt&&we)&&(vt=ie);var tt=Ji(vt);vt&&(pe||tt[Q])?(en(vt),Xi()):en(G),xi.current=Dt}},[Dt]),(0,a.useEffect)(function(){(wn===V&&!_t||wn===ae&&!St||wn===ie&&!we)&&en(G)},[_t,St,we]),(0,a.useEffect)(function(){return function(){Dn.current=!1,clearTimeout(_i.current)}},[]);var lt=a.useRef(!1);(0,a.useEffect)(function(){zt&&(lt.current=!0),zt!==void 0&&wn===G&&((lt.current||zt)&&(Dr==null||Dr(zt)),lt.current=!0)},[zt,wn]);var _n=on;return yt[Q]&&ei===J&&(_n=(0,i.Z)({transition:"none"},_n)),[wn,ei,_n,zt!=null?zt:Dt]}function Me(pe){var Dt=pe;(0,c.Z)(pe)==="object"&&(Dt=pe.transitionSupport);function Te(Wt,St){return!!(Wt.motionName&&Dt&&St!==!1)}var ht=a.forwardRef(function(Wt,St){var Re=Wt.visible,_t=Re===void 0?!0:Re,ze=Wt.removeOnLeave,we=ze===void 0?!0:ze,gt=Wt.forceRender,kt=Wt.children,Fe=Wt.motionName,Ir=Wt.leavedClassName,At=Wt.eventProps,Vr=a.useContext(y),Qr=Vr.motion,Er=Te(Wt,Qr),Lr=(0,a.useRef)(),_r=(0,a.useRef)();function Ur(){try{return Lr.current instanceof HTMLElement?Lr.current:(0,h.ZP)(_r.current)}catch(mr){return null}}var sn=Se(Er,_t,Ur,Wt),fn=(0,l.Z)(sn,4),cr=fn[0],Dr=fn[1],ft=fn[2],Et=fn[3],zt=a.useRef(Et);Et&&(zt.current=!0);var nr=a.useCallback(function(mr){Lr.current=mr,(0,u.mH)(St,mr)},[St]),yr,nt=(0,i.Z)((0,i.Z)({},At),{},{visible:_t});if(!kt)yr=null;else if(cr===G)Et?yr=kt((0,i.Z)({},nt),nr):!we&&zt.current&&Ir?yr=kt((0,i.Z)((0,i.Z)({},nt),{},{className:Ir}),nr):gt||!we&&!Ir?yr=kt((0,i.Z)((0,i.Z)({},nt),{},{style:{display:"none"}}),nr):yr=null;else{var Nr;Dr===Q?Nr="prepare":He(Dr)?Nr="active":Dr===J&&(Nr="start");var en=Jt(Fe,"".concat(cr,"-").concat(Nr));yr=kt((0,i.Z)((0,i.Z)({},nt),{},{className:o()(Jt(Fe,cr),(0,r.Z)((0,r.Z)({},en,en&&Nr),Fe,typeof Fe=="string")),style:ft}),nr)}if(a.isValidElement(yr)&&(0,u.Yr)(yr)){var In=(0,u.C4)(yr);In||(yr=a.cloneElement(yr,{ref:nr}))}return a.createElement(O,{ref:_r},yr)});return ht.displayName="CSSMotion",ht}var Ue=Me(Ft),We=e(14809),it=e(13028),ct="add",Gt="keep",$t="remove",Pe="removed";function Qe(pe){var Dt;return pe&&(0,c.Z)(pe)==="object"&&"key"in pe?Dt=pe:Dt={key:pe},(0,i.Z)((0,i.Z)({},Dt),{},{key:String(Dt.key)})}function Kt(){var pe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];return pe.map(Qe)}function Lt(){var pe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],Dt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],Te=[],ht=0,Wt=Dt.length,St=Kt(pe),Re=Kt(Dt);St.forEach(function(we){for(var gt=!1,kt=ht;kt<Wt;kt+=1){var Fe=Re[kt];if(Fe.key===we.key){ht<kt&&(Te=Te.concat(Re.slice(ht,kt).map(function(Ir){return(0,i.Z)((0,i.Z)({},Ir),{},{status:ct})})),ht=kt),Te.push((0,i.Z)((0,i.Z)({},Fe),{},{status:Gt})),ht+=1,gt=!0;break}}gt||Te.push((0,i.Z)((0,i.Z)({},we),{},{status:$t}))}),ht<Wt&&(Te=Te.concat(Re.slice(ht).map(function(we){return(0,i.Z)((0,i.Z)({},we),{},{status:ct})})));var _t={};Te.forEach(function(we){var gt=we.key;_t[gt]=(_t[gt]||0)+1});var ze=Object.keys(_t).filter(function(we){return _t[we]>1});return ze.forEach(function(we){Te=Te.filter(function(gt){var kt=gt.key,Fe=gt.status;return kt!==we||Fe!==$t}),Te.forEach(function(gt){gt.key===we&&(gt.status=Gt)})}),Te}var Ht=["component","children","onVisibleChanged","onAllRemoved"],Nt=["status"],Ct=["eventProps","visible","children","motionName","motionAppear","motionEnter","motionLeave","motionLeaveImmediately","motionDeadline","removeOnLeave","leavedClassName","onAppearPrepare","onAppearStart","onAppearActive","onAppearEnd","onEnterStart","onEnterActive","onEnterEnd","onLeaveStart","onLeaveActive","onLeaveEnd"];function Yt(pe){var Dt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Ue,Te=function(ht){(0,k.Z)(St,ht);var Wt=(0,R.Z)(St);function St(){var Re;(0,b.Z)(this,St);for(var _t=arguments.length,ze=new Array(_t),we=0;we<_t;we++)ze[we]=arguments[we];return Re=Wt.call.apply(Wt,[this].concat(ze)),(0,r.Z)((0,it.Z)(Re),"state",{keyEntities:[]}),(0,r.Z)((0,it.Z)(Re),"removeKey",function(gt){Re.setState(function(kt){var Fe=kt.keyEntities.map(function(Ir){return Ir.key!==gt?Ir:(0,i.Z)((0,i.Z)({},Ir),{},{status:Pe})});return{keyEntities:Fe}},function(){var kt=Re.state.keyEntities,Fe=kt.filter(function(Ir){var At=Ir.status;return At!==Pe}).length;Fe===0&&Re.props.onAllRemoved&&Re.props.onAllRemoved()})}),Re}return(0,S.Z)(St,[{key:"render",value:function(){var _t=this,ze=this.state.keyEntities,we=this.props,gt=we.component,kt=we.children,Fe=we.onVisibleChanged,Ir=we.onAllRemoved,At=(0,x.Z)(we,Ht),Vr=gt||a.Fragment,Qr={};return Ct.forEach(function(Er){Qr[Er]=At[Er],delete At[Er]}),delete At.keys,a.createElement(Vr,At,ze.map(function(Er,Lr){var _r=Er.status,Ur=(0,x.Z)(Er,Nt),sn=_r===ct||_r===Gt;return a.createElement(Dt,(0,We.Z)({},Qr,{key:Ur.key,visible:sn,eventProps:Ur,onVisibleChanged:function(cr){Fe==null||Fe(cr,{key:Ur.key}),cr||_t.removeKey(Ur.key)}}),function(fn,cr){return kt((0,i.Z)((0,i.Z)({},fn),{},{index:Lr}),cr)})}))}}],[{key:"getDerivedStateFromProps",value:function(_t,ze){var we=_t.keys,gt=ze.keyEntities,kt=Kt(we),Fe=Lt(gt,kt);return{keyEntities:Fe.filter(function(Ir){var At=gt.find(function(Vr){var Qr=Vr.key;return Ir.key===Qr});return!(At&&At.status===Pe&&Ir.status===$t)})}}}]),St}(a.Component);return(0,r.Z)(Te,"defaultProps",{component:"div"}),Te}var Ge=Yt(Ft),fe=Ue},581:function(d,_,e){"use strict";e.d(_,{qX:function(){return b},JB:function(){return R},lm:function(){return ae}});var r=e(95190),i=e(50298),l=e(62646),c=e(59301),f=e(20439),o=e(4676),h=e(14809),u=e(92310),a=e.n(u),x=e(77900),p=e(4635),y=e(10228),m=c.forwardRef(function(ie,ue){var Q=ie.prefixCls,J=ie.style,K=ie.className,oe=ie.duration,ee=oe===void 0?4.5:oe,q=ie.eventKey,le=ie.content,Z=ie.closable,j=ie.closeIcon,se=j===void 0?"x":j,me=ie.props,Oe=ie.onClick,ke=ie.onNoticeClose,$e=ie.times,Ne=c.useState(!1),Ft=(0,i.Z)(Ne,2),wt=Ft[0],Pt=Ft[1],Jt=function(){ke(q)},er=function(It){(It.key==="Enter"||It.code==="Enter"||It.keyCode===y.Z.ENTER)&&Jt()};c.useEffect(function(){if(!wt&&ee>0){var Xe=setTimeout(function(){Jt()},ee*1e3);return function(){clearTimeout(Xe)}}},[ee,wt,$e]);var tr="".concat(Q,"-notice");return c.createElement("div",(0,h.Z)({},me,{ref:ue,className:a()(tr,K,(0,p.Z)({},"".concat(tr,"-closable"),Z)),style:J,onMouseEnter:function(){Pt(!0)},onMouseLeave:function(){Pt(!1)},onClick:Oe}),c.createElement("div",{className:"".concat(tr,"-content")},le),Z&&c.createElement("a",{tabIndex:0,className:"".concat(tr,"-close"),onKeyDown:er,onClick:function(It){It.preventDefault(),It.stopPropagation(),Jt()}},se))}),b=m,S=c.createContext({}),k=function(ue){var Q=ue.children,J=ue.classNames;return c.createElement(S.Provider,{value:{classNames:J}},Q)},R=k,A=function(ue){var Q=ue.configList,J=ue.placement,K=ue.prefixCls,oe=ue.className,ee=ue.style,q=ue.motion,le=ue.onAllNoticeRemoved,Z=ue.onNoticeClose,j=(0,c.useContext)(S),se=j.classNames,me=Q.map(function(ke){return{config:ke,key:ke.key}}),Oe=typeof q=="function"?q(J):q;return c.createElement(x.CSSMotionList,(0,h.Z)({key:J,className:a()(K,"".concat(K,"-").concat(J),se==null?void 0:se.list,oe),style:ee,keys:me,motionAppear:!0},Oe,{onAllRemoved:function(){le(J)}}),function(ke,$e){var Ne=ke.config,Ft=ke.className,wt=ke.style,Pt=Ne,Jt=Pt.key,er=Pt.times,tr=Ne,Xe=tr.className,It=tr.style;return c.createElement(b,(0,h.Z)({},Ne,{ref:$e,prefixCls:K,className:a()(Ft,Xe,se==null?void 0:se.notice),style:(0,f.Z)((0,f.Z)({},wt),It),times:er,key:Jt,eventKey:Jt,onNoticeClose:Z}))})},O=A,M=c.forwardRef(function(ie,ue){var Q=ie.prefixCls,J=Q===void 0?"rc-notification":Q,K=ie.container,oe=ie.motion,ee=ie.maxCount,q=ie.className,le=ie.style,Z=ie.onAllRemoved,j=ie.renderNotifications,se=c.useState([]),me=(0,i.Z)(se,2),Oe=me[0],ke=me[1],$e=function(It){var Zt,ot=Oe.find(function(bt){return bt.key===It});ot==null||(Zt=ot.onClose)===null||Zt===void 0||Zt.call(ot),ke(function(bt){return bt.filter(function(mt){return mt.key!==It})})};c.useImperativeHandle(ue,function(){return{open:function(It){ke(function(Zt){var ot=(0,r.Z)(Zt),bt=ot.findIndex(function(He){return He.key===It.key}),mt=(0,f.Z)({},It);if(bt>=0){var et;mt.times=(((et=Zt[bt])===null||et===void 0?void 0:et.times)||0)+1,ot[bt]=mt}else mt.times=0,ot.push(mt);return ee>0&&ot.length>ee&&(ot=ot.slice(-ee)),ot})},close:function(It){$e(It)},destroy:function(){ke([])}}});var Ne=c.useState({}),Ft=(0,i.Z)(Ne,2),wt=Ft[0],Pt=Ft[1];c.useEffect(function(){var Xe={};Oe.forEach(function(It){var Zt=It.placement,ot=Zt===void 0?"topRight":Zt;ot&&(Xe[ot]=Xe[ot]||[],Xe[ot].push(It))}),Object.keys(wt).forEach(function(It){Xe[It]=Xe[It]||[]}),Pt(Xe)},[Oe]);var Jt=function(It){Pt(function(Zt){var ot=(0,f.Z)({},Zt),bt=ot[It]||[];return bt.length||delete ot[It],ot})},er=c.useRef(!1);if(c.useEffect(function(){Object.keys(wt).length>0?er.current=!0:er.current&&(Z==null||Z(),er.current=!1)},[wt]),!K)return null;var tr=Object.keys(wt);return(0,o.createPortal)(c.createElement(c.Fragment,null,tr.map(function(Xe){var It=wt[Xe],Zt=c.createElement(O,{key:Xe,configList:It,placement:Xe,prefixCls:J,className:q==null?void 0:q(Xe),style:le==null?void 0:le(Xe),motion:oe,onNoticeClose:$e,onAllNoticeRemoved:Jt});return j?j(Zt,{prefixCls:J,key:Xe}):Zt})),K)}),B=M,U=["getContainer","motion","prefixCls","maxCount","className","style","onAllRemoved","renderNotifications"],X=function(){return document.body},G=0;function V(){for(var ie={},ue=arguments.length,Q=new Array(ue),J=0;J<ue;J++)Q[J]=arguments[J];return Q.forEach(function(K){K&&Object.keys(K).forEach(function(oe){var ee=K[oe];ee!==void 0&&(ie[oe]=ee)})}),ie}function ae(){var ie=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},ue=ie.getContainer,Q=ue===void 0?X:ue,J=ie.motion,K=ie.prefixCls,oe=ie.maxCount,ee=ie.className,q=ie.style,le=ie.onAllRemoved,Z=ie.renderNotifications,j=(0,l.Z)(ie,U),se=c.useState(),me=(0,i.Z)(se,2),Oe=me[0],ke=me[1],$e=c.useRef(),Ne=c.createElement(B,{container:Oe,ref:$e,prefixCls:K,motion:J,maxCount:oe,className:ee,style:q,onAllRemoved:le,renderNotifications:Z}),Ft=c.useState([]),wt=(0,i.Z)(Ft,2),Pt=wt[0],Jt=wt[1],er=c.useMemo(function(){return{open:function(Xe){var It=V(j,Xe);(It.key===null||It.key===void 0)&&(It.key="rc-notification-".concat(G),G+=1),Jt(function(Zt){return[].concat((0,r.Z)(Zt),[{type:"open",config:It}])})},close:function(Xe){Jt(function(It){return[].concat((0,r.Z)(It),[{type:"close",key:Xe}])})},destroy:function(){Jt(function(Xe){return[].concat((0,r.Z)(Xe),[{type:"destroy"}])})}}},[]);return c.useEffect(function(){ke(Q())}),c.useEffect(function(){$e.current&&Pt.length&&(Pt.forEach(function(tr){switch(tr.type){case"open":$e.current.open(tr.config);break;case"close":$e.current.close(tr.key);break;case"destroy":$e.current.destroy();break}}),Jt(function(tr){return tr.filter(function(Xe){return!Pt.includes(Xe)})}))},[Pt]),[er,Ne]}},22075:function(d,_){"use strict";_.Z={items_per_page:"/ page",jump_to:"Go to",jump_to_confirm:"confirm",page:"Page",prev_page:"Previous Page",next_page:"Next Page",prev_5:"Previous 5 Pages",next_5:"Next 5 Pages",prev_3:"Previous 3 Pages",next_3:"Next 3 Pages",page_size:"Page Size"}},91735:function(d,_){"use strict";_.Z={items_per_page:"\u6761/\u9875",jump_to:"\u8DF3\u81F3",jump_to_confirm:"\u786E\u5B9A",page:"\u9875",prev_page:"\u4E0A\u4E00\u9875",next_page:"\u4E0B\u4E00\u9875",prev_5:"\u5411\u524D 5 \u9875",next_5:"\u5411\u540E 5 \u9875",prev_3:"\u5411\u524D 3 \u9875",next_3:"\u5411\u540E 3 \u9875",page_size:"\u9875\u7801"}},29301:function(d,_,e){"use strict";e.d(_,{Z:function(){return J}});var r=e(14809),i=e(59301),l=e(11592),c=e(48736),f=e(20439),o=e(93664),h=e(76846),u=e(8654),a=i.createContext(null);function x(K){var oe=K.children,ee=K.onBatchResize,q=i.useRef(0),le=i.useRef([]),Z=i.useContext(a),j=i.useCallback(function(se,me,Oe){q.current+=1;var ke=q.current;le.current.push({size:se,element:me,data:Oe}),Promise.resolve().then(function(){ke===q.current&&(ee==null||ee(le.current),le.current=[])}),Z==null||Z(se,me,Oe)},[ee,Z]);return i.createElement(a.Provider,{value:j},oe)}var p=e(76374),y=new Map;function m(K){K.forEach(function(oe){var ee,q=oe.target;(ee=y.get(q))===null||ee===void 0||ee.forEach(function(le){return le(q)})})}var b=new p.Z(m),S=null,k=null;function R(K,oe){y.has(K)||(y.set(K,new Set),b.observe(K)),y.get(K).add(oe)}function A(K,oe){y.has(K)&&(y.get(K).delete(oe),y.get(K).size||(b.unobserve(K),y.delete(K)))}var O=e(99153),M=e(84851),B=e(19257),U=e(93046),X=function(K){(0,B.Z)(ee,K);var oe=(0,U.Z)(ee);function ee(){return(0,O.Z)(this,ee),oe.apply(this,arguments)}return(0,M.Z)(ee,[{key:"render",value:function(){return this.props.children}}]),ee}(i.Component);function G(K,oe){var ee=K.children,q=K.disabled,le=i.useRef(null),Z=i.useRef(null),j=i.useContext(a),se=typeof ee=="function",me=se?ee(le):ee,Oe=i.useRef({width:-1,height:-1,offsetWidth:-1,offsetHeight:-1}),ke=!se&&i.isValidElement(me)&&(0,u.Yr)(me),$e=ke?(0,u.C4)(me):null,Ne=(0,u.x1)($e,le),Ft=function(){var er;return(0,h.ZP)(le.current)||(le.current&&(0,o.Z)(le.current)==="object"?(0,h.ZP)((er=le.current)===null||er===void 0?void 0:er.nativeElement):null)||(0,h.ZP)(Z.current)};i.useImperativeHandle(oe,function(){return Ft()});var wt=i.useRef(K);wt.current=K;var Pt=i.useCallback(function(Jt){var er=wt.current,tr=er.onResize,Xe=er.data,It=Jt.getBoundingClientRect(),Zt=It.width,ot=It.height,bt=Jt.offsetWidth,mt=Jt.offsetHeight,et=Math.floor(Zt),He=Math.floor(ot);if(Oe.current.width!==et||Oe.current.height!==He||Oe.current.offsetWidth!==bt||Oe.current.offsetHeight!==mt){var _e={width:et,height:He,offsetWidth:bt,offsetHeight:mt};Oe.current=_e;var Se=bt===Math.round(Zt)?Zt:bt,Me=mt===Math.round(ot)?ot:mt,Ue=(0,f.Z)((0,f.Z)({},_e),{},{offsetWidth:Se,offsetHeight:Me});j==null||j(Ue,Jt,Xe),tr&&Promise.resolve().then(function(){tr(Ue,Jt)})}},[]);return i.useEffect(function(){var Jt=Ft();return Jt&&!q&&R(Jt,Pt),function(){return A(Jt,Pt)}},[le.current,q]),i.createElement(X,{ref:Z},ke?i.cloneElement(me,{ref:Ne}):me)}var V=i.forwardRef(G),ae=V,ie="rc-observer-key";function ue(K,oe){var ee=K.children,q=typeof ee=="function"?[ee]:(0,l.Z)(ee);return q.map(function(le,Z){var j=(le==null?void 0:le.key)||"".concat(ie,"-").concat(Z);return i.createElement(ae,(0,r.Z)({},K,{key:j,ref:Z===0?oe:void 0}),le)})}var Q=i.forwardRef(ue);Q.Collection=x;var J=Q},55477:function(d,_,e){"use strict";e.d(_,{G:function(){return m},Z:function(){return R}});var r=e(14809),i=e(20439),l=e(62646),c=e(35593),f=e(59301),o={shiftX:64,adjustY:1},h={adjustX:1,shiftY:!0},u=[0,0],a={left:{points:["cr","cl"],overflow:h,offset:[-4,0],targetOffset:u},right:{points:["cl","cr"],overflow:h,offset:[4,0],targetOffset:u},top:{points:["bc","tc"],overflow:o,offset:[0,-4],targetOffset:u},bottom:{points:["tc","bc"],overflow:o,offset:[0,4],targetOffset:u},topLeft:{points:["bl","tl"],overflow:o,offset:[0,-4],targetOffset:u},leftTop:{points:["tr","tl"],overflow:h,offset:[-4,0],targetOffset:u},topRight:{points:["br","tr"],overflow:o,offset:[0,-4],targetOffset:u},rightTop:{points:["tl","tr"],overflow:h,offset:[4,0],targetOffset:u},bottomRight:{points:["tr","br"],overflow:o,offset:[0,4],targetOffset:u},rightBottom:{points:["bl","br"],overflow:h,offset:[4,0],targetOffset:u},bottomLeft:{points:["tl","bl"],overflow:o,offset:[0,4],targetOffset:u},leftBottom:{points:["br","bl"],overflow:h,offset:[-4,0],targetOffset:u}},x=null,p=e(92310),y=e.n(p);function m(A){var O=A.children,M=A.prefixCls,B=A.id,U=A.overlayInnerStyle,X=A.className,G=A.style;return f.createElement("div",{className:y()("".concat(M,"-content"),X),style:G},f.createElement("div",{className:"".concat(M,"-inner"),id:B,role:"tooltip",style:U},typeof O=="function"?O():O))}var b=["overlayClassName","trigger","mouseEnterDelay","mouseLeaveDelay","overlayStyle","prefixCls","children","onVisibleChange","afterVisibleChange","transitionName","animation","motion","placement","align","destroyTooltipOnHide","defaultVisible","getTooltipContainer","overlayInnerStyle","arrowContent","overlay","id","showArrow"],S=function(O,M){var B=O.overlayClassName,U=O.trigger,X=U===void 0?["hover"]:U,G=O.mouseEnterDelay,V=G===void 0?0:G,ae=O.mouseLeaveDelay,ie=ae===void 0?.1:ae,ue=O.overlayStyle,Q=O.prefixCls,J=Q===void 0?"rc-tooltip":Q,K=O.children,oe=O.onVisibleChange,ee=O.afterVisibleChange,q=O.transitionName,le=O.animation,Z=O.motion,j=O.placement,se=j===void 0?"right":j,me=O.align,Oe=me===void 0?{}:me,ke=O.destroyTooltipOnHide,$e=ke===void 0?!1:ke,Ne=O.defaultVisible,Ft=O.getTooltipContainer,wt=O.overlayInnerStyle,Pt=O.arrowContent,Jt=O.overlay,er=O.id,tr=O.showArrow,Xe=tr===void 0?!0:tr,It=(0,l.Z)(O,b),Zt=(0,f.useRef)(null);(0,f.useImperativeHandle)(M,function(){return Zt.current});var ot=(0,i.Z)({},It);"visible"in O&&(ot.popupVisible=O.visible);var bt=function(){return f.createElement(m,{key:"content",prefixCls:J,id:er,overlayInnerStyle:wt},Jt)};return f.createElement(c.Z,(0,r.Z)({popupClassName:B,prefixCls:J,popup:bt,action:X,builtinPlacements:a,popupPlacement:se,ref:Zt,popupAlign:Oe,getPopupContainer:Ft,onPopupVisibleChange:oe,afterPopupVisibleChange:ee,popupTransitionName:q,popupAnimation:le,popupMotion:Z,defaultPopupVisible:Ne,autoDestroy:$e,mouseLeaveDelay:ie,popupStyle:ue,mouseEnterDelay:V,arrow:Xe},ot),K)},k=(0,f.forwardRef)(S),R=k},11592:function(d,_,e){"use strict";e.d(_,{Z:function(){return l}});var r=e(34678),i=e(59301);function l(c){var f=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=[];return i.Children.forEach(c,function(h){h==null&&!f.keepEmpty||(Array.isArray(h)?o=o.concat(l(h)):(0,r.Z)(h)&&h.props?o=o.concat(l(h.props.children,f)):o.push(h))}),o}},47273:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(){return!!(typeof window!="undefined"&&window.document&&window.document.createElement)}},48519:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i,l){if(!i)return!1;if(i.contains)return i.contains(l);for(var c=l;c;){if(c===i)return!0;c=c.parentNode}return!1}},810:function(d,_,e){"use strict";e.d(_,{hq:function(){return R},jL:function(){return b}});var r=e(20439),i=e(47273),l=e(48519),c="data-rc-order",f="data-rc-priority",o="rc-util-key",h=new Map;function u(){var A=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},O=A.mark;return O?O.startsWith("data-")?O:"data-".concat(O):o}function a(A){if(A.attachTo)return A.attachTo;var O=document.querySelector("head");return O||document.body}function x(A){return A==="queue"?"prependQueue":A?"prepend":"append"}function p(A){return Array.from((h.get(A)||A).children).filter(function(O){return O.tagName==="STYLE"})}function y(A){var O=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!(0,i.Z)())return null;var M=O.csp,B=O.prepend,U=O.priority,X=U===void 0?0:U,G=x(B),V=G==="prependQueue",ae=document.createElement("style");ae.setAttribute(c,G),V&&X&&ae.setAttribute(f,"".concat(X)),M!=null&&M.nonce&&(ae.nonce=M==null?void 0:M.nonce),ae.innerHTML=A;var ie=a(O),ue=ie.firstChild;if(B){if(V){var Q=(O.styles||p(ie)).filter(function(J){if(!["prepend","prependQueue"].includes(J.getAttribute(c)))return!1;var K=Number(J.getAttribute(f)||0);return X>=K});if(Q.length)return ie.insertBefore(ae,Q[Q.length-1].nextSibling),ae}ie.insertBefore(ae,ue)}else ie.appendChild(ae);return ae}function m(A){var O=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},M=a(O);return(O.styles||p(M)).find(function(B){return B.getAttribute(u(O))===A})}function b(A){var O=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},M=m(A,O);if(M){var B=a(O);B.removeChild(M)}}function S(A,O){var M=h.get(A);if(!M||!(0,l.Z)(document,M)){var B=y("",O),U=B.parentNode;h.set(A,U),A.removeChild(B)}}function k(){h.clear()}function R(A,O){var M=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},B=a(M),U=p(B),X=(0,r.Z)((0,r.Z)({},M),{},{styles:U});S(B,X);var G=m(O,X);if(G){var V,ae;if((V=X.csp)!==null&&V!==void 0&&V.nonce&&G.nonce!==((ae=X.csp)===null||ae===void 0?void 0:ae.nonce)){var ie;G.nonce=(ie=X.csp)===null||ie===void 0?void 0:ie.nonce}return G.innerHTML!==A&&(G.innerHTML=A),G}var ue=y(A,X);return ue.setAttribute(u(X),O),ue}},76846:function(d,_,e){"use strict";e.d(_,{Sh:function(){return c},ZP:function(){return o}});var r=e(93664),i=e(59301),l=e(4676);function c(h){return h instanceof HTMLElement||h instanceof SVGElement}function f(h){return h&&(0,r.Z)(h)==="object"&&c(h.nativeElement)?h.nativeElement:c(h)?h:null}function o(h){var u=f(h);if(u)return u;if(h instanceof i.Component){var a;return(a=l.findDOMNode)===null||a===void 0?void 0:a.call(l,h)}return null}},29194:function(d,_){"use strict";_.Z=function(e){if(!e)return!1;if(e instanceof Element){if(e.offsetParent)return!0;if(e.getBBox){var r=e.getBBox(),i=r.width,l=r.height;if(i||l)return!0}if(e.getBoundingClientRect){var c=e.getBoundingClientRect(),f=c.width,o=c.height;if(f||o)return!0}}return!1}},96452:function(d,_,e){"use strict";e.d(_,{A:function(){return l}});function r(c){var f;return c==null||(f=c.getRootNode)===null||f===void 0?void 0:f.call(c)}function i(c){return r(c)instanceof ShadowRoot}function l(c){return i(c)?r(c):null}},10228:function(d,_){"use strict";var e={MAC_ENTER:3,BACKSPACE:8,TAB:9,NUM_CENTER:12,ENTER:13,SHIFT:16,CTRL:17,ALT:18,PAUSE:19,CAPS_LOCK:20,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,PRINT_SCREEN:44,INSERT:45,DELETE:46,ZERO:48,ONE:49,TWO:50,THREE:51,FOUR:52,FIVE:53,SIX:54,SEVEN:55,EIGHT:56,NINE:57,QUESTION_MARK:63,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,META:91,WIN_KEY_RIGHT:92,CONTEXT_MENU:93,NUM_ZERO:96,NUM_ONE:97,NUM_TWO:98,NUM_THREE:99,NUM_FOUR:100,NUM_FIVE:101,NUM_SIX:102,NUM_SEVEN:103,NUM_EIGHT:104,NUM_NINE:105,NUM_MULTIPLY:106,NUM_PLUS:107,NUM_MINUS:109,NUM_PERIOD:110,NUM_DIVISION:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,NUMLOCK:144,SEMICOLON:186,DASH:189,EQUALS:187,COMMA:188,PERIOD:190,SLASH:191,APOSTROPHE:192,SINGLE_QUOTE:222,OPEN_SQUARE_BRACKET:219,BACKSLASH:220,CLOSE_SQUARE_BRACKET:221,WIN_KEY:224,MAC_FF_META:224,WIN_IME:229,isTextModifyingKeyEvent:function(i){var l=i.keyCode;if(i.altKey&&!i.ctrlKey||i.metaKey||l>=e.F1&&l<=e.F12)return!1;switch(l){case e.ALT:case e.CAPS_LOCK:case e.CONTEXT_MENU:case e.CTRL:case e.DOWN:case e.END:case e.ESC:case e.HOME:case e.INSERT:case e.LEFT:case e.MAC_FF_META:case e.META:case e.NUMLOCK:case e.NUM_CENTER:case e.PAGE_DOWN:case e.PAGE_UP:case e.PAUSE:case e.PRINT_SCREEN:case e.RIGHT:case e.SHIFT:case e.UP:case e.WIN_KEY:case e.WIN_KEY_RIGHT:return!1;default:return!0}},isCharacterKey:function(i){if(i>=e.ZERO&&i<=e.NINE||i>=e.NUM_ZERO&&i<=e.NUM_MULTIPLY||i>=e.A&&i<=e.Z||window.navigator.userAgent.indexOf("WebKit")!==-1&&i===0)return!0;switch(i){case e.SPACE:case e.QUESTION_MARK:case e.NUM_PLUS:case e.NUM_MINUS:case e.NUM_PERIOD:case e.NUM_DIVISION:case e.SEMICOLON:case e.DASH:case e.EQUALS:case e.COMMA:case e.PERIOD:case e.SLASH:case e.APOSTROPHE:case e.SINGLE_QUOTE:case e.OPEN_SQUARE_BRACKET:case e.BACKSLASH:case e.CLOSE_SQUARE_BRACKET:return!0;default:return!1}}};_.Z=e},34678:function(d,_,e){"use strict";e.d(_,{Z:function(){return f}});var r=e(93664),i=Symbol.for("react.element"),l=Symbol.for("react.transitional.element"),c=Symbol.for("react.fragment");function f(o){return o&&(0,r.Z)(o)==="object"&&(o.$$typeof===i||o.$$typeof===l)&&o.type===c}},1585:function(d,_,e){"use strict";var r;e.d(_,{s:function(){return A},v:function(){return X}});var i=e(70539),l=e(95764),c=e(93664),f=e(20439),o=e(4676),h=(0,f.Z)({},r||(r=e.t(o,2))),u=h.version,a=h.render,x=h.unmountComponentAtNode,p;try{var y=Number((u||"").split(".")[0]);y>=18&&(p=h.createRoot)}catch(V){}function m(V){var ae=h.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;ae&&(0,c.Z)(ae)==="object"&&(ae.usingClientEntryPoint=V)}var b="__rc_react_root__";function S(V,ae){m(!0);var ie=ae[b]||p(ae);m(!1),ie.render(V),ae[b]=ie}function k(V,ae){a==null||a(V,ae)}function R(V,ae){}function A(V,ae){if(p){S(V,ae);return}k(V,ae)}function O(V){return M.apply(this,arguments)}function M(){return M=(0,l.Z)((0,i.Z)().mark(function V(ae){return(0,i.Z)().wrap(function(ue){for(;;)switch(ue.prev=ue.next){case 0:return ue.abrupt("return",Promise.resolve().then(function(){var Q;(Q=ae[b])===null||Q===void 0||Q.unmount(),delete ae[b]}));case 1:case"end":return ue.stop()}},V)})),M.apply(this,arguments)}function B(V){x(V)}function U(V){}function X(V){return G.apply(this,arguments)}function G(){return G=(0,l.Z)((0,i.Z)().mark(function V(ae){return(0,i.Z)().wrap(function(ue){for(;;)switch(ue.prev=ue.next){case 0:if(p===void 0){ue.next=2;break}return ue.abrupt("return",O(ae));case 2:B(ae);case 3:case"end":return ue.stop()}},V)})),G.apply(this,arguments)}},75152:function(d,_,e){"use strict";e.d(_,{Z:function(){return c},o:function(){return f}});var r=e(810),i;function l(o){var h="rc-scrollbar-measure-".concat(Math.random().toString(36).substring(7)),u=document.createElement("div");u.id=h;var a=u.style;a.position="absolute",a.left="0",a.top="0",a.width="100px",a.height="100px",a.overflow="scroll";var x,p;if(o){var y=getComputedStyle(o);a.scrollbarColor=y.scrollbarColor,a.scrollbarWidth=y.scrollbarWidth;var m=getComputedStyle(o,"::-webkit-scrollbar"),b=parseInt(m.width,10),S=parseInt(m.height,10);try{var k=b?"width: ".concat(m.width,";"):"",R=S?"height: ".concat(m.height,";"):"";(0,r.hq)(`
#`.concat(h,`::-webkit-scrollbar {
`).concat(k,`
`).concat(R,`
}`),h)}catch(M){console.error(M),x=b,p=S}}document.body.appendChild(u);var A=o&&x&&!isNaN(x)?x:u.offsetWidth-u.clientWidth,O=o&&p&&!isNaN(p)?p:u.offsetHeight-u.clientHeight;return document.body.removeChild(u),(0,r.jL)(h),{width:A,height:O}}function c(o){return typeof document=="undefined"?0:((o||i===void 0)&&(i=l()),i.width)}function f(o){return typeof document=="undefined"||!o||!(o instanceof Element)?{width:0,height:0}:l(o)}},6089:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});var r=e(59301);function i(l){var c=r.useRef();c.current=l;var f=r.useCallback(function(){for(var o,h=arguments.length,u=new Array(h),a=0;a<h;a++)u[a]=arguments[a];return(o=c.current)===null||o===void 0?void 0:o.call.apply(o,[c].concat(u))},[]);return f}},80402:function(d,_,e){"use strict";var r,i=e(50298),l=e(20439),c=e(59301);function f(){var a=(0,l.Z)({},r||(r=e.t(c,2)));return a.useId}var o=0;function h(){}var u=f();_.Z=u?function(x){var p=u();return x||p}:function(x){var p=c.useState("ssr-id"),y=(0,i.Z)(p,2),m=y[0],b=y[1];return c.useEffect(function(){var S=o;o+=1,b("rc_unique_".concat(S))},[]),x||m}},34280:function(d,_,e){"use strict";e.d(_,{o:function(){return f}});var r=e(59301),i=e(47273),l=(0,i.Z)()?r.useLayoutEffect:r.useEffect,c=function(h,u){var a=r.useRef(!0);l(function(){return h(a.current)},u),l(function(){return a.current=!1,function(){a.current=!0}},[])},f=function(h,u){c(function(a){if(!a)return h()},u)};_.Z=c},80547:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});var r=e(59301);function i(l,c,f){var o=r.useRef({});return(!("value"in o.current)||f(o.current.condition,c))&&(o.current.value=l(),o.current.condition=c),o.current.value}},18929:function(d,_,e){"use strict";e.d(_,{Z:function(){return o}});var r=e(50298),i=e(6089),l=e(34280),c=e(41799);function f(h){return h!==void 0}function o(h,u){var a=u||{},x=a.defaultValue,p=a.value,y=a.onChange,m=a.postState,b=(0,c.Z)(function(){return f(p)?p:f(x)?typeof x=="function"?x():x:typeof h=="function"?h():h}),S=(0,r.Z)(b,2),k=S[0],R=S[1],A=p!==void 0?p:k,O=m?m(A):A,M=(0,i.Z)(y),B=(0,c.Z)([A]),U=(0,r.Z)(B,2),X=U[0],G=U[1];(0,l.o)(function(){var ae=X[0];k!==ae&&M(k,ae)},[X]),(0,l.o)(function(){f(p)||R(p)},[p]);var V=(0,i.Z)(function(ae,ie){R(ae,ie),G([A],ie)});return[O,V]}},41799:function(d,_,e){"use strict";e.d(_,{Z:function(){return l}});var r=e(50298),i=e(59301);function l(c){var f=i.useRef(!1),o=i.useState(c),h=(0,r.Z)(o,2),u=h[0],a=h[1];i.useEffect(function(){return f.current=!1,function(){f.current=!0}},[]);function x(p,y){y&&f.current||a(p)}return[u,x]}},70425:function(d,_,e){"use strict";e.r(_),e.d(_,{get:function(){return c.Z},set:function(){return f.Z},supportNodeRef:function(){return l.t4},supportRef:function(){return l.Yr},useComposeRef:function(){return l.x1},useEvent:function(){return r.Z},useMergedState:function(){return i.Z},warning:function(){return o.ZP}});var r=e(6089),i=e(18929),l=e(8654),c=e(97938),f=e(24434),o=e(48736)},13697:function(d,_,e){"use strict";var r=e(93664),i=e(48736);function l(c,f){var o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,h=new Set;function u(a,x){var p=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1,y=h.has(a);if((0,i.ZP)(!y,"Warning: There may be circular references"),y)return!1;if(a===x)return!0;if(o&&p>1)return!1;h.add(a);var m=p+1;if(Array.isArray(a)){if(!Array.isArray(x)||a.length!==x.length)return!1;for(var b=0;b<a.length;b++)if(!u(a[b],x[b],m))return!1;return!0}if(a&&x&&(0,r.Z)(a)==="object"&&(0,r.Z)(x)==="object"){var S=Object.keys(a);return S.length!==Object.keys(x).length?!1:S.every(function(k){return u(a[k],x[k],m)})}return!1}return u(c,f)}_.Z=l},49658:function(d,_){"use strict";_.Z=function(){if(typeof navigator=="undefined"||typeof window=="undefined")return!1;var e=navigator.userAgent||navigator.vendor||window.opera;return/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i.test(e)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw-(n|u)|c55\/|capi|ccwa|cdm-|cell|chtm|cldc|cmd-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc-s|devi|dica|dmob|do(c|p)o|ds(12|-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(-|_)|g1 u|g560|gene|gf-5|g-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd-(m|p|t)|hei-|hi(pt|ta)|hp( i|ip)|hs-c|ht(c(-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i-(20|go|ma)|i230|iac( |-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|-[a-w])|libw|lynx|m1-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|-([1-8]|c))|phil|pire|pl(ay|uc)|pn-2|po(ck|rt|se)|prox|psio|pt-g|qa-a|qc(07|12|21|32|60|-[2-7]|i-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h-|oo|p-)|sdk\/|se(c(-|0|1)|47|mc|nd|ri)|sgh-|shar|sie(-|m)|sk-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h-|v-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl-|tdg-|tel(i|m)|tim-|t-mo|to(pl|sh)|ts(70|m-|m3|m5)|tx-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas-|your|zeto|zte-/i.test(e==null?void 0:e.substr(0,4))}},2738:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i,l){var c=Object.assign({},i);return Array.isArray(l)&&l.forEach(function(f){delete c[f]}),c}},26112:function(d,_,e){"use strict";e.d(_,{Z:function(){return u}});var r=e(20439),i=`accept acceptCharset accessKey action allowFullScreen allowTransparency
alt async autoComplete autoFocus autoPlay capture cellPadding cellSpacing challenge
charSet checked classID className colSpan cols content contentEditable contextMenu
controls coords crossOrigin data dateTime default defer dir disabled download draggable
encType form formAction formEncType formMethod formNoValidate formTarget frameBorder
headers height hidden high href hrefLang htmlFor httpEquiv icon id inputMode integrity
is keyParams keyType kind label lang list loop low manifest marginHeight marginWidth max maxLength media
mediaGroup method min minLength multiple muted name noValidate nonce open
optimum pattern placeholder poster preload radioGroup readOnly rel required
reversed role rowSpan rows sandbox scope scoped scrolling seamless selected
shape size sizes span spellCheck src srcDoc srcLang srcSet start step style
summary tabIndex target title type useMap value width wmode wrap`,l=`onCopy onCut onPaste onCompositionEnd onCompositionStart onCompositionUpdate onKeyDown
onKeyPress onKeyUp onFocus onBlur onChange onInput onSubmit onClick onContextMenu onDoubleClick
onDrag onDragEnd onDragEnter onDragExit onDragLeave onDragOver onDragStart onDrop onMouseDown
onMouseEnter onMouseLeave onMouseMove onMouseOut onMouseOver onMouseUp onSelect onTouchCancel
onTouchEnd onTouchMove onTouchStart onScroll onWheel onAbort onCanPlay onCanPlayThrough
onDurationChange onEmptied onEncrypted onEnded onError onLoadedData onLoadedMetadata
onLoadStart onPause onPlay onPlaying onProgress onRateChange onSeeked onSeeking onStalled onSuspend onTimeUpdate onVolumeChange onWaiting onLoad onError`,c="".concat(i," ").concat(l).split(/[\s\n]+/),f="aria-",o="data-";function h(a,x){return a.indexOf(x)===0}function u(a){var x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,p;x===!1?p={aria:!0,data:!0,attr:!0}:x===!0?p={aria:!0}:p=(0,r.Z)({},x);var y={};return Object.keys(a).forEach(function(m){(p.aria&&(m==="role"||h(m,f))||p.data&&h(m,o)||p.attr&&c.includes(m))&&(y[m]=a[m])}),y}},16089:function(d,_){"use strict";var e=function(h){return+setTimeout(h,16)},r=function(h){return clearTimeout(h)};typeof window!="undefined"&&"requestAnimationFrame"in window&&(e=function(h){return window.requestAnimationFrame(h)},r=function(h){return window.cancelAnimationFrame(h)});var i=0,l=new Map;function c(o){l.delete(o)}var f=function(h){var u=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;i+=1;var a=i;function x(p){if(p===0)c(a),h();else{var y=e(function(){x(p-1)});l.set(a,y)}}return x(u),a};f.cancel=function(o){var h=l.get(o);return c(o),r(h)},_.Z=f},8654:function(d,_,e){"use strict";e.d(_,{C4:function(){return m},Yr:function(){return x},mH:function(){return h},sQ:function(){return u},t4:function(){return y},x1:function(){return a}});var r=e(93664),i=e(59301),l=e(23265),c=e(80547),f=e(34678),o=Number(i.version.split(".")[0]),h=function(S,k){typeof S=="function"?S(k):(0,r.Z)(S)==="object"&&S&&"current"in S&&(S.current=k)},u=function(){for(var S=arguments.length,k=new Array(S),R=0;R<S;R++)k[R]=arguments[R];var A=k.filter(Boolean);return A.length<=1?A[0]:function(O){k.forEach(function(M){h(M,O)})}},a=function(){for(var S=arguments.length,k=new Array(S),R=0;R<S;R++)k[R]=arguments[R];return(0,c.Z)(function(){return u.apply(void 0,k)},k,function(A,O){return A.length!==O.length||A.every(function(M,B){return M!==O[B]})})},x=function(S){var k,R;if(!S)return!1;if(p(S)&&o>=19)return!0;var A=(0,l.isMemo)(S)?S.type.type:S.type;return!(typeof A=="function"&&!((k=A.prototype)!==null&&k!==void 0&&k.render)&&A.$$typeof!==l.ForwardRef||typeof S=="function"&&!((R=S.prototype)!==null&&R!==void 0&&R.render)&&S.$$typeof!==l.ForwardRef)};function p(b){return(0,i.isValidElement)(b)&&!(0,f.Z)(b)}var y=function(S){return p(S)&&x(S)},m=function(S){if(S&&p(S)){var k=S;return k.props.propertyIsEnumerable("ref")?k.props.ref:k.ref}return null}},97938:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i,l){for(var c=i,f=0;f<l.length;f+=1){if(c==null)return;c=c[l[f]]}return c}},24434:function(d,_,e){"use strict";e.d(_,{T:function(){return p},Z:function(){return h}});var r=e(93664),i=e(20439),l=e(95190),c=e(21696),f=e(97938);function o(y,m,b,S){if(!m.length)return b;var k=(0,c.Z)(m),R=k[0],A=k.slice(1),O;return!y&&typeof R=="number"?O=[]:Array.isArray(y)?O=(0,l.Z)(y):O=(0,i.Z)({},y),S&&b===void 0&&A.length===1?delete O[R][A[0]]:O[R]=o(O[R],A,b,S),O}function h(y,m,b){var S=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;return m.length&&S&&b===void 0&&!(0,f.Z)(y,m.slice(0,-1))?y:o(y,m,b,S)}function u(y){return(0,r.Z)(y)==="object"&&y!==null&&Object.getPrototypeOf(y)===Object.prototype}function a(y){return Array.isArray(y)?[]:{}}var x=typeof Reflect=="undefined"?Object.keys:Reflect.ownKeys;function p(){for(var y=arguments.length,m=new Array(y),b=0;b<y;b++)m[b]=arguments[b];var S=a(m[0]);return m.forEach(function(k){function R(A,O){var M=new Set(O),B=(0,f.Z)(k,A),U=Array.isArray(B);if(U||u(B)){if(!M.has(B)){M.add(B);var X=(0,f.Z)(S,A);U?S=h(S,A,[]):(!X||(0,r.Z)(X)!=="object")&&(S=h(S,A,a(B))),x(B).forEach(function(G){R([].concat((0,l.Z)(A),[G]),M)})}}else S=h(S,A,B)}R([])}),S}},48736:function(d,_,e){"use strict";e.d(_,{ET:function(){return a},Kp:function(){return c}});var r={},i=[],l=function(p){i.push(p)};function c(x,p){if(0)var y}function f(x,p){if(0)var y}function o(){r={}}function h(x,p,y){!p&&!r[y]&&(x(!1,y),r[y]=!0)}function u(x,p){h(c,x,p)}function a(x,p){h(f,x,p)}u.preMessage=l,u.resetWarned=o,u.noteOnce=a,_.ZP=u},83145:function(d,_,e){"use strict";Object.defineProperty(_,"__esModule",{value:!0}),_.CopyToClipboard=void 0;var r=l(e(59301)),i=l(e(25769));function l(O){return O&&O.__esModule?O:{default:O}}function c(O){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?c=function(B){return typeof B}:c=function(B){return B&&typeof Symbol=="function"&&B.constructor===Symbol&&B!==Symbol.prototype?"symbol":typeof B},c(O)}function f(O,M){var B=Object.keys(O);if(Object.getOwnPropertySymbols){var U=Object.getOwnPropertySymbols(O);M&&(U=U.filter(function(X){return Object.getOwnPropertyDescriptor(O,X).enumerable})),B.push.apply(B,U)}return B}function o(O){for(var M=1;M<arguments.length;M++){var B=arguments[M]!=null?arguments[M]:{};M%2?f(B,!0).forEach(function(U){R(O,U,B[U])}):Object.getOwnPropertyDescriptors?Object.defineProperties(O,Object.getOwnPropertyDescriptors(B)):f(B).forEach(function(U){Object.defineProperty(O,U,Object.getOwnPropertyDescriptor(B,U))})}return O}function h(O,M){if(O==null)return{};var B=u(O,M),U,X;if(Object.getOwnPropertySymbols){var G=Object.getOwnPropertySymbols(O);for(X=0;X<G.length;X++)U=G[X],!(M.indexOf(U)>=0)&&Object.prototype.propertyIsEnumerable.call(O,U)&&(B[U]=O[U])}return B}function u(O,M){if(O==null)return{};var B={},U=Object.keys(O),X,G;for(G=0;G<U.length;G++)X=U[G],!(M.indexOf(X)>=0)&&(B[X]=O[X]);return B}function a(O,M){if(!(O instanceof M))throw new TypeError("Cannot call a class as a function")}function x(O,M){for(var B=0;B<M.length;B++){var U=M[B];U.enumerable=U.enumerable||!1,U.configurable=!0,"value"in U&&(U.writable=!0),Object.defineProperty(O,U.key,U)}}function p(O,M,B){return M&&x(O.prototype,M),B&&x(O,B),O}function y(O,M){return M&&(c(M)==="object"||typeof M=="function")?M:b(O)}function m(O){return m=Object.setPrototypeOf?Object.getPrototypeOf:function(B){return B.__proto__||Object.getPrototypeOf(B)},m(O)}function b(O){if(O===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return O}function S(O,M){if(typeof M!="function"&&M!==null)throw new TypeError("Super expression must either be null or a function");O.prototype=Object.create(M&&M.prototype,{constructor:{value:O,writable:!0,configurable:!0}}),M&&k(O,M)}function k(O,M){return k=Object.setPrototypeOf||function(U,X){return U.__proto__=X,U},k(O,M)}function R(O,M,B){return M in O?Object.defineProperty(O,M,{value:B,enumerable:!0,configurable:!0,writable:!0}):O[M]=B,O}var A=function(O){S(M,O);function M(){var B,U;a(this,M);for(var X=arguments.length,G=new Array(X),V=0;V<X;V++)G[V]=arguments[V];return U=y(this,(B=m(M)).call.apply(B,[this].concat(G))),R(b(U),"onClick",function(ae){var ie=U.props,ue=ie.text,Q=ie.onCopy,J=ie.children,K=ie.options,oe=r.default.Children.only(J),ee=(0,i.default)(ue,K);Q&&Q(ue,ee),oe&&oe.props&&typeof oe.props.onClick=="function"&&oe.props.onClick(ae)}),U}return p(M,[{key:"render",value:function(){var U=this.props,X=U.text,G=U.onCopy,V=U.options,ae=U.children,ie=h(U,["text","onCopy","options","children"]),ue=r.default.Children.only(ae);return r.default.cloneElement(ue,o({},ie,{onClick:this.onClick}))}}]),M}(r.default.PureComponent);_.CopyToClipboard=A,R(A,"defaultProps",{onCopy:void 0,options:void 0})},56102:function(d,_,e){"use strict";var r=e(83145),i=r.CopyToClipboard;i.CopyToClipboard=i,d.exports=i},23675:function(d,_,e){"use strict";var r=e(59301),i=e(84126),l=e(43014);function c(g){for(var C="https://reactjs.org/docs/error-decoder.html?invariant="+g,H=1;H<arguments.length;H++)C+="&args[]="+encodeURIComponent(arguments[H]);return"Minified React error #"+g+"; visit "+C+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}if(!r)throw Error(c(227));var f=new Set,o={};function h(g,C){u(g,C),u(g+"Capture",C)}function u(g,C){for(o[g]=C,g=0;g<C.length;g++)f.add(C[g])}var a=!(typeof window=="undefined"||typeof window.document=="undefined"||typeof window.document.createElement=="undefined"),x=/^[: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][: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\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,p=Object.prototype.hasOwnProperty,y={},m={};function b(g){return p.call(m,g)?!0:p.call(y,g)?!1:x.test(g)?m[g]=!0:(y[g]=!0,!1)}function S(g,C,H,ge){if(H!==null&&H.type===0)return!1;switch(typeof C){case"function":case"symbol":return!0;case"boolean":return ge?!1:H!==null?!H.acceptsBooleans:(g=g.toLowerCase().slice(0,5),g!=="data-"&&g!=="aria-");default:return!1}}function k(g,C,H,ge){if(C===null||typeof C=="undefined"||S(g,C,H,ge))return!0;if(ge)return!1;if(H!==null)switch(H.type){case 3:return!C;case 4:return C===!1;case 5:return isNaN(C);case 6:return isNaN(C)||1>C}return!1}function R(g,C,H,ge,Le,ut,jt){this.acceptsBooleans=C===2||C===3||C===4,this.attributeName=ge,this.attributeNamespace=Le,this.mustUseProperty=H,this.propertyName=g,this.type=C,this.sanitizeURL=ut,this.removeEmptyString=jt}var A={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(g){A[g]=new R(g,0,!1,g,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(g){var C=g[0];A[C]=new R(C,1,!1,g[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(g){A[g]=new R(g,2,!1,g.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(g){A[g]=new R(g,2,!1,g,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".split(" ").forEach(function(g){A[g]=new R(g,3,!1,g.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(g){A[g]=new R(g,3,!0,g,null,!1,!1)}),["capture","download"].forEach(function(g){A[g]=new R(g,4,!1,g,null,!1,!1)}),["cols","rows","size","span"].forEach(function(g){A[g]=new R(g,6,!1,g,null,!1,!1)}),["rowSpan","start"].forEach(function(g){A[g]=new R(g,5,!1,g.toLowerCase(),null,!1,!1)});var O=/[\-:]([a-z])/g;function M(g){return g[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".split(" ").forEach(function(g){var C=g.replace(O,M);A[C]=new R(C,1,!1,g,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(g){var C=g.replace(O,M);A[C]=new R(C,1,!1,g,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(g){var C=g.replace(O,M);A[C]=new R(C,1,!1,g,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(g){A[g]=new R(g,1,!1,g.toLowerCase(),null,!1,!1)}),A.xlinkHref=new R("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(g){A[g]=new R(g,1,!1,g.toLowerCase(),null,!0,!0)});function B(g,C,H,ge){var Le=A.hasOwnProperty(C)?A[C]:null,ut=Le!==null?Le.type===0:ge?!1:!(!(2<C.length)||C[0]!=="o"&&C[0]!=="O"||C[1]!=="n"&&C[1]!=="N");ut||(k(C,H,Le,ge)&&(H=null),ge||Le===null?b(C)&&(H===null?g.removeAttribute(C):g.setAttribute(C,""+H)):Le.mustUseProperty?g[Le.propertyName]=H===null?Le.type===3?!1:"":H:(C=Le.attributeName,ge=Le.attributeNamespace,H===null?g.removeAttribute(C):(Le=Le.type,H=Le===3||Le===4&&H===!0?"":""+H,ge?g.setAttributeNS(ge,C,H):g.setAttribute(C,H))))}var U=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,X=60103,G=60106,V=60107,ae=60108,ie=60114,ue=60109,Q=60110,J=60112,K=60113,oe=60120,ee=60115,q=60116,le=60121,Z=60128,j=60129,se=60130,me=60131;if(typeof Symbol=="function"&&Symbol.for){var Oe=Symbol.for;X=Oe("react.element"),G=Oe("react.portal"),V=Oe("react.fragment"),ae=Oe("react.strict_mode"),ie=Oe("react.profiler"),ue=Oe("react.provider"),Q=Oe("react.context"),J=Oe("react.forward_ref"),K=Oe("react.suspense"),oe=Oe("react.suspense_list"),ee=Oe("react.memo"),q=Oe("react.lazy"),le=Oe("react.block"),Oe("react.scope"),Z=Oe("react.opaque.id"),j=Oe("react.debug_trace_mode"),se=Oe("react.offscreen"),me=Oe("react.legacy_hidden")}var ke=typeof Symbol=="function"&&Symbol.iterator;function $e(g){return g===null||typeof g!="object"?null:(g=ke&&g[ke]||g["@@iterator"],typeof g=="function"?g:null)}var Ne;function Ft(g){if(Ne===void 0)try{throw Error()}catch(H){var C=H.stack.trim().match(/\n( *(at )?)/);Ne=C&&C[1]||""}return`
`+Ne+g}var wt=!1;function Pt(g,C){if(!g||wt)return"";wt=!0;var H=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(C)if(C=function(){throw Error()},Object.defineProperty(C.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(C,[])}catch(P){var ge=P}Reflect.construct(g,[],C)}else{try{C.call()}catch(P){ge=P}g.call(C.prototype)}else{try{throw Error()}catch(P){ge=P}g()}}catch(P){if(P&&ge&&typeof P.stack=="string"){for(var Le=P.stack.split(`
`),ut=ge.stack.split(`
`),jt=Le.length-1,ir=ut.length-1;1<=jt&&0<=ir&&Le[jt]!==ut[ir];)ir--;for(;1<=jt&&0<=ir;jt--,ir--)if(Le[jt]!==ut[ir]){if(jt!==1||ir!==1)do if(jt--,ir--,0>ir||Le[jt]!==ut[ir])return`
`+Le[jt].replace(" at new "," at ");while(1<=jt&&0<=ir);break}}}finally{wt=!1,Error.prepareStackTrace=H}return(g=g?g.displayName||g.name:"")?Ft(g):""}function Jt(g){switch(g.tag){case 5:return Ft(g.type);case 16:return Ft("Lazy");case 13:return Ft("Suspense");case 19:return Ft("SuspenseList");case 0:case 2:case 15:return g=Pt(g.type,!1),g;case 11:return g=Pt(g.type.render,!1),g;case 22:return g=Pt(g.type._render,!1),g;case 1:return g=Pt(g.type,!0),g;default:return""}}function er(g){if(g==null)return null;if(typeof g=="function")return g.displayName||g.name||null;if(typeof g=="string")return g;switch(g){case V:return"Fragment";case G:return"Portal";case ie:return"Profiler";case ae:return"StrictMode";case K:return"Suspense";case oe:return"SuspenseList"}if(typeof g=="object")switch(g.$$typeof){case Q:return(g.displayName||"Context")+".Consumer";case ue:return(g._context.displayName||"Context")+".Provider";case J:var C=g.render;return C=C.displayName||C.name||"",g.displayName||(C!==""?"ForwardRef("+C+")":"ForwardRef");case ee:return er(g.type);case le:return er(g._render);case q:C=g._payload,g=g._init;try{return er(g(C))}catch(H){}}return null}function tr(g){switch(typeof g){case"boolean":case"number":case"object":case"string":case"undefined":return g;default:return""}}function Xe(g){var C=g.type;return(g=g.nodeName)&&g.toLowerCase()==="input"&&(C==="checkbox"||C==="radio")}function It(g){var C=Xe(g)?"checked":"value",H=Object.getOwnPropertyDescriptor(g.constructor.prototype,C),ge=""+g[C];if(!g.hasOwnProperty(C)&&typeof H!="undefined"&&typeof H.get=="function"&&typeof H.set=="function"){var Le=H.get,ut=H.set;return Object.defineProperty(g,C,{configurable:!0,get:function(){return Le.call(this)},set:function(jt){ge=""+jt,ut.call(this,jt)}}),Object.defineProperty(g,C,{enumerable:H.enumerable}),{getValue:function(){return ge},setValue:function(jt){ge=""+jt},stopTracking:function(){g._valueTracker=null,delete g[C]}}}}function Zt(g){g._valueTracker||(g._valueTracker=It(g))}function ot(g){if(!g)return!1;var C=g._valueTracker;if(!C)return!0;var H=C.getValue(),ge="";return g&&(ge=Xe(g)?g.checked?"true":"false":g.value),g=ge,g!==H?(C.setValue(g),!0):!1}function bt(g){if(g=g||(typeof document!="undefined"?document:void 0),typeof g=="undefined")return null;try{return g.activeElement||g.body}catch(C){return g.body}}function mt(g,C){var H=C.checked;return i({},C,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:H!=null?H:g._wrapperState.initialChecked})}function et(g,C){var H=C.defaultValue==null?"":C.defaultValue,ge=C.checked!=null?C.checked:C.defaultChecked;H=tr(C.value!=null?C.value:H),g._wrapperState={initialChecked:ge,initialValue:H,controlled:C.type==="checkbox"||C.type==="radio"?C.checked!=null:C.value!=null}}function He(g,C){C=C.checked,C!=null&&B(g,"checked",C,!1)}function _e(g,C){He(g,C);var H=tr(C.value),ge=C.type;if(H!=null)ge==="number"?(H===0&&g.value===""||g.value!=H)&&(g.value=""+H):g.value!==""+H&&(g.value=""+H);else if(ge==="submit"||ge==="reset"){g.removeAttribute("value");return}C.hasOwnProperty("value")?Me(g,C.type,H):C.hasOwnProperty("defaultValue")&&Me(g,C.type,tr(C.defaultValue)),C.checked==null&&C.defaultChecked!=null&&(g.defaultChecked=!!C.defaultChecked)}function Se(g,C,H){if(C.hasOwnProperty("value")||C.hasOwnProperty("defaultValue")){var ge=C.type;if(!(ge!=="submit"&&ge!=="reset"||C.value!==void 0&&C.value!==null))return;C=""+g._wrapperState.initialValue,H||C===g.value||(g.value=C),g.defaultValue=C}H=g.name,H!==""&&(g.name=""),g.defaultChecked=!!g._wrapperState.initialChecked,H!==""&&(g.name=H)}function Me(g,C,H){(C!=="number"||bt(g.ownerDocument)!==g)&&(H==null?g.defaultValue=""+g._wrapperState.initialValue:g.defaultValue!==""+H&&(g.defaultValue=""+H))}function Ue(g){var C="";return r.Children.forEach(g,function(H){H!=null&&(C+=H)}),C}function We(g,C){return g=i({children:void 0},C),(C=Ue(C.children))&&(g.children=C),g}function it(g,C,H,ge){if(g=g.options,C){C={};for(var Le=0;Le<H.length;Le++)C["$"+H[Le]]=!0;for(H=0;H<g.length;H++)Le=C.hasOwnProperty("$"+g[H].value),g[H].selected!==Le&&(g[H].selected=Le),Le&&ge&&(g[H].defaultSelected=!0)}else{for(H=""+tr(H),C=null,Le=0;Le<g.length;Le++){if(g[Le].value===H){g[Le].selected=!0,ge&&(g[Le].defaultSelected=!0);return}C!==null||g[Le].disabled||(C=g[Le])}C!==null&&(C.selected=!0)}}function ct(g,C){if(C.dangerouslySetInnerHTML!=null)throw Error(c(91));return i({},C,{value:void 0,defaultValue:void 0,children:""+g._wrapperState.initialValue})}function Gt(g,C){var H=C.value;if(H==null){if(H=C.children,C=C.defaultValue,H!=null){if(C!=null)throw Error(c(92));if(Array.isArray(H)){if(!(1>=H.length))throw Error(c(93));H=H[0]}C=H}C==null&&(C=""),H=C}g._wrapperState={initialValue:tr(H)}}function $t(g,C){var H=tr(C.value),ge=tr(C.defaultValue);H!=null&&(H=""+H,H!==g.value&&(g.value=H),C.defaultValue==null&&g.defaultValue!==H&&(g.defaultValue=H)),ge!=null&&(g.defaultValue=""+ge)}function Pe(g){var C=g.textContent;C===g._wrapperState.initialValue&&C!==""&&C!==null&&(g.value=C)}var Qe={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg"};function Kt(g){switch(g){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function Lt(g,C){return g==null||g==="http://www.w3.org/1999/xhtml"?Kt(C):g==="http://www.w3.org/2000/svg"&&C==="foreignObject"?"http://www.w3.org/1999/xhtml":g}var Ht,Nt=function(g){return typeof MSApp!="undefined"&&MSApp.execUnsafeLocalFunction?function(C,H,ge,Le){MSApp.execUnsafeLocalFunction(function(){return g(C,H,ge,Le)})}:g}(function(g,C){if(g.namespaceURI!==Qe.svg||"innerHTML"in g)g.innerHTML=C;else{for(Ht=Ht||document.createElement("div"),Ht.innerHTML="<svg>"+C.valueOf().toString()+"</svg>",C=Ht.firstChild;g.firstChild;)g.removeChild(g.firstChild);for(;C.firstChild;)g.appendChild(C.firstChild)}});function Ct(g,C){if(C){var H=g.firstChild;if(H&&H===g.lastChild&&H.nodeType===3){H.nodeValue=C;return}}g.textContent=C}var Yt={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},Ge=["Webkit","ms","Moz","O"];Object.keys(Yt).forEach(function(g){Ge.forEach(function(C){C=C+g.charAt(0).toUpperCase()+g.substring(1),Yt[C]=Yt[g]})});function fe(g,C,H){return C==null||typeof C=="boolean"||C===""?"":H||typeof C!="number"||C===0||Yt.hasOwnProperty(g)&&Yt[g]?(""+C).trim():C+"px"}function pe(g,C){g=g.style;for(var H in C)if(C.hasOwnProperty(H)){var ge=H.indexOf("--")===0,Le=fe(H,C[H],ge);H==="float"&&(H="cssFloat"),ge?g.setProperty(H,Le):g[H]=Le}}var Dt=i({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function Te(g,C){if(C){if(Dt[g]&&(C.children!=null||C.dangerouslySetInnerHTML!=null))throw Error(c(137,g));if(C.dangerouslySetInnerHTML!=null){if(C.children!=null)throw Error(c(60));if(!(typeof C.dangerouslySetInnerHTML=="object"&&"__html"in C.dangerouslySetInnerHTML))throw Error(c(61))}if(C.style!=null&&typeof C.style!="object")throw Error(c(62))}}function ht(g,C){if(g.indexOf("-")===-1)return typeof C.is=="string";switch(g){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}function Wt(g){return g=g.target||g.srcElement||window,g.correspondingUseElement&&(g=g.correspondingUseElement),g.nodeType===3?g.parentNode:g}var St=null,Re=null,_t=null;function ze(g){if(g=Fa(g)){if(typeof St!="function")throw Error(c(280));var C=g.stateNode;C&&(C=Ja(C),St(g.stateNode,g.type,C))}}function we(g){Re?_t?_t.push(g):_t=[g]:Re=g}function gt(){if(Re){var g=Re,C=_t;if(_t=Re=null,ze(g),C)for(g=0;g<C.length;g++)ze(C[g])}}function kt(g,C){return g(C)}function Fe(g,C,H,ge,Le){return g(C,H,ge,Le)}function Ir(){}var At=kt,Vr=!1,Qr=!1;function Er(){(Re!==null||_t!==null)&&(Ir(),gt())}function Lr(g,C,H){if(Qr)return g(C,H);Qr=!0;try{return At(g,C,H)}finally{Qr=!1,Er()}}function _r(g,C){var H=g.stateNode;if(H===null)return null;var ge=Ja(H);if(ge===null)return null;H=ge[C];e:switch(C){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(ge=!ge.disabled)||(g=g.type,ge=!(g==="button"||g==="input"||g==="select"||g==="textarea")),g=!ge;break e;default:g=!1}if(g)return null;if(H&&typeof H!="function")throw Error(c(231,C,typeof H));return H}var Ur=!1;if(a)try{var sn={};Object.defineProperty(sn,"passive",{get:function(){Ur=!0}}),window.addEventListener("test",sn,sn),window.removeEventListener("test",sn,sn)}catch(g){Ur=!1}function fn(g,C,H,ge,Le,ut,jt,ir,P){var t=Array.prototype.slice.call(arguments,3);try{C.apply(H,t)}catch(n){this.onError(n)}}var cr=!1,Dr=null,ft=!1,Et=null,zt={onError:function(g){cr=!0,Dr=g}};function nr(g,C,H,ge,Le,ut,jt,ir,P){cr=!1,Dr=null,fn.apply(zt,arguments)}function yr(g,C,H,ge,Le,ut,jt,ir,P){if(nr.apply(this,arguments),cr){if(cr){var t=Dr;cr=!1,Dr=null}else throw Error(c(198));ft||(ft=!0,Et=t)}}function nt(g){var C=g,H=g;if(g.alternate)for(;C.return;)C=C.return;else{g=C;do C=g,C.flags&1026&&(H=C.return),g=C.return;while(g)}return C.tag===3?H:null}function Nr(g){if(g.tag===13){var C=g.memoizedState;if(C===null&&(g=g.alternate,g!==null&&(C=g.memoizedState)),C!==null)return C.dehydrated}return null}function en(g){if(nt(g)!==g)throw Error(c(188))}function In(g){var C=g.alternate;if(!C){if(C=nt(g),C===null)throw Error(c(188));return C!==g?null:g}for(var H=g,ge=C;;){var Le=H.return;if(Le===null)break;var ut=Le.alternate;if(ut===null){if(ge=Le.return,ge!==null){H=ge;continue}break}if(Le.child===ut.child){for(ut=Le.child;ut;){if(ut===H)return en(Le),g;if(ut===ge)return en(Le),C;ut=ut.sibling}throw Error(c(188))}if(H.return!==ge.return)H=Le,ge=ut;else{for(var jt=!1,ir=Le.child;ir;){if(ir===H){jt=!0,H=Le,ge=ut;break}if(ir===ge){jt=!0,ge=Le,H=ut;break}ir=ir.sibling}if(!jt){for(ir=ut.child;ir;){if(ir===H){jt=!0,H=ut,ge=Le;break}if(ir===ge){jt=!0,ge=ut,H=Le;break}ir=ir.sibling}if(!jt)throw Error(c(189))}}if(H.alternate!==ge)throw Error(c(190))}if(H.tag!==3)throw Error(c(188));return H.stateNode.current===H?g:C}function mr(g){if(g=In(g),!g)return null;for(var C=g;;){if(C.tag===5||C.tag===6)return C;if(C.child)C.child.return=C,C=C.child;else{if(C===g)break;for(;!C.sibling;){if(!C.return||C.return===g)return null;C=C.return}C.sibling.return=C.return,C=C.sibling}}return null}function on(g,C){for(var H=g.alternate;C!==null;){if(C===g||C===H)return!0;C=C.return}return!1}var yn,wn,Dn,_i,ui=!1,Oi=[],bi=null,pi=null,ni=null,na=new Map,Jn=new Map,Ji=[],yt="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");function zn(g,C,H,ge,Le){return{blockedOn:g,domEventName:C,eventSystemFlags:H|16,nativeEvent:Le,targetContainers:[ge]}}function mi(g,C){switch(g){case"focusin":case"focusout":bi=null;break;case"dragenter":case"dragleave":pi=null;break;case"mouseover":case"mouseout":ni=null;break;case"pointerover":case"pointerout":na.delete(C.pointerId);break;case"gotpointercapture":case"lostpointercapture":Jn.delete(C.pointerId)}}function Xi(g,C,H,ge,Le,ut){return g===null||g.nativeEvent!==ut?(g=zn(C,H,ge,Le,ut),C!==null&&(C=Fa(C),C!==null&&wn(C)),g):(g.eventSystemFlags|=ge,C=g.targetContainers,Le!==null&&C.indexOf(Le)===-1&&C.push(Le),g)}function ei(g,C,H,ge,Le){switch(C){case"focusin":return bi=Xi(bi,g,C,H,ge,Le),!0;case"dragenter":return pi=Xi(pi,g,C,H,ge,Le),!0;case"mouseover":return ni=Xi(ni,g,C,H,ge,Le),!0;case"pointerover":var ut=Le.pointerId;return na.set(ut,Xi(na.get(ut)||null,g,C,H,ge,Le)),!0;case"gotpointercapture":return ut=Le.pointerId,Jn.set(ut,Xi(Jn.get(ut)||null,g,C,H,ge,Le)),!0}return!1}function qi(g){var C=Ka(g.target);if(C!==null){var H=nt(C);if(H!==null){if(C=H.tag,C===13){if(C=Nr(H),C!==null){g.blockedOn=C,_i(g.lanePriority,function(){l.unstable_runWithPriority(g.priority,function(){Dn(H)})});return}}else if(C===3&&H.stateNode.hydrate){g.blockedOn=H.tag===3?H.stateNode.containerInfo:null;return}}}g.blockedOn=null}function xi(g){if(g.blockedOn!==null)return!1;for(var C=g.targetContainers;0<C.length;){var H=gi(g.domEventName,g.eventSystemFlags,C[0],g.nativeEvent);if(H!==null)return C=Fa(H),C!==null&&wn(C),g.blockedOn=H,!1;C.shift()}return!0}function lt(g,C,H){xi(g)&&H.delete(C)}function _n(){for(ui=!1;0<Oi.length;){var g=Oi[0];if(g.blockedOn!==null){g=Fa(g.blockedOn),g!==null&&yn(g);break}for(var C=g.targetContainers;0<C.length;){var H=gi(g.domEventName,g.eventSystemFlags,C[0],g.nativeEvent);if(H!==null){g.blockedOn=H;break}C.shift()}g.blockedOn===null&&Oi.shift()}bi!==null&&xi(bi)&&(bi=null),pi!==null&&xi(pi)&&(pi=null),ni!==null&&xi(ni)&&(ni=null),na.forEach(lt),Jn.forEach(lt)}function Qt(g,C){g.blockedOn===C&&(g.blockedOn=null,ui||(ui=!0,l.unstable_scheduleCallback(l.unstable_NormalPriority,_n)))}function vt(g){function C(Le){return Qt(Le,g)}if(0<Oi.length){Qt(Oi[0],g);for(var H=1;H<Oi.length;H++){var ge=Oi[H];ge.blockedOn===g&&(ge.blockedOn=null)}}for(bi!==null&&Qt(bi,g),pi!==null&&Qt(pi,g),ni!==null&&Qt(ni,g),na.forEach(C),Jn.forEach(C),H=0;H<Ji.length;H++)ge=Ji[H],ge.blockedOn===g&&(ge.blockedOn=null);for(;0<Ji.length&&(H=Ji[0],H.blockedOn===null);)qi(H),H.blockedOn===null&&Ji.shift()}function tt(g,C){var H={};return H[g.toLowerCase()]=C.toLowerCase(),H["Webkit"+g]="webkit"+C,H["Moz"+g]="moz"+C,H}var Ot={animationend:tt("Animation","AnimationEnd"),animationiteration:tt("Animation","AnimationIteration"),animationstart:tt("Animation","AnimationStart"),transitionend:tt("Transition","TransitionEnd")},pt={},ur={};a&&(ur=document.createElement("div").style,"AnimationEvent"in window||(delete Ot.animationend.animation,delete Ot.animationiteration.animation,delete Ot.animationstart.animation),"TransitionEvent"in window||delete Ot.transitionend.transition);function fr(g){if(pt[g])return pt[g];if(!Ot[g])return g;var C=Ot[g],H;for(H in C)if(C.hasOwnProperty(H)&&H in ur)return pt[g]=C[H];return g}var Cr=fr("animationend"),$r=fr("animationiteration"),Ze=fr("animationstart"),Je=fr("transitionend"),xe=new Map,st=new Map,rr=["abort","abort",Cr,"animationEnd",$r,"animationIteration",Ze,"animationStart","canplay","canPlay","canplaythrough","canPlayThrough","durationchange","durationChange","emptied","emptied","encrypted","encrypted","ended","ended","error","error","gotpointercapture","gotPointerCapture","load","load","loadeddata","loadedData","loadedmetadata","loadedMetadata","loadstart","loadStart","lostpointercapture","lostPointerCapture","playing","playing","progress","progress","seeking","seeking","stalled","stalled","suspend","suspend","timeupdate","timeUpdate",Je,"transitionEnd","waiting","waiting"];function Mr(g,C){for(var H=0;H<g.length;H+=2){var ge=g[H],Le=g[H+1];Le="on"+(Le[0].toUpperCase()+Le.slice(1)),st.set(ge,C),xe.set(ge,Le),h(Le,[ge])}}var Or=l.unstable_now;Or();var Pr=8;function zr(g){if(1&g)return Pr=15,1;if(2&g)return Pr=14,2;if(4&g)return Pr=13,4;var C=24&g;return C!==0?(Pr=12,C):g&32?(Pr=11,32):(C=192&g,C!==0?(Pr=10,C):g&256?(Pr=9,256):(C=3584&g,C!==0?(Pr=8,C):g&4096?(Pr=7,4096):(C=4186112&g,C!==0?(Pr=6,C):(C=62914560&g,C!==0?(Pr=5,C):g&67108864?(Pr=4,67108864):g&134217728?(Pr=3,134217728):(C=805306368&g,C!==0?(Pr=2,C):1073741824&g?(Pr=1,1073741824):(Pr=8,g))))))}function mn(g){switch(g){case 99:return 15;case 98:return 10;case 97:case 96:return 8;case 95:return 2;default:return 0}}function Tr(g){switch(g){case 15:case 14:return 99;case 13:case 12:case 11:case 10:return 98;case 9:case 8:case 7:case 6:case 4:case 5:return 97;case 3:case 2:case 1:return 95;case 0:return 90;default:throw Error(c(358,g))}}function dn(g,C){var H=g.pendingLanes;if(H===0)return Pr=0;var ge=0,Le=0,ut=g.expiredLanes,jt=g.suspendedLanes,ir=g.pingedLanes;if(ut!==0)ge=ut,Le=Pr=15;else if(ut=H&134217727,ut!==0){var P=ut&~jt;P!==0?(ge=zr(P),Le=Pr):(ir&=ut,ir!==0&&(ge=zr(ir),Le=Pr))}else ut=H&~jt,ut!==0?(ge=zr(ut),Le=Pr):ir!==0&&(ge=zr(ir),Le=Pr);if(ge===0)return 0;if(ge=31-vi(ge),ge=H&((0>ge?0:1<<ge)<<1)-1,C!==0&&C!==ge&&!(C&jt)){if(zr(C),Le<=Pr)return C;Pr=Le}if(C=g.entangledLanes,C!==0)for(g=g.entanglements,C&=ge;0<C;)H=31-vi(C),Le=1<<H,ge|=g[H],C&=~Le;return ge}function rn(g){return g=g.pendingLanes&-1073741825,g!==0?g:g&1073741824?1073741824:0}function un(g,C){switch(g){case 15:return 1;case 14:return 2;case 12:return g=Tn(24&~C),g===0?un(10,C):g;case 10:return g=Tn(192&~C),g===0?un(8,C):g;case 8:return g=Tn(3584&~C),g===0&&(g=Tn(4186112&~C),g===0&&(g=512)),g;case 2:return C=Tn(805306368&~C),C===0&&(C=268435456),C}throw Error(c(358,g))}function Tn(g){return g&-g}function va(g){for(var C=[],H=0;31>H;H++)C.push(g);return C}function Si(g,C,H){g.pendingLanes|=C;var ge=C-1;g.suspendedLanes&=ge,g.pingedLanes&=ge,g=g.eventTimes,C=31-vi(C),g[C]=H}var vi=Math.clz32?Math.clz32:Fi,gn=Math.log,ai=Math.LN2;function Fi(g){return g===0?32:31-(gn(g)/ai|0)|0}var da=l.unstable_UserBlockingPriority,$a=l.unstable_runWithPriority,Ta=!0;function fs(g,C,H,ge){Vr||Ir();var Le=Wa,ut=Vr;Vr=!0;try{Fe(Le,g,C,H,ge)}finally{(Vr=ut)||Er()}}function ws(g,C,H,ge){$a(da,Wa.bind(null,g,C,H,ge))}function Wa(g,C,H,ge){if(Ta){var Le;if((Le=(C&4)===0)&&0<Oi.length&&-1<yt.indexOf(g))g=zn(null,g,C,H,ge),Oi.push(g);else{var ut=gi(g,C,H,ge);if(ut===null)Le&&mi(g,ge);else{if(Le){if(-1<yt.indexOf(g)){g=zn(ut,g,C,H,ge),Oi.push(g);return}if(ei(ut,g,C,H,ge))return;mi(g,ge)}Zr(g,C,ge,null,H)}}}}function gi(g,C,H,ge){var Le=Wt(ge);if(Le=Ka(Le),Le!==null){var ut=nt(Le);if(ut===null)Le=null;else{var jt=ut.tag;if(jt===13){if(Le=Nr(ut),Le!==null)return Le;Le=null}else if(jt===3){if(ut.stateNode.hydrate)return ut.tag===3?ut.stateNode.containerInfo:null;Le=null}else ut!==Le&&(Le=null)}}return Zr(g,C,ge,Le,H),null}var ia=null,os=null,Ga=null;function Is(){if(Ga)return Ga;var g,C=os,H=C.length,ge,Le="value"in ia?ia.value:ia.textContent,ut=Le.length;for(g=0;g<H&&C[g]===Le[g];g++);var jt=H-g;for(ge=1;ge<=jt&&C[H-ge]===Le[ut-ge];ge++);return Ga=Le.slice(g,1<ge?1-ge:void 0)}function Vi(g){var C=g.keyCode;return"charCode"in g?(g=g.charCode,g===0&&C===13&&(g=13)):g=C,g===10&&(g=13),32<=g||g===13?g:0}function vs(){return!0}function bo(){return!1}function Bi(g){function C(H,ge,Le,ut,jt){this._reactName=H,this._targetInst=Le,this.type=ge,this.nativeEvent=ut,this.target=jt,this.currentTarget=null;for(var ir in g)g.hasOwnProperty(ir)&&(H=g[ir],this[ir]=H?H(ut):ut[ir]);return this.isDefaultPrevented=(ut.defaultPrevented!=null?ut.defaultPrevented:ut.returnValue===!1)?vs:bo,this.isPropagationStopped=bo,this}return i(C.prototype,{preventDefault:function(){this.defaultPrevented=!0;var H=this.nativeEvent;H&&(H.preventDefault?H.preventDefault():typeof H.returnValue!="unknown"&&(H.returnValue=!1),this.isDefaultPrevented=vs)},stopPropagation:function(){var H=this.nativeEvent;H&&(H.stopPropagation?H.stopPropagation():typeof H.cancelBubble!="unknown"&&(H.cancelBubble=!0),this.isPropagationStopped=vs)},persist:function(){},isPersistent:vs}),C}var _s={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(g){return g.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Na=Bi(_s),Ys=i({},_s,{view:0,detail:0}),Rn=Bi(Ys),ja,cs,Ua,zi=i({},Ys,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:za,button:0,buttons:0,relatedTarget:function(g){return g.relatedTarget===void 0?g.fromElement===g.srcElement?g.toElement:g.fromElement:g.relatedTarget},movementX:function(g){return"movementX"in g?g.movementX:(g!==Ua&&(Ua&&g.type==="mousemove"?(ja=g.screenX-Ua.screenX,cs=g.screenY-Ua.screenY):cs=ja=0,Ua=g),ja)},movementY:function(g){return"movementY"in g?g.movementY:cs}}),Ra=Bi(zi),Oa=i({},zi,{dataTransfer:0}),Es=Bi(Oa),Xs=i({},Ys,{relatedTarget:0}),xo=Bi(Xs),ho=i({},_s,{animationName:0,elapsedTime:0,pseudoElement:0}),Ea=Bi(ho),gs=i({},_s,{clipboardData:function(g){return"clipboardData"in g?g.clipboardData:window.clipboardData}}),Zs=Bi(gs),no=i({},_s,{data:0}),wo=Bi(no),Eo={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},po={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},fi={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function li(g){var C=this.nativeEvent;return C.getModifierState?C.getModifierState(g):(g=fi[g])?!!C[g]:!1}function za(){return li}var qa=i({},Ys,{key:function(g){if(g.key){var C=Eo[g.key]||g.key;if(C!=="Unidentified")return C}return g.type==="keypress"?(g=Vi(g),g===13?"Enter":String.fromCharCode(g)):g.type==="keydown"||g.type==="keyup"?po[g.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:za,charCode:function(g){return g.type==="keypress"?Vi(g):0},keyCode:function(g){return g.type==="keydown"||g.type==="keyup"?g.keyCode:0},which:function(g){return g.type==="keypress"?Vi(g):g.type==="keydown"||g.type==="keyup"?g.keyCode:0}}),Qa=Bi(qa),qs=i({},zi,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Qs=Bi(qs),qo=i({},Ys,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:za}),ds=Bi(qo),Do=i({},_s,{propertyName:0,elapsedTime:0,pseudoElement:0}),ko=Bi(Do),$o=i({},zi,{deltaX:function(g){return"deltaX"in g?g.deltaX:"wheelDeltaX"in g?-g.wheelDeltaX:0},deltaY:function(g){return"deltaY"in g?g.deltaY:"wheelDeltaY"in g?-g.wheelDeltaY:"wheelDelta"in g?-g.wheelDelta:0},deltaZ:0,deltaMode:0}),Su=Bi($o),So=[9,13,27,32],mo=a&&"CompositionEvent"in window,Js=null;a&&"documentMode"in document&&(Js=document.documentMode);var ju=a&&"TextEvent"in window&&!Js,Ro=a&&(!mo||Js&&8<Js&&11>=Js),Lo=" ",$s=!1;function du(g,C){switch(g){case"keyup":return So.indexOf(C.keyCode)!==-1;case"keydown":return C.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Uo(g){return g=g.detail,typeof g=="object"&&"data"in g?g.data:null}var Ao=!1;function Bs(g,C){switch(g){case"compositionend":return Uo(C);case"keypress":return C.which!==32?null:($s=!0,Lo);case"textInput":return g=C.data,g===Lo&&$s?null:g;default:return null}}function Rs(g,C){if(Ao)return g==="compositionend"||!mo&&du(g,C)?(g=Is(),Ga=os=ia=null,Ao=!1,g):null;switch(g){case"paste":return null;case"keypress":if(!(C.ctrlKey||C.altKey||C.metaKey)||C.ctrlKey&&C.altKey){if(C.char&&1<C.char.length)return C.char;if(C.which)return String.fromCharCode(C.which)}return null;case"compositionend":return Ro&&C.locale!=="ko"?null:C.data;default:return null}}var hu={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function Au(g){var C=g&&g.nodeName&&g.nodeName.toLowerCase();return C==="input"?!!hu[g.type]:C==="textarea"}function qt(g,C,H,ge){we(ge),C=tn(C,"onChange"),0<C.length&&(H=new Na("onChange","change",null,H,ge),g.push({event:H,listeners:C}))}var hr=null,or=null;function gr(g){Ye(g,0)}function Sr(g){var C=io(g);if(ot(C))return g}function bn(g,C){if(g==="change")return C}var Sn=!1;if(a){var Un;if(a){var Bn="oninput"in document;if(!Bn){var Kn=document.createElement("div");Kn.setAttribute("oninput","return;"),Bn=typeof Kn.oninput=="function"}Un=Bn}else Un=!1;Sn=Un&&(!document.documentMode||9<document.documentMode)}function lr(){hr&&(hr.detachEvent("onpropertychange",Br),or=hr=null)}function Br(g){if(g.propertyName==="value"&&Sr(or)){var C=[];if(qt(C,or,g,Wt(g)),g=gr,Vr)g(C);else{Vr=!0;try{kt(g,C)}finally{Vr=!1,Er()}}}}function xr(g,C,H){g==="focusin"?(lr(),hr=C,or=H,hr.attachEvent("onpropertychange",Br)):g==="focusout"&&lr()}function pn(g){if(g==="selectionchange"||g==="keyup"||g==="keydown")return Sr(or)}function Gn(g,C){if(g==="click")return Sr(C)}function dt(g,C){if(g==="input"||g==="change")return Sr(C)}function On(g,C){return g===C&&(g!==0||1/g===1/C)||g!==g&&C!==C}var Yn=typeof Object.is=="function"?Object.is:On,si=Object.prototype.hasOwnProperty;function Ki(g,C){if(Yn(g,C))return!0;if(typeof g!="object"||g===null||typeof C!="object"||C===null)return!1;var H=Object.keys(g),ge=Object.keys(C);if(H.length!==ge.length)return!1;for(ge=0;ge<H.length;ge++)if(!si.call(C,H[ge])||!Yn(g[H[ge]],C[H[ge]]))return!1;return!0}function jr(g){for(;g&&g.firstChild;)g=g.firstChild;return g}function Gr(g,C){var H=jr(g);g=0;for(var ge;H;){if(H.nodeType===3){if(ge=g+H.textContent.length,g<=C&&ge>=C)return{node:H,offset:C-g};g=ge}e:{for(;H;){if(H.nextSibling){H=H.nextSibling;break e}H=H.parentNode}H=void 0}H=jr(H)}}function ga(g,C){return g&&C?g===C?!0:g&&g.nodeType===3?!1:C&&C.nodeType===3?ga(g,C.parentNode):"contains"in g?g.contains(C):g.compareDocumentPosition?!!(g.compareDocumentPosition(C)&16):!1:!1}function Pi(){for(var g=window,C=bt();C instanceof g.HTMLIFrameElement;){try{var H=typeof C.contentWindow.location.href=="string"}catch(ge){H=!1}if(H)g=C.contentWindow;else break;C=bt(g.document)}return C}function aa(g){var C=g&&g.nodeName&&g.nodeName.toLowerCase();return C&&(C==="input"&&(g.type==="text"||g.type==="search"||g.type==="tel"||g.type==="url"||g.type==="password")||C==="textarea"||g.contentEditable==="true")}var Os=a&&"documentMode"in document&&11>=document.documentMode,oi=null,Ws=null,zo=null,Ls=!1;function ya(g,C,H){var ge=H.window===H?H.document:H.nodeType===9?H:H.ownerDocument;Ls||oi==null||oi!==bt(ge)||(ge=oi,"selectionStart"in ge&&aa(ge)?ge={start:ge.selectionStart,end:ge.selectionEnd}:(ge=(ge.ownerDocument&&ge.ownerDocument.defaultView||window).getSelection(),ge={anchorNode:ge.anchorNode,anchorOffset:ge.anchorOffset,focusNode:ge.focusNode,focusOffset:ge.focusOffset}),zo&&Ki(zo,ge)||(zo=ge,ge=tn(Ws,"onSelect"),0<ge.length&&(C=new Na("onSelect","select",null,C,H),g.push({event:C,listeners:ge}),C.target=oi)))}Mr("cancel cancel click click close close contextmenu contextMenu copy copy cut cut auxclick auxClick dblclick doubleClick dragend dragEnd dragstart dragStart drop drop focusin focus focusout blur input input invalid invalid keydown keyDown keypress keyPress keyup keyUp mousedown mouseDown mouseup mouseUp paste paste pause pause play play pointercancel pointerCancel pointerdown pointerDown pointerup pointerUp ratechange rateChange reset reset seeked seeked submit submit touchcancel touchCancel touchend touchEnd touchstart touchStart volumechange volumeChange".split(" "),0),Mr("drag drag dragenter dragEnter dragexit dragExit dragleave dragLeave dragover dragOver mousemove mouseMove mouseout mouseOut mouseover mouseOver pointermove pointerMove pointerout pointerOut pointerover pointerOver scroll scroll toggle toggle touchmove touchMove wheel wheel".split(" "),1),Mr(rr,2);for(var Va="change selectionchange textInput compositionstart compositionend compositionupdate".split(" "),ys=0;ys<Va.length;ys++)st.set(Va[ys],0);u("onMouseEnter",["mouseout","mouseover"]),u("onMouseLeave",["mouseout","mouseover"]),u("onPointerEnter",["pointerout","pointerover"]),u("onPointerLeave",["pointerout","pointerover"]),h("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),h("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),h("onBeforeInput",["compositionend","keypress","textInput","paste"]),h("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),h("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),h("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Nn="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),Ns=new Set("cancel close invalid load scroll toggle".split(" ").concat(Nn));function js(g,C,H){var ge=g.type||"unknown-event";g.currentTarget=H,yr(ge,C,void 0,g),g.currentTarget=null}function Ye(g,C){C=(C&4)!==0;for(var H=0;H<g.length;H++){var ge=g[H],Le=ge.event;ge=ge.listeners;e:{var ut=void 0;if(C)for(var jt=ge.length-1;0<=jt;jt--){var ir=ge[jt],P=ir.instance,t=ir.currentTarget;if(ir=ir.listener,P!==ut&&Le.isPropagationStopped())break e;js(Le,ir,t),ut=P}else for(jt=0;jt<ge.length;jt++){if(ir=ge[jt],P=ir.instance,t=ir.currentTarget,ir=ir.listener,P!==ut&&Le.isPropagationStopped())break e;js(Le,ir,t),ut=P}}}if(ft)throw g=Et,ft=!1,Et=null,g}function qe(g,C){var H=ao(C),ge=g+"__bubble";H.has(ge)||(Fr(C,g,2,!1),H.add(ge))}var Mt="_reactListening"+Math.random().toString(36).slice(2);function Vt(g){g[Mt]||(g[Mt]=!0,f.forEach(function(C){Ns.has(C)||pr(C,!1,g,null),pr(C,!0,g,null)}))}function pr(g,C,H,ge){var Le=4<arguments.length&&arguments[4]!==void 0?arguments[4]:0,ut=H;if(g==="selectionchange"&&H.nodeType!==9&&(ut=H.ownerDocument),ge!==null&&!C&&Ns.has(g)){if(g!=="scroll")return;Le|=2,ut=ge}var jt=ao(ut),ir=g+"__"+(C?"capture":"bubble");jt.has(ir)||(C&&(Le|=4),Fr(ut,g,Le,C),jt.add(ir))}function Fr(g,C,H,ge){var Le=st.get(C);switch(Le===void 0?2:Le){case 0:Le=fs;break;case 1:Le=ws;break;default:Le=Wa}H=Le.bind(null,C,H,g),Le=void 0,!Ur||C!=="touchstart"&&C!=="touchmove"&&C!=="wheel"||(Le=!0),ge?Le!==void 0?g.addEventListener(C,H,{capture:!0,passive:Le}):g.addEventListener(C,H,!0):Le!==void 0?g.addEventListener(C,H,{passive:Le}):g.addEventListener(C,H,!1)}function Zr(g,C,H,ge,Le){var ut=ge;if(!(C&1)&&!(C&2)&&ge!==null)e:for(;;){if(ge===null)return;var jt=ge.tag;if(jt===3||jt===4){var ir=ge.stateNode.containerInfo;if(ir===Le||ir.nodeType===8&&ir.parentNode===Le)break;if(jt===4)for(jt=ge.return;jt!==null;){var P=jt.tag;if((P===3||P===4)&&(P=jt.stateNode.containerInfo,P===Le||P.nodeType===8&&P.parentNode===Le))return;jt=jt.return}for(;ir!==null;){if(jt=Ka(ir),jt===null)return;if(P=jt.tag,P===5||P===6){ge=ut=jt;continue e}ir=ir.parentNode}}ge=ge.return}Lr(function(){var t=ut,n=Wt(H),s=[];e:{var v=xe.get(g);if(v!==void 0){var w=Na,T=g;switch(g){case"keypress":if(Vi(H)===0)break e;case"keydown":case"keyup":w=Qa;break;case"focusin":T="focus",w=xo;break;case"focusout":T="blur",w=xo;break;case"beforeblur":case"afterblur":w=xo;break;case"click":if(H.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":w=Ra;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":w=Es;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":w=ds;break;case Cr:case $r:case Ze:w=Ea;break;case Je:w=ko;break;case"scroll":w=Rn;break;case"wheel":w=Su;break;case"copy":case"cut":case"paste":w=Zs;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":w=Qs}var z=(C&4)!==0,W=!z&&g==="scroll",N=z?v!==null?v+"Capture":null:v;z=[];for(var te=t,ce;te!==null;){ce=te;var be=ce.stateNode;if(ce.tag===5&&be!==null&&(ce=be,N!==null&&(be=_r(te,N),be!=null&&z.push(vn(te,be,ce)))),W)break;te=te.return}0<z.length&&(v=new w(v,T,null,H,n),s.push({event:v,listeners:z}))}}if(!(C&7)){e:{if(v=g==="mouseover"||g==="pointerover",w=g==="mouseout"||g==="pointerout",v&&!(C&16)&&(T=H.relatedTarget||H.fromElement)&&(Ka(T)||T[Ri]))break e;if((w||v)&&(v=n.window===n?n:(v=n.ownerDocument)?v.defaultView||v.parentWindow:window,w?(T=H.relatedTarget||H.toElement,w=t,T=T?Ka(T):null,T!==null&&(W=nt(T),T!==W||T.tag!==5&&T.tag!==6)&&(T=null)):(w=null,T=t),w!==T)){if(z=Ra,be="onMouseLeave",N="onMouseEnter",te="mouse",(g==="pointerout"||g==="pointerover")&&(z=Qs,be="onPointerLeave",N="onPointerEnter",te="pointer"),W=w==null?v:io(w),ce=T==null?v:io(T),v=new z(be,te+"leave",w,H,n),v.target=W,v.relatedTarget=ce,be=null,Ka(n)===t&&(z=new z(N,te+"enter",T,H,n),z.target=ce,z.relatedTarget=W,be=z),W=be,w&&T)t:{for(z=w,N=T,te=0,ce=z;ce;ce=xn(ce))te++;for(ce=0,be=N;be;be=xn(be))ce++;for(;0<te-ce;)z=xn(z),te--;for(;0<ce-te;)N=xn(N),ce--;for(;te--;){if(z===N||N!==null&&z===N.alternate)break t;z=xn(z),N=xn(N)}z=null}else z=null;w!==null&&Xn(s,v,w,z,!1),T!==null&&W!==null&&Xn(s,W,T,z,!0)}}e:{if(v=t?io(t):window,w=v.nodeName&&v.nodeName.toLowerCase(),w==="select"||w==="input"&&v.type==="file")var Ie=bn;else if(Au(v))if(Sn)Ie=dt;else{Ie=pn;var Ae=xr}else(w=v.nodeName)&&w.toLowerCase()==="input"&&(v.type==="checkbox"||v.type==="radio")&&(Ie=Gn);if(Ie&&(Ie=Ie(g,t))){qt(s,Ie,H,n);break e}Ae&&Ae(g,v,t),g==="focusout"&&(Ae=v._wrapperState)&&Ae.controlled&&v.type==="number"&&Me(v,"number",v.value)}switch(Ae=t?io(t):window,g){case"focusin":(Au(Ae)||Ae.contentEditable==="true")&&(oi=Ae,Ws=t,zo=null);break;case"focusout":zo=Ws=oi=null;break;case"mousedown":Ls=!0;break;case"contextmenu":case"mouseup":case"dragend":Ls=!1,ya(s,H,n);break;case"selectionchange":if(Os)break;case"keydown":case"keyup":ya(s,H,n)}var at;if(mo)e:{switch(g){case"compositionstart":var rt="onCompositionStart";break e;case"compositionend":rt="onCompositionEnd";break e;case"compositionupdate":rt="onCompositionUpdate";break e}rt=void 0}else Ao?du(g,H)&&(rt="onCompositionEnd"):g==="keydown"&&H.keyCode===229&&(rt="onCompositionStart");rt&&(Ro&&H.locale!=="ko"&&(Ao||rt!=="onCompositionStart"?rt==="onCompositionEnd"&&Ao&&(at=Is()):(ia=n,os="value"in ia?ia.value:ia.textContent,Ao=!0)),Ae=tn(t,rt),0<Ae.length&&(rt=new wo(rt,g,null,H,n),s.push({event:rt,listeners:Ae}),at?rt.data=at:(at=Uo(H),at!==null&&(rt.data=at)))),(at=ju?Bs(g,H):Rs(g,H))&&(t=tn(t,"onBeforeInput"),0<t.length&&(n=new wo("onBeforeInput","beforeinput",null,H,n),s.push({event:n,listeners:t}),n.data=at))}Ye(s,C)})}function vn(g,C,H){return{instance:g,listener:C,currentTarget:H}}function tn(g,C){for(var H=C+"Capture",ge=[];g!==null;){var Le=g,ut=Le.stateNode;Le.tag===5&&ut!==null&&(Le=ut,ut=_r(g,H),ut!=null&&ge.unshift(vn(g,ut,Le)),ut=_r(g,C),ut!=null&&ge.push(vn(g,ut,Le))),g=g.return}return ge}function xn(g){if(g===null)return null;do g=g.return;while(g&&g.tag!==5);return g||null}function Xn(g,C,H,ge,Le){for(var ut=C._reactName,jt=[];H!==null&&H!==ge;){var ir=H,P=ir.alternate,t=ir.stateNode;if(P!==null&&P===ge)break;ir.tag===5&&t!==null&&(ir=t,Le?(P=_r(H,ut),P!=null&&jt.unshift(vn(H,P,ir))):Le||(P=_r(H,ut),P!=null&&jt.push(vn(H,P,ir)))),H=H.return}jt.length!==0&&g.push({event:C,listeners:jt})}function ti(){}var wi=null,Ai=null;function Hi(g,C){switch(g){case"button":case"input":case"select":case"textarea":return!!C.autoFocus}return!1}function Ni(g,C){return g==="textarea"||g==="option"||g==="noscript"||typeof C.children=="string"||typeof C.children=="number"||typeof C.dangerouslySetInnerHTML=="object"&&C.dangerouslySetInnerHTML!==null&&C.dangerouslySetInnerHTML.__html!=null}var Ei=typeof setTimeout=="function"?setTimeout:void 0,ba=typeof clearTimeout=="function"?clearTimeout:void 0;function Ii(g){g.nodeType===1?g.textContent="":g.nodeType===9&&(g=g.body,g!=null&&(g.textContent=""))}function di(g){for(;g!=null;g=g.nextSibling){var C=g.nodeType;if(C===1||C===3)break}return g}function la(g){g=g.previousSibling;for(var C=0;g;){if(g.nodeType===8){var H=g.data;if(H==="$"||H==="$!"||H==="$?"){if(C===0)return g;C--}else H==="/$"&&C++}g=g.previousSibling}return null}var eo=0;function Ss(g){return{$$typeof:Z,toString:g,valueOf:g}}var Yi=Math.random().toString(36).slice(2),La="__reactFiber$"+Yi,ta="__reactProps$"+Yi,Ri="__reactContainer$"+Yi,xa="__reactEvents$"+Yi;function Ka(g){var C=g[La];if(C)return C;for(var H=g.parentNode;H;){if(C=H[Ri]||H[La]){if(H=C.alternate,C.child!==null||H!==null&&H.child!==null)for(g=la(g);g!==null;){if(H=g[La])return H;g=la(g)}return C}g=H,H=g.parentNode}return null}function Fa(g){return g=g[La]||g[Ri],!g||g.tag!==5&&g.tag!==6&&g.tag!==13&&g.tag!==3?null:g}function io(g){if(g.tag===5||g.tag===6)return g.stateNode;throw Error(c(33))}function Ja(g){return g[ta]||null}function ao(g){var C=g[xa];return C===void 0&&(C=g[xa]=new Set),C}var es=[],Us=-1;function ts(g){return{current:g}}function Zi(g){0>Us||(g.current=es[Us],es[Us]=null,Us--)}function Ba(g,C){Us++,es[Us]=g.current,g.current=C}var Ds={},ha=ts(Ds),ye=ts(!1),Ee=Ds;function Ar(g,C){var H=g.type.contextTypes;if(!H)return Ds;var ge=g.stateNode;if(ge&&ge.__reactInternalMemoizedUnmaskedChildContext===C)return ge.__reactInternalMemoizedMaskedChildContext;var Le={},ut;for(ut in H)Le[ut]=C[ut];return ge&&(g=g.stateNode,g.__reactInternalMemoizedUnmaskedChildContext=C,g.__reactInternalMemoizedMaskedChildContext=Le),Le}function qr(g){return g=g.childContextTypes,g!=null}function br(){Zi(ye),Zi(ha)}function Xr(g,C,H){if(ha.current!==Ds)throw Error(c(168));Ba(ha,C),Ba(ye,H)}function Cn(g,C,H){var ge=g.stateNode;if(g=C.childContextTypes,typeof ge.getChildContext!="function")return H;ge=ge.getChildContext();for(var Le in ge)if(!(Le in g))throw Error(c(108,er(C)||"Unknown",Le));return i({},H,ge)}function Qn(g){return g=(g=g.stateNode)&&g.__reactInternalMemoizedMergedChildContext||Ds,Ee=ha.current,Ba(ha,g),Ba(ye,ye.current),!0}function Li(g,C,H){var ge=g.stateNode;if(!ge)throw Error(c(169));H?(g=Cn(g,C,Ee),ge.__reactInternalMemoizedMergedChildContext=g,Zi(ye),Zi(ha),Ba(ha,g)):Zi(ye),Ba(ye,H)}var Ln=null,Mn=null,jn=l.unstable_runWithPriority,ca=l.unstable_scheduleCallback,$i=l.unstable_cancelCallback,_o=l.unstable_shouldYield,so=l.unstable_requestPaint,ru=l.unstable_now,hl=l.unstable_getCurrentPriorityLevel,Yu=l.unstable_ImmediatePriority,pu=l.unstable_UserBlockingPriority,Tl=l.unstable_NormalPriority,mu=l.unstable_LowPriority,Ke=l.unstable_IdlePriority,$={},Y=so!==void 0?so:function(){},ne=null,he=null,Ce=!1,Ve=ru(),Tt=1e4>Ve?ru:function(){return ru()-Ve};function Bt(){switch(hl()){case Yu:return 99;case pu:return 98;case Tl:return 97;case mu:return 96;case Ke:return 95;default:throw Error(c(332))}}function ar(g){switch(g){case 99:return Yu;case 98:return pu;case 97:return Tl;case 96:return mu;case 95:return Ke;default:throw Error(c(332))}}function wr(g,C){return g=ar(g),jn(g,C)}function Ut(g,C,H){return g=ar(g),ca(g,C,H)}function nn(){if(he!==null){var g=he;he=null,$i(g)}En()}function En(){if(!Ce&&ne!==null){Ce=!0;var g=0;try{var C=ne;wr(99,function(){for(;g<C.length;g++){var H=C[g];do H=H(!0);while(H!==null)}}),ne=null}catch(H){throw ne!==null&&(ne=ne.slice(g+1)),ca(Yu,nn),H}finally{Ce=!1}}}var Hn=U.ReactCurrentBatchConfig;function $n(g,C){if(g&&g.defaultProps){C=i({},C),g=g.defaultProps;for(var H in g)C[H]===void 0&&(C[H]=g[H]);return C}return C}var Ci=ts(null),pa=null,sa=null,fa=null;function us(){fa=sa=pa=null}function Ha(g){var C=Ci.current;Zi(Ci),g.type._context._currentValue=C}function hs(g,C){for(;g!==null;){var H=g.alternate;if((g.childLanes&C)===C){if(H===null||(H.childLanes&C)===C)break;H.childLanes|=C}else g.childLanes|=C,H!==null&&(H.childLanes|=C);g=g.return}}function rs(g,C){pa=g,fa=sa=null,g=g.dependencies,g!==null&&g.firstContext!==null&&(g.lanes&C&&(Du=!0),g.firstContext=null)}function wa(g,C){if(fa!==g&&C!==!1&&C!==0)if((typeof C!="number"||C===1073741823)&&(fa=g,C=1073741823),C={context:g,observedBits:C,next:null},sa===null){if(pa===null)throw Error(c(308));sa=C,pa.dependencies={lanes:0,firstContext:C,responders:null}}else sa=sa.next=C;return g._currentValue}var Za=!1;function ks(g){g.updateQueue={baseState:g.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null},effects:null}}function yi(g,C){g=g.updateQueue,C.updateQueue===g&&(C.updateQueue={baseState:g.baseState,firstBaseUpdate:g.firstBaseUpdate,lastBaseUpdate:g.lastBaseUpdate,shared:g.shared,effects:g.effects})}function oo(g,C){return{eventTime:g,lane:C,tag:0,payload:null,callback:null,next:null}}function Co(g,C){if(g=g.updateQueue,g!==null){g=g.shared;var H=g.pending;H===null?C.next=C:(C.next=H.next,H.next=C),g.pending=C}}function Mo(g,C){var H=g.updateQueue,ge=g.alternate;if(ge!==null&&(ge=ge.updateQueue,H===ge)){var Le=null,ut=null;if(H=H.firstBaseUpdate,H!==null){do{var jt={eventTime:H.eventTime,lane:H.lane,tag:H.tag,payload:H.payload,callback:H.callback,next:null};ut===null?Le=ut=jt:ut=ut.next=jt,H=H.next}while(H!==null);ut===null?Le=ut=C:ut=ut.next=C}else Le=ut=C;H={baseState:ge.baseState,firstBaseUpdate:Le,lastBaseUpdate:ut,shared:ge.shared,effects:ge.effects},g.updateQueue=H;return}g=H.lastBaseUpdate,g===null?H.firstBaseUpdate=C:g.next=C,H.lastBaseUpdate=C}function Ms(g,C,H,ge){var Le=g.updateQueue;Za=!1;var ut=Le.firstBaseUpdate,jt=Le.lastBaseUpdate,ir=Le.shared.pending;if(ir!==null){Le.shared.pending=null;var P=ir,t=P.next;P.next=null,jt===null?ut=t:jt.next=t,jt=P;var n=g.alternate;if(n!==null){n=n.updateQueue;var s=n.lastBaseUpdate;s!==jt&&(s===null?n.firstBaseUpdate=t:s.next=t,n.lastBaseUpdate=P)}}if(ut!==null){s=Le.baseState,jt=0,n=t=P=null;do{ir=ut.lane;var v=ut.eventTime;if((ge&ir)===ir){n!==null&&(n=n.next={eventTime:v,lane:0,tag:ut.tag,payload:ut.payload,callback:ut.callback,next:null});e:{var w=g,T=ut;switch(ir=C,v=H,T.tag){case 1:if(w=T.payload,typeof w=="function"){s=w.call(v,s,ir);break e}s=w;break e;case 3:w.flags=w.flags&-4097|64;case 0:if(w=T.payload,ir=typeof w=="function"?w.call(v,s,ir):w,ir==null)break e;s=i({},s,ir);break e;case 2:Za=!0}}ut.callback!==null&&(g.flags|=32,ir=Le.effects,ir===null?Le.effects=[ut]:ir.push(ut))}else v={eventTime:v,lane:ir,tag:ut.tag,payload:ut.payload,callback:ut.callback,next:null},n===null?(t=n=v,P=s):n=n.next=v,jt|=ir;if(ut=ut.next,ut===null){if(ir=Le.shared.pending,ir===null)break;ut=ir.next,ir.next=null,Le.lastBaseUpdate=ir,Le.shared.pending=null}}while(!0);n===null&&(P=s),Le.baseState=P,Le.firstBaseUpdate=t,Le.lastBaseUpdate=n,co|=jt,g.lanes=jt,g.memoizedState=s}}function go(g,C,H){if(g=C.effects,C.effects=null,g!==null)for(C=0;C<g.length;C++){var ge=g[C],Le=ge.callback;if(Le!==null){if(ge.callback=null,ge=H,typeof Le!="function")throw Error(c(191,Le));Le.call(ge)}}}var ps=new r.Component().refs;function Xu(g,C,H,ge){C=g.memoizedState,H=H(ge,C),H=H==null?C:i({},C,H),g.memoizedState=H,g.lanes===0&&(g.updateQueue.baseState=H)}var Uu={isMounted:function(g){return(g=g._reactInternals)?nt(g)===g:!1},enqueueSetState:function(g,C,H){g=g._reactInternals;var ge=cu(),Le=Fu(g),ut=oo(ge,Le);ut.payload=C,H!=null&&(ut.callback=H),Co(g,ut),Sl(g,Le,ge)},enqueueReplaceState:function(g,C,H){g=g._reactInternals;var ge=cu(),Le=Fu(g),ut=oo(ge,Le);ut.tag=1,ut.payload=C,H!=null&&(ut.callback=H),Co(g,ut),Sl(g,Le,ge)},enqueueForceUpdate:function(g,C){g=g._reactInternals;var H=cu(),ge=Fu(g),Le=oo(H,ge);Le.tag=2,C!=null&&(Le.callback=C),Co(g,Le),Sl(g,ge,H)}};function qu(g,C,H,ge,Le,ut,jt){return g=g.stateNode,typeof g.shouldComponentUpdate=="function"?g.shouldComponentUpdate(ge,ut,jt):C.prototype&&C.prototype.isPureReactComponent?!Ki(H,ge)||!Ki(Le,ut):!0}function uu(g,C,H){var ge=!1,Le=Ds,ut=C.contextType;return typeof ut=="object"&&ut!==null?ut=wa(ut):(Le=qr(C)?Ee:ha.current,ge=C.contextTypes,ut=(ge=ge!=null)?Ar(g,Le):Ds),C=new C(H,ut),g.memoizedState=C.state!==null&&C.state!==void 0?C.state:null,C.updater=Uu,g.stateNode=C,C._reactInternals=g,ge&&(g=g.stateNode,g.__reactInternalMemoizedUnmaskedChildContext=Le,g.__reactInternalMemoizedMaskedChildContext=ut),C}function As(g,C,H,ge){g=C.state,typeof C.componentWillReceiveProps=="function"&&C.componentWillReceiveProps(H,ge),typeof C.UNSAFE_componentWillReceiveProps=="function"&&C.UNSAFE_componentWillReceiveProps(H,ge),C.state!==g&&Uu.enqueueReplaceState(C,C.state,null)}function zu(g,C,H,ge){var Le=g.stateNode;Le.props=H,Le.state=g.memoizedState,Le.refs=ps,ks(g);var ut=C.contextType;typeof ut=="object"&&ut!==null?Le.context=wa(ut):(ut=qr(C)?Ee:ha.current,Le.context=Ar(g,ut)),Ms(g,H,Le,ge),Le.state=g.memoizedState,ut=C.getDerivedStateFromProps,typeof ut=="function"&&(Xu(g,C,ut,H),Le.state=g.memoizedState),typeof C.getDerivedStateFromProps=="function"||typeof Le.getSnapshotBeforeUpdate=="function"||typeof Le.UNSAFE_componentWillMount!="function"&&typeof Le.componentWillMount!="function"||(C=Le.state,typeof Le.componentWillMount=="function"&&Le.componentWillMount(),typeof Le.UNSAFE_componentWillMount=="function"&&Le.UNSAFE_componentWillMount(),C!==Le.state&&Uu.enqueueReplaceState(Le,Le.state,null),Ms(g,H,Le,ge),Le.state=g.memoizedState),typeof Le.componentDidMount=="function"&&(g.flags|=4)}var Cu=Array.isArray;function yo(g,C,H){if(g=H.ref,g!==null&&typeof g!="function"&&typeof g!="object"){if(H._owner){if(H=H._owner,H){if(H.tag!==1)throw Error(c(309));var ge=H.stateNode}if(!ge)throw Error(c(147,g));var Le=""+g;return C!==null&&C.ref!==null&&typeof C.ref=="function"&&C.ref._stringRef===Le?C.ref:(C=function(ut){var jt=ge.refs;jt===ps&&(jt=ge.refs={}),ut===null?delete jt[Le]:jt[Le]=ut},C._stringRef=Le,C)}if(typeof g!="string")throw Error(c(284));if(!H._owner)throw Error(c(290,g))}return g}function pl(g,C){if(g.type!=="textarea")throw Error(c(31,Object.prototype.toString.call(C)==="[object Object]"?"object with keys {"+Object.keys(C).join(", ")+"}":C))}function ml(g){function C(W,N){if(g){var te=W.lastEffect;te!==null?(te.nextEffect=N,W.lastEffect=N):W.firstEffect=W.lastEffect=N,N.nextEffect=null,N.flags=8}}function H(W,N){if(!g)return null;for(;N!==null;)C(W,N),N=N.sibling;return null}function ge(W,N){for(W=new Map;N!==null;)N.key!==null?W.set(N.key,N):W.set(N.index,N),N=N.sibling;return W}function Le(W,N){return W=fl(W,N),W.index=0,W.sibling=null,W}function ut(W,N,te){return W.index=te,g?(te=W.alternate,te!==null?(te=te.index,te<N?(W.flags=2,N):te):(W.flags=2,N)):N}function jt(W){return g&&W.alternate===null&&(W.flags=2),W}function ir(W,N,te,ce){return N===null||N.tag!==6?(N=p0(te,W.mode,ce),N.return=W,N):(N=Le(N,te),N.return=W,N)}function P(W,N,te,ce){return N!==null&&N.elementType===te.type?(ce=Le(N,te.props),ce.ref=yo(W,N,te),ce.return=W,ce):(ce=Ul(te.type,te.key,te.props,null,W.mode,ce),ce.ref=yo(W,N,te),ce.return=W,ce)}function t(W,N,te,ce){return N===null||N.tag!==4||N.stateNode.containerInfo!==te.containerInfo||N.stateNode.implementation!==te.implementation?(N=Lc(te,W.mode,ce),N.return=W,N):(N=Le(N,te.children||[]),N.return=W,N)}function n(W,N,te,ce,be){return N===null||N.tag!==7?(N=Yo(te,W.mode,ce,be),N.return=W,N):(N=Le(N,te),N.return=W,N)}function s(W,N,te){if(typeof N=="string"||typeof N=="number")return N=p0(""+N,W.mode,te),N.return=W,N;if(typeof N=="object"&&N!==null){switch(N.$$typeof){case X:return te=Ul(N.type,N.key,N.props,null,W.mode,te),te.ref=yo(W,null,N),te.return=W,te;case G:return N=Lc(N,W.mode,te),N.return=W,N}if(Cu(N)||$e(N))return N=Yo(N,W.mode,te,null),N.return=W,N;pl(W,N)}return null}function v(W,N,te,ce){var be=N!==null?N.key:null;if(typeof te=="string"||typeof te=="number")return be!==null?null:ir(W,N,""+te,ce);if(typeof te=="object"&&te!==null){switch(te.$$typeof){case X:return te.key===be?te.type===V?n(W,N,te.props.children,ce,be):P(W,N,te,ce):null;case G:return te.key===be?t(W,N,te,ce):null}if(Cu(te)||$e(te))return be!==null?null:n(W,N,te,ce,null);pl(W,te)}return null}function w(W,N,te,ce,be){if(typeof ce=="string"||typeof ce=="number")return W=W.get(te)||null,ir(N,W,""+ce,be);if(typeof ce=="object"&&ce!==null){switch(ce.$$typeof){case X:return W=W.get(ce.key===null?te:ce.key)||null,ce.type===V?n(N,W,ce.props.children,be,ce.key):P(N,W,ce,be);case G:return W=W.get(ce.key===null?te:ce.key)||null,t(N,W,ce,be)}if(Cu(ce)||$e(ce))return W=W.get(te)||null,n(N,W,ce,be,null);pl(N,ce)}return null}function T(W,N,te,ce){for(var be=null,Ie=null,Ae=N,at=N=0,rt=null;Ae!==null&&at<te.length;at++){Ae.index>at?(rt=Ae,Ae=null):rt=Ae.sibling;var Rt=v(W,Ae,te[at],ce);if(Rt===null){Ae===null&&(Ae=rt);break}g&&Ae&&Rt.alternate===null&&C(W,Ae),N=ut(Rt,N,at),Ie===null?be=Rt:Ie.sibling=Rt,Ie=Rt,Ae=rt}if(at===te.length)return H(W,Ae),be;if(Ae===null){for(;at<te.length;at++)Ae=s(W,te[at],ce),Ae!==null&&(N=ut(Ae,N,at),Ie===null?be=Ae:Ie.sibling=Ae,Ie=Ae);return be}for(Ae=ge(W,Ae);at<te.length;at++)rt=w(Ae,W,at,te[at],ce),rt!==null&&(g&&rt.alternate!==null&&Ae.delete(rt.key===null?at:rt.key),N=ut(rt,N,at),Ie===null?be=rt:Ie.sibling=rt,Ie=rt);return g&&Ae.forEach(function(dr){return C(W,dr)}),be}function z(W,N,te,ce){var be=$e(te);if(typeof be!="function")throw Error(c(150));if(te=be.call(te),te==null)throw Error(c(151));for(var Ie=be=null,Ae=N,at=N=0,rt=null,Rt=te.next();Ae!==null&&!Rt.done;at++,Rt=te.next()){Ae.index>at?(rt=Ae,Ae=null):rt=Ae.sibling;var dr=v(W,Ae,Rt.value,ce);if(dr===null){Ae===null&&(Ae=rt);break}g&&Ae&&dr.alternate===null&&C(W,Ae),N=ut(dr,N,at),Ie===null?be=dr:Ie.sibling=dr,Ie=dr,Ae=rt}if(Rt.done)return H(W,Ae),be;if(Ae===null){for(;!Rt.done;at++,Rt=te.next())Rt=s(W,Rt.value,ce),Rt!==null&&(N=ut(Rt,N,at),Ie===null?be=Rt:Ie.sibling=Rt,Ie=Rt);return be}for(Ae=ge(W,Ae);!Rt.done;at++,Rt=te.next())Rt=w(Ae,W,at,Rt.value,ce),Rt!==null&&(g&&Rt.alternate!==null&&Ae.delete(Rt.key===null?at:Rt.key),N=ut(Rt,N,at),Ie===null?be=Rt:Ie.sibling=Rt,Ie=Rt);return g&&Ae.forEach(function(sr){return C(W,sr)}),be}return function(W,N,te,ce){var be=typeof te=="object"&&te!==null&&te.type===V&&te.key===null;be&&(te=te.props.children);var Ie=typeof te=="object"&&te!==null;if(Ie)switch(te.$$typeof){case X:e:{for(Ie=te.key,be=N;be!==null;){if(be.key===Ie){switch(be.tag){case 7:if(te.type===V){H(W,be.sibling),N=Le(be,te.props.children),N.return=W,W=N;break e}break;default:if(be.elementType===te.type){H(W,be.sibling),N=Le(be,te.props),N.ref=yo(W,be,te),N.return=W,W=N;break e}}H(W,be);break}else C(W,be);be=be.sibling}te.type===V?(N=Yo(te.props.children,W.mode,ce,te.key),N.return=W,W=N):(ce=Ul(te.type,te.key,te.props,null,W.mode,ce),ce.ref=yo(W,N,te),ce.return=W,W=ce)}return jt(W);case G:e:{for(be=te.key;N!==null;){if(N.key===be)if(N.tag===4&&N.stateNode.containerInfo===te.containerInfo&&N.stateNode.implementation===te.implementation){H(W,N.sibling),N=Le(N,te.children||[]),N.return=W,W=N;break e}else{H(W,N);break}else C(W,N);N=N.sibling}N=Lc(te,W.mode,ce),N.return=W,W=N}return jt(W)}if(typeof te=="string"||typeof te=="number")return te=""+te,N!==null&&N.tag===6?(H(W,N.sibling),N=Le(N,te),N.return=W,W=N):(H(W,N),N=p0(te,W.mode,ce),N.return=W,W=N),jt(W);if(Cu(te))return T(W,N,te,ce);if($e(te))return z(W,N,te,ce);if(Ie&&pl(W,te),typeof te=="undefined"&&!be)switch(W.tag){case 1:case 22:case 0:case 11:case 15:throw Error(c(152,er(W.type)||"Component"))}return H(W,N)}}var Qo=ml(!0),vl=ml(!1),Gs={},To=ts(Gs),vu=ts(Gs),Wl=ts(Gs);function Tu(g){if(g===Gs)throw Error(c(174));return g}function lc(g,C){switch(Ba(Wl,C),Ba(vu,g),Ba(To,Gs),g=C.nodeType,g){case 9:case 11:C=(C=C.documentElement)?C.namespaceURI:Lt(null,"");break;default:g=g===8?C.parentNode:C,C=g.namespaceURI||null,g=g.tagName,C=Lt(C,g)}Zi(To),Ba(To,C)}function Pl(){Zi(To),Zi(vu),Zi(Wl)}function ii(g){Tu(Wl.current);var C=Tu(To.current),H=Lt(C,g.type);C!==H&&(Ba(vu,g),Ba(To,H))}function xc(g){vu.current===g&&(Zi(To),Zi(vu))}var to=ts(0);function wc(g){for(var C=g;C!==null;){if(C.tag===13){var H=C.memoizedState;if(H!==null&&(H=H.dehydrated,H===null||H.data==="$?"||H.data==="$!"))return C}else if(C.tag===19&&C.memoizedProps.revealOrder!==void 0){if(C.flags&64)return C}else if(C.child!==null){C.child.return=C,C=C.child;continue}if(C===g)break;for(;C.sibling===null;){if(C.return===null||C.return===g)return null;C=C.return}C.sibling.return=C.return,C=C.sibling}return null}var Jo=null,Pu=null,Qu=!1;function Ho(g,C){var H=Ko(5,null,null,0);H.elementType="DELETED",H.type="DELETED",H.stateNode=C,H.return=g,H.flags=8,g.lastEffect!==null?(g.lastEffect.nextEffect=H,g.lastEffect=H):g.firstEffect=g.lastEffect=H}function Uc(g,C){switch(g.tag){case 5:var H=g.type;return C=C.nodeType!==1||H.toLowerCase()!==C.nodeName.toLowerCase()?null:C,C!==null?(g.stateNode=C,!0):!1;case 6:return C=g.pendingProps===""||C.nodeType!==3?null:C,C!==null?(g.stateNode=C,!0):!1;case 13:return!1;default:return!1}}function vo(g){if(Qu){var C=Pu;if(C){var H=C;if(!Uc(g,C)){if(C=di(H.nextSibling),!C||!Uc(g,C)){g.flags=g.flags&-1025|2,Qu=!1,Jo=g;return}Ho(Jo,H)}Jo=g,Pu=di(C.firstChild)}else g.flags=g.flags&-1025|2,Qu=!1,Jo=g}}function u0(g){for(g=g.return;g!==null&&g.tag!==5&&g.tag!==3&&g.tag!==13;)g=g.return;Jo=g}function l0(g){if(g!==Jo)return!1;if(!Qu)return u0(g),Qu=!0,!1;var C=g.type;if(g.tag!==5||C!=="head"&&C!=="body"&&!Ni(C,g.memoizedProps))for(C=Pu;C;)Ho(g,C),C=di(C.nextSibling);if(u0(g),g.tag===13){if(g=g.memoizedState,g=g!==null?g.dehydrated:null,!g)throw Error(c(317));e:{for(g=g.nextSibling,C=0;g;){if(g.nodeType===8){var H=g.data;if(H==="/$"){if(C===0){Pu=di(g.nextSibling);break e}C--}else H!=="$"&&H!=="$!"&&H!=="$?"||C++}g=g.nextSibling}Pu=null}}else Pu=Jo?di(g.stateNode.nextSibling):null;return!0}function zc(){Pu=Jo=null,Qu=!1}var Il=[];function _l(){for(var g=0;g<Il.length;g++)Il[g]._workInProgressVersionPrimary=null;Il.length=0}var Ol=U.ReactCurrentDispatcher,Fo=U.ReactCurrentBatchConfig,Dl=0,zs=null,Bo=null,Fs=null,Gl=!1,gl=!1;function nu(){throw Error(c(321))}function Ec(g,C){if(C===null)return!1;for(var H=0;H<C.length&&H<g.length;H++)if(!Yn(g[H],C[H]))return!1;return!0}function Sc(g,C,H,ge,Le,ut){if(Dl=ut,zs=C,C.memoizedState=null,C.updateQueue=null,C.lanes=0,Ol.current=g===null||g.memoizedState===null?uo:Xl,g=H(ge,Le),gl){ut=0;do{if(gl=!1,!(25>ut))throw Error(c(301));ut+=1,Fs=Bo=null,C.updateQueue=null,Ol.current=Tc,g=H(ge,Le)}while(gl)}if(Ol.current=Yl,C=Bo!==null&&Bo.next!==null,Dl=0,Fs=Bo=zs=null,Gl=!1,C)throw Error(c(300));return g}function iu(){var g={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Fs===null?zs.memoizedState=Fs=g:Fs=Fs.next=g,Fs}function kl(){if(Bo===null){var g=zs.alternate;g=g!==null?g.memoizedState:null}else g=Bo.next;var C=Fs===null?zs.memoizedState:Fs.next;if(C!==null)Fs=C,Bo=g;else{if(g===null)throw Error(c(310));Bo=g,g={memoizedState:Bo.memoizedState,baseState:Bo.baseState,baseQueue:Bo.baseQueue,queue:Bo.queue,next:null},Fs===null?zs.memoizedState=Fs=g:Fs=Fs.next=g}return Fs}function _u(g,C){return typeof C=="function"?C(g):C}function cc(g){var C=kl(),H=C.queue;if(H===null)throw Error(c(311));H.lastRenderedReducer=g;var ge=Bo,Le=ge.baseQueue,ut=H.pending;if(ut!==null){if(Le!==null){var jt=Le.next;Le.next=ut.next,ut.next=jt}ge.baseQueue=Le=ut,H.pending=null}if(Le!==null){Le=Le.next,ge=ge.baseState;var ir=jt=ut=null,P=Le;do{var t=P.lane;if((Dl&t)===t)ir!==null&&(ir=ir.next={lane:0,action:P.action,eagerReducer:P.eagerReducer,eagerState:P.eagerState,next:null}),ge=P.eagerReducer===g?P.eagerState:g(ge,P.action);else{var n={lane:t,action:P.action,eagerReducer:P.eagerReducer,eagerState:P.eagerState,next:null};ir===null?(jt=ir=n,ut=ge):ir=ir.next=n,zs.lanes|=t,co|=t}P=P.next}while(P!==null&&P!==Le);ir===null?ut=ge:ir.next=jt,Yn(ge,C.memoizedState)||(Du=!0),C.memoizedState=ge,C.baseState=ut,C.baseQueue=ir,H.lastRenderedState=ge}return[C.memoizedState,H.dispatch]}function Ju(g){var C=kl(),H=C.queue;if(H===null)throw Error(c(311));H.lastRenderedReducer=g;var ge=H.dispatch,Le=H.pending,ut=C.memoizedState;if(Le!==null){H.pending=null;var jt=Le=Le.next;do ut=g(ut,jt.action),jt=jt.next;while(jt!==Le);Yn(ut,C.memoizedState)||(Du=!0),C.memoizedState=ut,C.baseQueue===null&&(C.baseState=ut),H.lastRenderedState=ut}return[ut,ge]}function ka(g,C,H){var ge=C._getVersion;ge=ge(C._source);var Le=C._workInProgressVersionPrimary;if(Le!==null?g=Le===ge:(g=g.mutableReadLanes,(g=(Dl&g)===g)&&(C._workInProgressVersionPrimary=ge,Il.push(C))),g)return H(C._source);throw Il.push(C),Error(c(350))}function Hc(g,C,H,ge){var Le=an;if(Le===null)throw Error(c(349));var ut=C._getVersion,jt=ut(C._source),ir=Ol.current,P=ir.useState(function(){return ka(Le,C,H)}),t=P[1],n=P[0];P=Fs;var s=g.memoizedState,v=s.refs,w=v.getSnapshot,T=s.source;s=s.subscribe;var z=zs;return g.memoizedState={refs:v,source:C,subscribe:ge},ir.useEffect(function(){v.getSnapshot=H,v.setSnapshot=t;var W=ut(C._source);if(!Yn(jt,W)){W=H(C._source),Yn(n,W)||(t(W),W=Fu(z),Le.mutableReadLanes|=W&Le.pendingLanes),W=Le.mutableReadLanes,Le.entangledLanes|=W;for(var N=Le.entanglements,te=W;0<te;){var ce=31-vi(te),be=1<<ce;N[ce]|=W,te&=~be}}},[H,C,ge]),ir.useEffect(function(){return ge(C._source,function(){var W=v.getSnapshot,N=v.setSnapshot;try{N(W(C._source));var te=Fu(z);Le.mutableReadLanes|=te&Le.pendingLanes}catch(ce){N(function(){throw ce})}})},[C,ge]),Yn(w,H)&&Yn(T,C)&&Yn(s,ge)||(g={pending:null,dispatch:null,lastRenderedReducer:_u,lastRenderedState:n},g.dispatch=t=Gc.bind(null,zs,g),P.queue=g,P.baseQueue=null,n=ka(Le,C,H),P.memoizedState=P.baseState=n),n}function Zc(g,C,H){var ge=kl();return Hc(ge,g,C,H)}function Hu(g){var C=iu();return typeof g=="function"&&(g=g()),C.memoizedState=C.baseState=g,g=C.queue={pending:null,dispatch:null,lastRenderedReducer:_u,lastRenderedState:g},g=g.dispatch=Gc.bind(null,zs,g),[C.memoizedState,g]}function Ac(g,C,H,ge){return g={tag:g,create:C,destroy:H,deps:ge,next:null},C=zs.updateQueue,C===null?(C={lastEffect:null},zs.updateQueue=C,C.lastEffect=g.next=g):(H=C.lastEffect,H===null?C.lastEffect=g.next=g:(ge=H.next,H.next=g,g.next=ge,C.lastEffect=g)),g}function c0(g){var C=iu();return g={current:g},C.memoizedState=g}function fc(){return kl().memoizedState}function au(g,C,H,ge){var Le=iu();zs.flags|=g,Le.memoizedState=Ac(1|C,H,void 0,ge===void 0?null:ge)}function $c(g,C,H,ge){var Le=kl();ge=ge===void 0?null:ge;var ut=void 0;if(Bo!==null){var jt=Bo.memoizedState;if(ut=jt.destroy,ge!==null&&Ec(ge,jt.deps)){Ac(C,H,ut,ge);return}}zs.flags|=g,Le.memoizedState=Ac(1|C,H,ut,ge)}function Vl(g,C){return au(516,4,g,C)}function yl(g,C){return $c(516,4,g,C)}function Wc(g,C){return $c(4,2,g,C)}function Kl(g,C){if(typeof C=="function")return g=g(),C(g),function(){C(null)};if(C!=null)return g=g(),C.current=g,function(){C.current=null}}function Wo(g,C,H){return H=H!=null?H.concat([g]):null,$c(4,2,Kl.bind(null,C,g),H)}function Iu(){}function dc(g,C){var H=kl();C=C===void 0?null:C;var ge=H.memoizedState;return ge!==null&&C!==null&&Ec(C,ge[1])?ge[0]:(H.memoizedState=[g,C],g)}function Zu(g,C){var H=kl();C=C===void 0?null:C;var ge=H.memoizedState;return ge!==null&&C!==null&&Ec(C,ge[1])?ge[0]:(g=g(),H.memoizedState=[g,C],g)}function Cc(g,C){var H=Bt();wr(98>H?98:H,function(){g(!0)}),wr(97<H?97:H,function(){var ge=Fo.transition;Fo.transition=1;try{g(!1),C()}finally{Fo.transition=ge}})}function Gc(g,C,H){var ge=cu(),Le=Fu(g),ut={lane:Le,action:H,eagerReducer:null,eagerState:null,next:null},jt=C.pending;if(jt===null?ut.next=ut:(ut.next=jt.next,jt.next=ut),C.pending=ut,jt=g.alternate,g===zs||jt!==null&&jt===zs)gl=Gl=!0;else{if(g.lanes===0&&(jt===null||jt.lanes===0)&&(jt=C.lastRenderedReducer,jt!==null))try{var ir=C.lastRenderedState,P=jt(ir,H);if(ut.eagerReducer=jt,ut.eagerState=P,Yn(P,ir))return}catch(t){}finally{}Sl(g,Le,ge)}}var Yl={readContext:wa,useCallback:nu,useContext:nu,useEffect:nu,useImperativeHandle:nu,useLayoutEffect:nu,useMemo:nu,useReducer:nu,useRef:nu,useState:nu,useDebugValue:nu,useDeferredValue:nu,useTransition:nu,useMutableSource:nu,useOpaqueIdentifier:nu,unstable_isNewReconciler:!1},uo={readContext:wa,useCallback:function(g,C){return iu().memoizedState=[g,C===void 0?null:C],g},useContext:wa,useEffect:Vl,useImperativeHandle:function(g,C,H){return H=H!=null?H.concat([g]):null,au(4,2,Kl.bind(null,C,g),H)},useLayoutEffect:function(g,C){return au(4,2,g,C)},useMemo:function(g,C){var H=iu();return C=C===void 0?null:C,g=g(),H.memoizedState=[g,C],g},useReducer:function(g,C,H){var ge=iu();return C=H!==void 0?H(C):C,ge.memoizedState=ge.baseState=C,g=ge.queue={pending:null,dispatch:null,lastRenderedReducer:g,lastRenderedState:C},g=g.dispatch=Gc.bind(null,zs,g),[ge.memoizedState,g]},useRef:c0,useState:Hu,useDebugValue:Iu,useDeferredValue:function(g){var C=Hu(g),H=C[0],ge=C[1];return Vl(function(){var Le=Fo.transition;Fo.transition=1;try{ge(g)}finally{Fo.transition=Le}},[g]),H},useTransition:function(){var g=Hu(!1),C=g[0];return g=Cc.bind(null,g[1]),c0(g),[g,C]},useMutableSource:function(g,C,H){var ge=iu();return ge.memoizedState={refs:{getSnapshot:C,setSnapshot:null},source:g,subscribe:H},Hc(ge,g,C,H)},useOpaqueIdentifier:function(){if(Qu){var g=!1,C=Ss(function(){throw g||(g=!0,H("r:"+(eo++).toString(36))),Error(c(355))}),H=Hu(C)[1];return!(zs.mode&2)&&(zs.flags|=516,Ac(5,function(){H("r:"+(eo++).toString(36))},void 0,null)),C}return C="r:"+(eo++).toString(36),Hu(C),C},unstable_isNewReconciler:!1},Xl={readContext:wa,useCallback:dc,useContext:wa,useEffect:yl,useImperativeHandle:Wo,useLayoutEffect:Wc,useMemo:Zu,useReducer:cc,useRef:fc,useState:function(){return cc(_u)},useDebugValue:Iu,useDeferredValue:function(g){var C=cc(_u),H=C[0],ge=C[1];return yl(function(){var Le=Fo.transition;Fo.transition=1;try{ge(g)}finally{Fo.transition=Le}},[g]),H},useTransition:function(){var g=cc(_u)[0];return[fc().current,g]},useMutableSource:Zc,useOpaqueIdentifier:function(){return cc(_u)[0]},unstable_isNewReconciler:!1},Tc={readContext:wa,useCallback:dc,useContext:wa,useEffect:yl,useImperativeHandle:Wo,useLayoutEffect:Wc,useMemo:Zu,useReducer:Ju,useRef:fc,useState:function(){return Ju(_u)},useDebugValue:Iu,useDeferredValue:function(g){var C=Ju(_u),H=C[0],ge=C[1];return yl(function(){var Le=Fo.transition;Fo.transition=1;try{ge(g)}finally{Fo.transition=Le}},[g]),H},useTransition:function(){var g=Ju(_u)[0];return[fc().current,g]},useMutableSource:Zc,useOpaqueIdentifier:function(){return Ju(_u)[0]},unstable_isNewReconciler:!1},Ou=U.ReactCurrentOwner,Du=!1;function lo(g,C,H,ge){C.child=g===null?vl(C,null,H,ge):Qo(C,g.child,H,ge)}function el(g,C,H,ge,Le){H=H.render;var ut=C.ref;return rs(C,Le),ge=Sc(g,C,H,ge,ut,Le),g!==null&&!Du?(C.updateQueue=g.updateQueue,C.flags&=-517,g.lanes&=~Le,yu(g,C,Le)):(C.flags|=1,lo(g,C,ge,Le),C.child)}function f0(g,C,H,ge,Le,ut){if(g===null){var jt=H.type;return typeof jt=="function"&&!r0(jt)&&jt.defaultProps===void 0&&H.compare===null&&H.defaultProps===void 0?(C.tag=15,C.type=jt,Pc(g,C,jt,ge,Le,ut)):(g=Ul(H.type,null,ge,C,C.mode,ut),g.ref=C.ref,g.return=C,C.child=g)}return jt=g.child,!(Le&ut)&&(Le=jt.memoizedProps,H=H.compare,H=H!==null?H:Ki,H(Le,ge)&&g.ref===C.ref)?yu(g,C,ut):(C.flags|=1,g=fl(jt,ge),g.ref=C.ref,g.return=C,C.child=g)}function Pc(g,C,H,ge,Le,ut){if(g!==null&&Ki(g.memoizedProps,ge)&&g.ref===C.ref)if(Du=!1,(ut&Le)!==0)g.flags&16384&&(Du=!0);else return C.lanes=g.lanes,yu(g,C,ut);return Po(g,C,H,ge,ut)}function Vc(g,C,H){var ge=C.pendingProps,Le=ge.children,ut=g!==null?g.memoizedState:null;if(ge.mode==="hidden"||ge.mode==="unstable-defer-without-hiding")if(!(C.mode&4))C.memoizedState={baseLanes:0},Wi(C,H);else if(H&1073741824)C.memoizedState={baseLanes:0},Wi(C,ut!==null?ut.baseLanes:H);else return g=ut!==null?ut.baseLanes|H:H,C.lanes=C.childLanes=1073741824,C.memoizedState={baseLanes:g},Wi(C,g),null;else ut!==null?(ge=ut.baseLanes|H,C.memoizedState=null):ge=H,Wi(C,ge);return lo(g,C,Le,H),C.child}function bl(g,C){var H=C.ref;(g===null&&H!==null||g!==null&&g.ref!==H)&&(C.flags|=128)}function Po(g,C,H,ge,Le){var ut=qr(H)?Ee:ha.current;return ut=Ar(C,ut),rs(C,Le),H=Sc(g,C,H,ge,ut,Le),g!==null&&!Du?(C.updateQueue=g.updateQueue,C.flags&=-517,g.lanes&=~Le,yu(g,C,Le)):(C.flags|=1,lo(g,C,H,Le),C.child)}function Rl(g,C,H,ge,Le){if(qr(H)){var ut=!0;Qn(C)}else ut=!1;if(rs(C,Le),C.stateNode===null)g!==null&&(g.alternate=null,C.alternate=null,C.flags|=2),uu(C,H,ge),zu(C,H,ge,Le),ge=!0;else if(g===null){var jt=C.stateNode,ir=C.memoizedProps;jt.props=ir;var P=jt.context,t=H.contextType;typeof t=="object"&&t!==null?t=wa(t):(t=qr(H)?Ee:ha.current,t=Ar(C,t));var n=H.getDerivedStateFromProps,s=typeof n=="function"||typeof jt.getSnapshotBeforeUpdate=="function";s||typeof jt.UNSAFE_componentWillReceiveProps!="function"&&typeof jt.componentWillReceiveProps!="function"||(ir!==ge||P!==t)&&As(C,jt,ge,t),Za=!1;var v=C.memoizedState;jt.state=v,Ms(C,ge,jt,Le),P=C.memoizedState,ir!==ge||v!==P||ye.current||Za?(typeof n=="function"&&(Xu(C,H,n,ge),P=C.memoizedState),(ir=Za||qu(C,H,ir,ge,v,P,t))?(s||typeof jt.UNSAFE_componentWillMount!="function"&&typeof jt.componentWillMount!="function"||(typeof jt.componentWillMount=="function"&&jt.componentWillMount(),typeof jt.UNSAFE_componentWillMount=="function"&&jt.UNSAFE_componentWillMount()),typeof jt.componentDidMount=="function"&&(C.flags|=4)):(typeof jt.componentDidMount=="function"&&(C.flags|=4),C.memoizedProps=ge,C.memoizedState=P),jt.props=ge,jt.state=P,jt.context=t,ge=ir):(typeof jt.componentDidMount=="function"&&(C.flags|=4),ge=!1)}else{jt=C.stateNode,yi(g,C),ir=C.memoizedProps,t=C.type===C.elementType?ir:$n(C.type,ir),jt.props=t,s=C.pendingProps,v=jt.context,P=H.contextType,typeof P=="object"&&P!==null?P=wa(P):(P=qr(H)?Ee:ha.current,P=Ar(C,P));var w=H.getDerivedStateFromProps;(n=typeof w=="function"||typeof jt.getSnapshotBeforeUpdate=="function")||typeof jt.UNSAFE_componentWillReceiveProps!="function"&&typeof jt.componentWillReceiveProps!="function"||(ir!==s||v!==P)&&As(C,jt,ge,P),Za=!1,v=C.memoizedState,jt.state=v,Ms(C,ge,jt,Le);var T=C.memoizedState;ir!==s||v!==T||ye.current||Za?(typeof w=="function"&&(Xu(C,H,w,ge),T=C.memoizedState),(t=Za||qu(C,H,t,ge,v,T,P))?(n||typeof jt.UNSAFE_componentWillUpdate!="function"&&typeof jt.componentWillUpdate!="function"||(typeof jt.componentWillUpdate=="function"&&jt.componentWillUpdate(ge,T,P),typeof jt.UNSAFE_componentWillUpdate=="function"&&jt.UNSAFE_componentWillUpdate(ge,T,P)),typeof jt.componentDidUpdate=="function"&&(C.flags|=4),typeof jt.getSnapshotBeforeUpdate=="function"&&(C.flags|=256)):(typeof jt.componentDidUpdate!="function"||ir===g.memoizedProps&&v===g.memoizedState||(C.flags|=4),typeof jt.getSnapshotBeforeUpdate!="function"||ir===g.memoizedProps&&v===g.memoizedState||(C.flags|=256),C.memoizedProps=ge,C.memoizedState=T),jt.props=ge,jt.state=T,jt.context=P,ge=t):(typeof jt.componentDidUpdate!="function"||ir===g.memoizedProps&&v===g.memoizedState||(C.flags|=4),typeof jt.getSnapshotBeforeUpdate!="function"||ir===g.memoizedProps&&v===g.memoizedState||(C.flags|=256),ge=!1)}return je(g,C,H,ge,ut,Le)}function je(g,C,H,ge,Le,ut){bl(g,C);var jt=(C.flags&64)!==0;if(!ge&&!jt)return Le&&Li(C,H,!1),yu(g,C,ut);ge=C.stateNode,Ou.current=C;var ir=jt&&typeof H.getDerivedStateFromError!="function"?null:ge.render();return C.flags|=1,g!==null&&jt?(C.child=Qo(C,g.child,null,ut),C.child=Qo(C,null,ir,ut)):lo(g,C,ir,ut),C.memoizedState=ge.state,Le&&Li(C,H,!0),C.child}function gu(g){var C=g.stateNode;C.pendingContext?Xr(g,C.pendingContext,C.pendingContext!==C.context):C.context&&Xr(g,C.context,!1),lc(g,C.containerInfo)}var eu={dehydrated:null,retryLane:0};function Ll(g,C,H){var ge=C.pendingProps,Le=to.current,ut=!1,jt;return(jt=(C.flags&64)!==0)||(jt=g!==null&&g.memoizedState===null?!1:(Le&2)!==0),jt?(ut=!0,C.flags&=-65):g!==null&&g.memoizedState===null||ge.fallback===void 0||ge.unstable_avoidThisFallback===!0||(Le|=1),Ba(to,Le&1),g===null?(ge.fallback!==void 0&&vo(C),g=ge.children,Le=ge.fallback,ut?(g=No(C,g,Le,H),C.child.memoizedState={baseLanes:H},C.memoizedState=eu,g):typeof ge.unstable_expectedLoadTime=="number"?(g=No(C,g,Le,H),C.child.memoizedState={baseLanes:H},C.memoizedState=eu,C.lanes=33554432,g):(H=yc({mode:"visible",children:g},C.mode,H,null),H.return=C,C.child=H)):g.memoizedState!==null?ut?(ge=Go(g,C,ge.children,ge.fallback,H),ut=C.child,Le=g.child.memoizedState,ut.memoizedState=Le===null?{baseLanes:H}:{baseLanes:Le.baseLanes|H},ut.childLanes=g.childLanes&~H,C.memoizedState=eu,ge):(H=Vs(g,C,ge.children,H),C.memoizedState=null,H):ut?(ge=Go(g,C,ge.children,ge.fallback,H),ut=C.child,Le=g.child.memoizedState,ut.memoizedState=Le===null?{baseLanes:H}:{baseLanes:Le.baseLanes|H},ut.childLanes=g.childLanes&~H,C.memoizedState=eu,ge):(H=Vs(g,C,ge.children,H),C.memoizedState=null,H)}function No(g,C,H,ge){var Le=g.mode,ut=g.child;return C={mode:"hidden",children:C},!(Le&2)&&ut!==null?(ut.childLanes=0,ut.pendingProps=C):ut=yc(C,Le,0,null),H=Yo(H,Le,ge,null),ut.return=g,H.return=g,ut.sibling=H,g.child=ut,H}function Vs(g,C,H,ge){var Le=g.child;return g=Le.sibling,H=fl(Le,{mode:"visible",children:H}),!(C.mode&2)&&(H.lanes=ge),H.return=C,H.sibling=null,g!==null&&(g.nextEffect=null,g.flags=8,C.firstEffect=C.lastEffect=g),C.child=H}function Go(g,C,H,ge,Le){var ut=C.mode,jt=g.child;g=jt.sibling;var ir={mode:"hidden",children:H};return!(ut&2)&&C.child!==jt?(H=C.child,H.childLanes=0,H.pendingProps=ir,jt=H.lastEffect,jt!==null?(C.firstEffect=H.firstEffect,C.lastEffect=jt,jt.nextEffect=null):C.firstEffect=C.lastEffect=null):H=fl(jt,ir),g!==null?ge=fl(g,ge):(ge=Yo(ge,ut,Le,null),ge.flags|=2),ge.return=C,H.return=C,H.sibling=ge,C.child=H,ge}function ku(g,C){g.lanes|=C;var H=g.alternate;H!==null&&(H.lanes|=C),hs(g.return,C)}function Io(g,C,H,ge,Le,ut){var jt=g.memoizedState;jt===null?g.memoizedState={isBackwards:C,rendering:null,renderingStartTime:0,last:ge,tail:H,tailMode:Le,lastEffect:ut}:(jt.isBackwards=C,jt.rendering=null,jt.renderingStartTime=0,jt.last=ge,jt.tail=H,jt.tailMode=Le,jt.lastEffect=ut)}function tl(g,C,H){var ge=C.pendingProps,Le=ge.revealOrder,ut=ge.tail;if(lo(g,C,ge.children,H),ge=to.current,ge&2)ge=ge&1|2,C.flags|=64;else{if(g!==null&&g.flags&64)e:for(g=C.child;g!==null;){if(g.tag===13)g.memoizedState!==null&&ku(g,H);else if(g.tag===19)ku(g,H);else if(g.child!==null){g.child.return=g,g=g.child;continue}if(g===C)break e;for(;g.sibling===null;){if(g.return===null||g.return===C)break e;g=g.return}g.sibling.return=g.return,g=g.sibling}ge&=1}if(Ba(to,ge),!(C.mode&2))C.memoizedState=null;else switch(Le){case"forwards":for(H=C.child,Le=null;H!==null;)g=H.alternate,g!==null&&wc(g)===null&&(Le=H),H=H.sibling;H=Le,H===null?(Le=C.child,C.child=null):(Le=H.sibling,H.sibling=null),Io(C,!1,Le,H,ut,C.lastEffect);break;case"backwards":for(H=null,Le=C.child,C.child=null;Le!==null;){if(g=Le.alternate,g!==null&&wc(g)===null){C.child=Le;break}g=Le.sibling,Le.sibling=H,H=Le,Le=g}Io(C,!0,H,null,ut,C.lastEffect);break;case"together":Io(C,!1,null,null,void 0,C.lastEffect);break;default:C.memoizedState=null}return C.child}function yu(g,C,H){if(g!==null&&(C.dependencies=g.dependencies),co|=C.lanes,H&C.childLanes){if(g!==null&&C.child!==g.child)throw Error(c(153));if(C.child!==null){for(g=C.child,H=fl(g,g.pendingProps),C.child=H,H.return=C;g.sibling!==null;)g=g.sibling,H=H.sibling=fl(g,g.pendingProps),H.return=C;H.sibling=null}return C.child}return null}var hc,Ru,Vo,rl;hc=function(g,C){for(var H=C.child;H!==null;){if(H.tag===5||H.tag===6)g.appendChild(H.stateNode);else if(H.tag!==4&&H.child!==null){H.child.return=H,H=H.child;continue}if(H===C)break;for(;H.sibling===null;){if(H.return===null||H.return===C)return;H=H.return}H.sibling.return=H.return,H=H.sibling}},Ru=function(){},Vo=function(g,C,H,ge){var Le=g.memoizedProps;if(Le!==ge){g=C.stateNode,Tu(To.current);var ut=null;switch(H){case"input":Le=mt(g,Le),ge=mt(g,ge),ut=[];break;case"option":Le=We(g,Le),ge=We(g,ge),ut=[];break;case"select":Le=i({},Le,{value:void 0}),ge=i({},ge,{value:void 0}),ut=[];break;case"textarea":Le=ct(g,Le),ge=ct(g,ge),ut=[];break;default:typeof Le.onClick!="function"&&typeof ge.onClick=="function"&&(g.onclick=ti)}Te(H,ge);var jt;H=null;for(t in Le)if(!ge.hasOwnProperty(t)&&Le.hasOwnProperty(t)&&Le[t]!=null)if(t==="style"){var ir=Le[t];for(jt in ir)ir.hasOwnProperty(jt)&&(H||(H={}),H[jt]="")}else t!=="dangerouslySetInnerHTML"&&t!=="children"&&t!=="suppressContentEditableWarning"&&t!=="suppressHydrationWarning"&&t!=="autoFocus"&&(o.hasOwnProperty(t)?ut||(ut=[]):(ut=ut||[]).push(t,null));for(t in ge){var P=ge[t];if(ir=Le!=null?Le[t]:void 0,ge.hasOwnProperty(t)&&P!==ir&&(P!=null||ir!=null))if(t==="style")if(ir){for(jt in ir)!ir.hasOwnProperty(jt)||P&&P.hasOwnProperty(jt)||(H||(H={}),H[jt]="");for(jt in P)P.hasOwnProperty(jt)&&ir[jt]!==P[jt]&&(H||(H={}),H[jt]=P[jt])}else H||(ut||(ut=[]),ut.push(t,H)),H=P;else t==="dangerouslySetInnerHTML"?(P=P?P.__html:void 0,ir=ir?ir.__html:void 0,P!=null&&ir!==P&&(ut=ut||[]).push(t,P)):t==="children"?typeof P!="string"&&typeof P!="number"||(ut=ut||[]).push(t,""+P):t!=="suppressContentEditableWarning"&&t!=="suppressHydrationWarning"&&(o.hasOwnProperty(t)?(P!=null&&t==="onScroll"&&qe("scroll",g),ut||ir===P||(ut=[])):typeof P=="object"&&P!==null&&P.$$typeof===Z?P.toString():(ut=ut||[]).push(t,P))}H&&(ut=ut||[]).push("style",H);var t=ut;(C.updateQueue=t)&&(C.flags|=4)}},rl=function(g,C,H,ge){H!==ge&&(C.flags|=4)};function bu(g,C){if(!Qu)switch(g.tailMode){case"hidden":C=g.tail;for(var H=null;C!==null;)C.alternate!==null&&(H=C),C=C.sibling;H===null?g.tail=null:H.sibling=null;break;case"collapsed":H=g.tail;for(var ge=null;H!==null;)H.alternate!==null&&(ge=H),H=H.sibling;ge===null?C||g.tail===null?g.tail=null:g.tail.sibling=null:ge.sibling=null}}function Ic(g,C,H){var ge=C.pendingProps;switch(C.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return null;case 1:return qr(C.type)&&br(),null;case 3:return Pl(),Zi(ye),Zi(ha),_l(),ge=C.stateNode,ge.pendingContext&&(ge.context=ge.pendingContext,ge.pendingContext=null),(g===null||g.child===null)&&(l0(C)?C.flags|=4:ge.hydrate||(C.flags|=256)),Ru(C),null;case 5:xc(C);var Le=Tu(Wl.current);if(H=C.type,g!==null&&C.stateNode!=null)Vo(g,C,H,ge,Le),g.ref!==C.ref&&(C.flags|=128);else{if(!ge){if(C.stateNode===null)throw Error(c(166));return null}if(g=Tu(To.current),l0(C)){ge=C.stateNode,H=C.type;var ut=C.memoizedProps;switch(ge[La]=C,ge[ta]=ut,H){case"dialog":qe("cancel",ge),qe("close",ge);break;case"iframe":case"object":case"embed":qe("load",ge);break;case"video":case"audio":for(g=0;g<Nn.length;g++)qe(Nn[g],ge);break;case"source":qe("error",ge);break;case"img":case"image":case"link":qe("error",ge),qe("load",ge);break;case"details":qe("toggle",ge);break;case"input":et(ge,ut),qe("invalid",ge);break;case"select":ge._wrapperState={wasMultiple:!!ut.multiple},qe("invalid",ge);break;case"textarea":Gt(ge,ut),qe("invalid",ge)}Te(H,ut),g=null;for(var jt in ut)ut.hasOwnProperty(jt)&&(Le=ut[jt],jt==="children"?typeof Le=="string"?ge.textContent!==Le&&(g=["children",Le]):typeof Le=="number"&&ge.textContent!==""+Le&&(g=["children",""+Le]):o.hasOwnProperty(jt)&&Le!=null&&jt==="onScroll"&&qe("scroll",ge));switch(H){case"input":Zt(ge),Se(ge,ut,!0);break;case"textarea":Zt(ge),Pe(ge);break;case"select":case"option":break;default:typeof ut.onClick=="function"&&(ge.onclick=ti)}ge=g,C.updateQueue=ge,ge!==null&&(C.flags|=4)}else{switch(jt=Le.nodeType===9?Le:Le.ownerDocument,g===Qe.html&&(g=Kt(H)),g===Qe.html?H==="script"?(g=jt.createElement("div"),g.innerHTML="<script><\/script>",g=g.removeChild(g.firstChild)):typeof ge.is=="string"?g=jt.createElement(H,{is:ge.is}):(g=jt.createElement(H),H==="select"&&(jt=g,ge.multiple?jt.multiple=!0:ge.size&&(jt.size=ge.size))):g=jt.createElementNS(g,H),g[La]=C,g[ta]=ge,hc(g,C,!1,!1),C.stateNode=g,jt=ht(H,ge),H){case"dialog":qe("cancel",g),qe("close",g),Le=ge;break;case"iframe":case"object":case"embed":qe("load",g),Le=ge;break;case"video":case"audio":for(Le=0;Le<Nn.length;Le++)qe(Nn[Le],g);Le=ge;break;case"source":qe("error",g),Le=ge;break;case"img":case"image":case"link":qe("error",g),qe("load",g),Le=ge;break;case"details":qe("toggle",g),Le=ge;break;case"input":et(g,ge),Le=mt(g,ge),qe("invalid",g);break;case"option":Le=We(g,ge);break;case"select":g._wrapperState={wasMultiple:!!ge.multiple},Le=i({},ge,{value:void 0}),qe("invalid",g);break;case"textarea":Gt(g,ge),Le=ct(g,ge),qe("invalid",g);break;default:Le=ge}Te(H,Le);var ir=Le;for(ut in ir)if(ir.hasOwnProperty(ut)){var P=ir[ut];ut==="style"?pe(g,P):ut==="dangerouslySetInnerHTML"?(P=P?P.__html:void 0,P!=null&&Nt(g,P)):ut==="children"?typeof P=="string"?(H!=="textarea"||P!=="")&&Ct(g,P):typeof P=="number"&&Ct(g,""+P):ut!=="suppressContentEditableWarning"&&ut!=="suppressHydrationWarning"&&ut!=="autoFocus"&&(o.hasOwnProperty(ut)?P!=null&&ut==="onScroll"&&qe("scroll",g):P!=null&&B(g,ut,P,jt))}switch(H){case"input":Zt(g),Se(g,ge,!1);break;case"textarea":Zt(g),Pe(g);break;case"option":ge.value!=null&&g.setAttribute("value",""+tr(ge.value));break;case"select":g.multiple=!!ge.multiple,ut=ge.value,ut!=null?it(g,!!ge.multiple,ut,!1):ge.defaultValue!=null&&it(g,!!ge.multiple,ge.defaultValue,!0);break;default:typeof Le.onClick=="function"&&(g.onclick=ti)}Hi(H,ge)&&(C.flags|=4)}C.ref!==null&&(C.flags|=128)}return null;case 6:if(g&&C.stateNode!=null)rl(g,C,g.memoizedProps,ge);else{if(typeof ge!="string"&&C.stateNode===null)throw Error(c(166));H=Tu(Wl.current),Tu(To.current),l0(C)?(ge=C.stateNode,H=C.memoizedProps,ge[La]=C,ge.nodeValue!==H&&(C.flags|=4)):(ge=(H.nodeType===9?H:H.ownerDocument).createTextNode(ge),ge[La]=C,C.stateNode=ge)}return null;case 13:return Zi(to),ge=C.memoizedState,C.flags&64?(C.lanes=H,C):(ge=ge!==null,H=!1,g===null?C.memoizedProps.fallback!==void 0&&l0(C):H=g.memoizedState!==null,ge&&!H&&C.mode&2&&(g===null&&C.memoizedProps.unstable_avoidThisFallback!==!0||to.current&1?Da===0&&(Da=3):((Da===0||Da===3)&&(Da=4),an===null||!(co&134217727)&&!(bs&134217727)||Nl(an,hn))),(ge||H)&&(C.flags|=4),null);case 4:return Pl(),Ru(C),g===null&&Vt(C.stateNode.containerInfo),null;case 10:return Ha(C),null;case 17:return qr(C.type)&&br(),null;case 19:if(Zi(to),ge=C.memoizedState,ge===null)return null;if(ut=(C.flags&64)!==0,jt=ge.rendering,jt===null)if(ut)bu(ge,!1);else{if(Da!==0||g!==null&&g.flags&64)for(g=C.child;g!==null;){if(jt=wc(g),jt!==null){for(C.flags|=64,bu(ge,!1),ut=jt.updateQueue,ut!==null&&(C.updateQueue=ut,C.flags|=4),ge.lastEffect===null&&(C.firstEffect=null),C.lastEffect=ge.lastEffect,ge=H,H=C.child;H!==null;)ut=H,g=ge,ut.flags&=2,ut.nextEffect=null,ut.firstEffect=null,ut.lastEffect=null,jt=ut.alternate,jt===null?(ut.childLanes=0,ut.lanes=g,ut.child=null,ut.memoizedProps=null,ut.memoizedState=null,ut.updateQueue=null,ut.dependencies=null,ut.stateNode=null):(ut.childLanes=jt.childLanes,ut.lanes=jt.lanes,ut.child=jt.child,ut.memoizedProps=jt.memoizedProps,ut.memoizedState=jt.memoizedState,ut.updateQueue=jt.updateQueue,ut.type=jt.type,g=jt.dependencies,ut.dependencies=g===null?null:{lanes:g.lanes,firstContext:g.firstContext}),H=H.sibling;return Ba(to,to.current&1|2),C.child}g=g.sibling}ge.tail!==null&&Tt()>_c&&(C.flags|=64,ut=!0,bu(ge,!1),C.lanes=33554432)}else{if(!ut)if(g=wc(jt),g!==null){if(C.flags|=64,ut=!0,H=g.updateQueue,H!==null&&(C.updateQueue=H,C.flags|=4),bu(ge,!0),ge.tail===null&&ge.tailMode==="hidden"&&!jt.alternate&&!Qu)return C=C.lastEffect=ge.lastEffect,C!==null&&(C.nextEffect=null),null}else 2*Tt()-ge.renderingStartTime>_c&&H!==1073741824&&(C.flags|=64,ut=!0,bu(ge,!1),C.lanes=33554432);ge.isBackwards?(jt.sibling=C.child,C.child=jt):(H=ge.last,H!==null?H.sibling=jt:C.child=jt,ge.last=jt)}return ge.tail!==null?(H=ge.tail,ge.rendering=H,ge.tail=H.sibling,ge.lastEffect=C.lastEffect,ge.renderingStartTime=Tt(),H.sibling=null,C=to.current,Ba(to,ut?C&1|2:C&1),H):null;case 23:case 24:return oa(),g!==null&&g.memoizedState!==null!=(C.memoizedState!==null)&&ge.mode!=="unstable-defer-without-hiding"&&(C.flags|=4),null}throw Error(c(156,C.tag))}function Kc(g){switch(g.tag){case 1:qr(g.type)&&br();var C=g.flags;return C&4096?(g.flags=C&-4097|64,g):null;case 3:if(Pl(),Zi(ye),Zi(ha),_l(),C=g.flags,C&64)throw Error(c(285));return g.flags=C&-4097|64,g;case 5:return xc(g),null;case 13:return Zi(to),C=g.flags,C&4096?(g.flags=C&-4097|64,g):null;case 19:return Zi(to),null;case 4:return Pl(),null;case 10:return Ha(g),null;case 23:case 24:return oa(),null;default:return null}}function Zo(g,C){try{var H="",ge=C;do H+=Jt(ge),ge=ge.return;while(ge);var Le=H}catch(ut){Le=`
Error generating stack: `+ut.message+`
`+ut.stack}return{value:g,source:C,stack:Le}}function xu(g,C){try{console.error(C.value)}catch(H){setTimeout(function(){throw H})}}var nl=typeof WeakMap=="function"?WeakMap:Map;function il(g,C,H){H=oo(-1,H),H.tag=3,H.payload={element:null};var ge=C.value;return H.callback=function(){nc||(nc=!0,Fl=ge),xu(g,C)},H}function ql(g,C,H){H=oo(-1,H),H.tag=3;var ge=g.type.getDerivedStateFromError;if(typeof ge=="function"){var Le=C.value;H.payload=function(){return xu(g,C),ge(Le)}}var ut=g.stateNode;return ut!==null&&typeof ut.componentDidCatch=="function"&&(H.callback=function(){typeof ge!="function"&&(jo===null?jo=new Set([this]):jo.add(this),xu(g,C));var jt=C.stack;this.componentDidCatch(C.value,{componentStack:jt!==null?jt:""})}),H}var Ql=typeof WeakSet=="function"?WeakSet:Set;function xl(g){var C=g.ref;if(C!==null)if(typeof C=="function")try{C(null)}catch(H){cl(g,H)}else C.current=null}function Yc(g,C){switch(C.tag){case 0:case 11:case 15:case 22:return;case 1:if(C.flags&256&&g!==null){var H=g.memoizedProps,ge=g.memoizedState;g=C.stateNode,C=g.getSnapshotBeforeUpdate(C.elementType===C.type?H:$n(C.type,H),ge),g.__reactInternalSnapshotBeforeUpdate=C}return;case 3:C.flags&256&&Ii(C.stateNode.containerInfo);return;case 5:case 6:case 4:case 17:return}throw Error(c(163))}function Ml(g,C,H){switch(H.tag){case 0:case 11:case 15:case 22:if(C=H.updateQueue,C=C!==null?C.lastEffect:null,C!==null){g=C=C.next;do{if((g.tag&3)===3){var ge=g.create;g.destroy=ge()}g=g.next}while(g!==C)}if(C=H.updateQueue,C=C!==null?C.lastEffect:null,C!==null){g=C=C.next;do{var Le=g;ge=Le.next,Le=Le.tag,Le&4&&Le&1&&(gc(H,g),E0(H,g)),g=ge}while(g!==C)}return;case 1:g=H.stateNode,H.flags&4&&(C===null?g.componentDidMount():(ge=H.elementType===H.type?C.memoizedProps:$n(H.type,C.memoizedProps),g.componentDidUpdate(ge,C.memoizedState,g.__reactInternalSnapshotBeforeUpdate))),C=H.updateQueue,C!==null&&go(H,C,g);return;case 3:if(C=H.updateQueue,C!==null){if(g=null,H.child!==null)switch(H.child.tag){case 5:g=H.child.stateNode;break;case 1:g=H.child.stateNode}go(H,C,g)}return;case 5:g=H.stateNode,C===null&&H.flags&4&&Hi(H.type,H.memoizedProps)&&g.focus();return;case 6:return;case 4:return;case 12:return;case 13:H.memoizedState===null&&(H=H.alternate,H!==null&&(H=H.memoizedState,H!==null&&(H=H.dehydrated,H!==null&&vt(H))));return;case 19:case 17:case 20:case 21:case 23:case 24:return}throw Error(c(163))}function Jl(g,C){for(var H=g;;){if(H.tag===5){var ge=H.stateNode;if(C)ge=ge.style,typeof ge.setProperty=="function"?ge.setProperty("display","none","important"):ge.display="none";else{ge=H.stateNode;var Le=H.memoizedProps.style;Le=Le!=null&&Le.hasOwnProperty("display")?Le.display:null,ge.style.display=fe("display",Le)}}else if(H.tag===6)H.stateNode.nodeValue=C?"":H.memoizedProps;else if((H.tag!==23&&H.tag!==24||H.memoizedState===null||H===g)&&H.child!==null){H.child.return=H,H=H.child;continue}if(H===g)break;for(;H.sibling===null;){if(H.return===null||H.return===g)return;H=H.return}H.sibling.return=H.return,H=H.sibling}}function wu(g,C){if(Mn&&typeof Mn.onCommitFiberUnmount=="function")try{Mn.onCommitFiberUnmount(Ln,C)}catch(ut){}switch(C.tag){case 0:case 11:case 14:case 15:case 22:if(g=C.updateQueue,g!==null&&(g=g.lastEffect,g!==null)){var H=g=g.next;do{var ge=H,Le=ge.destroy;if(ge=ge.tag,Le!==void 0)if(ge&4)gc(C,H);else{ge=C;try{Le()}catch(ut){cl(ge,ut)}}H=H.next}while(H!==g)}break;case 1:if(xl(C),g=C.stateNode,typeof g.componentWillUnmount=="function")try{g.props=C.memoizedProps,g.state=C.memoizedState,g.componentWillUnmount()}catch(ut){cl(C,ut)}break;case 5:xl(C);break;case 4:mc(g,C)}}function Xc(g){g.alternate=null,g.child=null,g.dependencies=null,g.firstEffect=null,g.lastEffect=null,g.memoizedProps=null,g.memoizedState=null,g.pendingProps=null,g.return=null,g.updateQueue=null}function pc(g){return g.tag===5||g.tag===3||g.tag===4}function Lu(g){e:{for(var C=g.return;C!==null;){if(pc(C))break e;C=C.return}throw Error(c(160))}var H=C;switch(C=H.stateNode,H.tag){case 5:var ge=!1;break;case 3:C=C.containerInfo,ge=!0;break;case 4:C=C.containerInfo,ge=!0;break;default:throw Error(c(161))}H.flags&16&&(Ct(C,""),H.flags&=-17);e:t:for(H=g;;){for(;H.sibling===null;){if(H.return===null||pc(H.return)){H=null;break e}H=H.return}for(H.sibling.return=H.return,H=H.sibling;H.tag!==5&&H.tag!==6&&H.tag!==18;){if(H.flags&2||H.child===null||H.tag===4)continue t;H.child.return=H,H=H.child}if(!(H.flags&2)){H=H.stateNode;break e}}ge?lu(g,H,C):ec(g,H,C)}function lu(g,C,H){var ge=g.tag,Le=ge===5||ge===6;if(Le)g=Le?g.stateNode:g.stateNode.instance,C?H.nodeType===8?H.parentNode.insertBefore(g,C):H.insertBefore(g,C):(H.nodeType===8?(C=H.parentNode,C.insertBefore(g,H)):(C=H,C.appendChild(g)),H=H._reactRootContainer,H!=null||C.onclick!==null||(C.onclick=ti));else if(ge!==4&&(g=g.child,g!==null))for(lu(g,C,H),g=g.sibling;g!==null;)lu(g,C,H),g=g.sibling}function ec(g,C,H){var ge=g.tag,Le=ge===5||ge===6;if(Le)g=Le?g.stateNode:g.stateNode.instance,C?H.insertBefore(g,C):H.appendChild(g);else if(ge!==4&&(g=g.child,g!==null))for(ec(g,C,H),g=g.sibling;g!==null;)ec(g,C,H),g=g.sibling}function mc(g,C){for(var H=C,ge=!1,Le,ut;;){if(!ge){ge=H.return;e:for(;;){if(ge===null)throw Error(c(160));switch(Le=ge.stateNode,ge.tag){case 5:ut=!1;break e;case 3:Le=Le.containerInfo,ut=!0;break e;case 4:Le=Le.containerInfo,ut=!0;break e}ge=ge.return}ge=!0}if(H.tag===5||H.tag===6){e:for(var jt=g,ir=H,P=ir;;)if(wu(jt,P),P.child!==null&&P.tag!==4)P.child.return=P,P=P.child;else{if(P===ir)break e;for(;P.sibling===null;){if(P.return===null||P.return===ir)break e;P=P.return}P.sibling.return=P.return,P=P.sibling}ut?(jt=Le,ir=H.stateNode,jt.nodeType===8?jt.parentNode.removeChild(ir):jt.removeChild(ir)):Le.removeChild(H.stateNode)}else if(H.tag===4){if(H.child!==null){Le=H.stateNode.containerInfo,ut=!0,H.child.return=H,H=H.child;continue}}else if(wu(g,H),H.child!==null){H.child.return=H,H=H.child;continue}if(H===C)break;for(;H.sibling===null;){if(H.return===null||H.return===C)return;H=H.return,H.tag===4&&(ge=!1)}H.sibling.return=H.return,H=H.sibling}}function vc(g,C){switch(C.tag){case 0:case 11:case 14:case 15:case 22:var H=C.updateQueue;if(H=H!==null?H.lastEffect:null,H!==null){var ge=H=H.next;do(ge.tag&3)===3&&(g=ge.destroy,ge.destroy=void 0,g!==void 0&&g()),ge=ge.next;while(ge!==H)}return;case 1:return;case 5:if(H=C.stateNode,H!=null){ge=C.memoizedProps;var Le=g!==null?g.memoizedProps:ge;g=C.type;var ut=C.updateQueue;if(C.updateQueue=null,ut!==null){for(H[ta]=ge,g==="input"&&ge.type==="radio"&&ge.name!=null&&He(H,ge),ht(g,Le),C=ht(g,ge),Le=0;Le<ut.length;Le+=2){var jt=ut[Le],ir=ut[Le+1];jt==="style"?pe(H,ir):jt==="dangerouslySetInnerHTML"?Nt(H,ir):jt==="children"?Ct(H,ir):B(H,jt,ir,C)}switch(g){case"input":_e(H,ge);break;case"textarea":$t(H,ge);break;case"select":g=H._wrapperState.wasMultiple,H._wrapperState.wasMultiple=!!ge.multiple,ut=ge.value,ut!=null?it(H,!!ge.multiple,ut,!1):g!==!!ge.multiple&&(ge.defaultValue!=null?it(H,!!ge.multiple,ge.defaultValue,!0):it(H,!!ge.multiple,ge.multiple?[]:"",!1))}}}return;case 6:if(C.stateNode===null)throw Error(c(162));C.stateNode.nodeValue=C.memoizedProps;return;case 3:H=C.stateNode,H.hydrate&&(H.hydrate=!1,vt(H.containerInfo));return;case 12:return;case 13:C.memoizedState!==null&&(rc=Tt(),Jl(C.child,!0)),Oc(C);return;case 19:Oc(C);return;case 17:return;case 23:case 24:Jl(C,C.memoizedState!==null);return}throw Error(c(163))}function Oc(g){var C=g.updateQueue;if(C!==null){g.updateQueue=null;var H=g.stateNode;H===null&&(H=g.stateNode=new Ql),C.forEach(function(ge){var Le=Vu.bind(null,g,ge);H.has(ge)||(H.add(ge),ge.then(Le,Le))})}}function I(g,C){return g!==null&&(g=g.memoizedState,g===null||g.dehydrated!==null)?(C=C.memoizedState,C!==null&&C.dehydrated===null):!1}var D=Math.ceil,L=U.ReactCurrentDispatcher,ve=U.ReactCurrentOwner,De=0,an=null,An=null,hn=0,Di=0,Ya=ts(0),Da=0,Oo=null,Ma=0,co=0,bs=0,Dc=0,tc=null,rc=0,_c=1/0;function Mu(){_c=Tt()+500}var ki=null,nc=!1,Fl=null,jo=null,Ks=!1,ns=null,al=90,sl=[],wl=[],El=null,ol=0,qc=null,kc=-1,$u=0,Qc=0,Bl=null,Jc=!1;function cu(){return De&48?Tt():kc!==-1?kc:kc=Tt()}function Fu(g){if(g=g.mode,!(g&2))return 1;if(!(g&4))return Bt()===99?1:2;if($u===0&&($u=Ma),Hn.transition!==0){Qc!==0&&(Qc=tc!==null?tc.pendingLanes:0),g=$u;var C=4186112&~Qc;return C&=-C,C===0&&(g=4186112&~g,C=g&-g,C===0&&(C=8192)),C}return g=Bt(),De&4&&g===98?g=un(12,$u):(g=mn(g),g=un(g,$u)),g}function Sl(g,C,H){if(50<ol)throw ol=0,qc=null,Error(c(185));if(g=ic(g,C),g===null)return null;Si(g,C,H),g===an&&(bs|=C,Da===4&&Nl(g,hn));var ge=Bt();C===1?De&8&&!(De&48)?Pn(g):(Eu(g,H),De===0&&(Mu(),nn())):(!(De&4)||ge!==98&&ge!==99||(El===null?El=new Set([g]):El.add(g)),Eu(g,H)),tc=g}function ic(g,C){g.lanes|=C;var H=g.alternate;for(H!==null&&(H.lanes|=C),H=g,g=g.return;g!==null;)g.childLanes|=C,H=g.alternate,H!==null&&(H.childLanes|=C),H=g,g=g.return;return H.tag===3?H.stateNode:null}function Eu(g,C){for(var H=g.callbackNode,ge=g.suspendedLanes,Le=g.pingedLanes,ut=g.expirationTimes,jt=g.pendingLanes;0<jt;){var ir=31-vi(jt),P=1<<ir,t=ut[ir];if(t===-1){if(!(P&ge)||P&Le){t=C,zr(P);var n=Pr;ut[ir]=10<=n?t+250:6<=n?t+5e3:-1}}else t<=C&&(g.expiredLanes|=P);jt&=~P}if(ge=dn(g,g===an?hn:0),C=Pr,ge===0)H!==null&&(H!==$&&$i(H),g.callbackNode=null,g.callbackPriority=0);else{if(H!==null){if(g.callbackPriority===C)return;H!==$&&$i(H)}C===15?(H=Pn.bind(null,g),ne===null?(ne=[H],he=ca(Yu,En)):ne.push(H),H=$):C===14?H=Ut(99,Pn.bind(null,g)):(H=Tr(C),H=Ut(H,ac.bind(null,g))),g.callbackPriority=C,g.callbackNode=H}}function ac(g){if(kc=-1,Qc=$u=0,De&48)throw Error(c(327));var C=g.callbackNode;if(jl()&&g.callbackNode!==C)return null;var H=dn(g,g===an?hn:0);if(H===0)return null;var ge=H,Le=De;De|=16;var ut=Qi();(an!==g||hn!==ge)&&(Mu(),ma(g,ge));do try{Bu();break}catch(ir){ms(g,ir)}while(!0);if(us(),L.current=ut,De=Le,An!==null?ge=0:(an=null,hn=0,ge=Da),Ma&bs)ma(g,0);else if(ge!==0){if(ge===2&&(De|=64,g.hydrate&&(g.hydrate=!1,Ii(g.containerInfo)),H=rn(g),H!==0&&(ge=is(g,H))),ge===1)throw C=Oo,ma(g,0),Nl(g,H),Eu(g,Tt()),C;switch(g.finishedWork=g.current.alternate,g.finishedLanes=H,ge){case 0:case 1:throw Error(c(345));case 2:ll(g);break;case 3:if(Nl(g,H),(H&62914560)===H&&(ge=rc+500-Tt(),10<ge)){if(dn(g,0)!==0)break;if(Le=g.suspendedLanes,(Le&H)!==H){cu(),g.pingedLanes|=g.suspendedLanes&Le;break}g.timeoutHandle=Ei(ll.bind(null,g),ge);break}ll(g);break;case 4:if(Nl(g,H),(H&4186112)===H)break;for(ge=g.eventTimes,Le=-1;0<H;){var jt=31-vi(H);ut=1<<jt,jt=ge[jt],jt>Le&&(Le=jt),H&=~ut}if(H=Le,H=Tt()-H,H=(120>H?120:480>H?480:1080>H?1080:1920>H?1920:3e3>H?3e3:4320>H?4320:1960*D(H/1960))-H,10<H){g.timeoutHandle=Ei(ll.bind(null,g),H);break}ll(g);break;case 5:ll(g);break;default:throw Error(c(329))}}return Eu(g,Tt()),g.callbackNode===C?ac.bind(null,g):null}function Nl(g,C){for(C&=~Dc,C&=~bs,g.suspendedLanes|=C,g.pingedLanes&=~C,g=g.expirationTimes;0<C;){var H=31-vi(C),ge=1<<H;g[H]=-1,C&=~ge}}function Pn(g){if(De&48)throw Error(c(327));if(jl(),g===an&&g.expiredLanes&hn){var C=hn,H=is(g,C);Ma&bs&&(C=dn(g,C),H=is(g,C))}else C=dn(g,0),H=is(g,C);if(g.tag!==0&&H===2&&(De|=64,g.hydrate&&(g.hydrate=!1,Ii(g.containerInfo)),C=rn(g),C!==0&&(H=is(g,C))),H===1)throw H=Oo,ma(g,0),Nl(g,C),Eu(g,Tt()),H;return g.finishedWork=g.current.alternate,g.finishedLanes=C,ll(g),Eu(g,Tt()),null}function Vn(){if(El!==null){var g=El;El=null,g.forEach(function(C){C.expiredLanes|=24&C.pendingLanes,Eu(C,Tt())})}nn()}function Mi(g,C){var H=De;De|=1;try{return g(C)}finally{De=H,De===0&&(Mu(),nn())}}function Sa(g,C){var H=De;De&=-2,De|=8;try{return g(C)}finally{De=H,De===0&&(Mu(),nn())}}function Wi(g,C){Ba(Ya,Di),Di|=C,Ma|=C}function oa(){Di=Ya.current,Zi(Ya)}function ma(g,C){g.finishedWork=null,g.finishedLanes=0;var H=g.timeoutHandle;if(H!==-1&&(g.timeoutHandle=-1,ba(H)),An!==null)for(H=An.return;H!==null;){var ge=H;switch(ge.tag){case 1:ge=ge.type.childContextTypes,ge!=null&&br();break;case 3:Pl(),Zi(ye),Zi(ha),_l();break;case 5:xc(ge);break;case 4:Pl();break;case 13:Zi(to);break;case 19:Zi(to);break;case 10:Ha(ge);break;case 23:case 24:oa()}H=H.return}an=g,An=fl(g.current,null),hn=Di=Ma=C,Da=0,Oo=null,Dc=bs=co=0}function ms(g,C){do{var H=An;try{if(us(),Ol.current=Yl,Gl){for(var ge=zs.memoizedState;ge!==null;){var Le=ge.queue;Le!==null&&(Le.pending=null),ge=ge.next}Gl=!1}if(Dl=0,Fs=Bo=zs=null,gl=!1,ve.current=null,H===null||H.return===null){Da=1,Oo=C,An=null;break}e:{var ut=g,jt=H.return,ir=H,P=C;if(C=hn,ir.flags|=2048,ir.firstEffect=ir.lastEffect=null,P!==null&&typeof P=="object"&&typeof P.then=="function"){var t=P;if(!(ir.mode&2)){var n=ir.alternate;n?(ir.updateQueue=n.updateQueue,ir.memoizedState=n.memoizedState,ir.lanes=n.lanes):(ir.updateQueue=null,ir.memoizedState=null)}var s=(to.current&1)!==0,v=jt;do{var w;if(w=v.tag===13){var T=v.memoizedState;if(T!==null)w=T.dehydrated!==null;else{var z=v.memoizedProps;w=z.fallback===void 0?!1:z.unstable_avoidThisFallback!==!0?!0:!s}}if(w){var W=v.updateQueue;if(W===null){var N=new Set;N.add(t),v.updateQueue=N}else W.add(t);if(!(v.mode&2)){if(v.flags|=64,ir.flags|=16384,ir.flags&=-2981,ir.tag===1)if(ir.alternate===null)ir.tag=17;else{var te=oo(-1,1);te.tag=2,Co(ir,te)}ir.lanes|=1;break e}P=void 0,ir=C;var ce=ut.pingCache;if(ce===null?(ce=ut.pingCache=new nl,P=new Set,ce.set(t,P)):(P=ce.get(t),P===void 0&&(P=new Set,ce.set(t,P))),!P.has(ir)){P.add(ir);var be=O0.bind(null,ut,t,ir);t.then(be,be)}v.flags|=4096,v.lanes=C;break e}v=v.return}while(v!==null);P=Error((er(ir.type)||"A React component")+` suspended while rendering, but no fallback UI was specified.
Add a <Suspense fallback=...> component higher in the tree to provide a loading indicator or placeholder to display.`)}Da!==5&&(Da=2),P=Zo(P,ir),v=jt;do{switch(v.tag){case 3:ut=P,v.flags|=4096,C&=-C,v.lanes|=C;var Ie=il(v,ut,C);Mo(v,Ie);break e;case 1:ut=P;var Ae=v.type,at=v.stateNode;if(!(v.flags&64)&&(typeof Ae.getDerivedStateFromError=="function"||at!==null&&typeof at.componentDidCatch=="function"&&(jo===null||!jo.has(at)))){v.flags|=4096,C&=-C,v.lanes|=C;var rt=ql(v,ut,C);Mo(v,rt);break e}}v=v.return}while(v!==null)}ul(H)}catch(Rt){C=Rt,An===H&&H!==null&&(An=H=H.return);continue}break}while(!0)}function Qi(){var g=L.current;return L.current=Yl,g===null?Yl:g}function is(g,C){var H=De;De|=16;var ge=Qi();an===g&&hn===C||ma(g,C);do try{Wu();break}catch(Le){ms(g,Le)}while(!0);if(us(),De=H,L.current=ge,An!==null)throw Error(c(261));return an=null,hn=0,Da}function Wu(){for(;An!==null;)Gu(An)}function Bu(){for(;An!==null&&!_o();)Gu(An)}function Gu(g){var C=Rc(g.alternate,g,Di);g.memoizedProps=g.pendingProps,C===null?ul(g):An=C,ve.current=null}function ul(g){var C=g;do{var H=C.alternate;if(g=C.return,C.flags&2048){if(H=Kc(C),H!==null){H.flags&=2047,An=H;return}g!==null&&(g.firstEffect=g.lastEffect=null,g.flags|=2048)}else{if(H=Ic(H,C,Di),H!==null){An=H;return}if(H=C,H.tag!==24&&H.tag!==23||H.memoizedState===null||Di&1073741824||!(H.mode&4)){for(var ge=0,Le=H.child;Le!==null;)ge|=Le.lanes|Le.childLanes,Le=Le.sibling;H.childLanes=ge}g!==null&&!(g.flags&2048)&&(g.firstEffect===null&&(g.firstEffect=C.firstEffect),C.lastEffect!==null&&(g.lastEffect!==null&&(g.lastEffect.nextEffect=C.firstEffect),g.lastEffect=C.lastEffect),1<C.flags&&(g.lastEffect!==null?g.lastEffect.nextEffect=C:g.firstEffect=C,g.lastEffect=C))}if(C=C.sibling,C!==null){An=C;return}An=C=g}while(C!==null);Da===0&&(Da=5)}function ll(g){var C=Bt();return wr(99,I0.bind(null,g,C)),null}function I0(g,C){do jl();while(ns!==null);if(De&48)throw Error(c(327));var H=g.finishedWork;if(H===null)return null;if(g.finishedWork=null,g.finishedLanes=0,H===g.current)throw Error(c(177));g.callbackNode=null;var ge=H.lanes|H.childLanes,Le=ge,ut=g.pendingLanes&~Le;g.pendingLanes=Le,g.suspendedLanes=0,g.pingedLanes=0,g.expiredLanes&=Le,g.mutableReadLanes&=Le,g.entangledLanes&=Le,Le=g.entanglements;for(var jt=g.eventTimes,ir=g.expirationTimes;0<ut;){var P=31-vi(ut),t=1<<P;Le[P]=0,jt[P]=-1,ir[P]=-1,ut&=~t}if(El!==null&&!(ge&24)&&El.has(g)&&El.delete(g),g===an&&(An=an=null,hn=0),1<H.flags?H.lastEffect!==null?(H.lastEffect.nextEffect=H,ge=H.firstEffect):ge=H:ge=H.firstEffect,ge!==null){if(Le=De,De|=32,ve.current=null,wi=Ta,jt=Pi(),aa(jt)){if("selectionStart"in jt)ir={start:jt.selectionStart,end:jt.selectionEnd};else e:if(ir=(ir=jt.ownerDocument)&&ir.defaultView||window,(t=ir.getSelection&&ir.getSelection())&&t.rangeCount!==0){ir=t.anchorNode,ut=t.anchorOffset,P=t.focusNode,t=t.focusOffset;try{ir.nodeType,P.nodeType}catch(Rt){ir=null;break e}var n=0,s=-1,v=-1,w=0,T=0,z=jt,W=null;t:for(;;){for(var N;z!==ir||ut!==0&&z.nodeType!==3||(s=n+ut),z!==P||t!==0&&z.nodeType!==3||(v=n+t),z.nodeType===3&&(n+=z.nodeValue.length),(N=z.firstChild)!==null;)W=z,z=N;for(;;){if(z===jt)break t;if(W===ir&&++w===ut&&(s=n),W===P&&++T===t&&(v=n),(N=z.nextSibling)!==null)break;z=W,W=z.parentNode}z=N}ir=s===-1||v===-1?null:{start:s,end:v}}else ir=null;ir=ir||{start:0,end:0}}else ir=null;Ai={focusedElem:jt,selectionRange:ir},Ta=!1,Bl=null,Jc=!1,ki=ge;do try{w0()}catch(Rt){if(ki===null)throw Error(c(330));cl(ki,Rt),ki=ki.nextEffect}while(ki!==null);Bl=null,ki=ge;do try{for(jt=g;ki!==null;){var te=ki.flags;if(te&16&&Ct(ki.stateNode,""),te&128){var ce=ki.alternate;if(ce!==null){var be=ce.ref;be!==null&&(typeof be=="function"?be(null):be.current=null)}}switch(te&1038){case 2:Lu(ki),ki.flags&=-3;break;case 6:Lu(ki),ki.flags&=-3,vc(ki.alternate,ki);break;case 1024:ki.flags&=-1025;break;case 1028:ki.flags&=-1025,vc(ki.alternate,ki);break;case 4:vc(ki.alternate,ki);break;case 8:ir=ki,mc(jt,ir);var Ie=ir.alternate;Xc(ir),Ie!==null&&Xc(Ie)}ki=ki.nextEffect}}catch(Rt){if(ki===null)throw Error(c(330));cl(ki,Rt),ki=ki.nextEffect}while(ki!==null);if(be=Ai,ce=Pi(),te=be.focusedElem,jt=be.selectionRange,ce!==te&&te&&te.ownerDocument&&ga(te.ownerDocument.documentElement,te)){for(jt!==null&&aa(te)&&(ce=jt.start,be=jt.end,be===void 0&&(be=ce),"selectionStart"in te?(te.selectionStart=ce,te.selectionEnd=Math.min(be,te.value.length)):(be=(ce=te.ownerDocument||document)&&ce.defaultView||window,be.getSelection&&(be=be.getSelection(),ir=te.textContent.length,Ie=Math.min(jt.start,ir),jt=jt.end===void 0?Ie:Math.min(jt.end,ir),!be.extend&&Ie>jt&&(ir=jt,jt=Ie,Ie=ir),ir=Gr(te,Ie),ut=Gr(te,jt),ir&&ut&&(be.rangeCount!==1||be.anchorNode!==ir.node||be.anchorOffset!==ir.offset||be.focusNode!==ut.node||be.focusOffset!==ut.offset)&&(ce=ce.createRange(),ce.setStart(ir.node,ir.offset),be.removeAllRanges(),Ie>jt?(be.addRange(ce),be.extend(ut.node,ut.offset)):(ce.setEnd(ut.node,ut.offset),be.addRange(ce)))))),ce=[],be=te;be=be.parentNode;)be.nodeType===1&&ce.push({element:be,left:be.scrollLeft,top:be.scrollTop});for(typeof te.focus=="function"&&te.focus(),te=0;te<ce.length;te++)be=ce[te],be.element.scrollLeft=be.left,be.element.scrollTop=be.top}Ta=!!wi,Ai=wi=null,g.current=H,ki=ge;do try{for(te=g;ki!==null;){var Ae=ki.flags;if(Ae&36&&Ml(te,ki.alternate,ki),Ae&128){ce=void 0;var at=ki.ref;if(at!==null){var rt=ki.stateNode;switch(ki.tag){case 5:ce=rt;break;default:ce=rt}typeof at=="function"?at(ce):at.current=ce}}ki=ki.nextEffect}}catch(Rt){if(ki===null)throw Error(c(330));cl(ki,Rt),ki=ki.nextEffect}while(ki!==null);ki=null,Y(),De=Le}else g.current=H;if(Ks)Ks=!1,ns=g,al=C;else for(ki=ge;ki!==null;)C=ki.nextEffect,ki.nextEffect=null,ki.flags&8&&(Ae=ki,Ae.sibling=null,Ae.stateNode=null),ki=C;if(ge=g.pendingLanes,ge===0&&(jo=null),ge===1?g===qc?ol++:(ol=0,qc=g):ol=0,H=H.stateNode,Mn&&typeof Mn.onCommitFiberRoot=="function")try{Mn.onCommitFiberRoot(Ln,H,void 0,(H.current.flags&64)===64)}catch(Rt){}if(Eu(g,Tt()),nc)throw nc=!1,g=Fl,Fl=null,g;return De&8||nn(),null}function w0(){for(;ki!==null;){var g=ki.alternate;Jc||Bl===null||(ki.flags&8?on(ki,Bl)&&(Jc=!0):ki.tag===13&&I(g,ki)&&on(ki,Bl)&&(Jc=!0));var C=ki.flags;C&256&&Yc(g,ki),!(C&512)||Ks||(Ks=!0,Ut(97,function(){return jl(),null})),ki=ki.nextEffect}}function jl(){if(al!==90){var g=97<al?97:al;return al=90,wr(g,e0)}return!1}function E0(g,C){sl.push(C,g),Ks||(Ks=!0,Ut(97,function(){return jl(),null}))}function gc(g,C){wl.push(C,g),Ks||(Ks=!0,Ut(97,function(){return jl(),null}))}function e0(){if(ns===null)return!1;var g=ns;if(ns=null,De&48)throw Error(c(331));var C=De;De|=32;var H=wl;wl=[];for(var ge=0;ge<H.length;ge+=2){var Le=H[ge],ut=H[ge+1],jt=Le.destroy;if(Le.destroy=void 0,typeof jt=="function")try{jt()}catch(P){if(ut===null)throw Error(c(330));cl(ut,P)}}for(H=sl,sl=[],ge=0;ge<H.length;ge+=2){Le=H[ge],ut=H[ge+1];try{var ir=Le.create;Le.destroy=ir()}catch(P){if(ut===null)throw Error(c(330));cl(ut,P)}}for(ir=g.current.firstEffect;ir!==null;)g=ir.nextEffect,ir.nextEffect=null,ir.flags&8&&(ir.sibling=null,ir.stateNode=null),ir=g;return De=C,nn(),!0}function d0(g,C,H){C=Zo(H,C),C=il(g,C,1),Co(g,C),C=cu(),g=ic(g,1),g!==null&&(Si(g,1,C),Eu(g,C))}function cl(g,C){if(g.tag===3)d0(g,g,C);else for(var H=g.return;H!==null;){if(H.tag===3){d0(H,g,C);break}else if(H.tag===1){var ge=H.stateNode;if(typeof H.type.getDerivedStateFromError=="function"||typeof ge.componentDidCatch=="function"&&(jo===null||!jo.has(ge))){g=Zo(C,g);var Le=ql(H,g,1);if(Co(H,Le),Le=cu(),H=ic(H,1),H!==null)Si(H,1,Le),Eu(H,Le);else if(typeof ge.componentDidCatch=="function"&&(jo===null||!jo.has(ge)))try{ge.componentDidCatch(C,g)}catch(ut){}break}}H=H.return}}function O0(g,C,H){var ge=g.pingCache;ge!==null&&ge.delete(C),C=cu(),g.pingedLanes|=g.suspendedLanes&H,an===g&&(hn&H)===H&&(Da===4||Da===3&&(hn&62914560)===hn&&500>Tt()-rc?ma(g,0):Dc|=H),Eu(g,C)}function Vu(g,C){var H=g.stateNode;H!==null&&H.delete(C),C=0,C===0&&(C=g.mode,C&2?C&4?($u===0&&($u=Ma),C=Tn(62914560&~$u),C===0&&(C=4194304)):C=Bt()===99?1:2:C=1),H=cu(),g=ic(g,C),g!==null&&(Si(g,C,H),Eu(g,H))}var Rc;Rc=function(g,C,H){var ge=C.lanes;if(g!==null)if(g.memoizedProps!==C.pendingProps||ye.current)Du=!0;else if(H&ge)Du=!!(g.flags&16384);else{switch(Du=!1,C.tag){case 3:gu(C),zc();break;case 5:ii(C);break;case 1:qr(C.type)&&Qn(C);break;case 4:lc(C,C.stateNode.containerInfo);break;case 10:ge=C.memoizedProps.value;var Le=C.type._context;Ba(Ci,Le._currentValue),Le._currentValue=ge;break;case 13:if(C.memoizedState!==null)return H&C.child.childLanes?Ll(g,C,H):(Ba(to,to.current&1),C=yu(g,C,H),C!==null?C.sibling:null);Ba(to,to.current&1);break;case 19:if(ge=(H&C.childLanes)!==0,g.flags&64){if(ge)return tl(g,C,H);C.flags|=64}if(Le=C.memoizedState,Le!==null&&(Le.rendering=null,Le.tail=null,Le.lastEffect=null),Ba(to,to.current),ge)break;return null;case 23:case 24:return C.lanes=0,Vc(g,C,H)}return yu(g,C,H)}else Du=!1;switch(C.lanes=0,C.tag){case 2:if(ge=C.type,g!==null&&(g.alternate=null,C.alternate=null,C.flags|=2),g=C.pendingProps,Le=Ar(C,ha.current),rs(C,H),Le=Sc(null,C,ge,g,Le,H),C.flags|=1,typeof Le=="object"&&Le!==null&&typeof Le.render=="function"&&Le.$$typeof===void 0){if(C.tag=1,C.memoizedState=null,C.updateQueue=null,qr(ge)){var ut=!0;Qn(C)}else ut=!1;C.memoizedState=Le.state!==null&&Le.state!==void 0?Le.state:null,ks(C);var jt=ge.getDerivedStateFromProps;typeof jt=="function"&&Xu(C,ge,jt,g),Le.updater=Uu,C.stateNode=Le,Le._reactInternals=C,zu(C,ge,g,H),C=je(null,C,ge,!0,ut,H)}else C.tag=0,lo(null,C,Le,H),C=C.child;return C;case 16:Le=C.elementType;e:{switch(g!==null&&(g.alternate=null,C.alternate=null,C.flags|=2),g=C.pendingProps,ut=Le._init,Le=ut(Le._payload),C.type=Le,ut=C.tag=h0(Le),g=$n(Le,g),ut){case 0:C=Po(null,C,Le,g,H);break e;case 1:C=Rl(null,C,Le,g,H);break e;case 11:C=el(null,C,Le,g,H);break e;case 14:C=f0(null,C,Le,$n(Le.type,g),ge,H);break e}throw Error(c(306,Le,""))}return C;case 0:return ge=C.type,Le=C.pendingProps,Le=C.elementType===ge?Le:$n(ge,Le),Po(g,C,ge,Le,H);case 1:return ge=C.type,Le=C.pendingProps,Le=C.elementType===ge?Le:$n(ge,Le),Rl(g,C,ge,Le,H);case 3:if(gu(C),ge=C.updateQueue,g===null||ge===null)throw Error(c(282));if(ge=C.pendingProps,Le=C.memoizedState,Le=Le!==null?Le.element:null,yi(g,C),Ms(C,ge,null,H),ge=C.memoizedState.element,ge===Le)zc(),C=yu(g,C,H);else{if(Le=C.stateNode,(ut=Le.hydrate)&&(Pu=di(C.stateNode.containerInfo.firstChild),Jo=C,ut=Qu=!0),ut){if(g=Le.mutableSourceEagerHydrationData,g!=null)for(Le=0;Le<g.length;Le+=2)ut=g[Le],ut._workInProgressVersionPrimary=g[Le+1],Il.push(ut);for(H=vl(C,null,ge,H),C.child=H;H;)H.flags=H.flags&-3|1024,H=H.sibling}else lo(g,C,ge,H),zc();C=C.child}return C;case 5:return ii(C),g===null&&vo(C),ge=C.type,Le=C.pendingProps,ut=g!==null?g.memoizedProps:null,jt=Le.children,Ni(ge,Le)?jt=null:ut!==null&&Ni(ge,ut)&&(C.flags|=16),bl(g,C),lo(g,C,jt,H),C.child;case 6:return g===null&&vo(C),null;case 13:return Ll(g,C,H);case 4:return lc(C,C.stateNode.containerInfo),ge=C.pendingProps,g===null?C.child=Qo(C,null,ge,H):lo(g,C,ge,H),C.child;case 11:return ge=C.type,Le=C.pendingProps,Le=C.elementType===ge?Le:$n(ge,Le),el(g,C,ge,Le,H);case 7:return lo(g,C,C.pendingProps,H),C.child;case 8:return lo(g,C,C.pendingProps.children,H),C.child;case 12:return lo(g,C,C.pendingProps.children,H),C.child;case 10:e:{ge=C.type._context,Le=C.pendingProps,jt=C.memoizedProps,ut=Le.value;var ir=C.type._context;if(Ba(Ci,ir._currentValue),ir._currentValue=ut,jt!==null)if(ir=jt.value,ut=Yn(ir,ut)?0:(typeof ge._calculateChangedBits=="function"?ge._calculateChangedBits(ir,ut):1073741823)|0,ut===0){if(jt.children===Le.children&&!ye.current){C=yu(g,C,H);break e}}else for(ir=C.child,ir!==null&&(ir.return=C);ir!==null;){var P=ir.dependencies;if(P!==null){jt=ir.child;for(var t=P.firstContext;t!==null;){if(t.context===ge&&t.observedBits&ut){ir.tag===1&&(t=oo(-1,H&-H),t.tag=2,Co(ir,t)),ir.lanes|=H,t=ir.alternate,t!==null&&(t.lanes|=H),hs(ir.return,H),P.lanes|=H;break}t=t.next}}else jt=ir.tag===10&&ir.type===C.type?null:ir.child;if(jt!==null)jt.return=ir;else for(jt=ir;jt!==null;){if(jt===C){jt=null;break}if(ir=jt.sibling,ir!==null){ir.return=jt.return,jt=ir;break}jt=jt.return}ir=jt}lo(g,C,Le.children,H),C=C.child}return C;case 9:return Le=C.type,ut=C.pendingProps,ge=ut.children,rs(C,H),Le=wa(Le,ut.unstable_observedBits),ge=ge(Le),C.flags|=1,lo(g,C,ge,H),C.child;case 14:return Le=C.type,ut=$n(Le,C.pendingProps),ut=$n(Le.type,ut),f0(g,C,Le,ut,ge,H);case 15:return Pc(g,C,C.type,C.pendingProps,ge,H);case 17:return ge=C.type,Le=C.pendingProps,Le=C.elementType===ge?Le:$n(ge,Le),g!==null&&(g.alternate=null,C.alternate=null,C.flags|=2),C.tag=1,qr(ge)?(g=!0,Qn(C)):g=!1,rs(C,H),uu(C,ge,Le),zu(C,ge,Le,H),je(null,C,ge,!0,g,H);case 19:return tl(g,C,H);case 23:return Vc(g,C,H);case 24:return Vc(g,C,H)}throw Error(c(156,C.tag))};function t0(g,C,H,ge){this.tag=g,this.key=H,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=C,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=ge,this.flags=0,this.lastEffect=this.firstEffect=this.nextEffect=null,this.childLanes=this.lanes=0,this.alternate=null}function Ko(g,C,H,ge){return new t0(g,C,H,ge)}function r0(g){return g=g.prototype,!(!g||!g.isReactComponent)}function h0(g){if(typeof g=="function")return r0(g)?1:0;if(g!=null){if(g=g.$$typeof,g===J)return 11;if(g===ee)return 14}return 2}function fl(g,C){var H=g.alternate;return H===null?(H=Ko(g.tag,C,g.key,g.mode),H.elementType=g.elementType,H.type=g.type,H.stateNode=g.stateNode,H.alternate=g,g.alternate=H):(H.pendingProps=C,H.type=g.type,H.flags=0,H.nextEffect=null,H.firstEffect=null,H.lastEffect=null),H.childLanes=g.childLanes,H.lanes=g.lanes,H.child=g.child,H.memoizedProps=g.memoizedProps,H.memoizedState=g.memoizedState,H.updateQueue=g.updateQueue,C=g.dependencies,H.dependencies=C===null?null:{lanes:C.lanes,firstContext:C.firstContext},H.sibling=g.sibling,H.index=g.index,H.ref=g.ref,H}function Ul(g,C,H,ge,Le,ut){var jt=2;if(ge=g,typeof g=="function")r0(g)&&(jt=1);else if(typeof g=="string")jt=5;else e:switch(g){case V:return Yo(H.children,Le,ut,C);case j:jt=8,Le|=16;break;case ae:jt=8,Le|=1;break;case ie:return g=Ko(12,H,C,Le|8),g.elementType=ie,g.type=ie,g.lanes=ut,g;case K:return g=Ko(13,H,C,Le),g.type=K,g.elementType=K,g.lanes=ut,g;case oe:return g=Ko(19,H,C,Le),g.elementType=oe,g.lanes=ut,g;case se:return yc(H,Le,ut,C);case me:return g=Ko(24,H,C,Le),g.elementType=me,g.lanes=ut,g;default:if(typeof g=="object"&&g!==null)switch(g.$$typeof){case ue:jt=10;break e;case Q:jt=9;break e;case J:jt=11;break e;case ee:jt=14;break e;case q:jt=16,ge=null;break e;case le:jt=22;break e}throw Error(c(130,g==null?g:typeof g,""))}return C=Ko(jt,H,C,Le),C.elementType=g,C.type=ge,C.lanes=ut,C}function Yo(g,C,H,ge){return g=Ko(7,g,ge,C),g.lanes=H,g}function yc(g,C,H,ge){return g=Ko(23,g,ge,C),g.elementType=se,g.lanes=H,g}function p0(g,C,H){return g=Ko(6,g,null,C),g.lanes=H,g}function Lc(g,C,H){return C=Ko(4,g.children!==null?g.children:[],g.key,C),C.lanes=H,C.stateNode={containerInfo:g.containerInfo,pendingChildren:null,implementation:g.implementation},C}function Mc(g,C,H){this.tag=C,this.containerInfo=g,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.pendingContext=this.context=null,this.hydrate=H,this.callbackNode=null,this.callbackPriority=0,this.eventTimes=va(0),this.expirationTimes=va(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=va(0),this.mutableSourceEagerHydrationData=null}function m0(g,C,H){var ge=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:G,key:ge==null?null:""+ge,children:g,containerInfo:C,implementation:H}}function Fc(g,C,H,ge){var Le=C.current,ut=cu(),jt=Fu(Le);e:if(H){H=H._reactInternals;t:{if(nt(H)!==H||H.tag!==1)throw Error(c(170));var ir=H;do{switch(ir.tag){case 3:ir=ir.stateNode.context;break t;case 1:if(qr(ir.type)){ir=ir.stateNode.__reactInternalMemoizedMergedChildContext;break t}}ir=ir.return}while(ir!==null);throw Error(c(171))}if(H.tag===1){var P=H.type;if(qr(P)){H=Cn(H,P,ir);break e}}H=ir}else H=Ds;return C.context===null?C.context=H:C.pendingContext=H,C=oo(ut,jt),C.payload={element:g},ge=ge===void 0?null:ge,ge!==null&&(C.callback=ge),Co(Le,C),Sl(Le,jt,ut),jt}function S0(g){if(g=g.current,!g.child)return null;switch(g.child.tag){case 5:return g.child.stateNode;default:return g.child.stateNode}}function L0(g,C){if(g=g.memoizedState,g!==null&&g.dehydrated!==null){var H=g.retryLane;g.retryLane=H!==0&&H<C?H:C}}function Bc(g,C){L0(g,C),(g=g.alternate)&&L0(g,C)}function M0(){return null}function n0(g,C,H){var ge=H!=null&&H.hydrationOptions!=null&&H.hydrationOptions.mutableSources||null;if(H=new Mc(g,C,H!=null&&H.hydrate===!0),C=Ko(3,null,null,C===2?7:C===1?3:0),H.current=C,C.stateNode=H,ks(C),g[Ri]=H.current,Vt(g.nodeType===8?g.parentNode:g),ge)for(g=0;g<ge.length;g++){C=ge[g];var Le=C._getVersion;Le=Le(C._source),H.mutableSourceEagerHydrationData==null?H.mutableSourceEagerHydrationData=[C,Le]:H.mutableSourceEagerHydrationData.push(C,Le)}this._internalRoot=H}n0.prototype.render=function(g){Fc(g,this._internalRoot,null,null)},n0.prototype.unmount=function(){var g=this._internalRoot,C=g.containerInfo;Fc(null,g,null,function(){C[Ri]=null})};function v0(g){return!(!g||g.nodeType!==1&&g.nodeType!==9&&g.nodeType!==11&&(g.nodeType!==8||g.nodeValue!==" react-mount-point-unstable "))}function Z0(g,C){if(C||(C=g?g.nodeType===9?g.documentElement:g.firstChild:null,C=!(!C||C.nodeType!==1||!C.hasAttribute("data-reactroot"))),!C)for(var H;H=g.lastChild;)g.removeChild(H);return new n0(g,0,C?{hydrate:!0}:void 0)}function A0(g,C,H,ge,Le){var ut=H._reactRootContainer;if(ut){var jt=ut._internalRoot;if(typeof Le=="function"){var ir=Le;Le=function(){var t=S0(jt);ir.call(t)}}Fc(C,jt,g,Le)}else{if(ut=H._reactRootContainer=Z0(H,ge),jt=ut._internalRoot,typeof Le=="function"){var P=Le;Le=function(){var t=S0(jt);P.call(t)}}Sa(function(){Fc(C,jt,g,Le)})}return S0(jt)}yn=function(g){if(g.tag===13){var C=cu();Sl(g,4,C),Bc(g,4)}},wn=function(g){if(g.tag===13){var C=cu();Sl(g,67108864,C),Bc(g,67108864)}},Dn=function(g){if(g.tag===13){var C=cu(),H=Fu(g);Sl(g,H,C),Bc(g,H)}},_i=function(g,C){return C()},St=function(g,C,H){switch(C){case"input":if(_e(g,H),C=H.name,H.type==="radio"&&C!=null){for(H=g;H.parentNode;)H=H.parentNode;for(H=H.querySelectorAll("input[name="+JSON.stringify(""+C)+'][type="radio"]'),C=0;C<H.length;C++){var ge=H[C];if(ge!==g&&ge.form===g.form){var Le=Ja(ge);if(!Le)throw Error(c(90));ot(ge),_e(ge,Le)}}}break;case"textarea":$t(g,H);break;case"select":C=H.value,C!=null&&it(g,!!H.multiple,C,!1)}},kt=Mi,Fe=function(g,C,H,ge,Le){var ut=De;De|=4;try{return wr(98,g.bind(null,C,H,ge,Le))}finally{De=ut,De===0&&(Mu(),nn())}},Ir=function(){!(De&49)&&(Vn(),jl())},At=function(g,C){var H=De;De|=2;try{return g(C)}finally{De=H,De===0&&(Mu(),nn())}};function F0(g,C){var H=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!v0(C))throw Error(c(200));return m0(g,C,null,H)}var B0={Events:[Fa,io,Ja,we,gt,jl,{current:!1}]},i0={findFiberByHostInstance:Ka,bundleType:0,version:"17.0.2",rendererPackageName:"react-dom"},N0={bundleType:i0.bundleType,version:i0.version,rendererPackageName:i0.rendererPackageName,rendererConfig:i0.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:U.ReactCurrentDispatcher,findHostInstanceByFiber:function(g){return g=mr(g),g===null?null:g.stateNode},findFiberByHostInstance:i0.findFiberByHostInstance||M0,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__!="undefined"){var C0=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!C0.isDisabled&&C0.supportsFiber)try{Ln=C0.inject(N0),Mn=C0}catch(g){}}_.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=B0,_.createPortal=F0,_.findDOMNode=function(g){if(g==null)return null;if(g.nodeType===1)return g;var C=g._reactInternals;if(C===void 0)throw typeof g.render=="function"?Error(c(188)):Error(c(268,Object.keys(g)));return g=mr(C),g=g===null?null:g.stateNode,g},_.flushSync=function(g,C){var H=De;if(H&48)return g(C);De|=1;try{if(g)return wr(99,g.bind(null,C))}finally{De=H,nn()}},_.hydrate=function(g,C,H){if(!v0(C))throw Error(c(200));return A0(null,g,C,!0,H)},_.render=function(g,C,H){if(!v0(C))throw Error(c(200));return A0(null,g,C,!1,H)},_.unmountComponentAtNode=function(g){if(!v0(g))throw Error(c(40));return g._reactRootContainer?(Sa(function(){A0(null,null,g,!1,function(){g._reactRootContainer=null,g[Ri]=null})}),!0):!1},_.unstable_batchedUpdates=Mi,_.unstable_createPortal=function(g,C){return F0(g,C,2<arguments.length&&arguments[2]!==void 0?arguments[2]:null)},_.unstable_renderSubtreeIntoContainer=function(g,C,H,ge){if(!v0(H))throw Error(c(200));if(g==null||g._reactInternals===void 0)throw Error(c(38));return A0(g,C,H,!1,ge)},_.version="17.0.2"},4676:function(d,_,e){"use strict";function r(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__=="undefined"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(r)}catch(i){console.error(i)}}r(),d.exports=e(23675)},12373:function(d){var _=typeof Element!="undefined",e=typeof Map=="function",r=typeof Set=="function",i=typeof ArrayBuffer=="function"&&!!ArrayBuffer.isView;function l(c,f){if(c===f)return!0;if(c&&f&&typeof c=="object"&&typeof f=="object"){if(c.constructor!==f.constructor)return!1;var o,h,u;if(Array.isArray(c)){if(o=c.length,o!=f.length)return!1;for(h=o;h--!==0;)if(!l(c[h],f[h]))return!1;return!0}var a;if(e&&c instanceof Map&&f instanceof Map){if(c.size!==f.size)return!1;for(a=c.entries();!(h=a.next()).done;)if(!f.has(h.value[0]))return!1;for(a=c.entries();!(h=a.next()).done;)if(!l(h.value[1],f.get(h.value[0])))return!1;return!0}if(r&&c instanceof Set&&f instanceof Set){if(c.size!==f.size)return!1;for(a=c.entries();!(h=a.next()).done;)if(!f.has(h.value[0]))return!1;return!0}if(i&&ArrayBuffer.isView(c)&&ArrayBuffer.isView(f)){if(o=c.length,o!=f.length)return!1;for(h=o;h--!==0;)if(c[h]!==f[h])return!1;return!0}if(c.constructor===RegExp)return c.source===f.source&&c.flags===f.flags;if(c.valueOf!==Object.prototype.valueOf&&typeof c.valueOf=="function"&&typeof f.valueOf=="function")return c.valueOf()===f.valueOf();if(c.toString!==Object.prototype.toString&&typeof c.toString=="function"&&typeof f.toString=="function")return c.toString()===f.toString();if(u=Object.keys(c),o=u.length,o!==Object.keys(f).length)return!1;for(h=o;h--!==0;)if(!Object.prototype.hasOwnProperty.call(f,u[h]))return!1;if(_&&c instanceof Element)return!1;for(h=o;h--!==0;)if(!((u[h]==="_owner"||u[h]==="__v"||u[h]==="__o")&&c.$$typeof)&&!l(c[u[h]],f[u[h]]))return!1;return!0}return c!==c&&f!==f}d.exports=function(f,o){try{return l(f,o)}catch(h){if((h.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw h}}},30508:function(d,_){"use strict";var e=typeof Symbol=="function"&&Symbol.for,r=e?Symbol.for("react.element"):60103,i=e?Symbol.for("react.portal"):60106,l=e?Symbol.for("react.fragment"):60107,c=e?Symbol.for("react.strict_mode"):60108,f=e?Symbol.for("react.profiler"):60114,o=e?Symbol.for("react.provider"):60109,h=e?Symbol.for("react.context"):60110,u=e?Symbol.for("react.async_mode"):60111,a=e?Symbol.for("react.concurrent_mode"):60111,x=e?Symbol.for("react.forward_ref"):60112,p=e?Symbol.for("react.suspense"):60113,y=e?Symbol.for("react.suspense_list"):60120,m=e?Symbol.for("react.memo"):60115,b=e?Symbol.for("react.lazy"):60116,S=e?Symbol.for("react.block"):60121,k=e?Symbol.for("react.fundamental"):60117,R=e?Symbol.for("react.responder"):60118,A=e?Symbol.for("react.scope"):60119;function O(B){if(typeof B=="object"&&B!==null){var U=B.$$typeof;switch(U){case r:switch(B=B.type,B){case u:case a:case l:case f:case c:case p:return B;default:switch(B=B&&B.$$typeof,B){case h:case x:case b:case m:case o:return B;default:return U}}case i:return U}}}function M(B){return O(B)===a}_.AsyncMode=u,_.ConcurrentMode=a,_.ContextConsumer=h,_.ContextProvider=o,_.Element=r,_.ForwardRef=x,_.Fragment=l,_.Lazy=b,_.Memo=m,_.Portal=i,_.Profiler=f,_.StrictMode=c,_.Suspense=p,_.isAsyncMode=function(B){return M(B)||O(B)===u},_.isConcurrentMode=M,_.isContextConsumer=function(B){return O(B)===h},_.isContextProvider=function(B){return O(B)===o},_.isElement=function(B){return typeof B=="object"&&B!==null&&B.$$typeof===r},_.isForwardRef=function(B){return O(B)===x},_.isFragment=function(B){return O(B)===l},_.isLazy=function(B){return O(B)===b},_.isMemo=function(B){return O(B)===m},_.isPortal=function(B){return O(B)===i},_.isProfiler=function(B){return O(B)===f},_.isStrictMode=function(B){return O(B)===c},_.isSuspense=function(B){return O(B)===p},_.isValidElementType=function(B){return typeof B=="string"||typeof B=="function"||B===l||B===a||B===f||B===c||B===p||B===y||typeof B=="object"&&B!==null&&(B.$$typeof===b||B.$$typeof===m||B.$$typeof===o||B.$$typeof===h||B.$$typeof===x||B.$$typeof===k||B.$$typeof===R||B.$$typeof===A||B.$$typeof===S)},_.typeOf=O},99234:function(d,_,e){"use strict";d.exports=e(30508)},88172:function(d,_){"use strict";var e=Symbol.for("react.element"),r=Symbol.for("react.portal"),i=Symbol.for("react.fragment"),l=Symbol.for("react.strict_mode"),c=Symbol.for("react.profiler"),f=Symbol.for("react.provider"),o=Symbol.for("react.context"),h=Symbol.for("react.server_context"),u=Symbol.for("react.forward_ref"),a=Symbol.for("react.suspense"),x=Symbol.for("react.suspense_list"),p=Symbol.for("react.memo"),y=Symbol.for("react.lazy"),m=Symbol.for("react.offscreen"),b;b=Symbol.for("react.module.reference");function S(k){if(typeof k=="object"&&k!==null){var R=k.$$typeof;switch(R){case e:switch(k=k.type,k){case i:case c:case l:case a:case x:return k;default:switch(k=k&&k.$$typeof,k){case h:case o:case u:case y:case p:case f:return k;default:return R}}case r:return R}}}_.ContextConsumer=o,_.ContextProvider=f,_.Element=e,_.ForwardRef=u,_.Fragment=i,_.Lazy=y,_.Memo=p,_.Portal=r,_.Profiler=c,_.StrictMode=l,_.Suspense=a,_.SuspenseList=x,_.isAsyncMode=function(){return!1},_.isConcurrentMode=function(){return!1},_.isContextConsumer=function(k){return S(k)===o},_.isContextProvider=function(k){return S(k)===f},_.isElement=function(k){return typeof k=="object"&&k!==null&&k.$$typeof===e},_.isForwardRef=function(k){return S(k)===u},_.isFragment=function(k){return S(k)===i},_.isLazy=function(k){return S(k)===y},_.isMemo=function(k){return S(k)===p},_.isPortal=function(k){return S(k)===r},_.isProfiler=function(k){return S(k)===c},_.isStrictMode=function(k){return S(k)===l},_.isSuspense=function(k){return S(k)===a},_.isSuspenseList=function(k){return S(k)===x},_.isValidElementType=function(k){return typeof k=="string"||typeof k=="function"||k===i||k===c||k===l||k===a||k===x||k===m||typeof k=="object"&&k!==null&&(k.$$typeof===y||k.$$typeof===p||k.$$typeof===f||k.$$typeof===o||k.$$typeof===u||k.$$typeof===b||k.getModuleId!==void 0)},_.typeOf=S},23265:function(d,_,e){"use strict";d.exports=e(88172)},32451:function(d,_,e){"use strict";e.d(_,{lr:function(){return k},rU:function(){return m}});var r=e(59301),i=e(35338),l=e(19340);function c(){return c=Object.assign||function(A){for(var O=1;O<arguments.length;O++){var M=arguments[O];for(var B in M)Object.prototype.hasOwnProperty.call(M,B)&&(A[B]=M[B])}return A},c.apply(this,arguments)}function f(A,O){if(A==null)return{};var M={},B=Object.keys(A),U,X;for(X=0;X<B.length;X++)U=B[X],!(O.indexOf(U)>=0)&&(M[U]=A[U]);return M}const o=["onClick","reloadDocument","replace","state","target","to"],h=null;function u(A,O){if(!A){typeof console!="undefined"&&console.warn(O);try{throw new Error(O)}catch(M){}}}function a(A){let{basename:O,children:M,window:B}=A,U=useRef();U.current==null&&(U.current=createBrowserHistory({window:B}));let X=U.current,[G,V]=useState({action:X.action,location:X.location});return useLayoutEffect(()=>X.listen(V),[X]),createElement(Router,{basename:O,children:M,location:G.location,navigationType:G.action,navigator:X})}function x(A){let{basename:O,children:M,window:B}=A,U=useRef();U.current==null&&(U.current=createHashHistory({window:B}));let X=U.current,[G,V]=useState({action:X.action,location:X.location});return useLayoutEffect(()=>X.listen(V),[X]),createElement(Router,{basename:O,children:M,location:G.location,navigationType:G.action,navigator:X})}function p(A){let{basename:O,children:M,history:B}=A;const[U,X]=useState({action:B.action,location:B.location});return useLayoutEffect(()=>B.listen(X),[B]),createElement(Router,{basename:O,children:M,location:U.location,navigationType:U.action,navigator:B})}function y(A){return!!(A.metaKey||A.altKey||A.ctrlKey||A.shiftKey)}const m=(0,r.forwardRef)(function(O,M){let{onClick:B,reloadDocument:U,replace:X=!1,state:G,target:V,to:ae}=O,ie=f(O,o),ue=(0,i.oQ)(ae),Q=S(ae,{replace:X,state:G,target:V});function J(K){B&&B(K),!K.defaultPrevented&&!U&&Q(K)}return(0,r.createElement)("a",c({},ie,{href:ue,onClick:J,ref:M,target:V}))}),b=null;function S(A,O){let{target:M,replace:B,state:U}=O===void 0?{}:O,X=(0,i.s0)(),G=(0,i.TH)(),V=(0,i.WU)(A);return(0,r.useCallback)(ae=>{if(ae.button===0&&(!M||M==="_self")&&!y(ae)){ae.preventDefault();let ie=!!B||(0,l.Ep)(G)===(0,l.Ep)(V);X(A,{replace:ie,state:U})}},[G,X,V,B,U,M,A])}function k(A){let O=(0,r.useRef)(R(A)),M=(0,i.TH)(),B=(0,r.useMemo)(()=>{let G=R(M.search);for(let V of O.current.keys())G.has(V)||O.current.getAll(V).forEach(ae=>{G.append(V,ae)});return G},[M.search]),U=(0,i.s0)(),X=(0,r.useCallback)((G,V)=>{U("?"+R(G),V)},[U]);return[B,X]}function R(A){return A===void 0&&(A=""),new URLSearchParams(typeof A=="string"||Array.isArray(A)||A instanceof URLSearchParams?A:Object.keys(A).reduce((O,M)=>{let B=A[M];return O.concat(Array.isArray(B)?B.map(U=>[M,U]):[[M,B]])},[]))}},35338:function(d,_,e){"use strict";e.d(_,{F0:function(){return ot},Fg:function(){return Xe},Gn:function(){return x},TH:function(){return se},UO:function(){return wt},V$:function(){return Jt},WU:function(){return Pt},bx:function(){return Ne},fp:function(){return p},j3:function(){return It},oQ:function(){return Z},s0:function(){return ke}});var r=e(19340),i=e(59301);const l=(0,i.createContext)(null),c=(0,i.createContext)(null),f=(0,i.createContext)({outlet:null,matches:[]});function o(He,_e){if(!He)throw new Error(_e)}function h(He,_e){if(!He){typeof console!="undefined"&&console.warn(_e);try{throw new Error(_e)}catch(Se){}}}const u={};function a(He,_e,Se){!_e&&!u[He]&&(u[He]=!0)}function x(He,_e){return _e===void 0&&(_e={}),He.replace(/:(\w+)/g,(Se,Me)=>(_e[Me]==null&&o(!1),_e[Me])).replace(/\/*\*$/,Se=>_e["*"]==null?"":_e["*"].replace(/^\/*/,"/"))}function p(He,_e,Se){Se===void 0&&(Se="/");let Me=typeof _e=="string"?(0,r.cP)(_e):_e,Ue=K(Me.pathname||"/",Se);if(Ue==null)return null;let We=y(He);m(We);let it=null;for(let ct=0;it==null&&ct<We.length;++ct)it=X(We[ct],Ue);return it}function y(He,_e,Se,Me){return _e===void 0&&(_e=[]),Se===void 0&&(Se=[]),Me===void 0&&(Me=""),He.forEach((Ue,We)=>{let it={relativePath:Ue.path||"",caseSensitive:Ue.caseSensitive===!0,childrenIndex:We,route:Ue};it.relativePath.startsWith("/")&&(it.relativePath.startsWith(Me)||o(!1),it.relativePath=it.relativePath.slice(Me.length));let ct=oe([Me,it.relativePath]),Gt=Se.concat(it);Ue.children&&Ue.children.length>0&&(Ue.index===!0&&o(!1),y(Ue.children,_e,Gt,ct)),!(Ue.path==null&&!Ue.index)&&_e.push({path:ct,score:B(ct,Ue.index),routesMeta:Gt})}),_e}function m(He){He.sort((_e,Se)=>_e.score!==Se.score?Se.score-_e.score:U(_e.routesMeta.map(Me=>Me.childrenIndex),Se.routesMeta.map(Me=>Me.childrenIndex)))}const b=/^:\w+$/,S=3,k=2,R=1,A=10,O=-2,M=He=>He==="*";function B(He,_e){let Se=He.split("/"),Me=Se.length;return Se.some(M)&&(Me+=O),_e&&(Me+=k),Se.filter(Ue=>!M(Ue)).reduce((Ue,We)=>Ue+(b.test(We)?S:We===""?R:A),Me)}function U(He,_e){return He.length===_e.length&&He.slice(0,-1).every((Me,Ue)=>Me===_e[Ue])?He[He.length-1]-_e[_e.length-1]:0}function X(He,_e){let{routesMeta:Se}=He,Me={},Ue="/",We=[];for(let it=0;it<Se.length;++it){let ct=Se[it],Gt=it===Se.length-1,$t=Ue==="/"?_e:_e.slice(Ue.length)||"/",Pe=G({path:ct.relativePath,caseSensitive:ct.caseSensitive,end:Gt},$t);if(!Pe)return null;Object.assign(Me,Pe.params);let Qe=ct.route;We.push({params:Me,pathname:oe([Ue,Pe.pathname]),pathnameBase:ee(oe([Ue,Pe.pathnameBase])),route:Qe}),Pe.pathnameBase!=="/"&&(Ue=oe([Ue,Pe.pathnameBase]))}return We}function G(He,_e){typeof He=="string"&&(He={path:He,caseSensitive:!1,end:!0});let[Se,Me]=V(He.path,He.caseSensitive,He.end),Ue=_e.match(Se);if(!Ue)return null;let We=Ue[0],it=We.replace(/(.)\/+$/,"$1"),ct=Ue.slice(1);return{params:Me.reduce(($t,Pe,Qe)=>{if(Pe==="*"){let Kt=ct[Qe]||"";it=We.slice(0,We.length-Kt.length).replace(/(.)\/+$/,"$1")}return $t[Pe]=ae(ct[Qe]||"",Pe),$t},{}),pathname:We,pathnameBase:it,pattern:He}}function V(He,_e,Se){_e===void 0&&(_e=!1),Se===void 0&&(Se=!0);let Me=[],Ue="^"+He.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/:(\w+)/g,(it,ct)=>(Me.push(ct),"([^\\/]+)"));return He.endsWith("*")?(Me.push("*"),Ue+=He==="*"||He==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):Ue+=Se?"\\/*$":"(?:(?=[.~-]|%[0-9A-F]{2})|\\b|\\/|$)",[new RegExp(Ue,_e?void 0:"i"),Me]}function ae(He,_e){try{return decodeURIComponent(He)}catch(Se){return He}}function ie(He,_e){_e===void 0&&(_e="/");let{pathname:Se,search:Me="",hash:Ue=""}=typeof He=="string"?(0,r.cP)(He):He;return{pathname:Se?Se.startsWith("/")?Se:ue(Se,_e):_e,search:q(Me),hash:le(Ue)}}function ue(He,_e){let Se=_e.replace(/\/+$/,"").split("/");return He.split("/").forEach(Ue=>{Ue===".."?Se.length>1&&Se.pop():Ue!=="."&&Se.push(Ue)}),Se.length>1?Se.join("/"):"/"}function Q(He,_e,Se){let Me=typeof He=="string"?(0,r.cP)(He):He,Ue=He===""||Me.pathname===""?"/":Me.pathname,We;if(Ue==null)We=Se;else{let ct=_e.length-1;if(Ue.startsWith("..")){let Gt=Ue.split("/");for(;Gt[0]==="..";)Gt.shift(),ct-=1;Me.pathname=Gt.join("/")}We=ct>=0?_e[ct]:"/"}let it=ie(Me,We);return Ue&&Ue!=="/"&&Ue.endsWith("/")&&!it.pathname.endsWith("/")&&(it.pathname+="/"),it}function J(He){return He===""||He.pathname===""?"/":typeof He=="string"?(0,r.cP)(He).pathname:He.pathname}function K(He,_e){if(_e==="/")return He;if(!He.toLowerCase().startsWith(_e.toLowerCase()))return null;let Se=He.charAt(_e.length);return Se&&Se!=="/"?null:He.slice(_e.length)||"/"}const oe=He=>He.join("/").replace(/\/\/+/g,"/"),ee=He=>He.replace(/\/+$/,"").replace(/^\/*/,"/"),q=He=>!He||He==="?"?"":He.startsWith("?")?He:"?"+He,le=He=>!He||He==="#"?"":He.startsWith("#")?He:"#"+He;function Z(He){j()||o(!1);let{basename:_e,navigator:Se}=(0,i.useContext)(l),{hash:Me,pathname:Ue,search:We}=Pt(He),it=Ue;if(_e!=="/"){let ct=J(He),Gt=ct!=null&&ct.endsWith("/");it=Ue==="/"?_e+(Gt?"/":""):oe([_e,Ue])}return Se.createHref({pathname:it,search:We,hash:Me})}function j(){return(0,i.useContext)(c)!=null}function se(){return j()||o(!1),(0,i.useContext)(c).location}function me(){return useContext(c).navigationType}function Oe(He){j()||o(!1);let{pathname:_e}=se();return useMemo(()=>G(He,_e),[_e,He])}function ke(){j()||o(!1);let{basename:He,navigator:_e}=(0,i.useContext)(l),{matches:Se}=(0,i.useContext)(f),{pathname:Me}=se(),Ue=JSON.stringify(Se.map(ct=>ct.pathnameBase)),We=(0,i.useRef)(!1);return(0,i.useEffect)(()=>{We.current=!0}),(0,i.useCallback)(function(ct,Gt){if(Gt===void 0&&(Gt={}),!We.current)return;if(typeof ct=="number"){_e.go(ct);return}let $t=Q(ct,JSON.parse(Ue),Me);He!=="/"&&($t.pathname=oe([He,$t.pathname])),(Gt.replace?_e.replace:_e.push)($t,Gt.state)},[He,_e,Ue,Me])}const $e=(0,i.createContext)(null);function Ne(){return(0,i.useContext)($e)}function Ft(He){let _e=(0,i.useContext)(f).outlet;return _e&&(0,i.createElement)($e.Provider,{value:He},_e)}function wt(){let{matches:He}=(0,i.useContext)(f),_e=He[He.length-1];return _e?_e.params:{}}function Pt(He){let{matches:_e}=(0,i.useContext)(f),{pathname:Se}=se(),Me=JSON.stringify(_e.map(Ue=>Ue.pathnameBase));return(0,i.useMemo)(()=>Q(He,JSON.parse(Me),Se),[He,Me,Se])}function Jt(He,_e){j()||o(!1);let{matches:Se}=(0,i.useContext)(f),Me=Se[Se.length-1],Ue=Me?Me.params:{},We=Me?Me.pathname:"/",it=Me?Me.pathnameBase:"/",ct=Me&&Me.route,Gt=se(),$t;if(_e){var Pe;let Ht=typeof _e=="string"?(0,r.cP)(_e):_e;it==="/"||(Pe=Ht.pathname)!=null&&Pe.startsWith(it)||o(!1),$t=Ht}else $t=Gt;let Qe=$t.pathname||"/",Kt=it==="/"?Qe:Qe.slice(it.length)||"/",Lt=p(He,{pathname:Kt});return er(Lt&&Lt.map(Ht=>Object.assign({},Ht,{params:Object.assign({},Ue,Ht.params),pathname:oe([it,Ht.pathname]),pathnameBase:Ht.pathnameBase==="/"?it:oe([it,Ht.pathnameBase])})),Se)}function er(He,_e){return _e===void 0&&(_e=[]),He==null?null:He.reduceRight((Se,Me,Ue)=>(0,i.createElement)(f.Provider,{children:Me.route.element!==void 0?Me.route.element:Se,value:{outlet:Se,matches:_e.concat(He.slice(0,Ue+1))}}),null)}function tr(He){let{basename:_e,children:Se,initialEntries:Me,initialIndex:Ue}=He,We=useRef();We.current==null&&(We.current=createMemoryHistory({initialEntries:Me,initialIndex:Ue}));let it=We.current,[ct,Gt]=useState({action:it.action,location:it.location});return useLayoutEffect(()=>it.listen(Gt),[it]),createElement(ot,{basename:_e,children:Se,location:ct.location,navigationType:ct.action,navigator:it})}function Xe(He){let{to:_e,replace:Se,state:Me}=He;j()||o(!1);let Ue=ke();return(0,i.useEffect)(()=>{Ue(_e,{replace:Se,state:Me})}),null}function It(He){return Ft(He.context)}function Zt(He){o(!1)}function ot(He){let{basename:_e="/",children:Se=null,location:Me,navigationType:Ue=r.aU.Pop,navigator:We,static:it=!1}=He;j()&&o(!1);let ct=ee(_e),Gt=(0,i.useMemo)(()=>({basename:ct,navigator:We,static:it}),[ct,We,it]);typeof Me=="string"&&(Me=(0,r.cP)(Me));let{pathname:$t="/",search:Pe="",hash:Qe="",state:Kt=null,key:Lt="default"}=Me,Ht=(0,i.useMemo)(()=>{let Nt=K($t,ct);return Nt==null?null:{pathname:Nt,search:Pe,hash:Qe,state:Kt,key:Lt}},[ct,$t,Pe,Qe,Kt,Lt]);return Ht==null?null:(0,i.createElement)(l.Provider,{value:Gt},(0,i.createElement)(c.Provider,{children:Se,value:{location:Ht,navigationType:Ue}}))}function bt(He){let{children:_e,location:Se}=He;return Jt(mt(_e),Se)}function mt(He){let _e=[];return Children.forEach(He,Se=>{if(!isValidElement(Se))return;if(Se.type===Fragment){_e.push.apply(_e,mt(Se.props.children));return}Se.type!==Zt&&o(!1);let Me={caseSensitive:Se.props.caseSensitive,element:Se.props.element,index:Se.props.index,path:Se.props.path};Se.props.children&&(Me.children=mt(Se.props.children)),_e.push(Me)}),_e}function et(He){return er(He)}},76100:function(d,_,e){"use strict";var r=e(84126),i=60103,l=60106;_.Fragment=60107,_.StrictMode=60108,_.Profiler=60114;var c=60109,f=60110,o=60112;_.Suspense=60113;var h=60115,u=60116;if(typeof Symbol=="function"&&Symbol.for){var a=Symbol.for;i=a("react.element"),l=a("react.portal"),_.Fragment=a("react.fragment"),_.StrictMode=a("react.strict_mode"),_.Profiler=a("react.profiler"),c=a("react.provider"),f=a("react.context"),o=a("react.forward_ref"),_.Suspense=a("react.suspense"),h=a("react.memo"),u=a("react.lazy")}var x=typeof Symbol=="function"&&Symbol.iterator;function p(q){return q===null||typeof q!="object"?null:(q=x&&q[x]||q["@@iterator"],typeof q=="function"?q:null)}function y(q){for(var le="https://reactjs.org/docs/error-decoder.html?invariant="+q,Z=1;Z<arguments.length;Z++)le+="&args[]="+encodeURIComponent(arguments[Z]);return"Minified React error #"+q+"; visit "+le+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var m={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},b={};function S(q,le,Z){this.props=q,this.context=le,this.refs=b,this.updater=Z||m}S.prototype.isReactComponent={},S.prototype.setState=function(q,le){if(typeof q!="object"&&typeof q!="function"&&q!=null)throw Error(y(85));this.updater.enqueueSetState(this,q,le,"setState")},S.prototype.forceUpdate=function(q){this.updater.enqueueForceUpdate(this,q,"forceUpdate")};function k(){}k.prototype=S.prototype;function R(q,le,Z){this.props=q,this.context=le,this.refs=b,this.updater=Z||m}var A=R.prototype=new k;A.constructor=R,r(A,S.prototype),A.isPureReactComponent=!0;var O={current:null},M=Object.prototype.hasOwnProperty,B={key:!0,ref:!0,__self:!0,__source:!0};function U(q,le,Z){var j,se={},me=null,Oe=null;if(le!=null)for(j in le.ref!==void 0&&(Oe=le.ref),le.key!==void 0&&(me=""+le.key),le)M.call(le,j)&&!B.hasOwnProperty(j)&&(se[j]=le[j]);var ke=arguments.length-2;if(ke===1)se.children=Z;else if(1<ke){for(var $e=Array(ke),Ne=0;Ne<ke;Ne++)$e[Ne]=arguments[Ne+2];se.children=$e}if(q&&q.defaultProps)for(j in ke=q.defaultProps,ke)se[j]===void 0&&(se[j]=ke[j]);return{$$typeof:i,type:q,key:me,ref:Oe,props:se,_owner:O.current}}function X(q,le){return{$$typeof:i,type:q.type,key:le,ref:q.ref,props:q.props,_owner:q._owner}}function G(q){return typeof q=="object"&&q!==null&&q.$$typeof===i}function V(q){var le={"=":"=0",":":"=2"};return"$"+q.replace(/[=:]/g,function(Z){return le[Z]})}var ae=/\/+/g;function ie(q,le){return typeof q=="object"&&q!==null&&q.key!=null?V(""+q.key):le.toString(36)}function ue(q,le,Z,j,se){var me=typeof q;(me==="undefined"||me==="boolean")&&(q=null);var Oe=!1;if(q===null)Oe=!0;else switch(me){case"string":case"number":Oe=!0;break;case"object":switch(q.$$typeof){case i:case l:Oe=!0}}if(Oe)return Oe=q,se=se(Oe),q=j===""?"."+ie(Oe,0):j,Array.isArray(se)?(Z="",q!=null&&(Z=q.replace(ae,"$&/")+"/"),ue(se,le,Z,"",function(Ne){return Ne})):se!=null&&(G(se)&&(se=X(se,Z+(!se.key||Oe&&Oe.key===se.key?"":(""+se.key).replace(ae,"$&/")+"/")+q)),le.push(se)),1;if(Oe=0,j=j===""?".":j+":",Array.isArray(q))for(var ke=0;ke<q.length;ke++){me=q[ke];var $e=j+ie(me,ke);Oe+=ue(me,le,Z,$e,se)}else if($e=p(q),typeof $e=="function")for(q=$e.call(q),ke=0;!(me=q.next()).done;)me=me.value,$e=j+ie(me,ke++),Oe+=ue(me,le,Z,$e,se);else if(me==="object")throw le=""+q,Error(y(31,le==="[object Object]"?"object with keys {"+Object.keys(q).join(", ")+"}":le));return Oe}function Q(q,le,Z){if(q==null)return q;var j=[],se=0;return ue(q,j,"","",function(me){return le.call(Z,me,se++)}),j}function J(q){if(q._status===-1){var le=q._result;le=le(),q._status=0,q._result=le,le.then(function(Z){q._status===0&&(Z=Z.default,q._status=1,q._result=Z)},function(Z){q._status===0&&(q._status=2,q._result=Z)})}if(q._status===1)return q._result;throw q._result}var K={current:null};function oe(){var q=K.current;if(q===null)throw Error(y(321));return q}var ee={ReactCurrentDispatcher:K,ReactCurrentBatchConfig:{transition:0},ReactCurrentOwner:O,IsSomeRendererActing:{current:!1},assign:r};_.Children={map:Q,forEach:function(q,le,Z){Q(q,function(){le.apply(this,arguments)},Z)},count:function(q){var le=0;return Q(q,function(){le++}),le},toArray:function(q){return Q(q,function(le){return le})||[]},only:function(q){if(!G(q))throw Error(y(143));return q}},_.Component=S,_.PureComponent=R,_.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=ee,_.cloneElement=function(q,le,Z){if(q==null)throw Error(y(267,q));var j=r({},q.props),se=q.key,me=q.ref,Oe=q._owner;if(le!=null){if(le.ref!==void 0&&(me=le.ref,Oe=O.current),le.key!==void 0&&(se=""+le.key),q.type&&q.type.defaultProps)var ke=q.type.defaultProps;for($e in le)M.call(le,$e)&&!B.hasOwnProperty($e)&&(j[$e]=le[$e]===void 0&&ke!==void 0?ke[$e]:le[$e])}var $e=arguments.length-2;if($e===1)j.children=Z;else if(1<$e){ke=Array($e);for(var Ne=0;Ne<$e;Ne++)ke[Ne]=arguments[Ne+2];j.children=ke}return{$$typeof:i,type:q.type,key:se,ref:me,props:j,_owner:Oe}},_.createContext=function(q,le){return le===void 0&&(le=null),q={$$typeof:f,_calculateChangedBits:le,_currentValue:q,_currentValue2:q,_threadCount:0,Provider:null,Consumer:null},q.Provider={$$typeof:c,_context:q},q.Consumer=q},_.createElement=U,_.createFactory=function(q){var le=U.bind(null,q);return le.type=q,le},_.createRef=function(){return{current:null}},_.forwardRef=function(q){return{$$typeof:o,render:q}},_.isValidElement=G,_.lazy=function(q){return{$$typeof:u,_payload:{_status:-1,_result:q},_init:J}},_.memo=function(q,le){return{$$typeof:h,type:q,compare:le===void 0?null:le}},_.useCallback=function(q,le){return oe().useCallback(q,le)},_.useContext=function(q,le){return oe().useContext(q,le)},_.useDebugValue=function(){},_.useEffect=function(q,le){return oe().useEffect(q,le)},_.useImperativeHandle=function(q,le,Z){return oe().useImperativeHandle(q,le,Z)},_.useLayoutEffect=function(q,le){return oe().useLayoutEffect(q,le)},_.useMemo=function(q,le){return oe().useMemo(q,le)},_.useReducer=function(q,le,Z){return oe().useReducer(q,le,Z)},_.useRef=function(q){return oe().useRef(q)},_.useState=function(q){return oe().useState(q)},_.version="17.0.2"},59301:function(d,_,e){"use strict";d.exports=e(76100)},59781:function(d,_,e){"use strict";e.d(_,{DE:function(){return O},MT:function(){return y},UY:function(){return R},md:function(){return B},qC:function(){return M}});var r=e(20439);function i(U){return"Minified Redux error #"+U+"; visit https://redux.js.org/Errors?code="+U+" for the full message or use the non-minified dev environment for full errors. "}var l=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),c=function(){return Math.random().toString(36).substring(7).split("").join(".")},f={INIT:"@@redux/INIT"+c(),REPLACE:"@@redux/REPLACE"+c(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+c()}};function o(U){if(typeof U!="object"||U===null)return!1;for(var X=U;Object.getPrototypeOf(X)!==null;)X=Object.getPrototypeOf(X);return Object.getPrototypeOf(U)===X}function h(U){if(U===void 0)return"undefined";if(U===null)return"null";var X=typeof U;switch(X){case"boolean":case"string":case"number":case"symbol":case"function":return X}if(Array.isArray(U))return"array";if(x(U))return"date";if(a(U))return"error";var G=u(U);switch(G){case"Symbol":case"Promise":case"WeakMap":case"WeakSet":case"Map":case"Set":return G}return X.slice(8,-1).toLowerCase().replace(/\s/g,"")}function u(U){return typeof U.constructor=="function"?U.constructor.name:null}function a(U){return U instanceof Error||typeof U.message=="string"&&U.constructor&&typeof U.constructor.stackTraceLimit=="number"}function x(U){return U instanceof Date?!0:typeof U.toDateString=="function"&&typeof U.getDate=="function"&&typeof U.setDate=="function"}function p(U){var X=typeof U;return X}function y(U,X,G){var V;if(typeof X=="function"&&typeof G=="function"||typeof G=="function"&&typeof arguments[3]=="function")throw new Error(i(0));if(typeof X=="function"&&typeof G=="undefined"&&(G=X,X=void 0),typeof G!="undefined"){if(typeof G!="function")throw new Error(i(1));return G(y)(U,X)}if(typeof U!="function")throw new Error(i(2));var ae=U,ie=X,ue=[],Q=ue,J=!1;function K(){Q===ue&&(Q=ue.slice())}function oe(){if(J)throw new Error(i(3));return ie}function ee(j){if(typeof j!="function")throw new Error(i(4));if(J)throw new Error(i(5));var se=!0;return K(),Q.push(j),function(){if(se){if(J)throw new Error(i(6));se=!1,K();var Oe=Q.indexOf(j);Q.splice(Oe,1),ue=null}}}function q(j){if(!o(j))throw new Error(i(7));if(typeof j.type=="undefined")throw new Error(i(8));if(J)throw new Error(i(9));try{J=!0,ie=ae(ie,j)}finally{J=!1}for(var se=ue=Q,me=0;me<se.length;me++){var Oe=se[me];Oe()}return j}function le(j){if(typeof j!="function")throw new Error(i(10));ae=j,q({type:f.REPLACE})}function Z(){var j,se=ee;return j={subscribe:function(Oe){if(typeof Oe!="object"||Oe===null)throw new Error(i(11));function ke(){Oe.next&&Oe.next(oe())}ke();var $e=se(ke);return{unsubscribe:$e}}},j[l]=function(){return this},j}return q({type:f.INIT}),V={dispatch:q,subscribe:ee,getState:oe,replaceReducer:le},V[l]=Z,V}var m=null;function b(U){typeof console!="undefined"&&typeof console.error=="function"&&console.error(U);try{throw new Error(U)}catch(X){}}function S(U,X,G,V){var ae=Object.keys(X),ie=G&&G.type===f.INIT?"preloadedState argument passed to createStore":"previous state received by the reducer";if(ae.length===0)return"Store does not have a valid reducer. Make sure the argument passed to combineReducers is an object whose values are reducers.";if(!o(U))return"The "+ie+' has unexpected type of "'+p(U)+'". Expected argument to be an object with the following '+('keys: "'+ae.join('", "')+'"');var ue=Object.keys(U).filter(function(Q){return!X.hasOwnProperty(Q)&&!V[Q]});if(ue.forEach(function(Q){V[Q]=!0}),!(G&&G.type===f.REPLACE)&&ue.length>0)return"Unexpected "+(ue.length>1?"keys":"key")+" "+('"'+ue.join('", "')+'" found in '+ie+". ")+"Expected to find one of the known reducer keys instead: "+('"'+ae.join('", "')+'". Unexpected keys will be ignored.')}function k(U){Object.keys(U).forEach(function(X){var G=U[X],V=G(void 0,{type:f.INIT});if(typeof V=="undefined")throw new Error(i(12));if(typeof G(void 0,{type:f.PROBE_UNKNOWN_ACTION()})=="undefined")throw new Error(i(13))})}function R(U){for(var X=Object.keys(U),G={},V=0;V<X.length;V++){var ae=X[V];typeof U[ae]=="function"&&(G[ae]=U[ae])}var ie=Object.keys(G),ue,Q;try{k(G)}catch(J){Q=J}return function(K,oe){if(K===void 0&&(K={}),Q)throw Q;if(0)var ee;for(var q=!1,le={},Z=0;Z<ie.length;Z++){var j=ie[Z],se=G[j],me=K[j],Oe=se(me,oe);if(typeof Oe=="undefined"){var ke=oe&&oe.type;throw new Error(i(14))}le[j]=Oe,q=q||Oe!==me}return q=q||ie.length!==Object.keys(K).length,q?le:K}}function A(U,X){return function(){return X(U.apply(this,arguments))}}function O(U,X){if(typeof U=="function")return A(U,X);if(typeof U!="object"||U===null)throw new Error(i(16));var G={};for(var V in U){var ae=U[V];typeof ae=="function"&&(G[V]=A(ae,X))}return G}function M(){for(var U=arguments.length,X=new Array(U),G=0;G<U;G++)X[G]=arguments[G];return X.length===0?function(V){return V}:X.length===1?X[0]:X.reduce(function(V,ae){return function(){return V(ae.apply(void 0,arguments))}})}function B(){for(var U=arguments.length,X=new Array(U),G=0;G<U;G++)X[G]=arguments[G];return function(V){return function(){var ae=V.apply(void 0,arguments),ie=function(){throw new Error(i(15))},ue={getState:ae.getState,dispatch:function(){return ie.apply(void 0,arguments)}},Q=X.map(function(J){return J(ue)});return ie=M.apply(void 0,Q)(ae.dispatch),(0,r.Z)((0,r.Z)({},ae),{},{dispatch:ie})}}}},58246:function(d){var _=function(e){"use strict";var r=Object.prototype,i=r.hasOwnProperty,l=Object.defineProperty||function(ee,q,le){ee[q]=le.value},c,f=typeof Symbol=="function"?Symbol:{},o=f.iterator||"@@iterator",h=f.asyncIterator||"@@asyncIterator",u=f.toStringTag||"@@toStringTag";function a(ee,q,le){return Object.defineProperty(ee,q,{value:le,enumerable:!0,configurable:!0,writable:!0}),ee[q]}try{a({},"")}catch(ee){a=function(q,le,Z){return q[le]=Z}}function x(ee,q,le,Z){var j=q&&q.prototype instanceof R?q:R,se=Object.create(j.prototype),me=new J(Z||[]);return l(se,"_invoke",{value:ae(ee,le,me)}),se}e.wrap=x;function p(ee,q,le){try{return{type:"normal",arg:ee.call(q,le)}}catch(Z){return{type:"throw",arg:Z}}}var y="suspendedStart",m="suspendedYield",b="executing",S="completed",k={};function R(){}function A(){}function O(){}var M={};a(M,o,function(){return this});var B=Object.getPrototypeOf,U=B&&B(B(K([])));U&&U!==r&&i.call(U,o)&&(M=U);var X=O.prototype=R.prototype=Object.create(M);A.prototype=O,l(X,"constructor",{value:O,configurable:!0}),l(O,"constructor",{value:A,configurable:!0}),A.displayName=a(O,u,"GeneratorFunction");function G(ee){["next","throw","return"].forEach(function(q){a(ee,q,function(le){return this._invoke(q,le)})})}e.isGeneratorFunction=function(ee){var q=typeof ee=="function"&&ee.constructor;return q?q===A||(q.displayName||q.name)==="GeneratorFunction":!1},e.mark=function(ee){return Object.setPrototypeOf?Object.setPrototypeOf(ee,O):(ee.__proto__=O,a(ee,u,"GeneratorFunction")),ee.prototype=Object.create(X),ee},e.awrap=function(ee){return{__await:ee}};function V(ee,q){function le(se,me,Oe,ke){var $e=p(ee[se],ee,me);if($e.type==="throw")ke($e.arg);else{var Ne=$e.arg,Ft=Ne.value;return Ft&&typeof Ft=="object"&&i.call(Ft,"__await")?q.resolve(Ft.__await).then(function(wt){le("next",wt,Oe,ke)},function(wt){le("throw",wt,Oe,ke)}):q.resolve(Ft).then(function(wt){Ne.value=wt,Oe(Ne)},function(wt){return le("throw",wt,Oe,ke)})}}var Z;function j(se,me){function Oe(){return new q(function(ke,$e){le(se,me,ke,$e)})}return Z=Z?Z.then(Oe,Oe):Oe()}l(this,"_invoke",{value:j})}G(V.prototype),a(V.prototype,h,function(){return this}),e.AsyncIterator=V,e.async=function(ee,q,le,Z,j){j===void 0&&(j=Promise);var se=new V(x(ee,q,le,Z),j);return e.isGeneratorFunction(q)?se:se.next().then(function(me){return me.done?me.value:se.next()})};function ae(ee,q,le){var Z=y;return function(se,me){if(Z===b)throw new Error("Generator is already running");if(Z===S){if(se==="throw")throw me;return oe()}for(le.method=se,le.arg=me;;){var Oe=le.delegate;if(Oe){var ke=ie(Oe,le);if(ke){if(ke===k)continue;return ke}}if(le.method==="next")le.sent=le._sent=le.arg;else if(le.method==="throw"){if(Z===y)throw Z=S,le.arg;le.dispatchException(le.arg)}else le.method==="return"&&le.abrupt("return",le.arg);Z=b;var $e=p(ee,q,le);if($e.type==="normal"){if(Z=le.done?S:m,$e.arg===k)continue;return{value:$e.arg,done:le.done}}else $e.type==="throw"&&(Z=S,le.method="throw",le.arg=$e.arg)}}}function ie(ee,q){var le=q.method,Z=ee.iterator[le];if(Z===c)return q.delegate=null,le==="throw"&&ee.iterator.return&&(q.method="return",q.arg=c,ie(ee,q),q.method==="throw")||le!=="return"&&(q.method="throw",q.arg=new TypeError("The iterator does not provide a '"+le+"' method")),k;var j=p(Z,ee.iterator,q.arg);if(j.type==="throw")return q.method="throw",q.arg=j.arg,q.delegate=null,k;var se=j.arg;if(!se)return q.method="throw",q.arg=new TypeError("iterator result is not an object"),q.delegate=null,k;if(se.done)q[ee.resultName]=se.value,q.next=ee.nextLoc,q.method!=="return"&&(q.method="next",q.arg=c);else return se;return q.delegate=null,k}G(X),a(X,u,"Generator"),a(X,o,function(){return this}),a(X,"toString",function(){return"[object Generator]"});function ue(ee){var q={tryLoc:ee[0]};1 in ee&&(q.catchLoc=ee[1]),2 in ee&&(q.finallyLoc=ee[2],q.afterLoc=ee[3]),this.tryEntries.push(q)}function Q(ee){var q=ee.completion||{};q.type="normal",delete q.arg,ee.completion=q}function J(ee){this.tryEntries=[{tryLoc:"root"}],ee.forEach(ue,this),this.reset(!0)}e.keys=function(ee){var q=Object(ee),le=[];for(var Z in q)le.push(Z);return le.reverse(),function j(){for(;le.length;){var se=le.pop();if(se in q)return j.value=se,j.done=!1,j}return j.done=!0,j}};function K(ee){if(ee){var q=ee[o];if(q)return q.call(ee);if(typeof ee.next=="function")return ee;if(!isNaN(ee.length)){var le=-1,Z=function j(){for(;++le<ee.length;)if(i.call(ee,le))return j.value=ee[le],j.done=!1,j;return j.value=c,j.done=!0,j};return Z.next=Z}}return{next:oe}}e.values=K;function oe(){return{value:c,done:!0}}return J.prototype={constructor:J,reset:function(ee){if(this.prev=0,this.next=0,this.sent=this._sent=c,this.done=!1,this.delegate=null,this.method="next",this.arg=c,this.tryEntries.forEach(Q),!ee)for(var q in this)q.charAt(0)==="t"&&i.call(this,q)&&!isNaN(+q.slice(1))&&(this[q]=c)},stop:function(){this.done=!0;var ee=this.tryEntries[0],q=ee.completion;if(q.type==="throw")throw q.arg;return this.rval},dispatchException:function(ee){if(this.done)throw ee;var q=this;function le(ke,$e){return se.type="throw",se.arg=ee,q.next=ke,$e&&(q.method="next",q.arg=c),!!$e}for(var Z=this.tryEntries.length-1;Z>=0;--Z){var j=this.tryEntries[Z],se=j.completion;if(j.tryLoc==="root")return le("end");if(j.tryLoc<=this.prev){var me=i.call(j,"catchLoc"),Oe=i.call(j,"finallyLoc");if(me&&Oe){if(this.prev<j.catchLoc)return le(j.catchLoc,!0);if(this.prev<j.finallyLoc)return le(j.finallyLoc)}else if(me){if(this.prev<j.catchLoc)return le(j.catchLoc,!0)}else if(Oe){if(this.prev<j.finallyLoc)return le(j.finallyLoc)}else throw new Error("try statement without catch or finally")}}},abrupt:function(ee,q){for(var le=this.tryEntries.length-1;le>=0;--le){var Z=this.tryEntries[le];if(Z.tryLoc<=this.prev&&i.call(Z,"finallyLoc")&&this.prev<Z.finallyLoc){var j=Z;break}}j&&(ee==="break"||ee==="continue")&&j.tryLoc<=q&&q<=j.finallyLoc&&(j=null);var se=j?j.completion:{};return se.type=ee,se.arg=q,j?(this.method="next",this.next=j.finallyLoc,k):this.complete(se)},complete:function(ee,q){if(ee.type==="throw")throw ee.arg;return ee.type==="break"||ee.type==="continue"?this.next=ee.arg:ee.type==="return"?(this.rval=this.arg=ee.arg,this.method="return",this.next="end"):ee.type==="normal"&&q&&(this.next=q),k},finish:function(ee){for(var q=this.tryEntries.length-1;q>=0;--q){var le=this.tryEntries[q];if(le.finallyLoc===ee)return this.complete(le.completion,le.afterLoc),Q(le),k}},catch:function(ee){for(var q=this.tryEntries.length-1;q>=0;--q){var le=this.tryEntries[q];if(le.tryLoc===ee){var Z=le.completion;if(Z.type==="throw"){var j=Z.arg;Q(le)}return j}}throw new Error("illegal catch attempt")},delegateYield:function(ee,q,le){return this.delegate={iterator:K(ee),resultName:q,nextLoc:le},this.method==="next"&&(this.arg=c),k}},e}(d.exports);try{regeneratorRuntime=_}catch(e){typeof globalThis=="object"?globalThis.regeneratorRuntime=_:Function("r","regeneratorRuntime = r")(_)}},76374:function(d,_,e){"use strict";var r=function(){if(typeof Map!="undefined")return Map;function J(K,oe){var ee=-1;return K.some(function(q,le){return q[0]===oe?(ee=le,!0):!1}),ee}return function(){function K(){this.__entries__=[]}return Object.defineProperty(K.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),K.prototype.get=function(oe){var ee=J(this.__entries__,oe),q=this.__entries__[ee];return q&&q[1]},K.prototype.set=function(oe,ee){var q=J(this.__entries__,oe);~q?this.__entries__[q][1]=ee:this.__entries__.push([oe,ee])},K.prototype.delete=function(oe){var ee=this.__entries__,q=J(ee,oe);~q&&ee.splice(q,1)},K.prototype.has=function(oe){return!!~J(this.__entries__,oe)},K.prototype.clear=function(){this.__entries__.splice(0)},K.prototype.forEach=function(oe,ee){ee===void 0&&(ee=null);for(var q=0,le=this.__entries__;q<le.length;q++){var Z=le[q];oe.call(ee,Z[1],Z[0])}},K}()}(),i=typeof window!="undefined"&&typeof document!="undefined"&&window.document===document,l=function(){return typeof e.g!="undefined"&&e.g.Math===Math?e.g:typeof self!="undefined"&&self.Math===Math?self:typeof window!="undefined"&&window.Math===Math?window:Function("return this")()}(),c=function(){return typeof requestAnimationFrame=="function"?requestAnimationFrame.bind(l):function(J){return setTimeout(function(){return J(Date.now())},1e3/60)}}(),f=2;function o(J,K){var oe=!1,ee=!1,q=0;function le(){oe&&(oe=!1,J()),ee&&j()}function Z(){c(le)}function j(){var se=Date.now();if(oe){if(se-q<f)return;ee=!0}else oe=!0,ee=!1,setTimeout(Z,K);q=se}return j}var h=20,u=["top","right","bottom","left","width","height","size","weight"],a=typeof MutationObserver!="undefined",x=function(){function J(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=o(this.refresh.bind(this),h)}return J.prototype.addObserver=function(K){~this.observers_.indexOf(K)||this.observers_.push(K),this.connected_||this.connect_()},J.prototype.removeObserver=function(K){var oe=this.observers_,ee=oe.indexOf(K);~ee&&oe.splice(ee,1),!oe.length&&this.connected_&&this.disconnect_()},J.prototype.refresh=function(){var K=this.updateObservers_();K&&this.refresh()},J.prototype.updateObservers_=function(){var K=this.observers_.filter(function(oe){return oe.gatherActive(),oe.hasActive()});return K.forEach(function(oe){return oe.broadcastActive()}),K.length>0},J.prototype.connect_=function(){!i||this.connected_||(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),a?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},J.prototype.disconnect_=function(){!i||!this.connected_||(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},J.prototype.onTransitionEnd_=function(K){var oe=K.propertyName,ee=oe===void 0?"":oe,q=u.some(function(le){return!!~ee.indexOf(le)});q&&this.refresh()},J.getInstance=function(){return this.instance_||(this.instance_=new J),this.instance_},J.instance_=null,J}(),p=function(J,K){for(var oe=0,ee=Object.keys(K);oe<ee.length;oe++){var q=ee[oe];Object.defineProperty(J,q,{value:K[q],enumerable:!1,writable:!1,configurable:!0})}return J},y=function(J){var K=J&&J.ownerDocument&&J.ownerDocument.defaultView;return K||l},m=X(0,0,0,0);function b(J){return parseFloat(J)||0}function S(J){for(var K=[],oe=1;oe<arguments.length;oe++)K[oe-1]=arguments[oe];return K.reduce(function(ee,q){var le=J["border-"+q+"-width"];return ee+b(le)},0)}function k(J){for(var K=["top","right","bottom","left"],oe={},ee=0,q=K;ee<q.length;ee++){var le=q[ee],Z=J["padding-"+le];oe[le]=b(Z)}return oe}function R(J){var K=J.getBBox();return X(0,0,K.width,K.height)}function A(J){var K=J.clientWidth,oe=J.clientHeight;if(!K&&!oe)return m;var ee=y(J).getComputedStyle(J),q=k(ee),le=q.left+q.right,Z=q.top+q.bottom,j=b(ee.width),se=b(ee.height);if(ee.boxSizing==="border-box"&&(Math.round(j+le)!==K&&(j-=S(ee,"left","right")+le),Math.round(se+Z)!==oe&&(se-=S(ee,"top","bottom")+Z)),!M(J)){var me=Math.round(j+le)-K,Oe=Math.round(se+Z)-oe;Math.abs(me)!==1&&(j-=me),Math.abs(Oe)!==1&&(se-=Oe)}return X(q.left,q.top,j,se)}var O=function(){return typeof SVGGraphicsElement!="undefined"?function(J){return J instanceof y(J).SVGGraphicsElement}:function(J){return J instanceof y(J).SVGElement&&typeof J.getBBox=="function"}}();function M(J){return J===y(J).document.documentElement}function B(J){return i?O(J)?R(J):A(J):m}function U(J){var K=J.x,oe=J.y,ee=J.width,q=J.height,le=typeof DOMRectReadOnly!="undefined"?DOMRectReadOnly:Object,Z=Object.create(le.prototype);return p(Z,{x:K,y:oe,width:ee,height:q,top:oe,right:K+ee,bottom:q+oe,left:K}),Z}function X(J,K,oe,ee){return{x:J,y:K,width:oe,height:ee}}var G=function(){function J(K){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=X(0,0,0,0),this.target=K}return J.prototype.isActive=function(){var K=B(this.target);return this.contentRect_=K,K.width!==this.broadcastWidth||K.height!==this.broadcastHeight},J.prototype.broadcastRect=function(){var K=this.contentRect_;return this.broadcastWidth=K.width,this.broadcastHeight=K.height,K},J}(),V=function(){function J(K,oe){var ee=U(oe);p(this,{target:K,contentRect:ee})}return J}(),ae=function(){function J(K,oe,ee){if(this.activeObservations_=[],this.observations_=new r,typeof K!="function")throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=K,this.controller_=oe,this.callbackCtx_=ee}return J.prototype.observe=function(K){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element=="undefined"||!(Element instanceof Object))){if(!(K instanceof y(K).Element))throw new TypeError('parameter 1 is not of type "Element".');var oe=this.observations_;oe.has(K)||(oe.set(K,new G(K)),this.controller_.addObserver(this),this.controller_.refresh())}},J.prototype.unobserve=function(K){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element=="undefined"||!(Element instanceof Object))){if(!(K instanceof y(K).Element))throw new TypeError('parameter 1 is not of type "Element".');var oe=this.observations_;oe.has(K)&&(oe.delete(K),oe.size||this.controller_.removeObserver(this))}},J.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},J.prototype.gatherActive=function(){var K=this;this.clearActive(),this.observations_.forEach(function(oe){oe.isActive()&&K.activeObservations_.push(oe)})},J.prototype.broadcastActive=function(){if(this.hasActive()){var K=this.callbackCtx_,oe=this.activeObservations_.map(function(ee){return new V(ee.target,ee.broadcastRect())});this.callback_.call(K,oe,K),this.clearActive()}},J.prototype.clearActive=function(){this.activeObservations_.splice(0)},J.prototype.hasActive=function(){return this.activeObservations_.length>0},J}(),ie=typeof WeakMap!="undefined"?new WeakMap:new r,ue=function(){function J(K){if(!(this instanceof J))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var oe=x.getInstance(),ee=new ae(K,oe,this);ie.set(this,ee)}return J}();["observe","unobserve","disconnect"].forEach(function(J){ue.prototype[J]=function(){var K;return(K=ie.get(this))[J].apply(K,arguments)}});var Q=function(){return typeof l.ResizeObserver!="undefined"?l.ResizeObserver:ue}();_.Z=Q},74284:function(d,_){"use strict";var e,r,i,l;if(typeof performance=="object"&&typeof performance.now=="function"){var c=performance;_.unstable_now=function(){return c.now()}}else{var f=Date,o=f.now();_.unstable_now=function(){return f.now()-o}}if(typeof window=="undefined"||typeof MessageChannel!="function"){var h=null,u=null,a=function(){if(h!==null)try{var Z=_.unstable_now();h(!0,Z),h=null}catch(j){throw setTimeout(a,0),j}};e=function(Z){h!==null?setTimeout(e,0,Z):(h=Z,setTimeout(a,0))},r=function(Z,j){u=setTimeout(Z,j)},i=function(){clearTimeout(u)},_.unstable_shouldYield=function(){return!1},l=_.unstable_forceFrameRate=function(){}}else{var x=window.setTimeout,p=window.clearTimeout;if(typeof console!="undefined"){var y=window.cancelAnimationFrame;typeof window.requestAnimationFrame!="function"&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"),typeof y!="function"&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills")}var m=!1,b=null,S=-1,k=5,R=0;_.unstable_shouldYield=function(){return _.unstable_now()>=R},l=function(){},_.unstable_forceFrameRate=function(Z){0>Z||125<Z?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):k=0<Z?Math.floor(1e3/Z):5};var A=new MessageChannel,O=A.port2;A.port1.onmessage=function(){if(b!==null){var Z=_.unstable_now();R=Z+k;try{b(!0,Z)?O.postMessage(null):(m=!1,b=null)}catch(j){throw O.postMessage(null),j}}else m=!1},e=function(Z){b=Z,m||(m=!0,O.postMessage(null))},r=function(Z,j){S=x(function(){Z(_.unstable_now())},j)},i=function(){p(S),S=-1}}function M(Z,j){var se=Z.length;Z.push(j);e:for(;;){var me=se-1>>>1,Oe=Z[me];if(Oe!==void 0&&0<X(Oe,j))Z[me]=j,Z[se]=Oe,se=me;else break e}}function B(Z){return Z=Z[0],Z===void 0?null:Z}function U(Z){var j=Z[0];if(j!==void 0){var se=Z.pop();if(se!==j){Z[0]=se;e:for(var me=0,Oe=Z.length;me<Oe;){var ke=2*(me+1)-1,$e=Z[ke],Ne=ke+1,Ft=Z[Ne];if($e!==void 0&&0>X($e,se))Ft!==void 0&&0>X(Ft,$e)?(Z[me]=Ft,Z[Ne]=se,me=Ne):(Z[me]=$e,Z[ke]=se,me=ke);else if(Ft!==void 0&&0>X(Ft,se))Z[me]=Ft,Z[Ne]=se,me=Ne;else break e}}return j}return null}function X(Z,j){var se=Z.sortIndex-j.sortIndex;return se!==0?se:Z.id-j.id}var G=[],V=[],ae=1,ie=null,ue=3,Q=!1,J=!1,K=!1;function oe(Z){for(var j=B(V);j!==null;){if(j.callback===null)U(V);else if(j.startTime<=Z)U(V),j.sortIndex=j.expirationTime,M(G,j);else break;j=B(V)}}function ee(Z){if(K=!1,oe(Z),!J)if(B(G)!==null)J=!0,e(q);else{var j=B(V);j!==null&&r(ee,j.startTime-Z)}}function q(Z,j){J=!1,K&&(K=!1,i()),Q=!0;var se=ue;try{for(oe(j),ie=B(G);ie!==null&&(!(ie.expirationTime>j)||Z&&!_.unstable_shouldYield());){var me=ie.callback;if(typeof me=="function"){ie.callback=null,ue=ie.priorityLevel;var Oe=me(ie.expirationTime<=j);j=_.unstable_now(),typeof Oe=="function"?ie.callback=Oe:ie===B(G)&&U(G),oe(j)}else U(G);ie=B(G)}if(ie!==null)var ke=!0;else{var $e=B(V);$e!==null&&r(ee,$e.startTime-j),ke=!1}return ke}finally{ie=null,ue=se,Q=!1}}var le=l;_.unstable_IdlePriority=5,_.unstable_ImmediatePriority=1,_.unstable_LowPriority=4,_.unstable_NormalPriority=3,_.unstable_Profiling=null,_.unstable_UserBlockingPriority=2,_.unstable_cancelCallback=function(Z){Z.callback=null},_.unstable_continueExecution=function(){J||Q||(J=!0,e(q))},_.unstable_getCurrentPriorityLevel=function(){return ue},_.unstable_getFirstCallbackNode=function(){return B(G)},_.unstable_next=function(Z){switch(ue){case 1:case 2:case 3:var j=3;break;default:j=ue}var se=ue;ue=j;try{return Z()}finally{ue=se}},_.unstable_pauseExecution=function(){},_.unstable_requestPaint=le,_.unstable_runWithPriority=function(Z,j){switch(Z){case 1:case 2:case 3:case 4:case 5:break;default:Z=3}var se=ue;ue=Z;try{return j()}finally{ue=se}},_.unstable_scheduleCallback=function(Z,j,se){var me=_.unstable_now();switch(typeof se=="object"&&se!==null?(se=se.delay,se=typeof se=="number"&&0<se?me+se:me):se=me,Z){case 1:var Oe=-1;break;case 2:Oe=250;break;case 5:Oe=1073741823;break;case 4:Oe=1e4;break;default:Oe=5e3}return Oe=se+Oe,Z={id:ae++,callback:j,priorityLevel:Z,startTime:se,expirationTime:Oe,sortIndex:-1},se>me?(Z.sortIndex=se,M(V,Z),B(G)===null&&Z===B(V)&&(K?i():K=!0,r(ee,se-me))):(Z.sortIndex=Oe,M(G,Z),J||Q||(J=!0,e(q))),Z},_.unstable_wrapCallback=function(Z){var j=ue;return function(){var se=ue;ue=j;try{return Z.apply(this,arguments)}finally{ue=se}}}},43014:function(d,_,e){"use strict";d.exports=e(74284)},18947:function(d){"use strict";function _(e,r){if(e===r)return!0;if(!e||!r)return!1;var i=Object.keys(e),l=Object.keys(r),c=i.length;if(l.length!==c)return!1;for(var f=0;f<c;f++){var o=i[f];if(e[o]!==r[o]||!Object.prototype.hasOwnProperty.call(r,o))return!1}return!0}d.exports=_},19747:function(d){d.exports=function(e,r,i,l){var c=i?i.call(l,e,r):void 0;if(c!==void 0)return!!c;if(e===r)return!0;if(typeof e!="object"||!e||typeof r!="object"||!r)return!1;var f=Object.keys(e),o=Object.keys(r);if(f.length!==o.length)return!1;for(var h=Object.prototype.hasOwnProperty.bind(r),u=0;u<f.length;u++){var a=f[u];if(!h(a))return!1;var x=e[a],p=r[a];if(c=i?i.call(l,x,p,a):void 0,c===!1||c===void 0&&x!==p)return!1}return!0}},98040:function(d){d.exports=function(){var _=document.getSelection();if(!_.rangeCount)return function(){};for(var e=document.activeElement,r=[],i=0;i<_.rangeCount;i++)r.push(_.getRangeAt(i));switch(e.tagName.toUpperCase()){case"INPUT":case"TEXTAREA":e.blur();break;default:e=null;break}return _.removeAllRanges(),function(){_.type==="Caret"&&_.removeAllRanges(),_.rangeCount||r.forEach(function(l){_.addRange(l)}),e&&e.focus()}}},797:function(d,_,e){"use strict";var r=e(54723);d.exports=function(i){if(typeof i!="function"||!hasOwnProperty.call(i,"length"))return!1;try{if(typeof i.length!="number"||typeof i.call!="function"||typeof i.apply!="function")return!1}catch(l){return!1}return!r(i)}},95562:function(d,_,e){"use strict";var r=e(57046),i={object:!0,function:!0,undefined:!0};d.exports=function(l){return r(l)?hasOwnProperty.call(i,typeof l):!1}},69574:function(d,_,e){"use strict";var r=e(797),i=/^\s*class[\s{/}]/,l=Function.prototype.toString;d.exports=function(c){return!(!r(c)||i.test(l.call(c)))}},54723:function(d,_,e){"use strict";var r=e(95562);d.exports=function(i){if(!r(i))return!1;try{return i.constructor?i.constructor.prototype===i:!1}catch(l){return!1}}},57046:function(d){"use strict";var _=void 0;d.exports=function(e){return e!==_&&e!==null}},36736:function(d,_,e){"use strict";var r=e(59301);function i(y,m){return y===m&&(y!==0||1/y===1/m)||y!==y&&m!==m}var l=typeof Object.is=="function"?Object.is:i,c=r.useState,f=r.useEffect,o=r.useLayoutEffect,h=r.useDebugValue;function u(y,m){var b=m(),S=c({inst:{value:b,getSnapshot:m}}),k=S[0].inst,R=S[1];return o(function(){k.value=b,k.getSnapshot=m,a(k)&&R({inst:k})},[y,b,m]),f(function(){return a(k)&&R({inst:k}),y(function(){a(k)&&R({inst:k})})},[y]),h(b),b}function a(y){var m=y.getSnapshot;y=y.value;try{var b=m();return!l(y,b)}catch(S){return!0}}function x(y,m){return m()}var p=typeof window=="undefined"||typeof window.document=="undefined"||typeof window.document.createElement=="undefined"?x:u;_.useSyncExternalStore=r.useSyncExternalStore!==void 0?r.useSyncExternalStore:p},1719:function(d,_,e){"use strict";var r=e(59301),i=e(37573);function l(x,p){return x===p&&(x!==0||1/x===1/p)||x!==x&&p!==p}var c=typeof Object.is=="function"?Object.is:l,f=i.useSyncExternalStore,o=r.useRef,h=r.useEffect,u=r.useMemo,a=r.useDebugValue;_.useSyncExternalStoreWithSelector=function(x,p,y,m,b){var S=o(null);if(S.current===null){var k={hasValue:!1,value:null};S.current=k}else k=S.current;S=u(function(){function A(X){if(!O){if(O=!0,M=X,X=m(X),b!==void 0&&k.hasValue){var G=k.value;if(b(G,X))return B=G}return B=X}if(G=B,c(M,X))return G;var V=m(X);return b!==void 0&&b(G,V)?(M=X,G):(M=X,B=V)}var O=!1,M,B,U=y===void 0?null:y;return[function(){return A(p())},U===null?void 0:function(){return A(U())}]},[p,y,m,b]);var R=f(x,S[0],S[1]);return h(function(){k.hasValue=!0,k.value=R},[R]),a(R),R}},37573:function(d,_,e){"use strict";d.exports=e(36736)},45097:function(d,_,e){"use strict";d.exports=e(1719)},1012:function(d,_,e){"use strict";e.d(_,{Z:function(){return y}});var r=typeof crypto!="undefined"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||typeof msCrypto!="undefined"&&typeof msCrypto.getRandomValues=="function"&&msCrypto.getRandomValues.bind(msCrypto),i=new Uint8Array(16);function l(){if(!r)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return r(i)}var c=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function f(m){return typeof m=="string"&&c.test(m)}for(var o=f,h=[],u=0;u<256;++u)h.push((u+256).toString(16).substr(1));function a(m){var b=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,S=(h[m[b+0]]+h[m[b+1]]+h[m[b+2]]+h[m[b+3]]+"-"+h[m[b+4]]+h[m[b+5]]+"-"+h[m[b+6]]+h[m[b+7]]+"-"+h[m[b+8]]+h[m[b+9]]+"-"+h[m[b+10]]+h[m[b+11]]+h[m[b+12]]+h[m[b+13]]+h[m[b+14]]+h[m[b+15]]).toLowerCase();if(!o(S))throw TypeError("Stringified UUID is invalid");return S}var x=a;function p(m,b,S){m=m||{};var k=m.random||(m.rng||l)();if(k[6]=k[6]&15|64,k[8]=k[8]&63|128,b){S=S||0;for(var R=0;R<16;++R)b[S+R]=k[R];return b}return x(k)}var y=p},56754:function(d){"use strict";var _=function(){};d.exports=_},85239:function(d){"use strict";var _=!1,e=function(){};if(_){var r=function(l,c){var f=arguments.length;c=new Array(f>1?f-1:0);for(var o=1;o<f;o++)c[o-1]=arguments[o];var h=0,u="Warning: "+l.replace(/%s/g,function(){return c[h++]});typeof console!="undefined"&&console.error(u);try{throw new Error(u)}catch(a){}};e=function(i,l,c){var f=arguments.length;c=new Array(f>2?f-2:0);for(var o=2;o<f;o++)c[o-2]=arguments[o];if(l===void 0)throw new Error("`warning(condition, format, ...args)` requires a warning message argument");i||r.apply(null,[l].concat(c))}}d.exports=e},4977:function(d){"use strict";d.exports="data:image/png;base64,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"},56022:function(d){"use strict";d.exports="data:image/png;base64,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"},58478:function(d){"use strict";d.exports="data:image/png;base64,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"},3828:function(){},31669:function(d){function _(e,r){this.v=e,this.k=r}d.exports=_,d.exports.__esModule=!0,d.exports.default=d.exports},57523:function(d,_,e){var r=e(99824);function i(){var l,c,f=typeof Symbol=="function"?Symbol:{},o=f.iterator||"@@iterator",h=f.toStringTag||"@@toStringTag";function u(k,R,A,O){var M=R&&R.prototype instanceof x?R:x,B=Object.create(M.prototype);return r(B,"_invoke",function(U,X,G){var V,ae,ie,ue=0,Q=G||[],J=!1,K={p:0,n:0,v:l,a:oe,f:oe.bind(l,4),d:function(q,le){return V=q,ae=0,ie=l,K.n=le,a}};function oe(ee,q){for(ae=ee,ie=q,c=0;!J&&ue&&!le&&c<Q.length;c++){var le,Z=Q[c],j=K.p,se=Z[2];ee>3?(le=se===q)&&(ie=Z[(ae=Z[4])?5:(ae=3,3)],Z[4]=Z[5]=l):Z[0]<=j&&((le=ee<2&&j<Z[1])?(ae=0,K.v=q,K.n=Z[1]):j<se&&(le=ee<3||Z[0]>q||q>se)&&(Z[4]=ee,Z[5]=q,K.n=se,ae=0))}if(le||ee>1)return a;throw J=!0,q}return function(ee,q,le){if(ue>1)throw TypeError("Generator is already running");for(J&&q===1&&oe(q,le),ae=q,ie=le;(c=ae<2?l:ie)||!J;){V||(ae?ae<3?(ae>1&&(K.n=-1),oe(ae,ie)):K.n=ie:K.v=ie);try{if(ue=2,V){if(ae||(ee="next"),c=V[ee]){if(!(c=c.call(V,ie)))throw TypeError("iterator result is not an object");if(!c.done)return c;ie=c.value,ae<2&&(ae=0)}else ae===1&&(c=V.return)&&c.call(V),ae<2&&(ie=TypeError("The iterator does not provide a '"+ee+"' method"),ae=1);V=l}else if((c=(J=K.n<0)?ie:U.call(X,K))!==a)break}catch(Z){V=l,ae=1,ie=Z}finally{ue=1}}return{value:c,done:J}}}(k,A,O),!0),B}var a={};function x(){}function p(){}function y(){}c=Object.getPrototypeOf;var m=[][o]?c(c([][o]())):(r(c={},o,function(){return this}),c),b=y.prototype=x.prototype=Object.create(m);function S(k){return Object.setPrototypeOf?Object.setPrototypeOf(k,y):(k.__proto__=y,r(k,h,"GeneratorFunction")),k.prototype=Object.create(b),k}return p.prototype=y,r(b,"constructor",y),r(y,"constructor",p),p.displayName="GeneratorFunction",r(y,h,"GeneratorFunction"),r(b),r(b,h,"Generator"),r(b,o,function(){return this}),r(b,"toString",function(){return"[object Generator]"}),(d.exports=i=function(){return{w:u,m:S}},d.exports.__esModule=!0,d.exports.default=d.exports)()}d.exports=i,d.exports.__esModule=!0,d.exports.default=d.exports},57811:function(d,_,e){var r=e(33466);function i(l,c,f,o,h){var u=r(l,c,f,o,h);return u.next().then(function(a){return a.done?a.value:u.next()})}d.exports=i,d.exports.__esModule=!0,d.exports.default=d.exports},33466:function(d,_,e){var r=e(57523),i=e(50559);function l(c,f,o,h,u){return new i(r().w(c,f,o,h),u||Promise)}d.exports=l,d.exports.__esModule=!0,d.exports.default=d.exports},50559:function(d,_,e){var r=e(31669),i=e(99824);function l(c,f){function o(u,a,x,p){try{var y=c[u](a),m=y.value;return m instanceof r?f.resolve(m.v).then(function(b){o("next",b,x,p)},function(b){o("throw",b,x,p)}):f.resolve(m).then(function(b){y.value=b,x(y)},function(b){return o("throw",b,x,p)})}catch(b){p(b)}}var h;this.next||(i(l.prototype),i(l.prototype,typeof Symbol=="function"&&Symbol.asyncIterator||"@asyncIterator",function(){return this})),i(this,"_invoke",function(u,a,x){function p(){return new f(function(y,m){o(u,x,y,m)})}return h=h?h.then(p,p):p()},!0)}d.exports=l,d.exports.__esModule=!0,d.exports.default=d.exports},99824:function(d){function _(e,r,i,l){var c=Object.defineProperty;try{c({},"",{})}catch(f){c=0}d.exports=_=function(o,h,u,a){if(h)c?c(o,h,{value:u,enumerable:!a,configurable:!a,writable:!a}):o[h]=u;else{var x=function(y,m){_(o,y,function(b){return this._invoke(y,m,b)})};x("next",0),x("throw",1),x("return",2)}},d.exports.__esModule=!0,d.exports.default=d.exports,_(e,r,i,l)}d.exports=_,d.exports.__esModule=!0,d.exports.default=d.exports},25545:function(d){function _(e){var r=Object(e),i=[];for(var l in r)i.unshift(l);return function c(){for(;i.length;)if((l=i.pop())in r)return c.value=l,c.done=!1,c;return c.done=!0,c}}d.exports=_,d.exports.__esModule=!0,d.exports.default=d.exports},43013:function(d,_,e){var r=e(31669),i=e(57523),l=e(57811),c=e(33466),f=e(50559),o=e(25545),h=e(23287);function u(){"use strict";var a=i(),x=a.m(u),p=(Object.getPrototypeOf?Object.getPrototypeOf(x):x.__proto__).constructor;function y(S){var k=typeof S=="function"&&S.constructor;return!!k&&(k===p||(k.displayName||k.name)==="GeneratorFunction")}var m={throw:1,return:2,break:3,continue:3};function b(S){var k,R;return function(A){k||(k={stop:function(){return R(A.a,2)},catch:function(){return A.v},abrupt:function(M,B){return R(A.a,m[M],B)},delegateYield:function(M,B,U){return k.resultName=B,R(A.d,h(M),U)},finish:function(M){return R(A.f,M)}},R=function(M,B,U){A.p=k.prev,A.n=k.next;try{return M(B,U)}finally{k.next=A.n}}),k.resultName&&(k[k.resultName]=A.v,k.resultName=void 0),k.sent=A.v,k.next=A.n;try{return S.call(this,k)}finally{A.p=k.prev,A.n=k.next}}}return(d.exports=u=function(){return{wrap:function(R,A,O,M){return a.w(b(R),A,O,M&&M.reverse())},isGeneratorFunction:y,mark:a.m,awrap:function(R,A){return new r(R,A)},AsyncIterator:f,async:function(R,A,O,M,B){return(y(A)?c:l)(b(R),A,O,M,B)},keys:o,values:h}},d.exports.__esModule=!0,d.exports.default=d.exports)()}d.exports=u,d.exports.__esModule=!0,d.exports.default=d.exports},23287:function(d,_,e){var r=e(12594).default;function i(l){if(l!=null){var c=l[typeof Symbol=="function"&&Symbol.iterator||"@@iterator"],f=0;if(c)return c.call(l);if(typeof l.next=="function")return l;if(!isNaN(l.length))return{next:function(){return l&&f>=l.length&&(l=void 0),{value:l&&l[f++],done:!l}}}}throw new TypeError(r(l)+" is not iterable")}d.exports=i,d.exports.__esModule=!0,d.exports.default=d.exports},12594:function(d){function _(e){"@babel/helpers - typeof";return d.exports=_=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(r){return typeof r}:function(r){return r&&typeof Symbol=="function"&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r},d.exports.__esModule=!0,d.exports.default=d.exports,_(e)}d.exports=_,d.exports.__esModule=!0,d.exports.default=d.exports},55267:function(d,_,e){var r=e(43013)();d.exports=r;try{regeneratorRuntime=r}catch(i){typeof globalThis=="object"?globalThis.regeneratorRuntime=r:Function("r","regeneratorRuntime = r")(r)}},92310:function(d,_){var e,r;(function(){"use strict";var i={}.hasOwnProperty;function l(){for(var o="",h=0;h<arguments.length;h++){var u=arguments[h];u&&(o=f(o,c(u)))}return o}function c(o){if(typeof o=="string"||typeof o=="number")return o;if(typeof o!="object")return"";if(Array.isArray(o))return l.apply(null,o);if(o.toString!==Object.prototype.toString&&!o.toString.toString().includes("[native code]"))return o.toString();var h="";for(var u in o)i.call(o,u)&&o[u]&&(h=f(h,u));return h}function f(o,h){return h?o?o+" "+h:o+h:o}d.exports?(l.default=l,d.exports=l):(e=[],r=function(){return l}.apply(_,e),r!==void 0&&(d.exports=r))})()},63335:function(d,_,e){"use strict";var r=e(55327),i=e(40593),l=TypeError;d.exports=function(c){if(r(c))return c;throw new l(i(c)+" is not a function")}},6086:function(d,_,e){"use strict";var r=e(39812),i=e(40593),l=TypeError;d.exports=function(c){if(r(c))return c;throw new l(i(c)+" is not a constructor")}},42683:function(d,_,e){"use strict";var r=e(2786).has;d.exports=function(i){return r(i),i}},557:function(d,_,e){"use strict";var r=e(55327),i=String,l=TypeError;d.exports=function(c){if(typeof c=="object"||r(c))return c;throw new l("Can't set "+i(c)+" as a prototype")}},17442:function(d,_,e){"use strict";var r=e(19691).has;d.exports=function(i){return r(i),i}},79606:function(d){"use strict";var _=TypeError;d.exports=function(e){if(typeof e=="string")return e;throw new _("Argument is not a string")}},63619:function(d,_,e){"use strict";var r=e(42530).has;d.exports=function(i){return r(i),i}},18888:function(d,_,e){"use strict";var r=e(91385).has;d.exports=function(i){return r(i),i}},5978:function(d,_,e){"use strict";var r=e(89945),i=e(94237),l=e(80666),c=e(80449),f=e(63335),o=e(4112),h=e(53776),u=e(59893),a=u("asyncDispose"),x=u("dispose"),p=i([].push),y=function(b,S){if(S==="async-dispose"){var k=h(b,a);return k!==void 0?k:(k=h(b,x),function(){r(k,this)})}return h(b,x)},m=function(b,S,k){return arguments.length<3&&!o(b)&&(k=f(y(c(b),S))),k===void 0?function(){}:l(k,b)};d.exports=function(b,S,k,R){var A;if(arguments.length<4){if(o(S)&&k==="sync-dispose")return;A=m(S,k)}else A=m(void 0,k,R);p(b.stack,A)}},81181:function(d,_,e){"use strict";var r=e(59893),i=e(20132),l=e(37691).f,c=r("unscopables"),f=Array.prototype;f[c]===void 0&&l(f,c,{configurable:!0,value:i(null)}),d.exports=function(o){f[c][o]=!0}},52216:function(d,_,e){"use strict";var r=e(13764).charAt;d.exports=function(i,l,c){return l+(c?r(i,l).length:1)}},56472:function(d,_,e){"use strict";var r=e(16332),i=TypeError;d.exports=function(l,c){if(r(c,l))return l;throw new i("Incorrect invocation")}},1674:function(d,_,e){"use strict";var r=e(31946),i=String,l=TypeError;d.exports=function(c){if(c===void 0||r(c))return c;throw new l(i(c)+" is not an object or undefined")}},80449:function(d,_,e){"use strict";var r=e(31946),i=String,l=TypeError;d.exports=function(c){if(r(c))return c;throw new l(i(c)+" is not an object")}},27270:function(d,_,e){"use strict";var r=e(97607),i=TypeError;d.exports=function(l){if(r(l)==="Uint8Array")return l;throw new i("Argument is not an Uint8Array")}},3737:function(d){"use strict";d.exports=typeof ArrayBuffer!="undefined"&&typeof DataView!="undefined"},78244:function(d,_,e){"use strict";var r=e(37758),i=e(29076),l=TypeError;d.exports=r(ArrayBuffer.prototype,"byteLength","get")||function(c){if(i(c)!=="ArrayBuffer")throw new l("ArrayBuffer expected");return c.byteLength}},93683:function(d,_,e){"use strict";var r=e(94237),i=e(78244),l=r(ArrayBuffer.prototype.slice);d.exports=function(c){if(i(c)!==0)return!1;try{return l(c,0,0),!1}catch(f){return!0}}},51424:function(d,_,e){"use strict";var r=e(3338);d.exports=r(function(){if(typeof ArrayBuffer=="function"){var i=new ArrayBuffer(8);Object.isExtensible(i)&&Object.defineProperty(i,"a",{value:8})}})},39760:function(d,_,e){"use strict";var r=e(92916),i=e(94237),l=e(37758),c=e(24225),f=e(93683),o=e(78244),h=e(39311),u=e(80426),a=r.structuredClone,x=r.ArrayBuffer,p=r.DataView,y=r.TypeError,m=Math.min,b=x.prototype,S=p.prototype,k=i(b.slice),R=l(b,"resizable","get"),A=l(b,"maxByteLength","get"),O=i(S.getInt8),M=i(S.setInt8);d.exports=(u||h)&&function(B,U,X){var G=o(B),V=U===void 0?G:c(U),ae=!R||!R(B),ie;if(f(B))throw new y("ArrayBuffer is detached");if(u&&(B=a(B,{transfer:[B]}),G===V&&(X||ae)))return B;if(G>=V&&(!X||ae))ie=k(B,0,V);else{var ue=X&&!ae&&A?{maxByteLength:A(B)}:void 0;ie=new x(V,ue);for(var Q=new p(B),J=new p(ie),K=m(V,G),oe=0;oe<K;oe++)M(J,oe,O(Q,oe))}return u||h(B),ie}},58261:function(d,_,e){"use strict";var r=e(3737),i=e(35454),l=e(92916),c=e(55327),f=e(31946),o=e(32621),h=e(97607),u=e(40593),a=e(68151),x=e(2291),p=e(64110),y=e(16332),m=e(53456),b=e(58218),S=e(59893),k=e(6145),R=e(94844),A=R.enforce,O=R.get,M=l.Int8Array,B=M&&M.prototype,U=l.Uint8ClampedArray,X=U&&U.prototype,G=M&&m(M),V=B&&m(B),ae=Object.prototype,ie=l.TypeError,ue=S("toStringTag"),Q=k("TYPED_ARRAY_TAG"),J="TypedArrayConstructor",K=r&&!!b&&h(l.opera)!=="Opera",oe=!1,ee,q,le,Z={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},j={BigInt64Array:8,BigUint64Array:8},se=function(Pt){if(!f(Pt))return!1;var Jt=h(Pt);return Jt==="DataView"||o(Z,Jt)||o(j,Jt)},me=function(wt){var Pt=m(wt);if(f(Pt)){var Jt=O(Pt);return Jt&&o(Jt,J)?Jt[J]:me(Pt)}},Oe=function(wt){if(!f(wt))return!1;var Pt=h(wt);return o(Z,Pt)||o(j,Pt)},ke=function(wt){if(Oe(wt))return wt;throw new ie("Target is not a typed array")},$e=function(wt){if(c(wt)&&(!b||y(G,wt)))return wt;throw new ie(u(wt)+" is not a typed array constructor")},Ne=function(wt,Pt,Jt,er){if(i){if(Jt)for(var tr in Z){var Xe=l[tr];if(Xe&&o(Xe.prototype,wt))try{delete Xe.prototype[wt]}catch(It){try{Xe.prototype[wt]=Pt}catch(Zt){}}}(!V[wt]||Jt)&&x(V,wt,Jt?Pt:K&&B[wt]||Pt,er)}},Ft=function(wt,Pt,Jt){var er,tr;if(i){if(b){if(Jt){for(er in Z)if(tr=l[er],tr&&o(tr,wt))try{delete tr[wt]}catch(Xe){}}if(!G[wt]||Jt)try{return x(G,wt,Jt?Pt:K&&G[wt]||Pt)}catch(Xe){}else return}for(er in Z)tr=l[er],tr&&(!tr[wt]||Jt)&&x(tr,wt,Pt)}};for(ee in Z)q=l[ee],le=q&&q.prototype,le?A(le)[J]=q:K=!1;for(ee in j)q=l[ee],le=q&&q.prototype,le&&(A(le)[J]=q);if((!K||!c(G)||G===Function.prototype)&&(G=function(){throw new ie("Incorrect invocation")},K))for(ee in Z)l[ee]&&b(l[ee],G);if((!K||!V||V===ae)&&(V=G.prototype,K))for(ee in Z)l[ee]&&b(l[ee].prototype,V);if(K&&m(X)!==V&&b(X,V),i&&!o(V,ue)){oe=!0,p(V,ue,{configurable:!0,get:function(){return f(this)?this[Q]:void 0}});for(ee in Z)l[ee]&&a(l[ee],Q,ee)}d.exports={NATIVE_ARRAY_BUFFER_VIEWS:K,TYPED_ARRAY_TAG:oe&&Q,aTypedArray:ke,aTypedArrayConstructor:$e,exportTypedArrayMethod:Ne,exportTypedArrayStaticMethod:Ft,getTypedArrayConstructor:me,isView:se,isTypedArray:Oe,TypedArray:G,TypedArrayPrototype:V}},91669:function(d,_,e){"use strict";var r=e(92916),i=e(94237),l=e(35454),c=e(3737),f=e(8090),o=e(68151),h=e(64110),u=e(66477),a=e(3338),x=e(56472),p=e(56902),y=e(61578),m=e(24225),b=e(14894),S=e(61618),k=e(53456),R=e(58218),A=e(80689).f,O=e(75202),M=e(71698),B=e(94573),U=e(94844),X=f.PROPER,G=f.CONFIGURABLE,V="ArrayBuffer",ae="DataView",ie="prototype",ue="Wrong length",Q="Wrong index",J=U.getterFor(V),K=U.getterFor(ae),oe=U.set,ee=r[V],q=ee,le=q&&q[ie],Z=r[ae],j=Z&&Z[ie],se=Object.prototype,me=r.Array,Oe=r.RangeError,ke=i(O),$e=i([].reverse),Ne=S.pack,Ft=S.unpack,wt=function(Me){return[Me&255]},Pt=function(Me){return[Me&255,Me>>8&255]},Jt=function(Me){return[Me&255,Me>>8&255,Me>>16&255,Me>>24&255]},er=function(Me){return Me[3]<<24|Me[2]<<16|Me[1]<<8|Me[0]},tr=function(Me){return Ne(b(Me),23,4)},Xe=function(Me){return Ne(Me,52,8)},It=function(Me,Ue,We){h(Me[ie],Ue,{configurable:!0,get:function(){return We(this)[Ue]}})},Zt=function(Me,Ue,We,it){var ct=K(Me),Gt=m(We),$t=!!it;if(Gt+Ue>ct.byteLength)throw new Oe(Q);var Pe=ct.bytes,Qe=Gt+ct.byteOffset,Kt=M(Pe,Qe,Qe+Ue);return $t?Kt:$e(Kt)},ot=function(Me,Ue,We,it,ct,Gt){var $t=K(Me),Pe=m(We),Qe=it(+ct),Kt=!!Gt;if(Pe+Ue>$t.byteLength)throw new Oe(Q);for(var Lt=$t.bytes,Ht=Pe+$t.byteOffset,Nt=0;Nt<Ue;Nt++)Lt[Ht+Nt]=Qe[Kt?Nt:Ue-Nt-1]};if(!c)q=function(Ue){x(this,le);var We=m(Ue);oe(this,{type:V,bytes:ke(me(We),0),byteLength:We}),l||(this.byteLength=We,this.detached=!1)},le=q[ie],Z=function(Ue,We,it){x(this,j),x(Ue,le);var ct=J(Ue),Gt=ct.byteLength,$t=p(We);if($t<0||$t>Gt)throw new Oe("Wrong offset");if(it=it===void 0?Gt-$t:y(it),$t+it>Gt)throw new Oe(ue);oe(this,{type:ae,buffer:Ue,byteLength:it,byteOffset:$t,bytes:ct.bytes}),l||(this.buffer=Ue,this.byteLength=it,this.byteOffset=$t)},j=Z[ie],l&&(It(q,"byteLength",J),It(Z,"buffer",K),It(Z,"byteLength",K),It(Z,"byteOffset",K)),u(j,{getInt8:function(Ue){return Zt(this,1,Ue)[0]<<24>>24},getUint8:function(Ue){return Zt(this,1,Ue)[0]},getInt16:function(Ue){var We=Zt(this,2,Ue,arguments.length>1?arguments[1]:!1);return(We[1]<<8|We[0])<<16>>16},getUint16:function(Ue){var We=Zt(this,2,Ue,arguments.length>1?arguments[1]:!1);return We[1]<<8|We[0]},getInt32:function(Ue){return er(Zt(this,4,Ue,arguments.length>1?arguments[1]:!1))},getUint32:function(Ue){return er(Zt(this,4,Ue,arguments.length>1?arguments[1]:!1))>>>0},getFloat32:function(Ue){return Ft(Zt(this,4,Ue,arguments.length>1?arguments[1]:!1),23)},getFloat64:function(Ue){return Ft(Zt(this,8,Ue,arguments.length>1?arguments[1]:!1),52)},setInt8:function(Ue,We){ot(this,1,Ue,wt,We)},setUint8:function(Ue,We){ot(this,1,Ue,wt,We)},setInt16:function(Ue,We){ot(this,2,Ue,Pt,We,arguments.length>2?arguments[2]:!1)},setUint16:function(Ue,We){ot(this,2,Ue,Pt,We,arguments.length>2?arguments[2]:!1)},setInt32:function(Ue,We){ot(this,4,Ue,Jt,We,arguments.length>2?arguments[2]:!1)},setUint32:function(Ue,We){ot(this,4,Ue,Jt,We,arguments.length>2?arguments[2]:!1)},setFloat32:function(Ue,We){ot(this,4,Ue,tr,We,arguments.length>2?arguments[2]:!1)},setFloat64:function(Ue,We){ot(this,8,Ue,Xe,We,arguments.length>2?arguments[2]:!1)}});else{var bt=X&&ee.name!==V;if(!a(function(){ee(1)})||!a(function(){new ee(-1)})||a(function(){return new ee,new ee(1.5),new ee(NaN),ee.length!==1||bt&&!G})){q=function(Ue){return x(this,le),new ee(m(Ue))},q[ie]=le;for(var mt=A(ee),et=0,He;mt.length>et;)(He=mt[et++])in q||o(q,He,ee[He]);le.constructor=q}else bt&&G&&o(ee,"name",V);R&&k(j)!==se&&R(j,se);var _e=new Z(new q(2)),Se=i(j.setInt8);_e.setInt8(0,2147483648),_e.setInt8(1,2147483649),(_e.getInt8(0)||!_e.getInt8(1))&&u(j,{setInt8:function(Ue,We){Se(this,Ue,We<<24>>24)},setUint8:function(Ue,We){Se(this,Ue,We<<24>>24)}},{unsafe:!0})}B(q,V),B(Z,ae),d.exports={ArrayBuffer:q,DataView:Z}},92670:function(d,_,e){"use strict";var r=e(94029),i=e(51981),l=e(82762),c=e(84233),f=Math.min;d.exports=[].copyWithin||function(h,u){var a=r(this),x=l(a),p=i(h,x),y=i(u,x),m=arguments.length>2?arguments[2]:void 0,b=f((m===void 0?x:i(m,x))-y,x-p),S=1;for(y<p&&p<y+b&&(S=-1,y+=b-1,p+=b-1);b-- >0;)y in a?a[p]=a[y]:c(a,p),p+=S,y+=S;return a}},75202:function(d,_,e){"use strict";var r=e(94029),i=e(51981),l=e(82762);d.exports=function(f){for(var o=r(this),h=l(o),u=arguments.length,a=i(u>1?arguments[1]:void 0,h),x=u>2?arguments[2]:void 0,p=x===void 0?h:i(x,h);p>a;)o[a++]=f;return o}},59594:function(d,_,e){"use strict";var r=e(90560).forEach,i=e(45601),l=i("forEach");d.exports=l?[].forEach:function(f){return r(this,f,arguments.length>1?arguments[1]:void 0)}},32278:function(d,_,e){"use strict";var r=e(80666),i=e(94237),l=e(94029),c=e(39812),f=e(69034),o=e(85428),h=e(10731),u=e(26006),a=e(53776),x=e(65911),p=e(55174),y=e(59893),m=e(57975),b=e(55266).toArray,S=y("asyncIterator"),k=i(p("Array","values")),R=i(k([]).next),A=function(){return new O(this)},O=function(M){this.iterator=k(M)};O.prototype.next=function(){return R(this.iterator)},d.exports=function(B){var U=this,X=arguments.length,G=X>1?arguments[1]:void 0,V=X>2?arguments[2]:void 0;return new(x("Promise"))(function(ae){var ie=l(B);G!==void 0&&(G=r(G,V));var ue=a(ie,S),Q=ue?void 0:u(ie)||A,J=c(U)?new U:[],K=ue?f(ie,ue):new m(h(o(ie,Q)));ae(b(K,G,J))})}},69478:function(d,_,e){"use strict";var r=e(82762);d.exports=function(i,l,c){for(var f=0,o=arguments.length>2?c:r(l),h=new i(o);o>f;)h[f]=l[f++];return h}},60255:function(d,_,e){"use strict";var r=e(80666),i=e(89945),l=e(94029),c=e(46319),f=e(345),o=e(39812),h=e(82762),u=e(69392),a=e(85428),x=e(26006),p=Array;d.exports=function(m){var b=l(m),S=o(this),k=arguments.length,R=k>1?arguments[1]:void 0,A=R!==void 0;A&&(R=r(R,k>2?arguments[2]:void 0));var O=x(b),M=0,B,U,X,G,V,ae;if(O&&!(this===p&&f(O)))for(G=a(b,O),V=G.next,U=S?new this:[];!(X=i(V,G)).done;M++)ae=A?c(G,R,[X.value,M],!0):X.value,u(U,M,ae);else for(B=h(b),U=S?new this(B):p(B);B>M;M++)ae=A?R(b[M],M):b[M],u(U,M,ae);return U.length=M,U}},33940:function(d,_,e){"use strict";var r=e(80666),i=e(94237),l=e(1835),c=e(94029),f=e(82762),o=e(2786),h=o.Map,u=o.get,a=o.has,x=o.set,p=i([].push);d.exports=function(m){for(var b=c(this),S=l(b),k=r(m,arguments.length>1?arguments[1]:void 0),R=new h,A=f(S),O=0,M,B;A>O;O++)B=S[O],M=k(B,O,b),a(R,M)?p(u(R,M),B):x(R,M,[B]);return R}},36444:function(d,_,e){"use strict";var r=e(80666),i=e(94237),l=e(1835),c=e(94029),f=e(17818),o=e(82762),h=e(20132),u=e(69478),a=Array,x=i([].push);d.exports=function(p,y,m,b){for(var S=c(p),k=l(S),R=r(y,m),A=h(null),O=o(k),M=0,B,U,X;O>M;M++)X=k[M],U=f(R(X,M,S)),U in A?x(A[U],X):A[U]=[X];if(b&&(B=b(S),B!==a))for(U in A)A[U]=u(B,A[U]);return A}},22999:function(d,_,e){"use strict";var r=e(80524),i=e(51981),l=e(82762),c=function(f){return function(o,h,u){var a=r(o),x=l(a),p=i(u,x),y;if(f&&h!==h){for(;x>p;)if(y=a[p++],y!==y)return!0}else for(;x>p;p++)if((f||p in a)&&a[p]===h)return f||p||0;return!f&&-1}};d.exports={includes:c(!0),indexOf:c(!1)}},53279:function(d,_,e){"use strict";var r=e(80666),i=e(1835),l=e(94029),c=e(82762),f=function(o){var h=o===1;return function(u,a,x){for(var p=l(u),y=i(p),m=c(y),b=r(a,x),S,k;m-- >0;)if(S=y[m],k=b(S,m,p),k)switch(o){case 0:return S;case 1:return m}return h?-1:void 0}};d.exports={findLast:f(0),findLastIndex:f(1)}},90560:function(d,_,e){"use strict";var r=e(80666),i=e(94237),l=e(1835),c=e(94029),f=e(82762),o=e(81427),h=i([].push),u=function(a){var x=a===1,p=a===2,y=a===3,m=a===4,b=a===6,S=a===7,k=a===5||b;return function(R,A,O,M){for(var B=c(R),U=l(B),X=f(U),G=r(A,O),V=0,ae=M||o,ie=x?ae(R,X):p||S?ae(R,0):void 0,ue,Q;X>V;V++)if((k||V in U)&&(ue=U[V],Q=G(ue,V,B),a))if(x)ie[V]=Q;else if(Q)switch(a){case 3:return!0;case 5:return ue;case 6:return V;case 2:h(ie,ue)}else switch(a){case 4:return!1;case 7:h(ie,ue)}return b?-1:y||m?m:ie}};d.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6),filterReject:u(7)}},55009:function(d,_,e){"use strict";var r=e(13743),i=e(80524),l=e(56902),c=e(82762),f=e(45601),o=Math.min,h=[].lastIndexOf,u=!!h&&1/[1].lastIndexOf(1,-0)<0,a=f("lastIndexOf"),x=u||!a;d.exports=x?function(y){if(u)return r(h,this,arguments)||0;var m=i(this),b=c(m),S=b-1;for(arguments.length>1&&(S=o(S,l(arguments[1]))),S<0&&(S=b+S);S>=0;S--)if(S in m&&m[S]===y)return S||0;return-1}:h},17480:function(d,_,e){"use strict";var r=e(3338),i=e(59893),l=e(46573),c=i("species");d.exports=function(f){return l>=51||!r(function(){var o=[],h=o.constructor={};return h[c]=function(){return{foo:1}},o[f](Boolean).foo!==1})}},45601:function(d,_,e){"use strict";var r=e(3338);d.exports=function(i,l){var c=[][i];return!!c&&r(function(){c.call(null,l||function(){return 1},1)})}},16370:function(d,_,e){"use strict";var r=e(63335),i=e(94029),l=e(1835),c=e(82762),f=TypeError,o=function(h){return function(u,a,x,p){var y=i(u),m=l(y),b=c(y);r(a);var S=h?b-1:0,k=h?-1:1;if(x<2)for(;;){if(S in m){p=m[S],S+=k;break}if(S+=k,h?S<0:b<=S)throw new f("Reduce of empty array with no initial value")}for(;h?S>=0:b>S;S+=k)S in m&&(p=a(p,m[S],S,y));return p}};d.exports={left:o(!1),right:o(!0)}},39428:function(d,_,e){"use strict";var r=e(35454),i=e(18589),l=TypeError,c=Object.getOwnPropertyDescriptor,f=r&&!function(){if(this!==void 0)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(o){return o instanceof TypeError}}();d.exports=f?function(o,h){if(i(o)&&!c(o,"length").writable)throw new l("Cannot set read only .length");return o.length=h}:function(o,h){return o.length=h}},71698:function(d,_,e){"use strict";var r=e(51981),i=e(82762),l=e(69392),c=Array,f=Math.max;d.exports=function(o,h,u){for(var a=i(o),x=r(h,a),p=r(u===void 0?a:u,a),y=c(f(p-x,0)),m=0;x<p;x++,m++)l(y,m,o[x]);return y.length=m,y}},30867:function(d,_,e){"use strict";var r=e(94237);d.exports=r([].slice)},63668:function(d,_,e){"use strict";var r=e(71698),i=Math.floor,l=function(o,h){var u=o.length,a=i(u/2);return u<8?c(o,h):f(o,l(r(o,0,a),h),l(r(o,a),h),h)},c=function(o,h){for(var u=o.length,a=1,x,p;a<u;){for(p=a,x=o[a];p&&h(o[p-1],x)>0;)o[p]=o[--p];p!==a++&&(o[p]=x)}return o},f=function(o,h,u,a){for(var x=h.length,p=u.length,y=0,m=0;y<x||m<p;)o[y+m]=y<x&&m<p?a(h[y],u[m])<=0?h[y++]:u[m++]:y<x?h[y++]:u[m++];return o};d.exports=l},34487:function(d,_,e){"use strict";var r=e(18589),i=e(39812),l=e(31946),c=e(59893),f=c("species"),o=Array;d.exports=function(h){var u;return r(h)&&(u=h.constructor,i(u)&&(u===o||r(u.prototype))?u=void 0:l(u)&&(u=u[f],u===null&&(u=void 0))),u===void 0?o:u}},81427:function(d,_,e){"use strict";var r=e(34487);d.exports=function(i,l){return new(r(i))(l===0?0:l)}},85903:function(d,_,e){"use strict";var r=e(82762);d.exports=function(i,l){for(var c=r(i),f=new l(c),o=0;o<c;o++)f[o]=i[c-o-1];return f}},65621:function(d,_,e){"use strict";var r=e(94237),i=e(63335),l=e(4112),c=e(82762),f=e(94029),o=e(2786),h=e(95037),u=o.Map,a=o.has,x=o.set,p=r([].push);d.exports=function(m){var b=f(this),S=c(b),k=[],R=new u,A=l(m)?function(U){return U}:i(m),O,M,B;for(O=0;O<S;O++)M=b[O],B=A(M),a(R,B)||x(R,B,M);return h(R,function(U){p(k,U)}),k}},82041:function(d,_,e){"use strict";var r=e(82762),i=e(56902),l=RangeError;d.exports=function(c,f,o,h){var u=r(c),a=i(o),x=a<0?u+a:a;if(x>=u||x<0)throw new l("Incorrect index");for(var p=new f(u),y=0;y<u;y++)p[y]=y===x?h:c[y];return p}},57975:function(d,_,e){"use strict";var r=e(89945),i=e(80449),l=e(20132),c=e(53776),f=e(66477),o=e(94844),h=e(65911),u=e(14052),a=e(25587),x=h("Promise"),p="AsyncFromSyncIterator",y=o.set,m=o.getterFor(p),b=function(k,R,A){var O=k.done;x.resolve(k.value).then(function(M){R(a(M,O))},A)},S=function(R){R.type=p,y(this,R)};S.prototype=f(l(u),{next:function(){var R=m(this);return new x(function(A,O){var M=i(r(R.next,R.iterator));b(M,A,O)})},return:function(){var k=m(this).iterator;return new x(function(R,A){var O=c(k,"return");if(O===void 0)return R(a(void 0,!0));var M=i(r(O,k));b(M,R,A)})}}),d.exports=S},28255:function(d,_,e){"use strict";var r=e(89945),i=e(65911),l=e(53776);d.exports=function(c,f,o,h){try{var u=l(c,"return");if(u)return i("Promise").resolve(r(u,c)).then(function(){f(o)},function(a){h(a)})}catch(a){return h(a)}f(o)}},31342:function(d,_,e){"use strict";var r=e(89945),i=e(80734),l=e(80449),c=e(20132),f=e(68151),o=e(66477),h=e(59893),u=e(94844),a=e(65911),x=e(53776),p=e(14052),y=e(25587),m=e(67996),b=a("Promise"),S=h("toStringTag"),k="AsyncIteratorHelper",R="WrapForValidAsyncIterator",A=u.set,O=function(U){var X=!U,G=u.getterFor(U?R:k),V=function(ae){var ie=i(function(){return G(ae)}),ue=ie.error,Q=ie.value;return ue||X&&Q.done?{exit:!0,value:ue?b.reject(Q):b.resolve(y(void 0,!0))}:{exit:!1,value:Q}};return o(c(p),{next:function(){var ie=V(this),ue=ie.value;if(ie.exit)return ue;var Q=i(function(){return l(ue.nextHandler(b))}),J=Q.error,K=Q.value;return J&&(ue.done=!0),J?b.reject(K):b.resolve(K)},return:function(){var ae=V(this),ie=ae.value;if(ae.exit)return ie;ie.done=!0;var ue=ie.iterator,Q,J,K=i(function(){if(ie.inner)try{m(ie.inner.iterator,"normal")}catch(oe){return m(ue,"throw",oe)}return x(ue,"return")});return Q=J=K.value,K.error?b.reject(J):Q===void 0?b.resolve(y(void 0,!0)):(K=i(function(){return r(Q,ue)}),J=K.value,K.error?b.reject(J):U?b.resolve(J):b.resolve(J).then(function(oe){return l(oe),y(void 0,!0)}))}})},M=O(!0),B=O(!1);f(B,S,"Async Iterator Helper"),d.exports=function(U,X){var G=function(ae,ie){ie?(ie.iterator=ae.iterator,ie.next=ae.next):ie=ae,ie.type=X?R:k,ie.nextHandler=U,ie.counter=0,ie.done=!1,A(this,ie)};return G.prototype=X?M:B,G}},34535:function(d,_,e){"use strict";var r=e(89945),i=e(41586),l=function(c,f){return[f,c]};d.exports=function(){return r(i,this,l)}},55266:function(d,_,e){"use strict";var r=e(89945),i=e(63335),l=e(80449),c=e(31946),f=e(66434),o=e(65911),h=e(10731),u=e(28255),a=function(x){var p=x===0,y=x===1,m=x===2,b=x===3;return function(S,k,R){l(S);var A=k!==void 0;(A||!p)&&i(k);var O=h(S),M=o("Promise"),B=O.iterator,U=O.next,X=0;return new M(function(G,V){var ae=function(ue){u(B,V,ue,V)},ie=function(){try{if(A)try{f(X)}catch(ue){ae(ue)}M.resolve(l(r(U,B))).then(function(ue){try{if(l(ue).done)p?(R.length=X,G(R)):G(b?!1:m||void 0);else{var Q=ue.value;try{if(A){var J=k(Q,X),K=function(oe){if(y)ie();else if(m)oe?ie():u(B,G,!1,V);else if(p)try{R[X++]=oe,ie()}catch(ee){ae(ee)}else oe?u(B,G,b||Q,V):ie()};c(J)?M.resolve(J).then(K,ae):K(J)}else R[X++]=Q,ie()}catch(oe){ae(oe)}}}catch(oe){V(oe)}},V)}catch(ue){V(ue)}};ie()})}};d.exports={toArray:a(0),forEach:a(1),every:a(2),some:a(3),find:a(4)}},41586:function(d,_,e){"use strict";var r=e(89945),i=e(63335),l=e(80449),c=e(31946),f=e(10731),o=e(31342),h=e(25587),u=e(28255),a=o(function(x){var p=this,y=p.iterator,m=p.mapper;return new x(function(b,S){var k=function(A){p.done=!0,S(A)},R=function(A){u(y,k,A,k)};x.resolve(l(r(p.next,y))).then(function(A){try{if(l(A).done)p.done=!0,b(h(void 0,!0));else{var O=A.value;try{var M=m(O,p.counter++),B=function(U){b(h(U,!1))};c(M)?x.resolve(M).then(B,R):B(M)}catch(U){R(U)}}}catch(U){k(U)}},k)})});d.exports=function(p){return l(this),i(p),new a(f(this),{mapper:p})}},14052:function(d,_,e){"use strict";var r=e(92916),i=e(77398),l=e(55327),c=e(20132),f=e(53456),o=e(2291),h=e(59893),u=e(16697),a="USE_FUNCTION_CONSTRUCTOR",x=h("asyncIterator"),p=r.AsyncIterator,y=i.AsyncIteratorPrototype,m,b;if(y)m=y;else if(l(p))m=p.prototype;else if(i[a]||r[a])try{b=f(f(f(Function("return async function*(){}()")()))),f(b)===Object.prototype&&(m=b)}catch(S){}m?u&&(m=c(m)):m={},l(m[x])||o(m,x,function(){return this}),d.exports=m},80025:function(d,_,e){"use strict";var r=e(89945),i=e(31342);d.exports=i(function(){return r(this.next,this.iterator)},!0)},66244:function(d){"use strict";var _="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",e=_+"+/",r=_+"-_",i=function(l){for(var c={},f=0;f<64;f++)c[l.charAt(f)]=f;return c};d.exports={i2c:e,c2i:i(e),i2cUrl:r,c2iUrl:i(r)}},46319:function(d,_,e){"use strict";var r=e(80449),i=e(67996);d.exports=function(l,c,f,o){try{return o?c(r(f)[0],f[1]):c(f)}catch(h){i(l,"throw",h)}}},35221:function(d,_,e){"use strict";var r=e(59893),i=r("iterator"),l=!1;try{var c=0,f={next:function(){return{done:!!c++}},return:function(){l=!0}};f[i]=function(){return this},Array.from(f,function(){throw 2})}catch(o){}d.exports=function(o,h){try{if(!h&&!l)return!1}catch(x){return!1}var u=!1;try{var a={};a[i]=function(){return{next:function(){return{done:u=!0}}}},o(a)}catch(x){}return u}},29076:function(d,_,e){"use strict";var r=e(94237),i=r({}.toString),l=r("".slice);d.exports=function(c){return l(i(c),8,-1)}},97607:function(d,_,e){"use strict";var r=e(68527),i=e(55327),l=e(29076),c=e(59893),f=c("toStringTag"),o=Object,h=l(function(){return arguments}())==="Arguments",u=function(a,x){try{return a[x]}catch(p){}};d.exports=r?l:function(a){var x,p,y;return a===void 0?"Undefined":a===null?"Null":typeof(p=u(x=o(a),f))=="string"?p:h?l(x):(y=l(x))==="Object"&&i(x.callee)?"Arguments":y}},72846:function(d,_,e){"use strict";var r=e(80666),i=e(89945),l=e(63335),c=e(6086),f=e(4112),o=e(62003),h=[].push;d.exports=function(a){var x=arguments.length,p=x>1?arguments[1]:void 0,y,m,b,S;return c(this),y=p!==void 0,y&&l(p),f(a)?new this:(m=[],y?(b=0,S=r(p,x>2?arguments[2]:void 0),o(a,function(k){i(h,m,S(k,b++))})):o(a,h,{that:m}),new this(m))}},48800:function(d,_,e){"use strict";var r=e(30867);d.exports=function(){return new this(r(arguments))}},40942:function(d,_,e){"use strict";var r=e(20132),i=e(64110),l=e(66477),c=e(80666),f=e(56472),o=e(4112),h=e(62003),u=e(24019),a=e(25587),x=e(51996),p=e(35454),y=e(2074).fastKey,m=e(94844),b=m.set,S=m.getterFor;d.exports={getConstructor:function(k,R,A,O){var M=k(function(V,ae){f(V,B),b(V,{type:R,index:r(null),first:void 0,last:void 0,size:0}),p||(V.size=0),o(ae)||h(ae,V[O],{that:V,AS_ENTRIES:A})}),B=M.prototype,U=S(R),X=function(V,ae,ie){var ue=U(V),Q=G(V,ae),J,K;return Q?Q.value=ie:(ue.last=Q={index:K=y(ae,!0),key:ae,value:ie,previous:J=ue.last,next:void 0,removed:!1},ue.first||(ue.first=Q),J&&(J.next=Q),p?ue.size++:V.size++,K!=="F"&&(ue.index[K]=Q)),V},G=function(V,ae){var ie=U(V),ue=y(ae),Q;if(ue!=="F")return ie.index[ue];for(Q=ie.first;Q;Q=Q.next)if(Q.key===ae)return Q};return l(B,{clear:function(){for(var ae=this,ie=U(ae),ue=ie.index,Q=ie.first;Q;)Q.removed=!0,Q.previous&&(Q.previous=Q.previous.next=void 0),delete ue[Q.index],Q=Q.next;ie.first=ie.last=void 0,p?ie.size=0:ae.size=0},delete:function(V){var ae=this,ie=U(ae),ue=G(ae,V);if(ue){var Q=ue.next,J=ue.previous;delete ie.index[ue.index],ue.removed=!0,J&&(J.next=Q),Q&&(Q.previous=J),ie.first===ue&&(ie.first=Q),ie.last===ue&&(ie.last=J),p?ie.size--:ae.size--}return!!ue},forEach:function(ae){for(var ie=U(this),ue=c(ae,arguments.length>1?arguments[1]:void 0),Q;Q=Q?Q.next:ie.first;)for(ue(Q.value,Q.key,this);Q&&Q.removed;)Q=Q.previous},has:function(ae){return!!G(this,ae)}}),l(B,A?{get:function(ae){var ie=G(this,ae);return ie&&ie.value},set:function(ae,ie){return X(this,ae===0?0:ae,ie)}}:{add:function(ae){return X(this,ae=ae===0?0:ae,ae)}}),p&&i(B,"size",{configurable:!0,get:function(){return U(this).size}}),M},setStrong:function(k,R,A){var O=R+" Iterator",M=S(R),B=S(O);u(k,R,function(U,X){b(this,{type:O,target:U,state:M(U),kind:X,last:void 0})},function(){for(var U=B(this),X=U.kind,G=U.last;G&&G.removed;)G=G.previous;return!U.target||!(U.last=G=G?G.next:U.state.first)?(U.target=void 0,a(void 0,!0)):a(X==="keys"?G.key:X==="values"?G.value:[G.key,G.value],!1)},A?"entries":"values",!A,!0),x(R)}}},39656:function(d,_,e){"use strict";var r=e(94237),i=e(66477),l=e(2074).getWeakData,c=e(56472),f=e(80449),o=e(4112),h=e(31946),u=e(62003),a=e(90560),x=e(32621),p=e(94844),y=p.set,m=p.getterFor,b=a.find,S=a.findIndex,k=r([].splice),R=0,A=function(B){return B.frozen||(B.frozen=new O)},O=function(){this.entries=[]},M=function(B,U){return b(B.entries,function(X){return X[0]===U})};O.prototype={get:function(B){var U=M(this,B);if(U)return U[1]},has:function(B){return!!M(this,B)},set:function(B,U){var X=M(this,B);X?X[1]=U:this.entries.push([B,U])},delete:function(B){var U=S(this.entries,function(X){return X[0]===B});return~U&&k(this.entries,U,1),!!~U}},d.exports={getConstructor:function(B,U,X,G){var V=B(function(Q,J){c(Q,ae),y(Q,{type:U,id:R++,frozen:void 0}),o(J)||u(J,Q[G],{that:Q,AS_ENTRIES:X})}),ae=V.prototype,ie=m(U),ue=function(Q,J,K){var oe=ie(Q),ee=l(f(J),!0);return ee===!0?A(oe).set(J,K):ee[oe.id]=K,Q};return i(ae,{delete:function(Q){var J=ie(this);if(!h(Q))return!1;var K=l(Q);return K===!0?A(J).delete(Q):K&&x(K,J.id)&&delete K[J.id]},has:function(J){var K=ie(this);if(!h(J))return!1;var oe=l(J);return oe===!0?A(K).has(J):oe&&x(oe,K.id)}}),i(ae,X?{get:function(J){var K=ie(this);if(h(J)){var oe=l(J);return oe===!0?A(K).get(J):oe?oe[K.id]:void 0}},set:function(J,K){return ue(this,J,K)}}:{add:function(J){return ue(this,J,!0)}}),V}}},48059:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(94237),c=e(20865),f=e(2291),o=e(2074),h=e(62003),u=e(56472),a=e(55327),x=e(4112),p=e(31946),y=e(3338),m=e(35221),b=e(94573),S=e(25576);d.exports=function(k,R,A){var O=k.indexOf("Map")!==-1,M=k.indexOf("Weak")!==-1,B=O?"set":"add",U=i[k],X=U&&U.prototype,G=U,V={},ae=function(ee){var q=l(X[ee]);f(X,ee,ee==="add"?function(Z){return q(this,Z===0?0:Z),this}:ee==="delete"?function(le){return M&&!p(le)?!1:q(this,le===0?0:le)}:ee==="get"?function(Z){return M&&!p(Z)?void 0:q(this,Z===0?0:Z)}:ee==="has"?function(Z){return M&&!p(Z)?!1:q(this,Z===0?0:Z)}:function(Z,j){return q(this,Z===0?0:Z,j),this})},ie=c(k,!a(U)||!(M||X.forEach&&!y(function(){new U().entries().next()})));if(ie)G=A.getConstructor(R,k,O,B),o.enable();else if(c(k,!0)){var ue=new G,Q=ue[B](M?{}:-0,1)!==ue,J=y(function(){ue.has(1)}),K=m(function(ee){new U(ee)}),oe=!M&&y(function(){for(var ee=new U,q=5;q--;)ee[B](q,q);return!ee.has(-0)});K||(G=R(function(ee,q){u(ee,X);var le=S(new U,ee,G);return x(q)||h(q,le[B],{that:le,AS_ENTRIES:O}),le}),G.prototype=X,X.constructor=G),(J||oe)&&(ae("delete"),ae("has"),O&&ae("get")),(oe||Q)&&ae(B),M&&X.clear&&delete X.clear}return V[k]=G,r({global:!0,constructor:!0,forced:G!==U},V),b(G,k),M||A.setStrong(G,k,O),G}},32754:function(d,_,e){"use strict";e(34941),e(55410);var r=e(65911),i=e(20132),l=e(31946),c=Object,f=TypeError,o=r("Map"),h=r("WeakMap"),u=function(){this.object=null,this.symbol=null,this.primitives=null,this.objectsByIndex=i(null)};u.prototype.get=function(x,p){return this[x]||(this[x]=p())},u.prototype.next=function(x,p,y){var m=y?this.objectsByIndex[x]||(this.objectsByIndex[x]=new h):this.primitives||(this.primitives=new o),b=m.get(p);return b||m.set(p,b=new u),b};var a=new u;d.exports=function(){var x=a,p=arguments.length,y,m;for(y=0;y<p;y++)l(m=arguments[y])&&(x=x.next(y,m,!0));if(this===c&&x===a)throw new f("Composite keys must contain a non-primitive component");for(y=0;y<p;y++)l(m=arguments[y])||(x=x.next(y,m,!1));return x}},24538:function(d,_,e){"use strict";var r=e(32621),i=e(48662),l=e(71256),c=e(37691);d.exports=function(f,o,h){for(var u=i(o),a=c.f,x=l.f,p=0;p<u.length;p++){var y=u[p];!r(f,y)&&!(h&&r(h,y))&&a(f,y,x(o,y))}}},86266:function(d,_,e){"use strict";var r=e(59893),i=r("match");d.exports=function(l){var c=/./;try{"/./"[l](c)}catch(f){try{return c[i]=!1,"/./"[l](c)}catch(o){}}return!1}},4870:function(d,_,e){"use strict";var r=e(3338);d.exports=!r(function(){function i(){}return i.prototype.constructor=null,Object.getPrototypeOf(new i)!==i.prototype})},95994:function(d,_,e){"use strict";var r=e(94237),i=e(95955),l=e(69905),c=/"/g,f=r("".replace);d.exports=function(o,h,u,a){var x=l(i(o)),p="<"+h;return u!==""&&(p+=" "+u+'="'+f(l(a),c,"&quot;")+'"'),p+">"+x+"</"+h+">"}},25587:function(d){"use strict";d.exports=function(_,e){return{value:_,done:e}}},68151:function(d,_,e){"use strict";var r=e(35454),i=e(37691),l=e(35012);d.exports=r?function(c,f,o){return i.f(c,f,l(1,o))}:function(c,f,o){return c[f]=o,c}},35012:function(d){"use strict";d.exports=function(_,e){return{enumerable:!(_&1),configurable:!(_&2),writable:!(_&4),value:e}}},69392:function(d,_,e){"use strict";var r=e(17818),i=e(37691),l=e(35012);d.exports=function(c,f,o){var h=r(f);h in c?i.f(c,h,l(0,o)):c[h]=o}},32494:function(d,_,e){"use strict";var r=e(94237),i=e(3338),l=e(85571).start,c=RangeError,f=isFinite,o=Math.abs,h=Date.prototype,u=h.toISOString,a=r(h.getTime),x=r(h.getUTCDate),p=r(h.getUTCFullYear),y=r(h.getUTCHours),m=r(h.getUTCMilliseconds),b=r(h.getUTCMinutes),S=r(h.getUTCMonth),k=r(h.getUTCSeconds);d.exports=i(function(){return u.call(new Date(-50000000000001))!=="0385-07-25T07:06:39.999Z"})||!i(function(){u.call(new Date(NaN))})?function(){if(!f(a(this)))throw new c("Invalid time value");var A=this,O=p(A),M=m(A),B=O<0?"-":O>9999?"+":"";return B+l(o(O),B?6:4,0)+"-"+l(S(A)+1,2,0)+"-"+l(x(A),2,0)+"T"+l(y(A),2,0)+":"+l(b(A),2,0)+":"+l(k(A),2,0)+"."+l(M,3,0)+"Z"}:u},77119:function(d,_,e){"use strict";var r=e(80449),i=e(44759),l=TypeError;d.exports=function(c){if(r(this),c==="string"||c==="default")c="string";else if(c!=="number")throw new l("Incorrect hint");return i(this,c)}},64110:function(d,_,e){"use strict";var r=e(86528),i=e(37691);d.exports=function(l,c,f){return f.get&&r(f.get,c,{getter:!0}),f.set&&r(f.set,c,{setter:!0}),i.f(l,c,f)}},2291:function(d,_,e){"use strict";var r=e(55327),i=e(37691),l=e(86528),c=e(29539);d.exports=function(f,o,h,u){u||(u={});var a=u.enumerable,x=u.name!==void 0?u.name:o;if(r(h)&&l(h,x,u),u.global)a?f[o]=h:c(o,h);else{try{u.unsafe?f[o]&&(a=!0):delete f[o]}catch(p){}a?f[o]=h:i.f(f,o,{value:h,enumerable:!1,configurable:!u.nonConfigurable,writable:!u.nonWritable})}return f}},66477:function(d,_,e){"use strict";var r=e(2291);d.exports=function(i,l,c){for(var f in l)r(i,f,l[f],c);return i}},29539:function(d,_,e){"use strict";var r=e(92916),i=Object.defineProperty;d.exports=function(l,c){try{i(r,l,{value:c,configurable:!0,writable:!0})}catch(f){r[l]=c}return c}},84233:function(d,_,e){"use strict";var r=e(40593),i=TypeError;d.exports=function(l,c){if(!delete l[c])throw new i("Cannot delete property "+r(c)+" of "+r(l))}},35454:function(d,_,e){"use strict";var r=e(3338);d.exports=!r(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})},39311:function(d,_,e){"use strict";var r=e(92916),i=e(11270),l=e(80426),c=r.structuredClone,f=r.ArrayBuffer,o=r.MessageChannel,h=!1,u,a,x,p;if(l)h=function(y){c(y,{transfer:[y]})};else if(f)try{o||(u=i("worker_threads"),u&&(o=u.MessageChannel)),o&&(a=new o,x=new f(2),p=function(y){a.port1.postMessage(null,[y])},x.byteLength===2&&(p(x),x.byteLength===0&&(h=p)))}catch(y){}d.exports=h},81766:function(d){"use strict";var _=typeof document=="object"&&document.all,e=typeof _=="undefined"&&_!==void 0;d.exports={all:_,IS_HTMLDDA:e}},86060:function(d,_,e){"use strict";var r=e(92916),i=e(31946),l=r.document,c=i(l)&&i(l.createElement);d.exports=function(f){return c?l.createElement(f):{}}},66434:function(d){"use strict";var _=TypeError,e=9007199254740991;d.exports=function(r){if(r>e)throw _("Maximum allowed index exceeded");return r}},52109:function(d){"use strict";d.exports={IndexSizeError:{s:"INDEX_SIZE_ERR",c:1,m:1},DOMStringSizeError:{s:"DOMSTRING_SIZE_ERR",c:2,m:0},HierarchyRequestError:{s:"HIERARCHY_REQUEST_ERR",c:3,m:1},WrongDocumentError:{s:"WRONG_DOCUMENT_ERR",c:4,m:1},InvalidCharacterError:{s:"INVALID_CHARACTER_ERR",c:5,m:1},NoDataAllowedError:{s:"NO_DATA_ALLOWED_ERR",c:6,m:0},NoModificationAllowedError:{s:"NO_MODIFICATION_ALLOWED_ERR",c:7,m:1},NotFoundError:{s:"NOT_FOUND_ERR",c:8,m:1},NotSupportedError:{s:"NOT_SUPPORTED_ERR",c:9,m:1},InUseAttributeError:{s:"INUSE_ATTRIBUTE_ERR",c:10,m:1},InvalidStateError:{s:"INVALID_STATE_ERR",c:11,m:1},SyntaxError:{s:"SYNTAX_ERR",c:12,m:1},InvalidModificationError:{s:"INVALID_MODIFICATION_ERR",c:13,m:1},NamespaceError:{s:"NAMESPACE_ERR",c:14,m:1},InvalidAccessError:{s:"INVALID_ACCESS_ERR",c:15,m:1},ValidationError:{s:"VALIDATION_ERR",c:16,m:0},TypeMismatchError:{s:"TYPE_MISMATCH_ERR",c:17,m:1},SecurityError:{s:"SECURITY_ERR",c:18,m:1},NetworkError:{s:"NETWORK_ERR",c:19,m:1},AbortError:{s:"ABORT_ERR",c:20,m:1},URLMismatchError:{s:"URL_MISMATCH_ERR",c:21,m:1},QuotaExceededError:{s:"QUOTA_EXCEEDED_ERR",c:22,m:1},TimeoutError:{s:"TIMEOUT_ERR",c:23,m:1},InvalidNodeTypeError:{s:"INVALID_NODE_TYPE_ERR",c:24,m:1},DataCloneError:{s:"DATA_CLONE_ERR",c:25,m:1}}},66749:function(d){"use strict";d.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}},9518:function(d,_,e){"use strict";var r=e(86060),i=r("span").classList,l=i&&i.constructor&&i.constructor.prototype;d.exports=l===Object.prototype?void 0:l},78177:function(d,_,e){"use strict";var r=e(66011),i=r.match(/firefox\/(\d+)/i);d.exports=!!i&&+i[1]},66994:function(d,_,e){"use strict";var r=e(91821),i=e(90946);d.exports=!r&&!i&&typeof window=="object"&&typeof document=="object"},90843:function(d){"use strict";d.exports=typeof Bun=="function"&&Bun&&typeof Bun.version=="string"},91821:function(d){"use strict";d.exports=typeof Deno=="object"&&Deno&&typeof Deno.version=="object"},17687:function(d,_,e){"use strict";var r=e(66011);d.exports=/MSIE|Trident/.test(r)},1908:function(d,_,e){"use strict";var r=e(66011);d.exports=/ipad|iphone|ipod/i.test(r)&&typeof Pebble!="undefined"},70695:function(d,_,e){"use strict";var r=e(66011);d.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(r)},90946:function(d,_,e){"use strict";var r=e(92916),i=e(29076);d.exports=i(r.process)==="process"},44914:function(d,_,e){"use strict";var r=e(66011);d.exports=/web0s(?!.*chrome)/i.test(r)},66011:function(d){"use strict";d.exports=typeof navigator!="undefined"&&String(navigator.userAgent)||""},46573:function(d,_,e){"use strict";var r=e(92916),i=e(66011),l=r.process,c=r.Deno,f=l&&l.versions||c&&c.version,o=f&&f.v8,h,u;o&&(h=o.split("."),u=h[0]>0&&h[0]<4?1:+(h[0]+h[1])),!u&&i&&(h=i.match(/Edge\/(\d+)/),(!h||h[1]>=74)&&(h=i.match(/Chrome\/(\d+)/),h&&(u=+h[1]))),d.exports=u},19684:function(d,_,e){"use strict";var r=e(66011),i=r.match(/AppleWebKit\/(\d+)\./);d.exports=!!i&&+i[1]},46678:function(d){"use strict";d.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},80739:function(d,_,e){"use strict";var r=e(94237),i=Error,l=r("".replace),c=function(h){return String(new i(h).stack)}("zxcasd"),f=/\n\s*at [^:]*:[^\n]*/,o=f.test(c);d.exports=function(h,u){if(o&&typeof h=="string"&&!i.prepareStackTrace)for(;u--;)h=l(h,f,"");return h}},61888:function(d,_,e){"use strict";var r=e(68151),i=e(80739),l=e(25406),c=Error.captureStackTrace;d.exports=function(f,o,h,u){l&&(c?c(f,o):r(f,"stack",i(h,u)))}},25406:function(d,_,e){"use strict";var r=e(3338),i=e(35012);d.exports=!r(function(){var l=new Error("a");return"stack"in l?(Object.defineProperty(l,"stack",i(1,7)),l.stack!==7):!0})},13367:function(d,_,e){"use strict";var r=e(35454),i=e(3338),l=e(80449),c=e(7825),f=Error.prototype.toString,o=i(function(){if(r){var h=Object.create(Object.defineProperty({},"name",{get:function(){return this===h}}));if(f.call(h)!=="true")return!0}return f.call({message:1,name:2})!=="2: 1"||f.call({})!=="Error"});d.exports=o?function(){var u=l(this),a=c(u.name,"Error"),x=c(u.message);return a?x?a+": "+x:a:x}:f},94488:function(d,_,e){"use strict";var r=e(92916),i=e(71256).f,l=e(68151),c=e(2291),f=e(29539),o=e(24538),h=e(20865);d.exports=function(u,a){var x=u.target,p=u.global,y=u.stat,m,b,S,k,R,A;if(p?b=r:y?b=r[x]||f(x,{}):b=(r[x]||{}).prototype,b)for(S in a){if(R=a[S],u.dontCallGetSet?(A=i(b,S),k=A&&A.value):k=b[S],m=h(p?S:x+(y?".":"#")+S,u.forced),!m&&k!==void 0){if(typeof R==typeof k)continue;o(R,k)}(u.sham||k&&k.sham)&&l(R,"sham",!0),c(b,S,R,u)}}},3338:function(d){"use strict";d.exports=function(_){try{return!!_()}catch(e){return!0}}},8662:function(d,_,e){"use strict";e(44001);var r=e(34114),i=e(2291),l=e(88736),c=e(3338),f=e(59893),o=e(68151),h=f("species"),u=RegExp.prototype;d.exports=function(a,x,p,y){var m=f(a),b=!c(function(){var A={};return A[m]=function(){return 7},""[a](A)!==7}),S=b&&!c(function(){var A=!1,O=/a/;return a==="split"&&(O={},O.constructor={},O.constructor[h]=function(){return O},O.flags="",O[m]=/./[m]),O.exec=function(){return A=!0,null},O[m](""),!A});if(!b||!S||p){var k=r(/./[m]),R=x(m,""[a],function(A,O,M,B,U){var X=r(A),G=O.exec;return G===l||G===u.exec?b&&!U?{done:!0,value:k(O,M,B)}:{done:!0,value:X(M,O,B)}:{done:!1}});i(String.prototype,a,R[0]),i(u,m,R[1])}y&&o(u[m],"sham",!0)}},3372:function(d,_,e){"use strict";var r=e(18589),i=e(82762),l=e(66434),c=e(80666),f=function(o,h,u,a,x,p,y,m){for(var b=x,S=0,k=y?c(y,m):!1,R,A;S<a;)S in u&&(R=k?k(u[S],S,h):u[S],p>0&&r(R)?(A=i(R),b=f(o,h,R,A,b,p-1)-1):(l(b+1),o[b]=R),b++),S++;return b};d.exports=f},13247:function(d,_,e){"use strict";var r=e(3338);d.exports=!r(function(){return Object.isExtensible(Object.preventExtensions({}))})},13743:function(d,_,e){"use strict";var r=e(40486),i=Function.prototype,l=i.apply,c=i.call;d.exports=typeof Reflect=="object"&&Reflect.apply||(r?c.bind(l):function(){return c.apply(l,arguments)})},80666:function(d,_,e){"use strict";var r=e(34114),i=e(63335),l=e(40486),c=r(r.bind);d.exports=function(f,o){return i(f),o===void 0?f:l?c(f,o):function(){return f.apply(o,arguments)}}},40486:function(d,_,e){"use strict";var r=e(3338);d.exports=!r(function(){var i=function(){}.bind();return typeof i!="function"||i.hasOwnProperty("prototype")})},4645:function(d,_,e){"use strict";var r=e(94237),i=e(63335),l=e(31946),c=e(32621),f=e(30867),o=e(40486),h=Function,u=r([].concat),a=r([].join),x={},p=function(y,m,b){if(!c(x,m)){for(var S=[],k=0;k<m;k++)S[k]="a["+k+"]";x[m]=h("C,a","return new C("+a(S,",")+")")}return x[m](y,b)};d.exports=o?h.bind:function(m){var b=i(this),S=b.prototype,k=f(arguments,1),R=function(){var O=u(k,f(arguments));return this instanceof R?p(b,O.length,O):b.apply(m,O)};return l(S)&&(R.prototype=S),R}},89945:function(d,_,e){"use strict";var r=e(40486),i=Function.prototype.call;d.exports=r?i.bind(i):function(){return i.apply(i,arguments)}},47739:function(d,_,e){"use strict";var r=e(94237),i=e(63335);d.exports=function(){return r(i(this))}},8090:function(d,_,e){"use strict";var r=e(35454),i=e(32621),l=Function.prototype,c=r&&Object.getOwnPropertyDescriptor,f=i(l,"name"),o=f&&function(){}.name==="something",h=f&&(!r||r&&c(l,"name").configurable);d.exports={EXISTS:f,PROPER:o,CONFIGURABLE:h}},37758:function(d,_,e){"use strict";var r=e(94237),i=e(63335);d.exports=function(l,c,f){try{return r(i(Object.getOwnPropertyDescriptor(l,c)[f]))}catch(o){}}},34114:function(d,_,e){"use strict";var r=e(29076),i=e(94237);d.exports=function(l){if(r(l)==="Function")return i(l)}},94237:function(d,_,e){"use strict";var r=e(40486),i=Function.prototype,l=i.call,c=r&&i.bind.bind(l,l);d.exports=r?c:function(f){return function(){return l.apply(f,arguments)}}},81750:function(d){"use strict";var _=TypeError;d.exports=function(e){var r=e&&e.alphabet;if(r===void 0||r==="base64"||r==="base64url")return r||"base64";throw new _("Incorrect `alphabet` option")}},38116:function(d,_,e){"use strict";var r=e(89945),i=e(55327),l=e(80449),c=e(10731),f=e(26006),o=e(53776),h=e(59893),u=e(57975),a=h("asyncIterator");d.exports=function(x){var p=l(x),y=!0,m=o(p,a),b;return i(m)||(m=f(p),y=!1),m!==void 0?b=r(m,p):(b=p,y=!0),l(b),c(y?b:new u(c(b)))}},69034:function(d,_,e){"use strict";var r=e(89945),i=e(57975),l=e(80449),c=e(85428),f=e(10731),o=e(53776),h=e(59893),u=h("asyncIterator");d.exports=function(a,x){var p=arguments.length<2?o(a,u):x;return p?l(r(p,a)):new i(f(c(a)))}},55174:function(d,_,e){"use strict";var r=e(92916);d.exports=function(i,l){var c=r[i],f=c&&c.prototype;return f&&f[l]}},65911:function(d,_,e){"use strict";var r=e(92916),i=e(55327),l=function(c){return i(c)?c:void 0};d.exports=function(c,f){return arguments.length<2?l(r[c]):r[c]&&r[c][f]}},10731:function(d){"use strict";d.exports=function(_){return{iterator:_,next:_.next,done:!1}}},7157:function(d,_,e){"use strict";var r=e(89945),i=e(80449),l=e(10731),c=e(26006);d.exports=function(f,o){(!o||typeof f!="string")&&i(f);var h=c(f);return l(i(h!==void 0?r(h,f):f))}},26006:function(d,_,e){"use strict";var r=e(97607),i=e(53776),l=e(4112),c=e(48074),f=e(59893),o=f("iterator");d.exports=function(h){if(!l(h))return i(h,o)||i(h,"@@iterator")||c[r(h)]}},85428:function(d,_,e){"use strict";var r=e(89945),i=e(63335),l=e(80449),c=e(40593),f=e(26006),o=TypeError;d.exports=function(h,u){var a=arguments.length<2?f(h):u;if(i(a))return l(r(a,h));throw new o(c(h)+" is not iterable")}},65451:function(d,_,e){"use strict";var r=e(94237),i=e(18589),l=e(55327),c=e(29076),f=e(69905),o=r([].push);d.exports=function(h){if(l(h))return h;if(i(h)){for(var u=h.length,a=[],x=0;x<u;x++){var p=h[x];typeof p=="string"?o(a,p):(typeof p=="number"||c(p)==="Number"||c(p)==="String")&&o(a,f(p))}var y=a.length,m=!0;return function(b,S){if(m)return m=!1,S;if(i(this))return S;for(var k=0;k<y;k++)if(a[k]===b)return S}}}},53776:function(d,_,e){"use strict";var r=e(63335),i=e(4112);d.exports=function(l,c){var f=l[c];return i(f)?void 0:r(f)}},88203:function(d,_,e){"use strict";var r=e(63335),i=e(80449),l=e(89945),c=e(56902),f=e(10731),o="Invalid size",h=RangeError,u=TypeError,a=Math.max,x=function(p,y,m,b){this.set=p,this.size=y,this.has=m,this.keys=b};x.prototype={getIterator:function(){return f(i(l(this.keys,this.set)))},includes:function(p){return l(this.has,this.set,p)}},d.exports=function(p){i(p);var y=+p.size;if(y!==y)throw new u(o);var m=c(y);if(m<0)throw new h(o);return new x(p,a(m,0),r(p.has),r(p.keys))}},23011:function(d,_,e){"use strict";var r=e(94237),i=e(94029),l=Math.floor,c=r("".charAt),f=r("".replace),o=r("".slice),h=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,u=/\$([$&'`]|\d{1,2})/g;d.exports=function(a,x,p,y,m,b){var S=p+a.length,k=y.length,R=u;return m!==void 0&&(m=i(m),R=h),f(b,R,function(A,O){var M;switch(c(O,0)){case"$":return"$";case"&":return a;case"`":return o(x,0,p);case"'":return o(x,S);case"<":M=m[o(O,1,-1)];break;default:var B=+O;if(B===0)return A;if(B>k){var U=l(B/10);return U===0?A:U<=k?y[U-1]===void 0?c(O,1):y[U-1]+c(O,1):A}M=y[B-1]}return M===void 0?"":M})}},92916:function(d,_,e){"use strict";var r=function(i){return i&&i.Math===Math&&i};d.exports=r(typeof globalThis=="object"&&globalThis)||r(typeof window=="object"&&window)||r(typeof self=="object"&&self)||r(typeof e.g=="object"&&e.g)||r(typeof this=="object"&&this)||function(){return this}()||Function("return this")()},32621:function(d,_,e){"use strict";var r=e(94237),i=e(94029),l=r({}.hasOwnProperty);d.exports=Object.hasOwn||function(f,o){return l(i(f),o)}},54406:function(d){"use strict";d.exports={}},61810:function(d){"use strict";d.exports=function(_,e){try{arguments.length===1?console.error(_):console.error(_,e)}catch(r){}}},75171:function(d,_,e){"use strict";var r=e(65911);d.exports=r("document","documentElement")},46796:function(d,_,e){"use strict";var r=e(35454),i=e(3338),l=e(86060);d.exports=!r&&!i(function(){return Object.defineProperty(l("div"),"a",{get:function(){return 7}}).a!==7})},61618:function(d){"use strict";var _=Array,e=Math.abs,r=Math.pow,i=Math.floor,l=Math.log,c=Math.LN2,f=function(h,u,a){var x=_(a),p=a*8-u-1,y=(1<<p)-1,m=y>>1,b=u===23?r(2,-24)-r(2,-77):0,S=h<0||h===0&&1/h<0?1:0,k=0,R,A,O;for(h=e(h),h!==h||h===1/0?(A=h!==h?1:0,R=y):(R=i(l(h)/c),O=r(2,-R),h*O<1&&(R--,O*=2),R+m>=1?h+=b/O:h+=b*r(2,1-m),h*O>=2&&(R++,O/=2),R+m>=y?(A=0,R=y):R+m>=1?(A=(h*O-1)*r(2,u),R+=m):(A=h*r(2,m-1)*r(2,u),R=0));u>=8;)x[k++]=A&255,A/=256,u-=8;for(R=R<<u|A,p+=u;p>0;)x[k++]=R&255,R/=256,p-=8;return x[--k]|=S*128,x},o=function(h,u){var a=h.length,x=a*8-u-1,p=(1<<x)-1,y=p>>1,m=x-7,b=a-1,S=h[b--],k=S&127,R;for(S>>=7;m>0;)k=k*256+h[b--],m-=8;for(R=k&(1<<-m)-1,k>>=-m,m+=u;m>0;)R=R*256+h[b--],m-=8;if(k===0)k=1-y;else{if(k===p)return R?NaN:S?-1/0:1/0;R+=r(2,u),k-=y}return(S?-1:1)*R*r(2,k-u)};d.exports={pack:f,unpack:o}},1835:function(d,_,e){"use strict";var r=e(94237),i=e(3338),l=e(29076),c=Object,f=r("".split);d.exports=i(function(){return!c("z").propertyIsEnumerable(0)})?function(o){return l(o)==="String"?f(o,""):c(o)}:c},25576:function(d,_,e){"use strict";var r=e(55327),i=e(31946),l=e(58218);d.exports=function(c,f,o){var h,u;return l&&r(h=f.constructor)&&h!==o&&i(u=h.prototype)&&u!==o.prototype&&l(c,u),c}},15212:function(d,_,e){"use strict";var r=e(94237),i=e(55327),l=e(77398),c=r(Function.toString);i(l.inspectSource)||(l.inspectSource=function(f){return c(f)}),d.exports=l.inspectSource},73068:function(d,_,e){"use strict";var r=e(31946),i=e(68151);d.exports=function(l,c){r(c)&&"cause"in c&&i(l,"cause",c.cause)}},2074:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(54406),c=e(31946),f=e(32621),o=e(37691).f,h=e(80689),u=e(53393),a=e(12477),x=e(6145),p=e(13247),y=!1,m=x("meta"),b=0,S=function(B){o(B,m,{value:{objectID:"O"+b++,weakData:{}}})},k=function(B,U){if(!c(B))return typeof B=="symbol"?B:(typeof B=="string"?"S":"P")+B;if(!f(B,m)){if(!a(B))return"F";if(!U)return"E";S(B)}return B[m].objectID},R=function(B,U){if(!f(B,m)){if(!a(B))return!0;if(!U)return!1;S(B)}return B[m].weakData},A=function(B){return p&&y&&a(B)&&!f(B,m)&&S(B),B},O=function(){M.enable=function(){},y=!0;var B=h.f,U=i([].splice),X={};X[m]=1,B(X).length&&(h.f=function(G){for(var V=B(G),ae=0,ie=V.length;ae<ie;ae++)if(V[ae]===m){U(V,ae,1);break}return V},r({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:u.f}))},M=d.exports={enable:O,fastKey:k,getWeakData:R,onFreeze:A};l[m]=!0},94844:function(d,_,e){"use strict";var r=e(40115),i=e(92916),l=e(31946),c=e(68151),f=e(32621),o=e(77398),h=e(11898),u=e(54406),a="Object already initialized",x=i.TypeError,p=i.WeakMap,y,m,b,S=function(O){return b(O)?m(O):y(O,{})},k=function(O){return function(M){var B;if(!l(M)||(B=m(M)).type!==O)throw new x("Incompatible receiver, "+O+" required");return B}};if(r||o.state){var R=o.state||(o.state=new p);R.get=R.get,R.has=R.has,R.set=R.set,y=function(O,M){if(R.has(O))throw new x(a);return M.facade=O,R.set(O,M),M},m=function(O){return R.get(O)||{}},b=function(O){return R.has(O)}}else{var A=h("state");u[A]=!0,y=function(O,M){if(f(O,A))throw new x(a);return M.facade=O,c(O,A,M),M},m=function(O){return f(O,A)?O[A]:{}},b=function(O){return f(O,A)}}d.exports={set:y,get:m,has:b,enforce:S,getterFor:k}},345:function(d,_,e){"use strict";var r=e(59893),i=e(48074),l=r("iterator"),c=Array.prototype;d.exports=function(f){return f!==void 0&&(i.Array===f||c[l]===f)}},18589:function(d,_,e){"use strict";var r=e(29076);d.exports=Array.isArray||function(l){return r(l)==="Array"}},75406:function(d,_,e){"use strict";var r=e(97607);d.exports=function(i){var l=r(i);return l==="BigInt64Array"||l==="BigUint64Array"}},55327:function(d,_,e){"use strict";var r=e(81766),i=r.all;d.exports=r.IS_HTMLDDA?function(l){return typeof l=="function"||l===i}:function(l){return typeof l=="function"}},39812:function(d,_,e){"use strict";var r=e(94237),i=e(3338),l=e(55327),c=e(97607),f=e(65911),o=e(15212),h=function(){},u=[],a=f("Reflect","construct"),x=/^\s*(?:class|function)\b/,p=r(x.exec),y=!x.test(h),m=function(k){if(!l(k))return!1;try{return a(h,u,k),!0}catch(R){return!1}},b=function(k){if(!l(k))return!1;switch(c(k)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return y||!!p(x,o(k))}catch(R){return!0}};b.sham=!0,d.exports=!a||i(function(){var S;return m(m.call)||!m(Object)||!m(function(){S=!0})||S})?b:m},60516:function(d,_,e){"use strict";var r=e(32621);d.exports=function(i){return i!==void 0&&(r(i,"value")||r(i,"writable"))}},20865:function(d,_,e){"use strict";var r=e(3338),i=e(55327),l=/#|\.prototype\./,c=function(a,x){var p=o[f(a)];return p===u?!0:p===h?!1:i(x)?r(x):!!x},f=c.normalize=function(a){return String(a).replace(l,".").toLowerCase()},o=c.data={},h=c.NATIVE="N",u=c.POLYFILL="P";d.exports=c},62896:function(d,_,e){"use strict";var r=e(31946),i=Math.floor;d.exports=Number.isInteger||function(c){return!r(c)&&isFinite(c)&&i(c)===c}},30360:function(d,_,e){"use strict";var r=e(97607),i=e(32621),l=e(4112),c=e(59893),f=e(48074),o=c("iterator"),h=Object;d.exports=function(u){if(l(u))return!1;var a=h(u);return a[o]!==void 0||"@@iterator"in a||i(f,r(a))}},4112:function(d){"use strict";d.exports=function(_){return _==null}},31946:function(d,_,e){"use strict";var r=e(55327),i=e(81766),l=i.all;d.exports=i.IS_HTMLDDA?function(c){return typeof c=="object"?c!==null:r(c)||c===l}:function(c){return typeof c=="object"?c!==null:r(c)}},16697:function(d){"use strict";d.exports=!1},83502:function(d,_,e){"use strict";var r=e(31946),i=e(94844).get;d.exports=function(c){if(!r(c))return!1;var f=i(c);return!!f&&f.type==="RawJSON"}},44639:function(d,_,e){"use strict";var r=e(31946),i=e(29076),l=e(59893),c=l("match");d.exports=function(f){var o;return r(f)&&((o=f[c])!==void 0?!!o:i(f)==="RegExp")}},18446:function(d,_,e){"use strict";var r=e(65911),i=e(55327),l=e(16332),c=e(14417),f=Object;d.exports=c?function(o){return typeof o=="symbol"}:function(o){var h=r("Symbol");return i(h)&&l(h.prototype,f(o))}},43545:function(d,_,e){"use strict";var r=e(89945);d.exports=function(i,l,c){for(var f=c?i:i.iterator,o=i.next,h,u;!(h=r(o,f)).done;)if(u=l(h.value),u!==void 0)return u}},62003:function(d,_,e){"use strict";var r=e(80666),i=e(89945),l=e(80449),c=e(40593),f=e(345),o=e(82762),h=e(16332),u=e(85428),a=e(26006),x=e(67996),p=TypeError,y=function(b,S){this.stopped=b,this.result=S},m=y.prototype;d.exports=function(b,S,k){var R=k&&k.that,A=!!(k&&k.AS_ENTRIES),O=!!(k&&k.IS_RECORD),M=!!(k&&k.IS_ITERATOR),B=!!(k&&k.INTERRUPTED),U=r(S,R),X,G,V,ae,ie,ue,Q,J=function(oe){return X&&x(X,"normal",oe),new y(!0,oe)},K=function(oe){return A?(l(oe),B?U(oe[0],oe[1],J):U(oe[0],oe[1])):B?U(oe,J):U(oe)};if(O)X=b.iterator;else if(M)X=b;else{if(G=a(b),!G)throw new p(c(b)+" is not iterable");if(f(G)){for(V=0,ae=o(b);ae>V;V++)if(ie=K(b[V]),ie&&h(m,ie))return ie;return new y(!1)}X=u(b,G)}for(ue=O?b.next:X.next;!(Q=i(ue,X)).done;){try{ie=K(Q.value)}catch(oe){x(X,"throw",oe)}if(typeof ie=="object"&&ie&&h(m,ie))return ie}return new y(!1)}},67996:function(d,_,e){"use strict";var r=e(89945),i=e(80449),l=e(53776);d.exports=function(c,f,o){var h,u;i(c);try{if(h=l(c,"return"),!h){if(f==="throw")throw o;return o}h=r(h,c)}catch(a){u=!0,h=a}if(f==="throw")throw o;if(u)throw h;return i(h),o}},83126:function(d,_,e){"use strict";var r=e(46571).IteratorPrototype,i=e(20132),l=e(35012),c=e(94573),f=e(48074),o=function(){return this};d.exports=function(h,u,a,x){var p=u+" Iterator";return h.prototype=i(r,{next:l(+!x,a)}),c(h,p,!1,!0),f[p]=o,h}},20547:function(d,_,e){"use strict";var r=e(89945),i=e(20132),l=e(68151),c=e(66477),f=e(59893),o=e(94844),h=e(53776),u=e(46571).IteratorPrototype,a=e(25587),x=e(67996),p=f("toStringTag"),y="IteratorHelper",m="WrapForValidIterator",b=o.set,S=function(A){var O=o.getterFor(A?m:y);return c(i(u),{next:function(){var B=O(this);if(A)return B.nextHandler();try{var U=B.done?void 0:B.nextHandler();return a(U,B.done)}catch(X){throw B.done=!0,X}},return:function(){var M=O(this),B=M.iterator;if(M.done=!0,A){var U=h(B,"return");return U?r(U,B):a(void 0,!0)}if(M.inner)try{x(M.inner.iterator,"normal")}catch(X){return x(B,"throw",X)}return x(B,"normal"),a(void 0,!0)}})},k=S(!0),R=S(!1);l(R,p,"Iterator Helper"),d.exports=function(A,O){var M=function(U,X){X?(X.iterator=U.iterator,X.next=U.next):X=U,X.type=O?m:y,X.nextHandler=A,X.counter=0,X.done=!1,b(this,X)};return M.prototype=O?k:R,M}},24019:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(16697),c=e(8090),f=e(55327),o=e(83126),h=e(53456),u=e(58218),a=e(94573),x=e(68151),p=e(2291),y=e(59893),m=e(48074),b=e(46571),S=c.PROPER,k=c.CONFIGURABLE,R=b.IteratorPrototype,A=b.BUGGY_SAFARI_ITERATORS,O=y("iterator"),M="keys",B="values",U="entries",X=function(){return this};d.exports=function(G,V,ae,ie,ue,Q,J){o(ae,V,ie);var K=function(ke){if(ke===ue&&Z)return Z;if(!A&&ke&&ke in q)return q[ke];switch(ke){case M:return function(){return new ae(this,ke)};case B:return function(){return new ae(this,ke)};case U:return function(){return new ae(this,ke)}}return function(){return new ae(this)}},oe=V+" Iterator",ee=!1,q=G.prototype,le=q[O]||q["@@iterator"]||ue&&q[ue],Z=!A&&le||K(ue),j=V==="Array"&&q.entries||le,se,me,Oe;if(j&&(se=h(j.call(new G)),se!==Object.prototype&&se.next&&(!l&&h(se)!==R&&(u?u(se,R):f(se[O])||p(se,O,X)),a(se,oe,!0,!0),l&&(m[oe]=X))),S&&ue===B&&le&&le.name!==B&&(!l&&k?x(q,"name",B):(ee=!0,Z=function(){return i(le,this)})),ue)if(me={values:K(B),keys:Q?Z:K(M),entries:K(U)},J)for(Oe in me)(A||ee||!(Oe in q))&&p(q,Oe,me[Oe]);else r({target:V,proto:!0,forced:A||ee},me);return(!l||J)&&q[O]!==Z&&p(q,O,Z,{name:ue}),m[V]=Z,me}},24771:function(d,_,e){"use strict";var r=e(89945),i=e(2155),l=function(c,f){return[f,c]};d.exports=function(){return r(i,this,l)}},2155:function(d,_,e){"use strict";var r=e(89945),i=e(63335),l=e(80449),c=e(10731),f=e(20547),o=e(46319),h=f(function(){var u=this.iterator,a=l(r(this.next,u)),x=this.done=!!a.done;if(!x)return o(u,this.mapper,[a.value,this.counter++],!0)});d.exports=function(a){return l(this),i(a),new h(c(this),{mapper:a})}},46571:function(d,_,e){"use strict";var r=e(3338),i=e(55327),l=e(31946),c=e(20132),f=e(53456),o=e(2291),h=e(59893),u=e(16697),a=h("iterator"),x=!1,p,y,m;[].keys&&(m=[].keys(),"next"in m?(y=f(f(m)),y!==Object.prototype&&(p=y)):x=!0);var b=!l(p)||r(function(){var S={};return p[a].call(S)!==S});b?p={}:u&&(p=c(p)),i(p[a])||o(p,a,function(){return this}),d.exports={IteratorPrototype:p,BUGGY_SAFARI_ITERATORS:x}},48074:function(d){"use strict";d.exports={}},82762:function(d,_,e){"use strict";var r=e(61578);d.exports=function(i){return r(i.length)}},86528:function(d,_,e){"use strict";var r=e(94237),i=e(3338),l=e(55327),c=e(32621),f=e(35454),o=e(8090).CONFIGURABLE,h=e(15212),u=e(94844),a=u.enforce,x=u.get,p=String,y=Object.defineProperty,m=r("".slice),b=r("".replace),S=r([].join),k=f&&!i(function(){return y(function(){},"length",{value:8}).length!==8}),R=String(String).split("String"),A=d.exports=function(O,M,B){m(p(M),0,7)==="Symbol("&&(M="["+b(p(M),/^Symbol\(([^)]*)\)/,"$1")+"]"),B&&B.getter&&(M="get "+M),B&&B.setter&&(M="set "+M),(!c(O,"name")||o&&O.name!==M)&&(f?y(O,"name",{value:M,configurable:!0}):O.name=M),k&&B&&c(B,"arity")&&O.length!==B.arity&&y(O,"length",{value:B.arity});try{B&&c(B,"constructor")&&B.constructor?f&&y(O,"prototype",{writable:!1}):O.prototype&&(O.prototype=void 0)}catch(X){}var U=a(O);return c(U,"source")||(U.source=S(R,typeof M=="string"?M:"")),O};Function.prototype.toString=A(function(){return l(this)&&x(this).source||h(this)},"toString")},2786:function(d,_,e){"use strict";var r=e(94237),i=Map.prototype;d.exports={Map,set:r(i.set),get:r(i.get),has:r(i.has),remove:r(i.delete),proto:i}},95037:function(d,_,e){"use strict";var r=e(94237),i=e(43545),l=e(2786),c=l.Map,f=l.proto,o=r(f.forEach),h=r(f.entries),u=h(new c).next;d.exports=function(a,x,p){return p?i({iterator:h(a),next:u},function(y){return x(y[1],y[0])}):o(a,x)}},14615:function(d,_,e){"use strict";var r=e(89945),i=e(63335),l=e(55327),c=e(80449),f=TypeError;d.exports=function(h,u){var a=c(this),x=i(a.get),p=i(a.has),y=i(a.set),m=arguments.length>2?arguments[2]:void 0,b;if(!l(u)&&!l(m))throw new f("At least one callback required");return r(p,a,h)?(b=r(x,a,h),l(u)&&(b=u(b),r(y,a,h,b))):l(m)&&(b=m(),r(y,a,h,b)),b}},10014:function(d){"use strict";var _=Math.expm1,e=Math.exp;d.exports=!_||_(10)>22025.465794806718||_(10)<22025.465794806718||_(-2e-17)!==-2e-17?function(i){var l=+i;return l===0?l:l>-1e-6&&l<1e-6?l+l*l/2:e(l)-1}:_},35175:function(d,_,e){"use strict";var r=e(77056),i=.0009765625,l=65504,c=6103515625e-14;d.exports=Math.f16round||function(o){return r(o,i,l,c)}},77056:function(d,_,e){"use strict";var r=e(37666),i=Math.abs,l=2220446049250313e-31,c=1/l,f=function(o){return o+c-c};d.exports=function(o,h,u,a){var x=+o,p=i(x),y=r(x);if(p<a)return y*f(p/a/h)*a*h;var m=(1+h/l)*p,b=m-(m-p);return b>u||b!==b?y*(1/0):y*b}},14894:function(d,_,e){"use strict";var r=e(77056),i=11920928955078125e-23,l=34028234663852886e22,c=11754943508222875e-54;d.exports=Math.fround||function(o){return r(o,i,l,c)}},53309:function(d){"use strict";var _=Math.log,e=Math.LOG10E;d.exports=Math.log10||function(i){return _(i)*e}},25726:function(d){"use strict";var _=Math.log;d.exports=Math.log1p||function(r){var i=+r;return i>-1e-8&&i<1e-8?i-i*i/2:_(1+i)}},24619:function(d){"use strict";d.exports=Math.scale||function(e,r,i,l,c){var f=+e,o=+r,h=+i,u=+l,a=+c;return f!==f||o!==o||h!==h||u!==u||a!==a?NaN:f===1/0||f===-1/0?f:(f-o)*(a-u)/(h-o)+u}},37666:function(d){"use strict";d.exports=Math.sign||function(e){var r=+e;return r===0||r!==r?r:r<0?-1:1}},3312:function(d){"use strict";var _=Math.ceil,e=Math.floor;d.exports=Math.trunc||function(i){var l=+i;return(l>0?e:_)(l)}},72933:function(d,_,e){"use strict";var r=e(92916),i=e(80666),l=e(71256).f,c=e(28887).set,f=e(66790),o=e(70695),h=e(1908),u=e(44914),a=e(90946),x=r.MutationObserver||r.WebKitMutationObserver,p=r.document,y=r.process,m=r.Promise,b=l(r,"queueMicrotask"),S=b&&b.value,k,R,A,O,M;if(!S){var B=new f,U=function(){var X,G;for(a&&(X=y.domain)&&X.exit();G=B.get();)try{G()}catch(V){throw B.head&&k(),V}X&&X.enter()};!o&&!a&&!u&&x&&p?(R=!0,A=p.createTextNode(""),new x(U).observe(A,{characterData:!0}),k=function(){A.data=R=!R}):!h&&m&&m.resolve?(O=m.resolve(void 0),O.constructor=m,M=i(O.then,O),k=function(){M(U)}):a?k=function(){y.nextTick(U)}:(c=i(c,r),k=function(){c(U)}),S=function(X){B.head||k(),B.add(X)}}d.exports=S},82778:function(d,_,e){"use strict";var r=e(3338);d.exports=!r(function(){var i="9007199254740993",l=JSON.rawJSON(i);return!JSON.isRawJSON(l)||JSON.stringify(l)!==i})},73446:function(d,_,e){"use strict";var r=e(63335),i=TypeError,l=function(c){var f,o;this.promise=new c(function(h,u){if(f!==void 0||o!==void 0)throw new i("Bad Promise constructor");f=h,o=u}),this.resolve=r(f),this.reject=r(o)};d.exports.f=function(c){return new l(c)}},7825:function(d,_,e){"use strict";var r=e(69905);d.exports=function(i,l){return i===void 0?arguments.length<2?"":l:r(i)}},2279:function(d){"use strict";var _=RangeError;d.exports=function(e){if(e===e)return e;throw new _("NaN is not allowed")}},41696:function(d,_,e){"use strict";var r=e(44639),i=TypeError;d.exports=function(l){if(r(l))throw new i("The method doesn't accept regular expressions");return l}},1222:function(d,_,e){"use strict";var r=e(92916),i=r.isFinite;d.exports=Number.isFinite||function(c){return typeof c=="number"&&i(c)}},31280:function(d,_,e){"use strict";var r=e(92916),i=e(3338),l=e(94237),c=e(69905),f=e(52971).trim,o=e(19268),h=l("".charAt),u=r.parseFloat,a=r.Symbol,x=a&&a.iterator,p=1/u(o+"-0")!==-1/0||x&&!i(function(){u(Object(x))});d.exports=p?function(m){var b=f(c(m)),S=u(b);return S===0&&h(b,0)==="-"?-0:S}:u},52446:function(d,_,e){"use strict";var r=e(92916),i=e(3338),l=e(94237),c=e(69905),f=e(52971).trim,o=e(19268),h=r.parseInt,u=r.Symbol,a=u&&u.iterator,x=/^[+-]?0x/i,p=l(x.exec),y=h(o+"08")!==8||h(o+"0x16")!==22||a&&!i(function(){h(Object(a))});d.exports=y?function(b,S){var k=f(c(b));return h(k,S>>>0||(p(x,k)?16:10))}:h},17243:function(d,_,e){"use strict";var r=e(94844),i=e(83126),l=e(25587),c=e(4112),f=e(31946),o=e(64110),h=e(35454),u="Incorrect Iterator.range arguments",a="NumericRangeIterator",x=r.set,p=r.getterFor(a),y=RangeError,m=TypeError,b=i(function(R,A,O,M,B,U){if(typeof R!=M||A!==1/0&&A!==-1/0&&typeof A!=M)throw new m(u);if(R===1/0||R===-1/0)throw new y(u);var X=A>R,G=!1,V;if(O===void 0)V=void 0;else if(f(O))V=O.step,G=!!O.inclusive;else if(typeof O==M)V=O;else throw new m(u);if(c(V)&&(V=X?U:-U),typeof V!=M)throw new m(u);if(V===1/0||V===-1/0||V===B&&R!==A)throw new y(u);var ae=R!==R||A!==A||V!==V||A>R!=V>B;x(this,{type:a,start:R,end:A,step:V,inclusive:G,hitsEnd:ae,currentCount:B,zero:B}),h||(this.start=R,this.end=A,this.step=V,this.inclusive=G)},a,function(){var R=p(this);if(R.hitsEnd)return l(void 0,!0);var A=R.start,O=R.end,M=R.step,B=A+M*R.currentCount++;B===O&&(R.hitsEnd=!0);var U=R.inclusive,X;return O>A?X=U?B>O:B>=O:X=U?O>B:O>=B,X?(R.hitsEnd=!0,l(void 0,!0)):l(B,!1)}),S=function(k){o(b.prototype,k,{get:function(){return p(this)[k]},set:function(){},configurable:!0,enumerable:!1})};h&&(S("start"),S("end"),S("inclusive"),S("step")),d.exports=b},80530:function(d,_,e){"use strict";var r=e(35454),i=e(94237),l=e(89945),c=e(3338),f=e(7733),o=e(92635),h=e(27597),u=e(94029),a=e(1835),x=Object.assign,p=Object.defineProperty,y=i([].concat);d.exports=!x||c(function(){if(r&&x({b:1},x(p({},"a",{enumerable:!0,get:function(){p(this,"b",{value:3,enumerable:!1})}}),{b:2})).b!==1)return!0;var m={},b={},S=Symbol("assign detection"),k="abcdefghijklmnopqrst";return m[S]=7,k.split("").forEach(function(R){b[R]=R}),x({},m)[S]!==7||f(x({},b)).join("")!==k})?function(b,S){for(var k=u(b),R=arguments.length,A=1,O=o.f,M=h.f;R>A;)for(var B=a(arguments[A++]),U=O?y(f(B),O(B)):f(B),X=U.length,G=0,V;X>G;)V=U[G++],(!r||l(M,B,V))&&(k[V]=B[V]);return k}:x},20132:function(d,_,e){"use strict";var r=e(80449),i=e(55666),l=e(46678),c=e(54406),f=e(75171),o=e(86060),h=e(11898),u=">",a="<",x="prototype",p="script",y=h("IE_PROTO"),m=function(){},b=function(O){return a+p+u+O+a+"/"+p+u},S=function(O){O.write(b("")),O.close();var M=O.parentWindow.Object;return O=null,M},k=function(){var O=o("iframe"),M="java"+p+":",B;return O.style.display="none",f.appendChild(O),O.src=String(M),B=O.contentWindow.document,B.open(),B.write(b("document.F=Object")),B.close(),B.F},R,A=function(){try{R=new ActiveXObject("htmlfile")}catch(M){}A=typeof document!="undefined"?document.domain&&R?S(R):k():S(R);for(var O=l.length;O--;)delete A[x][l[O]];return A()};c[y]=!0,d.exports=Object.create||function(M,B){var U;return M!==null?(m[x]=r(M),U=new m,m[x]=null,U[y]=M):U=A(),B===void 0?U:i.f(U,B)}},55666:function(d,_,e){"use strict";var r=e(35454),i=e(93199),l=e(37691),c=e(80449),f=e(80524),o=e(7733);_.f=r&&!i?Object.defineProperties:function(u,a){c(u);for(var x=f(a),p=o(a),y=p.length,m=0,b;y>m;)l.f(u,b=p[m++],x[b]);return u}},37691:function(d,_,e){"use strict";var r=e(35454),i=e(46796),l=e(93199),c=e(80449),f=e(17818),o=TypeError,h=Object.defineProperty,u=Object.getOwnPropertyDescriptor,a="enumerable",x="configurable",p="writable";_.f=r?l?function(m,b,S){if(c(m),b=f(b),c(S),typeof m=="function"&&b==="prototype"&&"value"in S&&p in S&&!S[p]){var k=u(m,b);k&&k[p]&&(m[b]=S.value,S={configurable:x in S?S[x]:k[x],enumerable:a in S?S[a]:k[a],writable:!1})}return h(m,b,S)}:h:function(m,b,S){if(c(m),b=f(b),c(S),i)try{return h(m,b,S)}catch(k){}if("get"in S||"set"in S)throw new o("Accessors not supported");return"value"in S&&(m[b]=S.value),m}},71256:function(d,_,e){"use strict";var r=e(35454),i=e(89945),l=e(27597),c=e(35012),f=e(80524),o=e(17818),h=e(32621),u=e(46796),a=Object.getOwnPropertyDescriptor;_.f=r?a:function(p,y){if(p=f(p),y=o(y),u)try{return a(p,y)}catch(m){}if(h(p,y))return c(!i(l.f,p,y),p[y])}},53393:function(d,_,e){"use strict";var r=e(29076),i=e(80524),l=e(80689).f,c=e(71698),f=typeof window=="object"&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],o=function(h){try{return l(h)}catch(u){return c(f)}};d.exports.f=function(u){return f&&r(u)==="Window"?o(u):l(i(u))}},80689:function(d,_,e){"use strict";var r=e(97486),i=e(46678),l=i.concat("length","prototype");_.f=Object.getOwnPropertyNames||function(f){return r(f,l)}},92635:function(d,_){"use strict";_.f=Object.getOwnPropertySymbols},53456:function(d,_,e){"use strict";var r=e(32621),i=e(55327),l=e(94029),c=e(11898),f=e(4870),o=c("IE_PROTO"),h=Object,u=h.prototype;d.exports=f?h.getPrototypeOf:function(a){var x=l(a);if(r(x,o))return x[o];var p=x.constructor;return i(p)&&x instanceof p?p.prototype:x instanceof h?u:null}},12477:function(d,_,e){"use strict";var r=e(3338),i=e(31946),l=e(29076),c=e(51424),f=Object.isExtensible,o=r(function(){f(1)});d.exports=o||c?function(u){return!i(u)||c&&l(u)==="ArrayBuffer"?!1:f?f(u):!0}:f},16332:function(d,_,e){"use strict";var r=e(94237);d.exports=r({}.isPrototypeOf)},20574:function(d,_,e){"use strict";var r=e(94844),i=e(83126),l=e(25587),c=e(32621),f=e(7733),o=e(94029),h="Object Iterator",u=r.set,a=r.getterFor(h);d.exports=i(function(p,y){var m=o(p);u(this,{type:h,mode:y,object:m,keys:f(m),index:0})},"Object",function(){for(var p=a(this),y=p.keys;;){if(y===null||p.index>=y.length)return p.object=p.keys=null,l(void 0,!0);var m=y[p.index++],b=p.object;if(c(b,m)){switch(p.mode){case"keys":return l(m,!1);case"values":return l(b[m],!1)}return l([m,b[m]],!1)}}})},97486:function(d,_,e){"use strict";var r=e(94237),i=e(32621),l=e(80524),c=e(22999).indexOf,f=e(54406),o=r([].push);d.exports=function(h,u){var a=l(h),x=0,p=[],y;for(y in a)!i(f,y)&&i(a,y)&&o(p,y);for(;u.length>x;)i(a,y=u[x++])&&(~c(p,y)||o(p,y));return p}},7733:function(d,_,e){"use strict";var r=e(97486),i=e(46678);d.exports=Object.keys||function(c){return r(c,i)}},27597:function(d,_){"use strict";var e={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,i=r&&!e.call({1:2},1);_.f=i?function(c){var f=r(this,c);return!!f&&f.enumerable}:e},25837:function(d,_,e){"use strict";var r=e(16697),i=e(92916),l=e(3338),c=e(19684);d.exports=r||!l(function(){if(!(c&&c<535)){var f=Math.random();__defineSetter__.call(null,f,function(){}),delete i[f]}})},58218:function(d,_,e){"use strict";var r=e(37758),i=e(80449),l=e(557);d.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var c=!1,f={},o;try{o=r(Object.prototype,"__proto__","set"),o(f,[]),c=f instanceof Array}catch(h){}return function(u,a){return i(u),l(a),c?o(u,a):u.__proto__=a,u}}():void 0)},88698:function(d,_,e){"use strict";var r=e(35454),i=e(3338),l=e(94237),c=e(53456),f=e(7733),o=e(80524),h=e(27597).f,u=l(h),a=l([].push),x=r&&i(function(){var y=Object.create(null);return y[2]=2,!u(y,2)}),p=function(y){return function(m){for(var b=o(m),S=f(b),k=x&&c(b)===null,R=S.length,A=0,O=[],M;R>A;)M=S[A++],(!r||(k?M in b:u(b,M)))&&a(O,y?[M,b[M]]:b[M]);return O}};d.exports={entries:p(!0),values:p(!1)}},28488:function(d,_,e){"use strict";var r=e(68527),i=e(97607);d.exports=r?{}.toString:function(){return"[object "+i(this)+"]"}},44759:function(d,_,e){"use strict";var r=e(89945),i=e(55327),l=e(31946),c=TypeError;d.exports=function(f,o){var h,u;if(o==="string"&&i(h=f.toString)&&!l(u=r(h,f))||i(h=f.valueOf)&&!l(u=r(h,f))||o!=="string"&&i(h=f.toString)&&!l(u=r(h,f)))return u;throw new c("Can't convert object to primitive value")}},48662:function(d,_,e){"use strict";var r=e(65911),i=e(94237),l=e(80689),c=e(92635),f=e(80449),o=i([].concat);d.exports=r("Reflect","ownKeys")||function(u){var a=l.f(f(u)),x=c.f;return x?o(a,x(u)):a}},70913:function(d,_,e){"use strict";var r=e(94237),i=e(32621),l=SyntaxError,c=parseInt,f=String.fromCharCode,o=r("".charAt),h=r("".slice),u=r(/./.exec),a={'\\"':'"',"\\\\":"\\","\\/":"/","\\b":"\b","\\f":"\f","\\n":`
`,"\\r":"\r","\\t":" "},x=/^[\da-f]{4}$/i,p=/^[\u0000-\u001F]$/;d.exports=function(y,m){for(var b=!0,S="";m<y.length;){var k=o(y,m);if(k==="\\"){var R=h(y,m,m+2);if(i(a,R))S+=a[R],m+=2;else if(R==="\\u"){m+=2;var A=h(y,m,m+4);if(!u(x,A))throw new l("Bad Unicode escape at: "+m);S+=f(c(A,16)),m+=4}else throw new l('Unknown escape sequence: "'+R+'"')}else if(k==='"'){b=!1,m++;break}else{if(u(p,k))throw new l("Bad control character in string literal at: "+m);S+=k,m++}}if(b)throw new l("Unterminated string at: "+m);return{value:S,end:m}}},9699:function(d,_,e){"use strict";var r=e(92916);d.exports=r},80734:function(d){"use strict";d.exports=function(_){try{return{error:!1,value:_()}}catch(e){return{error:!0,value:e}}}},82830:function(d,_,e){"use strict";var r=e(92916),i=e(2451),l=e(55327),c=e(20865),f=e(15212),o=e(59893),h=e(66994),u=e(91821),a=e(16697),x=e(46573),p=i&&i.prototype,y=o("species"),m=!1,b=l(r.PromiseRejectionEvent),S=c("Promise",function(){var k=f(i),R=k!==String(i);if(!R&&x===66||a&&!(p.catch&&p.finally))return!0;if(!x||x<51||!/native code/.test(k)){var A=new i(function(B){B(1)}),O=function(B){B(function(){},function(){})},M=A.constructor={};if(M[y]=O,m=A.then(function(){})instanceof O,!m)return!0}return!R&&(h||u)&&!b});d.exports={CONSTRUCTOR:S,REJECTION_EVENT:b,SUBCLASSING:m}},2451:function(d,_,e){"use strict";var r=e(92916);d.exports=r.Promise},15597:function(d,_,e){"use strict";var r=e(80449),i=e(31946),l=e(73446);d.exports=function(c,f){if(r(c),i(f)&&f.constructor===c)return f;var o=l.f(c),h=o.resolve;return h(f),o.promise}},22093:function(d,_,e){"use strict";var r=e(2451),i=e(35221),l=e(82830).CONSTRUCTOR;d.exports=l||!i(function(c){r.all(c).then(void 0,function(){})})},44166:function(d,_,e){"use strict";var r=e(37691).f;d.exports=function(i,l,c){c in i||r(i,c,{configurable:!0,get:function(){return l[c]},set:function(f){l[c]=f}})}},66790:function(d){"use strict";var _=function(){this.head=null,this.tail=null};_.prototype={add:function(e){var r={item:e,next:null},i=this.tail;i?i.next=r:this.head=r,this.tail=r},get:function(){var e=this.head;if(e){var r=this.head=e.next;return r===null&&(this.tail=null),e.item}}},d.exports=_},82584:function(d,_,e){"use strict";e(34941),e(55410);var r=e(65911),i=e(94237),l=e(77898),c=r("Map"),f=r("WeakMap"),o=i([].push),h=l("metadata"),u=h.store||(h.store=new f),a=function(S,k,R){var A=u.get(S);if(!A){if(!R)return;u.set(S,A=new c)}var O=A.get(k);if(!O){if(!R)return;A.set(k,O=new c)}return O},x=function(S,k,R){var A=a(k,R,!1);return A===void 0?!1:A.has(S)},p=function(S,k,R){var A=a(k,R,!1);return A===void 0?void 0:A.get(S)},y=function(S,k,R,A){a(R,A,!0).set(S,k)},m=function(S,k){var R=a(S,k,!1),A=[];return R&&R.forEach(function(O,M){o(A,M)}),A},b=function(S){return S===void 0||typeof S=="symbol"?S:String(S)};d.exports={store:u,getMap:a,has:x,get:p,set:y,keys:m,toKey:b}},94338:function(d,_,e){"use strict";var r=e(89945),i=e(80449),l=e(55327),c=e(29076),f=e(88736),o=TypeError;d.exports=function(h,u){var a=h.exec;if(l(a)){var x=r(a,h,u);return x!==null&&i(x),x}if(c(h)==="RegExp")return r(f,h,u);throw new o("RegExp#exec called on incompatible receiver")}},88736:function(d,_,e){"use strict";var r=e(89945),i=e(94237),l=e(69905),c=e(82163),f=e(19286),o=e(77898),h=e(20132),u=e(94844).get,a=e(6041),x=e(51224),p=o("native-string-replace",String.prototype.replace),y=RegExp.prototype.exec,m=y,b=i("".charAt),S=i("".indexOf),k=i("".replace),R=i("".slice),A=function(){var U=/a/,X=/b*/g;return r(y,U,"a"),r(y,X,"a"),U.lastIndex!==0||X.lastIndex!==0}(),O=f.BROKEN_CARET,M=/()??/.exec("")[1]!==void 0,B=A||M||O||a||x;B&&(m=function(X){var G=this,V=u(G),ae=l(X),ie=V.raw,ue,Q,J,K,oe,ee,q;if(ie)return ie.lastIndex=G.lastIndex,ue=r(m,ie,ae),G.lastIndex=ie.lastIndex,ue;var le=V.groups,Z=O&&G.sticky,j=r(c,G),se=G.source,me=0,Oe=ae;if(Z&&(j=k(j,"y",""),S(j,"g")===-1&&(j+="g"),Oe=R(ae,G.lastIndex),G.lastIndex>0&&(!G.multiline||G.multiline&&b(ae,G.lastIndex-1)!==`
`)&&(se="(?: "+se+")",Oe=" "+Oe,me++),Q=new RegExp("^(?:"+se+")",j)),M&&(Q=new RegExp("^"+se+"$(?!\\s)",j)),A&&(J=G.lastIndex),K=r(y,Z?Q:G,Oe),Z?K?(K.input=R(K.input,me),K[0]=R(K[0],me),K.index=G.lastIndex,G.lastIndex+=K[0].length):G.lastIndex=0:A&&K&&(G.lastIndex=G.global?K.index+K[0].length:J),M&&K&&K.length>1&&r(p,K[0],Q,function(){for(oe=1;oe<arguments.length-2;oe++)arguments[oe]===void 0&&(K[oe]=void 0)}),K&&le)for(K.groups=ee=h(null),oe=0;oe<le.length;oe++)q=le[oe],ee[q[0]]=K[q[1]];return K}),d.exports=m},82163:function(d,_,e){"use strict";var r=e(80449);d.exports=function(){var i=r(this),l="";return i.hasIndices&&(l+="d"),i.global&&(l+="g"),i.ignoreCase&&(l+="i"),i.multiline&&(l+="m"),i.dotAll&&(l+="s"),i.unicode&&(l+="u"),i.unicodeSets&&(l+="v"),i.sticky&&(l+="y"),l}},81644:function(d,_,e){"use strict";var r=e(89945),i=e(32621),l=e(16332),c=e(82163),f=RegExp.prototype;d.exports=function(o){var h=o.flags;return h===void 0&&!("flags"in f)&&!i(o,"flags")&&l(f,o)?r(c,o):h}},19286:function(d,_,e){"use strict";var r=e(3338),i=e(92916),l=i.RegExp,c=r(function(){var h=l("a","y");return h.lastIndex=2,h.exec("abcd")!==null}),f=c||r(function(){return!l("a","y").sticky}),o=c||r(function(){var h=l("^r","gy");return h.lastIndex=2,h.exec("str")!==null});d.exports={BROKEN_CARET:o,MISSED_STICKY:f,UNSUPPORTED_Y:c}},6041:function(d,_,e){"use strict";var r=e(3338),i=e(92916),l=i.RegExp;d.exports=r(function(){var c=l(".","s");return!(c.dotAll&&c.test(`
`)&&c.flags==="s")})},51224:function(d,_,e){"use strict";var r=e(3338),i=e(92916),l=i.RegExp;d.exports=r(function(){var c=l("(?<a>b)","g");return c.exec("b").groups.a!=="b"||"b".replace(c,"$<a>c")!=="bc"})},95955:function(d,_,e){"use strict";var r=e(4112),i=TypeError;d.exports=function(l){if(r(l))throw new i("Can't call method on "+l);return l}},88134:function(d){"use strict";d.exports=function(_,e){return _===e||_!==_&&e!==e}},5370:function(d){"use strict";d.exports=Object.is||function(e,r){return e===r?e!==0||1/e===1/r:e!==e&&r!==r}},93222:function(d,_,e){"use strict";var r=e(92916),i=e(13743),l=e(55327),c=e(90843),f=e(66011),o=e(30867),h=e(57106),u=r.Function,a=/MSIE .\./.test(f)||c&&function(){var x=r.Bun.version.split(".");return x.length<3||x[0]==="0"&&(x[1]<3||x[1]==="3"&&x[2]==="0")}();d.exports=function(x,p){var y=p?2:1;return a?function(m,b){var S=h(arguments.length,1)>y,k=l(m)?m:u(m),R=S?o(arguments,y):[],A=S?function(){i(k,this,R)}:k;return p?x(A,b):x(A)}:x}},61838:function(d,_,e){"use strict";var r=e(19691),i=e(57002),l=r.Set,c=r.add;d.exports=function(f){var o=new l;return i(f,function(h){c(o,h)}),o}},10038:function(d,_,e){"use strict";var r=e(17442),i=e(19691),l=e(61838),c=e(108),f=e(88203),o=e(57002),h=e(43545),u=i.has,a=i.remove;d.exports=function(p){var y=r(this),m=f(p),b=l(y);return c(y)<=m.size?o(y,function(S){m.includes(S)&&a(b,S)}):h(m.getIterator(),function(S){u(y,S)&&a(b,S)}),b}},19691:function(d,_,e){"use strict";var r=e(94237),i=Set.prototype;d.exports={Set,add:r(i.add),has:r(i.has),remove:r(i.delete),proto:i}},16049:function(d,_,e){"use strict";var r=e(17442),i=e(19691),l=e(108),c=e(88203),f=e(57002),o=e(43545),h=i.Set,u=i.add,a=i.has;d.exports=function(p){var y=r(this),m=c(p),b=new h;return l(y)>m.size?o(m.getIterator(),function(S){a(y,S)&&u(b,S)}):f(y,function(S){m.includes(S)&&u(b,S)}),b}},17616:function(d,_,e){"use strict";var r=e(17442),i=e(19691).has,l=e(108),c=e(88203),f=e(57002),o=e(43545),h=e(67996);d.exports=function(a){var x=r(this),p=c(a);if(l(x)<=p.size)return f(x,function(m){if(p.includes(m))return!1},!0)!==!1;var y=p.getIterator();return o(y,function(m){if(i(x,m))return h(y,"normal",!1)})!==!1}},84833:function(d,_,e){"use strict";var r=e(17442),i=e(108),l=e(57002),c=e(88203);d.exports=function(o){var h=r(this),u=c(o);return i(h)>u.size?!1:l(h,function(a){if(!u.includes(a))return!1},!0)!==!1}},51135:function(d,_,e){"use strict";var r=e(17442),i=e(19691).has,l=e(108),c=e(88203),f=e(43545),o=e(67996);d.exports=function(u){var a=r(this),x=c(u);if(l(a)<x.size)return!1;var p=x.getIterator();return f(p,function(y){if(!i(a,y))return o(p,"normal",!1)})!==!1}},57002:function(d,_,e){"use strict";var r=e(94237),i=e(43545),l=e(19691),c=l.Set,f=l.proto,o=r(f.forEach),h=r(f.keys),u=h(new c).next;d.exports=function(a,x,p){return p?i({iterator:h(a),next:u},x):o(a,x)}},22627:function(d,_,e){"use strict";var r=e(65911),i=function(l){return{size:l,has:function(){return!1},keys:function(){return{next:function(){return{done:!0}}}}}};d.exports=function(l){var c=r("Set");try{new c()[l](i(0));try{return new c()[l](i(-1)),!1}catch(f){return!0}}catch(f){return!1}}},108:function(d,_,e){"use strict";var r=e(37758),i=e(19691);d.exports=r(i.proto,"size","get")||function(l){return l.size}},51996:function(d,_,e){"use strict";var r=e(65911),i=e(64110),l=e(59893),c=e(35454),f=l("species");d.exports=function(o){var h=r(o);c&&h&&!h[f]&&i(h,f,{configurable:!0,get:function(){return this}})}},36312:function(d,_,e){"use strict";var r=e(17442),i=e(19691),l=e(61838),c=e(88203),f=e(43545),o=i.add,h=i.has,u=i.remove;d.exports=function(x){var p=r(this),y=c(x).getIterator(),m=l(p);return f(y,function(b){h(p,b)?u(m,b):o(m,b)}),m}},94573:function(d,_,e){"use strict";var r=e(37691).f,i=e(32621),l=e(59893),c=l("toStringTag");d.exports=function(f,o,h){f&&!h&&(f=f.prototype),f&&!i(f,c)&&r(f,c,{configurable:!0,value:o})}},24667:function(d,_,e){"use strict";var r=e(17442),i=e(19691).add,l=e(61838),c=e(88203),f=e(43545);d.exports=function(h){var u=r(this),a=c(h).getIterator(),x=l(u);return f(a,function(p){i(x,p)}),x}},11898:function(d,_,e){"use strict";var r=e(77898),i=e(6145),l=r("keys");d.exports=function(c){return l[c]||(l[c]=i(c))}},77398:function(d,_,e){"use strict";var r=e(92916),i=e(29539),l="__core-js_shared__",c=r[l]||i(l,{});d.exports=c},77898:function(d,_,e){"use strict";var r=e(16697),i=e(77398);(d.exports=function(l,c){return i[l]||(i[l]=c!==void 0?c:{})})("versions",[]).push({version:"3.34.0",mode:r?"pure":"global",copyright:"\xA9 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.34.0/LICENSE",source:"https://github.com/zloirock/core-js"})},60473:function(d,_,e){"use strict";var r=e(80449),i=e(6086),l=e(4112),c=e(59893),f=c("species");d.exports=function(o,h){var u=r(o).constructor,a;return u===void 0||l(a=r(u)[f])?h:i(a)}},67410:function(d,_,e){"use strict";var r=e(94237),i=e(80524),l=e(69905),c=e(82762),f=TypeError,o=r([].push),h=r([].join);d.exports=function(a){var x=i(a),p=c(x);if(!p)return"";for(var y=arguments.length,m=[],b=0;;){var S=x[b++];if(S===void 0)throw new f("Incorrect template");if(o(m,l(S)),b===p)return h(m,"");b<y&&o(m,l(arguments[b]))}}},17691:function(d,_,e){"use strict";var r=e(3338);d.exports=function(i){return r(function(){var l=""[i]('"');return l!==l.toLowerCase()||l.split('"').length>3})}},13764:function(d,_,e){"use strict";var r=e(94237),i=e(56902),l=e(69905),c=e(95955),f=r("".charAt),o=r("".charCodeAt),h=r("".slice),u=function(a){return function(x,p){var y=l(c(x)),m=i(p),b=y.length,S,k;return m<0||m>=b?a?"":void 0:(S=o(y,m),S<55296||S>56319||m+1===b||(k=o(y,m+1))<56320||k>57343?a?f(y,m):S:a?h(y,m,m+2):(S-55296<<10)+(k-56320)+65536)}};d.exports={codeAt:u(!1),charAt:u(!0)}},98352:function(d,_,e){"use strict";var r=e(66011);d.exports=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(r)},85571:function(d,_,e){"use strict";var r=e(94237),i=e(61578),l=e(69905),c=e(71049),f=e(95955),o=r(c),h=r("".slice),u=Math.ceil,a=function(x){return function(p,y,m){var b=l(f(p)),S=i(y),k=b.length,R=m===void 0?" ":l(m),A,O;return S<=k||R===""?b:(A=S-k,O=o(R,u(A/R.length)),O.length>A&&(O=h(O,0,A)),x?b+O:O+b)}};d.exports={start:a(!1),end:a(!0)}},79204:function(d,_,e){"use strict";var r=e(65911),i=e(94237),l=String.fromCharCode,c=r("String","fromCodePoint"),f=i("".charAt),o=i("".charCodeAt),h=i("".indexOf),u=i("".slice),a=48,x=57,p=97,y=102,m=65,b=70,S=function(A,O){var M=o(A,O);return M>=a&&M<=x},k=function(A,O,M){if(M>=A.length)return-1;for(var B=0;O<M;O++){var U=R(o(A,O));if(U===-1)return-1;B=B*16+U}return B},R=function(A){return A>=a&&A<=x?A-a:A>=p&&A<=y?A-p+10:A>=m&&A<=b?A-m+10:-1};d.exports=function(A){for(var O="",M=0,B=0,U;(B=h(A,"\\",B))>-1;){if(O+=u(A,M,B),++B===A.length)return;var X=f(A,B++);switch(X){case"b":O+="\b";break;case"t":O+=" ";break;case"n":O+=`
`;break;case"v":O+="\v";break;case"f":O+="\f";break;case"r":O+="\r";break;case"\r":B<A.length&&f(A,B)===`
`&&++B;case`
`:case"\u2028":case"\u2029":break;case"0":if(S(A,B))return;O+="\0";break;case"x":if(U=k(A,B,B+2),U===-1)return;B+=2,O+=l(U);break;case"u":if(B<A.length&&f(A,B)==="{"){var G=h(A,"}",++B);if(G===-1)return;U=k(A,B,G),B=G+1}else U=k(A,B,B+4),B+=4;if(U===-1||U>1114111)return;O+=c(U);break;default:if(S(X,0))return;O+=X}M=B}return O+u(A,M)}},93245:function(d,_,e){"use strict";var r=e(94237),i=2147483647,l=36,c=1,f=26,o=38,h=700,u=72,a=128,x="-",p=/[^\0-\u007E]/,y=/[.\u3002\uFF0E\uFF61]/g,m="Overflow: input needs wider integers to process",b=l-c,S=RangeError,k=r(y.exec),R=Math.floor,A=String.fromCharCode,O=r("".charCodeAt),M=r([].join),B=r([].push),U=r("".replace),X=r("".split),G=r("".toLowerCase),V=function(Q){for(var J=[],K=0,oe=Q.length;K<oe;){var ee=O(Q,K++);if(ee>=55296&&ee<=56319&&K<oe){var q=O(Q,K++);(q&64512)===56320?B(J,((ee&1023)<<10)+(q&1023)+65536):(B(J,ee),K--)}else B(J,ee)}return J},ae=function(Q){return Q+22+75*(Q<26)},ie=function(Q,J,K){var oe=0;for(Q=K?R(Q/h):Q>>1,Q+=R(Q/J);Q>b*f>>1;)Q=R(Q/b),oe+=l;return R(oe+(b+1)*Q/(Q+o))},ue=function(Q){var J=[];Q=V(Q);var K=Q.length,oe=a,ee=0,q=u,le,Z;for(le=0;le<Q.length;le++)Z=Q[le],Z<128&&B(J,A(Z));var j=J.length,se=j;for(j&&B(J,x);se<K;){var me=i;for(le=0;le<Q.length;le++)Z=Q[le],Z>=oe&&Z<me&&(me=Z);var Oe=se+1;if(me-oe>R((i-ee)/Oe))throw new S(m);for(ee+=(me-oe)*Oe,oe=me,le=0;le<Q.length;le++){if(Z=Q[le],Z<oe&&++ee>i)throw new S(m);if(Z===oe){for(var ke=ee,$e=l;;){var Ne=$e<=q?c:$e>=q+f?f:$e-q;if(ke<Ne)break;var Ft=ke-Ne,wt=l-Ne;B(J,A(ae(Ne+Ft%wt))),ke=R(Ft/wt),$e+=l}B(J,A(ae(ke))),q=ie(ee,Oe,se===j),ee=0,se++}}ee++,oe++}return M(J,"")};d.exports=function(Q){var J=[],K=X(U(G(Q),y,"."),"."),oe,ee;for(oe=0;oe<K.length;oe++)ee=K[oe],B(J,k(p,ee)?"xn--"+ue(ee):ee);return M(J,".")}},71049:function(d,_,e){"use strict";var r=e(56902),i=e(69905),l=e(95955),c=RangeError;d.exports=function(o){var h=i(l(this)),u="",a=r(o);if(a<0||a===1/0)throw new c("Wrong number of repetitions");for(;a>0;(a>>>=1)&&(h+=h))a&1&&(u+=h);return u}},9591:function(d,_,e){"use strict";var r=e(52971).end,i=e(18105);d.exports=i("trimEnd")?function(){return r(this)}:"".trimEnd},18105:function(d,_,e){"use strict";var r=e(8090).PROPER,i=e(3338),l=e(19268),c="\u200B\x85\u180E";d.exports=function(f){return i(function(){return!!l[f]()||c[f]()!==c||r&&l[f].name!==f})}},27374:function(d,_,e){"use strict";var r=e(52971).start,i=e(18105);d.exports=i("trimStart")?function(){return r(this)}:"".trimStart},52971:function(d,_,e){"use strict";var r=e(94237),i=e(95955),l=e(69905),c=e(19268),f=r("".replace),o=RegExp("^["+c+"]+"),h=RegExp("(^|[^"+c+"])["+c+"]+$"),u=function(a){return function(x){var p=l(i(x));return a&1&&(p=f(p,o,"")),a&2&&(p=f(p,h,"$1")),p}};d.exports={start:u(1),end:u(2),trim:u(3)}},80426:function(d,_,e){"use strict";var r=e(92916),i=e(3338),l=e(46573),c=e(66994),f=e(91821),o=e(90946),h=r.structuredClone;d.exports=!!h&&!i(function(){if(f&&l>92||o&&l>94||c&&l>97)return!1;var u=new ArrayBuffer(8),a=h(u,{transfer:[u]});return u.byteLength!==0||a.byteLength!==8})},42820:function(d,_,e){"use strict";var r=e(46573),i=e(3338),l=e(92916),c=l.String;d.exports=!!Object.getOwnPropertySymbols&&!i(function(){var f=Symbol("symbol detection");return!c(f)||!(Object(f)instanceof Symbol)||!Symbol.sham&&r&&r<41})},14311:function(d,_,e){"use strict";var r=e(89945),i=e(65911),l=e(59893),c=e(2291);d.exports=function(){var f=i("Symbol"),o=f&&f.prototype,h=o&&o.valueOf,u=l("toPrimitive");o&&!o[u]&&c(o,u,function(a){return r(h,this)},{arity:1})}},69077:function(d,_,e){"use strict";var r=e(65911),i=e(94237),l=r("Symbol"),c=l.keyFor,f=i(l.prototype.valueOf);d.exports=l.isRegisteredSymbol||function(h){try{return c(f(h))!==void 0}catch(u){return!1}}},40443:function(d,_,e){"use strict";for(var r=e(77898),i=e(65911),l=e(94237),c=e(18446),f=e(59893),o=i("Symbol"),h=o.isWellKnownSymbol,u=i("Object","getOwnPropertyNames"),a=l(o.prototype.valueOf),x=r("wks"),p=0,y=u(o),m=y.length;p<m;p++)try{var b=y[p];c(o[b])&&f(b)}catch(S){}d.exports=function(k){if(h&&h(k))return!0;try{for(var R=a(k),A=0,O=u(x),M=O.length;A<M;A++)if(x[O[A]]==R)return!0}catch(B){}return!1}},60798:function(d,_,e){"use strict";var r=e(42820);d.exports=r&&!!Symbol.for&&!!Symbol.keyFor},28887:function(d,_,e){"use strict";var r=e(92916),i=e(13743),l=e(80666),c=e(55327),f=e(32621),o=e(3338),h=e(75171),u=e(30867),a=e(86060),x=e(57106),p=e(70695),y=e(90946),m=r.setImmediate,b=r.clearImmediate,S=r.process,k=r.Dispatch,R=r.Function,A=r.MessageChannel,O=r.String,M=0,B={},U="onreadystatechange",X,G,V,ae;o(function(){X=r.location});var ie=function(K){if(f(B,K)){var oe=B[K];delete B[K],oe()}},ue=function(K){return function(){ie(K)}},Q=function(K){ie(K.data)},J=function(K){r.postMessage(O(K),X.protocol+"//"+X.host)};(!m||!b)&&(m=function(oe){x(arguments.length,1);var ee=c(oe)?oe:R(oe),q=u(arguments,1);return B[++M]=function(){i(ee,void 0,q)},G(M),M},b=function(oe){delete B[oe]},y?G=function(K){S.nextTick(ue(K))}:k&&k.now?G=function(K){k.now(ue(K))}:A&&!p?(V=new A,ae=V.port2,V.port1.onmessage=Q,G=l(ae.postMessage,ae)):r.addEventListener&&c(r.postMessage)&&!r.importScripts&&X&&X.protocol!=="file:"&&!o(J)?(G=J,r.addEventListener("message",Q,!1)):U in a("script")?G=function(K){h.appendChild(a("script"))[U]=function(){h.removeChild(this),ie(K)}}:G=function(K){setTimeout(ue(K),0)}),d.exports={set:m,clear:b}},49228:function(d,_,e){"use strict";var r=e(94237);d.exports=r(1 .valueOf)},51981:function(d,_,e){"use strict";var r=e(56902),i=Math.max,l=Math.min;d.exports=function(c,f){var o=r(c);return o<0?i(o+f,0):l(o,f)}},93303:function(d,_,e){"use strict";var r=e(97954),i=TypeError;d.exports=function(l){var c=r(l,"number");if(typeof c=="number")throw new i("Can't convert number to bigint");return BigInt(c)}},24225:function(d,_,e){"use strict";var r=e(56902),i=e(61578),l=RangeError;d.exports=function(c){if(c===void 0)return 0;var f=r(c),o=i(f);if(f!==o)throw new l("Wrong length or index");return o}},80524:function(d,_,e){"use strict";var r=e(1835),i=e(95955);d.exports=function(l){return r(i(l))}},56902:function(d,_,e){"use strict";var r=e(3312);d.exports=function(i){var l=+i;return l!==l||l===0?0:r(l)}},61578:function(d,_,e){"use strict";var r=e(56902),i=Math.min;d.exports=function(l){return l>0?i(r(l),9007199254740991):0}},94029:function(d,_,e){"use strict";var r=e(95955),i=Object;d.exports=function(l){return i(r(l))}},64135:function(d,_,e){"use strict";var r=e(51358),i=RangeError;d.exports=function(l,c){var f=r(l);if(f%c)throw new i("Wrong offset");return f}},51358:function(d,_,e){"use strict";var r=e(56902),i=RangeError;d.exports=function(l){var c=r(l);if(c<0)throw new i("The argument can't be less than 0");return c}},97954:function(d,_,e){"use strict";var r=e(89945),i=e(31946),l=e(18446),c=e(53776),f=e(44759),o=e(59893),h=TypeError,u=o("toPrimitive");d.exports=function(a,x){if(!i(a)||l(a))return a;var p=c(a,u),y;if(p){if(x===void 0&&(x="default"),y=r(p,a,x),!i(y)||l(y))return y;throw new h("Can't convert object to primitive value")}return x===void 0&&(x="number"),f(a,x)}},17818:function(d,_,e){"use strict";var r=e(97954),i=e(18446);d.exports=function(l){var c=r(l,"string");return i(c)?c:c+""}},77999:function(d,_,e){"use strict";var r=e(65911),i=e(55327),l=e(30360),c=e(31946),f=r("Set"),o=function(h){return c(h)&&typeof h.size=="number"&&i(h.has)&&i(h.keys)};d.exports=function(h){return o(h)?h:l(h)?new f(h):h}},68527:function(d,_,e){"use strict";var r=e(59893),i=r("toStringTag"),l={};l[i]="z",d.exports=String(l)==="[object z]"},69905:function(d,_,e){"use strict";var r=e(97607),i=String;d.exports=function(l){if(r(l)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return i(l)}},86350:function(d){"use strict";var _=Math.round;d.exports=function(e){var r=_(e);return r<0?0:r>255?255:r&255}},11270:function(d,_,e){"use strict";var r=e(90946);d.exports=function(i){try{if(r)return Function('return require("'+i+'")')()}catch(l){}}},40593:function(d){"use strict";var _=String;d.exports=function(e){try{return _(e)}catch(r){return"Object"}}},69733:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(89945),c=e(35454),f=e(59627),o=e(58261),h=e(91669),u=e(56472),a=e(35012),x=e(68151),p=e(62896),y=e(61578),m=e(24225),b=e(64135),S=e(86350),k=e(17818),R=e(32621),A=e(97607),O=e(31946),M=e(18446),B=e(20132),U=e(16332),X=e(58218),G=e(80689).f,V=e(50706),ae=e(90560).forEach,ie=e(51996),ue=e(64110),Q=e(37691),J=e(71256),K=e(94844),oe=e(25576),ee=K.get,q=K.set,le=K.enforce,Z=Q.f,j=J.f,se=i.RangeError,me=h.ArrayBuffer,Oe=me.prototype,ke=h.DataView,$e=o.NATIVE_ARRAY_BUFFER_VIEWS,Ne=o.TYPED_ARRAY_TAG,Ft=o.TypedArray,wt=o.TypedArrayPrototype,Pt=o.aTypedArrayConstructor,Jt=o.isTypedArray,er="BYTES_PER_ELEMENT",tr="Wrong length",Xe=function(et,He){Pt(et);for(var _e=0,Se=He.length,Me=new et(Se);Se>_e;)Me[_e]=He[_e++];return Me},It=function(et,He){ue(et,He,{configurable:!0,get:function(){return ee(this)[He]}})},Zt=function(et){var He;return U(Oe,et)||(He=A(et))==="ArrayBuffer"||He==="SharedArrayBuffer"},ot=function(et,He){return Jt(et)&&!M(He)&&He in et&&p(+He)&&He>=0},bt=function(He,_e){return _e=k(_e),ot(He,_e)?a(2,He[_e]):j(He,_e)},mt=function(He,_e,Se){return _e=k(_e),ot(He,_e)&&O(Se)&&R(Se,"value")&&!R(Se,"get")&&!R(Se,"set")&&!Se.configurable&&(!R(Se,"writable")||Se.writable)&&(!R(Se,"enumerable")||Se.enumerable)?(He[_e]=Se.value,He):Z(He,_e,Se)};c?($e||(J.f=bt,Q.f=mt,It(wt,"buffer"),It(wt,"byteOffset"),It(wt,"byteLength"),It(wt,"length")),r({target:"Object",stat:!0,forced:!$e},{getOwnPropertyDescriptor:bt,defineProperty:mt}),d.exports=function(et,He,_e){var Se=et.match(/\d+/)[0]/8,Me=et+(_e?"Clamped":"")+"Array",Ue="get"+et,We="set"+et,it=i[Me],ct=it,Gt=ct&&ct.prototype,$t={},Pe=function(Ht,Nt){var Ct=ee(Ht);return Ct.view[Ue](Nt*Se+Ct.byteOffset,!0)},Qe=function(Ht,Nt,Ct){var Yt=ee(Ht);Yt.view[We](Nt*Se+Yt.byteOffset,_e?S(Ct):Ct,!0)},Kt=function(Ht,Nt){Z(Ht,Nt,{get:function(){return Pe(this,Nt)},set:function(Ct){return Qe(this,Nt,Ct)},enumerable:!0})};$e?f&&(ct=He(function(Ht,Nt,Ct,Yt){return u(Ht,Gt),oe(function(){return O(Nt)?Zt(Nt)?Yt!==void 0?new it(Nt,b(Ct,Se),Yt):Ct!==void 0?new it(Nt,b(Ct,Se)):new it(Nt):Jt(Nt)?Xe(ct,Nt):l(V,ct,Nt):new it(m(Nt))}(),Ht,ct)}),X&&X(ct,Ft),ae(G(it),function(Ht){Ht in ct||x(ct,Ht,it[Ht])}),ct.prototype=Gt):(ct=He(function(Ht,Nt,Ct,Yt){u(Ht,Gt);var Ge=0,fe=0,pe,Dt,Te;if(!O(Nt))Te=m(Nt),Dt=Te*Se,pe=new me(Dt);else if(Zt(Nt)){pe=Nt,fe=b(Ct,Se);var ht=Nt.byteLength;if(Yt===void 0){if(ht%Se)throw new se(tr);if(Dt=ht-fe,Dt<0)throw new se(tr)}else if(Dt=y(Yt)*Se,Dt+fe>ht)throw new se(tr);Te=Dt/Se}else return Jt(Nt)?Xe(ct,Nt):l(V,ct,Nt);for(q(Ht,{buffer:pe,byteOffset:fe,byteLength:Dt,length:Te,view:new ke(pe)});Ge<Te;)Kt(Ht,Ge++)}),X&&X(ct,Ft),Gt=ct.prototype=B(wt)),Gt.constructor!==ct&&x(Gt,"constructor",ct),le(Gt).TypedArrayConstructor=ct,Ne&&x(Gt,Ne,Me);var Lt=ct!==it;$t[Me]=ct,r({global:!0,constructor:!0,forced:Lt,sham:!$e},$t),er in ct||x(ct,er,Se),er in Gt||x(Gt,er,Se),ie(Me)}):d.exports=function(){}},59627:function(d,_,e){"use strict";var r=e(92916),i=e(3338),l=e(35221),c=e(58261).NATIVE_ARRAY_BUFFER_VIEWS,f=r.ArrayBuffer,o=r.Int8Array;d.exports=!c||!i(function(){o(1)})||!i(function(){new o(-1)})||!l(function(h){new o,new o(null),new o(1.5),new o(h)},!0)||i(function(){return new o(new f(2),1,void 0).length!==1})},27607:function(d,_,e){"use strict";var r=e(69478),i=e(31384);d.exports=function(l,c){return r(i(l),c)}},50706:function(d,_,e){"use strict";var r=e(80666),i=e(89945),l=e(6086),c=e(94029),f=e(82762),o=e(85428),h=e(26006),u=e(345),a=e(75406),x=e(58261).aTypedArrayConstructor,p=e(93303);d.exports=function(m){var b=l(this),S=c(m),k=arguments.length,R=k>1?arguments[1]:void 0,A=R!==void 0,O=h(S),M,B,U,X,G,V,ae,ie;if(O&&!u(O))for(ae=o(S,O),ie=ae.next,S=[];!(V=i(ie,ae)).done;)S.push(V.value);for(A&&k>2&&(R=r(R,arguments[2])),B=f(S),U=new(x(b))(B),X=a(U),M=0;B>M;M++)G=A?R(S[M],M):S[M],U[M]=X?p(G):+G;return U}},31384:function(d,_,e){"use strict";var r=e(58261),i=e(60473),l=r.aTypedArrayConstructor,c=r.getTypedArrayConstructor;d.exports=function(f){return l(i(f,c(f)))}},6145:function(d,_,e){"use strict";var r=e(94237),i=0,l=Math.random(),c=r(1 .toString);d.exports=function(f){return"Symbol("+(f===void 0?"":f)+")_"+c(++i+l,36)}},3299:function(d,_,e){"use strict";var r=e(3338),i=e(59893),l=e(35454),c=e(16697),f=i("iterator");d.exports=!r(function(){var o=new URL("b?a=1&b=2&c=3","http://a"),h=o.searchParams,u=new URLSearchParams("a=1&a=2&b=3"),a="";return o.pathname="c%20d",h.forEach(function(x,p){h.delete("b"),a+=p+x}),u.delete("a",2),u.delete("b",void 0),c&&(!o.toJSON||!u.has("a",1)||u.has("a",2)||!u.has("a",void 0)||u.has("b"))||!h.size&&(c||!l)||!h.sort||o.href!=="http://a/c%20d?a=1&c=3"||h.get("c")!=="3"||String(new URLSearchParams("?a=1"))!=="a=1"||!h[f]||new URL("https://a@b").username!=="a"||new URLSearchParams(new URLSearchParams("a=b")).get("a")!=="b"||new URL("http://\u0442\u0435\u0441\u0442").host!=="xn--e1aybc"||new URL("http://a#\u0431").hash!=="#%D0%B1"||a!=="a1c3"||new URL("http://x",void 0).host!=="x"})},14417:function(d,_,e){"use strict";var r=e(42820);d.exports=r&&!Symbol.sham&&typeof Symbol.iterator=="symbol"},93199:function(d,_,e){"use strict";var r=e(35454),i=e(3338);d.exports=r&&i(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})},57106:function(d){"use strict";var _=TypeError;d.exports=function(e,r){if(e<r)throw new _("Not enough arguments");return e}},40115:function(d,_,e){"use strict";var r=e(92916),i=e(55327),l=r.WeakMap;d.exports=i(l)&&/native code/.test(String(l))},42530:function(d,_,e){"use strict";var r=e(94237),i=WeakMap.prototype;d.exports={WeakMap,set:r(i.set),get:r(i.get),has:r(i.has),remove:r(i.delete)}},91385:function(d,_,e){"use strict";var r=e(94237),i=WeakSet.prototype;d.exports={WeakSet,add:r(i.add),has:r(i.has),remove:r(i.delete)}},94674:function(d,_,e){"use strict";var r=e(9699),i=e(32621),l=e(38282),c=e(37691).f;d.exports=function(f){var o=r.Symbol||(r.Symbol={});i(o,f)||c(o,f,{value:l.f(f)})}},38282:function(d,_,e){"use strict";var r=e(59893);_.f=r},59893:function(d,_,e){"use strict";var r=e(92916),i=e(77898),l=e(32621),c=e(6145),f=e(42820),o=e(14417),h=r.Symbol,u=i("wks"),a=o?h.for||h:h&&h.withoutSetter||c;d.exports=function(x){return l(u,x)||(u[x]=f&&l(h,x)?h[x]:a("Symbol."+x)),u[x]}},19268:function(d){"use strict";d.exports=`
\v\f\r \xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF`},78540:function(d,_,e){"use strict";var r=e(65911),i=e(32621),l=e(68151),c=e(16332),f=e(58218),o=e(24538),h=e(44166),u=e(25576),a=e(7825),x=e(73068),p=e(61888),y=e(35454),m=e(16697);d.exports=function(b,S,k,R){var A="stackTraceLimit",O=R?2:1,M=b.split("."),B=M[M.length-1],U=r.apply(null,M);if(U){var X=U.prototype;if(!m&&i(X,"cause")&&delete X.cause,!k)return U;var G=r("Error"),V=S(function(ae,ie){var ue=a(R?ie:ae,void 0),Q=R?new U(ae):new U;return ue!==void 0&&l(Q,"message",ue),p(Q,V,Q.stack,2),this&&c(X,this)&&u(Q,this,V),arguments.length>O&&x(Q,arguments[O]),Q});if(V.prototype=X,B!=="Error"?f?f(V,G):o(V,G,{name:!0}):y&&A in U&&(h(V,U,A),h(V,U,"prepareStackTrace")),o(V,U),!m)try{X.name!==B&&l(X,"name",B),X.constructor=V}catch(ae){}return V}}},93074:function(d,_,e){"use strict";var r=e(94488),i=e(65911),l=e(13743),c=e(3338),f=e(78540),o="AggregateError",h=i(o),u=!c(function(){return h([1]).errors[0]!==1})&&c(function(){return h([1],o,{cause:7}).cause!==7});r({global:!0,constructor:!0,arity:2,forced:u},{AggregateError:f(o,function(a){return function(p,y){return l(a,this,arguments)}},u,!0)})},6555:function(d,_,e){"use strict";var r=e(94488),i=e(16332),l=e(53456),c=e(58218),f=e(24538),o=e(20132),h=e(68151),u=e(35012),a=e(73068),x=e(61888),p=e(62003),y=e(7825),m=e(59893),b=m("toStringTag"),S=Error,k=[].push,R=function(M,B){var U=i(A,this),X;c?X=c(new S,U?l(this):A):(X=U?this:o(A),h(X,b,"Error")),B!==void 0&&h(X,"message",y(B)),x(X,R,X.stack,1),arguments.length>2&&a(X,arguments[2]);var G=[];return p(M,k,{that:G}),h(X,"errors",G),X};c?c(R,S):f(R,S,{name:!0});var A=R.prototype=o(S.prototype,{constructor:u(1,R),message:u(1,""),name:u(1,"AggregateError")});r({global:!0,constructor:!0,arity:2},{AggregateError:R})},86357:function(d,_,e){"use strict";e(6555)},89170:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(91669),c=e(51996),f="ArrayBuffer",o=l[f],h=i[f];r({global:!0,constructor:!0,forced:h!==o},{ArrayBuffer:o}),c(f)},71012:function(d,_,e){"use strict";var r=e(94488),i=e(58261),l=i.NATIVE_ARRAY_BUFFER_VIEWS;r({target:"ArrayBuffer",stat:!0,forced:!l},{isView:i.isView})},84203:function(d,_,e){"use strict";var r=e(94488),i=e(34114),l=e(3338),c=e(91669),f=e(80449),o=e(51981),h=e(61578),u=e(60473),a=c.ArrayBuffer,x=c.DataView,p=x.prototype,y=i(a.prototype.slice),m=i(p.getUint8),b=i(p.setUint8),S=l(function(){return!new a(2).slice(1,void 0).byteLength});r({target:"ArrayBuffer",proto:!0,unsafe:!0,forced:S},{slice:function(R,A){if(y&&A===void 0)return y(f(this),R);for(var O=f(this).byteLength,M=o(R,O),B=o(A===void 0?O:A,O),U=new(u(this,a))(h(B-M)),X=new x(this),G=new x(U),V=0;M<B;)b(G,V++,m(X,M++));return U}})},96331:function(d,_,e){"use strict";var r=e(94488),i=e(94029),l=e(82762),c=e(56902),f=e(81181);r({target:"Array",proto:!0},{at:function(h){var u=i(this),a=l(u),x=c(h),p=x>=0?x:a+x;return p<0||p>=a?void 0:u[p]}}),f("at")},2924:function(d,_,e){"use strict";var r=e(94488),i=e(3338),l=e(18589),c=e(31946),f=e(94029),o=e(82762),h=e(66434),u=e(69392),a=e(81427),x=e(17480),p=e(59893),y=e(46573),m=p("isConcatSpreadable"),b=y>=51||!i(function(){var R=[];return R[m]=!1,R.concat()[0]!==R}),S=function(R){if(!c(R))return!1;var A=R[m];return A!==void 0?!!A:l(R)},k=!b||!x("concat");r({target:"Array",proto:!0,arity:1,forced:k},{concat:function(A){var O=f(this),M=a(O,0),B=0,U,X,G,V,ae;for(U=-1,G=arguments.length;U<G;U++)if(ae=U===-1?O:arguments[U],S(ae))for(V=o(ae),h(B+V),X=0;X<V;X++,B++)X in ae&&u(M,B,ae[X]);else h(B+1),u(M,B++,ae);return M.length=B,M}})},26425:function(d,_,e){"use strict";var r=e(94488),i=e(92670),l=e(81181);r({target:"Array",proto:!0},{copyWithin:i}),l("copyWithin")},32125:function(d,_,e){"use strict";var r=e(94488),i=e(90560).every,l=e(45601),c=l("every");r({target:"Array",proto:!0,forced:!c},{every:function(o){return i(this,o,arguments.length>1?arguments[1]:void 0)}})},16137:function(d,_,e){"use strict";var r=e(94488),i=e(75202),l=e(81181);r({target:"Array",proto:!0},{fill:i}),l("fill")},48435:function(d,_,e){"use strict";var r=e(94488),i=e(90560).filter,l=e(17480),c=l("filter");r({target:"Array",proto:!0,forced:!c},{filter:function(o){return i(this,o,arguments.length>1?arguments[1]:void 0)}})},70365:function(d,_,e){"use strict";var r=e(94488),i=e(90560).findIndex,l=e(81181),c="findIndex",f=!0;c in[]&&Array(1)[c](function(){f=!1}),r({target:"Array",proto:!0,forced:f},{findIndex:function(h){return i(this,h,arguments.length>1?arguments[1]:void 0)}}),l(c)},17482:function(d,_,e){"use strict";var r=e(94488),i=e(53279).findLastIndex,l=e(81181);r({target:"Array",proto:!0},{findLastIndex:function(f){return i(this,f,arguments.length>1?arguments[1]:void 0)}}),l("findLastIndex")},33717:function(d,_,e){"use strict";var r=e(94488),i=e(53279).findLast,l=e(81181);r({target:"Array",proto:!0},{findLast:function(f){return i(this,f,arguments.length>1?arguments[1]:void 0)}}),l("findLast")},11553:function(d,_,e){"use strict";var r=e(94488),i=e(90560).find,l=e(81181),c="find",f=!0;c in[]&&Array(1)[c](function(){f=!1}),r({target:"Array",proto:!0,forced:f},{find:function(h){return i(this,h,arguments.length>1?arguments[1]:void 0)}}),l(c)},65033:function(d,_,e){"use strict";var r=e(94488),i=e(3372),l=e(63335),c=e(94029),f=e(82762),o=e(81427);r({target:"Array",proto:!0},{flatMap:function(u){var a=c(this),x=f(a),p;return l(u),p=o(a,0),p.length=i(p,a,a,x,0,1,u,arguments.length>1?arguments[1]:void 0),p}})},23708:function(d,_,e){"use strict";var r=e(94488),i=e(3372),l=e(94029),c=e(82762),f=e(56902),o=e(81427);r({target:"Array",proto:!0},{flat:function(){var u=arguments.length?arguments[0]:void 0,a=l(this),x=c(a),p=o(a,0);return p.length=i(p,a,a,x,0,u===void 0?1:f(u)),p}})},52732:function(d,_,e){"use strict";var r=e(94488),i=e(59594);r({target:"Array",proto:!0,forced:[].forEach!==i},{forEach:i})},99382:function(d,_,e){"use strict";var r=e(94488),i=e(60255),l=e(35221),c=!l(function(f){Array.from(f)});r({target:"Array",stat:!0,forced:c},{from:i})},88437:function(d,_,e){"use strict";var r=e(94488),i=e(22999).includes,l=e(3338),c=e(81181),f=l(function(){return!Array(1).includes()});r({target:"Array",proto:!0,forced:f},{includes:function(h){return i(this,h,arguments.length>1?arguments[1]:void 0)}}),c("includes")},68440:function(d,_,e){"use strict";var r=e(94488),i=e(34114),l=e(22999).indexOf,c=e(45601),f=i([].indexOf),o=!!f&&1/f([1],1,-0)<0,h=o||!c("indexOf");r({target:"Array",proto:!0,forced:h},{indexOf:function(a){var x=arguments.length>1?arguments[1]:void 0;return o?f(this,a,x)||0:l(this,a,x)}})},13412:function(d,_,e){"use strict";var r=e(94488),i=e(18589);r({target:"Array",stat:!0},{isArray:i})},11005:function(d,_,e){"use strict";var r=e(80524),i=e(81181),l=e(48074),c=e(94844),f=e(37691).f,o=e(24019),h=e(25587),u=e(16697),a=e(35454),x="Array Iterator",p=c.set,y=c.getterFor(x);d.exports=o(Array,"Array",function(b,S){p(this,{type:x,target:r(b),index:0,kind:S})},function(){var b=y(this),S=b.target,k=b.index++;if(!S||k>=S.length)return b.target=void 0,h(void 0,!0);switch(b.kind){case"keys":return h(k,!1);case"values":return h(S[k],!1)}return h([k,S[k]],!1)},"values");var m=l.Arguments=l.Array;if(i("keys"),i("values"),i("entries"),!u&&a&&m.name!=="values")try{f(m,"name",{value:"values"})}catch(b){}},70348:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(1835),c=e(80524),f=e(45601),o=i([].join),h=l!==Object,u=h||!f("join",",");r({target:"Array",proto:!0,forced:u},{join:function(x){return o(c(this),x===void 0?",":x)}})},19801:function(d,_,e){"use strict";var r=e(94488),i=e(55009);r({target:"Array",proto:!0,forced:i!==[].lastIndexOf},{lastIndexOf:i})},91550:function(d,_,e){"use strict";var r=e(94488),i=e(90560).map,l=e(17480),c=l("map");r({target:"Array",proto:!0,forced:!c},{map:function(o){return i(this,o,arguments.length>1?arguments[1]:void 0)}})},85223:function(d,_,e){"use strict";var r=e(94488),i=e(3338),l=e(39812),c=e(69392),f=Array,o=i(function(){function h(){}return!(f.of.call(h)instanceof h)});r({target:"Array",stat:!0,forced:o},{of:function(){for(var u=0,a=arguments.length,x=new(l(this)?this:f)(a);a>u;)c(x,u,arguments[u++]);return x.length=a,x}})},7154:function(d,_,e){"use strict";var r=e(94488),i=e(94029),l=e(82762),c=e(39428),f=e(66434),o=e(3338),h=o(function(){return[].push.call({length:4294967296},1)!==4294967297}),u=function(){try{Object.defineProperty([],"length",{writable:!1}).push()}catch(x){return x instanceof TypeError}},a=h||!u();r({target:"Array",proto:!0,arity:1,forced:a},{push:function(p){var y=i(this),m=l(y),b=arguments.length;f(m+b);for(var S=0;S<b;S++)y[m]=arguments[S],m++;return c(y,m),m}})},96009:function(d,_,e){"use strict";var r=e(94488),i=e(16370).right,l=e(45601),c=e(46573),f=e(90946),o=!f&&c>79&&c<83,h=o||!l("reduceRight");r({target:"Array",proto:!0,forced:h},{reduceRight:function(a){return i(this,a,arguments.length,arguments.length>1?arguments[1]:void 0)}})},67788:function(d,_,e){"use strict";var r=e(94488),i=e(16370).left,l=e(45601),c=e(46573),f=e(90946),o=!f&&c>79&&c<83,h=o||!l("reduce");r({target:"Array",proto:!0,forced:h},{reduce:function(a){var x=arguments.length;return i(this,a,x,x>1?arguments[1]:void 0)}})},9402:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(18589),c=i([].reverse),f=[1,2];r({target:"Array",proto:!0,forced:String(f)===String(f.reverse())},{reverse:function(){return l(this)&&(this.length=this.length),c(this)}})},62489:function(d,_,e){"use strict";var r=e(94488),i=e(18589),l=e(39812),c=e(31946),f=e(51981),o=e(82762),h=e(80524),u=e(69392),a=e(59893),x=e(17480),p=e(30867),y=x("slice"),m=a("species"),b=Array,S=Math.max;r({target:"Array",proto:!0,forced:!y},{slice:function(R,A){var O=h(this),M=o(O),B=f(R,M),U=f(A===void 0?M:A,M),X,G,V;if(i(O)&&(X=O.constructor,l(X)&&(X===b||i(X.prototype))?X=void 0:c(X)&&(X=X[m],X===null&&(X=void 0)),X===b||X===void 0))return p(O,B,U);for(G=new(X===void 0?b:X)(S(U-B,0)),V=0;B<U;B++,V++)B in O&&u(G,V,O[B]);return G.length=V,G}})},80881:function(d,_,e){"use strict";var r=e(94488),i=e(90560).some,l=e(45601),c=l("some");r({target:"Array",proto:!0,forced:!c},{some:function(o){return i(this,o,arguments.length>1?arguments[1]:void 0)}})},62837:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(63335),c=e(94029),f=e(82762),o=e(84233),h=e(69905),u=e(3338),a=e(63668),x=e(45601),p=e(78177),y=e(17687),m=e(46573),b=e(19684),S=[],k=i(S.sort),R=i(S.push),A=u(function(){S.sort(void 0)}),O=u(function(){S.sort(null)}),M=x("sort"),B=!u(function(){if(m)return m<70;if(!(p&&p>3)){if(y)return!0;if(b)return b<603;var G="",V,ae,ie,ue;for(V=65;V<76;V++){switch(ae=String.fromCharCode(V),V){case 66:case 69:case 70:case 72:ie=3;break;case 68:case 71:ie=4;break;default:ie=2}for(ue=0;ue<47;ue++)S.push({k:ae+ue,v:ie})}for(S.sort(function(Q,J){return J.v-Q.v}),ue=0;ue<S.length;ue++)ae=S[ue].k.charAt(0),G.charAt(G.length-1)!==ae&&(G+=ae);return G!=="DGBEFHACIJK"}}),U=A||!O||!M||!B,X=function(G){return function(V,ae){return ae===void 0?-1:V===void 0?1:G!==void 0?+G(V,ae)||0:h(V)>h(ae)?1:-1}};r({target:"Array",proto:!0,forced:U},{sort:function(V){V!==void 0&&l(V);var ae=c(this);if(B)return V===void 0?k(ae):k(ae,V);var ie=[],ue=f(ae),Q,J;for(J=0;J<ue;J++)J in ae&&R(ie,ae[J]);for(a(ie,X(V)),Q=f(ie),J=0;J<Q;)ae[J]=ie[J++];for(;J<ue;)o(ae,J++);return ae}})},4705:function(d,_,e){"use strict";var r=e(51996);r("Array")},13941:function(d,_,e){"use strict";var r=e(94488),i=e(94029),l=e(51981),c=e(56902),f=e(82762),o=e(39428),h=e(66434),u=e(81427),a=e(69392),x=e(84233),p=e(17480),y=p("splice"),m=Math.max,b=Math.min;r({target:"Array",proto:!0,forced:!y},{splice:function(k,R){var A=i(this),O=f(A),M=l(k,O),B=arguments.length,U,X,G,V,ae,ie;for(B===0?U=X=0:B===1?(U=0,X=O-M):(U=B-2,X=b(m(c(R),0),O-M)),h(O+U-X),G=u(A,X),V=0;V<X;V++)ae=M+V,ae in A&&a(G,V,A[ae]);if(G.length=X,U<X){for(V=M;V<O-X;V++)ae=V+X,ie=V+U,ae in A?A[ie]=A[ae]:x(A,ie);for(V=O;V>O-X+U;V--)x(A,V-1)}else if(U>X)for(V=O-X;V>M;V--)ae=V+X-1,ie=V+U-1,ae in A?A[ie]=A[ae]:x(A,ie);for(V=0;V<U;V++)A[V+M]=arguments[V+2];return o(A,O-X+U),G}})},1148:function(d,_,e){"use strict";var r=e(94488),i=e(85903),l=e(80524),c=e(81181),f=Array;r({target:"Array",proto:!0},{toReversed:function(){return i(l(this),f)}}),c("toReversed")},82445:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(63335),c=e(80524),f=e(69478),o=e(55174),h=e(81181),u=Array,a=i(o("Array","sort"));r({target:"Array",proto:!0},{toSorted:function(p){p!==void 0&&l(p);var y=c(this),m=f(u,y);return a(m,p)}}),h("toSorted")},27267:function(d,_,e){"use strict";var r=e(94488),i=e(81181),l=e(66434),c=e(82762),f=e(51981),o=e(80524),h=e(56902),u=Array,a=Math.max,x=Math.min;r({target:"Array",proto:!0},{toSpliced:function(y,m){var b=o(this),S=c(b),k=f(y,S),R=arguments.length,A=0,O,M,B,U;for(R===0?O=M=0:R===1?(O=0,M=S-k):(O=R-2,M=x(a(h(m),0),S-k)),B=l(S+O-M),U=u(B);A<k;A++)U[A]=b[A];for(;A<k+O;A++)U[A]=arguments[A-k+2];for(;A<B;A++)U[A]=b[A+M-O];return U}}),i("toSpliced")},90308:function(d,_,e){"use strict";var r=e(81181);r("flatMap")},96353:function(d,_,e){"use strict";var r=e(81181);r("flat")},84818:function(d,_,e){"use strict";var r=e(94488),i=e(94029),l=e(82762),c=e(39428),f=e(84233),o=e(66434),h=[].unshift(0)!==1,u=function(){try{Object.defineProperty([],"length",{writable:!1}).unshift()}catch(x){return x instanceof TypeError}},a=h||!u();r({target:"Array",proto:!0,arity:1,forced:a},{unshift:function(p){var y=i(this),m=l(y),b=arguments.length;if(b){o(m+b);for(var S=m;S--;){var k=S+b;S in y?y[k]=y[S]:f(y,k)}for(var R=0;R<b;R++)y[R]=arguments[R]}return c(y,m+b)}})},80585:function(d,_,e){"use strict";var r=e(94488),i=e(82041),l=e(80524),c=Array;r({target:"Array",proto:!0},{with:function(f,o){return i(l(this),c,f,o)}})},40194:function(d,_,e){"use strict";var r=e(94488),i=e(91669),l=e(3737);r({global:!0,constructor:!0,forced:!l},{DataView:i.DataView})},22112:function(d,_,e){"use strict";e(40194)},81440:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(3338),c=l(function(){return new Date(16e11).getYear()!==120}),f=i(Date.prototype.getFullYear);r({target:"Date",proto:!0,forced:c},{getYear:function(){return f(this)-1900}})},25430:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=Date,c=i(l.prototype.getTime);r({target:"Date",stat:!0},{now:function(){return c(new l)}})},70105:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(56902),c=Date.prototype,f=i(c.getTime),o=i(c.setFullYear);r({target:"Date",proto:!0},{setYear:function(u){f(this);var a=l(u),x=a>=0&&a<=99?a+1900:a;return o(this,x)}})},71390:function(d,_,e){"use strict";var r=e(94488);r({target:"Date",proto:!0},{toGMTString:Date.prototype.toUTCString})},96844:function(d,_,e){"use strict";var r=e(94488),i=e(32494);r({target:"Date",proto:!0,forced:Date.prototype.toISOString!==i},{toISOString:i})},83578:function(d,_,e){"use strict";var r=e(94488),i=e(3338),l=e(94029),c=e(97954),f=i(function(){return new Date(NaN).toJSON()!==null||Date.prototype.toJSON.call({toISOString:function(){return 1}})!==1});r({target:"Date",proto:!0,arity:1,forced:f},{toJSON:function(h){var u=l(this),a=c(u,"number");return typeof a=="number"&&!isFinite(a)?null:u.toISOString()}})},69762:function(d,_,e){"use strict";var r=e(32621),i=e(2291),l=e(77119),c=e(59893),f=c("toPrimitive"),o=Date.prototype;r(o,f)||i(o,f,l)},76880:function(d,_,e){"use strict";var r=e(94237),i=e(2291),l=Date.prototype,c="Invalid Date",f="toString",o=r(l[f]),h=r(l.getTime);String(new Date(NaN))!==c&&i(l,f,function(){var a=h(this);return a===a?o(this):c})},31808:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(13743),c=e(78540),f="WebAssembly",o=i[f],h=new Error("e",{cause:7}).cause!==7,u=function(x,p){var y={};y[x]=c(x,p,h),r({global:!0,constructor:!0,arity:1,forced:h},y)},a=function(x,p){if(o&&o[x]){var y={};y[x]=c(f+"."+x,p,h),r({target:f,stat:!0,constructor:!0,arity:1,forced:h},y)}};u("Error",function(x){return function(y){return l(x,this,arguments)}}),u("EvalError",function(x){return function(y){return l(x,this,arguments)}}),u("RangeError",function(x){return function(y){return l(x,this,arguments)}}),u("ReferenceError",function(x){return function(y){return l(x,this,arguments)}}),u("SyntaxError",function(x){return function(y){return l(x,this,arguments)}}),u("TypeError",function(x){return function(y){return l(x,this,arguments)}}),u("URIError",function(x){return function(y){return l(x,this,arguments)}}),a("CompileError",function(x){return function(y){return l(x,this,arguments)}}),a("LinkError",function(x){return function(y){return l(x,this,arguments)}}),a("RuntimeError",function(x){return function(y){return l(x,this,arguments)}})},99953:function(d,_,e){"use strict";var r=e(2291),i=e(13367),l=Error.prototype;l.toString!==i&&r(l,"toString",i)},65009:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(69905),c=i("".charAt),f=i("".charCodeAt),o=i(/./.exec),h=i(1 .toString),u=i("".toUpperCase),a=/[\w*+\-./@]/,x=function(p,y){for(var m=h(p,16);m.length<y;)m="0"+m;return m};r({global:!0},{escape:function(y){for(var m=l(y),b="",S=m.length,k=0,R,A;k<S;)R=c(m,k++),o(a,R)?b+=R:(A=f(R,0),A<256?b+="%"+x(A,2):b+="%u"+u(x(A,4)));return b}})},28796:function(d,_,e){"use strict";var r=e(94488),i=e(4645);r({target:"Function",proto:!0,forced:Function.bind!==i},{bind:i})},56450:function(d,_,e){"use strict";var r=e(55327),i=e(31946),l=e(37691),c=e(53456),f=e(59893),o=e(86528),h=f("hasInstance"),u=Function.prototype;h in u||l.f(u,h,{value:o(function(a){if(!r(this)||!i(a))return!1;var x=this.prototype;if(!i(x))return a instanceof this;for(;a=c(a);)if(x===a)return!0;return!1},h)})},78342:function(d,_,e){"use strict";var r=e(35454),i=e(8090).EXISTS,l=e(94237),c=e(64110),f=Function.prototype,o=l(f.toString),h=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,u=l(h.exec),a="name";r&&!i&&c(f,a,{configurable:!0,get:function(){try{return u(h,o(this))[1]}catch(x){return""}}})},13161:function(d,_,e){"use strict";var r=e(94488),i=e(92916);r({global:!0,forced:i.globalThis!==i},{globalThis:i})},54226:function(d,_,e){"use strict";var r=e(94488),i=e(65911),l=e(13743),c=e(89945),f=e(94237),o=e(3338),h=e(55327),u=e(18446),a=e(30867),x=e(65451),p=e(42820),y=String,m=i("JSON","stringify"),b=f(/./.exec),S=f("".charAt),k=f("".charCodeAt),R=f("".replace),A=f(1 .toString),O=/[\uD800-\uDFFF]/g,M=/^[\uD800-\uDBFF]$/,B=/^[\uDC00-\uDFFF]$/,U=!p||o(function(){var ae=i("Symbol")("stringify detection");return m([ae])!=="[null]"||m({a:ae})!=="{}"||m(Object(ae))!=="{}"}),X=o(function(){return m("\uDF06\uD834")!=='"\\udf06\\ud834"'||m("\uDEAD")!=='"\\udead"'}),G=function(ae,ie){var ue=a(arguments),Q=x(ie);if(!(!h(Q)&&(ae===void 0||u(ae))))return ue[1]=function(J,K){if(h(Q)&&(K=c(Q,this,y(J),K)),!u(K))return K},l(m,null,ue)},V=function(ae,ie,ue){var Q=S(ue,ie-1),J=S(ue,ie+1);return b(M,ae)&&!b(B,J)||b(B,ae)&&!b(M,Q)?"\\u"+A(k(ae,0),16):ae};m&&r({target:"JSON",stat:!0,arity:3,forced:U||X},{stringify:function(ie,ue,Q){var J=a(arguments),K=l(U?G:m,null,J);return X&&typeof K=="string"?R(K,O,V):K}})},70201:function(d,_,e){"use strict";var r=e(92916),i=e(94573);i(r.JSON,"JSON",!0)},44781:function(d,_,e){"use strict";var r=e(48059),i=e(40942);r("Map",function(l){return function(){return l(this,arguments.length?arguments[0]:void 0)}},i)},85671:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(63335),c=e(95955),f=e(62003),o=e(2786),h=e(16697),u=o.Map,a=o.has,x=o.get,p=o.set,y=i([].push);r({target:"Map",stat:!0,forced:h},{groupBy:function(b,S){c(b),l(S);var k=new u,R=0;return f(b,function(A){var O=S(A,R++);a(k,O)?y(x(k,O),A):p(k,O,[A])}),k}})},34941:function(d,_,e){"use strict";e(44781)},35152:function(d,_,e){"use strict";var r=e(94488),i=e(25726),l=Math.acosh,c=Math.log,f=Math.sqrt,o=Math.LN2,h=!l||Math.floor(l(Number.MAX_VALUE))!==710||l(1/0)!==1/0;r({target:"Math",stat:!0,forced:h},{acosh:function(a){var x=+a;return x<1?NaN:x>9490626562425156e-8?c(x)+o:i(x-1+f(x-1)*f(x+1))}})},85660:function(d,_,e){"use strict";var r=e(94488),i=Math.asinh,l=Math.log,c=Math.sqrt;function f(h){var u=+h;return!isFinite(u)||u===0?u:u<0?-f(-u):l(u+c(u*u+1))}var o=!(i&&1/i(0)>0);r({target:"Math",stat:!0,forced:o},{asinh:f})},80031:function(d,_,e){"use strict";var r=e(94488),i=Math.atanh,l=Math.log,c=!(i&&1/i(-0)<0);r({target:"Math",stat:!0,forced:c},{atanh:function(o){var h=+o;return h===0?h:l((1+h)/(1-h))/2}})},34434:function(d,_,e){"use strict";var r=e(94488),i=e(37666),l=Math.abs,c=Math.pow;r({target:"Math",stat:!0},{cbrt:function(o){var h=+o;return i(h)*c(l(h),.3333333333333333)}})},83579:function(d,_,e){"use strict";var r=e(94488),i=Math.floor,l=Math.log,c=Math.LOG2E;r({target:"Math",stat:!0},{clz32:function(o){var h=o>>>0;return h?31-i(l(h+.5)*c):32}})},74307:function(d,_,e){"use strict";var r=e(94488),i=e(10014),l=Math.cosh,c=Math.abs,f=Math.E,o=!l||l(710)===1/0;r({target:"Math",stat:!0,forced:o},{cosh:function(u){var a=i(c(u)-1)+1;return(a+1/(a*f*f))*(f/2)}})},97423:function(d,_,e){"use strict";var r=e(94488),i=e(10014);r({target:"Math",stat:!0,forced:i!==Math.expm1},{expm1:i})},93321:function(d,_,e){"use strict";var r=e(94488),i=e(14894);r({target:"Math",stat:!0},{fround:i})},82277:function(d,_,e){"use strict";var r=e(94488),i=Math.hypot,l=Math.abs,c=Math.sqrt,f=!!i&&i(1/0,NaN)!==1/0;r({target:"Math",stat:!0,arity:2,forced:f},{hypot:function(h,u){for(var a=0,x=0,p=arguments.length,y=0,m,b;x<p;)m=l(arguments[x++]),y<m?(b=y/m,a=a*b*b+1,y=m):m>0?(b=m/y,a+=b*b):a+=m;return y===1/0?1/0:y*c(a)}})},61425:function(d,_,e){"use strict";var r=e(94488),i=e(3338),l=Math.imul,c=i(function(){return l(4294967295,5)!==-5||l.length!==2});r({target:"Math",stat:!0,forced:c},{imul:function(o,h){var u=65535,a=+o,x=+h,p=u&a,y=u&x;return 0|p*y+((u&a>>>16)*y+p*(u&x>>>16)<<16>>>0)}})},61873:function(d,_,e){"use strict";var r=e(94488),i=e(53309);r({target:"Math",stat:!0},{log10:i})},9307:function(d,_,e){"use strict";var r=e(94488),i=e(25726);r({target:"Math",stat:!0},{log1p:i})},8821:function(d,_,e){"use strict";var r=e(94488),i=Math.log,l=Math.LN2;r({target:"Math",stat:!0},{log2:function(f){return i(f)/l}})},64385:function(d,_,e){"use strict";var r=e(94488),i=e(37666);r({target:"Math",stat:!0},{sign:i})},64099:function(d,_,e){"use strict";var r=e(94488),i=e(3338),l=e(10014),c=Math.abs,f=Math.exp,o=Math.E,h=i(function(){return Math.sinh(-2e-17)!==-2e-17});r({target:"Math",stat:!0,forced:h},{sinh:function(a){var x=+a;return c(x)<1?(l(x)-l(-x))/2:(f(x-1)-f(-x-1))*(o/2)}})},62455:function(d,_,e){"use strict";var r=e(94488),i=e(10014),l=Math.exp;r({target:"Math",stat:!0},{tanh:function(f){var o=+f,h=i(o),u=i(-o);return h===1/0?1:u===1/0?-1:(h-u)/(l(o)+l(-o))}})},79965:function(d,_,e){"use strict";var r=e(94573);r(Math,"Math",!0)},59118:function(d,_,e){"use strict";var r=e(94488),i=e(3312);r({target:"Math",stat:!0},{trunc:i})},275:function(d,_,e){"use strict";var r=e(94488),i=e(16697),l=e(35454),c=e(92916),f=e(9699),o=e(94237),h=e(20865),u=e(32621),a=e(25576),x=e(16332),p=e(18446),y=e(97954),m=e(3338),b=e(80689).f,S=e(71256).f,k=e(37691).f,R=e(49228),A=e(52971).trim,O="Number",M=c[O],B=f[O],U=M.prototype,X=c.TypeError,G=o("".slice),V=o("".charCodeAt),ae=function(oe){var ee=y(oe,"number");return typeof ee=="bigint"?ee:ie(ee)},ie=function(oe){var ee=y(oe,"number"),q,le,Z,j,se,me,Oe,ke;if(p(ee))throw new X("Cannot convert a Symbol value to a number");if(typeof ee=="string"&&ee.length>2){if(ee=A(ee),q=V(ee,0),q===43||q===45){if(le=V(ee,2),le===88||le===120)return NaN}else if(q===48){switch(V(ee,1)){case 66:case 98:Z=2,j=49;break;case 79:case 111:Z=8,j=55;break;default:return+ee}for(se=G(ee,2),me=se.length,Oe=0;Oe<me;Oe++)if(ke=V(se,Oe),ke<48||ke>j)return NaN;return parseInt(se,Z)}}return+ee},ue=h(O,!M(" 0o1")||!M("0b1")||M("+0x1")),Q=function(oe){return x(U,oe)&&m(function(){R(oe)})},J=function(ee){var q=arguments.length<1?0:M(ae(ee));return Q(this)?a(Object(q),this,J):q};J.prototype=U,ue&&!i&&(U.constructor=J),r({global:!0,constructor:!0,wrap:!0,forced:ue},{Number:J});var K=function(oe,ee){for(var q=l?b(ee):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),le=0,Z;q.length>le;le++)u(ee,Z=q[le])&&!u(oe,Z)&&k(oe,Z,S(ee,Z))};i&&B&&K(f[O],B),(ue||i)&&K(f[O],M)},31919:function(d,_,e){"use strict";var r=e(94488);r({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{EPSILON:Math.pow(2,-52)})},51284:function(d,_,e){"use strict";var r=e(94488),i=e(1222);r({target:"Number",stat:!0},{isFinite:i})},10177:function(d,_,e){"use strict";var r=e(94488),i=e(62896);r({target:"Number",stat:!0},{isInteger:i})},85690:function(d,_,e){"use strict";var r=e(94488);r({target:"Number",stat:!0},{isNaN:function(l){return l!==l}})},92114:function(d,_,e){"use strict";var r=e(94488),i=e(62896),l=Math.abs;r({target:"Number",stat:!0},{isSafeInteger:function(f){return i(f)&&l(f)<=9007199254740991}})},1017:function(d,_,e){"use strict";var r=e(94488);r({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MAX_SAFE_INTEGER:9007199254740991})},14480:function(d,_,e){"use strict";var r=e(94488);r({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MIN_SAFE_INTEGER:-9007199254740991})},40516:function(d,_,e){"use strict";var r=e(94488),i=e(31280);r({target:"Number",stat:!0,forced:Number.parseFloat!==i},{parseFloat:i})},76345:function(d,_,e){"use strict";var r=e(94488),i=e(52446);r({target:"Number",stat:!0,forced:Number.parseInt!==i},{parseInt:i})},7282:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(56902),c=e(49228),f=e(71049),o=e(53309),h=e(3338),u=RangeError,a=String,x=isFinite,p=Math.abs,y=Math.floor,m=Math.pow,b=Math.round,S=i(1 .toExponential),k=i(f),R=i("".slice),A=S(-69e-12,4)==="-6.9000e-11"&&S(1.255,2)==="1.25e+0"&&S(12345,3)==="1.235e+4"&&S(25,0)==="3e+1",O=function(){return h(function(){S(1,1/0)})&&h(function(){S(1,-1/0)})},M=function(){return!h(function(){S(1/0,1/0),S(NaN,1/0)})},B=!A||!O()||!M();r({target:"Number",proto:!0,forced:B},{toExponential:function(X){var G=c(this);if(X===void 0)return S(G);var V=l(X);if(!x(G))return String(G);if(V<0||V>20)throw new u("Incorrect fraction digits");if(A)return S(G,V);var ae="",ie="",ue=0,Q="",J="";if(G<0&&(ae="-",G=-G),G===0)ue=0,ie=k("0",V+1);else{var K=o(G);ue=y(K);var oe=0,ee=m(10,ue-V);oe=b(G/ee),2*G>=(2*oe+1)*ee&&(oe+=1),oe>=m(10,V+1)&&(oe/=10,ue+=1),ie=a(oe)}return V!==0&&(ie=R(ie,0,1)+"."+R(ie,1)),ue===0?(Q="+",J="0"):(Q=ue>0?"+":"-",J=a(p(ue))),ie+="e"+Q+J,ae+ie}})},58055:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(56902),c=e(49228),f=e(71049),o=e(3338),h=RangeError,u=String,a=Math.floor,x=i(f),p=i("".slice),y=i(1 .toFixed),m=function(O,M,B){return M===0?B:M%2===1?m(O,M-1,B*O):m(O*O,M/2,B)},b=function(O){for(var M=0,B=O;B>=4096;)M+=12,B/=4096;for(;B>=2;)M+=1,B/=2;return M},S=function(O,M,B){for(var U=-1,X=B;++U<6;)X+=M*O[U],O[U]=X%1e7,X=a(X/1e7)},k=function(O,M){for(var B=6,U=0;--B>=0;)U+=O[B],O[B]=a(U/M),U=U%M*1e7},R=function(O){for(var M=6,B="";--M>=0;)if(B!==""||M===0||O[M]!==0){var U=u(O[M]);B=B===""?U:B+x("0",7-U.length)+U}return B},A=o(function(){return y(8e-5,3)!=="0.000"||y(.9,0)!=="1"||y(1.255,2)!=="1.25"||y(0xde0b6b3a7640080,0)!=="1000000000000000128"})||!o(function(){y({})});r({target:"Number",proto:!0,forced:A},{toFixed:function(M){var B=c(this),U=l(M),X=[0,0,0,0,0,0],G="",V="0",ae,ie,ue,Q;if(U<0||U>20)throw new h("Incorrect fraction digits");if(B!==B)return"NaN";if(B<=-1e21||B>=1e21)return u(B);if(B<0&&(G="-",B=-B),B>1e-21)if(ae=b(B*m(2,69,1))-69,ie=ae<0?B*m(2,-ae,1):B/m(2,ae,1),ie*=4503599627370496,ae=52-ae,ae>0){for(S(X,0,ie),ue=U;ue>=7;)S(X,1e7,0),ue-=7;for(S(X,m(10,ue,1),0),ue=ae-1;ue>=23;)k(X,8388608),ue-=23;k(X,1<<ue),S(X,1,1),k(X,2),V=R(X)}else S(X,0,ie),S(X,1<<-ae,0),V=R(X)+x("0",U);return U>0?(Q=V.length,V=G+(Q<=U?"0."+x("0",U-Q)+V:p(V,0,Q-U)+"."+p(V,Q-U))):V=G+V,V}})},93547:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(3338),c=e(49228),f=i(1 .toPrecision),o=l(function(){return f(1,void 0)!=="1"})||!l(function(){f({})});r({target:"Number",proto:!0,forced:o},{toPrecision:function(u){return u===void 0?f(c(this)):f(c(this),u)}})},31237:function(d,_,e){"use strict";var r=e(94488),i=e(80530);r({target:"Object",stat:!0,arity:2,forced:Object.assign!==i},{assign:i})},17954:function(d,_,e){"use strict";var r=e(94488),i=e(35454),l=e(20132);r({target:"Object",stat:!0,sham:!i},{create:l})},58580:function(d,_,e){"use strict";var r=e(94488),i=e(35454),l=e(25837),c=e(63335),f=e(94029),o=e(37691);i&&r({target:"Object",proto:!0,forced:l},{__defineGetter__:function(u,a){o.f(f(this),u,{get:c(a),enumerable:!0,configurable:!0})}})},47146:function(d,_,e){"use strict";var r=e(94488),i=e(35454),l=e(55666).f;r({target:"Object",stat:!0,forced:Object.defineProperties!==l,sham:!i},{defineProperties:l})},40416:function(d,_,e){"use strict";var r=e(94488),i=e(35454),l=e(37691).f;r({target:"Object",stat:!0,forced:Object.defineProperty!==l,sham:!i},{defineProperty:l})},7615:function(d,_,e){"use strict";var r=e(94488),i=e(35454),l=e(25837),c=e(63335),f=e(94029),o=e(37691);i&&r({target:"Object",proto:!0,forced:l},{__defineSetter__:function(u,a){o.f(f(this),u,{set:c(a),enumerable:!0,configurable:!0})}})},72820:function(d,_,e){"use strict";var r=e(94488),i=e(88698).entries;r({target:"Object",stat:!0},{entries:function(c){return i(c)}})},86070:function(d,_,e){"use strict";var r=e(94488),i=e(13247),l=e(3338),c=e(31946),f=e(2074).onFreeze,o=Object.freeze,h=l(function(){o(1)});r({target:"Object",stat:!0,forced:h,sham:!i},{freeze:function(a){return o&&c(a)?o(f(a)):a}})},23569:function(d,_,e){"use strict";var r=e(94488),i=e(62003),l=e(69392);r({target:"Object",stat:!0},{fromEntries:function(f){var o={};return i(f,function(h,u){l(o,h,u)},{AS_ENTRIES:!0}),o}})},55639:function(d,_,e){"use strict";var r=e(94488),i=e(3338),l=e(80524),c=e(71256).f,f=e(35454),o=!f||i(function(){c(1)});r({target:"Object",stat:!0,forced:o,sham:!f},{getOwnPropertyDescriptor:function(u,a){return c(l(u),a)}})},63046:function(d,_,e){"use strict";var r=e(94488),i=e(35454),l=e(48662),c=e(80524),f=e(71256),o=e(69392);r({target:"Object",stat:!0,sham:!i},{getOwnPropertyDescriptors:function(u){for(var a=c(u),x=f.f,p=l(a),y={},m=0,b,S;p.length>m;)S=x(a,b=p[m++]),S!==void 0&&o(y,b,S);return y}})},464:function(d,_,e){"use strict";var r=e(94488),i=e(3338),l=e(53393).f,c=i(function(){return!Object.getOwnPropertyNames(1)});r({target:"Object",stat:!0,forced:c},{getOwnPropertyNames:l})},67936:function(d,_,e){"use strict";var r=e(94488),i=e(42820),l=e(3338),c=e(92635),f=e(94029),o=!i||l(function(){c.f(1)});r({target:"Object",stat:!0,forced:o},{getOwnPropertySymbols:function(u){var a=c.f;return a?a(f(u)):[]}})},51082:function(d,_,e){"use strict";var r=e(94488),i=e(3338),l=e(94029),c=e(53456),f=e(4870),o=i(function(){c(1)});r({target:"Object",stat:!0,forced:o,sham:!f},{getPrototypeOf:function(u){return c(l(u))}})},83850:function(d,_,e){"use strict";var r=e(94488),i=e(65911),l=e(94237),c=e(63335),f=e(95955),o=e(17818),h=e(62003),u=i("Object","create"),a=l([].push);r({target:"Object",stat:!0},{groupBy:function(p,y){f(p),c(y);var m=u(null),b=0;return h(p,function(S){var k=o(y(S,b++));k in m?a(m[k],S):m[k]=[S]}),m}})},41990:function(d,_,e){"use strict";var r=e(94488),i=e(32621);r({target:"Object",stat:!0},{hasOwn:i})},55888:function(d,_,e){"use strict";var r=e(94488),i=e(12477);r({target:"Object",stat:!0,forced:Object.isExtensible!==i},{isExtensible:i})},53827:function(d,_,e){"use strict";var r=e(94488),i=e(3338),l=e(31946),c=e(29076),f=e(51424),o=Object.isFrozen,h=f||i(function(){o(1)});r({target:"Object",stat:!0,forced:h},{isFrozen:function(a){return!l(a)||f&&c(a)==="ArrayBuffer"?!0:o?o(a):!1}})},78143:function(d,_,e){"use strict";var r=e(94488),i=e(3338),l=e(31946),c=e(29076),f=e(51424),o=Object.isSealed,h=f||i(function(){o(1)});r({target:"Object",stat:!0,forced:h},{isSealed:function(a){return!l(a)||f&&c(a)==="ArrayBuffer"?!0:o?o(a):!1}})},15787:function(d,_,e){"use strict";var r=e(94488),i=e(5370);r({target:"Object",stat:!0},{is:i})},66419:function(d,_,e){"use strict";var r=e(94488),i=e(94029),l=e(7733),c=e(3338),f=c(function(){l(1)});r({target:"Object",stat:!0,forced:f},{keys:function(h){return l(i(h))}})},75765:function(d,_,e){"use strict";var r=e(94488),i=e(35454),l=e(25837),c=e(94029),f=e(17818),o=e(53456),h=e(71256).f;i&&r({target:"Object",proto:!0,forced:l},{__lookupGetter__:function(a){var x=c(this),p=f(a),y;do if(y=h(x,p))return y.get;while(x=o(x))}})},14645:function(d,_,e){"use strict";var r=e(94488),i=e(35454),l=e(25837),c=e(94029),f=e(17818),o=e(53456),h=e(71256).f;i&&r({target:"Object",proto:!0,forced:l},{__lookupSetter__:function(a){var x=c(this),p=f(a),y;do if(y=h(x,p))return y.set;while(x=o(x))}})},71122:function(d,_,e){"use strict";var r=e(94488),i=e(31946),l=e(2074).onFreeze,c=e(13247),f=e(3338),o=Object.preventExtensions,h=f(function(){o(1)});r({target:"Object",stat:!0,forced:h,sham:!c},{preventExtensions:function(a){return o&&i(a)?o(l(a)):a}})},42084:function(d,_,e){"use strict";var r=e(35454),i=e(64110),l=e(31946),c=e(94029),f=e(95955),o=Object.getPrototypeOf,h=Object.setPrototypeOf,u=Object.prototype,a="__proto__";if(r&&o&&h&&!(a in u))try{i(u,a,{configurable:!0,get:function(){return o(c(this))},set:function(p){var y=f(this);!l(p)&&p!==null||!l(y)||h(y,p)}})}catch(x){}},25070:function(d,_,e){"use strict";var r=e(94488),i=e(31946),l=e(2074).onFreeze,c=e(13247),f=e(3338),o=Object.seal,h=f(function(){o(1)});r({target:"Object",stat:!0,forced:h,sham:!c},{seal:function(a){return o&&i(a)?o(l(a)):a}})},77140:function(d,_,e){"use strict";var r=e(94488),i=e(58218);r({target:"Object",stat:!0},{setPrototypeOf:i})},15954:function(d,_,e){"use strict";var r=e(68527),i=e(2291),l=e(28488);r||i(Object.prototype,"toString",l,{unsafe:!0})},4266:function(d,_,e){"use strict";var r=e(94488),i=e(88698).values;r({target:"Object",stat:!0},{values:function(c){return i(c)}})},49988:function(d,_,e){"use strict";var r=e(94488),i=e(31280);r({global:!0,forced:parseFloat!==i},{parseFloat:i})},38823:function(d,_,e){"use strict";var r=e(94488),i=e(52446);r({global:!0,forced:parseInt!==i},{parseInt:i})},4045:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(63335),c=e(73446),f=e(80734),o=e(62003),h=e(22093);r({target:"Promise",stat:!0,forced:h},{allSettled:function(a){var x=this,p=c.f(x),y=p.resolve,m=p.reject,b=f(function(){var S=l(x.resolve),k=[],R=0,A=1;o(a,function(O){var M=R++,B=!1;A++,i(S,x,O).then(function(U){B||(B=!0,k[M]={status:"fulfilled",value:U},--A||y(k))},function(U){B||(B=!0,k[M]={status:"rejected",reason:U},--A||y(k))})}),--A||y(k)});return b.error&&m(b.value),p.promise}})},12785:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(63335),c=e(73446),f=e(80734),o=e(62003),h=e(22093);r({target:"Promise",stat:!0,forced:h},{all:function(a){var x=this,p=c.f(x),y=p.resolve,m=p.reject,b=f(function(){var S=l(x.resolve),k=[],R=0,A=1;o(a,function(O){var M=R++,B=!1;A++,i(S,x,O).then(function(U){B||(B=!0,k[M]=U,--A||y(k))},m)}),--A||y(k)});return b.error&&m(b.value),p.promise}})},50747:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(63335),c=e(65911),f=e(73446),o=e(80734),h=e(62003),u=e(22093),a="No one promise resolved";r({target:"Promise",stat:!0,forced:u},{any:function(p){var y=this,m=c("AggregateError"),b=f.f(y),S=b.resolve,k=b.reject,R=o(function(){var A=l(y.resolve),O=[],M=0,B=1,U=!1;h(p,function(X){var G=M++,V=!1;B++,i(A,y,X).then(function(ae){V||U||(U=!0,S(ae))},function(ae){V||U||(V=!0,O[G]=ae,--B||k(new m(O,a)))})}),--B||k(new m(O,a))});return R.error&&k(R.value),b.promise}})},41902:function(d,_,e){"use strict";var r=e(94488),i=e(16697),l=e(82830).CONSTRUCTOR,c=e(2451),f=e(65911),o=e(55327),h=e(2291),u=c&&c.prototype;if(r({target:"Promise",proto:!0,forced:l,real:!0},{catch:function(x){return this.then(void 0,x)}}),!i&&o(c)){var a=f("Promise").prototype.catch;u.catch!==a&&h(u,"catch",a,{unsafe:!0})}},90366:function(d,_,e){"use strict";var r=e(94488),i=e(16697),l=e(90946),c=e(92916),f=e(89945),o=e(2291),h=e(58218),u=e(94573),a=e(51996),x=e(63335),p=e(55327),y=e(31946),m=e(56472),b=e(60473),S=e(28887).set,k=e(72933),R=e(61810),A=e(80734),O=e(66790),M=e(94844),B=e(2451),U=e(82830),X=e(73446),G="Promise",V=U.CONSTRUCTOR,ae=U.REJECTION_EVENT,ie=U.SUBCLASSING,ue=M.getterFor(G),Q=M.set,J=B&&B.prototype,K=B,oe=J,ee=c.TypeError,q=c.document,le=c.process,Z=X.f,j=Z,se=!!(q&&q.createEvent&&c.dispatchEvent),me="unhandledrejection",Oe="rejectionhandled",ke=0,$e=1,Ne=2,Ft=1,wt=2,Pt,Jt,er,tr,Xe=function(Me){var Ue;return y(Me)&&p(Ue=Me.then)?Ue:!1},It=function(Me,Ue){var We=Ue.value,it=Ue.state===$e,ct=it?Me.ok:Me.fail,Gt=Me.resolve,$t=Me.reject,Pe=Me.domain,Qe,Kt,Lt;try{ct?(it||(Ue.rejection===wt&&et(Ue),Ue.rejection=Ft),ct===!0?Qe=We:(Pe&&Pe.enter(),Qe=ct(We),Pe&&(Pe.exit(),Lt=!0)),Qe===Me.promise?$t(new ee("Promise-chain cycle")):(Kt=Xe(Qe))?f(Kt,Qe,Gt,$t):Gt(Qe)):$t(We)}catch(Ht){Pe&&!Lt&&Pe.exit(),$t(Ht)}},Zt=function(Me,Ue){Me.notified||(Me.notified=!0,k(function(){for(var We=Me.reactions,it;it=We.get();)It(it,Me);Me.notified=!1,Ue&&!Me.rejection&&bt(Me)}))},ot=function(Me,Ue,We){var it,ct;se?(it=q.createEvent("Event"),it.promise=Ue,it.reason=We,it.initEvent(Me,!1,!0),c.dispatchEvent(it)):it={promise:Ue,reason:We},!ae&&(ct=c["on"+Me])?ct(it):Me===me&&R("Unhandled promise rejection",We)},bt=function(Me){f(S,c,function(){var Ue=Me.facade,We=Me.value,it=mt(Me),ct;if(it&&(ct=A(function(){l?le.emit("unhandledRejection",We,Ue):ot(me,Ue,We)}),Me.rejection=l||mt(Me)?wt:Ft,ct.error))throw ct.value})},mt=function(Me){return Me.rejection!==Ft&&!Me.parent},et=function(Me){f(S,c,function(){var Ue=Me.facade;l?le.emit("rejectionHandled",Ue):ot(Oe,Ue,Me.value)})},He=function(Me,Ue,We){return function(it){Me(Ue,it,We)}},_e=function(Me,Ue,We){Me.done||(Me.done=!0,We&&(Me=We),Me.value=Ue,Me.state=Ne,Zt(Me,!0))},Se=function(Me,Ue,We){if(!Me.done){Me.done=!0,We&&(Me=We);try{if(Me.facade===Ue)throw new ee("Promise can't be resolved itself");var it=Xe(Ue);it?k(function(){var ct={done:!1};try{f(it,Ue,He(Se,ct,Me),He(_e,ct,Me))}catch(Gt){_e(ct,Gt,Me)}}):(Me.value=Ue,Me.state=$e,Zt(Me,!1))}catch(ct){_e({done:!1},ct,Me)}}};if(V&&(K=function(Ue){m(this,oe),x(Ue),f(Pt,this);var We=ue(this);try{Ue(He(Se,We),He(_e,We))}catch(it){_e(We,it)}},oe=K.prototype,Pt=function(Ue){Q(this,{type:G,done:!1,notified:!1,parent:!1,reactions:new O,rejection:!1,state:ke,value:void 0})},Pt.prototype=o(oe,"then",function(Ue,We){var it=ue(this),ct=Z(b(this,K));return it.parent=!0,ct.ok=p(Ue)?Ue:!0,ct.fail=p(We)&&We,ct.domain=l?le.domain:void 0,it.state===ke?it.reactions.add(ct):k(function(){It(ct,it)}),ct.promise}),Jt=function(){var Me=new Pt,Ue=ue(Me);this.promise=Me,this.resolve=He(Se,Ue),this.reject=He(_e,Ue)},X.f=Z=function(Me){return Me===K||Me===er?new Jt(Me):j(Me)},!i&&p(B)&&J!==Object.prototype)){tr=J.then,ie||o(J,"then",function(Ue,We){var it=this;return new K(function(ct,Gt){f(tr,it,ct,Gt)}).then(Ue,We)},{unsafe:!0});try{delete J.constructor}catch(Me){}h&&h(J,oe)}r({global:!0,constructor:!0,wrap:!0,forced:V},{Promise:K}),u(K,G,!1,!0),a(G)},43595:function(d,_,e){"use strict";var r=e(94488),i=e(16697),l=e(2451),c=e(3338),f=e(65911),o=e(55327),h=e(60473),u=e(15597),a=e(2291),x=l&&l.prototype,p=!!l&&c(function(){x.finally.call({then:function(){}},function(){})});if(r({target:"Promise",proto:!0,real:!0,forced:p},{finally:function(m){var b=h(this,f("Promise")),S=o(m);return this.then(S?function(k){return u(b,m()).then(function(){return k})}:m,S?function(k){return u(b,m()).then(function(){throw k})}:m)}}),!i&&o(l)){var y=f("Promise").prototype.finally;x.finally!==y&&a(x,"finally",y,{unsafe:!0})}},24627:function(d,_,e){"use strict";e(90366),e(12785),e(41902),e(20733),e(95693),e(81930)},20733:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(63335),c=e(73446),f=e(80734),o=e(62003),h=e(22093);r({target:"Promise",stat:!0,forced:h},{race:function(a){var x=this,p=c.f(x),y=p.reject,m=f(function(){var b=l(x.resolve);o(a,function(S){i(b,x,S).then(p.resolve,y)})});return m.error&&y(m.value),p.promise}})},95693:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(73446),c=e(82830).CONSTRUCTOR;r({target:"Promise",stat:!0,forced:c},{reject:function(o){var h=l.f(this);return i(h.reject,void 0,o),h.promise}})},81930:function(d,_,e){"use strict";var r=e(94488),i=e(65911),l=e(16697),c=e(2451),f=e(82830).CONSTRUCTOR,o=e(15597),h=i("Promise"),u=l&&!f;r({target:"Promise",stat:!0,forced:l||f},{resolve:function(x){return o(u&&this===h?c:this,x)}})},92324:function(d,_,e){"use strict";var r=e(94488),i=e(73446);r({target:"Promise",stat:!0},{withResolvers:function(){var c=i.f(this);return{promise:c.promise,resolve:c.resolve,reject:c.reject}}})},23551:function(d,_,e){"use strict";var r=e(94488),i=e(13743),l=e(63335),c=e(80449),f=e(3338),o=!f(function(){Reflect.apply(function(){})});r({target:"Reflect",stat:!0,forced:o},{apply:function(u,a,x){return i(l(u),a,c(x))}})},74521:function(d,_,e){"use strict";var r=e(94488),i=e(65911),l=e(13743),c=e(4645),f=e(6086),o=e(80449),h=e(31946),u=e(20132),a=e(3338),x=i("Reflect","construct"),p=Object.prototype,y=[].push,m=a(function(){function k(){}return!(x(function(){},[],k)instanceof k)}),b=!a(function(){x(function(){})}),S=m||b;r({target:"Reflect",stat:!0,forced:S,sham:S},{construct:function(R,A){f(R),o(A);var O=arguments.length<3?R:f(arguments[2]);if(b&&!m)return x(R,A,O);if(R===O){switch(A.length){case 0:return new R;case 1:return new R(A[0]);case 2:return new R(A[0],A[1]);case 3:return new R(A[0],A[1],A[2]);case 4:return new R(A[0],A[1],A[2],A[3])}var M=[null];return l(y,M,A),new(l(c,R,M))}var B=O.prototype,U=u(h(B)?B:p),X=l(R,U,A);return h(X)?X:U}})},57891:function(d,_,e){"use strict";var r=e(94488),i=e(35454),l=e(80449),c=e(17818),f=e(37691),o=e(3338),h=o(function(){Reflect.defineProperty(f.f({},1,{value:1}),1,{value:2})});r({target:"Reflect",stat:!0,forced:h,sham:!i},{defineProperty:function(a,x,p){l(a);var y=c(x);l(p);try{return f.f(a,y,p),!0}catch(m){return!1}}})},84138:function(d,_,e){"use strict";var r=e(94488),i=e(80449),l=e(71256).f;r({target:"Reflect",stat:!0},{deleteProperty:function(f,o){var h=l(i(f),o);return h&&!h.configurable?!1:delete f[o]}})},37135:function(d,_,e){"use strict";var r=e(94488),i=e(35454),l=e(80449),c=e(71256);r({target:"Reflect",stat:!0,sham:!i},{getOwnPropertyDescriptor:function(o,h){return c.f(l(o),h)}})},6474:function(d,_,e){"use strict";var r=e(94488),i=e(80449),l=e(53456),c=e(4870);r({target:"Reflect",stat:!0,sham:!c},{getPrototypeOf:function(o){return l(i(o))}})},51832:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(31946),c=e(80449),f=e(60516),o=e(71256),h=e(53456);function u(a,x){var p=arguments.length<3?a:arguments[2],y,m;if(c(a)===p)return a[x];if(y=o.f(a,x),y)return f(y)?y.value:y.get===void 0?void 0:i(y.get,p);if(l(m=h(a)))return u(m,x,p)}r({target:"Reflect",stat:!0},{get:u})},40135:function(d,_,e){"use strict";var r=e(94488);r({target:"Reflect",stat:!0},{has:function(l,c){return c in l}})},7982:function(d,_,e){"use strict";var r=e(94488),i=e(80449),l=e(12477);r({target:"Reflect",stat:!0},{isExtensible:function(f){return i(f),l(f)}})},14893:function(d,_,e){"use strict";var r=e(94488),i=e(48662);r({target:"Reflect",stat:!0},{ownKeys:i})},49233:function(d,_,e){"use strict";var r=e(94488),i=e(65911),l=e(80449),c=e(13247);r({target:"Reflect",stat:!0,sham:!c},{preventExtensions:function(o){l(o);try{var h=i("Object","preventExtensions");return h&&h(o),!0}catch(u){return!1}}})},42844:function(d,_,e){"use strict";var r=e(94488),i=e(80449),l=e(557),c=e(58218);c&&r({target:"Reflect",stat:!0},{setPrototypeOf:function(o,h){i(o),l(h);try{return c(o,h),!0}catch(u){return!1}}})},92130:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(80449),c=e(31946),f=e(60516),o=e(3338),h=e(37691),u=e(71256),a=e(53456),x=e(35012);function p(m,b,S){var k=arguments.length<4?m:arguments[3],R=u.f(l(m),b),A,O,M;if(!R){if(c(O=a(m)))return p(O,b,S,k);R=x(0)}if(f(R)){if(R.writable===!1||!c(k))return!1;if(A=u.f(k,b)){if(A.get||A.set||A.writable===!1)return!1;A.value=S,h.f(k,b,A)}else h.f(k,b,x(0,S))}else{if(M=R.set,M===void 0)return!1;i(M,k,S)}return!0}var y=o(function(){var m=function(){},b=h.f(new m,"a",{configurable:!0});return Reflect.set(m.prototype,"a",1,b)!==!1});r({target:"Reflect",stat:!0,forced:y},{set:p})},6536:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(94573);r({global:!0},{Reflect:{}}),l(i.Reflect,"Reflect",!0)},27228:function(d,_,e){"use strict";var r=e(35454),i=e(92916),l=e(94237),c=e(20865),f=e(25576),o=e(68151),h=e(20132),u=e(80689).f,a=e(16332),x=e(44639),p=e(69905),y=e(81644),m=e(19286),b=e(44166),S=e(2291),k=e(3338),R=e(32621),A=e(94844).enforce,O=e(51996),M=e(59893),B=e(6041),U=e(51224),X=M("match"),G=i.RegExp,V=G.prototype,ae=i.SyntaxError,ie=l(V.exec),ue=l("".charAt),Q=l("".replace),J=l("".indexOf),K=l("".slice),oe=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,ee=/a/g,q=/a/g,le=new G(ee)!==ee,Z=m.MISSED_STICKY,j=m.UNSUPPORTED_Y,se=r&&(!le||Z||B||U||k(function(){return q[X]=!1,G(ee)!==ee||G(q)===q||String(G(ee,"i"))!=="/a/i"})),me=function(Ft){for(var wt=Ft.length,Pt=0,Jt="",er=!1,tr;Pt<=wt;Pt++){if(tr=ue(Ft,Pt),tr==="\\"){Jt+=tr+ue(Ft,++Pt);continue}!er&&tr==="."?Jt+="[\\s\\S]":(tr==="["?er=!0:tr==="]"&&(er=!1),Jt+=tr)}return Jt},Oe=function(Ft){for(var wt=Ft.length,Pt=0,Jt="",er=[],tr=h(null),Xe=!1,It=!1,Zt=0,ot="",bt;Pt<=wt;Pt++){if(bt=ue(Ft,Pt),bt==="\\")bt+=ue(Ft,++Pt);else if(bt==="]")Xe=!1;else if(!Xe)switch(!0){case bt==="[":Xe=!0;break;case bt==="(":ie(oe,K(Ft,Pt+1))&&(Pt+=2,It=!0),Jt+=bt,Zt++;continue;case(bt===">"&&It):if(ot===""||R(tr,ot))throw new ae("Invalid capture group name");tr[ot]=!0,er[er.length]=[ot,Zt],It=!1,ot="";continue}It?ot+=bt:Jt+=bt}return[Jt,er]};if(c("RegExp",se)){for(var ke=function(wt,Pt){var Jt=a(V,this),er=x(wt),tr=Pt===void 0,Xe=[],It=wt,Zt,ot,bt,mt,et,He;if(!Jt&&er&&tr&&wt.constructor===ke)return wt;if((er||a(V,wt))&&(wt=wt.source,tr&&(Pt=y(It))),wt=wt===void 0?"":p(wt),Pt=Pt===void 0?"":p(Pt),It=wt,B&&"dotAll"in ee&&(ot=!!Pt&&J(Pt,"s")>-1,ot&&(Pt=Q(Pt,/s/g,""))),Zt=Pt,Z&&"sticky"in ee&&(bt=!!Pt&&J(Pt,"y")>-1,bt&&j&&(Pt=Q(Pt,/y/g,""))),U&&(mt=Oe(wt),wt=mt[0],Xe=mt[1]),et=f(G(wt,Pt),Jt?this:V,ke),(ot||bt||Xe.length)&&(He=A(et),ot&&(He.dotAll=!0,He.raw=ke(me(wt),Zt)),bt&&(He.sticky=!0),Xe.length&&(He.groups=Xe)),wt!==It)try{o(et,"source",It===""?"(?:)":It)}catch(_e){}return et},$e=u(G),Ne=0;$e.length>Ne;)b(ke,G,$e[Ne++]);V.constructor=ke,ke.prototype=V,S(i,"RegExp",ke,{constructor:!0})}O("RegExp")},62921:function(d,_,e){"use strict";var r=e(35454),i=e(6041),l=e(29076),c=e(64110),f=e(94844).get,o=RegExp.prototype,h=TypeError;r&&i&&c(o,"dotAll",{configurable:!0,get:function(){if(this!==o){if(l(this)==="RegExp")return!!f(this).dotAll;throw new h("Incompatible receiver, RegExp required")}}})},44001:function(d,_,e){"use strict";var r=e(94488),i=e(88736);r({target:"RegExp",proto:!0,forced:/./.exec!==i},{exec:i})},92262:function(d,_,e){"use strict";var r=e(92916),i=e(35454),l=e(64110),c=e(82163),f=e(3338),o=r.RegExp,h=o.prototype,u=i&&f(function(){var a=!0;try{o(".","d")}catch(R){a=!1}var x={},p="",y=a?"dgimsy":"gimsy",m=function(R,A){Object.defineProperty(x,R,{get:function(){return p+=A,!0}})},b={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};a&&(b.hasIndices="d");for(var S in b)m(S,b[S]);var k=Object.getOwnPropertyDescriptor(h,"flags").get.call(x);return k!==y||p!==y});u&&l(h,"flags",{configurable:!0,get:c})},54744:function(d,_,e){"use strict";var r=e(35454),i=e(19286).MISSED_STICKY,l=e(29076),c=e(64110),f=e(94844).get,o=RegExp.prototype,h=TypeError;r&&i&&c(o,"sticky",{configurable:!0,get:function(){if(this!==o){if(l(this)==="RegExp")return!!f(this).sticky;throw new h("Incompatible receiver, RegExp required")}}})},38214:function(d,_,e){"use strict";e(44001);var r=e(94488),i=e(89945),l=e(55327),c=e(80449),f=e(69905),o=function(){var u=!1,a=/[ac]/;return a.exec=function(){return u=!0,/./.exec.apply(this,arguments)},a.test("abc")===!0&&u}(),h=/./.test;r({target:"RegExp",proto:!0,forced:!o},{test:function(u){var a=c(this),x=f(u),p=a.exec;if(!l(p))return i(h,a,x);var y=i(p,a,x);return y===null?!1:(c(y),!0)}})},12756:function(d,_,e){"use strict";var r=e(8090).PROPER,i=e(2291),l=e(80449),c=e(69905),f=e(3338),o=e(81644),h="toString",u=RegExp.prototype,a=u[h],x=f(function(){return a.call({source:"a",flags:"b"})!=="/a/b"}),p=r&&a.name!==h;(x||p)&&i(RegExp.prototype,h,function(){var m=l(this),b=c(m.source),S=c(o(m));return"/"+b+"/"+S},{unsafe:!0})},69772:function(d,_,e){"use strict";var r=e(48059),i=e(40942);r("Set",function(l){return function(){return l(this,arguments.length?arguments[0]:void 0)}},i)},93379:function(d,_,e){"use strict";e(69772)},34932:function(d,_,e){"use strict";var r=e(94488),i=e(95994),l=e(17691);r({target:"String",proto:!0,forced:l("anchor")},{anchor:function(f){return i(this,"a","name",f)}})},62007:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(95955),c=e(56902),f=e(69905),o=e(3338),h=i("".charAt),u=o(function(){return"\u{20BB7}".at(-2)!=="\uD842"});r({target:"String",proto:!0,forced:u},{at:function(x){var p=f(l(this)),y=p.length,m=c(x),b=m>=0?m:y+m;return b<0||b>=y?void 0:h(p,b)}})},81046:function(d,_,e){"use strict";var r=e(94488),i=e(95994),l=e(17691);r({target:"String",proto:!0,forced:l("big")},{big:function(){return i(this,"big","","")}})},85744:function(d,_,e){"use strict";var r=e(94488),i=e(95994),l=e(17691);r({target:"String",proto:!0,forced:l("blink")},{blink:function(){return i(this,"blink","","")}})},13494:function(d,_,e){"use strict";var r=e(94488),i=e(95994),l=e(17691);r({target:"String",proto:!0,forced:l("bold")},{bold:function(){return i(this,"b","","")}})},90572:function(d,_,e){"use strict";var r=e(94488),i=e(13764).codeAt;r({target:"String",proto:!0},{codePointAt:function(c){return i(this,c)}})},37343:function(d,_,e){"use strict";var r=e(94488),i=e(34114),l=e(71256).f,c=e(61578),f=e(69905),o=e(41696),h=e(95955),u=e(86266),a=e(16697),x=i("".endsWith),p=i("".slice),y=Math.min,m=u("endsWith"),b=!a&&!m&&!!function(){var S=l(String.prototype,"endsWith");return S&&!S.writable}();r({target:"String",proto:!0,forced:!b&&!m},{endsWith:function(k){var R=f(h(this));o(k);var A=arguments.length>1?arguments[1]:void 0,O=R.length,M=A===void 0?O:y(c(A),O),B=f(k);return x?x(R,B,M):p(R,M-B.length,M)===B}})},56338:function(d,_,e){"use strict";var r=e(94488),i=e(95994),l=e(17691);r({target:"String",proto:!0,forced:l("fixed")},{fixed:function(){return i(this,"tt","","")}})},66755:function(d,_,e){"use strict";var r=e(94488),i=e(95994),l=e(17691);r({target:"String",proto:!0,forced:l("fontcolor")},{fontcolor:function(f){return i(this,"font","color",f)}})},68709:function(d,_,e){"use strict";var r=e(94488),i=e(95994),l=e(17691);r({target:"String",proto:!0,forced:l("fontsize")},{fontsize:function(f){return i(this,"font","size",f)}})},45945:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(51981),c=RangeError,f=String.fromCharCode,o=String.fromCodePoint,h=i([].join),u=!!o&&o.length!==1;r({target:"String",stat:!0,arity:1,forced:u},{fromCodePoint:function(x){for(var p=[],y=arguments.length,m=0,b;y>m;){if(b=+arguments[m++],l(b,1114111)!==b)throw new c(b+" is not a valid code point");p[m]=b<65536?f(b):f(((b-=65536)>>10)+55296,b%1024+56320)}return h(p,"")}})},75551:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(41696),c=e(95955),f=e(69905),o=e(86266),h=i("".indexOf);r({target:"String",proto:!0,forced:!o("includes")},{includes:function(a){return!!~h(f(c(this)),f(l(a)),arguments.length>1?arguments[1]:void 0)}})},32493:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(95955),c=e(69905),f=i("".charCodeAt);r({target:"String",proto:!0},{isWellFormed:function(){for(var h=c(l(this)),u=h.length,a=0;a<u;a++){var x=f(h,a);if((x&63488)===55296&&(x>=56320||++a>=u||(f(h,a)&64512)!==56320))return!1}return!0}})},4939:function(d,_,e){"use strict";var r=e(94488),i=e(95994),l=e(17691);r({target:"String",proto:!0,forced:l("italics")},{italics:function(){return i(this,"i","","")}})},20852:function(d,_,e){"use strict";var r=e(13764).charAt,i=e(69905),l=e(94844),c=e(24019),f=e(25587),o="String Iterator",h=l.set,u=l.getterFor(o);c(String,"String",function(a){h(this,{type:o,string:i(a),index:0})},function(){var x=u(this),p=x.string,y=x.index,m;return y>=p.length?f(void 0,!0):(m=r(p,y),x.index+=m.length,f(m,!1))})},81927:function(d,_,e){"use strict";var r=e(94488),i=e(95994),l=e(17691);r({target:"String",proto:!0,forced:l("link")},{link:function(f){return i(this,"a","href",f)}})},18827:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(34114),c=e(83126),f=e(25587),o=e(95955),h=e(61578),u=e(69905),a=e(80449),x=e(4112),p=e(29076),y=e(44639),m=e(81644),b=e(53776),S=e(2291),k=e(3338),R=e(59893),A=e(60473),O=e(52216),M=e(94338),B=e(94844),U=e(16697),X=R("matchAll"),G="RegExp String",V=G+" Iterator",ae=B.set,ie=B.getterFor(V),ue=RegExp.prototype,Q=TypeError,J=l("".indexOf),K=l("".matchAll),oe=!!K&&!k(function(){K("a",/./)}),ee=c(function(Z,j,se,me){ae(this,{type:V,regexp:Z,string:j,global:se,unicode:me,done:!1})},G,function(){var Z=ie(this);if(Z.done)return f(void 0,!0);var j=Z.regexp,se=Z.string,me=M(j,se);return me===null?(Z.done=!0,f(void 0,!0)):Z.global?(u(me[0])===""&&(j.lastIndex=O(se,h(j.lastIndex),Z.unicode)),f(me,!1)):(Z.done=!0,f(me,!1))}),q=function(le){var Z=a(this),j=u(le),se=A(Z,RegExp),me=u(m(Z)),Oe,ke,$e;return Oe=new se(se===RegExp?Z.source:Z,me),ke=!!~J(me,"g"),$e=!!~J(me,"u"),Oe.lastIndex=h(Z.lastIndex),new ee(Oe,j,ke,$e)};r({target:"String",proto:!0,forced:oe},{matchAll:function(Z){var j=o(this),se,me,Oe,ke;if(x(Z)){if(oe)return K(j,Z)}else{if(y(Z)&&(se=u(o(m(Z))),!~J(se,"g")))throw new Q("`.matchAll` does not allow non-global regexes");if(oe)return K(j,Z);if(Oe=b(Z,X),Oe===void 0&&U&&p(Z)==="RegExp"&&(Oe=q),Oe)return i(Oe,Z,j)}return me=u(j),ke=new RegExp(Z,"g"),U?i(q,ke,me):ke[X](me)}}),U||X in ue||S(ue,X,q)},46302:function(d,_,e){"use strict";var r=e(89945),i=e(8662),l=e(80449),c=e(4112),f=e(61578),o=e(69905),h=e(95955),u=e(53776),a=e(52216),x=e(94338);i("match",function(p,y,m){return[function(S){var k=h(this),R=c(S)?void 0:u(S,p);return R?r(R,S,k):new RegExp(S)[p](o(k))},function(b){var S=l(this),k=o(b),R=m(y,S,k);if(R.done)return R.value;if(!S.global)return x(S,k);var A=S.unicode;S.lastIndex=0;for(var O=[],M=0,B;(B=x(S,k))!==null;){var U=o(B[0]);O[M]=U,U===""&&(S.lastIndex=a(k,f(S.lastIndex),A)),M++}return M===0?null:O}]})},76718:function(d,_,e){"use strict";var r=e(94488),i=e(85571).end,l=e(98352);r({target:"String",proto:!0,forced:l},{padEnd:function(f){return i(this,f,arguments.length>1?arguments[1]:void 0)}})},79172:function(d,_,e){"use strict";var r=e(94488),i=e(85571).start,l=e(98352);r({target:"String",proto:!0,forced:l},{padStart:function(f){return i(this,f,arguments.length>1?arguments[1]:void 0)}})},32192:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(80524),c=e(94029),f=e(69905),o=e(82762),h=i([].push),u=i([].join);r({target:"String",stat:!0},{raw:function(x){var p=l(c(x).raw),y=o(p);if(!y)return"";for(var m=arguments.length,b=[],S=0;;){if(h(b,f(p[S++])),S===y)return u(b,"");S<m&&h(b,f(arguments[S]))}}})},42828:function(d,_,e){"use strict";var r=e(94488),i=e(71049);r({target:"String",proto:!0},{repeat:i})},55629:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(94237),c=e(95955),f=e(55327),o=e(4112),h=e(44639),u=e(69905),a=e(53776),x=e(81644),p=e(23011),y=e(59893),m=e(16697),b=y("replace"),S=TypeError,k=l("".indexOf),R=l("".replace),A=l("".slice),O=Math.max,M=function(B,U,X){return X>B.length?-1:U===""?X:k(B,U,X)};r({target:"String",proto:!0},{replaceAll:function(U,X){var G=c(this),V,ae,ie,ue,Q,J,K,oe,ee,q=0,le=0,Z="";if(!o(U)){if(V=h(U),V&&(ae=u(c(x(U))),!~k(ae,"g")))throw new S("`.replaceAll` does not allow non-global regexes");if(ie=a(U,b),ie)return i(ie,U,G,X);if(m&&V)return R(u(G),U,X)}for(ue=u(G),Q=u(U),J=f(X),J||(X=u(X)),K=Q.length,oe=O(1,K),q=M(ue,Q,0);q!==-1;)ee=J?u(X(Q,q,ue)):p(Q,ue,q,[],void 0,X),Z+=A(ue,le,q)+ee,le=q+K,q=M(ue,Q,q+oe);return le<ue.length&&(Z+=A(ue,le)),Z}})},5658:function(d,_,e){"use strict";var r=e(13743),i=e(89945),l=e(94237),c=e(8662),f=e(3338),o=e(80449),h=e(55327),u=e(4112),a=e(56902),x=e(61578),p=e(69905),y=e(95955),m=e(52216),b=e(53776),S=e(23011),k=e(94338),R=e(59893),A=R("replace"),O=Math.max,M=Math.min,B=l([].concat),U=l([].push),X=l("".indexOf),G=l("".slice),V=function(Q){return Q===void 0?Q:String(Q)},ae=function(){return"a".replace(/./,"$0")==="$0"}(),ie=function(){return/./[A]?/./[A]("a","$0")==="":!1}(),ue=!f(function(){var Q=/./;return Q.exec=function(){var J=[];return J.groups={a:"7"},J},"".replace(Q,"$<a>")!=="7"});c("replace",function(Q,J,K){var oe=ie?"$":"$0";return[function(q,le){var Z=y(this),j=u(q)?void 0:b(q,A);return j?i(j,q,Z,le):i(J,p(Z),q,le)},function(ee,q){var le=o(this),Z=p(ee);if(typeof q=="string"&&X(q,oe)===-1&&X(q,"$<")===-1){var j=K(J,le,Z,q);if(j.done)return j.value}var se=h(q);se||(q=p(q));var me=le.global,Oe;me&&(Oe=le.unicode,le.lastIndex=0);for(var ke=[],$e;$e=k(le,Z),!($e===null||(U(ke,$e),!me));){var Ne=p($e[0]);Ne===""&&(le.lastIndex=m(Z,x(le.lastIndex),Oe))}for(var Ft="",wt=0,Pt=0;Pt<ke.length;Pt++){$e=ke[Pt];for(var Jt=p($e[0]),er=O(M(a($e.index),Z.length),0),tr=[],Xe,It=1;It<$e.length;It++)U(tr,V($e[It]));var Zt=$e.groups;if(se){var ot=B([Jt],tr,er,Z);Zt!==void 0&&U(ot,Zt),Xe=p(r(q,void 0,ot))}else Xe=S(Jt,Z,er,tr,Zt,q);er>=wt&&(Ft+=G(Z,wt,er)+Xe,wt=er+Jt.length)}return Ft+G(Z,wt)}]},!ue||!ae||ie)},62925:function(d,_,e){"use strict";var r=e(89945),i=e(8662),l=e(80449),c=e(4112),f=e(95955),o=e(5370),h=e(69905),u=e(53776),a=e(94338);i("search",function(x,p,y){return[function(b){var S=f(this),k=c(b)?void 0:u(b,x);return k?r(k,b,S):new RegExp(b)[x](h(S))},function(m){var b=l(this),S=h(m),k=y(p,b,S);if(k.done)return k.value;var R=b.lastIndex;o(R,0)||(b.lastIndex=0);var A=a(b,S);return o(b.lastIndex,R)||(b.lastIndex=R),A===null?-1:A.index}]})},60462:function(d,_,e){"use strict";var r=e(94488),i=e(95994),l=e(17691);r({target:"String",proto:!0,forced:l("small")},{small:function(){return i(this,"small","","")}})},9595:function(d,_,e){"use strict";var r=e(13743),i=e(89945),l=e(94237),c=e(8662),f=e(80449),o=e(4112),h=e(44639),u=e(95955),a=e(60473),x=e(52216),p=e(61578),y=e(69905),m=e(53776),b=e(71698),S=e(94338),k=e(88736),R=e(19286),A=e(3338),O=R.UNSUPPORTED_Y,M=4294967295,B=Math.min,U=[].push,X=l(/./.exec),G=l(U),V=l("".slice),ae=!A(function(){var ie=/(?:)/,ue=ie.exec;ie.exec=function(){return ue.apply(this,arguments)};var Q="ab".split(ie);return Q.length!==2||Q[0]!=="a"||Q[1]!=="b"});c("split",function(ie,ue,Q){var J;return"abbc".split(/(b)*/)[1]==="c"||"test".split(/(?:)/,-1).length!==4||"ab".split(/(?:ab)*/).length!==2||".".split(/(.?)(.?)/).length!==4||".".split(/()()/).length>1||"".split(/.?/).length?J=function(K,oe){var ee=y(u(this)),q=oe===void 0?M:oe>>>0;if(q===0)return[];if(K===void 0)return[ee];if(!h(K))return i(ue,ee,K,q);for(var le=[],Z=(K.ignoreCase?"i":"")+(K.multiline?"m":"")+(K.unicode?"u":"")+(K.sticky?"y":""),j=0,se=new RegExp(K.source,Z+"g"),me,Oe,ke;(me=i(k,se,ee))&&(Oe=se.lastIndex,!(Oe>j&&(G(le,V(ee,j,me.index)),me.length>1&&me.index<ee.length&&r(U,le,b(me,1)),ke=me[0].length,j=Oe,le.length>=q)));)se.lastIndex===me.index&&se.lastIndex++;return j===ee.length?(ke||!X(se,""))&&G(le,""):G(le,V(ee,j)),le.length>q?b(le,0,q):le}:"0".split(void 0,0).length?J=function(K,oe){return K===void 0&&oe===0?[]:i(ue,this,K,oe)}:J=ue,[function(oe,ee){var q=u(this),le=o(oe)?void 0:m(oe,ie);return le?i(le,oe,q,ee):i(J,y(q),oe,ee)},function(K,oe){var ee=f(this),q=y(K),le=Q(J,ee,q,oe,J!==ue);if(le.done)return le.value;var Z=a(ee,RegExp),j=ee.unicode,se=(ee.ignoreCase?"i":"")+(ee.multiline?"m":"")+(ee.unicode?"u":"")+(O?"g":"y"),me=new Z(O?"^(?:"+ee.source+")":ee,se),Oe=oe===void 0?M:oe>>>0;if(Oe===0)return[];if(q.length===0)return S(me,q)===null?[q]:[];for(var ke=0,$e=0,Ne=[];$e<q.length;){me.lastIndex=O?0:$e;var Ft=S(me,O?V(q,$e):q),wt;if(Ft===null||(wt=B(p(me.lastIndex+(O?$e:0)),q.length))===ke)$e=x(q,$e,j);else{if(G(Ne,V(q,ke,$e)),Ne.length===Oe)return Ne;for(var Pt=1;Pt<=Ft.length-1;Pt++)if(G(Ne,Ft[Pt]),Ne.length===Oe)return Ne;$e=ke=wt}}return G(Ne,V(q,ke)),Ne}]},!ae,O)},58127:function(d,_,e){"use strict";var r=e(94488),i=e(34114),l=e(71256).f,c=e(61578),f=e(69905),o=e(41696),h=e(95955),u=e(86266),a=e(16697),x=i("".startsWith),p=i("".slice),y=Math.min,m=u("startsWith"),b=!a&&!m&&!!function(){var S=l(String.prototype,"startsWith");return S&&!S.writable}();r({target:"String",proto:!0,forced:!b&&!m},{startsWith:function(k){var R=f(h(this));o(k);var A=c(y(arguments.length>1?arguments[1]:void 0,R.length)),O=f(k);return x?x(R,O,A):p(R,A,A+O.length)===O}})},72571:function(d,_,e){"use strict";var r=e(94488),i=e(95994),l=e(17691);r({target:"String",proto:!0,forced:l("strike")},{strike:function(){return i(this,"strike","","")}})},71200:function(d,_,e){"use strict";var r=e(94488),i=e(95994),l=e(17691);r({target:"String",proto:!0,forced:l("sub")},{sub:function(){return i(this,"sub","","")}})},70917:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(95955),c=e(56902),f=e(69905),o=i("".slice),h=Math.max,u=Math.min,a=!"".substr||"ab".substr(-1)!=="b";r({target:"String",proto:!0,forced:a},{substr:function(p,y){var m=f(l(this)),b=m.length,S=c(p),k,R;return S===1/0&&(S=0),S<0&&(S=h(b+S,0)),k=y===void 0?b:c(y),k<=0||k===1/0?"":(R=u(S+k,b),S>=R?"":o(m,S,R))}})},85767:function(d,_,e){"use strict";var r=e(94488),i=e(95994),l=e(17691);r({target:"String",proto:!0,forced:l("sup")},{sup:function(){return i(this,"sup","","")}})},53427:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(94237),c=e(95955),f=e(69905),o=e(3338),h=Array,u=l("".charAt),a=l("".charCodeAt),x=l([].join),p="".toWellFormed,y="\uFFFD",m=p&&o(function(){return i(p,1)!=="1"});r({target:"String",proto:!0,forced:m},{toWellFormed:function(){var S=f(c(this));if(m)return i(p,S);for(var k=S.length,R=h(k),A=0;A<k;A++){var O=a(S,A);(O&63488)!==55296?R[A]=u(S,A):O>=56320||A+1>=k||(a(S,A+1)&64512)!==56320?R[A]=y:(R[A]=u(S,A),R[++A]=u(S,A))}return x(R,"")}})},49257:function(d,_,e){"use strict";e(20189);var r=e(94488),i=e(9591);r({target:"String",proto:!0,name:"trimEnd",forced:"".trimEnd!==i},{trimEnd:i})},93980:function(d,_,e){"use strict";var r=e(94488),i=e(27374);r({target:"String",proto:!0,name:"trimStart",forced:"".trimLeft!==i},{trimLeft:i})},20189:function(d,_,e){"use strict";var r=e(94488),i=e(9591);r({target:"String",proto:!0,name:"trimEnd",forced:"".trimRight!==i},{trimRight:i})},72910:function(d,_,e){"use strict";e(93980);var r=e(94488),i=e(27374);r({target:"String",proto:!0,name:"trimStart",forced:"".trimStart!==i},{trimStart:i})},70878:function(d,_,e){"use strict";var r=e(94488),i=e(52971).trim,l=e(18105);r({target:"String",proto:!0,forced:l("trim")},{trim:function(){return i(this)}})},64003:function(d,_,e){"use strict";var r=e(94674);r("asyncIterator")},39161:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(89945),c=e(94237),f=e(16697),o=e(35454),h=e(42820),u=e(3338),a=e(32621),x=e(16332),p=e(80449),y=e(80524),m=e(17818),b=e(69905),S=e(35012),k=e(20132),R=e(7733),A=e(80689),O=e(53393),M=e(92635),B=e(71256),U=e(37691),X=e(55666),G=e(27597),V=e(2291),ae=e(64110),ie=e(77898),ue=e(11898),Q=e(54406),J=e(6145),K=e(59893),oe=e(38282),ee=e(94674),q=e(14311),le=e(94573),Z=e(94844),j=e(90560).forEach,se=ue("hidden"),me="Symbol",Oe="prototype",ke=Z.set,$e=Z.getterFor(me),Ne=Object[Oe],Ft=i.Symbol,wt=Ft&&Ft[Oe],Pt=i.RangeError,Jt=i.TypeError,er=i.QObject,tr=B.f,Xe=U.f,It=O.f,Zt=G.f,ot=c([].push),bt=ie("symbols"),mt=ie("op-symbols"),et=ie("wks"),He=!er||!er[Oe]||!er[Oe].findChild,_e=function(Qe,Kt,Lt){var Ht=tr(Ne,Kt);Ht&&delete Ne[Kt],Xe(Qe,Kt,Lt),Ht&&Qe!==Ne&&Xe(Ne,Kt,Ht)},Se=o&&u(function(){return k(Xe({},"a",{get:function(){return Xe(this,"a",{value:7}).a}})).a!==7})?_e:Xe,Me=function(Qe,Kt){var Lt=bt[Qe]=k(wt);return ke(Lt,{type:me,tag:Qe,description:Kt}),o||(Lt.description=Kt),Lt},Ue=function(Kt,Lt,Ht){Kt===Ne&&Ue(mt,Lt,Ht),p(Kt);var Nt=m(Lt);return p(Ht),a(bt,Nt)?(Ht.enumerable?(a(Kt,se)&&Kt[se][Nt]&&(Kt[se][Nt]=!1),Ht=k(Ht,{enumerable:S(0,!1)})):(a(Kt,se)||Xe(Kt,se,S(1,{})),Kt[se][Nt]=!0),Se(Kt,Nt,Ht)):Xe(Kt,Nt,Ht)},We=function(Kt,Lt){p(Kt);var Ht=y(Lt),Nt=R(Ht).concat(Pe(Ht));return j(Nt,function(Ct){(!o||l(ct,Ht,Ct))&&Ue(Kt,Ct,Ht[Ct])}),Kt},it=function(Kt,Lt){return Lt===void 0?k(Kt):We(k(Kt),Lt)},ct=function(Kt){var Lt=m(Kt),Ht=l(Zt,this,Lt);return this===Ne&&a(bt,Lt)&&!a(mt,Lt)?!1:Ht||!a(this,Lt)||!a(bt,Lt)||a(this,se)&&this[se][Lt]?Ht:!0},Gt=function(Kt,Lt){var Ht=y(Kt),Nt=m(Lt);if(!(Ht===Ne&&a(bt,Nt)&&!a(mt,Nt))){var Ct=tr(Ht,Nt);return Ct&&a(bt,Nt)&&!(a(Ht,se)&&Ht[se][Nt])&&(Ct.enumerable=!0),Ct}},$t=function(Kt){var Lt=It(y(Kt)),Ht=[];return j(Lt,function(Nt){!a(bt,Nt)&&!a(Q,Nt)&&ot(Ht,Nt)}),Ht},Pe=function(Qe){var Kt=Qe===Ne,Lt=It(Kt?mt:y(Qe)),Ht=[];return j(Lt,function(Nt){a(bt,Nt)&&(!Kt||a(Ne,Nt))&&ot(Ht,bt[Nt])}),Ht};h||(Ft=function(){if(x(wt,this))throw new Jt("Symbol is not a constructor");var Kt=!arguments.length||arguments[0]===void 0?void 0:b(arguments[0]),Lt=J(Kt),Ht=function(Nt){var Ct=this===void 0?i:this;Ct===Ne&&l(Ht,mt,Nt),a(Ct,se)&&a(Ct[se],Lt)&&(Ct[se][Lt]=!1);var Yt=S(1,Nt);try{Se(Ct,Lt,Yt)}catch(Ge){if(!(Ge instanceof Pt))throw Ge;_e(Ct,Lt,Yt)}};return o&&He&&Se(Ne,Lt,{configurable:!0,set:Ht}),Me(Lt,Kt)},wt=Ft[Oe],V(wt,"toString",function(){return $e(this).tag}),V(Ft,"withoutSetter",function(Qe){return Me(J(Qe),Qe)}),G.f=ct,U.f=Ue,X.f=We,B.f=Gt,A.f=O.f=$t,M.f=Pe,oe.f=function(Qe){return Me(K(Qe),Qe)},o&&(ae(wt,"description",{configurable:!0,get:function(){return $e(this).description}}),f||V(Ne,"propertyIsEnumerable",ct,{unsafe:!0}))),r({global:!0,constructor:!0,wrap:!0,forced:!h,sham:!h},{Symbol:Ft}),j(R(et),function(Qe){ee(Qe)}),r({target:me,stat:!0,forced:!h},{useSetter:function(){He=!0},useSimple:function(){He=!1}}),r({target:"Object",stat:!0,forced:!h,sham:!o},{create:it,defineProperty:Ue,defineProperties:We,getOwnPropertyDescriptor:Gt}),r({target:"Object",stat:!0,forced:!h},{getOwnPropertyNames:$t}),q(),le(Ft,me),Q[se]=!0},44852:function(d,_,e){"use strict";var r=e(94488),i=e(35454),l=e(92916),c=e(94237),f=e(32621),o=e(55327),h=e(16332),u=e(69905),a=e(64110),x=e(24538),p=l.Symbol,y=p&&p.prototype;if(i&&o(p)&&(!("description"in y)||p().description!==void 0)){var m={},b=function(){var U=arguments.length<1||arguments[0]===void 0?void 0:u(arguments[0]),X=h(y,this)?new p(U):U===void 0?p():p(U);return U===""&&(m[X]=!0),X};x(b,p),b.prototype=y,y.constructor=b;var S=String(p("description detection"))==="Symbol(description detection)",k=c(y.valueOf),R=c(y.toString),A=/^Symbol\((.*)\)[^)]+$/,O=c("".replace),M=c("".slice);a(y,"description",{configurable:!0,get:function(){var U=k(this);if(f(m,U))return"";var X=R(U),G=S?M(X,7,-1):O(X,A,"$1");return G===""?void 0:G}}),r({global:!0,constructor:!0,forced:!0},{Symbol:b})}},54524:function(d,_,e){"use strict";var r=e(94488),i=e(65911),l=e(32621),c=e(69905),f=e(77898),o=e(60798),h=f("string-to-symbol-registry"),u=f("symbol-to-string-registry");r({target:"Symbol",stat:!0,forced:!o},{for:function(a){var x=c(a);if(l(h,x))return h[x];var p=i("Symbol")(x);return h[x]=p,u[p]=x,p}})},17898:function(d,_,e){"use strict";var r=e(94674);r("hasInstance")},40902:function(d,_,e){"use strict";var r=e(94674);r("isConcatSpreadable")},2259:function(d,_,e){"use strict";var r=e(94674);r("iterator")},68557:function(d,_,e){"use strict";e(39161),e(54524),e(32340),e(54226),e(67936)},32340:function(d,_,e){"use strict";var r=e(94488),i=e(32621),l=e(18446),c=e(40593),f=e(77898),o=e(60798),h=f("symbol-to-string-registry");r({target:"Symbol",stat:!0,forced:!o},{keyFor:function(a){if(!l(a))throw new TypeError(c(a)+" is not a symbol");if(i(h,a))return h[a]}})},69811:function(d,_,e){"use strict";var r=e(94674);r("matchAll")},14589:function(d,_,e){"use strict";var r=e(94674);r("match")},18114:function(d,_,e){"use strict";var r=e(94674);r("replace")},23844:function(d,_,e){"use strict";var r=e(94674);r("search")},39581:function(d,_,e){"use strict";var r=e(94674);r("species")},40632:function(d,_,e){"use strict";var r=e(94674);r("split")},22690:function(d,_,e){"use strict";var r=e(94674),i=e(14311);r("toPrimitive"),i()},7786:function(d,_,e){"use strict";var r=e(65911),i=e(94674),l=e(94573);i("toStringTag"),l(r("Symbol"),"Symbol")},99062:function(d,_,e){"use strict";var r=e(94674);r("unscopables")},35246:function(d,_,e){"use strict";var r=e(58261),i=e(82762),l=e(56902),c=r.aTypedArray,f=r.exportTypedArrayMethod;f("at",function(h){var u=c(this),a=i(u),x=l(h),p=x>=0?x:a+x;return p<0||p>=a?void 0:u[p]})},83470:function(d,_,e){"use strict";var r=e(94237),i=e(58261),l=e(92670),c=r(l),f=i.aTypedArray,o=i.exportTypedArrayMethod;o("copyWithin",function(u,a){return c(f(this),u,a,arguments.length>2?arguments[2]:void 0)})},79641:function(d,_,e){"use strict";var r=e(58261),i=e(90560).every,l=r.aTypedArray,c=r.exportTypedArrayMethod;c("every",function(o){return i(l(this),o,arguments.length>1?arguments[1]:void 0)})},72397:function(d,_,e){"use strict";var r=e(58261),i=e(75202),l=e(93303),c=e(97607),f=e(89945),o=e(94237),h=e(3338),u=r.aTypedArray,a=r.exportTypedArrayMethod,x=o("".slice),p=h(function(){var y=0;return new Int8Array(2).fill({valueOf:function(){return y++}}),y!==1});a("fill",function(m){var b=arguments.length;u(this);var S=x(c(this),0,3)==="Big"?l(m):+m;return f(i,this,S,b>1?arguments[1]:void 0,b>2?arguments[2]:void 0)},p)},24860:function(d,_,e){"use strict";var r=e(58261),i=e(90560).filter,l=e(27607),c=r.aTypedArray,f=r.exportTypedArrayMethod;f("filter",function(h){var u=i(c(this),h,arguments.length>1?arguments[1]:void 0);return l(this,u)})},56233:function(d,_,e){"use strict";var r=e(58261),i=e(90560).findIndex,l=r.aTypedArray,c=r.exportTypedArrayMethod;c("findIndex",function(o){return i(l(this),o,arguments.length>1?arguments[1]:void 0)})},64344:function(d,_,e){"use strict";var r=e(58261),i=e(53279).findLastIndex,l=r.aTypedArray,c=r.exportTypedArrayMethod;c("findLastIndex",function(o){return i(l(this),o,arguments.length>1?arguments[1]:void 0)})},59419:function(d,_,e){"use strict";var r=e(58261),i=e(53279).findLast,l=r.aTypedArray,c=r.exportTypedArrayMethod;c("findLast",function(o){return i(l(this),o,arguments.length>1?arguments[1]:void 0)})},19320:function(d,_,e){"use strict";var r=e(58261),i=e(90560).find,l=r.aTypedArray,c=r.exportTypedArrayMethod;c("find",function(o){return i(l(this),o,arguments.length>1?arguments[1]:void 0)})},84432:function(d,_,e){"use strict";var r=e(69733);r("Float32",function(i){return function(c,f,o){return i(this,c,f,o)}})},59022:function(d,_,e){"use strict";var r=e(69733);r("Float64",function(i){return function(c,f,o){return i(this,c,f,o)}})},5316:function(d,_,e){"use strict";var r=e(58261),i=e(90560).forEach,l=r.aTypedArray,c=r.exportTypedArrayMethod;c("forEach",function(o){i(l(this),o,arguments.length>1?arguments[1]:void 0)})},93744:function(d,_,e){"use strict";var r=e(59627),i=e(58261).exportTypedArrayStaticMethod,l=e(50706);i("from",l,r)},19299:function(d,_,e){"use strict";var r=e(58261),i=e(22999).includes,l=r.aTypedArray,c=r.exportTypedArrayMethod;c("includes",function(o){return i(l(this),o,arguments.length>1?arguments[1]:void 0)})},15286:function(d,_,e){"use strict";var r=e(58261),i=e(22999).indexOf,l=r.aTypedArray,c=r.exportTypedArrayMethod;c("indexOf",function(o){return i(l(this),o,arguments.length>1?arguments[1]:void 0)})},51054:function(d,_,e){"use strict";var r=e(69733);r("Int16",function(i){return function(c,f,o){return i(this,c,f,o)}})},60330:function(d,_,e){"use strict";var r=e(69733);r("Int32",function(i){return function(c,f,o){return i(this,c,f,o)}})},19363:function(d,_,e){"use strict";var r=e(69733);r("Int8",function(i){return function(c,f,o){return i(this,c,f,o)}})},91927:function(d,_,e){"use strict";var r=e(92916),i=e(3338),l=e(94237),c=e(58261),f=e(11005),o=e(59893),h=o("iterator"),u=r.Uint8Array,a=l(f.values),x=l(f.keys),p=l(f.entries),y=c.aTypedArray,m=c.exportTypedArrayMethod,b=u&&u.prototype,S=!i(function(){b[h].call([1])}),k=!!b&&b.values&&b[h]===b.values&&b.values.name==="values",R=function(){return a(y(this))};m("entries",function(){return p(y(this))},S),m("keys",function(){return x(y(this))},S),m("values",R,S||!k,{name:"values"}),m(h,R,S||!k,{name:"values"})},27730:function(d,_,e){"use strict";var r=e(58261),i=e(94237),l=r.aTypedArray,c=r.exportTypedArrayMethod,f=i([].join);c("join",function(h){return f(l(this),h)})},58707:function(d,_,e){"use strict";var r=e(58261),i=e(13743),l=e(55009),c=r.aTypedArray,f=r.exportTypedArrayMethod;f("lastIndexOf",function(h){var u=arguments.length;return i(l,c(this),u>1?[h,arguments[1]]:[h])})},41356:function(d,_,e){"use strict";var r=e(58261),i=e(90560).map,l=e(31384),c=r.aTypedArray,f=r.exportTypedArrayMethod;f("map",function(h){return i(c(this),h,arguments.length>1?arguments[1]:void 0,function(u,a){return new(l(u))(a)})})},51606:function(d,_,e){"use strict";var r=e(58261),i=e(59627),l=r.aTypedArrayConstructor,c=r.exportTypedArrayStaticMethod;c("of",function(){for(var o=0,h=arguments.length,u=new(l(this))(h);h>o;)u[o]=arguments[o++];return u},i)},38458:function(d,_,e){"use strict";var r=e(58261),i=e(16370).right,l=r.aTypedArray,c=r.exportTypedArrayMethod;c("reduceRight",function(o){var h=arguments.length;return i(l(this),o,h,h>1?arguments[1]:void 0)})},8966:function(d,_,e){"use strict";var r=e(58261),i=e(16370).left,l=r.aTypedArray,c=r.exportTypedArrayMethod;c("reduce",function(o){var h=arguments.length;return i(l(this),o,h,h>1?arguments[1]:void 0)})},71957:function(d,_,e){"use strict";var r=e(58261),i=r.aTypedArray,l=r.exportTypedArrayMethod,c=Math.floor;l("reverse",function(){for(var o=this,h=i(o).length,u=c(h/2),a=0,x;a<u;)x=o[a],o[a++]=o[--h],o[h]=x;return o})},89466:function(d,_,e){"use strict";var r=e(92916),i=e(89945),l=e(58261),c=e(82762),f=e(64135),o=e(94029),h=e(3338),u=r.RangeError,a=r.Int8Array,x=a&&a.prototype,p=x&&x.set,y=l.aTypedArray,m=l.exportTypedArrayMethod,b=!h(function(){var k=new Uint8ClampedArray(2);return i(p,k,{length:1,0:3},1),k[1]!==3}),S=b&&l.NATIVE_ARRAY_BUFFER_VIEWS&&h(function(){var k=new a(2);return k.set(1),k.set("2",1),k[0]!==0||k[1]!==2});m("set",function(R){y(this);var A=f(arguments.length>1?arguments[1]:void 0,1),O=o(R);if(b)return i(p,this,O,A);var M=this.length,B=c(O),U=0;if(B+A>M)throw new u("Wrong length");for(;U<B;)this[A+U]=O[U++]},!b||S)},69653:function(d,_,e){"use strict";var r=e(58261),i=e(31384),l=e(3338),c=e(30867),f=r.aTypedArray,o=r.exportTypedArrayMethod,h=l(function(){new Int8Array(1).slice()});o("slice",function(a,x){for(var p=c(f(this),a,x),y=i(this),m=0,b=p.length,S=new y(b);b>m;)S[m]=p[m++];return S},h)},96519:function(d,_,e){"use strict";var r=e(58261),i=e(90560).some,l=r.aTypedArray,c=r.exportTypedArrayMethod;c("some",function(o){return i(l(this),o,arguments.length>1?arguments[1]:void 0)})},95576:function(d,_,e){"use strict";var r=e(92916),i=e(34114),l=e(3338),c=e(63335),f=e(63668),o=e(58261),h=e(78177),u=e(17687),a=e(46573),x=e(19684),p=o.aTypedArray,y=o.exportTypedArrayMethod,m=r.Uint16Array,b=m&&i(m.prototype.sort),S=!!b&&!(l(function(){b(new m(2),null)})&&l(function(){b(new m(2),{})})),k=!!b&&!l(function(){if(a)return a<74;if(h)return h<67;if(u)return!0;if(x)return x<602;var A=new m(516),O=Array(516),M,B;for(M=0;M<516;M++)B=M%4,A[M]=515-M,O[M]=M-2*B+3;for(b(A,function(U,X){return(U/4|0)-(X/4|0)}),M=0;M<516;M++)if(A[M]!==O[M])return!0}),R=function(A){return function(O,M){return A!==void 0?+A(O,M)||0:M!==M?-1:O!==O?1:O===0&&M===0?1/O>0&&1/M<0?1:-1:O>M}};y("sort",function(O){return O!==void 0&&c(O),k?b(this,O):f(p(this),R(O))},!k||S)},63079:function(d,_,e){"use strict";var r=e(58261),i=e(61578),l=e(51981),c=e(31384),f=r.aTypedArray,o=r.exportTypedArrayMethod;o("subarray",function(u,a){var x=f(this),p=x.length,y=l(u,p),m=c(x);return new m(x.buffer,x.byteOffset+y*x.BYTES_PER_ELEMENT,i((a===void 0?p:l(a,p))-y))})},8995:function(d,_,e){"use strict";var r=e(92916),i=e(13743),l=e(58261),c=e(3338),f=e(30867),o=r.Int8Array,h=l.aTypedArray,u=l.exportTypedArrayMethod,a=[].toLocaleString,x=!!o&&c(function(){a.call(new o(1))}),p=c(function(){return[1,2].toLocaleString()!==new o([1,2]).toLocaleString()})||!c(function(){o.prototype.toLocaleString.call([1,2])});u("toLocaleString",function(){return i(a,x?f(h(this)):h(this),f(arguments))},p)},23080:function(d,_,e){"use strict";var r=e(85903),i=e(58261),l=i.aTypedArray,c=i.exportTypedArrayMethod,f=i.getTypedArrayConstructor;c("toReversed",function(){return r(l(this),f(this))})},74701:function(d,_,e){"use strict";var r=e(58261),i=e(94237),l=e(63335),c=e(69478),f=r.aTypedArray,o=r.getTypedArrayConstructor,h=r.exportTypedArrayMethod,u=i(r.TypedArrayPrototype.sort);h("toSorted",function(x){x!==void 0&&l(x);var p=f(this),y=c(o(p),p);return u(y,x)})},91809:function(d,_,e){"use strict";var r=e(58261).exportTypedArrayMethod,i=e(3338),l=e(92916),c=e(94237),f=l.Uint8Array,o=f&&f.prototype||{},h=[].toString,u=c([].join);i(function(){h.call({})})&&(h=function(){return u(this)});var a=o.toString!==h;r("toString",h,a)},64336:function(d,_,e){"use strict";var r=e(69733);r("Uint16",function(i){return function(c,f,o){return i(this,c,f,o)}})},63914:function(d,_,e){"use strict";var r=e(69733);r("Uint32",function(i){return function(c,f,o){return i(this,c,f,o)}})},55234:function(d,_,e){"use strict";var r=e(69733);r("Uint8",function(i){return function(c,f,o){return i(this,c,f,o)}})},88104:function(d,_,e){"use strict";var r=e(69733);r("Uint8",function(i){return function(c,f,o){return i(this,c,f,o)}},!0)},77517:function(d,_,e){"use strict";var r=e(82041),i=e(58261),l=e(75406),c=e(56902),f=e(93303),o=i.aTypedArray,h=i.getTypedArrayConstructor,u=i.exportTypedArrayMethod,a=!!function(){try{new Int8Array(1).with(2,{valueOf:function(){throw 8}})}catch(x){return x===8}}();u("with",function(x,p){var y=o(this),m=c(x),b=l(y)?f(p):+p;return r(y,h(y),m,b)},!a)},30149:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(69905),c=String.fromCharCode,f=i("".charAt),o=i(/./.exec),h=i("".slice),u=/^[\da-f]{2}$/i,a=/^[\da-f]{4}$/i;r({global:!0},{unescape:function(p){for(var y=l(p),m="",b=y.length,S=0,k,R;S<b;){if(k=f(y,S++),k==="%"){if(f(y,S)==="u"){if(R=h(y,S+1,S+5),o(a,R)){m+=c(parseInt(R,16)),S+=5;continue}}else if(R=h(y,S,S+2),o(u,R)){m+=c(parseInt(R,16)),S+=2;continue}}m+=k}return m}})},58453:function(d,_,e){"use strict";var r=e(13247),i=e(92916),l=e(94237),c=e(66477),f=e(2074),o=e(48059),h=e(39656),u=e(31946),a=e(94844).enforce,x=e(3338),p=e(40115),y=Object,m=Array.isArray,b=y.isExtensible,S=y.isFrozen,k=y.isSealed,R=y.freeze,A=y.seal,O={},M={},B=!i.ActiveXObject&&"ActiveXObject"in i,U,X=function(K){return function(){return K(this,arguments.length?arguments[0]:void 0)}},G=o("WeakMap",X,h),V=G.prototype,ae=l(V.set),ie=function(){return r&&x(function(){var K=R([]);return ae(new G,K,1),!S(K)})};if(p)if(B){U=h.getConstructor(X,"WeakMap",!0),f.enable();var ue=l(V.delete),Q=l(V.has),J=l(V.get);c(V,{delete:function(K){if(u(K)&&!b(K)){var oe=a(this);return oe.frozen||(oe.frozen=new U),ue(this,K)||oe.frozen.delete(K)}return ue(this,K)},has:function(oe){if(u(oe)&&!b(oe)){var ee=a(this);return ee.frozen||(ee.frozen=new U),Q(this,oe)||ee.frozen.has(oe)}return Q(this,oe)},get:function(oe){if(u(oe)&&!b(oe)){var ee=a(this);return ee.frozen||(ee.frozen=new U),Q(this,oe)?J(this,oe):ee.frozen.get(oe)}return J(this,oe)},set:function(oe,ee){if(u(oe)&&!b(oe)){var q=a(this);q.frozen||(q.frozen=new U),Q(this,oe)?ae(this,oe,ee):q.frozen.set(oe,ee)}else ae(this,oe,ee);return this}})}else ie()&&c(V,{set:function(oe,ee){var q;return m(oe)&&(S(oe)?q=O:k(oe)&&(q=M)),ae(this,oe,ee),q===O&&R(oe),q===M&&A(oe),this}})},55410:function(d,_,e){"use strict";e(58453)},65092:function(d,_,e){"use strict";var r=e(48059),i=e(39656);r("WeakSet",function(l){return function(){return l(this,arguments.length?arguments[0]:void 0)}},i)},46161:function(d,_,e){"use strict";e(65092)},88900:function(d,_,e){"use strict";var r=e(35454),i=e(64110),l=e(93683),c=ArrayBuffer.prototype;r&&!("detached"in c)&&i(c,"detached",{configurable:!0,get:function(){return l(this)}})},81138:function(d,_,e){"use strict";var r=e(94488),i=e(39760);i&&r({target:"ArrayBuffer",proto:!0},{transferToFixedLength:function(){return i(this,arguments.length?arguments[0]:void 0,!1)}})},54815:function(d,_,e){"use strict";var r=e(94488),i=e(39760);i&&r({target:"ArrayBuffer",proto:!0},{transfer:function(){return i(this,arguments.length?arguments[0]:void 0,!0)}})},2722:function(d,_,e){"use strict";var r=e(94488),i=e(90560).filterReject,l=e(81181);r({target:"Array",proto:!0,forced:!0},{filterOut:function(f){return i(this,f,arguments.length>1?arguments[1]:void 0)}}),l("filterOut")},55885:function(d,_,e){"use strict";var r=e(94488),i=e(90560).filterReject,l=e(81181);r({target:"Array",proto:!0,forced:!0},{filterReject:function(f){return i(this,f,arguments.length>1?arguments[1]:void 0)}}),l("filterReject")},91130:function(d,_,e){"use strict";var r=e(94488),i=e(32278);r({target:"Array",stat:!0},{fromAsync:i})},64963:function(d,_,e){"use strict";var r=e(94488),i=e(45601),l=e(81181),c=e(33940),f=e(16697);r({target:"Array",proto:!0,name:"groupToMap",forced:f||!i("groupByToMap")},{groupByToMap:c}),l("groupByToMap")},8604:function(d,_,e){"use strict";var r=e(94488),i=e(36444),l=e(45601),c=e(81181);r({target:"Array",proto:!0,forced:!l("groupBy")},{groupBy:function(o){var h=arguments.length>1?arguments[1]:void 0;return i(this,o,h)}}),c("groupBy")},25178:function(d,_,e){"use strict";var r=e(94488),i=e(81181),l=e(33940),c=e(16697);r({target:"Array",proto:!0,forced:c},{groupToMap:l}),i("groupToMap")},39034:function(d,_,e){"use strict";var r=e(94488),i=e(36444),l=e(81181);r({target:"Array",proto:!0},{group:function(f){var o=arguments.length>1?arguments[1]:void 0;return i(this,f,o)}}),l("group")},1905:function(d,_,e){"use strict";var r=e(94488),i=e(18589),l=Object.isFrozen,c=function(f,o){if(!l||!i(f)||!l(f))return!1;for(var h=0,u=f.length,a;h<u;)if(a=f[h++],!(typeof a=="string"||o&&a===void 0))return!1;return u!==0};r({target:"Array",stat:!0,sham:!0,forced:!0},{isTemplateObject:function(o){if(!c(o,!0))return!1;var h=o.raw;return h.length===o.length&&c(h,!1)}})},94306:function(d,_,e){"use strict";var r=e(35454),i=e(81181),l=e(94029),c=e(82762),f=e(64110);r&&(f(Array.prototype,"lastIndex",{configurable:!0,get:function(){var h=l(this),u=c(h);return u===0?0:u-1}}),i("lastIndex"))},11762:function(d,_,e){"use strict";var r=e(35454),i=e(81181),l=e(94029),c=e(82762),f=e(64110);r&&(f(Array.prototype,"lastItem",{configurable:!0,get:function(){var h=l(this),u=c(h);return u===0?void 0:h[u-1]},set:function(h){var u=l(this),a=c(u);return u[a===0?0:a-1]=h}}),i("lastItem"))},93164:function(d,_,e){"use strict";var r=e(94488),i=e(81181),l=e(65621);r({target:"Array",proto:!0,forced:!0},{uniqueBy:l}),i("uniqueBy")},37252:function(d,_,e){"use strict";var r=e(94488),i=e(35454),l=e(65911),c=e(63335),f=e(56472),o=e(2291),h=e(66477),u=e(64110),a=e(59893),x=e(94844),p=e(5978),y=l("Promise"),m=l("SuppressedError"),b=ReferenceError,S=a("asyncDispose"),k=a("toStringTag"),R="AsyncDisposableStack",A=x.set,O=x.getterFor(R),M="async-dispose",B="disposed",U="pending",X=function(ae){var ie=O(ae);if(ie.state===B)throw new b(R+" already disposed");return ie},G=function(){A(f(this,V),{type:R,state:U,stack:[]}),i||(this.disposed=!1)},V=G.prototype;h(V,{disposeAsync:function(){var ie=this;return new y(function(ue,Q){var J=O(ie);if(J.state===B)return ue(void 0);J.state=B,i||(ie.disposed=!0);var K=J.stack,oe=K.length,ee=!1,q,le=function(j){ee?q=new m(j,q):(ee=!0,q=j),Z()},Z=function(){if(oe){var j=K[--oe];K[oe]=null;try{y.resolve(j()).then(Z,le)}catch(se){le(se)}}else J.stack=null,ee?Q(q):ue(void 0)};Z()})},use:function(ie){return p(X(this),ie,M),ie},adopt:function(ie,ue){var Q=X(this);return c(ue),p(Q,void 0,M,function(){return ue(ie)}),ie},defer:function(ie){var ue=X(this);c(ie),p(ue,void 0,M,ie)},move:function(){var ie=X(this),ue=new G;return O(ue).stack=ie.stack,ie.stack=[],ie.state=B,i||(this.disposed=!0),ue}}),i&&u(V,"disposed",{configurable:!0,get:function(){return O(this).state===B}}),o(V,S,V.disposeAsync,{name:"disposeAsync"}),o(V,k,R,{nonWritable:!0}),r({global:!0,constructor:!0},{AsyncDisposableStack:G})},48966:function(d,_,e){"use strict";var r=e(94488),i=e(34535);r({target:"AsyncIterator",name:"indexed",proto:!0,real:!0,forced:!0},{asIndexedPairs:i})},13015:function(d,_,e){"use strict";var r=e(89945),i=e(2291),l=e(65911),c=e(53776),f=e(32621),o=e(59893),h=e(14052),u=o("asyncDispose"),a=l("Promise");f(h,u)||i(h,u,function(){var x=this;return new a(function(p,y){var m=c(x,"return");m?a.resolve(r(m,x)).then(function(){p(void 0)},y):p(void 0)})})},81673:function(d,_,e){"use strict";var r=e(94488),i=e(56472),l=e(53456),c=e(68151),f=e(32621),o=e(59893),h=e(14052),u=e(16697),a=o("toStringTag"),x=TypeError,p=function(){if(i(this,h),l(this)===h)throw new x("Abstract class AsyncIterator not directly constructable")};p.prototype=h,f(h,a)||c(h,a,"AsyncIterator"),(u||!f(h,"constructor")||h.constructor===Object)&&c(h,"constructor",p),r({global:!0,constructor:!0,forced:u},{AsyncIterator:p})},78527:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(80449),c=e(10731),f=e(2279),o=e(51358),h=e(31342),u=e(25587),a=e(16697),x=h(function(p){var y=this;return new p(function(m,b){var S=function(R){y.done=!0,b(R)},k=function(){try{p.resolve(l(i(y.next,y.iterator))).then(function(R){try{l(R).done?(y.done=!0,m(u(void 0,!0))):y.remaining?(y.remaining--,k()):m(u(R.value,!1))}catch(A){S(A)}},S)}catch(R){S(R)}};k()})});r({target:"AsyncIterator",proto:!0,real:!0,forced:a},{drop:function(y){l(this);var m=o(f(+y));return new x(c(this),{remaining:m})}})},20511:function(d,_,e){"use strict";var r=e(94488),i=e(55266).every;r({target:"AsyncIterator",proto:!0,real:!0},{every:function(c){return i(this,c)}})},78366:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(63335),c=e(80449),f=e(31946),o=e(10731),h=e(31342),u=e(25587),a=e(28255),x=e(16697),p=h(function(y){var m=this,b=m.iterator,S=m.predicate;return new y(function(k,R){var A=function(B){m.done=!0,R(B)},O=function(B){a(b,A,B,A)},M=function(){try{y.resolve(c(i(m.next,b))).then(function(B){try{if(c(B).done)m.done=!0,k(u(void 0,!0));else{var U=B.value;try{var X=S(U,m.counter++),G=function(V){V?k(u(U,!1)):M()};f(X)?y.resolve(X).then(G,O):G(X)}catch(V){O(V)}}}catch(V){A(V)}},A)}catch(B){A(B)}};M()})});r({target:"AsyncIterator",proto:!0,real:!0,forced:x},{filter:function(m){return c(this),l(m),new p(o(this),{predicate:m})}})},27427:function(d,_,e){"use strict";var r=e(94488),i=e(55266).find;r({target:"AsyncIterator",proto:!0,real:!0},{find:function(c){return i(this,c)}})},43890:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(63335),c=e(80449),f=e(31946),o=e(10731),h=e(31342),u=e(25587),a=e(38116),x=e(28255),p=e(16697),y=h(function(m){var b=this,S=b.iterator,k=b.mapper;return new m(function(R,A){var O=function(X){b.done=!0,A(X)},M=function(X){x(S,O,X,O)},B=function(){try{m.resolve(c(i(b.next,S))).then(function(X){try{if(c(X).done)b.done=!0,R(u(void 0,!0));else{var G=X.value;try{var V=k(G,b.counter++),ae=function(ie){try{b.inner=a(ie),U()}catch(ue){M(ue)}};f(V)?m.resolve(V).then(ae,M):ae(V)}catch(ie){M(ie)}}}catch(ie){O(ie)}},O)}catch(X){O(X)}},U=function(){var X=b.inner;if(X)try{m.resolve(c(i(X.next,X.iterator))).then(function(G){try{c(G).done?(b.inner=null,B()):R(u(G.value,!1))}catch(V){M(V)}},M)}catch(G){M(G)}else B()};U()})});r({target:"AsyncIterator",proto:!0,real:!0,forced:p},{flatMap:function(b){return c(this),l(b),new y(o(this),{mapper:b,inner:null})}})},55844:function(d,_,e){"use strict";var r=e(94488),i=e(55266).forEach;r({target:"AsyncIterator",proto:!0,real:!0},{forEach:function(c){return i(this,c)}})},71361:function(d,_,e){"use strict";var r=e(94488),i=e(94029),l=e(16332),c=e(38116),f=e(14052),o=e(80025),h=e(16697);r({target:"AsyncIterator",stat:!0,forced:h},{from:function(a){var x=c(typeof a=="string"?i(a):a);return l(f,x.iterator)?x.iterator:new o(x)}})},44550:function(d,_,e){"use strict";var r=e(94488),i=e(34535);r({target:"AsyncIterator",proto:!0,real:!0,forced:!0},{indexed:i})},413:function(d,_,e){"use strict";var r=e(94488),i=e(41586),l=e(16697);r({target:"AsyncIterator",proto:!0,real:!0,forced:l},{map:i})},77464:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(63335),c=e(80449),f=e(31946),o=e(65911),h=e(10731),u=e(28255),a=o("Promise"),x=TypeError;r({target:"AsyncIterator",proto:!0,real:!0},{reduce:function(y){c(this),l(y);var m=h(this),b=m.iterator,S=m.next,k=arguments.length<2,R=k?void 0:arguments[1],A=0;return new a(function(O,M){var B=function(X){u(b,M,X,M)},U=function(){try{a.resolve(c(i(S,b))).then(function(X){try{if(c(X).done)k?M(new x("Reduce of empty iterator with no initial value")):O(R);else{var G=X.value;if(k)k=!1,R=G,U();else try{var V=y(R,G,A),ae=function(ie){R=ie,U()};f(V)?a.resolve(V).then(ae,B):ae(V)}catch(ie){B(ie)}}A++}catch(ie){M(ie)}},M)}catch(X){M(X)}};U()})}})},77703:function(d,_,e){"use strict";var r=e(94488),i=e(55266).some;r({target:"AsyncIterator",proto:!0,real:!0},{some:function(c){return i(this,c)}})},93854:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(80449),c=e(10731),f=e(2279),o=e(51358),h=e(31342),u=e(25587),a=e(16697),x=h(function(p){var y=this,m=y.iterator,b;if(!y.remaining--){var S=u(void 0,!0);return y.done=!0,b=m.return,b!==void 0?p.resolve(i(b,m,void 0)).then(function(){return S}):S}return p.resolve(i(y.next,m)).then(function(k){return l(k).done?(y.done=!0,u(void 0,!0)):u(k.value,!1)}).then(null,function(k){throw y.done=!0,k})});r({target:"AsyncIterator",proto:!0,real:!0,forced:a},{take:function(y){l(this);var m=o(f(+y));return new x(c(this),{remaining:m})}})},962:function(d,_,e){"use strict";var r=e(94488),i=e(55266).toArray;r({target:"AsyncIterator",proto:!0,real:!0},{toArray:function(){return i(this,void 0,[])}})},44169:function(d,_,e){"use strict";var r=e(94488),i=e(17243);typeof BigInt=="function"&&r({target:"BigInt",stat:!0,forced:!0},{range:function(c,f,o){return new i(c,f,o,"bigint",BigInt(0),BigInt(1))}})},56272:function(d,_,e){"use strict";var r=e(94488),i=e(13743),l=e(32754),c=e(65911),f=e(20132),o=Object,h=function(){var u=c("Object","freeze");return u?u(f(null)):f(null)};r({global:!0,forced:!0},{compositeKey:function(){return i(l,o,arguments).get("object",h)}})},43466:function(d,_,e){"use strict";var r=e(94488),i=e(32754),l=e(65911),c=e(13743);r({global:!0,forced:!0},{compositeSymbol:function(){return arguments.length===1&&typeof arguments[0]=="string"?l("Symbol").for(arguments[0]):c(i,null,arguments).get("symbol",l("Symbol"))}})},48156:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(61618).unpack,c=i(DataView.prototype.getUint16);r({target:"DataView",proto:!0},{getFloat16:function(o){var h=c(this,o,arguments.length>1?arguments[1]:!1);return l([h&255,h>>8&255],10)}})},93236:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=i(DataView.prototype.getUint8);r({target:"DataView",proto:!0,forced:!0},{getUint8Clamped:function(f){return l(this,f)}})},42212:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(97607),c=e(24225),f=e(61618).pack,o=e(35175),h=TypeError,u=i(DataView.prototype.setUint16);r({target:"DataView",proto:!0},{setFloat16:function(x,p){if(l(this)!=="DataView")throw new h("Incorrect receiver");var y=c(x),m=f(o(p),10,2);return u(this,y,m[1]<<8|m[0],arguments.length>2?arguments[2]:!1)}})},63923:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(97607),c=e(24225),f=e(86350),o=TypeError,h=i(DataView.prototype.setUint8);r({target:"DataView",proto:!0,forced:!0},{setUint8Clamped:function(a,x){if(l(this)!=="DataView")throw new o("Incorrect receiver");var p=c(a);return h(this,p,f(x))}})},2278:function(d,_,e){"use strict";var r=e(94488),i=e(35454),l=e(65911),c=e(63335),f=e(56472),o=e(2291),h=e(66477),u=e(64110),a=e(59893),x=e(94844),p=e(5978),y=l("SuppressedError"),m=ReferenceError,b=a("dispose"),S=a("toStringTag"),k="DisposableStack",R=x.set,A=x.getterFor(k),O="sync-dispose",M="disposed",B="pending",U=function(V){var ae=A(V);if(ae.state===M)throw new m(k+" already disposed");return ae},X=function(){R(f(this,G),{type:k,state:B,stack:[]}),i||(this.disposed=!1)},G=X.prototype;h(G,{dispose:function(){var ae=A(this);if(ae.state!==M){ae.state=M,i||(this.disposed=!0);for(var ie=ae.stack,ue=ie.length,Q=!1,J;ue;){var K=ie[--ue];ie[ue]=null;try{K()}catch(oe){Q?J=new y(oe,J):(Q=!0,J=oe)}}if(ae.stack=null,Q)throw J}},use:function(ae){return p(U(this),ae,O),ae},adopt:function(ae,ie){var ue=U(this);return c(ie),p(ue,void 0,O,function(){ie(ae)}),ae},defer:function(ae){var ie=U(this);c(ae),p(ie,void 0,O,ae)},move:function(){var ae=U(this),ie=new X;return A(ie).stack=ae.stack,ae.stack=[],ae.state=M,i||(this.disposed=!0),ie}}),i&&u(G,"disposed",{configurable:!0,get:function(){return A(this).state===M}}),o(G,b,G.dispose,{name:"dispose"}),o(G,S,k,{nonWritable:!0}),r({global:!0,constructor:!0},{DisposableStack:X})},36955:function(d,_,e){"use strict";var r=e(94488),i=e(47739);r({target:"Function",proto:!0,forced:!0},{demethodize:i})},77326:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(55327),c=e(15212),f=e(32621),o=e(35454),h=Object.getOwnPropertyDescriptor,u=/^\s*class\b/,a=i(u.exec),x=function(p){try{if(!o||!a(u,c(p)))return!1}catch(m){}var y=h(p,"prototype");return!!y&&f(y,"writable")&&!y.writable};r({target:"Function",stat:!0,sham:!0,forced:!0},{isCallable:function(y){return l(y)&&!x(y)}})},53571:function(d,_,e){"use strict";var r=e(94488),i=e(39812);r({target:"Function",stat:!0,forced:!0},{isConstructor:i})},28670:function(d,_,e){"use strict";var r=e(59893),i=e(37691).f,l=r("metadata"),c=Function.prototype;c[l]===void 0&&i(c,l,{value:null})},31050:function(d,_,e){"use strict";var r=e(94488),i=e(47739);r({target:"Function",proto:!0,forced:!0,name:"demethodize"},{unThis:i})},96364:function(d,_,e){"use strict";var r=e(94488),i=e(24771);r({target:"Iterator",name:"indexed",proto:!0,real:!0,forced:!0},{asIndexedPairs:i})},25321:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(56472),c=e(80449),f=e(55327),o=e(53456),h=e(64110),u=e(69392),a=e(3338),x=e(32621),p=e(59893),y=e(46571).IteratorPrototype,m=e(35454),b=e(16697),S="constructor",k="Iterator",R=p("toStringTag"),A=TypeError,O=i[k],M=b||!f(O)||O.prototype!==y||!a(function(){O({})}),B=function(){if(l(this,y),o(this)===y)throw new A("Abstract class Iterator not directly constructable")},U=function(X,G){m?h(y,X,{configurable:!0,get:function(){return G},set:function(V){if(c(this),this===y)throw new A("You can't redefine this property");x(this,X)?this[X]=V:u(this,X,V)}}):y[X]=G};x(y,R)||U(R,k),(M||!x(y,S)||y[S]===Object)&&U(S,B),B.prototype=y,r({global:!0,constructor:!0,forced:M},{Iterator:B})},46304:function(d,_,e){"use strict";var r=e(89945),i=e(2291),l=e(53776),c=e(32621),f=e(59893),o=e(46571).IteratorPrototype,h=f("dispose");c(o,h)||i(o,h,function(){var u=l(this,"return");u&&r(u,this)})},55163:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(80449),c=e(10731),f=e(2279),o=e(51358),h=e(20547),u=e(16697),a=h(function(){for(var x=this.iterator,p=this.next,y,m;this.remaining;)if(this.remaining--,y=l(i(p,x)),m=this.done=!!y.done,m)return;if(y=l(i(p,x)),m=this.done=!!y.done,!m)return y.value});r({target:"Iterator",proto:!0,real:!0,forced:u},{drop:function(p){l(this);var y=o(f(+p));return new a(c(this),{remaining:y})}})},78722:function(d,_,e){"use strict";var r=e(94488),i=e(62003),l=e(63335),c=e(80449),f=e(10731);r({target:"Iterator",proto:!0,real:!0},{every:function(h){c(this),l(h);var u=f(this),a=0;return!i(u,function(x,p){if(!h(x,a++))return p()},{IS_RECORD:!0,INTERRUPTED:!0}).stopped}})},35977:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(63335),c=e(80449),f=e(10731),o=e(20547),h=e(46319),u=e(16697),a=o(function(){for(var x=this.iterator,p=this.predicate,y=this.next,m,b,S;;){if(m=c(i(y,x)),b=this.done=!!m.done,b)return;if(S=m.value,h(x,p,[S,this.counter++],!0))return S}});r({target:"Iterator",proto:!0,real:!0,forced:u},{filter:function(p){return c(this),l(p),new a(f(this),{predicate:p})}})},81848:function(d,_,e){"use strict";var r=e(94488),i=e(62003),l=e(63335),c=e(80449),f=e(10731);r({target:"Iterator",proto:!0,real:!0},{find:function(h){c(this),l(h);var u=f(this),a=0;return i(u,function(x,p){if(h(x,a++))return p(x)},{IS_RECORD:!0,INTERRUPTED:!0}).result}})},52867:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(63335),c=e(80449),f=e(10731),o=e(7157),h=e(20547),u=e(67996),a=e(16697),x=h(function(){for(var p=this.iterator,y=this.mapper,m,b;;){if(b=this.inner)try{if(m=c(i(b.next,b.iterator)),!m.done)return m.value;this.inner=null}catch(S){u(p,"throw",S)}if(m=c(i(this.next,p)),this.done=!!m.done)return;try{this.inner=o(y(m.value,this.counter++),!1)}catch(S){u(p,"throw",S)}}});r({target:"Iterator",proto:!0,real:!0,forced:a},{flatMap:function(y){return c(this),l(y),new x(f(this),{mapper:y,inner:null})}})},72211:function(d,_,e){"use strict";var r=e(94488),i=e(62003),l=e(63335),c=e(80449),f=e(10731);r({target:"Iterator",proto:!0,real:!0},{forEach:function(h){c(this),l(h);var u=f(this),a=0;i(u,function(x){h(x,a++)},{IS_RECORD:!0})}})},84862:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(94029),c=e(16332),f=e(46571).IteratorPrototype,o=e(20547),h=e(7157),u=e(16697),a=o(function(){return i(this.next,this.iterator)},!0);r({target:"Iterator",stat:!0,forced:u},{from:function(p){var y=h(typeof p=="string"?l(p):p,!0);return c(f,y.iterator)?y.iterator:new a(y)}})},92381:function(d,_,e){"use strict";var r=e(94488),i=e(24771);r({target:"Iterator",proto:!0,real:!0,forced:!0},{indexed:i})},19517:function(d,_,e){"use strict";var r=e(94488),i=e(2155),l=e(16697);r({target:"Iterator",proto:!0,real:!0,forced:l},{map:i})},69667:function(d,_,e){"use strict";var r=e(94488),i=e(17243),l=TypeError;r({target:"Iterator",stat:!0,forced:!0},{range:function(f,o,h){if(typeof f=="number")return new i(f,o,h,"number",0,1);if(typeof f=="bigint")return new i(f,o,h,"bigint",BigInt(0),BigInt(1));throw new l("Incorrect Iterator.range arguments")}})},80820:function(d,_,e){"use strict";var r=e(94488),i=e(62003),l=e(63335),c=e(80449),f=e(10731),o=TypeError;r({target:"Iterator",proto:!0,real:!0},{reduce:function(u){c(this),l(u);var a=f(this),x=arguments.length<2,p=x?void 0:arguments[1],y=0;if(i(a,function(m){x?(x=!1,p=m):p=u(p,m,y),y++},{IS_RECORD:!0}),x)throw new o("Reduce of empty iterator with no initial value");return p}})},87873:function(d,_,e){"use strict";var r=e(94488),i=e(62003),l=e(63335),c=e(80449),f=e(10731);r({target:"Iterator",proto:!0,real:!0},{some:function(h){c(this),l(h);var u=f(this),a=0;return i(u,function(x,p){if(h(x,a++))return p()},{IS_RECORD:!0,INTERRUPTED:!0}).stopped}})},54609:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(80449),c=e(10731),f=e(2279),o=e(51358),h=e(20547),u=e(67996),a=e(16697),x=h(function(){var p=this.iterator;if(!this.remaining--)return this.done=!0,u(p,"normal",void 0);var y=l(i(this.next,p)),m=this.done=!!y.done;if(!m)return y.value});r({target:"Iterator",proto:!0,real:!0,forced:a},{take:function(y){l(this);var m=o(f(+y));return new x(c(this),{remaining:m})}})},28566:function(d,_,e){"use strict";var r=e(94488),i=e(80449),l=e(62003),c=e(10731),f=[].push;r({target:"Iterator",proto:!0,real:!0},{toArray:function(){var h=[];return l(c(i(this)),f,{that:h,IS_RECORD:!0}),h}})},51697:function(d,_,e){"use strict";var r=e(94488),i=e(80449),l=e(57975),c=e(80025),f=e(10731),o=e(16697);r({target:"Iterator",proto:!0,real:!0,forced:o},{toAsync:function(){return new c(f(new l(f(i(this)))))}})},61872:function(d,_,e){"use strict";var r=e(94488),i=e(82778),l=e(83502);r({target:"JSON",stat:!0,forced:!i},{isRawJSON:l})},76077:function(d,_,e){"use strict";var r=e(94488),i=e(35454),l=e(92916),c=e(65911),f=e(94237),o=e(89945),h=e(55327),u=e(31946),a=e(18589),x=e(32621),p=e(69905),y=e(82762),m=e(69392),b=e(3338),S=e(70913),k=e(42820),R=l.JSON,A=l.Number,O=l.SyntaxError,M=R&&R.parse,B=c("Object","keys"),U=Object.getOwnPropertyDescriptor,X=f("".charAt),G=f("".slice),V=f(/./.exec),ae=f([].push),ie=/^\d$/,ue=/^[1-9]$/,Q=/^(?:-|\d)$/,J=/^[\t\n\r ]$/,K=0,oe=1,ee=function(Oe,ke){Oe=p(Oe);var $e=new j(Oe,0,""),Ne=$e.parse(),Ft=Ne.value,wt=$e.skip(J,Ne.end);if(wt<Oe.length)throw new O('Unexpected extra character: "'+X(Oe,wt)+'" after the parsed data at: '+wt);return h(ke)?q({"":Ft},"",ke,Ne):Ft},q=function(Oe,ke,$e,Ne){var Ft=Oe[ke],wt=Ne&&Ft===Ne.value,Pt=wt&&typeof Ne.source=="string"?{source:Ne.source}:{},Jt,er,tr,Xe,It;if(u(Ft)){var Zt=a(Ft),ot=wt?Ne.nodes:Zt?[]:{};if(Zt)for(Jt=ot.length,tr=y(Ft),Xe=0;Xe<tr;Xe++)le(Ft,Xe,q(Ft,""+Xe,$e,Xe<Jt?ot[Xe]:void 0));else for(er=B(Ft),tr=y(er),Xe=0;Xe<tr;Xe++)It=er[Xe],le(Ft,It,q(Ft,It,$e,x(ot,It)?ot[It]:void 0))}return o($e,Oe,ke,Ft,Pt)},le=function(Oe,ke,$e){if(i){var Ne=U(Oe,ke);if(Ne&&!Ne.configurable)return}$e===void 0?delete Oe[ke]:m(Oe,ke,$e)},Z=function(Oe,ke,$e,Ne){this.value=Oe,this.end=ke,this.source=$e,this.nodes=Ne},j=function(Oe,ke){this.source=Oe,this.index=ke};j.prototype={fork:function(Oe){return new j(this.source,Oe)},parse:function(){var Oe=this.source,ke=this.skip(J,this.index),$e=this.fork(ke),Ne=X(Oe,ke);if(V(Q,Ne))return $e.number();switch(Ne){case"{":return $e.object();case"[":return $e.array();case'"':return $e.string();case"t":return $e.keyword(!0);case"f":return $e.keyword(!1);case"n":return $e.keyword(null)}throw new O('Unexpected character: "'+Ne+'" at: '+ke)},node:function(Oe,ke,$e,Ne,Ft){return new Z(ke,Ne,Oe?null:G(this.source,$e,Ne),Ft)},object:function(){for(var Oe=this.source,ke=this.index+1,$e=!1,Ne={},Ft={};ke<Oe.length;){if(ke=this.until(['"',"}"],ke),X(Oe,ke)==="}"&&!$e){ke++;break}var wt=this.fork(ke).string(),Pt=wt.value;ke=wt.end,ke=this.until([":"],ke)+1,ke=this.skip(J,ke),wt=this.fork(ke).parse(),m(Ft,Pt,wt),m(Ne,Pt,wt.value),ke=this.until([",","}"],wt.end);var Jt=X(Oe,ke);if(Jt===",")$e=!0,ke++;else if(Jt==="}"){ke++;break}}return this.node(oe,Ne,this.index,ke,Ft)},array:function(){for(var Oe=this.source,ke=this.index+1,$e=!1,Ne=[],Ft=[];ke<Oe.length;){if(ke=this.skip(J,ke),X(Oe,ke)==="]"&&!$e){ke++;break}var wt=this.fork(ke).parse();if(ae(Ft,wt),ae(Ne,wt.value),ke=this.until([",","]"],wt.end),X(Oe,ke)===",")$e=!0,ke++;else if(X(Oe,ke)==="]"){ke++;break}}return this.node(oe,Ne,this.index,ke,Ft)},string:function(){var Oe=this.index,ke=S(this.source,this.index+1);return this.node(K,ke.value,Oe,ke.end)},number:function(){var Oe=this.source,ke=this.index,$e=ke;if(X(Oe,$e)==="-"&&$e++,X(Oe,$e)==="0")$e++;else if(V(ue,X(Oe,$e)))$e=this.skip(ie,++$e);else throw new O("Failed to parse number at: "+$e);if(X(Oe,$e)==="."&&($e=this.skip(ie,++$e)),X(Oe,$e)==="e"||X(Oe,$e)==="E"){$e++,(X(Oe,$e)==="+"||X(Oe,$e)==="-")&&$e++;var Ne=$e;if($e=this.skip(ie,$e),Ne===$e)throw new O("Failed to parse number's exponent value at: "+$e)}return this.node(K,A(G(Oe,ke,$e)),ke,$e)},keyword:function(Oe){var ke=""+Oe,$e=this.index,Ne=$e+ke.length;if(G(this.source,$e,Ne)!==ke)throw new O("Failed to parse value at: "+$e);return this.node(K,Oe,$e,Ne)},skip:function(Oe,ke){for(var $e=this.source;ke<$e.length&&V(Oe,X($e,ke));ke++);return ke},until:function(Oe,ke){ke=this.skip(J,ke);for(var $e=X(this.source,ke),Ne=0;Ne<Oe.length;Ne++)if(Oe[Ne]===$e)return ke;throw new O('Unexpected character: "'+$e+'" at: '+ke)}};var se=b(function(){var Oe="9007199254740993",ke;return M(Oe,function($e,Ne,Ft){ke=Ft.source}),ke!==Oe}),me=k&&!b(function(){return 1/M("-0 ")!==-1/0});r({target:"JSON",stat:!0,forced:se},{parse:function(ke,$e){return me&&!h($e)?M(ke):ee(ke,$e)}})},9196:function(d,_,e){"use strict";var r=e(94488),i=e(13247),l=e(82778),c=e(65911),f=e(89945),o=e(94237),h=e(55327),u=e(83502),a=e(69905),x=e(69392),p=e(70913),y=e(65451),m=e(6145),b=e(94844).set,S=String,k=SyntaxError,R=c("JSON","parse"),A=c("JSON","stringify"),O=c("Object","create"),M=c("Object","freeze"),B=o("".charAt),U=o("".slice),X=o(/./.exec),G=o([].push),V=m(),ae=V.length,ie="Unacceptable as raw JSON",ue=/^[\t\n\r ]$/;r({target:"JSON",stat:!0,forced:!l},{rawJSON:function(J){var K=a(J);if(K===""||X(ue,B(K,0))||X(ue,B(K,K.length-1)))throw new k(ie);var oe=R(K);if(typeof oe=="object"&&oe!==null)throw new k(ie);var ee=O(null);return b(ee,{type:"RawJSON"}),x(ee,"rawJSON",K),i?M(ee):ee}}),A&&r({target:"JSON",stat:!0,arity:3,forced:!l},{stringify:function(J,K,oe){var ee=y(K),q=[],le=A(J,function($e,Ne){var Ft=h(ee)?f(ee,this,S($e),Ne):Ne;return u(Ft)?V+(G(q,Ft.rawJSON)-1):Ft},oe);if(typeof le!="string")return le;for(var Z="",j=le.length,se=0;se<j;se++){var me=B(le,se);if(me==='"'){var Oe=p(le,++se).end-1,ke=U(le,se,Oe);Z+=U(ke,0,ae)===V?q[U(ke,ae)]:'"'+ke+'"',se=Oe}else Z+=me}return Z}})},5369:function(d,_,e){"use strict";var r=e(94488),i=e(42683),l=e(2786).remove;r({target:"Map",proto:!0,real:!0,forced:!0},{deleteAll:function(){for(var f=i(this),o=!0,h,u=0,a=arguments.length;u<a;u++)h=l(f,arguments[u]),o=o&&h;return!!o}})},26259:function(d,_,e){"use strict";var r=e(94488),i=e(42683),l=e(2786),c=l.get,f=l.has,o=l.set;r({target:"Map",proto:!0,real:!0,forced:!0},{emplace:function(u,a){var x=i(this),p,y;return f(x,u)?(p=c(x,u),"update"in a&&(p=a.update(p,u,x),o(x,u,p)),p):(y=a.insert(u,x),o(x,u,y),y)}})},47736:function(d,_,e){"use strict";var r=e(94488),i=e(80666),l=e(42683),c=e(95037);r({target:"Map",proto:!0,real:!0,forced:!0},{every:function(o){var h=l(this),u=i(o,arguments.length>1?arguments[1]:void 0);return c(h,function(a,x){if(!u(a,x,h))return!1},!0)!==!1}})},28220:function(d,_,e){"use strict";var r=e(94488),i=e(80666),l=e(42683),c=e(2786),f=e(95037),o=c.Map,h=c.set;r({target:"Map",proto:!0,real:!0,forced:!0},{filter:function(a){var x=l(this),p=i(a,arguments.length>1?arguments[1]:void 0),y=new o;return f(x,function(m,b){p(m,b,x)&&h(y,b,m)}),y}})},49350:function(d,_,e){"use strict";var r=e(94488),i=e(80666),l=e(42683),c=e(95037);r({target:"Map",proto:!0,real:!0,forced:!0},{findKey:function(o){var h=l(this),u=i(o,arguments.length>1?arguments[1]:void 0),a=c(h,function(x,p){if(u(x,p,h))return{key:p}},!0);return a&&a.key}})},62060:function(d,_,e){"use strict";var r=e(94488),i=e(80666),l=e(42683),c=e(95037);r({target:"Map",proto:!0,real:!0,forced:!0},{find:function(o){var h=l(this),u=i(o,arguments.length>1?arguments[1]:void 0),a=c(h,function(x,p){if(u(x,p,h))return{value:x}},!0);return a&&a.value}})},20126:function(d,_,e){"use strict";var r=e(94488),i=e(72846);r({target:"Map",stat:!0,forced:!0},{from:i})},18090:function(d,_,e){"use strict";var r=e(94488),i=e(88134),l=e(42683),c=e(95037);r({target:"Map",proto:!0,real:!0,forced:!0},{includes:function(o){return c(l(this),function(h){if(i(h,o))return!0},!0)===!0}})},14309:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(62003),c=e(55327),f=e(63335),o=e(2786).Map;r({target:"Map",stat:!0,forced:!0},{keyBy:function(u,a){var x=c(this)?this:o,p=new x;f(a);var y=f(p.set);return l(u,function(m){i(y,p,a(m),m)}),p}})},17822:function(d,_,e){"use strict";var r=e(94488),i=e(42683),l=e(95037);r({target:"Map",proto:!0,real:!0,forced:!0},{keyOf:function(f){var o=l(i(this),function(h,u){if(h===f)return{key:u}},!0);return o&&o.key}})},83543:function(d,_,e){"use strict";var r=e(94488),i=e(80666),l=e(42683),c=e(2786),f=e(95037),o=c.Map,h=c.set;r({target:"Map",proto:!0,real:!0,forced:!0},{mapKeys:function(a){var x=l(this),p=i(a,arguments.length>1?arguments[1]:void 0),y=new o;return f(x,function(m,b){h(y,p(m,b,x),m)}),y}})},13853:function(d,_,e){"use strict";var r=e(94488),i=e(80666),l=e(42683),c=e(2786),f=e(95037),o=c.Map,h=c.set;r({target:"Map",proto:!0,real:!0,forced:!0},{mapValues:function(a){var x=l(this),p=i(a,arguments.length>1?arguments[1]:void 0),y=new o;return f(x,function(m,b){h(y,b,p(m,b,x))}),y}})},25188:function(d,_,e){"use strict";var r=e(94488),i=e(42683),l=e(62003),c=e(2786).set;r({target:"Map",proto:!0,real:!0,arity:1,forced:!0},{merge:function(o){for(var h=i(this),u=arguments.length,a=0;a<u;)l(arguments[a++],function(x,p){c(h,x,p)},{AS_ENTRIES:!0});return h}})},10215:function(d,_,e){"use strict";var r=e(94488),i=e(48800);r({target:"Map",stat:!0,forced:!0},{of:i})},3432:function(d,_,e){"use strict";var r=e(94488),i=e(63335),l=e(42683),c=e(95037),f=TypeError;r({target:"Map",proto:!0,real:!0,forced:!0},{reduce:function(h){var u=l(this),a=arguments.length<2,x=a?void 0:arguments[1];if(i(h),c(u,function(p,y){a?(a=!1,x=p):x=h(x,p,y,u)}),a)throw new f("Reduce of empty map with no initial value");return x}})},90486:function(d,_,e){"use strict";var r=e(94488),i=e(80666),l=e(42683),c=e(95037);r({target:"Map",proto:!0,real:!0,forced:!0},{some:function(o){var h=l(this),u=i(o,arguments.length>1?arguments[1]:void 0);return c(h,function(a,x){if(u(a,x,h))return!0},!0)===!0}})},8774:function(d,_,e){"use strict";var r=e(94488),i=e(14615);r({target:"Map",proto:!0,real:!0,name:"upsert",forced:!0},{updateOrInsert:i})},6736:function(d,_,e){"use strict";var r=e(94488),i=e(63335),l=e(42683),c=e(2786),f=TypeError,o=c.get,h=c.has,u=c.set;r({target:"Map",proto:!0,real:!0,forced:!0},{update:function(x,p){var y=l(this),m=arguments.length;i(p);var b=h(y,x);if(!b&&m<3)throw new f("Updating absent value");var S=b?o(y,x):i(m>2?arguments[2]:void 0)(x,y);return u(y,x,p(S,x,y)),y}})},94065:function(d,_,e){"use strict";var r=e(94488),i=e(14615);r({target:"Map",proto:!0,real:!0,forced:!0},{upsert:i})},93036:function(d,_,e){"use strict";var r=e(94488),i=Math.min,l=Math.max;r({target:"Math",stat:!0,forced:!0},{clamp:function(f,o,h){return i(h,l(o,f))}})},75708:function(d,_,e){"use strict";var r=e(94488);r({target:"Math",stat:!0,nonConfigurable:!0,nonWritable:!0},{DEG_PER_RAD:Math.PI/180})},84624:function(d,_,e){"use strict";var r=e(94488),i=180/Math.PI;r({target:"Math",stat:!0,forced:!0},{degrees:function(c){return c*i}})},43710:function(d,_,e){"use strict";var r=e(94488),i=e(35175);r({target:"Math",stat:!0},{f16round:i})},66233:function(d,_,e){"use strict";var r=e(94488),i=e(24619),l=e(14894);r({target:"Math",stat:!0,forced:!0},{fscale:function(f,o,h,u,a){return l(i(f,o,h,u,a))}})},92762:function(d,_,e){"use strict";var r=e(94488);r({target:"Math",stat:!0,forced:!0},{iaddh:function(l,c,f,o){var h=l>>>0,u=c>>>0,a=f>>>0;return u+(o>>>0)+((h&a|(h|a)&~(h+a>>>0))>>>31)|0}})},24467:function(d,_,e){"use strict";var r=e(94488);r({target:"Math",stat:!0,forced:!0},{imulh:function(l,c){var f=65535,o=+l,h=+c,u=o&f,a=h&f,x=o>>16,p=h>>16,y=(x*a>>>0)+(u*a>>>16);return x*p+(y>>16)+((u*p>>>0)+(y&f)>>16)}})},68465:function(d,_,e){"use strict";var r=e(94488);r({target:"Math",stat:!0,forced:!0},{isubh:function(l,c,f,o){var h=l>>>0,u=c>>>0,a=f>>>0;return u-(o>>>0)-((~h&a|~(h^a)&h-a>>>0)>>>31)|0}})},77004:function(d,_,e){"use strict";var r=e(94488);r({target:"Math",stat:!0,nonConfigurable:!0,nonWritable:!0},{RAD_PER_DEG:180/Math.PI})},83925:function(d,_,e){"use strict";var r=e(94488),i=Math.PI/180;r({target:"Math",stat:!0,forced:!0},{radians:function(c){return c*i}})},51117:function(d,_,e){"use strict";var r=e(94488),i=e(24619);r({target:"Math",stat:!0,forced:!0},{scale:i})},87236:function(d,_,e){"use strict";var r=e(94488),i=e(80449),l=e(1222),c=e(83126),f=e(25587),o=e(94844),h="Seeded Random",u=h+" Generator",a='Math.seededPRNG() argument should have a "seed" field with a finite value.',x=o.set,p=o.getterFor(u),y=TypeError,m=c(function(S){x(this,{type:u,seed:S%2147483647})},h,function(){var S=p(this),k=S.seed=(S.seed*1103515245+12345)%2147483647;return f((k&1073741823)/1073741823,!1)});r({target:"Math",stat:!0,forced:!0},{seededPRNG:function(S){var k=i(S).seed;if(!l(k))throw new y(a);return new m(k)}})},83733:function(d,_,e){"use strict";var r=e(94488);r({target:"Math",stat:!0,forced:!0},{signbit:function(l){var c=+l;return c===c&&c===0?1/c===-1/0:c<0}})},92044:function(d,_,e){"use strict";var r=e(94488);r({target:"Math",stat:!0,forced:!0},{umulh:function(l,c){var f=65535,o=+l,h=+c,u=o&f,a=h&f,x=o>>>16,p=h>>>16,y=(x*a>>>0)+(u*a>>>16);return x*p+(y>>>16)+((u*p>>>0)+(y&f)>>>16)}})},29190:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(56902),c="Invalid number representation",f="Invalid radix",o=RangeError,h=SyntaxError,u=TypeError,a=parseInt,x=Math.pow,p=/^[\d.a-z]+$/,y=i("".charAt),m=i(p.exec),b=i(1 .toString),S=i("".slice),k=i("".split);r({target:"Number",stat:!0,forced:!0},{fromString:function(A,O){var M=1;if(typeof A!="string")throw new u(c);if(!A.length)throw new h(c);if(y(A,0)==="-"&&(M=-1,A=S(A,1),!A.length))throw new h(c);var B=O===void 0?10:l(O);if(B<2||B>36)throw new o(f);if(!m(p,A))throw new h(c);var U=k(A,"."),X=a(U[0],B);if(U.length>1&&(X+=a(U[1],B)/x(B,U[1].length)),B===10&&b(X,B)!==A)throw new h(c);return M*X}})},10775:function(d,_,e){"use strict";var r=e(94488),i=e(17243);r({target:"Number",stat:!0,forced:!0},{range:function(c,f,o){return new i(c,f,o,"number",0,1)}})},19593:function(d,_,e){"use strict";var r=e(94488),i=e(20574);r({target:"Object",stat:!0,forced:!0},{iterateEntries:function(c){return new i(c,"entries")}})},26502:function(d,_,e){"use strict";var r=e(94488),i=e(20574);r({target:"Object",stat:!0,forced:!0},{iterateKeys:function(c){return new i(c,"keys")}})},10174:function(d,_,e){"use strict";var r=e(94488),i=e(20574);r({target:"Object",stat:!0,forced:!0},{iterateValues:function(c){return new i(c,"values")}})},76867:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(35454),c=e(51996),f=e(63335),o=e(80449),h=e(56472),u=e(55327),a=e(4112),x=e(31946),p=e(53776),y=e(2291),m=e(66477),b=e(64110),S=e(61810),k=e(59893),R=e(94844),A=k("observable"),O="Observable",M="Subscription",B="SubscriptionObserver",U=R.getterFor,X=R.set,G=U(O),V=U(M),ae=U(B),ie=function(oe){this.observer=o(oe),this.cleanup=void 0,this.subscriptionObserver=void 0};ie.prototype={type:M,clean:function(){var oe=this.cleanup;if(oe){this.cleanup=void 0;try{oe()}catch(ee){S(ee)}}},close:function(){if(!l){var oe=this.facade,ee=this.subscriptionObserver;oe.closed=!0,ee&&(ee.closed=!0)}this.observer=void 0},isClosed:function(){return this.observer===void 0}};var ue=function(oe,ee){var q=X(this,new ie(oe)),le;l||(this.closed=!1);try{(le=p(oe,"start"))&&i(le,oe,this)}catch(me){S(me)}if(!q.isClosed()){var Z=q.subscriptionObserver=new Q(q);try{var j=ee(Z),se=j;a(j)||(q.cleanup=u(j.unsubscribe)?function(){se.unsubscribe()}:f(j))}catch(me){Z.error(me);return}q.isClosed()&&q.clean()}};ue.prototype=m({},{unsubscribe:function(){var ee=V(this);ee.isClosed()||(ee.close(),ee.clean())}}),l&&b(ue.prototype,"closed",{configurable:!0,get:function(){return V(this).isClosed()}});var Q=function(oe){X(this,{type:B,subscriptionState:oe}),l||(this.closed=!1)};Q.prototype=m({},{next:function(ee){var q=ae(this).subscriptionState;if(!q.isClosed()){var le=q.observer;try{var Z=p(le,"next");Z&&i(Z,le,ee)}catch(j){S(j)}}},error:function(ee){var q=ae(this).subscriptionState;if(!q.isClosed()){var le=q.observer;q.close();try{var Z=p(le,"error");Z?i(Z,le,ee):S(ee)}catch(j){S(j)}q.clean()}},complete:function(){var ee=ae(this).subscriptionState;if(!ee.isClosed()){var q=ee.observer;ee.close();try{var le=p(q,"complete");le&&i(le,q)}catch(Z){S(Z)}ee.clean()}}}),l&&b(Q.prototype,"closed",{configurable:!0,get:function(){return ae(this).subscriptionState.isClosed()}});var J=function(ee){h(this,K),X(this,{type:O,subscriber:f(ee)})},K=J.prototype;m(K,{subscribe:function(ee){var q=arguments.length;return new ue(u(ee)?{next:ee,error:q>1?arguments[1]:void 0,complete:q>2?arguments[2]:void 0}:x(ee)?ee:{},G(this).subscriber)}}),y(K,A,function(){return this}),r({global:!0,constructor:!0,forced:!0},{Observable:J}),c(O)},14548:function(d,_,e){"use strict";var r=e(94488),i=e(65911),l=e(89945),c=e(80449),f=e(39812),o=e(85428),h=e(53776),u=e(62003),a=e(59893),x=a("observable");r({target:"Observable",stat:!0,forced:!0},{from:function(y){var m=f(this)?this:i("Observable"),b=h(c(y),x);if(b){var S=c(l(b,y));return S.constructor===m?S:new m(function(R){return S.subscribe(R)})}var k=o(y);return new m(function(R){u(k,function(A,O){if(R.next(A),R.closed)return O()},{IS_ITERATOR:!0,INTERRUPTED:!0}),R.complete()})}})},96378:function(d,_,e){"use strict";e(76867),e(14548),e(6053)},6053:function(d,_,e){"use strict";var r=e(94488),i=e(65911),l=e(39812),c=i("Array");r({target:"Observable",stat:!0,forced:!0},{of:function(){for(var o=l(this)?this:i("Observable"),h=arguments.length,u=c(h),a=0;a<h;)u[a]=arguments[a++];return new o(function(x){for(var p=0;p<h;p++)if(x.next(u[p]),x.closed)return;x.complete()})}})},58216:function(d,_,e){"use strict";var r=e(94488),i=e(73446),l=e(80734);r({target:"Promise",stat:!0,forced:!0},{try:function(c){var f=i.f(this),o=l(c);return(o.error?f.reject:f.resolve)(o.value),f.promise}})},41401:function(d,_,e){"use strict";var r=e(94488),i=e(82584),l=e(80449),c=i.toKey,f=i.set;r({target:"Reflect",stat:!0},{defineMetadata:function(h,u,a){var x=arguments.length<4?void 0:c(arguments[3]);f(h,u,l(a),x)}})},79908:function(d,_,e){"use strict";var r=e(94488),i=e(82584),l=e(80449),c=i.toKey,f=i.getMap,o=i.store;r({target:"Reflect",stat:!0},{deleteMetadata:function(u,a){var x=arguments.length<3?void 0:c(arguments[2]),p=f(l(a),x,!1);if(p===void 0||!p.delete(u))return!1;if(p.size)return!0;var y=o.get(a);return y.delete(x),!!y.size||o.delete(a)}})},79890:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(82584),c=e(80449),f=e(53456),o=e(65621),h=i(o),u=i([].concat),a=l.keys,x=l.toKey,p=function(y,m){var b=a(y,m),S=f(y);if(S===null)return b;var k=p(S,m);return k.length?b.length?h(u(b,k)):k:b};r({target:"Reflect",stat:!0},{getMetadataKeys:function(m){var b=arguments.length<2?void 0:x(arguments[1]);return p(c(m),b)}})},82531:function(d,_,e){"use strict";var r=e(94488),i=e(82584),l=e(80449),c=e(53456),f=i.has,o=i.get,h=i.toKey,u=function(a,x,p){var y=f(a,x,p);if(y)return o(a,x,p);var m=c(x);return m!==null?u(a,m,p):void 0};r({target:"Reflect",stat:!0},{getMetadata:function(x,p){var y=arguments.length<3?void 0:h(arguments[2]);return u(x,l(p),y)}})},38944:function(d,_,e){"use strict";var r=e(94488),i=e(82584),l=e(80449),c=i.keys,f=i.toKey;r({target:"Reflect",stat:!0},{getOwnMetadataKeys:function(h){var u=arguments.length<2?void 0:f(arguments[1]);return c(l(h),u)}})},88472:function(d,_,e){"use strict";var r=e(94488),i=e(82584),l=e(80449),c=i.get,f=i.toKey;r({target:"Reflect",stat:!0},{getOwnMetadata:function(h,u){var a=arguments.length<3?void 0:f(arguments[2]);return c(h,l(u),a)}})},78423:function(d,_,e){"use strict";var r=e(94488),i=e(82584),l=e(80449),c=e(53456),f=i.has,o=i.toKey,h=function(u,a,x){var p=f(u,a,x);if(p)return!0;var y=c(a);return y!==null?h(u,y,x):!1};r({target:"Reflect",stat:!0},{hasMetadata:function(a,x){var p=arguments.length<3?void 0:o(arguments[2]);return h(a,l(x),p)}})},65713:function(d,_,e){"use strict";var r=e(94488),i=e(82584),l=e(80449),c=i.has,f=i.toKey;r({target:"Reflect",stat:!0},{hasOwnMetadata:function(h,u){var a=arguments.length<3?void 0:f(arguments[2]);return c(h,l(u),a)}})},22968:function(d,_,e){"use strict";var r=e(94488),i=e(82584),l=e(80449),c=i.toKey,f=i.set;r({target:"Reflect",stat:!0},{metadata:function(h,u){return function(x,p){f(h,u,l(x),c(p))}}})},17564:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(69905),c=e(19268),f=i("".charCodeAt),o=i("".replace),h=RegExp("[!\"#$%&'()*+,\\-./:;<=>?@[\\\\\\]^`{|}~"+c+"]","g");r({target:"RegExp",stat:!0,forced:!0},{escape:function(a){var x=l(a),p=f(x,0);return(p>47&&p<58?"\\x3":"")+o(x,h,"\\$&")}})},1220:function(d,_,e){"use strict";var r=e(94488),i=e(17442),l=e(19691).add;r({target:"Set",proto:!0,real:!0,forced:!0},{addAll:function(){for(var f=i(this),o=0,h=arguments.length;o<h;o++)l(f,arguments[o]);return f}})},44886:function(d,_,e){"use strict";var r=e(94488),i=e(17442),l=e(19691).remove;r({target:"Set",proto:!0,real:!0,forced:!0},{deleteAll:function(){for(var f=i(this),o=!0,h,u=0,a=arguments.length;u<a;u++)h=l(f,arguments[u]),o=o&&h;return!!o}})},35295:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(77999),c=e(10038);r({target:"Set",proto:!0,real:!0,forced:!0},{difference:function(o){return i(c,this,l(o))}})},57019:function(d,_,e){"use strict";var r=e(94488),i=e(10038),l=e(22627);r({target:"Set",proto:!0,real:!0,forced:!l("difference")},{difference:i})},80286:function(d,_,e){"use strict";var r=e(94488),i=e(80666),l=e(17442),c=e(57002);r({target:"Set",proto:!0,real:!0,forced:!0},{every:function(o){var h=l(this),u=i(o,arguments.length>1?arguments[1]:void 0);return c(h,function(a){if(!u(a,a,h))return!1},!0)!==!1}})},38487:function(d,_,e){"use strict";var r=e(94488),i=e(80666),l=e(17442),c=e(19691),f=e(57002),o=c.Set,h=c.add;r({target:"Set",proto:!0,real:!0,forced:!0},{filter:function(a){var x=l(this),p=i(a,arguments.length>1?arguments[1]:void 0),y=new o;return f(x,function(m){p(m,m,x)&&h(y,m)}),y}})},29916:function(d,_,e){"use strict";var r=e(94488),i=e(80666),l=e(17442),c=e(57002);r({target:"Set",proto:!0,real:!0,forced:!0},{find:function(o){var h=l(this),u=i(o,arguments.length>1?arguments[1]:void 0),a=c(h,function(x){if(u(x,x,h))return{value:x}},!0);return a&&a.value}})},25541:function(d,_,e){"use strict";var r=e(94488),i=e(72846);r({target:"Set",stat:!0,forced:!0},{from:i})},34926:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(77999),c=e(16049);r({target:"Set",proto:!0,real:!0,forced:!0},{intersection:function(o){return i(c,this,l(o))}})},45612:function(d,_,e){"use strict";var r=e(94488),i=e(3338),l=e(16049),c=e(22627),f=!c("intersection")||i(function(){return Array.from(new Set([1,2,3]).intersection(new Set([3,2])))!=="3,2"});r({target:"Set",proto:!0,real:!0,forced:f},{intersection:l})},68255:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(77999),c=e(17616);r({target:"Set",proto:!0,real:!0,forced:!0},{isDisjointFrom:function(o){return i(c,this,l(o))}})},98080:function(d,_,e){"use strict";var r=e(94488),i=e(17616),l=e(22627);r({target:"Set",proto:!0,real:!0,forced:!l("isDisjointFrom")},{isDisjointFrom:i})},16450:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(77999),c=e(84833);r({target:"Set",proto:!0,real:!0,forced:!0},{isSubsetOf:function(o){return i(c,this,l(o))}})},96351:function(d,_,e){"use strict";var r=e(94488),i=e(84833),l=e(22627);r({target:"Set",proto:!0,real:!0,forced:!l("isSubsetOf")},{isSubsetOf:i})},86921:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(77999),c=e(51135);r({target:"Set",proto:!0,real:!0,forced:!0},{isSupersetOf:function(o){return i(c,this,l(o))}})},60244:function(d,_,e){"use strict";var r=e(94488),i=e(51135),l=e(22627);r({target:"Set",proto:!0,real:!0,forced:!l("isSupersetOf")},{isSupersetOf:i})},82928:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(17442),c=e(57002),f=e(69905),o=i([].join),h=i([].push);r({target:"Set",proto:!0,real:!0,forced:!0},{join:function(a){var x=l(this),p=a===void 0?",":f(a),y=[];return c(x,function(m){h(y,m)}),o(y,p)}})},42947:function(d,_,e){"use strict";var r=e(94488),i=e(80666),l=e(17442),c=e(19691),f=e(57002),o=c.Set,h=c.add;r({target:"Set",proto:!0,real:!0,forced:!0},{map:function(a){var x=l(this),p=i(a,arguments.length>1?arguments[1]:void 0),y=new o;return f(x,function(m){h(y,p(m,m,x))}),y}})},71568:function(d,_,e){"use strict";var r=e(94488),i=e(48800);r({target:"Set",stat:!0,forced:!0},{of:i})},94194:function(d,_,e){"use strict";var r=e(94488),i=e(63335),l=e(17442),c=e(57002),f=TypeError;r({target:"Set",proto:!0,real:!0,forced:!0},{reduce:function(h){var u=l(this),a=arguments.length<2,x=a?void 0:arguments[1];if(i(h),c(u,function(p){a?(a=!1,x=p):x=h(x,p,p,u)}),a)throw new f("Reduce of empty set with no initial value");return x}})},30556:function(d,_,e){"use strict";var r=e(94488),i=e(80666),l=e(17442),c=e(57002);r({target:"Set",proto:!0,real:!0,forced:!0},{some:function(o){var h=l(this),u=i(o,arguments.length>1?arguments[1]:void 0);return c(h,function(a){if(u(a,a,h))return!0},!0)===!0}})},93102:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(77999),c=e(36312);r({target:"Set",proto:!0,real:!0,forced:!0},{symmetricDifference:function(o){return i(c,this,l(o))}})},32100:function(d,_,e){"use strict";var r=e(94488),i=e(36312),l=e(22627);r({target:"Set",proto:!0,real:!0,forced:!l("symmetricDifference")},{symmetricDifference:i})},82074:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(77999),c=e(24667);r({target:"Set",proto:!0,real:!0,forced:!0},{union:function(o){return i(c,this,l(o))}})},1821:function(d,_,e){"use strict";var r=e(94488),i=e(24667),l=e(22627);r({target:"Set",proto:!0,real:!0,forced:!l("union")},{union:i})},13578:function(d,_,e){"use strict";var r=e(94488),i=e(13764).charAt,l=e(95955),c=e(56902),f=e(69905);r({target:"String",proto:!0,forced:!0},{at:function(h){var u=f(l(this)),a=u.length,x=c(h),p=x>=0?x:a+x;return p<0||p>=a?void 0:i(u,p)}})},62882:function(d,_,e){"use strict";var r=e(94488),i=e(83126),l=e(25587),c=e(95955),f=e(69905),o=e(94844),h=e(13764),u=h.codeAt,a=h.charAt,x="String Iterator",p=o.set,y=o.getterFor(x),m=i(function(S){p(this,{type:x,string:S,index:0})},"String",function(){var S=y(this),k=S.string,R=S.index,A;return R>=k.length?l(void 0,!0):(A=a(k,R),S.index+=A.length,l({codePoint:u(A,0),position:R},!1))});r({target:"String",proto:!0,forced:!0},{codePoints:function(){return new m(f(c(this)))}})},59348:function(d,_,e){"use strict";var r=e(94488),i=e(67410);r({target:"String",stat:!0,forced:!0},{cooked:i})},37457:function(d,_,e){"use strict";var r=e(13247),i=e(94488),l=e(86528),c=e(94237),f=e(13743),o=e(80449),h=e(94029),u=e(55327),a=e(82762),x=e(37691).f,p=e(71698),y=e(42530),m=e(67410),b=e(79204),S=e(19268),k=new y.WeakMap,R=y.get,A=y.has,O=y.set,M=Array,B=TypeError,U=Object.freeze||Object,X=Object.isFrozen,G=Math.min,V=c("".charAt),ae=c("".slice),ie=c("".split),ue=c(/./.exec),Q=/([\n\u2028\u2029]|\r\n?)/g,J=RegExp("^["+S+"]*"),K=RegExp("[^"+S+"]"),oe="Invalid tag",ee="Invalid opening line",q="Invalid closing line",le=function(ke){var $e=ke.raw;if(r&&!X($e))throw new B("Raw template should be frozen");if(A(k,$e))return R(k,$e);var Ne=Z($e),Ft=se(Ne);return x(Ft,"raw",{value:U(Ne)}),U(Ft),O(k,$e,Ft),Ft},Z=function(ke){var $e=h(ke),Ne=a($e),Ft=M(Ne),wt=M(Ne),Pt=0,Jt,er,tr,Xe;if(!Ne)throw new B(oe);for(;Pt<Ne;Pt++){var It=$e[Pt];if(typeof It=="string")Ft[Pt]=ie(It,Q);else throw new B(oe)}for(Pt=0;Pt<Ne;Pt++){var Zt=Pt+1===Ne;if(Jt=Ft[Pt],Pt===0){if(Jt.length===1||Jt[0].length>0)throw new B(ee);Jt[1]=""}if(Zt){if(Jt.length===1||ue(K,Jt[Jt.length-1]))throw new B(q);Jt[Jt.length-2]="",Jt[Jt.length-1]=""}for(var ot=2;ot<Jt.length;ot+=2){var bt=Jt[ot],mt=ot+1===Jt.length&&!Zt,et=ue(J,bt)[0];if(!mt&&et.length===bt.length){Jt[ot]="";continue}er=j(et,er)}}var He=er?er.length:0;for(Pt=0;Pt<Ne;Pt++){for(Jt=Ft[Pt],tr=Jt[0],Xe=1;Xe<Jt.length;Xe+=2)tr+=Jt[Xe]+ae(Jt[Xe+1],He);wt[Pt]=tr}return wt},j=function(ke,$e){if($e===void 0||ke===$e)return ke;for(var Ne=0,Ft=G(ke.length,$e.length);Ne<Ft&&V(ke,Ne)===V($e,Ne);Ne++);return ae(ke,0,Ne)},se=function(ke){for(var $e=0,Ne=ke.length,Ft=M(Ne);$e<Ne;$e++)Ft[$e]=b(ke[$e]);return Ft},me=function(ke){return l(function($e){var Ne=p(arguments);return Ne[0]=le(o($e)),f(ke,this,Ne)},"")},Oe=me(m);i({target:"String",stat:!0,forced:!0},{dedent:function($e){return o($e),u($e)?me($e):f(Oe,this,arguments)}})},14800:function(d,_,e){"use strict";var r=e(94488),i=e(16332),l=e(53456),c=e(58218),f=e(24538),o=e(20132),h=e(68151),u=e(35012),a=e(61888),x=e(7825),p=e(59893),y=p("toStringTag"),m=Error,b=function(R,A,O){var M=i(S,this),B;return c?B=c(new m,M?l(this):S):(B=M?this:o(S),h(B,y,"Error")),O!==void 0&&h(B,"message",x(O)),a(B,b,B.stack,1),h(B,"error",R),h(B,"suppressed",A),B};c?c(b,m):f(b,m,{name:!0});var S=b.prototype=o(m.prototype,{constructor:u(1,b),message:u(1,""),name:u(1,"SuppressedError")});r({global:!0,constructor:!0,arity:3},{SuppressedError:b})},70654:function(d,_,e){"use strict";var r=e(92916),i=e(94674),l=e(37691).f,c=e(71256).f,f=r.Symbol;if(i("asyncDispose"),f){var o=c(f,"asyncDispose");o.enumerable&&o.configurable&&o.writable&&l(f,"asyncDispose",{value:o.value,enumerable:!1,configurable:!1,writable:!1})}},90252:function(d,_,e){"use strict";var r=e(92916),i=e(94674),l=e(37691).f,c=e(71256).f,f=r.Symbol;if(i("dispose"),f){var o=c(f,"dispose");o.enumerable&&o.configurable&&o.writable&&l(f,"dispose",{value:o.value,enumerable:!1,configurable:!1,writable:!1})}},29482:function(d,_,e){"use strict";var r=e(94488),i=e(69077);r({target:"Symbol",stat:!0},{isRegisteredSymbol:i})},51630:function(d,_,e){"use strict";var r=e(94488),i=e(69077);r({target:"Symbol",stat:!0,name:"isRegisteredSymbol"},{isRegistered:i})},61933:function(d,_,e){"use strict";var r=e(94488),i=e(40443);r({target:"Symbol",stat:!0,forced:!0},{isWellKnownSymbol:i})},619:function(d,_,e){"use strict";var r=e(94488),i=e(40443);r({target:"Symbol",stat:!0,name:"isWellKnownSymbol",forced:!0},{isWellKnown:i})},99675:function(d,_,e){"use strict";var r=e(94674);r("matcher")},53637:function(d,_,e){"use strict";var r=e(94674);r("metadataKey")},52548:function(d,_,e){"use strict";var r=e(94674);r("metadata")},57482:function(d,_,e){"use strict";var r=e(94674);r("observable")},59725:function(d,_,e){"use strict";var r=e(94674);r("patternMatch")},17610:function(d,_,e){"use strict";var r=e(94674);r("replaceAll")},11507:function(d,_,e){"use strict";var r=e(58261),i=e(90560).filterReject,l=e(27607),c=r.aTypedArray,f=r.exportTypedArrayMethod;f("filterOut",function(h){var u=i(c(this),h,arguments.length>1?arguments[1]:void 0);return l(this,u)},!0)},16315:function(d,_,e){"use strict";var r=e(58261),i=e(90560).filterReject,l=e(27607),c=r.aTypedArray,f=r.exportTypedArrayMethod;f("filterReject",function(h){var u=i(c(this),h,arguments.length>1?arguments[1]:void 0);return l(this,u)},!0)},56966:function(d,_,e){"use strict";var r=e(65911),i=e(6086),l=e(32278),c=e(58261),f=e(69478),o=c.aTypedArrayConstructor,h=c.exportTypedArrayStaticMethod;h("fromAsync",function(a){var x=this,p=arguments.length,y=p>1?arguments[1]:void 0,m=p>2?arguments[2]:void 0;return new(r("Promise"))(function(b){i(x),b(l(a,y,m))}).then(function(b){return f(o(x),b)})},!0)},60239:function(d,_,e){"use strict";var r=e(58261),i=e(36444),l=e(31384),c=r.aTypedArray,f=r.exportTypedArrayMethod;f("groupBy",function(h){var u=arguments.length>1?arguments[1]:void 0;return i(c(this),h,u,l)},!0)},49381:function(d,_,e){"use strict";var r=e(58261),i=e(82762),l=e(75406),c=e(51981),f=e(93303),o=e(56902),h=e(3338),u=r.aTypedArray,a=r.getTypedArrayConstructor,x=r.exportTypedArrayMethod,p=Math.max,y=Math.min,m=!h(function(){var b=new Int8Array([1]),S=b.toSpliced(1,0,{valueOf:function(){return b[0]=2,3}});return S[0]!==2||S[1]!==3});x("toSpliced",function(S,k){var R=u(this),A=a(R),O=i(R),M=c(S,O),B=arguments.length,U=0,X,G,V,ae,ie,ue,Q;if(B===0)X=G=0;else if(B===1)X=0,G=O-M;else if(G=y(p(o(k),0),O-M),X=B-2,X){ae=new A(X),V=l(ae);for(var J=2;J<B;J++)ie=arguments[J],ae[J-2]=V?f(ie):+ie}for(ue=O+X-G,Q=new A(ue);U<M;U++)Q[U]=R[U];for(;U<M+X;U++)Q[U]=ae[U-M];for(;U<ue;U++)Q[U]=R[U+G-X];return Q},!m)},17230:function(d,_,e){"use strict";var r=e(94237),i=e(58261),l=e(69478),c=e(65621),f=i.aTypedArray,o=i.getTypedArrayConstructor,h=i.exportTypedArrayMethod,u=r(c);h("uniqueBy",function(x){return f(this),l(o(this),u(this,x))},!0)},62720:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(94237),c=e(1674),f=e(79606),o=e(32621),h=e(69478),u=e(66244),a=e(81750),x=u.c2i,p=u.c2iUrl,y=i.Uint8Array,m=i.SyntaxError,b=l("".charAt),S=l("".replace),k=l("".slice),R=l([].push),A=/[\t\n\f\r ]/g,O="Extra bits";y&&r({target:"Uint8Array",stat:!0,forced:!0},{fromBase64:function(B){f(B);var U=arguments.length>1?c(arguments[1]):void 0,X=a(U)==="base64"?x:p,G=U?!!U.strict:!1,V=G?B:S(B,A,"");if(V.length%4===0)k(V,-2)==="=="?V=k(V,0,-2):k(V,-1)==="="&&(V=k(V,0,-1));else if(G)throw new m("Input is not correctly padded");var ae=V.length%4;switch(ae){case 1:throw new m("Bad input length");case 2:V+="AA";break;case 3:V+="A"}for(var ie=[],ue=0,Q=V.length,J=function(ee){var q=b(V,ue+ee);if(!o(X,q))throw new m('Bad char in input: "'+q+'"');return X[q]<<18-6*ee};ue<Q;ue+=4){var K=J(0)+J(1)+J(2)+J(3);R(ie,K>>16&255,K>>8&255,K&255)}var oe=ie.length;if(ae===2){if(G&&ie[oe-2]!==0)throw new m(O);oe-=2}else if(ae===3){if(G&&ie[oe-1]!==0)throw new m(O);oe--}return h(y,ie,oe)}})},57151:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(94237),c=e(79606),f=i.Uint8Array,o=i.SyntaxError,h=i.parseInt,u=/[^\da-f]/i,a=l(u.exec),x=l("".slice);f&&r({target:"Uint8Array",stat:!0,forced:!0},{fromHex:function(y){c(y);var m=y.length;if(m%2)throw new o("String should have an even number of characters");if(a(u,y))throw new o("String should only contain hex characters");for(var b=new f(m/2),S=0;S<m;S+=2)b[S/2]=h(x(y,S,S+2),16);return b}})},48732:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(94237),c=e(1674),f=e(27270),o=e(66244),h=e(81750),u=o.i2c,a=o.i2cUrl,x=i.Uint8Array,p=l("".charAt);x&&r({target:"Uint8Array",proto:!0,forced:!0},{toBase64:function(){for(var m=f(this),b=arguments.length?c(arguments[0]):void 0,S=h(b)==="base64"?u:a,k="",R=0,A=m.length,O,M=function(B){return p(S,O>>6*B&63)};R+2<A;R+=3)O=(m[R]<<16)+(m[R+1]<<8)+m[R+2],k+=M(3)+M(2)+M(1)+M(0);return R+2===A?(O=(m[R]<<16)+(m[R+1]<<8),k+=M(3)+M(2)+M(1)+"="):R+1===A&&(O=m[R]<<16,k+=M(3)+M(2)+"=="),k}})},18481:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(94237),c=e(27270),f=i.Uint8Array,o=l(1 .toString);f&&r({target:"Uint8Array",proto:!0,forced:!0},{toHex:function(){c(this);for(var u="",a=0,x=this.length;a<x;a++){var p=o(this[a],16);u+=p.length===1?"0"+p:p}return u}})},55055:function(d,_,e){"use strict";var r=e(94488),i=e(63619),l=e(42530).remove;r({target:"WeakMap",proto:!0,real:!0,forced:!0},{deleteAll:function(){for(var f=i(this),o=!0,h,u=0,a=arguments.length;u<a;u++)h=l(f,arguments[u]),o=o&&h;return!!o}})},90965:function(d,_,e){"use strict";var r=e(94488),i=e(63619),l=e(42530),c=l.get,f=l.has,o=l.set;r({target:"WeakMap",proto:!0,real:!0,forced:!0},{emplace:function(u,a){var x=i(this),p,y;return f(x,u)?(p=c(x,u),"update"in a&&(p=a.update(p,u,x),o(x,u,p)),p):(y=a.insert(u,x),o(x,u,y),y)}})},7195:function(d,_,e){"use strict";var r=e(94488),i=e(72846);r({target:"WeakMap",stat:!0,forced:!0},{from:i})},89179:function(d,_,e){"use strict";var r=e(94488),i=e(48800);r({target:"WeakMap",stat:!0,forced:!0},{of:i})},67725:function(d,_,e){"use strict";var r=e(94488),i=e(14615);r({target:"WeakMap",proto:!0,real:!0,forced:!0},{upsert:i})},59884:function(d,_,e){"use strict";var r=e(94488),i=e(18888),l=e(91385).add;r({target:"WeakSet",proto:!0,real:!0,forced:!0},{addAll:function(){for(var f=i(this),o=0,h=arguments.length;o<h;o++)l(f,arguments[o]);return f}})},89202:function(d,_,e){"use strict";var r=e(94488),i=e(18888),l=e(91385).remove;r({target:"WeakSet",proto:!0,real:!0,forced:!0},{deleteAll:function(){for(var f=i(this),o=!0,h,u=0,a=arguments.length;u<a;u++)h=l(f,arguments[u]),o=o&&h;return!!o}})},97815:function(d,_,e){"use strict";var r=e(94488),i=e(72846);r({target:"WeakSet",stat:!0,forced:!0},{from:i})},11593:function(d,_,e){"use strict";var r=e(94488),i=e(48800);r({target:"WeakSet",stat:!0,forced:!0},{of:i})},7597:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(65911),c=e(94237),f=e(89945),o=e(3338),h=e(69905),u=e(57106),a=e(66244).c2i,x=/[^\d+/a-z]/i,p=/[\t\n\f\r ]+/g,y=/[=]{1,2}$/,m=l("atob"),b=String.fromCharCode,S=c("".charAt),k=c("".replace),R=c(x.exec),A=!!m&&!o(function(){return m("aGk=")!=="hi"}),O=A&&o(function(){return m(" ")!==""}),M=A&&!o(function(){m("a")}),B=A&&!o(function(){m()}),U=A&&m.length!==1,X=!A||O||M||B||U;r({global:!0,bind:!0,enumerable:!0,forced:X},{atob:function(V){if(u(arguments.length,1),A&&!O&&!M)return f(m,i,V);var ae=k(h(V),p,""),ie="",ue=0,Q=0,J,K,oe;if(ae.length%4===0&&(ae=k(ae,y,"")),J=ae.length,J%4===1||R(x,ae))throw new(l("DOMException"))("The string is not correctly encoded","InvalidCharacterError");for(;ue<J;)K=S(ae,ue++),oe=Q%4?oe*64+a[K]:a[K],Q++%4&&(ie+=b(255&oe>>(-2*Q&6)));return ie}})},55182:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(65911),c=e(94237),f=e(89945),o=e(3338),h=e(69905),u=e(57106),a=e(66244).i2c,x=l("btoa"),p=c("".charAt),y=c("".charCodeAt),m=!!x&&!o(function(){return x("hi")!=="aGk="}),b=m&&!o(function(){x()}),S=m&&o(function(){return x(null)!=="bnVsbA=="}),k=m&&x.length!==1;r({global:!0,bind:!0,enumerable:!0,forced:!m||b||S||k},{btoa:function(A){if(u(arguments.length,1),m)return f(x,i,h(A));for(var O=h(A),M="",B=0,U=a,X,G;p(O,B)||(U="=",B%1);){if(G=y(O,B+=.75),G>255)throw new(l("DOMException"))("The string contains characters outside of the Latin1 range","InvalidCharacterError");X=X<<8|G,M+=p(U,63&X>>8-B%1*8)}return M}})},91472:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(28887).clear;r({global:!0,bind:!0,enumerable:!0,forced:i.clearImmediate!==l},{clearImmediate:l})},34366:function(d,_,e){"use strict";var r=e(92916),i=e(66749),l=e(9518),c=e(59594),f=e(68151),o=function(u){if(u&&u.forEach!==c)try{f(u,"forEach",c)}catch(a){u.forEach=c}};for(var h in i)i[h]&&o(r[h]&&r[h].prototype);o(l)},85425:function(d,_,e){"use strict";var r=e(92916),i=e(66749),l=e(9518),c=e(11005),f=e(68151),o=e(94573),h=e(59893),u=h("iterator"),a=c.values,x=function(y,m){if(y){if(y[u]!==a)try{f(y,u,a)}catch(S){y[u]=a}if(o(y,m,!0),i[m]){for(var b in c)if(y[b]!==c[b])try{f(y,b,c[b])}catch(S){y[b]=c[b]}}}};for(var p in i)x(r[p]&&r[p].prototype,p);x(l,"DOMTokenList")},64522:function(d,_,e){"use strict";var r=e(94488),i=e(11270),l=e(65911),c=e(3338),f=e(20132),o=e(35012),h=e(37691).f,u=e(2291),a=e(64110),x=e(32621),p=e(56472),y=e(80449),m=e(13367),b=e(7825),S=e(52109),k=e(80739),R=e(94844),A=e(35454),O=e(16697),M="DOMException",B="DATA_CLONE_ERR",U=l("Error"),X=l(M)||function(){try{var wt=l("MessageChannel")||i("worker_threads").MessageChannel;new wt().port1.postMessage(new WeakMap)}catch(Pt){if(Pt.name===B&&Pt.code===25)return Pt.constructor}}(),G=X&&X.prototype,V=U.prototype,ae=R.set,ie=R.getterFor(M),ue="stack"in new U(M),Q=function(wt){return x(S,wt)&&S[wt].m?S[wt].c:0},J=function(){p(this,K);var Pt=arguments.length,Jt=b(Pt<1?void 0:arguments[0]),er=b(Pt<2?void 0:arguments[1],"Error"),tr=Q(er);if(ae(this,{type:M,name:er,message:Jt,code:tr}),A||(this.name=er,this.message=Jt,this.code=tr),ue){var Xe=new U(Jt);Xe.name=M,h(this,"stack",o(1,k(Xe.stack,1)))}},K=J.prototype=f(V),oe=function(wt){return{enumerable:!0,configurable:!0,get:wt}},ee=function(wt){return oe(function(){return ie(this)[wt]})};A&&(a(K,"code",ee("code")),a(K,"message",ee("message")),a(K,"name",ee("name"))),h(K,"constructor",o(1,J));var q=c(function(){return!(new X instanceof U)}),le=q||c(function(){return V.toString!==m||String(new X(1,2))!=="2: 1"}),Z=q||c(function(){return new X(1,"DataCloneError").code!==25}),j=q||X[B]!==25||G[B]!==25,se=O?le||Z||j:q;r({global:!0,constructor:!0,forced:se},{DOMException:se?J:X});var me=l(M),Oe=me.prototype;le&&(O||X===me)&&u(Oe,"toString",m),Z&&A&&X===me&&a(Oe,"code",oe(function(){return Q(y(this).name)}));for(var ke in S)if(x(S,ke)){var $e=S[ke],Ne=$e.s,Ft=o(6,$e.c);x(me,Ne)||h(me,Ne,Ft),x(Oe,Ne)||h(Oe,Ne,Ft)}},41599:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(65911),c=e(35012),f=e(37691).f,o=e(32621),h=e(56472),u=e(25576),a=e(7825),x=e(52109),p=e(80739),y=e(35454),m=e(16697),b="DOMException",S=l("Error"),k=l(b),R=function(){h(this,A);var J=arguments.length,K=a(J<1?void 0:arguments[0]),oe=a(J<2?void 0:arguments[1],"Error"),ee=new k(K,oe),q=new S(K);return q.name=b,f(ee,"stack",c(1,p(q.stack,1))),u(ee,this,R),ee},A=R.prototype=k.prototype,O="stack"in new S(b),M="stack"in new k(1,2),B=k&&y&&Object.getOwnPropertyDescriptor(i,b),U=!!B&&!(B.writable&&B.configurable),X=O&&!U&&!M;r({global:!0,constructor:!0,forced:m||X},{DOMException:X?R:k});var G=l(b),V=G.prototype;if(V.constructor!==G){m||f(V,"constructor",c(1,G));for(var ae in x)if(o(x,ae)){var ie=x[ae],ue=ie.s;o(G,ue)||f(G,ue,c(6,ie.c))}}},86465:function(d,_,e){"use strict";var r=e(65911),i=e(94573),l="DOMException";i(r(l),l)},78437:function(d,_,e){"use strict";e(91472),e(91700)},73624:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(72933),c=e(63335),f=e(57106),o=e(90946),h=i.process;r({global:!0,enumerable:!0,dontCallGetSet:!0},{queueMicrotask:function(a){f(arguments.length,1),c(a);var x=o&&h.domain;l(x?x.bind(a):a)}})},62059:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(64110),c=e(35454),f=TypeError,o=Object.defineProperty,h=i.self!==i;try{if(c){var u=Object.getOwnPropertyDescriptor(i,"self");(h||!u||!u.get||!u.enumerable)&&l(i,"self",{get:function(){return i},set:function(x){if(this!==i)throw new f("Illegal invocation");o(i,"self",{value:x,writable:!0,configurable:!0,enumerable:!0})},configurable:!0,enumerable:!0})}else r({global:!0,simple:!0,forced:h},{self:i})}catch(a){}},91700:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(28887).set,c=e(93222),f=i.setImmediate?c(l,!1):l;r({global:!0,bind:!0,enumerable:!0,forced:i.setImmediate!==f},{setImmediate:f})},88469:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(93222),c=l(i.setInterval,!0);r({global:!0,bind:!0,forced:i.setInterval!==c},{setInterval:c})},91572:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(93222),c=l(i.setTimeout,!0);r({global:!0,bind:!0,forced:i.setTimeout!==c},{setTimeout:c})},10305:function(d,_,e){"use strict";var r=e(16697),i=e(94488),l=e(92916),c=e(65911),f=e(94237),o=e(3338),h=e(6145),u=e(55327),a=e(39812),x=e(4112),p=e(31946),y=e(18446),m=e(62003),b=e(80449),S=e(97607),k=e(32621),R=e(69392),A=e(68151),O=e(82762),M=e(57106),B=e(81644),U=e(2786),X=e(19691),G=e(57002),V=e(39311),ae=e(25406),ie=e(80426),ue=l.Object,Q=l.Array,J=l.Date,K=l.Error,oe=l.TypeError,ee=l.PerformanceMark,q=c("DOMException"),le=U.Map,Z=U.has,j=U.get,se=U.set,me=X.Set,Oe=X.add,ke=X.has,$e=c("Object","keys"),Ne=f([].push),Ft=f((!0).valueOf),wt=f(1 .valueOf),Pt=f("".valueOf),Jt=f(J.prototype.getTime),er=h("structuredClone"),tr="DataCloneError",Xe="Transferring",It=function(Pe){return!o(function(){var Qe=new l.Set([7]),Kt=Pe(Qe),Lt=Pe(ue(7));return Kt===Qe||!Kt.has(7)||!p(Lt)||+Lt!=7})&&Pe},Zt=function(Pe,Qe){return!o(function(){var Kt=new Qe,Lt=Pe({a:Kt,b:Kt});return!(Lt&&Lt.a===Lt.b&&Lt.a instanceof Qe&&Lt.a.stack===Kt.stack)})},ot=function(Pe){return!o(function(){var Qe=Pe(new l.AggregateError([1],er,{cause:3}));return Qe.name!=="AggregateError"||Qe.errors[0]!==1||Qe.message!==er||Qe.cause!==3})},bt=l.structuredClone,mt=r||!Zt(bt,K)||!Zt(bt,q)||!ot(bt),et=!bt&&It(function(Pe){return new ee(er,{detail:Pe}).detail}),He=It(bt)||et,_e=function(Pe){throw new q("Uncloneable type: "+Pe,tr)},Se=function(Pe,Qe){throw new q((Qe||"Cloning")+" of "+Pe+" cannot be properly polyfilled in this engine",tr)},Me=function(Pe,Qe){return He||Se(Qe),He(Pe)},Ue=function(){var Pe;try{Pe=new l.DataTransfer}catch(Qe){try{Pe=new l.ClipboardEvent("").clipboardData}catch(Kt){}}return Pe&&Pe.items&&Pe.files?Pe:null},We=function(Pe,Qe,Kt){if(Z(Qe,Pe))return j(Qe,Pe);var Lt=Kt||S(Pe),Ht,Nt,Ct,Yt,Ge,fe;if(Lt==="SharedArrayBuffer")He?Ht=He(Pe):Ht=Pe;else{var pe=l.DataView;!pe&&!u(Pe.slice)&&Se("ArrayBuffer");try{if(u(Pe.slice)&&!Pe.resizable)Ht=Pe.slice(0);else for(Nt=Pe.byteLength,Ct=("maxByteLength"in Pe)?{maxByteLength:Pe.maxByteLength}:void 0,Ht=new ArrayBuffer(Nt,Ct),Yt=new pe(Pe),Ge=new pe(Ht),fe=0;fe<Nt;fe++)Ge.setUint8(fe,Yt.getUint8(fe))}catch(Dt){throw new q("ArrayBuffer is detached",tr)}}return se(Qe,Pe,Ht),Ht},it=function(Pe,Qe,Kt,Lt,Ht){var Nt=l[Qe];return p(Nt)||Se(Qe),new Nt(We(Pe.buffer,Ht),Kt,Lt)},ct=function(Pe,Qe){if(y(Pe)&&_e("Symbol"),!p(Pe))return Pe;if(Qe){if(Z(Qe,Pe))return j(Qe,Pe)}else Qe=new le;var Kt=S(Pe),Lt,Ht,Nt,Ct,Yt,Ge,fe,pe;switch(Kt){case"Array":Nt=Q(O(Pe));break;case"Object":Nt={};break;case"Map":Nt=new le;break;case"Set":Nt=new me;break;case"RegExp":Nt=new RegExp(Pe.source,B(Pe));break;case"Error":switch(Ht=Pe.name,Ht){case"AggregateError":Nt=new(c(Ht))([]);break;case"EvalError":case"RangeError":case"ReferenceError":case"SuppressedError":case"SyntaxError":case"TypeError":case"URIError":Nt=new(c(Ht));break;case"CompileError":case"LinkError":case"RuntimeError":Nt=new(c("WebAssembly",Ht));break;default:Nt=new K}break;case"DOMException":Nt=new q(Pe.message,Pe.name);break;case"ArrayBuffer":case"SharedArrayBuffer":Nt=We(Pe,Qe,Kt);break;case"DataView":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float16Array":case"Float32Array":case"Float64Array":case"BigInt64Array":case"BigUint64Array":Ge=Kt==="DataView"?Pe.byteLength:Pe.length,Nt=it(Pe,Kt,Pe.byteOffset,Ge,Qe);break;case"DOMQuad":try{Nt=new DOMQuad(ct(Pe.p1,Qe),ct(Pe.p2,Qe),ct(Pe.p3,Qe),ct(Pe.p4,Qe))}catch(Dt){Nt=Me(Pe,Kt)}break;case"File":if(He)try{Nt=He(Pe),S(Nt)!==Kt&&(Nt=void 0)}catch(Dt){}if(!Nt)try{Nt=new File([Pe],Pe.name,Pe)}catch(Dt){}Nt||Se(Kt);break;case"FileList":if(Ct=Ue(),Ct){for(Yt=0,Ge=O(Pe);Yt<Ge;Yt++)Ct.items.add(ct(Pe[Yt],Qe));Nt=Ct.files}else Nt=Me(Pe,Kt);break;case"ImageData":try{Nt=new ImageData(ct(Pe.data,Qe),Pe.width,Pe.height,{colorSpace:Pe.colorSpace})}catch(Dt){Nt=Me(Pe,Kt)}break;default:if(He)Nt=He(Pe);else switch(Kt){case"BigInt":Nt=ue(Pe.valueOf());break;case"Boolean":Nt=ue(Ft(Pe));break;case"Number":Nt=ue(wt(Pe));break;case"String":Nt=ue(Pt(Pe));break;case"Date":Nt=new J(Jt(Pe));break;case"Blob":try{Nt=Pe.slice(0,Pe.size,Pe.type)}catch(Dt){Se(Kt)}break;case"DOMPoint":case"DOMPointReadOnly":Lt=l[Kt];try{Nt=Lt.fromPoint?Lt.fromPoint(Pe):new Lt(Pe.x,Pe.y,Pe.z,Pe.w)}catch(Dt){Se(Kt)}break;case"DOMRect":case"DOMRectReadOnly":Lt=l[Kt];try{Nt=Lt.fromRect?Lt.fromRect(Pe):new Lt(Pe.x,Pe.y,Pe.width,Pe.height)}catch(Dt){Se(Kt)}break;case"DOMMatrix":case"DOMMatrixReadOnly":Lt=l[Kt];try{Nt=Lt.fromMatrix?Lt.fromMatrix(Pe):new Lt(Pe)}catch(Dt){Se(Kt)}break;case"AudioData":case"VideoFrame":u(Pe.clone)||Se(Kt);try{Nt=Pe.clone()}catch(Dt){_e(Kt)}break;case"CropTarget":case"CryptoKey":case"FileSystemDirectoryHandle":case"FileSystemFileHandle":case"FileSystemHandle":case"GPUCompilationInfo":case"GPUCompilationMessage":case"ImageBitmap":case"RTCCertificate":case"WebAssembly.Module":Se(Kt);default:_e(Kt)}}switch(se(Qe,Pe,Nt),Kt){case"Array":case"Object":for(fe=$e(Pe),Yt=0,Ge=O(fe);Yt<Ge;Yt++)pe=fe[Yt],R(Nt,pe,ct(Pe[pe],Qe));break;case"Map":Pe.forEach(function(Dt,Te){se(Nt,ct(Te,Qe),ct(Dt,Qe))});break;case"Set":Pe.forEach(function(Dt){Oe(Nt,ct(Dt,Qe))});break;case"Error":A(Nt,"message",ct(Pe.message,Qe)),k(Pe,"cause")&&A(Nt,"cause",ct(Pe.cause,Qe)),Ht==="AggregateError"?Nt.errors=ct(Pe.errors,Qe):Ht==="SuppressedError"&&(Nt.error=ct(Pe.error,Qe),Nt.suppressed=ct(Pe.suppressed,Qe));case"DOMException":ae&&A(Nt,"stack",ct(Pe.stack,Qe))}return Nt},Gt=function(Pe,Qe){if(!p(Pe))throw new oe("Transfer option cannot be converted to a sequence");var Kt=[];m(Pe,function(Te){Ne(Kt,b(Te))});for(var Lt=0,Ht=O(Kt),Nt=new me,Ct,Yt,Ge,fe,pe,Dt;Lt<Ht;){if(Ct=Kt[Lt++],Yt=S(Ct),Yt==="ArrayBuffer"?ke(Nt,Ct):Z(Qe,Ct))throw new q("Duplicate transferable",tr);if(Yt==="ArrayBuffer"){Oe(Nt,Ct);continue}if(ie)fe=bt(Ct,{transfer:[Ct]});else switch(Yt){case"ImageBitmap":Ge=l.OffscreenCanvas,a(Ge)||Se(Yt,Xe);try{pe=new Ge(Ct.width,Ct.height),Dt=pe.getContext("bitmaprenderer"),Dt.transferFromImageBitmap(Ct),fe=pe.transferToImageBitmap()}catch(Te){}break;case"AudioData":case"VideoFrame":(!u(Ct.clone)||!u(Ct.close))&&Se(Yt,Xe);try{fe=Ct.clone(),Ct.close()}catch(Te){}break;case"MediaSourceHandle":case"MessagePort":case"OffscreenCanvas":case"ReadableStream":case"TransformStream":case"WritableStream":Se(Yt,Xe)}if(fe===void 0)throw new q("This object cannot be transferred: "+Yt,tr);se(Qe,Ct,fe)}return Nt},$t=function(Pe){G(Pe,function(Qe){ie?He(Qe,{transfer:[Qe]}):u(Qe.transfer)?Qe.transfer():V?V(Qe):Se("ArrayBuffer",Xe)})};i({global:!0,enumerable:!0,sham:!ie,forced:mt},{structuredClone:function(Qe){var Kt=M(arguments.length,1)>1&&!x(arguments[1])?b(arguments[1]):void 0,Lt=Kt?Kt.transfer:void 0,Ht,Nt;Lt!==void 0&&(Ht=new le,Nt=Gt(Lt,Ht));var Ct=ct(Qe,Ht);return Nt&&$t(Nt),Ct}})},41208:function(d,_,e){"use strict";e(88469),e(91572)},91340:function(d,_,e){"use strict";e(11005);var r=e(94488),i=e(92916),l=e(89945),c=e(94237),f=e(35454),o=e(3299),h=e(2291),u=e(64110),a=e(66477),x=e(94573),p=e(83126),y=e(94844),m=e(56472),b=e(55327),S=e(32621),k=e(80666),R=e(97607),A=e(80449),O=e(31946),M=e(69905),B=e(20132),U=e(35012),X=e(85428),G=e(26006),V=e(25587),ae=e(57106),ie=e(59893),ue=e(63668),Q=ie("iterator"),J="URLSearchParams",K=J+"Iterator",oe=y.set,ee=y.getterFor(J),q=y.getterFor(K),le=Object.getOwnPropertyDescriptor,Z=function(Ht){if(!f)return i[Ht];var Nt=le(i,Ht);return Nt&&Nt.value},j=Z("fetch"),se=Z("Request"),me=Z("Headers"),Oe=se&&se.prototype,ke=me&&me.prototype,$e=i.RegExp,Ne=i.TypeError,Ft=i.decodeURIComponent,wt=i.encodeURIComponent,Pt=c("".charAt),Jt=c([].join),er=c([].push),tr=c("".replace),Xe=c([].shift),It=c([].splice),Zt=c("".split),ot=c("".slice),bt=/\+/g,mt=Array(4),et=function(Ht){return mt[Ht-1]||(mt[Ht-1]=$e("((?:%[\\da-f]{2}){"+Ht+"})","gi"))},He=function(Ht){try{return Ft(Ht)}catch(Nt){return Ht}},_e=function(Ht){var Nt=tr(Ht,bt," "),Ct=4;try{return Ft(Nt)}catch(Yt){for(;Ct;)Nt=tr(Nt,et(Ct--),He);return Nt}},Se=/[!'()~]|%20/g,Me={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},Ue=function(Ht){return Me[Ht]},We=function(Ht){return tr(wt(Ht),Se,Ue)},it=p(function(Nt,Ct){oe(this,{type:K,target:ee(Nt).entries,index:0,kind:Ct})},J,function(){var Nt=q(this),Ct=Nt.target,Yt=Nt.index++;if(!Ct||Yt>=Ct.length)return Nt.target=void 0,V(void 0,!0);var Ge=Ct[Yt];switch(Nt.kind){case"keys":return V(Ge.key,!1);case"values":return V(Ge.value,!1)}return V([Ge.key,Ge.value],!1)},!0),ct=function(Ht){this.entries=[],this.url=null,Ht!==void 0&&(O(Ht)?this.parseObject(Ht):this.parseQuery(typeof Ht=="string"?Pt(Ht,0)==="?"?ot(Ht,1):Ht:M(Ht)))};ct.prototype={type:J,bindURL:function(Ht){this.url=Ht,this.update()},parseObject:function(Ht){var Nt=this.entries,Ct=G(Ht),Yt,Ge,fe,pe,Dt,Te,ht;if(Ct)for(Yt=X(Ht,Ct),Ge=Yt.next;!(fe=l(Ge,Yt)).done;){if(pe=X(A(fe.value)),Dt=pe.next,(Te=l(Dt,pe)).done||(ht=l(Dt,pe)).done||!l(Dt,pe).done)throw new Ne("Expected sequence with length 2");er(Nt,{key:M(Te.value),value:M(ht.value)})}else for(var Wt in Ht)S(Ht,Wt)&&er(Nt,{key:Wt,value:M(Ht[Wt])})},parseQuery:function(Ht){if(Ht)for(var Nt=this.entries,Ct=Zt(Ht,"&"),Yt=0,Ge,fe;Yt<Ct.length;)Ge=Ct[Yt++],Ge.length&&(fe=Zt(Ge,"="),er(Nt,{key:_e(Xe(fe)),value:_e(Jt(fe,"="))}))},serialize:function(){for(var Ht=this.entries,Nt=[],Ct=0,Yt;Ct<Ht.length;)Yt=Ht[Ct++],er(Nt,We(Yt.key)+"="+We(Yt.value));return Jt(Nt,"&")},update:function(){this.entries.length=0,this.parseQuery(this.url.query)},updateURL:function(){this.url&&this.url.update()}};var Gt=function(){m(this,$t);var Nt=arguments.length>0?arguments[0]:void 0,Ct=oe(this,new ct(Nt));f||(this.size=Ct.entries.length)},$t=Gt.prototype;if(a($t,{append:function(Nt,Ct){var Yt=ee(this);ae(arguments.length,2),er(Yt.entries,{key:M(Nt),value:M(Ct)}),f||this.length++,Yt.updateURL()},delete:function(Ht){for(var Nt=ee(this),Ct=ae(arguments.length,1),Yt=Nt.entries,Ge=M(Ht),fe=Ct<2?void 0:arguments[1],pe=fe===void 0?fe:M(fe),Dt=0;Dt<Yt.length;){var Te=Yt[Dt];if(Te.key===Ge&&(pe===void 0||Te.value===pe)){if(It(Yt,Dt,1),pe!==void 0)break}else Dt++}f||(this.size=Yt.length),Nt.updateURL()},get:function(Nt){var Ct=ee(this).entries;ae(arguments.length,1);for(var Yt=M(Nt),Ge=0;Ge<Ct.length;Ge++)if(Ct[Ge].key===Yt)return Ct[Ge].value;return null},getAll:function(Nt){var Ct=ee(this).entries;ae(arguments.length,1);for(var Yt=M(Nt),Ge=[],fe=0;fe<Ct.length;fe++)Ct[fe].key===Yt&&er(Ge,Ct[fe].value);return Ge},has:function(Nt){for(var Ct=ee(this).entries,Yt=ae(arguments.length,1),Ge=M(Nt),fe=Yt<2?void 0:arguments[1],pe=fe===void 0?fe:M(fe),Dt=0;Dt<Ct.length;){var Te=Ct[Dt++];if(Te.key===Ge&&(pe===void 0||Te.value===pe))return!0}return!1},set:function(Nt,Ct){var Yt=ee(this);ae(arguments.length,1);for(var Ge=Yt.entries,fe=!1,pe=M(Nt),Dt=M(Ct),Te=0,ht;Te<Ge.length;Te++)ht=Ge[Te],ht.key===pe&&(fe?It(Ge,Te--,1):(fe=!0,ht.value=Dt));fe||er(Ge,{key:pe,value:Dt}),f||(this.size=Ge.length),Yt.updateURL()},sort:function(){var Nt=ee(this);ue(Nt.entries,function(Ct,Yt){return Ct.key>Yt.key?1:-1}),Nt.updateURL()},forEach:function(Nt){for(var Ct=ee(this).entries,Yt=k(Nt,arguments.length>1?arguments[1]:void 0),Ge=0,fe;Ge<Ct.length;)fe=Ct[Ge++],Yt(fe.value,fe.key,this)},keys:function(){return new it(this,"keys")},values:function(){return new it(this,"values")},entries:function(){return new it(this,"entries")}},{enumerable:!0}),h($t,Q,$t.entries,{name:"entries"}),h($t,"toString",function(){return ee(this).serialize()},{enumerable:!0}),f&&u($t,"size",{get:function(){return ee(this).entries.length},configurable:!0,enumerable:!0}),x(Gt,J),r({global:!0,constructor:!0,forced:!o},{URLSearchParams:Gt}),!o&&b(me)){var Pe=c(ke.has),Qe=c(ke.set),Kt=function(Ht){if(O(Ht)){var Nt=Ht.body,Ct;if(R(Nt)===J)return Ct=Ht.headers?new me(Ht.headers):new me,Pe(Ct,"content-type")||Qe(Ct,"content-type","application/x-www-form-urlencoded;charset=UTF-8"),B(Ht,{body:U(0,M(Nt)),headers:U(0,Ct)})}return Ht};if(b(j)&&r({global:!0,enumerable:!0,dontCallGetSet:!0,forced:!0},{fetch:function(Nt){return j(Nt,arguments.length>1?Kt(arguments[1]):{})}}),b(se)){var Lt=function(Nt){return m(this,Oe),new se(Nt,arguments.length>1?Kt(arguments[1]):{})};Oe.constructor=Lt,Lt.prototype=Oe,r({global:!0,constructor:!0,dontCallGetSet:!0,forced:!0},{Request:Lt})}}d.exports={URLSearchParams:Gt,getState:ee}},4890:function(d,_,e){"use strict";var r=e(2291),i=e(94237),l=e(69905),c=e(57106),f=URLSearchParams,o=f.prototype,h=i(o.append),u=i(o.delete),a=i(o.forEach),x=i([].push),p=new f("a=1&a=2&b=3");p.delete("a",1),p.delete("b",void 0),p+""!="a=2"&&r(o,"delete",function(y){var m=arguments.length,b=m<2?void 0:arguments[1];if(m&&b===void 0)return u(this,y);var S=[];a(this,function(X,G){x(S,{key:G,value:X})}),c(m,1);for(var k=l(y),R=l(b),A=0,O=0,M=!1,B=S.length,U;A<B;)U=S[A++],M||U.key===k?(M=!0,u(this,U.key)):O++;for(;O<B;)U=S[O++],U.key===k&&U.value===R||h(this,U.key,U.value)},{enumerable:!0,unsafe:!0})},5340:function(d,_,e){"use strict";var r=e(2291),i=e(94237),l=e(69905),c=e(57106),f=URLSearchParams,o=f.prototype,h=i(o.getAll),u=i(o.has),a=new f("a=1");(a.has("a",2)||!a.has("a",void 0))&&r(o,"has",function(p){var y=arguments.length,m=y<2?void 0:arguments[1];if(y&&m===void 0)return u(this,p);var b=h(this,p);c(y,1);for(var S=l(m),k=0;k<b.length;)if(b[k++]===S)return!0;return!1},{enumerable:!0,unsafe:!0})},7893:function(d,_,e){"use strict";e(91340)},61650:function(d,_,e){"use strict";var r=e(35454),i=e(94237),l=e(64110),c=URLSearchParams.prototype,f=i(c.forEach);r&&!("size"in c)&&l(c,"size",{get:function(){var h=0;return f(this,function(){h++}),h},configurable:!0,enumerable:!0})},40061:function(d,_,e){"use strict";var r=e(94488),i=e(65911),l=e(3338),c=e(57106),f=e(69905),o=e(3299),h=i("URL"),u=o&&l(function(){h.canParse()});r({target:"URL",stat:!0,forced:!u},{canParse:function(x){var p=c(arguments.length,1),y=f(x),m=p<2||arguments[1]===void 0?void 0:f(arguments[1]);try{return!!new h(y,m)}catch(b){return!1}}})},13588:function(d,_,e){"use strict";e(20852);var r=e(94488),i=e(35454),l=e(3299),c=e(92916),f=e(80666),o=e(94237),h=e(2291),u=e(64110),a=e(56472),x=e(32621),p=e(80530),y=e(60255),m=e(71698),b=e(13764).codeAt,S=e(93245),k=e(69905),R=e(94573),A=e(57106),O=e(91340),M=e(94844),B=M.set,U=M.getterFor("URL"),X=O.URLSearchParams,G=O.getState,V=c.URL,ae=c.TypeError,ie=c.parseInt,ue=Math.floor,Q=Math.pow,J=o("".charAt),K=o(/./.exec),oe=o([].join),ee=o(1 .toString),q=o([].pop),le=o([].push),Z=o("".replace),j=o([].shift),se=o("".split),me=o("".slice),Oe=o("".toLowerCase),ke=o([].unshift),$e="Invalid authority",Ne="Invalid scheme",Ft="Invalid host",wt="Invalid port",Pt=/[a-z]/i,Jt=/[\d+-.a-z]/i,er=/\d/,tr=/^0x/i,Xe=/^[0-7]+$/,It=/^\d+$/,Zt=/^[\da-f]+$/i,ot=/[\0\t\n\r #%/:<>?@[\\\]^|]/,bt=/[\0\t\n\r #/:<>?@[\\\]^|]/,mt=/^[\u0000-\u0020]+/,et=/(^|[^\u0000-\u0020])[\u0000-\u0020]+$/,He=/[\t\n\r]/g,_e,Se=function(cr){var Dr=se(cr,"."),ft,Et,zt,nr,yr,nt,Nr;if(Dr.length&&Dr[Dr.length-1]===""&&Dr.length--,ft=Dr.length,ft>4)return cr;for(Et=[],zt=0;zt<ft;zt++){if(nr=Dr[zt],nr==="")return cr;if(yr=10,nr.length>1&&J(nr,0)==="0"&&(yr=K(tr,nr)?16:8,nr=me(nr,yr===8?1:2)),nr==="")nt=0;else{if(!K(yr===10?It:yr===8?Xe:Zt,nr))return cr;nt=ie(nr,yr)}le(Et,nt)}for(zt=0;zt<ft;zt++)if(nt=Et[zt],zt===ft-1){if(nt>=Q(256,5-ft))return null}else if(nt>255)return null;for(Nr=q(Et),zt=0;zt<Et.length;zt++)Nr+=Et[zt]*Q(256,3-zt);return Nr},Me=function(cr){var Dr=[0,0,0,0,0,0,0,0],ft=0,Et=null,zt=0,nr,yr,nt,Nr,en,In,mr,on=function(){return J(cr,zt)};if(on()===":"){if(J(cr,1)!==":")return;zt+=2,ft++,Et=ft}for(;on();){if(ft===8)return;if(on()===":"){if(Et!==null)return;zt++,ft++,Et=ft;continue}for(nr=yr=0;yr<4&&K(Zt,on());)nr=nr*16+ie(on(),16),zt++,yr++;if(on()==="."){if(yr===0||(zt-=yr,ft>6))return;for(nt=0;on();){if(Nr=null,nt>0)if(on()==="."&&nt<4)zt++;else return;if(!K(er,on()))return;for(;K(er,on());){if(en=ie(on(),10),Nr===null)Nr=en;else{if(Nr===0)return;Nr=Nr*10+en}if(Nr>255)return;zt++}Dr[ft]=Dr[ft]*256+Nr,nt++,(nt===2||nt===4)&&ft++}if(nt!==4)return;break}else if(on()===":"){if(zt++,!on())return}else if(on())return;Dr[ft++]=nr}if(Et!==null)for(In=ft-Et,ft=7;ft!==0&&In>0;)mr=Dr[ft],Dr[ft--]=Dr[Et+In-1],Dr[Et+--In]=mr;else if(ft!==8)return;return Dr},Ue=function(cr){for(var Dr=null,ft=1,Et=null,zt=0,nr=0;nr<8;nr++)cr[nr]!==0?(zt>ft&&(Dr=Et,ft=zt),Et=null,zt=0):(Et===null&&(Et=nr),++zt);return zt>ft&&(Dr=Et,ft=zt),Dr},We=function(cr){var Dr,ft,Et,zt;if(typeof cr=="number"){for(Dr=[],ft=0;ft<4;ft++)ke(Dr,cr%256),cr=ue(cr/256);return oe(Dr,".")}else if(typeof cr=="object"){for(Dr="",Et=Ue(cr),ft=0;ft<8;ft++)zt&&cr[ft]===0||(zt&&(zt=!1),Et===ft?(Dr+=ft?":":"::",zt=!0):(Dr+=ee(cr[ft],16),ft<7&&(Dr+=":")));return"["+Dr+"]"}return cr},it={},ct=p({},it,{" ":1,'"':1,"<":1,">":1,"`":1}),Gt=p({},ct,{"#":1,"?":1,"{":1,"}":1}),$t=p({},Gt,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),Pe=function(cr,Dr){var ft=b(cr,0);return ft>32&&ft<127&&!x(Dr,cr)?cr:encodeURIComponent(cr)},Qe={ftp:21,file:null,http:80,https:443,ws:80,wss:443},Kt=function(cr,Dr){var ft;return cr.length===2&&K(Pt,J(cr,0))&&((ft=J(cr,1))===":"||!Dr&&ft==="|")},Lt=function(cr){var Dr;return cr.length>1&&Kt(me(cr,0,2))&&(cr.length===2||(Dr=J(cr,2))==="/"||Dr==="\\"||Dr==="?"||Dr==="#")},Ht=function(cr){return cr==="."||Oe(cr)==="%2e"},Nt=function(cr){return cr=Oe(cr),cr===".."||cr==="%2e."||cr===".%2e"||cr==="%2e%2e"},Ct={},Yt={},Ge={},fe={},pe={},Dt={},Te={},ht={},Wt={},St={},Re={},_t={},ze={},we={},gt={},kt={},Fe={},Ir={},At={},Vr={},Qr={},Er=function(cr,Dr,ft){var Et=k(cr),zt,nr,yr;if(Dr){if(nr=this.parse(Et),nr)throw new ae(nr);this.searchParams=null}else{if(ft!==void 0&&(zt=new Er(ft,!0)),nr=this.parse(Et,null,zt),nr)throw new ae(nr);yr=G(new X),yr.bindURL(this),this.searchParams=yr}};Er.prototype={type:"URL",parse:function(cr,Dr,ft){var Et=this,zt=Dr||Ct,nr=0,yr="",nt=!1,Nr=!1,en=!1,In,mr,on,yn;for(cr=k(cr),Dr||(Et.scheme="",Et.username="",Et.password="",Et.host=null,Et.port=null,Et.path=[],Et.query=null,Et.fragment=null,Et.cannotBeABaseURL=!1,cr=Z(cr,mt,""),cr=Z(cr,et,"$1")),cr=Z(cr,He,""),In=y(cr);nr<=In.length;){switch(mr=In[nr],zt){case Ct:if(mr&&K(Pt,mr))yr+=Oe(mr),zt=Yt;else{if(Dr)return Ne;zt=Ge;continue}break;case Yt:if(mr&&(K(Jt,mr)||mr==="+"||mr==="-"||mr==="."))yr+=Oe(mr);else if(mr===":"){if(Dr&&(Et.isSpecial()!==x(Qe,yr)||yr==="file"&&(Et.includesCredentials()||Et.port!==null)||Et.scheme==="file"&&!Et.host))return;if(Et.scheme=yr,Dr){Et.isSpecial()&&Qe[Et.scheme]===Et.port&&(Et.port=null);return}yr="",Et.scheme==="file"?zt=we:Et.isSpecial()&&ft&&ft.scheme===Et.scheme?zt=fe:Et.isSpecial()?zt=ht:In[nr+1]==="/"?(zt=pe,nr++):(Et.cannotBeABaseURL=!0,le(Et.path,""),zt=At)}else{if(Dr)return Ne;yr="",zt=Ge,nr=0;continue}break;case Ge:if(!ft||ft.cannotBeABaseURL&&mr!=="#")return Ne;if(ft.cannotBeABaseURL&&mr==="#"){Et.scheme=ft.scheme,Et.path=m(ft.path),Et.query=ft.query,Et.fragment="",Et.cannotBeABaseURL=!0,zt=Qr;break}zt=ft.scheme==="file"?we:Dt;continue;case fe:if(mr==="/"&&In[nr+1]==="/")zt=Wt,nr++;else{zt=Dt;continue}break;case pe:if(mr==="/"){zt=St;break}else{zt=Ir;continue}case Dt:if(Et.scheme=ft.scheme,mr===_e)Et.username=ft.username,Et.password=ft.password,Et.host=ft.host,Et.port=ft.port,Et.path=m(ft.path),Et.query=ft.query;else if(mr==="/"||mr==="\\"&&Et.isSpecial())zt=Te;else if(mr==="?")Et.username=ft.username,Et.password=ft.password,Et.host=ft.host,Et.port=ft.port,Et.path=m(ft.path),Et.query="",zt=Vr;else if(mr==="#")Et.username=ft.username,Et.password=ft.password,Et.host=ft.host,Et.port=ft.port,Et.path=m(ft.path),Et.query=ft.query,Et.fragment="",zt=Qr;else{Et.username=ft.username,Et.password=ft.password,Et.host=ft.host,Et.port=ft.port,Et.path=m(ft.path),Et.path.length--,zt=Ir;continue}break;case Te:if(Et.isSpecial()&&(mr==="/"||mr==="\\"))zt=Wt;else if(mr==="/")zt=St;else{Et.username=ft.username,Et.password=ft.password,Et.host=ft.host,Et.port=ft.port,zt=Ir;continue}break;case ht:if(zt=Wt,mr!=="/"||J(yr,nr+1)!=="/")continue;nr++;break;case Wt:if(mr!=="/"&&mr!=="\\"){zt=St;continue}break;case St:if(mr==="@"){nt&&(yr="%40"+yr),nt=!0,on=y(yr);for(var wn=0;wn<on.length;wn++){var Dn=on[wn];if(Dn===":"&&!en){en=!0;continue}var _i=Pe(Dn,$t);en?Et.password+=_i:Et.username+=_i}yr=""}else if(mr===_e||mr==="/"||mr==="?"||mr==="#"||mr==="\\"&&Et.isSpecial()){if(nt&&yr==="")return $e;nr-=y(yr).length+1,yr="",zt=Re}else yr+=mr;break;case Re:case _t:if(Dr&&Et.scheme==="file"){zt=kt;continue}else if(mr===":"&&!Nr){if(yr==="")return Ft;if(yn=Et.parseHost(yr),yn)return yn;if(yr="",zt=ze,Dr===_t)return}else if(mr===_e||mr==="/"||mr==="?"||mr==="#"||mr==="\\"&&Et.isSpecial()){if(Et.isSpecial()&&yr==="")return Ft;if(Dr&&yr===""&&(Et.includesCredentials()||Et.port!==null))return;if(yn=Et.parseHost(yr),yn)return yn;if(yr="",zt=Fe,Dr)return;continue}else mr==="["?Nr=!0:mr==="]"&&(Nr=!1),yr+=mr;break;case ze:if(K(er,mr))yr+=mr;else if(mr===_e||mr==="/"||mr==="?"||mr==="#"||mr==="\\"&&Et.isSpecial()||Dr){if(yr!==""){var ui=ie(yr,10);if(ui>65535)return wt;Et.port=Et.isSpecial()&&ui===Qe[Et.scheme]?null:ui,yr=""}if(Dr)return;zt=Fe;continue}else return wt;break;case we:if(Et.scheme="file",mr==="/"||mr==="\\")zt=gt;else if(ft&&ft.scheme==="file")switch(mr){case _e:Et.host=ft.host,Et.path=m(ft.path),Et.query=ft.query;break;case"?":Et.host=ft.host,Et.path=m(ft.path),Et.query="",zt=Vr;break;case"#":Et.host=ft.host,Et.path=m(ft.path),Et.query=ft.query,Et.fragment="",zt=Qr;break;default:Lt(oe(m(In,nr),""))||(Et.host=ft.host,Et.path=m(ft.path),Et.shortenPath()),zt=Ir;continue}else{zt=Ir;continue}break;case gt:if(mr==="/"||mr==="\\"){zt=kt;break}ft&&ft.scheme==="file"&&!Lt(oe(m(In,nr),""))&&(Kt(ft.path[0],!0)?le(Et.path,ft.path[0]):Et.host=ft.host),zt=Ir;continue;case kt:if(mr===_e||mr==="/"||mr==="\\"||mr==="?"||mr==="#"){if(!Dr&&Kt(yr))zt=Ir;else if(yr===""){if(Et.host="",Dr)return;zt=Fe}else{if(yn=Et.parseHost(yr),yn)return yn;if(Et.host==="localhost"&&(Et.host=""),Dr)return;yr="",zt=Fe}continue}else yr+=mr;break;case Fe:if(Et.isSpecial()){if(zt=Ir,mr!=="/"&&mr!=="\\")continue}else if(!Dr&&mr==="?")Et.query="",zt=Vr;else if(!Dr&&mr==="#")Et.fragment="",zt=Qr;else if(mr!==_e&&(zt=Ir,mr!=="/"))continue;break;case Ir:if(mr===_e||mr==="/"||mr==="\\"&&Et.isSpecial()||!Dr&&(mr==="?"||mr==="#")){if(Nt(yr)?(Et.shortenPath(),mr!=="/"&&!(mr==="\\"&&Et.isSpecial())&&le(Et.path,"")):Ht(yr)?mr!=="/"&&!(mr==="\\"&&Et.isSpecial())&&le(Et.path,""):(Et.scheme==="file"&&!Et.path.length&&Kt(yr)&&(Et.host&&(Et.host=""),yr=J(yr,0)+":"),le(Et.path,yr)),yr="",Et.scheme==="file"&&(mr===_e||mr==="?"||mr==="#"))for(;Et.path.length>1&&Et.path[0]==="";)j(Et.path);mr==="?"?(Et.query="",zt=Vr):mr==="#"&&(Et.fragment="",zt=Qr)}else yr+=Pe(mr,Gt);break;case At:mr==="?"?(Et.query="",zt=Vr):mr==="#"?(Et.fragment="",zt=Qr):mr!==_e&&(Et.path[0]+=Pe(mr,it));break;case Vr:!Dr&&mr==="#"?(Et.fragment="",zt=Qr):mr!==_e&&(mr==="'"&&Et.isSpecial()?Et.query+="%27":mr==="#"?Et.query+="%23":Et.query+=Pe(mr,it));break;case Qr:mr!==_e&&(Et.fragment+=Pe(mr,ct));break}nr++}},parseHost:function(cr){var Dr,ft,Et;if(J(cr,0)==="["){if(J(cr,cr.length-1)!=="]"||(Dr=Me(me(cr,1,-1)),!Dr))return Ft;this.host=Dr}else if(this.isSpecial()){if(cr=S(cr),K(ot,cr)||(Dr=Se(cr),Dr===null))return Ft;this.host=Dr}else{if(K(bt,cr))return Ft;for(Dr="",ft=y(cr),Et=0;Et<ft.length;Et++)Dr+=Pe(ft[Et],it);this.host=Dr}},cannotHaveUsernamePasswordPort:function(){return!this.host||this.cannotBeABaseURL||this.scheme==="file"},includesCredentials:function(){return this.username!==""||this.password!==""},isSpecial:function(){return x(Qe,this.scheme)},shortenPath:function(){var cr=this.path,Dr=cr.length;Dr&&(this.scheme!=="file"||Dr!==1||!Kt(cr[0],!0))&&cr.length--},serialize:function(){var cr=this,Dr=cr.scheme,ft=cr.username,Et=cr.password,zt=cr.host,nr=cr.port,yr=cr.path,nt=cr.query,Nr=cr.fragment,en=Dr+":";return zt!==null?(en+="//",cr.includesCredentials()&&(en+=ft+(Et?":"+Et:"")+"@"),en+=We(zt),nr!==null&&(en+=":"+nr)):Dr==="file"&&(en+="//"),en+=cr.cannotBeABaseURL?yr[0]:yr.length?"/"+oe(yr,"/"):"",nt!==null&&(en+="?"+nt),Nr!==null&&(en+="#"+Nr),en},setHref:function(cr){var Dr=this.parse(cr);if(Dr)throw new ae(Dr);this.searchParams.update()},getOrigin:function(){var cr=this.scheme,Dr=this.port;if(cr==="blob")try{return new Lr(cr.path[0]).origin}catch(ft){return"null"}return cr==="file"||!this.isSpecial()?"null":cr+"://"+We(this.host)+(Dr!==null?":"+Dr:"")},getProtocol:function(){return this.scheme+":"},setProtocol:function(cr){this.parse(k(cr)+":",Ct)},getUsername:function(){return this.username},setUsername:function(cr){var Dr=y(k(cr));if(!this.cannotHaveUsernamePasswordPort()){this.username="";for(var ft=0;ft<Dr.length;ft++)this.username+=Pe(Dr[ft],$t)}},getPassword:function(){return this.password},setPassword:function(cr){var Dr=y(k(cr));if(!this.cannotHaveUsernamePasswordPort()){this.password="";for(var ft=0;ft<Dr.length;ft++)this.password+=Pe(Dr[ft],$t)}},getHost:function(){var cr=this.host,Dr=this.port;return cr===null?"":Dr===null?We(cr):We(cr)+":"+Dr},setHost:function(cr){this.cannotBeABaseURL||this.parse(cr,Re)},getHostname:function(){var cr=this.host;return cr===null?"":We(cr)},setHostname:function(cr){this.cannotBeABaseURL||this.parse(cr,_t)},getPort:function(){var cr=this.port;return cr===null?"":k(cr)},setPort:function(cr){this.cannotHaveUsernamePasswordPort()||(cr=k(cr),cr===""?this.port=null:this.parse(cr,ze))},getPathname:function(){var cr=this.path;return this.cannotBeABaseURL?cr[0]:cr.length?"/"+oe(cr,"/"):""},setPathname:function(cr){this.cannotBeABaseURL||(this.path=[],this.parse(cr,Fe))},getSearch:function(){var cr=this.query;return cr?"?"+cr:""},setSearch:function(cr){cr=k(cr),cr===""?this.query=null:(J(cr,0)==="?"&&(cr=me(cr,1)),this.query="",this.parse(cr,Vr)),this.searchParams.update()},getSearchParams:function(){return this.searchParams.facade},getHash:function(){var cr=this.fragment;return cr?"#"+cr:""},setHash:function(cr){if(cr=k(cr),cr===""){this.fragment=null;return}J(cr,0)==="#"&&(cr=me(cr,1)),this.fragment="",this.parse(cr,Qr)},update:function(){this.query=this.searchParams.serialize()||null}};var Lr=function(Dr){var ft=a(this,_r),Et=A(arguments.length,1)>1?arguments[1]:void 0,zt=B(ft,new Er(Dr,!1,Et));i||(ft.href=zt.serialize(),ft.origin=zt.getOrigin(),ft.protocol=zt.getProtocol(),ft.username=zt.getUsername(),ft.password=zt.getPassword(),ft.host=zt.getHost(),ft.hostname=zt.getHostname(),ft.port=zt.getPort(),ft.pathname=zt.getPathname(),ft.search=zt.getSearch(),ft.searchParams=zt.getSearchParams(),ft.hash=zt.getHash())},_r=Lr.prototype,Ur=function(cr,Dr){return{get:function(){return U(this)[cr]()},set:Dr&&function(ft){return U(this)[Dr](ft)},configurable:!0,enumerable:!0}};if(i&&(u(_r,"href",Ur("serialize","setHref")),u(_r,"origin",Ur("getOrigin")),u(_r,"protocol",Ur("getProtocol","setProtocol")),u(_r,"username",Ur("getUsername","setUsername")),u(_r,"password",Ur("getPassword","setPassword")),u(_r,"host",Ur("getHost","setHost")),u(_r,"hostname",Ur("getHostname","setHostname")),u(_r,"port",Ur("getPort","setPort")),u(_r,"pathname",Ur("getPathname","setPathname")),u(_r,"search",Ur("getSearch","setSearch")),u(_r,"searchParams",Ur("getSearchParams")),u(_r,"hash",Ur("getHash","setHash"))),h(_r,"toJSON",function(){return U(this).serialize()},{enumerable:!0}),h(_r,"toString",function(){return U(this).serialize()},{enumerable:!0}),V){var sn=V.createObjectURL,fn=V.revokeObjectURL;sn&&h(Lr,"createObjectURL",f(sn,V)),fn&&h(Lr,"revokeObjectURL",f(fn,V))}R(Lr,"URL"),r({global:!0,constructor:!0,forced:!l,sham:!i},{URL:Lr})},25204:function(d,_,e){"use strict";e(13588)},47803:function(d,_,e){"use strict";var r=e(94488),i=e(89945);r({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return i(URL.prototype.toString,this)}})},73825:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i){if(Array.isArray(i))return i}},65873:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});var r=e(89878);function i(l,c,f){return c=(0,r.Z)(c),c in l?Object.defineProperty(l,c,{value:f,enumerable:!0,configurable:!0,writable:!0}):l[c]=f,l}},38329:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(){return r=Object.assign?Object.assign.bind():function(i){for(var l=1;l<arguments.length;l++){var c=arguments[l];for(var f in c)Object.prototype.hasOwnProperty.call(c,f)&&(i[f]=c[f])}return i},r.apply(this,arguments)}},66160:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}},63579:function(d,_,e){"use strict";e.d(_,{Z:function(){return l}});var r=e(65873);function i(c,f){var o=Object.keys(c);if(Object.getOwnPropertySymbols){var h=Object.getOwnPropertySymbols(c);f&&(h=h.filter(function(u){return Object.getOwnPropertyDescriptor(c,u).enumerable})),o.push.apply(o,h)}return o}function l(c){for(var f=1;f<arguments.length;f++){var o=arguments[f]!=null?arguments[f]:{};f%2?i(Object(o),!0).forEach(function(h){(0,r.Z)(c,h,o[h])}):Object.getOwnPropertyDescriptors?Object.defineProperties(c,Object.getOwnPropertyDescriptors(o)):i(Object(o)).forEach(function(h){Object.defineProperty(c,h,Object.getOwnPropertyDescriptor(o,h))})}return c}},38127:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});function r(l,c){if(l==null)return{};var f={},o=Object.keys(l),h,u;for(u=0;u<o.length;u++)h=o[u],!(c.indexOf(h)>=0)&&(f[h]=l[h]);return f}function i(l,c){if(l==null)return{};var f=r(l,c),o,h;if(Object.getOwnPropertySymbols){var u=Object.getOwnPropertySymbols(l);for(h=0;h<u.length;h++)o=u[h],!(c.indexOf(o)>=0)&&Object.prototype.propertyIsEnumerable.call(l,o)&&(f[o]=l[o])}return f}},87296:function(d,_,e){"use strict";e.d(_,{Z:function(){return f}});var r=e(73825);function i(o,h){var u=o==null?null:typeof Symbol!="undefined"&&o[Symbol.iterator]||o["@@iterator"];if(u!=null){var a,x,p,y,m=[],b=!0,S=!1;try{if(p=(u=u.call(o)).next,h===0){if(Object(u)!==u)return;b=!1}else for(;!(b=(a=p.call(u)).done)&&(m.push(a.value),m.length!==h);b=!0);}catch(k){S=!0,x=k}finally{try{if(!b&&u.return!=null&&(y=u.return(),Object(y)!==y))return}finally{if(S)throw x}}return m}}var l=e(99227),c=e(66160);function f(o,h){return(0,r.Z)(o)||i(o,h)||(0,l.Z)(o,h)||(0,c.Z)()}},89878:function(d,_,e){"use strict";e.d(_,{Z:function(){return l}});var r=e(8616);function i(c,f){if((0,r.Z)(c)!="object"||!c)return c;var o=c[Symbol.toPrimitive];if(o!==void 0){var h=o.call(c,f||"default");if((0,r.Z)(h)!="object")return h;throw new TypeError("@@toPrimitive must return a primitive value.")}return(f==="string"?String:Number)(c)}function l(c){var f=i(c,"string");return(0,r.Z)(f)=="symbol"?f:String(f)}},8616:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i){"@babel/helpers - typeof";return r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(l){return typeof l}:function(l){return l&&typeof Symbol=="function"&&l.constructor===Symbol&&l!==Symbol.prototype?"symbol":typeof l},r(i)}},99227:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});function r(l,c){(c==null||c>l.length)&&(c=l.length);for(var f=0,o=new Array(c);f<c;f++)o[f]=l[f];return o}function i(l,c){if(l){if(typeof l=="string")return r(l,c);var f=Object.prototype.toString.call(l).slice(8,-1);if(f==="Object"&&l.constructor&&(f=l.constructor.name),f==="Map"||f==="Set")return Array.from(l);if(f==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(f))return r(l,c)}}},87268:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i,l){(l==null||l>i.length)&&(l=i.length);for(var c=0,f=Array(l);c<l;c++)f[c]=i[c];return f}},43577:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i){if(Array.isArray(i))return i}},13028:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i){if(i===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return i}},95764:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});function r(l,c,f,o,h,u,a){try{var x=l[u](a),p=x.value}catch(y){return void f(y)}x.done?c(p):Promise.resolve(p).then(o,h)}function i(l){return function(){var c=this,f=arguments;return new Promise(function(o,h){var u=l.apply(c,f);function a(p){r(u,o,h,a,x,"next",p)}function x(p){r(u,o,h,a,x,"throw",p)}a(void 0)})}}},99153:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i,l){if(!(i instanceof l))throw new TypeError("Cannot call a class as a function")}},84851:function(d,_,e){"use strict";e.d(_,{Z:function(){return l}});var r=e(95172);function i(c,f){for(var o=0;o<f.length;o++){var h=f[o];h.enumerable=h.enumerable||!1,h.configurable=!0,"value"in h&&(h.writable=!0),Object.defineProperty(c,(0,r.Z)(h.key),h)}}function l(c,f,o){return f&&i(c.prototype,f),o&&i(c,o),Object.defineProperty(c,"prototype",{writable:!1}),c}},93046:function(d,_,e){"use strict";e.d(_,{Z:function(){return c}});var r=e(92359),i=e(61230),l=e(88243);function c(f){var o=(0,i.Z)();return function(){var h,u=(0,r.Z)(f);if(o){var a=(0,r.Z)(this).constructor;h=Reflect.construct(u,arguments,a)}else h=u.apply(this,arguments);return(0,l.Z)(this,h)}}},4635:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});var r=e(95172);function i(l,c,f){return(c=(0,r.Z)(c))in l?Object.defineProperty(l,c,{value:f,enumerable:!0,configurable:!0,writable:!0}):l[c]=f,l}},14809:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(){return r=Object.assign?Object.assign.bind():function(i){for(var l=1;l<arguments.length;l++){var c=arguments[l];for(var f in c)({}).hasOwnProperty.call(c,f)&&(i[f]=c[f])}return i},r.apply(null,arguments)}},92359:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i){return r=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(l){return l.__proto__||Object.getPrototypeOf(l)},r(i)}},19257:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});var r=e(2386);function i(l,c){if(typeof c!="function"&&c!==null)throw new TypeError("Super expression must either be null or a function");l.prototype=Object.create(c&&c.prototype,{constructor:{value:l,writable:!0,configurable:!0}}),Object.defineProperty(l,"prototype",{writable:!1}),c&&(0,r.Z)(l,c)}},61230:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(){try{var i=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(l){}return(r=function(){return!!i})()}},90017:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i){if(typeof Symbol!="undefined"&&i[Symbol.iterator]!=null||i["@@iterator"]!=null)return Array.from(i)}},22740:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}},88590:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});var r=e(4635);function i(l){for(var c=1;c<arguments.length;c++){var f=arguments[c]!=null?Object(arguments[c]):{},o=Object.keys(f);typeof Object.getOwnPropertySymbols=="function"&&o.push.apply(o,Object.getOwnPropertySymbols(f).filter(function(h){return Object.getOwnPropertyDescriptor(f,h).enumerable})),o.forEach(function(h){(0,r.Z)(l,h,f[h])})}return l}},20439:function(d,_,e){"use strict";e.d(_,{Z:function(){return l}});var r=e(4635);function i(c,f){var o=Object.keys(c);if(Object.getOwnPropertySymbols){var h=Object.getOwnPropertySymbols(c);f&&(h=h.filter(function(u){return Object.getOwnPropertyDescriptor(c,u).enumerable})),o.push.apply(o,h)}return o}function l(c){for(var f=1;f<arguments.length;f++){var o=arguments[f]!=null?arguments[f]:{};f%2?i(Object(o),!0).forEach(function(h){(0,r.Z)(c,h,o[h])}):Object.getOwnPropertyDescriptors?Object.defineProperties(c,Object.getOwnPropertyDescriptors(o)):i(Object(o)).forEach(function(h){Object.defineProperty(c,h,Object.getOwnPropertyDescriptor(o,h))})}return c}},62646:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});var r=e(74126);function i(l,c){if(l==null)return{};var f,o,h=(0,r.Z)(l,c);if(Object.getOwnPropertySymbols){var u=Object.getOwnPropertySymbols(l);for(o=0;o<u.length;o++)f=u[o],c.indexOf(f)===-1&&{}.propertyIsEnumerable.call(l,f)&&(h[f]=l[f])}return h}},74126:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i,l){if(i==null)return{};var c={};for(var f in i)if({}.hasOwnProperty.call(i,f)){if(l.indexOf(f)!==-1)continue;c[f]=i[f]}return c}},88243:function(d,_,e){"use strict";e.d(_,{Z:function(){return l}});var r=e(93664),i=e(13028);function l(c,f){if(f&&((0,r.Z)(f)=="object"||typeof f=="function"))return f;if(f!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return(0,i.Z)(c)}},70539:function(d,_,e){"use strict";e.d(_,{Z:function(){return x}});function r(p,y){this.v=p,this.k=y}function i(p,y,m,b){var S=Object.defineProperty;try{S({},"",{})}catch(k){S=0}i=function(R,A,O,M){if(A)S?S(R,A,{value:O,enumerable:!M,configurable:!M,writable:!M}):R[A]=O;else{var B=function(X,G){i(R,X,function(V){return this._invoke(X,G,V)})};B("next",0),B("throw",1),B("return",2)}},i(p,y,m,b)}function l(){var p,y,m=typeof Symbol=="function"?Symbol:{},b=m.iterator||"@@iterator",S=m.toStringTag||"@@toStringTag";function k(G,V,ae,ie){var ue=V&&V.prototype instanceof A?V:A,Q=Object.create(ue.prototype);return i(Q,"_invoke",function(J,K,oe){var ee,q,le,Z=0,j=oe||[],se=!1,me={p:0,n:0,v:p,a:Oe,f:Oe.bind(p,4),d:function($e,Ne){return ee=$e,q=0,le=p,me.n=Ne,R}};function Oe(ke,$e){for(q=ke,le=$e,y=0;!se&&Z&&!Ne&&y<j.length;y++){var Ne,Ft=j[y],wt=me.p,Pt=Ft[2];ke>3?(Ne=Pt===$e)&&(le=Ft[(q=Ft[4])?5:(q=3,3)],Ft[4]=Ft[5]=p):Ft[0]<=wt&&((Ne=ke<2&&wt<Ft[1])?(q=0,me.v=$e,me.n=Ft[1]):wt<Pt&&(Ne=ke<3||Ft[0]>$e||$e>Pt)&&(Ft[4]=ke,Ft[5]=$e,me.n=Pt,q=0))}if(Ne||ke>1)return R;throw se=!0,$e}return function(ke,$e,Ne){if(Z>1)throw TypeError("Generator is already running");for(se&&$e===1&&Oe($e,Ne),q=$e,le=Ne;(y=q<2?p:le)||!se;){ee||(q?q<3?(q>1&&(me.n=-1),Oe(q,le)):me.n=le:me.v=le);try{if(Z=2,ee){if(q||(ke="next"),y=ee[ke]){if(!(y=y.call(ee,le)))throw TypeError("iterator result is not an object");if(!y.done)return y;le=y.value,q<2&&(q=0)}else q===1&&(y=ee.return)&&y.call(ee),q<2&&(le=TypeError("The iterator does not provide a '"+ke+"' method"),q=1);ee=p}else if((y=(se=me.n<0)?le:J.call(K,me))!==R)break}catch(Ft){ee=p,q=1,le=Ft}finally{Z=1}}return{value:y,done:se}}}(G,ae,ie),!0),Q}var R={};function A(){}function O(){}function M(){}y=Object.getPrototypeOf;var B=[][b]?y(y([][b]())):(i(y={},b,function(){return this}),y),U=M.prototype=A.prototype=Object.create(B);function X(G){return Object.setPrototypeOf?Object.setPrototypeOf(G,M):(G.__proto__=M,i(G,S,"GeneratorFunction")),G.prototype=Object.create(U),G}return O.prototype=M,i(U,"constructor",M),i(M,"constructor",O),O.displayName="GeneratorFunction",i(M,S,"GeneratorFunction"),i(U),i(U,S,"Generator"),i(U,b,function(){return this}),i(U,"toString",function(){return"[object Generator]"}),(l=function(){return{w:k,m:X}})()}function c(p,y){function m(S,k,R,A){try{var O=p[S](k),M=O.value;return M instanceof r?y.resolve(M.v).then(function(B){m("next",B,R,A)},function(B){m("throw",B,R,A)}):y.resolve(M).then(function(B){O.value=B,R(O)},function(B){return m("throw",B,R,A)})}catch(B){A(B)}}var b;this.next||(i(c.prototype),i(c.prototype,typeof Symbol=="function"&&Symbol.asyncIterator||"@asyncIterator",function(){return this})),i(this,"_invoke",function(S,k,R){function A(){return new y(function(O,M){m(S,R,O,M)})}return b=b?b.then(A,A):A()},!0)}function f(p,y,m,b,S){return new c(l().w(p,y,m,b),S||Promise)}function o(p,y,m,b,S){var k=f(p,y,m,b,S);return k.next().then(function(R){return R.done?R.value:k.next()})}function h(p){var y=Object(p),m=[];for(var b in y)m.unshift(b);return function S(){for(;m.length;)if((b=m.pop())in y)return S.value=b,S.done=!1,S;return S.done=!0,S}}var u=e(93664);function a(p){if(p!=null){var y=p[typeof Symbol=="function"&&Symbol.iterator||"@@iterator"],m=0;if(y)return y.call(p);if(typeof p.next=="function")return p;if(!isNaN(p.length))return{next:function(){return p&&m>=p.length&&(p=void 0),{value:p&&p[m++],done:!p}}}}throw new TypeError((0,u.Z)(p)+" is not iterable")}function x(){"use strict";var p=l(),y=p.m(x),m=(Object.getPrototypeOf?Object.getPrototypeOf(y):y.__proto__).constructor;function b(R){var A=typeof R=="function"&&R.constructor;return!!A&&(A===m||(A.displayName||A.name)==="GeneratorFunction")}var S={throw:1,return:2,break:3,continue:3};function k(R){var A,O;return function(M){A||(A={stop:function(){return O(M.a,2)},catch:function(){return M.v},abrupt:function(U,X){return O(M.a,S[U],X)},delegateYield:function(U,X,G){return A.resultName=X,O(M.d,a(U),G)},finish:function(U){return O(M.f,U)}},O=function(U,X,G){M.p=A.prev,M.n=A.next;try{return U(X,G)}finally{A.next=M.n}}),A.resultName&&(A[A.resultName]=M.v,A.resultName=void 0),A.sent=M.v,A.next=M.n;try{return R.call(this,A)}finally{M.p=A.prev,M.n=A.next}}}return(x=function(){return{wrap:function(O,M,B,U){return p.w(k(O),M,B,U&&U.reverse())},isGeneratorFunction:b,mark:p.m,awrap:function(O,M){return new r(O,M)},AsyncIterator:c,async:function(O,M,B,U,X){return(b(M)?f:o)(k(O),M,B,U,X)},keys:h,values:a}})()}},2386:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i,l){return r=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(c,f){return c.__proto__=f,c},r(i,l)}},50298:function(d,_,e){"use strict";e.d(_,{Z:function(){return f}});var r=e(43577);function i(o,h){var u=o==null?null:typeof Symbol!="undefined"&&o[Symbol.iterator]||o["@@iterator"];if(u!=null){var a,x,p,y,m=[],b=!0,S=!1;try{if(p=(u=u.call(o)).next,h===0){if(Object(u)!==u)return;b=!1}else for(;!(b=(a=p.call(u)).done)&&(m.push(a.value),m.length!==h);b=!0);}catch(k){S=!0,x=k}finally{try{if(!b&&u.return!=null&&(y=u.return(),Object(y)!==y))return}finally{if(S)throw x}}return m}}var l=e(58750),c=e(22740);function f(o,h){return(0,r.Z)(o)||i(o,h)||(0,l.Z)(o,h)||(0,c.Z)()}},21696:function(d,_,e){"use strict";e.d(_,{Z:function(){return f}});var r=e(43577),i=e(90017),l=e(58750),c=e(22740);function f(o){return(0,r.Z)(o)||(0,i.Z)(o)||(0,l.Z)(o)||(0,c.Z)()}},95190:function(d,_,e){"use strict";e.d(_,{Z:function(){return o}});var r=e(87268);function i(h){if(Array.isArray(h))return(0,r.Z)(h)}var l=e(90017),c=e(58750);function f(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function o(h){return i(h)||(0,l.Z)(h)||(0,c.Z)(h)||f()}},95172:function(d,_,e){"use strict";e.d(_,{Z:function(){return l}});var r=e(93664);function i(c,f){if((0,r.Z)(c)!="object"||!c)return c;var o=c[Symbol.toPrimitive];if(o!==void 0){var h=o.call(c,f||"default");if((0,r.Z)(h)!="object")return h;throw new TypeError("@@toPrimitive must return a primitive value.")}return(f==="string"?String:Number)(c)}function l(c){var f=i(c,"string");return(0,r.Z)(f)=="symbol"?f:f+""}},93664:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i){"@babel/helpers - typeof";return r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(l){return typeof l}:function(l){return l&&typeof Symbol=="function"&&l.constructor===Symbol&&l!==Symbol.prototype?"symbol":typeof l},r(i)}},58750:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});var r=e(87268);function i(l,c){if(l){if(typeof l=="string")return(0,r.Z)(l,c);var f={}.toString.call(l).slice(8,-1);return f==="Object"&&l.constructor&&(f=l.constructor.name),f==="Map"||f==="Set"?Array.from(l):f==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(f)?(0,r.Z)(l,c):void 0}}},15360:function(d,_,e){"use strict";e.d(_,{ZP:function(){return ir}});const r=Number.isFinite||function(P){return typeof P=="number"&&isFinite(P)},i=Number.isSafeInteger||function(P){return typeof P=="number"&&Math.abs(P)<=l},l=Number.MAX_SAFE_INTEGER||9007199254740991;let c=function(P){return P.NETWORK_ERROR="networkError",P.MEDIA_ERROR="mediaError",P.KEY_SYSTEM_ERROR="keySystemError",P.MUX_ERROR="muxError",P.OTHER_ERROR="otherError",P}({}),f=function(P){return P.KEY_SYSTEM_NO_KEYS="keySystemNoKeys",P.KEY_SYSTEM_NO_ACCESS="keySystemNoAccess",P.KEY_SYSTEM_NO_SESSION="keySystemNoSession",P.KEY_SYSTEM_NO_CONFIGURED_LICENSE="keySystemNoConfiguredLicense",P.KEY_SYSTEM_LICENSE_REQUEST_FAILED="keySystemLicenseRequestFailed",P.KEY_SYSTEM_SERVER_CERTIFICATE_REQUEST_FAILED="keySystemServerCertificateRequestFailed",P.KEY_SYSTEM_SERVER_CERTIFICATE_UPDATE_FAILED="keySystemServerCertificateUpdateFailed",P.KEY_SYSTEM_SESSION_UPDATE_FAILED="keySystemSessionUpdateFailed",P.KEY_SYSTEM_STATUS_OUTPUT_RESTRICTED="keySystemStatusOutputRestricted",P.KEY_SYSTEM_STATUS_INTERNAL_ERROR="keySystemStatusInternalError",P.KEY_SYSTEM_DESTROY_MEDIA_KEYS_ERROR="keySystemDestroyMediaKeysError",P.KEY_SYSTEM_DESTROY_CLOSE_SESSION_ERROR="keySystemDestroyCloseSessionError",P.KEY_SYSTEM_DESTROY_REMOVE_SESSION_ERROR="keySystemDestroyRemoveSessionError",P.MANIFEST_LOAD_ERROR="manifestLoadError",P.MANIFEST_LOAD_TIMEOUT="manifestLoadTimeOut",P.MANIFEST_PARSING_ERROR="manifestParsingError",P.MANIFEST_INCOMPATIBLE_CODECS_ERROR="manifestIncompatibleCodecsError",P.LEVEL_EMPTY_ERROR="levelEmptyError",P.LEVEL_LOAD_ERROR="levelLoadError",P.LEVEL_LOAD_TIMEOUT="levelLoadTimeOut",P.LEVEL_PARSING_ERROR="levelParsingError",P.LEVEL_SWITCH_ERROR="levelSwitchError",P.AUDIO_TRACK_LOAD_ERROR="audioTrackLoadError",P.AUDIO_TRACK_LOAD_TIMEOUT="audioTrackLoadTimeOut",P.SUBTITLE_LOAD_ERROR="subtitleTrackLoadError",P.SUBTITLE_TRACK_LOAD_TIMEOUT="subtitleTrackLoadTimeOut",P.FRAG_LOAD_ERROR="fragLoadError",P.FRAG_LOAD_TIMEOUT="fragLoadTimeOut",P.FRAG_DECRYPT_ERROR="fragDecryptError",P.FRAG_PARSING_ERROR="fragParsingError",P.FRAG_GAP="fragGap",P.REMUX_ALLOC_ERROR="remuxAllocError",P.KEY_LOAD_ERROR="keyLoadError",P.KEY_LOAD_TIMEOUT="keyLoadTimeOut",P.BUFFER_ADD_CODEC_ERROR="bufferAddCodecError",P.BUFFER_INCOMPATIBLE_CODECS_ERROR="bufferIncompatibleCodecsError",P.BUFFER_APPEND_ERROR="bufferAppendError",P.BUFFER_APPENDING_ERROR="bufferAppendingError",P.BUFFER_STALLED_ERROR="bufferStalledError",P.BUFFER_FULL_ERROR="bufferFullError",P.BUFFER_SEEK_OVER_HOLE="bufferSeekOverHole",P.BUFFER_NUDGE_ON_STALL="bufferNudgeOnStall",P.ASSET_LIST_LOAD_ERROR="assetListLoadError",P.ASSET_LIST_LOAD_TIMEOUT="assetListLoadTimeout",P.ASSET_LIST_PARSING_ERROR="assetListParsingError",P.INTERSTITIAL_ASSET_ITEM_ERROR="interstitialAssetItemError",P.INTERNAL_EXCEPTION="internalException",P.INTERNAL_ABORTED="aborted",P.ATTACH_MEDIA_ERROR="attachMediaError",P.UNKNOWN="unknown",P}({}),o=function(P){return P.MEDIA_ATTACHING="hlsMediaAttaching",P.MEDIA_ATTACHED="hlsMediaAttached",P.MEDIA_DETACHING="hlsMediaDetaching",P.MEDIA_DETACHED="hlsMediaDetached",P.MEDIA_ENDED="hlsMediaEnded",P.STALL_RESOLVED="hlsStallResolved",P.BUFFER_RESET="hlsBufferReset",P.BUFFER_CODECS="hlsBufferCodecs",P.BUFFER_CREATED="hlsBufferCreated",P.BUFFER_APPENDING="hlsBufferAppending",P.BUFFER_APPENDED="hlsBufferAppended",P.BUFFER_EOS="hlsBufferEos",P.BUFFERED_TO_END="hlsBufferedToEnd",P.BUFFER_FLUSHING="hlsBufferFlushing",P.BUFFER_FLUSHED="hlsBufferFlushed",P.MANIFEST_LOADING="hlsManifestLoading",P.MANIFEST_LOADED="hlsManifestLoaded",P.MANIFEST_PARSED="hlsManifestParsed",P.LEVEL_SWITCHING="hlsLevelSwitching",P.LEVEL_SWITCHED="hlsLevelSwitched",P.LEVEL_LOADING="hlsLevelLoading",P.LEVEL_LOADED="hlsLevelLoaded",P.LEVEL_UPDATED="hlsLevelUpdated",P.LEVEL_PTS_UPDATED="hlsLevelPtsUpdated",P.LEVELS_UPDATED="hlsLevelsUpdated",P.AUDIO_TRACKS_UPDATED="hlsAudioTracksUpdated",P.AUDIO_TRACK_SWITCHING="hlsAudioTrackSwitching",P.AUDIO_TRACK_SWITCHED="hlsAudioTrackSwitched",P.AUDIO_TRACK_LOADING="hlsAudioTrackLoading",P.AUDIO_TRACK_LOADED="hlsAudioTrackLoaded",P.AUDIO_TRACK_UPDATED="hlsAudioTrackUpdated",P.SUBTITLE_TRACKS_UPDATED="hlsSubtitleTracksUpdated",P.SUBTITLE_TRACKS_CLEARED="hlsSubtitleTracksCleared",P.SUBTITLE_TRACK_SWITCH="hlsSubtitleTrackSwitch",P.SUBTITLE_TRACK_LOADING="hlsSubtitleTrackLoading",P.SUBTITLE_TRACK_LOADED="hlsSubtitleTrackLoaded",P.SUBTITLE_TRACK_UPDATED="hlsSubtitleTrackUpdated",P.SUBTITLE_FRAG_PROCESSED="hlsSubtitleFragProcessed",P.CUES_PARSED="hlsCuesParsed",P.NON_NATIVE_TEXT_TRACKS_FOUND="hlsNonNativeTextTracksFound",P.INIT_PTS_FOUND="hlsInitPtsFound",P.FRAG_LOADING="hlsFragLoading",P.FRAG_LOAD_EMERGENCY_ABORTED="hlsFragLoadEmergencyAborted",P.FRAG_LOADED="hlsFragLoaded",P.FRAG_DECRYPTED="hlsFragDecrypted",P.FRAG_PARSING_INIT_SEGMENT="hlsFragParsingInitSegment",P.FRAG_PARSING_USERDATA="hlsFragParsingUserdata",P.FRAG_PARSING_METADATA="hlsFragParsingMetadata",P.FRAG_PARSED="hlsFragParsed",P.FRAG_BUFFERED="hlsFragBuffered",P.FRAG_CHANGED="hlsFragChanged",P.FPS_DROP="hlsFpsDrop",P.FPS_DROP_LEVEL_CAPPING="hlsFpsDropLevelCapping",P.MAX_AUTO_LEVEL_UPDATED="hlsMaxAutoLevelUpdated",P.ERROR="hlsError",P.DESTROYING="hlsDestroying",P.KEY_LOADING="hlsKeyLoading",P.KEY_LOADED="hlsKeyLoaded",P.LIVE_BACK_BUFFER_REACHED="hlsLiveBackBufferReached",P.BACK_BUFFER_REACHED="hlsBackBufferReached",P.STEERING_MANIFEST_LOADED="hlsSteeringManifestLoaded",P.ASSET_LIST_LOADING="hlsAssetListLoading",P.ASSET_LIST_LOADED="hlsAssetListLoaded",P.INTERSTITIALS_UPDATED="hlsInterstitialsUpdated",P.INTERSTITIALS_BUFFERED_TO_BOUNDARY="hlsInterstitialsBufferedToBoundary",P.INTERSTITIAL_ASSET_PLAYER_CREATED="hlsInterstitialAssetPlayerCreated",P.INTERSTITIAL_STARTED="hlsInterstitialStarted",P.INTERSTITIAL_ASSET_STARTED="hlsInterstitialAssetStarted",P.INTERSTITIAL_ASSET_ENDED="hlsInterstitialAssetEnded",P.INTERSTITIAL_ASSET_ERROR="hlsInterstitialAssetError",P.INTERSTITIAL_ENDED="hlsInterstitialEnded",P.INTERSTITIALS_PRIMARY_RESUMED="hlsInterstitialsPrimaryResumed",P.PLAYOUT_LIMIT_REACHED="hlsPlayoutLimitReached",P.EVENT_CUE_ENTER="hlsEventCueEnter",P}({});var h={MANIFEST:"manifest",LEVEL:"level",AUDIO_TRACK:"audioTrack",SUBTITLE_TRACK:"subtitleTrack"},u={MAIN:"main",AUDIO:"audio",SUBTITLE:"subtitle"};class a{constructor(t,n=0,s=0){this.halfLife=void 0,this.alpha_=void 0,this.estimate_=void 0,this.totalWeight_=void 0,this.halfLife=t,this.alpha_=t?Math.exp(Math.log(.5)/t):0,this.estimate_=n,this.totalWeight_=s}sample(t,n){const s=Math.pow(this.alpha_,t);this.estimate_=n*(1-s)+s*this.estimate_,this.totalWeight_+=t}getTotalWeight(){return this.totalWeight_}getEstimate(){if(this.alpha_){const t=1-Math.pow(this.alpha_,this.totalWeight_);if(t)return this.estimate_/t}return this.estimate_}}class x{constructor(t,n,s,v=100){this.defaultEstimate_=void 0,this.minWeight_=void 0,this.minDelayMs_=void 0,this.slow_=void 0,this.fast_=void 0,this.defaultTTFB_=void 0,this.ttfb_=void 0,this.defaultEstimate_=s,this.minWeight_=.001,this.minDelayMs_=50,this.slow_=new a(t),this.fast_=new a(n),this.defaultTTFB_=v,this.ttfb_=new a(t)}update(t,n){const{slow_:s,fast_:v,ttfb_:w}=this;s.halfLife!==t&&(this.slow_=new a(t,s.getEstimate(),s.getTotalWeight())),v.halfLife!==n&&(this.fast_=new a(n,v.getEstimate(),v.getTotalWeight())),w.halfLife!==t&&(this.ttfb_=new a(t,w.getEstimate(),w.getTotalWeight()))}sample(t,n){t=Math.max(t,this.minDelayMs_);const s=8*n,v=t/1e3,w=s/v;this.fast_.sample(v,w),this.slow_.sample(v,w)}sampleTTFB(t){const n=t/1e3,s=Math.sqrt(2)*Math.exp(-Math.pow(n,2)/2);this.ttfb_.sample(s,Math.max(t,5))}canEstimate(){return this.fast_.getTotalWeight()>=this.minWeight_}getEstimate(){return this.canEstimate()?Math.min(this.fast_.getEstimate(),this.slow_.getEstimate()):this.defaultEstimate_}getEstimateTTFB(){return this.ttfb_.getTotalWeight()>=this.minWeight_?this.ttfb_.getEstimate():this.defaultTTFB_}get defaultEstimate(){return this.defaultEstimate_}destroy(){}}function p(P,t,n){return(t=k(t))in P?Object.defineProperty(P,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):P[t]=n,P}function y(){return y=Object.assign?Object.assign.bind():function(P){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var s in n)({}).hasOwnProperty.call(n,s)&&(P[s]=n[s])}return P},y.apply(null,arguments)}function m(P,t){var n=Object.keys(P);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(P);t&&(s=s.filter(function(v){return Object.getOwnPropertyDescriptor(P,v).enumerable})),n.push.apply(n,s)}return n}function b(P){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?m(Object(n),!0).forEach(function(s){p(P,s,n[s])}):Object.getOwnPropertyDescriptors?Object.defineProperties(P,Object.getOwnPropertyDescriptors(n)):m(Object(n)).forEach(function(s){Object.defineProperty(P,s,Object.getOwnPropertyDescriptor(n,s))})}return P}function S(P,t){if(typeof P!="object"||!P)return P;var n=P[Symbol.toPrimitive];if(n!==void 0){var s=n.call(P,t);if(typeof s!="object")return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(P)}function k(P){var t=S(P,"string");return typeof t=="symbol"?t:t+""}class R{constructor(t,n){this.trace=void 0,this.debug=void 0,this.log=void 0,this.warn=void 0,this.info=void 0,this.error=void 0;const s=`[${t}]:`;this.trace=A,this.debug=n.debug.bind(null,s),this.log=n.log.bind(null,s),this.warn=n.warn.bind(null,s),this.info=n.info.bind(null,s),this.error=n.error.bind(null,s)}}const A=function(){},O={trace:A,debug:A,log:A,warn:A,info:A,error:A};function M(){return y({},O)}function B(P,t){const n=self.console[P];return n?n.bind(self.console,`${t?"["+t+"] ":""}[${P}] >`):A}function U(P,t,n){return t[P]?t[P].bind(t):B(P,n)}const X=M();function G(P,t,n){const s=M();if(typeof console=="object"&&P===!0||typeof P=="object"){const v=["debug","log","info","warn","error"];v.forEach(w=>{s[w]=U(w,P,n)});try{s.log(`Debug logs enabled for "${t}" in hls.js version 1.6.5`)}catch(w){return M()}v.forEach(w=>{X[w]=U(w,P)})}else y(X,s);return s}const V=X;function ae(P=!0){return typeof self=="undefined"?void 0:(P||!self.MediaSource)&&self.ManagedMediaSource||self.MediaSource||self.WebKitMediaSource}function ie(P){return typeof self!="undefined"&&P===self.ManagedMediaSource}function ue(P,t){const n=Object.keys(P),s=Object.keys(t),v=n.length,w=s.length;return!v||!w||v===w&&!n.some(T=>s.indexOf(T)===-1)}function Q(P,t=!1){if(typeof TextDecoder!="undefined"){const N=new TextDecoder("utf-8").decode(P);if(t){const te=N.indexOf("\0");return te!==-1?N.substring(0,te):N}return N.replace(/\0/g,"")}const n=P.length;let s,v,w,T="",z=0;for(;z<n;){if(s=P[z++],s===0&&t)return T;if(s===0||s===3)continue;switch(s>>4){case 0:case 1:case 2:case 3:case 4:case 5:case 6:case 7:T+=String.fromCharCode(s);break;case 12:case 13:v=P[z++],T+=String.fromCharCode((s&31)<<6|v&63);break;case 14:v=P[z++],w=P[z++],T+=String.fromCharCode((s&15)<<12|(v&63)<<6|(w&63)<<0);break}}return T}const J={hexDump:function(P){let t="";for(let n=0;n<P.length;n++){let s=P[n].toString(16);s.length<2&&(s="0"+s),t+=s}return t}};function K(P){return P&&P.__esModule&&Object.prototype.hasOwnProperty.call(P,"default")?P.default:P}var oe={exports:{}},ee;function q(){return ee||(ee=1,function(P,t){(function(n){var s=/^(?=((?:[a-zA-Z0-9+\-.]+:)?))\1(?=((?:\/\/[^\/?#]*)?))\2(?=((?:(?:[^?#\/]*\/)*[^;?#\/]*)?))\3((?:;[^?#]*)?)(\?[^#]*)?(#[^]*)?$/,v=/^(?=([^\/?#]*))\1([^]*)$/,w=/(?:\/|^)\.(?=\/)/g,T=/(?:\/|^)\.\.\/(?!\.\.\/)[^\/]*(?=\/)/g,z={buildAbsoluteURL:function(W,N,te){if(te=te||{},W=W.trim(),N=N.trim(),!N){if(!te.alwaysNormalize)return W;var ce=z.parseURL(W);if(!ce)throw new Error("Error trying to parse base URL.");return ce.path=z.normalizePath(ce.path),z.buildURLFromParts(ce)}var be=z.parseURL(N);if(!be)throw new Error("Error trying to parse relative URL.");if(be.scheme)return te.alwaysNormalize?(be.path=z.normalizePath(be.path),z.buildURLFromParts(be)):N;var Ie=z.parseURL(W);if(!Ie)throw new Error("Error trying to parse base URL.");if(!Ie.netLoc&&Ie.path&&Ie.path[0]!=="/"){var Ae=v.exec(Ie.path);Ie.netLoc=Ae[1],Ie.path=Ae[2]}Ie.netLoc&&!Ie.path&&(Ie.path="/");var at={scheme:Ie.scheme,netLoc:be.netLoc,path:null,params:be.params,query:be.query,fragment:be.fragment};if(!be.netLoc&&(at.netLoc=Ie.netLoc,be.path[0]!=="/"))if(!be.path)at.path=Ie.path,be.params||(at.params=Ie.params,be.query||(at.query=Ie.query));else{var rt=Ie.path,Rt=rt.substring(0,rt.lastIndexOf("/")+1)+be.path;at.path=z.normalizePath(Rt)}return at.path===null&&(at.path=te.alwaysNormalize?z.normalizePath(be.path):be.path),z.buildURLFromParts(at)},parseURL:function(W){var N=s.exec(W);return N?{scheme:N[1]||"",netLoc:N[2]||"",path:N[3]||"",params:N[4]||"",query:N[5]||"",fragment:N[6]||""}:null},normalizePath:function(W){for(W=W.split("").reverse().join("").replace(w,"");W.length!==(W=W.replace(T,"")).length;);return W.split("").reverse().join("")},buildURLFromParts:function(W){return W.scheme+W.netLoc+W.path+W.params+W.query+W.fragment}};P.exports=z})()}(oe)),oe.exports}var le=q();class Z{constructor(){this.aborted=!1,this.loaded=0,this.retry=0,this.total=0,this.chunkCount=0,this.bwEstimate=0,this.loading={start:0,first:0,end:0},this.parsing={start:0,end:0},this.buffering={start:0,first:0,end:0}}}var j={AUDIO:"audio",VIDEO:"video",AUDIOVIDEO:"audiovideo"};class se{constructor(t){this._byteRange=null,this._url=null,this._stats=null,this._streams=null,this.base=void 0,this.relurl=void 0,typeof t=="string"&&(t={url:t}),this.base=t,Ne(this,"stats")}setByteRange(t,n){const s=t.split("@",2);let v;s.length===1?v=(n==null?void 0:n.byteRangeEndOffset)||0:v=parseInt(s[1]),this._byteRange=[v,parseInt(s[0])+v]}get baseurl(){return this.base.url}get byteRange(){return this._byteRange===null?[]:this._byteRange}get byteRangeStartOffset(){return this.byteRange[0]}get byteRangeEndOffset(){return this.byteRange[1]}get elementaryStreams(){return this._streams===null&&(this._streams={[j.AUDIO]:null,[j.VIDEO]:null,[j.AUDIOVIDEO]:null}),this._streams}set elementaryStreams(t){this._streams=t}get hasStats(){return this._stats!==null}get hasStreams(){return this._streams!==null}get stats(){return this._stats===null&&(this._stats=new Z),this._stats}set stats(t){this._stats=t}get url(){return!this._url&&this.baseurl&&this.relurl&&(this._url=le.buildAbsoluteURL(this.baseurl,this.relurl,{alwaysNormalize:!0})),this._url||""}set url(t){this._url=t}clearElementaryStreamInfo(){const{elementaryStreams:t}=this;t[j.AUDIO]=null,t[j.VIDEO]=null,t[j.AUDIOVIDEO]=null}}function me(P){return P.sn!=="initSegment"}class Oe extends se{constructor(t,n){super(n),this._decryptdata=null,this._programDateTime=null,this._ref=null,this._bitrate=void 0,this.rawProgramDateTime=null,this.tagList=[],this.duration=0,this.sn=0,this.levelkeys=void 0,this.type=void 0,this.loader=null,this.keyLoader=null,this.level=-1,this.cc=0,this.startPTS=void 0,this.endPTS=void 0,this.startDTS=void 0,this.endDTS=void 0,this.start=0,this.playlistOffset=0,this.deltaPTS=void 0,this.maxStartPTS=void 0,this.minEndPTS=void 0,this.data=void 0,this.bitrateTest=!1,this.title=null,this.initSegment=null,this.endList=void 0,this.gap=void 0,this.urlId=0,this.type=t}get byteLength(){if(this.hasStats){const t=this.stats.total;if(t)return t}if(this.byteRange){const t=this.byteRange[0],n=this.byteRange[1];if(r(t)&&r(n))return n-t}return null}get bitrate(){return this.byteLength?this.byteLength*8/this.duration:this._bitrate?this._bitrate:null}set bitrate(t){this._bitrate=t}get decryptdata(){const{levelkeys:t}=this;if(!t&&!this._decryptdata)return null;if(!this._decryptdata&&this.levelkeys&&!this.levelkeys.NONE){const n=this.levelkeys.identity;if(n)this._decryptdata=n.getDecryptData(this.sn);else{const s=Object.keys(this.levelkeys);if(s.length===1)return this._decryptdata=this.levelkeys[s[0]].getDecryptData(this.sn)}}return this._decryptdata}get end(){return this.start+this.duration}get endProgramDateTime(){if(this.programDateTime===null)return null;const t=r(this.duration)?this.duration:0;return this.programDateTime+t*1e3}get encrypted(){var t;if((t=this._decryptdata)!=null&&t.encrypted)return!0;if(this.levelkeys){const n=Object.keys(this.levelkeys),s=n.length;if(s>1||s===1&&this.levelkeys[n[0]].encrypted)return!0}return!1}get programDateTime(){return this._programDateTime===null&&this.rawProgramDateTime&&(this.programDateTime=Date.parse(this.rawProgramDateTime)),this._programDateTime}set programDateTime(t){if(!r(t)){this._programDateTime=this.rawProgramDateTime=null;return}this._programDateTime=t}get ref(){return me(this)?(this._ref||(this._ref={base:this.base,start:this.start,duration:this.duration,sn:this.sn,programDateTime:this.programDateTime}),this._ref):null}addStart(t){this.setStart(this.start+t)}setStart(t){this.start=t,this._ref&&(this._ref.start=t)}setDuration(t){this.duration=t,this._ref&&(this._ref.duration=t)}setKeyFormat(t){if(this.levelkeys){const n=this.levelkeys[t];n&&!this._decryptdata&&(this._decryptdata=n.getDecryptData(this.sn))}}abortRequests(){var t,n;(t=this.loader)==null||t.abort(),(n=this.keyLoader)==null||n.abort()}setElementaryStreamInfo(t,n,s,v,w,T=!1){const{elementaryStreams:z}=this,W=z[t];if(!W){z[t]={startPTS:n,endPTS:s,startDTS:v,endDTS:w,partial:T};return}W.startPTS=Math.min(W.startPTS,n),W.endPTS=Math.max(W.endPTS,s),W.startDTS=Math.min(W.startDTS,v),W.endDTS=Math.max(W.endDTS,w)}}class ke extends se{constructor(t,n,s,v,w){super(s),this.fragOffset=0,this.duration=0,this.gap=!1,this.independent=!1,this.relurl=void 0,this.fragment=void 0,this.index=void 0,this.duration=t.decimalFloatingPoint("DURATION"),this.gap=t.bool("GAP"),this.independent=t.bool("INDEPENDENT"),this.relurl=t.enumeratedString("URI"),this.fragment=n,this.index=v;const T=t.enumeratedString("BYTERANGE");T&&this.setByteRange(T,w),w&&(this.fragOffset=w.fragOffset+w.duration)}get start(){return this.fragment.start+this.fragOffset}get end(){return this.start+this.duration}get loaded(){const{elementaryStreams:t}=this;return!!(t.audio||t.video||t.audiovideo)}}function $e(P,t){const n=Object.getPrototypeOf(P);if(n){const s=Object.getOwnPropertyDescriptor(n,t);return s||$e(n,t)}}function Ne(P,t){const n=$e(P,t);n&&(n.enumerable=!0,Object.defineProperty(P,t,n))}const Ft=Math.pow(2,32)-1,wt=[].push,Pt={video:1,audio:2,id3:3,text:4};function Jt(P){return String.fromCharCode.apply(null,P)}function er(P,t){const n=P[t]<<8|P[t+1];return n<0?65536+n:n}function tr(P,t){const n=It(P,t);return n<0?4294967296+n:n}function Xe(P,t){let n=tr(P,t);return n*=Math.pow(2,32),n+=tr(P,t+4),n}function It(P,t){return P[t]<<24|P[t+1]<<16|P[t+2]<<8|P[t+3]}function Zt(P,t,n){P[t]=n>>24,P[t+1]=n>>16&255,P[t+2]=n>>8&255,P[t+3]=n&255}function ot(P){const t=P.byteLength;for(let n=0;n<t;){const s=tr(P,n);if(s>8&&P[n+4]===109&&P[n+5]===111&&P[n+6]===111&&P[n+7]===102)return!0;n=s>1?n+s:t}return!1}function bt(P,t){const n=[];if(!t.length)return n;const s=P.byteLength;for(let v=0;v<s;){const w=tr(P,v),T=Jt(P.subarray(v+4,v+8)),z=w>1?v+w:s;if(T===t[0])if(t.length===1)n.push(P.subarray(v+8,z));else{const W=bt(P.subarray(v+8,z),t.slice(1));W.length&&wt.apply(n,W)}v=z}return n}function mt(P){const t=[],n=P[0];let s=8;const v=tr(P,s);s+=4;let w=0,T=0;n===0?(w=tr(P,s),T=tr(P,s+4),s+=8):(w=Xe(P,s),T=Xe(P,s+8),s+=16),s+=2;let z=P.length+T;const W=er(P,s);s+=2;for(let N=0;N<W;N++){let te=s;const ce=tr(P,te);te+=4;const be=ce&2147483647;if((ce&2147483648)>>>31===1)return V.warn("SIDX has hierarchical references (not supported)"),null;const Ae=tr(P,te);te+=4,t.push({referenceSize:be,subsegmentDuration:Ae,info:{duration:Ae/v,start:z,end:z+be-1}}),z+=be,te+=4,s=te}return{earliestPresentationTime:w,timescale:v,version:n,referencesCount:W,references:t}}function et(P){const t=[],n=bt(P,["moov","trak"]);for(let v=0;v<n.length;v++){const w=n[v],T=bt(w,["tkhd"])[0];if(T){let z=T[0];const W=tr(T,z===0?12:20),N=bt(w,["mdia","mdhd"])[0];if(N){z=N[0];const te=tr(N,z===0?12:20),ce=bt(w,["mdia","hdlr"])[0];if(ce){const be=Jt(ce.subarray(8,12)),Ie={soun:j.AUDIO,vide:j.VIDEO}[be],Ae=bt(w,["mdia","minf","stbl","stsd"])[0],at=He(Ae);Ie?(t[W]={timescale:te,type:Ie,stsd:at},t[Ie]=b({timescale:te,id:W},at)):t[W]={timescale:te,type:be,stsd:at}}}}}return bt(P,["moov","mvex","trex"]).forEach(v=>{const w=tr(v,4),T=t[w];T&&(T.default={duration:tr(v,12),flags:tr(v,20)})}),t}function He(P){const t=P.subarray(8),n=t.subarray(86),s=Jt(t.subarray(4,8));let v=s,w;const T=s==="enca"||s==="encv";if(T){const N=bt(t,[s])[0].subarray(s==="enca"?28:78);bt(N,["sinf"]).forEach(ce=>{const be=bt(ce,["schm"])[0];if(be){const Ie=Jt(be.subarray(4,8));if(Ie==="cbcs"||Ie==="cenc"){const Ae=bt(ce,["frma"])[0];Ae&&(v=Jt(Ae))}}})}const z=v;switch(v){case"avc1":case"avc2":case"avc3":case"avc4":{const W=bt(n,["avcC"])[0];W&&W.length>3&&(v+="."+Ue(W[1])+Ue(W[2])+Ue(W[3]),w=_e(z==="avc1"?"dva1":"dvav",n));break}case"mp4a":{const W=bt(t,[s])[0],N=bt(W.subarray(28),["esds"])[0];if(N&&N.length>7){let te=4;if(N[te++]!==3)break;te=Me(N,te),te+=2;const ce=N[te++];if(ce&128&&(te+=2),ce&64&&(te+=N[te++]),N[te++]!==4)break;te=Me(N,te);const be=N[te++];if(be===64)v+="."+Ue(be);else break;if(te+=12,N[te++]!==5)break;te=Me(N,te);const Ie=N[te++];let Ae=(Ie&248)>>3;Ae===31&&(Ae+=1+((Ie&7)<<3)+((N[te]&224)>>5)),v+="."+Ae}break}case"hvc1":case"hev1":{const W=bt(n,["hvcC"])[0];if(W&&W.length>12){const N=W[1],te=["","A","B","C"][N>>6],ce=N&31,be=tr(W,2),Ie=(N&32)>>5?"H":"L",Ae=W[12],at=W.subarray(6,12);v+="."+te+ce,v+="."+Se(be).toString(16).toUpperCase(),v+="."+Ie+Ae;let rt="";for(let Rt=at.length;Rt--;){const dr=at[Rt];(dr||rt)&&(rt="."+dr.toString(16).toUpperCase()+rt)}v+=rt}w=_e(z=="hev1"?"dvhe":"dvh1",n);break}case"dvh1":case"dvhe":case"dvav":case"dva1":case"dav1":{v=_e(v,n)||v;break}case"vp09":{const W=bt(n,["vpcC"])[0];if(W&&W.length>6){const N=W[4],te=W[5],ce=W[6]>>4&15;v+="."+We(N)+"."+We(te)+"."+We(ce)}break}case"av01":{const W=bt(n,["av1C"])[0];if(W&&W.length>2){const N=W[1]>>>5,te=W[1]&31,ce=W[2]>>>7?"H":"M",be=(W[2]&64)>>6,Ie=(W[2]&32)>>5,Ae=N===2&&be?Ie?12:10:be?10:8,at=(W[2]&16)>>4,rt=(W[2]&8)>>3,Rt=(W[2]&4)>>2,dr=W[2]&3;v+="."+N+"."+We(te)+ce+"."+We(Ae)+"."+at+"."+rt+Rt+dr+"."+We(1)+"."+We(1)+"."+We(1)+"."+0,w=_e("dav1",n)}break}}return{codec:v,encrypted:T,supplemental:w}}function _e(P,t){const n=bt(t,["dvvC"]),s=n.length?n[0]:bt(t,["dvcC"])[0];if(s){const v=s[2]>>1&127,w=s[2]<<5&32|s[3]>>3&31;return P+"."+We(v)+"."+We(w)}}function Se(P){let t=0;for(let n=0;n<32;n++)t|=(P>>n&1)<<31-n;return t>>>0}function Me(P,t){const n=t+5;for(;P[t++]&128&&t<n;);return t}function Ue(P){return("0"+P.toString(16).toUpperCase()).slice(-2)}function We(P){return(P<10?"0":"")+P}function it(P,t){if(!P||!t)return P;const n=t.keyId;return n&&t.isCommonEncryption&&bt(P,["moov","trak"]).forEach(v=>{const T=bt(v,["mdia","minf","stbl","stsd"])[0].subarray(8);let z=bt(T,["enca"]);const W=z.length>0;W||(z=bt(T,["encv"])),z.forEach(N=>{const te=W?N.subarray(28):N.subarray(78);bt(te,["sinf"]).forEach(be=>{const Ie=ct(be);if(Ie){const Ae=Ie.subarray(8,24);Ae.some(at=>at!==0)||(V.log(`[eme] Patching keyId in 'enc${W?"a":"v"}>sinf>>tenc' box: ${J.hexDump(Ae)} -> ${J.hexDump(n)}`),Ie.set(n,8))}})})}),P}function ct(P){const t=bt(P,["schm"])[0];if(t){const n=Jt(t.subarray(4,8));if(n==="cbcs"||n==="cenc")return bt(P,["schi","tenc"])[0]}return null}function Gt(P,t,n){const s={},v=bt(P,["moof","traf"]);for(let w=0;w<v.length;w++){const T=v[w],z=bt(T,["tfhd"])[0],W=tr(z,4),N=t[W];if(!N)continue;const te=s[W]||(s[W]={start:NaN,duration:0,sampleCount:0,timescale:N.timescale,type:N.type}),ce=bt(T,["tfdt"])[0];if(ce){const sr=ce[0];let kr=tr(ce,4);sr===1&&(kr===Ft?n.warn("[mp4-demuxer]: Ignoring assumed invalid signed 64-bit track fragment decode time"):(kr*=Ft+1,kr+=tr(ce,8))),r(kr)&&(!r(te.start)||kr<te.start)&&(te.start=kr)}const be=N.default,Ie=tr(z,0)|(be==null?void 0:be.flags);let Ae=(be==null?void 0:be.duration)||0;Ie&8&&(Ie&2?Ae=tr(z,12):Ae=tr(z,8));const at=bt(T,["trun"]);let rt=te.start||0,Rt=0,dr=Ae;for(let sr=0;sr<at.length;sr++){const kr=at[sr],Hr=tr(kr,4),cn=te.sampleCount;te.sampleCount+=Hr;const Wr=kr[3]&1,Jr=kr[3]&4,ln=kr[2]&1,Kr=kr[2]&2,Zn=kr[2]&4,hi=kr[2]&8;let ua=8,ji=Hr;for(Wr&&(ua+=4),Jr&&Hr&&(!(kr[ua+1]&1)&&te.keyFrameIndex===void 0&&(te.keyFrameIndex=cn),ua+=4,ln?(dr=tr(kr,ua),ua+=4):dr=Ae,Kr&&(ua+=4),hi&&(ua+=4),rt+=dr,Rt+=dr,ji--);ji--;)ln?(dr=tr(kr,ua),ua+=4):dr=Ae,Kr&&(ua+=4),Zn&&(kr[ua+1]&1||te.keyFrameIndex===void 0&&(te.keyFrameIndex=te.sampleCount-(ji+1),te.keyFrameStart=rt),ua+=4),hi&&(ua+=4),rt+=dr,Rt+=dr;!Rt&&Ae&&(Rt+=Ae*Hr)}te.duration+=Rt}if(!Object.keys(s).some(w=>s[w].duration)){let w=1/0,T=0;const z=bt(P,["sidx"]);for(let W=0;W<z.length;W++){const N=mt(z[W]);if(N!=null&&N.references){w=Math.min(w,N.earliestPresentationTime/N.timescale);const te=N.references.reduce((ce,be)=>ce+be.info.duration||0,0);T=Math.max(T,te+N.earliestPresentationTime/N.timescale)}}T&&r(T)&&Object.keys(s).forEach(W=>{s[W].duration||(s[W].duration=T*s[W].timescale-s[W].start)})}return s}function $t(P,t,n){bt(t,["moof","traf"]).forEach(s=>{bt(s,["tfhd"]).forEach(v=>{const w=tr(v,4),T=P[w];if(!T)return;const z=T.timescale||9e4;bt(s,["tfdt"]).forEach(W=>{const N=W[0],te=n*z;if(te){let ce=tr(W,4);if(N===0)ce-=te,ce=Math.max(ce,0),Zt(W,4,ce);else{ce*=Math.pow(2,32),ce+=tr(W,8),ce-=te,ce=Math.max(ce,0);const be=Math.floor(ce/(Ft+1)),Ie=Math.floor(ce%(Ft+1));Zt(W,4,be),Zt(W,8,Ie)}}})})})}function Pe(P){const t={valid:null,remainder:null},n=bt(P,["moof"]);if(n.length<2)return t.remainder=P,t;const s=n[n.length-1];return t.valid=P.slice(0,s.byteOffset-8),t.remainder=P.slice(s.byteOffset-8),t}function Qe(P,t){const n=new Uint8Array(P.length+t.length);return n.set(P),n.set(t,P.length),n}function Kt(P,t){const n=[],s=t.samples,v=t.timescale,w=t.id;let T=!1;return bt(s,["moof"]).map(W=>{const N=W.byteOffset-8;bt(W,["traf"]).map(ce=>{const be=bt(ce,["tfdt"]).map(Ie=>{const Ae=Ie[0];let at=tr(Ie,4);return Ae===1&&(at*=Math.pow(2,32),at+=tr(Ie,8)),at/v})[0];return be!==void 0&&(P=be),bt(ce,["tfhd"]).map(Ie=>{const Ae=tr(Ie,4),at=tr(Ie,0)&16777215,rt=(at&1)!==0,Rt=(at&2)!==0,dr=(at&8)!==0;let sr=0;const kr=(at&16)!==0;let Hr=0;const cn=(at&32)!==0;let Wr=8;Ae===w&&(rt&&(Wr+=8),Rt&&(Wr+=4),dr&&(sr=tr(Ie,Wr),Wr+=4),kr&&(Hr=tr(Ie,Wr),Wr+=4),cn&&(Wr+=4),t.type==="video"&&(T=Lt(t.codec)),bt(ce,["trun"]).map(Jr=>{const ln=Jr[0],Kr=tr(Jr,0)&16777215,Zn=(Kr&1)!==0;let hi=0;const ua=(Kr&4)!==0,ji=(Kr&256)!==0;let Ui=0;const ci=(Kr&512)!==0;let Gi=0;const ea=(Kr&1024)!==0,qn=(Kr&2048)!==0;let ri=0;const Aa=tr(Jr,4);let Ca=8;Zn&&(hi=tr(Jr,Ca),Ca+=4),ua&&(Ca+=4);let as=hi+N;for(let Cs=0;Cs<Aa;Cs++){if(ji?(Ui=tr(Jr,Ca),Ca+=4):Ui=sr,ci?(Gi=tr(Jr,Ca),Ca+=4):Gi=Hr,ea&&(Ca+=4),qn&&(ln===0?ri=tr(Jr,Ca):ri=It(Jr,Ca),Ca+=4),t.type===j.VIDEO){let Hs=0;for(;Hs<Gi;){const fo=tr(s,as);if(as+=4,Ht(T,s[as])){const Ku=s.subarray(as,as+fo);Nt(Ku,T?2:1,P+ri/v,n)}as+=fo,Hs+=fo+4}}P+=Ui/v}}))})})}),n}function Lt(P){if(!P)return!1;const t=P.substring(0,4);return t==="hvc1"||t==="hev1"||t==="dvh1"||t==="dvhe"}function Ht(P,t){if(P){const n=t>>1&63;return n===39||n===40}else return(t&31)===6}function Nt(P,t,n,s){const v=Ct(P);let w=0;w+=t;let T=0,z=0,W=0;for(;w<v.length;){T=0;do{if(w>=v.length)break;W=v[w++],T+=W}while(W===255);z=0;do{if(w>=v.length)break;W=v[w++],z+=W}while(W===255);const N=v.length-w;let te=w;if(z<N)w+=z;else if(z>N){V.error(`Malformed SEI payload. ${z} is too small, only ${N} bytes left to parse.`);break}if(T===4){if(v[te++]===181){const be=er(v,te);if(te+=2,be===49){const Ie=tr(v,te);if(te+=4,Ie===1195456820){const Ae=v[te++];if(Ae===3){const at=v[te++],rt=31&at,Rt=64&at,dr=Rt?2+rt*3:0,sr=new Uint8Array(dr);if(Rt){sr[0]=at;for(let kr=1;kr<dr;kr++)sr[kr]=v[te++]}s.push({type:Ae,payloadType:T,pts:n,bytes:sr})}}}}}else if(T===5&&z>16){const ce=[];for(let Ae=0;Ae<16;Ae++){const at=v[te++].toString(16);ce.push(at.length==1?"0"+at:at),(Ae===3||Ae===5||Ae===7||Ae===9)&&ce.push("-")}const be=z-16,Ie=new Uint8Array(be);for(let Ae=0;Ae<be;Ae++)Ie[Ae]=v[te++];s.push({payloadType:T,pts:n,uuid:ce.join(""),userData:Q(Ie),userDataBytes:Ie})}}}function Ct(P){const t=P.byteLength,n=[];let s=1;for(;s<t-2;)P[s]===0&&P[s+1]===0&&P[s+2]===3?(n.push(s+2),s+=2):s++;if(n.length===0)return P;const v=t-n.length,w=new Uint8Array(v);let T=0;for(s=0;s<v;T++,s++)T===n[0]&&(T++,n.shift()),w[s]=P[T];return w}function Yt(P){const t=P[0];let n="",s="",v=0,w=0,T=0,z=0,W=0,N=0;if(t===0){for(;Jt(P.subarray(N,N+1))!=="\0";)n+=Jt(P.subarray(N,N+1)),N+=1;for(n+=Jt(P.subarray(N,N+1)),N+=1;Jt(P.subarray(N,N+1))!=="\0";)s+=Jt(P.subarray(N,N+1)),N+=1;s+=Jt(P.subarray(N,N+1)),N+=1,v=tr(P,12),w=tr(P,16),z=tr(P,20),W=tr(P,24),N=28}else if(t===1){N+=4,v=tr(P,N),N+=4;const ce=tr(P,N);N+=4;const be=tr(P,N);for(N+=4,T=4294967296*ce+be,i(T)||(T=Number.MAX_SAFE_INTEGER,V.warn("Presentation time exceeds safe integer limit and wrapped to max safe integer in parsing emsg box")),z=tr(P,N),N+=4,W=tr(P,N),N+=4;Jt(P.subarray(N,N+1))!=="\0";)n+=Jt(P.subarray(N,N+1)),N+=1;for(n+=Jt(P.subarray(N,N+1)),N+=1;Jt(P.subarray(N,N+1))!=="\0";)s+=Jt(P.subarray(N,N+1)),N+=1;s+=Jt(P.subarray(N,N+1)),N+=1}const te=P.subarray(N,P.byteLength);return{schemeIdUri:n,value:s,timeScale:v,presentationTime:T,presentationTimeDelta:w,eventDuration:z,id:W,payload:te}}function Ge(P,...t){const n=t.length;let s=8,v=n;for(;v--;)s+=t[v].byteLength;const w=new Uint8Array(s);for(w[0]=s>>24&255,w[1]=s>>16&255,w[2]=s>>8&255,w[3]=s&255,w.set(P,4),v=0,s=8;v<n;v++)w.set(t[v],s),s+=t[v].byteLength;return w}function fe(P,t,n){if(P.byteLength!==16)throw new RangeError("Invalid system id");let s,v;s=0,v=new Uint8Array;let w;s>0?(w=new Uint8Array(4),t.length>0&&new DataView(w.buffer).setUint32(0,t.length,!1)):w=new Uint8Array;const T=new Uint8Array(4);return n&&n.byteLength>0&&new DataView(T.buffer).setUint32(0,n.byteLength,!1),Ge([112,115,115,104],new Uint8Array([s,0,0,0]),P,w,v,T,n||new Uint8Array)}function pe(P){const t=[];if(P instanceof ArrayBuffer){const n=P.byteLength;let s=0;for(;s+32<n;){const v=new DataView(P,s),w=Dt(v);t.push(w),s+=w.size}}return t}function Dt(P){const t=P.getUint32(0),n=P.byteOffset,s=P.byteLength;if(s<t)return{offset:n,size:s};if(P.getUint32(4)!==1886614376)return{offset:n,size:t};const w=P.getUint32(8)>>>24;if(w!==0&&w!==1)return{offset:n,size:t};const T=P.buffer,z=J.hexDump(new Uint8Array(T,n+12,16)),W=P.getUint32(28);let N=null,te=null;if(w===0){if(t-32<W||W<22)return{offset:n,size:t};te=new Uint8Array(T,n+32,W)}else if(w===1){if(!W||s<n+32+W*16+16)return{offset:n,size:t};N=[];for(let ce=0;ce<W;ce++)N.push(new Uint8Array(T,n+32+ce*16,16))}return{version:w,systemId:z,kids:N,data:te,offset:n,size:t}}const Te=()=>/\(Windows.+Firefox\//i.test(navigator.userAgent),ht={audio:{a3ds:1,"ac-3":.95,"ac-4":1,alac:.9,alaw:1,dra1:1,"dts+":1,"dts-":1,dtsc:1,dtse:1,dtsh:1,"ec-3":.9,enca:1,fLaC:.9,flac:.9,FLAC:.9,g719:1,g726:1,m4ae:1,mha1:1,mha2:1,mhm1:1,mhm2:1,mlpa:1,mp4a:1,"raw ":1,Opus:1,opus:1,samr:1,sawb:1,sawp:1,sevc:1,sqcp:1,ssmv:1,twos:1,ulaw:1},video:{avc1:1,avc2:1,avc3:1,avc4:1,avcp:1,av01:.8,dav1:.8,drac:1,dva1:1,dvav:1,dvh1:.7,dvhe:.7,encv:1,hev1:.75,hvc1:.75,mjp2:1,mp4v:1,mvc1:1,mvc2:1,mvc3:1,mvc4:1,resv:1,rv60:1,s263:1,svc1:1,svc2:1,"vc-1":1,vp08:1,vp09:.9},text:{stpp:1,wvtt:1}};function Wt(P,t){const n=ht[t];return!!n&&!!n[P.slice(0,4)]}function St(P,t,n=!0){return!P.split(",").some(s=>!Re(s,t,n))}function Re(P,t,n=!0){var s;const v=ae(n);return(s=v==null?void 0:v.isTypeSupported(_t(P,t)))!=null?s:!1}function _t(P,t){return`${t}/mp4;codecs=${P}`}function ze(P){if(P){const t=P.substring(0,4);return ht.video[t]}return 2}function we(P){const t=Te();return P.split(",").reduce((n,s)=>{const w=t&&Lt(s)?9:ht.video[s];return w?(w*2+n)/(n?3:2):(ht.audio[s]+n)/(n?2:1)},0)}const gt={};function kt(P,t=!0){if(gt[P])return gt[P];const n={flac:["flac","fLaC","FLAC"],opus:["opus","Opus"],"mp4a.40.34":["mp3"]}[P];for(let v=0;v<n.length;v++){var s;if(Re(n[v],"audio",t))return gt[P]=n[v],n[v];if(n[v]==="mp3"&&(s=ae(t))!=null&&s.isTypeSupported("audio/mpeg"))return""}return P}const Fe=/flac|opus|mp4a\.40\.34/i;function Ir(P,t=!0){return P.replace(Fe,n=>kt(n.toLowerCase(),t))}function At(P,t){const n=[];if(P){const s=P.split(",");for(let v=0;v<s.length;v++)Wt(s[v],"video")||n.push(s[v])}return t&&n.push(t),n.join(",")}function Vr(P,t){if(P&&(P.length>4||["ac-3","ec-3","alac","fLaC","Opus"].indexOf(P)!==-1))return P;if(t){const n=t.split(",");if(n.length>1){if(P){for(let s=n.length;s--;)if(n[s].substring(0,4)===P.substring(0,4))return n[s]}return n[0]}}return t||P}function Qr(P){const t=P.split(",");for(let n=0;n<t.length;n++){const s=t[n].split(".");s.length>2&&s[0]==="avc1"&&(t[n]=`avc1.${parseInt(s[1]).toString(16)}${("000"+parseInt(s[2]).toString(16)).slice(-4)}`)}return t.join(",")}function Er(P){if(P.startsWith("av01.")){const t=P.split("."),n=["0","111","01","01","01","0"];for(let s=t.length;s>4&&s<10;s++)t[s]=n[s-4];return t.join(".")}return P}function Lr(P){const t=ae(P)||{isTypeSupported:()=>!1};return{mpeg:t.isTypeSupported("audio/mpeg"),mp3:t.isTypeSupported('audio/mp4; codecs="mp3"'),ac3:t.isTypeSupported('audio/mp4; codecs="ac-3"')}}function _r(P){return P.replace(/^.+codecs=["']?([^"']+).*$/,"$1")}const Ur={supported:!0,configurations:[],decodingInfoResults:[{supported:!0,powerEfficient:!0,smooth:!0}]};function sn(P,t){return{supported:!1,configurations:t,decodingInfoResults:[{supported:!1,smooth:!1,powerEfficient:!1}],error:P}}const fn={};function cr(P,t,n,s,v,w){const T=P.audioCodec?P.audioGroups:null,z=w==null?void 0:w.audioCodec,W=w==null?void 0:w.channels,N=W?parseInt(W):z?1/0:2;let te=null;if(T!=null&&T.length)try{T.length===1&&T[0]?te=t.groups[T[0]].channels:te=T.reduce((ce,be)=>{if(be){const Ie=t.groups[be];if(!Ie)throw new Error(`Audio track group ${be} not found`);Object.keys(Ie.channels).forEach(Ae=>{ce[Ae]=(ce[Ae]||0)+Ie.channels[Ae]})}return ce},{2:0})}catch(ce){return!0}return P.videoCodec!==void 0&&(P.width>1920&&P.height>1088||P.height>1920&&P.width>1088||P.frameRate>Math.max(s,30)||P.videoRange!=="SDR"&&P.videoRange!==n||P.bitrate>Math.max(v,8e6))||!!te&&r(N)&&Object.keys(te).some(ce=>parseInt(ce)>N)}function Dr(P,t,n){const s=P.videoCodec,v=P.audioCodec;if(!s&&!v||!n)return Promise.resolve(Ur);const w=[];if(s){const T={width:P.width,height:P.height,bitrate:Math.ceil(Math.max(P.bitrate*.9,P.averageBitrate)),framerate:P.frameRate||30},z=P.videoRange;z!=="SDR"&&(T.transferFunction=z.toLowerCase());const W=s.split(","),N=navigator.userAgent;if(W.some(te=>Lt(te))&&Te())return Promise.resolve(sn(new Error(`Overriding Windows Firefox HEVC MediaCapabilities result based on user-agent sting: (${N})`),w));w.push.apply(w,W.map(te=>({type:"media-source",video:b(b({},T),{},{contentType:_t(Er(te),"video")})})))}return v&&P.audioGroups&&P.audioGroups.forEach(T=>{var z;T&&((z=t.groups[T])==null||z.tracks.forEach(W=>{if(W.groupId===T){const N=W.channels||"",te=parseFloat(N);r(te)&&te>2&&w.push.apply(w,v.split(",").map(ce=>({type:"media-source",audio:{contentType:_t(ce,"audio"),channels:""+te}})))}}))}),Promise.all(w.map(T=>{const z=ft(T);return fn[z]||(fn[z]=n.decodingInfo(T))})).then(T=>({supported:!T.some(z=>!z.supported),configurations:w,decodingInfoResults:T})).catch(T=>({supported:!1,configurations:w,decodingInfoResults:[],error:T}))}function ft(P){const{audio:t,video:n}=P,s=n||t;if(s){const v=_r(s.contentType);if(n)return`r${n.height}x${n.width}f${Math.ceil(n.framerate)}${n.transferFunction||"sd"}_${v}_${Math.ceil(n.bitrate/1e5)}`;if(t)return`c${t.channels}${t.spatialRendering?"s":"n"}_${v}`}return""}const Et=["NONE","TYPE-0","TYPE-1",null];function zt(P){return Et.indexOf(P)>-1}const nr=["SDR","PQ","HLG"];function yr(P){return!!P&&nr.indexOf(P)>-1}var nt={No:"",Yes:"YES",v2:"v2"};function Nr(P){const{canSkipUntil:t,canSkipDateRanges:n,age:s}=P,v=s<t/2;return t&&v?n?nt.v2:nt.Yes:nt.No}class en{constructor(t,n,s){this.msn=void 0,this.part=void 0,this.skip=void 0,this.msn=t,this.part=n,this.skip=s}addDirectives(t){const n=new self.URL(t);return this.msn!==void 0&&n.searchParams.set("_HLS_msn",this.msn.toString()),this.part!==void 0&&n.searchParams.set("_HLS_part",this.part.toString()),this.skip&&n.searchParams.set("_HLS_skip",this.skip),n.href}}class In{constructor(t){if(this._attrs=void 0,this.audioCodec=void 0,this.bitrate=void 0,this.codecSet=void 0,this.url=void 0,this.frameRate=void 0,this.height=void 0,this.id=void 0,this.name=void 0,this.supplemental=void 0,this.videoCodec=void 0,this.width=void 0,this.details=void 0,this.fragmentError=0,this.loadError=0,this.loaded=void 0,this.realBitrate=0,this.supportedPromise=void 0,this.supportedResult=void 0,this._avgBitrate=0,this._audioGroups=void 0,this._subtitleGroups=void 0,this._urlId=0,this.url=[t.url],this._attrs=[t.attrs],this.bitrate=t.bitrate,t.details&&(this.details=t.details),this.id=t.id||0,this.name=t.name,this.width=t.width||0,this.height=t.height||0,this.frameRate=t.attrs.optionalFloat("FRAME-RATE",0),this._avgBitrate=t.attrs.decimalInteger("AVERAGE-BANDWIDTH"),this.audioCodec=t.audioCodec,this.videoCodec=t.videoCodec,this.codecSet=[t.videoCodec,t.audioCodec].filter(s=>!!s).map(s=>s.substring(0,4)).join(","),"supplemental"in t){var n;this.supplemental=t.supplemental;const s=(n=t.supplemental)==null?void 0:n.videoCodec;s&&s!==t.videoCodec&&(this.codecSet+=`,${s.substring(0,4)}`)}this.addGroupId("audio",t.attrs.AUDIO),this.addGroupId("text",t.attrs.SUBTITLES)}get maxBitrate(){return Math.max(this.realBitrate,this.bitrate)}get averageBitrate(){return this._avgBitrate||this.realBitrate||this.bitrate}get attrs(){return this._attrs[0]}get codecs(){return this.attrs.CODECS||""}get pathwayId(){return this.attrs["PATHWAY-ID"]||"."}get videoRange(){return this.attrs["VIDEO-RANGE"]||"SDR"}get score(){return this.attrs.optionalFloat("SCORE",0)}get uri(){return this.url[0]||""}hasAudioGroup(t){return mr(this._audioGroups,t)}hasSubtitleGroup(t){return mr(this._subtitleGroups,t)}get audioGroups(){return this._audioGroups}get subtitleGroups(){return this._subtitleGroups}addGroupId(t,n){if(n){if(t==="audio"){let s=this._audioGroups;s||(s=this._audioGroups=[]),s.indexOf(n)===-1&&s.push(n)}else if(t==="text"){let s=this._subtitleGroups;s||(s=this._subtitleGroups=[]),s.indexOf(n)===-1&&s.push(n)}}}get urlId(){return 0}set urlId(t){}get audioGroupIds(){return this.audioGroups?[this.audioGroupId]:void 0}get textGroupIds(){return this.subtitleGroups?[this.textGroupId]:void 0}get audioGroupId(){var t;return(t=this.audioGroups)==null?void 0:t[0]}get textGroupId(){var t;return(t=this.subtitleGroups)==null?void 0:t[0]}addFallback(){}}function mr(P,t){return!t||!P?!1:P.indexOf(t)!==-1}function on(){if(typeof matchMedia=="function"){const P=matchMedia("(dynamic-range: high)"),t=matchMedia("bad query");if(P.media!==t.media)return P.matches===!0}return!1}function yn(P,t){let n=!1,s=[];if(P&&(n=P!=="SDR",s=[P]),t){s=t.allowedVideoRanges||nr.slice(0);const v=s.join("")!=="SDR"&&!t.videoCodec;n=t.preferHDR!==void 0?t.preferHDR:v&&on(),n||(s=["SDR"])}return{preferHDR:n,allowedVideoRanges:s}}const wn=P=>{const t=new WeakSet;return(n,s)=>{if(P&&(s=P(n,s)),typeof s=="object"&&s!==null){if(t.has(s))return;t.add(s)}return s}},Dn=(P,t)=>JSON.stringify(P,wn(t));function _i(P,t,n,s,v){const w=Object.keys(P),T=s==null?void 0:s.channels,z=s==null?void 0:s.audioCodec,W=v==null?void 0:v.videoCodec,N=T&&parseInt(T)===2;let te=!1,ce=!1,be=1/0,Ie=1/0,Ae=1/0,at=1/0,rt=0,Rt=[];const{preferHDR:dr,allowedVideoRanges:sr}=yn(t,v);for(let Jr=w.length;Jr--;){const ln=P[w[Jr]];te||(te=ln.channels[2]>0),be=Math.min(be,ln.minHeight),Ie=Math.min(Ie,ln.minFramerate),Ae=Math.min(Ae,ln.minBitrate),sr.filter(Zn=>ln.videoRanges[Zn]>0).length>0&&(ce=!0)}be=r(be)?be:0,Ie=r(Ie)?Ie:0;const kr=Math.max(1080,be),Hr=Math.max(30,Ie);Ae=r(Ae)?Ae:n,n=Math.max(Ae,n),ce||(t=void 0);const cn=w.length>1;return{codecSet:w.reduce((Jr,ln)=>{const Kr=P[ln];if(ln===Jr)return Jr;if(Rt=ce?sr.filter(Zn=>Kr.videoRanges[Zn]>0):[],cn){if(Kr.minBitrate>n)return ui(ln,`min bitrate of ${Kr.minBitrate} > current estimate of ${n}`),Jr;if(!Kr.hasDefaultAudio)return ui(ln,"no renditions with default or auto-select sound found"),Jr;if(z&&ln.indexOf(z.substring(0,4))%5!==0)return ui(ln,`audio codec preference "${z}" not found`),Jr;if(T&&!N){if(!Kr.channels[T])return ui(ln,`no renditions with ${T} channel sound found (channels options: ${Object.keys(Kr.channels)})`),Jr}else if((!z||N)&&te&&Kr.channels[2]===0)return ui(ln,"no renditions with stereo sound found"),Jr;if(Kr.minHeight>kr)return ui(ln,`min resolution of ${Kr.minHeight} > maximum of ${kr}`),Jr;if(Kr.minFramerate>Hr)return ui(ln,`min framerate of ${Kr.minFramerate} > maximum of ${Hr}`),Jr;if(!Rt.some(Zn=>Kr.videoRanges[Zn]>0))return ui(ln,`no variants with VIDEO-RANGE of ${Dn(Rt)} found`),Jr;if(W&&ln.indexOf(W.substring(0,4))%5!==0)return ui(ln,`video codec preference "${W}" not found`),Jr;if(Kr.maxScore<rt)return ui(ln,`max score of ${Kr.maxScore} < selected max of ${rt}`),Jr}return Jr&&(we(ln)>=we(Jr)||Kr.fragmentError>P[Jr].fragmentError)?Jr:(at=Kr.minIndex,rt=Kr.maxScore,ln)},void 0),videoRanges:Rt,preferHDR:dr,minFramerate:Ie,minBitrate:Ae,minIndex:at}}function ui(P,t){V.log(`[abr] start candidates with "${P}" ignored because ${t}`)}function Oi(P){return P.reduce((t,n)=>{let s=t.groups[n.groupId];s||(s=t.groups[n.groupId]={tracks:[],channels:{2:0},hasDefault:!1,hasAutoSelect:!1}),s.tracks.push(n);const v=n.channels||"2";return s.channels[v]=(s.channels[v]||0)+1,s.hasDefault=s.hasDefault||n.default,s.hasAutoSelect=s.hasAutoSelect||n.autoselect,s.hasDefault&&(t.hasDefaultAudio=!0),s.hasAutoSelect&&(t.hasAutoSelectAudio=!0),t},{hasDefaultAudio:!1,hasAutoSelectAudio:!1,groups:{}})}function bi(P,t,n,s){return P.slice(n,s+1).reduce((v,w,T)=>{if(!w.codecSet)return v;const z=w.audioGroups;let W=v[w.codecSet];W||(v[w.codecSet]=W={minBitrate:1/0,minHeight:1/0,minFramerate:1/0,minIndex:T,maxScore:0,videoRanges:{SDR:0},channels:{2:0},hasDefaultAudio:!z,fragmentError:0}),W.minBitrate=Math.min(W.minBitrate,w.bitrate);const N=Math.min(w.height,w.width);return W.minHeight=Math.min(W.minHeight,N),W.minFramerate=Math.min(W.minFramerate,w.frameRate),W.minIndex=Math.min(W.minIndex,T),W.maxScore=Math.max(W.maxScore,w.score),W.fragmentError+=w.fragmentError,W.videoRanges[w.videoRange]=(W.videoRanges[w.videoRange]||0)+1,z&&z.forEach(te=>{if(!te)return;const ce=t.groups[te];ce&&(W.hasDefaultAudio=W.hasDefaultAudio||t.hasDefaultAudio?ce.hasDefault:ce.hasAutoSelect||!t.hasDefaultAudio&&!t.hasAutoSelectAudio,Object.keys(ce.channels).forEach(be=>{W.channels[be]=(W.channels[be]||0)+ce.channels[be]}))}),v},{})}function pi(P){if(!P)return P;const{lang:t,assocLang:n,characteristics:s,channels:v,audioCodec:w}=P;return{lang:t,assocLang:n,characteristics:s,channels:v,audioCodec:w}}function ni(P,t,n){if("attrs"in P){const s=t.indexOf(P);if(s!==-1)return s}for(let s=0;s<t.length;s++){const v=t[s];if(na(P,v,n))return s}return-1}function na(P,t,n){const{groupId:s,name:v,lang:w,assocLang:T,default:z}=P,W=P.forced;return(s===void 0||t.groupId===s)&&(v===void 0||t.name===v)&&(w===void 0||Jn(w,t.lang))&&(w===void 0||t.assocLang===T)&&(z===void 0||t.default===z)&&(W===void 0||t.forced===W)&&(!("characteristics"in P)||Ji(P.characteristics||"",t.characteristics))&&(n===void 0||n(P,t))}function Jn(P,t="--"){return P.length===t.length?P===t:P.startsWith(t)||t.startsWith(P)}function Ji(P,t=""){const n=P.split(","),s=t.split(",");return n.length===s.length&&!n.some(v=>s.indexOf(v)===-1)}function yt(P,t){const{audioCodec:n,channels:s}=P;return(n===void 0||(t.audioCodec||"").substring(0,4)===n.substring(0,4))&&(s===void 0||s===(t.channels||"2"))}function zn(P,t,n,s,v){const w=t[s],z=t.reduce((be,Ie,Ae)=>{const at=Ie.uri;return(be[at]||(be[at]=[])).push(Ae),be},{})[w.uri];z.length>1&&(s=Math.max.apply(Math,z));const W=w.videoRange,N=w.frameRate,te=w.codecSet.substring(0,4),ce=mi(t,s,be=>{if(be.videoRange!==W||be.frameRate!==N||be.codecSet.substring(0,4)!==te)return!1;const Ie=be.audioGroups,Ae=n.filter(at=>!Ie||Ie.indexOf(at.groupId)!==-1);return ni(P,Ae,v)>-1});return ce>-1?ce:mi(t,s,be=>{const Ie=be.audioGroups,Ae=n.filter(at=>!Ie||Ie.indexOf(at.groupId)!==-1);return ni(P,Ae,v)>-1})}function mi(P,t,n){for(let s=t;s>-1;s--)if(n(P[s]))return s;for(let s=t+1;s<P.length;s++)if(n(P[s]))return s;return-1}function Xi(P,t){var n;return!!P&&P!==((n=t.loadLevelObj)==null?void 0:n.uri)}class ei extends R{constructor(t){super("abr",t.logger),this.hls=void 0,this.lastLevelLoadSec=0,this.lastLoadedFragLevel=-1,this.firstSelection=-1,this._nextAutoLevel=-1,this.nextAutoLevelKey="",this.audioTracksByGroup=null,this.codecTiers=null,this.timer=-1,this.fragCurrent=null,this.partCurrent=null,this.bitrateTestDelay=0,this.rebufferNotice=-1,this.bwEstimator=void 0,this._abandonRulesCheck=n=>{var s;const{fragCurrent:v,partCurrent:w,hls:T}=this,{autoLevelEnabled:z,media:W}=T;if(!v||!W)return;const N=performance.now(),te=w?w.stats:v.stats,ce=w?w.duration:v.duration,be=N-te.loading.start,Ie=T.minAutoLevel,Ae=v.level,at=this._nextAutoLevel;if(te.aborted||te.loaded&&te.loaded===te.total||Ae<=Ie){this.clearTimer(),this._nextAutoLevel=-1;return}if(!z)return;const rt=at>-1&&at!==Ae,Rt=!!n||rt;if(!Rt&&(W.paused||!W.playbackRate||!W.readyState))return;const dr=T.mainForwardBufferInfo;if(!Rt&&dr===null)return;const sr=this.bwEstimator.getEstimateTTFB(),kr=Math.abs(W.playbackRate);if(be<=Math.max(sr,1e3*(ce/(kr*2))))return;const Hr=dr?dr.len/kr:0,cn=te.loading.first?te.loading.first-te.loading.start:-1,Wr=te.loaded&&cn>-1,Jr=this.getBwEstimate(),ln=T.levels,Kr=ln[Ae],Zn=Math.max(te.loaded,Math.round(ce*(v.bitrate||Kr.averageBitrate)/8));let hi=Wr?be-cn:be;hi<1&&Wr&&(hi=Math.min(be,te.loaded*8/Jr));const ua=Wr?te.loaded*1e3/hi:0,ji=sr/1e3,Ui=ua?(Zn-te.loaded)/ua:Zn*8/Jr+ji;if(Ui<=Hr)return;const ci=ua?ua*8:Jr,Gi=((s=(n==null?void 0:n.details)||this.hls.latestLevelDetails)==null?void 0:s.live)===!0,ea=this.hls.config.abrBandWidthUpFactor;let qn=Number.POSITIVE_INFINITY,ri;for(ri=Ae-1;ri>Ie;ri--){const Cs=ln[ri].maxBitrate,Hs=!ln[ri].details||Gi;if(qn=this.getTimeToLoadFrag(ji,ci,ce*Cs,Hs),qn<Math.min(Hr,ce+ji))break}if(qn>=Ui||qn>ce*10)return;Wr?this.bwEstimator.sample(be-Math.min(sr,cn),te.loaded):this.bwEstimator.sampleTTFB(be);const Aa=ln[ri].maxBitrate;this.getBwEstimate()*ea>Aa&&this.resetEstimator(Aa);const Ca=this.findBestLevel(Aa,Ie,ri,0,Hr,1,1);Ca>-1&&(ri=Ca),this.warn(`Fragment ${v.sn}${w?" part "+w.index:""} of level ${Ae} is loading too slowly;
Fragment duration: ${v.duration.toFixed(3)}
Time to underbuffer: ${Hr.toFixed(3)} s
Estimated load time for current fragment: ${Ui.toFixed(3)} s
Estimated load time for down switch fragment: ${qn.toFixed(3)} s
TTFB estimate: ${cn|0} ms
Current BW estimate: ${r(Jr)?Jr|0:"Unknown"} bps
New BW estimate: ${this.getBwEstimate()|0} bps
Switching to level ${ri} @ ${Aa|0} bps`),T.nextLoadLevel=T.nextAutoLevel=ri,this.clearTimer();const as=()=>{if(this.clearTimer(),this.fragCurrent===v&&this.hls.loadLevel===ri&&ri>0){const Cs=this.getStarvationDelay();if(this.warn(`Aborting inflight request ${ri>0?"and switching down":""}
Fragment duration: ${v.duration.toFixed(3)} s
Time to underbuffer: ${Cs.toFixed(3)} s`),v.abortRequests(),this.fragCurrent=this.partCurrent=null,ri>Ie){let Hs=this.findBestLevel(this.hls.levels[Ie].bitrate,Ie,ri,0,Cs,1,1);Hs===-1&&(Hs=Ie),this.hls.nextLoadLevel=this.hls.nextAutoLevel=Hs,this.resetEstimator(this.hls.levels[Hs].bitrate)}}};rt||Ui>qn*2?as():this.timer=self.setInterval(as,qn*1e3),T.trigger(o.FRAG_LOAD_EMERGENCY_ABORTED,{frag:v,part:w,stats:te})},this.hls=t,this.bwEstimator=this.initEstimator(),this.registerListeners()}resetEstimator(t){t&&(this.log(`setting initial bwe to ${t}`),this.hls.config.abrEwmaDefaultEstimate=t),this.firstSelection=-1,this.bwEstimator=this.initEstimator()}initEstimator(){const t=this.hls.config;return new x(t.abrEwmaSlowVoD,t.abrEwmaFastVoD,t.abrEwmaDefaultEstimate)}registerListeners(){const{hls:t}=this;t.on(o.MANIFEST_LOADING,this.onManifestLoading,this),t.on(o.FRAG_LOADING,this.onFragLoading,this),t.on(o.FRAG_LOADED,this.onFragLoaded,this),t.on(o.FRAG_BUFFERED,this.onFragBuffered,this),t.on(o.LEVEL_SWITCHING,this.onLevelSwitching,this),t.on(o.LEVEL_LOADED,this.onLevelLoaded,this),t.on(o.LEVELS_UPDATED,this.onLevelsUpdated,this),t.on(o.MAX_AUTO_LEVEL_UPDATED,this.onMaxAutoLevelUpdated,this),t.on(o.ERROR,this.onError,this)}unregisterListeners(){const{hls:t}=this;t&&(t.off(o.MANIFEST_LOADING,this.onManifestLoading,this),t.off(o.FRAG_LOADING,this.onFragLoading,this),t.off(o.FRAG_LOADED,this.onFragLoaded,this),t.off(o.FRAG_BUFFERED,this.onFragBuffered,this),t.off(o.LEVEL_SWITCHING,this.onLevelSwitching,this),t.off(o.LEVEL_LOADED,this.onLevelLoaded,this),t.off(o.LEVELS_UPDATED,this.onLevelsUpdated,this),t.off(o.MAX_AUTO_LEVEL_UPDATED,this.onMaxAutoLevelUpdated,this),t.off(o.ERROR,this.onError,this))}destroy(){this.unregisterListeners(),this.clearTimer(),this.hls=this._abandonRulesCheck=null,this.fragCurrent=this.partCurrent=null}onManifestLoading(t,n){this.lastLoadedFragLevel=-1,this.firstSelection=-1,this.lastLevelLoadSec=0,this.fragCurrent=this.partCurrent=null,this.onLevelsUpdated(),this.clearTimer()}onLevelsUpdated(){this.lastLoadedFragLevel>-1&&this.fragCurrent&&(this.lastLoadedFragLevel=this.fragCurrent.level),this._nextAutoLevel=-1,this.onMaxAutoLevelUpdated(),this.codecTiers=null,this.audioTracksByGroup=null}onMaxAutoLevelUpdated(){this.firstSelection=-1,this.nextAutoLevelKey=""}onFragLoading(t,n){const s=n.frag;if(!this.ignoreFragment(s)){if(!s.bitrateTest){var v;this.fragCurrent=s,this.partCurrent=(v=n.part)!=null?v:null}this.clearTimer(),this.timer=self.setInterval(this._abandonRulesCheck,100)}}onLevelSwitching(t,n){this.clearTimer()}onError(t,n){if(!n.fatal)switch(n.details){case f.BUFFER_ADD_CODEC_ERROR:case f.BUFFER_APPEND_ERROR:this.lastLoadedFragLevel=-1,this.firstSelection=-1;break;case f.FRAG_LOAD_TIMEOUT:{const s=n.frag,{fragCurrent:v,partCurrent:w}=this;if(s&&v&&s.sn===v.sn&&s.level===v.level){const T=performance.now(),z=w?w.stats:s.stats,W=T-z.loading.start,N=z.loading.first?z.loading.first-z.loading.start:-1;if(z.loaded&&N>-1){const ce=this.bwEstimator.getEstimateTTFB();this.bwEstimator.sample(W-Math.min(ce,N),z.loaded)}else this.bwEstimator.sampleTTFB(W)}break}}}getTimeToLoadFrag(t,n,s,v){const w=t+s/n,T=v?t+this.lastLevelLoadSec:0;return w+T}onLevelLoaded(t,n){const s=this.hls.config,{loading:v}=n.stats,w=v.end-v.first;r(w)&&(this.lastLevelLoadSec=w/1e3),n.details.live?this.bwEstimator.update(s.abrEwmaSlowLive,s.abrEwmaFastLive):this.bwEstimator.update(s.abrEwmaSlowVoD,s.abrEwmaFastVoD),this.timer>-1&&this._abandonRulesCheck(n.levelInfo)}onFragLoaded(t,{frag:n,part:s}){const v=s?s.stats:n.stats;if(n.type===u.MAIN&&this.bwEstimator.sampleTTFB(v.loading.first-v.loading.start),!this.ignoreFragment(n)){if(this.clearTimer(),n.level===this._nextAutoLevel&&(this._nextAutoLevel=-1),this.firstSelection=-1,this.hls.config.abrMaxWithRealBitrate){const w=s?s.duration:n.duration,T=this.hls.levels[n.level],z=(T.loaded?T.loaded.bytes:0)+v.loaded,W=(T.loaded?T.loaded.duration:0)+w;T.loaded={bytes:z,duration:W},T.realBitrate=Math.round(8*z/W)}if(n.bitrateTest){const w={stats:v,frag:n,part:s,id:n.type};this.onFragBuffered(o.FRAG_BUFFERED,w),n.bitrateTest=!1}else this.lastLoadedFragLevel=n.level}}onFragBuffered(t,n){const{frag:s,part:v}=n,w=v!=null&&v.stats.loaded?v.stats:s.stats;if(w.aborted||this.ignoreFragment(s))return;const T=w.parsing.end-w.loading.start-Math.min(w.loading.first-w.loading.start,this.bwEstimator.getEstimateTTFB());this.bwEstimator.sample(T,w.loaded),w.bwEstimate=this.getBwEstimate(),s.bitrateTest?this.bitrateTestDelay=T/1e3:this.bitrateTestDelay=0}ignoreFragment(t){return t.type!==u.MAIN||t.sn==="initSegment"}clearTimer(){this.timer>-1&&(self.clearInterval(this.timer),this.timer=-1)}get firstAutoLevel(){const{maxAutoLevel:t,minAutoLevel:n}=this.hls,s=this.getBwEstimate(),v=this.hls.config.maxStarvationDelay,w=this.findBestLevel(s,n,t,0,v,1,1);if(w>-1)return w;const T=this.hls.firstLevel,z=Math.min(Math.max(T,n),t);return this.warn(`Could not find best starting auto level. Defaulting to first in playlist ${T} clamped to ${z}`),z}get forcedAutoLevel(){return this.nextAutoLevelKey?-1:this._nextAutoLevel}get nextAutoLevel(){const t=this.forcedAutoLevel,s=this.bwEstimator.canEstimate(),v=this.lastLoadedFragLevel>-1;if(t!==-1&&(!s||!v||this.nextAutoLevelKey===this.getAutoLevelKey()))return t;const w=s&&v?this.getNextABRAutoLevel():this.firstAutoLevel;if(t!==-1){const T=this.hls.levels;if(T.length>Math.max(t,w)&&T[t].loadError<=T[w].loadError)return t}return this._nextAutoLevel=w,this.nextAutoLevelKey=this.getAutoLevelKey(),w}getAutoLevelKey(){return`${this.getBwEstimate()}_${this.getStarvationDelay().toFixed(2)}`}getNextABRAutoLevel(){const{fragCurrent:t,partCurrent:n,hls:s}=this;if(s.levels.length<=1)return s.loadLevel;const{maxAutoLevel:v,config:w,minAutoLevel:T}=s,z=n?n.duration:t?t.duration:0,W=this.getBwEstimate(),N=this.getStarvationDelay();let te=w.abrBandWidthFactor,ce=w.abrBandWidthUpFactor;if(N){const rt=this.findBestLevel(W,T,v,N,0,te,ce);if(rt>=0)return this.rebufferNotice=-1,rt}let be=z?Math.min(z,w.maxStarvationDelay):w.maxStarvationDelay;if(!N){const rt=this.bitrateTestDelay;rt&&(be=(z?Math.min(z,w.maxLoadingDelay):w.maxLoadingDelay)-rt,this.info(`bitrate test took ${Math.round(1e3*rt)}ms, set first fragment max fetchDuration to ${Math.round(1e3*be)} ms`),te=ce=1)}const Ie=this.findBestLevel(W,T,v,N,be,te,ce);if(this.rebufferNotice!==Ie&&(this.rebufferNotice=Ie,this.info(`${N?"rebuffering expected":"buffer is empty"}, optimal quality level ${Ie}`)),Ie>-1)return Ie;const Ae=s.levels[T],at=s.loadLevelObj;return at&&(Ae==null?void 0:Ae.bitrate)<at.bitrate?T:s.loadLevel}getStarvationDelay(){const t=this.hls,n=t.media;if(!n)return 1/0;const s=n&&n.playbackRate!==0?Math.abs(n.playbackRate):1,v=t.mainForwardBufferInfo;return(v?v.len:0)/s}getBwEstimate(){return this.bwEstimator.canEstimate()?this.bwEstimator.getEstimate():this.hls.config.abrEwmaDefaultEstimate}findBestLevel(t,n,s,v,w,T,z){var W;const N=v+w,te=this.lastLoadedFragLevel,ce=te===-1?this.hls.firstLevel:te,{fragCurrent:be,partCurrent:Ie}=this,{levels:Ae,allAudioTracks:at,loadLevel:rt,config:Rt}=this.hls;if(Ae.length===1)return 0;const dr=Ae[ce],sr=!!((W=this.hls.latestLevelDetails)!=null&&W.live),kr=rt===-1||te===-1;let Hr,cn="SDR",Wr=(dr==null?void 0:dr.frameRate)||0;const{audioPreference:Jr,videoPreference:ln}=Rt,Kr=this.audioTracksByGroup||(this.audioTracksByGroup=Oi(at));let Zn=-1;if(kr){if(this.firstSelection!==-1)return this.firstSelection;const ci=this.codecTiers||(this.codecTiers=bi(Ae,Kr,n,s)),Gi=_i(ci,cn,t,Jr,ln),{codecSet:ea,videoRanges:qn,minFramerate:ri,minBitrate:Aa,minIndex:Ca,preferHDR:as}=Gi;Zn=Ca,Hr=ea,cn=as?qn[qn.length-1]:qn[0],Wr=ri,t=Math.max(t,Aa),this.log(`picked start tier ${Dn(Gi)}`)}else Hr=dr==null?void 0:dr.codecSet,cn=dr==null?void 0:dr.videoRange;const hi=Ie?Ie.duration:be?be.duration:0,ua=this.bwEstimator.getEstimateTTFB()/1e3,ji=[];for(let ci=s;ci>=n;ci--){var Ui;const Gi=Ae[ci],ea=ci>ce;if(!Gi)continue;if(Rt.useMediaCapabilities&&!Gi.supportedResult&&!Gi.supportedPromise){const Hs=navigator.mediaCapabilities;typeof(Hs==null?void 0:Hs.decodingInfo)=="function"&&(cr(Gi,Kr,cn,Wr,t,Jr)||Lt(Gi.videoCodec))?(Gi.supportedPromise=Dr(Gi,Kr,Hs),Gi.supportedPromise.then(fo=>{if(!this.hls)return;Gi.supportedResult=fo;const Ku=this.hls.levels,dl=Ku.indexOf(Gi);fo.error?this.warn(`MediaCapabilities decodingInfo error: "${fo.error}" for level ${dl} ${Dn(fo)}`):fo.supported||(this.warn(`Unsupported MediaCapabilities decodingInfo result for level ${dl} ${Dn(fo)}`),dl>-1&&Ku.length>1&&(this.log(`Removing unsupported level ${dl}`),this.hls.removeLevel(dl),this.hls.loadLevel===-1&&(this.hls.nextLoadLevel=0)))})):Gi.supportedResult=Ur}if((Hr&&Gi.codecSet!==Hr||cn&&Gi.videoRange!==cn||ea&&Wr>Gi.frameRate||!ea&&Wr>0&&Wr<Gi.frameRate||Gi.supportedResult&&!((Ui=Gi.supportedResult.decodingInfoResults)!=null&&Ui[0].smooth))&&(!kr||ci!==Zn)){ji.push(ci);continue}const qn=Gi.details,ri=(Ie?qn==null?void 0:qn.partTarget:qn==null?void 0:qn.averagetargetduration)||hi;let Aa;ea?Aa=z*t:Aa=T*t;const Ca=hi&&v>=hi*2&&w===0?Gi.averageBitrate:Gi.maxBitrate,as=this.getTimeToLoadFrag(ua,Aa,Ca*ri,qn===void 0);if(Aa>=Ca&&(ci===te||Gi.loadError===0&&Gi.fragmentError===0)&&(as<=ua||!r(as)||sr&&!this.bitrateTestDelay||as<N)){const Hs=this.forcedAutoLevel;return ci!==rt&&(Hs===-1||Hs!==rt)&&(ji.length&&this.trace(`Skipped level(s) ${ji.join(",")} of ${s} max with CODECS and VIDEO-RANGE:"${Ae[ji[0]].codecs}" ${Ae[ji[0]].videoRange}; not compatible with "${Hr}" ${cn}`),this.info(`switch candidate:${ce}->${ci} adjustedbw(${Math.round(Aa)})-bitrate=${Math.round(Aa-Ca)} ttfb:${ua.toFixed(1)} avgDuration:${ri.toFixed(1)} maxFetchDuration:${N.toFixed(1)} fetchDuration:${as.toFixed(1)} firstSelection:${kr} codecSet:${Gi.codecSet} videoRange:${Gi.videoRange} hls.loadLevel:${rt}`)),kr&&(this.firstSelection=ci),ci}}return-1}set nextAutoLevel(t){const n=this.deriveNextAutoLevel(t);this._nextAutoLevel!==n&&(this.nextAutoLevelKey="",this._nextAutoLevel=n)}deriveNextAutoLevel(t){const{maxAutoLevel:n,minAutoLevel:s}=this.hls;return Math.min(Math.max(t,s),n)}}const qi={search:function(P,t){let n=0,s=P.length-1,v=null,w=null;for(;n<=s;){v=(n+s)/2|0,w=P[v];const T=t(w);if(T>0)n=v+1;else if(T<0)s=v-1;else return w}return null}};function xi(P,t,n){if(t===null||!Array.isArray(P)||!P.length||!r(t))return null;const s=P[0].programDateTime;if(t<(s||0))return null;const v=P[P.length-1].endProgramDateTime;if(t>=(v||0))return null;for(let w=0;w<P.length;++w){const T=P[w];if(vt(t,n,T))return T}return null}function lt(P,t,n=0,s=0,v=.005){let w=null;if(P){w=t[1+P.sn-t[0].sn]||null;const z=P.endDTS-n;z>0&&z<15e-7&&(n+=15e-7),w&&P.level!==w.level&&w.end<=P.end&&(w=t[2+P.sn-t[0].sn]||null)}else n===0&&t[0].start===0&&(w=t[0]);if(w&&((!P||P.level===w.level)&&Qt(n,s,w)===0||_n(w,P,Math.min(v,s))))return w;const T=qi.search(t,Qt.bind(null,n,s));return T&&(T!==P||!w)?T:w}function _n(P,t,n){if(t&&t.start===0&&t.level<P.level&&(t.endPTS||0)>0){const s=t.tagList.reduce((v,w)=>(w[0]==="INF"&&(v+=parseFloat(w[1])),v),n);return P.start<=s}return!1}function Qt(P=0,t=0,n){if(n.start<=P&&n.start+n.duration>P)return 0;const s=Math.min(t,n.duration+(n.deltaPTS?n.deltaPTS:0));return n.start+n.duration-s<=P?1:n.start-s>P&&n.start?-1:0}function vt(P,t,n){const s=Math.min(t,n.duration+(n.deltaPTS?n.deltaPTS:0))*1e3;return(n.endProgramDateTime||0)-s>P}function tt(P,t,n){if(P&&P.startCC<=t&&P.endCC>=t){let s=P.fragments;const{fragmentHint:v}=P;v&&(s=s.concat(v));let w;return qi.search(s,T=>T.cc<t?1:T.cc>t?-1:(w=T,T.end<=n?1:T.start>n?-1:0)),w||null}return null}function Ot(P){switch(P.details){case f.FRAG_LOAD_TIMEOUT:case f.KEY_LOAD_TIMEOUT:case f.LEVEL_LOAD_TIMEOUT:case f.MANIFEST_LOAD_TIMEOUT:return!0}return!1}function pt(P,t){const n=Ot(t);return P.default[`${n?"timeout":"error"}Retry`]}function ur(P,t){const n=P.backoff==="linear"?1:Math.pow(2,t);return Math.min(n*P.retryDelayMs,P.maxRetryDelayMs)}function fr(P){return b(b({},P),{errorRetry:null,timeoutRetry:null})}function Cr(P,t,n,s){if(!P)return!1;const v=s==null?void 0:s.code,w=t<P.maxNumRetry&&($r(v)||!!n);return P.shouldRetry?P.shouldRetry(P,t,n,s,w):w}function $r(P){return P===0&&navigator.onLine===!1||!!P&&(P<400||P>499)}var Ze={DoNothing:0,SendEndCallback:1,SendAlternateToPenaltyBox:2,RemoveAlternatePermanently:3,InsertDiscontinuity:4,RetryRequest:5},Je={None:0,MoveAllAlternatesMatchingHost:1,MoveAllAlternatesMatchingHDCP:2,SwitchToSDR:4};class xe extends R{constructor(t){super("error-controller",t.logger),this.hls=void 0,this.playlistError=0,this.penalizedRenditions={},this.hls=t,this.registerListeners()}registerListeners(){const t=this.hls;t.on(o.ERROR,this.onError,this),t.on(o.MANIFEST_LOADING,this.onManifestLoading,this),t.on(o.LEVEL_UPDATED,this.onLevelUpdated,this)}unregisterListeners(){const t=this.hls;t&&(t.off(o.ERROR,this.onError,this),t.off(o.ERROR,this.onErrorOut,this),t.off(o.MANIFEST_LOADING,this.onManifestLoading,this),t.off(o.LEVEL_UPDATED,this.onLevelUpdated,this))}destroy(){this.unregisterListeners(),this.hls=null,this.penalizedRenditions={}}startLoad(t){}stopLoad(){this.playlistError=0}getVariantLevelIndex(t){return(t==null?void 0:t.type)===u.MAIN?t.level:this.hls.loadLevel}onManifestLoading(){this.playlistError=0,this.penalizedRenditions={}}onLevelUpdated(){this.playlistError=0}onError(t,n){var s;if(n.fatal)return;const v=this.hls,w=n.context;switch(n.details){case f.FRAG_LOAD_ERROR:case f.FRAG_LOAD_TIMEOUT:case f.KEY_LOAD_ERROR:case f.KEY_LOAD_TIMEOUT:n.errorAction=this.getFragRetryOrSwitchAction(n);return;case f.FRAG_PARSING_ERROR:if((s=n.frag)!=null&&s.gap){n.errorAction=st();return}case f.FRAG_GAP:case f.FRAG_DECRYPT_ERROR:{n.errorAction=this.getFragRetryOrSwitchAction(n),n.errorAction.action=Ze.SendAlternateToPenaltyBox;return}case f.LEVEL_EMPTY_ERROR:case f.LEVEL_PARSING_ERROR:{var T,z;const N=n.parent===u.MAIN?n.level:v.loadLevel;n.details===f.LEVEL_EMPTY_ERROR&&((T=n.context)!=null&&(z=T.levelDetails)!=null&&z.live)?n.errorAction=this.getPlaylistRetryOrSwitchAction(n,N):(n.levelRetry=!1,n.errorAction=this.getLevelSwitchAction(n,N))}return;case f.LEVEL_LOAD_ERROR:case f.LEVEL_LOAD_TIMEOUT:typeof(w==null?void 0:w.level)=="number"&&(n.errorAction=this.getPlaylistRetryOrSwitchAction(n,w.level));return;case f.AUDIO_TRACK_LOAD_ERROR:case f.AUDIO_TRACK_LOAD_TIMEOUT:case f.SUBTITLE_LOAD_ERROR:case f.SUBTITLE_TRACK_LOAD_TIMEOUT:if(w){const N=v.loadLevelObj;if(N&&(w.type===h.AUDIO_TRACK&&N.hasAudioGroup(w.groupId)||w.type===h.SUBTITLE_TRACK&&N.hasSubtitleGroup(w.groupId))){n.errorAction=this.getPlaylistRetryOrSwitchAction(n,v.loadLevel),n.errorAction.action=Ze.SendAlternateToPenaltyBox,n.errorAction.flags=Je.MoveAllAlternatesMatchingHost;return}}return;case f.KEY_SYSTEM_STATUS_OUTPUT_RESTRICTED:{const N=v.loadLevelObj,te=N==null?void 0:N.attrs["HDCP-LEVEL"];te?n.errorAction={action:Ze.SendAlternateToPenaltyBox,flags:Je.MoveAllAlternatesMatchingHDCP,hdcpLevel:te}:this.keySystemError(n)}return;case f.BUFFER_ADD_CODEC_ERROR:case f.REMUX_ALLOC_ERROR:case f.BUFFER_APPEND_ERROR:if(!n.errorAction){var W;n.errorAction=this.getLevelSwitchAction(n,(W=n.level)!=null?W:v.loadLevel)}return;case f.INTERNAL_EXCEPTION:case f.BUFFER_APPENDING_ERROR:case f.BUFFER_FULL_ERROR:case f.LEVEL_SWITCH_ERROR:case f.BUFFER_STALLED_ERROR:case f.BUFFER_SEEK_OVER_HOLE:case f.BUFFER_NUDGE_ON_STALL:n.errorAction=st();return}n.type===c.KEY_SYSTEM_ERROR&&this.keySystemError(n)}keySystemError(t){const n=this.getVariantLevelIndex(t.frag);t.levelRetry=!1,t.errorAction=this.getLevelSwitchAction(t,n)}getPlaylistRetryOrSwitchAction(t,n){const s=this.hls,v=pt(s.config.playlistLoadPolicy,t),w=this.playlistError++;if(Cr(v,w,Ot(t),t.response))return{action:Ze.RetryRequest,flags:Je.None,retryConfig:v,retryCount:w};const z=this.getLevelSwitchAction(t,n);return v&&(z.retryConfig=v,z.retryCount=w),z}getFragRetryOrSwitchAction(t){const n=this.hls,s=this.getVariantLevelIndex(t.frag),v=n.levels[s],{fragLoadPolicy:w,keyLoadPolicy:T}=n.config,z=pt(t.details.startsWith("key")?T:w,t),W=n.levels.reduce((te,ce)=>te+ce.fragmentError,0);if(v&&(t.details!==f.FRAG_GAP&&v.fragmentError++,Cr(z,W,Ot(t),t.response)))return{action:Ze.RetryRequest,flags:Je.None,retryConfig:z,retryCount:W};const N=this.getLevelSwitchAction(t,s);return z&&(N.retryConfig=z,N.retryCount=W),N}getLevelSwitchAction(t,n){const s=this.hls;n==null&&(n=s.loadLevel);const v=this.hls.levels[n];if(v){var w,T;const N=t.details;v.loadError++,N===f.BUFFER_APPEND_ERROR&&v.fragmentError++;let te=-1;const{levels:ce,loadLevel:be,minAutoLevel:Ie,maxAutoLevel:Ae}=s;!s.autoLevelEnabled&&!s.config.preserveManualLevelOnError&&(s.loadLevel=-1);const at=(w=t.frag)==null?void 0:w.type,Rt=(at===u.AUDIO&&N===f.FRAG_PARSING_ERROR||t.sourceBufferName==="audio"&&(N===f.BUFFER_ADD_CODEC_ERROR||N===f.BUFFER_APPEND_ERROR))&&ce.some(({audioCodec:cn})=>v.audioCodec!==cn),sr=t.sourceBufferName==="video"&&(N===f.BUFFER_ADD_CODEC_ERROR||N===f.BUFFER_APPEND_ERROR)&&ce.some(({codecSet:cn,audioCodec:Wr})=>v.codecSet!==cn&&v.audioCodec===Wr),{type:kr,groupId:Hr}=(T=t.context)!=null?T:{};for(let cn=ce.length;cn--;){const Wr=(cn+be)%ce.length;if(Wr!==be&&Wr>=Ie&&Wr<=Ae&&ce[Wr].loadError===0){var z,W;const Jr=ce[Wr];if(N===f.FRAG_GAP&&at===u.MAIN&&t.frag){const ln=ce[Wr].details;if(ln){const Kr=lt(t.frag,ln.fragments,t.frag.start);if(Kr!=null&&Kr.gap)continue}}else{if(kr===h.AUDIO_TRACK&&Jr.hasAudioGroup(Hr)||kr===h.SUBTITLE_TRACK&&Jr.hasSubtitleGroup(Hr))continue;if(at===u.AUDIO&&(z=v.audioGroups)!=null&&z.some(ln=>Jr.hasAudioGroup(ln))||at===u.SUBTITLE&&(W=v.subtitleGroups)!=null&&W.some(ln=>Jr.hasSubtitleGroup(ln))||Rt&&v.audioCodec===Jr.audioCodec||!Rt&&v.audioCodec!==Jr.audioCodec||sr&&v.codecSet===Jr.codecSet)continue}te=Wr;break}}if(te>-1&&s.loadLevel!==te)return t.levelRetry=!0,this.playlistError=0,{action:Ze.SendAlternateToPenaltyBox,flags:Je.None,nextAutoLevel:te}}return{action:Ze.SendAlternateToPenaltyBox,flags:Je.MoveAllAlternatesMatchingHost}}onErrorOut(t,n){var s;switch((s=n.errorAction)==null?void 0:s.action){case Ze.DoNothing:break;case Ze.SendAlternateToPenaltyBox:this.sendAlternateToPenaltyBox(n),!n.errorAction.resolved&&n.details!==f.FRAG_GAP?n.fatal=!0:/MediaSource readyState: ended/.test(n.error.message)&&(this.warn(`MediaSource ended after "${n.sourceBufferName}" sourceBuffer append error. Attempting to recover from media error.`),this.hls.recoverMediaError());break;case Ze.RetryRequest:break}if(n.fatal){this.hls.stopLoad();return}}sendAlternateToPenaltyBox(t){const n=this.hls,s=t.errorAction;if(!s)return;const{flags:v,hdcpLevel:w,nextAutoLevel:T}=s;switch(v){case Je.None:this.switchLevel(t,T);break;case Je.MoveAllAlternatesMatchingHDCP:w&&(n.maxHdcpLevel=Et[Et.indexOf(w)-1],s.resolved=!0),this.warn(`Restricting playback to HDCP-LEVEL of "${n.maxHdcpLevel}" or lower`);break}s.resolved||this.switchLevel(t,T)}switchLevel(t,n){if(n!==void 0&&t.errorAction&&(this.warn(`switching to level ${n} after ${t.details}`),this.hls.nextAutoLevel=n,t.errorAction.resolved=!0,this.hls.nextLoadLevel=this.hls.nextAutoLevel,t.details===f.BUFFER_ADD_CODEC_ERROR&&t.mimeType&&t.sourceBufferName!=="audiovideo")){const s=_r(t.mimeType),v=this.hls.levels;for(let w=v.length;w--;)v[w][`${t.sourceBufferName}Codec`]===s&&this.hls.removeLevel(w)}}}function st(P){const t={action:Ze.DoNothing,flags:Je.None};return P&&(t.resolved=!0),t}var rr={NOT_LOADED:"NOT_LOADED",APPENDING:"APPENDING",PARTIAL:"PARTIAL",OK:"OK"};class Mr{constructor(t){this.activePartLists=Object.create(null),this.endListFragments=Object.create(null),this.fragments=Object.create(null),this.timeRanges=Object.create(null),this.bufferPadding=.2,this.hls=void 0,this.hasGaps=!1,this.hls=t,this._registerListeners()}_registerListeners(){const{hls:t}=this;t.on(o.MANIFEST_LOADING,this.onManifestLoading,this),t.on(o.BUFFER_APPENDED,this.onBufferAppended,this),t.on(o.FRAG_BUFFERED,this.onFragBuffered,this),t.on(o.FRAG_LOADED,this.onFragLoaded,this)}_unregisterListeners(){const{hls:t}=this;t.off(o.MANIFEST_LOADING,this.onManifestLoading,this),t.off(o.BUFFER_APPENDED,this.onBufferAppended,this),t.off(o.FRAG_BUFFERED,this.onFragBuffered,this),t.off(o.FRAG_LOADED,this.onFragLoaded,this)}destroy(){this._unregisterListeners(),this.fragments=this.activePartLists=this.endListFragments=this.timeRanges=null}getAppendedFrag(t,n){const s=this.activePartLists[n];if(s)for(let v=s.length;v--;){const w=s[v];if(!w)break;const T=w.end;if(w.start<=t&&T!==null&&t<=T)return w}return this.getBufferedFrag(t,n)}getBufferedFrag(t,n){return this.getFragAtPos(t,n,!0)}getFragAtPos(t,n,s){const{fragments:v}=this,w=Object.keys(v);for(let T=w.length;T--;){const z=v[w[T]];if((z==null?void 0:z.body.type)===n&&(!s||z.buffered)){const W=z.body;if(W.start<=t&&t<=W.end)return W}}return null}detectEvictedFragments(t,n,s,v,w){this.timeRanges&&(this.timeRanges[t]=n);const T=(v==null?void 0:v.fragment.sn)||-1;Object.keys(this.fragments).forEach(z=>{const W=this.fragments[z];if(!W||T>=W.body.sn)return;if(!W.buffered&&(!W.loaded||w)){W.body.type===s&&this.removeFragment(W.body);return}const N=W.range[t];if(N){if(N.time.length===0){this.removeFragment(W.body);return}N.time.some(te=>{const ce=!this.isTimeBuffered(te.startPTS,te.endPTS,n);return ce&&this.removeFragment(W.body),ce})}})}detectPartialFragments(t){const n=this.timeRanges;if(!n||t.frag.sn==="initSegment")return;const s=t.frag,v=Pr(s),w=this.fragments[v];if(!w||w.buffered&&s.gap)return;const T=!s.relurl;Object.keys(n).forEach(z=>{const W=s.elementaryStreams[z];if(!W)return;const N=n[z],te=T||W.partial===!0;w.range[z]=this.getBufferedTimes(s,t.part,te,N)}),w.loaded=null,Object.keys(w.range).length?(w.buffered=!0,(w.body.endList=s.endList||w.body.endList)&&(this.endListFragments[w.body.type]=w),Or(w)||this.removeParts(s.sn-1,s.type)):this.removeFragment(w.body)}removeParts(t,n){const s=this.activePartLists[n];s&&(this.activePartLists[n]=zr(s,v=>v.fragment.sn>=t))}fragBuffered(t,n){const s=Pr(t);let v=this.fragments[s];!v&&n&&(v=this.fragments[s]={body:t,appendedPTS:null,loaded:null,buffered:!1,range:Object.create(null)},t.gap&&(this.hasGaps=!0)),v&&(v.loaded=null,v.buffered=!0)}getBufferedTimes(t,n,s,v){const w={time:[],partial:s},T=t.start,z=t.end,W=t.minEndPTS||z,N=t.maxStartPTS||T;for(let te=0;te<v.length;te++){const ce=v.start(te)-this.bufferPadding,be=v.end(te)+this.bufferPadding;if(N>=ce&&W<=be){w.time.push({startPTS:Math.max(T,v.start(te)),endPTS:Math.min(z,v.end(te))});break}else if(T<be&&z>ce){const Ie=Math.max(T,v.start(te)),Ae=Math.min(z,v.end(te));Ae>Ie&&(w.partial=!0,w.time.push({startPTS:Ie,endPTS:Ae}))}else if(z<=ce)break}return w}getPartialFragment(t){let n=null,s,v,w,T=0;const{bufferPadding:z,fragments:W}=this;return Object.keys(W).forEach(N=>{const te=W[N];te&&Or(te)&&(v=te.body.start-z,w=te.body.end+z,t>=v&&t<=w&&(s=Math.min(t-v,w-t),T<=s&&(n=te.body,T=s)))}),n}isEndListAppended(t){const n=this.endListFragments[t];return n!==void 0&&(n.buffered||Or(n))}getState(t){const n=Pr(t),s=this.fragments[n];return s?s.buffered?Or(s)?rr.PARTIAL:rr.OK:rr.APPENDING:rr.NOT_LOADED}isTimeBuffered(t,n,s){let v,w;for(let T=0;T<s.length;T++){if(v=s.start(T)-this.bufferPadding,w=s.end(T)+this.bufferPadding,t>=v&&n<=w)return!0;if(n<=v)return!1}return!1}onManifestLoading(){this.removeAllFragments()}onFragLoaded(t,n){if(n.frag.sn==="initSegment"||n.frag.bitrateTest)return;const s=n.frag,v=n.part?null:n,w=Pr(s);this.fragments[w]={body:s,appendedPTS:null,loaded:v,buffered:!1,range:Object.create(null)}}onBufferAppended(t,n){const{frag:s,part:v,timeRanges:w,type:T}=n;if(s.sn==="initSegment")return;const z=s.type;if(v){let N=this.activePartLists[z];N||(this.activePartLists[z]=N=[]),N.push(v)}this.timeRanges=w;const W=w[T];this.detectEvictedFragments(T,W,z,v)}onFragBuffered(t,n){this.detectPartialFragments(n)}hasFragment(t){const n=Pr(t);return!!this.fragments[n]}hasFragments(t){const{fragments:n}=this,s=Object.keys(n);if(!t)return s.length>0;for(let v=s.length;v--;){const w=n[s[v]];if((w==null?void 0:w.body.type)===t)return!0}return!1}hasParts(t){var n;return!!((n=this.activePartLists[t])!=null&&n.length)}removeFragmentsInRange(t,n,s,v,w){v&&!this.hasGaps||Object.keys(this.fragments).forEach(T=>{const z=this.fragments[T];if(!z)return;const W=z.body;W.type!==s||v&&!W.gap||W.start<n&&W.end>t&&(z.buffered||w)&&this.removeFragment(W)})}removeFragment(t){const n=Pr(t);t.clearElementaryStreamInfo();const s=this.activePartLists[t.type];if(s){const v=t.sn;this.activePartLists[t.type]=zr(s,w=>w.fragment.sn!==v)}delete this.fragments[n],t.endList&&delete this.endListFragments[t.type]}removeAllFragments(){var t,n;this.fragments=Object.create(null),this.endListFragments=Object.create(null),this.activePartLists=Object.create(null),this.hasGaps=!1;const s=(t=this.hls)==null||(n=t.latestLevelDetails)==null?void 0:n.partList;s&&s.forEach(v=>v.clearElementaryStreamInfo())}}function Or(P){var t,n,s;return P.buffered&&(P.body.gap||((t=P.range.video)==null?void 0:t.partial)||((n=P.range.audio)==null?void 0:n.partial)||((s=P.range.audiovideo)==null?void 0:s.partial))}function Pr(P){return`${P.type}_${P.level}_${P.sn}`}function zr(P,t){return P.filter(n=>{const s=t(n);return s||n.clearElementaryStreamInfo(),s})}var mn={cbc:0,ctr:1};class Tr{constructor(t,n,s){this.subtle=void 0,this.aesIV=void 0,this.aesMode=void 0,this.subtle=t,this.aesIV=n,this.aesMode=s}decrypt(t,n){switch(this.aesMode){case mn.cbc:return this.subtle.decrypt({name:"AES-CBC",iv:this.aesIV},n,t);case mn.ctr:return this.subtle.decrypt({name:"AES-CTR",counter:this.aesIV,length:64},n,t);default:throw new Error(`[AESCrypto] invalid aes mode ${this.aesMode}`)}}}function dn(P){const t=P.byteLength,n=t&&new DataView(P.buffer).getUint8(t-1);return n?P.slice(0,t-n):P}class rn{constructor(){this.rcon=[0,1,2,4,8,16,32,64,128,27,54],this.subMix=[new Uint32Array(256),new Uint32Array(256),new Uint32Array(256),new Uint32Array(256)],this.invSubMix=[new Uint32Array(256),new Uint32Array(256),new Uint32Array(256),new Uint32Array(256)],this.sBox=new Uint32Array(256),this.invSBox=new Uint32Array(256),this.key=new Uint32Array(0),this.ksRows=0,this.keySize=0,this.keySchedule=void 0,this.invKeySchedule=void 0,this.initTable()}uint8ArrayToUint32Array_(t){const n=new DataView(t),s=new Uint32Array(4);for(let v=0;v<4;v++)s[v]=n.getUint32(v*4);return s}initTable(){const t=this.sBox,n=this.invSBox,s=this.subMix,v=s[0],w=s[1],T=s[2],z=s[3],W=this.invSubMix,N=W[0],te=W[1],ce=W[2],be=W[3],Ie=new Uint32Array(256);let Ae=0,at=0,rt=0;for(rt=0;rt<256;rt++)rt<128?Ie[rt]=rt<<1:Ie[rt]=rt<<1^283;for(rt=0;rt<256;rt++){let Rt=at^at<<1^at<<2^at<<3^at<<4;Rt=Rt>>>8^Rt&255^99,t[Ae]=Rt,n[Rt]=Ae;const dr=Ie[Ae],sr=Ie[dr],kr=Ie[sr];let Hr=Ie[Rt]*257^Rt*16843008;v[Ae]=Hr<<24|Hr>>>8,w[Ae]=Hr<<16|Hr>>>16,T[Ae]=Hr<<8|Hr>>>24,z[Ae]=Hr,Hr=kr*16843009^sr*65537^dr*257^Ae*16843008,N[Rt]=Hr<<24|Hr>>>8,te[Rt]=Hr<<16|Hr>>>16,ce[Rt]=Hr<<8|Hr>>>24,be[Rt]=Hr,Ae?(Ae=dr^Ie[Ie[Ie[kr^dr]]],at^=Ie[Ie[at]]):Ae=at=1}}expandKey(t){const n=this.uint8ArrayToUint32Array_(t);let s=!0,v=0;for(;v<n.length&&s;)s=n[v]===this.key[v],v++;if(s)return;this.key=n;const w=this.keySize=n.length;if(w!==4&&w!==6&&w!==8)throw new Error("Invalid aes key size="+w);const T=this.ksRows=(w+6+1)*4;let z,W;const N=this.keySchedule=new Uint32Array(T),te=this.invKeySchedule=new Uint32Array(T),ce=this.sBox,be=this.rcon,Ie=this.invSubMix,Ae=Ie[0],at=Ie[1],rt=Ie[2],Rt=Ie[3];let dr,sr;for(z=0;z<T;z++){if(z<w){dr=N[z]=n[z];continue}sr=dr,z%w===0?(sr=sr<<8|sr>>>24,sr=ce[sr>>>24]<<24|ce[sr>>>16&255]<<16|ce[sr>>>8&255]<<8|ce[sr&255],sr^=be[z/w|0]<<24):w>6&&z%w===4&&(sr=ce[sr>>>24]<<24|ce[sr>>>16&255]<<16|ce[sr>>>8&255]<<8|ce[sr&255]),N[z]=dr=(N[z-w]^sr)>>>0}for(W=0;W<T;W++)z=T-W,W&3?sr=N[z]:sr=N[z-4],W<4||z<=4?te[W]=sr:te[W]=Ae[ce[sr>>>24]]^at[ce[sr>>>16&255]]^rt[ce[sr>>>8&255]]^Rt[ce[sr&255]],te[W]=te[W]>>>0}networkToHostOrderSwap(t){return t<<24|(t&65280)<<8|(t&16711680)>>8|t>>>24}decrypt(t,n,s){const v=this.keySize+6,w=this.invKeySchedule,T=this.invSBox,z=this.invSubMix,W=z[0],N=z[1],te=z[2],ce=z[3],be=this.uint8ArrayToUint32Array_(s);let Ie=be[0],Ae=be[1],at=be[2],rt=be[3];const Rt=new Int32Array(t),dr=new Int32Array(Rt.length);let sr,kr,Hr,cn,Wr,Jr,ln,Kr,Zn,hi,ua,ji,Ui,ci;const Gi=this.networkToHostOrderSwap;for(;n<Rt.length;){for(Zn=Gi(Rt[n]),hi=Gi(Rt[n+1]),ua=Gi(Rt[n+2]),ji=Gi(Rt[n+3]),Wr=Zn^w[0],Jr=ji^w[1],ln=ua^w[2],Kr=hi^w[3],Ui=4,ci=1;ci<v;ci++)sr=W[Wr>>>24]^N[Jr>>16&255]^te[ln>>8&255]^ce[Kr&255]^w[Ui],kr=W[Jr>>>24]^N[ln>>16&255]^te[Kr>>8&255]^ce[Wr&255]^w[Ui+1],Hr=W[ln>>>24]^N[Kr>>16&255]^te[Wr>>8&255]^ce[Jr&255]^w[Ui+2],cn=W[Kr>>>24]^N[Wr>>16&255]^te[Jr>>8&255]^ce[ln&255]^w[Ui+3],Wr=sr,Jr=kr,ln=Hr,Kr=cn,Ui=Ui+4;sr=T[Wr>>>24]<<24^T[Jr>>16&255]<<16^T[ln>>8&255]<<8^T[Kr&255]^w[Ui],kr=T[Jr>>>24]<<24^T[ln>>16&255]<<16^T[Kr>>8&255]<<8^T[Wr&255]^w[Ui+1],Hr=T[ln>>>24]<<24^T[Kr>>16&255]<<16^T[Wr>>8&255]<<8^T[Jr&255]^w[Ui+2],cn=T[Kr>>>24]<<24^T[Wr>>16&255]<<16^T[Jr>>8&255]<<8^T[ln&255]^w[Ui+3],dr[n]=Gi(sr^Ie),dr[n+1]=Gi(cn^Ae),dr[n+2]=Gi(Hr^at),dr[n+3]=Gi(kr^rt),Ie=Zn,Ae=hi,at=ua,rt=ji,n=n+4}return dr.buffer}}class un{constructor(t,n,s){this.subtle=void 0,this.key=void 0,this.aesMode=void 0,this.subtle=t,this.key=n,this.aesMode=s}expandKey(){const t=Tn(this.aesMode);return this.subtle.importKey("raw",this.key,{name:t},!1,["encrypt","decrypt"])}}function Tn(P){switch(P){case mn.cbc:return"AES-CBC";case mn.ctr:return"AES-CTR";default:throw new Error(`[FastAESKey] invalid aes mode ${P}`)}}const va=16;class Si{constructor(t,{removePKCS7Padding:n=!0}={}){if(this.logEnabled=!0,this.removePKCS7Padding=void 0,this.subtle=null,this.softwareDecrypter=null,this.key=null,this.fastAesKey=null,this.remainderData=null,this.currentIV=null,this.currentResult=null,this.useSoftware=void 0,this.enableSoftwareAES=void 0,this.enableSoftwareAES=t.enableSoftwareAES,this.removePKCS7Padding=n,n)try{const s=self.crypto;s&&(this.subtle=s.subtle||s.webkitSubtle)}catch(s){}this.useSoftware=!this.subtle}destroy(){this.subtle=null,this.softwareDecrypter=null,this.key=null,this.fastAesKey=null,this.remainderData=null,this.currentIV=null,this.currentResult=null}isSync(){return this.useSoftware}flush(){const{currentResult:t,remainderData:n}=this;if(!t||n)return this.reset(),null;const s=new Uint8Array(t);return this.reset(),this.removePKCS7Padding?dn(s):s}reset(){this.currentResult=null,this.currentIV=null,this.remainderData=null,this.softwareDecrypter&&(this.softwareDecrypter=null)}decrypt(t,n,s,v){return this.useSoftware?new Promise((w,T)=>{const z=ArrayBuffer.isView(t)?t:new Uint8Array(t);this.softwareDecrypt(z,n,s,v);const W=this.flush();W?w(W.buffer):T(new Error("[softwareDecrypt] Failed to decrypt data"))}):this.webCryptoDecrypt(new Uint8Array(t),n,s,v)}softwareDecrypt(t,n,s,v){const{currentIV:w,currentResult:T,remainderData:z}=this;if(v!==mn.cbc||n.byteLength!==16)return V.warn("SoftwareDecrypt: can only handle AES-128-CBC"),null;this.logOnce("JS AES decrypt"),z&&(t=Qe(z,t),this.remainderData=null);const W=this.getValidChunk(t);if(!W.length)return null;w&&(s=w);let N=this.softwareDecrypter;N||(N=this.softwareDecrypter=new rn),N.expandKey(n);const te=T;return this.currentResult=N.decrypt(W.buffer,0,s),this.currentIV=W.slice(-16).buffer,te||null}webCryptoDecrypt(t,n,s,v){if(this.key!==n||!this.fastAesKey){if(!this.subtle)return Promise.resolve(this.onWebCryptoError(t,n,s,v));this.key=n,this.fastAesKey=new un(this.subtle,n,v)}return this.fastAesKey.expandKey().then(w=>this.subtle?(this.logOnce("WebCrypto AES decrypt"),new Tr(this.subtle,new Uint8Array(s),v).decrypt(t.buffer,w)):Promise.reject(new Error("web crypto not initialized"))).catch(w=>(V.warn(`[decrypter]: WebCrypto Error, disable WebCrypto API, ${w.name}: ${w.message}`),this.onWebCryptoError(t,n,s,v)))}onWebCryptoError(t,n,s,v){const w=this.enableSoftwareAES;if(w){this.useSoftware=!0,this.logEnabled=!0,this.softwareDecrypt(t,n,s,v);const T=this.flush();if(T)return T.buffer}throw new Error("WebCrypto"+(w?" and softwareDecrypt":"")+": failed to decrypt data")}getValidChunk(t){let n=t;const s=t.length-t.length%va;return s!==t.length&&(n=t.slice(0,s),this.remainderData=t.slice(s)),n}logOnce(t){this.logEnabled&&(V.log(`[decrypter]: ${t}`),this.logEnabled=!1)}}const vi=Math.pow(2,17);class gn{constructor(t){this.config=void 0,this.loader=null,this.partLoadTimeout=-1,this.config=t}destroy(){this.loader&&(this.loader.destroy(),this.loader=null)}abort(){this.loader&&this.loader.abort()}load(t,n){const s=t.url;if(!s)return Promise.reject(new $a({type:c.NETWORK_ERROR,details:f.FRAG_LOAD_ERROR,fatal:!1,frag:t,error:new Error(`Fragment does not have a ${s?"part list":"url"}`),networkDetails:null}));this.abort();const v=this.config,w=v.fLoader,T=v.loader;return new Promise((z,W)=>{if(this.loader&&this.loader.destroy(),t.gap)if(t.tagList.some(Ae=>Ae[0]==="GAP")){W(Fi(t));return}else t.gap=!1;const N=this.loader=w?new w(v):new T(v),te=ai(t);t.loader=N;const ce=fr(v.fragLoadPolicy.default),be={loadPolicy:ce,timeout:ce.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0,highWaterMark:t.sn==="initSegment"?1/0:vi};t.stats=N.stats;const Ie={onSuccess:(Ae,at,rt,Rt)=>{this.resetLoader(t,N);let dr=Ae.data;rt.resetIV&&t.decryptdata&&(t.decryptdata.iv=new Uint8Array(dr.slice(0,16)),dr=dr.slice(16)),z({frag:t,part:null,payload:dr,networkDetails:Rt})},onError:(Ae,at,rt,Rt)=>{this.resetLoader(t,N),W(new $a({type:c.NETWORK_ERROR,details:f.FRAG_LOAD_ERROR,fatal:!1,frag:t,response:b({url:s,data:void 0},Ae),error:new Error(`HTTP Error ${Ae.code} ${Ae.text}`),networkDetails:rt,stats:Rt}))},onAbort:(Ae,at,rt)=>{this.resetLoader(t,N),W(new $a({type:c.NETWORK_ERROR,details:f.INTERNAL_ABORTED,fatal:!1,frag:t,error:new Error("Aborted"),networkDetails:rt,stats:Ae}))},onTimeout:(Ae,at,rt)=>{this.resetLoader(t,N),W(new $a({type:c.NETWORK_ERROR,details:f.FRAG_LOAD_TIMEOUT,fatal:!1,frag:t,error:new Error(`Timeout after ${be.timeout}ms`),networkDetails:rt,stats:Ae}))}};n&&(Ie.onProgress=(Ae,at,rt,Rt)=>n({frag:t,part:null,payload:rt,networkDetails:Rt})),N.load(te,be,Ie)})}loadPart(t,n,s){this.abort();const v=this.config,w=v.fLoader,T=v.loader;return new Promise((z,W)=>{if(this.loader&&this.loader.destroy(),t.gap||n.gap){W(Fi(t,n));return}const N=this.loader=w?new w(v):new T(v),te=ai(t,n);t.loader=N;const ce=fr(v.fragLoadPolicy.default),be={loadPolicy:ce,timeout:ce.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0,highWaterMark:vi};n.stats=N.stats,N.load(te,be,{onSuccess:(Ie,Ae,at,rt)=>{this.resetLoader(t,N),this.updateStatsFromPart(t,n);const Rt={frag:t,part:n,payload:Ie.data,networkDetails:rt};s(Rt),z(Rt)},onError:(Ie,Ae,at,rt)=>{this.resetLoader(t,N),W(new $a({type:c.NETWORK_ERROR,details:f.FRAG_LOAD_ERROR,fatal:!1,frag:t,part:n,response:b({url:te.url,data:void 0},Ie),error:new Error(`HTTP Error ${Ie.code} ${Ie.text}`),networkDetails:at,stats:rt}))},onAbort:(Ie,Ae,at)=>{t.stats.aborted=n.stats.aborted,this.resetLoader(t,N),W(new $a({type:c.NETWORK_ERROR,details:f.INTERNAL_ABORTED,fatal:!1,frag:t,part:n,error:new Error("Aborted"),networkDetails:at,stats:Ie}))},onTimeout:(Ie,Ae,at)=>{this.resetLoader(t,N),W(new $a({type:c.NETWORK_ERROR,details:f.FRAG_LOAD_TIMEOUT,fatal:!1,frag:t,part:n,error:new Error(`Timeout after ${be.timeout}ms`),networkDetails:at,stats:Ie}))}})})}updateStatsFromPart(t,n){const s=t.stats,v=n.stats,w=v.total;if(s.loaded+=v.loaded,w){const W=Math.round(t.duration/n.duration),N=Math.min(Math.round(s.loaded/w),W),ce=(W-N)*Math.round(s.loaded/N);s.total=s.loaded+ce}else s.total=Math.max(s.loaded,s.total);const T=s.loading,z=v.loading;T.start?T.first+=z.first-z.start:(T.start=z.start,T.first=z.first),T.end=z.end}resetLoader(t,n){t.loader=null,this.loader===n&&(self.clearTimeout(this.partLoadTimeout),this.loader=null),n.destroy()}}function ai(P,t=null){const n=t||P,s={frag:P,part:t,responseType:"arraybuffer",url:n.url,headers:{},rangeStart:0,rangeEnd:0},v=n.byteRangeStartOffset,w=n.byteRangeEndOffset;if(r(v)&&r(w)){var T;let z=v,W=w;if(P.sn==="initSegment"&&da((T=P.decryptdata)==null?void 0:T.method)){const N=w-v;N%16&&(W=w+(16-N%16)),v!==0&&(s.resetIV=!0,z=v-16)}s.rangeStart=z,s.rangeEnd=W}return s}function Fi(P,t){const n=new Error(`GAP ${P.gap?"tag":"attribute"} found`),s={type:c.MEDIA_ERROR,details:f.FRAG_GAP,fatal:!1,frag:P,error:n,networkDetails:null};return t&&(s.part=t),(t||P).stats.aborted=!0,new $a(s)}function da(P){return P==="AES-128"||P==="AES-256"}class $a extends Error{constructor(t){super(t.error.message),this.data=void 0,this.data=t}}class Ta extends R{constructor(t,n){super(t,n),this._boundTick=void 0,this._tickTimer=null,this._tickInterval=null,this._tickCallCount=0,this._boundTick=this.tick.bind(this)}destroy(){this.onHandlerDestroying(),this.onHandlerDestroyed()}onHandlerDestroying(){this.clearNextTick(),this.clearInterval()}onHandlerDestroyed(){}hasInterval(){return!!this._tickInterval}hasNextTick(){return!!this._tickTimer}setInterval(t){return this._tickInterval?!1:(this._tickCallCount=0,this._tickInterval=self.setInterval(this._boundTick,t),!0)}clearInterval(){return this._tickInterval?(self.clearInterval(this._tickInterval),this._tickInterval=null,!0):!1}clearNextTick(){return this._tickTimer?(self.clearTimeout(this._tickTimer),this._tickTimer=null,!0):!1}tick(){this._tickCallCount++,this._tickCallCount===1&&(this.doTick(),this._tickCallCount>1&&this.tickImmediate(),this._tickCallCount=0)}tickImmediate(){this.clearNextTick(),this._tickTimer=self.setTimeout(this._boundTick,0)}doTick(){}}class fs{constructor(t,n,s,v=0,w=-1,T=!1){this.level=void 0,this.sn=void 0,this.part=void 0,this.id=void 0,this.size=void 0,this.partial=void 0,this.transmuxing=ws(),this.buffering={audio:ws(),video:ws(),audiovideo:ws()},this.level=t,this.sn=n,this.id=s,this.size=v,this.part=w,this.partial=T}}function ws(){return{start:0,executeStart:0,executeEnd:0,end:0}}const Wa={length:0,start:()=>0,end:()=>0};class gi{static isBuffered(t,n){if(t){const s=gi.getBuffered(t);for(let v=s.length;v--;)if(n>=s.start(v)&&n<=s.end(v))return!0}return!1}static bufferedRanges(t){if(t){const n=gi.getBuffered(t);return gi.timeRangesToArray(n)}return[]}static timeRangesToArray(t){const n=[];for(let s=0;s<t.length;s++)n.push({start:t.start(s),end:t.end(s)});return n}static bufferInfo(t,n,s){if(t){const v=gi.bufferedRanges(t);if(v.length)return gi.bufferedInfo(v,n,s)}return{len:0,start:n,end:n,bufferedIndex:-1}}static bufferedInfo(t,n,s){n=Math.max(0,n),t.length>1&&t.sort((te,ce)=>te.start-ce.start||ce.end-te.end);let v=-1,w=[];if(s)for(let te=0;te<t.length;te++){n>=t[te].start&&n<=t[te].end&&(v=te);const ce=w.length;if(ce){const be=w[ce-1].end;t[te].start-be<s?t[te].end>be&&(w[ce-1].end=t[te].end):w.push(t[te])}else w.push(t[te])}else w=t;let T=0,z,W=n,N=n;for(let te=0;te<w.length;te++){const ce=w[te].start,be=w[te].end;if(v===-1&&n>=ce&&n<=be&&(v=te),n+s>=ce&&n<be)W=ce,N=be,T=N-n;else if(n+s<ce){z=ce;break}}return{len:T,start:W||0,end:N||0,nextStart:z,buffered:t,bufferedIndex:v}}static getBuffered(t){try{return t.buffered||Wa}catch(n){return V.log("failed to get media.buffered",n),Wa}}}const ia=/\{\$([a-zA-Z0-9-_]+)\}/g;function os(P){return ia.test(P)}function Ga(P,t){if(P.variableList!==null||P.hasVariableRefs){const n=P.variableList;return t.replace(ia,s=>{const v=s.substring(2,s.length-1),w=n==null?void 0:n[v];return w===void 0?(P.playlistParsingError||(P.playlistParsingError=new Error(`Missing preceding EXT-X-DEFINE tag for Variable Reference: "${v}"`)),s):w})}return t}function Is(P,t,n){let s=P.variableList;s||(P.variableList=s={});let v,w;if("QUERYPARAM"in t){v=t.QUERYPARAM;try{const T=new self.URL(n).searchParams;if(T.has(v))w=T.get(v);else throw new Error(`"${v}" does not match any query parameter in URI: "${n}"`)}catch(T){P.playlistParsingError||(P.playlistParsingError=new Error(`EXT-X-DEFINE QUERYPARAM: ${T.message}`))}}else v=t.NAME,w=t.VALUE;v in s?P.playlistParsingError||(P.playlistParsingError=new Error(`EXT-X-DEFINE duplicate Variable Name declarations: "${v}"`)):s[v]=w||""}function Vi(P,t,n){const s=t.IMPORT;if(n&&s in n){let v=P.variableList;v||(P.variableList=v={}),v[s]=n[s]}else P.playlistParsingError||(P.playlistParsingError=new Error(`EXT-X-DEFINE IMPORT attribute not found in Multivariant Playlist: "${s}"`))}const vs=/^(\d+)x(\d+)$/,bo=/(.+?)=(".*?"|.*?)(?:,|$)/g;class Bi{constructor(t,n){typeof t=="string"&&(t=Bi.parseAttrList(t,n)),y(this,t)}get clientAttrs(){return Object.keys(this).filter(t=>t.substring(0,2)==="X-")}decimalInteger(t){const n=parseInt(this[t],10);return n>Number.MAX_SAFE_INTEGER?1/0:n}hexadecimalInteger(t){if(this[t]){let n=(this[t]||"0x").slice(2);n=(n.length&1?"0":"")+n;const s=new Uint8Array(n.length/2);for(let v=0;v<n.length/2;v++)s[v]=parseInt(n.slice(v*2,v*2+2),16);return s}return null}hexadecimalIntegerAsNumber(t){const n=parseInt(this[t],16);return n>Number.MAX_SAFE_INTEGER?1/0:n}decimalFloatingPoint(t){return parseFloat(this[t])}optionalFloat(t,n){const s=this[t];return s?parseFloat(s):n}enumeratedString(t){return this[t]}enumeratedStringList(t,n){const s=this[t];return(s?s.split(/[ ,]+/):[]).reduce((v,w)=>(v[w.toLowerCase()]=!0,v),n)}bool(t){return this[t]==="YES"}decimalResolution(t){const n=vs.exec(this[t]);if(n!==null)return{width:parseInt(n[1],10),height:parseInt(n[2],10)}}static parseAttrList(t,n){let s;const v={},w='"';for(bo.lastIndex=0;(s=bo.exec(t))!==null;){const T=s[1].trim();let z=s[2];const W=z.indexOf(w)===0&&z.lastIndexOf(w)===z.length-1;let N=!1;if(W)z=z.slice(1,-1);else switch(T){case"IV":case"SCTE35-CMD":case"SCTE35-IN":case"SCTE35-OUT":N=!0}if(n&&(W||N))z=Ga(n,z);else if(!N&&!W)switch(T){case"CLOSED-CAPTIONS":if(z==="NONE")break;case"ALLOWED-CPC":case"CLASS":case"ASSOC-LANGUAGE":case"AUDIO":case"BYTERANGE":case"CHANNELS":case"CHARACTERISTICS":case"CODECS":case"DATA-ID":case"END-DATE":case"GROUP-ID":case"ID":case"IMPORT":case"INSTREAM-ID":case"KEYFORMAT":case"KEYFORMATVERSIONS":case"LANGUAGE":case"NAME":case"PATHWAY-ID":case"QUERYPARAM":case"RECENTLY-REMOVED-DATERANGES":case"SERVER-URI":case"STABLE-RENDITION-ID":case"STABLE-VARIANT-ID":case"START-DATE":case"SUBTITLES":case"SUPPLEMENTAL-CODECS":case"URI":case"VALUE":case"VIDEO":case"X-ASSET-LIST":case"X-ASSET-URI":V.warn(`${t}: attribute ${T} is missing quotes`)}v[T]=z}return v}}const _s="com.apple.hls.interstitial";function Na(P){return P!=="ID"&&P!=="CLASS"&&P!=="CUE"&&P!=="START-DATE"&&P!=="DURATION"&&P!=="END-DATE"&&P!=="END-ON-NEXT"}function Ys(P){return P==="SCTE35-OUT"||P==="SCTE35-IN"||P==="SCTE35-CMD"}class Rn{constructor(t,n,s=0){var v;if(this.attr=void 0,this.tagAnchor=void 0,this.tagOrder=void 0,this._startDate=void 0,this._endDate=void 0,this._dateAtEnd=void 0,this._cue=void 0,this._badValueForSameId=void 0,this.tagAnchor=(n==null?void 0:n.tagAnchor)||null,this.tagOrder=(v=n==null?void 0:n.tagOrder)!=null?v:s,n){const w=n.attr;for(const T in w)if(Object.prototype.hasOwnProperty.call(t,T)&&t[T]!==w[T]){V.warn(`DATERANGE tag attribute: "${T}" does not match for tags with ID: "${t.ID}"`),this._badValueForSameId=T;break}t=y(new Bi({}),w,t)}if(this.attr=t,n?(this._startDate=n._startDate,this._cue=n._cue,this._endDate=n._endDate,this._dateAtEnd=n._dateAtEnd):this._startDate=new Date(t["START-DATE"]),"END-DATE"in this.attr){const w=(n==null?void 0:n.endDate)||new Date(this.attr["END-DATE"]);r(w.getTime())&&(this._endDate=w)}}get id(){return this.attr.ID}get class(){return this.attr.CLASS}get cue(){const t=this._cue;return t===void 0?this._cue=this.attr.enumeratedStringList(this.attr.CUE?"CUE":"X-CUE",{pre:!1,post:!1,once:!1}):t}get startTime(){const{tagAnchor:t}=this;return t===null||t.programDateTime===null?(V.warn(`Expected tagAnchor Fragment with PDT set for DateRange "${this.id}": ${t}`),NaN):t.start+(this.startDate.getTime()-t.programDateTime)/1e3}get startDate(){return this._startDate}get endDate(){const t=this._endDate||this._dateAtEnd;if(t)return t;const n=this.duration;return n!==null?this._dateAtEnd=new Date(this._startDate.getTime()+n*1e3):null}get duration(){if("DURATION"in this.attr){const t=this.attr.decimalFloatingPoint("DURATION");if(r(t))return t}else if(this._endDate)return(this._endDate.getTime()-this._startDate.getTime())/1e3;return null}get plannedDuration(){return"PLANNED-DURATION"in this.attr?this.attr.decimalFloatingPoint("PLANNED-DURATION"):null}get endOnNext(){return this.attr.bool("END-ON-NEXT")}get isInterstitial(){return this.class===_s}get isValid(){return!!this.id&&!this._badValueForSameId&&r(this.startDate.getTime())&&(this.duration===null||this.duration>=0)&&(!this.endOnNext||!!this.class)&&(!this.attr.CUE||!this.cue.pre&&!this.cue.post||this.cue.pre!==this.cue.post)&&(!this.isInterstitial||"X-ASSET-URI"in this.attr||"X-ASSET-LIST"in this.attr)}}const ja=10;class cs{constructor(t){this.PTSKnown=!1,this.alignedSliding=!1,this.averagetargetduration=void 0,this.endCC=0,this.endSN=0,this.fragments=void 0,this.fragmentHint=void 0,this.partList=null,this.dateRanges=void 0,this.dateRangeTagCount=0,this.live=!0,this.requestScheduled=-1,this.ageHeader=0,this.advancedDateTime=void 0,this.updated=!0,this.advanced=!0,this.misses=0,this.startCC=0,this.startSN=0,this.startTimeOffset=null,this.targetduration=0,this.totalduration=0,this.type=null,this.url=void 0,this.m3u8="",this.version=null,this.canBlockReload=!1,this.canSkipUntil=0,this.canSkipDateRanges=!1,this.skippedSegments=0,this.recentlyRemovedDateranges=void 0,this.partHoldBack=0,this.holdBack=0,this.partTarget=0,this.preloadHint=void 0,this.renditionReports=void 0,this.tuneInGoal=0,this.deltaUpdateFailed=void 0,this.driftStartTime=0,this.driftEndTime=0,this.driftStart=0,this.driftEnd=0,this.encryptedFragments=void 0,this.playlistParsingError=null,this.variableList=null,this.hasVariableRefs=!1,this.appliedTimelineOffset=void 0,this.fragments=[],this.encryptedFragments=[],this.dateRanges={},this.url=t}reloaded(t){if(!t){this.advanced=!0,this.updated=!0;return}const n=this.lastPartSn-t.lastPartSn,s=this.lastPartIndex-t.lastPartIndex;this.updated=this.endSN!==t.endSN||!!s||!!n||!this.live,this.advanced=this.endSN>t.endSN||n>0||n===0&&s>0,this.updated||this.advanced?this.misses=Math.floor(t.misses*.6):this.misses=t.misses+1}get hasProgramDateTime(){return this.fragments.length?r(this.fragments[this.fragments.length-1].programDateTime):!1}get levelTargetDuration(){return this.averagetargetduration||this.targetduration||ja}get drift(){const t=this.driftEndTime-this.driftStartTime;return t>0?(this.driftEnd-this.driftStart)*1e3/t:1}get edge(){return this.partEnd||this.fragmentEnd}get partEnd(){var t;return(t=this.partList)!=null&&t.length?this.partList[this.partList.length-1].end:this.fragmentEnd}get fragmentEnd(){var t;return(t=this.fragments)!=null&&t.length?this.fragments[this.fragments.length-1].end:0}get fragmentStart(){var t;return(t=this.fragments)!=null&&t.length?this.fragments[0].start:0}get age(){return this.advancedDateTime?Math.max(Date.now()-this.advancedDateTime,0)/1e3:0}get lastPartIndex(){var t;return(t=this.partList)!=null&&t.length?this.partList[this.partList.length-1].index:-1}get maxPartIndex(){const t=this.partList;if(t){const n=this.lastPartIndex;if(n!==-1){for(let s=t.length;s--;)if(t[s].index>n)return t[s].index;return n}}return 0}get lastPartSn(){var t;return(t=this.partList)!=null&&t.length?this.partList[this.partList.length-1].fragment.sn:this.endSN}get expired(){if(this.live&&this.age&&this.misses<3){const t=this.partEnd-this.fragmentStart;return this.age>Math.max(t,this.totalduration)+this.levelTargetDuration}return!1}}function Ua(P){return P==="AES-128"||P==="AES-256"||P==="AES-256-CTR"}function zi(P){switch(P){case"AES-128":case"AES-256":return mn.cbc;case"AES-256-CTR":return mn.ctr;default:throw new Error(`invalid full segment method ${P}`)}}function Ra(P){return Uint8Array.from(atob(P),t=>t.charCodeAt(0))}function Oa(P){return Uint8Array.from(unescape(encodeURIComponent(P)),t=>t.charCodeAt(0))}function Es(P){const t=Oa(P).subarray(0,16),n=new Uint8Array(16);return n.set(t,16-t.length),n}function Xs(P){const t=function(s,v,w){const T=s[v];s[v]=s[w],s[w]=T};t(P,0,3),t(P,1,2),t(P,4,5),t(P,6,7)}function xo(P){const t=P.split(":");let n=null;if(t[0]==="data"&&t.length===2){const s=t[1].split(";"),v=s[s.length-1].split(",");if(v.length===2){const w=v[0]==="base64",T=v[1];w?(s.splice(-1,1),n=Ra(T)):n=Es(T)}}return n}const ho=typeof self!="undefined"?self:void 0;var Ea={CLEARKEY:"org.w3.clearkey",FAIRPLAY:"com.apple.fps",PLAYREADY:"com.microsoft.playready",WIDEVINE:"com.widevine.alpha"},gs={CLEARKEY:"org.w3.clearkey",FAIRPLAY:"com.apple.streamingkeydelivery",PLAYREADY:"com.microsoft.playready",WIDEVINE:"urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed"};function Zs(P){switch(P){case gs.FAIRPLAY:return Ea.FAIRPLAY;case gs.PLAYREADY:return Ea.PLAYREADY;case gs.WIDEVINE:return Ea.WIDEVINE;case gs.CLEARKEY:return Ea.CLEARKEY}}var no={CENC:"1077efecc0b24d02ace33c1e52e2fb4b",CLEARKEY:"e2719d58a985b3c9781ab030af78d30e",PLAYREADY:"9a04f07998404286ab92e65be0885f95",WIDEVINE:"edef8ba979d64acea3c827dcd51d21ed"};function wo(P){if(P===no.WIDEVINE)return Ea.WIDEVINE;if(P===no.PLAYREADY)return Ea.PLAYREADY;if(P===no.CENC||P===no.CLEARKEY)return Ea.CLEARKEY}function Eo(P){switch(P){case Ea.FAIRPLAY:return gs.FAIRPLAY;case Ea.PLAYREADY:return gs.PLAYREADY;case Ea.WIDEVINE:return gs.WIDEVINE;case Ea.CLEARKEY:return gs.CLEARKEY}}function po(P){const{drmSystems:t,widevineLicenseUrl:n}=P,s=t?[Ea.FAIRPLAY,Ea.WIDEVINE,Ea.PLAYREADY,Ea.CLEARKEY].filter(v=>!!t[v]):[];return!s[Ea.WIDEVINE]&&n&&s.push(Ea.WIDEVINE),s}const fi=function(P){return ho!=null&&(P=ho.navigator)!=null&&P.requestMediaKeySystemAccess?self.navigator.requestMediaKeySystemAccess.bind(self.navigator):null}();function li(P,t,n,s){let v;switch(P){case Ea.FAIRPLAY:v=["cenc","sinf"];break;case Ea.WIDEVINE:case Ea.PLAYREADY:v=["cenc"];break;case Ea.CLEARKEY:v=["cenc","keyids"];break;default:throw new Error(`Unknown key-system: ${P}`)}return za(v,t,n,s)}function za(P,t,n,s){return[{initDataTypes:P,persistentState:s.persistentState||"optional",distinctiveIdentifier:s.distinctiveIdentifier||"optional",sessionTypes:s.sessionTypes||[s.sessionType||"temporary"],audioCapabilities:t.map(w=>({contentType:`audio/mp4; codecs=${w}`,robustness:s.audioRobustness||"",encryptionScheme:s.audioEncryptionScheme||null})),videoCapabilities:n.map(w=>({contentType:`video/mp4; codecs=${w}`,robustness:s.videoRobustness||"",encryptionScheme:s.videoEncryptionScheme||null}))}]}function qa(P){var t;return P.sessionType==="persistent-license"||!!((t=P.sessionTypes)!=null&&t.some(n=>n==="persistent-license"))}function Qa(P){const t=new Uint16Array(P.buffer,P.byteOffset,P.byteLength/2),n=String.fromCharCode.apply(null,Array.from(t)),s=n.substring(n.indexOf("<"),n.length),T=new DOMParser().parseFromString(s,"text/xml").getElementsByTagName("KID")[0];if(T){const z=T.childNodes[0]?T.childNodes[0].nodeValue:T.getAttribute("VALUE");if(z){const W=Ra(z).subarray(0,16);return Xs(W),W}}return null}let qs={};class Qs{static clearKeyUriToKeyIdMap(){qs={}}constructor(t,n,s,v=[1],w=null){this.uri=void 0,this.method=void 0,this.keyFormat=void 0,this.keyFormatVersions=void 0,this.encrypted=void 0,this.isCommonEncryption=void 0,this.iv=null,this.key=null,this.keyId=null,this.pssh=null,this.method=t,this.uri=n,this.keyFormat=s,this.keyFormatVersions=v,this.iv=w,this.encrypted=t?t!=="NONE":!1,this.isCommonEncryption=this.encrypted&&!Ua(t)}isSupported(){if(this.method){if(Ua(this.method)||this.method==="NONE")return!0;if(this.keyFormat==="identity")return this.method==="SAMPLE-AES";switch(this.keyFormat){case gs.FAIRPLAY:case gs.WIDEVINE:case gs.PLAYREADY:case gs.CLEARKEY:return["ISO-23001-7","SAMPLE-AES","SAMPLE-AES-CENC","SAMPLE-AES-CTR"].indexOf(this.method)!==-1}}return!1}getDecryptData(t){if(!this.encrypted||!this.uri)return null;if(Ua(this.method)&&this.uri&&!this.iv){typeof t!="number"&&(V.warn(`missing IV for initialization segment with method="${this.method}" - compliance issue`),t=0);const s=qo(t);return new Qs(this.method,this.uri,"identity",this.keyFormatVersions,s)}const n=xo(this.uri);if(n)switch(this.keyFormat){case gs.WIDEVINE:this.pssh=n,n.length>=22&&(this.keyId=n.subarray(n.length-22,n.length-6));break;case gs.PLAYREADY:{const s=new Uint8Array([154,4,240,121,152,64,66,134,171,146,230,91,224,136,95,149]);this.pssh=fe(s,null,n),this.keyId=Qa(n);break}default:{let s=n.subarray(0,16);if(s.length!==16){const v=new Uint8Array(16);v.set(s,16-s.length),s=v}this.keyId=s;break}}if(!this.keyId||this.keyId.byteLength!==16){let s=qs[this.uri];if(!s){const v=Object.keys(qs).length%Number.MAX_SAFE_INTEGER;s=new Uint8Array(16),new DataView(s.buffer,12,4).setUint32(0,v),qs[this.uri]=s}this.keyId=s}return this}}function qo(P){const t=new Uint8Array(16);for(let n=12;n<16;n++)t[n]=P>>8*(15-n)&255;return t}const ds=/#EXT-X-STREAM-INF:([^\r\n]*)(?:[\r\n](?:#[^\r\n]*)?)*([^\r\n]+)|#EXT-X-(SESSION-DATA|SESSION-KEY|DEFINE|CONTENT-STEERING|START):([^\r\n]*)[\r\n]+/g,Do=/#EXT-X-MEDIA:(.*)/g,ko=/^#EXT(?:INF|-X-TARGETDURATION):/m,$o=new RegExp([/#EXTINF:\s*(\d*(?:\.\d+)?)(?:,(.*)\s+)?/.source,/(?!#) *(\S[^\r\n]*)/.source,/#.*/.source].join("|"),"g"),Su=new RegExp([/#EXT-X-(PROGRAM-DATE-TIME|BYTERANGE|DATERANGE|DEFINE|KEY|MAP|PART|PART-INF|PLAYLIST-TYPE|PRELOAD-HINT|RENDITION-REPORT|SERVER-CONTROL|SKIP|START):(.+)/.source,/#EXT-X-(BITRATE|DISCONTINUITY-SEQUENCE|MEDIA-SEQUENCE|TARGETDURATION|VERSION): *(\d+)/.source,/#EXT-X-(DISCONTINUITY|ENDLIST|GAP|INDEPENDENT-SEGMENTS)/.source,/(#)([^:]*):(.*)/.source,/(#)(.*)(?:.*)\r?\n?/.source].join("|"));class So{static findGroup(t,n){for(let s=0;s<t.length;s++){const v=t[s];if(v.id===n)return v}}static resolve(t,n){return le.buildAbsoluteURL(n,t,{alwaysNormalize:!0})}static isMediaPlaylist(t){return ko.test(t)}static parseMasterPlaylist(t,n){const s=os(t),v={contentSteering:null,levels:[],playlistParsingError:null,sessionData:null,sessionKeys:null,startTimeOffset:null,variableList:null,hasVariableRefs:s},w=[];ds.lastIndex=0;let T;for(;(T=ds.exec(t))!=null;)if(T[1]){var z;const N=new Bi(T[1],v),te=Ga(v,T[2]),ce={attrs:N,bitrate:N.decimalInteger("BANDWIDTH")||N.decimalInteger("AVERAGE-BANDWIDTH"),name:N.NAME,url:So.resolve(te,n)},be=N.decimalResolution("RESOLUTION");be&&(ce.width=be.width,ce.height=be.height),Lo(N.CODECS,ce);const Ie=N["SUPPLEMENTAL-CODECS"];Ie&&(ce.supplemental={},Lo(Ie,ce.supplemental)),(z=ce.unknownCodecs)!=null&&z.length||w.push(ce),v.levels.push(ce)}else if(T[3]){const N=T[3],te=T[4];switch(N){case"SESSION-DATA":{const ce=new Bi(te,v),be=ce["DATA-ID"];be&&(v.sessionData===null&&(v.sessionData={}),v.sessionData[be]=ce);break}case"SESSION-KEY":{const ce=ju(te,n,v);ce.encrypted&&ce.isSupported()?(v.sessionKeys===null&&(v.sessionKeys=[]),v.sessionKeys.push(ce)):V.warn(`[Keys] Ignoring invalid EXT-X-SESSION-KEY tag: "${te}"`);break}case"DEFINE":{{const ce=new Bi(te,v);Is(v,ce,n)}break}case"CONTENT-STEERING":{const ce=new Bi(te,v);v.contentSteering={uri:So.resolve(ce["SERVER-URI"],n),pathwayId:ce["PATHWAY-ID"]||"."};break}case"START":{v.startTimeOffset=Ro(te);break}}}const W=w.length>0&&w.length<v.levels.length;return v.levels=W?w:v.levels,v.levels.length===0&&(v.playlistParsingError=new Error("no levels found in manifest")),v}static parseMasterPlaylistMedia(t,n,s){let v;const w={},T=s.levels,z={AUDIO:T.map(N=>({id:N.attrs.AUDIO,audioCodec:N.audioCodec})),SUBTITLES:T.map(N=>({id:N.attrs.SUBTITLES,textCodec:N.textCodec})),"CLOSED-CAPTIONS":[]};let W=0;for(Do.lastIndex=0;(v=Do.exec(t))!==null;){const N=new Bi(v[1],s),te=N.TYPE;if(te){const ce=z[te],be=w[te]||[];w[te]=be;const Ie=N.LANGUAGE,Ae=N["ASSOC-LANGUAGE"],at=N.CHANNELS,rt=N.CHARACTERISTICS,Rt=N["INSTREAM-ID"],dr={attrs:N,bitrate:0,id:W++,groupId:N["GROUP-ID"]||"",name:N.NAME||Ie||"",type:te,default:N.bool("DEFAULT"),autoselect:N.bool("AUTOSELECT"),forced:N.bool("FORCED"),lang:Ie,url:N.URI?So.resolve(N.URI,n):""};if(Ae&&(dr.assocLang=Ae),at&&(dr.channels=at),rt&&(dr.characteristics=rt),Rt&&(dr.instreamId=Rt),ce!=null&&ce.length){const sr=So.findGroup(ce,dr.groupId)||ce[0];$s(dr,sr,"audioCodec"),$s(dr,sr,"textCodec")}be.push(dr)}}return w}static parseLevelPlaylist(t,n,s,v,w,T){var z;const W={url:n},N=new cs(n),te=N.fragments,ce=[];let be=null,Ie=0,Ae=0,at=0,rt=0,Rt=0,dr=null,sr=new Oe(v,W),kr,Hr,cn,Wr=-1,Jr=!1,ln=null,Kr;if($o.lastIndex=0,N.m3u8=t,N.hasVariableRefs=os(t),((z=$o.exec(t))==null?void 0:z[0])!=="#EXTM3U")return N.playlistParsingError=new Error("Missing format identifier #EXTM3U"),N;for(;(kr=$o.exec(t))!==null;){Jr&&(Jr=!1,sr=new Oe(v,W),sr.playlistOffset=at,sr.start=at,sr.sn=Ie,sr.cc=rt,Rt&&(sr.bitrate=Rt),sr.level=s,be&&(sr.initSegment=be,be.rawProgramDateTime&&(sr.rawProgramDateTime=be.rawProgramDateTime,be.rawProgramDateTime=null),ln&&(sr.setByteRange(ln),ln=null)));const ji=kr[1];if(ji){sr.duration=parseFloat(ji);const Ui=(" "+kr[2]).slice(1);sr.title=Ui||null,sr.tagList.push(Ui?["INF",ji,Ui]:["INF",ji])}else if(kr[3]){if(r(sr.duration)){sr.playlistOffset=at,sr.start=at,cn&&Bs(sr,cn,N),sr.sn=Ie,sr.level=s,sr.cc=rt,te.push(sr);const Ui=(" "+kr[3]).slice(1);sr.relurl=Ga(N,Ui),Uo(sr,dr,ce),dr=sr,at+=sr.duration,Ie++,Ae=0,Jr=!0}}else{if(kr=kr[0].match(Su),!kr){V.warn("No matches on slow regex match for level playlist!");continue}for(Hr=1;Hr<kr.length&&kr[Hr]===void 0;Hr++);const Ui=(" "+kr[Hr]).slice(1),ci=(" "+kr[Hr+1]).slice(1),Gi=kr[Hr+2]?(" "+kr[Hr+2]).slice(1):null;switch(Ui){case"BYTERANGE":dr?sr.setByteRange(ci,dr):sr.setByteRange(ci);break;case"PROGRAM-DATE-TIME":sr.rawProgramDateTime=ci,sr.tagList.push(["PROGRAM-DATE-TIME",ci]),Wr===-1&&(Wr=te.length);break;case"PLAYLIST-TYPE":N.type&&Rs(N,Ui,kr),N.type=ci.toUpperCase();break;case"MEDIA-SEQUENCE":N.startSN!==0?Rs(N,Ui,kr):te.length>0&&hu(N,Ui,kr),Ie=N.startSN=parseInt(ci);break;case"SKIP":{N.skippedSegments&&Rs(N,Ui,kr);const ea=new Bi(ci,N),qn=ea.decimalInteger("SKIPPED-SEGMENTS");if(r(qn)){N.skippedSegments+=qn;for(let Aa=qn;Aa--;)te.push(null);Ie+=qn}const ri=ea.enumeratedString("RECENTLY-REMOVED-DATERANGES");ri&&(N.recentlyRemovedDateranges=(N.recentlyRemovedDateranges||[]).concat(ri.split(" ")));break}case"TARGETDURATION":N.targetduration!==0&&Rs(N,Ui,kr),N.targetduration=Math.max(parseInt(ci),1);break;case"VERSION":N.version!==null&&Rs(N,Ui,kr),N.version=parseInt(ci);break;case"INDEPENDENT-SEGMENTS":break;case"ENDLIST":N.live||Rs(N,Ui,kr),N.live=!1;break;case"#":(ci||Gi)&&sr.tagList.push(Gi?[ci,Gi]:[ci]);break;case"DISCONTINUITY":rt++,sr.tagList.push(["DIS"]);break;case"GAP":sr.gap=!0,sr.tagList.push([Ui]);break;case"BITRATE":sr.tagList.push([Ui,ci]),Rt=parseInt(ci)*1e3,r(Rt)?sr.bitrate=Rt:Rt=0;break;case"DATERANGE":{const ea=new Bi(ci,N),qn=new Rn(ea,N.dateRanges[ea.ID],N.dateRangeTagCount);N.dateRangeTagCount++,qn.isValid||N.skippedSegments?N.dateRanges[qn.id]=qn:V.warn(`Ignoring invalid DATERANGE tag: "${ci}"`),sr.tagList.push(["EXT-X-DATERANGE",ci]);break}case"DEFINE":{{const ea=new Bi(ci,N);"IMPORT"in ea?Vi(N,ea,T):Is(N,ea,n)}break}case"DISCONTINUITY-SEQUENCE":N.startCC!==0?Rs(N,Ui,kr):te.length>0&&hu(N,Ui,kr),N.startCC=rt=parseInt(ci);break;case"KEY":{const ea=ju(ci,n,N);if(ea.isSupported()){if(ea.method==="NONE"){cn=void 0;break}cn||(cn={}),cn[ea.keyFormat]&&(cn=y({},cn)),cn[ea.keyFormat]=ea}else V.warn(`[Keys] Ignoring invalid EXT-X-KEY tag: "${ci}"`);break}case"START":N.startTimeOffset=Ro(ci);break;case"MAP":{const ea=new Bi(ci,N);if(sr.duration){const qn=new Oe(v,W);Ao(qn,ea,s,cn),be=qn,sr.initSegment=be,be.rawProgramDateTime&&!sr.rawProgramDateTime&&(sr.rawProgramDateTime=be.rawProgramDateTime)}else{const qn=sr.byteRangeEndOffset;if(qn){const ri=sr.byteRangeStartOffset;ln=`${qn-ri}@${ri}`}else ln=null;Ao(sr,ea,s,cn),be=sr,Jr=!0}be.cc=rt;break}case"SERVER-CONTROL":{Kr&&Rs(N,Ui,kr),Kr=new Bi(ci),N.canBlockReload=Kr.bool("CAN-BLOCK-RELOAD"),N.canSkipUntil=Kr.optionalFloat("CAN-SKIP-UNTIL",0),N.canSkipDateRanges=N.canSkipUntil>0&&Kr.bool("CAN-SKIP-DATERANGES"),N.partHoldBack=Kr.optionalFloat("PART-HOLD-BACK",0),N.holdBack=Kr.optionalFloat("HOLD-BACK",0);break}case"PART-INF":{N.partTarget&&Rs(N,Ui,kr);const ea=new Bi(ci);N.partTarget=ea.decimalFloatingPoint("PART-TARGET");break}case"PART":{let ea=N.partList;ea||(ea=N.partList=[]);const qn=Ae>0?ea[ea.length-1]:void 0,ri=Ae++,Aa=new Bi(ci,N),Ca=new ke(Aa,sr,W,ri,qn);ea.push(Ca),sr.duration+=Ca.duration;break}case"PRELOAD-HINT":{const ea=new Bi(ci,N);N.preloadHint=ea;break}case"RENDITION-REPORT":{const ea=new Bi(ci,N);N.renditionReports=N.renditionReports||[],N.renditionReports.push(ea);break}default:V.warn(`line parsed but not handled: ${kr}`);break}}}dr&&!dr.relurl?(te.pop(),at-=dr.duration,N.partList&&(N.fragmentHint=dr)):N.partList&&(Uo(sr,dr,ce),sr.cc=rt,N.fragmentHint=sr,cn&&Bs(sr,cn,N)),N.targetduration||(N.playlistParsingError=new Error("#EXT-X-TARGETDURATION is required"));const Zn=te.length,hi=te[0],ua=te[Zn-1];if(at+=N.skippedSegments*N.targetduration,at>0&&Zn&&ua){N.averagetargetduration=at/Zn;const ji=ua.sn;N.endSN=ji!=="initSegment"?ji:0,N.live||(ua.endList=!0),hi&&N.startCC===void 0&&(N.startCC=hi.cc),Wr>0&&(du(te,Wr),hi&&ce.unshift(hi))}else N.endSN=0,N.startCC=0;return N.fragmentHint&&(at+=N.fragmentHint.duration),N.totalduration=at,ce.length&&N.dateRangeTagCount&&hi&&mo(ce,N),N.endCC=rt,N}}function mo(P,t){const n=P.length;if(!n)return;const s=P[n-1],v=t.live?1/0:t.totalduration,w=Object.keys(t.dateRanges);for(let T=w.length;T--;){const z=t.dateRanges[w[T]],W=z.startDate.getTime();z.tagAnchor=s.ref;for(let N=n;N--;){const te=Js(t,W,P,N,v);if(te!==-1){z.tagAnchor=t.fragments[te].ref;break}}}}function Js(P,t,n,s,v){const w=n[s];if(w){const z=w.programDateTime;if(t>=z||s===0){var T;const W=(((T=n[s+1])==null?void 0:T.start)||v)-w.start;if(t<=z+W*1e3){const N=n[s].sn-P.startSN,te=P.fragments;if(te.length>n.length){const be=(n[s+1]||te[te.length-1]).sn-P.startSN;for(let Ie=be;Ie>N;Ie--){const Ae=te[Ie].programDateTime;if(t>=Ae&&t<Ae+te[Ie].duration*1e3)return Ie}}return N}}}return-1}function ju(P,t,n){var s,v;const w=new Bi(P,n),T=(s=w.METHOD)!=null?s:"",z=w.URI,W=w.hexadecimalInteger("IV"),N=w.KEYFORMATVERSIONS,te=(v=w.KEYFORMAT)!=null?v:"identity";z&&w.IV&&!W&&V.error(`Invalid IV: ${w.IV}`);const ce=z?So.resolve(z,t):"",be=(N||"1").split("/").map(Number).filter(Number.isFinite);return new Qs(T,ce,te,be,W)}function Ro(P){const n=new Bi(P).decimalFloatingPoint("TIME-OFFSET");return r(n)?n:null}function Lo(P,t){let n=(P||"").split(/[ ,]+/).filter(s=>s);["video","audio","text"].forEach(s=>{const v=n.filter(w=>Wt(w,s));v.length&&(t[`${s}Codec`]=v.map(w=>w.split("/")[0]).join(","),n=n.filter(w=>v.indexOf(w)===-1))}),t.unknownCodecs=n}function $s(P,t,n){const s=t[n];s&&(P[n]=s)}function du(P,t){let n=P[t];for(let s=t;s--;){const v=P[s];if(!v)return;v.programDateTime=n.programDateTime-v.duration*1e3,n=v}}function Uo(P,t,n){P.rawProgramDateTime?n.push(P):t!=null&&t.programDateTime&&(P.programDateTime=t.endProgramDateTime)}function Ao(P,t,n,s){P.relurl=t.URI,t.BYTERANGE&&P.setByteRange(t.BYTERANGE),P.level=n,P.sn="initSegment",s&&(P.levelkeys=s),P.initSegment=null}function Bs(P,t,n){P.levelkeys=t;const{encryptedFragments:s}=n;(!s.length||s[s.length-1].levelkeys!==t)&&Object.keys(t).some(v=>t[v].isCommonEncryption)&&s.push(P)}function Rs(P,t,n){P.playlistParsingError=new Error(`#EXT-X-${t} must not appear more than once (${n[0]})`)}function hu(P,t,n){P.playlistParsingError=new Error(`#EXT-X-${t} must appear before the first Media Segment (${n[0]})`)}function Au(P,t){const n=t.startPTS;if(r(n)){let s=0,v;t.sn>P.sn?(s=n-P.start,v=P):(s=P.start-n,v=t),v.duration!==s&&v.setDuration(s)}else t.sn>P.sn?P.cc===t.cc&&P.minEndPTS?t.setStart(P.start+(P.minEndPTS-P.start)):t.setStart(P.start+P.duration):t.setStart(Math.max(P.start-t.duration,0))}function qt(P,t,n,s,v,w){s-n<=0&&(V.warn("Fragment should have a positive duration",t),s=n+t.duration,w=v+t.duration);let z=n,W=s;const N=t.startPTS,te=t.endPTS;if(r(N)){const rt=Math.abs(N-n);r(t.deltaPTS)?t.deltaPTS=Math.max(rt,t.deltaPTS):t.deltaPTS=rt,z=Math.max(n,N),n=Math.min(n,N),v=Math.min(v,t.startDTS),W=Math.min(s,te),s=Math.max(s,te),w=Math.max(w,t.endDTS)}const ce=n-t.start;t.start!==0&&t.setStart(n),t.setDuration(s-t.start),t.startPTS=n,t.maxStartPTS=z,t.startDTS=v,t.endPTS=s,t.minEndPTS=W,t.endDTS=w;const be=t.sn;if(!P||be<P.startSN||be>P.endSN)return 0;let Ie;const Ae=be-P.startSN,at=P.fragments;for(at[Ae]=t,Ie=Ae;Ie>0;Ie--)Au(at[Ie],at[Ie-1]);for(Ie=Ae;Ie<at.length-1;Ie++)Au(at[Ie],at[Ie+1]);return P.fragmentHint&&Au(at[at.length-1],P.fragmentHint),P.PTSKnown=P.alignedSliding=!0,ce}function hr(P,t){if(P===t)return;let n=null;const s=P.fragments;for(let N=s.length-1;N>=0;N--){const te=s[N].initSegment;if(te){n=te;break}}P.fragmentHint&&delete P.fragmentHint.endPTS;let v;Sr(P,t,(N,te,ce,be)=>{if((!t.startCC||t.skippedSegments)&&te.cc!==N.cc){const Ie=N.cc-te.cc;for(let Ae=ce;Ae<be.length;Ae++)be[Ae].cc+=Ie;t.endCC=be[be.length-1].cc}r(N.startPTS)&&r(N.endPTS)&&(te.setStart(te.startPTS=N.startPTS),te.startDTS=N.startDTS,te.maxStartPTS=N.maxStartPTS,te.endPTS=N.endPTS,te.endDTS=N.endDTS,te.minEndPTS=N.minEndPTS,te.setDuration(N.endPTS-N.startPTS),te.duration&&(v=te),t.PTSKnown=t.alignedSliding=!0),N.hasStreams&&(te.elementaryStreams=N.elementaryStreams),te.loader=N.loader,N.hasStats&&(te.stats=N.stats),N.initSegment&&(te.initSegment=N.initSegment,n=N.initSegment)});const w=t.fragments,T=t.fragmentHint?w.concat(t.fragmentHint):w;if(n&&T.forEach(N=>{var te;N&&(!N.initSegment||N.initSegment.relurl===((te=n)==null?void 0:te.relurl))&&(N.initSegment=n)}),t.skippedSegments){if(t.deltaUpdateFailed=w.some(N=>!N),t.deltaUpdateFailed){V.warn("[level-helper] Previous playlist missing segments skipped in delta playlist");for(let N=t.skippedSegments;N--;)w.shift();t.startSN=w[0].sn}else{t.canSkipDateRanges&&(t.dateRanges=or(P.dateRanges,t));const N=P.fragments.filter(te=>te.rawProgramDateTime);if(P.hasProgramDateTime&&!t.hasProgramDateTime)for(let te=1;te<T.length;te++)T[te].programDateTime===null&&Uo(T[te],T[te-1],N);mo(N,t)}t.endCC=w[w.length-1].cc}if(!t.startCC){var z;const N=Kn(P,t.startSN-1);t.startCC=(z=N==null?void 0:N.cc)!=null?z:w[0].cc}gr(P.partList,t.partList,(N,te)=>{te.elementaryStreams=N.elementaryStreams,te.stats=N.stats}),v?qt(t,v,v.startPTS,v.endPTS,v.startDTS,v.endDTS):Sn(P,t),w.length&&(t.totalduration=t.edge-w[0].start),t.driftStartTime=P.driftStartTime,t.driftStart=P.driftStart;const W=t.advancedDateTime;if(t.advanced&&W){const N=t.edge;t.driftStart||(t.driftStartTime=W,t.driftStart=N),t.driftEndTime=W,t.driftEnd=N}else t.driftEndTime=P.driftEndTime,t.driftEnd=P.driftEnd,t.advancedDateTime=P.advancedDateTime;t.requestScheduled===-1&&(t.requestScheduled=P.requestScheduled)}function or(P,t){const{dateRanges:n,recentlyRemovedDateranges:s}=t,v=y({},P);s&&s.forEach(z=>{delete v[z]});const T=Object.keys(v).length;return T&&Object.keys(n).forEach(z=>{const W=v[z],N=new Rn(n[z].attr,W);N.isValid?(v[z]=N,W||(N.tagOrder+=T)):V.warn(`Ignoring invalid Playlist Delta Update DATERANGE tag: "${Dn(n[z].attr)}"`)}),v}function gr(P,t,n){if(P&&t){let s=0;for(let v=0,w=P.length;v<=w;v++){const T=P[v],z=t[v+s];T&&z&&T.index===z.index&&T.fragment.sn===z.fragment.sn?n(T,z):s--}}}function Sr(P,t,n){const s=t.skippedSegments,v=Math.max(P.startSN,t.startSN)-t.startSN,w=(P.fragmentHint?1:0)+(s?t.endSN:Math.min(P.endSN,t.endSN))-t.startSN,T=t.startSN-P.startSN,z=t.fragmentHint?t.fragments.concat(t.fragmentHint):t.fragments,W=P.fragmentHint?P.fragments.concat(P.fragmentHint):P.fragments;for(let N=v;N<=w;N++){const te=W[T+N];let ce=z[N];if(s&&!ce&&te&&(ce=t.fragments[N]=te),te&&ce){if(n(te,ce,N,z),te.url&&te.url!==ce.url){t.playlistParsingError=bn(`media sequence mismatch ${ce.sn}:`,P,t,te,ce);return}else if(te.cc!==ce.cc){t.playlistParsingError=bn(`discontinuity sequence mismatch (${te.cc}!=${ce.cc})`,P,t,te,ce);return}}}}function bn(P,t,n,s,v){return new Error(`${P} ${v.url}
Playlist starting @${t.startSN}
${t.m3u8}
Playlist starting @${n.startSN}
${n.m3u8}`)}function Sn(P,t,n=!0){const s=t.startSN+t.skippedSegments-P.startSN,v=P.fragments,w=s>=0;let T=0;if(w&&s<v.length)T=v[s].start;else if(w&&t.startSN===P.endSN+1)T=P.fragmentEnd;else if(w&&n)T=P.fragmentStart+s*t.levelTargetDuration;else if(!t.skippedSegments&&t.fragmentStart===0)T=P.fragmentStart;else return;Un(t,T)}function Un(P,t){if(t){const n=P.fragments;for(let s=P.skippedSegments;s<n.length;s++)n[s].addStart(t);P.fragmentHint&&P.fragmentHint.addStart(t)}}function Bn(P,t=1/0){let n=1e3*P.targetduration;if(P.updated){const s=P.fragments;if(s.length&&n*4>t){const w=s[s.length-1].duration*1e3;w<n&&(n=w)}}else n/=2;return Math.round(n)}function Kn(P,t,n){if(!P)return null;let s=P.fragments[t-P.startSN];return s||(s=P.fragmentHint,s&&s.sn===t)?s:t<P.startSN&&n&&n.sn===t?n:null}function lr(P,t,n){return P?Br(P.partList,t,n):null}function Br(P,t,n){if(P)for(let s=P.length;s--;){const v=P[s];if(v.index===n&&v.fragment.sn===t)return v}return null}function xr(P){P.forEach((t,n)=>{var s;(s=t.details)==null||s.fragments.forEach(v=>{v.level=n,v.initSegment&&(v.initSegment.level=n)})})}function pn(P,t){for(let s=0,v=P.length;s<v;s++){var n;if(((n=P[s])==null?void 0:n.cc)===t)return P[s]}return null}function Gn(P,t){return!!(P&&t.startCC<P.endCC&&t.endCC>P.startCC)}function dt(P,t){if(P){const n=P.start+t;P.start=P.startPTS=n,P.endPTS=n+P.duration}}function On(P,t){const n=t.fragments;for(let s=0,v=n.length;s<v;s++)dt(n[s],P);t.fragmentHint&&dt(t.fragmentHint,P),t.alignedSliding=!0}function Yn(P,t){P&&(si(t,P),!t.alignedSliding&&P&&Ki(t,P),!t.alignedSliding&&P&&!t.skippedSegments&&Sn(P,t,!1))}function si(P,t){if(!Gn(t,P))return;const n=Math.min(t.endCC,P.endCC),s=pn(t.fragments,n),v=pn(P.fragments,n);if(!s||!v)return;V.log(`Aligning playlist at start of dicontinuity sequence ${n}`);const w=s.start-v.start;On(w,P)}function Ki(P,t){if(!P.hasProgramDateTime||!t.hasProgramDateTime)return;const n=P.fragments,s=t.fragments;if(!n.length||!s.length)return;let v,w;const T=Math.min(t.endCC,P.endCC);t.startCC<T&&P.startCC<T&&(v=pn(s,T),w=pn(n,T)),(!v||!w)&&(v=s[Math.floor(s.length/2)],w=pn(n,v.cc)||n[Math.floor(n.length/2)]);const z=v.programDateTime,W=w.programDateTime;if(!z||!W)return;const N=(W-z)/1e3-(w.start-v.start);On(N,P)}const jr={toString:function(P){let t="";const n=P.length;for(let s=0;s<n;s++)t+=`[${P.start(s).toFixed(3)}-${P.end(s).toFixed(3)}]`;return t}},Gr={STOPPED:"STOPPED",IDLE:"IDLE",KEY_LOADING:"KEY_LOADING",FRAG_LOADING:"FRAG_LOADING",FRAG_LOADING_WAITING_RETRY:"FRAG_LOADING_WAITING_RETRY",WAITING_TRACK:"WAITING_TRACK",PARSING:"PARSING",PARSED:"PARSED",ENDED:"ENDED",ERROR:"ERROR",WAITING_INIT_PTS:"WAITING_INIT_PTS",WAITING_LEVEL:"WAITING_LEVEL"};class ga extends Ta{constructor(t,n,s,v,w){super(v,t.logger),this.hls=void 0,this.fragPrevious=null,this.fragCurrent=null,this.fragmentTracker=void 0,this.transmuxer=null,this._state=Gr.STOPPED,this.playlistType=void 0,this.media=null,this.mediaBuffer=null,this.config=void 0,this.bitrateTest=!1,this.lastCurrentTime=0,this.nextLoadPosition=0,this.startPosition=0,this.startTimeOffset=null,this.retryDate=0,this.levels=null,this.fragmentLoader=void 0,this.keyLoader=void 0,this.levelLastLoaded=null,this.startFragRequested=!1,this.decrypter=void 0,this.initPTS=[],this.buffering=!0,this.loadingParts=!1,this.loopSn=void 0,this.onMediaSeeking=()=>{const{config:T,fragCurrent:z,media:W,mediaBuffer:N,state:te}=this,ce=W?W.currentTime:0,be=gi.bufferInfo(N||W,ce,T.maxBufferHole);if(this.log(`media seeking to ${r(ce)?ce.toFixed(3):ce}, state: ${te}`),this.state===Gr.ENDED)this.resetLoadingState();else if(z){const Ie=T.maxFragLookUpTolerance,Ae=z.start-Ie,at=z.start+z.duration+Ie;if(!be.len||at<be.start||Ae>be.end){const rt=ce>at;(ce<Ae||rt)&&(rt&&z.loader&&(this.log("seeking outside of buffer while fragment load in progress, cancel fragment load"),z.abortRequests(),this.resetLoadingState()),this.fragPrevious=null)}}if(W){this.fragmentTracker.removeFragmentsInRange(ce,1/0,this.playlistType,!0);const Ie=this.lastCurrentTime;if(ce>Ie&&(this.lastCurrentTime=ce),!this.loadingParts){const Ae=Math.max(be.end,ce),at=this.shouldLoadParts(this.getLevelDetails(),Ae);at&&(this.log(`LL-Part loading ON after seeking to ${ce.toFixed(2)} with buffer @${Ae.toFixed(2)}`),this.loadingParts=at)}}!this.hls.hasEnoughToStart&&!be.len&&(this.log(`setting startPosition to ${ce} because of seek before start`),this.nextLoadPosition=this.startPosition=ce),this.tickImmediate()},this.onMediaEnded=()=>{this.log("setting startPosition to 0 because media ended"),this.startPosition=this.lastCurrentTime=0},this.playlistType=w,this.hls=t,this.fragmentLoader=new gn(t.config),this.keyLoader=s,this.fragmentTracker=n,this.config=t.config,this.decrypter=new Si(t.config)}registerListeners(){const{hls:t}=this;t.on(o.MEDIA_ATTACHED,this.onMediaAttached,this),t.on(o.MEDIA_DETACHING,this.onMediaDetaching,this),t.on(o.MANIFEST_LOADING,this.onManifestLoading,this),t.on(o.MANIFEST_LOADED,this.onManifestLoaded,this),t.on(o.ERROR,this.onError,this)}unregisterListeners(){const{hls:t}=this;t.off(o.MEDIA_ATTACHED,this.onMediaAttached,this),t.off(o.MEDIA_DETACHING,this.onMediaDetaching,this),t.off(o.MANIFEST_LOADING,this.onManifestLoading,this),t.off(o.MANIFEST_LOADED,this.onManifestLoaded,this),t.off(o.ERROR,this.onError,this)}doTick(){this.onTickEnd()}onTickEnd(){}startLoad(t){}stopLoad(){if(this.state===Gr.STOPPED)return;this.fragmentLoader.abort(),this.keyLoader.abort(this.playlistType);const t=this.fragCurrent;t!=null&&t.loader&&(t.abortRequests(),this.fragmentTracker.removeFragment(t)),this.resetTransmuxer(),this.fragCurrent=null,this.fragPrevious=null,this.clearInterval(),this.clearNextTick(),this.state=Gr.STOPPED}get startPositionValue(){const{nextLoadPosition:t,startPosition:n}=this;return n===-1&&t?t:n}get bufferingEnabled(){return this.buffering}pauseBuffering(){this.buffering=!1}resumeBuffering(){this.buffering=!0}get inFlightFrag(){return{frag:this.fragCurrent,state:this.state}}_streamEnded(t,n){if(n.live||!this.media)return!1;const s=t.end||0,v=this.config.timelineOffset||0;if(s<=v)return!1;const w=t.buffered;this.config.maxBufferHole&&w&&w.length>1&&(t=gi.bufferedInfo(w,t.start,0));const T=t.nextStart;if(T&&T>v&&T<n.edge||this.media.currentTime<t.start)return!1;const W=n.partList;if(W!=null&&W.length){const te=W[W.length-1];return gi.isBuffered(this.media,te.start+te.duration/2)}const N=n.fragments[n.fragments.length-1].type;return this.fragmentTracker.isEndListAppended(N)}getLevelDetails(){if(this.levels&&this.levelLastLoaded!==null){var t;return(t=this.levelLastLoaded)==null?void 0:t.details}}get timelineOffset(){const t=this.config.timelineOffset;if(t){var n;return((n=this.getLevelDetails())==null?void 0:n.appliedTimelineOffset)||t}return 0}onMediaAttached(t,n){const s=this.media=this.mediaBuffer=n.media;s.removeEventListener("seeking",this.onMediaSeeking),s.removeEventListener("ended",this.onMediaEnded),s.addEventListener("seeking",this.onMediaSeeking),s.addEventListener("ended",this.onMediaEnded);const v=this.config;this.levels&&v.autoStartLoad&&this.state===Gr.STOPPED&&this.startLoad(v.startPosition)}onMediaDetaching(t,n){const s=!!n.transferMedia,v=this.media;if(v!==null){if(v.ended&&(this.log("MSE detaching and video ended, reset startPosition"),this.startPosition=this.lastCurrentTime=0),v.removeEventListener("seeking",this.onMediaSeeking),v.removeEventListener("ended",this.onMediaEnded),this.keyLoader&&!s&&this.keyLoader.detach(),this.media=this.mediaBuffer=null,this.loopSn=void 0,s){this.resetLoadingState(),this.resetTransmuxer();return}this.loadingParts=!1,this.fragmentTracker.removeAllFragments(),this.stopLoad()}}onManifestLoading(){this.initPTS=[],this.levels=this.levelLastLoaded=this.fragCurrent=null,this.lastCurrentTime=this.startPosition=0,this.startFragRequested=!1}onError(t,n){}onManifestLoaded(t,n){this.startTimeOffset=n.startTimeOffset}onHandlerDestroying(){this.stopLoad(),this.transmuxer&&(this.transmuxer.destroy(),this.transmuxer=null),super.onHandlerDestroying(),this.hls=this.onMediaSeeking=this.onMediaEnded=null}onHandlerDestroyed(){this.state=Gr.STOPPED,this.fragmentLoader&&this.fragmentLoader.destroy(),this.keyLoader&&this.keyLoader.destroy(),this.decrypter&&this.decrypter.destroy(),this.hls=this.log=this.warn=this.decrypter=this.keyLoader=this.fragmentLoader=this.fragmentTracker=null,super.onHandlerDestroyed()}loadFragment(t,n,s){this.startFragRequested=!0,this._loadFragForPlayback(t,n,s)}_loadFragForPlayback(t,n,s){const v=w=>{const T=w.frag;if(this.fragContextChanged(T)){this.warn(`${T.type} sn: ${T.sn}${w.part?" part: "+w.part.index:""} of ${this.fragInfo(T,!1,w.part)}) was dropped during download.`),this.fragmentTracker.removeFragment(T);return}T.stats.chunkCount++,this._handleFragmentLoadProgress(w)};this._doFragLoad(t,n,s,v).then(w=>{if(!w)return;const T=this.state,z=w.frag;if(this.fragContextChanged(z)){(T===Gr.FRAG_LOADING||!this.fragCurrent&&T===Gr.PARSING)&&(this.fragmentTracker.removeFragment(z),this.state=Gr.IDLE);return}"payload"in w&&(this.log(`Loaded ${z.type} sn: ${z.sn} of ${this.playlistLabel()} ${z.level}`),this.hls.trigger(o.FRAG_LOADED,w)),this._handleFragmentLoadComplete(w)}).catch(w=>{this.state===Gr.STOPPED||this.state===Gr.ERROR||(this.warn(`Frag error: ${(w==null?void 0:w.message)||w}`),this.resetFragmentLoading(t))})}clearTrackerIfNeeded(t){var n;const{fragmentTracker:s}=this;if(s.getState(t)===rr.APPENDING){const w=t.type,T=this.getFwdBufferInfo(this.mediaBuffer,w),z=Math.max(t.duration,T?T.len:this.config.maxBufferLength),W=this.backtrackFragment;((W?t.sn-W.sn:0)===1||this.reduceMaxBufferLength(z,t.duration))&&s.removeFragment(t)}else((n=this.mediaBuffer)==null?void 0:n.buffered.length)===0?s.removeAllFragments():s.hasParts(t.type)&&(s.detectPartialFragments({frag:t,part:null,stats:t.stats,id:t.type}),s.getState(t)===rr.PARTIAL&&s.removeFragment(t))}checkLiveUpdate(t){if(t.updated&&!t.live){const n=t.fragments[t.fragments.length-1];this.fragmentTracker.detectPartialFragments({frag:n,part:null,stats:n.stats,id:n.type})}t.fragments[0]||(t.deltaUpdateFailed=!0)}waitForLive(t){const n=t.details;return(n==null?void 0:n.live)&&n.type!=="EVENT"&&(this.levelLastLoaded!==t||n.expired)}flushMainBuffer(t,n,s=null){if(!(t-n))return;const v={startOffset:t,endOffset:n,type:s};this.hls.trigger(o.BUFFER_FLUSHING,v)}_loadInitSegment(t,n){this._doFragLoad(t,n).then(s=>{const v=s==null?void 0:s.frag;if(!v||this.fragContextChanged(v)||!this.levels)throw new Error("init load aborted");return s}).then(s=>{const{hls:v}=this,{frag:w,payload:T}=s,z=w.decryptdata;if(T&&T.byteLength>0&&z!=null&&z.key&&z.iv&&Ua(z.method)){const W=self.performance.now();return this.decrypter.decrypt(new Uint8Array(T),z.key.buffer,z.iv.buffer,zi(z.method)).catch(N=>{throw v.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.FRAG_DECRYPT_ERROR,fatal:!1,error:N,reason:N.message,frag:w}),N}).then(N=>{const te=self.performance.now();return v.trigger(o.FRAG_DECRYPTED,{frag:w,payload:N,stats:{tstart:W,tdecrypt:te}}),s.payload=N,this.completeInitSegmentLoad(s)})}return this.completeInitSegmentLoad(s)}).catch(s=>{this.state===Gr.STOPPED||this.state===Gr.ERROR||(this.warn(s),this.resetFragmentLoading(t))})}completeInitSegmentLoad(t){const{levels:n}=this;if(!n)throw new Error("init load aborted, missing levels");const s=t.frag.stats;this.state!==Gr.STOPPED&&(this.state=Gr.IDLE),t.frag.data=new Uint8Array(t.payload),s.parsing.start=s.buffering.start=self.performance.now(),s.parsing.end=s.buffering.end=self.performance.now(),this.tick()}fragContextChanged(t){const{fragCurrent:n}=this;return!t||!n||t.sn!==n.sn||t.level!==n.level}fragBufferedComplete(t,n){const s=this.mediaBuffer?this.mediaBuffer:this.media;if(this.log(`Buffered ${t.type} sn: ${t.sn}${n?" part: "+n.index:""} of ${this.fragInfo(t,!1,n)} > buffer:${s?jr.toString(gi.getBuffered(s)):"(detached)"})`),me(t)){var v;if(t.type!==u.SUBTITLE){const T=t.elementaryStreams;if(!Object.keys(T).some(z=>!!T[z])){this.state=Gr.IDLE;return}}const w=(v=this.levels)==null?void 0:v[t.level];w!=null&&w.fragmentError&&(this.log(`Resetting level fragment error count of ${w.fragmentError} on frag buffered`),w.fragmentError=0)}this.state=Gr.IDLE}_handleFragmentLoadComplete(t){const{transmuxer:n}=this;if(!n)return;const{frag:s,part:v,partsLoaded:w}=t,T=!w||w.length===0||w.some(W=>!W),z=new fs(s.level,s.sn,s.stats.chunkCount+1,0,v?v.index:-1,!T);n.flush(z)}_handleFragmentLoadProgress(t){}_doFragLoad(t,n,s=null,v){var w;this.fragCurrent=t;const T=n==null?void 0:n.details;if(!this.levels||!T)throw new Error(`frag load aborted, missing level${T?"":" detail"}s`);let z=null;t.encrypted&&!((w=t.decryptdata)!=null&&w.key)?(this.log(`Loading key for ${t.sn} of [${T.startSN}-${T.endSN}], ${this.playlistLabel()} ${t.level}`),this.state=Gr.KEY_LOADING,this.fragCurrent=t,z=this.keyLoader.load(t).then(ce=>{if(!this.fragContextChanged(ce.frag))return this.hls.trigger(o.KEY_LOADED,ce),this.state===Gr.KEY_LOADING&&(this.state=Gr.IDLE),ce}),this.hls.trigger(o.KEY_LOADING,{frag:t}),this.fragCurrent===null&&(z=Promise.reject(new Error("frag load aborted, context changed in KEY_LOADING")))):t.encrypted||(z=this.keyLoader.loadClear(t,T.encryptedFragments),z&&this.log("[eme] blocking frag load until media-keys acquired"));const W=this.fragPrevious;if(me(t)&&(!W||t.sn!==W.sn)){const ce=this.shouldLoadParts(n.details,t.end);ce!==this.loadingParts&&(this.log(`LL-Part loading ${ce?"ON":"OFF"} loading sn ${W==null?void 0:W.sn}->${t.sn}`),this.loadingParts=ce)}if(s=Math.max(t.start,s||0),this.loadingParts&&me(t)){const ce=T.partList;if(ce&&v){s>t.end&&T.fragmentHint&&(t=T.fragmentHint);const be=this.getNextPart(ce,t,s);if(be>-1){const Ie=ce[be];t=this.fragCurrent=Ie.fragment,this.log(`Loading ${t.type} sn: ${t.sn} part: ${Ie.index} (${be}/${ce.length-1}) of ${this.fragInfo(t,!1,Ie)}) cc: ${t.cc} [${T.startSN}-${T.endSN}], target: ${parseFloat(s.toFixed(3))}`),this.nextLoadPosition=Ie.start+Ie.duration,this.state=Gr.FRAG_LOADING;let Ae;return z?Ae=z.then(at=>!at||this.fragContextChanged(at.frag)?null:this.doFragPartsLoad(t,Ie,n,v)).catch(at=>this.handleFragLoadError(at)):Ae=this.doFragPartsLoad(t,Ie,n,v).catch(at=>this.handleFragLoadError(at)),this.hls.trigger(o.FRAG_LOADING,{frag:t,part:Ie,targetBufferTime:s}),this.fragCurrent===null?Promise.reject(new Error("frag load aborted, context changed in FRAG_LOADING parts")):Ae}else if(!t.url||this.loadedEndOfParts(ce,s))return Promise.resolve(null)}}if(me(t)&&this.loadingParts)this.log(`LL-Part loading OFF after next part miss @${s.toFixed(2)}`),this.loadingParts=!1;else if(!t.url)return Promise.resolve(null);this.log(`Loading ${t.type} sn: ${t.sn} of ${this.fragInfo(t,!1)}) cc: ${t.cc} ${T?"["+T.startSN+"-"+T.endSN+"]":""}, target: ${parseFloat(s.toFixed(3))}`),r(t.sn)&&!this.bitrateTest&&(this.nextLoadPosition=t.start+t.duration),this.state=Gr.FRAG_LOADING;const N=this.config.progressive;let te;return N&&z?te=z.then(ce=>!ce||this.fragContextChanged(ce==null?void 0:ce.frag)?null:this.fragmentLoader.load(t,v)).catch(ce=>this.handleFragLoadError(ce)):te=Promise.all([this.fragmentLoader.load(t,N?v:void 0),z]).then(([ce])=>(!N&&ce&&v&&v(ce),ce)).catch(ce=>this.handleFragLoadError(ce)),this.hls.trigger(o.FRAG_LOADING,{frag:t,targetBufferTime:s}),this.fragCurrent===null?Promise.reject(new Error("frag load aborted, context changed in FRAG_LOADING")):te}doFragPartsLoad(t,n,s,v){return new Promise((w,T)=>{var z;const W=[],N=(z=s.details)==null?void 0:z.partList,te=ce=>{this.fragmentLoader.loadPart(t,ce,v).then(be=>{W[ce.index]=be;const Ie=be.part;this.hls.trigger(o.FRAG_LOADED,be);const Ae=lr(s.details,t.sn,ce.index+1)||Br(N,t.sn,ce.index+1);if(Ae)te(Ae);else return w({frag:t,part:Ie,partsLoaded:W})}).catch(T)};te(n)})}handleFragLoadError(t){if("data"in t){const n=t.data;t.data&&n.details===f.INTERNAL_ABORTED?this.handleFragLoadAborted(n.frag,n.part):this.hls.trigger(o.ERROR,n)}else this.hls.trigger(o.ERROR,{type:c.OTHER_ERROR,details:f.INTERNAL_EXCEPTION,err:t,error:t,fatal:!0});return null}_handleTransmuxerFlush(t){const n=this.getCurrentContext(t);if(!n||this.state!==Gr.PARSING){!this.fragCurrent&&this.state!==Gr.STOPPED&&this.state!==Gr.ERROR&&(this.state=Gr.IDLE);return}const{frag:s,part:v,level:w}=n,T=self.performance.now();s.stats.parsing.end=T,v&&(v.stats.parsing.end=T);const z=this.getLevelDetails(),N=z&&s.sn>z.endSN||this.shouldLoadParts(z,s.end);N!==this.loadingParts&&(this.log(`LL-Part loading ${N?"ON":"OFF"} after parsing segment ending @${s.end.toFixed(2)}`),this.loadingParts=N),this.updateLevelTiming(s,v,w,t.partial)}shouldLoadParts(t,n){if(this.config.lowLatencyMode){if(!t)return this.loadingParts;if(t!=null&&t.partList){var s;const w=t.partList[0],T=w.end+(((s=t.fragmentHint)==null?void 0:s.duration)||0);if(n>=T){var v;if((this.hls.hasEnoughToStart?((v=this.media)==null?void 0:v.currentTime)||this.lastCurrentTime:this.getLoadPosition())>w.start-w.fragment.duration)return!0}}}return!1}getCurrentContext(t){const{levels:n,fragCurrent:s}=this,{level:v,sn:w,part:T}=t;if(!(n!=null&&n[v]))return this.warn(`Levels object was unset while buffering fragment ${w} of ${this.playlistLabel()} ${v}. The current chunk will not be buffered.`),null;const z=n[v],W=z.details,N=T>-1?lr(W,w,T):null,te=N?N.fragment:Kn(W,w,s);return te?(s&&s!==te&&(te.stats=s.stats),{frag:te,part:N,level:z}):null}bufferFragmentData(t,n,s,v,w){var T;if(!t||this.state!==Gr.PARSING)return;const{data1:z,data2:W}=t;let N=z;if(z&&W&&(N=Qe(z,W)),!((T=N)!=null&&T.length))return;const te={type:t.type,frag:n,part:s,chunkMeta:v,parent:n.type,data:N};if(this.hls.trigger(o.BUFFER_APPENDING,te),t.dropped&&t.independent&&!s){if(w)return;this.flushBufferGap(n)}}flushBufferGap(t){const n=this.media;if(!n)return;if(!gi.isBuffered(n,n.currentTime)){this.flushMainBuffer(0,t.start);return}const s=n.currentTime,v=gi.bufferInfo(n,s,0),w=t.duration,T=Math.min(this.config.maxFragLookUpTolerance*2,w*.25),z=Math.max(Math.min(t.start-T,v.end-T),s+T);t.start-z>T&&this.flushMainBuffer(z,t.start)}getFwdBufferInfo(t,n){var s;const v=this.getLoadPosition();if(!r(v))return null;const T=this.lastCurrentTime>v||(s=this.media)!=null&&s.paused?0:this.config.maxBufferHole;return this.getFwdBufferInfoAtPos(t,v,n,T)}getFwdBufferInfoAtPos(t,n,s,v){const w=gi.bufferInfo(t,n,v);if(w.len===0&&w.nextStart!==void 0){const T=this.fragmentTracker.getBufferedFrag(n,s);if(T&&(w.nextStart<=T.end||T.gap)){const z=Math.max(Math.min(w.nextStart,T.end)-n,v);return gi.bufferInfo(t,n,z)}}return w}getMaxBufferLength(t){const{config:n}=this;let s;return t?s=Math.max(8*n.maxBufferSize/t,n.maxBufferLength):s=n.maxBufferLength,Math.min(s,n.maxMaxBufferLength)}reduceMaxBufferLength(t,n){const s=this.config,v=Math.max(Math.min(t-n,s.maxBufferLength),n),w=Math.max(t-n*3,s.maxMaxBufferLength/2,v);return w>=v?(s.maxMaxBufferLength=w,this.warn(`Reduce max buffer length to ${w}s`),!0):!1}getAppendedFrag(t,n=u.MAIN){var s;const v=(s=this.fragmentTracker)==null?void 0:s.getAppendedFrag(t,n);return v&&"fragment"in v?v.fragment:v}getNextFragment(t,n){const s=n.fragments,v=s.length;if(!v)return null;const{config:w}=this,T=s[0].start,z=w.lowLatencyMode&&!!n.partList;let W=null;if(n.live){const ce=w.initialLiveManifestSize;if(v<ce)return this.warn(`Not enough fragments to start playback (have: ${v}, need: ${ce})`),null;if(!n.PTSKnown&&!this.startFragRequested&&this.startPosition===-1||t<T){var N;z&&!this.loadingParts&&(this.log("LL-Part loading ON for initial live fragment"),this.loadingParts=!0),W=this.getInitialLiveFragment(n);const be=this.hls.startPosition,Ie=this.hls.liveSyncPosition,Ae=W?(be!==-1&&be>=T?be:Ie)||W.start:t;this.log(`Setting startPosition to ${Ae} to match start frag at live edge. mainStart: ${be} liveSyncPosition: ${Ie} frag.start: ${(N=W)==null?void 0:N.start}`),this.startPosition=this.nextLoadPosition=Ae}}else t<=T&&(W=s[0]);if(!W){const ce=this.loadingParts?n.partEnd:n.fragmentEnd;W=this.getFragmentAtPosition(t,ce,n)}let te=this.filterReplacedPrimary(W,n);if(!te&&W){const ce=W.sn-n.startSN;te=this.filterReplacedPrimary(s[ce+1]||null,n)}return this.mapToInitFragWhenRequired(te)}isLoopLoading(t,n){const s=this.fragmentTracker.getState(t);return(s===rr.OK||s===rr.PARTIAL&&!!t.gap)&&this.nextLoadPosition>n}getNextFragmentLoopLoading(t,n,s,v,w){let T=null;if(t.gap&&(T=this.getNextFragment(this.nextLoadPosition,n),T&&!T.gap&&s.nextStart)){const z=this.getFwdBufferInfoAtPos(this.mediaBuffer?this.mediaBuffer:this.media,s.nextStart,v,0);if(z!==null&&s.len+z.len>=w){const W=T.sn;return this.loopSn!==W&&(this.log(`buffer full after gaps in "${v}" playlist starting at sn: ${W}`),this.loopSn=W),null}}return this.loopSn=void 0,T}get primaryPrefetch(){if(Pi(this.hls.config)){var t,n;if((t=this.hls.interstitialsManager)==null||(n=t.playingItem)==null?void 0:n.event)return!0}return!1}filterReplacedPrimary(t,n){if(!t)return t;if(Pi(this.hls.config)&&t.type!==u.SUBTITLE){const s=this.hls.interstitialsManager,v=s==null?void 0:s.bufferingItem;if(v){const T=v.event;if(T){if(T.appendInPlace||Math.abs(t.start-v.start)>1||v.start===0)return null}else if(t.end<=v.start&&(n==null?void 0:n.live)===!1||t.start>v.end&&v.nextEvent&&(v.nextEvent.appendInPlace||t.start-v.end>1))return null}const w=s==null?void 0:s.playerQueue;if(w)for(let T=w.length;T--;){const z=w[T].interstitial;if(z.appendInPlace&&t.start>=z.startTime&&t.end<=z.resumeTime)return null}}return t}mapToInitFragWhenRequired(t){return t!=null&&t.initSegment&&!(t!=null&&t.initSegment.data)&&!this.bitrateTest?t.initSegment:t}getNextPart(t,n,s){let v=-1,w=!1,T=!0;for(let z=0,W=t.length;z<W;z++){const N=t[z];if(T=T&&!N.independent,v>-1&&s<N.start)break;const te=N.loaded;te?v=-1:(w||N.independent||T)&&N.fragment===n&&(v=z),w=te}return v}loadedEndOfParts(t,n){const s=t[t.length-1];return s&&n>s.start&&s.loaded}getInitialLiveFragment(t){const n=t.fragments,s=this.fragPrevious;let v=null;if(s){if(t.hasProgramDateTime&&(this.log(`Live playlist, switching playlist, load frag with same PDT: ${s.programDateTime}`),v=xi(n,s.endProgramDateTime,this.config.maxFragLookUpTolerance)),!v){const w=s.sn+1;if(w>=t.startSN&&w<=t.endSN){const T=n[w-t.startSN];s.cc===T.cc&&(v=T,this.log(`Live playlist, switching playlist, load frag with next SN: ${v.sn}`))}v||(v=tt(t,s.cc,s.end),v&&this.log(`Live playlist, switching playlist, load frag with same CC: ${v.sn}`))}}else{const w=this.hls.liveSyncPosition;w!==null&&(v=this.getFragmentAtPosition(w,this.bitrateTest?t.fragmentEnd:t.edge,t))}return v}getFragmentAtPosition(t,n,s){const{config:v}=this;let{fragPrevious:w}=this,{fragments:T,endSN:z}=s;const{fragmentHint:W}=s,{maxFragLookUpTolerance:N}=v,te=s.partList,ce=!!(this.loadingParts&&te!=null&&te.length&&W);ce&&W&&!this.bitrateTest&&te[te.length-1].fragment.sn===W.sn&&(T=T.concat(W),z=W.sn);let be;if(t<n){var Ie;const at=t<this.lastCurrentTime||t>n-N||(Ie=this.media)!=null&&Ie.paused||!this.startFragRequested?0:N;be=lt(w,T,t,at)}else be=T[T.length-1];if(be){const Ae=be.sn-s.startSN,at=this.fragmentTracker.getState(be);if((at===rr.OK||at===rr.PARTIAL&&be.gap)&&(w=be),w&&be.sn===w.sn&&(!ce||te[0].fragment.sn>be.sn||!s.live&&!ce)&&w&&be.level===w.level){const Rt=T[Ae+1];be.sn<z&&this.fragmentTracker.getState(Rt)!==rr.OK?be=Rt:be=null}}return be}alignPlaylists(t,n,s){const v=t.fragments.length;if(!v)return this.warn("No fragments in live playlist"),0;const w=t.fragmentStart,T=!n,z=t.alignedSliding&&r(w);if(T||!z&&!w){Yn(s,t);const W=t.fragmentStart;return this.log(`Live playlist sliding: ${W.toFixed(2)} start-sn: ${n?n.startSN:"na"}->${t.startSN} fragments: ${v}`),W}return w}waitForCdnTuneIn(t){return t.live&&t.canBlockReload&&t.partTarget&&t.tuneInGoal>Math.max(t.partHoldBack,t.partTarget*3)}setStartPosition(t,n){let s=this.startPosition;s<n&&(s=-1);const v=this.timelineOffset;if(s===-1){const w=this.startTimeOffset!==null,T=w?this.startTimeOffset:t.startTimeOffset;T!==null&&r(T)?(s=n+T,T<0&&(s+=t.edge),s=Math.min(Math.max(n,s),n+t.totalduration),this.log(`Setting startPosition to ${s} for start time offset ${T} found in ${w?"multivariant":"media"} playlist`),this.startPosition=s):t.live?(s=this.hls.liveSyncPosition||n,this.log(`Setting startPosition to -1 to start at live edge ${s}`),this.startPosition=-1):(this.log("setting startPosition to 0 by default"),this.startPosition=s=0),this.lastCurrentTime=s+v}this.nextLoadPosition=s+v}getLoadPosition(){var t;const{media:n}=this;let s=0;return(t=this.hls)!=null&&t.hasEnoughToStart&&n?s=n.currentTime:this.nextLoadPosition>=0&&(s=this.nextLoadPosition),s}handleFragLoadAborted(t,n){this.transmuxer&&t.type===this.playlistType&&me(t)&&t.stats.aborted&&(this.warn(`Fragment ${t.sn}${n?" part "+n.index:""} of ${this.playlistLabel()} ${t.level} was aborted`),this.resetFragmentLoading(t))}resetFragmentLoading(t){(!this.fragCurrent||!this.fragContextChanged(t)&&this.state!==Gr.FRAG_LOADING_WAITING_RETRY)&&(this.state=Gr.IDLE)}onFragmentOrKeyLoadError(t,n){if(n.chunkMeta&&!n.frag){const Ae=this.getCurrentContext(n.chunkMeta);Ae&&(n.frag=Ae.frag)}const s=n.frag;if(!s||s.type!==t||!this.levels)return;if(this.fragContextChanged(s)){var v;this.warn(`Frag load error must match current frag to retry ${s.url} > ${(v=this.fragCurrent)==null?void 0:v.url}`);return}const w=n.details===f.FRAG_GAP;w&&this.fragmentTracker.fragBuffered(s,!0);const T=n.errorAction,{action:z,flags:W,retryCount:N=0,retryConfig:te}=T||{},ce=!!T&&!!te,be=ce&&z===Ze.RetryRequest,Ie=ce&&!T.resolved&&W===Je.MoveAllAlternatesMatchingHost;if(!be&&Ie&&me(s)&&!s.endList)this.resetFragmentErrors(t),this.treatAsGap(s),T.resolved=!0;else if((be||Ie)&&N<te.maxNumRetry){this.resetStartWhenNotLoaded(this.levelLastLoaded);const Ae=ur(te,N);this.warn(`Fragment ${s.sn} of ${t} ${s.level} errored with ${n.details}, retrying loading ${N+1}/${te.maxNumRetry} in ${Ae}ms`),T.resolved=!0,this.retryDate=self.performance.now()+Ae,this.state=Gr.FRAG_LOADING_WAITING_RETRY}else if(te&&T)if(this.resetFragmentErrors(t),N<te.maxNumRetry)!w&&z!==Ze.RemoveAlternatePermanently&&(T.resolved=!0);else{this.warn(`${n.details} reached or exceeded max retry (${N})`);return}else z===Ze.SendAlternateToPenaltyBox?this.state=Gr.WAITING_LEVEL:this.state=Gr.ERROR;this.tickImmediate()}reduceLengthAndFlushBuffer(t){if(this.state===Gr.PARSING||this.state===Gr.PARSED){const n=t.frag,s=t.parent,v=this.getFwdBufferInfo(this.mediaBuffer,s),w=v&&v.len>.5;w&&this.reduceMaxBufferLength(v.len,(n==null?void 0:n.duration)||10);const T=!w;return T&&this.warn(`Buffer full error while media.currentTime is not buffered, flush ${s} buffer`),n&&(this.fragmentTracker.removeFragment(n),this.nextLoadPosition=n.start),this.resetLoadingState(),T}return!1}resetFragmentErrors(t){t===u.AUDIO&&(this.fragCurrent=null),this.hls.hasEnoughToStart||(this.startFragRequested=!1),this.state!==Gr.STOPPED&&(this.state=Gr.IDLE)}afterBufferFlushed(t,n,s){if(!t)return;const v=gi.getBuffered(t);this.fragmentTracker.detectEvictedFragments(n,v,s),this.state===Gr.ENDED&&this.resetLoadingState()}resetLoadingState(){this.log("Reset loading state"),this.fragCurrent=null,this.fragPrevious=null,this.state!==Gr.STOPPED&&(this.state=Gr.IDLE)}resetStartWhenNotLoaded(t){if(!this.hls.hasEnoughToStart){this.startFragRequested=!1;const n=t?t.details:null;n!=null&&n.live?(this.log("resetting startPosition for live start"),this.startPosition=-1,this.setStartPosition(n,n.fragmentStart),this.resetLoadingState()):this.nextLoadPosition=this.startPosition}}resetWhenMissingContext(t){this.warn(`The loading context changed while buffering fragment ${t.sn} of ${this.playlistLabel()} ${t.level}. This chunk will not be buffered.`),this.removeUnbufferedFrags(),this.resetStartWhenNotLoaded(this.levelLastLoaded),this.resetLoadingState()}removeUnbufferedFrags(t=0){this.fragmentTracker.removeFragmentsInRange(t,1/0,this.playlistType,!1,!0)}updateLevelTiming(t,n,s,v){const w=s.details;if(!w){this.warn("level.details undefined");return}if(!Object.keys(t.elementaryStreams).reduce((W,N)=>{const te=t.elementaryStreams[N];if(te){const ce=te.endPTS-te.startPTS;if(ce<=0)return this.warn(`Could not parse fragment ${t.sn} ${N} duration reliably (${ce})`),W||!1;const be=v?0:qt(w,t,te.startPTS,te.endPTS,te.startDTS,te.endDTS);return this.hls.trigger(o.LEVEL_PTS_UPDATED,{details:w,level:s,drift:be,type:N,frag:t,start:te.startPTS,end:te.endPTS}),!0}return W},!1)){var z;if(s.fragmentError===0&&this.treatAsGap(t,s),((z=this.transmuxer)==null?void 0:z.error)===null){const W=new Error(`Found no media in fragment ${t.sn} of ${this.playlistLabel()} ${t.level} resetting transmuxer to fallback to playlist timing`);if(this.warn(W.message),this.hls.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.FRAG_PARSING_ERROR,fatal:!1,error:W,frag:t,reason:`Found no media in msn ${t.sn} of ${this.playlistLabel()} "${s.url}"`}),!this.hls)return;this.resetTransmuxer()}}this.state=Gr.PARSED,this.log(`Parsed ${t.type} sn: ${t.sn}${n?" part: "+n.index:""} of ${this.fragInfo(t,!1,n)})`),this.hls.trigger(o.FRAG_PARSED,{frag:t,part:n})}playlistLabel(){return this.playlistType===u.MAIN?"level":"track"}fragInfo(t,n=!0,s){var v,w;return`${this.playlistLabel()} ${t.level} (${s?"part":"frag"}:[${((v=n&&!s?t.startPTS:(s||t).start)!=null?v:NaN).toFixed(3)}-${((w=n&&!s?t.endPTS:(s||t).end)!=null?w:NaN).toFixed(3)}]${s&&t.type==="main"?"INDEPENDENT="+(s.independent?"YES":"NO"):""}`}treatAsGap(t,n){n&&n.fragmentError++,t.gap=!0,this.fragmentTracker.removeFragment(t),this.fragmentTracker.fragBuffered(t,!0)}resetTransmuxer(){var t;(t=this.transmuxer)==null||t.reset()}recoverWorkerError(t){t.event==="demuxerWorker"&&(this.fragmentTracker.removeAllFragments(),this.transmuxer&&(this.transmuxer.destroy(),this.transmuxer=null),this.resetStartWhenNotLoaded(this.levelLastLoaded),this.resetLoadingState())}set state(t){const n=this._state;n!==t&&(this._state=t,this.log(`${n}->${t}`))}get state(){return this._state}}function Pi(P){return!!P.interstitialsController&&P.enableInterstitialPlayback!==!1}class aa{constructor(){this.chunks=[],this.dataLength=0}push(t){this.chunks.push(t),this.dataLength+=t.length}flush(){const{chunks:t,dataLength:n}=this;let s;if(t.length)t.length===1?s=t[0]:s=Os(t,n);else return new Uint8Array(0);return this.reset(),s}reset(){this.chunks.length=0,this.dataLength=0}}function Os(P,t){const n=new Uint8Array(t);let s=0;for(let v=0;v<P.length;v++){const w=P[v];n.set(w,s),s+=w.length}return n}var oi={exports:{}},Ws;function zo(){return Ws||(Ws=1,function(P){var t=Object.prototype.hasOwnProperty,n="~";function s(){}Object.create&&(s.prototype=Object.create(null),new s().__proto__||(n=!1));function v(W,N,te){this.fn=W,this.context=N,this.once=te||!1}function w(W,N,te,ce,be){if(typeof te!="function")throw new TypeError("The listener must be a function");var Ie=new v(te,ce||W,be),Ae=n?n+N:N;return W._events[Ae]?W._events[Ae].fn?W._events[Ae]=[W._events[Ae],Ie]:W._events[Ae].push(Ie):(W._events[Ae]=Ie,W._eventsCount++),W}function T(W,N){--W._eventsCount===0?W._events=new s:delete W._events[N]}function z(){this._events=new s,this._eventsCount=0}z.prototype.eventNames=function(){var N=[],te,ce;if(this._eventsCount===0)return N;for(ce in te=this._events)t.call(te,ce)&&N.push(n?ce.slice(1):ce);return Object.getOwnPropertySymbols?N.concat(Object.getOwnPropertySymbols(te)):N},z.prototype.listeners=function(N){var te=n?n+N:N,ce=this._events[te];if(!ce)return[];if(ce.fn)return[ce.fn];for(var be=0,Ie=ce.length,Ae=new Array(Ie);be<Ie;be++)Ae[be]=ce[be].fn;return Ae},z.prototype.listenerCount=function(N){var te=n?n+N:N,ce=this._events[te];return ce?ce.fn?1:ce.length:0},z.prototype.emit=function(N,te,ce,be,Ie,Ae){var at=n?n+N:N;if(!this._events[at])return!1;var rt=this._events[at],Rt=arguments.length,dr,sr;if(rt.fn){switch(rt.once&&this.removeListener(N,rt.fn,void 0,!0),Rt){case 1:return rt.fn.call(rt.context),!0;case 2:return rt.fn.call(rt.context,te),!0;case 3:return rt.fn.call(rt.context,te,ce),!0;case 4:return rt.fn.call(rt.context,te,ce,be),!0;case 5:return rt.fn.call(rt.context,te,ce,be,Ie),!0;case 6:return rt.fn.call(rt.context,te,ce,be,Ie,Ae),!0}for(sr=1,dr=new Array(Rt-1);sr<Rt;sr++)dr[sr-1]=arguments[sr];rt.fn.apply(rt.context,dr)}else{var kr=rt.length,Hr;for(sr=0;sr<kr;sr++)switch(rt[sr].once&&this.removeListener(N,rt[sr].fn,void 0,!0),Rt){case 1:rt[sr].fn.call(rt[sr].context);break;case 2:rt[sr].fn.call(rt[sr].context,te);break;case 3:rt[sr].fn.call(rt[sr].context,te,ce);break;case 4:rt[sr].fn.call(rt[sr].context,te,ce,be);break;default:if(!dr)for(Hr=1,dr=new Array(Rt-1);Hr<Rt;Hr++)dr[Hr-1]=arguments[Hr];rt[sr].fn.apply(rt[sr].context,dr)}}return!0},z.prototype.on=function(N,te,ce){return w(this,N,te,ce,!1)},z.prototype.once=function(N,te,ce){return w(this,N,te,ce,!0)},z.prototype.removeListener=function(N,te,ce,be){var Ie=n?n+N:N;if(!this._events[Ie])return this;if(!te)return T(this,Ie),this;var Ae=this._events[Ie];if(Ae.fn)Ae.fn===te&&(!be||Ae.once)&&(!ce||Ae.context===ce)&&T(this,Ie);else{for(var at=0,rt=[],Rt=Ae.length;at<Rt;at++)(Ae[at].fn!==te||be&&!Ae[at].once||ce&&Ae[at].context!==ce)&&rt.push(Ae[at]);rt.length?this._events[Ie]=rt.length===1?rt[0]:rt:T(this,Ie)}return this},z.prototype.removeAllListeners=function(N){var te;return N?(te=n?n+N:N,this._events[te]&&T(this,te)):(this._events=new s,this._eventsCount=0),this},z.prototype.off=z.prototype.removeListener,z.prototype.addListener=z.prototype.on,z.prefixed=n,z.EventEmitter=z,P.exports=z}(oi)),oi.exports}var Ls=zo(),ya=K(Ls);const Va="1.6.5",ys={};function Nn(){return typeof __HLS_WORKER_BUNDLE__=="function"}function Ns(){const P=ys[Va];if(P)return P.clientCount++,P;const t=new self.Blob([`var exports={};var module={exports:exports};function define(f){f()};define.amd=true;(${__HLS_WORKER_BUNDLE__.toString()})(true);`],{type:"text/javascript"}),n=self.URL.createObjectURL(t),v={worker:new self.Worker(n),objectURL:n,clientCount:1};return ys[Va]=v,v}function js(P){const t=ys[P];if(t)return t.clientCount++,t;const n=new self.URL(P,self.location.href).href,v={worker:new self.Worker(n),scriptURL:n,clientCount:1};return ys[P]=v,v}function Ye(P){const t=ys[P||Va];if(t&&t.clientCount--===1){const{worker:s,objectURL:v}=t;delete ys[P||Va],v&&self.URL.revokeObjectURL(v),s.terminate()}}function qe(P,t){return t+10<=P.length&&P[t]===51&&P[t+1]===68&&P[t+2]===73&&P[t+3]<255&&P[t+4]<255&&P[t+6]<128&&P[t+7]<128&&P[t+8]<128&&P[t+9]<128}function Mt(P,t){return t+10<=P.length&&P[t]===73&&P[t+1]===68&&P[t+2]===51&&P[t+3]<255&&P[t+4]<255&&P[t+6]<128&&P[t+7]<128&&P[t+8]<128&&P[t+9]<128}function Vt(P,t){let n=0;return n=(P[t]&127)<<21,n|=(P[t+1]&127)<<14,n|=(P[t+2]&127)<<7,n|=P[t+3]&127,n}function pr(P,t){const n=t;let s=0;for(;Mt(P,t);){s+=10;const v=Vt(P,t+6);s+=v,qe(P,t+10)&&(s+=10),t+=s}if(s>0)return P.subarray(n,n+s)}function Fr(P,t,n,s){const v=[96e3,88200,64e3,48e3,44100,32e3,24e3,22050,16e3,12e3,11025,8e3,7350],w=t[n+2],T=w>>2&15;if(T>12){const Ie=new Error(`invalid ADTS sampling index:${T}`);P.emit(o.ERROR,o.ERROR,{type:c.MEDIA_ERROR,details:f.FRAG_PARSING_ERROR,fatal:!0,error:Ie,reason:Ie.message});return}const z=(w>>6&3)+1,W=t[n+3]>>6&3|(w&1)<<2,N="mp4a.40."+z,te=v[T];let ce=T;(z===5||z===29)&&(ce-=3);const be=[z<<3|(ce&14)>>1,(ce&1)<<7|W<<3];return V.log(`manifest codec:${s}, parsed codec:${N}, channels:${W}, rate:${te} (ADTS object type:${z} sampling index:${T})`),{config:be,samplerate:te,channelCount:W,codec:N,parsedCodec:N,manifestCodec:s}}function Zr(P,t){return P[t]===255&&(P[t+1]&246)===240}function vn(P,t){return P[t+1]&1?7:9}function tn(P,t){return(P[t+3]&3)<<11|P[t+4]<<3|(P[t+5]&224)>>>5}function xn(P,t){return t+5<P.length}function Xn(P,t){return t+1<P.length&&Zr(P,t)}function ti(P,t){return xn(P,t)&&Zr(P,t)&&tn(P,t)<=P.length-t}function wi(P,t){if(Xn(P,t)){const n=vn(P,t);if(t+n>=P.length)return!1;const s=tn(P,t);if(s<=n)return!1;const v=t+s;return v===P.length||Xn(P,v)}return!1}function Ai(P,t,n,s,v){if(!P.samplerate){const w=Fr(t,n,s,v);if(!w)return;y(P,w)}}function Hi(P){return 9216e4/P}function Ni(P,t){const n=vn(P,t);if(t+n<=P.length){const s=tn(P,t)-n;if(s>0)return{headerLength:n,frameLength:s}}}function Ei(P,t,n,s,v){const w=Hi(P.samplerate),T=s+v*w,z=Ni(t,n);let W;if(z){const{frameLength:ce,headerLength:be}=z,Ie=be+ce,Ae=Math.max(0,n+Ie-t.length);Ae?(W=new Uint8Array(Ie-be),W.set(t.subarray(n+be,t.length),0)):W=t.subarray(n+be,n+Ie);const at={unit:W,pts:T};return Ae||P.samples.push(at),{sample:at,length:Ie,missing:Ae}}const N=t.length-n;return W=new Uint8Array(N),W.set(t.subarray(n,t.length),0),{sample:{unit:W,pts:T},length:N,missing:-1}}function ba(P,t){return Mt(P,t)&&Vt(P,t+6)+10<=P.length-t}function Ii(P){return P instanceof ArrayBuffer?P:P.byteOffset==0&&P.byteLength==P.buffer.byteLength?P.buffer:new Uint8Array(P).buffer}function di(P,t=0,n=1/0){return la(P,t,n,Uint8Array)}function la(P,t,n,s){const v=eo(P);let w=1;"BYTES_PER_ELEMENT"in s&&(w=s.BYTES_PER_ELEMENT);const T=Ss(P)?P.byteOffset:0,z=(T+P.byteLength)/w,W=(T+t)/w,N=Math.floor(Math.max(0,Math.min(W,z))),te=Math.floor(Math.min(N+Math.max(n,0),z));return new s(v,N,te-N)}function eo(P){return P instanceof ArrayBuffer?P:P.buffer}function Ss(P){return P&&P.buffer instanceof ArrayBuffer&&P.byteLength!==void 0&&P.byteOffset!==void 0}function Yi(P){const t={key:P.type,description:"",data:"",mimeType:null,pictureType:null},n=3;if(P.size<2)return;if(P.data[0]!==n){console.log("Ignore frame with unrecognized character encoding");return}const s=P.data.subarray(1).indexOf(0);if(s===-1)return;const v=Q(di(P.data,1,s)),w=P.data[2+s],T=P.data.subarray(3+s).indexOf(0);if(T===-1)return;const z=Q(di(P.data,3+s,T));let W;return v==="-->"?W=Q(di(P.data,4+s+T)):W=Ii(P.data.subarray(4+s+T)),t.mimeType=v,t.pictureType=w,t.description=z,t.data=W,t}function La(P){if(P.size<2)return;const t=Q(P.data,!0),n=new Uint8Array(P.data.subarray(t.length+1));return{key:P.type,info:t,data:n.buffer}}function ta(P){if(P.size<2)return;if(P.type==="TXXX"){let n=1;const s=Q(P.data.subarray(n),!0);n+=s.length+1;const v=Q(P.data.subarray(n));return{key:P.type,info:s,data:v}}const t=Q(P.data.subarray(1));return{key:P.type,info:"",data:t}}function Ri(P){if(P.type==="WXXX"){if(P.size<2)return;let n=1;const s=Q(P.data.subarray(n),!0);n+=s.length+1;const v=Q(P.data.subarray(n));return{key:P.type,info:s,data:v}}const t=Q(P.data);return{key:P.type,info:"",data:t}}function xa(P){return P.type==="PRIV"?La(P):P.type[0]==="W"?Ri(P):P.type==="APIC"?Yi(P):ta(P)}function Ka(P){const t=String.fromCharCode(P[0],P[1],P[2],P[3]),n=Vt(P,4),s=10;return{type:t,size:n,data:P.subarray(s,s+n)}}const Fa=10,io=10;function Ja(P){let t=0;const n=[];for(;Mt(P,t);){const s=Vt(P,t+6);P[t+5]>>6&1&&(t+=Fa),t+=Fa;const v=t+s;for(;t+io<v;){const w=Ka(P.subarray(t)),T=xa(w);T&&n.push(T),t+=w.size+Fa}qe(P,t)&&(t+=Fa)}return n}function ao(P){return P&&P.key==="PRIV"&&P.info==="com.apple.streaming.transportStreamTimestamp"}function es(P){if(P.data.byteLength===8){const t=new Uint8Array(P.data),n=t[3]&1;let s=(t[4]<<23)+(t[5]<<15)+(t[6]<<7)+t[7];return s/=45,n&&(s+=4772185884e-2),Math.round(s)}}function Us(P){const t=Ja(P);for(let n=0;n<t.length;n++){const s=t[n];if(ao(s))return es(s)}}let ts=function(P){return P.audioId3="org.id3",P.dateRange="com.apple.quicktime.HLS",P.emsg="https://aomedia.org/emsg/ID3",P.misbklv="urn:misb:KLV:bin:1910.1",P}({});function Zi(P="",t=9e4){return{type:P,id:-1,pid:-1,inputTimeScale:t,sequenceNumber:-1,samples:[],dropped:0}}class Ba{constructor(){this._audioTrack=void 0,this._id3Track=void 0,this.frameIndex=0,this.cachedData=null,this.basePTS=null,this.initPTS=null,this.lastPTS=null}resetInitSegment(t,n,s,v){this._id3Track={type:"id3",id:3,pid:-1,inputTimeScale:9e4,sequenceNumber:0,samples:[],dropped:0}}resetTimeStamp(t){this.initPTS=t,this.resetContiguity()}resetContiguity(){this.basePTS=null,this.lastPTS=null,this.frameIndex=0}canParse(t,n){return!1}appendFrame(t,n,s){}demux(t,n){this.cachedData&&(t=Qe(this.cachedData,t),this.cachedData=null);let s=pr(t,0),v=s?s.length:0,w;const T=this._audioTrack,z=this._id3Track,W=s?Us(s):void 0,N=t.length;for((this.basePTS===null||this.frameIndex===0&&r(W))&&(this.basePTS=Ds(W,n,this.initPTS),this.lastPTS=this.basePTS),this.lastPTS===null&&(this.lastPTS=this.basePTS),s&&s.length>0&&z.samples.push({pts:this.lastPTS,dts:this.lastPTS,data:s,type:ts.audioId3,duration:Number.POSITIVE_INFINITY});v<N;){if(this.canParse(t,v)){const te=this.appendFrame(T,t,v);te?(this.frameIndex++,this.lastPTS=te.sample.pts,v+=te.length,w=v):v=N}else ba(t,v)?(s=pr(t,v),z.samples.push({pts:this.lastPTS,dts:this.lastPTS,data:s,type:ts.audioId3,duration:Number.POSITIVE_INFINITY}),v+=s.length,w=v):v++;if(v===N&&w!==N){const te=t.slice(w);this.cachedData?this.cachedData=Qe(this.cachedData,te):this.cachedData=te}}return{audioTrack:T,videoTrack:Zi(),id3Track:z,textTrack:Zi()}}demuxSampleAes(t,n,s){return Promise.reject(new Error(`[${this}] This demuxer does not support Sample-AES decryption`))}flush(t){const n=this.cachedData;return n&&(this.cachedData=null,this.demux(n,0)),{audioTrack:this._audioTrack,videoTrack:Zi(),id3Track:this._id3Track,textTrack:Zi()}}destroy(){this.cachedData=null,this._audioTrack=this._id3Track=void 0}}const Ds=(P,t,n)=>{if(r(P))return P*90;const s=n?n.baseTime*9e4/n.timescale:0;return t*9e4+s};let ha=null;const ye=[32,64,96,128,160,192,224,256,288,320,352,384,416,448,32,48,56,64,80,96,112,128,160,192,224,256,320,384,32,40,48,56,64,80,96,112,128,160,192,224,256,320,32,48,56,64,80,96,112,128,144,160,176,192,224,256,8,16,24,32,40,48,56,64,80,96,112,128,144,160],Ee=[44100,48e3,32e3,22050,24e3,16e3,11025,12e3,8e3],Ar=[[0,72,144,12],[0,0,0,0],[0,72,144,12],[0,144,144,12]],qr=[0,1,1,4];function br(P,t,n,s,v){if(n+24>t.length)return;const w=Xr(t,n);if(w&&n+w.frameLength<=t.length){const T=w.samplesPerFrame*9e4/w.sampleRate,z=s+v*T,W={unit:t.subarray(n,n+w.frameLength),pts:z,dts:z};return P.config=[],P.channelCount=w.channelCount,P.samplerate=w.sampleRate,P.samples.push(W),{sample:W,length:w.frameLength,missing:0}}}function Xr(P,t){const n=P[t+1]>>3&3,s=P[t+1]>>1&3,v=P[t+2]>>4&15,w=P[t+2]>>2&3;if(n!==1&&v!==0&&v!==15&&w!==3){const T=P[t+2]>>1&1,z=P[t+3]>>6,W=n===3?3-s:s===3?3:4,N=ye[W*14+v-1]*1e3,ce=Ee[(n===3?0:n===2?1:2)*3+w],be=z===3?1:2,Ie=Ar[n][s],Ae=qr[s],at=Ie*8*Ae,rt=Math.floor(Ie*N/ce+T)*Ae;if(ha===null){const sr=(navigator.userAgent||"").match(/Chrome\/(\d+)/i);ha=sr?parseInt(sr[1]):0}return!!ha&&ha<=87&&s===2&&N>=224e3&&z===0&&(P[t+3]=P[t+3]|128),{sampleRate:ce,channelCount:be,frameLength:rt,samplesPerFrame:at}}}function Cn(P,t){return P[t]===255&&(P[t+1]&224)===224&&(P[t+1]&6)!==0}function Qn(P,t){return t+1<P.length&&Cn(P,t)}function Li(P,t){return Cn(P,t)&&4<=P.length-t}function Ln(P,t){if(t+1<P.length&&Cn(P,t)){const s=Xr(P,t);let v=4;s!=null&&s.frameLength&&(v=s.frameLength);const w=t+v;return w===P.length||Qn(P,w)}return!1}class Mn extends Ba{constructor(t,n){super(),this.observer=void 0,this.config=void 0,this.observer=t,this.config=n}resetInitSegment(t,n,s,v){super.resetInitSegment(t,n,s,v),this._audioTrack={container:"audio/adts",type:"audio",id:2,pid:-1,sequenceNumber:0,segmentCodec:"aac",samples:[],manifestCodec:n,duration:v,inputTimeScale:9e4,dropped:0}}static probe(t,n){if(!t)return!1;const s=pr(t,0);let v=(s==null?void 0:s.length)||0;if(Ln(t,v))return!1;for(let w=t.length;v<w;v++)if(wi(t,v))return n.log("ADTS sync word found !"),!0;return!1}canParse(t,n){return ti(t,n)}appendFrame(t,n,s){Ai(t,this.observer,n,s,t.manifestCodec);const v=Ei(t,n,s,this.basePTS,this.frameIndex);if(v&&v.missing===0)return v}}const jn=(P,t)=>{let n=0,s=5;t+=s;const v=new Uint32Array(1),w=new Uint32Array(1),T=new Uint8Array(1);for(;s>0;){T[0]=P[t];const z=Math.min(s,8),W=8-z;w[0]=4278190080>>>24+W<<W,v[0]=(T[0]&w[0])>>W,n=n?n<<z|v[0]:v[0],t+=1,s-=z}return n};class ca extends Ba{constructor(t){super(),this.observer=void 0,this.observer=t}resetInitSegment(t,n,s,v){super.resetInitSegment(t,n,s,v),this._audioTrack={container:"audio/ac-3",type:"audio",id:2,pid:-1,sequenceNumber:0,segmentCodec:"ac3",samples:[],manifestCodec:n,duration:v,inputTimeScale:9e4,dropped:0}}canParse(t,n){return n+64<t.length}appendFrame(t,n,s){const v=$i(t,n,s,this.basePTS,this.frameIndex);if(v!==-1)return{sample:t.samples[t.samples.length-1],length:v,missing:0}}static probe(t){if(!t)return!1;const n=pr(t,0);if(!n)return!1;const s=n.length;return t[s]===11&&t[s+1]===119&&Us(n)!==void 0&&jn(t,s)<16}}function $i(P,t,n,s,v){if(n+8>t.length||t[n]!==11||t[n+1]!==119)return-1;const w=t[n+4]>>6;if(w>=3)return-1;const z=[48e3,44100,32e3][w],W=t[n+4]&63,te=[64,69,96,64,70,96,80,87,120,80,88,120,96,104,144,96,105,144,112,121,168,112,122,168,128,139,192,128,140,192,160,174,240,160,175,240,192,208,288,192,209,288,224,243,336,224,244,336,256,278,384,256,279,384,320,348,480,320,349,480,384,417,576,384,418,576,448,487,672,448,488,672,512,557,768,512,558,768,640,696,960,640,697,960,768,835,1152,768,836,1152,896,975,1344,896,976,1344,1024,1114,1536,1024,1115,1536,1152,1253,1728,1152,1254,1728,1280,1393,1920,1280,1394,1920][W*3+w]*2;if(n+te>t.length)return-1;const ce=t[n+6]>>5;let be=0;ce===2?be+=2:(ce&1&&ce!==1&&(be+=2),ce&4&&(be+=2));const Ie=(t[n+6]<<8|t[n+7])>>12-be&1,at=[2,1,2,3,3,4,4,5][ce]+Ie,rt=t[n+5]>>3,Rt=t[n+5]&7,dr=new Uint8Array([w<<6|rt<<1|Rt>>2,(Rt&3)<<6|ce<<3|Ie<<2|W>>4,W<<4&224]),sr=1536/z*9e4,kr=s+v*sr,Hr=t.subarray(n,n+te);return P.config=dr,P.channelCount=at,P.samplerate=z,P.samples.push({unit:Hr,pts:kr}),te}class _o extends Ba{resetInitSegment(t,n,s,v){super.resetInitSegment(t,n,s,v),this._audioTrack={container:"audio/mpeg",type:"audio",id:2,pid:-1,sequenceNumber:0,segmentCodec:"mp3",samples:[],manifestCodec:n,duration:v,inputTimeScale:9e4,dropped:0}}static probe(t){if(!t)return!1;const n=pr(t,0);let s=(n==null?void 0:n.length)||0;if(n&&t[s]===11&&t[s+1]===119&&Us(n)!==void 0&&jn(t,s)<=16)return!1;for(let v=t.length;s<v;s++)if(Ln(t,s))return V.log("MPEG Audio sync word found !"),!0;return!1}canParse(t,n){return Li(t,n)}appendFrame(t,n,s){if(this.basePTS!==null)return br(t,n,s,this.basePTS,this.frameIndex)}}const so=/\/emsg[-/]ID3/i;class ru{constructor(t,n){this.remainderData=null,this.timeOffset=0,this.config=void 0,this.videoTrack=void 0,this.audioTrack=void 0,this.id3Track=void 0,this.txtTrack=void 0,this.config=n}resetTimeStamp(){}resetInitSegment(t,n,s,v){const w=this.videoTrack=Zi("video",1),T=this.audioTrack=Zi("audio",1),z=this.txtTrack=Zi("text",1);if(this.id3Track=Zi("id3",1),this.timeOffset=0,!(t!=null&&t.byteLength))return;const W=et(t);if(W.video){const{id:N,timescale:te,codec:ce,supplemental:be}=W.video;w.id=N,w.timescale=z.timescale=te,w.codec=ce,w.supplemental=be}if(W.audio){const{id:N,timescale:te,codec:ce}=W.audio;T.id=N,T.timescale=te,T.codec=ce}z.id=Pt.text,w.sampleDuration=0,w.duration=T.duration=v}resetContiguity(){this.remainderData=null}static probe(t){return ot(t)}demux(t,n){this.timeOffset=n;let s=t;const v=this.videoTrack,w=this.txtTrack;if(this.config.progressive){this.remainderData&&(s=Qe(this.remainderData,t));const z=Pe(s);this.remainderData=z.remainder,v.samples=z.valid||new Uint8Array}else v.samples=s;const T=this.extractID3Track(v,n);return w.samples=Kt(n,v),{videoTrack:v,audioTrack:this.audioTrack,id3Track:T,textTrack:this.txtTrack}}flush(){const t=this.timeOffset,n=this.videoTrack,s=this.txtTrack;n.samples=this.remainderData||new Uint8Array,this.remainderData=null;const v=this.extractID3Track(n,this.timeOffset);return s.samples=Kt(t,n),{videoTrack:n,audioTrack:Zi(),id3Track:v,textTrack:Zi()}}extractID3Track(t,n){const s=this.id3Track;if(t.samples.length){const v=bt(t.samples,["emsg"]);v&&v.forEach(w=>{const T=Yt(w);if(so.test(T.schemeIdUri)){const z=hl(T,n);let W=T.eventDuration===4294967295?Number.POSITIVE_INFINITY:T.eventDuration/T.timeScale;W<=.001&&(W=Number.POSITIVE_INFINITY);const N=T.payload;s.samples.push({data:N,len:N.byteLength,dts:z,pts:z,type:ts.emsg,duration:W})}else if(this.config.enableEmsgKLVMetadata&&T.schemeIdUri.startsWith("urn:misb:KLV:bin:1910.1")){const z=hl(T,n);s.samples.push({data:T.payload,len:T.payload.byteLength,dts:z,pts:z,type:ts.misbklv,duration:Number.POSITIVE_INFINITY})}})}return s}demuxSampleAes(t,n,s){return Promise.reject(new Error("The MP4 demuxer does not support SAMPLE-AES decryption"))}destroy(){this.config=null,this.remainderData=null,this.videoTrack=this.audioTrack=this.id3Track=this.txtTrack=void 0}}function hl(P,t){return r(P.presentationTime)?P.presentationTime/P.timeScale:t+P.presentationTimeDelta/P.timeScale}class Yu{constructor(t,n,s){this.keyData=void 0,this.decrypter=void 0,this.keyData=s,this.decrypter=new Si(n,{removePKCS7Padding:!1})}decryptBuffer(t){return this.decrypter.decrypt(t,this.keyData.key.buffer,this.keyData.iv.buffer,mn.cbc)}decryptAacSample(t,n,s){const v=t[n].unit;if(v.length<=16)return;const w=v.subarray(16,v.length-v.length%16),T=w.buffer.slice(w.byteOffset,w.byteOffset+w.length);this.decryptBuffer(T).then(z=>{const W=new Uint8Array(z);v.set(W,16),this.decrypter.isSync()||this.decryptAacSamples(t,n+1,s)})}decryptAacSamples(t,n,s){for(;;n++){if(n>=t.length){s();return}if(!(t[n].unit.length<32)&&(this.decryptAacSample(t,n,s),!this.decrypter.isSync()))return}}getAvcEncryptedData(t){const n=Math.floor((t.length-48)/160)*16+16,s=new Int8Array(n);let v=0;for(let w=32;w<t.length-16;w+=160,v+=16)s.set(t.subarray(w,w+16),v);return s}getAvcDecryptedUnit(t,n){const s=new Uint8Array(n);let v=0;for(let w=32;w<t.length-16;w+=160,v+=16)t.set(s.subarray(v,v+16),w);return t}decryptAvcSample(t,n,s,v,w){const T=Ct(w.data),z=this.getAvcEncryptedData(T);this.decryptBuffer(z.buffer).then(W=>{w.data=this.getAvcDecryptedUnit(T,W),this.decrypter.isSync()||this.decryptAvcSamples(t,n,s+1,v)})}decryptAvcSamples(t,n,s,v){if(t instanceof Uint8Array)throw new Error("Cannot decrypt samples of type Uint8Array");for(;;n++,s=0){if(n>=t.length){v();return}const w=t[n].units;for(;!(s>=w.length);s++){const T=w[s];if(!(T.data.length<=48||T.type!==1&&T.type!==5)&&(this.decryptAvcSample(t,n,s,v,T),!this.decrypter.isSync()))return}}}}class pu{constructor(){this.VideoSample=null}createVideoSample(t,n,s){return{key:t,frame:!1,pts:n,dts:s,units:[],length:0}}getLastNalUnit(t){var n;let s=this.VideoSample,v;if((!s||s.units.length===0)&&(s=t[t.length-1]),(n=s)!=null&&n.units){const w=s.units;v=w[w.length-1]}return v}pushAccessUnit(t,n){if(t.units.length&&t.frame){if(t.pts===void 0){const s=n.samples,v=s.length;if(v){const w=s[v-1];t.pts=w.pts,t.dts=w.dts}else{n.dropped++;return}}n.samples.push(t)}}parseNALu(t,n,s){const v=n.byteLength;let w=t.naluState||0;const T=w,z=[];let W=0,N,te,ce,be=-1,Ie=0;for(w===-1&&(be=0,Ie=this.getNALuType(n,0),w=0,W=1);W<v;){if(N=n[W++],!w){w=N?0:1;continue}if(w===1){w=N?0:2;continue}if(!N)w=3;else if(N===1){if(te=W-w-1,be>=0){const Ae={data:n.subarray(be,te),type:Ie};z.push(Ae)}else{const Ae=this.getLastNalUnit(t.samples);Ae&&(T&&W<=4-T&&Ae.state&&(Ae.data=Ae.data.subarray(0,Ae.data.byteLength-T)),te>0&&(Ae.data=Qe(Ae.data,n.subarray(0,te)),Ae.state=0))}W<v?(ce=this.getNALuType(n,W),be=W,Ie=ce,w=0):w=-1}else w=0}if(be>=0&&w>=0){const Ae={data:n.subarray(be,v),type:Ie,state:w};z.push(Ae)}if(z.length===0){const Ae=this.getLastNalUnit(t.samples);Ae&&(Ae.data=Qe(Ae.data,n))}return t.naluState=w,z}}class Tl{constructor(t){this.data=void 0,this.bytesAvailable=void 0,this.word=void 0,this.bitsAvailable=void 0,this.data=t,this.bytesAvailable=t.byteLength,this.word=0,this.bitsAvailable=0}loadWord(){const t=this.data,n=this.bytesAvailable,s=t.byteLength-n,v=new Uint8Array(4),w=Math.min(4,n);if(w===0)throw new Error("no bytes available");v.set(t.subarray(s,s+w)),this.word=new DataView(v.buffer).getUint32(0),this.bitsAvailable=w*8,this.bytesAvailable-=w}skipBits(t){let n;t=Math.min(t,this.bytesAvailable*8+this.bitsAvailable),this.bitsAvailable>t?(this.word<<=t,this.bitsAvailable-=t):(t-=this.bitsAvailable,n=t>>3,t-=n<<3,this.bytesAvailable-=n,this.loadWord(),this.word<<=t,this.bitsAvailable-=t)}readBits(t){let n=Math.min(this.bitsAvailable,t);const s=this.word>>>32-n;if(t>32&&V.error("Cannot read more than 32 bits at a time"),this.bitsAvailable-=n,this.bitsAvailable>0)this.word<<=n;else if(this.bytesAvailable>0)this.loadWord();else throw new Error("no bits available");return n=t-n,n>0&&this.bitsAvailable?s<<n|this.readBits(n):s}skipLZ(){let t;for(t=0;t<this.bitsAvailable;++t)if(this.word&2147483648>>>t)return this.word<<=t,this.bitsAvailable-=t,t;return this.loadWord(),t+this.skipLZ()}skipUEG(){this.skipBits(1+this.skipLZ())}skipEG(){this.skipBits(1+this.skipLZ())}readUEG(){const t=this.skipLZ();return this.readBits(t+1)-1}readEG(){const t=this.readUEG();return 1&t?1+t>>>1:-1*(t>>>1)}readBoolean(){return this.readBits(1)===1}readUByte(){return this.readBits(8)}readUShort(){return this.readBits(16)}readUInt(){return this.readBits(32)}}class mu extends pu{parsePES(t,n,s,v){const w=this.parseNALu(t,s.data,v);let T=this.VideoSample,z,W=!1;s.data=null,T&&w.length&&!t.audFound&&(this.pushAccessUnit(T,t),T=this.VideoSample=this.createVideoSample(!1,s.pts,s.dts)),w.forEach(N=>{var te,ce;switch(N.type){case 1:{let at=!1;z=!0;const rt=N.data;if(W&&rt.length>4){const Rt=this.readSliceType(rt);(Rt===2||Rt===4||Rt===7||Rt===9)&&(at=!0)}if(at){var be;(be=T)!=null&&be.frame&&!T.key&&(this.pushAccessUnit(T,t),T=this.VideoSample=null)}T||(T=this.VideoSample=this.createVideoSample(!0,s.pts,s.dts)),T.frame=!0,T.key=at;break}case 5:z=!0,(te=T)!=null&&te.frame&&!T.key&&(this.pushAccessUnit(T,t),T=this.VideoSample=null),T||(T=this.VideoSample=this.createVideoSample(!0,s.pts,s.dts)),T.key=!0,T.frame=!0;break;case 6:{z=!0,Nt(N.data,1,s.pts,n.samples);break}case 7:{var Ie,Ae;z=!0,W=!0;const at=N.data,rt=this.readSPS(at);if(!t.sps||t.width!==rt.width||t.height!==rt.height||((Ie=t.pixelRatio)==null?void 0:Ie[0])!==rt.pixelRatio[0]||((Ae=t.pixelRatio)==null?void 0:Ae[1])!==rt.pixelRatio[1]){t.width=rt.width,t.height=rt.height,t.pixelRatio=rt.pixelRatio,t.sps=[at];const Rt=at.subarray(1,4);let dr="avc1.";for(let sr=0;sr<3;sr++){let kr=Rt[sr].toString(16);kr.length<2&&(kr="0"+kr),dr+=kr}t.codec=dr}break}case 8:z=!0,t.pps=[N.data];break;case 9:z=!0,t.audFound=!0,(ce=T)!=null&&ce.frame&&(this.pushAccessUnit(T,t),T=null),T||(T=this.VideoSample=this.createVideoSample(!1,s.pts,s.dts));break;case 12:z=!0;break;default:z=!1;break}T&&z&&T.units.push(N)}),v&&T&&(this.pushAccessUnit(T,t),this.VideoSample=null)}getNALuType(t,n){return t[n]&31}readSliceType(t){const n=new Tl(t);return n.readUByte(),n.readUEG(),n.readUEG()}skipScalingList(t,n){let s=8,v=8,w;for(let T=0;T<t;T++)v!==0&&(w=n.readEG(),v=(s+w+256)%256),s=v===0?s:v}readSPS(t){const n=new Tl(t);let s=0,v=0,w=0,T=0,z,W,N;const te=n.readUByte.bind(n),ce=n.readBits.bind(n),be=n.readUEG.bind(n),Ie=n.readBoolean.bind(n),Ae=n.skipBits.bind(n),at=n.skipEG.bind(n),rt=n.skipUEG.bind(n),Rt=this.skipScalingList.bind(this);te();const dr=te();if(ce(5),Ae(3),te(),rt(),dr===100||dr===110||dr===122||dr===244||dr===44||dr===83||dr===86||dr===118||dr===128){const Jr=be();if(Jr===3&&Ae(1),rt(),rt(),Ae(1),Ie())for(W=Jr!==3?8:12,N=0;N<W;N++)Ie()&&(N<6?Rt(16,n):Rt(64,n))}rt();const sr=be();if(sr===0)be();else if(sr===1)for(Ae(1),at(),at(),z=be(),N=0;N<z;N++)at();rt(),Ae(1);const kr=be(),Hr=be(),cn=ce(1);cn===0&&Ae(1),Ae(1),Ie()&&(s=be(),v=be(),w=be(),T=be());let Wr=[1,1];if(Ie()&&Ie())switch(te()){case 1:Wr=[1,1];break;case 2:Wr=[12,11];break;case 3:Wr=[10,11];break;case 4:Wr=[16,11];break;case 5:Wr=[40,33];break;case 6:Wr=[24,11];break;case 7:Wr=[20,11];break;case 8:Wr=[32,11];break;case 9:Wr=[80,33];break;case 10:Wr=[18,11];break;case 11:Wr=[15,11];break;case 12:Wr=[64,33];break;case 13:Wr=[160,99];break;case 14:Wr=[4,3];break;case 15:Wr=[3,2];break;case 16:Wr=[2,1];break;case 255:{Wr=[te()<<8|te(),te()<<8|te()];break}}return{width:Math.ceil((kr+1)*16-s*2-v*2),height:(2-cn)*(Hr+1)*16-(cn?2:4)*(w+T),pixelRatio:Wr}}}class Ke extends pu{constructor(...t){super(...t),this.initVPS=null}parsePES(t,n,s,v){const w=this.parseNALu(t,s.data,v);let T=this.VideoSample,z,W=!1;s.data=null,T&&w.length&&!t.audFound&&(this.pushAccessUnit(T,t),T=this.VideoSample=this.createVideoSample(!1,s.pts,s.dts)),w.forEach(N=>{var te,ce;switch(N.type){case 0:case 1:case 2:case 3:case 4:case 5:case 6:case 7:case 8:case 9:T||(T=this.VideoSample=this.createVideoSample(!1,s.pts,s.dts)),T.frame=!0,z=!0;break;case 16:case 17:case 18:case 21:if(z=!0,W){var be;(be=T)!=null&&be.frame&&!T.key&&(this.pushAccessUnit(T,t),T=this.VideoSample=null)}T||(T=this.VideoSample=this.createVideoSample(!0,s.pts,s.dts)),T.key=!0,T.frame=!0;break;case 19:case 20:z=!0,(te=T)!=null&&te.frame&&!T.key&&(this.pushAccessUnit(T,t),T=this.VideoSample=null),T||(T=this.VideoSample=this.createVideoSample(!0,s.pts,s.dts)),T.key=!0,T.frame=!0;break;case 39:z=!0,Nt(N.data,2,s.pts,n.samples);break;case 32:z=!0,t.vps||(typeof t.params!="object"&&(t.params={}),t.params=y(t.params,this.readVPS(N.data)),this.initVPS=N.data),t.vps=[N.data];break;case 33:if(z=!0,W=!0,t.vps!==void 0&&t.vps[0]!==this.initVPS&&t.sps!==void 0&&!this.matchSPS(t.sps[0],N.data)&&(this.initVPS=t.vps[0],t.sps=t.pps=void 0),!t.sps){const Ie=this.readSPS(N.data);t.width=Ie.width,t.height=Ie.height,t.pixelRatio=Ie.pixelRatio,t.codec=Ie.codecString,t.sps=[],typeof t.params!="object"&&(t.params={});for(const Ae in Ie.params)t.params[Ae]=Ie.params[Ae]}this.pushParameterSet(t.sps,N.data,t.vps),T||(T=this.VideoSample=this.createVideoSample(!0,s.pts,s.dts)),T.key=!0;break;case 34:if(z=!0,typeof t.params=="object"){if(!t.pps){t.pps=[];const Ie=this.readPPS(N.data);for(const Ae in Ie)t.params[Ae]=Ie[Ae]}this.pushParameterSet(t.pps,N.data,t.vps)}break;case 35:z=!0,t.audFound=!0,(ce=T)!=null&&ce.frame&&(this.pushAccessUnit(T,t),T=null),T||(T=this.VideoSample=this.createVideoSample(!1,s.pts,s.dts));break;default:z=!1;break}T&&z&&T.units.push(N)}),v&&T&&(this.pushAccessUnit(T,t),this.VideoSample=null)}pushParameterSet(t,n,s){(s&&s[0]===this.initVPS||!s&&!t.length)&&t.push(n)}getNALuType(t,n){return(t[n]&126)>>>1}ebsp2rbsp(t){const n=new Uint8Array(t.byteLength);let s=0;for(let v=0;v<t.byteLength;v++)v>=2&&t[v]===3&&t[v-1]===0&&t[v-2]===0||(n[s]=t[v],s++);return new Uint8Array(n.buffer,0,s)}pushAccessUnit(t,n){super.pushAccessUnit(t,n),this.initVPS&&(this.initVPS=null)}readVPS(t){const n=new Tl(t);n.readUByte(),n.readUByte(),n.readBits(4),n.skipBits(2),n.readBits(6);const s=n.readBits(3),v=n.readBoolean();return{numTemporalLayers:s+1,temporalIdNested:v}}readSPS(t){const n=new Tl(this.ebsp2rbsp(t));n.readUByte(),n.readUByte(),n.readBits(4);const s=n.readBits(3);n.readBoolean();const v=n.readBits(2),w=n.readBoolean(),T=n.readBits(5),z=n.readUByte(),W=n.readUByte(),N=n.readUByte(),te=n.readUByte(),ce=n.readUByte(),be=n.readUByte(),Ie=n.readUByte(),Ae=n.readUByte(),at=n.readUByte(),rt=n.readUByte(),Rt=n.readUByte(),dr=[],sr=[];for(let Ts=0;Ts<s;Ts++)dr.push(n.readBoolean()),sr.push(n.readBoolean());if(s>0)for(let Ts=s;Ts<8;Ts++)n.readBits(2);for(let Ts=0;Ts<s;Ts++)dr[Ts]&&(n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte()),sr[Ts]&&n.readUByte();n.readUEG();const kr=n.readUEG();kr==3&&n.skipBits(1);const Hr=n.readUEG(),cn=n.readUEG(),Wr=n.readBoolean();let Jr=0,ln=0,Kr=0,Zn=0;Wr&&(Jr+=n.readUEG(),ln+=n.readUEG(),Kr+=n.readUEG(),Zn+=n.readUEG());const hi=n.readUEG(),ua=n.readUEG(),ji=n.readUEG(),Ui=n.readBoolean();for(let Ts=Ui?0:s;Ts<=s;Ts++)n.skipUEG(),n.skipUEG(),n.skipUEG();if(n.skipUEG(),n.skipUEG(),n.skipUEG(),n.skipUEG(),n.skipUEG(),n.skipUEG(),n.readBoolean()&&n.readBoolean())for(let fu=0;fu<4;fu++)for(let Al=0;Al<(fu===3?2:6);Al++)if(!n.readBoolean())n.readUEG();else{const zl=Math.min(64,1<<4+(fu<<1));fu>1&&n.readEG();for(let _0=0;_0<zl;_0++)n.readEG()}n.readBoolean(),n.readBoolean(),n.readBoolean()&&(n.readUByte(),n.skipUEG(),n.skipUEG(),n.readBoolean());const ea=n.readUEG();let qn=0;for(let Ts=0;Ts<ea;Ts++){let fu=!1;if(Ts!==0&&(fu=n.readBoolean()),fu){Ts===ea&&n.readUEG(),n.readBoolean(),n.readUEG();let Al=0;for(let s0=0;s0<=qn;s0++){const zl=n.readBoolean();let _0=!1;zl||(_0=n.readBoolean()),(zl||_0)&&Al++}qn=Al}else{const Al=n.readUEG(),s0=n.readUEG();qn=Al+s0;for(let zl=0;zl<Al;zl++)n.readUEG(),n.readBoolean();for(let zl=0;zl<s0;zl++)n.readUEG(),n.readBoolean()}}if(n.readBoolean()){const Ts=n.readUEG();for(let fu=0;fu<Ts;fu++){for(let Al=0;Al<ji+4;Al++)n.readBits(1);n.readBits(1)}}let Aa=0,Ca=1,as=1,Cs=!0,Hs=1,fo=0;n.readBoolean(),n.readBoolean();let Ku=!1;if(n.readBoolean()){if(n.readBoolean()){const g0=n.readUByte(),K0=[1,12,10,16,40,24,20,32,80,18,15,64,160,4,3,2],j0=[1,11,11,11,33,11,11,11,33,11,11,33,99,3,2,1];g0>0&&g0<16?(Ca=K0[g0-1],as=j0[g0-1]):g0===255&&(Ca=n.readBits(16),as=n.readBits(16))}if(n.readBoolean()&&n.readBoolean(),n.readBoolean()&&(n.readBits(3),n.readBoolean(),n.readBoolean()&&(n.readUByte(),n.readUByte(),n.readUByte())),n.readBoolean()&&(n.readUEG(),n.readUEG()),n.readBoolean(),n.readBoolean(),n.readBoolean(),Ku=n.readBoolean(),Ku&&(Jr+=n.readUEG(),ln+=n.readUEG(),Kr+=n.readUEG(),Zn+=n.readUEG()),n.readBoolean()&&(Hs=n.readBits(32),fo=n.readBits(32),n.readBoolean()&&n.readUEG(),n.readBoolean())){const j0=n.readBoolean(),D0=n.readBoolean();let o0=!1;(j0||D0)&&(o0=n.readBoolean(),o0&&(n.readUByte(),n.readBits(5),n.readBoolean(),n.readBits(5)),n.readBits(4),n.readBits(4),o0&&n.readBits(4),n.readBits(5),n.readBits(5),n.readBits(5));for(let Y0=0;Y0<=s;Y0++){Cs=n.readBoolean();const rf=Cs||n.readBoolean();let U0=!1;rf?n.readEG():U0=n.readBoolean();const W0=U0?1:n.readUEG()+1;if(j0)for(let k0=0;k0<W0;k0++)n.readUEG(),n.readUEG(),o0&&(n.readUEG(),n.readUEG()),n.skipBits(1);if(D0)for(let k0=0;k0<W0;k0++)n.readUEG(),n.readUEG(),o0&&(n.readUEG(),n.readUEG()),n.skipBits(1)}}n.readBoolean()&&(n.readBoolean(),n.readBoolean(),n.readBoolean(),Aa=n.readUEG())}let a0=Hr,V0=cn;if(Wr||Ku){let Ts=1,fu=1;kr===1?Ts=fu=2:kr==2&&(Ts=2),a0=Hr-Ts*ln-Ts*Jr,V0=cn-fu*Zn-fu*Kr}const J0=v?["A","B","C"][v]:"",ef=z<<24|W<<16|N<<8|te;let T0=0;for(let Ts=0;Ts<32;Ts++)T0=(T0|(ef>>Ts&1)<<31-Ts)>>>0;let $0=T0.toString(16);return T===1&&$0==="2"&&($0="6"),{codecString:`hvc1.${J0}${T}.${$0}.${w?"H":"L"}${Rt}.B0`,params:{general_tier_flag:w,general_profile_idc:T,general_profile_space:v,general_profile_compatibility_flags:[z,W,N,te],general_constraint_indicator_flags:[ce,be,Ie,Ae,at,rt],general_level_idc:Rt,bit_depth:hi+8,bit_depth_luma_minus8:hi,bit_depth_chroma_minus8:ua,min_spatial_segmentation_idc:Aa,chroma_format_idc:kr,frame_rate:{fixed:Cs,fps:fo/Hs}},width:a0,height:V0,pixelRatio:[Ca,as]}}readPPS(t){const n=new Tl(this.ebsp2rbsp(t));n.readUByte(),n.readUByte(),n.skipUEG(),n.skipUEG(),n.skipBits(2),n.skipBits(3),n.skipBits(2),n.skipUEG(),n.skipUEG(),n.skipEG(),n.skipBits(2),n.readBoolean()&&n.skipUEG(),n.skipEG(),n.skipEG(),n.skipBits(4);const v=n.readBoolean(),w=n.readBoolean();let T=1;return w&&v?T=0:w?T=3:v&&(T=2),{parallelismType:T}}matchSPS(t,n){return String.fromCharCode.apply(null,t).substr(3)===String.fromCharCode.apply(null,n).substr(3)}}const $=188;class Y{constructor(t,n,s,v){this.logger=void 0,this.observer=void 0,this.config=void 0,this.typeSupported=void 0,this.sampleAes=null,this.pmtParsed=!1,this.audioCodec=void 0,this.videoCodec=void 0,this._pmtId=-1,this._videoTrack=void 0,this._audioTrack=void 0,this._id3Track=void 0,this._txtTrack=void 0,this.aacOverFlow=null,this.remainderData=null,this.videoParser=void 0,this.observer=t,this.config=n,this.typeSupported=s,this.logger=v,this.videoParser=null}static probe(t,n){const s=Y.syncOffset(t);return s>0&&n.warn(`MPEG2-TS detected but first sync word found @ offset ${s}`),s!==-1}static syncOffset(t){const n=t.length;let s=Math.min($*5,n-$)+1,v=0;for(;v<s;){let w=!1,T=-1,z=0;for(let W=v;W<n;W+=$)if(t[W]===71&&(n-W===$||t[W+$]===71)){if(z++,T===-1&&(T=W,T!==0&&(s=Math.min(T+$*99,t.length-$)+1)),w||(w=ne(t,W)===0),w&&z>1&&(T===0&&z>2||W+$>s))return T}else{if(z)return-1;break}v++}return-1}static createTrack(t,n){return{container:t==="video"||t==="audio"?"video/mp2t":void 0,type:t,id:Pt[t],pid:-1,inputTimeScale:9e4,sequenceNumber:0,samples:[],dropped:0,duration:t==="audio"?n:void 0}}resetInitSegment(t,n,s,v){this.pmtParsed=!1,this._pmtId=-1,this._videoTrack=Y.createTrack("video"),this._videoTrack.duration=v,this._audioTrack=Y.createTrack("audio",v),this._id3Track=Y.createTrack("id3"),this._txtTrack=Y.createTrack("text"),this._audioTrack.segmentCodec="aac",this.aacOverFlow=null,this.remainderData=null,this.audioCodec=n,this.videoCodec=s}resetTimeStamp(){}resetContiguity(){const{_audioTrack:t,_videoTrack:n,_id3Track:s}=this;t&&(t.pesData=null),n&&(n.pesData=null),s&&(s.pesData=null),this.aacOverFlow=null,this.remainderData=null}demux(t,n,s=!1,v=!1){s||(this.sampleAes=null);let w;const T=this._videoTrack,z=this._audioTrack,W=this._id3Track,N=this._txtTrack;let te=T.pid,ce=T.pesData,be=z.pid,Ie=W.pid,Ae=z.pesData,at=W.pesData,rt=null,Rt=this.pmtParsed,dr=this._pmtId,sr=t.length;if(this.remainderData&&(t=Qe(this.remainderData,t),sr=t.length,this.remainderData=null),sr<$&&!v)return this.remainderData=t,{audioTrack:z,videoTrack:T,id3Track:W,textTrack:N};const kr=Math.max(0,Y.syncOffset(t));sr-=(sr-kr)%$,sr<t.byteLength&&!v&&(this.remainderData=new Uint8Array(t.buffer,sr,t.buffer.byteLength-sr));let Hr=0;for(let Wr=kr;Wr<sr;Wr+=$)if(t[Wr]===71){const Jr=!!(t[Wr+1]&64),ln=ne(t,Wr),Kr=(t[Wr+3]&48)>>4;let Zn;if(Kr>1){if(Zn=Wr+5+t[Wr+4],Zn===Wr+$)continue}else Zn=Wr+4;switch(ln){case te:if(Jr){if(ce&&(w=Bt(ce,this.logger))){if(this.videoParser===null)switch(T.segmentCodec){case"avc":this.videoParser=new mu;break;case"hevc":this.videoParser=new Ke;break}this.videoParser!==null&&this.videoParser.parsePES(T,N,w,!1)}ce={data:[],size:0}}ce&&(ce.data.push(t.subarray(Zn,Wr+$)),ce.size+=Wr+$-Zn);break;case be:if(Jr){if(Ae&&(w=Bt(Ae,this.logger)))switch(z.segmentCodec){case"aac":this.parseAACPES(z,w);break;case"mp3":this.parseMPEGPES(z,w);break;case"ac3":this.parseAC3PES(z,w);break}Ae={data:[],size:0}}Ae&&(Ae.data.push(t.subarray(Zn,Wr+$)),Ae.size+=Wr+$-Zn);break;case Ie:Jr&&(at&&(w=Bt(at,this.logger))&&this.parseID3PES(W,w),at={data:[],size:0}),at&&(at.data.push(t.subarray(Zn,Wr+$)),at.size+=Wr+$-Zn);break;case 0:Jr&&(Zn+=t[Zn]+1),dr=this._pmtId=he(t,Zn);break;case dr:{Jr&&(Zn+=t[Zn]+1);const hi=Ce(t,Zn,this.typeSupported,s,this.observer,this.logger);te=hi.videoPid,te>0&&(T.pid=te,T.segmentCodec=hi.segmentVideoCodec),be=hi.audioPid,be>0&&(z.pid=be,z.segmentCodec=hi.segmentAudioCodec),Ie=hi.id3Pid,Ie>0&&(W.pid=Ie),rt!==null&&!Rt&&(this.logger.warn(`MPEG-TS PMT found at ${Wr} after unknown PID '${rt}'. Backtracking to sync byte @${kr} to parse all TS packets.`),rt=null,Wr=kr-188),Rt=this.pmtParsed=!0;break}case 17:case 8191:break;default:rt=ln;break}}else Hr++;Hr>0&&Ve(this.observer,new Error(`Found ${Hr} TS packet/s that do not start with 0x47`),void 0,this.logger),T.pesData=ce,z.pesData=Ae,W.pesData=at;const cn={audioTrack:z,videoTrack:T,id3Track:W,textTrack:N};return v&&this.extractRemainingSamples(cn),cn}flush(){const{remainderData:t}=this;this.remainderData=null;let n;return t?n=this.demux(t,-1,!1,!0):n={videoTrack:this._videoTrack,audioTrack:this._audioTrack,id3Track:this._id3Track,textTrack:this._txtTrack},this.extractRemainingSamples(n),this.sampleAes?this.decrypt(n,this.sampleAes):n}extractRemainingSamples(t){const{audioTrack:n,videoTrack:s,id3Track:v,textTrack:w}=t,T=s.pesData,z=n.pesData,W=v.pesData;let N;if(T&&(N=Bt(T,this.logger))){if(this.videoParser===null)switch(s.segmentCodec){case"avc":this.videoParser=new mu;break;case"hevc":this.videoParser=new Ke;break}this.videoParser!==null&&(this.videoParser.parsePES(s,w,N,!0),s.pesData=null)}else s.pesData=T;if(z&&(N=Bt(z,this.logger))){switch(n.segmentCodec){case"aac":this.parseAACPES(n,N);break;case"mp3":this.parseMPEGPES(n,N);break;case"ac3":this.parseAC3PES(n,N);break}n.pesData=null}else z!=null&&z.size&&this.logger.log("last AAC PES packet truncated,might overlap between fragments"),n.pesData=z;W&&(N=Bt(W,this.logger))?(this.parseID3PES(v,N),v.pesData=null):v.pesData=W}demuxSampleAes(t,n,s){const v=this.demux(t,s,!0,!this.config.progressive),w=this.sampleAes=new Yu(this.observer,this.config,n);return this.decrypt(v,w)}decrypt(t,n){return new Promise(s=>{const{audioTrack:v,videoTrack:w}=t;v.samples&&v.segmentCodec==="aac"?n.decryptAacSamples(v.samples,0,()=>{w.samples?n.decryptAvcSamples(w.samples,0,0,()=>{s(t)}):s(t)}):w.samples&&n.decryptAvcSamples(w.samples,0,0,()=>{s(t)})})}destroy(){this.observer&&this.observer.removeAllListeners(),this.config=this.logger=this.observer=null,this.aacOverFlow=this.videoParser=this.remainderData=this.sampleAes=null,this._videoTrack=this._audioTrack=this._id3Track=this._txtTrack=void 0}parseAACPES(t,n){let s=0;const v=this.aacOverFlow;let w=n.data;if(v){this.aacOverFlow=null;const ce=v.missing,be=v.sample.unit.byteLength;if(ce===-1)w=Qe(v.sample.unit,w);else{const Ie=be-ce;v.sample.unit.set(w.subarray(0,ce),Ie),t.samples.push(v.sample),s=v.missing}}let T,z;for(T=s,z=w.length;T<z-1&&!Xn(w,T);T++);if(T!==s){let ce;const be=T<z-1;if(be?ce=`AAC PES did not start with ADTS header,offset:${T}`:ce="No ADTS header found in AAC PES",Ve(this.observer,new Error(ce),be,this.logger),!be)return}Ai(t,this.observer,w,T,this.audioCodec);let W;if(n.pts!==void 0)W=n.pts;else if(v){const ce=Hi(t.samplerate);W=v.sample.pts+ce}else{this.logger.warn("[tsdemuxer]: AAC PES unknown PTS");return}let N=0,te;for(;T<z;)if(te=Ei(t,w,T,W,N),T+=te.length,te.missing){this.aacOverFlow=te;break}else for(N++;T<z-1&&!Xn(w,T);T++);}parseMPEGPES(t,n){const s=n.data,v=s.length;let w=0,T=0;const z=n.pts;if(z===void 0){this.logger.warn("[tsdemuxer]: MPEG PES unknown PTS");return}for(;T<v;)if(Qn(s,T)){const W=br(t,s,T,z,w);if(W)T+=W.length,w++;else break}else T++}parseAC3PES(t,n){{const s=n.data,v=n.pts;if(v===void 0){this.logger.warn("[tsdemuxer]: AC3 PES unknown PTS");return}const w=s.length;let T=0,z=0,W;for(;z<w&&(W=$i(t,s,z,v,T++))>0;)z+=W}}parseID3PES(t,n){if(n.pts===void 0){this.logger.warn("[tsdemuxer]: ID3 PES unknown PTS");return}const s=y({},n,{type:this._videoTrack?ts.emsg:ts.audioId3,duration:Number.POSITIVE_INFINITY});t.samples.push(s)}}function ne(P,t){return((P[t+1]&31)<<8)+P[t+2]}function he(P,t){return(P[t+10]&31)<<8|P[t+11]}function Ce(P,t,n,s,v,w){const T={audioPid:-1,videoPid:-1,id3Pid:-1,segmentVideoCodec:"avc",segmentAudioCodec:"aac"},z=(P[t+1]&15)<<8|P[t+2],W=t+3+z-4,N=(P[t+10]&15)<<8|P[t+11];for(t+=12+N;t<W;){const te=ne(P,t),ce=(P[t+3]&15)<<8|P[t+4];switch(P[t]){case 207:if(!s){Tt("ADTS AAC",w);break}case 15:T.audioPid===-1&&(T.audioPid=te);break;case 21:T.id3Pid===-1&&(T.id3Pid=te);break;case 219:if(!s){Tt("H.264",w);break}case 27:T.videoPid===-1&&(T.videoPid=te);break;case 3:case 4:!n.mpeg&&!n.mp3?w.log("MPEG audio found, not supported in this browser"):T.audioPid===-1&&(T.audioPid=te,T.segmentAudioCodec="mp3");break;case 193:if(!s){Tt("AC-3",w);break}case 129:n.ac3?T.audioPid===-1&&(T.audioPid=te,T.segmentAudioCodec="ac3"):w.log("AC-3 audio found, not supported in this browser");break;case 6:if(T.audioPid===-1&&ce>0){let be=t+5,Ie=ce;for(;Ie>2;){switch(P[be]){case 106:n.ac3!==!0?w.log("AC-3 audio found, not supported in this browser for now"):(T.audioPid=te,T.segmentAudioCodec="ac3");break}const at=P[be+1]+2;be+=at,Ie-=at}}break;case 194:case 135:return Ve(v,new Error("Unsupported EC-3 in M2TS found"),void 0,w),T;case 36:T.videoPid===-1&&(T.videoPid=te,T.segmentVideoCodec="hevc",w.log("HEVC in M2TS found"));break}t+=ce+5}return T}function Ve(P,t,n,s){s.warn(`parsing error: ${t.message}`),P.emit(o.ERROR,o.ERROR,{type:c.MEDIA_ERROR,details:f.FRAG_PARSING_ERROR,fatal:!1,levelRetry:n,error:t,reason:t.message})}function Tt(P,t){t.log(`${P} with AES-128-CBC encryption found in unencrypted stream`)}function Bt(P,t){let n=0,s,v,w,T,z;const W=P.data;if(!P||P.size===0)return null;for(;W[0].length<19&&W.length>1;)W[0]=Qe(W[0],W[1]),W.splice(1,1);if(s=W[0],(s[0]<<16)+(s[1]<<8)+s[2]===1){if(v=(s[4]<<8)+s[5],v&&v>P.size-6)return null;const te=s[7];te&192&&(T=(s[9]&14)*536870912+(s[10]&255)*4194304+(s[11]&254)*16384+(s[12]&255)*128+(s[13]&254)/2,te&64?(z=(s[14]&14)*536870912+(s[15]&255)*4194304+(s[16]&254)*16384+(s[17]&255)*128+(s[18]&254)/2,T-z>54e5&&(t.warn(`${Math.round((T-z)/9e4)}s delta between PTS and DTS, align them`),T=z)):z=T),w=s[8];let ce=w+9;if(P.size<=ce)return null;P.size-=ce;const be=new Uint8Array(P.size);for(let Ie=0,Ae=W.length;Ie<Ae;Ie++){s=W[Ie];let at=s.byteLength;if(ce)if(ce>at){ce-=at;continue}else s=s.subarray(ce),at-=ce,ce=0;be.set(s,n),n+=at}return v&&(v-=w+3),{data:be,pts:T,dts:z,len:v}}return null}class ar{static getSilentFrame(t,n){switch(t){case"mp4a.40.2":if(n===1)return new Uint8Array([0,200,0,128,35,128]);if(n===2)return new Uint8Array([33,0,73,144,2,25,0,35,128]);if(n===3)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,142]);if(n===4)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,128,44,128,8,2,56]);if(n===5)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,130,48,4,153,0,33,144,2,56]);if(n===6)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,130,48,4,153,0,33,144,2,0,178,0,32,8,224]);break;default:if(n===1)return new Uint8Array([1,64,34,128,163,78,230,128,186,8,0,0,0,28,6,241,193,10,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,94]);if(n===2)return new Uint8Array([1,64,34,128,163,94,230,128,186,8,0,0,0,0,149,0,6,241,161,10,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,94]);if(n===3)return new Uint8Array([1,64,34,128,163,94,230,128,186,8,0,0,0,0,149,0,6,241,161,10,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,94]);break}}}const wr=Math.pow(2,32)-1;class Ut{static init(){Ut.types={avc1:[],avcC:[],hvc1:[],hvcC:[],btrt:[],dinf:[],dref:[],esds:[],ftyp:[],hdlr:[],mdat:[],mdhd:[],mdia:[],mfhd:[],minf:[],moof:[],moov:[],mp4a:[],".mp3":[],dac3:[],"ac-3":[],mvex:[],mvhd:[],pasp:[],sdtp:[],stbl:[],stco:[],stsc:[],stsd:[],stsz:[],stts:[],tfdt:[],tfhd:[],traf:[],trak:[],trun:[],trex:[],tkhd:[],vmhd:[],smhd:[]};let t;for(t in Ut.types)Ut.types.hasOwnProperty(t)&&(Ut.types[t]=[t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2),t.charCodeAt(3)]);const n=new Uint8Array([0,0,0,0,0,0,0,0,118,105,100,101,0,0,0,0,0,0,0,0,0,0,0,0,86,105,100,101,111,72,97,110,100,108,101,114,0]),s=new Uint8Array([0,0,0,0,0,0,0,0,115,111,117,110,0,0,0,0,0,0,0,0,0,0,0,0,83,111,117,110,100,72,97,110,100,108,101,114,0]);Ut.HDLR_TYPES={video:n,audio:s};const v=new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,12,117,114,108,32,0,0,0,1]),w=new Uint8Array([0,0,0,0,0,0,0,0]);Ut.STTS=Ut.STSC=Ut.STCO=w,Ut.STSZ=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0]),Ut.VMHD=new Uint8Array([0,0,0,1,0,0,0,0,0,0,0,0]),Ut.SMHD=new Uint8Array([0,0,0,0,0,0,0,0]),Ut.STSD=new Uint8Array([0,0,0,0,0,0,0,1]);const T=new Uint8Array([105,115,111,109]),z=new Uint8Array([97,118,99,49]),W=new Uint8Array([0,0,0,1]);Ut.FTYP=Ut.box(Ut.types.ftyp,T,W,T,z),Ut.DINF=Ut.box(Ut.types.dinf,Ut.box(Ut.types.dref,v))}static box(t,...n){let s=8,v=n.length;const w=v;for(;v--;)s+=n[v].byteLength;const T=new Uint8Array(s);for(T[0]=s>>24&255,T[1]=s>>16&255,T[2]=s>>8&255,T[3]=s&255,T.set(t,4),v=0,s=8;v<w;v++)T.set(n[v],s),s+=n[v].byteLength;return T}static hdlr(t){return Ut.box(Ut.types.hdlr,Ut.HDLR_TYPES[t])}static mdat(t){return Ut.box(Ut.types.mdat,t)}static mdhd(t,n){n*=t;const s=Math.floor(n/(wr+1)),v=Math.floor(n%(wr+1));return Ut.box(Ut.types.mdhd,new Uint8Array([1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,3,t>>24&255,t>>16&255,t>>8&255,t&255,s>>24,s>>16&255,s>>8&255,s&255,v>>24,v>>16&255,v>>8&255,v&255,85,196,0,0]))}static mdia(t){return Ut.box(Ut.types.mdia,Ut.mdhd(t.timescale||0,t.duration||0),Ut.hdlr(t.type),Ut.minf(t))}static mfhd(t){return Ut.box(Ut.types.mfhd,new Uint8Array([0,0,0,0,t>>24,t>>16&255,t>>8&255,t&255]))}static minf(t){return t.type==="audio"?Ut.box(Ut.types.minf,Ut.box(Ut.types.smhd,Ut.SMHD),Ut.DINF,Ut.stbl(t)):Ut.box(Ut.types.minf,Ut.box(Ut.types.vmhd,Ut.VMHD),Ut.DINF,Ut.stbl(t))}static moof(t,n,s){return Ut.box(Ut.types.moof,Ut.mfhd(t),Ut.traf(s,n))}static moov(t){let n=t.length;const s=[];for(;n--;)s[n]=Ut.trak(t[n]);return Ut.box.apply(null,[Ut.types.moov,Ut.mvhd(t[0].timescale||0,t[0].duration||0)].concat(s).concat(Ut.mvex(t)))}static mvex(t){let n=t.length;const s=[];for(;n--;)s[n]=Ut.trex(t[n]);return Ut.box.apply(null,[Ut.types.mvex,...s])}static mvhd(t,n){n*=t;const s=Math.floor(n/(wr+1)),v=Math.floor(n%(wr+1)),w=new Uint8Array([1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,3,t>>24&255,t>>16&255,t>>8&255,t&255,s>>24,s>>16&255,s>>8&255,s&255,v>>24,v>>16&255,v>>8&255,v&255,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,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,255,255,255,255]);return Ut.box(Ut.types.mvhd,w)}static sdtp(t){const n=t.samples||[],s=new Uint8Array(4+n.length);let v,w;for(v=0;v<n.length;v++)w=n[v].flags,s[v+4]=w.dependsOn<<4|w.isDependedOn<<2|w.hasRedundancy;return Ut.box(Ut.types.sdtp,s)}static stbl(t){return Ut.box(Ut.types.stbl,Ut.stsd(t),Ut.box(Ut.types.stts,Ut.STTS),Ut.box(Ut.types.stsc,Ut.STSC),Ut.box(Ut.types.stsz,Ut.STSZ),Ut.box(Ut.types.stco,Ut.STCO))}static avc1(t){let n=[],s=[],v,w,T;for(v=0;v<t.sps.length;v++)w=t.sps[v],T=w.byteLength,n.push(T>>>8&255),n.push(T&255),n=n.concat(Array.prototype.slice.call(w));for(v=0;v<t.pps.length;v++)w=t.pps[v],T=w.byteLength,s.push(T>>>8&255),s.push(T&255),s=s.concat(Array.prototype.slice.call(w));const z=Ut.box(Ut.types.avcC,new Uint8Array([1,n[3],n[4],n[5],255,224|t.sps.length].concat(n).concat([t.pps.length]).concat(s))),W=t.width,N=t.height,te=t.pixelRatio[0],ce=t.pixelRatio[1];return Ut.box(Ut.types.avc1,new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,W>>8&255,W&255,N>>8&255,N&255,0,72,0,0,0,72,0,0,0,0,0,0,0,1,18,100,97,105,108,121,109,111,116,105,111,110,47,104,108,115,46,106,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,17,17]),z,Ut.box(Ut.types.btrt,new Uint8Array([0,28,156,128,0,45,198,192,0,45,198,192])),Ut.box(Ut.types.pasp,new Uint8Array([te>>24,te>>16&255,te>>8&255,te&255,ce>>24,ce>>16&255,ce>>8&255,ce&255])))}static esds(t){const n=t.config;return new Uint8Array([0,0,0,0,3,25,0,1,0,4,17,64,21,0,0,0,0,0,0,0,0,0,0,0,5,2,...n,6,1,2])}static audioStsd(t){const n=t.samplerate||0;return new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,t.channelCount||0,0,16,0,0,0,0,n>>8&255,n&255,0,0])}static mp4a(t){return Ut.box(Ut.types.mp4a,Ut.audioStsd(t),Ut.box(Ut.types.esds,Ut.esds(t)))}static mp3(t){return Ut.box(Ut.types[".mp3"],Ut.audioStsd(t))}static ac3(t){return Ut.box(Ut.types["ac-3"],Ut.audioStsd(t),Ut.box(Ut.types.dac3,t.config))}static stsd(t){const{segmentCodec:n}=t;if(t.type==="audio"){if(n==="aac")return Ut.box(Ut.types.stsd,Ut.STSD,Ut.mp4a(t));if(n==="ac3"&&t.config)return Ut.box(Ut.types.stsd,Ut.STSD,Ut.ac3(t));if(n==="mp3"&&t.codec==="mp3")return Ut.box(Ut.types.stsd,Ut.STSD,Ut.mp3(t))}else if(t.pps&&t.sps){if(n==="avc")return Ut.box(Ut.types.stsd,Ut.STSD,Ut.avc1(t));if(n==="hevc"&&t.vps)return Ut.box(Ut.types.stsd,Ut.STSD,Ut.hvc1(t))}else throw new Error("video track missing pps or sps");throw new Error(`unsupported ${t.type} segment codec (${n}/${t.codec})`)}static tkhd(t){const n=t.id,s=(t.duration||0)*(t.timescale||0),v=t.width||0,w=t.height||0,T=Math.floor(s/(wr+1)),z=Math.floor(s%(wr+1));return Ut.box(Ut.types.tkhd,new Uint8Array([1,0,0,7,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,3,n>>24&255,n>>16&255,n>>8&255,n&255,0,0,0,0,T>>24,T>>16&255,T>>8&255,T&255,z>>24,z>>16&255,z>>8&255,z&255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,v>>8&255,v&255,0,0,w>>8&255,w&255,0,0]))}static traf(t,n){const s=Ut.sdtp(t),v=t.id,w=Math.floor(n/(wr+1)),T=Math.floor(n%(wr+1));return Ut.box(Ut.types.traf,Ut.box(Ut.types.tfhd,new Uint8Array([0,0,0,0,v>>24,v>>16&255,v>>8&255,v&255])),Ut.box(Ut.types.tfdt,new Uint8Array([1,0,0,0,w>>24,w>>16&255,w>>8&255,w&255,T>>24,T>>16&255,T>>8&255,T&255])),Ut.trun(t,s.length+16+20+8+16+8+8),s)}static trak(t){return t.duration=t.duration||4294967295,Ut.box(Ut.types.trak,Ut.tkhd(t),Ut.mdia(t))}static trex(t){const n=t.id;return Ut.box(Ut.types.trex,new Uint8Array([0,0,0,0,n>>24,n>>16&255,n>>8&255,n&255,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1]))}static trun(t,n){const s=t.samples||[],v=s.length,w=12+16*v,T=new Uint8Array(w);let z,W,N,te,ce,be;for(n+=8+w,T.set([t.type==="video"?1:0,0,15,1,v>>>24&255,v>>>16&255,v>>>8&255,v&255,n>>>24&255,n>>>16&255,n>>>8&255,n&255],0),z=0;z<v;z++)W=s[z],N=W.duration,te=W.size,ce=W.flags,be=W.cts,T.set([N>>>24&255,N>>>16&255,N>>>8&255,N&255,te>>>24&255,te>>>16&255,te>>>8&255,te&255,ce.isLeading<<2|ce.dependsOn,ce.isDependedOn<<6|ce.hasRedundancy<<4|ce.paddingValue<<1|ce.isNonSync,ce.degradPrio&61440,ce.degradPrio&15,be>>>24&255,be>>>16&255,be>>>8&255,be&255],12+16*z);return Ut.box(Ut.types.trun,T)}static initSegment(t){Ut.types||Ut.init();const n=Ut.moov(t);return Qe(Ut.FTYP,n)}static hvc1(t){const n=t.params,s=[t.vps,t.sps,t.pps],v=4,w=new Uint8Array([1,n.general_profile_space<<6|(n.general_tier_flag?32:0)|n.general_profile_idc,n.general_profile_compatibility_flags[0],n.general_profile_compatibility_flags[1],n.general_profile_compatibility_flags[2],n.general_profile_compatibility_flags[3],n.general_constraint_indicator_flags[0],n.general_constraint_indicator_flags[1],n.general_constraint_indicator_flags[2],n.general_constraint_indicator_flags[3],n.general_constraint_indicator_flags[4],n.general_constraint_indicator_flags[5],n.general_level_idc,240|n.min_spatial_segmentation_idc>>8,255&n.min_spatial_segmentation_idc,252|n.parallelismType,252|n.chroma_format_idc,248|n.bit_depth_luma_minus8,248|n.bit_depth_chroma_minus8,0,parseInt(n.frame_rate.fps),v-1|n.temporal_id_nested<<2|n.num_temporal_layers<<3|(n.frame_rate.fixed?64:0),s.length]);let T=w.length;for(let Ae=0;Ae<s.length;Ae+=1){T+=3;for(let at=0;at<s[Ae].length;at+=1)T+=2+s[Ae][at].length}const z=new Uint8Array(T);z.set(w,0),T=w.length;const W=s.length-1;for(let Ae=0;Ae<s.length;Ae+=1){z.set(new Uint8Array([32+Ae|(Ae===W?128:0),0,s[Ae].length]),T),T+=3;for(let at=0;at<s[Ae].length;at+=1)z.set(new Uint8Array([s[Ae][at].length>>8,s[Ae][at].length&255]),T),T+=2,z.set(s[Ae][at],T),T+=s[Ae][at].length}const N=Ut.box(Ut.types.hvcC,z),te=t.width,ce=t.height,be=t.pixelRatio[0],Ie=t.pixelRatio[1];return Ut.box(Ut.types.hvc1,new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,te>>8&255,te&255,ce>>8&255,ce&255,0,72,0,0,0,72,0,0,0,0,0,0,0,1,18,100,97,105,108,121,109,111,116,105,111,110,47,104,108,115,46,106,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,17,17]),N,Ut.box(Ut.types.btrt,new Uint8Array([0,28,156,128,0,45,198,192,0,45,198,192])),Ut.box(Ut.types.pasp,new Uint8Array([be>>24,be>>16&255,be>>8&255,be&255,Ie>>24,Ie>>16&255,Ie>>8&255,Ie&255])))}}Ut.types=void 0,Ut.HDLR_TYPES=void 0,Ut.STTS=void 0,Ut.STSC=void 0,Ut.STCO=void 0,Ut.STSZ=void 0,Ut.VMHD=void 0,Ut.SMHD=void 0,Ut.STSD=void 0,Ut.FTYP=void 0,Ut.DINF=void 0;const nn=9e4;function En(P,t,n=1,s=!1){const v=P*t*n;return s?Math.round(v):v}function Hn(P,t,n=1,s=!1){return En(P,t,1/n,s)}function $n(P,t=!1){return En(P,1e3,1/nn,t)}function Ci(P,t=1){return En(P,nn,1/t)}const pa=10*1e3,sa=1024,fa=1152,us=1536;let Ha=null,hs=null;function rs(P,t,n,s){return{duration:t,size:n,cts:s,flags:{isLeading:0,isDependedOn:0,hasRedundancy:0,degradPrio:0,dependsOn:P?2:1,isNonSync:P?0:1}}}class wa{constructor(t,n,s,v){if(this.logger=void 0,this.observer=void 0,this.config=void 0,this.typeSupported=void 0,this.ISGenerated=!1,this._initPTS=null,this._initDTS=null,this.nextAvcDts=null,this.nextAudioPts=null,this.videoSampleDuration=null,this.isAudioContiguous=!1,this.isVideoContiguous=!1,this.videoTrackConfig=void 0,this.observer=t,this.config=n,this.typeSupported=s,this.logger=v,this.ISGenerated=!1,Ha===null){const T=(navigator.userAgent||"").match(/Chrome\/(\d+)/i);Ha=T?parseInt(T[1]):0}if(hs===null){const w=navigator.userAgent.match(/Safari\/(\d+)/i);hs=w?parseInt(w[1]):0}}destroy(){this.config=this.videoTrackConfig=this._initPTS=this._initDTS=null}resetTimeStamp(t){this.logger.log("[mp4-remuxer]: initPTS & initDTS reset"),this._initPTS=this._initDTS=t}resetNextTimestamp(){this.logger.log("[mp4-remuxer]: reset next timestamp"),this.isVideoContiguous=!1,this.isAudioContiguous=!1}resetInitSegment(){this.logger.log("[mp4-remuxer]: ISGenerated flag reset"),this.ISGenerated=!1,this.videoTrackConfig=void 0}getVideoStartPts(t){let n=!1;const s=t[0].pts,v=t.reduce((w,T)=>{let z=T.pts,W=z-w;return W<-4294967296&&(n=!0,z=Za(z,s),W=z-w),W>0?w:z},s);return n&&this.logger.debug("PTS rollover detected"),v}remux(t,n,s,v,w,T,z,W){let N,te,ce,be,Ie,Ae,at=w,rt=w;const Rt=t.pid>-1,dr=n.pid>-1,sr=n.samples.length,kr=t.samples.length>0,Hr=z&&sr>0||sr>1;if((!Rt||kr)&&(!dr||Hr)||this.ISGenerated||z){if(this.ISGenerated){var Wr,Jr,ln,Kr;const ji=this.videoTrackConfig;(ji&&(n.width!==ji.width||n.height!==ji.height||((Wr=n.pixelRatio)==null?void 0:Wr[0])!==((Jr=ji.pixelRatio)==null?void 0:Jr[0])||((ln=n.pixelRatio)==null?void 0:ln[1])!==((Kr=ji.pixelRatio)==null?void 0:Kr[1]))||!ji&&Hr||this.nextAudioPts===null&&kr)&&this.resetInitSegment()}this.ISGenerated||(ce=this.generateIS(t,n,w,T));const Zn=this.isVideoContiguous;let hi=-1,ua;if(Hr&&(hi=ks(n.samples),!Zn&&this.config.forceKeyFrameOnDiscontinuity))if(Ae=!0,hi>0){this.logger.warn(`[mp4-remuxer]: Dropped ${hi} out of ${sr} video samples due to a missing keyframe`);const ji=this.getVideoStartPts(n.samples);n.samples=n.samples.slice(hi),n.dropped+=hi,rt+=(n.samples[0].pts-ji)/n.inputTimeScale,ua=rt}else hi===-1&&(this.logger.warn(`[mp4-remuxer]: No keyframe found out of ${sr} video samples`),Ae=!1);if(this.ISGenerated){if(kr&&Hr){const ji=this.getVideoStartPts(n.samples),ci=(Za(t.samples[0].pts,ji)-ji)/n.inputTimeScale;at+=Math.max(0,ci),rt+=Math.max(0,-ci)}if(kr){if(t.samplerate||(this.logger.warn("[mp4-remuxer]: regenerate InitSegment as audio detected"),ce=this.generateIS(t,n,w,T)),te=this.remuxAudio(t,at,this.isAudioContiguous,T,dr||Hr||W===u.AUDIO?rt:void 0),Hr){const ji=te?te.endPTS-te.startPTS:0;n.inputTimeScale||(this.logger.warn("[mp4-remuxer]: regenerate InitSegment as video detected"),ce=this.generateIS(t,n,w,T)),N=this.remuxVideo(n,rt,Zn,ji)}}else Hr&&(N=this.remuxVideo(n,rt,Zn,0));N&&(N.firstKeyFrame=hi,N.independent=hi!==-1,N.firstKeyFramePTS=ua)}}return this.ISGenerated&&this._initPTS&&this._initDTS&&(s.samples.length&&(Ie=yi(s,w,this._initPTS,this._initDTS)),v.samples.length&&(be=oo(v,w,this._initPTS))),{audio:te,video:N,initSegment:ce,independent:Ae,text:be,id3:Ie}}generateIS(t,n,s,v){const w=t.samples,T=n.samples,z=this.typeSupported,W={},N=this._initPTS;let te=!N||v,ce="audio/mp4",be,Ie,Ae,at;if(te&&(be=Ie=1/0),t.config&&w.length){switch(t.timescale=t.samplerate,t.segmentCodec){case"mp3":z.mpeg?(ce="audio/mpeg",t.codec=""):z.mp3&&(t.codec="mp3");break;case"ac3":t.codec="ac-3";break}W.audio={id:"audio",container:ce,codec:t.codec,initSegment:t.segmentCodec==="mp3"&&z.mpeg?new Uint8Array(0):Ut.initSegment([t]),metadata:{channelCount:t.channelCount}},te&&(at=t.id,Ae=t.inputTimeScale,!N||Ae!==N.timescale?be=Ie=w[0].pts-Math.round(Ae*s):te=!1)}if(n.sps&&n.pps&&T.length){if(n.timescale=n.inputTimeScale,W.video={id:"main",container:"video/mp4",codec:n.codec,initSegment:Ut.initSegment([n]),metadata:{width:n.width,height:n.height}},te)if(at=n.id,Ae=n.inputTimeScale,!N||Ae!==N.timescale){const rt=this.getVideoStartPts(T),Rt=Math.round(Ae*s);Ie=Math.min(Ie,Za(T[0].dts,rt)-Rt),be=Math.min(be,rt-Rt)}else te=!1;this.videoTrackConfig={width:n.width,height:n.height,pixelRatio:n.pixelRatio}}if(Object.keys(W).length)return this.ISGenerated=!0,te?(this._initPTS={baseTime:be,timescale:Ae},this._initDTS={baseTime:Ie,timescale:Ae}):be=Ae=void 0,{tracks:W,initPTS:be,timescale:Ae,trackId:at}}remuxVideo(t,n,s,v){const w=t.inputTimeScale,T=t.samples,z=[],W=T.length,N=this._initPTS;let te=this.nextAvcDts,ce=8,be=this.videoSampleDuration,Ie,Ae,at=Number.POSITIVE_INFINITY,rt=Number.NEGATIVE_INFINITY,Rt=!1;if(!s||te===null){const qn=n*w,ri=T[0].pts-Za(T[0].dts,T[0].pts);Ha&&te!==null&&Math.abs(qn-ri-te)<15e3?s=!0:te=qn-ri}const dr=N.baseTime*w/N.timescale;for(let qn=0;qn<W;qn++){const ri=T[qn];ri.pts=Za(ri.pts-dr,te),ri.dts=Za(ri.dts-dr,te),ri.dts<T[qn>0?qn-1:qn].dts&&(Rt=!0)}Rt&&T.sort(function(qn,ri){const Aa=qn.dts-ri.dts,Ca=qn.pts-ri.pts;return Aa||Ca}),Ie=T[0].dts,Ae=T[T.length-1].dts;const sr=Ae-Ie,kr=sr?Math.round(sr/(W-1)):be||t.inputTimeScale/30;if(s){const qn=Ie-te,ri=qn>kr,Aa=qn<-1;if((ri||Aa)&&(ri?this.logger.warn(`${(t.segmentCodec||"").toUpperCase()}: ${$n(qn,!0)} ms (${qn}dts) hole between fragments detected at ${n.toFixed(3)}`):this.logger.warn(`${(t.segmentCodec||"").toUpperCase()}: ${$n(-qn,!0)} ms (${qn}dts) overlapping between fragments detected at ${n.toFixed(3)}`),!Aa||te>=T[0].pts||Ha)){Ie=te;const Ca=T[0].pts-qn;if(ri)T[0].dts=Ie,T[0].pts=Ca;else{let as=!0;for(let Cs=0;Cs<T.length&&!(T[Cs].dts>Ca&&as);Cs++){const Hs=T[Cs].pts;if(T[Cs].dts-=qn,T[Cs].pts-=qn,Cs<T.length-1){const fo=T[Cs+1].pts,Ku=T[Cs].pts,dl=fo<=Ku,a0=fo<=Hs;as=dl==a0}}}this.logger.log(`Video: Initial PTS/DTS adjusted: ${$n(Ca,!0)}/${$n(Ie,!0)}, delta: ${$n(qn,!0)} ms`)}}Ie=Math.max(0,Ie);let Hr=0,cn=0,Wr=Ie;for(let qn=0;qn<W;qn++){const ri=T[qn],Aa=ri.units,Ca=Aa.length;let as=0;for(let Cs=0;Cs<Ca;Cs++)as+=Aa[Cs].data.length;cn+=as,Hr+=Ca,ri.length=as,ri.dts<Wr?(ri.dts=Wr,Wr+=kr/4|0||1):Wr=ri.dts,at=Math.min(ri.pts,at),rt=Math.max(ri.pts,rt)}Ae=T[W-1].dts;const Jr=cn+4*Hr+8;let ln;try{ln=new Uint8Array(Jr)}catch(qn){this.observer.emit(o.ERROR,o.ERROR,{type:c.MUX_ERROR,details:f.REMUX_ALLOC_ERROR,fatal:!1,error:qn,bytes:Jr,reason:`fail allocating video mdat ${Jr}`});return}const Kr=new DataView(ln.buffer);Kr.setUint32(0,Jr),ln.set(Ut.types.mdat,4);let Zn=!1,hi=Number.POSITIVE_INFINITY,ua=Number.POSITIVE_INFINITY,ji=Number.NEGATIVE_INFINITY,Ui=Number.NEGATIVE_INFINITY;for(let qn=0;qn<W;qn++){const ri=T[qn],Aa=ri.units;let Ca=0;for(let Hs=0,fo=Aa.length;Hs<fo;Hs++){const Ku=Aa[Hs],dl=Ku.data,a0=Ku.data.byteLength;Kr.setUint32(ce,a0),ce+=4,ln.set(dl,ce),ce+=a0,Ca+=4+a0}let as;if(qn<W-1)be=T[qn+1].dts-ri.dts,as=T[qn+1].pts-ri.pts;else{const Hs=this.config,fo=qn>0?ri.dts-T[qn-1].dts:kr;if(as=qn>0?ri.pts-T[qn-1].pts:kr,Hs.stretchShortVideoTrack&&this.nextAudioPts!==null){const Ku=Math.floor(Hs.maxBufferHole*w),dl=(v?at+v*w:this.nextAudioPts)-ri.pts;dl>Ku?(be=dl-fo,be<0?be=fo:Zn=!0,this.logger.log(`[mp4-remuxer]: It is approximately ${dl/90} ms to the next segment; using duration ${be/90} ms for the last video frame.`)):be=fo}else be=fo}const Cs=Math.round(ri.pts-ri.dts);hi=Math.min(hi,be),ji=Math.max(ji,be),ua=Math.min(ua,as),Ui=Math.max(Ui,as),z.push(rs(ri.key,be,Ca,Cs))}if(z.length){if(Ha){if(Ha<70){const qn=z[0].flags;qn.dependsOn=2,qn.isNonSync=0}}else if(hs&&Ui-ua<ji-hi&&kr/ji<.025&&z[0].cts===0){this.logger.warn("Found irregular gaps in sample duration. Using PTS instead of DTS to determine MP4 sample duration.");let qn=Ie;for(let ri=0,Aa=z.length;ri<Aa;ri++){const Ca=qn+z[ri].duration,as=qn+z[ri].cts;if(ri<Aa-1){const Cs=Ca+z[ri+1].cts;z[ri].duration=Cs-as}else z[ri].duration=ri?z[ri-1].duration:kr;z[ri].cts=0,qn=Ca}}}be=Zn||!be?kr:be,this.nextAvcDts=te=Ae+be,this.videoSampleDuration=be,this.isVideoContiguous=!0;const ea={data1:Ut.moof(t.sequenceNumber++,Ie,y(t,{samples:z})),data2:ln,startPTS:at/w,endPTS:(rt+be)/w,startDTS:Ie/w,endDTS:te/w,type:"video",hasAudio:!1,hasVideo:!0,nb:z.length,dropped:t.dropped};return t.samples=[],t.dropped=0,ea}getSamplesPerFrame(t){switch(t.segmentCodec){case"mp3":return fa;case"ac3":return us;default:return sa}}remuxAudio(t,n,s,v,w){const T=t.inputTimeScale,z=t.samplerate?t.samplerate:T,W=T/z,N=this.getSamplesPerFrame(t),te=N*W,ce=this._initPTS,be=t.segmentCodec==="mp3"&&this.typeSupported.mpeg,Ie=[],Ae=w!==void 0;let at=t.samples,rt=be?0:8,Rt=this.nextAudioPts||-1;const dr=n*T,sr=ce.baseTime*T/ce.timescale;if(this.isAudioContiguous=s=s||at.length&&Rt>0&&(v&&Math.abs(dr-Rt)<9e3||Math.abs(Za(at[0].pts-sr,dr)-Rt)<20*te),at.forEach(function(ci){ci.pts=Za(ci.pts-sr,dr)}),!s||Rt<0){if(at=at.filter(ci=>ci.pts>=0),!at.length)return;w===0?Rt=0:v&&!Ae?Rt=Math.max(0,dr):Rt=at[0].pts}if(t.segmentCodec==="aac"){const ci=this.config.maxAudioFramesDrift;for(let Gi=0,ea=Rt;Gi<at.length;Gi++){const qn=at[Gi],ri=qn.pts,Aa=ri-ea,Ca=Math.abs(1e3*Aa/T);if(Aa<=-ci*te&&Ae)Gi===0&&(this.logger.warn(`Audio frame @ ${(ri/T).toFixed(3)}s overlaps nextAudioPts by ${Math.round(1e3*Aa/T)} ms.`),this.nextAudioPts=Rt=ea=ri);else if(Aa>=ci*te&&Ca<pa&&Ae){let as=Math.round(Aa/te);ea=ri-as*te,ea<0&&(as--,ea+=te),Gi===0&&(this.nextAudioPts=Rt=ea),this.logger.warn(`[mp4-remuxer]: Injecting ${as} audio frame @ ${(ea/T).toFixed(3)}s due to ${Math.round(1e3*Aa/T)} ms gap.`);for(let Cs=0;Cs<as;Cs++){const Hs=Math.max(ea,0);let fo=ar.getSilentFrame(t.parsedCodec||t.manifestCodec||t.codec,t.channelCount);fo||(this.logger.log("[mp4-remuxer]: Unable to get silent frame for given audio codec; duplicating last frame instead."),fo=qn.unit.subarray()),at.splice(Gi,0,{unit:fo,pts:Hs}),ea+=te,Gi++}}qn.pts=ea,ea+=te}}let kr=null,Hr=null,cn,Wr=0,Jr=at.length;for(;Jr--;)Wr+=at[Jr].unit.byteLength;for(let ci=0,Gi=at.length;ci<Gi;ci++){const ea=at[ci],qn=ea.unit;let ri=ea.pts;if(Hr!==null){const Ca=Ie[ci-1];Ca.duration=Math.round((ri-Hr)/W)}else if(s&&t.segmentCodec==="aac"&&(ri=Rt),kr=ri,Wr>0){Wr+=rt;try{cn=new Uint8Array(Wr)}catch(Ca){this.observer.emit(o.ERROR,o.ERROR,{type:c.MUX_ERROR,details:f.REMUX_ALLOC_ERROR,fatal:!1,error:Ca,bytes:Wr,reason:`fail allocating audio mdat ${Wr}`});return}be||(new DataView(cn.buffer).setUint32(0,Wr),cn.set(Ut.types.mdat,4))}else return;cn.set(qn,rt);const Aa=qn.byteLength;rt+=Aa,Ie.push(rs(!0,N,Aa,0)),Hr=ri}const ln=Ie.length;if(!ln)return;const Kr=Ie[Ie.length-1];this.nextAudioPts=Rt=Hr+W*Kr.duration;const Zn=be?new Uint8Array(0):Ut.moof(t.sequenceNumber++,kr/W,y({},t,{samples:Ie}));t.samples=[];const hi=kr/T,ua=Rt/T,Ui={data1:Zn,data2:cn,startPTS:hi,endPTS:ua,startDTS:hi,endDTS:ua,type:"audio",hasAudio:!0,hasVideo:!1,nb:ln};return this.isAudioContiguous=!0,Ui}}function Za(P,t){let n;if(t===null)return P;for(t<P?n=-8589934592:n=8589934592;Math.abs(P-t)>4294967296;)P+=n;return P}function ks(P){for(let t=0;t<P.length;t++)if(P[t].key)return t;return-1}function yi(P,t,n,s){const v=P.samples.length;if(!v)return;const w=P.inputTimeScale;for(let z=0;z<v;z++){const W=P.samples[z];W.pts=Za(W.pts-n.baseTime*w/n.timescale,t*w)/w,W.dts=Za(W.dts-s.baseTime*w/s.timescale,t*w)/w}const T=P.samples;return P.samples=[],{samples:T}}function oo(P,t,n){const s=P.samples.length;if(!s)return;const v=P.inputTimeScale;for(let T=0;T<s;T++){const z=P.samples[T];z.pts=Za(z.pts-n.baseTime*v/n.timescale,t*v)/v}P.samples.sort((T,z)=>T.pts-z.pts);const w=P.samples;return P.samples=[],{samples:w}}class Co{constructor(t,n,s,v){this.logger=void 0,this.emitInitSegment=!1,this.audioCodec=void 0,this.videoCodec=void 0,this.initData=void 0,this.initPTS=null,this.initTracks=void 0,this.lastEndTime=null,this.isVideoContiguous=!1,this.logger=v}destroy(){}resetTimeStamp(t){this.initPTS=t,this.lastEndTime=null}resetNextTimestamp(){this.isVideoContiguous=!1,this.lastEndTime=null}resetInitSegment(t,n,s,v){this.audioCodec=n,this.videoCodec=s,this.generateInitSegment(it(t,v)),this.emitInitSegment=!0}generateInitSegment(t){let{audioCodec:n,videoCodec:s}=this;if(!(t!=null&&t.byteLength)){this.initTracks=void 0,this.initData=void 0;return}const v=this.initData=et(t);v.audio&&(n=go(v.audio,j.AUDIO,this.logger)),v.video&&(s=go(v.video,j.VIDEO,this.logger));const w={};v.audio&&v.video?w.audiovideo={container:"video/mp4",codec:n+","+s,supplemental:v.video.supplemental,initSegment:t,id:"main"}:v.audio?w.audio={container:"audio/mp4",codec:n,initSegment:t,id:"audio"}:v.video?w.video={container:"video/mp4",codec:s,supplemental:v.video.supplemental,initSegment:t,id:"main"}:this.logger.warn("[passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes."),this.initTracks=w}remux(t,n,s,v,w,T){var z,W;let{initPTS:N,lastEndTime:te}=this;const ce={audio:void 0,video:void 0,text:v,id3:s,initSegment:void 0};r(te)||(te=this.lastEndTime=w||0);const be=n.samples;if(!(be!=null&&be.length))return ce;const Ie={initPTS:void 0,timescale:void 0,trackId:void 0};let Ae=this.initData;if((z=Ae)!=null&&z.length||(this.generateInitSegment(be),Ae=this.initData),!((W=Ae)!=null&&W.length))return this.logger.warn("[passthrough-remuxer.ts]: Failed to generate initSegment."),ce;this.emitInitSegment&&(Ie.tracks=this.initTracks,this.emitInitSegment=!1);const at=Gt(be,Ae,this.logger),rt=Ae.audio?at[Ae.audio.id]:null,Rt=Ae.video?at[Ae.video.id]:null,dr=Mo(Rt,1/0),sr=Mo(rt,1/0),kr=Mo(Rt,0,!0),Hr=Mo(rt,0,!0);let cn,Wr=w,Jr=0;if(rt&&(!Rt||!N&&sr<dr||N&&N.trackId===Ae.audio.id)?(Ie.trackId=Ae.audio.id,cn=rt,Jr=Hr-sr):Rt&&(Ie.trackId=Ae.video.id,cn=Rt,Jr=kr-dr),cn){const ci=cn.timescale;Wr=cn.start/ci,Ie.timescale=ci,N||(Ie.initPTS=cn.start-w*ci,this.initPTS=N={baseTime:Ie.initPTS,timescale:ci,trackId:Ie.trackId})}(T||!N)&&(Ms(N,Wr,w,Jr)||Ie.timescale!==N.timescale)&&(Ie.initPTS=Wr-w,N&&N.timescale===1&&this.logger.warn(`Adjusting initPTS @${w} from ${N.baseTime/N.timescale} to ${Ie.initPTS}`),this.initPTS=N={baseTime:Ie.initPTS,timescale:1});const ln=t?Wr-N.baseTime/N.timescale:te;$t(Ae,be,N.baseTime/N.timescale);const Kr=ln+Jr;Jr>0?this.lastEndTime=Kr:(this.logger.warn("Duration parsed from mp4 should be greater than zero"),this.resetNextTimestamp());const Zn=!!Ae.audio,hi=!!Ae.video;let ua="";Zn&&(ua+="audio"),hi&&(ua+="video");const ji={data1:be,startPTS:ln,startDTS:ln,endPTS:Kr,endDTS:Kr,type:ua,hasAudio:Zn,hasVideo:hi,nb:1,dropped:0};ce.audio=Zn&&!hi?ji:void 0,ce.video=hi?ji:void 0;const Ui=Rt==null?void 0:Rt.sampleCount;if(Ui){const ci=Rt.keyFrameIndex,Gi=ci!==-1;ji.nb=Ui,ji.dropped=ci===0||this.isVideoContiguous?0:Gi?ci:Ui,ji.independent=Gi,ji.firstKeyFrame=ci,Gi&&Rt.keyFrameStart&&(ji.firstKeyFramePTS=Rt.keyFrameStart-N.baseTime/N.timescale),this.isVideoContiguous||(ce.independent=Gi),this.isVideoContiguous||(this.isVideoContiguous=Gi),ji.dropped&&this.logger.warn(`fmp4 does not start with IDR: firstIDR ${ci}/${Ui} dropped: ${ji.dropped} pts: ${ji.firstKeyFramePTS||"NA"}`)}return ce.initSegment=Ie,ce.id3=yi(s,w,N,N),v.samples.length&&(ce.text=oo(v,w,N)),ce}}function Mo(P,t,n=!1){return(P==null?void 0:P.start)!==void 0?(P.start+(n?P.duration:0))/P.timescale:t}function Ms(P,t,n,s){if(P===null)return!0;const v=Math.max(s,1),w=t-P.baseTime/P.timescale;return Math.abs(w-n)>v}function go(P,t,n){const s=P==null?void 0:P.codec;return s&&s.length>4?s:t===j.AUDIO?s==="ec-3"||s==="ac-3"||s==="alac"?s:s==="fLaC"||s==="Opus"?Ir(s,!1):(n.warn(`Unhandled audio codec "${s}" in mp4 MAP`),s||"mp4a"):(n.warn(`Unhandled video codec "${s}" in mp4 MAP`),s||"avc1")}let ps;try{ps=self.performance.now.bind(self.performance)}catch(P){ps=Date.now}const Xu=[{demux:ru,remux:Co},{demux:Y,remux:wa},{demux:Mn,remux:wa},{demux:_o,remux:wa}];Xu.splice(2,0,{demux:ca,remux:wa});class Uu{constructor(t,n,s,v,w,T){this.asyncResult=!1,this.logger=void 0,this.observer=void 0,this.typeSupported=void 0,this.config=void 0,this.id=void 0,this.demuxer=void 0,this.remuxer=void 0,this.decrypter=void 0,this.probe=void 0,this.decryptionPromise=null,this.transmuxConfig=void 0,this.currentTransmuxState=void 0,this.observer=t,this.typeSupported=n,this.config=s,this.id=w,this.logger=T}configure(t){this.transmuxConfig=t,this.decrypter&&this.decrypter.reset()}push(t,n,s,v){const w=s.transmuxing;w.executeStart=ps();let T=new Uint8Array(t);const{currentTransmuxState:z,transmuxConfig:W}=this;v&&(this.currentTransmuxState=v);const{contiguous:N,discontinuity:te,trackSwitch:ce,accurateTimeOffset:be,timeOffset:Ie,initSegmentChange:Ae}=v||z,{audioCodec:at,videoCodec:rt,defaultInitPts:Rt,duration:dr,initSegmentData:sr}=W,kr=qu(T,n);if(kr&&Ua(kr.method)){const Jr=this.getDecrypter(),ln=zi(kr.method);if(Jr.isSync()){let Kr=Jr.softwareDecrypt(T,kr.key.buffer,kr.iv.buffer,ln);if(s.part>-1){const hi=Jr.flush();Kr=hi&&hi.buffer}if(!Kr)return w.executeEnd=ps(),uu(s);T=new Uint8Array(Kr)}else return this.asyncResult=!0,this.decryptionPromise=Jr.webCryptoDecrypt(T,kr.key.buffer,kr.iv.buffer,ln).then(Kr=>{const Zn=this.push(Kr,null,s);return this.decryptionPromise=null,Zn}),this.decryptionPromise}const Hr=this.needsProbing(te,ce);if(Hr){const Jr=this.configureTransmuxer(T);if(Jr)return this.logger.warn(`[transmuxer] ${Jr.message}`),this.observer.emit(o.ERROR,o.ERROR,{type:c.MEDIA_ERROR,details:f.FRAG_PARSING_ERROR,fatal:!1,error:Jr,reason:Jr.message}),w.executeEnd=ps(),uu(s)}(te||ce||Ae||Hr)&&this.resetInitSegment(sr,at,rt,dr,n),(te||Ae||Hr)&&this.resetInitialTimestamp(Rt),N||this.resetContiguity();const cn=this.transmux(T,kr,Ie,be,s);this.asyncResult=As(cn);const Wr=this.currentTransmuxState;return Wr.contiguous=!0,Wr.discontinuity=!1,Wr.trackSwitch=!1,w.executeEnd=ps(),cn}flush(t){const n=t.transmuxing;n.executeStart=ps();const{decrypter:s,currentTransmuxState:v,decryptionPromise:w}=this;if(w)return this.asyncResult=!0,w.then(()=>this.flush(t));const T=[],{timeOffset:z}=v;if(s){const ce=s.flush();ce&&T.push(this.push(ce.buffer,null,t))}const{demuxer:W,remuxer:N}=this;if(!W||!N){n.executeEnd=ps();const ce=[uu(t)];return this.asyncResult?Promise.resolve(ce):ce}const te=W.flush(z);return As(te)?(this.asyncResult=!0,te.then(ce=>(this.flushRemux(T,ce,t),T))):(this.flushRemux(T,te,t),this.asyncResult?Promise.resolve(T):T)}flushRemux(t,n,s){const{audioTrack:v,videoTrack:w,id3Track:T,textTrack:z}=n,{accurateTimeOffset:W,timeOffset:N}=this.currentTransmuxState;this.logger.log(`[transmuxer.ts]: Flushed ${this.id} sn: ${s.sn}${s.part>-1?" part: "+s.part:""} of ${this.id===u.MAIN?"level":"track"} ${s.level}`);const te=this.remuxer.remux(v,w,T,z,N,W,!0,this.id);t.push({remuxResult:te,chunkMeta:s}),s.transmuxing.executeEnd=ps()}resetInitialTimestamp(t){const{demuxer:n,remuxer:s}=this;!n||!s||(n.resetTimeStamp(t),s.resetTimeStamp(t))}resetContiguity(){const{demuxer:t,remuxer:n}=this;!t||!n||(t.resetContiguity(),n.resetNextTimestamp())}resetInitSegment(t,n,s,v,w){const{demuxer:T,remuxer:z}=this;!T||!z||(T.resetInitSegment(t,n,s,v),z.resetInitSegment(t,n,s,w))}destroy(){this.demuxer&&(this.demuxer.destroy(),this.demuxer=void 0),this.remuxer&&(this.remuxer.destroy(),this.remuxer=void 0)}transmux(t,n,s,v,w){let T;return n&&n.method==="SAMPLE-AES"?T=this.transmuxSampleAes(t,n,s,v,w):T=this.transmuxUnencrypted(t,s,v,w),T}transmuxUnencrypted(t,n,s,v){const{audioTrack:w,videoTrack:T,id3Track:z,textTrack:W}=this.demuxer.demux(t,n,!1,!this.config.progressive);return{remuxResult:this.remuxer.remux(w,T,z,W,n,s,!1,this.id),chunkMeta:v}}transmuxSampleAes(t,n,s,v,w){return this.demuxer.demuxSampleAes(t,n,s).then(T=>({remuxResult:this.remuxer.remux(T.audioTrack,T.videoTrack,T.id3Track,T.textTrack,s,v,!1,this.id),chunkMeta:w}))}configureTransmuxer(t){const{config:n,observer:s,typeSupported:v}=this;let w;for(let ce=0,be=Xu.length;ce<be;ce++){var T;if((T=Xu[ce].demux)!=null&&T.probe(t,this.logger)){w=Xu[ce];break}}if(!w)return new Error("Failed to find demuxer by probing fragment data");const z=this.demuxer,W=this.remuxer,N=w.remux,te=w.demux;(!W||!(W instanceof N))&&(this.remuxer=new N(s,n,v,this.logger)),(!z||!(z instanceof te))&&(this.demuxer=new te(s,n,v,this.logger),this.probe=te.probe)}needsProbing(t,n){return!this.demuxer||!this.remuxer||t||n}getDecrypter(){let t=this.decrypter;return t||(t=this.decrypter=new Si(this.config)),t}}function qu(P,t){let n=null;return P.byteLength>0&&(t==null?void 0:t.key)!=null&&t.iv!==null&&t.method!=null&&(n=t),n}const uu=P=>({remuxResult:{},chunkMeta:P});function As(P){return"then"in P&&P.then instanceof Function}class zu{constructor(t,n,s,v,w){this.audioCodec=void 0,this.videoCodec=void 0,this.initSegmentData=void 0,this.duration=void 0,this.defaultInitPts=void 0,this.audioCodec=t,this.videoCodec=n,this.initSegmentData=s,this.duration=v,this.defaultInitPts=w||null}}class Cu{constructor(t,n,s,v,w,T){this.discontinuity=void 0,this.contiguous=void 0,this.accurateTimeOffset=void 0,this.trackSwitch=void 0,this.timeOffset=void 0,this.initSegmentChange=void 0,this.discontinuity=t,this.contiguous=n,this.accurateTimeOffset=s,this.trackSwitch=v,this.timeOffset=w,this.initSegmentChange=T}}let yo=0;class pl{constructor(t,n,s,v){this.error=null,this.hls=void 0,this.id=void 0,this.instanceNo=yo++,this.observer=void 0,this.frag=null,this.part=null,this.useWorker=void 0,this.workerContext=null,this.transmuxer=null,this.onTransmuxComplete=void 0,this.onFlush=void 0,this.onWorkerMessage=W=>{const N=W.data,te=this.hls;if(!(!te||!(N!=null&&N.event)||N.instanceNo!==this.instanceNo))switch(N.event){case"init":{var ce;const be=(ce=this.workerContext)==null?void 0:ce.objectURL;be&&self.URL.revokeObjectURL(be);break}case"transmuxComplete":{this.handleTransmuxComplete(N.data);break}case"flush":{this.onFlush(N.data);break}case"workerLog":{te.logger[N.data.logType]&&te.logger[N.data.logType](N.data.message);break}default:{N.data=N.data||{},N.data.frag=this.frag,N.data.part=this.part,N.data.id=this.id,te.trigger(N.event,N.data);break}}},this.onWorkerError=W=>{if(!this.hls)return;const N=new Error(`${W.message} (${W.filename}:${W.lineno})`);this.hls.config.enableWorker=!1,this.hls.logger.warn(`Error in "${this.id}" Web Worker, fallback to inline`),this.hls.trigger(o.ERROR,{type:c.OTHER_ERROR,details:f.INTERNAL_EXCEPTION,fatal:!1,event:"demuxerWorker",error:N})};const w=t.config;this.hls=t,this.id=n,this.useWorker=!!w.enableWorker,this.onTransmuxComplete=s,this.onFlush=v;const T=(W,N)=>{N=N||{},N.frag=this.frag||void 0,W===o.ERROR&&(N=N,N.parent=this.id,N.part=this.part,this.error=N.error),this.hls.trigger(W,N)};this.observer=new ya,this.observer.on(o.FRAG_DECRYPTED,T),this.observer.on(o.ERROR,T);const z=Lr(w.preferManagedMediaSource);if(this.useWorker&&typeof Worker!="undefined"){const W=this.hls.logger;if(w.workerPath||Nn()){try{w.workerPath?(W.log(`loading Web Worker ${w.workerPath} for "${n}"`),this.workerContext=js(w.workerPath)):(W.log(`injecting Web Worker for "${n}"`),this.workerContext=Ns());const{worker:te}=this.workerContext;te.addEventListener("message",this.onWorkerMessage),te.addEventListener("error",this.onWorkerError),te.postMessage({instanceNo:this.instanceNo,cmd:"init",typeSupported:z,id:n,config:Dn(w)})}catch(te){W.warn(`Error setting up "${n}" Web Worker, fallback to inline`,te),this.terminateWorker(),this.error=null,this.transmuxer=new Uu(this.observer,z,w,"",n,t.logger)}return}}this.transmuxer=new Uu(this.observer,z,w,"",n,t.logger)}reset(){if(this.frag=null,this.part=null,this.workerContext){const t=this.instanceNo;this.instanceNo=yo++;const n=this.hls.config,s=Lr(n.preferManagedMediaSource);this.workerContext.worker.postMessage({instanceNo:this.instanceNo,cmd:"reset",resetNo:t,typeSupported:s,id:this.id,config:Dn(n)})}}terminateWorker(){if(this.workerContext){const{worker:t}=this.workerContext;this.workerContext=null,t.removeEventListener("message",this.onWorkerMessage),t.removeEventListener("error",this.onWorkerError),Ye(this.hls.config.workerPath)}}destroy(){if(this.workerContext)this.terminateWorker(),this.onWorkerMessage=this.onWorkerError=null;else{const n=this.transmuxer;n&&(n.destroy(),this.transmuxer=null)}const t=this.observer;t&&t.removeAllListeners(),this.frag=null,this.part=null,this.observer=null,this.hls=null}push(t,n,s,v,w,T,z,W,N,te){var ce,be;N.transmuxing.start=self.performance.now();const{instanceNo:Ie,transmuxer:Ae}=this,at=T?T.start:w.start,rt=w.decryptdata,Rt=this.frag,dr=!(Rt&&w.cc===Rt.cc),sr=!(Rt&&N.level===Rt.level),kr=Rt?N.sn-Rt.sn:-1,Hr=this.part?N.part-this.part.index:-1,cn=kr===0&&N.id>1&&N.id===(Rt==null?void 0:Rt.stats.chunkCount),Wr=!sr&&(kr===1||kr===0&&(Hr===1||cn&&Hr<=0)),Jr=self.performance.now();(sr||kr||w.stats.parsing.start===0)&&(w.stats.parsing.start=Jr),T&&(Hr||!Wr)&&(T.stats.parsing.start=Jr);const ln=!(Rt&&((ce=w.initSegment)==null?void 0:ce.url)===((be=Rt.initSegment)==null?void 0:be.url)),Kr=new Cu(dr,Wr,W,sr,at,ln);if(!Wr||dr||ln){this.hls.logger.log(`[transmuxer-interface]: Starting new transmux session for ${w.type} sn: ${N.sn}${N.part>-1?" part: "+N.part:""} ${this.id===u.MAIN?"level":"track"}: ${N.level} id: ${N.id}
discontinuity: ${dr}
trackSwitch: ${sr}
contiguous: ${Wr}
accurateTimeOffset: ${W}
timeOffset: ${at}
initSegmentChange: ${ln}`);const Zn=new zu(s,v,n,z,te);this.configureTransmuxer(Zn)}if(this.frag=w,this.part=T,this.workerContext)this.workerContext.worker.postMessage({instanceNo:Ie,cmd:"demux",data:t,decryptdata:rt,chunkMeta:N,state:Kr},t instanceof ArrayBuffer?[t]:[]);else if(Ae){const Zn=Ae.push(t,rt,N,Kr);As(Zn)?Zn.then(hi=>{this.handleTransmuxComplete(hi)}).catch(hi=>{this.transmuxerError(hi,N,"transmuxer-interface push error")}):this.handleTransmuxComplete(Zn)}}flush(t){t.transmuxing.start=self.performance.now();const{instanceNo:n,transmuxer:s}=this;if(this.workerContext)this.workerContext.worker.postMessage({instanceNo:n,cmd:"flush",chunkMeta:t});else if(s){const v=s.flush(t);As(v)?v.then(w=>{this.handleFlushResult(w,t)}).catch(w=>{this.transmuxerError(w,t,"transmuxer-interface flush error")}):this.handleFlushResult(v,t)}}transmuxerError(t,n,s){this.hls&&(this.error=t,this.hls.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.FRAG_PARSING_ERROR,chunkMeta:n,frag:this.frag||void 0,part:this.part||void 0,fatal:!1,error:t,err:t,reason:s}))}handleFlushResult(t,n){t.forEach(s=>{this.handleTransmuxComplete(s)}),this.onFlush(n)}configureTransmuxer(t){const{instanceNo:n,transmuxer:s}=this;this.workerContext?this.workerContext.worker.postMessage({instanceNo:n,cmd:"configure",config:t}):s&&s.configure(t)}handleTransmuxComplete(t){t.chunkMeta.transmuxing.end=self.performance.now(),this.onTransmuxComplete(t)}}const ml=100;class Qo extends ga{constructor(t,n,s){super(t,n,s,"audio-stream-controller",u.AUDIO),this.mainAnchor=null,this.mainFragLoading=null,this.audioOnly=!1,this.bufferedTrack=null,this.switchingTrack=null,this.trackId=-1,this.waitingData=null,this.mainDetails=null,this.flushing=!1,this.bufferFlushed=!1,this.cachedTrackLoadedData=null,this.registerListeners()}onHandlerDestroying(){this.unregisterListeners(),super.onHandlerDestroying(),this.resetItem()}resetItem(){this.mainDetails=this.mainAnchor=this.mainFragLoading=this.bufferedTrack=this.switchingTrack=this.waitingData=this.cachedTrackLoadedData=null}registerListeners(){super.registerListeners();const{hls:t}=this;t.on(o.LEVEL_LOADED,this.onLevelLoaded,this),t.on(o.AUDIO_TRACKS_UPDATED,this.onAudioTracksUpdated,this),t.on(o.AUDIO_TRACK_SWITCHING,this.onAudioTrackSwitching,this),t.on(o.AUDIO_TRACK_LOADED,this.onAudioTrackLoaded,this),t.on(o.BUFFER_RESET,this.onBufferReset,this),t.on(o.BUFFER_CREATED,this.onBufferCreated,this),t.on(o.BUFFER_FLUSHING,this.onBufferFlushing,this),t.on(o.BUFFER_FLUSHED,this.onBufferFlushed,this),t.on(o.INIT_PTS_FOUND,this.onInitPtsFound,this),t.on(o.FRAG_LOADING,this.onFragLoading,this),t.on(o.FRAG_BUFFERED,this.onFragBuffered,this)}unregisterListeners(){const{hls:t}=this;t&&(super.unregisterListeners(),t.off(o.LEVEL_LOADED,this.onLevelLoaded,this),t.off(o.AUDIO_TRACKS_UPDATED,this.onAudioTracksUpdated,this),t.off(o.AUDIO_TRACK_SWITCHING,this.onAudioTrackSwitching,this),t.off(o.AUDIO_TRACK_LOADED,this.onAudioTrackLoaded,this),t.off(o.BUFFER_RESET,this.onBufferReset,this),t.off(o.BUFFER_CREATED,this.onBufferCreated,this),t.off(o.BUFFER_FLUSHING,this.onBufferFlushing,this),t.off(o.BUFFER_FLUSHED,this.onBufferFlushed,this),t.off(o.INIT_PTS_FOUND,this.onInitPtsFound,this),t.off(o.FRAG_LOADING,this.onFragLoading,this),t.off(o.FRAG_BUFFERED,this.onFragBuffered,this))}onInitPtsFound(t,{frag:n,id:s,initPTS:v,timescale:w}){if(s===u.MAIN){const T=n.cc,z=this.fragCurrent;if(this.initPTS[T]={baseTime:v,timescale:w},this.log(`InitPTS for cc: ${T} found from main: ${v}/${w}`),this.mainAnchor=n,this.state===Gr.WAITING_INIT_PTS){const W=this.waitingData;(!W&&!this.loadingParts||W&&W.frag.cc!==T)&&this.syncWithAnchor(n,W==null?void 0:W.frag)}else!this.hls.hasEnoughToStart&&z&&z.cc!==T?(z.abortRequests(),this.syncWithAnchor(n,z)):this.state===Gr.IDLE&&this.tick()}}getLoadPosition(){return!this.startFragRequested&&this.nextLoadPosition>=0?this.nextLoadPosition:super.getLoadPosition()}syncWithAnchor(t,n){var s;const v=((s=this.mainFragLoading)==null?void 0:s.frag)||null;if(n&&(v==null?void 0:v.cc)===n.cc)return;const w=(v||t).cc,T=this.getLevelDetails(),z=this.getLoadPosition(),W=tt(T,w,z);W&&(this.log(`Waiting fragment cc (${n==null?void 0:n.cc}) cancelled because video is at cc ${t.cc}`),this.startFragRequested=!1,this.nextLoadPosition=W.start,this.resetLoadingState(),this.state===Gr.IDLE&&this.doTickIdle())}startLoad(t,n){if(!this.levels){this.startPosition=t,this.state=Gr.STOPPED;return}const s=this.lastCurrentTime;this.stopLoad(),this.setInterval(ml),s>0&&t===-1?(this.log(`Override startPosition with lastCurrentTime @${s.toFixed(3)}`),t=s,this.state=Gr.IDLE):this.state=Gr.WAITING_TRACK,this.nextLoadPosition=this.lastCurrentTime=t+this.timelineOffset,this.startPosition=n?-1:t,this.tick()}doTick(){switch(this.state){case Gr.IDLE:this.doTickIdle();break;case Gr.WAITING_TRACK:{const{levels:n,trackId:s}=this,v=n==null?void 0:n[s],w=v==null?void 0:v.details;if(w&&!this.waitForLive(v)){if(this.waitForCdnTuneIn(w))break;this.state=Gr.WAITING_INIT_PTS}break}case Gr.FRAG_LOADING_WAITING_RETRY:{var t;const n=performance.now(),s=this.retryDate;if(!s||n>=s||(t=this.media)!=null&&t.seeking){const{levels:v,trackId:w}=this;this.log("RetryDate reached, switch back to IDLE state"),this.resetStartWhenNotLoaded((v==null?void 0:v[w])||null),this.state=Gr.IDLE}break}case Gr.WAITING_INIT_PTS:{const n=this.waitingData;if(n){const{frag:s,part:v,cache:w,complete:T}=n,z=this.mainAnchor;if(this.initPTS[s.cc]!==void 0){this.waitingData=null,this.state=Gr.FRAG_LOADING;const W=w.flush().buffer,N={frag:s,part:v,payload:W,networkDetails:null};this._handleFragmentLoadProgress(N),T&&super._handleFragmentLoadComplete(N)}else z&&z.cc!==n.frag.cc&&this.syncWithAnchor(z,n.frag)}else this.state=Gr.IDLE}}this.onTickEnd()}resetLoadingState(){const t=this.waitingData;t&&(this.fragmentTracker.removeFragment(t.frag),this.waitingData=null),super.resetLoadingState()}onTickEnd(){const{media:t}=this;t!=null&&t.readyState&&(this.lastCurrentTime=t.currentTime)}doTickIdle(){var t;const{hls:n,levels:s,media:v,trackId:w}=this,T=n.config;if(!this.buffering||!v&&!this.primaryPrefetch&&(this.startFragRequested||!T.startFragPrefetch)||!(s!=null&&s[w]))return;const z=s[w],W=z.details;if(!W||this.waitForLive(z)||this.waitForCdnTuneIn(W)){this.state=Gr.WAITING_TRACK,this.startFragRequested=!1;return}const N=this.mediaBuffer?this.mediaBuffer:this.media;this.bufferFlushed&&N&&(this.bufferFlushed=!1,this.afterBufferFlushed(N,j.AUDIO,u.AUDIO));const te=this.getFwdBufferInfo(N,u.AUDIO);if(te===null)return;if(!this.switchingTrack&&this._streamEnded(te,W)){n.trigger(o.BUFFER_EOS,{type:"audio"}),this.state=Gr.ENDED;return}const ce=te.len,be=n.maxBufferLength,Ie=W.fragments,Ae=Ie[0].start,at=this.getLoadPosition(),rt=this.flushing?at:te.end;if(this.switchingTrack&&v){const sr=at;W.PTSKnown&&sr<Ae&&(te.end>Ae||te.nextStart)&&(this.log("Alt audio track ahead of main track, seek to start of alt audio track"),v.currentTime=Ae+.05)}if(ce>=be&&!this.switchingTrack&&rt<Ie[Ie.length-1].start)return;let Rt=this.getNextFragment(rt,W);if(Rt&&this.isLoopLoading(Rt,rt)&&(Rt=this.getNextFragmentLoopLoading(Rt,W,te,u.MAIN,be)),!Rt){this.bufferFlushed=!0;return}let dr=((t=this.mainFragLoading)==null?void 0:t.frag)||null;if(!this.audioOnly&&this.startFragRequested&&dr&&me(Rt)&&!Rt.endList&&(!W.live||!this.loadingParts&&rt<this.hls.liveSyncPosition)&&(this.fragmentTracker.getState(dr)===rr.OK&&(this.mainFragLoading=dr=null),dr&&me(dr))){if(Rt.start>dr.end){const kr=this.fragmentTracker.getFragAtPos(rt,u.MAIN);kr&&kr.end>dr.end&&(dr=kr,this.mainFragLoading={frag:kr,targetBufferTime:null})}if(Rt.start>dr.end)return}this.loadFragment(Rt,z,rt)}onMediaDetaching(t,n){this.bufferFlushed=this.flushing=!1,super.onMediaDetaching(t,n)}onAudioTracksUpdated(t,{audioTracks:n}){this.resetTransmuxer(),this.levels=n.map(s=>new In(s))}onAudioTrackSwitching(t,n){const s=!!n.url;this.trackId=n.id;const{fragCurrent:v}=this;v&&(v.abortRequests(),this.removeUnbufferedFrags(v.start)),this.resetLoadingState(),s?(this.switchingTrack=n,this.flushAudioIfNeeded(n),this.state!==Gr.STOPPED&&(this.setInterval(ml),this.state=Gr.IDLE,this.tick())):(this.resetTransmuxer(),this.switchingTrack=null,this.bufferedTrack=n,this.clearInterval())}onManifestLoading(){super.onManifestLoading(),this.bufferFlushed=this.flushing=this.audioOnly=!1,this.resetItem(),this.trackId=-1}onLevelLoaded(t,n){this.mainDetails=n.details;const s=this.cachedTrackLoadedData;s&&(this.cachedTrackLoadedData=null,this.onAudioTrackLoaded(o.AUDIO_TRACK_LOADED,s))}onAudioTrackLoaded(t,n){var s;const{levels:v}=this,{details:w,id:T,groupId:z,track:W}=n;if(!v){this.warn(`Audio tracks reset while loading track ${T} "${W.name}" of "${z}"`);return}const N=this.mainDetails;if(!N||w.endCC>N.endCC||N.expired){this.cachedTrackLoadedData=n,this.state!==Gr.STOPPED&&(this.state=Gr.WAITING_TRACK);return}this.cachedTrackLoadedData=null,this.log(`Audio track ${T} "${W.name}" of "${z}" loaded [${w.startSN},${w.endSN}]${w.lastPartSn?`[part-${w.lastPartSn}-${w.lastPartIndex}]`:""},duration:${w.totalduration}`);const te=v[T];let ce=0;if(w.live||(s=te.details)!=null&&s.live){if(this.checkLiveUpdate(w),w.deltaUpdateFailed)return;if(te.details){var be;ce=this.alignPlaylists(w,te.details,(be=this.levelLastLoaded)==null?void 0:be.details)}w.alignedSliding||(si(w,N),w.alignedSliding||Ki(w,N),ce=w.fragmentStart)}te.details=w,this.levelLastLoaded=te,this.startFragRequested||this.setStartPosition(N,ce),this.hls.trigger(o.AUDIO_TRACK_UPDATED,{details:w,id:T,groupId:n.groupId}),this.state===Gr.WAITING_TRACK&&!this.waitForCdnTuneIn(w)&&(this.state=Gr.IDLE),this.tick()}_handleFragmentLoadProgress(t){var n;const s=t.frag,{part:v,payload:w}=t,{config:T,trackId:z,levels:W}=this;if(!W){this.warn(`Audio tracks were reset while fragment load was in progress. Fragment ${s.sn} of level ${s.level} will not be buffered`);return}const N=W[z];if(!N){this.warn("Audio track is undefined on fragment load progress");return}const te=N.details;if(!te){this.warn("Audio track details undefined on fragment load progress"),this.removeUnbufferedFrags(s.start);return}const ce=T.defaultAudioCodec||N.audioCodec||"mp4a.40.2";let be=this.transmuxer;be||(be=this.transmuxer=new pl(this.hls,u.AUDIO,this._handleTransmuxComplete.bind(this),this._handleTransmuxerFlush.bind(this)));const Ie=this.initPTS[s.cc],Ae=(n=s.initSegment)==null?void 0:n.data;if(Ie!==void 0){const rt=v?v.index:-1,Rt=rt!==-1,dr=new fs(s.level,s.sn,s.stats.chunkCount,w.byteLength,rt,Rt);be.push(w,Ae,ce,"",s,v,te.totalduration,!1,dr,Ie)}else{this.log(`Unknown video PTS for cc ${s.cc}, waiting for video PTS before demuxing audio frag ${s.sn} of [${te.startSN} ,${te.endSN}],track ${z}`);const{cache:at}=this.waitingData=this.waitingData||{frag:s,part:v,cache:new aa,complete:!1};at.push(new Uint8Array(w)),this.state!==Gr.STOPPED&&(this.state=Gr.WAITING_INIT_PTS)}}_handleFragmentLoadComplete(t){if(this.waitingData){this.waitingData.complete=!0;return}super._handleFragmentLoadComplete(t)}onBufferReset(){this.mediaBuffer=null}onBufferCreated(t,n){this.bufferFlushed=this.flushing=!1;const s=n.tracks.audio;s&&(this.mediaBuffer=s.buffer||null)}onFragLoading(t,n){!this.audioOnly&&n.frag.type===u.MAIN&&me(n.frag)&&(this.mainFragLoading=n,this.state===Gr.IDLE&&this.tick())}onFragBuffered(t,n){const{frag:s,part:v}=n;if(s.type!==u.AUDIO){!this.audioOnly&&s.type===u.MAIN&&!s.elementaryStreams.video&&!s.elementaryStreams.audiovideo&&(this.audioOnly=!0,this.mainFragLoading=null);return}if(this.fragContextChanged(s)){this.warn(`Fragment ${s.sn}${v?" p: "+v.index:""} of level ${s.level} finished buffering, but was aborted. state: ${this.state}, audioSwitch: ${this.switchingTrack?this.switchingTrack.name:"false"}`);return}if(me(s)){this.fragPrevious=s;const w=this.switchingTrack;w&&(this.bufferedTrack=w,this.switchingTrack=null,this.hls.trigger(o.AUDIO_TRACK_SWITCHED,b({},w)))}this.fragBufferedComplete(s,v),this.media&&this.tick()}onError(t,n){var s;if(n.fatal){this.state=Gr.ERROR;return}switch(n.details){case f.FRAG_GAP:case f.FRAG_PARSING_ERROR:case f.FRAG_DECRYPT_ERROR:case f.FRAG_LOAD_ERROR:case f.FRAG_LOAD_TIMEOUT:case f.KEY_LOAD_ERROR:case f.KEY_LOAD_TIMEOUT:this.onFragmentOrKeyLoadError(u.AUDIO,n);break;case f.AUDIO_TRACK_LOAD_ERROR:case f.AUDIO_TRACK_LOAD_TIMEOUT:case f.LEVEL_PARSING_ERROR:!n.levelRetry&&this.state===Gr.WAITING_TRACK&&((s=n.context)==null?void 0:s.type)===h.AUDIO_TRACK&&(this.state=Gr.IDLE);break;case f.BUFFER_ADD_CODEC_ERROR:case f.BUFFER_APPEND_ERROR:if(n.parent!=="audio")return;this.resetLoadingState();break;case f.BUFFER_FULL_ERROR:if(n.parent!=="audio")return;this.reduceLengthAndFlushBuffer(n)&&(this.bufferedTrack=null,super.flushMainBuffer(0,Number.POSITIVE_INFINITY,"audio"));break;case f.INTERNAL_EXCEPTION:this.recoverWorkerError(n);break}}onBufferFlushing(t,{type:n}){n!==j.VIDEO&&(this.flushing=!0)}onBufferFlushed(t,{type:n}){if(n!==j.VIDEO){this.flushing=!1,this.bufferFlushed=!0,this.state===Gr.ENDED&&(this.state=Gr.IDLE);const s=this.mediaBuffer||this.media;s&&(this.afterBufferFlushed(s,n,u.AUDIO),this.tick())}}_handleTransmuxComplete(t){var n;const s="audio",{hls:v}=this,{remuxResult:w,chunkMeta:T}=t,z=this.getCurrentContext(T);if(!z){this.resetWhenMissingContext(T);return}const{frag:W,part:N,level:te}=z,{details:ce}=te,{audio:be,text:Ie,id3:Ae,initSegment:at}=w;if(this.fragContextChanged(W)||!ce){this.fragmentTracker.removeFragment(W);return}if(this.state=Gr.PARSING,this.switchingTrack&&be&&this.completeAudioSwitch(this.switchingTrack),at!=null&&at.tracks){const rt=W.initSegment||W;this._bufferInitSegment(te,at.tracks,rt,T),v.trigger(o.FRAG_PARSING_INIT_SEGMENT,{frag:rt,id:s,tracks:at.tracks})}if(be){const{startPTS:rt,endPTS:Rt,startDTS:dr,endDTS:sr}=be;N&&(N.elementaryStreams[j.AUDIO]={startPTS:rt,endPTS:Rt,startDTS:dr,endDTS:sr}),W.setElementaryStreamInfo(j.AUDIO,rt,Rt,dr,sr),this.bufferFragmentData(be,W,N,T)}if(Ae!=null&&(n=Ae.samples)!=null&&n.length){const rt=y({id:s,frag:W,details:ce},Ae);v.trigger(o.FRAG_PARSING_METADATA,rt)}if(Ie){const rt=y({id:s,frag:W,details:ce},Ie);v.trigger(o.FRAG_PARSING_USERDATA,rt)}}_bufferInitSegment(t,n,s,v){if(this.state!==Gr.PARSING||(n.video&&delete n.video,n.audiovideo&&delete n.audiovideo,!n.audio))return;const w=n.audio;w.id=u.AUDIO;const T=t.audioCodec;this.log(`Init audio buffer, container:${w.container}, codecs[level/parsed]=[${T}/${w.codec}]`),T&&T.split(",").length===1&&(w.levelCodec=T),this.hls.trigger(o.BUFFER_CODECS,n);const z=w.initSegment;if(z!=null&&z.byteLength){const W={type:"audio",frag:s,part:null,chunkMeta:v,parent:s.type,data:z};this.hls.trigger(o.BUFFER_APPENDING,W)}this.tickImmediate()}loadFragment(t,n,s){const v=this.fragmentTracker.getState(t);if(this.switchingTrack||v===rr.NOT_LOADED||v===rr.PARTIAL){var w;if(!me(t))this._loadInitSegment(t,n);else if((w=n.details)!=null&&w.live&&!this.initPTS[t.cc]){this.log(`Waiting for video PTS in continuity counter ${t.cc} of live stream before loading audio fragment ${t.sn} of level ${this.trackId}`),this.state=Gr.WAITING_INIT_PTS;const T=this.mainDetails;T&&T.fragmentStart!==n.details.fragmentStart&&Ki(n.details,T)}else super.loadFragment(t,n,s)}else this.clearTrackerIfNeeded(t)}flushAudioIfNeeded(t){if(this.media&&this.bufferedTrack){const{name:n,lang:s,assocLang:v,characteristics:w,audioCodec:T,channels:z}=this.bufferedTrack;na({name:n,lang:s,assocLang:v,characteristics:w,audioCodec:T,channels:z},t,yt)||(Xi(t.url,this.hls)?(this.log("Switching audio track : flushing all audio"),super.flushMainBuffer(0,Number.POSITIVE_INFINITY,"audio"),this.bufferedTrack=null):this.bufferedTrack=t)}}completeAudioSwitch(t){const{hls:n}=this;this.flushAudioIfNeeded(t),this.bufferedTrack=t,this.switchingTrack=null,n.trigger(o.AUDIO_TRACK_SWITCHED,b({},t))}}class vl extends R{constructor(t,n){super(n,t.logger),this.hls=void 0,this.canLoad=!1,this.timer=-1,this.hls=t}destroy(){this.clearTimer(),this.hls=this.log=this.warn=null}clearTimer(){this.timer!==-1&&(self.clearTimeout(this.timer),this.timer=-1)}startLoad(){this.canLoad=!0,this.loadPlaylist()}stopLoad(){this.canLoad=!1,this.clearTimer()}switchParams(t,n,s){const v=n==null?void 0:n.renditionReports;if(v){let w=-1;for(let T=0;T<v.length;T++){const z=v[T];let W;try{W=new self.URL(z.URI,n.url).href}catch(N){this.warn(`Could not construct new URL for Rendition Report: ${N}`),W=z.URI||""}if(W===t){w=T;break}else W===t.substring(0,W.length)&&(w=T)}if(w!==-1){const T=v[w],z=parseInt(T["LAST-MSN"])||(n==null?void 0:n.lastPartSn);let W=parseInt(T["LAST-PART"])||(n==null?void 0:n.lastPartIndex);if(this.hls.config.lowLatencyMode){const te=Math.min(n.age-n.partTarget,n.targetduration);W>=0&&te>n.partTarget&&(W+=1)}const N=s&&Nr(s);return new en(z,W>=0?W:void 0,N)}}}loadPlaylist(t){this.clearTimer()}loadingPlaylist(t,n){this.clearTimer()}shouldLoadPlaylist(t){return this.canLoad&&!!t&&!!t.url&&(!t.details||t.details.live)}getUrlWithDirectives(t,n){if(n)try{return n.addDirectives(t)}catch(s){this.warn(`Could not construct new URL with HLS Delivery Directives: ${s}`)}return t}playlistLoaded(t,n,s){const{details:v,stats:w}=n,T=self.performance.now(),z=w.loading.first?Math.max(0,T-w.loading.first):0;v.advancedDateTime=Date.now()-z;const W=this.hls.config.timelineOffset;if(W!==v.appliedTimelineOffset){const te=Math.max(W||0,0);v.appliedTimelineOffset=te,v.fragments.forEach(ce=>{ce.start=ce.playlistOffset+te})}if(v.live||s!=null&&s.live){const te="levelInfo"in n?n.levelInfo:n.track;if(v.reloaded(s),s&&v.fragments.length>0){hr(s,v);const dr=v.playlistParsingError;if(dr){this.warn(dr);const sr=this.hls;if(!sr.config.ignorePlaylistParsingErrors){var N;const{networkDetails:kr}=n;sr.trigger(o.ERROR,{type:c.NETWORK_ERROR,details:f.LEVEL_PARSING_ERROR,fatal:!1,url:v.url,error:dr,reason:dr.message,level:n.level||void 0,parent:(N=v.fragments[0])==null?void 0:N.type,networkDetails:kr,stats:w});return}v.playlistParsingError=null}}v.requestScheduled===-1&&(v.requestScheduled=w.loading.start);const ce=this.hls.mainForwardBufferInfo,be=ce?ce.end-ce.len:0,Ie=(v.edge-be)*1e3,Ae=Bn(v,Ie);if(v.requestScheduled+Ae<T?v.requestScheduled=T:v.requestScheduled+=Ae,this.log(`live playlist ${t} ${v.advanced?"REFRESHED "+v.lastPartSn+"-"+v.lastPartIndex:v.updated?"UPDATED":"MISSED"}`),!this.canLoad||!v.live)return;let at,rt,Rt;if(v.canBlockReload&&v.endSN&&v.advanced){const dr=this.hls.config.lowLatencyMode,sr=v.lastPartSn,kr=v.endSN,Hr=v.lastPartIndex,cn=Hr!==-1,Wr=sr===kr;cn?Wr?(rt=kr+1,Rt=dr?0:Hr):(rt=sr,Rt=dr?Hr+1:v.maxPartIndex):rt=kr+1;const Jr=v.age,ln=Jr+v.ageHeader;let Kr=Math.min(ln-v.partTarget,v.targetduration*1.5);if(Kr>0){if(ln>v.targetduration*3)this.log(`Playlist last advanced ${Jr.toFixed(2)}s ago. Omitting segment and part directives.`),rt=void 0,Rt=void 0;else if(s!=null&&s.tuneInGoal&&ln-v.partTarget>s.tuneInGoal)this.warn(`CDN Tune-in goal increased from: ${s.tuneInGoal} to: ${Kr} with playlist age: ${v.age}`),Kr=0;else{const Zn=Math.floor(Kr/v.targetduration);if(rt+=Zn,Rt!==void 0){const hi=Math.round(Kr%v.targetduration/v.partTarget);Rt+=hi}this.log(`CDN Tune-in age: ${v.ageHeader}s last advanced ${Jr.toFixed(2)}s goal: ${Kr} skip sn ${Zn} to part ${Rt}`)}v.tuneInGoal=Kr}if(at=this.getDeliveryDirectives(v,n.deliveryDirectives,rt,Rt),dr||!Wr){v.requestScheduled=T,this.loadingPlaylist(te,at);return}}else(v.canBlockReload||v.canSkipUntil)&&(at=this.getDeliveryDirectives(v,n.deliveryDirectives,rt,Rt));at&&rt!==void 0&&v.canBlockReload&&(v.requestScheduled=w.loading.first+Math.max(Ae-z*2,Ae/2)),this.scheduleLoading(te,at,v)}else this.clearTimer()}scheduleLoading(t,n,s){const v=s||t.details;if(!v){this.loadingPlaylist(t,n);return}const w=self.performance.now(),T=v.requestScheduled;if(w>=T){this.loadingPlaylist(t,n);return}const z=T-w;this.log(`reload live playlist ${t.name||t.bitrate+"bps"} in ${Math.round(z)} ms`),this.clearTimer(),this.timer=self.setTimeout(()=>this.loadingPlaylist(t,n),z)}getDeliveryDirectives(t,n,s,v){let w=Nr(t);return n!=null&&n.skip&&t.deltaUpdateFailed&&(s=n.msn,v=n.part,w=nt.No),new en(s,v,w)}checkRetry(t){const n=t.details,s=Ot(t),v=t.errorAction,{action:w,retryCount:T=0,retryConfig:z}=v||{},W=!!v&&!!z&&(w===Ze.RetryRequest||!v.resolved&&w===Ze.SendAlternateToPenaltyBox);if(W){var N;if(T>=z.maxNumRetry)return!1;if(s&&(N=t.context)!=null&&N.deliveryDirectives)this.warn(`Retrying playlist loading ${T+1}/${z.maxNumRetry} after "${n}" without delivery-directives`),this.loadPlaylist();else{const te=ur(z,T);this.clearTimer(),this.timer=self.setTimeout(()=>this.loadPlaylist(),te),this.warn(`Retrying playlist loading ${T+1}/${z.maxNumRetry} after "${n}" in ${te}ms`)}t.levelRetry=!0,v.resolved=!0}return W}}function Gs(P,t){if(P.length!==t.length)return!1;for(let n=0;n<P.length;n++)if(!To(P[n].attrs,t[n].attrs))return!1;return!0}function To(P,t,n){const s=P["STABLE-RENDITION-ID"];return s&&!n?s===t["STABLE-RENDITION-ID"]:!(n||["LANGUAGE","NAME","CHARACTERISTICS","AUTOSELECT","DEFAULT","FORCED","ASSOC-LANGUAGE"]).some(v=>P[v]!==t[v])}function vu(P,t){return t.label.toLowerCase()===P.name.toLowerCase()&&(!t.language||t.language.toLowerCase()===(P.lang||"").toLowerCase())}class Wl extends vl{constructor(t){super(t,"audio-track-controller"),this.tracks=[],this.groupIds=null,this.tracksInGroup=[],this.trackId=-1,this.currentTrack=null,this.selectDefaultTrack=!0,this.registerListeners()}registerListeners(){const{hls:t}=this;t.on(o.MANIFEST_LOADING,this.onManifestLoading,this),t.on(o.MANIFEST_PARSED,this.onManifestParsed,this),t.on(o.LEVEL_LOADING,this.onLevelLoading,this),t.on(o.LEVEL_SWITCHING,this.onLevelSwitching,this),t.on(o.AUDIO_TRACK_LOADED,this.onAudioTrackLoaded,this),t.on(o.ERROR,this.onError,this)}unregisterListeners(){const{hls:t}=this;t.off(o.MANIFEST_LOADING,this.onManifestLoading,this),t.off(o.MANIFEST_PARSED,this.onManifestParsed,this),t.off(o.LEVEL_LOADING,this.onLevelLoading,this),t.off(o.LEVEL_SWITCHING,this.onLevelSwitching,this),t.off(o.AUDIO_TRACK_LOADED,this.onAudioTrackLoaded,this),t.off(o.ERROR,this.onError,this)}destroy(){this.unregisterListeners(),this.tracks.length=0,this.tracksInGroup.length=0,this.currentTrack=null,super.destroy()}onManifestLoading(){this.tracks=[],this.tracksInGroup=[],this.groupIds=null,this.currentTrack=null,this.trackId=-1,this.selectDefaultTrack=!0}onManifestParsed(t,n){this.tracks=n.audioTracks||[]}onAudioTrackLoaded(t,n){const{id:s,groupId:v,details:w}=n,T=this.tracksInGroup[s];if(!T||T.groupId!==v){this.warn(`Audio track with id:${s} and group:${v} not found in active group ${T==null?void 0:T.groupId}`);return}const z=T.details;T.details=n.details,this.log(`Audio track ${s} "${T.name}" lang:${T.lang} group:${v} loaded [${w.startSN}-${w.endSN}]`),s===this.trackId&&this.playlistLoaded(s,n,z)}onLevelLoading(t,n){this.switchLevel(n.level)}onLevelSwitching(t,n){this.switchLevel(n.level)}switchLevel(t){const n=this.hls.levels[t];if(!n)return;const s=n.audioGroups||null,v=this.groupIds;let w=this.currentTrack;if(!s||(v==null?void 0:v.length)!==(s==null?void 0:s.length)||s!=null&&s.some(z=>(v==null?void 0:v.indexOf(z))===-1)){this.groupIds=s,this.trackId=-1,this.currentTrack=null;const z=this.tracks.filter(be=>!s||s.indexOf(be.groupId)!==-1);if(z.length)this.selectDefaultTrack&&!z.some(be=>be.default)&&(this.selectDefaultTrack=!1),z.forEach((be,Ie)=>{be.id=Ie});else if(!w&&!this.tracksInGroup.length)return;this.tracksInGroup=z;const W=this.hls.config.audioPreference;if(!w&&W){const be=ni(W,z,yt);if(be>-1)w=z[be];else{const Ie=ni(W,this.tracks);w=this.tracks[Ie]}}let N=this.findTrackId(w);N===-1&&w&&(N=this.findTrackId(null));const te={audioTracks:z};this.log(`Updating audio tracks, ${z.length} track(s) found in group(s): ${s==null?void 0:s.join(",")}`),this.hls.trigger(o.AUDIO_TRACKS_UPDATED,te);const ce=this.trackId;if(N!==-1&&ce===-1)this.setAudioTrack(N);else if(z.length&&ce===-1){var T;const be=new Error(`No audio track selected for current audio group-ID(s): ${(T=this.groupIds)==null?void 0:T.join(",")} track count: ${z.length}`);this.warn(be.message),this.hls.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.AUDIO_TRACK_LOAD_ERROR,fatal:!0,error:be})}}}onError(t,n){n.fatal||!n.context||n.context.type===h.AUDIO_TRACK&&n.context.id===this.trackId&&(!this.groupIds||this.groupIds.indexOf(n.context.groupId)!==-1)&&this.checkRetry(n)}get allAudioTracks(){return this.tracks}get audioTracks(){return this.tracksInGroup}get audioTrack(){return this.trackId}set audioTrack(t){this.selectDefaultTrack=!1,this.setAudioTrack(t)}setAudioOption(t){const n=this.hls;if(n.config.audioPreference=t,t){const s=this.allAudioTracks;if(this.selectDefaultTrack=!1,s.length){const v=this.currentTrack;if(v&&na(t,v,yt))return v;const w=ni(t,this.tracksInGroup,yt);if(w>-1){const T=this.tracksInGroup[w];return this.setAudioTrack(w),T}else if(v){let T=n.loadLevel;T===-1&&(T=n.firstAutoLevel);const z=zn(t,n.levels,s,T,yt);if(z===-1)return null;n.nextLoadLevel=z}if(t.channels||t.audioCodec){const T=ni(t,s);if(T>-1)return s[T]}}}return null}setAudioTrack(t){const n=this.tracksInGroup;if(t<0||t>=n.length){this.warn(`Invalid audio track id: ${t}`);return}this.selectDefaultTrack=!1;const s=this.currentTrack,v=n[t],w=v.details&&!v.details.live;if(t===this.trackId&&v===s&&w||(this.log(`Switching to audio-track ${t} "${v.name}" lang:${v.lang} group:${v.groupId} channels:${v.channels}`),this.trackId=t,this.currentTrack=v,this.hls.trigger(o.AUDIO_TRACK_SWITCHING,b({},v)),w))return;const T=this.switchParams(v.url,s==null?void 0:s.details,v.details);this.loadPlaylist(T)}findTrackId(t){const n=this.tracksInGroup;for(let s=0;s<n.length;s++){const v=n[s];if(!(this.selectDefaultTrack&&!v.default)&&(!t||na(t,v,yt)))return s}if(t){const{name:s,lang:v,assocLang:w,characteristics:T,audioCodec:z,channels:W}=t;for(let N=0;N<n.length;N++){const te=n[N];if(na({name:s,lang:v,assocLang:w,characteristics:T,audioCodec:z,channels:W},te,yt))return N}for(let N=0;N<n.length;N++){const te=n[N];if(To(t.attrs,te.attrs,["LANGUAGE","ASSOC-LANGUAGE","CHARACTERISTICS"]))return N}for(let N=0;N<n.length;N++){const te=n[N];if(To(t.attrs,te.attrs,["LANGUAGE"]))return N}}return-1}loadPlaylist(t){super.loadPlaylist();const n=this.currentTrack;this.shouldLoadPlaylist(n)&&Xi(n.url,this.hls)&&this.scheduleLoading(n,t)}loadingPlaylist(t,n){super.loadingPlaylist(t,n);const s=t.id,v=t.groupId,w=this.getUrlWithDirectives(t.url,n),T=t.details,z=T==null?void 0:T.age;this.log(`Loading audio-track ${s} "${t.name}" lang:${t.lang} group:${v}${(n==null?void 0:n.msn)!==void 0?" at sn "+n.msn+" part "+n.part:""}${z&&T.live?" age "+z.toFixed(1)+(T.type?" "+T.type||0:""):""} ${w}`),this.hls.trigger(o.AUDIO_TRACK_LOADING,{url:w,id:s,groupId:v,deliveryDirectives:n||null,track:t})}}class Tu{constructor(t){this.tracks=void 0,this.queues={video:[],audio:[],audiovideo:[]},this.tracks=t}destroy(){this.tracks=this.queues=null}append(t,n,s){if(this.queues===null||this.tracks===null)return;const v=this.queues[n];v.push(t),v.length===1&&!s&&this.executeNext(n)}appendBlocker(t){return new Promise(n=>{const s={label:"async-blocker",execute:n,onStart:()=>{},onComplete:()=>{},onError:()=>{}};this.append(s,t)})}prependBlocker(t){return new Promise(n=>{if(this.queues){const s={label:"async-blocker-prepend",execute:n,onStart:()=>{},onComplete:()=>{},onError:()=>{}};this.queues[t].unshift(s)}})}removeBlockers(){this.queues!==null&&[this.queues.video,this.queues.audio,this.queues.audiovideo].forEach(t=>{var n;const s=(n=t[0])==null?void 0:n.label;(s==="async-blocker"||s==="async-blocker-prepend")&&(t[0].execute(),t.splice(0,1))})}unblockAudio(t){if(this.queues===null)return;this.queues.audio[0]===t&&this.shiftAndExecuteNext("audio")}executeNext(t){if(this.queues===null||this.tracks===null)return;const n=this.queues[t];if(n.length){const v=n[0];try{v.execute()}catch(w){var s;if(v.onError(w),this.queues===null||this.tracks===null)return;const T=(s=this.tracks[t])==null?void 0:s.buffer;T!=null&&T.updating||this.shiftAndExecuteNext(t)}}}shiftAndExecuteNext(t){this.queues!==null&&(this.queues[t].shift(),this.executeNext(t))}current(t){var n;return((n=this.queues)==null?void 0:n[t][0])||null}toString(){const{queues:t,tracks:n}=this;return t===null||n===null?"<destroyed>":`
${this.list("video")}
${this.list("audio")}
${this.list("audiovideo")}}`}list(t){var n,s;return(n=this.queues)!=null&&n[t]||(s=this.tracks)!=null&&s[t]?`${t}: (${this.listSbInfo(t)}) ${this.listOps(t)}`:""}listSbInfo(t){var n;const s=(n=this.tracks)==null?void 0:n[t],v=s==null?void 0:s.buffer;return v?`SourceBuffer${v.updating?" updating":""}${s.ended?" ended":""}${s.ending?" ending":""}`:"none"}listOps(t){var n;return((n=this.queues)==null?void 0:n[t].map(s=>s.label).join(", "))||""}}const lc=/(avc[1234]|hvc1|hev1|dvh[1e]|vp09|av01)(?:\.[^.,]+)+/,Pl="HlsJsTrackRemovedError";class ii extends Error{constructor(t){super(t),this.name=Pl}}class xc extends R{constructor(t,n){super("buffer-controller",t.logger),this.hls=void 0,this.fragmentTracker=void 0,this.details=null,this._objectUrl=null,this.operationQueue=null,this.bufferCodecEventsTotal=0,this.media=null,this.mediaSource=null,this.lastMpegAudioChunk=null,this.blockedAudioAppend=null,this.lastVideoAppendEnd=0,this.appendSource=void 0,this.transferData=void 0,this.overrides=void 0,this.appendErrors={audio:0,video:0,audiovideo:0},this.tracks={},this.sourceBuffers=[[null,null],[null,null]],this._onEndStreaming=s=>{var v;this.hls&&((v=this.mediaSource)==null?void 0:v.readyState)==="open"&&this.hls.pauseBuffering()},this._onStartStreaming=s=>{this.hls&&this.hls.resumeBuffering()},this._onMediaSourceOpen=s=>{const{media:v,mediaSource:w}=this;s&&this.log("Media source opened"),!(!v||!w)&&(w.removeEventListener("sourceopen",this._onMediaSourceOpen),v.removeEventListener("emptied",this._onMediaEmptied),this.updateDuration(),this.hls.trigger(o.MEDIA_ATTACHED,{media:v,mediaSource:w}),this.mediaSource!==null&&this.checkPendingTracks())},this._onMediaSourceClose=()=>{this.log("Media source closed")},this._onMediaSourceEnded=()=>{this.log("Media source ended")},this._onMediaEmptied=()=>{const{mediaSrc:s,_objectUrl:v}=this;s!==v&&this.error(`Media element src was set while attaching MediaSource (${v} > ${s})`)},this.hls=t,this.fragmentTracker=n,this.appendSource=ie(ae(t.config.preferManagedMediaSource)),this.initTracks(),this.registerListeners()}hasSourceTypes(){return Object.keys(this.tracks).length>0}destroy(){this.unregisterListeners(),this.details=null,this.lastMpegAudioChunk=this.blockedAudioAppend=null,this.transferData=this.overrides=void 0,this.operationQueue&&(this.operationQueue.destroy(),this.operationQueue=null),this.hls=this.fragmentTracker=null,this._onMediaSourceOpen=this._onMediaSourceClose=null,this._onMediaSourceEnded=null,this._onStartStreaming=this._onEndStreaming=null}registerListeners(){const{hls:t}=this;t.on(o.MEDIA_ATTACHING,this.onMediaAttaching,this),t.on(o.MEDIA_DETACHING,this.onMediaDetaching,this),t.on(o.MANIFEST_LOADING,this.onManifestLoading,this),t.on(o.MANIFEST_PARSED,this.onManifestParsed,this),t.on(o.BUFFER_RESET,this.onBufferReset,this),t.on(o.BUFFER_APPENDING,this.onBufferAppending,this),t.on(o.BUFFER_CODECS,this.onBufferCodecs,this),t.on(o.BUFFER_EOS,this.onBufferEos,this),t.on(o.BUFFER_FLUSHING,this.onBufferFlushing,this),t.on(o.LEVEL_UPDATED,this.onLevelUpdated,this),t.on(o.FRAG_PARSED,this.onFragParsed,this),t.on(o.FRAG_CHANGED,this.onFragChanged,this),t.on(o.ERROR,this.onError,this)}unregisterListeners(){const{hls:t}=this;t.off(o.MEDIA_ATTACHING,this.onMediaAttaching,this),t.off(o.MEDIA_DETACHING,this.onMediaDetaching,this),t.off(o.MANIFEST_LOADING,this.onManifestLoading,this),t.off(o.MANIFEST_PARSED,this.onManifestParsed,this),t.off(o.BUFFER_RESET,this.onBufferReset,this),t.off(o.BUFFER_APPENDING,this.onBufferAppending,this),t.off(o.BUFFER_CODECS,this.onBufferCodecs,this),t.off(o.BUFFER_EOS,this.onBufferEos,this),t.off(o.BUFFER_FLUSHING,this.onBufferFlushing,this),t.off(o.LEVEL_UPDATED,this.onLevelUpdated,this),t.off(o.FRAG_PARSED,this.onFragParsed,this),t.off(o.FRAG_CHANGED,this.onFragChanged,this),t.off(o.ERROR,this.onError,this)}transferMedia(){const{media:t,mediaSource:n}=this;if(!t)return null;const s={};if(this.operationQueue){const w=this.isUpdating();w||this.operationQueue.removeBlockers();const T=this.isQueued();(w||T)&&this.warn(`Transfering MediaSource with${T?" operations in queue":""}${w?" updating SourceBuffer(s)":""} ${this.operationQueue}`),this.operationQueue.destroy()}const v=this.transferData;return!this.sourceBufferCount&&v&&v.mediaSource===n?y(s,v.tracks):this.sourceBuffers.forEach(w=>{const[T]=w;T&&(s[T]=y({},this.tracks[T]),this.removeBuffer(T)),w[0]=w[1]=null}),{media:t,mediaSource:n,tracks:s}}initTracks(){const t={};this.sourceBuffers=[[null,null],[null,null]],this.tracks=t,this.resetQueue(),this.resetAppendErrors(),this.lastMpegAudioChunk=this.blockedAudioAppend=null,this.lastVideoAppendEnd=0}onManifestLoading(){this.bufferCodecEventsTotal=0,this.details=null}onManifestParsed(t,n){var s;let v=2;(n.audio&&!n.video||!n.altAudio)&&(v=1),this.bufferCodecEventsTotal=v,this.log(`${v} bufferCodec event(s) expected.`),(s=this.transferData)!=null&&s.mediaSource&&this.sourceBufferCount&&v&&this.bufferCreated()}onMediaAttaching(t,n){const s=this.media=n.media,v=ae(this.appendSource);if(this.transferData=this.overrides=void 0,s&&v){const w=!!n.mediaSource;(w||n.overrides)&&(this.transferData=n,this.overrides=n.overrides);const T=this.mediaSource=n.mediaSource||new v;if(this.assignMediaSource(T),w)this._objectUrl=s.src,this.attachTransferred();else{const z=this._objectUrl=self.URL.createObjectURL(T);if(this.appendSource)try{s.removeAttribute("src");const W=self.ManagedMediaSource;s.disableRemotePlayback=s.disableRemotePlayback||W&&T instanceof W,to(s),wc(s,z),s.load()}catch(W){s.src=z}else s.src=z}s.addEventListener("emptied",this._onMediaEmptied)}}assignMediaSource(t){var n,s;this.log(`${((n=this.transferData)==null?void 0:n.mediaSource)===t?"transferred":"created"} media source: ${(s=t.constructor)==null?void 0:s.name}`),t.addEventListener("sourceopen",this._onMediaSourceOpen),t.addEventListener("sourceended",this._onMediaSourceEnded),t.addEventListener("sourceclose",this._onMediaSourceClose),this.appendSource&&(t.addEventListener("startstreaming",this._onStartStreaming),t.addEventListener("endstreaming",this._onEndStreaming))}attachTransferred(){const t=this.media,n=this.transferData;if(!n||!t)return;const s=this.tracks,v=n.tracks,w=v?Object.keys(v):null,T=w?w.length:0,z=()=>{this.media&&this.mediaSourceOpenOrEnded&&this._onMediaSourceOpen()};if(v&&w&&T){if(!this.tracksReady){this.hls.config.startFragPrefetch=!0,this.log("attachTransferred: waiting for SourceBuffer track info");return}if(this.log(`attachTransferred: (bufferCodecEventsTotal ${this.bufferCodecEventsTotal})
required tracks: ${Dn(s,(W,N)=>W==="initSegment"?void 0:N)};
transfer tracks: ${Dn(v,(W,N)=>W==="initSegment"?void 0:N)}}`),!ue(v,s)){n.mediaSource=null,n.tracks=void 0;const W=t.currentTime,N=this.details,te=Math.max(W,(N==null?void 0:N.fragments[0].start)||0);if(te-W>1){this.log(`attachTransferred: waiting for playback to reach new tracks start time ${W} -> ${te}`);return}this.warn(`attachTransferred: resetting MediaSource for incompatible tracks ("${Object.keys(v)}"->"${Object.keys(s)}") start time: ${te} currentTime: ${W}`),this.onMediaDetaching(o.MEDIA_DETACHING,{}),this.onMediaAttaching(o.MEDIA_ATTACHING,n),t.currentTime=te;return}this.transferData=void 0,w.forEach(W=>{const N=W,te=v[N];if(te){const ce=te.buffer;if(ce){const be=this.fragmentTracker,Ie=te.id;if(be.hasFragments(Ie)||be.hasParts(Ie)){const rt=gi.getBuffered(ce);be.detectEvictedFragments(N,rt,Ie,null,!0)}const Ae=Jo(N),at=[N,ce];this.sourceBuffers[Ae]=at,ce.updating&&this.operationQueue&&this.operationQueue.prependBlocker(N),this.trackSourceBuffer(N,te)}}}),z(),this.bufferCreated()}else this.log("attachTransferred: MediaSource w/o SourceBuffers"),z()}get mediaSourceOpenOrEnded(){var t;const n=(t=this.mediaSource)==null?void 0:t.readyState;return n==="open"||n==="ended"}onMediaDetaching(t,n){const s=!!n.transferMedia;this.transferData=this.overrides=void 0;const{media:v,mediaSource:w,_objectUrl:T}=this;if(w){if(this.log(`media source ${s?"transferring":"detaching"}`),s)this.sourceBuffers.forEach(([z])=>{z&&this.removeBuffer(z)}),this.resetQueue();else{if(this.mediaSourceOpenOrEnded){const z=w.readyState==="open";try{const W=w.sourceBuffers;for(let N=W.length;N--;)z&&W[N].abort(),w.removeSourceBuffer(W[N]);z&&w.endOfStream()}catch(W){this.warn(`onMediaDetaching: ${W.message} while calling endOfStream`)}}this.sourceBufferCount&&this.onBufferReset()}w.removeEventListener("sourceopen",this._onMediaSourceOpen),w.removeEventListener("sourceended",this._onMediaSourceEnded),w.removeEventListener("sourceclose",this._onMediaSourceClose),this.appendSource&&(w.removeEventListener("startstreaming",this._onStartStreaming),w.removeEventListener("endstreaming",this._onEndStreaming)),this.mediaSource=null,this._objectUrl=null}v&&(v.removeEventListener("emptied",this._onMediaEmptied),s||(T&&self.URL.revokeObjectURL(T),this.mediaSrc===T?(v.removeAttribute("src"),this.appendSource&&to(v),v.load()):this.warn("media|source.src was changed by a third party - skip cleanup")),this.media=null),this.hls.trigger(o.MEDIA_DETACHED,n)}onBufferReset(){this.sourceBuffers.forEach(([t])=>{t&&this.resetBuffer(t)}),this.initTracks()}resetBuffer(t){var n;const s=(n=this.tracks[t])==null?void 0:n.buffer;if(this.removeBuffer(t),s)try{var v;(v=this.mediaSource)!=null&&v.sourceBuffers.length&&this.mediaSource.removeSourceBuffer(s)}catch(w){this.warn(`onBufferReset ${t}`,w)}delete this.tracks[t]}removeBuffer(t){this.removeBufferListeners(t),this.sourceBuffers[Jo(t)]=[null,null];const n=this.tracks[t];n&&(n.buffer=void 0)}resetQueue(){this.operationQueue&&this.operationQueue.destroy(),this.operationQueue=new Tu(this.tracks)}onBufferCodecs(t,n){const s=this.tracks,v=Object.keys(n);this.log(`BUFFER_CODECS: "${v}" (current SB count ${this.sourceBufferCount})`);const w="audiovideo"in n&&(s.audio||s.video)||s.audiovideo&&("audio"in n||"video"in n),T=!w&&this.sourceBufferCount&&this.media&&v.some(z=>!s[z]);if(w||T){this.warn(`Unsupported transition between "${Object.keys(s)}" and "${v}" SourceBuffers`);return}v.forEach(z=>{var W,N,te;const ce=n[z],{id:be,codec:Ie,levelCodec:Ae,container:at,metadata:rt,supplemental:Rt}=ce;let dr=s[z];const sr=(W=this.transferData)==null||(N=W.tracks)==null?void 0:N[z],kr=sr!=null&&sr.buffer?sr:dr,Hr=(kr==null?void 0:kr.pendingCodec)||(kr==null?void 0:kr.codec),cn=kr==null?void 0:kr.levelCodec;dr||(dr=s[z]={buffer:void 0,listeners:[],codec:Ie,supplemental:Rt,container:at,levelCodec:Ae,metadata:rt,id:be});const Wr=Vr(Hr,cn),Jr=Wr==null?void 0:Wr.replace(lc,"$1");let ln=Vr(Ie,Ae);const Kr=(te=ln)==null?void 0:te.replace(lc,"$1");ln&&Wr&&Jr!==Kr&&(z.slice(0,5)==="audio"&&(ln=Ir(ln,this.appendSource)),this.log(`switching codec ${Hr} to ${ln}`),ln!==(dr.pendingCodec||dr.codec)&&(dr.pendingCodec=ln),dr.container=at,this.appendChangeType(z,at,ln))}),(this.tracksReady||this.sourceBufferCount)&&(n.tracks=this.sourceBufferTracks),!this.sourceBufferCount&&this.mediaSourceOpenOrEnded&&this.checkPendingTracks()}get sourceBufferTracks(){return Object.keys(this.tracks).reduce((t,n)=>{const s=this.tracks[n];return t[n]={id:s.id,container:s.container,codec:s.codec,levelCodec:s.levelCodec},t},{})}appendChangeType(t,n,s){const v=`${n};codecs=${s}`,w={label:`change-type=${v}`,execute:()=>{const T=this.tracks[t];if(T){const z=T.buffer;z!=null&&z.changeType&&(this.log(`changing ${t} sourceBuffer type to ${v}`),z.changeType(v),T.codec=s,T.container=n)}this.shiftAndExecuteNext(t)},onStart:()=>{},onComplete:()=>{},onError:T=>{this.warn(`Failed to change ${t} SourceBuffer type`,T)}};this.append(w,t,this.isPending(this.tracks[t]))}blockAudio(t){var n;const s=t.start,v=s+t.duration*.05;if(((n=this.fragmentTracker.getAppendedFrag(s,u.MAIN))==null?void 0:n.gap)===!0)return;const T={label:"block-audio",execute:()=>{var z;const W=this.tracks.video;(this.lastVideoAppendEnd>v||W!=null&&W.buffer&&gi.isBuffered(W.buffer,v)||((z=this.fragmentTracker.getAppendedFrag(v,u.MAIN))==null?void 0:z.gap)===!0)&&(this.blockedAudioAppend=null,this.shiftAndExecuteNext("audio"))},onStart:()=>{},onComplete:()=>{},onError:z=>{this.warn("Error executing block-audio operation",z)}};this.blockedAudioAppend={op:T,frag:t},this.append(T,"audio",!0)}unblockAudio(){const{blockedAudioAppend:t,operationQueue:n}=this;t&&n&&(this.blockedAudioAppend=null,n.unblockAudio(t.op))}onBufferAppending(t,n){const{tracks:s}=this,{data:v,type:w,parent:T,frag:z,part:W,chunkMeta:N}=n,te=N.buffering[w],ce=z.sn,be=self.performance.now();te.start=be;const Ie=z.stats.buffering,Ae=W?W.stats.buffering:null;Ie.start===0&&(Ie.start=be),Ae&&Ae.start===0&&(Ae.start=be);const at=s.audio;let rt=!1;w==="audio"&&(at==null?void 0:at.container)==="audio/mpeg"&&(rt=!this.lastMpegAudioChunk||N.id===1||this.lastMpegAudioChunk.sn!==N.sn,this.lastMpegAudioChunk=N);const Rt=this.tracks.video,dr=Rt==null?void 0:Rt.buffer;if(dr&&ce!=="initSegment"){const Hr=W||z,cn=this.blockedAudioAppend;if(w==="audio"&&T!=="main"&&!this.blockedAudioAppend){const Jr=Hr.start+Hr.duration*.05,ln=dr.buffered,Kr=this.currentOp("video");!ln.length&&!Kr?this.blockAudio(Hr):!Kr&&!gi.isBuffered(dr,Jr)&&this.lastVideoAppendEnd<Jr&&this.blockAudio(Hr)}else if(w==="video"){const Wr=Hr.end;if(cn){const Jr=cn.frag.start;(Wr>Jr||Wr<this.lastVideoAppendEnd||gi.isBuffered(dr,Jr))&&this.unblockAudio()}this.lastVideoAppendEnd=Wr}}const sr=(W||z).start,kr={label:`append-${w}`,execute:()=>{if(te.executeStart=self.performance.now(),rt){const Hr=this.tracks[w];if(Hr){const cn=Hr.buffer;if(cn){const Wr=sr-cn.timestampOffset;Math.abs(Wr)>=.1&&(this.log(`Updating audio SourceBuffer timestampOffset to ${sr} (delta: ${Wr}) sn: ${ce})`),cn.timestampOffset=sr)}}}this.appendExecutor(v,w)},onStart:()=>{},onComplete:()=>{const Hr=self.performance.now();te.executeEnd=te.end=Hr,Ie.first===0&&(Ie.first=Hr),Ae&&Ae.first===0&&(Ae.first=Hr);const cn={};this.sourceBuffers.forEach(([Wr,Jr])=>{Wr&&(cn[Wr]=gi.getBuffered(Jr))}),this.appendErrors[w]=0,w==="audio"||w==="video"?this.appendErrors.audiovideo=0:(this.appendErrors.audio=0,this.appendErrors.video=0),this.hls.trigger(o.BUFFER_APPENDED,{type:w,frag:z,part:W,chunkMeta:N,parent:z.type,timeRanges:cn})},onError:Hr=>{var cn;const Wr={type:c.MEDIA_ERROR,parent:z.type,details:f.BUFFER_APPEND_ERROR,sourceBufferName:w,frag:z,part:W,chunkMeta:N,error:Hr,err:Hr,fatal:!1},Jr=(cn=this.media)==null?void 0:cn.error;if(Hr.code===DOMException.QUOTA_EXCEEDED_ERR)Wr.details=f.BUFFER_FULL_ERROR;else if(Hr.code===DOMException.INVALID_STATE_ERR&&this.mediaSourceOpenOrEnded&&!Jr)Wr.errorAction=st(!0);else if(Hr.name===Pl&&this.sourceBufferCount===0)Wr.errorAction=st(!0);else{const ln=++this.appendErrors[w];this.warn(`Failed ${ln}/${this.hls.config.appendErrorMaxRetry} times to append segment in "${w}" sourceBuffer (${Jr||"no media error"})`),(ln>=this.hls.config.appendErrorMaxRetry||Jr)&&(Wr.fatal=!0)}this.hls.trigger(o.ERROR,Wr)}};this.append(kr,w,this.isPending(this.tracks[w]))}getFlushOp(t,n,s){return this.log(`queuing "${t}" remove ${n}-${s}`),{label:"remove",execute:()=>{this.removeExecutor(t,n,s)},onStart:()=>{},onComplete:()=>{this.hls.trigger(o.BUFFER_FLUSHED,{type:t})},onError:v=>{this.warn(`Failed to remove ${n}-${s} from "${t}" SourceBuffer`,v)}}}onBufferFlushing(t,n){const{type:s,startOffset:v,endOffset:w}=n;s?this.append(this.getFlushOp(s,v,w),s):this.sourceBuffers.forEach(([T])=>{T&&this.append(this.getFlushOp(T,v,w),T)})}onFragParsed(t,n){const{frag:s,part:v}=n,w=[],T=v?v.elementaryStreams:s.elementaryStreams;T[j.AUDIOVIDEO]?w.push("audiovideo"):(T[j.AUDIO]&&w.push("audio"),T[j.VIDEO]&&w.push("video"));const z=()=>{const W=self.performance.now();s.stats.buffering.end=W,v&&(v.stats.buffering.end=W);const N=v?v.stats:s.stats;this.hls.trigger(o.FRAG_BUFFERED,{frag:s,part:v,stats:N,id:s.type})};w.length===0&&this.warn(`Fragments must have at least one ElementaryStreamType set. type: ${s.type} level: ${s.level} sn: ${s.sn}`),this.blockBuffers(z,w).catch(W=>{this.warn(`Fragment buffered callback ${W}`),this.stepOperationQueue(this.sourceBufferTypes)})}onFragChanged(t,n){this.trimBuffers()}get bufferedToEnd(){return this.sourceBufferCount>0&&!this.sourceBuffers.some(([t])=>{var n,s;return t&&(!((n=this.tracks[t])!=null&&n.ended)||((s=this.tracks[t])==null?void 0:s.ending))})}onBufferEos(t,n){var s;this.sourceBuffers.forEach(([T])=>{if(T){const z=this.tracks[T];(!n.type||n.type===T)&&(z.ending=!0,z.ended||(z.ended=!0,this.log(`${T} buffer reached EOS`)))}});const v=((s=this.overrides)==null?void 0:s.endOfStream)!==!1;this.sourceBufferCount>0&&!this.sourceBuffers.some(([T])=>{var z;return T&&!((z=this.tracks[T])!=null&&z.ended)})&&(v?(this.log("Queueing EOS"),this.blockUntilOpen(()=>{this.tracksEnded();const{mediaSource:T}=this;if(!T||T.readyState!=="open"){T&&this.log(`Could not call mediaSource.endOfStream(). mediaSource.readyState: ${T.readyState}`);return}this.log("Calling mediaSource.endOfStream()"),T.endOfStream(),this.hls.trigger(o.BUFFERED_TO_END,void 0)})):(this.tracksEnded(),this.hls.trigger(o.BUFFERED_TO_END,void 0)))}tracksEnded(){this.sourceBuffers.forEach(([t])=>{if(t!==null){const n=this.tracks[t];n&&(n.ending=!1)}})}onLevelUpdated(t,{details:n}){n.fragments.length&&(this.details=n,this.updateDuration())}updateDuration(){const t=this.getDurationAndRange();t&&this.blockUntilOpen(()=>this.updateMediaSource(t))}onError(t,n){if(n.details===f.BUFFER_APPEND_ERROR&&n.frag){var s;const v=(s=n.errorAction)==null?void 0:s.nextAutoLevel;r(v)&&v!==n.frag.level&&this.resetAppendErrors()}}resetAppendErrors(){this.appendErrors={audio:0,video:0,audiovideo:0}}trimBuffers(){const{hls:t,details:n,media:s}=this;if(!s||n===null||!this.sourceBufferCount)return;const v=t.config,w=s.currentTime,T=n.levelTargetDuration,z=n.live&&v.liveBackBufferLength!==null?v.liveBackBufferLength:v.backBufferLength;if(r(z)&&z>=0){const W=Math.max(z,T),N=Math.floor(w/T)*T-W;this.flushBackBuffer(w,T,N)}if(r(v.frontBufferFlushThreshold)&&v.frontBufferFlushThreshold>0){const W=Math.max(v.maxBufferLength,v.frontBufferFlushThreshold),N=Math.max(W,T),te=Math.floor(w/T)*T+N;this.flushFrontBuffer(w,T,te)}}flushBackBuffer(t,n,s){this.sourceBuffers.forEach(([v,w])=>{if(w){const z=gi.getBuffered(w);if(z.length>0&&s>z.start(0)){var T;this.hls.trigger(o.BACK_BUFFER_REACHED,{bufferEnd:s});const W=this.tracks[v];if((T=this.details)!=null&&T.live)this.hls.trigger(o.LIVE_BACK_BUFFER_REACHED,{bufferEnd:s});else if(W!=null&&W.ended){this.log(`Cannot flush ${v} back buffer while SourceBuffer is in ended state`);return}this.hls.trigger(o.BUFFER_FLUSHING,{startOffset:0,endOffset:s,type:v})}}})}flushFrontBuffer(t,n,s){this.sourceBuffers.forEach(([v,w])=>{if(w){const T=gi.getBuffered(w),z=T.length;if(z<2)return;const W=T.start(z-1),N=T.end(z-1);if(s>W||t>=W&&t<=N)return;this.hls.trigger(o.BUFFER_FLUSHING,{startOffset:W,endOffset:1/0,type:v})}})}getDurationAndRange(){var t;const{details:n,mediaSource:s}=this;if(!n||!this.media||(s==null?void 0:s.readyState)!=="open")return null;const v=n.edge;if(n.live&&this.hls.config.liveDurationInfinity){if(n.fragments.length&&n.live&&s.setLiveSeekableRange){const N=Math.max(0,n.fragmentStart),te=Math.max(N,v);return{duration:1/0,start:N,end:te}}return{duration:1/0}}const w=(t=this.overrides)==null?void 0:t.duration;if(w)return r(w)?{duration:w}:null;const T=this.media.duration,z=r(s.duration)?s.duration:0;return v>z&&v>T||!r(T)?{duration:v}:null}updateMediaSource({duration:t,start:n,end:s}){const v=this.mediaSource;!this.media||!v||v.readyState!=="open"||(v.duration!==t&&(r(t)&&this.log(`Updating MediaSource duration to ${t.toFixed(3)}`),v.duration=t),n!==void 0&&s!==void 0&&(this.log(`MediaSource duration is set to ${v.duration}. Setting seekable range to ${n}-${s}.`),v.setLiveSeekableRange(n,s)))}get tracksReady(){const t=this.pendingTrackCount;return t>0&&(t>=this.bufferCodecEventsTotal||this.isPending(this.tracks.audiovideo))}checkPendingTracks(){const{bufferCodecEventsTotal:t,pendingTrackCount:n,tracks:s}=this;if(this.log(`checkPendingTracks (pending: ${n} codec events expected: ${t}) ${Dn(s)}`),this.tracksReady){var v;const w=(v=this.transferData)==null?void 0:v.tracks;w&&Object.keys(w).length?this.attachTransferred():this.createSourceBuffers()}}bufferCreated(){if(this.sourceBufferCount){const t={};this.sourceBuffers.forEach(([n,s])=>{if(n){const v=this.tracks[n];t[n]={buffer:s,container:v.container,codec:v.codec,supplemental:v.supplemental,levelCodec:v.levelCodec,id:v.id,metadata:v.metadata}}}),this.hls.trigger(o.BUFFER_CREATED,{tracks:t}),this.log(`SourceBuffers created. Running queue: ${this.operationQueue}`),this.sourceBuffers.forEach(([n])=>{this.executeNext(n)})}else{const t=new Error("could not create source buffer for media codec(s)");this.hls.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.BUFFER_INCOMPATIBLE_CODECS_ERROR,fatal:!0,error:t,reason:t.message})}}createSourceBuffers(){const{tracks:t,sourceBuffers:n,mediaSource:s}=this;if(!s)throw new Error("createSourceBuffers called when mediaSource was null");for(const w in t){const T=w,z=t[T];if(this.isPending(z)){const W=this.getTrackCodec(z,T),N=`${z.container};codecs=${W}`;z.codec=W,this.log(`creating sourceBuffer(${N})${this.currentOp(T)?" Queued":""} ${Dn(z)}`);try{const te=s.addSourceBuffer(N),ce=Jo(T),be=[T,te];n[ce]=be,z.buffer=te}catch(te){var v;this.error(`error while trying to add sourceBuffer: ${te.message}`),this.shiftAndExecuteNext(T),(v=this.operationQueue)==null||v.removeBlockers(),delete this.tracks[T],this.hls.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.BUFFER_ADD_CODEC_ERROR,fatal:!1,error:te,sourceBufferName:T,mimeType:N,parent:z.id});return}this.trackSourceBuffer(T,z)}}this.bufferCreated()}getTrackCodec(t,n){const s=t.supplemental;let v=t.codec;s&&(n==="video"||n==="audiovideo")&&St(s,"video")&&(v=At(v,s));const w=Vr(v,t.levelCodec);return w?n.slice(0,5)==="audio"?Ir(w,this.appendSource):w:""}trackSourceBuffer(t,n){const s=n.buffer;if(!s)return;const v=this.getTrackCodec(n,t);this.tracks[t]={buffer:s,codec:v,container:n.container,levelCodec:n.levelCodec,supplemental:n.supplemental,metadata:n.metadata,id:n.id,listeners:[]},this.removeBufferListeners(t),this.addBufferListener(t,"updatestart",this.onSBUpdateStart),this.addBufferListener(t,"updateend",this.onSBUpdateEnd),this.addBufferListener(t,"error",this.onSBUpdateError),this.appendSource&&this.addBufferListener(t,"bufferedchange",(w,T)=>{const z=T.removedRanges;z!=null&&z.length&&this.hls.trigger(o.BUFFER_FLUSHED,{type:w})})}get mediaSrc(){var t,n;const s=((t=this.media)==null||(n=t.querySelector)==null?void 0:n.call(t,"source"))||this.media;return s==null?void 0:s.src}onSBUpdateStart(t){const n=this.currentOp(t);n&&n.onStart()}onSBUpdateEnd(t){var n;if(((n=this.mediaSource)==null?void 0:n.readyState)==="closed"){this.resetBuffer(t);return}const s=this.currentOp(t);s&&(s.onComplete(),this.shiftAndExecuteNext(t))}onSBUpdateError(t,n){var s;const v=new Error(`${t} SourceBuffer error. MediaSource readyState: ${(s=this.mediaSource)==null?void 0:s.readyState}`);this.error(`${v}`,n),this.hls.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.BUFFER_APPENDING_ERROR,sourceBufferName:t,error:v,fatal:!1});const w=this.currentOp(t);w&&w.onError(v)}removeExecutor(t,n,s){const{media:v,mediaSource:w}=this,T=this.tracks[t],z=T==null?void 0:T.buffer;if(!v||!w||!z){this.warn(`Attempting to remove from the ${t} SourceBuffer, but it does not exist`),this.shiftAndExecuteNext(t);return}const W=r(v.duration)?v.duration:1/0,N=r(w.duration)?w.duration:1/0,te=Math.max(0,n),ce=Math.min(s,W,N);ce>te&&(!T.ending||T.ended)?(T.ended=!1,this.log(`Removing [${te},${ce}] from the ${t} SourceBuffer`),z.remove(te,ce)):this.shiftAndExecuteNext(t)}appendExecutor(t,n){const s=this.tracks[n],v=s==null?void 0:s.buffer;if(!v)throw new ii(`Attempting to append to the ${n} SourceBuffer, but it does not exist`);s.ending=!1,s.ended=!1,v.appendBuffer(t)}blockUntilOpen(t){if(this.isUpdating()||this.isQueued())this.blockBuffers(t).catch(n=>{this.warn(`SourceBuffer blocked callback ${n}`),this.stepOperationQueue(this.sourceBufferTypes)});else try{t()}catch(n){this.warn(`Callback run without blocking ${this.operationQueue} ${n}`)}}isUpdating(){return this.sourceBuffers.some(([t,n])=>t&&n.updating)}isQueued(){return this.sourceBuffers.some(([t])=>t&&!!this.currentOp(t))}isPending(t){return!!t&&!t.buffer}blockBuffers(t,n=this.sourceBufferTypes){if(!n.length)return this.log("Blocking operation requested, but no SourceBuffers exist"),Promise.resolve().then(t);const{operationQueue:s}=this,v=n.map(T=>this.appendBlocker(T));return n.length>1&&!!this.blockedAudioAppend&&this.unblockAudio(),Promise.all(v).then(T=>{s===this.operationQueue&&(t(),this.stepOperationQueue(this.sourceBufferTypes))})}stepOperationQueue(t){t.forEach(n=>{var s;const v=(s=this.tracks[n])==null?void 0:s.buffer;!v||v.updating||this.shiftAndExecuteNext(n)})}append(t,n,s){this.operationQueue&&this.operationQueue.append(t,n,s)}appendBlocker(t){if(this.operationQueue)return this.operationQueue.appendBlocker(t)}currentOp(t){return this.operationQueue?this.operationQueue.current(t):null}executeNext(t){t&&this.operationQueue&&this.operationQueue.executeNext(t)}shiftAndExecuteNext(t){this.operationQueue&&this.operationQueue.shiftAndExecuteNext(t)}get pendingTrackCount(){return Object.keys(this.tracks).reduce((t,n)=>t+(this.isPending(this.tracks[n])?1:0),0)}get sourceBufferCount(){return this.sourceBuffers.reduce((t,[n])=>t+(n?1:0),0)}get sourceBufferTypes(){return this.sourceBuffers.map(([t])=>t).filter(t=>!!t)}addBufferListener(t,n,s){const v=this.tracks[t];if(!v)return;const w=v.buffer;if(!w)return;const T=s.bind(this,t);v.listeners.push({event:n,listener:T}),w.addEventListener(n,T)}removeBufferListeners(t){const n=this.tracks[t];if(!n)return;const s=n.buffer;s&&(n.listeners.forEach(v=>{s.removeEventListener(v.event,v.listener)}),n.listeners.length=0)}}function to(P){const t=P.querySelectorAll("source");[].slice.call(t).forEach(n=>{P.removeChild(n)})}function wc(P,t){const n=self.document.createElement("source");n.type="video/mp4",n.src=t,P.appendChild(n)}function Jo(P){return P==="audio"?1:0}class Pu{constructor(t){this.hls=void 0,this.autoLevelCapping=void 0,this.firstLevel=void 0,this.media=void 0,this.restrictedLevels=void 0,this.timer=void 0,this.clientRect=void 0,this.streamController=void 0,this.hls=t,this.autoLevelCapping=Number.POSITIVE_INFINITY,this.firstLevel=-1,this.media=null,this.restrictedLevels=[],this.timer=void 0,this.clientRect=null,this.registerListeners()}setStreamController(t){this.streamController=t}destroy(){this.hls&&this.unregisterListener(),this.timer&&this.stopCapping(),this.media=null,this.clientRect=null,this.hls=this.streamController=null}registerListeners(){const{hls:t}=this;t.on(o.FPS_DROP_LEVEL_CAPPING,this.onFpsDropLevelCapping,this),t.on(o.MEDIA_ATTACHING,this.onMediaAttaching,this),t.on(o.MANIFEST_PARSED,this.onManifestParsed,this),t.on(o.LEVELS_UPDATED,this.onLevelsUpdated,this),t.on(o.BUFFER_CODECS,this.onBufferCodecs,this),t.on(o.MEDIA_DETACHING,this.onMediaDetaching,this)}unregisterListener(){const{hls:t}=this;t.off(o.FPS_DROP_LEVEL_CAPPING,this.onFpsDropLevelCapping,this),t.off(o.MEDIA_ATTACHING,this.onMediaAttaching,this),t.off(o.MANIFEST_PARSED,this.onManifestParsed,this),t.off(o.LEVELS_UPDATED,this.onLevelsUpdated,this),t.off(o.BUFFER_CODECS,this.onBufferCodecs,this),t.off(o.MEDIA_DETACHING,this.onMediaDetaching,this)}onFpsDropLevelCapping(t,n){const s=this.hls.levels[n.droppedLevel];this.isLevelAllowed(s)&&this.restrictedLevels.push({bitrate:s.bitrate,height:s.height,width:s.width})}onMediaAttaching(t,n){this.media=n.media instanceof HTMLVideoElement?n.media:null,this.clientRect=null,this.timer&&this.hls.levels.length&&this.detectPlayerSize()}onManifestParsed(t,n){const s=this.hls;this.restrictedLevels=[],this.firstLevel=n.firstLevel,s.config.capLevelToPlayerSize&&n.video&&this.startCapping()}onLevelsUpdated(t,n){this.timer&&r(this.autoLevelCapping)&&this.detectPlayerSize()}onBufferCodecs(t,n){this.hls.config.capLevelToPlayerSize&&n.video&&this.startCapping()}onMediaDetaching(){this.stopCapping(),this.media=null}detectPlayerSize(){if(this.media){if(this.mediaHeight<=0||this.mediaWidth<=0){this.clientRect=null;return}const t=this.hls.levels;if(t.length){const n=this.hls,s=this.getMaxLevel(t.length-1);s!==this.autoLevelCapping&&n.logger.log(`Setting autoLevelCapping to ${s}: ${t[s].height}p@${t[s].bitrate} for media ${this.mediaWidth}x${this.mediaHeight}`),n.autoLevelCapping=s,n.autoLevelEnabled&&n.autoLevelCapping>this.autoLevelCapping&&this.streamController&&this.streamController.nextLevelSwitch(),this.autoLevelCapping=n.autoLevelCapping}}}getMaxLevel(t){const n=this.hls.levels;if(!n.length)return-1;const s=n.filter((v,w)=>this.isLevelAllowed(v)&&w<=t);return this.clientRect=null,Pu.getMaxLevelByMediaSize(s,this.mediaWidth,this.mediaHeight)}startCapping(){this.timer||(this.autoLevelCapping=Number.POSITIVE_INFINITY,self.clearInterval(this.timer),this.timer=self.setInterval(this.detectPlayerSize.bind(this),1e3),this.detectPlayerSize())}stopCapping(){this.restrictedLevels=[],this.firstLevel=-1,this.autoLevelCapping=Number.POSITIVE_INFINITY,this.timer&&(self.clearInterval(this.timer),this.timer=void 0)}getDimensions(){if(this.clientRect)return this.clientRect;const t=this.media,n={width:0,height:0};if(t){const s=t.getBoundingClientRect();n.width=s.width,n.height=s.height,!n.width&&!n.height&&(n.width=s.right-s.left||t.width||0,n.height=s.bottom-s.top||t.height||0)}return this.clientRect=n,n}get mediaWidth(){return this.getDimensions().width*this.contentScaleFactor}get mediaHeight(){return this.getDimensions().height*this.contentScaleFactor}get contentScaleFactor(){let t=1;if(!this.hls.config.ignoreDevicePixelRatio)try{t=self.devicePixelRatio}catch(n){}return Math.min(t,this.hls.config.maxDevicePixelRatio)}isLevelAllowed(t){return!this.restrictedLevels.some(s=>t.bitrate===s.bitrate&&t.width===s.width&&t.height===s.height)}static getMaxLevelByMediaSize(t,n,s){if(!(t!=null&&t.length))return-1;const v=(z,W)=>W?z.width!==W.width||z.height!==W.height:!0;let w=t.length-1;const T=Math.max(n,s);for(let z=0;z<t.length;z+=1){const W=t[z];if((W.width>=T||W.height>=T)&&v(W,t[z+1])){w=z;break}}return w}}const Ho={MANIFEST:"m",AUDIO:"a",VIDEO:"v",MUXED:"av",INIT:"i",CAPTION:"c",TIMED_TEXT:"tt",KEY:"k",OTHER:"o"},vo={HLS:"h"},_l={OBJECT:"CMCD-Object",REQUEST:"CMCD-Request",SESSION:"CMCD-Session",STATUS:"CMCD-Status"},Ol={[_l.OBJECT]:["br","d","ot","tb"],[_l.REQUEST]:["bl","dl","mtp","nor","nrr","su"],[_l.SESSION]:["cid","pr","sf","sid","st","v"],[_l.STATUS]:["bs","rtp"]};class Fo{constructor(t,n){Array.isArray(t)&&(t=t.map(s=>s instanceof Fo?s:new Fo(s))),this.value=t,this.params=n}}const Dl="Dict";function zs(P){return Array.isArray(P)?JSON.stringify(P):P instanceof Map?"Map{}":P instanceof Set?"Set{}":typeof P=="object"?JSON.stringify(P):String(P)}function Bo(P,t,n,s){return new Error(`failed to ${P} "${zs(t)}" as ${n}`,{cause:s})}function Fs(P,t,n){return Bo("serialize",P,t,n)}class Gl{constructor(t){this.description=t}}const gl="Bare Item",nu="Boolean";function Ec(P){if(typeof P!="boolean")throw Fs(P,nu);return P?"?1":"?0"}function Sc(P){return btoa(String.fromCharCode(...P))}const iu="Byte Sequence";function kl(P){if(ArrayBuffer.isView(P)===!1)throw Fs(P,iu);return`:${Sc(P)}:`}const _u="Integer";function cc(P){return P<-999999999999999||999999999999999<P}function Ju(P){if(cc(P))throw Fs(P,_u);return P.toString()}function ka(P){return`@${Ju(P.getTime()/1e3)}`}function Hc(P,t){if(P<0)return-Hc(-P,t);const n=Math.pow(10,t);if(Math.abs(P*n%1-.5)<Number.EPSILON){const v=Math.floor(P*n);return(v%2===0?v:v+1)/n}else return Math.round(P*n)/n}const Zc="Decimal";function Hu(P){const t=Hc(P,3);if(Math.floor(Math.abs(t)).toString().length>12)throw Fs(P,Zc);const n=t.toString();return n.includes(".")?n:`${n}.0`}const Ac="String",c0=/[\x00-\x1f\x7f]+/;function fc(P){if(c0.test(P))throw Fs(P,Ac);return`"${P.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}"`}function au(P){return P.description||P.toString().slice(7,-1)}const $c="Token";function Vl(P){const t=au(P);if(/^([a-zA-Z*])([!#$%&'*+\-.^_`|~\w:/]*)$/.test(t)===!1)throw Fs(t,$c);return t}function yl(P){switch(typeof P){case"number":if(!r(P))throw Fs(P,gl);return Number.isInteger(P)?Ju(P):Hu(P);case"string":return fc(P);case"symbol":return Vl(P);case"boolean":return Ec(P);case"object":if(P instanceof Date)return ka(P);if(P instanceof Uint8Array)return kl(P);if(P instanceof Gl)return Vl(P);default:throw Fs(P,gl)}}const Wc="Key";function Kl(P){if(/^[a-z*][a-z0-9\-_.*]*$/.test(P)===!1)throw Fs(P,Wc);return P}function Wo(P){return P==null?"":Object.entries(P).map(([t,n])=>n===!0?`;${Kl(t)}`:`;${Kl(t)}=${yl(n)}`).join("")}function Iu(P){return P instanceof Fo?`${yl(P.value)}${Wo(P.params)}`:yl(P)}function dc(P){return`(${P.value.map(Iu).join(" ")})${Wo(P.params)}`}function Zu(P,t={whitespace:!0}){if(typeof P!="object")throw Fs(P,Dl);const n=P instanceof Map?P.entries():Object.entries(P),s=t!=null&&t.whitespace?" ":"";return Array.from(n).map(([v,w])=>{w instanceof Fo||(w=new Fo(w));let T=Kl(v);return w.value===!0?T+=Wo(w.params):(T+="=",Array.isArray(w.value)?T+=dc(w):T+=Iu(w)),T}).join(`,${s}`)}function Cc(P,t){return Zu(P,t)}function Gc(P){return P==="ot"||P==="sf"||P==="st"}function Yl(P){return typeof P=="number"?r(P):P!=null&&P!==""&&P!==!1}function uo(P,t){const n=new URL(P),s=new URL(t);if(n.origin!==s.origin)return P;const v=n.pathname.split("/").slice(1),w=s.pathname.split("/").slice(1,-1);for(;v[0]===w[0];)v.shift(),w.shift();for(;w.length;)w.shift(),v.unshift("..");return v.join("/")}const Xl=P=>Math.round(P),Tc=(P,t)=>(t!=null&&t.baseUrl&&(P=uo(P,t.baseUrl)),encodeURIComponent(P)),Ou=P=>Xl(P/100)*100,Du={br:Xl,d:Xl,bl:Ou,dl:Ou,mtp:Ou,nor:Tc,rtp:Ou,tb:Xl};function lo(P,t){const n={};if(P==null||typeof P!="object")return n;const s=Object.keys(P).sort(),v=y({},Du,t==null?void 0:t.formatters),w=t==null?void 0:t.filter;return s.forEach(T=>{if(w!=null&&w(T))return;let z=P[T];const W=v[T];W&&(z=W(z,t)),!(T==="v"&&z===1)&&(T=="pr"&&z===1||Yl(z)&&(Gc(T)&&typeof z=="string"&&(z=new Gl(z)),n[T]=z))}),n}function el(P,t={}){return P?Cc(lo(P,t),y({whitespace:!1},t)):""}function f0(P,t={}){const n={};if(!P)return n;const s=Object.entries(P),v=Object.entries(Ol).concat(Object.entries((t==null?void 0:t.customHeaderMap)||{})),w=s.reduce((T,z)=>{var W,N;const[te,ce]=z,be=((W=v.find(Ie=>Ie[1].includes(te)))===null||W===void 0?void 0:W[0])||_l.REQUEST;return(N=T[be])!==null&&N!==void 0||(T[be]={}),T[be][te]=ce,T},{});return Object.entries(w).reduce((T,[z,W])=>(T[z]=el(W,t),T),n)}function Pc(P,t,n){return y(P,f0(t,n))}const Vc="CMCD";function bl(P,t={}){if(!P)return"";const n=el(P,t);return`${Vc}=${encodeURIComponent(n)}`}const Po=/CMCD=[^&#]+/;function Rl(P,t,n){const s=bl(t,n);if(!s)return P;if(Po.test(P))return P.replace(Po,s);const v=P.includes("?")?"&":"?";return`${P}${v}${s}`}class je{constructor(t){this.hls=void 0,this.config=void 0,this.media=void 0,this.sid=void 0,this.cid=void 0,this.useHeaders=!1,this.includeKeys=void 0,this.initialized=!1,this.starved=!1,this.buffering=!0,this.audioBuffer=void 0,this.videoBuffer=void 0,this.onWaiting=()=>{this.initialized&&(this.starved=!0),this.buffering=!0},this.onPlaying=()=>{this.initialized||(this.initialized=!0),this.buffering=!1},this.applyPlaylistData=v=>{try{this.apply(v,{ot:Ho.MANIFEST,su:!this.initialized})}catch(w){this.hls.logger.warn("Could not generate manifest CMCD data.",w)}},this.applyFragmentData=v=>{try{const{frag:w,part:T}=v,z=this.hls.levels[w.level],W=this.getObjectType(w),N={d:(T||w).duration*1e3,ot:W};(W===Ho.VIDEO||W===Ho.AUDIO||W==Ho.MUXED)&&(N.br=z.bitrate/1e3,N.tb=this.getTopBandwidth(W)/1e3,N.bl=this.getBufferLength(W));const te=T?this.getNextPart(T):this.getNextFrag(w);te!=null&&te.url&&te.url!==w.url&&(N.nor=te.url),this.apply(v,N)}catch(w){this.hls.logger.warn("Could not generate segment CMCD data.",w)}},this.hls=t;const n=this.config=t.config,{cmcd:s}=n;s!=null&&(n.pLoader=this.createPlaylistLoader(),n.fLoader=this.createFragmentLoader(),this.sid=s.sessionId||t.sessionId,this.cid=s.contentId,this.useHeaders=s.useHeaders===!0,this.includeKeys=s.includeKeys,this.registerListeners())}registerListeners(){const t=this.hls;t.on(o.MEDIA_ATTACHED,this.onMediaAttached,this),t.on(o.MEDIA_DETACHED,this.onMediaDetached,this),t.on(o.BUFFER_CREATED,this.onBufferCreated,this)}unregisterListeners(){const t=this.hls;t.off(o.MEDIA_ATTACHED,this.onMediaAttached,this),t.off(o.MEDIA_DETACHED,this.onMediaDetached,this),t.off(o.BUFFER_CREATED,this.onBufferCreated,this)}destroy(){this.unregisterListeners(),this.onMediaDetached(),this.hls=this.config=this.audioBuffer=this.videoBuffer=null,this.onWaiting=this.onPlaying=this.media=null}onMediaAttached(t,n){this.media=n.media,this.media.addEventListener("waiting",this.onWaiting),this.media.addEventListener("playing",this.onPlaying)}onMediaDetached(){this.media&&(this.media.removeEventListener("waiting",this.onWaiting),this.media.removeEventListener("playing",this.onPlaying),this.media=null)}onBufferCreated(t,n){var s,v;this.audioBuffer=(s=n.tracks.audio)==null?void 0:s.buffer,this.videoBuffer=(v=n.tracks.video)==null?void 0:v.buffer}createData(){var t;return{v:1,sf:vo.HLS,sid:this.sid,cid:this.cid,pr:(t=this.media)==null?void 0:t.playbackRate,mtp:this.hls.bandwidthEstimate/1e3}}apply(t,n={}){y(n,this.createData());const s=n.ot===Ho.INIT||n.ot===Ho.VIDEO||n.ot===Ho.MUXED;this.starved&&s&&(n.bs=!0,n.su=!0,this.starved=!1),n.su==null&&(n.su=this.buffering);const{includeKeys:v}=this;v&&(n=Object.keys(n).reduce((T,z)=>(v.includes(z)&&(T[z]=n[z]),T),{}));const w={baseUrl:t.url};this.useHeaders?(t.headers||(t.headers={}),Pc(t.headers,n,w)):t.url=Rl(t.url,n,w)}getNextFrag(t){var n;const s=(n=this.hls.levels[t.level])==null?void 0:n.details;if(s){const v=t.sn-s.startSN;return s.fragments[v+1]}}getNextPart(t){var n,s;const{index:v,fragment:w}=t,T=(n=this.hls.levels[w.level])==null||(s=n.details)==null?void 0:s.partList;if(T){const{sn:z}=w;for(let W=T.length-1;W>=0;W--){const N=T[W];if(N.index===v&&N.fragment.sn===z)return T[W+1]}}}getObjectType(t){const{type:n}=t;if(n==="subtitle")return Ho.TIMED_TEXT;if(t.sn==="initSegment")return Ho.INIT;if(n==="audio")return Ho.AUDIO;if(n==="main")return this.hls.audioTracks.length?Ho.VIDEO:Ho.MUXED}getTopBandwidth(t){let n=0,s;const v=this.hls;if(t===Ho.AUDIO)s=v.audioTracks;else{const w=v.maxAutoLevel,T=w>-1?w+1:v.levels.length;s=v.levels.slice(0,T)}return s.forEach(w=>{w.bitrate>n&&(n=w.bitrate)}),n>0?n:NaN}getBufferLength(t){const n=this.media,s=t===Ho.AUDIO?this.audioBuffer:this.videoBuffer;return!s||!n?NaN:gi.bufferInfo(s,n.currentTime,this.config.maxBufferHole).len*1e3}createPlaylistLoader(){const{pLoader:t}=this.config,n=this.applyPlaylistData,s=t||this.config.loader;return class{constructor(w){this.loader=void 0,this.loader=new s(w)}get stats(){return this.loader.stats}get context(){return this.loader.context}destroy(){this.loader.destroy()}abort(){this.loader.abort()}load(w,T,z){n(w),this.loader.load(w,T,z)}}}createFragmentLoader(){const{fLoader:t}=this.config,n=this.applyFragmentData,s=t||this.config.loader;return class{constructor(w){this.loader=void 0,this.loader=new s(w)}get stats(){return this.loader.stats}get context(){return this.loader.context}destroy(){this.loader.destroy()}abort(){this.loader.abort()}load(w,T,z){n(w),this.loader.load(w,T,z)}}}}const gu=3e5;class eu extends R{constructor(t){super("content-steering",t.logger),this.hls=void 0,this.loader=null,this.uri=null,this.pathwayId=".",this._pathwayPriority=null,this.timeToLoad=300,this.reloadTimer=-1,this.updated=0,this.started=!1,this.enabled=!0,this.levels=null,this.audioTracks=null,this.subtitleTracks=null,this.penalizedPathways={},this.hls=t,this.registerListeners()}registerListeners(){const t=this.hls;t.on(o.MANIFEST_LOADING,this.onManifestLoading,this),t.on(o.MANIFEST_LOADED,this.onManifestLoaded,this),t.on(o.MANIFEST_PARSED,this.onManifestParsed,this),t.on(o.ERROR,this.onError,this)}unregisterListeners(){const t=this.hls;t&&(t.off(o.MANIFEST_LOADING,this.onManifestLoading,this),t.off(o.MANIFEST_LOADED,this.onManifestLoaded,this),t.off(o.MANIFEST_PARSED,this.onManifestParsed,this),t.off(o.ERROR,this.onError,this))}pathways(){return(this.levels||[]).reduce((t,n)=>(t.indexOf(n.pathwayId)===-1&&t.push(n.pathwayId),t),[])}get pathwayPriority(){return this._pathwayPriority}set pathwayPriority(t){this.updatePathwayPriority(t)}startLoad(){if(this.started=!0,this.clearTimeout(),this.enabled&&this.uri){if(this.updated){const t=this.timeToLoad*1e3-(performance.now()-this.updated);if(t>0){this.scheduleRefresh(this.uri,t);return}}this.loadSteeringManifest(this.uri)}}stopLoad(){this.started=!1,this.loader&&(this.loader.destroy(),this.loader=null),this.clearTimeout()}clearTimeout(){this.reloadTimer!==-1&&(self.clearTimeout(this.reloadTimer),this.reloadTimer=-1)}destroy(){this.unregisterListeners(),this.stopLoad(),this.hls=null,this.levels=this.audioTracks=this.subtitleTracks=null}removeLevel(t){const n=this.levels;n&&(this.levels=n.filter(s=>s!==t))}onManifestLoading(){this.stopLoad(),this.enabled=!0,this.timeToLoad=300,this.updated=0,this.uri=null,this.pathwayId=".",this.levels=this.audioTracks=this.subtitleTracks=null}onManifestLoaded(t,n){const{contentSteering:s}=n;s!==null&&(this.pathwayId=s.pathwayId,this.uri=s.uri,this.started&&this.startLoad())}onManifestParsed(t,n){this.audioTracks=n.audioTracks,this.subtitleTracks=n.subtitleTracks}onError(t,n){const{errorAction:s}=n;if((s==null?void 0:s.action)===Ze.SendAlternateToPenaltyBox&&s.flags===Je.MoveAllAlternatesMatchingHost){const v=this.levels;let w=this._pathwayPriority,T=this.pathwayId;if(n.context){const{groupId:z,pathwayId:W,type:N}=n.context;z&&v?T=this.getPathwayForGroupId(z,N,T):W&&(T=W)}T in this.penalizedPathways||(this.penalizedPathways[T]=performance.now()),!w&&v&&(w=this.pathways()),w&&w.length>1&&(this.updatePathwayPriority(w),s.resolved=this.pathwayId!==T),s.resolved||this.warn(`Could not resolve ${n.details} ("${n.error.message}") with content-steering for Pathway: ${T} levels: ${v&&v.length} priorities: ${Dn(w)} penalized: ${Dn(this.penalizedPathways)}`)}}filterParsedLevels(t){this.levels=t;let n=this.getLevelsForPathway(this.pathwayId);if(n.length===0){const s=t[0].pathwayId;this.log(`No levels found in Pathway ${this.pathwayId}. Setting initial Pathway to "${s}"`),n=this.getLevelsForPathway(s),this.pathwayId=s}return n.length!==t.length&&this.log(`Found ${n.length}/${t.length} levels in Pathway "${this.pathwayId}"`),n}getLevelsForPathway(t){return this.levels===null?[]:this.levels.filter(n=>t===n.pathwayId)}updatePathwayPriority(t){this._pathwayPriority=t;let n;const s=this.penalizedPathways,v=performance.now();Object.keys(s).forEach(w=>{v-s[w]>gu&&delete s[w]});for(let w=0;w<t.length;w++){const T=t[w];if(T in s)continue;if(T===this.pathwayId)return;const z=this.hls.nextLoadLevel,W=this.hls.levels[z];if(n=this.getLevelsForPathway(T),n.length>0){this.log(`Setting Pathway to "${T}"`),this.pathwayId=T,xr(n),this.hls.trigger(o.LEVELS_UPDATED,{levels:n});const N=this.hls.levels[z];W&&N&&this.levels&&(N.attrs["STABLE-VARIANT-ID"]!==W.attrs["STABLE-VARIANT-ID"]&&N.bitrate!==W.bitrate&&this.log(`Unstable Pathways change from bitrate ${W.bitrate} to ${N.bitrate}`),this.hls.nextLoadLevel=z);break}}}getPathwayForGroupId(t,n,s){const v=this.getLevelsForPathway(s).concat(this.levels||[]);for(let w=0;w<v.length;w++)if(n===h.AUDIO_TRACK&&v[w].hasAudioGroup(t)||n===h.SUBTITLE_TRACK&&v[w].hasSubtitleGroup(t))return v[w].pathwayId;return s}clonePathways(t){const n=this.levels;if(!n)return;const s={},v={};t.forEach(w=>{const{ID:T,"BASE-ID":z,"URI-REPLACEMENT":W}=w;if(n.some(te=>te.pathwayId===T))return;const N=this.getLevelsForPathway(z).map(te=>{const ce=new Bi(te.attrs);ce["PATHWAY-ID"]=T;const be=ce.AUDIO&&`${ce.AUDIO}_clone_${T}`,Ie=ce.SUBTITLES&&`${ce.SUBTITLES}_clone_${T}`;be&&(s[ce.AUDIO]=be,ce.AUDIO=be),Ie&&(v[ce.SUBTITLES]=Ie,ce.SUBTITLES=Ie);const Ae=No(te.uri,ce["STABLE-VARIANT-ID"],"PER-VARIANT-URIS",W),at=new In({attrs:ce,audioCodec:te.audioCodec,bitrate:te.bitrate,height:te.height,name:te.name,url:Ae,videoCodec:te.videoCodec,width:te.width});if(te.audioGroups)for(let rt=1;rt<te.audioGroups.length;rt++)at.addGroupId("audio",`${te.audioGroups[rt]}_clone_${T}`);if(te.subtitleGroups)for(let rt=1;rt<te.subtitleGroups.length;rt++)at.addGroupId("text",`${te.subtitleGroups[rt]}_clone_${T}`);return at});n.push(...N),Ll(this.audioTracks,s,W,T),Ll(this.subtitleTracks,v,W,T)})}loadSteeringManifest(t){const n=this.hls.config,s=n.loader;this.loader&&this.loader.destroy(),this.loader=new s(n);let v;try{v=new self.URL(t)}catch(te){this.enabled=!1,this.log(`Failed to parse Steering Manifest URI: ${t}`);return}if(v.protocol!=="data:"){const te=(this.hls.bandwidthEstimate||n.abrEwmaDefaultEstimate)|0;v.searchParams.set("_HLS_pathway",this.pathwayId),v.searchParams.set("_HLS_throughput",""+te)}const w={responseType:"json",url:v.href},T=n.steeringManifestLoadPolicy.default,z=T.errorRetry||T.timeoutRetry||{},W={loadPolicy:T,timeout:T.maxLoadTimeMs,maxRetry:z.maxNumRetry||0,retryDelay:z.retryDelayMs||0,maxRetryDelay:z.maxRetryDelayMs||0},N={onSuccess:(te,ce,be,Ie)=>{this.log(`Loaded steering manifest: "${v}"`);const Ae=te.data;if((Ae==null?void 0:Ae.VERSION)!==1){this.log(`Steering VERSION ${Ae.VERSION} not supported!`);return}this.updated=performance.now(),this.timeToLoad=Ae.TTL;const{"RELOAD-URI":at,"PATHWAY-CLONES":rt,"PATHWAY-PRIORITY":Rt}=Ae;if(at)try{this.uri=new self.URL(at,v).href}catch(sr){this.enabled=!1,this.log(`Failed to parse Steering Manifest RELOAD-URI: ${at}`);return}this.scheduleRefresh(this.uri||be.url),rt&&this.clonePathways(rt);const dr={steeringManifest:Ae,url:v.toString()};this.hls.trigger(o.STEERING_MANIFEST_LOADED,dr),Rt&&this.updatePathwayPriority(Rt)},onError:(te,ce,be,Ie)=>{if(this.log(`Error loading steering manifest: ${te.code} ${te.text} (${ce.url})`),this.stopLoad(),te.code===410){this.enabled=!1,this.log(`Steering manifest ${ce.url} no longer available`);return}let Ae=this.timeToLoad*1e3;if(te.code===429){const at=this.loader;if(typeof(at==null?void 0:at.getResponseHeader)=="function"){const rt=at.getResponseHeader("Retry-After");rt&&(Ae=parseFloat(rt)*1e3)}this.log(`Steering manifest ${ce.url} rate limited`);return}this.scheduleRefresh(this.uri||ce.url,Ae)},onTimeout:(te,ce,be)=>{this.log(`Timeout loading steering manifest (${ce.url})`),this.scheduleRefresh(this.uri||ce.url)}};this.log(`Requesting steering manifest: ${v}`),this.loader.load(w,W,N)}scheduleRefresh(t,n=this.timeToLoad*1e3){this.clearTimeout(),this.reloadTimer=self.setTimeout(()=>{var s;const v=(s=this.hls)==null?void 0:s.media;if(v&&!v.ended){this.loadSteeringManifest(t);return}this.scheduleRefresh(t,this.timeToLoad*1e3)},n)}}function Ll(P,t,n,s){P&&Object.keys(t).forEach(v=>{const w=P.filter(T=>T.groupId===v).map(T=>{const z=y({},T);return z.details=void 0,z.attrs=new Bi(z.attrs),z.url=z.attrs.URI=No(T.url,T.attrs["STABLE-RENDITION-ID"],"PER-RENDITION-URIS",n),z.groupId=z.attrs["GROUP-ID"]=t[v],z.attrs["PATHWAY-ID"]=s,z});P.push(...w)})}function No(P,t,n,s){const{HOST:v,PARAMS:w,[n]:T}=s;let z;t&&(z=T==null?void 0:T[t],z&&(P=z));const W=new self.URL(P);return v&&!z&&(W.host=v),w&&Object.keys(w).sort().forEach(N=>{N&&W.searchParams.set(N,w[N])}),W.href}function Vs(P,t,n){Go(P,t,n),P.addEventListener(t,n)}function Go(P,t,n){P.removeEventListener(t,n)}class ku extends R{constructor(t){super("eme",t.logger),this.hls=void 0,this.config=void 0,this.media=null,this.keyFormatPromise=null,this.keySystemAccessPromises={},this._requestLicenseFailureCount=0,this.mediaKeySessions=[],this.keyIdToKeySessionPromise={},this.mediaKeys=null,this.setMediaKeysQueue=ku.CDMCleanupPromise?[ku.CDMCleanupPromise]:[],this.onMediaEncrypted=n=>{const{initDataType:s,initData:v}=n,w=`"${n.type}" event: init data type: "${s}"`;if(this.debug(w),v!==null){if(!this.keyFormatPromise){let T=Object.keys(this.keySystemAccessPromises);T.length||(T=po(this.config));const z=T.map(Eo).filter(W=>!!W);this.keyFormatPromise=this.getKeyFormatPromise(z)}this.keyFormatPromise.then(T=>{const z=Zs(T);let W,N;if(s==="sinf"){if(z!==Ea.FAIRPLAY){this.warn(`Ignoring unexpected "${n.type}" event with init data type: "${s}" for selected key-system ${z}`);return}const Ae=Jt(new Uint8Array(v));try{const at=Ra(JSON.parse(Ae).sinf),rt=ct(at);if(!rt)throw new Error("'schm' box missing or not cbcs/cenc with schi > tenc");W=new Uint8Array(rt.subarray(8,24)),N=Ea.FAIRPLAY}catch(at){this.warn(`${w} Failed to parse sinf: ${at}`);return}}else{if(z!==Ea.WIDEVINE&&z!==Ea.PLAYREADY){this.warn(`Ignoring unexpected "${n.type}" event with init data type: "${s}" for selected key-system ${z}`);return}const Ae=pe(v),at=Ae.filter(Rt=>!!Rt.systemId&&wo(Rt.systemId)===z);at.length>1&&this.warn(`${w} Using first of ${at.length} pssh found for selected key-system ${z}`);const rt=at[0];if(!rt){Ae.length===0||Ae.some(Rt=>!Rt.systemId)?this.warn(`${w} contains incomplete or invalid pssh data`):this.log(`ignoring ${w} for ${Ae.map(Rt=>wo(Rt.systemId)).join(",")} pssh data in favor of playlist keys`);return}if(N=wo(rt.systemId),rt.version===0&&rt.data)if(N===Ea.WIDEVINE){const Rt=rt.data.length-22;W=new Uint8Array(rt.data.subarray(Rt,Rt+16))}else N===Ea.PLAYREADY&&(W=Qa(rt.data))}if(!N||!W)return;const te=J.hexDump(W),{keyIdToKeySessionPromise:ce,mediaKeySessions:be}=this;let Ie=ce[te];for(let Ae=0;Ae<be.length;Ae++){const at=be[Ae],rt=at.decryptdata;if(!rt.keyId)continue;const Rt=J.hexDump(rt.keyId);if(te===Rt||rt.uri.replace(/-/g,"").indexOf(te)!==-1){if(Ie=ce[Rt],rt.pssh)break;delete ce[Rt],rt.pssh=new Uint8Array(v),rt.keyId=W,Ie=ce[te]=Ie.then(()=>this.generateRequestWithPreferredKeySession(at,s,v,"encrypted-event-key-match")),Ie.catch(dr=>this.handleError(dr));break}}if(!Ie){if(N!==z){this.log(`Ignoring "${n.type}" event with ${N} init data for selected key-system ${z}`);return}Ie=ce[te]=this.getKeySystemSelectionPromise([N]).then(({keySystem:Ae,mediaKeys:at})=>{var rt;this.throwIfDestroyed();const Rt=new Qs("ISO-23001-7",te,(rt=Eo(Ae))!=null?rt:"");return Rt.pssh=new Uint8Array(v),Rt.keyId=W,this.attemptSetMediaKeys(Ae,at).then(()=>{this.throwIfDestroyed();const dr=this.createMediaKeySessionContext({decryptdata:Rt,keySystem:Ae,mediaKeys:at});return this.generateRequestWithPreferredKeySession(dr,s,v,"encrypted-event-no-match")})}),Ie.catch(Ae=>this.handleError(Ae))}})}},this.onWaitingForKey=n=>{this.log(`"${n.type}" event`)},this.hls=t,this.config=t.config,this.registerListeners()}destroy(){this.onDestroying(),this.onMediaDetached();const t=this.config;t.requestMediaKeySystemAccessFunc=null,t.licenseXhrSetup=t.licenseResponseCallback=void 0,t.drmSystems=t.drmSystemOptions={},this.hls=this.config=this.keyIdToKeySessionPromise=null,this.onMediaEncrypted=this.onWaitingForKey=null}registerListeners(){this.hls.on(o.MEDIA_ATTACHED,this.onMediaAttached,this),this.hls.on(o.MEDIA_DETACHED,this.onMediaDetached,this),this.hls.on(o.MANIFEST_LOADING,this.onManifestLoading,this),this.hls.on(o.MANIFEST_LOADED,this.onManifestLoaded,this),this.hls.on(o.DESTROYING,this.onDestroying,this)}unregisterListeners(){this.hls.off(o.MEDIA_ATTACHED,this.onMediaAttached,this),this.hls.off(o.MEDIA_DETACHED,this.onMediaDetached,this),this.hls.off(o.MANIFEST_LOADING,this.onManifestLoading,this),this.hls.off(o.MANIFEST_LOADED,this.onManifestLoaded,this),this.hls.off(o.DESTROYING,this.onDestroying,this)}getLicenseServerUrl(t){const{drmSystems:n,widevineLicenseUrl:s}=this.config,v=n[t];if(v)return v.licenseUrl;if(t===Ea.WIDEVINE&&s)return s}getLicenseServerUrlOrThrow(t){const n=this.getLicenseServerUrl(t);if(n===void 0)throw new Error(`no license server URL configured for key-system "${t}"`);return n}getServerCertificateUrl(t){const{drmSystems:n}=this.config,s=n[t];if(s)return s.serverCertificateUrl;this.log(`No Server Certificate in config.drmSystems["${t}"]`)}attemptKeySystemAccess(t){const n=this.hls.levels,s=(T,z,W)=>!!T&&W.indexOf(T)===z,v=n.map(T=>T.audioCodec).filter(s),w=n.map(T=>T.videoCodec).filter(s);return v.length+w.length===0&&w.push("avc1.42e01e"),new Promise((T,z)=>{const W=N=>{const te=N.shift();this.getMediaKeysPromise(te,v,w).then(ce=>T({keySystem:te,mediaKeys:ce})).catch(ce=>{N.length?W(N):ce instanceof Io?z(ce):z(new Io({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_NO_ACCESS,error:ce,fatal:!0},ce.message))})};W(t)})}requestMediaKeySystemAccess(t,n){const{requestMediaKeySystemAccessFunc:s}=this.config;if(typeof s!="function"){let v=`Configured requestMediaKeySystemAccess is not a function ${s}`;return fi===null&&self.location.protocol==="http:"&&(v=`navigator.requestMediaKeySystemAccess is not available over insecure protocol ${location.protocol}`),Promise.reject(new Error(v))}return s(t,n)}getMediaKeysPromise(t,n,s){const v=li(t,n,s,this.config.drmSystemOptions),w=this.keySystemAccessPromises[t];let T=w==null?void 0:w.keySystemAccess;if(!T){this.log(`Requesting encrypted media "${t}" key-system access with config: ${Dn(v)}`),T=this.requestMediaKeySystemAccess(t,v);const z=this.keySystemAccessPromises[t]={keySystemAccess:T};return T.catch(W=>{this.log(`Failed to obtain access to key-system "${t}": ${W}`)}),T.then(W=>{this.log(`Access for key-system "${W.keySystem}" obtained`);const N=this.fetchServerCertificate(t);return this.log(`Create media-keys for "${t}"`),z.mediaKeys=W.createMediaKeys().then(te=>(this.log(`Media-keys created for "${t}"`),z.hasMediaKeys=!0,N.then(ce=>ce?this.setMediaKeysServerCertificate(te,t,ce):te))),z.mediaKeys.catch(te=>{this.error(`Failed to create media-keys for "${t}"}: ${te}`)}),z.mediaKeys})}return T.then(()=>w.mediaKeys)}createMediaKeySessionContext({decryptdata:t,keySystem:n,mediaKeys:s}){this.log(`Creating key-system session "${n}" keyId: ${J.hexDump(t.keyId||[])}`);const v=s.createSession(),w={decryptdata:t,keySystem:n,mediaKeys:s,mediaKeysSession:v,keyStatus:"status-pending"};return this.mediaKeySessions.push(w),w}renewKeySession(t){const n=t.decryptdata;if(n.pssh){const s=this.createMediaKeySessionContext(t),v=this.getKeyIdString(n),w="cenc";this.keyIdToKeySessionPromise[v]=this.generateRequestWithPreferredKeySession(s,w,n.pssh.buffer,"expired")}else this.warn("Could not renew expired session. Missing pssh initData.");this.removeSession(t)}getKeyIdString(t){if(!t)throw new Error("Could not read keyId of undefined decryptdata");if(t.keyId===null)throw new Error("keyId is null");return J.hexDump(t.keyId)}updateKeySession(t,n){var s;const v=t.mediaKeysSession;return this.log(`Updating key-session "${v.sessionId}" for keyID ${J.hexDump(((s=t.decryptdata)==null?void 0:s.keyId)||[])}
} (data length: ${n&&n.byteLength})`),v.update(n)}getSelectedKeySystemFormats(){return Object.keys(this.keySystemAccessPromises).map(t=>({keySystem:t,hasMediaKeys:this.keySystemAccessPromises[t].hasMediaKeys})).filter(({hasMediaKeys:t})=>!!t).map(({keySystem:t})=>Eo(t)).filter(t=>!!t)}getKeySystemAccess(t){return this.getKeySystemSelectionPromise(t).then(({keySystem:n,mediaKeys:s})=>this.attemptSetMediaKeys(n,s))}selectKeySystem(t){return new Promise((n,s)=>this.getKeySystemSelectionPromise(t).then(({keySystem:v})=>{const w=Eo(v);w?n(w):s(new Error(`Unable to find format for key-system "${v}"`))}).catch(s))}selectKeySystemFormat(t){const n=Object.keys(t.levelkeys||{});return this.keyFormatPromise||(this.log(`Selecting key-system from fragment (sn: ${t.sn} ${t.type}: ${t.level}) key formats ${n.join(", ")}`),this.keyFormatPromise=this.getKeyFormatPromise(n)),this.keyFormatPromise}getKeyFormatPromise(t){const n=po(this.config),s=t.map(Zs).filter(v=>!!v&&n.indexOf(v)!==-1);return this.selectKeySystem(s)}loadKey(t){const n=t.keyInfo.decryptdata,s=this.getKeyIdString(n),v=`(keyId: ${s} format: "${n.keyFormat}" method: ${n.method} uri: ${n.uri})`;this.log(`Starting session for key ${v}`);let w=this.keyIdToKeySessionPromise[s];return w||(w=this.getKeySystemForKeyPromise(n).then(({keySystem:z,mediaKeys:W})=>(this.throwIfDestroyed(),this.log(`Handle encrypted media sn: ${t.frag.sn} ${t.frag.type}: ${t.frag.level} using key ${v}`),this.attemptSetMediaKeys(z,W).then(()=>(this.throwIfDestroyed(),this.createMediaKeySessionContext({keySystem:z,mediaKeys:W,decryptdata:n}))))),(this.keyIdToKeySessionPromise[s]=w.then(z=>{const W="cenc",N=n.pssh?n.pssh.buffer:null;return this.generateRequestWithPreferredKeySession(z,W,N,"playlist-key")})).catch(z=>this.handleError(z))),w}throwIfDestroyed(t="Invalid state"){if(!this.hls)throw new Error("invalid state")}handleError(t){this.hls&&(this.error(t.message),t instanceof Io?this.hls.trigger(o.ERROR,t.data):this.hls.trigger(o.ERROR,{type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_NO_KEYS,error:t,fatal:!0}))}getKeySystemForKeyPromise(t){const n=this.getKeyIdString(t),s=this.keyIdToKeySessionPromise[n];if(!s){const v=Zs(t.keyFormat),w=v?[v]:po(this.config);return this.attemptKeySystemAccess(w)}return s}getKeySystemSelectionPromise(t){if(t.length||(t=po(this.config)),t.length===0)throw new Io({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_NO_CONFIGURED_LICENSE,fatal:!0},`Missing key-system license configuration options ${Dn({drmSystems:this.config.drmSystems})}`);return this.attemptKeySystemAccess(t)}attemptSetMediaKeys(t,n){if(this.mediaKeys===n)return Promise.resolve();const s=this.setMediaKeysQueue.slice();this.log(`Setting media-keys for "${t}"`);const v=Promise.all(s).then(()=>{if(!this.media)throw this.mediaKeys=null,new Error("Attempted to set mediaKeys without media element attached");return this.media.setMediaKeys(n)});return this.mediaKeys=n,this.setMediaKeysQueue.push(v),v.then(()=>{this.log(`Media-keys set for "${t}"`),s.push(v),this.setMediaKeysQueue=this.setMediaKeysQueue.filter(w=>s.indexOf(w)===-1)})}generateRequestWithPreferredKeySession(t,n,s,v){var w,T;const z=(w=this.config.drmSystems)==null||(T=w[t.keySystem])==null?void 0:T.generateRequest;if(z)try{const Ae=z.call(this.hls,n,s,t);if(!Ae)throw new Error("Invalid response from configured generateRequest filter");n=Ae.initDataType,s=Ae.initData?Ae.initData:null,t.decryptdata.pssh=s?new Uint8Array(s):null}catch(Ae){var W;if(this.warn(Ae.message),(W=this.hls)!=null&&W.config.debug)throw Ae}if(s===null)return this.log(`Skipping key-session request for "${v}" (no initData)`),Promise.resolve(t);const N=this.getKeyIdString(t.decryptdata);this.log(`Generating key-session request for "${v}": ${N} (init data type: ${n} length: ${s?s.byteLength:null})`);const te=new ya,ce=t._onmessage=Ae=>{const at=t.mediaKeysSession;if(!at){te.emit("error",new Error("invalid state"));return}const{messageType:rt,message:Rt}=Ae;this.log(`"${rt}" message event for session "${at.sessionId}" message size: ${Rt.byteLength}`),rt==="license-request"||rt==="license-renewal"?this.renewLicense(t,Rt).catch(dr=>{te.eventNames().length?te.emit("error",dr):this.handleError(dr)}):rt==="license-release"?t.keySystem===Ea.FAIRPLAY&&(this.updateKeySession(t,Oa("acknowledged")),this.removeSession(t)):this.warn(`unhandled media key message type "${rt}"`)},be=t._onkeystatuseschange=Ae=>{if(!t.mediaKeysSession){te.emit("error",new Error("invalid state"));return}this.onKeyStatusChange(t);const rt=t.keyStatus;te.emit("keyStatus",rt),rt==="expired"&&(this.warn(`${t.keySystem} expired for key ${N}`),this.renewKeySession(t))};Vs(t.mediaKeysSession,"message",ce),Vs(t.mediaKeysSession,"keystatuseschange",be);const Ie=new Promise((Ae,at)=>{te.on("error",at),te.on("keyStatus",rt=>{rt.startsWith("usable")?Ae():rt==="output-restricted"?at(new Io({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_STATUS_OUTPUT_RESTRICTED,fatal:!1},"HDCP level output restricted")):rt==="internal-error"?at(new Io({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_STATUS_INTERNAL_ERROR,fatal:!0},`key status changed to "${rt}"`)):rt==="expired"?at(new Error("key expired while generating request")):this.warn(`unhandled key status change "${rt}"`)})});return t.mediaKeysSession.generateRequest(n,s).then(()=>{var Ae;this.log(`Request generated for key-session "${(Ae=t.mediaKeysSession)==null?void 0:Ae.sessionId}" keyId: ${N}`)}).catch(Ae=>{throw new Io({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_NO_SESSION,error:Ae,fatal:!1},`Error generating key-session request: ${Ae}`)}).then(()=>Ie).catch(Ae=>{throw te.removeAllListeners(),this.removeSession(t),Ae}).then(()=>(te.removeAllListeners(),t))}onKeyStatusChange(t){t.mediaKeysSession.keyStatuses.forEach((n,s)=>{if(typeof s=="string"&&typeof n=="object"){const v=s;s=n,n=v}this.log(`key status change "${n}" for keyStatuses keyId: ${J.hexDump("buffer"in s?new Uint8Array(s.buffer,s.byteOffset,s.byteLength):new Uint8Array(s))} session keyId: ${J.hexDump(new Uint8Array(t.decryptdata.keyId||[]))} uri: ${t.decryptdata.uri}`),t.keyStatus=n})}fetchServerCertificate(t){const n=this.config,s=n.loader,v=new s(n),w=this.getServerCertificateUrl(t);return w?(this.log(`Fetching server certificate for "${t}"`),new Promise((T,z)=>{const W={responseType:"arraybuffer",url:w},N=n.certLoadPolicy.default,te={loadPolicy:N,timeout:N.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0},ce={onSuccess:(be,Ie,Ae,at)=>{T(be.data)},onError:(be,Ie,Ae,at)=>{z(new Io({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_SERVER_CERTIFICATE_REQUEST_FAILED,fatal:!0,networkDetails:Ae,response:b({url:W.url,data:void 0},be)},`"${t}" certificate request failed (${w}). Status: ${be.code} (${be.text})`))},onTimeout:(be,Ie,Ae)=>{z(new Io({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_SERVER_CERTIFICATE_REQUEST_FAILED,fatal:!0,networkDetails:Ae,response:{url:W.url,data:void 0}},`"${t}" certificate request timed out (${w})`))},onAbort:(be,Ie,Ae)=>{z(new Error("aborted"))}};v.load(W,te,ce)})):Promise.resolve()}setMediaKeysServerCertificate(t,n,s){return new Promise((v,w)=>{t.setServerCertificate(s).then(T=>{this.log(`setServerCertificate ${T?"success":"not supported by CDM"} (${s==null?void 0:s.byteLength}) on "${n}"`),v(t)}).catch(T=>{w(new Io({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_SERVER_CERTIFICATE_UPDATE_FAILED,error:T,fatal:!0},T.message))})})}renewLicense(t,n){return this.requestLicense(t,new Uint8Array(n)).then(s=>this.updateKeySession(t,new Uint8Array(s)).catch(v=>{throw new Io({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_SESSION_UPDATE_FAILED,error:v,fatal:!0},v.message)}))}unpackPlayReadyKeyMessage(t,n){const s=String.fromCharCode.apply(null,new Uint16Array(n.buffer));if(!s.includes("PlayReadyKeyMessage"))return t.setRequestHeader("Content-Type","text/xml; charset=utf-8"),n;const v=new DOMParser().parseFromString(s,"application/xml"),w=v.querySelectorAll("HttpHeader");if(w.length>0){let te;for(let ce=0,be=w.length;ce<be;ce++){var T,z;te=w[ce];const Ie=(T=te.querySelector("name"))==null?void 0:T.textContent,Ae=(z=te.querySelector("value"))==null?void 0:z.textContent;Ie&&Ae&&t.setRequestHeader(Ie,Ae)}}const W=v.querySelector("Challenge"),N=W==null?void 0:W.textContent;if(!N)throw new Error("Cannot find <Challenge> in key message");return Oa(atob(N))}setupLicenseXHR(t,n,s,v){const w=this.config.licenseXhrSetup;return w?Promise.resolve().then(()=>{if(!s.decryptdata)throw new Error("Key removed");return w.call(this.hls,t,n,s,v)}).catch(T=>{if(!s.decryptdata)throw T;return t.open("POST",n,!0),w.call(this.hls,t,n,s,v)}).then(T=>(t.readyState||t.open("POST",n,!0),{xhr:t,licenseChallenge:T||v})):(t.open("POST",n,!0),Promise.resolve({xhr:t,licenseChallenge:v}))}requestLicense(t,n){const s=this.config.keyLoadPolicy.default;return new Promise((v,w)=>{const T=this.getLicenseServerUrlOrThrow(t.keySystem);this.log(`Sending license request to URL: ${T}`);const z=new XMLHttpRequest;z.responseType="arraybuffer",z.onreadystatechange=()=>{if(!this.hls||!t.mediaKeysSession)return w(new Error("invalid state"));if(z.readyState===4)if(z.status===200){this._requestLicenseFailureCount=0;let W=z.response;this.log(`License received ${W instanceof ArrayBuffer?W.byteLength:W}`);const N=this.config.licenseResponseCallback;if(N)try{W=N.call(this.hls,z,T,t)}catch(te){this.error(te)}v(W)}else{const W=s.errorRetry,N=W?W.maxNumRetry:0;if(this._requestLicenseFailureCount++,this._requestLicenseFailureCount>N||z.status>=400&&z.status<500)w(new Io({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_LICENSE_REQUEST_FAILED,fatal:!0,networkDetails:z,response:{url:T,data:void 0,code:z.status,text:z.statusText}},`License Request XHR failed (${T}). Status: ${z.status} (${z.statusText})`));else{const te=N-this._requestLicenseFailureCount+1;this.warn(`Retrying license request, ${te} attempts left`),this.requestLicense(t,n).then(v,w)}}},t.licenseXhr&&t.licenseXhr.readyState!==XMLHttpRequest.DONE&&t.licenseXhr.abort(),t.licenseXhr=z,this.setupLicenseXHR(z,T,t,n).then(({xhr:W,licenseChallenge:N})=>{t.keySystem==Ea.PLAYREADY&&(N=this.unpackPlayReadyKeyMessage(W,N)),W.send(N)})})}onDestroying(){this.unregisterListeners(),this._clear()}onMediaAttached(t,n){if(!this.config.emeEnabled)return;const s=n.media;this.media=s,Vs(s,"encrypted",this.onMediaEncrypted),Vs(s,"waitingforkey",this.onWaitingForKey)}onMediaDetached(){const t=this.media;t&&(Go(t,"encrypted",this.onMediaEncrypted),Go(t,"waitingforkey",this.onWaitingForKey),this.media=null,this.mediaKeys=null)}_clear(){var t;if(this._requestLicenseFailureCount=0,this.keyIdToKeySessionPromise={},!this.mediaKeys&&!this.mediaKeySessions.length)return;const n=this.media,s=this.mediaKeySessions.slice();this.mediaKeySessions=[],this.mediaKeys=null,Qs.clearKeyUriToKeyIdMap();const v=s.length;ku.CDMCleanupPromise=Promise.all(s.map(w=>this.removeSession(w)).concat(n==null||(t=n.setMediaKeys(null))==null?void 0:t.catch(w=>{var T;this.log(`Could not clear media keys: ${w}`),(T=this.hls)==null||T.trigger(o.ERROR,{type:c.OTHER_ERROR,details:f.KEY_SYSTEM_DESTROY_MEDIA_KEYS_ERROR,fatal:!1,error:new Error(`Could not clear media keys: ${w}`)})}))).catch(w=>{var T;this.log(`Could not close sessions and clear media keys: ${w}`),(T=this.hls)==null||T.trigger(o.ERROR,{type:c.OTHER_ERROR,details:f.KEY_SYSTEM_DESTROY_CLOSE_SESSION_ERROR,fatal:!1,error:new Error(`Could not close sessions and clear media keys: ${w}`)})}).then(()=>{v&&this.log("finished closing key sessions and clearing media keys")})}onManifestLoading(){this.keyFormatPromise=null}onManifestLoaded(t,{sessionKeys:n}){if(!(!n||!this.config.emeEnabled)&&!this.keyFormatPromise){const s=n.reduce((v,w)=>(v.indexOf(w.keyFormat)===-1&&v.push(w.keyFormat),v),[]);this.log(`Selecting key-system from session-keys ${s.join(", ")}`),this.keyFormatPromise=this.getKeyFormatPromise(s)}}removeSession(t){const{mediaKeysSession:n,licenseXhr:s}=t;if(n){this.log(`Remove licenses and keys and close session ${n.sessionId}`),t._onmessage&&(n.removeEventListener("message",t._onmessage),t._onmessage=void 0),t._onkeystatuseschange&&(n.removeEventListener("keystatuseschange",t._onkeystatuseschange),t._onkeystatuseschange=void 0),s&&s.readyState!==XMLHttpRequest.DONE&&s.abort(),t.mediaKeysSession=t.decryptdata=t.licenseXhr=void 0;const v=this.mediaKeySessions.indexOf(t);v>-1&&this.mediaKeySessions.splice(v,1);const{drmSystemOptions:w}=this.config;return(qa(w)?new Promise((z,W)=>{self.setTimeout(()=>W(new Error("MediaKeySession.remove() timeout")),8e3),n.remove().then(z)}):Promise.resolve()).catch(z=>{var W;this.log(`Could not remove session: ${z}`),(W=this.hls)==null||W.trigger(o.ERROR,{type:c.OTHER_ERROR,details:f.KEY_SYSTEM_DESTROY_REMOVE_SESSION_ERROR,fatal:!1,error:new Error(`Could not remove session: ${z}`)})}).then(()=>n.close()).catch(z=>{var W;this.log(`Could not close session: ${z}`),(W=this.hls)==null||W.trigger(o.ERROR,{type:c.OTHER_ERROR,details:f.KEY_SYSTEM_DESTROY_CLOSE_SESSION_ERROR,fatal:!1,error:new Error(`Could not close session: ${z}`)})})}}}ku.CDMCleanupPromise=void 0;class Io extends Error{constructor(t,n){super(n),this.data=void 0,t.error||(t.error=new Error(n)),this.data=t,t.err=t.error}}class tl{constructor(t){this.hls=void 0,this.isVideoPlaybackQualityAvailable=!1,this.timer=void 0,this.media=null,this.lastTime=void 0,this.lastDroppedFrames=0,this.lastDecodedFrames=0,this.streamController=void 0,this.hls=t,this.registerListeners()}setStreamController(t){this.streamController=t}registerListeners(){this.hls.on(o.MEDIA_ATTACHING,this.onMediaAttaching,this),this.hls.on(o.MEDIA_DETACHING,this.onMediaDetaching,this)}unregisterListeners(){this.hls.off(o.MEDIA_ATTACHING,this.onMediaAttaching,this),this.hls.off(o.MEDIA_DETACHING,this.onMediaDetaching,this)}destroy(){this.timer&&clearInterval(this.timer),this.unregisterListeners(),this.isVideoPlaybackQualityAvailable=!1,this.media=null}onMediaAttaching(t,n){const s=this.hls.config;if(s.capLevelOnFPSDrop){const v=n.media instanceof self.HTMLVideoElement?n.media:null;this.media=v,v&&typeof v.getVideoPlaybackQuality=="function"&&(this.isVideoPlaybackQualityAvailable=!0),self.clearInterval(this.timer),this.timer=self.setInterval(this.checkFPSInterval.bind(this),s.fpsDroppedMonitoringPeriod)}}onMediaDetaching(){this.media=null}checkFPS(t,n,s){const v=performance.now();if(n){if(this.lastTime){const w=v-this.lastTime,T=s-this.lastDroppedFrames,z=n-this.lastDecodedFrames,W=1e3*T/w,N=this.hls;if(N.trigger(o.FPS_DROP,{currentDropped:T,currentDecoded:z,totalDroppedFrames:s}),W>0&&T>N.config.fpsDroppedMonitoringThreshold*z){let te=N.currentLevel;N.logger.warn("drop FPS ratio greater than max allowed value for currentLevel: "+te),te>0&&(N.autoLevelCapping===-1||N.autoLevelCapping>=te)&&(te=te-1,N.trigger(o.FPS_DROP_LEVEL_CAPPING,{level:te,droppedLevel:N.currentLevel}),N.autoLevelCapping=te,this.streamController.nextLevelSwitch())}}this.lastTime=v,this.lastDroppedFrames=s,this.lastDecodedFrames=n}}checkFPSInterval(){const t=this.media;if(t)if(this.isVideoPlaybackQualityAvailable){const n=t.getVideoPlaybackQuality();this.checkFPS(t,n.totalVideoFrames,n.droppedVideoFrames)}else this.checkFPS(t,t.webkitDecodedFrameCount,t.webkitDroppedFrameCount)}}function yu(P,t){let n;try{n=new Event("addtrack")}catch(s){n=document.createEvent("Event"),n.initEvent("addtrack",!1,!1)}n.track=P,t.dispatchEvent(n)}function hc(P,t){const n=P.mode;if(n==="disabled"&&(P.mode="hidden"),P.cues&&!P.cues.getCueById(t.id))try{if(P.addCue(t),!P.cues.getCueById(t.id))throw new Error(`addCue is failed for: ${t}`)}catch(s){V.debug(`[texttrack-utils]: ${s}`);try{const v=new self.TextTrackCue(t.startTime,t.endTime,t.text);v.id=t.id,P.addCue(v)}catch(v){V.debug(`[texttrack-utils]: Legacy TextTrackCue fallback failed: ${v}`)}}n==="disabled"&&(P.mode=n)}function Ru(P,t){const n=P.mode;if(n==="disabled"&&(P.mode="hidden"),P.cues)for(let s=P.cues.length;s--;)t&&P.cues[s].removeEventListener("enter",t),P.removeCue(P.cues[s]);n==="disabled"&&(P.mode=n)}function Vo(P,t,n,s){const v=P.mode;if(v==="disabled"&&(P.mode="hidden"),P.cues&&P.cues.length>0){const w=bu(P.cues,t,n);for(let T=0;T<w.length;T++)(!s||s(w[T]))&&P.removeCue(w[T])}v==="disabled"&&(P.mode=v)}function rl(P,t){if(t<=P[0].startTime)return 0;const n=P.length-1;if(t>P[n].endTime)return-1;let s=0,v=n,w;for(;s<=v;)if(w=Math.floor((v+s)/2),t<P[w].startTime)v=w-1;else if(t>P[w].startTime&&s<n)s=w+1;else return w;return P[s].startTime-t<t-P[v].startTime?s:v}function bu(P,t,n){const s=[],v=rl(P,t);if(v>-1)for(let w=v,T=P.length;w<T;w++){const z=P[w];if(z.startTime>=t&&z.endTime<=n)s.push(z);else if(z.startTime>n)return s}return s}function Ic(P){const t=[];for(let n=0;n<P.length;n++){const s=P[n];(s.kind==="subtitles"||s.kind==="captions")&&s.label&&t.push(P[n])}return t}class Kc extends vl{constructor(t){super(t,"subtitle-track-controller"),this.media=null,this.tracks=[],this.groupIds=null,this.tracksInGroup=[],this.trackId=-1,this.currentTrack=null,this.selectDefaultTrack=!0,this.queuedDefaultTrack=-1,this.useTextTrackPolling=!1,this.subtitlePollingInterval=-1,this._subtitleDisplay=!0,this.asyncPollTrackChange=()=>this.pollTrackChange(0),this.onTextTracksChanged=()=>{if(this.useTextTrackPolling||self.clearInterval(this.subtitlePollingInterval),!this.media||!this.hls.config.renderTextTracksNatively)return;let n=null;const s=Ic(this.media.textTracks);for(let w=0;w<s.length;w++)if(s[w].mode==="hidden")n=s[w];else if(s[w].mode==="showing"){n=s[w];break}const v=this.findTrackForTextTrack(n);this.subtitleTrack!==v&&this.setSubtitleTrack(v)},this.registerListeners()}destroy(){this.unregisterListeners(),this.tracks.length=0,this.tracksInGroup.length=0,this.currentTrack=null,this.onTextTracksChanged=this.asyncPollTrackChange=null,super.destroy()}get subtitleDisplay(){return this._subtitleDisplay}set subtitleDisplay(t){this._subtitleDisplay=t,this.trackId>-1&&this.toggleTrackModes()}registerListeners(){const{hls:t}=this;t.on(o.MEDIA_ATTACHED,this.onMediaAttached,this),t.on(o.MEDIA_DETACHING,this.onMediaDetaching,this),t.on(o.MANIFEST_LOADING,this.onManifestLoading,this),t.on(o.MANIFEST_PARSED,this.onManifestParsed,this),t.on(o.LEVEL_LOADING,this.onLevelLoading,this),t.on(o.LEVEL_SWITCHING,this.onLevelSwitching,this),t.on(o.SUBTITLE_TRACK_LOADED,this.onSubtitleTrackLoaded,this),t.on(o.ERROR,this.onError,this)}unregisterListeners(){const{hls:t}=this;t.off(o.MEDIA_ATTACHED,this.onMediaAttached,this),t.off(o.MEDIA_DETACHING,this.onMediaDetaching,this),t.off(o.MANIFEST_LOADING,this.onManifestLoading,this),t.off(o.MANIFEST_PARSED,this.onManifestParsed,this),t.off(o.LEVEL_LOADING,this.onLevelLoading,this),t.off(o.LEVEL_SWITCHING,this.onLevelSwitching,this),t.off(o.SUBTITLE_TRACK_LOADED,this.onSubtitleTrackLoaded,this),t.off(o.ERROR,this.onError,this)}onMediaAttached(t,n){this.media=n.media,this.media&&(this.queuedDefaultTrack>-1&&(this.subtitleTrack=this.queuedDefaultTrack,this.queuedDefaultTrack=-1),this.useTextTrackPolling=!(this.media.textTracks&&"onchange"in this.media.textTracks),this.useTextTrackPolling?this.pollTrackChange(500):this.media.textTracks.addEventListener("change",this.asyncPollTrackChange))}pollTrackChange(t){self.clearInterval(this.subtitlePollingInterval),this.subtitlePollingInterval=self.setInterval(this.onTextTracksChanged,t)}onMediaDetaching(t,n){const s=this.media;if(!s)return;const v=!!n.transferMedia;if(self.clearInterval(this.subtitlePollingInterval),this.useTextTrackPolling||s.textTracks.removeEventListener("change",this.asyncPollTrackChange),this.trackId>-1&&(this.queuedDefaultTrack=this.trackId),this.subtitleTrack=-1,this.media=null,v)return;Ic(s.textTracks).forEach(T=>{Ru(T)})}onManifestLoading(){this.tracks=[],this.groupIds=null,this.tracksInGroup=[],this.trackId=-1,this.currentTrack=null,this.selectDefaultTrack=!0}onManifestParsed(t,n){this.tracks=n.subtitleTracks}onSubtitleTrackLoaded(t,n){const{id:s,groupId:v,details:w}=n,T=this.tracksInGroup[s];if(!T||T.groupId!==v){this.warn(`Subtitle track with id:${s} and group:${v} not found in active group ${T==null?void 0:T.groupId}`);return}const z=T.details;T.details=n.details,this.log(`Subtitle track ${s} "${T.name}" lang:${T.lang} group:${v} loaded [${w.startSN}-${w.endSN}]`),s===this.trackId&&this.playlistLoaded(s,n,z)}onLevelLoading(t,n){this.switchLevel(n.level)}onLevelSwitching(t,n){this.switchLevel(n.level)}switchLevel(t){const n=this.hls.levels[t];if(!n)return;const s=n.subtitleGroups||null,v=this.groupIds;let w=this.currentTrack;if(!s||(v==null?void 0:v.length)!==(s==null?void 0:s.length)||s!=null&&s.some(T=>(v==null?void 0:v.indexOf(T))===-1)){this.groupIds=s,this.trackId=-1,this.currentTrack=null;const T=this.tracks.filter(te=>!s||s.indexOf(te.groupId)!==-1);if(T.length)this.selectDefaultTrack&&!T.some(te=>te.default)&&(this.selectDefaultTrack=!1),T.forEach((te,ce)=>{te.id=ce});else if(!w&&!this.tracksInGroup.length)return;this.tracksInGroup=T;const z=this.hls.config.subtitlePreference;if(!w&&z){this.selectDefaultTrack=!1;const te=ni(z,T);if(te>-1)w=T[te];else{const ce=ni(z,this.tracks);w=this.tracks[ce]}}let W=this.findTrackId(w);W===-1&&w&&(W=this.findTrackId(null));const N={subtitleTracks:T};this.log(`Updating subtitle tracks, ${T.length} track(s) found in "${s==null?void 0:s.join(",")}" group-id`),this.hls.trigger(o.SUBTITLE_TRACKS_UPDATED,N),W!==-1&&this.trackId===-1&&this.setSubtitleTrack(W)}}findTrackId(t){const n=this.tracksInGroup,s=this.selectDefaultTrack;for(let v=0;v<n.length;v++){const w=n[v];if(!(s&&!w.default||!s&&!t)&&(!t||na(w,t)))return v}if(t){for(let v=0;v<n.length;v++){const w=n[v];if(To(t.attrs,w.attrs,["LANGUAGE","ASSOC-LANGUAGE","CHARACTERISTICS"]))return v}for(let v=0;v<n.length;v++){const w=n[v];if(To(t.attrs,w.attrs,["LANGUAGE"]))return v}}return-1}findTrackForTextTrack(t){if(t){const n=this.tracksInGroup;for(let s=0;s<n.length;s++){const v=n[s];if(vu(v,t))return s}}return-1}onError(t,n){n.fatal||!n.context||n.context.type===h.SUBTITLE_TRACK&&n.context.id===this.trackId&&(!this.groupIds||this.groupIds.indexOf(n.context.groupId)!==-1)&&this.checkRetry(n)}get allSubtitleTracks(){return this.tracks}get subtitleTracks(){return this.tracksInGroup}get subtitleTrack(){return this.trackId}set subtitleTrack(t){this.selectDefaultTrack=!1,this.setSubtitleTrack(t)}setSubtitleOption(t){if(this.hls.config.subtitlePreference=t,t){if(t.id===-1)return this.setSubtitleTrack(-1),null;const n=this.allSubtitleTracks;if(this.selectDefaultTrack=!1,n.length){const s=this.currentTrack;if(s&&na(t,s))return s;const v=ni(t,this.tracksInGroup);if(v>-1){const w=this.tracksInGroup[v];return this.setSubtitleTrack(v),w}else{if(s)return null;{const w=ni(t,n);if(w>-1)return n[w]}}}}return null}loadPlaylist(t){super.loadPlaylist(),this.shouldLoadPlaylist(this.currentTrack)&&this.scheduleLoading(this.currentTrack,t)}loadingPlaylist(t,n){super.loadingPlaylist(t,n);const s=t.id,v=t.groupId,w=this.getUrlWithDirectives(t.url,n),T=t.details,z=T==null?void 0:T.age;this.log(`Loading subtitle ${s} "${t.name}" lang:${t.lang} group:${v}${(n==null?void 0:n.msn)!==void 0?" at sn "+n.msn+" part "+n.part:""}${z&&T.live?" age "+z.toFixed(1)+(T.type?" "+T.type||0:""):""} ${w}`),this.hls.trigger(o.SUBTITLE_TRACK_LOADING,{url:w,id:s,groupId:v,deliveryDirectives:n||null,track:t})}toggleTrackModes(){const{media:t}=this;if(!t)return;const n=Ic(t.textTracks),s=this.currentTrack;let v;if(s&&(v=n.filter(w=>vu(s,w))[0],v||this.warn(`Unable to find subtitle TextTrack with name "${s.name}" and language "${s.lang}"`)),[].slice.call(n).forEach(w=>{w.mode!=="disabled"&&w!==v&&(w.mode="disabled")}),v){const w=this.subtitleDisplay?"showing":"hidden";v.mode!==w&&(v.mode=w)}}setSubtitleTrack(t){const n=this.tracksInGroup;if(!this.media){this.queuedDefaultTrack=t;return}if(t<-1||t>=n.length||!r(t)){this.warn(`Invalid subtitle track id: ${t}`);return}this.selectDefaultTrack=!1;const s=this.currentTrack,v=n[t]||null;if(this.trackId=t,this.currentTrack=v,this.toggleTrackModes(),!v){this.hls.trigger(o.SUBTITLE_TRACK_SWITCH,{id:t});return}const w=!!v.details&&!v.details.live;if(t===this.trackId&&v===s&&w)return;this.log(`Switching to subtitle-track ${t}`+(v?` "${v.name}" lang:${v.lang} group:${v.groupId}`:""));const{id:T,groupId:z="",name:W,type:N,url:te}=v;this.hls.trigger(o.SUBTITLE_TRACK_SWITCH,{id:T,groupId:z,name:W,type:N,url:te});const ce=this.switchParams(v.url,s==null?void 0:s.details,v.details);this.loadPlaylist(ce)}}function Zo(){try{return crypto.randomUUID()}catch(P){try{const t=URL.createObjectURL(new Blob),n=t.toString();return URL.revokeObjectURL(t),n.slice(n.lastIndexOf("/")+1)}catch(t){let n=new Date().getTime();return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,v=>{const w=(n+Math.random()*16)%16|0;return n=Math.floor(n/16),(v=="x"?w:w&3|8).toString(16)})}}}function xu(P){let t=5381,n=P.length;for(;n;)t=t*33^P.charCodeAt(--n);return(t>>>0).toString()}const nl=.025;let il=function(P){return P[P.Point=0]="Point",P[P.Range=1]="Range",P}({});function ql(P,t,n){return`${P.identifier}-${n+1}-${xu(t)}`}class Ql{constructor(t,n){this.base=void 0,this._duration=null,this._timelineStart=null,this.appendInPlaceDisabled=void 0,this.appendInPlaceStarted=void 0,this.dateRange=void 0,this.hasPlayed=!1,this.cumulativeDuration=0,this.resumeOffset=NaN,this.playoutLimit=NaN,this.restrictions={skip:!1,jump:!1},this.snapOptions={out:!1,in:!1},this.assetList=[],this.assetListLoader=void 0,this.assetListResponse=null,this.resumeAnchor=void 0,this.error=void 0,this.resetOnResume=void 0,this.base=n,this.dateRange=t,this.setDateRange(t)}setDateRange(t){this.dateRange=t,this.resumeOffset=t.attr.optionalFloat("X-RESUME-OFFSET",this.resumeOffset),this.playoutLimit=t.attr.optionalFloat("X-PLAYOUT-LIMIT",this.playoutLimit),this.restrictions=t.attr.enumeratedStringList("X-RESTRICT",this.restrictions),this.snapOptions=t.attr.enumeratedStringList("X-SNAP",this.snapOptions)}reset(){var t;this.appendInPlaceStarted=!1,(t=this.assetListLoader)==null||t.destroy(),this.assetListLoader=void 0,this.supplementsPrimary||(this.assetListResponse=null,this.assetList=[],this._duration=null)}isAssetPastPlayoutLimit(t){var n;if(t>0&&t>=this.assetList.length)return!0;const s=this.playoutLimit;return t<=0||isNaN(s)?!1:s===0?!0:(((n=this.assetList[t])==null?void 0:n.startOffset)||0)>s}findAssetIndex(t){return this.assetList.indexOf(t)}get identifier(){return this.dateRange.id}get startDate(){return this.dateRange.startDate}get startTime(){const t=this.dateRange.startTime;if(this.snapOptions.out){const n=this.dateRange.tagAnchor;if(n)return xl(t,n)}return t}get startOffset(){return this.cue.pre?0:this.startTime}get startIsAligned(){if(this.startTime===0||this.snapOptions.out)return!0;const t=this.dateRange.tagAnchor;if(t){const n=this.dateRange.startTime,s=xl(n,t);return n-s<.1}return!1}get resumptionOffset(){const t=this.resumeOffset,n=r(t)?t:this.duration;return this.cumulativeDuration+n}get resumeTime(){const t=this.startOffset+this.resumptionOffset;if(this.snapOptions.in){const n=this.resumeAnchor;if(n)return xl(t,n)}return t}get appendInPlace(){return this.appendInPlaceStarted?!0:this.appendInPlaceDisabled?!1:!!(!this.cue.once&&!this.cue.pre&&this.startIsAligned&&(isNaN(this.playoutLimit)&&isNaN(this.resumeOffset)||this.resumeOffset&&this.duration&&Math.abs(this.resumeOffset-this.duration)<nl))}set appendInPlace(t){if(this.appendInPlaceStarted){this.resetOnResume=!t;return}this.appendInPlaceDisabled=!t}get timelineStart(){return this._timelineStart!==null?this._timelineStart:this.startTime}set timelineStart(t){this._timelineStart=t}get duration(){const t=this.playoutLimit;let n;return this._duration!==null?n=this._duration:this.dateRange.duration?n=this.dateRange.duration:n=this.dateRange.plannedDuration||0,!isNaN(t)&&t<n&&(n=t),n}set duration(t){this._duration=t}get cue(){return this.dateRange.cue}get timelineOccupancy(){return this.dateRange.attr["X-TIMELINE-OCCUPIES"]==="RANGE"?il.Range:il.Point}get supplementsPrimary(){return this.dateRange.attr["X-TIMELINE-STYLE"]==="PRIMARY"}get contentMayVary(){return this.dateRange.attr["X-CONTENT-MAY-VARY"]!=="NO"}get assetUrl(){return this.dateRange.attr["X-ASSET-URI"]}get assetListUrl(){return this.dateRange.attr["X-ASSET-LIST"]}get baseUrl(){return this.base.url}get assetListLoaded(){return this.assetList.length>0||this.assetListResponse!==null}toString(){return Jl(this)}}function xl(P,t){return P-t.start<t.duration/2&&!(Math.abs(P-(t.start+t.duration))<nl)?t.start:t.start+t.duration}function Yc(P,t,n){const s=new self.URL(P,n);return s.protocol!=="data:"&&s.searchParams.set("_HLS_primary_id",t),s}function Ml(P,t){for(;(n=P.assetList[++t])!=null&&n.error;)var n;return t}function Jl(P){return`["${P.identifier}" ${P.cue.pre?"<pre>":P.cue.post?"<post>":""}${P.timelineStart.toFixed(2)}-${P.resumeTime.toFixed(2)}]`}function wu(P){const t=P.timelineStart,n=P.duration||0;return`["${P.identifier}" ${t.toFixed(2)}-${(t+n).toFixed(2)}]`}class Xc{constructor(t,n,s,v){this.hls=void 0,this.interstitial=void 0,this.assetItem=void 0,this.tracks=null,this.hasDetails=!1,this.mediaAttached=null,this._currentTime=void 0,this._bufferedEosTime=void 0,this.checkPlayout=()=>{this.reachedPlayout(this.currentTime)&&this.hls.trigger(o.PLAYOUT_LIMIT_REACHED,{})};const w=this.hls=new t(n);this.interstitial=s,this.assetItem=v;let T=v.uri;try{T=Yc(T,n.primarySessionId).href}catch(W){}w.loadSource(T);const z=()=>{this.hasDetails=!0};w.once(o.LEVEL_LOADED,z),w.once(o.AUDIO_TRACK_LOADED,z),w.once(o.SUBTITLE_TRACK_LOADED,z),w.on(o.MEDIA_ATTACHING,(W,{media:N})=>{this.removeMediaListeners(),this.mediaAttached=N,this.interstitial.playoutLimit&&(N.addEventListener("timeupdate",this.checkPlayout),this.appendInPlace&&w.on(o.BUFFER_APPENDED,()=>{const ce=this.bufferedEnd;this.reachedPlayout(ce)&&(this._bufferedEosTime=ce,w.trigger(o.BUFFERED_TO_END,void 0))}))})}get appendInPlace(){var t;return((t=this.interstitial)==null?void 0:t.appendInPlace)||!1}bufferedInPlaceToEnd(t){var n;if(!this.appendInPlace)return!1;if((n=this.hls)!=null&&n.bufferedToEnd)return!0;if(!t||!this._bufferedEosTime)return!1;const s=this.timelineOffset,v=gi.bufferInfo(t,s,0);return this.getAssetTime(v.end)>=this._bufferedEosTime-.02}reachedPlayout(t){const s=this.interstitial.playoutLimit;return this.startOffset+t>=s}get destroyed(){var t;return!((t=this.hls)!=null&&t.userConfig)}get assetId(){return this.assetItem.identifier}get interstitialId(){return this.assetItem.parentIdentifier}get media(){var t;return((t=this.hls)==null?void 0:t.media)||null}get bufferedEnd(){const t=this.media||this.mediaAttached;if(!t)return this._bufferedEosTime?this._bufferedEosTime:this.currentTime;const n=gi.bufferInfo(t,t.currentTime,.001);return this.getAssetTime(n.end)}get currentTime(){const t=this.media||this.mediaAttached;return t?this.getAssetTime(t.currentTime):this._currentTime||0}get duration(){const t=this.assetItem.duration;return t||0}get remaining(){const t=this.duration;return t?Math.max(0,t-this.currentTime):0}get startOffset(){return this.assetItem.startOffset}get timelineOffset(){var t;return((t=this.hls)==null?void 0:t.config.timelineOffset)||0}set timelineOffset(t){const n=this.timelineOffset;if(t!==n){const s=t-n;if(Math.abs(s)>11111111111111112e-21){if(this.hasDetails)throw new Error("Cannot set timelineOffset after playlists are loaded");this.hls.config.timelineOffset=t}}}getAssetTime(t){const n=this.timelineOffset,s=this.duration;return Math.min(Math.max(0,t-n),s)}removeMediaListeners(){const t=this.mediaAttached;t&&(this._currentTime=t.currentTime,this.bufferSnapShot(),t.removeEventListener("timeupdate",this.checkPlayout))}bufferSnapShot(){if(this.mediaAttached){var t;(t=this.hls)!=null&&t.bufferedToEnd&&(this._bufferedEosTime=this.bufferedEnd)}}destroy(){this.removeMediaListeners(),this.hls.destroy(),this.hls=this.interstitial=null,this.tracks=this.mediaAttached=this.checkPlayout=null}attachMedia(t){this.hls.attachMedia(t)}detachMedia(){this.removeMediaListeners(),this.mediaAttached=null,this.hls.detachMedia()}resumeBuffering(){this.hls.resumeBuffering()}pauseBuffering(){this.hls.pauseBuffering()}transferMedia(){return this.bufferSnapShot(),this.hls.transferMedia()}resetDetails(){const t=this.hls;if(this.hasDetails){t.stopLoad();const n=s=>delete s.details;t.levels.forEach(n),t.allAudioTracks.forEach(n),t.allSubtitleTracks.forEach(n),this.hasDetails=!1}}on(t,n,s){this.hls.on(t,n)}once(t,n,s){this.hls.once(t,n)}off(t,n,s){this.hls.off(t,n)}toString(){var t;return`HlsAssetPlayer: ${wu(this.assetItem)} ${(t=this.hls)==null?void 0:t.sessionId} ${this.appendInPlace?"append-in-place":""}`}}const pc=.033;class Lu extends R{constructor(t,n){super("interstitials-sched",n),this.onScheduleUpdate=void 0,this.eventMap={},this.events=null,this.items=null,this.durations={primary:0,playout:0,integrated:0},this.onScheduleUpdate=t}destroy(){this.reset(),this.onScheduleUpdate=null}reset(){this.eventMap={},this.setDurations(0,0,0),this.events&&this.events.forEach(t=>t.reset()),this.events=this.items=null}resetErrorsInRange(t,n){return this.events?this.events.reduce((s,v)=>t<=v.startOffset&&n>v.startOffset?(delete v.error,s+1):s,0):0}get duration(){const t=this.items;return t?t[t.length-1].end:0}get length(){return this.items?this.items.length:0}getEvent(t){return t&&this.eventMap[t]||null}hasEvent(t){return t in this.eventMap}findItemIndex(t,n){if(t.event)return this.findEventIndex(t.event.identifier);let s=-1;t.nextEvent?s=this.findEventIndex(t.nextEvent.identifier)-1:t.previousEvent&&(s=this.findEventIndex(t.previousEvent.identifier)+1);const v=this.items;if(v)for(v[s]||(n===void 0&&(n=t.start),s=this.findItemIndexAtTime(n));s>=0&&(w=v[s])!=null&&w.event;){var w;s--}return s}findItemIndexAtTime(t,n){const s=this.items;if(s)for(let v=0;v<s.length;v++){let w=s[v];if(n&&n!=="primary"&&(w=w[n]),t===w.start||t>w.start&&t<w.end)return v}return-1}findJumpRestrictedIndex(t,n){const s=this.items;if(s)for(let v=t;v<=n&&s[v];v++){const w=s[v].event;if(w!=null&&w.restrictions.jump&&!w.appendInPlace)return v}return-1}findEventIndex(t){const n=this.items;if(n)for(let v=n.length;v--;){var s;if(((s=n[v].event)==null?void 0:s.identifier)===t)return v}return-1}findAssetIndex(t,n){const s=t.assetList,v=s.length;if(v>1)for(let w=0;w<v;w++){const T=s[w];if(!T.error){const z=T.timelineStart;if(n===z||n>z&&n<z+(T.duration||0))return w}}return 0}get assetIdAtEnd(){var t,n;const s=(t=this.items)==null||(n=t[this.length-1])==null?void 0:n.event;if(s){const v=s.assetList,w=v[v.length-1];if(w)return w.identifier}return null}parseInterstitialDateRanges(t,n){const s=t.main.details,{dateRanges:v}=s,w=this.events,T=this.parseDateRanges(v,{url:s.url},n),z=Object.keys(v),W=w?w.filter(N=>!z.includes(N.identifier)):[];T.length&&T.sort((N,te)=>{const ce=N.cue.pre,be=N.cue.post,Ie=te.cue.pre,Ae=te.cue.post;if(ce&&!Ie)return-1;if(Ie&&!ce||be&&!Ae)return 1;if(Ae&&!be)return-1;if(!ce&&!Ie&&!be&&!Ae){const at=N.startTime,rt=te.startTime;if(at!==rt)return at-rt}return N.dateRange.tagOrder-te.dateRange.tagOrder}),this.events=T,W.forEach(N=>{this.removeEvent(N)}),this.updateSchedule(t,W)}updateSchedule(t,n=[]){const s=this.events||[];if(s.length||n.length||this.length<2){const v=this.items,w=this.parseSchedule(s,t);(n.length||(v==null?void 0:v.length)!==w.length||w.some((z,W)=>Math.abs(z.playout.start-v[W].playout.start)>.005||Math.abs(z.playout.end-v[W].playout.end)>.005))&&(this.items=w,this.onScheduleUpdate(n,v))}}parseDateRanges(t,n,s){const v=[],w=Object.keys(t);for(let T=0;T<w.length;T++){const z=w[T],W=t[z];if(W.isInterstitial){let N=this.eventMap[z];N?N.setDateRange(W):(N=new Ql(W,n),this.eventMap[z]=N,s===!1&&(N.appendInPlace=s)),v.push(N)}}return v}parseSchedule(t,n){const s=[],v=n.main.details,w=v.live?1/0:v.edge;let T=0;if(t=t.filter(W=>!W.error&&!(W.cue.once&&W.hasPlayed)),t.length){this.resolveOffsets(t,n);let W=0,N=0;if(t.forEach((te,ce)=>{const be=te.cue.pre,Ie=te.cue.post,Ae=t[ce-1]||null,at=te.appendInPlace,rt=Ie?w:te.startOffset,Rt=te.duration,dr=te.timelineOccupancy===il.Range?Rt:0,sr=te.resumptionOffset,kr=(Ae==null?void 0:Ae.startTime)===rt,Hr=rt+te.cumulativeDuration;let cn=at?Hr+Rt:rt+sr;if(be||!Ie&&rt<=0){const Jr=N;N+=dr,te.timelineStart=Hr;const ln=T;T+=Rt,s.push({event:te,start:Hr,end:cn,playout:{start:ln,end:T},integrated:{start:Jr,end:N}})}else if(rt<=w){if(!kr){const Kr=rt-W;if(Kr>pc){const Zn=W,hi=N;N+=Kr;const ua=T;T+=Kr;const ji={previousEvent:t[ce-1]||null,nextEvent:te,start:Zn,end:Zn+Kr,playout:{start:ua,end:T},integrated:{start:hi,end:N}};s.push(ji)}else Kr>0&&Ae&&(Ae.cumulativeDuration+=Kr,s[s.length-1].end=rt)}Ie&&(cn=Hr),te.timelineStart=Hr;const Jr=N;N+=dr;const ln=T;T+=Rt,s.push({event:te,start:Hr,end:cn,playout:{start:ln,end:T},integrated:{start:Jr,end:N}})}else return;const Wr=te.resumeTime;Ie||Wr>w?W=w:W=Wr}),W<w){var z;const te=W,ce=N,be=w-W;N+=be;const Ie=T;T+=be,s.push({previousEvent:((z=s[s.length-1])==null?void 0:z.event)||null,nextEvent:null,start:W,end:te+be,playout:{start:Ie,end:T},integrated:{start:ce,end:N}})}this.setDurations(w,T,N)}else s.push({previousEvent:null,nextEvent:null,start:0,end:w,playout:{start:0,end:w},integrated:{start:0,end:w}}),this.setDurations(w,w,w);return s}setDurations(t,n,s){this.durations={primary:t,playout:n,integrated:s}}resolveOffsets(t,n){const s=n.main.details,v=s.live?1/0:s.edge;let w=0,T=-1;t.forEach((z,W)=>{const N=z.cue.pre,te=z.cue.post,ce=N?0:te?v:z.startTime;this.updateAssetDurations(z),T===ce?z.cumulativeDuration=w:(w=0,T=ce),!te&&z.snapOptions.in&&(z.resumeAnchor=lt(null,s.fragments,z.startOffset+z.resumptionOffset,0,0)||void 0),z.appendInPlace&&!z.appendInPlaceStarted&&(this.primaryCanResumeInPlaceAt(z,n)||(z.appendInPlace=!1)),!z.appendInPlace&&W+1<t.length&&t[W+1].startTime-t[W].resumeTime<pc&&(t[W+1].appendInPlace=!1,t[W+1].appendInPlace&&this.warn(`Could not change append strategy for abutting event ${z}`));const Ie=r(z.resumeOffset)?z.resumeOffset:z.duration;w+=Ie})}primaryCanResumeInPlaceAt(t,n){const s=t.resumeTime,v=t.startTime+t.resumptionOffset;return Math.abs(s-v)>nl?(this.log(`"${t.identifier}" resumption ${s} not aligned with estimated timeline end ${v}`),!1):n?!Object.keys(n).some(T=>{const z=n[T].details,W=z.edge;if(s>=W)return this.log(`"${t.identifier}" resumption ${s} past ${T} playlist end ${W}`),!1;const N=lt(null,z.fragments,s);if(!N)return this.log(`"${t.identifier}" resumption ${s} does not align with any fragments in ${T} playlist (${z.fragStart}-${z.fragmentEnd})`),!0;const te=T==="audio"?.175:0;return Math.abs(N.start-s)<nl+te||Math.abs(N.end-s)<nl+te?!1:(this.log(`"${t.identifier}" resumption ${s} not aligned with ${T} fragment bounds (${N.start}-${N.end} sn: ${N.sn} cc: ${N.cc})`),!0)}):(this.log(`"${t.identifier}" resumption ${s} can not be aligned with media (none selected)`),!1)}updateAssetDurations(t){if(!t.assetListLoaded)return;const n=t.timelineStart;let s=0,v=!1,w=!1;t.assetList.forEach((T,z)=>{const W=n+s;T.startOffset=s,T.timelineStart=W,v||(v=T.duration===null),w||(w=!!T.error);const N=T.error?0:T.duration||0;s+=N}),v&&!w?t.duration=Math.max(s,t.duration):t.duration=s}removeEvent(t){t.reset(),delete this.eventMap[t.identifier]}}function lu(P){return`[${P.event?'"'+P.event.identifier+'"':"primary"}: ${P.start.toFixed(2)}-${P.end.toFixed(2)}]`}class ec{constructor(t){this.hls=void 0,this.hls=t}destroy(){this.hls=null}loadAssetList(t,n){const s=t.assetListUrl;let v;try{v=Yc(s,this.hls.sessionId,t.baseUrl)}catch(be){const Ie=this.assignAssetListError(t,f.ASSET_LIST_LOAD_ERROR,be,s);this.hls.trigger(o.ERROR,Ie);return}n&&v.protocol!=="data:"&&v.searchParams.set("_HLS_start_offset",""+n);const w=this.hls.config,T=w.loader,z=new T(w),W={responseType:"json",url:v.href},N=w.interstitialAssetListLoadPolicy.default,te={loadPolicy:N,timeout:N.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0},ce={onSuccess:(be,Ie,Ae,at)=>{const rt=be.data,Rt=rt==null?void 0:rt.ASSETS;if(!Array.isArray(Rt)){const dr=this.assignAssetListError(t,f.ASSET_LIST_PARSING_ERROR,new Error("Invalid interstitial asset list"),Ae.url,Ie,at);this.hls.trigger(o.ERROR,dr);return}t.assetListResponse=rt,this.hls.trigger(o.ASSET_LIST_LOADED,{event:t,assetListResponse:rt,networkDetails:at})},onError:(be,Ie,Ae,at)=>{const rt=this.assignAssetListError(t,f.ASSET_LIST_LOAD_ERROR,new Error(`Error loading X-ASSET-LIST: HTTP status ${be.code} ${be.text} (${Ie.url})`),Ie.url,at,Ae);this.hls.trigger(o.ERROR,rt)},onTimeout:(be,Ie,Ae)=>{const at=this.assignAssetListError(t,f.ASSET_LIST_LOAD_TIMEOUT,new Error(`Timeout loading X-ASSET-LIST (${Ie.url})`),Ie.url,be,Ae);this.hls.trigger(o.ERROR,at)}};return z.load(W,te,ce),this.hls.trigger(o.ASSET_LIST_LOADING,{event:t}),z}assignAssetListError(t,n,s,v,w,T){return t.error=s,{type:c.NETWORK_ERROR,details:n,fatal:!1,interstitial:t,url:v,error:s,networkDetails:T,stats:w}}}function mc(P){P==null||P.play().catch(()=>{})}class vc extends R{constructor(t,n){super("interstitials",t.logger),this.HlsPlayerClass=void 0,this.hls=void 0,this.assetListLoader=void 0,this.mediaSelection=null,this.altSelection=null,this.media=null,this.detachedData=null,this.requiredTracks=null,this.manager=null,this.playerQueue=[],this.bufferedPos=-1,this.timelinePos=-1,this.schedule=void 0,this.playingItem=null,this.bufferingItem=null,this.waitingItem=null,this.endedItem=null,this.playingAsset=null,this.endedAsset=null,this.bufferingAsset=null,this.shouldPlay=!1,this.onPlay=()=>{this.shouldPlay=!0},this.onPause=()=>{this.shouldPlay=!1},this.onSeeking=()=>{const s=this.currentTime;if(s===void 0||this.playbackDisabled)return;const v=s-this.timelinePos;if(Math.abs(v)<1/7056e5)return;const T=v<=-.01;this.timelinePos=s,this.bufferedPos=s;const z=this.playingItem;if(!z){this.checkBuffer();return}if(T&&this.schedule.resetErrorsInRange(s,s-v)&&this.updateSchedule(),this.checkBuffer(),T&&s<z.start||s>=z.end){var W;const be=this.schedule.findItemIndexAtTime(this.timelinePos);if(!this.isInterstitial(z)&&(W=this.media)!=null&&W.paused&&(this.shouldPlay=!1),!T){const Ie=this.findItemIndex(z);if(be>Ie){const Ae=this.schedule.findJumpRestrictedIndex(Ie+1,be);if(Ae>Ie){this.setSchedulePosition(Ae);return}}}this.setSchedulePosition(be);return}const N=this.playingAsset;if(!N){if(this.playingLastItem&&this.isInterstitial(z)){const be=z.event.assetList[0];be&&(this.endedItem=this.playingItem,this.playingItem=null,this.setScheduleToAssetAtTime(s,be))}return}const te=N.timelineStart,ce=N.duration||0;(T&&s<te||s>=te+ce)&&this.setScheduleToAssetAtTime(s,N)},this.onTimeupdate=()=>{const s=this.currentTime;if(s===void 0||this.playbackDisabled)return;if(s>this.timelinePos)this.timelinePos=s,s>this.bufferedPos&&this.checkBuffer();else return;const v=this.playingItem;if(!v||this.playingLastItem)return;if(s>=v.end){this.timelinePos=v.end;const z=this.findItemIndex(v);this.setSchedulePosition(z+1)}const w=this.playingAsset;if(!w)return;const T=w.timelineStart+(w.duration||0);s>=T&&this.setScheduleToAssetAtTime(s,w)},this.onScheduleUpdate=(s,v)=>{const w=this.schedule,T=this.playingItem,z=w.events||[],W=w.items||[],N=w.durations,te=s.map(Ae=>Ae.identifier),ce=!!(z.length||te.length);(ce||v)&&this.log(`INTERSTITIALS_UPDATED (${z.length}): ${z}
Schedule: ${W.map(Ae=>lu(Ae))} pos: ${this.timelinePos}`),te.length&&this.log(`Removed events ${te}`),this.playerQueue.forEach(Ae=>{if(Ae.interstitial.appendInPlace){const at=Ae.assetItem.timelineStart,rt=Ae.timelineOffset-at;if(rt)try{Ae.timelineOffset=at}catch(Rt){Math.abs(rt)>nl&&this.warn(`${Rt} ("${Ae.assetId}" ${Ae.timelineOffset}->${at})`)}}});let be=null;if(T){const Ae=this.updateItem(T,this.timelinePos);this.itemsMatch(T,Ae)&&(this.playingItem=Ae,this.waitingItem=this.endedItem=null,be=()=>this.trimInPlace(Ae,T))}else this.waitingItem=this.updateItem(this.waitingItem),this.endedItem=this.updateItem(this.endedItem);const Ie=this.bufferingItem;if(Ie){const Ae=this.updateItem(Ie,this.bufferedPos);this.itemsMatch(Ie,Ae)?(this.bufferingItem=Ae,be||(be=()=>this.trimInPlace(Ae,Ie))):Ie.event&&(this.bufferingItem=this.playingItem,this.clearInterstitial(Ie.event,null))}if(s.forEach(Ae=>{Ae.assetList.forEach(at=>{this.clearAssetPlayer(at.identifier,null)})}),ce||v){if(this.hls.trigger(o.INTERSTITIALS_UPDATED,{events:z.slice(0),schedule:W.slice(0),durations:N,removedIds:te}),this.isInterstitial(T)&&te.includes(T.event.identifier)){this.warn(`Interstitial "${T.event.identifier}" removed while playing`),this.primaryFallback(T.event);return}be&&be(),this.checkBuffer()}},this.hls=t,this.HlsPlayerClass=n,this.assetListLoader=new ec(t),this.schedule=new Lu(this.onScheduleUpdate,t.logger),this.registerListeners()}registerListeners(){const t=this.hls;t.on(o.MEDIA_ATTACHING,this.onMediaAttaching,this),t.on(o.MEDIA_ATTACHED,this.onMediaAttached,this),t.on(o.MEDIA_DETACHING,this.onMediaDetaching,this),t.on(o.MANIFEST_LOADING,this.onManifestLoading,this),t.on(o.LEVEL_UPDATED,this.onLevelUpdated,this),t.on(o.AUDIO_TRACK_SWITCHING,this.onAudioTrackSwitching,this),t.on(o.AUDIO_TRACK_UPDATED,this.onAudioTrackUpdated,this),t.on(o.SUBTITLE_TRACK_SWITCH,this.onSubtitleTrackSwitch,this),t.on(o.SUBTITLE_TRACK_UPDATED,this.onSubtitleTrackUpdated,this),t.on(o.EVENT_CUE_ENTER,this.onInterstitialCueEnter,this),t.on(o.ASSET_LIST_LOADED,this.onAssetListLoaded,this),t.on(o.BUFFER_APPENDED,this.onBufferAppended,this),t.on(o.BUFFER_FLUSHED,this.onBufferFlushed,this),t.on(o.BUFFERED_TO_END,this.onBufferedToEnd,this),t.on(o.MEDIA_ENDED,this.onMediaEnded,this),t.on(o.ERROR,this.onError,this),t.on(o.DESTROYING,this.onDestroying,this)}unregisterListeners(){const t=this.hls;t&&(t.off(o.MEDIA_ATTACHING,this.onMediaAttaching,this),t.off(o.MEDIA_ATTACHED,this.onMediaAttached,this),t.off(o.MEDIA_DETACHING,this.onMediaDetaching,this),t.off(o.MANIFEST_LOADING,this.onManifestLoading,this),t.off(o.LEVEL_UPDATED,this.onLevelUpdated,this),t.off(o.AUDIO_TRACK_SWITCHING,this.onAudioTrackSwitching,this),t.off(o.AUDIO_TRACK_UPDATED,this.onAudioTrackUpdated,this),t.off(o.SUBTITLE_TRACK_SWITCH,this.onSubtitleTrackSwitch,this),t.off(o.SUBTITLE_TRACK_UPDATED,this.onSubtitleTrackUpdated,this),t.off(o.EVENT_CUE_ENTER,this.onInterstitialCueEnter,this),t.off(o.ASSET_LIST_LOADED,this.onAssetListLoaded,this),t.off(o.BUFFER_CODECS,this.onBufferCodecs,this),t.off(o.BUFFER_APPENDED,this.onBufferAppended,this),t.off(o.BUFFER_FLUSHED,this.onBufferFlushed,this),t.off(o.BUFFERED_TO_END,this.onBufferedToEnd,this),t.off(o.MEDIA_ENDED,this.onMediaEnded,this),t.off(o.ERROR,this.onError,this),t.off(o.DESTROYING,this.onDestroying,this))}startLoad(){this.resumeBuffering()}stopLoad(){this.pauseBuffering()}resumeBuffering(){var t;(t=this.getBufferingPlayer())==null||t.resumeBuffering()}pauseBuffering(){var t;(t=this.getBufferingPlayer())==null||t.pauseBuffering()}destroy(){this.unregisterListeners(),this.stopLoad(),this.assetListLoader&&this.assetListLoader.destroy(),this.emptyPlayerQueue(),this.clearScheduleState(),this.schedule&&this.schedule.destroy(),this.media=this.detachedData=this.mediaSelection=this.requiredTracks=this.altSelection=this.manager=null,this.hls=this.HlsPlayerClass=this.schedule=this.log=null,this.assetListLoader=null,this.onPlay=this.onPause=this.onSeeking=this.onTimeupdate=null,this.onScheduleUpdate=null}onDestroying(){const t=this.primaryMedia||this.media;t&&this.removeMediaListeners(t)}removeMediaListeners(t){Go(t,"play",this.onPlay),Go(t,"pause",this.onPause),Go(t,"seeking",this.onSeeking),Go(t,"timeupdate",this.onTimeupdate)}onMediaAttaching(t,n){const s=this.media=n.media;Vs(s,"seeking",this.onSeeking),Vs(s,"timeupdate",this.onTimeupdate),Vs(s,"play",this.onPlay),Vs(s,"pause",this.onPause)}onMediaAttached(t,n){const s=this.effectivePlayingItem,v=this.detachedData;if(this.detachedData=null,s===null)this.checkStart();else if(!v){this.clearScheduleState();const w=this.findItemIndex(s);this.setSchedulePosition(w)}}clearScheduleState(){this.playingItem=this.bufferingItem=this.waitingItem=this.endedItem=this.playingAsset=this.endedAsset=this.bufferingAsset=null}onMediaDetaching(t,n){const s=!!n.transferMedia,v=this.media;if(this.media=null,!s&&(v&&this.removeMediaListeners(v),this.detachedData)){const w=this.getBufferingPlayer();w&&(this.playingAsset=this.endedAsset=this.bufferingAsset=this.bufferingItem=this.waitingItem=this.detachedData=null,w.detachMedia()),this.shouldPlay=!1}}get interstitialsManager(){if(!this.manager){if(!this.hls)return null;const t=this,n=()=>t.bufferingItem||t.waitingItem,s=ce=>ce&&t.getAssetPlayer(ce.identifier),v=(ce,be,Ie,Ae,at)=>{if(ce){let rt=ce[be].start;const Rt=ce.event;if(Rt){if(be==="playout"||Rt.timelineOccupancy!==il.Point){const dr=s(Ie);(dr==null?void 0:dr.interstitial)===Rt&&(rt+=dr.assetItem.startOffset+dr[at])}}else{const dr=Ae==="bufferedPos"?T():t[Ae];rt+=dr-ce.start}return rt}return 0},w=(ce,be)=>{if(ce!==0&&be!=="primary"&&t.schedule.length){var Ie;const Ae=t.schedule.findItemIndexAtTime(ce),at=(Ie=t.schedule.items)==null?void 0:Ie[Ae];if(at){const rt=at[be].start-at.start;return ce+rt}}return ce},T=()=>{const ce=t.bufferedPos;return ce===Number.MAX_VALUE?z("primary"):Math.max(ce,0)},z=ce=>{var be;return(be=t.primaryDetails)!=null&&be.live?t.primaryDetails.edge:t.schedule.durations[ce]},W=(ce,be)=>{var Ie,Ae;const at=t.effectivePlayingItem;if(at!=null&&(Ie=at.event)!=null&&Ie.restrictions.skip)return;t.log(`seek to ${ce} "${be}"`);const rt=t.effectivePlayingItem,Rt=t.schedule.findItemIndexAtTime(ce,be),dr=(Ae=t.schedule.items)==null?void 0:Ae[Rt],sr=t.getBufferingPlayer(),kr=sr==null?void 0:sr.interstitial,Hr=kr==null?void 0:kr.appendInPlace,cn=rt&&t.itemsMatch(rt,dr);if(rt&&(Hr||cn)){const Jr=s(t.playingAsset),ln=(Jr==null?void 0:Jr.media)||t.primaryMedia;if(ln){const Kr=be==="primary"?ln.currentTime:v(rt,be,t.playingAsset,"timelinePos","currentTime"),Zn=ce-Kr,hi=(Hr?Kr:ln.currentTime)+Zn;if(hi>=0&&(!Jr||Hr||hi<=Jr.duration)){ln.currentTime=hi;return}}}if(dr){let Jr=ce;if(be!=="primary"){const Kr=dr[be].start,Zn=ce-Kr;Jr=dr.start+Zn}const ln=!t.isInterstitial(dr);if((!t.isInterstitial(rt)||rt.event.appendInPlace)&&(ln||dr.event.appendInPlace)){const Kr=t.media||(Hr?sr==null?void 0:sr.media:null);Kr&&(Kr.currentTime=Jr)}else if(rt){const Kr=t.findItemIndex(rt);if(Rt>Kr){const hi=t.schedule.findJumpRestrictedIndex(Kr+1,Rt);if(hi>Kr){t.setSchedulePosition(hi);return}}let Zn=0;if(ln)t.timelinePos=Jr,t.checkBuffer();else{var Wr;const hi=dr==null||(Wr=dr.event)==null?void 0:Wr.assetList;if(hi){const ua=ce-(dr[be]||dr).start;for(let ji=hi.length;ji--;){const Ui=hi[ji];if(Ui.duration&&ua>=Ui.startOffset&&ua<Ui.startOffset+Ui.duration){Zn=ji;break}}}}t.setSchedulePosition(Rt,Zn)}}},N=()=>{const ce=t.effectivePlayingItem;if(t.isInterstitial(ce))return ce;const be=n();return t.isInterstitial(be)?be:null},te={get currentTime(){const ce=N(),be=t.effectivePlayingItem;return be&&be===ce?v(be,"playout",t.effectivePlayingAsset,"timelinePos","currentTime")-be.playout.start:0},set currentTime(ce){const be=N(),Ie=t.effectivePlayingItem;Ie&&Ie===be&&W(ce+Ie.playout.start,"playout")},get duration(){const ce=N();return ce?ce.playout.end-ce.playout.start:0},get assetPlayers(){var ce;const be=(ce=N())==null?void 0:ce.event.assetList;return be?be.map(Ie=>t.getAssetPlayer(Ie.identifier)):[]},get playingIndex(){var ce;const be=(ce=N())==null?void 0:ce.event;return be&&t.effectivePlayingAsset?be.findAssetIndex(t.effectivePlayingAsset):-1},get scheduleItem(){return N()}};this.manager={get events(){var ce,be;return((ce=t.schedule)==null||(be=ce.events)==null?void 0:be.slice(0))||[]},get schedule(){var ce,be;return((ce=t.schedule)==null||(be=ce.items)==null?void 0:be.slice(0))||[]},get interstitialPlayer(){return N()?te:null},get playerQueue(){return t.playerQueue.slice(0)},get bufferingAsset(){return t.bufferingAsset},get bufferingItem(){return n()},get bufferingIndex(){const ce=n();return t.findItemIndex(ce)},get playingAsset(){return t.effectivePlayingAsset},get playingItem(){return t.effectivePlayingItem},get playingIndex(){const ce=t.effectivePlayingItem;return t.findItemIndex(ce)},primary:{get bufferedEnd(){return T()},get currentTime(){const ce=t.timelinePos;return ce>0?ce:0},set currentTime(ce){W(ce,"primary")},get duration(){return z("primary")},get seekableStart(){var ce;return((ce=t.primaryDetails)==null?void 0:ce.fragmentStart)||0}},integrated:{get bufferedEnd(){return v(n(),"integrated",t.bufferingAsset,"bufferedPos","bufferedEnd")},get currentTime(){return v(t.effectivePlayingItem,"integrated",t.effectivePlayingAsset,"timelinePos","currentTime")},set currentTime(ce){W(ce,"integrated")},get duration(){return z("integrated")},get seekableStart(){var ce;return w(((ce=t.primaryDetails)==null?void 0:ce.fragmentStart)||0,"integrated")}},skip:()=>{const ce=t.effectivePlayingItem,be=ce==null?void 0:ce.event;if(be&&!be.restrictions.skip){const Ie=t.findItemIndex(ce);if(be.appendInPlace){const Ae=ce.playout.start+ce.event.duration;W(Ae+.001,"playout")}else t.advanceAfterAssetEnded(be,Ie,1/0)}}}}return this.manager}get effectivePlayingItem(){return this.waitingItem||this.playingItem||this.endedItem}get effectivePlayingAsset(){return this.playingAsset||this.endedAsset}get playingLastItem(){var t;const n=this.playingItem,s=(t=this.schedule)==null?void 0:t.items;return!this.playbackStarted||!n||!s?!1:this.findItemIndex(n)===s.length-1}get playbackStarted(){return this.effectivePlayingItem!==null}get currentTime(){var t,n,s;if(this.mediaSelection===null)return;const v=this.waitingItem||this.playingItem;if(this.isInterstitial(v)&&!v.event.appendInPlace)return;let w=this.media;!w&&(t=this.bufferingItem)!=null&&(n=t.event)!=null&&n.appendInPlace&&(w=this.primaryMedia);const T=(s=w)==null?void 0:s.currentTime;if(!(T===void 0||!r(T)))return T}get primaryMedia(){var t;return this.media||((t=this.detachedData)==null?void 0:t.media)||null}isInterstitial(t){return!!(t!=null&&t.event)}retreiveMediaSource(t,n){const s=this.getAssetPlayer(t);s&&this.transferMediaFromPlayer(s,n)}transferMediaFromPlayer(t,n){const s=t.interstitial.appendInPlace,v=t.media;if(s&&v===this.primaryMedia){if(this.bufferingAsset=null,(!n||this.isInterstitial(n)&&!n.event.appendInPlace)&&n&&v){this.detachedData={media:v};return}const w=t.transferMedia();this.log(`transfer MediaSource from ${t} ${Dn(w)}`),this.detachedData=w}else n&&v&&(this.shouldPlay||(this.shouldPlay=!v.paused))}transferMediaTo(t,n){var s,v;if(t.media===n)return;let w=null;const T=this.hls,z=t!==T,W=z&&t.interstitial.appendInPlace,N=(s=this.detachedData)==null?void 0:s.mediaSource;let te;if(T.media)W&&(w=T.transferMedia(),this.detachedData=w),te="Primary";else if(N){const Ie=this.getBufferingPlayer();Ie?(w=Ie.transferMedia(),te=`${Ie}`):te="detached MediaSource"}else te="detached media";if(!w){if(N)w=this.detachedData,this.log(`using detachedData: MediaSource ${Dn(w)}`);else if(!this.detachedData||T.media===n){const Ie=this.playerQueue;Ie.length>1&&Ie.forEach(Ae=>{if(z&&Ae.interstitial.appendInPlace!==W){const at=Ae.interstitial;this.clearInterstitial(Ae.interstitial,null),at.appendInPlace=!1,at.appendInPlace&&this.warn(`Could not change append strategy for queued assets ${at}`)}}),this.hls.detachMedia(),this.detachedData={media:n}}}const ce=w&&"mediaSource"in w&&((v=w.mediaSource)==null?void 0:v.readyState)!=="closed",be=ce&&w?w:n;if(this.log(`${ce?"transfering MediaSource":"attaching media"} to ${z?t:"Primary"} from ${te}`),be===w){const Ie=z&&t.assetId===this.schedule.assetIdAtEnd;be.overrides={duration:this.schedule.duration,endOfStream:!z||Ie,cueRemoval:!z}}t.attachMedia(be)}onInterstitialCueEnter(){this.onTimeupdate()}checkStart(){const t=this.schedule,n=t.events;if(!n||this.playbackDisabled||!this.media)return;this.bufferedPos===-1&&(this.bufferedPos=0);const s=this.timelinePos,v=this.effectivePlayingItem;if(s===-1){const w=this.hls.startPosition;if(this.timelinePos=w,n.length&&n[0].cue.pre){const T=t.findEventIndex(n[0].identifier);this.setSchedulePosition(T)}else if(w>=0||!this.primaryLive){const T=this.timelinePos=w>0?w:0,z=t.findItemIndexAtTime(T);this.setSchedulePosition(z)}}else if(v&&!this.playingItem){const w=t.findItemIndex(v);this.setSchedulePosition(w)}}advanceAfterAssetEnded(t,n,s){const v=Ml(t,s);if(!t.isAssetPastPlayoutLimit(v))this.setSchedulePosition(n,v);else{const w=this.schedule.items;if(w){const T=n+1,z=w.length;if(T>=z){this.setSchedulePosition(-1);return}const W=t.resumeTime;this.timelinePos<W&&(this.timelinePos=W,this.checkBuffer()),this.setSchedulePosition(T)}}}setScheduleToAssetAtTime(t,n){const s=this.schedule,v=n.parentIdentifier,w=s.getEvent(v);if(w){const T=s.findEventIndex(v),z=s.findAssetIndex(w,t);this.advanceAfterAssetEnded(w,T,z-1)}}setSchedulePosition(t,n){const s=this.schedule.items;if(!s||this.playbackDisabled)return;this.log(`setSchedulePosition ${t}, ${n}`);const v=t>=0?s[t]:null,w=this.playingItem,T=this.playingLastItem;if(this.isInterstitial(w)){var z;const N=w.event,te=this.playingAsset,ce=te==null?void 0:te.identifier,be=ce?this.getAssetPlayer(ce):null;if(be&&ce&&(!this.eventItemsMatch(w,v)||n!==void 0&&ce!==((z=N.assetList)==null?void 0:z[n].identifier))){var W;const Ie=N.findAssetIndex(te);this.log(`INTERSTITIAL_ASSET_ENDED ${Ie+1}/${N.assetList.length} ${wu(te)}`),this.endedAsset=te,this.playingAsset=null,this.hls.trigger(o.INTERSTITIAL_ASSET_ENDED,{asset:te,assetListIndex:Ie,event:N,schedule:s.slice(0),scheduleIndex:t,player:be}),this.retreiveMediaSource(ce,v),be.media&&!((W=this.detachedData)!=null&&W.mediaSource)&&be.detachMedia()}if(!this.eventItemsMatch(w,v)&&(this.endedItem=w,this.playingItem=null,this.log(`INTERSTITIAL_ENDED ${N} ${lu(w)}`),N.hasPlayed=!0,this.hls.trigger(o.INTERSTITIAL_ENDED,{event:N,schedule:s.slice(0),scheduleIndex:t}),N.cue.once)){this.updateSchedule();const Ie=this.schedule.items;if(v&&Ie){const Ae=this.schedule.findItemIndex(v);this.advanceSchedule(Ae,Ie,n,w,T)}return}}this.advanceSchedule(t,s,n,w,T)}advanceSchedule(t,n,s,v,w){const T=t>=0?n[t]:null,z=this.primaryMedia,W=this.playerQueue;if(W.length&&W.forEach(N=>{const te=N.interstitial,ce=this.schedule.findEventIndex(te.identifier);(ce<t||ce>t+1)&&this.clearInterstitial(te,T)}),this.isInterstitial(T)){this.timelinePos=Math.min(Math.max(this.timelinePos,T.start),T.end);const N=T.event;if(s===void 0){s=this.schedule.findAssetIndex(N,this.timelinePos);const Ie=Ml(N,s-1);if(N.isAssetPastPlayoutLimit(Ie)){this.advanceAfterAssetEnded(N,t,s);return}s=Ie}const te=this.waitingItem;this.assetsBuffered(T,z)||this.setBufferingItem(T);let ce=this.preloadAssets(N,s);if(this.eventItemsMatch(T,te||v)||(this.waitingItem=T,this.log(`INTERSTITIAL_STARTED ${lu(T)} ${N.appendInPlace?"append in place":""}`),this.hls.trigger(o.INTERSTITIAL_STARTED,{event:N,schedule:n.slice(0),scheduleIndex:t})),!N.assetListLoaded){this.log(`Waiting for ASSET-LIST to complete loading ${N}`);return}if(N.assetListLoader&&(N.assetListLoader.destroy(),N.assetListLoader=void 0),!z){this.log(`Waiting for attachMedia to start Interstitial ${N}`);return}this.waitingItem=this.endedItem=null,this.playingItem=T;const be=N.assetList[s];if(!be){const Ie=n[t+1],Ae=this.media;Ie&&Ae&&!this.isInterstitial(Ie)&&Ae.currentTime<Ie.start&&(Ae.currentTime=this.timelinePos=Ie.start),this.advanceAfterAssetEnded(N,t,s||0);return}if(ce||(ce=this.getAssetPlayer(be.identifier)),ce===null||ce.destroyed){const Ie=N.assetList.length;this.warn(`asset ${s+1}/${Ie} player destroyed ${N}`),ce=this.createAssetPlayer(N,be,s)}if(!this.eventItemsMatch(T,this.bufferingItem)&&N.appendInPlace&&this.isAssetBuffered(be))return;this.startAssetPlayer(ce,s,n,t,z),this.shouldPlay&&mc(ce.media)}else T!==null?(this.resumePrimary(T,t,v),this.shouldPlay&&mc(this.hls.media)):w&&this.isInterstitial(v)&&(this.endedItem=null,this.playingItem=v,v.event.appendInPlace||this.attachPrimary(this.schedule.durations.primary,null))}get playbackDisabled(){return this.hls.config.enableInterstitialPlayback===!1}get primaryDetails(){var t,n;return(t=this.mediaSelection)==null||(n=t.main)==null?void 0:n.details}get primaryLive(){var t;return!!((t=this.primaryDetails)!=null&&t.live)}resumePrimary(t,n,s){var v;if(this.playingItem=t,this.playingAsset=this.endedAsset=null,this.waitingItem=this.endedItem=null,this.bufferedToItem(t),this.log(`resuming ${lu(t)}`),!((v=this.detachedData)!=null&&v.mediaSource)){let T=this.timelinePos;(T<t.start||T>=t.end)&&(T=this.getPrimaryResumption(t,n),this.timelinePos=T),this.attachPrimary(T,t)}if(!s)return;const w=this.schedule.items;w&&(this.log(`INTERSTITIALS_PRIMARY_RESUMED ${lu(t)}`),this.hls.trigger(o.INTERSTITIALS_PRIMARY_RESUMED,{schedule:w.slice(0),scheduleIndex:n}),this.checkBuffer())}getPrimaryResumption(t,n){const s=t.start;if(this.primaryLive){const v=this.primaryDetails;if(n===0)return this.hls.startPosition;if(v&&(s<v.fragmentStart||s>v.edge))return this.hls.liveSyncPosition||-1}return s}isAssetBuffered(t){const n=this.getAssetPlayer(t.identifier);return n!=null&&n.hls?n.hls.bufferedToEnd:gi.bufferInfo(this.primaryMedia,this.timelinePos,0).end+1>=t.timelineStart+(t.duration||0)}attachPrimary(t,n,s){n?this.setBufferingItem(n):this.bufferingItem=this.playingItem,this.bufferingAsset=null;const v=this.primaryMedia;if(!v)return;const w=this.hls;w.media?this.checkBuffer():(this.transferMediaTo(w,v),s&&this.startLoadingPrimaryAt(t,s)),s||(this.timelinePos=t,this.startLoadingPrimaryAt(t,s))}startLoadingPrimaryAt(t,n){var s;const v=this.hls;!v.loadingEnabled||!v.media||Math.abs((((s=v.mainForwardBufferInfo)==null?void 0:s.start)||v.media.currentTime)-t)>.5?v.startLoad(t,n):v.bufferingEnabled||v.resumeBuffering()}onManifestLoading(){this.stopLoad(),this.schedule.reset(),this.emptyPlayerQueue(),this.clearScheduleState(),this.shouldPlay=!1,this.bufferedPos=this.timelinePos=-1,this.mediaSelection=this.altSelection=this.manager=this.requiredTracks=null,this.hls.off(o.BUFFER_CODECS,this.onBufferCodecs,this),this.hls.on(o.BUFFER_CODECS,this.onBufferCodecs,this)}onLevelUpdated(t,n){if(n.level===-1)return;const s=this.hls.levels[n.level],v=b(b({},this.mediaSelection||this.altSelection),{},{main:s});this.mediaSelection=v,this.schedule.parseInterstitialDateRanges(v,this.hls.config.interstitialAppendInPlace),!this.effectivePlayingItem&&this.schedule.items&&this.checkStart()}onAudioTrackUpdated(t,n){const s=this.hls.audioTracks[n.id],v=this.mediaSelection;if(!v){this.altSelection=b(b({},this.altSelection),{},{audio:s});return}const w=b(b({},v),{},{audio:s});this.mediaSelection=w}onSubtitleTrackUpdated(t,n){const s=this.hls.subtitleTracks[n.id],v=this.mediaSelection;if(!v){this.altSelection=b(b({},this.altSelection),{},{subtitles:s});return}const w=b(b({},v),{},{subtitles:s});this.mediaSelection=w}onAudioTrackSwitching(t,n){const s=pi(n);this.playerQueue.forEach(v=>v.hls.setAudioOption(n)||v.hls.setAudioOption(s))}onSubtitleTrackSwitch(t,n){const s=pi(n);this.playerQueue.forEach(v=>v.hls.setSubtitleOption(n)||n.id!==-1&&v.hls.setSubtitleOption(s))}onBufferCodecs(t,n){const s=n.tracks;s&&(this.requiredTracks=s)}onBufferAppended(t,n){this.checkBuffer()}onBufferFlushed(t,n){const s=this.playingItem;if(s&&!this.itemsMatch(s,this.bufferingItem)&&!this.isInterstitial(s)){const v=this.timelinePos;this.bufferedPos=v,this.checkBuffer()}}onBufferedToEnd(t){const n=this.schedule.events;if(this.bufferedPos<Number.MAX_VALUE&&n){for(let v=0;v<n.length;v++){const w=n[v];if(w.cue.post){var s;const T=this.schedule.findEventIndex(w.identifier),z=(s=this.schedule.items)==null?void 0:s[T];this.isInterstitial(z)&&this.eventItemsMatch(z,this.bufferingItem)&&this.bufferedToItem(z,0);break}}this.bufferedPos=Number.MAX_VALUE}}onMediaEnded(t){const n=this.playingItem;if(!this.playingLastItem&&n){const s=this.findItemIndex(n);this.setSchedulePosition(s+1)}else this.shouldPlay=!1}updateItem(t,n){const s=this.schedule.items;if(t&&s){const v=this.findItemIndex(t,n);return s[v]||null}return null}trimInPlace(t,n){if(this.isInterstitial(t)&&t.event.appendInPlace&&n.end-t.end>.25){t.event.assetList.forEach((w,T)=>{t.event.isAssetPastPlayoutLimit(T)&&this.clearAssetPlayer(w.identifier,null)});const s=t.end+.25,v=gi.bufferInfo(this.primaryMedia,s,0);(v.end>s||(v.nextStart||0)>s)&&(this.attachPrimary(s,null),this.flushFrontBuffer(s))}}itemsMatch(t,n){return!!n&&(t===n||t.event&&n.event&&this.eventItemsMatch(t,n)||!t.event&&!n.event&&this.findItemIndex(t)===this.findItemIndex(n))}eventItemsMatch(t,n){var s;return!!n&&(t===n||t.event.identifier===((s=n.event)==null?void 0:s.identifier))}findItemIndex(t,n){return t?this.schedule.findItemIndex(t,n):-1}updateSchedule(){const t=this.mediaSelection;t&&this.schedule.updateSchedule(t,[])}checkBuffer(t){const n=this.schedule.items;if(!n)return;const s=gi.bufferInfo(this.primaryMedia,this.timelinePos,0);t&&(this.bufferedPos=this.timelinePos),t||(t=s.len<1),this.updateBufferedPos(s.end,n,t)}updateBufferedPos(t,n,s){const v=this.schedule,w=this.bufferingItem;if(this.bufferedPos>t)return;if(n.length===1&&this.itemsMatch(n[0],w)){this.bufferedPos=t;return}const T=this.playingItem,z=this.findItemIndex(T);let W=v.findItemIndexAtTime(t);if(this.bufferedPos<t){var N,te;const ce=this.findItemIndex(w),be=Math.min(ce+1,n.length-1),Ie=n[be];if((W===-1&&w&&t>=w.end||(N=Ie.event)!=null&&N.appendInPlace&&t+.01>=Ie.start)&&(W=be),be-z>1&&(w==null||(te=w.event)==null?void 0:te.appendInPlace)===!1)return;if(this.bufferedPos=t,W>ce&&W>z)this.bufferedToItem(Ie);else{const Ae=this.primaryDetails;this.primaryLive&&Ae&&t>Ae.edge-Ae.targetduration&&Ie.start<Ae.edge+this.hls.config.interstitialLiveLookAhead&&this.isInterstitial(Ie)&&this.preloadAssets(Ie.event,0)}}else s&&T&&!this.itemsMatch(T,w)&&(W===z?this.bufferedToItem(T):W===z+1&&this.bufferedToItem(n[W]))}assetsBuffered(t,n){return t.event.assetList.length===0?!1:!t.event.assetList.some(v=>{const w=this.getAssetPlayer(v.identifier);return!(w!=null&&w.bufferedInPlaceToEnd(n))})}setBufferingItem(t){const n=this.bufferingItem,s=this.schedule;if(this.itemsMatch(t,n))this.bufferingItem!==t&&(this.bufferingItem=t);else{const{items:v,events:w}=s;if(!v||!w)return n;const T=this.isInterstitial(t),z=this.getBufferingPlayer();this.bufferingItem=t,this.bufferedPos=Math.max(t.start,Math.min(t.end,this.timelinePos));const W=z?z.remaining:n?n.end-this.timelinePos:0;this.log(`INTERSTITIALS_BUFFERED_TO_BOUNDARY ${lu(t)}`+(n?` (${W.toFixed(2)} remaining)`:"")),this.playbackDisabled||(T?t.event.assetList.forEach(N=>{const te=this.getAssetPlayer(N.identifier);te&&te.resumeBuffering()}):(this.hls.resumeBuffering(),this.playerQueue.forEach(N=>N.pauseBuffering()))),this.hls.trigger(o.INTERSTITIALS_BUFFERED_TO_BOUNDARY,{events:w.slice(0),schedule:v.slice(0),bufferingIndex:this.findItemIndex(t),playingIndex:this.findItemIndex(this.playingItem)})}return n}bufferedToItem(t,n=0){const s=this.setBufferingItem(t);if(!this.playbackDisabled){if(this.isInterstitial(t))this.bufferedToEvent(t,n);else if(s!==null){this.bufferingAsset=null;const v=this.detachedData;v?v.mediaSource?this.attachPrimary(t.start,t,!0):this.preloadPrimary(t):this.preloadPrimary(t)}}}preloadPrimary(t){const n=this.findItemIndex(t),s=this.getPrimaryResumption(t,n);this.startLoadingPrimaryAt(s)}bufferedToEvent(t,n){const s=t.event,v=s.assetList.length===0&&!s.assetListLoader,w=s.cue.once;if(v||!w){const T=this.preloadAssets(s,n);if(T!=null&&T.interstitial.appendInPlace){const z=s.assetList[n],W=this.primaryMedia;z&&W&&this.bufferAssetPlayer(T,W)}}}preloadAssets(t,n){const s=t.assetUrl,v=t.assetList.length,w=v===0&&!t.assetListLoader,T=t.cue.once;if(w){const W=t.timelineStart;if(t.appendInPlace){var z;const be=this.playingItem;!this.isInterstitial(be)&&(be==null||(z=be.nextEvent)==null?void 0:z.identifier)===t.identifier&&this.flushFrontBuffer(W+.25)}let N,te=0;if(!this.playingItem&&this.primaryLive&&(te=this.hls.startPosition,te===-1&&(te=this.hls.liveSyncPosition||0)),te&&!(t.cue.pre||t.cue.post)){const be=te-W;be>0&&(N=Math.round(be*1e3)/1e3)}if(this.log(`Load interstitial asset ${n+1}/${s?1:v} ${t}${N?` live-start: ${te} start-offset: ${N}`:""}`),s)return this.createAsset(t,0,0,W,t.duration,s);const ce=this.assetListLoader.loadAssetList(t,N);ce&&(t.assetListLoader=ce)}else if(!T&&v){for(let W=n;W<v;W++){const N=t.assetList[W],te=this.getAssetPlayerQueueIndex(N.identifier);(te===-1||this.playerQueue[te].destroyed)&&!N.error&&this.createAssetPlayer(t,N,W)}return this.getAssetPlayer(t.assetList[n].identifier)}return null}flushFrontBuffer(t){const n=this.requiredTracks;if(!n)return;this.log(`Removing front buffer starting at ${t}`),Object.keys(n).forEach(v=>{this.hls.trigger(o.BUFFER_FLUSHING,{startOffset:t,endOffset:1/0,type:v})})}getAssetPlayerQueueIndex(t){const n=this.playerQueue;for(let s=0;s<n.length;s++)if(t===n[s].assetId)return s;return-1}getAssetPlayer(t){const n=this.getAssetPlayerQueueIndex(t);return this.playerQueue[n]||null}getBufferingPlayer(){const{playerQueue:t,primaryMedia:n}=this;if(n){for(let s=0;s<t.length;s++)if(t[s].media===n)return t[s]}return null}createAsset(t,n,s,v,w,T){const z={parentIdentifier:t.identifier,identifier:ql(t,T,n),duration:w,startOffset:s,timelineStart:v,uri:T};return this.createAssetPlayer(t,z,n)}createAssetPlayer(t,n,s){const v=this.hls,w=v.userConfig;let T=w.videoPreference;const z=v.loadLevelObj||v.levels[v.currentLevel];(T||z)&&(T=y({},T),z.videoCodec&&(T.videoCodec=z.videoCodec),z.videoRange&&(T.allowedVideoRanges=[z.videoRange]));const W=v.audioTracks[v.audioTrack],N=v.subtitleTracks[v.subtitleTrack];let te=0;if(this.primaryLive||t.appendInPlace){const sr=this.timelinePos-n.timelineStart;if(sr>1){const kr=n.duration;kr&&sr<kr&&(te=sr)}}const ce=n.identifier,be=b(b({},w),{},{autoStartLoad:!0,startFragPrefetch:!0,primarySessionId:v.sessionId,assetPlayerId:ce,abrEwmaDefaultEstimate:v.bandwidthEstimate,interstitialsController:void 0,startPosition:te,liveDurationInfinity:!1,testBandwidth:!1,videoPreference:T,audioPreference:W||w.audioPreference,subtitlePreference:N||w.subtitlePreference});t.appendInPlace&&(t.appendInPlaceStarted=!0,n.timelineStart&&(be.timelineOffset=n.timelineStart));const Ie=be.cmcd;Ie!=null&&Ie.sessionId&&Ie.contentId&&(be.cmcd=y({},Ie,{contentId:xu(n.uri)})),this.getAssetPlayer(ce)&&this.warn(`Duplicate date range identifier ${t} and asset ${ce}`);const Ae=new Xc(this.HlsPlayerClass,be,t,n);this.playerQueue.push(Ae),t.assetList[s]=n;const at=sr=>{if(sr.live){const cn=new Error(`Interstitials MUST be VOD assets ${t}`),Wr={fatal:!0,type:c.OTHER_ERROR,details:f.INTERSTITIAL_ASSET_ITEM_ERROR,error:cn};this.handleAssetItemError(Wr,t,this.schedule.findEventIndex(t.identifier),s,cn.message);return}const kr=sr.edge-sr.fragmentStart,Hr=n.duration;(Hr===null||kr>Hr)&&(this.log(`Interstitial asset "${ce}" duration change ${Hr} > ${kr}`),n.duration=kr,this.updateSchedule())};Ae.on(o.LEVEL_UPDATED,(sr,{details:kr})=>at(kr)),Ae.on(o.LEVEL_PTS_UPDATED,(sr,{details:kr})=>at(kr));const rt=(sr,kr)=>{const Hr=this.getAssetPlayer(ce);if(Hr&&kr.tracks){Hr.off(o.BUFFER_CODECS,rt),Hr.tracks=kr.tracks;const cn=this.primaryMedia;this.bufferingAsset===Hr.assetItem&&cn&&!Hr.media&&this.bufferAssetPlayer(Hr,cn)}};Ae.on(o.BUFFER_CODECS,rt);const Rt=()=>{var sr;const kr=this.getAssetPlayer(ce);if(this.log(`buffered to end of asset ${kr}`),!kr)return;const Hr=this.schedule.findEventIndex(t.identifier),cn=(sr=this.schedule.items)==null?void 0:sr[Hr];if(this.isInterstitial(cn)){const Jr=t.findAssetIndex(n),ln=Ml(t,Jr);if(!t.isAssetPastPlayoutLimit(ln))this.bufferedToItem(cn,ln);else{var Wr;const Kr=(Wr=this.schedule.items)==null?void 0:Wr[Hr+1];Kr&&this.bufferedToItem(Kr)}}};Ae.on(o.BUFFERED_TO_END,Rt);const dr=sr=>()=>{if(!this.getAssetPlayer(ce))return;this.shouldPlay=!0;const Hr=this.schedule.findEventIndex(t.identifier);this.advanceAfterAssetEnded(t,Hr,sr)};return Ae.once(o.MEDIA_ENDED,dr(s)),Ae.once(o.PLAYOUT_LIMIT_REACHED,dr(1/0)),Ae.on(o.ERROR,(sr,kr)=>{const Hr=this.getAssetPlayer(ce);if(kr.details===f.BUFFER_STALLED_ERROR){if(Hr!=null&&Hr.media){const cn=Hr.currentTime,Wr=Hr.duration-cn;cn&&t.appendInPlace&&Wr/Hr.media.playbackRate<.5?(this.log(`Advancing buffer past end of asset ${ce} ${t} at ${Hr.media.currentTime}`),Rt()):(this.warn(`Stalled at ${cn} of ${cn+Wr} in asset ${ce} ${t}`),this.onTimeupdate(),this.checkBuffer(!0))}return}this.handleAssetItemError(kr,t,this.schedule.findEventIndex(t.identifier),s,`Asset player error ${kr.error} ${t}`)}),Ae.on(o.DESTROYING,()=>{if(!this.getAssetPlayer(ce))return;const kr=new Error(`Asset player destroyed unexpectedly ${ce}`),Hr={fatal:!0,type:c.OTHER_ERROR,details:f.INTERSTITIAL_ASSET_ITEM_ERROR,error:kr};this.handleAssetItemError(Hr,t,this.schedule.findEventIndex(t.identifier),s,kr.message)}),this.log(`INTERSTITIAL_ASSET_PLAYER_CREATED ${wu(n)}`),this.hls.trigger(o.INTERSTITIAL_ASSET_PLAYER_CREATED,{asset:n,assetListIndex:s,event:t,player:Ae}),Ae}clearInterstitial(t,n){t.assetList.forEach(s=>{this.clearAssetPlayer(s.identifier,n)}),t.reset()}resetAssetPlayer(t){const n=this.getAssetPlayerQueueIndex(t);if(n!==-1){this.log(`reset asset player "${t}" after error`);const s=this.playerQueue[n];this.transferMediaFromPlayer(s,null),s.resetDetails()}}clearAssetPlayer(t,n){const s=this.getAssetPlayerQueueIndex(t);if(s!==-1){this.log(`clear asset player "${t}" toSegment: ${n&&lu(n)}`);const v=this.playerQueue[s];this.transferMediaFromPlayer(v,n),this.playerQueue.splice(s,1),v.destroy()}}emptyPlayerQueue(){let t;for(;t=this.playerQueue.pop();)t.destroy();this.playerQueue=[]}startAssetPlayer(t,n,s,v,w){const{interstitial:T,assetItem:z,assetId:W}=t,N=T.assetList.length,te=this.playingAsset;this.endedAsset=null,this.playingAsset=z,(!te||te.identifier!==W)&&(te&&(this.clearAssetPlayer(te.identifier,s[v]),delete te.error),this.log(`INTERSTITIAL_ASSET_STARTED ${n+1}/${N} ${wu(z)}`),this.hls.trigger(o.INTERSTITIAL_ASSET_STARTED,{asset:z,assetListIndex:n,event:T,schedule:s.slice(0),scheduleIndex:v,player:t})),this.bufferAssetPlayer(t,w)}bufferAssetPlayer(t,n){var s,v;const{interstitial:w,assetItem:T}=t,z=this.schedule.findEventIndex(w.identifier),W=(s=this.schedule.items)==null?void 0:s[z];if(!W)return;this.setBufferingItem(W),this.bufferingAsset=T;const N=this.getBufferingPlayer();if(N===t)return;const te=w.appendInPlace;if(te&&(N==null?void 0:N.interstitial.appendInPlace)===!1)return;const ce=(N==null?void 0:N.tracks)||((v=this.detachedData)==null?void 0:v.tracks)||this.requiredTracks;if(te&&T!==this.playingAsset){if(!t.tracks)return;if(ce&&!ue(ce,t.tracks)){const be=new Error(`Asset ${wu(T)} SourceBuffer tracks ('${Object.keys(t.tracks)}') are not compatible with primary content tracks ('${Object.keys(ce)}')`),Ie={fatal:!0,type:c.OTHER_ERROR,details:f.INTERSTITIAL_ASSET_ITEM_ERROR,error:be},Ae=w.findAssetIndex(T);this.handleAssetItemError(Ie,w,z,Ae,be.message);return}}this.transferMediaTo(t,n)}handleAssetItemError(t,n,s,v,w){if(t.details===f.BUFFER_STALLED_ERROR)return;const T=n.assetList[v];this.warn(`INTERSTITIAL_ASSET_ERROR ${T&&wu(T)} ${t.error}`);const z=T==null?void 0:T.identifier,W=this.getAssetPlayerQueueIndex(z),N=this.playerQueue[W]||null,te=this.schedule.items,ce=y({},t,{fatal:!1,errorAction:st(!0),asset:T,assetListIndex:v,event:n,schedule:te,scheduleIndex:s,player:N});if(this.hls.trigger(o.INTERSTITIAL_ASSET_ERROR,ce),!t.fatal)return;const be=this.playingAsset,Ie=new Error(w);if(T&&(this.clearAssetPlayer(z,null),T.error=Ie),!n.assetList.some(Ae=>!Ae.error))n.error=Ie;else if(n.appendInPlace){for(let Ae=v;Ae<n.assetList.length;Ae++)this.resetAssetPlayer(n.assetList[Ae].identifier);this.updateSchedule()}n.error?this.primaryFallback(n):be&&be.identifier===z&&this.advanceAfterAssetEnded(n,s,v)}primaryFallback(t){const n=t.timelineStart,s=this.effectivePlayingItem;if(this.updateSchedule(),s){this.log(`Fallback to primary from event "${t.identifier}" start: ${n} pos: ${this.timelinePos} playing: ${s?lu(s):"<none>"} error: ${t.error}`);let v=this.timelinePos;v===-1&&(v=this.hls.startPosition);const w=this.updateItem(s,v);this.itemsMatch(s,w)&&this.clearInterstitial(t,null),t.appendInPlace&&(this.attachPrimary(n,null),this.flushFrontBuffer(n));const T=this.schedule.findItemIndexAtTime(v);this.setSchedulePosition(T)}else this.checkStart()}onAssetListLoaded(t,n){var s;const v=n.event,w=v.identifier,T=n.assetListResponse.ASSETS;if(!this.schedule.hasEvent(w))return;const z=v.timelineStart,W=v.duration;let N=0;T.forEach((Ae,at)=>{const rt=parseFloat(Ae.DURATION);this.createAsset(v,at,N,z+N,rt,Ae.URI),N+=rt}),v.duration=N,this.log(`Loaded asset-list with duration: ${N} (was: ${W}) ${v}`);const te=this.waitingItem,ce=(te==null?void 0:te.event.identifier)===w;this.updateSchedule();const be=(s=this.bufferingItem)==null?void 0:s.event;if(ce){var Ie;const Ae=this.schedule.findEventIndex(w),at=(Ie=this.schedule.items)==null?void 0:Ie[Ae];if(at){if(!this.playingItem&&this.timelinePos>at.end&&this.schedule.findItemIndexAtTime(this.timelinePos)!==Ae){v.error=new Error(`Interstitial no longer within playback range ${this.timelinePos} ${v}`),this.primaryFallback(v);return}this.setBufferingItem(at)}this.setSchedulePosition(Ae)}else if((be==null?void 0:be.identifier)===w&&be.appendInPlace){const Ae=v.assetList[0],at=this.getAssetPlayer(Ae.identifier),rt=this.primaryMedia;Ae&&at&&rt&&this.bufferAssetPlayer(at,rt)}}onError(t,n){switch(n.details){case f.ASSET_LIST_PARSING_ERROR:case f.ASSET_LIST_LOAD_ERROR:case f.ASSET_LIST_LOAD_TIMEOUT:{const s=n.interstitial;s&&this.primaryFallback(s);break}case f.BUFFER_STALLED_ERROR:{this.onTimeupdate(),this.checkBuffer(!0);break}}}}const Oc=500;class I extends ga{constructor(t,n,s){super(t,n,s,"subtitle-stream-controller",u.SUBTITLE),this.currentTrackId=-1,this.tracksBuffered=[],this.mainDetails=null,this.registerListeners()}onHandlerDestroying(){this.unregisterListeners(),super.onHandlerDestroying(),this.mainDetails=null}registerListeners(){super.registerListeners();const{hls:t}=this;t.on(o.LEVEL_LOADED,this.onLevelLoaded,this),t.on(o.SUBTITLE_TRACKS_UPDATED,this.onSubtitleTracksUpdated,this),t.on(o.SUBTITLE_TRACK_SWITCH,this.onSubtitleTrackSwitch,this),t.on(o.SUBTITLE_TRACK_LOADED,this.onSubtitleTrackLoaded,this),t.on(o.SUBTITLE_FRAG_PROCESSED,this.onSubtitleFragProcessed,this),t.on(o.BUFFER_FLUSHING,this.onBufferFlushing,this)}unregisterListeners(){super.unregisterListeners();const{hls:t}=this;t.off(o.LEVEL_LOADED,this.onLevelLoaded,this),t.off(o.SUBTITLE_TRACKS_UPDATED,this.onSubtitleTracksUpdated,this),t.off(o.SUBTITLE_TRACK_SWITCH,this.onSubtitleTrackSwitch,this),t.off(o.SUBTITLE_TRACK_LOADED,this.onSubtitleTrackLoaded,this),t.off(o.SUBTITLE_FRAG_PROCESSED,this.onSubtitleFragProcessed,this),t.off(o.BUFFER_FLUSHING,this.onBufferFlushing,this)}startLoad(t,n){this.stopLoad(),this.state=Gr.IDLE,this.setInterval(Oc),this.nextLoadPosition=this.lastCurrentTime=t+this.timelineOffset,this.startPosition=n?-1:t,this.tick()}onManifestLoading(){super.onManifestLoading(),this.mainDetails=null}onMediaDetaching(t,n){this.tracksBuffered=[],super.onMediaDetaching(t,n)}onLevelLoaded(t,n){this.mainDetails=n.details}onSubtitleFragProcessed(t,n){const{frag:s,success:v}=n;if(me(s)&&(this.fragPrevious=s),this.state=Gr.IDLE,!v)return;const w=this.tracksBuffered[this.currentTrackId];if(!w)return;let T;const z=s.start;for(let N=0;N<w.length;N++)if(z>=w[N].start&&z<=w[N].end){T=w[N];break}const W=s.start+s.duration;T?T.end=W:(T={start:z,end:W},w.push(T)),this.fragmentTracker.fragBuffered(s),this.fragBufferedComplete(s,null),this.media&&this.tick()}onBufferFlushing(t,n){const{startOffset:s,endOffset:v}=n;if(s===0&&v!==Number.POSITIVE_INFINITY){const w=v-1;if(w<=0)return;n.endOffsetSubtitles=Math.max(0,w),this.tracksBuffered.forEach(T=>{for(let z=0;z<T.length;){if(T[z].end<=w){T.shift();continue}else if(T[z].start<w)T[z].start=w;else break;z++}}),this.fragmentTracker.removeFragmentsInRange(s,w,u.SUBTITLE)}}onError(t,n){const s=n.frag;(s==null?void 0:s.type)===u.SUBTITLE&&(n.details===f.FRAG_GAP&&this.fragmentTracker.fragBuffered(s,!0),this.fragCurrent&&this.fragCurrent.abortRequests(),this.state!==Gr.STOPPED&&(this.state=Gr.IDLE))}onSubtitleTracksUpdated(t,{subtitleTracks:n}){if(this.levels&&Gs(this.levels,n)){this.levels=n.map(s=>new In(s));return}this.tracksBuffered=[],this.levels=n.map(s=>{const v=new In(s);return this.tracksBuffered[v.id]=[],v}),this.fragmentTracker.removeFragmentsInRange(0,Number.POSITIVE_INFINITY,u.SUBTITLE),this.fragPrevious=null,this.mediaBuffer=null}onSubtitleTrackSwitch(t,n){var s;if(this.currentTrackId=n.id,!((s=this.levels)!=null&&s.length)||this.currentTrackId===-1){this.clearInterval();return}const v=this.levels[this.currentTrackId];v!=null&&v.details?this.mediaBuffer=this.mediaBufferTimeRanges:this.mediaBuffer=null,v&&this.state!==Gr.STOPPED&&this.setInterval(Oc)}onSubtitleTrackLoaded(t,n){var s;const{currentTrackId:v,levels:w}=this,{details:T,id:z}=n;if(!w){this.warn(`Subtitle tracks were reset while loading level ${z}`);return}const W=w[z];if(z>=w.length||!W)return;this.log(`Subtitle track ${z} loaded [${T.startSN},${T.endSN}]${T.lastPartSn?`[part-${T.lastPartSn}-${T.lastPartIndex}]`:""},duration:${T.totalduration}`),this.mediaBuffer=this.mediaBufferTimeRanges;let N=0;if(T.live||(s=W.details)!=null&&s.live){const ce=this.mainDetails;if(T.deltaUpdateFailed||!ce)return;const be=ce.fragments[0];if(!W.details)T.hasProgramDateTime&&ce.hasProgramDateTime?(Ki(T,ce),N=T.fragmentStart):be&&(N=be.start,Un(T,N));else{var te;N=this.alignPlaylists(T,W.details,(te=this.levelLastLoaded)==null?void 0:te.details),N===0&&be&&(N=be.start,Un(T,N))}}W.details=T,this.levelLastLoaded=W,z===v&&(this.hls.trigger(o.SUBTITLE_TRACK_UPDATED,{details:T,id:z,groupId:n.groupId}),this.tick(),T.live&&!this.fragCurrent&&this.media&&this.state===Gr.IDLE&&(lt(null,T.fragments,this.media.currentTime,0)||(this.warn("Subtitle playlist not aligned with playback"),W.details=void 0)))}_handleFragmentLoadComplete(t){const{frag:n,payload:s}=t,v=n.decryptdata,w=this.hls;if(!this.fragContextChanged(n)&&s&&s.byteLength>0&&v!=null&&v.key&&v.iv&&Ua(v.method)){const T=performance.now();this.decrypter.decrypt(new Uint8Array(s),v.key.buffer,v.iv.buffer,zi(v.method)).catch(z=>{throw w.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.FRAG_DECRYPT_ERROR,fatal:!1,error:z,reason:z.message,frag:n}),z}).then(z=>{const W=performance.now();w.trigger(o.FRAG_DECRYPTED,{frag:n,payload:z,stats:{tstart:T,tdecrypt:W}})}).catch(z=>{this.warn(`${z.name}: ${z.message}`),this.state=Gr.IDLE})}}doTick(){if(!this.media){this.state=Gr.IDLE;return}if(this.state===Gr.IDLE){const{currentTrackId:t,levels:n}=this,s=n==null?void 0:n[t];if(!s||!n.length||!s.details||this.waitForLive(s))return;const{config:v}=this,w=this.getLoadPosition(),T=gi.bufferedInfo(this.tracksBuffered[this.currentTrackId]||[],w,v.maxBufferHole),{end:z,len:W}=T,N=s.details,te=this.hls.maxBufferLength+N.levelTargetDuration;if(W>te)return;const ce=N.fragments,be=ce.length,Ie=N.edge;let Ae=null;const at=this.fragPrevious;if(z<Ie){const dr=v.maxFragLookUpTolerance,sr=z>Ie-dr?0:dr;Ae=lt(at,ce,Math.max(ce[0].start,z),sr),!Ae&&at&&at.start<ce[0].start&&(Ae=ce[0])}else Ae=ce[be-1];if(Ae=this.filterReplacedPrimary(Ae,s.details),!Ae)return;const rt=Ae.sn-N.startSN,Rt=ce[rt-1];if(Rt&&Rt.cc===Ae.cc&&this.fragmentTracker.getState(Rt)===rr.NOT_LOADED&&(Ae=Rt),this.fragmentTracker.getState(Ae)===rr.NOT_LOADED){const dr=this.mapToInitFragWhenRequired(Ae);dr&&this.loadFragment(dr,s,z)}}}loadFragment(t,n,s){me(t)?super.loadFragment(t,n,s):this._loadInitSegment(t,n)}get mediaBufferTimeRanges(){return new D(this.tracksBuffered[this.currentTrackId]||[])}}class D{constructor(t){this.buffered=void 0;const n=(s,v,w)=>{if(v=v>>>0,v>w-1)throw new DOMException(`Failed to execute '${s}' on 'TimeRanges': The index provided (${v}) is greater than the maximum bound (${w})`);return t[v][s]};this.buffered={get length(){return t.length},end(s){return n("end",s,t.length)},start(s){return n("start",s,t.length)}}}}const L={42:225,92:233,94:237,95:243,96:250,123:231,124:247,125:209,126:241,127:9608,128:174,129:176,130:189,131:191,132:8482,133:162,134:163,135:9834,136:224,137:32,138:232,139:226,140:234,141:238,142:244,143:251,144:193,145:201,146:211,147:218,148:220,149:252,150:8216,151:161,152:42,153:8217,154:9473,155:169,156:8480,157:8226,158:8220,159:8221,160:192,161:194,162:199,163:200,164:202,165:203,166:235,167:206,168:207,169:239,170:212,171:217,172:249,173:219,174:171,175:187,176:195,177:227,178:205,179:204,180:236,181:210,182:242,183:213,184:245,185:123,186:125,187:92,188:94,189:95,190:124,191:8764,192:196,193:228,194:214,195:246,196:223,197:165,198:164,199:9475,200:197,201:229,202:216,203:248,204:9487,205:9491,206:9495,207:9499},ve=P=>String.fromCharCode(L[P]||P),De=15,an=100,An={17:1,18:3,21:5,22:7,23:9,16:11,19:12,20:14},hn={17:2,18:4,21:6,22:8,23:10,19:13,20:15},Di={25:1,26:3,29:5,30:7,31:9,24:11,27:12,28:14},Ya={25:2,26:4,29:6,30:8,31:10,27:13,28:15},Da=["white","green","blue","cyan","red","yellow","magenta","black","transparent"];class Oo{constructor(){this.time=null,this.verboseLevel=0}log(t,n){if(this.verboseLevel>=t){const s=typeof n=="function"?n():n;V.log(`${this.time} [${t}] ${s}`)}}}const Ma=function(t){const n=[];for(let s=0;s<t.length;s++)n.push(t[s].toString(16));return n};class co{constructor(){this.foreground="white",this.underline=!1,this.italics=!1,this.background="black",this.flash=!1}reset(){this.foreground="white",this.underline=!1,this.italics=!1,this.background="black",this.flash=!1}setStyles(t){const n=["foreground","underline","italics","background","flash"];for(let s=0;s<n.length;s++){const v=n[s];t.hasOwnProperty(v)&&(this[v]=t[v])}}isDefault(){return this.foreground==="white"&&!this.underline&&!this.italics&&this.background==="black"&&!this.flash}equals(t){return this.foreground===t.foreground&&this.underline===t.underline&&this.italics===t.italics&&this.background===t.background&&this.flash===t.flash}copy(t){this.foreground=t.foreground,this.underline=t.underline,this.italics=t.italics,this.background=t.background,this.flash=t.flash}toString(){return"color="+this.foreground+", underline="+this.underline+", italics="+this.italics+", background="+this.background+", flash="+this.flash}}class bs{constructor(){this.uchar=" ",this.penState=new co}reset(){this.uchar=" ",this.penState.reset()}setChar(t,n){this.uchar=t,this.penState.copy(n)}setPenState(t){this.penState.copy(t)}equals(t){return this.uchar===t.uchar&&this.penState.equals(t.penState)}copy(t){this.uchar=t.uchar,this.penState.copy(t.penState)}isEmpty(){return this.uchar===" "&&this.penState.isDefault()}}class Dc{constructor(t){this.chars=[],this.pos=0,this.currPenState=new co,this.cueStartTime=null,this.logger=void 0;for(let n=0;n<an;n++)this.chars.push(new bs);this.logger=t}equals(t){for(let n=0;n<an;n++)if(!this.chars[n].equals(t.chars[n]))return!1;return!0}copy(t){for(let n=0;n<an;n++)this.chars[n].copy(t.chars[n])}isEmpty(){let t=!0;for(let n=0;n<an;n++)if(!this.chars[n].isEmpty()){t=!1;break}return t}setCursor(t){this.pos!==t&&(this.pos=t),this.pos<0?(this.logger.log(3,"Negative cursor position "+this.pos),this.pos=0):this.pos>an&&(this.logger.log(3,"Too large cursor position "+this.pos),this.pos=an)}moveCursor(t){const n=this.pos+t;if(t>1)for(let s=this.pos+1;s<n+1;s++)this.chars[s].setPenState(this.currPenState);this.setCursor(n)}backSpace(){this.moveCursor(-1),this.chars[this.pos].setChar(" ",this.currPenState)}insertChar(t){t>=144&&this.backSpace();const n=ve(t);if(this.pos>=an){this.logger.log(0,()=>"Cannot insert "+t.toString(16)+" ("+n+") at position "+this.pos+". Skipping it!");return}this.chars[this.pos].setChar(n,this.currPenState),this.moveCursor(1)}clearFromPos(t){let n;for(n=t;n<an;n++)this.chars[n].reset()}clear(){this.clearFromPos(0),this.pos=0,this.currPenState.reset()}clearToEndOfRow(){this.clearFromPos(this.pos)}getTextString(){const t=[];let n=!0;for(let s=0;s<an;s++){const v=this.chars[s].uchar;v!==" "&&(n=!1),t.push(v)}return n?"":t.join("")}setPenStyles(t){this.currPenState.setStyles(t),this.chars[this.pos].setPenState(this.currPenState)}}class tc{constructor(t){this.rows=[],this.currRow=De-1,this.nrRollUpRows=null,this.lastOutputScreen=null,this.logger=void 0;for(let n=0;n<De;n++)this.rows.push(new Dc(t));this.logger=t}reset(){for(let t=0;t<De;t++)this.rows[t].clear();this.currRow=De-1}equals(t){let n=!0;for(let s=0;s<De;s++)if(!this.rows[s].equals(t.rows[s])){n=!1;break}return n}copy(t){for(let n=0;n<De;n++)this.rows[n].copy(t.rows[n])}isEmpty(){let t=!0;for(let n=0;n<De;n++)if(!this.rows[n].isEmpty()){t=!1;break}return t}backSpace(){this.rows[this.currRow].backSpace()}clearToEndOfRow(){this.rows[this.currRow].clearToEndOfRow()}insertChar(t){this.rows[this.currRow].insertChar(t)}setPen(t){this.rows[this.currRow].setPenStyles(t)}moveCursor(t){this.rows[this.currRow].moveCursor(t)}setCursor(t){this.logger.log(2,"setCursor: "+t),this.rows[this.currRow].setCursor(t)}setPAC(t){this.logger.log(2,()=>"pacData = "+Dn(t));let n=t.row-1;if(this.nrRollUpRows&&n<this.nrRollUpRows-1&&(n=this.nrRollUpRows-1),this.nrRollUpRows&&this.currRow!==n){for(let z=0;z<De;z++)this.rows[z].clear();const w=this.currRow+1-this.nrRollUpRows,T=this.lastOutputScreen;if(T){const z=T.rows[w].cueStartTime,W=this.logger.time;if(z!==null&&W!==null&&z<W)for(let N=0;N<this.nrRollUpRows;N++)this.rows[n-this.nrRollUpRows+N+1].copy(T.rows[w+N])}}this.currRow=n;const s=this.rows[this.currRow];if(t.indent!==null){const w=t.indent,T=Math.max(w-1,0);s.setCursor(t.indent),t.color=s.chars[T].penState.foreground}const v={foreground:t.color,underline:t.underline,italics:t.italics,background:"black",flash:!1};this.setPen(v)}setBkgData(t){this.logger.log(2,()=>"bkgData = "+Dn(t)),this.backSpace(),this.setPen(t),this.insertChar(32)}setRollUpRows(t){this.nrRollUpRows=t}rollUp(){if(this.nrRollUpRows===null){this.logger.log(3,"roll_up but nrRollUpRows not set yet");return}this.logger.log(1,()=>this.getDisplayText());const t=this.currRow+1-this.nrRollUpRows,n=this.rows.splice(t,1)[0];n.clear(),this.rows.splice(this.currRow,0,n),this.logger.log(2,"Rolling up")}getDisplayText(t){t=t||!1;const n=[];let s="",v=-1;for(let w=0;w<De;w++){const T=this.rows[w].getTextString();T&&(v=w+1,t?n.push("Row "+v+": '"+T+"'"):n.push(T.trim()))}return n.length>0&&(t?s="["+n.join(" | ")+"]":s=n.join(`
`)),s}getTextAndFormat(){return this.rows}}class rc{constructor(t,n,s){this.chNr=void 0,this.outputFilter=void 0,this.mode=void 0,this.verbose=void 0,this.displayedMemory=void 0,this.nonDisplayedMemory=void 0,this.lastOutputScreen=void 0,this.currRollUpRow=void 0,this.writeScreen=void 0,this.cueStartTime=void 0,this.logger=void 0,this.chNr=t,this.outputFilter=n,this.mode=null,this.verbose=0,this.displayedMemory=new tc(s),this.nonDisplayedMemory=new tc(s),this.lastOutputScreen=new tc(s),this.currRollUpRow=this.displayedMemory.rows[De-1],this.writeScreen=this.displayedMemory,this.mode=null,this.cueStartTime=null,this.logger=s}reset(){this.mode=null,this.displayedMemory.reset(),this.nonDisplayedMemory.reset(),this.lastOutputScreen.reset(),this.outputFilter.reset(),this.currRollUpRow=this.displayedMemory.rows[De-1],this.writeScreen=this.displayedMemory,this.mode=null,this.cueStartTime=null}getHandler(){return this.outputFilter}setHandler(t){this.outputFilter=t}setPAC(t){this.writeScreen.setPAC(t)}setBkgData(t){this.writeScreen.setBkgData(t)}setMode(t){t!==this.mode&&(this.mode=t,this.logger.log(2,()=>"MODE="+t),this.mode==="MODE_POP-ON"?this.writeScreen=this.nonDisplayedMemory:(this.writeScreen=this.displayedMemory,this.writeScreen.reset()),this.mode!=="MODE_ROLL-UP"&&(this.displayedMemory.nrRollUpRows=null,this.nonDisplayedMemory.nrRollUpRows=null),this.mode=t)}insertChars(t){for(let s=0;s<t.length;s++)this.writeScreen.insertChar(t[s]);const n=this.writeScreen===this.displayedMemory?"DISP":"NON_DISP";this.logger.log(2,()=>n+": "+this.writeScreen.getDisplayText(!0)),(this.mode==="MODE_PAINT-ON"||this.mode==="MODE_ROLL-UP")&&(this.logger.log(1,()=>"DISPLAYED: "+this.displayedMemory.getDisplayText(!0)),this.outputDataUpdate())}ccRCL(){this.logger.log(2,"RCL - Resume Caption Loading"),this.setMode("MODE_POP-ON")}ccBS(){this.logger.log(2,"BS - BackSpace"),this.mode!=="MODE_TEXT"&&(this.writeScreen.backSpace(),this.writeScreen===this.displayedMemory&&this.outputDataUpdate())}ccAOF(){}ccAON(){}ccDER(){this.logger.log(2,"DER- Delete to End of Row"),this.writeScreen.clearToEndOfRow(),this.outputDataUpdate()}ccRU(t){this.logger.log(2,"RU("+t+") - Roll Up"),this.writeScreen=this.displayedMemory,this.setMode("MODE_ROLL-UP"),this.writeScreen.setRollUpRows(t)}ccFON(){this.logger.log(2,"FON - Flash On"),this.writeScreen.setPen({flash:!0})}ccRDC(){this.logger.log(2,"RDC - Resume Direct Captioning"),this.setMode("MODE_PAINT-ON")}ccTR(){this.logger.log(2,"TR"),this.setMode("MODE_TEXT")}ccRTD(){this.logger.log(2,"RTD"),this.setMode("MODE_TEXT")}ccEDM(){this.logger.log(2,"EDM - Erase Displayed Memory"),this.displayedMemory.reset(),this.outputDataUpdate(!0)}ccCR(){this.logger.log(2,"CR - Carriage Return"),this.writeScreen.rollUp(),this.outputDataUpdate(!0)}ccENM(){this.logger.log(2,"ENM - Erase Non-displayed Memory"),this.nonDisplayedMemory.reset()}ccEOC(){if(this.logger.log(2,"EOC - End Of Caption"),this.mode==="MODE_POP-ON"){const t=this.displayedMemory;this.displayedMemory=this.nonDisplayedMemory,this.nonDisplayedMemory=t,this.writeScreen=this.nonDisplayedMemory,this.logger.log(1,()=>"DISP: "+this.displayedMemory.getDisplayText())}this.outputDataUpdate(!0)}ccTO(t){this.logger.log(2,"TO("+t+") - Tab Offset"),this.writeScreen.moveCursor(t)}ccMIDROW(t){const n={flash:!1};if(n.underline=t%2===1,n.italics=t>=46,n.italics)n.foreground="white";else{const s=Math.floor(t/2)-16,v=["white","green","blue","cyan","red","yellow","magenta"];n.foreground=v[s]}this.logger.log(2,"MIDROW: "+Dn(n)),this.writeScreen.setPen(n)}outputDataUpdate(t=!1){const n=this.logger.time;n!==null&&this.outputFilter&&(this.cueStartTime===null&&!this.displayedMemory.isEmpty()?this.cueStartTime=n:this.displayedMemory.equals(this.lastOutputScreen)||(this.outputFilter.newCue(this.cueStartTime,n,this.lastOutputScreen),t&&this.outputFilter.dispatchCue&&this.outputFilter.dispatchCue(),this.cueStartTime=this.displayedMemory.isEmpty()?null:n),this.lastOutputScreen.copy(this.displayedMemory))}cueSplitAtTime(t){this.outputFilter&&(this.displayedMemory.isEmpty()||(this.outputFilter.newCue&&this.outputFilter.newCue(this.cueStartTime,t,this.displayedMemory),this.cueStartTime=t))}}class _c{constructor(t,n,s){this.channels=void 0,this.currentChannel=0,this.cmdHistory=nc(),this.logger=void 0;const v=this.logger=new Oo;this.channels=[null,new rc(t,n,v),new rc(t+1,s,v)]}getHandler(t){return this.channels[t].getHandler()}setHandler(t,n){this.channels[t].setHandler(n)}addData(t,n){this.logger.time=t;for(let s=0;s<n.length;s+=2){const v=n[s]&127,w=n[s+1]&127;let T=!1,z=null;if(v===0&&w===0)continue;this.logger.log(3,()=>"["+Ma([n[s],n[s+1]])+"] -> ("+Ma([v,w])+")");const W=this.cmdHistory;if(v>=16&&v<=31){if(ki(v,w,W)){Mu(null,null,W),this.logger.log(3,()=>"Repeated command ("+Ma([v,w])+") is dropped");continue}Mu(v,w,this.cmdHistory),T=this.parseCmd(v,w),T||(T=this.parseMidrow(v,w)),T||(T=this.parsePAC(v,w)),T||(T=this.parseBackgroundAttributes(v,w))}else Mu(null,null,W);if(!T&&(z=this.parseChars(v,w),z)){const te=this.currentChannel;te&&te>0?this.channels[te].insertChars(z):this.logger.log(2,"No channel found yet. TEXT-MODE?")}!T&&!z&&this.logger.log(2,()=>"Couldn't parse cleaned data "+Ma([v,w])+" orig: "+Ma([n[s],n[s+1]]))}}parseCmd(t,n){const s=(t===20||t===28||t===21||t===29)&&n>=32&&n<=47,v=(t===23||t===31)&&n>=33&&n<=35;if(!(s||v))return!1;const w=t===20||t===21||t===23?1:2,T=this.channels[w];return t===20||t===21||t===28||t===29?n===32?T.ccRCL():n===33?T.ccBS():n===34?T.ccAOF():n===35?T.ccAON():n===36?T.ccDER():n===37?T.ccRU(2):n===38?T.ccRU(3):n===39?T.ccRU(4):n===40?T.ccFON():n===41?T.ccRDC():n===42?T.ccTR():n===43?T.ccRTD():n===44?T.ccEDM():n===45?T.ccCR():n===46?T.ccENM():n===47&&T.ccEOC():T.ccTO(n-32),this.currentChannel=w,!0}parseMidrow(t,n){let s=0;if((t===17||t===25)&&n>=32&&n<=47){if(t===17?s=1:s=2,s!==this.currentChannel)return this.logger.log(0,"Mismatch channel in midrow parsing"),!1;const v=this.channels[s];return v?(v.ccMIDROW(n),this.logger.log(3,()=>"MIDROW ("+Ma([t,n])+")"),!0):!1}return!1}parsePAC(t,n){let s;const v=(t>=17&&t<=23||t>=25&&t<=31)&&n>=64&&n<=127,w=(t===16||t===24)&&n>=64&&n<=95;if(!(v||w))return!1;const T=t<=23?1:2;n>=64&&n<=95?s=T===1?An[t]:Di[t]:s=T===1?hn[t]:Ya[t];const z=this.channels[T];return z?(z.setPAC(this.interpretPAC(s,n)),this.currentChannel=T,!0):!1}interpretPAC(t,n){let s;const v={color:null,italics:!1,indent:null,underline:!1,row:t};return n>95?s=n-96:s=n-64,v.underline=(s&1)===1,s<=13?v.color=["white","green","blue","cyan","red","yellow","magenta","white"][Math.floor(s/2)]:s<=15?(v.italics=!0,v.color="white"):v.indent=Math.floor((s-16)/2)*4,v}parseChars(t,n){let s,v=null,w=null;if(t>=25?(s=2,w=t-8):(s=1,w=t),w>=17&&w<=19){let T;w===17?T=n+80:w===18?T=n+112:T=n+144,this.logger.log(2,()=>"Special char '"+ve(T)+"' in channel "+s),v=[T]}else t>=32&&t<=127&&(v=n===0?[t]:[t,n]);return v&&this.logger.log(3,()=>"Char codes = "+Ma(v).join(",")),v}parseBackgroundAttributes(t,n){const s=(t===16||t===24)&&n>=32&&n<=47,v=(t===23||t===31)&&n>=45&&n<=47;if(!(s||v))return!1;let w;const T={};t===16||t===24?(w=Math.floor((n-32)/2),T.background=Da[w],n%2===1&&(T.background=T.background+"_semi")):n===45?T.background="transparent":(T.foreground="black",n===47&&(T.underline=!0));const z=t<=23?1:2;return this.channels[z].setBkgData(T),!0}reset(){for(let t=0;t<Object.keys(this.channels).length;t++){const n=this.channels[t];n&&n.reset()}Mu(null,null,this.cmdHistory)}cueSplitAtTime(t){for(let n=0;n<this.channels.length;n++){const s=this.channels[n];s&&s.cueSplitAtTime(t)}}}function Mu(P,t,n){n.a=P,n.b=t}function ki(P,t,n){return n.a===P&&n.b===t}function nc(){return{a:null,b:null}}var Fl=function(){if(ho!=null&&ho.VTTCue)return self.VTTCue;const P=["","lr","rl"],t=["start","middle","end","left","right"];function n(z,W){if(typeof W!="string"||!Array.isArray(z))return!1;const N=W.toLowerCase();return~z.indexOf(N)?N:!1}function s(z){return n(P,z)}function v(z){return n(t,z)}function w(z,...W){let N=1;for(;N<arguments.length;N++){const te=arguments[N];for(const ce in te)z[ce]=te[ce]}return z}function T(z,W,N){const te=this,ce={enumerable:!0};te.hasBeenReset=!1;let be="",Ie=!1,Ae=z,at=W,rt=N,Rt=null,dr="",sr=!0,kr="auto",Hr="start",cn=50,Wr="middle",Jr=50,ln="middle";Object.defineProperty(te,"id",w({},ce,{get:function(){return be},set:function(Kr){be=""+Kr}})),Object.defineProperty(te,"pauseOnExit",w({},ce,{get:function(){return Ie},set:function(Kr){Ie=!!Kr}})),Object.defineProperty(te,"startTime",w({},ce,{get:function(){return Ae},set:function(Kr){if(typeof Kr!="number")throw new TypeError("Start time must be set to a number.");Ae=Kr,this.hasBeenReset=!0}})),Object.defineProperty(te,"endTime",w({},ce,{get:function(){return at},set:function(Kr){if(typeof Kr!="number")throw new TypeError("End time must be set to a number.");at=Kr,this.hasBeenReset=!0}})),Object.defineProperty(te,"text",w({},ce,{get:function(){return rt},set:function(Kr){rt=""+Kr,this.hasBeenReset=!0}})),Object.defineProperty(te,"region",w({},ce,{get:function(){return Rt},set:function(Kr){Rt=Kr,this.hasBeenReset=!0}})),Object.defineProperty(te,"vertical",w({},ce,{get:function(){return dr},set:function(Kr){const Zn=s(Kr);if(Zn===!1)throw new SyntaxError("An invalid or illegal string was specified.");dr=Zn,this.hasBeenReset=!0}})),Object.defineProperty(te,"snapToLines",w({},ce,{get:function(){return sr},set:function(Kr){sr=!!Kr,this.hasBeenReset=!0}})),Object.defineProperty(te,"line",w({},ce,{get:function(){return kr},set:function(Kr){if(typeof Kr!="number"&&Kr!=="auto")throw new SyntaxError("An invalid number or illegal string was specified.");kr=Kr,this.hasBeenReset=!0}})),Object.defineProperty(te,"lineAlign",w({},ce,{get:function(){return Hr},set:function(Kr){const Zn=v(Kr);if(!Zn)throw new SyntaxError("An invalid or illegal string was specified.");Hr=Zn,this.hasBeenReset=!0}})),Object.defineProperty(te,"position",w({},ce,{get:function(){return cn},set:function(Kr){if(Kr<0||Kr>100)throw new Error("Position must be between 0 and 100.");cn=Kr,this.hasBeenReset=!0}})),Object.defineProperty(te,"positionAlign",w({},ce,{get:function(){return Wr},set:function(Kr){const Zn=v(Kr);if(!Zn)throw new SyntaxError("An invalid or illegal string was specified.");Wr=Zn,this.hasBeenReset=!0}})),Object.defineProperty(te,"size",w({},ce,{get:function(){return Jr},set:function(Kr){if(Kr<0||Kr>100)throw new Error("Size must be between 0 and 100.");Jr=Kr,this.hasBeenReset=!0}})),Object.defineProperty(te,"align",w({},ce,{get:function(){return ln},set:function(Kr){const Zn=v(Kr);if(!Zn)throw new SyntaxError("An invalid or illegal string was specified.");ln=Zn,this.hasBeenReset=!0}})),te.displayState=void 0}return T.prototype.getCueAsHTML=function(){return self.WebVTT.convertCueToDOMTree(self,this.text)},T}();class jo{decode(t,n){if(!t)return"";if(typeof t!="string")throw new Error("Error - expected string data.");return decodeURIComponent(encodeURIComponent(t))}}function Ks(P){function t(s,v,w,T){return(s|0)*3600+(v|0)*60+(w|0)+parseFloat(T||0)}const n=P.match(/^(?:(\d+):)?(\d{2}):(\d{2})(\.\d+)?/);return n?parseFloat(n[2])>59?t(n[2],n[3],0,n[4]):t(n[1],n[2],n[3],n[4]):null}class ns{constructor(){this.values=Object.create(null)}set(t,n){!this.get(t)&&n!==""&&(this.values[t]=n)}get(t,n,s){return s?this.has(t)?this.values[t]:n[s]:this.has(t)?this.values[t]:n}has(t){return t in this.values}alt(t,n,s){for(let v=0;v<s.length;++v)if(n===s[v]){this.set(t,n);break}}integer(t,n){/^-?\d+$/.test(n)&&this.set(t,parseInt(n,10))}percent(t,n){if(/^([\d]{1,3})(\.[\d]*)?%$/.test(n)){const s=parseFloat(n);if(s>=0&&s<=100)return this.set(t,s),!0}return!1}}function al(P,t,n,s){const v=s?P.split(s):[P];for(const w in v){if(typeof v[w]!="string")continue;const T=v[w].split(n);if(T.length!==2)continue;const z=T[0],W=T[1];t(z,W)}}const sl=new Fl(0,0,""),wl=sl.align==="middle"?"middle":"center";function El(P,t,n){const s=P;function v(){const z=Ks(P);if(z===null)throw new Error("Malformed timestamp: "+s);return P=P.replace(/^[^\sa-zA-Z-]+/,""),z}function w(z,W){const N=new ns;al(z,function(be,Ie){let Ae;switch(be){case"region":for(let at=n.length-1;at>=0;at--)if(n[at].id===Ie){N.set(be,n[at].region);break}break;case"vertical":N.alt(be,Ie,["rl","lr"]);break;case"line":Ae=Ie.split(","),N.integer(be,Ae[0]),N.percent(be,Ae[0])&&N.set("snapToLines",!1),N.alt(be,Ae[0],["auto"]),Ae.length===2&&N.alt("lineAlign",Ae[1],["start",wl,"end"]);break;case"position":Ae=Ie.split(","),N.percent(be,Ae[0]),Ae.length===2&&N.alt("positionAlign",Ae[1],["start",wl,"end","line-left","line-right","auto"]);break;case"size":N.percent(be,Ie);break;case"align":N.alt(be,Ie,["start",wl,"end","left","right"]);break}},/:/,/\s/),W.region=N.get("region",null),W.vertical=N.get("vertical","");let te=N.get("line","auto");te==="auto"&&sl.line===-1&&(te=-1),W.line=te,W.lineAlign=N.get("lineAlign","start"),W.snapToLines=N.get("snapToLines",!0),W.size=N.get("size",100),W.align=N.get("align",wl);let ce=N.get("position","auto");ce==="auto"&&sl.position===50&&(ce=W.align==="start"||W.align==="left"?0:W.align==="end"||W.align==="right"?100:50),W.position=ce}function T(){P=P.replace(/^\s+/,"")}if(T(),t.startTime=v(),T(),P.slice(0,3)!=="-->")throw new Error("Malformed time stamp (time stamps must be separated by '-->'): "+s);P=P.slice(3),T(),t.endTime=v(),T(),w(P,t)}function ol(P){return P.replace(/<br(?: \/)?>/gi,`
`)}class qc{constructor(){this.state="INITIAL",this.buffer="",this.decoder=new jo,this.regionList=[],this.cue=null,this.oncue=void 0,this.onparsingerror=void 0,this.onflush=void 0}parse(t){const n=this;t&&(n.buffer+=n.decoder.decode(t,{stream:!0}));function s(){let w=n.buffer,T=0;for(w=ol(w);T<w.length&&w[T]!=="\r"&&w[T]!==`
`;)++T;const z=w.slice(0,T);return w[T]==="\r"&&++T,w[T]===`
`&&++T,n.buffer=w.slice(T),z}function v(w){al(w,function(T,z){},/:/)}try{let w="";if(n.state==="INITIAL"){if(!/\r\n|\n/.test(n.buffer))return this;w=s();const z=w.match(/^()?WEBVTT([ \t].*)?$/);if(!(z!=null&&z[0]))throw new Error("Malformed WebVTT signature.");n.state="HEADER"}let T=!1;for(;n.buffer;){if(!/\r\n|\n/.test(n.buffer))return this;switch(T?T=!1:w=s(),n.state){case"HEADER":/:/.test(w)?v(w):w||(n.state="ID");continue;case"NOTE":w||(n.state="ID");continue;case"ID":if(/^NOTE($|[ \t])/.test(w)){n.state="NOTE";break}if(!w)continue;if(n.cue=new Fl(0,0,""),n.state="CUE",w.indexOf("-->")===-1){n.cue.id=w;continue}case"CUE":if(!n.cue){n.state="BADCUE";continue}try{El(w,n.cue,n.regionList)}catch(z){n.cue=null,n.state="BADCUE";continue}n.state="CUETEXT";continue;case"CUETEXT":{const z=w.indexOf("-->")!==-1;if(!w||z&&(T=!0)){n.oncue&&n.cue&&n.oncue(n.cue),n.cue=null,n.state="ID";continue}if(n.cue===null)continue;n.cue.text&&(n.cue.text+=`
`),n.cue.text+=w}continue;case"BADCUE":w||(n.state="ID")}}}catch(w){n.state==="CUETEXT"&&n.cue&&n.oncue&&n.oncue(n.cue),n.cue=null,n.state=n.state==="INITIAL"?"BADWEBVTT":"BADCUE"}return this}flush(){const t=this;try{if((t.cue||t.state==="HEADER")&&(t.buffer+=`
`,t.parse()),t.state==="INITIAL"||t.state==="BADWEBVTT")throw new Error("Malformed WebVTT signature.")}catch(n){t.onparsingerror&&t.onparsingerror(n)}return t.onflush&&t.onflush(),this}}const kc=/\r\n|\n\r|\n|\r/g,$u=function(t,n,s=0){return t.slice(s,s+n.length)===n},Qc=function(t){let n=parseInt(t.slice(-3));const s=parseInt(t.slice(-6,-4)),v=parseInt(t.slice(-9,-7)),w=t.length>9?parseInt(t.substring(0,t.indexOf(":"))):0;if(!r(n)||!r(s)||!r(v)||!r(w))throw Error(`Malformed X-TIMESTAMP-MAP: Local:${t}`);return n+=1e3*s,n+=60*1e3*v,n+=60*60*1e3*w,n};function Bl(P,t,n){return xu(P.toString())+xu(t.toString())+xu(n)}const Jc=function(t,n,s){let v=t[n],w=t[v.prevCC];if(!w||!w.new&&v.new){t.ccOffset=t.presentationOffset=v.start,v.new=!1;return}for(;(T=w)!=null&&T.new;){var T;t.ccOffset+=v.start-w.start,v.new=!1,v=w,w=t[v.prevCC]}t.presentationOffset=s};function cu(P,t,n,s,v,w,T){const z=new qc,W=Q(new Uint8Array(P)).trim().replace(kc,`
`).split(`
`),N=[],te=t?Ci(t.baseTime,t.timescale):0;let ce="00:00.000",be=0,Ie=0,Ae,at=!0;z.oncue=function(rt){const Rt=n[s];let dr=n.ccOffset;const sr=(be-te)/9e4;if(Rt!=null&&Rt.new&&(Ie!==void 0?dr=n.ccOffset=Rt.start:Jc(n,s,sr)),sr){if(!t){Ae=new Error("Missing initPTS for VTT MPEGTS");return}dr=sr-n.presentationOffset}const kr=rt.endTime-rt.startTime,Hr=Za((rt.startTime+dr-Ie)*9e4,v*9e4)/9e4;rt.startTime=Math.max(Hr,0),rt.endTime=Math.max(Hr+kr,0);const cn=rt.text.trim();rt.text=decodeURIComponent(encodeURIComponent(cn)),rt.id||(rt.id=Bl(rt.startTime,rt.endTime,cn)),rt.endTime>0&&N.push(rt)},z.onparsingerror=function(rt){Ae=rt},z.onflush=function(){if(Ae){T(Ae);return}w(N)},W.forEach(rt=>{if(at)if($u(rt,"X-TIMESTAMP-MAP=")){at=!1,rt.slice(16).split(",").forEach(Rt=>{$u(Rt,"LOCAL:")?ce=Rt.slice(6):$u(Rt,"MPEGTS:")&&(be=parseInt(Rt.slice(7)))});try{Ie=Qc(ce)/1e3}catch(Rt){Ae=Rt}return}else rt===""&&(at=!1);z.parse(rt+`
`)}),z.flush()}const Fu="stpp.ttml.im1t",Sl=/^(\d{2,}):(\d{2}):(\d{2}):(\d{2})\.?(\d+)?$/,ic=/^(\d*(?:\.\d*)?)(h|m|s|ms|f|t)$/,Eu={left:"start",center:"center",right:"end",start:"start",end:"end"};function ac(P,t,n,s){const v=bt(new Uint8Array(P),["mdat"]);if(v.length===0){s(new Error("Could not parse IMSC1 mdat"));return}const w=v.map(z=>Q(z)),T=Hn(t.baseTime,1,t.timescale);try{w.forEach(z=>n(Nl(z,T)))}catch(z){s(z)}}function Nl(P,t){const v=new DOMParser().parseFromString(P,"text/xml").getElementsByTagName("tt")[0];if(!v)throw new Error("Invalid ttml");const w={frameRate:30,subFrameRate:1,frameRateMultiplier:0,tickRate:0},T=Object.keys(w).reduce((ce,be)=>(ce[be]=v.getAttribute(`ttp:${be}`)||w[be],ce),{}),z=v.getAttribute("xml:space")!=="preserve",W=Vn(Pn(v,"styling","style")),N=Vn(Pn(v,"layout","region")),te=Pn(v,"body","[begin]");return[].map.call(te,ce=>{const be=Mi(ce,z);if(!be||!ce.hasAttribute("begin"))return null;const Ie=ma(ce.getAttribute("begin"),T),Ae=ma(ce.getAttribute("dur"),T);let at=ma(ce.getAttribute("end"),T);if(Ie===null)throw oa(ce);if(at===null){if(Ae===null)throw oa(ce);at=Ie+Ae}const rt=new Fl(Ie-t,at-t,be);rt.id=Bl(rt.startTime,rt.endTime,rt.text);const Rt=N[ce.getAttribute("region")],dr=W[ce.getAttribute("style")],sr=Sa(Rt,dr,W),{textAlign:kr}=sr;if(kr){const Hr=Eu[kr];Hr&&(rt.lineAlign=Hr),rt.align=kr}return y(rt,sr),rt}).filter(ce=>ce!==null)}function Pn(P,t,n){const s=P.getElementsByTagName(t)[0];return s?[].slice.call(s.querySelectorAll(n)):[]}function Vn(P){return P.reduce((t,n)=>{const s=n.getAttribute("xml:id");return s&&(t[s]=n),t},{})}function Mi(P,t){return[].slice.call(P.childNodes).reduce((n,s,v)=>{var w;return s.nodeName==="br"&&v?n+`
`:(w=s.childNodes)!=null&&w.length?Mi(s,t):t?n+s.textContent.trim().replace(/\s+/g," "):n+s.textContent},"")}function Sa(P,t,n){const s="http://www.w3.org/ns/ttml#styling";let v=null;const w=["displayAlign","textAlign","color","backgroundColor","fontSize","fontFamily"],T=P!=null&&P.hasAttribute("style")?P.getAttribute("style"):null;return T&&n.hasOwnProperty(T)&&(v=n[T]),w.reduce((z,W)=>{const N=Wi(t,s,W)||Wi(P,s,W)||Wi(v,s,W);return N&&(z[W]=N),z},{})}function Wi(P,t,n){return P&&P.hasAttributeNS(t,n)?P.getAttributeNS(t,n):null}function oa(P){return new Error(`Could not parse ttml timestamp ${P}`)}function ma(P,t){if(!P)return null;let n=Ks(P);return n===null&&(Sl.test(P)?n=ms(P,t):ic.test(P)&&(n=Qi(P,t))),n}function ms(P,t){const n=Sl.exec(P),s=(n[4]|0)+(n[5]|0)/t.subFrameRate;return(n[1]|0)*3600+(n[2]|0)*60+(n[3]|0)+s/t.frameRate}function Qi(P,t){const n=ic.exec(P),s=Number(n[1]);switch(n[2]){case"h":return s*3600;case"m":return s*60;case"ms":return s*1e3;case"f":return s/t.frameRate;case"t":return s/t.tickRate}return s}class is{constructor(t,n){this.timelineController=void 0,this.cueRanges=[],this.trackName=void 0,this.startTime=null,this.endTime=null,this.screen=null,this.timelineController=t,this.trackName=n}dispatchCue(){this.startTime!==null&&(this.timelineController.addCues(this.trackName,this.startTime,this.endTime,this.screen,this.cueRanges),this.startTime=null)}newCue(t,n,s){(this.startTime===null||this.startTime>t)&&(this.startTime=t),this.endTime=n,this.screen=s,this.timelineController.createCaptionsTrack(this.trackName)}reset(){this.cueRanges=[],this.startTime=null}}class Wu{constructor(t){this.hls=void 0,this.media=null,this.config=void 0,this.enabled=!0,this.Cues=void 0,this.textTracks=[],this.tracks=[],this.initPTS=[],this.unparsedVttFrags=[],this.captionsTracks={},this.nonNativeCaptionsTracks={},this.cea608Parser1=void 0,this.cea608Parser2=void 0,this.lastCc=-1,this.lastSn=-1,this.lastPartIndex=-1,this.prevCC=-1,this.vttCCs=ll(),this.captionsProperties=void 0,this.hls=t,this.config=t.config,this.Cues=t.config.cueHandler,this.captionsProperties={textTrack1:{label:this.config.captionsTextTrack1Label,languageCode:this.config.captionsTextTrack1LanguageCode},textTrack2:{label:this.config.captionsTextTrack2Label,languageCode:this.config.captionsTextTrack2LanguageCode},textTrack3:{label:this.config.captionsTextTrack3Label,languageCode:this.config.captionsTextTrack3LanguageCode},textTrack4:{label:this.config.captionsTextTrack4Label,languageCode:this.config.captionsTextTrack4LanguageCode}},t.on(o.MEDIA_ATTACHING,this.onMediaAttaching,this),t.on(o.MEDIA_DETACHING,this.onMediaDetaching,this),t.on(o.MANIFEST_LOADING,this.onManifestLoading,this),t.on(o.MANIFEST_LOADED,this.onManifestLoaded,this),t.on(o.SUBTITLE_TRACKS_UPDATED,this.onSubtitleTracksUpdated,this),t.on(o.FRAG_LOADING,this.onFragLoading,this),t.on(o.FRAG_LOADED,this.onFragLoaded,this),t.on(o.FRAG_PARSING_USERDATA,this.onFragParsingUserdata,this),t.on(o.FRAG_DECRYPTED,this.onFragDecrypted,this),t.on(o.INIT_PTS_FOUND,this.onInitPtsFound,this),t.on(o.SUBTITLE_TRACKS_CLEARED,this.onSubtitleTracksCleared,this),t.on(o.BUFFER_FLUSHING,this.onBufferFlushing,this)}destroy(){const{hls:t}=this;t.off(o.MEDIA_ATTACHING,this.onMediaAttaching,this),t.off(o.MEDIA_DETACHING,this.onMediaDetaching,this),t.off(o.MANIFEST_LOADING,this.onManifestLoading,this),t.off(o.MANIFEST_LOADED,this.onManifestLoaded,this),t.off(o.SUBTITLE_TRACKS_UPDATED,this.onSubtitleTracksUpdated,this),t.off(o.FRAG_LOADING,this.onFragLoading,this),t.off(o.FRAG_LOADED,this.onFragLoaded,this),t.off(o.FRAG_PARSING_USERDATA,this.onFragParsingUserdata,this),t.off(o.FRAG_DECRYPTED,this.onFragDecrypted,this),t.off(o.INIT_PTS_FOUND,this.onInitPtsFound,this),t.off(o.SUBTITLE_TRACKS_CLEARED,this.onSubtitleTracksCleared,this),t.off(o.BUFFER_FLUSHING,this.onBufferFlushing,this),this.hls=this.config=this.media=null,this.cea608Parser1=this.cea608Parser2=void 0}initCea608Parsers(){const t=new is(this,"textTrack1"),n=new is(this,"textTrack2"),s=new is(this,"textTrack3"),v=new is(this,"textTrack4");this.cea608Parser1=new _c(1,t,n),this.cea608Parser2=new _c(3,s,v)}addCues(t,n,s,v,w){let T=!1;for(let z=w.length;z--;){const W=w[z],N=ul(W[0],W[1],n,s);if(N>=0&&(W[0]=Math.min(W[0],n),W[1]=Math.max(W[1],s),T=!0,N/(s-n)>.5))return}if(T||w.push([n,s]),this.config.renderTextTracksNatively){const z=this.captionsTracks[t];this.Cues.newCue(z,n,s,v)}else{const z=this.Cues.newCue(null,n,s,v);this.hls.trigger(o.CUES_PARSED,{type:"captions",cues:z,track:t})}}onInitPtsFound(t,{frag:n,id:s,initPTS:v,timescale:w}){const{unparsedVttFrags:T}=this;s===u.MAIN&&(this.initPTS[n.cc]={baseTime:v,timescale:w}),T.length&&(this.unparsedVttFrags=[],T.forEach(z=>{this.onFragLoaded(o.FRAG_LOADED,z)}))}getExistingTrack(t,n){const{media:s}=this;if(s)for(let v=0;v<s.textTracks.length;v++){const w=s.textTracks[v];if(Gu(w,{name:t,lang:n,characteristics:"transcribes-spoken-dialog,describes-music-and-sound"}))return w}return null}createCaptionsTrack(t){this.config.renderTextTracksNatively?this.createNativeTrack(t):this.createNonNativeTrack(t)}createNativeTrack(t){if(this.captionsTracks[t])return;const{captionsProperties:n,captionsTracks:s,media:v}=this,{label:w,languageCode:T}=n[t],z=this.getExistingTrack(w,T);if(z)s[t]=z,Ru(s[t]),yu(s[t],v);else{const W=this.createTextTrack("captions",w,T);W&&(W[t]=!0,s[t]=W)}}createNonNativeTrack(t){if(this.nonNativeCaptionsTracks[t])return;const n=this.captionsProperties[t];if(!n)return;const s=n.label,v={_id:t,label:s,kind:"captions",default:n.media?!!n.media.default:!1,closedCaptions:n.media};this.nonNativeCaptionsTracks[t]=v,this.hls.trigger(o.NON_NATIVE_TEXT_TRACKS_FOUND,{tracks:[v]})}createTextTrack(t,n,s){const v=this.media;if(v)return v.addTextTrack(t,n,s)}onMediaAttaching(t,n){this.media=n.media,n.mediaSource||this._cleanTracks()}onMediaDetaching(t,n){const s=!!n.transferMedia;if(this.media=null,s)return;const{captionsTracks:v}=this;Object.keys(v).forEach(w=>{Ru(v[w]),delete v[w]}),this.nonNativeCaptionsTracks={}}onManifestLoading(){this.lastCc=-1,this.lastSn=-1,this.lastPartIndex=-1,this.prevCC=-1,this.vttCCs=ll(),this._cleanTracks(),this.tracks=[],this.captionsTracks={},this.nonNativeCaptionsTracks={},this.textTracks=[],this.unparsedVttFrags=[],this.initPTS=[],this.cea608Parser1&&this.cea608Parser2&&(this.cea608Parser1.reset(),this.cea608Parser2.reset())}_cleanTracks(){const{media:t}=this;if(!t)return;const n=t.textTracks;if(n)for(let s=0;s<n.length;s++)Ru(n[s])}onSubtitleTracksUpdated(t,n){const s=n.subtitleTracks||[],v=s.some(w=>w.textCodec===Fu);if(this.config.enableWebVTT||v&&this.config.enableIMSC1){if(Gs(this.tracks,s)){this.tracks=s;return}if(this.textTracks=[],this.tracks=s,this.config.renderTextTracksNatively){const T=this.media,z=T?Ic(T.textTracks):null;if(this.tracks.forEach((W,N)=>{let te;if(z){let ce=null;for(let be=0;be<z.length;be++)if(z[be]&&Gu(z[be],W)){ce=z[be],z[be]=null;break}ce&&(te=ce)}if(te)Ru(te);else{const ce=Bu(W);te=this.createTextTrack(ce,W.name,W.lang),te&&(te.mode="disabled")}te&&this.textTracks.push(te)}),z!=null&&z.length){const W=z.filter(N=>N!==null).map(N=>N.label);W.length&&this.hls.logger.warn(`Media element contains unused subtitle tracks: ${W.join(", ")}. Replace media element for each source to clear TextTracks and captions menu.`)}}else if(this.tracks.length){const T=this.tracks.map(z=>({label:z.name,kind:z.type.toLowerCase(),default:z.default,subtitleTrack:z}));this.hls.trigger(o.NON_NATIVE_TEXT_TRACKS_FOUND,{tracks:T})}}}onManifestLoaded(t,n){this.config.enableCEA708Captions&&n.captions&&n.captions.forEach(s=>{const v=/(?:CC|SERVICE)([1-4])/.exec(s.instreamId);if(!v)return;const w=`textTrack${v[1]}`,T=this.captionsProperties[w];T&&(T.label=s.name,s.lang&&(T.languageCode=s.lang),T.media=s)})}closedCaptionsForLevel(t){const n=this.hls.levels[t.level];return n==null?void 0:n.attrs["CLOSED-CAPTIONS"]}onFragLoading(t,n){if(this.enabled&&n.frag.type===u.MAIN){var s,v;const{cea608Parser1:w,cea608Parser2:T,lastSn:z}=this,{cc:W,sn:N}=n.frag,te=(s=(v=n.part)==null?void 0:v.index)!=null?s:-1;w&&T&&(N!==z+1||N===z&&te!==this.lastPartIndex+1||W!==this.lastCc)&&(w.reset(),T.reset()),this.lastCc=W,this.lastSn=N,this.lastPartIndex=te}}onFragLoaded(t,n){const{frag:s,payload:v}=n;if(s.type===u.SUBTITLE)if(v.byteLength){const w=s.decryptdata,T="stats"in n;if(w==null||!w.encrypted||T){const z=this.tracks[s.level],W=this.vttCCs;W[s.cc]||(W[s.cc]={start:s.start,prevCC:this.prevCC,new:!0},this.prevCC=s.cc),z&&z.textCodec===Fu?this._parseIMSC1(s,v):this._parseVTTs(n)}}else this.hls.trigger(o.SUBTITLE_FRAG_PROCESSED,{success:!1,frag:s,error:new Error("Empty subtitle payload")})}_parseIMSC1(t,n){const s=this.hls;ac(n,this.initPTS[t.cc],v=>{this._appendCues(v,t.level),s.trigger(o.SUBTITLE_FRAG_PROCESSED,{success:!0,frag:t})},v=>{s.logger.log(`Failed to parse IMSC1: ${v}`),s.trigger(o.SUBTITLE_FRAG_PROCESSED,{success:!1,frag:t,error:v})})}_parseVTTs(t){var n;const{frag:s,payload:v}=t,{initPTS:w,unparsedVttFrags:T}=this,z=w.length-1;if(!w[s.cc]&&z===-1){T.push(t);return}const W=this.hls,N=(n=s.initSegment)!=null&&n.data?Qe(s.initSegment.data,new Uint8Array(v)).buffer:v;cu(N,this.initPTS[s.cc],this.vttCCs,s.cc,s.start,te=>{this._appendCues(te,s.level),W.trigger(o.SUBTITLE_FRAG_PROCESSED,{success:!0,frag:s})},te=>{const ce=te.message==="Missing initPTS for VTT MPEGTS";ce?T.push(t):this._fallbackToIMSC1(s,v),W.logger.log(`Failed to parse VTT cue: ${te}`),!(ce&&z>s.cc)&&W.trigger(o.SUBTITLE_FRAG_PROCESSED,{success:!1,frag:s,error:te})})}_fallbackToIMSC1(t,n){const s=this.tracks[t.level];s.textCodec||ac(n,this.initPTS[t.cc],()=>{s.textCodec=Fu,this._parseIMSC1(t,n)},()=>{s.textCodec="wvtt"})}_appendCues(t,n){const s=this.hls;if(this.config.renderTextTracksNatively){const v=this.textTracks[n];if(!v||v.mode==="disabled")return;t.forEach(w=>hc(v,w))}else{const v=this.tracks[n];if(!v)return;const w=v.default?"default":"subtitles"+n;s.trigger(o.CUES_PARSED,{type:"subtitles",cues:t,track:w})}}onFragDecrypted(t,n){const{frag:s}=n;s.type===u.SUBTITLE&&this.onFragLoaded(o.FRAG_LOADED,n)}onSubtitleTracksCleared(){this.tracks=[],this.captionsTracks={}}onFragParsingUserdata(t,n){if(!this.enabled||!this.config.enableCEA708Captions)return;const{frag:s,samples:v}=n;if(!(s.type===u.MAIN&&this.closedCaptionsForLevel(s)==="NONE"))for(let w=0;w<v.length;w++){const T=v[w].bytes;if(T){this.cea608Parser1||this.initCea608Parsers();const z=this.extractCea608Data(T);this.cea608Parser1.addData(v[w].pts,z[0]),this.cea608Parser2.addData(v[w].pts,z[1])}}}onBufferFlushing(t,{startOffset:n,endOffset:s,endOffsetSubtitles:v,type:w}){const{media:T}=this;if(!(!T||T.currentTime<s)){if(!w||w==="video"){const{captionsTracks:z}=this;Object.keys(z).forEach(W=>Vo(z[W],n,s))}if(this.config.renderTextTracksNatively&&n===0&&v!==void 0){const{textTracks:z}=this;Object.keys(z).forEach(W=>Vo(z[W],n,v))}}}extractCea608Data(t){const n=[[],[]],s=t[0]&31;let v=2;for(let w=0;w<s;w++){const T=t[v++],z=127&t[v++],W=127&t[v++];if(z===0&&W===0)continue;if((4&T)!==0){const te=3&T;(te===0||te===1)&&(n[te].push(z),n[te].push(W))}}return n}}function Bu(P){return P.characteristics&&/transcribes-spoken-dialog/gi.test(P.characteristics)&&/describes-music-and-sound/gi.test(P.characteristics)?"captions":"subtitles"}function Gu(P,t){return!!P&&P.kind===Bu(t)&&vu(t,P)}function ul(P,t,n,s){return Math.min(t,s)-Math.max(P,n)}function ll(){return{ccOffset:0,presentationOffset:0,0:{start:0,prevCC:-1,new:!0}}}const I0=/\s/,w0={newCue(P,t,n,s){const v=[];let w,T,z,W,N;const te=self.VTTCue||self.TextTrackCue;for(let be=0;be<s.rows.length;be++)if(w=s.rows[be],z=!0,W=0,N="",!w.isEmpty()){var ce;for(let at=0;at<w.chars.length;at++)I0.test(w.chars[at].uchar)&&z?W++:(N+=w.chars[at].uchar,z=!1);w.cueStartTime=t,t===n&&(n+=1e-4),W>=16?W--:W++;const Ie=ol(N.trim()),Ae=Bl(t,n,Ie);P!=null&&(ce=P.cues)!=null&&ce.getCueById(Ae)||(T=new te(t,n,Ie),T.id=Ae,T.line=be+1,T.align="left",T.position=10+Math.min(80,Math.floor(W*8/32)*10),v.push(T))}return P&&v.length&&(v.sort((be,Ie)=>be.line==="auto"||Ie.line==="auto"?0:be.line>8&&Ie.line>8?Ie.line-be.line:be.line-Ie.line),v.forEach(be=>hc(P,be))),v}};function jl(){if(self.fetch&&self.AbortController&&self.ReadableStream&&self.Request)try{return new self.ReadableStream({}),!0}catch(P){}return!1}const E0=/(\d+)-(\d+)\/(\d+)/;class gc{constructor(t){this.fetchSetup=void 0,this.requestTimeout=void 0,this.request=null,this.response=null,this.controller=void 0,this.context=null,this.config=null,this.callbacks=null,this.stats=void 0,this.loader=null,this.fetchSetup=t.fetchSetup||O0,this.controller=new self.AbortController,this.stats=new Z}destroy(){this.loader=this.callbacks=this.context=this.config=this.request=null,this.abortInternal(),this.response=null,this.fetchSetup=this.controller=this.stats=null}abortInternal(){this.controller&&!this.stats.loading.end&&(this.stats.aborted=!0,this.controller.abort())}abort(){var t;this.abortInternal(),(t=this.callbacks)!=null&&t.onAbort&&this.callbacks.onAbort(this.stats,this.context,this.response)}load(t,n,s){const v=this.stats;if(v.loading.start)throw new Error("Loader can only be used once.");v.loading.start=self.performance.now();const w=e0(t,this.controller.signal),T=t.responseType==="arraybuffer",z=T?"byteLength":"length",{maxTimeToFirstByteMs:W,maxLoadTimeMs:N}=n.loadPolicy;this.context=t,this.config=n,this.callbacks=s,this.request=this.fetchSetup(t,w),self.clearTimeout(this.requestTimeout),n.timeout=W&&r(W)?W:N,this.requestTimeout=self.setTimeout(()=>{this.callbacks&&(this.abortInternal(),this.callbacks.onTimeout(v,t,this.response))},n.timeout),(As(this.request)?this.request.then(self.fetch):self.fetch(this.request)).then(ce=>{var be;this.response=this.loader=ce;const Ie=Math.max(self.performance.now(),v.loading.start);if(self.clearTimeout(this.requestTimeout),n.timeout=N,this.requestTimeout=self.setTimeout(()=>{this.callbacks&&(this.abortInternal(),this.callbacks.onTimeout(v,t,this.response))},N-(Ie-v.loading.start)),!ce.ok){const{status:at,statusText:rt}=ce;throw new Vu(rt||"fetch, bad network response",at,ce)}v.loading.first=Ie,v.total=cl(ce.headers)||v.total;const Ae=(be=this.callbacks)==null?void 0:be.onProgress;return Ae&&r(n.highWaterMark)?this.loadProgressively(ce,v,t,n.highWaterMark,Ae):T?ce.arrayBuffer():t.responseType==="json"?ce.json():ce.text()}).then(ce=>{var be,Ie;const Ae=this.response;if(!Ae)throw new Error("loader destroyed");self.clearTimeout(this.requestTimeout),v.loading.end=Math.max(self.performance.now(),v.loading.first);const at=ce[z];at&&(v.loaded=v.total=at);const rt={url:Ae.url,data:ce,code:Ae.status},Rt=(be=this.callbacks)==null?void 0:be.onProgress;Rt&&!r(n.highWaterMark)&&Rt(v,t,ce,Ae),(Ie=this.callbacks)==null||Ie.onSuccess(rt,v,t,Ae)}).catch(ce=>{var be;if(self.clearTimeout(this.requestTimeout),v.aborted)return;const Ie=ce&&ce.code||0,Ae=ce?ce.message:null;(be=this.callbacks)==null||be.onError({code:Ie,text:Ae},t,ce?ce.details:null,v)})}getCacheAge(){let t=null;if(this.response){const n=this.response.headers.get("age");t=n?parseFloat(n):null}return t}getResponseHeader(t){return this.response?this.response.headers.get(t):null}loadProgressively(t,n,s,v=0,w){const T=new aa,z=t.body.getReader(),W=()=>z.read().then(N=>{if(N.done)return T.dataLength&&w(n,s,T.flush().buffer,t),Promise.resolve(new ArrayBuffer(0));const te=N.value,ce=te.length;return n.loaded+=ce,ce<v||T.dataLength?(T.push(te),T.dataLength>=v&&w(n,s,T.flush().buffer,t)):w(n,s,te.buffer,t),W()}).catch(()=>Promise.reject());return W()}}function e0(P,t){const n={method:"GET",mode:"cors",credentials:"same-origin",signal:t,headers:new self.Headers(y({},P.headers))};return P.rangeEnd&&n.headers.set("Range","bytes="+P.rangeStart+"-"+String(P.rangeEnd-1)),n}function d0(P){const t=E0.exec(P);if(t)return parseInt(t[2])-parseInt(t[1])+1}function cl(P){const t=P.get("Content-Range");if(t){const s=d0(t);if(r(s))return s}const n=P.get("Content-Length");if(n)return parseInt(n)}function O0(P,t){return new self.Request(P.url,t)}class Vu extends Error{constructor(t,n,s){super(t),this.code=void 0,this.details=void 0,this.code=n,this.details=s}}const Rc=/^age:\s*[\d.]+\s*$/im;class t0{constructor(t){this.xhrSetup=void 0,this.requestTimeout=void 0,this.retryTimeout=void 0,this.retryDelay=void 0,this.config=null,this.callbacks=null,this.context=null,this.loader=null,this.stats=void 0,this.xhrSetup=t&&t.xhrSetup||null,this.stats=new Z,this.retryDelay=0}destroy(){this.callbacks=null,this.abortInternal(),this.loader=null,this.config=null,this.context=null,this.xhrSetup=null}abortInternal(){const t=this.loader;self.clearTimeout(this.requestTimeout),self.clearTimeout(this.retryTimeout),t&&(t.onreadystatechange=null,t.onprogress=null,t.readyState!==4&&(this.stats.aborted=!0,t.abort()))}abort(){var t;this.abortInternal(),(t=this.callbacks)!=null&&t.onAbort&&this.callbacks.onAbort(this.stats,this.context,this.loader)}load(t,n,s){if(this.stats.loading.start)throw new Error("Loader can only be used once.");this.stats.loading.start=self.performance.now(),this.context=t,this.config=n,this.callbacks=s,this.loadInternal()}loadInternal(){const{config:t,context:n}=this;if(!t||!n)return;const s=this.loader=new self.XMLHttpRequest,v=this.stats;v.loading.first=0,v.loaded=0,v.aborted=!1;const w=this.xhrSetup;w?Promise.resolve().then(()=>{if(!(this.loader!==s||this.stats.aborted))return w(s,n.url)}).catch(T=>{if(!(this.loader!==s||this.stats.aborted))return s.open("GET",n.url,!0),w(s,n.url)}).then(()=>{this.loader!==s||this.stats.aborted||this.openAndSendXhr(s,n,t)}).catch(T=>{var z;(z=this.callbacks)==null||z.onError({code:s.status,text:T.message},n,s,v)}):this.openAndSendXhr(s,n,t)}openAndSendXhr(t,n,s){t.readyState||t.open("GET",n.url,!0);const v=n.headers,{maxTimeToFirstByteMs:w,maxLoadTimeMs:T}=s.loadPolicy;if(v)for(const z in v)t.setRequestHeader(z,v[z]);n.rangeEnd&&t.setRequestHeader("Range","bytes="+n.rangeStart+"-"+(n.rangeEnd-1)),t.onreadystatechange=this.readystatechange.bind(this),t.onprogress=this.loadprogress.bind(this),t.responseType=n.responseType,self.clearTimeout(this.requestTimeout),s.timeout=w&&r(w)?w:T,this.requestTimeout=self.setTimeout(this.loadtimeout.bind(this),s.timeout),t.send()}readystatechange(){const{context:t,loader:n,stats:s}=this;if(!t||!n)return;const v=n.readyState,w=this.config;if(!s.aborted&&v>=2&&(s.loading.first===0&&(s.loading.first=Math.max(self.performance.now(),s.loading.start),w.timeout!==w.loadPolicy.maxLoadTimeMs&&(self.clearTimeout(this.requestTimeout),w.timeout=w.loadPolicy.maxLoadTimeMs,this.requestTimeout=self.setTimeout(this.loadtimeout.bind(this),w.loadPolicy.maxLoadTimeMs-(s.loading.first-s.loading.start)))),v===4)){self.clearTimeout(this.requestTimeout),n.onreadystatechange=null,n.onprogress=null;const N=n.status,te=n.responseType==="text"?n.responseText:null;if(N>=200&&N<300){const Ae=te!=null?te:n.response;if(Ae!=null){var T,z;s.loading.end=Math.max(self.performance.now(),s.loading.first);const at=n.responseType==="arraybuffer"?Ae.byteLength:Ae.length;s.loaded=s.total=at,s.bwEstimate=s.total*8e3/(s.loading.end-s.loading.first);const rt=(T=this.callbacks)==null?void 0:T.onProgress;rt&&rt(s,t,Ae,n);const Rt={url:n.responseURL,data:Ae,code:N};(z=this.callbacks)==null||z.onSuccess(Rt,s,t,n);return}}const ce=w.loadPolicy.errorRetry,be=s.retry,Ie={url:t.url,data:void 0,code:N};if(Cr(ce,be,!1,Ie))this.retry(ce);else{var W;V.error(`${N} while loading ${t.url}`),(W=this.callbacks)==null||W.onError({code:N,text:n.statusText},t,n,s)}}}loadtimeout(){if(!this.config)return;const t=this.config.loadPolicy.timeoutRetry,n=this.stats.retry;if(Cr(t,n,!0))this.retry(t);else{var s;V.warn(`timeout while loading ${(s=this.context)==null?void 0:s.url}`);const v=this.callbacks;v&&(this.abortInternal(),v.onTimeout(this.stats,this.context,this.loader))}}retry(t){const{context:n,stats:s}=this;this.retryDelay=ur(t,s.retry),s.retry++,V.warn(`${status?"HTTP Status "+status:"Timeout"} while loading ${n==null?void 0:n.url}, retrying ${s.retry}/${t.maxNumRetry} in ${this.retryDelay}ms`),this.abortInternal(),this.loader=null,self.clearTimeout(this.retryTimeout),this.retryTimeout=self.setTimeout(this.loadInternal.bind(this),this.retryDelay)}loadprogress(t){const n=this.stats;n.loaded=t.loaded,t.lengthComputable&&(n.total=t.total)}getCacheAge(){let t=null;if(this.loader&&Rc.test(this.loader.getAllResponseHeaders())){const n=this.loader.getResponseHeader("age");t=n?parseFloat(n):null}return t}getResponseHeader(t){return this.loader&&new RegExp(`^${t}:\\s*[\\d.]+\\s*$`,"im").test(this.loader.getAllResponseHeaders())?this.loader.getResponseHeader(t):null}}const Ko={maxTimeToFirstByteMs:8e3,maxLoadTimeMs:2e4,timeoutRetry:null,errorRetry:null},r0=b(b({autoStartLoad:!0,startPosition:-1,defaultAudioCodec:void 0,debug:!1,capLevelOnFPSDrop:!1,capLevelToPlayerSize:!1,ignoreDevicePixelRatio:!1,maxDevicePixelRatio:Number.POSITIVE_INFINITY,preferManagedMediaSource:!0,initialLiveManifestSize:1,maxBufferLength:30,backBufferLength:1/0,frontBufferFlushThreshold:1/0,startOnSegmentBoundary:!1,maxBufferSize:60*1e3*1e3,maxFragLookUpTolerance:.25,maxBufferHole:.1,detectStallWithCurrentTimeMs:1250,highBufferWatchdogPeriod:2,nudgeOffset:.1,nudgeMaxRetry:3,nudgeOnVideoHole:!0,liveSyncMode:"edge",liveSyncDurationCount:3,liveSyncOnStallIncrease:1,liveMaxLatencyDurationCount:1/0,liveSyncDuration:void 0,liveMaxLatencyDuration:void 0,maxLiveSyncPlaybackRate:1,liveDurationInfinity:!1,liveBackBufferLength:null,maxMaxBufferLength:600,enableWorker:!0,workerPath:null,enableSoftwareAES:!0,startLevel:void 0,startFragPrefetch:!1,fpsDroppedMonitoringPeriod:5e3,fpsDroppedMonitoringThreshold:.2,appendErrorMaxRetry:3,ignorePlaylistParsingErrors:!1,loader:t0,fLoader:void 0,pLoader:void 0,xhrSetup:void 0,licenseXhrSetup:void 0,licenseResponseCallback:void 0,abrController:ei,bufferController:xc,capLevelController:Pu,errorController:xe,fpsController:tl,stretchShortVideoTrack:!1,maxAudioFramesDrift:1,forceKeyFrameOnDiscontinuity:!0,abrEwmaFastLive:3,abrEwmaSlowLive:9,abrEwmaFastVoD:3,abrEwmaSlowVoD:9,abrEwmaDefaultEstimate:5e5,abrEwmaDefaultEstimateMax:5e6,abrBandWidthFactor:.95,abrBandWidthUpFactor:.7,abrMaxWithRealBitrate:!1,maxStarvationDelay:4,maxLoadingDelay:4,minAutoBitrate:0,emeEnabled:!1,widevineLicenseUrl:void 0,drmSystems:{},drmSystemOptions:{},requestMediaKeySystemAccessFunc:fi,requireKeySystemAccessOnStart:!1,testBandwidth:!0,progressive:!1,lowLatencyMode:!0,cmcd:void 0,enableDateRangeMetadataCues:!0,enableEmsgMetadataCues:!0,enableEmsgKLVMetadata:!1,enableID3MetadataCues:!0,enableInterstitialPlayback:!0,interstitialAppendInPlace:!0,interstitialLiveLookAhead:10,useMediaCapabilities:!0,preserveManualLevelOnError:!1,certLoadPolicy:{default:Ko},keyLoadPolicy:{default:{maxTimeToFirstByteMs:8e3,maxLoadTimeMs:2e4,timeoutRetry:{maxNumRetry:1,retryDelayMs:1e3,maxRetryDelayMs:2e4,backoff:"linear"},errorRetry:{maxNumRetry:8,retryDelayMs:1e3,maxRetryDelayMs:2e4,backoff:"linear"}}},manifestLoadPolicy:{default:{maxTimeToFirstByteMs:1/0,maxLoadTimeMs:2e4,timeoutRetry:{maxNumRetry:2,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:1,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},playlistLoadPolicy:{default:{maxTimeToFirstByteMs:1e4,maxLoadTimeMs:2e4,timeoutRetry:{maxNumRetry:2,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:2,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},fragLoadPolicy:{default:{maxTimeToFirstByteMs:1e4,maxLoadTimeMs:12e4,timeoutRetry:{maxNumRetry:4,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:6,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},steeringManifestLoadPolicy:{default:{maxTimeToFirstByteMs:1e4,maxLoadTimeMs:2e4,timeoutRetry:{maxNumRetry:2,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:1,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},interstitialAssetListLoadPolicy:{default:{maxTimeToFirstByteMs:1e4,maxLoadTimeMs:3e4,timeoutRetry:{maxNumRetry:0,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:0,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},manifestLoadingTimeOut:1e4,manifestLoadingMaxRetry:1,manifestLoadingRetryDelay:1e3,manifestLoadingMaxRetryTimeout:64e3,levelLoadingTimeOut:1e4,levelLoadingMaxRetry:4,levelLoadingRetryDelay:1e3,levelLoadingMaxRetryTimeout:64e3,fragLoadingTimeOut:2e4,fragLoadingMaxRetry:6,fragLoadingRetryDelay:1e3,fragLoadingMaxRetryTimeout:64e3},h0()),{},{subtitleStreamController:I,subtitleTrackController:Kc,timelineController:Wu,audioStreamController:Qo,audioTrackController:Wl,emeController:ku,cmcdController:je,contentSteeringController:eu,interstitialsController:vc});function h0(){return{cueHandler:w0,enableWebVTT:!0,enableIMSC1:!0,enableCEA708Captions:!0,captionsTextTrack1Label:"English",captionsTextTrack1LanguageCode:"en",captionsTextTrack2Label:"Spanish",captionsTextTrack2LanguageCode:"es",captionsTextTrack3Label:"Unknown CC",captionsTextTrack3LanguageCode:"",captionsTextTrack4Label:"Unknown CC",captionsTextTrack4LanguageCode:"",renderTextTracksNatively:!0}}function fl(P,t,n){if((t.liveSyncDurationCount||t.liveMaxLatencyDurationCount)&&(t.liveSyncDuration||t.liveMaxLatencyDuration))throw new Error("Illegal hls.js config: don't mix up liveSyncDurationCount/liveMaxLatencyDurationCount and liveSyncDuration/liveMaxLatencyDuration");if(t.liveMaxLatencyDurationCount!==void 0&&(t.liveSyncDurationCount===void 0||t.liveMaxLatencyDurationCount<=t.liveSyncDurationCount))throw new Error('Illegal hls.js config: "liveMaxLatencyDurationCount" must be greater than "liveSyncDurationCount"');if(t.liveMaxLatencyDuration!==void 0&&(t.liveSyncDuration===void 0||t.liveMaxLatencyDuration<=t.liveSyncDuration))throw new Error('Illegal hls.js config: "liveMaxLatencyDuration" must be greater than "liveSyncDuration"');const s=Ul(P),v=["manifest","level","frag"],w=["TimeOut","MaxRetry","RetryDelay","MaxRetryTimeout"];return v.forEach(T=>{const z=`${T==="level"?"playlist":T}LoadPolicy`,W=t[z]===void 0,N=[];w.forEach(te=>{const ce=`${T}Loading${te}`,be=t[ce];if(be!==void 0&&W){N.push(ce);const Ie=s[z].default;switch(t[z]={default:Ie},te){case"TimeOut":Ie.maxLoadTimeMs=be,Ie.maxTimeToFirstByteMs=be;break;case"MaxRetry":Ie.errorRetry.maxNumRetry=be,Ie.timeoutRetry.maxNumRetry=be;break;case"RetryDelay":Ie.errorRetry.retryDelayMs=be,Ie.timeoutRetry.retryDelayMs=be;break;case"MaxRetryTimeout":Ie.errorRetry.maxRetryDelayMs=be,Ie.timeoutRetry.maxRetryDelayMs=be;break}}}),N.length&&n.warn(`hls.js config: "${N.join('", "')}" setting(s) are deprecated, use "${z}": ${Dn(t[z])}`)}),b(b({},s),t)}function Ul(P){return P&&typeof P=="object"?Array.isArray(P)?P.map(Ul):Object.keys(P).reduce((t,n)=>(t[n]=Ul(P[n]),t),{}):P}function Yo(P,t){const n=P.loader;n!==gc&&n!==t0?(t.log("[config]: Custom loader detected, cannot enable progressive streaming"),P.progressive=!1):jl()&&(P.loader=gc,P.progressive=!0,P.enableSoftwareAES=!0,t.log("[config]: Progressive streaming enabled, using FetchLoader"))}const yc=2,p0=.1,Lc=.05,Mc=100;class m0 extends Ta{constructor(t,n){super("gap-controller",t.logger),this.hls=null,this.fragmentTracker=null,this.media=null,this.mediaSource=void 0,this.nudgeRetry=0,this.stallReported=!1,this.stalled=null,this.moved=!1,this.seeking=!1,this.buffered={},this.lastCurrentTime=0,this.ended=0,this.waiting=0,this.onMediaPlaying=()=>{this.ended=0,this.waiting=0},this.onMediaWaiting=()=>{var s;(s=this.media)!=null&&s.seeking||(this.waiting=self.performance.now(),this.tick())},this.onMediaEnded=()=>{if(this.hls){var s;this.ended=((s=this.media)==null?void 0:s.currentTime)||1,this.hls.trigger(o.MEDIA_ENDED,{stalled:!1})}},this.hls=t,this.fragmentTracker=n,this.registerListeners()}registerListeners(){const{hls:t}=this;t&&(t.on(o.MEDIA_ATTACHED,this.onMediaAttached,this),t.on(o.MEDIA_DETACHING,this.onMediaDetaching,this),t.on(o.BUFFER_APPENDED,this.onBufferAppended,this))}unregisterListeners(){const{hls:t}=this;t&&(t.off(o.MEDIA_ATTACHED,this.onMediaAttached,this),t.off(o.MEDIA_DETACHING,this.onMediaDetaching,this),t.off(o.BUFFER_APPENDED,this.onBufferAppended,this))}destroy(){super.destroy(),this.unregisterListeners(),this.media=this.hls=this.fragmentTracker=null,this.mediaSource=void 0}onMediaAttached(t,n){this.setInterval(Mc),this.mediaSource=n.mediaSource;const s=this.media=n.media;Vs(s,"playing",this.onMediaPlaying),Vs(s,"waiting",this.onMediaWaiting),Vs(s,"ended",this.onMediaEnded)}onMediaDetaching(t,n){this.clearInterval();const{media:s}=this;s&&(Go(s,"playing",this.onMediaPlaying),Go(s,"waiting",this.onMediaWaiting),Go(s,"ended",this.onMediaEnded),this.media=null),this.mediaSource=void 0}onBufferAppended(t,n){this.buffered=n.timeRanges}get hasBuffered(){return Object.keys(this.buffered).length>0}tick(){var t;if(!((t=this.media)!=null&&t.readyState)||!this.hasBuffered)return;const n=this.media.currentTime;this.poll(n,this.lastCurrentTime),this.lastCurrentTime=n}poll(t,n){var s,v;const w=(s=this.hls)==null?void 0:s.config;if(!w)return;const T=this.media;if(!T)return;const{seeking:z}=T,W=this.seeking&&!z,N=!this.seeking&&z,te=T.paused&&!z||T.ended||T.playbackRate===0;if(this.seeking=z,t!==n){n&&(this.ended=0),this.moved=!0,z||(this.nudgeRetry=0,w.nudgeOnVideoHole&&!te&&t>n&&this.nudgeOnVideoHole(t,n)),this.waiting===0&&this.stallResolved(t);return}if(N||W){W&&this.stallResolved(t);return}if(te){this.nudgeRetry=0,this.stallResolved(t),!this.ended&&T.ended&&this.hls&&(this.ended=t||1,this.hls.trigger(o.MEDIA_ENDED,{stalled:!1}));return}if(!gi.getBuffered(T).length){this.nudgeRetry=0;return}const ce=gi.bufferInfo(T,t,0),be=ce.nextStart||0,Ie=this.fragmentTracker;if(z&&Ie&&this.hls){const cn=Fc(this.hls.inFlightFragments,t),Wr=ce.len>yc,Jr=!be||cn||be-t>yc&&!Ie.getPartialFragment(t);if(Wr||Jr)return;this.moved=!1}const Ae=(v=this.hls)==null?void 0:v.latestLevelDetails;if(!this.moved&&this.stalled!==null&&Ie){if(!(ce.len>0)&&!be)return;const Wr=Math.max(be,ce.start||0)-t,ln=!!(Ae!=null&&Ae.live)?Ae.targetduration*2:yc,Kr=Ie.getPartialFragment(t);if(Wr>0&&(Wr<=ln||Kr)){T.paused||this._trySkipBufferHole(Kr);return}}const at=w.detectStallWithCurrentTimeMs,rt=self.performance.now(),Rt=this.waiting;let dr=this.stalled;if(dr===null)if(Rt>0&&rt-Rt<at)dr=this.stalled=Rt;else{this.stalled=rt;return}const sr=rt-dr;if(!z&&(sr>=at||Rt)&&this.hls){var kr;if(((kr=this.mediaSource)==null?void 0:kr.readyState)==="ended"&&!(Ae!=null&&Ae.live)&&Math.abs(t-((Ae==null?void 0:Ae.edge)||0))<1){if(this.ended)return;this.ended=t||1,this.hls.trigger(o.MEDIA_ENDED,{stalled:!0});return}if(this._reportStall(ce),!this.media||!this.hls)return}const Hr=gi.bufferInfo(T,t,w.maxBufferHole);this._tryFixBufferStall(Hr,sr,t)}stallResolved(t){const n=this.stalled;if(n&&this.hls&&(this.stalled=null,this.stallReported)){const s=self.performance.now()-n;this.log(`playback not stuck anymore @${t}, after ${Math.round(s)}ms`),this.stallReported=!1,this.waiting=0,this.hls.trigger(o.STALL_RESOLVED,{})}}nudgeOnVideoHole(t,n){var s;const v=this.buffered.video;if(this.hls&&this.media&&this.fragmentTracker&&(s=this.buffered.audio)!=null&&s.length&&v&&v.length>1&&t>v.end(0)){const w=gi.bufferedInfo(gi.timeRangesToArray(this.buffered.audio),t,0);if(w.len>1&&n>=w.start){const T=gi.timeRangesToArray(v),z=gi.bufferedInfo(T,n,0).bufferedIndex;if(z>-1&&z<T.length-1){const W=gi.bufferedInfo(T,t,0).bufferedIndex,N=T[z].end,te=T[z+1].start;if((W===-1||W>z)&&te-N<1&&t-N<2){const ce=new Error(`nudging playhead to flush pipeline after video hole. currentTime: ${t} hole: ${N} -> ${te} buffered index: ${W}`);this.warn(ce.message),this.media.currentTime+=1e-6;const be=this.fragmentTracker.getPartialFragment(t)||void 0,Ie=gi.bufferInfo(this.media,t,0);this.hls.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.BUFFER_SEEK_OVER_HOLE,fatal:!1,error:ce,reason:ce.message,frag:be,buffer:Ie.len,bufferInfo:Ie})}}}}}_tryFixBufferStall(t,n,s){var v,w;const{fragmentTracker:T,media:z}=this,W=(v=this.hls)==null?void 0:v.config;if(!z||!T||!W)return;const N=(w=this.hls)==null?void 0:w.latestLevelDetails,te=T.getPartialFragment(s);if((te||N!=null&&N.live&&s<N.fragmentStart)&&(this._trySkipBufferHole(te)||!this.media))return;const ce=t.buffered,be=this.adjacentTraversal(t,s);(ce&&ce.length>1&&t.len>W.maxBufferHole||t.nextStart&&(t.nextStart-s<W.maxBufferHole||be))&&(n>W.highBufferWatchdogPeriod*1e3||this.waiting)&&(this.warn("Trying to nudge playhead over buffer-hole"),this._tryNudgeBuffer(t))}adjacentTraversal(t,n){const s=this.fragmentTracker,v=t.nextStart;if(s&&v){const w=s.getFragAtPos(n,u.MAIN),T=s.getFragAtPos(v,u.MAIN);if(w&&T)return T.sn-w.sn<2}return!1}_reportStall(t){const{hls:n,media:s,stallReported:v,stalled:w}=this;if(!v&&w!==null&&s&&n){this.stallReported=!0;const T=new Error(`Playback stalling at @${s.currentTime} due to low buffer (${Dn(t)})`);this.warn(T.message),n.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.BUFFER_STALLED_ERROR,fatal:!1,error:T,buffer:t.len,bufferInfo:t,stalled:{start:w}})}}_trySkipBufferHole(t){var n;const{fragmentTracker:s,media:v}=this,w=(n=this.hls)==null?void 0:n.config;if(!v||!s||!w)return 0;const T=v.currentTime,z=gi.bufferInfo(v,T,0),W=T<z.start?z.start:z.nextStart;if(W&&this.hls){const te=z.len<=w.maxBufferHole,ce=z.len>0&&z.len<1&&v.readyState<3,be=W-T;if(be>0&&(te||ce)){if(be>w.maxBufferHole){let Ae=!1;if(T===0){const at=s.getAppendedFrag(0,u.MAIN);at&&W<at.end&&(Ae=!0)}if(!Ae){const at=t||s.getAppendedFrag(T,u.MAIN);if(at){var N;if(!((N=this.hls.loadLevelObj)!=null&&N.details)||Fc(this.hls.inFlightFragments,W))return 0;let Rt=!1,dr=at.end;for(;dr<W;){const sr=s.getPartialFragment(dr);if(sr)dr+=sr.duration;else{Rt=!0;break}}if(Rt)return 0}}}const Ie=Math.max(W+Lc,T+p0);if(this.warn(`skipping hole, adjusting currentTime from ${T} to ${Ie}`),this.moved=!0,v.currentTime=Ie,!(t!=null&&t.gap)){const Ae=new Error(`fragment loaded with buffer holes, seeking from ${T} to ${Ie}`);this.hls.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.BUFFER_SEEK_OVER_HOLE,fatal:!1,error:Ae,reason:Ae.message,frag:t||void 0,buffer:z.len,bufferInfo:z})}return Ie}}return 0}_tryNudgeBuffer(t){const{hls:n,media:s,nudgeRetry:v}=this,w=n==null?void 0:n.config;if(!s||!w)return 0;const T=s.currentTime;if(this.nudgeRetry++,v<w.nudgeMaxRetry){const z=T+(v+1)*w.nudgeOffset,W=new Error(`Nudging 'currentTime' from ${T} to ${z}`);this.warn(W.message),s.currentTime=z,n.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.BUFFER_NUDGE_ON_STALL,error:W,fatal:!1,buffer:t.len,bufferInfo:t})}else{const z=new Error(`Playhead still not moving while enough data buffered @${T} after ${w.nudgeMaxRetry} nudges`);this.error(z.message),n.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.BUFFER_STALLED_ERROR,error:z,fatal:!0,buffer:t.len,bufferInfo:t})}}}function Fc(P,t){const n=S0(P.main);if(n&&n.start<=t)return n;const s=S0(P.audio);return s&&s.start<=t?s:null}function S0(P){if(!P)return null;switch(P.state){case Gr.IDLE:case Gr.STOPPED:case Gr.ENDED:case Gr.ERROR:return null}return P.frag}const L0=.25;function Bc(){if(typeof self!="undefined")return self.VTTCue||self.TextTrackCue}function M0(P,t,n,s,v){let w=new P(t,n,"");try{w.value=s,v&&(w.type=v)}catch(T){w=new P(t,n,Dn(v?b({type:v},s):s))}return w}const n0=(()=>{const P=Bc();try{P&&new P(0,Number.POSITIVE_INFINITY,"")}catch(t){return Number.MAX_VALUE}return Number.POSITIVE_INFINITY})();function v0(P){return Uint8Array.from(P.replace(/^0x/,"").replace(/([\da-fA-F]{2}) ?/g,"0x$1 ").replace(/ +$/,"").split(" ")).buffer}class Z0{constructor(t){this.hls=void 0,this.id3Track=null,this.media=null,this.dateRangeCuesAppended={},this.removeCues=!0,this.onEventCueEnter=()=>{this.hls&&this.hls.trigger(o.EVENT_CUE_ENTER,{})},this.hls=t,this._registerListeners()}destroy(){this._unregisterListeners(),this.id3Track=null,this.media=null,this.dateRangeCuesAppended={},this.hls=this.onEventCueEnter=null}_registerListeners(){const{hls:t}=this;t.on(o.MEDIA_ATTACHING,this.onMediaAttaching,this),t.on(o.MEDIA_ATTACHED,this.onMediaAttached,this),t.on(o.MEDIA_DETACHING,this.onMediaDetaching,this),t.on(o.MANIFEST_LOADING,this.onManifestLoading,this),t.on(o.FRAG_PARSING_METADATA,this.onFragParsingMetadata,this),t.on(o.BUFFER_FLUSHING,this.onBufferFlushing,this),t.on(o.LEVEL_UPDATED,this.onLevelUpdated,this),t.on(o.LEVEL_PTS_UPDATED,this.onLevelPtsUpdated,this)}_unregisterListeners(){const{hls:t}=this;t.off(o.MEDIA_ATTACHING,this.onMediaAttaching,this),t.off(o.MEDIA_ATTACHED,this.onMediaAttached,this),t.off(o.MEDIA_DETACHING,this.onMediaDetaching,this),t.off(o.MANIFEST_LOADING,this.onManifestLoading,this),t.off(o.FRAG_PARSING_METADATA,this.onFragParsingMetadata,this),t.off(o.BUFFER_FLUSHING,this.onBufferFlushing,this),t.off(o.LEVEL_UPDATED,this.onLevelUpdated,this),t.off(o.LEVEL_PTS_UPDATED,this.onLevelPtsUpdated,this)}onMediaAttaching(t,n){var s;this.media=n.media,((s=n.overrides)==null?void 0:s.cueRemoval)===!1&&(this.removeCues=!1)}onMediaAttached(){const t=this.hls.latestLevelDetails;t&&this.updateDateRangeCues(t)}onMediaDetaching(t,n){this.media=null,!n.transferMedia&&(this.id3Track&&(this.removeCues&&Ru(this.id3Track,this.onEventCueEnter),this.id3Track=null),this.dateRangeCuesAppended={})}onManifestLoading(){this.dateRangeCuesAppended={}}createTrack(t){const n=this.getID3Track(t.textTracks);return n.mode="hidden",n}getID3Track(t){if(this.media){for(let n=0;n<t.length;n++){const s=t[n];if(s.kind==="metadata"&&s.label==="id3")return yu(s,this.media),s}return this.media.addTextTrack("metadata","id3")}}onFragParsingMetadata(t,n){if(!this.media)return;const{hls:{config:{enableEmsgMetadataCues:s,enableID3MetadataCues:v}}}=this;if(!s&&!v)return;const{samples:w}=n;this.id3Track||(this.id3Track=this.createTrack(this.media));const T=Bc();if(T)for(let z=0;z<w.length;z++){const W=w[z].type;if(W===ts.emsg&&!s||!v)continue;const N=Ja(w[z].data);if(N){const te=w[z].pts;let ce=te+w[z].duration;ce>n0&&(ce=n0),ce-te<=0&&(ce=te+L0);for(let Ie=0;Ie<N.length;Ie++){const Ae=N[Ie];if(!ao(Ae)){this.updateId3CueEnds(te,W);const at=M0(T,te,ce,Ae,W);at&&this.id3Track.addCue(at)}}}}}updateId3CueEnds(t,n){var s;const v=(s=this.id3Track)==null?void 0:s.cues;if(v)for(let w=v.length;w--;){const T=v[w];T.type===n&&T.startTime<t&&T.endTime===n0&&(T.endTime=t)}}onBufferFlushing(t,{startOffset:n,endOffset:s,type:v}){const{id3Track:w,hls:T}=this;if(!T)return;const{config:{enableEmsgMetadataCues:z,enableID3MetadataCues:W}}=T;if(w&&(z||W)){let N;v==="audio"?N=te=>te.type===ts.audioId3&&W:v==="video"?N=te=>te.type===ts.emsg&&z:N=te=>te.type===ts.audioId3&&W||te.type===ts.emsg&&z,Vo(w,n,s,N)}}onLevelUpdated(t,{details:n}){this.updateDateRangeCues(n,!0)}onLevelPtsUpdated(t,n){Math.abs(n.drift)>.01&&this.updateDateRangeCues(n.details)}updateDateRangeCues(t,n){if(!this.media||!t.hasProgramDateTime||!this.hls.config.enableDateRangeMetadataCues)return;const{id3Track:s}=this,{dateRanges:v}=t,w=Object.keys(v);let T=this.dateRangeCuesAppended;if(s&&n){var z;if((z=s.cues)!=null&&z.length){const te=Object.keys(T).filter(ce=>!w.includes(ce));for(let ce=te.length;ce--;){const be=te[ce],Ie=T[be].cues;delete T[be],Object.keys(Ie).forEach(Ae=>{try{const at=Ie[Ae];at.removeEventListener("enter",this.onEventCueEnter),s.removeCue(at)}catch(at){}})}}else T=this.dateRangeCuesAppended={}}const W=t.fragments[t.fragments.length-1];if(w.length===0||!r(W==null?void 0:W.programDateTime))return;this.id3Track||(this.id3Track=this.createTrack(this.media));const N=Bc();for(let te=0;te<w.length;te++){const ce=w[te],be=v[ce],Ie=be.startTime,Ae=T[ce],at=(Ae==null?void 0:Ae.cues)||{};let rt=(Ae==null?void 0:Ae.durationKnown)||!1,Rt=n0;const{duration:dr,endDate:sr}=be;if(sr&&dr!==null)Rt=Ie+dr,rt=!0;else if(be.endOnNext&&!rt){const Hr=w.reduce((cn,Wr)=>{if(Wr!==be.id){const Jr=v[Wr];if(Jr.class===be.class&&Jr.startDate>be.startDate&&(!cn||be.startDate<cn.startDate))return Jr}return cn},null);Hr&&(Rt=Hr.startTime,rt=!0)}const kr=Object.keys(be.attr);for(let Hr=0;Hr<kr.length;Hr++){const cn=kr[Hr];if(!Na(cn))continue;const Wr=at[cn];if(Wr)rt&&!Ae.durationKnown?Wr.endTime=Rt:Math.abs(Wr.startTime-Ie)>.01&&(Wr.startTime=Ie,Wr.endTime=Rt);else if(N){let Jr=be.attr[cn];Ys(cn)&&(Jr=v0(Jr));const Kr=M0(N,Ie,Rt,{key:cn,data:Jr},ts.dateRange);Kr&&(Kr.id=ce,this.id3Track.addCue(Kr),at[cn]=Kr,this.hls.config.interstitialsController&&(cn==="X-ASSET-LIST"||cn==="X-ASSET-URL")&&Kr.addEventListener("enter",this.onEventCueEnter))}}T[ce]={cues:at,dateRange:be,durationKnown:rt}}}}class A0{constructor(t){this.hls=void 0,this.config=void 0,this.media=null,this.currentTime=0,this.stallCount=0,this._latency=null,this._targetLatencyUpdated=!1,this.onTimeupdate=()=>{const{media:n}=this,s=this.levelDetails;if(!n||!s)return;this.currentTime=n.currentTime;const v=this.computeLatency();if(v===null)return;this._latency=v;const{lowLatencyMode:w,maxLiveSyncPlaybackRate:T}=this.config;if(!w||T===1||!s.live)return;const z=this.targetLatency;if(z===null)return;const W=v-z,N=Math.min(this.maxLatency,z+s.targetduration);if(W<N&&W>.05&&this.forwardBufferLength>1){const ce=Math.min(2,Math.max(1,T)),be=Math.round(2/(1+Math.exp(-.75*W-this.edgeStalled))*20)/20,Ie=Math.min(ce,Math.max(1,be));this.changeMediaPlaybackRate(n,Ie)}else n.playbackRate!==1&&n.playbackRate!==0&&this.changeMediaPlaybackRate(n,1)},this.hls=t,this.config=t.config,this.registerListeners()}get levelDetails(){var t;return((t=this.hls)==null?void 0:t.latestLevelDetails)||null}get latency(){return this._latency||0}get maxLatency(){const{config:t}=this;if(t.liveMaxLatencyDuration!==void 0)return t.liveMaxLatencyDuration;const n=this.levelDetails;return n?t.liveMaxLatencyDurationCount*n.targetduration:0}get targetLatency(){const t=this.levelDetails;if(t===null||this.hls===null)return null;const{holdBack:n,partHoldBack:s,targetduration:v}=t,{liveSyncDuration:w,liveSyncDurationCount:T,lowLatencyMode:z}=this.config,W=this.hls.userConfig;let N=z&&s||n;(this._targetLatencyUpdated||W.liveSyncDuration||W.liveSyncDurationCount||N===0)&&(N=w!==void 0?w:T*v);const te=v;return N+Math.min(this.stallCount*this.config.liveSyncOnStallIncrease,te)}set targetLatency(t){this.stallCount=0,this.config.liveSyncDuration=t,this._targetLatencyUpdated=!0}get liveSyncPosition(){const t=this.estimateLiveEdge(),n=this.targetLatency;if(t===null||n===null)return null;const s=this.levelDetails;if(s===null)return null;const v=s.edge,w=t-n-this.edgeStalled,T=v-s.totalduration,z=v-(this.config.lowLatencyMode&&s.partTarget||s.targetduration);return Math.min(Math.max(T,w),z)}get drift(){const t=this.levelDetails;return t===null?1:t.drift}get edgeStalled(){const t=this.levelDetails;if(t===null)return 0;const n=(this.config.lowLatencyMode&&t.partTarget||t.targetduration)*3;return Math.max(t.age-n,0)}get forwardBufferLength(){const{media:t}=this,n=this.levelDetails;if(!t||!n)return 0;const s=t.buffered.length;return(s?t.buffered.end(s-1):n.edge)-this.currentTime}destroy(){this.unregisterListeners(),this.onMediaDetaching(),this.hls=null}registerListeners(){const{hls:t}=this;t&&(t.on(o.MEDIA_ATTACHED,this.onMediaAttached,this),t.on(o.MEDIA_DETACHING,this.onMediaDetaching,this),t.on(o.MANIFEST_LOADING,this.onManifestLoading,this),t.on(o.LEVEL_UPDATED,this.onLevelUpdated,this),t.on(o.ERROR,this.onError,this))}unregisterListeners(){const{hls:t}=this;t&&(t.off(o.MEDIA_ATTACHED,this.onMediaAttached,this),t.off(o.MEDIA_DETACHING,this.onMediaDetaching,this),t.off(o.MANIFEST_LOADING,this.onManifestLoading,this),t.off(o.LEVEL_UPDATED,this.onLevelUpdated,this),t.off(o.ERROR,this.onError,this))}onMediaAttached(t,n){this.media=n.media,this.media.addEventListener("timeupdate",this.onTimeupdate)}onMediaDetaching(){this.media&&(this.media.removeEventListener("timeupdate",this.onTimeupdate),this.media=null)}onManifestLoading(){this._latency=null,this.stallCount=0}onLevelUpdated(t,{details:n}){n.advanced&&this.onTimeupdate(),!n.live&&this.media&&this.media.removeEventListener("timeupdate",this.onTimeupdate)}onError(t,n){var s;n.details===f.BUFFER_STALLED_ERROR&&(this.stallCount++,this.hls&&(s=this.levelDetails)!=null&&s.live&&this.hls.logger.warn("[latency-controller]: Stall detected, adjusting target latency"))}changeMediaPlaybackRate(t,n){var s,v;t.playbackRate!==n&&((s=this.hls)==null||s.logger.debug(`[latency-controller]: latency=${this.latency.toFixed(3)}, targetLatency=${(v=this.targetLatency)==null?void 0:v.toFixed(3)}, forwardBufferLength=${this.forwardBufferLength.toFixed(3)}: adjusting playback rate from ${t.playbackRate} to ${n}`),t.playbackRate=n)}estimateLiveEdge(){const t=this.levelDetails;return t===null?null:t.edge+t.age}computeLatency(){const t=this.estimateLiveEdge();return t===null?null:t-this.currentTime}}class F0 extends vl{constructor(t,n){super(t,"level-controller"),this._levels=[],this._firstLevel=-1,this._maxAutoLevel=-1,this._startLevel=void 0,this.currentLevel=null,this.currentLevelIndex=-1,this.manualLevelIndex=-1,this.steering=void 0,this.onParsedComplete=void 0,this.steering=n,this._registerListeners()}_registerListeners(){const{hls:t}=this;t.on(o.MANIFEST_LOADING,this.onManifestLoading,this),t.on(o.MANIFEST_LOADED,this.onManifestLoaded,this),t.on(o.LEVEL_LOADED,this.onLevelLoaded,this),t.on(o.LEVELS_UPDATED,this.onLevelsUpdated,this),t.on(o.FRAG_BUFFERED,this.onFragBuffered,this),t.on(o.ERROR,this.onError,this)}_unregisterListeners(){const{hls:t}=this;t.off(o.MANIFEST_LOADING,this.onManifestLoading,this),t.off(o.MANIFEST_LOADED,this.onManifestLoaded,this),t.off(o.LEVEL_LOADED,this.onLevelLoaded,this),t.off(o.LEVELS_UPDATED,this.onLevelsUpdated,this),t.off(o.FRAG_BUFFERED,this.onFragBuffered,this),t.off(o.ERROR,this.onError,this)}destroy(){this._unregisterListeners(),this.steering=null,this.resetLevels(),super.destroy()}stopLoad(){this._levels.forEach(n=>{n.loadError=0,n.fragmentError=0}),super.stopLoad()}resetLevels(){this._startLevel=void 0,this.manualLevelIndex=-1,this.currentLevelIndex=-1,this.currentLevel=null,this._levels=[],this._maxAutoLevel=-1}onManifestLoading(t,n){this.resetLevels()}onManifestLoaded(t,n){const s=this.hls.config.preferManagedMediaSource,v=[],w={},T={};let z=!1,W=!1,N=!1;n.levels.forEach(te=>{const ce=te.attrs;let{audioCodec:be,videoCodec:Ie}=te;be&&(te.audioCodec=be=Ir(be,s)||void 0),Ie&&(Ie=te.videoCodec=Qr(Ie));const{width:Ae,height:at,unknownCodecs:rt}=te;let Rt=rt?rt.length:0;if(rt)for(let Kr=Rt;Kr--;){const Zn=rt[Kr];this.isAudioSupported(Zn)?(te.audioCodec=be=be?`${be},${Zn}`:Zn,Rt--,ht.audio[be.substring(0,4)]=2):this.isVideoSupported(Zn)&&(te.videoCodec=Ie=Ie?`${Ie},${Zn}`:Zn,Rt--,ht.video[Ie.substring(0,4)]=2)}if(z||(z=!!(Ae&&at)),W||(W=!!Ie),N||(N=!!be),Rt||be&&!this.isAudioSupported(be)||Ie&&!this.isVideoSupported(Ie)){this.log(`Some or all CODECS not supported "${ce.CODECS}"`);return}const{CODECS:dr,"FRAME-RATE":sr,"HDCP-LEVEL":kr,"PATHWAY-ID":Hr,RESOLUTION:cn,"VIDEO-RANGE":Wr}=ce,ln=`${`${Hr||"."}-`}${te.bitrate}-${cn}-${sr}-${dr}-${Wr}-${kr}`;if(w[ln])if(w[ln].uri!==te.url&&!te.attrs["PATHWAY-ID"]){const Kr=T[ln]+=1;te.attrs["PATHWAY-ID"]=new Array(Kr+1).join(".");const Zn=this.createLevel(te);w[ln]=Zn,v.push(Zn)}else w[ln].addGroupId("audio",ce.AUDIO),w[ln].addGroupId("text",ce.SUBTITLES);else{const Kr=this.createLevel(te);w[ln]=Kr,T[ln]=1,v.push(Kr)}}),this.filterAndSortMediaOptions(v,n,z,W,N)}createLevel(t){const n=new In(t),s=t.supplemental;if(s!=null&&s.videoCodec&&!this.isVideoSupported(s.videoCodec)){const v=new Error(`SUPPLEMENTAL-CODECS not supported "${s.videoCodec}"`);this.log(v.message),n.supportedResult=sn(v,[])}return n}isAudioSupported(t){return St(t,"audio",this.hls.config.preferManagedMediaSource)}isVideoSupported(t){return St(t,"video",this.hls.config.preferManagedMediaSource)}filterAndSortMediaOptions(t,n,s,v,w){let T=[],z=[],W=t;if((s||v)&&w&&(W=W.filter(({videoCodec:rt,videoRange:Rt,width:dr,height:sr})=>(!!rt||!!(dr&&sr))&&yr(Rt))),W.length===0){Promise.resolve().then(()=>{if(this.hls){let rt="no level with compatible codecs found in manifest",Rt=rt;n.levels.length&&(Rt=`one or more CODECS in variant not supported: ${Dn(n.levels.map(sr=>sr.attrs.CODECS).filter((sr,kr,Hr)=>Hr.indexOf(sr)===kr))}`,this.warn(Rt),rt+=` (${Rt})`);const dr=new Error(rt);this.hls.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.MANIFEST_INCOMPATIBLE_CODECS_ERROR,fatal:!0,url:n.url,error:dr,reason:Rt})}});return}n.audioTracks&&(T=n.audioTracks.filter(rt=>!rt.audioCodec||this.isAudioSupported(rt.audioCodec)),B0(T)),n.subtitles&&(z=n.subtitles,B0(z));const N=W.slice(0);W.sort((rt,Rt)=>{if(rt.attrs["HDCP-LEVEL"]!==Rt.attrs["HDCP-LEVEL"])return(rt.attrs["HDCP-LEVEL"]||"")>(Rt.attrs["HDCP-LEVEL"]||"")?1:-1;if(s&&rt.height!==Rt.height)return rt.height-Rt.height;if(rt.frameRate!==Rt.frameRate)return rt.frameRate-Rt.frameRate;if(rt.videoRange!==Rt.videoRange)return nr.indexOf(rt.videoRange)-nr.indexOf(Rt.videoRange);if(rt.videoCodec!==Rt.videoCodec){const dr=ze(rt.videoCodec),sr=ze(Rt.videoCodec);if(dr!==sr)return sr-dr}if(rt.uri===Rt.uri&&rt.codecSet!==Rt.codecSet){const dr=we(rt.codecSet),sr=we(Rt.codecSet);if(dr!==sr)return sr-dr}return rt.averageBitrate!==Rt.averageBitrate?rt.averageBitrate-Rt.averageBitrate:0});let te=N[0];if(this.steering&&(W=this.steering.filterParsedLevels(W),W.length!==N.length)){for(let rt=0;rt<N.length;rt++)if(N[rt].pathwayId===W[0].pathwayId){te=N[rt];break}}this._levels=W;for(let rt=0;rt<W.length;rt++)if(W[rt]===te){var ce;this._firstLevel=rt;const Rt=te.bitrate,dr=this.hls.bandwidthEstimate;if(this.log(`manifest loaded, ${W.length} level(s) found, first bitrate: ${Rt}`),((ce=this.hls.userConfig)==null?void 0:ce.abrEwmaDefaultEstimate)===void 0){const sr=Math.min(Rt,this.hls.config.abrEwmaDefaultEstimateMax);sr>dr&&dr===this.hls.abrEwmaDefaultEstimate&&(this.hls.bandwidthEstimate=sr)}break}const be=w&&!v,Ie=this.hls.config,Ae=!!(Ie.audioStreamController&&Ie.audioTrackController),at={levels:W,audioTracks:T,subtitleTracks:z,sessionData:n.sessionData,sessionKeys:n.sessionKeys,firstLevel:this._firstLevel,stats:n.stats,audio:w,video:v,altAudio:Ae&&!be&&T.some(rt=>!!rt.url)};this.hls.trigger(o.MANIFEST_PARSED,at)}get levels(){return this._levels.length===0?null:this._levels}get loadLevelObj(){return this.currentLevel}get level(){return this.currentLevelIndex}set level(t){const n=this._levels;if(n.length===0)return;if(t<0||t>=n.length){const te=new Error("invalid level idx"),ce=t<0;if(this.hls.trigger(o.ERROR,{type:c.OTHER_ERROR,details:f.LEVEL_SWITCH_ERROR,level:t,fatal:ce,error:te,reason:te.message}),ce)return;t=Math.min(t,n.length-1)}const s=this.currentLevelIndex,v=this.currentLevel,w=v?v.attrs["PATHWAY-ID"]:void 0,T=n[t],z=T.attrs["PATHWAY-ID"];if(this.currentLevelIndex=t,this.currentLevel=T,s===t&&v&&w===z)return;this.log(`Switching to level ${t} (${T.height?T.height+"p ":""}${T.videoRange?T.videoRange+" ":""}${T.codecSet?T.codecSet+" ":""}@${T.bitrate})${z?" with Pathway "+z:""} from level ${s}${w?" with Pathway "+w:""}`);const W={level:t,attrs:T.attrs,details:T.details,bitrate:T.bitrate,averageBitrate:T.averageBitrate,maxBitrate:T.maxBitrate,realBitrate:T.realBitrate,width:T.width,height:T.height,codecSet:T.codecSet,audioCodec:T.audioCodec,videoCodec:T.videoCodec,audioGroups:T.audioGroups,subtitleGroups:T.subtitleGroups,loaded:T.loaded,loadError:T.loadError,fragmentError:T.fragmentError,name:T.name,id:T.id,uri:T.uri,url:T.url,urlId:0,audioGroupIds:T.audioGroupIds,textGroupIds:T.textGroupIds};this.hls.trigger(o.LEVEL_SWITCHING,W);const N=T.details;if(!N||N.live){const te=this.switchParams(T.uri,v==null?void 0:v.details,N);this.loadPlaylist(te)}}get manualLevel(){return this.manualLevelIndex}set manualLevel(t){this.manualLevelIndex=t,this._startLevel===void 0&&(this._startLevel=t),t!==-1&&(this.level=t)}get firstLevel(){return this._firstLevel}set firstLevel(t){this._firstLevel=t}get startLevel(){if(this._startLevel===void 0){const t=this.hls.config.startLevel;return t!==void 0?t:this.hls.firstAutoLevel}return this._startLevel}set startLevel(t){this._startLevel=t}get pathways(){return this.steering?this.steering.pathways():[]}get pathwayPriority(){return this.steering?this.steering.pathwayPriority:null}set pathwayPriority(t){if(this.steering){const n=this.steering.pathways(),s=t.filter(v=>n.indexOf(v)!==-1);if(t.length<1){this.warn(`pathwayPriority ${t} should contain at least one pathway from list: ${n}`);return}this.steering.pathwayPriority=s}}onError(t,n){n.fatal||!n.context||n.context.type===h.LEVEL&&n.context.level===this.level&&this.checkRetry(n)}onFragBuffered(t,{frag:n}){if(n!==void 0&&n.type===u.MAIN){const s=n.elementaryStreams;if(!Object.keys(s).some(w=>!!s[w]))return;const v=this._levels[n.level];v!=null&&v.loadError&&(this.log(`Resetting level error count of ${v.loadError} on frag buffered`),v.loadError=0)}}onLevelLoaded(t,n){var s;const{level:v,details:w}=n,T=n.levelInfo;if(!T){var z;this.warn(`Invalid level index ${v}`),(z=n.deliveryDirectives)!=null&&z.skip&&(w.deltaUpdateFailed=!0);return}if(T===this.currentLevel||n.withoutMultiVariant){T.fragmentError===0&&(T.loadError=0);let W=T.details;W===n.details&&W.advanced&&(W=void 0),this.playlistLoaded(v,n,W)}else(s=n.deliveryDirectives)!=null&&s.skip&&(w.deltaUpdateFailed=!0)}loadPlaylist(t){super.loadPlaylist(),this.shouldLoadPlaylist(this.currentLevel)&&this.scheduleLoading(this.currentLevel,t)}loadingPlaylist(t,n){super.loadingPlaylist(t,n);const s=this.getUrlWithDirectives(t.uri,n),v=this.currentLevelIndex,w=t.attrs["PATHWAY-ID"],T=t.details,z=T==null?void 0:T.age;this.log(`Loading level index ${v}${(n==null?void 0:n.msn)!==void 0?" at sn "+n.msn+" part "+n.part:""}${w?" Pathway "+w:""}${z&&T.live?" age "+z.toFixed(1)+(T.type?" "+T.type||0:""):""} ${s}`),this.hls.trigger(o.LEVEL_LOADING,{url:s,level:v,levelInfo:t,pathwayId:t.attrs["PATHWAY-ID"],id:0,deliveryDirectives:n||null})}get nextLoadLevel(){return this.manualLevelIndex!==-1?this.manualLevelIndex:this.hls.nextAutoLevel}set nextLoadLevel(t){this.level=t,this.manualLevelIndex===-1&&(this.hls.nextAutoLevel=t)}removeLevel(t){var n;if(this._levels.length===1)return;const s=this._levels.filter((w,T)=>T!==t?!0:(this.steering&&this.steering.removeLevel(w),w===this.currentLevel&&(this.currentLevel=null,this.currentLevelIndex=-1,w.details&&w.details.fragments.forEach(z=>z.level=-1)),!1));xr(s),this._levels=s,this.currentLevelIndex>-1&&(n=this.currentLevel)!=null&&n.details&&(this.currentLevelIndex=this.currentLevel.details.fragments[0].level),this.manualLevelIndex>-1&&(this.manualLevelIndex=this.currentLevelIndex);const v=s.length-1;this._firstLevel=Math.min(this._firstLevel,v),this._startLevel&&(this._startLevel=Math.min(this._startLevel,v)),this.hls.trigger(o.LEVELS_UPDATED,{levels:s})}onLevelsUpdated(t,{levels:n}){this._levels=n}checkMaxAutoUpdated(){const{autoLevelCapping:t,maxAutoLevel:n,maxHdcpLevel:s}=this.hls;this._maxAutoLevel!==n&&(this._maxAutoLevel=n,this.hls.trigger(o.MAX_AUTO_LEVEL_UPDATED,{autoLevelCapping:t,levels:this.levels,maxAutoLevel:n,minAutoLevel:this.hls.minAutoLevel,maxHdcpLevel:s}))}}function B0(P){const t={};P.forEach(n=>{const s=n.groupId||"";n.id=t[s]=t[s]||0,t[s]++})}function i0(){return self.SourceBuffer||self.WebKitSourceBuffer}function N0(){if(!ae())return!1;const t=i0();return!t||t.prototype&&typeof t.prototype.appendBuffer=="function"&&typeof t.prototype.remove=="function"}function C0(){if(!N0())return!1;const P=ae();return typeof(P==null?void 0:P.isTypeSupported)=="function"&&(["avc1.42E01E,mp4a.40.2","av01.0.01M.08","vp09.00.50.08"].some(t=>P.isTypeSupported(_t(t,"video")))||["mp4a.40.2","fLaC"].some(t=>P.isTypeSupported(_t(t,"audio"))))}function g(){var P;const t=i0();return typeof(t==null||(P=t.prototype)==null?void 0:P.changeType)=="function"}const C=100;class H extends ga{constructor(t,n,s){super(t,n,s,"stream-controller",u.MAIN),this.audioCodecSwap=!1,this.level=-1,this._forceStartLoad=!1,this._hasEnoughToStart=!1,this.altAudio=0,this.audioOnly=!1,this.fragPlaying=null,this.fragLastKbps=0,this.couldBacktrack=!1,this.backtrackFragment=null,this.audioCodecSwitch=!1,this.videoBuffer=null,this.onMediaPlaying=()=>{this.tick()},this.onMediaSeeked=()=>{const v=this.media,w=v?v.currentTime:null;if(w===null||!r(w)||(this.log(`Media seeked to ${w.toFixed(3)}`),!this.getBufferedFrag(w)))return;const T=this.getFwdBufferInfoAtPos(v,w,u.MAIN,0);if(T===null||T.len===0){this.warn(`Main forward buffer length at ${w} on "seeked" event ${T?T.len:"empty"})`);return}this.tick()},this.registerListeners()}registerListeners(){super.registerListeners();const{hls:t}=this;t.on(o.MANIFEST_PARSED,this.onManifestParsed,this),t.on(o.LEVEL_LOADING,this.onLevelLoading,this),t.on(o.LEVEL_LOADED,this.onLevelLoaded,this),t.on(o.FRAG_LOAD_EMERGENCY_ABORTED,this.onFragLoadEmergencyAborted,this),t.on(o.AUDIO_TRACK_SWITCHING,this.onAudioTrackSwitching,this),t.on(o.AUDIO_TRACK_SWITCHED,this.onAudioTrackSwitched,this),t.on(o.BUFFER_CREATED,this.onBufferCreated,this),t.on(o.BUFFER_FLUSHED,this.onBufferFlushed,this),t.on(o.LEVELS_UPDATED,this.onLevelsUpdated,this),t.on(o.FRAG_BUFFERED,this.onFragBuffered,this)}unregisterListeners(){super.unregisterListeners();const{hls:t}=this;t.off(o.MANIFEST_PARSED,this.onManifestParsed,this),t.off(o.LEVEL_LOADED,this.onLevelLoaded,this),t.off(o.FRAG_LOAD_EMERGENCY_ABORTED,this.onFragLoadEmergencyAborted,this),t.off(o.AUDIO_TRACK_SWITCHING,this.onAudioTrackSwitching,this),t.off(o.AUDIO_TRACK_SWITCHED,this.onAudioTrackSwitched,this),t.off(o.BUFFER_CREATED,this.onBufferCreated,this),t.off(o.BUFFER_FLUSHED,this.onBufferFlushed,this),t.off(o.LEVELS_UPDATED,this.onLevelsUpdated,this),t.off(o.FRAG_BUFFERED,this.onFragBuffered,this)}onHandlerDestroying(){this.onMediaPlaying=this.onMediaSeeked=null,this.unregisterListeners(),super.onHandlerDestroying()}startLoad(t,n){if(this.levels){const{lastCurrentTime:s,hls:v}=this;if(this.stopLoad(),this.setInterval(C),this.level=-1,!this.startFragRequested){let w=v.startLevel;w===-1&&(v.config.testBandwidth&&this.levels.length>1?(w=0,this.bitrateTest=!0):w=v.firstAutoLevel),v.nextLoadLevel=w,this.level=v.loadLevel,this._hasEnoughToStart=!!n}s>0&&t===-1&&!n&&(this.log(`Override startPosition with lastCurrentTime @${s.toFixed(3)}`),t=s),this.state=Gr.IDLE,this.nextLoadPosition=this.lastCurrentTime=t+this.timelineOffset,this.startPosition=n?-1:t,this.tick()}else this._forceStartLoad=!0,this.state=Gr.STOPPED}stopLoad(){this._forceStartLoad=!1,super.stopLoad()}doTick(){switch(this.state){case Gr.WAITING_LEVEL:{const{levels:n,level:s}=this,v=n==null?void 0:n[s],w=v==null?void 0:v.details;if(w&&(!w.live||this.levelLastLoaded===v&&!this.waitForLive(v))){if(this.waitForCdnTuneIn(w))break;this.state=Gr.IDLE;break}else if(this.hls.nextLoadLevel!==this.level){this.state=Gr.IDLE;break}break}case Gr.FRAG_LOADING_WAITING_RETRY:{var t;const n=self.performance.now(),s=this.retryDate;if(!s||n>=s||(t=this.media)!=null&&t.seeking){const{levels:v,level:w}=this,T=v==null?void 0:v[w];this.resetStartWhenNotLoaded(T||null),this.state=Gr.IDLE}}break}this.state===Gr.IDLE&&this.doTickIdle(),this.onTickEnd()}onTickEnd(){var t;super.onTickEnd(),(t=this.media)!=null&&t.readyState&&this.media.seeking===!1&&(this.lastCurrentTime=this.media.currentTime),this.checkFragmentChanged()}doTickIdle(){const{hls:t,levelLastLoaded:n,levels:s,media:v}=this;if(n===null||!v&&!this.primaryPrefetch&&(this.startFragRequested||!t.config.startFragPrefetch)||this.altAudio&&this.audioOnly)return;const w=this.buffering?t.nextLoadLevel:t.loadLevel;if(!(s!=null&&s[w]))return;const T=s[w],z=this.getMainFwdBufferInfo();if(z===null)return;const W=this.getLevelDetails();if(W&&this._streamEnded(z,W)){const at={};this.altAudio===2&&(at.type="video"),this.hls.trigger(o.BUFFER_EOS,at),this.state=Gr.ENDED;return}if(!this.buffering)return;t.loadLevel!==w&&t.manualLevel===-1&&this.log(`Adapting to level ${w} from level ${this.level}`),this.level=t.nextLoadLevel=w;const N=T.details;if(!N||this.state===Gr.WAITING_LEVEL||this.waitForLive(T)){this.level=w,this.state=Gr.WAITING_LEVEL,this.startFragRequested=!1;return}const te=z.len,ce=this.getMaxBufferLength(T.maxBitrate);if(te>=ce)return;this.backtrackFragment&&this.backtrackFragment.start>z.end&&(this.backtrackFragment=null);const be=this.backtrackFragment?this.backtrackFragment.start:z.end;let Ie=this.getNextFragment(be,N);if(this.couldBacktrack&&!this.fragPrevious&&Ie&&me(Ie)&&this.fragmentTracker.getState(Ie)!==rr.OK){var Ae;const rt=((Ae=this.backtrackFragment)!=null?Ae:Ie).sn-N.startSN,Rt=N.fragments[rt-1];Rt&&Ie.cc===Rt.cc&&(Ie=Rt,this.fragmentTracker.removeFragment(Rt))}else this.backtrackFragment&&z.len&&(this.backtrackFragment=null);if(Ie&&this.isLoopLoading(Ie,be)){if(!Ie.gap){const rt=this.audioOnly&&!this.altAudio?j.AUDIO:j.VIDEO,Rt=(rt===j.VIDEO?this.videoBuffer:this.mediaBuffer)||this.media;Rt&&this.afterBufferFlushed(Rt,rt,u.MAIN)}Ie=this.getNextFragmentLoopLoading(Ie,N,z,u.MAIN,ce)}Ie&&(Ie.initSegment&&!Ie.initSegment.data&&!this.bitrateTest&&(Ie=Ie.initSegment),this.loadFragment(Ie,T,be))}loadFragment(t,n,s){const v=this.fragmentTracker.getState(t);v===rr.NOT_LOADED||v===rr.PARTIAL?me(t)?this.bitrateTest?(this.log(`Fragment ${t.sn} of level ${t.level} is being downloaded to test bitrate and will not be buffered`),this._loadBitrateTestFrag(t,n)):super.loadFragment(t,n,s):this._loadInitSegment(t,n):this.clearTrackerIfNeeded(t)}getBufferedFrag(t){return this.fragmentTracker.getBufferedFrag(t,u.MAIN)}followingBufferedFrag(t){return t?this.getBufferedFrag(t.end+.5):null}immediateLevelSwitch(){this.abortCurrentFrag(),this.flushMainBuffer(0,Number.POSITIVE_INFINITY)}nextLevelSwitch(){const{levels:t,media:n}=this;if(n!=null&&n.readyState){let s;const v=this.getAppendedFrag(n.currentTime);v&&v.start>1&&this.flushMainBuffer(0,v.start-1);const w=this.getLevelDetails();if(w!=null&&w.live){const z=this.getMainFwdBufferInfo();if(!z||z.len<w.targetduration*2)return}if(!n.paused&&t){const z=this.hls.nextLoadLevel,W=t[z],N=this.fragLastKbps;N&&this.fragCurrent?s=this.fragCurrent.duration*W.maxBitrate/(1e3*N)+1:s=0}else s=0;const T=this.getBufferedFrag(n.currentTime+s);if(T){const z=this.followingBufferedFrag(T);if(z){this.abortCurrentFrag();const W=z.maxStartPTS?z.maxStartPTS:z.start,N=z.duration,te=Math.max(T.end,W+Math.min(Math.max(N-this.config.maxFragLookUpTolerance,N*(this.couldBacktrack?.5:.125)),N*(this.couldBacktrack?.75:.25)));this.flushMainBuffer(te,Number.POSITIVE_INFINITY)}}}}abortCurrentFrag(){const t=this.fragCurrent;switch(this.fragCurrent=null,this.backtrackFragment=null,t&&(t.abortRequests(),this.fragmentTracker.removeFragment(t)),this.state){case Gr.KEY_LOADING:case Gr.FRAG_LOADING:case Gr.FRAG_LOADING_WAITING_RETRY:case Gr.PARSING:case Gr.PARSED:this.state=Gr.IDLE;break}this.nextLoadPosition=this.getLoadPosition()}flushMainBuffer(t,n){super.flushMainBuffer(t,n,this.altAudio===2?"video":null)}onMediaAttached(t,n){super.onMediaAttached(t,n);const s=n.media;Vs(s,"playing",this.onMediaPlaying),Vs(s,"seeked",this.onMediaSeeked)}onMediaDetaching(t,n){const{media:s}=this;s&&(Go(s,"playing",this.onMediaPlaying),Go(s,"seeked",this.onMediaSeeked)),this.videoBuffer=null,this.fragPlaying=null,super.onMediaDetaching(t,n),!n.transferMedia&&(this._hasEnoughToStart=!1)}onManifestLoading(){super.onManifestLoading(),this.log("Trigger BUFFER_RESET"),this.hls.trigger(o.BUFFER_RESET,void 0),this.couldBacktrack=!1,this.fragLastKbps=0,this.fragPlaying=this.backtrackFragment=null,this.altAudio=0,this.audioOnly=!1}onManifestParsed(t,n){let s=!1,v=!1;n.levels.forEach(w=>{const T=w.audioCodec;T&&(s=s||T.indexOf("mp4a.40.2")!==-1,v=v||T.indexOf("mp4a.40.5")!==-1)}),this.audioCodecSwitch=s&&v&&!g(),this.audioCodecSwitch&&this.log("Both AAC/HE-AAC audio found in levels; declaring level codec as HE-AAC"),this.levels=n.levels,this.startFragRequested=!1}onLevelLoading(t,n){const{levels:s}=this;if(!s||this.state!==Gr.IDLE)return;const v=n.levelInfo;(!v.details||v.details.live&&(this.levelLastLoaded!==v||v.details.expired)||this.waitForCdnTuneIn(v.details))&&(this.state=Gr.WAITING_LEVEL)}onLevelLoaded(t,n){var s;const{levels:v,startFragRequested:w}=this,T=n.level,z=n.details,W=z.totalduration;if(!v){this.warn(`Levels were reset while loading level ${T}`);return}this.log(`Level ${T} loaded [${z.startSN},${z.endSN}]${z.lastPartSn?`[part-${z.lastPartSn}-${z.lastPartIndex}]`:""}, cc [${z.startCC}, ${z.endCC}] duration:${W}`);const N=n.levelInfo,te=this.fragCurrent;te&&(this.state===Gr.FRAG_LOADING||this.state===Gr.FRAG_LOADING_WAITING_RETRY)&&te.level!==n.level&&te.loader&&this.abortCurrentFrag();let ce=0;if(z.live||(s=N.details)!=null&&s.live){var be;if(this.checkLiveUpdate(z),z.deltaUpdateFailed)return;ce=this.alignPlaylists(z,N.details,(be=this.levelLastLoaded)==null?void 0:be.details)}if(N.details=z,this.levelLastLoaded=N,w||this.setStartPosition(z,ce),this.hls.trigger(o.LEVEL_UPDATED,{details:z,level:T}),this.state===Gr.WAITING_LEVEL){if(this.waitForCdnTuneIn(z))return;this.state=Gr.IDLE}w&&z.live&&this.synchronizeToLiveEdge(z),this.tick()}synchronizeToLiveEdge(t){const{config:n,media:s}=this;if(!s)return;const v=this.hls.liveSyncPosition,w=this.getLoadPosition(),T=t.fragmentStart,z=t.edge,W=w>=T-n.maxFragLookUpTolerance&&w<=z;if(v!==null&&s.duration>v&&(w<v||!W)){const te=n.liveMaxLatencyDuration!==void 0?n.liveMaxLatencyDuration:n.liveMaxLatencyDurationCount*t.targetduration;if((!W&&s.readyState<4||w<z-te)&&(this._hasEnoughToStart||(this.nextLoadPosition=v),s.readyState))if(this.warn(`Playback: ${w.toFixed(3)} is located too far from the end of live sliding playlist: ${z}, reset currentTime to : ${v.toFixed(3)}`),this.config.liveSyncMode==="buffered"){var N;const ce=gi.bufferInfo(s,v,0);if(!(ce!=null&&(N=ce.buffered)!=null&&N.length)){s.currentTime=v;return}if(ce.start<=w){s.currentTime=v;return}const{nextStart:Ie}=gi.bufferedInfo(ce.buffered,w,0);Ie&&(s.currentTime=Ie)}else s.currentTime=v}}_handleFragmentLoadProgress(t){var n;const s=t.frag,{part:v,payload:w}=t,{levels:T}=this;if(!T){this.warn(`Levels were reset while fragment load was in progress. Fragment ${s.sn} of level ${s.level} will not be buffered`);return}const z=T[s.level];if(!z){this.warn(`Level ${s.level} not found on progress`);return}const W=z.details;if(!W){this.warn(`Dropping fragment ${s.sn} of level ${s.level} after level details were reset`),this.fragmentTracker.removeFragment(s);return}const N=z.videoCodec,te=W.PTSKnown||!W.live,ce=(n=s.initSegment)==null?void 0:n.data,be=this._getAudioCodec(z),Ie=this.transmuxer=this.transmuxer||new pl(this.hls,u.MAIN,this._handleTransmuxComplete.bind(this),this._handleTransmuxerFlush.bind(this)),Ae=v?v.index:-1,at=Ae!==-1,rt=new fs(s.level,s.sn,s.stats.chunkCount,w.byteLength,Ae,at),Rt=this.initPTS[s.cc];Ie.push(w,ce,be,N,s,v,W.totalduration,te,rt,Rt)}onAudioTrackSwitching(t,n){const s=this.hls,v=this.altAudio===2;if(Xi(n.url,s))this.altAudio=1;else{if(this.mediaBuffer!==this.media){this.log("Switching on main audio, use media.buffered to schedule main fragment loading"),this.mediaBuffer=this.media;const T=this.fragCurrent;T&&(this.log("Switching to main audio track, cancel main fragment load"),T.abortRequests(),this.fragmentTracker.removeFragment(T)),this.resetTransmuxer(),this.resetLoadingState()}else this.audioOnly&&this.resetTransmuxer();if(v){this.fragmentTracker.removeAllFragments(),s.once(o.BUFFER_FLUSHED,()=>{var T;(T=this.hls)==null||T.trigger(o.AUDIO_TRACK_SWITCHED,n)}),s.trigger(o.BUFFER_FLUSHING,{startOffset:0,endOffset:Number.POSITIVE_INFINITY,type:null});return}s.trigger(o.AUDIO_TRACK_SWITCHED,n)}}onAudioTrackSwitched(t,n){const s=Xi(n.url,this.hls);if(s){const v=this.videoBuffer;v&&this.mediaBuffer!==v&&(this.log("Switching on alternate audio, use video.buffered to schedule main fragment loading"),this.mediaBuffer=v)}this.altAudio=s?2:0,this.tick()}onBufferCreated(t,n){const s=n.tracks;let v,w,T=!1;for(const z in s){const W=s[z];if(W.id==="main"){if(w=z,v=W,z==="video"){const N=s[z];N&&(this.videoBuffer=N.buffer)}}else T=!0}T&&v?(this.log(`Alternate track found, use ${w}.buffered to schedule main fragment loading`),this.mediaBuffer=v.buffer):this.mediaBuffer=this.media}onFragBuffered(t,n){const{frag:s,part:v}=n,w=s.type===u.MAIN;if(w){if(this.fragContextChanged(s)){this.warn(`Fragment ${s.sn}${v?" p: "+v.index:""} of level ${s.level} finished buffering, but was aborted. state: ${this.state}`),this.state===Gr.PARSED&&(this.state=Gr.IDLE);return}const z=v?v.stats:s.stats;this.fragLastKbps=Math.round(8*z.total/(z.buffering.end-z.loading.first)),me(s)&&(this.fragPrevious=s),this.fragBufferedComplete(s,v)}const T=this.media;T&&(!this._hasEnoughToStart&&gi.getBuffered(T).length&&(this._hasEnoughToStart=!0,this.seekToStartPos()),w&&this.tick())}get hasEnoughToStart(){return this._hasEnoughToStart}onError(t,n){var s;if(n.fatal){this.state=Gr.ERROR;return}switch(n.details){case f.FRAG_GAP:case f.FRAG_PARSING_ERROR:case f.FRAG_DECRYPT_ERROR:case f.FRAG_LOAD_ERROR:case f.FRAG_LOAD_TIMEOUT:case f.KEY_LOAD_ERROR:case f.KEY_LOAD_TIMEOUT:this.onFragmentOrKeyLoadError(u.MAIN,n);break;case f.LEVEL_LOAD_ERROR:case f.LEVEL_LOAD_TIMEOUT:case f.LEVEL_PARSING_ERROR:!n.levelRetry&&this.state===Gr.WAITING_LEVEL&&((s=n.context)==null?void 0:s.type)===h.LEVEL&&(this.state=Gr.IDLE);break;case f.BUFFER_ADD_CODEC_ERROR:case f.BUFFER_APPEND_ERROR:if(n.parent!=="main")return;this.resetLoadingState();break;case f.BUFFER_FULL_ERROR:if(n.parent!=="main")return;this.reduceLengthAndFlushBuffer(n)&&this.flushMainBuffer(0,Number.POSITIVE_INFINITY);break;case f.INTERNAL_EXCEPTION:this.recoverWorkerError(n);break}}onFragLoadEmergencyAborted(){this.state=Gr.IDLE,this._hasEnoughToStart||(this.startFragRequested=!1,this.nextLoadPosition=this.lastCurrentTime),this.tickImmediate()}onBufferFlushed(t,{type:n}){if(n!==j.AUDIO||!this.altAudio){const s=(n===j.VIDEO?this.videoBuffer:this.mediaBuffer)||this.media;s&&(this.afterBufferFlushed(s,n,u.MAIN),this.tick())}}onLevelsUpdated(t,n){this.level>-1&&this.fragCurrent&&(this.level=this.fragCurrent.level,this.level===-1&&this.resetWhenMissingContext(this.fragCurrent)),this.levels=n.levels}swapAudioCodec(){this.audioCodecSwap=!this.audioCodecSwap}seekToStartPos(){const{media:t}=this;if(!t)return;const n=t.currentTime;let s=this.startPosition;if(s>=0&&n<s){if(t.seeking){this.log(`could not seek to ${s}, already seeking at ${n}`);return}const v=this.timelineOffset;v&&s&&(s+=v);const w=this.getLevelDetails(),T=gi.getBuffered(t),z=T.length?T.start(0):0,W=z-s,N=Math.max(this.config.maxBufferHole,this.config.maxFragLookUpTolerance);(this.config.startOnSegmentBoundary||W>0&&(W<N||this.loadingParts&&W<2*((w==null?void 0:w.partTarget)||0)))&&(this.log(`adjusting start position by ${W} to match buffer start`),s+=W,this.startPosition=s),n<s&&(this.log(`seek to target start position ${s} from current time ${n} buffer start ${z}`),t.currentTime=s)}}_getAudioCodec(t){let n=this.config.defaultAudioCodec||t.audioCodec;return this.audioCodecSwap&&n&&(this.log("Swapping audio codec"),n.indexOf("mp4a.40.5")!==-1?n="mp4a.40.2":n="mp4a.40.5"),n}_loadBitrateTestFrag(t,n){t.bitrateTest=!0,this._doFragLoad(t,n).then(s=>{const{hls:v}=this,w=s==null?void 0:s.frag;if(!w||this.fragContextChanged(w))return;n.fragmentError=0,this.state=Gr.IDLE,this.startFragRequested=!1,this.bitrateTest=!1;const T=w.stats;T.parsing.start=T.parsing.end=T.buffering.start=T.buffering.end=self.performance.now(),v.trigger(o.FRAG_LOADED,s),w.bitrateTest=!1})}_handleTransmuxComplete(t){var n;const s=this.playlistType,{hls:v}=this,{remuxResult:w,chunkMeta:T}=t,z=this.getCurrentContext(T);if(!z){this.resetWhenMissingContext(T);return}const{frag:W,part:N,level:te}=z,{video:ce,text:be,id3:Ie,initSegment:Ae}=w,{details:at}=te,rt=this.altAudio?void 0:w.audio;if(this.fragContextChanged(W)){this.fragmentTracker.removeFragment(W);return}if(this.state=Gr.PARSING,Ae){if(Ae!=null&&Ae.tracks){const sr=W.initSegment||W;this._bufferInitSegment(te,Ae.tracks,sr,T),v.trigger(o.FRAG_PARSING_INIT_SEGMENT,{frag:sr,id:s,tracks:Ae.tracks})}const Rt=Ae.initPTS,dr=Ae.timescale;r(Rt)&&(this.initPTS[W.cc]={baseTime:Rt,timescale:dr},v.trigger(o.INIT_PTS_FOUND,{frag:W,id:s,initPTS:Rt,timescale:dr}))}if(ce&&at){rt&&ce.type==="audiovideo"&&this.logMuxedErr(W);const Rt=at.fragments[W.sn-1-at.startSN],dr=W.sn===at.startSN,sr=!Rt||W.cc>Rt.cc;if(w.independent!==!1){const{startPTS:kr,endPTS:Hr,startDTS:cn,endDTS:Wr}=ce;if(N)N.elementaryStreams[ce.type]={startPTS:kr,endPTS:Hr,startDTS:cn,endDTS:Wr};else if(ce.firstKeyFrame&&ce.independent&&T.id===1&&!sr&&(this.couldBacktrack=!0),ce.dropped&&ce.independent){const Jr=this.getMainFwdBufferInfo(),ln=(Jr?Jr.end:this.getLoadPosition())+this.config.maxBufferHole,Kr=ce.firstKeyFramePTS?ce.firstKeyFramePTS:kr;if(!dr&&ln<Kr-this.config.maxBufferHole&&!sr){this.backtrack(W);return}else sr&&(W.gap=!0);W.setElementaryStreamInfo(ce.type,W.start,Hr,W.start,Wr,!0)}else dr&&kr-(at.appliedTimelineOffset||0)>yc&&(W.gap=!0);W.setElementaryStreamInfo(ce.type,kr,Hr,cn,Wr),this.backtrackFragment&&(this.backtrackFragment=W),this.bufferFragmentData(ce,W,N,T,dr||sr)}else if(dr||sr)W.gap=!0;else{this.backtrack(W);return}}if(rt){const{startPTS:Rt,endPTS:dr,startDTS:sr,endDTS:kr}=rt;N&&(N.elementaryStreams[j.AUDIO]={startPTS:Rt,endPTS:dr,startDTS:sr,endDTS:kr}),W.setElementaryStreamInfo(j.AUDIO,Rt,dr,sr,kr),this.bufferFragmentData(rt,W,N,T)}if(at&&Ie!=null&&(n=Ie.samples)!=null&&n.length){const Rt={id:s,frag:W,details:at,samples:Ie.samples};v.trigger(o.FRAG_PARSING_METADATA,Rt)}if(at&&be){const Rt={id:s,frag:W,details:at,samples:be.samples};v.trigger(o.FRAG_PARSING_USERDATA,Rt)}}logMuxedErr(t){this.warn(`${me(t)?"Media":"Init"} segment with muxed audiovideo where only video expected: ${t.url}`)}_bufferInitSegment(t,n,s,v){if(this.state!==Gr.PARSING)return;this.audioOnly=!!n.audio&&!n.video,this.altAudio&&!this.audioOnly&&(delete n.audio,n.audiovideo&&this.logMuxedErr(s));const{audio:w,video:T,audiovideo:z}=n;if(w){let N=Vr(w.codec,t.audioCodec);N==="mp4a"&&(N="mp4a.40.5");const te=navigator.userAgent.toLowerCase();if(this.audioCodecSwitch){N&&(N.indexOf("mp4a.40.5")!==-1?N="mp4a.40.2":N="mp4a.40.5");const ce=w.metadata;ce&&"channelCount"in ce&&(ce.channelCount||1)!==1&&te.indexOf("firefox")===-1&&(N="mp4a.40.5")}N&&N.indexOf("mp4a.40.5")!==-1&&te.indexOf("android")!==-1&&w.container!=="audio/mpeg"&&(N="mp4a.40.2",this.log(`Android: force audio codec to ${N}`)),t.audioCodec&&t.audioCodec!==N&&this.log(`Swapping manifest audio codec "${t.audioCodec}" for "${N}"`),w.levelCodec=N,w.id=u.MAIN,this.log(`Init audio buffer, container:${w.container}, codecs[selected/level/parsed]=[${N||""}/${t.audioCodec||""}/${w.codec}]`),delete n.audiovideo}if(T){T.levelCodec=t.videoCodec,T.id=u.MAIN;const N=T.codec;if((N==null?void 0:N.length)===4)switch(N){case"hvc1":case"hev1":T.codec="hvc1.1.6.L120.90";break;case"av01":T.codec="av01.0.04M.08";break;case"avc1":T.codec="avc1.42e01e";break}this.log(`Init video buffer, container:${T.container}, codecs[level/parsed]=[${t.videoCodec||""}/${N}]${T.codec!==N?" parsed-corrected="+T.codec:""}${T.supplemental?" supplemental="+T.supplemental:""}`),delete n.audiovideo}z&&(this.log(`Init audiovideo buffer, container:${z.container}, codecs[level/parsed]=[${t.codecs}/${z.codec}]`),delete n.video,delete n.audio);const W=Object.keys(n);if(W.length){if(this.hls.trigger(o.BUFFER_CODECS,n),!this.hls)return;W.forEach(N=>{const ce=n[N].initSegment;ce!=null&&ce.byteLength&&this.hls.trigger(o.BUFFER_APPENDING,{type:N,data:ce,frag:s,part:null,chunkMeta:v,parent:s.type})})}this.tickImmediate()}getMainFwdBufferInfo(){const t=this.mediaBuffer&&this.altAudio===2?this.mediaBuffer:this.media;return this.getFwdBufferInfo(t,u.MAIN)}get maxBufferLength(){const{levels:t,level:n}=this,s=t==null?void 0:t[n];return s?this.getMaxBufferLength(s.maxBitrate):this.config.maxBufferLength}backtrack(t){this.couldBacktrack=!0,this.backtrackFragment=t,this.resetTransmuxer(),this.flushBufferGap(t),this.fragmentTracker.removeFragment(t),this.fragPrevious=null,this.nextLoadPosition=t.start,this.state=Gr.IDLE}checkFragmentChanged(){const t=this.media;let n=null;if(t&&t.readyState>1&&t.seeking===!1){const s=t.currentTime;if(gi.isBuffered(t,s)?n=this.getAppendedFrag(s):gi.isBuffered(t,s+.1)&&(n=this.getAppendedFrag(s+.1)),n){this.backtrackFragment=null;const v=this.fragPlaying,w=n.level;(!v||n.sn!==v.sn||v.level!==w)&&(this.fragPlaying=n,this.hls.trigger(o.FRAG_CHANGED,{frag:n}),(!v||v.level!==w)&&this.hls.trigger(o.LEVEL_SWITCHED,{level:w}))}}}get nextLevel(){const t=this.nextBufferedFrag;return t?t.level:-1}get currentFrag(){var t;if(this.fragPlaying)return this.fragPlaying;const n=((t=this.media)==null?void 0:t.currentTime)||this.lastCurrentTime;return r(n)?this.getAppendedFrag(n):null}get currentProgramDateTime(){var t;const n=((t=this.media)==null?void 0:t.currentTime)||this.lastCurrentTime;if(r(n)){const s=this.getLevelDetails(),v=this.currentFrag||(s?lt(null,s.fragments,n):null);if(v){const w=v.programDateTime;if(w!==null){const T=w+(n-v.start)*1e3;return new Date(T)}}}return null}get currentLevel(){const t=this.currentFrag;return t?t.level:-1}get nextBufferedFrag(){const t=this.currentFrag;return t?this.followingBufferedFrag(t):null}get forceStartLoad(){return this._forceStartLoad}}class ge{constructor(t){this.config=void 0,this.keyUriToKeyInfo={},this.emeController=null,this.config=t}abort(t){for(const s in this.keyUriToKeyInfo){const v=this.keyUriToKeyInfo[s].loader;if(v){var n;if(t&&t!==((n=v.context)==null?void 0:n.frag.type))return;v.abort()}}}detach(){for(const t in this.keyUriToKeyInfo){const n=this.keyUriToKeyInfo[t];(n.mediaKeySessionContext||n.decryptdata.isCommonEncryption)&&delete this.keyUriToKeyInfo[t]}}destroy(){this.detach();for(const t in this.keyUriToKeyInfo){const n=this.keyUriToKeyInfo[t].loader;n&&n.destroy()}this.keyUriToKeyInfo={}}createKeyLoadError(t,n=f.KEY_LOAD_ERROR,s,v,w){return new $a({type:c.NETWORK_ERROR,details:n,fatal:!1,frag:t,response:w,error:s,networkDetails:v})}loadClear(t,n){if(this.emeController&&this.config.emeEnabled&&!this.emeController.getSelectedKeySystemFormats().length){if(n.length){const{sn:s,cc:v}=t;for(let w=0;w<n.length;w++){const T=n[w];if(v<=T.cc&&(s==="initSegment"||T.sn==="initSegment"||s<T.sn))return this.emeController.selectKeySystemFormat(T).then(z=>{if(T.setKeyFormat(z),this.emeController&&this.config.requireKeySystemAccessOnStart){const W=Zs(z);if(W)return this.emeController.getKeySystemAccess([W])}})}}else if(this.config.requireKeySystemAccessOnStart){const s=po(this.config);if(s.length)return this.emeController.getKeySystemAccess(s)}}return null}load(t){return!t.decryptdata&&t.encrypted&&this.emeController&&this.config.emeEnabled?this.emeController.selectKeySystemFormat(t).then(n=>this.loadInternal(t,n)):this.loadInternal(t)}loadInternal(t,n){var s,v;n&&t.setKeyFormat(n);const w=t.decryptdata;if(!w){const N=new Error(n?`Expected frag.decryptdata to be defined after setting format ${n}`:"Missing decryption data on fragment in onKeyLoading");return Promise.reject(this.createKeyLoadError(t,f.KEY_LOAD_ERROR,N))}const T=w.uri;if(!T)return Promise.reject(this.createKeyLoadError(t,f.KEY_LOAD_ERROR,new Error(`Invalid key URI: "${T}"`)));let z=this.keyUriToKeyInfo[T];if((s=z)!=null&&s.decryptdata.key)return w.key=z.decryptdata.key,Promise.resolve({frag:t,keyInfo:z});if((v=z)!=null&&v.keyLoadPromise){var W;switch((W=z.mediaKeySessionContext)==null?void 0:W.keyStatus){case void 0:case"status-pending":case"usable":case"usable-in-future":return z.keyLoadPromise.then(N=>(w.key=N.keyInfo.decryptdata.key,{frag:t,keyInfo:z}))}}switch(z=this.keyUriToKeyInfo[T]={decryptdata:w,keyLoadPromise:null,loader:null,mediaKeySessionContext:null},w.method){case"ISO-23001-7":case"SAMPLE-AES":case"SAMPLE-AES-CENC":case"SAMPLE-AES-CTR":return w.keyFormat==="identity"?this.loadKeyHTTP(z,t):this.loadKeyEME(z,t);case"AES-128":case"AES-256":case"AES-256-CTR":return this.loadKeyHTTP(z,t);default:return Promise.reject(this.createKeyLoadError(t,f.KEY_LOAD_ERROR,new Error(`Key supplied with unsupported METHOD: "${w.method}"`)))}}loadKeyEME(t,n){const s={frag:n,keyInfo:t};if(this.emeController&&this.config.emeEnabled){const v=this.emeController.loadKey(s);if(v)return(t.keyLoadPromise=v.then(w=>(t.mediaKeySessionContext=w,s))).catch(w=>{throw t.keyLoadPromise=null,w})}return Promise.resolve(s)}loadKeyHTTP(t,n){const s=this.config,v=s.loader,w=new v(s);return n.keyLoader=t.loader=w,t.keyLoadPromise=new Promise((T,z)=>{const W={keyInfo:t,frag:n,responseType:"arraybuffer",url:t.decryptdata.uri},N=s.keyLoadPolicy.default,te={loadPolicy:N,timeout:N.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0},ce={onSuccess:(be,Ie,Ae,at)=>{const{frag:rt,keyInfo:Rt,url:dr}=Ae;if(!rt.decryptdata||Rt!==this.keyUriToKeyInfo[dr])return z(this.createKeyLoadError(rt,f.KEY_LOAD_ERROR,new Error("after key load, decryptdata unset or changed"),at));Rt.decryptdata.key=rt.decryptdata.key=new Uint8Array(be.data),rt.keyLoader=null,Rt.loader=null,T({frag:rt,keyInfo:Rt})},onError:(be,Ie,Ae,at)=>{this.resetLoader(Ie),z(this.createKeyLoadError(n,f.KEY_LOAD_ERROR,new Error(`HTTP Error ${be.code} loading key ${be.text}`),Ae,b({url:W.url,data:void 0},be)))},onTimeout:(be,Ie,Ae)=>{this.resetLoader(Ie),z(this.createKeyLoadError(n,f.KEY_LOAD_TIMEOUT,new Error("key loading timed out"),Ae))},onAbort:(be,Ie,Ae)=>{this.resetLoader(Ie),z(this.createKeyLoadError(n,f.INTERNAL_ABORTED,new Error("key loading aborted"),Ae))}};w.load(W,te,ce)})}resetLoader(t){const{frag:n,keyInfo:s,url:v}=t,w=s.loader;n.keyLoader===w&&(n.keyLoader=null,s.loader=null),delete this.keyUriToKeyInfo[v],w&&w.destroy()}}function Le(P){const{type:t}=P;switch(t){case h.AUDIO_TRACK:return u.AUDIO;case h.SUBTITLE_TRACK:return u.SUBTITLE;default:return u.MAIN}}function ut(P,t){let n=P.url;return(n===void 0||n.indexOf("data:")===0)&&(n=t.url),n}class jt{constructor(t){this.hls=void 0,this.loaders=Object.create(null),this.variableList=null,this.onManifestLoaded=this.checkAutostartLoad,this.hls=t,this.registerListeners()}startLoad(t){}stopLoad(){this.destroyInternalLoaders()}registerListeners(){const{hls:t}=this;t.on(o.MANIFEST_LOADING,this.onManifestLoading,this),t.on(o.LEVEL_LOADING,this.onLevelLoading,this),t.on(o.AUDIO_TRACK_LOADING,this.onAudioTrackLoading,this),t.on(o.SUBTITLE_TRACK_LOADING,this.onSubtitleTrackLoading,this),t.on(o.LEVELS_UPDATED,this.onLevelsUpdated,this)}unregisterListeners(){const{hls:t}=this;t.off(o.MANIFEST_LOADING,this.onManifestLoading,this),t.off(o.LEVEL_LOADING,this.onLevelLoading,this),t.off(o.AUDIO_TRACK_LOADING,this.onAudioTrackLoading,this),t.off(o.SUBTITLE_TRACK_LOADING,this.onSubtitleTrackLoading,this),t.off(o.LEVELS_UPDATED,this.onLevelsUpdated,this)}createInternalLoader(t){const n=this.hls.config,s=n.pLoader,v=n.loader,w=s||v,T=new w(n);return this.loaders[t.type]=T,T}getInternalLoader(t){return this.loaders[t.type]}resetInternalLoader(t){this.loaders[t]&&delete this.loaders[t]}destroyInternalLoaders(){for(const t in this.loaders){const n=this.loaders[t];n&&n.destroy(),this.resetInternalLoader(t)}}destroy(){this.variableList=null,this.unregisterListeners(),this.destroyInternalLoaders()}onManifestLoading(t,n){const{url:s}=n;this.variableList=null,this.load({id:null,level:0,responseType:"text",type:h.MANIFEST,url:s,deliveryDirectives:null,levelOrTrack:null})}onLevelLoading(t,n){const{id:s,level:v,pathwayId:w,url:T,deliveryDirectives:z,levelInfo:W}=n;this.load({id:s,level:v,pathwayId:w,responseType:"text",type:h.LEVEL,url:T,deliveryDirectives:z,levelOrTrack:W})}onAudioTrackLoading(t,n){const{id:s,groupId:v,url:w,deliveryDirectives:T,track:z}=n;this.load({id:s,groupId:v,level:null,responseType:"text",type:h.AUDIO_TRACK,url:w,deliveryDirectives:T,levelOrTrack:z})}onSubtitleTrackLoading(t,n){const{id:s,groupId:v,url:w,deliveryDirectives:T,track:z}=n;this.load({id:s,groupId:v,level:null,responseType:"text",type:h.SUBTITLE_TRACK,url:w,deliveryDirectives:T,levelOrTrack:z})}onLevelsUpdated(t,n){const s=this.loaders[h.LEVEL];if(s){const v=s.context;v&&!n.levels.some(w=>w===v.levelOrTrack)&&(s.abort(),delete this.loaders[h.LEVEL])}}load(t){var n;const s=this.hls.config;let v=this.getInternalLoader(t);if(v){const N=this.hls.logger,te=v.context;if(te&&te.levelOrTrack===t.levelOrTrack&&(te.url===t.url||te.deliveryDirectives&&!t.deliveryDirectives)){te.url===t.url?N.log(`[playlist-loader]: ignore ${t.url} ongoing request`):N.log(`[playlist-loader]: ignore ${t.url} in favor of ${te.url}`);return}N.log(`[playlist-loader]: aborting previous loader for type: ${t.type}`),v.abort()}let w;if(t.type===h.MANIFEST?w=s.manifestLoadPolicy.default:w=y({},s.playlistLoadPolicy.default,{timeoutRetry:null,errorRetry:null}),v=this.createInternalLoader(t),r((n=t.deliveryDirectives)==null?void 0:n.part)){let N;if(t.type===h.LEVEL&&t.level!==null?N=this.hls.levels[t.level].details:t.type===h.AUDIO_TRACK&&t.id!==null?N=this.hls.audioTracks[t.id].details:t.type===h.SUBTITLE_TRACK&&t.id!==null&&(N=this.hls.subtitleTracks[t.id].details),N){const te=N.partTarget,ce=N.targetduration;if(te&&ce){const be=Math.max(te*3,ce*.8)*1e3;w=y({},w,{maxTimeToFirstByteMs:Math.min(be,w.maxTimeToFirstByteMs),maxLoadTimeMs:Math.min(be,w.maxTimeToFirstByteMs)})}}}const T=w.errorRetry||w.timeoutRetry||{},z={loadPolicy:w,timeout:w.maxLoadTimeMs,maxRetry:T.maxNumRetry||0,retryDelay:T.retryDelayMs||0,maxRetryDelay:T.maxRetryDelayMs||0},W={onSuccess:(N,te,ce,be)=>{const Ie=this.getInternalLoader(ce);this.resetInternalLoader(ce.type);const Ae=N.data;if(Ae.indexOf("#EXTM3U")!==0){this.handleManifestParsingError(N,ce,new Error("no EXTM3U delimiter"),be||null,te);return}te.parsing.start=performance.now(),So.isMediaPlaylist(Ae)||ce.type!==h.MANIFEST?this.handleTrackOrLevelPlaylist(N,te,ce,be||null,Ie):this.handleMasterPlaylist(N,te,ce,be)},onError:(N,te,ce,be)=>{this.handleNetworkError(te,ce,!1,N,be)},onTimeout:(N,te,ce)=>{this.handleNetworkError(te,ce,!0,void 0,N)}};v.load(t,z,W)}checkAutostartLoad(){if(!this.hls)return;const{config:{autoStartLoad:t,startPosition:n},forceStartLoad:s}=this.hls;(t||s)&&(this.hls.logger.log(`${t?"auto":"force"} startLoad with configured startPosition ${n}`),this.hls.startLoad(n))}handleMasterPlaylist(t,n,s,v){const w=this.hls,T=t.data,z=ut(t,s),W=So.parseMasterPlaylist(T,z);if(W.playlistParsingError){this.handleManifestParsingError(t,s,W.playlistParsingError,v,n);return}const{contentSteering:N,levels:te,sessionData:ce,sessionKeys:be,startTimeOffset:Ie,variableList:Ae}=W;this.variableList=Ae;const{AUDIO:at=[],SUBTITLES:rt,"CLOSED-CAPTIONS":Rt}=So.parseMasterPlaylistMedia(T,z,W);at.length&&!at.some(sr=>!sr.url)&&te[0].audioCodec&&!te[0].attrs.AUDIO&&(this.hls.logger.log("[playlist-loader]: audio codec signaled in quality level, but no embedded audio track signaled, create one"),at.unshift({type:"main",name:"main",groupId:"main",default:!1,autoselect:!1,forced:!1,id:-1,attrs:new Bi({}),bitrate:0,url:""})),w.trigger(o.MANIFEST_LOADED,{levels:te,audioTracks:at,subtitles:rt,captions:Rt,contentSteering:N,url:z,stats:n,networkDetails:v,sessionData:ce,sessionKeys:be,startTimeOffset:Ie,variableList:Ae})}handleTrackOrLevelPlaylist(t,n,s,v,w){const T=this.hls,{id:z,level:W,type:N}=s,te=ut(t,s),ce=r(W)?W:r(z)?z:0,be=Le(s),Ie=So.parseLevelPlaylist(t.data,te,ce,be,0,this.variableList);if(N===h.MANIFEST){const Ae={attrs:new Bi({}),bitrate:0,details:Ie,name:"",url:te};Ie.requestScheduled=n.loading.start+Bn(Ie,0),T.trigger(o.MANIFEST_LOADED,{levels:[Ae],audioTracks:[],url:te,stats:n,networkDetails:v,sessionData:null,sessionKeys:null,contentSteering:null,startTimeOffset:null,variableList:null})}n.parsing.end=performance.now(),s.levelDetails=Ie,this.handlePlaylistLoaded(Ie,t,n,s,v,w)}handleManifestParsingError(t,n,s,v,w){this.hls.trigger(o.ERROR,{type:c.NETWORK_ERROR,details:f.MANIFEST_PARSING_ERROR,fatal:n.type===h.MANIFEST,url:t.url,err:s,error:s,reason:s.message,response:t,context:n,networkDetails:v,stats:w})}handleNetworkError(t,n,s=!1,v,w){let T=`A network ${s?"timeout":"error"+(v?" (status "+v.code+")":"")} occurred while loading ${t.type}`;t.type===h.LEVEL?T+=`: ${t.level} id: ${t.id}`:(t.type===h.AUDIO_TRACK||t.type===h.SUBTITLE_TRACK)&&(T+=` id: ${t.id} group-id: "${t.groupId}"`);const z=new Error(T);this.hls.logger.warn(`[playlist-loader]: ${T}`);let W=f.UNKNOWN,N=!1;const te=this.getInternalLoader(t);switch(t.type){case h.MANIFEST:W=s?f.MANIFEST_LOAD_TIMEOUT:f.MANIFEST_LOAD_ERROR,N=!0;break;case h.LEVEL:W=s?f.LEVEL_LOAD_TIMEOUT:f.LEVEL_LOAD_ERROR,N=!1;break;case h.AUDIO_TRACK:W=s?f.AUDIO_TRACK_LOAD_TIMEOUT:f.AUDIO_TRACK_LOAD_ERROR,N=!1;break;case h.SUBTITLE_TRACK:W=s?f.SUBTITLE_TRACK_LOAD_TIMEOUT:f.SUBTITLE_LOAD_ERROR,N=!1;break}te&&this.resetInternalLoader(t.type);const ce={type:c.NETWORK_ERROR,details:W,fatal:N,url:t.url,loader:te,context:t,error:z,networkDetails:n,stats:w};if(v){const be=(n==null?void 0:n.url)||t.url;ce.response=b({url:be,data:void 0},v)}this.hls.trigger(o.ERROR,ce)}handlePlaylistLoaded(t,n,s,v,w,T){const z=this.hls,{type:W,level:N,id:te,groupId:ce,deliveryDirectives:be}=v,Ie=ut(n,v),Ae=Le(v),at=typeof v.level=="number"&&Ae===u.MAIN?N:void 0;if(!t.fragments.length){const Rt=t.playlistParsingError=new Error("No Segments found in Playlist");z.trigger(o.ERROR,{type:c.NETWORK_ERROR,details:f.LEVEL_EMPTY_ERROR,fatal:!1,url:Ie,error:Rt,reason:Rt.message,response:n,context:v,level:at,parent:Ae,networkDetails:w,stats:s});return}t.targetduration||(t.playlistParsingError=new Error("Missing Target Duration"));const rt=t.playlistParsingError;if(rt){if(this.hls.logger.warn(rt),!z.config.ignorePlaylistParsingErrors){z.trigger(o.ERROR,{type:c.NETWORK_ERROR,details:f.LEVEL_PARSING_ERROR,fatal:!1,url:Ie,error:rt,reason:rt.message,response:n,context:v,level:at,parent:Ae,networkDetails:w,stats:s});return}t.playlistParsingError=null}switch(t.live&&T&&(T.getCacheAge&&(t.ageHeader=T.getCacheAge()||0),(!T.getCacheAge||isNaN(t.ageHeader))&&(t.ageHeader=0)),W){case h.MANIFEST:case h.LEVEL:z.trigger(o.LEVEL_LOADED,{details:t,levelInfo:v.levelOrTrack||z.levels[0],level:at||0,id:te||0,stats:s,networkDetails:w,deliveryDirectives:be,withoutMultiVariant:W===h.MANIFEST});break;case h.AUDIO_TRACK:z.trigger(o.AUDIO_TRACK_LOADED,{details:t,track:v.levelOrTrack,id:te||0,groupId:ce||"",stats:s,networkDetails:w,deliveryDirectives:be});break;case h.SUBTITLE_TRACK:z.trigger(o.SUBTITLE_TRACK_LOADED,{details:t,track:v.levelOrTrack,id:te||0,groupId:ce||"",stats:s,networkDetails:w,deliveryDirectives:be});break}}}class ir{static get version(){return Va}static isMSESupported(){return N0()}static isSupported(){return C0()}static getMediaSource(){return ae()}static get Events(){return o}static get MetadataSchema(){return ts}static get ErrorTypes(){return c}static get ErrorDetails(){return f}static get DefaultConfig(){return ir.defaultConfig?ir.defaultConfig:r0}static set DefaultConfig(t){ir.defaultConfig=t}constructor(t={}){this.config=void 0,this.userConfig=void 0,this.logger=void 0,this.coreComponents=void 0,this.networkControllers=void 0,this._emitter=new ya,this._autoLevelCapping=-1,this._maxHdcpLevel=null,this.abrController=void 0,this.bufferController=void 0,this.capLevelController=void 0,this.latencyController=void 0,this.levelController=void 0,this.streamController=void 0,this.audioStreamController=void 0,this.subtititleStreamController=void 0,this.audioTrackController=void 0,this.subtitleTrackController=void 0,this.interstitialsController=void 0,this.gapController=void 0,this.emeController=void 0,this.cmcdController=void 0,this._media=null,this._url=null,this._sessionId=void 0,this.triggeringException=void 0,this.started=!1;const n=this.logger=G(t.debug||!1,"Hls instance",t.assetPlayerId),s=this.config=fl(ir.DefaultConfig,t,n);this.userConfig=t,s.progressive&&Yo(s,n);const{abrController:v,bufferController:w,capLevelController:T,errorController:z,fpsController:W}=s,N=new z(this),te=this.abrController=new v(this),ce=new Mr(this),be=s.interstitialsController,Ie=be?this.interstitialsController=new be(this,ir):null,Ae=this.bufferController=new w(this,ce),at=this.capLevelController=new T(this),rt=new W(this),Rt=new jt(this),dr=s.contentSteeringController,sr=dr?new dr(this):null,kr=this.levelController=new F0(this,sr),Hr=new Z0(this),cn=new ge(this.config),Wr=this.streamController=new H(this,ce,cn),Jr=this.gapController=new m0(this,ce);at.setStreamController(Wr),rt.setStreamController(Wr);const ln=[Rt,kr,Wr];Ie&&ln.splice(1,0,Ie),sr&&ln.splice(1,0,sr),this.networkControllers=ln;const Kr=[te,Ae,Jr,at,rt,Hr,ce];this.audioTrackController=this.createController(s.audioTrackController,ln);const Zn=s.audioStreamController;Zn&&ln.push(this.audioStreamController=new Zn(this,ce,cn)),this.subtitleTrackController=this.createController(s.subtitleTrackController,ln);const hi=s.subtitleStreamController;hi&&ln.push(this.subtititleStreamController=new hi(this,ce,cn)),this.createController(s.timelineController,Kr),cn.emeController=this.emeController=this.createController(s.emeController,Kr),this.cmcdController=this.createController(s.cmcdController,Kr),this.latencyController=this.createController(A0,Kr),this.coreComponents=Kr,ln.push(N);const ua=N.onErrorOut;typeof ua=="function"&&this.on(o.ERROR,ua,N),this.on(o.MANIFEST_LOADED,Rt.onManifestLoaded,Rt)}createController(t,n){if(t){const s=new t(this);return n&&n.push(s),s}return null}on(t,n,s=this){this._emitter.on(t,n,s)}once(t,n,s=this){this._emitter.once(t,n,s)}removeAllListeners(t){this._emitter.removeAllListeners(t)}off(t,n,s=this,v){this._emitter.off(t,n,s,v)}listeners(t){return this._emitter.listeners(t)}emit(t,n,s){return this._emitter.emit(t,n,s)}trigger(t,n){if(this.config.debug)return this.emit(t,t,n);try{return this.emit(t,t,n)}catch(s){if(this.logger.error("An internal error happened while handling event "+t+'. Error message: "'+s.message+'". Here is a stacktrace:',s),!this.triggeringException){this.triggeringException=!0;const v=t===o.ERROR;this.trigger(o.ERROR,{type:c.OTHER_ERROR,details:f.INTERNAL_EXCEPTION,fatal:v,event:t,error:s}),this.triggeringException=!1}}return!1}listenerCount(t){return this._emitter.listenerCount(t)}destroy(){this.logger.log("destroy"),this.trigger(o.DESTROYING,void 0),this.detachMedia(),this.removeAllListeners(),this._autoLevelCapping=-1,this._url=null,this.networkControllers.forEach(n=>n.destroy()),this.networkControllers.length=0,this.coreComponents.forEach(n=>n.destroy()),this.coreComponents.length=0;const t=this.config;t.xhrSetup=t.fetchSetup=void 0,this.userConfig=null}attachMedia(t){if(!t||"media"in t&&!t.media){const w=new Error(`attachMedia failed: invalid argument (${t})`);this.trigger(o.ERROR,{type:c.OTHER_ERROR,details:f.ATTACH_MEDIA_ERROR,fatal:!0,error:w});return}this.logger.log("attachMedia"),this._media&&(this.logger.warn("media must be detached before attaching"),this.detachMedia());const n="media"in t,s=n?t.media:t,v=n?t:{media:s};this._media=s,this.trigger(o.MEDIA_ATTACHING,v)}detachMedia(){this.logger.log("detachMedia"),this.trigger(o.MEDIA_DETACHING,{}),this._media=null}transferMedia(){this._media=null;const t=this.bufferController.transferMedia();return this.trigger(o.MEDIA_DETACHING,{transferMedia:t}),t}loadSource(t){this.stopLoad();const n=this.media,s=this._url,v=this._url=le.buildAbsoluteURL(self.location.href,t,{alwaysNormalize:!0});this._autoLevelCapping=-1,this._maxHdcpLevel=null,this.logger.log(`loadSource:${v}`),n&&s&&(s!==v||this.bufferController.hasSourceTypes())&&(this.detachMedia(),this.attachMedia(n)),this.trigger(o.MANIFEST_LOADING,{url:t})}get url(){return this._url}get hasEnoughToStart(){return this.streamController.hasEnoughToStart}get startPosition(){return this.streamController.startPositionValue}startLoad(t=-1,n){this.logger.log(`startLoad(${t+(n?", <skip seek to start>":"")})`),this.started=!0,this.resumeBuffering();for(let s=0;s<this.networkControllers.length&&(this.networkControllers[s].startLoad(t,n),!(!this.started||!this.networkControllers));s++);}stopLoad(){this.logger.log("stopLoad"),this.started=!1;for(let t=0;t<this.networkControllers.length&&(this.networkControllers[t].stopLoad(),!(this.started||!this.networkControllers));t++);}get loadingEnabled(){return this.started}get bufferingEnabled(){return this.streamController.bufferingEnabled}resumeBuffering(){this.bufferingEnabled||(this.logger.log("resume buffering"),this.networkControllers.forEach(t=>{t.resumeBuffering&&t.resumeBuffering()}))}pauseBuffering(){this.bufferingEnabled&&(this.logger.log("pause buffering"),this.networkControllers.forEach(t=>{t.pauseBuffering&&t.pauseBuffering()}))}get inFlightFragments(){const t={[u.MAIN]:this.streamController.inFlightFrag};return this.audioStreamController&&(t[u.AUDIO]=this.audioStreamController.inFlightFrag),this.subtititleStreamController&&(t[u.SUBTITLE]=this.subtititleStreamController.inFlightFrag),t}swapAudioCodec(){this.logger.log("swapAudioCodec"),this.streamController.swapAudioCodec()}recoverMediaError(){this.logger.log("recoverMediaError");const t=this._media,n=t==null?void 0:t.currentTime;this.detachMedia(),t&&(this.attachMedia(t),n&&this.startLoad(n))}removeLevel(t){this.levelController.removeLevel(t)}get sessionId(){let t=this._sessionId;return t||(t=this._sessionId=Zo()),t}get levels(){const t=this.levelController.levels;return t||[]}get latestLevelDetails(){return this.streamController.getLevelDetails()||null}get loadLevelObj(){return this.levelController.loadLevelObj}get currentLevel(){return this.streamController.currentLevel}set currentLevel(t){this.logger.log(`set currentLevel:${t}`),this.levelController.manualLevel=t,this.streamController.immediateLevelSwitch()}get nextLevel(){return this.streamController.nextLevel}set nextLevel(t){this.logger.log(`set nextLevel:${t}`),this.levelController.manualLevel=t,this.streamController.nextLevelSwitch()}get loadLevel(){return this.levelController.level}set loadLevel(t){this.logger.log(`set loadLevel:${t}`),this.levelController.manualLevel=t}get nextLoadLevel(){return this.levelController.nextLoadLevel}set nextLoadLevel(t){this.levelController.nextLoadLevel=t}get firstLevel(){return Math.max(this.levelController.firstLevel,this.minAutoLevel)}set firstLevel(t){this.logger.log(`set firstLevel:${t}`),this.levelController.firstLevel=t}get startLevel(){const t=this.levelController.startLevel;return t===-1&&this.abrController.forcedAutoLevel>-1?this.abrController.forcedAutoLevel:t}set startLevel(t){this.logger.log(`set startLevel:${t}`),t!==-1&&(t=Math.max(t,this.minAutoLevel)),this.levelController.startLevel=t}get capLevelToPlayerSize(){return this.config.capLevelToPlayerSize}set capLevelToPlayerSize(t){const n=!!t;n!==this.config.capLevelToPlayerSize&&(n?this.capLevelController.startCapping():(this.capLevelController.stopCapping(),this.autoLevelCapping=-1,this.streamController.nextLevelSwitch()),this.config.capLevelToPlayerSize=n)}get autoLevelCapping(){return this._autoLevelCapping}get bandwidthEstimate(){const{bwEstimator:t}=this.abrController;return t?t.getEstimate():NaN}set bandwidthEstimate(t){this.abrController.resetEstimator(t)}get abrEwmaDefaultEstimate(){const{bwEstimator:t}=this.abrController;return t?t.defaultEstimate:NaN}get ttfbEstimate(){const{bwEstimator:t}=this.abrController;return t?t.getEstimateTTFB():NaN}set autoLevelCapping(t){this._autoLevelCapping!==t&&(this.logger.log(`set autoLevelCapping:${t}`),this._autoLevelCapping=t,this.levelController.checkMaxAutoUpdated())}get maxHdcpLevel(){return this._maxHdcpLevel}set maxHdcpLevel(t){zt(t)&&this._maxHdcpLevel!==t&&(this._maxHdcpLevel=t,this.levelController.checkMaxAutoUpdated())}get autoLevelEnabled(){return this.levelController.manualLevel===-1}get manualLevel(){return this.levelController.manualLevel}get minAutoLevel(){const{levels:t,config:{minAutoBitrate:n}}=this;if(!t)return 0;const s=t.length;for(let v=0;v<s;v++)if(t[v].maxBitrate>=n)return v;return 0}get maxAutoLevel(){const{levels:t,autoLevelCapping:n,maxHdcpLevel:s}=this;let v;if(n===-1&&t!=null&&t.length?v=t.length-1:v=n,s)for(let w=v;w--;){const T=t[w].attrs["HDCP-LEVEL"];if(T&&T<=s)return w}return v}get firstAutoLevel(){return this.abrController.firstAutoLevel}get nextAutoLevel(){return this.abrController.nextAutoLevel}set nextAutoLevel(t){this.abrController.nextAutoLevel=t}get playingDate(){return this.streamController.currentProgramDateTime}get mainForwardBufferInfo(){return this.streamController.getMainFwdBufferInfo()}get maxBufferLength(){return this.streamController.maxBufferLength}setAudioOption(t){var n;return((n=this.audioTrackController)==null?void 0:n.setAudioOption(t))||null}setSubtitleOption(t){var n;return((n=this.subtitleTrackController)==null?void 0:n.setSubtitleOption(t))||null}get allAudioTracks(){const t=this.audioTrackController;return t?t.allAudioTracks:[]}get audioTracks(){const t=this.audioTrackController;return t?t.audioTracks:[]}get audioTrack(){const t=this.audioTrackController;return t?t.audioTrack:-1}set audioTrack(t){const n=this.audioTrackController;n&&(n.audioTrack=t)}get allSubtitleTracks(){const t=this.subtitleTrackController;return t?t.allSubtitleTracks:[]}get subtitleTracks(){const t=this.subtitleTrackController;return t?t.subtitleTracks:[]}get subtitleTrack(){const t=this.subtitleTrackController;return t?t.subtitleTrack:-1}get media(){return this._media}set subtitleTrack(t){const n=this.subtitleTrackController;n&&(n.subtitleTrack=t)}get subtitleDisplay(){const t=this.subtitleTrackController;return t?t.subtitleDisplay:!1}set subtitleDisplay(t){const n=this.subtitleTrackController;n&&(n.subtitleDisplay=t)}get lowLatencyMode(){return this.config.lowLatencyMode}set lowLatencyMode(t){this.config.lowLatencyMode=t}get liveSyncPosition(){return this.latencyController.liveSyncPosition}get latency(){return this.latencyController.latency}get maxLatency(){return this.latencyController.maxLatency}get targetLatency(){return this.latencyController.targetLatency}set targetLatency(t){this.latencyController.targetLatency=t}get drift(){return this.latencyController.drift}get forceStartLoad(){return this.streamController.forceStartLoad}get pathways(){return this.levelController.pathways}get pathwayPriority(){return this.levelController.pathwayPriority}set pathwayPriority(t){this.levelController.pathwayPriority=t}get bufferedToEnd(){var t;return!!((t=this.bufferController)!=null&&t.bufferedToEnd)}get interstitialsManager(){var t;return((t=this.interstitialsController)==null?void 0:t.interstitialsManager)||null}getMediaDecodingInfo(t,n=this.allAudioTracks){const s=Oi(n);return Dr(t,s,navigator.mediaCapabilities)}}ir.defaultConfig=void 0},53280:function(d,_,e){"use strict";e.d(_,{D:function(){return i}});function r(l,c,f){var o=f||{},h=o.noTrailing,u=h===void 0?!1:h,a=o.noLeading,x=a===void 0?!1:a,p=o.debounceMode,y=p===void 0?void 0:p,m,b=!1,S=0;function k(){m&&clearTimeout(m)}function R(O){var M=O||{},B=M.upcomingOnly,U=B===void 0?!1:B;k(),b=!U}function A(){for(var O=arguments.length,M=new Array(O),B=0;B<O;B++)M[B]=arguments[B];var U=this,X=Date.now()-S;if(b)return;function G(){S=Date.now(),c.apply(U,M)}function V(){m=void 0}!x&&y&&!m&&G(),k(),y===void 0&&X>l?x?(S=Date.now(),u||(m=setTimeout(y?V:G,l))):G():u!==!0&&(m=setTimeout(y?V:G,y===void 0?l-X:l))}return A.cancel=R,A}function i(l,c,f){var o=f||{},h=o.atBegin,u=h===void 0?!1:h;return r(l,c,{debounceMode:u!==!1})}}},__webpack_module_cache__={};function __webpack_require__(d){var _=__webpack_module_cache__[d];if(_!==void 0)return _.exports;var e=__webpack_module_cache__[d]={id:d,loaded:!1,exports:{}};return __webpack_modules__[d].call(e.exports,e,e.exports,__webpack_require__),e.loaded=!0,e.exports}__webpack_require__.m=__webpack_modules__,function(){__webpack_require__.amdO={}}(),function(){__webpack_require__.n=function(d){var _=d&&d.__esModule?function(){return d.default}:function(){return d};return __webpack_require__.d(_,{a:_}),_}}(),function(){var d=Object.getPrototypeOf?function(e){return Object.getPrototypeOf(e)}:function(e){return e.__proto__},_;__webpack_require__.t=function(e,r){if(r&1&&(e=this(e)),r&8||typeof e=="object"&&e&&(r&4&&e.__esModule||r&16&&typeof e.then=="function"))return e;var i=Object.create(null);__webpack_require__.r(i);var l={};_=_||[null,d({}),d([]),d(d)];for(var c=r&2&&e;typeof c=="object"&&!~_.indexOf(c);c=d(c))Object.getOwnPropertyNames(c).forEach(function(f){l[f]=function(){return e[f]}});return l.default=function(){return e},__webpack_require__.d(i,l),i}}(),function(){__webpack_require__.d=function(d,_){for(var e in _)__webpack_require__.o(_,e)&&!__webpack_require__.o(d,e)&&Object.defineProperty(d,e,{enumerable:!0,get:_[e]})}}(),function(){__webpack_require__.f={},__webpack_require__.e=function(d){return Promise.all(Object.keys(__webpack_require__.f).reduce(function(_,e){return __webpack_require__.f[e](d,_),_},[]))}}(),function(){__webpack_require__.u=function(d){return""+({26:"p__Classrooms__Lists__Graduation__Tasks__Edit__index",67:"p__Message__index",109:"p__Classrooms__Lists__ShixunHomeworks__Detail__components__CodeReview__Detail__index",119:"p__User__ThemeChange__Paths",195:"p__Classrooms__Lists__GroupHomework__Detail__index",201:"p__Classrooms__ThemeChange__Students",264:"p__User__Detail__Order__pages__orderPay__index",292:"p__Classrooms__Lists__Exercise__Add__index",337:"p__Paperlibrary__Random__PreviewEdit__index",479:"p__Classrooms__Lists__GroupHomework__EditWork__index",485:"p__Question__AddOrEdit__BatchAdd__index",508:"p__Forums__Detail__id",518:"p__Shixuns__Detail__Settings__ThemeChange__index",532:"p__ExcellentCourse__index",533:"p__Classrooms__Lists__Video__Statistics__Detail__index",547:"p__Account__index",556:"p__User__Detail__Order__pages__invoice__index",559:"layouts__virtualDetail__index",570:"p__Home__Detail__OnlineNum__index",576:"p__Account__Profile__Edit__index",643:"p__Classrooms__Lists__Polls__QuestionnaireInfo__index",680:"p__Innovation__index",700:"p__tasks__Jupyter__index",737:"p__Classrooms__Lists__CommonHomework__Detail__components__CodeReview__Detail__index",799:"p__User__Detail__Topics__Poll__Detail__index",879:"p__User__ThemeChange__AccountInfo",895:"p__Classrooms__Lists__Video__Items__videoInfo__index",900:"p__User__ThemeChange__Classrooms",906:"p__User__ThemeChange__CareerCertification",921:"p__Classrooms__Lists__Exercise__CodeDetails__index",928:"p__RestFul__Edit__index",1006:"p__RestFul__index",1043:"p__Classrooms__Lists__Graduation__Tasks__index",1045:"p__virtualSpaces__Lists__Knowledge__AddAndEdit__index",1048:"p__Classrooms__Lists__ProgramHomework__Detail__Ranking__index",1070:"p__Innovation__PublicMirror__index",1077:"p__User__ThemeTwoLogin__index",1211:"p__Classrooms__Lists__CommonHomework__EditWork__index",1253:"p__Graduations__Lists__Gradingsummary__index",1257:"p__Classrooms__Lists__ResourceRecommend__index",1276:"p__MoopCases__Success__index",1343:"p__User__Detail__ResourceAllocation__index",1423:"p__Shixuns__Edit__body__Level__Challenges__EditPracticeAnswer__index",1427:"p__Classrooms__Lists__Statistics__index",1450:"p__Classrooms__Lists__ShixunHomeworks__Commitsummary__index",1461:"p__Graduations__Lists__Topics__index",1470:"p__User__Register__index",1474:"layouts__SubSysLayout__index",1475:"p__Shixuns__Detail__Dataset__JupyterData__index",1477:"p__Classrooms__ThemeChange__Assistant",1482:"p__Classrooms__Lists__Graduation__Topics__Edit__index",1512:"p__Classrooms__Lists__Exercise__AnswerCheck__index",1520:"p__Engineering__Lists__StudentList__index",1545:"p__Paperlibrary__Random__ExchangeFromProblemSet__index",1578:"p__Classrooms__Lists__Graduation__Topics__Detail__index",1581:"p__Problemset__Preview__index",1582:"p__Classrooms__Lists__GroupHomework__Add__index",1651:"p__Paths__ThemeChange__Statistics",1657:"p__Shixuns__Edit__body__Level__Challenges__EditQuestion__index",1660:"p__User__QQLogin__index",1674:"p__Classrooms__ClassicCases__index",1678:"p__Classrooms__ThemeChange__Attachment",1713:"p__virtualSpaces__Lists__Settings__index",1717:"layouts__index",1727:"p__Classrooms__Lists__CourseGroup__NotList__index",1754:"p__Classrooms__ThemeChange__Video",1783:"p__virtualSpaces__Lists__Experiment__index",1798:"p__Classrooms__ThemeChange__GroupHomework",1799:"p__Competitions__Entered__Assembly__TeamDateil",1831:"p__Graduations__Index__index",1836:"p__Classrooms__Lists__Attendance__Webview__Teacher__index",1855:"p__MoopCases__InfoPanel__index",1880:"p__User__Detail__Order__pages__apply__index",1897:"p__User__ThemeChange__ClassManagement",1939:"p__User__Detail__Order__index",1953:"p__Problemset__NewItem__index",1962:"p__Classrooms__Lists__Engineering__index",1993:"p__Shixuns__Detail__Dataset__ThemeChange__index",2045:"p__Engineering__Lists__TeacherList__index",2099:"p__Paperlibrary__ThemeChange__index",2102:"p__Classrooms__Lists__Board__Edit__index",2130:"p__Shixuns__Detail__Repository__UploadFile__ThemeChange__index",2141:"p__Shixuns__Detail__Split__index",2203:"p__Classrooms__ThemeChange__ShixunHomeworks",2214:"p__Shixuns__Interface__List__index",2216:"p__DataSet__Index__index",2240:"p__User__Detail__Videos__Upload__index",2281:"p__Paths__ThemeChange__Detail",2300:"p__Api__index",2303:"p__Classrooms__Lists__CommonHomework__Comment__index",2307:"p__Report__index",2338:"p__Classrooms__Lists__CommonHomework__Review__index",2339:"p__virtualSpaces__Lists__Plan__Detail__index",2396:"p__User__Detail__ResourcesCenter__index",2404:"p__Classrooms__Lists__Template__teacher__index",2412:"p__User__Detail__Videos__index",2425:"p__Classrooms__Lists__Board__Detail__index",2443:"p__Graduations__Lists__StageModule__index",2476:"p__Colleges__index",2501:"p__Search__index",2539:"p__Graduations__Review__index",2548:"p__Engineering__Norm__Detail__index",2570:"p__Competitions__Detail__index",2603:"p__Classrooms__Lists__ProgramHomework__Detail__answer__Add__index",2659:"p__User__Detail__UserPortrait__index",2707:"p__Innovation__MyDataSet__index",2806:"p__User__Detail__Topics__Exercise__Detail__index",2819:"p__Classrooms__Lists__Template__detail__index",2823:"p__Engineering__Navigation__Home__index",2829:"p__Messages__Private__index",2862:"p__User__ThemeChange__ExperImentImg",2864:"p__Shixuns__Interface__Detail__index",2865:"p__Innovation__MyMirror__index",2884:"p__Classrooms__Lists__ProgramHomework__Comment__index",3006:"p__Engineering__index",3086:"p__Shixuns__Detail__ForkList__ThemeChange__index",3141:"p__Innovation__Detail__index",3157:"p__User__Detail__ExperImentImg__Add__index",3183:"p__Engineering__Lists__GraduationIndex__index",3212:"p__MoopCases__index",3220:"p__Classrooms__Lists__Video__Upload__index",3247:"p__Paperlibrary__See__index",3260:"p__Paperlibrary__Add__index",3276:"p__Classrooms__Lists__Statistics__UserportraitStatistics__index",3317:"p__Classrooms__Lists__Graduation__Topics__Add__index",3391:"p__Classrooms__Lists__ProgramHomework__Detail__components__CodeReview__Detail__index",3433:"p__Classrooms__Lists__Exercise__Sumup__Edit__index",3442:"p__Classrooms__Lists__Board__Add__index",3447:"p__User__Detail__Order__pages__orderInformation__index",3451:"p__Classrooms__Lists__Statistics__StudentStatistics__Detail__index",3509:"p__HttpStatus__SixActivities",3581:"p__Shixuns__Detail__Collaborators__ThemeChange__index",3585:"p__Classrooms__Lists__Statistics__StudentSituation__index",3665:"p__tasks__index",3668:"p__Classrooms__Lists__CommonHomework__Detail__index",3747:"p__virtualSpaces__Lists__Homepage__index",3784:"p__Paperlibrary__Random__Detail__index",3831:"p__User__ThemeChange__VirtualSpaces",3862:"p__HttpStatus__403",3873:"p__virtualSpaces__Lists__Lesson__index",3910:"p__HttpStatus__introduction",3951:"p__Classrooms__Lists__ProgramHomework__Detail__index",4017:"p__Classrooms__Lists__PlaceholderPage__index",4030:"p__Classrooms__Lists__ProgramHomework__AddAndEdit__index",4048:"p__Forums__ThemeChange__index",4056:"p__IntrainCourse__index",4058:"p__Demo__index",4078:"p__Messages__Tidings__index",4093:"p__Classrooms__Lists__Attendance__Detail__index",4105:"p__Classrooms__Lists__Exercise__Answer__index",4144:"p__Problemset__Preview__New__index",4164:"p__Classrooms__Lists__Exercise__Detail__index",4216:"p__Classrooms__Lists__ProgramHomework__Detail__answer__Edit__index",4217:"p__Classrooms__Lists__Video__Statistics__index",4227:"p__Paths__Overview__index",4259:"p__User__Detail__Order__pages__result__index",4264:"p__Forums__New__index",4297:"p__Classrooms__ThemeChange__Polls",4449:"p__Competitions__Exports__index",4492:"p__Graduations__Lists__StudentSelection__index",4496:"p__HttpStatus__HpcCourse",4498:"p__Shixuns__Edit__body__Level__Challenges__NewPractice__index",4504:"p__virtualSpaces__Lists__Survey__index",4514:"p__Account__Results__index",4520:"p__Account__Secure__index",4546:"p__Engineering__Lists__TrainingProgram__Add__index",4565:"p__HttpStatus__500",4572:"p__Classrooms__Lists__ExportList__index",4599:"p__Problemset__index",4610:"p__User__Detail__LearningPath__index",4621:"p__Administration__Profession__index",4662:"p__Classrooms__Lists__GroupHomework__Review__index",4715:"p__virtualSpaces__Lists__Material__Detail__index",4736:"p__User__Detail__Projects__index",4741:"p__Problems__OjForm__NewEdit__index",4757:"p__virtualSpaces__Lists__Workplace__index",4766:"p__Administration__index",4770:"p__Classrooms__Lists__ProgramHomework__Detail__answer__index",4795:"p__Classrooms__Lists__Graduation__Tasks__Add__index",4800:"p__Engineering__Lists__GraduatedMatrix__index",4889:"p__Classrooms__Lists__Exercise__ImitateAnswer__index",4928:"p__Classrooms__Lists__LearningPath__index",4973:"p__Engineering__Evaluate__List__index",4994:"p__Problems__OjForm__index",5022:"p__Graduations__Lists__Settings__index",5043:"p__User__Detail__Topics__Poll__Edit__index",5048:"p__Classrooms__Lists__Graduation__Topics__index",5096:"p__Shixuns__Detail__AuditSituation__index",5111:"p__Terminal__index",5117:"p__User__ThemeChange__Certificate",5125:"p__Classrooms__Lists__Exercise__DetailedAnalysis__index",5148:"p__Classrooms__Lists__Polls__Answer__index",5165:"p__User__ThemeChange__Topics",5176:"p__User__Detail__Videos__Protocol__index",5177:"p__Classrooms__ThemeChange__Teachers",5179:"p__Administration__Student__Edit__index",5186:"p__Classrooms__Overview__index",5230:"p__Shixuns__Detail__Repository__AddFile__ThemeChange__index",5238:"p__virtualSpaces__Lists__Material__index",5297:"p__Classrooms__Lists__Exercise__Detail__components__DuplicateChecking__CheckDetail__index",5307:"p__Shixuns__ThemeChange__New",5319:"p__Classrooms__Lists__ProgramHomework__Detail__answer__Detail__index",5330:"p__Classrooms__ThemeChange__ShixunHomeworksComment",5335:"p__Engineering__Lists__CourseMatrix__index",5357:"p__Engineering__Lists__TrainingProgram__Edit__index",5359:"p__Messages__Detail__index",5382:"p__DataSet__Detail__index",5402:"p__User__Detail__Topics__Detail__index",5466:"p__Classrooms__ThemeChange__LiveVideo",5518:"p__Classrooms__Lists__Template__index",5549:"p__Shixuns__New__CreateImg__index",5572:"p__Paths__HigherVocationalEducation__index",5573:"p__Shixuns__Detail__Merge__index",5624:"p__Graduations__Lists__Index__index",5650:"p__Competitions__Update__index",5694:"p__Classrooms__ThemeChange__ShixunHomeworksDetail",5705:"p__virtualSpaces__Lists__Construction__index",5729:"p__Help__Index",5775:"p__Engineering__Lists__Document__index",5776:"p__User__ThemeChange__RealNameCertification",5786:"layouts__LoginAndRegister__index",5798:"p__Classrooms__Lists__Video__Statistics__UserDetail__index",5800:"p__User__ThemeChange__Competitions",5816:"p__Paperlibrary__Random__Edit__index",5888:"p__Classrooms__Lists__CommonHomework__Add__index",5891:"p__virtualSpaces__Lists__Resources__index",5894:"p__Shixuns__Detail__Repository__Commit__ThemeChange__index",5902:"p__Classrooms__Lists__Exercise__Sumup__index",5915:"p__knowledgegraph__Detail__Statistics__index",5972:"layouts__user__index",5992:"p__Classrooms__Lists__Exercise__ReviewGroup__index",6029:"p__Administration__Student__index",6034:"p__HttpStatus__UserAgents",6063:"p__Graduations__Lists__Personmanage__index",6069:"p__virtualSpaces__Lists__Lesson__Detail__index",6080:"p__Paths__ThemeChange__New",6127:"p__Classrooms__Lists__ProgramHomework__Ranking__index",6170:"p__HttpStatus__downloadStudent",6185:"p__Classrooms__ThemeChange__Announcement",6265:"p__virtualSpaces__Lists__Discussion__index",6270:"p__MyProblem__index",6282:"p__Classrooms__ThemeChange__ProgramHomework",6328:"p__Shixuns__Edit__body__Warehouse__index",6366:"p__Innovation__PublicProject__index",6434:"p__User__Detail__Order__pages__records__index",6444:"p__Video__Detail__id",6451:"p__Shixuns__Detail__RankingList__ThemeChange__index",6452:"p__Innovation__PublicDataSet__index",6463:"p__NewPaths__index",6527:"p__SysDashboard__index",6531:"p__HttpStatus__404",6583:"p__User__Detail__Classrooms__index",6587:"p__User__Detail__Videos__Protocol__resource",6634:"p__Innovation__Tasks__index",6637:"p__Shixuns__Detail__Repository__ThemeChange__index",6651:"p__Engineering__Evaluate__Detail__index",6682:"p__User__ThemeChange__Shixuns",6685:"p__Classrooms__Index__index",6729:"p__Classrooms__Lists__GroupHomework__Edit__index",6741:"p__Engineering__Norm__List__index",6776:"p__Classrooms__ThemeChange__Exercise",6784:"p__Innovation__Edit__index",6788:"p__Home__Detail__ShixunContext__Detail__index",6789:"p__Classrooms__ThemeChange__index",6796:"p__virtualSpaces__Lists__Announcement__Detail__index",6820:"p__User__Detail__Topics__Normal__index",6882:"p__Classrooms__New__StartClass__index",6883:"p__Competitions__Index__index",6904:"p__MoopCases__FormPanel__index",6913:"p__Question__AddOrEdit__index",6963:"p__Classrooms__Lists__Engineering__Detail__index",7043:"p__User__Detail__Topics__Exercise__Edit__index",7045:"p__Classrooms__Lists__CommonHomework__SubmitWork__index",7058:"p__virtualSpaces__Lists__Survey__Detail__index",7062:"layouts__SimpleLayouts",7178:"p__User__BindAccount__index",7182:"p__User__ResetPassword__index",7242:"p__Innovation__MyProject__index",7260:"p__Account__Certification__index",7322:"layouts__ThemeChange__ShixunDetail",7323:"p__Classrooms__ThemeChange__New",7329:"p__Classrooms__ThemeChange__Attendance",7333:"p__User__WechatLogin__index",7395:"p__Classrooms__Lists__Statistics__StudentDetail__index",7402:"p__User__ThemeChange__OtherResources",7460:"p__Question__OjProblem__index",7477:"p__virtualSpaces__Lists__Announcement__index",7482:"p__Classrooms__Lists__Exercise__Notice__index",7527:"p__MyProblem__RecordDetail__index",7545:"p__Graduations__Lists__Archives__index",7560:"p__Administration__College__index",7589:"p__virtualSpaces__Lists__DigitalTopics__index",7614:"p__Shixuns__Edit__body__Level__Challenges__RankingSetting__index",7622:"p__Classrooms__Lists__Polls__Detail__index",7806:"p__Classrooms__Lists__Statistics__StatisticsQuality__index",7835:"p__Problemset__ThemeChange__index",7855:"p__User__Detail__ResourcesCenter__Detail__index",7857:"p__Shixuns__Edit__body__Level__Challenges__NewQuestion__index",7884:"p__Shixuns__Exports__index",7901:"p__Guidance__ThemeChange",7922:"p__Classrooms__Lists__CourseGroup__Detail__index",8062:"p__User__Detail__Topicbank__index",8072:"p__Classrooms__Lists__GroupHomework__SubmitWork__index",8085:"p__Classrooms__Lists__Exercise__Review__index",8115:"p__User__ThemeChange__DataSet",8143:"layouts__GraduationsDetail__index",8145:"p__User__ThemeChange__ClassManagementItem",8155:"p__Shixuns__Overview__index",8217:"p__User__ThemeChange__AccountInfoEdit",8237:"p__User__Detail__Order__pages__view__index",8241:"p__virtualSpaces__Lists__Plan__index",8248:"p__virtualSpaces__Lists__Resources__Detail__index",8286:"p__User__ThemeChange__ExperImentImgDetail",8332:"p__User__ThemeChange__Detail",8340:"p__Classrooms__Lists__Attendance__Webview__Student__index",8365:"p__Home__Detail__ShixunContext__index",8398:"p__Shixuns__Interface__Edit__index",8431:"p__Classrooms__Lists__Exercise__Export__index",8435:"p__Classrooms__Lists__Attendance__index",8447:"p__virtualSpaces__Lists__Knowledge__index",8458:"p__Classrooms__ThemeChange__CommonHomework",8479:"p__User__ThemeChange__TeachGroup",8517:"p__User__Detail__Topics__Group__index",8552:"p__Shixuns__ThemeChange__index",8563:"p__virtualSpaces__Lists__Discussion__Detail__index",8639:"p__Forums__Index__redirect",8665:"p__Engineering__Lists__TrainingObjectives__index",8688:"p__Shixuns__Detail__Repository__index",8689:"p__Classrooms__Lists__Statistics__VideoStatistics__index",8723:"p__Classrooms__Lists__Polls__Edit__index",8787:"p__Competitions__Entered__index",8797:"p__Competitions__Edit__index",8823:"p__knowledgegraph__Detail__id",8827:"p__Classrooms__Lists__OnlineLearning__index",8866:"p__index",8882:"p__Classrooms__Lists__Graduation__Tasks__Detail__index",8885:"p__Classrooms__Lists__Statistics__StudentStatistics__index",8965:"p__Shixuns__Detail__Discuss__ThemeChange__index",8999:"p__Three__index",9039:"p__Classrooms__ThemeChange__CourseGroup",9076:"p__Account__Binding__index",9181:"p__Dashboard__index",9205:"p__Shixuns__Edit__body__Level__Challenges__EditPracticeSetting__index",9366:"p__User__Login__index",9391:"p__Engineering__Lists__CurseSetting__index",9404:"monaco-editor",9406:"p__Classrooms__ThemeChange__Board",9416:"p__Graduations__Lists__Tasks__index",9417:"p__Shixuns__ThemeOne__Detail__SkillTags__index",9449:"p__Shixuns__ThemeChange__Detail",9487:"p__LargeScreen__index",9489:"p__Engineering__Lists__CourseList__index",9507:"p__User__Detail__ResourceGuarantee__index",9511:"p__Shixuns__ThemeChange__Edit",9647:"p__Question__Index__index",9649:"p__Engineering__Lists__TrainingProgram__index",9674:"p__Shixuns__New__ImagePreview__index",9677:"p__virtualSpaces__Lists__Announcement__AddAndEdit__index",9695:"p__Classrooms__Lists__Polls__Add__index",9715:"p__Classrooms__Lists__CommonHomework__Edit__index",9716:"p__Question__OjProblem__RecordDetail__index",9785:"p__Classrooms__Lists__Template__student__index",9788:"p__Account__Profile__index",9814:"p__Shixuns__Detail__Challenges__ThemeChange__index",9891:"p__User__Detail__Videos__Success__index",9906:"p__Paths__ThemeChange__index",9921:"p__Classrooms__ExamList__index",9922:"p__Classrooms__Lists__Statistics__StudentVideo__index",9944:"p__Classrooms__Lists__Video__Statistics__StudentDetail__index"}[d]||d)+"."+{26:"e69b28bf",67:"3a456993",109:"42b54f99",119:"b7938cd5",169:"d96447db",195:"f3616826",201:"79e87c4c",264:"e0ee5d91",292:"5cef163e",316:"1f60ada6",337:"54faaa4b",354:"d4d139cf",369:"0349a448",425:"7055c54b",479:"be0007de",485:"f7b5567d",508:"48493c85",518:"31b08748",532:"31eddd25",533:"a7c313ea",547:"24bbee7d",556:"117cb5d0",559:"71b92a85",570:"eacca2ec",576:"c680f5c2",599:"ed444d24",629:"44a1d9a5",643:"08b191d2",671:"4a609b8d",680:"bef5848a",700:"f0c4e083",737:"357479e0",741:"ac5fd360",799:"7e20da99",879:"9858b810",895:"a7981358",900:"9f3eb03b",906:"d8f848bb",921:"f793a5d6",928:"3beb70a2",981:"24da50c7",1006:"eb6390c1",1043:"854b1252",1045:"3f050c3a",1048:"3cf05be7",1070:"f257880f",1077:"f5fb40a0",1144:"c90eccaf",1154:"8cb80842",1211:"ae1a84ea",1253:"17161809",1257:"d9071b11",1274:"5f6ea65a",1276:"5a16a6b9",1343:"c6049655",1423:"1abf9902",1427:"c42d54a8",1450:"c7c58e3b",1461:"138b43d1",1462:"fcf08abc",1470:"0a231e88",1474:"8a85a410",1475:"03068f93",1477:"3ff23290",1482:"15e6fd08",1512:"481eda40",1520:"f9048efe",1545:"c9fb6de0",1578:"076174ba",1581:"4f84cf78",1582:"3fa838b1",1646:"e6e27b60",1651:"b3e06136",1657:"550a4dc4",1660:"a914fab0",1674:"a2c0b869",1678:"974c994a",1713:"09b312b7",1717:"e8eae5c3",1727:"985b7887",1754:"0adaaa4e",1783:"5d949abf",1798:"ec1a8be0",1799:"9e962558",1831:"0daff711",1836:"2e42f320",1855:"a387e74d",1880:"49c4a150",1897:"5d27faf6",1939:"d57505ba",1953:"0a56df5e",1962:"a16882ec",1993:"8ec4e23e",2011:"59d51f98",2045:"75ebd9ba",2099:"91322246",2102:"2fe6680d",2130:"f6dd3a9f",2141:"f3b51482",2203:"8496bba0",2214:"088bc72e",2216:"a1224a75",2240:"e769248a",2249:"f4830452",2281:"622e0468",2300:"f7b34b30",2303:"2464d146",2307:"00c2a4a4",2338:"38400d1d",2339:"ee765f56",2364:"f89faf70",2386:"192e235c",2396:"bcd7a279",2404:"001097da",2412:"72e599c8",2425:"33c9399c",2443:"839fd286",2476:"9ac20241",2494:"68080a87",2501:"e0a8a565",2538:"de4a3723",2539:"5fcb75d2",2548:"aa53f43d",2570:"fe972c3d",2594:"e87d3761",2603:"85e48726",2659:"f48a81e1",2707:"72596bc8",2806:"b3b8ea82",2819:"eab8b9d0",2823:"7dbf3825",2829:"78026876",2837:"54a82605",2862:"c0293d13",2864:"308e384c",2865:"6125e70a",2884:"01cbed81",2969:"ab3357d7",3006:"c4f4299c",3086:"98f58a57",3133:"9bf3f89c",3141:"ff2c3908",3157:"df617290",3183:"dceac9d0",3198:"8e655451",3212:"6a4e03c5",3220:"8aead32e",3247:"fb1d1c9f",3260:"d04ce3de",3276:"bfb2709e",3317:"4e335d81",3391:"822d9714",3433:"89b1ccc1",3442:"dc2d77c3",3447:"6ca8e642",3451:"4918b15f",3509:"1e3d94fa",3550:"3dc83156",3581:"df9af971",3585:"9566db4d",3665:"6650b337",3668:"956eac66",3697:"481a10d9",3747:"201bf9b1",3754:"28bcba43",3777:"d5b0f2f1",3784:"637e3375",3805:"9dbcb95e",3831:"96be9fba",3862:"43117f72",3873:"c36eda31",3885:"f87f7f15",3910:"0b62f685",3951:"be74f7db",3987:"5cecd51b",4014:"27a8e97c",4017:"55e12afd",4030:"a203a36b",4048:"c1400bb0",4056:"f009f7dc",4058:"82246f46",4078:"9ed12237",4088:"236723f3",4093:"ada7fd1a",4105:"9dda85eb",4144:"f3b484d8",4164:"a37afafa",4216:"1920b017",4217:"8986d9d4",4227:"15f56bd8",4259:"2b33253d",4264:"9b5cde7e",4297:"1b3e5f56",4325:"7e5ffc9a",4347:"ce21ef2e",4354:"140899b7",4360:"cf5efa52",4449:"64fddfc3",4492:"2e06e77e",4496:"866d80ea",4498:"ce1ebf29",4504:"0eb00dcf",4514:"37fb9cb3",4520:"92a99912",4546:"9979c4ea",4565:"ae294bdd",4572:"97b6f251",4599:"61def4cb",4610:"dc2f7e9a",4621:"0200b579",4628:"ece2c60c",4662:"e59bfaa7",4685:"c33f1528",4715:"a589c97e",4736:"06f2cb6b",4741:"42ca6692",4757:"f22496c0",4766:"851589b4",4770:"dff668fd",4790:"619413e4",4795:"f217b3dc",4797:"a24e92db",4800:"dc443e29",4850:"1edda4b7",4889:"851310c9",4928:"ca2a4a00",4973:"8e91fb46",4994:"ba884c21",5022:"78b5deac",5043:"0a8a14b5",5048:"ec3f42fd",5060:"85dafcc6",5096:"a15e232d",5111:"8843ac55",5117:"ec4ba981",5125:"e1bfc7c0",5148:"abd1b0bb",5165:"40040db4",5176:"1f54faf1",5177:"302ec692",5179:"2a6b0851",5186:"00356452",5230:"fd7d3a34",5238:"74252719",5265:"0adf8561",5290:"5dabcdc2",5297:"3044a2e1",5307:"03ba2acb",5319:"60523ac1",5321:"1163c84e",5330:"61abf7fd",5335:"1b6d9bba",5354:"7ae70604",5357:"5191dc5e",5359:"f4695da1",5382:"9af6c29d",5402:"bcd8fcb0",5416:"454536b7",5434:"38b302a6",5466:"3121acc1",5494:"d89549c4",5518:"a2a43d3e",5549:"fd9949bd",5572:"58d6df49",5573:"9a916ea2",5624:"c6e27296",5631:"e00d3d36",5650:"931e21ad",5679:"4a090bef",5694:"fecf6c00",5705:"956a5d8e",5729:"3bb0375f",5764:"e0d7e586",5775:"3c5b3945",5776:"63856176",5786:"a972d493",5798:"8115a862",5800:"3df17bc0",5816:"0adaf217",5876:"5eded409",5888:"b2f9e6cc",5891:"19476c67",5894:"0980d4f2",5902:"c669e75f",5915:"9bdbd5d4",5972:"4681285d",5992:"c8481273",6029:"87880da6",6034:"ae720437",6045:"d268f87f",6047:"3ce45acd",6063:"d3ef70f5",6069:"b0b61733",6080:"15633f85",6126:"99519171",6127:"61ebb201",6170:"dfcc006a",6185:"12930f95",6265:"fae7de8f",6270:"0378c2b5",6282:"948fac0e",6328:"858bf17a",6366:"4114480b",6378:"7f3a946a",6411:"3b971528",6434:"3bd67347",6444:"3283373d",6451:"78324778",6452:"63e781ca",6463:"016094de",6527:"d826153c",6531:"5b8bb018",6583:"7273943c",6587:"733c8f73",6634:"662c6a58",6637:"aa4989a9",6651:"9e24df4a",6656:"193a57e6",6682:"7c8a1d4d",6685:"bc962f30",6729:"a73d05b9",6741:"53889cd7",6774:"59d4d618",6776:"3541beec",6784:"8d81c22a",6788:"b634ec3d",6789:"f92e850b",6796:"cffcc213",6820:"cd17b315",6882:"edef5819",6883:"6cb80143",6904:"32b39fb4",6913:"f0ddf9ed",6963:"710c08d0",7043:"3d7898ce",7045:"4b64df2d",7058:"220ec185",7062:"a8866230",7084:"46ccce72",7156:"e7466006",7178:"80066754",7182:"09e4c243",7242:"c5b1bc8d",7260:"9144f8d4",7322:"64e859fe",7323:"86f9308a",7329:"ee40b045",7333:"43cfa956",7365:"1005464f",7395:"46fd46c9",7402:"fedc2ee0",7460:"1ab44e59",7476:"062bf019",7477:"70e2b322",7482:"3120816b",7527:"291c13b0",7545:"9a8fe702",7560:"279f12b5",7588:"cf168848",7589:"999c6c0d",7591:"c8233ce9",7614:"97f6c814",7622:"b9f7d71c",7686:"4fcec9f9",7706:"5d9efc87",7806:"4fd403d5",7835:"28034d9f",7855:"778bfc68",7857:"91ee9735",7884:"4e91c64e",7890:"8297960b",7901:"e51b86cc",7922:"45a785ea",7963:"64ac60d4",7964:"29aed9a1",8062:"cb99a22e",8072:"65ee4500",8085:"b03fa11e",8089:"d536b13a",8115:"7d62d92c",8143:"85c1f31d",8145:"f6a45984",8155:"3e92c42b",8161:"83c5fa9a",8217:"155c63d8",8237:"0302c226",8241:"9bcff49e",8248:"3a1f2b46",8286:"89765aaf",8302:"55794970",8332:"f065936a",8340:"35eeb8f5",8350:"07df8a75",8365:"679ecccf",8398:"c9f15043",8431:"199ef898",8435:"29ffda57",8447:"f9000eee",8458:"3bfdb760",8479:"ee83ffeb",8517:"b5995b14",8552:"451349b9",8561:"333e8ec9",8563:"e2f66089",8639:"ebbaf1d9",8665:"d277deb8",8688:"0dddc7e8",8689:"630ae0d5",8723:"28f860e2",8737:"ce7dad23",8776:"0ad26240",8787:"2a6220f8",8797:"57b24e9b",8823:"5d1506a2",8827:"fcc2c8e7",8842:"9f25a3e2",8866:"eba3a577",8882:"fae51d7e",8885:"ef3e8aff",8898:"d002bcd8",8909:"68cf8a59",8920:"7f82440c",8963:"790aecdd",8965:"a6e21c2d",8999:"8f775d6c",9039:"3b886008",9045:"43ad23d0",9076:"b772835c",9104:"bbcb2345",9181:"139a0683",9205:"7685b2b5",9252:"0d791a59",9260:"cf5f8140",9366:"4447376a",9391:"d9b59972",9404:"9fcc3d3e",9406:"f22bc8c2",9416:"8a80c87f",9417:"4ae558ab",9449:"c4d6e1f2",9487:"363b6105",9489:"5fd6da22",9507:"28b670e2",9511:"23660b76",9554:"ed358e7b",9559:"f794af19",9647:"8838f2ef",9649:"1a4189af",9674:"0858bf9b",9677:"87930357",9695:"fdaaa292",9715:"4366300c",9716:"08598cab",9785:"176dc5e2",9788:"82039831",9814:"c08c9204",9891:"9ed12111",9895:"b8e31ff2",9906:"a80679ac",9921:"d0fdd88f",9922:"983263e4",9928:"5989f5e0",9944:"9fa44947",9950:"74f6dfb2",9968:"17466785"}[d]+".async.js"}}(),function(){__webpack_require__.miniCssF=function(d){return""+({26:"p__Classrooms__Lists__Graduation__Tasks__Edit__index",67:"p__Message__index",109:"p__Classrooms__Lists__ShixunHomeworks__Detail__components__CodeReview__Detail__index",119:"p__User__ThemeChange__Paths",195:"p__Classrooms__Lists__GroupHomework__Detail__index",201:"p__Classrooms__ThemeChange__Students",264:"p__User__Detail__Order__pages__orderPay__index",292:"p__Classrooms__Lists__Exercise__Add__index",337:"p__Paperlibrary__Random__PreviewEdit__index",479:"p__Classrooms__Lists__GroupHomework__EditWork__index",485:"p__Question__AddOrEdit__BatchAdd__index",508:"p__Forums__Detail__id",518:"p__Shixuns__Detail__Settings__ThemeChange__index",532:"p__ExcellentCourse__index",533:"p__Classrooms__Lists__Video__Statistics__Detail__index",547:"p__Account__index",556:"p__User__Detail__Order__pages__invoice__index",559:"layouts__virtualDetail__index",576:"p__Account__Profile__Edit__index",643:"p__Classrooms__Lists__Polls__QuestionnaireInfo__index",680:"p__Innovation__index",700:"p__tasks__Jupyter__index",737:"p__Classrooms__Lists__CommonHomework__Detail__components__CodeReview__Detail__index",799:"p__User__Detail__Topics__Poll__Detail__index",879:"p__User__ThemeChange__AccountInfo",895:"p__Classrooms__Lists__Video__Items__videoInfo__index",900:"p__User__ThemeChange__Classrooms",906:"p__User__ThemeChange__CareerCertification",921:"p__Classrooms__Lists__Exercise__CodeDetails__index",928:"p__RestFul__Edit__index",1006:"p__RestFul__index",1043:"p__Classrooms__Lists__Graduation__Tasks__index",1045:"p__virtualSpaces__Lists__Knowledge__AddAndEdit__index",1048:"p__Classrooms__Lists__ProgramHomework__Detail__Ranking__index",1070:"p__Innovation__PublicMirror__index",1211:"p__Classrooms__Lists__CommonHomework__EditWork__index",1253:"p__Graduations__Lists__Gradingsummary__index",1257:"p__Classrooms__Lists__ResourceRecommend__index",1276:"p__MoopCases__Success__index",1343:"p__User__Detail__ResourceAllocation__index",1423:"p__Shixuns__Edit__body__Level__Challenges__EditPracticeAnswer__index",1427:"p__Classrooms__Lists__Statistics__index",1450:"p__Classrooms__Lists__ShixunHomeworks__Commitsummary__index",1461:"p__Graduations__Lists__Topics__index",1470:"p__User__Register__index",1474:"layouts__SubSysLayout__index",1475:"p__Shixuns__Detail__Dataset__JupyterData__index",1477:"p__Classrooms__ThemeChange__Assistant",1482:"p__Classrooms__Lists__Graduation__Topics__Edit__index",1512:"p__Classrooms__Lists__Exercise__AnswerCheck__index",1520:"p__Engineering__Lists__StudentList__index",1545:"p__Paperlibrary__Random__ExchangeFromProblemSet__index",1578:"p__Classrooms__Lists__Graduation__Topics__Detail__index",1581:"p__Problemset__Preview__index",1582:"p__Classrooms__Lists__GroupHomework__Add__index",1651:"p__Paths__ThemeChange__Statistics",1657:"p__Shixuns__Edit__body__Level__Challenges__EditQuestion__index",1674:"p__Classrooms__ClassicCases__index",1678:"p__Classrooms__ThemeChange__Attachment",1713:"p__virtualSpaces__Lists__Settings__index",1717:"layouts__index",1727:"p__Classrooms__Lists__CourseGroup__NotList__index",1754:"p__Classrooms__ThemeChange__Video",1783:"p__virtualSpaces__Lists__Experiment__index",1798:"p__Classrooms__ThemeChange__GroupHomework",1831:"p__Graduations__Index__index",1836:"p__Classrooms__Lists__Attendance__Webview__Teacher__index",1855:"p__MoopCases__InfoPanel__index",1880:"p__User__Detail__Order__pages__apply__index",1897:"p__User__ThemeChange__ClassManagement",1939:"p__User__Detail__Order__index",1953:"p__Problemset__NewItem__index",1962:"p__Classrooms__Lists__Engineering__index",1993:"p__Shixuns__Detail__Dataset__ThemeChange__index",2045:"p__Engineering__Lists__TeacherList__index",2099:"p__Paperlibrary__ThemeChange__index",2102:"p__Classrooms__Lists__Board__Edit__index",2130:"p__Shixuns__Detail__Repository__UploadFile__ThemeChange__index",2141:"p__Shixuns__Detail__Split__index",2203:"p__Classrooms__ThemeChange__ShixunHomeworks",2214:"p__Shixuns__Interface__List__index",2216:"p__DataSet__Index__index",2240:"p__User__Detail__Videos__Upload__index",2281:"p__Paths__ThemeChange__Detail",2303:"p__Classrooms__Lists__CommonHomework__Comment__index",2307:"p__Report__index",2338:"p__Classrooms__Lists__CommonHomework__Review__index",2339:"p__virtualSpaces__Lists__Plan__Detail__index",2396:"p__User__Detail__ResourcesCenter__index",2404:"p__Classrooms__Lists__Template__teacher__index",2412:"p__User__Detail__Videos__index",2425:"p__Classrooms__Lists__Board__Detail__index",2443:"p__Graduations__Lists__StageModule__index",2476:"p__Colleges__index",2501:"p__Search__index",2539:"p__Graduations__Review__index",2548:"p__Engineering__Norm__Detail__index",2570:"p__Competitions__Detail__index",2603:"p__Classrooms__Lists__ProgramHomework__Detail__answer__Add__index",2659:"p__User__Detail__UserPortrait__index",2707:"p__Innovation__MyDataSet__index",2806:"p__User__Detail__Topics__Exercise__Detail__index",2819:"p__Classrooms__Lists__Template__detail__index",2823:"p__Engineering__Navigation__Home__index",2829:"p__Messages__Private__index",2862:"p__User__ThemeChange__ExperImentImg",2864:"p__Shixuns__Interface__Detail__index",2865:"p__Innovation__MyMirror__index",2884:"p__Classrooms__Lists__ProgramHomework__Comment__index",3006:"p__Engineering__index",3086:"p__Shixuns__Detail__ForkList__ThemeChange__index",3141:"p__Innovation__Detail__index",3157:"p__User__Detail__ExperImentImg__Add__index",3183:"p__Engineering__Lists__GraduationIndex__index",3212:"p__MoopCases__index",3220:"p__Classrooms__Lists__Video__Upload__index",3247:"p__Paperlibrary__See__index",3260:"p__Paperlibrary__Add__index",3276:"p__Classrooms__Lists__Statistics__UserportraitStatistics__index",3317:"p__Classrooms__Lists__Graduation__Topics__Add__index",3391:"p__Classrooms__Lists__ProgramHomework__Detail__components__CodeReview__Detail__index",3433:"p__Classrooms__Lists__Exercise__Sumup__Edit__index",3442:"p__Classrooms__Lists__Board__Add__index",3447:"p__User__Detail__Order__pages__orderInformation__index",3451:"p__Classrooms__Lists__Statistics__StudentStatistics__Detail__index",3509:"p__HttpStatus__SixActivities",3581:"p__Shixuns__Detail__Collaborators__ThemeChange__index",3585:"p__Classrooms__Lists__Statistics__StudentSituation__index",3665:"p__tasks__index",3668:"p__Classrooms__Lists__CommonHomework__Detail__index",3747:"p__virtualSpaces__Lists__Homepage__index",3784:"p__Paperlibrary__Random__Detail__index",3831:"p__User__ThemeChange__VirtualSpaces",3873:"p__virtualSpaces__Lists__Lesson__index",3910:"p__HttpStatus__introduction",3951:"p__Classrooms__Lists__ProgramHomework__Detail__index",4030:"p__Classrooms__Lists__ProgramHomework__AddAndEdit__index",4048:"p__Forums__ThemeChange__index",4056:"p__IntrainCourse__index",4078:"p__Messages__Tidings__index",4093:"p__Classrooms__Lists__Attendance__Detail__index",4105:"p__Classrooms__Lists__Exercise__Answer__index",4144:"p__Problemset__Preview__New__index",4164:"p__Classrooms__Lists__Exercise__Detail__index",4216:"p__Classrooms__Lists__ProgramHomework__Detail__answer__Edit__index",4217:"p__Classrooms__Lists__Video__Statistics__index",4227:"p__Paths__Overview__index",4259:"p__User__Detail__Order__pages__result__index",4264:"p__Forums__New__index",4297:"p__Classrooms__ThemeChange__Polls",4449:"p__Competitions__Exports__index",4492:"p__Graduations__Lists__StudentSelection__index",4496:"p__HttpStatus__HpcCourse",4498:"p__Shixuns__Edit__body__Level__Challenges__NewPractice__index",4504:"p__virtualSpaces__Lists__Survey__index",4514:"p__Account__Results__index",4520:"p__Account__Secure__index",4546:"p__Engineering__Lists__TrainingProgram__Add__index",4572:"p__Classrooms__Lists__ExportList__index",4599:"p__Problemset__index",4610:"p__User__Detail__LearningPath__index",4621:"p__Administration__Profession__index",4662:"p__Classrooms__Lists__GroupHomework__Review__index",4715:"p__virtualSpaces__Lists__Material__Detail__index",4736:"p__User__Detail__Projects__index",4741:"p__Problems__OjForm__NewEdit__index",4757:"p__virtualSpaces__Lists__Workplace__index",4766:"p__Administration__index",4770:"p__Classrooms__Lists__ProgramHomework__Detail__answer__index",4795:"p__Classrooms__Lists__Graduation__Tasks__Add__index",4800:"p__Engineering__Lists__GraduatedMatrix__index",4889:"p__Classrooms__Lists__Exercise__ImitateAnswer__index",4928:"p__Classrooms__Lists__LearningPath__index",4973:"p__Engineering__Evaluate__List__index",4994:"p__Problems__OjForm__index",5022:"p__Graduations__Lists__Settings__index",5043:"p__User__Detail__Topics__Poll__Edit__index",5048:"p__Classrooms__Lists__Graduation__Topics__index",5096:"p__Shixuns__Detail__AuditSituation__index",5111:"p__Terminal__index",5117:"p__User__ThemeChange__Certificate",5125:"p__Classrooms__Lists__Exercise__DetailedAnalysis__index",5148:"p__Classrooms__Lists__Polls__Answer__index",5165:"p__User__ThemeChange__Topics",5176:"p__User__Detail__Videos__Protocol__index",5177:"p__Classrooms__ThemeChange__Teachers",5179:"p__Administration__Student__Edit__index",5186:"p__Classrooms__Overview__index",5230:"p__Shixuns__Detail__Repository__AddFile__ThemeChange__index",5238:"p__virtualSpaces__Lists__Material__index",5297:"p__Classrooms__Lists__Exercise__Detail__components__DuplicateChecking__CheckDetail__index",5307:"p__Shixuns__ThemeChange__New",5319:"p__Classrooms__Lists__ProgramHomework__Detail__answer__Detail__index",5330:"p__Classrooms__ThemeChange__ShixunHomeworksComment",5335:"p__Engineering__Lists__CourseMatrix__index",5357:"p__Engineering__Lists__TrainingProgram__Edit__index",5359:"p__Messages__Detail__index",5382:"p__DataSet__Detail__index",5402:"p__User__Detail__Topics__Detail__index",5466:"p__Classrooms__ThemeChange__LiveVideo",5518:"p__Classrooms__Lists__Template__index",5549:"p__Shixuns__New__CreateImg__index",5572:"p__Paths__HigherVocationalEducation__index",5573:"p__Shixuns__Detail__Merge__index",5624:"p__Graduations__Lists__Index__index",5650:"p__Competitions__Update__index",5694:"p__Classrooms__ThemeChange__ShixunHomeworksDetail",5705:"p__virtualSpaces__Lists__Construction__index",5729:"p__Help__Index",5775:"p__Engineering__Lists__Document__index",5776:"p__User__ThemeChange__RealNameCertification",5786:"layouts__LoginAndRegister__index",5798:"p__Classrooms__Lists__Video__Statistics__UserDetail__index",5800:"p__User__ThemeChange__Competitions",5816:"p__Paperlibrary__Random__Edit__index",5888:"p__Classrooms__Lists__CommonHomework__Add__index",5891:"p__virtualSpaces__Lists__Resources__index",5894:"p__Shixuns__Detail__Repository__Commit__ThemeChange__index",5915:"p__knowledgegraph__Detail__Statistics__index",5972:"layouts__user__index",5992:"p__Classrooms__Lists__Exercise__ReviewGroup__index",6029:"p__Administration__Student__index",6063:"p__Graduations__Lists__Personmanage__index",6069:"p__virtualSpaces__Lists__Lesson__Detail__index",6080:"p__Paths__ThemeChange__New",6127:"p__Classrooms__Lists__ProgramHomework__Ranking__index",6185:"p__Classrooms__ThemeChange__Announcement",6265:"p__virtualSpaces__Lists__Discussion__index",6270:"p__MyProblem__index",6282:"p__Classrooms__ThemeChange__ProgramHomework",6328:"p__Shixuns__Edit__body__Warehouse__index",6366:"p__Innovation__PublicProject__index",6434:"p__User__Detail__Order__pages__records__index",6444:"p__Video__Detail__id",6451:"p__Shixuns__Detail__RankingList__ThemeChange__index",6452:"p__Innovation__PublicDataSet__index",6463:"p__NewPaths__index",6527:"p__SysDashboard__index",6583:"p__User__Detail__Classrooms__index",6587:"p__User__Detail__Videos__Protocol__resource",6634:"p__Innovation__Tasks__index",6637:"p__Shixuns__Detail__Repository__ThemeChange__index",6651:"p__Engineering__Evaluate__Detail__index",6682:"p__User__ThemeChange__Shixuns",6685:"p__Classrooms__Index__index",6729:"p__Classrooms__Lists__GroupHomework__Edit__index",6741:"p__Engineering__Norm__List__index",6776:"p__Classrooms__ThemeChange__Exercise",6784:"p__Innovation__Edit__index",6789:"p__Classrooms__ThemeChange__index",6796:"p__virtualSpaces__Lists__Announcement__Detail__index",6820:"p__User__Detail__Topics__Normal__index",6882:"p__Classrooms__New__StartClass__index",6883:"p__Competitions__Index__index",6904:"p__MoopCases__FormPanel__index",6913:"p__Question__AddOrEdit__index",6963:"p__Classrooms__Lists__Engineering__Detail__index",7043:"p__User__Detail__Topics__Exercise__Edit__index",7045:"p__Classrooms__Lists__CommonHomework__SubmitWork__index",7058:"p__virtualSpaces__Lists__Survey__Detail__index",7062:"layouts__SimpleLayouts",7178:"p__User__BindAccount__index",7182:"p__User__ResetPassword__index",7242:"p__Innovation__MyProject__index",7260:"p__Account__Certification__index",7322:"layouts__ThemeChange__ShixunDetail",7323:"p__Classrooms__ThemeChange__New",7329:"p__Classrooms__ThemeChange__Attendance",7395:"p__Classrooms__Lists__Statistics__StudentDetail__index",7402:"p__User__ThemeChange__OtherResources",7460:"p__Question__OjProblem__index",7477:"p__virtualSpaces__Lists__Announcement__index",7482:"p__Classrooms__Lists__Exercise__Notice__index",7527:"p__MyProblem__RecordDetail__index",7545:"p__Graduations__Lists__Archives__index",7560:"p__Administration__College__index",7589:"p__virtualSpaces__Lists__DigitalTopics__index",7614:"p__Shixuns__Edit__body__Level__Challenges__RankingSetting__index",7622:"p__Classrooms__Lists__Polls__Detail__index",7806:"p__Classrooms__Lists__Statistics__StatisticsQuality__index",7835:"p__Problemset__ThemeChange__index",7855:"p__User__Detail__ResourcesCenter__Detail__index",7857:"p__Shixuns__Edit__body__Level__Challenges__NewQuestion__index",7884:"p__Shixuns__Exports__index",7901:"p__Guidance__ThemeChange",7922:"p__Classrooms__Lists__CourseGroup__Detail__index",8062:"p__User__Detail__Topicbank__index",8072:"p__Classrooms__Lists__GroupHomework__SubmitWork__index",8085:"p__Classrooms__Lists__Exercise__Review__index",8115:"p__User__ThemeChange__DataSet",8143:"layouts__GraduationsDetail__index",8145:"p__User__ThemeChange__ClassManagementItem",8155:"p__Shixuns__Overview__index",8217:"p__User__ThemeChange__AccountInfoEdit",8237:"p__User__Detail__Order__pages__view__index",8241:"p__virtualSpaces__Lists__Plan__index",8248:"p__virtualSpaces__Lists__Resources__Detail__index",8286:"p__User__ThemeChange__ExperImentImgDetail",8332:"p__User__ThemeChange__Detail",8398:"p__Shixuns__Interface__Edit__index",8431:"p__Classrooms__Lists__Exercise__Export__index",8435:"p__Classrooms__Lists__Attendance__index",8447:"p__virtualSpaces__Lists__Knowledge__index",8458:"p__Classrooms__ThemeChange__CommonHomework",8479:"p__User__ThemeChange__TeachGroup",8517:"p__User__Detail__Topics__Group__index",8552:"p__Shixuns__ThemeChange__index",8563:"p__virtualSpaces__Lists__Discussion__Detail__index",8665:"p__Engineering__Lists__TrainingObjectives__index",8688:"p__Shixuns__Detail__Repository__index",8689:"p__Classrooms__Lists__Statistics__VideoStatistics__index",8723:"p__Classrooms__Lists__Polls__Edit__index",8787:"p__Competitions__Entered__index",8797:"p__Competitions__Edit__index",8823:"p__knowledgegraph__Detail__id",8827:"p__Classrooms__Lists__OnlineLearning__index",8866:"p__index",8882:"p__Classrooms__Lists__Graduation__Tasks__Detail__index",8885:"p__Classrooms__Lists__Statistics__StudentStatistics__index",8965:"p__Shixuns__Detail__Discuss__ThemeChange__index",8999:"p__Three__index",9039:"p__Classrooms__ThemeChange__CourseGroup",9076:"p__Account__Binding__index",9181:"p__Dashboard__index",9205:"p__Shixuns__Edit__body__Level__Challenges__EditPracticeSetting__index",9366:"p__User__Login__index",9391:"p__Engineering__Lists__CurseSetting__index",9404:"monaco-editor",9406:"p__Classrooms__ThemeChange__Board",9416:"p__Graduations__Lists__Tasks__index",9449:"p__Shixuns__ThemeChange__Detail",9487:"p__LargeScreen__index",9489:"p__Engineering__Lists__CourseList__index",9507:"p__User__Detail__ResourceGuarantee__index",9511:"p__Shixuns__ThemeChange__Edit",9647:"p__Question__Index__index",9649:"p__Engineering__Lists__TrainingProgram__index",9674:"p__Shixuns__New__ImagePreview__index",9677:"p__virtualSpaces__Lists__Announcement__AddAndEdit__index",9695:"p__Classrooms__Lists__Polls__Add__index",9715:"p__Classrooms__Lists__CommonHomework__Edit__index",9716:"p__Question__OjProblem__RecordDetail__index",9785:"p__Classrooms__Lists__Template__student__index",9788:"p__Account__Profile__index",9814:"p__Shixuns__Detail__Challenges__ThemeChange__index",9891:"p__User__Detail__Videos__Success__index",9906:"p__Paths__ThemeChange__index",9921:"p__Classrooms__ExamList__index",9922:"p__Classrooms__Lists__Statistics__StudentVideo__index",9944:"p__Classrooms__Lists__Video__Statistics__StudentDetail__index"}[d]||d)+"."+{26:"91ed81ab",67:"e5804f81",109:"1a7fc455",119:"b6b2f581",195:"d9506359",201:"230948c4",264:"5fd9b3fc",292:"23cc0200",337:"3c03c51f",479:"bba9e475",485:"d63578fe",508:"82593858",518:"6fb4e776",532:"2614e27c",533:"b8650bf6",547:"5581debc",556:"59eeebef",559:"c49aa5ba",576:"e4f97d42",643:"22ded693",680:"e67e9e01",700:"9b39b125",737:"98eb2f74",799:"16335fed",879:"084b5e0b",895:"ad846737",900:"2a334bcf",906:"0b4f757b",921:"30cc7e9b",928:"0277270a",1006:"2263131d",1043:"e8c0878b",1045:"c6be1714",1048:"dafc3f4f",1070:"e67e9e01",1211:"bdb8faab",1253:"f43d1eca",1257:"156e8f74",1276:"bbc6eeec",1343:"ea88443a",1423:"5c4a76fc",1427:"c5771af8",1450:"1edcc2ed",1461:"f8bc1b73",1470:"183c9793",1474:"d2292e75",1475:"a7ce443b",1477:"3c66ebee",1482:"d159af07",1512:"f3653a35",1520:"f7300d0e",1545:"f8921717",1578:"efcb0bdc",1581:"efffd7c0",1582:"8e45b6ff",1651:"b292a728",1657:"ddd6a700",1674:"fdbc1e05",1678:"0bd8df7b",1713:"0cde6147",1717:"08a9e890",1727:"6a220f18",1754:"3ea0afbd",1783:"fc361ba8",1798:"3d998651",1831:"a9a28f1f",1836:"5f0d3f7f",1855:"b92cccb4",1880:"a372c841",1897:"e54416cb",1939:"63513d4e",1953:"9ed454fa",1962:"84e145fa",1993:"4552f9c6",2045:"dcfad42d",2099:"25dbe9b3",2102:"ec61f9f0",2130:"6f8dec06",2141:"5eb2f330",2203:"0c740888",2214:"29a4bb2d",2216:"0b14e76c",2240:"e7cce869",2281:"005c0010",2303:"87592c17",2307:"b2c54321",2338:"d66d7542",2339:"ed084f64",2396:"cf491571",2404:"08d36549",2412:"280e088c",2425:"47b23ee4",2443:"44e4692f",2476:"cf85a190",2501:"2441982c",2539:"1d2703d2",2548:"75182034",2570:"c6b66716",2603:"0277270a",2659:"f6071a36",2707:"cabcb16e",2806:"59cdee5e",2819:"9455b08a",2823:"a13b21fb",2829:"a5909474",2862:"1113816f",2864:"2bda9b3f",2865:"6ef3cf6b",2884:"efd0d34b",3006:"7fce4e74",3086:"f9f3906d",3141:"2f0f2a4c",3157:"dfd34cb8",3183:"b2253f40",3212:"ad1521c1",3220:"a5be3990",3247:"50105eb7",3260:"b8eeae79",3276:"7bbb651d",3317:"137440b7",3391:"f0e498fe",3433:"f0b79377",3442:"bdf7849c",3447:"1653d818",3451:"e3a31387",3509:"70043ca5",3581:"3cfb66be",3585:"5f288e7b",3665:"f299fc32",3668:"55ebf43f",3747:"0a3c8ef4",3784:"c81d4a51",3831:"5039ce2c",3873:"1612852e",3910:"658d457f",3951:"4a9249b1",4030:"5a3a2586",4048:"b373ea71",4056:"10eacfff",4078:"aa54548e",4093:"403843c9",4105:"e39011c7",4144:"f10aa199",4164:"044ca607",4216:"0277270a",4217:"387bf824",4227:"79c3b323",4259:"ebd953ac",4264:"36917df0",4297:"4241cfe2",4449:"e68d8d58",4492:"db17c3ae",4496:"77babddd",4498:"b05686dd",4504:"9cc972a0",4514:"887bdbb6",4520:"e86d61a1",4546:"4101a1f2",4572:"70e5675d",4599:"3ab55267",4610:"687005a6",4621:"73187130",4662:"c9a90cf4",4715:"897fd8a5",4736:"1b97a870",4741:"ea490f6e",4757:"73b754d2",4766:"b5df5a8e",4770:"674b2d2a",4795:"939f9f81",4800:"f50302a4",4889:"db5cf2c9",4928:"a4b1a237",4973:"129c56e8",4994:"17de939c",5022:"81b1b86b",5043:"247e6954",5048:"aa08c681",5096:"4f6a4d00",5111:"5d09a39a",5117:"30ecd51d",5125:"57501e4a",5148:"572faeac",5165:"113cf9a3",5176:"9c49e7fa",5177:"291519d2",5179:"21f01751",5186:"0b77b3db",5230:"d946e576",5238:"8aa910bf",5297:"5426028f",5307:"745b8874",5319:"34217c3f",5330:"aa5e8147",5335:"fec6fd9f",5357:"1fbb7d24",5359:"b254a598",5382:"24db6ad8",5402:"7e53dea6",5466:"bb8558d8",5518:"9f425be3",5549:"39285664",5572:"c945fbf2",5573:"6ecf393c",5624:"785455ab",5650:"f8f63f4b",5694:"dcfd479b",5705:"df6bf207",5729:"46f9b5d4",5775:"8945cad2",5776:"05f66612",5786:"37a81eaa",5798:"ce1cf7da",5800:"ee258829",5816:"7a1fa080",5888:"193a7f8f",5891:"0c9e30d8",5894:"38929e12",5915:"bc9c3e69",5972:"c7a91e8e",5992:"419f5d2f",6029:"d85befe7",6063:"f394adb9",6069:"a374efda",6080:"c9393cee",6127:"f31505a8",6185:"4d0a9339",6265:"46a8f49f",6270:"cc24b0fc",6282:"eea7849c",6328:"de2b9d62",6366:"079fc2d8",6434:"268c0537",6444:"fd46d237",6451:"0794ceeb",6452:"50a6d310",6463:"c6571b79",6527:"6a0f4b9b",6583:"c3c2f5e2",6587:"9c49e7fa",6634:"da9cae5d",6637:"1ef69d7a",6651:"b07fe216",6656:"03cdfb68",6682:"3c8c9e28",6685:"3e215b1c",6729:"aea3b7f5",6741:"b838eb14",6776:"97fdd6ec",6784:"1affe817",6789:"f4d5c6c3",6796:"7c98b879",6820:"cebdf1cf",6882:"c2d2eada",6883:"7c73cd92",6904:"44afaa9b",6913:"739202fe",6963:"84e145fa",7043:"25478869",7045:"48f6fc4c",7058:"fdfee4ed",7062:"57cb0ed1",7178:"6e47d75d",7182:"183c9793",7242:"4f353f61",7260:"2c380d56",7322:"f4e03de6",7323:"acb1a1eb",7329:"ba778e9e",7395:"5c10e8d8",7402:"fa5f1d98",7460:"dedd2038",7477:"e7e13cca",7482:"c37a3f01",7527:"6b64ff47",7545:"d22300b2",7560:"d82e43ca",7589:"c968eef9",7614:"de9ee12f",7622:"f471868f",7806:"80b7b1d6",7835:"bc05c03e",7855:"2f1bf977",7857:"13a29416",7884:"1ca6cde0",7901:"d0fd472d",7922:"29d9b4a9",8062:"8e384b9f",8072:"540f746b",8085:"14c8c7c2",8115:"b48606d4",8143:"352a82b6",8145:"059e630c",8155:"d345abd7",8217:"4892240c",8237:"452da566",8241:"5d67d1f6",8248:"f87125b1",8286:"9e205c41",8332:"b9d12974",8398:"9fb08820",8431:"60a111b6",8435:"1a2bf5de",8447:"175a7dde",8458:"9ea9ade9",8479:"3e9f62ad",8517:"cccfddad",8552:"3a03c1b3",8563:"deea1d3f",8665:"c52575bc",8688:"c044db56",8689:"896e7bd6",8723:"00dc34c5",8787:"121de108",8797:"8a49b204",8823:"b33de05d",8827:"5f5b544a",8866:"f893dc82",8882:"f3e42f72",8885:"de905169",8965:"be75c79e",8999:"448aa22f",9039:"49905adb",9076:"6a501148",9181:"56afd280",9205:"49a3e67d",9366:"4f511490",9391:"c11edda0",9404:"d8cf04f7",9406:"12dbcfdf",9416:"fd8e7722",9449:"f35767b3",9487:"a73f5679",9489:"ee2bb5b7",9507:"6cb11b11",9511:"03306858",9647:"29a12d51",9649:"00fb4211",9674:"79efef16",9677:"b3777dfe",9695:"5cb54bac",9715:"b6c6645f",9716:"a5750e0d",9785:"08d36549",9788:"781a4d20",9814:"b5075bc1",9891:"512a9301",9906:"1e2f0cc4",9921:"e0db9101",9922:"33690872",9944:"1ba31055"}[d]+".chunk.css"}}(),function(){__webpack_require__.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch(d){if(typeof window=="object")return window}}()}(),function(){__webpack_require__.hmd=function(d){return d=Object.create(d),d.children||(d.children=[]),Object.defineProperty(d,"exports",{enumerable:!0,set:function(){throw new Error("ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: "+d.id)}}),d}}(),function(){__webpack_require__.o=function(d,_){return Object.prototype.hasOwnProperty.call(d,_)}}(),function(){var d={};__webpack_require__.l=function(_,e,r,i){if(d[_]){d[_].push(e);return}var l,c;if(r!==void 0)for(var f=document.getElementsByTagName("script"),o=0;o<f.length;o++){var h=f[o];if(h.getAttribute("src")==_){l=h;break}}l||(c=!0,l=document.createElement("script"),l.charset="utf-8",l.timeout=120,__webpack_require__.nc&&l.setAttribute("nonce",__webpack_require__.nc),l.src=_,l.src.indexOf(window.location.origin+"/")!==0&&(l.crossOrigin="anonymous")),d[_]=[e];var u=function(x,p){l.onerror=l.onload=null,clearTimeout(a);var y=d[_];if(delete d[_],l.parentNode&&l.parentNode.removeChild(l),y&&y.forEach(function(m){return m(p)}),x)return x(p)},a=setTimeout(u.bind(null,void 0,{type:"timeout",target:l}),12e4);l.onerror=u.bind(null,l.onerror),l.onload=u.bind(null,l.onload),c&&document.head.appendChild(l)}}(),function(){__webpack_require__.r=function(d){typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(d,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(d,"__esModule",{value:!0})}}(),function(){__webpack_require__.nmd=function(d){return d.paths=[],d.children||(d.children=[]),d}}(),function(){__webpack_require__.p="/react/build/"}(),function(){if(typeof document!="undefined"){var d=function(i,l,c,f,o){var h=document.createElement("link");h.rel="stylesheet",h.type="text/css";var u=function(a){if(h.onerror=h.onload=null,a.type==="load")f();else{var x=a&&(a.type==="load"?"missing":a.type),p=a&&a.target&&a.target.href||l,y=new Error("Loading CSS chunk "+i+` failed.
(`+p+")");y.code="CSS_CHUNK_LOAD_FAILED",y.type=x,y.request=p,h.parentNode.removeChild(h),o(y)}};return h.onerror=h.onload=u,h.href=l,h.href.indexOf(window.location.origin+"/")!==0&&(h.crossOrigin="anonymous"),c?c.parentNode.insertBefore(h,c.nextSibling):document.head.appendChild(h),h},_=function(i,l){for(var c=document.getElementsByTagName("link"),f=0;f<c.length;f++){var o=c[f],h=o.getAttribute("data-href")||o.getAttribute("href");if(o.rel==="stylesheet"&&(h===i||h===l))return o}for(var u=document.getElementsByTagName("style"),f=0;f<u.length;f++){var o=u[f],h=o.getAttribute("data-href");if(h===i||h===l)return o}},e=function(i){return new Promise(function(l,c){var f=__webpack_require__.miniCssF(i),o=__webpack_require__.p+f;if(_(f,o))return l();d(i,o,null,l,c)})},r={4620:0};__webpack_require__.f.miniCss=function(i,l){var c={26:1,67:1,109:1,119:1,195:1,201:1,264:1,292:1,337:1,479:1,485:1,508:1,518:1,532:1,533:1,547:1,556:1,559:1,576:1,643:1,680:1,700:1,737:1,799:1,879:1,895:1,900:1,906:1,921:1,928:1,1006:1,1043:1,1045:1,1048:1,1070:1,1211:1,1253:1,1257:1,1276:1,1343:1,1423:1,1427:1,1450:1,1461:1,1470:1,1474:1,1475:1,1477:1,1482:1,1512:1,1520:1,1545:1,1578:1,1581:1,1582:1,1651:1,1657:1,1674:1,1678:1,1713:1,1717:1,1727:1,1754:1,1783:1,1798:1,1831:1,1836:1,1855:1,1880:1,1897:1,1939:1,1953:1,1962:1,1993:1,2045:1,2099:1,2102:1,2130:1,2141:1,2203:1,2214:1,2216:1,2240:1,2281:1,2303:1,2307:1,2338:1,2339:1,2396:1,2404:1,2412:1,2425:1,2443:1,2476:1,2501:1,2539:1,2548:1,2570:1,2603:1,2659:1,2707:1,2806:1,2819:1,2823:1,2829:1,2862:1,2864:1,2865:1,2884:1,3006:1,3086:1,3141:1,3157:1,3183:1,3212:1,3220:1,3247:1,3260:1,3276:1,3317:1,3391:1,3433:1,3442:1,3447:1,3451:1,3509:1,3581:1,3585:1,3665:1,3668:1,3747:1,3784:1,3831:1,3873:1,3910:1,3951:1,4030:1,4048:1,4056:1,4078:1,4093:1,4105:1,4144:1,4164:1,4216:1,4217:1,4227:1,4259:1,4264:1,4297:1,4449:1,4492:1,4496:1,4498:1,4504:1,4514:1,4520:1,4546:1,4572:1,4599:1,4610:1,4621:1,4662:1,4715:1,4736:1,4741:1,4757:1,4766:1,4770:1,4795:1,4800:1,4889:1,4928:1,4973:1,4994:1,5022:1,5043:1,5048:1,5096:1,5111:1,5117:1,5125:1,5148:1,5165:1,5176:1,5177:1,5179:1,5186:1,5230:1,5238:1,5297:1,5307:1,5319:1,5330:1,5335:1,5357:1,5359:1,5382:1,5402:1,5466:1,5518:1,5549:1,5572:1,5573:1,5624:1,5650:1,5694:1,5705:1,5729:1,5775:1,5776:1,5786:1,5798:1,5800:1,5816:1,5888:1,5891:1,5894:1,5915:1,5972:1,5992:1,6029:1,6063:1,6069:1,6080:1,6127:1,6185:1,6265:1,6270:1,6282:1,6328:1,6366:1,6434:1,6444:1,6451:1,6452:1,6463:1,6527:1,6583:1,6587:1,6634:1,6637:1,6651:1,6656:1,6682:1,6685:1,6729:1,6741:1,6776:1,6784:1,6789:1,6796:1,6820:1,6882:1,6883:1,6904:1,6913:1,6963:1,7043:1,7045:1,7058:1,7062:1,7178:1,7182:1,7242:1,7260:1,7322:1,7323:1,7329:1,7395:1,7402:1,7460:1,7477:1,7482:1,7527:1,7545:1,7560:1,7589:1,7614:1,7622:1,7806:1,7835:1,7855:1,7857:1,7884:1,7901:1,7922:1,8062:1,8072:1,8085:1,8115:1,8143:1,8145:1,8155:1,8217:1,8237:1,8241:1,8248:1,8286:1,8332:1,8398:1,8431:1,8435:1,8447:1,8458:1,8479:1,8517:1,8552:1,8563:1,8665:1,8688:1,8689:1,8723:1,8787:1,8797:1,8823:1,8827:1,8866:1,8882:1,8885:1,8965:1,8999:1,9039:1,9076:1,9181:1,9205:1,9366:1,9391:1,9404:1,9406:1,9416:1,9449:1,9487:1,9489:1,9507:1,9511:1,9647:1,9649:1,9674:1,9677:1,9695:1,9715:1,9716:1,9785:1,9788:1,9814:1,9891:1,9906:1,9921:1,9922:1,9944:1};r[i]?l.push(r[i]):r[i]!==0&&c[i]&&l.push(r[i]=e(i).then(function(){r[i]=0},function(f){throw delete r[i],f}))}}}(),function(){__webpack_require__.b=document.baseURI||self.location.href;var d={4620:0};__webpack_require__.f.j=function(r,i){var l=__webpack_require__.o(d,r)?d[r]:void 0;if(l!==0)if(l)i.push(l[2]);else if(/^(4599|6883|8435|9404)$/.test(r))d[r]=0;else{var c=new Promise(function(u,a){l=d[r]=[u,a]});i.push(l[2]=c);var f=__webpack_require__.p+__webpack_require__.u(r),o=new Error,h=function(u){if(__webpack_require__.o(d,r)&&(l=d[r],l!==0&&(d[r]=void 0),l)){var a=u&&(u.type==="load"?"missing":u.type),x=u&&u.target&&u.target.src;o.message="Loading chunk "+r+` failed.
(`+a+": "+x+")",o.name="ChunkLoadError",o.type=a,o.request=x,l[1](o)}};__webpack_require__.l(f,h,"chunk-"+r,r)}};var _=function(r,i){var l=i[0],c=i[1],f=i[2],o,h,u=0;if(l.some(function(x){return d[x]!==0})){for(o in c)__webpack_require__.o(c,o)&&(__webpack_require__.m[o]=c[o]);if(f)var a=f(__webpack_require__)}for(r&&r(i);u<l.length;u++)h=l[u],__webpack_require__.o(d,h)&&d[h]&&d[h][0](),d[h]=0},e=self.webpackChunk=self.webpackChunk||[];e.forEach(_.bind(null,0)),e.push=_.bind(null,e.push.bind(e))}();var __webpack_exports__={};(function(){"use strict";var d=__webpack_require__(68557),_=__webpack_require__(44852),e=__webpack_require__(64003),r=__webpack_require__(17898),i=__webpack_require__(40902),l=__webpack_require__(2259),c=__webpack_require__(14589),f=__webpack_require__(69811),o=__webpack_require__(18114),h=__webpack_require__(23844),u=__webpack_require__(39581),a=__webpack_require__(40632),x=__webpack_require__(22690),p=__webpack_require__(7786),y=__webpack_require__(99062),m=__webpack_require__(31808),b=__webpack_require__(99953),S=__webpack_require__(86357),k=__webpack_require__(93074),R=__webpack_require__(96331),A=__webpack_require__(2924),O=__webpack_require__(26425),M=__webpack_require__(32125),B=__webpack_require__(16137),U=__webpack_require__(48435),X=__webpack_require__(11553),G=__webpack_require__(70365),V=__webpack_require__(33717),ae=__webpack_require__(17482),ie=__webpack_require__(23708),ue=__webpack_require__(65033),Q=__webpack_require__(52732),J=__webpack_require__(99382),K=__webpack_require__(88437),oe=__webpack_require__(68440),ee=__webpack_require__(13412),q=__webpack_require__(11005),le=__webpack_require__(70348),Z=__webpack_require__(19801),j=__webpack_require__(91550),se=__webpack_require__(85223),me=__webpack_require__(7154),Oe=__webpack_require__(67788),ke=__webpack_require__(96009),$e=__webpack_require__(9402),Ne=__webpack_require__(62489),Ft=__webpack_require__(80881),wt=__webpack_require__(62837),Pt=__webpack_require__(4705),Jt=__webpack_require__(13941),er=__webpack_require__(1148),tr=__webpack_require__(82445),Xe=__webpack_require__(27267),It=__webpack_require__(96353),Zt=__webpack_require__(90308),ot=__webpack_require__(84818),bt=__webpack_require__(80585),mt=__webpack_require__(89170),et=__webpack_require__(71012),He=__webpack_require__(84203),_e=__webpack_require__(22112),Se=__webpack_require__(81440),Me=__webpack_require__(25430),Ue=__webpack_require__(70105),We=__webpack_require__(71390),it=__webpack_require__(96844),ct=__webpack_require__(83578),Gt=__webpack_require__(69762),$t=__webpack_require__(76880),Pe=__webpack_require__(65009),Qe=__webpack_require__(28796),Kt=__webpack_require__(56450),Lt=__webpack_require__(78342),Ht=__webpack_require__(13161),Nt=__webpack_require__(54226),Ct=__webpack_require__(70201),Yt=__webpack_require__(34941),Ge=__webpack_require__(85671),fe=__webpack_require__(35152),pe=__webpack_require__(85660),Dt=__webpack_require__(80031),Te=__webpack_require__(34434),ht=__webpack_require__(83579),Wt=__webpack_require__(74307),St=__webpack_require__(97423),Re=__webpack_require__(93321),_t=__webpack_require__(82277),ze=__webpack_require__(61425),we=__webpack_require__(61873),gt=__webpack_require__(9307),kt=__webpack_require__(8821),Fe=__webpack_require__(64385),Ir=__webpack_require__(64099),At=__webpack_require__(62455),Vr=__webpack_require__(79965),Qr=__webpack_require__(59118),Er=__webpack_require__(275),Lr=__webpack_require__(31919),_r=__webpack_require__(51284),Ur=__webpack_require__(10177),sn=__webpack_require__(85690),fn=__webpack_require__(92114),cr=__webpack_require__(1017),Dr=__webpack_require__(14480),ft=__webpack_require__(40516),Et=__webpack_require__(76345),zt=__webpack_require__(7282),nr=__webpack_require__(58055),yr=__webpack_require__(93547),nt=__webpack_require__(31237),Nr=__webpack_require__(17954),en=__webpack_require__(58580),In=__webpack_require__(47146),mr=__webpack_require__(40416),on=__webpack_require__(7615),yn=__webpack_require__(72820),wn=__webpack_require__(86070),Dn=__webpack_require__(23569),_i=__webpack_require__(55639),ui=__webpack_require__(63046),Oi=__webpack_require__(464),bi=__webpack_require__(51082),pi=__webpack_require__(83850),ni=__webpack_require__(41990),na=__webpack_require__(15787),Jn=__webpack_require__(55888),Ji=__webpack_require__(53827),yt=__webpack_require__(78143),zn=__webpack_require__(66419),mi=__webpack_require__(75765),Xi=__webpack_require__(14645),ei=__webpack_require__(71122),qi=__webpack_require__(42084),xi=__webpack_require__(25070),lt=__webpack_require__(77140),_n=__webpack_require__(15954),Qt=__webpack_require__(4266),vt=__webpack_require__(49988),tt=__webpack_require__(38823),Ot=__webpack_require__(24627),pt=__webpack_require__(4045),ur=__webpack_require__(50747),fr=__webpack_require__(43595),Cr=__webpack_require__(92324),$r=__webpack_require__(23551),Ze=__webpack_require__(74521),Je=__webpack_require__(57891),xe=__webpack_require__(84138),st=__webpack_require__(51832),rr=__webpack_require__(37135),Mr=__webpack_require__(6474),Or=__webpack_require__(40135),Pr=__webpack_require__(7982),zr=__webpack_require__(14893),mn=__webpack_require__(49233),Tr=__webpack_require__(92130),dn=__webpack_require__(42844),rn=__webpack_require__(6536),un=__webpack_require__(27228),Tn=__webpack_require__(62921),va=__webpack_require__(44001),Si=__webpack_require__(92262),vi=__webpack_require__(54744),gn=__webpack_require__(38214),ai=__webpack_require__(12756),Fi=__webpack_require__(93379),da=__webpack_require__(62007),$a=__webpack_require__(90572),Ta=__webpack_require__(37343),fs=__webpack_require__(45945),ws=__webpack_require__(75551),Wa=__webpack_require__(32493),gi=__webpack_require__(20852),ia=__webpack_require__(46302),os=__webpack_require__(18827),Ga=__webpack_require__(76718),Is=__webpack_require__(79172),Vi=__webpack_require__(32192),vs=__webpack_require__(42828),bo=__webpack_require__(5658),Bi=__webpack_require__(55629),_s=__webpack_require__(62925),Na=__webpack_require__(9595),Ys=__webpack_require__(58127),Rn=__webpack_require__(70917),ja=__webpack_require__(53427),cs=__webpack_require__(70878),Ua=__webpack_require__(49257),zi=__webpack_require__(72910),Ra=__webpack_require__(34932),Oa=__webpack_require__(81046),Es=__webpack_require__(85744),Xs=__webpack_require__(13494),xo=__webpack_require__(56338),ho=__webpack_require__(66755),Ea=__webpack_require__(68709),gs=__webpack_require__(4939),Zs=__webpack_require__(81927),no=__webpack_require__(60462),wo=__webpack_require__(72571),Eo=__webpack_require__(71200),po=__webpack_require__(85767),fi=__webpack_require__(84432),li=__webpack_require__(59022),za=__webpack_require__(19363),qa=__webpack_require__(51054),Qa=__webpack_require__(60330),qs=__webpack_require__(55234),Qs=__webpack_require__(88104),qo=__webpack_require__(64336),ds=__webpack_require__(63914),Do=__webpack_require__(35246),ko=__webpack_require__(83470),$o=__webpack_require__(79641),Su=__webpack_require__(72397),So=__webpack_require__(24860),mo=__webpack_require__(19320),Js=__webpack_require__(56233),ju=__webpack_require__(59419),Ro=__webpack_require__(64344),Lo=__webpack_require__(5316),$s=__webpack_require__(93744),du=__webpack_require__(19299),Uo=__webpack_require__(15286),Ao=__webpack_require__(91927),Bs=__webpack_require__(27730),Rs=__webpack_require__(58707),hu=__webpack_require__(41356),Au=__webpack_require__(51606),qt=__webpack_require__(8966),hr=__webpack_require__(38458),or=__webpack_require__(71957),gr=__webpack_require__(89466),Sr=__webpack_require__(69653),bn=__webpack_require__(96519),Sn=__webpack_require__(95576),Un=__webpack_require__(63079),Bn=__webpack_require__(8995),Kn=__webpack_require__(23080),lr=__webpack_require__(74701),Br=__webpack_require__(91809),xr=__webpack_require__(77517),pn=__webpack_require__(30149),Gn=__webpack_require__(55410),dt=__webpack_require__(46161),On=__webpack_require__(14800),Yn=__webpack_require__(91130),si=__webpack_require__(2722),Ki=__webpack_require__(55885),jr=__webpack_require__(39034),Gr=__webpack_require__(8604),ga=__webpack_require__(64963),Pi=__webpack_require__(25178),aa=__webpack_require__(1905),Os=__webpack_require__(94306),oi=__webpack_require__(11762),Ws=__webpack_require__(93164),zo=__webpack_require__(88900),Ls=__webpack_require__(54815),ya=__webpack_require__(81138),Va=__webpack_require__(37252),ys=__webpack_require__(81673),Nn=__webpack_require__(48966),Ns=__webpack_require__(13015),js=__webpack_require__(78527),Ye=__webpack_require__(20511),qe=__webpack_require__(78366),Mt=__webpack_require__(27427),Vt=__webpack_require__(43890),pr=__webpack_require__(55844),Fr=__webpack_require__(71361),Zr=__webpack_require__(44550),vn=__webpack_require__(413),tn=__webpack_require__(77464),xn=__webpack_require__(77703),Xn=__webpack_require__(93854),ti=__webpack_require__(962),wi=__webpack_require__(44169),Ai=__webpack_require__(56272),Hi=__webpack_require__(43466),Ni=__webpack_require__(48156),Ei=__webpack_require__(93236),ba=__webpack_require__(42212),Ii=__webpack_require__(63923),di=__webpack_require__(2278),la=__webpack_require__(36955),eo=__webpack_require__(77326),Ss=__webpack_require__(53571),Yi=__webpack_require__(28670),La=__webpack_require__(31050),ta=__webpack_require__(25321),Ri=__webpack_require__(96364),xa=__webpack_require__(46304),Ka=__webpack_require__(55163),Fa=__webpack_require__(78722),io=__webpack_require__(35977),Ja=__webpack_require__(81848),ao=__webpack_require__(52867),es=__webpack_require__(72211),Us=__webpack_require__(84862),ts=__webpack_require__(92381),Zi=__webpack_require__(19517),Ba=__webpack_require__(69667),Ds=__webpack_require__(80820),ha=__webpack_require__(87873),ye=__webpack_require__(54609),Ee=__webpack_require__(28566),Ar=__webpack_require__(51697),qr=__webpack_require__(61872),br=__webpack_require__(76077),Xr=__webpack_require__(9196),Cn=__webpack_require__(5369),Qn=__webpack_require__(26259),Li=__webpack_require__(47736),Ln=__webpack_require__(28220),Mn=__webpack_require__(62060),jn=__webpack_require__(49350),ca=__webpack_require__(20126),$i=__webpack_require__(18090),_o=__webpack_require__(14309),so=__webpack_require__(17822),ru=__webpack_require__(83543),hl=__webpack_require__(13853),Yu=__webpack_require__(25188),pu=__webpack_require__(10215),Tl=__webpack_require__(3432),mu=__webpack_require__(90486),Ke=__webpack_require__(6736),$=__webpack_require__(8774),Y=__webpack_require__(94065),ne=__webpack_require__(93036),he=__webpack_require__(75708),Ce=__webpack_require__(84624),Ve=__webpack_require__(66233),Tt=__webpack_require__(43710),Bt=__webpack_require__(92762),ar=__webpack_require__(24467),wr=__webpack_require__(68465),Ut=__webpack_require__(77004),nn=__webpack_require__(83925),En=__webpack_require__(51117),Hn=__webpack_require__(87236),$n=__webpack_require__(83733),Ci=__webpack_require__(92044),pa=__webpack_require__(29190),sa=__webpack_require__(10775),fa=__webpack_require__(19593),us=__webpack_require__(26502),Ha=__webpack_require__(10174),hs=__webpack_require__(96378),rs=__webpack_require__(58216),wa=__webpack_require__(41401),Za=__webpack_require__(79908),ks=__webpack_require__(82531),yi=__webpack_require__(79890),oo=__webpack_require__(88472),Co=__webpack_require__(38944),Mo=__webpack_require__(78423),Ms=__webpack_require__(65713),go=__webpack_require__(22968),ps=__webpack_require__(17564),Xu=__webpack_require__(1220),Uu=__webpack_require__(44886),qu=__webpack_require__(57019),uu=__webpack_require__(35295),As=__webpack_require__(80286),zu=__webpack_require__(38487),Cu=__webpack_require__(29916),yo=__webpack_require__(25541),pl=__webpack_require__(45612),ml=__webpack_require__(34926),Qo=__webpack_require__(98080),vl=__webpack_require__(68255),Gs=__webpack_require__(96351),To=__webpack_require__(16450),vu=__webpack_require__(60244),Wl=__webpack_require__(86921),Tu=__webpack_require__(82928),lc=__webpack_require__(42947),Pl=__webpack_require__(71568),ii=__webpack_require__(94194),xc=__webpack_require__(30556),to=__webpack_require__(32100),wc=__webpack_require__(93102),Jo=__webpack_require__(1821),Pu=__webpack_require__(82074),Qu=__webpack_require__(13578),Ho=__webpack_require__(59348),Uc=__webpack_require__(62882),vo=__webpack_require__(37457),u0=__webpack_require__(70654),l0=__webpack_require__(90252),zc=__webpack_require__(29482),Il=__webpack_require__(51630),_l=__webpack_require__(61933),Ol=__webpack_require__(619),Fo=__webpack_require__(99675),Dl=__webpack_require__(52548),zs=__webpack_require__(53637),Bo=__webpack_require__(57482),Fs=__webpack_require__(59725),Gl=__webpack_require__(17610),gl=__webpack_require__(56966),nu=__webpack_require__(11507),Ec=__webpack_require__(16315),Sc=__webpack_require__(60239),iu=__webpack_require__(49381),kl=__webpack_require__(17230),_u=__webpack_require__(62720),cc=__webpack_require__(57151),Ju=__webpack_require__(48732),ka=__webpack_require__(18481),Hc=__webpack_require__(55055),Zc=__webpack_require__(7195),Hu=__webpack_require__(89179),Ac=__webpack_require__(90965),c0=__webpack_require__(67725),fc=__webpack_require__(59884),au=__webpack_require__(89202),$c=__webpack_require__(97815),Vl=__webpack_require__(11593),yl=__webpack_require__(7597),Wc=__webpack_require__(55182),Kl=__webpack_require__(34366),Wo=__webpack_require__(85425),Iu=__webpack_require__(64522),dc=__webpack_require__(41599),Zu=__webpack_require__(86465),Cc=__webpack_require__(78437),Gc=__webpack_require__(73624),Yl=__webpack_require__(62059),uo=__webpack_require__(10305),Xl=__webpack_require__(41208),Tc=__webpack_require__(25204),Ou=__webpack_require__(40061),Du=__webpack_require__(47803),lo=__webpack_require__(7893),el=__webpack_require__(4890),f0=__webpack_require__(5340),Pc=__webpack_require__(61650),Vc=__webpack_require__(58246),bl=__webpack_require__(65873),Po=__webpack_require__(63579),Rl=__webpack_require__(87296),je=__webpack_require__(59301),gu=__webpack_require__(4676),eu=__webpack_require__(35338),Ll=__webpack_require__(91231);function No(Pn){var Vn=Pn.id,Mi=Pn.basename,Sa=Pn.cb,Wi=new URLSearchParams({route:Vn,url:window.location.href}).toString(),oa="".concat(Vs(window.umiServerLoaderPath||Mi),"__serverLoader?").concat(Wi);fetch(oa,{credentials:"include"}).then(function(ma){return ma.json()}).then(Sa).catch(console.error)}function Vs(){var Pn=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return Pn.endsWith("/")?Pn:"".concat(Pn,"/")}var Go=__webpack_require__(38127),ku=__webpack_require__(38329),Io=__webpack_require__(8616),tl=["content"],yu=["content"],hc=/^(http:|https:)?\/\//;function Ru(Pn){return hc.test(Pn)||Pn.startsWith("/")&&!Pn.startsWith("/*")||Pn.startsWith("./")||Pn.startsWith("../")}var Vo=function(){return je.createElement("noscript",{dangerouslySetInnerHTML:{__html:"<b>Enable JavaScript to run this app.</b>"}})},rl=function(Vn){var Mi,Sa=Vn.loaderData,Wi=Vn.htmlPageOpts,oa=Vn.manifest,ma=(oa==null||(Mi=oa.assets)===null||Mi===void 0?void 0:Mi["umi.css"])||"";return je.createElement("script",{suppressHydrationWarning:!0,dangerouslySetInnerHTML:{__html:"window.__UMI_LOADER_DATA__ = ".concat(JSON.stringify(Sa||{}),"; window.__UMI_METADATA_LOADER_DATA__ = ").concat(JSON.stringify(Wi||{}),"; window.__UMI_BUILD_ClIENT_CSS__ = '").concat(ma,"'")}})};function bu(Pn){var Vn=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(typeof Pn=="string")return Ru(Pn)?(0,Po.Z)({src:Pn},Vn):{content:Pn};if((0,Io.Z)(Pn)==="object")return(0,Po.Z)((0,Po.Z)({},Pn),Vn);throw new Error("Invalid script type: ".concat((0,Io.Z)(Pn)))}function Ic(Pn){return Ru(Pn)?{type:"link",href:Pn}:{type:"style",content:Pn}}var Kc=function(Vn){var Mi,Sa,Wi,oa,ma,ms,Qi=Vn.htmlPageOpts;return je.createElement(je.Fragment,null,(Qi==null?void 0:Qi.title)&&je.createElement("title",null,Qi.title),Qi==null||(Mi=Qi.favicons)===null||Mi===void 0?void 0:Mi.map(function(is,Wu){return je.createElement("link",{key:Wu,rel:"shortcut icon",href:is})}),(Qi==null?void 0:Qi.description)&&je.createElement("meta",{name:"description",content:Qi.description}),(Qi==null||(Sa=Qi.keywords)===null||Sa===void 0?void 0:Sa.length)&&je.createElement("meta",{name:"keywords",content:Qi.keywords.join(",")}),Qi==null||(Wi=Qi.metas)===null||Wi===void 0?void 0:Wi.map(function(is){return je.createElement("meta",{key:is.name,name:is.name,content:is.content})}),Qi==null||(oa=Qi.links)===null||oa===void 0?void 0:oa.map(function(is,Wu){return je.createElement("link",(0,ku.Z)({key:Wu},is))}),Qi==null||(ma=Qi.styles)===null||ma===void 0?void 0:ma.map(function(is,Wu){var Bu=Ic(is),Gu=Bu.type,ul=Bu.href,ll=Bu.content;if(Gu==="link")return je.createElement("link",{key:Wu,rel:"stylesheet",href:ul});if(Gu==="style")return je.createElement("style",{key:Wu},ll)}),Qi==null||(ms=Qi.headScripts)===null||ms===void 0?void 0:ms.map(function(is,Wu){var Bu=bu(is),Gu=Bu.content,ul=(0,Go.Z)(Bu,tl);return je.createElement("script",(0,ku.Z)({dangerouslySetInnerHTML:{__html:Gu},key:Wu},ul))}))};function Zo(Pn){var Vn,Mi=Pn.children,Sa=Pn.loaderData,Wi=Pn.manifest,oa=Pn.htmlPageOpts,ma=Pn.__INTERNAL_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,ms=Pn.mountElementId;if(ma!=null&&ma.pureHtml)return je.createElement("html",null,je.createElement("head",null),je.createElement("body",null,je.createElement(Vo,null),je.createElement("div",{id:ms},Mi),je.createElement(rl,{manifest:Wi,loaderData:Sa,htmlPageOpts:oa})));if(ma!=null&&ma.pureApp)return je.createElement(je.Fragment,null,Mi);var Qi=typeof window=="undefined"?Wi==null?void 0:Wi.assets["umi.css"]:window.__UMI_BUILD_ClIENT_CSS__;return je.createElement("html",{suppressHydrationWarning:!0,lang:(oa==null?void 0:oa.lang)||"en"},je.createElement("head",null,je.createElement("meta",{charSet:"utf-8"}),je.createElement("meta",{name:"viewport",content:"width=device-width, initial-scale=1"}),Qi&&je.createElement("link",{suppressHydrationWarning:!0,rel:"stylesheet",href:Qi}),je.createElement(Kc,{htmlPageOpts:oa})),je.createElement("body",null,je.createElement(Vo,null),je.createElement("div",{id:ms},Mi),je.createElement(rl,{manifest:Wi,loaderData:Sa,htmlPageOpts:oa}),oa==null||(Vn=oa.scripts)===null||Vn===void 0?void 0:Vn.map(function(is,Wu){var Bu=bu(is),Gu=Bu.content,ul=(0,Go.Z)(Bu,yu);return je.createElement("script",(0,ku.Z)({dangerouslySetInnerHTML:{__html:Gu},key:Wu},ul))})))}var xu=je.createContext(void 0);function nl(){return je.useContext(xu)}var il=["redirect"];function ql(Pn){var Vn=Pn.routesById,Mi=Pn.parentId,Sa=Pn.routeComponents,Wi=Pn.useStream,oa=Wi===void 0?!0:Wi;return Object.keys(Vn).filter(function(ma){return Vn[ma].parentId===Mi}).map(function(ma){var ms=xl((0,Po.Z)((0,Po.Z)({route:Vn[ma],routeComponent:Sa[ma],loadingComponent:Pn.loadingComponent,reactRouter5Compat:Pn.reactRouter5Compat},Pn.reactRouter5Compat&&{hasChildren:Object.keys(Vn).filter(function(is){return Vn[is].parentId===ma}).length>0}),{},{useStream:oa})),Qi=ql({routesById:Vn,routeComponents:Sa,parentId:ms.id,loadingComponent:Pn.loadingComponent,reactRouter5Compat:Pn.reactRouter5Compat,useStream:oa});return Qi.length>0&&(ms.children=Qi,ms.routes=Qi),ms})}function Ql(Pn){var Vn=(0,eu.UO)(),Mi=(0,eu.Gn)(Pn.to,Vn),Sa=(0,Ll.T$)(),Wi=(0,eu.TH)();if(Sa!=null&&Sa.keepQuery){var oa=Wi.search+Wi.hash;Mi+=oa}var ma=(0,Po.Z)((0,Po.Z)({},Pn),{},{to:Mi});return je.createElement(eu.Fg,(0,ku.Z)({replace:!0},ma))}function xl(Pn){var Vn=Pn.route,Mi=Pn.useStream,Sa=Mi===void 0?!0:Mi,Wi=Vn.redirect,oa=(0,Go.Z)(Vn,il),ma=Pn.reactRouter5Compat?Ml:Jl;return(0,Po.Z)({element:Wi?je.createElement(Ql,{to:Wi}):je.createElement(xu.Provider,{value:{route:Pn.route}},je.createElement(ma,{loader:je.memo(Pn.routeComponent),loadingComponent:Pn.loadingComponent||Yc,hasChildren:Pn.hasChildren,useStream:Sa}))},oa)}function Yc(){return je.createElement("div",null)}function Ml(Pn){var Vn=nl(),Mi=Vn.route,Sa=(0,Ll.Ov)(),Wi=Sa.history,oa=Sa.clientRoutes,ma=(0,eu.UO)(),ms={params:ma,isExact:!0,path:Mi.path,url:Wi.location.pathname},Qi=Pn.loader,is={location:Wi.location,match:ms,history:Wi,params:ma,route:Mi,routes:oa};return Pn.useStream?je.createElement(je.Suspense,{fallback:je.createElement(Pn.loadingComponent,null)},je.createElement(Qi,is,Pn.hasChildren&&je.createElement(eu.j3,null))):je.createElement(Qi,is,Pn.hasChildren&&je.createElement(eu.j3,null))}function Jl(Pn){var Vn=Pn.loader;return Pn.useStream?je.createElement(je.Suspense,{fallback:je.createElement(Pn.loadingComponent,null)},je.createElement(Vn,null)):je.createElement(Vn,null)}var wu=null;function Xc(){return wu}function pc(Pn){var Vn=Pn.history,Mi=je.useState({action:Vn.action,location:Vn.location}),Sa=(0,Rl.Z)(Mi,2),Wi=Sa[0],oa=Sa[1];return(0,je.useLayoutEffect)(function(){return Vn.listen(oa)},[Vn]),(0,je.useLayoutEffect)(function(){function ma(ms){Pn.pluginManager.applyPlugins({key:"onRouteChange",type:"event",args:{routes:Pn.routes,clientRoutes:Pn.clientRoutes,location:ms.location,action:ms.action,basename:Pn.basename,isFirst:!!ms.isFirst}})}return ma({location:Wi.location,action:Wi.action,isFirst:!0}),Vn.listen(ma)},[Vn,Pn.routes,Pn.clientRoutes]),je.createElement(eu.F0,{navigator:Vn,location:Wi.location,basename:Pn.basename},Pn.children)}function Lu(){var Pn=(0,Ll.Ov)(),Vn=Pn.clientRoutes;return(0,eu.V$)(Vn)}var lu=["innerProvider","i18nProvider","accessProvider","dataflowProvider","outerProvider","rootContainer"],ec=function(Vn,Mi){var Sa=Vn.basename||"/",Wi=ql({routesById:Vn.routes,routeComponents:Vn.routeComponents,loadingComponent:Vn.loadingComponent,reactRouter5Compat:Vn.reactRouter5Compat,useStream:Vn.useStream});Vn.pluginManager.applyPlugins({key:"patchClientRoutes",type:"event",args:{routes:Wi}});for(var oa=je.createElement(pc,{basename:Sa,pluginManager:Vn.pluginManager,routes:Vn.routes,clientRoutes:Wi,history:Vn.history},Mi),ma=0,ms=lu;ma<ms.length;ma++){var Qi=ms[ma];oa=Vn.pluginManager.applyPlugins({type:"modify",key:Qi,initialValue:oa,args:{routes:Vn.routes,history:Vn.history,plugin:Vn.pluginManager}})}var is=function(){var Bu=(0,je.useState)({}),Gu=(0,Rl.Z)(Bu,2),ul=Gu[0],ll=Gu[1],I0=(0,je.useState)(window.__UMI_LOADER_DATA__||{}),w0=(0,Rl.Z)(I0,2),jl=w0[0],E0=w0[1],gc=(0,je.useCallback)(function(e0,d0){var cl,O0=(((cl=(0,eu.fp)(Wi,e0,Sa))===null||cl===void 0?void 0:cl.map(function(Vu){return Vu.route.id}))||[]).filter(Boolean);O0.forEach(function(Vu){var Rc,t0;if(window.__umi_route_prefetch__){var Ko,r0=(Ko=Vn.routeComponents[Vu])===null||Ko===void 0||(Ko=Ko._payload)===null||Ko===void 0?void 0:Ko._result;typeof r0=="function"&&r0()}var h0=(Rc=Vn.routes[Vu])===null||Rc===void 0?void 0:Rc.clientLoader,fl=!!h0,Ul=(t0=Vn.routes[Vu])===null||t0===void 0?void 0:t0.hasServerLoader;!d0&&Ul&&!fl&&!window.__UMI_LOADER_DATA__&&No({id:Vu,basename:Sa,cb:function(Mc){je.startTransition(function(){E0(function(m0){return(0,Po.Z)((0,Po.Z)({},m0),{},(0,bl.Z)({},Vu,Mc))})})}});var Yo=!!ul[Vu],yc=fl&&h0.hydrate||!Ul,p0=Ul&&!window.__UMI_LOADER_DATA__;fl&&!Yo&&(yc||p0)&&h0({serverLoader:function(){return No({id:Vu,basename:Sa,cb:function(m0){je.startTransition(function(){E0(function(Fc){return(0,Po.Z)((0,Po.Z)({},Fc),{},(0,bl.Z)({},Vu,m0))})})}})}}).then(function(Lc){ll(function(Mc){return(0,Po.Z)((0,Po.Z)({},Mc),{},(0,bl.Z)({},Vu,Lc))})})})},[ul]);return(0,je.useEffect)(function(){return gc(window.location.pathname,!0),Vn.history.listen(function(e0){gc(e0.location.pathname)})},[]),(0,je.useLayoutEffect)(function(){typeof Vn.callback=="function"&&Vn.callback()},[]),je.createElement(Ll.Il.Provider,{value:{routes:Vn.routes,routeComponents:Vn.routeComponents,clientRoutes:Wi,pluginManager:Vn.pluginManager,rootElement:Vn.rootElement,basename:Sa,clientLoaderData:ul,serverLoaderData:jl,preloadRoute:gc,history:Vn.history}},oa)};return is};function mc(Pn){var Vn=Pn.rootElement||document.getElementById("root"),Mi=ec(Pn,je.createElement(Lu,null));if(Pn.components)return Mi;if(Pn.hydrate){var Sa=window.__UMI_LOADER_DATA__||{},Wi=window.__UMI_METADATA_LOADER_DATA__||{},oa={metadata:Wi,loaderData:Sa,mountElementId:Pn.mountElementId},ma=Pn.__INTERNAL_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.pureApp||Pn.__INTERNAL_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.pureHtml;gu.hydrateRoot(ma?Vn:document,ma?je.createElement(Mi,null):je.createElement(Zo,oa,je.createElement(Mi,null)));return}if(gu.createRoot){wu=gu.createRoot(Vn),wu.render(je.createElement(Mi,null));return}gu.render(je.createElement(Mi,null),Vn)}var vc=(Pn,Vn,Mi)=>new Promise((Sa,Wi)=>{var oa=Qi=>{try{ms(Mi.next(Qi))}catch(is){Wi(is)}},ma=Qi=>{try{ms(Mi.throw(Qi))}catch(is){Wi(is)}},ms=Qi=>Qi.done?Sa(Qi.value):Promise.resolve(Qi.value).then(oa,ma);ms((Mi=Mi.apply(Pn,Vn)).next())});function Oc(){return vc(this,null,function*(){return{routes:{1:{path:"/",parentId:"@@/global-layout",id:"1"},2:{path:"/",redirect:"/dashboard",parentId:"1",id:"2"},3:{path:"/paperlibrary",parentId:"1",id:"3"},4:{path:"/paperlibrary",parentId:"3",id:"4"},5:{path:"/paperlibrary/add",parentId:"3",id:"5"},6:{path:"/paperlibrary/add/:id",parentId:"3",id:"6"},7:{path:"/paperlibrary/see/:id",parentId:"3",id:"7"},8:{path:"/paperlibrary/edit_select/:id",parentId:"3",id:"8"},9:{path:"/paperlibrary/exchangequestion",parentId:"3",id:"9"},10:{path:"/paths",parentId:"1",id:"10"},11:{path:"/paths",parentId:"10",id:"11"},12:{path:"/paths/higherVocationalEducation",parentId:"10",id:"12"},13:{path:"/paths/new",parentId:"10",id:"13"},14:{path:"/paths/guidance",exact:!0,parentId:"10",id:"14"},15:{path:"/paths/:pathId",parentId:"10",id:"15"},16:{path:"/paths/:pathId/statistics",parentId:"10",id:"16"},17:{path:"/paths/:pathId/edit",parentId:"10",id:"17"},18:{path:"/paths/:pathId/:stageId/program_homework/:categoryId/add",parentId:"10",id:"18"},19:{path:"/paths/:pathId/:stageId/program_homework/:categoryId/edit",parentId:"10",id:"19"},20:{path:"/classrooms",parentId:"1",id:"20"},21:{path:"/classrooms",parentId:"20",id:"21"},22:{path:"/classrooms/examList",parentId:"20",id:"22"},23:{path:"/classrooms/classicCases",parentId:"20",id:"23"},24:{path:"/classrooms/index",parentId:"20",id:"24"},25:{path:"/classrooms/new",parentId:"20",id:"25"},26:{path:"/classrooms/:coursesId/edit",parentId:"20",id:"26"},27:{path:"/classrooms/news/:subjectid/newgold/:id",parentId:"20",id:"27"},28:{path:"/classrooms/:coursesId/newgolds/settings",parentId:"20",id:"28"},29:{path:"/classrooms/:coursesId/shixun_homework/:categoryId/review_detail/:userId",parentId:"20",id:"29"},30:{path:"/classrooms/:coursesId/common_homework/:categoryId/review_detail/:userId",parentId:"20",id:"30"},31:{path:"/classrooms/:coursesId/program_homework/:categoryId/review_detail/:userId",parentId:"20",id:"31"},32:{path:"/classrooms/:coursesId/shixun_homework/:categoryId/detail",parentId:"20",id:"32"},33:{path:"/classrooms/:coursesId/shixun_homework/:categoryId/:homeworkId/comment",parentId:"20",id:"33"},34:{path:"/classrooms/:coursesId/common_homework/:categoryId/:homeworkId/comment",parentId:"20",id:"34"},35:{path:"/classrooms/:coursesId/shixun_homework/:categoryId/:homeworkId/commitsummary",parentId:"20",id:"35"},36:{path:"/classrooms/:coursesId/group_homework/:categoryId/detail",parentId:"20",id:"36"},37:{path:"/classrooms/:coursesId/common_homework/:categoryId/detail",parentId:"20",id:"37"},38:{path:"/classrooms/:coursesId/common_homework/:categoryId/review/:userId",parentId:"20",id:"38"},39:{path:"/classrooms/:coursesId/group_homework/:commonHomeworkId/review/:userId",parentId:"20",id:"39"},40:{path:"/classrooms/:coursesId/group_homework/:commonHomeworkId/post",parentId:"20",id:"40"},41:{path:"/classrooms/:coursesId/group_homework/:commonHomeworkId/:homeworkId/edit",parentId:"20",id:"41"},42:{path:"/classrooms/:coursesId/exercise/:categoryId/detail/:userId/review_detail",parentId:"20",id:"42"},43:{path:"/classrooms/:coursesId/exercise/:categoryId/detail",parentId:"20",id:"43"},44:{path:"/classrooms/:coursesId/exercise/:categoryId/preview_select",parentId:"20",id:"44"},45:{path:"/classrooms/:coursesId/exercise/:categoryId/:login/initate_answer",parentId:"20",id:"45"},46:{path:"/classrooms/:coursesId/exercise/:categoryId/users/:login",parentId:"20",id:"46"},47:{path:"/classrooms/:coursesId/exercisenotice/:categoryId/users/:login",parentId:"20",id:"47"},48:{path:"/classrooms/:coursesId/exercise/:categoryId/random/edit",parentId:"20",id:"48"},49:{path:"/classrooms/:coursesId/exercise/:categoryId/random/preview",parentId:"20",id:"49"},50:{path:"/classrooms/:coursesId/exercise/add",parentId:"20",id:"50"},51:{path:"/classrooms/:coursesId/exercise/add/:exerciseId",parentId:"20",id:"51"},52:{path:"/classrooms/:coursesId/exercise/:exerciseId/reviews/group",parentId:"20",id:"52"},53:{path:"/classrooms/:coursesId/exercise/:exerciseId/review/:userId",parentId:"20",id:"53"},54:{path:"/classrooms/:coursesId/exercise/:exerciseId/centralizeReview/:userId",parentId:"20",id:"54"},55:{path:"/classrooms/:coursesId/exercise/:exerciseId/export_blank",parentId:"20",id:"55"},56:{path:"/classrooms/:coursesId/exercise/:exerciseId/sumup",parentId:"20",id:"56"},57:{path:"/classrooms/:coursesId/exercise/:exerciseId/sumup/edit",parentId:"20",id:"57"},58:{path:"/classrooms/:coursesId/exercise/:exerciseId/analysis/:studentId",parentId:"20",id:"58"},59:{path:"/classrooms/:coursesId/shixun_homework/:exerciseId/analysis/:studentId",parentId:"20",id:"59"},60:{path:"/classrooms/:coursesId/exercise/:exerciseId/analysis/:studentId/code",parentId:"20",id:"60"},61:{path:"/classrooms/:coursesId/shixun_homework/:exerciseId/analysis/:studentId/code",parentId:"20",id:"61"},62:{path:"/classrooms/:coursesId/graduation_topics/:categoryId/detail",parentId:"20",id:"62"},63:{path:"/classrooms/:coursesId/graduation_topics/:categoryId/add",parentId:"20",id:"63"},64:{path:"/classrooms/:coursesId/graduation_topics/:categoryId/edit",parentId:"20",id:"64"},65:{path:"/classrooms/:coursesId/graduation_tasks/:categoryId/add",parentId:"20",id:"65"},66:{path:"/classrooms/:coursesId/graduation_tasks/:categoryId/edit",parentId:"20",id:"66"},67:{path:"/classrooms/:coursesId/graduation_tasks/:categoryId/detail",parentId:"20",id:"67"},68:{path:"/classrooms/:coursesId/common_homework/:categoryId/add",parentId:"20",id:"68"},69:{path:"/classrooms/:coursesId/common_homework/:categoryId/edit",parentId:"20",id:"69"},70:{path:"/classrooms/:coursesId/common_homework/:commonHomeworkId/post",parentId:"20",id:"70"},71:{path:"/classrooms/:coursesId/common_homework/:commonHomeworkId/:homeworkId/edit",parentId:"20",id:"71"},72:{path:"/classrooms/:coursesId/group_homework/:categoryId/add",parentId:"20",id:"72"},73:{path:"/classrooms/:coursesId/group_homework/:categoryId/edit",parentId:"20",id:"73"},74:{path:"/classrooms/:coursesId/poll/:categoryId/add",parentId:"20",id:"74"},75:{path:"/classrooms/:coursesId/poll/:categoryId/edit",parentId:"20",id:"75"},76:{path:"/classrooms/:coursesId/poll/:categoryId/detail",parentId:"20",id:"76"},77:{path:"/classrooms/:coursesId/poll/:categoryId/users/:login",parentId:"20",id:"77"},78:{path:"/classrooms/:coursesId/poll/:categoryId/questionnaireInfo/:login",parentId:"20",id:"78"},79:{path:"/classrooms/:coursesId/board/:categoryId/Add",parentId:"20",id:"79"},80:{path:"/classrooms/:coursesId/board/:categoryId/Edit/:boardId",parentId:"20",id:"80"},81:{path:"/classrooms/:coursesId/board/:categoryId/Detail/:boardId",parentId:"20",id:"81"},82:{path:"/classrooms/:courseId/template/:templateId",parentId:"20",id:"82"},83:{path:"/classrooms/:courseId/common_homework/:homeworkId/lab-report/:reportId",parentId:"20",id:"83"},84:{path:"/classrooms/guidance",parentId:"20",id:"84"},85:{path:"/classrooms/:courseId/common_homework/:homeworkId/lab-report-view/:workId",parentId:"20",id:"85"},86:{path:"/classrooms/:coursesId/exercise/:categoryId/users/:login/check",parentId:"20",id:"86"},87:{path:"/classrooms/:coursesId/Studentdetail/:login",parentId:"20",id:"87"},88:{path:"/classrooms/:coursesId/StudentSituation/:categoryId/:login",parentId:"20",id:"88"},89:{path:"/classrooms/:coursesId/engineering/datail",parentId:"20",id:"89"},90:{path:"/classrooms/:coursesId/program_homework/:categoryId/add",parentId:"20",id:"90"},91:{path:"/classrooms/:coursesId/program_homework/:categoryId/edit",parentId:"20",id:"91"},92:{path:"/classrooms/:coursesId/program_homework/ranking",parentId:"20",id:"92"},93:{path:"/classrooms/:coursesId/program_homework/:categoryId/detail",parentId:"20",id:"93"},94:{path:"/classrooms/:coursesId/program_homework/:categoryId/:homeworkId/ranking",parentId:"20",id:"94"},95:{path:"/classrooms/:coursesId/program_homework/:categoryId/:homeworkId/:user_id/comment",parentId:"20",id:"95"},96:{path:"/classrooms/:coursesId/program_homework/:categoryId/answer",parentId:"20",id:"96"},97:{path:"/classrooms/:coursesId/program_homework/:categoryId/answer/add",parentId:"20",id:"97"},98:{path:"/classrooms/:coursesId/program_homework/:categoryId/answer/:answerid/edit",parentId:"20",id:"98"},99:{path:"/classrooms/:coursesId/program_homework/:categoryId/answer/:answerid/detail",parentId:"20",id:"99"},100:{path:"/classrooms/:videoId/video_info",parentId:"20",id:"100"},101:{path:"/classrooms/",parentId:"20",id:"101"},102:{path:"/classrooms/:coursesId/shixun_homework/:categoryId",parentId:"101",id:"102"},103:{path:"/classrooms/:coursesId/shixun_homework",parentId:"101",id:"103"},104:{path:"/classrooms/:coursesId/graduation_topics/:categoryId",parentId:"101",id:"104"},105:{path:"/classrooms/:coursesId/graduation_tasks/:categoryId",parentId:"101",id:"105"},106:{path:"/classrooms/:coursesId/graduation_tasks/:categoryId",parentId:"101",id:"106"},107:{path:"/classrooms/:coursesId/exercise/:categoryId",parentId:"101",id:"107"},108:{path:"/classrooms/:coursesId/exercise",parentId:"101",id:"108"},109:{path:"/classrooms/:coursesId/poll/:categoryId",parentId:"101",id:"109"},110:{path:"/classrooms/:coursesId/poll",parentId:"101",id:"110"},111:{path:"/classrooms/:coursesId/common_homework/:categoryId",parentId:"101",id:"111"},112:{path:"/classrooms/:coursesId/common_homework",parentId:"101",id:"112"},113:{path:"/classrooms/:coursesId/group_homework/:categoryId",parentId:"101",id:"113"},114:{path:"/classrooms/:coursesId/group_homework",parentId:"101",id:"114"},115:{path:"/classrooms/:coursesId/teachers",parentId:"101",id:"115"},116:{path:"/classrooms/:coursesId/students",parentId:"101",id:"116"},117:{path:"/classrooms/:coursesId/assistant",parentId:"101",id:"117"},118:{path:"/classrooms/:coursesId/program_homework",parentId:"101",id:"118"},119:{path:"/classrooms/:coursesId/program_homework/:categoryId",parentId:"101",id:"119"},120:{path:"/classrooms/:coursesId/engineering",parentId:"101",id:"120"},121:{path:"/classrooms/:coursesId/learning_path",parentId:"101",id:"121"},122:{path:"/classrooms/:coursesId/resource_recommend",parentId:"101",id:"122"},123:{path:"/classrooms/:coursesId/attendance",parentId:"101",id:"123"},124:{path:"/classrooms/:coursesId/attendance/StudetnSign",parentId:"101",id:"124"},125:{path:"/classrooms/:coursesId/attendance/:categoryId/:tabId/detail",parentId:"101",id:"125"},126:{path:"/classrooms/:coursesId/announcement",parentId:"101",id:"126"},127:{path:"/classrooms/:coursesId/announcement/:categoryId",parentId:"101",id:"127"},128:{path:"/classrooms/:coursesId/online_learning",parentId:"101",id:"128"},129:{path:"/classrooms/:coursesId/online_learning/:categoryId",parentId:"101",id:"129"},130:{path:"/classrooms/:coursesId/attachment/:categoryId",parentId:"101",id:"130"},131:{path:"/classrooms/:coursesId/attachment",parentId:"101",id:"131"},132:{path:"/classrooms/:coursesId/video",parentId:"101",id:"132"},133:{path:"/classrooms/:coursesId/video/:categoryId",parentId:"101",id:"133"},134:{path:"/classrooms/:coursesId/video/:categoryId/statistics",parentId:"101",id:"134"},135:{path:"/classrooms/:coursesId/video/:username/upload",parentId:"101",id:"135"},136:{path:"/classrooms/:coursesId/video/:categoryId/statistics/:videoId",parentId:"101",id:"136"},137:{path:"/classrooms/:coursesId/video/:categoryId/statistics/:videoId/:userId",parentId:"101",id:"137"},138:{path:"/classrooms/:coursesId/live_video/:categoryId",parentId:"101",id:"138"},139:{path:"/classrooms/:coursesId/live_video",parentId:"101",id:"139"},140:{path:"/classrooms/:coursesId/video/:categoryId/studentstatistics",parentId:"101",id:"140"},141:{path:"/classrooms/:coursesId/board/:categoryId",parentId:"101",id:"141"},142:{path:"/classrooms/:coursesId/board",parentId:"101",id:"142"},143:{path:"/classrooms/:coursesId/course_group",parentId:"101",id:"143"},144:{path:"/classrooms/:coursesId/course_group/:categoryId",parentId:"101",id:"144"},145:{path:"/classrooms/:coursesId/course_group/:categoryId/detail",parentId:"101",id:"145"},146:{path:"/classrooms/:coursesId/not_course_group/:categoryId",parentId:"101",id:"146"},147:{path:"/classrooms/:coursesId/not_course_group",parentId:"101",id:"147"},148:{path:"/classrooms/:coursesId/statistics/",parentId:"101",id:"148"},149:{path:"/classrooms/:coursesId/statistics/:categoryId",parentId:"101",id:"149"},150:{path:"/classrooms/:coursesId/statistics_video/:categoryId",parentId:"101",id:"150"},151:{path:"/classrooms/:coursesId/statistics_quality/:categoryId",parentId:"101",id:"151"},152:{path:"/classrooms/:coursesId/statistics_user_portrait/:categoryId",parentId:"101",id:"152"},153:{path:"/classrooms/:coursesId/student_statistics/:categoryId",parentId:"101",id:"153"},154:{path:"/classrooms/:coursesId/student_statistics/:categoryId/:listId/:type",parentId:"101",id:"154"},155:{path:"/classrooms/:coursesId/video_statistics/:categoryId/Student/:studentid",parentId:"101",id:"155"},156:{path:"/classrooms/:coursesId/exportlist/:type",parentId:"101",id:"156"},157:{path:"/classrooms/:coursesId",parentId:"101",id:"157"},158:{path:"/classrooms/:coursesId/template",parentId:"101",id:"158"},159:{path:"/competitions",parentId:"1",id:"159"},160:{path:"/competitions/index",parentId:"159",id:"160"},161:{path:"/competitions/:identifier/list",parentId:"159",id:"161"},162:{path:"/competitions/exports",parentId:"159",id:"162"},163:{path:"/competitions",parentId:"159",id:"163"},164:{path:"/competitions/:identifier",parentId:"159",id:"164"},165:{path:"/competitions/index/:identifier",parentId:"159",id:"165"},166:{path:"/competitions/:identifier/detail/enroll",parentId:"159",id:"166"},167:{path:"/competitions/:identifier/detail/UpdateTeanname/:Teannameid",parentId:"159",id:"167"},168:{path:"/competitions/:identifier/detail/teamDetail/:Teamid",parentId:"159",id:"168"},169:{path:"/competitions/detail/:identifier",parentId:"159",id:"169"},170:{path:"/forums",parentId:"1",id:"170"},171:{path:"/forums",parentId:"170",id:"171"},172:{path:"/forums/categories/:memoType",parentId:"170",id:"172"},173:{path:"/forums/new",parentId:"170",id:"173"},174:{path:"/forums/:memoId/edit",parentId:"170",id:"174"},175:{path:"/forums/:memoId",parentId:"170",id:"175"},176:{path:"/problemset",parentId:"1",id:"176"},177:{path:"/problemset",parentId:"176",id:"177"},178:{path:"/problemset/newitem",parentId:"176",id:"178"},179:{path:"/problemset/:type/:id",parentId:"176",id:"179"},180:{path:"/problemset/preview",parentId:"176",id:"180"},181:{path:"/problemset/preview_new",parentId:"176",id:"181"},182:{path:"/problemset/preview_select",parentId:"176",id:"182"},183:{path:"/shixuns",parentId:"1",id:"183"},184:{path:"/shixuns",parentId:"183",id:"184"},185:{path:"/shixuns/exports",parentId:"183",id:"185"},186:{path:"/shixuns/new",parentId:"183",id:"186"},187:{path:"/shixuns/new/CreateImg",parentId:"183",id:"187"},188:{path:"/shixuns/new/:id/imagepreview",parentId:"183",id:"188"},189:{path:"/shixuns/:id/Merge",parentId:"183",id:"189"},190:{path:"/shixuns/:id/Split",parentId:"183",id:"190"},191:{path:"/shixuns/:id/edit",parentId:"183",id:"191"},192:{path:"shixuns/:id/edit/warehouse",parentId:"191",id:"192"},193:{path:"/shixuns/:id/edit/newquestion",parentId:"191",id:"193"},194:{path:"/shixuns/:id/edit/:challengesId/editquestion",parentId:"191",id:"194"},195:{path:"/shixuns/:id/edit/:challengesId/editquestion/:questionId",parentId:"191",id:"195"},196:{path:"/shixuns/:id/edit/new",parentId:"191",id:"196"},197:{path:"/shixuns/:id/edit/:challengesId/editcheckpoint",parentId:"191",id:"197"},198:{path:"/shixuns/:id/edit/:challengesId/tab=2",parentId:"191",id:"198"},199:{path:"/shixuns/:id/edit/:challengesId/tab=3",parentId:"191",id:"199"},200:{path:"/shixuns/:id/edit/:challengesId/tab=4",parentId:"191",id:"200"},201:{path:"/shixuns/:id",parentId:"183",id:"201"},202:{path:"/shixuns/:id/challenges",parentId:"201",id:"202"},203:{path:"/shixuns/:id/repository",parentId:"201",id:"203"},204:{path:"/shixuns/:id/secret_repository",parentId:"201",id:"204"},205:{path:"/shixuns/:id/collaborators",parentId:"201",id:"205"},206:{path:"/shixuns/:id/dataset",parentId:"201",id:"206"},207:{path:"/shixuns/:id/dataset/jupyterEdit",parentId:"201",id:"207"},208:{path:"/shixuns/:id/shixun_discuss",parentId:"201",id:"208"},209:{path:"/shixuns/:id/ranking_list",parentId:"201",id:"209"},210:{path:"/shixuns/:id/settings",parentId:"201",id:"210"},211:{path:"/shixuns/:id/repository/:repoId/commits",parentId:"201",id:"211"},212:{path:"/shixuns/:id/secret_repository/:repoId/commits",parentId:"201",id:"212"},213:{path:"/shixuns/:id/repository/upload_file",parentId:"201",id:"213"},214:{path:"/shixuns/:id/secret_repository/upload_file",parentId:"201",id:"214"},215:{path:"/shixuns/:id/repository/add_file",parentId:"201",id:"215"},216:{path:"/shixuns/:id/secret_repository/add_file",parentId:"201",id:"216"},217:{path:"/shixuns/:id/repository/master/shixun_show/:fileId",exact:!1,parentId:"201",id:"217"},218:{path:"/shixuns/:id/secret_repository/master/shixun_show/:fileId",exact:!1,parentId:"201",id:"218"},219:{path:"/shixuns/:id/audit_situation",parentId:"201",id:"219"},220:{path:"/shixuns/:id/fork_list",parentId:"201",id:"220"},221:{path:"/shixuns/:id/skill_tags",parentId:"201",id:"221"},222:{path:"/shixuns/interface",parentId:"183",id:"222"},223:{path:"/shixuns/interface/:id/detail",parentId:"183",id:"223"},224:{path:"/shixuns/interface/edit",parentId:"183",id:"224"},225:{path:"/users",parentId:"1",id:"225"},226:{path:"/users/:username/videos/protocol",parentId:"225",id:"226"},227:{path:"/users/:username/videos/resourceProtocol",parentId:"225",id:"227"},228:{path:"/users/:username/videos/success",parentId:"225",id:"228"},229:{path:"/users/:username/topicbank/:topicstype",parentId:"225",id:"229"},230:{path:"/users/:username/topics/:topicId/:topictype/normal/detail",parentId:"225",id:"230"},231:{path:"/users/:username/topics/:topicId/:topictype/group/detail",parentId:"225",id:"231"},232:{path:"/users/:username/topics/:topicId/:topictype/normal/edit",parentId:"225",id:"232"},233:{path:"/users/:username/topics/:topicId/:topictype/group/edit",parentId:"225",id:"233"},234:{path:"/users/:username/topics/:topicId/:topictype/exercise/edit",parentId:"225",id:"234"},235:{path:"/users/:username/topics/:topicId/:topictype/exercise/detail",parentId:"225",id:"235"},236:{path:"/users/:username/topics/:topicId/:topictype/poll/edit",parentId:"225",id:"236"},237:{path:"/users/:username/topics/:topicId/:topictype/poll/detail",parentId:"225",id:"237"},238:{path:"/users/:username/experiment-img/add",parentId:"225",id:"238"},239:{path:"/users/:username",parentId:"225",id:"239"},240:{path:"/users/:username",parentId:"239",id:"240"},241:{path:"/users/:username/baseInfo/edit",parentId:"239",id:"241"},242:{path:"/users/:username/baseInfo",parentId:"239",id:"242"},243:{path:"/users/:username/realNameCertification",parentId:"239",id:"243"},244:{path:"/users/:username/careerCertification",parentId:"239",id:"244"},245:{path:"/users/:username/classrooms",parentId:"239",id:"245"},246:{path:"/users/:username/shixuns",parentId:"239",id:"246"},247:{path:"/users/:username/dataSet",parentId:"239",id:"247"},248:{path:"/users/:username/userPortrait",parentId:"239",id:"248"},249:{path:"/users/:username/learningPath",parentId:"239",id:"249"},250:{path:"/users/:username/teach-group",parentId:"239",id:"250"},251:{path:"/users/:username/competitions",parentId:"239",id:"251"},252:{path:"/users/:username/experiment-img",parentId:"239",id:"252"},253:{path:"/users/:username/experiment-img/:experid/detail",parentId:"239",id:"253"},254:{path:"/users/:username/certificate",parentId:"239",id:"254"},255:{path:"/users/:username/otherResources",parentId:"239",id:"255"},256:{path:"/users/:username/classmanagement",parentId:"239",id:"256"},257:{path:"/users/:username/classmanagement/:couserid",parentId:"239",id:"257"},258:{path:"/users/:username/paths",parentId:"239",id:"258"},259:{path:"/users/:username/projects",parentId:"239",id:"259"},260:{path:"/users/:username/videos",parentId:"239",id:"260"},261:{path:"/users/:username/videos/upload",parentId:"239",id:"261"},262:{path:"/users/:username/topics/:topicstype",parentId:"239",id:"262"},263:{path:"/users/:username/vspaces",parentId:"239",id:"263"},264:{path:"/users/:username/resourcesCenter",parentId:"239",id:"264"},265:{path:"/users/:username/resourcesCenter/:id/detail",parentId:"239",id:"265"},266:{path:"/users/:username/resourceGuarantee",parentId:"239",id:"266"},267:{path:"/users/:username/resourceAllocation",parentId:"239",id:"267"},268:{parentId:"1",id:"268"},269:{path:"/problems",parentId:"268",id:"269"},270:{path:"/problems",parentId:"269",id:"270"},271:{path:"/problems/batchAdd",parentId:"269",id:"271"},272:{path:"/problems/newcreate",parentId:"268",id:"272"},273:{path:"/problems/newedit/:id",exact:!0,parentId:"268",id:"273"},274:{path:"/problems/:id/edit",exact:!0,parentId:"268",id:"274"},275:{path:"/problems/new",exact:!0,parentId:"268",id:"275"},276:{path:"/problems/:id/oj/:save_identifier",parentId:"268",id:"276"},277:{path:"/problems/:id/record-detail/:submitId",parentId:"268",id:"277"},278:{path:"/problems/add",parentId:"268",id:"278"},279:{path:"/problems/:id/ojedit",parentId:"268",id:"279"},280:{path:"/engineering",parentId:"1",id:"280"},281:{path:"/engineering",parentId:"280",id:"281"},282:{path:"/engineering/teacherList",parentId:"281",id:"282"},283:{path:"/engineering/studentList",parentId:"281",id:"283"},284:{path:"/engineering/training/program",parentId:"281",id:"284"},285:{path:"/engineering/training/program/add",parentId:"281",id:"285"},286:{path:"/engineering/training/program/edit",parentId:"281",id:"286"},287:{path:"/engineering/training/objectives",parentId:"281",id:"287"},288:{path:"/engineering/graduated/index",parentId:"281",id:"288"},289:{path:"/engineering/graduated/matrix",parentId:"281",id:"289"},290:{path:"/engineering/course/list",parentId:"281",id:"290"},291:{path:"/engineering/course/setting",parentId:"281",id:"291"},292:{path:"/engineering/course/matrix",parentId:"281",id:"292"},293:{path:"/engineering/navigation",parentId:"281",id:"293"},294:{path:"/engineering/evaluate/course",parentId:"281",id:"294"},295:{path:"/engineering/evaluate/course/:ec_year_id/:id",parentId:"281",id:"295"},296:{path:"/engineering/evaluate/norm",parentId:"281",id:"296"},297:{path:"/engineering/evaluate/document",parentId:"281",id:"297"},298:{path:"/engineering/evaluate/norm/:ec_year_id/:id",parentId:"281",id:"298"},299:{path:"/engineering/*",redirect:"/404",parentId:"281",id:"299"},300:{path:"/innovation",parentId:"1",id:"300"},301:{path:"/innovation/tasks/:taskId",parentId:"300",id:"301"},302:{path:"/innovation",parentId:"300",id:"302"},303:{path:"/innovation/project",parentId:"302",id:"303"},304:{path:"/innovation/dataset",parentId:"302",id:"304"},305:{path:"/innovation/mirror",parentId:"302",id:"305"},306:{path:"/innovation/my-project",parentId:"302",id:"306"},307:{path:"/innovation/my-dataset",parentId:"302",id:"307"},308:{path:"/innovation/my-mirror",parentId:"302",id:"308"},309:{path:"/innovation/project/create",parentId:"302",id:"309"},310:{path:"/innovation/project/edit/:id",parentId:"302",id:"310"},311:{path:"/innovation/project/detail/:taskId",parentId:"302",id:"311"},312:{path:"/tasks",parentId:"1",id:"312"},313:{path:"/tasks/:taskId",exact:!0,parentId:"312",id:"313"},314:{path:"/tasks/:identifier/jupyter/",exact:!0,parentId:"312",id:"314"},315:{path:"/tasks/:courseId/:homeworkId/:taskId",exact:!0,parentId:"312",id:"315"},316:{path:"/tasks/jupyter/:courseId/:homeworkId/:identifier",exact:!0,parentId:"312",id:"316"},317:{path:"/tasks/:courseId/:exerciseId/:taskId/exercise",exact:!0,parentId:"312",id:"317"},318:{path:"/myproblems",parentId:"1",id:"318"},319:{path:"/myproblems/:id/record-detail/:submitId",exact:!0,parentId:"318",id:"319"},320:{path:"/myproblems/:id",exact:!0,parentId:"318",id:"320"},321:{path:"/account",parentId:"1",id:"321"},322:{path:"/account",parentId:"321",id:"322"},323:{path:"/account/profile",parentId:"322",id:"323"},324:{path:"/account/profile/edit",parentId:"322",id:"324"},325:{path:"/account/certification",parentId:"322",id:"325"},326:{path:"/account/secure",parentId:"322",id:"326"},327:{path:"/account/binding",parentId:"322",id:"327"},328:{path:"/account/Results",parentId:"322",id:"328"},329:{path:"/ch",parentId:"1",id:"329"},330:{path:"/ch/rest/edit/:categoryId/:id",exact:!0,parentId:"329",id:"330"},331:{path:"/ch/rest/",exact:!0,parentId:"329",id:"331"},332:{path:"/ch/rest/:id",exact:!0,parentId:"329",id:"332"},333:{path:"/order",parentId:"1",id:"333"},334:{path:"/order",parentId:"333",id:"334"},335:{path:"/order/invoice",parentId:"333",id:"335"},336:{path:"/order/records",parentId:"333",id:"336"},337:{path:"/order/apply",parentId:"333",id:"337"},338:{path:"/order/view",parentId:"333",id:"338"},339:{path:"/order/:courseId/information",parentId:"333",id:"339"},340:{path:"/order/:courseId/pay",parentId:"333",id:"340"},341:{path:"/order/:orderNum/result",parentId:"333",id:"341"},342:{path:"/messages",parentId:"1",id:"342"},343:{path:"/messages/:userId/user_tidings",parentId:"342",id:"343"},344:{path:"/messages/:userId/private_messages",parentId:"342",id:"344"},345:{path:"/messages/:userId/message_detail",parentId:"342",id:"345"},346:{path:"/vtrs",parentId:"1",id:"346"},347:{path:"/vtrs/:virtual_spacesId",parentId:"346",id:"347"},348:{path:"/vtrs/:virtual_spacesId",exact:!0,parentId:"347",id:"348"},349:{path:"/vtrs/:virtual_spacesId/workplace",exact:!0,parentId:"347",id:"349"},350:{path:"/vtrs/:virtual_spacesId/experiment",parentId:"347",id:"350"},351:{path:"/vtrs/:virtual_spacesId/announcement",parentId:"347",id:"351"},352:{path:"/vtrs/:virtual_spacesId/announcement/add",parentId:"347",id:"352"},353:{path:"/vtrs/:virtual_spacesId/announcement/:id/edit",parentId:"347",id:"353"},354:{path:"/vtrs/:virtual_spacesId/announcement/:id/detail",parentId:"347",id:"354"},355:{path:"/vtrs/:virtual_spacesId/survey",parentId:"347",id:"355"},356:{path:"/vtrs/:virtual_spacesId/survey/:id/detail",parentId:"347",id:"356"},357:{path:"/vtrs/:virtual_spacesId/knowledge",parentId:"347",id:"357"},358:{path:"/vtrs/:virtual_spacesId/knowledge/add",parentId:"347",id:"358"},359:{path:"/vtrs/:virtual_spacesId/knowledge/:id/edit",parentId:"347",id:"359"},360:{path:"/vtrs/:virtual_spacesId/material",parentId:"347",id:"360"},361:{path:"/vtrs/:virtual_spacesId/material/:id/detail",parentId:"347",id:"361"},362:{path:"/vtrs/:virtual_spacesId/lesson",parentId:"347",id:"362"},363:{path:"/vtrs/:virtual_spacesId/lesson/:id/detail",parentId:"347",id:"363"},364:{path:"/vtrs/:virtual_spacesId/lesson/:id/detail/:fileid",parentId:"347",id:"364"},365:{path:"/vtrs/:virtual_spacesId/discussion",parentId:"347",id:"365"},366:{path:"/vtrs/:virtual_spacesId/discussion/:id/detail",parentId:"347",id:"366"},367:{path:"/vtrs/:virtual_spacesId/discussion/:id/detail/:fileid",parentId:"347",id:"367"},368:{path:"/vtrs/:virtual_spacesId/settings",parentId:"347",id:"368"},369:{path:"/vtrs/:virtual_spacesId/resources",parentId:"347",id:"369"},370:{path:"/vtrs/:virtual_spacesId/resources/:id/detail",parentId:"347",id:"370"},371:{path:"/vtrs/:virtual_spacesId/Plan",parentId:"347",id:"371"},372:{path:"/vtrs/:virtual_spacesId/plan/:id/detail",parentId:"347",id:"372"},373:{path:"/vtrs/:virtual_spacesId/digtal",parentId:"347",id:"373"},374:{path:"/vtrs/:virtual_spacesId/homepage",parentId:"347",id:"374"},375:{path:"/vtrs/:virtual_spacesId/*",parentId:"347",id:"375"},376:{path:"/101",parentId:"1",id:"376"},377:{path:"/101/:virtual_spacesId",parentId:"376",id:"377"},378:{path:"/101/:virtual_spacesId",exact:!0,parentId:"377",id:"378"},379:{path:"/101/:virtual_spacesId/workplace",exact:!0,parentId:"377",id:"379"},380:{path:"/101/:virtual_spacesId/experiment",parentId:"377",id:"380"},381:{path:"/101/:virtual_spacesId/announcement",parentId:"377",id:"381"},382:{path:"/101/:virtual_spacesId/announcement/add",parentId:"377",id:"382"},383:{path:"/101/:virtual_spacesId/announcement/:id/edit",parentId:"377",id:"383"},384:{path:"/101/:virtual_spacesId/announcement/:id/detail",parentId:"377",id:"384"},385:{path:"/101/:virtual_spacesId/survey",parentId:"377",id:"385"},386:{path:"/101/:virtual_spacesId/survey/:id/detail",parentId:"377",id:"386"},387:{path:"/101/:virtual_spacesId/knowledge",parentId:"377",id:"387"},388:{path:"/101/:virtual_spacesId/knowledge/add",parentId:"377",id:"388"},389:{path:"/101/:virtual_spacesId/knowledge/:id/edit",parentId:"377",id:"389"},390:{path:"/101/:virtual_spacesId/material",parentId:"377",id:"390"},391:{path:"/101/:virtual_spacesId/material/:id/detail",parentId:"377",id:"391"},392:{path:"/101/:virtual_spacesId/lesson",parentId:"377",id:"392"},393:{path:"/101/:virtual_spacesId/lesson/:id/detail",parentId:"377",id:"393"},394:{path:"/101/:virtual_spacesId/lesson/:id/detail/:fileid",parentId:"377",id:"394"},395:{path:"/101/:virtual_spacesId/discussion",parentId:"377",id:"395"},396:{path:"/101/:virtual_spacesId/discussion/:id/detail",parentId:"377",id:"396"},397:{path:"/101/:virtual_spacesId/discussion/:id/detail/:fileid",parentId:"377",id:"397"},398:{path:"/101/:virtual_spacesId/settings",parentId:"377",id:"398"},399:{path:"/101/:virtual_spacesId/resources",parentId:"377",id:"399"},400:{path:"/101/:virtual_spacesId/resources/:id/detail",parentId:"377",id:"400"},401:{path:"/101/:virtual_spacesId/Plan",parentId:"377",id:"401"},402:{path:"/101/:virtual_spacesId/plan/:id/detail",parentId:"377",id:"402"},403:{path:"/101/:virtual_spacesId/digtal",parentId:"377",id:"403"},404:{path:"/101/:virtual_spacesId/homepage",parentId:"377",id:"404"},405:{path:"/101/:virtual_spacesId/*",parentId:"377",id:"405"},406:{path:"/administration",parentId:"1",id:"406"},407:{path:"/administration",parentId:"406",id:"407"},408:{path:"/administration/college",parentId:"407",id:"408"},409:{path:"/administration/student",parentId:"407",id:"409"},410:{path:"/administration/student/:studentId/edit",parentId:"407",id:"410"},411:{path:"/administration/profession",parentId:"407",id:"411"},412:{path:"/graduations",parentId:"1",id:"412"},413:{path:"/graduations",exact:!0,parentId:"412",id:"413"},414:{path:"/graduations/:id/:moduleKey/:moduleId/review/:itemId",exact:!0,parentId:"412",id:"414"},415:{path:"/graduations/:id",parentId:"412",id:"415"},416:{path:"/graduations/:id/index",parentId:"415",id:"416"},417:{path:"/graduations/:id/topics",parentId:"415",id:"417"},418:{path:"/graduations/:id/student_selection",parentId:"415",id:"418"},419:{path:"/graduations/:id/tasks",parentId:"415",id:"419"},420:{path:"/graduations/:id/opening_report",parentId:"415",id:"420"},421:{path:"/graduations/:id/midterm_report",parentId:"415",id:"421"},422:{path:"/graduations/:id/thesis",parentId:"415",id:"422"},423:{path:"/graduations/:id/final_defense",parentId:"415",id:"423"},424:{path:"/graduations/:id/final_thesis",parentId:"415",id:"424"},425:{path:"/graduations/:id/settings",parentId:"415",id:"425"},426:{path:"/graduations/:id/teachers",parentId:"415",id:"426"},427:{path:"/graduations/:id/students",parentId:"415",id:"427"},428:{path:"/graduations/:id/archives",parentId:"415",id:"428"},429:{path:"/graduations/:id/grading_summary",parentId:"415",id:"429"},430:{path:"/dataset",parentId:"1",id:"430"},431:{path:"/dataset",exact:!0,parentId:"430",id:"431"},432:{path:"/dataset/:id/detail",exact:!0,parentId:"430",id:"432"},433:{path:"/knowledgegraph",parentId:"1",id:"433"},434:{path:"/knowledgegraph/:pathId",parentId:"433",id:"434"},435:{path:"/knowledgegraph/:pathId/statistics",parentId:"433",id:"435"},436:{path:"/newlogin",parentId:"1",id:"436"},437:{parentId:"1",id:"437"},438:{path:"/dashboard",parentId:"437",id:"438"},439:{parentId:"1",id:"439"},440:{path:"/newpaths/:id",parentId:"439",id:"440"},441:{path:"/sysdashboard",parentId:"439",id:"441"},442:{path:"/onlinenum",parentId:"1",id:"442"},443:{path:"/onlinenum",parentId:"442",id:"443"},444:{path:"/shixuncontext",parentId:"1",id:"444"},445:{path:"/shixuncontext",parentId:"444",id:"445"},446:{path:"/shixuncontext/:Id/detail",parentId:"444",id:"446"},447:{path:"/educoder-demo",exact:!0,parentId:"1",id:"447"},448:{path:"/training",parentId:"1",id:"448"},449:{name:"\u7CBE\u57F9\u8BFE\u7A0B",path:"/training",parentId:"448",id:"449"},450:{path:"/largeScreen",exact:!0,parentId:"1",id:"450"},451:{path:"/quality",parentId:"1",id:"451"},452:{name:"\u7CBE\u54C1\u8BFE\u7A0B",path:"/quality",parentId:"451",id:"452"},453:{path:"/otherlogin",exact:!0,parentId:"1",id:"453"},454:{path:"/otherloginqq",exact:!0,parentId:"1",id:"454"},455:{path:"/otherloginstart",exact:!0,parentId:"1",id:"455"},456:{path:"/pathsoverview",exact:!0,parentId:"1",id:"456"},457:{path:"/shixunsoverview",exact:!0,parentId:"1",id:"457"},458:{path:"/classroomsoverview",exact:!0,parentId:"1",id:"458"},459:{path:"/login",parentId:"1",id:"459"},460:{path:"/login",parentId:"459",id:"460"},461:{path:"/user",parentId:"1",id:"461"},462:{path:"/user/login",parentId:"461",id:"462"},463:{path:"/user/register",parentId:"461",id:"463"},464:{path:"/user/reset-password",parentId:"461",id:"464"},465:{path:"/colleges",parentId:"1",id:"465"},466:{path:"/colleges/:id/statistics",parentId:"465",id:"466"},467:{path:"/help",parentId:"1",id:"467"},468:{path:"/help/:id",parentId:"467",id:"468"},469:{path:"/video",parentId:"1",id:"469"},470:{path:"/video/:videoId",parentId:"469",id:"470"},471:{path:"/terminal",parentId:"1",id:"471"},472:{path:"/report/:taskId/:game_report_id",parentId:"1",id:"472"},473:{path:"/",parentId:"1",id:"473"},474:{path:"/",exact:!0,parentId:"473",id:"474"},475:{path:"/api/*",exact:!0,parentId:"473",id:"475"},476:{path:"/search",exact:!0,parentId:"473",id:"476"},477:{path:"/moop_cases",exact:!0,parentId:"473",id:"477"},478:{path:"/moop_cases/new",exact:!0,parentId:"473",id:"478"},479:{path:"/moop_cases/:caseId",exact:!0,parentId:"473",id:"479"},480:{path:"/moop_cases/:caseId/edit",exact:!0,parentId:"473",id:"480"},481:{path:"/moop_cases/:caseId/publish-success",exact:!0,parentId:"473",id:"481"},482:{path:"/randompaper",exact:!0,parentId:"473",id:"482"},483:{path:"/randompaper/edit/:id",exact:!0,parentId:"473",id:"483"},484:{path:"/randompaper/detail/:id",exact:!0,parentId:"473",id:"484"},485:{path:"/403",parentId:"473",id:"485"},486:{path:"/500",parentId:"473",id:"486"},487:{path:"/404",parentId:"473",id:"487"},488:{path:"/download",parentId:"473",id:"488"},489:{path:"/iwce",parentId:"473",id:"489"},490:{path:"/classrooms/:coursesId/attendance/TeacherSign",parentId:"473",id:"490"},491:{path:"/classrooms/:coursesId/attendance/:categoryId",parentId:"473",id:"491"},492:{path:"/Activities",parentId:"473",id:"492"},493:{path:"/iwce/:itemname",parentId:"473",id:"493"},494:{path:"/hpc-course",parentId:"473",id:"494"},495:{path:"/user_agents",parentId:"473",id:"495"},496:{path:"/three",parentId:"473",id:"496"},497:{path:"/introduction",parentId:"473",id:"497"},498:{path:"/chatgpt",parentId:"473",id:"498"},499:{path:"/*",parentId:"473",id:"499"},"@@/global-layout":{id:"@@/global-layout",path:"/",isLayout:!0}},routeComponents:{1:je.lazy(()=>__webpack_require__.e(599).then(__webpack_require__.bind(__webpack_require__,20599))),2:je.lazy(()=>__webpack_require__.e(599).then(__webpack_require__.bind(__webpack_require__,20599))),3:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),4:je.lazy(()=>__webpack_require__.e(2099).then(__webpack_require__.bind(__webpack_require__,76533))),5:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(3260)]).then(__webpack_require__.bind(__webpack_require__,8391))),6:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(3260)]).then(__webpack_require__.bind(__webpack_require__,8391))),7:je.lazy(()=>__webpack_require__.e(3247).then(__webpack_require__.bind(__webpack_require__,64226))),8:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(425),__webpack_require__.e(4325),__webpack_require__.e(4599)]).then(__webpack_require__.bind(__webpack_require__,39751))),9:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(425),__webpack_require__.e(4325),__webpack_require__.e(1545)]).then(__webpack_require__.bind(__webpack_require__,91046))),10:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),11:je.lazy(()=>__webpack_require__.e(9906).then(__webpack_require__.bind(__webpack_require__,61989))),12:je.lazy(()=>__webpack_require__.e(5572).then(__webpack_require__.bind(__webpack_require__,27851))),13:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6080)]).then(__webpack_require__.bind(__webpack_require__,71362))),14:je.lazy(()=>__webpack_require__.e(7901).then(__webpack_require__.bind(__webpack_require__,11839))),15:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6411),__webpack_require__.e(2281)]).then(__webpack_require__.bind(__webpack_require__,81422))),16:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(1651)]).then(__webpack_require__.bind(__webpack_require__,20684))),17:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6080)]).then(__webpack_require__.bind(__webpack_require__,71362))),18:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(425),__webpack_require__.e(4325),__webpack_require__.e(4599)]).then(__webpack_require__.bind(__webpack_require__,39751))),19:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(425),__webpack_require__.e(4325),__webpack_require__.e(4599)]).then(__webpack_require__.bind(__webpack_require__,39751))),20:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),21:je.lazy(()=>__webpack_require__.e(6789).then(__webpack_require__.bind(__webpack_require__,56319))),22:je.lazy(()=>__webpack_require__.e(9921).then(__webpack_require__.bind(__webpack_require__,20973))),23:je.lazy(()=>__webpack_require__.e(1674).then(__webpack_require__.bind(__webpack_require__,31793))),24:je.lazy(()=>__webpack_require__.e(6685).then(__webpack_require__.bind(__webpack_require__,46275))),25:je.lazy(()=>__webpack_require__.e(7323).then(__webpack_require__.bind(__webpack_require__,33496))),26:je.lazy(()=>__webpack_require__.e(7323).then(__webpack_require__.bind(__webpack_require__,33496))),27:je.lazy(()=>__webpack_require__.e(6882).then(__webpack_require__.bind(__webpack_require__,45029))),28:je.lazy(()=>__webpack_require__.e(6882).then(__webpack_require__.bind(__webpack_require__,45029))),29:je.lazy(()=>__webpack_require__.e(109).then(__webpack_require__.bind(__webpack_require__,46922))),30:je.lazy(()=>__webpack_require__.e(737).then(__webpack_require__.bind(__webpack_require__,94044))),31:je.lazy(()=>__webpack_require__.e(3391).then(__webpack_require__.bind(__webpack_require__,67311))),32:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6411),__webpack_require__.e(5694)]).then(__webpack_require__.bind(__webpack_require__,66076))),33:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6411),__webpack_require__.e(5330)]).then(__webpack_require__.bind(__webpack_require__,28063))),34:je.lazy(()=>__webpack_require__.e(2303).then(__webpack_require__.bind(__webpack_require__,63437))),35:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(1450)]).then(__webpack_require__.bind(__webpack_require__,60922))),36:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(195)]).then(__webpack_require__.bind(__webpack_require__,70731))),37:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(3668)]).then(__webpack_require__.bind(__webpack_require__,1086))),38:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(2338)]).then(__webpack_require__.bind(__webpack_require__,83890))),39:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(4662)]).then(__webpack_require__.bind(__webpack_require__,75400))),40:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(8072)]).then(__webpack_require__.bind(__webpack_require__,52934))),41:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(479)]).then(__webpack_require__.bind(__webpack_require__,34353))),42:je.lazy(()=>__webpack_require__.e(5297).then(__webpack_require__.bind(__webpack_require__,30748))),43:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6411),__webpack_require__.e(4164)]).then(__webpack_require__.bind(__webpack_require__,53036))),44:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(425),__webpack_require__.e(4325),__webpack_require__.e(4599)]).then(__webpack_require__.bind(__webpack_require__,39751))),45:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(425),__webpack_require__.e(4889)]).then(__webpack_require__.bind(__webpack_require__,60839))),46:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(425),__webpack_require__.e(4105)]).then(__webpack_require__.bind(__webpack_require__,77638))),47:je.lazy(()=>__webpack_require__.e(7482).then(__webpack_require__.bind(__webpack_require__,53147))),48:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(5816)]).then(__webpack_require__.bind(__webpack_require__,12624))),49:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(337)]).then(__webpack_require__.bind(__webpack_require__,23129))),50:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(292)]).then(__webpack_require__.bind(__webpack_require__,23108))),51:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(292)]).then(__webpack_require__.bind(__webpack_require__,23108))),52:je.lazy(()=>__webpack_require__.e(5992).then(__webpack_require__.bind(__webpack_require__,10147))),53:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6411),__webpack_require__.e(425),__webpack_require__.e(8085)]).then(__webpack_require__.bind(__webpack_require__,73966))),54:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6411),__webpack_require__.e(425),__webpack_require__.e(8085)]).then(__webpack_require__.bind(__webpack_require__,73966))),55:je.lazy(()=>__webpack_require__.e(8431).then(__webpack_require__.bind(__webpack_require__,83922))),56:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(5902)]).then(__webpack_require__.bind(__webpack_require__,82856))),57:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(3433)]).then(__webpack_require__.bind(__webpack_require__,31533))),58:je.lazy(()=>__webpack_require__.e(5125).then(__webpack_require__.bind(__webpack_require__,3276))),59:je.lazy(()=>__webpack_require__.e(5125).then(__webpack_require__.bind(__webpack_require__,3276))),60:je.lazy(()=>__webpack_require__.e(921).then(__webpack_require__.bind(__webpack_require__,77329))),61:je.lazy(()=>__webpack_require__.e(921).then(__webpack_require__.bind(__webpack_require__,77329))),62:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(1578)]).then(__webpack_require__.bind(__webpack_require__,75288))),63:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(3317)]).then(__webpack_require__.bind(__webpack_require__,83485))),64:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(1482)]).then(__webpack_require__.bind(__webpack_require__,97780))),65:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(4795)]).then(__webpack_require__.bind(__webpack_require__,28915))),66:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(26)]).then(__webpack_require__.bind(__webpack_require__,57643))),67:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(8882)]).then(__webpack_require__.bind(__webpack_require__,8321))),68:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(5888)]).then(__webpack_require__.bind(__webpack_require__,77498))),69:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(9715)]).then(__webpack_require__.bind(__webpack_require__,56010))),70:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7045)]).then(__webpack_require__.bind(__webpack_require__,7769))),71:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(1211)]).then(__webpack_require__.bind(__webpack_require__,36618))),72:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(1582)]).then(__webpack_require__.bind(__webpack_require__,1910))),73:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6729)]).then(__webpack_require__.bind(__webpack_require__,34104))),74:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(9695)]).then(__webpack_require__.bind(__webpack_require__,3487))),75:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(8723)]).then(__webpack_require__.bind(__webpack_require__,17042))),76:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(7622)]).then(__webpack_require__.bind(__webpack_require__,72583))),77:je.lazy(()=>__webpack_require__.e(5148).then(__webpack_require__.bind(__webpack_require__,61193))),78:je.lazy(()=>__webpack_require__.e(643).then(__webpack_require__.bind(__webpack_require__,13750))),79:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(3442)]).then(__webpack_require__.bind(__webpack_require__,96046))),80:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(2102)]).then(__webpack_require__.bind(__webpack_require__,22996))),81:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(2425)]).then(__webpack_require__.bind(__webpack_require__,41305))),82:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(2404)]).then(__webpack_require__.bind(__webpack_require__,78554))),83:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(9785)]).then(__webpack_require__.bind(__webpack_require__,74124))),84:je.lazy(()=>__webpack_require__.e(7901).then(__webpack_require__.bind(__webpack_require__,11839))),85:je.lazy(()=>__webpack_require__.e(2819).then(__webpack_require__.bind(__webpack_require__,55998))),86:je.lazy(()=>__webpack_require__.e(1512).then(__webpack_require__.bind(__webpack_require__,31905))),87:je.lazy(()=>__webpack_require__.e(7395).then(__webpack_require__.bind(__webpack_require__,21229))),88:je.lazy(()=>__webpack_require__.e(3585).then(__webpack_require__.bind(__webpack_require__,98731))),89:je.lazy(()=>__webpack_require__.e(6963).then(__webpack_require__.bind(__webpack_require__,37244))),90:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(4030)]).then(__webpack_require__.bind(__webpack_require__,35171))),91:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(4030)]).then(__webpack_require__.bind(__webpack_require__,35171))),92:je.lazy(()=>__webpack_require__.e(6127).then(__webpack_require__.bind(__webpack_require__,42383))),93:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(3951)]).then(__webpack_require__.bind(__webpack_require__,71073))),94:je.lazy(()=>__webpack_require__.e(1048).then(__webpack_require__.bind(__webpack_require__,97838))),95:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(425),__webpack_require__.e(2884)]).then(__webpack_require__.bind(__webpack_require__,22450))),96:je.lazy(()=>__webpack_require__.e(4770).then(__webpack_require__.bind(__webpack_require__,57454))),97:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(2603)]).then(__webpack_require__.bind(__webpack_require__,60846))),98:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(4216)]).then(__webpack_require__.bind(__webpack_require__,45062))),99:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(5319)]).then(__webpack_require__.bind(__webpack_require__,93341))),100:je.lazy(()=>__webpack_require__.e(895).then(__webpack_require__.bind(__webpack_require__,25921))),101:je.lazy(()=>__webpack_require__.e(7322).then(__webpack_require__.bind(__webpack_require__,51339))),102:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7588),__webpack_require__.e(2203)]).then(__webpack_require__.bind(__webpack_require__,36008))),103:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7588),__webpack_require__.e(2203)]).then(__webpack_require__.bind(__webpack_require__,36008))),104:je.lazy(()=>__webpack_require__.e(5048).then(__webpack_require__.bind(__webpack_require__,77437))),105:je.lazy(()=>__webpack_require__.e(1043).then(__webpack_require__.bind(__webpack_require__,15828))),106:je.lazy(()=>__webpack_require__.e(1043).then(__webpack_require__.bind(__webpack_require__,15828))),107:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6776)]).then(__webpack_require__.bind(__webpack_require__,41587))),108:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6776)]).then(__webpack_require__.bind(__webpack_require__,41587))),109:je.lazy(()=>__webpack_require__.e(4297).then(__webpack_require__.bind(__webpack_require__,59345))),110:je.lazy(()=>__webpack_require__.e(4297).then(__webpack_require__.bind(__webpack_require__,59345))),111:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7588),__webpack_require__.e(8458)]).then(__webpack_require__.bind(__webpack_require__,50608))),112:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7588),__webpack_require__.e(8458)]).then(__webpack_require__.bind(__webpack_require__,50608))),113:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7588),__webpack_require__.e(1798)]).then(__webpack_require__.bind(__webpack_require__,7170))),114:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7588),__webpack_require__.e(1798)]).then(__webpack_require__.bind(__webpack_require__,7170))),115:je.lazy(()=>__webpack_require__.e(5177).then(__webpack_require__.bind(__webpack_require__,35685))),116:je.lazy(()=>__webpack_require__.e(201).then(__webpack_require__.bind(__webpack_require__,35803))),117:je.lazy(()=>__webpack_require__.e(1477).then(__webpack_require__.bind(__webpack_require__,89169))),118:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7588),__webpack_require__.e(6282)]).then(__webpack_require__.bind(__webpack_require__,33057))),119:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7588),__webpack_require__.e(6282)]).then(__webpack_require__.bind(__webpack_require__,33057))),120:je.lazy(()=>__webpack_require__.e(1962).then(__webpack_require__.bind(__webpack_require__,21413))),121:je.lazy(()=>__webpack_require__.e(4928).then(__webpack_require__.bind(__webpack_require__,11133))),122:je.lazy(()=>__webpack_require__.e(1257).then(__webpack_require__.bind(__webpack_require__,25251))),123:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(369),__webpack_require__.e(7329)]).then(__webpack_require__.bind(__webpack_require__,15515))),124:je.lazy(()=>__webpack_require__.e(8340).then(__webpack_require__.bind(__webpack_require__,25083))),125:je.lazy(()=>__webpack_require__.e(4093).then(__webpack_require__.bind(__webpack_require__,29860))),126:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6185)]).then(__webpack_require__.bind(__webpack_require__,53769))),127:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6185)]).then(__webpack_require__.bind(__webpack_require__,53769))),128:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(8827)]).then(__webpack_require__.bind(__webpack_require__,51291))),129:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(8827)]).then(__webpack_require__.bind(__webpack_require__,51291))),130:je.lazy(()=>__webpack_require__.e(1678).then(__webpack_require__.bind(__webpack_require__,68583))),131:je.lazy(()=>__webpack_require__.e(1678).then(__webpack_require__.bind(__webpack_require__,68583))),132:je.lazy(()=>__webpack_require__.e(1754).then(__webpack_require__.bind(__webpack_require__,44002))),133:je.lazy(()=>__webpack_require__.e(1754).then(__webpack_require__.bind(__webpack_require__,44002))),134:je.lazy(()=>__webpack_require__.e(4217).then(__webpack_require__.bind(__webpack_require__,96573))),135:je.lazy(()=>__webpack_require__.e(3220).then(__webpack_require__.bind(__webpack_require__,58786))),136:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(533)]).then(__webpack_require__.bind(__webpack_require__,1697))),137:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(5798)]).then(__webpack_require__.bind(__webpack_require__,70302))),138:je.lazy(()=>__webpack_require__.e(5466).then(__webpack_require__.bind(__webpack_require__,94057))),139:je.lazy(()=>__webpack_require__.e(5466).then(__webpack_require__.bind(__webpack_require__,94057))),140:je.lazy(()=>__webpack_require__.e(9944).then(__webpack_require__.bind(__webpack_require__,76161))),141:je.lazy(()=>__webpack_require__.e(9406).then(__webpack_require__.bind(__webpack_require__,10143))),142:je.lazy(()=>__webpack_require__.e(9406).then(__webpack_require__.bind(__webpack_require__,10143))),143:je.lazy(()=>__webpack_require__.e(9039).then(__webpack_require__.bind(__webpack_require__,31896))),144:je.lazy(()=>__webpack_require__.e(9039).then(__webpack_require__.bind(__webpack_require__,31896))),145:je.lazy(()=>__webpack_require__.e(7922).then(__webpack_require__.bind(__webpack_require__,8176))),146:je.lazy(()=>__webpack_require__.e(1727).then(__webpack_require__.bind(__webpack_require__,21095))),147:je.lazy(()=>__webpack_require__.e(1727).then(__webpack_require__.bind(__webpack_require__,21095))),148:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(1427)]).then(__webpack_require__.bind(__webpack_require__,63679))),149:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(1427)]).then(__webpack_require__.bind(__webpack_require__,63679))),150:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(8689)]).then(__webpack_require__.bind(__webpack_require__,99046))),151:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(7806)]).then(__webpack_require__.bind(__webpack_require__,82503))),152:je.lazy(()=>__webpack_require__.e(3276).then(__webpack_require__.bind(__webpack_require__,15531))),153:je.lazy(()=>__webpack_require__.e(8885).then(__webpack_require__.bind(__webpack_require__,50715))),154:je.lazy(()=>__webpack_require__.e(3451).then(__webpack_require__.bind(__webpack_require__,90317))),155:je.lazy(()=>__webpack_require__.e(9922).then(__webpack_require__.bind(__webpack_require__,1377))),156:je.lazy(()=>__webpack_require__.e(4572).then(__webpack_require__.bind(__webpack_require__,65515))),157:je.lazy(()=>__webpack_require__.e(4017).then(__webpack_require__.bind(__webpack_require__,99342))),158:je.lazy(()=>__webpack_require__.e(5518).then(__webpack_require__.bind(__webpack_require__,26032))),159:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),160:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(9045),__webpack_require__.e(6883)]).then(__webpack_require__.bind(__webpack_require__,80961))),161:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(9045),__webpack_require__.e(6883)]).then(__webpack_require__.bind(__webpack_require__,80961))),162:je.lazy(()=>__webpack_require__.e(4449).then(__webpack_require__.bind(__webpack_require__,43008))),163:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(9045),__webpack_require__.e(6883)]).then(__webpack_require__.bind(__webpack_require__,80961))),164:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(5265),__webpack_require__.e(2570)]).then(__webpack_require__.bind(__webpack_require__,79177))),165:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(5265),__webpack_require__.e(2570)]).then(__webpack_require__.bind(__webpack_require__,79177))),166:je.lazy(()=>__webpack_require__.e(8787).then(__webpack_require__.bind(__webpack_require__,719))),167:je.lazy(()=>__webpack_require__.e(5650).then(__webpack_require__.bind(__webpack_require__,14796))),168:je.lazy(()=>__webpack_require__.e(1799).then(__webpack_require__.bind(__webpack_require__,5629))),169:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(5265),__webpack_require__.e(8797)]).then(__webpack_require__.bind(__webpack_require__,29526))),170:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),171:je.lazy(()=>__webpack_require__.e(8639).then(__webpack_require__.bind(__webpack_require__,37226))),172:je.lazy(()=>__webpack_require__.e(4048).then(__webpack_require__.bind(__webpack_require__,88007))),173:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(4264)]).then(__webpack_require__.bind(__webpack_require__,96560))),174:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(4264)]).then(__webpack_require__.bind(__webpack_require__,96560))),175:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(508)]).then(__webpack_require__.bind(__webpack_require__,35918))),176:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),177:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(425),__webpack_require__.e(4325),__webpack_require__.e(7835)]).then(__webpack_require__.bind(__webpack_require__,16417))),178:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(1953)]).then(__webpack_require__.bind(__webpack_require__,85953))),179:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(1953)]).then(__webpack_require__.bind(__webpack_require__,85953))),180:je.lazy(()=>__webpack_require__.e(1581).then(__webpack_require__.bind(__webpack_require__,6413))),181:je.lazy(()=>__webpack_require__.e(4144).then(__webpack_require__.bind(__webpack_require__,37852))),182:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(425),__webpack_require__.e(4325),__webpack_require__.e(4599)]).then(__webpack_require__.bind(__webpack_require__,39751))),183:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),184:je.lazy(()=>__webpack_require__.e(8552).then(__webpack_require__.bind(__webpack_require__,44470))),185:je.lazy(()=>__webpack_require__.e(7884).then(__webpack_require__.bind(__webpack_require__,15352))),186:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(5307)]).then(__webpack_require__.bind(__webpack_require__,457))),187:je.lazy(()=>__webpack_require__.e(5549).then(__webpack_require__.bind(__webpack_require__,84246))),188:je.lazy(()=>__webpack_require__.e(9674).then(__webpack_require__.bind(__webpack_require__,28092))),189:je.lazy(()=>__webpack_require__.e(5573).then(__webpack_require__.bind(__webpack_require__,40580))),190:je.lazy(()=>__webpack_require__.e(2141).then(__webpack_require__.bind(__webpack_require__,2751))),191:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6411),__webpack_require__.e(7476),__webpack_require__.e(9511)]).then(__webpack_require__.bind(__webpack_require__,61609))),192:je.lazy(()=>__webpack_require__.e(6328).then(__webpack_require__.bind(__webpack_require__,21052))),193:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7857)]).then(__webpack_require__.bind(__webpack_require__,46897))),194:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(1657)]).then(__webpack_require__.bind(__webpack_require__,29040))),195:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(1657)]).then(__webpack_require__.bind(__webpack_require__,29040))),196:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(4498)]).then(__webpack_require__.bind(__webpack_require__,2134))),197:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(4498)]).then(__webpack_require__.bind(__webpack_require__,2134))),198:je.lazy(()=>__webpack_require__.e(9205).then(__webpack_require__.bind(__webpack_require__,11008))),199:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(1423)]).then(__webpack_require__.bind(__webpack_require__,92185))),200:je.lazy(()=>__webpack_require__.e(7614).then(__webpack_require__.bind(__webpack_require__,63798))),201:je.lazy(()=>__webpack_require__.e(9449).then(__webpack_require__.bind(__webpack_require__,48476))),202:je.lazy(()=>__webpack_require__.e(9814).then(__webpack_require__.bind(__webpack_require__,59695))),203:je.lazy(()=>__webpack_require__.e(6637).then(__webpack_require__.bind(__webpack_require__,41374))),204:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(8688)]).then(__webpack_require__.bind(__webpack_require__,19005))),205:je.lazy(()=>__webpack_require__.e(3581).then(__webpack_require__.bind(__webpack_require__,38876))),206:je.lazy(()=>__webpack_require__.e(1993).then(__webpack_require__.bind(__webpack_require__,95805))),207:je.lazy(()=>Promise.all([__webpack_require__.e(7476),__webpack_require__.e(1475)]).then(__webpack_require__.bind(__webpack_require__,58100))),208:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(8965)]).then(__webpack_require__.bind(__webpack_require__,17359))),209:je.lazy(()=>__webpack_require__.e(6451).then(__webpack_require__.bind(__webpack_require__,34701))),210:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6411),__webpack_require__.e(518)]).then(__webpack_require__.bind(__webpack_require__,66545))),211:je.lazy(()=>__webpack_require__.e(5894).then(__webpack_require__.bind(__webpack_require__,37002))),212:je.lazy(()=>__webpack_require__.e(5894).then(__webpack_require__.bind(__webpack_require__,37002))),213:je.lazy(()=>__webpack_require__.e(2130).then(__webpack_require__.bind(__webpack_require__,32845))),214:je.lazy(()=>__webpack_require__.e(2130).then(__webpack_require__.bind(__webpack_require__,32845))),215:je.lazy(()=>__webpack_require__.e(5230).then(__webpack_require__.bind(__webpack_require__,87580))),216:je.lazy(()=>__webpack_require__.e(5230).then(__webpack_require__.bind(__webpack_require__,87580))),217:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(8688)]).then(__webpack_require__.bind(__webpack_require__,19005))),218:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(8688)]).then(__webpack_require__.bind(__webpack_require__,19005))),219:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(5096)]).then(__webpack_require__.bind(__webpack_require__,68639))),220:je.lazy(()=>__webpack_require__.e(3086).then(__webpack_require__.bind(__webpack_require__,10812))),221:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(9417)]).then(__webpack_require__.bind(__webpack_require__,92880))),222:je.lazy(()=>__webpack_require__.e(2214).then(__webpack_require__.bind(__webpack_require__,58574))),223:je.lazy(()=>__webpack_require__.e(2864).then(__webpack_require__.bind(__webpack_require__,65939))),224:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(8398)]).then(__webpack_require__.bind(__webpack_require__,81565))),225:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),226:je.lazy(()=>__webpack_require__.e(5176).then(__webpack_require__.bind(__webpack_require__,59622))),227:je.lazy(()=>__webpack_require__.e(6587).then(__webpack_require__.bind(__webpack_require__,65866))),228:je.lazy(()=>__webpack_require__.e(9891).then(__webpack_require__.bind(__webpack_require__,86974))),229:je.lazy(()=>__webpack_require__.e(8062).then(__webpack_require__.bind(__webpack_require__,49690))),230:je.lazy(()=>__webpack_require__.e(5402).then(__webpack_require__.bind(__webpack_require__,50650))),231:je.lazy(()=>__webpack_require__.e(5402).then(__webpack_require__.bind(__webpack_require__,50650))),232:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6820)]).then(__webpack_require__.bind(__webpack_require__,8191))),233:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(8517)]).then(__webpack_require__.bind(__webpack_require__,31721))),234:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7043)]).then(__webpack_require__.bind(__webpack_require__,80751))),235:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(2806)]).then(__webpack_require__.bind(__webpack_require__,53605))),236:je.lazy(()=>__webpack_require__.e(5043).then(__webpack_require__.bind(__webpack_require__,8712))),237:je.lazy(()=>__webpack_require__.e(799).then(__webpack_require__.bind(__webpack_require__,26021))),238:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(3157)]).then(__webpack_require__.bind(__webpack_require__,75992))),239:je.lazy(()=>__webpack_require__.e(8332).then(__webpack_require__.bind(__webpack_require__,73032))),240:je.lazy(()=>__webpack_require__.e(6583).then(__webpack_require__.bind(__webpack_require__,87073))),241:je.lazy(()=>__webpack_require__.e(8217).then(__webpack_require__.bind(__webpack_require__,81524))),242:je.lazy(()=>__webpack_require__.e(879).then(__webpack_require__.bind(__webpack_require__,96101))),243:je.lazy(()=>__webpack_require__.e(5776).then(__webpack_require__.bind(__webpack_require__,13488))),244:je.lazy(()=>__webpack_require__.e(906).then(__webpack_require__.bind(__webpack_require__,71009))),245:je.lazy(()=>__webpack_require__.e(900).then(__webpack_require__.bind(__webpack_require__,59002))),246:je.lazy(()=>__webpack_require__.e(6682).then(__webpack_require__.bind(__webpack_require__,60083))),247:je.lazy(()=>__webpack_require__.e(8115).then(__webpack_require__.bind(__webpack_require__,98976))),248:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(2659)]).then(__webpack_require__.bind(__webpack_require__,31324))),249:je.lazy(()=>__webpack_require__.e(4610).then(__webpack_require__.bind(__webpack_require__,88755))),250:je.lazy(()=>__webpack_require__.e(8479).then(__webpack_require__.bind(__webpack_require__,5638))),251:je.lazy(()=>__webpack_require__.e(5800).then(__webpack_require__.bind(__webpack_require__,92797))),252:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(2862)]).then(__webpack_require__.bind(__webpack_require__,33232))),253:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(8286)]).then(__webpack_require__.bind(__webpack_require__,74849))),254:je.lazy(()=>__webpack_require__.e(5117).then(__webpack_require__.bind(__webpack_require__,36510))),255:je.lazy(()=>__webpack_require__.e(7402).then(__webpack_require__.bind(__webpack_require__,28919))),256:je.lazy(()=>__webpack_require__.e(1897).then(__webpack_require__.bind(__webpack_require__,2668))),257:je.lazy(()=>__webpack_require__.e(8145).then(__webpack_require__.bind(__webpack_require__,21599))),258:je.lazy(()=>__webpack_require__.e(119).then(__webpack_require__.bind(__webpack_require__,17436))),259:je.lazy(()=>__webpack_require__.e(4736).then(__webpack_require__.bind(__webpack_require__,7942))),260:je.lazy(()=>__webpack_require__.e(2412).then(__webpack_require__.bind(__webpack_require__,89993))),261:je.lazy(()=>__webpack_require__.e(2240).then(__webpack_require__.bind(__webpack_require__,73879))),262:je.lazy(()=>__webpack_require__.e(5165).then(__webpack_require__.bind(__webpack_require__,6815))),263:je.lazy(()=>__webpack_require__.e(3831).then(__webpack_require__.bind(__webpack_require__,80411))),264:je.lazy(()=>__webpack_require__.e(2396).then(__webpack_require__.bind(__webpack_require__,35670))),265:je.lazy(()=>__webpack_require__.e(7855).then(__webpack_require__.bind(__webpack_require__,99624))),266:je.lazy(()=>__webpack_require__.e(9507).then(__webpack_require__.bind(__webpack_require__,69157))),267:je.lazy(()=>__webpack_require__.e(1343).then(__webpack_require__.bind(__webpack_require__,11234))),268:je.lazy(()=>__webpack_require__.e(599).then(__webpack_require__.bind(__webpack_require__,20599))),269:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),270:je.lazy(()=>__webpack_require__.e(9647).then(__webpack_require__.bind(__webpack_require__,3447))),271:je.lazy(()=>__webpack_require__.e(485).then(__webpack_require__.bind(__webpack_require__,96555))),272:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(4741)]).then(__webpack_require__.bind(__webpack_require__,14222))),273:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(4741)]).then(__webpack_require__.bind(__webpack_require__,14222))),274:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(4994)]).then(__webpack_require__.bind(__webpack_require__,833))),275:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(4994)]).then(__webpack_require__.bind(__webpack_require__,833))),276:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7460)]).then(__webpack_require__.bind(__webpack_require__,30197))),277:je.lazy(()=>__webpack_require__.e(9716).then(__webpack_require__.bind(__webpack_require__,84958))),278:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6913)]).then(__webpack_require__.bind(__webpack_require__,81171))),279:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6913)]).then(__webpack_require__.bind(__webpack_require__,81171))),280:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),281:je.lazy(()=>__webpack_require__.e(3006).then(__webpack_require__.bind(__webpack_require__,62861))),282:je.lazy(()=>__webpack_require__.e(2045).then(__webpack_require__.bind(__webpack_require__,10497))),283:je.lazy(()=>__webpack_require__.e(1520).then(__webpack_require__.bind(__webpack_require__,2131))),284:je.lazy(()=>__webpack_require__.e(9649).then(__webpack_require__.bind(__webpack_require__,62256))),285:je.lazy(()=>__webpack_require__.e(4546).then(__webpack_require__.bind(__webpack_require__,872))),286:je.lazy(()=>__webpack_require__.e(5357).then(__webpack_require__.bind(__webpack_require__,64361))),287:je.lazy(()=>__webpack_require__.e(8665).then(__webpack_require__.bind(__webpack_require__,85761))),288:je.lazy(()=>__webpack_require__.e(3183).then(__webpack_require__.bind(__webpack_require__,93875))),289:je.lazy(()=>__webpack_require__.e(4800).then(__webpack_require__.bind(__webpack_require__,21202))),290:je.lazy(()=>__webpack_require__.e(9489).then(__webpack_require__.bind(__webpack_require__,91460))),291:je.lazy(()=>__webpack_require__.e(9391).then(__webpack_require__.bind(__webpack_require__,17689))),292:je.lazy(()=>__webpack_require__.e(5335).then(__webpack_require__.bind(__webpack_require__,37222))),293:je.lazy(()=>__webpack_require__.e(2823).then(__webpack_require__.bind(__webpack_require__,14455))),294:je.lazy(()=>__webpack_require__.e(4973).then(__webpack_require__.bind(__webpack_require__,41313))),295:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(6651)]).then(__webpack_require__.bind(__webpack_require__,46859))),296:je.lazy(()=>__webpack_require__.e(6741).then(__webpack_require__.bind(__webpack_require__,5942))),297:je.lazy(()=>__webpack_require__.e(5775).then(__webpack_require__.bind(__webpack_require__,15920))),298:je.lazy(()=>__webpack_require__.e(2548).then(__webpack_require__.bind(__webpack_require__,76515))),299:je.lazy(()=>__webpack_require__.e(599).then(__webpack_require__.bind(__webpack_require__,20599))),300:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),301:je.lazy(()=>__webpack_require__.e(6634).then(__webpack_require__.bind(__webpack_require__,97800))),302:je.lazy(()=>__webpack_require__.e(680).then(__webpack_require__.bind(__webpack_require__,89705))),303:je.lazy(()=>__webpack_require__.e(6366).then(__webpack_require__.bind(__webpack_require__,47363))),304:je.lazy(()=>__webpack_require__.e(6452).then(__webpack_require__.bind(__webpack_require__,16302))),305:je.lazy(()=>__webpack_require__.e(1070).then(__webpack_require__.bind(__webpack_require__,90894))),306:je.lazy(()=>__webpack_require__.e(7242).then(__webpack_require__.bind(__webpack_require__,13747))),307:je.lazy(()=>__webpack_require__.e(2707).then(__webpack_require__.bind(__webpack_require__,14828))),308:je.lazy(()=>__webpack_require__.e(2865).then(__webpack_require__.bind(__webpack_require__,99436))),309:je.lazy(()=>__webpack_require__.e(6784).then(__webpack_require__.bind(__webpack_require__,19552))),310:je.lazy(()=>__webpack_require__.e(6784).then(__webpack_require__.bind(__webpack_require__,19552))),311:je.lazy(()=>__webpack_require__.e(3141).then(__webpack_require__.bind(__webpack_require__,562))),312:je.lazy(()=>__webpack_require__.e(599).then(__webpack_require__.bind(__webpack_require__,20599))),313:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6411),__webpack_require__.e(425),__webpack_require__.e(3665)]).then(__webpack_require__.bind(__webpack_require__,45318))),314:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(700)]).then(__webpack_require__.bind(__webpack_require__,40678))),315:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6411),__webpack_require__.e(425),__webpack_require__.e(3665)]).then(__webpack_require__.bind(__webpack_require__,45318))),316:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(700)]).then(__webpack_require__.bind(__webpack_require__,40678))),317:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6411),__webpack_require__.e(425),__webpack_require__.e(3665)]).then(__webpack_require__.bind(__webpack_require__,45318))),318:je.lazy(()=>__webpack_require__.e(599).then(__webpack_require__.bind(__webpack_require__,20599))),319:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(425),__webpack_require__.e(7527)]).then(__webpack_require__.bind(__webpack_require__,72222))),320:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(425),__webpack_require__.e(6270)]).then(__webpack_require__.bind(__webpack_require__,91176))),321:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),322:je.lazy(()=>__webpack_require__.e(547).then(__webpack_require__.bind(__webpack_require__,21119))),323:je.lazy(()=>__webpack_require__.e(9788).then(__webpack_require__.bind(__webpack_require__,64348))),324:je.lazy(()=>__webpack_require__.e(576).then(__webpack_require__.bind(__webpack_require__,21496))),325:je.lazy(()=>__webpack_require__.e(7260).then(__webpack_require__.bind(__webpack_require__,95335))),326:je.lazy(()=>__webpack_require__.e(4520).then(__webpack_require__.bind(__webpack_require__,45423))),327:je.lazy(()=>__webpack_require__.e(9076).then(__webpack_require__.bind(__webpack_require__,37196))),328:je.lazy(()=>__webpack_require__.e(4514).then(__webpack_require__.bind(__webpack_require__,36178))),329:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),330:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(928)]).then(__webpack_require__.bind(__webpack_require__,10729))),331:je.lazy(()=>__webpack_require__.e(1006).then(__webpack_require__.bind(__webpack_require__,54204))),332:je.lazy(()=>__webpack_require__.e(1006).then(__webpack_require__.bind(__webpack_require__,54204))),333:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),334:je.lazy(()=>__webpack_require__.e(1939).then(__webpack_require__.bind(__webpack_require__,23395))),335:je.lazy(()=>__webpack_require__.e(556).then(__webpack_require__.bind(__webpack_require__,68703))),336:je.lazy(()=>__webpack_require__.e(6434).then(__webpack_require__.bind(__webpack_require__,3819))),337:je.lazy(()=>__webpack_require__.e(1880).then(__webpack_require__.bind(__webpack_require__,39983))),338:je.lazy(()=>__webpack_require__.e(8237).then(__webpack_require__.bind(__webpack_require__,79046))),339:je.lazy(()=>__webpack_require__.e(3447).then(__webpack_require__.bind(__webpack_require__,47873))),340:je.lazy(()=>__webpack_require__.e(264).then(__webpack_require__.bind(__webpack_require__,42176))),341:je.lazy(()=>__webpack_require__.e(4259).then(__webpack_require__.bind(__webpack_require__,92105))),342:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),343:je.lazy(()=>__webpack_require__.e(4078).then(__webpack_require__.bind(__webpack_require__,97128))),344:je.lazy(()=>__webpack_require__.e(2829).then(__webpack_require__.bind(__webpack_require__,82821))),345:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(5359)]).then(__webpack_require__.bind(__webpack_require__,5211))),346:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),347:je.lazy(()=>__webpack_require__.e(559).then(__webpack_require__.bind(__webpack_require__,54587))),348:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(3747)]).then(__webpack_require__.bind(__webpack_require__,40599))),349:je.lazy(()=>__webpack_require__.e(4757).then(__webpack_require__.bind(__webpack_require__,89955))),350:je.lazy(()=>__webpack_require__.e(1783).then(__webpack_require__.bind(__webpack_require__,61471))),351:je.lazy(()=>__webpack_require__.e(7477).then(__webpack_require__.bind(__webpack_require__,3279))),352:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(9677)]).then(__webpack_require__.bind(__webpack_require__,99661))),353:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(9677)]).then(__webpack_require__.bind(__webpack_require__,99661))),354:je.lazy(()=>__webpack_require__.e(6796).then(__webpack_require__.bind(__webpack_require__,36546))),355:je.lazy(()=>__webpack_require__.e(4504).then(__webpack_require__.bind(__webpack_require__,21105))),356:je.lazy(()=>__webpack_require__.e(7058).then(__webpack_require__.bind(__webpack_require__,97769))),357:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(8447)]).then(__webpack_require__.bind(__webpack_require__,2360))),358:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(1045)]).then(__webpack_require__.bind(__webpack_require__,97927))),359:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(1045)]).then(__webpack_require__.bind(__webpack_require__,97927))),360:je.lazy(()=>__webpack_require__.e(5238).then(__webpack_require__.bind(__webpack_require__,13793))),361:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(4715)]).then(__webpack_require__.bind(__webpack_require__,42100))),362:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(3873)]).then(__webpack_require__.bind(__webpack_require__,22330))),363:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6069)]).then(__webpack_require__.bind(__webpack_require__,91591))),364:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6069)]).then(__webpack_require__.bind(__webpack_require__,91591))),365:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6265)]).then(__webpack_require__.bind(__webpack_require__,14291))),366:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(8563)]).then(__webpack_require__.bind(__webpack_require__,75673))),367:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(8563)]).then(__webpack_require__.bind(__webpack_require__,75673))),368:je.lazy(()=>__webpack_require__.e(1713).then(__webpack_require__.bind(__webpack_require__,82125))),369:je.lazy(()=>__webpack_require__.e(5891).then(__webpack_require__.bind(__webpack_require__,30654))),370:je.lazy(()=>__webpack_require__.e(8248).then(__webpack_require__.bind(__webpack_require__,38542))),371:je.lazy(()=>__webpack_require__.e(8241).then(__webpack_require__.bind(__webpack_require__,92314))),372:je.lazy(()=>__webpack_require__.e(2339).then(__webpack_require__.bind(__webpack_require__,74232))),373:je.lazy(()=>__webpack_require__.e(7589).then(__webpack_require__.bind(__webpack_require__,50983))),374:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(3747)]).then(__webpack_require__.bind(__webpack_require__,40599))),375:je.lazy(()=>__webpack_require__.e(5705).then(__webpack_require__.bind(__webpack_require__,84033))),376:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),377:je.lazy(()=>__webpack_require__.e(559).then(__webpack_require__.bind(__webpack_require__,54587))),378:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(3747)]).then(__webpack_require__.bind(__webpack_require__,40599))),379:je.lazy(()=>__webpack_require__.e(4757).then(__webpack_require__.bind(__webpack_require__,89955))),380:je.lazy(()=>__webpack_require__.e(1783).then(__webpack_require__.bind(__webpack_require__,61471))),381:je.lazy(()=>__webpack_require__.e(7477).then(__webpack_require__.bind(__webpack_require__,3279))),382:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(9677)]).then(__webpack_require__.bind(__webpack_require__,99661))),383:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(9677)]).then(__webpack_require__.bind(__webpack_require__,99661))),384:je.lazy(()=>__webpack_require__.e(6796).then(__webpack_require__.bind(__webpack_require__,36546))),385:je.lazy(()=>__webpack_require__.e(4504).then(__webpack_require__.bind(__webpack_require__,21105))),386:je.lazy(()=>__webpack_require__.e(7058).then(__webpack_require__.bind(__webpack_require__,97769))),387:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(8447)]).then(__webpack_require__.bind(__webpack_require__,2360))),388:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(1045)]).then(__webpack_require__.bind(__webpack_require__,97927))),389:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(1045)]).then(__webpack_require__.bind(__webpack_require__,97927))),390:je.lazy(()=>__webpack_require__.e(5238).then(__webpack_require__.bind(__webpack_require__,13793))),391:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(4715)]).then(__webpack_require__.bind(__webpack_require__,42100))),392:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(3873)]).then(__webpack_require__.bind(__webpack_require__,22330))),393:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6069)]).then(__webpack_require__.bind(__webpack_require__,91591))),394:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6069)]).then(__webpack_require__.bind(__webpack_require__,91591))),395:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6265)]).then(__webpack_require__.bind(__webpack_require__,14291))),396:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(8563)]).then(__webpack_require__.bind(__webpack_require__,75673))),397:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(8563)]).then(__webpack_require__.bind(__webpack_require__,75673))),398:je.lazy(()=>__webpack_require__.e(1713).then(__webpack_require__.bind(__webpack_require__,82125))),399:je.lazy(()=>__webpack_require__.e(5891).then(__webpack_require__.bind(__webpack_require__,30654))),400:je.lazy(()=>__webpack_require__.e(8248).then(__webpack_require__.bind(__webpack_require__,38542))),401:je.lazy(()=>__webpack_require__.e(8241).then(__webpack_require__.bind(__webpack_require__,92314))),402:je.lazy(()=>__webpack_require__.e(2339).then(__webpack_require__.bind(__webpack_require__,74232))),403:je.lazy(()=>__webpack_require__.e(7589).then(__webpack_require__.bind(__webpack_require__,50983))),404:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(3747)]).then(__webpack_require__.bind(__webpack_require__,40599))),405:je.lazy(()=>__webpack_require__.e(5705).then(__webpack_require__.bind(__webpack_require__,84033))),406:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),407:je.lazy(()=>__webpack_require__.e(4766).then(__webpack_require__.bind(__webpack_require__,86476))),408:je.lazy(()=>__webpack_require__.e(7560).then(__webpack_require__.bind(__webpack_require__,27454))),409:je.lazy(()=>__webpack_require__.e(6029).then(__webpack_require__.bind(__webpack_require__,33675))),410:je.lazy(()=>__webpack_require__.e(5179).then(__webpack_require__.bind(__webpack_require__,58197))),411:je.lazy(()=>__webpack_require__.e(4621).then(__webpack_require__.bind(__webpack_require__,57857))),412:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),413:je.lazy(()=>__webpack_require__.e(1831).then(__webpack_require__.bind(__webpack_require__,30266))),414:je.lazy(()=>__webpack_require__.e(2539).then(__webpack_require__.bind(__webpack_require__,88036))),415:je.lazy(()=>__webpack_require__.e(8143).then(__webpack_require__.bind(__webpack_require__,42463))),416:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(5624)]).then(__webpack_require__.bind(__webpack_require__,66493))),417:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(1461)]).then(__webpack_require__.bind(__webpack_require__,67489))),418:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(4492)]).then(__webpack_require__.bind(__webpack_require__,32891))),419:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(9416)]).then(__webpack_require__.bind(__webpack_require__,57895))),420:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(2443)]).then(__webpack_require__.bind(__webpack_require__,75411))),421:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(2443)]).then(__webpack_require__.bind(__webpack_require__,75411))),422:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(2443)]).then(__webpack_require__.bind(__webpack_require__,75411))),423:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(2443)]).then(__webpack_require__.bind(__webpack_require__,75411))),424:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(2443)]).then(__webpack_require__.bind(__webpack_require__,75411))),425:je.lazy(()=>__webpack_require__.e(5022).then(__webpack_require__.bind(__webpack_require__,98372))),426:je.lazy(()=>__webpack_require__.e(6063).then(__webpack_require__.bind(__webpack_require__,16486))),427:je.lazy(()=>__webpack_require__.e(6063).then(__webpack_require__.bind(__webpack_require__,16486))),428:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7545)]).then(__webpack_require__.bind(__webpack_require__,9))),429:je.lazy(()=>__webpack_require__.e(1253).then(__webpack_require__.bind(__webpack_require__,16459))),430:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),431:je.lazy(()=>__webpack_require__.e(2216).then(__webpack_require__.bind(__webpack_require__,69623))),432:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(5382)]).then(__webpack_require__.bind(__webpack_require__,73171))),433:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),434:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6411),__webpack_require__.e(8823)]).then(__webpack_require__.bind(__webpack_require__,46061))),435:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(5915)]).then(__webpack_require__.bind(__webpack_require__,89325))),436:je.lazy(()=>__webpack_require__.e(1077).then(__webpack_require__.bind(__webpack_require__,33759))),437:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),438:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(9181)]).then(__webpack_require__.bind(__webpack_require__,25893))),439:je.lazy(()=>__webpack_require__.e(1474).then(__webpack_require__.bind(__webpack_require__,32454))),440:je.lazy(()=>__webpack_require__.e(6463).then(__webpack_require__.bind(__webpack_require__,97037))),441:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(6527)]).then(__webpack_require__.bind(__webpack_require__,70263))),442:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),443:je.lazy(()=>__webpack_require__.e(570).then(__webpack_require__.bind(__webpack_require__,14103))),444:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),445:je.lazy(()=>__webpack_require__.e(8365).then(__webpack_require__.bind(__webpack_require__,84575))),446:je.lazy(()=>__webpack_require__.e(6788).then(__webpack_require__.bind(__webpack_require__,6556))),447:je.lazy(()=>__webpack_require__.e(4058).then(__webpack_require__.bind(__webpack_require__,38124))),448:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),449:je.lazy(()=>__webpack_require__.e(4056).then(__webpack_require__.bind(__webpack_require__,75503))),450:je.lazy(()=>__webpack_require__.e(9487).then(__webpack_require__.bind(__webpack_require__,3518))),451:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),452:je.lazy(()=>__webpack_require__.e(532).then(__webpack_require__.bind(__webpack_require__,36693))),453:je.lazy(()=>__webpack_require__.e(7178).then(__webpack_require__.bind(__webpack_require__,11112))),454:je.lazy(()=>__webpack_require__.e(1660).then(__webpack_require__.bind(__webpack_require__,19041))),455:je.lazy(()=>__webpack_require__.e(7333).then(__webpack_require__.bind(__webpack_require__,76904))),456:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(4227)]).then(__webpack_require__.bind(__webpack_require__,63295))),457:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(8155)]).then(__webpack_require__.bind(__webpack_require__,4280))),458:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(5186)]).then(__webpack_require__.bind(__webpack_require__,29069))),459:je.lazy(()=>__webpack_require__.e(5786).then(__webpack_require__.bind(__webpack_require__,28128))),460:je.lazy(()=>__webpack_require__.e(9366).then(__webpack_require__.bind(__webpack_require__,54240))),461:je.lazy(()=>__webpack_require__.e(5972).then(__webpack_require__.bind(__webpack_require__,23900))),462:je.lazy(()=>__webpack_require__.e(9366).then(__webpack_require__.bind(__webpack_require__,54240))),463:je.lazy(()=>__webpack_require__.e(1470).then(__webpack_require__.bind(__webpack_require__,39090))),464:je.lazy(()=>__webpack_require__.e(7182).then(__webpack_require__.bind(__webpack_require__,20649))),465:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),466:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(2476)]).then(__webpack_require__.bind(__webpack_require__,57915))),467:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),468:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(5729)]).then(__webpack_require__.bind(__webpack_require__,24721))),469:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),470:je.lazy(()=>__webpack_require__.e(6444).then(__webpack_require__.bind(__webpack_require__,62904))),471:je.lazy(()=>__webpack_require__.e(5111).then(__webpack_require__.bind(__webpack_require__,87038))),472:je.lazy(()=>__webpack_require__.e(2307).then(__webpack_require__.bind(__webpack_require__,33262))),473:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,90821))),474:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(9045),__webpack_require__.e(8866)]).then(__webpack_require__.bind(__webpack_require__,39580))),475:je.lazy(()=>__webpack_require__.e(2300).then(__webpack_require__.bind(__webpack_require__,33662))),476:je.lazy(()=>__webpack_require__.e(2501).then(__webpack_require__.bind(__webpack_require__,57548))),477:je.lazy(()=>__webpack_require__.e(3212).then(__webpack_require__.bind(__webpack_require__,13540))),478:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6904)]).then(__webpack_require__.bind(__webpack_require__,88986))),479:je.lazy(()=>__webpack_require__.e(1855).then(__webpack_require__.bind(__webpack_require__,93185))),480:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(6904)]).then(__webpack_require__.bind(__webpack_require__,88986))),481:je.lazy(()=>__webpack_require__.e(1276).then(__webpack_require__.bind(__webpack_require__,86308))),482:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(5816)]).then(__webpack_require__.bind(__webpack_require__,12624))),483:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(5816)]).then(__webpack_require__.bind(__webpack_require__,12624))),484:je.lazy(()=>__webpack_require__.e(3784).then(__webpack_require__.bind(__webpack_require__,19560))),485:je.lazy(()=>__webpack_require__.e(3862).then(__webpack_require__.bind(__webpack_require__,18430))),486:je.lazy(()=>__webpack_require__.e(4565).then(__webpack_require__.bind(__webpack_require__,57050))),487:je.lazy(()=>__webpack_require__.e(6531).then(__webpack_require__.bind(__webpack_require__,60279))),488:je.lazy(()=>__webpack_require__.e(6170).then(__webpack_require__.bind(__webpack_require__,32717))),489:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(4496)]).then(__webpack_require__.bind(__webpack_require__,22255))),490:je.lazy(()=>__webpack_require__.e(1836).then(__webpack_require__.bind(__webpack_require__,79752))),491:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(369),__webpack_require__.e(8435)]).then(__webpack_require__.bind(__webpack_require__,62930))),492:je.lazy(()=>__webpack_require__.e(3509).then(__webpack_require__.bind(__webpack_require__,94878))),493:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(4496)]).then(__webpack_require__.bind(__webpack_require__,22255))),494:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(4496)]).then(__webpack_require__.bind(__webpack_require__,22255))),495:je.lazy(()=>__webpack_require__.e(6034).then(__webpack_require__.bind(__webpack_require__,43982))),496:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(8999)]).then(__webpack_require__.bind(__webpack_require__,49851))),497:je.lazy(()=>__webpack_require__.e(3910).then(__webpack_require__.bind(__webpack_require__,53727))),498:je.lazy(()=>Promise.all([__webpack_require__.e(169),__webpack_require__.e(67)]).then(__webpack_require__.bind(__webpack_require__,73752))),499:je.lazy(()=>__webpack_require__.e(6531).then(__webpack_require__.bind(__webpack_require__,60279))),"@@/global-layout":je.lazy(()=>__webpack_require__.e(1717).then(__webpack_require__.bind(__webpack_require__,73974)))}}})}var I=__webpack_require__(41920),D=__webpack_require__(58293),L=__webpack_require__(71418),ve=__webpack_require__(5755),De=()=>je.createElement(L.Z,{size:"middle",className:ve.Z.loading}),an=__webpack_require__(25690),An=__webpack_require__(61186),hn=__webpack_require__.n(An),Di=__webpack_require__(91392),Ya=__webpack_require__.n(Di),Da=__webpack_require__(34749),Oo=__webpack_require__.n(Da),Ma=__webpack_require__(19277),co=__webpack_require__.n(Ma),bs=__webpack_require__(10238),Dc=__webpack_require__.n(bs),tc=__webpack_require__(33656),rc=__webpack_require__.n(tc),_c=__webpack_require__(90111),Mu=__webpack_require__.n(_c),ki=__webpack_require__(74959),nc=__webpack_require__.n(ki),Fl=__webpack_require__(23250),jo=__webpack_require__.n(Fl),Ks=__webpack_require__(58862),ns=__webpack_require__.n(Ks),al=__webpack_require__(58319),sl=__webpack_require__.n(al),wl=__webpack_require__(62053),El=__webpack_require__.n(wl),ol=__webpack_require__(47477),qc=__webpack_require__.n(ol),kc=__webpack_require__(59717),$u=__webpack_require__.n(kc);hn().extend(Oo()),hn().extend(co()),hn().extend(Dc()),hn().extend(rc()),hn().extend(Mu()),hn().extend(nc()),hn().extend(jo()),hn().extend(ns()),hn().extend(sl()),hn().extend(El()),hn().extend(qc()),hn().extend($u()),hn().extend(Ya());var Qc=Object.defineProperty,Bl=Object.getOwnPropertySymbols,Jc=Object.prototype.hasOwnProperty,cu=Object.prototype.propertyIsEnumerable,Fu=(Pn,Vn,Mi)=>Vn in Pn?Qc(Pn,Vn,{enumerable:!0,configurable:!0,writable:!0,value:Mi}):Pn[Vn]=Mi,Sl=(Pn,Vn)=>{for(var Mi in Vn||(Vn={}))Jc.call(Vn,Mi)&&Fu(Pn,Mi,Vn[Mi]);if(Bl)for(var Mi of Bl(Vn))cu.call(Vn,Mi)&&Fu(Pn,Mi,Vn[Mi]);return Pn},ic=(Pn,Vn,Mi)=>new Promise((Sa,Wi)=>{var oa=Qi=>{try{ms(Mi.next(Qi))}catch(is){Wi(is)}},ma=Qi=>{try{ms(Mi.throw(Qi))}catch(is){Wi(is)}},ms=Qi=>Qi.done?Sa(Qi.value):Promise.resolve(Qi.value).then(oa,ma);ms((Mi=Mi.apply(Pn,Vn)).next())});const Eu="/react/build/",ac=!1;function Nl(){return ic(this,null,function*(){const Pn=(0,I.gD)(),{routes:Vn,routeComponents:Mi}=yield Oc(Pn);yield Pn.applyPlugins({key:"patchRoutes",type:an.ApplyPluginsType.event,args:{routes:Vn,routeComponents:Mi}});const Sa=Pn.applyPlugins({key:"modifyContextOpts",type:an.ApplyPluginsType.modify,initialValue:{}}),Wi=Sa.basename||"/",oa=Sa.historyType||"browser",ma=(0,D.fi)(Sl({type:oa,basename:Wi},Sa.historyOpts));return Pn.applyPlugins({key:"render",type:an.ApplyPluginsType.compose,initialValue(){const ms={useStream:!0,routes:Vn,routeComponents:Mi,pluginManager:Pn,mountElementId:"root",rootElement:Sa.rootElement||document.getElementById("root"),loadingComponent:De,publicPath:Eu,runtimePublicPath:ac,history:ma,historyType:oa,basename:Wi,__INTERNAL_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{pureApp:!1,pureHtml:!1},callback:Sa.callback},Qi=Pn.applyPlugins({key:"modifyClientRenderOpts",type:an.ApplyPluginsType.modify,initialValue:ms});return mc(Qi)}})()})}Nl(),typeof window!="undefined"&&(window.g_umi={version:"4.4.11"})})()})();